From: Rusty Russell <rusty@rustcorp.com.au>
To: <torvalds@linux-foundation.org>, "LKML" <linux-kernel@vger.kernel.org>
Cc: Aurelien Jarno <aurelien@aurel32.net>,
Ben Hutchings <ben@decadent.org.uk>,
ian@mnementh.co.uk
Subject: [PULL] virtio randomness fix
Date: Tue, 05 Mar 2013 10:22:38 +1030 [thread overview]
Message-ID: <87ip56d8op.fsf@rustcorp.com.au> (raw)
The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8:
Linux 3.9-rc1 (2013-03-03 15:11:05 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git tags/fixes-for-linus
for you to fetch changes up to f7f154f1246ccc5a0a7e9ce50932627d60a0c878:
hw_random: make buffer usable in scatterlist. (2013-03-05 10:11:41 +1030)
----------------------------------------------------------------
Nasty side-effect of vmalloc'ing modules: their static vars cannot be put
into scatterlists. Jens has a check queued for this, so it shouldn't happen
again.
Thanks,
Rusty.
----------------------------------------------------------------
Rusty Russell (1):
hw_random: make buffer usable in scatterlist.
drivers/char/hw_random/core.c | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
reply other threads:[~2013-03-04 23:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=87ip56d8op.fsf@rustcorp.com.au \
--to=rusty@rustcorp.com.au \
--cc=aurelien@aurel32.net \
--cc=ben@decadent.org.uk \
--cc=ian@mnementh.co.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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.