From: "Michal Koutný" <mkoutny@suse.com> To: Andrew Morton <akpm@linux-foundation.org>, Cyrill Gorcunov <gorcunov@gmail.com> Cc: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>, kbuild-all@01.org, LKML <linux-kernel@vger.kernel.org>, Michal Hocko <mhocko@kernel.org>, Randy Dunlap <rdunlap@infradead.org>, Andrey Vagin <avagin@openvz.org>, Andrew Morton <akpm@linuxfoundation.org>, Pavel Emelyanov <xemul@virtuozzo.com>, Michael Kerrisk <mtk.manpages@gmail.com>, Yang Shi <yang.shi@linux.alibaba.com>, kbuild test robot <lkp@intel.com> Subject: Re: [PATCH] prctl: Don't compile some of prctl functions when CRUI Date: Wed, 17 Apr 2019 14:23:50 +0200 [thread overview] Message-ID: <20190417122349.GA15498@blackbody.suse.cz> (raw) In-Reply-To: <20180420140044.478b4c88d3cf238bd440f2a7@linux-foundation.org> Hi. I see this discussion somewhat faded away since the previous year. There was rework [1] that reduced (ab)use of mmap_sem in prctl functions. Actually, there still remains the down_write() in prctl_set_mm. I considered at least replacing it with the mm_struct.arg_lock + down_read() but then I learnt about this thread intending to remove that part completely. I wouldn't oppose if CRIU is the sole (aware) user. Ad the bot build issue, I could build the kernel both with CONFIG_CHECKPOINT_RESTORE and without CONFIG_CHECKPOINT_RESTORE just fine after applying the two proposed patches. What is the current state? Perhaps, this change should be CCed to linux-api@vger.kernel.org(?). Thanks, Michal [1] https://lore.kernel.org/lkml/1523730291-109696-1-git-send-email-yang.shi@linux.alibaba.com/T/
next prev parent reply other threads:[~2019-04-17 12:23 UTC|newest] Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-04-05 18:26 [PATCH v2] prctl: Deprecate non PR_SET_MM_MAP operations Cyrill Gorcunov 2018-04-05 18:56 ` Michal Hocko 2018-04-05 19:51 ` Cyrill Gorcunov 2018-04-05 18:59 ` Yang Shi 2018-04-18 22:28 ` Andrew Morton 2018-04-18 22:42 ` Cyrill Gorcunov 2018-04-20 2:38 ` [v2] " Sergey Senozhatsky 2018-04-20 7:02 ` Cyrill Gorcunov 2018-04-20 7:29 ` Sergey Senozhatsky 2018-04-20 8:18 ` Cyrill Gorcunov 2018-04-20 20:37 ` [PATCH] prctl: Don't compile some of prctl functions when CRUI kbuild test robot 2018-04-20 21:00 ` Andrew Morton 2019-04-17 12:23 ` Michal Koutný [this message] 2019-04-17 12:38 ` Cyrill Gorcunov 2019-04-17 14:44 ` Michal Koutný 2019-04-17 14:56 ` Cyrill Gorcunov 2019-04-17 16:56 ` Cyrill Gorcunov 2018-04-20 21:43 ` kbuild test robot
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=20190417122349.GA15498@blackbody.suse.cz \ --to=mkoutny@suse.com \ --cc=akpm@linux-foundation.org \ --cc=akpm@linuxfoundation.org \ --cc=avagin@openvz.org \ --cc=gorcunov@gmail.com \ --cc=kbuild-all@01.org \ --cc=linux-kernel@vger.kernel.org \ --cc=lkp@intel.com \ --cc=mhocko@kernel.org \ --cc=mtk.manpages@gmail.com \ --cc=rdunlap@infradead.org \ --cc=sergey.senozhatsky.work@gmail.com \ --cc=xemul@virtuozzo.com \ --cc=yang.shi@linux.alibaba.com \ --subject='Re: [PATCH] prctl: Don'\''t compile some of prctl functions when CRUI' \ /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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).