This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch stable
in repository linux-next.
from 8742b2d8935f Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/lin [...]
adds 475356fe2814 kasan/test: fix protection against compiler elision
adds 47b0f6d8f0d2 mm/kmemleak: avoid deadlock by moving pr_warn() outside km [...]
adds 5a309dbf1f82 MAINTAINERS: add Masami as a reviewer of hung task detector
adds d1534ae23c2b mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup()
adds 366a4532d96f mm: fix the race between collapse and PT_RECLAIM under per [...]
adds 45d19b4b6c2d mm/smaps: fix race between smaps_hugetlb_range and migration
adds aa5a10b07069 fs/proc/task_mmu: hold PTL in pagemap_hugetlb_range and ga [...]
adds ab5ac789efa9 selftests/proc: fix string literal warning in proc-maps-race.c
adds cf1b80dc31a1 mm: pass page directly instead of using folio_page
adds aba6faec0103 userfaultfd: fix a crash in UFFDIO_MOVE when PMD is a migr [...]
adds 0b5be138ce00 mm/mremap: avoid expensive folio lookup on mremap folio pte batch
adds c0e1b774f68b proc: proc_maps_open allow proc_mem_open to return NULL
adds 91325f31afc1 Merge tag 'mm-hotfixes-stable-2025-08-12-20-50' of git://g [...]
adds 61399e0c5410 rcu: Fix racy re-initialization of irq_work causing hangs
adds 3a4a0367c9f4 Merge tag 'rcu.fixes.6.17' of git://git.kernel.org/pub/scm [...]
adds c6993c4cb918 erofs: Fallback to normal access if DAX is not supported o [...]
adds 74da24f0ac9b erofs: Do not select tristate symbols from bool symbols
adds c99fab6e80b7 erofs: fix atomic context detection when !CONFIG_DEBUG_LOCK_ALLOC
adds 0b96d9bed324 erofs: fix block count report when 48-bit layout is on
adds dfc0f6373094 Merge tag 'erofs-for-6.17-rc2-fixes' of git://git.kernel.o [...]
No new revisions were added by this update.
Summary of changes:
MAINTAINERS | 1 +
fs/erofs/Kconfig | 20 +++++++++----------
fs/erofs/super.c | 28 +++++++++++++++------------
fs/erofs/zdata.c | 13 +++++++++++--
fs/proc/task_mmu.c | 24 +++++++++++++++++------
kernel/rcu/tree.c | 2 ++
kernel/rcu/tree.h | 1 +
kernel/rcu/tree_plugin.h | 8 ++++++--
mm/kasan/kasan_test_c.c | 2 +-
mm/khugepaged.c | 2 +-
mm/kmemleak.c | 10 +++++++++-
mm/mprotect.c | 23 ++++++++++------------
mm/mremap.c | 4 ++++
mm/userfaultfd.c | 17 +++++++++-------
tools/testing/selftests/proc/proc-maps-race.c | 6 +++---
15 files changed, 103 insertions(+), 58 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 releases/gcc-13
in repository gcc.
from a09152201b1 Daily bump.
new 0867befa57d x86: Disallow -mtls-dialect=gnu with no_caller_saved_registers
new 852c15f629a x86: Pass -mno-80387 to compile pr121208-1(a|b).c
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:
gcc/config/i386/i386.cc | 20 ++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr121208-1a.c | 15 +++++++++++++++
gcc/testsuite/gcc.target/i386/pr121208-1b.c | 4 ++++
gcc/testsuite/gcc.target/i386/pr121208-2a.c | 17 +++++++++++++++++
gcc/testsuite/gcc.target/i386/pr121208-2b.c | 4 ++++
gcc/testsuite/gcc.target/i386/pr121208-3a.c | 17 +++++++++++++++++
gcc/testsuite/gcc.target/i386/pr121208-3b.c | 4 ++++
7 files changed, 81 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr121208-1a.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr121208-1b.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr121208-2a.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr121208-2b.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr121208-3a.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr121208-3b.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-15
in repository gcc.
from f745d1274c6 Daily bump.
new afd88fad161 x86: Disallow -mtls-dialect=gnu with no_caller_saved_registers
new e5905a527f5 x86: Pass -mno-80387 to compile pr121208-1(a|b).c
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:
gcc/config/i386/i386.cc | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr121208-1a.c | 15 +++++++++++++++
gcc/testsuite/gcc.target/i386/pr121208-1b.c | 4 ++++
gcc/testsuite/gcc.target/i386/pr121208-2a.c | 17 +++++++++++++++++
gcc/testsuite/gcc.target/i386/pr121208-2b.c | 4 ++++
gcc/testsuite/gcc.target/i386/pr121208-3a.c | 17 +++++++++++++++++
gcc/testsuite/gcc.target/i386/pr121208-3b.c | 4 ++++
7 files changed, 83 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr121208-1a.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr121208-1b.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr121208-2a.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr121208-2b.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr121208-3a.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr121208-3b.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-14
in repository gcc.
from 1eef7502806 Daily bump.
new 5a11b0fa070 x86: Disallow -mtls-dialect=gnu with no_caller_saved_registers
new 32960f98e63 x86: Pass -mno-80387 to compile pr121208-1(a|b).c
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:
gcc/config/i386/i386.cc | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr121208-1a.c | 15 +++++++++++++++
gcc/testsuite/gcc.target/i386/pr121208-1b.c | 4 ++++
gcc/testsuite/gcc.target/i386/pr121208-2a.c | 17 +++++++++++++++++
gcc/testsuite/gcc.target/i386/pr121208-2b.c | 4 ++++
gcc/testsuite/gcc.target/i386/pr121208-3a.c | 17 +++++++++++++++++
gcc/testsuite/gcc.target/i386/pr121208-3b.c | 4 ++++
7 files changed, 83 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr121208-1a.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr121208-1b.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr121208-2a.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr121208-2b.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr121208-3a.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr121208-3b.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 gcc.
from 6520bb9efb2 Daily bump.
new 9d7f45e9806 x86: Disallow MMX and 80387 in no_caller_saved_registers function
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/i386-options.cc | 4 ++++
gcc/testsuite/gcc.target/i386/no-callee-saved-19a.c | 2 +-
gcc/testsuite/gcc.target/i386/no-callee-saved-19b.c | 2 +-
gcc/testsuite/gcc.target/i386/no-callee-saved-19c.c | 2 +-
gcc/testsuite/gcc.target/i386/no-callee-saved-19d.c | 2 +-
gcc/testsuite/gcc.target/i386/no-callee-saved-19e.c | 2 +-
gcc/testsuite/gcc.target/i386/pr121208-1a.c | 2 +-
gcc/testsuite/gcc.target/i386/pr121208-1b.c | 2 +-
gcc/testsuite/gcc.target/i386/pr121540-1.c | 8 ++++++++
gcc/testsuite/gcc.target/i386/pr121540-2.c | 8 ++++++++
10 files changed, 27 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr121540-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr121540-2.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 122847e4a2 benchtests: Avoid truncation in random memcpy/memset benchmarks
new 9dccb0e1c5 LoongArch: Fix build failure for loongarch64-linux-gnusf too [...]
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:
scripts/build-many-glibcs.py | 10 ++++------
1 file changed, 4 insertions(+), 6 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 newlib.
from f13e8e215 amdgcn, libm: fix infinite loop
new 52730a062 rtems: No-return _arc4random_getentropy_fail()
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:
newlib/libc/sys/rtems/include/machine/_arc4random.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 main
in repository newlib.
from f13e8e215 amdgcn, libm: fix infinite loop
new 52730a062 rtems: No-return _arc4random_getentropy_fail()
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:
newlib/libc/sys/rtems/include/machine/_arc4random.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 releases/gcc-15
in repository gcc.
from 5c099ee3834 aarch64: Adapt unwinder to linux's SME signal behaviour
new f745d1274c6 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 | 18 ++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 19 +++++++++++++++++++
libgcc/ChangeLog | 10 ++++++++++
libgfortran/ChangeLog | 10 ++++++++++
5 files changed, 58 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.