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 a54a7f13f3c Add skip_fortran_tests to more Fortran testcases
new 002a3166d35 debuginfod-support.c: Replace globals with user_data
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:
gdb/ChangeLog | 4 ++++
gdb/debuginfod-support.c | 38 ++++++++++++++++++++++----------------
2 files changed, 26 insertions(+), 16 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 linux.
from 990f227371a4 Merge tag 's390-5.9-2' of git://git.kernel.org/pub/scm/lin [...]
new 1fc0fd6739bc docs: trace: fix a typo
new 7caf3e3f1703 Filesystems: Documentation: Replace deprecated :c:func: Usage
new 2d88fc62d4b6 Dev-tools: Documentation: Replace deprecated :c:func: Usage
new ec8213f89005 Core-api: Documentation: Replace deprecated :c:func: Usage
new a5019c7f5631 documentation: coccinelle: Improve command example for mak [...]
new f30c3ff3f0e8 Documentation/features: refresh RISC-V arch support files
new be3a5b0e8b87 Doc: admin-guide: use correct legends in kernel-parameters.txt
new 502b675050a5 docs: cdrom: Fix a typo and rst markup
new 2824a3669fb2 mailmap: Update comments for with format and more detalis
new cca73e4946c4 docs: Correct the release date of 5.2 stable
new 7033a95ab411 docs: remove the 2.6 "Upgrading I2C Drivers" guide
new ccfaed7bd443 doc/zh_CN: fix title heading markup in admin-guide cpu-load
new e176b7a3054e doc/zh_CN: resolve undefined label warning in admin-guide index
new 1edcd4675e44 Documentation/locking/locktypes: fix the typo
new dddcbc139e96 Merge tag 'docs-5.9-2' of git://git.lwn.net/linux
The 15 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:
.mailmap | 9 +-
Documentation/admin-guide/kernel-parameters.txt | 36 +--
Documentation/cdrom/cdrom-standard.rst | 4 +-
Documentation/core-api/idr.rst | 32 +--
Documentation/dev-tools/coccinelle.rst | 15 +-
Documentation/dev-tools/kgdb.rst | 16 +-
.../features/debug/kmemleak/arch-support.txt | 2 +-
.../features/debug/stackprotector/arch-support.txt | 2 +-
.../features/locking/lockdep/arch-support.txt | 2 +-
.../time/context-tracking/arch-support.txt | 2 +-
Documentation/filesystems/journalling.rst | 66 ++---
Documentation/i2c/index.rst | 1 -
Documentation/i2c/upgrading-clients.rst | 285 ---------------------
Documentation/locking/locktypes.rst | 2 +-
Documentation/process/2.Process.rst | 2 +-
Documentation/trace/intel_th.rst | 2 +-
.../translations/zh_CN/admin-guide/cpu-load.rst | 4 +-
.../translations/zh_CN/admin-guide/index.rst | 2 +-
18 files changed, 105 insertions(+), 379 deletions(-)
delete mode 100644 Documentation/i2c/upgrading-clients.rst
--
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-10
in repository gcc.
from 0d96c3424bb Do not stream redundant stuff
new c836addc227 Optimize ODR enum streaming
new aa81d093bf2 Fix ICE in ODR enum streaming [PR95548]
new 83a53af3c77 Bump LTO version
new 8679d888638 c++: constraints and address of template-id
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/pt.c | 9 +-
gcc/ipa-devirt.c | 441 +++++++++++++++++++++++++++---
gcc/ipa-utils.h | 2 +
gcc/lto-section-in.c | 3 +-
gcc/lto-streamer-out.c | 8 +-
gcc/lto-streamer.h | 3 +-
gcc/lto/lto-common.c | 4 +-
gcc/passes.def | 1 +
gcc/testsuite/g++.dg/concepts/fn8.C | 2 +-
gcc/testsuite/g++.dg/cpp2a/concepts-fn1.C | 2 +-
gcc/testsuite/g++.dg/cpp2a/concepts-fn5.C | 17 ++
gcc/testsuite/g++.dg/cpp2a/concepts-ts2.C | 2 +-
gcc/testsuite/g++.dg/cpp2a/concepts-ts3.C | 2 +-
gcc/testsuite/g++.dg/lto/pr84805_0.C | 2 +-
gcc/testsuite/g++.dg/torture/pr95548.C | 8 +
gcc/timevar.def | 1 +
gcc/tree-pass.h | 1 +
gcc/tree-streamer-in.c | 4 +-
gcc/tree-streamer-out.c | 4 +-
gcc/tree.c | 13 +-
20 files changed, 453 insertions(+), 76 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-fn5.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr95548.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 dc06fe51d26e Merge tag 'rtc-5.9' of git://git.kernel.org/pub/scm/linux/ [...]
new 9f457179244a mm: memcontrol: fix warning when allocating the root cgroup
new 2c7f8937ef91 exfat: remove EXFAT_SB_DIRTY flag
new 3db3c3fb840e exfat: write multiple sectors at once
new 8b0c47177381 exfat: add error check when updating dir-entries
new 4dc7d35e09ba exfat: optimize exfat_zeroed_cluster()
new 7018ec68f082 exfat: retain 'VolumeFlags' properly
new ff419b61fd66 Merge tag 'exfat-for-5.9-rc1' of git://git.kernel.org/pub/ [...]
new b63da6c8dfa9 xfs: delete duplicated words + other fixes
new 96cf2a2c7556 xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init
new 69307ade14de Merge tag 'xfs-5.9-merge-8' of git://git.kernel.org/pub/sc [...]
new 1e6e238c3002 btrfs: inode: fix NULL pointer dereference if inode doesn' [...]
new bf53d4687b8f btrfs: only search for left_info if there is no right_info [...]
new 27942c9971cc btrfs: fix messages after changing compression level by remount
new 3ef3959b29c4 btrfs: don't show full path of bind mounts in subvol=
new 4f26433e9b3e btrfs: fix memory leaks after failure to lookup checksums [...]
new faa008899a4d btrfs: make sure SB_I_VERSION doesn't get unset by remount
new c15c2ec07a26 btrfs: check correct variable after allocation in btrfs_ba [...]
new 62ab2cc04ddc btrfs: sysfs: fix NULL pointer dereference at btrfs_sysfs_ [...]
new 881a3a11c2b8 btrfs: fix return value mixup in btrfs_get_extent
new c57dd1f2f6a7 btrfs: trim: fix underflow in trim length to prevent acces [...]
new 23c2c8c6fa32 Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/li [...]
new f0cbd3b83ed4 s390/atomic: circumvent gcc 10 build regression
new ba925fa35057 s390/gmap: improve THP splitting
new 75d3e7f4769d s390/test_unwind: fix possible memleak in test_unwind()
new 75be6b98eda4 s390/pkey: remove redundant variable initialization
new 535e4fc623fa s390/numa: set node distance to LOCAL_DISTANCE
new 929a343b8586 s390/Kconfig: add missing ZCRYPT dependency to VFIO_AP
new 0990d836cecb s390/debug: debug feature version 3
new 12bbf0962afa s390/time: remove select CLOCKSOURCE_VALIDATE_LAST_CYCLE again
new b450eeb0c973 s390/numa: move code to arch/s390/kernel
new 990f227371a4 Merge tag 's390-5.9-2' of git://git.kernel.org/pub/scm/lin [...]
The 31 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/s390/Kbuild | 1 -
arch/s390/Kconfig | 2 +-
arch/s390/include/asm/atomic.h | 12 ++++++--
arch/s390/include/asm/debug.h | 17 ++++--------
arch/s390/include/asm/topology.h | 6 ----
arch/s390/kernel/Makefile | 1 +
arch/s390/kernel/debug.c | 32 +++++++++++----------
arch/s390/{numa => kernel}/numa.c | 0
arch/s390/lib/test_unwind.c | 1 +
arch/s390/mm/gmap.c | 27 +++++++++++++-----
arch/s390/numa/Makefile | 2 --
drivers/s390/crypto/pkey_api.c | 4 +--
fs/btrfs/backref.c | 2 +-
fs/btrfs/extent-io-tree.h | 2 ++
fs/btrfs/extent-tree.c | 14 ++++++++++
fs/btrfs/free-space-cache.c | 4 +--
fs/btrfs/inode.c | 18 ++++++++----
fs/btrfs/super.c | 30 +++++++++++++++-----
fs/btrfs/sysfs.c | 8 ++++--
fs/btrfs/tree-log.c | 8 ++----
fs/btrfs/volumes.c | 4 +++
fs/exfat/balloc.c | 4 +--
fs/exfat/dir.c | 32 +++++++++++----------
fs/exfat/exfat_fs.h | 14 +++++-----
fs/exfat/exfat_raw.h | 5 ++--
fs/exfat/fatent.c | 58 ++++++++-------------------------------
fs/exfat/file.c | 9 ++++--
fs/exfat/inode.c | 13 +++++----
fs/exfat/misc.c | 22 +++++++++++++--
fs/exfat/namei.c | 32 ++++++++++-----------
fs/exfat/super.c | 48 +++++++++++++++++++++-----------
fs/xfs/libxfs/xfs_sb.c | 2 +-
fs/xfs/xfs_attr_list.c | 2 +-
fs/xfs/xfs_buf_item.c | 2 +-
fs/xfs/xfs_buf_item_recover.c | 2 +-
fs/xfs/xfs_dquot.c | 2 +-
fs/xfs/xfs_export.c | 2 +-
fs/xfs/xfs_inode.c | 4 +--
fs/xfs/xfs_inode_item.c | 4 +--
fs/xfs/xfs_iomap.c | 2 +-
fs/xfs/xfs_log_cil.c | 2 +-
fs/xfs/xfs_log_recover.c | 2 +-
fs/xfs/xfs_refcount_item.c | 2 +-
fs/xfs/xfs_reflink.c | 2 +-
fs/xfs/xfs_sysfs.h | 6 ++--
fs/xfs/xfs_trans_ail.c | 4 +--
mm/memcontrol.c | 6 ----
47 files changed, 266 insertions(+), 212 deletions(-)
rename arch/s390/{numa => kernel}/numa.c (100%)
delete mode 100644 arch/s390/numa/Makefile
--
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_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/gcc.
from b418ccb358e AArch64: Add if condition in aarch64_function_value [PR96479]
adds d58f078ce2d ipa: fix bit CPP when combined with IPA bit CP
No new revisions were added by this update.
Summary of changes:
gcc/ipa-cp.c | 3 ++-
gcc/testsuite/gcc.dg/ipa/pr96482.c | 44 ++++++++++++++++++++++++++++++++++++++
gcc/tree-ssa-ccp.c | 3 +++
3 files changed, 49 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr96482.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/base-artifacts.
from 8bcd08d4 1: reset: gcc-b418ccb358e428091fb9c6020fd10be5ae40a17a: 3
new 65df9fe2 2: update: gcc-d58f078ce2d53e5dab6b3d0d5f960504268e1894: 3
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:
01-reset_artifacts/console.log | 184 +-
02-prepare_abe/console.log | 236 +-
04-build_abe-binutils/console.log | 11178 ++++-----
05-build_abe-stage1/console.log | 15959 ++++++------
06-build_abe-linux/console.log | 292 +-
07-build_abe-glibc/console.log | 12409 +++++----
10-check_regression/console.log | 98 +-
10-check_regression/results.regressions | 8 -
10-check_regression/trigger-bisect | 3 -
11-update_baseline/console.log | 72 +-
11-update_baseline/results.regressions | 14 +-
console.log | 40428 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 8 -
15 files changed, 40424 insertions(+), 40475 deletions(-)
delete mode 100644 10-check_regression/results.regressions
delete mode 100644 10-check_regression/trigger-bisect
delete mode 100644 reset-baseline
--
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_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/base-artifacts.
from b5e02880 0: update: qemu-d0ed6a69d399ae193959225cdeaa9382746c91cc: 6
new 8bcd08d4 1: reset: gcc-b418ccb358e428091fb9c6020fd10be5ae40a17a: 3
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:
01-reset_artifacts/console.log | 183 +-
02-prepare_abe/console.log | 114 +-
04-build_abe-binutils/console.log | 11228 +++--
05-build_abe-stage1/console.log | 15668 ++++---
06-build_abe-linux/console.log | 284 +-
07-build_abe-glibc/console.log | 26142 +++--------
08-build_abe-stage2/console.log | 20248 --------
09-build_abe-qemu/console.log | 1050 -
10-check_regression/console.log | 92 +-
10-check_regression/results.regressions | 8 +
10-check_regression/trigger-bisect | 3 +
11-update_baseline/console.log | 36 +-
11-update_baseline/results.regressions | 8 +
console.log | 75083 ++++++++----------------------
jenkins/manifest.sh | 14 +-
reset-baseline | 0
results | 14 +-
17 files changed, 40765 insertions(+), 109410 deletions(-)
delete mode 100644 08-build_abe-stage2/console.log
delete mode 100644 09-build_abe-qemu/console.log
create mode 100644 10-check_regression/results.regressions
create mode 100644 10-check_regression/trigger-bisect
create mode 100644 11-update_baseline/results.regressions
create mode 100644 reset-baseline
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.