summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-sqlite-report
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2025-09-25 15:26:46 -0500
committerManivannan Sadhasivam <mani@kernel.org>2025-10-19 13:08:19 +0530
commitd2713dfda04ebc824c2c72f225a817e370dfa99f (patch)
treed4dcb1d95cbdf2a6dfe16fccb2a57b228c5f5286 /tools/perf/scripts/python/bin/export-to-sqlite-report
parent3a8660878839faadb4f1a6dd72c3179c1df56787 (diff)
downloadkernel-d2713dfda04ebc824c2c72f225a817e370dfa99f.tar.gz
PCI: ixp4xx: Guard ARM32-specific hook_fault_code()
hook_fault_code() is an ARM32-specific API. Guard it and related code with CONFIG_ARM #ifdefs and remove the ARM arch dependency from Kconfig so the driver can be compile tested on other architectures. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> [mani: dropped the ARM arch Kconfig dependency] Signed-off-by: Manivannan Sadhasivam <mani@kernel.org> Acked-by: Linus Walleij <linus.walleij@linar.org> Link: https://patch.msgid.link/20250925202738.2202195-1-helgaas@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-sqlite-report')
0 files changed, 0 insertions, 0 deletions
2014-07-15caif: remove unnecessary break after gotoFabian Frederick 2014-07-02net/caif/caif_socket.c: remove unnecessary null test before debugfs_remove_re...Fabian Frederick 2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller 2014-02-09net: Include appropriate header file in caif/cfsrvl.cRashika Kheria 2014-02-09net: Include appropriate header file in caif/caif_dev.cRashika Kheria 2014-01-21net: Missing change from the ether_addr_copy() fixups.David S. Miller 2014-01-21caif_usb: Use ether_addr_copyJoe Perches 2014-01-14caif: __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue 2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa 2013-11-07caif: use pskb_put() instead of reimplementing its functionalityMathias Krause 2013-09-05caif: Add missing braces to multiline if in cfctrl_linkup_requestDave Jones 2013-05-28net: pass info struct via netdevice notifierJiri Pirko 2013-04-23caif: Remove bouncing address for Daniel Martenssonsjur.brandeland@stericsson.com 2013-04-23caif: Remove my bouncing email address.sjur.brandeland@stericsson.com 2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2013-04-07caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()Mathias Krause