unrecognized option gitmode-shallow
There are 116 open security issues in stretch.
There are 29 open security issues in sid.
There are 70 open security issues in buster.
You can find information about how to handle these issues in the security team's documentation.
There are 48 open security issues in bullseye.
You can find information about how to handle these issues in the security team's documentation.
There are 32 open security issues in bookworm.
commit 7ec4f8ec2f707b3fedb6cf7019f787158474585a Author: Ben Hutchings <benh@debian.org> Date: Thu May 19 02:36:39 2022 +0200 [rt] Update to 5.18-rc7-rt9 commit 25b2f379a2fb40b358005348d674add62991e41f Author: Ben Hutchings <benh@debian.org> Date: Thu May 19 02:35:03 2022 +0200 Update to 5.18-rc7 commit bde20f513f0d15b22503d650c3dc578a1559a728 Merge: dbb5018f3 a53f9827a Author: Ben Hutchings <benh@debian.org> Date: Thu May 19 02:24:27 2022 +0200 Merge branch 'linux-5.18' into master Update to 5.18-rc6, done by Diederik de Haas and myself. This resets the debian/patches-rt subdirectory to match the linux-5.18 branch. commit a53f9827a6cc9cb86ff9d45b549536633c049cd5 Author: Ben Hutchings <benh@debian.org> Date: Sat May 14 03:13:48 2022 +0200 d/bin/gencontrol.py, d/templates: Stop using templates for linux-perf Since the package name is now unversioned, there are no substitutions required and the use of templates is unnecessary complexity. commit f1d85ce2459f78eadb64490af1ac99060cb5404b Author: Ben Hutchings <benh@debian.org> Date: Sat May 14 03:07:11 2022 +0200 lintian: Add lintian-override to linux-perf for non-issue commit 93e48fd2356c8daa976d51e17d72fa16aea028aa Author: Ben Hutchings <benh@debian.org> Date: Sat May 14 02:55:47 2022 +0200 d/copyright: Update filename of extract-cert.c commit 8b2284ca75bd489093195d4be4565a1c18658e03 Author: Ben Hutchings <benh@debian.org> Date: Sat May 14 02:53:42 2022 +0200 libcpupower1: Update symbols file for 5.18 These 2 new functions are not declared in public headers, but since they are used by the cpupower command they do need to be exported. commit 7b4b0296d4fa828049edba33c0dc347f3fd388da Author: Ben Hutchings <benh@debian.org> Date: Fri May 13 23:13:47 2022 +0200 udeb: Move crc64 to crc-modules and make scsi-core-modules depend on that crc64 is currently automatically included as a dependency in md-modules. Starting with 5.18, something in scsi-core-modules also depends on it. Resolve this conflict by putting it in crc-modules and adding that to scsi-core-modules's dependencies. commit 6834606ba61e797a3bfd88731a0e8924b1566170 Author: Ben Hutchings <benh@debian.org> Date: Fri May 13 22:25:12 2022 +0200 d/config: Update with the help of kconfigeditor2 - android: ashmem was removed - media: The VIDEO_CADENCE option that enabled a menu was removed - nfsd: v3 support is now non-optional - staging: gs_fpagboot was removed - DEBUG_INFO is now an automatic symbol. Enable DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT instead, which selects it and should result in the same behaviour as previously. In the no-debug-info profiles, disable this and enable DEBUG_INFO_NONE. - [x86] sensors: I8K is now a boolean option dependent on SENSORS_DELL_SMM, instead of a tristate that selects it, so change it from m to y - [x86] input: The Surface 3 button driver has been made obsolete by the SoC button driver (INPUT_SOC_BUTTON_ARRAY) which we already enabled - [x86] KVM: MMU auditing was removed - [x86] nvdimm: The block driver (ND_BLK) was removed - [x86] Various driver symbols were renamed - [amd64] X86_X32 was renamed to X86_X32_ABI - [s390x] Stack packing (PACK_STACK) is now non-optional commit 18d77597de721592c4840ed11e1fe2f0583c2466 Author: Ben Hutchings <benh@debian.org> Date: Fri May 13 22:51:49 2022 +0200 [s390x] Enable MARCH_Z10 instead of MARCH_Z900 Support for z9 has been removed upstream so MARCH_Z10 provides the widest possible CPU support now. commit 01c89271861486efc1e9301f23712fecd1b96ef4 Author: Ben Hutchings <benh@debian.org> Date: Fri May 13 22:09:22 2022 +0200 [rt] Update to 5.18-rc6-rt7 commit b20f5b55eb30c2ba0e1fa8f5d241370225063321 Author: Ben Hutchings <benh@debian.org> Date: Fri May 13 21:46:57 2022 +0200 bpftool: Prepend program version to the package version By default bpftool now reports a version of (<libbpf major> + 6).(<libbpf minor>).<patchlevel>. The "+ 6" thankfully ensures that this is higher than any older version. Since this version might not change with every kernel version, concatenate the bpftool and source package versions with a "+", like we do for usbip. commit 9498ab41f3c30d480323e8c63fbaaf47f1b74c3c Author: Ben Hutchings <benh@debian.org> Date: Fri May 13 21:33:59 2022 +0200 Drop "bpftool: Fix version string in recursive builds" as redundant commit 820199bb07bcb33a43b79ed13a425f849904b21b Author: Ben Hutchings <benh@debian.org> Date: Fri May 13 21:31:51 2022 +0200 Refresh various patches that are just a little fuzzy commit d40b887d85659a7d6b82be8a1ea82fe9e9e07ac2 Author: Ben Hutchings <benh@debian.org> Date: Fri May 13 21:30:52 2022 +0200 In "x86: Make x32 syscall support conditional on a kernel parameter", update dependency from X86_X32 to X86_X32_ABI commit 1b86d57e5f630fbbda428be486cd2340e873727d Author: Ben Hutchings <benh@debian.org> Date: Fri May 13 21:30:27 2022 +0200 In "firmware: Remove redundant log messages from drivers", adjust some filenames commit d8450cfe50305d130577caa32c04998f13e15980 Author: Ben Hutchings <benh@debian.org> Date: Fri May 13 21:10:37 2022 +0200 Rewrite "module: Avoid ABI changes when debug info is disabled" for 5.18 The function definitions that used to depend on CONFIG_DEBUG_INFO_BTF_MODULES are now unconditional, so we only need to deal with the struct module members. And there seems little point in adding a config symbol for this, so make the member definitions unconditional. commit dbb5018f36decb7cf5b55424f4c6e178b198e528 Merge: bde70848a a55c68807 Author: Salvatore Bonaccorso <carnil@debian.org> Date: Thu May 12 07:08:52 2022 +0200 Merge tag 'debian/5.17.6-1' Release linux (5.17.6-1) commit 7d080ca22b66848115547ebc7da839d18db956f4 Author: Diederik de Haas <didi.debian@cknow.org> Date: Tue May 10 15:49:53 2022 +0200 Update to 5.18rc6 When more then a simple rebase is done, a relevant upstream commit ID is mentioned between brackets. The debian/android-enable-building-ashmem-and-binder-as-modules.patch has been partially 'reverted' as upstream removed support for ashmem entirely. The debian/module-avoid-abi-changes-when-debug-info-is-disabled.patch has been substantially changed and was done to 'fix' salsa's CI and I don't know how to handle that. commit bde70848a22c19fbb8c586aafd1c378cb83cffc7 Merge: 56a82d105 a6111f5bb Author: Salvatore Bonaccorso <carnil@debian.org> Date: Tue Apr 19 10:14:14 2022 +0200 Merge tag 'debian/5.17.3-1' Release linux (5.17.3-1). Set ABI to trunk