summaryrefslogtreecommitdiff
path: root/drivers/watchdog/wafer5823wdt.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-10-10 22:25:32 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2024-10-10 22:25:32 +0300
commit0edab8d1324dfeee52aad763236c9015e413c4c2 (patch)
tree178700158c02c7e55c1849266eff4acb623f6ae1 /drivers/watchdog/wafer5823wdt.c
parenteb952c47d154ba2aac794b99c66c3c45eb4cc4ec (diff)
parent912da2c384d510ce40c5af9c3adc316afa4ec547 (diff)
downloadlinux-0edab8d1324dfeee52aad763236c9015e413c4c2.tar.xz
Merge tag 'trace-ringbuffer-v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Pull tracing fix from Steven Rostedt: "Ring-buffer fix: do not have boot-mapped buffers use CPU hotplug callbacks When a ring buffer is mapped to memory assigned at boot, it also splits it up evenly between the possible CPUs. But the allocation code still attached a CPU notifier callback to this ring buffer. When a CPU is added, the callback will happen and another per-cpu buffer is created for the ring buffer. But for boot mapped buffers, there is no room to add another one (as they were all created already). The result of calling the CPU hotplug notifier on a boot mapped ring buffer is unpredictable and could lead to a system crash. If the ring buffer is boot mapped simply do not attach the CPU notifier to it" * tag 'trace-ringbuffer-v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace: ring-buffer: Do not have boot mapped buffers hook to CPU hotplug
Diffstat (limited to 'drivers/watchdog/wafer5823wdt.c')
0 files changed, 0 insertions, 0 deletions