This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from fac9e25d6d0 c++/modules: Fix -Wexpose-global-module-tu-local [PR122636]
new c4e28a43f3a 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:
contrib/ChangeLog | 4 ++
gcc/ChangeLog | 51 ++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 7 ++++
gcc/c/ChangeLog | 21 ++++++++++
gcc/cp/ChangeLog | 104 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 97 ++++++++++++++++++++++++++++++++++++++++++++
libgomp/ChangeLog | 26 ++++++++++++
8 files changed, 311 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 binutils-gdb.
from f8503d4d5da Change dw2_search_one to be static
new dd40af9ca1a Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gdb-17-branch
in repository binutils-gdb.
from 025ff2ac593 Automatic date update in version.in
new 8485fb2b33f Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 binutils-2_45-branch
in repository binutils-gdb.
from b136efd10a7 Re: dlltool memory leaks
new f574b7e246d Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 linux.
from 89edd36fd801 Merge tag 'xfs-fixes-6.18-rc7' of git://git.kernel.org/pub [...]
new 141fbbecec0e lib/crypto: tests: Fix KMSAN warning in test_sha256_finup_2x()
new 0629dcf772e6 Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pu [...]
new ebd729fef316 MIPS: Malta: Fix !EVA SOC-it PCI MMIO
new 09782e72eec4 mips: dts: econet: fix EN751221 core type
new 9f048fa48740 MIPS: mm: Prevent a TLB shutdown on initial uniquification
new 14b46ba92bf5 MIPS: kernel: Fix random segmentation faults
new d13f3ac64efb Merge tag 'mips-fixes_6.18_1' of git://git.kernel.org/pub/ [...]
The 7 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/mips/boot/dts/econet/en751221.dtsi | 2 +-
arch/mips/kernel/process.c | 2 +-
arch/mips/mm/tlb-r4k.c | 100 ++++++++++++++++++++------------
arch/mips/mti-malta/malta-init.c | 20 ++++---
lib/crypto/tests/sha256_kunit.c | 1 +
5 files changed, 79 insertions(+), 46 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 70789a03fb3 changelog: Add algol68 as a bugzilla component
new 59cf3fa79ca c++: Correct behaviour of layout_compatible_type for aligned types
new b579bcfa1c8 c++: Override input location in diagnose_trait_expr
new c2ce1b55cd9 c++: Adjust location of is_*_base_of diagnostics
new 49acd44ac36 c++: Fix diagnostics for __is_destructable
new f1e596c9526 c++: Add detailed diagnostics for __builtin_has_unique_obje [...]
new 77798637b9c c++: Add detailed diagnostics for __is_layout_compatible
new 154b21d46be c++: Add detailed diagnostics for __is_pointer_interconvert [...]
new fac9e25d6d0 c++/modules: Fix -Wexpose-global-module-tu-local [PR122636]
The 8 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/cp/constraint.cc | 20 +--
gcc/cp/cp-tree.h | 5 +-
gcc/cp/method.cc | 6 +-
gcc/cp/module.cc | 14 +--
gcc/cp/semantics.cc | 47 +++++--
gcc/cp/tree.cc | 134 ++++++++++++++++----
gcc/cp/typeck.cc | 136 +++++++++++++++++----
.../g++.dg/cpp1z/has-unique-obj-representations5.C | 47 +++++++
gcc/testsuite/g++.dg/cpp2a/is-layout-compatible3.C | 8 +-
gcc/testsuite/g++.dg/cpp2a/is-layout-compatible4.C | 78 ++++++++++++
.../cpp2a/is-pointer-interconvertible-base-of2.C | 29 +++++
gcc/testsuite/g++.dg/ext/is_destructible3.C | 4 +
.../g++.dg/ext/is_virtual_base_of_diagnostic2.C | 4 +-
gcc/testsuite/g++.dg/modules/internal-19_a.C | 21 ++++
gcc/testsuite/g++.dg/modules/internal-19_b.C | 16 +++
15 files changed, 491 insertions(+), 78 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/has-unique-obj-representations5.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/is-layout-compatible4.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/is-pointer-interconvertible-base-of2.C
create mode 100644 gcc/testsuite/g++.dg/modules/internal-19_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/internal-19_b.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 master
in repository glibc.
from 585eee3962 htl: move c11 symbols into libc.
new c71ee65a79 pthread: Simplify condition for hidden proto
new 0f7b73f2ed htl: Fix conditions for thread list variables
The 2 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:
elf/dl-support.c | 5 +++--
include/pthread.h | 4 ----
sysdeps/generic/ldsodefs.h | 2 +-
3 files changed, 4 insertions(+), 7 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 f73b1b0831f [PR 122701] Emit fresh reg->reg copy rather than modifying [...]
new 70789a03fb3 changelog: Add algol68 as a bugzilla component
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:
contrib/gcc-changelog/git_commit.py | 1 +
1 file changed, 1 insertion(+)
--
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 f28f1c519db OpenMP: Update docs for "begin declare variant" implementat [...]
new f73b1b0831f [PR 122701] Emit fresh reg->reg copy rather than modifying [...]
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/ext-dce.cc | 21 +++++++++------------
gcc/testsuite/gcc.dg/torture/pr122701.c | 11 +++++++++++
2 files changed, 20 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr122701.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 master
in repository linux.
from 2eba5e05d9bc Merge tag 'loongarch-fixes-6.18-2' of git://git.kernel.org [...]
new 75f72fe289a7 selinux: rename task_security_struct to cred_security_struct
new dde3a5d0f4dc selinux: move avdcache to per-task security struct
new 3ded250b97c3 selinux: rename the cred_security_struct variables to "crsec"
new 5703357ede59 Merge tag 'selinux-pr-20251121' of git://git.kernel.org/pu [...]
new 91f815b7073d riscv: Update MIPS vendor id to 0x127
new 7b090e7b910c riscv: sbi: Prefer SRST shutdown over legacy
new e2cb69263e79 tools: riscv: Fixed misalignment of CSR related definitions
new a6ff0d85ebf0 Merge tag 'riscv-for-linus-6.18-rc7' of git://git.kernel.o [...]
new c6d99e488117 Input: goodix - add support for ACPI ID GDIX1003
new 7363096a5a08 Input: goodix - remove setting of RST pin to input
new 69aeb5073123 Input: pegasus-notetaker - fix potential out-of-bounds access
new d83f1512758f Input: imx_sc_key - fix memory corruption on unload
new e08969c4d65a Input: cros_ec_keyb - fix an invalid memory access
new f39b6c468c52 Merge tag 'v6.18-rc6' into for-linus
new ae8966b7b5bd Input: rename INPUT_PROP_HAPTIC_TOUCHPAD to INPUT_PROP_PRE [...]
new ebd975458dea Merge tag 'input-for-v6.18-rc6' of git://git.kernel.org/pu [...]
new e6965188f84a scsi: target: tcm_loop: Fix segfault in tcm_loop_tpg_addre [...]
new 90449f2d1e1f scsi: sg: Do not sleep in atomic context
new 7e29f0776094 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
new 678e1cc2f482 xfs: fix out of bounds memory read error in symlink repair
new 89edd36fd801 Merge tag 'xfs-fixes-6.18-rc7' of git://git.kernel.org/pub [...]
The 21 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:
Documentation/input/event-codes.rst | 25 ++-
arch/riscv/include/asm/vendorid_list.h | 2 +-
arch/riscv/kernel/sbi.c | 6 +-
drivers/hid/hid-haptic.c | 2 +-
drivers/input/keyboard/cros_ec_keyb.c | 6 +
drivers/input/keyboard/imx_sc_key.c | 2 +-
drivers/input/tablet/pegasus_notetaker.c | 9 ++
drivers/input/touchscreen/goodix.c | 28 +---
drivers/input/touchscreen/goodix.h | 1 -
drivers/perf/riscv_pmu_sbi.c | 2 +-
drivers/scsi/sg.c | 10 +-
drivers/target/loopback/tcm_loop.c | 3 +
fs/xfs/scrub/symlink_repair.c | 2 +-
include/uapi/linux/input-event-codes.h | 2 +-
security/selinux/hooks.c | 251 ++++++++++++++++---------------
security/selinux/include/objsec.h | 22 ++-
tools/arch/riscv/include/asm/csr.h | 5 +-
17 files changed, 205 insertions(+), 173 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.