aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2023-12-13 11:14:09 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2023-12-13 11:14:09 -0500
commit485053bb81c81a122edd982b263277e65d7485c5 (patch)
treefb9e48b2372970a82b5ec5a691bec613fa4e7505 /tools/perf/scripts/python
parentLinux 6.7-rc1 (diff)
downloadlinux-485053bb81c81a122edd982b263277e65d7485c5.tar.gz
linux-485053bb81c81a122edd982b263277e65d7485c5.zip
fix ufs_get_locked_folio() breakage
filemap_lock_folio() returns ERR_PTR(-ENOENT) if the thing is not in cache - not NULL like find_lock_page() used to. Fixes: 5fb7bd50b351 "ufs: add ufs_get_locked_folio and ufs_put_locked_folio" Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
w=1'>netfilter: nft_set_hash: mark set element as dead when deleting from packet pathPablo Neira Ayuso1-2/+4 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