summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2025-09-15 08:37:47 +0200
committerDavid Sterba <dsterba@suse.com>2025-09-18 05:47:34 +0200
commited4e6b5d644c4dd2bc2872ffec036b7da0ec2e27 (patch)
treeeddccaad9e3c80aae4b7e175895b0250c9171df8 /include/linux
parent96fa515e70f3e4b98685ef8cac9d737fc62f10e1 (diff)
btrfs: ref-verify: handle damaged extent root tree
Syzbot hits a problem with enabled ref-verify, ignorebadroots and a fuzzed/damaged extent tree. There's no fallback option like in other places that can deal with it so disable the whole ref-verify as it is just a debugging feature. Reported-by: syzbot+9c3e0cdfbfe351b0bc0e@syzkaller.appspotmail.com Link: https://lore.kernel.org/all/0000000000001b6052062139be1c@google.com/ Reviewed-by: Qu Wenruo <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
.armlinux.org.uk/linux.git/commit/include/linux/tracepoint.h?h=v4.16-rc4&id=ec6e7c3ae39cb1dc279b5274aaaadd09ff8e224b'>tracing/trivial: Add missing comma in TRACE_EVENT commentMathieu Desnoyers 2010-12-03tracing: Add TRACE_EVENT_CONDITIONAL()Steven Rostedt 2010-11-18tracing: New macro to set up initial event flags valueFrederic Weisbecker 2010-09-22jump label: Tracepoint support for jump labelsJason Baron 2010-06-21tracing: Fix undeclared ENOSYS in include/linux/tracepoint.hWu Zhangjin 2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt 2010-05-14tracepoints: Add check trace callback typeMathieu Desnoyers 2010-05-05tracing: Fix tracepoint.h DECLARE_TRACE() to allow more than one headerSteven Rostedt 2010-03-16rcu: Fix tracepoints & lockdep false positiveLai Jiangshan 2009-11-26events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS()Ingo Molnar 2009-11-24tracing: Create new DEFINE_EVENT_PRINTSteven Rostedt 2009-11-24tracing: Create new TRACE_EVENT_TEMPLATESteven Rostedt 2009-09-22tracing: Fix a comment and a trivial format issue in tracepoint.hLi Hong 2009-08-26Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar 2009-08-26tracing: add comments to explain TRACE_EVENT out of protectionSteven Rostedt 2009-08-26tracing/events: fix the include file dependenciesXiao Guangrong 2009-08-26tracing: Move tracepoint callbacks from declaration to definitionJosh Stone 2009-08-11tracing: Add DECLARE_TRACE_WITH_CALLBACK() macroJason Baron 2009-06-15debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim 2009-04-24tracing: remove deprecated TRACE_FORMATSteven Rostedt 2009-04-14tracing: consolidate trace and trace_event headersSteven Rostedt 2009-03-10tracing: remove funky whitespace in the trace codeSteven Rostedt 2009-03-10tracing: document TRACE_EVENT macro in tracepoint.hSteven Rostedt 2009-03-10tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macroSteven Rostedt 2009-03-10tracing: remove obsolete TRACE_EVENT_FORMAT macroSteven Rostedt 2009-03-10tracing: new format for specialized trace pointsSteven Rostedt 2009-03-10tracing: replace TP<var> with TP_<var>Steven Rostedt 2009-02-28tracing: create the C style tracing for the sched subsystemSteven Rostedt 2009-02-25tracing: wrap arguments with PARAMSSteven Rostedt 2009-02-25tracing: rename DEFINE_TRACE_FMT to just TRACE_FORMATSteven Rostedt 2009-02-24tracing: add DEFINE_TRACE_FMT to tracepoint.hSteven Rostedt 2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers 2008-11-16tracepoints: do not put arguments in nameMathieu Desnoyers 2008-11-16tracepoints: use unregister return valueMathieu Desnoyers 2008-11-16tracepoints: use rcu_*_sched_notraceMathieu Desnoyers 2008-11-03tracepoint: introduce *_noupdate APIs.Lai Jiangshan 2008-10-14tracepoints: synchronize unregister static inlineMathieu Desnoyers 2008-10-14tracepoints: tracepoint_synchronize_unregister()Mathieu Desnoyers 2008-10-14tracing: Kernel TracepointsMathieu Desnoyers