Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1656576
| Path | csiph.com!news.mixmin.net!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Theodore Ts'o <tytso@mit.edu> |
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] /dev/random bug fixes for 4.12 |
| Date | Fri, 02 Jun 2017 23:40:02 +0200 |
| Message-ID | <tO2sy-6xE-9@gated-at.bofh.it> (permalink) |
| X-Original-To | torvalds@linux-foundation.org |
| Dkim-Signature | v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=thunk.org; s=ef5046eb; h=Content-Type:MIME-Version:Message-ID:Subject:Cc:To:From:Date; bh=BIHPeHqcMueix6QUcoro0NDcBh3/pGSd1tZ0jTko+Js=; b=AQH8Cw1B2ksGpqS1off4LfdAcK9A+VNGn9uo3mAmkILcsuc0oaBxwIl2xLVPNyWOqGmS85T4zrk4HhtAAh3/EvMH98yftafrcwtbYGNjF0mwGfF6K+Uc4be2jzokfwLxaZVWYxK4kvHfHvQkZA7pynXGp/jADVwvzNTKuQzx2Q4=; |
| Mail-Followup-To | Theodore Ts'o <tytso@mit.edu>, torvalds@linux-foundation.org, linux-kernel@vger.kernel.org |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | NeoMutt/20170113 (1.7.2) |
| X-Sa-Exim-Connect-IP | <locally generated> |
| X-Sa-Exim-Mail-From | tytso@thunk.org |
| X-Sa-Exim-Scanned | No (on imap.thunk.org); SAEximRunCond expanded to false |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 22 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-kernel@vger.kernel.org |
| X-Original-Date | Fri, 2 Jun 2017 17:30:50 -0400 |
| X-Original-Message-ID | <20170602213050.5ap2qtlsgkwnpckr@thunk.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1656576 |
Show key headers only | View raw
The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d:
Linux 4.12-rc2 (2017-05-21 19:30:23 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random.git tags/random_for_linus_stable
for you to fetch changes up to 9dfa7bba35ac08a63565d58c454dccb7e1bb0a08:
fix race in drivers/char/random.c:get_reg() (2017-05-24 17:41:26 -0400)
----------------------------------------------------------------
Fix a race on architectures with prioritized interrupts (such as m68k)
which can causes crashes in drivers/char/random.c:get_reg().
----------------------------------------------------------------
Michael Schmitz (1):
fix race in drivers/char/random.c:get_reg()
drivers/char/random.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[GIT PULL] /dev/random bug fixes for 4.12 Theodore Ts'o <tytso@mit.edu> - 2017-06-02 23:40 +0200
Re: [GIT PULL] /dev/random bug fixes for 4.12 Linus Torvalds <torvalds@linux-foundation.org> - 2017-06-03 01:40 +0200
Re: [GIT PULL] /dev/random bug fixes for 4.12 Geert Uytterhoeven <geert@linux-m68k.org> - 2017-06-04 11:40 +0200
csiph-web