aboutsummaryrefslogtreecommitdiff
path: root/lib/test_fortify/write_overflow-strncpy.c
diff options
context:
space:
mode:
authorJunhao He <[email protected]>2023-08-18 16:40:52 +0800
committerSuzuki K Poulose <[email protected]>2023-08-18 16:42:26 +0100
commitc0a232f1e19e378c5c4e5973a996392942c80090 (patch)
tree541a744fa0bff98e426dcaebfbd7ba20fc4e057a /lib/test_fortify/write_overflow-strncpy.c
parent1a9e02673e2550f5612099e64e8761f0c8fc0f50 (diff)
coresight: trbe: Fix TRBE potential sleep in atomic context
smp_call_function_single() will allocate an IPI interrupt vector to the target processor and send a function call request to the interrupt vector. After the target processor receives the IPI interrupt, it will execute arm_trbe_remove_coresight_cpu() call request in the interrupt handler. According to the device_unregister() stack information, if other process is useing the device, the down_write() may sleep, and trigger deadlocks or unexpected errors. arm_trbe_remove_coresight_cpu coresight_unregister device_unregister device_del kobject_del __kobject_del sysfs_remove_dir kernfs_remove down_write ---------> it may sleep Add a helper arm_trbe_disable_cpu() to disable TRBE precpu irq and reset per TRBE. Simply call arm_trbe_remove_coresight_cpu() directly without useing the smp_call_function_single(), which is the same as registering the TRBE coresight device. Fixes: 3fbf7f011f24 ("coresight: sink: Add TRBE driver") Signed-off-by: Junhao He <[email protected]> Link: https://lore.kernel.org/r/[email protected] [ Remove duplicate cpumask checks during removal ] Signed-off-by: Suzuki K Poulose <[email protected]> [ v3 - Remove the operation of assigning NULL to cpudata->drvdata ] Signed-off-by: Suzuki K Poulose <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy.c')
0 files changed, 0 insertions, 0 deletions