public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
From: Theodore Ts'o <tytso@mit.edu>
To: Michael Schmitz <schmitzmic@gmail.com>
Cc: linux-kernel@vger.kernel.org, linux-m68k@vger.kernel.org
Subject: Re: [RFC] fix race in drivers/char/random.c:get_reg()
Date: Wed, 24 May 2017 17:42:28 -0400	[thread overview]
Message-ID: <20170524214228.u5xysvdalferoxw5@thunk.org> (raw)
In-Reply-To: <1493538561-5075-1-git-send-email-schmitzmic@gmail.com>

On Sun, Apr 30, 2017 at 07:49:21PM +1200, Michael Schmitz wrote:
> get_reg() can be reentered on architectures with prioritized interrupts
> (m68k in this case), causing f->reg_index to be incremented after the
> range check. Out of bounds memory access past the pt_regs struct results.
> This will go mostly undetected unless access is beyond end of memory.
> 
> Prevent the race by disabling interrupts in get_reg().
> 
> Tested on m68k (Atari Falcon, and ARAnyM emulator).
> 
> Kudos to Geert Uytterhoeven for helping to trace this race.
> 
> Signed-off-by: Michael Schmitz <schmitzmic@gmail.com>

Thanks, applied.  It will go to Linus shortly.

		     	     	- Ted

      parent reply	other threads:[~2017-05-24 21:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-30  7:49 [RFC] fix race in drivers/char/random.c:get_reg() Michael Schmitz
2017-05-12  7:16 ` Geert Uytterhoeven
2017-05-24 21:42 ` Theodore Ts'o [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=20170524214228.u5xysvdalferoxw5@thunk.org \
    --to=tytso@mit.edu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-m68k@vger.kernel.org \
    --cc=schmitzmic@gmail.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