1. 29 Apr, 2011 1 commit
  2. 27 Apr, 2011 3 commits
    • Martin Schwidefsky's avatar
      [S390] prng: fix pointer arithmetic · ed961581
      Martin Schwidefsky authored
      The git commit c708c57e fixed the
      access beyond the end of the stack in prng_seed but the pointer
      arithmetic is still incorrect. The calculation has been off by
      a factor of 64, now it is only off by a factor of 8. prng_seed
      is called with a maximum of 16 for nbytes, small enough that
      the incorrect calculation stays insides the limits of the stack.
      Place parentheses for correct pointer arithmetic.
      Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
      ed961581
    • Linus Torvalds's avatar
      Linux 2.6.39-rc5 · 8e10cd74
      Linus Torvalds authored
      8e10cd74
    • Randy Dunlap's avatar
      init/Kconfig: fix EXPERT menu list · 6befe5f6
      Randy Dunlap authored
      The EXPERT menu list was recently broken by the insertion of a
      kconfig symbol (EMBEDDED) at the beginning of the EXPERT list of
      kconfig items.  Broken by:
      
        commit 6a108a14
        Author: David Rientjes <rientjes@google.com>
        Date:   Thu Jan 20 14:44:16 2011 -0800
          kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT
      
      Restore the EXPERT menu list -- don't inject a symbol (EMBEDDED)
      that does not depend on EXPERT into the list.
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Cc: David Rientjes <rientjes@google.com>
      Cc: Peter Foley <pefoley2@verizon.net>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      6befe5f6
  3. 26 Apr, 2011 15 commits
  4. 25 Apr, 2011 13 commits
  5. 24 Apr, 2011 8 commits