Discussion:
[git pull] m68k updates for 3.16 (take 2)
Geert Uytterhoeven
2014-07-13 09:08:07 UTC
Permalink
Hi Linus,

The following changes since commit cd3de83f147601356395b57a8673e9c5ff1e59d1:

Linux 3.16-rc4 (2014-07-06 12:37:51 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git for-linus

for you to fetch changes up to 5bc8c7cdeb6e3d9c1b938b4029d9a22f8dc5cd9d:

m68k: Export mach_random_get_entropy to modules (2014-07-11 10:37:53 +0200)

Summary:
- Fix for a boot regression introduced in v3.16-rc1,
- Fix for a built issue in -next.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (2):
m68k: Fix boot regression on machines with RAM at non-zero
m68k: Export mach_random_get_entropy to modules

arch/m68k/kernel/head.S | 3 ++-
arch/m68k/kernel/time.c | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ***@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
Christoph Hellwig
2014-07-13 09:34:38 UTC
Permalink
Post by Geert Uytterhoeven
m68k: Fix boot regression on machines with RAM at non-zero
m68k: Export mach_random_get_entropy to modules
What modular user of random_get_entropy is this for? Can't find one in
the current tree, and I don't really think this is something that should
be exported either.
Geert Uytterhoeven
2014-07-13 18:16:35 UTC
Permalink
Hi Christoph,
Post by Christoph Hellwig
Post by Geert Uytterhoeven
m68k: Fix boot regression on machines with RAM at non-zero
m68k: Export mach_random_get_entropy to modules
What modular user of random_get_entropy is this for? Can't find one in
the current tree, and I don't really think this is something that should
be exported either.
The second to last chunk of "crypto: drbg - Mix a time stamp into DRBG state"
calls random_get_entropy(), cfr.

https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=27e4de2bd1804c24e3e517dd54026c1f60e8fe27

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ***@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds

Loading...