All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Brauner <christian@brauner.io>
To: Joel Fernandes <joel@joelfernandes.org>
Cc: Oleg Nesterov <oleg@redhat.com>,
	linux-kernel@vger.kernel.org,
	Andy Lutomirski <luto@amacapital.net>,
	Steven Rostedt <rostedt@goodmis.org>,
	Daniel Colascione <dancol@google.com>,
	Jann Horn <jannh@google.com>, Tim Murray <timmurray@google.com>,
	Jonathan Kowalski <bl0pbl33p@gmail.com>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Al Viro <viro@zeniv.linux.org.uk>,
	Kees Cook <keescook@chromium.org>,
	David Howells <dhowells@redhat.com>,
	kernel-team@android.com,
	Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>,
	"Eric W. Biederman" <ebiederm@xmission.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Ingo Molnar <mingo@kernel.org>,
	KJ Tsanaktsidis <ktsanaktsidis@zendesk.com>,
	linux-kselftest@vger.kernel.org, Michal Hocko <mhocko@suse.com>,
	Nadav Amit <namit@vmware.com>,
	"Peter Zijlstra (Intel)" <peterz@infradead.org>,
	Serge Hallyn <serge@hallyn.com>, Shuah Khan <shuah@kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Tycho Andersen <tycho@tycho.ws>
Subject: Re: [PATCH v2 1/2] Add polling support to pidfd
Date: Thu, 2 May 2019 21:35:10 +0200	[thread overview]
Message-ID: <20190502193509.poponmy3j67xjxth@brauner.io> (raw)
In-Reply-To: <20190502191437.GA103213@google.com>

On Thu, May 02, 2019 at 03:14:37PM -0400, Joel Fernandes wrote:
> On Thu, May 02, 2019 at 06:02:48PM +0200, Oleg Nesterov wrote:
> > On 05/02, Christian Brauner wrote:
> > >
> > > On Wed, May 01, 2019 at 05:13:12PM +0200, Oleg Nesterov wrote:
> > > >
> > > > Otherwise I see no problems.
> > >
> > > I'll remove the WARN_ON() check when applying this. Can I get your
> > > Acked/Review, Oleg?
> 
> Oh, ok. Good point about the de_thread race. Agreed with you.
> 
> > Yes, feel free to add
> > 
> > 	Reviewed-by: Oleg Nesterov <oleg@redhat.com>
> > 
> > Hmm. Somehow I didn't read the changelog before, I just noticed
> > Suggested-by: Oleg Nesterov <oleg@redhat.com>
> > Please remove ;) Thanks Joel, I appreciate it, but it is not my idea.
> 
> Ok no problem. You have been very helpful so thank you for that!

Yep, big thank you, Oleg! :)

Christian

WARNING: multiple messages have this Message-ID (diff)
From: christian at brauner.io (Christian Brauner)
Subject: [PATCH v2 1/2] Add polling support to pidfd
Date: Thu, 2 May 2019 21:35:10 +0200	[thread overview]
Message-ID: <20190502193509.poponmy3j67xjxth@brauner.io> (raw)
In-Reply-To: <20190502191437.GA103213@google.com>

On Thu, May 02, 2019 at 03:14:37PM -0400, Joel Fernandes wrote:
> On Thu, May 02, 2019 at 06:02:48PM +0200, Oleg Nesterov wrote:
> > On 05/02, Christian Brauner wrote:
> > >
> > > On Wed, May 01, 2019 at 05:13:12PM +0200, Oleg Nesterov wrote:
> > > >
> > > > Otherwise I see no problems.
> > >
> > > I'll remove the WARN_ON() check when applying this. Can I get your
> > > Acked/Review, Oleg?
> 
> Oh, ok. Good point about the de_thread race. Agreed with you.
> 
> > Yes, feel free to add
> > 
> > 	Reviewed-by: Oleg Nesterov <oleg at redhat.com>
> > 
> > Hmm. Somehow I didn't read the changelog before, I just noticed
> > Suggested-by: Oleg Nesterov <oleg at redhat.com>
> > Please remove ;) Thanks Joel, I appreciate it, but it is not my idea.
> 
> Ok no problem. You have been very helpful so thank you for that!

Yep, big thank you, Oleg! :)

Christian

WARNING: multiple messages have this Message-ID (diff)
From: christian@brauner.io (Christian Brauner)
Subject: [PATCH v2 1/2] Add polling support to pidfd
Date: Thu, 2 May 2019 21:35:10 +0200	[thread overview]
Message-ID: <20190502193509.poponmy3j67xjxth@brauner.io> (raw)
Message-ID: <20190502193510.CKF3sY3l6S0BK1JXEUZJNgu13uudjfF9AlBcfNnjYQc@z> (raw)
In-Reply-To: <20190502191437.GA103213@google.com>

On Thu, May 02, 2019@03:14:37PM -0400, Joel Fernandes wrote:
> On Thu, May 02, 2019@06:02:48PM +0200, Oleg Nesterov wrote:
> > On 05/02, Christian Brauner wrote:
> > >
> > > On Wed, May 01, 2019@05:13:12PM +0200, Oleg Nesterov wrote:
> > > >
> > > > Otherwise I see no problems.
> > >
> > > I'll remove the WARN_ON() check when applying this. Can I get your
> > > Acked/Review, Oleg?
> 
> Oh, ok. Good point about the de_thread race. Agreed with you.
> 
> > Yes, feel free to add
> > 
> > 	Reviewed-by: Oleg Nesterov <oleg at redhat.com>
> > 
> > Hmm. Somehow I didn't read the changelog before, I just noticed
> > Suggested-by: Oleg Nesterov <oleg at redhat.com>
> > Please remove ;) Thanks Joel, I appreciate it, but it is not my idea.
> 
> Ok no problem. You have been very helpful so thank you for that!

Yep, big thank you, Oleg! :)

Christian

  reply	other threads:[~2019-05-02 19:35 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-30 16:21 [PATCH v2 1/2] Add polling support to pidfd Joel Fernandes (Google)
2019-04-30 16:21 ` Joel Fernandes (Google)
2019-04-30 16:21 ` joel
2019-04-30 16:21 ` [PATCH v2 2/2] Add selftests for pidfd polling Joel Fernandes (Google)
2019-04-30 16:21   ` Joel Fernandes (Google)
2019-04-30 16:21   ` joel
2019-04-30 19:20   ` Christian Brauner
2019-04-30 19:20     ` Christian Brauner
2019-04-30 19:20     ` christian
2019-05-14 15:17   ` Christian Brauner
2019-05-14 15:17     ` Christian Brauner
2019-05-14 15:17     ` christian
2019-04-30 19:07 ` [PATCH v2 1/2] Add polling support to pidfd Christian Brauner
2019-04-30 19:07   ` Christian Brauner
2019-04-30 19:07   ` christian
2019-05-01 15:13 ` Oleg Nesterov
2019-05-01 15:13   ` Oleg Nesterov
2019-05-01 15:13   ` oleg
2019-05-02 15:13   ` Christian Brauner
2019-05-02 15:13     ` Christian Brauner
2019-05-02 15:13     ` christian
2019-05-02 16:02     ` Oleg Nesterov
2019-05-02 16:02       ` Oleg Nesterov
2019-05-02 16:02       ` oleg
2019-05-02 19:14       ` Joel Fernandes
2019-05-02 19:14         ` Joel Fernandes
2019-05-02 19:14         ` joel
2019-05-02 19:35         ` Christian Brauner [this message]
2019-05-02 19:35           ` Christian Brauner
2019-05-02 19:35           ` christian
2019-05-14 15:16       ` Christian Brauner
2019-05-14 15:16         ` Christian Brauner
2019-05-14 15:16         ` christian

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=20190502193509.poponmy3j67xjxth@brauner.io \
    --to=christian@brauner.io \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=bl0pbl33p@gmail.com \
    --cc=dancol@google.com \
    --cc=dhowells@redhat.com \
    --cc=ebiederm@xmission.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jannh@google.com \
    --cc=joel@joelfernandes.org \
    --cc=keescook@chromium.org \
    --cc=kernel-team@android.com \
    --cc=ktsanaktsidis@zendesk.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=luto@amacapital.net \
    --cc=mhocko@suse.com \
    --cc=mingo@kernel.org \
    --cc=namit@vmware.com \
    --cc=oleg@redhat.com \
    --cc=peterz@infradead.org \
    --cc=rostedt@goodmis.org \
    --cc=serge@hallyn.com \
    --cc=shuah@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=timmurray@google.com \
    --cc=torvalds@linux-foundation.org \
    --cc=tycho@tycho.ws \
    --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.