aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2016-09-13 20:32:44 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-27 12:30:37 +0200
commit60ca5e0d280b1a51df55c5fc2e5bfe010b344c5a (patch)
tree3389804982b1d415687846bb67308b646cf5320b /scripts/objdiff
parentsysfs print name of undiscoverable attribute group (diff)
downloadlinux-60ca5e0d280b1a51df55c5fc2e5bfe010b344c5a.tar.gz
linux-60ca5e0d280b1a51df55c5fc2e5bfe010b344c5a.zip
driver-core: platform: Catch errors from calls to irq_get_irq_data
irq_get_irq_data() can return NULL, which results in a nasty crash. Check its return value before passing it on to irqd_set_trigger_type(). Signed-off-by: Guenter Roeck <linux@roeck-us.net> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
:25:27 +0200'>2023-08-10netfilter: nf_tables: adapt set backend to use GC transaction APIPablo Neira Ayuso4-103/+173 2023-08-10netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso2-12/+300 2023-08-09selftests/bpf: Add sockmap test for redirecting partial skb dataXu Kuohai2-0/+86 2023-08-09selftests/bpf: fix a CI failure caused by vsock sockmap testXu Kuohai1-1/+1 2023-08-09bpf, sockmap: Fix bug that strp_done cannot be calledXu Kuohai2-2/+9 2023-08-09bpf, sockmap: Fix map type error in sock_map_del_linkXu Kuohai1-5/+5 2023-08-09xsk: fix refcount underflow in error pathMagnus Karlsson1-0/+1 2023-08-09selftests/tc-testing: verify that a qdisc can be grafted onto a taprio classVladimir Oltean1-0/+50 2023-08-09selftests/tc-testing: test that taprio can only be attached as rootVladimir Oltean2-0/+66 2023-08-09selftests/tc-testing: add ptp_mock Kconfig dependencyVladimir Oltean1-1/+2 2023-08-09net: netdevsim: mimic tc-taprio offloadVladimir Oltean1-0/+27 2023-08-09net: netdevsim: use mock PHC driverVladimir Oltean4-1/+24 2023-08-09net: ptp: create a mock-up PTP Hardware Clock driverVladimir Oltean5-0/+232 2023-08-09net/sched: taprio: dump class stats for the actual q->qdiscs[]Vladimir Oltean2-6/+4 2023-08-09net/sched: taprio: delete misleading comment about preallocating child qdiscsVladimir Oltean1-4/+1 2023-08-09net/sched: taprio: try again to report q->qdiscs[] to qdisc_leaf()Vladimir Oltean1-3/+5 2023-08-09net/sched: taprio: keep child Qdisc refcount elevated at 2 in offload modeVladimir Oltean1-14/+25 2023-08-09net/sched: taprio: don't access q->qdiscs[] in unoffloaded mode during attach()Vladimir Oltean1-3/+9 2023-08-09net/mlx5: Expose NIC temperature via hardware monitoring kernel APIAdham Faris9-141/+463 2023-08-09net/mlx5: Expose port.c/mlx5_query_module_num() functionAdham Faris2-1/+2 2023-08-09ipv6: adjust ndisc_is_useropt() to also return true for PIOMaciej Żenczykowski1-1/+2 2023-08-09net/llc/llc_conn.c: fix 4 instances of -Wmissing-variable-declarationsNick Desaulniers1-5/+6 2023-08-09net: annotate data-races around sock->opsEric Dumazet9-78/+118 2023-08-09octeontx2-af: Remove redundant functions rvu_npc_exact_mac2u64()Li Zetao1-18/+2 2023-08-09octeontx2-af: Use u64_to_ether_addr() to convert ethernet addressLi Zetao1-3/+2 2023-08-09octeontx2-af: Remove redundant functions mac2u64() and cfg2mac()Li Zetao1-22/+4