This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from defaf1a2113a Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new d7b5f7537c82 media: ipu-bridge: fix ipu6 Kconfig dependencies new 423a77ae3a3f media: intel/ipu6: select AUXILIARY_BUS in Kconfig new 914f8961879d media: v4l: Fix missing tabular column hint for Y14P format new 66558537cb8c media: uvcvideo: Fix custom control mapping probing new e2ed53694e53 Merge tag 'tags/fixes-media-uvc-20230722' of git://git.ker [...] new 3c41df428e99 Merge tag 'media/v6.11-2' of git://git.kernel.org/pub/scm/ [...] new 4b96024ef229 smb: client: handle lack of FSCTL_GET_REPARSE_POINT support new cd936507986e cifs: Remove cifs_aio_ctx new 69ca1f57555f smb3: add dynamic tracepoints for shutdown ioctl new ddecea00f87f smb: client: fix FSCTL_GET_REPARSE_POINT against NetApp new a91bfa67601c cifs: update internal version number new 3f3f6d6123c3 Merge tag '6.11-rc1-smb-client-fixes' of git://git.samba.o [...] new ff58838015c1 arm: dts: arm: versatile-ab: Fix duplicate clock node name new 6623b0217d0c locking/pvqspinlock: Correct the type of "old" variable in [...] new 224fa3552029 jump_label: Fix the fix, brown paper bags galore new 3bc70ad12097 Merge tag 'locking-urgent-2024-08-04' of git://git.kernel. [...] new 81a91abab130 irqchip/loongarch-cpu: Fix return value of lpic_gsi_to_irq() new a4765eb49cd9 irqchip/irq-pic32-evic: Add missing 'static' to internal function new f872d4af79fe irqchip/meson-gpio: Convert meson_gpio_irq_controller::loc [...] new 6be6cba9c437 irqchip/mbigen: Fix mbigen node address layout new 953f776459a8 Merge tag 'irq-urgent-2024-08-04' of git://git.kernel.org/ [...] new b1d0e15c8725 perf/x86/intel/cstate: Add pkg C2 residency counter for Si [...] new f73cefa3b72e perf/x86: Fix smp_processor_id()-in-preemptible warnings new 1ddeb0ef3cb7 Merge tag 'perf-urgent-2024-08-04' of git://git.kernel.org [...] new 77baa5bafcbe sched/cputime: Fix mul_u64_u64_div_u64() precision for cputime new 31b164e2e4af sched/smt: Introduce sched_smt_present_inc/dec() helper new e22f910a26cc sched/smt: Fix unbalance sched_smt_present dec/inc new 2f027354122f sched/core: Introduce sched_set_rq_on/offline() helper new fe7a11c78d2a sched/core: Fix unbalance set_rq_online/offline() in sched [...] new 6cc82dc2bd11 Merge tag 'sched-urgent-2024-08-04' of git://git.kernel.or [...] new 6881e75237a8 tick/broadcast: Move per CPU pointer access into the atomi [...] new f2655ac2c06a clocksource: Fix brown-bag boolean thinko in cs_watchdog_read() new 61ca6c78295e Merge tag 'timers-urgent-2024-08-04' of git://git.kernel.o [...] new 0f7ced7d620e x86/aperfmperf: Fix deadlock on cpu_hotplug_lock new c14e4114582c x86/sev: Fix __reserved field in sev_config new bf5641eccf71 x86/CPU/AMD: Add models 0x60-0x6f to the Zen5 range new bf514327c324 x86/setup: Parse the builtin command line before merging new 41e71dbb0e0a x86/mm: Fix pti_clone_pgtable() alignment assumption new 3db03fb4995e x86/mm: Fix pti_clone_entry_text() for i386 new dd35a0933269 x86/uaccess: Zero the 8-byte get_range case on failure on 32-bit new a5dbd76a8942 Merge tag 'x86-urgent-2024-08-04' of git://git.kernel.org/ [...]
The 41 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: .../userspace-api/media/v4l/pixfmt-yuv-luma.rst | 4 +- arch/arm/boot/dts/arm/versatile-ab.dts | 2 +- arch/x86/coco/sev/core.c | 2 +- arch/x86/events/core.c | 22 +++---- arch/x86/events/intel/cstate.c | 5 +- arch/x86/include/asm/cmdline.h | 4 ++ arch/x86/kernel/cpu/amd.c | 2 +- arch/x86/kernel/cpu/aperfmperf.c | 6 +- arch/x86/kernel/setup.c | 2 +- arch/x86/lib/cmdline.c | 25 +++++--- arch/x86/lib/getuser.S | 4 +- arch/x86/mm/pti.c | 8 +-- drivers/irqchip/irq-loongarch-cpu.c | 6 +- drivers/irqchip/irq-mbigen.c | 20 +++++-- drivers/irqchip/irq-meson-gpio.c | 14 ++--- drivers/irqchip/irq-pic32-evic.c | 6 +- drivers/media/pci/intel/ipu6/Kconfig | 3 +- drivers/media/usb/uvc/uvc_ctrl.c | 8 ++- fs/smb/client/cifsfs.h | 4 +- fs/smb/client/cifsglob.h | 24 -------- fs/smb/client/cifsproto.h | 2 - fs/smb/client/inode.c | 17 +++++- fs/smb/client/ioctl.c | 32 +++++++--- fs/smb/client/misc.c | 54 ----------------- fs/smb/client/reparse.c | 4 ++ fs/smb/client/reparse.h | 19 +++++- fs/smb/client/smb2inode.c | 8 ++- fs/smb/client/trace.h | 51 +++++++++++++++- kernel/jump_label.c | 4 +- kernel/locking/qspinlock_paravirt.h | 2 +- kernel/sched/core.c | 68 +++++++++++++++------- kernel/sched/cputime.c | 6 ++ kernel/time/clocksource.c | 2 +- kernel/time/tick-broadcast.c | 3 +- 34 files changed, 269 insertions(+), 174 deletions(-)