This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 4759ff71f23e exec: Check __FMODE_EXEC instead of in_execve for LSMs
new 443b349019f2 samples/cgroup: add .gitignore file for generated samples
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:
samples/cgroup/.gitignore | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 samples/cgroup/.gitignore
--
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 615d30064886 Merge tag 'trace-v6.8-rc1' of git://git.kernel.org/pub/scm [...]
new fead90507a37 fbdev: vt8500lcdfb: Remove unnecessary print function dev_err()
new 04e5eac8f3ab fbdev: savage: Error out if pixclock equals zero
new e421946be7d9 fbdev: sis: Error out if pixclock equals zero
new 018856c3f171 fbcon: Fix incorrect printed function name in fbcon_prepar [...]
new 4b088005c897 fbdev: stifb: Fix crash in stifb_blank()
new 1110ebe05826 Merge tag 'fbdev-for-6.8-rc2' of git://git.kernel.org/pub/ [...]
new 4759ff71f23e exec: Check __FMODE_EXEC instead of in_execve for LSMs
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:
drivers/video/fbdev/core/fbcon.c | 3 +--
drivers/video/fbdev/savage/savagefb_driver.c | 3 +++
drivers/video/fbdev/sis/sis_main.c | 2 ++
drivers/video/fbdev/stifb.c | 2 +-
drivers/video/fbdev/vt8500lcdfb.c | 1 -
security/apparmor/lsm.c | 4 +++-
security/tomoyo/tomoyo.c | 3 ++-
7 files changed, 12 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 releases/gcc-12
in repository gcc.
from de3cc9af64b Daily bump.
new 193321d2649 c++: NRV and goto [PR92407]
new b0605cd4a12 c++: throwing dtor and empty try [PR113088]
new 0da4402bd4b c++: xvalue array subscript [PR103185]
new 050fc885a6e c++: throwing cleanup after return [PR113347]
The 4 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/cp-tree.h | 1 +
gcc/cp/decl.cc | 2 ++
gcc/cp/except.cc | 8 ++++++--
gcc/cp/semantics.cc | 3 ++-
gcc/cp/typeck.cc | 19 +++++++++++++++---
gcc/testsuite/g++.dg/cpp1z/array-prvalue2.C | 5 +++++
gcc/testsuite/g++.dg/cpp1z/eval-order3.C | 5 +++++
gcc/testsuite/g++.dg/eh/return2.C | 26 +++++++++++++++++++++++++
gcc/testsuite/g++.dg/eh/return3.C | 17 ++++++++++++++++
gcc/testsuite/g++.dg/opt/nrv22.C | 30 +++++++++++++++++++++++++++++
10 files changed, 110 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/array-prvalue2.C
create mode 100644 gcc/testsuite/g++.dg/eh/return2.C
create mode 100644 gcc/testsuite/g++.dg/eh/return3.C
create mode 100644 gcc/testsuite/g++.dg/opt/nrv22.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-11
in repository gcc.
from 8fbd570006f Daily bump.
new 89e4f3304ad c++: xvalue array subscript [PR103185]
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/cp/typeck.c | 16 +++++++++++++---
gcc/testsuite/g++.dg/cpp1z/array-prvalue2.C | 5 +++++
gcc/testsuite/g++.dg/cpp1z/eval-order3.C | 5 +++++
3 files changed, 23 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/array-prvalue2.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 186ae6d2cb9 Fortran: passing of optional dummies to elemental procedure [...]
new aedfdd340cb c++: add test [PR113347]
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/g++.dg/eh/return3.C | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/eh/return3.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 46874833290 Daily bump.
new 2b7204c5239 sra: Disqualify bases of operands of asm gotos
new 60bfd373a18 c++: throwing dtor and empty try [PR113088]
new fcc06cf83a9 c++: xvalue array subscript [PR103185]
new 713fbaff8b1 c++: throwing cleanup after return [PR113347]
The 4 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/except.cc | 8 ++++++--
gcc/cp/semantics.cc | 3 ++-
gcc/cp/typeck.cc | 16 +++++++++++++---
gcc/testsuite/g++.dg/cpp1z/array-prvalue2.C | 5 +++++
gcc/testsuite/g++.dg/cpp1z/eval-order3.C | 5 +++++
gcc/testsuite/g++.dg/eh/return2.C | 26 ++++++++++++++++++++++++++
gcc/testsuite/g++.dg/eh/return3.C | 17 +++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr110422.c | 10 ++++++++++
gcc/tree-sra.cc | 29 +++++++++++++++++++++++------
9 files changed, 107 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/array-prvalue2.C
create mode 100644 gcc/testsuite/g++.dg/eh/return2.C
create mode 100644 gcc/testsuite/g++.dg/eh/return3.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr110422.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 e6fbc3cc786 Fix vect_long_mult for aarch64 [PR109705]
new 186ae6d2cb9 Fortran: passing of optional dummies to elemental 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/trans-expr.cc | 195 +++++++++++---------
gcc/testsuite/gfortran.dg/optional_absent_10.f90 | 219 +++++++++++++++++++++++
2 files changed, 330 insertions(+), 84 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/optional_absent_10.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk-code_vect-cpu2017fast/llvm-aarch64-master-O3
in repository toolchain/ci/base-artifacts/tcwg_bmk-code_vect-cpu2017fast/llvm-aarch64-master-O3.
was 132f3f8 force: #102: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_bmk- [...]
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
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.
tcwg-buildslave pushed a change to branch linaro-local/backup/tcwg_bmk-code_vect-cpu2017fast/llvm-aarch64-master-O3
in repository toolchain/ci/base-artifacts/tcwg_bmk-code_vect-cpu2017fast/llvm-aarch64-master-O3.
at 132f3f8 force: #102: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_bmk- [...]
No new revisions were added by this update.
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 5da1c84d9 Add entry affef534b0335592336c82918f15242576e2ab8f from https [...]
new e084a5dc6 Add entry affef534b0335592336c82918f15242576e2ab8f from https [...]
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:
.../jira/description | 5 ++
.../jira/yaml | 5 ++
.../status.txt | 5 ++
.../master-aarch64/details.txt | 85 ++++++++++++++++++++++
.../master-aarch64/reproduction_instructions.txt | 4 +-
.../master-aarch64}/status-summary.txt | 0
.../master-aarch64/status.txt | 4 +-
.../status-summary.txt | 0
.../tcwg_gnu_native_check_gcc/status.txt | 4 +-
9 files changed, 106 insertions(+), 6 deletions(-)
create mode 100644 gcc/sha1/affef534b0335592336c82918f15242576e2ab8f/tcwg_gnu_nati [...]
copy gcc/sha1/affef534b0335592336c82918f15242576e2ab8f/{tcwg_gnu_cross_check_gcc = [...]
copy gcc/sha1/affef534b0335592336c82918f15242576e2ab8f/{ => tcwg_gnu_native_check_ [...]
copy gcc/sha1/{cb0119242317c2a6f3127b4acff6aadbfd1dfbc4 => affef534b0335592336c829 [...]
copy gcc/sha1/affef534b0335592336c82918f15242576e2ab8f/{ => tcwg_gnu_native_check_ [...]
copy gcc/sha1/{cb0119242317c2a6f3127b4acff6aadbfd1dfbc4 => affef534b0335592336c829 [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.