From ddcef2b3e2cf473204603b02b02a96294ed67f30 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Mon, 16 Sep 2024 18:26:42 +0200 Subject: [PATCH] DROP ON REBASE: 6.11.0-76061100.202409151536 based on 6.11.0-061100.202409151536 Signed-off-by: Michael Aaron Murphy --- debian.master/changelog | 6 +- debian.master/control.stub.in | 8 +- debian/changelog | 6 + debian/control | 633 +++++++++++++++++++--------------- 4 files changed, 363 insertions(+), 290 deletions(-) create mode 100644 debian/changelog diff --git a/debian.master/changelog b/debian.master/changelog index 67358a2f576fbe..62ea097ae749c5 100644 --- a/debian.master/changelog +++ b/debian.master/changelog @@ -1,6 +1,6 @@ -linux (6.11.0-061100.202409151536) oracular; urgency=low +linux (6.11.0-76061100.202409151536) oracular; urgency=low + [ Mainline Build ] Mainline build at commit: v6.11 - -- Mainline Build Sun, 15 Sep 2024 15:36:44 +0000 - + -- Michael Aaron Murphy Mon, 16 Sep 2024 18:26:32 +0200 diff --git a/debian.master/control.stub.in b/debian.master/control.stub.in index 657ef2f421d602..56cf016ffdb6d4 100644 --- a/debian.master/control.stub.in +++ b/debian.master/control.stub.in @@ -15,7 +15,7 @@ Build-Depends: libiberty-dev , default-jdk-headless , java-common , - rsync [!i386] , + rsync , libdw-dev , libpci-dev , pkg-config , @@ -43,12 +43,12 @@ Build-Depends: curl , zstd , pahole [amd64 arm64 armhf ppc64el s390x riscv64] | dwarves (>= 1.21) [amd64 arm64 armhf ppc64el s390x riscv64] , - clang-18 [amd64 arm64 armhf ppc64el riscv64 s390x], + llvm [amd64 arm64 armhf ppc64el riscv64 s390x], + clang [amd64 arm64 armhf ppc64el riscv64 s390x], rustc [amd64 arm64 armhf ppc64el riscv64 s390x], rust-src [amd64 arm64 armhf ppc64el riscv64 s390x], - rustfmt [amd64 arm64 armhf ppc64el riscv64 s390x], bindgen [amd64 arm64 armhf ppc64el riscv64 s390x], - libstdc++-dev, + libstdc++-14-dev, Build-Depends-Indep: xmlto , bzip2 , diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 00000000000000..62ea097ae749c5 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +linux (6.11.0-76061100.202409151536) oracular; urgency=low + + [ Mainline Build ] + Mainline build at commit: v6.11 + + -- Michael Aaron Murphy Mon, 16 Sep 2024 18:26:32 +0200 diff --git a/debian/control b/debian/control index 14f4a43c48abb2..08f2154eba7a11 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,10 @@ Section: devel Priority: optional Maintainer: Ubuntu Kernel Team XSC-Ubuntu-Compatible-Signing: ubuntu/4 pro/3 +Rules-Requires-Root: no Standards-Version: 3.9.4.0 Build-Depends: - gcc-13, gcc-13-aarch64-linux-gnu [arm64] , gcc-13-arm-linux-gnueabihf [armhf] , gcc-13-powerpc64le-linux-gnu [ppc64el] , gcc-13-riscv64-linux-gnu [riscv64] , gcc-13-s390x-linux-gnu [s390x] , gcc-13-x86-64-linux-gnu [amd64] , + gcc-14, gcc-14-aarch64-linux-gnu [arm64] , gcc-14-arm-linux-gnueabihf [armhf] , gcc-14-powerpc64le-linux-gnu [ppc64el] , gcc-14-riscv64-linux-gnu [riscv64] , gcc-14-s390x-linux-gnu [s390x] , gcc-14-x86-64-linux-gnu [amd64] , debhelper-compat (= 10), cpio, kmod , @@ -16,12 +17,13 @@ Build-Depends: libiberty-dev , default-jdk-headless , java-common , - rsync [!i386] , + rsync , libdw-dev , libpci-dev , pkg-config , python3 , python3-dev , + python3-setuptools, flex , bison , libunwind8-dev [amd64 arm64 armhf ppc64el] , @@ -37,133 +39,64 @@ Build-Depends: libtool , uuid-dev , libnuma-dev [amd64 arm64 ppc64el s390x] , + libtraceevent-dev [amd64 arm64 armhf ppc64el s390x riscv64] , + libtracefs-dev [amd64 arm64 armhf ppc64el s390x riscv64] , dkms , curl , - zstd [amd64 s390x] , + zstd , pahole [amd64 arm64 armhf ppc64el s390x riscv64] | dwarves (>= 1.21) [amd64 arm64 armhf ppc64el s390x riscv64] , - rustc-1.62 [amd64], - rust-1.62-src [amd64], - rustfmt-1.62 [amd64], - bindgen-0.56 [amd64], - llvm-15 [amd64], - clang-15 [amd64], - libstdc++-12-dev, + llvm [amd64 arm64 armhf ppc64el riscv64 s390x], + clang [amd64 arm64 armhf ppc64el riscv64 s390x], + rustc [amd64 arm64 armhf ppc64el riscv64 s390x], + rust-src [amd64 arm64 armhf ppc64el riscv64 s390x], + bindgen [amd64 arm64 armhf ppc64el riscv64 s390x], + libstdc++-14-dev, Build-Depends-Indep: xmlto , - docbook-utils , - ghostscript , - fig2dev , bzip2 , sharutils , asciidoc , - python3-sphinx , - python3-sphinx-rtd-theme , - fontconfig , python3-docutils , - imagemagick , - graphviz , - dvipng , - fonts-noto-cjk , - latexmk , - librsvg2-bin , -Vcs-Git: git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/mantic +Vcs-Git: git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/oracular XS-Testsuite: autopkgtest #XS-Testsuite-Depends: gcc-4.7 binutils -Package: linux-source-6.4.0 -Build-Profiles: -Architecture: all -Section: devel -Priority: optional -Provides: linux-source -Depends: ${misc:Depends}, binutils, bzip2, coreutils -Recommends: libc-dev, gcc, make -Suggests: libncurses-dev | ncurses-dev, kernel-package, libqt3-dev -Description: Linux kernel source for version 6.4.0 with Ubuntu patches - This package provides the source code for the Linux kernel version - 6.4.0. - . - This package is mainly meant for other packages to use, in order to build - custom flavours. - . - If you wish to use this package to create a custom Linux kernel, then it - is suggested that you investigate the package kernel-package, which has - been designed to ease the task of creating kernel image packages. - . - If you are simply trying to build third-party modules for your kernel, - you do not want this package. Install the appropriate linux-headers - package instead. - -Package: linux-headers-6.4.0-76060400 +Package: linux-headers-6.11.0-76061100 Build-Profiles: Architecture: all Multi-Arch: foreign Section: devel Priority: optional Depends: ${misc:Depends}, coreutils -Description: Header files related to Linux kernel version 6.4.0 - This package provides kernel header files for version 6.4.0, for sites +Description: Header files related to Linux kernel version 6.11.0 + This package provides kernel header files for version 6.11.0, for sites that want the latest kernel headers. Please read - /usr/share/doc/linux-headers-6.4.0-76060400/debian.README.gz for details + /usr/share/doc/linux-headers-6.11.0-76061100/debian.README.gz for details -Package: linux-tools-common -Build-Profiles: -Architecture: all -Multi-Arch: foreign -Section: kernel -Priority: optional -Provides: bpftool -Depends: ${misc:Depends}, lsb-release -Description: Linux kernel version specific tools for version 6.4.0 - This package provides the architecture independent parts for kernel - version locked tools (such as perf and x86_energy_perf_policy) for - version 6.4.0. - -Package: linux-tools-6.4.0-76060400 +Package: linux-tools-6.11.0-76061100 Build-Profiles: Architecture: amd64 armhf arm64 ppc64el s390x Section: devel Priority: optional Depends: ${misc:Depends}, ${shlibs:Depends}, linux-tools-common -Description: Linux kernel version specific tools for version 6.4.0-76060400 +Description: Linux kernel version specific tools for version 6.11.0-76061100 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for - version 6.4.0-76060400 on + version 6.11.0-76061100 on 64 bit x86. - You probably want to install linux-tools-6.4.0-76060400-. - -Package: linux-cloud-tools-common -Build-Profiles: -Architecture: all -Multi-Arch: foreign -Section: kernel -Priority: optional -Depends: ${misc:Depends} -Description: Linux kernel version specific cloud tools for version 6.4.0 - This package provides the architecture independent parts for kernel - version locked tools for cloud tools for version 6.4.0. + You probably want to install linux-tools-6.11.0-76061100-. -Package: linux-cloud-tools-6.4.0-76060400 +Package: linux-cloud-tools-6.11.0-76061100 Build-Profiles: Architecture: amd64 armhf Section: devel Priority: optional Depends: ${misc:Depends}, ${shlibs:Depends}, linux-cloud-tools-common -Description: Linux kernel version specific cloud tools for version 6.4.0-76060400 +Description: Linux kernel version specific cloud tools for version 6.11.0-76061100 This package provides the architecture dependant parts for kernel - version locked tools for cloud tools for version 6.4.0-76060400 on + version locked tools for cloud tools for version 6.11.0-76061100 on 64 bit x86. - You probably want to install linux-cloud-tools-6.4.0-76060400-. - -Package: linux-tools-host -Build-Profiles: -Architecture: all -Multi-Arch: foreign -Section: kernel -Priority: optional -Depends: ${misc:Depends}, python3 -Description: Linux kernel VM host tools - This package provides kernel tools useful for VM hosts. + You probably want to install linux-cloud-tools-6.11.0-76061100-. # linux-meta { @@ -173,7 +106,7 @@ Architecture: amd64 armhf arm64 powerpc ppc64el s390x Section: kernel Depends: ${misc:Depends}, - linux-headers-6.4.0-76060400-generic (= ${source:Version}) + linux-headers-6.11.0-76061100-generic (= ${source:Version}) Description: Generic Linux kernel headers This package will always depend on the latest generic kernel headers available. @@ -185,7 +118,7 @@ Section: kernel Provides: wireguard-modules (= 1.0.0) Depends: ${misc:Depends}, - linux-image-6.4.0-76060400-generic (= ${source:Version}), + linux-image-6.11.0-76061100-generic (= ${source:Version}), linux-firmware, intel-microcode [amd64], amd64-microcode [amd64] @@ -201,7 +134,7 @@ Section: kernel Provides: linux-tools Depends: ${misc:Depends}, - linux-tools-6.4.0-76060400-generic (= ${source:Version}) + linux-tools-6.11.0-76061100-generic (= ${source:Version}) Description: Generic Linux kernel tools This package will always depend on the latest generic kernel tools available. @@ -213,7 +146,7 @@ Section: kernel Provides: linux-cloud-tools Depends: ${misc:Depends}, - linux-cloud-tools-6.4.0-76060400-generic (= ${source:Version}) + linux-cloud-tools-6.11.0-76061100-generic (= ${source:Version}) Description: Generic Linux kernel cloud tools This package will always depend on the latest generic kernel cloud tools available. @@ -246,20 +179,110 @@ Description: System76 recommended Linux kernel # } linux-system76 +Package: linux-libc-dev +Architecture: amd64 armhf arm64 ppc64el riscv64 s390x +Depends: ${misc:Depends} +Conflicts: linux-kernel-headers +Replaces: linux-kernel-headers +Provides: linux-kernel-headers, aufs-dev +Multi-Arch: same +Description: Linux Kernel Headers for development + This package provides headers from the Linux kernel. These headers + are used by the installed headers for GNU glibc and other system + libraries. They are NOT meant to be used to build third-party modules for + your kernel. Use linux-headers-* packages for that. -Package: linux-image-6.4.0-76060400-generic +Package: linux-tools-common +Build-Profiles: +Architecture: all +Multi-Arch: foreign +Section: kernel +Priority: optional +Provides: + bpftool, + linux-cpupower, +Depends: ${misc:Depends}, lsb-release, hwdata +Description: Linux kernel version specific tools for version 6.11.0 + This package provides the architecture independent parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version 6.11.0. + +Package: linux-cloud-tools-common +Build-Profiles: +Architecture: all +Multi-Arch: foreign +Section: kernel +Priority: optional +Depends: ${misc:Depends} +Description: Linux kernel version specific cloud tools for version 6.11.0 + This package provides the architecture independent parts for kernel + version locked tools for cloud tools for version 6.11.0. + +Package: linux-tools-host +Build-Profiles: +Architecture: all +Multi-Arch: foreign +Section: kernel +Priority: optional +Depends: ${misc:Depends}, python3 +Description: Linux kernel VM host tools + This package provides kernel tools useful for VM hosts. + +Package: linux-source-6.11.0 +Build-Profiles: +Architecture: all +Section: devel +Priority: optional +Provides: linux-source +Depends: ${misc:Depends}, binutils, bzip2, coreutils +Recommends: libc-dev, gcc, make +Suggests: libncurses-dev | ncurses-dev, kernel-package, libqt3-dev +Description: Linux kernel source for version 6.11.0 with Ubuntu patches + This package provides the source code for the Linux kernel version + 6.11.0. + . + This package is mainly meant for other packages to use, in order to build + custom flavours. + . + If you wish to use this package to create a custom Linux kernel, then it + is suggested that you investigate the package kernel-package, which has + been designed to ease the task of creating kernel image packages. + . + If you are simply trying to build third-party modules for your kernel, + you do not want this package. Install the appropriate linux-headers + package instead. + +Package: linux-doc +Build-Profiles: +Architecture: all +Section: doc +Priority: optional +Description: Linux kernel specific documentation for version 6.11.0 + This package is deprecated and it is temporarily provided only for + compatibility reasons. It will be dropped in the future. + +Package: linux-bpf-dev +Architecture: amd64 armhf arm64 i386 ppc64el riscv64 s390x +Depends: ${misc:Depends} +Multi-Arch: same +Description: Headers for BPF development + The vmlinux.h header is provided to allow userspace to build BPF CO-RE + programs targeting the packaged kernel. + + +Package: linux-image-6.11.0-76061100-generic Build-Profiles: Architecture: amd64 armhf arm64 ppc64el s390x Section: kernel Priority: optional Provides: linux-image, fuse-module, kvm-api-4, redhat-cluster-modules, ivtv-modules, virtualbox-guest-modules [amd64], ${linux:rprovides} -Depends: ${misc:Depends}, ${shlibs:Depends}, kmod, linux-base (>= 4.5ubuntu1~16.04.1), linux-modules-6.4.0-76060400-generic +Depends: ${misc:Depends}, ${shlibs:Depends}, kmod, linux-base (>= 4.5ubuntu1~16.04.1), linux-modules-6.11.0-76061100-generic Recommends: kernelstub [amd64] | grub-pc [amd64] | grub-efi-amd64 [amd64] | grub-efi-ia32 [amd64] | grub [amd64] | lilo [amd64] | flash-kernel [armhf arm64] | grub-efi-arm64 [arm64] | grub-efi-arm [armhf] | grub-ieee1275 [ppc64el], initramfs-tools | linux-initramfs-tool Breaks: flash-kernel (<< 3.90ubuntu2) [arm64 armhf], s390-tools (<< 2.3.0-0ubuntu3) [s390x] -Conflicts: linux-image-unsigned-6.4.0-76060400-generic -Suggests: fdutils, linux-doc | linux-source-6.4.0, linux-tools, linux-headers-6.4.0-76060400-generic, linux-modules-extra-6.4.0-76060400-generic -Description: Linux kernel image for version 6.4.0 on 64 bit x86 SMP - This package contains the Linux kernel image for version 6.4.0 on +Conflicts: linux-image-unsigned-6.11.0-76061100-generic +Suggests: fdutils, linux-tools, linux-headers-6.11.0-76061100-generic, linux-modules-extra-6.11.0-76061100-generic +Description: Linux kernel image for version 6.11.0 on 64 bit x86 SMP + This package contains the Linux kernel image for version 6.11.0 on 64 bit x86 SMP. . Supports Generic processors. @@ -270,14 +293,14 @@ Description: Linux kernel image for version 6.4.0 on 64 bit x86 SMP the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. -Package: linux-modules-6.4.0-76060400-generic +Package: linux-modules-6.11.0-76061100-generic Build-Profiles: Architecture: amd64 armhf arm64 ppc64el s390x Section: kernel Priority: optional Depends: ${misc:Depends}, ${shlibs:Depends} Built-Using: ${linux:BuiltUsing} -Description: Linux kernel extra modules for version 6.4.0 on 64 bit x86 SMP +Description: Linux kernel extra modules for version 6.11.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. @@ -290,14 +313,14 @@ Description: Linux kernel extra modules for version 6.4.0 on 64 bit x86 SMP the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. -Package: linux-modules-extra-6.4.0-76060400-generic +Package: linux-modules-extra-6.11.0-76061100-generic Build-Profiles: Architecture: amd64 armhf arm64 ppc64el s390x Section: kernel Priority: optional -Depends: ${misc:Depends}, ${shlibs:Depends}, linux-modules-6.4.0-76060400-generic, wireless-regdb -Description: Linux kernel extra modules for version 6.4.0 on 64 bit x86 SMP - This package contains the Linux kernel extra modules for version 6.4.0 on +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-modules-6.11.0-76061100-generic, wireless-regdb +Description: Linux kernel extra modules for version 6.11.0 on 64 bit x86 SMP + This package contains the Linux kernel extra modules for version 6.11.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the @@ -312,40 +335,40 @@ Description: Linux kernel extra modules for version 6.4.0 on 64 bit x86 SMP the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. -Package: linux-headers-6.4.0-76060400-generic +Package: linux-headers-6.11.0-76061100-generic Build-Profiles: Architecture: amd64 armhf arm64 ppc64el s390x Section: devel Priority: optional -Depends: ${misc:Depends}, linux-headers-6.4.0-76060400, ${shlibs:Depends} +Depends: ${misc:Depends}, linux-headers-6.11.0-76061100, ${shlibs:Depends} Provides: linux-headers, linux-headers-3.0 -Description: Linux kernel headers for version 6.4.0 on 64 bit x86 SMP - This package provides kernel header files for version 6.4.0 on +Description: Linux kernel headers for version 6.11.0 on 64 bit x86 SMP + This package provides kernel header files for version 6.11.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read - /usr/share/doc/linux-headers-6.4.0-76060400/debian.README.gz for details. + /usr/share/doc/linux-headers-6.11.0-76061100/debian.README.gz for details. -Package: linux-lib-rust-6.4.0-76060400-generic +Package: linux-lib-rust-6.11.0-76061100-generic Build-Profiles: Architecture: amd64 Multi-Arch: foreign Section: devel Priority: optional Depends: ${misc:Depends}, coreutils -Description: Rust library files related to Linux kernel version 6.4.0 - This package provides kernel library files for version 6.4.0, that allow to +Description: Rust library files related to Linux kernel version 6.11.0 + This package provides kernel library files for version 6.11.0, that allow to compile out-of-tree kernel modules written in Rust. -Package: linux-image-6.4.0-76060400-generic-dbgsym +Package: linux-image-6.11.0-76061100-generic-dbgsym Build-Profiles: Architecture: amd64 armhf arm64 ppc64el s390x Section: devel Priority: optional Depends: ${misc:Depends} Provides: linux-debug -Description: Linux kernel debug image for version 6.4.0 on 64 bit x86 SMP - This package provides the kernel debug image for version 6.4.0 on +Description: Linux kernel debug image for version 6.11.0 on 64 bit x86 SMP + This package provides the kernel debug image for version 6.11.0 on 64 bit x86 SMP. . This is for sites that wish to debug the kernel. @@ -354,57 +377,152 @@ Description: Linux kernel debug image for version 6.4.0 on 64 bit x86 SMP is uncompressed, and unstripped. This package also includes the unstripped modules. -Package: linux-tools-6.4.0-76060400-generic +Package: linux-tools-6.11.0-76061100-generic Build-Profiles: Architecture: amd64 armhf arm64 ppc64el s390x Section: devel Priority: optional -Depends: ${misc:Depends}, linux-tools-6.4.0-76060400 -Description: Linux kernel version specific tools for version 6.4.0-76060400 +Depends: ${misc:Depends}, linux-tools-6.11.0-76061100 +Description: Linux kernel version specific tools for version 6.11.0-76061100 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for - version 6.4.0-76060400 on + version 6.11.0-76061100 on 64 bit x86. -Package: linux-cloud-tools-6.4.0-76060400-generic +Package: linux-cloud-tools-6.11.0-76061100-generic Build-Profiles: Architecture: amd64 armhf arm64 ppc64el s390x Section: devel Priority: optional -Depends: ${misc:Depends}, linux-cloud-tools-6.4.0-76060400 -Description: Linux kernel version specific cloud tools for version 6.4.0-76060400 +Depends: ${misc:Depends}, linux-cloud-tools-6.11.0-76061100 +Description: Linux kernel version specific cloud tools for version 6.11.0-76061100 This package provides the architecture dependant parts for kernel - version locked tools for cloud for version 6.4.0-76060400 on + version locked tools for cloud for version 6.11.0-76061100 on 64 bit x86. -Package: linux-buildinfo-6.4.0-76060400-generic +Package: linux-buildinfo-6.11.0-76061100-generic Build-Profiles: Architecture: amd64 armhf arm64 ppc64el s390x Section: kernel Priority: optional Depends: ${misc:Depends}, ${shlibs:Depends} Built-Using: ${linux:BuiltUsing} -Description: Linux kernel buildinfo for version 6.4.0 on 64 bit x86 SMP - This package contains the Linux kernel buildinfo for version 6.4.0 on +Description: Linux kernel buildinfo for version 6.11.0 on 64 bit x86 SMP + This package contains the Linux kernel buildinfo for version 6.11.0 on 64 bit x86 SMP. . You likely do not want to install this package. -Package: linux-image-6.4.0-76060400-generic-64k +Package: linux-modules-ipu6-6.11.0-76061100-generic +Build-Profiles: +Architecture: amd64 armhf arm64 ppc64el s390x +Section: kernel +Priority: optional +Depends: + ${misc:Depends}, + linux-image-6.11.0-76061100-generic | linux-image-unsigned-6.11.0-76061100-generic, +Built-Using: ${linux:BuiltUsing} +Description: Linux kernel ipu6 modules for version 6.11.0-76061100 + This package provides the Linux kernel ipu6 modules for version + 6.11.0-76061100. + . + You likely do not want to install this package directly. Instead, install the + one of the linux-modules-ipu6-generic* meta-packages, + which will ensure that upgrades work correctly, and that supporting packages are + also installed. + + +Package: linux-modules-ipu7-6.11.0-76061100-generic +Build-Profiles: +Architecture: amd64 armhf arm64 ppc64el s390x +Section: kernel +Priority: optional +Depends: + ${misc:Depends}, + linux-image-6.11.0-76061100-generic | linux-image-unsigned-6.11.0-76061100-generic, +Built-Using: ${linux:BuiltUsing} +Description: Linux kernel ipu7 modules for version 6.11.0-76061100 + This package provides the Linux kernel ipu7 modules for version + 6.11.0-76061100. + . + You likely do not want to install this package directly. Instead, install the + one of the linux-modules-ipu7-generic* meta-packages, + which will ensure that upgrades work correctly, and that supporting packages are + also installed. + + +Package: linux-modules-iwlwifi-6.11.0-76061100-generic +Build-Profiles: +Architecture: amd64 armhf arm64 ppc64el s390x +Section: kernel +Priority: optional +Depends: + ${misc:Depends}, + linux-image-6.11.0-76061100-generic | linux-image-unsigned-6.11.0-76061100-generic, +Built-Using: ${linux:BuiltUsing} +Description: Linux kernel iwlwifi modules for version 6.11.0-76061100 + This package provides the Linux kernel iwlwifi modules for version + 6.11.0-76061100. + . + You likely do not want to install this package directly. Instead, install the + one of the linux-modules-iwlwifi-generic* meta-packages, + which will ensure that upgrades work correctly, and that supporting packages are + also installed. + + +Package: linux-modules-usbio-6.11.0-76061100-generic +Build-Profiles: +Architecture: amd64 armhf arm64 ppc64el s390x +Section: kernel +Priority: optional +Depends: + ${misc:Depends}, + linux-image-6.11.0-76061100-generic | linux-image-unsigned-6.11.0-76061100-generic, +Built-Using: ${linux:BuiltUsing} +Description: Linux kernel usbio modules for version 6.11.0-76061100 + This package provides the Linux kernel usbio modules for version + 6.11.0-76061100. + . + You likely do not want to install this package directly. Instead, install the + one of the linux-modules-usbio-generic* meta-packages, + which will ensure that upgrades work correctly, and that supporting packages are + also installed. + + +Package: linux-modules-vision-6.11.0-76061100-generic +Build-Profiles: +Architecture: amd64 armhf arm64 ppc64el s390x +Section: kernel +Priority: optional +Depends: + ${misc:Depends}, + linux-image-6.11.0-76061100-generic | linux-image-unsigned-6.11.0-76061100-generic, +Built-Using: ${linux:BuiltUsing} +Description: Linux kernel vision modules for version 6.11.0-76061100 + This package provides the Linux kernel vision modules for version + 6.11.0-76061100. + . + You likely do not want to install this package directly. Instead, install the + one of the linux-modules-vision-generic* meta-packages, + which will ensure that upgrades work correctly, and that supporting packages are + also installed. + + +Package: linux-image-6.11.0-76061100-generic-64k Build-Profiles: Architecture: arm64 Section: kernel Priority: optional Provides: linux-image, fuse-module, kvm-api-4, redhat-cluster-modules, ivtv-modules, ${linux:rprovides} -Depends: ${misc:Depends}, ${shlibs:Depends}, kmod, linux-base (>= 4.5ubuntu1~16.04.1), linux-modules-6.4.0-76060400-generic-64k +Depends: ${misc:Depends}, ${shlibs:Depends}, kmod, linux-base (>= 4.5ubuntu1~16.04.1), linux-modules-6.11.0-76061100-generic-64k Recommends: grub-efi-arm64 [arm64] | flash-kernel [arm64], initramfs-tools | linux-initramfs-tool Breaks: flash-kernel (<< 3.90ubuntu2) [arm64 armhf], s390-tools (<< 2.3.0-0ubuntu3) [s390x] -Conflicts: linux-image-unsigned-6.4.0-76060400-generic-64k -Suggests: fdutils, linux-doc | linux-source-6.4.0, linux-tools, linux-headers-6.4.0-76060400-generic-64k, linux-modules-extra-6.4.0-76060400-generic-64k -Description: Linux kernel image for version 6.4.0 on 64 bit x86 SMP - This package contains the Linux kernel image for version 6.4.0 on +Conflicts: linux-image-unsigned-6.11.0-76061100-generic-64k +Suggests: fdutils, linux-tools, linux-headers-6.11.0-76061100-generic-64k, linux-modules-extra-6.11.0-76061100-generic-64k +Description: Linux kernel image for version 6.11.0 on 64 bit x86 SMP + This package contains the Linux kernel image for version 6.11.0 on 64 bit x86 SMP. . Supports Generic 64K pages processors. @@ -415,14 +533,14 @@ Description: Linux kernel image for version 6.4.0 on 64 bit x86 SMP the linux-generic-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. -Package: linux-modules-6.4.0-76060400-generic-64k +Package: linux-modules-6.11.0-76061100-generic-64k Build-Profiles: Architecture: arm64 Section: kernel Priority: optional Depends: ${misc:Depends}, ${shlibs:Depends} Built-Using: ${linux:BuiltUsing} -Description: Linux kernel extra modules for version 6.4.0 on 64 bit x86 SMP +Description: Linux kernel extra modules for version 6.11.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. @@ -435,14 +553,14 @@ Description: Linux kernel extra modules for version 6.4.0 on 64 bit x86 SMP the linux-generic-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. -Package: linux-modules-extra-6.4.0-76060400-generic-64k +Package: linux-modules-extra-6.11.0-76061100-generic-64k Build-Profiles: Architecture: arm64 Section: kernel Priority: optional -Depends: ${misc:Depends}, ${shlibs:Depends}, linux-modules-6.4.0-76060400-generic-64k, wireless-regdb -Description: Linux kernel extra modules for version 6.4.0 on 64 bit x86 SMP - This package contains the Linux kernel extra modules for version 6.4.0 on +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-modules-6.11.0-76061100-generic-64k, wireless-regdb +Description: Linux kernel extra modules for version 6.11.0 on 64 bit x86 SMP + This package contains the Linux kernel extra modules for version 6.11.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the @@ -457,40 +575,40 @@ Description: Linux kernel extra modules for version 6.4.0 on 64 bit x86 SMP the linux-generic-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. -Package: linux-headers-6.4.0-76060400-generic-64k +Package: linux-headers-6.11.0-76061100-generic-64k Build-Profiles: Architecture: arm64 Section: devel Priority: optional -Depends: ${misc:Depends}, linux-headers-6.4.0-76060400, ${shlibs:Depends} +Depends: ${misc:Depends}, linux-headers-6.11.0-76061100, ${shlibs:Depends} Provides: linux-headers, linux-headers-3.0 -Description: Linux kernel headers for version 6.4.0 on 64 bit x86 SMP - This package provides kernel header files for version 6.4.0 on +Description: Linux kernel headers for version 6.11.0 on 64 bit x86 SMP + This package provides kernel header files for version 6.11.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read - /usr/share/doc/linux-headers-6.4.0-76060400/debian.README.gz for details. + /usr/share/doc/linux-headers-6.11.0-76061100/debian.README.gz for details. -Package: linux-lib-rust-6.4.0-76060400-generic-64k +Package: linux-lib-rust-6.11.0-76061100-generic-64k Build-Profiles: Architecture: amd64 Multi-Arch: foreign Section: devel Priority: optional Depends: ${misc:Depends}, coreutils -Description: Rust library files related to Linux kernel version 6.4.0 - This package provides kernel library files for version 6.4.0, that allow to +Description: Rust library files related to Linux kernel version 6.11.0 + This package provides kernel library files for version 6.11.0, that allow to compile out-of-tree kernel modules written in Rust. -Package: linux-image-6.4.0-76060400-generic-64k-dbgsym +Package: linux-image-6.11.0-76061100-generic-64k-dbgsym Build-Profiles: Architecture: arm64 Section: devel Priority: optional Depends: ${misc:Depends} Provides: linux-debug -Description: Linux kernel debug image for version 6.4.0 on 64 bit x86 SMP - This package provides the kernel debug image for version 6.4.0 on +Description: Linux kernel debug image for version 6.11.0 on 64 bit x86 SMP + This package provides the kernel debug image for version 6.11.0 on 64 bit x86 SMP. . This is for sites that wish to debug the kernel. @@ -499,185 +617,134 @@ Description: Linux kernel debug image for version 6.4.0 on 64 bit x86 SMP is uncompressed, and unstripped. This package also includes the unstripped modules. -Package: linux-tools-6.4.0-76060400-generic-64k +Package: linux-tools-6.11.0-76061100-generic-64k Build-Profiles: Architecture: arm64 Section: devel Priority: optional -Depends: ${misc:Depends}, linux-tools-6.4.0-76060400 -Description: Linux kernel version specific tools for version 6.4.0-76060400 +Depends: ${misc:Depends}, linux-tools-6.11.0-76061100 +Description: Linux kernel version specific tools for version 6.11.0-76061100 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for - version 6.4.0-76060400 on + version 6.11.0-76061100 on 64 bit x86. -Package: linux-cloud-tools-6.4.0-76060400-generic-64k +Package: linux-cloud-tools-6.11.0-76061100-generic-64k Build-Profiles: Architecture: arm64 Section: devel Priority: optional -Depends: ${misc:Depends}, linux-cloud-tools-6.4.0-76060400 -Description: Linux kernel version specific cloud tools for version 6.4.0-76060400 +Depends: ${misc:Depends}, linux-cloud-tools-6.11.0-76061100 +Description: Linux kernel version specific cloud tools for version 6.11.0-76061100 This package provides the architecture dependant parts for kernel - version locked tools for cloud for version 6.4.0-76060400 on + version locked tools for cloud for version 6.11.0-76061100 on 64 bit x86. -Package: linux-buildinfo-6.4.0-76060400-generic-64k +Package: linux-buildinfo-6.11.0-76061100-generic-64k Build-Profiles: Architecture: arm64 Section: kernel Priority: optional Depends: ${misc:Depends}, ${shlibs:Depends} Built-Using: ${linux:BuiltUsing} -Description: Linux kernel buildinfo for version 6.4.0 on 64 bit x86 SMP - This package contains the Linux kernel buildinfo for version 6.4.0 on +Description: Linux kernel buildinfo for version 6.11.0 on 64 bit x86 SMP + This package contains the Linux kernel buildinfo for version 6.11.0 on 64 bit x86 SMP. . You likely do not want to install this package. -Package: linux-image-6.4.0-76060400-generic-lpae +Package: linux-modules-ipu6-6.11.0-76061100-generic-64k Build-Profiles: -Architecture: armhf +Architecture: arm64 Section: kernel Priority: optional -Provides: linux-image, fuse-module, kvm-api-4, redhat-cluster-modules, ivtv-modules, ${linux:rprovides} -Depends: ${misc:Depends}, ${shlibs:Depends}, kmod, linux-base (>= 4.5ubuntu1~16.04.1), linux-modules-6.4.0-76060400-generic-lpae -Recommends: flash-kernel [armhf] | grub-efi-arm [armhf], initramfs-tools | linux-initramfs-tool -Breaks: flash-kernel (<< 3.90ubuntu2) [arm64 armhf], s390-tools (<< 2.3.0-0ubuntu3) [s390x] -Conflicts: linux-image-unsigned-6.4.0-76060400-generic-lpae -Suggests: fdutils, linux-doc | linux-source-6.4.0, linux-tools, linux-headers-6.4.0-76060400-generic-lpae, linux-modules-extra-6.4.0-76060400-generic-lpae -Description: Linux kernel image for version 6.4.0 on 64 bit x86 SMP - This package contains the Linux kernel image for version 6.4.0 on - 64 bit x86 SMP. - . - Supports Generic LPAE processors. - . - Geared toward desktop and server systems. +Depends: + ${misc:Depends}, + linux-image-6.11.0-76061100-generic-64k | linux-image-unsigned-6.11.0-76061100-generic-64k, +Built-Using: ${linux:BuiltUsing} +Description: Linux kernel ipu6 modules for version 6.11.0-76061100 + This package provides the Linux kernel ipu6 modules for version + 6.11.0-76061100. . - You likely do not want to install this package directly. Instead, install - the linux-generic-lpae meta-package, which will ensure that upgrades work - correctly, and that supporting packages are also installed. + You likely do not want to install this package directly. Instead, install the + one of the linux-modules-ipu6-generic-64k* meta-packages, + which will ensure that upgrades work correctly, and that supporting packages are + also installed. -Package: linux-modules-6.4.0-76060400-generic-lpae + +Package: linux-modules-ipu7-6.11.0-76061100-generic-64k Build-Profiles: -Architecture: armhf +Architecture: arm64 Section: kernel Priority: optional -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: + ${misc:Depends}, + linux-image-6.11.0-76061100-generic-64k | linux-image-unsigned-6.11.0-76061100-generic-64k, Built-Using: ${linux:BuiltUsing} -Description: Linux kernel extra modules for version 6.4.0 on 64 bit x86 SMP - Contains the corresponding System.map file, the modules built by the - packager, and scripts that try to ensure that the system is not left in an - unbootable state after an update. +Description: Linux kernel ipu7 modules for version 6.11.0-76061100 + This package provides the Linux kernel ipu7 modules for version + 6.11.0-76061100. . - Supports Generic LPAE processors. - . - Geared toward desktop and server systems. - . - You likely do not want to install this package directly. Instead, install - the linux-generic-lpae meta-package, which will ensure that upgrades work - correctly, and that supporting packages are also installed. + You likely do not want to install this package directly. Instead, install the + one of the linux-modules-ipu7-generic-64k* meta-packages, + which will ensure that upgrades work correctly, and that supporting packages are + also installed. -Package: linux-modules-extra-6.4.0-76060400-generic-lpae -Build-Profiles: -Architecture: armhf -Section: kernel -Priority: optional -Depends: ${misc:Depends}, ${shlibs:Depends}, linux-modules-6.4.0-76060400-generic-lpae, wireless-regdb -Description: Linux kernel extra modules for version 6.4.0 on 64 bit x86 SMP - This package contains the Linux kernel extra modules for version 6.4.0 on - 64 bit x86 SMP. - . - Also includes the corresponding System.map file, the modules built by the - packager, and scripts that try to ensure that the system is not left in an - unbootable state after an update. - . - Supports Generic LPAE processors. - . - Geared toward desktop and server systems. - . - You likely do not want to install this package directly. Instead, install - the linux-generic-lpae meta-package, which will ensure that upgrades work - correctly, and that supporting packages are also installed. -Package: linux-headers-6.4.0-76060400-generic-lpae +Package: linux-modules-iwlwifi-6.11.0-76061100-generic-64k Build-Profiles: -Architecture: armhf -Section: devel +Architecture: arm64 +Section: kernel Priority: optional -Depends: ${misc:Depends}, linux-headers-6.4.0-76060400, ${shlibs:Depends} -Provides: linux-headers, linux-headers-3.0 -Description: Linux kernel headers for version 6.4.0 on 64 bit x86 SMP - This package provides kernel header files for version 6.4.0 on - 64 bit x86 SMP. +Depends: + ${misc:Depends}, + linux-image-6.11.0-76061100-generic-64k | linux-image-unsigned-6.11.0-76061100-generic-64k, +Built-Using: ${linux:BuiltUsing} +Description: Linux kernel iwlwifi modules for version 6.11.0-76061100 + This package provides the Linux kernel iwlwifi modules for version + 6.11.0-76061100. . - This is for sites that want the latest kernel headers. Please read - /usr/share/doc/linux-headers-6.4.0-76060400/debian.README.gz for details. + You likely do not want to install this package directly. Instead, install the + one of the linux-modules-iwlwifi-generic-64k* meta-packages, + which will ensure that upgrades work correctly, and that supporting packages are + also installed. -Package: linux-lib-rust-6.4.0-76060400-generic-lpae -Build-Profiles: -Architecture: amd64 -Multi-Arch: foreign -Section: devel -Priority: optional -Depends: ${misc:Depends}, coreutils -Description: Rust library files related to Linux kernel version 6.4.0 - This package provides kernel library files for version 6.4.0, that allow to - compile out-of-tree kernel modules written in Rust. -Package: linux-image-6.4.0-76060400-generic-lpae-dbgsym +Package: linux-modules-usbio-6.11.0-76061100-generic-64k Build-Profiles: -Architecture: armhf -Section: devel +Architecture: arm64 +Section: kernel Priority: optional -Depends: ${misc:Depends} -Provides: linux-debug -Description: Linux kernel debug image for version 6.4.0 on 64 bit x86 SMP - This package provides the kernel debug image for version 6.4.0 on - 64 bit x86 SMP. - . - This is for sites that wish to debug the kernel. +Depends: + ${misc:Depends}, + linux-image-6.11.0-76061100-generic-64k | linux-image-unsigned-6.11.0-76061100-generic-64k, +Built-Using: ${linux:BuiltUsing} +Description: Linux kernel usbio modules for version 6.11.0-76061100 + This package provides the Linux kernel usbio modules for version + 6.11.0-76061100. . - The kernel image contained in this package is NOT meant to boot from. It - is uncompressed, and unstripped. This package also includes the - unstripped modules. - -Package: linux-tools-6.4.0-76060400-generic-lpae -Build-Profiles: -Architecture: armhf -Section: devel -Priority: optional -Depends: ${misc:Depends}, linux-tools-6.4.0-76060400 -Description: Linux kernel version specific tools for version 6.4.0-76060400 - This package provides the architecture dependant parts for kernel - version locked tools (such as perf and x86_energy_perf_policy) for - version 6.4.0-76060400 on - 64 bit x86. - -Package: linux-cloud-tools-6.4.0-76060400-generic-lpae -Build-Profiles: -Architecture: armhf -Section: devel -Priority: optional -Depends: ${misc:Depends}, linux-cloud-tools-6.4.0-76060400 -Description: Linux kernel version specific cloud tools for version 6.4.0-76060400 - This package provides the architecture dependant parts for kernel - version locked tools for cloud for version 6.4.0-76060400 on - 64 bit x86. + You likely do not want to install this package directly. Instead, install the + one of the linux-modules-usbio-generic-64k* meta-packages, + which will ensure that upgrades work correctly, and that supporting packages are + also installed. -Package: linux-buildinfo-6.4.0-76060400-generic-lpae +Package: linux-modules-vision-6.11.0-76061100-generic-64k Build-Profiles: -Architecture: armhf +Architecture: arm64 Section: kernel Priority: optional -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: + ${misc:Depends}, + linux-image-6.11.0-76061100-generic-64k | linux-image-unsigned-6.11.0-76061100-generic-64k, Built-Using: ${linux:BuiltUsing} -Description: Linux kernel buildinfo for version 6.4.0 on 64 bit x86 SMP - This package contains the Linux kernel buildinfo for version 6.4.0 on - 64 bit x86 SMP. - . - You likely do not want to install this package. - +Description: Linux kernel vision modules for version 6.11.0-76061100 + This package provides the Linux kernel vision modules for version + 6.11.0-76061100. + . + You likely do not want to install this package directly. Instead, install the + one of the linux-modules-vision-generic-64k* meta-packages, + which will ensure that upgrades work correctly, and that supporting packages are + also installed.