diff options
| author | Andrey Albershteyn <aalbersh@kernel.org> | 2026-07-09 17:24:07 +0200 |
|---|---|---|
| committer | Carlos Maiolino <cem@kernel.org> | 2026-07-12 17:32:27 +0200 |
| commit | 9202ee546b0cd71004eed7598546efe4660097da (patch) | |
| tree | c2f81c99265c03019669ffcd5d0a61576b03807c /scripts | |
| parent | f88caa121eac3b6a050262ac3de0c133ee17f7b2 (diff) | |
xfs: fix null pointer dereference in tracepoint
If dfp is not NULL we exit early here, when dfp is NULL it's allocated
in xfs_defer_alloc() but not assigned. The tracepoint tries to
dereference members of dfp struct.
Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org>
Cc: stable@vger.kernel.org # v6.8
Fixes: 3f3cec031099c3 ("xfs: force small EFIs for reaping btree extents")
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
