This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1fa7bcfdaad recog/reload: Remove old UNARY_P operand support
new 23ddfa1bac0 modula2: gcc/m2/gm2-libs/M2Dependent.mod initialize all rec [...]
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/m2/gm2-libs/M2Dependent.mod | 3 +++
1 file changed, 3 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_embed_build/master-thumb_m23_eabi
in repository toolchain/ci/base-artifacts/tcwg_gnu_embed_build/master-thumb_m23_eabi.
from 808d568 onsuccess: #58: 7: [TCWG CI] https://ci.linaro.org/job/tcwg_g [...]
new 07aed62 onsuccess: #59: 7: [TCWG CI] https://ci.linaro.org/job/tcwg_g [...]
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 2344 -> 2392 bytes
02-prepare_abe/console.log.xz | Bin 2604 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 27236 -> 27540 bytes
04-build_abe-binutils/make-binutils.log.xz | Bin 17656 -> 17192 bytes
05-build_abe-stage1/console.log.xz | Bin 90072 -> 91620 bytes
05-build_abe-stage1/make-gcc-stage1.log.xz | Bin 70588 -> 70380 bytes
06-clean_sysroot/console.log.xz | Bin 372 -> 372 bytes
07-build_abe-newlib/console.log.xz | Bin 12676 -> 12840 bytes
07-build_abe-newlib/make-newlib.log.xz | Bin 7024 -> 7000 bytes
08-build_abe-stage2/console.log.xz | Bin 124008 -> 126516 bytes
08-build_abe-stage2/make-gcc-stage2.log.xz | Bin 96680 -> 96168 bytes
09-build_abe-gdb/console.log.xz | Bin 34580 -> 35112 bytes
09-build_abe-gdb/make-gdb.log.xz | Bin 26464 -> 25932 bytes
10-build_abe-qemu/console.log.xz | Bin 33288 -> 34816 bytes
10-build_abe-qemu/make-qemu.log.xz | Bin 21592 -> 22840 bytes
11-check_regression/console.log.xz | Bin 1256 -> 1288 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/notify-full.log | 399 ++++++++++++-----------------
jenkins/notify-init.log | 98 +++----
jenkins/rewrite.log | 27 +-
jenkins/run-build.env | 6 +-
manifest.sh | 4 +-
notify/jira/comment-template.txt | 2 +-
notify/mail-body.txt | 54 ++--
notify/mail-subject.txt | 2 +-
29 files changed, 263 insertions(+), 339 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 d88520ad73b7 Merge tag 'pull-nfsd-fix' of git://git.kernel.org/pub/scm/ [...]
new 61e21cf2d2c3 mm/page_alloc: correct start page when guard page debug is [...]
new 51f625377561 mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointer
new e0f81ab1e4f4 mm: fix vm_brk_flags() to not bail out while holding lock
new 1419430c8abb mmap: fix vma_iterator in error path of vma_merge()
new 824135c46b00 mmap: fix error paths with dup_anon_vma()
new 117b1bb0cbc7 riscv: handle VM_FAULT_[HWPOISON|HWPOISON_LARGE] faults in [...]
new 1de195dd0e05 riscv: fix set_huge_pte_at() for NAPOT mappings when a swa [...]
new 229e2253766c mm/migrate: fix do_pages_move for compat pointers
new 969d63e1af3b mm: zswap: fix pool refcount bug around shrink_worker()
new 92fe9dcbe4e1 hugetlbfs: clear resv_map pointer if mmap fails
new bf4916922c60 hugetlbfs: extend hugetlb_vma_lock to private VMAs
new 2820b0f09be9 hugetlbfs: close race between MADV_DONTNEED and page fault
new babddbfb7d7d kasan: print the original fault addr when access invalid shadow
new 17c17567fe51 kasan: disable kasan_non_canonical_hook() for HW tags
new c5155d4ef4b2 MAINTAINERS: Ondrej has moved
new 76b7069bcc89 mm/damon/sysfs: check DAMOS regions update progress from b [...]
new 002e39e9ece5 mailmap: map Bartosz's old address to the current one
new d2313c775926 mailmap: correct email aliasing for Oleksij Rempel
new e2de156b0d91 selftests/mm: include mman header to access MREMAP_DONTUNM [...]
new 099d7439ce03 maple_tree: add GFP_KERNEL to allocations in mas_expected_ [...]
new 4f82870119a4 Merge tag 'mm-hotfixes-stable-2023-10-24-09-40' of git://g [...]
The 21 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 | 6 +-
MAINTAINERS | 2 +-
arch/riscv/mm/fault.c | 2 +-
arch/riscv/mm/hugetlbpage.c | 19 +++++--
include/linux/hugetlb.h | 41 +++++++++++++-
include/linux/kasan.h | 6 +-
lib/maple_tree.c | 2 +-
lib/test_maple_tree.c | 35 ++++++++----
mm/damon/sysfs.c | 7 ++-
mm/hugetlb.c | 82 ++++++++++++++++++++-------
mm/kasan/report.c | 2 +-
mm/memory.c | 13 +++--
mm/mempolicy.c | 4 +-
mm/migrate.c | 14 ++++-
mm/mmap.c | 46 ++++++++++-----
mm/page_alloc.c | 2 +-
mm/zswap.c | 4 +-
tools/include/linux/rwsem.h | 40 +++++++++++++
tools/testing/selftests/mm/mremap_dontunmap.c | 1 +
19 files changed, 255 insertions(+), 73 deletions(-)
create mode 100644 tools/include/linux/rwsem.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gdb_build/master-arm
in repository toolchain/ci/base-artifacts/tcwg_gdb_build/master-arm.
from 8e6a58b onsuccess: #375: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 746c0fd onsuccess: #376: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
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 2120 -> 2132 bytes
02-prepare_abe/console.log.xz | Bin 2584 -> 2592 bytes
04-build_abe-gdb/console.log.xz | Bin 47292 -> 49004 bytes
04-build_abe-gdb/make-gdb.log.xz | Bin 38568 -> 38668 bytes
05-check_regression/console.log.xz | Bin 1124 -> 1136 bytes
jenkins/build-name | 2 +-
jenkins/notify-full.log | 459 +++++++------------------------------
jenkins/notify-init.log | 121 +++-------
jenkins/rewrite.log | 20 +-
jenkins/run-build.env | 6 +-
manifest.sh | 4 +-
notify/jira/comment-template.txt | 2 +-
notify/mail-body.txt | 9 +-
notify/mail-recipients.txt | 2 +-
notify/mail-subject.txt | 2 +-
15 files changed, 131 insertions(+), 496 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 e6fdea823eb gcc: fix typo in comment in gcov-io.h
new 1fa7bcfdaad recog/reload: Remove old UNARY_P operand support
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/recog.cc | 15 ---------------
gcc/reload.cc | 6 ------
2 files changed, 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.