diff options
author | Kees Cook <[email protected]> | 2023-08-18 10:54:21 -0700 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-08-21 19:11:58 -0700 |
commit | 99b415fe8986803ba0eaf6b8897b16edc8fe7ec2 (patch) | |
tree | 5ba81f2e5c046c14aa071880561a8eec925b4cff /tools/perf/scripts/python/export-to-sqlite.py | |
parent | be809424659c2844a2d7ab653aacca4898538023 (diff) |
tg3: Use slab_build_skb() when needed
The tg3 driver will use kmalloc() under some conditions. Check the
frag_size and use slab_build_skb() when frag_size is 0. Silences
the warning introduced by commit ce098da1497c ("skbuff: Introduce
slab_build_skb()"):
Use slab_build_skb() instead
...
tg3_poll_work+0x638/0xf90 [tg3]
Fixes: ce098da1497c ("skbuff: Introduce slab_build_skb()")
Reported-by: Fiona Ebner <[email protected]>
Closes: https://lore.kernel.org/all/[email protected]
Cc: Siva Reddy Kallam <[email protected]>
Cc: Prashant Sreedharan <[email protected]>
Cc: Michael Chan <[email protected]>
Cc: Bagas Sanjaya <[email protected]>
Signed-off-by: Kees Cook <[email protected]>
Reviewed-by: Pavan Chebbi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions