This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 44889ba56cbb Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/li [...]
new b48279af636d perf test: Fix offcpu test prev_state check
new 3ef9fec011d4 tools arch x86: Sync the msr-index.h copy with the kernel sources
new ce9f1c05d2ed perf inject: Fix --buildid-all not to eat up MMAP2
new d3e104bb024e perf tests stat+csv_output: Switch CSV separator to @
new 3de34f85bf43 perf test: Avoid counting commas in json linter
new a98c0710b47d tools headers svm: Sync svm headers with the kernel sources
new 25f69c69bc3c perf stat: Fix counting when initial delay configured
new 31d2e6b5d44e tools headers: Update the copy of x86's mem{cpy,set}_64.S [...]
new df4b933e0e51 tools headers UAPI: Sync linux/prctl.h with the kernel sources
new 811f35ff59b6 tools headers: Synchronize {linux,vdso}/bits.h with the ke [...]
new 5f800380af38 tools include UAPI: Synchronize linux/fcntl.h with the ker [...]
new 33c53f9b5ac6 tools headers kvm: Sync uapi/{asm/linux} kvm.h headers wit [...]
new 3ee7cb4fdf37 tools arch x86: Sync the msr-index.h copy with the kernel sources
new 14e998ed4220 tools include UAPI: Sync linux/vhost.h with the kernel sources
new 7d0930647c02 tools headers x86 cpufeatures: Sync with the kernel sources
new 06a1574b94ee tools headers UAPI: Sync linux/perf_event.h with the kerne [...]
new 5b201a82cd9d perf tools: Add Adrian Hunter to MAINTAINERS as a reviewer
new 49be4fb28109 Merge tag 'perf-tools-fixes-for-v6.3-1-2023-03-09' of git: [...]
new 01e68ce08a30 io_uring/io-wq: stop setting PF_NO_SETAFFINITY on io-wq workers
new 03b3d6be73e8 io_uring/uring_cmd: ensure that device supports IOPOLL
new fa780334a8c3 io_uring: silence variable ‘prev’ set but not used warning
new f331c5de7960 Merge tag 'io_uring-6.3-2023-03-09' of git://git.kernel.dk/linux
new fcd9531b3052 btrfs: sysfs: add size class stats
new 12148367d723 btrfs: fix potential dead lock in size class loading logic
new 2943868a909f btrfs: ioctl: return device fsid from DEV_INFO ioctl
new c06016a02a6e btrfs: handle btrfs_del_item errors in __btrfs_update_dela [...]
new 98e8d36a26c2 btrfs: fix unnecessary increment of read error stat on wri [...]
new 95cd356ca23c btrfs: fix percent calculation for bg reclaim message
new e4cc1483f359 btrfs: fix extent map logging bit not cleared for split ma [...]
new 675dfe1223a6 btrfs: fix block group item corruption after inserting new [...]
new ae195ca1a8a4 Merge tag 'for-6.3-rc1-tag' of git://git.kernel.org/pub/sc [...]
new fd9a2e1d5138 NFSD: Protect against filesystem freezing
new 9ca6705d9d60 SUNRPC: Fix a server shutdown leak
new 92cadfcffac3 Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/lin [...]
new a279adedbb52 erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __init
new 8f121dfb15f7 erofs: fix wrong kunmap when using LZMA on HIGHMEM platforms
new 647dd2c3f0e1 erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"
new 9ff471800b74 erofs: get rid of a useless DBG_BUGON
new 3993f4f45630 erofs: use wrapper i_blocksize() in erofs_file_read_iter()
new 388a810192fd Merge tag 'erofs-for-6.3-rc2-fixes' of git://git.kernel.or [...]
The 40 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:
MAINTAINERS | 1 +
fs/btrfs/bio.c | 2 +-
fs/btrfs/block-group.c | 58 +++++++++++-----------
fs/btrfs/delayed-inode.c | 2 +-
fs/btrfs/extent_map.c | 7 ++-
fs/btrfs/ioctl.c | 1 +
fs/btrfs/sysfs.c | 42 ++++++++++++++++
fs/erofs/data.c | 2 +-
fs/erofs/decompressor_lzma.c | 4 +-
fs/erofs/internal.h | 4 +-
fs/erofs/pcpubuf.c | 2 +-
fs/erofs/zdata.c | 12 ++---
fs/erofs/zmap.c | 3 --
fs/nfsd/vfs.c | 2 +
include/uapi/linux/btrfs.h | 12 ++++-
io_uring/io-wq.c | 16 ++++--
io_uring/io_uring.c | 4 +-
io_uring/slist.h | 5 +-
io_uring/uring_cmd.c | 4 +-
net/sunrpc/svc.c | 6 ++-
tools/arch/arm64/include/uapi/asm/kvm.h | 1 +
tools/arch/x86/include/asm/cpufeatures.h | 2 +-
tools/arch/x86/include/asm/disabled-features.h | 3 +-
tools/arch/x86/include/asm/msr-index.h | 31 ++++++++++++
tools/arch/x86/include/asm/required-features.h | 3 +-
tools/arch/x86/include/uapi/asm/kvm.h | 34 ++++++++++++-
tools/arch/x86/include/uapi/asm/svm.h | 6 +++
tools/arch/x86/lib/memcpy_64.S | 5 +-
tools/arch/x86/lib/memset_64.S | 4 +-
tools/include/linux/bits.h | 1 -
tools/include/uapi/linux/fcntl.h | 1 +
tools/include/uapi/linux/kvm.h | 9 ++++
tools/include/uapi/linux/perf_event.h | 3 ++
tools/include/uapi/linux/prctl.h | 6 +++
tools/include/uapi/linux/vhost.h | 8 +++
tools/include/vdso/bits.h | 1 +
tools/perf/builtin-inject.c | 1 +
tools/perf/builtin-stat.c | 15 ++----
.../perf/tests/shell/lib/perf_json_output_lint.py | 29 +++++------
tools/perf/tests/shell/stat+csv_output.sh | 23 +++++----
tools/perf/util/bpf_skel/off_cpu.bpf.c | 2 +-
tools/perf/util/stat.c | 6 +--
tools/perf/util/stat.h | 1 -
tools/perf/util/target.h | 12 +++++
44 files changed, 285 insertions(+), 111 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 10f980d31e Benchtests: Remove simple_str(r)chr
new 6c7388d0b9 elf: Add -z lazy to some more tests
new f7e751affb elf: Add missing dependency between resolvfail and testobj1.so
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:
elf/Makefile | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
--
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 2b2340e236c Allow libgomp 'cbuf' buffering with OpenACC 'async' for 'ep [...]
new 14f5e56a8a7 analyzer: fix leak false +ve seen in haproxy's cfgparse.c [ [...]
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/analyzer/region-model.cc | 4 +-
gcc/analyzer/store.cc | 70 ++++++++++++++++++----
gcc/analyzer/store.h | 11 +++-
.../gcc.dg/analyzer/flex-with-call-summaries.c | 3 +-
gcc/testsuite/gcc.dg/analyzer/leak-pr109059-1.c | 46 ++++++++++++++
gcc/testsuite/gcc.dg/analyzer/leak-pr109059-2.c | 42 +++++++++++++
6 files changed, 158 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/leak-pr109059-1.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/leak-pr109059-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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_aosp-code_size-dex2oat/oriole-master
in repository toolchain/ci/base-artifacts.
from aa8bc97d0ec 6: onsuccess: #8: 0: Success after llvm: 138 commits
new 5b6b31759e6 7: onsuccess: #10: 0: Success after aosp_manifest: 41 commits
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.xz | Bin 1740 -> 1728 bytes
02-build_aosp_toolchain/console.log.xz | Bin 10236 -> 10300 bytes
03-build_shadow_llvm/console.log.xz | Bin 130220 -> 130616 bytes
04-build_aosp/console.log.xz | Bin 52172 -> 59208 bytes
05-check_regression/aosp.improvements | 1 -
05-check_regression/aosp.regressions | 1 +
05-check_regression/binary.improvements | 17 ++++++++++++
05-check_regression/binary.regressions | 4 +++
05-check_regression/console.log.xz | Bin 4332 -> 4500 bytes
05-check_regression/mail-body.txt | 1 +
05-check_regression/results-vs-first.csv | 42 ++++++++++++++--------------
05-check_regression/results-vs-prev.csv | 46 ++++++++++++++++---------------
05-check_regression/results.regressions | 1 +
dashboard/dashboard-generate.sh | 2 +-
git/aosp_manifest_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 3 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 20 ++++++--------
results | 1 +
size.csv | 44 +++++++++++++++--------------
21 files changed, 109 insertions(+), 80 deletions(-)
delete mode 100644 05-check_regression/aosp.improvements
create mode 100644 05-check_regression/aosp.regressions
create mode 100644 05-check_regression/binary.improvements
create mode 100644 05-check_regression/binary.regressions
create mode 100644 05-check_regression/results.regressions
--
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 binutils-gdb.
from 6349d27e30a Use require with test_compiler_info
new 69b956fbe93 [gdb/testsuite] Fix gdb.python/py-event-load.exp for remote target
new ddc003b7ded [gdb/testsuite] Fix py-autoloaded-pretty-printers-in-newobj [...]
new 254de2628f5 [gdb/testsuite] Fix gdb.python/py-cmd.exp
new 7f3294a9b78 [gdb/testsuite] Fix gdb.python/py-completion.exp
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:
...y-autoloaded-pretty-printers-in-newobjfile-event.exp | 17 +++++++++++++++++
gdb/testsuite/gdb.python/py-cmd.exp | 2 +-
gdb/testsuite/gdb.python/py-completion.exp | 2 ++
gdb/testsuite/gdb.python/py-event-load.exp | 5 +++--
4 files changed, 23 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 master
in repository gcc.
from 199867d07be Simplify OpenACC 'no_create' clause implementation
new 2b2340e236c Allow libgomp 'cbuf' buffering with OpenACC 'async' for 'ep [...]
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:
libgomp/target.c | 70 +++++++++++++++++++++++++++++---------------------------
1 file changed, 36 insertions(+), 34 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.