This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7c4d1a6a78e Fortran: Fix module proc with array valued dummy procedure [...]
new 98bcadc96c0 Split gcc.dg/pr123109.c into scalar and vector parts
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/testsuite/gcc.dg/{pr123109.c => pr123109-scalar.c} | 12 ++----------
gcc/testsuite/gcc.dg/{pr123109.c => pr123109-vector.c} | 16 ++++++----------
2 files changed, 8 insertions(+), 20 deletions(-)
copy gcc/testsuite/gcc.dg/{pr123109.c => pr123109-scalar.c} (54%)
rename gcc/testsuite/gcc.dg/{pr123109.c => pr123109-vector.c} (50%)
--
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 aefa9e6f2d0 aarch64: Fix issue with __pld builtin at -O0 [PR 123548]
new a60ad47c00e [RISC-V][PR target/120642] Avoid propagating constant AVL f [...]
new a4abdfc2211 [RISC-V][PR target/122051] Fix pmode_reg_or_uimm5_operand f [...]
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/riscv/predicates.md | 11 +++++-----
gcc/config/riscv/riscv-avlprop.cc | 2 +-
gcc/testsuite/gcc.target/riscv/pr122051.c | 24 ++++++++++++++++++++++
.../gcc.target/riscv/rvv/xtheadvector/pr120642.c | 4 ++++
4 files changed, 34 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/pr122051.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/pr120642.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 6bd9ed02871f Merge tag 'cgroup-for-6.19-rc8-fixes' of git://git.kernel. [...]
new 43b0b7eff4b3 platform/x86: panasonic-laptop: Fix sysfs group leak in er [...]
new 128497456756 platform/x86: toshiba_haps: Fix memory leaks in add/remove [...]
new 98bdc485b281 platform/x86/intel/vsec: Add Nova Lake PUNIT support
new 25e9e322d2ab platform/x86: intel_telemetry: Fix swapped arrays in PSS output
new 39e9c376ac42 platform/x86: intel_telemetry: Fix PSS event register mask
new 2b4e00d8e70c platform/x86/amd/pmc: Add quirk for MECHREVO Wujie 15X Pro
new 662c9cb86fc3 platform/x86: lg-laptop: Recognize 2022-2025 models
new fe747d711228 platform/x86: classmate-laptop: Add missing NULL pointer checks
new 6222883af286 platform/x86: hp-bioscfg: Skip empty attribute names
new 008bec8ffe6e platform/x86/intel/tpmi/plr: Make the file domain<n>/statu [...]
new d0452e3ea094 Merge tag 'platform-drivers-x86-v6.19-4' of git://git.kern [...]
new 29fb415a6a72 btrfs: raid56: fix memory leak of btrfs_raid_bio::stripe_u [...]
new de0674d9bc69 Merge tag 'for-6.19-rc8-tag' of git://git.kernel.org/pub/s [...]
The 13 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:
drivers/platform/x86/amd/pmc/pmc-quirks.c | 7 ++++++
drivers/platform/x86/classmate-laptop.c | 32 ++++++++++++++++++++++++++
drivers/platform/x86/hp/hp-bioscfg/bioscfg.c | 5 ++++
drivers/platform/x86/intel/plr_tpmi.c | 2 +-
drivers/platform/x86/intel/telemetry/debugfs.c | 4 ++--
drivers/platform/x86/intel/telemetry/pltdrv.c | 2 +-
drivers/platform/x86/intel/vsec.c | 2 ++
drivers/platform/x86/lg-laptop.c | 11 ++++++++-
drivers/platform/x86/panasonic-laptop.c | 4 +++-
drivers/platform/x86/toshiba_haps.c | 2 +-
fs/btrfs/raid56.c | 1 +
11 files changed, 65 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 a9e48eca3a6 PR middle-end/118608: Fix lack of sign extension on MIPS64 [...]
new 7c4d1a6a78e Fortran: Fix module proc with array valued dummy procedure [...]
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/fortran/symbol.cc | 4 ++++
gcc/testsuite/gfortran.dg/pr123952.f90 | 35 ++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/pr123952.f90
--
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 a70bdd86984 PR middle-end/123826: __builtin_pow vs. errno.
new a9e48eca3a6 PR middle-end/118608: Fix lack of sign extension on MIPS64 [...]
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/mips/mips.md | 2 +-
gcc/expr.cc | 15 ++++++++--
gcc/rtlanal.cc | 11 ++++++++
gcc/testsuite/gcc.target/mips/pr118608-1.c | 45 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/mips/pr118608-2.c | 45 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/mips/pr118608-3.c | 45 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/mips/pr118608-4.c | 45 ++++++++++++++++++++++++++++++
7 files changed, 205 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/mips/pr118608-1.c
create mode 100644 gcc/testsuite/gcc.target/mips/pr118608-2.c
create mode 100644 gcc/testsuite/gcc.target/mips/pr118608-3.c
create mode 100644 gcc/testsuite/gcc.target/mips/pr118608-4.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 fs-next
in repository linux-next.
discards 1ca94169655e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
discards e357e49234c4 Merge branch 'vfs.all' of https://git.kernel.org/pub/scm/l [...]
discards 37185aeed1d8 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
discards 00882413ae76 Merge branch '9p-next' of https://github.com/martinetd/linux
discards 211c5a0cd17e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
discards 0f815f8bc11b Merge branch 'master' of https://github.com/Paragon-Softwa [...]
discards bdc42d0cbda0 Merge branch 'nfsd-next' of https://git.kernel.org/pub/scm [...]
discards 3a9cf770520a Merge branch 'linux-next' of git://git.linux-nfs.org/proje [...]
discards 05350bf6e578 Merge branch 'ksmbd-for-next' of https://github.com/smfren [...]
discards 2181458c1d5d Merge branch 'jfs-next' of https://github.com/kleikamp/lin [...]
discards ea3c2bf9863b Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
discards 49cee1b0c1af Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
discards a954b589f2aa f2fs: Fix interaction with fsverity changes
discards 033abeb9f829 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
discards d51d98964d9d Merge branch 'dev' of https://git.kernel.org/pub/scm/linux [...]
discards 28fbe61daf41 Merge branch 'dev' of https://git.kernel.org/pub/scm/linux [...]
discards c65b95b68d5c Merge branch 'for_next' of https://git.kernel.org/pub/scm/ [...]
discards 281884592abd Merge branch 'dev' of https://git.kernel.org/pub/scm/linux [...]
discards b7d2a94abe69 Merge branch 'dev' of https://git.kernel.org/pub/scm/linux [...]
discards 964dd678eaac Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
discards a6ae41e4971d Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
discards b79e39ef83d5 Merge branch 'configfs-next' of https://git.kernel.org/pub [...]
discards 08b7e7a5b53b Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
discards 9815a6a6bd20 Merge branch 'master' of https://github.com/ceph/ceph-client.git
discards a685a0ccda8c Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
discards 1469b6905737 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
discards b282f475df9b Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...]
discards 958ee0914bcd Merge branch 'vfs-7.0.minix' into vfs.all
discards 967bdd0c5fac Merge branch 'vfs-7.0.btrfs' into vfs.all
discards 849cef541417 Merge branch 'vfs-7.0.nullfs' into vfs.all
discards ac73d937bb73 Merge branch 'vfs-7.0.leases' into vfs.all
discards fa03cd06f334 Merge branch 'vfs-7.0.nonblocking_timestamps' into vfs.all
discards 22f5eb01ddc3 Merge branch 'vfs-7.0.fserror' into vfs.all
discards 3240e664f55b Merge branch 'vfs-7.0.atomic_open' into vfs.all
discards 7cd9d11f63aa Merge branch 'vfs-7.0.rust' into vfs.all
discards 7c6d4095d84d Merge branch 'vfs-7.0.namespace' into vfs.all
discards 93bcee6ad9bd Merge branch 'vfs-7.0.initrd' into vfs.all
discards 37b183f4b2dd Merge branch 'vfs-7.0.iomap' into vfs.all
discards 8753dc9130aa Merge branch 'vfs-7.0.misc' into vfs.all
discards 7566ca07a3c8 Merge branch 'vfs.fixes' into vfs.all
discards d4b4bcc4d5e7 Merge patch series "fsmount: add FSMOUNT_NAMESPACE"
discards 30d2122405f2 selftests: add FSMOUNT_NAMESPACE tests
discards b3c78bc53630 nfsd: do not allow exporting of special kernel filesystems
discards a39162f77f49 exportfs: clarify the documentation of open()/permission() [...]
discards b1353865ce0f Merge patch series "Add traces and file attributes for fs-verity"
discards fa19d42cc791 fsverity: add tracepoints
discards 0e6b7eae1fde fs: add FS_XFLAG_VERITY for fs-verity files
discards 40210c2b11a8 rust: seq_file: replace `kernel::c_str!` with C-Strings
discards aa35dd5cbc06 iomap: fix invalid folio access after folio_end_read()
discards fd5d8b65cfe7 fs: dcache: fix typo in enum d_walk_ret comment
discards 53e8441bfcbc Merge patch series "name_is_dot* cleanup"
discards 9cf8ddb12a72 ovl: use name_is_dot* helpers in readdir code
discards 55fb177d3a03 fs: add helpers name_is_dot{,dot,_dotdot}
discards 1992330d90dd ovl: Fix uninit-value in ovl_fill_real
discards c76a572bb04e selftests/statmount: add statmount_alloc() helper
discards 6f05f0c9455c tools: update mount.h header
discards 4f5ba37ddcdf mount: add FSMOUNT_NAMESPACE
discards 1d497d97fb22 mount: simplify __do_loopback()
discards a2707cd19c27 mount: start iterating from start of rbtree
discards 9396bfdacb5a fs: reset read-only fsflags together with xflags
discards fc94368bcee5 fs/file: optimize close_range() complexity from O(N) to O(Sparse)
new 95f6b8026cf8 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...]
new a4296b70b8a6 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
new a1a7cc8bd02b Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 5af1a800a116 Merge branch 'master' of https://github.com/ceph/ceph-client.git
new 5e44f37495c7 Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
new 1781ff5b7083 Merge branch 'configfs-next' of https://git.kernel.org/pub [...]
new 264c9cbc4c54 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 762d56678cf4 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 6a318c0543be Merge branch 'dev' of https://git.kernel.org/pub/scm/linux [...]
new b767e63aaad9 Merge branch 'dev' of https://git.kernel.org/pub/scm/linux [...]
new fbb61efe301a Merge branch 'for_next' of https://git.kernel.org/pub/scm/ [...]
new 66a3686ef6b8 Merge branch 'dev' of https://git.kernel.org/pub/scm/linux [...]
new e7e89135cbe6 Merge branch 'dev' of https://git.kernel.org/pub/scm/linux [...]
new 70c7ab21e987 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 64f3d5744efa Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new de5d589e1634 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new ba9db0fbec6b Merge branch 'jfs-next' of https://github.com/kleikamp/lin [...]
new 04324bf09944 Merge branch 'ksmbd-for-next' of https://github.com/smfren [...]
new 559ec5d00110 Merge branch 'linux-next' of git://git.linux-nfs.org/proje [...]
new 7b927bc4c824 Merge branch 'nfsd-next' of https://git.kernel.org/pub/scm [...]
new 3ec1872405a8 Merge branch 'master' of https://github.com/Paragon-Softwa [...]
new 9d487b62078e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new dd4c7c720612 Merge branch '9p-next' of https://github.com/martinetd/linux
new 8bc287110bc5 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
adds 84c1096ed61c Merge branch 'vfs.fixes' into vfs.all
adds caede50daffe Merge branch 'vfs-7.0.misc' into vfs.all
adds 433baa2cd859 Merge branch 'vfs-7.0.iomap' into vfs.all
adds 431b76555195 Merge branch 'vfs-7.0.initrd' into vfs.all
adds 0abee6cb379c Merge branch 'vfs-7.0.namespace' into vfs.all
adds 0f44369f8fb9 Merge branch 'vfs-7.0.rust' into vfs.all
adds c1796f76d9e5 Merge branch 'vfs-7.0.atomic_open' into vfs.all
adds e0055a69461c Merge branch 'vfs-7.0.fserror' into vfs.all
adds 013eb7e7630b Merge branch 'vfs-7.0.nonblocking_timestamps' into vfs.all
adds b02a81cd4294 Merge branch 'vfs-7.0.leases' into vfs.all
adds 5de2a49a01ee Merge branch 'vfs-7.0.nullfs' into vfs.all
adds 43196af11438 Merge branch 'vfs-7.0.btrfs' into vfs.all
adds f77e21ac4082 Merge branch 'vfs-7.0.minix' into vfs.all
new 3d920813c4d9 next-20260126/vfs-brauner
new b116d0f417c0 f2fs: Fix up mismerge
new 5e7e96c987b1 Merge branch 'for-next' of https://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 (1ca94169655e)
\
N -- N -- N refs/heads/fs-next (5e7e96c987b1)
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 27 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/filesystems/fsverity.rst | 16 -
MAINTAINERS | 1 -
fs/crypto/fname.c | 2 +-
fs/dcache.c | 10 +-
fs/ecryptfs/crypto.c | 2 +-
fs/exportfs/expfs.c | 3 +-
fs/f2fs/data.c | 2 +-
fs/f2fs/dir.c | 2 +-
fs/f2fs/hash.c | 2 +-
fs/file.c | 10 +-
fs/file_attr.c | 10 +-
fs/iomap/buffered-io.c | 51 +-
fs/namei.c | 2 +-
fs/namespace.c | 84 +-
fs/nfsd/export.c | 8 +-
fs/overlayfs/readdir.c | 41 +-
fs/smb/server/vfs.c | 2 +-
fs/verity/enable.c | 4 -
fs/verity/fsverity_private.h | 2 -
fs/verity/init.c | 1 -
fs/verity/verify.c | 9 -
include/linux/exportfs.h | 21 +-
include/linux/fileattr.h | 6 +-
include/linux/fs.h | 14 +-
include/trace/events/fsverity.h | 146 ---
include/uapi/linux/fs.h | 1 -
include/uapi/linux/mount.h | 1 -
rust/kernel/seq_file.rs | 4 +-
tools/include/uapi/linux/mount.h | 14 +-
.../selftests/filesystems/fsmount_ns/.gitignore | 1 -
.../selftests/filesystems/fsmount_ns/Makefile | 10 -
.../filesystems/fsmount_ns/fsmount_ns_test.c | 1138 --------------------
.../selftests/filesystems/open_tree_ns/Makefile | 2 +-
.../filesystems/open_tree_ns/open_tree_ns_test.c | 33 +-
.../selftests/filesystems/statmount/statmount.h | 27 -
35 files changed, 149 insertions(+), 1533 deletions(-)
delete mode 100644 include/trace/events/fsverity.h
delete mode 100644 tools/testing/selftests/filesystems/fsmount_ns/.gitignore
delete mode 100644 tools/testing/selftests/filesystems/fsmount_ns/Makefile
delete mode 100644 tools/testing/selftests/filesystems/fsmount_ns/fsmount_ns_test.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 fs-current
in repository linux-next.
discards 1469b6905737 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
discards b282f475df9b Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...]
new 95f6b8026cf8 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...]
new a4296b70b8a6 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
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 (1469b6905737)
\
N -- N -- N refs/heads/fs-current (a4296b70b8a6)
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 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:
--
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 0e47414ce8 Don't include <bits/openat2.h> directly (bug 33848)
new 9399998f72 AArch64: Optimize memcpy for Kunpeng 950 processor
new 707658b428 AArch64: Add if('fastmath') to math-vector-fortran.h [BZ #33226]
new 67322498c4 gnulib: sync comment from upstream
The 3 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:
include/filename.h | 5 +-
sysdeps/aarch64/cpu-features.h | 3 +
sysdeps/aarch64/fpu/finclude/math-vector-fortran.h | 156 ++++++++++-----------
sysdeps/aarch64/multiarch/Makefile | 1 +
sysdeps/aarch64/multiarch/ifunc-impl-list.c | 1 +
sysdeps/aarch64/multiarch/memcpy.c | 4 +
sysdeps/aarch64/multiarch/memcpy_kunpeng950.S | 115 +++++++++++++++
sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 1 +
8 files changed, 207 insertions(+), 79 deletions(-)
create mode 100644 sysdeps/aarch64/multiarch/memcpy_kunpeng950.S
--
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 ede7cbc99 Cygwin: gencat: define __dead
new b4f5979e9 Cygwin: security: make sure the type DBGSID is in the DLL debug info
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:
winsup/cygwin/sec/base.cc | 5 +++++
1 file changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.