This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from cac85e4616b1 Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/l [...] new 019f48dc8eba alpha: osf_sys: reduce kernel log spamming on invalid osf_ [...] new d7cf43edebe5 alpha: remove redundant err variable new bd1912de892c alpha: Implement "current_stack_pointer" new 19fa21d74704 alpha: Remove redundant local asm header redirections new d6e595792fb6 alpha: replace NR_SYSCALLS by NR_syscalls new 73c4f828ce65 alpha: Add some spaces to ensure format specification new b6b17a8b3ecd alpha: fix R_ALPHA_LITERAL reloc for large modules new 9f416948706f alpha: update config files new 75078afebb48 alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions new 6b6b64abe02c alpha: fixed a typo in core_cia.c new 4da2bd306bff alpha: Avoid comma separated statements new d3c51b701b1d alpha: fix FEN fault handling new 56efd34f8205 alpha/boot: fix the breakage from -isystem series... new a4c082f26718 alpha/boot/tools/objstrip: fix the check for ELF header new a7acb188e874 alpha/boot/misc: trim unused declarations new 050966666047 alpha: lazy FPU switching new 290ec1d58049 alpha: in_irq() cleanup new e534a583cc43 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new 37e2b57078d4 exportfs: Replace zero-length array with DECLARE_FLEX_ARRA [...] new 06919d226d01 mm/memremap: Replace zero-length array with DECLARE_FLEX_A [...] new b942a520d9e4 bcache: Replace zero-length arrays with DECLARE_FLEX_ARRAY [...] new 472a2abb7af5 Merge tag 'flex-array-transformations-6.3-rc1' of git://gi [...] new 6ba912f1c081 kcsan: select CONFIG_CONSTRUCTORS new 0447ed0d7125 Merge tag 'kcsan.2023.02.24a' of git://git.kernel.org/pub/ [...] new 196b6389a363 kernel/trace: Introduce trace_probe_print_args and use it [...] new 672a2bf84061 kernel/trace: Provide default impelentations defined in tr [...] new bd78acc89d41 kernel/trace: extract common part in process_fetch_insn new 116b41162f8b Merge tag 'probes-v6.3-2' of git://git.kernel.org/pub/scm/ [...]
The 28 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/alpha/Kconfig | 1 + arch/alpha/boot/stdio.c | 12 +-- arch/alpha/configs/defconfig | 2 - arch/alpha/include/asm/Kbuild | 1 + arch/alpha/include/asm/asm-offsets.h | 1 - arch/alpha/include/asm/div64.h | 1 - arch/alpha/include/asm/fpu.h | 61 +++++++++------ arch/alpha/include/asm/io.h | 4 - arch/alpha/include/asm/irq_regs.h | 1 - arch/alpha/include/asm/kdebug.h | 1 - arch/alpha/include/asm/thread_info.h | 18 +++++ arch/alpha/include/asm/unistd.h | 2 +- arch/alpha/include/uapi/asm/ptrace.h | 2 + arch/alpha/kernel/asm-offsets.c | 2 + arch/alpha/kernel/core_cia.c | 2 +- arch/alpha/kernel/entry.S | 148 ++++++++++++++++++----------------- arch/alpha/kernel/module.c | 4 +- arch/alpha/kernel/osf_sys.c | 2 +- arch/alpha/kernel/pci_iommu.c | 8 +- arch/alpha/kernel/perf_event.c | 6 +- arch/alpha/kernel/process.c | 7 +- arch/alpha/kernel/ptrace.c | 18 +++-- arch/alpha/kernel/signal.c | 20 +++-- arch/alpha/lib/fpreg.c | 43 ++++++++-- arch/alpha/lib/stacktrace.c | 2 +- drivers/md/bcache/bcache_ondisk.h | 8 +- include/linux/exportfs.h | 2 +- include/linux/memremap.h | 2 +- kernel/trace/trace.h | 2 +- kernel/trace/trace_eprobe.c | 83 +++----------------- kernel/trace/trace_events_synth.c | 6 +- kernel/trace/trace_kprobe.c | 72 ++--------------- kernel/trace/trace_probe.c | 27 +++++++ kernel/trace/trace_probe.h | 2 + kernel/trace/trace_probe_kernel.h | 30 +++++-- kernel/trace/trace_probe_tmpl.h | 48 +++++------- kernel/trace/trace_uprobe.c | 13 ++- lib/Kconfig.kcsan | 1 + 38 files changed, 320 insertions(+), 345 deletions(-) delete mode 100644 arch/alpha/include/asm/asm-offsets.h delete mode 100644 arch/alpha/include/asm/div64.h delete mode 100644 arch/alpha/include/asm/irq_regs.h delete mode 100644 arch/alpha/include/asm/kdebug.h