This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 95f10974a91 libgcobol: Allow libgcobol to use libquadmath [PR119244].
new bf812c6ad83 middle-end/119706 - allow POLY_INT_CST as is_gimple_mem_ref_addr
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-expr.cc | 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 users/nalcock/road-to-ctfv4
in repository binutils-gdb.
from 99b1d742ba2 libctf: make provisional ID assignment less noisy
new 2c704841079 include, ctf: fix typo
new 85e17b0379c libctf, dump: reduce overqualification of variable names
new 55f8d9bb148 libctf: simplify ctf_txlate
new e8e59f7f7c6 libctf: fix void * et al
new cba57e167d7 libctf: decl: handle unrepresentable types, decl tags, and vars
new eda34582aa3 libctf: open: don't play with ctf_typemax during name table init
The 6 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:
include/ctf.h | 2 +-
libctf/ctf-decl.c | 20 ++++-
libctf/ctf-dump.c | 7 +-
libctf/ctf-impl.h | 6 +-
libctf/ctf-lookup.c | 7 +-
libctf/ctf-open.c | 99 ++++++++++++++++------
libctf/ctf-types.c | 2 +-
libctf/testsuite/libctf-lookup/by-kind/array.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/const.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/datasec.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/decl-tag.lk | 8 +-
libctf/testsuite/libctf-lookup/by-kind/forward.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/integer.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/pointer.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/restrict.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/struct.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/union.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/volatile.lk | 2 +-
18 files changed, 118 insertions(+), 53 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 release/2.41/master
in repository glibc.
from b861755a84 elf: Extend glibc.rtld.execstack tunable to force executable [...]
new d6d56af6e7 elf: Fix arm-linux-gnueabihf build break from b861755a84
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:
elf/Makefile | 1 -
1 file changed, 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 releases/gcc-14
in repository gcc.
from 51e041a9db7 RISC-V: Disable unsupported vsext/vzext patterns for XTheadVector.
new 6343a0fef38 libstdc++: Always instantiate key_type to compute hash code [...]
new 9119752d378 libstdc++: Fix test broken when using COW std::string
new c4bf3291f20 libstdc++: Define __is_pair variable template for C++11
new 5cfe086bea2 libstdc++: Fix conversions to key/value types for hash tabl [...]
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:
libstdc++-v3/include/bits/hashtable.h | 36 +++------
libstdc++-v3/include/bits/hashtable_policy.h | 34 ---------
libstdc++-v3/include/bits/stl_pair.h | 6 ++
.../testsuite/23_containers/unordered_map/96088.cc | 85 +++++++++++-----------
.../23_containers/unordered_map/insert/115285.cc | 47 ++++++++++++
.../23_containers/unordered_multimap/96088.cc | 17 ++---
.../23_containers/unordered_multiset/96088.cc | 5 +-
.../testsuite/23_containers/unordered_set/96088.cc | 13 ++--
.../23_containers/unordered_set/insert/115285.cc | 28 +++++++
.../23_containers/unordered_set/pr115285.cc | 40 ++++++++++
10 files changed, 191 insertions(+), 120 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/insert/115285.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/insert/115285.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/pr115285.cc
--
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 fb0653a0e54 RISC-V: Fix the behavior for multilib-generator with --cmod [...]
new 07d4c264a00 [PATCH] RISC-V: Bugfix for unrecognizable insn for XTheadVector
new 319b9a385d4 RISC-V: Enable and adjust the testsuite for XTheadVector.
new 2631ac38d9b RISC-V: Add a new constraint to ensure that the vl of XThea [...]
new f2e2e255004 RISC-V: unrecognizable insn ICE in xtheadvector/pr114194.c [...]
new 51e041a9db7 RISC-V: Disable unsupported vsext/vzext patterns for XTheadVector.
The 5 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/config/riscv/constraints.md | 6 +
gcc/config/riscv/riscv-string.cc | 2 +-
gcc/config/riscv/riscv-v.cc | 8 +-
gcc/config/riscv/thead-vector.md | 18 +-
gcc/config/riscv/vector.md | 510 ++++++++++-----------
gcc/testsuite/g++.target/riscv/rvv/rvv.exp | 3 +
.../g++.target/riscv/rvv/xtheadvector/pr116593.C | 47 ++
gcc/testsuite/gcc.target/riscv/rvv/rvv.exp | 2 +
.../riscv/rvv/xtheadvector/pr114194-rv32.c | 51 +++
.../riscv/rvv/xtheadvector/pr114194-rv64.c | 55 +++
.../gcc.target/riscv/rvv/xtheadvector/pr114194.c | 56 ---
.../gcc.target/riscv/rvv/xtheadvector/pr116591.c | 14 +
.../gcc.target/riscv/rvv/xtheadvector/pr118601.c | 9 +
.../gcc.target/riscv/rvv/xtheadvector/prefix.c | 2 +-
.../gcc.target/riscv/rvv/xtheadvector/vlb-vsb.c | 17 +-
.../gcc.target/riscv/rvv/xtheadvector/vlbu-vsb.c | 17 +-
.../gcc.target/riscv/rvv/xtheadvector/vlh-vsh.c | 17 +-
.../gcc.target/riscv/rvv/xtheadvector/vlhu-vsh.c | 17 +-
.../gcc.target/riscv/rvv/xtheadvector/vlw-vsw.c | 17 +-
.../gcc.target/riscv/rvv/xtheadvector/vlwu-vsw.c | 17 +-
.../gcc.target/riscv/rvv/xtheadvector/vsext.c | 24 +
.../gcc.target/riscv/rvv/xtheadvector/vzext.c | 24 +
22 files changed, 565 insertions(+), 368 deletions(-)
create mode 100644 gcc/testsuite/g++.target/riscv/rvv/xtheadvector/pr116593.C
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/pr114194-rv32.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/pr114194-rv64.c
delete mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/pr114194.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/pr116591.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/pr118601.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/vsext.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/vzext.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 binutils-gdb.
from 6fe4e5bd10b [gdb/testsuite] Fix gdb.dwarf2/fission-with-type-unit.exp w [...]
new d1458933830 PR32858 ld segfault on fuzzed object
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:
bfd/elflink.c | 3 ++-
1 file changed, 2 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 main
in repository newlib.
from d35cc82b5 Cygwin: termios: Implement tcflow(), tcdrain(), TCXONC, TIOCINQ
new e04891d67 Cygwin: fetch_account_from_windows: skip LookupAccountSid for [...]
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:
winsup/cygwin/release/3.6.2 | 6 ++++++
winsup/cygwin/uinfo.cc | 21 +++++++++++++++++++++
2 files changed, 27 insertions(+)
create mode 100644 winsup/cygwin/release/3.6.2
--
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 newlib.
from d35cc82b5 Cygwin: termios: Implement tcflow(), tcdrain(), TCXONC, TIOCINQ
new e04891d67 Cygwin: fetch_account_from_windows: skip LookupAccountSid for [...]
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:
winsup/cygwin/release/3.6.2 | 6 ++++++
winsup/cygwin/uinfo.cc | 21 +++++++++++++++++++++
2 files changed, 27 insertions(+)
create mode 100644 winsup/cygwin/release/3.6.2
--
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 cygwin-3_6-branch
in repository newlib.
from 17765ac5f Cygwin: bump DLL version to 3.6.2
new 48e7d6326 Cygwin: fetch_account_from_windows: skip LookupAccountSid for [...]
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:
winsup/cygwin/release/3.6.2 | 6 ++++++
winsup/cygwin/uinfo.cc | 21 +++++++++++++++++++++
2 files changed, 27 insertions(+)
create mode 100644 winsup/cygwin/release/3.6.2
--
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 72dff34bcdd RISC-V: Fix the behavior for multilib-generator with --cmod [...]
new 4c8c373495d Avoid using POINTER_DIFF_EXPR for overlap checks [PR119399]
new f1e82c859fc testsuite, cobol: Add libquadmath paths.
new 95f10974a91 libgcobol: Allow libgcobol to use libquadmath [PR119244].
The 3 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/vect/pr119399.c | 10 +
gcc/testsuite/lib/cobol.exp | 9 +
gcc/tree-data-ref.cc | 7 +-
libgcobol/Makefile.am | 9 +-
libgcobol/Makefile.in | 14 +-
libgcobol/acinclude.m4 | 162 +++++++++++
libgcobol/config.h.in | 30 ++
libgcobol/configure | 527 ++++++++++++++++++++++++++++++++---
libgcobol/configure.ac | 41 ++-
libgcobol/gfileio.cc | 1 +
libgcobol/gmath.cc | 108 ++++---
libgcobol/intrinsic.cc | 186 +++++++------
libgcobol/libgcobol-fp.h | 50 ++++
libgcobol/libgcobol.cc | 186 +++++++------
libgcobol/libgcobol.h | 10 +-
libgcobol/libgcobol.spec.in | 2 +-
16 files changed, 1071 insertions(+), 281 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr119399.c
create mode 100644 libgcobol/libgcobol-fp.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.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from 8406aec4ff0 Daily bump.
new fb0653a0e54 RISC-V: Fix the behavior for multilib-generator with --cmod [...]
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/config/riscv/multilib-generator | 4 ++--
1 file changed, 2 insertions(+), 2 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 77e8b40a6e powerpc: Remove relocation cache flush code for power64
new 402b591f1b timezone: Enhance tst-bz28707 diagnostics
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:
timezone/tst-bz28707.c | 34 ++++++++++++++++++++--------------
1 file changed, 20 insertions(+), 14 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 annotated tag next-20250410
in repository linux-next.
at 55c6f47ca7a8 (tag)
tagging 29e7bf01ed8033c9a14ed0dc990dfe2736dbcd18 (commit)
replaces v6.15-rc1
tagged by Stephen Rothwell
on Thu Apr 10 15:09:49 2025 +1000
- Log -----------------------------------------------------------------
next-20250410
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEmFtoH6RZGWmXU6JkifkcCkHVwHoFAmf3Up0ACgkQifkcCkHV
wHq2Iw/9H7FNbKTHWu1CUxh/yFBalX4B+HH0wgNUfC0eoa0vk44Q0eVhUfyjI5QX
+PzGxrCQuprXekQjWK3GCw5Q/oFFI8cn98UPf591mqGE4oGihm7NP5cypA3PUoQN
G+E/jo+krN+6fgcHq6MJuSQrRw+2RRGDUQkWS5zNPWUTXRwqpqsTr88qMxrdfygJ
jaNdS148oXDvS4/rqarl+NqLN+7UttLhh15Lgzg9oyscTvERryq0x79FssXJTcqF
Jr2iKfar0UFRVj3buh6jJeLiAbBLH8yv0RrmbyRGiTu2+YUvqld96BbHdh4fBZ4N
s9fvN31bs9PSVGN7gIeWUFhlWGKteVkoAZ2gPXanwjUZVUlsHvLRe/fk45go5/In
pTlYeJDDUwG6zcQNVPWnGn8VtC7/fO8A6LGnnIxH9i7NlJJR8r3saPNi05wYeYlw
zCTsm4sDtRNP+OX4SYAwazBLKy0Y6O0msos7ga8aLPw7qUaQJhevV/3zLQDujvFW
1HEuS35ZhdssHe9NdXbwOtzbjV0OlfdSaFqe1SAO4ASqzQdmIP9oDS3XiigfQVJq
FGmYf+uH8m9D7GlgMr4VUOa4t4ZODQo2z9h0U33zDz49RF/B2ObOBBbxMr9qzVix
G1AsaGdzfyJ6//fQNUMWVwREdkGE/2+5eu+OBF9irmhtZVXORrw=
=zHoi
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new fdc348121f24 irqdomain: pci: Switch to of_fwnode_handle()
new c09268a8bb8c cachefiles: Add __nonstring annotations for unterminated strings
new f2ca4ed59a23 misc: bcm-vk: avoid -Wflex-array-member-not-at-end warning
new 771487050f83 genirq/generic-chip: Fix incorrect lock guard conversions
new 17268faf2999 ARM: dts: qcom: msm8226: Use the header with DSI phy clock IDs
new 1afdd80d1e02 ARM: dts: qcom: msm8974: Use the header with DSI phy clock IDs
new 651af46f33ab arm64: dts: qcom: msm8916: Use the header with DSI phy clock IDs
new 7c92da246e1a arm64: dts: qcom: msm8917: Use the header with DSI phy clock IDs
new 011e7f2c26dc arm64: dts: qcom: msm8939: Use the header with DSI phy clock IDs
new 8e35fab460cc arm64: dts: qcom: msm8953: Use the header with DSI phy clock IDs
new b06f27d09ed4 arm64: dts: qcom: msm8976: Use the header with DSI phy clock IDs
new 4b32499da717 arm64: dts: qcom: msm8996: Use the header with DSI phy clock IDs
new f4220c41decc arm64: dts: qcom: msm8998: Use the header with DSI phy clock IDs
new 48478f726f37 arm64: dts: qcom: qcm2290: Use the header with DSI phy clock IDs
new adaa876233c1 arm64: dts: qcom: sc7180: Use the header with DSI phy clock IDs
new 4390fc773154 arm64: dts: qcom: sc8180x: Use the header with DSI phy clock IDs
new 3c1ae3b25555 arm64: dts: qcom: sdm630: Use the header with DSI phy clock IDs
new dc489ba0dea3 arm64: dts: qcom: sdm670: Use the header with DSI phy clock IDs
new 77764620c188 arm64: dts: qcom: sdm845: Use the header with DSI phy clock IDs
new b44bf3bc7491 arm64: dts: qcom: sm6115: Use the header with DSI phy clock IDs
new 4f40ebbebcd9 arm64: dts: qcom: sm6125: Use the header with DSI phy clock IDs
new ab7cd7f3968f arm64: dts: qcom: sm6350: Use the header with DSI phy clock IDs
new 35ed99d7f589 arm64: dts: qcom: sm8150: Use the header with DSI phy clock IDs
new 855ff06098b7 arm64: dts: qcom: sm8250: Use the header with DSI phy clock IDs
new ee4bb3169263 arm64: dts: qcom: sm8350: Use the header with DSI phy clock IDs
new 0d18a031499d arm64: dts: qcom: sm8450: Use the header with DSI phy clock IDs
new 0d046b7ad7d3 arm64: dts: qcom: sm8550: Use the header with DSI phy clock IDs
new 314ffec60651 arm64: dts: qcom: sm8650: Use the header with DSI phy clock IDs
new a36283e2b683 udp_tunnel: create a fastpath GRO lookup.
new 5d7f5b2f6b93 udp_tunnel: use static call for GRO hooks when possible
new 6a0f72c5e208 Merge branch 'udp_tunnel-gro-optimizations'
new 420aabef3ab5 net: Drop unused @sk of __skb_try_recv_from_queue()
new 0a4e6b9d70fe hwmon: (asus-ec-sensors) sort sensor definition arrays
new 823fb1962a13 bug/kunit: core support for suppressing warning backtraces
new 10043fcc17b4 kunit: fix compilation error on s390
new 486d8ecb9f42 kunit: bug: count suppressed warning backtraces
new 76eac2d84233 kunit: add test cases for backtrace warning suppression
new 683e5b2c8b4d kunit: fix backtrace suppression test module description
new 70b3e4d7e71e kunit: add documentation for warning backtrace suppression API
new d644cda042f9 drm: suppress intentional warning backtraces in scaling un [...]
new ddb5b3e98614 x86: add support for suppressing warning backtraces
new 1aece8d467b5 arm64: add support for suppressing warning backtraces
new 7ca4f26c055d loongarch: add support for suppressing warning backtraces
new fd670737ab8c parisc: add support for suppressing warning backtraces
new 09635b479ce1 s390: add support for suppressing warning backtraces
new 79d1040868c0 sh: add support for suppressing warning backtraces
new 155918f8f775 sh: move defines needed for suppressing warning backtraces
new 350caea053e1 riscv: add support for suppressing warning backtraces
new 0bdc301ca56e powerpc: add support for suppressing warning backtraces
new 6c4677bac117 exit: move and extend sched_process_exit() tracepoint
new 90ca636c86dd exit: document sched_process_exit and sched_process_templa [...]
new 830d79973a98 ocfs2: fix global bitmap allocating failure for discontig type
new f0bf44bf797d ocfs2: fix possible memory leak in ocfs2_finish_quota_recovery
new a209ef2c91e2 init/main.c: log initcall level when initcall_debug is used
new 541c4eeed8dc crash: export PAGE_UNACCEPTED_MAPCOUNT_VALUE to vmcoreinfo
new 3f53e0ca4781 crash: export PAGE_UNACCEPTED_MAPCOUNT_VALUE to vmcoreinfo
new 782f3b7ee648 exit: skip IRQ disabled warning during power off
new 05bcb8c1a797 task_stack.h: remove obsolete __HAVE_ARCH_KSTACK_END check
new c5a28b7f9d16 lib/rbtree.c: fix the example typo
new 00c9a4dce728 proc: fix the issue of proc_mem_open returning NULL
new e0c803fdd105 checkpatch: dont warn about unused macro arg on empty body
new 14a6c91ed444 checkpatch: qualify do-while-0 advice
new dc226cc5ab87 powernow: use pr_info_once
new 38f26e1b33cc kernel.h: move READ/WRITE definitions to <linux/types.h>
new d924bcae28a4 kernel.h: move PTR_IF() and u64_to_user_ptr() to util_macros.h
new 9f06c8ec6b85 kstrtox: add support for enabled and disabled in kstrtobool()
new 45842cb7e285 errseq: eliminate special limitation for macro MAX_ERRNO
new 912f45c84099 exit: combine work under lock in synchronize_group_exit() [...]
new 088f07a6bd61 Merge branches 'arm32-for-6.16' and 'arm64-for-6.16' into [...]
new 16280ded45fb drm/xe: Add configfs to enable survivability mode
new 77052ab24590 drm/xe: Add documentation for survivability mode
new bc417e54e24b drm/xe: Enable configfs support for survivability mode
new 5ea51087b143 efi: Export symbol efi_mem_desc_lookup
new e8bf4a1bdaea drm/sysfb: efidrm: Support module builds
new 265daffe788a gpio: provide gpiod_is_equal()
new dad3386b182e Merge tag 'gpiod-is-equal-for-v6.16-rc1' of gitolite.kerne [...]
new bfedb6b93bc8 mm: kvmalloc: make kmalloc fast path real fast path
new ca677505e477 drm/i915/dsi: separate clock and data lane prepare timing
new cdbf0e16fb3f drm/i915/dsi: unify naming and simplify checks for dphy params
new d9fa398fe827 x86/boot/startup: Disable objtool validation for library code
new 23bf61c87a71 Merge branch 'fixes' into for-next
new 3256a83335a4 perf/x86/intel/bts: Rename local bts_buffer variables for clarity
new c09b9810414d panic: Move panic ctl tables into panic.c
new 256db5c9b507 signal: Move signal ctl tables into signal.c
new dd293df6395a tracing: Move trace sysctls into trace.c
new 67049b53e06f stack_tracer: move sysctl registration to kernel/trace/tra [...]
new bc4f328ff516 sparc: mv sparc sysctls into their own file under arch/spa [...]
new 1734d98fbcce perf/arch: Record sample last_period before updating on th [...]
new e33e24eff20f mmc: core: Convert mmc_can_poweroff_notify() into a bool
new 578f04210ffc mmc: core: Further avoid re-storing power to the eMMC befo [...]
new 01ba57f9a03d mmc: core: Convert into an enum for the poweroff-type for eMMC
new a21936250e1d mmc: core: Add support for graceful host removal for eMMC
new e4f6aa7c7f46 mmc: core: Add support for graceful host removal for SD
new aaf6223ea2a1 regulator: don't compare raw GPIO descriptor pointers
new 5bfc88c4e578 regulator: dt-bindings: adi,adp5055-regulator: Add adp5055 [...]
new 147b2a96f24e regulator: adp5055: Add driver for adp5055
new e686365c0411 spi: spi_amd: Fix an IS_ERR() vs NULL check in probe
new 3d1eea493894 mmc: sdhci-esdhc-imx: Save tuning value when card stays po [...]
new afebfdf3604f mmc: mtk-sd: Clarify patch bit register initialization and layout
new d78f648509b9 mmc: mtk-sd: Aggregate writes for MSDC_PATCH_BIT1/2 setup
new 094079abbb67 mmc: mtk-sd: Do single write in function msdc_new_tx_setting
new 1eca72212c9d mmc: mtk-sd: Aggregate R/W for top_base iospace case where [...]
new d51319962422 dt-bindings: mmc: arasan,sdhci: Add Renesas RZ/N1D
new 2859786d9c4b mmc: renesas_sdhi: Use of_get_available_child_by_name()
new 6b8dba9a7fdb mmc: alcor: Use str_read_write() helper
new 5322584385d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herber [...]
new 3be3f70ee95d crypto: x86/chacha - Restore SSSE3 fallback path
new 7a56efeabffd gpio: aggregator: reorder functions to prepare for configf [...]
new 7616dd97ae22 gpio: aggregator: unify function naming
new 88fe1d1a646b gpio: aggregator: add gpio_aggregator_{alloc,free}()
new 25b2f46bd7de wifi: ath12k: ahb: Replace del_timer_sync() with timer_del [...]
new 788f205f3ce4 drm/i915/wm: convert intel_wm.h external interfaces to str [...]
new b4bd4f219cfe drm/i915/wm: convert intel_wm.c internally to struct intel [...]
new 6fe8f9c1388b drm/i915/wm: convert skl_watermark.h external interfaces t [...]
new 3b9c794b9c42 drm/i915/wm: convert skl_watermarks.c internally to struct [...]
new ddb062b0e29a drm/i915/wm: convert i9xx_wm.h external interfaces to stru [...]
new d0e7412505dc drm/i915/wm: convert i9xx_wm.c to intel_de_*() register interface
new d35b913f0e1c drm/i915/wm: convert i9xx_wm.c internally to struct intel_display
new e89fe4df47c1 hwmon: (ina2xx) make regulator 'vs' support optional
new 9fa84eee4db8 hwmon: (gpio-fan) Add regulator support
new 71a99d678d5f Merge branch 'pci/irq'
new f5b060b1f547 gpiolib: acpi: Use temporary variable for struct acpi_gpio_info
new 454acfc394d3 gpiolib: acpi: Make sure we fill struct acpi_gpio_info
new a02af05f41c7 Merge patch series "gpiolib: acpi: Fix missing info filling"
new 86f162e73d2d gpio: aggregator: introduce basic configfs interface
new 4ec2315d7fab gpio: aggregator: rename 'name' to 'key' in gpio_aggregato [...]
new 83c8e3df642f gpio: aggregator: expose aggregator created via legacy sys [...]
new 0269c768de1b gpio: aggregator: cancel deferred probe for devices create [...]
new 10f94d092bba Documentation: gpio: document configfs interface for gpio- [...]
new 6d7f0c1103ef selftests: gpio: add test cases for gpio-aggregator
new 9891398efae8 lkdtm: use SLAB_NO_MERGE instead of an empty constructor
new 1ded828affa3 hardening: Disable GCC randstruct for COMPILE_TEST
new 26fe62cc5e84 Merge branches 'for-linus/hardening' and 'for-next/hardeni [...]
new 36ddc9ec8f3e gpio: don't compare raw GPIO descriptor pointers
new 48e6872b467a Add support for ADP5055 triple buck regulator.
new cb6749b961b6 scripts/kernel-doc: rename it to scripts/kernel-doc.pl
new 33a92a5b2e6f scripts/kernel-doc: add a symlink to the Perl version of k [...]
new 094a4845789b scripts/kernel-doc.py: add a Python parser
new 0a4e24128f4c scripts/kernel-doc.py: output warnings the same way as kerneldoc
new 3592385668c3 scripts/kernel-doc.py: better handle empty sections
new 01d3235dde90 scripts/kernel-doc.py: properly handle struct_group macros
new e31fd36da9c4 scripts/kernel-doc.py: move regex methods to a separate file
new d966dc658ce3 scripts/kernel-doc.py: move KernelDoc class to a separate file
new ee13b3f35c72 scripts/kernel-doc.py: move KernelFiles class to a separate file
new 1d6fea640e6c scripts/kernel-doc.py: move output classes to a separate file
new 4fa5e411379a scripts/kernel-doc.py: convert message output to an interactor
new 799b0d2a2a24 scripts/kernel-doc.py: move file lists to the parser function
new 0873e5543376 scripts/kernel-doc.py: implement support for -no-doc-sections
new c3597ab27bc0 scripts/kernel-doc.py: fix line number output
new 408269ae35d6 scripts/kernel-doc.py: fix handling of doc output check
new 9235ec5e2bf8 scripts/kernel-doc.py: properly handle out_section for ReST
new 9cbc2d3b137b scripts/kernel-doc.py: postpone warnings to the output plugin
new 02df8e3b333c docs: add a .pylintrc file with sys path for docs scripts
new 668b9d1dceb8 docs: sphinx: kerneldoc: verbose kernel-doc command if V=1
new 01c43355255e docs: sphinx: kerneldoc: ignore "\" characters from options
new feec610725e3 docs: sphinx: kerneldoc: use kernel-doc.py script
new 43ecfe6bc2ae scripts/kernel-doc.py: Set an output format for --none
new 485f6f7960c4 scripts/kernel-doc.py: adjust some coding style issues
new 78ea748f7978 scripts/lib/kdoc/kdoc_parser.py: fix Python compat with < v3.13
new 2ab867a4941d scripts/kernel-doc.py: move modulename to man class
new 91d00bd54f30 scripts/kernel-doc.py: properly handle KBUILD_BUILD_TIMESTAMP
new e4b2bd908c3d scripts/lib/kdoc/kdoc_parser.py: remove a python 3.9 dependency
new 11afeab6d74d scripts/kernel-doc.py: Properly handle Werror and exit codes
new fc862949a35a scripts/kernel-doc: switch to use kernel-doc.py
new a566ba5af595 scripts/lib/kdoc/kdoc_files.py: allow filtering output per fname
new 16740c29dbf3 scripts/kernel_doc.py: better handle exported symbols
new 04a383ced696 scripts/kernel-doc.py: Rename the kernel doc Re class to KernRe
new de258fa8ca8d scripts: kernel-doc: fix parsing function-like typedefs (again)
new 9f488ccd0f56 Merge branch 'mauro' into docs-mw
new d274cde0dbe0 x86/cacheinfo: Properly parse CPUID(0x80000005) L1d/L1i as [...]
new d02c83d75f9f x86/cacheinfo: Properly parse CPUID(0x80000006) L2/L3 asso [...]
new 092d00ead733 cleanup: Provide retain_and_null_ptr()
new 0dac2b09303c genirq/msi: Use lock guards for MSI descriptor locking
new f25dd9ac4846 soc: ti: ti_sci_inta_msi: Switch MSI descriptor locking to [...]
new 8f3315cf7e97 NTB/msi: Switch MSI descriptor locking to lock guard()
new 497f68cff621 PCI/MSI: Use guard(msi_desc_lock) where applicable
new b0c44a5ec355 PCI/MSI: Set pci_dev:: Msi_enabled late
new 5c0ba4f9d25e PCI/MSI: Use __free() for affinity masks
new f11cc2af8f4b PCI/MSI: Switch msi_capability_init() to guard(msi_desc_lock)
new 891146645e5d PCI/MSI: Switch msix_capability_init() to guard(msi_desc_lock)
new 6552e90e2a23 PCI: hv: Switch MSI descriptor locking to guard()
new d5124a9957b2 PCI/MSI: Provide a sane mechanism for TPH
new 71296eae5887 PCI/TPH: Replace the broken MSI-X control word update
new e46a28cea29a scsi: ufs: qcom: Remove the MSI descriptor abuse
new 9357e329cdeb genirq/msi: Rename msi_[un]lock_descs()
new d75ee2d6781f sched_ext: Indentation updates
new cc39454c341e sched_ext: Remove scx_ops_enq_* static_keys
new 54d2e717bc5f sched_ext: Remove scx_ops_cpu_preempt static_key
new 743354e3bb72 sched_ext: Remove scx_ops_allow_queued_wakeup static_key
new 0b3046179360 sched_ext: Make scx_has_op a bitmap
new 387b51709db5 cpufreq: Consolidate some code in cpufreq_online()
new 0df6db767a53 posix-timers: Initialize cache early and move pointer into [...]
new 68974e3a15b9 cpufreq: Split cpufreq_online()
new 6fec833b9d70 cpufreq: Add and use cpufreq policy locking guards
new 973207ae3d7c cpufreq: intel_pstate: Rearrange max frequency updates han [...]
new 9a74bfdfd07f cpufreq: Use locking guard and __free() in cpufreq_update_ [...]
new c7282dce2574 cpufreq: Drop cpufreq_cpu_acquire() and cpufreq_cpu_release()
new ece898da3862 cpufreq: Use __free() for policy reference counting cleanup
new 684e18552111 cpufreq: Introduce cpufreq_policy_refresh()
new eaff6b62d343 cpufreq: Pass policy pointer to ->update_limits()
new 6726432f34a7 Merge branch 'pm-cpufreq' into linux-next
new a9d9a1272891 cxl: Remove always true condition for cxlctl_validate_hw_c [...]
new 60567e93c05d selftests/x86/lam: Fix clean up fds in do_uring() and allo [...]
new 6ce0fdaae043 Merge tag 'v6.15-rc1' into x86/asm, to refresh the branch
new 6f9bd8ae0340 x86/uaccess: Predict valid_user_address() returning true
new 78a84fbfa4ff Merge tag 'v6.15-rc1' into x86/mm, to pick up fixes
new 35c3151a98a6 x86/mm: Consolidate initmem_init()
new 1d1a3692ba9c hwmon: Add KEBA battery monitoring controller support
new 8d40b8e88dd4 Merge remote-tracking branch 'asoc/for-6.16' into asoc-next
new cd489702ae5c Merge branch into tip/master: 'irq/core'
new 7f1c0ff7cc5a Merge branch into tip/master: 'irq/drivers'
new bf2f75f04088 Merge branch into tip/master: 'irq/msi'
new b21274d0ff10 Merge branch into tip/master: 'perf/core'
new 1be9aa20fa94 Merge branch into tip/master: 'sched/core'
new b0f32dacd106 Merge branch into tip/master: 'timers/core'
new 39ecab81adcc Merge branch into tip/master: 'x86/alternatives'
new b9d3bea05e5e Merge branch into tip/master: 'x86/asm'
new d5835d68f6a5 Merge branch into tip/master: 'x86/boot'
new f5eda1ee1512 Merge branch into tip/master: 'x86/cpu'
new 39cb13b6dcc9 Merge branch into tip/master: 'x86/fpu'
new ea7c47882777 Merge branch into tip/master: 'x86/kconfig'
new eea3319ca6f9 Merge branch into tip/master: 'x86/microcode'
new 61da9dc7116c Merge branch into tip/master: 'x86/mm'
new e357ddfe2236 Merge branch into tip/master: 'x86/nmi'
new 3ded92c43944 drm/xe: remove unused LE_COS
new 174ce1d5a55b fwctl: Fix repeated device word in log message
new a82dc19db136 net: avoid potential race between netdev_get_by_index_lock [...]
new 606048cbd834 net: designate XSK pool pointers in queues as "ops protected"
new 4ec9031cbeb7 netdev: add "ops compat locking" helpers
new d02e3b388221 netdev: don't hold rtnl_lock over nl queue info get when possible
new 03df156dd3a6 xdp: double protect netdev->xdp_flags with netdev->lock
new 99e44f39a8f7 netdev: depend on netdev->lock for xdp features
new 87eba404f2e1 docs: netdev: break down the instance locking info per ops struct
new ce7b14947484 netdev: depend on netdev->lock for qstats in ops locked drivers
new f8cb38c32eb1 Merge branch 'net-depend-on-instance-lock-for-queue-relate [...]
new 4f160bc6928f Merge branch 'mm-nonmm-unstable' of git://git.kernel.org/p [...]
new e4cb91178023 net: remove __get_unaligned_cpu32 from macvlan driver
new 1635eecdd298 net: ipvlan: remove __get_unaligned_cpu32 from ipvlan driver
new d0ef27ae7920 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7ad2819c2243 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new b88160ec9da9 Merge branch 'asahi-soc/for-next' of https://github.com/As [...]
new 80ddcbf9cbe8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new c46da6f4f127 Merge branch 'at91-next' of git://git.kernel.org/pub/scm/l [...]
new 8b20136935ab Merge branch 'next' of https://github.com/Broadcom/stblinux.git
new 9bf235f0da7c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new bac44c81f7e5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 100ac6e209fc Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e410ec53a3fc Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 38417fa2094a Merge branch 'reset/next' of https://git.pengutronix.de/gi [...]
new 1ee1a4cef669 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 65b74f68213a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 07ed2b62dc0e Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
new 7405f9ca83df Merge branch 'sunxi/for-next' of git://git.kernel.org/pub/ [...]
new 5a0ff6d39f61 Merge branch 'next' of https://git.linaro.org/people/jens. [...]
new d3c591ffeb1f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 96d98b196daf Merge branch 'for-next' of git://github.com/Xilinx/linux-xlnx.git
new ef138e695eba Merge branch 'renesas-clk' of git://git.kernel.org/pub/scm [...]
new d88615346b53 Merge branch 'linux-next' of git://github.com/c-sky/csky-l [...]
new afbdf976493f Merge branch 'next' of git://git.monstr.eu/linux-2.6-micro [...]
new df85c652a965 Merge branch 'for-next' of git://github.com/openrisc/linux.git
new cc4ca000855d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 8f37a190ed12 Merge branch 'xtensa-for-next' of git://github.com/jcmvbkb [...]
new db9c5529f947 Merge branch 'fs-next' of linux-next
new 311920774c40 configs/debug: run and debug PREEMPT
new e1ac41e63ee2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f8b5c1664191 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new d50089be4a7d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ad116ffc80d5 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/sc [...]
new 639beffeef1f Merge branch 'i2c/i2c-host' of git://git.kernel.org/pub/sc [...]
new 0b08869e907c Merge branch 'hwmon-next' of git://git.kernel.org/pub/scm/ [...]
new 7f3e79f6729e Merge branch 'docs-next' of git://git.lwn.net/linux.git
new 7c9bcf3da5a5 Merge branch 'next' of git://linuxtv.org/media-ci/media-pe [...]
new c38761fa865e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 104a05584bb6 Merge branch 'cpufreq/arm/linux-next' of git://git.kernel. [...]
new e779dd93f4d2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 4c1166934241 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new bbec4ae93dcd Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 3a40d4534b19 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 057d8709d69a Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new e14c4f3f766a Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 756ac5ac80a3 Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
new 793874436825 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new c123c599404a Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new f12f6d85debc Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new e33ef1b51937 Merge branch 'nova-next' of https://gitlab.freedesktop.org [...]
new ec0d33c42d32 Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
new 6177c7739f2f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ab257e89cd7a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 365cac1ec1e0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f7c9c5e4253b Merge branch 'modules-next' of git://git.kernel.org/pub/sc [...]
new 4ed2701b2c02 Merge branch 'for-next' of git://git.kernel.dk/linux-block.git
new 4046184401c2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 44861ca11185 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new abc5500d2a47 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f817aa0658cb Merge branch 'apparmor-next' of git://git.kernel.org/pub/s [...]
new fde4255b0601 Merge branch 'next-integrity' of git://git.kernel.org/pub/ [...]
new 639c91a1bb33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 4d61c2992882 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e2d5a4f1f99c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 5dc9e18f5376 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 2108734d5738 Merge branch 'edac-for-next' of git://git.kernel.org/pub/s [...]
new 6a0f78b60ac3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 2332b127ca93 Merge branch 'non-rcu/next' of git://git.kernel.org/pub/sc [...]
new 7bc85ba34c50 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/k [...]
new b796742f316d Merge branch 'next' of https://github.com/kvm-x86/linux.git
new 675b6b47c4fb Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new dc9f9010ee98 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 93f15d2a6321 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 3205d88edd57 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 5c56c89d6e18 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 37d02f98f486 Merge branch 'spmi-next' of git://git.kernel.org/pub/scm/l [...]
new b9d866761df3 Merge branch 'staging-next' of git://git.kernel.org/pub/sc [...]
new 6bf6b9f2fb24 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 5790c4aae91b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new c66540fd16a6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 12785f9f55b3 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 150abc301e31 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new b378876744ca Merge branch 'gpio/for-next' of git://git.kernel.org/pub/s [...]
new 8f5cfa4e7f0a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 53c559f7dfe2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 0cb077f41cee Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e69e05220010 Merge branch 'pwm/for-next' of git://git.kernel.org/pub/sc [...]
new 42f10a232ce2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 0379546ae5d9 Merge branch 'rtc-next' of git://git.kernel.org/pub/scm/li [...]
new 2bfb4106c99f Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
new 80e84fab8f6f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 86606ff0bb3d Merge branch 'main' of git://git.infradead.org/users/willy [...]
new b8fd4e6441c4 Merge branch 'hmm' of git://git.kernel.org/pub/scm/linux/k [...]
new 4f677ef0d1cf Merge branch 'mhi-next' of git://git.kernel.org/pub/scm/li [...]
new 7ae52901733a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 62fc20c82296 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 9683935d20af Merge branch 'slab/for-next' of git://git.kernel.org/pub/s [...]
new 2327abdc6ac9 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 2aa79253178e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 20409b4dcc0f Merge branch 'alloc-next' of https://github.com/Rust-for-L [...]
new 4a83e8a36070 Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm [...]
new 27bff62ab10d Merge branch 'bitmap-for-next' of https://github.com/norov [...]
new b483c5d15549 Merge branch 'for-next/kspp' of git://git.kernel.org/pub/s [...]
new 865d0fa078d0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 0251367db0f1 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 9913da5e024d Merge branch 'crc-next' of git://git.kernel.org/pub/scm/li [...]
new 29e7bf01ed80 Add linux-next specific files for 20250410
The 342 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.
--
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 stable
in repository linux-next.
from bec7dcbc242c Merge tag 'probes-fixes-v6.14' of git://git.kernel.org/pub [...]
adds 6c9567e0850b KVM: s390: Don't use %pK through tracepoints
adds 0c7fbae5bc78 KVM: s390: Don't use %pK through debug printing
adds adb9061ecc02 Merge tag 'kvm-s390-next-6.15-1' of https://git.kernel.org [...]
adds 80fd663590cf selftests: kvm: revamp MONITOR/MWAIT tests
adds 11934771e7e7 selftests: kvm: bring list of exit reasons up to date
adds c57047f6f379 selftests: kvm: list once tests that are valid on all arch [...]
adds f3e555ba45da Documentation: KVM: KVM_GET_SUPPORTED_CPUID now exposes TS [...]
adds 26cb30f22f9c Documentation: kvm: give correct name for KVM_CAP_SPAPR_MULTITCE
adds 2f313018de0f Documentation: kvm: drop "Capability" heading from capabilities
adds ed7974fd592b Documentation: kvm: fix some definition lists
adds af339282e203 Documentation: kvm: organize capabilities in the right section
adds 269a2c3663c6 Documentation: kvm: remove KVM_CAP_MIPS_TE
adds 70817b2b4624 Merge branch 'kvm-6.15-rc2-cleanups' into HEAD
adds ef01cac401f1 KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect gues [...]
adds 0297cdc12a87 KVM: selftests: Add option to rseq test to override /dev/c [...]
adds 81d480fdf8b7 KVM: x86/mmu: Wrap sanity check on number of TDP MMU pages [...]
adds 459a35111b0a KVM: Allow building irqbypass.ko as as module when kvm.ko [...]
adds bc52ae0a708c KVM: x86: Explicitly zero-initialize on-stack CPUID unions
adds 369348e1d8ce Merge branch 'kvm-6.15-rc2-fixes' into HEAD
adds 6bad6ecc63b7 KVM: VMX: Assert that IRQs are disabled when putting vCPU [...]
adds c0b8dcabb2cd KVM: VMX: Use separate subclasses for PI wakeup lock to sq [...]
adds c77eee50caa2 Merge branch 'kvm-pi-fix-lockdep' into HEAD
adds acfcaf90db1f smccc: kvm_guest: Align with DISCOVER_IMPL_CPUS ABI
adds 1f5bdd3b0c70 smccc: kvm_guest: Remove unneeded semicolon
adds fb8a3eba9c81 KVM: arm64: Only read HPFAR_EL2 when value is architectura [...]
adds 1cf3e126f152 arm64: Convert HPFAR_EL2 to sysreg table
adds 26fbdf369227 KVM: arm64: Don't translate FAR if invalid/unsafe
adds d8d78398e550 KVM: arm64: selftests: Introduce and use hardware-definiti [...]
adds c8631ea59b65 KVM: arm64: selftests: Explicitly set the page attrs to In [...]
adds a344e258acb0 KVM: arm64: Use acquire/release to communicate FF-A versio [...]
adds c478032df078 Merge tag 'kvmarm-fixes-6.15-1' of https://git.kernel.org/ [...]
adds 0e8863244ef5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
adds 14e594a1fc8b kunit: tool: fix count of tests if late test plan
adds d1be0cf3b8ae kunit: Spelling s/slowm/slow/
adds a24588245776 Merge tag 'linux_kselftest-kunit-6.15-rc2' of git://git.ke [...]
No new revisions were added by this update.
Summary of changes:
Documentation/virt/kvm/api.rst | 789 ++++++++++-----------
arch/arm64/include/asm/esr.h | 44 +-
arch/arm64/include/asm/kvm_emulate.h | 7 +-
arch/arm64/include/asm/kvm_ras.h | 2 +-
arch/arm64/kvm/hyp/include/hyp/fault.h | 70 +-
arch/arm64/kvm/hyp/nvhe/ffa.c | 9 +-
arch/arm64/kvm/hyp/nvhe/mem_protect.c | 9 +-
arch/arm64/kvm/mmu.c | 31 +-
arch/arm64/tools/sysreg | 7 +
arch/s390/kvm/intercept.c | 2 +-
arch/s390/kvm/interrupt.c | 8 +-
arch/s390/kvm/kvm-s390.c | 10 +-
arch/s390/kvm/trace-s390.h | 4 +-
arch/x86/include/asm/kvm_host.h | 7 +-
arch/x86/kvm/cpuid.c | 8 +-
arch/x86/kvm/mmu/tdp_mmu.c | 8 +-
arch/x86/kvm/vmx/posted_intr.c | 37 +-
arch/x86/kvm/x86.c | 4 +
drivers/firmware/smccc/kvm_guest.c | 4 +-
include/kunit/test.h | 2 +-
include/linux/kvm_host.h | 2 +-
tools/testing/kunit/kunit_parser.py | 4 +
tools/testing/kunit/kunit_tool_test.py | 4 +-
tools/testing/selftests/kvm/Makefile.kvm | 45 +-
.../testing/selftests/kvm/arm64/page_fault_test.c | 2 +-
.../selftests/kvm/include/arm64/processor.h | 67 +-
tools/testing/selftests/kvm/lib/arm64/processor.c | 60 +-
tools/testing/selftests/kvm/lib/kvm_util.c | 5 +-
tools/testing/selftests/kvm/rseq_test.c | 31 +-
.../testing/selftests/kvm/x86/monitor_mwait_test.c | 108 +--
virt/kvm/Kconfig | 2 +-
virt/kvm/eventfd.c | 10 +-
32 files changed, 792 insertions(+), 610 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 63c99cd50b math: Fix up THREEp96 constant in expf128 [BZ #32411]
new 77e8b40a6e powerpc: Remove relocation cache flush code for power64
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:
sysdeps/powerpc/powerpc64/dl-machine.h | 15 ---------------
1 file changed, 15 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 ee0f1b802d4 Automatic date update in version.in
new 6fe4e5bd10b [gdb/testsuite] Fix gdb.dwarf2/fission-with-type-unit.exp w [...]
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/testsuite/gdb.dwarf2/fission-with-type-unit.exp | 4 ++++
1 file changed, 4 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 pending-fixes
in repository linux-next.
omits 9f367bb97b20 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
omits 221e2eb84009 Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/ [...]
omits 2e4e61e33e35 Merge branch 'rust-fixes' of https://github.com/Rust-for-L [...]
omits e98b7d61875b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits cb5064d953c4 Merge branch 'gpio/for-current' of git://git.kernel.org/pu [...]
omits 0fcceb90de9a Merge branch 'hyperv-fixes' of git://git.kernel.org/pub/sc [...]
omits 3bd242c7a34c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits a9468bbbdbe3 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
omits 2ed0fb12a42d Merge branch 'dt/linus' of git://git.kernel.org/pub/scm/li [...]
omits b90e6429af65 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 36b0d9e69b23 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 006e6f15337b Merge branch 'master' of git://git.kernel.org/pub/scm/virt [...]
omits 9e431c8331e1 Merge branch 'fixes' of git://linuxtv.org/media-ci/media-p [...]
omits aaf9cc0ce5a5 Merge branch 'mtd/fixes' of git://git.kernel.org/pub/scm/l [...]
omits 8cc86b376024 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 06824f319adb Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits dc2aa72994ad Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
omits 02d2d39bee74 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 0c9ec2cd4d67 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 6742bc162e71 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 148330e6431b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 338c43955bc2 Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linu [...]
omits 5b61a9fe4533 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 368d0d7d11ef Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits f3d5128b00c4 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits 2c905cef92c2 Merge branch 'fs-current' of linux-next
omits 84e32662bd1c Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
omits 5735e97993a2 Merge branch 'ovl-fixes' of git://git.kernel.org/pub/scm/l [...]
omits f8c83031f7b6 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 822f29ee4f4d Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
omits 0eb81f9fa432 Merge branch into tip/master: 'x86/urgent'
omits 838529229eec Merge branch into tip/master: 'perf/urgent'
omits 848aea26627f Merge branch into tip/master: 'objtool/urgent'
omits ee4b7c0ec70c Merge branch into tip/master: 'irq/urgent'
omits c8d19941e74a mm: fix filemap_get_folios_contig returning batches of ide [...]
omits 5140718df95a mm/hugetlb: add a line break at the end of the format string
omits 4086ffe5d420 selftests: mincore: fix tmpfs mincore test failure
omits 8b128d50d161 mm/hugetlb: fix set_max_huge_pages() when there are surplus pages
omits 3581e0da81e9 mm/cma: report base address of single range correctly
omits aa42382db4e2 mm: page_alloc: speed up fallbacks in rmqueue_bulk()
omits fac11041dfce kunit: slub: add module description
omits 8ca8ecc35859 mm-kasan-add-module-decription-fix
omits a2877e0bc675 mm/kasan: add module decription
omits debba7623587 ucs2_string: add module description
omits 5449bbb3f84a zlib: add module description
omits 357370fac829 xenbus: add module description
omits 377936132d4d fpga: tests: add module descriptions
omits aa1e1ac36654 samples-livepatch-add-module-descriptions-fix
omits f5043c085144 samples/livepatch: add module descriptions
omits 2d393bf889b2 ASN.1: add module description
omits c19473f7b51b x86/mm/pat: (un)track_pfn_copy() fix + improvements
omits 9ac05de27d87 mm/vma: add give_up_on_oom option on modify/merge, use in [...]
omits 601dcd7dfb5b selftests/mm: generate a temporary mountpoint for cgroup f [...]
omits a74cb36b5d40 MAINTAINERS: add Andrew and Baoquan as kexec maintainers
omits eb9b13ed7e24 mm/hugetlb: fix nid mismatch in alloc_surplus_hugetlb_folio()
omits bc819bc26b58 mm/page_alloc: avoid second trylock of zone->lock
omits 8b704c16d723 mm/compaction: fix bug in hugetlb handling pathway
omits dd392854de5c lib/iov_iter: fix to increase non slab folio refcount
omits 366fa0d65d8a mseal: fix typo and style in documentation
omits c7d477c931ba locking/local_lock, mm: replace localtry_ helpers with loc [...]
omits 3ea5cf59f16d test suite: use %zu to print size_t
omits 209c23a0bc56 radix-tree-add-missing-cleanuph-fix
omits 66dedc17139e radix-tree: add missing cleanup.h
omits f3dc4e7d3c23 mailmap: map Loic Poulain's old email addresses
omits a52eac1d1c26 mm/page_alloc: fix deadlock on cpu_hotplug_lock in __accep [...]
omits 81bfa729a592 mm/contig_alloc: fix alloc_contig_range when __GFP_COMP an [...]
omits f5ff87a84a88 fs: actually hold the namespace semaphore
omits b478f56b7866 devpts: Fix type for uid and gid params
adds 0e8863244ef5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
adds 14e594a1fc8b kunit: tool: fix count of tests if late test plan
adds d1be0cf3b8ae kunit: Spelling s/slowm/slow/
adds a24588245776 Merge tag 'linux_kselftest-kunit-6.15-rc2' of git://git.ke [...]
new 4674baec7179 mm/contig_alloc: fix alloc_contig_range when __GFP_COMP an [...]
new 175d4bf2dcde mm/page_alloc: fix deadlock on cpu_hotplug_lock in __accep [...]
new 159b0c555cfa mailmap: map Loic Poulain's old email addresses
new b407c1f1dbcc radix-tree: add missing cleanup.h
new a24324182c75 radix-tree-add-missing-cleanuph-fix
new 22607b3d0b1a test suite: use %zu to print size_t
new d2e1ca45b5fc locking/local_lock, mm: replace localtry_ helpers with loc [...]
new 4f168c986574 mseal: fix typo and style in documentation
new 96b48a194402 lib/iov_iter: fix to increase non slab folio refcount
new dce41418ff78 mm/compaction: fix bug in hugetlb handling pathway
new 8fda0ad16490 mm/page_alloc: avoid second trylock of zone->lock
new 3b798f21adcf mm/hugetlb: fix nid mismatch in alloc_surplus_hugetlb_folio()
new 8e645f4ad0b6 MAINTAINERS: add Andrew and Baoquan as kexec maintainers
new ff6e4e018664 selftests/mm: generate a temporary mountpoint for cgroup f [...]
new 2885cbb9d815 mm/vma: add give_up_on_oom option on modify/merge, use in [...]
new f52e97732428 ASN.1: add module description
new f84e094928c3 samples/livepatch: add module descriptions
new 81132333b965 samples-livepatch-add-module-descriptions-fix
new cd99a293dbb3 fpga: tests: add module descriptions
new b67f55d3c7ad zlib: add module description
new cf8620bfb0e1 ucs2_string: add module description
new b52794e26946 mm/kasan: add module decription
new 5040b634059b mm-kasan-add-module-decription-fix
new b484b11e0459 kunit: slub: add module description
new dfabf0cbc6dc mm: page_alloc: speed up fallbacks in rmqueue_bulk()
new 2c6e5aaa0aa3 mm/cma: report base address of single range correctly
new da32444c9201 mm-cma-report-base-address-of-single-range-correctly-v2
new 5a19b61a9e2d mm/hugetlb: fix set_max_huge_pages() when there are surplus pages
new 43cfc9b13842 selftests: mincore: fix tmpfs mincore test failure
new 25ec37c7b0c0 mm/hugetlb: add a line break at the end of the format string
new 0c5ca46cf8d1 mm: fix filemap_get_folios_contig returning batches of ide [...]
new f53f5ff9e215 kasan: avoid sleepable page allocation from atomic context
new 257fd6cfc068 mm: clean up apply_to_pte_range()
new 5412899be866 mm: protect kernel pgtables in apply_to_pte_range()
new a93e940ee5cb x86/mm/pat: (un)track_pfn_copy() fix + doc improvements
new ee9c9e2fca3e mailmap: add entry for Jean-Michel Hautbois
new 6b5566cc7472 Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
new cfa5f336bdbd devpts: Fix type for uid and gid params
new a94fd938df2b virtiofs: add filesystem context source name check
new bb5e07cb9277 hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key
new 4a2208c25ce4 netfs: Update main API document
new 7571ebd29ff2 afs: Fix afs_dynroot_readdir() to not use the RCU read lock
new 63690b75feb1 dcache: convert dentry flag macros to enum
new bad440f4fdb4 mount: ensure we don't pointlessly walk the mount tree
new 32af6c5634d0 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
new 068aa6f32c62 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
new 1595f15391b8 erofs: set error to bio if file-backed IO fails
new d385f15d5ba0 erofs: add __packed annotation to union(__le16..)
new be45319c9fb1 erofs: fix encoded extents handling
new 8bef11a935e8 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new a482a6987052 Merge branch 'ovl-fixes' of git://git.kernel.org/pub/scm/l [...]
new 4b48228a3b2a Merge branch 'fs-current' of linux-next
new 2ccd42b959aa s390/virtio_ccw: Don't allocate/assign airqs for non-exist [...]
new 8231a0e63240 s390: Add z17 elf platform
new c51ea9888e88 s390: Allow to compile with z17 optimizations
new df194f57de71 s390/cpumf: Update CPU Measurement facility extended count [...]
new aa1ac98268cd s390/cpumf: Fix double free on error in cpumf_pmu_event_init()
new b7d8ef37f2f8 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 21c02e8272bc mptcp: only inc MPJoinAckHMacFailure for HMAC failures
new 6767698cf9c1 selftests: mptcp: validate MPJoin HMacFailure counters
new dd17a7f1d3b3 Merge branch 'mptcp-only-inc-mpjoinackhmacfailure-for-hmac [...]
new 7f1ff1b38a7c net: libwx: handle page_pool_dev_alloc_pages error
new 8c0cea59d40c net_sched: sch_sfq: use a temporary work area for validati [...]
new b3bf8f63e617 net_sched: sch_sfq: move the limit validation
new 26e705184e7a selftests/tc-testing: sfq: check that a derived limit of 1 [...]
new 29d261466fa6 Merge branch 'sch_sfq-derived-limit'
new 24c9fe1c39b3 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new 3fa157884551 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 92da4b821f40 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 64c6d187899d Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linu [...]
new e9c7fa025dc6 ALSA: hda/cirrus_scodec_test: Don't select dependencies
new b5458fcabd96 ALSA: hda/realtek - Fixed ASUS platform headset Mic issue
new 43c2ecdfd8a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 5fc7d2b5cab4 ASoC: cs42l43: Reset clamp override on jack removal
new 7a854dab7cbe Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 9ed5d528523d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 5914d157189e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 91f3cb3eb621 Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
new cfb32c656eb7 crypto: scomp - Fix null-pointer deref when freeing streams
new b7b39df7e710 crypto: caam/qi - Fix drv_ctx refcount bug
new 4177263a39c7 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 7d50e00fef28 selftests/futex: futex_waitv wouldblock test should fail
new 197c1eaa7ba6 selftests/mincore: Allow read-ahead pages to reach the end [...]
new f0c1a5bd70c8 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 3f9e0804c55f Merge branch 'mtd/fixes' of git://git.kernel.org/pub/scm/l [...]
new 6bf910566f28 Merge branch 'fixes' of git://linuxtv.org/media-ci/media-p [...]
new 87d2de042c60 cxl/core: Fix caching dport GPF DVSEC issue
new 6af941db6a60 cxl/pci: Update Port GPF timeout only when the first EP attaching
new 36aace15d9bd cxl/pci: Drop the parameter is_port of cxl_gpf_get_dvsec()
new effedbe4b680 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new d7b98ae52210 dma/contiguous: avoid warning about unused size_bytes
new 1a105508d5a9 Merge branch 'dma-mapping-fixes' of git://git.kernel.org/p [...]
new 0374b58ad579 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 957fbba879f2 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new c175d479227c Merge branch 'dt/linus' of git://git.kernel.org/pub/scm/li [...]
new a421f5033c82 drm/i915/vrr: Add vrr.vsync_{start, end} in vrr_params_changed
new e3ea2eae7069 drm/i915/huc: Fix fence not released on early probe errors
new 4bec5695a2ee Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
new c4f8edd33309 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 8f85a3c9e291 Merge branch 'hyperv-fixes' of git://git.kernel.org/pub/sc [...]
new 69cbad3c855d Merge branch 'gpio/for-current' of git://git.kernel.org/pu [...]
new 94a1ebd25732 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 28f1a0c1aa6d Merge branch 'rust-fixes' of https://github.com/Rust-for-L [...]
new 3b7b2994955c Merge branch into tip/master: 'irq/urgent'
new 8415930ff205 Merge branch into tip/master: 'objtool/urgent'
new 0a40d009b309 Merge branch into tip/master: 'perf/urgent'
new 2424e146bee0 hrtimer: Add missing ACCESS_PRIVATE() for hrtimer::function
new 92e250c624ea timekeeping: Add a lockdep override in tick_freeze()
new a6967ff682b1 Merge branch into tip/master: 'timers/urgent'
new 45c2e30bbd64 x86/resctrl: Fix rdtgroup_mkdir()'s unlocked use of kernfs [...]
new 996457176bb7 x86/early_printk: Use 'mmio32' for consistency, fix comments
new 13235d6d50bb x86/bugs: Rename entry_ibpb() to write_ibpb()
new fc9fd3f98423 x86/bugs: Use SBPB in write_ibpb() if applicable
new b1b19cfcf465 x86/bugs: Fix RSB clearing in indirect_branch_prediction_b [...]
new 18bae0dfec15 x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpoline
new 27ce8299bc1e x86/bugs: Don't fill RSB on context switch with eIBRS
new 83f6665a49c3 x86/bugs: Add RSB mitigation document
new af76f7d57ee9 Documentation/x86: Update the naming of CPU features for / [...]
new 254a6d14c9c9 Documentation/x86: Zap the subsection letters
new f0df00ebc57f x86/cpu: Avoid running off the end of an AMD erratum table
new 1fac13956e98 x86/ibt: Fix hibernate
new 76963e62a212 Merge branch into tip/master: 'x86/urgent'
new 2f27bff482cd Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/ [...]
new 1785a3a7b96a Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
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 (9f367bb97b20)
\
N -- N -- N refs/heads/pending-fixes (1785a3a7b96a)
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 124 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 | 1 +
Documentation/admin-guide/hw-vuln/index.rst | 1 +
Documentation/admin-guide/hw-vuln/rsb.rst | 268 ++++++
Documentation/admin-guide/kernel-parameters.txt | 5 +-
Documentation/arch/x86/cpuinfo.rst | 69 +-
Documentation/filesystems/netfs_library.rst | 995 +++++++++++++++------
arch/s390/Kconfig | 19 +
arch/s390/Makefile | 2 +
arch/s390/include/asm/march.h | 4 +
arch/s390/kernel/perf_cpum_cf.c | 11 +-
arch/s390/kernel/perf_cpum_cf_events.c | 167 +++-
arch/s390/kernel/perf_cpum_sf.c | 3 -
arch/s390/kernel/processor.c | 4 +
arch/s390/tools/gen_facilities.c | 3 +
arch/x86/entry/entry.S | 9 +-
arch/x86/include/asm/nospec-branch.h | 12 +-
arch/x86/kernel/cpu/amd.c | 1 +
arch/x86/kernel/cpu/bugs.c | 101 +--
arch/x86/kernel/cpu/resctrl/rdtgroup.c | 48 +-
arch/x86/kernel/early_printk.c | 10 +-
arch/x86/mm/pat/memtype.c | 4 +-
arch/x86/mm/tlb.c | 6 +-
arch/x86/power/hibernate_asm_64.S | 4 +-
crypto/scompress.c | 3 +
drivers/crypto/caam/qi.c | 6 +-
drivers/cxl/core/core.h | 2 +-
drivers/cxl/core/pci.c | 30 +-
drivers/cxl/core/port.c | 2 +-
drivers/cxl/cxl.h | 6 +-
drivers/cxl/pmem.c | 2 +-
drivers/gpu/drm/i915/display/intel_display.c | 4 +-
drivers/gpu/drm/i915/gt/uc/intel_huc.c | 11 +-
drivers/gpu/drm/i915/gt/uc/intel_huc.h | 1 +
drivers/gpu/drm/i915/gt/uc/intel_uc.c | 1 +
drivers/net/ethernet/wangxun/libwx/wx_lib.c | 3 +-
drivers/s390/virtio/virtio_ccw.c | 16 +-
drivers/xen/xenbus/xenbus_probe_frontend.c | 1 -
fs/afs/dynroot.c | 4 +-
fs/erofs/erofs_fs.h | 8 +-
fs/erofs/fileio.c | 2 +
fs/erofs/zmap.c | 5 +-
fs/fuse/virtio_fs.c | 3 +
fs/hfs/bnode.c | 6 +
fs/hfsplus/bnode.c | 6 +
fs/namespace.c | 30 +-
include/kunit/test.h | 2 +-
include/linux/dcache.h | 106 ++-
include/linux/hrtimer.h | 2 +-
include/linux/pgtable.h | 6 +-
kernel/dma/contiguous.c | 3 +-
kernel/time/hrtimer.c | 2 +-
kernel/time/tick-common.c | 22 +
mm/cma.c | 11 +-
mm/kasan/shadow.c | 9 +-
mm/memory.c | 33 +-
net/mptcp/subflow.c | 8 +-
net/sched/sch_sfq.c | 66 +-
sound/pci/hda/Kconfig | 4 +-
sound/pci/hda/patch_realtek.c | 23 +-
sound/soc/codecs/cs42l43-jack.c | 3 +
tools/testing/kunit/kunit_parser.py | 4 +
tools/testing/kunit/kunit_tool_test.py | 4 +-
.../futex/functional/futex_wait_wouldblock.c | 2 +-
tools/testing/selftests/mincore/mincore_selftest.c | 3 -
tools/testing/selftests/net/mptcp/mptcp_join.sh | 18 +
.../selftests/tc-testing/tc-tests/qdiscs/sfq.json | 36 +
66 files changed, 1646 insertions(+), 620 deletions(-)
create mode 100644 Documentation/admin-guide/hw-vuln/rsb.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 fs-next
in repository linux-next.
omits f2c2da2483a9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits bae524598508 Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
omits ad48efe6c9e4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
omits a603fc29a19b Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
omits cee266b3b171 Merge branch 'jfs-next' of git://github.com/kleikamp/linux [...]
omits 6b8490672050 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 5a8817e23f62 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits 2e055b338a65 Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
omits f4aa6d01d498 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits 326dd95a0db0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 73da4e6c3de5 Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
omits 879a300fe3f2 Merge branch 'master' of git://github.com/ceph/ceph-client.git
omits 87b1e9a7de6b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits ad0eb105e6c0 Merge branch 'for-next' of git://evilpiepirate.org/bcachefs.git
omits 5735e97993a2 Merge branch 'ovl-fixes' of git://git.kernel.org/pub/scm/l [...]
omits f8c83031f7b6 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 822f29ee4f4d Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
omits 504b80e20cbe Merge branch 'vfs-6.16.pidfs' into vfs.all
omits 056d8b4c0fca Merge branch 'vfs-6.16.misc' into vfs.all
omits 67cb29118aa5 Merge branch 'vfs-6.16.procfs' into vfs.all
omits fe55af2064b4 Merge branch 'vfs-6.16.super' into vfs.all
omits e51963765f60 Merge branch 'vfs-6.16.writepage' into vfs.all
omits 4a0afd4fcc44 Merge branch 'vfs-6.16.mount.api' into vfs.all
omits 42a6264708c6 Merge branch 'vfs-6.16.async.dir' into vfs.all
omits ae41fb0990b8 Merge patch series "VFS: improve interface for lookup_one [...]
omits 6bf7366de00a VFS: change lookup_one_common and lookup_noperm_common to [...]
omits 64ca068d7cfc Use try_lookup_noperm() instead of d_hash_and_lookup() out [...]
omits 973256a7be6e VFS: rename lookup_one_len family to lookup_noperm and rem [...]
omits b77d90938623 Revert "smb: client: fix TCP timers deadlock after rmmod"
omits 93caf642c20b Revert "smb: client: Fix netns refcount imbalance causing [...]
omits 3d48316df903 smb: client: optimize pathname checking
omits f5ff87a84a88 fs: actually hold the namespace semaphore
omits b478f56b7866 devpts: Fix type for uid and gid params
adds 6c9567e0850b KVM: s390: Don't use %pK through tracepoints
adds 0c7fbae5bc78 KVM: s390: Don't use %pK through debug printing
adds adb9061ecc02 Merge tag 'kvm-s390-next-6.15-1' of https://git.kernel.org [...]
adds 80fd663590cf selftests: kvm: revamp MONITOR/MWAIT tests
adds 11934771e7e7 selftests: kvm: bring list of exit reasons up to date
adds c57047f6f379 selftests: kvm: list once tests that are valid on all arch [...]
adds f3e555ba45da Documentation: KVM: KVM_GET_SUPPORTED_CPUID now exposes TS [...]
adds 26cb30f22f9c Documentation: kvm: give correct name for KVM_CAP_SPAPR_MULTITCE
adds 2f313018de0f Documentation: kvm: drop "Capability" heading from capabilities
adds ed7974fd592b Documentation: kvm: fix some definition lists
adds af339282e203 Documentation: kvm: organize capabilities in the right section
adds 269a2c3663c6 Documentation: kvm: remove KVM_CAP_MIPS_TE
adds 70817b2b4624 Merge branch 'kvm-6.15-rc2-cleanups' into HEAD
adds ef01cac401f1 KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect gues [...]
adds 0297cdc12a87 KVM: selftests: Add option to rseq test to override /dev/c [...]
adds 81d480fdf8b7 KVM: x86/mmu: Wrap sanity check on number of TDP MMU pages [...]
adds 459a35111b0a KVM: Allow building irqbypass.ko as as module when kvm.ko [...]
adds bc52ae0a708c KVM: x86: Explicitly zero-initialize on-stack CPUID unions
adds 369348e1d8ce Merge branch 'kvm-6.15-rc2-fixes' into HEAD
adds 6bad6ecc63b7 KVM: VMX: Assert that IRQs are disabled when putting vCPU [...]
adds c0b8dcabb2cd KVM: VMX: Use separate subclasses for PI wakeup lock to sq [...]
adds c77eee50caa2 Merge branch 'kvm-pi-fix-lockdep' into HEAD
adds acfcaf90db1f smccc: kvm_guest: Align with DISCOVER_IMPL_CPUS ABI
adds 1f5bdd3b0c70 smccc: kvm_guest: Remove unneeded semicolon
adds fb8a3eba9c81 KVM: arm64: Only read HPFAR_EL2 when value is architectura [...]
adds 1cf3e126f152 arm64: Convert HPFAR_EL2 to sysreg table
adds 26fbdf369227 KVM: arm64: Don't translate FAR if invalid/unsafe
adds d8d78398e550 KVM: arm64: selftests: Introduce and use hardware-definiti [...]
adds c8631ea59b65 KVM: arm64: selftests: Explicitly set the page attrs to In [...]
adds a344e258acb0 KVM: arm64: Use acquire/release to communicate FF-A versio [...]
adds c478032df078 Merge tag 'kvmarm-fixes-6.15-1' of https://git.kernel.org/ [...]
adds 0e8863244ef5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
adds 14e594a1fc8b kunit: tool: fix count of tests if late test plan
adds d1be0cf3b8ae kunit: Spelling s/slowm/slow/
adds a24588245776 Merge tag 'linux_kselftest-kunit-6.15-rc2' of git://git.ke [...]
new cfa5f336bdbd devpts: Fix type for uid and gid params
new a94fd938df2b virtiofs: add filesystem context source name check
new bb5e07cb9277 hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key
new 4a2208c25ce4 netfs: Update main API document
new 7571ebd29ff2 afs: Fix afs_dynroot_readdir() to not use the RCU read lock
new 63690b75feb1 dcache: convert dentry flag macros to enum
new bad440f4fdb4 mount: ensure we don't pointlessly walk the mount tree
new 32af6c5634d0 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
new 068aa6f32c62 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
new 1595f15391b8 erofs: set error to bio if file-backed IO fails
new d385f15d5ba0 erofs: add __packed annotation to union(__le16..)
new be45319c9fb1 erofs: fix encoded extents handling
new 8bef11a935e8 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new a482a6987052 Merge branch 'ovl-fixes' of git://git.kernel.org/pub/scm/l [...]
new 1ecf26346c6d Merge branch 'for-next' of git://evilpiepirate.org/bcachefs.git
new c07d3aede2b2 fscrypt: add support for hardware-wrapped keys
new 15c26e61d641 Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
new 4d7ca49178b7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new c0e37de1d4c7 Merge branch 'master' of git://github.com/ceph/ceph-client.git
new c7efac7f1c71 cifs: Fix support for WSL-style symlinks
new 9502dd5c7029 smb: client: fix UAF in decryption with multichannel
new 16cb6b0509b6 cifs: Fix encoding of SMB1 Session Setup Kerberos Request [...]
new 9ce7351291a6 cifs: Remove explicit handling of IO_REPARSE_TAG_MOUNT_POI [...]
new 12193b9801e7 cifs: Improve handling of name surrogate reparse points in [...]
new 56c0bea52cef cifs: Split parse_reparse_point callback to functions: get [...]
new ef86ab131d91 cifs: Fix querying of WSL CHR and BLK reparse points over SMB1
new f28491f330cf Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
new 696cfe81bdfa Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new b0f877f66f85 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new c6c2e3fbe787 Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
new 51fbe5790368 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new 4111d35bc08d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a4fa2804ba09 Merge branch 'jfs-next' of git://github.com/kleikamp/linux [...]
new 6aee8b8ccbc7 nfs: add missing selections of CONFIG_CRC32
new b087fb728fdd Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
new eba3c0b3a9e0 ovl: make redirect/metacopy rejection consistent
new 3f776aa7c27d ovl: relax redirect/metacopy requirements for lower -> dat [...]
new 05f774ffb442 ovl: don't require "metacopy=on" for "verity"
new 507c9a20766b Merge branch 'overlayfs-next' of git://git.kernel.org/pub/ [...]
new 8b4173630b52 Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
new fa6fe07d1536 VFS: rename lookup_one_len family to lookup_noperm and rem [...]
new 06c567403ae5 Use try_lookup_noperm() instead of d_hash_and_lookup() out [...]
new 390e34bc1490 VFS: change lookup_one_common and lookup_noperm_common to [...]
new 4e5c53e03806 Merge patch series "VFS: improve interface for lookup_one [...]
new 09e6727dd458 Merge branch 'vfs-6.16.async.dir' into vfs.all
new 2db13ec0a8b6 Merge branch 'vfs-6.16.mount.api' into vfs.all
new 40b05c0c7266 Merge branch 'vfs-6.16.writepage' into vfs.all
new 7ee85aeee98e Merge branch 'vfs-6.16.super' into vfs.all
new 63d256cc0ba1 Merge branch 'vfs-6.16.procfs' into vfs.all
new eaec2cd1670d fs: sort out cosmetic differences between stat funcs and a [...]
new 5f3e0b4a1f59 fs: predict not having to do anything in fdput()
new c9b380a0171a Merge patch series "fs: sort out cosmetic differences betw [...]
new e45960c279b0 fs: unconditionally use atime_needs_update() in pick_link()
new d57e6ea6671b Merge branch 'vfs-6.16.misc' into vfs.all
new fed3ff67db86 Merge branch 'vfs-6.16.pidfs' into vfs.all
new 143ced925e31 Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
new 3e3448c50c8b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
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 (f2c2da2483a9)
\
N -- N -- N refs/heads/fs-next (3e3448c50c8b)
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 57 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/filesystems/fscrypt.rst | 187 +++-
Documentation/filesystems/netfs_library.rst | 995 +++++++++++++++------
Documentation/filesystems/overlayfs.rst | 7 +
Documentation/virt/kvm/api.rst | 789 ++++++++--------
arch/arm64/include/asm/esr.h | 44 +-
arch/arm64/include/asm/kvm_emulate.h | 7 +-
arch/arm64/include/asm/kvm_ras.h | 2 +-
arch/arm64/kvm/hyp/include/hyp/fault.h | 70 +-
arch/arm64/kvm/hyp/nvhe/ffa.c | 9 +-
arch/arm64/kvm/hyp/nvhe/mem_protect.c | 9 +-
arch/arm64/kvm/mmu.c | 31 +-
arch/arm64/tools/sysreg | 7 +
arch/s390/kvm/intercept.c | 2 +-
arch/s390/kvm/interrupt.c | 8 +-
arch/s390/kvm/kvm-s390.c | 10 +-
arch/s390/kvm/trace-s390.h | 4 +-
arch/x86/include/asm/kvm_host.h | 7 +-
arch/x86/kvm/cpuid.c | 8 +-
arch/x86/kvm/mmu/tdp_mmu.c | 8 +-
arch/x86/kvm/vmx/posted_intr.c | 37 +-
arch/x86/kvm/x86.c | 4 +
drivers/firmware/smccc/kvm_guest.c | 4 +-
fs/Kconfig | 1 +
fs/afs/dynroot.c | 4 +-
fs/crypto/fscrypt_private.h | 75 +-
fs/crypto/hkdf.c | 4 +-
fs/crypto/inline_crypt.c | 44 +-
fs/crypto/keyring.c | 132 ++-
fs/crypto/keysetup.c | 63 +-
fs/crypto/keysetup_v1.c | 4 +-
fs/erofs/erofs_fs.h | 8 +-
fs/erofs/fileio.c | 2 +
fs/erofs/zmap.c | 5 +-
fs/fuse/virtio_fs.c | 3 +
fs/hfs/bnode.c | 6 +
fs/hfsplus/bnode.c | 6 +
fs/kernfs/mount.c | 2 +-
fs/namei.c | 10 +-
fs/namespace.c | 30 +-
fs/nfs/Kconfig | 2 +-
fs/nfs/internal.h | 7 -
fs/nfs/nfs4session.h | 4 -
fs/nfsd/Kconfig | 1 +
fs/nfsd/nfsfh.h | 7 -
fs/overlayfs/namei.c | 98 +-
fs/overlayfs/params.c | 31 +-
fs/smb/client/cached_dir.c | 3 +-
fs/smb/client/cifs_unicode.c | 22 +-
fs/smb/client/cifs_unicode.h | 14 -
fs/smb/client/cifsacl.c | 36 +-
fs/smb/client/cifsencrypt.c | 16 +-
fs/smb/client/cifsfs.c | 24 +-
fs/smb/client/cifsglob.h | 31 +-
fs/smb/client/cifsproto.h | 119 +--
fs/smb/client/cifssmb.c | 570 ++++++++----
fs/smb/client/connect.c | 58 +-
fs/smb/client/dir.c | 74 +-
fs/smb/client/file.c | 3 +-
fs/smb/client/fs_context.c | 3 +-
fs/smb/client/inode.c | 54 +-
fs/smb/client/link.c | 9 +-
fs/smb/client/misc.c | 2 +-
fs/smb/client/namespace.c | 1 +
fs/smb/client/reparse.c | 59 +-
fs/smb/client/reparse.h | 5 +-
fs/smb/client/sess.c | 60 +-
fs/smb/client/smb1ops.c | 90 +-
fs/smb/client/smb2misc.c | 30 +-
fs/smb/client/smb2ops.c | 14 +-
fs/smb/client/smb2pdu.c | 11 +-
fs/smb/common/smb2pdu.h | 6 +-
fs/stat.c | 35 +-
include/kunit/test.h | 2 +-
include/linux/dcache.h | 106 ++-
include/linux/file.h | 2 +-
include/linux/kvm_host.h | 2 +-
include/linux/nfs.h | 7 -
include/uapi/linux/fscrypt.h | 6 +-
tools/testing/kunit/kunit_parser.py | 4 +
tools/testing/kunit/kunit_tool_test.py | 4 +-
tools/testing/selftests/kvm/Makefile.kvm | 45 +-
.../testing/selftests/kvm/arm64/page_fault_test.c | 2 +-
.../selftests/kvm/include/arm64/processor.h | 67 +-
tools/testing/selftests/kvm/lib/arm64/processor.c | 60 +-
tools/testing/selftests/kvm/lib/kvm_util.c | 5 +-
tools/testing/selftests/kvm/rseq_test.c | 31 +-
.../testing/selftests/kvm/x86/monitor_mwait_test.c | 108 +--
virt/kvm/Kconfig | 2 +-
virt/kvm/eventfd.c | 10 +-
89 files changed, 2927 insertions(+), 1683 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 fs-current
in repository linux-next.
omits 5735e97993a2 Merge branch 'ovl-fixes' of git://git.kernel.org/pub/scm/l [...]
omits f8c83031f7b6 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 822f29ee4f4d Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
omits f5ff87a84a88 fs: actually hold the namespace semaphore
omits b478f56b7866 devpts: Fix type for uid and gid params
adds 6c9567e0850b KVM: s390: Don't use %pK through tracepoints
adds 0c7fbae5bc78 KVM: s390: Don't use %pK through debug printing
adds adb9061ecc02 Merge tag 'kvm-s390-next-6.15-1' of https://git.kernel.org [...]
adds 80fd663590cf selftests: kvm: revamp MONITOR/MWAIT tests
adds 11934771e7e7 selftests: kvm: bring list of exit reasons up to date
adds c57047f6f379 selftests: kvm: list once tests that are valid on all arch [...]
adds f3e555ba45da Documentation: KVM: KVM_GET_SUPPORTED_CPUID now exposes TS [...]
adds 26cb30f22f9c Documentation: kvm: give correct name for KVM_CAP_SPAPR_MULTITCE
adds 2f313018de0f Documentation: kvm: drop "Capability" heading from capabilities
adds ed7974fd592b Documentation: kvm: fix some definition lists
adds af339282e203 Documentation: kvm: organize capabilities in the right section
adds 269a2c3663c6 Documentation: kvm: remove KVM_CAP_MIPS_TE
adds 70817b2b4624 Merge branch 'kvm-6.15-rc2-cleanups' into HEAD
adds ef01cac401f1 KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect gues [...]
adds 0297cdc12a87 KVM: selftests: Add option to rseq test to override /dev/c [...]
adds 81d480fdf8b7 KVM: x86/mmu: Wrap sanity check on number of TDP MMU pages [...]
adds 459a35111b0a KVM: Allow building irqbypass.ko as as module when kvm.ko [...]
adds bc52ae0a708c KVM: x86: Explicitly zero-initialize on-stack CPUID unions
adds 369348e1d8ce Merge branch 'kvm-6.15-rc2-fixes' into HEAD
adds 6bad6ecc63b7 KVM: VMX: Assert that IRQs are disabled when putting vCPU [...]
adds c0b8dcabb2cd KVM: VMX: Use separate subclasses for PI wakeup lock to sq [...]
adds c77eee50caa2 Merge branch 'kvm-pi-fix-lockdep' into HEAD
adds acfcaf90db1f smccc: kvm_guest: Align with DISCOVER_IMPL_CPUS ABI
adds 1f5bdd3b0c70 smccc: kvm_guest: Remove unneeded semicolon
adds fb8a3eba9c81 KVM: arm64: Only read HPFAR_EL2 when value is architectura [...]
adds 1cf3e126f152 arm64: Convert HPFAR_EL2 to sysreg table
adds 26fbdf369227 KVM: arm64: Don't translate FAR if invalid/unsafe
adds d8d78398e550 KVM: arm64: selftests: Introduce and use hardware-definiti [...]
adds c8631ea59b65 KVM: arm64: selftests: Explicitly set the page attrs to In [...]
adds a344e258acb0 KVM: arm64: Use acquire/release to communicate FF-A versio [...]
adds c478032df078 Merge tag 'kvmarm-fixes-6.15-1' of https://git.kernel.org/ [...]
adds 0e8863244ef5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
adds 14e594a1fc8b kunit: tool: fix count of tests if late test plan
adds d1be0cf3b8ae kunit: Spelling s/slowm/slow/
adds a24588245776 Merge tag 'linux_kselftest-kunit-6.15-rc2' of git://git.ke [...]
new cfa5f336bdbd devpts: Fix type for uid and gid params
new a94fd938df2b virtiofs: add filesystem context source name check
new bb5e07cb9277 hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key
new 4a2208c25ce4 netfs: Update main API document
new 7571ebd29ff2 afs: Fix afs_dynroot_readdir() to not use the RCU read lock
new 63690b75feb1 dcache: convert dentry flag macros to enum
new bad440f4fdb4 mount: ensure we don't pointlessly walk the mount tree
new 32af6c5634d0 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
new 068aa6f32c62 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
new 1595f15391b8 erofs: set error to bio if file-backed IO fails
new d385f15d5ba0 erofs: add __packed annotation to union(__le16..)
new be45319c9fb1 erofs: fix encoded extents handling
new 8bef11a935e8 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new a482a6987052 Merge branch 'ovl-fixes' of git://git.kernel.org/pub/scm/l [...]
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 (5735e97993a2)
\
N -- N -- N refs/heads/fs-current (a482a6987052)
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 14 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/filesystems/netfs_library.rst | 995 +++++++++++++++------
Documentation/virt/kvm/api.rst | 789 ++++++++--------
arch/arm64/include/asm/esr.h | 44 +-
arch/arm64/include/asm/kvm_emulate.h | 7 +-
arch/arm64/include/asm/kvm_ras.h | 2 +-
arch/arm64/kvm/hyp/include/hyp/fault.h | 70 +-
arch/arm64/kvm/hyp/nvhe/ffa.c | 9 +-
arch/arm64/kvm/hyp/nvhe/mem_protect.c | 9 +-
arch/arm64/kvm/mmu.c | 31 +-
arch/arm64/tools/sysreg | 7 +
arch/s390/kvm/intercept.c | 2 +-
arch/s390/kvm/interrupt.c | 8 +-
arch/s390/kvm/kvm-s390.c | 10 +-
arch/s390/kvm/trace-s390.h | 4 +-
arch/x86/include/asm/kvm_host.h | 7 +-
arch/x86/kvm/cpuid.c | 8 +-
arch/x86/kvm/mmu/tdp_mmu.c | 8 +-
arch/x86/kvm/vmx/posted_intr.c | 37 +-
arch/x86/kvm/x86.c | 4 +
drivers/firmware/smccc/kvm_guest.c | 4 +-
fs/afs/dynroot.c | 4 +-
fs/erofs/erofs_fs.h | 8 +-
fs/erofs/fileio.c | 2 +
fs/erofs/zmap.c | 5 +-
fs/fuse/virtio_fs.c | 3 +
fs/hfs/bnode.c | 6 +
fs/hfsplus/bnode.c | 6 +
fs/namespace.c | 30 +-
include/kunit/test.h | 2 +-
include/linux/dcache.h | 106 ++-
include/linux/kvm_host.h | 2 +-
tools/testing/kunit/kunit_parser.py | 4 +
tools/testing/kunit/kunit_tool_test.py | 4 +-
tools/testing/selftests/kvm/Makefile.kvm | 45 +-
.../testing/selftests/kvm/arm64/page_fault_test.c | 2 +-
.../selftests/kvm/include/arm64/processor.h | 67 +-
tools/testing/selftests/kvm/lib/arm64/processor.c | 60 +-
tools/testing/selftests/kvm/lib/kvm_util.c | 5 +-
tools/testing/selftests/kvm/rseq_test.c | 31 +-
.../testing/selftests/kvm/x86/monitor_mwait_test.c | 108 +--
virt/kvm/Kconfig | 2 +-
virt/kvm/eventfd.c | 10 +-
42 files changed, 1604 insertions(+), 963 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-14
in repository gcc.
from 630bca9fa83 libstdc++: Fix constraint recursion in basic_const_iterator [...]
new 8406aec4ff0 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 | 232 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 7 ++
gcc/testsuite/ChangeLog | 146 ++++++++++++++++++++++++++++++
libstdc++-v3/ChangeLog | 13 +++
5 files changed, 399 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 releases/gcc-13
in repository gcc.
from 0d895576b67 Daily bump.
new bf35b0a8e66 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/DATESTAMP | 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 releases/gcc-12
in repository gcc.
from 1a722dc7881 Daily bump.
new 21d644b871f 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/DATESTAMP | 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 gcc.
from d69f73c0334 libstdc++: Fix constraint recursion in basic_const_iterator [...]
new 6284f555e87 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 | 35 ++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cobol/ChangeLog | 5 ++
gcc/cp/ChangeLog | 11 +++++
gcc/d/ChangeLog | 30 ++++++++++++
gcc/fortran/ChangeLog | 35 ++++++++++++++
gcc/m2/ChangeLog | 4 ++
gcc/po/ChangeLog | 10 ++++
gcc/testsuite/ChangeLog | 118 ++++++++++++++++++++++++++++++++++++++++++++++++
libbacktrace/ChangeLog | 7 +++
libcpp/ChangeLog | 6 +++
libgcobol/ChangeLog | 13 ++++++
libgfortran/ChangeLog | 16 +++++++
libquadmath/ChangeLog | 4 ++
libstdc++-v3/ChangeLog | 10 ++++
15 files changed, 305 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.