summaryrefslogtreecommitdiff
path: root/include/linux/stacktrace.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2013-01-10 09:03:16 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2013-01-10 09:03:16 -0800
commit4ffd4ebf9d19c07285ea8a26d30a17ff28767132 (patch)
treed563023f1764aac5c5232315c356fa258f53dcce /include/linux/stacktrace.h
parent7be72c39544e3973509f1c299d255a67177c7a33 (diff)
parenta8dd2176a8e988e3744e863ac39647a6f59fa900 (diff)
downloadkernel-4ffd4ebf9d19c07285ea8a26d30a17ff28767132.tar.gz
Merge tag 'trace-3.8-rc2-regression-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Pull tracing regression fix from Steven Rostedt: "A change that came in this merge window broke the writing to the trace_options file. It causes garbage to be read during the compare of option names, and breaks setting options via the trace_options file, although options can still be set via the options/<option> files." * tag 'trace-3.8-rc2-regression-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: tracing: Fix regression of trace_options file setting
Diffstat (limited to 'include/linux/stacktrace.h')
0 files changed, 0 insertions, 0 deletions
rust: devres: replace Devres::new_foreign_owned()Danilo Krummrich 2025-06-28rust: revocable: support fallible PinInit typesDanilo Krummrich 2025-06-28rust: devres: require T: Send for DevresDanilo Krummrich 2025-06-24rust: Use consistent "# Examples" heading style in rustdocViresh Kumar 2025-06-22rust: enable `clippy::as_underscore` lintTamir Duberstein 2025-06-22rust: enable `clippy::as_ptr_cast_mut` lintTamir Duberstein 2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein 2025-06-13rust: devres: do not dereference to the internal RevocableDanilo Krummrich 2025-06-13rust: devres: fix race in Devres::drop()Danilo Krummrich 2025-05-12rust: devres: fix doctest build under `!CONFIG_PCI`Miguel Ojeda 2025-05-04rust: devres: implement Devres::access()Danilo Krummrich 2025-04-17rust: devres: require a bound deviceDanilo Krummrich 2025-02-25rust: io: fix devres test with new io accessor functionsFiona Behrens 2025-01-10rust: devres: remove action in `Devres::drop`Danilo Krummrich 2024-12-20rust: add devres abstractionDanilo Krummrich