1. 06 11月, 2015 2 次提交
  2. 03 11月, 2015 1 次提交
  3. 01 11月, 2015 3 次提交
  4. 31 10月, 2015 1 次提交
  5. 28 10月, 2015 2 次提交
  6. 27 10月, 2015 1 次提交
    • W
      x86/ioapic: Prevent NULL pointer dereference in setup_ioapic_dest() · ababae44
      Werner Pawlitschko 提交于
      Commit 4857c91f changed the way how irq affinity is setup in
      setup_ioapic_dest() from using the core helper function to
      unconditionally calling the irq_set_affinity() callback of the
      underlying irq chip.
      
      That results in a NULL pointer dereference for the rare case where the
      underlying irq chip is lapic_chip which has no irq_set_affinity()
      callback. lapic_chip is occasionally used for the timer interrupt (irq
      0).
      
      The fix is simple: Check the availability of the callback instead of
      calling it unconditionally.
      
      Fixes: 4857c91f "x86/ioapic: Force affinity setting in setup_ioapic_dest()"
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Cc: stable@vger.kernel.org
      ababae44
  7. 26 10月, 2015 1 次提交
  8. 25 10月, 2015 1 次提交
  9. 23 10月, 2015 6 次提交
  10. 21 10月, 2015 14 次提交
  11. 20 10月, 2015 4 次提交
  12. 19 10月, 2015 4 次提交