summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJulian Vetter <julian@outer-limits.org>2025-06-03 15:21:21 +0200
committerAndrew Morton <akpm@linux-foundation.org>2025-07-09 22:57:49 -0700
commit50b4233a22b1ee9ccd0e847597de66ce21329ddb (patch)
treee1ed8c364bdcafe5746336ffb8f5d13cd2c2ccb6 /tools/perf/scripts/python
parentd7b8f8e20813f0179d8ef519541a3527e7661d3a (diff)
downloadkernel-50b4233a22b1ee9ccd0e847597de66ce21329ddb.tar.gz
include/linux/jhash.h: replace __get_unaligned_cpu32 in jhash function
__get_unaligned_cpu32() is deprecated. So, replace it with the more generic get_unaligned() and just cast the input parameter. Link: https://lkml.kernel.org/r/20250603132121.3674066-1-julian@outer-limits.org Signed-off-by: Julian Vetter <julian@outer-limits.org> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Wei-Hsin Yeh <weihsinyeh168@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
ef='/distro/kernel/commit/drivers/net/tokenring?h=linux-6.6.y&id=a84216e671c724e0920dfad2fb70828d428ff60a'>Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds 2009-10-29ibmtr: possible Read buffer overflow?roel kluin 2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan 2009-09-01tokenring: convert to netdev_tx_tStephen Hemminger 2009-08-12drivers/net/tokenring: Use status field rather than state fieldJulia Lawall 2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2009-07-26tokenring: Read buffer overflowroel kluin 2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy 2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy 2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller 2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy 2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...Martin Olsson