This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current
in repository linux-next.
omits 085b71519ddc Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 682cdf0f0fde Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 35b4ab14dd86 Merge branch 'misc-6.11' into next-fixes
new 1a251f52cfdc minmax: make generic MIN() and MAX() macros available everywhere
new 9f499b8c791d minmax: scsi: fix mis-use of 'clamp()' in sr.c
new cb04e8b1d2f2 minmax: don't use max() in situations that want a C consta [...]
new dc1c8034e31b minmax: simplify min()/max()/clamp() implementation
new 4e7b4ff2dcae ARM: 9406/1: Fix callchain_trace() return value
new 657a292d679a ARM: 9408/1: mm: CFI: Fix some erroneous reset prototypes
adds 9b69b52cdde7 ARM: 9400/1: Remove unused struct 'mod_unwind_map'
adds 8ede71e12020 ARM: 9402/1: Kconfig: Spelling s/Cortex A-/Cortex-A/
adds 9ac7ba12d37b ARM: 9403/1: Alpine: Spelling s/initialiing/initializing/
adds ed0f94102251 ARM: 9404/1: arm32: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
new 2335c9cb831f ARM: 9407/1: Add support for STACKLEAK gcc plugin
new d7ac67b94390 Merge branches 'fixes' and 'misc' into for-linus
new 3894840a7a11 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
new 99d3bf5f7377 Input: MT - limit max slots
new 7c51f7bbf057 profiling: remove prof_cpu_mask
new 2accfdb7eff6 profiling: attempt to remove per-cpu profile flip buffer
new cec6937dd1aa task_work: make TWA_NMI_CURRENT handling conditional on IRQ_WORK
adds 69eced9eb49a virtio: add missing MODULE_DESCRIPTION() macro
adds e14f480df7fb vdpa/octeon_ep: Fix error code in octep_process_mbox()
adds de128f3f6317 virtio_pci: push out single vq find code to vp_find_one_vq_msix()
adds 572864d45d61 virtio_pci: simplify vp_request_msix_vectors() call a bit
adds ef775b2627c8 virtio_pci: pass vector policy enum to vp_find_vqs_msix()
adds b8b4e1a05d41 virtio_pci: pass vector policy enum to vp_find_one_vq_msix()
adds 06909a4427d6 virtio_pci: introduce vector allocation fallback for slow [...]
adds 4199107e3912 virtio_pci_modern: treat vp_dev->admin_vq.info.vq pointer [...]
adds 7e5d9f556edc virtio: push out code to vp_avq_index()
adds 89a1c435aec2 virtio_pci: pass vq info as an argument to vp_setup_vq()
adds af22bbe1f4a5 virtio: create admin queues alongside other virtqueues
adds b00c4150c435 virtio_pci_modern: create admin queue of queried size
adds 7090f2b5ad33 virtio_pci_modern: pass cmd as an identification token
adds 4c3b54af907e virtio_pci_modern: use completion instead of busy loop to [...]
adds 6d834691da47 virtio_pci_modern: remove admin queue serialization lock
new 10826505f523 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
adds f0d17d696dfc HID: wacom: Modify pen IDs
adds 9c2913b962da HID: wacom: more appropriate tool type categorization
adds bacc15e010fc hid: bpf: add BPF_JIT dependency
adds 8031b001da70 HID: amd_sfh: Move sensor discovery before HID device init [...]
adds ff9fbcafbaf1 selftests/hid: fix bpf_wq new API
adds f64c1a459339 selftests/hid: disable struct_ops auto-attach
adds acd34cfc48b3 HID: bpf: prevent the same struct_ops to be attached more [...]
adds facdbdfe0e62 selftests/hid: add test for attaching multiple time the sa [...]
new 6b5faec9f564 Merge tag 'for-linus-2024072901' of git://git.kernel.org/p [...]
new 478574370bef btrfs: make cow_file_range_inline() honor locked_page on error
new d89c285d2849 btrfs: do not subtract delalloc from avail bytes
new 8cd44dd1d17a btrfs: zoned: fix zone_unusable accounting on making block [...]
new 939b656bc8ab btrfs: fix corruption after buffer fault in during direct [...]
new f2a68153d7fd Merge branch 'misc-6.11' into next-fixes
new e350eedc4793 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
new c7fab0154866 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (085b71519ddc)
\
N -- N -- N refs/heads/fs-current (c7fab0154866)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 22 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/arm/Kconfig | 4 +-
arch/arm/boot/compressed/Makefile | 1 +
arch/arm/boot/compressed/vmlinux.lds.S | 2 +-
arch/arm/include/asm/stacktrace.h | 7 +
arch/arm/include/asm/vmlinux.lds.h | 2 +-
arch/arm/kernel/entry-armv.S | 3 +
arch/arm/kernel/entry-common.S | 3 +
arch/arm/kernel/module.c | 5 -
arch/arm/kernel/perf_callchain.c | 3 +-
arch/arm/kernel/vmlinux-xip.lds.S | 4 +-
arch/arm/kernel/vmlinux.lds.S | 6 +-
arch/arm/mach-alpine/alpine_cpu_pm.c | 2 +-
arch/arm/mm/proc.c | 20 +-
arch/um/drivers/mconsole_user.c | 2 +
drivers/edac/skx_common.h | 1 -
drivers/firmware/efi/libstub/Makefile | 7 +-
drivers/gpu/drm/amd/display/dc/core/dc_stream.c | 2 +
.../gpu/drm/amd/display/modules/hdcp/hdcp_ddc.c | 2 +
drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppevvmath.h | 14 +-
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 2 +-
drivers/gpu/drm/radeon/evergreen_cs.c | 2 +
drivers/hid/amd-sfh-hid/amd_sfh_client.c | 18 +-
drivers/hid/bpf/Kconfig | 2 +-
drivers/hid/bpf/hid_bpf_struct_ops.c | 5 +
drivers/hid/wacom_wac.c | 67 +-----
drivers/hwmon/adt7475.c | 24 +--
drivers/input/input-mt.c | 3 +
drivers/input/touchscreen/cyttsp4_core.c | 2 +-
drivers/irqchip/irq-sun6i-r.c | 2 +-
drivers/media/dvb-frontends/stv0367_priv.h | 3 +
drivers/net/can/usb/etas_es58x/es58x_devlink.c | 2 +-
drivers/net/fjes/fjes_main.c | 4 +-
drivers/nfc/pn544/i2c.c | 2 -
drivers/platform/x86/sony-laptop.c | 1 -
drivers/scsi/isci/init.c | 6 +-
drivers/scsi/sr_ioctl.c | 2 +-
.../pci/hive_isp_css_include/math_support.h | 5 -
drivers/vdpa/octeon_ep/octep_vdpa_hw.c | 2 +-
drivers/virtio/virtio.c | 28 +--
drivers/virtio/virtio_pci_common.c | 190 +++++++++++++----
drivers/virtio/virtio_pci_common.h | 16 +-
drivers/virtio/virtio_pci_modern.c | 159 +++++++--------
fs/btrfs/block-group.c | 13 +-
fs/btrfs/ctree.h | 1 +
fs/btrfs/direct-io.c | 38 +++-
fs/btrfs/extent-tree.c | 3 +-
fs/btrfs/file.c | 17 +-
fs/btrfs/free-space-cache.c | 4 +-
fs/btrfs/inode.c | 16 +-
fs/btrfs/space-info.c | 5 +-
fs/btrfs/space-info.h | 1 +
fs/btrfs/tree-checker.c | 2 +-
include/linux/cpuhotplug.h | 1 -
include/linux/minmax.h | 43 ++--
include/linux/virtio.h | 3 +
include/linux/virtio_config.h | 4 -
include/trace/events/btrfs.h | 8 +
kernel/ksysfs.c | 7 +
kernel/profile.c | 225 +--------------------
kernel/task_work.c | 6 +
kernel/trace/preemptirq_delay_test.c | 2 -
lib/btree.c | 1 -
lib/decompress_unlzma.c | 2 +
lib/vsprintf.c | 2 +-
mm/zsmalloc.c | 2 -
tools/testing/selftests/hid/hid_bpf.c | 26 +++
tools/testing/selftests/hid/progs/hid.c | 2 +-
.../testing/selftests/hid/progs/hid_bpf_helpers.h | 2 +-
tools/testing/selftests/mm/mremap_test.c | 2 +
tools/testing/selftests/seccomp/seccomp_bpf.c | 2 +
70 files changed, 505 insertions(+), 572 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b4524c4430b i386: Add non-optimize prefetchi intrins
new bc1fda00d5f Refine constraint "Bk" to define_special_memory_constraint.
The 1 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:
gcc/config/i386/constraints.md | 2 +-
gcc/testsuite/gcc.target/i386/pr116043.c | 33 ++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr116043.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from 320a9c55258 Daily bump.
new d80abba35ed i386: Add non-optimize prefetchi intrins
The 1 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:
gcc/config/i386/prfchiintrin.h | 9 +++++++++
.../i386/{prefetchi-1.c => prefetchi-1b.c} | 22 ++++------------------
2 files changed, 13 insertions(+), 18 deletions(-)
copy gcc/testsuite/gcc.target/i386/{prefetchi-1.c => prefetchi-1b.c} (59%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1caeabdbd84 Daily bump.
new b4524c4430b i386: Add non-optimize prefetchi intrins
The 1 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:
gcc/config/i386/prfchiintrin.h | 9 +++++++++
.../i386/{prefetchi-1.c => prefetchi-1b.c} | 22 ++++------------------
2 files changed, 13 insertions(+), 18 deletions(-)
copy gcc/testsuite/gcc.target/i386/{prefetchi-1.c => prefetchi-1b.c} (59%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_43-branch
in repository binutils-gdb.
from bb367b1182c Automatic date update in version.in
new a348bc2fccf gas/NEWS, ld/NEWS: Announce LoongArch changes in 2.43
The 1 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:
gas/NEWS | 3 +++
ld/NEWS | 4 ++++
2 files changed, 7 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 548dbdb27f1 Automatic date update in version.in
new f722345809f gas/NEWS, ld/NEWS: Announce LoongArch changes in 2.43
The 1 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:
gas/NEWS | 3 +++
ld/NEWS | 4 ++++
2 files changed, 7 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from da7f0be91e2 c++: wrong error initializing empty class [PR115900]
new 7c688e026a6 Daily bump.
The 1 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:
gcc/ChangeLog | 28 +++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 35 +++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 59 +++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 123 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from 77ad22e4eaa i386: Use _mm_setzero_ps/d instead of _mm_avx512_setzero_ps [...]
new 16ea079209e Daily bump.
The 1 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:
gcc/ChangeLog | 21 +++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 9 +++++++++
3 files changed, 31 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from b2ab34b2bb2 i386: Use _mm_setzero_ps/d instead of _mm_avx512_setzero_ps [...]
new 320a9c55258 Daily bump.
The 1 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:
gcc/ChangeLog | 21 +++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 9 +++++++++
3 files changed, 31 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f9c7775f587 xtensa: Make use of scaled [U]FLOAT/TRUNC.S instructions
new 1caeabdbd84 Daily bump.
The 1 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:
gcc/ChangeLog | 81 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 14 +++++++++
gcc/fortran/ChangeLog | 12 ++++++++
gcc/testsuite/ChangeLog | 44 +++++++++++++++++++++++++++
libgomp/ChangeLog | 18 +++++++++++
libstdc++-v3/ChangeLog | 4 +++
7 files changed, 174 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.