From: Michal Hocko <mhocko@kernel.org>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>,
Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>,
Aliaksei Karaliou <akaraliou.dev@gmail.com>, <linux-mm@kvack.org>,
<linux-fsdevel@vger.kernel.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: [resend PATCH 0/2] fix VFS register_shrinker fixup
Date: Tue, 19 Dec 2017 14:28:42 +0100 [thread overview]
Message-ID: <20171219132844.28354-1-mhocko@kernel.org> (raw)
Hi Andrew,
Tetsuo has posted patch 1 already [1]. I had some minor concenrs about
the changelog but the approach was already OK. Aliaksei came with an
alternative patch [2] which also handles double unregistration. I have
updated the changelog and moved the syzbot report to the 2nd patch
because it is more related to the change there. The patch 1 is
prerequisite. Maybe we should just merge those two. I've kept Tetsuo's
s-o-b and his original authorship, but let me know if you disagree with
the new wording or the additional change, Tetsuo.
The patch 2 is based on Al's suggestion [3] and it fixes sget_userns
shrinker registration code.
Both of these stalled so can we have them merged finally?
[1] http://lkml.kernel.org/r/1511523385-6433-1-git-send-email-penguin-kernel@I-love.SAKURA.ne.jp
[2] http://lkml.kernel.org/r/20171216192937.13549-1-akaraliou.dev@gmail.com
[3] http://lkml.kernel.org/r/20171123145540.GB21978@ZenIV.linux.org.uk
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
WARNING: multiple messages have this Message-ID (diff)
From: Michal Hocko <mhocko@kernel.org>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>,
Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>,
Aliaksei Karaliou <akaraliou.dev@gmail.com>,
linux-mm@kvack.org, linux-fsdevel@vger.kernel.org,
LKML <linux-kernel@vger.kernel.org>
Subject: [resend PATCH 0/2] fix VFS register_shrinker fixup
Date: Tue, 19 Dec 2017 14:28:42 +0100 [thread overview]
Message-ID: <20171219132844.28354-1-mhocko@kernel.org> (raw)
Hi Andrew,
Tetsuo has posted patch 1 already [1]. I had some minor concenrs about
the changelog but the approach was already OK. Aliaksei came with an
alternative patch [2] which also handles double unregistration. I have
updated the changelog and moved the syzbot report to the 2nd patch
because it is more related to the change there. The patch 1 is
prerequisite. Maybe we should just merge those two. I've kept Tetsuo's
s-o-b and his original authorship, but let me know if you disagree with
the new wording or the additional change, Tetsuo.
The patch 2 is based on Al's suggestion [3] and it fixes sget_userns
shrinker registration code.
Both of these stalled so can we have them merged finally?
[1] http://lkml.kernel.org/r/1511523385-6433-1-git-send-email-penguin-kernel@I-love.SAKURA.ne.jp
[2] http://lkml.kernel.org/r/20171216192937.13549-1-akaraliou.dev@gmail.com
[3] http://lkml.kernel.org/r/20171123145540.GB21978@ZenIV.linux.org.uk
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
WARNING: multiple messages have this Message-ID (diff)
From: Michal Hocko <mhocko@kernel.org>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>,
Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>,
Aliaksei Karaliou <akaraliou.dev@gmail.com>, <linux-mm@kvack.org>,
<linux-fsdevel@vger.kernel.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: [resend PATCH 0/2] fix VFS register_shrinker fixup
Date: Tue, 19 Dec 2017 14:28:42 +0100 [thread overview]
Message-ID: <20171219132844.28354-1-mhocko@kernel.org> (raw)
Hi Andrew,
Tetsuo has posted patch 1 already [1]. I had some minor concenrs about
the changelog but the approach was already OK. Aliaksei came with an
alternative patch [2] which also handles double unregistration. I have
updated the changelog and moved the syzbot report to the 2nd patch
because it is more related to the change there. The patch 1 is
prerequisite. Maybe we should just merge those two. I've kept Tetsuo's
s-o-b and his original authorship, but let me know if you disagree with
the new wording or the additional change, Tetsuo.
The patch 2 is based on Al's suggestion [3] and it fixes sget_userns
shrinker registration code.
Both of these stalled so can we have them merged finally?
[1] http://lkml.kernel.org/r/1511523385-6433-1-git-send-email-penguin-kernel@I-love.SAKURA.ne.jp
[2] http://lkml.kernel.org/r/20171216192937.13549-1-akaraliou.dev@gmail.com
[3] http://lkml.kernel.org/r/20171123145540.GB21978@ZenIV.linux.org.uk
next reply other threads:[~2017-12-19 13:28 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-19 13:28 Michal Hocko [this message]
2017-12-19 13:28 ` [resend PATCH 0/2] fix VFS register_shrinker fixup Michal Hocko
2017-12-19 13:28 ` Michal Hocko
2017-12-19 13:28 ` [PATCH 1/2] mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed Michal Hocko
2017-12-19 13:28 ` Michal Hocko
2017-12-19 13:28 ` Michal Hocko
2017-12-19 13:28 ` [PATCH 2/2] VFS: handle register_shrinker failure in sget_userns Michal Hocko
2017-12-19 13:28 ` Michal Hocko
2017-12-19 13:28 ` Michal Hocko
2017-12-19 15:19 ` [resend PATCH 0/2] fix VFS register_shrinker fixup Michal Hocko
2017-12-19 15:19 ` Michal Hocko
2017-12-19 15:34 ` Al Viro
2017-12-19 15:34 ` Al Viro
2017-12-19 15:57 ` Michal Hocko
2017-12-19 15:57 ` Michal Hocko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171219132844.28354-1-mhocko@kernel.org \
--to=mhocko@kernel.org \
--cc=akaraliou.dev@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=penguin-kernel@I-love.SAKURA.ne.jp \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.