Re: [PATCH 0/3] padata: cpumasks

2010-07-19 Thread Herbert Xu
On Wed, Jul 14, 2010 at 02:29:51PM +0400, Dan Kruchinin wrote: This is my third attempt to send padata cpumasks patchset. The patchset includes fixes of all unclear things Steffen noted in previous two patchsets. Changes: 1) Make two cpumasks in padata instead of one. The first cpumask is

Re: [PATCH 16/25] crypto: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)

2010-07-19 Thread Herbert Xu
On Thu, Jul 15, 2010 at 09:00:41PM +0200, Peter Huewe wrote: From: Peter Huewe peterhu...@gmx.de This patch converts pci_table entries, where .subvendor=PCI_ANY_ID and .subdevice=PCI_ANY_ID, .class=0 and .class_mask=0, to use the PCI_VDEVICE macro, and thus improves readability.

Re: [PATCH v2] crypto: talitos - fix bug in sg_copy_end_to_buffer

2010-07-19 Thread Herbert Xu
On Wed, Jul 14, 2010 at 12:11:27AM +, Lee Nipper wrote: In function sg_copy_end_to_buffer, too much data is copied when a segment in the scatterlist has .length greater than the requested copy length. This patch adds the limit checks to fix this bug of over copying, which affected only

Re: [PATCH 0/3] padata: cpumasks

2010-07-19 Thread Steffen Klassert
On Mon, Jul 19, 2010 at 02:04:26PM +0800, Herbert Xu wrote: All applied. Thanks! Hm, I was just about to write some comments on these patches, they still have some issues. For example, handling empty cpumasks is broken again (NULL pointer dereference in padata_replace). The cpu_index is zero

Re: [PATCH 0/3] padata: cpumasks

2010-07-19 Thread Herbert Xu
On Mon, Jul 19, 2010 at 08:40:50AM +0200, Steffen Klassert wrote: On Mon, Jul 19, 2010 at 02:04:26PM +0800, Herbert Xu wrote: All applied. Thanks! Hm, I was just about to write some comments on these patches, they still have some issues. For example, handling empty cpumasks is broken