1. 05 6月, 2012 34 次提交
  2. 30 5月, 2012 1 次提交
  3. 25 5月, 2012 1 次提交
    • G
      wl1251: fix oops on early interrupt · f380f2c4
      Grazvydas Ignotas 提交于
      This driver disables interrupt just after requesting it and enables it
      later, after interface is up. However currently there is a time window
      between request_irq() and disable_irq() where if interrupt arrives, the
      driver oopses because it's not yet ready to process it. This can be
      reproduced by inserting the module, associating and removing the module
      multiple times.
      
      Eliminate this race by setting IRQF_NOAUTOEN flag before request_irq().
      
      Cc: stable@vger.kernel.org # v2.6.37+
      Signed-off-by: NGrazvydas Ignotas <notasas@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      f380f2c4
  4. 17 5月, 2012 2 次提交
  5. 16 5月, 2012 2 次提交