This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 52da431bf03b Merge tag 'libnvdimm-fixes-6.16-rc3' of git://git.kernel.o [...]
new d29fc02caad7 ata: pata_via: Force PIO for ATAPI devices on VT6415/VT6330
new 33877220b864 ata: libata-acpi: Do not assume 40 wire cable if no device [...]
new fe5b391fc56f ata: pata_cs5536: fix build on 32-bit UML
new 3e5378779091 ata: pata_macio: Fix PCI region leak
new 6f29d393061c ata: ahci: Use correct BIOS build date for ThinkPad W541 quirk
new b5acc3628898 ata: ahci: Disallow LPM for ASUSPRO-D840SA motherboard
new a7b3b77fd111 ata: ahci: Disallow LPM for Asus B550-F motherboard
new 5a3b583f2050 Merge tag 'ata-6.16-rc3' of git://git.kernel.org/pub/scm/l [...]
new 327e28664307 fgraph: Do not enable function_graph tracer when setting f [...]
new 5da3ff1fd0fd Merge tag 'ftrace-v6.16-rc2' of git://git.kernel.org/pub/s [...]
new 86c8db86af43 selinux: fix selinux_xfrm_alloc_user() to set correct ctx_len
new 5adb635077d1 Merge tag 'selinux-pr-20250618' of git://git.kernel.org/pu [...]
The 12 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/ata/ahci.c | 39 ++++++++++++++++++++++++++++++------
drivers/ata/libata-acpi.c | 24 ++++++++++++++--------
drivers/ata/pata_cs5536.c | 2 +-
drivers/ata/pata_macio.c | 2 +-
drivers/ata/pata_via.c | 9 ++++-----
include/linux/libata.h | 7 +++----
kernel/trace/trace_functions_graph.c | 6 ++++++
security/selinux/xfrm.c | 2 +-
8 files changed, 65 insertions(+), 26 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 glibc.
from 8788bd77d6 sparc: Fix sparc32 Fix argument passing to __libc_start_main [...]
new 1e3d1ddf97 AArch64: Optimize SVE exp functions
new dee22d2a81 AArch64: Optimise SVE FP64 Hyperbolics
new 6849c5b791 AArch64: Improve codegen SVE log1p helper
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:
sysdeps/aarch64/fpu/acosh_sve.c | 6 +-
sysdeps/aarch64/fpu/atanh_sve.c | 3 +-
sysdeps/aarch64/fpu/cosh_sve.c | 135 ++++++++++++++---------
sysdeps/aarch64/fpu/exp10f_sve.c | 53 ++++-----
sysdeps/aarch64/fpu/exp2_sve.c | 76 ++++++-------
sysdeps/aarch64/fpu/exp2f_sve.c | 35 ++----
sysdeps/aarch64/fpu/expm1_sve.c | 202 ++++++++++++++++++++++++----------
sysdeps/aarch64/fpu/sinh_sve.c | 165 ++++++++++++++++++---------
sysdeps/aarch64/fpu/sv_log1p_inline.h | 86 +++++++++++----
sysdeps/aarch64/fpu/tanh_sve.c | 154 ++++++++++++++++----------
10 files changed, 571 insertions(+), 344 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 14b8f077e44 cobol: Correct diagnostic strings to rectify bootstrap build
new ce6abe54ff1 Fortran: various fixes for STAT/LSTAT/FSTAT intrinsics [PR82480]
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/check.cc | 61 ++++----
gcc/fortran/intrinsic.texi | 24 ++-
gcc/testsuite/gfortran.dg/stat_3.f90 | 46 ++++++
libgfortran/intrinsics/stat.c | 274 +++++++++++++++++++----------------
4 files changed, 242 insertions(+), 163 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/stat_3.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 2f852f3ea72 Fix dump_function_to_file use of dump_flags
new 14b8f077e44 cobol: Correct diagnostic strings to rectify bootstrap build
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/cobol/cbldiag.h | 17 +++--
gcc/cobol/cdf-copy.cc | 3 +-
gcc/cobol/cdf.y | 18 +++---
gcc/cobol/cobol-system.h | 6 ++
gcc/cobol/except.cc | 2 +-
gcc/cobol/genapi.cc | 164 +++++++++++++++++++++++------------------------
gcc/cobol/gengen.cc | 95 +++++++++++++--------------
gcc/cobol/gengen.h | 5 +-
gcc/cobol/genmath.cc | 12 ++--
gcc/cobol/genutil.cc | 2 +-
gcc/cobol/lexio.cc | 6 +-
gcc/cobol/parse.y | 96 +++++++++++++--------------
gcc/cobol/parse_ante.h | 7 +-
gcc/cobol/parse_util.h | 2 +-
gcc/cobol/scan.l | 9 ++-
gcc/cobol/scan_ante.h | 27 ++++----
gcc/cobol/scan_post.h | 2 +-
gcc/cobol/show_parse.h | 49 +++++++-------
gcc/cobol/symbols.cc | 6 +-
gcc/cobol/symbols.h | 8 ++-
gcc/cobol/util.cc | 37 +++++------
gcc/cobol/util.h | 10 +--
22 files changed, 293 insertions(+), 290 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 release/2.41/master
in repository glibc.
from 0c76c95162 ppc64le: Revert "powerpc: Optimized strcmp for power10" (CVE [...]
new 61e461ed0c sparc: Fix sparc32 Fix argument passing to __libc_start_main [...]
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:
sysdeps/sparc/sparc32/start.S | 7 ++++---
1 file changed, 4 insertions(+), 3 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-12
in repository gcc.
from c091c673af9 Daily bump.
new a8027d611bf c++: build_extra_args recapturing local specs [PR114303]
new 6b4e1abd36a c++: c->B::m access resolved through current inst [PR116320]
new 0a20ad9351c c++: template-id dependence wrt local static arg [PR117792]
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:
gcc/cp/constraint.cc | 1 +
gcc/cp/pt.cc | 41 +++++++++++++++++++++--
gcc/cp/semantics.cc | 11 ++++--
gcc/testsuite/g++.dg/cpp1z/constexpr-if-lambda6.C | 16 +++++++++
gcc/testsuite/g++.dg/cpp1z/nontype7.C | 22 ++++++++++++
gcc/testsuite/g++.dg/template/access42.C | 17 ++++++++++
6 files changed, 102 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if-lambda6.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype7.C
create mode 100644 gcc/testsuite/g++.dg/template/access42.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 8b435e142ed doc: allow gcov.texi to be processed by makeinfo 4.13
new 2f852f3ea72 Fix dump_function_to_file use of dump_flags
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/tree-cfg.cc | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 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 7de1ecc3e Cygwin: fix MALLOC_ALIGNMENT already defined in newlib for AArch64
new 756669312 posix_spawn: factor out structs to an internal header
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/posix/posix_spawn.c | 45 +---------------------------------
newlib/libc/posix/posix_spawn.h | 54 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+), 44 deletions(-)
create mode 100644 newlib/libc/posix/posix_spawn.h
--
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 7de1ecc3e Cygwin: fix MALLOC_ALIGNMENT already defined in newlib for AArch64
new 756669312 posix_spawn: factor out structs to an internal header
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/posix/posix_spawn.c | 45 +---------------------------------
newlib/libc/posix/posix_spawn.h | 54 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+), 44 deletions(-)
create mode 100644 newlib/libc/posix/posix_spawn.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.