summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorClaudiu Beznea <claudiu.beznea.uj@bp.renesas.com>2025-05-21 17:25:41 +0300
committerThomas Gleixner <tglx@linutronix.de>2025-05-21 17:48:23 +0200
commita510bb87da72aa8d1504b0e4b343cfe013ee8a89 (patch)
tree1802646b1acdf6904b72ad1da3e2ef7d4683b3d7 /scripts
parent788019eb559fd0b365f501467ceafce540e377cc (diff)
downloadkernel-a510bb87da72aa8d1504b0e4b343cfe013ee8a89.tar.gz
genirq/irqdesc: Remove double locking in hwirq_show()
&desc->lock is acquired on 2 consecutive lines in hwirq_show(). This leads obviously to a deadlock. Drop the raw_spin_lock_irq() and keep guard(). Fixes: 5d964a9f7cd8 ("genirq/irqdesc: Switch to lock guards") Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/all/20250521142541.3832130-1-claudiu.beznea.uj@bp.renesas.com
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
_uart/cpm_uart_cpm2.c?h=linux-6.6.y&id=fc8e50e349aa722d9f97ed9ba30e324ede8fa408'>POWERPC: Get rid of remapping the whole immrVitaly Bordug 2006-09-21cpm_uart: make it possible to utilize from powerpcVitaly Bordug 2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel 2006-05-26[PATCH] ppc32 CPM_UART: various fixes for pq2 uart usersVitaly Bordug 2006-05-03[PATCH] ppc32 CPM_UART: fixes and improvementsVitaly Bordug 2006-04-28[PATCH] ppc32 CPM_UART: Fixed odd address translationsVitaly Bordug 2006-04-28[PATCH] ppc32 CPM_UART: Convert to use platform devicesVitaly Bordug 2005-11-13[PATCH] Update email address for KumarKumar Gala 2005-09-05[PATCH] cpm_uart: Fix baseaddress for SMC 1 and 2Kumar Gala 2005-09-05[PATCH] cpm_uart: Fix 2nd serial port on MPC8560 ADSKumar Gala