aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorThangaraj Samynathan <[email protected]>2025-04-15 04:45:09 +0000
committerJakub Kicinski <[email protected]>2025-04-17 01:15:28 +0000
commit8a8f3f4991761a70834fe6719d09e9fd338a766e (patch)
treec97037db3f4184756167288396e4638e6c4dd4c7 /net/unix/af_unix.c
parentMerge branch 'net-ethernet-ti-am65-cpsw-fix-mac-address-fetching' (diff)
downloadkernel-8a8f3f4991761a70834fe6719d09e9fd338a766e.tar.gz
kernel-8a8f3f4991761a70834fe6719d09e9fd338a766e.zip
net: lan743x: Allocate rings outside ZONE_DMA
The driver allocates ring elements using GFP_DMA flags. There is no dependency from LAN743x hardware on memory allocation should be in DMA_ZONE. Hence modifying the flags to use only GFP_ATOMIC. This is consistent with other callers of lan743x_rx_init_ring_element(). Reported-by: Zhang, Liyin(CN) <[email protected]> Signed-off-by: Thangaraj Samynathan <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions