Re: [PATCH v2 1/6] random: Addition of kernel_pool

2015-04-26 Thread Herbert Xu
On Sat, Apr 25, 2015 at 05:40:41PM +0200, Stephan Mueller wrote: > > + if (p->entropy_count <= > + p->poolinfo->poolfracbits / 4) { There appears to be a "3 *" missing. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.or

Re: [PATCH v3 0/5] target: Fix several problems related to T10-PI support

2015-04-26 Thread Sagi Grimberg
On 4/25/2015 5:33 PM, Akinobu Mita wrote: This patchset aims to fix several problems related to T10-PI support. These patches can be applied on top of Sagi's "[v1] Simlify dif_verify routines and fixup fileio protection information code" patchset. Hi Akinobu, I have given this some more thou

Re: [PATCH v3 3/5] target: handle odd SG mapping for data transfer memory

2015-04-26 Thread Sagi Grimberg
On 4/25/2015 5:33 PM, Akinobu Mita wrote: sbc_dif_generate() and sbc_dif_verify() currently assume that each SG element for data transfer memory doesn't straddle the block size boundary. However, when using SG_IO ioctl, we can choose the data transfer memory which doesn't satisfy that alignment