Re: [PATCH v5 0/2] zram: fix few sysfs races
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2021-07-02 19:36:30
Also in:
lkml
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2021-07-02 19:36:30
Also in:
lkml
On Thu, Jul 01, 2021 at 11:01:15PM -0700, Minchan Kim wrote:
On Thu, Jul 01, 2021 at 09:37:14PM -0700, Luis Chamberlain wrote:quoted
This v5 modifies the second patch, the set of macros needed a bit of adjustments so we can keep the same name attributes. It also updates the patches to fix all checkpatch complaints. Luis Chamberlain (2): zram: fix crashes with cpu hotplug multistate zram: fix deadlock with sysfs attribute usage and module removal drivers/block/zram/zram_drv.c | 108 ++++++++++++++++++++++++++-------- drivers/block/zram/zram_drv.h | 54 +++++++++++++++++ 2 files changed, 137 insertions(+), 25 deletions(-)Guess first patch would be confilict with recent kernel.
OK I guess time to update my linux-next :)
Anyway, please send the patchset with Andrew If he doesn't pick in a few days.
I'll verify if no changes are needed after I bump to the latest linux-next, otherwise I'll send a v6. Luis