1. 28 9月, 2017 14 次提交
  2. 24 9月, 2017 4 次提交
  3. 14 9月, 2017 1 次提交
  4. 01 9月, 2017 1 次提交
  5. 29 8月, 2017 1 次提交
  6. 28 8月, 2017 5 次提交
  7. 24 8月, 2017 1 次提交
  8. 22 8月, 2017 1 次提交
  9. 09 8月, 2017 1 次提交
    • H
      random: fix warning message on ia64 and parisc · 51d96dc2
      Helge Deller 提交于
      Fix the warning message on the parisc and IA64 architectures to show the
      correct function name of the caller by using %pS instead of %pF. The
      message is printed with the value of _RET_IP_ which calls
      __builtin_return_address(0) and as such returns the IP address caller
      instead of pointer to a function descriptor of the caller.
      
      The effect of this patch is visible on the parisc and ia64 architectures
      only since those are the ones which use function descriptors while on
      all others %pS and %pF will behave the same.
      
      Cc: Theodore Ts'o <tytso@mit.edu>
      Cc: Jason A. Donenfeld <Jason@zx2c4.com>
      Signed-off-by: NHelge Deller <deller@gmx.de>
      Fixes: eecabf56 ("random: suppress spammy warnings about unseeded randomness")
      Fixes: d06bfd19 ("random: warn when kernel uses unseeded randomness")
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      51d96dc2
  10. 04 8月, 2017 9 次提交
  11. 03 8月, 2017 2 次提交