> > wrote:
> > >
> > > > -Original Message-
> > > > From: Ard Biesheuvel
> > > > Sent: Monday, May 25, 2020 9:46 AM
> > > > To: Nicolas TOROMANOFF
> > > > Subject: Re: [PATCH 5/5] crypto: stm32/crc: protec
heuvel
> > > Sent: Monday, May 25, 2020 9:46 AM
> > > To: Nicolas TOROMANOFF
> > > Subject: Re: [PATCH 5/5] crypto: stm32/crc: protect from concurrent
> > > accesses
> > >
> > > On Mon, 25 May 2020 at 09:24, Nicolas TOROMANOFF
> > >
(+ Eric)
On Mon, 25 May 2020 at 11:01, Nicolas TOROMANOFF
wrote:
>
> > -Original Message-
> > From: Ard Biesheuvel
> > Sent: Monday, May 25, 2020 9:46 AM
> > To: Nicolas TOROMANOFF
> > Subject: Re: [PATCH 5/5] crypto: stm32/crc: protect from concurren
> -Original Message-
> From: Ard Biesheuvel
> Sent: Monday, May 25, 2020 9:46 AM
> To: Nicolas TOROMANOFF
> Subject: Re: [PATCH 5/5] crypto: stm32/crc: protect from concurrent accesses
>
> On Mon, 25 May 2020 at 09:24, Nicolas TOROMANOFF
> wrote:
> >
>
On Mon, 25 May 2020 at 09:24, Nicolas TOROMANOFF
wrote:
>
> Hello,
>
> > -Original Message-
> > From: Ard Biesheuvel
> > Sent: Friday, May 22, 2020 6:12 PM>
> > On Tue, 12 May 2020 at 16:13, Nicolas Toromanoff
> > wrote:
> > >
> > > Protect STM32 CRC device from concurrent accesses.
> >
Hello,
> -Original Message-
> From: Ard Biesheuvel
> Sent: Friday, May 22, 2020 6:12 PM>
> On Tue, 12 May 2020 at 16:13, Nicolas Toromanoff
> wrote:
> >
> > Protect STM32 CRC device from concurrent accesses.
> >
> > As we create a spinlocked section that increase with buffer size, we
>
On Tue, 12 May 2020 at 16:13, Nicolas Toromanoff
wrote:
>
> Protect STM32 CRC device from concurrent accesses.
>
> As we create a spinlocked section that increase with buffer size,
> we provide a module parameter to release the pressure by splitting
> critical section in chunks.
>
> Size of each c
Protect STM32 CRC device from concurrent accesses.
As we create a spinlocked section that increase with buffer size,
we provide a module parameter to release the pressure by splitting
critical section in chunks.
Size of each chunk is defined in burst_size module parameter.
By default burst_size=0