All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Zijlstra <peterz@infradead.org>
To: Kees Cook <keescook@chromium.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, luto@amacapital.net,
	axboe@kernel.dk, torvalds@linux-foundation.org, jannh@google.com,
	will@kernel.org
Subject: Re: [PATCH v2] mm: Fix use_mm() vs TLB invalidate
Date: Tue, 3 Mar 2020 11:01:10 +0100	[thread overview]
Message-ID: <20200303100110.GB2596@hirez.programming.kicks-ass.net> (raw)
In-Reply-To: <202002261336.7A72F3C@keescook>

On Wed, Feb 26, 2020 at 01:36:53PM -0800, Kees Cook wrote:
> On Wed, Feb 26, 2020 at 02:21:33PM +0100, Peter Zijlstra wrote:
> > v2 now with WARN_ON_ONCE
> > [...]
> > +	WARN_ON(!(tsk->flags & PF_KTHREAD));
> > +	WARN_ON(tsk->mm != NULL);
> > [...]
> > +	WARN_ON(!(tsk->flags & PF_KTHREAD));
> 
> Version mismatch?

Dammit; no, that's just me being an idiot for doing too many things at
once :/

I suppose I'll go send v3..

      reply	other threads:[~2020-03-03 10:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-26 13:21 [PATCH v2] mm: Fix use_mm() vs TLB invalidate Peter Zijlstra
2020-02-26 14:13 ` Jens Axboe
2020-02-26 21:36 ` Kees Cook
2020-03-03 10:01   ` Peter Zijlstra [this message]

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=20200303100110.GB2596@hirez.programming.kicks-ass.net \
    --to=peterz@infradead.org \
    --cc=akpm@linux-foundation.org \
    --cc=axboe@kernel.dk \
    --cc=jannh@google.com \
    --cc=keescook@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luto@amacapital.net \
    --cc=torvalds@linux-foundation.org \
    --cc=will@kernel.org \
    /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.