This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to annotated tag v6.9-rc2
in repository linux.
at eb285c4e8b2d (tag)
tagging 39cd87c4eb2b893354f3b850f916353f2658ae6f (commit)
replaces v6.9-rc1
tagged by Linus Torvalds
on Sun Mar 31 14:32:39 2024 -0700
- Log -----------------------------------------------------------------
Linux 6.9-rc2
-----BEGIN PGP SIGNATURE-----
iQFSBAABCAA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAmYJ1nceHHRvcnZhbGRz
QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiGzPkH/jQ9hL1zS3XS+wJw
GthWkLl70quCueWkLaOYdhfPwJpRDVIrr7A533q1Hxp35nWx6bEJpmvBHys8Dm/x
5OOf595voL7UhdY+93k0IRyJBSMApBgW83AO6vqndpld95TrOxItdvlnpuXiqLxn
5S4vf5LSWE7B2k0iWq5Uv6UnBwQ19F9SB6d0ujLHYBp5VcwDuctIPrD+2+XYKBBf
/PWZtUgn4FeL6Ez1MJGs2qGSK8vxalqozqsrIr/LAQayhwGA+OM7Q/hqVQmjbek7
QdGJPRMsngbq+QxbMzKA5q57tM7RKnrZgnOi3hC/FWpHNXPPHdeBfnPqpRw+ovJA
qLvEBI0=
=2ioy
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new a46aba14cf8f cxl: remove CONFIG_CXL_PMU entry in drivers/cxl/Kconfig
new 9a88b338d6e9 MIPS: move unselectable FIT_IMAGE_FDT_EPM5 out of the "Sys [...]
new 7e3465f63a0a kconfig: do not reparent the menu inside a choice block
new 0316e4b04e01 export.h: remove include/asm-generic/export.h
new 1102f9f85bf6 modpost: do not make find_tosym() return NULL
new c40845e3195d kbuild: make -Woverride-init warnings more consistent
new 54babdc0343f kbuild: Disable KCSAN for autogenerated *.mod.c intermediaries
new 978fa00eb035 Documentation/llvm: Note s390 LLVM=1 support with LLVM 18. [...]
new 89e5462bb5ae kconfig: Fix typo HEIGTH to HEIGHT
new 7e40c2100c87 Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/ [...]
new 39cd87c4eb2b Linux 6.9-rc2
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 18737353cca0 Merge tag 'edac_urgent_for_v6.9_rc2' of git://git.kernel.o [...]
new a46aba14cf8f cxl: remove CONFIG_CXL_PMU entry in drivers/cxl/Kconfig
new 9a88b338d6e9 MIPS: move unselectable FIT_IMAGE_FDT_EPM5 out of the "Sys [...]
new 7e3465f63a0a kconfig: do not reparent the menu inside a choice block
new 0316e4b04e01 export.h: remove include/asm-generic/export.h
new 1102f9f85bf6 modpost: do not make find_tosym() return NULL
new c40845e3195d kbuild: make -Woverride-init warnings more consistent
new 54babdc0343f kbuild: Disable KCSAN for autogenerated *.mod.c intermediaries
new 978fa00eb035 Documentation/llvm: Note s390 LLVM=1 support with LLVM 18. [...]
new 89e5462bb5ae kconfig: Fix typo HEIGTH to HEIGHT
new 7e40c2100c87 Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/ [...]
new 39cd87c4eb2b Linux 6.9-rc2
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/kbuild/llvm.rst | 2 +-
Makefile | 2 +-
arch/mips/Kconfig | 18 +++++++++---------
drivers/cxl/Kconfig | 13 -------------
drivers/gpu/drm/amd/display/dc/dce110/Makefile | 2 +-
drivers/gpu/drm/amd/display/dc/dce112/Makefile | 2 +-
drivers/gpu/drm/amd/display/dc/dce120/Makefile | 2 +-
drivers/gpu/drm/amd/display/dc/dce60/Makefile | 2 +-
drivers/gpu/drm/amd/display/dc/dce80/Makefile | 2 +-
drivers/gpu/drm/i915/Makefile | 6 +++---
drivers/gpu/drm/xe/Makefile | 4 ++--
drivers/net/ethernet/renesas/sh_eth.c | 2 +-
drivers/pinctrl/aspeed/Makefile | 2 +-
fs/proc/Makefile | 2 +-
include/asm-generic/export.h | 11 -----------
kernel/bpf/Makefile | 2 +-
mm/Makefile | 3 +--
scripts/Makefile.extrawarn | 10 +++-------
scripts/Makefile.modfinal | 2 +-
scripts/kconfig/conf.c | 5 -----
scripts/kconfig/lkc.h | 2 +-
scripts/kconfig/lxdialog/checklist.c | 2 +-
scripts/kconfig/lxdialog/dialog.h | 12 ++++++------
scripts/kconfig/lxdialog/inputbox.c | 2 +-
scripts/kconfig/lxdialog/menubox.c | 2 +-
scripts/kconfig/lxdialog/textbox.c | 2 +-
scripts/kconfig/lxdialog/util.c | 2 +-
scripts/kconfig/lxdialog/yesno.c | 2 +-
scripts/kconfig/mconf.c | 4 ++--
scripts/kconfig/menu.c | 22 ++++++++++++++++------
scripts/kconfig/parser.y | 2 +-
scripts/mod/modpost.c | 7 +++++--
32 files changed, 67 insertions(+), 88 deletions(-)
delete mode 100644 include/asm-generic/export.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 master
in repository linux.
from 712e14250dd2 Merge tag 'xfs-6.9-fixes-1' of git://git.kernel.org/pub/sc [...]
new 91491e5fb096 Documentation/x86: Fix title underline length
new c567f2948f57 Revert "x86/mm/ident_map: Use gbpages only where full GB p [...]
new b6540de9b5c8 x86/percpu: Disable named address spaces for KCSAN
new 3186b61812c0 x86/nmi: Upgrade NMI backtrace stall checks & messages
new 4969d75dd907 x86/vdso: Fix rethunk patching for vdso-image-x32.o too
new 0f4a1e80989a x86/sev: Skip ROM range scans and validation for SEV-SNP guests
new 3f1a9bc5d878 x86/build: Use obj-y to descend into arch/x86/virt/
new 1aac9cb7e66e Merge tag 'x86_urgent_for_v6.9_rc2' of git://git.kernel.or [...]
new 6205125bd326 objtool: Fix compile failure when using the x32 compiler
new 8d7e76846521 Merge tag 'objtool_urgent_for_v6.9_rc2' of git://git.kerne [...]
new 1fed2f1ea62a MAINTAINERS: Add co-maintainers for time[rs]
new 8d338df72d53 Merge tag 'timers_urgent_for_v6.9_rc2' of git://git.kernel [...]
new 7f274e609f3d x86/cpufeatures: Add new word for scattered features
new 598c2fafc06f perf/x86/amd/lbr: Use freeze based on availability
new c7b2edd8377b perf/x86/amd/core: Update and fix stalled-cycles-* events [...]
new 68cdf1e6e8f2 perf/x86/amd/core: Define a proper ref-cycles event for Ze [...]
new 448f828feb49 Merge tag 'perf_urgent_for_v6.9_rc2' of git://git.kernel.o [...]
new c2ddeb29612f genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amd
new 9e81e3295085 irqchip/armada-370-xp: Suppress unused-function warning
new 5dad26235c4a Merge tag 'irq_urgent_for_v6.9_rc2' of git://git.kernel.or [...]
new 4b0e527c9970 RAS/AMD/FMPM: Avoid NULL ptr deref in get_saved_records()
new 9b195439e0c5 RAS/AMD/FMPM: Safely handle saved records of various sizes
new a6b227d70d2a RAS: Avoid build errors when CONFIG_DEBUG_FS=n
new 18737353cca0 Merge tag 'edac_urgent_for_v6.9_rc2' of git://git.kernel.o [...]
The 24 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/arch/x86/resctrl.rst | 2 +-
MAINTAINERS | 35 +++++++++++++++-----
arch/x86/Kbuild | 2 +-
arch/x86/Kconfig | 2 ++
arch/x86/Makefile | 2 --
arch/x86/entry/vdso/Makefile | 1 +
arch/x86/events/amd/core.c | 39 +++++++++++++++++++---
arch/x86/events/amd/lbr.c | 16 +++++----
arch/x86/include/asm/cpufeature.h | 6 ++--
arch/x86/include/asm/cpufeatures.h | 10 +++++-
arch/x86/include/asm/disabled-features.h | 3 +-
arch/x86/include/asm/required-features.h | 3 +-
arch/x86/include/asm/sev.h | 4 +--
arch/x86/include/asm/x86_init.h | 3 +-
arch/x86/kernel/cpu/scattered.c | 1 +
arch/x86/kernel/eisa.c | 3 +-
arch/x86/kernel/nmi.c | 24 ++++++++------
arch/x86/kernel/probe_roms.c | 10 ------
arch/x86/kernel/setup.c | 3 +-
arch/x86/kernel/sev.c | 27 +++++++--------
arch/x86/kernel/x86_init.c | 2 ++
arch/x86/mm/ident_map.c | 23 +++----------
arch/x86/mm/mem_encrypt_amd.c | 18 ++++++++++
arch/x86/virt/Makefile | 2 +-
drivers/irqchip/irq-armada-370-xp.c | 2 +-
drivers/pinctrl/pinctrl-amd.c | 2 +-
drivers/ras/amd/fmpm.c | 57 ++++++++++++++++++++++----------
drivers/ras/debugfs.h | 4 +++
include/linux/interrupt.h | 3 ++
kernel/irq/manage.c | 9 +++--
tools/objtool/check.c | 2 +-
31 files changed, 209 insertions(+), 111 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b313baba57f RISC-V: Fix misspelled term builtin in error message
new 08eaafadd5b [committed] RISC-V: Add missing insn types to XiangShan Nan [...]
new ec2c15f14f2 modula2: Add m2.install-html rule to gcc/m2/Make-lang.in
new 14d0c863aa9 modula2: Fix m2.install-info in gcc/m2/Make-lang.in
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/config/riscv/xiangshan.md | 2 +-
gcc/m2/Make-lang.in | 33 ++++++++++++++++++++++++++-------
2 files changed, 27 insertions(+), 8 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-13
in repository gcc.
from 1b81063e299 testsuite, Objective-C: Fix duplicate libobjc cases.
new fc5c603da3c fortran: Ignore use statements on error [PR107426]
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/fortran/gfortran.h | 2 ++
gcc/fortran/module.cc | 31 +++++++++++++++++++++++++++++++
gcc/fortran/parse.cc | 4 ++++
gcc/testsuite/gfortran.dg/pr89943_3.f90 | 2 +-
gcc/testsuite/gfortran.dg/pr89943_4.f90 | 2 +-
gcc/testsuite/gfortran.dg/use_31.f90 | 26 ++++++++++++++++++++++++++
6 files changed, 65 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/use_31.f90
--
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 6266bdbe001 Darwin: Make metadata symbol lables linker-visible for GNU objc.
new db0b08494f3 Objective-C, Darwin: Fix a regression in handling bad receivers.
new bd760ac35d7 Darwin: Fix constant CFString code-gen [PR105522].
new 5ec63c2e0b9 Darwin: Fix a typo in Objective-C meta-data.
new 56455edc657 Objective-C/C++: Ensure sufficient setup for the preprocessor.
new 4e65626d29c Objective-C, Darwin: Do not overalign CFStrings and Objecti [...]
new 46b76b76bdc testsuite,objective-c++: Fix imported NSObjCRuntime.h.
new 1b81063e299 testsuite, Objective-C: Fix duplicate libobjc cases.
The 7 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/darwin.cc | 109 ++++++++++++---------
gcc/config/darwin.h | 2 +
gcc/objc/objc-act.cc | 7 +-
gcc/objc/objc-next-runtime-abi-02.cc | 20 +++-
gcc/objc/objc-runtime-shared-support.cc | 4 +
gcc/testsuite/gcc.dg/pr105522.c | 17 ++++
gcc/testsuite/obj-c++.dg/encode-10.mm | 1 -
gcc/testsuite/obj-c++.dg/encode-9.mm | 1 -
.../GNUStep/Foundation/NSObjCRuntime.h | 3 +
9 files changed, 113 insertions(+), 51 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr105522.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 releases/gcc-13
in repository gcc.
from 17e5d36db43 Darwin, configure: Allow for an unrecognisable dsymutil [PR [...]
new 36240bcad85 Darwin: Check as for .build_version support and use it if a [...]
new 6266bdbe001 Darwin: Make metadata symbol lables linker-visible for GNU objc.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config.in | 9 +++++++--
gcc/config/darwin.cc | 34 ++++++++++++++++++++++++++++++++--
gcc/config/darwin.h | 2 +-
gcc/configure | 33 +++++++++++++++++++++++++++++++++
gcc/configure.ac | 10 +++++++++-
5 files changed, 82 insertions(+), 6 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 86d83ff4e46 Daily bump.
new 46eb34a75a9 RISC-V: Fix one unused varable in riscv_subset_list::parse
new b313baba57f RISC-V: Fix misspelled term builtin in error message
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/common/config/riscv/riscv-common.cc | 1 -
gcc/config/riscv/riscv-vector-builtins.cc | 2 +-
.../gcc.target/riscv/rvv/base/target_attribute_v_with_intrinsic-7.c | 2 +-
.../gcc.target/riscv/rvv/base/target_attribute_v_with_intrinsic-8.c | 2 +-
4 files changed, 3 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 binutils-gdb.
from daeda14191c BFD: Fix the bug of R_LARCH_AGLIN caused by discard section
new 32f5a9896d1 gdb: create_breakpoint: add asserts and additional comments
new ea020765286 gdb: create_breakpoint: asserts relating to extra_string/pa [...]
new 3d42db971fc gdb: change 'if' to gdb_assert in update_dprintf_command_list
new 437d237a547 gdb: the extra_string in a dprintf breakpoint is never nullptr
new 8b4141cdb03 gdb: build dprintf commands just once in code_breakpoint co [...]
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:
gdb/breakpoint.c | 80 +++++++++++++++++++++++++++++++++-----------------------
gdb/breakpoint.h | 54 ++++++++++++++++++++++++++++----------
2 files changed, 88 insertions(+), 46 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-13
in repository gcc.
from 3449ce05f7c Darwin: Match system sections and relocs for exception tables.
new be95ee81bc9 Darwin: Place global inits in the correct section.
new 17e5d36db43 Darwin, configure: Allow for an unrecognisable dsymutil [PR [...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config/darwin-sections.def | 2 ++
gcc/config/darwin.cc | 13 ++++++++++++-
gcc/configure | 2 +-
gcc/configure.ac | 2 +-
4 files changed, 16 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.