aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/unix_bpf.c
diff options
context:
space:
mode:
authorLong Li <[email protected]>2024-06-22 08:26:31 +0000
committerCarlos Maiolino <[email protected]>2024-11-22 08:52:03 +0000
commit45f69d091bab64a332fe751da9829dcd136348fd (patch)
treeb07c4cd68884af97c9eb05b6e137fbba63218c64 /net/unix/unix_bpf.c
parentMerge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernel (diff)
downloadkernel-45f69d091bab64a332fe751da9829dcd136348fd.tar.gz
kernel-45f69d091bab64a332fe751da9829dcd136348fd.zip
xfs: eliminate lockdep false positives in xfs_attr_shortform_list
xfs_attr_shortform_list() only called from a non-transactional context, it hold ilock before alloc memory and maybe trapped in memory reclaim. Since commit 204fae32d5f7("xfs: clean up remaining GFP_NOFS users") removed GFP_NOFS flag, lockdep warning will be report as [1]. Eliminate lockdep false positives by use __GFP_NOLOCKDEP to alloc memory in xfs_attr_shortform_list(). [1] https://lore.kernel.org/linux-xfs/[email protected]/ Reported-by: [email protected] Signed-off-by: Long Li <[email protected]> Reviewed-by: Dave Chinner <[email protected]> Signed-off-by: Carlos Maiolino <[email protected]>
Diffstat (limited to 'net/unix/unix_bpf.c')
0 files changed, 0 insertions, 0 deletions