Re: [PATCH BUGFIX V4] block: add missing group association in bio-cloning functions

2016-07-26 Thread kbuild test robot
Hi, [auto build test WARNING on block/for-next] [also build test WARNING on v4.7 next-20160726] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Paolo-Valente/block-add-missing-group-association-i

Re: [PATCH BUGFIX V4] block: add missing group association in bio-cloning functions

2016-06-07 Thread Paolo
Jens, are you picking this fix? Thanks, Paolo Il 13/05/2016 22:42, Jeff Moyer ha scritto: Paolo Valente writes: When a bio is cloned, the newly created bio must be associated with the same blkcg as the original bio (if BLK_CGROUP is enabled). If this operation is not performed, then the new

Re: [PATCH BUGFIX V4] block: add missing group association in bio-cloning functions

2016-05-13 Thread Jeff Moyer
Paolo Valente writes: > When a bio is cloned, the newly created bio must be associated with > the same blkcg as the original bio (if BLK_CGROUP is enabled). If > this operation is not performed, then the new bio is not associated > with any group, and the group of the current task is returned whe

Re: [PATCH BUGFIX V4] block: add missing group association in bio-cloning functions

2016-05-12 Thread Tejun Heo
On Wed, May 11, 2016 at 11:28:04AM +0200, Paolo Valente wrote: > When a bio is cloned, the newly created bio must be associated with > the same blkcg as the original bio (if BLK_CGROUP is enabled). If > this operation is not performed, then the new bio is not associated > with any group, and the gr