1. 15 Feb, 2018 37 commits
  2. 12 Feb, 2018 1 commit
    • Linus Torvalds's avatar
      Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 · 178e834c
      Linus Torvalds authored
      Pull crypto fixes from Herbert Xu:
       "This fixes the following issues:
      
         - oversize stack frames on mn10300 in sha3-generic
      
         - warning on old compilers in sha3-generic
      
         - API error in sun4i_ss_prng
      
         - potential dead-lock in sun4i_ss_prng
      
         - null-pointer dereference in sha512-mb
      
         - endless loop when DECO acquire fails in caam
      
         - kernel oops when hashing empty message in talitos"
      
      * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
        crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generate
        crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate
        crypto: caam - fix endless loop when DECO acquire fails
        crypto: sha3-generic - Use __optimize to support old compilers
        compiler-gcc.h: __nostackprotector needs gcc-4.4 and up
        compiler-gcc.h: Introduce __optimize function attribute
        crypto: sha3-generic - deal with oversize stack frames
        crypto: talitos - fix Kernel Oops on hashing an empty file
        crypto: sha512-mb - initialize pending lengths correctly
      178e834c
  3. 11 Feb, 2018 2 commits
    • Linus Torvalds's avatar
      Linux 4.16-rc1 · 7928b2cb
      Linus Torvalds authored
      7928b2cb
    • Al Viro's avatar
      unify {de,}mangle_poll(), get rid of kernel-side POLL... · 7a163b21
      Al Viro authored
      except, again, POLLFREE and POLL_BUSY_LOOP.
      
      With this, we finally get to the promised end result:
      
       - POLL{IN,OUT,...} are plain integers and *not* in __poll_t, so any
         stray instances of ->poll() still using those will be caught by
         sparse.
      
       - eventpoll.c and select.c warning-free wrt __poll_t
      
       - no more kernel-side definitions of POLL... - userland ones are
         visible through the entire kernel (and used pretty much only for
         mangle/demangle)
      
       - same behavior as after the first series (i.e. sparc et.al. epoll(2)
         working correctly).
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      7a163b21