Skip to content
  1. Dec 13, 2016
  2. Dec 12, 2016
  3. Nov 14, 2016
  4. Nov 06, 2016
    • Linus Torvalds's avatar
      Linux 4.9-rc4 · bc33b0ca
      Linus Torvalds authored
      bc33b0ca
    • Linus Torvalds's avatar
      Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux · bd060ac0
      Linus Torvalds authored
      Pull i2c fix from Wolfram Sang:
       "A bugfix for the I2C core fixing a (rare) race condition"
      
      * 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
        i2c: core: fix NULL pointer dereference under race condition
      bd060ac0
    • Linus Torvalds's avatar
      Merge branches 'sched-urgent-for-linus' and 'core-urgent-for-linus' of... · ffbcbfca
      Linus Torvalds authored
      Merge branches 'sched-urgent-for-linus' and 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
      
      Pull stack vmap fixups from Thomas Gleixner:
       "Two small patches related to sched_show_task():
      
         - make sure to hold a reference on the task stack while accessing it
      
         - remove the thread_saved_pc printout
      
        .. and add a sanity check into release_task_stack() to catch problems
        with task stack references"
      
      * 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        sched/core: Remove pointless printout in sched_show_task()
        sched/core: Fix oops in sched_show_task()
      
      * 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        fork: Add task stack refcounting sanity check and prevent premature task stack freeing
      ffbcbfca