This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current
in repository linux-next.
omits 465ec795381e Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 67d1f1e29f02 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits aa3b3a662334 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
adds d658d59471ed tpm: Return tpm2_sessions_init() when null key creation fails
adds cc7d8594342a tpm: Rollback tpm2_load_null()
adds df745e25098d tpm: Lazily flush the auth session
new d5b2ee0fe863 Merge tag 'tpmdd-next-6.12-rc6' of git://git.kernel.org/pu [...]
adds 7c18d4811000 mm/pagewalk: fix usage of pmd_leaf()/pud_leaf() without pr [...]
adds f64e67e5d3a4 fork: do not invoke uffd on fork if error occurs
adds 985da552a98e fork: only invoke khugepaged, ksm hooks if no error
adds 281dd25c1a01 mm/page_alloc: let GFP_ATOMIC order-0 allocs access highat [...]
adds 79f3d123caed mm/mmap: fix race in mmap_region() with ftruncate()
adds b7c5f9a1fb9b resource: remove dependency on SPARSEMEM from GET_FREE_REGION
adds 1db272864ff2 x86/traps: move kmsan check after instrumentation_begin
adds 14611508cb5b mm: mark mas allocation in vms_abort_munmap_vmas as __GFP_NOFAIL
adds d949d1d14fa2 mm: shmem: fix data-race in shmem_getattr()
adds bc0a2f3a73fc ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow
adds d95fb348f016 mm: numa_clear_kernel_node_hotplug: Add NUMA_NO_NODE check [...]
adds 41e192ad2779 nilfs2: fix kernel bug due to missing clearing of checked flag
adds b125a0def25a resource,kexec: walk_system_ram_res_rev must retain resour [...]
adds c4d91e225ff3 mm/vma: add expand-only VMA merge mode and optimise do_brk [...]
adds e8133a77999f tools: testing: add expand-only mode VMA test
adds 5bb1f4c9340e Revert "selftests/mm: fix deadlock for fork after pthread_ [...]
adds 3673167a3a07 Revert "selftests/mm: replace atomic_bool with pthread_barrier_t"
adds f2330b650e97 selftests/mm: fix deadlock for fork after pthread_create w [...]
adds 58a039e679fe mm: split critical region in remap_file_pages() and invoke [...]
adds 183430079869 mseal: update mseal.rst
adds 01626a182302 mm: avoid unconditional one-tick sleep when swapcache_prep [...]
new 9251e3e93cf2 Merge tag 'mm-hotfixes-stable-2024-10-28-21-50' of git://g [...]
adds 2b059d0d1e62 slub/kunit: fix a WARNING due to unwrapped __kmalloc_cache_noprof
adds 704573851b51 mm: krealloc: Fix MTE false alarm in __do_krealloc
new 7fbaacafbc55 Merge tag 'slab-for-6.12-rc6' of git://git.kernel.org/pub/ [...]
adds 9b3c11a867a8 selftests/sched_ext: add order-only dependency of runner.o [...]
adds 4f7f417042b2 sched_ext: Fix function pointer type mismatches in BPF selftests
adds 895669fd0d8c scx: Fix exit selftest to use custom DSQ
adds 0e7ffff1b811 scx: Fix raciness in scx_ops_bypass()
adds 7724abf0ca77 sched_ext: Make cast_mask() inline
adds c31f2ee5cd7d sched_ext: Fix enq_last_no_enq_fails selftest
new daa9f66fe194 Merge tag 'sched_ext-for-6.12-rc5-fixes' of git://git.kern [...]
adds 117932eea99b cgroup/bpf: use a dedicated workqueue for cgroup bpf destruction
adds 3cc4e13bb161 cgroup: Fix potential overflow issue when checking max_depth
new c1e939a21eb1 Merge tag 'cgroup-for-6.12-rc5-fixes' of git://git.kernel. [...]
adds d28d17a84560 scsi: scsi_debug: Fix do_device_access() handling of unexp [...]
adds cb7e509c4e01 scsi: ufs: core: Fix another deadlock during RTC update
new 4236f913808c Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
adds f19910006eff autofs: fix thinko in validate_dev_ioctl()
adds c749d9b7ebbc iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_F [...]
new cea04e022103 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
new 519ba7d99174 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
new 8286f8b62299 NFSD: Never decrement pending_async_copies on error
new 63a81588cd20 rpcrdma: Always release the rpcrdma_device's xa_array
new 9a46a7229dcc Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (465ec795381e)
\
N -- N -- N refs/heads/fs-current (9a46a7229dcc)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 11 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:
Documentation/userspace-api/mseal.rst | 307 ++++++++++-----------
arch/x86/kernel/traps.c | 12 +-
drivers/char/tpm/tpm-chip.c | 10 +
drivers/char/tpm/tpm-dev-common.c | 3 +
drivers/char/tpm/tpm-interface.c | 6 +-
drivers/char/tpm/tpm2-sessions.c | 100 ++++---
drivers/scsi/scsi_debug.c | 10 +-
drivers/ufs/core/ufshcd.c | 2 +-
fs/autofs/dev-ioctl.c | 5 +-
fs/nfsd/nfs4proc.c | 4 +-
fs/nilfs2/page.c | 1 +
fs/ocfs2/file.c | 8 +
fs/userfaultfd.c | 28 ++
include/linux/ksm.h | 10 +-
include/linux/userfaultfd_k.h | 5 +
kernel/bpf/cgroup.c | 19 +-
kernel/cgroup/cgroup.c | 4 +-
kernel/fork.c | 12 +-
kernel/resource.c | 4 +-
kernel/sched/ext.c | 29 +-
lib/iov_iter.c | 6 +-
lib/slub_kunit.c | 2 +-
mm/Kconfig | 1 -
mm/memory.c | 15 +-
mm/mmap.c | 84 ++++--
mm/numa_memblks.c | 2 +-
mm/page_alloc.c | 10 +-
mm/pagewalk.c | 16 +-
mm/shmem.c | 2 +
mm/slab_common.c | 2 +-
mm/vma.c | 23 +-
mm/vma.h | 26 +-
net/sunrpc/xprtrdma/ib_client.c | 1 +
tools/sched_ext/include/scx/common.bpf.h | 2 +-
tools/testing/selftests/mm/uffd-common.c | 5 +-
tools/testing/selftests/mm/uffd-common.h | 3 +-
tools/testing/selftests/mm/uffd-unit-tests.c | 24 +-
tools/testing/selftests/sched_ext/Makefile | 2 +-
tools/testing/selftests/sched_ext/create_dsq.bpf.c | 6 +-
.../selftests/sched_ext/ddsp_bogus_dsq_fail.bpf.c | 4 +-
.../selftests/sched_ext/ddsp_vtimelocal_fail.bpf.c | 4 +-
.../testing/selftests/sched_ext/dsp_local_on.bpf.c | 8 +-
.../sched_ext/enq_last_no_enq_fails.bpf.c | 8 +
.../selftests/sched_ext/enq_last_no_enq_fails.c | 10 +-
.../selftests/sched_ext/enq_select_cpu_fails.bpf.c | 4 +-
tools/testing/selftests/sched_ext/exit.bpf.c | 22 +-
tools/testing/selftests/sched_ext/hotplug.bpf.c | 8 +-
.../selftests/sched_ext/init_enable_count.bpf.c | 8 +-
tools/testing/selftests/sched_ext/maximal.bpf.c | 58 ++--
tools/testing/selftests/sched_ext/maybe_null.bpf.c | 6 +-
.../selftests/sched_ext/maybe_null_fail_dsp.bpf.c | 4 +-
.../selftests/sched_ext/maybe_null_fail_yld.bpf.c | 4 +-
tools/testing/selftests/sched_ext/prog_run.bpf.c | 2 +-
.../selftests/sched_ext/select_cpu_dfl.bpf.c | 2 +-
.../sched_ext/select_cpu_dfl_nodispatch.bpf.c | 6 +-
.../selftests/sched_ext/select_cpu_dispatch.bpf.c | 2 +-
.../sched_ext/select_cpu_dispatch_bad_dsq.bpf.c | 4 +-
.../sched_ext/select_cpu_dispatch_dbl_dsp.bpf.c | 4 +-
.../selftests/sched_ext/select_cpu_vtime.bpf.c | 12 +-
tools/testing/vma/vma.c | 40 +++
60 files changed, 617 insertions(+), 414 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 6a9d24dba Add entry 70c3db511ba14ff5fa68cb41d0714a9fb957ea5d from https [...]
new e54e780fb Add entry 70c3db511ba14ff5fa68cb41d0714a9fb957ea5d 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:
gcc/sha1/70c3db511ba14ff5fa68cb41d0714a9fb957ea5d/commit-log.txt | 2 +-
.../70c3db511ba14ff5fa68cb41d0714a9fb957ea5d/jira/description | 6 +++---
gcc/sha1/70c3db511ba14ff5fa68cb41d0714a9fb957ea5d/jira/summary | 2 +-
gcc/sha1/70c3db511ba14ff5fa68cb41d0714a9fb957ea5d/jira/yaml | 8 ++++----
gcc/sha1/70c3db511ba14ff5fa68cb41d0714a9fb957ea5d/status.txt | 2 +-
.../gnu-aarch64-master-O2_LTO/details.txt | 2 +-
.../gnu-aarch64-master-O2_LTO/reproduction_instructions.txt | 4 ++--
.../reproduction_instructions_with_ci_script.txt | 4 ++--
.../gnu-aarch64-master-O2_LTO/status.txt | 2 +-
.../tcwg_bmk-code_size-spec2k6/status.txt | 2 +-
10 files changed, 17 insertions(+), 17 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from da2f46134 Add entry 3abe751ea86e3472fa2c97bf2014f9f93f569019 from https [...]
new 6a9d24dba Add entry 70c3db511ba14ff5fa68cb41d0714a9fb957ea5d 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:
.../tcwg_bmk-code_size-spec2k6/gnu-aarch64-master-O2_LTO/build_url | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 004a5bfc72b RISC-V: Dump instruction without checking architecture supp [...]
new 6c4f88a10e7 gas/doc/riscv: Fixed misaligned instruction table
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:
gas/doc/c-riscv.texi | 84 ++++++++++++++++++++++++++--------------------------
1 file changed, 42 insertions(+), 42 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 binutils-gdb.
from 4868f6025e9 Automatic date update in version.in
new 004a5bfc72b RISC-V: Dump instruction without checking architecture supp [...]
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:
binutils/NEWS | 3 +++
opcodes/riscv-dis.c | 8 +++++++-
2 files changed, 10 insertions(+), 1 deletion(-)
--
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 b60031e8f9f gimple: Remove special handling of COND_EXPR for COMPARISON [...]
new 2dcb174385f testsuite: fix syntax in Wstringop-overflow-59.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/testsuite/gcc.dg/Wstringop-overflow-59.c | 8 ++++----
1 file changed, 4 insertions(+), 4 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 717051a6901 Daily bump.
new b60031e8f9f gimple: Remove special handling of COND_EXPR for COMPARISON [...]
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/gimple-match-exports.cc | 12 +-----------
gcc/gimple-walk.cc | 11 -----------
gcc/gimple.cc | 3 +++
3 files changed, 4 insertions(+), 22 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from d1bf1ad9c Add entry 4af8db3eca12b2db3753ce4b098cbd0ae32b4796 from https [...]
new 6e17b24e7 Add entry 3abe751ea86e3472fa2c97bf2014f9f93f569019 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:
.../first_url | 2 +-
.../tcwg_bmk-code_size-cpu2017rate/gnu-arm-master-O2_LTO}/build_url | 2 +-
.../tcwg_bmk-code_size-cpu2017rate/gnu-arm-master-O2_LTO/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy gcc/sha1/{f5fb9ff2396fd41fdd2e6d35a412e936d2d42f75 => 3abe751ea86e3472fa2c97b [...]
copy gcc/sha1/{3b9b8d6cfdf59337f4b7ce10ce92a98044b2657b/tcwg_bmk-code_size-cpu2017 [...]
create mode 100644 gcc/sha1/3abe751ea86e3472fa2c97bf2014f9f93f569019/tcwg_bmk-code [...]
--
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-14
in repository gcc.
from acc0b9ff9cf jit: fix leak of pending_assemble_externals_set [PR117275]
new 0e132a3b951 Daily bump.
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/ChangeLog | 77 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 22 ++++++++++++++
3 files changed, 100 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.