summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorIgor Putko <igorpetindev@gmail.com>2026-07-10 18:01:13 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-07-17 14:18:08 +0200
commit33da57cc4a3a6f0c4accc3ec6ca26314efd1700b (patch)
tree6132626a2e8d9d404ece2ab9b66eb6792a844449 /tools/perf/scripts/python/exported-sql-viewer.py
parent6a755a616dd4dd1c10f58db2fd5a2475da8c2c9f (diff)
staging: nvec: nvec_power: use GFP_KERNEL in probe()
nvec_power_probe() calls devm_kzalloc() with GFP_NOWAIT, which disables direct reclaim and is meant for atomic context. probe() runs in normal process context and may sleep, so this needlessly risks a spurious -ENOMEM under memory pressure instead of just waiting for reclaim like every other probe() allocation does. nvec.c's own tegra_nvec_probe() already uses GFP_KERNEL for the identical pattern, confirming this is an oversight, not intentional. Signed-off-by: Igor Putko <igorpetindev@gmail.com> Acked-by: Marc Dietrich <marvin24@gmx.de> Link: https://patch.msgid.link/20260710150113.3041-1-igorpetindev@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions