lkml.org 
[lkml]   [2012]   [Jul]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 00/12] /dev/random fixups
Date
This version fixes some sparse complaints; reduces stack usage in
xfer_secondary_pool; fixes a lockdep complaint caused by
get_random_bytes() getting called from interrupt context; and other
minor updates as requested by patch reviewers.

- Ted

Linus Torvalds (1):
random: create add_device_randomness() interface

Mark Brown (2):
rtc: wm831x: Feed the write counter into device_add_randomness()
mfd: wm831x: Feed the device UUID into device_add_randomness()

Theodore Ts'o (9):
random: fix up sparse warnings
random: make 'add_interrupt_randomness()' do something sane
random: use lockless techniques in the interrupt path
usb: feed USB device information to the /dev/random driver
net: feed /dev/random with the MAC address when registering a device
random: use the arch-specific rng in xfer_secondary_pool
random: add new get_random_bytes_arch() function
random: add tracepoints for easier debugging and verification
MAINTAINERS: Theodore Ts'o is taking over the random driver

MAINTAINERS | 4 +-
drivers/char/random.c | 274 +++++++++++++++++++++++++++++++-----------
drivers/mfd/ab3100-core.c | 2 -
drivers/mfd/wm831x-otp.c | 8 ++
drivers/rtc/rtc-wm831x.c | 24 +++-
drivers/usb/core/hub.c | 9 ++
include/linux/random.h | 4 +-
include/trace/events/random.h | 134 +++++++++++++++++++++
kernel/irq/handle.c | 7 +-
net/core/dev.c | 3 +
net/core/rtnetlink.c | 1 +
11 files changed, 393 insertions(+), 77 deletions(-)
create mode 100644 include/trace/events/random.h

--
1.7.11.1.108.gb129051



\
 
 \ /
  Last update: 2012-07-07 01:21    [W:0.684 / U:0.708 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site