1. 31 8月, 2021 5 次提交
  2. 23 8月, 2021 2 次提交
  3. 17 8月, 2021 8 次提交
  4. 12 8月, 2021 1 次提交
  5. 11 8月, 2021 3 次提交
  6. 06 8月, 2021 8 次提交
  7. 02 8月, 2021 1 次提交
  8. 30 7月, 2021 3 次提交
  9. 18 7月, 2021 1 次提交
    • R
      Revert "gpio: mpc8xxx: change the gpio interrupt flags." · ec7099fd
      Rasmus Villemoes 提交于
      This reverts commit 3d5bfbd9.
      
      When booting with threadirqs, it causes a splat
      
        WARNING: CPU: 0 PID: 29 at kernel/irq/handle.c:159 __handle_irq_event_percpu+0x1ec/0x27c
        irq 66 handler irq_default_primary_handler+0x0/0x1c enabled interrupts
      
      That splat later went away with commit 81e2073c ("genirq: Disable
      interrupts for force threaded handlers"), which got backported to
      -stable. However, when running an -rt kernel, the splat still
      exists. Moreover, quoting Thomas Gleixner [1]
      
        But 3d5bfbd9 ("gpio: mpc8xxx: change the gpio interrupt flags.")
        has nothing to do with that:
      
            "Delete the interrupt IRQF_NO_THREAD flags in order to gpio interrupts
             can be threaded to allow high-priority processes to preempt."
      
        This changelog is blatantly wrong. In mainline forced irq threads
        have always been invoked with softirqs disabled, which obviously
        makes them non-preemptible.
      
      So the patch didn't even do what its commit log said.
      
      [1] https://lore.kernel.org/lkml/871r8zey88.ffs@nanos.tec.linutronix.de/
      
      Cc: stable@vger.kernel.org # v5.9+
      Signed-off-by: NRasmus Villemoes <linux@rasmusvillemoes.dk>
      Signed-off-by: NBartosz Golaszewski <bgolaszewski@baylibre.com>
      ec7099fd
  10. 16 7月, 2021 1 次提交
  11. 13 7月, 2021 1 次提交
  12. 25 6月, 2021 2 次提交
  13. 22 6月, 2021 2 次提交
  14. 17 6月, 2021 2 次提交