summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorFiona Behrens <me@kloenk.dev>2025-02-24 19:36:43 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-02-25 07:29:48 +0100
commit040b17ae0e15bd7100432e0a20c6557d463a8c9f (patch)
tree17077b9cfbbaa008e4b3aa99a5b6d666a642d3e3 /scripts/objdiff
parent354fd6e86fac60b7c1ce2e6c83d4e6bf8af95f59 (diff)
downloadkernel-040b17ae0e15bd7100432e0a20c6557d463a8c9f.tar.gz
rust: io: fix devres test with new io accessor functions
Fix doctest of `Devres` which still used `writeb` instead of `write8`. Fixes: 354fd6e86fac ("rust: io: rename `io::Io` accessors") Signed-off-by: Fiona Behrens <me@kloenk.dev> Link: https://lore.kernel.org/r/20250224-rust-iowrite-read8-fix-v1-1-c6abee346897@kloenk.dev Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
Cleanup ftrace_dyn_arch_init()Weizhao Ouyang 2021-10-04s390/ftrace: remove dead codeHeiko Carstens 2021-09-08s390/ftrace: remove incorrect __va usageHeiko Carstens 2021-08-03s390/ftrace: implement hotpatchingIlya Leoshkevich 2021-07-15s390/ftrace: fix ftrace_update_ftrace_func implementationVasily Gorbik 2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds 2020-11-20s390/ftrace: assume -mhotpatch or -mrecord-mcount always availableVasily Gorbik 2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware) 2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware) 2020-11-06kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware) 2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig 2020-05-20s390: Remove two unused inline functionsYueHaibing 2020-01-30s390: support KPROBES_ON_FTRACESven Schnelle 2019-05-02s390/ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMartin Schwidefsky 2018-11-27s390/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware) 2018-08-15s390/ftrace: Add -mfentry and -mnop-mcount supportVasily Gorbik 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-05-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds 2017-05-08s390: use set_memory.h headerLaura Abbott 2017-05-03s390/ftrace: fix compile for !MODULESHeiko Carstens