UBUNTU: Ubuntu-6.2.0-10.10

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
Andrea Righi
2023-03-08 12:01:56 +01:00
committed by Paolo Pisati
parent ede8efbdfc
commit 03fd868c2c
2 changed files with 30 additions and 5 deletions
+28 -5
View File
@@ -1,10 +1,33 @@
linux (6.2.0-10.10) UNRELEASED; urgency=medium
linux (6.2.0-10.10) lunar; urgency=medium
CHANGELOG: Do not edit directly. Autogenerated at release.
CHANGELOG: Use the printchanges target to see the curent changes.
CHANGELOG: Use the insertchanges target to create the final log.
* lunar/linux: 6.2.0-10.10 -proposed tracker (LP: #2009673)
-- Andrea Righi <andrea.righi@canonical.com> Wed, 08 Mar 2023 07:20:05 +0100
* Packaging resync (LP: #1786013)
- debian/dkms-versions -- update from kernel-versions (main/master)
* enable Rust support in the kernel (LP: #2007654)
- [Packaging] propagate makefile variables to kernelconfig
- SAUCE: rust: fix regexp in scripts/is_rust_module.sh
- SAUCE: scripts: rust: drop is_rust_module.sh
- SAUCE: rust: allow to use INIT_STACK_ALL_ZERO
- SAUCE: scripts: Exclude Rust CUs with pahole
- SAUCE: modpost: support arbitrary symbol length in modversion
- SAUCE: allows to enable Rust with modversions
- SAUCE: rust: properly detect the version of libclang used by bindgen
- [Packaging] rust: add the proper make flags to enable rust support
- [Packaging] add rust dependencies
- [Packaging] bpftool: always use vmlinux to generate headers
- [Packaging] run rustavailable target as debugging before build
- [Config] enable Rust support
* Fail to output sound to external monitor which connects via docking station
(LP: #2009024)
- [Config] Enable CONFIG_SND_HDA_INTEL_HDMI_SILENT_STREAM
* Miscellaneous Ubuntu changes
- SAUCE: Makefile: replace rsync with tar
-- Andrea Righi <andrea.righi@canonical.com> Wed, 08 Mar 2023 12:01:56 +0100
linux (6.2.0-1.1) lunar; urgency=medium
+2
View File
@@ -1,5 +1,6 @@
# Recreate any symlinks created since the orig.
# Remove any files deleted from the orig.
rm -f 'scripts/is_rust_module.sh'
rm -f 'tools/testing/selftests/net/bpf/Makefile'
rm -f 'tools/testing/selftests/net/bpf/nat6to4.c'
chmod +x 'debian/cloud-tools/hv_get_dhcp_info'
@@ -51,6 +52,7 @@ chmod +x 'debian/tests-build/check-aliases'
chmod +x 'debian/tests/rebuild'
chmod +x 'debian/tests/ubuntu-regression-suite'
chmod +x 'drivers/watchdog/f71808e_wdt.c'
chmod +x 'scripts/is_rust_module.sh'
chmod +x 'update-dkms-versions'
chmod +x 'update-version-dkms'
exit 0