Re: [PATCH] crypto: ccp: Fix double add when creating new DMA command

2017-02-03 Thread Herbert Xu
On Fri, Jan 27, 2017 at 05:09:04PM -0600, Gary R Hook wrote: > Eliminate a double-add by creating a new list to manage > command descriptors when created; move the descriptor to > the pending list when the command is submitted. This > > > Signed-off-by: Gary R Hook Patch applied. Thanks. -- E

Re: [PATCH] crypto: ccp: Fix double add when creating new DMA command

2017-02-02 Thread Gary R Hook
On 01/27/2017 05:09 PM, Gary R Hook wrote: Eliminate a double-add by creating a new list to manage command descriptors when created; move the descriptor to the pending list when the command is submitted. Herbert, Another patch that could use some 4.10 love. Possible? Thanks, Gary Signed-o