mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jamie Iles <jamie.iles@oracle.com>
To: Oleg Nesterov <oleg@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: SIGNAL_UNKILLABLE and init again
Date: Mon, 14 Aug 2017 10:31:24 +0100	[thread overview]
Message-ID: <20170814093124.vvpa6e7ntcukghub@cedar> (raw)
In-Reply-To: <20170427121651.wrjgb4juhfyobbpw@cedar>

Hi Oleg,

On Thu, Apr 27, 2017 at 01:16:51PM +0100, Jamie Iles wrote:
> On Wed, Apr 26, 2017 at 05:18:58PM +0200, Oleg Nesterov wrote:
> > Hi Jamie,
> > 
> > On 04/25, Jamie Iles wrote:
> > >
> > > Hi Oleg,
> > >
> > > I'm back looking at SIGNAL_UNKILLABLE and debugging child reapers again, 
> > > and the current issue is when running code in the target process, 
> > > SIGTRAP firing and that causing SIGNAL_UNKILLABLE protection to be 
> > > removed in force_sig_info():
> > >
> > > 	if (action->sa.sa_handler == SIG_DFL)
> > > 		t->signal->flags &= ~SIGNAL_UNKILLABLE;
> > 
> > Yes, this is what I meant when I said force_sig_info() needs changes too.
> > I was going to fix it "tomorrow" but I was distracted and then forgot.
> > 
> > >   @@ -1185,7 +1185,7 @@ force_sig_info(int sig, struct siginfo *info, struct task_struct *t)
> > >    			recalc_sigpending_and_wake(t);
> > >    		}
> > >    	}
> > >   -	if (action->sa.sa_handler == SIG_DFL)
> > >   +	if (action->sa.sa_handler == SIG_DFL && !t->ptrace)
> > >    		t->signal->flags &= ~SIGNAL_UNKILLABLE;
> > >    	ret = specific_send_sig_info(sig, info, t);
> > >    	spin_unlock_irqrestore(&t->sighand->siglock, flags);
> > 
> > Not sure, let me think a bit more... and this is not enough anyway.
> > 
> > perhaps we should start with this simple change, but the "real" fix
> > needs a lot of cleanups, although I am not sure if we will ever do this.
> 
> Okay, sounds good.  I'm happy to spend more time looking at this if you 
> have suggestions - in the context of namespaces and containers this 
> seems more relevant than when it was just the system init that we were 
> protecting.

Any objections to moving ahead with this patch?

Thanks,

Jamie

  reply	other threads:[~2017-08-14  9:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-25 17:39 Jamie Iles
2017-04-26 15:18 ` Oleg Nesterov
2017-04-27 12:16   ` Jamie Iles
2017-08-14  9:31     ` Jamie Iles [this message]
2017-08-14 16:24       ` Oleg Nesterov

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=20170814093124.vvpa6e7ntcukghub@cedar \
    --to=jamie.iles@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oleg@redhat.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®