Re: suspicious __GFP_NOMEMALLOC in selinux

2017-08-07 Thread Michal Hocko
On Thu 03-08-17 14:17:26, Paul Moore wrote: > On Thu, Aug 3, 2017 at 7:05 AM, Michal Hocko wrote: > > On Thu 03-08-17 19:44:46, Tetsuo Handa wrote: [...] > >> When allocating thread is selected as an OOM victim, it gets TIF_MEMDIE. > >> Since that function might be called from !in_interrupt() cont

Re: suspicious __GFP_NOMEMALLOC in selinux

2017-08-07 Thread Michal Hocko
On Fri 04-08-17 13:12:04, Paul Moore wrote: > On Fri, Aug 4, 2017 at 3:56 AM, Michal Hocko wrote: [...] > > Btw. Should I resend the patch or somebody will take it from this email > > thread? > > No, unless your mailer mangled the patch I should be able to pull it > from this thread. However, I'

Re: [PATCH 2/2] Travis-CI: do not test gold linkers with clang

2017-08-07 Thread Stephen Smalley
On Sat, 2017-08-05 at 12:16 +0200, Nicolas Iooss wrote: > clang does not know -fuse-ld=gold. It only needs -flto, which > automatically adds -plugin=LLVMgold.so to the linker command line, > but > this does not work on Travis-CI because the gold linker plugin is not > installed: > > /usr/bin/l

Re: [PATCH 6/6] sepolicy: remove stray space in section "SEE ALSO"

2017-08-07 Thread Stephen Smalley
On Sat, 2017-08-05 at 18:37 +0200, Nicolas Iooss wrote: > The space after "sepolicy(8)" breaks the formatting of section SEE > ALSO > in man pages generated with sepolicy: > >   SEE ALSO > selinux(8), ssh(8), semanage(8), restorecon(8), chcon(1), > sepolicy(8)  ,  setsebool(8), > > Signed-off