From 1b9ecbc6b4b9c7a8c5f1a4bdc1ede0d7044fbae0 Mon Sep 17 00:00:00 2001
From: Mingcong Bai <baimingcong@uniontech.com>
Date: Fri, 5 Jul 2024 15:35:16 +0800
Subject: [PATCH] debian: add extra package build routines

- Introduce Debian routines to build kernel tools and documentation in
  addition to the image, header, and libc-dev packages generated with
  build_kernel.sh. [^1]
- Introduce a linux-tools metapackage to ease tools installation.

[^1]: Build these packages with:

    apt build-dep .
    dpkg-buildpackage -uc -us

And remove linux-image*, linux-libc-dev*, and linux-support* to remove
unneeded packages (some of those needed are generated with our
build_kernel.sh script).

Signed-off-by: Mingcong Bai <baimingcong@uniontech.com>
---
 .gitignore                                    |     5 -
 debian/README.Debian                          |    65 +
 debian/README.source                          |   305 +
 debian/bin/buildcheck.py                      |   111 +
 debian/bin/check-patches.sh                   |    28 +
 debian/bin/debian_linux/__init__.py           |     1 +
 debian/bin/debian_linux/abi.py                |    45 +
 debian/bin/debian_linux/config.py             |   257 +
 debian/bin/debian_linux/config_v2.py          |   612 +
 debian/bin/debian_linux/dataclasses_extra.py  |   113 +
 debian/bin/debian_linux/debian.py             |   705 +
 debian/bin/debian_linux/firmware.py           |    90 +
 debian/bin/debian_linux/gencontrol.py         |   682 +
 debian/bin/debian_linux/kconfig.py            |    93 +
 debian/bin/debian_linux/test_debian.py        |   424 +
 debian/bin/debian_linux/utils.py              |    76 +
 debian/bin/diff-gencontrol                    |    30 +
 debian/bin/fix-shebang                        |    12 +
 debian/bin/gencontrol.py                      |   561 +
 debian/bin/genorig.py                         |   169 +
 debian/bin/genpatch-lockdown                  |   109 +
 debian/bin/git-tag-gpg-wrapper                |    42 +
 debian/bin/kconfig.py                         |    39 +
 debian/bin/no-depmod                          |    18 +
 debian/bin/stable-update                      |   135 +
 debian/bin/stable-update.sh                   |     2 +
 debian/bin/test-patches                       |   140 +
 debian/bin/update-bug-taint-list              |    24 +
 .../certs/ci-test-sign/ci-test-sign-key.pem   |    28 +
 debian/certs/ci-test-sign/ci-test-sign.pem    |    19 +
 .../certs/wireless-regdb-benh@debian.org.pem  |    17 +
 ...wireless-regdb-romain.perier@gmail.com.pem |    18 +
 debian/changelog                              | 40443 ++++++++++++++++
 debian/changelog.old                          | 39860 +++++++++++++++
 debian/config/alpha/config                    |   904 +
 debian/config/alpha/config.alpha-generic      |     9 +
 debian/config/alpha/config.alpha-smp          |    15 +
 debian/config/alpha/defines.toml              |    28 +
 debian/config/amd64/config                    |   339 +
 debian/config/amd64/config.cloud-amd64        |    54 +
 debian/config/amd64/defines.toml              |    37 +
 debian/config/arm64/config                    |  2498 +
 debian/config/arm64/config.cloud-arm64        |   123 +
 debian/config/arm64/defines.toml              |    34 +
 debian/config/arm64/rt/config                 |     6 +
 debian/config/armel/config                    |    14 +
 debian/config/armel/config.rpi                |   239 +
 debian/config/armel/defines.toml              |    12 +
 debian/config/armhf/config                    |  1803 +
 debian/config/armhf/config.armmp-lpae         |    14 +
 debian/config/armhf/defines.toml              |    29 +
 debian/config/config                          |  8129 ++++
 debian/config/config.cloud                    |  1673 +
 debian/config/defines.toml                    |   110 +
 debian/config/featureset-rt/config            |    25 +
 debian/config/hppa/config                     |   629 +
 debian/config/hppa/config.parisc              |    25 +
 debian/config/hppa/config.parisc64            |    60 +
 debian/config/hppa/defines.toml               |    30 +
 debian/config/i386/config                     |   493 +
 debian/config/i386/config.686                 |    82 +
 debian/config/i386/config.686-pae             |    52 +
 debian/config/i386/defines.toml               |    44 +
 debian/config/kernelarch-arm/config           |   165 +
 debian/config/kernelarch-mips/config          |   143 +
 debian/config/kernelarch-mips/config.boston   |    86 +
 .../config/kernelarch-mips/config.loongson-3  |   123 +
 debian/config/kernelarch-mips/config.malta    |   423 +
 debian/config/kernelarch-mips/config.mips32r2 |     9 +
 debian/config/kernelarch-mips/config.mips32r6 |     9 +
 debian/config/kernelarch-mips/config.mips64r2 |     9 +
 debian/config/kernelarch-mips/config.mips64r6 |     9 +
 debian/config/kernelarch-mips/config.octeon   |   152 +
 debian/config/kernelarch-powerpc/config       |   861 +
 .../config/kernelarch-powerpc/config-arch-64  |   217 +
 .../kernelarch-powerpc/config-arch-64-be      |   112 +
 .../kernelarch-powerpc/config-arch-64-le      |    40 +
 debian/config/kernelarch-sparc/config         |   604 +
 debian/config/kernelarch-sparc/config-smp     |     6 +
 debian/config/kernelarch-sparc/config-up      |     4 +
 debian/config/kernelarch-x86/config           |  2261 +
 debian/config/loong64/config                  |   236 +
 debian/config/loong64/defines.toml            |    16 +
 debian/config/m68k/README.build               |    26 +
 debian/config/m68k/config                     |   858 +
 debian/config/m68k/defines.toml               |    18 +
 debian/config/mips/config                     |     7 +
 debian/config/mips/defines.toml               |    46 +
 debian/config/mips64/config                   |     7 +
 debian/config/mips64/defines.toml             |    46 +
 debian/config/mips64el/config                 |    11 +
 debian/config/mips64el/defines.toml           |    60 +
 debian/config/mips64r6el/README               |     1 +
 debian/config/mips64r6el/config               |     7 +
 debian/config/mips64r6el/defines.toml         |    19 +
 debian/config/mipsel/config                   |     7 +
 debian/config/mipsel/defines.toml             |    60 +
 debian/config/powerpc/config.powerpc          |   110 +
 debian/config/powerpc/config.powerpc-smp      |     5 +
 debian/config/powerpc/defines.toml            |    40 +
 debian/config/ppc64/defines.toml              |    26 +
 debian/config/ppc64el/defines.toml            |    26 +
 debian/config/riscv64/config                  |   386 +
 debian/config/riscv64/defines.toml            |    16 +
 debian/config/s390x/config                    |   233 +
 debian/config/s390x/defines.toml              |    21 +
 debian/config/sh4/config                      |    66 +
 debian/config/sh4/config.sh7751r              |   174 +
 debian/config/sh4/config.sh7785lcr            |   221 +
 debian/config/sh4/defines.toml                |    24 +
 debian/config/sparc64/defines.toml            |    34 +
 debian/copyright                              |   291 +
 debian/hyperv-daemons.README.Debian           |    14 +
 debian/hyperv-daemons.hv-fcopy-daemon.init    |   109 +
 debian/hyperv-daemons.hv-fcopy-daemon.service |    10 +
 debian/hyperv-daemons.hv-kvp-daemon.init      |   109 +
 debian/hyperv-daemons.hv-kvp-daemon.service   |    22 +
 debian/hyperv-daemons.hv-vss-daemon.init      |   109 +
 debian/hyperv-daemons.hv-vss-daemon.service   |    10 +
 debian/hyperv-daemons.lintian-overrides       |     2 +
 debian/hyperv-daemons.maintscript             |     3 +
 debian/hyperv-daemons.postinst                |    18 +
 debian/hyperv-daemons.preinst                 |    17 +
 debian/hyperv-daemons.udev                    |     3 +
 debian/installer/modules/acpi-modules         |     2 +
 debian/installer/modules/affs-modules         |     1 +
 .../modules/alpha-generic/ata-modules         |     1 +
 .../modules/alpha-generic/btrfs-modules       |     1 +
 .../modules/alpha-generic/cdrom-core-modules  |     1 +
 .../modules/alpha-generic/crc-modules         |     1 +
 .../modules/alpha-generic/crypto-dm-modules   |     1 +
 .../modules/alpha-generic/crypto-modules      |     1 +
 .../modules/alpha-generic/event-modules       |     1 +
 .../modules/alpha-generic/ext4-modules        |     1 +
 .../modules/alpha-generic/f2fs-modules        |     1 +
 .../modules/alpha-generic/fat-modules         |     1 +
 .../modules/alpha-generic/fb-modules          |     1 +
 .../modules/alpha-generic/i2c-modules         |     1 +
 .../modules/alpha-generic/input-modules       |     1 +
 .../modules/alpha-generic/isofs-modules       |     1 +
 .../modules/alpha-generic/jfs-modules         |     1 +
 .../modules/alpha-generic/kernel-image        |     1 +
 .../modules/alpha-generic/loop-modules        |     1 +
 .../modules/alpha-generic/md-modules          |     1 +
 .../modules/alpha-generic/mouse-modules       |     1 +
 .../modules/alpha-generic/multipath-modules   |     1 +
 .../modules/alpha-generic/nbd-modules         |     1 +
 .../modules/alpha-generic/nic-modules         |     1 +
 .../modules/alpha-generic/nic-pcmcia-modules  |     1 +
 .../modules/alpha-generic/nic-shared-modules  |     1 +
 .../modules/alpha-generic/nic-usb-modules     |     1 +
 .../alpha-generic/nic-wireless-modules        |     1 +
 .../modules/alpha-generic/pata-modules        |     1 +
 .../modules/alpha-generic/pcmcia-modules      |     1 +
 .../modules/alpha-generic/ppp-modules         |     1 +
 .../modules/alpha-generic/sata-modules        |     1 +
 .../modules/alpha-generic/scsi-core-modules   |     1 +
 .../modules/alpha-generic/scsi-modules        |     1 +
 .../modules/alpha-generic/scsi-nic-modules    |     1 +
 .../modules/alpha-generic/serial-modules      |     1 +
 .../modules/alpha-generic/squashfs-modules    |     1 +
 .../modules/alpha-generic/srm-modules         |     1 +
 .../modules/alpha-generic/usb-modules         |     1 +
 .../modules/alpha-generic/usb-serial-modules  |     1 +
 .../modules/alpha-generic/usb-storage-modules |     1 +
 .../modules/alpha-generic/xfs-modules         |     1 +
 debian/installer/modules/amd64/acpi-modules   |     2 +
 debian/installer/modules/amd64/ata-modules    |     2 +
 debian/installer/modules/amd64/btrfs-modules  |     1 +
 .../modules/amd64/cdrom-core-modules          |     2 +
 debian/installer/modules/amd64/crc-modules    |     2 +
 .../installer/modules/amd64/crypto-dm-modules |     1 +
 debian/installer/modules/amd64/crypto-modules |     1 +
 debian/installer/modules/amd64/efi-modules    |     1 +
 debian/installer/modules/amd64/event-modules  |     1 +
 debian/installer/modules/amd64/ext4-modules   |     1 +
 debian/installer/modules/amd64/f2fs-modules   |     1 +
 debian/installer/modules/amd64/fat-modules    |     2 +
 debian/installer/modules/amd64/fb-modules     |     4 +
 .../modules/amd64/firewire-core-modules       |     1 +
 debian/installer/modules/amd64/i2c-modules    |     1 +
 debian/installer/modules/amd64/input-modules  |     1 +
 debian/installer/modules/amd64/isofs-modules  |     1 +
 debian/installer/modules/amd64/jfs-modules    |     1 +
 debian/installer/modules/amd64/kernel-image   |     1 +
 debian/installer/modules/amd64/loop-modules   |     2 +
 debian/installer/modules/amd64/md-modules     |     2 +
 .../installer/modules/amd64/mmc-core-modules  |     1 +
 debian/installer/modules/amd64/mmc-modules    |     1 +
 debian/installer/modules/amd64/mouse-modules  |     1 +
 .../installer/modules/amd64/mtd-core-modules  |     1 +
 .../installer/modules/amd64/multipath-modules |     1 +
 debian/installer/modules/amd64/nbd-modules    |     1 +
 debian/installer/modules/amd64/nic-modules    |     1 +
 .../modules/amd64/nic-pcmcia-modules          |     1 +
 .../modules/amd64/nic-shared-modules          |     1 +
 .../installer/modules/amd64/nic-usb-modules   |     1 +
 .../modules/amd64/nic-wireless-modules        |     1 +
 debian/installer/modules/amd64/pata-modules   |     2 +
 debian/installer/modules/amd64/pcmcia-modules |     1 +
 .../modules/amd64/pcmcia-storage-modules      |     1 +
 debian/installer/modules/amd64/ppp-modules    |     2 +
 debian/installer/modules/amd64/rfkill-modules |     1 +
 debian/installer/modules/amd64/sata-modules   |     1 +
 .../installer/modules/amd64/scsi-core-modules |     4 +
 debian/installer/modules/amd64/scsi-modules   |     3 +
 .../installer/modules/amd64/scsi-nic-modules  |     1 +
 debian/installer/modules/amd64/serial-modules |     1 +
 debian/installer/modules/amd64/sound-modules  |     1 +
 .../installer/modules/amd64/speakup-modules   |     1 +
 .../installer/modules/amd64/squashfs-modules  |     1 +
 debian/installer/modules/amd64/udf-modules    |     1 +
 debian/installer/modules/amd64/uinput-modules |     1 +
 debian/installer/modules/amd64/usb-modules    |     1 +
 .../modules/amd64/usb-serial-modules          |     1 +
 .../modules/amd64/usb-storage-modules         |     2 +
 debian/installer/modules/amd64/xfs-modules    |     2 +
 debian/installer/modules/arm64/ata-modules    |     2 +
 debian/installer/modules/arm64/btrfs-modules  |     1 +
 .../modules/arm64/cdrom-core-modules          |     2 +
 debian/installer/modules/arm64/crc-modules    |     1 +
 .../installer/modules/arm64/crypto-dm-modules |     1 +
 debian/installer/modules/arm64/crypto-modules |     1 +
 debian/installer/modules/arm64/efi-modules    |     1 +
 debian/installer/modules/arm64/event-modules  |     1 +
 debian/installer/modules/arm64/ext4-modules   |     1 +
 debian/installer/modules/arm64/f2fs-modules   |     1 +
 debian/installer/modules/arm64/fat-modules    |     1 +
 debian/installer/modules/arm64/fb-modules     |    43 +
 debian/installer/modules/arm64/i2c-modules    |     6 +
 debian/installer/modules/arm64/input-modules  |     3 +
 debian/installer/modules/arm64/isofs-modules  |     1 +
 debian/installer/modules/arm64/jfs-modules    |     1 +
 debian/installer/modules/arm64/kernel-image   |    57 +
 debian/installer/modules/arm64/leds-modules   |     1 +
 debian/installer/modules/arm64/loop-modules   |     1 +
 debian/installer/modules/arm64/md-modules     |     1 +
 debian/installer/modules/arm64/mmc-modules    |     3 +
 .../installer/modules/arm64/mtd-core-modules  |     1 +
 .../installer/modules/arm64/multipath-modules |     1 +
 debian/installer/modules/arm64/nbd-modules    |     1 +
 debian/installer/modules/arm64/nic-modules    |     2 +
 .../modules/arm64/nic-shared-modules          |     1 +
 .../installer/modules/arm64/nic-usb-modules   |     1 +
 .../modules/arm64/nic-wireless-modules        |     1 +
 debian/installer/modules/arm64/ppp-modules    |     1 +
 debian/installer/modules/arm64/sata-modules   |     4 +
 .../installer/modules/arm64/scsi-core-modules |     1 +
 debian/installer/modules/arm64/scsi-modules   |     1 +
 .../installer/modules/arm64/scsi-nic-modules  |     1 +
 debian/installer/modules/arm64/sound-modules  |     1 +
 .../installer/modules/arm64/speakup-modules   |     1 +
 .../installer/modules/arm64/squashfs-modules  |     1 +
 debian/installer/modules/arm64/udf-modules    |     1 +
 debian/installer/modules/arm64/uinput-modules |     1 +
 debian/installer/modules/arm64/usb-modules    |    18 +
 .../modules/arm64/usb-serial-modules          |     1 +
 .../modules/arm64/usb-storage-modules         |     1 +
 debian/installer/modules/arm64/xfs-modules    |     1 +
 .../modules/armel-marvell/btrfs-modules       |     1 +
 .../modules/armel-marvell/cdrom-core-modules  |     2 +
 .../modules/armel-marvell/crc-modules         |     1 +
 .../modules/armel-marvell/crypto-dm-modules   |     1 +
 .../modules/armel-marvell/crypto-modules      |     1 +
 .../modules/armel-marvell/event-modules       |     2 +
 .../modules/armel-marvell/ext4-modules        |     1 +
 .../modules/armel-marvell/f2fs-modules        |     1 +
 .../modules/armel-marvell/fat-modules         |     1 +
 .../modules/armel-marvell/fb-modules          |     1 +
 .../modules/armel-marvell/input-modules       |     3 +
 .../modules/armel-marvell/ipv6-modules        |     1 +
 .../modules/armel-marvell/isofs-modules       |     1 +
 .../modules/armel-marvell/jffs2-modules       |     1 +
 .../modules/armel-marvell/jfs-modules         |     1 +
 .../modules/armel-marvell/kernel-image        |     1 +
 .../modules/armel-marvell/leds-modules        |     2 +
 .../modules/armel-marvell/loop-modules        |     1 +
 .../modules/armel-marvell/md-modules          |     1 +
 .../modules/armel-marvell/minix-modules       |     1 +
 .../modules/armel-marvell/mmc-core-modules    |     1 +
 .../modules/armel-marvell/mmc-modules         |     2 +
 .../modules/armel-marvell/mouse-modules       |     1 +
 .../modules/armel-marvell/mtd-core-modules    |     1 +
 .../modules/armel-marvell/mtd-modules         |    12 +
 .../modules/armel-marvell/multipath-modules   |     1 +
 .../modules/armel-marvell/nbd-modules         |     1 +
 .../modules/armel-marvell/nic-modules         |     2 +
 .../modules/armel-marvell/nic-shared-modules  |     1 +
 .../modules/armel-marvell/nic-usb-modules     |     1 +
 .../modules/armel-marvell/ppp-modules         |     2 +
 .../modules/armel-marvell/sata-modules        |     2 +
 .../modules/armel-marvell/scsi-core-modules   |     1 +
 .../modules/armel-marvell/squashfs-modules    |     1 +
 .../modules/armel-marvell/udf-modules         |     1 +
 .../modules/armel-marvell/uinput-modules      |     1 +
 .../modules/armel-marvell/usb-modules         |     2 +
 .../modules/armel-marvell/usb-serial-modules  |     1 +
 .../modules/armel-marvell/usb-storage-modules |     1 +
 .../installer/modules/armhf-armmp/ata-modules |     1 +
 .../modules/armhf-armmp/btrfs-modules         |     1 +
 .../modules/armhf-armmp/cdrom-core-modules    |     1 +
 .../installer/modules/armhf-armmp/crc-modules |     1 +
 .../modules/armhf-armmp/crypto-dm-modules     |     1 +
 .../modules/armhf-armmp/crypto-modules        |     1 +
 .../installer/modules/armhf-armmp/efi-modules |     1 +
 .../modules/armhf-armmp/event-modules         |     1 +
 .../modules/armhf-armmp/ext4-modules          |     1 +
 .../modules/armhf-armmp/f2fs-modules          |     1 +
 .../installer/modules/armhf-armmp/fat-modules |     1 +
 .../installer/modules/armhf-armmp/fb-modules  |     5 +
 .../installer/modules/armhf-armmp/i2c-modules |     5 +
 .../modules/armhf-armmp/input-modules         |     1 +
 .../modules/armhf-armmp/isofs-modules         |     1 +
 .../installer/modules/armhf-armmp/jfs-modules |     1 +
 .../modules/armhf-armmp/kernel-image          |    27 +
 .../modules/armhf-armmp/leds-modules          |     1 +
 .../modules/armhf-armmp/loop-modules          |     1 +
 .../installer/modules/armhf-armmp/md-modules  |     1 +
 .../installer/modules/armhf-armmp/mmc-modules |     1 +
 .../installer/modules/armhf-armmp/mtd-modules |     3 +
 .../modules/armhf-armmp/multipath-modules     |     1 +
 .../installer/modules/armhf-armmp/nbd-modules |     1 +
 .../installer/modules/armhf-armmp/nic-modules |    14 +
 .../modules/armhf-armmp/nic-shared-modules    |     1 +
 .../modules/armhf-armmp/nic-usb-modules       |     1 +
 .../modules/armhf-armmp/nic-wireless-modules  |     1 +
 .../modules/armhf-armmp/pata-modules          |     1 +
 .../installer/modules/armhf-armmp/ppp-modules |     1 +
 .../modules/armhf-armmp/sata-modules          |     5 +
 .../modules/armhf-armmp/scsi-core-modules     |     1 +
 .../modules/armhf-armmp/scsi-modules          |     2 +
 .../modules/armhf-armmp/scsi-nic-modules      |     1 +
 .../modules/armhf-armmp/sound-modules         |     1 +
 .../modules/armhf-armmp/speakup-modules       |     1 +
 .../modules/armhf-armmp/squashfs-modules      |     1 +
 .../installer/modules/armhf-armmp/udf-modules |     1 +
 .../modules/armhf-armmp/uinput-modules        |     1 +
 .../installer/modules/armhf-armmp/usb-modules |     4 +
 .../modules/armhf-armmp/usb-serial-modules    |     1 +
 .../modules/armhf-armmp/usb-storage-modules   |     1 +
 debian/installer/modules/ata-modules          |     2 +
 debian/installer/modules/btrfs-modules        |     1 +
 debian/installer/modules/cdrom-core-modules   |     2 +
 debian/installer/modules/crc-modules          |     9 +
 debian/installer/modules/crypto-dm-modules    |     1 +
 debian/installer/modules/crypto-modules       |    16 +
 debian/installer/modules/efi-modules          |     1 +
 debian/installer/modules/event-modules        |     1 +
 debian/installer/modules/ext4-modules         |     2 +
 debian/installer/modules/f2fs-modules         |     1 +
 debian/installer/modules/fat-modules          |     6 +
 debian/installer/modules/fb-modules           |    11 +
 .../installer/modules/firewire-core-modules   |     3 +
 debian/installer/modules/hfs-modules          |     2 +
 .../modules/hppa-parisc64/ata-modules         |     1 +
 .../modules/hppa-parisc64/btrfs-modules       |     1 +
 .../modules/hppa-parisc64/cdrom-core-modules  |     1 +
 .../modules/hppa-parisc64/crc-modules         |     1 +
 .../modules/hppa-parisc64/crypto-dm-modules   |     1 +
 .../modules/hppa-parisc64/crypto-modules      |     1 +
 .../modules/hppa-parisc64/event-modules       |     1 +
 .../modules/hppa-parisc64/ext4-modules        |     1 +
 .../modules/hppa-parisc64/f2fs-modules        |     1 +
 .../modules/hppa-parisc64/fat-modules         |     1 +
 .../modules/hppa-parisc64/fb-modules          |     4 +
 .../modules/hppa-parisc64/input-modules       |     1 +
 .../modules/hppa-parisc64/isofs-modules       |     1 +
 .../modules/hppa-parisc64/jfs-modules         |     1 +
 .../modules/hppa-parisc64/kernel-image        |     1 +
 .../modules/hppa-parisc64/loop-modules        |     1 +
 .../modules/hppa-parisc64/md-modules          |     1 +
 .../modules/hppa-parisc64/mouse-modules       |     1 +
 .../modules/hppa-parisc64/multipath-modules   |     1 +
 .../modules/hppa-parisc64/nbd-modules         |     1 +
 .../modules/hppa-parisc64/nic-modules         |     1 +
 .../modules/hppa-parisc64/nic-shared-modules  |     1 +
 .../modules/hppa-parisc64/nic-usb-modules     |     1 +
 .../modules/hppa-parisc64/pata-modules        |     1 +
 .../modules/hppa-parisc64/ppp-modules         |     1 +
 .../modules/hppa-parisc64/sata-modules        |     1 +
 .../modules/hppa-parisc64/scsi-core-modules   |     1 +
 .../modules/hppa-parisc64/scsi-modules        |     1 +
 .../modules/hppa-parisc64/serial-modules      |     1 +
 .../modules/hppa-parisc64/squashfs-modules    |     1 +
 .../modules/hppa-parisc64/usb-modules         |     1 +
 .../modules/hppa-parisc64/usb-serial-modules  |     1 +
 .../modules/hppa-parisc64/usb-storage-modules |     1 +
 .../modules/hppa-parisc64/xfs-modules         |     1 +
 debian/installer/modules/hppa/ata-modules     |     1 +
 debian/installer/modules/hppa/btrfs-modules   |     1 +
 .../installer/modules/hppa/cdrom-core-modules |     2 +
 debian/installer/modules/hppa/crc-modules     |     1 +
 .../installer/modules/hppa/crypto-dm-modules  |     1 +
 debian/installer/modules/hppa/crypto-modules  |     1 +
 debian/installer/modules/hppa/event-modules   |     1 +
 debian/installer/modules/hppa/ext4-modules    |     1 +
 debian/installer/modules/hppa/f2fs-modules    |     1 +
 debian/installer/modules/hppa/fat-modules     |     2 +
 debian/installer/modules/hppa/i2c-modules     |     1 +
 debian/installer/modules/hppa/input-modules   |     6 +
 debian/installer/modules/hppa/isofs-modules   |     1 +
 debian/installer/modules/hppa/jfs-modules     |     1 +
 debian/installer/modules/hppa/kernel-image    |     1 +
 debian/installer/modules/hppa/loop-modules    |     2 +
 debian/installer/modules/hppa/md-modules      |     2 +
 debian/installer/modules/hppa/mouse-modules   |     1 +
 .../installer/modules/hppa/multipath-modules  |     1 +
 debian/installer/modules/hppa/nbd-modules     |     1 +
 debian/installer/modules/hppa/nic-modules     |     4 +
 .../installer/modules/hppa/nic-shared-modules |     1 +
 debian/installer/modules/hppa/nic-usb-modules |     1 +
 debian/installer/modules/hppa/pata-modules    |     2 +
 debian/installer/modules/hppa/ppp-modules     |     2 +
 debian/installer/modules/hppa/sata-modules    |     2 +
 .../installer/modules/hppa/scsi-core-modules  |     1 +
 debian/installer/modules/hppa/scsi-modules    |    18 +
 debian/installer/modules/hppa/serial-modules  |     1 +
 .../installer/modules/hppa/squashfs-modules   |     1 +
 debian/installer/modules/hppa/usb-modules     |     1 +
 .../installer/modules/hppa/usb-serial-modules |     1 +
 .../modules/hppa/usb-storage-modules          |     2 +
 debian/installer/modules/hppa/xfs-modules     |     1 +
 debian/installer/modules/i2c-modules          |     3 +
 debian/installer/modules/i386/acpi-modules    |     2 +
 debian/installer/modules/i386/ata-modules     |     2 +
 debian/installer/modules/i386/btrfs-modules   |     1 +
 .../installer/modules/i386/cdrom-core-modules |     2 +
 debian/installer/modules/i386/crc-modules     |     2 +
 .../installer/modules/i386/crypto-dm-modules  |     1 +
 debian/installer/modules/i386/crypto-modules  |     1 +
 debian/installer/modules/i386/efi-modules     |     1 +
 debian/installer/modules/i386/event-modules   |     1 +
 debian/installer/modules/i386/ext4-modules    |     1 +
 debian/installer/modules/i386/f2fs-modules    |     1 +
 debian/installer/modules/i386/fat-modules     |     2 +
 debian/installer/modules/i386/fb-modules      |     6 +
 .../modules/i386/firewire-core-modules        |     1 +
 debian/installer/modules/i386/i2c-modules     |     1 +
 debian/installer/modules/i386/input-modules   |     5 +
 debian/installer/modules/i386/isofs-modules   |     1 +
 debian/installer/modules/i386/jfs-modules     |     1 +
 debian/installer/modules/i386/kernel-image    |     1 +
 debian/installer/modules/i386/loop-modules    |     2 +
 debian/installer/modules/i386/md-modules      |     2 +
 .../installer/modules/i386/mmc-core-modules   |     1 +
 debian/installer/modules/i386/mmc-modules     |     1 +
 debian/installer/modules/i386/mouse-modules   |     1 +
 .../installer/modules/i386/mtd-core-modules   |     1 +
 .../installer/modules/i386/multipath-modules  |     1 +
 debian/installer/modules/i386/nbd-modules     |     1 +
 debian/installer/modules/i386/nic-modules     |     1 +
 .../installer/modules/i386/nic-pcmcia-modules |     1 +
 .../installer/modules/i386/nic-shared-modules |     1 +
 debian/installer/modules/i386/nic-usb-modules |     1 +
 .../modules/i386/nic-wireless-modules         |     1 +
 debian/installer/modules/i386/pata-modules    |     2 +
 debian/installer/modules/i386/pcmcia-modules  |     1 +
 .../modules/i386/pcmcia-storage-modules       |     1 +
 debian/installer/modules/i386/ppp-modules     |     2 +
 debian/installer/modules/i386/rfkill-modules  |     1 +
 debian/installer/modules/i386/sata-modules    |     2 +
 .../installer/modules/i386/scsi-core-modules  |     4 +
 debian/installer/modules/i386/scsi-modules    |     1 +
 .../installer/modules/i386/scsi-nic-modules   |     1 +
 debian/installer/modules/i386/serial-modules  |     1 +
 debian/installer/modules/i386/sound-modules   |     1 +
 debian/installer/modules/i386/speakup-modules |     1 +
 .../installer/modules/i386/squashfs-modules   |     1 +
 debian/installer/modules/i386/udf-modules     |     1 +
 debian/installer/modules/i386/uinput-modules  |     1 +
 debian/installer/modules/i386/usb-modules     |     1 +
 .../installer/modules/i386/usb-serial-modules |     1 +
 .../modules/i386/usb-storage-modules          |     2 +
 debian/installer/modules/i386/xfs-modules     |     2 +
 debian/installer/modules/ia64/ata-modules     |     1 +
 debian/installer/modules/ia64/btrfs-modules   |     1 +
 .../installer/modules/ia64/cdrom-core-modules |     1 +
 debian/installer/modules/ia64/crc-modules     |     2 +
 .../installer/modules/ia64/crypto-dm-modules  |     1 +
 debian/installer/modules/ia64/crypto-modules  |     1 +
 debian/installer/modules/ia64/event-modules   |     1 +
 debian/installer/modules/ia64/ext4-modules    |     1 +
 debian/installer/modules/ia64/f2fs-modules    |     1 +
 debian/installer/modules/ia64/fat-modules     |     1 +
 debian/installer/modules/ia64/fb-modules      |     2 +
 .../modules/ia64/firewire-core-modules        |     2 +
 debian/installer/modules/ia64/i2c-modules     |     1 +
 debian/installer/modules/ia64/input-modules   |     1 +
 debian/installer/modules/ia64/isofs-modules   |     1 +
 debian/installer/modules/ia64/jfs-modules     |     1 +
 debian/installer/modules/ia64/kernel-image    |     1 +
 debian/installer/modules/ia64/loop-modules    |     2 +
 debian/installer/modules/ia64/md-modules      |     2 +
 debian/installer/modules/ia64/mouse-modules   |     1 +
 .../installer/modules/ia64/mtd-core-modules   |     1 +
 .../installer/modules/ia64/multipath-modules  |     1 +
 debian/installer/modules/ia64/nbd-modules     |     1 +
 debian/installer/modules/ia64/nic-modules     |     1 +
 .../installer/modules/ia64/nic-shared-modules |     1 +
 debian/installer/modules/ia64/nic-usb-modules |     1 +
 debian/installer/modules/ia64/pata-modules    |     1 +
 debian/installer/modules/ia64/pcmcia-modules  |     4 +
 debian/installer/modules/ia64/ppp-modules     |     2 +
 debian/installer/modules/ia64/sata-modules    |     2 +
 .../installer/modules/ia64/scsi-core-modules  |     1 +
 debian/installer/modules/ia64/scsi-modules    |     1 +
 .../installer/modules/ia64/scsi-nic-modules   |     1 +
 debian/installer/modules/ia64/serial-modules  |     1 +
 .../installer/modules/ia64/squashfs-modules   |     1 +
 debian/installer/modules/ia64/udf-modules     |     1 +
 debian/installer/modules/ia64/uinput-modules  |     1 +
 debian/installer/modules/ia64/usb-modules     |     1 +
 .../installer/modules/ia64/usb-serial-modules |     1 +
 .../modules/ia64/usb-storage-modules          |     2 +
 debian/installer/modules/ia64/xfs-modules     |     2 +
 debian/installer/modules/input-modules        |    49 +
 debian/installer/modules/ipv6-modules         |     1 +
 debian/installer/modules/isofs-modules        |     1 +
 debian/installer/modules/jffs2-modules        |     1 +
 debian/installer/modules/jfs-modules          |     1 +
 debian/installer/modules/kernel-image         |    40 +
 debian/installer/modules/leds-modules         |     1 +
 debian/installer/modules/loong64/ata-modules  |     1 +
 .../installer/modules/loong64/btrfs-modules   |     1 +
 .../modules/loong64/cdrom-core-modules        |     1 +
 debian/installer/modules/loong64/crc-modules  |     1 +
 .../modules/loong64/crypto-dm-modules         |     1 +
 .../installer/modules/loong64/crypto-modules  |     1 +
 debian/installer/modules/loong64/efi-modules  |     1 +
 .../installer/modules/loong64/event-modules   |     1 +
 debian/installer/modules/loong64/ext4-modules |     1 +
 debian/installer/modules/loong64/f2fs-modules |     1 +
 debian/installer/modules/loong64/fat-modules  |     1 +
 debian/installer/modules/loong64/fb-modules   |     1 +
 .../modules/loong64/firewire-core-modules     |     1 +
 debian/installer/modules/loong64/i2c-modules  |     1 +
 .../installer/modules/loong64/input-modules   |     1 +
 .../installer/modules/loong64/isofs-modules   |     1 +
 debian/installer/modules/loong64/jfs-modules  |     1 +
 debian/installer/modules/loong64/kernel-image |     1 +
 debian/installer/modules/loong64/loop-modules |     1 +
 debian/installer/modules/loong64/md-modules   |     1 +
 .../installer/modules/loong64/mouse-modules   |     1 +
 .../modules/loong64/mtd-core-modules          |     1 +
 debian/installer/modules/loong64/mtd-modules  |     1 +
 .../modules/loong64/multipath-modules         |     1 +
 debian/installer/modules/loong64/nbd-modules  |     1 +
 debian/installer/modules/loong64/nic-modules  |     1 +
 .../modules/loong64/nic-shared-modules        |     1 +
 .../installer/modules/loong64/nic-usb-modules |     1 +
 .../modules/loong64/nic-wireless-modules      |     1 +
 debian/installer/modules/loong64/pata-modules |     1 +
 debian/installer/modules/loong64/ppp-modules  |     1 +
 .../installer/modules/loong64/rfkill-modules  |     1 +
 debian/installer/modules/loong64/sata-modules |     1 +
 .../modules/loong64/scsi-core-modules         |     1 +
 debian/installer/modules/loong64/scsi-modules |     1 +
 .../modules/loong64/scsi-nic-modules          |     1 +
 .../installer/modules/loong64/serial-modules  |     1 +
 .../installer/modules/loong64/sound-modules   |     1 +
 .../installer/modules/loong64/speakup-modules |     1 +
 .../modules/loong64/squashfs-modules          |     1 +
 debian/installer/modules/loong64/udf-modules  |     1 +
 .../installer/modules/loong64/uinput-modules  |     1 +
 debian/installer/modules/loong64/usb-modules  |     1 +
 .../modules/loong64/usb-serial-modules        |     1 +
 .../modules/loong64/usb-storage-modules       |     1 +
 debian/installer/modules/loong64/xfs-modules  |     1 +
 debian/installer/modules/loop-modules         |     1 +
 debian/installer/modules/m68k/affs-modules    |     1 +
 debian/installer/modules/m68k/ata-modules     |     1 +
 debian/installer/modules/m68k/btrfs-modules   |     1 +
 .../installer/modules/m68k/cdrom-core-modules |     1 +
 debian/installer/modules/m68k/crc-modules     |     1 +
 debian/installer/modules/m68k/crypto-modules  |     1 +
 debian/installer/modules/m68k/ext4-modules    |     1 +
 debian/installer/modules/m68k/fat-modules     |     1 +
 debian/installer/modules/m68k/hfs-modules     |     1 +
 debian/installer/modules/m68k/isofs-modules   |     1 +
 debian/installer/modules/m68k/kernel-image    |     1 +
 debian/installer/modules/m68k/loop-modules    |     1 +
 debian/installer/modules/m68k/md-modules      |     1 +
 debian/installer/modules/m68k/nbd-modules     |     1 +
 debian/installer/modules/m68k/nic-modules     |     1 +
 .../installer/modules/m68k/nic-shared-modules |     1 +
 debian/installer/modules/m68k/pata-modules    |     1 +
 debian/installer/modules/m68k/ppp-modules     |     1 +
 .../installer/modules/m68k/scsi-core-modules  |     1 +
 debian/installer/modules/m68k/scsi-modules    |    13 +
 .../installer/modules/m68k/squashfs-modules   |     1 +
 debian/installer/modules/m68k/udf-modules     |     1 +
 debian/installer/modules/md-modules           |    14 +
 debian/installer/modules/minix-modules        |     1 +
 debian/installer/modules/mips/affs-modules    |     1 +
 debian/installer/modules/mips/ata-modules     |     1 +
 debian/installer/modules/mips/btrfs-modules   |     1 +
 .../installer/modules/mips/cdrom-core-modules |     1 +
 debian/installer/modules/mips/crc-modules     |     1 +
 .../installer/modules/mips/crypto-dm-modules  |     1 +
 debian/installer/modules/mips/crypto-modules  |     1 +
 debian/installer/modules/mips/event-modules   |     1 +
 debian/installer/modules/mips/ext4-modules    |     1 +
 debian/installer/modules/mips/f2fs-modules    |     1 +
 debian/installer/modules/mips/fat-modules     |     1 +
 debian/installer/modules/mips/fb-modules      |     6 +
 .../modules/mips/firewire-core-modules        |     1 +
 debian/installer/modules/mips/input-modules   |     1 +
 debian/installer/modules/mips/isofs-modules   |     1 +
 debian/installer/modules/mips/jfs-modules     |     1 +
 debian/installer/modules/mips/kernel-image    |     1 +
 debian/installer/modules/mips/loop-modules    |     1 +
 debian/installer/modules/mips/md-modules      |     1 +
 debian/installer/modules/mips/minix-modules   |     1 +
 .../installer/modules/mips/mmc-core-modules   |     1 +
 debian/installer/modules/mips/mmc-modules     |     1 +
 debian/installer/modules/mips/mouse-modules   |     1 +
 .../installer/modules/mips/multipath-modules  |     1 +
 debian/installer/modules/mips/nbd-modules     |     1 +
 debian/installer/modules/mips/nfs-modules     |     1 +
 debian/installer/modules/mips/nic-modules     |    15 +
 .../installer/modules/mips/nic-shared-modules |     1 +
 debian/installer/modules/mips/nic-usb-modules |     1 +
 .../modules/mips/nic-wireless-modules         |     1 +
 debian/installer/modules/mips/pata-modules    |     1 +
 debian/installer/modules/mips/ppp-modules     |     1 +
 debian/installer/modules/mips/qnx4-modules    |     1 +
 debian/installer/modules/mips/sata-modules    |     1 +
 .../installer/modules/mips/scsi-core-modules  |     1 +
 debian/installer/modules/mips/scsi-modules    |     4 +
 .../installer/modules/mips/scsi-nic-modules   |     1 +
 debian/installer/modules/mips/sound-modules   |     1 +
 debian/installer/modules/mips/speakup-modules |     1 +
 .../installer/modules/mips/squashfs-modules   |     1 +
 debian/installer/modules/mips/udf-modules     |     1 +
 debian/installer/modules/mips/usb-modules     |     2 +
 .../installer/modules/mips/usb-serial-modules |     1 +
 .../modules/mips/usb-storage-modules          |     1 +
 debian/installer/modules/mips/xfs-modules     |     1 +
 debian/installer/modules/mips64/affs-modules  |     1 +
 debian/installer/modules/mips64/ata-modules   |     1 +
 debian/installer/modules/mips64/btrfs-modules |     1 +
 .../modules/mips64/cdrom-core-modules         |     1 +
 debian/installer/modules/mips64/crc-modules   |     1 +
 .../modules/mips64/crypto-dm-modules          |     1 +
 .../installer/modules/mips64/crypto-modules   |     1 +
 debian/installer/modules/mips64/event-modules |     1 +
 debian/installer/modules/mips64/ext4-modules  |     1 +
 debian/installer/modules/mips64/f2fs-modules  |     1 +
 debian/installer/modules/mips64/fat-modules   |     1 +
 debian/installer/modules/mips64/fb-modules    |     6 +
 .../modules/mips64/firewire-core-modules      |     1 +
 debian/installer/modules/mips64/input-modules |     1 +
 debian/installer/modules/mips64/isofs-modules |     1 +
 debian/installer/modules/mips64/jfs-modules   |     1 +
 debian/installer/modules/mips64/kernel-image  |     1 +
 debian/installer/modules/mips64/loop-modules  |     1 +
 debian/installer/modules/mips64/md-modules    |     1 +
 debian/installer/modules/mips64/minix-modules |     1 +
 .../installer/modules/mips64/mmc-core-modules |     1 +
 debian/installer/modules/mips64/mmc-modules   |     1 +
 debian/installer/modules/mips64/mouse-modules |     1 +
 .../modules/mips64/multipath-modules          |     1 +
 debian/installer/modules/mips64/nbd-modules   |     1 +
 debian/installer/modules/mips64/nfs-modules   |     1 +
 debian/installer/modules/mips64/nic-modules   |    15 +
 .../modules/mips64/nic-shared-modules         |     1 +
 .../installer/modules/mips64/nic-usb-modules  |     1 +
 .../modules/mips64/nic-wireless-modules       |     1 +
 debian/installer/modules/mips64/pata-modules  |     1 +
 debian/installer/modules/mips64/ppp-modules   |     1 +
 debian/installer/modules/mips64/qnx4-modules  |     1 +
 debian/installer/modules/mips64/sata-modules  |     1 +
 .../modules/mips64/scsi-core-modules          |     1 +
 debian/installer/modules/mips64/scsi-modules  |     4 +
 .../installer/modules/mips64/scsi-nic-modules |     1 +
 debian/installer/modules/mips64/sound-modules |     1 +
 .../installer/modules/mips64/speakup-modules  |     1 +
 .../installer/modules/mips64/squashfs-modules |     1 +
 debian/installer/modules/mips64/udf-modules   |     1 +
 debian/installer/modules/mips64/usb-modules   |     2 +
 .../modules/mips64/usb-serial-modules         |     1 +
 .../modules/mips64/usb-storage-modules        |     1 +
 debian/installer/modules/mips64/xfs-modules   |     1 +
 .../installer/modules/mips64el/affs-modules   |     1 +
 debian/installer/modules/mips64el/ata-modules |     1 +
 .../installer/modules/mips64el/btrfs-modules  |     1 +
 .../modules/mips64el/cdrom-core-modules       |     1 +
 debian/installer/modules/mips64el/crc-modules |     1 +
 .../modules/mips64el/crypto-dm-modules        |     1 +
 .../installer/modules/mips64el/crypto-modules |     1 +
 .../installer/modules/mips64el/event-modules  |     1 +
 .../installer/modules/mips64el/ext4-modules   |     1 +
 .../installer/modules/mips64el/f2fs-modules   |     1 +
 debian/installer/modules/mips64el/fat-modules |     1 +
 debian/installer/modules/mips64el/fb-modules  |     6 +
 .../modules/mips64el/firewire-core-modules    |     1 +
 .../installer/modules/mips64el/input-modules  |     1 +
 .../installer/modules/mips64el/isofs-modules  |     1 +
 debian/installer/modules/mips64el/jfs-modules |     1 +
 .../installer/modules/mips64el/kernel-image   |     1 +
 .../installer/modules/mips64el/loop-modules   |     1 +
 debian/installer/modules/mips64el/md-modules  |     1 +
 .../installer/modules/mips64el/minix-modules  |     1 +
 .../modules/mips64el/mmc-core-modules         |     1 +
 debian/installer/modules/mips64el/mmc-modules |     1 +
 .../installer/modules/mips64el/mouse-modules  |     1 +
 .../modules/mips64el/multipath-modules        |     1 +
 debian/installer/modules/mips64el/nbd-modules |     1 +
 debian/installer/modules/mips64el/nfs-modules |     1 +
 debian/installer/modules/mips64el/nic-modules |    15 +
 .../modules/mips64el/nic-shared-modules       |     1 +
 .../modules/mips64el/nic-usb-modules          |     1 +
 .../modules/mips64el/nic-wireless-modules     |     1 +
 .../installer/modules/mips64el/pata-modules   |     1 +
 debian/installer/modules/mips64el/ppp-modules |     1 +
 .../installer/modules/mips64el/qnx4-modules   |     1 +
 .../installer/modules/mips64el/sata-modules   |     1 +
 .../modules/mips64el/scsi-core-modules        |     1 +
 .../installer/modules/mips64el/scsi-modules   |     4 +
 .../modules/mips64el/scsi-nic-modules         |     1 +
 .../installer/modules/mips64el/sound-modules  |     1 +
 .../modules/mips64el/speakup-modules          |     1 +
 .../modules/mips64el/squashfs-modules         |     1 +
 debian/installer/modules/mips64el/udf-modules |     1 +
 debian/installer/modules/mips64el/usb-modules |     2 +
 .../modules/mips64el/usb-serial-modules       |     1 +
 .../modules/mips64el/usb-storage-modules      |     1 +
 debian/installer/modules/mips64el/xfs-modules |     1 +
 .../installer/modules/mips64r6/affs-modules   |     1 +
 debian/installer/modules/mips64r6/ata-modules |     1 +
 .../installer/modules/mips64r6/btrfs-modules  |     1 +
 .../modules/mips64r6/cdrom-core-modules       |     1 +
 debian/installer/modules/mips64r6/crc-modules |     1 +
 .../modules/mips64r6/crypto-dm-modules        |     1 +
 .../installer/modules/mips64r6/crypto-modules |     1 +
 .../installer/modules/mips64r6/event-modules  |     1 +
 .../installer/modules/mips64r6/ext4-modules   |     1 +
 .../installer/modules/mips64r6/f2fs-modules   |     1 +
 debian/installer/modules/mips64r6/fat-modules |     1 +
 debian/installer/modules/mips64r6/fb-modules  |     6 +
 .../modules/mips64r6/firewire-core-modules    |     1 +
 .../installer/modules/mips64r6/input-modules  |     1 +
 .../installer/modules/mips64r6/isofs-modules  |     1 +
 debian/installer/modules/mips64r6/jfs-modules |     1 +
 .../installer/modules/mips64r6/kernel-image   |     1 +
 .../installer/modules/mips64r6/loop-modules   |     1 +
 debian/installer/modules/mips64r6/md-modules  |     1 +
 .../installer/modules/mips64r6/minix-modules  |     1 +
 .../modules/mips64r6/mmc-core-modules         |     1 +
 debian/installer/modules/mips64r6/mmc-modules |     1 +
 .../installer/modules/mips64r6/mouse-modules  |     1 +
 .../modules/mips64r6/multipath-modules        |     1 +
 debian/installer/modules/mips64r6/nbd-modules |     1 +
 debian/installer/modules/mips64r6/nfs-modules |     1 +
 debian/installer/modules/mips64r6/nic-modules |    15 +
 .../modules/mips64r6/nic-shared-modules       |     1 +
 .../modules/mips64r6/nic-usb-modules          |     1 +
 .../modules/mips64r6/nic-wireless-modules     |     1 +
 .../installer/modules/mips64r6/pata-modules   |     1 +
 debian/installer/modules/mips64r6/ppp-modules |     1 +
 .../installer/modules/mips64r6/qnx4-modules   |     1 +
 .../installer/modules/mips64r6/sata-modules   |     1 +
 .../modules/mips64r6/scsi-core-modules        |     1 +
 .../installer/modules/mips64r6/scsi-modules   |     4 +
 .../modules/mips64r6/scsi-nic-modules         |     1 +
 .../installer/modules/mips64r6/sound-modules  |     1 +
 .../modules/mips64r6/speakup-modules          |     1 +
 .../modules/mips64r6/squashfs-modules         |     1 +
 debian/installer/modules/mips64r6/udf-modules |     1 +
 debian/installer/modules/mips64r6/usb-modules |     2 +
 .../modules/mips64r6/usb-serial-modules       |     1 +
 .../modules/mips64r6/usb-storage-modules      |     1 +
 debian/installer/modules/mips64r6/xfs-modules |     1 +
 .../installer/modules/mips64r6el/affs-modules |     1 +
 .../installer/modules/mips64r6el/ata-modules  |     1 +
 .../modules/mips64r6el/btrfs-modules          |     1 +
 .../modules/mips64r6el/cdrom-core-modules     |     1 +
 .../installer/modules/mips64r6el/crc-modules  |     1 +
 .../modules/mips64r6el/crypto-dm-modules      |     1 +
 .../modules/mips64r6el/crypto-modules         |     1 +
 .../modules/mips64r6el/event-modules          |     1 +
 .../installer/modules/mips64r6el/ext4-modules |     1 +
 .../installer/modules/mips64r6el/f2fs-modules |     1 +
 .../installer/modules/mips64r6el/fat-modules  |     1 +
 .../installer/modules/mips64r6el/fb-modules   |     6 +
 .../modules/mips64r6el/firewire-core-modules  |     1 +
 .../modules/mips64r6el/input-modules          |     1 +
 .../modules/mips64r6el/isofs-modules          |     1 +
 .../installer/modules/mips64r6el/jfs-modules  |     1 +
 .../installer/modules/mips64r6el/kernel-image |     1 +
 .../installer/modules/mips64r6el/loop-modules |     1 +
 .../installer/modules/mips64r6el/md-modules   |     1 +
 .../modules/mips64r6el/minix-modules          |     1 +
 .../modules/mips64r6el/mmc-core-modules       |     1 +
 .../installer/modules/mips64r6el/mmc-modules  |     1 +
 .../modules/mips64r6el/mouse-modules          |     1 +
 .../modules/mips64r6el/multipath-modules      |     1 +
 .../installer/modules/mips64r6el/nbd-modules  |     1 +
 .../installer/modules/mips64r6el/nfs-modules  |     1 +
 .../installer/modules/mips64r6el/nic-modules  |    15 +
 .../modules/mips64r6el/nic-shared-modules     |     1 +
 .../modules/mips64r6el/nic-usb-modules        |     1 +
 .../modules/mips64r6el/nic-wireless-modules   |     1 +
 .../installer/modules/mips64r6el/pata-modules |     1 +
 .../installer/modules/mips64r6el/ppp-modules  |     1 +
 .../installer/modules/mips64r6el/qnx4-modules |     1 +
 .../installer/modules/mips64r6el/sata-modules |     1 +
 .../modules/mips64r6el/scsi-core-modules      |     1 +
 .../installer/modules/mips64r6el/scsi-modules |     4 +
 .../modules/mips64r6el/scsi-nic-modules       |     1 +
 .../modules/mips64r6el/sound-modules          |     1 +
 .../modules/mips64r6el/speakup-modules        |     1 +
 .../modules/mips64r6el/squashfs-modules       |     1 +
 .../installer/modules/mips64r6el/udf-modules  |     1 +
 .../installer/modules/mips64r6el/usb-modules  |     2 +
 .../modules/mips64r6el/usb-serial-modules     |     1 +
 .../modules/mips64r6el/usb-storage-modules    |     1 +
 .../installer/modules/mips64r6el/xfs-modules  |     1 +
 debian/installer/modules/mipsel/affs-modules  |     1 +
 debian/installer/modules/mipsel/ata-modules   |     1 +
 debian/installer/modules/mipsel/btrfs-modules |     1 +
 .../modules/mipsel/cdrom-core-modules         |     1 +
 debian/installer/modules/mipsel/crc-modules   |     1 +
 .../modules/mipsel/crypto-dm-modules          |     1 +
 .../installer/modules/mipsel/crypto-modules   |     1 +
 debian/installer/modules/mipsel/event-modules |     1 +
 debian/installer/modules/mipsel/ext4-modules  |     1 +
 debian/installer/modules/mipsel/f2fs-modules  |     1 +
 debian/installer/modules/mipsel/fat-modules   |     1 +
 debian/installer/modules/mipsel/fb-modules    |     6 +
 .../modules/mipsel/firewire-core-modules      |     1 +
 debian/installer/modules/mipsel/input-modules |     1 +
 debian/installer/modules/mipsel/isofs-modules |     1 +
 debian/installer/modules/mipsel/jfs-modules   |     1 +
 debian/installer/modules/mipsel/kernel-image  |     1 +
 debian/installer/modules/mipsel/loop-modules  |     1 +
 debian/installer/modules/mipsel/md-modules    |     1 +
 debian/installer/modules/mipsel/minix-modules |     1 +
 .../installer/modules/mipsel/mmc-core-modules |     1 +
 debian/installer/modules/mipsel/mmc-modules   |     1 +
 debian/installer/modules/mipsel/mouse-modules |     1 +
 .../modules/mipsel/multipath-modules          |     1 +
 debian/installer/modules/mipsel/nbd-modules   |     1 +
 debian/installer/modules/mipsel/nfs-modules   |     1 +
 debian/installer/modules/mipsel/nic-modules   |    15 +
 .../modules/mipsel/nic-shared-modules         |     1 +
 .../installer/modules/mipsel/nic-usb-modules  |     1 +
 .../modules/mipsel/nic-wireless-modules       |     1 +
 debian/installer/modules/mipsel/pata-modules  |     1 +
 debian/installer/modules/mipsel/ppp-modules   |     1 +
 debian/installer/modules/mipsel/qnx4-modules  |     1 +
 debian/installer/modules/mipsel/sata-modules  |     1 +
 .../modules/mipsel/scsi-core-modules          |     1 +
 debian/installer/modules/mipsel/scsi-modules  |     4 +
 .../installer/modules/mipsel/scsi-nic-modules |     1 +
 debian/installer/modules/mipsel/sound-modules |     1 +
 .../installer/modules/mipsel/speakup-modules  |     1 +
 .../installer/modules/mipsel/squashfs-modules |     1 +
 debian/installer/modules/mipsel/udf-modules   |     1 +
 debian/installer/modules/mipsel/usb-modules   |     2 +
 .../modules/mipsel/usb-serial-modules         |     1 +
 .../modules/mipsel/usb-storage-modules        |     1 +
 debian/installer/modules/mipsel/xfs-modules   |     1 +
 debian/installer/modules/mipsr6/affs-modules  |     1 +
 debian/installer/modules/mipsr6/ata-modules   |     1 +
 debian/installer/modules/mipsr6/btrfs-modules |     1 +
 .../modules/mipsr6/cdrom-core-modules         |     1 +
 debian/installer/modules/mipsr6/crc-modules   |     1 +
 .../modules/mipsr6/crypto-dm-modules          |     1 +
 .../installer/modules/mipsr6/crypto-modules   |     1 +
 debian/installer/modules/mipsr6/event-modules |     1 +
 debian/installer/modules/mipsr6/ext4-modules  |     1 +
 debian/installer/modules/mipsr6/f2fs-modules  |     1 +
 debian/installer/modules/mipsr6/fat-modules   |     1 +
 debian/installer/modules/mipsr6/fb-modules    |     6 +
 .../modules/mipsr6/firewire-core-modules      |     1 +
 debian/installer/modules/mipsr6/input-modules |     1 +
 debian/installer/modules/mipsr6/isofs-modules |     1 +
 debian/installer/modules/mipsr6/jfs-modules   |     1 +
 debian/installer/modules/mipsr6/kernel-image  |     1 +
 debian/installer/modules/mipsr6/loop-modules  |     1 +
 debian/installer/modules/mipsr6/md-modules    |     1 +
 debian/installer/modules/mipsr6/minix-modules |     1 +
 .../installer/modules/mipsr6/mmc-core-modules |     1 +
 debian/installer/modules/mipsr6/mmc-modules   |     1 +
 debian/installer/modules/mipsr6/mouse-modules |     1 +
 .../modules/mipsr6/multipath-modules          |     1 +
 debian/installer/modules/mipsr6/nbd-modules   |     1 +
 debian/installer/modules/mipsr6/nfs-modules   |     1 +
 debian/installer/modules/mipsr6/nic-modules   |    15 +
 .../modules/mipsr6/nic-shared-modules         |     1 +
 .../installer/modules/mipsr6/nic-usb-modules  |     1 +
 .../modules/mipsr6/nic-wireless-modules       |     1 +
 debian/installer/modules/mipsr6/pata-modules  |     1 +
 debian/installer/modules/mipsr6/ppp-modules   |     1 +
 debian/installer/modules/mipsr6/qnx4-modules  |     1 +
 debian/installer/modules/mipsr6/sata-modules  |     1 +
 .../modules/mipsr6/scsi-core-modules          |     1 +
 debian/installer/modules/mipsr6/scsi-modules  |     4 +
 .../installer/modules/mipsr6/scsi-nic-modules |     1 +
 debian/installer/modules/mipsr6/sound-modules |     1 +
 .../installer/modules/mipsr6/speakup-modules  |     1 +
 .../installer/modules/mipsr6/squashfs-modules |     1 +
 debian/installer/modules/mipsr6/udf-modules   |     1 +
 debian/installer/modules/mipsr6/usb-modules   |     2 +
 .../modules/mipsr6/usb-serial-modules         |     1 +
 .../modules/mipsr6/usb-storage-modules        |     1 +
 debian/installer/modules/mipsr6/xfs-modules   |     1 +
 .../installer/modules/mipsr6el/affs-modules   |     1 +
 debian/installer/modules/mipsr6el/ata-modules |     1 +
 .../installer/modules/mipsr6el/btrfs-modules  |     1 +
 .../modules/mipsr6el/cdrom-core-modules       |     1 +
 debian/installer/modules/mipsr6el/crc-modules |     1 +
 .../modules/mipsr6el/crypto-dm-modules        |     1 +
 .../installer/modules/mipsr6el/crypto-modules |     1 +
 .../installer/modules/mipsr6el/event-modules  |     1 +
 .../installer/modules/mipsr6el/ext4-modules   |     1 +
 .../installer/modules/mipsr6el/f2fs-modules   |     1 +
 debian/installer/modules/mipsr6el/fat-modules |     1 +
 debian/installer/modules/mipsr6el/fb-modules  |     6 +
 .../modules/mipsr6el/firewire-core-modules    |     1 +
 .../installer/modules/mipsr6el/input-modules  |     1 +
 .../installer/modules/mipsr6el/isofs-modules  |     1 +
 debian/installer/modules/mipsr6el/jfs-modules |     1 +
 .../installer/modules/mipsr6el/kernel-image   |     1 +
 .../installer/modules/mipsr6el/loop-modules   |     1 +
 debian/installer/modules/mipsr6el/md-modules  |     1 +
 .../installer/modules/mipsr6el/minix-modules  |     1 +
 .../modules/mipsr6el/mmc-core-modules         |     1 +
 debian/installer/modules/mipsr6el/mmc-modules |     1 +
 .../installer/modules/mipsr6el/mouse-modules  |     1 +
 .../modules/mipsr6el/multipath-modules        |     1 +
 debian/installer/modules/mipsr6el/nbd-modules |     1 +
 debian/installer/modules/mipsr6el/nfs-modules |     1 +
 debian/installer/modules/mipsr6el/nic-modules |    15 +
 .../modules/mipsr6el/nic-shared-modules       |     1 +
 .../modules/mipsr6el/nic-usb-modules          |     1 +
 .../modules/mipsr6el/nic-wireless-modules     |     1 +
 .../installer/modules/mipsr6el/pata-modules   |     1 +
 debian/installer/modules/mipsr6el/ppp-modules |     1 +
 .../installer/modules/mipsr6el/qnx4-modules   |     1 +
 .../installer/modules/mipsr6el/sata-modules   |     1 +
 .../modules/mipsr6el/scsi-core-modules        |     1 +
 .../installer/modules/mipsr6el/scsi-modules   |     4 +
 .../modules/mipsr6el/scsi-nic-modules         |     1 +
 .../installer/modules/mipsr6el/sound-modules  |     1 +
 .../modules/mipsr6el/speakup-modules          |     1 +
 .../modules/mipsr6el/squashfs-modules         |     1 +
 debian/installer/modules/mipsr6el/udf-modules |     1 +
 debian/installer/modules/mipsr6el/usb-modules |     2 +
 .../modules/mipsr6el/usb-serial-modules       |     1 +
 .../modules/mipsr6el/usb-storage-modules      |     1 +
 debian/installer/modules/mipsr6el/xfs-modules |     1 +
 debian/installer/modules/mmc-core-modules     |     1 +
 debian/installer/modules/mmc-modules          |     8 +
 debian/installer/modules/mouse-modules        |     1 +
 debian/installer/modules/mtd-core-modules     |     1 +
 debian/installer/modules/mtd-modules          |     1 +
 debian/installer/modules/multipath-modules    |     4 +
 debian/installer/modules/nbd-modules          |     1 +
 debian/installer/modules/nfs-modules          |     3 +
 debian/installer/modules/nic-modules          |    29 +
 debian/installer/modules/nic-pcmcia-modules   |     5 +
 debian/installer/modules/nic-shared-modules   |    11 +
 debian/installer/modules/nic-usb-modules      |    12 +
 debian/installer/modules/nic-wireless-modules |    21 +
 debian/installer/modules/pata-modules         |     9 +
 debian/installer/modules/pcmcia-modules       |     8 +
 .../installer/modules/pcmcia-storage-modules  |     2 +
 .../modules/powerpc-powerpc64/affs-modules    |     1 +
 .../modules/powerpc-powerpc64/ata-modules     |     1 +
 .../modules/powerpc-powerpc64/btrfs-modules   |     1 +
 .../powerpc-powerpc64/cdrom-core-modules      |     1 +
 .../modules/powerpc-powerpc64/crc-modules     |     1 +
 .../powerpc-powerpc64/crypto-dm-modules       |     1 +
 .../modules/powerpc-powerpc64/crypto-modules  |     1 +
 .../modules/powerpc-powerpc64/event-modules   |     1 +
 .../modules/powerpc-powerpc64/ext4-modules    |     1 +
 .../modules/powerpc-powerpc64/f2fs-modules    |     1 +
 .../powerpc-powerpc64/fancontrol-modules      |    19 +
 .../modules/powerpc-powerpc64/fat-modules     |     1 +
 .../modules/powerpc-powerpc64/fb-modules      |     4 +
 .../powerpc-powerpc64/firewire-core-modules   |     1 +
 .../modules/powerpc-powerpc64/hfs-modules     |     1 +
 .../powerpc-powerpc64/hypervisor-modules      |     2 +
 .../modules/powerpc-powerpc64/i2c-modules     |     1 +
 .../modules/powerpc-powerpc64/input-modules   |     1 +
 .../modules/powerpc-powerpc64/isofs-modules   |     1 +
 .../modules/powerpc-powerpc64/jfs-modules     |     1 +
 .../modules/powerpc-powerpc64/kernel-image    |     1 +
 .../modules/powerpc-powerpc64/loop-modules    |     1 +
 .../modules/powerpc-powerpc64/md-modules      |     1 +
 .../powerpc-powerpc64/mmc-core-modules        |     1 +
 .../modules/powerpc-powerpc64/mouse-modules   |     1 +
 .../powerpc-powerpc64/mtd-core-modules        |     1 +
 .../powerpc-powerpc64/multipath-modules       |     1 +
 .../modules/powerpc-powerpc64/nbd-modules     |     1 +
 .../modules/powerpc-powerpc64/nic-modules     |     1 +
 .../powerpc-powerpc64/nic-pcmcia-modules      |     1 +
 .../powerpc-powerpc64/nic-shared-modules      |     1 +
 .../modules/powerpc-powerpc64/nic-usb-modules |     1 +
 .../powerpc-powerpc64/nic-wireless-modules    |     1 +
 .../modules/powerpc-powerpc64/pata-modules    |     1 +
 .../modules/powerpc-powerpc64/pcmcia-modules  |     1 +
 .../powerpc-powerpc64/pcmcia-storage-modules  |     1 +
 .../modules/powerpc-powerpc64/ppp-modules     |     1 +
 .../modules/powerpc-powerpc64/sata-modules    |     1 +
 .../powerpc-powerpc64/scsi-core-modules       |     1 +
 .../modules/powerpc-powerpc64/scsi-modules    |     7 +
 .../powerpc-powerpc64/scsi-nic-modules        |     1 +
 .../modules/powerpc-powerpc64/serial-modules  |     1 +
 .../powerpc-powerpc64/squashfs-modules        |     1 +
 .../modules/powerpc-powerpc64/udf-modules     |     1 +
 .../modules/powerpc-powerpc64/uinput-modules  |     1 +
 .../modules/powerpc-powerpc64/usb-modules     |     1 +
 .../powerpc-powerpc64/usb-serial-modules      |     1 +
 .../powerpc-powerpc64/usb-storage-modules     |     1 +
 .../modules/powerpc-powerpc64/xfs-modules     |     1 +
 debian/installer/modules/powerpc/affs-modules |     2 +
 debian/installer/modules/powerpc/ata-modules  |     1 +
 .../installer/modules/powerpc/btrfs-modules   |     1 +
 .../modules/powerpc/cdrom-core-modules        |     2 +
 debian/installer/modules/powerpc/crc-modules  |     1 +
 .../modules/powerpc/crypto-dm-modules         |     1 +
 .../installer/modules/powerpc/crypto-modules  |     1 +
 .../installer/modules/powerpc/event-modules   |     1 +
 debian/installer/modules/powerpc/ext4-modules |     1 +
 debian/installer/modules/powerpc/f2fs-modules |     1 +
 debian/installer/modules/powerpc/fat-modules  |     2 +
 debian/installer/modules/powerpc/fb-modules   |     7 +
 .../modules/powerpc/firewire-core-modules     |     1 +
 debian/installer/modules/powerpc/hfs-modules  |     1 +
 .../installer/modules/powerpc/input-modules   |     3 +
 .../installer/modules/powerpc/isofs-modules   |     1 +
 debian/installer/modules/powerpc/jfs-modules  |     2 +
 debian/installer/modules/powerpc/kernel-image |     2 +
 debian/installer/modules/powerpc/loop-modules |     2 +
 debian/installer/modules/powerpc/md-modules   |     2 +
 .../modules/powerpc/mmc-core-modules          |     1 +
 .../installer/modules/powerpc/mouse-modules   |     1 +
 .../modules/powerpc/multipath-modules         |     1 +
 debian/installer/modules/powerpc/nbd-modules  |     1 +
 debian/installer/modules/powerpc/nic-modules  |     1 +
 .../modules/powerpc/nic-pcmcia-modules        |     1 +
 .../modules/powerpc/nic-shared-modules        |     2 +
 .../installer/modules/powerpc/nic-usb-modules |     1 +
 .../modules/powerpc/nic-wireless-modules      |     1 +
 debian/installer/modules/powerpc/pata-modules |     1 +
 .../installer/modules/powerpc/pcmcia-modules  |     1 +
 .../modules/powerpc/pcmcia-storage-modules    |     2 +
 debian/installer/modules/powerpc/ppp-modules  |     2 +
 debian/installer/modules/powerpc/sata-modules |     2 +
 .../modules/powerpc/scsi-core-modules         |     1 +
 debian/installer/modules/powerpc/scsi-modules |     1 +
 .../modules/powerpc/scsi-nic-modules          |     1 +
 .../installer/modules/powerpc/serial-modules  |     1 +
 .../modules/powerpc/squashfs-modules          |     1 +
 debian/installer/modules/powerpc/udf-modules  |     1 +
 .../installer/modules/powerpc/uinput-modules  |     1 +
 debian/installer/modules/powerpc/usb-modules  |     1 +
 .../modules/powerpc/usb-serial-modules        |     1 +
 .../modules/powerpc/usb-storage-modules       |     2 +
 debian/installer/modules/powerpc/xfs-modules  |     2 +
 debian/installer/modules/ppc64/affs-modules   |     1 +
 debian/installer/modules/ppc64/ata-modules    |     1 +
 debian/installer/modules/ppc64/btrfs-modules  |     1 +
 .../modules/ppc64/cdrom-core-modules          |     1 +
 debian/installer/modules/ppc64/crc-modules    |     1 +
 .../installer/modules/ppc64/crypto-dm-modules |     1 +
 debian/installer/modules/ppc64/crypto-modules |     1 +
 debian/installer/modules/ppc64/event-modules  |     1 +
 debian/installer/modules/ppc64/ext4-modules   |     1 +
 debian/installer/modules/ppc64/f2fs-modules   |     1 +
 .../modules/ppc64/fancontrol-modules          |    19 +
 debian/installer/modules/ppc64/fat-modules    |     1 +
 debian/installer/modules/ppc64/fb-modules     |     4 +
 .../modules/ppc64/firewire-core-modules       |     1 +
 debian/installer/modules/ppc64/hfs-modules    |     1 +
 .../modules/ppc64/hypervisor-modules          |     2 +
 debian/installer/modules/ppc64/i2c-modules    |     1 +
 debian/installer/modules/ppc64/input-modules  |     1 +
 debian/installer/modules/ppc64/isofs-modules  |     1 +
 debian/installer/modules/ppc64/jfs-modules    |     1 +
 debian/installer/modules/ppc64/kernel-image   |     1 +
 debian/installer/modules/ppc64/loop-modules   |     1 +
 debian/installer/modules/ppc64/md-modules     |     1 +
 .../installer/modules/ppc64/mmc-core-modules  |     1 +
 debian/installer/modules/ppc64/mouse-modules  |     1 +
 .../installer/modules/ppc64/mtd-core-modules  |     1 +
 .../installer/modules/ppc64/multipath-modules |     1 +
 debian/installer/modules/ppc64/nbd-modules    |     1 +
 debian/installer/modules/ppc64/nic-modules    |     1 +
 .../modules/ppc64/nic-pcmcia-modules          |     1 +
 .../modules/ppc64/nic-shared-modules          |     1 +
 .../installer/modules/ppc64/nic-usb-modules   |     1 +
 .../modules/ppc64/nic-wireless-modules        |     1 +
 debian/installer/modules/ppc64/pata-modules   |     1 +
 debian/installer/modules/ppc64/pcmcia-modules |     1 +
 .../modules/ppc64/pcmcia-storage-modules      |     1 +
 debian/installer/modules/ppc64/ppp-modules    |     1 +
 debian/installer/modules/ppc64/sata-modules   |     1 +
 .../installer/modules/ppc64/scsi-core-modules |     1 +
 debian/installer/modules/ppc64/scsi-modules   |     7 +
 .../installer/modules/ppc64/scsi-nic-modules  |     1 +
 debian/installer/modules/ppc64/serial-modules |     1 +
 .../installer/modules/ppc64/squashfs-modules  |     1 +
 debian/installer/modules/ppc64/udf-modules    |     1 +
 debian/installer/modules/ppc64/uinput-modules |     1 +
 debian/installer/modules/ppc64/usb-modules    |     1 +
 .../modules/ppc64/usb-serial-modules          |     1 +
 .../modules/ppc64/usb-storage-modules         |     1 +
 debian/installer/modules/ppc64/xfs-modules    |     1 +
 debian/installer/modules/ppc64el/ata-modules  |     1 +
 .../installer/modules/ppc64el/btrfs-modules   |     1 +
 .../modules/ppc64el/cdrom-core-modules        |     1 +
 debian/installer/modules/ppc64el/crc-modules  |     1 +
 .../modules/ppc64el/crypto-dm-modules         |     1 +
 .../installer/modules/ppc64el/crypto-modules  |     1 +
 .../installer/modules/ppc64el/event-modules   |     1 +
 debian/installer/modules/ppc64el/ext4-modules |     1 +
 debian/installer/modules/ppc64el/f2fs-modules |     1 +
 .../modules/ppc64el/fancontrol-modules        |     1 +
 debian/installer/modules/ppc64el/fat-modules  |     1 +
 debian/installer/modules/ppc64el/fb-modules   |     3 +
 .../modules/ppc64el/firewire-core-modules     |     1 +
 .../modules/ppc64el/hypervisor-modules        |     1 +
 debian/installer/modules/ppc64el/i2c-modules  |     1 +
 .../installer/modules/ppc64el/input-modules   |     1 +
 .../installer/modules/ppc64el/isofs-modules   |     1 +
 debian/installer/modules/ppc64el/jfs-modules  |     1 +
 debian/installer/modules/ppc64el/kernel-image |     1 +
 debian/installer/modules/ppc64el/loop-modules |     1 +
 debian/installer/modules/ppc64el/md-modules   |     1 +
 .../installer/modules/ppc64el/mouse-modules   |     1 +
 .../modules/ppc64el/mtd-core-modules          |     1 +
 .../modules/ppc64el/multipath-modules         |     1 +
 debian/installer/modules/ppc64el/nbd-modules  |     1 +
 debian/installer/modules/ppc64el/nic-modules  |     1 +
 .../modules/ppc64el/nic-shared-modules        |     1 +
 .../installer/modules/ppc64el/nic-usb-modules |     1 +
 .../modules/ppc64el/nic-wireless-modules      |     1 +
 debian/installer/modules/ppc64el/ppp-modules  |     1 +
 debian/installer/modules/ppc64el/sata-modules |     1 +
 .../modules/ppc64el/scsi-core-modules         |     1 +
 debian/installer/modules/ppc64el/scsi-modules |     1 +
 .../modules/ppc64el/scsi-nic-modules          |     1 +
 .../installer/modules/ppc64el/serial-modules  |     1 +
 .../modules/ppc64el/squashfs-modules          |     1 +
 debian/installer/modules/ppc64el/udf-modules  |     1 +
 .../installer/modules/ppc64el/uinput-modules  |     1 +
 debian/installer/modules/ppc64el/usb-modules  |     1 +
 .../modules/ppc64el/usb-serial-modules        |     1 +
 .../modules/ppc64el/usb-storage-modules       |     1 +
 debian/installer/modules/ppc64el/xfs-modules  |     1 +
 debian/installer/modules/ppp-modules          |     5 +
 debian/installer/modules/qnx4-modules         |     1 +
 debian/installer/modules/rfkill-modules       |     1 +
 debian/installer/modules/riscv64/ata-modules  |     1 +
 .../installer/modules/riscv64/btrfs-modules   |     1 +
 .../modules/riscv64/cdrom-core-modules        |     1 +
 debian/installer/modules/riscv64/crc-modules  |     1 +
 .../modules/riscv64/crypto-dm-modules         |     1 +
 .../installer/modules/riscv64/crypto-modules  |     1 +
 debian/installer/modules/riscv64/efi-modules  |     1 +
 .../installer/modules/riscv64/event-modules   |     1 +
 debian/installer/modules/riscv64/ext4-modules |     1 +
 debian/installer/modules/riscv64/f2fs-modules |     1 +
 debian/installer/modules/riscv64/fat-modules  |     1 +
 debian/installer/modules/riscv64/fb-modules   |     1 +
 debian/installer/modules/riscv64/i2c-modules  |     1 +
 .../installer/modules/riscv64/input-modules   |     1 +
 .../installer/modules/riscv64/isofs-modules   |     1 +
 debian/installer/modules/riscv64/jfs-modules  |     1 +
 debian/installer/modules/riscv64/kernel-image |    17 +
 debian/installer/modules/riscv64/loop-modules |     1 +
 debian/installer/modules/riscv64/md-modules   |     1 +
 .../modules/riscv64/mmc-core-modules          |     1 +
 debian/installer/modules/riscv64/mmc-modules  |     1 +
 .../modules/riscv64/mtd-core-modules          |     1 +
 debian/installer/modules/riscv64/mtd-modules  |     1 +
 .../modules/riscv64/multipath-modules         |     1 +
 debian/installer/modules/riscv64/nbd-modules  |     1 +
 debian/installer/modules/riscv64/nic-modules  |     1 +
 .../modules/riscv64/nic-shared-modules        |     1 +
 .../installer/modules/riscv64/nic-usb-modules |     1 +
 .../modules/riscv64/nic-wireless-modules      |     1 +
 debian/installer/modules/riscv64/pata-modules |     1 +
 debian/installer/modules/riscv64/ppp-modules  |     1 +
 debian/installer/modules/riscv64/sata-modules |     1 +
 .../modules/riscv64/scsi-core-modules         |     1 +
 debian/installer/modules/riscv64/scsi-modules |     2 +
 .../modules/riscv64/scsi-nic-modules          |     1 +
 .../modules/riscv64/squashfs-modules          |     1 +
 debian/installer/modules/riscv64/udf-modules  |     1 +
 debian/installer/modules/riscv64/usb-modules  |     1 +
 .../modules/riscv64/usb-serial-modules        |     1 +
 .../modules/riscv64/usb-storage-modules       |     1 +
 debian/installer/modules/riscv64/xfs-modules  |     1 +
 debian/installer/modules/s390x/btrfs-modules  |     1 +
 .../modules/s390x/cdrom-core-modules          |     1 +
 debian/installer/modules/s390x/crc-modules    |     1 +
 .../installer/modules/s390x/crypto-dm-modules |     1 +
 debian/installer/modules/s390x/crypto-modules |     1 +
 .../modules/s390x/dasd-extra-modules          |     1 +
 debian/installer/modules/s390x/dasd-modules   |     2 +
 debian/installer/modules/s390x/ext4-modules   |     1 +
 debian/installer/modules/s390x/f2fs-modules   |     1 +
 debian/installer/modules/s390x/fat-modules    |     2 +
 debian/installer/modules/s390x/isofs-modules  |     1 +
 debian/installer/modules/s390x/kernel-image   |     2 +
 debian/installer/modules/s390x/loop-modules   |     1 +
 debian/installer/modules/s390x/md-modules     |     2 +
 .../installer/modules/s390x/mtd-core-modules  |     1 +
 .../installer/modules/s390x/multipath-modules |     1 +
 debian/installer/modules/s390x/nbd-modules    |     1 +
 debian/installer/modules/s390x/nic-modules    |     7 +
 .../installer/modules/s390x/scsi-core-modules |     2 +
 debian/installer/modules/s390x/scsi-modules   |     2 +
 debian/installer/modules/s390x/udf-modules    |     1 +
 debian/installer/modules/s390x/xfs-modules    |     2 +
 debian/installer/modules/sata-modules         |    13 +
 debian/installer/modules/scsi-core-modules    |     5 +
 debian/installer/modules/scsi-modules         |    48 +
 debian/installer/modules/scsi-nic-modules     |     4 +
 debian/installer/modules/serial-modules       |     3 +
 .../modules/sh4-sh7751r/btrfs-modules         |     1 +
 .../modules/sh4-sh7751r/cdrom-core-modules    |     2 +
 .../installer/modules/sh4-sh7751r/crc-modules |     1 +
 .../modules/sh4-sh7751r/crypto-dm-modules     |     1 +
 .../modules/sh4-sh7751r/crypto-modules        |     1 +
 .../modules/sh4-sh7751r/ext4-modules          |     1 +
 .../modules/sh4-sh7751r/f2fs-modules          |     1 +
 .../installer/modules/sh4-sh7751r/fat-modules |     1 +
 .../modules/sh4-sh7751r/firewire-core-modules |     1 +
 .../installer/modules/sh4-sh7751r/i2c-modules |     1 +
 .../modules/sh4-sh7751r/isofs-modules         |     1 +
 .../installer/modules/sh4-sh7751r/jfs-modules |     1 +
 .../modules/sh4-sh7751r/kernel-image          |     1 +
 .../modules/sh4-sh7751r/loop-modules          |     1 +
 .../installer/modules/sh4-sh7751r/md-modules  |     1 +
 .../modules/sh4-sh7751r/minix-modules         |     1 +
 .../modules/sh4-sh7751r/multipath-modules     |     1 +
 .../installer/modules/sh4-sh7751r/nbd-modules |     1 +
 .../installer/modules/sh4-sh7751r/nic-modules |     6 +
 .../modules/sh4-sh7751r/nic-shared-modules    |     1 +
 .../modules/sh4-sh7751r/nic-usb-modules       |     1 +
 .../modules/sh4-sh7751r/pata-modules          |     1 +
 .../installer/modules/sh4-sh7751r/ppp-modules |     1 +
 .../modules/sh4-sh7751r/sata-modules          |     1 +
 .../modules/sh4-sh7751r/sound-modules         |     1 +
 .../modules/sh4-sh7751r/speakup-modules       |     1 +
 .../modules/sh4-sh7751r/squashfs-modules      |     1 +
 .../installer/modules/sh4-sh7751r/udf-modules |     1 +
 .../modules/sh4-sh7751r/usb-serial-modules    |     1 +
 .../modules/sh4-sh7751r/usb-storage-modules   |     1 +
 .../installer/modules/sh4-sh7751r/xfs-modules |     1 +
 .../modules/sh4-sh7785lcr/ata-modules         |     1 +
 .../modules/sh4-sh7785lcr/btrfs-modules       |     1 +
 .../modules/sh4-sh7785lcr/cdrom-core-modules  |     2 +
 .../modules/sh4-sh7785lcr/crc-modules         |     1 +
 .../modules/sh4-sh7785lcr/crypto-dm-modules   |     1 +
 .../modules/sh4-sh7785lcr/crypto-modules      |     1 +
 .../modules/sh4-sh7785lcr/ext4-modules        |     1 +
 .../modules/sh4-sh7785lcr/f2fs-modules        |     1 +
 .../modules/sh4-sh7785lcr/fat-modules         |     1 +
 .../sh4-sh7785lcr/firewire-core-modules       |     1 +
 .../modules/sh4-sh7785lcr/i2c-modules         |     1 +
 .../modules/sh4-sh7785lcr/isofs-modules       |     1 +
 .../modules/sh4-sh7785lcr/jfs-modules         |     1 +
 .../modules/sh4-sh7785lcr/kernel-image        |     1 +
 .../modules/sh4-sh7785lcr/loop-modules        |     1 +
 .../modules/sh4-sh7785lcr/md-modules          |     1 +
 .../modules/sh4-sh7785lcr/minix-modules       |     1 +
 .../modules/sh4-sh7785lcr/multipath-modules   |     1 +
 .../modules/sh4-sh7785lcr/nbd-modules         |     1 +
 .../modules/sh4-sh7785lcr/nic-modules         |     6 +
 .../modules/sh4-sh7785lcr/nic-shared-modules  |     1 +
 .../modules/sh4-sh7785lcr/nic-usb-modules     |     1 +
 .../modules/sh4-sh7785lcr/pata-modules        |     1 +
 .../modules/sh4-sh7785lcr/ppp-modules         |     1 +
 .../modules/sh4-sh7785lcr/sata-modules        |     1 +
 .../modules/sh4-sh7785lcr/scsi-core-modules   |     1 +
 .../modules/sh4-sh7785lcr/sound-modules       |     1 +
 .../modules/sh4-sh7785lcr/speakup-modules     |     1 +
 .../modules/sh4-sh7785lcr/squashfs-modules    |     1 +
 .../modules/sh4-sh7785lcr/udf-modules         |     1 +
 .../modules/sh4-sh7785lcr/usb-modules         |     1 +
 .../modules/sh4-sh7785lcr/usb-serial-modules  |     1 +
 .../modules/sh4-sh7785lcr/xfs-modules         |     1 +
 debian/installer/modules/sound-modules        |    15 +
 debian/installer/modules/sparc64/ata-modules  |     1 +
 .../installer/modules/sparc64/btrfs-modules   |     1 +
 .../modules/sparc64/cdrom-core-modules        |     2 +
 debian/installer/modules/sparc64/crc-modules  |     1 +
 .../modules/sparc64/crypto-dm-modules         |     1 +
 .../installer/modules/sparc64/crypto-modules  |     1 +
 debian/installer/modules/sparc64/ext4-modules |     1 +
 debian/installer/modules/sparc64/f2fs-modules |     1 +
 debian/installer/modules/sparc64/fat-modules  |     2 +
 debian/installer/modules/sparc64/fb-modules   |     1 +
 debian/installer/modules/sparc64/i2c-modules  |     1 +
 .../installer/modules/sparc64/input-modules   |     1 +
 .../installer/modules/sparc64/isofs-modules   |     1 +
 debian/installer/modules/sparc64/jfs-modules  |     1 +
 debian/installer/modules/sparc64/kernel-image |     1 +
 debian/installer/modules/sparc64/md-modules   |     2 +
 .../modules/sparc64/multipath-modules         |     1 +
 debian/installer/modules/sparc64/nbd-modules  |     1 +
 debian/installer/modules/sparc64/nic-modules  |     4 +
 .../modules/sparc64/nic-shared-modules        |     1 +
 .../installer/modules/sparc64/nic-usb-modules |     1 +
 debian/installer/modules/sparc64/pata-modules |     1 +
 debian/installer/modules/sparc64/ppp-modules  |     2 +
 debian/installer/modules/sparc64/sata-modules |     1 +
 .../modules/sparc64/scsi-core-modules         |     6 +
 debian/installer/modules/sparc64/scsi-modules |    26 +
 .../modules/sparc64/squashfs-modules          |     1 +
 debian/installer/modules/sparc64/udf-modules  |     1 +
 debian/installer/modules/sparc64/ufs-modules  |     1 +
 debian/installer/modules/sparc64/usb-modules  |     1 +
 .../modules/sparc64/usb-serial-modules        |     1 +
 .../modules/sparc64/usb-storage-modules       |     2 +
 debian/installer/modules/sparc64/xfs-modules  |     2 +
 debian/installer/modules/speakup-modules      |    15 +
 debian/installer/modules/squashfs-modules     |     1 +
 debian/installer/modules/udf-modules          |     1 +
 debian/installer/modules/ufs-modules          |     1 +
 debian/installer/modules/uinput-modules       |     1 +
 debian/installer/modules/usb-modules          |    21 +
 debian/installer/modules/usb-serial-modules   |    28 +
 debian/installer/modules/usb-storage-modules  |     2 +
 debian/installer/modules/xfs-modules          |     2 +
 debian/installer/package-list                 |   443 +
 debian/lib/python/debian_linux/__init__.py    |     1 +
 debian/lib/python/debian_linux/abi.py         |    45 +
 debian/lib/python/debian_linux/config.py      |   257 +
 debian/lib/python/debian_linux/config_v2.py   |   612 +
 .../python/debian_linux/dataclasses_extra.py  |   113 +
 debian/lib/python/debian_linux/debian.py      |   705 +
 debian/lib/python/debian_linux/firmware.py    |    90 +
 debian/lib/python/debian_linux/gencontrol.py  |   682 +
 debian/lib/python/debian_linux/kconfig.py     |    93 +
 debian/lib/python/debian_linux/test_debian.py |   424 +
 debian/lib/python/debian_linux/utils.py       |    76 +
 debian/libcpupower-dev.install                |     2 +
 debian/libcpupower1.install                   |     1 +
 debian/libcpupower1.lintian-overrides         |     2 +
 debian/libcpupower1.symbols                   |    56 +
 debian/linux-cpupower.install                 |     4 +
 debian/linux-cpupower.manpages                |     3 +
 debian/linux-perf.lintian-overrides           |    11 +
 debian/linux-perf.postinst                    |    11 +
 debian/linux-perf.postrm                      |    22 +
 debian/linux-perf.preinst                     |    22 +
 debian/linux-perf.prerm                       |    11 +
 debian/lockdep.dirs                           |     1 +
 debian/rtla.links                             |     2 +
 debian/rules                                  |   159 +
 debian/rules.d/Makefile.inc                   |    60 +
 debian/rules.d/certs/Makefile                 |     7 +
 debian/rules.d/scripts/Makefile               |    47 +
 debian/rules.d/scripts/basic/Makefile         |     4 +
 debian/rules.d/scripts/genksyms/Makefile      |    16 +
 debian/rules.d/scripts/kconfig/Makefile       |    16 +
 debian/rules.d/scripts/mod/Makefile           |    22 +
 debian/rules.d/scripts/mod/Makefile.real      |    23 +
 debian/rules.d/scripts/mod/elfconfig.h        |     7 +
 debian/rules.d/scripts/mod/gendef.py          |    20 +
 debian/rules.d/scripts/mod/modpost.c          |   136 +
 .../scripts/mod/real-lsb-32/elfconfig.h       |     4 +
 .../rules.d/scripts/mod/real-lsb-32/types.h   |     3 +
 .../scripts/mod/real-lsb-64/elfconfig.h       |     4 +
 .../rules.d/scripts/mod/real-lsb-64/types.h   |     3 +
 .../scripts/mod/real-msb-32/elfconfig.h       |     4 +
 .../rules.d/scripts/mod/real-msb-32/types.h   |     3 +
 .../scripts/mod/real-msb-64/elfconfig.h       |     4 +
 .../rules.d/scripts/mod/real-msb-64/types.h   |     3 +
 debian/rules.d/scripts/mod/types.h            |    12 +
 debian/rules.d/tools/bpf/bpftool/Makefile     |    27 +
 debian/rules.d/tools/hv/Makefile              |    17 +
 debian/rules.d/tools/objtool/Makefile         |    18 +
 debian/rules.d/tools/objtool/objtool.c        |    21 +
 debian/rules.d/tools/perf/Makefile            |    74 +
 debian/rules.d/tools/power/cpupower/Makefile  |    26 +
 debian/rules.d/tools/power/x86/Makefile       |     5 +
 .../tools/power/x86/turbostat/Makefile        |     9 +
 .../power/x86/x86_energy_perf_policy/Makefile |     7 +
 debian/rules.d/tools/tracing/rtla/Makefile    |    20 +
 debian/rules.d/tools/usb/usbip/Makefile       |    31 +
 debian/rules.defs                             |     2 +
 debian/rules.real                             |   468 +
 debian/signing_templates/README.source        |     4 +
 debian/signing_templates/rules                |    24 +
 debian/signing_templates/rules.defs           |     2 +
 debian/signing_templates/rules.real           |   109 +
 debian/signing_templates/source/format        |     1 +
 debian/source/format                          |     2 +
 debian/source/include-binaries                |     1 +
 debian/source/lintian-overrides               |    23 +
 debian/templates/config.control.in            |    13 +
 debian/templates/docs.control.in              |    15 +
 debian/templates/docs.meta.control.in         |    10 +
 debian/templates/docs.meta.maintscript.in     |     1 +
 debian/templates/extra.control.in             |     0
 debian/templates/headers.control.in           |    15 +
 .../templates/headers.featureset.control.in   |    15 +
 debian/templates/headers.meta.control.in      |     8 +
 debian/templates/headers.meta.maintscript.in  |     1 +
 debian/templates/headers.postinst.in          |    18 +
 debian/templates/headers.tests-control.in     |     4 +
 debian/templates/image-dbg.control.in         |     9 +
 .../templates/image-dbg.lintian-overrides.j2  |    32 +
 debian/templates/image-dbg.meta.control.in    |     9 +
 .../image-dbg.meta.lintian-overrides.in       |     1 +
 .../templates/image-dbg.meta.maintscript.in   |     1 +
 debian/templates/image-unsigned.NEWS.in       |    83 +
 debian/templates/image-unsigned.control.in    |    12 +
 .../image-unsigned.lintian-overrides.j2       |    13 +
 debian/templates/image-unsigned.postinst.in   |    25 +
 debian/templates/image-unsigned.postrm.in     |    31 +
 debian/templates/image-unsigned.preinst.in    |    21 +
 debian/templates/image-unsigned.prerm.in      |    17 +
 debian/templates/image.NEWS.in                |    83 +
 debian/templates/image.bug/control            |     2 +
 debian/templates/image.bug/include-0version   |     9 +
 debian/templates/image.bug/include-1cmdline   |     9 +
 debian/templates/image.bug/include-1tainted   |    42 +
 debian/templates/image.bug/include-dmesg      |    21 +
 debian/templates/image.bug/include-model      |    60 +
 debian/templates/image.bug/include-modules    |    13 +
 debian/templates/image.bug/include-network    |    69 +
 debian/templates/image.bug/include-pci        |    12 +
 debian/templates/image.bug/include-pstore     |    77 +
 debian/templates/image.bug/include-usb        |    11 +
 debian/templates/image.bug/presubj            |     8 +
 debian/templates/image.bug/script             |    46 +
 debian/templates/image.control.in             |    10 +
 debian/templates/image.lintian-overrides.j2   |    13 +
 debian/templates/image.meta.bug-presubj.in    |     5 +
 debian/templates/image.meta.control.in        |     9 +
 debian/templates/image.meta.maintscript.in    |     1 +
 debian/templates/image.postinst.in            |    25 +
 debian/templates/image.postrm.in              |    31 +
 debian/templates/image.preinst.in             |    21 +
 debian/templates/image.prerm.in               |    17 +
 debian/templates/image.tests-control.in       |     0
 debian/templates/libc-dev.control.in          |    13 +
 debian/templates/main.control.in              |    12 +
 debian/templates/main.tests-control.in        |     3 +
 debian/templates/signed-template.control.in   |     7 +
 .../signed-template.lintian-overrides.in      |     1 +
 .../templates/signed.headers.meta.control.in  |     8 +
 .../signed.headers.meta.lintian-overrides.in  |     3 +
 .../signed.headers.meta.maintscript.in        |     1 +
 debian/templates/signed.image.NEWS.in         |    83 +
 debian/templates/signed.image.control.in      |    20 +
 debian/templates/signed.image.postinst.in     |    25 +
 debian/templates/signed.image.postrm.in       |    31 +
 debian/templates/signed.image.preinst.in      |    21 +
 debian/templates/signed.image.prerm.in        |    17 +
 debian/templates/signed.source.control.in     |    14 +
 .../signed.source.lintian-overrides.in        |     7 +
 debian/templates/source.control.in            |    39 +
 debian/templates/sourcebin.control.in         |    16 +
 debian/templates/sourcebin.meta.control.in    |     9 +
 .../templates/sourcebin.meta.maintscript.in   |     1 +
 debian/templates/tools-unversioned.control.in |   164 +
 debian/templates/tools-versioned.control.in   |     8 +
 debian/tests/headers-kbuild                   |    46 +
 debian/upstream/rt-signing-key.pgp            |   Bin 0 -> 84522 bytes
 debian/upstream/signing-key.asc               |   249 +
 debian/usbip.install                          |     2 +
 debian/usbip.manpages                         |     2 +
 debian/watch                                  |     3 +
 1474 files changed, 120690 insertions(+), 5 deletions(-)
 create mode 100644 debian/README.Debian
 create mode 100644 debian/README.source
 create mode 100755 debian/bin/buildcheck.py
 create mode 100755 debian/bin/check-patches.sh
 create mode 100644 debian/bin/debian_linux/__init__.py
 create mode 100644 debian/bin/debian_linux/abi.py
 create mode 100644 debian/bin/debian_linux/config.py
 create mode 100644 debian/bin/debian_linux/config_v2.py
 create mode 100644 debian/bin/debian_linux/dataclasses_extra.py
 create mode 100644 debian/bin/debian_linux/debian.py
 create mode 100644 debian/bin/debian_linux/firmware.py
 create mode 100644 debian/bin/debian_linux/gencontrol.py
 create mode 100644 debian/bin/debian_linux/kconfig.py
 create mode 100644 debian/bin/debian_linux/test_debian.py
 create mode 100644 debian/bin/debian_linux/utils.py
 create mode 100755 debian/bin/diff-gencontrol
 create mode 100755 debian/bin/fix-shebang
 create mode 100755 debian/bin/gencontrol.py
 create mode 100755 debian/bin/genorig.py
 create mode 100755 debian/bin/genpatch-lockdown
 create mode 100755 debian/bin/git-tag-gpg-wrapper
 create mode 100755 debian/bin/kconfig.py
 create mode 100755 debian/bin/no-depmod
 create mode 100755 debian/bin/stable-update
 create mode 100755 debian/bin/stable-update.sh
 create mode 100755 debian/bin/test-patches
 create mode 100755 debian/bin/update-bug-taint-list
 create mode 100644 debian/certs/ci-test-sign/ci-test-sign-key.pem
 create mode 100644 debian/certs/ci-test-sign/ci-test-sign.pem
 create mode 100644 debian/certs/wireless-regdb-benh@debian.org.pem
 create mode 100644 debian/certs/wireless-regdb-romain.perier@gmail.com.pem
 create mode 100644 debian/changelog
 create mode 100644 debian/changelog.old
 create mode 100644 debian/config/alpha/config
 create mode 100644 debian/config/alpha/config.alpha-generic
 create mode 100644 debian/config/alpha/config.alpha-smp
 create mode 100644 debian/config/alpha/defines.toml
 create mode 100644 debian/config/amd64/config
 create mode 100644 debian/config/amd64/config.cloud-amd64
 create mode 100644 debian/config/amd64/defines.toml
 create mode 100644 debian/config/arm64/config
 create mode 100644 debian/config/arm64/config.cloud-arm64
 create mode 100644 debian/config/arm64/defines.toml
 create mode 100644 debian/config/arm64/rt/config
 create mode 100644 debian/config/armel/config
 create mode 100644 debian/config/armel/config.rpi
 create mode 100644 debian/config/armel/defines.toml
 create mode 100644 debian/config/armhf/config
 create mode 100644 debian/config/armhf/config.armmp-lpae
 create mode 100644 debian/config/armhf/defines.toml
 create mode 100644 debian/config/config
 create mode 100644 debian/config/config.cloud
 create mode 100644 debian/config/defines.toml
 create mode 100644 debian/config/featureset-rt/config
 create mode 100644 debian/config/hppa/config
 create mode 100644 debian/config/hppa/config.parisc
 create mode 100644 debian/config/hppa/config.parisc64
 create mode 100644 debian/config/hppa/defines.toml
 create mode 100644 debian/config/i386/config
 create mode 100644 debian/config/i386/config.686
 create mode 100644 debian/config/i386/config.686-pae
 create mode 100644 debian/config/i386/defines.toml
 create mode 100644 debian/config/kernelarch-arm/config
 create mode 100644 debian/config/kernelarch-mips/config
 create mode 100644 debian/config/kernelarch-mips/config.boston
 create mode 100644 debian/config/kernelarch-mips/config.loongson-3
 create mode 100644 debian/config/kernelarch-mips/config.malta
 create mode 100644 debian/config/kernelarch-mips/config.mips32r2
 create mode 100644 debian/config/kernelarch-mips/config.mips32r6
 create mode 100644 debian/config/kernelarch-mips/config.mips64r2
 create mode 100644 debian/config/kernelarch-mips/config.mips64r6
 create mode 100644 debian/config/kernelarch-mips/config.octeon
 create mode 100644 debian/config/kernelarch-powerpc/config
 create mode 100644 debian/config/kernelarch-powerpc/config-arch-64
 create mode 100644 debian/config/kernelarch-powerpc/config-arch-64-be
 create mode 100644 debian/config/kernelarch-powerpc/config-arch-64-le
 create mode 100644 debian/config/kernelarch-sparc/config
 create mode 100644 debian/config/kernelarch-sparc/config-smp
 create mode 100644 debian/config/kernelarch-sparc/config-up
 create mode 100644 debian/config/kernelarch-x86/config
 create mode 100644 debian/config/loong64/config
 create mode 100644 debian/config/loong64/defines.toml
 create mode 100644 debian/config/m68k/README.build
 create mode 100644 debian/config/m68k/config
 create mode 100644 debian/config/m68k/defines.toml
 create mode 100644 debian/config/mips/config
 create mode 100644 debian/config/mips/defines.toml
 create mode 100644 debian/config/mips64/config
 create mode 100644 debian/config/mips64/defines.toml
 create mode 100644 debian/config/mips64el/config
 create mode 100644 debian/config/mips64el/defines.toml
 create mode 100644 debian/config/mips64r6el/README
 create mode 100644 debian/config/mips64r6el/config
 create mode 100644 debian/config/mips64r6el/defines.toml
 create mode 100644 debian/config/mipsel/config
 create mode 100644 debian/config/mipsel/defines.toml
 create mode 100644 debian/config/powerpc/config.powerpc
 create mode 100644 debian/config/powerpc/config.powerpc-smp
 create mode 100644 debian/config/powerpc/defines.toml
 create mode 100644 debian/config/ppc64/defines.toml
 create mode 100644 debian/config/ppc64el/defines.toml
 create mode 100644 debian/config/riscv64/config
 create mode 100644 debian/config/riscv64/defines.toml
 create mode 100644 debian/config/s390x/config
 create mode 100644 debian/config/s390x/defines.toml
 create mode 100644 debian/config/sh4/config
 create mode 100644 debian/config/sh4/config.sh7751r
 create mode 100644 debian/config/sh4/config.sh7785lcr
 create mode 100644 debian/config/sh4/defines.toml
 create mode 100644 debian/config/sparc64/defines.toml
 create mode 100644 debian/copyright
 create mode 100644 debian/hyperv-daemons.README.Debian
 create mode 100644 debian/hyperv-daemons.hv-fcopy-daemon.init
 create mode 100644 debian/hyperv-daemons.hv-fcopy-daemon.service
 create mode 100644 debian/hyperv-daemons.hv-kvp-daemon.init
 create mode 100644 debian/hyperv-daemons.hv-kvp-daemon.service
 create mode 100644 debian/hyperv-daemons.hv-vss-daemon.init
 create mode 100644 debian/hyperv-daemons.hv-vss-daemon.service
 create mode 100644 debian/hyperv-daemons.lintian-overrides
 create mode 100644 debian/hyperv-daemons.maintscript
 create mode 100644 debian/hyperv-daemons.postinst
 create mode 100644 debian/hyperv-daemons.preinst
 create mode 100644 debian/hyperv-daemons.udev
 create mode 100644 debian/installer/modules/acpi-modules
 create mode 100644 debian/installer/modules/affs-modules
 create mode 100644 debian/installer/modules/alpha-generic/ata-modules
 create mode 100644 debian/installer/modules/alpha-generic/btrfs-modules
 create mode 100644 debian/installer/modules/alpha-generic/cdrom-core-modules
 create mode 100644 debian/installer/modules/alpha-generic/crc-modules
 create mode 100644 debian/installer/modules/alpha-generic/crypto-dm-modules
 create mode 100644 debian/installer/modules/alpha-generic/crypto-modules
 create mode 100644 debian/installer/modules/alpha-generic/event-modules
 create mode 100644 debian/installer/modules/alpha-generic/ext4-modules
 create mode 100644 debian/installer/modules/alpha-generic/f2fs-modules
 create mode 100644 debian/installer/modules/alpha-generic/fat-modules
 create mode 100644 debian/installer/modules/alpha-generic/fb-modules
 create mode 100644 debian/installer/modules/alpha-generic/i2c-modules
 create mode 100644 debian/installer/modules/alpha-generic/input-modules
 create mode 100644 debian/installer/modules/alpha-generic/isofs-modules
 create mode 100644 debian/installer/modules/alpha-generic/jfs-modules
 create mode 100644 debian/installer/modules/alpha-generic/kernel-image
 create mode 100644 debian/installer/modules/alpha-generic/loop-modules
 create mode 100644 debian/installer/modules/alpha-generic/md-modules
 create mode 100644 debian/installer/modules/alpha-generic/mouse-modules
 create mode 100644 debian/installer/modules/alpha-generic/multipath-modules
 create mode 100644 debian/installer/modules/alpha-generic/nbd-modules
 create mode 100644 debian/installer/modules/alpha-generic/nic-modules
 create mode 100644 debian/installer/modules/alpha-generic/nic-pcmcia-modules
 create mode 100644 debian/installer/modules/alpha-generic/nic-shared-modules
 create mode 100644 debian/installer/modules/alpha-generic/nic-usb-modules
 create mode 100644 debian/installer/modules/alpha-generic/nic-wireless-modules
 create mode 100644 debian/installer/modules/alpha-generic/pata-modules
 create mode 100644 debian/installer/modules/alpha-generic/pcmcia-modules
 create mode 100644 debian/installer/modules/alpha-generic/ppp-modules
 create mode 100644 debian/installer/modules/alpha-generic/sata-modules
 create mode 100644 debian/installer/modules/alpha-generic/scsi-core-modules
 create mode 100644 debian/installer/modules/alpha-generic/scsi-modules
 create mode 100644 debian/installer/modules/alpha-generic/scsi-nic-modules
 create mode 100644 debian/installer/modules/alpha-generic/serial-modules
 create mode 100644 debian/installer/modules/alpha-generic/squashfs-modules
 create mode 100644 debian/installer/modules/alpha-generic/srm-modules
 create mode 100644 debian/installer/modules/alpha-generic/usb-modules
 create mode 100644 debian/installer/modules/alpha-generic/usb-serial-modules
 create mode 100644 debian/installer/modules/alpha-generic/usb-storage-modules
 create mode 100644 debian/installer/modules/alpha-generic/xfs-modules
 create mode 100644 debian/installer/modules/amd64/acpi-modules
 create mode 100644 debian/installer/modules/amd64/ata-modules
 create mode 100644 debian/installer/modules/amd64/btrfs-modules
 create mode 100644 debian/installer/modules/amd64/cdrom-core-modules
 create mode 100644 debian/installer/modules/amd64/crc-modules
 create mode 100644 debian/installer/modules/amd64/crypto-dm-modules
 create mode 100644 debian/installer/modules/amd64/crypto-modules
 create mode 100644 debian/installer/modules/amd64/efi-modules
 create mode 100644 debian/installer/modules/amd64/event-modules
 create mode 100644 debian/installer/modules/amd64/ext4-modules
 create mode 100644 debian/installer/modules/amd64/f2fs-modules
 create mode 100644 debian/installer/modules/amd64/fat-modules
 create mode 100644 debian/installer/modules/amd64/fb-modules
 create mode 100644 debian/installer/modules/amd64/firewire-core-modules
 create mode 100644 debian/installer/modules/amd64/i2c-modules
 create mode 100644 debian/installer/modules/amd64/input-modules
 create mode 100644 debian/installer/modules/amd64/isofs-modules
 create mode 100644 debian/installer/modules/amd64/jfs-modules
 create mode 100644 debian/installer/modules/amd64/kernel-image
 create mode 100644 debian/installer/modules/amd64/loop-modules
 create mode 100644 debian/installer/modules/amd64/md-modules
 create mode 100644 debian/installer/modules/amd64/mmc-core-modules
 create mode 100644 debian/installer/modules/amd64/mmc-modules
 create mode 100644 debian/installer/modules/amd64/mouse-modules
 create mode 100644 debian/installer/modules/amd64/mtd-core-modules
 create mode 100644 debian/installer/modules/amd64/multipath-modules
 create mode 100644 debian/installer/modules/amd64/nbd-modules
 create mode 100644 debian/installer/modules/amd64/nic-modules
 create mode 100644 debian/installer/modules/amd64/nic-pcmcia-modules
 create mode 100644 debian/installer/modules/amd64/nic-shared-modules
 create mode 100644 debian/installer/modules/amd64/nic-usb-modules
 create mode 100644 debian/installer/modules/amd64/nic-wireless-modules
 create mode 100644 debian/installer/modules/amd64/pata-modules
 create mode 100644 debian/installer/modules/amd64/pcmcia-modules
 create mode 100644 debian/installer/modules/amd64/pcmcia-storage-modules
 create mode 100644 debian/installer/modules/amd64/ppp-modules
 create mode 100644 debian/installer/modules/amd64/rfkill-modules
 create mode 100644 debian/installer/modules/amd64/sata-modules
 create mode 100644 debian/installer/modules/amd64/scsi-core-modules
 create mode 100644 debian/installer/modules/amd64/scsi-modules
 create mode 100644 debian/installer/modules/amd64/scsi-nic-modules
 create mode 100644 debian/installer/modules/amd64/serial-modules
 create mode 100644 debian/installer/modules/amd64/sound-modules
 create mode 100644 debian/installer/modules/amd64/speakup-modules
 create mode 100644 debian/installer/modules/amd64/squashfs-modules
 create mode 100644 debian/installer/modules/amd64/udf-modules
 create mode 100644 debian/installer/modules/amd64/uinput-modules
 create mode 100644 debian/installer/modules/amd64/usb-modules
 create mode 100644 debian/installer/modules/amd64/usb-serial-modules
 create mode 100644 debian/installer/modules/amd64/usb-storage-modules
 create mode 100644 debian/installer/modules/amd64/xfs-modules
 create mode 100644 debian/installer/modules/arm64/ata-modules
 create mode 100644 debian/installer/modules/arm64/btrfs-modules
 create mode 100644 debian/installer/modules/arm64/cdrom-core-modules
 create mode 100644 debian/installer/modules/arm64/crc-modules
 create mode 100644 debian/installer/modules/arm64/crypto-dm-modules
 create mode 100644 debian/installer/modules/arm64/crypto-modules
 create mode 100644 debian/installer/modules/arm64/efi-modules
 create mode 100644 debian/installer/modules/arm64/event-modules
 create mode 100644 debian/installer/modules/arm64/ext4-modules
 create mode 100644 debian/installer/modules/arm64/f2fs-modules
 create mode 100644 debian/installer/modules/arm64/fat-modules
 create mode 100644 debian/installer/modules/arm64/fb-modules
 create mode 100644 debian/installer/modules/arm64/i2c-modules
 create mode 100644 debian/installer/modules/arm64/input-modules
 create mode 100644 debian/installer/modules/arm64/isofs-modules
 create mode 100644 debian/installer/modules/arm64/jfs-modules
 create mode 100644 debian/installer/modules/arm64/kernel-image
 create mode 100644 debian/installer/modules/arm64/leds-modules
 create mode 100644 debian/installer/modules/arm64/loop-modules
 create mode 100644 debian/installer/modules/arm64/md-modules
 create mode 100644 debian/installer/modules/arm64/mmc-modules
 create mode 100644 debian/installer/modules/arm64/mtd-core-modules
 create mode 100644 debian/installer/modules/arm64/multipath-modules
 create mode 100644 debian/installer/modules/arm64/nbd-modules
 create mode 100644 debian/installer/modules/arm64/nic-modules
 create mode 100644 debian/installer/modules/arm64/nic-shared-modules
 create mode 100644 debian/installer/modules/arm64/nic-usb-modules
 create mode 100644 debian/installer/modules/arm64/nic-wireless-modules
 create mode 100644 debian/installer/modules/arm64/ppp-modules
 create mode 100644 debian/installer/modules/arm64/sata-modules
 create mode 100644 debian/installer/modules/arm64/scsi-core-modules
 create mode 100644 debian/installer/modules/arm64/scsi-modules
 create mode 100644 debian/installer/modules/arm64/scsi-nic-modules
 create mode 100644 debian/installer/modules/arm64/sound-modules
 create mode 100644 debian/installer/modules/arm64/speakup-modules
 create mode 100644 debian/installer/modules/arm64/squashfs-modules
 create mode 100644 debian/installer/modules/arm64/udf-modules
 create mode 100644 debian/installer/modules/arm64/uinput-modules
 create mode 100644 debian/installer/modules/arm64/usb-modules
 create mode 100644 debian/installer/modules/arm64/usb-serial-modules
 create mode 100644 debian/installer/modules/arm64/usb-storage-modules
 create mode 100644 debian/installer/modules/arm64/xfs-modules
 create mode 100644 debian/installer/modules/armel-marvell/btrfs-modules
 create mode 100644 debian/installer/modules/armel-marvell/cdrom-core-modules
 create mode 100644 debian/installer/modules/armel-marvell/crc-modules
 create mode 100644 debian/installer/modules/armel-marvell/crypto-dm-modules
 create mode 100644 debian/installer/modules/armel-marvell/crypto-modules
 create mode 100644 debian/installer/modules/armel-marvell/event-modules
 create mode 100644 debian/installer/modules/armel-marvell/ext4-modules
 create mode 100644 debian/installer/modules/armel-marvell/f2fs-modules
 create mode 100644 debian/installer/modules/armel-marvell/fat-modules
 create mode 100644 debian/installer/modules/armel-marvell/fb-modules
 create mode 100644 debian/installer/modules/armel-marvell/input-modules
 create mode 100644 debian/installer/modules/armel-marvell/ipv6-modules
 create mode 100644 debian/installer/modules/armel-marvell/isofs-modules
 create mode 100644 debian/installer/modules/armel-marvell/jffs2-modules
 create mode 100644 debian/installer/modules/armel-marvell/jfs-modules
 create mode 100644 debian/installer/modules/armel-marvell/kernel-image
 create mode 100644 debian/installer/modules/armel-marvell/leds-modules
 create mode 100644 debian/installer/modules/armel-marvell/loop-modules
 create mode 100644 debian/installer/modules/armel-marvell/md-modules
 create mode 100644 debian/installer/modules/armel-marvell/minix-modules
 create mode 100644 debian/installer/modules/armel-marvell/mmc-core-modules
 create mode 100644 debian/installer/modules/armel-marvell/mmc-modules
 create mode 100644 debian/installer/modules/armel-marvell/mouse-modules
 create mode 100644 debian/installer/modules/armel-marvell/mtd-core-modules
 create mode 100644 debian/installer/modules/armel-marvell/mtd-modules
 create mode 100644 debian/installer/modules/armel-marvell/multipath-modules
 create mode 100644 debian/installer/modules/armel-marvell/nbd-modules
 create mode 100644 debian/installer/modules/armel-marvell/nic-modules
 create mode 100644 debian/installer/modules/armel-marvell/nic-shared-modules
 create mode 100644 debian/installer/modules/armel-marvell/nic-usb-modules
 create mode 100644 debian/installer/modules/armel-marvell/ppp-modules
 create mode 100644 debian/installer/modules/armel-marvell/sata-modules
 create mode 100644 debian/installer/modules/armel-marvell/scsi-core-modules
 create mode 100644 debian/installer/modules/armel-marvell/squashfs-modules
 create mode 100644 debian/installer/modules/armel-marvell/udf-modules
 create mode 100644 debian/installer/modules/armel-marvell/uinput-modules
 create mode 100644 debian/installer/modules/armel-marvell/usb-modules
 create mode 100644 debian/installer/modules/armel-marvell/usb-serial-modules
 create mode 100644 debian/installer/modules/armel-marvell/usb-storage-modules
 create mode 100644 debian/installer/modules/armhf-armmp/ata-modules
 create mode 100644 debian/installer/modules/armhf-armmp/btrfs-modules
 create mode 100644 debian/installer/modules/armhf-armmp/cdrom-core-modules
 create mode 100644 debian/installer/modules/armhf-armmp/crc-modules
 create mode 100644 debian/installer/modules/armhf-armmp/crypto-dm-modules
 create mode 100644 debian/installer/modules/armhf-armmp/crypto-modules
 create mode 100644 debian/installer/modules/armhf-armmp/efi-modules
 create mode 100644 debian/installer/modules/armhf-armmp/event-modules
 create mode 100644 debian/installer/modules/armhf-armmp/ext4-modules
 create mode 100644 debian/installer/modules/armhf-armmp/f2fs-modules
 create mode 100644 debian/installer/modules/armhf-armmp/fat-modules
 create mode 100644 debian/installer/modules/armhf-armmp/fb-modules
 create mode 100644 debian/installer/modules/armhf-armmp/i2c-modules
 create mode 100644 debian/installer/modules/armhf-armmp/input-modules
 create mode 100644 debian/installer/modules/armhf-armmp/isofs-modules
 create mode 100644 debian/installer/modules/armhf-armmp/jfs-modules
 create mode 100644 debian/installer/modules/armhf-armmp/kernel-image
 create mode 100644 debian/installer/modules/armhf-armmp/leds-modules
 create mode 100644 debian/installer/modules/armhf-armmp/loop-modules
 create mode 100644 debian/installer/modules/armhf-armmp/md-modules
 create mode 100644 debian/installer/modules/armhf-armmp/mmc-modules
 create mode 100644 debian/installer/modules/armhf-armmp/mtd-modules
 create mode 100644 debian/installer/modules/armhf-armmp/multipath-modules
 create mode 100644 debian/installer/modules/armhf-armmp/nbd-modules
 create mode 100644 debian/installer/modules/armhf-armmp/nic-modules
 create mode 100644 debian/installer/modules/armhf-armmp/nic-shared-modules
 create mode 100644 debian/installer/modules/armhf-armmp/nic-usb-modules
 create mode 100644 debian/installer/modules/armhf-armmp/nic-wireless-modules
 create mode 100644 debian/installer/modules/armhf-armmp/pata-modules
 create mode 100644 debian/installer/modules/armhf-armmp/ppp-modules
 create mode 100644 debian/installer/modules/armhf-armmp/sata-modules
 create mode 100644 debian/installer/modules/armhf-armmp/scsi-core-modules
 create mode 100644 debian/installer/modules/armhf-armmp/scsi-modules
 create mode 100644 debian/installer/modules/armhf-armmp/scsi-nic-modules
 create mode 100644 debian/installer/modules/armhf-armmp/sound-modules
 create mode 100644 debian/installer/modules/armhf-armmp/speakup-modules
 create mode 100644 debian/installer/modules/armhf-armmp/squashfs-modules
 create mode 100644 debian/installer/modules/armhf-armmp/udf-modules
 create mode 100644 debian/installer/modules/armhf-armmp/uinput-modules
 create mode 100644 debian/installer/modules/armhf-armmp/usb-modules
 create mode 100644 debian/installer/modules/armhf-armmp/usb-serial-modules
 create mode 100644 debian/installer/modules/armhf-armmp/usb-storage-modules
 create mode 100644 debian/installer/modules/ata-modules
 create mode 100644 debian/installer/modules/btrfs-modules
 create mode 100644 debian/installer/modules/cdrom-core-modules
 create mode 100644 debian/installer/modules/crc-modules
 create mode 100644 debian/installer/modules/crypto-dm-modules
 create mode 100644 debian/installer/modules/crypto-modules
 create mode 100644 debian/installer/modules/efi-modules
 create mode 100644 debian/installer/modules/event-modules
 create mode 100644 debian/installer/modules/ext4-modules
 create mode 100644 debian/installer/modules/f2fs-modules
 create mode 100644 debian/installer/modules/fat-modules
 create mode 100644 debian/installer/modules/fb-modules
 create mode 100644 debian/installer/modules/firewire-core-modules
 create mode 100644 debian/installer/modules/hfs-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/ata-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/btrfs-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/cdrom-core-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/crc-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/crypto-dm-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/crypto-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/event-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/ext4-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/f2fs-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/fat-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/fb-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/input-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/isofs-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/jfs-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/kernel-image
 create mode 100644 debian/installer/modules/hppa-parisc64/loop-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/md-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/mouse-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/multipath-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/nbd-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/nic-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/nic-shared-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/nic-usb-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/pata-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/ppp-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/sata-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/scsi-core-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/scsi-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/serial-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/squashfs-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/usb-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/usb-serial-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/usb-storage-modules
 create mode 100644 debian/installer/modules/hppa-parisc64/xfs-modules
 create mode 100644 debian/installer/modules/hppa/ata-modules
 create mode 100644 debian/installer/modules/hppa/btrfs-modules
 create mode 100644 debian/installer/modules/hppa/cdrom-core-modules
 create mode 100644 debian/installer/modules/hppa/crc-modules
 create mode 100644 debian/installer/modules/hppa/crypto-dm-modules
 create mode 100644 debian/installer/modules/hppa/crypto-modules
 create mode 100644 debian/installer/modules/hppa/event-modules
 create mode 100644 debian/installer/modules/hppa/ext4-modules
 create mode 100644 debian/installer/modules/hppa/f2fs-modules
 create mode 100644 debian/installer/modules/hppa/fat-modules
 create mode 100644 debian/installer/modules/hppa/i2c-modules
 create mode 100644 debian/installer/modules/hppa/input-modules
 create mode 100644 debian/installer/modules/hppa/isofs-modules
 create mode 100644 debian/installer/modules/hppa/jfs-modules
 create mode 100644 debian/installer/modules/hppa/kernel-image
 create mode 100644 debian/installer/modules/hppa/loop-modules
 create mode 100644 debian/installer/modules/hppa/md-modules
 create mode 100644 debian/installer/modules/hppa/mouse-modules
 create mode 100644 debian/installer/modules/hppa/multipath-modules
 create mode 100644 debian/installer/modules/hppa/nbd-modules
 create mode 100644 debian/installer/modules/hppa/nic-modules
 create mode 100644 debian/installer/modules/hppa/nic-shared-modules
 create mode 100644 debian/installer/modules/hppa/nic-usb-modules
 create mode 100644 debian/installer/modules/hppa/pata-modules
 create mode 100644 debian/installer/modules/hppa/ppp-modules
 create mode 100644 debian/installer/modules/hppa/sata-modules
 create mode 100644 debian/installer/modules/hppa/scsi-core-modules
 create mode 100644 debian/installer/modules/hppa/scsi-modules
 create mode 100644 debian/installer/modules/hppa/serial-modules
 create mode 100644 debian/installer/modules/hppa/squashfs-modules
 create mode 100644 debian/installer/modules/hppa/usb-modules
 create mode 100644 debian/installer/modules/hppa/usb-serial-modules
 create mode 100644 debian/installer/modules/hppa/usb-storage-modules
 create mode 100644 debian/installer/modules/hppa/xfs-modules
 create mode 100644 debian/installer/modules/i2c-modules
 create mode 100644 debian/installer/modules/i386/acpi-modules
 create mode 100644 debian/installer/modules/i386/ata-modules
 create mode 100644 debian/installer/modules/i386/btrfs-modules
 create mode 100644 debian/installer/modules/i386/cdrom-core-modules
 create mode 100644 debian/installer/modules/i386/crc-modules
 create mode 100644 debian/installer/modules/i386/crypto-dm-modules
 create mode 100644 debian/installer/modules/i386/crypto-modules
 create mode 100644 debian/installer/modules/i386/efi-modules
 create mode 100644 debian/installer/modules/i386/event-modules
 create mode 100644 debian/installer/modules/i386/ext4-modules
 create mode 100644 debian/installer/modules/i386/f2fs-modules
 create mode 100644 debian/installer/modules/i386/fat-modules
 create mode 100644 debian/installer/modules/i386/fb-modules
 create mode 100644 debian/installer/modules/i386/firewire-core-modules
 create mode 100644 debian/installer/modules/i386/i2c-modules
 create mode 100644 debian/installer/modules/i386/input-modules
 create mode 100644 debian/installer/modules/i386/isofs-modules
 create mode 100644 debian/installer/modules/i386/jfs-modules
 create mode 100644 debian/installer/modules/i386/kernel-image
 create mode 100644 debian/installer/modules/i386/loop-modules
 create mode 100644 debian/installer/modules/i386/md-modules
 create mode 100644 debian/installer/modules/i386/mmc-core-modules
 create mode 100644 debian/installer/modules/i386/mmc-modules
 create mode 100644 debian/installer/modules/i386/mouse-modules
 create mode 100644 debian/installer/modules/i386/mtd-core-modules
 create mode 100644 debian/installer/modules/i386/multipath-modules
 create mode 100644 debian/installer/modules/i386/nbd-modules
 create mode 100644 debian/installer/modules/i386/nic-modules
 create mode 100644 debian/installer/modules/i386/nic-pcmcia-modules
 create mode 100644 debian/installer/modules/i386/nic-shared-modules
 create mode 100644 debian/installer/modules/i386/nic-usb-modules
 create mode 100644 debian/installer/modules/i386/nic-wireless-modules
 create mode 100644 debian/installer/modules/i386/pata-modules
 create mode 100644 debian/installer/modules/i386/pcmcia-modules
 create mode 100644 debian/installer/modules/i386/pcmcia-storage-modules
 create mode 100644 debian/installer/modules/i386/ppp-modules
 create mode 100644 debian/installer/modules/i386/rfkill-modules
 create mode 100644 debian/installer/modules/i386/sata-modules
 create mode 100644 debian/installer/modules/i386/scsi-core-modules
 create mode 100644 debian/installer/modules/i386/scsi-modules
 create mode 100644 debian/installer/modules/i386/scsi-nic-modules
 create mode 100644 debian/installer/modules/i386/serial-modules
 create mode 100644 debian/installer/modules/i386/sound-modules
 create mode 100644 debian/installer/modules/i386/speakup-modules
 create mode 100644 debian/installer/modules/i386/squashfs-modules
 create mode 100644 debian/installer/modules/i386/udf-modules
 create mode 100644 debian/installer/modules/i386/uinput-modules
 create mode 100644 debian/installer/modules/i386/usb-modules
 create mode 100644 debian/installer/modules/i386/usb-serial-modules
 create mode 100644 debian/installer/modules/i386/usb-storage-modules
 create mode 100644 debian/installer/modules/i386/xfs-modules
 create mode 100644 debian/installer/modules/ia64/ata-modules
 create mode 100644 debian/installer/modules/ia64/btrfs-modules
 create mode 100644 debian/installer/modules/ia64/cdrom-core-modules
 create mode 100644 debian/installer/modules/ia64/crc-modules
 create mode 100644 debian/installer/modules/ia64/crypto-dm-modules
 create mode 100644 debian/installer/modules/ia64/crypto-modules
 create mode 100644 debian/installer/modules/ia64/event-modules
 create mode 100644 debian/installer/modules/ia64/ext4-modules
 create mode 100644 debian/installer/modules/ia64/f2fs-modules
 create mode 100644 debian/installer/modules/ia64/fat-modules
 create mode 100644 debian/installer/modules/ia64/fb-modules
 create mode 100644 debian/installer/modules/ia64/firewire-core-modules
 create mode 100644 debian/installer/modules/ia64/i2c-modules
 create mode 100644 debian/installer/modules/ia64/input-modules
 create mode 100644 debian/installer/modules/ia64/isofs-modules
 create mode 100644 debian/installer/modules/ia64/jfs-modules
 create mode 100644 debian/installer/modules/ia64/kernel-image
 create mode 100644 debian/installer/modules/ia64/loop-modules
 create mode 100644 debian/installer/modules/ia64/md-modules
 create mode 100644 debian/installer/modules/ia64/mouse-modules
 create mode 100644 debian/installer/modules/ia64/mtd-core-modules
 create mode 100644 debian/installer/modules/ia64/multipath-modules
 create mode 100644 debian/installer/modules/ia64/nbd-modules
 create mode 100644 debian/installer/modules/ia64/nic-modules
 create mode 100644 debian/installer/modules/ia64/nic-shared-modules
 create mode 100644 debian/installer/modules/ia64/nic-usb-modules
 create mode 100644 debian/installer/modules/ia64/pata-modules
 create mode 100644 debian/installer/modules/ia64/pcmcia-modules
 create mode 100644 debian/installer/modules/ia64/ppp-modules
 create mode 100644 debian/installer/modules/ia64/sata-modules
 create mode 100644 debian/installer/modules/ia64/scsi-core-modules
 create mode 100644 debian/installer/modules/ia64/scsi-modules
 create mode 100644 debian/installer/modules/ia64/scsi-nic-modules
 create mode 100644 debian/installer/modules/ia64/serial-modules
 create mode 100644 debian/installer/modules/ia64/squashfs-modules
 create mode 100644 debian/installer/modules/ia64/udf-modules
 create mode 100644 debian/installer/modules/ia64/uinput-modules
 create mode 100644 debian/installer/modules/ia64/usb-modules
 create mode 100644 debian/installer/modules/ia64/usb-serial-modules
 create mode 100644 debian/installer/modules/ia64/usb-storage-modules
 create mode 100644 debian/installer/modules/ia64/xfs-modules
 create mode 100644 debian/installer/modules/input-modules
 create mode 100644 debian/installer/modules/ipv6-modules
 create mode 100644 debian/installer/modules/isofs-modules
 create mode 100644 debian/installer/modules/jffs2-modules
 create mode 100644 debian/installer/modules/jfs-modules
 create mode 100644 debian/installer/modules/kernel-image
 create mode 100644 debian/installer/modules/leds-modules
 create mode 100644 debian/installer/modules/loong64/ata-modules
 create mode 100644 debian/installer/modules/loong64/btrfs-modules
 create mode 100644 debian/installer/modules/loong64/cdrom-core-modules
 create mode 100644 debian/installer/modules/loong64/crc-modules
 create mode 100644 debian/installer/modules/loong64/crypto-dm-modules
 create mode 100644 debian/installer/modules/loong64/crypto-modules
 create mode 100644 debian/installer/modules/loong64/efi-modules
 create mode 100644 debian/installer/modules/loong64/event-modules
 create mode 100644 debian/installer/modules/loong64/ext4-modules
 create mode 100644 debian/installer/modules/loong64/f2fs-modules
 create mode 100644 debian/installer/modules/loong64/fat-modules
 create mode 100644 debian/installer/modules/loong64/fb-modules
 create mode 100644 debian/installer/modules/loong64/firewire-core-modules
 create mode 100644 debian/installer/modules/loong64/i2c-modules
 create mode 100644 debian/installer/modules/loong64/input-modules
 create mode 100644 debian/installer/modules/loong64/isofs-modules
 create mode 100644 debian/installer/modules/loong64/jfs-modules
 create mode 100644 debian/installer/modules/loong64/kernel-image
 create mode 100644 debian/installer/modules/loong64/loop-modules
 create mode 100644 debian/installer/modules/loong64/md-modules
 create mode 100644 debian/installer/modules/loong64/mouse-modules
 create mode 100644 debian/installer/modules/loong64/mtd-core-modules
 create mode 100644 debian/installer/modules/loong64/mtd-modules
 create mode 100644 debian/installer/modules/loong64/multipath-modules
 create mode 100644 debian/installer/modules/loong64/nbd-modules
 create mode 100644 debian/installer/modules/loong64/nic-modules
 create mode 100644 debian/installer/modules/loong64/nic-shared-modules
 create mode 100644 debian/installer/modules/loong64/nic-usb-modules
 create mode 100644 debian/installer/modules/loong64/nic-wireless-modules
 create mode 100644 debian/installer/modules/loong64/pata-modules
 create mode 100644 debian/installer/modules/loong64/ppp-modules
 create mode 100644 debian/installer/modules/loong64/rfkill-modules
 create mode 100644 debian/installer/modules/loong64/sata-modules
 create mode 100644 debian/installer/modules/loong64/scsi-core-modules
 create mode 100644 debian/installer/modules/loong64/scsi-modules
 create mode 100644 debian/installer/modules/loong64/scsi-nic-modules
 create mode 100644 debian/installer/modules/loong64/serial-modules
 create mode 100644 debian/installer/modules/loong64/sound-modules
 create mode 100644 debian/installer/modules/loong64/speakup-modules
 create mode 100644 debian/installer/modules/loong64/squashfs-modules
 create mode 100644 debian/installer/modules/loong64/udf-modules
 create mode 100644 debian/installer/modules/loong64/uinput-modules
 create mode 100644 debian/installer/modules/loong64/usb-modules
 create mode 100644 debian/installer/modules/loong64/usb-serial-modules
 create mode 100644 debian/installer/modules/loong64/usb-storage-modules
 create mode 100644 debian/installer/modules/loong64/xfs-modules
 create mode 100644 debian/installer/modules/loop-modules
 create mode 100644 debian/installer/modules/m68k/affs-modules
 create mode 100644 debian/installer/modules/m68k/ata-modules
 create mode 100644 debian/installer/modules/m68k/btrfs-modules
 create mode 100644 debian/installer/modules/m68k/cdrom-core-modules
 create mode 100644 debian/installer/modules/m68k/crc-modules
 create mode 100644 debian/installer/modules/m68k/crypto-modules
 create mode 100644 debian/installer/modules/m68k/ext4-modules
 create mode 100644 debian/installer/modules/m68k/fat-modules
 create mode 100644 debian/installer/modules/m68k/hfs-modules
 create mode 100644 debian/installer/modules/m68k/isofs-modules
 create mode 100644 debian/installer/modules/m68k/kernel-image
 create mode 100644 debian/installer/modules/m68k/loop-modules
 create mode 100644 debian/installer/modules/m68k/md-modules
 create mode 100644 debian/installer/modules/m68k/nbd-modules
 create mode 100644 debian/installer/modules/m68k/nic-modules
 create mode 100644 debian/installer/modules/m68k/nic-shared-modules
 create mode 100644 debian/installer/modules/m68k/pata-modules
 create mode 100644 debian/installer/modules/m68k/ppp-modules
 create mode 100644 debian/installer/modules/m68k/scsi-core-modules
 create mode 100644 debian/installer/modules/m68k/scsi-modules
 create mode 100644 debian/installer/modules/m68k/squashfs-modules
 create mode 100644 debian/installer/modules/m68k/udf-modules
 create mode 100644 debian/installer/modules/md-modules
 create mode 100644 debian/installer/modules/minix-modules
 create mode 100644 debian/installer/modules/mips/affs-modules
 create mode 100644 debian/installer/modules/mips/ata-modules
 create mode 100644 debian/installer/modules/mips/btrfs-modules
 create mode 100644 debian/installer/modules/mips/cdrom-core-modules
 create mode 100644 debian/installer/modules/mips/crc-modules
 create mode 100644 debian/installer/modules/mips/crypto-dm-modules
 create mode 100644 debian/installer/modules/mips/crypto-modules
 create mode 100644 debian/installer/modules/mips/event-modules
 create mode 100644 debian/installer/modules/mips/ext4-modules
 create mode 100644 debian/installer/modules/mips/f2fs-modules
 create mode 100644 debian/installer/modules/mips/fat-modules
 create mode 100644 debian/installer/modules/mips/fb-modules
 create mode 100644 debian/installer/modules/mips/firewire-core-modules
 create mode 100644 debian/installer/modules/mips/input-modules
 create mode 100644 debian/installer/modules/mips/isofs-modules
 create mode 100644 debian/installer/modules/mips/jfs-modules
 create mode 100644 debian/installer/modules/mips/kernel-image
 create mode 100644 debian/installer/modules/mips/loop-modules
 create mode 100644 debian/installer/modules/mips/md-modules
 create mode 100644 debian/installer/modules/mips/minix-modules
 create mode 100644 debian/installer/modules/mips/mmc-core-modules
 create mode 100644 debian/installer/modules/mips/mmc-modules
 create mode 100644 debian/installer/modules/mips/mouse-modules
 create mode 100644 debian/installer/modules/mips/multipath-modules
 create mode 100644 debian/installer/modules/mips/nbd-modules
 create mode 100644 debian/installer/modules/mips/nfs-modules
 create mode 100644 debian/installer/modules/mips/nic-modules
 create mode 100644 debian/installer/modules/mips/nic-shared-modules
 create mode 100644 debian/installer/modules/mips/nic-usb-modules
 create mode 100644 debian/installer/modules/mips/nic-wireless-modules
 create mode 100644 debian/installer/modules/mips/pata-modules
 create mode 100644 debian/installer/modules/mips/ppp-modules
 create mode 100644 debian/installer/modules/mips/qnx4-modules
 create mode 100644 debian/installer/modules/mips/sata-modules
 create mode 100644 debian/installer/modules/mips/scsi-core-modules
 create mode 100644 debian/installer/modules/mips/scsi-modules
 create mode 100644 debian/installer/modules/mips/scsi-nic-modules
 create mode 100644 debian/installer/modules/mips/sound-modules
 create mode 100644 debian/installer/modules/mips/speakup-modules
 create mode 100644 debian/installer/modules/mips/squashfs-modules
 create mode 100644 debian/installer/modules/mips/udf-modules
 create mode 100644 debian/installer/modules/mips/usb-modules
 create mode 100644 debian/installer/modules/mips/usb-serial-modules
 create mode 100644 debian/installer/modules/mips/usb-storage-modules
 create mode 100644 debian/installer/modules/mips/xfs-modules
 create mode 100644 debian/installer/modules/mips64/affs-modules
 create mode 100644 debian/installer/modules/mips64/ata-modules
 create mode 100644 debian/installer/modules/mips64/btrfs-modules
 create mode 100644 debian/installer/modules/mips64/cdrom-core-modules
 create mode 100644 debian/installer/modules/mips64/crc-modules
 create mode 100644 debian/installer/modules/mips64/crypto-dm-modules
 create mode 100644 debian/installer/modules/mips64/crypto-modules
 create mode 100644 debian/installer/modules/mips64/event-modules
 create mode 100644 debian/installer/modules/mips64/ext4-modules
 create mode 100644 debian/installer/modules/mips64/f2fs-modules
 create mode 100644 debian/installer/modules/mips64/fat-modules
 create mode 100644 debian/installer/modules/mips64/fb-modules
 create mode 100644 debian/installer/modules/mips64/firewire-core-modules
 create mode 100644 debian/installer/modules/mips64/input-modules
 create mode 100644 debian/installer/modules/mips64/isofs-modules
 create mode 100644 debian/installer/modules/mips64/jfs-modules
 create mode 100644 debian/installer/modules/mips64/kernel-image
 create mode 100644 debian/installer/modules/mips64/loop-modules
 create mode 100644 debian/installer/modules/mips64/md-modules
 create mode 100644 debian/installer/modules/mips64/minix-modules
 create mode 100644 debian/installer/modules/mips64/mmc-core-modules
 create mode 100644 debian/installer/modules/mips64/mmc-modules
 create mode 100644 debian/installer/modules/mips64/mouse-modules
 create mode 100644 debian/installer/modules/mips64/multipath-modules
 create mode 100644 debian/installer/modules/mips64/nbd-modules
 create mode 100644 debian/installer/modules/mips64/nfs-modules
 create mode 100644 debian/installer/modules/mips64/nic-modules
 create mode 100644 debian/installer/modules/mips64/nic-shared-modules
 create mode 100644 debian/installer/modules/mips64/nic-usb-modules
 create mode 100644 debian/installer/modules/mips64/nic-wireless-modules
 create mode 100644 debian/installer/modules/mips64/pata-modules
 create mode 100644 debian/installer/modules/mips64/ppp-modules
 create mode 100644 debian/installer/modules/mips64/qnx4-modules
 create mode 100644 debian/installer/modules/mips64/sata-modules
 create mode 100644 debian/installer/modules/mips64/scsi-core-modules
 create mode 100644 debian/installer/modules/mips64/scsi-modules
 create mode 100644 debian/installer/modules/mips64/scsi-nic-modules
 create mode 100644 debian/installer/modules/mips64/sound-modules
 create mode 100644 debian/installer/modules/mips64/speakup-modules
 create mode 100644 debian/installer/modules/mips64/squashfs-modules
 create mode 100644 debian/installer/modules/mips64/udf-modules
 create mode 100644 debian/installer/modules/mips64/usb-modules
 create mode 100644 debian/installer/modules/mips64/usb-serial-modules
 create mode 100644 debian/installer/modules/mips64/usb-storage-modules
 create mode 100644 debian/installer/modules/mips64/xfs-modules
 create mode 100644 debian/installer/modules/mips64el/affs-modules
 create mode 100644 debian/installer/modules/mips64el/ata-modules
 create mode 100644 debian/installer/modules/mips64el/btrfs-modules
 create mode 100644 debian/installer/modules/mips64el/cdrom-core-modules
 create mode 100644 debian/installer/modules/mips64el/crc-modules
 create mode 100644 debian/installer/modules/mips64el/crypto-dm-modules
 create mode 100644 debian/installer/modules/mips64el/crypto-modules
 create mode 100644 debian/installer/modules/mips64el/event-modules
 create mode 100644 debian/installer/modules/mips64el/ext4-modules
 create mode 100644 debian/installer/modules/mips64el/f2fs-modules
 create mode 100644 debian/installer/modules/mips64el/fat-modules
 create mode 100644 debian/installer/modules/mips64el/fb-modules
 create mode 100644 debian/installer/modules/mips64el/firewire-core-modules
 create mode 100644 debian/installer/modules/mips64el/input-modules
 create mode 100644 debian/installer/modules/mips64el/isofs-modules
 create mode 100644 debian/installer/modules/mips64el/jfs-modules
 create mode 100644 debian/installer/modules/mips64el/kernel-image
 create mode 100644 debian/installer/modules/mips64el/loop-modules
 create mode 100644 debian/installer/modules/mips64el/md-modules
 create mode 100644 debian/installer/modules/mips64el/minix-modules
 create mode 100644 debian/installer/modules/mips64el/mmc-core-modules
 create mode 100644 debian/installer/modules/mips64el/mmc-modules
 create mode 100644 debian/installer/modules/mips64el/mouse-modules
 create mode 100644 debian/installer/modules/mips64el/multipath-modules
 create mode 100644 debian/installer/modules/mips64el/nbd-modules
 create mode 100644 debian/installer/modules/mips64el/nfs-modules
 create mode 100644 debian/installer/modules/mips64el/nic-modules
 create mode 100644 debian/installer/modules/mips64el/nic-shared-modules
 create mode 100644 debian/installer/modules/mips64el/nic-usb-modules
 create mode 100644 debian/installer/modules/mips64el/nic-wireless-modules
 create mode 100644 debian/installer/modules/mips64el/pata-modules
 create mode 100644 debian/installer/modules/mips64el/ppp-modules
 create mode 100644 debian/installer/modules/mips64el/qnx4-modules
 create mode 100644 debian/installer/modules/mips64el/sata-modules
 create mode 100644 debian/installer/modules/mips64el/scsi-core-modules
 create mode 100644 debian/installer/modules/mips64el/scsi-modules
 create mode 100644 debian/installer/modules/mips64el/scsi-nic-modules
 create mode 100644 debian/installer/modules/mips64el/sound-modules
 create mode 100644 debian/installer/modules/mips64el/speakup-modules
 create mode 100644 debian/installer/modules/mips64el/squashfs-modules
 create mode 100644 debian/installer/modules/mips64el/udf-modules
 create mode 100644 debian/installer/modules/mips64el/usb-modules
 create mode 100644 debian/installer/modules/mips64el/usb-serial-modules
 create mode 100644 debian/installer/modules/mips64el/usb-storage-modules
 create mode 100644 debian/installer/modules/mips64el/xfs-modules
 create mode 100644 debian/installer/modules/mips64r6/affs-modules
 create mode 100644 debian/installer/modules/mips64r6/ata-modules
 create mode 100644 debian/installer/modules/mips64r6/btrfs-modules
 create mode 100644 debian/installer/modules/mips64r6/cdrom-core-modules
 create mode 100644 debian/installer/modules/mips64r6/crc-modules
 create mode 100644 debian/installer/modules/mips64r6/crypto-dm-modules
 create mode 100644 debian/installer/modules/mips64r6/crypto-modules
 create mode 100644 debian/installer/modules/mips64r6/event-modules
 create mode 100644 debian/installer/modules/mips64r6/ext4-modules
 create mode 100644 debian/installer/modules/mips64r6/f2fs-modules
 create mode 100644 debian/installer/modules/mips64r6/fat-modules
 create mode 100644 debian/installer/modules/mips64r6/fb-modules
 create mode 100644 debian/installer/modules/mips64r6/firewire-core-modules
 create mode 100644 debian/installer/modules/mips64r6/input-modules
 create mode 100644 debian/installer/modules/mips64r6/isofs-modules
 create mode 100644 debian/installer/modules/mips64r6/jfs-modules
 create mode 100644 debian/installer/modules/mips64r6/kernel-image
 create mode 100644 debian/installer/modules/mips64r6/loop-modules
 create mode 100644 debian/installer/modules/mips64r6/md-modules
 create mode 100644 debian/installer/modules/mips64r6/minix-modules
 create mode 100644 debian/installer/modules/mips64r6/mmc-core-modules
 create mode 100644 debian/installer/modules/mips64r6/mmc-modules
 create mode 100644 debian/installer/modules/mips64r6/mouse-modules
 create mode 100644 debian/installer/modules/mips64r6/multipath-modules
 create mode 100644 debian/installer/modules/mips64r6/nbd-modules
 create mode 100644 debian/installer/modules/mips64r6/nfs-modules
 create mode 100644 debian/installer/modules/mips64r6/nic-modules
 create mode 100644 debian/installer/modules/mips64r6/nic-shared-modules
 create mode 100644 debian/installer/modules/mips64r6/nic-usb-modules
 create mode 100644 debian/installer/modules/mips64r6/nic-wireless-modules
 create mode 100644 debian/installer/modules/mips64r6/pata-modules
 create mode 100644 debian/installer/modules/mips64r6/ppp-modules
 create mode 100644 debian/installer/modules/mips64r6/qnx4-modules
 create mode 100644 debian/installer/modules/mips64r6/sata-modules
 create mode 100644 debian/installer/modules/mips64r6/scsi-core-modules
 create mode 100644 debian/installer/modules/mips64r6/scsi-modules
 create mode 100644 debian/installer/modules/mips64r6/scsi-nic-modules
 create mode 100644 debian/installer/modules/mips64r6/sound-modules
 create mode 100644 debian/installer/modules/mips64r6/speakup-modules
 create mode 100644 debian/installer/modules/mips64r6/squashfs-modules
 create mode 100644 debian/installer/modules/mips64r6/udf-modules
 create mode 100644 debian/installer/modules/mips64r6/usb-modules
 create mode 100644 debian/installer/modules/mips64r6/usb-serial-modules
 create mode 100644 debian/installer/modules/mips64r6/usb-storage-modules
 create mode 100644 debian/installer/modules/mips64r6/xfs-modules
 create mode 100644 debian/installer/modules/mips64r6el/affs-modules
 create mode 100644 debian/installer/modules/mips64r6el/ata-modules
 create mode 100644 debian/installer/modules/mips64r6el/btrfs-modules
 create mode 100644 debian/installer/modules/mips64r6el/cdrom-core-modules
 create mode 100644 debian/installer/modules/mips64r6el/crc-modules
 create mode 100644 debian/installer/modules/mips64r6el/crypto-dm-modules
 create mode 100644 debian/installer/modules/mips64r6el/crypto-modules
 create mode 100644 debian/installer/modules/mips64r6el/event-modules
 create mode 100644 debian/installer/modules/mips64r6el/ext4-modules
 create mode 100644 debian/installer/modules/mips64r6el/f2fs-modules
 create mode 100644 debian/installer/modules/mips64r6el/fat-modules
 create mode 100644 debian/installer/modules/mips64r6el/fb-modules
 create mode 100644 debian/installer/modules/mips64r6el/firewire-core-modules
 create mode 100644 debian/installer/modules/mips64r6el/input-modules
 create mode 100644 debian/installer/modules/mips64r6el/isofs-modules
 create mode 100644 debian/installer/modules/mips64r6el/jfs-modules
 create mode 100644 debian/installer/modules/mips64r6el/kernel-image
 create mode 100644 debian/installer/modules/mips64r6el/loop-modules
 create mode 100644 debian/installer/modules/mips64r6el/md-modules
 create mode 100644 debian/installer/modules/mips64r6el/minix-modules
 create mode 100644 debian/installer/modules/mips64r6el/mmc-core-modules
 create mode 100644 debian/installer/modules/mips64r6el/mmc-modules
 create mode 100644 debian/installer/modules/mips64r6el/mouse-modules
 create mode 100644 debian/installer/modules/mips64r6el/multipath-modules
 create mode 100644 debian/installer/modules/mips64r6el/nbd-modules
 create mode 100644 debian/installer/modules/mips64r6el/nfs-modules
 create mode 100644 debian/installer/modules/mips64r6el/nic-modules
 create mode 100644 debian/installer/modules/mips64r6el/nic-shared-modules
 create mode 100644 debian/installer/modules/mips64r6el/nic-usb-modules
 create mode 100644 debian/installer/modules/mips64r6el/nic-wireless-modules
 create mode 100644 debian/installer/modules/mips64r6el/pata-modules
 create mode 100644 debian/installer/modules/mips64r6el/ppp-modules
 create mode 100644 debian/installer/modules/mips64r6el/qnx4-modules
 create mode 100644 debian/installer/modules/mips64r6el/sata-modules
 create mode 100644 debian/installer/modules/mips64r6el/scsi-core-modules
 create mode 100644 debian/installer/modules/mips64r6el/scsi-modules
 create mode 100644 debian/installer/modules/mips64r6el/scsi-nic-modules
 create mode 100644 debian/installer/modules/mips64r6el/sound-modules
 create mode 100644 debian/installer/modules/mips64r6el/speakup-modules
 create mode 100644 debian/installer/modules/mips64r6el/squashfs-modules
 create mode 100644 debian/installer/modules/mips64r6el/udf-modules
 create mode 100644 debian/installer/modules/mips64r6el/usb-modules
 create mode 100644 debian/installer/modules/mips64r6el/usb-serial-modules
 create mode 100644 debian/installer/modules/mips64r6el/usb-storage-modules
 create mode 100644 debian/installer/modules/mips64r6el/xfs-modules
 create mode 100644 debian/installer/modules/mipsel/affs-modules
 create mode 100644 debian/installer/modules/mipsel/ata-modules
 create mode 100644 debian/installer/modules/mipsel/btrfs-modules
 create mode 100644 debian/installer/modules/mipsel/cdrom-core-modules
 create mode 100644 debian/installer/modules/mipsel/crc-modules
 create mode 100644 debian/installer/modules/mipsel/crypto-dm-modules
 create mode 100644 debian/installer/modules/mipsel/crypto-modules
 create mode 100644 debian/installer/modules/mipsel/event-modules
 create mode 100644 debian/installer/modules/mipsel/ext4-modules
 create mode 100644 debian/installer/modules/mipsel/f2fs-modules
 create mode 100644 debian/installer/modules/mipsel/fat-modules
 create mode 100644 debian/installer/modules/mipsel/fb-modules
 create mode 100644 debian/installer/modules/mipsel/firewire-core-modules
 create mode 100644 debian/installer/modules/mipsel/input-modules
 create mode 100644 debian/installer/modules/mipsel/isofs-modules
 create mode 100644 debian/installer/modules/mipsel/jfs-modules
 create mode 100644 debian/installer/modules/mipsel/kernel-image
 create mode 100644 debian/installer/modules/mipsel/loop-modules
 create mode 100644 debian/installer/modules/mipsel/md-modules
 create mode 100644 debian/installer/modules/mipsel/minix-modules
 create mode 100644 debian/installer/modules/mipsel/mmc-core-modules
 create mode 100644 debian/installer/modules/mipsel/mmc-modules
 create mode 100644 debian/installer/modules/mipsel/mouse-modules
 create mode 100644 debian/installer/modules/mipsel/multipath-modules
 create mode 100644 debian/installer/modules/mipsel/nbd-modules
 create mode 100644 debian/installer/modules/mipsel/nfs-modules
 create mode 100644 debian/installer/modules/mipsel/nic-modules
 create mode 100644 debian/installer/modules/mipsel/nic-shared-modules
 create mode 100644 debian/installer/modules/mipsel/nic-usb-modules
 create mode 100644 debian/installer/modules/mipsel/nic-wireless-modules
 create mode 100644 debian/installer/modules/mipsel/pata-modules
 create mode 100644 debian/installer/modules/mipsel/ppp-modules
 create mode 100644 debian/installer/modules/mipsel/qnx4-modules
 create mode 100644 debian/installer/modules/mipsel/sata-modules
 create mode 100644 debian/installer/modules/mipsel/scsi-core-modules
 create mode 100644 debian/installer/modules/mipsel/scsi-modules
 create mode 100644 debian/installer/modules/mipsel/scsi-nic-modules
 create mode 100644 debian/installer/modules/mipsel/sound-modules
 create mode 100644 debian/installer/modules/mipsel/speakup-modules
 create mode 100644 debian/installer/modules/mipsel/squashfs-modules
 create mode 100644 debian/installer/modules/mipsel/udf-modules
 create mode 100644 debian/installer/modules/mipsel/usb-modules
 create mode 100644 debian/installer/modules/mipsel/usb-serial-modules
 create mode 100644 debian/installer/modules/mipsel/usb-storage-modules
 create mode 100644 debian/installer/modules/mipsel/xfs-modules
 create mode 100644 debian/installer/modules/mipsr6/affs-modules
 create mode 100644 debian/installer/modules/mipsr6/ata-modules
 create mode 100644 debian/installer/modules/mipsr6/btrfs-modules
 create mode 100644 debian/installer/modules/mipsr6/cdrom-core-modules
 create mode 100644 debian/installer/modules/mipsr6/crc-modules
 create mode 100644 debian/installer/modules/mipsr6/crypto-dm-modules
 create mode 100644 debian/installer/modules/mipsr6/crypto-modules
 create mode 100644 debian/installer/modules/mipsr6/event-modules
 create mode 100644 debian/installer/modules/mipsr6/ext4-modules
 create mode 100644 debian/installer/modules/mipsr6/f2fs-modules
 create mode 100644 debian/installer/modules/mipsr6/fat-modules
 create mode 100644 debian/installer/modules/mipsr6/fb-modules
 create mode 100644 debian/installer/modules/mipsr6/firewire-core-modules
 create mode 100644 debian/installer/modules/mipsr6/input-modules
 create mode 100644 debian/installer/modules/mipsr6/isofs-modules
 create mode 100644 debian/installer/modules/mipsr6/jfs-modules
 create mode 100644 debian/installer/modules/mipsr6/kernel-image
 create mode 100644 debian/installer/modules/mipsr6/loop-modules
 create mode 100644 debian/installer/modules/mipsr6/md-modules
 create mode 100644 debian/installer/modules/mipsr6/minix-modules
 create mode 100644 debian/installer/modules/mipsr6/mmc-core-modules
 create mode 100644 debian/installer/modules/mipsr6/mmc-modules
 create mode 100644 debian/installer/modules/mipsr6/mouse-modules
 create mode 100644 debian/installer/modules/mipsr6/multipath-modules
 create mode 100644 debian/installer/modules/mipsr6/nbd-modules
 create mode 100644 debian/installer/modules/mipsr6/nfs-modules
 create mode 100644 debian/installer/modules/mipsr6/nic-modules
 create mode 100644 debian/installer/modules/mipsr6/nic-shared-modules
 create mode 100644 debian/installer/modules/mipsr6/nic-usb-modules
 create mode 100644 debian/installer/modules/mipsr6/nic-wireless-modules
 create mode 100644 debian/installer/modules/mipsr6/pata-modules
 create mode 100644 debian/installer/modules/mipsr6/ppp-modules
 create mode 100644 debian/installer/modules/mipsr6/qnx4-modules
 create mode 100644 debian/installer/modules/mipsr6/sata-modules
 create mode 100644 debian/installer/modules/mipsr6/scsi-core-modules
 create mode 100644 debian/installer/modules/mipsr6/scsi-modules
 create mode 100644 debian/installer/modules/mipsr6/scsi-nic-modules
 create mode 100644 debian/installer/modules/mipsr6/sound-modules
 create mode 100644 debian/installer/modules/mipsr6/speakup-modules
 create mode 100644 debian/installer/modules/mipsr6/squashfs-modules
 create mode 100644 debian/installer/modules/mipsr6/udf-modules
 create mode 100644 debian/installer/modules/mipsr6/usb-modules
 create mode 100644 debian/installer/modules/mipsr6/usb-serial-modules
 create mode 100644 debian/installer/modules/mipsr6/usb-storage-modules
 create mode 100644 debian/installer/modules/mipsr6/xfs-modules
 create mode 100644 debian/installer/modules/mipsr6el/affs-modules
 create mode 100644 debian/installer/modules/mipsr6el/ata-modules
 create mode 100644 debian/installer/modules/mipsr6el/btrfs-modules
 create mode 100644 debian/installer/modules/mipsr6el/cdrom-core-modules
 create mode 100644 debian/installer/modules/mipsr6el/crc-modules
 create mode 100644 debian/installer/modules/mipsr6el/crypto-dm-modules
 create mode 100644 debian/installer/modules/mipsr6el/crypto-modules
 create mode 100644 debian/installer/modules/mipsr6el/event-modules
 create mode 100644 debian/installer/modules/mipsr6el/ext4-modules
 create mode 100644 debian/installer/modules/mipsr6el/f2fs-modules
 create mode 100644 debian/installer/modules/mipsr6el/fat-modules
 create mode 100644 debian/installer/modules/mipsr6el/fb-modules
 create mode 100644 debian/installer/modules/mipsr6el/firewire-core-modules
 create mode 100644 debian/installer/modules/mipsr6el/input-modules
 create mode 100644 debian/installer/modules/mipsr6el/isofs-modules
 create mode 100644 debian/installer/modules/mipsr6el/jfs-modules
 create mode 100644 debian/installer/modules/mipsr6el/kernel-image
 create mode 100644 debian/installer/modules/mipsr6el/loop-modules
 create mode 100644 debian/installer/modules/mipsr6el/md-modules
 create mode 100644 debian/installer/modules/mipsr6el/minix-modules
 create mode 100644 debian/installer/modules/mipsr6el/mmc-core-modules
 create mode 100644 debian/installer/modules/mipsr6el/mmc-modules
 create mode 100644 debian/installer/modules/mipsr6el/mouse-modules
 create mode 100644 debian/installer/modules/mipsr6el/multipath-modules
 create mode 100644 debian/installer/modules/mipsr6el/nbd-modules
 create mode 100644 debian/installer/modules/mipsr6el/nfs-modules
 create mode 100644 debian/installer/modules/mipsr6el/nic-modules
 create mode 100644 debian/installer/modules/mipsr6el/nic-shared-modules
 create mode 100644 debian/installer/modules/mipsr6el/nic-usb-modules
 create mode 100644 debian/installer/modules/mipsr6el/nic-wireless-modules
 create mode 100644 debian/installer/modules/mipsr6el/pata-modules
 create mode 100644 debian/installer/modules/mipsr6el/ppp-modules
 create mode 100644 debian/installer/modules/mipsr6el/qnx4-modules
 create mode 100644 debian/installer/modules/mipsr6el/sata-modules
 create mode 100644 debian/installer/modules/mipsr6el/scsi-core-modules
 create mode 100644 debian/installer/modules/mipsr6el/scsi-modules
 create mode 100644 debian/installer/modules/mipsr6el/scsi-nic-modules
 create mode 100644 debian/installer/modules/mipsr6el/sound-modules
 create mode 100644 debian/installer/modules/mipsr6el/speakup-modules
 create mode 100644 debian/installer/modules/mipsr6el/squashfs-modules
 create mode 100644 debian/installer/modules/mipsr6el/udf-modules
 create mode 100644 debian/installer/modules/mipsr6el/usb-modules
 create mode 100644 debian/installer/modules/mipsr6el/usb-serial-modules
 create mode 100644 debian/installer/modules/mipsr6el/usb-storage-modules
 create mode 100644 debian/installer/modules/mipsr6el/xfs-modules
 create mode 100644 debian/installer/modules/mmc-core-modules
 create mode 100644 debian/installer/modules/mmc-modules
 create mode 100644 debian/installer/modules/mouse-modules
 create mode 100644 debian/installer/modules/mtd-core-modules
 create mode 100644 debian/installer/modules/mtd-modules
 create mode 100644 debian/installer/modules/multipath-modules
 create mode 100644 debian/installer/modules/nbd-modules
 create mode 100644 debian/installer/modules/nfs-modules
 create mode 100644 debian/installer/modules/nic-modules
 create mode 100644 debian/installer/modules/nic-pcmcia-modules
 create mode 100644 debian/installer/modules/nic-shared-modules
 create mode 100644 debian/installer/modules/nic-usb-modules
 create mode 100644 debian/installer/modules/nic-wireless-modules
 create mode 100644 debian/installer/modules/pata-modules
 create mode 100644 debian/installer/modules/pcmcia-modules
 create mode 100644 debian/installer/modules/pcmcia-storage-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/affs-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/ata-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/btrfs-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/cdrom-core-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/crc-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/crypto-dm-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/crypto-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/event-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/ext4-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/f2fs-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/fancontrol-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/fat-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/fb-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/firewire-core-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/hfs-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/hypervisor-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/i2c-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/input-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/isofs-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/jfs-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/kernel-image
 create mode 100644 debian/installer/modules/powerpc-powerpc64/loop-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/md-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/mmc-core-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/mouse-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/mtd-core-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/multipath-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/nbd-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/nic-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/nic-pcmcia-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/nic-shared-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/nic-usb-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/nic-wireless-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/pata-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/pcmcia-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/pcmcia-storage-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/ppp-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/sata-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/scsi-core-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/scsi-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/scsi-nic-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/serial-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/squashfs-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/udf-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/uinput-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/usb-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/usb-serial-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/usb-storage-modules
 create mode 100644 debian/installer/modules/powerpc-powerpc64/xfs-modules
 create mode 100644 debian/installer/modules/powerpc/affs-modules
 create mode 100644 debian/installer/modules/powerpc/ata-modules
 create mode 100644 debian/installer/modules/powerpc/btrfs-modules
 create mode 100644 debian/installer/modules/powerpc/cdrom-core-modules
 create mode 100644 debian/installer/modules/powerpc/crc-modules
 create mode 100644 debian/installer/modules/powerpc/crypto-dm-modules
 create mode 100644 debian/installer/modules/powerpc/crypto-modules
 create mode 100644 debian/installer/modules/powerpc/event-modules
 create mode 100644 debian/installer/modules/powerpc/ext4-modules
 create mode 100644 debian/installer/modules/powerpc/f2fs-modules
 create mode 100644 debian/installer/modules/powerpc/fat-modules
 create mode 100644 debian/installer/modules/powerpc/fb-modules
 create mode 100644 debian/installer/modules/powerpc/firewire-core-modules
 create mode 100644 debian/installer/modules/powerpc/hfs-modules
 create mode 100644 debian/installer/modules/powerpc/input-modules
 create mode 100644 debian/installer/modules/powerpc/isofs-modules
 create mode 100644 debian/installer/modules/powerpc/jfs-modules
 create mode 100644 debian/installer/modules/powerpc/kernel-image
 create mode 100644 debian/installer/modules/powerpc/loop-modules
 create mode 100644 debian/installer/modules/powerpc/md-modules
 create mode 100644 debian/installer/modules/powerpc/mmc-core-modules
 create mode 100644 debian/installer/modules/powerpc/mouse-modules
 create mode 100644 debian/installer/modules/powerpc/multipath-modules
 create mode 100644 debian/installer/modules/powerpc/nbd-modules
 create mode 100644 debian/installer/modules/powerpc/nic-modules
 create mode 100644 debian/installer/modules/powerpc/nic-pcmcia-modules
 create mode 100644 debian/installer/modules/powerpc/nic-shared-modules
 create mode 100644 debian/installer/modules/powerpc/nic-usb-modules
 create mode 100644 debian/installer/modules/powerpc/nic-wireless-modules
 create mode 100644 debian/installer/modules/powerpc/pata-modules
 create mode 100644 debian/installer/modules/powerpc/pcmcia-modules
 create mode 100644 debian/installer/modules/powerpc/pcmcia-storage-modules
 create mode 100644 debian/installer/modules/powerpc/ppp-modules
 create mode 100644 debian/installer/modules/powerpc/sata-modules
 create mode 100644 debian/installer/modules/powerpc/scsi-core-modules
 create mode 100644 debian/installer/modules/powerpc/scsi-modules
 create mode 100644 debian/installer/modules/powerpc/scsi-nic-modules
 create mode 100644 debian/installer/modules/powerpc/serial-modules
 create mode 100644 debian/installer/modules/powerpc/squashfs-modules
 create mode 100644 debian/installer/modules/powerpc/udf-modules
 create mode 100644 debian/installer/modules/powerpc/uinput-modules
 create mode 100644 debian/installer/modules/powerpc/usb-modules
 create mode 100644 debian/installer/modules/powerpc/usb-serial-modules
 create mode 100644 debian/installer/modules/powerpc/usb-storage-modules
 create mode 100644 debian/installer/modules/powerpc/xfs-modules
 create mode 100644 debian/installer/modules/ppc64/affs-modules
 create mode 100644 debian/installer/modules/ppc64/ata-modules
 create mode 100644 debian/installer/modules/ppc64/btrfs-modules
 create mode 100644 debian/installer/modules/ppc64/cdrom-core-modules
 create mode 100644 debian/installer/modules/ppc64/crc-modules
 create mode 100644 debian/installer/modules/ppc64/crypto-dm-modules
 create mode 100644 debian/installer/modules/ppc64/crypto-modules
 create mode 100644 debian/installer/modules/ppc64/event-modules
 create mode 100644 debian/installer/modules/ppc64/ext4-modules
 create mode 100644 debian/installer/modules/ppc64/f2fs-modules
 create mode 100644 debian/installer/modules/ppc64/fancontrol-modules
 create mode 100644 debian/installer/modules/ppc64/fat-modules
 create mode 100644 debian/installer/modules/ppc64/fb-modules
 create mode 100644 debian/installer/modules/ppc64/firewire-core-modules
 create mode 100644 debian/installer/modules/ppc64/hfs-modules
 create mode 100644 debian/installer/modules/ppc64/hypervisor-modules
 create mode 100644 debian/installer/modules/ppc64/i2c-modules
 create mode 100644 debian/installer/modules/ppc64/input-modules
 create mode 100644 debian/installer/modules/ppc64/isofs-modules
 create mode 100644 debian/installer/modules/ppc64/jfs-modules
 create mode 100644 debian/installer/modules/ppc64/kernel-image
 create mode 100644 debian/installer/modules/ppc64/loop-modules
 create mode 100644 debian/installer/modules/ppc64/md-modules
 create mode 100644 debian/installer/modules/ppc64/mmc-core-modules
 create mode 100644 debian/installer/modules/ppc64/mouse-modules
 create mode 100644 debian/installer/modules/ppc64/mtd-core-modules
 create mode 100644 debian/installer/modules/ppc64/multipath-modules
 create mode 100644 debian/installer/modules/ppc64/nbd-modules
 create mode 100644 debian/installer/modules/ppc64/nic-modules
 create mode 100644 debian/installer/modules/ppc64/nic-pcmcia-modules
 create mode 100644 debian/installer/modules/ppc64/nic-shared-modules
 create mode 100644 debian/installer/modules/ppc64/nic-usb-modules
 create mode 100644 debian/installer/modules/ppc64/nic-wireless-modules
 create mode 100644 debian/installer/modules/ppc64/pata-modules
 create mode 100644 debian/installer/modules/ppc64/pcmcia-modules
 create mode 100644 debian/installer/modules/ppc64/pcmcia-storage-modules
 create mode 100644 debian/installer/modules/ppc64/ppp-modules
 create mode 100644 debian/installer/modules/ppc64/sata-modules
 create mode 100644 debian/installer/modules/ppc64/scsi-core-modules
 create mode 100644 debian/installer/modules/ppc64/scsi-modules
 create mode 100644 debian/installer/modules/ppc64/scsi-nic-modules
 create mode 100644 debian/installer/modules/ppc64/serial-modules
 create mode 100644 debian/installer/modules/ppc64/squashfs-modules
 create mode 100644 debian/installer/modules/ppc64/udf-modules
 create mode 100644 debian/installer/modules/ppc64/uinput-modules
 create mode 100644 debian/installer/modules/ppc64/usb-modules
 create mode 100644 debian/installer/modules/ppc64/usb-serial-modules
 create mode 100644 debian/installer/modules/ppc64/usb-storage-modules
 create mode 100644 debian/installer/modules/ppc64/xfs-modules
 create mode 100644 debian/installer/modules/ppc64el/ata-modules
 create mode 100644 debian/installer/modules/ppc64el/btrfs-modules
 create mode 100644 debian/installer/modules/ppc64el/cdrom-core-modules
 create mode 100644 debian/installer/modules/ppc64el/crc-modules
 create mode 100644 debian/installer/modules/ppc64el/crypto-dm-modules
 create mode 100644 debian/installer/modules/ppc64el/crypto-modules
 create mode 100644 debian/installer/modules/ppc64el/event-modules
 create mode 100644 debian/installer/modules/ppc64el/ext4-modules
 create mode 100644 debian/installer/modules/ppc64el/f2fs-modules
 create mode 100644 debian/installer/modules/ppc64el/fancontrol-modules
 create mode 100644 debian/installer/modules/ppc64el/fat-modules
 create mode 100644 debian/installer/modules/ppc64el/fb-modules
 create mode 100644 debian/installer/modules/ppc64el/firewire-core-modules
 create mode 100644 debian/installer/modules/ppc64el/hypervisor-modules
 create mode 100644 debian/installer/modules/ppc64el/i2c-modules
 create mode 100644 debian/installer/modules/ppc64el/input-modules
 create mode 100644 debian/installer/modules/ppc64el/isofs-modules
 create mode 100644 debian/installer/modules/ppc64el/jfs-modules
 create mode 100644 debian/installer/modules/ppc64el/kernel-image
 create mode 100644 debian/installer/modules/ppc64el/loop-modules
 create mode 100644 debian/installer/modules/ppc64el/md-modules
 create mode 100644 debian/installer/modules/ppc64el/mouse-modules
 create mode 100644 debian/installer/modules/ppc64el/mtd-core-modules
 create mode 100644 debian/installer/modules/ppc64el/multipath-modules
 create mode 100644 debian/installer/modules/ppc64el/nbd-modules
 create mode 100644 debian/installer/modules/ppc64el/nic-modules
 create mode 100644 debian/installer/modules/ppc64el/nic-shared-modules
 create mode 100644 debian/installer/modules/ppc64el/nic-usb-modules
 create mode 100644 debian/installer/modules/ppc64el/nic-wireless-modules
 create mode 100644 debian/installer/modules/ppc64el/ppp-modules
 create mode 100644 debian/installer/modules/ppc64el/sata-modules
 create mode 100644 debian/installer/modules/ppc64el/scsi-core-modules
 create mode 100644 debian/installer/modules/ppc64el/scsi-modules
 create mode 100644 debian/installer/modules/ppc64el/scsi-nic-modules
 create mode 100644 debian/installer/modules/ppc64el/serial-modules
 create mode 100644 debian/installer/modules/ppc64el/squashfs-modules
 create mode 100644 debian/installer/modules/ppc64el/udf-modules
 create mode 100644 debian/installer/modules/ppc64el/uinput-modules
 create mode 100644 debian/installer/modules/ppc64el/usb-modules
 create mode 100644 debian/installer/modules/ppc64el/usb-serial-modules
 create mode 100644 debian/installer/modules/ppc64el/usb-storage-modules
 create mode 100644 debian/installer/modules/ppc64el/xfs-modules
 create mode 100644 debian/installer/modules/ppp-modules
 create mode 100644 debian/installer/modules/qnx4-modules
 create mode 100644 debian/installer/modules/rfkill-modules
 create mode 100644 debian/installer/modules/riscv64/ata-modules
 create mode 100644 debian/installer/modules/riscv64/btrfs-modules
 create mode 100644 debian/installer/modules/riscv64/cdrom-core-modules
 create mode 100644 debian/installer/modules/riscv64/crc-modules
 create mode 100644 debian/installer/modules/riscv64/crypto-dm-modules
 create mode 100644 debian/installer/modules/riscv64/crypto-modules
 create mode 100644 debian/installer/modules/riscv64/efi-modules
 create mode 100644 debian/installer/modules/riscv64/event-modules
 create mode 100644 debian/installer/modules/riscv64/ext4-modules
 create mode 100644 debian/installer/modules/riscv64/f2fs-modules
 create mode 100644 debian/installer/modules/riscv64/fat-modules
 create mode 100644 debian/installer/modules/riscv64/fb-modules
 create mode 100644 debian/installer/modules/riscv64/i2c-modules
 create mode 100644 debian/installer/modules/riscv64/input-modules
 create mode 100644 debian/installer/modules/riscv64/isofs-modules
 create mode 100644 debian/installer/modules/riscv64/jfs-modules
 create mode 100644 debian/installer/modules/riscv64/kernel-image
 create mode 100644 debian/installer/modules/riscv64/loop-modules
 create mode 100644 debian/installer/modules/riscv64/md-modules
 create mode 100644 debian/installer/modules/riscv64/mmc-core-modules
 create mode 100644 debian/installer/modules/riscv64/mmc-modules
 create mode 100644 debian/installer/modules/riscv64/mtd-core-modules
 create mode 100644 debian/installer/modules/riscv64/mtd-modules
 create mode 100644 debian/installer/modules/riscv64/multipath-modules
 create mode 100644 debian/installer/modules/riscv64/nbd-modules
 create mode 100644 debian/installer/modules/riscv64/nic-modules
 create mode 100644 debian/installer/modules/riscv64/nic-shared-modules
 create mode 100644 debian/installer/modules/riscv64/nic-usb-modules
 create mode 100644 debian/installer/modules/riscv64/nic-wireless-modules
 create mode 100644 debian/installer/modules/riscv64/pata-modules
 create mode 100644 debian/installer/modules/riscv64/ppp-modules
 create mode 100644 debian/installer/modules/riscv64/sata-modules
 create mode 100644 debian/installer/modules/riscv64/scsi-core-modules
 create mode 100644 debian/installer/modules/riscv64/scsi-modules
 create mode 100644 debian/installer/modules/riscv64/scsi-nic-modules
 create mode 100644 debian/installer/modules/riscv64/squashfs-modules
 create mode 100644 debian/installer/modules/riscv64/udf-modules
 create mode 100644 debian/installer/modules/riscv64/usb-modules
 create mode 100644 debian/installer/modules/riscv64/usb-serial-modules
 create mode 100644 debian/installer/modules/riscv64/usb-storage-modules
 create mode 100644 debian/installer/modules/riscv64/xfs-modules
 create mode 100644 debian/installer/modules/s390x/btrfs-modules
 create mode 100644 debian/installer/modules/s390x/cdrom-core-modules
 create mode 100644 debian/installer/modules/s390x/crc-modules
 create mode 100644 debian/installer/modules/s390x/crypto-dm-modules
 create mode 100644 debian/installer/modules/s390x/crypto-modules
 create mode 100644 debian/installer/modules/s390x/dasd-extra-modules
 create mode 100644 debian/installer/modules/s390x/dasd-modules
 create mode 100644 debian/installer/modules/s390x/ext4-modules
 create mode 100644 debian/installer/modules/s390x/f2fs-modules
 create mode 100644 debian/installer/modules/s390x/fat-modules
 create mode 100644 debian/installer/modules/s390x/isofs-modules
 create mode 100644 debian/installer/modules/s390x/kernel-image
 create mode 100644 debian/installer/modules/s390x/loop-modules
 create mode 100644 debian/installer/modules/s390x/md-modules
 create mode 100644 debian/installer/modules/s390x/mtd-core-modules
 create mode 100644 debian/installer/modules/s390x/multipath-modules
 create mode 100644 debian/installer/modules/s390x/nbd-modules
 create mode 100644 debian/installer/modules/s390x/nic-modules
 create mode 100644 debian/installer/modules/s390x/scsi-core-modules
 create mode 100644 debian/installer/modules/s390x/scsi-modules
 create mode 100644 debian/installer/modules/s390x/udf-modules
 create mode 100644 debian/installer/modules/s390x/xfs-modules
 create mode 100644 debian/installer/modules/sata-modules
 create mode 100644 debian/installer/modules/scsi-core-modules
 create mode 100644 debian/installer/modules/scsi-modules
 create mode 100644 debian/installer/modules/scsi-nic-modules
 create mode 100644 debian/installer/modules/serial-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/btrfs-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/cdrom-core-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/crc-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/crypto-dm-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/crypto-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/ext4-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/f2fs-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/fat-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/firewire-core-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/i2c-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/isofs-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/jfs-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/kernel-image
 create mode 100644 debian/installer/modules/sh4-sh7751r/loop-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/md-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/minix-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/multipath-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/nbd-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/nic-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/nic-shared-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/nic-usb-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/pata-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/ppp-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/sata-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/sound-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/speakup-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/squashfs-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/udf-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/usb-serial-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/usb-storage-modules
 create mode 100644 debian/installer/modules/sh4-sh7751r/xfs-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/ata-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/btrfs-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/cdrom-core-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/crc-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/crypto-dm-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/crypto-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/ext4-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/f2fs-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/fat-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/firewire-core-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/i2c-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/isofs-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/jfs-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/kernel-image
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/loop-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/md-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/minix-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/multipath-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/nbd-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/nic-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/nic-shared-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/nic-usb-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/pata-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/ppp-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/sata-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/scsi-core-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/sound-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/speakup-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/squashfs-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/udf-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/usb-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/usb-serial-modules
 create mode 100644 debian/installer/modules/sh4-sh7785lcr/xfs-modules
 create mode 100644 debian/installer/modules/sound-modules
 create mode 100644 debian/installer/modules/sparc64/ata-modules
 create mode 100644 debian/installer/modules/sparc64/btrfs-modules
 create mode 100644 debian/installer/modules/sparc64/cdrom-core-modules
 create mode 100644 debian/installer/modules/sparc64/crc-modules
 create mode 100644 debian/installer/modules/sparc64/crypto-dm-modules
 create mode 100644 debian/installer/modules/sparc64/crypto-modules
 create mode 100644 debian/installer/modules/sparc64/ext4-modules
 create mode 100644 debian/installer/modules/sparc64/f2fs-modules
 create mode 100644 debian/installer/modules/sparc64/fat-modules
 create mode 100644 debian/installer/modules/sparc64/fb-modules
 create mode 100644 debian/installer/modules/sparc64/i2c-modules
 create mode 100644 debian/installer/modules/sparc64/input-modules
 create mode 100644 debian/installer/modules/sparc64/isofs-modules
 create mode 100644 debian/installer/modules/sparc64/jfs-modules
 create mode 100644 debian/installer/modules/sparc64/kernel-image
 create mode 100644 debian/installer/modules/sparc64/md-modules
 create mode 100644 debian/installer/modules/sparc64/multipath-modules
 create mode 100644 debian/installer/modules/sparc64/nbd-modules
 create mode 100644 debian/installer/modules/sparc64/nic-modules
 create mode 100644 debian/installer/modules/sparc64/nic-shared-modules
 create mode 100644 debian/installer/modules/sparc64/nic-usb-modules
 create mode 100644 debian/installer/modules/sparc64/pata-modules
 create mode 100644 debian/installer/modules/sparc64/ppp-modules
 create mode 100644 debian/installer/modules/sparc64/sata-modules
 create mode 100644 debian/installer/modules/sparc64/scsi-core-modules
 create mode 100644 debian/installer/modules/sparc64/scsi-modules
 create mode 100644 debian/installer/modules/sparc64/squashfs-modules
 create mode 100644 debian/installer/modules/sparc64/udf-modules
 create mode 100644 debian/installer/modules/sparc64/ufs-modules
 create mode 100644 debian/installer/modules/sparc64/usb-modules
 create mode 100644 debian/installer/modules/sparc64/usb-serial-modules
 create mode 100644 debian/installer/modules/sparc64/usb-storage-modules
 create mode 100644 debian/installer/modules/sparc64/xfs-modules
 create mode 100644 debian/installer/modules/speakup-modules
 create mode 100644 debian/installer/modules/squashfs-modules
 create mode 100644 debian/installer/modules/udf-modules
 create mode 100644 debian/installer/modules/ufs-modules
 create mode 100644 debian/installer/modules/uinput-modules
 create mode 100644 debian/installer/modules/usb-modules
 create mode 100644 debian/installer/modules/usb-serial-modules
 create mode 100644 debian/installer/modules/usb-storage-modules
 create mode 100644 debian/installer/modules/xfs-modules
 create mode 100644 debian/installer/package-list
 create mode 100644 debian/lib/python/debian_linux/__init__.py
 create mode 100644 debian/lib/python/debian_linux/abi.py
 create mode 100644 debian/lib/python/debian_linux/config.py
 create mode 100644 debian/lib/python/debian_linux/config_v2.py
 create mode 100644 debian/lib/python/debian_linux/dataclasses_extra.py
 create mode 100644 debian/lib/python/debian_linux/debian.py
 create mode 100644 debian/lib/python/debian_linux/firmware.py
 create mode 100644 debian/lib/python/debian_linux/gencontrol.py
 create mode 100644 debian/lib/python/debian_linux/kconfig.py
 create mode 100644 debian/lib/python/debian_linux/test_debian.py
 create mode 100644 debian/lib/python/debian_linux/utils.py
 create mode 100644 debian/libcpupower-dev.install
 create mode 100644 debian/libcpupower1.install
 create mode 100644 debian/libcpupower1.lintian-overrides
 create mode 100644 debian/libcpupower1.symbols
 create mode 100755 debian/linux-cpupower.install
 create mode 100755 debian/linux-cpupower.manpages
 create mode 100755 debian/linux-perf.lintian-overrides
 create mode 100644 debian/linux-perf.postinst
 create mode 100644 debian/linux-perf.postrm
 create mode 100644 debian/linux-perf.preinst
 create mode 100644 debian/linux-perf.prerm
 create mode 100644 debian/lockdep.dirs
 create mode 100644 debian/rtla.links
 create mode 100755 debian/rules
 create mode 100644 debian/rules.d/Makefile.inc
 create mode 100644 debian/rules.d/certs/Makefile
 create mode 100644 debian/rules.d/scripts/Makefile
 create mode 100644 debian/rules.d/scripts/basic/Makefile
 create mode 100644 debian/rules.d/scripts/genksyms/Makefile
 create mode 100644 debian/rules.d/scripts/kconfig/Makefile
 create mode 100644 debian/rules.d/scripts/mod/Makefile
 create mode 100644 debian/rules.d/scripts/mod/Makefile.real
 create mode 100644 debian/rules.d/scripts/mod/elfconfig.h
 create mode 100755 debian/rules.d/scripts/mod/gendef.py
 create mode 100644 debian/rules.d/scripts/mod/modpost.c
 create mode 100644 debian/rules.d/scripts/mod/real-lsb-32/elfconfig.h
 create mode 100644 debian/rules.d/scripts/mod/real-lsb-32/types.h
 create mode 100644 debian/rules.d/scripts/mod/real-lsb-64/elfconfig.h
 create mode 100644 debian/rules.d/scripts/mod/real-lsb-64/types.h
 create mode 100644 debian/rules.d/scripts/mod/real-msb-32/elfconfig.h
 create mode 100644 debian/rules.d/scripts/mod/real-msb-32/types.h
 create mode 100644 debian/rules.d/scripts/mod/real-msb-64/elfconfig.h
 create mode 100644 debian/rules.d/scripts/mod/real-msb-64/types.h
 create mode 100644 debian/rules.d/scripts/mod/types.h
 create mode 100644 debian/rules.d/tools/bpf/bpftool/Makefile
 create mode 100644 debian/rules.d/tools/hv/Makefile
 create mode 100644 debian/rules.d/tools/objtool/Makefile
 create mode 100644 debian/rules.d/tools/objtool/objtool.c
 create mode 100644 debian/rules.d/tools/perf/Makefile
 create mode 100644 debian/rules.d/tools/power/cpupower/Makefile
 create mode 100644 debian/rules.d/tools/power/x86/Makefile
 create mode 100644 debian/rules.d/tools/power/x86/turbostat/Makefile
 create mode 100644 debian/rules.d/tools/power/x86/x86_energy_perf_policy/Makefile
 create mode 100644 debian/rules.d/tools/tracing/rtla/Makefile
 create mode 100644 debian/rules.d/tools/usb/usbip/Makefile
 create mode 100644 debian/rules.defs
 create mode 100644 debian/rules.real
 create mode 100644 debian/signing_templates/README.source
 create mode 100755 debian/signing_templates/rules
 create mode 100644 debian/signing_templates/rules.defs
 create mode 100644 debian/signing_templates/rules.real
 create mode 100644 debian/signing_templates/source/format
 create mode 100644 debian/source/format
 create mode 100644 debian/source/include-binaries
 create mode 100644 debian/source/lintian-overrides
 create mode 100644 debian/templates/config.control.in
 create mode 100644 debian/templates/docs.control.in
 create mode 100644 debian/templates/docs.meta.control.in
 create mode 100644 debian/templates/docs.meta.maintscript.in
 create mode 100644 debian/templates/extra.control.in
 create mode 100644 debian/templates/headers.control.in
 create mode 100644 debian/templates/headers.featureset.control.in
 create mode 100644 debian/templates/headers.meta.control.in
 create mode 100644 debian/templates/headers.meta.maintscript.in
 create mode 100644 debian/templates/headers.postinst.in
 create mode 100644 debian/templates/headers.tests-control.in
 create mode 100644 debian/templates/image-dbg.control.in
 create mode 100644 debian/templates/image-dbg.lintian-overrides.j2
 create mode 100644 debian/templates/image-dbg.meta.control.in
 create mode 100644 debian/templates/image-dbg.meta.lintian-overrides.in
 create mode 100644 debian/templates/image-dbg.meta.maintscript.in
 create mode 100644 debian/templates/image-unsigned.NEWS.in
 create mode 100644 debian/templates/image-unsigned.control.in
 create mode 100644 debian/templates/image-unsigned.lintian-overrides.j2
 create mode 100644 debian/templates/image-unsigned.postinst.in
 create mode 100644 debian/templates/image-unsigned.postrm.in
 create mode 100644 debian/templates/image-unsigned.preinst.in
 create mode 100644 debian/templates/image-unsigned.prerm.in
 create mode 100644 debian/templates/image.NEWS.in
 create mode 100644 debian/templates/image.bug/control
 create mode 100644 debian/templates/image.bug/include-0version
 create mode 100644 debian/templates/image.bug/include-1cmdline
 create mode 100644 debian/templates/image.bug/include-1tainted
 create mode 100644 debian/templates/image.bug/include-dmesg
 create mode 100644 debian/templates/image.bug/include-model
 create mode 100644 debian/templates/image.bug/include-modules
 create mode 100644 debian/templates/image.bug/include-network
 create mode 100644 debian/templates/image.bug/include-pci
 create mode 100644 debian/templates/image.bug/include-pstore
 create mode 100644 debian/templates/image.bug/include-usb
 create mode 100644 debian/templates/image.bug/presubj
 create mode 100644 debian/templates/image.bug/script
 create mode 100644 debian/templates/image.control.in
 create mode 100644 debian/templates/image.lintian-overrides.j2
 create mode 100644 debian/templates/image.meta.bug-presubj.in
 create mode 100644 debian/templates/image.meta.control.in
 create mode 100644 debian/templates/image.meta.maintscript.in
 create mode 100644 debian/templates/image.postinst.in
 create mode 100644 debian/templates/image.postrm.in
 create mode 100644 debian/templates/image.preinst.in
 create mode 100644 debian/templates/image.prerm.in
 create mode 100644 debian/templates/image.tests-control.in
 create mode 100644 debian/templates/libc-dev.control.in
 create mode 100644 debian/templates/main.control.in
 create mode 100644 debian/templates/main.tests-control.in
 create mode 100644 debian/templates/signed-template.control.in
 create mode 100644 debian/templates/signed-template.lintian-overrides.in
 create mode 100644 debian/templates/signed.headers.meta.control.in
 create mode 100644 debian/templates/signed.headers.meta.lintian-overrides.in
 create mode 100644 debian/templates/signed.headers.meta.maintscript.in
 create mode 100644 debian/templates/signed.image.NEWS.in
 create mode 100644 debian/templates/signed.image.control.in
 create mode 100644 debian/templates/signed.image.postinst.in
 create mode 100644 debian/templates/signed.image.postrm.in
 create mode 100644 debian/templates/signed.image.preinst.in
 create mode 100644 debian/templates/signed.image.prerm.in
 create mode 100644 debian/templates/signed.source.control.in
 create mode 100644 debian/templates/signed.source.lintian-overrides.in
 create mode 100644 debian/templates/source.control.in
 create mode 100644 debian/templates/sourcebin.control.in
 create mode 100644 debian/templates/sourcebin.meta.control.in
 create mode 100644 debian/templates/sourcebin.meta.maintscript.in
 create mode 100644 debian/templates/tools-unversioned.control.in
 create mode 100644 debian/templates/tools-versioned.control.in
 create mode 100755 debian/tests/headers-kbuild
 create mode 100644 debian/upstream/rt-signing-key.pgp
 create mode 100644 debian/upstream/signing-key.asc
 create mode 100644 debian/usbip.install
 create mode 100644 debian/usbip.manpages
 create mode 100644 debian/watch

diff --git a/.gitignore b/.gitignore
index d1a8ab3f98aaf..d3994eb6fad67 100644
--- a/.gitignore
+++ b/.gitignore
@@ -77,11 +77,6 @@ modules.order
 /kernel.spec
 /rpmbuild/
 
-#
-# Debian directory (make deb-pkg)
-#
-/debian/
-
 #
 # Snap directory (make snap-pkg)
 #
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000000000..fa716c7efbc17
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,65 @@
+Linux kernel for Debian
+-----------------------
+
+Patches
+-------
+Debian applies small changes to the kernel source. These are split up into
+separated patches addressing individual problems. Each of the patch files
+contains a description and mentions the author. The patches can be found
+in the source package or at
+https://sources.debian.org/src/linux/<version>/debian/patches/
+(with the package version substituted).
+
+Config Files
+------------
+The .config files used to build the various linux-image files are dynamically
+generated during the linux package build.  See the source package for
+details.  Each linux-image-* package provides the complete .config file that
+was used to generate it.  This file is installed in /boot.
+
+Scope of security support
+-------------------------
+Security support is provided not only for the binary builds, but also
+for the full source package, allowing for locally customized kernels.
+However, kernel options that are not enabled in official Debian builds are
+given a lower priority for security support. Options marked as BROKEN
+or EXPERIMENTAL are of very low priority, and should not be enabled in
+customized builds for a security-sensitive environment.
+
+Building custom kernel binary packages
+--------------------------------------
+We recommend using the 'make deb-pkg' target provided by the upstream
+kernel source.
+
+Rebuilding official binary packages
+-----------------------------------
+You can build specific kernel binary packages using the targets in
+debian/rules.gen, which have names of the form:
+    binary-arch_<architecture>_<featureset>_<flavour>
+
+Example:
+    make -f debian/rules.gen binary-arch_i386_none_686
+
+Rebuilding Adaptec AIC7xxx/79xx firmware
+----------------------------------------
+You can rebuild the firmware for the Adaptec AIC7xxx/79xx SCSI Adapters. To
+do so you need to set AIC7XXX_BUILD_FIRMWARE/AIC79XX_BUILD_FIRMWARE config
+options.  Note that this requires to have the development packages for
+Berkeley Database (libdb-dev) installed.
+
+Non-free bits removed
+---------------------
+See the Files-Excluded field in debian/copyright.
+
+Changelog
+---------
+Older Debian changelog entries are no longer included in binary
+packages, but can be found in debian/changelog.old in the source
+package.
+
+Further information
+-------------------
+Debian Linux Kernel Handbook:
+             https://kernel-team.pages.debian.net/kernel-handbook/
+             or debian-kernel-handbook package
+Debian Wiki: https://wiki.debian.org/DebianKernel
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000000000..42dedfeacb6bb
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,305 @@
+Checklist for uploaders
+=======================
+
+There is a checklist in the kernel-team.git repository; see
+<https://salsa.debian.org/kernel-team/kernel-team/-/blob/master/docs/kernel-upload-checklist.md>.
+
+Updating the upstream source
+============================
+
+In addition to the build-dependencies, you will need the rsync package
+installed.
+
+1) Run: ./debian/bin/genorig.py <repository>
+
+   where <repository> is a local or remote git repository with the
+   upstream release tag in it.
+
+   If you do not have a local repository, use the appropriate one of:
+
+   * https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
+   * https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
+   * git://kernel.ubuntu.com/ubuntu/linux.git
+
+   This will produce ../orig/linux_<version>.orig.tar.xz
+   (e.g. linux_3.5~rc1.orig.tar.xz).
+
+   It involves deleting files for DFSG compliance, as listed in the
+   Files-Excluded field in debian/copyright.
+
+2) Run: make -f debian/rules orig
+
+   This will apply the main quilt series to the upstream source, which
+   will usually fail due to conflicts with upstream changes.  You need
+   to resolve those by dropping or refreshing patches.
+
+Recording updates in the changelog
+----------------------------------
+
+Upstream commits that we already cherry-picked and included in a
+previous package upload should not be mentioned, since they don't make
+any difference to the package.  Any other commits that fix a Debian
+bug report and/or a security issue with a CVE ID should always be
+listed, along with the (Closes: #nnnnnn) and/or (CVE-yyyy-nnnn)
+reference.
+
+Aside from those general rules:
+
+* For an upstream release candidate, don't attempt to list the changes
+
+* For a stable release by Linus, refer to the summary at
+  kernelnewbies.org, e.g. https://kernelnewbies.org/Linux_4.5
+
+* For a stable update, refer to the changelog on kernel.org, e.g.
+  https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.5.1, and
+  list all changes that are relevant to our package and that fix bugs
+  that we would consider 'important' or higher severity
+
+  - The script debian/bin/stable-update updates the changelog
+    version and inserts the list of changes.  It doesn't attempt to
+    filter out irrelevant or unimportant changes.
+
+  - If you have time, please delete irrelevant changes such as:
+    + Fixes for architectures not supported by the package
+    + Fixes for drivers that aren't enabled in any of our configurations
+    + Build fixes for configurations that we don't use
+    + Fixes for lockdep false positives
+
+If you have time, please add bracketted prefixes to the upstream
+change list as described below under "Changelog conventions".
+
+Applying patches to the Debian kernel tree
+==========================================
+
+The Debian kernel packaging uses the quilt patch system, but with
+multiple series to allow for featuresets.
+
+Patches are stored below debian/patches, loosely sorted in bugfix/,
+features/ and debian/. Patches are in the standard kernel patch
+format (unified diff to be applied with patch -p1) and generally have
+DEP-3 headers.
+
+For each optional featureset there is an additional patch directory
+debian/patches-<featureset>.
+
+If you want to generate a source tree with all patches applied, run
+make -f debian/rules source
+
+The resulting source can be found below debian/build.
+
+Changelog conventions
+=====================
+
+If a change only affects some architectures, flavours or featuresets,
+this should be noted with a bracketted prefix on the changelog line:
+
+* [<fset>] Change to featureset <fset>
+* [<arch>] Change that affects Debian architecture <arch>
+* [<arch1>,<arch2>...] Change that affects Debian architectures
+  <arch1>, <arch2>, ...
+* [<arch>/<flavour>] Change that affects kernel flavour <flavour>
+  on Debian architecture <arch>
+* [<arch>/{<flavour1>,<flavour2>...}] Change that affects kernel
+  flavours <flavour1>, <flavour2>, ... on Debian architecture <arch>
+
+You can use wildcards to cover multiple values, e.g. 'arm*' for armel,
+armhf and arm64 architectures.  Also 'x86' is used to cover the Debian
+architectures amd64, i386 and x32.
+
+Kernel config files
+===================
+
+Each kernel configuration file is constructed dynamically from a
+number of files under debian/config and (if it exists)
+debian/config.local.  They are read in the following order, such that
+files later on the list can override settings from earlier files.
+Files in debian/config.local can also override settings from the
+corresponding file in debian/config.
+
+1. Common:
+   - Default filename: config
+   - Filename list: [build.config]
+2. Per kernel architecture:
+   - Default filename: kernelarch-<karch>/config
+   - Filename list: [kernelarch.build.config]
+3. Per Debian architecture:
+   - Default filename: <arch>/config
+   - Filename list: [kernelarch.debianarch.build.config]
+4. Per Debian architecture and flavour:
+   - Default filename: <arch>/config.<flavour>
+   - Filename list: [kernelarch.debianarch.flavour.build.config]
+5. Per featureset:
+   - Default filename: featureset-<fset>/config
+   - Filename list: [featureset.build.config]
+6. Per Debian architecture and featureset:
+   - Default filename: <arch>/<fset>/config
+   - Filename list: [kernelarch.debianarch.featureset.build.config]
+7. Per Debian architecture, featureset, and flavour:
+   - Default filename: <arch>/<fset>/config.<flavour>
+   - Filename list:
+     [kernelarch.debianarch.featureset.flavour.build.config]
+
+You can check the final list of configuration files by reading
+debian/rules.gen.  Each binary-arch_<arch>_<fset>_<flavour>_image
+rule passes the list to debian/rules.real as the KCONFIG variable.
+
+These files should be kept in order using the kconfigeditor2
+utility from <https://salsa.debian.org/kernel-team/kernel-team>.
+With this source package as your working directory, run:
+
+    debian/rules source
+    .../kernel-team/utils/kconfigeditor2/process.py .
+
+This will also warn about any symbols that no longer exist, or
+cannot be explicitly configured.
+
+Control file
+============
+The master control file debian/control must be generated before the package is
+uploaded. debian/rules contains various targets to facilitate this task:
+
+debian/control  Generates the control file by invoking the
+                debian/bin/gencontrol.py script, which combines the templates
+                from the templates directory and architecture-specific
+                defines.toml file to produce the debian/control file. Note that
+                this target is intentionally made to fail with a non-zero exit
+                code to make sure that it is never run during an automatic
+                build.
+
+orig            Populate the current directory with all files from the unpacked
+                upstream tarball in ../orig/linux_${ver} and apply the Debian
+                quilt patch stack.
+
+clean-generated Clean up all auto-generated files inside the ./debian directory
+
+maintainerclean What clean-generated does and additionally also cleans up all
+                files other than the ./debian and ./.git directories.
+
+The following variables are substituted into the templates:
+
+@version@      Upstream kernel version, for example 2.6.11.
+@arch@         The Debian arch name, such as powerpc or i386.
+@flavour@      The build flavour, such as 686 or k7-smp.
+@class@        The CPU/architecture class; displayed in synopsis.  It should
+               be fairly short, as the synopsis is supposed to be <80 chars.
+               It should be in the form "foo class", and will show up in the
+	       description as "foo class machines".
+@longclass@    The CPU/architecture class; displayed in the extended
+               description.  The same rules apply as in @class@.  If
+	       this is unset, it will default to @class@.
+@desc@         (Potentially) multi-line verbiage that's appended to
+               -image descriptions.
+
+Normally, the arch-specific contents should be controlled by
+adjusting the corresponding defines.toml file.
+
+Build-dependencies that relate to specific binary packages can be
+specified in a Build-Depends field in the template for that binary
+package.  gencontrol.py will append the value to the source package's
+Build-Depends-Arch or Build-Depends-Indep field, as appropriate.  It
+will also use the binary package's Architecture and Build-Profile as
+the architecture-qualification and/or restriction for each build-
+dependency that doesn't already have them.
+
+TODO:
+- Patches applied to the upstream source
+- How to define a flavour
+- More detail on generation of debian/control and configs
+
+Running tests
+=============
+
+linux supports autopkgtest and should be able to run most of the
+kernel's self-tests on any architecture where kexec is supported,
+but it has higher resource requirements than most packages:
+
+- A VM with plenty of disk space (10GB is enough), RAM (1GB is
+  probably enough) and at least 2 CPUs
+- The temporary directory for adt-virt-qemu (-o option) will need
+  several GB of space, so a tmpfs may not be suitable
+
+Note that if you tell adt-run to use an 'unbuilt tree' (i.e. an
+unpacked source package) it does not exclude VCS directories such as
+.git.  Either use a packed source package or copy the working tree
+elsewhere excluding .git.
+
+Example invocation:
+
+    adt-run -B ../linux-image-4.2.0-rc6-amd64_4.2~rc6-1~exp2_amd64.deb \
+        ../linux_4.2~rc6-1~exp2.dsc \
+	--timeout-test=1200 \
+        --- adt-virt-qemu /var/cache/autopkgtest/adt-sid.img -o /var/tmp -c 2
+
+Build profiles
+==============
+
+Several build profiles are understood and supported:
+
+- nodoc: Exclude most documentation
+- noudeb: Exclude installer udeb packages
+- pkg.linux.notools: Exclude userland tool packages (linux-kbuild-<version>,
+  linux-perf, etc.)
+- pkg.linux.mintools: Build minimal set of userland tool packages
+  (linux-kbuild-<version>)
+- pkg.linux.nokernel: Exclude kernel image and header packages
+- pkg.linux.nokerneldbg: Exclude kernel debug packages
+- pkg.linux.nokerneldbginfo: Build kernel without debug symbols (also disables
+  BTF)
+- pkg.linux.nosource: Exclude source binary package (linux-source-<version>)
+- cross: Needed when cross-building.
+- nopython: Disable Python bindings.  This currently disables building the
+  linux-perf-<version> package, as the perf program embeds Python.
+- pkg.linux.nometa: Exclude most meta-packages.  The linux-headers-*-all*
+  packages can still be built.
+- pkg.linux.quick: Perform a limited build that should provide good
+  coverage yet be quick enough for use in CI.
+
+Build rules
+===========
+
+The Debian build rules are split across multiple makefiles:
+
+- debian/rules: Standard top-level makefile for Debian package build.
+- debian/rules.gen: Intermediate makefile between debian/rules and
+  debian/rules.real.  This is generated by gencontrol.py based on
+  the configuration under debian/config.
+- debian/rules.real: Makefile for building a single kernel flavour
+  or other group of binary packages.
+- debian/rules.d: Makefiles for building userland code from specific
+  source directories.  The directory structure mirrors the kernel
+  source directories.  debian/rules.real uses the "make-tools" to
+  invoke these makefiles.
+
+All builds *must* be done out-of-tree in a subdirectory of
+debian/build, so that the output files do not end up in the
+linux-source-<version> binary package.  Currently kernel builds use
+debian/build/build_<arch>_<featureset>_<flavour>, userland code uses
+debian/build/build-tools/<source-dir> and documentation uses
+debian/build/build-doc.
+
+Code signing
+============
+
+The kernel image and modules may be signed after building, to support
+a Secure Boot or Trusted Boot policy.  In Debian, this is performed by
+a "code signing service" that is separate from the normal package
+build process.
+
+The initial package build generates binary packages named
+linux-image-<arch>-signed-template, that contain a source package
+template and metadata about the files to be signed.  The code signing
+service will download this and the linux-image packages to be signed.
+It will add detached signatures to the source package, then upload it
+(without ever running debian/rules).
+
+The source package template is generated by
+debian/bin/gencontrol_signed.py and debian/rules.real with files from
+debian/signing_templates and debian/templates.  To test changes to
+these:
+
+1. Build the linux source package.
+2. Generate the signed source package by running the script
+   "debian-test-sign" from the kernel-team.git repository.  It is
+   also possible to set up a development configuration of the
+   official code signing service, but this is more complicated.
+3. Build the signed source package.
diff --git a/debian/bin/buildcheck.py b/debian/bin/buildcheck.py
new file mode 100755
index 0000000000000..ecf265f6c188c
--- /dev/null
+++ b/debian/bin/buildcheck.py
@@ -0,0 +1,111 @@
+#!/usr/bin/python3
+
+import sys
+import glob
+import os
+
+from debian_linux.debian import Changelog, VersionLinux
+
+
+class CheckImage(object):
+    def __init__(self, config, dir, arch, featureset, flavour):
+        self.dir = dir
+        self.arch, self.featureset, self.flavour = arch, featureset, flavour
+
+        self.changelog = Changelog(version=VersionLinux)[0]
+
+        self.config_entry_base = config.merge('base', arch, featureset,
+                                              flavour)
+        self.config_entry_build = config.merge('build', arch, featureset,
+                                               flavour)
+        self.config_entry_image = config.merge('image', arch, featureset,
+                                               flavour)
+
+    def __call__(self, out):
+        image = self.config_entry_build.get('image-file')
+        uncompressed_image = self.config_entry_build \
+                                 .get('uncompressed-image-file')
+
+        if not image:
+            # TODO: Bail out
+            return 0
+
+        image = os.path.join(self.dir, image)
+        if uncompressed_image:
+            uncompressed_image = os.path.join(self.dir, uncompressed_image)
+
+        fail = 0
+
+        fail |= self.check_size(out, image, uncompressed_image)
+
+        return fail
+
+    def check_size(self, out, image, uncompressed_image):
+        value = self.config_entry_image.get('check-size')
+
+        if not value:
+            return 0
+
+        dtb_size = 0
+        if self.config_entry_image.get('check-size-with-dtb'):
+            for dtb in glob.glob(
+                    os.path.join(self.dir, 'arch',
+                                 self.config_entry_base['kernel-arch'],
+                                 'boot/dts/*.dtb')):
+                dtb_size = max(dtb_size, os.stat(dtb).st_size)
+
+        size = os.stat(image).st_size + dtb_size
+
+        # 1% overhead is desirable in order to cope with growth
+        # through the lifetime of a stable release. Warn if this is
+        # not the case.
+        usage = (float(size)/value) * 100.0
+        out.write('Image size %d/%d, using %.2f%%.  ' % (size, value, usage))
+        if size > value:
+            out.write('Too large.  Refusing to continue.\n')
+            return 1
+        elif usage >= 99.0:
+            out.write('Under 1%% space in %s.  ' % self.changelog.distribution)
+        else:
+            out.write('Image fits.  ')
+        out.write('Continuing.\n')
+
+        # Also check the uncompressed image
+        if uncompressed_image and \
+           self.config_entry_image.get('check-uncompressed-size'):
+            value = self.config_entry_image.get('check-uncompressed-size')
+            size = os.stat(uncompressed_image).st_size
+            usage = (float(size)/value) * 100.0
+            out.write('Uncompressed Image size %d/%d, using %.2f%%.  ' %
+                      (size, value, usage))
+            if size > value:
+                out.write('Too large.  Refusing to continue.\n')
+                return 1
+            elif usage >= 99.0:
+                out.write('Uncompressed Image Under 1%% space in %s.  ' %
+                          self.changelog.distribution)
+            else:
+                out.write('Uncompressed Image fits.  ')
+            out.write('Continuing.\n')
+
+        return 0
+
+
+class Main(object):
+    def __init__(self, dir, arch, featureset, flavour):
+        self.args = dir, arch, featureset, flavour
+
+        # TODO
+        # self.config = ConfigCoreDump(open("debian/config.defines.dump", "rb"))
+
+    def __call__(self):
+        fail = 0
+
+        for c in ():
+            fail |= c(self.config, *self.args)(sys.stdout)
+
+        return fail
+
+
+if __name__ == '__main__':
+    sys.exit(Main(*sys.argv[1:])())
diff --git a/debian/bin/check-patches.sh b/debian/bin/check-patches.sh
new file mode 100755
index 0000000000000..54bb731e9a213
--- /dev/null
+++ b/debian/bin/check-patches.sh
@@ -0,0 +1,28 @@
+#!/bin/sh -e
+
+TMPDIR=$(mktemp -d)
+trap "rm -rf $TMPDIR" EXIT
+for patchdir in debian/patches*; do
+    sed '/^#/d; /^[[:space:]]*$/d; /^X /d; s/^+ //; s,^,'"$patchdir"'/,' "$patchdir"/series
+done | sort -u > $TMPDIR/used
+find debian/patches* ! -path '*/series' -type f -name "*.diff" -o -name "*.patch" -printf "%p\n" | sort > $TMPDIR/avail
+echo "Used patches"
+echo "=============="
+cat $TMPDIR/used
+echo
+echo "Unused patches"
+echo "=============="
+grep -F -v -f $TMPDIR/used $TMPDIR/avail || test $? = 1
+echo
+echo "Patches without required headers"
+echo "================================"
+xargs grep -E -l '^(Subject|Description):' < $TMPDIR/used | xargs grep -E -l '^(From|Author|Origin):' > $TMPDIR/goodheaders || test $? = 1
+grep -F -v -f $TMPDIR/goodheaders $TMPDIR/used || test $? = 1
+echo
+echo "Patches without Origin or Forwarded header"
+echo "=========================================="
+xargs grep -E -L '^(Origin:|Forwarded: (no\b|not-needed|http))' < $TMPDIR/used || test $? = 1
+echo
+echo "Patches to be forwarded"
+echo "======================="
+xargs grep -E -l '^Forwarded: no\b' < $TMPDIR/used || test $? = 1
diff --git a/debian/bin/debian_linux/__init__.py b/debian/bin/debian_linux/__init__.py
new file mode 100644
index 0000000000000..b785cebf71082
--- /dev/null
+++ b/debian/bin/debian_linux/__init__.py
@@ -0,0 +1 @@
+# Module
diff --git a/debian/bin/debian_linux/abi.py b/debian/bin/debian_linux/abi.py
new file mode 100644
index 0000000000000..abaaeeaa94724
--- /dev/null
+++ b/debian/bin/debian_linux/abi.py
@@ -0,0 +1,45 @@
+class Symbol(object):
+    def __init__(self, name, namespace, module, version, export):
+        self.name, self.namespace, self.module = name, namespace, module
+        self.version, self.export = version, export
+
+    def __eq__(self, other):
+        if not isinstance(other, Symbol):
+            return NotImplemented
+
+        # Symbols are resolved to modules by depmod at installation/
+        # upgrade time, not compile time, so moving a symbol between
+        # modules is not an ABI change.  Compare everything else.
+        if self.name != other.name:
+            return False
+        if self.namespace != other.namespace:
+            return False
+        if self.version != other.version:
+            return False
+        if self.export != other.export:
+            return False
+
+        return True
+
+    def __ne__(self, other):
+        ret = self.__eq__(other)
+        if ret is NotImplemented:
+            return ret
+        return not ret
+
+
+class Symbols(dict):
+    def __init__(self, file=None):
+        if file:
+            self.read(file)
+
+    def read(self, file):
+        for line in file:
+            version, name, module, export, namespace = \
+                line.strip('\r\n').split('\t')
+            self[name] = Symbol(name, namespace, module, version, export)
+
+    def write(self, file):
+        for s in sorted(self.values(), key=lambda i: i.name):
+            file.write("%s\t%s\t%s\t%s\t%s\n" %
+                       (s.version, s.name, s.module, s.export, s.namespace))
diff --git a/debian/bin/debian_linux/config.py b/debian/bin/debian_linux/config.py
new file mode 100644
index 0000000000000..7424c6278c9a6
--- /dev/null
+++ b/debian/bin/debian_linux/config.py
@@ -0,0 +1,257 @@
+import collections
+import os
+import os.path
+import pickle
+import re
+import sys
+
+from configparser import RawConfigParser
+
+__all__ = [
+    'ConfigCoreDump',
+    'ConfigCoreHierarchy',
+    'ConfigParser',
+]
+
+
+class SchemaItemBoolean(object):
+    def __call__(self, i):
+        i = i.strip().lower()
+        if i in ("true", "1"):
+            return True
+        if i in ("false", "0"):
+            return False
+        raise ValueError
+
+
+class SchemaItemInteger(object):
+    def __call__(self, i):
+        return int(i.strip(), 0)
+
+
+class SchemaItemList(object):
+    def __init__(self, type=r"\s+"):
+        self.type = type
+
+    def __call__(self, i):
+        i = i.strip()
+        if not i:
+            return []
+        return [j.strip() for j in re.split(self.type, i)]
+
+
+# Using OrderedDict instead of dict makes the pickled config reproducible
+class ConfigCore(collections.OrderedDict):
+    def get_merge(self, section, arch, featureset, flavour, key, default=None):
+        temp = []
+
+        if arch and featureset and flavour:
+            temp.append(self.get((section, arch, featureset, flavour), {})
+                        .get(key))
+            temp.append(self.get((section, arch, None, flavour), {}).get(key))
+        if arch and featureset:
+            temp.append(self.get((section, arch, featureset), {}).get(key))
+        if arch:
+            temp.append(self.get((section, arch), {}).get(key))
+        if featureset:
+            temp.append(self.get((section, None, featureset), {}).get(key))
+        temp.append(self.get((section,), {}).get(key))
+
+        ret = []
+
+        for i in temp:
+            if i is None:
+                continue
+            elif isinstance(i, (list, tuple)):
+                ret.extend(i)
+            elif ret:
+                # TODO
+                return ret
+            else:
+                return i
+
+        return ret or default
+
+    def merge(self, section, arch=None, featureset=None, flavour=None):
+        ret = {}
+        ret.update(self.get((section,), {}))
+        if featureset:
+            ret.update(self.get((section, None, featureset), {}))
+        if arch:
+            ret.update(self.get((section, arch), {}))
+        if arch and featureset:
+            ret.update(self.get((section, arch, featureset), {}))
+        if arch and featureset and flavour:
+            ret.update(self.get((section, arch, None, flavour), {}))
+            ret.update(self.get((section, arch, featureset, flavour), {}))
+        return ret
+
+    def dump(self, fp):
+        pickle.dump(self, fp, 0)
+
+
+class ConfigCoreDump(object):
+    def __new__(self, fp):
+        return pickle.load(fp)
+
+
+class ConfigCoreHierarchy(object):
+    schema_base = {
+        'base': {
+            'arches': SchemaItemList(),
+            'enabled': SchemaItemBoolean(),
+            'featuresets': SchemaItemList(),
+            'flavours': SchemaItemList(),
+        },
+    }
+
+    def __new__(cls, schema, dirs=[]):
+        schema_complete = cls.schema_base.copy()
+        for key, value in schema.items():
+            schema_complete.setdefault(key, {}).update(value)
+        return cls.Reader(dirs, schema_complete)()
+
+    class Reader(object):
+        config_name = "defines"
+
+        def __init__(self, dirs, schema):
+            self.dirs, self.schema = dirs, schema
+
+        def __call__(self):
+            ret = ConfigCore()
+            self.read(ret)
+            return ret
+
+        def get_files(self, *dirs):
+            dirs = list(dirs)
+            dirs.append(self.config_name)
+            return (os.path.join(i, *dirs) for i in self.dirs if i)
+
+        def read_arch(self, ret, arch):
+            config = ConfigParser(self.schema)
+            config.read(self.get_files(arch))
+
+            featuresets = config['base', ].get('featuresets', [])
+            flavours = config['base', ].get('flavours', [])
+
+            for section in iter(config):
+                if section[0] in featuresets:
+                    real = (section[-1], arch, section[0])
+                elif len(section) > 1:
+                    real = (section[-1], arch, None) + section[:-1]
+                else:
+                    real = (section[-1], arch) + section[:-1]
+                s = ret.get(real, {})
+                s.update(config[section])
+                ret[tuple(real)] = s
+
+            for featureset in featuresets:
+                self.read_arch_featureset(ret, arch, featureset)
+
+            if flavours:
+                base = ret['base', arch]
+                featuresets.insert(0, 'none')
+                base['featuresets'] = featuresets
+                del base['flavours']
+                ret['base', arch] = base
+                ret['base', arch, 'none'] = {'flavours': flavours,
+                                             'implicit-flavour': True}
+
+        def read_arch_featureset(self, ret, arch, featureset):
+            config = ConfigParser(self.schema)
+            config.read(self.get_files(arch, featureset))
+
+            for section in iter(config):
+                real = (section[-1], arch, featureset) + section[:-1]
+                s = ret.get(real, {})
+                s.update(config[section])
+                ret[tuple(real)] = s
+
+        def read(self, ret):
+            config = ConfigParser(self.schema)
+            config.read(self.get_files())
+
+            arches = config['base', ]['arches']
+            featuresets = config['base', ].get('featuresets', [])
+
+            for section in iter(config):
+                if section[0].startswith('featureset-'):
+                    real = (section[-1], None, section[0][11:])
+                else:
+                    real = (section[-1],) + section[1:]
+                ret[real] = config[section]
+
+            for arch in arches:
+                self.read_arch(ret, arch)
+            for featureset in featuresets:
+                self.read_featureset(ret, featureset)
+
+        def read_featureset(self, ret, featureset):
+            config = ConfigParser(self.schema)
+            config.read(self.get_files('featureset-%s' % featureset))
+
+            for section in iter(config):
+                real = (section[-1], None, featureset)
+                s = ret.get(real, {})
+                s.update(config[section])
+                ret[real] = s
+
+
+class ConfigParser(object):
+    __slots__ = '_config', 'schemas'
+
+    def __init__(self, schemas):
+        self.schemas = schemas
+
+        self._config = RawConfigParser()
+
+    def __getitem__(self, key):
+        return self._convert()[key]
+
+    def __iter__(self):
+        return iter(self._convert())
+
+    def __str__(self):
+        return '<%s(%s)>' % (self.__class__.__name__, self._convert())
+
+    def _convert(self):
+        ret = {}
+        for section in self._config.sections():
+            data = {}
+            for key, value in self._config.items(section):
+                data[key] = value
+            section_list = section.split('_')
+            section_base = section_list[-1]
+            if section_base in self.schemas:
+                section_ret = tuple(section_list)
+                data = self._convert_one(self.schemas[section_base], data)
+            else:
+                section_ret = (section, )
+            ret[section_ret] = data
+        return ret
+
+    def _convert_one(self, schema, data):
+        ret = {}
+        for key, value in data.items():
+            value = value.replace('\n', ' ')
+            if key in schema:
+                value = schema[key](value)
+            ret[key] = value
+        return ret
+
+    def keys(self):
+        return self._convert().keys()
+
+    def read(self, data):
+        return self._config.read(data)
+
+
+if __name__ == '__main__':
+    sys.path.append('debian/lib/python')
+    config = ConfigCoreDump(open('debian/config.defines.dump', 'rb'))
+    for section, items in sorted(config.items(),
+                                 key=(lambda a: tuple(i or '' for i in a[0]))):
+        print(u"[%s]" % (section,))
+        for item, value in sorted(items.items()):
+            print(u"%s: %s" % (item, value))
+        print()
diff --git a/debian/bin/debian_linux/config_v2.py b/debian/bin/debian_linux/config_v2.py
new file mode 100644
index 0000000000000..1c32bc886481f
--- /dev/null
+++ b/debian/bin/debian_linux/config_v2.py
@@ -0,0 +1,612 @@
+from __future__ import annotations
+
+import dataclasses
+import functools
+import subprocess
+import tomllib
+from collections.abc import (
+    Iterable,
+)
+from pathlib import Path
+from typing import (
+    Optional,
+    Self,
+    TypeVar,
+)
+
+import dacite
+
+from . import dataclasses_extra
+from .debian import PackageRelationGroup
+
+
+_dacite_config = dacite.Config(
+    cast=[
+        PackageRelationGroup,
+        Path,
+    ],
+    strict=True,
+)
+
+
+@dataclasses.dataclass
+class ConfigBuild:
+    cflags: Optional[str] = None
+    compiler: Optional[str] = None
+    compiler_gnutype: Optional[str] = None
+    compiler_gnutype_compat: Optional[str] = None
+    config: list[Path] = dataclasses.field(default_factory=list)
+    config_default: list[Path] = dataclasses.field(default_factory=list, repr=False)
+    enable_signed: Optional[bool] = None
+    enable_vdso: Optional[bool] = None
+    kernel_file: Optional[str] = None
+    kernel_stem: Optional[str] = None
+
+
+@dataclasses.dataclass
+class ConfigDescription:
+    hardware: Optional[str] = None
+    hardware_long: Optional[str] = None
+    parts: list[str] = dataclasses.field(default_factory=list)
+    short: dict[str, str] = dataclasses.field(default_factory=dict)
+    long: dict[str, str] = dataclasses.field(default_factory=dict)
+
+
+@dataclasses.dataclass
+class ConfigPackages:
+    docs: Optional[bool] = dataclasses.field(default=None, metadata={'default': True})
+    installer: Optional[bool] = dataclasses.field(default=None, metadata={'default': False})
+    libc_dev: Optional[bool] = dataclasses.field(default=None, metadata={'default': True})
+    meta: Optional[bool] = dataclasses.field(default=None, metadata={'default': True})
+    source: Optional[bool] = dataclasses.field(default=None, metadata={'default': True})
+    tools_unversioned: Optional[bool] = dataclasses.field(default=None, metadata={'default': True})
+    tools_versioned: Optional[bool] = dataclasses.field(default=None, metadata={'default': True})
+
+
+@dataclasses.dataclass
+class ConfigRelationsSingle:
+    depends: list[PackageRelationGroup] = dataclasses.field(default_factory=list)
+    recommends: list[PackageRelationGroup] = dataclasses.field(default_factory=list)
+    suggests: list[PackageRelationGroup] = dataclasses.field(default_factory=list)
+    breaks: list[PackageRelationGroup] = dataclasses.field(default_factory=list)
+
+
+@dataclasses.dataclass
+class ConfigRelations:
+    image: ConfigRelationsSingle = dataclasses.field(default_factory=ConfigRelationsSingle)
+
+
+@dataclasses.dataclass
+class ConfigDebianarchDefs:
+    __arch: Optional[str] = dataclasses.field(default=None, init=False)
+
+    def __post_init_defs__(self, parent: ConfigDebianarch) -> None:
+        self.__arch = parent.name
+
+    @staticmethod
+    @functools.cache
+    def __dpkg_architecture(arch: str, query: str) -> str:
+        return subprocess.check_output(
+            [
+                'dpkg-architecture',
+                '-f',
+                '-a', arch,
+                '-q', query,
+            ],
+            stderr=subprocess.DEVNULL,
+            encoding='ascii',
+        ).strip()
+
+    @property
+    def gnutype(self) -> str:
+        assert self.__arch is not None
+        return self.__dpkg_architecture(self.__arch, 'DEB_HOST_GNU_TYPE')
+
+    @property
+    def gnutype_package(self) -> str:
+        return self.gnutype.replace("_", "-")
+
+    @property
+    def multiarch(self) -> str:
+        assert self.__arch is not None
+        return self.__dpkg_architecture(self.__arch, 'DEB_HOST_MULTIARCH')
+
+
+@dataclasses.dataclass
+class ConfigFlavourDefs:
+    is_default: bool = False
+    is_quick: bool = False
+
+
+@dataclasses.dataclass
+class ConfigBase:
+    name: str
+    enable: bool = True
+    path: Optional[Path] = None
+
+    build: ConfigBuild = dataclasses.field(default_factory=ConfigBuild)
+    description: ConfigDescription = dataclasses.field(default_factory=ConfigDescription)
+    packages: ConfigPackages = dataclasses.field(default_factory=ConfigPackages)
+    relations: ConfigRelations = dataclasses.field(default_factory=ConfigRelations)
+
+    def __post_init_hierarchy__(self, path: Path) -> None:
+        '''
+        Setup path and default config in the complete hierarchy
+        '''
+        self.path = path
+        self.build.config_default = [path / 'config']
+
+    def read_replace(self, bases: Iterable[Path], path: Path) -> Self:
+        '''
+        Read defines.toml at specified path in all bases and merged them
+        '''
+        config = self
+
+        try:
+            for base in bases:
+                if (file := base / path / 'defines.toml').exists():
+                    with file.open('rb') as f:
+                        data = dataclasses.asdict(self) | tomllib.load(f)
+
+                    config = dataclasses_extra.merge(config, dacite.from_dict(
+                        data_class=self.__class__,
+                        data=data,
+                        config=_dacite_config,
+                    ))
+        except tomllib.TOMLDecodeError as e:
+            raise RuntimeError(f'{file}: {e}') from None
+
+        return config
+
+
+ConfigT = TypeVar('ConfigT', bound=ConfigBase)
+
+
+@dataclasses.dataclass
+class Config(ConfigBase):
+    # Disable basic fields
+    name: str = dataclasses.field(init=False, repr=False, default='')
+    enable: bool = dataclasses.field(init=False, repr=False, default=True)
+
+    featureset: list[ConfigFeatureset] = dataclasses.field(
+        default_factory=list, metadata={'merge': 'assoclist'},
+    )
+    kernelarch: list[ConfigKernelarch] = dataclasses.field(
+        default_factory=list, metadata={'merge': 'assoclist'},
+    )
+
+    def __post_init_hierarchy__(self, path: Path) -> None:
+        super().__post_init_hierarchy__(path)
+
+        for featureset in self.featureset:
+            featureset.__post_init_hierarchy_featureset__(
+                Path(f'featureset-{featureset.name}'),
+                None,
+            )
+        for kernelarch in self.kernelarch:
+            kernelarch.__post_init_hierarchy__(
+                Path(f'kernelarch-{kernelarch.name}'),
+            )
+
+    @property
+    def merged(self) -> ConfigMerged:
+        return ConfigMerged(root=self)
+
+    @classmethod
+    def read_orig(cls, bases: Iterable[Path]) -> Config:
+        '''
+        Read defines.toml at the root in all bases and merge them
+        '''
+        config = cls()
+        found = False
+
+        try:
+            for base in bases:
+                if (file := base / 'defines.toml').exists():
+                    with file.open('rb') as f:
+                        data = tomllib.load(f)
+                    found = True
+
+                    config = dataclasses_extra.merge(config, dacite.from_dict(
+                        data_class=cls,
+                        data=data,
+                        config=_dacite_config,
+                    ))
+        except (tomllib.TOMLDecodeError, dacite.exceptions.UnexpectedDataError) as e:
+            raise RuntimeError(f'{file}: {e}') from None
+        if not found:
+            raise FileNotFoundError('Did not find defines.toml in any directory')
+
+        config.__post_init_hierarchy__(Path())
+
+        config.featureset = list(cls._read_hierarchy(bases, config.featureset))
+        config.kernelarch = list(cls._read_hierarchy(bases, config.kernelarch))
+        for kernelarch in config.kernelarch:
+            kernelarch.debianarch = list(cls._read_hierarchy(bases, kernelarch.debianarch))
+
+        config.__post_init_hierarchy__(Path())
+
+        return config
+
+    @classmethod
+    def _read_hierarchy(
+        cls, bases: Iterable[Path], orig: Iterable[ConfigT],
+    ) -> Iterable[ConfigT]:
+        for i in orig:
+            try:
+                assert i.path is not None
+                yield i.read_replace(bases, i.path)
+            except FileNotFoundError:
+                yield i
+
+
+@dataclasses.dataclass
+class ConfigKernelarch(ConfigBase):
+    debianarch: list[ConfigDebianarch] = dataclasses.field(
+        default_factory=list, metadata={'merge': 'assoclist'},
+    )
+
+    def __post_init_hierarchy__(self, path: Path) -> None:
+        super().__post_init_hierarchy__(path)
+
+        for debianarch in self.debianarch:
+            debianarch.__post_init_hierarchy__(
+                Path(debianarch.name),
+            )
+
+
+@dataclasses.dataclass
+class ConfigDebianarch(ConfigBase):
+    defs: ConfigDebianarchDefs = dataclasses.field(default_factory=ConfigDebianarchDefs)
+
+    featureset: list[ConfigFeatureset] = dataclasses.field(
+        default_factory=list, metadata={'merge': 'assoclist'},
+    )
+    flavour: list[ConfigFlavour] = dataclasses.field(
+        default_factory=list, metadata={'merge': 'assoclist'},
+    )
+
+    def __post_init__(self) -> None:
+        self.defs.__post_init_defs__(self)
+
+    def __post_init_hierarchy__(self, path: Path) -> None:
+        super().__post_init_hierarchy__(path)
+
+        for featureset in self.featureset:
+            featureset.__post_init_hierarchy_featureset__(
+                Path(path / featureset.name),
+                self,
+            )
+
+        for flavour in self.flavour:
+            flavour.__post_init_hierarchy__(path)
+
+
+@dataclasses.dataclass
+class ConfigFeatureset(ConfigBase):
+    flavour: list[ConfigFlavour] = dataclasses.field(default_factory=list)
+
+    def __post_init_hierarchy__(self, path: Path) -> None:
+        super().__post_init_hierarchy__(path)
+
+        for flavour in self.flavour:
+            flavour.__post_init_hierarchy__(path)
+
+    def __post_init_hierarchy_featureset__(
+        self,
+        path: Path,
+        debianarch: Optional[ConfigDebianarch],
+    ) -> None:
+        # If we have no flavours defined within a featureset, we copy it from debianarch
+        if not self.flavour and debianarch:
+            self.flavour = [
+                ConfigFlavour(name=flavour.name, defs=flavour.defs)
+                for flavour in debianarch.flavour
+            ]
+
+        self.__post_init_hierarchy__(path)
+
+
+@dataclasses.dataclass
+class ConfigFlavour(ConfigBase):
+    defs: ConfigFlavourDefs = dataclasses.field(default_factory=ConfigFlavourDefs)
+
+    def __post_init_hierarchy__(self, path: Path) -> None:
+        self.path = path
+        self.build.config_default = [path / f'config.{self.name}']
+
+
+class ConfigMergedBase:
+    _entries: list[ConfigBase]
+
+    def __init__(self) -> None:
+        self._entries = []
+
+    @property
+    def enable(self) -> bool:
+        for entry in self._entries:
+            if not entry.enable:
+                return False
+        return True
+
+    @property
+    def build(self) -> ConfigBuild:
+        return dataclasses_extra.merge_default(
+            ConfigBuild, *(i.build for i in self._entries)
+        )
+
+    @property
+    def config(self) -> list[Path]:
+        ret: list[Path] = []
+        for entry in self._entries:
+            ret += entry.build.config + entry.build.config_default
+        return ret
+
+    @property
+    def description(self) -> ConfigDescription:
+        return dataclasses_extra.merge_default(
+            ConfigDescription, *(i.description for i in self._entries)
+        )
+
+    @property
+    def packages(self) -> ConfigPackages:
+        return dataclasses_extra.merge_default(
+            ConfigPackages, *(i.packages for i in self._entries)
+        )
+
+    @property
+    def relations(self) -> ConfigRelations:
+        return dataclasses_extra.merge_default(
+            ConfigRelations, *(i.relations for i in self._entries)
+        )
+
+
+class ConfigMerged(ConfigMergedBase):
+    _root: Config
+
+    def __init__(
+        self, *,
+        root: Optional[ConfigBase],
+        **kw: Optional[ConfigBase],
+    ) -> None:
+        super().__init__(**kw)
+
+        assert isinstance(root, Config)
+        self._root = root
+        self._entries.append(root)
+
+    @property
+    def root_featuresets(self) -> Iterable[ConfigMergedFeatureset]:
+        for featureset in self._root.featureset:
+            yield ConfigMergedFeatureset(
+                root=self._root,
+                root_featureset=None,
+                kernelarch=None,
+                debianarch=None,
+                debianarch_flavour=None,
+                featureset=featureset,
+            )
+
+    @property
+    def kernelarchs(self) -> Iterable[ConfigMergedKernelarch]:
+        for kernelarch in self._root.kernelarch:
+            yield ConfigMergedKernelarch(
+                root=self._root,
+                kernelarch=kernelarch,
+            )
+
+
+class ConfigMergedKernelarch(ConfigMerged):
+    _kernelarch: ConfigKernelarch
+
+    def __init__(
+        self, *,
+        kernelarch: Optional[ConfigBase],
+        **kw: Optional[ConfigBase],
+    ) -> None:
+        super().__init__(**kw)
+
+        if kernelarch is not None:
+            assert isinstance(kernelarch, ConfigKernelarch)
+            self._kernelarch = kernelarch
+            self._entries.append(kernelarch)
+
+    @property
+    def name(self) -> str:
+        return self._kernelarch.name
+
+    @property
+    def name_kernelarch(self) -> str:
+        return self._kernelarch.name
+
+    @property
+    def debianarchs(self) -> Iterable[ConfigMergedDebianarch]:
+        for debianarch in self._kernelarch.debianarch:
+            yield ConfigMergedDebianarch(
+                root=self._root,
+                kernelarch=self._kernelarch,
+                debianarch=debianarch,
+            )
+
+
+class ConfigMergedDebianarch(ConfigMergedKernelarch):
+    _debianarch: ConfigDebianarch
+
+    def __init__(
+        self, *,
+        debianarch: Optional[ConfigBase],
+        **kw: Optional[ConfigBase],
+    ) -> None:
+        super().__init__(**kw)
+
+        if debianarch is not None:
+            assert isinstance(debianarch, ConfigDebianarch)
+            self._debianarch = debianarch
+            self._entries.append(debianarch)
+
+    @property
+    def name(self) -> str:
+        return self._debianarch.name
+
+    @property
+    def name_debianarch(self) -> str:
+        return self._debianarch.name
+
+    @property
+    def defs_debianarch(self) -> ConfigDebianarchDefs:
+        return self._debianarch.defs
+
+    @property
+    def featuresets(self) -> Iterable[ConfigMergedFeatureset]:
+        root_featureset = {
+            i.name: i
+            for i in self._root.featureset
+        }
+
+        for featureset in self._debianarch.featureset:
+            yield ConfigMergedFeatureset(
+                root=self._root,
+                root_featureset=root_featureset[featureset.name],
+                kernelarch=self._kernelarch,
+                debianarch=self._debianarch,
+                debianarch_flavour=None,
+                featureset=featureset,
+            )
+
+
+class ConfigMergedFeatureset(ConfigMergedDebianarch):
+    _featureset: ConfigFeatureset
+    _root_featureset: Optional[ConfigFeatureset] = None
+    _debianarch_flavour: Optional[ConfigFlavour] = None
+
+    def __init__(
+        self, *,
+        featureset: Optional[ConfigBase],
+        root_featureset: Optional[ConfigBase],
+        debianarch_flavour: Optional[ConfigBase],
+        **kw: Optional[ConfigBase],
+    ) -> None:
+        super().__init__(**kw)
+
+        if debianarch_flavour is not None:
+            assert isinstance(debianarch_flavour, ConfigFlavour)
+            self._debianarch_flavour = debianarch_flavour
+            self._entries.append(debianarch_flavour)
+
+        if root_featureset is not None:
+            assert isinstance(root_featureset, ConfigFeatureset)
+            self._root_featureset = root_featureset
+            self._entries.append(root_featureset)
+
+        if featureset is not None:
+            assert isinstance(featureset, ConfigFeatureset)
+            self._featureset = featureset
+            self._entries.append(featureset)
+
+    @property
+    def name(self) -> str:
+        return self._featureset.name
+
+    @property
+    def name_featureset(self) -> str:
+        return self._featureset.name
+
+    @property
+    def flavours(self) -> Iterable[ConfigMergedFlavour]:
+        debianarch_flavour = {
+            i.name: i
+            for i in self._debianarch.flavour
+        }
+
+        for flavour in self._featureset.flavour:
+            yield ConfigMergedFlavour(
+                root=self._root,
+                root_featureset=self._root_featureset,
+                kernelarch=self._kernelarch,
+                debianarch=self._debianarch,
+                debianarch_flavour=debianarch_flavour[flavour.name],
+                featureset=self._featureset,
+                flavour=flavour,
+            )
+
+
+class ConfigMergedFlavour(ConfigMergedFeatureset):
+    _flavour: ConfigFlavour
+
+    def __init__(
+        self, *,
+        flavour: Optional[ConfigBase],
+        **kw: Optional[ConfigBase],
+    ) -> None:
+        super().__init__(**kw)
+
+        if flavour is not None:
+            assert isinstance(flavour, ConfigFlavour)
+            self._flavour = flavour
+            self._entries.append(flavour)
+
+    @property
+    def name(self) -> str:
+        return self._flavour.name
+
+    @property
+    def name_flavour(self) -> str:
+        return self._flavour.name
+
+    @property
+    def defs_flavour(self) -> ConfigFlavourDefs:
+        return self._flavour.defs
+
+
+if __name__ == "__main__":
+    import argparse
+
+    parser = argparse.ArgumentParser()
+    parser.add_argument(
+        'dir',
+        default=[Path('debian/config')],
+        nargs='+',
+        type=Path,
+    )
+    args = parser.parse_args()
+    config = Config.read_orig(args.dir)
+    merged = config.merged
+
+#    from pprint import pprint
+#    pprint(config)
+
+    def print_indent(indent: int, s: str, *args: str) -> None:
+        print(' ' * indent * 4 + s, *args)
+
+    for kernelarch in merged.kernelarchs:
+        print_indent(
+            0,
+            f'Kernelarch: {kernelarch.name}',
+            f'enable={kernelarch.enable}',
+        )
+
+        for debianarch in kernelarch.debianarchs:
+            print_indent(
+                1,
+                f'Debianarch: {debianarch.name}',
+                f'enable={debianarch.enable}',
+            )
+
+            for featureset in debianarch.featuresets:
+                print_indent(
+                    2,
+                    f'Featureset: {featureset.name}',
+                    f'enable={featureset.enable}',
+                )
+
+                for flavour in featureset.flavours:
+                    print_indent(
+                        3,
+                        f'Flavour: {flavour.name}',
+                        f'enable={flavour.enable}',
+                        f'is_default={flavour.defs_flavour.is_default}',
+                    )
+                    print_indent(4, f'Config: {" ".join(str(i) for i in flavour.config)}')
+
+                else:
+                    print()
diff --git a/debian/bin/debian_linux/dataclasses_extra.py b/debian/bin/debian_linux/dataclasses_extra.py
new file mode 100644
index 0000000000000..49f2410038637
--- /dev/null
+++ b/debian/bin/debian_linux/dataclasses_extra.py
@@ -0,0 +1,113 @@
+from __future__ import annotations
+
+from dataclasses import (
+    fields,
+    is_dataclass,
+    replace,
+)
+from typing import (
+    Protocol,
+    TypeVar,
+    TYPE_CHECKING,
+)
+
+if TYPE_CHECKING:
+    from _typeshed import DataclassInstance as _DataclassInstance
+
+    class _HasName(Protocol, _DataclassInstance):
+        name: str
+
+    _DataclassT = TypeVar('_DataclassT', bound=_DataclassInstance)
+    _HasNameT = TypeVar('_HasNameT', bound=_HasName)
+
+
+def default(
+    cls: type[_DataclassT],
+    /,
+) -> _DataclassT:
+    f = {}
+
+    for field in fields(cls):
+        if 'default' in field.metadata:
+            f[field.name] = field.metadata['default']
+
+    return cls(**f)
+
+
+def merge(
+    self: _DataclassT,
+    other: _DataclassT | None, /,
+) -> _DataclassT:
+    if other is None:
+        return self
+
+    f = {}
+
+    for field in fields(self):
+        if not field.init:
+            continue
+
+        field_default_type = object
+        if isinstance(field.default_factory, type):
+            field_default_type = field.default_factory
+
+        self_field = getattr(self, field.name)
+        other_field = getattr(other, field.name)
+
+        if field.name == 'name':
+            assert self_field == other_field
+        elif field.type == 'bool':
+            f[field.name] = other_field
+        elif field.metadata.get('merge') == 'assoclist':
+            f[field.name] = _merge_assoclist(self_field, other_field)
+        elif is_dataclass(field_default_type):
+            f[field.name] = merge(self_field, other_field)
+        elif issubclass(field_default_type, list):
+            f[field.name] = self_field + other_field
+        elif issubclass(field_default_type, dict):
+            f[field.name] = self_field | other_field
+        elif field.default is None:
+            if other_field is not None:
+                f[field.name] = other_field
+        else:
+            raise RuntimeError(f'Unable to merge for type {field.type}')
+
+    return replace(self, **f)
+
+
+def merge_default(
+    cls: type[_DataclassT],
+    /,
+    *others: _DataclassT,
+) -> _DataclassT:
+    ret: _DataclassT = default(cls)
+    for o in others:
+        ret = merge(ret, o)
+    return ret
+
+
+def _merge_assoclist(
+    self_list: list[_HasNameT],
+    other_list: list[_HasNameT],
+    /,
+) -> list[_HasNameT]:
+    '''
+    Merge lists where each item got a "name" attribute
+    '''
+    if not self_list:
+        return other_list
+    if not other_list:
+        return self_list
+
+    ret: list[_HasNameT] = []
+    other_dict = {
+        i.name: i
+        for i in other_list
+    }
+    for i in self_list:
+        if i.name in other_dict:
+            ret.append(merge(i, other_dict.pop(i.name)))
+        else:
+            ret.append(i)
+    ret.extend(other_dict.values())
+    return ret
diff --git a/debian/bin/debian_linux/debian.py b/debian/bin/debian_linux/debian.py
new file mode 100644
index 0000000000000..4a37b62a6671c
--- /dev/null
+++ b/debian/bin/debian_linux/debian.py
@@ -0,0 +1,705 @@
+from __future__ import annotations
+
+import collections
+import collections.abc
+import dataclasses
+import enum
+import itertools
+import os.path
+import re
+import typing
+import warnings
+from typing import (
+    Iterable,
+    Self,
+    TypeAlias,
+)
+
+
+class Changelog(list):
+    _top_rules = r"""
+^
+(?P<source>
+    \w[-+0-9a-z.]+
+)
+[ ]
+\(
+(?P<version>
+    [^\(\)\ \t]+
+)
+\)
+\s+
+(?P<distribution>
+    [-+0-9a-zA-Z.]+
+)
+\;\s+urgency=
+(?P<urgency>
+    \w+
+)
+(?:,|\n)
+"""
+    _top_re = re.compile(_top_rules, re.X)
+    _bottom_rules = r"""
+^
+[ ]--[ ]
+(?P<maintainer>
+    \S(?:[ ]?\S)*
+)
+[ ]{2}
+(?P<date>
+    (.*)
+)
+\n
+"""
+    _bottom_re = re.compile(_bottom_rules, re.X)
+    _ignore_re = re.compile(r'^(?:  |\s*\n)')
+
+    class Entry(object):
+        __slot__ = ('distribution', 'source', 'version', 'urgency',
+                    'maintainer', 'date')
+
+        def __init__(self, **kwargs):
+            for key, value in kwargs.items():
+                setattr(self, key, value)
+
+    def __init__(self, dir='', version=None, file=None) -> None:
+        if version is None:
+            version = Version
+        if file:
+            self._parse(version, file)
+        else:
+            with open(os.path.join(dir, "debian/changelog"),
+                      encoding="UTF-8") as f:
+                self._parse(version, f)
+
+    def _parse(self, version, f) -> None:
+        top_match = None
+        line_no = 0
+
+        for line in f:
+            line_no += 1
+
+            if self._ignore_re.match(line):
+                pass
+            elif top_match is None:
+                top_match = self._top_re.match(line)
+                if not top_match:
+                    raise Exception('invalid top line %d in changelog' %
+                                    line_no)
+                try:
+                    v = version(top_match.group('version'))
+                except Exception:
+                    if not len(self):
+                        raise
+                    v = Version(top_match.group('version'))
+            else:
+                bottom_match = self._bottom_re.match(line)
+                if not bottom_match:
+                    raise Exception('invalid bottom line %d in changelog' %
+                                    line_no)
+
+                self.append(self.Entry(
+                    distribution=top_match.group('distribution'),
+                    source=top_match.group('source'),
+                    version=v,
+                    urgency=top_match.group('urgency'),
+                    maintainer=bottom_match.group('maintainer'),
+                    date=bottom_match.group('date')))
+                top_match = bottom_match = None
+
+
+class Version(object):
+    revision: str | None
+
+    _epoch_re = re.compile(r'\d+$')
+    _upstream_re = re.compile(r'[0-9][A-Za-z0-9.+\-:~]*$')
+    _revision_re = re.compile(r'[A-Za-z0-9+.~]+$')
+
+    def __init__(self, version) -> None:
+        try:
+            split = version.index(':')
+        except ValueError:
+            epoch, rest = None, version
+        else:
+            epoch, rest = version[0:split], version[split+1:]
+        try:
+            split = rest.rindex('-')
+        except ValueError:
+            upstream, revision = rest, None
+        else:
+            upstream, revision = rest[0:split], rest[split+1:]
+        if (epoch is not None and not self._epoch_re.match(epoch)) or \
+           not self._upstream_re.match(upstream) or \
+           (revision is not None and not self._revision_re.match(revision)):
+            raise RuntimeError(u"Invalid debian version")
+        self.epoch = epoch and int(epoch)
+        self.upstream = upstream
+        self.revision = revision
+
+    def __str__(self) -> str:
+        return self.complete
+
+    @property
+    def complete(self) -> str:
+        if self.epoch is not None:
+            return u"%d:%s" % (self.epoch, self.complete_noepoch)
+        return self.complete_noepoch
+
+    @property
+    def complete_noepoch(self) -> str:
+        if self.revision is not None:
+            return u"%s-%s" % (self.upstream, self.revision)
+        return self.upstream
+
+    @property
+    def debian(self) -> str | None:
+        from warnings import warn
+        warn(u"debian argument was replaced by revision", DeprecationWarning,
+             stacklevel=2)
+        return self.revision
+
+
+class VersionLinux(Version):
+    _upstream_re = re.compile(r"""
+(?P<version>
+    \d+\.\d+
+)
+(?P<update>
+    (?:\.\d+)?
+    (?:-[a-z]+\d+)?
+)
+(?:
+    ~
+    (?P<modifier>
+        .+?
+    )
+)?
+(?:
+    \.dfsg\.
+    (?P<dfsg>
+        \d+
+    )
+)?
+$
+    """, re.X)
+    _revision_re = re.compile(r"""
+\d+
+(\.\d+)?
+(?:
+    (?P<revision_experimental>
+        ~exp\d+
+    )
+    |
+    (?P<revision_security>
+        (?:[~+]deb\d+u\d+)+
+    )?
+    (?P<revision_backports>
+        ~bpo\d+\+\d+
+    )?
+    |
+    (?P<revision_other>
+        .+?
+    )
+)
+(?:\+b\d+)?
+$
+    """, re.X)
+
+    def __init__(self, version) -> None:
+        super(VersionLinux, self).__init__(version)
+        up_match = self._upstream_re.match(self.upstream)
+        assert self.revision is not None
+        rev_match = self._revision_re.match(self.revision)
+        if up_match is None or rev_match is None:
+            raise RuntimeError(u"Invalid debian linux version")
+        d = up_match.groupdict()
+        self.linux_modifier = d['modifier']
+        self.linux_version = d['version']
+        if d['modifier'] is not None:
+            assert not d['update']
+            self.linux_upstream = '-'.join((d['version'], d['modifier']))
+        else:
+            self.linux_upstream = d['version']
+        self.linux_upstream_full = self.linux_upstream + d['update']
+        self.linux_dfsg = d['dfsg']
+        d = rev_match.groupdict()
+        self.linux_revision_experimental = d['revision_experimental'] and True
+        self.linux_revision_security = d['revision_security'] and True
+        self.linux_revision_backports = d['revision_backports'] and True
+        self.linux_revision_other = d['revision_other'] and True
+
+
+class PackageArchitecture(set[str]):
+    def __init__(
+        self,
+        v: str | Iterable[str] | None = None,
+        /,
+    ) -> None:
+        if v:
+            if isinstance(v, str):
+                v = re.split(r'\s+', v.strip())
+            self |= frozenset(v)
+
+    def __str__(self) -> str:
+        return ' '.join(sorted(self))
+
+
+class PackageDescription:
+    short: list[str]
+    long: list[str]
+
+    def __init__(
+        self,
+        v: str | Self | None = None,
+        /,
+    ) -> None:
+        self.short = []
+        self.long = []
+
+        if v:
+            if isinstance(v, str):
+                desc_split = v.split('\n', 1)
+                self.append_short(desc_split[0])
+                if len(desc_split) == 2:
+                    self.append(desc_split[1])
+            else:
+                self.short.extend(v.short)
+                self.long.extend(v.long)
+
+    def __str__(self) -> str:
+        from .utils import TextWrapper
+        wrap = TextWrapper(width=74, fix_sentence_endings=True).wrap
+        short = ', '.join(self.short)
+        long_pars = []
+        for i in self.long:
+            long_pars.append(wrap(i))
+        long = '\n .\n '.join('\n '.join(i) for i in long_pars)
+        return short + '\n ' + long if long else short
+
+    def append(self, long: str) -> None:
+        long = long.strip()
+        if long:
+            self.long.extend(long.split('\n.\n'))
+
+    def append_short(self, short: str) -> None:
+        for i in [i.strip() for i in short.split(',')]:
+            if i:
+                self.short.append(i)
+
+    def extend(self, desc: PackageDescription) -> None:
+        self.short.extend(desc.short)
+        self.long.extend(desc.long)
+
+
+class PackageRelationEntryOperator(enum.StrEnum):
+    OP_LT = '<<'
+    OP_LE = '<='
+    OP_EQ = '='
+    OP_NE = '!='
+    OP_GE = '>='
+    OP_GT = '>>'
+
+    def __neg__(self) -> PackageRelationEntryOperator:
+        return typing.cast(PackageRelationEntryOperator, {
+            self.OP_LT: self.OP_GE,
+            self.OP_LE: self.OP_GT,
+            self.OP_EQ: self.OP_NE,
+            self.OP_NE: self.OP_EQ,
+            self.OP_GE: self.OP_LT,
+            self.OP_GT: self.OP_LE,
+        }[self])
+
+
+class PackageRelationEntry:
+    name: str
+    operator: typing.Optional[PackageRelationEntryOperator]
+    version: typing.Optional[str]
+    arches: PackageArchitecture
+    restrictions: PackageBuildprofile
+
+    __re = re.compile(
+        r'^(?P<name>\S+)'
+        r'(?: \((?P<operator><<|<=|=|!=|>=|>>)\s*(?P<version>[^)]+)\))?'
+        r'(?: \[(?P<arches>[^]]+)\])?'
+        r'(?P<restrictions>(?: <[^>]+>)*)$'
+    )
+
+    def __init__(
+        self,
+        v: str | Self,
+        /, *,
+        name: str | None = None,
+        arches: set[str] | None = None,
+        restrictions: PackageBuildprofile | str | None = None,
+    ) -> None:
+        if isinstance(v, str):
+            match = self.__re.match(v)
+            if not match:
+                raise RuntimeError('Unable to parse dependency "%s"' % v)
+
+            self.name = name or match['name']
+
+            if operator := match['operator']:
+                self.operator = PackageRelationEntryOperator(operator)
+            else:
+                self.operator = None
+
+            self.version = match['version']
+            self.arches = PackageArchitecture(arches or match['arches'])
+            if isinstance(restrictions, PackageBuildprofile):
+                self.restrictions = restrictions.copy()
+            else:
+                self.restrictions = PackageBuildprofile.parse(
+                    restrictions or match['restrictions'],
+                )
+
+        else:
+            self.name = name or v.name
+            self.operator = v.operator
+            self.version = v.version
+            self.arches = PackageArchitecture(arches or v.arches)
+            if isinstance(restrictions, str):
+                self.restrictions = PackageBuildprofile.parse(restrictions)
+            else:
+                self.restrictions = (restrictions or v.restrictions).copy()
+
+    def __str__(self):
+        ret = [self.name]
+        if self.operator and self.version:
+            ret.append(f'({self.operator} {self.version})')
+        if self.arches:
+            ret.append(f'[{self.arches}]')
+        if self.restrictions:
+            ret.append(str(self.restrictions))
+        return ' '.join(ret)
+
+
+class PackageRelationGroup(list[PackageRelationEntry]):
+    def __init__(
+        self,
+        v: Iterable[PackageRelationEntry | str] | str | Self | None = None,
+        /, *,
+        arches: set[str] | None = None,
+    ) -> None:
+        if v:
+            if isinstance(v, str):
+                v = (i.strip() for i in re.split(r'\|', v.strip()))
+            self.extend(PackageRelationEntry(i, arches=arches) for i in v if i)
+
+    def __str__(self) -> str:
+        return ' | '.join(str(i) for i in self)
+
+    def _merge_eq(self, v: PackageRelationGroup) -> typing.Optional[PackageRelationGroup]:
+        if all(
+            (
+                i.name == j.name and i.operator == j.operator
+                and i.version == j.version
+            ) for i, j in zip(self, v)
+        ):
+            return self
+        return None
+
+
+class PackageRelation(list[PackageRelationGroup]):
+    Init: TypeAlias = PackageRelationGroup | Iterable[PackageRelationEntry] | str
+
+    def __init__(
+        self,
+        v: Iterable[Init] | str | Self | None = None,
+        /, *,
+        arches: set[str] | None = None,
+    ) -> None:
+        if v:
+            if isinstance(v, str):
+                v = (i.strip() for i in re.split(r',', v.strip()))
+            self.extend(PackageRelationGroup(i, arches=arches) for i in v if i)
+
+    def __str__(self) -> str:
+        return ', '.join(str(i) for i in self)
+
+    def _merge_eq(self, v: PackageRelationGroup) -> typing.Optional[PackageRelationGroup]:
+        for i in self:
+            if i._merge_eq(v):
+                return i
+        return None
+
+    def merge(
+        self,
+        v: Init | str,
+        /,
+    ) -> None:
+        v = PackageRelationGroup(v)
+        if g := self._merge_eq(v):
+            for i, j in zip(g, v):
+                i.arches |= j.arches
+                i.restrictions.update(j.restrictions)
+        else:
+            super().append(v)
+
+
+@dataclasses.dataclass
+class PackageBuildprofileEntry:
+    pos: set[str] = dataclasses.field(default_factory=set)
+    neg: set[str] = dataclasses.field(default_factory=set)
+
+    __re = re.compile(r'^<(?P<profiles>[a-z0-9. !-]+)>$')
+
+    def copy(self) -> Self:
+        return self.__class__(
+            pos=set(self.pos),
+            neg=set(self.neg),
+        )
+
+    @classmethod
+    def parse(cls, v: str, /) -> Self:
+        match = cls.__re.match(v)
+        if not match:
+            raise RuntimeError('Unable to parse build profile "%s"' % v)
+
+        ret = cls()
+        for i in re.split(r' ', match.group('profiles')):
+            if i:
+                if i[0] == '!':
+                    ret.neg.add(i[1:])
+                else:
+                    ret.pos.add(i)
+        return ret
+
+    def __eq__(self, other: object, /) -> bool:
+        if not isinstance(other, PackageBuildprofileEntry):
+            return NotImplemented
+        return self.pos == other.pos and self.neg == other.neg
+
+    def isdisjoint(self, other: Self, /) -> bool:
+        return not (self.issubset(other)) and not (self.issuperset(other))
+
+    def issubset(self, other: Self, /) -> bool:
+        '''
+        Test wether this build profile would select a subset of packages.
+
+        For positive profile matches: Ading profiles will select a subset.
+        For negative profile matches: Removing profiles will select a subset.
+        '''
+        return self.pos >= other.pos and self.neg <= other.neg
+    __le__ = issubset
+
+    def issuperset(self, other: Self, /) -> bool:
+        '''
+        Test wether this build profile would select a superset of packages.
+
+        For positive profile matches: Removing profiles will select a superset.
+        For negative profile matches: Adding profiles will select a superset.
+        '''
+        return self.pos <= other.pos and self.neg >= other.neg
+    __ge__ = issuperset
+
+    def update(self, other: Self, /) -> None:
+        '''
+        Update the build profiles, adding entries from other, merging if possible.
+
+        Negating entries (profile vs !profile) are completely removed.
+        All others remain if they are used on both sides.
+        '''
+        diff = (self.pos & other.neg) | (self.neg & other.pos)
+        self.pos &= other.pos - diff
+        self.neg &= other.neg - diff
+    __ior__ = update
+
+    def __str__(self) -> str:
+        s = ' '.join(itertools.chain(
+            sorted(self.pos),
+            (f'!{i}' for i in sorted(self.neg)),
+        ))
+        return f'<{s}>'
+
+
+class PackageBuildprofile(list[PackageBuildprofileEntry]):
+    __re = re.compile(r' *(<[^>]+>)(?: +|$)')
+
+    def copy(self) -> Self:
+        return self.__class__(i.copy() for i in self)
+
+    @classmethod
+    def parse(cls, v: str, /) -> Self:
+        ret = cls()
+        for match in cls.__re.finditer(v):
+            ret.append(PackageBuildprofileEntry.parse(match.group(1)))
+        return ret
+
+    def update(self, v: Self, /) -> None:
+        for i in v:
+            for j in self:
+                if not j.isdisjoint(i):
+                    j.update(i)
+                    break
+            else:
+                self.append(i)
+    __ior__ = update
+
+    def __str__(self) -> str:
+        return ' '.join(str(i) for i in self)
+
+
+class _ControlFileDict(collections.abc.MutableMapping):
+    def __init__(self):
+        self.__data = {}
+        self.meta = {}
+
+    def __getitem__(self, key):
+        return self.__data[key]
+
+    def __setitem__(self, key, value):
+        if key.lower().startswith('meta-'):
+            self.meta[key.lower()[5:]] = value
+            return
+
+        try:
+            cls = self._fields[key]
+            if not isinstance(value, cls):
+                if f := getattr(cls, 'parse', None):
+                    value = f(value)
+                else:
+                    value = cls(value)
+        except KeyError:
+            warnings.warn(
+                f'setting unknown field {key} in {type(self).__name__}',
+                stacklevel=2)
+        self.__data[key] = value
+
+    def __delitem__(self, key):
+        del self.__data[key]
+
+    def __iter__(self):
+        keys = set(self.__data.keys())
+        for key in self._fields.keys():
+            if key in self.__data:
+                keys.remove(key)
+                yield key
+        for key in sorted(keys):
+            yield key
+
+    def __len__(self):
+        return len(self.__data)
+
+    def setdefault(self, key):
+        try:
+            return self[key]
+        except KeyError:
+            try:
+                ret = self[key] = self._fields[key]()
+            except KeyError:
+                warnings.warn(
+                    f'setting unknown field {key} in {type(self).__name__}',
+                    stacklevel=2)
+                ret = self[key] = ''
+            return ret
+
+    def copy(self):
+        ret = self.__class__()
+        ret.__data = self.__data.copy()
+        ret.meta = self.meta.copy()
+        return ret
+
+    @classmethod
+    def read_rfc822(cls, f):
+        entries = []
+        eof = False
+
+        while not eof:
+            e = cls()
+            last = None
+            lines = []
+            while True:
+                line = f.readline()
+                if not line:
+                    eof = True
+                    break
+                # Strip comments rather than trying to preserve them
+                if line[0] == '#':
+                    continue
+                line = line.strip('\n')
+                if not line:
+                    break
+                if line[0] in ' \t':
+                    if not last:
+                        raise ValueError(
+                            'Continuation line seen before first header')
+                    lines.append(line.lstrip())
+                    continue
+                if last:
+                    e[last] = '\n'.join(lines)
+                i = line.find(':')
+                if i < 0:
+                    raise ValueError(u"Not a header, not a continuation: ``%s''" %
+                                     line)
+                last = line[:i]
+                lines = [line[i + 1:].lstrip()]
+            if last:
+                e[last] = '\n'.join(lines)
+            if e:
+                entries.append(e)
+
+        return entries
+
+
+class SourcePackage(_ControlFileDict):
+    _fields = collections.OrderedDict((
+        ('Source', str),
+        ('Architecture', PackageArchitecture),
+        ('Section', str),
+        ('Priority', str),
+        ('Maintainer', str),
+        ('Uploaders', str),
+        ('Standards-Version', str),
+        ('Build-Depends', PackageRelation),
+        ('Build-Depends-Arch', PackageRelation),
+        ('Build-Depends-Indep', PackageRelation),
+        ('Rules-Requires-Root', str),
+        ('Homepage', str),
+        ('Vcs-Browser', str),
+        ('Vcs-Git', str),
+        ('XS-Autobuild', str),
+    ))
+
+
+class BinaryPackage(_ControlFileDict):
+    _fields = collections.OrderedDict((
+        ('Package', str),
+        ('Package-Type', str),  # for udeb only
+        ('Architecture', PackageArchitecture),
+        ('Section', str),
+        ('Priority', str),
+        # Build-Depends* fields aren't allowed for binary packages in
+        # the real control file, but we move them to the source
+        # package
+        ('Build-Depends', PackageRelation),
+        ('Build-Depends-Arch', PackageRelation),
+        ('Build-Depends-Indep', PackageRelation),
+        ('Build-Profiles', PackageBuildprofile),
+        ('Built-Using', PackageRelation),
+        ('Provides', PackageRelation),
+        ('Pre-Depends', PackageRelation),
+        ('Depends', PackageRelation),
+        ('Recommends', PackageRelation),
+        ('Suggests', PackageRelation),
+        ('Replaces', PackageRelation),
+        ('Breaks', PackageRelation),
+        ('Conflicts', PackageRelation),
+        ('Multi-Arch', str),
+        ('Kernel-Version', str),  # for udeb only
+        ('Description', PackageDescription),
+        ('Homepage', str),
+    ))
+
+
+class TestsControl(_ControlFileDict):
+    _fields = collections.OrderedDict((
+        ('Tests', str),
+        ('Test-Command', str),
+        ('Architecture', PackageArchitecture),
+        ('Restrictions', str),
+        ('Features', str),
+        ('Depends', PackageRelation),
+        ('Tests-Directory', str),
+        ('Classes', str),
+    ))
diff --git a/debian/bin/debian_linux/firmware.py b/debian/bin/debian_linux/firmware.py
new file mode 100644
index 0000000000000..b1a4a7e85d044
--- /dev/null
+++ b/debian/bin/debian_linux/firmware.py
@@ -0,0 +1,90 @@
+import re
+
+
+class FirmwareFile(object):
+    def __init__(self, binary, desc=None, source=None, version=None) -> None:
+        self.binary = binary
+        self.desc = desc
+        self.source = source
+        self.version = version
+
+
+class FirmwareSection(object):
+    def __init__(self, driver, files, licence) -> None:
+        self.driver = driver
+        self.files = files
+        self.licence = licence
+
+
+class FirmwareWhence(list):
+    def __init__(self, file) -> None:
+        self.read(file)
+
+    def read(self, file) -> None:
+        in_header = True
+        driver = None
+        files = {}
+        licence = None
+        binary = []
+        desc = None
+        source = []
+        version = None
+
+        for line in file:
+            if line.startswith('----------'):
+                if in_header:
+                    in_header = False
+                else:
+                    # Finish old section
+                    if driver:
+                        self.append(FirmwareSection(driver, files, licence))
+                    driver = None
+                    files = {}
+                    licence = None
+                continue
+
+            if in_header:
+                continue
+
+            if line == '\n':
+                # End of field; end of file fields
+                for b in binary:
+                    # XXX The WHENCE file isn't yet consistent in its
+                    # association of binaries and their sources and
+                    # metadata.  This associates all sources and
+                    # metadata in a group with each binary.
+                    files[b] = FirmwareFile(b, desc, source, version)
+                binary = []
+                desc = None
+                source = []
+                version = None
+                continue
+
+            match = re.match(
+                r'(Driver|File|Info|Licen[cs]e|Source|Version'
+                r'|Original licen[cs]e info(?:rmation)?):\s*(.*)\n',
+                line)
+            if match:
+                keyword, value = match.group(1, 2)
+                if keyword == 'Driver':
+                    driver = value.split(' ')[0].lower()
+                elif keyword == 'File':
+                    match = re.match(r'(\S+)(?:\s+--\s+(.*))?', value)
+                    binary.append(match.group(1))
+                    desc = match.group(2)
+                elif keyword in ['Info', 'Version']:
+                    version = value
+                elif keyword == 'Source':
+                    source.append(value)
+                else:
+                    licence = value
+            elif licence is not None:
+                licence = (licence + '\n'
+                           + re.sub(r'^(?:[/ ]\*| \*/)?\s*(.*?)\s*$', r'\1',
+                                    line))
+
+        # Finish last section if non-empty
+        for b in binary:
+            files[b] = FirmwareFile(b, desc, source, version)
+        if driver:
+            self.append(FirmwareSection(driver, files, licence))
diff --git a/debian/bin/debian_linux/gencontrol.py b/debian/bin/debian_linux/gencontrol.py
new file mode 100644
index 0000000000000..49f52e878bc48
--- /dev/null
+++ b/debian/bin/debian_linux/gencontrol.py
@@ -0,0 +1,682 @@
+from __future__ import annotations
+
+import contextlib
+import itertools
+import pathlib
+import re
+from collections import OrderedDict
+from collections.abc import (
+    Generator,
+)
+from typing import (
+    Any,
+    Iterable,
+    Iterator,
+    IO,
+)
+
+from .config_v2 import (
+    ConfigMerged,
+    ConfigMergedDebianarch,
+    ConfigMergedFeatureset,
+    ConfigMergedFlavour,
+)
+from .debian import Changelog, PackageArchitecture, \
+    Version, _ControlFileDict
+from .utils import Templates
+
+
+class PackagesList(OrderedDict):
+    def append(self, package) -> None:
+        self[package['Package']] = package
+
+    def extend(self, packages) -> None:
+        for package in packages:
+            self[package['Package']] = package
+
+    def setdefault(self, package) -> Any:
+        return super().setdefault(package['Package'], package)
+
+
+class Makefile:
+    rules: dict[str, MakefileRule]
+
+    def __init__(self) -> None:
+        self.rules = {}
+
+    def add_cmds(self, name: str, cmds) -> None:
+        rule = self.rules.setdefault(name, MakefileRule(name))
+        rule.add_cmds(MakefileRuleCmdsSimple(cmds))
+
+    def add_deps(self, name: str, deps) -> None:
+        rule = self.rules.setdefault(name, MakefileRule(name))
+        rule.add_deps(deps)
+
+        for i in deps:
+            self.rules.setdefault(i, MakefileRule(i))
+
+    def add_rules(self, name: str, target, makeflags, packages=set(), packages_extra=set()) -> None:
+        rule = self.rules.setdefault(name, MakefileRule(name))
+        rule.add_cmds(MakefileRuleCmdsRules(target, makeflags, packages, packages_extra))
+
+    def write(self, out) -> None:
+        out.write('''\
+.NOTPARALLEL:
+.PHONY:
+packages_enabled := $(shell dh_listpackages)
+define if_package
+$(if $(filter $(1),$(packages_enabled)),$(2))
+endef
+''')
+        for k, rule in sorted(self.rules.items()):
+            rule.write(out)
+
+
+class MakefileRule:
+    name: str
+    cmds: list[MakefileRuleCmds]
+    deps: set[str]
+
+    def __init__(self, name: str) -> None:
+        self.name = name
+        self.cmds = []
+        self.deps = set()
+
+    def add_cmds(self, cmds: MakefileRuleCmds) -> None:
+        self.cmds.append(cmds)
+
+    def add_deps(self, deps: Iterable[str]) -> None:
+        self.deps.update(deps)
+
+    def write(self, out: IO) -> None:
+        if self.cmds:
+            out.write(f'{self.name}:{" ".join(sorted(self.deps))}\n')
+            for c in self.cmds:
+                c.write(out)
+        else:
+            out.write(f'{self.name}:{" ".join(sorted(self.deps))}\n')
+
+
+class MakefileRuleCmds:
+    def write(self, out: IO) -> None:
+        raise NotImplementedError
+
+
+class MakefileRuleCmdsRules(MakefileRuleCmds):
+    def __init__(self, target, makeflags, packages, packages_extra) -> None:
+        self.target = target
+        self.makeflags = makeflags.copy()
+        self.packages = packages
+        self.packages_extra = packages_extra
+
+        packages_all = packages | packages_extra
+
+        if packages_all:
+            if len(packages_all) == 1:
+                package_name = list(packages_all)[0]
+                self.makeflags['PACKAGE_NAME'] = package_name
+                self.makeflags['DESTDIR'] = f'$(CURDIR)/debian/{package_name}'
+            else:
+                self.makeflags['DESTDIR'] = '$(CURDIR)/debian/tmp'
+
+            self.makeflags['DH_OPTIONS'] = ' '.join(f'-p{i}' for i in sorted(packages_all))
+
+    def write(self, out: IO) -> None:
+        cmd = f'$(MAKE) -f debian/rules.real {self.target} {self.makeflags}'
+        if self.packages:
+            out.write(f'\t$(call if_package, {" ".join(sorted(self.packages))}, {cmd})\n')
+        else:
+            out.write(f'\t{cmd}\n')
+
+
+class MakefileRuleCmdsSimple(MakefileRuleCmds):
+    cmds: list[str]
+
+    def __init__(self, cmds: list[str]) -> None:
+        self.cmds = cmds
+
+    def write(self, out: IO) -> None:
+        for i in self.cmds:
+            out.write(f'\t{i}\n')
+
+
+class MakeFlags(dict):
+    def __str__(self) -> str:
+        return ' '.join("%s='%s'" % i for i in sorted(self.items()))
+
+    def copy(self) -> MakeFlags:
+        return self.__class__(super(MakeFlags, self).copy())
+
+
+class PackagesBundle:
+    name: str | None
+    templates: Templates
+    base: pathlib.Path
+    makefile: Makefile
+    packages: PackagesList
+
+    def __init__(
+            self,
+            name: str | None,
+            templates: Templates,
+            base: pathlib.Path = pathlib.Path('debian'),
+    ) -> None:
+        self.name = name
+        self.templates = templates
+        self.base = base
+        self.makefile = Makefile()
+        self.packages = PackagesList()
+
+    def add(
+            self,
+            pkgid: str,
+            ruleid: Iterable[str],
+            makeflags: MakeFlags,
+            replace: dict[str, str],
+            *,
+            arch: str | None = None,
+            check_packages: bool = True,
+    ) -> list[Any]:
+        ret = []
+        for raw_package in self.templates.get_control(f'{pkgid}.control', replace):
+            package = self.packages.setdefault(raw_package)
+            package_name = package['Package']
+            ret.append(package)
+
+            package.meta.setdefault('rules-ruleids', {})[ruleid] = makeflags
+            if arch:
+                package.meta.setdefault('architectures', PackageArchitecture()).add(arch)
+            package.meta['rules-check-packages'] = check_packages
+
+            for name in (
+                    'NEWS',
+                    'bug-presubj',
+                    'lintian-overrides',
+                    'maintscript',
+                    'postinst',
+                    'postrm',
+                    'preinst',
+                    'prerm',
+            ):
+                try:
+                    template = self.templates.get(f'{pkgid}.{name}',
+                                                  replace | {'package': package_name})
+                except KeyError:
+                    pass
+                else:
+                    with self.open(f'{package_name}.{name}') as f:
+                        f.write(template)
+
+        return ret
+
+    def add_packages(
+            self,
+            packages: Iterable[_ControlFileDict],
+            ruleid: Iterable[str],
+            makeflags: MakeFlags,
+            *,
+            arch: str | None = None,
+            check_packages: bool = True,
+    ) -> None:
+        for package in packages:
+            package = self.packages.setdefault(package)
+            package.meta.setdefault('rules-ruleids', {})[ruleid] = makeflags
+            if arch:
+                package.meta.setdefault('architectures', PackageArchitecture()).add(arch)
+            package.meta['rules-check-packages'] = check_packages
+
+    def path(self, name) -> pathlib.Path:
+        if self.name:
+            return self.base / f'generated.{self.name}/{name}'
+        return self.base / name
+
+    @staticmethod
+    def __ruleid_deps(ruleid: tuple[str], name: str) -> Iterator[tuple[str, str]]:
+        """
+        Generate all the rules dependencies.
+        ```
+        build: build_a
+        build_a: build_a_b
+        build_a_b: build_a_b_image
+        ```
+        """
+        r = ruleid + (name, )
+        yield (
+            '',
+            '_' + '_'.join(r[:1]),
+        )
+        for i in range(1, len(r)):
+            yield (
+                '_' + '_'.join(r[:i]),
+                '_' + '_'.join(r[:i + 1]),
+            )
+
+    @contextlib.contextmanager
+    def open(self, name: str, mode: str = 'w') -> Generator[IO, None, None]:
+        path = self.path(name)
+        path.parent.mkdir(parents=True, exist_ok=True)
+        with path.open(mode=mode, encoding='utf-8') as f:
+            yield f
+
+    def extract_makefile(self) -> None:
+        targets: dict[frozenset[str], dict] = {}
+
+        for package_name, package in self.packages.items():
+            target_name = package.meta.get('rules-target')
+            ruleids = package.meta.get('rules-ruleids')
+            makeflags = MakeFlags({
+                # Requires Python 3.9+
+                k.removeprefix('rules-makeflags-').upper(): v
+                for (k, v) in package.meta.items() if k.startswith('rules-makeflags-')
+            })
+
+            if ruleids:
+                arches = package.meta.get('architectures')
+                if arches:
+                    package['Architecture'] = arches
+                else:
+                    arches = package.get('Architecture')
+
+                if target_name:
+                    for ruleid, makeflags_package in ruleids.items():
+                        target_key = frozenset(
+                            [target_name, ruleid]
+                            + [f'{k}_{v}' for (k, v) in makeflags.items()]
+                        )
+                        target = targets.setdefault(
+                            target_key,
+                            {
+                                'name': target_name,
+                                'ruleid': ruleid,
+                            },
+                        )
+
+                        if package.meta['rules-check-packages']:
+                            target.setdefault('packages', set()).add(package_name)
+                        else:
+                            target.setdefault('packages_extra', set()).add(package_name)
+                        makeflags_package = makeflags_package.copy()
+                        makeflags_package.update(makeflags)
+                        target['makeflags'] = makeflags_package
+
+                        if arches == set(['all']):
+                            target['type'] = 'indep'
+                        else:
+                            target['type'] = 'arch'
+
+        for target in targets.values():
+            name = target['name']
+            ruleid = target['ruleid']
+            packages = target.get('packages', set())
+            packages_extra = target.get('packages_extra', set())
+            makeflags = target['makeflags']
+            ttype = target['type']
+
+            rule = '_'.join(ruleid + (name, ))
+            self.makefile.add_rules(f'setup_{rule}',
+                                    f'setup_{name}', makeflags, packages, packages_extra)
+            self.makefile.add_rules(f'build-{ttype}_{rule}',
+                                    f'build_{name}', makeflags, packages, packages_extra)
+            self.makefile.add_rules(f'binary-{ttype}_{rule}',
+                                    f'binary_{name}', makeflags, packages, packages_extra)
+
+            for i, j in self.__ruleid_deps(ruleid, name):
+                self.makefile.add_deps(f'setup{i}',
+                                       [f'setup{j}'])
+                self.makefile.add_deps(f'build-{ttype}{i}',
+                                       [f'build-{ttype}{j}'])
+                self.makefile.add_deps(f'binary-{ttype}{i}',
+                                       [f'binary-{ttype}{j}'])
+
+    def merge_build_depends(self) -> None:
+        # Merge Build-Depends pseudo-fields from binary packages into the
+        # source package
+        source = self.packages["source"]
+        arch_all = PackageArchitecture("all")
+        for name, package in self.packages.items():
+            if name == "source":
+                continue
+            dep = package.get("Build-Depends")
+            if not dep:
+                continue
+            del package["Build-Depends"]
+            if package["Architecture"] == arch_all:
+                dep_type = "Build-Depends-Indep"
+            else:
+                dep_type = "Build-Depends-Arch"
+            for group in dep:
+                for item in group:
+                    if package["Architecture"] != arch_all and not item.arches:
+                        item.arches = package["Architecture"]
+                    if package.get("Build-Profiles") and not item.restrictions:
+                        item.restrictions = package["Build-Profiles"]
+                source.setdefault(dep_type).merge(group)
+
+    def write(self) -> None:
+        self.write_control()
+        self.write_makefile()
+
+    def write_control(self) -> None:
+        with self.open('control') as f:
+            self.write_rfc822(f, self.packages.values())
+
+    def write_makefile(self) -> None:
+        with self.open('rules.gen') as f:
+            self.makefile.write(f)
+
+    def write_rfc822(self, f: IO, entries: Iterable) -> None:
+        for entry in entries:
+            for key, value in entry.items():
+                if value:
+                    f.write(u"%s: %s\n" % (key, value))
+            f.write('\n')
+
+
+class Gencontrol(object):
+    config: ConfigMerged
+    vars: dict[str, str]
+    bundles: dict[str, PackagesBundle]
+
+    def __init__(self, config: ConfigMerged, templates, version=Version) -> None:
+        self.config, self.templates = config, templates
+        self.changelog = Changelog(version=version)
+        self.vars = {}
+        self.bundles = {'': PackagesBundle(None, templates)}
+
+    @property
+    def bundle(self) -> PackagesBundle:
+        return self.bundles['']
+
+    def __call__(self) -> None:
+        self.do_source()
+        self.do_main()
+        self.do_extra()
+
+        self.write()
+
+    def do_source(self) -> None:
+        source = self.templates.get_source_control("source.control", self.vars)[0]
+        if not source.get('Source'):
+            source['Source'] = self.changelog[0].source
+        self.bundle.packages['source'] = source
+
+    def do_main(self) -> None:
+        vars = self.vars.copy()
+
+        makeflags = MakeFlags()
+
+        self.do_main_setup(self.config, vars, makeflags)
+        self.do_main_makefile(self.config, vars, makeflags)
+        self.do_main_packages(self.config, vars, makeflags)
+        self.do_main_recurse(self.config, vars, makeflags)
+
+    def do_main_setup(
+        self,
+        config: ConfigMerged,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        pass
+
+    def do_main_makefile(
+        self,
+        config: ConfigMerged,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        pass
+
+    def do_main_packages(
+        self,
+        config: ConfigMerged,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        pass
+
+    def do_main_recurse(
+        self,
+        config: ConfigMerged,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        for featureset in config.root_featuresets:
+            self.do_indep_featureset(featureset, vars.copy(), makeflags.copy())
+
+        # Sort the output the same way as before
+        for arch in sorted(
+            itertools.chain.from_iterable(
+                i.debianarchs for i in config.kernelarchs
+            ),
+            key=lambda i: i.name
+        ):
+            if arch.enable:
+                self.do_arch(arch, vars.copy(), makeflags.copy())
+
+    def do_extra(self) -> None:
+        try:
+            packages_extra = self.templates.get_control("extra.control", self.vars)
+        except KeyError:
+            return
+
+        extra_arches: dict[str, Any] = {}
+        for package in packages_extra:
+            arches = package['Architecture']
+            for arch in arches:
+                i = extra_arches.get(arch, [])
+                i.append(package)
+                extra_arches[arch] = i
+        for arch in sorted(extra_arches.keys()):
+            self.bundle.add_packages(packages_extra, (arch, ),
+                                     MakeFlags(), check_packages=False)
+
+    def do_indep_featureset(
+        self,
+        config: ConfigMergedFeatureset,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        vars['localversion'] = ''
+        if config.name_featureset != 'none':
+            vars['localversion'] = '-' + config.name_featureset
+
+        self.do_indep_featureset_setup(config, vars, makeflags)
+        self.do_indep_featureset_makefile(config, vars, makeflags)
+        self.do_indep_featureset_packages(config, vars, makeflags)
+
+    def do_indep_featureset_setup(
+        self,
+        config: ConfigMergedFeatureset,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        pass
+
+    def do_indep_featureset_makefile(
+        self,
+        config: ConfigMergedFeatureset,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        makeflags['FEATURESET'] = config.name
+
+    def do_indep_featureset_packages(
+        self,
+        config: ConfigMergedFeatureset,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        pass
+
+    def do_arch(
+        self,
+        config: ConfigMergedDebianarch,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        vars['arch'] = config.name
+
+        self.do_arch_setup(config, vars, makeflags)
+        self.do_arch_makefile(config, vars, makeflags)
+        self.do_arch_packages(config, vars, makeflags)
+        self.do_arch_recurse(config, vars, makeflags)
+
+    def do_arch_setup(
+        self,
+        config: ConfigMergedDebianarch,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        pass
+
+    def do_arch_makefile(
+        self,
+        config: ConfigMergedDebianarch,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        makeflags['ARCH'] = config.name
+
+    def do_arch_packages(
+        self,
+        config: ConfigMergedDebianarch,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        pass
+
+    def do_arch_recurse(
+        self,
+        config: ConfigMergedDebianarch,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        for featureset in config.featuresets:
+            if featureset.enable:
+                self.do_featureset(featureset, vars.copy(), makeflags.copy())
+
+    def do_featureset(
+        self,
+        config: ConfigMergedFeatureset,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        vars['localversion'] = ''
+        if config.name_featureset != 'none':
+            vars['localversion'] = '-' + config.name_featureset
+
+        self.do_featureset_setup(config, vars, makeflags)
+        self.do_featureset_makefile(config, vars, makeflags)
+        self.do_featureset_packages(config, vars, makeflags)
+        self.do_featureset_recurse(config, vars, makeflags)
+
+    def do_featureset_setup(
+        self,
+        config: ConfigMergedFeatureset,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        pass
+
+    def do_featureset_makefile(
+        self,
+        config: ConfigMergedFeatureset,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        makeflags['FEATURESET'] = config.name
+
+    def do_featureset_packages(
+        self,
+        config: ConfigMergedFeatureset,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        pass
+
+    def do_featureset_recurse(
+        self,
+        config: ConfigMergedFeatureset,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        for flavour in config.flavours:
+            if flavour.enable:
+                self.do_flavour(flavour, vars.copy(), makeflags.copy())
+
+    def do_flavour(
+        self,
+        config: ConfigMergedFlavour,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        vars['localversion'] += '-' + config.name_flavour
+
+        self.do_flavour_setup(config, vars, makeflags)
+        self.do_flavour_makefile(config, vars, makeflags)
+        self.do_flavour_packages(config, vars, makeflags)
+
+    def do_flavour_setup(
+        self,
+        config: ConfigMergedFlavour,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        for i in (
+            ('kernel-arch', 'KERNEL_ARCH'),
+            ('localversion', 'LOCALVERSION'),
+        ):
+            if i[0] in vars:
+                makeflags[i[1]] = vars[i[0]]
+
+    def do_flavour_makefile(
+        self,
+        config: ConfigMergedFlavour,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        makeflags['FLAVOUR'] = config.name
+
+    def do_flavour_packages(
+        self,
+        config: ConfigMergedFlavour,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        pass
+
+    def substitute(self, s: str | list | tuple, vars) -> str | list:
+        if isinstance(s, (list, tuple)):
+            return [self.substitute(i, vars) for i in s]
+
+        def subst(match) -> str:
+            return vars[match.group(1)]
+
+        return re.sub(r'@([-_a-z0-9]+)@', subst, str(s))
+
+    def write(self) -> None:
+        for bundle in self.bundles.values():
+            bundle.extract_makefile()
+            bundle.merge_build_depends()
+            bundle.write()
+
+
+def merge_packages(packages, new, arch) -> None:
+    for new_package in new:
+        name = new_package['Package']
+        if name in packages:
+            package = packages.get(name)
+            package['Architecture'].add(arch)
+
+            for field in ('Depends', 'Provides', 'Suggests', 'Recommends',
+                          'Conflicts'):
+                if field in new_package:
+                    if field in package:
+                        v = package[field]
+                        v.extend(new_package[field])
+                    else:
+                        package[field] = new_package[field]
+
+        else:
+            new_package['Architecture'] = arch
+            packages.append(new_package)
diff --git a/debian/bin/debian_linux/kconfig.py b/debian/bin/debian_linux/kconfig.py
new file mode 100644
index 0000000000000..291ccd8439455
--- /dev/null
+++ b/debian/bin/debian_linux/kconfig.py
@@ -0,0 +1,93 @@
+from typing import Iterable
+from collections import OrderedDict
+
+__all__ = (
+    "KconfigFile",
+)
+
+
+class KConfigEntry(object):
+    __slots__ = 'name', 'value', 'comments'
+
+    def __init__(self, name, value, comments=None) -> None:
+        self.name, self.value = name, value
+        self.comments = comments or []
+
+    def __eq__(self, other) -> bool:
+        return self.name == other.name and self.value == other.value
+
+    def __hash__(self) -> int:
+        return hash(self.name) | hash(self.value)
+
+    def __repr__(self) -> str:
+        return ('<{}({!r}, {!r}, {!r})>'
+                .format(self.__class__.__name__, self.name, self.value,
+                        self.comments))
+
+    def __str__(self) -> str:
+        return 'CONFIG_{}={}'.format(self.name, self.value)
+
+    def write(self) -> Iterable[str]:
+        for comment in self.comments:
+            yield '#. ' + comment
+        yield str(self)
+
+
+class KConfigEntryTristate(KConfigEntry):
+    __slots__ = ()
+
+    VALUE_NO = False
+    VALUE_YES = True
+    VALUE_MOD = object()
+
+    def __init__(self, name, value, comments=None) -> None:
+        if value == 'n' or value is None:
+            value = self.VALUE_NO
+        elif value == 'y':
+            value = self.VALUE_YES
+        elif value == 'm':
+            value = self.VALUE_MOD
+        else:
+            raise NotImplementedError
+        super(KConfigEntryTristate, self).__init__(name, value, comments)
+
+    def __str__(self) -> str:
+        if self.value is self.VALUE_MOD:
+            return 'CONFIG_{}=m'.format(self.name)
+        if self.value:
+            return 'CONFIG_{}=y'.format(self.name)
+        return '# CONFIG_{} is not set'.format(self.name)
+
+
+class KconfigFile(OrderedDict[str, KConfigEntry]):
+    def __str__(self) -> str:
+        ret = []
+        for i in self.str_iter():
+            ret.append(i)
+        return '\n'.join(ret) + '\n'
+
+    def read(self, f) -> None:
+        for line in iter(f.readlines()):
+            line = line.strip()
+            if line.startswith("CONFIG_"):
+                i = line.find('=')
+                option = line[7:i]
+                value = line[i + 1:]
+                self.set(option, value)
+            elif line.startswith("# CONFIG_"):
+                option = line[9:-11]
+                self.set(option, 'n')
+            elif line.startswith("#") or not line:
+                pass
+            else:
+                raise RuntimeError("Can't recognize %s" % line)
+
+    def set(self, key, value) -> None:
+        if value in ('y', 'm', 'n'):
+            self[key] = KConfigEntryTristate(key, value)
+        else:
+            self[key] = KConfigEntry(key, value)
+
+    def str_iter(self) -> Iterable[str]:
+        for key, value in self.items():
+            yield str(value)
diff --git a/debian/bin/debian_linux/test_debian.py b/debian/bin/debian_linux/test_debian.py
new file mode 100644
index 0000000000000..06133dc46e4f3
--- /dev/null
+++ b/debian/bin/debian_linux/test_debian.py
@@ -0,0 +1,424 @@
+import pytest
+
+from .debian import (
+    Version,
+    VersionLinux,
+    PackageArchitecture,
+    PackageDescription,
+    PackageRelationEntry,
+    PackageRelationGroup,
+    PackageRelation,
+    PackageBuildprofileEntry,
+    PackageBuildprofile,
+)
+
+
+class TestVersion:
+    def test_native(self) -> None:
+        v = Version('1.2+c~4')
+        assert v.epoch is None
+        assert v.upstream == '1.2+c~4'
+        assert v.revision is None
+        assert v.complete == '1.2+c~4'
+        assert v.complete_noepoch == '1.2+c~4'
+
+    def test_nonnative(self) -> None:
+        v = Version('1-2+d~3')
+        assert v.epoch is None
+        assert v.upstream == '1'
+        assert v.revision == '2+d~3'
+        assert v.complete == '1-2+d~3'
+        assert v.complete_noepoch == '1-2+d~3'
+
+    def test_native_epoch(self) -> None:
+        v = Version('5:1.2.3')
+        assert v.epoch == 5
+        assert v.upstream == '1.2.3'
+        assert v.revision is None
+        assert v.complete == '5:1.2.3'
+        assert v.complete_noepoch == '1.2.3'
+
+    def test_nonnative_epoch(self) -> None:
+        v = Version('5:1.2.3-4')
+        assert v.epoch == 5
+        assert v.upstream == '1.2.3'
+        assert v.revision == '4'
+        assert v.complete == '5:1.2.3-4'
+        assert v.complete_noepoch == '1.2.3-4'
+
+    def test_multi_hyphen(self) -> None:
+        v = Version('1-2-3')
+        assert v.epoch is None
+        assert v.upstream == '1-2'
+        assert v.revision == '3'
+        assert v.complete == '1-2-3'
+
+    def test_multi_colon(self) -> None:
+        v = Version('1:2:3')
+        assert v.epoch == 1
+        assert v.upstream == '2:3'
+        assert v.revision is None
+
+    def test_invalid_epoch(self) -> None:
+        with pytest.raises(RuntimeError):
+            Version('a:1')
+        with pytest.raises(RuntimeError):
+            Version('-1:1')
+        with pytest.raises(RuntimeError):
+            Version('1a:1')
+
+    def test_invalid_upstream(self) -> None:
+        with pytest.raises(RuntimeError):
+            Version('1_2')
+        with pytest.raises(RuntimeError):
+            Version('1/2')
+        with pytest.raises(RuntimeError):
+            Version('a1')
+        with pytest.raises(RuntimeError):
+            Version('1 2')
+
+    def test_invalid_revision(self) -> None:
+        with pytest.raises(RuntimeError):
+            Version('1-2_3')
+        with pytest.raises(RuntimeError):
+            Version('1-2/3')
+        with pytest.raises(RuntimeError):
+            Version('1-2:3')
+
+
+class TestVersionLinux:
+    def test_stable(self) -> None:
+        v = VersionLinux('1.2.3-4')
+        assert v.linux_version == '1.2'
+        assert v.linux_upstream == '1.2'
+        assert v.linux_upstream_full == '1.2.3'
+        assert v.linux_modifier is None
+        assert v.linux_dfsg is None
+        assert not v.linux_revision_experimental
+        assert not v.linux_revision_security
+        assert not v.linux_revision_backports
+        assert not v.linux_revision_other
+
+    def test_rc(self) -> None:
+        v = VersionLinux('1.2~rc3-4')
+        assert v.linux_version == '1.2'
+        assert v.linux_upstream == '1.2-rc3'
+        assert v.linux_upstream_full == '1.2-rc3'
+        assert v.linux_modifier == 'rc3'
+        assert v.linux_dfsg is None
+        assert not v.linux_revision_experimental
+        assert not v.linux_revision_security
+        assert not v.linux_revision_backports
+        assert not v.linux_revision_other
+
+    def test_dfsg(self) -> None:
+        v = VersionLinux('1.2~rc3.dfsg.1-4')
+        assert v.linux_version == '1.2'
+        assert v.linux_upstream == '1.2-rc3'
+        assert v.linux_upstream_full == '1.2-rc3'
+        assert v.linux_modifier == 'rc3'
+        assert v.linux_dfsg == '1'
+        assert not v.linux_revision_experimental
+        assert not v.linux_revision_security
+        assert not v.linux_revision_backports
+        assert not v.linux_revision_other
+
+    def test_experimental(self) -> None:
+        v = VersionLinux('1.2~rc3-4~exp5')
+        assert v.linux_upstream_full == '1.2-rc3'
+        assert v.linux_revision_experimental
+        assert not v.linux_revision_security
+        assert not v.linux_revision_backports
+        assert not v.linux_revision_other
+
+    def test_security(self) -> None:
+        v = VersionLinux('1.2.3-4+deb10u1')
+        assert v.linux_upstream_full == '1.2.3'
+        assert not v.linux_revision_experimental
+        assert v.linux_revision_security
+        assert not v.linux_revision_backports
+        assert not v.linux_revision_other
+
+    def test_backports(self) -> None:
+        v = VersionLinux('1.2.3-4~bpo9+10')
+        assert v.linux_upstream_full == '1.2.3'
+        assert not v.linux_revision_experimental
+        assert not v.linux_revision_security
+        assert v.linux_revision_backports
+        assert not v.linux_revision_other
+
+    def test_security_backports(self) -> None:
+        v = VersionLinux('1.2.3-4+deb10u1~bpo9+10')
+        assert v.linux_upstream_full == '1.2.3'
+        assert not v.linux_revision_experimental
+        assert v.linux_revision_security
+        assert v.linux_revision_backports
+        assert not v.linux_revision_other
+
+    def test_lts_backports(self) -> None:
+        # Backport during LTS, as an extra package in the -security
+        # suite.  Since this is not part of a -backports suite it
+        # shouldn't get the linux_revision_backports flag.
+        v = VersionLinux('1.2.3-4~deb9u10')
+        assert v.linux_upstream_full == '1.2.3'
+        assert not v.linux_revision_experimental
+        assert v.linux_revision_security
+        assert not v.linux_revision_backports
+        assert not v.linux_revision_other
+
+    def test_lts_backports_2(self) -> None:
+        # Same but with two security extensions in the revision.
+        v = VersionLinux('1.2.3-4+deb10u1~deb9u10')
+        assert v.linux_upstream_full == '1.2.3'
+        assert not v.linux_revision_experimental
+        assert v.linux_revision_security
+        assert not v.linux_revision_backports
+        assert not v.linux_revision_other
+
+    def test_binnmu(self) -> None:
+        v = VersionLinux('1.2.3-4+b1')
+        assert not v.linux_revision_experimental
+        assert not v.linux_revision_security
+        assert not v.linux_revision_backports
+        assert not v.linux_revision_other
+
+    def test_other_revision(self) -> None:
+        v = VersionLinux('4.16.5-1+revert+crng+ready')  # from #898087
+        assert not v.linux_revision_experimental
+        assert not v.linux_revision_security
+        assert not v.linux_revision_backports
+        assert v.linux_revision_other
+
+    def test_other_revision_binnmu(self) -> None:
+        v = VersionLinux('4.16.5-1+revert+crng+ready+b1')
+        assert not v.linux_revision_experimental
+        assert not v.linux_revision_security
+        assert not v.linux_revision_backports
+        assert v.linux_revision_other
+
+
+class TestPackageArchitecture:
+    def test_init(self) -> None:
+        a = PackageArchitecture()
+        assert a == set()
+
+    def test_init_str(self) -> None:
+        a = PackageArchitecture(' foo  bar\tbaz ')
+        assert a == {'foo', 'bar', 'baz'}
+
+    def test_init_iter(self) -> None:
+        a = PackageArchitecture(('foo', 'bar'))
+        assert a == {'foo', 'bar'}
+
+    def test_init_self(self) -> None:
+        a = PackageArchitecture(PackageArchitecture(('foo', 'bar')))
+        assert a == {'foo', 'bar'}
+
+    def test_str(self) -> None:
+        a = PackageArchitecture(('foo', 'bar'))
+        assert str(a) == 'bar foo'
+
+
+class TestPackageDescription:
+    def test_init(self) -> None:
+        a = PackageDescription()
+        assert a.short == []
+        assert a.long == []
+
+    def test_init_str(self) -> None:
+        a = PackageDescription('Short\nLong1\n.\nLong2')
+        assert a.short == ['Short']
+        assert a.long == ['Long1', 'Long2']
+
+    def test_init_self(self) -> None:
+        a = PackageDescription(PackageDescription('Short\nLong1\n.\nLong2'))
+        assert a.short == ['Short']
+        assert a.long == ['Long1', 'Long2']
+
+    def test_str(self) -> None:
+        a = PackageDescription('Short\nLong1\n.\nLong2')
+        assert str(a) == 'Short\n Long1\n .\n Long2'
+
+
+class TestPackageRelationEntry:
+    def test_init_str(self) -> None:
+        a = PackageRelationEntry('package (>=version) [arch2 arch1] <profile1 >')
+        assert a.name == 'package'
+        assert a.version == 'version'
+        assert a.arches == {'arch1', 'arch2'}
+        # TODO: assert a.profiles
+        assert str(a) == 'package (>= version) [arch1 arch2] <profile1>'
+
+    def test_init_self(self) -> None:
+        a = PackageRelationEntry(PackageRelationEntry('package [arch2 arch1]'))
+        assert a.name == 'package'
+        assert a.arches == {'arch1', 'arch2'}
+        assert str(a) == 'package [arch1 arch2]'
+
+
+class TestPackageRelationGroup:
+    def test_init(self) -> None:
+        a = PackageRelationGroup()
+        assert a == []
+
+    def test_init_str(self) -> None:
+        a = PackageRelationGroup('foo | bar')
+        assert len(a) == 2
+        assert a[0].name == 'foo'
+        assert a[1].name == 'bar'
+
+    def test_init_iter_entry(self) -> None:
+        a = PackageRelationGroup((PackageRelationEntry('foo'), PackageRelationEntry('bar')))
+        assert len(a) == 2
+        assert a[0].name == 'foo'
+        assert a[1].name == 'bar'
+
+    def test_init_iter_str(self) -> None:
+        a = PackageRelationGroup(('foo', 'bar'))
+        assert len(a) == 2
+        assert a[0].name == 'foo'
+        assert a[1].name == 'bar'
+
+    def test_init_self(self) -> None:
+        a = PackageRelationGroup(PackageRelationGroup(['foo', 'bar']))
+        assert len(a) == 2
+        assert a[0].name == 'foo'
+        assert a[1].name == 'bar'
+
+    def test_str(self) -> None:
+        a = PackageRelationGroup('foo|  bar')
+        assert str(a) == 'foo | bar'
+
+
+class TestPackageRelation:
+    def test_init(self) -> None:
+        a = PackageRelation()
+        assert a == []
+
+    def test_init_str(self) -> None:
+        a = PackageRelation('foo1 | foo2, bar')
+        assert len(a) == 2
+        assert len(a[0]) == 2
+        assert a[0][0].name == 'foo1'
+        assert a[0][1].name == 'foo2'
+        assert len(a[1]) == 1
+        assert a[1][0].name == 'bar'
+
+    def test_init_iter_entry(self) -> None:
+        a = PackageRelation([[PackageRelationEntry('foo')], [PackageRelationEntry('bar')]])
+        assert len(a) == 2
+        assert len(a[0]) == 1
+        assert a[0][0].name == 'foo'
+        assert len(a[1]) == 1
+        assert a[1][0].name == 'bar'
+
+    def test_init_iter_str(self) -> None:
+        a = PackageRelation(('foo', 'bar'))
+        assert len(a) == 2
+        assert len(a[0]) == 1
+        assert a[0][0].name == 'foo'
+        assert len(a[1]) == 1
+        assert a[1][0].name == 'bar'
+
+    def test_init_self(self) -> None:
+        a = PackageRelation(PackageRelation(('foo', 'bar')))
+        assert len(a) == 2
+        assert len(a[0]) == 1
+        assert a[0][0].name == 'foo'
+        assert len(a[1]) == 1
+        assert a[1][0].name == 'bar'
+
+    def test_str(self) -> None:
+        a = PackageRelation('foo ,bar')
+        assert str(a) == 'foo, bar'
+
+
+class TestPackageBuildprofileEntry:
+    def test_parse(self) -> None:
+        a = PackageBuildprofileEntry.parse('<profile1 !profile2 profile3 !profile4>')
+        assert a.pos == {'profile1', 'profile3'}
+        assert a.neg == {'profile2', 'profile4'}
+        assert str(a) == '<profile1 profile3 !profile2 !profile4>'
+
+    def test_eq(self) -> None:
+        a = PackageBuildprofileEntry.parse('<profile1 !profile2>')
+        b = PackageBuildprofileEntry(pos={'profile1'}, neg={'profile2'})
+        assert a == b
+
+    def test_isdisjoint(self) -> None:
+        a = PackageBuildprofileEntry.parse('<profile1 profile2>')
+        b = PackageBuildprofileEntry.parse('<profile1 profile3>')
+        assert a.isdisjoint(b)
+
+    def test_issubset_empty(self) -> None:
+        a = PackageBuildprofileEntry.parse('<profile1 profile2>')
+        b = PackageBuildprofileEntry()
+        assert a.issubset(b)
+
+    def test_issubset_pos(self) -> None:
+        a = PackageBuildprofileEntry.parse('<profile1 profile2>')
+        b = PackageBuildprofileEntry.parse('<profile1>')
+        assert a.issubset(b)
+
+    def test_issubset_neg(self) -> None:
+        a = PackageBuildprofileEntry.parse('<!profile1>')
+        b = PackageBuildprofileEntry.parse('<!profile1 !profile2>')
+        assert a.issubset(b)
+
+    def test_issubset_both(self) -> None:
+        a = PackageBuildprofileEntry.parse('<!profile1 !profile2 profile3>')
+        b = PackageBuildprofileEntry.parse('<!profile1 !profile2 !profile3>')
+        assert a.issubset(b)
+
+    def test_issuperset_empty(self) -> None:
+        a = PackageBuildprofileEntry.parse('<profile1 profile2>')
+        b = PackageBuildprofileEntry()
+        assert b.issuperset(a)
+
+    def test_issuperset_pos(self) -> None:
+        a = PackageBuildprofileEntry.parse('<profile1 profile2>')
+        b = PackageBuildprofileEntry.parse('<profile1>')
+        assert b.issuperset(a)
+
+    def test_issuperset_neg(self) -> None:
+        a = PackageBuildprofileEntry.parse('<!profile1>')
+        b = PackageBuildprofileEntry.parse('<!profile1 !profile2>')
+        assert b.issuperset(a)
+
+    def test_issuperset_both(self) -> None:
+        a = PackageBuildprofileEntry.parse('<!profile1 !profile2 profile3>')
+        b = PackageBuildprofileEntry.parse('<!profile1 !profile2 !profile3>')
+        assert b.issuperset(a)
+
+    def test_update_pos(self) -> None:
+        a = PackageBuildprofileEntry.parse('<profile1 profile2>')
+        b = PackageBuildprofileEntry.parse('<profile1>')
+        a.update(b)
+        assert a.pos == {'profile1'}
+        assert a.neg == set()
+
+    def test_update_neg(self) -> None:
+        a = PackageBuildprofileEntry.parse('<!profile1 !profile2>')
+        b = PackageBuildprofileEntry.parse('<!profile1>')
+        a.update(b)
+        assert a.pos == set()
+        assert a.neg == {'profile1'}
+
+    def test_update_both(self) -> None:
+        a = PackageBuildprofileEntry.parse('<profile1 !profile2 profile3>')
+        b = PackageBuildprofileEntry.parse('<profile1 !profile2 !profile3>')
+        a.update(b)
+        assert a.pos == {'profile1'}
+        assert a.neg == {'profile2'}
+
+
+class TestPackageBuildprofile:
+    def test_parse(self) -> None:
+        a = PackageBuildprofile.parse('<profile1> <!profile2> <profile3> <!profile4>')
+        assert str(a) == '<profile1> <!profile2> <profile3> <!profile4>'
+
+    def test_update(self) -> None:
+        a = PackageBuildprofile.parse('<profile1 profile2> <profile2>')
+        b = PackageBuildprofile.parse('<profile1> <profile2 !profile3> <profile3>')
+        a.update(b)
+        assert str(a) == '<profile1> <profile2> <profile3>'
diff --git a/debian/bin/debian_linux/utils.py b/debian/bin/debian_linux/utils.py
new file mode 100644
index 0000000000000..0c6569b5a055a
--- /dev/null
+++ b/debian/bin/debian_linux/utils.py
@@ -0,0 +1,76 @@
+import io
+import os
+import re
+import textwrap
+import typing
+
+import jinja2
+
+from .debian import SourcePackage, BinaryPackage, TestsControl
+
+
+class Templates(object):
+    dirs: list[str]
+    _cache: dict[str, str]
+    _jinja2: jinja2.Environment
+
+    def __init__(self, dirs: list[str] = ["debian/templates"]) -> None:
+        self.dirs = dirs
+
+        self._cache = {}
+        self._jinja2 = jinja2.Environment(
+            # autoescape uses HTML safe escaping, which does not help us
+            autoescape=False,
+            keep_trailing_newline=True,
+            trim_blocks=True,
+            undefined=jinja2.StrictUndefined,
+        )
+
+    def _read(self, name: str) -> typing.Any:
+        pkgid, name = name.rsplit('.', 1)
+
+        for suffix in ['.j2', '.in', '']:
+            for dir in self.dirs:
+                filename = "%s/%s.%s%s" % (dir, pkgid, name, suffix)
+                if os.path.exists(filename):
+                    with open(filename, 'r', encoding='utf-8') as f:
+                        return (f.read(), suffix)
+
+        raise KeyError(name)
+
+    def _get(self, key: str) -> typing.Any:
+        try:
+            return self._cache[key]
+        except KeyError:
+            self._cache[key] = value = self._read(key)
+            return value
+
+    def get(self, key: str, context: dict[str, str] = {}) -> str:
+        value = self._get(key)
+        suffix = value[1]
+
+        if context:
+            if suffix == '.in':
+                def subst(match):
+                    return context[match.group(1)]
+                return re.sub(r'@([-_a-z0-9]+)@', subst, str(value[0]))
+
+            elif suffix == '.j2':
+                return self._jinja2.from_string(value[0]).render(context)
+
+        return value[0]
+
+    def get_control(self, key: str, context: dict[str, str] = {}) -> BinaryPackage:
+        return BinaryPackage.read_rfc822(io.StringIO(self.get(key, context)))
+
+    def get_source_control(self, key: str, context: dict[str, str] = {}) -> SourcePackage:
+        return SourcePackage.read_rfc822(io.StringIO(self.get(key, context)))
+
+    def get_tests_control(self, key: str, context: dict[str, str] = {}) -> TestsControl:
+        return TestsControl.read_rfc822(io.StringIO(self.get(key, context)))
+
+
+class TextWrapper(textwrap.TextWrapper):
+    wordsep_re = re.compile(
+        r'(\s+|'                                  # any whitespace
+        r'(?<=[\w\!\"\'\&\.\,\?])-{2,}(?=\w))')   # em-dash
diff --git a/debian/bin/diff-gencontrol b/debian/bin/diff-gencontrol
new file mode 100755
index 0000000000000..b84823e03195d
--- /dev/null
+++ b/debian/bin/diff-gencontrol
@@ -0,0 +1,30 @@
+#!/bin/bash
+set -euE
+
+REF_BASE=${1:-master}
+
+REPO=$(git rev-parse --show-toplevel)
+COMMIT_BASE=$(git merge-base --fork-point "$REF_BASE")
+
+TMP=$(mktemp -d)
+trap "rm -rf '$TMP'" EXIT
+
+function git {
+  command git -c advice.detachedHead=false -c init.defaultBranch=main -C "$TMP" "$@"
+}
+
+git init -q
+git remote add origin "$REPO"
+git fetch -q --depth 1 origin "$COMMIT_BASE"
+git checkout -q FETCH_HEAD
+
+for i in "$TMP" "$REPO"; do
+  pushd "$i" > /dev/null
+  echo "Running gencontrol in '$i'"
+  ./debian/bin/gencontrol.py
+  popd > /dev/null
+done
+
+for i in control rules.gen generated.signed-amd64 generated.signed-arm64; do
+  diff -ruN "$TMP"/debian/$i "$REPO"/debian/$i | wdiff -dn | colordiff
+done
diff --git a/debian/bin/fix-shebang b/debian/bin/fix-shebang
new file mode 100755
index 0000000000000..edf551fa3a936
--- /dev/null
+++ b/debian/bin/fix-shebang
@@ -0,0 +1,12 @@
+#!/usr/bin/perl -pi
+
+# Change "#!/usr/bin/env perl" to "#!/usr/bin/perl" (policy §10.4).
+# Other uses of /usr/bin/env should probably be converted as well, but
+# policy doesn't specify what to do.
+if ($. == 1 && m|^\#!\s*/usr/bin/env\s+(.+)|) {
+    if ($1 eq "perl") {
+	$_ = "#!/usr/bin/perl\n";
+    } else {
+	print STDERR "W: Found #!/usr/bin/env $1 and don't know what to substitute\n";
+    }
+}
diff --git a/debian/bin/gencontrol.py b/debian/bin/gencontrol.py
new file mode 100755
index 0000000000000..e20297de223ab
--- /dev/null
+++ b/debian/bin/gencontrol.py
@@ -0,0 +1,561 @@
+#!/usr/bin/python3
+
+from __future__ import annotations
+
+import json
+import locale
+import os
+import os.path
+import pathlib
+import subprocess
+import re
+import tempfile
+from typing import cast
+
+from debian_linux.config_v2 import (
+    Config,
+    ConfigMerged,
+    ConfigMergedDebianarch,
+    ConfigMergedFeatureset,
+    ConfigMergedFlavour,
+)
+from debian_linux.debian import \
+    PackageRelationEntry, PackageRelationGroup, \
+    VersionLinux, BinaryPackage
+from debian_linux.gencontrol import Gencontrol as Base, PackagesBundle, \
+    MakeFlags
+from debian_linux.utils import Templates
+
+locale.setlocale(locale.LC_CTYPE, "C.UTF-8")
+
+
+class Gencontrol(Base):
+    disable_installer: bool
+    disable_signed: bool
+
+    env_flags = [
+        ('DEBIAN_KERNEL_DISABLE_INSTALLER', 'disable_installer', 'installer modules'),
+        ('DEBIAN_KERNEL_DISABLE_SIGNED', 'disable_signed', 'signed code'),
+    ]
+
+    def __init__(
+        self,
+        config_dirs=[
+            pathlib.Path('debian/config'),
+            pathlib.Path('debian/config.local'),
+        ],
+        template_dirs=["debian/templates"],
+    ) -> None:
+        super().__init__(
+            Config.read_orig(config_dirs).merged,
+            Templates(template_dirs),
+            VersionLinux)
+        self.config_dirs = config_dirs
+        self.process_changelog()
+
+        for env, attr, desc in self.env_flags:
+            setattr(self, attr, False)
+            if os.getenv(env):
+                if self.changelog[0].distribution == 'UNRELEASED':
+                    import warnings
+                    warnings.warn(f'Disable {desc} on request ({env} set)')
+                    setattr(self, attr, True)
+                else:
+                    raise RuntimeError(
+                        f'Unable to disable {desc} in release build ({env} set)')
+
+    def _setup_makeflags(self, names, makeflags, data) -> None:
+        for src, dst, optional in names:
+            if src in data or not optional:
+                makeflags[dst] = data[src]
+
+    def do_main_setup(
+        self,
+        config: ConfigMerged,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        super().do_main_setup(config, vars, makeflags)
+        makeflags.update({
+            'VERSION': self.version.linux_version,
+            'UPSTREAMVERSION': self.version.linux_upstream,
+            'ABINAME': self.abiname,
+            'SOURCEVERSION': self.version.complete,
+        })
+        makeflags['SOURCE_BASENAME'] = vars['source_basename']
+        makeflags['SOURCE_SUFFIX'] = vars['source_suffix']
+
+        # Prepare to generate debian/tests/control
+        self.tests_control = self.templates.get_tests_control('main.tests-control', vars)
+
+    def do_main_makefile(
+        self,
+        config: ConfigMerged,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        for featureset in self.config.root_featuresets:
+            makeflags_featureset = makeflags.copy()
+            makeflags_featureset['FEATURESET'] = featureset.name
+
+            self.bundle.makefile.add_rules(f'source_{featureset.name}',
+                                           'source', makeflags_featureset)
+            self.bundle.makefile.add_deps('source', [f'source_{featureset.name}'])
+
+        makeflags = makeflags.copy()
+        makeflags['ALL_FEATURESETS'] = ' '.join(i.name for i in self.config.root_featuresets)
+        super().do_main_makefile(config, vars, makeflags)
+
+    def do_main_packages(
+        self,
+        config: ConfigMerged,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        self.bundle.add('main', (), makeflags, vars)
+
+        # Only build the metapackages if their names won't exactly match
+        # the packages they depend on
+        do_meta = config.packages.meta \
+            and vars['source_suffix'] != '-' + vars['version']
+
+        if config.packages.docs:
+            self.bundle.add('docs', (), makeflags, vars)
+            if do_meta:
+                self.bundle.add('docs.meta', (), makeflags, vars)
+        if config.packages.source:
+            self.bundle.add('sourcebin', (), makeflags, vars)
+            if do_meta:
+                self.bundle.add('sourcebin.meta', (), makeflags, vars)
+
+        if config.packages.libc_dev:
+            libcdev_debianarches = set()
+            libcdev_kernelarches = set()
+            libcdev_multiarches = set()
+            for kernelarch in self.config.kernelarchs:
+                libcdev_kernelarches.add(kernelarch.name)
+                for debianarch in kernelarch.debianarchs:
+                    libcdev_debianarches.add(debianarch.name)
+                    libcdev_multiarches.add(
+                        f'{debianarch.defs_debianarch.multiarch}:{kernelarch.name}'
+                    )
+
+            libcdev_makeflags = makeflags.copy()
+            libcdev_makeflags['ALL_LIBCDEV_KERNELARCHES'] = ' '.join(sorted(libcdev_kernelarches))
+            libcdev_makeflags['ALL_LIBCDEV_MULTIARCHES'] = ' '.join(sorted(libcdev_multiarches))
+
+            for package in self.bundle.add('libc-dev', (), libcdev_makeflags, vars):
+                package.setdefault('Provides').extend([
+                    PackageRelationGroup(
+                        f'{package["Package"]}-{arch}-cross (= ${{binary:Version}})'
+                    )
+                    for arch in sorted(libcdev_debianarches)
+                ])
+
+    def do_indep_featureset_setup(
+        self,
+        config: ConfigMergedFeatureset,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        makeflags['LOCALVERSION'] = vars['localversion']
+        kernel_arches = set()
+        for kernelarch in self.config.kernelarchs:
+            for debianarch in kernelarch.debianarchs:
+                for featureset in debianarch.featuresets:
+                    if config.name_featureset in featureset.name:
+                        kernel_arches.add(kernelarch.name)
+        makeflags['ALL_KERNEL_ARCHES'] = ' '.join(sorted(list(kernel_arches)))
+
+        vars['featureset_desc'] = ''
+        if config.name_featureset != 'none':
+            desc = config.description
+            vars['featureset_desc'] = (' with the %s featureset' %
+                                       desc.short[desc.parts[0]])
+
+    def do_indep_featureset_packages(
+        self,
+        config: ConfigMergedFeatureset,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        self.bundle.add('headers.featureset', (config.name_featureset, ), makeflags, vars)
+
+    def do_arch_setup(
+        self,
+        config: ConfigMergedDebianarch,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        makeflags['KERNEL_ARCH'] = config.name_kernelarch
+
+    def do_arch_packages(
+        self,
+        config: ConfigMergedDebianarch,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        arch = config.name
+
+        if not self.disable_signed:
+            build_signed = config.build.enable_signed
+        else:
+            build_signed = False
+
+        if build_signed:
+            # Make sure variables remain
+            vars['signedtemplate_binaryversion'] = '@signedtemplate_binaryversion@'
+            vars['signedtemplate_sourceversion'] = '@signedtemplate_sourceversion@'
+
+            self.bundle.add('signed-template', (arch,), makeflags, vars, arch=arch)
+
+            bundle_signed = self.bundles[f'signed-{arch}'] = \
+                PackagesBundle(f'signed-{arch}', self.templates)
+            bundle_signed.packages['source'] = \
+                self.templates.get_source_control('signed.source.control', vars)[0]
+
+            with bundle_signed.open('source/lintian-overrides', 'w') as f:
+                f.write(self.substitute(
+                    self.templates.get('signed.source.lintian-overrides'), vars))
+
+            with bundle_signed.open('changelog.head', 'w') as f:
+                dist = self.changelog[0].distribution
+                urgency = self.changelog[0].urgency
+                f.write(f'''\
+linux-signed-{vars['arch']} (@signedtemplate_sourceversion@) {dist}; urgency={urgency}
+
+  * Sign kernel from {self.changelog[0].source} @signedtemplate_binaryversion@
+''')
+
+        if config.packages.source and list(config.featuresets):
+            self.bundle.add('config', (arch, ), makeflags, vars)
+
+        if config.packages.tools_unversioned:
+            self.bundle.add('tools-unversioned', (arch, ), makeflags, vars)
+
+        if config.packages.tools_versioned:
+            self.bundle.add('tools-versioned', (arch, ), makeflags, vars)
+
+    def do_featureset_setup(
+        self,
+        featureset: ConfigMergedFeatureset,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        vars['localversion_headers'] = vars['localversion']
+        makeflags['LOCALVERSION_HEADERS'] = vars['localversion_headers']
+
+    def do_flavour_setup(
+        self,
+        config: ConfigMergedFlavour,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        vars['flavour'] = vars['localversion'][1:]
+        vars['class'] = config.description.hardware or ''
+        vars['longclass'] = config.description.hardware_long or vars['class']
+
+        vars['localversion-image'] = vars['localversion']
+
+        vars['image-stem'] = cast(str, config.build.kernel_stem)
+
+        if t := config.build.cflags:
+            makeflags['KCFLAGS'] = t
+        makeflags['COMPILER'] = config.build.compiler
+        if t := config.build.compiler_gnutype:
+            makeflags['KERNEL_GNU_TYPE'] = t
+        if t := config.build.compiler_gnutype_compat:
+            makeflags['COMPAT_GNU_TYPE'] = t
+        makeflags['IMAGE_FILE'] = config.build.kernel_file
+        makeflags['IMAGE_INSTALL_STEM'] = config.build.kernel_stem
+
+        makeflags['LOCALVERSION'] = vars['localversion']
+        makeflags['LOCALVERSION_IMAGE'] = vars['localversion-image']
+
+    def do_flavour_packages(
+        self,
+        config: ConfigMergedFlavour,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        arch = config.name_debianarch
+        ruleid = (arch, config.name_featureset, config.name_flavour)
+
+        packages_headers = (
+            self.bundle.add('headers', ruleid, makeflags, vars, arch=arch)
+        )
+        assert len(packages_headers) == 1
+
+        do_meta = config.packages.meta
+
+        relation_compiler = PackageRelationEntry(cast(str, config.build.compiler))
+
+        relation_compiler_header = PackageRelationGroup([relation_compiler])
+
+        # Generate compiler build-depends for native:
+        # gcc-13 [arm64] <!cross !pkg.linux.nokernel>
+        self.bundle.packages['source']['Build-Depends-Arch'].merge([
+            PackageRelationEntry(
+                relation_compiler,
+                arches={arch},
+                restrictions='<!cross !pkg.linux.nokernel>',
+            )
+        ])
+
+        # Generate compiler build-depends for cross:
+        # gcc-13-aarch64-linux-gnu [arm64] <cross !pkg.linux.nokernel>
+        self.bundle.packages['source']['Build-Depends-Arch'].merge([
+            PackageRelationEntry(
+                relation_compiler,
+                name=f'{relation_compiler.name}-{config.defs_debianarch.gnutype_package}',
+                arches={arch},
+                restrictions='<cross !pkg.linux.nokernel>',
+            )
+        ])
+
+        # Generate compiler build-depends for kernel:
+        # gcc-13-hppa64-linux-gnu [hppa] <!pkg.linux.nokernel>
+        if gnutype := config.build.compiler_gnutype:
+            if gnutype != config.defs_debianarch.gnutype:
+                self.bundle.packages['source']['Build-Depends-Arch'].merge([
+                    PackageRelationEntry(
+                        relation_compiler,
+                        name=f'{relation_compiler.name}-{gnutype.replace("_", "-")}',
+                        arches={arch},
+                        restrictions='<!pkg.linux.nokernel>',
+                    )
+                ])
+
+        # Generate compiler build-depends for compat:
+        # gcc-arm-linux-gnueabihf [arm64] <!pkg.linux.nokernel>
+        # XXX: Linux uses various definitions for this, all ending with "gcc", not $CC
+        if gnutype := config.build.compiler_gnutype_compat:
+            if gnutype != config.defs_debianarch.gnutype:
+                self.bundle.packages['source']['Build-Depends-Arch'].merge([
+                    PackageRelationEntry(
+                        f'gcc-{gnutype.replace("_", "-")}',
+                        arches={arch},
+                        restrictions='<!pkg.linux.nokernel>',
+                    )
+                ])
+
+        packages_own = []
+
+        if not self.disable_signed:
+            build_signed = config.build.enable_signed
+        else:
+            build_signed = False
+
+        if build_signed:
+            bundle_signed = self.bundles[f'signed-{arch}']
+        else:
+            bundle_signed = self.bundle
+
+        vars.setdefault('desc', '')
+
+        if build_signed:
+            packages_image_unsigned = (
+                self.bundle.add('image-unsigned', ruleid, makeflags, vars, arch=arch)
+            )
+            packages_image = packages_image_unsigned[:]
+            packages_image.extend(
+                bundle_signed.add('signed.image', ruleid, makeflags, vars, arch=arch)
+            )
+
+        else:
+            packages_image = packages_image_unsigned = (
+                bundle_signed.add('image', ruleid, makeflags, vars, arch=arch)
+            )
+
+        for field in ('Depends', 'Provides', 'Suggests', 'Recommends',
+                      'Conflicts', 'Breaks'):
+            for i in getattr(config.relations.image, field.lower(), []):
+                for package_image in packages_image:
+                    package_image.setdefault(field).merge(
+                        PackageRelationGroup(i, arches={arch})
+                    )
+
+        for field in ('Depends', 'Suggests', 'Recommends'):
+            for i in getattr(config.relations.image, field.lower(), []):
+                group = PackageRelationGroup(i, arches={arch})
+                for entry in group:
+                    if entry.operator is not None:
+                        entry.operator = -entry.operator
+                        for package_image in packages_image:
+                            package_image.setdefault('Breaks').append(PackageRelationGroup([entry]))
+
+        if desc_parts := config.description.parts:
+            # XXX: Workaround, we need to support multiple entries of the same
+            # name
+            parts = list(set(desc_parts))
+            parts.sort()
+            for package_image in packages_image:
+                desc = package_image['Description']
+                for part in parts:
+                    desc.append(config.description.long[part])
+                    desc.append_short(config.description.short[part])
+
+        packages_headers[0]['Depends'].merge(relation_compiler_header)
+        packages_own.extend(packages_image)
+        packages_own.extend(packages_headers)
+
+        # The image meta-packages will depend on signed linux-image
+        # packages where applicable, so should be built from the
+        # signed source packages The header meta-packages will also be
+        # built along with the signed packages, to create a dependency
+        # relationship that ensures src:linux and src:linux-signed-*
+        # transition to testing together.
+        if do_meta:
+            packages_meta = (
+                bundle_signed.add('image.meta', ruleid, makeflags, vars, arch=arch)
+            )
+            assert len(packages_meta) == 1
+            packages_meta += (
+                bundle_signed.add(build_signed and 'signed.headers.meta' or 'headers.meta',
+                                  ruleid, makeflags, vars, arch=arch)
+            )
+            assert len(packages_meta) == 2
+
+            if (
+                config.name_featureset == 'none'
+                and config.defs_flavour.is_default
+                and not self.vars['source_suffix']
+            ):
+                packages_meta[0].setdefault('Provides') \
+                                .append('linux-image-generic')
+                packages_meta[1].setdefault('Provides') \
+                                .append('linux-headers-generic')
+
+            packages_own.extend(packages_meta)
+
+        if config.build.enable_vdso:
+            makeflags['VDSO'] = True
+
+        packages_own.extend(
+            self.bundle.add('image-dbg', ruleid, makeflags, vars, arch=arch)
+        )
+        if do_meta:
+            packages_own.extend(
+                self.bundle.add('image-dbg.meta', ruleid, makeflags, vars, arch=arch)
+            )
+
+        # In a quick build, only build the quick flavour (if any).
+        if (
+            config.name_featureset != 'none'
+            or not config.defs_flavour.is_quick
+        ):
+            for package in packages_own:
+                package['Build-Profiles'][0].neg.add('pkg.linux.quick')
+
+        tests_control_image = self.templates.get_tests_control('image.tests-control', vars)
+        for c in tests_control_image:
+            c.setdefault('Depends').extend(
+                [i['Package'] for i in packages_image_unsigned]
+            )
+
+        tests_control_headers = self.templates.get_tests_control('headers.tests-control', vars)
+        for c in tests_control_headers:
+            c.setdefault('Depends').extend(
+                [i['Package'] for i in packages_headers] +
+                [i['Package'] for i in packages_image_unsigned]
+            )
+
+        self.tests_control.extend(tests_control_image)
+        self.tests_control.extend(tests_control_headers)
+
+        kconfig = []
+        for c in config.config:
+            for d in self.config_dirs:
+                if (f := d / c).exists():
+                    kconfig.append(str(f))
+        makeflags['KCONFIG'] = ' '.join(kconfig)
+        makeflags['KCONFIG_OPTIONS'] = ''
+        # Add "salt" to fix #872263
+        makeflags['KCONFIG_OPTIONS'] += \
+            ' -o "BUILD_SALT=\\"%(abiname)s%(localversion)s\\""' % vars
+
+        merged_config = ('debian/build/config.%s_%s_%s' %
+                         (config.name_debianarch, config.name_featureset, config.name_flavour))
+        self.bundle.makefile.add_cmds(merged_config,
+                                      ["$(MAKE) -f debian/rules.real %s %s" %
+                                       (merged_config, makeflags)])
+
+    def process_changelog(self) -> None:
+        version = self.version = self.changelog[0].version
+
+        if self.changelog[0].distribution == 'UNRELEASED':
+            self.abiname = f'{version.linux_upstream}+unreleased'
+        elif self.changelog[0].distribution == 'experimental':
+            self.abiname = f'{version.linux_upstream}'
+        elif version.linux_revision_backports:
+            self.abiname = f'{version.linux_upstream_full}+bpo'
+        else:
+            self.abiname = f'{version.linux_upstream_full}'
+
+        self.vars = {
+            'upstreamversion': self.version.linux_upstream,
+            'version': self.version.linux_version,
+            'version_complete': self.version.complete,
+            'source_basename': re.sub(r'-[\d.]+$', '',
+                                      self.changelog[0].source),
+            'source_upstream': self.version.upstream,
+            'source_package': self.changelog[0].source,
+            'abiname': self.abiname,
+        }
+        self.vars['source_suffix'] = \
+            self.changelog[0].source[len(self.vars['source_basename']):]
+
+        distribution = self.changelog[0].distribution
+        if distribution in ('unstable', ):
+            if version.linux_revision_experimental or \
+               version.linux_revision_backports or \
+               version.linux_revision_other:
+                raise RuntimeError("Can't upload to %s with a version of %s" %
+                                   (distribution, version))
+        if distribution in ('experimental', ):
+            if not version.linux_revision_experimental:
+                raise RuntimeError("Can't upload to %s with a version of %s" %
+                                   (distribution, version))
+        if distribution.endswith('-security') or distribution.endswith('-lts'):
+            if version.linux_revision_backports or \
+               version.linux_revision_other:
+                raise RuntimeError("Can't upload to %s with a version of %s" %
+                                   (distribution, version))
+        if distribution.endswith('-backports'):
+            if not version.linux_revision_backports:
+                raise RuntimeError("Can't upload to %s with a version of %s" %
+                                   (distribution, version))
+
+    def write(self) -> None:
+        super().write()
+        self.write_tests_control()
+        self.write_signed()
+
+    def write_signed(self) -> None:
+        for bundle in self.bundles.values():
+            pkg_sign_entries = {}
+
+            for p in bundle.packages.values():
+                if pkg_sign_pkg := p.meta.get('sign-package'):
+                    pkg_sign_entries[pkg_sign_pkg] = {
+                        'trusted_certs': [],
+                        'files': [
+                            {
+                                'sig_type': e.split(':', 1)[-1],
+                                'file': e.split(':', 1)[0],
+                            }
+                            for e in p.meta['sign-files'].split()
+                        ],
+                    }
+
+            if pkg_sign_entries:
+                with bundle.path('files.json').open('w') as f:
+                    json.dump({'packages': pkg_sign_entries}, f, indent=2)
+
+    def write_tests_control(self) -> None:
+        self.bundle.write_rfc822(open("debian/tests/control", 'w'),
+                                 self.tests_control)
+
+
+if __name__ == '__main__':
+    Gencontrol()()
diff --git a/debian/bin/genorig.py b/debian/bin/genorig.py
new file mode 100755
index 0000000000000..9bf43a34e24fd
--- /dev/null
+++ b/debian/bin/genorig.py
@@ -0,0 +1,169 @@
+#!/usr/bin/python3
+
+import sys
+from debian import deb822
+import glob
+import os
+import os.path
+import shutil
+import subprocess
+import time
+import warnings
+
+from debian_linux.debian import Changelog, VersionLinux
+
+
+class Main(object):
+    def __init__(self, input_repo, override_version):
+        self.log = sys.stdout.write
+
+        self.input_repo = input_repo
+
+        changelog = Changelog(version=VersionLinux)[0]
+        source = changelog.source
+        version = changelog.version
+
+        if override_version:
+            version = VersionLinux('%s-0' % override_version)
+
+        self.version_dfsg = version.linux_dfsg
+        if self.version_dfsg is None:
+            self.version_dfsg = '0'
+
+        self.log('Using source name %s, version %s, dfsg %s\n' %
+                 (source, version.upstream, self.version_dfsg))
+
+        self.orig = '%s-%s' % (source, version.upstream)
+        self.orig_tar = '%s_%s.orig.tar.xz' % (source, version.upstream)
+        self.tag = 'v' + version.linux_upstream_full
+
+    def __call__(self):
+        import tempfile
+        temp_dir = tempfile.mkdtemp(prefix='genorig', dir='debian')
+        old_umask = os.umask(0o022)
+        try:
+            # When given a remote repo, we need a local copy.
+            if not self.input_repo.startswith('/') and ':' in self.input_repo:
+                temp_repo = os.path.join(temp_dir, 'git')
+                subprocess.run(
+                    ['git', 'clone', '--bare', '--depth=1', '-b', self.tag,
+                     self.input_repo, temp_repo],
+                    check=True)
+                self.input_repo = temp_repo
+
+            self.dir = os.path.join(temp_dir, 'export')
+            os.mkdir(self.dir)
+            self.upstream_export(self.input_repo)
+
+            # exclude_files() will change dir mtimes.  Capture the
+            # original release time so we can apply it to the final
+            # tarball.
+            orig_date = time.strftime(
+                "%a, %d %b %Y %H:%M:%S +0000",
+                time.gmtime(
+                    os.stat(os.path.join(self.dir, self.orig, 'Makefile'))
+                    .st_mtime))
+
+            self.exclude_files()
+            os.umask(old_umask)
+            self.tar(orig_date)
+        finally:
+            os.umask(old_umask)
+            shutil.rmtree(temp_dir)
+
+    def upstream_export(self, input_repo):
+        self.log("Exporting %s from %s\n" % (self.tag, input_repo))
+
+        gpg_wrapper = os.path.join(os.getcwd(),
+                                   "debian/bin/git-tag-gpg-wrapper")
+        verify_proc = subprocess.Popen(['git',
+                                        '-c', 'gpg.program=%s' % gpg_wrapper,
+                                        'tag', '-v', self.tag],
+                                       cwd=input_repo)
+        if verify_proc.wait():
+            raise RuntimeError("GPG tag verification failed")
+
+        archive_proc = subprocess.Popen(['git', 'archive', '--format=tar',
+                                         '--prefix=%s/' % self.orig, self.tag],
+                                        cwd=input_repo,
+                                        stdout=subprocess.PIPE)
+        extract_proc = subprocess.Popen(['tar', '-xaf', '-'], cwd=self.dir,
+                                        stdin=archive_proc.stdout)
+
+        ret1 = archive_proc.wait()
+        ret2 = extract_proc.wait()
+        if ret1 or ret2:
+            raise RuntimeError("Can't create archive")
+
+    def exclude_files(self):
+        self.log("Excluding file patterns specified in debian/copyright\n")
+        with open("debian/copyright") as f:
+            header = deb822.Deb822(f)
+        patterns = header.get("Files-Excluded", '').strip().split()
+        for pattern in patterns:
+            matched = False
+            for name in glob.glob(os.path.join(self.dir, self.orig, pattern)):
+                try:
+                    shutil.rmtree(name)
+                except NotADirectoryError:
+                    os.unlink(name)
+                matched = True
+            if not matched:
+                warnings.warn("Exclusion pattern '%s' did not match anything"
+                              % pattern,
+                              RuntimeWarning)
+
+    def tar(self, orig_date):
+        out = os.path.join("../orig", self.orig_tar)
+        try:
+            os.mkdir("../orig")
+        except OSError:
+            pass
+        try:
+            os.stat(out)
+            raise RuntimeError("Destination already exists")
+        except OSError:
+            pass
+        self.log("Generate tarball %s\n" % out)
+
+        env = os.environ.copy()
+        env.update({
+            'LC_ALL': 'C',
+        })
+        cmd = [
+            'tar',
+            '-C', self.dir,
+            '--sort=name',
+            '--mtime={}'.format(orig_date),
+            '--owner=root',
+            '--group=root',
+            '--use-compress-program=xz -T0',
+            '-cf',
+            out, self.orig,
+        ]
+
+        try:
+            subprocess.run(cmd, env=env, check=True)
+            os.chmod(out, 0o644)
+        except BaseException:
+            try:
+                os.unlink(out)
+            except OSError:
+                pass
+            raise
+        try:
+            os.symlink(os.path.join('orig', self.orig_tar),
+                       os.path.join('..', self.orig_tar))
+        except OSError:
+            pass
+
+
+if __name__ == '__main__':
+    from optparse import OptionParser
+    parser = OptionParser(usage="%prog [OPTION]... REPO")
+    parser.add_option("-V", "--override-version", dest="override_version",
+                      help="Override version", metavar="VERSION")
+    options, args = parser.parse_args()
+
+    assert len(args) == 1
+    Main(args[0], options.override_version)()
diff --git a/debian/bin/genpatch-lockdown b/debian/bin/genpatch-lockdown
new file mode 100755
index 0000000000000..1aed0c735245b
--- /dev/null
+++ b/debian/bin/genpatch-lockdown
@@ -0,0 +1,109 @@
+#!/usr/bin/python3
+
+import io
+import os
+import os.path
+import re
+import subprocess
+import sys
+
+
+def main(repo, range='torvalds/master..dhowells/efi-lock-down'):
+    patch_dir = 'debian/patches'
+    lockdown_patch_dir = 'features/all/lockdown'
+    series_name = 'series'
+
+    # Only replace patches in this subdirectory and starting with a digit
+    # - the others are presumably Debian-specific for now
+    lockdown_patch_name_re = re.compile(
+        r'^' + re.escape(lockdown_patch_dir) + r'/\d')
+    series_before = []
+    series_after = []
+
+    old_series = set()
+    new_series = set()
+
+    try:
+        with open(os.path.join(patch_dir, series_name), 'r') as series_fh:
+            for line in series_fh:
+                name = line.strip()
+                if lockdown_patch_name_re.match(name):
+                    old_series.add(name)
+                elif len(old_series) == 0:
+                    series_before.append(line)
+                else:
+                    series_after.append(line)
+    except FileNotFoundError:
+        pass
+
+    with open(os.path.join(patch_dir, series_name), 'w') as series_fh:
+        for line in series_before:
+            series_fh.write(line)
+
+        # Add directory prefix to all filenames.
+        # Add Origin to all patch headers.
+        def add_patch(name, source_patch, origin):
+            name = os.path.join(lockdown_patch_dir, name)
+            path = os.path.join(patch_dir, name)
+            try:
+                os.unlink(path)
+            except FileNotFoundError:
+                pass
+            with open(path, 'w') as patch:
+                in_header = True
+                for line in source_patch:
+                    if in_header and re.match(r'^(\n|[^\w\s]|Index:)', line):
+                        patch.write('Origin: %s\n' % origin)
+                        if line != '\n':
+                            patch.write('\n')
+                        in_header = False
+                    patch.write(line)
+            series_fh.write(name)
+            series_fh.write('\n')
+            new_series.add(name)
+
+        # XXX No signature to verify
+
+        env = os.environ.copy()
+        env['GIT_DIR'] = os.path.join(repo, '.git')
+        args = ['git', 'format-patch', '--subject-prefix=', range]
+        format_proc = subprocess.Popen(args,
+                                       cwd=os.path.join(patch_dir,
+                                                        lockdown_patch_dir),
+                                       env=env, stdout=subprocess.PIPE)
+        with io.open(format_proc.stdout.fileno(), encoding='utf-8') as pipe:
+            for line in pipe:
+                name = line.strip('\n')
+                with open(os.path.join(patch_dir, lockdown_patch_dir, name)) \
+                     as source_patch:
+                    patch_from = source_patch.readline()
+                    match = re.match(r'From ([0-9a-f]{40}) ', patch_from)
+                    assert match
+                    origin = ('https://git.kernel.org/pub/scm/linux/kernel/'
+                              'git/dhowells/linux-fs.git/commit?id=%s' %
+                              match.group(1))
+                    add_patch(name, source_patch, origin)
+
+        for line in series_after:
+            series_fh.write(line)
+
+    for name in new_series:
+        if name in old_series:
+            old_series.remove(name)
+        else:
+            print('Added patch', os.path.join(patch_dir, name))
+
+    for name in old_series:
+        print('Obsoleted patch', os.path.join(patch_dir, name))
+
+
+if __name__ == '__main__':
+    if not (2 <= len(sys.argv) <= 3):
+        sys.stderr.write('''\
+Usage: %s REPO [REVISION-RANGE]
+REPO is a git repo containing the REVISION-RANGE.  The default range is
+torvalds/master..dhowells/efi-lock-down.
+''' % sys.argv[0])
+        print('BASE is the base branch (default: torvalds/master).')
+        sys.exit(2)
+    main(*sys.argv[1:])
diff --git a/debian/bin/git-tag-gpg-wrapper b/debian/bin/git-tag-gpg-wrapper
new file mode 100755
index 0000000000000..43030206faec8
--- /dev/null
+++ b/debian/bin/git-tag-gpg-wrapper
@@ -0,0 +1,42 @@
+#!/bin/bash -e
+
+# Instead of calling gpg, call gpgv and provide a local keyring
+
+debian_dir="$(readlink -f "$(dirname "$0")/..")"
+
+# Parse the expected options.  If the next two lines are combined, a
+# failure of getopt won't cause the script to exit.
+ordered_args="$(getopt -n "$0" -o "" -l "status-fd:" -l "keyid-format:" -l "verify" -- "$@")"
+eval "set -- $ordered_args"
+gpgv_opts=()
+while true; do
+    case "$1" in
+	--status-fd)
+	    gpgv_opts+=(--status-fd $2)
+	    shift 2
+	    ;;
+	--keyid-format)
+	    # ignore
+	    shift 2
+	    ;;
+	--verify)
+	    # ignore
+	    shift 1
+	    ;;
+	--)
+	    shift 1
+	    break
+	    ;;
+    esac
+done
+
+keyring="$debian_dir/upstream/${DEBIAN_KERNEL_KEYRING:-signing-key.asc}"
+case "$keyring" in
+    *.asc)
+	keyring_armored="$keyring"
+	keyring="$(mktemp)"
+	trap 'rm -f "$keyring"' EXIT
+	gpg  --dearmor <"$keyring_armored" > "$keyring"
+	;;
+esac
+gpgv "${gpgv_opts[@]}" --keyring "$keyring" -- "$@"
diff --git a/debian/bin/kconfig.py b/debian/bin/kconfig.py
new file mode 100755
index 0000000000000..6115355f46e3b
--- /dev/null
+++ b/debian/bin/kconfig.py
@@ -0,0 +1,39 @@
+#!/usr/bin/python3
+
+import optparse
+import re
+
+from debian_linux.kconfig import KconfigFile
+
+
+def merge(output, configs, overrides):
+    kconfig = KconfigFile()
+    for c in configs:
+        kconfig.read(open(c))
+    for key, value in overrides.items():
+        kconfig.set(key, value)
+    open(output, "w").write(str(kconfig))
+
+
+def opt_callback_dict(option, opt, value, parser):
+    match = re.match(r'^\s*(\S+)=(\S+)\s*$', value)
+    if not match:
+        raise optparse.OptionValueError('not key=value')
+    dest = option.dest
+    data = getattr(parser.values, dest)
+    data[match.group(1)] = match.group(2)
+
+
+if __name__ == '__main__':
+    parser = optparse.OptionParser(usage="%prog [OPTION]... FILE...")
+    parser.add_option(
+        '-o', '--override',
+        action='callback',
+        callback=opt_callback_dict,
+        default={},
+        dest='overrides',
+        help="Override option",
+        type='string')
+    options, args = parser.parse_args()
+
+    merge(args[0], args[1:], options.overrides)
diff --git a/debian/bin/no-depmod b/debian/bin/no-depmod
new file mode 100755
index 0000000000000..ed5a8463f16dd
--- /dev/null
+++ b/debian/bin/no-depmod
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+set -e
+
+# This is a dummy substitute for depmod.  Since we run depmod during
+# postinst, we do not need or want to package the files that it
+# generates.
+
+if [ "x$1" = x-V ]; then
+    # Satisfy version test
+    echo 'not really module-init-tools'
+elif [ "x$1" = x-b -a "${2%/depmod.??????}" != "$2" ]; then
+    # Satisfy test of short kernel versions
+    mkdir -p "$2/lib/modules/$3"
+    touch "$2/lib/modules/$3/modules.dep"
+else
+    echo 'skipping depmod'
+fi
diff --git a/debian/bin/stable-update b/debian/bin/stable-update
new file mode 100755
index 0000000000000..0ce6112bb5c3d
--- /dev/null
+++ b/debian/bin/stable-update
@@ -0,0 +1,135 @@
+#!/usr/bin/python3
+
+import sys
+import os
+import re
+import subprocess
+
+from debian_linux.debian import Changelog, VersionLinux
+
+
+def base_version(ver):
+    # Assume base version is at least 3.0, thus only 2 components wanted
+    match = re.match(r'^(\d+\.\d+)', ver)
+    assert match
+    return match.group(1)
+
+
+def add_update(ver, inc):
+    base = base_version(ver)
+    if base == ver:
+        update = 0
+    else:
+        update = int(ver[len(base)+1:])
+    update += inc
+    if update == 0:
+        return base
+    else:
+        return '{}.{}'.format(base, update)
+
+
+def next_update(ver):
+    return add_update(ver, 1)
+
+
+def print_stable_log(log, cur_ver, new_ver):
+    major_ver = re.sub(r'^(\d+)\..*', r'\1', cur_ver)
+    while cur_ver != new_ver:
+        next_ver = next_update(cur_ver)
+        print('    https://www.kernel.org/pub/linux/kernel/v{}.x/ChangeLog-{}'
+              .format(major_ver, next_ver),
+              file=log)
+        log.flush()  # serialise our output with git's
+        subprocess.check_call(['git', 'log', '--reverse',
+                               '--pretty=    - %s',
+                               'v{}..v{}^'.format(cur_ver, next_ver)],
+                              stdout=log)
+        cur_ver = next_ver
+
+
+def main(repo, new_ver):
+    if os.path.exists(os.path.join(repo, '.git')):
+        os.environ['GIT_DIR'] = os.path.join(repo, '.git')
+    else:
+        os.environ['GIT_DIR'] = repo
+
+    changelog = Changelog(version=VersionLinux)
+    cur_pkg_ver = changelog[0].version
+    cur_ver = cur_pkg_ver.linux_upstream_full
+
+    if base_version(new_ver) != base_version(cur_ver):
+        print('{} is not on the same stable series as {}'
+              .format(new_ver, cur_ver),
+              file=sys.stderr)
+        sys.exit(2)
+
+    new_pkg_ver = new_ver + '-1'
+    if cur_pkg_ver.linux_revision_experimental:
+        new_pkg_ver += '~exp1'
+
+    # Three possible cases:
+    # 1. The current version has been released so we need to add a new
+    #    version to the changelog.
+    # 2. The current version has not been released so we're changing its
+    #    version string.
+    #    (a) There are no stable updates included in the current version,
+    #        so we need to insert an introductory line, the URL(s) and
+    #        git log(s) and a blank line at the top.
+    #    (b) One or more stable updates are already included in the current
+    #        version, so we need to insert the URL(s) and git log(s) after
+    #        them.
+
+    changelog_intro = 'New upstream stable update:'
+
+    # Case 1
+    if changelog[0].distribution != 'UNRELEASED':
+        subprocess.check_call(['dch', '-v', new_pkg_ver, '-D', 'UNRELEASED',
+                               changelog_intro])
+
+    with open('debian/changelog', 'r') as old_log:
+        with open('debian/changelog.new', 'w') as new_log:
+            line_no = 0
+            inserted = False
+            intro_line = '  * {}\n'.format(changelog_intro)
+
+            for line in old_log:
+                line_no += 1
+
+                # Case 2
+                if changelog[0].distribution == 'UNRELEASED' and line_no == 1:
+                    print('{} ({}) UNRELEASED; urgency={}'
+                          .format(changelog[0].source, new_pkg_ver,
+                                  changelog[0].urgency),
+                          file=new_log)
+                    continue
+
+                if not inserted:
+                    # Case 2(a)
+                    if line_no == 3 and line != intro_line:
+                        new_log.write(intro_line)
+                        print_stable_log(new_log, cur_ver, new_ver)
+                        new_log.write('\n')
+                        inserted = True
+                    # Case 1 or 2(b)
+                    elif line_no > 3 and line == '\n':
+                        print_stable_log(new_log, cur_ver, new_ver)
+                        inserted = True
+
+                # Check that we inserted before hitting the end of the
+                # first version entry
+                assert not (line.startswith(' -- ') and not inserted)
+
+                new_log.write(line)
+
+    os.rename('debian/changelog.new', 'debian/changelog')
+
+
+if __name__ == '__main__':
+    if len(sys.argv) != 3:
+        print('''\
+Usage: {} REPO VERSION
+REPO is the git repository to generate a changelog from
+VERSION is the stable version (without leading v)'''.format(sys.argv[0]),
+              file=sys.stderr)
+        sys.exit(2)
+    main(*sys.argv[1:])
diff --git a/debian/bin/stable-update.sh b/debian/bin/stable-update.sh
new file mode 100755
index 0000000000000..bd86860c63fc4
--- /dev/null
+++ b/debian/bin/stable-update.sh
@@ -0,0 +1,2 @@
+#!/bin/sh -e
+exec "$(dirname "$0")/stable-update" "$@"
diff --git a/debian/bin/test-patches b/debian/bin/test-patches
new file mode 100755
index 0000000000000..a85369042d3fd
--- /dev/null
+++ b/debian/bin/test-patches
@@ -0,0 +1,140 @@
+#!/bin/bash
+
+set -e
+shopt -s extglob
+
+# Set defaults from the running kernel
+arch="$(dpkg --print-architecture)"
+kernelabi="$(uname -r)"
+ff="${kernelabi#+([^-])-@(trunk|?(rc)+([0-9])|0.@(bpo|deb+([0-9])).+([0-9]))-}"
+if [ "x$ff" != "x$kernelabi" ]; then
+    flavour="${ff#@(openvz|rt|vserver|xen)-}"
+    if [ "x$flavour" != "x$ff" ]; then
+	featureset="${ff%-$flavour}"
+    else
+	featureset=none
+    fi
+else
+    flavour=
+    featureset=none
+fi
+
+dbginfo=
+fuzz=0
+jobs=$(nproc)
+
+eval "set -- $(getopt -n "$0" -o "f:gj:s:" -l "fuzz:" -- "$@")"
+while true; do
+    case "$1" in
+	-f) flavour="$2"; shift 2 ;;
+	-g) dbginfo=y; shift 1 ;;
+	-j) jobs="$2"; shift 2 ;;
+	-s) featureset="$2"; shift 2 ;;
+	--fuzz) fuzz="$2"; shift 2;;
+	--) shift 1; break ;;
+    esac
+done
+	    
+if [ $# -lt 1 ]; then
+    echo >&2 "Usage: $0 [<options>] <patch>..."
+    cat >&2 <<EOF
+Options:
+     -f <flavour>     specify the 'flavour' of kernel to build, e.g. 686-pae
+     -g               enable debug info
+     -j <jobs>        specify number of compiler jobs to run in parallel
+                      (default: number of available processors)
+     -s <featureset>  specify an optional featureset to apply, e.g. rt
+     --fuzz <num>     set the maximum patch fuzz factor (default: 0)
+EOF
+    exit 2
+fi
+
+if [ -z "$flavour" ]; then
+    echo >&2 "You must specify a flavour to build with the -f option"
+    exit 2
+fi
+
+profiles=nodoc,noudeb,pkg.linux.nosource,pkg.linux.mintools
+if [ -z "$dbginfo" ]; then
+    profiles="$profiles,pkg.linux.nokerneldbg,pkg.linux.nokerneldbginfo"
+fi
+
+# Check build-dependencies early if possible
+if [ -f debian/control ]; then
+    dpkg-checkbuilddeps -P"$profiles"
+fi
+
+# Append 'a~test' to Debian version; this should be less than any official
+# successor and easily recognisable
+version="$(dpkg-parsechangelog | sed 's/^Version: //; t; d')"
+if [ "${version%a~test}" = "$version" ]; then
+    version="$version"a~test
+    dch -v "$version" --distribution UNRELEASED "Testing patches $*"
+fi
+
+# Ignore user's .quiltrc
+alias quilt='quilt --quiltrc -'
+
+# Try to clean up any previous test patches
+if [ "$featureset" = none ]; then
+    patchdir=debian/patches
+    while patch="$(quilt top 2>/dev/null)" && \
+	[ "${patch#test/}" != "$patch" ]; do
+        quilt pop -f
+    done
+    while patch="$(quilt next 2>/dev/null)" && \
+	[ "${patch#test/}" != "$patch" ]; do
+        quilt delete -r "$patch"
+    done
+else
+    patchdir=debian/patches-${featureset}
+    sed -i '/^test\//d' $patchdir/series
+fi
+
+# Prepare a new directory for the patches
+rm -rf $patchdir/test/
+mkdir $patchdir/test
+
+# Prepare a new directory for the config; override ABI name, featuresets, flavours
+rm -rf debian/config.local
+mkdir debian/config.local debian/config.local/"$arch" debian/config.local/"$arch"/"$featureset"
+cat >debian/config.local/defines <<EOF
+EOF
+cat >debian/config.local/"$arch"/defines <<EOF
+[base]
+featuresets: $featureset
+EOF
+cat >debian/config.local/"$arch"/"$featureset"/defines <<EOF
+[base]
+flavours: $flavour
+EOF
+if [ "$featureset" = none ]; then
+    # default-flavour must refer to a flavour that's enabled
+    cat >>debian/config.local/"$arch"/"$featureset"/defines <<EOF
+default-flavour: $flavour
+EOF
+fi
+
+# Regenerate control and included rules
+rm -f debian/control debian/rules.gen
+debian/rules debian/control-real && exit 1 || true
+test -f debian/control
+test -f debian/rules.gen
+
+# Check build-dependencies now that we know debian/control exists
+dpkg-checkbuilddeps -P"$profiles"
+
+# Clean up old build; apply existing patches for featureset
+debian/rules clean
+debian/rules source
+
+# Apply the additional patches
+for patch in "$@"; do
+    patch_abs="$(readlink -f "$patch")"
+    (cd "debian/build/source_${featureset}" && \
+     quilt import -P "test/$(basename "$patch")" "$patch_abs" && \
+     quilt push --fuzz="$fuzz")
+done
+
+# Build selected binaries
+dpkg-buildpackage -b -P"$profiles" -j"$jobs" -nc -uc
diff --git a/debian/bin/update-bug-taint-list b/debian/bin/update-bug-taint-list
new file mode 100755
index 0000000000000..76bb1fc2e03eb
--- /dev/null
+++ b/debian/bin/update-bug-taint-list
@@ -0,0 +1,24 @@
+#!/bin/sh -eu
+
+temp="$(mktemp)"
+trap 'rm -f "$temp"' EXIT
+
+# Copy everything above the existing flag checks.
+sed -rne '/^ +_check /q; p' \
+  < debian/templates/image.bug/include-1tainted >"$temp"
+
+# Generate flag checks from the table in tainted-kernels.rst.  We
+# could alternatively extract them from sysctl/kernel.rst or in the C
+# sources, but this is easy to find and parse and is likely to have
+# the most useful descriptions.
+sed -rne '/^Bit +Log +Number +Reason/,/^$/ {
+              s/^ *([0-9]+) +.\/(.) +[0-9]+ +(.*)/    _check \1 \2 '\''\3'\''/p
+	  }' \
+  < Documentation/admin-guide/tainted-kernels.rst >>"$temp"
+
+# Copy everything below the existing flag checks.
+sed -rne '/^ +echo "\*\* Tainted:/,$p' \
+  < debian/templates/image.bug/include-1tainted >>"$temp"
+
+# Update the bug script in-place.
+cp "$temp" debian/templates/image.bug/include-1tainted
diff --git a/debian/certs/ci-test-sign/ci-test-sign-key.pem b/debian/certs/ci-test-sign/ci-test-sign-key.pem
new file mode 100644
index 0000000000000..edd06e3e474dd
--- /dev/null
+++ b/debian/certs/ci-test-sign/ci-test-sign-key.pem
@@ -0,0 +1,28 @@
+-----BEGIN PRIVATE KEY-----
+MIIEwAIBADANBgkqhkiG9w0BAQEFAASCBKowggSmAgEAAoIBAQCo/R6tgfzFlvtA
+bGb9QiwyCur1JB1eRE2UmU8t39jr0VRcr6p55v71fZE+ny4rLZl3ZibsKt1YeEhq
+xAg7a7UfvjzT0PWaRV7M/XcwnRfKt032lUyNtcsEiMTp299Iak/Q/jm9M0yiTYxe
+W1EsXfu1QrNSe0Zo8EZr9Q6eyFnjilJNgHpOlCyxH/7ujO73tzP84cEDZejFHYlo
+ypKsjO2IWLcQssnM+llOlMYZ4mx6a6TxchSMKyYl6PRLviltkK4HF6AD4D4Lgoa0
+38pHPL2kJPEW9eb1cRsnFkzK4edYxGN6si728HUY/rQFSzehSaGXjPYR6kq2OCwQ
+am4LcCm/AgMBAAECggEBAJso/df1+C88N6mpXs6+yXGRULaQ2F5LfKgqM+c9FyE+
+7KTFrlOLYyHoj0neQjfnAHf+1VIW8XFfz64oHB7jAEULGTKrNDbX5vl06NE8DDJX
+KEB2SPn8p1GceqD2/wawhmSwaDduOLj1VyLz2Y5RJOIDQj9DbRzBMQfC1A+6ib4/
+LscWb1e1gQvZ0FIgSv2ZlOLqdSXVizsg7Am5iCizD5O9Pbw31QfZDyd7IJqpRi63
+Wo234CZS3Hhkr2267QttVeuY9AWgtYU1f6KMRrakEpLPf1mNqVIpY3M8Ee8KoMCr
+a3pl39+N9+0DI4GCF5yctmzPn4YqWg25vFVirXJFluECgYEA1bRcPQ2EzTLDjm1U
+tVrh3yd6ZPdY1Tch1UhzGf7lGIMY924tZZveDpWs7VGJMGO8hHTdo8Ku32AolJKA
+yMW+P05+EcXo0GR8xcJ4Ol3yeJrblWhO4UNiQrTxhE6yy/g25zgVKcKUfbdkq7Cu
+VOZpmNlh3bM4Iwno8ZGxvUI+GBcCgYEAym8r9G2MWFCmH6w6cOkt2EpOlzCEKLZ5
+q1nlZXTQBG+UB3EUPxZBviPTAjzZgfY1YS6SFZCb+fFEsVzGUAcz00xH6H2tHgmK
+NoCX1bzqA7qDWjs2Dr2x33803jhRClQr/hg3rCwfoAkkImX2tPEf/URF6b5MuxgB
+JPAT98lg3JkCgYEAzMG/8vtl99ogxvF4TT9j1ZWUzvKzma72as29AvZX+XF61XAq
+bQW38I92nfgWk1esg9kZl9NsDDitCRWJ8VSOIUgKwOq4VBtD9ZOL8JidPvNZW0ES
++wC+QB3wno1tAMO1jzsMA/QcpIu4GEzz7ALMwJfgDjSun9vZ5sNq4mR67EcCgYEA
+ibqbsEC8ZPXyIMiANoQfofHkiK8Eq+KC41dVYPLZ+Lqlf26rNMUC08fx76rQ3cBS
+zxztXWi3BpXlg7q4XoiX9SIIJqEjILWi6LQTGePfX8wNRF3WyK69j28v3CV61ckw
+6T822Zhnp+2wPQsckD0h46II4yCLehu545TIMSU9FrkCgYEAin/3RTg2V0v/36AR
+YSMfZvfd+DCQ2Vm1WJQWfPJhdzb/L8DzFei0DDAbPFIiz5CFt9yyCIaag5XE0NqP
+gHq3xaNmYqV2LLDX8lswmpeqUN0YpEKUwrT/CGuRLWMJYc2WwbGGgQIOc53nx+Ku
+6DKedX7qLoifu/3fq69hNrMXsFs=
+-----END PRIVATE KEY-----
diff --git a/debian/certs/ci-test-sign/ci-test-sign.pem b/debian/certs/ci-test-sign/ci-test-sign.pem
new file mode 100644
index 0000000000000..7f2f4d00addb0
--- /dev/null
+++ b/debian/certs/ci-test-sign/ci-test-sign.pem
@@ -0,0 +1,19 @@
+-----BEGIN CERTIFICATE-----
+MIIDEzCCAfugAwIBAgIUM0ot4Y+xMV7+tm0g9Yp70GPmizQwDQYJKoZIhvcNAQEL
+BQAwGTEXMBUGA1UEAwwOVGVzdCBTaWduZXIgQ0EwHhcNMjIwMjA1MTgyOTIzWhcN
+MjIwMzA3MTgyOTIzWjAZMRcwFQYDVQQDDA5UZXN0IFNpZ25lciBDQTCCASIwDQYJ
+KoZIhvcNAQEBBQADggEPADCCAQoCggEBAKj9Hq2B/MWW+0BsZv1CLDIK6vUkHV5E
+TZSZTy3f2OvRVFyvqnnm/vV9kT6fListmXdmJuwq3Vh4SGrECDtrtR++PNPQ9ZpF
+Xsz9dzCdF8q3TfaVTI21ywSIxOnb30hqT9D+Ob0zTKJNjF5bUSxd+7VCs1J7Rmjw
+Rmv1Dp7IWeOKUk2Aek6ULLEf/u6M7ve3M/zhwQNl6MUdiWjKkqyM7YhYtxCyycz6
+WU6UxhnibHprpPFyFIwrJiXo9Eu+KW2QrgcXoAPgPguChrTfykc8vaQk8Rb15vVx
+GycWTMrh51jEY3qyLvbwdRj+tAVLN6FJoZeM9hHqSrY4LBBqbgtwKb8CAwEAAaNT
+MFEwHQYDVR0OBBYEFJ2vFS8iN46NNzlnI73JPOXy+8ydMB8GA1UdIwQYMBaAFJ2v
+FS8iN46NNzlnI73JPOXy+8ydMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL
+BQADggEBAFRNfEbkBd0dKw7Ch4b9GMi4yDHFBN9d9KBe6Il92hojluBlQXTBvyKM
+OPN12k7CTTHDN1RCLfHaPQl9lrZILgMLI3y5KdLYPhaaGuGwihIUObcNVetU+TGa
+iMgdIsRSnF1LaYb5z56mJnnHSYA+5eq+Lnpy+jT7JhXrs0jL2JB7n36lYarpDE0Q
+yby09tTHw8fJFONQ2UfUUJu52wcT8hrSygZR0msDz27/l0KmKgKtmM039hZW3Ssa
+PZlVfQe3j7lZ0kPi/W9RhA+3LPDdHmjJYhTS2gtCLfeAaaXGj9sFEpMfGbF8Hgl4
+OjiEuTKPVoApKbpa6islqK3O6GR86WE=
+-----END CERTIFICATE-----
diff --git a/debian/certs/wireless-regdb-benh@debian.org.pem b/debian/certs/wireless-regdb-benh@debian.org.pem
new file mode 100644
index 0000000000000..da3981d84f1ae
--- /dev/null
+++ b/debian/certs/wireless-regdb-benh@debian.org.pem
@@ -0,0 +1,17 @@
+-----BEGIN CERTIFICATE-----
+MIICvTCCAaUCFFd+Ahy5gODoIIIbp7VLSWG4tPrfMA0GCSqGSIb3DQEBCwUAMBox
+GDAWBgNVBAMMD2JlbmhAZGViaWFuLm9yZzAgFw0yMDAxMzAxMzI2MTNaGA8yMTIw
+MDEwNjEzMjYxM1owGjEYMBYGA1UEAwwPYmVuaEBkZWJpYW4ub3JnMIIBIjANBgkq
+hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAneF3oCSg1XllOgeQyfalph+EHCMHS0+l
+A8YP91TVi355gQDS6T30l/6EzVW9yY8hV4gGOZBmQSZ5LMo/lYcBES8vsOELQ/xf
+L09nBNtNt3JN0cV2c02RabBxFzbqqwo6zZWbdhuOIRePxQK/JMfAQLE7xIB8caVR
+3Pc6WH+xB4GKENH2kxdx4PpReRXU14+tvW844SZ9vPA+gIm07I5pkNuXivAjI4OC
+O2qxrOvnmXQqNY6pZP1GnujlSGExbub8GRhUwxtP1gBEhxw3Rer1ycsPDFXsz2rC
+RSYjojFSTe4hff1YcsIoxY6p0O4Bdwil8CIrR3krz5pGtY/9ZKK17QIDAQABMA0G
+CSqGSIb3DQEBCwUAA4IBAQAgRP6pnt2b6s4ldQjwK1P3WjYcSiN/0EE8Eiu5gE6K
+FV0fQKcmKDLDWwYoLT0ICR4B6WfjM+YVRTnuF4PbQv9/NfSsFtu6uBogIUH/85L/
+ZW4pFtC/jd9ILHM2fyLm7ni0Y4MOOeuvECqQ0/zmw4+XW3a/m/WY0lMGi/ikBJsb
+YmqdrOZLDcnXVmMVATiMvvFExDgn4M9y1j3k90s70rEM1YNtHhAEaSmIaeB919u0
+WXKNnTxDr8Z9tyEVUorpm2su6Cc8Py2E+5oiCp9qJeY55HRztipwqh3LzNSgGyZx
+YwTFEiFIupInBqg+baFDpdIq98rEJuhbH+TcidwfBHk/
+-----END CERTIFICATE-----
diff --git a/debian/certs/wireless-regdb-romain.perier@gmail.com.pem b/debian/certs/wireless-regdb-romain.perier@gmail.com.pem
new file mode 100644
index 0000000000000..b20d608e88ee6
--- /dev/null
+++ b/debian/certs/wireless-regdb-romain.perier@gmail.com.pem
@@ -0,0 +1,18 @@
+-----BEGIN CERTIFICATE-----
+MIICzTCCAbUCFDq7xuwUbgnRtgFqudbPcd0jPwMoMA0GCSqGSIb3DQEBCwUAMCIx
+IDAeBgNVBAMMF3JvbWFpbi5wZXJpZXJAZ21haWwuY29tMCAXDTIwMDIyNDE5MDE0
+NFoYDzIxMjAwMTMxMTkwMTQ0WjAiMSAwHgYDVQQDDBdyb21haW4ucGVyaWVyQGdt
+YWlsLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPC4Tz9wePh0
+RaIorwR1BKPzp8cErLbh/OHAPeAmkIpFYMR18xozN1Z9MAd1DqZ5BpWdFzwJqX+r
+lV3t4HUmL2VlzWGxMydnQaEBE+kTam1OmOGeewtbRO9oWm99l6EzIpcSIQmPkOAl
+lN2KOvdKYAQmbQCC5M9kHHkVJPJChvUQhqwgiJCH34w3fL811W+fd8PNaSUGwmVR
+cYl/bk3l1Yo2Gq3BGNYUQofwk4PxmXTEE6o7ZoVv4LxftkCmQQYKug7pMkQQOVPN
+v/PTJva2K0AuuYjB9OOgKHdPuqjKnAW6iJaZVImijfNzoYxKqHHuLtKDFEi9mMbO
+3Kijly5AFi8CAwEAATANBgkqhkiG9w0BAQsFAAOCAQEAdl0DPbaWABtuDN27yN+8
+62wBQBorB2ChGuFDV/q+3ruPc/OSoqqDAcEX5J0JQeAyM5dL8twPi6i4WgSG9nGh
+l9BUVhCOVJkNKqmvG1VZBiukX7FUpuzH1kPuhiybGJ2PAILBiGEWhTwXVv5qoHpo
+xXs9PLYTGJltdGUTZ7f8WkRIcqBzuP8CnXxb+Xx1CjyBgDxB8tX6PR/j2oylFx9T
+GnWtThEcB+wKaf0z+jJ+ZvUp6E2K+g1LaMOVEbpvHgeMhcfHycEwo3CwoeDVhRWU
+d8EckfFfUM0sV0siT+6V16ekWWKuub/XY1oE/CQRrjRL9AyfC1l9JzlUaU/9bkSf
+IQ==
+-----END CERTIFICATE-----
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000000000..752c2c5552972
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,40443 @@
+linux (6.6.53-1) unstable; urgency=medium
+
+  * Update deepin HWE kernel to 6.6.53 (release ID: 23.01.00.42).
+  * Introduce linux-tools, a metapackage to handle installation of all
+    development, debugging, and administrative tools.
+
+ -- Mingcong Bai <baimingcong@uniontech.com>  Thu, 03 Dec 2024 03:17:23 +0000
+
+linux (6.9.7-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.3
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.4
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.5
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.6
+    - [x86] cpu: Provide default cache line size if not enumerated
+      (Closes: #1071378)
+    - NFS: add barriers when testing for NFS_FSDATA_BLOCKED (Closes: #1071501)
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.7
+
+  [ Salvatore Bonaccorso ]
+  * [x86] Refresh "intel-iommu: Add option to exclude integrated GPU only"
+  * [x86] Refresh "intel-iommu: Add Kconfig option to exclude iGPU by default"
+  * [rt] Drop "drm/i915/gt: Queue and wait for the irq_work item."
+  * [arm64] Disable RELR.
+    Temporarily disable RELR relocation packing to workaround failing boots
+    on arm64 with recent binutils/2.42.50.20240618-1, cf. #1074111.
+  * lib/python/debian_linux: Fix two E201/E202 whitespace errors
+  * Drop "sched: Do not enable autogrouping by default" patch (Closes: #1070083)
+  * [rt] init: Disable SCHED_AUTOGROUP on RT configurations
+
+  [ Aurelien Jarno ]
+  * [riscv64] crypto: enable CRYPTO_AES_RISCV64, CRYPTO_CHACHA_RISCV64,
+    CRYPTO_GHASH_RISCV64, CRYPTO_SHA256_RISCV64, CRYPTO_SHA512_RISCV64 as
+    modules.
+  * [riscv64] Improve Microchip Polarfire support: enable
+    POLARFIRE_SOC_AUTO_UPDATE and USB_MUSB_POLARFIRE_SOC as modules.
+  * [riscv64] Improve T-Head TH1520 support: enable MMC_SDHCI_OF_DWCMSHC as
+    module.
+  * [riscv64] Improve VisionFive 2 support: enable SND_DESIGNWARE_I2S,
+    SND_SIMPLE_CARD and SND_SOC_JH7110_PWMDAC as modules.
+  * [riscv64] Improve JH7110 support: enable STARFIVE_STARLINK_PMU as module.
+
+  [ Vincent Blut ]
+  * [amd64] drivers/tee: Enable TEE as module (Closes: #1063161)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 27 Jun 2024 20:37:47 +0200
+
+linux (6.9.2-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_6.9
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.1
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.2
+
+  [ Johannes Schauer Marin Rodrigues ]
+  * New target in debian/rules: "clean-generated" cleans up all auto-generated
+    files inside the ./debian directory
+
+  [ Diederik de Haas ]
+  * [arm64,riscv64] drivers/leds/rgb: Enable LEDS_GROUP_MULTICOLOR as module
+  * [arm64] drivers/leds/rgb: Enable LEDS_PWM_MULTICOLOR as module
+  * [arm*,riscv64] drivers/pps/clients: Enable PPS_CLIENT_GPIO as module
+  * Update to 6.9.2:
+    - Drop patches:
+      - "ntfs: mark it as broken"; ntfs driver removed upstream
+    - Drop patches applied upstream:
+      - "ARM64: Dynamically allocate cpumasks and increase supported CPUs to
+        512"
+      - "tipc: fix UAF in error path"
+      - "tipc: fix a possible memleak in tipc_buf_append"
+    - Refresh patches:
+      - Adjust context in "video: Remove nvidiafb and rivafb"
+      - Adjust context in "Export symbols needed by Android drivers"
+      - Adjust context in "Documentation: Drop sphinx version check"
+      - Adjust context in "firmware_class: Log every success and failure
+        against given device"
+      - Adjust context in "firmware: Remove redundant log messages from drivers"
+      - Adjust context in "af_802154: Disable auto-loading as mitigation
+        against local exploits"
+      - Adjust context in "intel-iommu: Add Kconfig option to exclude iGPU by
+        default"
+      - Adjust context in "x86: Make x32 syscall support conditional on a
+        kernel parameter"
+      - Adjust context in "efi: Lock down the kernel if booted in secure boot
+        mode"
+      - Adjust context in "Revert 'perf build: Fix libunwind feature detection
+        on 32-bit x86'"
+  * tools/rtla: Restore option to set VERSION var to VERSION file's contents
+  * d/rules.d: rtla: Update Makefile for upstream restructuring
+  * d/config: Update with the help of kconfigeditor2:
+    - [x86] arch/x86: Rename RETPOLINE to MITIGATION_RETPOLINE
+    - [amd64] arch/x86: Rename SLS to MITIGATION_SLS
+    - [x86] drivers/acpi: Remove ACPI_CUSTOM_METHOD
+    - drivers/mtd/maps: Remove MTD_INTEL_VR_NOR
+    - drivers/staging/board: Remove STAGING_BOARD
+    - fs/ntfs: Remove NTFS_FS
+    - lib/Kconfig.debug: Rename TEST_STRING_HELPERS to STRING_HELPERS_KUNIT_TEST
+    - net/bluetooth: Remove BT_HS
+    - net/ipv4/netfilter: Remove IP_NF_ARPTABLES
+    - net/sched: Remove NET_ACT_IPT
+  * [rt] Update to 6.9-rt5
+  * [rt] pinctrl: renesas: rzg2l: use spin_{lock,unlock}_irq{save,restore}
+
+  [ Ben Hutchings ]
+  * d/signing_templates/rules.real: Consistently define REAL_VERSION variable
+  * d/signing_templates: Define BUILD_DIR and STAMPS_DIR, and clean those dirs
+  * d/signing_templates/rules.real: Use an intermediate install directory
+  * Revert "Revert "Run dh_movetousr also in signed images."", as this now
+    works
+  * firmware_loader: Remove most Debian-specific logging changes
+    (Closes: #1040738):
+    - Revert "firmware_class: Refer to Debian wiki page when logging missing
+      firmware"
+    - Revert "firmware: Remove redundant log messages from drivers"
+    - Revert "firmware_class: Log every success and failure against given
+      device" (Closes: #857198, #966218)
+    - firmware_loader: Log direct loading failures as info for d-i
+  * d/rules.d/tools/tracing/rtla: Delete redundant sed command
+
+  [ Macpaul Lin ]
+  * [arm64] Enable support for various MediaTek SoCs:
+    - Enable COMMON_CLK_MT8188 and related clocks, COMMON_CLK_MT8365 and
+      related clocks, and COMMON_CLK_MT8195_IPESYS as modules
+    - Enable pin controllers for MT2712, MT6765, MT6779, MT6795, MT6797,
+      MT7622, MT7981, MT7986, MT8167, MT8186, MT8188, MT8192, MT8365,
+      MT8516, MT6397
+    - Enable REGULATOR_MT6357, REGULATOR_MT6360 as modules
+    - Enable CHARGER_MT6360 and TYPEC_MT6360 as modules
+    - Enable REALTEK_PHY, DWMAC_MEDIATEK as modules
+    - Enable MTK_DEVAPC as a module
+
+  [ Alper Nebi Yasak ]
+  * [arm64] Merge and document MediaTek-related changes by Macpaul Lin:
+    - Resolve conflicts with merge requests merged earlier
+    - Clean up config with the help of kconfigeditor2
+    - Change COMMON_CLK_MT8188, COMMON_CLK_MT8365 to be modules
+  * [arm64] Enable more clock drivers for various MediaTek SoCs:
+    - Enable COMMON_CLK_MT2712, COMMON_CLK_MT6779, COMMON_CLK_MT6795,
+      COMMON_CLK_MT7622, COMMON_CLK_MT7986, COMMON_CLK_MT8167,
+      COMMON_CLK_MT8186, COMMON_CLK_MT8192, COMMON_CLK_MT8516,
+      and all their related clocks as modules
+    - Enable COMMON_CLK_MT6765, COMMON_CLK_MT6797, COMMON_CLK_MT7981 as
+      built-in (no module choice) and enable all their related clocks as
+      modules
+
+  [ Vincent Blut ]
+  * [x86] drivers/pinctrl/intel: Enable PINCTRL_METEORLAKE and
+    PINCTRL_METEORPOINT as modules (Closes: #1071551)
+
+  [ Aurelien Jarno ]
+  * [riscv64] Improve support for StarFive VisionFive 2:
+    - Enable SIFIVE_CCACHE
+    - Enable USB_CDNS_SUPPORT, USB_CDNS3, USB_CDNS3_STARFIVE as modules and
+      enable CDNS3_GADGET and CDNS3_HOST options
+    - Enable USB_GADGET as module
+
+  [ Sebastian Andrzej Siewior ]
+  * linux-image: postrm: Remove modules.weakdep on purge.
+
+ -- Ben Hutchings <benh@debian.org>  Wed, 19 Jun 2024 15:34:34 +0200
+
+linux (6.8.12-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8.12
+    - sunrpc: use the struct net as the svc proc private
+    - [x86] tsc: Trust initial offset in architectural TSC-adjust MSRs
+    - ftrace: Fix possible use-after-free issue in ftrace_location()
+    - [arm64] Revert "arm64: fpsimd: Implement lazy restore for kernel mode
+      FPSIMD"
+    - [arm64] fpsimd: Avoid erroneous elide of user state reload
+    - [arm64] Reapply "arm64: fpsimd: Implement lazy restore for kernel mode
+      FPSIMD"
+    - tty: n_gsm: fix possible out-of-bounds in gsm0_receive() (CVE-2024-36016)
+    - tty: n_gsm: fix missing receive state reset after mode switch
+    - speakup: Fix sizeof() vs ARRAY_SIZE() bug
+    - serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler
+    - serial: 8250_bcm7271: use default_mux_rate if possible
+    - serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup
+    - Input: try trimming too long modalias strings
+    - io_uring: fail NOP if non-zero op flags is passed in
+    - Revert "r8169: don't try to disable interrupts if NAPI is, scheduled
+      already"
+    - r8169: Fix possible ring buffer corruption on fragmented Tx packets.
+    - ring-buffer: Fix a race between readers and resize checks
+    - net: mana: Fix the extra HZ in mana_hwc_send_request
+    - tools/latency-collector: Fix -Wformat-security compile warns
+    - tools/nolibc/stdlib: fix memory error in realloc()
+    - net: ti: icssg_prueth: Fix NULL pointer dereference in prueth_probe()
+    - net: lan966x: remove debugfs directory in probe() error path
+    - net: smc91x: Fix m68k kernel compilation for ColdFire CPU
+    - nilfs2: fix use-after-free of timer for log writer thread
+    - nilfs2: fix unexpected freezing of nilfs_segctor_sync()
+    - nilfs2: fix potential hang in nilfs_detach_log_writer()
+    - ksmbd: avoid to send duplicate oplock break notifications
+    - ksmbd: ignore trailing slashes in share paths
+    - ALSA: hda/realtek: fix mute/micmute LEDs don't work for ProBook 440/460
+      G11.
+    - ALSA: core: Fix NULL module pointer assignment at card init
+    - ALSA: Fix deadlocks with kctl removals at disconnection
+    - KEYS: asymmetric: Add missing dependency on CRYPTO_SIG
+    - KEYS: asymmetric: Add missing dependencies of FIPS_SIGNATURE_SELFTEST
+    - HID: nintendo: Fix N64 controller being identified as mouse
+    - dmaengine: xilinx: xdma: Clarify kdoc in XDMA driver
+    - wifi: mac80211: don't use rate mask for scanning
+    - wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon
+      timestamp field
+    - wifi: cfg80211: fix the order of arguments for trace events of the
+      tx_rx_evt class
+    - dt-bindings: rockchip: grf: Add missing type to 'pcie-phy' node
+    - HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is enabled
+    - net: usb: qmi_wwan: add Telit FN920C04 compositions
+    - drm/amd/display: Set color_mgmt_changed to true on unsuspend
+    - drm/amdgpu: Update BO eviction priorities
+    - drm/amd/pm: Restore config space after reset
+    - drm/amdgpu: Fix the ring buffer size for queue VM flush
+    - drm/amdgpu/mes: fix use-after-free issue
+    - Revert "net: txgbe: fix i2c dev name cannot match clkdev"
+    - Revert "net: txgbe: fix clk_name exceed MAX_DEV_ID limits"
+    - cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=n
+    - [arm64,armhf] drm/etnaviv: fix tx clock gating on some GC7000 variants
+    - [riscv64] thead: Rename T-Head PBMT to MAE
+    - [riscv64] T-Head: Test availability bit before enabling MAE errata
+    - sched/isolation: Fix boot crash when maxcpus < first housekeeping CPU
+    - [x86] ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus T100TAM
+      too
+    - regulator: irq_helpers: duplicate IRQ name
+    - ALSA: hda: cs35l56: Exit cache-only after cs35l56_wait_for_firmware_boot()
+    - [x86] ASoC: SOF: ipc4-pcm: Use consistent name for snd_sof_pcm_stream
+      pointer
+    - [x86] ASoC: SOF: ipc4-pcm: Use consistent name for sof_ipc4_timestamp_info
+      pointer
+    - [x86] ASoC: SOF: ipc4-pcm: Introduce generic sof_ipc4_pcm_stream_priv
+    - ASoC: SOF: pcm: Restrict DSP D0i3 during S0ix to IPC3
+    - ASoC: acp: Support microphone from device Acer 315-24p
+    - ASoC: rt5645: Fix the electric noise due to the CBJ contacts floating
+    - ASoC: dt-bindings: rt5645: add cbj sleeve gpio property
+    - ASoC: rt722-sdca: modify channel number to support 4 channels
+    - ASoC: rt722-sdca: add headset microphone vrefo setting
+    - regulator: qcom-refgen: fix module autoloading
+    - regulator: vqmmc-ipq4019: fix module autoloading
+    - ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP config
+    - ASoC: rt715: add vendor clear control register
+    - ASoC: rt715-sdca: volume step modification
+    - Input: xpad - add support for ASUS ROG RAIKIRI
+    - btrfs: take the cleaner_mutex earlier in qgroup disable
+    - EDAC/versal: Do not register for NOC errors
+    - fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card
+    - bpf, x86: Fix PROBE_MEM runtime load check
+    - ALSA: emu10k1: make E-MU FPGA writes potentially more reliable
+    - softirq: Fix suspicious RCU usage in __do_softirq()
+    - platform/x86: ISST: Add Grand Ridge to HPM CPU list
+    - ASoC: da7219-aad: fix usage of device_get_named_child_node()
+    - ASoC: cs35l56: fix usages of device_get_named_child_node()
+    - ALSA: hda: intel-dsp-config: harden I2C/I2S codec detection
+    - Input: amimouse - mark driver struct with __refdata to prevent section
+      mismatch
+    - drm/amdgpu: Fix VRAM memory accounting
+    - drm/amd/display: Ensure that dmcub support flag is set for DCN20
+    - drm/amd/display: Add dtbclk access to dcn315
+    - drm/amd/display: Allocate zero bw after bw alloc enable
+    - drm/amd/display: Add VCO speed parameter for DCN31 FPU
+    - drm/amd/display: Fix DC mode screen flickering on DCN321
+    - drm/amd/display: Disable seamless boot on 128b/132b encoding
+    - [x86] mm: Remove broken vsyscall emulation code from the page fault code
+    - nvme: find numa distance only if controller has valid numa id
+    - nvmet-auth: return the error code to the nvmet_auth_host_hash() callers
+    - nvmet-auth: replace pr_debug() with pr_err() to report an error.
+    - nvme: cancel pending I/O if nvme controller is in terminal state
+    - nvmet-tcp: fix possible memory leak when tearing down a controller
+    - nvmet: fix nvme status code when namespace is disabled
+    - nvme-tcp: strict pdu pacing to avoid send stalls on TLS
+    - epoll: be better about file lifetimes
+    - nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists()
+    - openpromfs: finish conversion to the new mount API
+    - crypto: bcm - Fix pointer arithmetic
+    - [arm64] firmware: qcom: qcm: fix unused qcom_scm_qseecom_allowlist
+    - mm/slub, kunit: Use inverted data to corrupt kmem cache
+    - [arm*] firmware: raspberrypi: Use correct device for DMA mappings
+    - ecryptfs: Fix buffer size for tag 66 packet
+    - nilfs2: fix out-of-range warning
+    - crypto: ccp - drop platform ifdef checks
+    - [x86] crypto: x86/nh-avx2 - add missing vzeroupper
+    - [x86] crypto: x86/sha256-avx2 - add missing vzeroupper
+    - [x86] crypto: x86/sha512-avx2 - add missing vzeroupper
+    - [s390x] cio: fix tracepoint subchannel type field
+    - io_uring: use the right type for work_llist empty check
+    - rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflow
+    - rcu: Fix buffer overflow in print_cpu_stall_info()
+    - jffs2: prevent xattr node from overflowing the eraseblock
+    - libfs: Re-arrange locking in offset_iterate_dir()
+    - libfs: Define a minimum directory offset
+    - libfs: Add simple_offset_empty()
+    - maple_tree: Add mtree_alloc_cyclic()
+    - libfs: Convert simple directory offsets to use a Maple Tree
+    - libfs: Fix simple_offset_rename_exchange()
+    - libfs: Add simple_offset_rename() API
+    - shmem: Fix shmem_rename2()
+    - io-wq: write next_work before dropping acct_lock
+    - mm/userfaultfd: Do not place zeropages when zeropages are disallowed
+    - [s390x] mm: Re-enable the shared zeropage for !PV and !skeys KVM guests
+    - [x86] crypto: qat - improve error message in adf_get_arbiter_mapping()
+    - [x86] crypto: qat - improve error logging to be consistent across features
+    - [arm64] soc: qcom: pmic_glink: don't traverse clients list without a lock
+    - [arm64] soc: qcom: pmic_glink: notify clients about the current state
+    - [arm64] firmware: qcom: scm: Fix __scm and waitq completion variable
+      initialization
+    - null_blk: Fix missing mutex_destroy() at module removal
+    - crypto: qat - validate slices count returned by FW
+    - [armhf] hwrng: stm32 - use logical OR in conditional
+    - [armhf] hwrng: stm32 - put IP into RPM suspend on failure
+    - [armhf] hwrng: stm32 - repair clock handling
+    - io_uring/net: remove dependency on REQ_F_PARTIAL_IO for sr->done_io
+    - io_uring/net: fix sendzc lazy wake polling
+    - [arm64] soc: qcom: pmic_glink: Make client-lock non-sleeping
+    - md: fix resync softlockup when bitmap size is less than array size
+    - [x86] crypto: qat - specify firmware files for 402xx
+    - block: refine the EOF check in blkdev_iomap_begin
+    - block: fix and simplify blkdevparts= cmdline parsing
+    - block: support to account io_ticks precisely
+    - wifi: ath10k: poll service ready message before failing
+    - wifi: brcmfmac: pcie: handle randbuf allocation failure
+    - wifi: ath11k: don't force enable power save on non-running vdevs
+    - bpftool: Fix missing pids during link show
+    - libbpf: Prevent null-pointer dereference when prog to load has no BTF
+    - wifi: ath12k: use correct flag field for 320 MHz channels
+    - wifi: mt76: mt7915: workaround too long expansion sparse warnings
+    - [x86] boot: Ignore relocations in .notes sections in walk_relocs() too
+    - wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok()
+    - wifi: iwlwifi: mvm: Do not warn on invalid link on scan complete
+    - wifi: iwlwifi: mvm: allocate STA links only for active links
+    - wifi: mac80211: don't select link ID if not provided in scan request
+    - wifi: iwlwifi: implement can_activate_links callback
+    - wifi: iwlwifi: mvm: fix active link counting during recovery
+    - wifi: iwlwifi: mvm: select STA mask only for active links
+    - wifi: iwlwifi: reconfigure TLC during HW restart
+    - wifi: iwlwifi: mvm: fix check in iwl_mvm_sta_fw_id_mask
+    - sched/fair: Add EAS checks before updating root_domain::overutilized
+    - ACPI: bus: Indicate support for _TFP thru _OSC
+    - ACPI: bus: Indicate support for more than 16 p-states thru _OSC
+    - ACPI: bus: Indicate support for the Generic Event Device thru _OSC
+    - ACPI: Fix Generic Initiator Affinity _OSC bit
+    - ACPI: bus: Indicate support for IRQ ResourceSource thru _OSC
+    - enetc: avoid truncating error message
+    - qed: avoid truncating work queue length
+    - mlx5: avoid truncating error message
+    - mlx5: stop warning for 64KB pages
+    - bitops: add missing prototype check
+    - dlm: fix user space lock decision to copy lvb
+    - wifi: carl9170: re-fix fortified-memset warning
+    - bpftool: Mount bpffs on provided dir instead of parent dir
+    - bpf: Pack struct bpf_fib_lookup
+    - bpf: prevent r10 register from being marked as precise
+    - [x86] microcode/AMD: Avoid -Wformat warning with clang-15
+    - ACPI: LPSS: Advertise number of chip selects via property
+    - EDAC/skx_common: Allow decoding of SGX addresses
+    - [x86] locking/atomic/x86: Correct the definition of
+      __arch_try_cmpxchg128()
+    - irqchip/alpine-msi: Fix off-by-one in allocation error path
+    - irqchip/loongson-pch-msi: Fix off-by-one on allocation error path
+    - ACPI: disable -Wstringop-truncation
+    - gfs2: Don't forget to complete delayed withdraw
+    - gfs2: Fix "ignore unlock failures after withdraw"
+    - [arm64] Remove unnecessary irqflags alternative.h include
+    - [x86] boot/64: Clear most of CR4 in startup_64(), except PAE, MCE and LA57
+    - tcp: increase the default TCP scaling ratio
+    - cpufreq: exit() callback is optional
+    - [x86] pat: Introduce lookup_address_in_pgd_attr()
+    - [x86] pat: Restructure _lookup_address_cpa()
+    - [x86] pat: Fix W^X violation false-positives when running as Xen PV guest
+    - udp: Avoid call to compute_score on multiple sites
+    - cppc_cpufreq: Fix possible null pointer dereference
+    - wifi: iwlwifi: mvm: init vif works only once
+    - scsi: libsas: Fix the failure of adding phy with zero-address to port
+    - scsi: hpsa: Fix allocation size for Scsi_Host private data
+    - [x86] purgatory: Switch to the position-independent small code model
+    - wifi: ath12k: fix out-of-bound access of qmi_invoke_handler()
+    - thermal/drivers/tsens: Fix null pointer dereference
+    - dt-bindings: thermal: loongson,ls2k-thermal: Add Loongson-2K0500
+      compatible
+    - dt-bindings: thermal: loongson,ls2k-thermal: Fix incorrect compatible
+      definition
+    - wifi: ath10k: Fix an error code problem in
+      ath10k_dbg_sta_write_peer_debug_trigger()
+    - gfs2: Remove ill-placed consistency check
+    - gfs2: Fix potential glock use-after-free on unmount
+    - gfs2: finish_xmote cleanup
+    - gfs2: do_xmote fixes
+    - thermal/debugfs: Avoid excessive updates of trip point statistics
+    - scsi: ufs: core: mcq: Fix ufshcd_mcq_sqe_search()
+    - cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations
+    - wifi: ath10k: populate board data for WCN3990
+    - [arm64,armhf] net: dsa: mv88e6xxx: Add support for model-specific pre- and
+      post-reset handlers
+    - [arm64,armhf] net: dsa: mv88e6xxx: Avoid EEPROM timeout without EEPROM on
+      88E6250-family switches
+    - tcp: avoid premature drops in tcp_add_backlog()
+    - thermal/debugfs: Create records for cdev states as they get used
+    - thermal/debugfs: Pass cooling device state to thermal_debug_cdev_add()
+    - pwm: sti: Prepare removing pwm_chip from driver data
+    - pwm: sti: Simplify probe function using devm functions
+    - drivers/perf: hisi_pcie: Fix out-of-bound access when valid event group
+    - drivers/perf: hisi: hns3: Fix out-of-bound access when valid event group
+    - drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset()
+    - net: give more chances to rcu in netdev_wait_allrefs_any()
+    - macintosh/via-macii: Fix "BUG: sleeping function called from invalid
+      context"
+    - wifi: carl9170: add a proper sanity check for endpoints
+    - bpf: Fix verifier assumptions about socket->sk
+    - wifi: ar5523: enable proper endpoint verification
+    - pwm: Drop useless member .of_pwm_n_cells of struct pwm_chip
+    - pwm: Let the of_xlate callbacks accept references without period
+    - pwm: Drop duplicate check against chip->npwm in of_pwm_xlate_with_flags()
+    - pwm: Reorder symbols in core.c
+    - pwm: Provide an inline function to get the parent device of a given chip
+    - pwm: meson: Change prototype of a few helpers to prepare further changes
+    - pwm: meson: Make use of pwmchip_parent() accessor
+    - pwm: meson: Add check for error from clk_round_rate()
+    - pwm: meson: Use mul_u64_u64_div_u64() for frequency calculating
+    - bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in
+      BPF_LINK_CREATE
+    - sh: kprobes: Merge arch_copy_kprobe() into arch_prepare_kprobe()
+    - Revert "sh: Handle calling csum_partial with misaligned data"
+    - wifi: mt76: mt7603: fix tx queue of loopback packets
+    - wifi: mt76: mt7603: add wpdma tx eof flag for PSE client reset
+    - wifi: mt76: mt7996: fix size of txpower MCU command
+    - wifi: mt76: mt7925: ensure 4-byte alignment for suspend & wow command
+    - wifi: mt76: mt7996: fix uninitialized variable in mt7996_irq_tasklet()
+    - wifi: mt76: mt7996: fix potential memory leakage when reading chip
+      temperature
+    - libbpf: Fix error message in attach_kprobe_multi
+    - wifi: nl80211: Avoid address calculations via out of bounds array indexing
+    - wifi: rtw89: wow: refine WoWLAN flows of HCI interrupts and low power mode
+    - [x86] HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors
+    - scsi: bfa: Ensure the copied buf is NUL terminated
+    - scsi: qedf: Ensure the copied buf is NUL terminated
+    - scsi: qla2xxx: Fix debugfs output for fw_resource_count
+    - gpio: nuvoton: Fix sgpio irq handle error
+    - [x86] numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()
+    - wifi: mwl8k: initialize cmd->addr[] properly
+    - HID: amd_sfh: Handle "no sensors" in PM operations
+    - usb: aqc111: stop lying about skb->truesize
+    - net: usb: sr9700: stop lying about skb->truesize
+    - dm-delay: fix workqueue delay_timer race
+    - dm-delay: fix hung task introduced by kthread mode
+    - dm-delay: fix max_delay calculations
+    - ptp: ocp: fix DPLL functions
+    - net: ipv6: fix wrong start position when receive hop-by-hop fragment
+    - eth: sungem: remove .ndo_poll_controller to avoid deadlocks
+    - net: ethernet: mediatek: split tx and rx fields in mtk_soc_data struct
+    - net: ethernet: mediatek: use ADMAv1 instead of ADMAv2.0 on MT7981 and
+      MT7986
+    - ice: Fix package download algorithm
+    - net: ethernet: cortina: Locking fixes
+    - af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg
+    - net: usb: smsc95xx: stop lying about skb->truesize
+    - net: openvswitch: fix overwriting ct original tuple for ICMPv6
+    - ipv6: sr: add missing seg6_local_exit
+    - ipv6: sr: fix incorrect unregister order
+    - ipv6: sr: fix invalid unregister error path
+    - net/mlx5: Fix peer devlink set for SF representor devlink port
+    - net/mlx5: Reload only IB representors upon lag disable/enable
+    - net/mlx5: Add a timeout to acquire the command queue semaphore
+    - net/mlx5: Discard command completions in internal error
+    - [s390x] bpf: Emit a barrier for BPF_FETCH instructions
+    - [riscv64] bpf: make some atomic operations fully ordered
+    - ax25: Use kernel universal linked list to implement ax25_dev_list
+    - ax25: Fix reference count leak issues of ax25_dev
+    - ax25: Fix reference count leak issue of net_device
+    - dpll: fix return value check for kmemdup
+    - net: fec: remove .ndo_poll_controller to avoid deadlocks
+    - mptcp: SO_KEEPALIVE: fix getsockopt support
+    - mptcp: cleanup writer wake-up
+    - mptcp: avoid some duplicate code in socket option handling
+    - mptcp: implement TCP_NOTSENT_LOWAT support
+    - mptcp: cleanup SOL_TCP handling
+    - mptcp: fix full TCP keep-alive support
+    - net: stmmac: Offload queueMaxSDU from tc-taprio
+    - net: stmmac: est: Per Tx-queue error count for HLBF
+    - net: stmmac: Report taprio offload status
+    - net: stmmac: move the EST lock to struct stmmac_priv
+    - net: micrel: Fix receiving the timestamp in the frame for lan8841
+    - Bluetooth: compute LE flow credits based on recvbuf space
+    - Bluetooth: qca: Fix error code in qca_read_fw_build_info()
+    - Bluetooth: ISO: Add hcon for listening bis sk
+    - Bluetooth: ISO: Clean up returns values in iso_connect_ind()
+    - Bluetooth: ISO: Make iso_get_sock_listen generic
+    - Bluetooth: Remove usage of the deprecated ida_simple_xx() API
+    - Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS
+    - Bluetooth: HCI: Remove HCI_AMP support
+    - ice: make ice_vsi_cfg_rxq() static
+    - ice: make ice_vsi_cfg_txq() static
+    - overflow: Change DEFINE_FLEX to take __counted_by member
+    - Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae
+      warnings
+    - Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1
+    - drm/bridge: Fix improper bridge init order with pre_enable_prev_first
+    - drm/ci: update device type for volteer devices
+    - drm/nouveau/dp: Fix incorrect return code in r535_dp_aux_xfer()
+    - drm/omapdrm: Fix console by implementing fb_dirty
+    - drm/omapdrm: Fix console with deferred ops
+    - printk: Let no_printk() use _printk()
+    - dev_printk: Add and use dev_no_printk()
+    - drm/lcdif: Do not disable clocks on already suspended hardware
+    - drm/dp: Don't attempt AUX transfers when eDP panels are not powered
+    - drm/panel: atna33xc20: Fix unbalanced regulator in the case HPD doesn't
+      assert
+    - drm/amd/display: Fix potential index out of bounds in color transformation
+      function
+    - drm/amd/display: Remove redundant condition in dcn35_calc_blocks_to_gate()
+    - [x86] ASoC: Intel: Disable route checks for Skylake boards
+    - [x86] ASoC: Intel: avs: ssm4567: Do not ignore route checks
+    - mtd: core: Report error if first mtd_otp_size() call fails in
+      mtd_otp_nvmem_add()
+    - mtd: rawnand: hynix: fixed typo
+    - drm/imagination: avoid -Woverflow warning
+    - drm/panel: ltk050h3146w: add MIPI_DSI_MODE_VIDEO to LTK050H3148W flags
+    - drm/panel: ltk050h3146w: drop duplicate commands from LTK050H3148W init
+    - fbdev: shmobile: fix snprintf truncation
+    - ASoC: kirkwood: Fix potential NULL dereference
+    - drm/meson: vclk: fix calculation of 59.94 fractional rates
+    - drm/mediatek: Add 0 size check to mtk_drm_gem_obj
+    - drm/mediatek: Init `ddp_comp` with devm_kcalloc()
+    - [x86] ASoC: SOF: Intel: hda-dai: fix channel map configuration for
+      aggregated dailink
+    - [powerpc*] fsl-soc: hide unused const variable
+    - [x86] ASoC: SOF: Intel: mtl: Correct rom_status_reg
+    - [x86] ASoC: SOF: Intel: lnl: Correct rom_status_reg
+    - [x86] ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot failed
+    - [x86] ASoC: SOF: Intel: mtl: Implement firmware boot state check
+    - fbdev: sisfb: hide unused variables
+    - [x86] ASoC: Intel: avs: Restore stream decoupling on prepare
+    - [x86] ASoC: Intel: avs: Fix ASRC module initialization
+    - [x86] ASoC: Intel: avs: Fix potential integer overflow
+    - [x86] ASoC: Intel: avs: Test result of avs_get_module_entry()
+    - media: ngene: Add dvb_ca_en50221_init return value check
+    - staging: media: starfive: Remove links when unregistering devices
+    - media: rcar-vin: work around -Wenum-compare-conditional warning
+    - media: radio-shark2: Avoid led_names truncations
+    - drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference
+    - platform/x86: xiaomi-wmi: Fix race condition when reporting key events
+    - drm/msm/dp: allow voltage swing / pre emphasis of 3
+    - drm/msm/dp: Avoid a long timeout for AUX transfer if nothing connected
+    - media: ipu3-cio2: Request IRQ earlier
+    - media: dt-bindings: ovti,ov2680: Fix the power supply names
+    - media: i2c: et8ek8: Don't strip remove function when driver is builtin
+    - media: v4l2-subdev: Fix stream handling for crop API
+    - fbdev: sh7760fb: allow modular build
+    - media: atomisp: ssh_css: Fix a null-pointer dereference in
+      load_video_binaries
+    - drm/arm/malidp: fix a possible null pointer dereference (CVE-2024-36014)
+    - drm: vc4: Fix possible null pointer dereference
+    - ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value
+    - drm/bridge: anx7625: Don't log an error when DSI host can't be found
+    - drm/bridge: icn6211: Don't log an error when DSI host can't be found
+    - drm/bridge: lt8912b: Don't log an error when DSI host can't be found
+    - drm/bridge: lt9611: Don't log an error when DSI host can't be found
+    - drm/bridge: lt9611uxc: Don't log an error when DSI host can't be found
+    - drm/bridge: tc358775: Don't log an error when DSI host can't be found
+    - drm/bridge: dpc3433: Don't log an error when DSI host can't be found
+    - drm/panel: novatek-nt35950: Don't log an error when DSI host can't be
+      found
+    - drm/bridge: anx7625: Update audio status while detecting
+    - drm/panel: simple: Add missing Innolux G121X1-L03 format, flags, connector
+    - ALSA: hda: cs35l41: Remove Speaker ID for Lenovo Legion slim 7 16ARHA7
+    - drm/mipi-dsi: use correct return type for the DSC functions
+    - media: uvcvideo: Add quirk for Logitech Rally Bar
+    - drm/rockchip: vop2: Do not divide height twice for YUV
+    - drm/edid: Parse topology block for all DispID structure v1.x
+    - media: cadence: csi2rx: configure DPHY before starting source stream
+    - clk: samsung: exynosautov9: fix wrong pll clock id value
+    - RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent
+    - RDMA/mlx5: Change check for cacheable mkeys
+    - RDMA/mlx5: Adding remote atomic access flag to updatable flags
+    - clk: mediatek: pllfh: Don't log error for missing fhctl node
+    - iommu: Undo pasid attachment only for the devices that have succeeded
+    - [arm64] RDMA/hns: Fix return value in hns_roce_map_mr_sg
+    - [arm64] RDMA/hns: Fix deadlock on SRQ async events.
+    - [arm64] RDMA/hns: Fix UAF for cq async event
+    - [arm64] RDMA/hns: Fix GMV table pagesize
+    - [arm64] RDMA/hns: Use complete parentheses in macros
+    - [arm64] RDMA/hns: Modify the print level of CQE error
+    - clk: mediatek: mt8365-mm: fix DPI0 parent
+    - clk: rs9: fix wrong default value for clock amplitude
+    - clk: qcom: clk-alpha-pll: remove invalid Stromer register offset
+    - RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt
+    - RDMA/rxe: Allow good work requests to be executed
+    - RDMA/rxe: Fix incorrect rxe_put in error path
+    - IB/mlx5: Use __iowrite64_copy() for write combining stores
+    - clk: renesas: r8a779a0: Fix CANFD parent clock
+    - clk: renesas: r9a07g043: Add clock and reset entry for PLIC
+    - lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure
+    - mm/ksm: fix ksm exec support for prctl
+    - clk: qcom: dispcc-sm8450: fix DisplayPort clocks
+    - clk: qcom: dispcc-sm6350: fix DisplayPort clocks
+    - clk: qcom: dispcc-sm8550: fix DisplayPort clocks
+    - clk: qcom: dispcc-sm8650: fix DisplayPort clocks
+    - clk: qcom: mmcc-msm8998: fix venus clock issue
+    - [x86] insn: Fix PUSH instruction in x86 instruction decoder opcode map
+    - [x86] insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and
+      VPDPWSSDS
+    - ext4: avoid excessive credit estimate in ext4_tmpfile()
+    - RDMA/mana_ib: Introduce helpers to create and destroy mana queues
+    - RDMA/mana_ib: Use struct mana_ib_queue for CQs
+    - RDMA/mana_ib: boundary check before installing cq callbacks
+    - virt: acrn: stop using follow_pfn
+    - drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map()
+    - sunrpc: removed redundant procp check
+    - nfsd: don't create nfsv4recoverydir in nfsdfs when not used.
+    - ext4: fix potential unnitialized variable
+    - ext4: remove the redundant folio_wait_stable()
+    - clk: qcom: Fix SC_CAMCC_8280XP dependencies
+    - clk: qcom: Fix SM_GPUCC_8650 dependencies
+    - clk: qcom: apss-ipq-pll: fix PLL rate for IPQ5018
+    - of: module: add buffer overflow check in of_modalias()
+    - bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq
+    - SUNRPC: Fix gss_free_in_token_pages()
+    - RDMA/IPoIB: Fix format truncation compilation errors
+    - RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use
+      siw
+    - tracing/user_events: Prepare find/delete for same name events
+    - tracing/user_events: Fix non-spaced field matching
+    - modules: Drop the .export_symbol section from the final modules
+    - net: bridge: xmit: make sure we have at least eth header len bytes
+    - net: bridge: mst: fix vlan use-after-free
+    - net: qrtr: ns: Fix module refcnt
+    - idpf: don't skip over ethtool tcp-data-split setting
+    - netrom: fix possible dead-lock in nr_rt_ioctl()
+    - af_packet: do not call packet_read_pending() from tpacket_destruct_skb()
+    - sched/fair: Allow disabling sched_balance_newidle with
+      sched_relax_domain_level
+    - sched/core: Fix incorrect initialization of the 'burst' parameter in
+      cpu_max_write()
+    - net: wangxun: fix to change Rx features
+    - net: wangxun: match VLAN CTAG and STAG features
+    - net: txgbe: move interrupt codes to a separate file
+    - net: txgbe: use irq_domain for interrupt controller
+    - net: txgbe: fix to control VLAN strip
+    - l2tp: fix ICMP error handling for UDP-encap sockets
+    - io_uring/net: ensure async prep handlers always initialize ->done_io
+    - pwm: Fix setting period with #pwm-cells = <1> and of_pwm_single_xlate()
+    - net: txgbe: fix to clear interrupt status after handling IRQ
+    - net: txgbe: fix GPIO interrupt blocking
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 31 May 2024 20:24:01 +0200
+
+linux (6.8.11-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8.10
+    - wifi: nl80211: don't free NULL coalescing rule
+    - [armhf] pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of
+      GPIOR-T
+    - [arm64] pinctrl/meson: fix typo in PDM's pin name
+    - pinctrl: core: delete incorrect free in pinctrl_enable()
+    - [arm64] pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE
+      readback
+    - [arm64] pinctrl: mediatek: paris: Rework support for
+      PIN_CONFIG_{INPUT,OUTPUT}_ENABLE
+    - sunrpc: add a struct rpc_stats arg to rpc_create_args
+    - nfs: expose /proc/net/sunrpc/nfs in net namespaces
+    - nfs: make the rpc_stat per net namespace
+    - nfs: Handle error of rpc_proc_register() in nfs_net_init().
+    - [x86] pinctrl: baytrail: Fix selecting gpio pinctrl state
+    - pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map()
+    - nfsd: rename NFSD_NET_* to NFSD_STATS_*
+    - nfsd: expose /proc/net/sunrpc/nfsd in net namespaces
+    - nfsd: make all of the nfsd stats per-network namespace
+    - NFSD: add support for CB_GETATTR callback
+    - NFSD: Fix nfsd4_encode_fattr4() crasher
+    - regulator: change stubbed devm_regulator_get_enable to return Ok
+    - regulator: change devm_regulator_get_enable_optional() stub to return Ok
+    - bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definition
+    - bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue
+    - regmap: Add regmap_read_bypassed()
+    - [x86] ASoC: SOF: Intel: add default firmware library path for LNL
+    - nvme: fix warn output about shared namespaces without
+      CONFIG_NVME_MULTIPATH
+    - bpf: Fix a verifier verbose message
+    - spi: axi-spi-engine: use common AXI macros
+    - spi: axi-spi-engine: fix version format string
+    - spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs
+    - bpf, arm64: Fix incorrect runtime stats
+    - [riscv64] bpf: Fix incorrect runtime stats
+    - [x86] ASoC: Intel: avs: Set name of control as in topology
+    - [s390x] mm: Fix storage key clearing for guest huge pages
+    - [s390x] mm: Fix clearing storage keys for huge pages
+    - [armel,armhf] bpf: Reimplement sign-extension mov instruction
+    - xdp: use flags field to disambiguate broadcast redirect
+    - efi/unaccepted: touch soft lockup during memory accept
+    - ice: ensure the copied buf is NUL terminated
+    - bna: ensure the copied buf is NUL terminated
+    - thermal/debugfs: Free all thermal zone debug memory on zone removal
+    - thermal/debugfs: Fix two locking issues with thermal zone debug
+    - nsh: Restore skb->{protocol,data,mac_header} for outer header in
+      nsh_gso_segment().
+    - net l2tp: drop flow hash on forward
+    - thermal/debugfs: Prevent use-after-free from occurring after cdev removal
+    - [s390x] vdso: Add CFI for RA register to asm macro vdso_func
+    - Fix a potential infinite loop in extract_user_to_sg()
+    - ALSA: emu10k1: fix E-MU card dock presence monitoring
+    - ALSA: emu10k1: factor out snd_emu1010_load_dock_firmware()
+    - ALSA: emu10k1: move the whole GPIO event handling to the workqueue
+    - ALSA: emu10k1: fix E-MU dock initialization
+    - net: qede: sanitize 'rc' in qede_add_tc_flower_fltr()
+    - net: qede: use return from qede_parse_flow_attr() for flower
+    - net: qede: use return from qede_parse_flow_attr() for flow_spec
+    - net: qede: use return from qede_parse_actions()
+    - vxlan: Fix racy device stats updates.
+    - vxlan: Add missing VNI filter counter update in arp_reduce().
+    - [arm64] ASoC: meson: axg-fifo: use FIELD helpers
+    - [arm64] ASoC: meson: axg-fifo: use threaded irq to check periods
+    - [arm64] ASoC: meson: axg-card: make links nonatomic
+    - [arm64] ASoC: meson: axg-tdm-interface: manage formatters in trigger
+    - [qrm64] ASoC: meson: cards: select SND_DYNAMIC_MINORS
+    - ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node()
+    - [s390x] cio: Ensure the copied buf is NUL terminated
+    - cxgb4: Properly lock TX queue for the selftest.
+    - net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341
+    - drm/amdgpu: fix doorbell regression
+    - spi: fix null pointer dereference within spi_sync
+    - net: bridge: fix multicast-to-unicast with fraglist GSO
+    - net: core: reject skb_copy(_expand) for fraglist GSO skbs
+    - rxrpc: Clients must accept conn from any address
+    - vxlan: Pull inner IP header in vxlan_rcv().
+    - [s390x] qeth: Fix kernel panic after setting hsuid
+    - ipv4: Fix uninit-value access in __ip_make_skb()
+    - net: gro: fix udp bad offset in socket lookup by adding
+      {inner_}network_offset to napi_gro_cb
+    - net: gro: add flush check in udp_gro_receive_segment
+    - drm/xe/display: Fix ADL-N detection
+    - [arm64] clk: qcom: smd-rpm: Restore msm8976 num_clk
+    - [arm64] clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change
+    - [powerpc*] pseries: make max polling consistent for longer H_CALLs
+    - [powerpc*] pseries/iommu: LPAR panics during boot up with a frozen PE
+    - EDAC/versal: Do not log total error counts
+    - swiotlb: initialise restricted pool list_head when SWIOTLB_DYNAMIC=y
+    - [arm64] KVM: arm64: vgic-v2: Check for non-NULL vCPU in
+      vgic_v2_parse_attr()
+    - exfat: fix timing of synchronizing bitmap and inode
+    - firmware: microchip: don't unconditionally print validation success
+    - scsi: ufs: core: Fix MCQ MAC configuration
+    - scsi: lpfc: Move NPIV's transport unregistration to after resource clean
+      up
+    - scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handling
+    - scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic
+    - scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port()
+    - scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up()
+    - scsi: lpfc: Use a dedicated lock for ras_fwlog state
+    - gfs2: Fix invalid metadata access in punch_hole
+    - fs/9p: fix uninitialized values during inode evict
+    - wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc
+    - wifi: cfg80211: fix rdev_dump_mpp() arguments order
+    - wifi: mac80211: fix prep_connection error path
+    - wifi: iwlwifi: read txq->read_ptr under lock
+    - wifi: iwlwifi: mvm: guard against invalid STA ID on removal
+    - net: mark racy access on sk->sk_rcvbuf
+    - drm/xe: Fix END redefinition
+    - scsi: mpi3mr: Avoid memcpy field-spanning write WARNING
+    - scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload
+    - btrfs: return accurate error code on open failure in open_fs_devices()
+    - bpf: Check bloom filter map value size
+    - kbuild: Disable KCSAN for autogenerated *.mod.c intermediaries
+    - [x86] ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in case of
+      S3 suspend
+    - regulator: tps65132: Add of_match table
+    - scsi: ufs: core: WLUN suspend dev/link state error recovery
+    - scsi: libsas: Align SMP request allocation to ARCH_DMA_MINALIGN
+    - scsi: ufs: core: Fix MCQ mode dev command timeout
+    - ALSA: line6: Zero-initialize message buffers
+    - block: fix overflow in blk_ioctl_discard()
+    - [x86] ASoC: codecs: ES8326: Solve error interruption issue
+    - [x86] ASoC: codecs: ES8326: modify clock table
+    - net: bcmgenet: Reset RBUF on first open
+    - [x86] vboxsf: explicitly deny setlease attempts
+    - ata: sata_gemini: Check clk_enable() result
+    - firewire: ohci: mask bus reset interrupts between ISR and bottom half
+    - [x86] tools/power turbostat: Fix added raw MSR output
+    - [x86] tools/power turbostat: Increase the limit for fd opened
+    - [x86] tools/power turbostat: Fix Bzy_MHz documentation typo
+    - [x86] tools/power turbostat: Do not print negative LPI residency
+    - [x86] tools/power turbostat: Expand probe_intel_uncore_frequency()
+    - [x86] tools/power turbostat: Print ucode revision only if valid
+    - [x86] tools/power turbostat: Fix warning upon failed /dev/cpu_dma_latency
+      read
+    - btrfs: make btrfs_clear_delalloc_extent() free delalloc reserve
+    - btrfs: always clear PERTRANS metadata during commit
+    - memblock tests: fix undefined reference to `early_pfn_to_nid'
+    - memblock tests: fix undefined reference to `panic'
+    - memblock tests: fix undefined reference to `BIT'
+    - nouveau/gsp: Avoid addressing beyond end of rpc->entries
+    - scsi: target: Fix SELinux error when systemd-modules loads the target
+      module
+    - scsi: hisi_sas: Handle the NCQ error returned by D2H frame
+    - blk-iocost: avoid out of bounds shift
+    - [x86] platform/x86: acer-wmi: Add support for Acer PH18-71
+    - [arm64,armhf] gpu: host1x: Do not setup DMA for virtual devices
+    - [mips64el] scall: Save thread_info.syscall unconditionally on entry
+      (Closes: #1068365)
+    - [x86] tools/power/turbostat: Fix uncore frequency file string
+    - net: add copy_safe_from_sockptr() helper
+    - nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies
+    - drm/amdgpu: Refine IB schedule error logging
+    - drm/amd/display: add DCN 351 version for microcode load
+    - drm/amdgpu: add smu 14.0.1 discovery support
+    - drm/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2
+    - drm/amd/display: Skip on writeback when it's not applicable
+    - drm/amd/pm: fix the high voltage issue after unload
+    - drm/amdgpu: Fix VCN allocation in CPX partition
+    - Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails
+    - Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl
+    - hv_netvsc: Don't free decrypted memory
+    - [x86] uio_hv_generic: Don't free decrypted memory
+    - Drivers: hv: vmbus: Don't free ring buffers that couldn't be re-encrypted
+    - drm/xe/xe_migrate: Cast to output precision before multiplying operands
+    - drm/xe: Label RING_CONTEXT_CONTROL as masked
+    - smb3: fix broken reconnect when password changing on the server by
+      allowing password rotation
+    - [arm64] iommu: mtk: fix module autoloading
+    - fs/9p: only translate RWX permissions for plain 9P2000
+    - fs/9p: translate O_TRUNC into OTRUNC
+    - fs/9p: fix the cache always being enabled on files with qid flags
+    - 9p: explicitly deny setlease attempts
+    - [powerpc*] crypto/chacha-p10: Fix failure on non Power10
+    - gpio: wcove: Use -ENOTSUPP consistently
+    - gpio: crystalcove: Use -ENOTSUPP consistently
+    - clk: Don't hold prepare_lock when calling kref_put()
+    - fs/9p: remove erroneous nlink init from legacy stat2inode
+    - fs/9p: drop inodes immediately on non-.L too
+    - gpio: lpc32xx: fix module autoloading
+    - drm/nouveau/dp: Don't probe eDP ports twice harder
+    - [x86] platform/x86/amd: pmf: Decrease error message to debug
+    - [x86] platform/x86: ISST: Add Granite Rapids-D to HPM CPU list
+    - drm/radeon: silence UBSAN warning (v3)
+    - net:usb:qmi_wwan: support Rolling modules
+    - blk-iocost: do not WARN if iocg was already offlined
+    - SUNRPC: add a missing rpc_stat for TCP TLS
+    - qibfs: fix dentry leak
+    - xfrm: Preserve vlan tags for transport mode software GRO
+    - [armel,armhf] 9381/1: kasan: clear stale stack poison
+    - tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets
+    - tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().
+    - Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout
+      (CVE-2024-27398)
+    - Bluetooth: msft: fix slab-use-after-free in msft_do_close()
+    - [arm64] dts: mediatek: mt8183-pico6: Fix bluetooth node
+    - Bluetooth: HCI: Fix potential null-ptr-deref
+    - Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout
+      (CVE-2024-27399)
+    - net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs
+    - rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation
+    - [x86] hwmon: (corsair-cpro) Use a separate buffer for sending commands
+    - [x86] hwmon: (corsair-cpro) Use complete_all() instead of complete() in
+      ccp_raw_event()
+    - [x86] hwmon: (corsair-cpro) Protect ccp->wait_input_report with a spinlock
+    - phonet: fix rtm_phonet_notify() skb allocation
+    - netlink: specs: Add missing bridge linkinfo attrs
+    - nfc: nci: Fix kcov check in nci_rx_work()
+    - net: bridge: fix corrupted ethernet header on multicast-to-unicast
+    - ipv6: Fix potential uninit-value access in __ip6_make_skb()
+    - rxrpc: Fix the names of the fields in the ACK trailer struct
+    - rxrpc: Fix congestion control algorithm
+    - rxrpc: Only transmit one ACK per jumbo packet received
+    - dt-bindings: net: mediatek: remove wrongly added clocks and SerDes
+    - ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()
+    - net-sysfs: convert dev->operstate reads to lockless ones
+    - hsr: Simplify code for announcing HSR nodes timer setup
+    - ipv6: annotate data-races around cnf.disable_ipv6
+    - ipv6: prevent NULL dereference in ip6_output()
+    - net/smc: fix neighbour and rtable leak in smc_ib_find_route()
+    - [arm64] net: hns3: using user configure after hardware reset
+    - [arm64] net: hns3: direct return when receive a unknown mailbox message
+    - [arm64] net: hns3: change type of numa_node_mask as nodemask_t
+    - [arm64] net: hns3: release PTP resources if pf initialization failed
+    - [arm64] net: hns3: use appropriate barrier function after setting a bit
+      value
+    - [arm64] net: hns3: fix port vlan filter not disabled issue
+    - [arm64] net: hns3: fix kernel crash when devlink reload during
+      initialization
+    - [arm64,armhf] net: dsa: mv88e6xxx: add phylink_get_caps for the
+      mv88e6320/21 family
+    - [arm64] drm/meson: dw-hdmi: power up phy on device init
+    - [arm64] drm/meson: dw-hdmi: add bandgap setting for g12
+    - drm/connector: Add \n to message about demoting connector force-probes
+    - dm/amd/pm: Fix problems with reboot/shutdown for some SMU 13.0.4/13.0.11
+      users
+    - gpiolib: cdev: Fix use after free in lineinfo_changed_notify
+    - gpiolib: cdev: fix uninitialised kfifo
+    - drm/amd/display: Atom Integrated System Info v2_2 for DCN35
+    - drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible (Closes: #1071263)
+    - drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2
+    - firewire: nosy: ensure user_length is taken into account when fetching
+      packet contents (CVE-2024-27401)
+    - Reapply "drm/qxl: simplify qxl_fence_wait"
+    - usb: typec: ucsi: Check for notifications after init
+    - usb: typec: ucsi: Fix connector check on init
+    - usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed
+      device
+    - usb: ohci: Prevent missed ohci interrupts
+    - USB: core: Fix access violation during port device removal
+    - usb: gadget: composite: fix OS descriptors w_value logic
+    - usb: gadget: uvc: use correct buffer size when parsing configfs lists
+    - usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete
+    - usb: gadget: f_fs: Fix a race condition when processing setup packets.
+    - usb: xhci-plat: Don't include xhci.h
+    - usb: dwc3: core: Prevent phy suspend during init
+    - usb: typec: tcpm: clear pd_event queue in PORT_RESET
+    - usb: typec: tcpm: unregister existing source caps before re-registration
+    - usb: typec: tcpm: Check for port partner validity before consuming it
+    - ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU
+    - ALSA: hda/realtek: Fix conflicting PCI SSID 17aa:386f for Lenovo Legion
+      models
+    - firewire: ohci: fulfill timestamp for some local asynchronous transaction
+    - mm/slub: avoid zeroing outside-object freepointer for single free
+    - btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()
+    - btrfs: set correct ram_bytes when splitting ordered extent
+    - btrfs: qgroup: do not check qgroup inherit if qgroup is disabled
+    - btrfs: make sure that WRITTEN is set on all metadata blocks
+      (CVE-2024-35949)
+    - maple_tree: fix mas_empty_area_rev() null pointer dereference
+    - mm/slab: make __free(kfree) accept error pointers
+    - mptcp: ensure snd_nxt is properly initialized on connect
+    - mptcp: only allow set existing scheduler for net.mptcp.scheduler
+    - workqueue: Fix selection of wake_cpu in kick_pool()
+    - dt-bindings: iio: health: maxim,max30102: fix compatible check
+    - iio:imu: adis16475: Fix sync mode setting
+    - iio: pressure: Fixes BME280 SPI driver data
+    - iio: pressure: Fixes SPI support for BMP3xx devices
+    - iio: accel: mxc4005: Interrupt handling fixes
+    - iio: accel: mxc4005: Reset chip on probe() and resume()
+    - e1000e: change usleep_range to udelay in PHY mdic access
+    - net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL access
+    - net: bcmgenet: synchronize use of bcmgenet_set_rx_mode()
+    - net: bcmgenet: synchronize UMAC_CMD access
+    - [armhf] ASoC: ti: davinci-mcasp: Fix race condition during probe
+    - dyndbg: fix old BUG_ON in >control parser (CVE-2024-35947)
+    - [armhf] clk: samsung: Revert "clk: Use device_get_match_data()"
+    - clk: sunxi-ng: common: Support minimum and maximum rate
+    - clk: sunxi-ng: a64: Set minimum and maximum rate for PLL-MIPI
+    - mei: me: add lunar lake point M DID
+    - drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor()
+    - Revert "drm/nouveau/firmware: Fix SG_DEBUG error with
+      nvkm_firmware_ctor()"
+    - drm/ttm: Print the memory decryption status just once
+    - drm/vmwgfx: Fix Legacy Display Unit
+    - drm/vmwgfx: Fix invalid reads in fence signaled events
+    - drm/imagination: Ensure PVR_MIPS_PT_PAGE_COUNT is never zero
+    - drm/amd/display: Fix idle optimization checks for multi-display and dual
+      eDP
+    - drm/nouveau/gsp: Use the sg allocator for level 2 of radix3
+    - [x86] drm/i915/audio: Fix audio time stamp programming for DP
+    - [x86] drm/i915/gt: Automate CCS Mode setting during engine resets
+    - [x86] drm/i915/bios: Fix parsing backlight BDB data
+    - drm/amd/display: Handle Y carry-over in VCP X.Y calculation
+    - drm/amd/display: Fix incorrect DSC instance for MST
+    - [arm64] dts: qcom: sa8155p-adp: fix SDHC2 CD pin configuration
+    - [arm64] iommu/arm-smmu: Use the correct type in
+      nvidia_smmu_context_fault()
+    - net: fix out-of-bounds access in ops_init
+    - hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us
+    - misc/pvpanic-pci: register attributes via pci_driver
+    - [x86] apic: Don't access the APIC when disabling x2APIC
+    - mm: use memalloc_nofs_save() in page_cache_ra_order()
+    - mm/userfaultfd: reset ptes when close() for wr-protected ones
+    - [amd64] iommu/amd: Enhance def_domain_type to handle untrusted device
+    - fs/proc/task_mmu: fix loss of young/dirty bits during pagemap scan
+    - fs/proc/task_mmu: fix uffd-wp confusion in pagemap_scan_pmd_entry()
+    - nvme-pci: Add quirk for broken MSIs
+    - regulator: core: fix debugfs creation regression
+    - spi: microchip-core-qspi: fix setting spi bus clock rate
+    - ksmbd: off ipv6only for both ipv4/ipv6 binding
+    - ksmbd: avoid to send duplicate lease break notifications
+    - ksmbd: do not grant v2 lease if parent lease key and epoch are not set
+    - tracefs: Reset permissions on remount if permissions are options
+    - tracefs: Still use mount point as default permissions for instances
+    - eventfs: Do not treat events directory different than other directories
+    - Bluetooth: qca: fix invalid device address check
+    - Bluetooth: qca: fix wcn3991 device address check
+    - Bluetooth: qca: add missing firmware sanity checks
+    - Bluetooth: qca: fix NVM configuration parsing
+    - Bluetooth: qca: generalise device address check
+    - Bluetooth: qca: fix info leak when fetching board id
+    - Bluetooth: qca: fix info leak when fetching fw build id
+    - Bluetooth: qca: fix firmware check error path
+    - VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist (CVE-2024-21823)
+    - dmaengine: idxd: add a new security check to deal with a hardware erratum
+      (CVE-2024-21823)
+    - dmaengine: idxd: add a write() method for applications to submit work
+      (CVE-2024-21823)
+    - keys: Fix overwrite of key expiration on instantiation
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8.11
+    - drm/amd/display: Fix division by zero in setup_dsc_config
+    - net: ks8851: Fix another TX stall caused by wrong ISR flag handling
+    - ice: pass VSI pointer into ice_vc_isvalid_q_id
+    - ice: remove unnecessary duplicate checks for VF VSI ID
+    - Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()
+      (CVE-2024-36013)
+    - Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()
+    - KEYS: trusted: Fix memory leak in tpm2_key_encode()
+    - erofs: get rid of erofs_fs_context
+    - erofs: reliably distinguish block based and fscache mode
+    - [arm*] binder: fix max_thread type inconsistency
+    - usb: dwc3: Wait unconditionally after issuing EndXfer command
+    - net: usb: ax88179_178a: fix link status when link is set to down/up
+    - usb: typec: ucsi: displayport: Fix potential deadlock
+    - usb: typec: tipd: fix event checking for tps25750
+    - usb: typec: tipd: fix event checking for tps6598x
+    - serial: kgdboc: Fix NMI-safety problems from keyboard reset code
+    - remoteproc: mediatek: Make sure IPI buffer fits in L2TCM
+    - KEYS: trusted: Do not use WARN when encode fails
+    - admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET
+    - docs: kernel_include.py: Cope with docutils 0.21
+    - Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS filter
+      matching sysfs file
+    - block: add a disk_has_partscan helper
+    - block: add a partscan sysfs attribute for disks
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 26 May 2024 07:52:48 +0200
+
+linux (6.8.9-1) unstable; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_6.8
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8.1
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8.2
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8.3
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8.4
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8.5
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8.6
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8.7
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8.8
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8.9
+
+  [ Diederik de Haas ]
+  * d/templates/main.control.in: Add python3-dacite as linux-support Depends
+  * [armhf] Improve Tegra Chromebook support (Closes: #1061680)
+    - [armhf] drivers/net/wireless/marvell/mwifiex: Enable MWIFIEX and
+      MWIFIEX_SDIO as modules
+    - [armhf] drivers/power/supply: Enable CHARGER_BQ24735 as module
+    - [armhf] drivers/hwmon: Enable SENSORS_LM90 as module
+    - [armhf] drivers/media/cec/platform: Enable CEC_TEGRA as module
+  * drivers/thermal: Enable THERMAL_NETLINK
+  * [amd64] drivers/tee/amdtee: Enable AMDTEE as module
+  * [amd64] drivers/platform/x86/amd/pmf: Enable AMD_PMF as module
+    (Closes: #1063161)
+  * Update to 6.8.8:
+    - Drop patches applied upstream:
+      - "Partially revert 'MIPS: Add -Werror to arch/mips/Kbuild'"
+      - "platform/x86: p2sb: On Goldmont only cache P2SB and SPI devfn BAR"
+      - "driver core: Emit reason for pending deferred probe"
+      - "x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is set"
+      - "Documentation/hw-vuln: Add documentation for RFDS"
+      - "x86/rfds: Mitigate Register File Data Sampling (RFDS)"
+      - "KVM/x86: Export RFDS_NO and RFDS_CLEAR to guests"
+    - Refresh patches:
+      - Adjust context in "Tweak gitignore for Debian pkg-kernel using git"
+      - Adjust context in "Documentation: Drop sphinx version check"
+      - Adjust context in "firmware: Remove redundant log messages from drivers"
+      - Adjust context in "yama: Disable by default"
+      - Adjust context in "btrfs: warn about RAID5/6 being experimental at
+        mount time"
+      - Adjust context in "x86: Make x32 syscall support conditional on a
+        kernel parameter"
+      - Adjust context in "efi: Lock down the kernel if booted in secure boot
+        mode"
+      - Adjust context in "Export symbols needed by Android drivers"
+  * d/copyright: Exclude 'action-ebpf' as that's a binary blob
+  * d/installer/modules: Remove modules removed from upstream kernel
+  * d/config: Update with the help of kconfigeditor2:
+    - crypto: Remove CRYPTO_CFB and CRYPTO_OFB
+    - drivers/gpu/drm: Remove DRM_LEGACY
+    - drivers/md: Remove MD_FAULTY, MD_LINEAR and MD_MULTIPATH
+    - [alpha,hppa,mips.malta,powerpc,x86] drivers/net/wireless/atmel:
+      Remove ATMEL, PCI_ATMEL and PCMCIA_ATMEL
+    - drivers/net/wireless/cisco: Remove WLAN_VENDOR_CISCO and AIRO
+    - [alpha,hppa,powerpc,x86] drivers/net/wireless/cisco: Remove AIRO_CS
+    - drivers/net/wireless/intersil/hostap: Remove HOSTAP, HOSTAP_FIRMWARE,
+      HOSTAP_FIRMWARE_NVRAM, HOSTAP_PLX, HOSTAP_PCI and HOSTAP_CS
+    - drivers/net/wireless/intersil/orinoco: Remove HERMES_PRISM,
+      HERMES_CACHE_FW_ON_INIT, NORTEL_HERMES, PCMCIA_SPECTRUM and ORINOCO_USB
+    - [alpha,hppa,mips.malta,powerpc,x86] drivers/net/wireless/intersil/orinoco:
+      Remove HERMES, APPLE_AIRPORT, PLX_HERMES, TMD_HERMES, PCI_HERMES,
+      PCMCIA_HERMES
+    - drivers/net/wireless/legacy: Remove USB_NET_RNDIS_WLAN
+    - [alpha,hppa,powerpc,x86] drivers/net/wireless/legacy:
+      Remove PCMCIA_RAYCS and PCMCIA_WL3501
+    - drivers/net/wireless/marvell/libertas: Remove LIBERTAS_CS
+    - [alpha,hppa,mips.malta,powerpc,x86] drivers/net/wireless/zydas:
+      Remove USB_ZD1201
+    - drivers/video/fbdev: Remove FB_INTEL_DEBUG FB_INTEL_I2C
+    - [armhf,arm64] drivers/video/fbdev: Remove FB_ARMCLCD
+    - [cloud,x86] drivers/video/fbdev: Remove FB_CARILLO_RANCH and FB_LE80578
+    - [x86] drivers/video/fbdev: Remove FB_INTEL
+    - fs/fscache: Change FSCACHE to `y`
+    - mm: Remove SLAB_DEPRECATED and SLUB
+    - net/bpfilter: Remove BPFILTER
+  * [rt] Update to 6.8.2-rt11
+  * [rt] Drop patches applied in 6.8.6:
+    - "printk: For @suppress_panic_printk check for other CPU in panic"
+    - "panic: Flush kernel log buffer at the end"
+    - "dump_stack: Do not get cpu_sync for panic CPU"
+  * [arm64] net/rfkill: Enable RFKILL_GPIO as module
+  * [arm64] Further improve support for SolidRun HoneyComb (Closes: #1065611):
+    - [arm64] drivers/hwmon/pmbus: Enable PMBUS, SENSORS_PMBUS and
+      SENSORS_LTC2978 as modules
+    - [arm64] drivers/nvmem: Enable NVMEM_LAYERSCAPE_SFP as module
+    - [arm64] drivers/rtc: Enable RTC_DRV_FSL_FTM_ALARM as module
+    - [arm64] drivers/soc/fsl: Enable FSL_RCPM
+  * d/templates: Change firmware-linux-free from Recommends to Suggests
+
+  [ Vincent Blut ]
+  * [arm64] Improve support for SolidRun Honeycomb Workstation:
+    - drivers/pci/controller/mobiveil: Enable PCIE_LAYERSCAPE_GEN4
+      (Closes: #1061116)
+    - drivers/phy/freescale: Enable PHY_FSL_LYNX_28G as module
+      (Closes: #1061117)
+  * sound/virtio: Enable SND_VIRTIO as module (Closes: #1059089)
+
+  [ Salvatore Bonaccorso ]
+  * drivers/tty: Disable N_GSM
+  * tipc: fix UAF in error path
+  * tipc: fix a possible memleak in tipc_buf_append
+
+  [ Ben Hutchings ]
+  - d/salsa-ci.yml: Restore Python static checks on scripts
+  * linux-doc: Add python3-yaml to Build-Depends, required from 6.8
+  * udeb: Move crc8 to crc-modules to avoid duplication
+
+  [ Stuart Hayhurst ]
+  * sound: Enable TAS2781 Smart Amp modules
+
+  [ Eric Mackay ]
+  * [arm64] Dynamically allocate cpumasks and increase supported CPUs to 512
+
+  [ Uwe Kleine-König ]
+  * [arm64,armhf] Enable SND_SOC_WM8804_I2C for the hifiberry-digi raspberry
+    hat.
+
+ -- Ben Hutchings <benh@debian.org>  Thu, 16 May 2024 01:42:10 +0200
+
+linux (6.7.12-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7.10
+    - [arm64] dmaengine: fsl-edma: utilize common dt-binding header file
+    - [arm64] dmaengine: fsl-edma: correct max_segment_size setting
+    - xfrm: Clear low order bits of ->flowi4_tos in decode_session4().
+    - xfrm: Pass UDP encapsulation in TX packet offload
+    - net: lan78xx: fix runtime PM count underflow on link stop
+    - ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able
+    - i40e: disable NAPI right after disabling irqs when handling xsk_pool
+    - ice: reorder disabling IRQ and NAPI in ice_qp_dis
+    - ice: replace ice_vf_recreate_vsi() with ice_vf_reconfig_vsi()
+    - ice: reconfig host after changing MSI-X on VF
+    - Revert "net/mlx5: Block entering switchdev mode with ns inconsistency"
+    - Revert "net/mlx5e: Check the number of elements before walk TC rhashtable"
+    - net/mlx5: E-switch, Change flow rule destination checking
+    - net/mlx5: Fix fw reporter diagnose output
+    - net/mlx5: Check capability for fw_reset
+    - net/mlx5e: Change the warning when ignore_flow_level is not supported
+    - net/mlx5e: Fix MACsec state loss upon state update in offload path
+    - net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking
+      occurs after populating the metadata_map
+    - net/mlx5e: Switch to using _bh variant of of spinlock API in port
+      timestamping NAPI poll context
+    - tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string
+    - geneve: make sure to pull inner header in geneve_rx()
+    - idpf: disable local BH when scheduling napi for marker packets
+    - ice: virtchnl: stop pretending to support RSS over AQ or registers
+    - net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()
+    - ice: fix uninitialized dplls mutex usage
+    - igc: avoid returning frame twice in XDP_REDIRECT
+    - net/ipv6: avoid possible UAF in ip6_route_mpath_notify()
+    - bpf: check bpf_func_state->callback_depth when pruning states
+    - xdp, bonding: Fix feature flags when there are no slave devs anymore
+    - cpumap: Zero-initialise xdp_rxq_info struct before running XDP program
+    - net/rds: fix WARNING in rds_conn_connect_if_down
+    - netfilter: nft_ct: fix l3num expectations with inet pseudo family
+    - netfilter: nf_conntrack_h323: Add protection for bmp length out of range
+    - erofs: apply proper VMA alignment for memory mapped files on THP
+    - netrom: Fix a data-race around sysctl_netrom_default_path_quality
+    - netrom: Fix a data-race around
+      sysctl_netrom_obsolescence_count_initialiser
+    - netrom: Fix data-races around sysctl_netrom_network_ttl_initialiser
+    - netrom: Fix a data-race around sysctl_netrom_transport_timeout
+    - netrom: Fix a data-race around sysctl_netrom_transport_maximum_tries
+    - netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delay
+    - netrom: Fix a data-race around sysctl_netrom_transport_busy_delay
+    - netrom: Fix a data-race around
+      sysctl_netrom_transport_requested_window_size
+    - netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeout
+    - netrom: Fix a data-race around sysctl_netrom_routing_control
+    - netrom: Fix a data-race around sysctl_netrom_link_fails_count
+    - netrom: Fix data-races around sysctl_net_busy_read
+    - net: pds_core: Fix possible double free in error handling path
+    - readahead: avoid multiple marked readahead pages
+    - [armel,armhf] 9328/1: mm: try VMA lock-based page fault handling first
+    - [armel,armhf] arch/arm/mm: fix major fault accounting when retrying under
+      per-VMA lock
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7.11
+    - io_uring/unix: drop usage of io_uring socket
+    - io_uring: drop any code related to SCM_RIGHTS
+    - [arm64] soc: qcom: pmic_glink_altmode: fix drm bridge use-after-free
+    - media: rkisp1: Fix IRQ handling due to shared interrupts
+    - HID: logitech-hidpp: Do not flood kernel log
+    - [x86] ASoC: cs42l43: Handle error from devm_pm_runtime_enable
+    - wifi: iwlwifi: mvm: use correct address 3 in A-MSDU
+    - perf/arm-cmn: Workaround AmpereOneX errata AC04_MESH_1 (incorrect child
+      count)
+    - ASoC: rt5645: Make LattePanda board DMI match more precise
+    - spi: intel-pci: Add support for Lunar Lake-M SPI serial flash
+    - regmap: kunit: Ensure that changed bytes are actually different
+    - [x86] ASoC: amd: yc: Fix non-functional mic on Lenovo 82UU
+    - [x86] xen: Add some null pointer checking to smp.c
+    - [mips*] Clear Cause.BD in instruction_pointer_set
+    - ceph: always queue a writeback when revoking the Fb caps
+    - ceph: add ceph_cap_unlink_work to fire check_caps() immediately
+    - HID: multitouch: Add required quirk for Synaptics 0xcddc device
+    - [x86] ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system
+      suspend
+    - ALSA: hda/realtek: cs35l41: Add internal speaker support for ASUS UM3402
+      with missing DSD
+    - gen_compile_commands: fix invalid escape sequence warning
+    - [arm64] sve: Lower the maximum allocation for the SVE ptrace regset
+    - soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input prompt
+    - arm64: dts: rockchip: mark system power controller on rk3588-evb1
+    - RDMA/mlx5: Fix fortify source warning while accessing Eth segment
+    - RDMA/mlx5: Relax DEVX access upon modify commands
+    - [arm*] dts: rockchip: Drop interrupts property from pwm-rockchip nodes
+    - bpf: Fix warning for bpf_cpumask in verifier
+    - [riscv64] dts: sifive: add missing #interrupt-cells to pmic
+    - [x86] mm: Move is_vsyscall_vaddr() into asm/vsyscall.h
+    - [x86] mm: Disallow vsyscall page read for copy_from_kernel_nofault()
+    - net/iucv: fix the allocation size of iucv_path_table array
+    - block: sed-opal: handle empty atoms when parsing response
+    - cxl/region: Handle endpoint decoders in cxl_region_find_decoder()
+    - cxl/region: Allow out of order assembly of autodiscovered regions
+    - perf: CXL: fix CPMU filter value mask length
+    - [x86] platform/x86: x86-android-tablets: Fix acer_b1_750_goodix_gpios name
+    - dm-verity, dm-crypt: align "struct bvec_iter" correctly
+    - [arm*] dts: Fix dtc interrupt_provider warnings
+    - [arm64] dts: Fix dtc interrupt_provider warnings
+    - [arm*] dts: Fix dtc interrupt_map warnings
+    - [arm64] dts: qcom: Fix interrupt-map cell sizes
+    - [arm*] dts: renesas: rcar-gen2: Add missing #interrupt-cells to DA9063
+      nodes
+    - drm/amd/display: fix input states translation error for dcn35 & dcn351
+    - regulator: max5970: Fix regulator child node name
+    - wifi: iwlwifi: mvm: ensure offloading TID queue exists
+    - wifi: iwlwifi: mvm: fix the TXF mapping for BZ devices
+    - btrfs: zoned: don't skip block group profile checks on conventional zones
+    - btrfs: fix data races when accessing the reserved amount of block reserves
+    - btrfs: fix data race at btrfs_use_block_rsv() when accessing block reserve
+    - spi: cadence-qspi: put runtime in runtime PM hooks names
+    - spi: cadence-qspi: add system-wide suspend and resume callbacks
+    - net: smsc95xx: add support for SYS TEC USB-SPEmodule1
+    - wifi: mac80211: only call drv_sta_rc_update for uploaded stations
+    - drm/ttm/tests: depend on UML || COMPILE_TEST
+    - [x86] ASoC: amd: yc: Add Lenovo ThinkBook 21J0 into DMI quirk table
+    - scsi: mpt3sas: Prevent sending diag_reset when the controller is ready
+    - ALSA: hda/realtek - ALC285 reduce pop noise from Headphone port
+    - drm/amdgpu: Enable gpu reset for S3 abort cases on Raven series
+    - drm/buddy: check range allocation matches alignment
+    - [x86] ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2
+    - Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security
+      (CVE-2024-22099)
+    - Bluetooth: mgmt: Fix limited discoverable off timeout
+    - firewire: core: use long bus reset on gap count error
+    - [riscv64] perf: RISCV: Fix panic on pmu overflow handler
+    - [arm64] tegra: Set the correct PHY mode for MGBE
+    - [x86] ASoC: Intel: bytcr_rt5640: Add an extra entry for the Chuwi Vi8
+      tablet
+    - [x86] hyperv: Allow 15-bit APIC IDs for VTL platforms
+    - ALSA: hda/realtek: Add quirks for Lenovo Thinkbook 16P laptops
+    - ALSA: hda: cs35l41: Overwrite CS35L41 configuration for ASUS UM5302LA
+    - [x86] ASoC: amd: yc: Add HP Pavilion Aero Laptop 13-be2xxx(8BD6) into DMI
+      quirk table
+    - xfrm: fix xfrm child route lookup for packet offload
+    - xfrm: set skb control buffer based on packet offload as well
+    - Input: gpio_keys_polled - suppress deferred probe error for gpio
+    - ASoC: wm8962: Enable oscillator if selecting WM8962_FLL_OSC
+    - ASoC: wm8962: Enable both SPKOUTR_ENA and SPKOUTL_ENA in mono mode
+    - ASoC: wm8962: Fix up incorrect error message in wm8962_set_fll
+    - do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak
+    - workqueue.c: Increase workqueue name length
+    - workqueue: Move pwq->max_active to wq->max_active
+    - workqueue: Factor out pwq_is_empty()
+    - workqueue: Replace pwq_activate_inactive_work() with
+      [__]pwq_activate_work()
+    - workqueue: Move nr_active handling into helpers
+    - workqueue: Make wq_adjust_max_active() round-robin pwqs while activating
+    - workqueue: RCU protect wq->dfl_pwq and implement accessors for it
+    - workqueue: Introduce struct wq_node_nr_active
+    - workqueue: Implement system-wide nr_active enforcement for unbound
+      workqueues
+    - workqueue: Don't call cpumask_test_cpu() with -1 CPU in
+      wq_update_node_max_active()
+    - iomap: clear the per-folio dirty bits on all writeback failures
+    - fs: Fix rw_hint validation
+    - io_uring: remove looping around handling traditional task_work
+    - io_uring: remove unconditional looping in local task_work handling
+    - [s390x] dasd: Use dev_*() for device log messages
+    - [s390x] dasd: fix double module refcount decrement
+    - md: fix kmemleak of rdev->serial
+    - rcu/exp: Fix RCU expedited parallel grace period kworker allocation
+      failure recovery
+    - rcu/exp: Handle RCU expedited grace period kworker allocation failure
+    - nbd: null check for nla_nest_start
+    - fs/select: rework stack allocation hack for clang
+    - block: fix deadlock between bd_link_disk_holder and partition scan
+    - md: Don't clear MD_CLOSING when the raid is about to stop
+    - ovl: Always reject mounting over case-insensitive directories
+    - kunit: test: Log the correct filter string in executor_test
+    - lib/cmdline: Fix an invalid format specifier in an assertion msg
+    - lib: memcpy_kunit: Fix an invalid format specifier in an assertion msg
+    - time: test: Fix incorrect format specifier
+    - rtc: test: Fix invalid format specifier.
+    - net: test: Fix printf format specifier in skb_segment kunit test
+    - md: remove flag RemoveSynchronized
+    - md/raid1: remove rcu protection to access rdev from conf
+    - md/raid1: factor out helpers to add rdev to conf
+    - md/raid1: record nonrot rdevs while adding/removing rdevs to conf
+    - md/raid1: fix choose next idle in read_balance()
+    - io_uring/net: unify how recvmsg and sendmsg copy in the msghdr
+    - io_uring/net: move receive multishot out of the generic msghdr path
+    - io_uring/net: fix overflow check in io_recvmsg_mshot_prep()
+    - aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts
+    - [x86] mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type
+    - [x86] resctrl: Remove hard-coded memory bandwidth limit
+    - [x86] resctrl: Read supported bandwidth sources from CPUID
+    - [x86] resctrl: Implement new mba_MBps throttling heuristic
+    - [x86] sme: Fix memory encryption setting if enabled by default and not
+      overridden
+    - timekeeping: Fix cross-timestamp interpolation on counter wrap
+    - timekeeping: Fix cross-timestamp interpolation corner case decision
+    - timekeeping: Fix cross-timestamp interpolation for non-x86
+    - sched/fair: Take the scheduling domain into account in select_idle_smt()
+    - sched/fair: Take the scheduling domain into account in select_idle_core()
+    - wifi: ath10k: fix NULL pointer dereference in
+      ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev() (CVE-2023-7042)
+    - wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabled
+    - wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabled
+    - wifi: b43: Stop correct queue in DMA worker when QoS is disabled
+    - wifi: b43: Disable QoS for bcm4331
+    - wifi: wilc1000: fix declarations ordering
+    - wifi: wilc1000: fix RCU usage in connect path
+    - wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work
+    - wifi: wilc1000: do not realloc workqueue everytime an interface is added
+    - wifi: wilc1000: fix multi-vif management when deleting a vif
+    - wifi: mwifiex: debugfs: Drop unnecessary error check for
+      debugfs_create_dir()
+    - [arm*] dts: renesas: r8a73a4: Fix external clocks and clock rate
+    - [arm64] dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain
+    - [arm64] dts: qcom: sc8180x: Fix up big CPU idle state entry latency
+    - [arm64] dts: qcom: sc8180x: Add missing CPU off state
+    - [arm64] dts: qcom: sc8180x: Fix eDP PHY power-domains
+    - [arm64] dts: qcom: sc8180x: Don't hold MDP core clock at FMAX
+    - [arm64] dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if DISPCC is on
+    - [arm64] dts: qcom: sc8180x: Shrink aoss_qmp register space size
+    - cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return value
+    - cpufreq: mediatek-hw: Wait for CPU supplies before probing
+    - sock_diag: annotate data-races around sock_diag_handlers[family]
+    - inet_diag: annotate data-races around inet_diag_table[]
+    - bpftool: Silence build warning about calloc()
+    - libbpf: Apply map_set_def_max_entries() for inner_maps on creation
+    - wifi: ath12k: Fix issues in channel list update
+    - wifi: mac80211: use deflink and fix typo in link ID check
+    - wifi: iwlwifi: change link id in time event to s8
+    - af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().
+    - [arm64] dts: qcom: sm8450: Add missing interconnects to serial
+    - [arm64] soc: qcom: socinfo: rename PM2250 to PM4125
+    - [arm64] dts: qcom: sdm845-oneplus-common: improve DAI node naming
+    - cpufreq: mediatek-hw: Don't error out if supply is not found
+    - libbpf: Fix faccessat() usage on Android
+    - pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl
+    - [arm64] dts: qcom: sa8540p: Drop gfx.lvl as power-domain for gpucc
+    - [arm64] dts: renesas: r8a779g0: Restore sort order
+    - [arm64] dts: renesas: r8a779g0: Add missing SCIF_CLK2
+    - [arm64] dts: imx8mm-kontron: Disable pullups for I2C signals on OSM-S
+      i.MX8MM
+    - [arm64] dts: imx8mm-kontron: Disable pullups for I2C signals on SL/BL
+      i.MX8MM
+    - [arm64] dts: imx8mm-kontron: Disable pullups for onboard UART signals on
+      BL OSM-S board
+    - [arm64] dts: imx8mm-kontron: Disable pullups for onboard UART signals on
+      BL board
+    - [arm64] dts: imx8mm-kontron: Disable pull resistors for SD card signals on
+      BL OSM-S board
+    - [arm64] dts: imx8mm-kontron: Disable pull resistors for SD card signals on
+      BL board
+    - [arm64] dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S i.MX8MM module
+    - [arm64] dts: imx8qm: Align edma3 power-domains resources indentation
+    - [arm64] dts: imx8qm: Correct edma3 power-domains and interrupt numbers
+    - libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API
+    - wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is complete
+    - wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE before
+      WMI_PEER_ASSOC_CMDID
+    - wifi: ath12k: Update Qualcomm Innovation Center, Inc. copyrights
+    - wifi: ath12k: fix fetching MCBC flag for QCN9274
+    - wifi: iwlwifi: mvm: report beacon protection failures
+    - wifi: iwlwifi: dbg-tlv: ensure NUL termination
+    - wifi: iwlwifi: acpi: fix WPFC reading
+    - wifi: iwlwifi: mvm: initialize rates in FW earlier
+    - wifi: iwlwifi: fix EWRD table validity check
+    - wifi: iwlwifi: mvm: d3: fix IPN byte order
+    - wifi: iwlwifi: always have 'uats_enabled'
+    - wifi: iwlwifi: mvm: fix the TLC command after ADD_STA
+    - wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU
+    - gpio: vf610: allow disabling the vf610 driver
+    - [arm64] dts: imx8mm-venice-gw71xx: fix USB OTG VBUS
+    - pwm: atmel-hlcdc: Fix clock imbalance related to suspend support
+    - net: blackhole_dev: fix build warning for ethh set but not used
+    - [arm64] dts: ti: k3-am62p5-sk: Enable CPSW MDIO node
+    - [arm64] dts: ti: k3-j721s2: Fix power domain for VTM node
+    - [arm64] dts: ti: k3-j784s4: Fix power domain for VTM node
+    - wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use
+    - wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer()
+    - [arm64] dts: ti: k3-am69-sk: remove assigned-clock-parents for unused VP
+    - [arm64] dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup R5FSS nodes
+    - libbpf: Use OPTS_SET() macro in bpf_xdp_query()
+    - wifi: wfx: fix memory leak when starting AP
+    - [arm64] dts: qcom: qcm2290: declare VLS CLAMP register for USB3 PHY
+    - [arm64] dts: qcom: sm6115: declare VLS CLAMP register for USB3 PHY
+    - wifi: ath12k: fix incorrect logic of calculating vdev_stats_id
+    - printk: nbcon: Relocate 32bit seq macros
+    - printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()
+    - printk: Wait for all reserved records with pr_flush()
+    - printk: Add this_cpu_in_panic()
+    - printk: ringbuffer: Cleanup reader terminology
+    - printk: ringbuffer: Skip non-finalized records in panic
+    - printk: Disable passing console lock owner completely during panic()
+    - pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan
+    - tools/resolve_btfids: Refactor set sorting with types from btf_ids.h
+    - tools/resolve_btfids: Fix cross-compilation to non-host endianness
+    - wifi: iwlwifi: support EHT for WH
+    - wifi: iwlwifi: properly check if link is active
+    - wifi: iwlwifi: mvm: fix erroneous queue index mask
+    - wifi: iwlwifi: mvm: don't set the MFP flag for the GTK
+    - wifi: iwlwifi: mvm: don't set replay counters to 0xff
+    - [s390x] pai: fix attr_event_free upper limit for pai device drivers
+    - [s390x] vdso: drop '-fPIC' from LDFLAGS
+    - ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()
+    - [arm64] dts: mt8183: Move CrosEC base detection node to kukui-based DTs
+    - [arm64] dts: mediatek: mt7986: fix reference to PWM in fan node
+    - [arm64] dts: mediatek: mt7986: drop crypto's unneeded/invalid clock name
+    - [arm64] dts: mediatek: mt7986: fix SPI bus width properties
+    - [arm64] dts: mediatek: mt7986: fix SPI nodename
+    - [arm64] dts: mediatek: mt7986: drop "#clock-cells" from PWM
+    - [arm64] dts: mediatek: mt7986: add "#reset-cells" to infracfg
+    - [arm64] dts: mediatek: mt8192-asurada: Remove CrosEC base detection node
+    - [arm64] dts: mediatek: mt8192: fix vencoder clock name
+    - [arm64] dts: mediatek: mt8186: fix VENC power domain clocks
+    - [arm64] dts: mediatek: mt7622: add missing "device_type" to memory nodes
+    - can: m_can: Start/Cancel polling timer together with interrupts
+    - wifi: iwlwifi: mvm: Fix the listener MAC filter flags
+    - bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly
+    - [arm64] dts: qcom: sdm845: Use the Low Power Island CX/MX for SLPI
+    - [arm64] soc: qcom: llcc: Check return value on Broadcast_OR reg read
+    - [arm*] dts: qcom: msm8974: correct qfprom node size
+    - [arm64] dts: mediatek: mt8186: Add missing clocks to ssusb power domains
+    - [arm64] dts: mediatek: mt8186: Add missing xhci clock to usb controllers
+    - [arm64] dts: ti: am65x: Fix dtbs_install for Rocktech OLDI overlay
+    - cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency
+    - wifi: wilc1000: prevent use-after-free on vif when cleaning up all
+      interfaces
+    - [arm64] dts: ti: k3-am62-main: disable usb lpm
+    - ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit()
+    - bus: tegra-aconnect: Update dependency to ARCH_TEGRA
+    - [amd64] iommu/amd: Mark interrupt as managed
+    - wifi: brcmsmac: avoid function pointer casts
+    - [arm64] dts: qcom: sdm845-db845c: correct PCIe wake-gpios
+    - [arm64] dts: qcom: sm8150: use 'gpios' suffix for PCI GPIOs
+    - [arm64] dts: qcom: sm8150: correct PCIe wake-gpios
+    - powercap: dtpm_cpu: Fix error check against freq_qos_add_request()
+    - net: ena: Remove ena_select_queue
+    - [arm64] dts: ti: k3-j7200-common-proc-board: Modify Pinmux for wkup_uart0
+      and mcu_uart0
+    - [arm64] dts: ti: k3-j7200-common-proc-board: Remove clock-frequency from
+      mcu_uart0
+    - [arm64] dts: ti: k3-j721s2-common-proc-board: Remove Pinmux for CTS and
+      RTS in wkup_uart0
+    - [arm64] dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS in
+      wkup_uart0
+    - [arm64] dts: ti: k3-am64: Enable SDHCI nodes at the board level
+    - [arm64] dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC
+    - [arm64] dts: mt8195-cherry-tomato: change watchdog reset boot flow
+    - [arm64] dts: ti: Add common1 register space for AM65x SoC
+    - [arm64] dts: ti: Add common1 register space for AM62x SoC
+    - [arm64] firmware: arm_scmi: Fix double free in SMC transport cleanup path
+    - [arm64] dts: ti: k3-am62p: Fix memory ranges for DMSS
+    - wifi: wilc1000: revert reset line logic flip
+    - memory: tegra: Correct DLA client names
+    - wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band
+    - wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz band
+    - wifi: mt76: mt7925: fix mcu query command fail
+    - wifi: mt76: mt7925: fix wmm queue mapping
+    - wifi: mt76: connac: add beacon protection support for mt7996
+    - wifi: mt76: mt7925: fix WoW failed in encrypted mode
+    - wifi: mt76: mt7925: fix the wrong header translation config
+    - wifi: mt76: mt7925: add flow to avoid chip bt function fail
+    - wifi: mt76: mt7925: add support to set ifs time by mcu command
+    - wifi: mt76: mt7925: update PCIe DMA settings
+    - wifi: mt76: mt7996: check txs format before getting skb by pid
+    - wifi: mt76: mt7996: fix TWT issues
+    - wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps
+    - wifi: mt76: mt7996: fix HE beamformer phy cap for station vif
+    - wifi: mt76: mt7996: fix efuse reading issue
+    - wifi: mt76: mt7996: fix HIF_TXD_V2_1 value
+    - wifi: mt76: mt792x: fix ethtool warning
+    - wifi: mt76: mt7921e: fix use-after-free in free_irq()
+    - wifi: mt76: mt7925e: fix use-after-free in free_irq()
+    - wifi: mt76: mt7921: fix incorrect type conversion for CLC command
+    - wifi: mt76: mt792x: fix a potential loading failure of the 6Ghz channel
+      config from ACPI
+    - wifi: mt76: fix the issue of missing txpwr settings from ch153 to ch177
+    - [arm64] dts: renesas: rzg2l: Add missing interrupts to IRQC nodes
+    - [arm64] dts: renesas: r8a779a0: Correct avb[01] reg sizes
+    - [arm64] dts: renesas: r8a779g0: Correct avb[01] reg sizes
+    - net: mctp: copy skb ext data when fragmenting
+    - pstore: inode: Convert mutex usage to guard(mutex)
+    - pstore: inode: Only d_invalidate() is needed
+    - [arm64] dts: allwinner: h6: Add RX DMA channel for SPDIF
+    - [arm64] dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul i.MX8M Plus
+      eDM SBC
+    - [arm64] dts: imx8mp-evk: Fix hdmi@3d node
+    - regulator: userspace-consumer: add module device table
+    - gpiolib: Pass consumer device through to core in
+      devm_fwnode_gpiod_get_index()
+    - [arm64] dts: marvell: reorder crypto interrupts on Armada SoCs
+    - ACPI: resource: Add Infinity laptops to irq1_edge_low_force_override
+    - ACPI: resource: Do IRQ override on Lunnen Ground laptops
+    - ACPI: resource: Add MAIBENBEN X577 to irq1_edge_low_force_override
+    - ACPI: scan: Fix device check notification handling
+    - [arm64] dts: rockchip: add missing interrupt-names for rk356x vdpu
+    - [arm64] dts: rockchip: fix reset-names for rk356x i2s2 controller
+    - [arm64] dts: rockchip: drop rockchip,trcm-sync-tx-only from rk3588 i2s
+    - objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks
+    - [x86] relocs: Ignore relocations in .notes section (CVE-2024-26816)
+    - SUNRPC: fix a memleak in gss_import_v2_context
+    - SUNRPC: fix some memleaks in gssx_dec_option_array
+    - [arm64] dts: qcom: sm8550: Fix SPMI channels size
+    - mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the
+      .remove function
+    - ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors
+    - wifi: rtw88: 8821cu: Fix firmware upload fail
+    - wifi: rtw88: 8821c: Fix beacon loss and disconnect
+    - wifi: rtw88: 8821c: Fix false alarm count
+    - wifi: brcm80211: handle pmk_op allocation failure
+    - PCI: Make pci_dev_is_disconnected() helper public for other drivers
+    - [amd4] iommu/vt-d: Don't issue ATS Invalidation request when device is
+      disconnected
+    - igc: Fix missing time sync events
+    - igb: Fix missing time sync events
+    - ice: fix stats being updated by way too large values
+    - Bluetooth: Remove HCI_POWER_OFF_TIMEOUT
+    - Bluetooth: mgmt: Remove leftover queuing of power_off work
+    - Bluetooth: Remove superfluous call to hci_conn_check_pending()
+    - Bluetooth: Remove BT_HS
+    - Bluetooth: hci_event: Fix not indicating new connection for BIG Sync
+    - Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with gpiod_get_optional()
+    - Bluetooth: hci_core: Cancel request on command timeout
+    - Bluetooth: hci_sync: Fix overwriting request callback
+    - Bluetooth: hci_h5: Add ability to allocate memory for private data
+    - Bluetooth: btrtl: fix out of bounds memory access
+    - Bluetooth: hci_core: Fix possible buffer overflow
+    - Bluetooth: msft: Fix memory leak
+    - Bluetooth: btusb: Fix memory leak
+    - Bluetooth: af_bluetooth: Fix deadlock
+    - Bluetooth: fix use-after-free in accessing skb after sending it
+    - sr9800: Add check for usbnet_get_endpoints (CVE-2024-26651)
+    - [s390x] cache: prevent rebuild of shared_cpu_list
+    - bpf: Fix DEVMAP_HASH overflow check on 32-bit arches
+    - bpf: Fix hashtab overflow check on 32-bit arches
+    - bpf: Fix stackmap overflow check on 32-bit arches
+    - net: dsa: microchip: make sure drive strength configuration is not lost by
+      soft reset
+    - dpll: spec: use proper enum for pin capabilities attribute
+    - ipv6: fib6_rules: flush route cache when rule is changed
+    - net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()
+    - net: phy: fix phy_get_internal_delay accessing an empty array
+    - dpll: fix dpll_xa_ref_*_del() for multiple registrations
+    - [arm64] net: hns3: fix wrong judgment condition issue
+    - [arm64] net: hns3: fix kernel crash when 1588 is received on HIP08 devices
+    - [arm64] net: hns3: fix port duplex configure error in IMP reset
+    - Bluetooth: Fix eir name length
+    - net: phy: dp83822: Fix RGMII TX delay configuration
+    - erofs: fix handling kern_mount() failure
+    - erofs: fix lockdep false positives on initializing erofs_pseudo_mnt
+    - OPP: debugfs: Fix warning around icc_get_name()
+    - tcp: fix incorrect parameter validation in the do_tcp_getsockopt()
+      function
+    - ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt()
+      function
+    - l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt()
+      function
+    - udp: fix incorrect parameter validation in the udp_lib_getsockopt()
+      function
+    - net: kcm: fix incorrect parameter validation in the kcm_getsockopt)
+      function
+    - devlink: Fix length of eswitch inline-mode
+    - nfp: flower: handle acti_netdevs allocation failure
+    - bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()
+    - dm raid: fix false positive for requeue needed during reshape
+    - dm: call the resume method on internal suspend
+    - [arm64] drm/tegra: dsi: Add missing check for of_find_device_by_node
+    - [arm64] drm/tegra: dpaux: Fix PM disable depth imbalance in
+      tegra_dpaux_probe
+    - [arm64] drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()
+    - [arm64] drm/tegra: dsi: Fix missing pm_runtime_disable() in the error
+      handling path of tegra_dsi_probe()
+    - [arm64] drm/tegra: hdmi: Fix some error handling paths in
+      tegra_hdmi_probe()
+    - [arm64] drm/tegra: rgb: Fix some error handling paths in
+      tegra_dc_rgb_probe()
+    - [arm64] drm/tegra: rgb: Fix missing clk_put() in the error handling paths
+      of tegra_dc_rgb_probe()
+    - [arm64] drm/tegra: output: Fix missing i2c_put_adapter() in the error
+      handling paths of tegra_output_probe()
+    - drm/rockchip: inno_hdmi: Fix video timing
+    - drm: Don't treat 0 as -1 in drm_fixp2int_ceil
+    - drm/vkms: Avoid reading beyond LUT array
+    - drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node
+    - drm/panel-edp: use put_sync in unprepare
+    - drm/lima: fix a memleak in lima_heap_alloc
+    - [x86] ASoC: amd: acp: Add missing error handling in sof-mach
+    - [x86] ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe()
+    - dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA
+    - media: tc358743: register v4l2 async device only after successful setup
+    - media: cadence: csi2rx: use match fwnode for media link
+    - PCI/DPC: Print all TLP Prefixes, not just the first
+    - perf record: Fix possible incorrect free in record__switch_output()
+    - perf top: Uniform the event name for the hybrid machine
+    - perf record: Check conflict between '--timestamp-filename' option and pipe
+      mode before recording
+    - [x86] HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd
+    - drm/amd/display: Fix a potential buffer overflow in
+      'dp_dsc_clock_en_read()'
+    - perf pmu: Treat the msr pmu as software
+    - ALSA: hda: cs35l41: Set Channel Index correctly when system is missing
+      _DSD
+    - drm/amd/display: Fix potential NULL pointer dereferences in
+      'dcn10_set_output_transfer_func()'
+    - drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created MOBs
+    - pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin group/function
+    - clk: samsung: exynos850: Propagate SPI IPCLK rate change
+    - media: v4l2: cci: print leading 0 on error
+    - perf evsel: Fix duplicate initialization of data->id in
+      evsel__parse_sample()
+    - perf bpf: Clean up the generated/copied vmlinux.h
+    - clk: meson: Add missing clocks to axg_clk_regmaps
+    - media: em28xx: annotate unchecked call to media_device_register()
+    - media: v4l2-tpg: fix some memleaks in tpg_alloc
+    - media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity
+    - mtd: spinand: esmt: Extend IDs to 5 bytes
+    - media: edia: dvbdev: fix a use-after-free
+    - pinctrl: mediatek: Drop bogus slew rate register range for MT8186
+    - pinctrl: mediatek: Drop bogus slew rate register range for MT8192
+    - drm/amdgpu: Fix potential out-of-bounds access in
+      'amdgpu_discovery_reg_base_init()'
+    - clk: qcom: reset: Commonize the de/assert functions
+    - clk: qcom: reset: Ensure write completion on reset de/assertion
+    - quota: Fix potential NULL pointer dereference
+    - quota: Fix rcu annotations of inode dquot pointers
+    - quota: Properly annotate i_dquot arrays with __rcu
+    - PCI/P2PDMA: Fix a sleeping issue in a RCU read section
+    - PCI: switchtec: Fix an error handling path in switchtec_pci_probe()
+    - crypto: xilinx - call finalize with bh disabled
+    - drivers/ps3: select VIDEO to provide cmdline functions
+    - perf thread_map: Free strlist on normal path in
+      thread_map__new_by_tid_str()
+    - perf srcline: Add missed addr2line closes
+    - dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible
+    - [arm64] drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN
+    - [arm64] drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is
+      enabled
+    - drm/radeon/ni: Fix wrong firmware size logging in ni_init_microcode()
+    - drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini()
+    - clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks
+    - clk: renesas: r8a779f0: Correct PFC/GPIO parent clock
+    - clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status configuration for SD1
+      mux
+    - ALSA: seq: fix function cast warnings
+    - perf expr: Fix "has_event" function for metric style events
+    - perf stat: Avoid metric-only segv
+    - perf metric: Don't remove scale from counts
+    - [arm64] ASoC: meson: aiu: fix function pointer type mismatch
+    - [arm64] ASoC: meson: t9015: fix function pointer type mismatch
+    - [powerpc*] Force inlining of arch_vmap_p{u/m}d_supported()
+    - [x86] ASoC: SOF: Add some bounds checking to firmware data
+    - drm: ci: use clk_ignore_unused for apq8016
+    - NTB: fix possible name leak in ntb_register_device()
+    - media: cedrus: h265: Fix configuring bitstream size
+    - media: sun8i-di: Fix coefficient writes
+    - media: sun8i-di: Fix power on/off sequences
+    - media: sun8i-di: Fix chroma difference threshold
+    - media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak
+    - media: go7007: add check of return value of go7007_read_addr()
+    - media: pvrusb2: remove redundant NULL check
+    - media: pvrusb2: fix pvr2_stream_callback casts
+    - clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times
+    - drm/amd/display: Add 'replay' NULL check in
+      'edp_set_replay_allow_active()'
+    - drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first
+    - [arm64] drm/msm/dpu: use devres-managed allocation for MDP TOP
+    - [arm64] drm/msm/dpu: use devres-managed allocation for HW blocks
+    - [arm64] drm/msm/dpu: finalise global state object
+    - PCI: Mark 3ware-9650SE Root Port Extended Tags as broken
+    - drm/bridge: adv7511: fix crash on irq during probe
+    - pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm
+    - clk: hisilicon: hi3519: Release the correct number of gates in
+      hi3519_clk_unregister()
+    - clk: hisilicon: hi3559a: Fix an erroneous devm_kfree()
+    - drm/tegra: put drm_gem_object ref on error in tegra_fb_create
+    - media: ivsc: csi: Swap SINK and SOURCE pads
+    - media: i2c: imx290: Fix IMX920 typo
+    - mfd: syscon: Call of_node_put() only when of_parse_phandle() takes a ref
+    - mfd: altera-sysmgr: Call of_node_put() only when of_parse_phandle() takes
+      a ref
+    - perf print-events: make is_event_supported() more robust
+    - [amd64] crypto: ccp - Avoid discarding errors in
+      psp_send_platform_access_msg()
+    - [x86] crypto: qat - remove unused macros in qat_comp_alg.c
+    - [x86] crypto: qat - removed unused macro in adf_cnv_dbgfs.c
+    - [x86] crypto: qat - avoid division by zero
+    - [x86] crypto: qat - remove double initialization of value
+    - [x86] crypto: qat - relocate and rename get_service_enabled()
+    - [x86] crypto: qat - fix ring to service map for dcc in 4xxx
+    - crypto: jitter - fix CRYPTO_JITTERENTROPY help text
+    - drm/tidss: Fix initial plane zpos values
+    - drm/tidss: Fix sync-lost issue with two displays
+    - clk: imx: imx8mp: Fix SAI_MCLK_SEL definition
+    - mtd: maps: physmap-core: fix flash size larger than 32-bit
+    - mtd: rawnand: lpc32xx_mlc: fix irq handler prototype
+    - ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs
+    - ASoC: meson: axg-tdm-interface: add frame rate constraint
+    - drm/msm/a7xx: Fix LLC typo
+    - perf pmu: Fix a potential memory leak in perf_pmu__lookup()
+    - HID: amd_sfh: Update HPD sensor structure elements
+    - HID: amd_sfh: Avoid disabling the interrupt
+    - drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()
+    - media: pvrusb2: fix uaf in pvr2_context_set_notify
+    - media: dvb-frontends: avoid stack overflow warnings with clang
+    - media: go7007: fix a memleak in go7007_load_encoder
+    - media: ttpci: fix two memleaks in budget_av_attach
+    - media: mediatek: vcodec: avoid -Wcast-function-type-strict warning
+    - arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with Clang
+    - drm/amd/pm: Fix esm reg mask use to get pcie speed
+    - gpio: nomadik: fix offset bug in nmk_pmx_set()
+    - drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flip
+    - mfd: cs42l43: Fix wrong register defaults
+    - [powerpc*] 32: fix ADB_CUDA kconfig warning
+    - [powerpc*] pseries: Fix potential memleak in papr_get_attr()
+    - [powerpc*] hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value
+      checks
+    - clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of 'gcc_gmac0_sys_clk'
+    - clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of 'gcc_pcie1_pipe_clk'
+    - clk: qcom: gcc-ipq5018: fix register offset for GCC_UBI0_AXI_ARES reset
+    - [arm64] drm/msm/dpu: add division of drm_display_mode's hskew parameter
+    - modules: wait do_free_init correctly
+    - mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults
+    - power: supply: mm8013: fix "not charging" detection
+    - [powerpc*] embedded6xx: Fix no previous prototype for avr_uart_send() etc.
+    - leds: aw2013: Unlock mutex before destroying it
+    - leds: sgm3140: Add missing timer cleanup and flash gpio control
+    - backlight: ktz8866: Correct the check for of_property_read_u32
+    - backlight: lm3630a: Initialize backlight_properties on init
+    - backlight: lm3630a: Don't set bl->props.brightness in get_brightness
+    - backlight: da9052: Fully initialize backlight_properties during probe
+    - backlight: lm3639: Fully initialize backlight_properties during probe
+    - backlight: lp8788: Fully initialize backlight_properties during probe
+    - clk: Fix clk_core_get NULL dereference
+    - clk: zynq: Prevent null pointer dereference caused by kmalloc failure
+    - PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling
+    - smb: do not test the return value of folio_start_writeback()
+    - cifs: Don't use certain unnecessary folio_*() functions
+    - cifs: Fix writeback data corruption
+    - ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops
+    - ALSA: hda/tas2781: use dev_dbg in system_resume
+    - ALSA: hda/tas2781: add lock to system_suspend
+    - ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend
+    - ALSA: hda/tas2781: add ptrs to calibration functions
+    - ALSA: hda/tas2781: do not call pm_runtime_force_* in system_resume/suspend
+    - ALSA: hda/tas2781: configure the amp after firmware load
+    - ALSA: hda/tas2781: restore power state after system_resume
+    - ALSA: usb-audio: Stop parsing channels bits when all channels are found.
+    - scsi: hisi_sas: Fix a deadlock issue related to automatic dump
+    - RDMA/irdma: Remove duplicate assignment
+    - RDMA/srpt: Do not register event handler until srpt device is fully setup
+    - f2fs: compress: fix to guarantee persisting compressed blocks by CP
+    - f2fs: compress: fix to cover normal cluster write with cp_rwsem
+    - f2fs: compress: fix to check unreleased compressed cluster
+    - f2fs: delete obsolete FI_FIRST_BLOCK_WRITTEN
+    - f2fs: delete obsolete FI_DROP_CACHE
+    - f2fs: introduce get_dnode_addr() to clean up codes
+    - f2fs: update blkaddr in __set_data_blkaddr() for cleanup
+    - f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnode
+    - f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic
+    - f2fs: zone: fix to wait completion of last bio in zone correctly
+    - f2fs: fix NULL pointer dereference in f2fs_submit_page_write()
+    - f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_sem
+    - f2fs: fix to avoid potential panic during recovery
+    - scsi: csiostor: Avoid function pointer casts
+    - i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling
+    - [arm64] RDMA/hns: Fix mis-modifying default congestion control algorithm
+    - RDMA/device: Fix a race between mad_client and cm_client init
+    - RDMA/rtrs-clt: Check strnlen return len in sysfs mpath_policy_store()
+    - scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn
+    - f2fs: fix to create selinux label during whiteout initialization
+    - f2fs: compress: fix to check zstd compress level correctly in mount option
+    - net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()
+    - NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102
+    - NFSv4.2: fix listxattr maximum XDR buffer size
+    - f2fs: compress: fix to check compress flag w/ .i_sem lock
+    - f2fs: check number of blocks in a current section
+    - watchdog: starfive: Check pm_runtime_enabled() before decrementing usage
+      counter
+    - watchdog: stm32_iwdg: initialize default timeout
+    - f2fs: fix to use correct segment type in f2fs_allocate_data_block()
+    - f2fs: ro: compress: fix to avoid caching unaligned extent
+    - RDMA/mana_ib: Fix bug in creation of dma regions
+    - Input: iqs7222 - add support for IQS7222D v1.1 and v1.2
+    - NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt
+    - NFS: Fix an off by one in root_nfs_cat()
+    - NFSv4.1/pnfs: fix NFS with TLS in pnfs
+    - f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocks
+    - f2fs: compress: fix reserve_cblocks counting error when out of space
+    - f2fs: introduce f2fs_invalidate_internal_cache() for cleanup
+    - f2fs: fix to truncate meta inode pages forcely
+    - f2fs: zone: fix to remove pow2 check condition for zoned block device
+    - [x86] perf/x86/amd/core: Avoid register reset when CPU is dead
+    - afs: Revert "afs: Hide silly-rename files from userspace"
+    - nfs: fix panic when nfs4_ff_layout_prepare_ds() fails
+    - io_uring/net: correct the type of variable
+    - bcachefs: Fix build on parisc by avoiding __multi3()
+    - bcachefs: install fd later to avoid race with close
+    - bcachefs: check for failure to downgrade
+    - bcachefs: fix simulateously upgrading & downgrading
+    - bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btree
+    - comedi: comedi_8255: Correct error in subdevice initialization
+    - comedi: comedi_test: Prevent timers rescheduling during deletion
+    - mei: gsc_proxy: match component when GSC is on different bus
+    - remoteproc: stm32: Fix incorrect type in assignment for va
+    - remoteproc: stm32: Fix incorrect type assignment returned by
+      stm32_rproc_get_loaded_rsc_tablef
+    - iio: pressure: mprls0025pa fix off-by-one enum
+    - usb: phy: generic: Get the vbus supply
+    - tty: vt: fix 20 vs 0x20 typo in EScsiignore
+    - serial: max310x: fix syntax error in IRQ error message
+    - tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT
+    - [arm64] dts: broadcom: bcmbca: bcm4908: drop invalid switch cells
+    - coresight: Fix issue where a source device's helpers aren't disabled
+    - coresight: etm4x: Set skip_power_up in etm4_init_arch_data function
+    - kconfig: fix infinite loop when expanding a macro at the end of file
+    - iio: gts-helper: Fix division loop
+    - bus: mhi: ep: check the correct variable in mhi_ep_register_controller()
+    - hwtracing: hisi_ptt: Move type check to the beginning of
+      hisi_ptt_pmu_event_init()
+    - rtc: mt6397: select IRQ_DOMAIN instead of depending on it
+    - serial: 8250_exar: Don't remove GPIO device on suspend
+    - staging: greybus: fix get_channel_from_mode() failure path
+    - usb: gadget: net2272: Use irqflags in the call to net2272_probe_fin
+    - char: xilinx_hwicap: Fix NULL vs IS_ERR() bug
+    - [x86] hyperv: Use per cpu initial stack for vtl context
+    - thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in an error
+      handling path
+    - thermal/drivers/qoriq: Fix getting tmu range
+    - io_uring: don't save/restore iowait state
+    - spi: lpspi: Avoid potential use-after-free in probe()
+    - ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates
+    - nouveau: reset the bo resource bus info after an eviction
+    - tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()
+    - rds: tcp: Fix use-after-free of net in reqsk_timer_handler().
+    - [s390x] vtime: fix average steal time calculation
+    - net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check (CVE-2024-26815)
+    - devlink: Move private netlink flags to C file
+    - devlink: Acquire device lock during netns dismantle
+    - devlink: Enable the use of private flags in post_doit operations
+    - devlink: Allow taking device lock in pre_doit operations
+    - devlink: Fix devlink parallel commands processing
+    - [riscv64] Only check online cpus for emulated accesses
+    - soc: fsl: dpio: fix kcalloc() argument order
+    - cpufreq: Fix per-policy boost behavior on SoCs using
+      cpufreq_boost_set_sw()
+    - io_uring: Fix release of pinned pages when __io_uaddr_map fails
+    - tcp: Fix refcnt handling in __inet_hash_connect().
+    - vmxnet3: Fix missing reserved tailroom
+    - hsr: Fix uninit-value access in hsr_get_node()
+    - net: txgbe: fix clk_name exceed MAX_DEV_ID limits
+    - nvme: fix reconnection fail due to reserved tag allocation
+    - net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is up
+    - net: ethernet: mtk_eth_soc: fix PPE hanging issue
+    - io_uring: fix poll_remove stalled req completion
+    - xen/evtchn: avoid WARN() when unbinding an event channel
+    - xen/events: increment refcnt only if event channel is refcounted
+    - packet: annotate data-races around ignore_outgoing
+    - xfrm: Allow UDP encapsulation only in offload modes
+    - net: veth: do not manipulate GRO when using XDP
+    - net: dsa: mt7530: prevent possible incorrect XTAL frequency selection
+    - spi: spi-imx: fix off-by-one in mx51 CPU mode burst length
+    - drm: Fix drm_fixp2int_round() making it add 0.5
+    - vdpa_sim: reset must not run
+    - vdpa/mlx5: Allow CVQ size changes
+    - virtio: packed: fix unmap leak for indirect desc table
+    - wireguard: receive: annotate data-race around receiving_counter.counter
+    - rds: introduce acquire/release ordering in acquire/release_in_xmit()
+    - hsr: Handle failures in module init
+    - ipv4: raw: Fix sending packets from raw sockets via IPsec tunnels
+    - nouveau/gsp: don't check devinit disable on GSP.
+    - ceph: stop copying to iter at EOF on sync reads
+    - net: phy: fix phy_read_poll_timeout argument type in genphy_loopback
+    - dm-integrity: fix a memory leak when rechecking the data
+    - net/bnx2x: Prevent access to a freed page in page_pool
+    - devlink: fix port new reply cmd type
+    - drm/amdgpu: add MMHUB 3.3.1 support
+    - drm/amdgpu: fix mmhub client id out-of-bounds access
+    - drm/amdgpu: drop setting buffer funcs in sdma442
+    - netfilter: nft_set_pipapo: release elements in clone only from destroy
+      path
+    - netfilter: nf_tables: do not compare internal table flags on updates
+    - rcu: add a helper to report consolidated flavor QS
+    - net: report RCU QS on threaded NAPI repolling
+    - bpf: report RCU QS in cpumap kthread
+    - net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports
+    - net: dsa: mt7530: fix handling of all link-local frames
+    - netfilter: nf_tables: Fix a memory leak in nf_tables_updchain
+    - spi: spi-mt65xx: Fix NULL pointer access in interrupt handler
+    - dm io: Support IO priority
+    - dm-integrity: align the outgoing bio in integrity_recheck
+    - [x86] efistub: Clear decompressor BSS in native EFI entrypoint
+    - [x86] efistub: Don't clear BSS twice in mixed mode
+    - printk: Adjust mapping for 32bit seq macros
+    - printk: Use prb_first_seq() as base for 32bit seq macros
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7.12
+    - [x86] KVM: x86: Advertise CPUID.(EAX=7,ECX=2):EDX[5:0] to userspace
+    - [x86] KVM: x86: Use a switch statement and macros in __feature_translate()
+    - drm/vmwgfx: Unmap the surface before resetting it on a plane state
+    - wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach
+    - wifi: brcmfmac: avoid invalid list operation when vendor attach fails
+    - media: staging: ipu3-imgu: Set fields before media_entity_pads_init()
+    - [arm64] dts: qcom: sc7280: Add additional MSI interrupts
+    - [arm64] remoteproc: virtio: Fix wdg cannot recovery remote processor
+    - [arm64] clk: qcom: gcc-sdm845: Add soft dependency on rpmhpd
+    - drm/vmwgfx: Fix possible null pointer derefence with invalid contexts
+    - [arm64] dts: qcom: sm8450-hdk: correct AMIC4 and AMIC5 microphones
+    - serial: max310x: fix NULL pointer dereference in I2C instantiation
+    - drm/vmwgfx: Fix the lifetime of the bo cursor memory
+    - pci_iounmap(): Fix MMIO mapping leak
+    - media: xc4000: Fix atomicity violation in xc4000_get_frequency
+    - media: mc: Add local pad to pipeline regardless of the link state
+    - media: mc: Fix flags handling when creating pad links
+    - media: nxp: imx8-isi: Check whether crossbar pad is non-NULL before access
+    - media: mc: Add num_links flag to media_pad
+    - media: mc: Rename pad variable to clarify intent
+    - media: mc: Expand MUST_CONNECT flag to always require an enabled link
+    - media: nxp: imx8-isi: Mark all crossbar sink pads as MUST_CONNECT
+    - md: use RCU lock to protect traversal in md_spares_need_change()
+    - KVM: Always flush async #PF workqueue when vCPU is being destroyed
+    - [arm64] dts: qcom: sm8550-qrd: correct WCD9385 TX port mapping
+    - [arm64] dts: qcom: sm8550-mtp: correct WCD9385 TX port mapping
+    - cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf()
+    - [x86] thermal/intel: Fix intel_tcc_get_temp() to support negative CPU
+      temperature
+    - [x86] powercap: intel_rapl: Fix a NULL pointer dereference
+    - [x86] powercap: intel_rapl: Fix locking in TPMI RAPL
+    - [x86] powercap: intel_rapl_tpmi: Fix a register bug
+    - [x86] powercap: intel_rapl_tpmi: Fix System Domain probing
+    - [powerpc*] smp: Adjust nr_cpu_ids to cover all threads of a core
+    - [powerpc*] smp: Increase nr_cpu_ids to include the boot CPU
+    - [x86] crypto: qat - change SLAs cleanup flow at shutdown
+    - [x86] crypto: qat - resolve race condition during AER recovery
+    - ext4: correct best extent lstart adjustment logic
+    - block: Clear zone limits for a non-zoned stacked queue
+    - bounds: support non-power-of-two CONFIG_NR_CPUS
+    - fat: fix uninitialized field in nostale filehandles
+    - fuse: fix VM_MAYSHARE and direct_io_allow_mmap
+    - mfd: twl: Select MFD_CORE
+    - ubifs: Set page uptodate in the correct place
+    - ubi: Check for too small LEB size in VTBL code
+    - ubi: correct the calculation of fastmap size
+    - mtd: rawnand: meson: fix scrambling mode value in command macro
+    - md/md-bitmap: fix incorrect usage for sb_index
+    - [x86] nmi: Fix the inverse "in NMI handler" check
+    - md/raid5: fix atomicity violation in raid5_cache_count
+    - iio: adc: rockchip_saradc: fix bitmask for channels on SARADCv2
+    - iio: adc: rockchip_saradc: use mask for write_enable bitfield
+    - docs: Restore "smart quotes" for quotes
+    - cpufreq: Limit resolving a frequency to policy min/max
+    - PM: suspend: Set mem_sleep_current during kernel command line setup
+    - vfio/pds: Always clear the save/restore FDs on reset
+    - clk: qcom: gcc-ipq5018: fix terminating of frequency table arrays
+    - clk: qcom: gcc-ipq6018: fix terminating of frequency table arrays
+    - clk: qcom: gcc-ipq8074: fix terminating of frequency table arrays
+    - clk: qcom: gcc-ipq9574: fix terminating of frequency table arrays
+    - clk: qcom: mmcc-apq8084: fix terminating of frequency table arrays
+    - clk: qcom: mmcc-msm8974: fix terminating of frequency table arrays
+    - usb: xhci: Add error handling in xhci_map_urb_for_dma
+    - [powerpc*] fsl: Fix mfpmr build errors with newer binutils
+    - USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB
+    - USB: serial: add device ID for VeriFone adapter
+    - USB: serial: cp210x: add ID for MGP Instruments PDS100
+    - wifi: mac80211: track capability/opmode NSS separately
+    - USB: serial: option: add MeiG Smart SLM320 product
+    - [x86] KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled
+    - USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M
+    - PM: sleep: wakeirq: fix wake irq warning in system suspend
+    - mmc: tmio: avoid concurrent runs of mmc_request_done()
+    - fuse: replace remaining make_bad_inode() with fuse_make_bad()
+    - fuse: fix root lookup with nonzero generation
+    - fuse: don't unhash root
+    - usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros
+    - usb: dwc3-am62: fix module unload/reload behavior
+    - usb: dwc3-am62: Disable wakeup at remove
+    - serial: core: only stop transmit when HW fifo is empty
+    - serial: Lock console when calling into driver before registration
+    - btrfs: qgroup: always free reserved space for extent records
+    - btrfs: fix off-by-one chunk length calculation at
+      contains_pending_extent()
+    - wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU
+    - PCI/PM: Drain runtime-idle callbacks before driver removal
+    - PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports
+    - md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resume
+    - md: export helpers to stop sync_thread
+    - md: export helper md_is_rdwr()
+    - md: add a new helper reshape_interrupted()
+    - dm-raid: really frozen sync_thread during suspend
+    - md/dm-raid: don't call md_reap_sync_thread() directly
+    - dm-raid: add a new helper prepare_suspend() in md_personality
+    - dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent
+      with reshape
+    - dm-raid: fix lockdep waring in "pers->hot_add_disk"
+    - [powerpc*] xor_vmx: Add '-mhard-float' to CFLAGS
+    - block: Fix page refcounts for unaligned buffers in __bio_release_pages()
+    - mac802154: fix llsec key resources release in mac802154_llsec_key_del
+    - mm: swap: fix race between free_swap_and_cache() and swapoff()
+    - mmc: core: Fix switch on gp3 partition
+    - Bluetooth: btnxpuart: Fix btnxpuart_close
+    - leds: trigger: netdev: Fix kernel panic on interface rename trig notify
+    - [arm64] drm/etnaviv: Restore some id values
+    - landlock: Warn once if a Landlock action is requested while disabled
+    - io_uring: fix mshot read defer taskrun cqe posting
+    - hwmon: (amc6821) add of_match table
+    - io_uring: fix io_queue_proc modifying req->flags
+    - ext4: fix corruption during on-line resize
+    - nvmem: meson-efuse: fix function pointer type mismatch
+    - slimbus: core: Remove usage of the deprecated ida_simple_xx() API
+    - phy: tegra: xusb: Add API to retrieve the port number of phy
+    - usb: gadget: tegra-xudc: Fix USB3 PHY retrieval logic
+    - speakup: Fix 8bit characters from direct synth
+    - debugfs: fix wait/cancellation handling during remove
+    - PCI/AER: Block runtime suspend when handling errors
+    - io_uring/net: correctly handle multishot recvmsg retry setup
+    - io_uring: fix mshot io-wq checks
+    - PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p
+    - nfs: fix UAF in direct writes
+    - NFS: Read unlock folio on nfs_page_create_from_folio() error
+    - kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1
+    - PCI: qcom: Enable BDF to SID translation properly
+    - PCI: dwc: endpoint: Fix advertised resizable BAR size
+    - PCI: hv: Fix ring buffer size calculation
+    - smb: client: stop revalidating reparse points unnecessarily
+    - cifs: prevent updating file size from server if we have a read/write lease
+    - cifs: allow changing password during remount
+    - thermal/drivers/mediatek: Fix control buffer enablement on MT7896
+    - vfio/pci: Disable auto-enable of exclusive INTx IRQ (CVE-2024-27437)
+    - vfio/pci: Lock external INTx masking ops (CVE-2024-26810)
+    - vfio/platform: Disable virqfds on cleanup
+    - [x86] i915: make inject_virtual_interrupt() void
+    - eventfd: simplify eventfd_signal()
+    - vfio/platform: Create persistent IRQ handlers (CVE-2024-26813)
+    - vfio/fsl-mc: Block calling interrupt handler without trigger
+      (CVE-2024-26814)
+    - tpm,tpm_tis: Avoid warning splat at shutdown
+    - ksmbd: replace generic_fillattr with vfs_getattr
+    - ksmbd: retrieve number of blocks using vfs_getattr in
+      set_file_allocation_info
+    - [x86] platform/x86/intel/tpmi: Change vsec offset to u64
+    - io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry
+    - io_uring: clean rings on NO_MMAP alloc fail
+    - ring-buffer: Fix waking up ring buffer readers
+    - ring-buffer: Do not set shortest_full when full target is hit
+    - ring-buffer: Fix resetting of shortest_full
+    - ring-buffer: Fix full_waiters_pending in poll
+    - ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()
+    - dlm: fix user space lkb refcounting
+    - soc: fsl: qbman: Always disable interrupts when taking cgr_lock
+    - soc: fsl: qbman: Use raw spinlock for cgr_lock
+    - [s390x] zcrypt: fix reference counting on zcrypt card objects
+    - drm/probe-helper: warn about negative .get_modes()
+    - drm/panel: do not return negative error codes from drm_panel_get_modes()
+    - drm/imx/ipuv3: do not return negative values from .get_modes()
+    - [arm64] drm/vc4: hdmi: do not return negative values from .get_modes()
+    - [riscv64] clocksource/drivers/timer-riscv: Clear timer interrupt on timer
+      initialization
+    - memtest: use {READ,WRITE}_ONCE in memory scanning
+    - Revert "block/mq-deadline: use correct way to throttling write requests"
+    - f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flag
+    - f2fs: truncate page cache before clearing flags when aborting atomic write
+    - nilfs2: fix failure to detect DAT corruption in btree and direct mappings
+    - nilfs2: prevent kernel bug at submit_bh_wbc()
+    - cifs: make sure server interfaces are requested only for SMB3+
+    - cifs: delete unnecessary NULL checks in cifs_chan_update_iface()
+    - cifs: make cifs_chan_update_iface() a void function
+    - cifs: reduce warning log level for server not advertising interfaces
+    - cifs: open_cached_dir(): add FILE_READ_EA to desired access
+    - mtd: rawnand: Fix and simplify again the continuous read derivations
+    - mtd: rawnand: Add a helper for calculating a page index
+    - mtd: rawnand: Ensure all continuous terms are always in sync
+    - mtd: rawnand: Constrain even more when continuous reads are enabled
+    - cpufreq: dt: always allocate zeroed cpumask
+    - io_uring/futex: always remove futex entry for cancel all
+    - io_uring/waitid: always remove waitid entry for cancel all
+    - [amd64] x86/CPU/AMD: Update the Zenbleed microcode revisions
+    - ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()
+    - net: esp: fix bad handling of pages from page_pool
+    - NFSD: Fix nfsd_clid_class use of __string_len() macro
+    - [x86] drm/i915: Add missing ; to __assign_str() macros in tracepoint code
+    - [arm64] net: hns3: tracing: fix hclgevf trace event strings
+    - cxl/trace: Properly initialize cxl_poison region name
+    - ksmbd: fix potencial out-of-bounds when buffer offset is invalid
+    - virtio: Define feature bit for administration virtqueue
+    - virtio: reenable config if freezing device failed
+    - wireguard: netlink: check for dangling peer via is_dead instead of empty
+      list
+    - wireguard: netlink: access device through ctx instead of peer
+    - wireguard: selftests: set RISCV_ISA_FALLBACK on riscv{32,64}
+    - ahci: asm1064: correct count of reported ports
+    - ahci: asm1064: asm1166: don't limit reported ports
+    - drm/amd/display: Change default size for dummy plane in DML2
+    - drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag
+    - drm/amdgpu/pm: Fix NULL pointer dereference when get power limit
+    - drm/amdgpu/pm: Check the validity of overdiver power limit
+    - drm/amd/display: Add ODM check during pipe split/merge validation
+    - drm/amd/display: Override min required DCFCLK in dml1_validate
+    - drm/amd/display: Allow dirty rects to be sent to dmub when abm is active
+    - drm/amd/display: Add dml2 copy functions
+    - drm/amd/display: Init DPPCLK from SMU on dcn32
+    - drm/amd/display: Update odm when ODM combine is changed on an otg master
+      pipe with no plane
+    - drm/amd/display: Fix idle check for shared firmware state
+    - drm/amd/display: Return the correct HDCP error code
+    - drm/amd/display: Fix noise issue on HDMI AV mute
+    - dm snapshot: fix lockup in dm_exception_table_exit
+    - [x86] pm: Work around false positive kmemleak report in
+      msr_build_context()
+    - wifi: brcmfmac: add per-vendor feature detection callback
+    - wifi: brcmfmac: cfg80211: Use WSEC to set SAE password
+    - wifi: brcmfmac: Demote vendor-specific attach/detach messages to info
+    - drm/ttm: Make sure the mapped tt pages are decrypted when needed
+    - vfio: Introduce interface to flush virqfd inject workqueue
+    - vfio/pci: Create persistent INTx handler (CVE-2024-26812)
+    - drm/bridge: add ->edid_read hook and drm_bridge_edid_read()
+    - drm/bridge: lt8912b: use drm_bridge_edid_read()
+    - drm/bridge: lt8912b: clear the EDID property on failures
+    - drm/bridge: lt8912b: do not return negative values from .get_modes()
+    - workqueue: Shorten events_freezable_power_efficient name
+    - drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ`
+      found
+    - netfilter: nf_tables: mark set as dead when unbinding anonymous set with
+      timeout (CVE-2024-26643)
+    - netfilter: nf_tables: disallow anonymous set with timeout flag
+      (CVE-2024-26642)
+    - netfilter: nf_tables: reject constant set with timeout
+    - Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of
+      memory
+    - nouveau: lock the client object tree.
+    - drm/nouveau: fix stale locked mutex in nouveau_gem_ioctl_pushbuf
+    - crypto: rk3288 - Fix use after free in unprepare
+    - crypto: sun8i-ce - Fix use after free in unprepare
+    - Revert "crypto: pkcs7 - remove sha1 support"
+    - xfrm: Avoid clang fortify warning in copy_to_user_tmpl()
+    - mm, mmap: fix vma_merge() case 7 with vma_ops->close
+    - usb: typec: tpcm: Fix PORT_RESET behavior for self powered devices
+    - thunderbolt: Fix NULL pointer dereference in tb_port_update_credits()
+    - cgroup/cpuset: Fix retval in update_cpumask()
+    - cgroup/cpuset: Fix a memory leak in update_exclusive_cpumask()
+    - Input: xpad - add additional HyperX Controller Identifiers
+    - init/Kconfig: lower GCC version check for -Warray-bounds
+    - firewire: ohci: prevent leak of left-over IRQ on unbind
+    - [x86] KVM: x86: Mark target gfn of emulated atomic instruction as dirty
+    - [x86] KVM: SVM: Flush pages under kvm->lock to fix UAF in
+      svm_register_enc_region()
+    - SEV: disable SEV-ES DebugSwap by default
+    - tracing: Use .flush() call to wake up readers
+    - drm/amdgpu/pm: Fix the error of pwm1_enable setting
+    - tty: serial: imx: Fix broken RS485
+    - [x86] drm/i915: Check before removing mm notifier
+    - ALSA: hda/realtek - Fix headset Mic no show at resume back for Lenovo
+      ALC897 platform
+    - USB: usb-storage: Prevent divide-by-0 error in isd200_ata_command
+    - usb: typec: altmodes/displayport: create sysfs nodes as driver's default
+      device attribute group
+    - usb: gadget: ncm: Fix handling of zero block length packets
+    - usb: port: Don't try to peer unused USB ports based on location
+    - xhci: Fix failure to detect ring expansion need.
+    - tty: serial: fsl_lpuart: avoid idle preamble pending if CTS is enabled
+    - misc: lis3lv02d_i2c: Fix regulators getting en-/dis-abled twice on
+      suspend/resume
+    - misc: fastrpc: Pass proper arguments to scm call
+    - serial: port: Don't suspend if the port is still busy
+    - mei: me: add arrow lake point S DID
+    - mei: me: add arrow lake point H DID
+    - vt: fix unicode buffer corruption when deleting characters
+    - Revert "tty: serial: simplify qcom_geni_serial_send_chunk_fifo()"
+    - fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion
+    - ALSA: hda/realtek - Add Headset Mic supported Acer NB platform
+    - ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook
+    - tee: optee: Fix kernel panic caused by incorrect error handling
+    - mm, vmscan: prevent infinite loop for costly GFP_NOIO |
+      __GFP_RETRY_MAYFAIL allocations
+    - [arm64] dts: qcom: sc8280xp-x13s: limit pcie4 link speed
+    - iio: accel: adxl367: fix DEVID read after reset
+    - iio: accel: adxl367: fix I2C FIFO data register
+    - i2c: i801: Fix using mux_pdev before it's set
+    - i2c: i801: Avoid potential double call to gpiod_remove_lookup_table
+    - iio: imu: inv_mpu6050: fix frequency setting when chip is off
+    - iio: imu: inv_mpu6050: fix FIFO parsing when empty
+    - [x86] drm/i915: Don't explode when the dig port we don't have an AUX CH
+    - drm/amd/display: handle range offsets in VRR ranges
+    - drm/amd/swsmu: modify the gfx activity scaling
+    - [x86] efistub: Call mixed mode boot services on the firmware's stack
+    - [x86] ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2"
+    - Fix memory leak in posix_clock_open() (CVE-2024-26655)
+    - wifi: rtw88: 8821cu: Fix connection failure
+    - btrfs: fix deadlock with fiemap and extent locking
+    - [x86] Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT
+    - [x86] sev: Fix position dependent variable references in startup code
+    - clocksource/drivers/arm_global_timer: Fix maximum prescaler value
+    - [arm*] 9352/1: iwmmxt: Remove support for PJ4/PJ4B cores
+    - [arm*] 9359/1: flush: check if the folio is reserved for no-mapping
+      addresses
+    - entry: Respect changes to system call number by trace_sys_enter()
+    - swiotlb: Fix double-allocation of slots due to broken alignment handling
+    - swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()
+    - swiotlb: Fix alignment checks when both allocation and DMA masks are
+      present
+    - iommu/dma: Force swiotlb_max_mapping_size on an untrusted device
+    - printk: Update @console_may_schedule in console_trylock_spinning()
+    - irqchip/renesas-rzg2l: Implement restriction when writing ISCR register
+    - irqchip/renesas-rzg2l: Flush posted write in irq_eoi()
+    - irqchip/renesas-rzg2l: Add macro to retrieve TITSR register offset based
+      on register's index
+    - irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi()
+    - irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi()
+    - irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger
+      type
+    - [x86] kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe
+      address
+    - efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or
+      higher address
+    - [x86] mpparse: Register APIC address only once
+    - [x86] fpu: Keep xfd_state in sync with MSR_IA32_XFD
+    - efi: fix panic in kdump kernel
+    - pwm: img: fix pwm clock lookup
+    - btrfs: do not skip re-registration for the mounted device
+    - mfd: intel-lpss: Switch to generalized quirk table
+    - mfd: intel-lpss: Introduce QUIRK_CLOCK_DIVIDER_UNITY for XPS 9530
+    - perf top: Use evsel's cpus to replace user_requested_cpus
+    - [x86] drm/i915: Stop printing pipe name as hex
+    - [x86] drm/i915: Use named initializers for DPLL info
+    - [x86] drm/i915: Replace a memset() with zero initialization
+    - [x86] drm/i915: Try to preserve the current shared_dpll for fastset on
+      type-c ports
+    - [x86] drm/i915: Include the PLL name in the debug messages
+    - [x86] drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs
+    - drm/amd/display: Prevent crash when disable stream
+    - ALSA: hda/tas2781: remove digital gain kcontrol
+    - ALSA: hda/tas2781: add locks to kcontrols
+    - init: open /initrd.image with O_LARGEFILE
+    - [x86] efistub: Add missing boot_params for mixed mode compat entry
+    - efi/libstub: Cast away type warning in use of max()
+    - [x86] efistub: Reinstate soft limit for initrd loading
+    - prctl: generalize PR_SET_MDWE support check to be per-arch
+    - [arm*] prctl: reject PR_SET_MDWE on pre-ARMv6
+    - tmpfs: fix race on handling dquot rbtree
+    - btrfs: validate device maj:min during open
+    - btrfs: fix race in read_extent_buffer_pages()
+    - btrfs: zoned: don't skip block groups with 100% zone unusable
+    - btrfs: zoned: use zone aware sb location for scrub
+    - wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes
+    - wifi: cfg80211: add a flag to disable wireless extensions
+    - wifi: iwlwifi: mvm: disable MLO for the time being
+    - wifi: iwlwifi: fw: don't always use FW dump trig
+    - wifi: iwlwifi: mvm: handle debugfs names more carefully
+    - Revert "drm/amd/display: Fix sending VSC (+ colorimetry) packets for
+      DP/eDP displays without PSR"
+    - exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()
+    - hexagon: vmlinux.lds.S: handle attributes section
+    - mm: cachestat: fix two shmem bugs
+    - mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc
+      HS200 mode
+    - mmc: core: Initialize mmc_blk_ioc_data
+    - mmc: core: Avoid negative index with array access
+    - sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove()
+    - block: Do not force full zone append completion in req_bio_endio()
+    - thermal: devfreq_cooling: Fix perf state when calculate dfc res_util
+    - nouveau/dmem: handle kcalloc() allocation failure
+    - net: ll_temac: platform_get_resource replaced by wrong function
+    - drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed
+    - drm/amdkfd: fix TLB flush after unmap for GFX9.4.2
+    - drm/amdgpu: fix deadlock while reading mqd from debugfs
+    - drm/amd/display: Remove MPC rate control logic from DCN30 and above
+    - drm/amd/display: Set DCN351 BB and IP the same as DCN35
+    - [x86] drm/i915/hwmon: Fix locking inversion in sysfs getter
+    - [x86] drm/i915/bios: Tolerate devdata==NULL in
+      intel_bios_encoder_supports_dp_dual_mode()
+    - [x86] drm/i915/vrr: Generate VRR "safe window" for DSB
+    - [x86] drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order,
+      mostly
+    - [x86] drm/i915/dsb: Fix DSB vblank waits when using VRR
+    - [x86] drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()
+    - [x86] drm/i915/gt: Reset queue_priority_hint on parking
+    - drm/amd/display: Fix bounds check for dcn35 DcfClocks
+    - Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync
+    - mtd: spinand: Add support for 5-byte IDs
+    - Revert "usb: phy: generic: Get the vbus supply"
+    - usb: cdc-wdm: close race between read and workqueue
+    - usb: misc: ljca: Fix double free in error handling path (CVE-2024-26653)
+    - USB: UAS: return ENODEV when submit urbs fail with device not attached
+    - drm/amd/display: set odm_combine_policy based on context in dcn32 resource
+    - drm/amdgpu: make damage clips support configurable
+    - drm/amdgpu/display: Address kdoc for 'is_psr_su' in 'fill_dc_dirty_rects'
+    - vfio/pds: Make sure migration file isn't accessed after reset
+    - ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs
+      (CVE-2024-26654)
+    - scsi: ufs: qcom: Provide default cycles_in_1us value
+    - scsi: sd: Fix TCG OPAL unlock on system resume
+    - scsi: core: Fix unremoved procfs host directory regression
+    - staging: vc04_services: changen strncpy() to strscpy_pad()
+    - staging: vc04_services: fix information leak in create_component()
+    - usb: dwc3: Properly set system wakeup
+    - USB: core: Fix deadlock in usb_deauthorize_interface()
+    - USB: core: Add hub_get() and hub_put() routines
+    - USB: core: Fix deadlock in port "disable" sysfs attribute
+    - usb: dwc2: host: Fix remote wakeup from hibernation
+    - usb: dwc2: host: Fix hibernation flow
+    - usb: dwc2: host: Fix ISOC flow in DDMA mode
+    - usb: dwc2: gadget: Fix exiting from clock gating
+    - usb: dwc2: gadget: LPM flow fix
+    - usb: udc: remove warning when queue disabled ep
+    - usb: typec: ucsi: Fix race between typec_switch and role_switch
+    - usb: typec: Return size of buffer if pd_set operation succeeds
+    - usb: typec: ucsi: Clear EVENT_PENDING under PPM lock
+    - usb: typec: ucsi: Ack unsupported commands
+    - usb: typec: ucsi_acpi: Refactor and fix DELL quirk
+    - usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset
+    - scsi: qla2xxx: Prevent command send on chip reset
+    - scsi: qla2xxx: Fix N2N stuck connection
+    - scsi: qla2xxx: Split FCE|EFT trace control
+    - scsi: qla2xxx: Update manufacturer detail
+    - scsi: qla2xxx: NVME|FCP prefer flag not being honored
+    - scsi: qla2xxx: Fix command flush on cable pull
+    - scsi: qla2xxx: Fix double free of the ha->vp_map pointer
+    - scsi: qla2xxx: Fix double free of fcport
+    - scsi: qla2xxx: Change debug message during driver unload
+    - scsi: qla2xxx: Delay I/O Abort on PCI error
+    - [x86] bugs: Fix the SRSO mitigation on Zen3/4
+    - crash: use macro to add crashk_res into iomem early for specific arch
+    - [x86] bugs: Use fixed addressing for VERW operand
+    - Revert "x86/bugs: Use fixed addressing for VERW operand"
+    - usb: dwc3: pci: Drop duplicate ID
+    - scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()
+    - scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()
+    - scsi: lpfc: Correct size for wqe for memset()
+    - scsi: libsas: Fix disk not being scanned in after being removed
+    - [x86] sev: Skip ROM range scans and validation for SEV-SNP guests
+    - tools/resolve_btfids: fix build with musl libc
+    - drm/amdgpu: fix use-after-free bug (CVE-2024-26656)
+    - drm/sched: fix null-ptr-deref in init entity (CVE-2024-26657)
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Refresh "ARM: Allow to enable RT"
+  * [rt] Drop "printk: nbcon: Relocate 32bit seq macros"
+  * [rt] Drop "printk: Adjust mapping for 32bit seq macros"
+  * [rt] Drop "printk: Use prb_first_seq() as base for 32bit seq macros"
+  * [rt] Drop "printk: ringbuffer: Do not skip non-finalized records with
+    prb_next_seq()"
+  * [rt] Drop "printk: Add this_cpu_in_panic()"
+  * [rt] "printk: ringbuffer: Cleanup reader terminology"
+  * [rt] Drop "printk: Wait for all reserved records with pr_flush()"
+  * [rt] Drop "printk: ringbuffer: Skip non-finalized records in panic"
+  * [rt] Drop "printk: Disable passing console lock owner completely during
+    panic()"
+  * net/bluetooth: Remove BT_HS (Removed upstream)
+  * Refresh "efi: Lock down the kernel if booted in secure boot mode"
+  * Workaround FTBFS on dh_installdocs falls from different source package
+    (Closes: #1068189)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 24 Apr 2024 09:42:56 +0200
+
+linux (6.7.9-2) unstable; urgency=high
+
+  * [x86] Mitigate Register File Data Sampling (RFDS) vulnerability
+    (CVE-2023-28746):
+    - x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is set
+    - Documentation/hw-vuln: Add documentation for RFDS
+    - x86/rfds: Mitigate Register File Data Sampling (RFDS)
+    - KVM/x86: Export RFDS_NO and RFDS_CLEAR to guests
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 13 Mar 2024 12:13:41 +0100
+
+linux (6.7.9-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7.8
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7.9
+    - mtd: spinand: gigadevice: Fix the get ecc status issue
+    - ice: fix connection state of DPLL and out pin
+    - ice: fix dpll input pin phase_adjust value updates
+    - ice: fix dpll and dpll_pin data access on PF reset
+    - ice: fix dpll periodic work data updates on PF reset
+    - ice: fix pin phase adjust updates on PF reset
+    - spi: cadence-qspi: fix pointer reference in runtime PM hooks
+    - spi: cadence-qspi: remove system-wide suspend helper calls from runtime PM
+      hooks
+    - netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter
+    - netlink: add nla be16/32 types to minlen array
+    - net: ip_tunnel: prevent perpetual headroom growth
+    - net: mctp: take ownership of skb in mctp_local_output
+    - tun: Fix xdp_rxq_info's queue_index when detaching
+    - [x86] cpufreq: intel_pstate: fix pstate limits enforcement for adjust_perf
+      call back
+    - net: veth: clear GRO when clearing XDP even when down
+    - ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()
+    - lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is
+      detected
+    - veth: try harder when allocating queue memory
+    - net: usb: dm9601: fix wrong return value in dm9601_mdio_read
+    - net: lan78xx: fix "softirq work is pending" error
+    - uapi: in6: replace temporary label with rfc9486
+    - stmmac: Clear variable when destroying workqueue
+    - Bluetooth: hci_sync: Check the correct flag before starting a scan
+    - Bluetooth: Avoid potential use-after-free in hci_error_reset
+    - Bluetooth: hci_sync: Fix accept_list when attempting to suspend
+    - Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDR
+    - Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST
+    - Bluetooth: Enforce validation on max value of connection interval
+    - Bluetooth: qca: Fix wrong event type for patch config command
+    - Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT
+    - Bluetooth: qca: Fix triggering coredump implementation
+    - netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()
+    - netfilter: bridge: confirm multicast packets before passing them up the
+      stack
+    - rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back
+    - igb: extend PTP timestamp adjustments to i211
+    - net: hsr: Use correct offset for HSR TLV values in supervisory HSR frames
+    - tls: decrement decrypt_pending if no async completion will be called
+    - tls: fix peeking with sync+async decryption
+    - tls: separate no-async decryption request handling from async
+    - tls: fix use-after-free on failed backlog decryption
+    - [riscv64] tlb: fix __p*d_free_tlb()
+    - efi/capsule-loader: fix incorrect allocation size
+    - power: supply: bq27xxx-i2c: Do not free non existing IRQ
+    - [x86] ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET
+    - [arm64,armhf] gpu: host1x: Skip reset assert on Tegra186
+    - [riscv64] mm: fix NOCACHE_THEAD does not set bit[61] correctly
+    - [riscv64] Fix build error if !CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION
+    - [x86] ASoC: cs35l56: cs35l56_component_remove() must clear
+      cs35l56->component
+    - [x86] ASoC: cs35l56: cs35l56_component_remove() must clean up wm_adsp
+    - [x86] ASoC: cs35l56: Don't add the same register patch multiple times
+    - [x86] ASoC: cs35l56: Fix for initializing ASP1 mixer registers
+    - [x86] ASoC: cs35l56: Fix misuse of wm_adsp 'part' string for silicon
+      revision
+    - [x86] ASoC: cs35l56: Fix deadlock in ASP1 mixer register initialization
+    - ASoC: soc-card: Fix missing locking in snd_soc_card_get_kcontrol()
+    - [riscv64] Ignore V from the riscv,isa DT property on older T-Head CPUs
+    - [arm64,armhf] drm/tegra: Remove existing framebuffer only if we support
+      display
+    - fbcon: always restore the old font data in fbcon_do_set_font()
+    - afs: Fix endless loop in directory parsing
+    - drm/amd/display: Prevent potential buffer overflow in map_hw_resources
+    - drivers: perf: added capabilities for legacy PMU
+    - drivers: perf: ctr_get_width function for legacy is not defined
+    - Revert "riscv: mm: support Svnapot in huge vmap"
+    - [riscv64] Fix pte_leaf_size() for NAPOT
+    - [riscv64] Sparse-Memory/vmemmap out-of-bounds fix
+    - btrfs: fix race between ordered extent completion and fiemap
+    - drm/nouveau: keep DMA buffers required for suspend/resume
+    - tomoyo: fix UAF write bug in tomoyo_write_control() (CVE-2024-26622)
+    - ALSA: firewire-lib: fix to check cycle continuity
+    - ALSA: ump: Fix the discard error code from snd_ump_legacy_open()
+    - ALSA: hda/realtek: Fix top speaker connection on Dell Inspiron 16 Plus
+      7630
+    - ALSA: hda/realtek: tas2781: enable subwoofer volume control
+    - ALSA: hda/realtek: Enable Mute LED on HP 840 G8 (MB 8AB8)
+    - ALSA: hda/realtek: fix mute/micmute LED For HP mt440
+    - ALSA: hda/realtek: Add special fixup for Lenovo 14IRP8
+    - Bluetooth: hci_bcm4377: do not mark valid bd_addr as invalid
+    - landlock: Fix asymmetric private inodes referring
+    - gtp: fix use-after-free and null-ptr-deref in gtp_newlink()
+    - mm: cachestat: fix folio read-after-free in cache walk
+    - [armhf] mtd: rawnand: marvell: fix layouts
+    - wifi: nl80211: reject iftype change with mesh ID change
+    - btrfs: fix double free of anonymous device after snapshot creation failure
+    - btrfs: dev-replace: properly validate device names
+    - btrfs: send: don't issue unnecessary zero writes for trailing hole
+    - Revert "drm/amd/pm: resolve reboot exception for si oland"
+    - drm/buddy: fix range bias
+    - drm/amdgpu/pm: Fix the power1_min_cap value
+    - drm/amd/display: Add monitor patch for specific eDP
+    - [arm64] soc: qcom: pmic_glink: Fix boot when QRTR=m
+    - [arm64] dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read
+    - [arm64] crypto: arm64/neonbs - fix out-of-bounds access on short input
+    - [arm64] dmaengine: fsl-edma: correct calculation of 'nbytes' in multi-fifo
+      scenario
+    - [arm64] dmaengine: fsl-qdma: init irq after reg initialization
+    - [arm64,armhf] mmc: mmci: stm32: fix DMA API overlapping mappings warning
+    - mmc: core: Fix eMMC initialization with 1-bit bus connection
+    - [arm64] mmc: sdhci-xenon: add timeout for PHY init complete
+    - [arm64] mmc: sdhci-xenon: fix PHY init clock stability
+    - ceph: switch to corrected encoding of max_xattr_size in mdsmap
+    - [riscv64] add CALLER_ADDRx support
+    - [riscv64] Fix enabling cbo.zero when running in M-mode
+    - power: supply: mm8013: select REGMAP_I2C
+    - kbuild: Add -Wa,--fatal-warnings to as-instr invocation
+    - efivarfs: Request at most 512 bytes for variable names
+    - pmdomain: arm: Fix NULL dereference on scmi_perf_domain removal
+    - pmdomain: qcom: rpmhpd: Fix enabled_corner aggregation
+    - fprobe: Fix to allocate entry_data_size buffer with rethook instances
+    - mm/debug_vm_pgtable: fix BUG_ON with pud advanced test
+    - mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone index
+    - [x86] e820: Don't reserve SETUP_RNG_SEED in e820
+    - [x86] cpu: Allow reducing x86_phys_bits during early_identify_cpu()
+    - [x86] cpu/intel: Detect TME keyid bits before setting MTRR mask registers
+    - mptcp: map v4 address to v6 when destroying subflow
+    - mptcp: avoid printing warning once on client side
+    - mptcp: push at DSS boundaries
+    - mptcp: fix snd_wnd initialization for passive socket
+    - mptcp: fix potential wake-up event loss
+    - mptcp: fix double-free on socket dismantle
+    - mptcp: fix possible deadlock in subflow diag
+    - mfd: twl6030-irq: Revert to use of_match_device()
+    - NFS: Fix data corruption caused by congestion.
+    - af_unix: Fix task hung while purging oob_skb in GC.
+    - af_unix: Drop oob_skb ref before purging queue in GC.
+    - [x86] ASoC: cs35l56: fix reversed if statement in
+      cs35l56_dspwait_asp1tx_put()
+    - [arm64] phy: freescale: phy-fsl-imx8-mipi-dphy: Fix alias name to use
+      dashes
+    - [arm64] phy: qcom-qmp-usb: fix v3 offsets data
+    - [amd64] dmaengine: idxd: Remove shadow Event Log head stored in idxd
+    - [amd64] dmaengine: idxd: Ensure safe user copy of completion record
+    - [powerpc*] pseries/iommu: IOMMU table is not initialized for kdump over
+      SR-IOV
+    - [powerpc*] rtas: use correct function name for resetting TCE tables
+    - gpio: 74x164: Enable output pins after registers are reset
+    - gpiolib: Fix the error path order in gpiochip_add_data_with_key()
+    - gpio: fix resource unwinding order in error path
+    - block: define bvec_iter as __packed __aligned(4)
+    - [x86] entry_64: Add VERW just before userspace transition
+    - [x86] entry_32: Add VERW just before userspace transition
+    - [x86] bugs: Use ALTERNATIVE() instead of mds_user_clear static key
+    - [x86] KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
+    - [x86] KVM/VMX: Move VERW closer to VMentry for MDS mitigation
+    - drm/nouveau: don't fini scheduler before entity flush
+
+  [ Salvatore Bonaccorso ]
+  * [x86] platform/x86: p2sb: On Goldmont only cache P2SB and SPI devfn BAR
+    (Closes: #1065320)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 08 Mar 2024 21:55:53 +0100
+
+linux (6.7.7-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7.5
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7.6
+    - mmc: sdhci-pci-o2micro: Fix a warm reboot issue that disk can't be
+      detected by BIOS (Closes: #1056056)
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7.7
+    - drm/amd/display: Only allow dig mapping to pwrseq in new asic
+      (Closes: #1061449)
+
+  [ Weizhao Ouyang ]
+  * Enable CONFIG_MFD_RK8XX_SPI for RK3588 SoC
+    - MFD_RK8XX_SPI as built-in, same behavior as MFD_RK8XX_I2C
+
+  [ Uwe Kleine-König ]
+  * [armhf] Enable DRM_PANEL_MIPI_DBI as a module for
+    stm32mp157c-lxa-tac-gen2.
+  * Backport a patch from v6.8-rc1 to be more verbose about pending deferred
+    probes helping debugging of failed boot attempts.
+  * [arm64] Make PINCTRL_ROCKCHIP builtin.
+
+  [ Vincent Blut ]
+  * [x86] drivers/hwmon: Enable SENSORS_HP_WMI as module (Closes: #1064507)
+
+  [ Weihao Li]
+  * [loong64] Build kernel image and udebs for loong64 (Closes: #1053650)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 02 Mar 2024 08:22:54 +0100
+
+linux (6.7.4-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7.2
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7.3
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7.4
+
+  [ Aurelien Jarno ]
+  * [riscv64] Add clock, MFD, PCIe PHYs, regulator and RTC drivers to
+    kernel-image udeb.
+  * [riscv64] Disable CRYPTO_DEV_JH7110, it is broken.
+
+  [ Bastian Blank ]
+  * Make linux-libc-dev provide all cross packages.
+
+  [ Salvatore Bonaccorso ]
+  * Input: atkbd - skip ATKBD_CMD_SETLEDS when skipping ATKBD_CMD_GETID
+    (Closes: #1061521)
+
+  [ Emanuele Rocca ]
+  * [arm64] drivers/thermal/qcom: enable QCOM_SPMI_ADC_TM5 as module for
+    thermal throttling on the Lenovo ThinkPad X13s.
+
+  [ Vincent Blut ]
+  * drivers/hwmon: Enable SENSORS_IIO_HWMON as module (Closes: #1057272)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 08 Feb 2024 16:01:07 +0100
+
+linux (6.7.1-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7.1
+
+  [ Salvatore Bonaccorso ]
+  * Enable bcachefs filesystem support
+    - fs/bcachefs: Enable BCACHEFS_FS as module
+    - fs/bcachefs: Enable BCACHEFS_QUOTA
+    - fs/bcachefs: Enable BCACHEFS_POSIX_ACL
+  * media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
+
+  [ Aurelien Jarno ]
+  * [riscv64] Enable ARCH_SOPHGO and ARCH_THEAD.
+  * [riscv64] Disable ARCH_R9A07G043 as it now depends on NONPORTABLE.
+  * [riscv64] Enable PHY_STARFIVE_JH7110_DPHY_RX, PHY_STARFIVE_JH7110_PCIE and
+    PHY_STARFIVE_JH7110_USB as modules.
+  * [powerpc,ppc64,ppc64el] Drop ipddp from nic-modules.
+  * [riscv64] Enable LEDS_PWM and LEDS_PWM_MULTICOLOR as modules.
+
+  [ Vincent Blut ]
+  * [arm64, armhf] drivers/net/phy: Enable ADIN_PHY as module
+    (Closes: #1043354)
+
+  [ Martin Kepplinger ]
+  * [arm64] Enable CSI camera stack for i.MX8M SoCs (Closes: #1055442)
+
+  [ Tim Pambor ]
+  * Enable configs for MT8195 Chromebooks:
+    - COMMON_CLK_MT8195 as built-in
+    - COMMON_CLK_MT8195_APUSYS, COMMON_CLK_MT8195_AUDSYS,
+      COMMON_CLK_MT8195_IMP_IIC_WRAP, COMMON_CLK_MT8195_MFGCFG,
+      COMMON_CLK_MT8195_MSDC, COMMON_CLK_MT8195_SCP_ADSP,
+      COMMON_CLK_MT8195_VDOSYS, COMMON_CLK_MT8195_VPPSYS,
+      COMMON_CLK_MT8195_CAMSYS, COMMON_CLK_MT8195_IMGSYS,
+      COMMON_CLK_MT8195_WPESYS, COMMON_CLK_MT8195_VDECSYS,
+      COMMON_CLK_MT8195_VENCSYS as modules
+    - MFD_MT6360, REGULATOR_MT6315, REGULATOR_MT6359,
+      REGULATOR_CROS_EC, MTK_LVTS_THERMAL as modules
+    - MTK_ADSP_MBOX, MTK_ADSP_IPC, SND_SOC_SOF_OF, SND_SOC_MT8195,
+      SND_SOC_MT8195_MT6359, SND_SOC_SOF_MT8195 as modules
+    - SND_SOC_SOF_TOPLEVEL, SND_SOC_SOF_MTK_TOPLEVEL as built-in
+    - DRM_MEDIATEK_DP, PHY_MTK_DP, PHY_MTK_PCIE, PHY_MTK_UFS as modules
+    - PINCTRL_MT8195, PCIE_MEDIATEK_GEN3, SPMI_MTK_PMIF as built-in
+
+  [ Zhang Ning ]
+  * [arm64] drivers/rtc: Enable RTC_DRV_RS5C372 as module
+
+  [ Bastian Blank ]
+  * Revert "Run dh_movetousr also in signed images."
+  * Fix config specified CFLAGS on kernel builds.  Also drop old definitions
+    that have not worked for a long time.
+  * Disable ability to do binNMU.  The Debian infrastructure is not ready
+    to binNMU signed packages.  But they instead just break the dependencies
+    within this package.
+  * Restructure and cleanup complete config:
+    - Uses TOML instead of our home-grown INI based format.
+    - Don't export a config dump anymore, it is not longer in use.
+  * Generate and ship vmlinux.h in linux-headers package.
+
+  [ Emanuele Rocca ]
+  * [arm64] Set QCOM_QSEECOM and QCOM_QSEECOM_UEFISECAPP to 'y' in order to
+    add support for EFI variables on the Lenovo X13s.
+
+  [ Martyn Welch ]
+  * [arm64] Support HDMI output on TI SK-AM62. Enable DRM_SII902X and
+    DRM_TIDSS as modules.
+
+ -- Bastian Blank <waldi@debian.org>  Mon, 22 Jan 2024 09:50:46 +0100
+
+linux (6.7-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_6.7
+
+  [ Harry 88 ]
+  * [arm64] udeb: Include sun8i-drm-hdmi module in installer
+    (Closes: #1050315)
+
+  [ Diederik de Haas ]
+  * Update to 6.7:
+    - d/copyright: Remove drivers/net/appletalk/cops*; removed upstream
+    - d/rules.d/scripts/mod: Add symsearch to Makefile.real
+  * Drop patches applied upstream:
+    - Drop "powerpc: Don't clobber f0/vs0 during fp|altivec register save"
+  * Drop patches:
+    - Drop "Add removal patches for: 3c359, smctr, keyspan, cops"; cops
+      support removed upstream which was the last remaining part
+    - Drop "Hardcode arch script output"; ia64 architecture removed upstream
+  * Refresh patches:
+    - Adjust context in "Tweak gitignore for Debian pkg-kernel using git"
+    - Adjust context in "video: Remove nvidiafb and rivafb"
+    - Adjust context in "Include package version along with kernel release in
+      stack traces"
+    - Adjust context in "kbuild: Look for module.lds under arch directory too"
+    - Adjust context in "firmware: Remove redundant log messages from drivers"
+    - Adjust context in "add sysctl to disallow unprivileged CLONE_NEWUSER by
+      default"
+    - Adjust context in "firmware: Remove redundant log messages from drivers"
+    - Adjust context in "intel-iommu: Add option to exclude integrated GPU
+      only"
+    - Adjust context in "intel-iommu: Add Kconfig option to exclude iGPU by
+      default"
+    - Adjust context in "x86: Make x32 syscall support conditional on a kernel
+      parameter"
+  * [ia64] Drop all ia64 configs due to upstream dropping IA64 arch
+  * d/config: Update with the help of kconfigeditor2:
+    - Remove XZ_DEC_IA64
+    - Remove DEV_APPLETALK, IPDDP and IPDDP_ENCAP
+    - Remove RTL8192U
+    - Remove MODULE_SIG_SHA1, MODULE_SIG_SHA224
+    - Replace BCACHE_CLOSURES_DEBUG with DEBUG_CLOSURES
+    - Remove BTRFS_FS_CHECK_INTEGRITY
+    - Remove EEPROM_LEGACY
+    - Remove MTD_AR7_PARTS
+    - Remove QLGE
+    - Replace SCSI_IZIP_EPP16 with SCSI_IMM
+    - Remove AMD_IOMMU_V2
+    - Replace SND_SOC_INTEL_SOF_DA7219_MAX98373_MACH with
+      SND_SOC_INTEL_SOF_DA7219_MACH
+  * [rt] Update to 6.7-rt6
+
+  [ Bastian Blank ]
+  * Generate separate package tests for every flavour.
+  * Fix stripping of vmlinux binaries. (closes: #1059713)
+  * Ignore vmlinux for shlibs. (closes: #1059676)
+  * Drop not working selftests. (closes: #1059765)
+  * Always build with CROSS_COMPILE set.
+  * Run dh_movetousr also in signed images.
+  * Fix some remaining cross build problems.
+
+  [ Christian Göttsche ]
+  * Enable MODULE_DECOMPRESS 
+
+  [ Timothy Pearson ]
+  * [ppc64] Build PowerNV PCIe hotplug driver as a module
+
+  [ Aurelien Jarno ]
+  * [riscv64] udeb: Add efi-modules and xfs-modules.
+
+  [ Francesco Dolcini ]
+  * [arm64] Add support for NXP i.MX8M PCIe
+    - drivers/phy/freescale: Enable PHY_FSL_IMX8M_PCIE as module
+
+ -- Bastian Blank <waldi@debian.org>  Mon, 08 Jan 2024 22:51:34 +0100
+
+linux (6.6.15-2) unstable; urgency=medium
+
+  * Revert upstream commit causing documentation build failure
+    (Closes: #1063020)
+    - Revert "docs: kernel_feat.py: fix potential command injection"
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 04 Feb 2024 21:28:21 +0100
+
+linux (6.6.15-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.14
+    - [x86] lib: Fix overflow when counting digits
+    - [x86] mce/inject: Clear test status value
+    - [arm64] EDAC/thunderx: Fix possible out-of-bounds string access
+    - [powerpc*] add crtsavres.o to always-y instead of extra-y
+    - [x86] Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogram
+    - [powerpc*] 44x: select I2C for CURRITUCK
+    - [powerpc*] pseries/memhp: Fix access beyond end of drmem array
+    - perf/arm-cmn: Fix HN-F class_occup_id events
+    - drivers/perf: hisi: Fix some event id for HiSilicon UC pmu
+    - [powerpc*] KVM: PPC: Book3S HV: Use accessors for VCPU registers
+    - [powerpc*] KVM: PPC: Book3S HV: Introduce low level MSR accessor
+    - [powerpc*] KVM: PPC: Book3S HV: Handle pending exceptions on guest entry
+      with MSR_EE
+    - [powerpc*] hv-gpci: Add return value check in
+      affinity_domain_via_partition_show function
+    - [powerpc*] rtas: Avoid warning on invalid token argument to sys_rtas()
+    - [powerpc*] powernv: Add a null pointer check to scom_debug_init_one()
+    - [powerpc*] powernv: Add a null pointer check in opal_event_init()
+    - [powerpc*] powernv: Add a null pointer check in opal_powercap_init()
+    - [powerpc*] imc-pmu: Add a null pointer check in update_events_in_group()
+    - sched/fair: Update min_vruntime for reweight_entity() correctly
+    - [x86] perf/x86/intel/uncore: Fix NULL pointer dereference issue in
+      upi_fill_topology()
+    - spi: spi-zynqmp-gqspi: fix driver kconfig dependencies
+    - ACPI: video: check for error while searching for backlight device parent
+    - ACPI: LPIT: Avoid u32 multiplication overflow
+    - KEYS: encrypted: Add check for strsep
+    - spi: cadence-quadspi: add missing clk_disable_unprepare() in cqspi_probe()
+    - [x86] platform/x86/intel/vsec: Fix xa_alloc memory leak
+    - cpufreq: scmi: process the result of devm_of_clk_add_hw_provider()
+    - calipso: fix memory leak in netlbl_calipso_add_pass()
+    - efivarfs: force RO when remounting if SetVariable is not supported
+    - efivarfs: Free s_fs_info on unmount
+    - spi: sh-msiof: Enforce fixed DTDL for R-Car H3
+    - ACPI: LPSS: Fix the fractional clock divider flags
+    - ACPI: extlog: Clear Extended Error Log status when RAS_CEC handled the
+      error
+    - thermal: core: Fix NULL pointer dereference in zone registration error
+      path
+    - kunit: debugfs: Fix unchecked dereference in debugfs_print_results()
+    - mtd: Fix gluebi NULL pointer dereference caused by ftl notifier
+    - cpuidle: haltpoll: Do not enable interrupts when entering idle
+    - drivers/thermal/loongson2_thermal: Fix incorrect PTR_ERR() judgment
+    - selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socket
+    - crypto: rsa - add a check for allocation failure
+    - crypto: jh7110 - Correct deferred probe return
+    - crypto: virtio - Handle dataq logic with tasklet
+    - crypto: sa2ul - Return crypto_aead_setkey to transfer the error
+    - [x86] crypto: ccp - fix memleak in ccp_init_dm_workarea
+    - crypto: af_alg - Disallow multiple in-flight AIO requests
+    - crypto: safexcel - Add error handling for dma_map_sg() calls
+    - crypto: hisilicon/qm - save capability registers in qm init process
+    - crypto: hisilicon/zip - add zip comp high perf mode configuration
+    - crypto: hisilicon/qm - add a function to set qm algs
+    - crypto: hisilicon/hpre - save capability registers in probe process
+    - crypto: hisilicon/sec2 - save capability registers in probe process
+    - crypto: hisilicon/zip - save capability registers in probe process
+    - pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()
+    - erofs: fix memory leak on short-lived bounced pages
+    - fs: indicate request originates from old mount API
+    - gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dump
+    - gfs2: fix kernel BUG in gfs2_quota_cleanup
+    - dlm: fix format seq ops type 4
+    - crypto: virtio - Wait for tasklet to complete on device remove
+    - crypto: scomp - fix req->dst buffer overflow
+    - csky: fix arch_jump_label_transform_static override
+    - blocklayoutdriver: Fix reference leak of pnfs_device_node
+    - NFS: Use parent's objective cred in nfs_access_login_time()
+    - NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICT
+    - SUNRPC: fix _xprt_switch_find_current_entry logic
+    - pNFS: Fix the pnfs block driver's calculation of layoutget size
+    - asm-generic: Fix 32 bit __generic_cmpxchg_local
+    - [arm64] dts: qcom: qrb4210-rb2: don't force usb peripheral mode
+    - [arm64] dts: qcom: sc8280xp-x13s: Use the correct DP PHY compatible
+    - [arm64] dts: qcom: sc8280xp-x13s: add missing camera LED pin config
+    - wifi: plfxlc: check for allocation failure in plfxlc_usb_wreq_async()
+    - wifi: rtw88: fix RX filter in FIF_ALLMULTI flag
+    - bpf, lpm: Fix check prefixlen before walking trie
+    - bpf: Add crosstask check to __bpf_get_stack
+    - wifi: ath11k: Defer on rproc_get failure
+    - wifi: libertas: stop selecting wext
+    - net/ncsi: Fix netlink major/minor version numbers
+    - [arm64] firmware: ti_sci: Fix an off-by-one in ti_sci_debugfs_create()
+    - scsi: bfa: Use the proper data type for BLIST flags
+    - wifi: rtlwifi: rtl8821ae: phy: fix an undefined bitwise shift behavior
+    - [arm64] dts: ti: k3-am62a-main: Fix GPIO pin count in DT nodes
+    - [arm64] dts: ti: k3-am65-main: Fix DSS irq trigger type
+    - [arm64] dts: ti: iot2050: Re-add aliases
+    - wifi: rtw88: sdio: Honor the host max_req_size in the RX path
+    - md: synchronize flush io with array reconfiguration
+    - bpf: enforce precision of R0 on callback return
+    - dt-bindings: arm: qcom: Fix html link
+    - [arm64] dts: qcom: sc8180x-primus: Fix HALL_INT polarity
+    - [arm64] dts: qcom: sm8450: correct TX Soundwire clock
+    - [arm64] dts: qcom: sm8550: correct TX Soundwire clock
+    - [arm64] dts: qcom: sc7180: Make watchdog bark interrupt edge triggered
+    - [arm64] dts: qcom: sc7280: Mark some nodes as 'reserved'
+    - [arm64] dts: qcom: sc7280: Make watchdog bark interrupt edge triggered
+    - [arm64] dts: qcom: sdm845: Make watchdog bark interrupt edge triggered
+    - [arm64] dts: qcom: sm8150: Make watchdog bark interrupt edge triggered
+    - [arm64] dts: qcom: sm8250: Make watchdog bark interrupt edge triggered
+    - [arm64] dts: qcom: sa8775p: Make watchdog bark interrupt edge triggered
+    - [arm64] dts: qcom: sc8280xp: Make watchdog bark interrupt edge triggered
+    - [arm64] dts: qcom: sm6350: Make watchdog bark interrupt edge triggered
+    - bpf: Add map and need_defer parameters to .map_fd_put_ptr()
+    - bpf: Defer the free of inner map when necessary
+    - bpf: fix check for attempt to corrupt spilled pointer
+    - scsi: fnic: Return error if vmalloc() failed
+    - [arm64] dts: qcom: qrb2210-rb1: Hook up USB3
+    - [arm64] dts: qcom: qrb2210-rb1: use USB host mode
+    - [arm64] dts: qcom: qrb5165-rb5: correct LED panic indicator
+    - [arm64] dts: qcom: sdm845-db845c: correct LED panic indicator
+    - [arm64] dts: qcom: sm6125: add interrupts to DWC3 USB controller
+    - [arm64] dts: qcom: sm8350: Fix DMA0 address
+    - [arm64] dts: qcom: sc7280: Fix up GPU SIDs
+    - [arm64] dts: qcom: sc7280: Mark Adreno SMMU as DMA coherent
+    - [arm64] dts: qcom: sa8775p: fix USB wakeup interrupt types
+    - [arm64] dts: qcom: sc7280: fix usb_2 wakeup interrupt types
+    - [arm64] dts: qcom: sm8550: fix USB wakeup interrupt types
+    - wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem function
+    - wifi: mt76: mt7915: fallback to non-wed mode if platform_get_resource
+      fails in mt7915_mmio_wed_init()
+    - wifi: mt76: mt7996: fix the size of struct bss_rate_tlv
+    - wifi: mt76: mt7996: fix rate usage of inband discovery frames
+    - wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981
+    - wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz band
+    - wifi: mt76: mt7921s: fix workqueue problem causes STA association fail
+    - bpf: Fix verification of indirect var-off stack access
+    - [arm64] dts: hisilicon: hikey970-pmic: fix regulator cells properties
+    - bpf: Guard stack limits against 32bit overflow
+    - bpf: Fix accesses to uninit stack slots
+    - dt-bindings: media: mediatek: mdp3: correct RDMA and WROT node with
+      generic names
+    - wifi: mt76: mt7921: fix country count limitation for CLC
+    - wifi: iwlwifi: don't support triggered EHT CQI feedback
+    - block: Set memalloc_noio to false on device_add_disk() error path
+    - [arm64] dts: xilinx: Apply overlays to base dtbs
+    - [arm64] dts: renesas: white-hawk-cpu: Fix missing serial console pin
+      control
+    - [arm64] dts: imx8mm: Reduce GPU to nominal speed
+    - scsi: ufs: qcom: Fix the return value of ufs_qcom_ice_program_key()
+    - scsi: ufs: qcom: Fix the return value when platform_get_resource_byname()
+      fails
+    - [arm64] scsi: hisi_sas: Replace with standard error code return value
+    - [arm64] scsi: hisi_sas: Check before using pointer variables
+    - [arm64] scsi: hisi_sas: Rollback some operations if FLR failed
+    - [arm64] scsi: hisi_sas: Correct the number of global debugfs registers
+    - [armhf] dts: stm32: don't mix SCMI and non-SCMI board compatibles
+    - bpf: Fix a race condition between btf_put() and map_free()
+    - ipmr: support IP_PKTINFO on cache report IGMP msg
+    - virtio/vsock: fix logic which reduces credit update messages
+    - virtio/vsock: send credit update during setting SO_RCVLOWAT
+    - dma-mapping: clear dev->dma_mem to NULL after freeing it
+    - bpf: Limit the number of uprobes when attaching program to multiple
+      uprobes
+    - bpf: Limit the number of kprobes when attaching program to multiple
+      kprobes
+    - [arm64] dts: qcom: acer-aspire1: Correct audio codec definition
+    - soc: qcom: llcc: Fix dis_cap_alloc and retain_on_pc configuration
+    - [arm64] dts: qcom: sm6375: fix USB wakeup interrupt types
+    - [arm64] dts: qcom: sm6375: Hook up MPM
+    - [arm64] dts: qcom: sm8150: make dispcc cast minimal vote on MMCX
+    - [arm64] dts: qcom: sm8150-hdk: fix SS USB regulators
+    - soc: qcom: llcc: Fix LLCC_TRP_ATTR2_CFGn offset
+    - block: add check of 'minors' and 'first_minor' in device_add_disk()
+    - [arm64] dts: qcom: sc7280: Mark SDHCI hosts as cache-coherent
+    - [arm64] dts: qcom: ipq6018: fix clock rates for GCC_USB0_MOCK_UTMI_CLK
+    - [arm64] dts: qcom: sm8550: Separate out X3 idle state
+    - [arm64] dts: qcom: sm8550: Update idle state time requirements
+    - [arm64] dts: qcom: sc8180x: Mark PCIe hosts cache-coherent
+    - [arm64] dts: qcom: sc8180x: switch PCIe QMP PHY to new style of bindings
+    - [arm64] dts: qcom: sc8180x: Fix up PCIe nodes
+    - bpf: Re-enable unit_size checking for global per-cpu allocator
+    - bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()
+    - bpf: Use c->unit_size to select target cache during free
+    - wifi: rtlwifi: add calculate_bit_shift()
+    - wifi: rtlwifi: rtl8188ee: phy: using calculate_bit_shift()
+    - wifi: rtlwifi: rtl8192c: using calculate_bit_shift()
+    - wifi: rtlwifi: rtl8192cu: using calculate_bit_shift()
+    - wifi: rtlwifi: rtl8192ce: using calculate_bit_shift()
+    - wifi: rtlwifi: rtl8192de: using calculate_bit_shift()
+    - wifi: rtlwifi: rtl8192ee: using calculate_bit_shift()
+    - wifi: rtlwifi: rtl8192se: using calculate_bit_shift()
+    - wifi: iwlwifi: mvm: set siso/mimo chains to 1 in FW SMPS request
+    - wifi: iwlwifi: mvm: send TX path flush in rfkill
+    - wifi: iwlwifi: fix out of bound copy_from_user
+    - wifi: iwlwifi: assign phy_ctxt before eSR activation
+    - netfilter: nf_tables: mark newset as dead on transaction abort
+    - netfilter: nf_tables: validate chain type update if available
+    - Bluetooth: Fix bogus check for re-auth no supported with non-ssp
+    - Bluetooth: btnxpuart: fix recv_buf() return value
+    - Bluetooth: btmtkuart: fix recv_buf() return value
+    - null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORS
+    - [arm64] dts: rockchip: Fix led pinctrl of lubancat 1
+    - wifi: cfg80211: correct comment about MLD ID
+    - wifi: cfg80211: parse all ML elements in an ML probe response
+    - bpf: sockmap, fix proto update hook to avoid dup calls
+    - sctp: support MSG_ERRQUEUE flag in recvmsg()
+    - sctp: fix busy polling
+    - blk-cgroup: fix rcu lockdep warning in blkg_lookup()
+    - net/sched: act_ct: fix skb leak and crash on ooo frags
+    - mlxbf_gige: Fix intermittent no ip issue
+    - mlxbf_gige: Enable the GigE port in mlxbf_gige_open
+    - rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queue
+    - ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()
+    - ARM: davinci: always select CONFIG_CPU_ARM926T
+    - Revert "drm/tidss: Annotate dma-fence critical section in commit path"
+    - Revert "drm/omapdrm: Annotate dma-fence critical section in commit path"
+    - drm/dp_mst: Fix fractional DSC bpp handling
+    - [arm64,armhf] drm/panfrost: Really power off GPU cores in
+      panfrost_gpu_power_off()
+    - RDMA/usnic: Silence uninitialized symbol smatch warnings
+    - [arm64] RDMA/hns: Fix inappropriate err code for unsupported operations
+    - drm/panel: nv3051d: Hold panel in reset for unprepare
+    - drm/panel-elida-kd35t133: hold panel in reset for unprepare
+    - drm/nouveau/fence:: fix warning directly dereferencing a rcu pointer
+    - drm/bridge: tpd12s015: Drop buggy __exit annotation for remove function
+    - drm/tilcdc: Fix irq free on unload
+    - media: pvrusb2: fix use after free on context disconnection
+    - media: mtk-jpeg: Remove cancel worker in mtk_jpeg_remove to avoid the
+      crash of multi-core JPEG devices
+    - media: visl: Hook the (TRY_)DECODER_CMD stateless ioctls
+    - media: verisilicon: Hook the (TRY_)DECODER_CMD stateless ioctls
+    - media: rkvdec: Hook the (TRY_)DECODER_CMD stateless ioctls
+    - media: amphion: Fix VPU core alias name
+    - drm/bridge: Fix typo in post_disable() description
+    - f2fs: fix to avoid dirent corruption
+    - drm/radeon/r600_cs: Fix possible int overflows in r600_cs_check_reg()
+    - drm/radeon/r100: Fix integer overflow issues in r100_cs_track_check()
+    - drm/radeon: check return value of radeon_ring_lock()
+    - drm/tidss: Move reset to the end of dispc_init()
+    - drm/tidss: Return error value from from softreset
+    - drm/tidss: Check for K2G in in dispc_softreset()
+    - drm/tidss: Fix dss reset
+    - drm/imx/lcdc: Fix double-free of driver data
+    - [arm64] drm/msm/mdp4: flush vblank event on disable
+    - [arm64] drm/msm/dpu: Add missing safe_lut_tbl in sc8180x catalog
+    - [arm64] drm/msm/dsi: Use pm_runtime_resume_and_get to prevent refcnt leaks
+    - drm/drv: propagate errors from drm_modeset_register_all()
+    - media: v4l: async: Fix duplicated list deletion
+    - [x86] ASoC: Intel: glk_rt5682_max98357a: fix board id mismatch
+    - [x86] ASoC: Intel: sof_sdw_rt_sdca_jack_common: ctx->headset_codec_dev =
+      NULL
+    - [x86] ASoC: SOF: topology: Use partial match for disconnecting DAI link
+      and DAI widget
+    - [arm64,armhf] drm/panfrost: Ignore core_mask for poweroff and disable
+      PWRTRANS irq
+    - [arm64] drm/msm/dpu: correct clk bit for WB2 block
+    - drm/radeon: check the alloc_workqueue return value in radeon_crtc_init()
+    - drm/radeon/dpm: fix a memleak in sumo_parse_power_table
+    - drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_table
+    - drm/bridge: cdns-mhdp8546: Fix use of uninitialized variable
+    - drm/bridge: tc358767: Fix return value on error case
+    - media: cx231xx: fix a memleak in cx231xx_init_isoc
+    - [arm64] RDMA/hns: Fix memory leak in free_mr_init()
+    - clk: qcom: gpucc-sm8150: Update the gpu_cc_pll1 config
+    - media: bttv: start_streaming should return a proper error code
+    - media: bttv: add back vbi hack
+    - media: imx-mipi-csis: Fix clock handling in remove()
+    - media: imx-mipi-csis: Drop extra clock enable at probe()
+    - media: dt-bindings: media: rkisp1: Fix the port description for the
+      parallel interface
+    - media: rkisp1: Fix media device memory leak
+    - [arm64] drm/msm/adreno: Fix A680 chip id
+    - drm/panel: st7701: Fix AVCL calculation
+    - f2fs: fix to wait on block writeback for post_read case
+    - f2fs: fix to check compress file in f2fs_move_file_range()
+    - f2fs: fix to update iostat correctly in f2fs_filemap_fault()
+    - media: dvbdev: drop refcount on error path in dvb_device_open()
+    - media: dvb-frontends: m88ds3103: Fix a memory leak in an error handling
+      path of m88ds3103_probe()
+    - clk: renesas: rzg2l-cpg: Reuse code in rzg2l_cpg_reset()
+    - clk: renesas: rzg2l: Check reset monitor registers
+    - [arm64] drm/msm/dpu: Set input_sel bit for INTF
+    - [arm64] drm/msm/dpu: Drop enable and frame_count parameters from
+      dpu_hw_setup_misr()
+    - drm/amdgpu/debugfs: fix error code when smc register accessors are NULL
+    - drm/amd/pm: fix a double-free in si_dpm_init
+    - drivers/amd/pm: fix a use-after-free in kv_parse_power_table
+    - gpu/drm/radeon: fix two memleaks in radeon_vm_init
+    - drm/amd/pm: fix a double-free in amdgpu_parse_extended_power_table
+    - f2fs: fix to check return value of f2fs_recover_xattr_data
+    - dt-bindings: clock: Update the videocc resets for sm8150
+    - clk: qcom: videocc-sm8150: Update the videocc resets
+    - clk: qcom: videocc-sm8150: Add missing PLL config property
+    - clk: sp7021: fix return value check in sp7021_clk_probe()
+    - drivers: clk: zynqmp: calculate closest mux rate
+    - drivers: clk: zynqmp: update divider round rate logic
+    - watchdog: set cdev owner before adding
+    - watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO
+    - watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handling
+    - watchdog: rti_wdt: Drop runtime pm reference count when watchdog is unused
+    - clk: rs9: Fix DIF OEn bit placement on 9FGV0241
+    - clk: si5341: fix an error code problem in si5341_output_clk_set_rate
+    - ASoC: amd: vangogh: Drop conflicting ACPI-based probing
+    - ASoC: tas2781: add support for FW version 0x0503
+    - accel/habanalabs: fix information leak in sec_attest_info()
+      (CVE-2023-50431)
+    - clk: qcom: gcc-sm8550: Add the missing RETAIN_FF_ENABLE GDSC flag
+    - clk: qcom: gcc-sm8550: Mark the PCIe GDSCs votable
+    - clk: qcom: gcc-sm8550: use collapse-voting for PCIe GDSCs
+    - clk: qcom: gcc-sm8550: Mark RCGs shared where applicable
+    - clk: qcom: dispcc-sm8550: Update disp PLL settings
+    - clk: fixed-rate: fix clk_hw_register_fixed_rate_with_accuracy_parent_hw
+    - pwm: stm32: Use hweight32 in stm32_pwm_detect_channels
+    - pwm: stm32: Fix enable count for clk in .probe()
+    - ASoC: rt5645: Drop double EF20 entry from dmi_platform_data[]
+    - ALSA: scarlett2: Add missing error check to scarlett2_config_save()
+    - ALSA: scarlett2: Add missing error check to scarlett2_usb_set_config()
+    - ALSA: scarlett2: Allow passing any output to line_out_remap()
+    - ALSA: scarlett2: Add missing error checks to *_ctl_get()
+    - ALSA: scarlett2: Add clamp() in scarlett2_mixer_ctl_put()
+    - mmc: sdhci_am654: Fix TI SoC dependencies
+    - mmc: sdhci_omap: Fix TI SoC dependencies
+    - gpiolib: make gpio_device_get() and gpio_device_put() public
+    - gpiolib: provide gpio_device_find()
+    - gpio: sysfs: drop the mention of gpiochip_find() from sysfs code
+    - IB/iser: Prevent invalidating wrong MR
+    - drm/amdkfd: Confirm list is non-empty before utilizing list_first_entry in
+      kfd_topology.c
+    - drm/amd/pm/smu7: fix a memleak in smu7_hwmgr_backend_init
+    - drm/amd/display: avoid stringop-overflow warnings for
+      dp_decide_lane_settings()
+    - ksmbd: validate the zero field of packet header
+    - of: Fix double free in of_parse_phandle_with_args_map
+    - fbdev: imxfb: fix left margin setting
+    - class: fix use-after-free in class_register()
+    - kernfs: convert kernfs_idr_lock to an irq safe raw spinlock
+    - Revert "kernfs: convert kernfs_idr_lock to an irq safe raw spinlock"
+    - keys, dns: Fix size check of V1 server-list header
+    - [arm*] binder: fix async space check for 0-sized buffers
+    - [arm*] binder: fix unused alloc->free_async_space
+    - [mips*] smp: Call rcutree_report_cpu_starting() earlier
+    - Input: atkbd - use ab83 as id when skipping the getid command
+    - rust: Ignore preserve-most functions
+    - xen-netback: don't produce zero-size SKB frags (CVE-2023-46838)
+    - [arm*] binder: fix race between mmput() and do_exit()
+    - clocksource/drivers/timer-ti-dm: Fix make W=n kerneldoc warnings
+    - [powerpc*] 64s: Increase default stack size to 32KB
+    - tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplug
+    - Revert "usb: gadget: f_uvc: change endpoint allocation in
+      uvc_function_bind()"
+    - usb: phy: mxs: remove CONFIG_USB_OTG condition for mxs_phy_is_otg_host()
+    - usb: dwc: ep0: Update request status in dwc3_ep0_stall_restart
+    - usb: dwc3: gadget: Handle EP0 request dequeuing properly
+    - usb: dwc3: gadget: Queue PM runtime idle on disconnect event
+    - Revert "usb: dwc3: Soft reset phy on probe for host"
+    - Revert "usb: dwc3: don't reset device side if dwc3 was configured as
+      host-only"
+    - usb: chipidea: wait controller resume finished for wakeup irq
+    - usb: cdns3: fix uvc failure work since sg support enabled
+    - usb: cdns3: fix iso transfer error when mult is not zero
+    - usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg enabled
+    - Revert "usb: typec: class: fix typec_altmode_put_partner to put plugs"
+    - usb: typec: class: fix typec_altmode_put_partner to put plugs
+    - usb: mon: Fix atomicity violation in mon_bin_vma_fault
+    - dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: fix path to header
+    - serial: core: fix sanitizing check for RTS settings
+    - serial: core: make sure RS485 cannot be enabled when it is not supported
+    - serial: 8250_bcm2835aux: Restore clock error handling
+    - serial: core, imx: do not set RS485 enabled if it is not supported
+    - serial: imx: Ensure that imx_uart_rs485_config() is called with enabled
+      clock
+    - serial: 8250_exar: Set missing rs485_supported flag
+    - serial: omap: do not override settings for RS485 support
+    - ALSA: oxygen: Fix right channel of capture volume mixer
+    - ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq2xxx
+    - ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on HP
+      ZBook
+    - ALSA: hda/realtek: Enable headset mic on Lenovo M70 Gen5
+    - ksmbd: validate mech token in session setup
+    - ksmbd: fix UAF issue in ksmbd_tcp_new_connection()
+    - ksmbd: only v2 leases handle the directory
+    - ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION
+    - io_uring: don't check iopoll if request completes
+    - io_uring/rw: ensure io->bytes_done is always initialized
+    - io_uring: ensure local task_work is run on wait timeout
+    - fbdev/acornfb: Fix name of fb_ops initializer macro
+    - fbdev: flush deferred work in fb_deferred_io_fsync()
+    - fbdev: flush deferred IO before closing
+    - scsi: ufs: core: Simplify power management during async scan
+    - scsi: target: core: add missing file_{start,end}_write()
+    - scsi: mpi3mr: Refresh sdev queue depth after controller reset
+    - scsi: mpi3mr: Clean up block devices post controller reset
+    - scsi: mpi3mr: Block PEL Enable Command on Controller Reset and
+      Unrecoverable State
+    - drm/amd: Enable PCIe PME from D3
+    - block: add check that partition length needs to be aligned with block size
+    - block: Remove special-casing of compound pages
+    - block: Fix iterating over an empty bio with bio_for_each_folio_all
+    - netfilter: nf_tables: check if catch-all set element is active in next
+      generation (CVE-2024-1085)
+    - pwm: jz4740: Don't use dev_err_probe() in .request()
+    - pwm: Fix out-of-bounds access in of_pwm_single_xlate()
+    - md/raid1: Use blk_opf_t for read and write operations
+    - rootfs: Fix support for rootfstype= when root= is given
+    - Bluetooth: Fix atomicity violation in {min,max}_key_size_set
+    - bpf: Fix re-attachment branch in bpf_tracing_prog_attach
+    - [arm64] iommu/arm-smmu-qcom: Add missing GMU entry to match table
+    - iommu/dma: Trace bounce buffer usage when mapping buffers
+    - wifi: mt76: fix broken precal loading from MTD for mt7915
+    - wifi: rtlwifi: Remove bogus and dangerous ASPM disable/enable code
+    - wifi: rtlwifi: Convert LNKCTL change to PCIe cap RMW accessors
+    - wifi: mwifiex: add extra delay for firmware ready
+    - wifi: mwifiex: configure BSSID consistently when starting AP
+    - wifi: mwifiex: fix uninitialized firmware_stat
+    - net: stmmac: fix ethtool per-queue statistics
+    - Revert "net: rtnetlink: Enslave device before bringing it up"
+    - Revert "nSVM: Check for reserved encodings of TLB_CONTROL in nested VMCB"
+    - cxl/port: Fix decoder initialization when nr_targets > interleave_ways
+    - PCI/P2PDMA: Remove reference to pci_p2pdma_map_sg()
+    - [x86] pci: Reserve ECAM if BIOS didn't include it in PNP0C02 _CRS
+    - PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment support
+    - PCI: mediatek: Clear interrupt status before dispatching handler
+    - [x86] kvm: Do not try to disable kvmclock if it was not enabled
+    - [arm64] KVM: arm64: vgic-v4: Restore pending state on host userspace write
+    - [arm64] KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cache
+    - [x86] KVM: x86/pmu: Move PMU reset logic to common x86 code
+    - [x86] KVM: x86/pmu: Reset the PMU, i.e. stop counters, before refreshing
+    - iio: adc: ad7091r: Pass iio_dev to event handler
+    - HID: sensor-hub: Enable hid core report processing for all devices
+    - HID: wacom: Correct behavior when processing some confidence == false
+      touches
+    - serial: sc16is7xx: add check for unsupported SPI modes during probe
+    - serial: sc16is7xx: set safe default SPI clock frequency
+    - mfd: rk8xx: fixup devices registration with PLATFORM_DEVID_AUTO
+    - mfd: cs42l43: Correct SoundWire port list
+    - mfd: syscon: Fix null pointer dereference in of_syscon_register()
+    - leds: aw2013: Select missing dependency REGMAP_I2C
+    - leds: aw200xx: Fix write to DIM parameter
+    - mfd: tps6594: Add null pointer check to tps6594_device_init()
+    - mfd: intel-lpss: Fix the fractional clock divider flags
+    - srcu: Use try-lock lockdep annotation for NMI-safe access.
+    - [mips*] dmi: Fix early remap on MIPS32
+    - [mips64el] Fix incorrect max_low_pfn adjustment
+    - [riscv64] Check if the code to patch lies in the exit section
+    - [riscv64] Fix module_alloc() that did not reset the linear mapping
+      permissions
+    - [riscv64] Fix set_memory_XX() and set_direct_map_XX() by splitting huge
+      linear mappings
+    - [riscv64] Fix set_direct_map_default_noflush() to reset _PAGE_EXEC
+    - [riscv64] Fixed wrong register in XIP_FIXUP_FLASH_OFFSET macro
+    - power: supply: cw2015: correct time_to_empty units in sysfs
+    - power: supply: bq256xx: fix some problem in bq256xx_hw_init
+    - PCI: Avoid potential out-of-bounds read in pci_dev_for_each_resource()
+    - serial: 8250: omap: Don't skip resource freeing if
+      pm_runtime_resume_and_get() failed
+    - iommu: Map reserved memory as cacheable if device is coherent
+    - perf test: Remove atomics from test_loop to avoid test failures
+    - perf header: Fix segfault on build_mem_topology() error path
+    - libapi: Add missing linux/types.h header to get the __u64 type on io.h
+    - perf test record user-regs: Fix mask for vg register
+    - vfio/pds: Fix calculations in pds_vfio_dirty_sync
+    - perf vendor events arm64 AmpereOne: Rename BPU_FLUSH_MEM_FAULT to
+      GPC_FLUSH_MEM_FAULT
+    - perf mem: Fix error on hybrid related to availability of mem event in a
+      PMU
+    - perf stat: Exit perf stat if parse groups fails
+    - base/node.c: initialize the accessor list before registering
+    - acpi: property: Let args be NULL in __acpi_node_get_property_reference
+    - software node: Let args be NULL in software_node_get_reference_args
+    - serial: imx: fix tx statemachine deadlock
+    - iio: adc: ad9467: fix reset gpio handling
+    - iio: adc: ad9467: don't ignore error codes
+    - iio: adc: ad9467: add mutex to struct ad9467_state
+    - iio: adc: ad9467: fix scale setting
+    - perf header: Fix one memory leakage in perf_event__fprintf_event_update()
+    - perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()
+    - perf genelf: Set ELF program header addresses properly
+    - perf unwind-libdw: Handle JIT-generated DSOs properly
+    - perf unwind-libunwind: Fix base address for .eh_frame
+    - bus: mhi: ep: Do not allocate event ring element on stack
+    - bus: mhi: ep: Use slab allocator where applicable
+    - bus: mhi: ep: Pass mhi_ep_buf_info struct to read/write APIs
+    - PCI: epf-mhi: Fix the DMA data direction of dma_unmap_single()
+    - tty: early return from send_break() on TTY_DRIVER_HARDWARE_BREAK
+    - tty: don't check for signal_pending() in send_break()
+    - tty: use 'if' in send_break() instead of 'goto'
+    - usb: cdc-acm: return correct error code on unsupported break
+    - spmi: mtk-pmif: Serialize PMIF status check and command submission
+    - usb: gadget: webcam: Make g_webcam loadable again
+    - iommu: Don't reserve 0-length IOVA region
+    - power: supply: Fix null pointer dereference in smb2_probe
+    - vdpa: Fix an error handling path in eni_vdpa_probe()
+    - apparmor: Fix ref count leak in task_kill
+    - nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length
+    - nvmet-tcp: fix a crash in nvmet_req_complete()
+    - perf env: Avoid recursively taking env->bpf_progs.lock
+    - perf stat: Fix hard coded LL miss units
+    - cxl/region: fix x9 interleave typo
+    - apparmor: fix possible memory leak in unpack_trans_table
+    - apparmor: avoid crash when parsed profile name is empty
+    - usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transfer
+    - serial: imx: Correct clock error message in function probe()
+    - serial: apbuart: fix console prompt on qemu
+    - perf db-export: Fix missing reference count get in call_path_from_sample()
+    - cxl/port: Fix missing target list lock
+    - spi: coldfire-qspi: Remove an erroneous clk_disable_unprepare() from the
+      remove function
+    - hisi_acc_vfio_pci: Update migration data pointer correctly on
+      saving/resume
+    - nvmet: re-fix tracing strncpy() warning
+    - nvme: trace: avoid memcpy overflow warning
+    - nvmet-tcp: Fix the H2C expected PDU len calculation
+    - PCI: keystone: Fix race condition when initializing PHYs
+    - PCI: mediatek-gen3: Fix translation window size calculation
+    - [s390x] pci: fix max size calculation in zpci_memcpy_toio()
+    - net: qualcomm: rmnet: fix global oob in rmnet_policy
+    - rxrpc: Fix use of Don't Fragment flag
+    - net: ethernet: ti: am65-cpsw: Fix max mtu to fit ethernet frames
+    - amt: do not use overwrapped cb area
+    - net: micrel: Fix PTP frame parsing for lan8841
+    - net: phy: micrel: populate .soft_reset for KSZ9131
+    - ALSA: hda: Properly setup HDMI stream
+    - mptcp: mptcp_parse_option() fix for MPTCPOPT_MP_JOIN
+    - mptcp: strict validation before using mp_opt->hmac
+    - mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect()
+    - mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req()
+    - mptcp: refine opt_mp_capable determination
+    - block: ensure we hold a queue reference when using queue limits
+    - net: stmmac: Fix ethool link settings ops for integrated PCS
+    - udp: annotate data-races around up->pending
+    - erofs: simplify compression configuration parser
+    - erofs: fix inconsistent per-file compression format
+    - net: add more sanity check in virtio_net_hdr_to_skb()
+    - net: netdev_queue: netdev_txq_completed_mb(): fix wake condition
+    - bpf: iter_udp: Retry with a larger batch size without going back to the
+      previous bucket
+    - bpf: Avoid iter->offset making backward progress in bpf_iter_udp
+    - net: tls, fix WARNIING in __sk_msg_free
+    - net: ravb: Fix dma_addr_t truncation in error case
+    - dt-bindings: gpio: xilinx: Fix node address in gpio
+    - gpio: mlxbf3: add an error code check in mlxbf3_gpio_probe
+    - [x86] ASoC: SOF: ipc4-loader: remove the CPC check warnings
+    - drm/amdgpu: fall back to INPUT power for AVG power via INFO IOCTL
+    - net: stmmac: ethtool: Fixed calltrace caused by unbalanced
+      disable_irq_wake calls
+    - bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
+    - net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probe
+    - mptcp: relax check on MPC passive fallback
+    - net: netdevsim: don't try to destroy PHC on VFs
+    - netfilter: nf_tables: reject invalid set policy
+    - netfilter: nft_limit: do not ignore unsupported flags
+    - netfilter: nfnetlink_log: use proper helper for fetching physinif
+    - netfilter: nf_queue: remove excess nf_bridge variable
+    - netfilter: propagate net to nf_bridge_get_physindev
+    - netfilter: bridge: replace physindev with physinif in nf_bridge_info
+    - netfilter: nf_tables: do not allow mismatch field size and set key length
+    - netfilter: nf_tables: skip dead set elements in netlink dump
+    - netfilter: nf_tables: reject NFT_SET_CONCAT with not field length
+      description
+    - ipvs: avoid stat macros calls from preemptible context
+    - io_uring: adjust defer tw counting
+    - kdb: Fix a potential buffer overflow in kdb_local()
+    - [arm64] ptrace: Don't flush ZA/ZT storage when writing ZA via ptrace
+    - ethtool: netlink: Add missing ethnl_ops_begin/complete
+    - loop: fix the the direct I/O support check when used on top of block
+      devices
+    - ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work
+    - i2c: s3c24xx: fix read transfers in polling mode
+    - i2c: s3c24xx: fix transferring more than one message in polling mode
+    - [riscv64] Fix wrong usage of lm_alias() when splitting a huge linear
+      mapping
+    - Revert "KEYS: encrypted: Add check for strsep"
+    - [arm64] dts: armada-3720-turris-mox: set irq type for RTC
+    - Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d""
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.15
+    - docs: sparse: move TW sparse.txt to TW dev-tools
+    - docs: sparse: add sparse.rst to toctree
+    - docs: kernel_feat.py: fix potential command injection
+    - serial: core: Simplify uart_get_rs485_mode()
+    - serial: core: set missing supported flag for RX during TX GPIO
+    - soundwire: bus: introduce controller_id
+    - soundwire: fix initializing sysfs for same devices on different buses
+    - net: stmmac: Tx coe sw fallback
+    - net: stmmac: Prevent DSA tags from breaking COE
+    - iio: adc: ad7091r: Set alert bit in config register
+    - iio: adc: ad7091r: Allow users to configure device events
+    - iio: adc: ad7091r: Enable internal vref if external vref is not supplied
+    - dmaengine: fsl-edma: fix eDMAv4 channel allocation issue
+    - dmaengine: fix NULL pointer in channel unregistration function
+    - dmaengine: idxd: Move dma_free_coherent() out of spinlocked context
+    - scsi: ufs: core: Remove the ufshcd_hba_exit() call from
+      ufshcd_async_scan()
+    - [riscv64] Fix an off-by-one in get_early_cmdline()
+    - scsi: core: Kick the requeue list after inserting when flushing
+    - smb: client: fix parsing of SMB3.1.1 POSIX create context
+    - cifs: handle cases where a channel is closed
+    - cifs: reconnect work should have reference on server struct
+    - cifs: handle when server starts supporting multichannel
+    - cifs: handle when server stops supporting multichannel
+    - Revert "cifs: reconnect work should have reference on server struct"
+    - cifs: reconnect worker should take reference on server struct
+      unconditionally
+    - cifs: handle servers that still advertise multichannel after disabling
+    - cifs: update iface_last_update on each query-and-update
+    - ext4: allow for the last group to be marked as trimmed
+    - async: Split async_schedule_node_domain()
+    - async: Introduce async_schedule_dev_nocall()
+    - PM: sleep: Fix possible deadlocks in core system-wide PM code
+    - OPP: Pass rounded rate to _set_opp()
+    - btrfs: sysfs: validate scrub_speed_max value
+    - crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init
+    - erofs: fix lz4 inplace decompression
+    - crypto: api - Disallow identical driver names
+    - PM: hibernate: Enforce ordering during image compression/decompression
+    - hwrng: core - Fix page fault dead lock on mmap-ed hwrng
+    - [s390x] crypto: s390/aes - Fix buffer overread in CTR mode
+    - [s390x] vfio-ap: unpin pages on gisc registration failure
+    - PM / devfreq: Fix buffer overflow in trans_stat_show
+    - mtd: maps: vmu-flash: Fix the (mtd core) switch to ref counters
+    - mtd: rawnand: Prevent crossing LUN boundaries during sequential reads
+    - mtd: rawnand: Fix core interference with sequential reads
+    - mtd: rawnand: Prevent sequential reads with on-die ECC engines
+    - mtd: rawnand: Clarify conditions to enable continuous reads
+    - soc: qcom: pmic_glink_altmode: fix port sanity check
+    - media: imx355: Enable runtime PM before registering async sub-device
+    - media: ov9734: Enable runtime PM before registering async sub-device
+    - media: ov13b10: Enable runtime PM before registering async sub-device
+    - media: ov01a10: Enable runtime PM before registering async sub-device
+    - soc: fsl: cpm1: tsa: Fix __iomem addresses declaration
+    - soc: fsl: cpm1: qmc: Fix __iomem addresses declaration
+    - soc: fsl: cpm1: qmc: Fix rx channel reset
+    - [s390x] vfio-ap: always filter entire AP matrix
+    - [s390x] vfio-ap: loop over the shadow APCB when filtering guest's AP
+      configuration
+    - [s390x] vfio-ap: let on_scan_complete() callback filter matrix and update
+      guest's APCB
+    - [s390x] vfio-ap: reset queues filtered from the guest's AP config
+    - [s390x] vfio-ap: reset queues associated with adapter for queue unbound
+      from driver
+    - [s390x] vfio-ap: do not reset queue removed from host config
+    - nbd: always initialize struct msghdr completely
+    - [mips*] Fix max_mapnr being uninitialized on early stages
+    - bus: mhi: host: Add alignment check for event ring read pointer
+    - bus: mhi: host: Drop chan lock before queuing buffers
+    - bus: mhi: host: Add spinlock to protect WP access when queueing TREs
+    - [armhf] dts: imx6q-apalis: add can power-up delay on ixora board
+    - [arm64] dts: qcom: sc8280xp-crd: fix eDP phy compatible
+    - [armhf] dts: samsung: exynos4210-i9100: Unconditionally enable LDO12
+    - [arm64] dts: rockchip: configure eth pad driver strength for orangepi r1
+      plus lts
+    - [arm64] dts: rockchip: Fix rk3588 USB power-domain clocks
+    - [arm64] dts: qcom: msm8916: Make blsp_dma controlled-remotely
+    - [arm64] dts: qcom: msm8939: Make blsp_dma controlled-remotely
+    - [arm64] dts: qcom: sc7180: fix USB wakeup interrupt types
+    - [arm64] dts: qcom: sdm845: fix USB wakeup interrupt types
+    - [arm64] dts: qcom: sdm670: fix USB wakeup interrupt types
+    - [arm64] dts: qcom: sm8150: fix USB wakeup interrupt types
+    - [arm64] dts: qcom: sc8180x: fix USB wakeup interrupt types
+    - [arm64] dts: qcom: sc7280: fix usb_1 wakeup interrupt types
+    - [arm64] dts: qcom: Add missing vio-supply for AW2013
+    - [arm64] dts: qcom: sdm845: fix USB DP/DM HS PHY interrupts
+    - [arm64] dts: qcom: sdm845: fix USB SS wakeup
+    - [arm64] dts: qcom: sm8150: fix USB DP/DM HS PHY interrupts
+    - [arm64] dts: qcom: sm8150: fix USB SS wakeup
+    - [arm64] dts: qcom: sc8180x: fix USB DP/DM HS PHY interrupts
+    - [arm64] dts: qcom: sc8180x: fix USB SS wakeup
+    - [arm64] dts: qcom: sdm670: fix USB DP/DM HS PHY interrupts
+    - [arm64] dts: qcom: sdm670: fix USB SS wakeup
+    - lsm: new security_file_ioctl_compat() hook
+    - dlm: use kernel_connect() and kernel_bind()
+    - docs: kernel_abi.py: fix command injection
+    - scripts/get_abi: fix source path leak
+    - media: videobuf2-dma-sg: fix vmap callback
+    - mmc: core: Use mrq.sbc in close-ended ffu
+    - mmc: mmc_spi: remove custom DMA mapped buffers
+    - media: i2c: st-mipid02: correct format propagation
+    - media: mtk-jpeg: Fix timeout schedule error in mtk_jpegdec_worker.
+    - media: mtk-jpeg: Fix use after free bug due to error path handling in
+      mtk_jpeg_dec_device_run
+    - [riscv64] mm: Fixup compat arch_get_mmap_end
+    - [riscv64] mm: Fixup compat mode boot failure
+    - [arm64] Rename ARM64_WORKAROUND_2966298
+    - [arm64] errata: Add Cortex-A510 speculative unprivileged load workaround
+    - [arm64] sme: Always exit sme_alloc() early with existing storage
+    - [arm64] entry: fix ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD
+    - rtc: cmos: Use ACPI alarm for non-Intel x86 systems too
+    - rtc: Adjust failure return code for cmos_set_alarm()
+    - rtc: mc146818-lib: Adjust failure return code for mc146818_get_time()
+    - rtc: Add support for configuring the UIP timeout for RTC reads
+    - rtc: Extend timeout for waiting for UIP to clear to 1s
+    - nouveau/vmm: don't set addr on the fail path to avoid warning
+    - efi: disable mirror feature during crashkernel
+    - ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path
+    - selftests: mm: hugepage-vmemmap fails on 64K page size systems
+    - mm/rmap: fix misplaced parenthesis of a likely()
+    - mm/sparsemem: fix race in accessing memory_section->usage
+    - rename(): fix the locking of subdirectories
+    - serial: sc16is7xx: improve regmap debugfs by using one regmap per port
+    - serial: sc16is7xx: remove wasteful static buffer in
+      sc16is7xx_regmap_name()
+    - serial: sc16is7xx: remove global regmap from struct sc16is7xx_port
+    - serial: sc16is7xx: remove unused line structure member
+    - serial: sc16is7xx: change EFR lock to operate on each channels
+    - serial: sc16is7xx: convert from _raw_ to _noinc_ regmap functions for FIFO
+    - serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe
+      error
+    - serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq()
+    - serial: sc16is7xx: improve do/while loop in sc16is7xx_irq()
+    - mm: page_alloc: unreserve highatomic page blocks before oom
+    - serial: Do not hold the port lock when setting rx-during-tx GPIO
+    - ksmbd: set v2 lease version on lease upgrade
+    - ksmbd: fix potential circular locking issue in smb2_set_ea()
+    - ksmbd: don't increment epoch if current state and request state are same
+    - ksmbd: send lease break notification on FILE_RENAME_INFORMATION
+    - ksmbd: Add missing set_freezable() for freezable kthread
+    - dt-bindings: net: snps,dwmac: Tx coe unsupported
+    - bpf: move explored_state() closer to the beginning of verifier.c
+    - bpf: extract same_callsites() as utility function
+    - bpf: exact states comparison for iterator convergence checks
+    - bpf: correct loop detection for iterators convergence
+    - bpf: print full verifier states on infinite loop detection
+    - bpf: extract __check_reg_arg() utility function
+    - bpf: extract setup_func_entry() utility function
+    - bpf: verify callbacks as if they are called unknown number of times
+    - bpf: widening for callback iterators
+    - bpf: keep track of max number of bpf_loop callback iterations
+    - Revert "drm/amd: Enable PCIe PME from D3"
+    - cifs: fix lock ordering while disabling multichannel
+    - cifs: fix a pending undercount of srv_count
+    - cifs: after disabling multichannel, mark tcon for reconnect
+    - SUNRPC: use request size to initialize bio_vec in svc_udp_sendto()
+    - wifi: mac80211: fix potential sta-link leak
+    - net/smc: fix illegal rmb_desc access in SMC-D connection dump
+    - tcp: make sure init the accept_queue's spinlocks once
+    - bnxt_en: Wait for FLR to complete during probe
+    - bnxt_en: Prevent kernel warning when running offline self test
+    - vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPING
+    - llc: make llc_ui_sendmsg() more robust against bonding changes
+    - llc: Drop support for ETH_P_TR_802_2.
+    - udp: fix busy polling
+    - net: fix removing a namespace with conflicting altnames
+    - tun: fix missing dropped counter in tun_xdp_act
+    - tun: add missing rx stats accounting in tun_xdp_act
+    - net: micrel: Fix PTP frame parsing for lan8814
+    - net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recv
+    - netfs, fscache: Prevent Oops in fscache_put_cache()
+    - tracing: Ensure visibility when inserting an element into tracing_map
+    - afs: Hide silly-rename files from userspace
+    - tcp: Add memory barrier to tcp_push()
+    - netlink: fix potential sleeping issue in mqueue_flush_file
+    - ipv6: init the accept_queue's spinlocks in inet6_create
+    - net/sched: flower: Fix chain template offload
+    - net/mlx5e: Fix operation precedence bug in port timestamping napi_poll
+      context
+    - net/mlx5e: Fix peer flow lists handling
+    - net/mlx5: Fix a WARN upon a callback command failure
+    - net/mlx5: Bridge, Enable mcast in smfs steering mode
+    - net/mlx5: Bridge, fix multicast packets sent to uplink
+    - net/mlx5: DR, Use the right GVMI number for drop action
+    - net/mlx5: DR, Can't go to uplink vport on RX rule
+    - net/mlx5: Use mlx5 device constant for selecting CQ period mode for ASO
+    - net/mlx5e: Allow software parsing when IPsec crypto is enabled
+    - net/mlx5e: Ignore IPsec replay window values on sender side
+    - net/mlx5e: fix a double-free in arfs_create_groups
+    - net/mlx5e: fix a potential double-free in fs_any_create_groups
+    - rcu: Defer RCU kthreads wakeup when CPU is dying
+    - netfilter: nft_limit: reject configurations that cause integer overflow
+    - netfilter: nf_tables: restrict anonymous set and map names to 16 bytes
+    - netfilter: nf_tables: validate NFPROTO_* family
+    - net: stmmac: Wait a bit for the reset to take effect
+    - net: mvpp2: clear BM pool before initialization
+    - xsk: recycle buffer in case Rx queue was full
+    - xsk: make xsk_buff_pool responsible for clearing xdp_buff::flags
+    - bpf: Propagate modified uaddrlen from cgroup sockaddr programs
+    - bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from
+      bpf
+    - xsk: fix usage of multi-buffer BPF helpers for ZC XDP
+    - ice: work on pre-XDP prog frag count
+    - i40e: handle multi-buffer packets that are shrunk by xdp prog
+    - ice: remove redundant xdp_rxq_info registration
+    - [x86] intel: xsk: initialize skb_frag_t::bv_offset in ZC drivers
+    - ice: update xdp_rxq_info::frag_size for ZC enabled Rx queue
+    - xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOL
+    - i40e: set xdp_rxq_info::frag_size
+    - i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queue
+    - fjes: fix memleaks in fjes_hw_setup
+    - net: fec: fix the unhandled context fault from smmu
+    - tsnep: Remove FCS for XDP data path
+    - tsnep: Fix XDP_RING_NEED_WAKEUP for empty fill ring
+    - btrfs: scrub: avoid use-after-free when chunk length is not 64K aligned
+    - btrfs: zoned: fix lock ordering in btrfs_zone_activate()
+    - btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume
+      being deleted
+    - btrfs: ref-verify: free ref cache before clearing mount opt
+    - btrfs: tree-checker: fix inline ref size in error messages
+    - btrfs: don't warn if discard range is not aligned to sector
+    - btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args
+    - btrfs: don't abort filesystem when attempting to snapshot deleted
+      subvolume
+    - rbd: don't move requests to the running list on errors
+    - exec: Fix error handling in begin_new_exec()
+    - wifi: iwlwifi: fix a memory corruption
+    - nfsd: fix RELEASE_LOCKOWNER
+    - hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 Kbytes
+    - netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress
+      basechain
+    - netfilter: nf_tables: reject QUEUE/DROP verdict parameters (CVE-2024-1086)
+    - [x86] platform/x86: intel-uncore-freq: Fix types in sysfs callbacks
+    - [x86] platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe
+    - ksmbd: fix global oob in ksmbd_nl_policy
+    - firmware: arm_scmi: Check mailbox/SMT channel for consistency
+    - Revert "drivers/firmware: Move sysfb_init() from device_initcall to
+      subsys_initcall_sync"
+    - drm/amdgpu: Fix the null pointer when load rlc firmware
+    - xfs: read only mounts with fsopen mount API are busted
+    - gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04
+    - [x86] cpufreq: intel_pstate: Refine computation of P-state for given
+      frequency
+    - [x86] Revert "drm/i915/dsi: Do display on sequence later on icl+"
+    - drm: Don't unref the same fb many times by mistake due to deadlock
+      handling
+    - drm/bridge: nxp-ptn3460: fix i2c_master_send() error checking
+    - drm: Fix TODO list mentioning non-KMS drivers
+    - drm/tidss: Fix atomic_flush check
+    - drm: Disable the cursor plane on atomic contexts with virtualized drivers
+    - drm/virtio: Disable damage clipping if FB changed since last page-flip
+    - drm: Allow drivers to indicate the damage helpers to ignore damage clips
+    - drm/amd/display: fix bandwidth validation failure on DCN 2.1
+    - drm/amd/display: Disable PSR-SU on Parade 0803 TCON again
+    - Revert "drm/amd/display: fix bandwidth validation failure on DCN 2.1"
+    - drm/bridge: nxp-ptn3460: simplify some error checking
+    - drm/amdgpu: correct the cu count for gfx v11
+    - drm/amd/display: Fix variable deferencing before NULL check in
+      edp_setup_replay()
+    - drm/amd/display: Port DENTIST hang and TDR fixes to OTG disable W/A
+    - drm/amd/display: Align the returned error code with legacy DP
+    - drm/amd/display: Fix late derefrence 'dsc' check in
+      'link_set_dsc_pps_packet()'
+    - drm/amdgpu/pm: Fix the power source flag error
+    - drm/amd/display: Fix uninitialized variable usage in core_link_
+      'read_dpcd() & write_dpcd()' functions
+    - net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not
+      set
+    - [x86] thermal: intel: hfi: Refactor enabling code into helper functions
+    - [x86] thermal: intel: hfi: Disable an HFI instance when all its CPUs go
+      offline
+    - [x86] thermal: intel: hfi: Add syscore callbacks for system-wide PM
+    - fs/pipe: move check to pipe_has_watch_queue()
+    - pipe: wakeup wr_wait after setting max_usage
+    - media: v4l: cci: Include linux/bits.h
+    - media: v4l: cci: Add macros to obtain register width and address
+    - media: v4l2-cci: Add support for little-endian encoded registers
+    - media: i2c: imx290: Properly encode registers as little-endian
+    - thermal: trip: Drop redundant trips check from for_each_thermal_trip()
+    - thermal: core: Store trip pointer in struct thermal_instance
+    - thermal: gov_power_allocator: avoid inability to reset a cdev
+    - mm: migrate: record the mlocked page status to remove unnecessary lru
+      drain
+    - mm: migrate: fix getting incorrect page mapping during page migration
+    - serial: core: Provide port lock wrappers
+    - serial: sc16is7xx: Use port lock wrappers
+    - serial: sc16is7xx: fix unconditional activation of THRI interrupt
+    - btrfs: zoned: factor out prepare_allocation_zoned()
+    - btrfs: zoned: optimize hint byte for zoned allocator
+    - [x86] drm/i915/lnl: Remove watchdog timers for PSR
+    - [x86] drm/i915/psr: Only allow PSR in LPSP mode on HSW non-ULT
+    - drm/panel-edp: Add AUO B116XTN02, BOE NT116WHM-N21,836X2, NV116WHM-N49
+      V8.0
+    - drm/panel-edp: drm/panel-edp: Fix AUO B116XAK01 name and timing
+    - drm/panel-edp: drm/panel-edp: Fix AUO B116XTN02 name
+    - drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs
+    - drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs
+    - drm/bridge: parade-ps8640: Wait for HPD when doing an AUX transfer
+    - drm: panel-simple: add missing bus flags for Tianma tm070jvhg[30/33]
+    - drm/panel: samsung-s6d7aa0: drop DRM_BUS_FLAG_DE_HIGH for lsl080al02
+    - drm/bridge: sii902x: Fix probing race issue
+    - drm/bridge: sii902x: Fix audio codec unregistration
+    - drm/bridge: parade-ps8640: Ensure bridge is suspended in .post_disable()
+    - drm/bridge: parade-ps8640: Make sure we drop the AUX mutex in the error
+      case
+    - memblock: fix crash when reserved memory is not added to memory
+    - [arm64] firmware: arm_scmi: Use xa_insert() to store opps
+    - [arm64] firmware: arm_scmi: Use xa_insert() when saving raw queues
+    - gpio: eic-sprd: Clear interrupt after set the interrupt type
+    - block: Move checking GENHD_FL_NO_PART to bdev_add_partition()
+    - drm/bridge: anx7625: Ensure bridge is suspended in disable()
+    - cpufreq/amd-pstate: Fix setting scaling max/min freq values
+    - spi: bcm-qspi: fix SFDP BFPT read by usig mspi read
+    - spi: spi-cadence: Reverse the order of interleaved write and read
+      operations
+    - cifs: fix stray unlock in cifs_chan_skip_or_disable
+    - spi: fix finalize message on error return
+    - [mips*] lantiq: register smp_ops on non-smp platforms
+    - drm: bridge: samsung-dsim: Don't use FORCE_STOP_STATE
+    - cxl/region:Fix overflow issue in alloc_hpa()
+    - [mips*] Call lose_fpu(0) before initializing fcr31 in
+      mips_set_personality_nan
+    - genirq: Initialize resend_node hlist for all interrupt descriptors
+    - clocksource: Skip watchdog check for large watchdog intervals
+    - tick/sched: Preserve number of idle sleeps across CPU hotplug events
+    - [x86] entry/ia32: Ensure s32 is sign extended to s64
+    - serial: core: fix kernel-doc for uart_port_unlock_irqrestore()
+    - thermal: trip: Drop lockdep assertion from thermal_zone_trip_id()
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Refresh "serial: core: Use port lock wrappers"
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 03 Feb 2024 11:14:21 +0100
+
+linux (6.6.13-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.12
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.13
+    - f2fs: explicitly null-terminate the xattr list
+    - ALSA: hda - Fix speaker and headset mic pin config for CHUWI CoreBook XPro
+    - mptcp: fix uninit-value in mptcp_incoming_options
+    - wifi: cfg80211: lock wiphy mutex for rfkill poll
+    - wifi: avoid offset calculation on NULL pointer
+    - wifi: mac80211: handle 320 MHz in ieee80211_ht_cap_ie_to_sta_ht_cap
+    - debugfs: fix automount d_fsdata usage
+    - ALSA: hda: intel-nhlt: Ignore vbps when looking for DMIC 32 bps format
+    - nvme-core: fix a memory leak in nvme_ns_info_from_identify()
+    - io_uring: use fget/fput consistently
+    - block: warn once for each partition in bio_check_ro()
+    - drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interrupt
+    - drm/amd/display: update dcn315 lpddr pstate latency
+    - drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointer
+    - drm/amdgpu: Use another offset for GC 9.4.3 remap
+    - Revert "drm/prime: Unexport helpers for fd/handle conversion"
+    - blk-mq: don't count completed flush data request as inflight in case of
+      quiesce
+    - nvme-core: check for too small lba shift
+    - [x86] ASoC: amd: yc: Add HP 255 G10 into quirk table
+    - [x86] ASoC: Intel: Skylake: Fix mem leak in few functions
+    - [x86] ASoC: SOF: topology: Fix mem leak in sof_dai_load()
+    - [x86] ASoC: Intel: Skylake: mem leak in skl register function
+    - ASoC: rt5650: add mutex to avoid the jack detection failure
+    - [x86] ASoC: Intel: skl_hda_dsp_generic: Drop HDMI routes when HDMI is not
+      available
+    - [x86] ASoC: SOF: ipc4-topology: Add core_mask in struct snd_sof_pipeline
+    - [x86] ASoC: SOF: sof-audio: Modify logic for enabling/disabling topology
+      cores
+    - nouveau/tu102: flush all pdbs on vmm flush
+    - [x86] ASoC: amd: yc: Add DMI entry to support System76 Pangolin 13
+    - [x86] ASoC: hdac_hda: Conditionally register dais for HDMI and Analog
+    - [x86] ASoC: SOF: ipc4-topology: Correct data structures for the SRC module
+    - [x86] ASoC: SOF: ipc4-topology: Correct data structures for the GAIN
+      module
+    - net/tg3: fix race condition in tg3_reset_task()
+    - ASoC: da7219: Support low DC impedance headset
+    - nvme: introduce helper function to get ctrl state
+    - nvme: ensure reset state check ordering
+    - nvme-ioctl: move capable() admin check to the end
+    - nvme: prevent potential spectre v1 gadget
+    - nvme: fix deadlock between reset and scan
+    - [arm64] dts: rockchip: Fix PCI node addresses on rk3399-gru
+    - drm/amd/display: Add monitor patch for specific eDP
+    - drm/amdgpu: Add NULL checks for function pointers
+    - [armhf] drm/exynos: fix a potential error pointer dereference
+    - [armhf] drm/exynos: fix a wrong error checking
+    - ALSA: pcmtest: stop timer before buffer is released
+    - [x86] hwmon: (corsair-psu) Fix probe when built-in
+    - [arm64] clk: rockchip: rk3568: Add PLL rate for 292.5MHz
+    - [arm64] clk: rockchip: rk3128: Fix HCLK_OTG gate register
+    - soundwire: intel_ace2x: fix AC timing setting for ACE2.x
+    - jbd2: correct the printing of write_flags in jbd2_write_superblock()
+    - jbd2: increase the journal IO's priority
+    - drm/crtc: Fix uninit-value bug in drm_mode_setcrtc
+    - neighbour: Don't let neigh_forced_gc() disable preemption for long
+    - [x86] platform/x86: intel-vbtn: Fix missing tablet-mode-switch events
+    - jbd2: fix soft lockup in journal_finish_inode_data_buffers()
+    - tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
+    - tracing: Add size check when printing trace_marker output
+    - tracing: Fix uaf issue when open the hist or hist_debug file
+    - ring-buffer: Do not record in NMI if the arch does not support cmpxchg in
+      NMI
+    - Input: psmouse - enable Synaptics InterTouch for ThinkPad L14 G1
+    - [arm64] reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning
+    - Input: atkbd - skip ATKBD_CMD_GETID in translated mode
+    - Input: i8042 - add nomux quirk for Acer P459-G2-M
+    - pinctrl: amd: Mask non-wake source pins with interrupt enabled at suspend
+    - [s390x] scm: fix virtual vs physical address confusion
+    - wifi: iwlwifi: pcie: avoid a NULL pointer dereference
+    - Input: xpad - add Razer Wolverine V2 support
+    - driver core: Add a guard() definition for the device_lock()
+    - HID: nintendo: fix initializer element is not constant error
+    - [x86] platform/x86: thinkpad_acpi: fix for incorrect fan reporting on some
+      ThinkPad systems
+    - [amd64] platform/x86/amd/pmc: Move platform defines to header
+    - [amd64] platform/x86/amd/pmc: Only run IRQ1 firmware version check on
+      Cezanne
+    - [amd64] platform/x86/amd/pmc: Move keyboard wakeup disablement detection
+      to pmc-quirks
+    - [amd64] platform/x86/amd/pmc: Disable keyboard wakeup on AMD Framework 13
+    - [x86] ASoC: Intel: bytcr_rt5640: Add quirk for the Medion Lifetab S10346
+    - [x86] ASoC: Intel: bytcr_rt5640: Add new swapped-speakers quirk
+    - ALSA: hda/realtek: Add quirks for ASUS Zenbook 2022 Models
+    - dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM
+    - HID: nintendo: Prevent divide-by-zero on code
+    - smb: client: fix potential OOB in smb2_dump_detail() (CVE-2023-6610)
+    - [arm64,armhf] i2c: rk3x: fix potential spinlock recursion on poll
+    - drm/amd/display: Add case for dcn35 to support usb4 dmub hpd event
+    - drm/amd/display: get dprefclk ss info from integration info table
+    - posix-timers: Get rid of [COMPAT_]SYS_NI() uses
+    - ida: Fix crash in ida_free when the bitmap is empty (CVE-2023-6915)
+    - virtio_blk: fix snprintf truncation compiler warning
+    - nfc: Do not send datagram if socket state isn't LLCP_BOUND
+    - net: qrtr: ns: Return 0 if server port is not present
+    - connector: Fix proc_event_num_listeners count not cleared
+    - [armhf] sun9i: smp: fix return code check of of_property_match_string
+    - [x86] csum: Remove unnecessary odd handling
+    - [x86] csum: clean up `csum_partial' further
+    - drm/crtc: fix uninitialized variable use
+    - [x86] microcode: do not cache microcode if it will not be used
+    - ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP Envy X360 13-ay0xxx
+    - ACPI: resource: Add another DMI match for the TongFang GMxXGxx
+    - [arm64] bus: moxtet: Mark the irq as shared
+    - [arm64] bus: moxtet: Add spi device table
+    - [x86] ASoC: SOF: Intel: hda-codec: Delay the codec device registration
+    - drm/amd/display: Pass pwrseq inst for backlight and ABM
+    - ksmbd: don't allow O_TRUNC open on read-only share
+    - ksmbd: free ppace array on error in parse_dacl
+    - Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"
+    - [arm*] binder: use EPOLLERR from eventpoll.h
+    - [arm*] binder: fix use-after-free in shinker's callback
+    - [arm*] binder: fix trivial typo of binder_free_buf_locked()
+    - [arm*] binder: fix comment on binder_alloc_new_buf() return value
+    - uio: Fix use-after-free in uio_open
+    - parport: parport_serial: Add Brainboxes BAR details
+    - parport: parport_serial: Add Brainboxes device IDs and geometry
+    - PCI: Add ACS quirk for more Zhaoxin Root Ports
+    - scripts/decode_stacktrace.sh: optionally use LLVM utilities
+    - mm/memory_hotplug: fix memmap_on_memory sysfs value retrieval
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 20 Jan 2024 20:37:22 +0100
+
+linux (6.6.11-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.10
+    - ksmbd: Remove unused field in ksmbd_user struct
+    - ksmbd: reorganize ksmbd_iov_pin_rsp()
+    - ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()
+    - ksmbd: fix missing RDMA-capable flag for IPoIB device in
+      ksmbd_rdma_capable_netdev()
+    - ksmbd: add support for surrogate pair conversion
+    - ksmbd: no need to wait for binded connection termination at logoff
+    - ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()
+    - ksmbd: prevent memory leak on error return
+    - ksmbd: separately allocate ci per dentry
+    - ksmbd: move oplock handling after unlock parent dir
+    - ksmbd: release interim response after sending status pending response
+    - ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncId
+    - ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on error
+    - ksmbd: set epoch in create context v2 lease
+    - ksmbd: set v2 lease capability
+    - ksmbd: downgrade RWH lease caching state to RH for directory
+    - ksmbd: send v2 lease break notification for directory
+    - ksmbd: lazy v2 lease break on smb2_write()
+    - ksmbd: avoid duplicate opinfo_put() call on error of
+      smb21_lease_break_ack()
+    - fs: new accessor methods for atime and mtime
+    - client: convert to new timestamp accessors
+    - fs: cifs: Fix atime update check
+    - virtio_ring: fix syncs DMA memory with different direction
+    - kexec: fix KEXEC_FILE dependencies
+    - kexec: select CRYPTO from KEXEC_FILE instead of depending on it
+    - linux/export: Fix alignment for 64-bit ksymtab entries
+    - linux/export: Ensure natural alignment of kcrctab array
+    - mptcp: refactor sndbuf auto-tuning
+    - mptcp: fix possible NULL pointer dereference on close
+    - mptcp: fix inconsistent state on fastopen race
+    - block: renumber QUEUE_FLAG_HW_WC
+    - [x86] platform/x86/intel/pmc: Add suspend callback
+    - [x86] platform/x86/intel/pmc: Allow reenabling LTRs
+    - [x86] platform/x86/intel/pmc: Move GBE LTR ignore to suspend callback
+    - ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()
+    - maple_tree: do not preallocate nodes for slot stores
+    - mm/filemap: avoid buffered read/write race to read inconsistent data
+    - mm: migrate high-order folios in swap cache correctly
+    - mm/memory-failure: cast index to loff_t before shifting it
+    - mm/memory-failure: check the mapcount of the precise page
+    - Revert "nvme-fc: fix race between error recovery and creating association"
+    - ring-buffer: Fix wake ups when buffer_percent is set to 100
+    - ftrace: Fix modification of direct_function hash while in use
+    - tracing: Fix blocked reader of snapshot buffer
+    - wifi: cfg80211: fix CQM for non-range use
+    - wifi: nl80211: fix deadlock in nl80211_set_cqm_rssi (6.6.x)
+    - netfilter: nf_tables: skip set commit for deleted/destroyed sets
+      (CVE-2024-0193)
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.11
+    - keys, dns: Fix missing size check of V1 server-list header
+    - ALSA: hda/realtek: enable SND_PCI_QUIRK for hp pavilion 14-ec1xxx series
+    - ALSA: hda/realtek: fix mute/micmute LEDs for a HP ZBook
+    - ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP ProBook 440 G6
+    - drm/amd/display: pbn_div need be updated for hotplug event
+    - mptcp: prevent tcp diag from closing listener subflows
+    - Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"
+    - [x86] drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV,
+      G200SE
+    - cifs: cifs_chan_is_iface_active should be called with chan_lock held
+    - cifs: do not depend on release_iface for maintaining iface_list
+    - [x86] KVM: x86/pmu: fix masking logic for MSR_CORE_PERF_GLOBAL_CTRL
+    - wifi: iwlwifi: pcie: don't synchronize IRQs from IRQ (Closes: #1058887)
+    - [arm64] drm/bridge: ti-sn65dsi86: Never store more than msg->size bytes in
+      AUX xfer
+    - netfilter: nf_tables: set transport offset from mac header for
+      netdev/egress
+    - nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to
+      llcp_local
+    - [x86] drm/i915/dp: Fix passing the correct DPCD_REV for
+      drm_dp_set_phy_test_pattern
+    - [x86] drm/i915/perf: Update handling of MMIO triggered reports
+    - ice: Fix link_down_on_close message
+    - ice: Shut down VSI with "link-down-on-close" enabled
+    - i40e: Fix filter input checks to prevent config with invalid values
+    - igc: Report VLAN EtherType matching back to user
+    - igc: Check VLAN TCI mask
+    - igc: Check VLAN EtherType mask
+    - net: sched: em_text: fix possible memory leak in em_text_destroy()
+    - r8169: Fix PCI error on system resume
+    - net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)
+    - [armhf] sun9i: smp: Fix array-index-out-of-bounds read in
+      sunxi_mc_smp_init
+    - sfc: fix a double-free bug in efx_probe_filters
+    - [arm64] net: bcmgenet: Fix FCS generation for fragmented skbuffs
+    - netfilter: nf_nat: fix action not being set for all ct states
+    - netfilter: nft_immediate: drop chain reference counter on error
+    - net: Save and restore msg_namelen in sock_sendmsg
+    - i40e: fix use-after-free in i40e_aqc_add_filters()
+    - [arm64] ASoC: meson: g12a-toacodec: Validate written enum values
+    - [arm64] ASoC: meson: g12a-tohdmitx: Validate written enum values
+    - [arm64] ASoC: meson: g12a-toacodec: Fix event generation
+    - [arm64] ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF mux
+    - i40e: Restore VF MSI-X state during PCI reset
+    - igc: Fix hicredit calculation
+    - apparmor: Fix move_mount mediation by detecting if source is detached
+    - virtio_net: avoid data-races on dev->stats fields
+    - virtio_net: fix missing dma unmap for resize
+    - net/qla3xxx: fix potential memleak in ql_alloc_buffer_queues
+    - net/smc: fix invalid link access in dumping SMC-R connections
+    - asix: Add check for usbnet_get_endpoints
+    - bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters()
+    - net: Implement missing SO_TIMESTAMPING_NEW cmsg support
+    - mm: convert DAX lock/unlock page to lock/unlock folio
+    - mm/memory-failure: pass the folio and the page to collect_procs()
+    - xsk: add multi-buffer support for sockets sharing umem
+    - tcp: derive delack_max from rto_min
+    - bpftool: Fix -Wcast-qual warning
+    - bpftool: Align output skeleton ELF code
+    - crypto: xts - use 'spawn' for underlying single-block cipher
+    - [x86] crypto: qat - fix double free during reset
+    - crypto: hisilicon/qm - fix EQ/AEQ interrupt issue
+    - RDMA/mlx5: Fix mkey cache WQ flush
+    - ACPI: thermal: Fix acpi_thermal_unregister_thermal_zone() cleanup
+    - rcu: Break rcu_node_0 --> &rq->__lock order
+    - rcu: Introduce rcu_cpu_online()
+    - rcu/tasks: Handle new PF_IDLE semantics
+    - rcu/tasks-trace: Handle new PF_IDLE semantics
+    - [riscv64] don't probe unaligned access speed if already done
+    - [s390x] KVM: s390: vsie: fix wrong VIR 37 when MSO is used
+    - [arm64,armhf] phy: ti: gmii-sel: Fix register offset when parent is not a
+      syscon node
+    - [arm64] dmaengine: ti: k3-psil-am62: Fix SPI PDMA data
+    - [arm64] dmaengine: ti: k3-psil-am62a: Fix SPI PDMA data
+    - iio: imu: adis16475: use bit numbers in assign_bit()
+    - [amd64] iommu/vt-d: Support enforce_cache_coherency only for empty domains
+    - [armhf] clk: rockchip: rk3128: Fix aclk_peri_src's parent
+    - [armhf] clk: rockchip: rk3128: Fix SCLK_SDMMC's clock name
+    - [x86] drm/i915: Call intel_pre_plane_updates() also for pipes getting
+      enabled
+    - drm/amd/display: Increase num voltage states to 40
+    - cxl: Add cxl_decoders_committed() helper
+    - cxl/core: Always hold region_rwsem while reading poison lists
+    - kernel/resource: Increment by align value in get_free_mem_region()
+    - drm/amd/display: Increase frame warning limit with KASAN or KCSAN in dml
+    - [amd64] dmaengine: idxd: Protect int_handle field in hw descriptor
+    - [riscv64] KVM: update external interrupt atomically for IMSIC swfile
+    - [powerpc*] pseries/vas: Migration suspend waits for no in-progress open
+      windows
+    - net: prevent mss overflow in skb_segment()
+    - cxl/pmu: Ensure put_device on pmu devices
+    - net: constify sk_dst_get() and __sk_dst_get() argument
+    - mm/mglru: skip special VMAs in lru_gen_look_around()
+    - firewire: ohci: suppress unexpected system reboot in AMD Ryzen machines
+      and ASM108x/VT630x PCIe cards
+    - [x86] kprobes: fix incorrect return address calculation in
+      kprobe_emulate_call_indirect
+    - i2c: core: Fix atomic xfer check for non-preempt config
+    - mm: fix unmap_mapping_range high bits shift bug
+    - drm/amdgpu: skip gpu_info fw loading on navi12
+    - drm/amd/display: add nv12 bounding box
+    - drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP
+      displays without PSR
+    - mmc: rpmb: fixes pause retune on all RPMB partitions.
+    - mmc: core: Cancel delayed work before releasing host
+    - cxl: Add cxl_num_decoders_committed() usage to cxl_test
+    - cxl/hdm: Fix a benign lockdep splat
+    - cxl/memdev: Hold region_rwsem during inject and clear poison ops
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Disable "RISC-V: Probe misaligned access speed in parallel"
+  * [x86] Enable DesignWare USB3 DRD Core Support (Closes: #1059607)
+    - drivers/usb/dwc3: Enable USB_DWC3 as module
+    - drivers/usb/dwc3: Enable USB_DWC3_ULPI
+    - drivers/usb/dwc3: Enable USB_DWC3_DUAL_ROLE
+  * nfsd: drop the nfsd_put helper
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 14 Jan 2024 09:01:06 +0100
+
+linux (6.6.9-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.9
+    - bpf: Fix prog_array_map_poke_run map poke update
+    - btrfs: qgroup: iterate qgroups without memory allocation for
+      qgroup_reserve()
+    - btrfs: qgroup: use qgroup_iterator in qgroup_convert_meta()
+    - btrfs: free qgroup pertrans reserve on transaction abort
+    - drm/amd/display: fix hw rotated modes when PSR-SU is enabled
+    - [x86] drm/i915: Fix FEC state dump
+    - [x86] drm/i915: Introduce crtc_state->enhanced_framing
+    - [x86] drm/i915/edp: don't write to DP_LINK_BW_SET when using rate select
+    - drm: Update file owner during use
+    - drm: Fix FD ownership check in drm_master_check_perm()
+    - [arm64,armhf] spi: spi-imx: correctly configure burst length when using
+      dma
+    - [arm64] dts: allwinner: h616: update emac for Orange Pi Zero 3
+    - [armhf] OMAP2+: Fix null pointer dereference and memory leak in
+      omap_soc_device_init
+    - reset: Fix crash when freeing non-existent optional resets
+    - [s390x] vx: fix save/restore of fpu kernel context
+    - [x86] platform/x86/intel/pmc: Fix hang in pmc_core_send_ltr_ignore()
+    - SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806
+    - wifi: ieee80211: don't require protected vendor action frames
+    - wifi: iwlwifi: pcie: add another missing bh-disable for rxq->lock
+    - wifi: mac80211: check if the existing link config remains unchanged
+    - wifi: mac80211: don't re-add debugfs during reconfig
+    - wifi: mac80211: check defragmentation succeeded
+    - wifi: mac80211: mesh: check element parsing succeeded
+    - wifi: mac80211: mesh_plink: fix matches_local logic
+    - ice: fix theoretical out-of-bounds access in ethtool link modes
+    - bpf: syzkaller found null ptr deref in unix_bpf proto add
+    - Revert "net/mlx5e: fix double free of encap_header in update funcs"
+    - Revert "net/mlx5e: fix double free of encap_header"
+    - net/mlx5e: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list()
+    - net/mlx5e: Fix a race in command alloc flow
+    - net/mlx5e: fix a potential double-free in fs_udp_create_groups
+    - net/mlx5e: Fix overrun reported by coverity
+    - net/mlx5e: Decrease num_block_tc when unblock tc offload
+    - net/mlx5e: XDP, Drop fragmented packets larger than MTU size
+    - net/mlx5: Fix fw tracer first block check
+    - net/mlx5: Refactor mlx5_flow_destination->rep pointer to vport num
+    - net/mlx5e: Fix error code in mlx5e_tc_action_miss_mapping_get()
+    - net/mlx5e: Fix error codes in alloc_branch_attr()
+    - net/mlx5e: Correct snprintf truncation handling for fw_version buffer
+    - net/mlx5e: Correct snprintf truncation handling for fw_version buffer used
+      by representors
+    - [arm64] net: mscc: ocelot: fix eMAC TX RMON stats for bucket 256-511 and
+      above
+    - [arm64] net: mscc: ocelot: fix pMAC TX RMON stats for bucket 256-511 and
+      above
+    - net: Return error from sk_stream_wait_connect() if sk_wait_event() fails
+    - net: sched: ife: fix potential use-after-free
+    - ethernet: atheros: fix a memleak in atl1e_setup_ring_resources
+    - net/rose: fix races in rose_kill_by_device()
+    - Bluetooth: Fix not notifying when connection encryption changes
+    - Bluetooth: Fix deadlock in vhci_send_frame
+    - Bluetooth: hci_event: shut up a false-positive warning
+    - Bluetooth: hci_core: Fix hci_conn_hash_lookup_cis
+    - bnxt_en: do not map packet buffers twice
+    - net: phy: skip LED triggers on PHYs on SFP modules
+    - ice: stop trashing VF VSI aggregator node ID information
+    - ice: alter feature support check for SRIOV and LAG
+    - ice: Fix PF with enabled XDP going no-carrier after reset
+    - net: mana: select PAGE_POOL
+    - net: check vlan filter feature in vlan_vids_add_by_dev() and
+      vlan_vids_del_by_dev()
+    - afs: Fix the dynamic root's d_delete to always delete unused dentries
+    - afs: Fix dynamic root lookup DNS check
+    - net: ethernet: mtk_wed: fix possible NULL pointer dereference in
+      mtk_wed_wo_queue_tx_clean()
+    - net/ipv6: Revert remove expired routes with a separated list of routes
+    - net: check dev->gso_max_size in gso_features_check()
+    - keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
+    - afs: Fix overwriting of result of DNS query
+    - afs: Fix use-after-free due to get/remove race in volume tree
+    - [x86] drm/i915/hwmon: Fix static analysis tool reported issues
+    - [x86] drm/i915/mtl: Fix HDMI/DP PLL clock selection
+    - [arm64,armhf] ASoC: hdmi-codec: fix missing report for jack initial status
+    - [arm64] ASoC: fsl_sai: Fix channel swap issue on i.MX8MP
+    - [arm64] i2c: qcom-geni: fix missing clk_disable_unprepare() and
+      geni_se_resources_off()
+    - drm/amdgpu: re-create idle bo's PTE during VM state machine reset
+    - [armhf] i2c: aspeed: Handle the coalesced stop conditions with the start
+      conditions.
+    - gpiolib: cdev: add gpio_device locking wrapper around gpio_ioctl()
+    - nvme-pci: fix sleeping function called from interrupt context
+    - iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_raw
+    - [arm64,armhf] iio: adc: meson: add separate config for axg SoC family
+    - scsi: bnx2fc: Fix skb double free in bnx2fc_rcv()
+    - scsi: ufs: qcom: Return ufs_qcom_clk_scale_*() errors in
+      ufs_qcom_clk_scale_notify()
+    - scsi: ufs: core: Let the sq_lock protect sq_tail_slot access
+    - iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion time
+      table
+    - iio: imu: adis16475: add spi_device_id table
+    - [armhf] iio: adc: ti_am335x_adc: Fix return value check of
+      tiadc_request_dma()
+    - iio: triggered-buffer: prevent possible freeing of wrong buffer
+    - ALSA: usb-audio: Increase delay in MOTU M quirk
+    - usb-storage: Add quirk for incorrect WP on Kingston DT Ultimate 3.0 G3
+    - wifi: mt76: fix crash with WED rx support enabled
+    - wifi: cfg80211: Add my certificate
+    - wifi: cfg80211: fix certs build to not depend on file order
+    - USB: serial: ftdi_sio: update Actisense PIDs constant names
+    - USB: serial: option: add Quectel EG912Y module support
+    - USB: serial: option: add Foxconn T99W265 with new baseline
+    - USB: serial: option: add Quectel RM500Q R13 firmware support
+    - ALSA: hda/tas2781: select program 0, conf 0 by default
+    - ALSA: hda/realtek: Add quirk for ASUS ROG GV302XA
+    - ASoC: tas2781: check the validity of prm_no/cfg_no
+    - Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sent
+    - Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsg
+      (CVE-2023-51779)
+    - Bluetooth: L2CAP: Send reject on command corrupted request
+    - Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE
+    - Bluetooth: Add more enc key size check
+    - usb: typec: ucsi: fix gpio-based orientation detection
+    - net: usb: ax88179_178a: avoid failed operations when device is
+      disconnected
+    - [x86] Input: soc_button_array - add mapping for airplane mode button
+    - net: 9p: avoid freeing uninit memory in p9pdu_vreadf
+    - net: rfkill: gpio: set GPIO direction
+    - net: avoid build bug in skb extension length calculation
+    - net: stmmac: fix incorrect flag check in timestamp interrupt
+    - dt-bindings: nvmem: mxs-ocotp: Document fsl,ocotp
+    - nfsd: call nfsd_last_thread() before final nfsd_put()
+    - smb: client: fix OOB in cifsd when receiving compounded resps
+    - smb: client: fix potential OOB in cifs_dump_detail()
+    - smb: client: fix OOB in SMB2_query_info_init()
+    - smb: client: fix OOB in smbCalcSize() (CVE-2023-6606)
+    - [x86] drm/i915: Reject async flips with bigjoiner
+    - [x86] drm/i915/dmc: Don't enable any pipe DMC events
+    - 9p: prevent read overrun in protocol dump tracepoint
+    - ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()
+    - ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()
+    - ring-buffer: Fix slowpath of interrupted event
+    - nvmem: brcm_nvram: store a copy of NVRAM content
+    - Revert "scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinity"
+      (Closes: #1059624)
+    - scsi: core: Always send batch on reset or error handling command
+    - tracing / synthetic: Disable events after testing in
+      synth_event_gen_test_init()
+    - dm-integrity: don't modify bio's immutable bio_vec in integrity_metadata()
+    - [riscv64] pinctrl: starfive: jh7110: ignore disabled device tree nodes
+    - [risvv64] pinctrl: starfive: jh7100: ignore disabled device tree nodes
+    - [armhf] bus: ti-sysc: Flush posted write only after srst_udelay
+    - lib/vsprintf: Fix %pfwf when current node refcount == 0
+    - [x86] thunderbolt: Fix memory leak in margining_port_remove()
+    - [arm64] KVM: arm64: vgic: Simplify kvm_vgic_destroy()
+    - [arm64] KVM: arm64: vgic: Add a non-locking primitive for
+      kvm_vgic_vcpu_destroy()
+    - [arm64] KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroy
+    - [x86] alternatives: Sync core before enabling interrupts
+    - [x86] alternatives: Disable interrupts and sync when optimizing NOPs in
+      place
+    - [x86] smpboot/64: Handle X2APIC BIOS inconsistency gracefully
+
+  [ Salvatore Bonaccorso ]
+  * [arm64] drivers/vfio: Don't enable VFIO_NOIOMMU.
+    This is a breach of the integrity lockdown requirement of secure boot
+    and thus cannot be enabled.
+    Thanks to Bastian Blank and Ben Hutchings
+  * [rt] Update to 6.6.7-rt18
+
+  [ Bastian Blank ]
+  * [mips*] Increase RELOCATION_TABLE_SIZE to 0x200000. (closes: #1059431)
+
+ -- Bastian Blank <waldi@debian.org>  Mon, 01 Jan 2024 18:22:27 +0100
+
+linux (6.6.8-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.8
+    - afs: Fix refcount underflow from error handling race (Closes: #1052304)
+    - HID: lenovo: Restrict detection of patched firmware only to USB cptkbd
+      (Closes: #1058758)
+    - [mips*] PCI: loongson: Limit MRRS to 256 (Closes: #1035587)
+
+ -- Bastian Blank <waldi@debian.org>  Fri, 22 Dec 2023 10:40:01 +0100
+
+linux (6.6.7-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.5
+    - r8169: fix deadlock on RTL8125 in jumbo mtu mode (Closes: #1057790)
+    - io_uring: don't allow discontig pages for IORING_SETUP_NO_MMAP
+      (CVE-2023-6560)
+    - ipv4: igmp: fix refcnt uaf issue when receiving igmp query packet
+      (CVE-2023-6932)
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.6
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.7
+    - netfilter: nf_tables: bail out on mismatching dynset and set expressions
+      (CVE-2023-6622)
+    - perf: Fix perf_event_validate_size() (CVE-2023-6931)
+    - [mips*] kernel: Clear FPU states when setting up kernel threads
+      (Closes: #1055021)
+    - netfilter: nft_set_pipapo: skip inactive elements during set walk
+      (CVE-2023-6817)
+
+  [ Anatoliy Gunya ]
+  * [riscv64] improve Starfive Visionfive 2 support: enable DW_AXI_DMAC and
+    MOTORCOMM_PHY as modules
+
+  [ Bastian Blank ]
+  * [i386] No longer sign kernels.
+  * Properly merge Build-Depends, so that we don't carry hundred identical
+    entries.
+  * [udeb] Fix nic-shared-modules dependencies.
+  * Add dependency on image to headers package.
+
+  [ Salvatore Bonaccorso ]
+  * Enable vDPA support (Closes: #1057619)
+    - drivers/vdpa: Enable VDPA and VDPA_USER as module
+    - drivers/virtio: Enable VIRTIO_VDPA as module
+    - drivers/vhost: Enable VHOST_VDPA as module
+  * [rt] Refresh "serial: amba-pl011: Use port lock wrappers" for context
+    changes
+
+  [ Miguel Bernal Marin ]
+  * [amd64] Enable System Trace Modules and the Intel Trace Hub Software
+    Trace Hub support (Closes: #1050353)
+    - drivers/hwtracing/stm: Enable STM as module
+    - drivers/hwtracing/stm: Enable STM_PROTO_BASIC as module
+    - drivers/hwtracing/stm: Enable STM_PROTO_SYS_T as module
+    - drivers/hwtracing/stm: Enable STM_DUMMY as module
+    - drivers/hwtracing/stm: Enable STM_SOURCE_CONSOLE as module
+    - drivers/hwtracing/stm: Enable STM_SOURCE_HEARTBEAT as module
+    - drivers/hwtracing/stm: Enable STM_SOURCE_FTRACE as module
+    - drivers/hwtracing/intel_th: Enable INTEL_TH_STH as module
+
+  [ Jair Gonzalez ]
+  * [amd64] drivers/platform/x86/intel: Enable INTEL_TPMI (Topology Aware
+    Register and PM Capsule Interface).
+  * [amd64] drivers/powercap/Kconfig: Enable INTEL_RAPL_TPMI (Running Average
+    Power Limit Energy Reporting via the Topology Aware Register and PM
+    Capsule Interface) (Closes: #1053187).
+
+  [ Vincent Blut ]
+  * [x86] sound/soc/amd: Enable SND_SOC_AMD_PS and SND_SOC_AMD_PS_MACH as
+    modules (Closes: #1055649)
+  * [x86] sound/soc/amd: Enable SND_SOC_AMD_RPL_ACP6x as module
+    (Closes: #1058576)
+
+  [ Luca Boccassi ]
+  * Set CONFIG_VIRTIO_FS and its dependencies to builtin, to allow building
+    images that boot directly to rootfs (skipping the initrd)
+
+ -- Bastian Blank <waldi@debian.org>  Wed, 20 Dec 2023 12:06:39 +0100
+
+linux (6.6.4-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.4
+    - nvmet: nul-terminate the NQNs passed in the connect command
+      (CVE-2023-6121)
+
+  [ Bastian Blank ]
+  * Fix build dependency on rsync.
+  * Fix build dependency on kernel-wedge.
+  * udeb: Make i2c-hid modules optional.
+
+  [ Timothy Pearson ]
+  * [powerpc] Don't clobber f0/vs0 during fp|altivec register save
+    (Closes: #1032104)
+
+  [ Johannes Schauer Marin Rodrigues ]
+  * Fix FTCBFS: Pass _PYTHON_SYSCONFIGDATA_NAME to the perf build.
+    (Closes: #1037938) Thanks to Helmut Grohne for the patch.
+
+ -- Bastian Blank <waldi@debian.org>  Sun, 03 Dec 2023 20:57:56 +0100
+
+linux (6.6.3-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_6.6
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.1
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.2
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.3
+
+  [ Vincent Blut ]
+  * [armhf] drivers/input/keyboard: Enable KEYBOARD_TCA8418 as module
+    (Closes: #1050782)
+  * drivers/net/wwan: Enable MTK_T7XX as module (Closes: #1055244)
+  * drivers/video/fbdev: Disable FB_UDL on all architectures (Closes: #1011986)
+
+  [ Bastian Blank ]
+  * [powerpc,ppc64] Remove unused arch specific bootwrapper.
+  * Generate installer packages according to own config.
+  * Sign modules using an ephemeral key: (closes: #1040901)
+    - Set MODULE_SIG_ALL to sign all modules.
+    - Not longer request Secure Boot signing for modules.
+    - Don't trust Secure Boot key any longer.
+  * Sign modules and support lockdown always.
+  * Compress all modules:
+    - Set MODULE_COMPRESS_XZ.
+  * Drop deprecated build profile stage1. (closes: #1051365)
+  * Generate information for signed template package early.
+  * Copy installer config into signed source.
+  * Make it possible to run debian/rules.real without root.
+  * Drop linux-compiler packages and use normal compiler packages again.
+  * [hppa] Drop transitional meta packages after one stable release.
+  * Use flake8 to check Python code.
+  * Build linux-libc-dev as arch-all package.
+  * [armel/marvell] Remove unusable kernel. (closes: #950324)
+  * Remove architectures not existing in Debian:
+    - arm64ilp32
+    - mips64r6
+    - mipsn32
+    - mipsn32el
+    - mipsn32r6
+    - mipsn32r6el
+    - mipsr6
+    - mipsr6
+    - mipsr6el
+    - mipsr6el
+    - s390
+    - sh3
+    - sparc
+
+  [ Emanuele Rocca ]
+  * [arm64] Enable support for Renesas RZ/G2UL (ARCH_R9A07G043), RZ/V2L
+    (ARCH_R9A07G054), and RZ/V2M (ARCH_R9A09G011). (Closes: #1053503)
+  * [arm64] Enable SND_SOC_SC8280XP, SC_LPASSCC_8280XP, and SND_SOC_WSA883X as
+    modules, needed for audio support on the Lenovo X13s. (Closes: #1055069)
+
+  [ Salvatore Bonaccorso ]
+  * drivers/block: Enable BLK_DEV_UBLK as module (Closes: #1032604)
+
+  [ Uwe Kleine-König ]
+  * Enable support for TI DP83TD510 Ethernet 10Base-T1L PHY
+
+  [ Diederik de Haas ]
+  * Drop patches applied upstream:
+    - Drop "cpupower: Bump soname version"
+  * Refresh patches:
+    - Adjust context in "Tweak gitignore for Debian pkg-kernel using git" and
+      drop 'svn' from patch Subject
+    - Adjust context in "linux-tools: Install perf-read-vdso{,x}32 in
+      directory under /usr/lib"
+    - Adjust context in "Documentation: Drop sphinx version check"
+    - Adjust context in "firmware: Remove redundant log messages from drivers"
+    - Adjust context in "radeon, amdgpu: Firmware is required for DRM and KMS
+      on R600 onward"
+    - Adjust context in "phy/marvell: disable 4-port phys"
+    - Adjust context in "fs: Add MODULE_SOFTDEP declarations for hard-coded
+      crypto drivers"
+    - Adjust context in "efi: Add an EFI_SECURE_BOOT flag to indicate secure
+      boot mode"
+    - Adjust context in "trust machine keyring (MoK) by default"
+    - Adjust context in "ntfs: mark it as broken"
+  * d/config: Update with the help of kconfigeditor2:
+    - [x86,amd64/cloud] arch/x86: Remove MICROCODE
+    - init: Remove EMBEDDED
+    - drivers/hwmon: Remove SENSORS_SMM665
+    - [armhf] drivers/staging/media/imx: Merge VIDEO_IMX_CSI into
+      VIDEO_IMX_MEDIA
+  * libcpupower1: Add is_valid_path to symbols file
+  * d/installer: Add crc-modules to nic-shared-modules Depends
+  * [rt] Update to 6.6-rt15
+  * d/patches: Remove amdgpu part in the "radeon, amdgpu: Firmware is required
+    for DRM and KMS on R600 onward" and "firmware_class: Refer to Debian wiki
+    page when logging missing firmware" patches (Closes: #1053764)
+  * Improve support for rk3588 devices
+    - [arm64] drivers/clk/rockchip: Enable CLK_RK3588
+    - [arm64] drivers/nvmem: Enable NVMEM_ROCKCHIP_OTP as module
+    - [arm64] drivers/perf: Enable ARM_PMUV3
+
+  [ Alper Nebi Yasak ]
+  * debian/templates: Keep cpio as build-depends for nodoc build profile
+  * [x86] Enable modules for more ChromeOS hardware functionality:
+    - Enable CROS_EC_SPI, CROS_EC_I2C, CROS_EC_LPC, CROS_EC_ISHTP as modules
+    - Enable IIO_CROS_EC_SENSORS, IIO_CROS_EC_SENSORS_CORE, IIO_CROS_EC_BARO,
+      IIO_CROS_EC_ACCEL_LEGACY, IIO_CROS_EC_SENSORS_LID_ANGLE,
+      IIO_CROS_EC_LIGHT_PROX as modules
+    - Enable KEYBOARD_CROS_EC, PWM_CROS_EC, RTC_DRV_CROS_EC, CEC_CROS_EC
+      I2C_CROS_EC_TUNNEL, SND_SOC_CROS_EC_CODEC, CHARGER_CROS_USBPD,
+      CROS_USBPD_LOGGER, EXTCON_USBC_CROS_EC as modules
+    - Enable WILCO_EC, CHARGER_WILCO, RTC_DRV_WILCO_EC, WILCO_EC_DEBUGFS,
+      WILCO_EC_EVENTS, WILCO_EC_TELEMETRY as modules
+    - Enable CHROMEOS_PRIVACY_SCREEN, CHROMEOS_TBMC as modules
+  * [x86] Enable more SoC audio modules for Intel and AMD systems:
+    - Enable SND_SOC_AMD_ACP_COMMON, SND_SOC_AMD_RV_RT5682_MACH,
+      SND_DESIGNWARE_I2S, SND_SOC_AMD_SOF_MACH, SND_SOC_SOF_AMD_TOPLEVEL,
+      SND_SOC_SOF_AMD_REMBRANDT as modules
+    - Enable SND_SOC_INTEL_AVS, SND_SOC_INTEL_AVS_MACH_DA7219,
+      SND_SOC_INTEL_AVS_MACH_DMIC, SND_SOC_INTEL_AVS_MACH_HDAUDIO,
+      SND_SOC_INTEL_AVS_MACH_MAX98373, SND_SOC_INTEL_AVS_MACH_NAU8825,
+      SND_SOC_INTEL_AVS_MACH_SSM4567, SND_SOC_INTEL_AVS_MACH_RT5663 and
+      SND_SOC_INTEL_CML_LP as modules
+    - Enable SND_SOC_INTEL_KBL_DA7219_MAX98927_MACH,
+      SND_SOC_INTEL_GLK_DA7219_MAX98357A_MACH, SND_SOC_INTEL_SOF_CS42L42_MACH,
+      SND_SOC_INTEL_SOF_NAU8825_MACH, SND_SOC_INTEL_SOF_CML_RT1011_RT5682_MACH,
+      SND_SOC_INTEL_SOF_DA7219_MAX98373_MACH, SND_SOC_INTEL_SOF_SSP_AMP_MACH,
+      SND_SOC_INTEL_CML_LP_DA7219_MAX98357A_MACH, SND_SOC_CS35L41_I2C and
+      SND_SOC_NAU8315 as modules
+  * [x86] Enable TOUCHSCREEN_ELAN as module
+  * [arm64] Enable configs common to MediaTek MT8173 and MT8183 platforms:
+    - Enable ARCH_MEDIATEK, MTK_TIMER, MTK_CPUX_TIMER, MST_IRQ, MTK_SCPSYS,
+      MTK_SCPSYS_PM_DOMAINS, MTK_INFRACFG, EINT_MTK, IOMMU_IO_PGTABLE_ARMV7S
+    - Enable ARM_MEDIATEK_CPUFREQ, ARM_MEDIATEK_CPUFREQ_HW as built-in
+    - Enable SERIAL_8250_MT6577 as built-in
+    - Enable HW_RANDOM_MTK, MEDIATEK_WATCHDOG, ARM_MEDIATEK_CPUFREQ and
+      ARM_MEDIATEK_CPUFREQ_HW as modules
+    - Enable MTK_SMI, MTK_IOMMU, MTK_MMSYS, MTK_CMDQ, MTK_CMDQ_MBOX,
+      PWM_MTK_DISP, DRM_MEDIATEK, DRM_MEDIATEK_HDMI, PHY_MTK_HDMI and
+      PHY_MTK_MIPI_DSI as modules
+    - Enable VIDEO_MEDIATEK_JPEG, VIDEO_MEDIATEK_VCODEC, VIDEO_MEDIATEK_VPU,
+      MTK_SCP, RPMSG_MTK_SCP as modules
+    - Enable MEDIATEK_MT6577_AUXADC and MTK_THERMAL as modules
+    - Enable I2C_MT65XX, SPI_MT65XX, MFD_MT6397, RTC_DRV_MT6397, MTK_PMIC_WRAP
+      and MTK_REGULATOR_COUPLER as modules
+    - Enable MMC_MTK as module
+    - Enable NVMEM_MTK_EFUSE, PHY_MTK_TPHY, USB_XHCI_MTK, USB_MTU3 as modules
+    - Enable USB_MTU3_DUAL_ROLE, and enable USB_ROLE_SWITCH as built-in
+    - Enable MT7622_WMAC
+    - Keep SoC-specific clock and pin controller drivers disabled
+  * [arm64] Enable configs for MT8183 Chromebooks:
+    - Enable PINCTRL_MT8183
+    - Enable COMMON_CLK_MT8183 and its AUDIOSYS, CAMSYS, IMGSYS, IPU_CORE0,
+      IPU_CORE1, IPU_ADL, IPU_CONN, MFGCFG, MMSYS, VDECSYS, VENCSYS as modules
+    - Enable DEVFREQ_GOV_PASSIVE, ARM_MEDIATEK_CCI_DEVFREQ, MTK_SVS as modules
+    - Enable DRM_ANALOGIX_ANX7625, DRM_PANEL_BOE_TV101WUM_NL6 and
+      REGULATOR_MT6358 as modules
+    - Enable CROS_EC_RPMSG and VIDEO_MEDIATEK_MDP3 as modules
+    - Enable MT7921S and ATH10K_SDIO as modules
+    - Enable GENERIC_ADC_THERMAL and USB_ONBOARD_HUB as modules
+    - Enable SND_SOC_BT_SCO, SND_SOC_CROS_EC_CODEC, SND_SOC_TS3A227E,
+      SND_SOC_MT6358, SND_SOC_MT8183, SND_SOC_MT8183_DA7219_MAX98357A,
+      and SND_SOC_MT8183_MT6358_TS3A227E_MAX98357A as modules
+  * [arm64] Enable configs for MT8173 Chromebooks:
+    - Enable PINCTRL_MT8173 and COMMON_CLK_MEDIATEK_FHCTL
+    - Enable COMMON_CLK_MT8173 and its IMGSYS, MMSYS, VDECSYS, VENCSYS clocks
+      as modules
+    - Enable DRM_PARADE_PS8640, REGULATOR_DA9211, REGULATOR_MT6397,
+      VIDEO_MEDIATEK_MDP and TOUCHSCREEN_MELFAS_MIP4 as modules
+    - Enable SPI_MTK_NOR and ARM_SMC_WATCHDOG as modules
+    - Enable SND_SOC_MT8173 and SND_SOC_MT8173_RT5650 as modules
+  * [arm64] Enable more hardware for RK3399 ChromeOS tablets:
+    - drivers/gpu/drm/panel/Kconfig: DRM_PANEL_INNOLUX_P079ZCA as module
+    - drivers/gpu/drm/panel/Kconfig: DRM_PANEL_KINGDISPLAY_KD097D04 as module
+    - drivers/media/i2c/Kconfig: Enable VIDEO_OV2685 as module
+    - drivers/media/i2c/Kconfig: Enable VIDEO_OV5695 as module
+    - drivers/net/wireless/ath/ath10k/Kconfig: Enable ATH10K_SDIO as module
+
+  [ John Paul Adrian Glaubitz ]
+  * [ia64] Compile with gcc-12 to work around ICE (PR target/111425)
+
+  [ Francesco Dolcini ]
+  * Improve support for NXP i.MX devices
+    - [armhf] drivers/cpufreq/Kconfig.arm: Enable CONFIG_ARM_IMX_CPUFREQ_DT
+    - [armhf] sound/soc/fsl/Kconfig: Enable CONFIG_SND_SOC_FSL_ASOC_CARD
+
+  [ Ben Hutchings ]
+  * d/rules.real: Reinstate installer test build with no build profiles
+  * udeb: Move i2c-hid modules to fb-modules since they depend on drm
+  * d/rules.real: Run dh_movetousr if available
+  * d/rules.real: Change linux-libc-dev installation to:
+    - Include all generic headers enabled on any supported architecture
+    - Use the upstream headers_install target again
+
+ -- Bastian Blank <waldi@debian.org>  Sat, 02 Dec 2023 20:03:34 +0100
+
+linux (6.5.13-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.5.11
+    - [x86] ASoC: Intel: sof_sdw: add support for SKU 0B14
+    - [arm*] ASoC: simple-card: fixup asoc_simple_probe() error handling
+    - [arm64,armhf] coresight: tmc-etr: Disable warnings for allocation failures
+    - [arm64] ASoC: fsl-asoc-card: use integer type for fll_id and pll_id
+    - ASoC: core: Do not call link_exit() on uninitialized rtd objects
+    - net: sched: cls_u32: Fix allocation size in u32_init()
+    - [arm64,armhf] can: flexcan: remove the auto stop mode for IMX93
+    - [riscv64] irqchip/riscv-intc: Mark all INTC nodes as initialized
+    - [armhf] irqchip/stm32-exti: add missing DT IRQ flag translation
+    - ata: pata_parport: add custom version of wait_after_reset
+    - ata: pata_parport: fit3: implement IDE command set registers
+    - Input: synaptics-rmi4 - handle reset delay when using SMBus trsnsport
+    - fbdev: atyfb: only use ioremap_uc() on i386 and ia64
+    - ASoC: soc-dapm: Add helper for comparing widget name
+    - netfilter: nfnetlink_log: silence bogus compiler warning
+    - net/mlx5: Bridge, fix peer entry ageing in LAG mode
+    - [x86] efistub: Don't try to print after ExitBootService()
+    - efi: fix memory leak in krealloc failure handling
+    - ASoC: rt5650: fix the wrong result of key button
+    - drm/ttm: Reorder sys manager cleanup step
+    - [x86] fbdev: uvesafb: Call cn_del_callback() at the end of uvesafb_exit()
+    - scsi: mpt3sas: Fix in error path
+    - ASoC: da7219: Correct the process of setting up Gnd switch in AAD
+    - drm/amdgpu: Unset context priority is now invalid
+    - gpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSET
+    - netfilter: nf_tables: audit log object reset once per table
+    - drm/amdgpu: Reserve fences for VM update
+    - net: chelsio: cxgb4: add an error code check in t4_load_phy_fw
+    - r8152: Check for unplug in rtl_phy_patch_request()
+    - r8152: Check for unplug in r8153b_ups_en() / r8153c_ups_en()
+    - [powerpc*] mm: Fix boot crash with FLATMEM
+    - io_uring: kiocb_done() should *not* trust ->ki_pos if
+      ->{read,write}_iter() failed
+    - ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock
+    - drm/amd/display: Don't use fsleep for PSR exit waits
+    - power: supply: core: Use blocking_notifier_call_chain to avoid RCU
+      complaint
+    - perf evlist: Avoid frequency mode for the dummy event
+    - mmap: fix vma_iterator in error path of vma_merge()
+    - mmap: fix error paths with dup_anon_vma()
+    - ALSA: usb-audio: add quirk flag to enable native DSD for McIntosh devices
+    - PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD device
+    - usb: storage: set 1.50 as the lower bcdDevice for older "Super Top"
+      compatibility
+    - usb: typec: tcpm: Add additional checks for contaminant
+    - usb: typec: tcpm: Fix NULL pointer dereference in tcpm_pd_svdm()
+    - usb: raw-gadget: properly handle interrupted requests
+    - Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODED
+    - tty: n_gsm: fix race condition in status line change on dead connections
+    - tty: 8250: Remove UC-257 and UC-431
+    - tty: 8250: Add support for additional Brainboxes UC cards
+    - tty: 8250: Add support for Brainboxes UP cards
+    - tty: 8250: Add support for Intashield IS-100
+    - tty: 8250: Fix port count of PX-257
+    - tty: 8250: Fix up PX-803/PX-857
+    - tty: 8250: Add support for additional Brainboxes PX cards
+    - tty: 8250: Add support for Intashield IX cards
+    - tty: 8250: Add Brainboxes Oxford Semiconductor-based quirks
+    - dt-bindings: serial: rs485: Add rs485-rts-active-high
+    - misc: pci_endpoint_test: Add deviceID for J721S2 PCIe EP device support
+    - serial: core: Fix runtime PM handling for pending tx
+    - ALSA: hda: intel-dsp-config: Fix JSL Chromebook quirk detection
+    - [x86] ASoC: SOF: sof-pci-dev: Fix community key quirk detection
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.5.12
+    - hwmon: (nct6775) Fix incorrect variable reuse in fan_div calculation
+    - numa: Generalize numa_map_to_online_node()
+    - sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less case
+    - sched/topology: Fix sched_numa_find_nth_cpu() in non-NUMA case
+    - sched/fair: Fix cfs_rq_is_decayed() on !SMP
+    - [x86] iov_iter, x86: Be consistent about the __user tag on
+      copy_mc_to_user()
+    - sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0
+    - sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max =
+      0
+    - objtool: Propagate early errors
+    - sched: Fix stop_one_cpu_nowait() vs hotplug
+    - nfsd: Handle EOPENSTALE correctly in the filecache
+    - vfs: fix readahead(2) on block devices
+    - writeback, cgroup: switch inodes with dirty timestamps to release dying
+      cgwbs
+    - [x86] srso: Fix SBPB enablement for (possible) future fixed HW
+    - [x86] srso: Print mitigation for retbleed IBPB case
+    - [x86] srso: Fix vulnerability reporting for missing microcode
+    - [x86] srso: Fix unret validation dependencies
+    - futex: Don't include process MM in futex key on no-MMU
+    - [x86] numa: Introduce numa_fill_memblks()
+    - ACPI/NUMA: Apply SRAT proximity domain to entire CFMWS window
+    - [x86] sev-es: Allow copy_from_kernel_nofault() in earlier boot
+    - x86/boot: Fix incorrect startup_gdt_descr.size
+    - cpu/hotplug: Remove dependancy against cpu_primary_thread_mask
+    - cpu/SMT: Create topology_smt_thread_allowed()
+    - cpu/SMT: Make SMT control more robust against enumeration failures
+    - [x86] apic: Fake primary thread mask for XEN/PV
+    - srcu: Fix callbacks acceleration mishandling
+    - drivers/clocksource/timer-ti-dm: Don't call clk_get_rate() in stop
+      function
+    - [x86] nmi: Fix out-of-order NMI nesting checks & false positive warning
+    - pstore/platform: Add check for kstrdup
+    - perf: Optimize perf_cgroup_switch()
+    - PCI/MSI: Provide stubs for IMS functions
+    - string: Adjust strtomem() logic to allow for smaller sources
+    - [x86] genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()
+    - irqchip/sifive-plic: Fix syscore registration for multi-socket systems
+    - wifi: ath12k: fix undefined behavior with __fls in dp
+    - wifi: cfg80211: add flush functions for wiphy work
+    - wifi: mac80211: move radar detect work to wiphy work
+    - wifi: mac80211: move scan work to wiphy work
+    - wifi: mac80211: move offchannel works to wiphy work
+    - wifi: mac80211: move sched-scan stop work to wiphy work
+    - wifi: mac80211: fix RCU usage warning in mesh fast-xmit
+    - wifi: cfg80211: fix off-by-one in element defrag
+    - wifi: mac80211: fix # of MSDU in A-MSDU calculation
+    - wifi: iwlwifi: honor the enable_ini value
+    - wifi: iwlwifi: don't use an uninitialized variable
+    - i40e: fix potential memory leaks in i40e_remove()
+    - iavf: Fix promiscuous mode configuration flow messages
+    - [x86] bpf, x86: save/restore regs with BPF_DW size
+    - [x86] bpf, x86: allow function arguments up to 12 for TRACING
+    - [x86] bpf, x64: Fix tailcall infinite loop
+    - wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush()
+    - udp: introduce udp->udp_flags
+    - udp: move udp->no_check6_tx to udp->udp_flags
+    - udp: move udp->no_check6_rx to udp->udp_flags
+    - udp: move udp->gro_enabled to udp->udp_flags
+    - udp: add missing WRITE_ONCE() around up->encap_rcv
+    - udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags
+    - udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO
+    - udp: annotate data-races around udp->encap_type
+    - udplite: remove UDPLITE_BIT
+    - udplite: fix various data-races
+    - tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKed
+    - bpf: Fix kfunc callback register type handling
+    - gve: Use size_add() in call to struct_size()
+    - mlxsw: Use size_mul() in call to struct_size()
+    - tls: Use size_add() in call to struct_size()
+    - tipc: Use size_add() in calls to struct_size()
+    - net: spider_net: Use size_add() in call to struct_size()
+    - net: ethernet: mtk_wed: fix EXT_INT_STATUS_RX_FBUF definitions for MT7986
+      SoC
+    - wifi: rtw88: debug: Fix the NULL vs IS_ERR() bug for debugfs_create_file()
+    - wifi: ath12k: fix DMA unmap warning on NULL DMA address
+    - wifi: ath11k: fix boot failure with one MSI vector
+    - wifi: mac80211: fix check for unusable RX result
+    - PM: sleep: Fix symbol export for _SIMPLE_ variants of _PM_OPS()
+    - wifi: ath: dfs_pattern_detector: Fix a memory initialization issue
+    - tcp_metrics: add missing barriers on delete
+    - tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()
+    - tcp_metrics: do not create an entry from tcp_init_metrics()
+    - wifi: rtlwifi: fix EDCA limit set by BT coexistence
+    - ACPI: property: Allow _DSD buffer data only for byte accessors
+    - ACPI: video: Add acpi_backlight=vendor quirk for Toshiba Portégé R100
+    - wifi: ath11k: fix Tx power value during active CAC
+    - can: dev: can_restart(): don't crash kernel if carrier is OK
+    - can: dev: can_restart(): fix race condition between controller restart and
+      netif_carrier_on()
+    - can: dev: can_put_echo_skb(): don't crash kernel if can_priv::echo_skb is
+      accessed out of bounds
+    - [arm64] PM / devfreq: rockchip-dfi: Make pmu regmap mandatory
+    - wifi: wfx: fix case where rates are out of order
+    - netfilter: nf_tables: Drop pointless memset when dumping rules
+    - wifi: rtw88: Remove duplicate NULL check before calling
+      usb_kill/free_urb()
+    - thermal: core: prevent potential string overflow
+    - r8169: fix rare issue with broken rx after link-down on RTL8125
+    - bpf: Fix missed rcu read lock in bpf_task_under_cgroup()
+    - net: skb_find_text: Ignore patterns extending past 'to'
+    - thermal: core: Don't update trip points inside the hysteresis range
+    - tcp: fix cookie_init_timestamp() overflows
+    - wifi: iwlwifi: mvm: update station's MFP flag after association
+    - wifi: iwlwifi: mvm: fix removing pasn station for responder
+    - wifi: iwlwifi: mvm: use correct sta ID for IGTK/BIGTK
+    - wifi: mac80211: don't recreate driver link debugfs in reconfig
+    - wifi: mac80211: Fix setting vif links
+    - wifi: iwlwifi: yoyo: swap cdb and jacket bits values
+    - wifi: iwlwifi: mvm: Correctly set link configuration
+    - wifi: iwlwifi: mvm: Fix key flags for IGTK on AP interface
+    - wifi: iwlwifi: mvm: Don't always bind/link the P2P Device interface
+    - wifi: iwlwifi: mvm: change iwl_mvm_flush_sta() API
+    - wifi: iwlwifi: mvm: fix iwl_mvm_mac_flush_sta()
+    - wifi: iwlwifi: mvm: remove TDLS stations from FW
+    - wifi: iwlwifi: increase number of RX buffers for EHT devices
+    - wifi: iwlwifi: mvm: fix netif csum flags
+    - wifi: iwlwifi: pcie: synchronize IRQs before NAPI
+    - wifi: iwlwifi: mvm: update IGTK in mvmvif upon D3 resume
+    - wifi: iwlwifi: empty overflow queue during flush
+    - Bluetooth: ISO: Use defer setup to separate PA sync and BIG sync
+    - Bluetooth: ISO: Pass BIG encryption info through QoS
+    - Bluetooth: Make handle of hci_conn be unique
+    - Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/err
+    - bpf: Fix unnecessary -EBUSY from htab_lock_bucket
+    - ACPI: sysfs: Fix create_pnp_modalias() and create_of_modalias()
+    - mptcp: properly account fastopen data
+    - ipv6: avoid atomic fragment on GSO packets
+    - virtio_net: use u64_stats_t infra to avoid data-races
+    - net: add DEV_STATS_READ() helper
+    - ipvlan: properly track tx_errors
+    - regmap: debugfs: Fix a erroneous check after snprintf()
+    - [arm64] spi: tegra: Fix missing IRQ check in tegra_slink_probe()
+    - clk: qcom: ipq5332: Drop set rate parent from gpll0 dependent clocks
+    - clk: qcom: gcc-msm8996: Remove RPM bus clocks
+    - clk: qcom: clk-rcg2: Fix clock rate overflow for high parent frequencies
+    - clk: qcom: mmcc-msm8998: Don't check halt bit on some branch clks
+    - clk: qcom: mmcc-msm8998: Fix the SMMU GDSC
+    - clk: qcom: gcc-sm8150: Fix gcc_sdcc2_apps_clk_src
+    - regulator: mt6358: Fail probe on unknown chip ID
+    - clk: imx: Select MXC_CLK for CLK_IMX8QXP
+    - clk: imx: imx8mq: correct error handling path
+    - clk: imx: imx8qxp: Fix elcdif_pll clock
+    - clk: renesas: rcar-gen3: Extend SDnH divider table
+    - clk: renesas: rzg2l: Wait for status bit of SD mux before continuing
+    - clk: renesas: rzg2l: Lock around writes to mux register
+    - clk: renesas: rzg2l: Trust value returned by hardware
+    - clk: renesas: rzg2l: Use FIELD_GET() for PLL register fields
+    - clk: renesas: rzg2l: Fix computation formula
+    - clk: linux/clk-provider.h: fix kernel-doc warnings and typos
+    - [arm64] spi: nxp-fspi: use the correct ioremap function
+    - clk: ralink: mtmips: quiet unused variable warning
+    - clk: keystone: pll: fix a couple NULL vs IS_ERR() checks
+    - clk: ti: fix double free in of_ti_divider_clk_setup()
+    - clk: npcm7xx: Fix incorrect kfree
+    - clk: mediatek: clk-mt6765: Add check for mtk_alloc_clk_data
+    - clk: mediatek: clk-mt6779: Add check for mtk_alloc_clk_data
+    - clk: mediatek: clk-mt6797: Add check for mtk_alloc_clk_data
+    - clk: mediatek: clk-mt7629-eth: Add check for mtk_alloc_clk_data
+    - clk: mediatek: clk-mt7629: Add check for mtk_alloc_clk_data
+    - clk: mediatek: clk-mt2701: Add check for mtk_alloc_clk_data
+    - clk: qcom: config IPQ_APSS_6018 should depend on QCOM_SMEM
+    - clk: qcom: clk-alpha-pll: introduce stromer plus ops
+    - clk: qcom: apss-ipq-pll: Use stromer plus ops for stromer plus pll
+    - clk: qcom: apss-ipq-pll: Fix 'l' value for ipq5332_pll_config
+    - clk: qcom: ipq9574: drop the CLK_SET_RATE_PARENT flag from GPLL clocks
+    - clk: qcom: ipq5332: drop the CLK_SET_RATE_PARENT flag from GPLL clocks
+    - clk: mediatek: fix double free in mtk_clk_register_pllfh()
+    - [x86] platform/x86: wmi: Fix probe failure when failing to register WMI
+      devices
+    - [x86] platform/x86: wmi: Fix opening of char device
+    - regulator: qcom-rpmh: Fix smps4 regulator for pm8550ve
+    - hwmon: (axi-fan-control) Fix possible NULL pointer dereference
+    - hwmon: (coretemp) Fix potentially truncated sysfs attribute name
+    - Revert "hwmon: (sch56xx-common) Add DMI override table"
+    - Revert "hwmon: (sch56xx-common) Add automatic module loading on supported
+      devices"
+    - hwmon: (sch5627) Use bit macros when accessing the control register
+    - hwmon: (sch5627) Disallow write access if virtual registers are locked
+    - hte: tegra: Fix missing error code in tegra_hte_test_probe()
+    - platform/chrome: cros_ec_lpc: Separate host command and irq disable
+    - spi: omap2-mcspi: remove redundant dev_err_probe()
+    - spi: omap2-mcspi: switch to use modern name
+    - spi: omap2-mcspi: Fix hardcoded reference clock
+    - drm: bridge: samsung-dsim: Initialize ULPS EXIT for i.MX8M DSIM
+    - drm: bridge: for GENERIC_PHY_MIPI_DPHY also select GENERIC_PHY
+    - drm: bridge: samsung-dsim: Fix waiting for empty cmd transfer FIFO on
+      older Exynos
+    - drm/rockchip: vop: Fix reset of state in duplicate state crtc funcs
+    - drm/rockchip: vop: Fix call to crtc reset helper
+    - drm/rockchip: vop2: Don't crash for invalid duplicate_state
+    - drm/rockchip: vop2: Add missing call to crtc reset helper
+    - drm/radeon: possible buffer overflow
+    - drm: bridge: it66121: Fix invalid connector dereference
+    - drm/bridge: lt8912b: Fix bridge_detach
+    - drm/bridge: lt8912b: Fix crash on bridge detach
+    - drm/bridge: lt8912b: Manually disable HPD only if it was enabled
+    - drm/bridge: lt8912b: Add missing drm_bridge_attach call
+    - drm/mediatek: Fix coverity issue with unintentional integer overflow
+    - [x86] tdx: Zero out the missing RSI in TDX_HYPERCALL macro
+    - drm/bridge: tc358768: Fix use of uninitialized variable
+    - drm/bridge: tc358768: Fix bit updates
+    - drm/bridge: tc358768: Use struct videomode
+    - drm/bridge: tc358768: Print logical values, not raw register values
+    - drm/bridge: tc358768: Use dev for dbg prints, not priv->dev
+    - drm/bridge: tc358768: Rename dsibclk to hsbyteclk
+    - drm/bridge: tc358768: Clean up clock period code
+    - drm/bridge: tc358768: Fix tc358768_ns_to_cnt()
+    - drm/aspeed: Convert to platform remove callback returning void
+    - drm/stm: Convert to platform remove callback returning void
+    - drm/tve200: Convert to platform remove callback returning void
+    - drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc
+      drivers
+    - drm/amdgpu: Increase IH soft ring size for GFX v9.4.3 dGPU
+    - drm/amd/display: Fix null pointer dereference in error message
+    - drm/amd/display: Check all enabled planes in dm_check_crtc_cursor
+    - drm/amd/display: Refactor dm_get_plane_scale helper
+    - drm/amd/display: Bail from dm_check_crtc_cursor if no relevant change
+    - io_uring/kbuf: Fix check of BID wrapping in provided buffers
+    - io_uring/kbuf: Allow the full buffer id space for provided buffers
+    - accel/habanalabs/gaudi2: Fix incorrect string length computation in
+      gaudi2_psoc_razwi_get_engines()
+    - drm/rockchip: cdn-dp: Fix some error handling paths in cdn_dp_probe()
+    - [arm64,armhf] gpu: host1x: Correct allocated size for contexts
+    - drm/bridge: lt9611uxc: fix the race in the error path
+    - [arm*] xen: enlighten: Fix KPTI checks
+    - drm/rockchip: Fix type promotion bug in rockchip_gem_iommu_map()
+    - xenbus: fix error exit in xenbus_init()
+    - xen-pciback: Consider INTx disabled when MSI/MSI-X is enabled
+    - [arm64] drm/msm/dsi: use msm_gem_kernel_put to free TX buffer
+    - [arm64] drm/msm/dsi: free TX buffer in unbind
+    - clocksource/drivers/arm_arch_timer: limit XGene-1 workaround
+    - drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() for
+      hisi_hns3_pmu uninit process
+    - drm/amd/pm: Fix a memory leak on an error path
+    - perf/arm-cmn: Fix DTC domain detection
+    - drivers/perf: hisi_pcie: Check the type first in pmu::event_init()
+    - perf: hisi: Fix use-after-free when register pmu fails
+    - [arm64] dts: qcom: sdm845: Fix PSCI power domain names
+    - [arm64] dts: qcom: sdm845: cheza doesn't support LMh node
+    - [arm64] dts: qcom: sc7280: link usb3_phy_wrapper_gcc_usb30_pipe_clk
+    - [arm64] dts: qcom: msm8916: Fix iommu local address range
+    - [arm64] dts: qcom: msm8992-libra: drop duplicated reserved memory
+    - [arm64] dts: qcom: sm6125: Pad APPS IOMMU address to 8 characters
+    - [arm64] dts: qcom: sc7280: Add missing LMH interrupts
+    - [arm64] dts: qcom: qrb2210-rb1: Swap UART index
+    - [arm64] dts: qcom: sc7280: drop incorrect EUD port on SoC side
+    - [arm64] dts: qcom: sm8150: add ref clock to PCIe PHYs
+    - [arm64] dts: qcom: sm8350: fix pinctrl for UART18
+    - [arm64] dts: qcom: sdm845-mtp: fix WiFi configuration
+    - [arm64] dts: marvell: cn9310: Use appropriate label for spi1 pins
+    - [arm64] dts: qcom: msm8976: Fix ipc bit shifts
+    - [arm64] dts: qcom: msm8939: Fix iommu local address range
+    - [riscv64] dts: allwinner: remove address-cells from intc node
+    - [arm64] dts: qcom: apq8016-sbc: Add missing ADV7533 regulators
+    - [arm64] soc: qcom: llcc: Handle a second device without data corruption
+    - firmware: ti_sci: Mark driver as non removable
+    - [arm64] dts: ti: k3-am625-beagleplay: Fix typo in ramoops reg
+    - [arm64] dts: ti: k3-am62a7-sk: Drop i2c-1 to 100Khz
+    - firmware: arm_ffa: Assign the missing IDR allocation ID to the FFA device
+    - firmware: arm_ffa: Allow the FF-A drivers to use 32bit mode of messaging
+    - clk: scmi: Free scmi_clk allocated when the clocks with invalid info are
+      skipped
+    - [arm64] dts: imx8qm-ss-img: Fix jpegenc compatible entry
+    - [arm64] dts: imx8mp-debix-model-a: Remove USB hub reset-gpios
+    - [arm64] dts: imx8mm: Add sound-dai-cells to micfil node
+    - [arm64] dts: imx8mn: Add sound-dai-cells to micfil node
+    - [arm64] tegra: Fix P3767 card detect polarity
+    - [arm64] tegra: Fix P3767 QSPI speed
+    - firmware: tegra: Add suspend hook and reset BPMP IPC early on resume
+    - memory: tegra: Set BPMP msg flags to reset IPC channels
+    - [arm64] tegra: Use correct interrupts for Tegra234 TKE
+    - [arm64] soc: qcom: pmic_glink: fix connector type to be DisplayPort
+    - ASoC: cs35l41: Handle mdsync_down reg write errors
+    - ASoC: cs35l41: Initialize completion object before requesting IRQ
+    - ASoC: cs35l41: Verify PM runtime resume errors in IRQ handler
+    - ASoC: cs35l41: Undo runtime PM changes at driver exit time
+    - ALSA: hda: cs35l41: Fix unbalanced pm_runtime_get()
+    - ALSA: hda: cs35l41: Undo runtime PM changes at driver exit time
+    - KEYS: Include linux/errno.h in linux/verification.h
+    - crypto: hisilicon/hpre - Fix a erroneous check after snprintf()
+    - hwrng: bcm2835 - Fix hwrng throughput regression
+    - [i386] hwrng: geode - fix accessing registers
+    - RDMA/core: Use size_{add,sub,mul}() in calls to struct_size()
+    - [x86] crypto: qat - fix state machines cleanup paths
+    - [x86] crypto: qat - ignore subsequent state up commands
+    - [x86] crypto: qat - fix unregistration of crypto algorithms
+    - [x86] crypto: qat - fix unregistration of compression algorithms
+    - scsi: ibmvfc: Fix erroneous use of rtas_busy_delay with hcall return code
+    - ASoC: soc-pcm.c: Make sure DAI parameters cleared if the DAI becomes
+      inactive
+    - libnvdimm/of_pmem: Use devm_kstrdup instead of kstrdup and check its
+      return value
+    - nd_btt: Make BTT lanes preemptible
+    - crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failure
+    - crypto: caam/jr - fix Chacha20 + Poly1305 self test failure
+    - [x86] crypto: qat - increase size of buffers
+    - [x86] ASoC: SOF: ipc4-topology: Use size_add() in call to struct_size()
+    - PCI: vmd: Correct PCI Header Type Register's multi-function check
+    - hid: cp2112: Fix duplicate workqueue initialization
+    - crypto: hisilicon/qm - fix PF queue parameter issue
+    - [armel,armhf] 9321/1: memset: cast the constant byte to unsigned char
+    - [armel,armhf] 9323/1: mm: Fix ARCH_LOW_ADDRESS_LIMIT when CONFIG_ZONE_DMA
+    - ext4: move 'ix' sanity check to corrent position
+    - ASoC: fsl: mpc5200_dma.c: Fix warning of Function parameter or member not
+      described
+    - backlight: pwm_bl: Disable PWM on shutdown, suspend and remove
+    - [x86] ASoC: Intel: sof_sdw_rt_sdca_jack_common: add rt713 support
+    - ASoC: fsl-asoc-card: Add comment for mclk in the codec_priv
+    - dlm: fix no ack after final message
+    - IB/mlx5: Fix rdma counter binding for RAW QP
+    - [x86] ASoC: SOF: core: Ensure sof_ops_free() is still called when probe
+      never ran.
+    - ASoC: fsl: Fix PM disable depth imbalance in fsl_easrc_probe
+    - scsi: ufs: core: Leave space for '\0' in utf8 desc string
+    - [amd64] RDMA/hfi1: Workaround truncation compilation error
+    - HID: cp2112: Make irq_chip immutable
+    - hid: cp2112: Fix IRQ shutdown stopping polling for all IRQs on chip
+    - HID: uclogic: Fix user-memory-access bug in
+      uclogic_params_ugee_v2_init_event_hooks()
+    - HID: uclogic: Fix a work->entry not empty bug in __queue_work()
+    - HID: logitech-hidpp: Don't restart IO, instead defer hid_connect() only
+    - HID: logitech-hidpp: Revert "Don't restart communication if not necessary"
+    - HID: logitech-hidpp: Move get_wireless_feature_index() check to
+      hidpp_connect_event()
+    - ASoC: Intel: Skylake: Fix mem leak when parsing UUIDs fails
+    - PCI: endpoint: Fix double free in __pci_epc_create()
+    - padata: Fix refcnt handling in padata_free_shell()
+    - certs: Break circular dependency when selftest is modular
+    - crypto: qat - fix deadlock in backlog processing
+    - ASoC: ams-delta.c: use component after check
+    - erofs: fix erofs_insert_workgroup() lockref usage
+    - IB/mlx5: Fix init stage error handling to avoid double free of same QP and
+      UAF
+    - mfd: core: Un-constify mfd_cell.of_reg
+    - mfd: core: Ensure disabled devices are skipped without aborting
+    - mfd: dln2: Fix double put in dln2_probe
+    - dt-bindings: mfd: mt6397: Split out compatible for MediaTek MT6366 PMIC
+    - mfd: arizona-spi: Set pdata.hpdet_channel for ACPI enumerated devs
+    - leds: turris-omnia: Drop unnecessary mutex locking
+    - leds: turris-omnia: Do not use SMBUS calls
+    - leds: pwm: Don't disable the PWM when the LED should be off
+    - leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' issue for 'cpu'
+    - apparmor: fix invalid reference on profile->disconnected
+    - perf stat: Fix aggr mode initialization
+    - iio: frequency: adf4350: Use device managed functions and fix power down
+      issue.
+    - perf kwork: Fix incorrect and missing free atom in work_push_atom()
+    - perf kwork: Add the supported subcommands to the document
+    - perf kwork: Set ordered_events to true in 'struct perf_tool'
+    - f2fs: compress: fix deadloop in f2fs_write_cache_pages()
+    - f2fs: compress: fix to avoid use-after-free on dic
+    - f2fs: compress: fix to avoid redundant compress extension
+    - f2fs: fix to drop meta_inode's page cache in f2fs_put_super()
+    - tty: tty_jobctrl: fix pid memleak in disassociate_ctty()
+    - perf parse-events: Remove unused PE_PMU_EVENT_FAKE token
+    - perf parse-events: Remove unused PE_KERNEL_PMU_EVENT token
+    - perf parse-events: Remove ABORT_ON
+    - perf tools: Revert enable indices setting syntax for BPF map
+    - perf parse-events: Fix tracepoint name memory leak
+    - pinctrl: renesas: rzg2l: Make reverse order of enable() for disable()
+    - perf record: Fix BTF type checks in the off-cpu profiling
+    - dmaengine: idxd: Register dsa_bus_type before registering idxd sub-drivers
+    - usb: dwc2: fix possible NULL pointer dereference caused by driver
+      concurrency
+    - usb: chipidea: Fix DMA overwrite for Tegra
+    - usb: chipidea: Simplify Tegra DMA alignment code
+    - dmaengine: ti: edma: handle irq_of_parse_and_map() errors
+    - tools/perf: Update call stack check in builtin-lock.c
+    - misc: st_core: Do not call kfree_skb() under spin_lock_irqsave()
+    - tools: iio: iio_generic_buffer ensure alignment
+    - USB: usbip: fix stub_dev hub disconnect
+    - dmaengine: pxa_dma: Remove an erroneous BUG_ON() in pxad_free_desc()
+    - f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()
+    - [powerpc*] Only define __parse_fpscr() when required
+    - perf build: Add missing comment about NO_LIBTRACEEVENT=1
+    - perf parse-events: Fix for term values that are raw events
+    - perf pmu: Remove logic for PMU name being NULL
+    - perf mem-events: Avoid uninitialized read
+    - [s390x] ap: re-init AP queues on config on
+    - modpost: fix tee MODULE_DEVICE_TABLE built on big-endian host
+    - modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian host
+    - perf tools: Do not ignore the default vmlinux.h
+    - [powerpc*] 40x: Remove stale PTE_ATOMIC_UPDATES macro
+    - [powerpc*] xive: Fix endian conversion size
+    - [powerpc*] Hide empty pt_regs at base of the stack
+    - perf trace: Use the right bpf_probe_read(_str) variant for reading user
+      data
+    - [powerpc*] vas: Limit open window failure messages in log bufffer
+    - [powerpc*] imc-pmu: Use the correct spinlock initializer.
+    - [powerpc*] pseries: fix potential memory leak in init_cpu_associativity()
+    - perf vendor events: Update PMC used in PM_RUN_INST_CMPL event for power10
+      platform
+    - xhci: Loosen RPM as default policy to cover for AMD xHC 1.1
+    - usb: host: xhci-plat: fix possible kernel oops while resuming
+    - perf machine: Avoid out of bounds LBR memory read
+    - perf hist: Add missing puts to hist__account_cycles
+    - perf vendor events intel: Fix broadwellde tma_info_system_dram_bw_use
+      metric
+    - perf vendor events intel: Add broadwellde two metrics
+    - 9p/net: fix possible memory leak in p9_check_errors()
+    - rtla: Fix uninitialized variable found
+    - i3c: Fix potential refcount leak in i3c_master_register_new_i3c_devs
+    - rtc: brcmstb-waketimer: support level alarm_irq
+    - cxl/pci: Remove unnecessary device reference management in sanitize work
+    - cxl/pci: Cleanup 'sanitize' to always poll
+    - cxl/pci: Remove inconsistent usage of dev_err_probe()
+    - cxl/pci: Clarify devm host for memdev relative setup
+    - cxl/pci: Fix sanitize notifier setup
+    - cxl/memdev: Fix sanitize vs decoder setup locking
+    - cxl/mem: Fix shutdown order
+    - virt: sevguest: Fix passing a stack buffer as a scatterlist target
+    - rtc: pcf85363: Allow to wake up system without IRQ
+    - rtc: pcf85363: fix wrong mask/val parameters in regmap_update_bits call
+    - cxl/region: Prepare the decoder match range helper for reuse
+    - cxl/region: Calculate a target position in a region interleave
+    - cxl/region: Use cxl_calc_interleave_pos() for auto-discovery
+    - cxl/region: Fix cxl_region_rwsem lock held when returning to user space
+    - cxl/core/regs: Rename @dev to @host in struct cxl_register_map
+    - cxl/port: Fix @host confusion in cxl_dport_setup_regs()
+    - cxl/hdm: Remove broken error path
+    - pcmcia: cs: fix possible hung task and memory leak pccardd()
+    - pcmcia: ds: fix refcount leak in pcmcia_device_add()
+    - pcmcia: ds: fix possible name leak in error path in pcmcia_device_add()
+    - media: imx-jpeg: initiate a drain of the capture queue in dynamic
+      resolution change
+    - media: hantro: Check whether reset op is defined before use
+    - media: verisilicon: Do not enable G2 postproc downscale if source is
+      narrower than destination
+    - media: ov5640: fix vblank unchange issue when work at dvp mode
+    - media: i2c: max9286: Fix some redundant of_node_put() calls
+    - media: ov5640: Fix a memory leak when ov5640_probe fails
+    - media: bttv: fix use after free error due to btv->timeout timer
+    - media: amphion: handle firmware debug message
+    - media: mtk-jpegenc: Fix bug in JPEG encode quality selection
+    - media: s3c-camif: Avoid inappropriate kfree()
+    - media: vidtv: psi: Add check for kstrdup
+    - media: vidtv: mux: Add check and kfree for kstrdup
+    - media: cedrus: Fix clock/reset sequence
+    - media: cadence: csi2rx: Unregister v4l2 async notifier
+    - media: dvb-usb-v2: af9035: fix missing unlock
+    - media: verisilicon: Fixes clock list for rk3588 av1 decoder
+    - media: imx-jpeg: notify source chagne event when the first picture parsed
+    - media: platform: mtk-mdp3: fix uninitialized variable in mdp_path_config()
+    - media: cec: meson: always include meson sub-directory in Makefile
+    - cpupower: fix reference to nonexistent document
+    - regmap: prevent noinc writes from clobbering cache
+    - drm/amdgpu/gfx10,11: use memcpy_to/fromio for MQDs
+    - drm/amdgpu: don't put MQDs in VRAM on ARM | ARM64
+    - pwm: sti: Reduce number of allocations and drop usage of chip_data
+    - pwm: brcmstb: Utilize appropriate clock APIs in suspend/resume
+    - Input: synaptics-rmi4 - fix use after free in rmi_unregister_function()
+    - watchdog: ixp4xx: Make sure restart always works
+    - llc: verify mac len before reading mac header
+    - hsr: Prevent use after free in prp_create_tagged_frame()
+    - tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING
+    - rxrpc: Fix two connection reaping bugs
+    - bpf: Check map->usercnt after timer->timer is assigned
+    - inet: shrink struct flowi_common
+    - net: page_pool: add missing free_percpu when page_pool_init fail
+    - dccp: Call security_inet_conn_request() after setting IPv4 addresses.
+    - dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.
+    - net: r8169: Disable multicast filter for RTL8168H and RTL8107E
+    - Fix termination state for idr_for_each_entry_ul()
+    - net: stmmac: xgmac: Enable support for multiple Flexible PPS outputs
+    - net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT
+    - net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc
+    - net/smc: put sk reference if close work was canceled
+    - nvme: fix error-handling for io_uring nvme-passthrough
+    - tg3: power down device only on SYSTEM_POWER_OFF
+    - nbd: fix uaf in nbd_open
+    - blk-core: use pr_warn_ratelimited() in bio_check_ro()
+    - vsock/virtio: remove socket from connected/bound list on shutdown
+    - r8169: respect userspace disabling IFF_MULTICAST
+    - net: enetc: shorten enetc_setup_xdp_prog() error message to fit
+      NETLINK_MAX_FMTMSG_LEN
+    - i2c: iproc: handle invalid slave state
+    - netfilter: xt_recent: fix (increase) ipv6 literal buffer length
+    - netfilter: nat: fix ipv6 nat redirect with mapped and scoped addresses
+    - net/sched: act_ct: Always fill offloading tuple iifidx
+    - [riscv64] Don't fail in riscv_of_parent_hartid() for disabled HARTs
+    - drm/vc4: tests: Fix UAF in the mock helpers
+    - drm/syncobj: fix DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE
+    - ASoC: hdmi-codec: register hpd callback on component probe
+    - ASoC: dapm: fix clock get name
+    - spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies
+    - [arm*] arm_pmuv3: perf: Don't truncate 64-bit registers
+    - fbdev: imsttfb: fix double free in probe()
+    - fbdev: imsttfb: fix a resource leak in probe
+    - ALSA: hda/realtek: Add support dual speaker for Dell
+    - fbdev: fsl-diu-fb: mark wr_reg_wa() static
+    - tracing/kprobes: Fix the order of argument descriptions
+    - Revert "drm/ast: report connection status on Display Port."
+    - io_uring/net: ensure socket is marked connected on connect retry
+    - [x86] amd_nb: Use Family 19h Models 60h-7Fh Function 4 IDs
+    - Revert "PCI/ASPM: Disable only ASPM_STATE_L1 when driver, disables L1"
+    - Revert "mmc: core: Capture correct oemid-bits for eMMC cards"
+    - btrfs: use u64 for buffer sizes in the tree search ioctls
+    - [x86] bpf, x86: initialize the variable "first_off" in save_args()
+    - perf parse-events: Fix driver config term
+    - btrfs: make found_logical_ret parameter mandatory for function
+      queue_scrub_stripe()
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.5.13
+    - btrfs: abort transaction on generation mismatch when marking eb as dirty
+    - lib/generic-radix-tree.c: Don't overflow in peek()
+    - [x86] retpoline: Make sure there are no unconverted return thunks due to
+      KCSAN
+    - perf/core: Bail out early if the request AUX area is out of bound
+    - srcu: Fix srcu_struct node grpmask overflow on 64-bit systems
+    - [armhf] clocksource/drivers/timer-imx-gpt: Fix potential memory leak
+    - srcu: Only accelerate on enqueue time
+    - smp,csd: Throw an error if a CSD lock is stuck for too long
+    - cpu/hotplug: Don't offline the last non-isolated CPU
+    - workqueue: Provide one lock class key per work_on_cpu() callsite
+    - [x86] mm: Drop the 4 MB restriction on minimal NUMA node memory size
+    - wifi: plfxlc: fix clang-specific fortify warning
+    - wifi: ath12k: Ignore fragments from uninitialized peer in dp
+    - wifi: mac80211_hwsim: fix clang-specific fortify warning
+    - wifi: mac80211: don't return unset power in ieee80211_get_tx_power()
+    - atl1c: Work around the DMA RX overflow issue
+    - bpf: Detect IP == ksym.end as part of BPF program
+    - wifi: ath9k: fix clang-specific fortify warnings
+    - wifi: ath12k: fix possible out-of-bound read in
+      ath12k_htt_pull_ppdu_stats()
+    - wifi: ath10k: fix clang-specific fortify warning
+    - wifi: ath12k: fix possible out-of-bound write in
+      ath12k_wmi_ext_hal_reg_caps()
+    - ACPI: APEI: Fix AER info corruption when error status data has multiple
+      sections
+    - net: sfp: add quirk for Fiberstone GPON-ONU-34-20BI
+    - wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 Pro (2023)
+    - net: annotate data-races around sk->sk_tx_queue_mapping
+    - net: annotate data-races around sk->sk_dst_pending_confirm
+    - wifi: ath12k: mhi: fix potential memory leak in ath12k_mhi_register()
+    - wifi: ath10k: Don't touch the CE interrupt registers after power up
+    - net: sfp: add quirk for FS's 2.5G copper SFP
+    - vsock: read from socket's error queue
+    - bpf: Ensure proper register state printing for cond jumps
+    - wifi: iwlwifi: mvm: fix size check for fw_link_id
+    - Bluetooth: btusb: Add date->evt_skb is NULL check
+    - Bluetooth: Fix double free in hci_conn_cleanup
+    - ACPI: EC: Add quirk for HP 250 G7 Notebook PC
+    - tsnep: Fix tsnep_request_irq() format-overflow warning
+    - gpiolib: acpi: Add a ignore interrupt quirk for Peaq C1010
+    - platform/chrome: kunit: initialize lock for fake ec_dev
+    - of: address: Fix address translation when address-size is greater than 2
+    - [x86] platform/x86: thinkpad_acpi: Add battery quirk for Thinkpad X120e
+    - [x86] drm/gma500: Fix call trace when psb_gem_mm_init() fails
+    - drm/amd/display: Blank phantom OTG before enabling
+    - drm/amd/display: Don't lock phantom pipe on disabling
+    - drm/amd/display: add seamless pipe topology transition check
+    - drm/edid: Fixup h/vsync_end instead of h/vtotal
+    - md: don't rely on 'mddev->pers' to be set in mddev_suspend()
+    - drm/amdgpu: not to save bo in the case of RAS err_event_athub
+    - drm/amd: Update `update_pcie_parameters` functions to use uint8_t
+      arguments
+    - drm/amd/display: use full update for clip size increase of large plane
+      source
+    - string.h: add array-wrappers for (v)memdup_user()
+    - kernel: kexec: copy user-array safely
+    - kernel: watch_queue: copy user-array safely
+    - drm_lease.c: copy user-array safely
+    - drm: vmwgfx_surface.c: copy user-array safely
+    - [arm64] drm/msm/dp: skip validity check for DP CTS EDID checksum
+    - drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7
+    - drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and Tonga
+    - drm/amdgpu: Fix potential null pointer derefernce
+    - drm/panel: fix a possible null pointer dereference
+    - drm/panel/panel-tpo-tpg110: fix a possible null pointer dereference
+    - drm/radeon: fix a possible null pointer dereference
+    - drm/amdgpu/vkms: fix a possible null pointer dereference
+    - drm/panel: st7703: Pick different reset sequence
+    - drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULL
+    - drm/amd: Disable PP_PCIE_DPM_MASK when dynamic speed switching not
+      supported
+    - drm/amd/display: fix num_ways overflow error
+    - drm/amd: check num of link levels when update pcie param
+    - [arm64] dts: ls208xa: use a pseudo-bus to constrain usb dma size
+    - ASoC: soc-card: Add storage for PCI SSID
+    - [x86] ASoC: SOF: Pass PCI SSID to machine driver
+    - crypto: pcrypt - Fix hungtask for PADATA_RESET
+    - [x86] ASoC: SOF: ipc4: handle EXCEPTION_CAUGHT notification from firmware
+    - [amd64] RDMA/hfi1: Use FIELD_GET() to extract Link Width
+    - [arm64] scsi: hisi_sas: Set debugfs_dir pointer to NULL after removing
+      debugfs
+    - [powerpc*] scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool
+    - fs/jfs: Add check for negative db_l2nbperpage
+    - fs/jfs: Add validity check for db_maxag and db_agpref
+    - jfs: fix array-index-out-of-bounds in dbFindLeaf
+    - jfs: fix array-index-out-of-bounds in diAlloc
+    - HID: lenovo: Detect quirk-free fw on cptkbd and stop applying workaround
+    - [armel,armhf] 9320/1: fix stack depot IRQ stack filter
+    - ALSA: hda: Fix possible null-ptr-deref when assigning a stream
+    - gpiolib: of: Add quirk for mt2701-cs42448 ASoC sound
+    - [armel,armhf] PCI: mvebu: Use FIELD_PREP() with Link Width
+    - atm: iphase: Do PCI error checks on own line
+    - PCI: Do error check on own line to split long "if" conditions
+    - scsi: libfc: Fix potential NULL pointer dereference in
+      fc_lport_ptp_setup()
+    - PCI: Use FIELD_GET() to extract Link Width
+    - PCI: Extract ATS disabling to a helper function
+    - PCI: Disable ATS for specific Intel IPU E2000 devices
+    - PCI: dwc: Add dw_pcie_link_set_max_link_width()
+    - PCI: dwc: Add missing PCI_EXP_LNKCAP_MLW handling
+    - misc: pci_endpoint_test: Add Device ID for R-Car S4-8 PCIe controller
+    - PCI: Use FIELD_GET() in Sapphire RX 5600 XT Pulse quirk
+    - [x86] ASoC: Intel: soc-acpi-cht: Add Lenovo Yoga Tab 3 Pro YT3-X90 quirk
+    - crypto: hisilicon/qm - prevent soft lockup in receive loop
+    - HID: Add quirk for Dell Pro Wireless Keyboard and Mouse KM5221W
+    - exfat: support handle zero-size directory
+    - mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs
+    - iio: adc: stm32-adc: harden against NULL pointer deref in
+      stm32_adc_probe()
+    - [x86] thunderbolt: Apply USB 3.x bandwidth quirk only in software
+      connection manager
+    - tty: vcc: Add check for kstrdup() in vcc_probe()
+    - dt-bindings: phy: qcom,snps-eusb2-repeater: Add magic tuning overrides
+    - phy: qualcomm: phy-qcom-eusb2-repeater: Use regmap_fields
+    - phy: qualcomm: phy-qcom-eusb2-repeater: Zero out untouched tuning regs
+    - usb: dwc3: core: configure TX/RX threshold for DWC3_IP
+    - usb: ucsi: glink: use the connector orientation GPIO to provide switch
+      events
+    - soundwire: dmi-quirks: update HP Omen match
+    - f2fs: fix error path of __f2fs_build_free_nids
+    - f2fs: fix error handling of __get_node_page
+    - usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not present
+    - usb: gadget: f_ncm: Always set current gadget in ncm_bind()
+    - 9p/trans_fd: Annotate data-racy writes to file::f_flags
+    - 9p: v9fs_listxattr: fix %s null argument warning
+    - i2c: i801: Add support for Intel Birch Stream SoC
+    - i2c: fix memleak in i2c_new_client_device()
+    - i2c: sun6i-p2wi: Prevent potential division by zero
+    - virtio-blk: fix implicit overflow on virtio_max_dma_size
+    - media: gspca: cpia1: shift-out-of-bounds in set_flicker
+    - media: vivid: avoid integer overflow
+    - media: ipu-bridge: increase sensor_name size
+    - gfs2: ignore negated quota changes
+    - gfs2: fix an oops in gfs2_permission
+    - media: cobalt: Use FIELD_GET() to extract Link Width
+    - media: ccs: Fix driver quirk struct documentation
+    - media: imon: fix access to invalid resource for the second interface
+    - drm/amd/display: Avoid NULL dereference of timing generator
+    - [riscv64] VMAP_STACK overflow detection thread-safe
+    - i2c: dev: copy userspace array safely
+    - [armhf] ASoC: ti: omap-mcbsp: Fix runtime PM underflow warnings
+    - drm/qxl: prevent memory leak
+    - ALSA: hda/realtek: Add quirk for ASUS UX7602ZM
+    - drm/amdgpu: fix software pci_unplug on some chips
+    - pwm: Fix double shift bug
+    - wifi: iwlwifi: Use FW rate for non-data frames
+    - sched/core: Optimize in_task() and in_interrupt() a bit
+    - dt-bindings: serial: fix regex pattern for matching serial node children
+    - SUNRPC: ECONNRESET might require a rebind
+    - [x86] drm/i915/mtl: avoid stringop-overflow warning
+    - NFSv4.1: fix handling NFS4ERR_DELAY when testing for session trunking
+    - SUNRPC: Add an IS_ERR() check back to where it was
+    - NFSv4.1: fix SP4_MACH_CRED protection for pnfs IO
+    - SUNRPC: Fix RPC client cleaned up the freed pipefs dentries
+    - [riscv64] hwprobe: Fix vDSO SIGSEGV
+    - [riscv64] provide riscv-specific is_trap_insn()
+    - gfs2: Silence "suspicious RCU usage in gfs2_permission" warning
+    - [x86] drm/i915/tc: Fix -Wformat-truncation in intel_tc_port_init
+    - bpf: handle ldimm64 properly in check_cfg()
+    - bpf: fix precision backtracking instruction iteration
+    - net: set SOCK_RCU_FREE before inserting socket into hashtable
+    - ipvlan: add ipvlan_route_v6_outbound() helper
+    - tty: Fix uninit-value access in ppp_sync_receive()
+    - xen/events: avoid using info_for_irq() in xen_send_IPI_one()
+    - [arm64] net: hns3: fix add VLAN fail issue
+    - [arm64] net: hns3: add barrier in vf mailbox reply process
+    - [arm64] net: hns3: fix incorrect capability bit display for copper port
+    - [arm64] net: hns3: fix out-of-bounds access may occur when coalesce info
+      is read via debugfs
+    - [arm64] net: hns3: fix variable may not initialized problem in
+      hns3_init_mac_addr()
+    - [arm64] net: hns3: fix VF reset fail issue
+    - [arm64] net: hns3: fix VF wrong speed and duplex issue
+    - tipc: Fix kernel-infoleak due to uninitialized TLV value
+    - net: mvneta: fix calls to page_pool_get_stats
+    - ppp: limit MRU to 64K
+    - xen/events: fix delayed eoi list handling
+    - blk-mq: make sure active queue usage is held for bio_integrity_prep()
+    - ptp: annotate data-race around q->head and q->tail
+    - bonding: stop the device in bond_setup_by_slave()
+    - net: ethernet: cortina: Fix max RX frame define
+    - net: ethernet: cortina: Handle large frames
+    - net: ethernet: cortina: Fix MTU max setting
+    - af_unix: fix use-after-free in unix_stream_read_actor()
+    - netfilter: nf_conntrack_bridge: initialize err to 0
+    - netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()
+    - netfilter: nf_tables: bogus ENOENT when destroying element which does not
+      exist
+    - net: stmmac: fix rx budget limit check
+    - net: stmmac: avoid rx queue overrun
+    - pds_core: use correct index to mask irq
+    - pds_core: fix up some format-truncation complaints
+    - gve: Fixes for napi_poll when budget is 0
+    - io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrieval
+    - net/mlx5: Decouple PHC .adjtime and .adjphase implementations
+    - net/mlx5e: fix double free of encap_header
+    - net/mlx5e: fix double free of encap_header in update funcs
+    - net/mlx5e: Fix pedit endianness
+    - net/mlx5: Consolidate devlink documentation in devlink/mlx5.rst
+    - net/mlx5e: Make tx_port_ts logic resilient to out-of-order CQEs
+    - net/mlx5e: Add recovery flow for tx devlink health reporter for unhealthy
+      PTP SQ
+    - net/mlx5e: Update doorbell for port timestamping CQ before the software
+      counter
+    - net/mlx5: Increase size of irq name buffer
+    - net/mlx5e: Reduce the size of icosq_str
+    - net/mlx5e: Check return value of snprintf writing to fw_version buffer
+    - net/mlx5e: Check return value of snprintf writing to fw_version buffer for
+      representors
+    - net: sched: do not offload flows with a helper in act_ct
+    - macvlan: Don't propagate promisc change to lower dev in passthru
+    - scsi: ufs: core: Expand MCQ queue slot to DeviceQueueDepth + 1
+    - cifs: spnego: add ';' in HOST_KEY_LEN
+    - cifs: fix check of rc in function generate_smb3signingkey
+    - perf/core: Fix cpuctx refcounting
+    - [x86] i915/perf: Fix NULL deref bugs with drm_dbg() calls
+    - perf: arm_cspmu: Reject events meant for other PMUs
+    - drivers: perf: Check find_first_bit() return value
+    - media: venus: hfi: add checks to perform sanity on queue pointers
+    - [x86] perf intel-pt: Fix async branch flags
+    - [powerpc*] perf: Fix disabling BHRB and instruction sampling
+    - bpf: Fix check_stack_write_fixed_off() to correctly spill imm
+    - bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END
+    - scsi: mpt3sas: Fix loop logic
+    - scsi: megaraid_sas: Increase register read retry rount from 3 to 30 for
+      selected registers
+    - scsi: ufs: qcom: Update PHY settings only when scaling to higher gears
+    - scsi: qla2xxx: Fix system crash due to bad pointer access
+    - scsi: ufs: core: Fix racing issue between ufshcd_mcq_abort() and ISR
+    - [x86] crypto: x86/sha - load modules based on CPU features
+    - [x86] PCI: Avoid PME from D3hot/D3cold for AMD Rembrandt and Phoenix USB4
+    - [x86] apic/msi: Fix misconfigured non-maskable MSI quirk
+    - [x86] cpu/hygon: Fix the CPU topology evaluation for real
+    - [x86] KVM: x86: hyper-v: Don't auto-enable stimer on write from user-space
+    - [x86] KVM: x86: Ignore MSR_AMD64_TW_CFG access
+    - [x86] KVM: x86: Clear bit12 of ICR after APIC-write VM-exit
+    - [x86] KVM: x86: Fix lapic timer interrupt lost after loading a snapshot.
+    - mmc: sdhci-pci-gli: GL9755: Mask the replay timer timeout of AER
+    - sched: psi: fix unprivileged polling against cgroups
+    - audit: don't take task_lock() in audit_exe_compare() code path
+    - audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()
+    - proc: sysctl: prevent aliased sysctls from getting passed to init
+    - tty/sysrq: replace smp_processor_id() with get_cpu()
+    - tty: serial: meson: fix hard LOCKUP on crtscts mode
+    - hvc/xen: fix console unplug
+    - hvc/xen: fix error path in xen_hvc_init() to always register frontend
+      driver
+    - hvc/xen: fix event channel handling for secondary consoles
+    - PCI/sysfs: Protect driver's D3cold preference from user space
+    - watchdog: move softlockup_panic back to early_param
+    - fbdev: stifb: Make the STI next font pointer a 32-bit signed offset
+    - dm crypt: account large pages in cc->n_allocated_pages
+    - ACPI: resource: Do IRQ override on TongFang GMxXGxx
+    - regmap: Ensure range selector registers are updated after cache sync
+    - wifi: ath11k: fix temperature event locking
+    - wifi: ath11k: fix dfs radar event locking
+    - wifi: ath11k: fix htt pktlog locking
+    - wifi: ath11k: fix gtk offload status event locking
+    - wifi: ath12k: fix htt mlo-offset event locking
+    - wifi: ath12k: fix dfs-radar and temperature event locking
+    - mmc: meson-gx: Remove setting of CMD_CFG_ERROR
+    - genirq/generic_chip: Make irq_remove_generic_chip() irqdomain aware
+    - sched/core: Fix RQCF_ACT_SKIP leak
+    - KEYS: trusted: tee: Refactor register SHM usage
+    - KEYS: trusted: Rollback init_trusted() consistently
+    - [arm64] Restrict CPU_BIG_ENDIAN to GNU as or LLVM IAS 15.x or newer
+    - [arm64] module: Fix PLT counting when CONFIG_RANDOMIZE_BASE=n
+    - cpufreq: stats: Fix buffer overflow detection in trans_stats()
+    - [x86] powercap: intel_rapl: Downgrade BIOS locked limits pr_warn() to
+      pr_debug()
+    - ksmbd: fix recursive locking in vfs helpers
+    - ksmbd: handle malformed smb1 message
+    - ksmbd: fix slab out of bounds write in smb_inherit_dacl()
+    - mmc: vub300: fix an error code
+    - mmc: sdhci_am654: fix start loop index for TAP value parsing
+    - mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC Q2J54A
+    - PCI/ASPM: Fix L1 substate handling in aspm_attr_store_common()
+    - PCI: kirin: Don't discard .remove() callback
+    - PCI: exynos: Don't discard .remove() callback
+    - wifi: wilc1000: use vmm_table as array in wilc struct
+    - svcrdma: Drop connection after an RDMA Read error
+    - rcu/tree: Defer setting of jiffies during stall reset
+    - [arm64] dts: qcom: ipq6018: Fix hwlock index for SMEM
+    - dt-bindings: timer: renesas,rz-mtu3: Fix overflow/underflow interrupt
+      names
+    - PM: hibernate: Use __get_safe_page() rather than touching the list
+    - PM: hibernate: Clean up sync_read handling in snapshot_write_next()
+    - btrfs: don't arbitrarily slow down delalloc if we're committing
+    - [x86] thermal: intel: powerclamp: fix mismatch in get function for
+      max_idle
+    - [arm64] dts: qcom: ipq5332: Fix hwlock index for SMEM
+    - [arm64] dts: qcom: ipq8074: Fix hwlock index for SMEM
+    - [arm64] firmware: qcom_scm: use 64-bit calling convention only when client
+      is 64-bit
+    - ACPI: FPDT: properly handle invalid FPDT subtables
+    - [arm64] dts: qcom: ipq9574: Fix hwlock index for SMEM
+    - [arm64] dts: qcom: ipq6018: Fix tcsr_mutex register size
+    - leds: trigger: netdev: Move size check in set_device_name
+    - [arm64] mfd: qcom-spmi-pmic: Fix reference leaks in revid helper
+    - [arm64] mfd: qcom-spmi-pmic: Fix revid implementation
+    - ima: annotate iint mutex to avoid lockdep false positive warnings
+    - ima: detect changes to the backing overlay file
+    - netfilter: nf_tables: remove catchall element in GC sync path
+      (CVE-2023-6111)
+    - netfilter: nf_tables: split async and sync catchall in two functions
+    - ASoC: soc-dai: add flag to mute and unmute stream during trigger
+    - hid: lenovo: Resend all settings on reset_resume for compact keyboards
+    - [arm64] ASoC: codecs: wsa-macro: fix uninitialized stack variables with
+      name prefix
+    - jbd2: fix potential data lost in recovering journal raced with
+      synchronizing fs bdev
+    - quota: explicitly forbid quota files from being encrypted
+    - kernel/reboot: emergency_restart: Set correct system_state
+    - i2c: core: Run atomic i2c xfer when !preemptible
+    - tracing: Have the user copy of synthetic event address use correct context
+    - driver core: Release all resources during unbind before updating device
+      links
+    - mcb: fix error handling for different scenarios when parsing
+    - [armhf] dmaengine: stm32-mdma: correct desc prep when channel running
+    - [s390x] mm: add missing arch_set_page_dat() call to vmem_crst_alloc()
+    - [s390x] cmma: fix detection of DAT pages
+    - mm/cma: use nth_page() in place of direct struct page manipulation
+    - mm/memory_hotplug: use pfn math in place of direct struct page
+      manipulation
+    - mm: make PR_MDWE_REFUSE_EXEC_GAIN an unsigned long
+    - mtd: cfi_cmdset_0001: Byte swap OTP info
+    - cxl/region: Do not try to cleanup after cxl_region_setup_targets() fails
+    - cxl/region: Fix x1 root-decoder granularity calculations
+    - cxl/port: Fix delete_endpoint() vs parent unregistration race
+    - [arm64,armhf] pmdomain: bcm: bcm2835-power: check if the ASB register is
+      equal to enable
+    - [arm64,armhf] pmdomain: amlogic: Fix mask for the second NNA mem PD domain
+    - [armhf] pmdomain: imx: Make imx pgc power domain also set the fwnode
+    - PCI: Lengthen reset delay for VideoPropulsion Torrent QN16e card
+    - mm/hugetlb: prepare hugetlb_follow_page_mask() for FOLL_PIN
+    - mm/hugetlb: use nth_page() in place of direct struct page manipulation
+    - xhci: Enable RPM on controllers that support low-power states
+    - fs: add ctime accessors infrastructure
+    - smb3: fix creating FIFOs when mounting with "sfu" mount option
+    - smb3: fix touch -h of symlink
+    - smb3: allow dumping session and tcon id to improve stats analysis and
+      debugging
+    - smb3: fix caching of ctime on setxattr
+    - smb: client: fix use-after-free bug in cifs_debug_data_proc_show()
+    - smb: client: fix use-after-free in smb2_query_info_compound()
+    - smb: client: fix potential deadlock when releasing mids
+    - cifs: reconnect helper should set reconnect for the right channel
+    - cifs: force interface update before a fresh session setup
+    - cifs: do not reset chan_max if multichannel is not supported at mount
+    - cifs: Fix encryption of cleared, but unset rq_iter data buffers
+    - xfs: recovery should not clear di_flushiter unconditionally
+    - btrfs: zoned: wait for data BG to be finished on direct IO allocation
+    - ALSA: info: Fix potential deadlock at disconnection
+    - ALSA: hda/realtek: Enable Mute LED on HP 255 G8
+    - ALSA: hda/realtek - Add Dell ALC295 to pin fall back table
+    - ALSA: hda/realtek - Enable internal speaker of ASUS K6500ZC
+    - ALSA: hda/realtek: Enable Mute LED on HP 255 G10
+    - ALSA: hda/realtek: Add quirks for HP Laptops
+    - Revert ncsi: Propagate carrier gain/loss events to the NCSI controller
+    - Revert "i2c: pxa: move to generic GPIO recovery"
+    - lsm: fix default return value for vm_enough_memory
+    - lsm: fix default return value for inode_getsecctx
+    - [arm64] sbsa_gwdt: Calculate timeout with 64-bit math
+    - i2c: designware: Disable TX_EMPTY irq while waiting for block length byte
+    - [s390x] ap: fix AP bus crash on early config change callback invocation
+    - net: ethtool: Fix documentation of ethtool_sprintf()
+    - net: dsa: lan9303: consequently nested-lock physical MDIO
+    - net: phylink: initialize carrier state at creation
+    - gfs2: don't withdraw if init_threads() got interrupted
+    - i2c: i801: fix potential race in i801_block_transaction_byte_by_byte
+    - f2fs: do not return EFSCORRUPTED, but try to run online repair
+    - f2fs: set the default compress_level on ioctl
+    - f2fs: avoid format-overflow warning
+    - f2fs: split initial and dynamic conditions for extent_cache
+    - media: lirc: drop trailing space from scancode transmit
+    - media: sharp: fix sharp encoding
+    - media: venus: hfi_parser: Add check to keep the number of codecs within
+      range
+    - media: venus: hfi: fix the check to handle session buffer requirement
+    - media: venus: hfi: add checks to handle capabilities from firmware
+    - media: ccs: Correctly initialise try compose rectangle
+    - dm-bufio: fix no-sleep mode
+    - dm-verity: don't use blocking calls from tasklets
+    - nfsd: fix file memleak on client_opens_release
+    - NFSD: Update nfsd_cache_append() to use xdr_stream
+    - [riscv64] Using TOOLCHAIN_HAS_ZIHINTPAUSE marco replace zihintpause
+    - [riscv64] put interrupt entries into .irqentry.text
+    - [riscv64] mm: Update the comment of CONFIG_PAGE_OFFSET
+    - [riscv64] correct pt_level name via pgtable_l5/4_enabled
+    - [riscv64] kprobes: allow writing to x0
+    - mmc: sdhci-pci-gli: A workaround to allow GL9750 to enter ASPM L1.2
+    - mm: fix for negative counter: nr_file_hugepages
+    - mm: kmem: drop __GFP_NOFAIL when allocating objcg vectors
+    - mptcp: deal with large GSO size
+    - mptcp: add validity check for sending RM_ADDR
+    - mptcp: fix setsockopt(IP_TOS) subflow locking
+    - r8169: fix network lost after resume on DASH systems
+    - r8169: add handling DASH when DASH is disabled
+    - mmc: sdhci-pci-gli: GL9750: Mask the replay timer timeout of AER
+    - Revert "net: r8169: Disable multicast filter for RTL8168H and RTL8107E"
+    - ext4: fix race between writepages and remount
+    - ext4: make sure allocate pending entry not fail
+    - ext4: apply umask if ACL support is disabled
+    - ext4: correct offset of gdb backup in non meta_bg group to update_backups
+    - ext4: mark buffer new if it is unwritten to avoid stale data exposure
+    - ext4: correct return value of ext4_convert_meta_bg
+    - ext4: correct the start block of counting reserved clusters
+    - ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocks
+    - ext4: add missed brelse in update_backups
+    - ext4: properly sync file size update after O_SYNC direct IO
+    - ext4: fix racy may inline data check in dio write
+    - drm/amd/pm: Handle non-terminated overdrive commands.
+    - drm: bridge: it66121: ->get_edid callback must not return err pointers
+    - [x86] drm/i915/mtl: Support HBR3 rate with C10 phy and eDP in MTL
+    - [x86] drm/i915: Bump GLK CDCLK frequency when driving multiple pipes
+    - [x86] drm/i915: Fix potential spectre vulnerability
+    - [x86] drm/i915: Flush WC GGTT only on required platforms
+    - drm/amd/pm: Fix error of MACO flag setting code
+    - drm/amdgpu/smu13: drop compute workload workaround
+    - drm/amdgpu: don't use pci_is_thunderbolt_attached()
+    - drm/amdgpu: fix GRBM read timeout when do mes_self_test
+    - drm/amdgpu: add a retry for IP discovery init
+    - drm/amdgpu: don't use ATRM for external devices
+    - drm/amdgpu: fix error handling in amdgpu_vm_init
+    - drm/amdgpu: fix error handling in amdgpu_bo_list_get()
+    - drm/amdgpu: lower CS errors to debug severity
+    - drm/amdgpu: Fix possible null pointer dereference
+    - drm/amd/display: Guard against invalid RPTR/WPTR being set
+    - drm/amd/display: Fix DSC not Enabled on Direct MST Sink
+    - drm/amd/display: fix a NULL pointer dereference in amdgpu_dm_i2c_xfer()
+    - drm/amd/display: Enable fast plane updates on DCN3.2 and above
+    - drm/amd/display: Change the DMCUB mailbox memory location from FB to inbox
+    - [powerpc*] powernv: Fix fortify source warnings in opal-prd.c
+    - tracing: Have trace_event_file have ref counters
+    - net/mlx5e: Avoid referencing skb after free-ing in drop path of
+      mlx5e_sq_xmit_wqe
+    - net/mlx5e: Track xmit submission to PTP WQ after populating metadata map
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 5
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 29 Nov 2023 08:45:07 +0100
+
+linux (6.5.10-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.5.9
+    - Bluetooth: hci_event: Ignore NULL link key
+    - Bluetooth: Reject connection with the device which has same BD_ADDR
+    - Bluetooth: Fix a refcnt underflow problem for hci_conn
+    - Bluetooth: vhci: Fix race when opening vhci device
+    - Bluetooth: hci_event: Fix coding style
+    - Bluetooth: avoid memcmp() out of bounds warning
+    - Bluetooth: hci_conn: Fix modifying handle while aborting
+    - ice: fix over-shifted variable
+    - ice: Fix safe mode when DDP is missing
+    - ice: reset first in crash dump kernels
+    - net/smc: return the right falback reason when prefix checks fail
+    - btrfs: fix stripe length calculation for non-zoned data chunk allocation
+    - regmap: fix NULL deref on lookup
+    - [x86] KVM: x86: Mask LVTPC when handling a PMI
+    - [x86] sev: Disable MMIO emulation from user mode (CVE-2023-46813)
+    - [x86] sev: Check IOBM for IOIO exceptions from user-space (CVE-2023-46813)
+    - [x86] sev: Check for user-space IOIO pointing to kernel space
+      (CVE-2023-46813)
+    - [x86] fpu: Allow caller to constrain xfeatures when copying to uabi buffer
+    - [x86] KVM: x86/pmu: Truncate counter value to allowed width on write
+    - [x86] KVM: x86: Constrain guest-supported xfeatures only at
+      KVM_GET_XSAVE{2}
+    - [x86] KVM: SVM: add support for Invalid IPI Vector interception
+    - [x86] KVM: SVM: refresh AVIC inhibition in svm_leave_nested()
+    - audit,io_uring: io_uring openat triggers audit reference count underflow
+    - tcp: check mptcp-level constraints for backlog coalescing
+    - mptcp: more conservative check for zero probes
+    - mm: slab: Do not create kmalloc caches smaller than arch_slab_minalign()
+    - Revert "net: wwan: iosm: enable runtime pm support for 7560"
+    - netfilter: nft_payload: fix wrong mac header matching
+    - io_uring: fix crash with IORING_SETUP_NO_MMAP and invalid SQ ring address
+    - [x86] drm/i915: Retry gtt fault when out of fence registers
+    - drm/nouveau/disp: fix DP capable DSM connectors
+    - drm/edid: add 8 bpc quirk to the BenQ GW2765
+    - ALSA: hda/realtek - Fixed ASUS platform headset Mic issue
+    - ALSA: hda/realtek: Add quirk for ASUS ROG GU603ZV
+    - ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq5xxx
+    - [arm64] ASoC: codecs: wcd938x-sdw: fix use after free on driver unbind
+    - [arm64] ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe
+      errors
+    - [arm64] ASoC: codecs: wcd938x: drop bogus bind error handling
+    - [arm64] ASoC: codecs: wcd938x: fix unbind tear down order
+    - [arm64] ASoC: codecs: wcd938x: fix resource leaks on bind errors
+    - [arm64] ASoC: codecs: wcd938x: fix regulator leaks on probe errors
+    - [arm64] ASoC: codecs: wcd938x: fix runtime PM imbalance on remove
+    - qed: fix LL2 RX buffer allocation
+    - xfrm: fix a data-race in xfrm_lookup_with_ifid()
+    - xfrm6: fix inet6_dev refcount underflow problem
+    - xfrm: fix a data-race in xfrm_gen_index()
+    - xfrm: interface: use DEV_STATS_INC()
+    - net: xfrm: skip policies marked as dead while reinserting policies
+    - fprobe: Fix to ensure the number of active retprobes is not zero
+    - wifi: cfg80211: use system_unbound_wq for wiphy work
+    - net: ipv4: fix return value check in esp_remove_trailer
+    - net: ipv6: fix return value check in esp_remove_trailer
+    - net: rfkill: gpio: prevent value glitch during probe
+    - tcp: fix excessive TLP and RACK timeouts from HZ rounding
+    - tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single
+      skb
+    - tcp: Fix listen() warning with v4-mapped-v6 address.
+    - docs: fix info about representor identification
+    - tun: prevent negative ifindex
+    - gve: Do not fully free QPL pages on prefill errors
+    - ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddr
+    - net: usb: smsc95xx: Fix an error code in smsc95xx_reset()
+    - i40e: prevent crash on probe if hw registers have invalid values
+    - net: dsa: bcm_sf2: Fix possible memory leak in bcm_sf2_mdio_register()
+    - bonding: Return pointer to data after pull on skb
+    - net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curve
+    - neighbor: tracing: Move pin6 inside CONFIG_IPV6=y section
+    - netfilter: nft_set_rbtree: .deactivate fails if element has expired
+    - netlink: Correct offload_xstats size
+    - netfilter: nf_tables: do not refresh timeout when resetting element
+    - nf_tables: fix NULL pointer dereference in nft_expr_inner_parse()
+    - nf_tables: fix NULL pointer dereference in nft_inner_init()
+    - netfilter: nf_tables: do not remove elements if set backend implements
+      .abort
+    - netfilter: nf_tables: revert do not remove elements if set backend
+      implements .abort
+    - net: phy: bcm7xxx: Add missing 16nm EPHY statistics
+    - net: pktgen: Fix interface flags printing
+    - net: more strict VIRTIO_NET_HDR_GSO_UDP_L4 validation
+    - net: mdio-mux: fix C45 access returning -EIO after API change
+    - net: avoid UAF on deleted altname
+    - net: fix ifname in netlink ntf during netns move
+    - net: check for altname conflicts when changing netdev's netns
+    - iio: light: vcnl4000: Don't power on/off chip in config
+    - fs-writeback: do not requeue a clean inode having skipped pages
+    - btrfs: fix race when refilling delayed refs block reserve
+    - btrfs: prevent transaction block reserve underflow when starting
+      transaction
+    - btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to
+      1
+    - btrfs: initialize start_slot in btrfs_log_prealloc_extents
+    - i2c: mux: Avoid potential false error message in i2c_mux_add_adapter
+    - overlayfs: set ctime when setting mtime and atime
+    - gpio: timberdale: Fix potential deadlock on &tgpio->lock
+    - ata: libata-core: Fix compilation warning in ata_dev_config_ncq()
+    - ata: libata-eh: Fix compilation warning in ata_eh_link_report()
+    - tracing: relax trace_event_eval_update() execution with cond_resched()
+    - wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len
+    - wifi: cfg80211: validate AP phy operation before starting it
+    - wifi: iwlwifi: Ensure ack flag is properly cleared.
+    - rfkill: sync before userspace visibility/changes
+    - HID: logitech-hidpp: Add Bluetooth ID for the Logitech M720 Triathlon
+      mouse
+    - HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_event
+    - Bluetooth: btusb: add shutdown function for QCA6174
+    - Bluetooth: Avoid redundant authentication
+    - Bluetooth: hci_core: Fix build warnings
+    - wifi: cfg80211: Fix 6GHz scan configuration
+    - wifi: mac80211: work around Cisco AP 9115 VHT MPDU length
+    - wifi: mac80211: allow transmitting EAPOL frames with tainted key
+    - wifi: cfg80211: avoid leaking stack data into trace
+    - regulator/core: Revert "fix kobject release warning and memory leak in
+      regulator_register()"
+    - SUNRPC: Fail quickly when server does not recognize TLS
+    - SUNRPC/TLS: Lock the lower_xprt during the tls handshake
+    - nfs: decrement nrequests counter before releasing the req
+    - sky2: Make sure there is at least one frag_addr available
+    - ipv4/fib: send notify when delete source address routes
+    - drm: panel-orientation-quirks: Add quirk for One Mix 2S
+    - btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.c
+    - btrfs: error out when COWing block using a stale transaction
+    - btrfs: error when COWing block from a root that is being deleted
+    - btrfs: error out when reallocating block for defrag using a stale
+      transaction
+    - [x86] platform/x86: touchscreen_dmi: Add info for the BUSH Bush Windows
+      tablet
+    - drm/amd/pm: add unique_id for gc 11.0.3
+    - HID: multitouch: Add required quirk for Synaptics 0xcd7e device
+    - HID: nintendo: reinitialize USB Pro Controller after resuming from suspend
+    - HID: Add quirk to ignore the touchscreen battery on HP ENVY 15-eu0556ng
+    - [x86] platform/x86: touchscreen_dmi: Add info for the Positivo C4128B
+    - cpufreq: schedutil: Update next_freq when cpufreq_limits change
+    - io-wq: fully initialize wqe before calling
+      cpuhp_state_add_instance_nocalls()
+    - Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_sync
+    - Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macros
+    - Bluetooth: ISO: Fix invalid context error
+    - Bluetooth: hci_sync: delete CIS in BT_OPEN/CONNECT/BOUND when aborting
+    - Bluetooth: hci_sync: always check if connection is alive before deleting
+    - net/mlx5: E-switch, register event handler before arming the event
+    - net/mlx5: Handle fw tracer change ownership event based on MTRC
+    - net/mlx5e: RX, Fix page_pool allocation failure recovery for striding rq
+    - net/mlx5e: RX, Fix page_pool allocation failure recovery for legacy rq
+    - net/mlx5e: XDP, Fix XDP_REDIRECT mpwqe page fragment leaks on shutdown
+    - net/mlx5e: Take RTNL lock before triggering netdev notifiers
+    - net/mlx5e: Don't offload internal port if filter device is out device
+    - net/mlx5e: Fix VF representors reporting zero counters to "ip -s" command
+    - net/tls: split tls_rx_reader_lock
+    - tcp: allow again tcp_disconnect() when threads are waiting
+    - Bluetooth: hci_event: Fix using memcmp when comparing keys
+    - tcp_bpf: properly release resources on error paths
+    - dt-bindings: mmc: sdhci-msm: correct minimum number of clocks
+    - mmc: sdhci-pci-gli: fix LPM negotiation so x86/S0ix SoCs can suspend
+    - mmc: core: Fix error propagation for some ioctl commands
+    - mmc: core: sdio: hold retuning if sdio in 1-bit mode
+    - mmc: core: Capture correct oemid-bits for eMMC cards
+    - pinctrl: qcom: lpass-lpi: fix concurrent register updates
+    - Revert "pinctrl: avoid unsafe code pattern in find_pinctrl()"
+    - pNFS: Fix a hang in nfs4_evict_inode()
+    - pNFS/flexfiles: Check the layout validity in
+      ff_layout_mirror_prepare_stats
+    - NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS server
+    - ACPI: irq: Fix incorrect return value in acpi_register_gsi()
+    - ACPI: bus: Move acpi_arm_init() to the place of after acpi_ghes_init()
+    - perf dlfilter: Fix use of addr_location__exit() in dlfilter__object_code()
+    - fanotify: limit reporting of event with non-decodeable file handles
+    - NFS: Fix potential oops in nfs_inode_remove_request()
+    - nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE op
+    - nvme: sanitize metadata bounce buffer for reads
+    - nvme-pci: add BOGUS_NID for Intel 0a54 device
+    - nvme-auth: use chap->s2 to indicate bidirectional authentication
+    - USB: serial: option: add Telit LE910C4-WWX 0x1035 composition
+    - USB: serial: option: add entry for Sierra EM9191 with new firmware
+    - USB: serial: option: add Fibocom to DELL custom modem FM101R-GL
+    - [x86] thunderbolt: Call tb_switch_put() once DisplayPort bandwidth request
+      is finished
+    - perf: Disallow mis-matched inherited group reads (CVE-2023-5717)
+    - [s390x] pci: fix iommu bitmap allocation
+    - tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols
+    - KEYS: asymmetric: Fix sign/verify on pkcs1pad without a hash
+    - apple-gmux: Hard Code max brightness for MMIO gmux
+    - [s390x] cio: fix a memleak in css_alloc_subchannel
+    - [x86] platform/surface: platform_profile: Propagate error if profile
+      registration fails
+    - [x86] platform/x86: intel-uncore-freq: Conditionally create attribute for
+      read frequency
+    - [x86] platform/x86: msi-ec: Fix the 3rd config
+    - [x86] platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to
+      0x2e
+    - [x86] platform/x86: asus-wmi: Only map brightness codes when using
+      asus-wmi backlight control
+    - [x86] platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c events
+    - gpiolib: acpi: Add missing memset(0) to acpi_get_gpiod_from_data()
+    - gpio: vf610: set value before the direction to avoid a glitch
+    - gpio: vf610: mask the gpio irq in system suspend and support wakeup
+    - drm/bridge: ti-sn65dsi86: Associate DSI device lifetime with auxiliary
+      device
+    - [x86] drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY Lanes
+      Owned
+    - drm/amdgpu: Fix possible null pointer dereference
+    - [powerpc*] mm: Allow ARCH_FORCE_MAX_ORDER up to 12
+    - [powerpc*] qspinlock: Fix stale propagated yield_cpu
+    - docs: Move rustdoc output, cross-reference it
+    - [arm64] phy: qcom-qmp-usb: initialize PCS_USB registers
+    - [arm64] phy: qcom-qmp-usb: split PCS_USB init table for sc8280xp and
+      sa8775p
+    - [arm64] phy: qcom-qmp-combo: Square out 8550 POWER_STATE_CONFIG1
+    - [arm64] phy: qcom-qmp-combo: initialize PCS_USB registers
+    - efi/unaccepted: Fix soft lockups caused by parallel memory acceptance
+    - net: move altnames together with the netdevice
+    - Bluetooth: hci_sock: fix slab oob read in create_monitor_event
+    - net: rfkill: reduce data->mtx scope in rfkill_fop_open
+    - Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name
+    - mptcp: avoid sending RST when closing the initial subflow
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.5.10
+    - smb3: allow controlling length of time directory entries are cached with
+      dir leases
+    - smb3: allow controlling maximum number of cached directories
+    - smb3: do not start laundromat thread when dir leases disabled
+    - smb: client: do not start laundromat thread on nohandlecache
+    - smb: client: make laundromat a delayed worker
+    - smb: client: prevent new fids from being removed by laundromat
+    - [arm64] virtio_balloon: Fix endless deflation and inflation on arm64
+    - virtio-mmio: fix memory leak of vm_dev
+    - virtio-crypto: handle config changed by work queue
+    - virtio_pci: fix the common cfg map size
+    - vsock/virtio: initialize the_virtio_vsock before using VQs
+    - vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
+    - [arm64] dts: qcom: apq8096-db820c: fix missing clock populate
+    - [arm64] dts: qcom: msm8996-xiaomi: fix missing clock populate
+    - [arm64] dts: rockchip: use codec as clock master on px30-ringneck-haikou
+    - [arm64] dts: rockchip: set codec system-clock-fixed on
+      px30-ringneck-haikou
+    - [arm64] dts: qcom: sa8775p: correct PMIC GPIO label in gpio-ranges
+    - [arm64] dts: rockchip: Add i2s0-2ch-bus-bclk-off pins to RK3399
+    - [arm64] dts: rockchip: Fix i2s0 pin conflict on ROCK Pi 4 boards
+    - i40e: sync next_to_clean and next_to_process for programming status desc
+    - mm: fix vm_brk_flags() to not bail out while holding lock
+    - hugetlbfs: clear resv_map pointer if mmap fails
+    - mm/page_alloc: correct start page when guard page debug is enabled
+    - mm/migrate: fix do_pages_move for compat pointers
+    - mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointer
+    - hugetlbfs: extend hugetlb_vma_lock to private VMAs
+    - maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()
+    - nfsd: lock_rename() needs both directories to live on the same fs
+    - [x86] drm/i915/pmu: Check if pmu is closed before stopping event
+    - drm/amd: Disable ASPM for VI w/ all Intel systems
+    - drm/dp_mst: Fix NULL deref in get_mst_branch_device_by_guid_helper()
+    - btrfs: remove v0 extent handling
+    - btrfs: fix unwritten extent buffer after snapshotting a new subvolume
+    - [armhf] clk: ti: Fix missing omap4 mcbsp functional clock and aliases
+    - [armhf] clk: ti: Fix missing omap5 mcbsp functional clock and aliases
+    - r8169: fix the KCSAN reported data-race in rtl_tx() while reading
+      tp->cur_tx
+    - r8169: fix the KCSAN reported data-race in rtl_tx while reading
+      TxDescArray[entry].opts1
+    - r8169: fix the KCSAN reported data race in rtl_rx while reading
+      desc->opts1
+    - iavf: initialize waitqueues before starting watchdog_task
+    - i40e: Fix I40E_FLAG_VF_VLAN_PRUNING value
+    - igb: Fix potential memory leak in igb_add_ethtool_nfc_entry
+    - net: do not leave an empty skb in write queue
+    - neighbour: fix various data-races
+    - igc: Fix ambiguity in the ethtool advertising
+    - net: ethernet: adi: adin1110: Fix uninitialized variable
+    - net: ieee802154: adf7242: Fix some potential buffer overflow in
+      adf7242_stats_show()
+    - net: usb: smsc95xx: Fix uninit-value access in smsc95xx_read_reg
+    - r8152: Increase USB control msg timeout to 5000ms as per spec
+    - r8152: Run the unload routine if we have errors during probe
+    - r8152: Cancel hw_phy_work if we have an error in probe
+    - r8152: Release firmware if we have an error in probe
+    - tcp: fix wrong RTO timeout when received SACK reneging
+    - wifi: cfg80211: pass correct pointer to rdev_inform_bss()
+    - wifi: cfg80211: fix assoc response warning on failed links
+    - wifi: mac80211: don't drop all unprotected public action frames
+    - net/handshake: fix file ref count in handshake_nl_accept_doit()
+    - gtp: uapi: fix GTPA_MAX
+    - gtp: fix fragmentation needed check with gso
+    - [x86] drm/i915/perf: Determine context valid in OA reports
+    - i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITR
+    - netfilter: flowtable: GC pushes back packets to classic path
+    - net/sched: act_ct: additional checks for outdated flows
+    - drm/i915/mcr: Hold GT forcewake during steering operations
+    - iavf: in iavf_down, disable queues when removing the driver
+    - scsi: sd: Introduce manage_shutdown device flag
+    - blk-throttle: check for overflow in calculate_bytes_allowed
+    - io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pid
+      (CVE-2023-46862)
+    - iio: afe: rescale: Accept only offset channels
+    - iio: exynos-adc: request second interupt only when touchscreen mode is
+      used
+    - iio: adc: xilinx-xadc: Don't clobber preset voltage/temperature thresholds
+    - iio: adc: xilinx-xadc: Correct temperature offset/scale for UltraScale
+    - i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node()
+    - i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node()
+    - i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node()
+    - i2c: stm32f7: Fix PEC handling in case of SMBUS transfers
+    - i2c: aspeed: Fix i2c bus hang in slave read
+    - tracing/kprobes: Fix symbol counting logic by looking at modules as well
+    - tracing/kprobes: Fix the description of variable length arguments
+    - [arm64] misc: fastrpc: Reset metadata buffer to avoid incorrect free
+    - [arm64] misc: fastrpc: Free DMA handles for RPC calls with no arguments
+    - [arm64] misc: fastrpc: Clean buffers on remote invocation failures
+    - [arm64] misc: fastrpc: Unmap only if buffer is unmapped from DSP
+    - [arm64,armhf] nvmem: imx: correct nregs for i.MX6ULL
+    - [arm64,armhf] nvmem: imx: correct nregs for i.MX6SLL
+    - [arm64,armhf] nvmem: imx: correct nregs for i.MX6UL
+    - [x86] tsc: Defer marking TSC unstable to a worker
+    - [x86] i8259: Skip probing when ACPI/MADT advertises PCAT compatibility
+    - [x86] cpu: Add model number for Intel Arrow Lake mobile processor
+    - perf/core: Fix potential NULL deref
+    - clk: Sanitize possible_parent_show to Handle Return Value of
+      of_clk_get_parent_name
+    - [armhf] clk: socfpga: gate: Account for the divider in determine_rate
+    - [armhf] clk: stm32: Fix a signedness issue in
+      clk_stm32_composite_determine_rate()
+    - [x86] platform/x86: Add s2idle quirk for more Lenovo laptops
+    - mm/damon/sysfs: check DAMOS regions update progress from
+      before_terminate()
+
+  [ Emanuele Rocca ]
+  * Disable DEBUG_PREEMPT as it introduces slowdowns up to 20% on certain
+    workloads.
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 4
+  * Do not explicitly unset DEBUG_PREEMPT (not enabled by default since 6.3-rc1)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 03 Nov 2023 05:15:32 +0100
+
+linux (6.5.8-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.5.7
+    - ASoC: soc-utils: Export snd_soc_dai_is_dummy() symbol
+    - maple_tree: add mas_is_active() to detect in-tree walks
+    - mptcp: Remove unnecessary test for __mptcp_init_sock()
+    - mptcp: rename timer related helper to less confusing names
+    - mptcp: fix dangling connection hang-up
+    - scsi: core: Improve type safety of scsi_rescan_device()
+    - scsi: Do not attempt to rescan suspended devices
+    - ata: libata-scsi: Fix delayed scsi_rescan_device() execution
+    - btrfs: remove btrfs_writepage_endio_finish_ordered
+    - btrfs: remove end_extent_writepage
+    - btrfs: don't clear uptodate on write errors
+    - [arm64] add HWCAP for FEAT_HBC (hinted conditional branches)
+    - [arm64] cpufeature: Fix CLRBHB and BC detection
+    - net: add sysctl accept_ra_min_rtr_lft
+    - net: change accept_ra_min_rtr_lft to affect all RA lifetimes
+    - net: release reference to inet6_dev pointer
+    - [arm64] iommu/arm-smmu-v3: Avoid constructing invalid range commands
+    - maple_tree: reduce resets during store setup
+    - maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW states
+    - scsi: zfcp: Fix a double put in zfcp_port_enqueue()
+    - [amd64] iommu/vt-d: Avoid memory allocation in iommu_suspend()
+    - net: mana: Fix TX CQE error handling
+    - mptcp: fix delegated action races
+    - mptcp: userspace pm allow creating id 0 subflow
+    - Bluetooth: hci_codec: Fix leaking content of local_codecs
+    - wifi: brcmfmac: Replace 1-element arrays with flexible arrays
+    - Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTER
+    - wifi: rtw88: rtw8723d: Fix MAC address offset in EEPROM
+    - wifi: mwifiex: Fix tlv_buf_left calculation
+    - io_uring: don't allow IORING_SETUP_NO_MMAP rings on highmem pages
+    - md/raid5: release batch_last before waiting for another stripe_head
+    - PCI/PM: Mark devices disconnected if upstream PCIe link is down on resume
+    - PCI: qcom: Fix IPQ8074 enumeration
+    - [x86] platform/x86/intel/ifs: release cpus_read_lock()
+    - net: replace calls to sock->ops->connect() with kernel_connect()
+    - io_uring/kbuf: don't allow registered buffer rings on highmem pages
+    - io_uring: ensure io_lockdep_assert_cq_locked() handles disabled rings
+    - btrfs: always print transaction aborted messages with an error level
+    - net: prevent rewrite of msg_name in sock_sendmsg()
+    - [x86] drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux inval
+    - drm/amd: Fix detection of _PR3 on the PCIe root port
+    - drm/amd: Fix logic error in sienna_cichlid_update_pcie_parameters()
+    - [arm64] Add Cortex-A520 CPU part definition
+    - [arm64] errata: Add Cortex-A520 speculative unprivileged load workaround
+    - HID: sony: Fix a potential memory leak in sony_probe()
+    - wifi: mt76: fix lock dependency problem for wed_lock
+    - ubi: Refuse attaching if mtd's erasesize is 0
+    - erofs: fix memory leak of LZMA global compressed deduplication
+    - wifi: cfg80211/mac80211: hold link BSSes when assoc fails for MLO
+      connection
+    - iwlwifi: mvm: handle PS changes in vif_cfg_changed
+    - wifi: iwlwifi: dbg_ini: fix structure packing
+    - wifi: iwlwifi: mvm: Fix a memory corruption issue
+    - wifi: cfg80211: fix cqm_config access race
+    - wifi: cfg80211: add missing kernel-doc for cqm_rssi_work
+    - wifi: mac80211: fix mesh id corruption on 32 bit systems
+    - wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet
+    - HID: nvidia-shield: add LEDS_CLASS dependency
+    - erofs: allow empty device tags in flatdev mode
+    - [s390x] bpf: Let arch_prepare_bpf_trampoline return program size
+    - leds: Drop BUG_ON check for LED_COLOR_ID_MULTI
+    - bpf: Fix tr dereferencing
+    - bpf: unconditionally reset backtrack_state masks on global func exit
+    - regulator: mt6358: split ops for buck and linear range LDO regulators
+    - Bluetooth: Delete unused hci_req_prepare_suspend() declaration
+    - Bluetooth: Fix hci_link_tx_to RCU lock usage
+    - Bluetooth: ISO: Fix handling of listen for unicast
+    - drivers/net: process the result of hdlc_open() and add call of
+      hdlc_close() in uhdlc_close()
+    - wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling
+    - [x86] perf/x86/amd/core: Fix overflow reset on hotplug
+    - regmap: rbtree: Fix wrong register marked as in-cache when creating new
+      node
+    - wifi: mac80211: fix potential key use-after-free
+    - [x86] perf/x86/amd: Do not WARN() on every IRQ
+    - wifi: mac80211: Create resources for disabled links
+    - regulator/core: regulator_register: set device->class earlier
+    - wifi: iwlwifi: mvm: Fix incorrect usage of scan API
+    - scsi: target: core: Fix deadlock due to recursive locking
+    - NFSv4: Fix a nfs4_state_manager() race
+    - ice: always add legacy 32byte RXDID in supported_rxdids
+    - bpf: tcp_read_skb needs to pop skb regardless of seq
+    - bpf, sockmap: Do not inc copied_seq when PEEK flag set
+    - bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets
+    - modpost: add missing else to the "of" check
+    - net: stmmac: platform: fix the incorrect parameter
+    - net: fix possible store tearing in neigh_periodic_work()
+    - neighbour: fix data-races around n->output
+    - ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()
+    - ptp: ocp: Fix error handling in ptp_ocp_device_init
+    - net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absent
+    - ovl: move freeing ovl_entry past rcu delay
+    - ovl: fetch inode once in ovl_dentry_revalidate_common()
+    - ipv6: tcp: add a missing nf_reset_ct() in 3WHS handling
+    - net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg
+    - ethtool: plca: fix plca enable data type while parsing the value
+    - net: nfc: llcp: Add lock when modifying device list
+    - [arm64] net: ethernet: ti: am65-cpsw: Fix error code in
+      am65_cpsw_nuss_init_tx_chns()
+    - ibmveth: Remove condition to recompute TCP header checksum.
+    - netfilter: nft_payload: rebuild vlan header on h_proto access
+    - netfilter: handle the connecting collision properly in
+      nf_conntrack_proto_sctp
+    - selftests: netfilter: Test nf_tables audit logging
+    - selftests: netfilter: Extend nft_audit.sh
+    - netfilter: nf_tables: Deduplicate nft_register_obj audit logs
+    - netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failure
+    - ipv4: Set offload_failed flag in fibmatch results
+    - net: stmmac: dwmac-stm32: fix resume on STM32 MCU
+    - tipc: fix a potential deadlock on &tx->lock
+    - tcp: fix quick-ack counting to count actual ACKs of new data
+    - tcp: fix delayed ACKs for MSS boundary condition
+    - sctp: update transport state when processing a dupcook packet
+    - sctp: update hb timer immediately after users change hb_interval
+    - netlink: annotate data-races around sk->sk_err
+    - net: mana: Fix the tso_bytes calculation
+    - net: mana: Fix oversized sge0 for GSO packets
+    - HID: nvidia-shield: Fix a missing led_classdev_unregister() in the probe
+      error handling path
+    - HID: sony: remove duplicate NULL check before calling usb_free_urb()
+    - HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit
+    - net: lan743x: also select PHYLIB
+    - smb: use kernel_connect() and kernel_bind()
+    - dm zoned: free dmz->ddev array in dmz_put_zoned_devices
+    - RDMA/core: Require admin capabilities to set system parameters
+    - of: dynamic: Fix potential memory leak in of_changeset_action()
+    - IB/mlx4: Fix the size of a buffer in add_port_entries()
+    - gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config()
+    - gpio: pxa: disable pinctrl calls for MMP_GPIO
+    - RDMA/cma: Initialize ib_sa_multicast structure to 0 when join
+    - RDMA/cma: Fix truncation compilation warning in make_cma_ports
+    - RDMA/bnxt_re: Fix the handling of control path response data
+    - RDMA/uverbs: Fix typo of sizeof argument
+    - RDMA/srp: Do not call scsi_done() from srp_abort()
+    - RDMA/siw: Fix connection failure handling
+    - RDMA/mlx5: Fix mkey cache possible deadlock on cleanup
+    - RDMA/mlx5: Fix assigning access flags to cache mkeys
+    - RDMA/mlx5: Fix mutex unlocking on error flow for steering anchor creation
+    - RDMA/mlx5: Fix NULL string error
+    - [x86] sev: Change npages to unsigned long in snp_accept_memory()
+    - [x86] sev: Use the GHCB protocol when available for SNP CPUID requests
+    - ksmbd: fix race condition between session lookup and expire
+    - ksmbd: fix uaf in smb20_oplock_break_ack
+    - ksmbd: fix race condition from parallel smb2 lock requests
+    - RDMA/mlx5: Remove not-used cache disable flag
+    - xen/events: replace evtchn_rwlock with RCU (CVE-2023-34324)
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.5.8
+    - net: stmmac: remove unneeded stmmac_poll_controller
+    - RDMA/cxgb4: Check skb value for failure to allocate
+    - [arm64] perf/arm-cmn: Fix the unhandled overflow status of counter 4 to 7
+    - [x86] platform/x86: think-lmi: Fix reference leak
+    - [x86] drm/i915: Register engines early to avoid type confusion
+    - cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer
+    - drm/amdgpu: Fix a memory leak
+    - [x86] platform/x86: hp-wmi:: Mark driver struct with __refdata to prevent
+      section mismatch warning
+    - media: dt-bindings: imx7-csi: Make power-domains not required for imx8mq
+    - drm/amd/display: implement pipe type definition and adding accessors
+    - drm/amd/display: apply edge-case DISPCLK WDIVIDER changes to master OTG
+      pipes only
+    - scsi: Do not rescan devices with a suspended queue
+    - ata: pata_parport: fix pata_parport_devchk
+    - ata: pata_parport: implement set_devctl
+    - HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect
+    - quota: Fix slow quotaoff
+    - dm crypt: Fix reqsize in crypt_iv_eboiv_gen
+    - [x86] ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM
+    - [arm64,armhf] ASoC: hdmi-codec: Fix broken channel map reporting
+    - ata: libata-scsi: Disable scsi device manage_system_start_stop
+    - net: prevent address rewrite in kernel_bind()
+    - [arm64] dts: qcom: sm8150: extend the size of the PDC resource
+    - dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update description
+      for '#interrupt-cells' property
+    - irqchip: renesas-rzg2l: Fix logic to clear TINT interrupt source
+    - KEYS: trusted: Remove redundant static calls usage
+    - ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset
+    - ALSA: usb-audio: Fix microphone sound on Nexigo webcam.
+    - ALSA: hda: cs35l41: Cleanup and fix double free in firmware request
+    - ALSA: hda/realtek: Change model for Intel RVP board
+    - ASoC: SOF: amd: fix for firmware reload failure after playback
+    - [arm*] ASoC: simple-card-utils: fixup simple_util_startup() error handling
+    - [x86] ASoC: Intel: soc-acpi: fix Dell SKU 0B34
+    - [x86] ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support in MTL
+      match table
+    - [arm64] ASoC: fsl_sai: Don't disable bitclock for i.MX8MP
+    - [x86] ASoC: Intel: sof_sdw: add support for SKU 0B14
+    - [x86] ASoC: Intel: soc-acpi: Add entry for sof_es8336 in MTL match table.
+    - ALSA: hda/realtek: Add quirk for HP Victus 16-d1xxx to enable mute LED
+    - ALSA: hda/realtek: Add quirk for mute LEDs on HP ENVY x360 15-eu0xxx
+    - ALSA: hda/realtek - ALC287 I2S speaker platform support
+    - ALSA: hda/realtek - ALC287 merge RTK codec with CS CS35L41 AMP
+    - [riscv64] pinctrl: starfive: jh7110: Fix failure to set irq after
+      CONFIG_PM is enabled
+    - [arm64] drm/msm/dp: do not reinitialize phy unless retry during link
+      training
+    - [arm64] drm/msm/dsi: skip the wait for video mode done if not applicable
+    - [arm64] drm/msm/dsi: fix irq_of_parse_and_map() error checking
+    - [arm64] drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid
+      overflow
+    - [arm64] drm/msm/dp: Add newlines to debug printks
+    - [arm64] drm/msm/dpu: fail dpu_plane_atomic_check() based on mdp clk limits
+    - can: isotp: isotp_sendmsg(): fix TX state detection and wait behavior
+    - [arm64] dts: mediatek: fix t-phy unit name
+    - [arm64] dts: mediatek: mt8195: Set DSU PMU status to fail
+    - devlink: Hold devlink lock on health reporter dump get
+    - ieee802154: ca8210: Fix a potential UAF in ca8210_probe
+    - xen-netback: use default TX queue size for vifs
+    - [riscv64] bpf: Sign-extend return values
+    - [riscv64] bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return values
+    - xdp: Fix zero-size allocation warning in xskq_create()
+    - drm/vmwgfx: fix typo of sizeof argument
+    - bpf: Fix verifier log for async callback return values
+    - net: refine debug info in skb_checksum_help()
+    - net: macsec: indicate next pn update when offloading
+    - net: phy: mscc: macsec: reject PN update requests
+    - net/mlx5e: macsec: use update_pn flag instead of PN comparation
+    - ixgbe: fix crash with empty VF macvlan list
+    - net/smc: Fix dependency of SMC on ISM
+    - net/mlx5e: Again mutually exclude RX-FCS and RX-port-timestamp
+    - [s390x] bpf: Fix clobbering the caller's backchain in the trampoline
+    - [s390x] bpf: Fix unwinding past the trampoline
+    - net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()
+    - net/smc: Fix pos miscalculation in statistics
+    - net: tcp: fix crashes trying to free half-baked MTU probes
+    - pinctrl: renesas: rzn1: Enable missing PINMUX
+    - af_packet: Fix fortified memcpy() without flex array.
+    - nfc: nci: assert requested protocol is valid
+    - octeontx2-pf: Fix page pool frag allocation warning
+    - workqueue: Override implicit ordered attribute in
+      workqueue_apply_unbound_cpumask()
+    - [riscv64] signal: fix sigaltstack frame size checking
+    - ovl: temporarily disable appending lowedirs
+    - [armhf] dmaengine: stm32-mdma: abort resume if no ongoing transfer
+    - [armhf] dmaengine: stm32-dma: fix stm32_dma_prep_slave_sg in case of MDMA
+      chaining
+    - [armhf] dmaengine: stm32-dma: fix residue in case of MDMA chaining
+    - [armhf] dmaengine: stm32-mdma: use Link Address Register to compute
+      residue
+    - [armhf] dmaengine: stm32-mdma: set in_flight_bytes in case CRQA flag is
+      set
+    - usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer
+    - xhci: track port suspend state correctly in unsuccessful resume cases
+    - xhci: Clear EHB bit only at end of interrupt handler
+    - xhci: Preserve RsvdP bits in ERSTBA register correctly
+    - net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read
+    - usb: dwc3: Soft reset phy on probe for host
+    - usb: cdns3: Modify the return value of cdns_set_active () to void when
+      CONFIG_PM_SLEEP is disabled
+    - usb: hub: Guard against accesses to uninitialized BOS descriptors
+    - usb: musb: Get the musb_qh poniter after musb_giveback
+    - usb: musb: Modify the "HWVers" register address
+    - iio: pressure: bmp280: Fix NULL pointer exception
+    - iio: imu: bno055: Fix missing Kconfig dependencies
+    - iio: cros_ec: fix an use-after-free in cros_ec_sensors_push_data()
+    - iio: adc: imx8qxp: Fix address for command buffer registers
+    - iio: dac: ad3552r: Correct device IDs
+    - iio: admv1013: add mixer_vgate corner cases
+    - iio: pressure: dps310: Adjust Timeout Settings
+    - iio: pressure: ms5611: ms5611_prom_is_valid false negative bug
+    - iio: adc: ad7192: Correct reference voltage
+    - iio: addac: Kconfig: update ad74413r selections
+    - media: subdev: Don't report V4L2_SUBDEV_CAP_STREAMS when the streams API
+      is disabled
+    - [arm64] dts: mediatek: mt8195-demo: fix the memory size to 8GB
+    - [arm64] dts: mediatek: mt8195-demo: update and reorder reserved memory
+      regions
+    - drm: Do not overrun array in drm_gem_get_pages()
+    - drm/atomic-helper: relax unregistered connector check
+    - drm/amdgpu: add missing NULL check
+    - drm/amd/display: Don't set dpms_off for seamless boot
+    - drm/vmwgfx: Keep a gem reference to user bos in surfaces
+    - ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA
+    - ACPI: resource: Add TongFang GM6BGEQ, GM6BG5Q and GM6BG0Q to
+      irq1_edge_low_force_override[]
+    - ACPI: EC: Add quirk for the HP Pavilion Gaming 15-dk1xxx
+    - serial: Reduce spinlocked portion of uart_rs485_config()
+    - serial: 8250_omap: Fix errors with no_console_suspend
+    - serial: core: Fix checks for tx runtime PM state
+    - [arm*] binder: fix memory leaks of spam and pending work
+    - ksmbd: not allow to open file if delelete on close bit is set
+    - [x86] perf/x86/lbr: Filter vsyscall addresses
+    - [x86] cpu: Fix AMD erratum #1485 on Zen4-based CPUs
+    - [x86] alternatives: Disable KASAN in apply_alternatives()
+    - mcb: remove is_added flag from mcb_device struct
+    - [x86] thunderbolt: Workaround an IOMMU fault on certain systems with Intel
+      Maple Ridge
+    - [x86] thunderbolt: Check that lane 1 is in CL0 before enabling lane
+      bonding
+    - [x86] thunderbolt: Correct TMU mode initialization from hardware
+    - [x86] thunderbolt: Restart XDomain discovery handshake after failure
+    - [powerpc*] pseries: Fix STK_PARAM access in the hcall tracing code
+    - [powerpc*] 47x: Fix 47x syscall return crash
+    - libceph: use kernel_connect()
+    - ceph: fix incorrect revoked caps assert in ceph_fill_file_size()
+    - ceph: fix type promotion bug on 32bit systems
+    - Input: powermate - fix use-after-free in powermate_config_complete
+    - Input: psmouse - fix fast_reconnect function for PS/2 mode
+    - Input: xpad - add PXN V900 support
+    - Input: i8042 - add Fujitsu Lifebook E5411 to i8042 quirk table
+    - Input: xpad - add HyperX Clutch Gladiate Support
+    - Input: goodix - ensure int GPIO is in input for gpio_count == 1 &&
+      gpio_int_idx == 0 case
+    - mctp: perform route lookups under a RCU read-side lock
+    - block: Don't invalidate pagecache for invalid falloc modes
+    - nfp: flower: avoid rmmod nfp crash issues
+    - can: sja1000: Always restart the Tx queue after an overrun
+    - power: supply: qcom_battmgr: fix battery_id type
+    - power: supply: qcom_battmgr: fix enable request endianness
+    - usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply
+      scope
+    - cgroup: Remove duplicates in cgroup v1 tasks file
+    - dma-buf: add dma_fence_timestamp helper
+    - pinctrl: avoid unsafe code pattern in find_pinctrl()
+    - scsi: ufs: core: Correct clear TM error log
+    - [riscv64] Only consider swbp/ss handlers for correct privileged mode
+    - counter: chrdev: fix getting array extensions
+    - counter: microchip-tcb-capture: Fix the use of internal GCLK logic
+    - coresight: Fix run time warnings while reusing ETR buffer
+    - [riscv64] Remove duplicate objcopy flag
+    - [riscv64]  Fix wrong use of CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK
+    - usb: typec: ucsi: Fix missing link removal
+    - usb: typec: altmodes/displayport: Signal hpd low when exiting mode
+    - usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command fails
+    - usb: gadget: udc-xilinx: replace memcpy with memcpy_toio
+    - usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call
+    - usb: cdnsp: Fixes issue with dequeuing not queued requests
+    - usb: typec: qcom: Update the logic of regulator enable and disable
+    - usb: misc: onboard_hub: add support for Microchip USB2412 USB 2.0 hub
+    - [x86] Revert "x86/smp: Put CPUs into INIT on shutdown if possible"
+    - [amd64] dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq
+    - [powerpc*] 8xx: Fix pte_access_permitted() for PAGE_NONE
+    - [powerpc*] 64e: Fix wrong test in __ptep_test_and_clear_young()
+    - fs: Fix kernel-doc warnings
+    - fs: factor out vfs_parse_monolithic_sep() helper
+    - ovl: fix regression in parsing of mount options with escaped comma
+    - ovl: make use of ->layers safe in rcu pathwalk
+    - ovl: fix regression in showing lowerdir mount option
+    - ALSA: hda/realtek - Fixed two speaker platform
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 3
+  * [x86] KVM: SVM: always update the x2avic msr interception (CVE-2023-5090)
+  * nvmet-tcp: Fix a possible UAF in queue intialization setup (CVE-2023-5178)
+  * Bluetooth: hci_ldisc: check HCI_UART_PROTO_READY flag in HCIUARTGETPROTO
+    (CVE-2023-31083)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 22 Oct 2023 21:28:21 +0200
+
+linux (6.5.6-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.5.4
+    - net/ipv6: SKB symmetric hash should incorporate transport ports
+    - drm/virtio: Conditionally allocate virtio_gpu_fence
+    - scsi: ufs: core: Add advanced RPMB support where UFSHCI 4.0 does not
+      support EHS length in UTRD
+    - scsi: qla2xxx: Adjust IOCB resource on qpair create
+    - scsi: qla2xxx: Limit TMF to 8 per function
+    - scsi: qla2xxx: Fix deletion race condition
+    - scsi: qla2xxx: fix inconsistent TMF timeout
+    - scsi: qla2xxx: Fix command flush during TMF
+    - scsi: qla2xxx: Fix erroneous link up failure
+    - scsi: qla2xxx: Turn off noisy message log
+    - scsi: qla2xxx: Fix session hang in gnl
+    - scsi: qla2xxx: Fix TMF leak through
+    - scsi: qla2xxx: Remove unsupported ql2xenabledif option
+    - scsi: qla2xxx: Flush mailbox commands on chip reset
+    - scsi: qla2xxx: Fix smatch warn for qla_init_iocb_limit()
+    - scsi: qla2xxx: Error code did not return to upper layer
+    - scsi: qla2xxx: Fix firmware resource tracking
+    - null_blk: fix poll request timeout handling
+    - kernfs: fix missing kernfs_iattr_rwsem locking
+    - fbdev/ep93xx-fb: Do not assign to struct fb_info.dev
+    - clk: qcom: camcc-sc7180: fix async resume during probe
+    - drm/ast: Fix DRAM init on AST2200
+    - ASoC: tegra: Fix SFC conversion for few rates
+    - [arm64] tegra: Update AHUB clock parent and rate on Tegra234
+    - [arm64] tegra: Update AHUB clock parent and rate
+    - clk: qcom: turingcc-qcs404: fix missing resume during probe
+    - [arm64] dts: qcom: msm8953-vince: drop duplicated touschreen parent
+      interrupt
+    - [arm64] dts: renesas: rzg2l: Fix txdv-skew-psec typos
+    - send channel sequence number in SMB3 requests after reconnects
+    - memcg: drop kmem.limit_in_bytes
+    - mm: hugetlb_vmemmap: fix a race between vmemmap pmd split
+    - Multi-gen LRU: avoid race in inc_min_seq()
+    - cifs: update desired access while requesting for directory lease
+    - pinctrl: cherryview: fix address_space_handler() argument
+    - dt-bindings: clock: xlnx,versal-clk: drop select:false
+    - clk: imx: pll14xx: dynamically configure PLL for 393216000/361267200Hz
+    - clk: imx: pll14xx: align pdiv with reference manual
+    - clk: qcom: gcc-mdm9615: use proper parent for pll0_vote clock
+    - soc: qcom: qmi_encdec: Restrict string length in decode
+    - clk: qcom: dispcc-sm8450: fix runtime PM imbalance on probe errors
+    - clk: qcom: dispcc-sm8550: fix runtime PM imbalance on probe errors
+    - clk: qcom: lpasscc-sc7280: fix missing resume during probe
+    - clk: qcom: q6sstop-qcs404: fix missing resume during probe
+    - clk: qcom: mss-sc7180: fix missing resume during probe
+    - NFS: Fix a potential data corruption
+    - NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info
+    - bus: mhi: host: Skip MHI reset if device is in RDDM
+    - kbuild: rpm-pkg: define _arch conditionally
+    - kbuild: do not run depmod for 'make modules_sign'
+    - kbuild: dummy-tools: make MPROFILE_KERNEL checks work on BE
+    - tpm_crb: Fix an error handling path in crb_acpi_add()
+    - gfs2: Switch to wait_event in gfs2_logd
+    - gfs2: low-memory forced flush fixes
+    - tools/mm: fix undefined reference to pthread_once
+    - perf trace: Really free the evsel->priv area
+    - backlight: lp855x: Initialize PWM state on first brightness change
+    - backlight: gpio_backlight: Drop output GPIO direction check for initial
+      power state
+    - perf parse-events: Separate YYABORT and YYNOMEM cases
+    - perf parse-events: Move instances of YYABORT to YYNOMEM
+    - perf parse-events: Separate ENOMEM memory handling
+    - perf parse-events: Additional error reporting
+    - [x86] KVM: SVM: Don't defer NMI unblocking until next exit for SEV-ES
+      guests
+    - Input: tca6416-keypad - always expect proper IRQ number in i2c client
+    - Input: tca6416-keypad - fix interrupt enable disbalance
+    - perf annotate bpf: Don't enclose non-debug code with an assert()
+    - [x86] virt: Drop unnecessary check on extended CPUID level in
+      cpu_has_svm()
+    - perf script: Print "cgroup" field on the same line as "comm"
+    - perf bpf-filter: Fix sample flag check with ||
+    - perf dlfilter: Initialize addr_location before passing it to
+      thread__find_symbol_fb()
+    - perf dlfilter: Add al_cleanup()
+    - perf vendor events: Update the JSON/events descriptions for power10
+      platform
+    - perf vendor events: Drop some of the JSON/events for power10 platform
+    - perf vendor events: Drop STORES_PER_INST metric event for power10 platform
+    - perf vendor events: Move JSON/events to appropriate files for power10
+      platform
+    - perf vendor events: Update metric event names for power10 platform
+    - perf top: Don't pass an ERR_PTR() directly to perf_session__delete()
+    - perf lock: Don't pass an ERR_PTR() directly to perf_session__delete()
+    - [x86] watchdog: intel-mid_wdt: add MODULE_ALIAS() to allow auto-load
+    - perf vendor events arm64: Remove L1D_CACHE_LMISS from AmpereOne list
+    - pwm: lpc32xx: Remove handling of PWM channels
+    - accel/ivpu: refactor deprecated strncpy
+    - perf header: Fix missing PMU caps
+    - i3c: master: svc: Describe member 'saved_regs'
+    - regulator: tps6287x: Fix n_voltages
+    - [x86] drm/i915: mark requests for GuC virtual engines to avoid
+      use-after-free
+    - blk-throttle: use calculate_io/bytes_allowed() for throtl_trim_slice()
+    - blk-throttle: consider 'carryover_ios/bytes' in throtl_trim_slice()
+    - netfilter: nf_tables: Audit log setelem reset
+    - netfilter: nf_tables: Audit log rule reset
+    - smb: propagate error code of extract_sharename()
+    - net/sched: fq_pie: avoid stalls in fq_pie_timer()
+    - sctp: annotate data-races around sk->sk_wmem_queued
+    - ipv4: annotate data-races around fi->fib_dead
+    - net: read sk->sk_family once in sk_mc_loop()
+    - net: fib: avoid warn splat in flow dissector
+    - xsk: Fix xsk_diag use-after-free error during socket cleanup
+    - [x86] drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct
+      page"
+    - [x86] drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn()
+    - [x86] drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt()
+    - drm/amd/display: fix mode scaling (RMX_.*)
+    - net/handshake: fix null-ptr-deref in handshake_nl_done_doit()
+    - net: use sk_forward_alloc_get() in sk_get_meminfo()
+    - net: annotate data-races around sk->sk_forward_alloc
+    - mptcp: annotate data-races around msk->rmem_fwd_alloc
+    - net: annotate data-races around sk->sk_tsflags
+    - net: annotate data-races around sk->sk_bind_phc
+    - ipv4: ignore dst hint for multipath routes
+    - ipv6: ignore dst hint for multipath routes
+    - igb: disable virtualization features on 82580
+    - gve: fix frag_list chaining
+    - veth: Fixing transmit return status for dropped packets
+    - net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddr
+    - net: phy: micrel: Correct bit assignments for phy_device flags
+    - bpf, sockmap: Fix skb refcnt race after locking changes
+    - af_unix: Fix msg_controllen test in scm_pidfd_recv() for MSG_CMSG_COMPAT.
+    - af_unix: Fix data-races around user->unix_inflight.
+    - af_unix: Fix data-race around unix_tot_inflight.
+    - af_unix: Fix data-races around sk->sk_shutdown.
+    - af_unix: Fix data race around sk->sk_err.
+    - net: sched: sch_qfq: Fix UAF in qfq_dequeue() (CVE-2023-4921)
+    - kcm: Destroy mutex in kcm_exit_net()
+    - igc: Change IGC_MIN to allow set rx/tx value between 64 and 80
+    - igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80
+    - igb: Change IGB_MIN to allow set rx/tx value between 64 and 80
+    - [s390x] zcrypt: don't leak memory if dev_set_name() fails
+    - regulator: tps6594-regulator: Fix random kernel crash
+    - idr: fix param name in idr_alloc_cyclic() doc
+    - ip_tunnels: use DEV_STATS_INC()
+    - net/mlx5e: Clear mirred devices array if the rule is split
+    - net/mlx5: Give esw_offloads_load/unload_rep() "mlx5_" prefix
+    - net/mlx5: Rework devlink port alloc/free into init/cleanup
+    - net/mlx5: Push devlink port PF/VF init/cleanup calls out of
+      devlink_port_register/unregister()
+    - mlx5/core: E-Switch, Create ACL FT for eswitch manager in switchdev mode
+    - net: phylink: fix sphinx complaint about invalid literal
+    - bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in
+      kern_sys_bpf().
+    - bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.
+    - [s390x] bpf: Pass through tail call counter in trampolines
+    - bpf: bpf_sk_storage: Fix invalid wait context lockdep report
+    - bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_alloc
+    - netfilter: nftables: exthdr: fix 4-byte stack OOB write
+    - netfilter: nfnetlink_osf: avoid OOB read
+    - netfilter: nft_set_rbtree: skip sync GC for new elements in this
+      transaction
+    - netfilter: nf_tables: Unbreak audit log reset
+    - net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)
+    - [arm64] net: hns3: fix tx timeout issue
+    - [arm64] net: hns3: fix byte order conversion issue in
+      hclge_dbg_fd_tcam_read()
+    - [arm64] net: hns3: fix debugfs concurrency issue between kfree buffer and
+      read
+    - [arm64] net: hns3: fix invalid mutex between tc qdisc and dcb ets command
+      issue
+    - [arm64] net: hns3: fix the port information display when sfp is absent
+    - [arm64] net: hns3: remove GSO partial feature bit
+    - [arm64] net: enetc: distinguish error from valid pointers in
+      enetc_fixup_clear_rss_rfs()
+    - watchdog: advantech_ec_wdt: fix Kconfig dependencies
+    - drm/amd/display: Temporary Disable MST DP Colorspace Property
+    - clocksource/drivers/arm_arch_timer: Disable timer before programming CVAL
+    - dmaengine: sh: rz-dmac: Fix destination and source data size setting
+    - misc: fastrpc: Fix remote heap allocation request
+    - misc: fastrpc: Fix incorrect DMA mapping unmap request
+    - jbd2: fix checkpoint cleanup performance regression
+    - jbd2: check 'jh->b_transaction' before removing it from checkpoint
+    - jbd2: correct the end of the journal recovery scan range
+    - ext4: fix slab-use-after-free in ext4_es_insert_extent()
+    - ext4: add correct group descriptors and reserved GDT blocks to system zone
+    - ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup}
+    - ext4: drop dio overwrite only flag and associated warning
+    - f2fs: get out of a repeat loop when getting a locked data page
+    - f2fs: flush inode if atomic file is aborted
+    - f2fs: avoid false alarm of circular locking
+    - lib: test_scanf: Add explicit type cast to result initialization in
+      test_number_prefix()
+    - [arm64,armhf] hwspinlock: qcom: add missing regmap config for SFPB MMIO
+      implementation
+    - memcontrol: ensure memcg acquired by id is properly set up
+    - ata: ahci: Add Elkhart Lake AHCI controller
+    - ata: pata_falcon: fix IO base selection for Q40
+    - ata: sata_gemini: Add missing MODULE_DESCRIPTION
+    - ata: pata_ftide010: Add missing MODULE_DESCRIPTION
+    - fuse: nlookup missing decrement in fuse_direntplus_link
+    - btrfs: zoned: do not zone finish data relocation block group
+    - btrfs: fix start transaction qgroup rsv double free
+    - btrfs: free qgroup rsv on io failure
+    - btrfs: don't start transaction when joining with TRANS_JOIN_NOSTART
+    - btrfs: set page extent mapped after read_folio in relocate_one_page
+    - btrfs: zoned: re-enable metadata over-commit for zoned mode
+    - btrfs: use the correct superblock to compare fsid in btrfs_validate_super
+    - btrfs: scrub: avoid unnecessary extent tree search preparing stripes
+    - btrfs: scrub: avoid unnecessary csum tree search preparing stripes
+    - btrfs: scrub: fix grouping of read IO
+    - drm/mxsfb: Disable overlay plane in mxsfb_plane_overlay_atomic_disable()
+    - mtd: rawnand: brcmnand: Fix crash during the panic_write
+    - mtd: rawnand: brcmnand: Fix potential out-of-bounds access in oob write
+    - mtd: spi-nor: Correct flags for Winbond w25q128
+    - mtd: rawnand: brcmnand: Fix potential false time out warning
+    - mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 controller
+    - Revert "drm/amd/display: Remove v_startup workaround for dcn3+"
+    - drm/amd/display: enable cursor degamma for DCN3+ DRM legacy gamma
+    - drm/amd/display: limit the v_startup workaround to ASICs older than DCN3.1
+    - drm/amd/display: prevent potential division by zero errors
+    - [x86] KVM: VMX: Refresh available regs and IDT vectoring info before NMI
+      handling
+    - [x86] KVM: SVM: Take and hold ir_list_lock when updating vCPU's Physical
+      ID entry
+    - [x86] KVM: SVM: Don't inject #UD if KVM attempts to skip SEV guest insn
+    - [x86] KVM: SVM: Get source vCPUs from source VM for SEV-ES intrahost
+      migration
+    - [x86] KVM: nSVM: Check instead of asserting on nested TSC scaling support
+    - [x86] KVM: nSVM: Load L1's TSC multiplier based on L1 state, not L2 state
+    - [x86] KVM: SVM: Set target pCPU during IRTE update if target vCPU is
+      running
+    - [x86] KVM: SVM: Skip VMSA init in sev_es_init_vmcb() if pointer is NULL
+    - perf hists browser: Fix hierarchy mode header
+    - perf build: Update build rule for generated files
+    - perf test shell stat_bpf_counters: Fix test on Intel
+    - perf tools: Handle old data in PERF_RECORD_ATTR
+    - perf build: Include generated header files properly
+    - perf hists browser: Fix the number of entries for 'e' key
+    - drm/amd/display: always switch off ODM before committing more streams
+    - drm/amd/display: Remove wait while locked
+    - drm/amdgpu: register a dirty framebuffer callback for fbcon
+      (Closes: #1037142)
+    - bpf: fix bpf_probe_read_kernel prototype mismatch
+    - net: ipv4: fix one memleak in __inet_del_ifa()
+    - net: microchip: vcap api: Fix possible memory leak for vcap_dup_rule()
+    - net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in
+      smcr_port_add
+    - net: stmmac: fix handling of zero coalescing tx-usecs
+    - net: ethernet: mvpp2_main: fix possible OOB write in
+      mvpp2_ethtool_get_rxnfc()
+    - net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in
+      mtk_hwlro_get_fdir_all()
+    - hsr: Fix uninit-value access in fill_frame_info()
+    - net: ethernet: adi: adin1110: use eth_broadcast_addr() to assign broadcast
+      address
+    - net:ethernet:adi:adin1110: Fix forwarding offload
+    - r8152: check budget for r8152_poll()
+    - kcm: Fix memory leak in error path of kcm_sendmsg()
+    - net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()
+    - net: macb: fix sleep inside spinlock
+    - veth: Update XDP feature set when bringing up device
+    - ipv6: fix ip6_sock_set_addr_preferences() typo
+    - tcp: Factorise sk_family-independent comparison in
+      inet_bind2_bucket_match(_addr_any).
+    - tcp: Fix bind() regression for v4-mapped-v6 wildcard address.
+    - tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.
+    - ixgbe: fix timestamp configuration code
+    - igb: clean up in all error paths when enabling SR-IOV
+    - net: renesas: rswitch: Fix unmasking irq condition
+    - kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().
+    - vm: fix move_vma() memory accounting being off
+    - drm/amd/display: Fix a bug when searching for insert_above_mpcc
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.5.5
+    - iomap: Fix possible overflow condition in iomap_write_delalloc_scan
+    - autofs: fix memory leak of waitqueues in autofs_catatonic_mode
+    - btrfs: handle errors properly in update_inline_extent_backref()
+    - btrfs: output extra debug info if we failed to find an inline backref
+    - locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock
+    - ACPICA: Add AML_NO_OPERAND_RESOLVE flag to Timer
+    - kernel/fork: beware of __put_task_struct() calling context
+    - rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to
+      _idle()
+    - ACPI: video: Add backlight=native DMI quirk for Lenovo Ideapad Z470
+    - [x86] amd_nb: Add PCI IDs for AMD Family 1Ah-based models
+    - [arm64] perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09
+    - [s390x] boot: cleanup number of page table levels setup
+    - [arm64] perf/imx_ddr: speed up overflow frequency of cycle
+    - ACPI: video: Add backlight=native DMI quirk for Apple iMac12,1 and
+      iMac12,2
+    - hw_breakpoint: fix single-stepping when using bpf_overflow_handler
+    - [x86] ACPI: x86: s2idle: Catch multiple ACPI_TYPE_PACKAGE objects
+    - [arm64] spi: sun6i: add quirk for dual and quad SPI modes support
+    - devlink: remove reload failed checks in params get/set callbacks
+    - crypto: lrw,xts - Replace strlcpy with strscpy
+    - ice: Don't tx before switchdev is fully configured
+    - wifi: ath9k: fix fortify warnings
+    - wifi: ath9k: fix printk specifier
+    - wifi: rtw88: delete timer and free skb queue when unloading
+    - wifi: mwifiex: fix fortify warning
+    - mt76: mt7921: don't assume adequate headroom for SDIO headers
+    - wifi: wil6210: fix fortify warnings
+    - net: Use sockaddr_storage for getsockopt(SO_PEERNAME).
+    - wifi: ath12k: Fix a NULL pointer dereference in ath12k_mac_op_hw_scan()
+    - wifi: ath12k: avoid array overflow of hw mode for preferred_hw_mode
+    - net/ipv4: return the real errno instead of -EINVAL
+    - crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()
+    - Bluetooth: btusb: Add device 0489:e0f5 as MT7922 device
+    - Bluetooth: btusb: Add a new VID/PID 0489/e0f6 for MT7922
+    - Bluetooth: btusb: Add new VID/PID 0489/e102 for MT7922
+    - Bluetooth: btusb: Add new VID/PID 04ca/3804 for MT7922
+    - Bluetooth: Fix hci_suspend_sync crash
+    - Bluetooth: btusb: Add support for another MediaTek 7922 VID/PID
+    - netlink: convert nlk->flags to atomic flags
+    - tpm_tis: Resend command to recover from data transfer errors
+    - [arm64] mmc: sdhci-esdhc-imx: improve ESDHC_FLAG_ERR010450
+    - alx: fix OOB-read compiler warning
+    - wifi: iwlwifi: pcie: avoid a warning in case prepare card failed
+    - wifi: mac80211: check S1G action frame size
+    - netfilter: ebtables: fix fortify warnings in size_entry_mwt()
+    - wifi: cfg80211: reject auth/assoc to AP with our address
+    - wifi: cfg80211: ocb: don't leave if not joined
+    - wifi: mac80211: check for station first in client probe
+    - wifi: mac80211_hwsim: drop short frames
+    - Revert "wifi: mac80211_hwsim: check the return value of nla_put_u32"
+    - wifi: ath12k: Fix memory leak in rx_desc and tx_desc
+    - wifi: ath12k: add check max message length while scanning with extraie
+    - Fix nomenclature for USB and PCI wireless devices
+    - bpf: Consider non-owning refs trusted
+    - bpf: Consider non-owning refs to refcounted nodes RCU protected
+    - drm/edid: Add quirk for OSVR HDK 2.0
+    - [arm64] dts: qcom: sm6125-pdx201: correct ramoops pmsg-size
+    - [arm64] dts: qcom: sm6125-sprout: correct ramoops pmsg-size
+    - [arm64] dts: qcom: sm6350: correct ramoops pmsg-size
+    - [arm64] dts: qcom: sm8150-kumano: correct ramoops pmsg-size
+    - [arm64] dts: qcom: sm8250-edo: correct ramoops pmsg-size
+    - drm/amdgpu: Increase soft IH ring size
+    - drm/amdgpu: Update ring scheduler info as needed
+    - drm/amd/display: Fix underflow issue on 175hz timing
+    - [x86] ASoC: SOF: topology: simplify code to prevent static analysis
+      warnings
+    - [x86] ASoC: Intel: sof_sdw: Update BT offload config for soundwire config
+    - [x86] ALSA: hda: intel-dsp-cfg: add LunarLake support
+    - drm/amd/display: Use DTBCLK as refclk instead of DPREFCLK
+    - drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN31
+    - drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN314
+    - drm/amd/display: Use max memclk variable when setting max memclk
+    - [arm64] drm/msm/adreno: Use quirk identify hw_apriv
+    - [arm64] drm/msm/adreno: Use quirk to identify cached-coherent support
+    - io_uring: annotate the struct io_kiocb slab for appropriate user copy
+    - [arm64] dts: qcom: sc8280xp-x13s: Add camera activity LED
+    - md: raid1: fix potential OOB in raid1_remove_disk()
+    - blk-mq: fix tags leak when shrink nr_hw_queues
+    - [x86] ASoC: SOF: amd: clear panic mask status when panic occurs
+    - [x86] bring back rep movsq for user access on CPUs without ERMS
+    - fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()
+    - jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount
+    - ext4: add two helper functions extent_logical_end() and pa_logical_end()
+    - ext4: avoid overlapping preallocations due to overflow
+    - [arm64] PCI: dwc: Provide deinit callback for i.MX
+    - [armel] 9317/1: kexec: Make smp stop calls asynchronous
+    - [powerpc*] pseries: fix possible memory leak in ibmebus_bus_init()
+    - PCI: vmd: Disable bridge window for domain reset
+    - PCI: fu740: Set the number of MSI vectors
+    - media: mdp3: Fix resource leaks in of_find_device_by_node
+    - media: dvb-usb-v2: af9035: Fix null-ptr-deref in af9035_i2c_master_xfer
+    - media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer()
+    - media: af9005: Fix null-ptr-deref in af9005_i2c_xfer
+    - media: anysee: fix null-ptr-deref in anysee_master_xfer
+    - media: az6007: Fix null-ptr-deref in az6007_i2c_xfer()
+    - media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861_i2c_master_xfer
+    - scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is
+      detected
+    - media: tuners: qt1010: replace BUG_ON with a regular error
+    - media: pci: cx23885: replace BUG with error return
+    - usb: cdns3: Put the cdns set active part outside the spin lock
+    - usb: typec: intel_pmc_mux: Add new ACPI ID for Lunar Lake IOM device
+    - usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udc
+    - scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()
+    - serial: cpm_uart: Avoid suspicious locking
+    - usb: dwc3: dwc3-octeon: Verify clock divider
+    - usb: ehci: add workaround for chipidea PORTSC.PEC bug
+    - usb: chipidea: add workaround for chipidea PEC bug
+    - media: pci: ipu3-cio2: Initialise timing struct to avoid a compiler
+      warning
+    - kobject: Add sanity check for kset->kobj.ktype in kset_register()
+    - [arm64] interconnect: Fix locking for runpm vs reclaim
+    - usb: typec: qcom-pmic-typec: register drm_bridge
+    - printk: Reduce console_unblank() usage in unsafe scenarios
+    - printk: Keep non-panic-CPUs out of console lock
+    - printk: Do not take console lock for console_flush_on_panic()
+    - printk: Consolidate console deferred printing
+    - printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic()
+    - ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow
+    - btrfs: introduce struct to consolidate extent buffer write context
+    - btrfs: zoned: introduce block group context to btrfs_eb_write_context
+    - btrfs: zoned: return int from btrfs_check_meta_write_pointer
+    - btrfs: zoned: defer advancing meta write pointer
+    - btrfs: zoned: activate metadata block group on write time
+    - mtd: spi-nor: spansion: use CLPEF as an alternative to CLSR
+    - mtd: spi-nor: spansion: preserve CFR2V[7] when writing MEMLAT
+    - btrfs: add a helper to read the superblock metadata_uuid
+    - btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super
+    - nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()
+    - drm: gm12u320: Fix the timeout usage for usb_bulk_msg()
+    - scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir()
+    - md: don't dereference mddev after export_rdev()
+    - md: fix warning for holder mismatch from export_rdev()
+    - efivarfs: fix statfs() on efivarfs
+    - PM: hibernate: Fix the exclusive get block device in test_resume mode
+    - [x86] ibt: Suppress spurious ENDBR
+    - [x86] ibt: Avoid duplicate ENDBR in __put_user_nocheck*()
+    - [riscv64] kexec: Align the kexeced kernel entry
+    - [x86] sched: Restore the SD_ASYM_PACKING flag in the DIE domain
+    - scsi: target: core: Fix target_cmd_counter leak
+    - scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file()
+    - panic: Reenable preemption in WARN slowpath
+    - ata: libata-core: fetch sense data for successful commands iff CDL enabled
+    - [x86] boot/compressed: Reserve more memory for page tables
+    - [x86] purgatory: Remove LTO flags
+    - blk-mq: prealloc tags when increase tagset nr_hw_queues
+    - blk-mq: fix tags UAF when shrinking q->nr_hw_queues
+    - md/raid1: fix error: ISO C90 forbids mixed declarations
+    - Revert "SUNRPC: Fail faster on bad verifier"
+    - attr: block mode changes of symlinks
+    - ovl: fix failed copyup of fileattr on a symlink
+    - ovl: fix incorrect fdput() on aio completion
+    - io_uring/net: fix iter retargeting for selected buf
+    - nvme: avoid bogus CRTO values
+    - [x86] platform/uv: Use alternate source for socket to node data
+    - Revert "firewire: core: obsolete usage of GFP_ATOMIC at building node
+      tree"
+    - md: Put the right device in md_seq_next
+    - drm/amd: Make fence wait in suballocator uninterruptible
+    - Revert "drm/amd: Disable S/G for APUs when 64GB or more host memory"
+    - dm: don't attempt to queue IO under RCU protection
+    - dm: fix a race condition in retrieve_deps
+    - btrfs: fix lockdep splat and potential deadlock after failure running
+      delayed items
+    - btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folio
+    - btrfs: fix race between finishing block group creation and its item update
+    - btrfs: release path before inode lookup during the ino lookup ioctl
+    - btrfs: check for BTRFS_FS_ERROR in pending ordered assert
+    - tracing/synthetic: Fix order of struct trace_dynamic_info
+    - tracing: Have tracing_max_latency inc the trace array ref count
+    - tracing: Have event inject files inc the trace array ref count
+    - tracing/synthetic: Print out u64 values properly
+    - tracing: Increase trace array ref count on enable and filter files
+    - tracing: Have current_trace inc the trace array ref count
+    - tracing: Have option files inc the trace array ref count
+    - selinux: fix handling of empty opts in selinux_fs_context_submount()
+      (Closes: #1052584)
+    - nfsd: fix change_info in NFSv4 RENAME replies
+    - tracefs: Add missing lockdown check to tracefs_create_dir()
+    - i2c: aspeed: Reset the i2c controller when timeout occurs
+    - ata: libata: disallow dev-initiated LPM transitions to unsupported states
+    - ata: libahci: clear pending interrupt status
+    - scsi: megaraid_sas: Fix deadlock on firmware crashdump
+    - scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id()
+    - scsi: pm8001: Setup IRQs on resume
+    - Revert "comedi: add HAS_IOPORT dependencies"
+    - ext4: fix rec_len verify error
+    - drm/radeon: make fence wait in suballocator uninterrruptable
+    - [x86] drm/i915: Only check eDP HPD when AUX CH is shared
+    - drm/amd/display: Adjust the MST resume flow
+    - drm/amd/display: fix the white screen issue when >= 64GB DRAM
+    - drm/amd/display: Add DPIA Link Encoder Assignment Fix
+    - drm/amd/display: Fix 2nd DPIA encoder Assignment
+    - Revert "memcg: drop kmem.limit_in_bytes"
+    - drm/amdgpu: fix amdgpu_cs_p1_user_fence
+    - [arm64] interconnect: Teach lockdep about icc_bw_lock order
+    - [x86] alternatives: Remove faulty optimization
+    - [x86] static_call: Fix static-call vs return-thunk
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.5.6
+    - NFS: Fix error handling for O_DIRECT write scheduling
+    - NFS: Fix O_DIRECT locking issues
+    - NFS: More O_DIRECT accounting fixes for error paths
+    - NFS: Use the correct commit info in nfs_join_page_group()
+    - NFS: More fixes for nfs_direct_write_reschedule_io()
+    - NFS/pNFS: Report EINVAL errors from connect() to the server
+    - SUNRPC: Mark the cred for revalidation if the server rejects it
+    - NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS server
+    - NFSv4.1: fix pnfs MDS=DS session trunking
+    - gfs2: Fix another freeze/thaw hang
+    - netfs: Only call folio_start_fscache() one time for each folio
+    - btrfs: improve error message after failure to add delayed dir index item
+    - btrfs: remove BUG() after failure to insert delayed dir index item
+    - ext4: replace the traditional ternary conditional operator with with
+      max()/min()
+    - ext4: move setting of trimmed bit into ext4_try_to_trim_range()
+    - ext4: do not let fstrim block system suspend
+    - netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention
+    - netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC
+    - netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation
+      fails
+    - netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration
+    - netfilter: nf_tables: fix memleak when more than 255 elements expired
+    - netfilter: nf_tables: disallow rule removal from chain binding
+      (CVE-2023-5197)
+    - [arm64] ASoC: meson: spdifin: start hw on dai probe
+    - netfilter: nf_tables: disallow element removal on anonymous sets
+    - bpf: Avoid deadlock when using queue and stack maps from NMI
+    - bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_init
+    - ALSA: docs: Fix a typo of midi2_ump_probe option for snd-usb-audio
+    - ALSA: seq: Avoid delivery of events for disabled UMP groups
+    - ASoC: rt5640: Revert "Fix sleep in atomic context"
+    - ASoC: rt5640: Fix sleep in atomic context
+    - ASoC: rt5640: fix typos
+    - ASoC: rt5640: Do not disable/enable IRQ twice on suspend/resume
+    - ASoC: rt5640: Enable the IRQ on resume after configuring jack-detect
+    - ASoC: rt5640: Fix IRQ not being free-ed for HDA jack detect mode
+    - bpf: Fix a erroneous check after snprintf()
+    - ALSA: hda/realtek: Splitting the UX3402 into two separate models
+    - netfilter: conntrack: fix extension size table
+    - netfilter: nf_tables: Fix entries val in rule reset audit log
+    - uapi: stddef.h: Fix header guard location
+    - uapi: stddef.h: Fix __DECLARE_FLEX_ARRAY for C++
+    - [x86] ASoC: SOF: ipc4-topology: fix wrong sizeof argument
+    - net/core: Fix ETH_P_1588 flow dissector
+    - ALSA: seq: ump: Fix -Wformat-truncation warning
+    - ASoC: hdaudio.c: Add missing check for devm_kstrdup
+    - [arm64] ASoC: imx-audmix: Fix return error with devm_clk_get()
+    - iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is set
+    - ASoC: SOF: core: Only call sof_ops_free() on remove if the probe was
+      successful
+    - iavf: add iavf_schedule_aq_request() helper
+    - iavf: schedule a request immediately after add/delete vlan
+    - i40e: Fix VF VLAN offloading when port VLAN is configured
+    - netfilter, bpf: Adjust timeouts of non-confirmed CTs in
+      bpf_ct_insert_entry()
+    - ionic: fix 16bit math issue when PAGE_SIZE >= 64KB
+    - igc: Fix infinite initialization loop with early XDP redirect
+    - ipv4: fix null-deref in ipv4_link_failure (CVE-2023-42754)
+    - scsi: iscsi_tcp: restrict to TCP sockets
+    - [powerpc*] perf/hv-24x7: Update domain value check
+    - [powerpc*] dexcr: Move HASHCHK trap handler
+    - dccp: fix dccp_v4_err()/dccp_v6_err() again
+    - [x86] mm, kexec, ima: Use memblock_free_late() from
+      ima_free_kexec_buffer()
+    - net: hsr: Properly parse HSRv1 supervisor frames.
+    - [x86] platform/x86: intel_scu_ipc: Check status after timeout in
+      busy_loop()
+    - [x86] platform/x86: intel_scu_ipc: Check status upon timeout in
+      ipc_wait_for_interrupt()
+    - [x86] platform/x86: intel_scu_ipc: Don't override scu in
+      intel_scu_ipc_dev_simple_command()
+    - [x86] platform/x86: intel_scu_ipc: Fail IPC send if still busy
+    - [x86] srso: Fix srso_show_state() side effect
+    - [x86] srso: Set CPUID feature bits independently of bug or mitigation
+      status
+    - [x86] srso: Don't probe microcode in a guest
+    - [x86] srso: Fix SBPB enablement for spec_rstack_overflow=off
+    - [arm64] net: hns3: add cmdq check for vf periodic service task
+    - [arm64] net: hns3: fix GRE checksum offload issue
+    - [arm64] net: hns3: only enable unicast promisc when mac table full
+    - [arm64] net: hns3: fix fail to delete tc flower rules during reset issue
+    - [arm64] net: hns3: add 5ms delay before clear firmware reset irq source
+    - net: bridge: use DEV_STATS_INC()
+    - team: fix null-ptr-deref when team device type is changed
+    - locking/atomic: scripts: fix fallback ifdeffery
+    - net: rds: Fix possible NULL-pointer dereference
+    - vxlan: Add missing entries to vxlan_get_size()
+    - netfilter: nf_tables: disable toggling dormant table state more than once
+    - netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP
+      (CVE-2023-42756)
+    - net: hinic: Fix warning-hinic_set_vlan_fliter() warn: variable
+      dereferenced before check 'hwdev'
+    - net/handshake: Fix memory leak in __sock_create() and sock_alloc_file()
+    - [x86] i915/pmu: Move execlist stats initialization to execlist specific
+      setup
+    - drm/virtio: clean out_fence on complete_submit
+    - locking/seqlock: Do the lockdep annotation before locking in
+      do_write_seqcount_begin_nested()
+    - net: ena: Flush XDP packets on error.
+    - bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPI
+    - octeontx2-pf: Do xdp_do_flush() after redirects.
+    - igc: Expose tx-usecs coalesce setting to user
+    - cxl/region: Match auto-discovered region decoders by HPA range
+    - proc: nommu: /proc/<pid>/maps: release mmap read lock
+    - proc: nommu: fix empty /proc/<pid>/maps
+    - cifs: Fix UAF in cifs_demultiplex_thread()
+    - gpio: tb10x: Fix an error handling path in tb10x_gpio_probe()
+    - i2c: mux: demux-pinctrl: check the return value of devm_kstrdup()
+    - i2c: mux: gpio: Add missing fwnode_handle_put()
+    - i2c: xiic: Correct return value check for xiic_reinit()
+    - drm/amdgpu: set completion status as preempted for the resubmission
+    - drm/amd/display: Update DPG test pattern programming
+    - drm/amd/display: fix a regression in blank pixel data caused by coding
+      mistake
+    - [arm64] dts: qcom: sdm845-db845c: Mark cont splash memory region as
+      reserved
+    - direct_write_fallback(): on error revert the ->ki_pos update from buffered
+      write
+    - btrfs: reset destination buffer when read_extent_buffer() gets invalid
+      range
+    - vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()
+    - [armhf] bus: ti-sysc: Use fsleep() instead of usleep_range() in
+      sysc_reset()
+    - [armhf] bus: ti-sysc: Fix missing AM35xx SoC matching
+    - [arm64] firmware: arm_scmi: Harden perf domain info access
+    - [arm64]firmware: arm_scmi: Fixup perf power-cost/microwatt support
+    - power: supply: mt6370: Fix missing error code in mt6370_chg_toggle_cfo()
+    - clk: sprd: Fix thm_parents incorrect configuration
+    - clk: si521xx: Use REGCACHE_FLAT instead of NONE
+    - clk: si521xx: Fix regmap write accessor
+    - clk: tegra: fix error return case for recalc_rate
+    - [armhf] bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart
+      wake-up
+    - swiotlb: use the calculated number of areas
+    - power: supply: ucs1002: fix error code in ucs1002_get_property()
+    - power: supply: rt9467: Fix rt9467_run_aicl()
+    - power: supply: core: fix use after free in uevent
+    - power: supply: rk817: Fix node refcount leak
+    - [powerpc*] stacktrace: Fix arch_stack_walk_reliable()
+    - [arm64] dts: imx8mp: Fix SDMA2/3 clocks
+    - [arm64] dts: imx8mp-beacon-kit: Fix audio_pll2 clock
+    - [arm64] soc: imx8m: Enable OCOTP clock for imx8mm before reading registers
+    - [arm64] dts: imx8mm-evk: Fix hdmi@3d node
+    - [arm64] dts: imx: Add imx8mm-prt8mm.dtb to build
+    - [x86] i915/guc: Get runtime pm in busyness worker only if already active
+    - gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip
+    - i2c: npcm7xx: Fix callback completion ordering
+    - NFSD: Fix zero NFSv4 READ results when RQ_SPLICE_OK is not set
+    - [x86] reboot: VMCLEAR active VMCSes before emergency reboot
+    - ceph: drop messages from MDS when unmounting
+    - dma-debug: don't call __dma_entry_alloc_check_leak() under
+      free_entries_lock
+    - bpf: Annotate bpf_long_memcpy with data_race
+    - [x86] ASoC: amd: yc: Add DMI entries to support Victus by HP Gaming Laptop
+      15-fb0xxx (8A3E)
+    - spi: sun6i: reduce DMA RX transfer width to single byte
+    - spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain
+    - nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid()
+    - scsi: qedf: Add synchronization between I/O completions and abort
+    - scsi: ufs: core: Move __ufshcd_send_uic_cmd() outside host_lock
+    - scsi: ufs: core: Poll HCS.UCRDY before issuing a UIC command
+    - ring-buffer: Avoid softlockup in ring_buffer_resize()
+    - btrfs: assert delayed node locked when removing delayed item
+    - ring-buffer: Do not attempt to read past "commit"
+    - ata: sata_mv: Fix incorrect string length computation in mv_dump_mem()
+    - [x86] efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexec
+    - [x86] platform/x86: asus-wmi: Support 2023 ROG X16 tablet mode
+    - thermal/of: add missing of_node_put()
+    - drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3
+    - drm/amd/display: Don't check registers, if using AUX BL control
+    - drm/amdgpu/soc21: don't remap HDP registers for SR-IOV
+    - drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV
+    - drm/amdgpu: fallback to old RAS error message for aqua_vanjaram
+    - drm/amdgpu: Handle null atom context in VBIOS info ioctl
+    - objtool: Fix _THIS_IP_ detection for cold functions
+    - nvme-pci: do not set the NUMA node of device if it has none
+    - [riscv64] errata: fix T-Head dcache.cva encoding
+    - scsi: pm80xx: Use phy-specific SAS address when sending PHY_START command
+    - scsi: pm80xx: Avoid leaking tags when processing
+      OPC_INB_SET_CONTROLLER_CONFIG command
+    - smb3: correct places where ENOTSUPP is used instead of preferred
+      EOPNOTSUPP
+    - ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()
+    - ata: libata-eh: do not thaw the port twice in ata_eh_reset()
+    - Add DMI ID for MSI Bravo 15 B7ED
+    - spi: nxp-fspi: reset the FLSHxCR1 registers
+    - [armhf] spi: stm32: add a delay before SPI disable
+    - bpf: Clarify error expectations from bpf_clone_redirect
+    - ASoC: rt5640: Only cancel jack-detect work on suspend if active
+    - ALSA: hda: intel-sdw-acpi: Use u8 type for link index
+    - [x86] ASoC: cs42l42: Ensure a reset pulse meets minimum pulse width.
+    - [x86] ASoC: cs42l42: Don't rely on GPIOD_OUT_LOW to set RESET initially
+      low
+    - [x86] ASoC: cs42l42: Avoid stale SoundWire ATTACH after hard reset
+    - firmware: cirrus: cs_dsp: Only log list of algorithms in debug build
+    - ASoC: wm_adsp: Fix missing locking in wm_adsp_[read|write]_ctl()
+    - ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link
+    - [x86] ASoC: SOF: sof-audio: Fix DSP core put imbalance on widget setup
+      failure
+    - media: vb2: frame_vector.c: replace WARN_ONCE with a comment
+    - NFSv4.1: fix zero value filehandle in post open getattr
+    - [x86] ASoC: SOF: Intel: MTL: Reduce the DSP init timeout
+    - [powerpc*] watchpoints: Disable preemption in thread_change_pc()
+    - [powerpc*] watchpoint: Disable pagefaults when getting user instruction
+    - [powerpc*] watchpoints: Annotate atomic context in more places
+    - [armhf] ncsi: Propagate carrier gain/loss events to the NCSI controller
+    - net: hsr: Add __packed to struct hsr_sup_tlv.
+    - gfs2: fix glock shrinker ref issues
+    - i2c: designware: fix __i2c_dw_disable() in case master is holding SCL low
+    - perf build: Define YYNOMEM as YYNOABORT for bison < 3.81
+    - iommu/arm-smmu-v3: Fix soft lockup triggered by
+      arm_smmu_mm_invalidate_range
+    - [x86] sgx: Resolves SECS reclaim vs. page fault for EAUG race
+    - [x86] srso: Add SRSO mitigation for Hygon processors
+    - [x86] KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway
+    - [x86] KVM: SVM: Fix TSC_AUX virtualization setup
+    - [x86] KVM: x86/mmu: Open code leaf invalidation from mmu_notifier
+    - [x86] KVM: x86/mmu: Do not filter address spaces in
+      for_each_tdp_mmu_root_yield_safe()
+    - [x86] KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronously
+    - mptcp: fix bogus receive window shrinkage with multiple subflows
+    - mptcp: move __mptcp_error_report in protocol.c
+    - mptcp: process pending subflow error on close
+    - misc: rtsx: Fix some platforms can not boot and move the l1ss judgment to
+      probe (Closes: #1052063)
+    - Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux"
+    - scsi: core: ata: Do no try to probe for CDL on old drives
+    - serial: 8250_port: Check IRQ data before use
+    - nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()
+    - crypto: sm2 - Fix crash caused by uninitialized context
+    - ALSA: rawmidi: Fix NULL dereference at proc read
+    - ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre
+      M70q
+    - ata: libata-scsi: link ata port and scsi device
+    - scsi: sd: Differentiate system and runtime start/stop management
+    - scsi: sd: Do not issue commands to suspended disks on shutdown
+    - ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION
+      CODES
+    - io_uring/fs: remove sqe->rw_flags checking from LINKAT
+    - i2c: i801: unregister tco_pdev in i801_probe() error path
+    - [x86] ASoC: amd: yc: Fix non-functional mic on Lenovo 82QF and 82UG
+    - kernel/sched: Modify initial boot task idle setup
+    - sched/rt: Fix live lock between select_fallback_rq() and RT push
+    - Revert "SUNRPC dont update timeout value on connection reset"
+    - NFSv4: Fix a state manager thread deadlock regression
+    - ACPI: NFIT: Fix incorrect calculation of idt size
+    - timers: Tag (hr)timer softirq as hotplug safe
+    - mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are
+      specified
+    - mm/slab_common: fix slab_caches list corruption after kmem_cache_destroy()
+    - mm: page_alloc: fix CMA and HIGHATOMIC landing on the wrong buddy list
+    - mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcement
+    - cxl/port: Fix cxl_test register enumeration regression
+    - cxl/pci: Fix appropriate checking for _OSC while handling CXL RAS
+      registers
+    - ring-buffer: Fix bytes info in per_cpu buffer stats
+    - ring-buffer: Update "shortest_full" in polling
+    - btrfs: refresh dir last index during a rewinddir(3) call
+    - btrfs: file_remove_privs needs an exclusive lock in direct io write
+    - btrfs: set last dir index to the current last index when opening dir
+    - btrfs: fix race between reading a directory and adding entries to it
+    - btrfs: properly report 0 avail for very full file systems
+    - media: uvcvideo: Fix OOB read
+    - bpf: Add override check to kprobe multi link attach
+    - bpf: Fix BTF_ID symbol generation collision
+    - bpf: Fix BTF_ID symbol generation collision in tools/
+    - net: thunderbolt: Fix TCPv6 GSO checksum calculation
+    - thermal: sysfs: Fix trip_point_hyst_store()
+    - fs/smb/client: Reset password pointer to NULL (CVE-2023-5345)
+    - tracing/user_events: Align set_bit() address for all archs
+    - ata: libata-core: Fix ata_port_request_pm() locking
+    - ata: libata-core: Fix port and device removal
+    - ata: libata-core: Do not register PM operations for SAS ports
+    - ata: libata-sata: increase PMP SRST timeout to 10s
+    - [x86] i915: Limit the length of an sg list to the requested length
+    - [x86] drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top
+    - power: supply: rk817: Add missing module alias
+    - power: supply: ab8500: Set typing and props
+    - fs: binfmt_elf_efpic: fix personality for ELF-FDPIC
+    - drm/amd/display: fix the ability to use lower resolution modes on eDP
+    - [arm64] drm/meson: fix memory leak on ->hpd_notify callback
+    - rbd: move rbd_dev_refresh() definition
+    - rbd: decouple header read-in from updating rbd_dev->header
+    - rbd: decouple parent info read-in from updating rbd_dev
+    - rbd: take header_rwsem in rbd_dev_refresh() only when updating
+    - memcg: drop kmem.limit_in_bytes
+    - mm, memcg: reconsider kmem.limit_in_bytes deprecation
+    - [x86] ASoC: amd: yc: Fix a non-functional mic on Lenovo 82TL
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 2
+  * [rt] Drop "kernel/fork: beware of __put_task_struct calling context"
+    (applied upstream)
+  * [rt] Disable RT featureset as not supported in 6.5.y series
+
+  [ Yoann Congal ]
+  * [x86] drivers/watchdog: Enable ADVANTECH_EC_WDT as module (Closes: #1051449)
+
+  [ Vincent Blut ]
+  * [x86] drivers/platform/x86: Enable SYSTEM76_ACPI as module
+    (Closes: #1050996)
+
+  [ Emanuele Rocca ]
+  * [arm64] Add qrtr to kernel-image udeb, needed by Lenovo Thinkpad X13s.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 07 Oct 2023 11:36:46 +0200
+
+linux (6.5.3-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.5.2
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.5.3
+
+  [ Christian Göttsche ]
+  * Enable KFENCE support (not enabled by default) (Closes: #1025845)
+
+  [ Diederik de Haas ]
+  * net/xdp: Enable XDP_SOCKETS_DIAG as module (Closes: #1051455)
+
+  [ Ben Hutchings ]
+  * udeb: Make MPT modules optional in scsi-modules (fixes FTBFS on s390x)
+    (Closes: #1051249)
+
+  [ Salvatore Bonaccorso ]
+  * Refresh "radeon, amdgpu: Firmware is required for DRM and KMS on R600
+    onward"
+  * Set ABI to 1
+  * [rt] Update to 6.5.2-rt8
+
+  [ Emanuele Rocca ]
+  * [arm64] Add reset-rzg2l-usbphy-ctrl to usb-modules udeb in order to enable
+    USB support on Renesas RZ/G2L-SMARC boards.
+  * [arm64,armhf] drivers/hwspinlock: Enable CONFIG_HWSPINLOCK
+  * [arm64] Add support for Lenovo ThinkPad X13s: enable as modules
+    SC_DISPCC_8280XP, SC_GCC_8280XP, SC_GPUCC_8280XP, QCOM_SPMI_ADC5,
+    INTERCONNECT_QCOM_OSM_L3, INTERCONNECT_QCOM_SC8280XP, LEDS_QCOM_LPG,
+    QCOM_IPCC, QCOM_FASTRPC, NVMEM_SPMI_SDAM, PHY_QCOM_EDP, PHY_QCOM_QMP_PCIE,
+    PHY_QCOM_USB_SNPS_FEMTO_V2, PINCTRL_SC8280XP, PINCTRL_SC8280XP_LPASS_LPI,
+    PINCTRL_LPASS_LPI, POWER_RESET_QCOM_PON, BATTERY_QCOM_BATTMGR,
+    QCOM_Q6V5_ADSP, QCOM_Q6V5_PAS, QCOM_Q6V5_WCSS, QCOM_SYSMON, QCOM_LLCC,
+    QCOM_OCMEM, QCOM_PMIC_GLINK, QCOM_STATS, QCOM_APR, QCOM_ICC_BWMON,
+    SPI_QCOM_GENI, TYPEC_MUX_GPIO_SBU, QRTR_SMD, SND_SOC_WCD938X_SDW,
+    SND_SOC_LPASS_WSA_MACRO, SND_SOC_LPASS_VA_MACRO, SND_SOC_LPASS_RX_MACRO,
+    SND_SOC_LPASS_TX_MACRO, SND_SOC_QDSP6
+    (Thanks Steve Capper!)
+  * [arm64] Add Thinkpad X13s modules to udebs
+
+  [ Vincent Blut ]
+  * drivers/char/hw_random: Change HW_RANDOM from module to built-in
+    (Closes: #1041007)
+  * drivers/char/tpm: Do not explicitly set HW_RANDOM_TPM
+  * [arm64, cloud, x86] drivers/char/tpm: Do not explicitly enable TCG_TPM
+  * [arm*,ppc64*,sparc64,s390x] drivers/char/hw_random: Prevent some HW Random
+    Number Generator drivers from being built-in
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 13 Sep 2023 22:20:48 +0200
+
+linux (6.5.1-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_6.5
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.5.1
+
+  [ Diederik de Haas ]
+  * [rt] Update to 6.5-rc7-rt4
+  * [rt] Update to 6.5-rt6
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 6.5-rt5
+
+  [ Aurelien Jarno ]
+  * [riscv64] enable cpufreq support for Starfive JH7110: enable CPUFREQ_DT,
+    MFD_AXP20X_I2C and REGULATOR_AXP20X as modules, and CPUFREQ_DT_PLATDEV as
+    built-in.
+  * [armel/rpi,armhf,arm64] enable CPUFREQ_DT_PLATDEV as built-in, as it does
+    not get autoloaded as a module (Closes: #1050587)
+
+  [ Bastian Blank ]
+  * Use pytest to test some of the code.
+  * Re-add /usr/include/drm and /usr/include/scsi to linux-libc-dev; they
+    don't longer conflict with other packages. (closes: #1050368)
+  * Properly split host and build flags. (closes: #1050991)
+
+  [ Miguel Bernal Marin ]
+  * [x86] drivers/hwtracing/intel_th: Enable INTEL_TH_ACPI Intel Trace Hub
+    ACPI controller as module (Closes: #1050342)
+  * [amd64] arch/x86/ras: Enable RAS_CEC (Correctable Errors Collector)
+    (Closes: #1050940)
+
+  [ Antonio Terceiro ]
+  * [arm64] sound/pci: Enable SND_CMIPCI as a module
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 03 Sep 2023 13:04:38 +0200
+
+linux (6.5~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Salvatore Bonaccorso ]
+  * linux-image: bug: Update taint list and use upstream descriptions
+  * [rt] Refresh "serial: 8250: implement non-BKL console"
+
+  [ Miguel Bernal Marin ]
+  * [amd64] mm: Enable MEMORY_HOTPLUG_DEFAULT_ONLINE: Enable Online the newly
+    added memory blocks by default (Closes: #1049901)
+
+  [ Helge Deller ]
+  * [hppa] Add build-dependency on binutils-dev to get bfd.h and thus allow
+    disassembly of jitted programs in bpftool
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 21 Aug 2023 21:49:11 +0200
+
+linux (6.5~rc6-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Aurelien Jarno ]
+  * [riscv64] enable CONFIG_ACPI
+  * [riscv64] improve Starfive JH7110 support: enable CRYPTO_DEV_JH7110,
+    SND_SOC, SND_SOC_STARFIVE and SND_SOC_JH7110_TDM as modules
+
+  [ Stuart Hayhurst ]
+  * [x86] drivers/platform/x86/lenovo-ymc: Enable LENOVO_YMC as module
+
+  [ Diederik de Haas ]
+  * [rt] Update to 6.5-rc4-rt2
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 15 Aug 2023 13:01:14 +0200
+
+linux (6.5~rc4-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * Drop patches applied upstream:
+    - Drop "usbip: Use _FORTIFY_SOURCE=2 instead of (implicitly) =1"
+    - Drop "arm: dts: Enable device-tree overlay support for RPi devices"
+    - Drop "arm64: dts: broadcom: Enable device-tree overlay support for RPi
+      devices"
+    - Drop "m68k: Fix invalid .section syntax"
+  * Refresh patches:
+    - Adjust context in "firmware: Remove redundant log messages from drivers"
+    - Adjust filename in "ARM: dts: kirkwood: Fix SATA pinmux-ing for TS419"
+    - Adjust context in "Include package version along with kernel release in
+      stack traces"
+    - Adjust context in "efi: Lock down the kernel if booted in secure boot
+      mode"
+  * Set ABI to 0
+  * d/config: Update with the help of kconfigeditor2:
+    - [arm64,armhf] mfd: Enable MFD_RK8XX_I2C as built-in instead of MFD_RK808
+    - media: Enable VIDEO_STK1160 as module instead of VIDEO_STK1160_COMMON
+  * [rt] Update to 6.5-rc4-rt1
+
+  [ Vincent Blut ]
+  * [arm64] Improve support for Allwinner H6 and affiliated SoCs
+    (Closes: #1038986)
+    - drivers/cpufreq: Enable ARM_ALLWINNER_SUN50I_CPUFREQ_NVMEM as module
+    - drivers/iommu: Enable SUN50I_IOMMU
+    - drivers/media/rc: Enable IR_SUNXI as module
+    - drivers/phy/allwinner: Enable PHY_SUN50I_USB3 as module
+    - sound/soc/sunxi: Enable SND_SUN50I_DMIC as module
+
+ -- Ben Hutchings <benh@debian.org>  Fri, 04 Aug 2023 03:45:57 +0200
+
+linux (6.4.13-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.4.12
+    - crypto, cifs: fix error handling in extract_iter_to_sg()
+    - net: phy: at803x: Use devm_regulator_get_enable_optional()
+    - net: phy: at803x: fix the wol setting functions
+    - drm/amd/display: Update DTBCLK for DCN32
+    - drm/scheduler: set entity to NULL in drm_sched_entity_pop_job()
+    - drm/amdgpu: fix calltrace warning in amddrm_buddy_fini
+    - drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1
+    - drm/amdgpu: fix memory leak in mes self test
+    - Revert "drm/amd/display: disable SubVP + DRR to prevent underflow"
+    - [x86] ASoC: Intel: sof_sdw: add quirk for MTL RVP
+    - [x86] ASoC: Intel: sof_sdw: add quirk for LNL RVP
+    - ASoC: SOF: amd: Add pci revision id check
+    - drm/stm: ltdc: fix late dereference check
+    - [arm64] dts: qcom: ipq5332: add QFPROM node
+    - ASoC: amd: vangogh: Add check for acp config flags in vangogh platform
+    - RDMA/mana_ib: Use v2 version of cfg_rx_steer_req to enable RX coalescing
+    - ARM: dts: imx6dl: prtrvt, prtvt7, prti6q, prtwd2: fix USB related warnings
+    - [x86] ASoC: Intel: sof_sdw_rt_sdca_jack_common: test SOF_JACK_JDSRC in
+      _exit
+    - [x86] ASoC: Intel: sof_sdw: add quick for Dell SKU 0BDA
+    - [x86] ASoC: Intel: sof_sdw: Add support for Rex soundwire
+    - iopoll: Call cpu_relax() in busy loops
+    - ASoC: SOF: Intel: fix SoundWire/HDaudio mutual exclusion
+    - dma-remap: use kvmalloc_array/kvfree for larger dma memory remap
+    - dt-bindings: input: goodix: Add "goodix,no-reset-during-suspend" property
+    - HID: i2c-hid: goodix: Add support for "goodix,no-reset-during-suspend"
+      property
+    - HID: logitech-hidpp: Add USB and Bluetooth IDs for the Logitech G915 TKL
+      Keyboard
+    - [amd64] iommu/amd: Introduce Disable IRTE Caching Support
+    - drm/amdgpu: install stub fence into potential unused fence pointers
+    - drm/amd/display: Remove v_startup workaround for dcn3+
+    - drm/amd/display: Apply 60us prefetch for DCFCLK <= 300Mhz
+    - drm/amdgpu: unmap and remove csa_va properly
+    - RDMA/mlx5: Return the firmware result upon destroying QP/RQ
+    - RDMA/bnxt_re: consider timeout of destroy ah as success.
+    - drm/amd/display: Skip DPP DTO update if root clock is gated
+    - drm/amd/display: Enable dcn314 DPP RCO
+    - ASoC: SOF: core: Free the firmware trace before calling snd_sof_shutdown()
+    - [x86] HID: intel-ish-hid: ipc: Add Arrow Lake PCI device ID
+    - Revert "[PATCH] uml: export symbols added by GCC hardened"
+    - smb: client: fix warning in cifs_smb3_do_mount()
+    - cifs: fix session state check in reconnect to avoid use-after-free issue
+    - led: qcom-lpg: Fix resource leaks in for_each_available_child_of_node()
+      loops
+    - media: v4l2-mem2mem: add lock to protect parameter num_rdy
+    - media: camss: set VFE bpl_alignment to 16 for sdm845 and sm8250
+    - usb: gadget: u_serial: Avoid spinlock recursion in __gs_console_push
+    - usb: gadget: uvc: queue empty isoc requests if no video buffer is
+      available
+    - media: platform: mediatek: vpu: fix NULL ptr dereference
+    - [x86] thunderbolt: Read retimer NVM authentication status prior
+      tb_retimer_set_inbound_sbtx()
+    - xhci: get rid of XHCI_PLAT quirk that used to prevent MSI setup
+    - usb: chipidea: imx: don't request QoS for imx8ulp
+    - usb: chipidea: imx: turn off vbus comparator when suspend
+    - usb: chipidea: imx: add missing USB PHY DPDM wakeup setting
+    - gfs2: Fix possible data races in gfs2_show_options()
+    - pcmcia: rsrc_nonstatic: Fix memory leak in nonstatic_release_resource_db()
+    - [x86] thunderbolt: Add Intel Barlow Ridge PCI ID
+    - [x86] thunderbolt: Limit Intel Barlow Ridge USB3 bandwidth
+    - firewire: net: fix use after free in fwnet_finish_incoming_packet()
+    - watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub)
+    - Bluetooth: L2CAP: Fix use-after-free
+    - Bluetooth: btusb: Add MT7922 bluetooth ID for the Asus Ally
+    - ceph: try to dump the msgs when decoding fails
+    - drm/amdgpu: Fix potential fence use-after-free v2
+    - fs/ntfs3: Enhance sanity check while generating attr_list
+    - fs/ntfs3: Return error for inconsistent extended attributes
+    - fs: ntfs3: Fix possible null-pointer dereferences in mi_read()
+    - fs/ntfs3: Mark ntfs dirty when on-disk struct is corrupted
+    - fs/ntfs3: Alternative boot if primary boot is corrupted
+    - ALSA: hda/realtek: Add quirks for Unis H3C Desktop B760 & Q760
+    - ALSA: hda: fix a possible null-pointer dereference due to data race in
+      snd_hdac_regmap_sync()
+    - ALSA: hda/realtek: Add quirk for ASUS ROG GX650P
+    - ALSA: hda/realtek: Add quirk for ASUS ROG GA402X
+    - ALSA: hda/realtek: Amend G634 quirk to enable rear speakers
+    - ALSA: hda/realtek: Add quirk for ASUS ROG G614Jx
+    - ALSA: hda/realtek: Add quirk for ASUS ROG GZ301V
+    - Bluetooth: MGMT: Use correct address for memcpy()
+    - ring-buffer: Do not swap cpu_buffer during resize process
+    - btrfs: move out now unused BG from the reclaim list
+    - btrfs: fix use-after-free of new block group that became unused
+    - regulator: qcom-rpmh: Fix LDO 12 regulator for PM8550
+    - virtio-mmio: don't break lifecycle of vm_dev
+    - cifs: fix potential oops in cifs_oplock_break
+    - i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issue
+    - i2c: hisi: Only handle the interrupt of the driver's transfer
+    - i2c: tegra: Fix i2c-tegra DMA config option processing
+    - blk-cgroup: hold queue_lock when removing blkg->q_node
+    - fbdev: mmp: fix value check in mmphw_probe()
+    - media: mtk-jpeg: Set platform driver data earlier
+    - [powerpc*] rtas_flash: allow user copy to flash block cache objects
+    - smb3: display network namespace in debug information
+    - tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_mux
+    - tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32
+      platforms
+    - btrfs: fix infinite directory reads
+    - btrfs: fix incorrect splitting in btrfs_drop_extent_map_range
+    - btrfs: fix BUG_ON condition in btrfs_cancel_balance
+    - btrfs: fix replace/scrub failure with metadata_uuid
+    - btrfs: only subtract from len_to_oe_boundary when it is tracking an extent
+    - i2c: designware: Correct length byte validation logic
+    - i2c: designware: Handle invalid SMBus block data response length value
+    - [x86] cpu: Fix __x86_return_thunk symbol type
+    - [x86] cpu: Fix up srso_safe_ret() and __x86_return_thunk()
+    - [x86] objtool/x86: Fix SRSO mess
+    - [x86] alternative: Make custom return thunk unconditional
+    - [x86] cpu: Clean up SRSO return thunk mess
+    - [x86] cpu: Rename original retbleed methods
+    - [x86] cpu: Rename srso_(.*)_alias to srso_alias_\1
+    - [x86] cpu: Cleanup the untrain mess
+    - [x86] cpu/kvm: Provide UNTRAIN_RET_VM
+    - [x86] srso: Explain the untraining sequences a bit more
+    - [x86] objtool/x86: Fixup frame-pointer vs rethunk
+    - [x86] static_call: Fix __static_call_fixup()
+    - [x86] CPU/AMD: Fix the DIV(0) initial fix attempt (CVE-2023-20588)
+    - [x86] srso: Disable the mitigation on unaffected configurations
+    - [x86] retpoline,kprobes: Fix position of thunk sections with
+      CONFIG_LTO_CLANG
+    - [x86] retpoline,kprobes: Skip optprobe check for indirect jumps with
+      retpolines and IBT
+    - [x86] srso: Correct the mitigation status when SMT is disabled
+    - net: xfrm: Fix xfrm_address_filter OOB read
+    - net: af_key: fix sadb_x_filter validation
+    - net: xfrm: Amend XFRMA_SEC_CTX nla_policy structure
+    - xfrm: Silence warnings triggerable by bad packets
+    - xfrm: fix slab-use-after-free in decode_session6
+    - ip6_vti: fix slab-use-after-free in decode_session6
+    - ip_vti: fix potential slab-use-after-free in decode_session6
+    - xfrm: add NULL check in xfrm_update_ae_params (CVE-2023-3772)
+    - xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESH (CVE-2023-3773)
+    - xfrm: delete offloaded policy
+    - xfrm: don't skip free of empty state in acquire policy
+    - virtio-net: set queues after driver_ok
+    - net: pcs: Add missing put_device call in miic_create
+    - net: phy: fix IRQ-based wake-on-lan over hibernate / power off
+    - drm/panel: simple: Fix AUO G121EAN01 panel timings according to the docs
+    - [x86] drm/i915/guc/slpc: Restore efficient freq earlier
+    - net: macb: In ZynqMP resume always configure PS GTR for non-wakeup source
+    - octeon_ep: fix timeout value for waiting on mbox response
+    - octeon_ep: cancel tx_timeout_task later in remove sequence
+    - octeon_ep: cancel ctrl_mbox_task after intr_poll_task
+    - octeon_ep: cancel queued works in probe error path
+    - net: veth: Page pool creation error handling for existing pools only
+    - accel/qaic: Fix slicing memory leak
+    - accel/qaic: Clean up integer overflow checking in map_user_pages()
+    - netfilter: nf_tables: fix false-positive lockdep splat
+    - netfilter: nf_tables: deactivate catchall elements in next generation
+      (CVE-2023-4569)
+    - netfilter: nf_tables: don't fail inserts if duplicate has expired
+    - netfilter: set default timeout to 3 secs for sctp shutdown send and recv
+      state
+    - ipvs: fix racy memcpy in proc_do_sync_threshold
+    - netfilter: nf_tables: fix GC transaction races with netns and netlink
+      event exit path
+    - netfilter: nf_tables: GC transaction race with netns dismantle
+    - netfilter: nft_dynset: disallow object maps
+    - net: phy: broadcom: stub c45 read/write for 54810
+    - team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves
+    - net: openvswitch: reject negative ifindex
+    - iavf: fix FDIR rule fields masks validation
+    - i40e: fix misleading debug logs
+    - net/mlx5e: XDP, Fix fifo overrun on XDP_REDIRECT
+    - drm/nouveau/disp: fix use-after-free in error handling of
+      nouveau_connector_create
+    - net: dsa: mv88e6xxx: Wait for EEPROM done before HW reset
+    - sfc: add fallback action-set-lists for TC offload
+    - sfc: don't unregister flow_indr if it was never registered
+    - sfc: don't fail probe if MAE/TC setup fails
+    - sock: Fix misuse of sk_under_memory_pressure()
+    - net: do not allow gso_size to be set to GSO_BY_FRAGS
+    - qede: fix firmware halt over suspend and resume
+    - ice: Block switchdev mode when ADQ is active and vice versa
+    - bus: ti-sysc: Flush posted write on enable before reset
+    - [arm64] dts: qcom: qrb5165-rb5: fix thermal zone conflict
+    - [arm64] dts: rockchip: Disable HS400 for eMMC on ROCK Pi 4
+    - [arm64] dts: rockchip: Disable HS400 for eMMC on ROCK 4C+
+    - ASoC: max98363: don't return on success reading revision ID
+    - [arm64] dts: imx93: Fix anatop node size
+    - ASoC: rt5665: add missed regulator_bulk_disable
+    - ASoC: meson: axg-tdm-formatter: fix channel slot allocation
+    - ALSA: hda/realtek: Add quirks for HP G11 Laptops
+    - pinctrl: qcom: Add intr_target_width field to support increased number of
+      interrupt targets
+    - soc: aspeed: uart-routing: Use __sysfs_match_string
+    - soc: aspeed: socinfo: Add kfree for kstrdup
+    - ALSA: hda/realtek - Remodified 3k pull low procedure
+    - [riscv64] entry: set a0 = -ENOSYS only when syscall != -1
+    - [riscv64] correct riscv_insn_is_c_jr() and riscv_insn_is_c_jalr()
+    - [riscv64] uaccess: Return the number of bytes effectively not copied
+    - serial: 8250: Fix oops for port->pm on uart_change_pm()
+    - ALSA: usb-audio: Add support for Mythware XA001AU capture and playback
+      interfaces.
+    - cifs: Release folio lock on fscache read hit.
+    - smb: client: fix null auth
+    - regulator: da9063: better fix null deref with partial DT
+    - virtio-net: Zero max_tx_vq field for VIRTIO_NET_CTRL_MQ_HASH_CONFIG case
+    - [arm64] dts: rockchip: Fix Wifi/Bluetooth on ROCK Pi 4 boards
+    - [arm64] ptrace: Ensure that SME is set up for target when writing SSVE
+      state
+    - [arm64] ptrace: Ensure that the task sees ZT writes on first use
+    - blk-crypto: dynamically allocate fallback profile
+    - media: uvcvideo: Fix menu count handling for userspace XU mappings
+    - dt-bindings: pinctrl: qcom,sa8775p-tlmm: add gpio function constant
+    - mmc: f-sdh30: fix order of function calls in sdhci_f_sdh30_remove
+    - mmc: wbsd: fix double mmc_free_host() in wbsd_init()
+    - mmc: block: Fix in_flight[issue_type] value error
+    - mmc: sunplus: fix return value check of mmc_add_host()
+    - mmc: sunplus: Fix error handling in spmmc_drv_probe()
+    - drm/qxl: fix UAF on handle creation
+    - Revert "drm/edid: Fix csync detailed mode parsing"
+    - Revert "Revert "drm/amdgpu/display: change pipe policy for DCN 2.0""
+    - [x86] drm/i915/sdvo: fix panel_type initialization
+    - drm/amd: flush any delayed gfxoff on suspend entry
+    - drm/amdgpu: skip fence GFX interrupts disable/enable for S0ix
+    - drm/amdgpu/pm: fix throttle_status for other than MP1 11.0.7
+    - drm/amd/display: disable RCO for DCN314
+    - drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU v13.0.4/11
+    - drm/amdgpu: keep irq count in amdgpu_irq_disable_all
+    - Revert "perf report: Append inlines to non-DWARF callchains"
+    - [x86] ASoC: SOF: intel: hda: Clean up link DMA for IPC3 during stop
+      (Closes: #1042543)
+    - af_unix: Fix null-ptr-deref in unix_stream_sendpage().
+    - net: fix the RTO timer retransmitting skb every 1ms if linear option is
+      enabled
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.4.13
+    - NFSv4.2: fix error handling in nfs42_proc_getxattr
+    - NFSv4: fix out path in __nfs4_get_acl_uncached
+    - xprtrdma: Remap Receive buffers after a reconnect
+    - PCI: acpiphp: Reassign resources on bridge if necessary
+    - jbd2: remove t_checkpoint_io_list
+    - jbd2: remove journal_clean_one_cp_list()
+    - jbd2: fix a race when checking checkpoint buffer busy
+    - can: raw: fix receiver memory leak
+    - can: raw: fix lockdep issue in raw_release()
+    - wifi: iwlwifi: mvm: add dependency for PTP clock
+    - tracing: Fix cpu buffers unavailable due to 'record_disabled' missed
+    - tracing/synthetic: Use union instead of casts
+    - tracing/synthetic: Skip first entry for stack traces
+    - tracing/synthetic: Allocate one additional element for size
+    - tracing: Fix memleak due to race between current_tracer and trace
+    - devlink: add missing unregister linecard notification
+    - [arm64] net: dsa: felix: fix oversize frame dropping for always closed
+      tc-taprio gates
+    - sock: annotate data-races around prot->memory_pressure
+    - dccp: annotate data-races in dccp_poll()
+    - ipvlan: Fix a reference count leak warning in ipvlan_ns_exit()
+    - mlxsw: pci: Set time stamp fields also when its type is MIRROR_UTC
+    - mlxsw: reg: Fix SSPR register layout
+    - mlxsw: Fix the size of 'VIRT_ROUTER_MSB'
+    - [arm64] net: mdio: mdio-bitbang: Fix C45 read/write protocol
+    - net: bgmac: Fix return value check for fixed_phy_register()
+    - net: bcmgenet: Fix return value check for fixed_phy_register()
+    - net: validate veth and vxcan peer ifindexes
+    - ipv4: fix data-races around inet->inet_id
+    - ice: fix receive buffer size miscalculation
+    - Revert "ice: Fix ice VF reset during iavf initialization"
+    - ice: Fix NULL pointer deref during VF reset
+    - tg3: Use slab_build_skb() when needed
+    - net: ethernet: mtk_eth_soc: fix NULL pointer on hw reset
+    - can: isotp: fix support for transmission of SF without flow control
+    - igb: Avoid starting unnecessary workqueues
+    - igc: Fix the typo in the PTM Control macro
+    - net/sched: fix a qdisc modification with ambiguous command request
+    - i40e: fix potential NULL pointer dereferencing of pf->vf
+      i40e_sync_vsi_filters()
+    - netfilter: nf_tables: validate all pending tables
+    - netfilter: nf_tables: flush pending destroy work before netlink notifier
+    - netfilter: nf_tables: GC transaction race with abort path
+    - netfilter: nf_tables: use correct lock to protect gc_list
+    - netfilter: nf_tables: fix out of memory error handling
+    - netfilter: nf_tables: defer gc run if previous batch is still pending
+    - rtnetlink: Reject negative ifindexes in RTM_NEWLINK
+    - bonding: fix macvlan over alb bond support
+    - [x86] ASoC: amd: yc: Add VivoBook Pro 15 to quirks list for acp6x
+    - [x86] ASoC: cs35l41: Correct amp_gain_tlv values
+    - ibmveth: Use dcbf rather than dcbfl
+    - wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warning
+    - [x86] platform/x86: lenovo-ymc: Add Lenovo Yoga 7 14ACN6 to
+      ec_trigger_quirk_dmi_table
+    - [x86] platform/x86: ideapad-laptop: Add support for new hotkeys found on
+      ThinkBook 14s Yoga ITL
+    - NFSv4: Fix dropped lock for racing OPEN and delegation return
+    - clk: Fix slab-out-of-bounds error in devm_clk_release()
+    - mm,ima,kexec,of: use memblock_free_late from ima_free_kexec_buffer
+    - shmem: fix smaps BUG sleeping while atomic
+    - ALSA: ymfpci: Fix the missing snd_card_free() call at probe error
+    - mm: enable page walking API to lock vmas during the walk
+    - mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULT
+    - mm/gup: handle cont-PTE hugetlb pages correctly in gup_must_unshare() via
+      GUP-fast
+    - drm/vmwgfx: Fix shader stage validation
+    - drm/vmwgfx: Fix possible invalid drm gem put calls
+    - drm: Add an HPD poll helper to reschedule the poll work
+    - drm/panfrost: Skip speed binning on EOPNOTSUPP
+    - [x86] drm/i915/dgfx: Enable d3cold at s2idle
+    - drm/display/dp: Fix the DP DSC Receiver cap size
+    - [x86] drm/i915: Fix HPD polling, reenabling the output poll work as needed
+    - [x86] fpu: Invalidate FPU state correctly on exec()
+    - [x86] fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4
+      (Closes: #1050622)
+    - [x86] drm/i915/display: Handle GMD_ID identification in display code
+    - [x86] drm/i915: fix display probe for IVB Q and IVB D GT2 server
+    - cgroup/cpuset: Rename functions dealing with DEADLINE accounting
+    - sched/cpuset: Bring back cpuset_mutex
+    - sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets
+    - cgroup/cpuset: Iterate only if DEADLINE tasks are present
+    - sched/deadline: Create DL BW alloc, free & check overflow interface
+    - cgroup/cpuset: Free DL BW in case can_attach() fails
+    - mm: add a call to flush_cache_vmap() in vmap_pfn()
+    - mm: memory-failure: fix unexpected return value in soft_offline_page()
+    - mm: multi-gen LRU: don't spin during memcg release
+    - nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()
+    - NFS: Fix a use after free in nfs_direct_join_group()
+    - nfsd: Fix race to FREE_STATEID and cl_revoked
+    - selinux: set next pointer before attaching to list
+    - batman-adv: Trigger events for auto adjusted MTU
+    - batman-adv: Don't increase MTU when set by user
+    - batman-adv: Do not get eth header before batadv_check_management_packet
+    - batman-adv: Fix TT global entry leak when client roamed back
+    - batman-adv: Fix batadv_v_ogm_aggr_send memory leak
+    - batman-adv: Hold rtnl lock during MTU update via netlink
+    - ACPI: resource: Fix IRQ override quirk for PCSpecialist Elimina Pro 16 M
+    - [riscv64] Handle zicsr/zifencei issue between gcc and binutils
+    - [riscv64] Fix build errors using binutils2.37 toolchains
+    - of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lock
+    - pinctrl: amd: Mask wake bits on probe again
+    - media: vcodec: Fix potential array out-of-bounds in encoder queue_setup
+    - PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for
+      non-root bus
+    - [x86] thunderbolt: Fix Thunderbolt 3 display flickering issue on 2nd hot
+      plug onwards
+    - can: raw: add missing refcount for memory leak fix
+    - [x86] drm/i915: Fix error handling if driver creation fails during probe
+    - madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against
+      large folio for sharing check
+    - madvise:madvise_free_pte_range(): don't use mapcount() against large folio
+      for sharing check
+    - scsi: snic: Fix double free in snic_tgt_create()
+    - scsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW major version > 5
+    - scsi: core: raid_class: Remove raid_component_add()
+    - clk: Fix undefined reference to `clk_rate_exclusive_{get,put}'
+    - [x86] ASoC: SOF: ipc4-pcm: fix possible null pointer deference
+    - dma-buf/sw_sync: Avoid recursive lock during fence signal
+    - gpio: sim: dispose of irq mappings before destroying the irq_sim domain
+    - gpio: sim: pass the GPIO device's software node to irq domain
+    - [x86] ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJ
+    - maple_tree: disable mas_wr_append() when other readers are possible
+    - TIOCSTI: Document CAP_SYS_ADMIN behaviour in Kconfig
+    - netfilter: nf_tables: fix kdoc warnings after gc rework
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 4
+
+  [ Emanuele Rocca ]
+  * [arm64] Enable support for Renesas RZ/G2L-SMARC. Set ARCH_R9A07G044 for SoC
+    support and enable RESET_RZG2L_USBPHY_CTRL as module for USB2.
+    (Closes: #1049346)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 31 Aug 2023 22:24:51 +0200
+
+linux (6.4.11-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.4.5
+    - security/integrity: fix pointer to ESL data and its size on pseries
+    - HID: input: fix mapping for camera access keys
+    - [amd64] HID: amd_sfh: Rename the float32 variable
+    - [amd64] HID: amd_sfh: Fix for shift-out-of-bounds
+    - net: lan743x: Don't sleep in atomic context
+    - net: lan743x: select FIXED_PHY
+    - ksmbd: add missing compound request handing in some commands
+    - ksmbd: fix out of bounds read in smb2_sess_setup
+    - drm/panel: simple: Add connector_type for innolux_at043tn24
+    - drm: bridge: dw_hdmi: fix connector access for scdc
+    - drm/bridge: ti-sn65dsi86: Fix auxiliary bus lifetime
+    - swiotlb: always set the number of areas before allocating the pool
+    - swiotlb: reduce the number of areas to match actual memory pool size
+    - drm/panel: simple: Add Powertip PH800480T013 drm_display_mode flags
+    - xen/virtio: Fix NULL deref when a bridge of PCI root bus has no parent
+    - netfilter: nf_tables: report use refcount overflow
+    - netfilter: conntrack: don't fold port numbers into addresses before
+      hashing
+    - ice: Fix max_rate check while configuring TX rate limits
+    - ice: Fix tx queue rate limit when TCs are configured
+    - igc: Add condition for qbv_config_change_errors counter
+    - igc: Remove delay during TX ring configuration
+    - igc: Add igc_xdp_buff wrapper for xdp_buff in driver
+    - igc: Add XDP hints kfuncs for RX hash
+    - igc: Fix TX Hang issue when QBV Gate is closed
+    - net/mlx5e: fix double free in mlx5e_destroy_flow_table
+    - net/mlx5e: fix memory leak in mlx5e_fs_tt_redirect_any_create
+    - net/mlx5e: fix memory leak in mlx5e_ptp_open
+    - net/mlx5e: RX, Fix flush and close release flow of regular rq for legacy
+      rq
+    - net/mlx5: Register a unique thermal zone per device
+    - net/mlx5e: Check for NOT_READY flag state after locking
+    - net/mlx5e: TC, CT: Offload ct clear only once
+    - net/mlx5: Query hca_cap_2 only when supported
+    - net/mlx5e: RX, Fix page_pool page fragment tracking for XDP
+    - igc: set TP bit in 'supported' and 'advertising' fields of
+      ethtool_link_ksettings
+    - igc: Include the length/type field and VLAN tag in queueMaxSDU
+    - igc: Handle PPS start time programming for past time values
+    - blk-crypto: use dynamic lock class for blk_crypto_profile::lock
+    - scsi: qla2xxx: Fix error code in qla2x00_start_sp()
+    - scsi: ufs: ufs-mediatek: Add dependency for RESET_CONTROLLER
+    - bpf: Fix max stack depth check for async callbacks
+    - net: mvneta: fix txq_map in case of txq_number==1
+    - [arm64] net: dsa: felix: make vsc9959_tas_guard_bands_update() visible to
+      ocelot->ops
+    - [arm64] net: mscc: ocelot: fix oversize frame dropping for preemptible TCs
+    - gve: Set default duplex configuration to full
+    - drm/fbdev-dma: Fix documented default preferred_bpp value
+    - octeontx2-af: Promisc enable/disable through mbox
+    - octeontx2-af: Move validation of ptp pointer before its usage
+    - ionic: remove WARN_ON to prevent panic_on_warn
+    - udp6: add a missing call into udp_fail_queue_rcv_skb tracepoint
+    - net: bgmac: postpone turning IRQs off to avoid SoC hangs
+    - net: prevent skb corruption on frag list segmentation
+    - [s390x] ism: Fix locking for forwarding of IRQs and events to clients
+    - [s390x] ism: Fix and simplify add()/remove() callback handling
+    - [s390x] ism: Do not unregister clients with registered DMBs
+    - icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().
+    - udp6: fix udp6_ehashfn() typo
+    - ntb: idt: Fix error handling in idt_pci_driver_init()
+    - NTB: amd: Fix error handling in amd_ntb_pci_driver_init()
+    - ntb: intel: Fix error handling in intel_ntb_pci_driver_init()
+    - ipv6/addrconf: fix a potential refcount underflow for idev
+    - HID: hyperv: avoid struct memcpy overrun warning
+    - [x86] platform/x86: wmi: Break possible infinite loop when parsing GUID
+    - net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd"
+      enum
+    - igc: Rename qbv_enable to taprio_offload_enable
+    - igc: Do not enable taprio offload for invalid arguments
+    - igc: Handle already enabled taprio offload for basetime 0
+    - kernel/trace: Fix cleanup logic of enable_trace_eprobe
+    - fprobe: add unlock to match a succeeded ftrace_test_recursion_trylock
+    - igc: No strict mode in pure launchtime/CBS offload
+    - igc: Fix launchtime before start of cycle
+    - igc: Fix inserting of empty frame for launchtime
+    - nvme: fix the NVME_ID_NS_NVM_STS_MASK definition
+    - [riscv64] bpf: Fix inconsistent JIT image generation
+    - net: fec: remove useless fec_enet_reset_skb()
+    - net: fec: remove last_bdp from fec_enet_txq_xmit_frame()
+    - net: fec: recycle pages for transmitted XDP frames
+    - net: fec: increase the size of tx ring and update tx_wake_threshold
+    - [x86] drm/i915: Don't preserve dpll_hw_state for slave crtc in Bigjoiner
+    - [x86] drm/i915: Fix one wrong caching mode enum usage
+    - net: dsa: Removed unneeded of_node_put in felix_parse_ports_node
+    - octeontx2-pf: Add additional check for MCAM rules
+    - erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading
+      beyond EOF
+    - erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond
+      EOF
+    - erofs: fix fsdax unavailability for chunk-based regular files
+    - wifi: airo: avoid uninitialized warning in airo_get_rate()
+    - bpf: cpumap: Fix memory leak in cpu_map_update_elem
+    - xdp: use trusted arguments in XDP hints kfuncs
+    - net/sched: flower: Ensure both minimum and maximum ports are specified
+    - drm/nouveau/disp: fix HDMI on gt215+
+    - drm/nouveau/disp/g94: enable HDMI
+    - netdevsim: fix uninitialized data in nsim_dev_trap_fa_cookie_write()
+    - drm/nouveau/acr: Abort loading ACR if no firmware was found
+    - drm/nouveau: bring back blit subchannel for pre nv50 GPUs
+    - net/sched: make psched_mtu() RTNL-less safe
+    - net: txgbe: fix eeprom calculation error
+    - wifi: rtw89: debug: fix error code in rtw89_debug_priv_send_h2c_set()
+    - net/sched: sch_qfq: reintroduce lmax bound check for MTU
+    - nvme-pci: fix DMA direction of unmapping integrity data
+    - smb: client: improve DFS mount check
+    - cifs: fix session state check in smb2_find_smb_ses
+    - smb: client: fix parsing of source mount option
+    - drm/client: Send hotplug event after registering a client
+    - f2fs: don't reset unchangable mount option in f2fs_remount()
+    - f2fs: fix deadlock in i_xattr_sem and inode page lock
+    - kbuild: make modules_install copy modules.builtin(.modinfo)
+    - pinctrl: amd: Detect internal GPIO0 debounce handling
+    - pinctrl: amd: Fix mistake in handling clearing pins at startup
+    - pinctrl: amd: Detect and mask spurious interrupts
+    - pinctrl: amd: Revert "pinctrl: amd: disable and mask interrupts on probe"
+    - pinctrl: amd: Only use special debounce behavior for GPIO 0
+    - pinctrl: amd: Use amd_pinconf_set() for all config options
+    - pinctrl: amd: Drop pull up select configuration
+    - pinctrl: amd: Unify debounce handling into amd_pinconf_set()
+    - tpm: Do not remap from ACPI resources again for Pluton TPM
+    - tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation
+    - tpm: tpm_tis: Disable interrupts *only* for AEON UPX-i11
+    - tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes
+    - tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 12th gen
+      (Closes: #1042540)
+    - tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytes
+    - tpm: return false from tpm_amd_is_rng_defective on non-x86 platforms
+    - tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 13th gen
+      (Closes: #1042540)
+    - tpm,tpm_tis: Disable interrupts after 1000 unhandled IRQs
+    - tpm/tpm_tis: Disable interrupts for Lenovo L590 devices
+    - net: bcmgenet: Ensure MDIO unregistration has clocks enabled
+    - net: phy: dp83td510: fix kernel stall during netboot in DP83TD510E PHY
+      driver
+    - tracing/user_events: Fix incorrect return value for writing operation when
+      events are disabled
+    - misc: fastrpc: Create fastrpc scalar with correct buffer count
+    - [powerpc*] security: Fix Speculation_Store_Bypass reporting on Power10
+    - [powerpc*] 64s: Fix native_hpte_remove() to be irq-safe
+    - drm/amd/display: perform a bounds check before filling dirty rectangles
+    - [mips*] cpu-features: Use boot_cpu_type for CPU type based features
+    - [mips*] Loongson: Fix cpu_probe_loongson() again
+    - [mips*] Loongson: Fix build error when make modules_install
+    - [mips*] KVM: Fix NULL pointer dereference
+    - ext4: Fix reusing stale buffer heads from last failed mounting
+    - ext4: fix wrong unit use in ext4_mb_clear_bb
+    - ext4: get block from bh in ext4_free_blocks for fast commit replay
+    - ext4: fix wrong unit use in ext4_mb_new_blocks
+    - ext4: avoid updating the superblock on a r/o mount if not needed
+    - ext4: fix to check return value of freeze_bdev() in ext4_shutdown()
+    - ext4: turn quotas off if mount failed after enabling quotas
+    - ext4: only update i_reserved_data_blocks on successful block allocation
+    - fs: dlm: revert check required context while close
+    - mm/mmap: Fix error return in do_vmi_align_munmap()
+    - soc: qcom: mdt_loader: Fix unconditional call to scm_pas_mem_setup
+    - jfs: jfs_dmap: Validate db_l2nbperpage while mounting
+    - [arm64] dts: mt7986: use size of reserved partition for bl2
+    - [arm64] dts: ti: k3-j721s2: Fix wkup pinmux range
+    - hwrng: imx-rngc - fix the timeout for init and self check
+    - dm integrity: reduce vmalloc space footprint on 32-bit architectures
+    - scsi: mpi3mr: Propagate sense data for admin queue SCSI I/O
+    - [s390x] zcrypt: do not retry administrative requests
+    - PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3cold
+    - PCI: Release resource invalidated by coalescing
+    - PCI: Add function 1 DMA alias quirk for Marvell 88SE9235
+    - PCI: qcom: Disable write access to read only registers for IP v2.3.3
+    - PCI: rockchip: Assert PCI Configuration Enable bit after probe
+    - PCI: rockchip: Write PCI Device ID to correct register
+    - PCI: rockchip: Add poll and timeout to wait for PHY PLLs to be locked
+    - PCI: rockchip: Fix legacy IRQ generation for RK3399 PCIe endpoint core
+    - PCI: rockchip: Use u32 variable to access 32-bit registers
+    - PCI: rockchip: Set address alignment for endpoint mode
+    - misc: pci_endpoint_test: Free IRQs before removing the device
+    - misc: pci_endpoint_test: Re-init completion for every test
+    - mfd: pm8008: Fix module autoloading
+    - md/raid0: add discard support for the 'original' layout
+    - fs: dlm: return positive pid value for F_GETLK
+    - fs: dlm: fix cleanup pending ops when interrupted
+    - fs: dlm: interrupt posix locks only when process is killed
+    - fs: dlm: make F_SETLK use unkillable wait_event
+    - fs: dlm: fix mismatch of plock results from userspace
+    - fs: dlm: clear pending bit when queue was empty
+    - fs: dlm: fix missing pending to false
+    - scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by
+      lpfc_nlp_not_used()
+    - drm/atomic: Allow vblank-enabled + self-refresh "disable"
+    - drm/rockchip: vop: Leave vblank enabled in self-refresh
+    - drm/dp_mst: Clear MSG_RDY flag before sending new message
+    - drm/amd/display: Limit DCN32 8 channel or less parts to DPM1 for FPO
+    - drm/amd/display: Fix in secure display context creation
+    - drm/amd/display: fix seamless odm transitions
+    - drm/amd/display: edp do not add non-edid timings
+    - drm/amd/display: Remove Phantom Pipe Check When Calculating K1 and K2
+    - drm/amd/display: disable seamless boot if force_odm_combine is enabled
+    - drm/amdgpu: fix clearing mappings for BOs that are always valid in VM
+    - drm/amd: Disable PSR-SU on Parade 0803 TCON
+    - drm/amd/display: add a NULL pointer check
+    - drm/amd/display: Fix 128b132b link loss handling
+    - drm/amd/display: Correct `DMUB_FW_VERSION` macro
+    - drm/amd/display: Add monitor specific edid quirk
+    - drm/amdgpu: avoid restore process run into dead loop.
+    - drm/amd/pm: fix smu i2c data read risk
+    - drm/ttm: Don't leak a resource on eviction error
+    - drm/ttm: Don't leak a resource on swapout move error
+    - serial: atmel: don't enable IRQs prematurely
+    - tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in
+      case of error
+    - tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk()
+      when iterating clk
+    - tty: serial: imx: fix rs485 rx after tx
+    - tty: fix hang on tty device with no_room set
+    - firmware: stratix10-svc: Fix a potential resource leak in
+      svc_create_memory_pool()
+    - libceph: harden msgr2.1 frame segment length checks
+    - ceph: add a dedicated private data for netfs rreq
+    - ceph: fix blindly expanding the readahead windows
+    - ceph: don't let check_caps skip sending responses for revoke msgs
+    - nfp: clean mc addresses in application firmware when closing port
+    - [arm64] errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2
+    - xhci: Fix resume issue of some ZHAOXIN hosts
+    - xhci: Fix TRB prefetch issue of ZHAOXIN hosts
+    - xhci: Show ZHAOXIN xHCI root hub speed correctly
+    - meson saradc: fix clock divider mask length
+    - opp: Fix use-after-free in lazy_opp_tables after probe deferral
+    - soundwire: qcom: fix storing port config out-of-bounds
+    - media: uapi: Fix [GS]_ROUTING ACTIVE flag value
+    - Revert "8250: add support for ASIX devices with a FIFO bug"
+    - bus: ixp4xx: fix IXP4XX_EXP_T1_MASK
+    - [s390x] decompressor: fix misaligned symbol build error
+    - dm: verity-loadpin: Add NULL pointer check for 'bdev' parameter
+    - tracing/histograms: Add histograms to hist_vars if they have referenced
+      variables
+    - tracing: Fix memory leak of iter->temp when reading trace_pipe
+    - nvme: don't reject probe due to duplicate IDs for single-ported PCIe
+      devices
+    - [riscv64] perf: RISC-V: Remove PERF_HES_STOPPED flag checking in
+      riscv_pmu_start()
+    - regmap-irq: Fix out-of-bounds access when allocating config buffers
+    - net: ena: fix shift-out-of-bounds in exponential backoff
+    - ring-buffer: Fix deadloop issue on reading trace_pipe
+    - ftrace: Fix possible warning on checking all pages used in
+      ftrace_process_locs()
+    - drm/amd/pm: share the code around SMU13 pcie parameters update
+    - drm/amd/pm: conditionally disable pcie lane/speed switching for SMU13
+    - cifs: if deferred close is disabled then close files immediately
+    - [x86] perf/x86: Fix lockdep warning in for_each_sibling_event() on SPR
+    - PM: QoS: Restore support for default value on frequency QoS
+    - [arm64] pwm: meson: modify and simplify calculation in meson_pwm_get_state
+    - [arm64] pwm: meson: fix handling of period/duty if greater than UINT_MAX
+    - fprobe: Release rethook after the ftrace_ops is unregistered
+    - fprobe: Ensure running fprobe_exit_handler() finished before calling
+      rethook_free()
+    - tracing: Fix null pointer dereference in tracing_err_log_open()
+    - mptcp: do not rely on implicit state check in mptcp_listen()
+    - mptcp: ensure subflow is unhashed before cleaning the backlog
+    - smb: client: Fix -Wstringop-overflow issues
+    - tracing/probes: Fix to avoid double count of the string length on the
+      array
+    - tracing/probes: Fix not to count error code to total length
+    - tracing/probes: Fix to update dynamic data counter if fetcharg uses it
+    - Revert "tracing: Add "(fault)" name injection to kernel probes"
+    - tracing/probes: Fix to record 0-length data_loc in fetch_store_string*()
+      if fails
+    - tracing/user_events: Fix struct arg size match check
+    - scsi: qla2xxx: Multi-que support for TMF
+    - scsi: qla2xxx: Fix task management cmd failure
+    - scsi: qla2xxx: Fix task management cmd fail due to unavailable resource
+    - scsi: qla2xxx: Fix hang in task management
+    - scsi: qla2xxx: Wait for io return on terminate rport
+    - scsi: qla2xxx: Fix mem access after free
+    - scsi: qla2xxx: Array index may go out of bound
+    - scsi: qla2xxx: Avoid fcport pointer dereference
+    - scsi: qla2xxx: Fix buffer overrun
+    - scsi: qla2xxx: Fix potential NULL pointer dereference
+    - scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport()
+    - scsi: qla2xxx: Correct the index of array
+    - scsi: qla2xxx: Pointer may be dereferenced
+    - scsi: qla2xxx: Remove unused nvme_ls_waitq wait queue
+    - scsi: qla2xxx: Fix end of loop test
+    - net: dsa: ocelot: unlock on error in vsc9959_qos_port_tas_set()
+    - [mips*] kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabled
+    - Revert "drm/amd: Disable PSR-SU on Parade 0803 TCON"
+    - drm/atomic: Fix potential use-after-free in nonblocking commits
+    - net/ncsi: make one oem_gma function for all mfr id
+    - net/ncsi: change from ndo_set_mac_address to dev_set_mac_address
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.4.6
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.4.7
+    - io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq
+    - io_uring: Fix io_uring mmap() by using architecture-provided
+      get_unmapped_area()
+    - ALSA: hda/realtek - remove 3k pull low procedure
+    - ALSA: hda/realtek: Add quirk for Clevo NS70AU
+    - ALSA: hda/realtek: Enable Mute LED on HP Laptop 15s-eq2xxx
+    - maple_tree: set the node limit when creating a new root node
+    - mm/mlock: fix vma iterator conversion of apply_vma_lock_flags()
+    - maple_tree: fix node allocation testing on 32 bit
+    - keys: Fix linking a duplicate key to a keyring's assoc_array
+    - prctl: move PR_GET_AUXV out of PR_MCE_KILL
+    - perf probe: Add test for regression introduced by switch to
+      die_get_decl_file()
+    - perf probe: Read DWARF files from the correct CU
+    - btrfs: fix iput() on error pointer after error during orphan cleanup
+    - btrfs: fix warning when putting transaction with qgroups enabled after
+      abort
+    - fuse: revalidate: don't invalidate if interrupted
+    - fuse: add feature flag for expire-only
+    - fuse: Apply flags2 only when userspace set the FUSE_INIT_EXT
+    - btrfs: raid56: always verify the P/Q contents for scrub
+    - btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expand
+    - btrfs: fix double iput() on inode after an error during orphan cleanup
+    - btrfs: zoned: fix memory leak after finding block group with super blocks
+    - fuse: ioctl: translate ENOSYS in outarg
+    - btrfs: fix race between balance and cancel/pause
+    - regmap: Drop initial version of maximum transfer length fixes
+    - [s390x] zcrypt: fix reply buffer calculations for CCA replies
+    - of: Preserve "of-display" device name for compatibility
+    - regmap: Account for register length in SMBus I/O limits
+    - [ia64] mmap: Consider pgoff when searching for free mapping
+    - [arm64] fpsimd: Ensure SME storage is allocated after SVE VL changes
+    - can: mcp251xfd: __mcp251xfd_chip_set_mode(): increase poll timeout
+    - can: bcm: Fix UAF in bcm_proc_show()
+    - can: gs_usb: gs_can_open(): improve error handling
+    - can: gs_usb: fix time stamp counter initialization
+    - Revert "r8169: disable ASPM during NAPI poll"
+    - dma-buf/dma-resv: Stop leaking on krealloc() failure
+    - drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancel
+    - drm/amdgpu/pm: make gfxclock consistent for sienna cichlid
+    - drm/amdgpu/pm: make mclk consistent for smu 13.0.7
+    - drm/nouveau/disp: PIOR DP uses GPIO for HPD, not PMGR AUX interrupts
+    - drm/nouveau/kms/nv50-: init hpd_irq_lock for PIOR DP
+    - drm/nouveau/i2c: fix number of aux event slots
+    - drm/client: Fix memory leak in drm_client_target_cloned
+    - drm/client: Fix memory leak in drm_client_modeset_probe
+    - drm/amd/display: only accept async flips for fast updates
+    - drm/amd/display: Disable MPC split by default on special asic
+    - drm/amd/display: check TG is non-null before checking if enabled
+    - drm/amd/display: Keep PHY active for DP displays on DCN31
+    - [arm64] ASoC: fsl_sai: Disable bit clock with transmitter
+    - [arm64] ASoC: fsl_sai: Revert "ASoC: fsl_sai: Enable MCTL_MCLK_EN bit for
+      master mode"
+    - ASoC: rt5640: Fix sleep in atomic context
+    - ASoC: cs42l51: fix driver to properly autoload with automatic module
+      loading
+    - ASoC: codecs: wcd938x: fix missing clsh ctrl error handling
+    - ASoC: cs35l45: Select REGMAP_IRQ
+    - ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component remove
+    - ASoC: qdsp6: audioreach: fix topology probe deferral
+    - ASoC: tegra: Fix AMX byte map
+    - ASoC: codecs: wcd938x: fix resource leaks on component remove
+    - ASoC: codecs: wcd938x: fix missing mbhc init error handling
+    - ASoC: codecs: wcd934x: fix resource leaks on component remove
+    - ASoC: codecs: wcd938x: fix codec initialisation race
+    - ASoC: codecs: wcd938x: fix soundwire initialisation race
+    - [arm64] KVM: arm64: timers: Use CNTHCTL_EL2 when setting non-CNTKCTL_EL1
+      bits
+    - [arm64] KVM: arm64: Correctly handle page aging notifiers for unaligned
+      memslot
+    - [arm64] KVM: arm64: Disable preemption in kvm_arch_hardware_enable()
+    - [arm64] KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t
+      preemption
+    - ext4: correct inline offset when handling xattrs in inode body
+    - drm/radeon: Fix integer overflow in radeon_cs_parser_init
+    - ALSA: emu10k1: roll up loops in DSP setup code for Audigy
+    - quota: Properly disable quotas when add_dquot_ref() fails
+    - quota: fix warning in dqgrab()
+    - HID: add quirk for 03f0:464a HP Elite Presenter Mouse
+    - ovl: check type and offset of struct vfsmount in ovl_entry
+    - udf: Fix uninitialized array access for some pathnames
+    - ALSA: hda/realtek: Add quirks for ROG ALLY CS35l41 audio
+    - fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev
+    - [mips*] dec: prom: Address -Warray-bounds warning
+    - FS: JFS: Fix null-ptr-deref Read in txBegin
+    - FS: JFS: Check for read-only mounted filesystem in txBegin
+    - md: fix data corruption for raid456 when reshape restart while grow up
+    - md/raid10: prevent soft lockup while flush writes
+    - scsi: sg: fix blktrace debugfs entries leakage
+    - blk-mq: fix NULL dereference on q->elevator in blk_mq_elv_switch_none
+    - posix-timers: Ensure timer ID search-loop limit is valid
+    - btrfs: add xxhash to fast checksum implementations
+    - btrfs: don't check PageError in __extent_writepage
+    - btrfs: abort transaction at update_ref_for_cow() when ref count is zero
+    - erofs: Fix detection of atomic context
+    - [x86] ACPI: x86: Add skip i2c clients quirk for Nextbook Ares 8A
+    - ACPI: button: Add lid disable DMI quirk for Nextbook Ares 8A
+    - [x86] ACPI: x86: Add ACPI_QUIRK_UART1_SKIP for Lenovo Yoga Book yb1-x90f/l
+    - ACPI: video: Add backlight=native DMI quirk for Apple iMac11,3
+    - ACPI: video: Add backlight=native DMI quirk for Lenovo ThinkPad X131e
+      (3371 AMD version)
+    - ACPI: resource: Remove "Zen" specific match and quirks
+    - [arm64] set __exception_irq_entry with __irq_entry as a default
+    - [arm64] mm: fix VA-range sanity check
+    - ACPI: video: Add backlight=native DMI quirk for Dell Studio 1569
+    - rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()
+    - rcu: Mark additional concurrent load from ->cpu_no_qs.b.exp
+    - tools/nolibc: ensure stack protector guard is never zero
+    - sched/fair: Don't balance task to its current running CPU
+    - wifi: ath11k: fix registration of 6Ghz-only phy without the full channel
+      range
+    - bpf: Print a warning only if writing to unprivileged_bpf_disabled.
+    - bpf: Address KCSAN report on bpf_lru_list
+    - spi: cadence-quadspi: Add compatible for AMD Pensando Elba SoC
+    - bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl log
+    - bpf: tcp: Avoid taking fast sock lock in iterator
+    - wifi: rtw88: sdio: Check the HISR RX_REQUEST bit in rtw_sdio_rx_isr()
+    - bpf: Silence a warning in btf_type_id_size()
+    - devlink: make health report on unregistered instance warn just once
+    - wifi: ath11k: add support default regdb while searching board-2.bin for
+      WCN6855
+    - wifi: mac80211_hwsim: Fix possible NULL dereference
+    - spi: dw: Add compatible for Intel Mount Evans SoC
+    - wifi: ath12k: Avoid NULL pointer access during management transmit cleanup
+    - wifi: ath11k: fix memory leak in WMI firmware stats
+    - wifi: iwlwifi: mvm: fix potential array out of bounds access
+    - net: ethernet: litex: add support for 64 bit stats
+    - devlink: report devlink_port_type_warn source device
+    - wifi: iwlwifi: mvm: Add NULL check before dereferencing the pointer
+    - wifi: wext-core: Fix -Wstringop-overflow warning in
+      ioctl_standard_iw_point()
+    - wifi: iwlwifi: Add support for new PCI Id
+    - wifi: iwlwifi: mvm: avoid baid size integer overflow
+    - wifi: iwlwifi: pcie: add device id 51F1 for killer 1675
+    - igb: Fix igb_down hung on surprise removal
+    - [arm64] net: hns3: fix strncpy() not using dest-buf length as length issue
+    - ASoC: codecs: wcd938x: fix mbhc impedance loglevel
+    - ASoC: codecs: wcd938x: fix dB range for HPHL and HPHR
+    - ASoC: qcom: q6apm: do not close GPR port before closing graph
+    - iov_iter: Mark copy_iovec_from_user() noclone
+    - sched/fair: Use recent_used_cpu to test p->cpus_ptr
+    - sched/psi: use kernfs polling functions for PSI trigger polling
+    - spi: bcm63xx: fix max prepend length
+    - fbdev: imxfb: warn about invalid left/right margin
+    - fbdev: imxfb: Removed unneeded release_mem_region
+    - perf build: Fix library not found error when using CSLIBS
+    - btrfs: be a bit more careful when setting mirror_num_ret in
+      btrfs_map_block
+    - spi: s3c64xx: clear loopback bit after loopback test
+    - kallsyms: strip LTO-only suffixes from promoted global functions
+    - smb: client: fix missed ses refcounting
+    - [arm64] Fix HFGxTR_EL2 field naming
+    - [arm64] dsa: mv88e6xxx: Do a final check before timing out
+    - net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()/cpsw_ale_set_field()
+    - bridge: Add extack warning when enabling STP in netns.
+    - net: ethernet: mtk_eth_soc: handle probe deferral
+    - gso: fix dodgy bit handling for GSO_UDP_L4
+    - [amd64] iommu/sva: Fix signedness bug in iommu_sva_alloc_pasid()
+    - cifs: fix mid leak during reconnection after timeout threshold
+    - ice: Unregister netdev and devlink_port only once
+    - ice: prevent NULL pointer deref during reload
+    - ASoC: SOF: ipc3-dtrace: uninitialized data in
+      dfsentry_trace_filter_write()
+    - regulator: da9063: fix null pointer deref with partial DT config
+    - net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after
+      mall_set_parms
+    - net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knode
+    - net: sched: cls_u32: Undo refcount decrement in case update failed
+    - net: sched: cls_bpf: Undo tcf_bind_filter in case of an error
+    - net: dsa: microchip: correct KSZ8795 static MAC table access
+    - r8169: fix ASPM-related problem for chip version 42 and 43
+    - [x86] drm/i915/perf: add sentinel to xehp_oa_b_counters
+    - iavf: Fix use-after-free in free_netdev
+    - iavf: Fix out-of-bounds when setting channels on remove
+    - iavf: use internal state to free traffic IRQs
+    - iavf: make functions static where possible
+    - iavf: Wait for reset in callbacks which trigger it
+    - iavf: fix a deadlock caused by rtnl and driver's lock circular
+      dependencies
+    - iavf: fix reset task race with iavf_remove()
+    - security: keys: Modify mismatched function name
+    - vrf: Fix lockdep splat in output path
+    - octeontx2-pf: Dont allocate BPIDs for LBK interfaces
+    - bpf: Fix subprog idx logic in check_max_stack_depth
+    - bpf: Repeat check_max_stack_depth for async callbacks
+    - bpf, arm64: Fix BTI type used for freplace attached functions
+    - igc: Avoid transmit queue timeout for XDP
+    - igc: Prevent garbled TX queue with XDP ZEROCOPY
+    - net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV
+    - tcp: annotate data-races around tcp_rsk(req)->txhash
+    - tcp: annotate data-races around tcp_rsk(req)->ts_recent
+    - net: ipv4: Use kfree_sensitive instead of kfree
+    - net:ipv6: check return value of pskb_trim()
+    - Revert "tcp: avoid the lookup process failing to get sk in ehash table"
+    - net: ethernet: mtk_eth_soc: always mtk_get_ib1_pkt_type
+    - fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probe
+    - llc: Don't drop packet from non-root netns.
+    - ALSA: hda/realtek: Fix generic fixup definition for cs35l41 amp
+    - netfilter: nf_tables: fix spurious set element insertion failure
+    - netfilter: nf_tables: can't schedule in nft_chain_validate
+    - netfilter: nft_set_pipapo: fix improper element removal (CVE-2023-4004)
+    - netfilter: nf_tables: skip bound chain in netns release path
+    - netfilter: nf_tables: skip bound chain on rule flush
+    - Bluetooth: use RCU for hci_conn_params and iterate safely in hci_sync
+    - Bluetooth: hci_event: call disconnect callback before deleting conn
+    - Bluetooth: ISO: fix iso_conn related locking and validity issues
+    - Bluetooth: hci_sync: Avoid use-after-free in dbg for
+      hci_remove_adv_monitor()
+    - Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no link
+    - Bluetooth: SCO: fix sco_conn related locking and validity issues
+    - Bluetooth: btusb: Fix bluetooth on Intel Macbook 2014
+    - tcp: annotate data-races around tp->tcp_tx_delay
+    - tcp: annotate data-races around tp->tsoffset
+    - tcp: annotate data-races around tp->keepalive_time
+    - tcp: annotate data-races around tp->keepalive_intvl
+    - tcp: annotate data-races around tp->keepalive_probes
+    - tcp: annotate data-races around icsk->icsk_syn_retries
+    - tcp: annotate data-races around tp->linger2
+    - tcp: annotate data-races around rskq_defer_accept
+    - tcp: annotate data-races around tp->notsent_lowat
+    - tcp: annotate data-races around icsk->icsk_user_timeout
+    - tcp: annotate data-races around fastopenq.max_qlen
+    - net: phy: prevent stale pointer dereference in phy_init()
+    - jbd2: recheck chechpointing non-dirty buffer
+    - tracing/histograms: Return an error if we fail to add histogram to
+      hist_vars list
+    - drm/ttm: fix bulk_move corruption when adding a entry
+    - spi: dw: Remove misleading comment for Mount Evans SoC
+    - scsi/sg: don't grab scsi host module reference
+    - scsi: sg: Fix checking return value of blk_get_queue()
+    - drm/amd/display: Clean up errors & warnings in amdgpu_dm.c
+    - drm/amd/display: Add polling method to handle MST reply packet
+    - Revert "drm/amd/display: edp do not add non-edid timings"
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.4.8
+    - [x86] platform/x86/amd/pmf: Notify OS power slider update
+    - [x86] platform/x86/amd/pmf: reduce verbosity of apmf_get_system_params
+    - drm/amd: Move helper for dynamic speed switch check out of smu13
+    - drm/amd: Align SMU11 SMU_MSG_OverridePcieParameters implementation with
+      SMU13
+    - r8169: revert 2ab19de62d67 ("r8169: remove ASPM restrictions now that ASPM
+      is disabled during NAPI poll")
+    - jbd2: Fix wrongly judgement for buffer head removing while doing
+      checkpoint
+    - [arm64] KVM: arm64: Handle kvm_arm_init failure correctly in finalize_pkvm
+    - blk-mq: Fix stall due to recursive flush plug
+    - [powerpc*] pseries/vas: Hold mmap_mutex after mmap lock during window
+      close
+    - [s390x] KVM: s390: pv: simplify shutdown and fix race
+    - [s390x] KVM: s390: pv: fix index value of replaced ASCE
+    - [s390x] mm: fix per vma lock fault handling
+    - io_uring: don't audit the capability check in io_uring_create()
+    - gpio: tps68470: Make tps68470_gpio_output() always set the initial value
+    - gpio: mvebu: Make use of devm_pwmchip_add
+    - gpio: mvebu: fix irq domain leak
+    - regmap: Disable locking for RBTREE and MAPLE unit tests
+    - btrfs: factor out a btrfs_verify_page helper
+    - btrfs: fix fsverify read error handling in end_page_read
+    - btrfs: fix race between quota disable and relocation
+    - i2c: Delete error messages for failed memory allocations
+    - i2c: Improve size determinations
+    - i2c: nomadik: Remove unnecessary goto label
+    - i2c: nomadik: Use devm_clk_get_enabled()
+    - i2c: nomadik: Remove a useless call in the remove function
+    - PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link()
+    - PCI/ASPM: Factor out pcie_wait_for_retrain()
+    - PCI/ASPM: Avoid link retraining race
+    - PCI: rockchip: Remove writes to unused registers
+    - PCI: rockchip: Fix window mapping and address translation for endpoint
+    - PCI: rockchip: Don't advertise MSI-X in PCIe capabilities
+    - drm/amd/display: Convert Delaying Aux-I Disable To Monitor Patch
+    - drm/amd/display: Keep disable aux-i delay as 0
+    - drm/amd/display: add pixel rate based CRB allocation support
+    - drm/amd/display: fix dcn315 single stream crb allocation
+    - drm/amd/display: Update correct DCN314 register header
+    - drm/amd/display: Set minimum requirement for using PSR-SU on Rembrandt
+    - drm/amd/display: Set minimum requirement for using PSR-SU on Phoenix
+    - drm/ttm: never consider pinned BOs for eviction&swap
+    - maple_tree: add __init and __exit to test module
+    - maple_tree: fix 32 bit mas_next testing
+    - drm/amd/display: Add FAMS validation before trying to use it
+    - drm/amd/display: update extended blank for dcn314 onwards
+    - drm/amd/display: Fix possible underflow for displays with large vblank
+    - drm/amd/display: Prevent vtotal from being set to 0
+    - ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocated
+    - ext4: mballoc: Remove useless setting of ac_criteria
+    - ext4: fix rbtree traversal bug in ext4_mb_use_preallocated
+    - phy: phy-mtk-dp: Fix an error code in probe()
+    - phy: mediatek: hdmi: mt8195: fix prediv bad upper limit test
+    - phy: qcom-snps-femto-v2: keep cfg_ahb_clk enabled during runtime suspend
+    - phy: qcom-snps-femto-v2: properly enable ref clock
+    - soundwire: qcom: update status correctly with mask
+    - soundwire: amd: Fix a check for errors in probe()
+    - media: tc358746: Address compiler warnings
+    - media: staging: atomisp: select V4L2_FWNODE
+    - media: amphion: Fix firmware path to match linux-firmware
+    - media: mtk-jpeg: move data/code inside CONFIG_OF blocks
+    - media: mtk_jpeg_core: avoid unused-variable warning
+    - i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()
+    - iavf: fix potential deadlock on allocation failure
+    - iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILED
+    - net: phy: marvell10g: fix 88x3310 power up
+    - [arm64] net: hns3: fix the imp capability bit cannot exceed 32 bits issue
+    - [arm64] net: hns3: fix wrong tc bandwidth weight data issue
+    - [arm64] net: hns3: fix wrong bw weight of disabled tc issue
+    - vxlan: calculate correct header length for GPE
+    - vxlan: generalize vxlan_parse_gpe_hdr and remove unused args
+    - vxlan: fix GRO with VXLAN-GPE
+    - phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe()
+    - atheros: fix return value check in atl1_tso()
+    - ethernet: atheros: fix return value check in atl1e_tso_csum()
+    - ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new
+      temporary address
+    - net: fec: avoid tx queue timeout when XDP is enabled
+    - tcp: Reduce chance of collisions in inet6_hashfn(). (CVE-2023-1206)
+    - ice: Fix memory management in ice_ethtool_fdir.c
+    - bonding: reset bond's flags when down link is P2P device
+    - team: reset team's flags when down link is P2P device
+    - octeontx2-af: Fix hash extraction enable configuration
+    - net: stmmac: Apply redundant write work around on 4.xx too
+    - [x86] platform/x86: msi-laptop: Fix rfkill out-of-sync on MSI Wind U100
+    - [x86] traps: Fix load_unaligned_zeropad() handling for shared TDX memory
+    - macvlan: add forgotten nla_policy for IFLA_MACVLAN_BC_CUTOFF
+    - igc: Fix Kernel Panic during ndo_tx_timeout callback
+    - netfilter: nft_set_rbtree: fix overlap expiration walk
+    - netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERROR
+    - netfilter: nf_tables: disallow rule addition to bound chain via
+      NFTA_RULE_CHAIN_ID (CVE-2023-4147)
+    - mm: suppress mm fault logging if fatal signal already pending
+    - tools: ynl-gen: fix enum index in _decode_enum(..)
+    - net: fec: tx processing does not call XDP APIs if budget is 0
+    - net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64
+    - benet: fix return value check in be_lancer_xmit_workarounds()
+    - tipc: check return value of pskb_trim()
+    - tipc: stop tipc crypto on failure in tipc_node_create
+    - fs/9p: Fix a datatype used with V9FS_DIRECT_IO
+    - RDMA/mlx4: Make check for invalid flags stricter
+    - [arm64] drm/msm/mdss: correct UBWC programming for SM8550
+    - [arm64] drm/msm/dpu: add missing flush and fetch bits for DMA4/DMA5 planes
+    - [arm64] drm/msm/dpu: drop enum dpu_core_perf_data_bus_id
+    - [arm64] drm/msm/dsi: Drop unused regulators from QCM2290 14nm DSI PHY
+      config
+    - [arm64] drm/msm/adreno: Fix snapshot BINDLESS_DATA size
+    - RDMA/irdma: Add missing read barriers
+    - RDMA/irdma: Fix data race on CQP completion stats
+    - RDMA/irdma: Fix data race on CQP request done
+    - RDMA/core: Update CMA destination address on rdma_resolve_addr
+    - RDMA/mthca: Fix crash when polling CQ for shared QPs
+    - RDMA/bnxt_re: Prevent handling any completions after qp destroy
+    - RDMA/bnxt_re: Enhance the existing functions that wait for FW responses
+    - RDMA/bnxt_re: Avoid the command wait if firmware is inactive
+    - RDMA/bnxt_re: use shadow qd while posting non blocking rcfw command
+    - RDMA/bnxt_re: Simplify the function that sends the FW commands
+    - RDMA/bnxt_re: add helper function __poll_for_resp
+    - RDMA/bnxt_re: Fix hang during driver unload
+    - [arm64] drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in a5xx_submit_in_rb()
+    - [arm64] drm/msm: Fix hw_fence error path cleanup
+    - cxl/acpi: Fix a use-after-free in cxl_parse_cfmws()
+    - cxl/acpi: Return 'rc' instead of '0' in cxl_parse_cfmws()
+    - [arm64] ASoC: fsl_spdif: Silence output on stop
+    - block: Fix a source code comment in include/uapi/linux/blkzoned.h
+    - smb3: do not set NTLMSSP_VERSION flag for negotiate not auth request
+    - [x86] drm/i915: Fix an error handling path in igt_write_huge()
+    - xenbus: check xen_domain in xenbus_probe_initcall
+    - dm raid: fix missing reconfig_mutex unlock in raid_ctr() error paths
+    - dm raid: clean up four equivalent goto tags in raid_ctr()
+    - dm raid: protect md_stop() with 'reconfig_mutex'
+    - drm/amd: Fix an error handling mistake in psp_sw_init()
+    - drm/amd/display: Unlock on error path in
+      dm_handle_mst_sideband_msg_ready_event()
+    - RDMA/irdma: Fix op_type reporting in CQEs
+    - RDMA/irdma: Report correct WC error
+    - [arm64] drm/msm: Disallow submit with fence id 0
+    - ublk: fail to start device if queue setup is interrupted
+    - ublk: fail to recover device if queue setup is interrupted
+    - ublk: return -EINTR if breaking from waiting for existed users in DEL_DEV
+    - iommufd: IOMMUFD_DESTROY should not increase the refcount
+    - tmpfs: fix Documentation of noswap and huge mount options
+    - ata: pata_ns87415: mark ns87560_tf_read static
+    - ring-buffer: Fix wrong stat of cpu_buffer->read
+    - tracing: Fix warning in trace_buffered_event_disable()
+    - Revert "usb: gadget: tegra-xudc: Fix error check in
+      tegra_xudc_powerdomain_init()"
+    - usb: gadget: call usb_gadget_check_config() to verify UDC capability
+    - USB: gadget: Fix the memory leak in raw_gadget driver
+    - usb: gadget: core: remove unbalanced mutex_unlock in usb_gadget_activate
+    - KVM: Grab a reference to KVM for VM and vCPU stats file descriptors
+    - [x86] KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guest
+    - [x86] KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid
+    - serial: qcom-geni: drop bogus runtime pm state update
+    - tty: serial: sh-sci: Fix sleeping in atomic context
+    - serial: 8250_dw: Preserve original value of DLF register
+    - USB: serial: option: support Quectel EM060K_128
+    - USB: serial: option: add Quectel EC200A module support
+    - USB: serial: simple: add Kaufmann RKS+CAN VCP
+    - USB: serial: simple: sort driver entries
+    - can: gs_usb: gs_can_close(): add missing set of CAN state to
+      CAN_STATE_STOPPED
+    - TIOCSTI: always enable for CAP_SYS_ADMIN (Closes: #1039092)
+    - usb: typec: Set port->pd before adding device for typec_port
+    - usb: typec: Iterate pds array when showing the pd list
+    - usb: typec: Use sysfs_emit_at when concatenating the string
+    - Revert "usb: dwc3: core: Enable AutoRetry feature in the controller"
+    - usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phy
+    - usb: dwc3: don't reset device side if dwc3 was configured as host-only
+    - usb: misc: ehset: fix wrong if condition
+    - usb: ohci-at91: Fix the unhandle interrupt when resume
+    - USB: quirks: add quirk for Focusrite Scarlett
+    - usb: cdns3: fix incorrect calculation of ep_buf_size when more than one
+      config
+    - usb: xhci-mtk: set the dma max_seg_size
+    - Revert "usb: xhci: tegra: Fix error check"
+    - Documentation: security-bugs.rst: update preferences when dealing with the
+      linux-distros group
+    - Documentation: security-bugs.rst: clarify CVE handling
+    - staging: r8712: Fix memory leak in _r8712_init_xmit_priv()
+    - staging: ks7010: potential buffer overflow in ks_wlan_set_encode_ext()
+    - tty: n_gsm: fix UAF in gsm_cleanup_mux
+    - Revert "xhci: add quirk for host controllers that don't update endpoint
+      DCS"
+    - ALSA: hda/realtek: Support ASUS G713PV laptop
+    - ALSA: hda/relatek: Enable Mute LED on HP 250 G8
+    - hwmon: (k10temp) Enable AMD3255 Proc to show negative temperature
+    - hwmon: (nct7802) Fix for temp6 (PECI1) processed even if PECI1 disabled
+    - hwmon: (aquacomputer_d5next) Fix incorrect PWM value readout
+    - hwmon: (pmbus_core) Fix pmbus_is_enabled()
+    - hwmon: (pmbus_core) Fix NULL pointer dereference
+    - hwmon: (pmbus_core) Fix Deadlock in pmbus_regulator_get_status
+    - btrfs: zoned: do not enable async discard
+    - btrfs: account block group tree when calculating global reserve size
+    - btrfs: check if the transaction was aborted at btrfs_wait_for_commit()
+    - btrfs: check for commit error at btrfs_attach_transaction_barrier()
+    - [x86] MCE/AMD: Decrement threshold_bank refcount when removing threshold
+      blocks
+    - [x86] cpu: Enable STIBP on AMD if Automatic IBRS is enabled
+    - file: always lock position for FMODE_ATOMIC_POS
+    - nfsd: Remove incorrect check in nfsd4_validate_stateid
+    - ksmbd: check if a mount point is crossed during path lookup
+    - ACPI/IORT: Remove erroneous id_count check in iort_node_get_rmr_info()
+    - tpm_tis: Explicitly check for error code
+    - irq-bcm6345-l1: Do not assume a fixed block to cpu mapping
+    - irqchip/gic-v4.1: Properly lock VPEs when doing a directLPI invalidation
+    - locking/rtmutex: Fix task->pi_waiters integrity
+    - proc/vmcore: fix signedness bug in read_from_oldmem()
+    - xen: speed up grant-table reclaim
+    - virtio-net: fix race between set queues and probe
+    - net: ipa: only reset hashed tables when supported
+    - net: dsa: qca8k: enable use_single_write for qca8xxx
+    - net: dsa: qca8k: fix search_and_insert wrong handling of new rule
+    - net: dsa: qca8k: fix broken search_and_del
+    - net: dsa: qca8k: fix mdb add/del case with 0 VID
+    - iommufd: Set end correctly when doing batch carry
+    - soundwire: fix enumeration completion
+    - Revert "um: Use swap() to make code cleaner"
+    - 9p: fix ignored return value in v9fs_dir_release
+    - fs/9p: remove unnecessary and overrestrictive check
+    - fs/9p: fix typo in comparison logic for cache mode
+    - fs/9p: fix type mismatch in file cache mode helper
+    - fs/9p: remove unnecessary invalidate_inode_pages2
+    - [s390x] dasd: fix hanging device after quiesce/resume
+    - [s390x] dasd: print copy pair message only for the correct error
+    - mptcp: more accurate NL event generation
+    - ASoC: wm8904: Fill the cache for WM8904_ADC_TEST_0 register
+    - [arm64] sme: Set new vector length before reallocating
+    - PM: sleep: wakeirq: fix wake irq arming
+    - thermal: of: fix double-free on unregistration
+    - ceph: never send metrics if disable_send_metrics is set
+    - [x86] drm/i915/dpt: Use shmem for dpt objects
+    - dm cache policy smq: ensure IO doesn't prevent cleaner policy progress
+    - rbd: make get_lock_owner_info() return a single locker or NULL
+    - rbd: harden get_lock_owner_info() a bit
+    - rbd: retrieve and check lock owner twice before blocklisting
+    - mm: lock VMA in dup_anon_vma() before setting ->anon_vma
+    - mm: fix memory ordering for mm_lock_seq and vm_lock_seq
+    - mm/memory-failure: fix hardware poison check in unpoison_memory()
+    - mm/mempolicy: Take VMA lock before replacing policy
+    - dma-buf: keep the signaling time of merged fences v3
+    - dma-buf: fix an error pointer vs NULL bug
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.4.9
+    - xen/netback: Fix buffer overrun triggered by unusual packet
+      (CVE-2023-34319)
+    - [x86] fix backwards merge of GDS/SRSO bit
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.4.10
+    - mm: lock_vma_under_rcu() must check vma->anon_vma under vma lock
+    - [arm64] iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982
+    - [arm64] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
+    - [arm64] iommu/arm-smmu-v3: Add explicit feature for nesting
+    - [arm64] iommu/arm-smmu-v3: Document nesting-related errata
+    - [arm64] dts: imx8mm-venice-gw7903: disable disp_blk_ctrl
+    - [arm64] dts: imx8mm-venice-gw7904: disable disp_blk_ctrl
+    - [arm64] dts: phycore-imx8mm: Label typo-fix of VPU
+    - [arm64] dts: phycore-imx8mm: Correction in gpio-line-names
+    - [arm64] dts: imx8mn-var-som: add missing pull-up for onboard PHY reset
+      pinmux
+    - [arm64] dts: freescale: Fix VPU G2 clock
+    - [arm64] firmware: smccc: Fix use of uninitialised results structure
+    - lib/bitmap: workaround const_eval test build failure
+    - [arm64] soc: imx: imx8mp-blk-ctrl: register HSIO PLL clock as
+      bus_power_dev child
+    - [arm64] firmware: arm_scmi: Fix chan_free cleanup on SMC
+    - word-at-a-time: use the same return type for has_zero regardless of
+      endianness
+    - [s390x] vmem: split pages when debug pagealloc is enabled
+    - [s390x] KVM: s390: fix sthyi error handling
+    - erofs: fix wrong primary bvec selection on deduplicated extents
+    - [arm64] perf pmu arm64: Fix reading the PMU cpu slots in sysfs
+    - wifi: cfg80211: Fix return value in scan logic
+    - net/mlx5e: fix double free in macsec_fs_tx_create_crypto_table_groups
+    - net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctx
+    - net/mlx5: fix potential memory leak in mlx5e_init_rep_rx
+    - net/mlx5e: fix return value check in mlx5e_ipsec_remove_trailer()
+    - net/mlx5: Honor user input for migratable port fn attr
+    - net/mlx5e: Don't hold encap tbl lock if there is no encap action
+    - net/mlx5e: Fix crash moving to switchdev mode when ntuple offload is set
+    - net/mlx5e: Move representor neigh cleanup to profile cleanup_tx
+    - net/mlx5e: xsk: Fix invalid buffer access for legacy rq
+    - net/mlx5e: xsk: Fix crash on regular rq reactivation
+    - net/mlx5e: kTLS, Fix protection domain in use syndrome when devlink reload
+    - net/mlx5: fs_chains: Fix ft prio if ignore_flow_level is not supported
+    - net/mlx5: Unregister devlink params in case interface is down
+    - bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing
+    - rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length
+    - net: sched: cls_u32: Fix match key mis-addressing
+    - mISDN: hfcpci: Fix potential deadlock on &hc->lock
+    - net: stmmac: tegra: Properly allocate clock bulk data
+    - qed: Fix scheduling in a tasklet while getting stats
+    - net: move gso declarations and functions to their own files
+    - net: gro: fix misuse of CB in udp socket lookup
+    - net: annotate data-races around sk->sk_reserved_mem
+    - net: annotate data-race around sk->sk_txrehash
+    - net: annotate data-races around sk->sk_max_pacing_rate
+    - net: add missing READ_ONCE(sk->sk_rcvlowat) annotation
+    - net: add missing READ_ONCE(sk->sk_sndbuf) annotation
+    - net: add missing READ_ONCE(sk->sk_rcvbuf) annotation
+    - net: annotate data-races around sk->sk_mark
+    - net: add missing data-race annotations around sk->sk_peek_off
+    - net: add missing data-race annotation for sk_ll_usec
+    - net: annotate data-races around sk->sk_priority
+    - net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.
+    - net: usb: lan78xx: reorder cleanup operations to avoid UAF bugs
+    - ice: Fix RDMA VSI removal during queue rebuild
+    - bnxt: don't handle XDP in netpoll
+    - octeon_ep: initialize mbox mutexes
+    - bpf: Move unprivileged checks into map_create() and bpf_prog_load()
+    - bpf: Inline map creation logic in map_create() function
+    - bpf: Centralize permissions checks for all BPF map types
+    - bpf, cpumap: Make sure kthread is running before map update returns
+    - bpf, cpumap: Handle skb as well when clean up ptr_ring
+    - net/sched: cls_u32: No longer copy tcf_result on update to avoid
+      use-after-free (CVE-2023-4128)
+    - net/sched: cls_fw: No longer copy tcf_result on update to avoid
+      use-after-free (CVE-2023-4128)
+    - net/sched: cls_route: No longer copy tcf_result on update to avoid
+      use-after-free (CVE-2023-4128)
+    - bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire
+    - net: ll_temac: fix error checking of irq_of_parse_and_map()
+    - net: korina: handle clk prepare error in korina_probe()
+    - net: netsec: Ignore 'phy-mode' on SynQuacer in DT mode
+    - bnxt_en: Fix page pool logic for page size >= 64K
+    - bnxt_en: Fix max_mtu setting for multi-buf XDP
+    - net: dcb: choose correct policy to parse DCB_ATTR_BCN
+    - [s390x] qeth: Don't call dev_close/dev_open (DOWN/UP)
+    - ip6mr: Fix skb_under_panic in ip6mr_cache_report()
+    - vxlan: Fix nexthop hash size
+    - net/mlx5: fs_core: Make find_closest_ft more generic
+    - net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prio
+    - net/mlx5e: Set proper IPsec source port in L4 selector
+    - prestera: fix fallback to previous version on same major version
+    - tcp_metrics: fix addr_same() helper
+    - tcp_metrics: annotate data-races around tm->tcpm_stamp
+    - tcp_metrics: annotate data-races around tm->tcpm_lock
+    - tcp_metrics: annotate data-races around tm->tcpm_vals[]
+    - tcp_metrics: annotate data-races around tm->tcpm_net
+    - tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopen
+    - scsi: zfcp: Defer fc_rport blocking until after ADISC response
+    - scsi: storvsc: Limit max_sectors for virtual Fibre Channel devices
+    - Documentation: kdump: Add va_kernel_pa_offset for RISCV64
+    - libceph: fix potential hang in ceph_osdc_notify()
+    - USB: zaurus: Add ID for A-300/B-500/C-700
+    - ceph: defer stopping mdsc delayed_work
+    - [arm64] firmware: arm_scmi: Drop OF node reference in the transport
+      channel setup
+    - exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree
+    - exfat: check if filename entries exceeds max filename length
+      (CVE-2023-4273)
+    - exfat: release s_lock before calling dir_emit()
+    - mtd: spinand: toshiba: Fix ecc_get_status
+    - mtd: spinand: winbond: Fix ecc_get_status
+    - mtd: rawnand: meson: fix OOB available bytes for ECC
+    - bpf: Disable preemption in bpf_perf_event_output
+    - [arm64] dts: stratix10: fix incorrect I2C property for SCL signal
+    - net: tun_chr_open(): set sk_uid from current_fsuid() (CVE-2023-4194)
+    - net: tap_open(): set sk_uid from current_fsuid() (CVE-2023-4194)
+    - wifi: mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC)
+    - [x86] hyperv: Disable IBT when hypercall page lacks ENDBR instruction
+    - rbd: prevent busy loop when requesting exclusive lock
+    - bpf: Disable preemption in bpf_event_output
+    - smb: client: fix dfs link mount against w2k8
+    - [powerpc*] ftrace: Create a dummy stackframe to fix stack unwind
+    - [arm64] fpsimd: Sync and zero pad FPSIMD state for streaming SVE
+    - [arm64] fpsimd: Clear SME state in the target task when setting the VL
+    - [arm64] fpsimd: Sync FPSIMD state with SVE for SME only systems
+    - [arm64] ptrace: Flush FP state when setting ZT0
+    - [arm64] ptrace: Don't enable SVE when setting streaming SVE
+    - open: make RESOLVE_CACHED correctly test for O_TMPFILE
+    - drm/ttm: check null pointer before accessing when swapping
+    - [x86] drm/i915: Fix premature release of request's reusable memory
+    - [x86] drm/i915/gt: Cleanup aux invalidation registers
+    - Revert "page cache: fix page_cache_next/prev_miss off by one"
+    - sunvnet: fix sparc64 build error after gso code split
+    - clk: imx93: Propagate correct error in imx93_clocks_probe()
+    - file: reinstate f_pos locking optimization for regular files
+    - mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required()
+    - fs/sysv: Null check to prevent null-ptr-deref bug
+    - Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb
+      (CVE-2023-40283)
+    - debugobjects: Recheck debug_objects_enabled before reporting
+    - net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urb
+    - fs: Protect reconfiguration of sb read-write from racing writes
+    - mm/gup: do not return 0 from pin_user_pages_fast() for bad args
+    - btrfs: remove BUG_ON()'s in add_new_free_space()
+    - f2fs: fix to do sanity check on direct node in truncate_dnode()
+    - io_uring: annotate offset timeout races
+    - mtd: rawnand: omap_elm: Fix incorrect type in assignment
+    - mtd: rawnand: rockchip: fix oobfree offset and description
+    - mtd: rawnand: rockchip: Align hwecc vs. raw page helper layouts
+    - clk: mediatek: mt8183: Add back SSPM related clocks
+    - mtd: spi-nor: avoid holes in struct spi_mem_op
+    - mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op()
+    - [powerpc*] mm/altmap: Fix altmap boundary check
+    - drm/imx/ipuv3: Fix front porch adjustment upon hactive aligning
+    - drm/amdgpu: Use apt name for FW reserved region
+    - [x86] drm/i915: Add the gen12_needs_ccs_aux_inv helper
+    - [x86] drm/i915/gt: Ensure memory quiesced before invalidation
+    - [x86] drm/i915/gt: Add workaround 14016712196
+    - [x86] drm/i915/gt: Rename flags with bit_group_X according to the
+      datasheet
+    - [x86] drm/i915/gt: Poll aux invalidation register bit on invalidation
+    - [x86] drm/i915/gt: Support aux invalidation on all engines
+    - [x86] drm/i915/gt: Enable the CCS_FLUSH bit in the pipe control and in the
+      CS
+    - [x86] CPU/AMD: Do not leak quotient data after a division by 0
+      (CVE-2023-20588)
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.4.11
+    - tpm/tpm_tis: Disable interrupts for TUXEDO InfinityBook S 15/17 Gen7
+    - tpm: Disable RNG for all AMD fTPMs
+    - tpm/tpm_tis: Disable interrupts for Lenovo P620 devices
+    - tpm: Add a helper for checking hwrng enabled
+    - ksmbd: validate command request size
+    - ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()
+    - [x86] KVM: SEV: snapshot the GHCB before accessing it
+    - [x86] KVM: SEV: only access GHCB fields once (CVE-2023-4155)
+    - wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems()
+    - wifi: rtw89: fix 8852AE disconnection caused by RX full flags
+    - wireguard: allowedips: expand maximum node depth
+    - mmc: sdhci-f-sdh30: Replace with sdhci_pltfm
+    - ipv6: adjust ndisc_is_useropt() to also return true for PIO
+    - mptcp: avoid bogus reset on fallback close
+    - mptcp: fix disconnect vs accept race
+    - dmaengine: pl330: Return DMA_PAUSED when transaction is paused
+    - dmaengine: xilinx: xdma: Fix interrupt vector setting
+    - net: mana: Fix MANA VF unload when hardware is unresponsive
+    - ACPI: resource: revert "Remove "Zen" specific match and quirks"
+    - ACPI: resource: Always use MADT override IRQ settings for all legacy non
+      i8042 IRQs
+    - ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on AMD Zen
+    - ACPI: resource: Add IRQ override quirk for PCSpecialist Elimina Pro 16 M
+    - zram: take device and not only bvec offset into account
+    - [riscv64] Start of DRAM should at least be aligned on PMD size for the
+      direct mapping
+    - [riscv64] kexec: load initrd high in available memory
+    - [riscv64] mmio: Fix readX()-to-delay() ordering
+    - [riscv64] kexec: handle R_RISCV_CALL_PLT relocation type
+    - riscv: mm: fix 2 instances of -Wmissing-variable-declarations
+    - nvme: fix possible hang when removing a controller during error recovery
+    - nvme-tcp: fix potential unbalanced freeze & unfreeze
+    - nvme-rdma: fix potential unbalanced freeze & unfreeze
+    - nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512G
+    - drm/nouveau/gr: enable memory loads on helper invocation on all channels
+    - drm/nouveau/nvkm/dp: Add workaround to fix DP 1.3+ DPCD issues
+    - drm/shmem-helper: Reset vma->vm_ops before calling dma_buf_mmap()
+    - drm/amdgpu: fix possible UAF in amdgpu_cs_pass1()
+    - drm/amd/pm: correct the pcie width for smu 13.0.0
+    - drm/amd/display: Fix a regression on Polaris cards
+    - drm/amd/display: check attr flag before set cursor degamma on DCN3+
+    - drm/amd: Disable S/G for APUs when 64GB or more host memory
+    - tpm: tpm_tis: Fix UPX-i11 DMI_MATCH condition
+    - tpm_tis: Opt-in interrupts
+    - cpuidle: dt_idle_genpd: Add helper function to remove genpd topology
+    - cpuidle: psci: Move enabling OSI mode after power domains creation
+    - io_uring: correct check for O_TMPFILE
+    - zsmalloc: fix races between modifications of fullness and isolated
+    - hwmon: (pmbus/bel-pfe) Enable PMBUS_SKIP_STATUS_CHECK for pfe1100
+    - cpufreq: amd-pstate: fix global sysfs attribute type
+    - fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regions
+    - nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iput
+    - accel/ivpu: Add set_pages_array_wc/uc for internal buffers
+    - hugetlb: do not clear hugetlb dtor until allocating vmemmap
+    - mm: memory-failure: fix potential unexpected return value from
+      unpoison_memory()
+    - mm: memory-failure: avoid false hwpoison page mapped error info
+    - drm/amd/pm: expose swctf threshold setting for legacy powerplay
+    - drm/amd/pm: avoid unintentional shutdown due to temperature momentary
+      fluctuation
+    - iio: cros_ec: Fix the allocation size for cros_ec_command
+    - iio: frequency: admv1013: propagate errors from regulator_get_voltage()
+    - iio: adc: ad7192: Fix ac excitation feature
+    - iio: adc: meson: fix core clock enable/disable moment
+    - iio: adc: ina2xx: avoid NULL pointer dereference on OF device match
+    - [arm*] binder: fix memory leak in binder_init()
+    - misc: rtsx: judge ASPM Mode to set PETXCFG Reg
+    - [x86] thunderbolt: Fix memory leak in tb_handle_dp_bandwidth_request()
+    - usb-storage: alauda: Fix uninit-value in alauda_check_media()
+    - usb: dwc3: Properly handle processing of pending events
+    - USB: Gadget: core: Help prevent panic during UVC unconfigure
+    - usb: common: usb-conn-gpio: Prevent bailing out if initial role is none
+    - usb: typec: tcpm: Fix response to vsafe0V event
+    - usb: typec: altmodes/displayport: Signal hpd when configuring pin
+      assignment
+    - [x86] srso: Fix build breakage with the LLVM linker
+    - [x86] vdso: Choose the right GDT_ENTRY_CPUNODE for 32-bit getcpu() on
+      64-bit kernel
+    - [x86] cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405
+    - [x86] mm: Fix VDSO and VVAR placement on 5-level paging machines
+    - [x86] sev: Do not try to parse for the CC blob on non-AMD hardware
+    - [x86] linkage: Fix typo of BUILD_VDSO in asm/linkage.h
+    - [x86] speculation: Add cpu_show_gds() prototype
+    - [x86] Move gds_ucode_mitigated() declaration to header
+    - drm/nouveau/disp: Revert a NULL check inside nouveau_connector_get_modes
+    - netfilter: nf_tables: don't skip expired elements during walk
+    - netfilter: nf_tables: GC transaction API to avoid race with control plane
+    - netfilter: nf_tables: adapt set backend to use GC transaction API
+    - netfilter: nft_set_hash: mark set element as dead when deleting from
+      packet path
+    - iio: imu: lsm6dsx: Fix mount matrix retrieval
+    - iio: core: Prevent invalid memory access when there is no parent
+    - iio: light: bu27034: Fix scale format
+    - interconnect: qcom: Add support for mask-based BCMs
+    - interconnect: qcom: sa8775p: add enable_mask for bcm nodes
+    - interconnect: qcom: sm8450: add enable_mask for bcm nodes
+    - interconnect: qcom: sm8550: add enable_mask for bcm nodes
+    - [arm64] KVM: arm64: Fix hardware enable/disable flows for pKVM
+    - net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail()
+    - bpf, sockmap: Fix map type error in sock_map_del_link
+    - bpf, sockmap: Fix bug that strp_done cannot be called
+    - hwmon: (aquacomputer_d5next) Add selective 200ms delay after sending ctrl
+      report
+    - mISDN: Update parameter type of dsp_cmx_send()
+    - macsec: use DEV_STATS_INC()
+    - mptcp: fix the incorrect judgment for msk->cb_flags
+    - igc: Add lock to safeguard global Qbv variables
+    - ionic: Add missing err handling for queue reconfig
+    - net/packet: annotate data-races around tp->status
+    - net/smc: Fix setsockopt and sysctl to specify same buffer size again
+    - net/smc: Use correct buffer sizes when switching between TCP and SMC
+    - PCI: move OF status = "disabled" detection to dev->match_driver
+    - tcp: add missing family to tcp_set_ca_state() tracepoint
+    - tunnels: fix kasan splat when generating ipv4 pmtu error
+    - xsk: fix refcount underflow in error path
+    - bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves
+    - dccp: fix data-race around dp->dccps_mss_cache
+    - drivers: net: prevent tun_build_skb() to exceed the packet size limit
+    - drivers: vxlan: vnifilter: free percpu vni stats on error path
+    - iavf: fix potential races for FDIR filters
+    - [amd64] IB/hfi1: Fix possible panic during hotplug remove
+    - drm/amd/display: Don't show stack trace for missing eDP
+    - drm/bridge: it6505: Check power state with it6505->powered in IRQ handler
+    - drm/nouveau: remove unused tu102_gr_load() function
+    - drm/rockchip: Don't spam logs in atomic check
+    - wifi: brcm80211: handle params_v1 allocation failure
+    - wifi: cfg80211: fix sband iftype data lookup for AP_VLAN
+    - RDMA/umem: Set iova in ODP flow
+    - RDMA/bnxt_re: Properly order ib_device_unalloc() to avoid UAF
+    - RDMA/bnxt_re: Fix error handling in probe failure path
+    - net: tls: avoid discarding data on record close
+    - net: marvell: prestera: fix handling IPv4 routes with nhid
+    - net: phy: at803x: remove set/get wol callbacks for AR8032
+    - net: dsa: ocelot: call dsa_tag_8021q_unregister() under rtnl_lock() on
+      driver remove
+    - [arm64] net: hns3: refactor hclge_mac_link_status_wait for interface reuse
+    - [arm64] net: hns3: add wait until mac link down
+    - [arm64] net: hns3: fix deadlock issue when externel_lb and reset are
+      executed together
+    - net: enetc: reimplement RFS/RSS memory clearing as PCI quirk
+    - nexthop: Fix infinite nexthop dump when using maximum nexthop ID
+    - nexthop: Make nexthop bucket dump more efficient
+    - nexthop: Fix infinite nexthop bucket dump when using maximum nexthop ID
+    - [arm64] net: hns3: fix strscpy causing content truncation issue
+    - dmaengine: mcf-edma: Fix a potential un-allocated memory access
+    - dmaengine: idxd: Clear PRS disable flag when disabling IDXD device
+    - dmaengine: owl-dma: Modify mismatched function name
+    - net/mlx5e: Take RTNL lock when needed before calling xdp_set_features()
+    - net/mlx5e: TC, Fix internal port memory leak
+    - net/mlx5: DR, Fix wrong allocation of modify hdr pattern
+    - net/mlx5: Allow 0 for total host VFs
+    - net/mlx5e: Unoffload post act rule when handling FIB events
+    - net/mlx5: LAG, Check correct bucket when modifying LAG
+    - net/mlx5: Skip clock update work when device is in error state
+    - net/mlx5: Reload auxiliary devices in pci error handlers
+    - ibmvnic: Enforce stronger sanity checks on login response
+    - ibmvnic: Unmap DMA login rsp buffer on send login fail
+    - ibmvnic: Handle DMA unmapping of login buffs in release functions
+    - ibmvnic: Do partial reset on login failure
+    - ibmvnic: Ensure login failure recovery is safe from other resets
+    - gpio: ws16c48: Fix off-by-one error in WS16C48 resource region extent
+    - gpio: sim: mark the GPIO chip as a one that can sleep
+    - btrfs: wait for actual caching progress during allocation
+    - btrfs: don't stop integrity writeback too early
+    - btrfs: don't wait for writeback on clean pages in extent_write_cache_pages
+    - btrfs: properly clear end of the unreserved range in cow_file_range
+    - btrfs: exit gracefully if reloc roots don't match
+    - btrfs: reject invalid reloc tree root keys with stack dump
+    - btrfs: set cache_block_group_error if we find an error
+    - scsi: core: Fix legacy /proc parsing buffer overflow
+    - [x86] scsi: storvsc: Fix handling of virtual Fibre Channel timeouts
+    - scsi: ufs: renesas: Fix private allocation
+    - scsi: 53c700: Check that command slot is not NULL
+    - scsi: snic: Fix possible memory leak if device_add() fails
+    - scsi: core: Fix possible memory leak if device_add() fails
+    - scsi: fnic: Replace return codes in fnic_clean_pending_aborts()
+    - scsi: qedi: Fix firmware halt over suspend and resume
+    - scsi: qedf: Fix firmware halt over suspend and resume
+    - [x86] platform/x86: lenovo-ymc: Only bind on machines with a convertible
+      DMI chassis-type
+    - platform: mellanox: Change register offset addresses
+    - platform: mellanox: mlx-platform: Fix signals polarity and latch mask
+    - platform: mellanox: mlx-platform: Modify graceful shutdown callback and
+      power down mask
+    - platform: mellanox: Fix order in exit flow
+    - [x86] platform/x86: serial-multi-instantiate: Auto detect IRQ resource for
+      CSC3551
+    - ACPI: scan: Create platform device for CS35L56
+    - [alpha] remove __init annotation from exported page_is_ram()
+
+  [ Vincent Blut ]
+  * [x86] drivers/platform/x86/intel/int3472: Enable INTEL_SKL_INT3472 as
+    module (Closes: #1038385)
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 3
+  * [rt] Drop "posix-timers: Ensure timer ID search-loop limit is valid"
+    (applied upstream)
+  * [rt] Update to 6.4.6-rt8
+  * [rt] Drop "locking/rtmutex: Fix task->pi_waiters integrity" (applied
+    upstream)
+  * [x86] retpoline: Don't clobber RFLAGS during srso_safe_ret()
+    (Closes: #1043585)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 17 Aug 2023 21:46:04 +0200
+
+linux (6.4.4-3) unstable; urgency=high
+
+  * io_uring: gate iowait schedule on having pending requests (Closes: #1041855)
+  * [x86] Add mitigations for Gather Data Sampling (GDS) (CVE-2022-40982)
+    - init: Provide arch_cpu_finalize_init()
+    - x86/cpu: Switch to arch_cpu_finalize_init()
+    - ARM: cpu: Switch to arch_cpu_finalize_init()
+    - ia64/cpu: Switch to arch_cpu_finalize_init()
+    - loongarch/cpu: Switch to arch_cpu_finalize_init()
+    - m68k/cpu: Switch to arch_cpu_finalize_init()
+    - mips/cpu: Switch to arch_cpu_finalize_init()
+    - sh/cpu: Switch to arch_cpu_finalize_init()
+    - sparc/cpu: Switch to arch_cpu_finalize_init()
+    - um/cpu: Switch to arch_cpu_finalize_init()
+    - init: Remove check_bugs() leftovers
+    - init: Invoke arch_cpu_finalize_init() earlier
+    - init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()
+    - x86/init: Initialize signal frame size late
+    - x86/fpu: Remove cpuinfo argument from init functions
+    - x86/fpu: Mark init functions __init
+    - x86/fpu: Move FPU initialization into arch_cpu_finalize_init()
+    - x86/speculation: Add Gather Data Sampling mitigation
+    - x86/speculation: Add force option to GDS mitigation
+    - x86/speculation: Add Kconfig option for GDS
+    - KVM: Add GDS_NO support to KVM
+    - x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build
+    - x86/xen: Fix secondary processors' FPU initialization
+    - Documentation/x86: Fix backwards on/off logic about YMM support
+  * [x86] Add a Speculative RAS Overflow (SRSO) mitigation (CVE-2023-20569)
+    - x86/bugs: Increase the x86 bugs vector size to two u32s
+    - x86/srso: Add a Speculative RAS Overflow mitigation
+    - x86/srso: Add IBPB_BRTYPE support
+    - x86/srso: Add SRSO_NO support
+    - x86/srso: Add IBPB
+    - x86/srso: Add IBPB on VMEXIT
+    - x86/srso: Fix return thunks in generated code
+    - x86/srso: Add a forgotten NOENDBR annotation
+    - x86/srso: Tie SBPB bit setting to microcode patch detection
+  * Bump ABI to 2
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 08 Aug 2023 19:08:55 +0200
+
+linux (6.4.4-2) unstable; urgency=high
+
+  [ John Paul Adrian Glaubitz ]
+  * [sh4] Add i2c-modules udeb for sh7785lcr flavor
+
+  [ Salvatore Bonaccorso ]
+  * [x86] cpu/amd: Move the errata checking functionality up
+  * [x86] cpu/amd: Add a Zenbleed fix (CVE-2023-20593)
+  * net/sched: cls_fw: Fix improper refcount update leads to use-after-free
+    (CVE-2023-3776)
+  * net/sched: sch_qfq: account for stab overhead in qfq_enqueue (CVE-2023-3611)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 30 Jul 2023 06:50:27 +0200
+
+linux (6.4.4-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.4.2
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.4.3
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.4.4
+    - Revert "drm/amd/display: edp do not add non-edid timings"
+      (Closes: #1040346)
+    - netfilter: nf_tables: do not ignore genmask when looking up chain by id
+      (CVE-2023-31248)
+    - netfilter: nf_tables: prevent OOB access in nft_byteorder_eval
+      (CVE-2023-35001)
+
+  [ Vincent Pelletier ]
+  * [riscv64] enable CONFIG_SND_HDA_INTEL as module
+
+  [ Salvatore Bonaccorso ]
+  * Compile with gcc-13 on all architectures
+  * [rt] Refresh "serial: 8250: implement non-BKL console"
+  * Set ABI to 1
+
+  [ Benjamin Poirier ]
+  * kernel/trace: Enable FPROBE
+
+  [ Ben Hutchings ]
+  * d/rules.real: Fix CROSS_COMPILE definition for hppa native build
+    (regression in 6.4~rc7-1~exp1)
+
+  [ Bastian Blank ]
+  * Include kbuild package into ABI. (closes: #1040178)
+  * [powerpc,riscv64,s390x] Enable DEBUG_INFO_BTF.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 23 Jul 2023 08:53:20 +0200
+
+linux (6.4.1-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_6.4
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.4.1
+
+  [ Aurelien Jarno ]
+  * [riscv64] Enable devices added in 6.4 for StarFive JH7110 RISC-V SoC:
+    SENSORS_SFCTEMP, MMC_DW, MMC_DW_STARFIVE and STARFIVE_WATCHDOG.
+
+  [ Helge Deller ]
+  * [hppa] Allow up to 16 CPUs with 32-bit kernel
+  * [hppa] Build some more fbdev graphic card drivers as modules
+
+  [ Uwe Kleine-König ]
+  * Enable all RTW88 variants (USB + SDIO). (Closes: #1038409)
+
+  [ Ben Hutchings ]
+  * [rt] Update to 6.4-rt5
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 6.4-rt6
+  * [x86] drivers/platform/x86/hp: Enable X86_PLATFORM_DRIVERS_HP
+    (Closes: #1038799)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 01 Jul 2023 20:41:23 +0200
+
+linux (6.4~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate:
+    - [hppa] Delete redundant register definitions in <asm/assembly.h> (fixes
+      FTBFS)
+
+  [ Salvatore Bonaccorso ]
+  * mm: Enable Multi-Gen LRU implementation (by default) (Closes: #1030617)
+
+  [ Ben Hutchings ]
+  * linux-perf: Add libtraceevent-dev to Build-Depends (fixes FTBFS on several
+    architectures)
+  * linux-image: Define CROSS_COMPILE and CROSS_COMPILE_COMPAT more consistently
+  * [hppa] linux-headers: Fix toolchain dependencies
+  * [hppa] Make cross-builds work
+  * [m68k] Fix invalid .section syntax (fixes FTBFS)
+
+  [ Diederik de Haas ]
+  * d/rules.real: Also remove executable bit from dtbo files
+
+  [ Jiaxun Yang ]
+  * [mips*]: Enable more drivers for boston
+  * [mips*]: Install dtbs for mipsel and mips64el
+
+ -- Ben Hutchings <benh@debian.org>  Mon, 19 Jun 2023 17:30:46 +0200
+
+linux (6.4~rc6-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate.
+
+  [ Diederik de Haas ]
+  * Update for 6.4:
+    - d/copyright: Remove vs6624.c; removed upstream
+  * [rt] Update to 6.4-rc5-rt4
+
+  [ Ben Hutchings ]
+  * linux-perf: Update build rules and dependencies for change to
+    demangling
+  * linux-perf: Build C++ code with Debian standard compiler flags
+
+ -- Ben Hutchings <benh@debian.org>  Mon, 12 Jun 2023 13:35:43 +0200
+
+linux (6.3.11-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.3.8
+    - [x86] platform/surface: aggregator: Allow completion work-items to be
+      executed in parallel
+    - [x86] platform/surface: aggregator_tabletsw: Add support for book mode in
+      KIP subsystem
+    - [arm64] spi: qup: Request DMA before enabling clocks
+    - afs: Fix setting of mtime when creating a file/dir/symlink
+    - wifi: mt76: mt7615: fix possible race in mt7615_mac_sta_poll
+    - bpf, sockmap: Avoid potential NULL dereference in
+      sk_psock_verdict_data_ready()
+    - neighbour: fix unaligned access to pneigh_entry
+    - net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294
+    - bpf: Fix UAF in task local storage
+    - bpf: Fix elem_size not being set for inner maps
+    - net/ipv6: fix bool/int mismatch for skip_notify_on_dev_down
+    - net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONT
+    - [arm64] net: enetc: correct the statistics of rx bytes
+    - [arm64] net: enetc: correct rx_bytes statistics of XDP
+    - net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM values
+    - [x86] drm/i915: Explain the magic numbers for AUX SYNC/precharge length
+    - [x86] drm/i915: Use 18 fast wake AUX sync len
+    - Bluetooth: Split bt_iso_qos into dedicated structures
+    - Bluetooth: ISO: consider right CIS when removing CIG at cleanup
+    - Bluetooth: ISO: Fix CIG auto-allocation to select configurable CIG
+    - Bluetooth: hci_sync: add lock to protect HCI_UNREGISTER
+    - Bluetooth: Fix l2cap_disconnect_req deadlock
+    - Bluetooth: ISO: don't try to remove CIG if there are bound CIS left
+    - Bluetooth: hci_conn: Add support for linking multiple hcon
+    - Bluetooth: hci_conn: Fix not matching by CIS ID
+    - Bluetooth: ISO: use correct CIS order in Set CIG Parameters event
+    - Bluetooth: L2CAP: Add missing checks for invalid DCID
+    - wifi: mac80211: use correct iftype HE cap
+    - wifi: cfg80211: reject bad AP MLD address
+    - wifi: mac80211: mlme: fix non-inheritence element
+    - wifi: mac80211: don't translate beacon/presp addrs
+    - qed/qede: Fix scheduling while atomic
+    - wifi: cfg80211: fix locking in sched scan stop work
+    - netfilter: nf_tables: Add null check for nla_nest_start_noflag() in
+      nft_dump_basechain_hook()
+    - netfilter: nft_bitwise: fix register tracking
+    - netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelper
+    - netfilter: ipset: Add schedule point in call_ad().
+    - netfilter: nf_tables: out-of-bound check in chain blob
+    - [arm64,armhf] drm/lima: fix sched context destroy
+    - ipv6: rpl: Fix Route of Death. (CVE-2023-2156)
+    - tcp: gso: really support BIG TCP
+    - rfs: annotate lockless accesses to sk->sk_rxhash
+    - rfs: annotate lockless accesses to RFS sock flow table
+    - net: sched: add rcu annotations around qdisc->qdisc_sleeping
+    - ice: make writes to /dev/gnssX synchronous
+    - net: sched: move rtm_tca_policy declaration to include file
+    - net: openvswitch: fix upcall counter access before allocation
+    - net: sched: act_police: fix sparse errors in tcf_police_dump()
+    - net: sched: fix possible refcount leak in tc_chain_tmplt_add()
+    - bpf: Add extra path pointer check to d_path helper
+    - drm/amdgpu: fix Null pointer dereference error in
+      amdgpu_device_recover_vram
+    - lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release()
+    - [arm64] net: bcmgenet: Fix EEE implementation
+    - bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg()
+    - bnxt_en: Don't issue AP reset during ethtool's reset operation
+    - bnxt_en: Query default VLAN before VNIC setup on a VF
+    - bnxt_en: Skip firmware fatal error recovery if chip is not accessible
+    - bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE event
+    - bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacks
+    - [arm64] drm/msm/a6xx: initialize GMU mutex earlier
+    - batman-adv: Broken sync while rescheduling delayed work
+    - Input: xpad - delete a Razer DeathAdder mouse VID/PID entry
+    - Input: psmouse - fix OOB access in Elantech protocol
+    - Input: fix open count when closing inhibited device
+    - ALSA: hda: Fix kctl->id initialization
+    - ALSA: ymfpci: Fix kctl->id initialization
+    - [i386] ALSA: gus: Fix kctl->id initialization
+    - ALSA: cmipci: Fix kctl->id initialization
+    - ALSA: hda/realtek: Add quirk for Clevo NS50AU
+    - ALSA: ice1712,ice1724: fix the kcontrol->id initialization
+    - ALSA: hda/realtek: Add a quirk for HP Slim Desktop S01
+    - ALSA: hda/realtek: Add Lenovo P3 Tower platform
+    - ALSA: hda/realtek: Add quirks for Asus ROG 2024 laptops using CS35L41
+    - [x86] drm/i915/gt: Use the correct error value when kernel_context() fails
+    - drm/amd/pm: conditionally disable pcie lane switching for some
+      sienna_cichlid SKUs
+    - drm/amdgpu: fix xclk freq on CHIP_STONEY
+    - drm/amdgpu: change reserved vram info print
+    - drm/amd: Disallow s0ix without BIOS support again
+    - drm/amd/pm: Fix power context allocation in SMU13
+    - drm/amd/display: Reduce sdp bw after urgent to 90%
+    - drm/amd/display: add ODM case when looking for first split pipe
+    - wifi: iwlwifi: mvm: Fix -Warray-bounds bug in iwl_mvm_wait_d3_notif()
+    - can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in
+      J1939 Socket
+    - can: j1939: change j1939_netdev_lock type to mutex
+    - can: j1939: avoid possible use-after-free when j1939_can_rx_register fails
+    - mptcp: only send RM_ADDR in nl_cmd_remove
+    - mptcp: add address into userspace pm list
+    - mptcp: update userspace pm infos
+    - ceph: fix use-after-free bug for inodes when flushing capsnaps
+    - [s390x] dasd: Use correct lock while counting channel queue length
+    - Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk
+    - Bluetooth: fix debugfs registration
+    - Bluetooth: hci_qca: fix debugfs registration
+    - rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting
+    - rbd: get snapshot context after exclusive lock is ensured to be held
+    - virtio_net: use control_buf for coalesce params
+    - [arm64] pinctrl: meson-axg: add missing GPIOA_18 gpio group
+    - usb: usbfs: Enforce page requirements for mmap
+    - usb: usbfs: Use consistent mmap functions
+    - [arm64] soc: qcom: rpmh-rsc: drop redundant unsigned >=0 comparision
+    - [arm64] dts: imx8qm-mek: correct GPIOs for USDHC2 CD and WP signals
+    - [arm*] ASoC: simple-card-utils: fix PCM constraint error check
+    - blk-mq: fix blk_mq_hw_ctx active request accounting
+    - [arm*] i2c: mv64xxx: Fix reading invalid status value in atomic mode
+    - soundwire: stream: Add missing clear of alloc_slave_rt
+    - vhost: support PACKED when setting-getting vring_base
+    - ksmbd: fix out-of-bound read in deassemble_neg_contexts()
+    - ksmbd: fix out-of-bound read in parse_lease_state()
+    - ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()
+    - ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loop
+    - Bluetooth: Fix potential double free caused by hci_conn_unlink
+    - Bluetooth: Refcnt drop must be placed last in hci_conn_unlink
+    - Bluetooth: Fix UAF in hci_conn_hash_flush again
+    - Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is
+      re-enabled"
+    - ext4: only check dquot_initialize_needed() when debugging
+    - wifi: rtw89: correct PS calculation for SUPPORTS_DYNAMIC_PS
+    - wifi: rtw88: correct PS calculation for SUPPORTS_DYNAMIC_PS
+    - Revert "staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE"
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.3.9
+    - [x86] head/64: Switch to KERNEL_CS as soon as new GDT is installed
+    - cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers
+    - cgroup: always put cset in cgroup_css_set_put_fork
+    - cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()
+    - ksmbd: validate smb request protocol id
+    - of: overlay: Fix missing of_node_put() in error case of
+      init_overlay_changeset()
+    - power: supply: bq27xxx: Use mod_delayed_work() instead of cancel() +
+      schedule()
+    - [armhf] dts: vexpress: add missing cache properties
+    - [arm64] dts: arm: add missing cache properties
+    - power: supply: Ratelimit no data debug output
+    - PCI/DPC: Quirk PIO log size for Intel Ice Lake Root Ports
+    - [x86] platform/x86: asus-wmi: Ignore WMI events with codes 0x7B, 0xC0
+    - regulator: Fix error checking for debugfs_create_dir
+    - [arm64,armhf] irqchip/gic-v3: Disable pseudo NMIs on Mediatek devices w/
+      firmware issues
+    - [arm64,armhf] irqchip/meson-gpio: Mark OF related data as maybe unused
+    - power: supply: Fix logic checking if system is running from battery
+    - drm: panel-orientation-quirks: Change Air's quirk to support Air Plus
+    - btrfs: scrub: try harder to mark RAID56 block groups read-only
+    - btrfs: handle memory allocation failure in btrfs_csum_one_bio
+    - ASoC: soc-pcm: test if a BE can be prepared
+    - sfc: fix devlink info error handling
+    - erofs: use HIPRI by default if per-cpu kthreads are enabled
+    - [mips*] unhide PATA_PLATFORM
+    - [mips*] Restore Au1300 support
+    - [mips*] Move initrd_start check after initrd address sanitisation.
+    - ASoC: cs35l41: Fix default regmap values for some registers
+    - xen/blkfront: Only check REQ_FUA for writes
+    - drm:amd:amdgpu: Fix missing buffer object unlock in failure path
+    - io_uring: unlock sqd->lock before sq thread release CPU
+    - NVMe: Add MAXIO 1602 to bogus nid list.
+    - [arm64,armhf] irqchip/gic: Correctly validate OF quirk descriptors
+    - wifi: cfg80211: fix locking in regulatory disconnect
+    - wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()
+    - epoll: ep_autoremove_wake_function should use list_del_init_careful
+    - ocfs2: fix use-after-free when unmounting read-only filesystem
+    - ocfs2: check new file size on fallocate call
+    - zswap: do not shrink if cgroup may not zswap
+    - mm/uffd: fix vma operation where start addr cuts part of vma
+    - nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key()
+    - nilfs2: fix possible out-of-bounds segment allocation in resize ioctl
+    - nilfs2: reject devices with insufficient block count
+    - io_uring/net: save msghdr->msg_control for retries
+    - Revert "drm/amdgpu: remove TOPDOWN flags when allocating VRAM in large bar
+      system"
+    - kexec: support purgatories with .text.hot sections
+    - [x86] purgatory: remove PGO flags
+    - [riscv64] purgatory: remove PGO flags
+    - [powerpc*] purgatory: remove PGO flags
+    - btrfs: subpage: fix a crash in metadata repair path
+    - btrfs: properly enable async discard when switching from RO->RW
+    - btrfs: do not ASSERT() on duplicated global roots
+    - btrfs: fix iomap_begin length for nocow writes
+    - btrfs: can_nocow_file_extent should pass down args->strict from callers
+    - ALSA: usb-audio: Fix broken resume due to UAC3 power state
+    - ALSA: usb-audio: Add quirk flag for HEM devices to enable native DSD
+      playback
+    - dm thin metadata: check fail_io before using data_sm
+    - dm thin: fix issue_discard to pass GFP_NOIO to __blkdev_issue_discard
+    - net: ethernet: stmicro: stmmac: fix possible memory leak in __stmmac_open
+    - nouveau: fix client work fence deletion race
+    - RDMA/uverbs: Restrict usage of privileged QKEYs
+    - drm/amdgpu: vcn_4_0 set instance 0 init sched score to 1
+    - net: usb: qmi_wwan: add support for Compal RXM-G1
+    - drm/amd/display: limit DPIA link rate to HBR3
+    - drm/amd/display: edp do not add non-edid timings
+    - drm/amd: Make sure image is written to trigger VBIOS image update flow
+    - drm/amd: Tighten permissions on VBIOS flashing attributes
+    - drm/amd/pm: workaround for compute workload type on some skus
+    - drm/amdgpu: add missing radeon secondary PCI ID
+    - drm/amdgpu: Reset CP_VMID_PREEMPT after trailing fence signaled
+    - drm/amdgpu: Program gds backup address as zero if no gds allocated
+    - drm/amdgpu: Implement gfx9 patch functions for resubmission
+    - drm/amdgpu: Modify indirect buffer packages for resubmission
+    - ALSA: hda/realtek: Add a quirk for Compaq N14JP6
+    - [x86] thunderbolt: Increase DisplayPort Connection Manager handshake
+      timeout
+    - [x86] thunderbolt: Do not touch CL state configuration during discovery
+    - [x86] thunderbolt: dma_test: Use correct value for absent rings when
+      creating paths
+    - [x86] thunderbolt: Mask ring interrupt on Intel hardware as well
+    - USB: serial: option: add Quectel EM061KGL series
+    - serial: lantiq: add missing interrupt ack
+    - tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028A
+    - usb: typec: ucsi: Fix command cancellation
+    - usb: typec: Fix fast_role_swap_current show function
+    - usb: gadget: udc: core: Offload usb_udc_vbus_handler processing
+    - usb: gadget: udc: core: Prevent soft_connect_store() race
+    - usb: gadget: udc: renesas_usb3: Fix RZ/V2M {modprobe,bind} error
+    - [arm64] USB: dwc3: qcom: fix NULL-deref on suspend
+    - [arm64,armhf] USB: dwc3: fix use-after-free on core driver unbind
+    - [arm64,armhf] usb: dwc3: gadget: Reset num TRBs before giving back the
+      request
+    - RDMA/rtrs: Fix the last iu->buf leak in err path
+    - RDMA/rtrs: Fix rxe_dealloc_pd warning
+    - RDMA/rxe: Fix packet length checks
+    - RDMA/rxe: Fix ref count error in check_rkey()
+    - RDMA/bnxt_re: Fix reporting active_{speed,width} attributes
+    - spi: cadence-quadspi: Add missing check for dma_set_mask
+    - [arm64] spi: fsl-dspi: avoid SCK glitches with continuous transfers
+    - [arm64] regulator: qcom-rpmh: add support for pmm8654au regulators
+    - [arm64] regulator: qcom-rpmh: Fix regulators for PM8550
+    - netfilter: nf_tables: integrate pipapo into commit protocol
+    - netfilter: nfnetlink: skip error delivery on batch in case of ENOMEM
+    - ice: do not busy-wait to read GNSS data
+    - ice: Don't dereference NULL in ice_gnss_read error path
+    - ice: Fix XDP memory leak when NIC is brought up and down
+    - netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE
+      (CVE-2023-3390)
+    - [arm64] net: enetc: correct the indexes of highest and 2nd highest TCs
+    - ping6: Fix send to link-local addresses with VRF.
+    - igb: Fix extts capture value format for 82580/i354/i350
+    - net/sched: act_pedit: remove extra check for key type
+    - net/sched: act_pedit: Parse L3 Header for L4 offset
+    - net/sched: taprio: fix slab-out-of-bounds Read in taprio_dequeue_from_txq
+    - net/sched: cls_u32: Fix reference counter leak leading to overflow
+    - wifi: mac80211: fix link activation settings order
+    - wifi: cfg80211: fix link del callback to call correct handler
+    - wifi: mac80211: take lock before setting vif links
+    - RDMA/rxe: Fix the use-before-initialization error of resp_pkts
+    - iavf: remove mask from iavf_irq_enable_queues()
+    - RDMA/mlx5: Initiate dropless RQ for RAW Ethernet functions
+    - RDMA/mlx5: Create an indirect flow table for steering anchor
+    - RDMA/cma: Always set static rate to 0 for RoCE
+    - IB/uverbs: Fix to consider event queue closing also upon non-blocking mode
+    - RDMA/mlx5: Fix affinity assignment
+    - IB/isert: Fix dead lock in ib_isert
+    - IB/isert: Fix possible list corruption in CMA handler
+    - IB/isert: Fix incorrect release of isert connection
+    - net: ethtool: correct MAX attribute value for stats
+    - wifi: mac80211: fragment per STA profile correctly
+    - ipvlan: fix bound dev checking for IPv6 l3s mode
+    - sctp: fix an error code in sctp_sf_eat_auth()
+    - igc: Clean the TX buffer and TX descriptor ring
+    - igc: Fix possible system crash when loading module
+    - igb: fix nvm.ops.read() error handling
+    - net: phylink: report correct max speed for QUSGMII
+    - net: phylink: use a dedicated helper to parse usgmii control word
+    - drm/nouveau: don't detect DSM for non-NVIDIA device
+    - [arm64] drm/bridge: ti-sn65dsi86: Avoid possible buffer overflow
+    - drm/nouveau/dp: check for NULL nv_connector->native_mode
+    - drm/nouveau: add nv_encoder pointer check for NULL
+    - [arm64] net: ethernet: ti: am65-cpsw: Call of_node_put() on error path
+    - net/sched: act_ct: Fix promotion of offloaded unreplied tuple
+    - net/sched: Refactor qdisc_graft() for ingress and clsact Qdiscs
+    - net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting
+    - cifs: fix lease break oops in xfstest generic/098
+    - RDMA/rxe: Fix rxe_cq_post
+    - Revert "media: dvb-core: Fix use-after-free on race condition at
+      dvb_frontend" (Closes: #1038068)
+    - ext4: drop the call to ext4_error() from ext4_get_group_info()
+    - ice: Fix ice module unload
+    - net/sched: cls_api: Fix lockup on flushing explicitly created chain
+    - [arm64] net: dsa: felix: fix taprio guard band overflow at 10Mbps with
+      jumbo frames
+    - net: macsec: fix double free of percpu stats
+    - sfc: fix XDP queues mode with legacy IRQ
+    - dm: don't lock fs when the map is NULL during suspend or resume
+    - net: tipc: resize nlattr array to correct size
+    - afs: Fix vlserver probe RTT handling
+    - [hppa/parisc] Delete redundant register definitions in <asm/assembly.h>
+    - neighbour: delete neigh_lookup_nodev as not used
+    - scsi: target: core: Fix error path in target_setup_session()
+    - blk-cgroup: Flush stats before releasing blkcg_gq
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.3.10
+    - cifs: fix status checks in cifs_tree_connect
+    - drm/amd/display: Use dc_update_planes_and_stream
+    - drm/amd/display: Add wrapper to call planes and stream update
+    - drm/amd/display: fix the system hang while disable PSR
+    - ata: libata-scsi: Avoid deadlock on rescan after device resume
+    - mm: Fix copy_from_user_nofault(). (Closes: #1033398)
+    - tpm, tpm_tis: Claim locality in interrupt handler
+    - ksmbd: validate command payload size
+    - ksmbd: fix out-of-bound read in smb2_write
+    - ksmbd: validate session id and tree id in the compound request
+    - Revert "efi: random: refresh non-volatile random seed when RNG is
+      initialized"
+    - afs: Fix dangling folio ref counts in writeback
+    - afs: Fix waiting for writeback then skipping folio
+    - tick/common: Align tick period during sched_timer setup (Closes: #1038754)
+    - Revert "virtio-blk: support completion batching for the IRQ path"
+    - memfd: check for non-NULL file_seals in memfd_create() syscall
+    - writeback: fix dereferencing NULL mapping->host on writeback_page_template
+    - nilfs2: fix buffer corruption due to concurrent device reads
+    - nilfs2: prevent general protection fault in nilfs_clear_dirty_page()
+    - ACPI: sleep: Avoid breaking S3 wakeup due to might_sleep()
+    - [x86] thermal/intel/intel_soc_dts_iosf: Fix reporting wrong temperatures
+    - KVM: Avoid illegal stage2 mapping on invalid memory slot
+    - mm/vmalloc: do not output a spurious warning when huge vmalloc() fails
+    - mm/mprotect: fix do_mprotect_pkey() limit check
+    - Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails
+    - Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs
+    - PCI: hv: Fix a race condition bug in hv_pci_query_relations()
+    - Revert "PCI: hv: Fix a timing issue which causes kdump to fail
+      occasionally"
+    - PCI: hv: Remove the useless hv_pcichild_state from struct hv_pci_dev
+    - PCI: hv: Fix a race condition in hv_irq_unmask() that can cause panic
+    - PCI: hv: Add a per-bus mutex state_lock
+    - io_uring/net: clear msg_controllen on partial sendmsg retry
+    - io_uring/net: disable partial retries for recvmsg with cmsg
+    - mptcp: handle correctly disconnect() failures
+    - mptcp: fix possible divide by zero in recvmsg()
+    - mptcp: fix possible list corruption on passive MPJ
+    - mptcp: consolidate fallback and non fallback state machine
+    - mptcp: ensure listener is unhashed before updating the sk status
+    - cgroup: Do not corrupt task iteration when rebinding subsystem
+    - cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex in
+      freezer_css_{online,offline}()
+    - net: mdio: fix the wrong parameters
+    - [arm64] mmc: sdhci-msm: Disable broken 64-bit DMA on MSM8916
+    - [arm64] mmc: meson-gx: remove redundant mmc_request_done() call from irq
+      context
+    - [arm64,armhf] mmc: mmci: stm32: fix max busy timeout calculation
+    - [arm64,armhf] mmc: bcm2835: fix deferred probing
+    - mmc: sunxi: fix deferred probing
+    - [arm64] mmc: meson-gx: fix deferred probing
+    - bpf: ensure main program has an extable
+    - wifi: iwlwifi: pcie: Handle SO-F device for PCI id 0x7AF0
+    - ksmbd: remove internal.h include
+    - fs: introduce lock_rename_child() helper
+    - ksmbd: fix racy issue from using ->d_parent and ->d_name
+    - ksmbd: add mnt_want_write to ksmbd vfs functions
+    - block: make sure local irq is disabled when calling __blkcg_rstat_flush
+    - io_uring/poll: serialize poll linked timer start with poll removal
+    - [x86] mm: Avoid using set_pgd() outside of real PGD pages
+    - ieee802154: hwsim: Fix possible memory leaks
+    - xfrm: Treat already-verified secpath entries as optional
+    - xfrm: Ensure policies always checked on XFRM-I input path
+    - [arm64] KVM: arm64: PMU: Restore the host's PMUSERENR_EL0
+    - xfrm: add missed call to delete offloaded policies
+    - bpf: Fix verifier id tracking of scalars on spill
+    - xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack sockets
+    - bpf: Fix a bpf_jit_dump issue for x86_64 with sysctl bpf_jit_enable.
+    - xfrm: Linearize the skb after offloading if needed.
+    - net/mlx5: DR, Fix wrong action data allocation in decap action
+    - sfc: use budget for TX completions
+    - [armel,armhf] mmc: mvsdio: fix deferred probing
+    - [armhf] mmc: omap: fix deferred probing
+    - [armhf] mmc: omap_hsmmc: fix deferred probing
+    - mmc: sdhci-acpi: fix deferred probing
+    - ipvs: align inner_mac_header for encapsulation
+    - be2net: Extend xmit workaround to BE3 chip
+    - netfilter: nf_tables: fix chain binding transaction logic
+    - netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound
+      set/chain
+    - netfilter: nf_tables: drop map element references from preparation phase
+    - netfilter: nft_set_pipapo: .walk does not deal with generations
+    - netfilter: nf_tables: disallow element updates of bound anonymous sets
+    - netfilter: nf_tables: reject unbound anonymous set before commit phase
+    - netfilter: nf_tables: reject unbound chain set before commit phase
+    - netfilter: nf_tables: disallow updates of anonymous sets
+    - netfilter: nfnetlink_osf: fix module autoload
+    - Revert "net: phy: dp83867: perform soft reset and retain established link"
+    - bpf/btf: Accept function names that contain dots
+    - bpf: Force kprobe multi expected_attach_type for kprobe_multi link
+    - io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdr
+    - sch_netem: acquire qdisc lock in netem_change()
+    - revert "net: align SO_RCVMARK required privileges with SO_MARK"
+    - [arm64] dts: rockchip: fix nEXTRST on SOQuartz
+    - gpiolib: Fix GPIO chip IRQ initialization restriction
+    - [amd64] iommu/amd: Fix possible memory leak of 'domain'
+    - gpiolib: Fix irq_domain resource tracking for
+      gpiochip_irqchip_add_domain()
+    - scsi: target: iscsi: Fix hang in the iSCSI login code
+    - scsi: target: iscsi: Remove unused transport_timer
+    - scsi: target: iscsi: Prevent login threads from racing between each other
+    - HID: wacom: Add error check to wacom_parse_and_register()
+    - [arm64] Add missing Set/Way CMO encodings
+    - smb3: missing null check in SMB2_change_notify
+    - media: cec: core: disable adapter in cec_devnode_unregister
+    - media: cec: core: don't set last_initiator if tx in progress
+    - nfcsim.c: Fix error checking for debugfs_create_dir
+    - btrfs: fix an uninitialized variable warning in btrfs_log_inode
+    - [i386] usb: gadget: udc: fix NULL dereference in remove()
+    - nvme: fix miss command type check
+    - nvme: double KA polling frequency to avoid KATO with TBKAS on
+    - nvme: check IO start time when deciding to defer KA
+    - nvme: improve handling of long keep alives
+    - [x86] Input: soc_button_array - add invalid acpi_index DMI quirk handling
+    - [s390x] cio: unregister device when the only path is gone
+    - [arm*] ASoC: simple-card: Add missing of_node_put() in case of error
+    - soundwire: dmi-quirks: add new mapping for HP Spectre x360
+    - soundwire: qcom: add proper error paths in qcom_swrm_startup()
+    - [x86] ASoC: nau8824: Add quirk to active-high jack-detect
+    - [x86] ASoC: amd: yc: Add Thinkpad Neo14 to quirks list for acp6x
+    - gfs2: Don't get stuck writing page onto itself under direct I/O
+    - [arm64] ASoC: fsl_sai: Enable BCI bit if SAI works on synchronous mode
+      with BYP asserted
+    - net: sched: wrap tc_skip_wrapper with CONFIG_RETPOLINE
+    - ALSA: hda/realtek: Add "Intel Reference board" and "NUC 13" SSID in the
+      ALC256
+    - [armhf] dts: Fix erroneous ADS touchscreen polarities
+    - null_blk: Fix: memory release when memory_backed=1
+    - drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctl
+    - vhost_net: revert upend_idx only on retriable error
+    - [x86] unwind/orc: Add ELF section with ORC version identifier
+    - [x86] apic: Fix kernel panic when booting with intremap=off and
+      x2apic_phys
+    - [arm64] i2c: imx-lpi2c: fix type char overflow issue when calculating the
+      clock cycle
+    - netfilter: nf_tables: drop module reference after updating chain
+    - [arm64] KVM: arm64: Restore GICv2-on-GICv3 functionality
+    - ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()
+    - ksmbd: fix uninitialized pointer read in smb2_create_link()
+    - ksmbd: call putname after using the last component
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.3.11
+    - mm/mmap: Fix error path in do_vmi_align_munmap()
+    - mm/mmap: Fix error return in do_vmi_align_munmap()
+    - [x86] microcode/AMD: Load late on both threads too
+    - [x86] smp: Make stop_other_cpus() more robust
+    - [x86] smp: Dont access non-existing CPUID leaf
+    - [x86] smp: Remove pointless wmb()s from native_stop_other_cpus()
+    - [x86] smp: Use dedicated cache-line for mwait_play_dead()
+    - [x86] smp: Cure kexec() vs. mwait_play_dead() breakage
+    - [x86] cpufreq: amd-pstate: Make amd-pstate EPP driver name hyphenated
+    - can: isotp: isotp_sendmsg(): fix return error fix on TX path
+    - maple_tree: fix potential out-of-bounds access in mas_wr_end_piv()
+    - mm: introduce new 'lock_mm_and_find_vma()' page fault helper
+    - mm: make the page fault mmap locking killable
+    - [arm64] mm: Convert to using lock_mm_and_find_vma()
+    - [powerpc*] mm: Convert to using lock_mm_and_find_vma()
+    - [mips*] mm: Convert to using lock_mm_and_find_vma()
+    - [riscv64] mm: Convert to using lock_mm_and_find_vma()
+    - [armel,armhf] mm: Convert to using lock_mm_and_find_vma()
+    - mm/fault: convert remaining simple cases to lock_mm_and_find_vma()
+    - [powerpc*] mm: convert coprocessor fault to lock_mm_and_find_vma()
+    - mm: make find_extend_vma() fail if write lock not held
+    - execve: expand new process stack manually ahead of time
+    - mm: always expand the stack with the mmap write lock held
+    - gup: add warning if some caller would seem to want stack expansion
+    - fbdev: fix potential OOB read in fast_imageblit()
+    - HID: hidraw: fix data race on device refcount
+    - HID: wacom: Use ktime_t rather than int when dealing with timestamps
+    - HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651.
+      (Closes: #1038271)
+
+  [ Salvatore Bonaccorso ]
+  * Ignore ABI changes for xfrm_bpf_md_dst (only for use in xfrm subsystem)
+  * [amd64,arm64] drivers/virtio: Enable VIRTIO_MEM as module (Closes: #1038665)
+  * Bump ABI to 2
+
+  [ Ben Hutchings ]
+  * Add pkg.linux.mintools profile for building minimal userland tools
+  * d/b/test-patches: Build linux-{kbuild,bootwrapper} packages
+    (Closes: #871216, #1035359)
+
+  [ Helge Deller ]
+  * [hppa] Allow up to 16 CPUs with 32-bit kernel
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 01 Jul 2023 20:23:53 +0200
+
+linux (6.3.7-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.3.6
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.3.7
+
+  [ Uwe Kleine-König ]
+  * [arm*] Add symbol information to raspberry pi device trees. This is useful
+    when device tree overlays are used.
+
+  [ Zhang Ning ]
+  * [armhf] drivers/staging/media/rkvdec: enable rkvdec as module
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 12 Jun 2023 08:25:26 +0200
+
+linux (6.3.5-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.3.5
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 31 May 2023 22:32:55 +0200
+
+linux (6.3.4-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.3.3
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.3.4
+    - maple_tree: make maple state reusable after mas_empty_area()
+      (Closes: #1036755)
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 6.3.3-rt15
+  * drivers/ptp: Make PTP_1588_CLOCK builtin (except armel/marvell)
+    (Closes: #1036744)
+
+  [ Aurelien Jarno ]
+  * [riscv64] rtc: Enable RTC_DRV_DS1307, RTC_DRV_PCF85063 and RTC_DRV_PCF8563
+    as modules.
+
+  [ Diederik de Haas ]
+  * [arm64,armhf] drivers/mailbox: Enable ROCKCHIP_MBOX
+  * [armhf] drivers/mailbox: Drop OMAP_MBOX_KFIFO_SIZE setting
+
+  [ Johannes Schauer Marin Rodrigues ]
+  * drivers/input/joystick: Enable INPUT_JOYSTICK by default (except for s390x
+    and cloud configuration) (Closes: #1035063)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 25 May 2023 23:32:33 +0200
+
+linux (6.3.2-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.3.2
+
+  [ Diederik de Haas ]
+  * [arm64] Improve support for rk3328 devices
+    - drivers/clk: Enable COMMON_CLK
+    - drivers/clk/rockchip: Enable CLK_RK3328
+    - drivers/cpuidle[arm]: Enable ARM_PSCI_CPUIDLE_DOMAIN
+    - drivers/gpio: Enable GPIO_ROCKCHIP as module
+    - drivers/gpio: Enable GPIO_SYSCON as module
+    - drivers/pinctrl: Enable PINCTRL_ROCKCHIP as module
+    - drivers/power/reset: Enable SYSCON_REBOOT_MODE as module
+    - drivers/soc/rockchip: Enable ROCKCHIP_GRF
+  * [arm64] Improve support for rk3399 devices
+    - drivers/clk/rockchip: Enable CLK_RK3399
+    - drivers/mmc/core: Enable PWRSEQ_SIMPLE
+    - drivers/soc/rockchip: Enable ROCKCHIP_DTPM as module
+    - drivers/usb/dwc3: Enable USB_DWC3_OF_SIMPLE as module
+  * [arm64] Improve support for rk356x devices
+    - drivers/clk/rockchip: Enable CLK_RK3568
+    - drivers/firmware/arm_scmi: Enable ARM_SCMI_TRANSPORT_SMC
+    - drivers/gpu/drm/bridge: Enable DRM_DISPLAY_CONNECTOR as module
+    - drivers/misc: Enable SRAM
+  * [rt] Update to 6.3.1-rt13
+
+  [ Yoann Congal ]
+  * net/hsr: Enable PRP/HSR protocols as module (Closes: #1034506)
+
+  [ Vincent Blut ]
+  * drivers/net/wireless/realtek/rtw89: Enable RTW89_8852BE and RTW89_8852CE
+    as modules (Closes: #1035569)
+
+  [ Salvatore Bonaccorso ]
+  * drivers/tty: Unset LEGACY_TIOCSTI (Closes: #1033095)
+  * d/rules.real: Fix typo in setup_image target.
+
+  [ Aurelien Jarno ]
+  * [riscv64] Enable support for hardware added in Linux 6.2 and 6.3 based on
+    the upstream defconfig update: ARCH_R9A07G043, ARCH_RENESAS, ARCH_SUNXI,
+    DMADEVICES, DMA_SUN6I, DRM_SUN4I, HW_RANDOM_JH7110, I2C_MV64XXX,
+    MMC_SUNXI, NOP_USB_XCEIV, NVMEM_SUNXI_SID, PHY_SUN4I_USB, REGULATOR,
+    REGULATOR_FIXED_VOLTAGE, RTC_DRV_SUN6I, SERIAL_SH_SCI, SPI_SUN6I,
+    STMMAC_ETH, SUN50I_IOMMU, SUNXI_WATCHDOG, USB_MUSB_HDRC, USB_MUSB_SUNXI.
+
+  [ Ben Hutchings ]
+  * [mips*] Increase RELOCATION_TABLE_SIZE to 0x1d0000 (fixes FTBFS)
+  * [sh4/sh7785lcr] Modularise drivers to shrink kernel image (fixes FTBFS):
+    - ata: Change ATA, SATA_SIL from built-in to modular
+    - SCSI: Change SCSI, BLK_DEV_SD from built-in to modular
+    - USB: Change USB, USB_EHCI_HCD, USB_R8A66597_HCD,_USB_STORAGE from
+      built-in to modular
+    - udeb: Add ata-modules, scsi-core-modules, usb-modules packages
+  * [armel/marvell]: Disable features to shrink kernel image (fixes FTBFS):
+    - security: Disable SECURITY_APPARMOR_EXPORT_BINARY
+    - tcp: Disable MPTCP
+    - tracing: Disable FUNCTION_TRACER
+  * linux-kbuild: Fix cross-build regression in objtool in 6.3
+  * linux-kbuild: Add support for objtool powerpc target
+
+  [ Andreas Hübner ]
+  * d/templates: Improve package description for "header" packages
+
+  [ Martyn Welch ]
+  * d/rules.real: Enable limiting of compression threading
+
+  [ Punit Agrawal ]
+  * [arm64,armhf] drivers/hwtracing/coresight: Enable components
+
+  [ Miguel Bernal Marin ]
+  * Enable MEI options for Intel ARC GPUs as modules (Closes: #1028463)
+    - [amd64] drivers/gpu/drm/i915: Enable DRM_I915_PXP
+    - [x86] drivers/misc/mei: Enable INTEL_MEI_GSC as module
+    - [x86] drivers/misc/mei/pxp: Enable INTEL_MEI_PXP as module
+  * Enable Intel Trust Domain Extensions - Guest Support (Closes: #1032437)
+    - [amd64] arch/x86: Enable INTEL_TDX_GUEST
+    - [amd64] drivers/virt/coco/tdx-guest: Enable TDX_GUEST_DRIVER as module
+  * [amd64] drivers/platform/x86/intel/ifs: Enable Intel In-Field Scan (IFS)
+    INTEL_IFS as module (Closes: #1033061)
+
+ -- Ben Hutchings <benh@debian.org>  Mon, 15 May 2023 02:12:25 +0200
+
+linux (6.3.1-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_6.2
+  * New upstream release: https://kernelnewbies.org/Linux_6.3
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.3.1
+
+  [ Diederik de Haas ]
+  * Update for 6.2:
+    - libcpupower1: Update symbols file
+    - d/patches: Forward and add patches to fix hardening issues
+    - d/rules: Let blhc ignore perf tests binaries that are compiled without
+      fortification (by Uwe Kleine-König)
+    - [rt] Update to 6.2-rt3
+  * Update for 6.3:
+    - linux-kbuild: Stop building bin2c
+    - [rt] Update to 6.3-rt11
+
+  [ Uwe Kleine-König ]
+  * iwlwifi: Enable device tracing
+  * [arm*] Enable NVMEM_RMEM which is useful (at least) on raspberry pi
+
+ -- Ben Hutchings <benh@debian.org>  Mon, 08 May 2023 01:01:58 +0200
+
+linux (6.1.27-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.26
+    - [arm64] dts: qcom: ipq8074-hk01: enable QMP device, not the PHY node
+    - netfilter: br_netfilter: fix recent physdev match breakage
+    - netfilter: nf_tables: Modify nla_memdup's flag to GFP_KERNEL_ACCOUNT
+    - [arm64,armhf] regulator: fan53555: Explicitly include bits header
+    - [arm64,armhf] regulator: fan53555: Fix wrong TCS_SLEW_MASK
+    - net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_agg
+      (CVE-2023-31436)
+    - virtio_net: bugfix overflow inside xdp_linearize_page()
+    - sfc: Fix use-after-free due to selftest_work
+    - netfilter: nf_tables: fix ifdef to also consider nf_tables=m
+    - i40e: fix accessing vsi->active_filters without holding lock
+    - i40e: fix i40e_setup_misc_vector() error handling
+    - netfilter: nf_tables: validate catch-all set elements
+    - netfilter: nf_tables: tighten netlink attribute requirements for catch-all
+      elements
+    - bnxt_en: Do not initialize PTP on older P3/P4 chips
+    - mlxfw: fix null-ptr-deref in mlxfw_mfa2_tlv_next()
+    - bonding: Fix memory leak when changing bond type to Ethernet
+    - net: rpl: fix rpl header size calculation
+    - [arm64] spi: spi-rockchip: Fix missing unwind goto in rockchip_sfc_probe()
+    - bpf: Fix incorrect verifier pruning due to missing register precision
+      taints
+    - e1000e: Disable TSO on i219-LM card to increase speed
+    - net: bridge: switchdev: don't notify FDB entries with "master dynamic"
+    - f2fs: Fix f2fs_truncate_partial_nodes ftrace event
+    - [x86] platform/x86/intel: vsec: Fix a memory leak in intel_vsec_add_aux
+    - [x86] platform/x86 (gigabyte-wmi): Add support for A320M-S2H V2
+    - scsi: megaraid_sas: Fix fw_crash_buffer_show()
+    - scsi: core: Improve scsi_vpd_inquiry() checks
+    - [x86] platform/x86: gigabyte-wmi: add support for B650 AORUS ELITE AX
+    - [s390x] ptrace: fix PTRACE_GET_LAST_BREAK error handling
+    - drm: buddy_allocator: Fix buddy allocator init on 32-bit systems
+    - nvme-tcp: fix a possible UAF when failing to allocate an io queue
+    - xen/netback: use same error messages for same errors
+    - [x86] platform/x86: gigabyte-wmi: add support for X570S AORUS ELITE
+    - [x86] platform/x86: asus-nb-wmi: Add quirk_asus_tablet_mode to other ROG
+      Flow X13 models
+    - mtd: spi-nor: fix memory leak when using debugfs_lookup()
+    - Revert "userfaultfd: don't fail on unrecognized features"
+    - drm/amdgpu/vcn: Disable indirect SRAM on Vangogh broken BIOSes
+    - iio: dac: ad5755: Add missing fwnode_handle_put()
+    - iio: light: tsl2772: fix reading proximity-diodes from device tree
+    - ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
+    - btrfs: get the next extent map during fiemap/lseek more efficiently
+    - maple_tree: make maple state reusable after mas_empty_area_rev()
+    - maple_tree: fix mas_empty_area() search
+    - maple_tree: fix a potential memory leak, OOB access, or other
+      unpredictable bug
+    - nilfs2: initialize unused bytes in segment summary blocks
+    - memstick: fix memory leak if card device is never registered
+    - kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()
+    - writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbs
+    - [arm64] mmc: sdhci_am654: Set HIGH_SPEED_ENA for SDR12 and SDR25
+    - [x86] drm/i915: Fix fast wake AUX sync len
+    - drm/amdgpu: Fix desktop freezed after gpu-reset
+    - drm/amd/display: set dcn315 lb bpp to 48
+    - [arm64] drm/rockchip: vop2: fix suspend/resume
+    - [arm64] drm/rockchip: vop2: Use regcache_sync() to fix suspend/resume
+    - mm/userfaultfd: fix uffd-wp handling for THP migration entries
+    - mm/khugepaged: check again on anon uffd-wp during isolation
+    - mm/huge_memory.c: warn with pr_warn_ratelimited instead of
+      VM_WARN_ON_ONCE_FOLIO
+    - mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()
+    - mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()
+    - mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pages
+    - mm/mmap: regression fix for unmapped_area{_topdown}
+    - sched/fair: Detect capacity inversion
+    - sched/fair: Consider capacity inversion in util_fits_cpu()
+    - sched/fair: Fixes for capacity inversion detection
+    - [arm64] KVM: arm64: Make vcpu flag updates non-preemptible
+    - [arm64] KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg()
+    - [mips*] Define RUNTIME_DISCARD_EXIT in LD script
+    - fuse: always revalidate rename target dentry
+    - inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().
+    - dccp: Call inet6_destroy_sock() via sk->sk_destruct().
+    - sctp: Call inet6_destroy_sock() via sk->sk_destruct().
+    - Input: pegasus-notetaker - check pipe type when probing
+    - mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlock
+    - [x86] ASoC: SOF: pm: Tear down pipelines only if DSP was active
+    - ASN.1: Fix check for strdup() success
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.27
+    - [arm64] KVM: arm64: Retry fault if vma_lookup() results become invalid
+    - mm/mempolicy: fix use-after-free of VMA iterator
+    - mptcp: stops worker on unaccepted sockets at listener close
+    - mptcp: fix accept vs worker race
+    - wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
+      (CVE-2023-1380)
+    - drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
+    - gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
+    - bluetooth: Perform careful capability checks in hci_sock_ioctl()
+      (CVE-2023-2002)
+    - btrfs: fix uninitialized variable warnings
+    - USB: serial: option: add UNISOC vendor and TOZED LT70C product
+    - driver core: Don't require dynamic_debug for initcall_debug probe timing
+    - [riscv64] Move early dtb mapping into the fixmap region
+    - [riscv64] Do not set initial_boot_params to the linear address of the dtb
+    - [riscv64] No need to relocate the dtb as it lies in the fixmap region
+
+  [ Aurelien Jarno ]
+  * [armhf] Asymmetric Multi Processing on STM32MP1: Enable STM32_IPCC,
+    RPMSG_CHAR, RPMSG_CTRL, RPMSG_VIRTIO, CONFIG_RPMSG_TTY as module.
+  * [armhf] Enable CEC_STM32 as module.
+
+  [ Emanuele Rocca ]
+  * [arm64] Enable support for RZ/G2M-HiHope. Set ARCH_RENESAS, ARCH_R8A774A1,
+    and SERIAL_SH_SCI. Enable GPIO_RCAR, MMC_SDHI, PHY_RCAR_GEN3_USB2 as
+    modules. (Closes: #1033232)
+
+  [ Ben Hutchings ]
+  * d/b/gencontrol.py: Add optional extra config dir debian/config.local
+  * d/b/gencontrol.py: Add support for noudeb build profile
+  * d/b/test-patches: Change ABI name to make packages co-installable
+  * d/b/test-patches: Make debug info optional and disabled by default
+  * d/b/test-patches: Build a linux-headers-common package as well
+    (Closes: #871216)
+  * d/b/test-patches: Tolerate missing d/control, d/rules.gen, or d/p/test
+  * d/b/test-patches: Detect flavour correctly when running backported kernel
+
+  [ Salvatore Bonaccorso ]
+  * netfilter: nf_tables: deactivate anonymous set from preparation phase
+    (CVE-2023-32233)
+  * Bump ABI to 9
+  * [rt] Update to 6.1.26-rt8
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 08 May 2023 22:16:50 +0200
+
+linux (6.1.25-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.21
+    - xfrm: Allow transport-mode states with AF_UNSPEC selector
+    - drm/virtio: Pass correct device to dma_sync_sgtable_for_device()
+    - drm/msm/gem: Prevent blocking within shrinker loop
+    - [arm64,armhf] drm/panfrost: Don't sync rpm suspension after mmu flushing
+    - cifs: Move the in_send statistic to __smb_send_rqst()
+    - [arm64] drm/meson: fix 1px pink line on GXM when scaling video overlay
+    - [x86] ASoC: SOF: Intel: MTL: Fix the device description
+    - [x86] ASoC: SOF: Intel: HDA: Fix device description
+    - [x86] ASoC: SOF: Intel: SKL: Fix device description
+    - [x86] ASOC: SOF: Intel: pci-tgl: Fix device description
+    - docs: Correct missing "d_" prefix for dentry_operations member
+      d_weak_revalidate
+    - scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add()
+    - ALSA: hda: Match only Intel devices with CONTROLLER_IN_GPU()
+    - netfilter: nft_nat: correct length for loading protocol registers
+    - netfilter: nft_masq: correct length for loading protocol registers
+    - netfilter: nft_redir: correct length for loading protocol registers
+    - netfilter: nft_redir: correct value of inet type `.maxattrs`
+    - scsi: core: Add BLIST_NO_VPD_SIZE for some VDASD
+    - scsi: core: Fix a procfs host directory removal regression
+    - ftrace,kcfi: Define ftrace_stub_graph conditionally
+    - tcp: tcp_make_synack() can be called from process context
+    - wifi: nl80211: fix NULL-ptr deref in offchan check
+    - wifi: cfg80211: fix MLO connection ownership
+    - nfc: pn533: initialize struct pn533_out_arg properly
+    - ipvlan: Make skb->skb_iif track skb->dev for l3s mode
+    - i40e: Fix kernel crash during reboot when adapter is in recovery mode
+    - [s390x] PCI: s390: Fix use-after-free of PCI resources with per-function
+      hotplug
+    - [x86] drm/i915/psr: Use calculated io and fast wake lines
+    - [x86] drm/i915/sseu: fix max_subslices array-index-out-of-bounds access
+    - net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()
+    - qed/qed_dev: guard against a possible division by zero
+    - block: do not reverse request order when flushing plug list
+    - loop: Fix use-after-free issues
+    - net: tunnels: annotate lockless accesses to dev->needed_headroom
+    - net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status
+      fails
+    - tcp: Fix bind() conflict check for dual-stack wildcard address.
+    - net/smc: fix deadlock triggered by cancel_delayed_work_syn()
+    - net: usb: smsc75xx: Limit packet length to skb->len
+    - drm/bridge: Fix returned array size name for atomic_get_input_bus_fmts
+      kdoc
+    - [powerpc*] mm: Fix false detection of read faults
+    - nvme: fix handling single range discard request
+    - nvmet: avoid potential UAF in nvmet_req_complete()
+    - block: sunvdc: add check for mdesc_grab() returning NULL
+    - net/mlx5e: Fix macsec ASO context alignment
+    - net/mlx5e: Don't cache tunnel offloads capability
+    - net/mlx5: Fix setting ec_function bit in MANAGE_PAGES
+    - net/mlx5: Disable eswitch before waiting for VF pages
+    - net/mlx5e: Support Geneve and GRE with VF tunnel offload
+    - net/mlx5: E-switch, Fix wrong usage of source port rewrite in split rules
+    - net/mlx5: E-switch, Fix missing set of split_count when forward to ovs
+      internal port
+    - net/mlx5e: Fix cleanup null-ptr deref on encap lock
+    - net/mlx5: Set BREAK_FW_WAIT flag first when removing driver
+    - veth: Fix use after free in XDP_REDIRECT
+    - ice: xsk: disable txq irq before flushing hw
+    - [arm64,armhf] net: dsa: don't error out when drivers return ETH_DATA_LEN
+      in .port_max_mtu()
+    - [arm64,armhf] net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191,
+      6220, 6250, 6290
+    - sh_eth: avoid PHY being resumed when interface is not up
+    - ipv4: Fix incorrect table ID in IOCTL path
+    - net: usb: smsc75xx: Move packet length check to prevent kernel panic in
+      skb_pull
+    - net: atlantic: Fix crash when XDP is enabled but no program is loaded
+    - [s390x] net/iucv: Fix size of interrupt data
+    - qed/qed_mng_tlv: correctly zero out ->min instead of ->hour
+    - bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type change
+    - bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave fails
+    - hwmon: (adt7475) Display smoothing attributes in correct order
+    - hwmon: (adt7475) Fix masking of hysteresis registers
+    - jffs2: correct logic when creating a hole in jffs2_write_begin
+    - ext4: fail ext4_iget if special inode unallocated
+    - ext4: update s_journal_inum if it changes after journal replay
+    - ext4: fix task hung in ext4_xattr_delete_inode
+    - net/9p: fix bug in client create for .L
+    - drm/amdgpu: fix ttm_bo calltrace warning in psp_hw_fini
+    - drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes
+    - ext4: fix possible double unlock when moving a directory
+    - [arm64] tty: serial: fsl_lpuart: skip waiting for transmission complete
+      when UARTCTRL_SBK is asserted
+    - serial: 8250_fsl: fix handle_irq locking
+    - [arm64] firmware: xilinx: don't make a sleepable memory allocation from an
+      atomic context
+    - [arm64,armhf] memory: tegra: fix interconnect registration race
+    - [armhf] memory: tegra124-emc: fix interconnect registration race
+    - drm/ttm: Fix a NULL pointer dereference
+    - [arm64,armhf] interconnect: fix icc_provider_del() error handling
+    - [arm64,armhf] interconnect: fix provider registration API
+    - [arm64] interconnect: imx: fix registration race
+    - [arm64,armhf] interconnect: fix mem leak when freeing nodes
+    - md: select BLOCK_LEGACY_AUTOLOAD
+    - cifs: generate signkey for the channel that's reconnecting
+    - tracing: Make splice_read available again
+    - tracing: Check field value in hist_field_name()
+    - tracing: Make tracepoint lockdep check actually test something
+    - cifs: Fix smb2_set_path_size()
+    - [x86] KVM: SVM: Fix a benign off-by-one bug in AVIC physical table mask
+    - [x86] KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUs
+    - [x86] KVM: nVMX: add missing consistency checks for CR0 and CR4
+    - ALSA: hda: intel-dsp-config: add MTL PCI id
+    - ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro
+    - ALSA: hda/realtek: fix speaker, mute/micmute LEDs not work on a HP
+      platform
+    - drm/shmem-helper: Remove another errant put in error path
+    - [arm64,armhf] drm/sun4i: fix missing component unbind on bind errors
+    - [x86] drm/i915/active: Fix misuse of non-idle barriers as fence trackers
+    - [x86] drm/i915/dg2: Add HDMI pixel clock frequencies 267.30 and 319.89 MHz
+    - drm/amdgpu: Don't resume IOMMU after incomplete init
+    - drm/amd/pm: Fix sienna cichlid incorrect OD volage after resume
+    - drm/amd/pm: bump SMU 13.0.4 driver_if header version
+    - drm/amd/display: Do not set DRR on pipe Commit
+    - drm/amd/display: disconnect MPCC only on OTG change
+    - mptcp: fix possible deadlock in subflow_error_report
+    - mptcp: add ro_after_init for tcp{,v6}_prot_override
+    - mptcp: avoid setting TCP_CLOSE state twice
+    - mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket()
+    - ftrace: Fix invalid address access in lookup_rec() when index is 0
+    - ocfs2: fix data corruption after failed write
+    - nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000
+    - ice: avoid bonding causing auxiliary plug/unplug under RTNL lock
+    - mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropage
+    - mm: teach mincore_hugetlb about pte markers
+    - trace/hwlat: Do not wipe the contents of per-cpu thread data
+    - trace/hwlat: Do not start per-cpu thread if it is already running
+    - [arm64] ACPI: PPTT: Fix to avoid sleep in the atomic context when PPTT is
+      absent
+    - fbdev: Fix incorrect page mapping clearance at fb_deferred_io_release()
+    - [arm64] cpuidle: psci: Iterate backwards over list in psci_pd_remove()
+    - [x86] ASoC: Intel: soc-acpi: fix copy-paste issue in topology names
+    - [x86] mce: Make sure logged MCEs are processed after sysfs update
+    - [x86] mm: Fix use of uninitialized buffer in sme_enable()
+    - [x86] resctrl: Clear staged_config[] before and after it is used
+    - powerpc: Pass correct CPU reference to assembler
+    - [amd64] virt/coco/sev-guest: Check SEV_SNP attribute at probe time
+    - [amd64] virt/coco/sev-guest: Simplify extended guest request handling
+    - [amd64] virt/coco/sev-guest: Remove the disable_vmpck label in
+      handle_guest_request()
+    - [amd64] virt/coco/sev-guest: Carve out the request issuing logic into a
+      helper
+    - [amd64] virt/coco/sev-guest: Do some code style cleanups
+    - [amd64] virt/coco/sev-guest: Convert the sw_exit_info_2 checking to a
+      switch-case
+    - [amd64] virt/coco/sev-guest: Add throttling awareness
+    - io_uring/msg_ring: let target know allocated index
+    - perf: Fix check before add_event_to_groups() in perf_group_detach()
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.22
+    - perf/core: Fix perf_output_begin parameter is incorrectly invoked in
+      perf_event_bpf_output
+    - perf: fix perf_event_context->time
+    - drm/amd/display: Include virtual signal to set k1 and k2 values
+    - drm/amd/display: fix k1 k2 divider programming for phantom streams
+    - drm/amd/display: Remove OTG DIV register write for Virtual signals.
+    - mptcp: refactor passive socket initialization
+    - mptcp: use the workqueue to destroy unaccepted sockets
+    - mptcp: fix UaF in listener shutdown
+    - drm/amd/display: Fix DP MST sinks removal issue
+    - [x86] power: supply: bq24190: Fix use after free bug in bq24190_remove due
+      to race condition
+    - [arm64] dts: imx8dxl-evk: Disable hibernation mode of AR8031 for EQOS
+    - [arm64] dts: imx8dxl-evk: Fix eqos phy reset gpio
+    - NFS: Fix /proc/PID/io read_bytes for buffered reads
+    - xsk: Add missing overflow check in xdp_umem_reg
+    - iavf: fix inverted Rx hash condition leading to disabled hash
+    - iavf: fix non-tunneled IPv6 UDP packet type and hashing
+    - iavf: do not track VLAN 0 filters
+    - intel/igbvf: free irq on the error path in igbvf_request_msix()
+    - igbvf: Regard vf reset nack as success
+    - igc: fix the validation logic for taprio's gate list
+    - [arm64] i2c: imx-lpi2c: check only for enabled interrupt flags
+    - scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate()
+    - nfsd: don't replace page in rq_pages if it's a continuation of last page
+    - net: usb: smsc95xx: Limit packet length to skb->len
+    - efi/libstub: smbios: Use length member instead of record struct size
+    - qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info
+    - net: phy: Ensure state transitions are processed from phy_stop()
+    - net: mdio: fix owner field for mdio buses registered using device-tree
+    - net: mdio: fix owner field for mdio buses registered using ACPI
+    - net: stmmac: Fix for mismatched host/device DMA address width
+    - [x86] drm/i915: Print return value on error
+    - [x86] drm/i915/fbdev: lock the fbdev obj before vma pin
+    - [x86] drm/i915/guc: Rename GuC register state capture node to be more
+      obvious
+    - [x86] drm/i915/guc: Fix missing ecodes
+    - [x86] drm/i915/gt: perform uc late init after probe error injection
+    - [arm64] net: qcom/emac: Fix use after free bug in emac_remove due to race
+      condition
+    - net: usb: lan78xx: Limit packet length to skb->len
+    - keys: Do not cache key in task struct if key is requested from kernel
+      thread
+    - ice: check if VF exists before mode check
+    - iavf: fix hang on reboot with ice
+    - i40e: fix flow director packet filter programming
+    - bpf: Adjust insufficient default bpf_jit_limit
+    - net/mlx5e: Set uplink rep as NETNS_LOCAL
+    - net/mlx5e: Block entering switchdev mode with ns inconsistency
+    - net/mlx5: Fix steering rules cleanup
+    - net/mlx5e: Overcome slow response for first macsec ASO WQE
+    - net/mlx5: Read the TC mapping of all priorities on ETS query
+    - net/mlx5: E-Switch, Fix an Oops in error handling code
+    - [armhf] net: dsa: tag_brcm: legacy: fix daisy-chained switches
+    - atm: idt77252: fix kmemleak when rmmod idt77252
+    - erspan: do not use skb_mac_header() in ndo_start_xmit()
+    - nvme-tcp: fix nvme_tcp_term_pdu to match spec
+    - hvc/xen: prevent concurrent accesses to the shared ring
+    - ksmbd: add low bound validation to FSCTL_SET_ZERO_DATA
+    - ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGES
+    - ksmbd: fix possible refcount leak in smb2_open()
+    - Bluetooth: hci_sync: Resume adv with no RPA when active scan
+    - Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packet
+    - Bluetooth: btusb: Remove detection of ISO packets over bulk
+    - Bluetooth: ISO: fix timestamped HCI ISO data packet parsing
+    - Bluetooth: Remove "Power-on" check from Mesh feature
+    - [amd64,arm64] gve: Cache link_speed value from device
+    - net: asix: fix modprobe "sysfs: cannot create duplicate filename"
+    - [arm64] net: mdio: thunder: Add missing fwnode_handle_put()
+    - drm/amd/display: Set dcn32 caps.seamless_odm
+    - Bluetooth: btqcomsmd: Fix command timeout after setting BD address
+    - Bluetooth: L2CAP: Fix responding with wrong PDU type
+    - Bluetooth: btsdio: fix use after free bug in btsdio_remove due to
+      unfinished work (CVE-2023-1989)
+    - Bluetooth: mgmt: Fix MGMT add advmon with RSSI command
+    - platform/chrome: cros_ec_chardev: fix kernel data leak from ioctl
+    - entry: Fix noinstr warning in __enter_from_user_mode()
+    - [x86] perf/x86/amd/core: Always clear status for idx
+    - entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up
+    - hwmon: fix potential sensor registration fail if of_node is missing
+    - [x86] hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCs
+    - scsi: qla2xxx: Synchronize the IOCB count to be in order
+    - scsi: qla2xxx: Perform lockless command completion in abort path
+    - smb3: lower default deferred close timeout to address perf regression
+    - smb3: fix unusable share after force unmount failure
+    - [x86] thunderbolt: Use scale field when allocating USB3 bandwidth
+    - [x86] thunderbolt: Call tb_check_quirks() after initializing adapters
+    - [x86] thunderbolt: Add quirk to disable CLx
+    - [x86] thunderbolt: Fix memory leak in margining
+    - [x86] thunderbolt: Disable interrupt auto clear for rings
+    - [x86] thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access
+    - [x86] thunderbolt: Use const qualifier for `ring_interrupt_index`
+    - [x86] thunderbolt: Rename shadowed variables bit to interrupt_bit and
+      auto_clear_bit
+    - [x86] ASoC: amd: yp: Add OMEN by HP Gaming Laptop 16z-n000 to quirks
+    - [x86] ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A43)
+    - [x86] ACPI: x86: Drop quirk for HP Elitebook
+    - [x86] ACPI: x86: utils: Add Cezanne to the list for forcing
+      StorageD3Enable
+    - drm/cirrus: NULL-check pipe->plane.state->fb in cirrus_pipe_update()
+    - HID: cp2112: Fix driver not registering GPIO IRQ chip as threaded
+    - HID: logitech-hidpp: Add support for Logitech MX Master 3S mouse
+    - [amd64] HID: intel-ish-hid: ipc: Fix potential use-after-free in work
+      function
+    - scsi: target: iscsi: Fix an error message in iscsi_check_key()
+    - scsi: qla2xxx: Add option to disable FC2 Target support
+    - [arm64] scsi: hisi_sas: Check devm_add_action() return value
+    - scsi: ufs: core: Add soft dependency on governor_simpleondemand
+    - scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()
+    - scsi: lpfc: Avoid usage of list iterator variable after loop
+    - scsi: mpi3mr: Driver unload crashes host when enhanced logging is enabled
+    - scsi: mpi3mr: Wait for diagnostic save during controller init
+    - scsi: mpi3mr: NVMe command size greater than 8K fails
+    - scsi: mpi3mr: Bad drive in topology results kernel crash
+    - scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file
+    - net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990
+    - net: usb: qmi_wwan: add Telit 0x1080 composition
+    - drm/amd/display: Update clock table to include highest clock setting
+    - drm/amdgpu: Fix call trace warning and hang when removing amdgpu device
+    - drm/amd: Fix initialization mistake for NBIO 7.3.0
+    - cifs: lock chan_lock outside match_session
+    - cifs: append path to open_enter trace event
+    - cifs: do not poll server interfaces too regularly
+    - cifs: empty interface list when server doesn't support query interfaces
+    - cifs: dump pending mids for all channels in DebugData
+    - cifs: print session id while listing open files
+    - cifs: fix dentry lookups in directory handle cache
+    - [x86] fpu/xstate: Prevent false-positive warning in
+      __copy_xstate_uabi_buf()
+    - scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMR
+    - [arm64] usb: dwc2: drd: fix inconsistent mode if
+      role-switch-default-mode="host"
+    - [arm64,armhf] usb: dwc2: fix a devres leak in hw_enable upon suspend
+      resume
+    - usb: gadget: u_audio: don't let userspace block driver unbind
+    - btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profile
+    - Bluetooth: Fix race condition in hci_cmd_sync_clear
+    - efi: sysfb_efi: Fix DMI quirks not working for simpledrm
+    - mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP
+    - fscrypt: destroy keyring after security_sb_delete()
+    - fsverity: Remove WQ_UNBOUND from fsverity read workqueue
+    - lockd: set file_lock start and end when decoding nlm4 testargs
+    - [arm64] dts: imx8mm-nitrogen-r2: fix WM8960 clock name
+    - igb: revert rtnl_lock() that causes deadlock
+    - dm thin: fix deadlock when swapping to thin device
+    - usb: typec: tcpm: fix create duplicate source-capabilities file
+    - usb: typec: tcpm: fix warning when handle discover_identity message
+    - [arm64,armhf] usb: chipdea: core: fix return -EINVAL if request role is
+      the same with current role
+    - [arm64,armhf] usb: chipidea: core: fix possible concurrent when switch
+      role
+    - [arm64,armhf] usb: dwc3: gadget: Add 1ms delay after end transfer command
+      without IOC
+    - io_uring/net: avoid sending -ECONNABORTED on repeated connection requests
+    - io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get() (CVE-2023-1583)
+    - maple_tree: fix mas_skip_node() end slot detection
+    - ksmbd: fix wrong signingkey creation when encryption is AES256
+    - ksmbd: set FILE_NAMED_STREAMS attribute in FS_ATTRIBUTE_INFORMATION
+    - ksmbd: don't terminate inactive sessions after a few seconds
+    - ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialect
+    - ksmbd: return unsupported error on smb1 mount
+    - wifi: mac80211: fix qos on mesh interfaces
+    - nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()
+    - drm/amd/display: fix wrong index used in dccg32_set_dpstreamclk
+    - [arm64] drm/meson: fix missing component unbind on bind errors
+    - drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD Navi
+    - [x86] drm/i915/active: Fix missing debug object activation
+    - [x86] drm/i915: Preserve crtc_state->inherited during state clearing
+    - drm/amdgpu: skip ASIC reset for APUs when go to S4
+    - drm/amdgpu: reposition the gpu reset checking for reuse
+    - [arm64] firmware: arm_scmi: Fix device node validation for mailbox
+      transport
+    - mm/ksm: fix race with VMA iteration and mm_struct teardown
+    - [arm64] i2c: xgene-slimpro: Fix out-of-bounds bug in
+      xgene_slimpro_i2c_xfer() (CVE-2023-2194)
+    - dm stats: check for and propagate alloc_percpu failure
+    - dm crypt: add cond_resched() to dmcrypt_write()
+    - dm crypt: avoid accessing uninitialized tasklet
+    - sched/fair: sanitize vruntime of entity being placed
+    - sched/fair: Sanitize vruntime of entity being migrated
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.23
+    - [x86] thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routers
+    - cifs: update ip_addr for ses only for primary chan setup
+    - cifs: prevent data race in cifs_reconnect_tcon()
+    - cifs: avoid race conditions with parallel reconnects
+    - zonefs: Reorganize code
+    - zonefs: Simplify IO error handling
+    - zonefs: Reduce struct zonefs_inode_info size
+    - zonefs: Separate zone information from inode information
+    - zonefs: Fix error message in zonefs_file_dio_append()
+    - fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY
+    - btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKING
+    - btrfs: zoned: count fresh BG region as zone unusable
+    - [armhf] dts: aspeed: p10bmc: Update battery node name
+    - [arm64] drm/msm/dpu: Refactor sc7280_pp location
+    - [arm64] drm/msm/dpu: correct sm8250 and sm8350 scaler
+    - [arm64] drm/msm/disp/dpu: fix sc7280_pp base offset
+    - [arm64] tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* API
+    - [arm64] tty: serial: fsl_lpuart: fix race on RX DMA shutdown
+    - tracing: Add .percent suffix option to histogram values
+    - tracing: Add .graph suffix option to histogram value
+    - tracing: Do not let histogram values have some modifiers
+    - [arm64] net: mscc: ocelot: fix stats region batching
+    - [arm64] efi: Set NX compat flag in PE/COFF header
+    - cifs: fix missing unload_nls() in smb2_reconnect()
+    - xfrm: Zero padding when dumping algos and encap
+    - zstd: Fix definition of assert()
+    - ACPI: video: Add backlight=native DMI quirk for Dell Vostro 15 3535
+    - [x86] ASoC: SOF: ipc3: Check for upper size limit for the received message
+    - [x86] ASoC: SOF: ipc4-topology: Fix incorrect sample rate print unit
+    - [x86] ASoC: SOF: Intel: pci-tng: revert invalid bar size setting
+    - [x86] ASoC: SOF: IPC4: update gain ipc msg definition to align with fw
+    - md: avoid signed overflow in slot_store()
+    - [amd64] x86/PVH: obtain VGA console info in Dom0
+    - ALSA: asihpi: check pao in control_message()
+    - ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set()
+    - sched_getaffinity: don't assume 'cpumask_size()' is fully initialized
+    - nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620
+    - net/mlx5e: Lower maximum allowed MTU in XSK to match XDP prerequisites
+    - tracing: Fix wrong return in kprobe_event_gen_test.c
+    - btrfs: fix uninitialized variable warning in btrfs_update_block_group
+    - btrfs: use temporary variable for space_info in btrfs_update_block_group
+    - ALSA: usb-audio: Fix recursive locking at XRUN during syncing
+    - [arm64,armhf] PCI: dwc: Fix PORT_LINK_CONTROL update when CDM check
+      enabled
+    - [x86] platform/x86: think-lmi: add missing type attribute
+    - [x86] platform/x86: think-lmi: use correct possible_values delimiters
+    - [x86] platform/x86: think-lmi: only display possible_values if available
+    - [x86] platform/x86: think-lmi: Add possible_values for ThinkStation
+    - [x86] platform/surface: aggregator: Add missing fwnode_handle_put()
+    - SUNRPC: fix shutdown of NFS TCP client socket
+    - sfc: ef10: don't overwrite offload features at NIC reset
+    - scsi: megaraid_sas: Fix crash after a double completion
+    - scsi: mpt3sas: Don't print sense pool info twice
+    - [arm64] ptp_qoriq: fix memory leak in probe()
+    - r8169: fix RTL8168H and RTL8107E rx crc error
+    - [arm*] regulator: Handle deferred clk
+    - net/net_failover: fix txq exceeding warning
+    - net: stmmac: don't reject VLANs when IFF_PROMISC is set
+    - [x86] drm/i915/tc: Fix the ICL PHY ownership check in TC-cold state
+    - [x86] platform/x86/intel/pmc: Alder Lake PCH slp_s0_residency fix
+    - can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write
+    - ACPI: bus: Rework system-level device notification handling
+    - loop: LOOP_CONFIGURE: send uevents for partitions
+    - [arm64,armhf] net: mvpp2: classifier flow fix fragmentation flags
+    - [arm64,armhf] net: mvpp2: parser fix QinQ
+    - [arm64,armhf] net: mvpp2: parser fix PPPoE
+    - [arm64,armhf] smsc911x: avoid PHY being resumed when interface is not up
+    - ice: Fix ice_cfg_rdma_fltr() to only update relevant fields
+    - ice: add profile conflict check for AVF FDIR
+    - ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()
+    - ALSA: ymfpci: Create card with device-managed snd_devm_card_new()
+    - ALSA: ymfpci: Fix BUG_ON in probe function
+    - i40e: fix registers dump after run ethtool adapter self test
+    - bnxt_en: Fix reporting of test result in ethtool selftest
+    - bnxt_en: Fix typo in PCI id to device description string mapping
+    - bnxt_en: Add missing 200G link speed reporting
+    - [arm64,armhf] net: dsa: mv88e6xxx: Enable IGMP snooping on user ports only
+    - Input: xpad - fix incorrectly applied patch for MAP_PROFILE_BUTTON
+    - [amd64] iommu/vt-d: Allow zero SAGAW if second-stage not supported
+    - Input: alps - fix compatibility with -funsigned-char
+    - Input: focaltech - use explicitly signed char type
+    - cifs: prevent infinite recursion in CIFSGetDFSRefer()
+    - cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALL
+    - Input: goodix - add Lenovo Yoga Book X90F to nine_bytes_report DMI table
+    - btrfs: fix deadlock when aborting transaction during relocation with scrub
+    - btrfs: fix race between quota disable and quota assign ioctls
+      (CVE-2023-1611)
+    - btrfs: scan device in non-exclusive mode
+    - zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user space
+    - block/io_uring: pass in issue_flags for uring_cmd task_work handling
+    - io_uring/poll: clear single/double poll flags on poll arming
+    - io_uring/rsrc: fix rogue rsrc node grabbing
+    - io_uring: fix poll/netmsg alloc caches
+    - vmxnet3: use gro callback when UPT is enabled
+    - zonefs: Always invalidate last cached page on append write
+    - dm: fix __send_duplicate_bios() to always allow for splitting IO
+    - can: j1939: prevent deadlock by moving j1939_sk_errqueue()
+    - xen/netback: don't do grant copy across page boundary
+    - modpost: Fix processing of CRCs on 32-bit build machines
+      (Closes: #1033329)
+    - pinctrl: amd: Disable and mask interrupts on resume
+    - [x86] platform/x86: ideapad-laptop: Stop sending KEY_TOUCHPAD_TOGGLE
+    - [powerpc*] Don't try to copy PPR for task with NULL pt_regs
+    - [powerpc*] pseries/vas: Ignore VAS update for DLPAR if copy/paste is not
+      enabled
+    - NFSv4: Fix hangs when recovering open state after a server reboot
+    - ALSA: hda/conexant: Partial revert of a quirk for Lenovo
+    - ALSA: usb-audio: Fix regression on detection of Roland VS-100
+    - ALSA: hda/realtek: Add quirks for some Clevo laptops
+    - ALSA: hda/realtek: Add quirk for Lenovo ZhaoYang CF4620Z
+    - rcu: Fix rcu_torture_read ftrace event
+    - [s390x] uaccess: add missing earlyclobber annotations to __clear_user()
+    - [arm64,armhf] drm/etnaviv: fix reference leak when mmaping imported buffer
+    - drm/amdgpu: allow more APUs to do mode2 reset when go to S4
+    - drm/amd/display: Add DSC Support for Synaptics Cascaded MST Hub
+    - drm/amd/display: Take FEC Overhead into Timeslot Calculation
+    - [x86] drm/i915/gem: Flush lmem contents after construction
+    - [x86] drm/i915/dpt: Treat the DPT BO as a framebuffer
+    - [x86] drm/i915: Disable DC states for all commits
+    - [x86] drm/i915: Move CSC load back into .color_commit_arm() when PSR is
+      enabled on skl/glk
+    - [arm64] KVM: arm64: PMU: Fix GET_ONE_REG for vPMC regs to return the
+      current value
+    - [arm64] KVM: arm64: Disable interrupts while walking userspace PTs
+    - [arm64,armhf] net: dsa: mv88e6xxx: read FID when handling ATU violations
+    - [arm64,armhf] net: dsa: mv88e6xxx: replace ATU violation prints with trace
+      points
+    - [arm64,armhf] net: dsa: mv88e6xxx: replace VTU violation prints with trace
+      points
+    - usb: ucsi: Fix ucsi->connector race
+    - [amd64] x86/PVH: avoid 32-bit build warning when obtaining VGA console
+      info
+    - Revert "cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*"
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.24
+    - dm cache: Add some documentation to dm-cache-background-tracker.h
+    - dm integrity: Remove bi_sector that's only used by commented debug code
+    - dm: change "unsigned" to "unsigned int"
+    - dm: fix improper splitting for abnormal bios
+    - [arm64] KVM: arm64: PMU: Align chained counter implementation with
+      architecture pseudocode
+    - [arm64] KVM: arm64: PMU: Distinguish between 64bit counter and 64bit
+      overflow
+    - [arm64] KVM: arm64: PMU: Sanitise PMCR_EL0.LP on first vcpu run
+    - [arm64] KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPU
+    - Drivers: vmbus: Check for channel allocation before looking up relids
+    - [x86] ASoC: SOF: ipc4: Ensure DSP is in D0I0 during
+      sof_ipc4_set_get_data()
+    - pwm: Make .get_state() callback return an error code
+    - [arm64] pwm: cros-ec: Explicitly set .polarity in .get_state()
+    - [arm64,armhf] pwm: meson: Explicitly set .polarity in .get_state()
+    - [s390x] KVM: s390: pv: fix external interruption loop not always detected
+    - wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()
+    - wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded
+      sta
+    - net: qrtr: Fix a refcount bug in qrtr_recvmsg()
+    - net: phylink: add phylink_expects_phy() method
+    - net: stmmac: check if MAC needs to attach to a PHY
+    - net: stmmac: remove redundant fixup to support fixed-link mode
+    - l2tp: generate correct module alias strings
+    - wifi: brcmfmac: Fix SDIO suspend/resume regression
+    - NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGAL
+    - nfsd: call op_release, even when op_func returns an error
+    - icmp: guard against too small mtu
+    - ALSA: hda/hdmi: Preserve the previous PCM device upon re-enablement
+    - net: don't let netpoll invoke NAPI if in xmit context
+    - [arm64,armhf] net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bit
+    - sctp: check send stream number after wait_for_sndbuf
+    - net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENT
+    - ipv6: Fix an uninit variable access bug in __ip6_make_skb()
+    - [x86] platform/x86: think-lmi: Fix memory leak when showing current
+      settings
+    - [x86] platform/x86: think-lmi: Fix memory leaks when parsing ThinkStation
+      WMI strings
+    - [x86] platform/x86: think-lmi: Clean up display of current_value on
+      Thinkstation
+    - net: stmmac: fix up RX flow hash indirection table when setting channels
+    - sunrpc: only free unix grouplist after RCU settles
+    - NFSD: callback request does not use correct credential for AUTH_SYS
+    - ice: fix wrong fallback logic for FDIR
+    - ice: Reset FDIR counter in FDIR init stage
+    - raw: use net_hash_mix() in hash function
+    - raw: Fix NULL deref in raw_get_next().
+    - ping: Fix potentail NULL deref for /proc/net/icmp.
+    - ethtool: reset #lanes when lanes is omitted
+    - netlink: annotate lockless accesses to nlk->max_recvmsg_len
+    - [amd64,arm64] gve: Secure enough bytes in the first TX desc for all TCP
+      pkts
+    - [arm64] compat: Work around uninitialized variable warning
+    - net: stmmac: check fwnode for phy device before scanning for phy
+    - cxl/pci: Fix CDAT retrieval on big endian
+    - cxl/pci: Handle truncated CDAT header
+    - cxl/pci: Handle truncated CDAT entries
+    - cxl/pci: Handle excessive CDAT length
+    - [arm64,armhf] usb: xhci: tegra: fix sleep in atomic call
+    - xhci: Free the command allocated for setting LPM if we return early
+    - xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommu
+    - USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs
+    - usb: typec: altmodes/displayport: Fix configure initial pin assignment
+    - USB: serial: option: add Telit FE990 compositions
+    - USB: serial: option: add Quectel RM500U-CN modem
+    - drivers: iio: adc: ltc2497: fix LSB shift
+    - iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chip
+    - iio: buffer: correctly return bytes written in output buffers
+    - iio: buffer: make sure O_NONBLOCK is respected
+    - iio: light: cm32181: Unregister second I2C client if present
+    - [arm64] tty: serial: fsl_lpuart: avoid checking for transfer complete when
+      UARTCTRL_SBK is asserted in lpuart32_tx_empty
+    - nilfs2: fix potential UAF of struct nilfs_sc_info in
+      nilfs_segctor_thread()
+    - nilfs2: fix sysfs interface lifetime
+    - serial: 8250: Prevent starting up DMA Rx on THRI interrupt
+    - ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARN
+    - ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdr
+    - ALSA: hda/realtek: Add quirk for Clevo X370SNW
+    - ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
+    - x86/ACPI/boot: Use FADT version to check support for online capable
+    - [x86] KVM: x86: Clear "has_error_code", not "error_code", for RM exception
+      injection
+    - [x86] KVM: nVMX: Do not report error code when synthesizing VM-Exit from
+      Real Mode
+    - [arm64] coresight: etm4x: Do not access TRCIDR1 for identification
+    - [arm64] coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug
+    - blk-mq: directly poll requests
+    - iio: adc: ad7791: fix IRQ flags
+    - io_uring: fix return value when removing provided buffers
+    - io_uring: fix memory leak when removing provided buffers
+    - scsi: qla2xxx: Fix memory leak in qla2x00_probe_one()
+    - scsi: iscsi_tcp: Check that sock is valid before iscsi_set_param()
+    - nvme: fix discard support without oncs
+    - cifs: sanitize paths in cifs_update_super_prepath.
+    - block: don't set GD_NEED_PART_SCAN if scan partition failed
+    - perf/core: Fix the same task check in perf_event_set_output
+    - ftrace: Mark get_lock_parent_ip() __always_inline
+    - ftrace: Fix issue that 'direct->addr' not restored in
+      modify_ftrace_direct()
+    - fs: drop peer group ids under namespace lock
+    - can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access
+    - can: isotp: fix race between isotp_sendsmg() and isotp_release()
+    - can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT events
+    - can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL
+      infos
+    - ACPI: video: Add auto_detect arg to __acpi_video_get_backlight_type()
+    - ACPI: video: Make acpi_backlight=video work independent from GPU driver
+    - ACPI: video: Add acpi_backlight=video quirk for Apple iMac14,1 and
+      iMac14,2
+    - ACPI: video: Add acpi_backlight=video quirk for Lenovo ThinkPad W530
+    - net: stmmac: Add queue reset into stmmac_xdp_open() function
+    - tracing/synthetic: Fix races on freeing last_cmd
+    - tracing/timerlat: Notify new max thread latency
+    - tracing: Free error logs of tracing instances
+    - [x86] ASoC: hdac_hdmi: use set_stream() instead of set_tdm_slots()
+    - tracing/synthetic: Make lastcmd_mutex static
+    - mm: vmalloc: avoid warn_alloc noise caused by fatal signal
+    - wifi: mt76: ignore key disable commands
+    - [arm64,armhf] drm/panfrost: Fix the panfrost_mmu_map_fault_addr() error
+      path
+    - drm/nouveau/disp: Support more modes by checking with lower bpc
+    - [x86] drm/i915: Fix context runtime accounting
+    - [x86] drm/i915: fix race condition UAF in i915_perf_add_config_ioctl
+    - ring-buffer: Fix race while reader and writer are on the same page
+    - mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()
+    - mm/hugetlb: fix uffd wr-protection for CoW optimization path
+    - maple_tree: fix get wrong data_end in mtree_lookup_walk()
+    - maple_tree: fix a potential concurrency bug in RCU mode
+    - blk-throttle: Fix that bps of child could exceed bps limited in parent
+    - drm/amd/display: Clear MST topology if it fails to resume
+    - drm/amdgpu: for S0ix, skip SDMA 5.x+ suspend/resume
+    - drm/amdgpu: skip psp suspend for IMU enabled ASICs mode2 reset
+    - [x86] drm/display/dp_mst: Handle old/new payload states in
+      drm_dp_remove_payload()
+    - [x86] drm/i915/dp_mst: Fix payload removal during output disabling
+    - [x86] drm/i915: Use _MMIO_PIPE() for SKL_BOTTOM_COLOR
+    - [x86] drm/i915: Split icl_color_commit_noarm() from
+      skl_color_commit_noarm()
+    - mm: take a page reference when removing device exclusive entries
+    - maple_tree: remove GFP_ZERO from kmem_cache_alloc() and
+      kmem_cache_alloc_bulk()
+    - maple_tree: fix potential rcu issue
+    - maple_tree: reduce user error potential
+    - maple_tree: fix handle of invalidated state in mas_wr_store_setup()
+    - maple_tree: fix mas_prev() and mas_find() state handling
+    - maple_tree: be more cautious about dead nodes
+    - maple_tree: refine ma_state init from mas_start()
+    - maple_tree: detect dead nodes in mas_start()
+    - maple_tree: fix freeing of nodes in rcu mode
+    - maple_tree: remove extra smp_wmb() from mas_dead_leaves()
+    - maple_tree: add smp_rmb() to dead node detection
+    - maple_tree: add RCU lock checking to rcu callback functions
+    - mm: enable maple tree RCU mode by default.
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.25
+    - Revert "pinctrl: amd: Disable and mask interrupts on resume"
+    - drm/amd/display: Pass the right info to drm_dp_remove_payload
+    - ALSA: emu10k1: fix capture interrupt handler unlinking
+    - ALSA: hda/sigmatel: add pin overrides for Intel DP45SG motherboard
+    - ALSA: i2c/cs8427: fix iec958 mixer control deactivation
+    - ALSA: hda: patch_realtek: add quirk for Asus N7601ZM
+    - ALSA: hda/realtek: Add quirks for Lenovo Z13/Z16 Gen2
+    - ALSA: firewire-tascam: add missing unwind goto in
+      snd_tscm_stream_start_duplex()
+    - ALSA: emu10k1: don't create old pass-through playback device on Audigy
+    - ALSA: hda/sigmatel: fix S/PDIF out on Intel D*45* motherboards
+    - ALSA: hda/hdmi: disable KAE for Intel DG2
+    - Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}
+    - Bluetooth: Fix race condition in hidp_session_thread
+    - bluetooth: btbcm: Fix logic error in forming the board name.
+    - Bluetooth: Free potentially unfreed SCO connection
+    - Bluetooth: hci_conn: Fix possible UAF
+    - btrfs: restore the thread_pool= behavior in remount for the end I/O
+      workqueues
+    - btrfs: fix fast csum implementation detection
+    - fbmem: Reject FB_ACTIVATE_KD_TEXT from userspace
+    - mtdblock: tolerate corrected bit-flips
+    - [armhf] mtd: rawnand: stm32_fmc2: remove unsupported EDO mode
+    - [armhf] mtd: rawnand: stm32_fmc2: use timings.mode instead of checking
+      tRC_min
+    - [arm64] KVM: arm64: PMU: Restore the guest's EL0 event counting after
+      migration
+    - fbcon: Fix error paths in set_con2fb_map
+    - fbcon: set_con2fb_map needs to set con2fb_map!
+    - [x86] drm/i915/dsi: fix DSS CTL register offsets for TGL+
+    - RDMA/irdma: Do not generate SW completions for NOPs
+    - RDMA/irdma: Fix memory leak of PBLE objects
+    - RDMA/irdma: Increase iWARP CM default rexmit count
+    - RDMA/irdma: Add ipv4 check to irdma_find_listener()
+    - IB/mlx5: Add support for 400G_8X lane speed
+    - RDMA/cma: Allow UD qp_type to join multicast only
+    - bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp
+    - 9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race
+      condition (CVE-2023-1859)
+    - [arm64] bpf, arm64: Fixed a BTI error on returning to patched function
+    - [arm64] KVM: arm64: Initialise hypervisor copies of host symbols
+      unconditionally
+    - [arm64] KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMs
+    - niu: Fix missing unwind goto in niu_alloc_channels()
+    - tcp: restrict net.ipv4.tcp_app_win
+    - bonding: fix ns validation on backup slaves
+    - iavf: refactor VLAN filter states
+    - iavf: remove active_cvlans and active_svlans bitmaps
+    - net: openvswitch: fix race on port output
+    - Bluetooth: hci_conn: Fix not cleaning up on LE Connection failure
+    - Bluetooth: Fix printing errors if LE Connection times out
+    - Bluetooth: SCO: Fix possible circular locking dependency
+      sco_sock_getsockopt
+    - Bluetooth: Set ISO Data Path on broadcast sink
+    - [armhf] drm/armada: Fix a potential double free in an error handling path
+    - qlcnic: check pci_reset_function result
+    - net: wwan: iosm: Fix error handling path in ipc_pcie_probe()
+    - cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex
+    - net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()
+    - sctp: fix a potential overflow in sctp_ifwdtsn_skip
+    - RDMA/core: Fix GID entry ref leak when create_ah fails
+    - udp6: fix potential access to stale information
+    - [arm64] net: macb: fix a memory corruption in extended buffer descriptor
+      mode
+    - skbuff: Fix a race between coalescing and releasing SKBs
+    - [arm64] power: supply: rk817: Fix unsigned comparison with less than zero
+    - [arm64] power: supply: cros_usbpd: reclassify "default case!" as debug
+    - [x86] power: supply: axp288_fuel_gauge: Added check for negative values
+    - wifi: mwifiex: mark OF related data as maybe unused
+    - [arm64] i2c: imx-lpi2c: clean rx/tx buffers upon new message
+    - efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/L
+    - [x86] ACPI: video: Add backlight=native DMI quirk for Acer Aspire 3830TG
+    - drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Book X90F
+    - [arm64] hwmon: (xgene) Fix ioremap and memremap leak
+    - [amd64] verify_pefile: relax wrapper length check
+    - asymmetric_keys: log on fatal failures in PE/pkcs7
+    - nvme: send Identify with CNS 06h only to I/O controllers
+    - wifi: iwlwifi: mvm: fix mvmtxq->stopped handling
+    - wifi: iwlwifi: mvm: protect TXQ list manipulation
+    - drm/amdgpu: add mes resume when do gfx post soft reset
+    - drm/amdgpu: Force signal hw_fences that are embedded in non-sched jobs
+    - drm/amdgpu/gfx: set cg flags to enter/exit safe mode
+    - ACPI: resource: Add Medion S17413 to IRQ override quirk
+    - [x86] hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h
+    - [x86] KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments
+    - [x86] hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"
+    - [x86] KVM: SVM: Flush Hyper-V TLB when required
+    - tracing: Add trace_array_puts() to write into instance
+    - tracing: Have tracing_snapshot_instance_cond() write errors to the
+      appropriate instance
+    - maple_tree: fix write memory barrier of nodes once dead for RCU mode
+    - ksmbd: avoid out of bounds access in decode_preauth_ctxt()
+    - [riscv64] add icache flush for nommu sigreturn trampoline
+    - [amd64] HID: intel-ish-hid: Fix kernel panic during warm reset
+    - net: sfp: initialize sfp->i2c_block_size at sfp allocation
+    - scsi: ses: Handle enclosure with just a primary component gracefully
+    - [x86] PCI: Add quirk for AMD XHCI controller that loses MSI-X state in
+      D3hot
+    - cgroup: fix display of forceidle time at root
+    - cgroup/cpuset: Fix partition root's cpuset.cpus update bug
+    - cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()
+    - mptcp: use mptcp_schedule_work instead of open-coding it
+    - mptcp: stricter state check in mptcp_worker
+    - ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size
+    - ubi: Fix deadlock caused by recursively holding work_sem
+    - [powerpc*] papr_scm: Update the NUMA distance table for the target node
+    - sched/fair: Fix imbalance overflow
+    - [x86] rtc: Remove __init for runtime functions
+    - i2c: ocores: generate stop condition after timeout in polling mode
+    - cifs: fix negotiate context parsing
+    - nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQN
+    - nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSD
+    - cgroup/cpuset: Skip spread flags update on v2
+    - cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly
+    - cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methods
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 8
+  * [arm64] drivers/net/can: Enable CAN_C_CAN, CAN_C_CAN_PLATFORM, CAN_M_CAN and
+    CAN_M_CAN_PLATFORM as module.
+    Move configuration enablement to arm64 specific configuration.
+
+  [ Cyril Brulebois ]
+  * fbdev/offb: Update expected device name (Closes: #1033058)
+    This fixes the hang/black screen in Debian Installer on ppc64el, with
+    thanks to Frédéric Bonnard for the detailed bug report.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 22 Apr 2023 20:48:02 +0200
+
+linux (6.1.20-2) unstable; urgency=medium
+
+  [ Hans van Kranenburg ]
+  * d/t/control.tools-unversioned.in: version rtla build deps
+
+  [ Helmut Grohne ]
+  * Fix FTCBFS: Supply the host pkg-config to the rtla build. (Closes: #1019118)
+
+  [ Francesco Dolcini ]
+  * [armhf] Add support for NXP i.MX7 SOC (Closes: #1031180)
+
+  [ Martyn Welch ]
+  * [arm64] ti: am62x: Enable support for am625-sk eval board
+  * d/salsa-ci.yml: Increase timeout of CI build stage to 3 hours
+
+  [ наб ]
+  * Re-instate "KEYS: Make use of platform keyring for module signature verify"
+    (Closes: #1030200)
+
+  [ Vincent Blut ]
+  * drivers/input/touchscreen: Enable TOUCHSCREEN_SILEAD as module
+    (Closes: #925424)
+  * [x86] drivers/platform/x86: Enable TOUCHSCREEN_DMI
+  * drivers/scsi/mpi3mr: Enable SCSI_MPI3MR as module (Closes: #1033566)
+
+  [ Diederik de Haas ]
+  * [arm64,armhf] Enable DRM_PANEL_FEIYANG_FY07024DI26A30D as module
+
+  [ Cyril Brulebois ]
+  * udeb: add intel_lpss* (optional) to kernel-image (Closes: #1032136)
+    Many laptops have their touchpad accessible over I2C, only visible
+    if LPSS is available in the installer.
+
+  [ Salvatore Bonaccorso ]
+  * [x86] acpi/boot: Correct acpi_is_processor_usable() check (Closes: #1033732)
+  * usb: ucsi: Fix NULL pointer deref in ucsi_connector_change()
+    (Closes: #1032948)
+  * usb: ucsi_acpi: Increase the command completion timeout (Closes: #1032948)
+  * [arm64] hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to
+    race condition (CVE-2023-1855)
+  * net/sched: act_mirred: better wording on protection against excessive stack
+    growth
+  * act_mirred: use the backlog for nested calls to mirred ingress
+    (CVE-2022-4269)
+  * [x86] xirc2ps_cs: Fix use after free bug in xirc2ps_detach (CVE-2023-1670)
+  * Bluetooth: HCI: Fix global-out-of-bounds (CVE-2023-28866)
+
+  [ Henning Schild ]
+  * [x86] drivers/gpio: Enable GPIO_F7188X as module
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 08 Apr 2023 17:36:24 +0200
+
+linux (6.1.20-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.16
+    - HID: asus: use spinlock to protect concurrent accesses
+    - HID: asus: use spinlock to safely schedule workers (CVE-2023-1079)
+    - [powerpc*] mm: Rearrange if-else block to avoid clang warning
+    - ata: ahci: Revert "ata: ahci: Add Tiger Lake UP{3,4} AHCI controller"
+    - [armhf] OMAP2+: Fix memory leak in realtime_counter_init()
+    - [arm64] dts: qcom: sm6125-seine: Clean up gpio-keys (volume down)
+    - [arm64] dts: qcom: sdm845-db845c: fix audio codec interrupt pin name
+    - [x86] acpi/boot: Do not register processors that cannot be onlined for
+      x2APIC
+    - [arm64] dts: meson-gxl: jethub-j80: Fix WiFi MAC address node
+    - [arm64] dts: meson-gxl: jethub-j80: Fix Bluetooth MAC node name
+    - cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*
+    - [armhf] imx: Call ida_simple_remove() for ida_simple_get
+    - locking/rwsem: Disable preemption in all down_read*() and up_read() code
+      paths
+    - [arm64] dts: meson: radxa-zero: allow usb otg mode
+    - [arm64] dts: meson: bananapi-m5: switch VDDIO_C pin to OPEN_DRAIN
+    - [armhf] dts: sun8i: nanopi-duo2: Fix regulator GPIO reference
+    - sbitmap: remove redundant check in __sbitmap_queue_get_batch
+    - sbitmap: Use single per-bitmap counting to wake up queued tags
+    - sbitmap: correct wake_batch recalculation to avoid potential IO hung
+    - blk-mq: avoid sleep in blk_mq_alloc_request_hctx
+    - blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctx
+    - blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_wait
+    - blk-mq: Fix potential io hung for shared sbitmap per tagset
+    - blk-mq: correct stale comment of .get_budget
+    - [s390x] dasd: Fix potential memleak in dasd_eckd_init()
+    - sched/rt: pick_next_rt_entity(): check list_entry (CVE-2023-1077)
+    - [x86] perf/x86/intel/ds: Fix the conversion from TSC to perf time
+    - [x86] perf/zhaoxin: Add stepping check for ZXC
+    - KEYS: asymmetric: Fix ECDSA use via keyctl uapi
+    - erofs: relinquish volume with mutex held
+    - block: sync mixed merged request's failfast with 1st bio's
+    - block: Fix io statistics for cgroup in throttle path
+    - block: bio-integrity: Copy flags when bio_integrity_payload is cloned
+    - block: use proper return value from bio_failfast()
+    - wifi: mt76: mt7915: check return value before accessing free_block_num
+    - wifi: mt76: mt7915: drop always true condition of __mt7915_reg_addr()
+    - wifi: mt76: mt7915: fix unintended sign extension of
+      mt7915_hw_queue_read()
+    - wifi: mt76: fix coverity uninit_use_in_call in
+      mt76_connac2_reverse_frag0_hdr_trans()
+    - wifi: rsi: Fix memory leak in rsi_coex_attach()
+    - wifi: rtlwifi: rtl8821ae: don't call kfree_skb() under spin_lock_irqsave()
+    - wifi: rtlwifi: rtl8188ee: don't call kfree_skb() under spin_lock_irqsave()
+    - wifi: rtlwifi: rtl8723be: don't call kfree_skb() under spin_lock_irqsave()
+    - wifi: iwlegacy: common: don't call dev_kfree_skb() under
+      spin_lock_irqsave()
+    - wifi: libertas: fix memory leak in lbs_init_adapter()
+    - wifi: rtl8xxxu: don't call dev_kfree_skb() under spin_lock_irqsave()
+    - wifi: rtw89: 8852c: rfk: correct DACK setting
+    - wifi: rtw89: 8852c: rfk: correct DPK settings
+    - wifi: rtlwifi: Fix global-out-of-bounds bug in
+      _rtl8812ae_phy_set_txpower_limit()
+    - wifi: ipw2x00: don't call dev_kfree_skb() under spin_lock_irqsave()
+    - wifi: ipw2200: fix memory leak in ipw_wdev_init()
+    - wifi: wilc1000: fix potential memory leak in wilc_mac_xmit()
+    - wifi: wilc1000: add missing unregister_netdev() in wilc_netdev_ifc_init()
+    - wifi: brcmfmac: fix potential memory leak in brcmf_netdev_start_xmit()
+    - wifi: brcmfmac: unmap dma buffer in brcmf_msgbuf_alloc_pktid()
+    - wifi: libertas_tf: don't call kfree_skb() under spin_lock_irqsave()
+    - wifi: libertas: if_usb: don't call kfree_skb() under spin_lock_irqsave()
+    - wifi: libertas: main: don't call kfree_skb() under spin_lock_irqsave()
+    - wifi: libertas: cmdresp: don't call kfree_skb() under spin_lock_irqsave()
+    - [x86] wifi: wl3501_cs: don't call kfree_skb() under spin_lock_irqsave()
+    - [amd64] crypto: x86/ghash - fix unaligned access in ghash_setkey()
+    - ACPICA: Drop port I/O validation for some regions
+    - genirq: Fix the return type of kstat_cpu_irqs_sum()
+    - rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu purpose
+    - rcu-tasks: Remove preemption disablement around srcu_read_[un]lock() calls
+    - rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()
+    - lib/mpi: Fix buffer overrun when SG is too long
+    - [amd64] crypto: ccp - Avoid page allocation failure warning for
+      SEV_GET_ID2
+    - platform/chrome: cros_ec_typec: Update port DP VDO
+    - ACPICA: nsrepair: handle cases without a return value correctly
+    - [arm64] cpufeature: Fix field sign for DIT hwcap detection
+    - workqueue: Protects wq_unbound_cpumask with wq_pool_attach_mutex
+    - [s390x] early: fix sclp_early_sccb variable lifetime
+    - [s390x] vfio-ap: fix an error handling path in vfio_ap_mdev_probe_queue()
+    - [x86] signal: Fix the value returned by strict_sas_size()
+    - [arm64] thermal/drivers/tsens: Drop msm8976-specific defines
+    - [arm64] thermal/drivers/tsens: Sort out msm8976 vs msm8956 data
+    - [arm64] thermal/drivers/tsens: fix slope values for msm8939
+    - [arm64] thermal/drivers/tsens: limit num_sensors to 9 for msm8939
+    - wifi: rtw89: fix potential leak in rtw89_append_probe_req_ie()
+    - wifi: rtw89: Add missing check for alloc_workqueue
+    - wifi: rtl8xxxu: Fix memory leaks with RTL8723BU, RTL8192EU
+    - wifi: orinoco: check return value of hermes_write_wordrec()
+    - wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no
+      callback function
+    - wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() fails
+    - wifi: ath9k: Fix potential stack-out-of-bounds write in
+      ath9k_wmi_rsp_callback()
+    - wifi: ath11k: Fix memory leak in ath11k_peer_rx_frag_setup
+    - wifi: cfg80211: Fix extended KCK key length check in
+      nl80211_set_rekey_data()
+    - ACPI: battery: Fix missing NUL-termination with large strings
+    - [x86] crypto: ccp - Failure on re-initialization due to duplicate sysfs
+      filename
+    - crypto: essiv - Handle EBUSY correctly
+    - crypto: seqiv - Handle EBUSY correctly
+    - [x86] powercap: fix possible name leak in powercap_register_zone()
+    - [x86] microcode: Add a parameter to microcode_check() to store CPU
+      capabilities
+    - [x86] microcode: Check CPU capabilities after late microcode update
+      correctly
+    - [x86] microcode: Adjust late loading result reporting message
+    - crypto: xts - Handle EBUSY correctly
+    - leds: led-class: Add missing put_device() to led_put()
+    - wifi: iwlwifi: mei: fix compilation errors in rfkill()
+    - [amd64]  crypto: ccp - Flush the SEV-ES TMR memory before giving it to
+      firmware
+    - wifi: mt76: mt7915: call mt7915_mcu_set_thermal_throttling() only after
+      init_work
+    - wifi: mt76: mt7915: fix memory leak in mt7915_mcu_exit
+    - wifi: mt76: mt7915: fix WED TxS reporting
+    - wifi: mt76: add memory barrier to SDIO queue kick
+    - wifi: mt76: mt7921: fix error code of return in mt7921_acpi_read
+    - net/mlx5: Enhance debug print in page allocation failure
+    - irqchip: Fix refcount leak in platform_irqchip_probe
+    - [arm64] irqchip/irq-mvebu-gicp: Fix refcount leak in mvebu_gicp_probe
+    - [s390x] mem_detect: fix detect_memory() error handling
+    - [s390x] vmem: fix empty page tables cleanup under KASAN
+    - [s390x] boot: cleanup decompressor header files
+    - [s390x] mem_detect: rely on diag260() if sclp_early_get_memsize() fails
+    - [s390x] boot: fix mem_detect extended area allocation
+    - net: add sock_init_data_uid()
+    - tun: tun_chr_open(): correctly initialize socket uid (CVE-2023-1076)
+    - tap: tap_open(): correctly initialize socket uid (CVE-2023-1076)
+    - OPP: fix error checking in opp_migrate_dentry()
+    - Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeeds
+    - Bluetooth: L2CAP: Fix potential user-after-free
+    - Bluetooth: hci_qca: get wakeup status from serdev device handle
+    - [s390x] vfio-ap: tighten the NIB validity check
+    - [s390x] ap: fix status returned by ap_aqic()
+    - [s390x] ap: fix status returned by ap_qact()
+    - xen/grant-dma-iommu: Implement a dummy probe_device() callback
+    - rds: rds_rm_zerocopy_callback() correct order for list_add_tail()
+    - crypto: rsa-pkcs1pad - Use akcipher_request_complete
+    - wifi: iwl3945: Add missing check for create_singlethread_workqueue
+    - wifi: iwl4965: Add missing check for create_singlethread_workqueue()
+    - wifi: mwifiex: fix loop iterator in mwifiex_update_ampdu_txwinsize()
+    - ACPI: resource: Add IRQ overrides for MAINGEAR Vector Pro 2 models
+    - ACPI: resource: Do IRQ override on all TongFang GMxRGxx
+    - wifi: mac80211: move color collision detection report in a delayed work
+    - wifi: mac80211: make rate u32 in sta_set_rate_info_rx()
+    - wifi: mac80211: fix non-MLO station association
+    - wifi: mac80211: Don't translate MLD addresses for multicast
+    - wifi: mac80211: avoid u32_encode_bits() warning
+    - wifi: mac80211: fix off-by-one link setting
+    - [arm64] thermal/drivers/hisi: Drop second sensor hi3660
+    - wifi: mac80211: pass 'sta' to ieee80211_rx_data_set_sta()
+    - bpf: Zeroing allocated object from slab in bpf memory allocator
+    - can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits in case of a
+      bus error
+    - can: esd_usb: Make use of can_change_state() and relocate checking skb for
+      NULL
+    - xsk: check IFF_UP earlier in Tx path
+    - bpf: Fix global subprog context argument resolution logic
+    - [arm64,armhf] irqchip/irq-brcmstb-l2: Set IRQ_LEVEL for level triggered
+      interrupts
+    - net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()
+    - net/smc: fix application data exception
+    - l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()
+    - net: bcmgenet: fix MoCA LED control
+    - net/mlx4_en: Introduce flexible array to silence overflow warning
+    - drm: Fix potential null-ptr-deref due to drmm_mode_config_init()
+    - drm/fourcc: Add missing big-endian XRGB1555 and RGB565 formats
+    - [arm64,armhf] drm/vc4: dpi: Fix format mapping for RGB565
+    - [armhf] gpu: ipu-v3: common: Add of_node_put() for reference returned by
+      of_graph_get_port_by_id()
+    - [arm64,armhf] drm/vc4: drop all currently held locks if deadlock happens
+    - hwmon: (ftsteutates) Fix scaling of measurements
+    - [arm64] drm/msm/dpu: check for null return of devm_kzalloc() in
+      dpu_writeback_init()
+    - [arm64] drm/msm/hdmi: Add missing check for alloc_ordered_workqueue
+    - [armhf] pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domain
+    - [arm64,armhf] pinctrl: rockchip: Fix refcount leak in
+      rockchip_pinctrl_parse_groups
+    - [arm64,armhf] drm/vc4: hvs: Set AXI panic modes
+    - [arm64,armhf] drm/vc4: hvs: SCALER_DISPBKGND_AUTOHS is only valid on HVS4
+    - [arm64,armhf] drm/vc4: hvs: Correct interrupt masking bit assignment for
+      HVS5
+    - [arm64,armhf] drm/vc4: hvs: Fix colour order for xRGB1555 on HVS5
+    - [arm64,armhf] drm/vc4: hdmi: Correct interlaced timings again
+    - [arm64] drm/msm: clean event_thread->worker in case of an error
+    - [arm64,armhf] drm/panel-edp: fix name for IVO product id 854b
+    - scsi: qla2xxx: Fix exchange oversubscription
+    - scsi: qla2xxx: Fix exchange oversubscription for management commands
+    - scsi: qla2xxx: edif: Fix clang warning
+    - [arm64] ASoC: fsl_sai: initialize is_dsp_mode flag
+    - [arm64] drm/msm/adreno: Fix null ptr access in adreno_gpu_cleanup()
+    - ALSA: hda/ca0132: minor fix for allocation size
+    - drm/amdgpu: Use the sched from entity for amdgpu_cs trace
+    - [arm64] drm/msm/gem: Add check for kmalloc
+    - [arm64] drm/msm/dpu: Disallow unallocated resources to be returned
+    - drm/mipi-dsi: Fix byte order of 16-bit DCS set/get brightness
+    - [armhf] drm: exynos: dsi: Fix MIPI_DSI*_NO_* mode flags
+    - [arm64] drm/msm/dsi: Allow 2 CTRLs on v2.5.0
+    - scsi: ufs: exynos: Fix DMA alignment for PAGE_SIZE != 4096
+    - [arm64] drm/msm/dpu: sc7180: add missing WB2 clock control
+    - [arm64] drm/msm: use strscpy instead of strncpy
+    - [arm64] drm/msm/dpu: Add check for cstate
+    - [arm64] drm/msm/dpu: Add check for pstates
+    - [arm64] drm/msm/mdp5: Add check for kzalloc
+    - [arm64,armhf] pinctrl: bcm2835: Remove of_node_put() in
+      bcm2835_of_gpio_ranges_fallback()
+    - [arm64,armhf] drm/tegra: firewall: Check for is_addr_reg existence in IMM
+      check
+    - [arm64] drm/msm/dpu: set pdpu->is_rt_pipe early in
+      dpu_plane_sspp_atomic_update()
+    - [x86] ASoC: soc-compress.c: fixup private_data on snd_soc_new_compress()
+    - [arm64,armhf] gpio: vf610: connect GPIO label to dev name
+    - [x86] ASoC: topology: Properly access value coming from topology file
+    - dm: improve shrinker debug names
+    - regmap: apply reg_base and reg_downshift for single register ops
+    - [x86] hwmon: (asus-ec-sensors) add missing mutex path
+    - ALSA: hda: Fix the control element identification for multiple codecs
+    - drm/amdgpu: fix enum odm_combine_mode mismatch
+    - scsi: mpt3sas: Fix a memory leak
+    - scsi: aic94xx: Add missing check for dma_map_single()
+    - HID: multitouch: Add quirks for flipped axes
+    - HID: retain initial quirks set up when creating HID devices
+    - drm/amd/display: don't call dc_interrupt_set() for disabled crtcs
+    - HID: logitech-hidpp: Hard-code HID++ 1.0 fast scroll support
+    - dm: remove flush_scheduled_work() during local_exit()
+    - nfs4trace: fix state manager flag printing
+    - NFS: fix disabling of swap
+    - HID: bigben: use spinlock to protect concurrent accesses
+    - HID: bigben_worker() remove unneeded check on report_field
+    - HID: bigben: use spinlock to safely schedule workers (CVE-2023-25012)
+    - hid: bigben_probe(): validate report count
+    - ALSA: hda/hdmi: Register with vga_switcheroo on Dual GPU Macbooks
+    - drm/shmem-helper: Fix locking for drm_gem_shmem_get_pages_sgt()
+    - NFSD: enhance inter-server copy cleanup
+    - NFSD: fix leaked reference count of nfsd4_ssc_umount_item
+    - nfsd: fix race to check ls_layouts
+    - nfsd: clean up potential nfsd_file refcount leaks in COPY codepath
+    - NFSD: fix problems with cleanup on errors in nfsd4_copy
+    - nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_open
+    - nfsd: don't fsync nfsd_files on last close
+    - NFSD: copy the whole verifier in nfsd_copy_write_verifier
+    - cifs: Fix lost destroy smbd connection when MR allocate failed
+    - cifs: Fix warning and UAF when destroy the MR list
+    - cifs: use tcon allocation functions even for dummy tcon
+    - gfs2: jdata writepage fix
+    - leds: led-core: Fix refcount leak in of_led_get()
+    - [x86] leds: simatic-ipc-leds-gpio: Make sure we have the GPIO providing
+      driver
+    - [amd64] dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0
+    - [arm64] RDMA/hns: Fix refcount leak in hns_roce_mmap
+    - iio: light: tsl2563: Do not hardcode interrupt trigger type
+    - i2c: designware: fix i2c_dw_clk_rate() return size to be u32
+    - soundwire: cadence: Don't overflow the command FIFOs
+    - driver core: fix potential null-ptr-deref in device_add()
+    - kobject: modify kobject_get_path() to take a const *
+    - kobject: Fix slab-out-of-bounds in fill_kobj_path()
+    - media: uvcvideo: Check for INACTIVE in uvc_ctrl_is_accessible()
+    - media: uvcvideo: Implement mask for V4L2_CTRL_TYPE_MENU
+    - media: uvcvideo: Refactor uvc_ctrl_mappings_uvcXX
+    - media: uvcvideo: Refactor power_line_frequency_controls_limited
+    - [arm64] coresight: etm4x: Fix accesses to TRCSEQRSTEVR and TRCSEQSTR
+    - PCI/IOV: Enlarge virtfn sysfs name buffer
+    - [arm64] tty: serial: fsl_lpuart: disable Rx/Tx DMA in lpuart32_shutdown()
+    - [arm64] tty: serial: fsl_lpuart: clear LPUART Status Register in
+      lpuart32_shutdown()
+    - [arm64,armhf] serial: tegra: Add missing clk_disable_unprepare() in
+      tegra_uart_hw_init()
+    - [x86] Revert "char: pcmcia: cm4000_cs: Replace mdelay with usleep_range in
+      set_protocol"
+    - applicom: Fix PCI device refcount leak in applicom_init()
+    - [x86] VMCI: check context->notify_page after call to get_user_pages_fast()
+      to avoid GPF
+    - [x86] misc/mei/hdcp: Use correct macros to initialize uuid_le
+    - driver core: fix resource leak in device_add()
+    - driver core: location: Free struct acpi_pld_info *pld before return false
+    - drivers: base: transport_class: fix possible memory leak
+    - drivers: base: transport_class: fix resource leak when
+      transport_add_device() fails
+    - firmware: dmi-sysfs: Fix null-ptr-deref in dmi_sysfs_register_handle
+    - [arm64] tty: serial: fsl_lpuart: Fix the wrong RXWATER setting for rx dma
+      case
+    - RDMA/cxgb4: add null-ptr-check after ip_dev_find()
+    - usb: gadget: configfs: Restrict symlink creation is UDC already binded
+    - PCI: mt7621: Delay phy ports initialization
+    - [amd64] iommu/vt-d: Set No Execute Enable bit in PASID table entry
+    - power: supply: remove faulty cooling logic
+    - RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish()
+    - RDMA/irdma: Cap MSIX used to online CPUs + 1
+    - [arm64] serial: fsl_lpuart: fix RS485 RTS polariy inverse issue
+    - [arm64,armhf] tty: serial: imx: Handle RS485 DE signal active high
+    - [arm64,armhf] tty: serial: imx: disable Ageing Timer interrupt request irq
+    - driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links
+    - driver core: fw_devlink: Don't purge child fwnode's consumer links
+    - driver core: fw_devlink: Allow marking a fwnode link as being part of a
+      cycle
+    - driver core: fw_devlink: Consolidate device link flag computation
+    - driver core: fw_devlink: Improve check for fwnode with no device/driver
+    - driver core: fw_devlink: Make cycle detection more robust
+    - mtd: mtdpart: Don't create platform device that'll never probe
+    - [arm64] usb: host: fsl-mph-dr-of: reuse device_set_of_node_from_dev
+    - PCI: Fix dropping valid root bus resources with .end = zero
+    - [arm64] phy: rockchip-typec: fix tcphy_get_mode error case
+    - [arm64] PCI: qcom: Fix host-init error handling
+    - iw_cxgb4: Fix potential NULL dereference in c4iw_fill_res_cm_id_entry()
+    - iommu: Fix error unwind in iommu_group_alloc()
+    - [amd64] iommu/amd: Do not identity map v2 capable device when snp is
+      enabled
+    - [amd64] iommu/vt-d: Fix error handling in sva enable/disable paths
+    - [amd64] iommu/vt-d: Allow to use flush-queue when first level is default
+    - RDMA/rxe: cleanup some error handling in rxe_verbs.c
+    - RDMA/rxe: Fix missing memory barriers in rxe_queue.h
+    - [amd64] IB/hfi1: Fix math bugs in hfi1_can_pin_pages()
+    - [amd64] IB/hfi1: Fix sdma.h tx->num_descs off-by-one errors
+    - [armhf] media: platform: ti: Add missing check for devm_regulator_get
+    - [armhf] media: imx: imx7-media-csi: fix missing clk_disable_unprepare() in
+      imx7_csi_init()
+    - media: mc: Get media_device directly from pad
+    - media: rc: Fix use-after-free bugs caused by ene_tx_irqsim()
+      (CVE-2023-1118)
+    - media: usb: siano: Fix use after free bugs caused by do_submit_urb
+    - media: saa7134: Use video_unregister_device for radio_dev
+    - [arm64] rpmsg: glink: Avoid infinite loop on intent for missing channel
+    - [arm64] rpmsg: glink: Release driver_override
+    - [armhf] OMAP2+: omap4-common: Fix refcount leak bug
+    - udf: Define EFSCORRUPTED error code
+    - exit: Detect and fix irq disabled state in oops
+    - fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detected
+    - blk-iocost: fix divide by 0 error in calc_lcoefs()
+    - blk-cgroup: dropping parent refcount after pd_free_fn() is done
+    - blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and
+      blkcg_deactivate_policy()
+    - trace/blktrace: fix memory leak with using debugfs_lookup()
+    - btrfs: scrub: improve tree block error reporting
+    - cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
+    - [x86] fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threads
+    - cpuidle: drivers: firmware: psci: Dont instrument suspend code
+    - cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUG
+    - [x86] perf/x86/intel/uncore: Add Meteor Lake support
+    - wifi: ath9k: Fix use-after-free in ath9k_hif_usb_disconnect()
+    - wifi: ath11k: fix monitor mode bringup crash
+    - wifi: brcmfmac: Fix potential stack-out-of-bounds in
+      brcmf_c_preinit_dcmds()
+    - rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checks
+    - rcu: Suppress smp_processor_id() complaint in
+      synchronize_rcu_expedited_wait()
+    - srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALL
+    - rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug
+    - rcu-tasks: Handle queue-shrink/callback-enqueue race condition
+    - wifi: ath11k: debugfs: fix to work with multiple PCI devices
+    - [x86] thermal: intel: Fix unsigned comparison with less than zero
+    - timers: Prevent union confusion from unexpected restart_syscall()
+    - [x86] bugs: Reset speculation control settings on init
+    - wifi: brcmfmac: ensure CLM version is null-terminated to prevent
+      stack-out-of-bounds
+    - wifi: mt7601u: fix an integer underflow
+    - inet: fix fast path in __inet_hash_connect()
+    - ice: restrict PTP HW clock freq adjustments to 100, 000, 000 PPB
+    - ice: add missing checks for PF vsi type
+    - ACPI: Don't build ACPICA with '-Os'
+    - bpf, docs: Fix modulo zero, division by zero, overflow, and underflow
+    - [x86] thermal: intel: intel_pch: Add support for Wellsburg PCH
+    - clocksource: Suspend the watchdog temporarily when high read latency
+      detected
+    - net: bcmgenet: Add a check for oversized packets
+    - [s390x] mm,ptdump: avoid Kasan vs Memcpy Real markers swapping
+    - netfilter: nf_tables: NULL pointer dereference in nf_tables_updobj()
+    - can: isotp: check CAN address family in isotp_bind()
+    - wifi: mt76: dma: free rx_head in mt76_dma_rx_cleanup
+    - ACPI: video: Fix Lenovo Ideapad Z570 DMI match
+    - net/mlx5: fw_tracer: Fix debug print
+    - coda: Avoid partial allocation of sig_inputArgs
+    - uaccess: Add minimum bounds check on kernel buffer size
+    - [s390x] idle: mark arch_cpu_idle() noinstr
+    - time/debug: Fix memory leak with using debugfs_lookup()
+    - PM: domains: fix memory leak with using debugfs_lookup()
+    - PM: EM: fix memory leak with using debugfs_lookup()
+    - Bluetooth: Fix issue with Actions Semi ATS2851 based devices
+    - Bluetooth: btusb: Add new PID/VID 0489:e0f2 for MT7921
+    - Bluetooth: btusb: Add VID:PID 13d3:3529 for Realtek RTL8821CE
+    - wifi: rtw89: debug: avoid invalid access on RTW89_DBG_SEL_MAC_30
+    - hv_netvsc: Check status in SEND_RNDIS_PKT completion message
+    - [s390x] kfence: fix page fault reporting
+    - devlink: Fix TP_STRUCT_entry in trace of devlink health report
+    - scm: add user copy checks to put_cmsg()
+    - drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Tab 3 X90F
+    - drm: panel-orientation-quirks: Add quirk for DynaBook K50
+    - drm/amd/display: Reduce expected sdp bandwidth for dcn321
+    - drm/amd/display: Revert Reduce delay when sink device not able to ACK
+      00340h write
+    - drm/amd/display: Fix potential null-deref in dm_resume
+    - [armhf] drm/omap: dsi: Fix excessive stack usage
+    - HID: Add Mapping for System Microphone Mute
+    - drm/amd/display: Defer DIG FIFO disable after VID stream enable
+    - drm/radeon: free iio for atombios when driver shutdown
+    - drm/amd: Avoid BUG() for case of SRIOV missing IP version
+    - scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware
+      write
+    - Revert "fbcon: don't lose the console font across generic->chip driver
+      switch"
+    - drm/amd: Avoid ASSERT for some message failures
+    - drm: amd: display: Fix memory leakage
+    - drm/amd/display: fix mapping to non-allocated address
+    - HID: uclogic: Add frame type quirk
+    - HID: uclogic: Add battery quirk
+    - HID: uclogic: Add support for XP-PEN Deco Pro SW
+    - HID: uclogic: Add support for XP-PEN Deco Pro MW
+    - [arm64] drm/msm/dsi: Add missing check for alloc_ordered_workqueue
+    - drm/amd/display: Set hvm_enabled flag for S/G mode
+    - [arm64] drm/msm/dpu: Add DSC hardware blocks to register snapshot
+    - [x86] ASoC: soc-compress: Reposition and add pcm_mutex
+    - [armel,armhf] ASoC: kirkwood: Iterate over array indexes instead of using
+      pointer math
+    - [armhf] regulator: s5m8767: Bounds check id indexing into arrays
+    - Revert "drm/amdgpu: TA unload messages are not actually sent to psp when
+      amdgpu is uninstalled"
+    - drm/amd/display: fix FCLK pstate change underflow
+    - gfs2: Improve gfs2_make_fs_rw error handling
+    - [x86] hwmon: (coretemp) Simplify platform device handling
+    - hwmon: (nct6775) Directly call ASUS ACPI WMI method
+    - hwmon: (nct6775) B650/B660/X670 ASUS boards support
+    - drm/amd/display: Do not commit pipe when updating DRR
+    - scsi: ufs: core: Fix device management cmd timeout flow
+    - HID: logitech-hidpp: Don't restart communication if not necessary
+    - drm/amd/display: Enable P-state validation checks for DCN314
+    - drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5
+    - drm/amd/display: Disable HUBP/DPP PG on DCN314 for now
+    - dm thin: add cond_resched() to various workqueue loops
+    - dm cache: add cond_resched() to various workqueue loops
+    - nfsd: zero out pointers after putting nfsd_files on COPY setup error
+    - nfsd: don't hand out delegation on setuid files being opened for write
+    - cifs: prevent data race in smb2_reconnect()
+    - drm/shmem-helper: Revert accidental non-GPL export
+    - driver core: fw_devlink: Avoid spurious error message
+    - wifi: rtl8xxxu: fixing transmisison failure for rtl8192eu
+    - scsi: mpt3sas: Remove usage of dma_get_required_mask() API
+      (Closes: #1022126)
+    - firmware: coreboot: framebuffer: Ignore reserved pixel color bits
+    - block: don't allow multiple bios for IOCB_NOWAIT issue
+    - block: clear bio->bi_bdev when putting a bio back in the cache
+    - block: be a bit more careful in checking for NULL bdev while polling
+    - [arm64] rtc: pm8xxx: fix set-alarm race
+    - ipmi:ssif: resend_msg() cannot fail
+    - ipmi_ssif: Rename idle state and check
+    - io_uring: Replace 0-length array with flexible array
+    - io_uring: use user visible tail in io_uring_poll()
+    - io_uring: handle TIF_NOTIFY_RESUME when checking for task_work
+    - io_uring: add a conditional reschedule to the IOPOLL cancelation loop
+    - io_uring: add reschedule point to handle_tw_list()
+    - io_uring/rsrc: disallow multi-source reg buffers
+    - io_uring: remove MSG_NOSIGNAL from recvmsg
+    - io_uring: fix fget leak when fs don't support nowait buffered read
+    - [s390x] extmem: return correct segment type in __segment_load()
+    - [s390x] discard .interp section
+    - [s390x] kprobes: fix irq mask clobbering on kprobe reenter from
+      post_handler
+    - [s390x] kprobes: fix current_kprobe never cleared after kprobes reenter
+    - [s390x] KVM: s390: disable migration mode when dirty tracking is disabled
+    - cifs: Fix uninitialized memory read in smb3_qfs_tcon()
+    - cifs: Fix uninitialized memory reads for oparms.mode
+    - cifs: fix mount on old smb servers
+    - cifs: introduce cifs_io_parms in smb2_async_writev()
+    - cifs: split out smb3_use_rdma_offload() helper
+    - cifs: don't try to use rdma offload on encrypted connections
+    - cifs: Check the lease context if we actually got a lease
+    - cifs: return a single-use cfid if we did not get a lease
+    - scsi: mpi3mr: Remove unnecessary memcpy() to alltgt_info->dmi
+    - btrfs: hold block group refcount during async discard
+    - locking/rwsem: Prevent non-first waiter from spinning in down_write()
+      slowpath
+    - ksmbd: fix wrong data area length for smb2 lock request
+    - ksmbd: do not allow the actual frame length to be smaller than the rfc1002
+      length
+    - ksmbd: fix possible memory leak in smb2_lock()
+    - io_uring: mark task TASK_RUNNING before handling resume/task work
+    - hfs: fix missing hfs_bnode_get() in __hfs_bnode_create
+    - fs: hfsplus: fix UAF issue in hfsplus_put_super
+    - exfat: fix reporting fs error when reading dir beyond EOF
+    - exfat: fix unexpected EOF while reading dir
+    - exfat: redefine DIR_DELETED as the bad cluster number
+    - exfat: fix inode->i_blocks for non-512 byte sector size device
+    - fs: dlm: don't set stop rx flag after node reset
+    - fs: dlm: move sending fin message into state change handling
+    - fs: dlm: send FIN ack back in right cases
+    - f2fs: fix information leak in f2fs_move_inline_dirents()
+    - f2fs: retry to update the inode page given data corruption
+    - f2fs: fix cgroup writeback accounting with fs-layer encryption
+    - f2fs: fix kernel crash due to null io->bio
+    - ocfs2: fix defrag path triggering jbd2 ASSERT
+    - ocfs2: fix non-auto defrag path not working issue
+    - udf: Truncate added extents on failed expansion
+    - udf: Do not bother merging very long extents
+    - udf: Do not update file length for failed writes to inline files
+    - udf: Preserve link count of system files
+    - udf: Detect system inodes linked into directory hierarchy
+    - udf: Fix file corruption when appending just after end of preallocated
+      extent
+    - md: don't update recovery_cp when curr_resync is ACTIVE
+    - KVM: Destroy target device if coalesced MMIO unregistration fails
+    - [x86] KVM: VMX: Fix crash due to uninitialized current_vmcs
+    - KVM: Register /dev/kvm as the _very_ last thing during initialization
+    - [x86] KVM: x86: Purge "highest ISR" cache when updating APICv state
+    - [x86] KVM: x86: Blindly get current x2APIC reg value on "nodecode write"
+      traps
+    - [x86] KVM: x86: Don't inhibit APICv/AVIC on xAPIC ID "change" if APIC is
+      disabled
+    - [x86] KVM: x86: Don't inhibit APICv/AVIC if xAPIC ID mismatch is due to
+      32-bit ID
+    - [x86] KVM: SVM: Flush the "current" TLB when activating AVIC
+    - [x86] KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid
+      target
+    - [x86] KVM: SVM: Don't put/load AVIC when setting virtual APIC mode
+    - [x86] KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC Self-IPI
+    - [x86] KVM: x86: Inject #GP on x2APIC WRMSR that sets reserved bits 63:32
+    - [x86] KVM: SVM: Fix potential overflow in SEV's send|receive_update_data()
+    - [x86] KVM: SVM: hyper-v: placate modpost section mismatch error
+    - [x86] virt: Force GIF=1 prior to disabling SVM (for reboot flows)
+    - [x86] crash: Disable virt in core NMI crash handler to avoid double
+      shootdown
+    - [x86] reboot: Disable virtualization in an emergency if SVM is supported
+    - [x86] reboot: Disable SVM, not just VMX, when stopping CPUs
+    - [x86] kprobes: Fix __recover_optprobed_insn check optimizing logic
+    - [x86] kprobes: Fix arch_check_optimized_kprobe check within
+      optimized_kprobe range
+    - [x86] microcode/amd: Remove load_microcode_amd()'s bsp parameter
+    - [x86] microcode/AMD: Add a @cpu parameter to the reloading functions
+    - [x86] microcode/AMD: Fix mixed steppings support
+    - [x86] speculation: Allow enabling STIBP with legacy IBRS
+    - Documentation/hw-vuln: Document the interaction between IBRS and STIBP
+    - [amd64] virt/sev-guest: Return -EIO if certificate buffer is not large
+      enough
+    - brd: mark as nowait compatible
+    - brd: return 0/-error from brd_insert_page()
+    - brd: check for REQ_NOWAIT and set correct page allocation mask
+    - ima: fix error handling logic when file measurement failed
+    - ima: Align ima_file_mmap() parameters with mmap_file LSM hook
+    - irqdomain: Fix association race
+    - irqdomain: Fix disassociation race
+    - irqdomain: Look for existing mapping only once
+    - irqdomain: Drop bogus fwspec-mapping error handling
+    - irqdomain: Refactor __irq_domain_alloc_irqs()
+    - irqdomain: Fix mapping-creation race
+    - irqdomain: Fix domain registration race
+    - [x86] crypto: qat - fix out-of-bounds read
+    - ALSA: ice1712: Do not left ice->gpio_mutex locked in aureon_add_controls()
+    - ALSA: hda/realtek: Add quirk for HP EliteDesk 800 G6 Tower PC
+    - jbd2: fix data missing when reusing bh which is ready to be checkpointed
+    - ext4: optimize ea_inode block expansion
+    - ext4: refuse to create ea block when umounted
+    - [amd64,arm64] cxl/pmem: Fix nvdimm registration races
+    - mtd: spi-nor: sfdp: Fix index value for SCCR dwords
+    - mtd: spi-nor: spansion: Consider reserved bits in CFR5 register
+    - mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_type
+    - dm: send just one event on resize, not two
+    - dm: add cond_resched() to dm_wq_work()
+    - dm: add cond_resched() to dm_wq_requeue_work()
+    - wifi: rtw88: use RTW_FLAG_POWERON flag to prevent to power on/off twice
+    - wifi: rtl8xxxu: Use a longer retry limit of 48
+    - wifi: ath11k: allow system suspend to survive ath11k
+    - wifi: cfg80211: Fix use after free for wext
+    - wifi: cfg80211: Set SSID if it is not already set
+    - cpuidle: add ARCH_SUSPEND_POSSIBLE dependencies
+    - qede: fix interrupt coalescing configuration
+    - [x86] thermal: intel: powerclamp: Fix cur_state for multi package system
+    - dm flakey: fix logic when corrupting a bio
+    - dm cache: free background tracker's queued work in btracker_destroy
+    - dm flakey: don't corrupt the zero page
+    - dm flakey: fix a bug with 32-bit highmem systems
+    - hwmon: (nct6775) Fix incorrect parenthesization in nct6775_write_fan_div()
+    - [arm64] mm: hugetlb: Disable HUGETLB_PAGE_OPTIMIZE_VMEMMAP
+    - fuse: add inode/permission checks to fileattr_get/fileattr_set
+    - rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() fails
+    - ceph: update the time stamps and try to drop the suid/sgid
+    - regulator: core: Use ktime_get_boottime() to determine how long a
+      regulator was off
+    - panic: fix the panic_print NMI backtrace setting
+    - mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON
+    - dax/kmem: Fix leak of memory-hotplug resources
+    - mm: memcontrol: deprecate charge moving
+    - mm/thp: check and bail out if page in deferred queue already
+    - kprobes: Fix to handle forcibly unoptimized kprobes on freeing_list
+    - memory tier: release the new_memtier in find_create_memory_tier()
+    - ring-buffer: Handle race between rb_move_tail and rb_check_pages
+    - tracing/eprobe: Fix to add filter on eprobe description in README file
+    - [amd64] iommu/amd: Add a length limitation for the ivrs_acpihid
+      command-line parameter
+    - [amd64] iommu/amd: Improve page fault error reporting
+    - scsi: aacraid: Allocate cmd_priv with scsicmd
+    - scsi: qla2xxx: Fix link failure in NPIV environment
+    - scsi: qla2xxx: Check if port is online before sending ELS
+    - scsi: qla2xxx: Fix DMA-API call trace on NVMe LS requests
+    - scsi: qla2xxx: Remove unintended flag clearing
+    - scsi: qla2xxx: Fix erroneous link down
+    - scsi: qla2xxx: Remove increment of interface err cnt
+    - scsi: ses: Don't attach if enclosure has no components
+    - scsi: ses: Fix slab-out-of-bounds in ses_enclosure_data_process()
+    - scsi: ses: Fix possible addl_desc_ptr out-of-bounds accesses
+    - scsi: ses: Fix possible desc_ptr out-of-bounds accesses
+    - scsi: ses: Fix slab-out-of-bounds in ses_intf_remove()
+    - [riscv64] RISC-V: add a spin_shadow_stack declaration
+    - [riscv64] Avoid enabling interrupts in die()
+    - [riscv64] mm: fix regression due to update_mmu_cache change
+    - [riscv64] jump_label: Fixup unaligned arch_static_branch function
+    - [riscv64] mm: Perform BPF exhandler fixup on page fault
+    - [riscv64] ftrace: Remove wasted nops for !RISCV_ISA_C
+    - [riscv64] ftrace: Reduce the detour code size to half
+    - PCI/PM: Observe reset delay irrespective of bridge_d3
+    - PCI: Unify delay handling for reset and resume
+    - PCI: hotplug: Allow marking devices as disconnected during bind/unbind
+    - PCI: Avoid FLR for AMD FCH AHCI adapters
+    - PCI/DPC: Await readiness of secondary bus after reset
+    - [amd64] iommu/vt-d: Avoid superfluous IOTLB tracking in lazy mode
+    - [amd64] iommu/vt-d: Fix PASID directory pointer coherency
+    - vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR
+    - vfio/type1: prevent underflow of locked_vm via exec()
+    - vfio/type1: track locked_vm per dma
+    - vfio/type1: restore locked_vm
+    - drm/amd: Fix initialization for nbio 7.5.1
+    - [x86] drm/i915/quirks: Add inverted backlight quirk for HP 14-r206nv
+    - drm/radeon: Fix eDP for single-display iMac11,2
+    - [x86] drm/i915: Don't use stolen memory for ring buffers with LLC
+    - [x86] drm/i915: Don't use BAR mappings for ring buffers with LLC
+    - drm/edid: fix AVI infoframe aspect ratio handling
+    - drm/edid: fix parsing of 3D modes from HDMI VSDB
+    - qede: avoid uninitialized entries in coal_entry array
+    - brd: use radix_tree_maybe_preload instead of radix_tree_preload
+    - sbitmap: Advance the queue index before waking up a queue
+    - wait: Return number of exclusive waiters awaken
+    - sbitmap: Try each queue to wake up at least one waiter
+    - net: avoid double iput when sock_alloc_file fails (CVE-2023-1032)
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.17
+    - Revert "blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and
+      blkcg_deactivate_policy()"
+    - Revert "blk-cgroup: dropping parent refcount after pd_free_fn() is done"
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.18
+    - net/sched: Retire tcindex classifier
+    - fs/jfs: fix shift exponent db_agl2size negative
+    - [arm64] driver: soc: xilinx: fix memory leak in
+      xlnx_add_cb_for_notify_event()
+    - f2fs: don't rely on F2FS_MAP_* in f2fs_iomap_begin
+    - f2fs: fix to avoid potential deadlock
+    - objtool: Fix memory leak in create_static_call_sections()
+    - [armhf] pwm: stm32-lp: fix the check on arr and cmp registers update
+    - f2fs: introduce trace_f2fs_replace_atomic_write_block
+    - f2fs: correct i_size change for atomic writes
+    - f2fs: clear atomic_write_task in f2fs_abort_atomic_write()
+    - fs: f2fs: initialize fsdata in pagecache_write()
+    - f2fs: allow set compression option of files without blocks
+    - f2fs: fix to abort atomic write only during do_exist()
+    - ubi: ensure that VID header offset + VID header size <= alloc, size
+    - ubifs: Fix memory leak in ubifs_sysfs_init()
+    - ubifs: Rectify space budget for ubifs_symlink() if symlink is encrypted
+    - ubifs: Rectify space budget for ubifs_xrename()
+    - ubifs: Fix wrong dirty space budget for dirty inode
+    - ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1
+    - ubifs: Reserve one leb for each journal head while doing budget
+    - ubi: Fix use-after-free when volume resizing failed
+    - ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume()
+    - ubifs: Fix memory leak in alloc_wbufs()
+    - ubi: Fix possible null-ptr-deref in ubi_free_volume()
+    - ubifs: Re-statistic cleaned znode count if commit failed
+    - ubifs: dirty_cow_znode: Fix memleak in error handling path
+    - ubifs: ubifs_writepage: Mark page dirty after writing inode failed
+    - ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this process
+    - ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show()
+    - ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failed
+    - f2fs: fix to avoid potential memory corruption in
+      __update_iostat_latency()
+    - ext4: use ext4_fc_tl_mem in fast-commit replay path
+    - ext4: don't show commit interval if it is zero
+    - netfilter: nf_tables: allow to fetch set elements when table has an owner
+    - [x86] um: vdso: Add '%rcx' and '%r11' to the syscall clobber list
+    - f2fs: synchronize atomic write aborts
+    - watchdog: Fix kmemleak in watchdog_cdev_register
+    - watchdog: pcwd_usb: Fix attempting to access uninitialized memory
+    - [arm64] watchdog: sbsa_wdog: Make sure the timeout programming is within
+      the limits
+    - netfilter: ctnetlink: fix possible refcount leak in
+      ctnetlink_create_conntrack()
+    - netfilter: conntrack: fix rmmod double-free race
+    - netfilter: ip6t_rpfilter: Fix regression with VRF interfaces
+    - netfilter: ebtables: fix table blob use-after-free
+    - netfilter: xt_length: use skb len to match in length_mt6
+    - netfilter: ctnetlink: make event listener tracking global
+    - netfilter: x_tables: fix percpu counter block leak on error path when
+      creating new netns
+    - ptp: vclock: use mutex to fix "sleep on atomic" bug
+    - ipv6: Add lwtunnel encap size of all siblings in nexthop calculation
+    - net: sunhme: Fix region request
+    - sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop
+    - net: fix __dev_kfree_skb_any() vs drop monitor
+    - 9p/xen: fix version parsing
+    - 9p/xen: fix connection sequence
+    - 9p/rdma: unmap receive dma buffer in rdma_request()/post_recv()
+    - mlx5: fix skb leak while fifo resync and push
+    - mlx5: fix possible ptp queue fifo use-after-free
+    - net/mlx5: ECPF, wait for VF pages only after disabling host PFs
+    - net/mlx5e: Verify flow_source cap before using it
+    - net/mlx5: Geneve, Fix handling of Geneve object id as error code
+    - ext4: fix incorrect options show of original mount_opt and extend
+      mount_opt2
+    - nfc: fix memory leak of se_io context in nfc_genl_se_io
+    - net/sched: transition act_pedit to rcu and percpu stats
+    - net/sched: act_pedit: fix action bind logic
+    - net/sched: act_mpls: fix action bind logic
+    - net/sched: act_sample: fix action bind logic
+    - [arm64] net: dsa: felix: fix internal MDIO controller resource length
+    - tcp: tcp_check_req() can be called from process context
+    - vc_screen: modify vcs_size() handling in vcs_read()
+    - [arm64,armhf] rtc: sun6i: Always export the internal oscillator
+    - genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()
+    - scsi: ipr: Work around fortify-string warning
+    - rtc: allow rtc_read_alarm without read_alarm callback
+    - io_uring: fix size calculation when registering buf ring
+    - loop: loop_set_status_from_info() check before assignment
+    - nvme: bring back auto-removal of deleted namespaces during sequential scan
+    - nvme-tcp: don't access released socket during error recovery
+    - tracing: Add NULL checks for buffer in ring_buffer_free_read_page()
+    - kernel/printk/index.c: fix memory leak with using debugfs_lookup()
+    - [x86] firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3
+    - bootconfig: Increase max nodes of bootconfig from 1024 to 8192 for DCC
+      support
+    - [amd64] IB/hfi1: Update RMT size calculation
+    - [amd64] iommu/amd: Fix error handling for pdev_pri_ats_enable()
+    - PCI/ACPI: Account for _S0W of the target bridge in acpi_pci_bridge_d3()
+    - media: uvcvideo: Remove format descriptions
+    - media: uvcvideo: Handle cameras with invalid descriptors
+    - media: uvcvideo: Handle errors from calls to usb_string
+    - media: uvcvideo: Quirk for autosuspend in Logitech B910 and C910
+    - media: uvcvideo: Silence memcpy() run-time false positive warnings
+    - USB: fix memory leak with using debugfs_lookup()
+    - cacheinfo: Fix shared_cpu_map to handle shared caches at different levels
+    - tty: fix out-of-bounds access in tty_driver_lookup_tty()
+    - [arm64] tty: serial: fsl_lpuart: disable the CTS when send break signal
+    - [x86] mei: bus-fixup:upon error print return values of send and receive
+    - iio: accel: mma9551_core: Prevent uninitialized variable in
+      mma9551_read_status_word()
+    - iio: accel: mma9551_core: Prevent uninitialized variable in
+      mma9551_read_config_word()
+    - media: uvcvideo: Add GUID for BGRA/X 8:8:8:8
+    - soundwire: bus_type: Avoid lockdep assert in sdw_drv_probe()
+    - [arm64,armhf] USB: dwc3: fix memory leak with using debugfs_lookup()
+    - [arm64,armhf] USB: chipidea: fix memory leak with using debugfs_lookup()
+    - [arm64,armhf] USB: ULPI: fix memory leak with using debugfs_lookup()
+    - USB: uhci: fix memory leak with using debugfs_lookup()
+    - USB: sl811: fix memory leak with using debugfs_lookup()
+    - [mips64el,mipsel] USB: isp116x: fix memory leak with using
+      debugfs_lookup()
+    - [arm64,armhf] usb: host: xhci: mvebu: Iterate over array indexes instead
+      of using pointer math
+    - USB: ene_usb6250: Allocate enough memory for full object
+    - usb: uvc: Enumerate valid values for color matching
+    - usb: gadget: uvc: Make bSourceID read/write
+    - PCI: Align extra resources for hotplug bridges properly
+    - PCI: Take other bus devices into account when distributing resources
+    - PCI: Distribute available resources for root buses, too
+    - [i386] tty: pcn_uart: fix memory leak with using debugfs_lookup()
+    - [x86] misc: vmw_balloon: fix memory leak with using debugfs_lookup()
+    - drivers: base: component: fix memory leak with using debugfs_lookup()
+    - drivers: base: dd: fix memory leak with using debugfs_lookup()
+    - PCI: Add ACS quirk for Wangxun NICs
+    - PCI: pciehp: Add Qualcomm quirk for Command Completed erratum
+    - [arm64] phy: rockchip-typec: Fix unsigned comparison with less than zero
+    - RDMA/cma: Distinguish between sockaddr_in and sockaddr_in6 by size
+    - iommu: Attach device group to old domain in error path
+    - soundwire: cadence: Remove wasted space in response_buf
+    - soundwire: cadence: Drain the RX FIFO after an IO timeout
+    - net: tls: avoid hanging tasks on the tx_lock
+    - [x86] resctl: fix scheduler confusion with 'current'
+    - drm/display/dp_mst: Add drm_atomic_get_old_mst_topology_state()
+    - drm/display/dp_mst: Fix down/up message handling after sink disconnect
+    - drm/display/dp_mst: Fix down message handling after a packet reception
+      error
+    - drm/display/dp_mst: Fix payload addition on a disconnected sink
+    - [x86] drm/i915/dp_mst: Add the MST topology state for modesetted CRTCs
+    - [x86] drm/i915: Fix system suspend without fbdev being initialized
+    - media: uvcvideo: Fix race condition with usb_kill_urb
+    - io_uring: fix two assignments in if conditions
+    - io_uring/poll: allow some retries for poll triggering spuriously
+    - [arm64] efi: Make efi_rt_lock a raw_spinlock
+    - [arm64] mte: Fix/clarify the PG_mte_tagged semantics
+    - usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() fails
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.19
+    - tpm: disable hwrng for fTPM on some AMD designs
+    - wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for
+      wext"
+    - [x86] staging: rtl8192e: Remove function ..dm_check_ac_dc_power calling a
+      script
+    - [x86] staging: rtl8192e: Remove call_usermodehelper starting RadioPower.sh
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.20
+    - fs: prevent out-of-bounds array speculation when closing a file descriptor
+    - btrfs: fix unnecessary increment of read error stat on write error
+    - btrfs: fix percent calculation for bg reclaim message
+    - io_uring/uring_cmd: ensure that device supports IOPOLL
+    - erofs: fix wrong kunmap when using LZMA on HIGHMEM platforms
+    - fork: allow CLONE_NEWTIME in clone3 flags
+    - [x86] CPU/AMD: Disable XSAVES on AMD family 0x17
+    - drm/amdgpu: fix error checking in amdgpu_read_mm_registers for soc15
+    - drm/amdgpu: fix error checking in amdgpu_read_mm_registers for soc21
+    - drm/amdgpu: fix error checking in amdgpu_read_mm_registers for nv
+    - drm/display: Don't block HDR_OUTPUT_METADATA on unknown EOTF
+    - drm/connector: print max_requested_bpc in state debugfs
+    - staging: rtl8723bs: Fix key-store index handling
+    - staging: rtl8723bs: Pass correct parameters to cfg80211_get_bss()
+    - ext4: fix cgroup writeback accounting with fs-layer encryption
+    - ext4: fix RENAME_WHITEOUT handling for inline directories
+    - ext4: fix another off-by-one fsmap error on 1k block filesystems
+    - ext4: move where set the MAY_INLINE_DATA flag is set
+    - ext4: fix WARNING in ext4_update_inline_data
+    - ext4: zero i_disksize when initializing the bootloader inode
+    - HID: core: Provide new max_buffer_size attribute to over-ride the default
+    - HID: uhid: Over-ride the default maximum data buffer value with our own
+    - nfc: change order inside nfc_se_io error path
+    - [x86] KVM: VMX: Reset eVMCS controls in VP assist page during hardware
+      disabling
+    - [x86] KVM: VMX: Don't bother disabling eVMCS static key on module exit
+    - [x86] KVM: x86: Move guts of kvm_arch_init() to standalone helper
+    - [x86] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to
+      userspace
+    - fs: dlm: fix log of lowcomms vs midcomms
+    - fs: dlm: add midcomms init/start functions
+    - fs: dlm: start midcomms before scand
+    - fs: dlm: remove send repeat remove handling
+    - fs: dlm: use packet in dlm_mhandle
+    - fd: dlm: trace send/recv of dlm message and rcom
+    - fs: dlm: fix use after free in midcomms commit
+    - fs: dlm: use WARN_ON_ONCE() instead of WARN_ON()
+    - fs: dlm: be sure to call dlm_send_queue_flush()
+    - fs: dlm: fix race setting stop tx flag
+    - udf: Fix off-by-one error when discarding preallocation
+    - bus: mhi: ep: Change state_lock to mutex
+    - ipmi:ssif: Remove rtc_us_timer
+    - ipmi:ssif: Increase the message retry time
+    - ipmi:ssif: Add a timer between request retries
+    - [x86] drm/i915: Introduce intel_panel_init_alloc()
+    - [x86] drm/i915: Do panel VBT init early if the VBT declares an explicit
+      panel type
+    - [x86] drm/i915: Populate encoder->devdata for DSI on icl+
+    - block: Revert "block: Do not reread partition table on exclusively open
+      device"
+    - block: fix scan partition for exclusively open device again
+    - scsi: core: Remove the /proc/scsi/${proc_name} directory earlier
+    - ext4: Fix possible corruption when moving a directory
+    - cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALID
+    - drm/nouveau/kms/nv50: fix nv50_wndw_new_ prototype
+    - [arm64] drm/msm: Fix potential invalid ptr free
+    - [arm64] drm/msm/a5xx: fix setting of the CP_PREEMPT_ENABLE_LOCAL register
+    - [arm64] drm/msm/a5xx: fix highest bank bit for a530
+    - [arm64] drm/msm/a5xx: fix the emptyness check in the preempt code
+    - [arm64] drm/msm/a5xx: fix context faults during ring switch
+    - tls: rx: fix return value for async crypto
+    - [arm64] drm/msm/dpu: disable features unsupported by QCM2290
+    - ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()
+    - netfilter: nft_last: copy content when cloning expression
+    - netfilter: nft_quota: copy content when cloning expression
+    - net: tls: fix possible race condition between do_tls_getsockopt_conf() and
+      do_tls_setsockopt_conf() (CVE-2023-28466)
+    - net: use indirect calls helpers for sk_exit_memory_pressure()
+    - net: lan78xx: fix accessing the LAN7800's internal phy specific registers
+      from the MAC driver
+    - ice: copy last block omitted in ice_get_module_eeprom()
+    - bpf, sockmap: Fix an infinite loop error when len is 0 in
+      tcp_bpf_recvmsg_parser()
+    - [arm64] drm/msm/dpu: fix len of sc7180 ctl blocks
+    - [arm64] drm/msm/dpu: drop DPU_DIM_LAYER from MIXER_MSM8998_MASK
+    - [arm64] drm/msm/dpu: fix clocks settings for msm8998 SSPP blocks
+    - [arm64] drm/msm/dpu: clear DSPP reservations in rm release
+    - net: stmmac: add to set device wake up flag when stmmac init phy
+    - net: phylib: get rid of unnecessary locking
+    - bnxt_en: Avoid order-5 memory allocation for TPA data
+    - netfilter: ctnetlink: revert to dumping mark regardless of event type
+    - netfilter: tproxy: fix deadlock due to missing BH disable
+    - btrfs: fix extent map logging bit not cleared for split maps after
+      dropping range
+    - btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR
+    - net: phy: smsc: fix link up detection in forced irq mode
+    - net: tls: fix device-offloaded sendpage straddling records
+    - scsi: megaraid_sas: Update max supported LD IDs to 240
+    - scsi: sd: Fix wrong zone_write_granularity value during revalidate
+    - netfilter: conntrack: adopt safer max chain length
+    - block: fix wrong mode for blkdev_put() from disk_scan_partitions()
+    - NFSD: Protect against filesystem freezing
+    - ice: Fix DSCP PFC TLV creation
+    - net/smc: fix fallback failed while sendmsg with fastopen
+    - SUNRPC: Fix a server shutdown leak
+    - af_unix: fix struct pid leaks in OOB support
+    - erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"
+    - [riscv64] Use READ_ONCE_NOCHECK in imprecise unwinding stack mode
+    - [riscv64] Don't check text_mutex during stop_machine
+    - drm/amdgpu: fix return value check in kfd
+    - ext4: Fix deadlock during directory rename
+    - drm/amdgpu/soc21: don't expose AV1 if VCN0 is harvested
+    - drm/amdgpu/soc21: Add video cap query support for VCN_4_0_4
+    - [arm64] adreno: Shutdown the GPU properly
+    - [arm64] drm/msm/adreno: fix runtime PM imbalance at unbind
+    - watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error paths
+    - tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address
+    - [powerpc*] 64: Don't recurse irq replay
+    - [powerpc*] iommu: fix memory leak with using debugfs_lookup()
+    - [powerpc*] 64: Fix task_cpu in early boot when booting non-zero cpuid
+    - [powerpc*] 64: Move paca allocation to early_setup()
+    - PCI: Add SolidRun vendor ID
+    - [arm64,armhf] media: rc: gpio-ir-recv: add remove function
+    - drm/amd/display: Allow subvp on vactive pipes that are 2560x1440@60
+    - drm/amd/display: adjust MALL size available for DCN32 and DCN321
+    - filelocks: use mount idmapping for setlease permission check
+    - Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES"
+
+  [ Diederik de Haas ]
+  * [arm64,armhf,riscv64] drivers/ata: Enable AHCI_DWC as module
+    (Closes: #1032362)
+  * drivers/net/can/spi/mcp251xfd: Enable CAN_MCP251XFD as module
+    (Closes: #1032582)
+
+  [ Salvatore Bonaccorso ]
+  * [x86] drivers/platform/x86: Enable THINKPAD_LMI as module (Closes: #1032399)
+  * [rt] Refresh "printk: Bring back the RT bits." for context changes in 6.1.16
+  * Bump ABI to 7
+  * net/sched: Drop setting of NET_CLS_TCINDEX (retired upstream)
+  * net/kcm: Enable AF_KCM as module (Closes: #1023958)
+  * [rt] Update to 6.1.19-rt8
+
+  [ Cyril Brulebois ]
+  * wifi: mt76: do not run mt76_unregister_device() on unregistered hw
+    This prevents a kernel panic when unloading the module, which happens
+    within the installer after firmware files have been deployed, at least
+    with mt7921e (Closes: #1029116). Thanks to Helmut Grohne for the
+    initial patch, which led upstream to propose this patch.
+  * udeb: Add michael_mic to crypto-modules, for ath11k and others.
+    Thanks to Nicolas Dandrimont for reporting and Benoît Chauvet for
+    testing (See: #1032140).
+
+  [ Héctor Orón Martínez ]
+  * [powerpc/powerpc64,ppc64el] udeb: add DRM ast driver to fb-modules
+    (Closes: #990016)
+
+  [ Miguel Bernal Marin ]
+  * Enable modules to be used by rasdaemon tool on Intel platforms
+    (Closes: #1032467)
+    - [amd64] drivers/edac: Enable EDAC_IGEN6 as module
+    - [x86] drivers/acpi/apei: Enable ACPI_APEI_EINJ as module
+
+  [ Alper Nebi Yasak ]
+  * Enable important configs for ChromeOS boards:
+    - Enable GOOGLE_VPD, GOOGLE_SMI, GOOGLE_FRAMEBUFFER_COREBOOT as modules
+    - [x86] Enable FB_SIMPLE as built-in
+    - [x86,armhf,arm64] Change GOOGLE_FRAMEBUFFER_COREBOOT and
+      GOOGLE_COREBOOT_TABLE to built-in (except cloud-*)
+    - [x86,arm64] Enable CHROMEOS_ACPI as module
+    - [x86,arm64] Enable TCG_TIS_SPI_CR50 as built-in
+    - [x86,arm64] Enable TCG_TIS_I2C_CR50 as module
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 19 Mar 2023 15:46:34 +0100
+
+linux (6.1.15-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.13
+    - mptcp: sockopt: make 'tcp_fastopen_connect' generic
+    - mptcp: fix locking for setsockopt corner-case
+    - mptcp: deduplicate error paths on endpoint creation
+    - mptcp: fix locking for in-kernel listener creation
+    - btrfs: move the auto defrag code to defrag.c
+    - btrfs: lock the inode in shared mode before starting fiemap
+    - [x86] ASoC: amd: yc: Add DMI support for new acer/emdoor platforms
+    - [x86] ASoC: SOF: sof-audio: start with the right widget type
+    - ALSA: usb-audio: Add FIXED_RATE quirk for JBL Quantum610 Wireless
+    - [x86] ASoC: Intel: sof_rt5682: always set dpcm_capture for amplifiers
+    - ALSA: hda: Do not unset preset when cleaning up codec
+    - [x86] ASoC: amd: yc: Add Xiaomi Redmi Book Pro 15 2022 into DMI table
+    - bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself
+    - net/rose: Fix to not accept on connected socket
+    - net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoC
+    - [powerpc*] 64: Fix perf profiling asynchronous interrupt handlers
+    - fscache: Use clear_and_wake_up_bit() in fscache_create_volume_work()
+    - drm/nouveau/devinit/tu102-: wait for GFW_BOOT_PROGRESS == COMPLETED
+    - net: sched: sch: Bounds check priority
+    - nvme-fc: fix a missing queue put in nvmet_fc_ls_create_association
+    - nvme: clear the request_queue pointers on failure in
+      nvme_alloc_admin_tag_set
+    - nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_set
+    - drm/amd/display: Add missing brackets in calculation
+    - drm/amd/display: Adjust downscaling limits for dcn314
+    - drm/amd/display: Unassign does_plane_fit_in_mall function from dcn3.2
+    - drm/amd/display: Reset DMUB mailbox SW state after HW reset
+    - drm/amdgpu: enable HDP SD for gfx 11.0.3
+    - drm/amdgpu: Enable vclk dclk node for gc11.0.3
+    - drm/amd/display: Properly handle additional cases where DCN is not
+      supported
+    - ceph: move mount state enum to super.h
+    - ceph: blocklist the kclient when receiving corrupted snap trace
+    - of: reserved_mem: Have kmemleak ignore dynamically allocated reserved mem
+    - mm: shrinkers: fix deadlock in shrinker debugfs
+    - aio: fix mremap after fork null-deref
+    - vmxnet3: move rss code block under eop descriptor
+    - fbdev: Fix invalid page access after closing deferred I/O devices
+    - drm/amd/amdgpu: fix warning during suspend
+    - drm/amd/display: Fail atomic_check early on normalize_zpos error
+    - drm/vmwgfx: Stop accessing buffer objects which failed init
+    - drm/vmwgfx: Do not drop the reference to the handle too soon
+    - [arm64] mmc: meson-gx: fix SDIO mode if cap_sdio_irq isn't set
+    - mmc: sdio: fix possible resource leaks in some error paths
+    - mmc: mmc_spi: fix error handling in mmc_spi_probe()
+    - ALSA: hda: Fix codec device field initializan
+    - ALSA: hda/conexant: add a new hda codec SN6180
+    - ALSA: hda/realtek - fixed wrong gpio assigned
+    - ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform.
+    - ALSA: hda/realtek: Enable mute/micmute LEDs and speaker support for HP
+      Laptops
+    - ata: ahci: Add Tiger Lake UP{3,4} AHCI controller
+    - ata: libata-core: Disable READ LOG DMA EXT for Samsung MZ7LH
+    - hugetlb: check for undefined shift on 32 bit architectures
+    - nilfs2: fix underflow in second superblock position calculations
+    - mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcount
+    - mm/filemap: fix page end in filemap_get_read_batch
+    - mm/migrate: fix wrongly apply write bit after mkdirty on sparc64
+    - freezer,umh: Fix call_usermode_helper_exec() vs SIGKILL
+    - Revert "mm: Always release pages to the buddy allocator in
+      memblock_free_late()."
+    - net: Fix unwanted sign extension in netdev_stats_to_stats64()
+    - revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"
+    - [arm64,armhf] drm/vc4: crtc: Increase setup cost in core clock calculation
+      to handle extreme reduced blanking
+    - [arm64,armhf] drm/vc4: Fix YUV plane handling when planes are in different
+      buffers
+    - [x86] drm/i915/gen11: Wa_1408615072/Wa_1407596294 should be on GT list
+    - ice: fix lost multicast packets in promisc mode
+    - ixgbe: allow to increase MTU to 3K with XDP enabled
+    - i40e: add double of VLAN header when computing the max MTU
+    - net: bgmac: fix BCM5358 support by setting correct flags
+    - sctp: sctp_sock_filter(): avoid list_entry() on possibly empty list
+    - net/sched: tcindex: update imperfect hash filters respecting rcu
+    - ice: xsk: Fix cleaning of XDP_TX frames
+    - dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.
+    - net/usb: kalmia: Don't pass act_len in usb_bulk_msg error path
+    - net/sched: act_ctinfo: use percpu stats
+    - net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()
+    - net: stmmac: fix order of dwmac5 FlexPPS parametrization sequence
+    - bnxt_en: Fix mqprio and XDP ring checking logic
+    - tracing: Make trace_define_field_ext() static
+    - net: stmmac: Restrict warning on disabling DMA store and fwd mode
+    - net: use a bounce buffer for copying skb->mark
+    - tipc: fix kernel warning when sending SYN message
+    - net: mpls: fix stale pointer if allocation fails during device rename
+      (CVE-2023-26545)
+    - igb: conditionalize I2C bit banging on external thermal sensor support
+    - igb: Fix PPS input and output using 3rd and 4th SDP
+    - ixgbe: add double of VLAN header when computing the max MTU
+    - ipv6: Fix datagram socket connection with DSCP.
+    - ipv6: Fix tcp socket connection with DSCP.
+    - mm/gup: add folio to list when folio_isolate_lru() succeed
+    - mm: extend max struct page size for kmsan
+    - i40e: Add checking for null for nlmsg_find_attr()
+    - net/sched: tcindex: search key must be 16 bits
+    - nvme-tcp: stop auth work after tearing down queues in error recovery
+    - nvme-rdma: stop auth work after tearing down queues in error recovery
+    - [x86] KVM: x86/pmu: Disable vPMU support on hybrid CPUs (host PMUs)
+    - [x86] kvm: initialize all of the kvm_debugregs structure before sending it
+      to userspace
+    - [x86] perf/x86: Refuse to export capabilities for hybrid PMUs
+    - alarmtimer: Prevent starvation by small intervals and SIG_IGN
+    - nvme-pci: refresh visible attrs for cmb attributes
+    - [x86] ASoC: SOF: Intel: hda-dai: fix possible stream_tag leak
+    - net: sched: sch: Fix off by one in htb_activate_prios()
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.14
+    - [arm64,armhf] drm/etnaviv: don't truncate physical page address
+    - wifi: ath11k: fix warning in dma_free_coherent() of memory chunks while
+      recovery
+    - wifi: rtl8xxxu: gen2: Turn on the rate control
+    - drm/edid: Fix minimum bpc supported with DSC1.2 for HDMI sink
+    - sched/psi: Stop relying on timer_pending() for poll_work rescheduling
+    - random: always mix cycle counter in add_latent_entropy()
+    - scsi: libsas: Add smp_ata_check_ready_type()
+    - [arm64] scsi: hisi_sas: Fix SATA devices missing issue during I_T nexus
+      reset
+    - docs: perf: Fix PMU instance name of hisi-pcie-pmu
+    - [x86] KVM: x86: Fail emulation during EMULTYPE_SKIP on any exception
+    - [x86] KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid
+    - [x86] KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS
+      (CVE-2022-2196)
+    - [x86] drm/i915: Remove __maybe_unused from mtl_info
+    - [x86] KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESET
+    - [powerpc*] 64s/radix: Fix RWX mapping with relocated kernel
+    - nfp: ethtool: support reporting link modes
+    - nfp: ethtool: fix the bug of setting unsupported port speed
+    - uaccess: Add speculation barrier to copy_from_user()
+    - [x86] alternatives: Introduce int3_emulate_jcc()
+    - [x86] alternatives: Teach text_poke_bp() to patch Jcc.d32 instructions
+    - [x86] static_call: Add support for Jcc tail-calls
+    - Bluetooth: btusb: Add more device IDs for WCN6855
+    - [powerpc*] vmlinux.lds: Define RUNTIME_DISCARD_EXIT
+    - [powerpc*] vmlinux.lds: Don't discard .rela* for relocatable builds
+    - wifi: mwifiex: Add missing compatible string for SD8787
+    - audit: update the mailing list in MAINTAINERS
+    - [x86] platform/x86: nvidia-wmi-ec-backlight: Add force module parameter
+    - ext4: Fix function prototype mismatch for ext4_feat_ktype
+    - bpf: add missing header file include
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.15
+    - Fix XFRM-I support for nested ESP tunnels
+    - [arm64] dts: rockchip: reduce thermal limits on rk3399-pinephone-pro
+    - [arm64] dts: rockchip: drop unused LED mode property from rk3328-roc-cc
+    - [arm64] dts: rockchip: fix probe of analog sound card on rock-3a
+    - HID: elecom: add support for TrackBall 056E:011C
+    - HID: Ignore battery for Elan touchscreen on Asus TP420IA
+    - [amd64,arm64] ACPI: NFIT: fix a potential deadlock during NFIT teardown
+    - pinctrl: amd: Fix debug output for debounce time
+    - btrfs: send: limit number of clones and allocated memory size
+    - [x86] ASoC: rt715-sdca: fix clock stop prepare timeout issue
+    - [amd64] IB/hfi1: Assign npages earlier
+    - neigh: make sure used and confirmed times are valid
+    - HID: core: Fix deadloop in hid_apply_multiplier.
+    - [x86] ASoC: codecs: es8326: Fix DTS properties reading
+    - [x86] HID: Ignore battery for ELAN touchscreen 29DF on HP
+    - [x86] cpu: Add Lunar Lake M
+    - PM: sleep: Avoid using pr_cont() in the tasks freezing code
+    - bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state
+    - net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from
+      sk_stream_kill_queues().
+    - vc_screen: don't clobber return value in vcs_read
+    - drm/amd/display: Move DCN314 DOMAIN power control to DMCUB
+    - drm/amd/display: Fix race condition in DPIA AUX transfer
+    - USB: serial: option: add support for VW/Skoda "Carstick LTE"
+    - usb: gadget: u_serial: Add null pointer check in gserial_resume
+    - usb: typec: pd: Remove usb_suspend_supported sysfs from sink PDO
+    - drm/amd/display: Properly reuse completion structure
+    - attr: add in_group_or_capable()
+    - fs: move should_remove_suid()
+    - attr: add setattr_should_drop_sgid()
+    - attr: use consistent sgid stripping checks
+    - fs: use consistent setgid checks in is_sxid()
+    - USB: core: Don't hold device lock while reading the "descriptors" sysfs
+      file
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 6.1.12-rt7
+  * Bump ABI to 6
+
+  [ Diederik de Haas ]
+  * [arm64,armhf] udeb: Add sound and speakup packages (Closes: #1031289)
+
+  [ Cyril Brulebois ]
+  * udeb: Add qrtr_mhi to nic-wireless, for ath11k (Closes: #1032140)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 05 Mar 2023 16:33:00 +0100
+
+linux (6.1.12-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.12
+    - hv_netvsc: Allocate memory in netvsc_dma_map() with GFP_ATOMIC
+    - btrfs: limit device extents to the device size
+    - btrfs: zlib: zero-initialize zlib workspace
+    - ALSA: hda/realtek: Add Positivo N14KP6-TG
+    - ALSA: emux: Avoid potential array out-of-bound in snd_emux_xg_control()
+    - ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro 360
+    - ALSA: hda/realtek: Enable mute/micmute LEDs on HP Elitebook, 645 G9
+    - ALSA: hda/realtek: Add quirk for ASUS UM3402 using CS35L41
+    - ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform.
+    - Revert "PCI/ASPM: Save L1 PM Substates Capability for suspend/resume"
+    - Revert "PCI/ASPM: Refactor L1 PM Substates Control Register programming"
+    - tracing: Fix poll() and select() do not work on per_cpu trace_pipe and
+      trace_pipe_raw
+    - of/address: Return an error when no valid dma-ranges are found
+      (Closes: #993612)
+    - can: j1939: do not wait 250 ms if the same addr was already claimed
+    - HID: logitech: Disable hi-res scrolling on USB (Closes: #1029584)
+    - [amd64] IB/hfi1: Restore allocated resources on failed copyout
+    - IB/IPoIB: Fix legacy IPoIB due to wrong number of queues
+    - xfrm: annotate data-race around use_time
+    - RDMA/irdma: Fix potential NULL-ptr-dereference
+    - [amd64] RDMA/usnic: use iommu_map_atomic() under spin_lock()
+    - xfrm: fix bug with DSCP copy to v6 from v4 tunnel
+    - of: Make OF framebuffer device names unique
+    - net: phylink: move phy_device_free() to correctly release phy device
+    - bonding: fix error checking in bond_debug_reregister()
+    - [arm64,riscv64] net: macb: Perform zynqmp dynamic configuration only for
+      SGMII interface
+    - [arm64] net: phy: meson-gxl: use MMD access dummy stubs for GXL, internal
+      PHY
+    - [arm64] cpufreq: qcom-hw: Fix cpufreq_driver->get() for non-LMH systems
+    - uapi: add missing ip/ipv6 header dependencies for linux/stddef.h
+    - [amd64] HID: amd_sfh: if no sensors are enabled, clean up
+    - [x86] drm/i915: Don't do the WM0->WM1 copy w/a if WM1 is already enabled
+    - drm/virtio: exbuf->fence_fd unmodified on interrupted wait
+    - cpuset: Call set_cpus_allowed_ptr() with appropriate mask for task
+    - ice: Do not use WQ_MEM_RECLAIM flag for workqueue
+    - ice: Fix disabling Rx VLAN filtering with port VLAN enabled
+    - ice: switch: fix potential memleak in ice_add_adv_recipe()
+    - [arm64] net: mscc: ocelot: fix VCAP filters not matching on MAC with
+      "protocol 802.1Q"
+    - net/mlx5e: Update rx ring hw mtu upon each rx-fcs flag change
+    - net/mlx5: Bridge, fix ageing of peer FDB entries
+    - net/mlx5e: Fix crash unsetting rx-vlan-filter in switchdev mode
+    - net/mlx5e: IPoIB, Show unknown speed instead of error
+    - net/mlx5: Store page counters in a single array
+    - net/mlx5: Expose SF firmware pages counter
+    - net/mlx5: fw_tracer, Clear load bit when freeing string DBs buffers
+    - net/mlx5: fw_tracer, Zero consumer index when reloading the tracer
+    - net/mlx5: Serialize module cleanup with reload and remove
+    - igc: Add ndo_tx_timeout support
+    - txhash: fix sk->sk_txrehash default
+    - rds: rds_rm_zerocopy_callback() use list_first_entry()
+    - [arm64] net: mscc: ocelot: fix all IPv6 getting trapped to CPU when PTP
+      timestamping is used
+    - [arm64] dts: rockchip: set sdmmc0 speed to sd-uhs-sdr50 on rock-3a
+    - ALSA: pci: lx6464es: fix a debug loop
+    - [riscv64] stacktrace: Fix missing the first frame
+    - [arm64] ASoC: fsl_sai: fix getting version from VERID
+    - [x86] ASoC: topology: Return -ENOMEM on memory allocation failure
+    - [riscv64] clk: microchip: mpfs-ccc: Use devm_kasprintf() for allocating
+      formatted strings
+    - [armhf] pinctrl: aspeed: Fix confusing types in return value
+    - [arm64,armhf] pinctrl: single: fix potential NULL dereference
+    - [armhf] pinctrl: aspeed: Revert "Force to disable the function's signal"
+    - [x86] pinctrl: intel: Restore the pins that used to be in Direct IRQ mode
+    - cifs: Fix use-after-free in rdata->read_into_pages()
+    - net: USB: Fix wrong-direction WARNING in plusb.c
+    - mptcp: do not wait for bare sockets' timeout
+    - mptcp: be careful on subflow status propagation on errors
+    - btrfs: simplify update of last_dir_index_offset when logging a directory
+    - btrfs: free device in btrfs_close_devices for a single device filesystem
+    - usb: core: add quirk for Alcor Link AK9563 smartcard reader
+    - usb: typec: altmodes/displayport: Fix probe pin assign check
+    - cxl/region: Fix null pointer dereference for resetting decoder
+    - cxl/region: Fix passthrough-decoder detection
+    - drm/amd/pm: add SMU 13.0.7 missing GetPptLimit message mapping
+    - ceph: flush cap releases when the session is flushed
+    - [amd64] nvdimm: Support sizeof(struct page) > MAX_STRUCT_PAGE_SIZE
+    - [riscv64] Fixup race condition on PG_dcache_clean in flush_icache_pte
+    - [riscv64] kprobe: Fixup misaligned load text
+    - [powerpc*] 64s/interrupt: Fix interrupt exit race with security mitigation
+      switch
+    - drm/amdgpu: Use the TGID for trace_amdgpu_vm_update_ptes
+    - tracing: Fix TASK_COMM_LEN in trace event format file
+    - rtmutex: Ensure that the top waiter is always woken up
+    - Fix page corruption caused by racy check in __free_pages
+    - [arm64] efi: Force the use of SetVirtualAddressMap() on eMAG and Altra Max
+      machines
+    - drm/amd/pm: bump SMU 13.0.0 driver_if header version
+    - drm/amdgpu: Add unique_id support for GC 11.0.1/2
+    - drm/amd/pm: bump SMU 13.0.7 driver_if header version
+    - drm/amdgpu/fence: Fix oops due to non-matching drm_sched init/fini
+    - drm/amdgpu/smu: skip pptable init under sriov
+    - drm/amd/display: properly handling AGP aperture in vm setup
+    - drm/amd/display: fix cursor offset on rotation 180
+    - [x86] drm/i915: Move fd_install after last use of fence
+    - [x86] drm/i915: Initialize the obj flags for shmem objects
+    - [x86] drm/i915: Fix VBT DSI DVO port handling
+    - [x86] speculation: Identify processors vulnerable to SMT RSB predictions
+      (CVE-2022-27672)
+    - [x86] KVM: x86: Mitigate the cross-thread return address predictions bug
+      (CVE-2022-27672)
+    - Documentation/hw-vuln: Add documentation for Cross-Thread Return
+      Predictions (CVE-2022-27672)
+
+  [ Helge Deller ]
+  * [hppa] Fix i2c-modules udeb for parisc64
+
+  [ John Paul Adrian Glaubitz ]
+  * [alpha] Add i2c-modules to Depends for nic-shared-modules udeb
+  * [powerpc,ppc64] Set DESTDIR= when installing bootwrapper (fixes FTBFS)
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 5
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 15 Feb 2023 06:56:21 +0100
+
+linux (6.1.11-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.9
+    - [armel,armhf] memory: mvebu-devbus: Fix missing clk_disable_unprepare in
+      mvebu_devbus_probe()
+    - [arm64] soc: imx: imx8mp-blk-ctrl: enable global pixclk with HDMI_TX_PHY
+      PD
+    - [armhf] dts: imx6ul-pico-dwarf: Use 'clock-frequency'
+    - [armhf] imx: add missing of_node_put()
+    - [arm64] soc: imx: imx8mp-blk-ctrl: don't set power device name
+    - [amd64] HID: intel_ish-hid: Add check for ishtp_dma_tx_map
+    - [arm64] soc: imx8m: Fix incorrect check for of_clk_get_by_name()
+    - [arm64] firmware: arm_scmi: Harden shared memory access in fetch_response
+    - [arm64] firmware: arm_scmi: Harden shared memory access in
+      fetch_notification
+    - [arm64] firmware: arm_scmi: Fix virtio channels cleanup on shutdown
+    - [amd64] HID: amd_sfh: Fix warning unwind goto
+    - tomoyo: fix broken dependency on *.conf.default
+    - RDMA/rxe: Fix inaccurate constants in rxe_type_info
+    - RDMA/rxe: Prevent faulty rkey generation
+    - erofs: fix kvcalloc() misuse with __GFP_NOFAIL
+    - RDMA/core: Fix ib block iterator counter overflow
+    - [amd64] IB/hfi1: Reject a zero-length user expected buffer
+    - [amd64] IB/hfi1: Reserve user expected TIDs
+    - [amd64] IB/hfi1: Fix expected receive setup error exit issues
+    - [amd64] IB/hfi1: Immediately remove invalid memory from hardware
+    - [amd64] IB/hfi1: Remove user expected buffer invalidate race
+    - affs: initialize fsdata in affs_truncate()
+    - kbuild: export top-level LDFLAGS_vmlinux only to scripts/Makefile.vmlinux
+    - kbuild: fix 'make modules' error when CONFIG_DEBUG_INFO_BTF_MODULES=y
+    - [arm64] drm/msm/gpu: Fix potential double-free
+    - NFSD: fix use-after-free in nfsd4_ssc_setup_dul()
+    - [arm64,armhf] drm/vc4: bo: Fix drmm_mutex_init memory hog
+    - bpf: hash map, avoid deadlock with suitable hash mask
+    - [amd64,arm64] amd-xgbe: TX Flow Ctrl Registers are h/w ver dependent
+    - [amd64,arm64] amd-xgbe: Delay AN timeout during KR training
+    - bpf: Fix pointer-leak due to insufficient speculative store bypass
+      mitigation
+    - [amd64,arm64] drm/vc4: bo: Fix unused variable warning
+    - [arm64] phy: rockchip-inno-usb2: Fix missing clk_disable_unprepare() in
+      rockchip_usb2phy_power_on()
+    - net: nfc: Fix use-after-free in local_cleanup()
+    - [arm64] net: enetc: avoid deadlock in enetc_tx_onestep_tstamp()
+    - sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htb
+    - [arm64,armhf] gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlock
+    - [arm64,armhf] gpio: mxc: Always set GPIOs used as interrupt source to
+      INPUT mode
+    - wifi: rndis_wlan: Prevent buffer overflow in rndis_query_oid
+      (CVE-2023-23559)
+    - [arm64,armhf] pinctrl: rockchip: fix reading pull type on rk3568
+    - net: stmmac: Fix queue statistics reading
+    - net/sched: sch_taprio: fix possible use-after-free
+    - l2tp: convert l2tp_tunnel_list to idr
+    - l2tp: close all race conditions in l2tp_tunnel_register()
+    - net: usb: sr9700: Handle negative len
+    - net: mdio: validate parameter addr in mdiobus_get_phy()
+    - HID: check empty report_list in hid_validate_values()
+    - HID: check empty report_list in bigben_probe()
+    - net: stmmac: fix invalid call to mdiobus_get_phy()
+    - [arm64,armhf] pinctrl: rockchip: fix mux route data for rk3568
+    - HID: revert CHERRY_MOUSE_000C quirk
+    - usb: ucsi: Ensure connector delayed work items are flushed
+    - usb: gadget: f_fs: Prevent race during ffs_ep0_queue_wait
+    - usb: gadget: f_fs: Ensure ep0req is dequeued before free_request
+    - netfilter: conntrack: handle tcp challenge acks during connection reuse
+    - Bluetooth: Fix a buffer overflow in mgmt_mesh_add()
+    - Bluetooth: hci_conn: Fix memory leaks
+    - Bluetooth: hci_sync: fix memory leak in hci_update_adv_data()
+    - Bluetooth: ISO: Avoid circular locking dependency
+    - Bluetooth: ISO: Fix possible circular locking dependency
+    - Bluetooth: hci_event: Fix Invalid wait context
+    - Bluetooth: Fix possible deadlock in rfcomm_sk_state_change
+    - net/mlx5e: Avoid false lock dependency warning on tc_ht even more
+    - net/mlx5: E-switch, Fix setting of reserved fields on
+      MODIFY_SCHEDULING_ELEMENT
+    - net/mlx5e: QoS, Fix wrongfully setting parent_element_id on
+      MODIFY_SCHEDULING_ELEMENT
+    - net/mlx5e: Set decap action based on attr for sample
+    - net/mlx5: E-switch, Fix switchdev mode after devlink reload
+    - net: mlx5: eliminate anonymous module_init & module_exit
+    - dmaengine: Fix double increment of client_count in dma_chan_get()
+    - net: macb: fix PTP TX timestamp failure due to packet padding
+    - virtio-net: correctly enable callback during start_xmit
+    - l2tp: prevent lockdep issue in l2tp_tunnel_register()
+    - HID: betop: check shape of output reports
+    - cifs: fix potential deadlock in cache_refresh_path()
+    - drm/amd/display: fix issues with driver unload
+    - net: sched: gred: prevent races when adding offloads to stats
+    - nvme-pci: fix timeout request state check
+    - tcp: avoid the lookup process failing to get sk in ehash table
+    - device property: fix of node refcount leak in
+      fwnode_graph_get_next_endpoint()
+    - w1: fix deadloop in __w1_remove_master_device()
+    - w1: fix WARNING after calling w1_process()
+    - driver core: Fix test_async_probe_init saves device in wrong array
+    - thermal: Validate new state in cur_state_store()
+    - thermal/core: fix error code in __thermal_cooling_device_register()
+    - thermal: core: call put_device() only after device_register() fails
+    - net: stmmac: enable all safety features by default
+    - bnxt: Do not read past the end of test names
+    - tcp: fix rate_app_limited to default to 1
+    - scsi: iscsi: Fix multiple iSCSI session unbind events sent to userspace
+    - [x86] ASoC: SOF: pm: Set target state earlier
+    - [x86] ASoC: SOF: pm: Always tear down pipelines before DSP suspend
+    - [x86] ASoC: SOF: Add FW state to debugfs
+    - [x86] ASoC: amd: yc: Add Razer Blade 14 2022 into DMI table
+    - [arm64] cpufreq: CPPC: Add u64 casts to avoid overflowing
+    - [arm64,armhf] cpufreq: Add Tegra234 to cpufreq-dt-platdev blocklist
+    - [x86] ASoC: amd: yc: Add ASUS M5402RA into DMI table
+    - [arm64,armhf] cpufreq: Add SM6375 to cpufreq-dt-platdev blocklist
+    - [arm64] ASoC: fsl_micfil: Correct the number of steps on SX controls
+    - [arm64] drm/msm/a6xx: Avoid gx gbit halt during rpm suspend
+    - net: usb: cdc_ether: add support for Thales Cinterion PLS62-W modem
+    - drm: Add orientation quirk for Lenovo ideapad D330-10IGL
+    - [s390x] debug: add _ASM_S390_ prefix to header guard
+    - [s390x] expicitly align _edata and _end symbols on page boundary
+    - xen/pvcalls: free active map buffer on pvcalls_front_free_map
+    - [x86] perf/x86/cstate: Add Meteor Lake support
+    - [x86] perf/x86/msr: Add Meteor Lake support
+    - [x86] perf/x86/msr: Add Emerald Rapids
+    - [x86] perf/x86/intel/uncore: Add Emerald Rapids
+    - [arm64] cpufreq: armada-37xx: stop using 0 as NULL pointer
+    - [arm64,armhf] ASoC: fsl_ssi: Rename AC'97 streams to avoid collisions with
+      AC'97 CODEC
+    - [arm64] ASoC: fsl-asoc-card: Fix naming of AC'97 CODEC widgets
+    - ACPI: resource: Skip IRQ override on Asus Expertbook B2402CBA
+    - cifs: fix potential memory leaks in session setup
+    - spi: spidev: remove debug messages that access spidev->spi without locking
+    - [s390x] KVM: s390: interrupt: use READ_ONCE() before cmpxchg()
+    - [arm64] scsi: hisi_sas: Use abort task set to reset SAS disks when
+      discovered
+    - [arm64] scsi: hisi_sas: Set a port invalid only if there are no devices
+      attached when refreshing port id
+    - r8152: add vendor/device ID pair for Microsoft Devkit
+    - [x86] platform/x86: asus-nb-wmi: Add alternate mapping for KEY_CAMERA
+    - [x86] platform/x86: asus-nb-wmi: Add alternate mapping for KEY_SCREENLOCK
+    - [x86] platform/x86: asus-wmi: Add quirk wmi_ignore_fan
+    - [x86] platform/x86: asus-wmi: Ignore fan on E410MA
+    - [x86] platform/x86: simatic-ipc: correct name of a model
+    - [x86] platform/x86: simatic-ipc: add another model
+    - lockref: stop doing cpu_relax in the cmpxchg loop
+    - firmware: coreboot: Check size of table entry and use flex-array
+    - btrfs: zoned: enable metadata over-commit for non-ZNS setup
+    - [arm64] efi: Recover from synchronous exceptions occurring in firmware
+    - [arm64] efi: Avoid workqueue to check whether EFI runtime is live
+    - [arm64] efi: Account for the EFI runtime stack in stack unwinder
+    - Bluetooth: hci_sync: cancel cmd_timer if hci_open failed
+    - [x86] drm/i915: Allow panel fixed modes to have differing sync polarities
+    - [x86] drm/i915: Allow alternate fixed modes always for eDP
+    - drm/amdgpu: complete gfxoff allow signal during suspend without delay
+    - io_uring/msg_ring: fix remote queue to disabled ring
+    - wifi: mac80211: Proper mark iTXQs for resumption
+    - wifi: mac80211: Fix iTXQ AMPDU fragmentation handling
+    - sched/fair: Check if prev_cpu has highest spare cap in feec()
+    - sched/uclamp: Fix a uninitialized variable warnings
+    - vfio/type1: Respect IOMMU reserved regions in vfio_test_domain_fgsp()
+    - scsi: hpsa: Fix allocation size for scsi_host_alloc()
+    - kvm/vfio: Fix potential deadlock on vfio group_lock
+    - nfsd: don't free files unconditionally in __nfsd_file_cache_purge
+    - module: Don't wait for GOING modules
+    - ftrace: Export ftrace_free_filter() to modules
+    - tracing: Make sure trace_printk() can output as soon as it can be used
+    - trace_events_hist: add check for return value of 'create_hist_field'
+    - ftrace/scripts: Update the instructions for ftrace-bisect.sh
+    - cifs: Fix oops due to uncleared server->smbd_conn in reconnect
+    - ksmbd: add max connections parameter
+    - ksmbd: do not sign response to session request for guest login
+    - ksmbd: downgrade ndr version error message to debug
+    - ksmbd: limit pdu length size according to connection status
+    - ovl: fix tmpfile leak
+    - ovl: fail on invalid uid/gid mapping at copy up
+    - io_uring/net: cache provided buffer group value for multishot receives
+    - [x86] KVM: x86/vmx: Do not skip segment attributes if unusable bit is set
+    - [arm64] KVM: arm64: GICv4.1: Fix race with doorbell on VPE
+      activation/deactivation
+    - scsi: ufs: core: Fix devfreq deadlocks
+    - [x86] thermal: intel: int340x: Protect trip temperature from concurrent
+      updates
+    - regulator: dt-bindings: samsung,s2mps14: add lost
+      samsung,ext-control-gpios
+    - ipv6: fix reachability confirmation with proxy_ndp
+    - EDAC/device: Respect any driver-supplied workqueue polling value
+    - [x86] platform/x86: thinkpad_acpi: Fix profile modes on Intel platforms
+    - drm/amd/pm: add missing AllowIHInterrupt message mapping for SMU13.0.0
+    - drm/amdgpu: remove unconditional trap enable on add gfx11 queues
+    - io_uring: inline io_req_task_work_add()
+    - io_uring: inline __io_req_complete_post()
+    - io_uring: hold locks for io_req_complete_failed
+    - io_uring: use io_req_task_complete() in timeout
+    - io_uring: remove io_req_tw_post_queue
+    - io_uring: inline __io_req_complete_put()
+    - [amd64] net: mana: Fix IRQ name - add PCI and queue number
+    - io_uring: always prep_async for drain requests
+    - i2c: designware: use casting of u64 in clock multiplication to avoid
+      overflow
+    - i2c: designware: Fix unbalanced suspended flag
+    - drm/drm_vma_manager: Add drm_vma_node_allow_once()
+    - [x86] drm/i915: Fix a memory leak with reused mmap_offset
+    - iavf: fix temporary deadlock and failure to set MAC address
+    - iavf: schedule watchdog immediately when changing primary MAC
+    - netlink: prevent potential spectre v1 gadgets
+    - net: fix UaF in netns ops registration error path
+    - net: fec: Use page_pool_put_full_page when freeing rx buffers
+    - nvme: simplify transport specific device attribute handling
+    - nvme: consolidate setting the tagset flags
+    - nvme-fc: fix initialization order
+    - ACPI: video: Add backlight=native DMI quirk for HP Pavilion g6-1d80nr
+    - ACPI: video: Add backlight=native DMI quirk for HP EliteBook 8460p
+    - ACPI: video: Add backlight=native DMI quirk for Asus U46E
+    - netfilter: nft_set_rbtree: Switch to node list walk for overlap detection
+    - netfilter: nft_set_rbtree: skip elements in transaction from garbage
+      collection
+    - netlink: annotate data races around nlk->portid
+    - netlink: annotate data races around dst_portid and dst_group
+    - netlink: annotate data races around sk_state
+    - ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()
+    - ipv4: prevent potential spectre v1 gadget in fib_metrics_match()
+    - netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETE
+    - netrom: Fix use-after-free of a listening socket.
+    - [x86] platform/x86: asus-wmi: Fix kbd_dock_devid tablet-switch reporting
+    - [x86] platform/x86: apple-gmux: Move port defines to apple-gmux.h
+    - [x86] platform/x86: apple-gmux: Add apple_gmux_detect() helper
+    - ACPI: video: Fix apple gmux detection
+    - net/sched: sch_taprio: do not schedule in taprio_reset()
+    - sctp: fail if no bound addresses can be used for a given scope
+    - [riscv64] kprobe: Fix instruction simulation of JALR
+    - nvme: fix passthrough csi check
+    - [arm64,armhf] gpio: mxc: Unlock on error path in mxc_flip_edge()
+    - net: mctp: add an explicit reference from a mctp_sk_key to sock
+    - net: mctp: move expiry timer delete to unhash
+    - net: mctp: hold key reference when looking up a general key
+    - net: mctp: mark socks as dead on unhash, prevent re-add
+    - [x86] thermal: intel: int340x: Add locking to
+      int340x_thermal_get_trip_type()
+    - [riscv64] Move call to init_cpu_topology() to later initialization stage
+    - net/tg3: resolve deadlock in tg3_reset_task() during EEH
+    - [arm64,armhf] net: mdio-mux-meson-g12a: force internal PHY off on mux
+      switch
+    - [arm64] Partially revert "perf/arm-cmn: Optimise DTC counter accesses"
+    - block: ublk: move ublk_chr_class destroying after devices are removed
+    - treewide: fix up files incorrectly marked executable
+    - Fix up more non-executable files marked executable
+    - Revert "mm/compaction: fix set skip in fast_find_migrateblock"
+    - Revert "Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI
+      mode"
+    - Input: i8042 - add Clevo PCX0DX to i8042 quirk table
+    - [x86] sev: Add SEV-SNP guest feature negotiation support
+    - acpi: Fix suspend with Xen PV
+    - [x86] i8259: Mark legacy PIC interrupts with IRQ_LEVEL
+    - netfilter: conntrack: unify established states for SCTP paths
+    - [x86] perf/x86/amd: fix potential integer overflow on shift of a int
+    - amdgpu: fix build on non-DCN platforms.
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.10
+    - [armhf] dts: imx: Fix pca9547 i2c-mux node name
+    - [arm64] dts: freescale: Fix pca954x i2c-mux node names
+    - [arm64] dts: imx8mq-thor96: fix no-mmc property for SDHCI
+    - [arm64] firmware: arm_scmi: Clear stale xfer->hdr.status
+    - bpf: Skip task with pid=1 in send_signal_common()
+    - erofs/zmap.c: Fix incorrect offset calculation
+    - mac80211: Fix MLO address translation for multiple bss case
+    - [arm64] dts: msm8994-angler: fix the memory map
+    - erofs: clean up parsing of fscache related options
+    - blk-cgroup: fix missing pd_online_fn() while activating policy
+    - ACPI: video: Add backlight=native DMI quirk for Acer Aspire 4810T
+    - block: fix hctx checks for batch allocation
+    - [s390x] workaround invalid gcc-11 out of bounds read warning
+    - HID: uclogic: Add support for XP-PEN Deco 01 V2
+    - HID: playstation: sanity check DualSense calibration data.
+    - [arm64,armhf] dmaengine: imx-sdma: Fix a possible memory leak in
+      sdma_transfer_init
+    - gpiolib: acpi: Allow ignoring wake capability on pins that aren't in _AEI
+    - cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()
+    - gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU
+    - net: fix NULL pointer in skb_segment_list
+    - net: mctp: purge receive queues on sk destruction
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.11
+    - firewire: fix memory leak for payload of request subaction to IEC 61883-1
+      FCP region
+    - [arm64,armhf] bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
+    - [arm64] dts: imx8m-venice: Remove incorrect 'uart-has-rtscts'
+    - [x86] ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device
+      after use
+    - [x86] ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device after
+      use
+    - [x86] ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device after
+      use
+    - [x86] ASoC: Intel: sof_es8336: Drop reference count of ACPI device after
+      use
+    - bpf: Fix off-by-one error in bpf_mem_cache_idx()
+    - bpf: Fix a possible task gone issue with bpf_send_signal[_thread]()
+      helpers
+    - ALSA: hda/via: Avoid potential array out-of-bound in add_secret_dac_path()
+    - bpf: Fix to preserve reg parent/live fields when copying range info
+    - [x86] ASoC: SOF: ipc4-mtrace: prevent underflow in
+      sof_ipc4_priority_mask_dfs_write()
+    - bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
+    - media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct line
+    - bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listener
+    - [arm64,armhf] drm/vc4: hdmi: make CEC adapter name unique
+    - scsi: Revert "scsi: core: map PQ=1, PDT=other values to
+      SCSI_SCAN_TARGET_PRESENT"
+    - bpf: Fix the kernel crash caused by bpf_setsockopt().
+    - ALSA: memalloc: Workaround for Xen PV
+    - vhost/net: Clear the pending messages when the backend is removed
+    - [armhf] WRITE is "data source", not destination...
+    - [s390x] memcpy_real(): WRITE is "data source", not destination...
+    - fix iov_iter_bvec() "direction" argument
+    - fix 'direction' argument of iov_iter_{init,bvec}()
+    - fix "direction" argument of iov_iter_kvec()
+    - use less confusing names for iov_iter direction initializers
+    - vhost-scsi: unbreak any layout for response
+    - ice: Prevent set_channel from changing queues while RDMA active
+    - qede: execute xdp_do_flush() before napi_complete_done()
+    - virtio-net: execute xdp_do_flush() before napi_complete_done()
+    - [arm64] dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
+    - skb: Do mix page pool and page referenced frags in GRO
+    - sfc: correctly advertise tunneled IPv6 segmentation
+    - net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices
+    - block, bfq: replace 0/1 with false/true in bic apis
+    - block, bfq: fix uaf for bfqq in bic_set_bfqq()
+    - netrom: Fix use-after-free caused by accept on already connected socket
+    - fscache: Use wait_on_bit() to wait for the freeing of relinquished volume
+    - [x86] platform/x86: thinkpad_acpi: Fix thinklight LED brightness returning
+      255
+    - [x86] drm/i915/guc: Fix locking when searching for a hung request
+    - [x86] drm/i915: Fix request ref counting during error capture & debugfs
+      dump
+    - [x86] drm/i915: Fix up locking around dumping requests lists
+    - [x86] drm/i915/adlp: Fix typo for reference clock
+    - net/tls: tls_is_tx_ready() checked list_entry
+    - ALSA: firewire-motu: fix unreleased lock warning in hwdep device
+    - netfilter: br_netfilter: disable sabotage_in hook after first suppression
+    - block: ublk: extending queue_size to fix overflow
+    - squashfs: harden sanity check in squashfs_read_xattr_id_table
+    - maple_tree: should get pivots boundary by type
+    - sctp: do not check hb_timer.expires when resetting hb_timer
+    - [arm64] net: phy: meson-gxl: Add generic dummy stubs for MMD register
+      access
+    - ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local
+      address
+    - ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local
+      address
+    - [riscv64] kprobe: Fixup kernel panic when probing an illegal position
+    - igc: return an error if the mac type is unknown in
+      igc_ptp_systim_to_hwtstamp()
+    - can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
+    - can: raw: fix CAN FD frame transmissions over CAN XL devices
+    - ata: libata: Fix sata_down_spd_limit() when no link speed is reported
+    - virtio-net: Keep stop() to follow mirror sequence of open()
+    - net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
+    - efi: fix potential NULL deref in efi_mem_reserve_persistent
+    - [x86] i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
+    - scsi: target: core: Fix warning on RT kernels
+    - [x86] aperfmperf: Erase stale arch_freq_scale values when disabling
+      frequency invariance readings
+    - [x86] perf/x86/intel: Add Emerald Rapids
+    - [x86] perf/x86/intel/cstate: Add Emerald Rapids
+    - scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddress
+    - scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddress
+    - [arm64,armhf] i2c: rk3x: fix a bunch of kernel-doc warnings
+    - Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one"
+    - [x86] build: Move '-mindirect-branch-cs-prefix' out of GCC-only block
+    - [x86] platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type 0x0010
+      table
+    - [x86] platform/x86: hp-wmi: Handle Omen Key event
+    - [x86] platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
+    - [amd64] platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
+    - drm/amd/display: Fix timing not changning when freesync video is enabled
+    - bcache: Silence memcpy() run-time false positive warnings
+    - [arm64] usb: dwc3: qcom: enable vbus override when in OTG dr-mode
+    - usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_wait
+    - vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAF
+    - fbcon: Check font dimension limits
+    - cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()
+    - hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
+    - net: qrtr: free memory on error path in radix_tree_insert()
+    - can: isotp: split tx timer into transmission and timeout
+    - can: isotp: handle wait_event_interruptible() return values
+    - [s390x] watchdog: diag288_wdt: do not use stack buffers for hardware data
+    - [s390x] watchdog: diag288_wdt: fix __diag288() inline assembly
+    - ALSA: hda/realtek: Add Acer Predator PH315-54
+    - ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work for a HP
+      platform
+    - [x86] ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
+    - [x86] ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL
+    - [x86] ASoC: SOF: keep prepare/unprepare widgets in sink path
+    - efi: Accept version 2 of memory attributes table
+    - rtc: efi: Enable SET/GET WAKEUP services as optional
+    - iio: hid: fix the retval in accel_3d_capture_sample
+    - iio: hid: fix the retval in gyro_3d_capture_sample
+    - iio: imu: fxos8700: fix ACCEL measurement range selection
+    - iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels readback
+    - iio: imu: fxos8700: fix IMU data bits returned to user space
+    - iio: imu: fxos8700: fix map label of channel type to MAGN sensor
+    - iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
+    - iio: imu: fxos8700: fix incorrect ODR mode readback
+    - iio: imu: fxos8700: fix failed initialization ODR mode assignment
+    - iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
+    - iio: imu: fxos8700: fix MAGN sensor scale and unit
+    - [arm64,armhf] nvmem: sunxi_sid: Always use 32-bit MMIO reads
+    - [riscv64] disable generation of unwind tables
+    - Revert "mm: kmemleak: alloc gray object for reserved region with direct
+      map"
+    - mm: multi-gen LRU: fix crash during cgroup migration
+    - mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps
+    - mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty_slowpath()
+    - usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
+    - usb: typec: ucsi: Don't attempt to resume the ports before they exist
+    - usb: gadget: udc: do not clear gadget driver.bus
+    - kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()
+    - HV: hv_balloon: fix memory leak with using debugfs_lookup()
+    - [x86] debug: Fix stack recursion caused by wrongly ordered DR7 accesses
+    - mm/uffd: fix pte marker when fork() without fork event
+    - mm/swapfile: add cond_resched() in get_swap_pages()
+    - mm/khugepaged: fix ->anon_vma race
+    - mm, mremap: fix mremap() expanding for vma's with vm_ops->close()
+    - mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
+    - highmem: round down the address passed to kunmap_flush_on_unmap()
+    - Squashfs: fix handling and sanity checking of xattr_ids count
+    - maple_tree: fix mas_empty_area_rev() lower bound validation
+    - migrate: hugetlb: check for hugetlb shared PMD in node migration
+    - dma-buf: actually set signaling bit for private stub fences
+    - [armhf] serial: stm32: Merge hard IRQ and threaded IRQ handling into
+      single IRQ handler
+    - [x86] drm/i915: Avoid potential vm use-after-free
+    - [x86] drm/i915: Fix potential bit_17 double-free
+    - drm/amd: Fix initialization for nbio 4.3.0
+    - drm/amd/pm: drop unneeded dpm features disablement for SMU 13.0.4/11
+    - drm/amdgpu: update wave data type to 3 for gfx11
+    - nvmem: core: initialise nvmem->id early
+    - nvmem: core: remove nvmem_config wp_gpio
+    - nvmem: core: fix cleanup after dev_set_name()
+    - nvmem: core: fix registration vs use race
+    - nvmem: core: fix device node refcounting
+    - nvmem: core: fix cell removal on error
+    - nvmem: core: fix return value
+    - [arm64] phy: qcom-qmp-combo: fix runtime suspend
+    - serial: 8250_dma: Fix DMA Rx completion race
+    - serial: 8250_dma: Fix DMA Rx rearm race
+    - [x86] ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL on
+      sink failure
+    - [powerpc*] 64s/radix: Fix crash with unaligned relocated kernel
+    - [powerpc*] 64s: Fix local irq disable when PMIs are disabled
+    - [powerpc*] imc-pmu: Revert nest_init_lock to being a mutex
+    - ovl: Use "buf" flexible array for memcpy() destination
+    - f2fs: initialize locks earlier in f2fs_fill_super()
+    - fbdev: smscufx: fix error handling code in ufx_usb_probe
+    - f2fs: fix to do sanity check on i_extra_isize in is_alive()
+    - wifi: brcmfmac: Check the count value of channel spec to prevent
+      out-of-bounds reads
+    - gfs2: Cosmetic gfs2_dinode_{in,out} cleanup
+    - gfs2: Always check inode size of inline inodes
+    - bpf: Skip invalid kfunc call in backtrack_insn
+
+  [ Diederik de Haas ]
+  * [amd64,arm64,armel,i386] Remove unnecessary constraints since stretch
+    (old-old-stable)
+
+  [ Salvatore Bonaccorso ]
+  * Refresh "kbuild: Make the toolchain variables easily overwritable"
+  * Bump ABI to 4
+
+  [ John Paul Adrian Glaubitz ]
+  * [hppa,ia64,sh4,sparc64] Add i2c-modules to Depends for nic-shared-modules
+    udeb
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 09 Feb 2023 22:48:50 +0100
+
+linux (6.1.8-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.8
+    - dma-buf: fix dma_buf_export init order v2
+    - btrfs: fix trace event name typo for FLUSH_DELAYED_REFS
+    - wifi: iwlwifi: fw: skip PPAG for JF
+    - pNFS/filelayout: Fix coalescing test for single DS
+    - virtio_pci: modify ENOENT to EINVAL
+    - net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy stats
+    - r8169: move rtl_wol_enable_rx() and rtl_prepare_power_down()
+    - r8169: fix dmar pte write access is not set error
+    - bpf: keep a reference to the mm, in case the task is dead.
+    - btrfs: always report error in run_one_delayed_ref()
+    - [x86] asm: Fix an assembler warning with current binutils
+    - f2fs: let's avoid panic if extent_tree is not created
+    - [x86] perf/x86/rapl: Treat Tigerlake like Icelake
+    - cifs: fix race in assemble_neg_contexts()
+    - [x86] perf/x86/rapl: Add support for Intel Meteor Lake
+    - [x86] perf/x86/rapl: Add support for Intel Emerald Rapids
+    - of: fdt: Honor CONFIG_CMDLINE* even without /chosen node, take 2
+    - Bluetooth: hci_sync: Fix use HCI_OP_LE_READ_BUFFER_SIZE_V2
+    - Bluetooth: hci_qca: Fix driver shutdown on closed serdev
+    - wifi: brcmfmac: fix regression for Broadcom PCIe wifi devices
+    - wifi: mac80211: fix MLO + AP_VLAN check
+    - wifi: mac80211: reset multiple BSSID options in stop_ap()
+    - wifi: mac80211: sdata can be NULL during AMPDU start
+    - wifi: mac80211: fix initialization of rx->link and rx->link_sta
+      (Closes: #1029816)
+    - proc: fix PIE proc-empty-vm, proc-pid-vm tests
+    - zonefs: Detect append writes at invalid locations
+    - nilfs2: fix general protection fault in nilfs_btree_insert()
+    - mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSE
+    - hugetlb: unshare some PMDs when splitting VMAs
+    - mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma
+    - xhci-pci: set the dma max_seg_size
+    - usb: xhci: Check endpoint is valid before dereferencing it
+    - xhci: Fix null pointer dereference when host dies
+    - xhci: Add update_hub_device override for PCI xHCI hosts
+    - xhci: Add a flag to disable USB3 lpm on a xhci root port level.
+    - usb: acpi: add helper to check port lpm capability using acpi _DSM
+    - xhci: Detect lpm incapable xHC USB3 roothub ports from ACPI tables
+    - prlimit: do_prlimit needs to have a speculation check
+    - USB: serial: option: add Quectel EM05-G (GR) modem
+    - USB: serial: option: add Quectel EM05-G (CS) modem
+    - USB: serial: option: add Quectel EM05-G (RS) modem
+    - USB: serial: option: add Quectel EC200U modem
+    - USB: serial: option: add Quectel EM05CN (SG) modem
+    - USB: serial: option: add Quectel EM05CN modem
+    - USB: misc: iowarrior: fix up header size for
+      USB_DEVICE_ID_CODEMERCS_IOW100
+    - usb: core: hub: disable autosuspend for TI TUSB8041
+    - [x86] comedi: adv_pci1760: Fix PWM instruction handling
+    - [amd64,arm64] ACPI: PRM: Check whether EFI runtime is available
+    - [arm64,armhf] mmc: sunxi-mmc: Fix clock refcount imbalance during unbind
+    - [arm64,armhf] mmc: sdhci-esdhc-imx: correct the tuning start tap and step
+      setting
+    - mm/hugetlb: fix PTE marker handling in hugetlb_change_protection()
+    - mm/hugetlb: fix uffd-wp handling for migration entries in
+      hugetlb_change_protection()
+    - mm/hugetlb: pre-allocate pgtable pages for uffd wr-protects
+    - mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a
+      VMA
+    - mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested end
+    - btrfs: add extra error messages to cover non-ENOMEM errors from
+      device_add_list()
+    - btrfs: fix missing error handling when logging directory items
+    - btrfs: fix directory logging due to race with concurrent index key
+      deletion
+    - btrfs: add missing setup of log for full commit at add_conflicting_inode()
+    - btrfs: do not abort transaction on failure to write log tree when syncing
+      log
+    - btrfs: do not abort transaction on failure to update log root
+    - btrfs: qgroup: do not warn on record without old_roots populated
+    - btrfs: fix invalid leaf access due to inline extent during lseek
+    - btrfs: fix race between quota rescan and disable leading to NULL pointer
+      deref
+    - cifs: do not include page data when checking signature
+    - [x86] thunderbolt: Disable XDomain lane 1 only in software connection
+      manager
+    - [x86] thunderbolt: Use correct function to calculate maximum USB3 link
+      rate
+    - [x86] thunderbolt: Do not report errors if on-board retimers are found
+    - [x86] thunderbolt: Do not call PM runtime functions in tb_retimer_scan()
+    - bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and
+      PERF_BPF_EVENT_PROG_UNLOAD
+    - [arm64] tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO
+      buffer
+    - tty: fix possible null-ptr-defer in spk_ttyio_release
+    - pktcdvd: check for NULL returna fter calling bio_split_to_limits()
+    - io_uring/poll: don't reissue in case of poll race on multishot request
+    - mptcp: explicitly specify sock family at subflow creation time
+    - mptcp: netlink: respect v4/v6-only sockets
+    - USB: gadgetfs: Fix race between mounting and unmounting
+    - USB: serial: cp210x: add SCALANCE LPE-9000 device id
+    - [arm64] usb: host: ehci-fsl: Fix module alias
+    - [armhf] usb: musb: fix error return code in omap2430_probe()
+    - usb: typec: tcpm: Fix altmode re-registration causes sysfs create fail
+    - usb: typec: altmodes/displayport: Add pin assignment helper
+    - usb: typec: altmodes/displayport: Fix pin assignment calculation
+    - USB: gadget: Add ID numbers to configfs-gadget driver names
+    - usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()
+    - [i386] serial: pch_uart: Pass correct sg to dma_unmap_sg()
+    - [arm64] dmaengine: tegra210-adma: fix global intr clear
+    - [amd64] dmaengine: idxd: Let probe fail when workqueue cannot be enabled
+    - [amd64] dmaengine: idxd: Prevent use after free on completion memory
+    - [amd64] dmaengine: idxd: Do not call DMX TX callbacks during workqueue
+      disable
+    - [arm*] serial: amba-pl011: fix high priority character transmission in
+      rs486 mode
+    - serial: exar: Add support for Sealevel 7xxxC serial cards
+    - mei: bus: fix unlink on bus in error path
+    - mei: me: add meteor lake point M DID
+    - [x86] VMCI: Use threaded irqs instead of tasklets
+    - drm/amdgpu: fix amdgpu_job_free_resources v2
+    - drm/amdgpu: allow multipipe policy on ASICs with one MEC
+    - drm/amdgpu: Correct the power calcultion for Renior/Cezanne.
+    - [x86] drm/i915: re-disable RC6p on Sandy Bridge
+    - [x86] drm/i915/display: Check source height is > 0
+    - [x86] drm/i915: Allow switching away via vga-switcheroo if uninitialized
+    - [x86] drm/i915: Remove unused variable
+    - drm/amd/display: Fix set scaling doesn's work
+    - drm/amd/display: Calculate output_color_space after pixel encoding
+      adjustment
+    - drm/amd/display: Fix COLOR_SPACE_YCBCR2020_TYPE matrix
+    - drm/amd/display: disable S/G display on DCN 3.1.5
+    - drm/amd/display: disable S/G display on DCN 3.1.4
+    - cifs: reduce roundtrips on create/qinfo requests
+    - fs/ntfs3: Fix attr_punch_hole() null pointer derenference (CVE-2022-4842)
+    - [arm64] efi: Execute runtime services from a dedicated stack
+    - [arm64] efi: rt-wrapper: Add missing include
+    - panic: Separate sysctl logic from CONFIG_SMP
+    - exit: Put an upper limit on how often we can oops
+    - exit: Expose "oops_count" to sysfs
+    - exit: Allow oops_limit to be disabled
+    - panic: Consolidate open-coded panic_on_warn checks
+    - panic: Introduce warn_limit
+    - panic: Expose "warn_count" to sysfs
+    - docs: Fix path paste-o for /sys/kernel/warn_count
+    - exit: Use READ_ONCE() for all oops/warn limit reads
+    - [x86] fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGN
+    - drm/amdgpu/discovery: enable soc21 common for GC 11.0.4
+    - drm/amdgpu/discovery: enable gmc v11 for GC 11.0.4
+    - drm/amdgpu/discovery: enable gfx v11 for GC 11.0.4
+    - drm/amdgpu/discovery: enable mes support for GC v11.0.4
+    - drm/amdgpu: set GC 11.0.4 family
+    - drm/amdgpu/discovery: set the APU flag for GC 11.0.4
+    - drm/amdgpu: add gfx support for GC 11.0.4
+    - drm/amdgpu: add gmc v11 support for GC 11.0.4
+    - drm/amdgpu/discovery: add PSP IP v13.0.11 support
+    - drm/amdgpu/pm: enable swsmu for SMU IP v13.0.11
+    - drm/amdgpu: add smu 13 support for smu 13.0.11
+    - drm/amdgpu/pm: add GFXOFF control IP version check for SMU IP v13.0.11
+    - drm/amdgpu/soc21: add mode2 asic reset for SMU IP v13.0.11
+    - drm/amdgpu/pm: use the specific mailbox registers only for SMU IP v13.0.4
+    - drm/amdgpu/discovery: enable nbio support for NBIO v7.7.1
+    - drm/amdgpu: enable PSP IP v13.0.11 support
+    - drm/amdgpu: enable GFX IP v11.0.4 CG support
+    - drm/amdgpu: enable GFX Power Gating for GC IP v11.0.4
+    - drm/amdgpu: enable GFX Clock Gating control for GC IP v11.0.4
+    - drm/amdgpu: add tmz support for GC 11.0.1
+    - drm/amdgpu: add tmz support for GC IP v11.0.4
+    - drm/amdgpu: correct MEC number for gfx11 APUs
+    - net/ulp: use consistent error code when blocking ULP
+    - net/mlx5: fix missing mutex_unlock in mlx5_fw_fatal_reporter_err_work()
+    - block: mq-deadline: Rename deadline_is_seq_writes()
+    - Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()"
+
+  [ Salvatore Bonaccorso ]
+  * d/t/main.control.in: Add Depends on python3-jinja2 for linux-support
+    packages
+  * gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode (Closes: #1029046)
+  * drm/amdgpu/display/mst: Fix mst_state->pbn_div and slot count assignments
+    (Closes: #1028451)
+  * drm/amdgpu/display/mst: limit payload to be updated one by one
+    (Closes: #1028451)
+  * drm/amdgpu/display/mst: update mst_mgr relevant variable when long HPD
+    (Closes: #1028451)
+  * drm/display/dp_mst: Correct the kref of port. (Closes: #1028451)
+  * Bump ABI to 3
+  * [amd64,arm64] Enable MODULE_ALLOW_BTF_MISMATCH (Closes: #1003210, #1022202)
+
+  [ Diederik de Haas ]
+  * d/rules.real: Remove executable bit from dtb files (Closes: #1028601)
+
+  [ John Paul Adrian Glaubitz ]
+  * Add patch to fix missing symbol versions for str{,n}{cat,cpy}
+    on alpha. Fixes FTBFS. (Closes: #1027974)
+
+  [ Miguel Bernal Marin ]
+  * [amd64] drivers/platform/x86/intel/uncore-frequency: Enable
+    INTEL_UNCORE_FREQ_CONTROL as module (Intel Uncore frequency control)
+    (Closes: #1029484)
+  * [amd64] arch/x86: Enable 5-level page tables support (X86_5LEVEL)
+    (Closes: #1029674)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 29 Jan 2023 13:33:36 +0100
+
+linux (6.1.7-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.5
+    - btrfs: replace strncpy() with strscpy()
+    - cifs: fix interface count calculation during refresh
+    - cifs: refcount only the selected iface during interface update
+    - [arm64,armhf] usb: dwc3: gadget: Ignore End Transfer delay on teardown
+    - btrfs: fix off-by-one in delalloc search during lseek
+    - btrfs: fix compat_ro checks against remount
+    - [arm64] phy: qcom-qmp-combo: fix broken power on
+    - btrfs: fix an error handling path in btrfs_defrag_leaves()
+    - SUNRPC: ensure the matching upcall is in-flight upon downcall
+    - wifi: ath9k: use proper statements in conditionals
+    - bpf: pull before calling skb_postpull_rcsum()
+    - [arm64,armhf] drm/panfrost: Fix GEM handle creation ref-counting
+    - netfilter: nf_tables: consolidate set description
+    - netfilter: nf_tables: add function to create set stateful expressions
+    - netfilter: nf_tables: perform type checking for existing sets
+    - ice: xsk: do not use xdp_return_frame() on tx_buf->raw_buf
+    - net: vrf: determine the dst using the original ifindex for multicast
+    - vmxnet3: correctly report csum_level for encapsulated packet
+    - mptcp: fix deadlock in fastopen error path
+    - mptcp: fix lockdep false positive
+    - netfilter: nf_tables: honor set timeout and garbage collection updates
+    - bonding: fix lockdep splat in bond_miimon_commit()
+    - veth: Fix race with AF_XDP exposing old or uninitialized descriptors
+    - nfsd: shut down the NFSv4 state objects before the filecache
+    - [arm64] net: hns3: add interrupts re-initialization while doing VF FLR
+    - [arm64] net: hns3: fix miss L3E checking for rx packet
+    - [arm64] net: hns3: fix VF promisc mode not update when mac table full
+    - net: sched: fix memory leak in tcindex_set_parms
+    - qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failure
+    - nfc: Fix potential resource leaks
+    - bnxt_en: Simplify bnxt_xdp_buff_init()
+    - bnxt_en: Fix XDP RX path
+    - bnxt_en: Fix first buffer size calculations for XDP multi-buffer
+    - bnxt_en: Fix HDS and jumbo thresholds for RX packets
+    - vhost/vsock: Fix error handling in vhost_vsock_init()
+    - vhost: fix range used in translate_desc()
+    - virtio-crypto: fix memory leak in
+      virtio_crypto_alg_skcipher_close_session()
+    - net/mlx5: E-Switch, properly handle ingress tagged packets on VST
+    - net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error path
+    - net/mlx5: Fix io_eq_size and event_eq_size params validation
+    - net/mlx5: Avoid recovery in probe flows
+    - net/mlx5: Fix RoCE setting at HCA level
+    - net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by default
+    - net/mlx5e: Fix RX reporter for XSK RQs
+    - net/mlx5e: CT: Fix ct debugfs folder name
+    - net/mlx5e: Always clear dest encap in neigh-update-del
+    - net/mlx5e: Fix hw mtu initializing at XDP SQ allocation
+    - net/mlx5e: Set geneve_tlv_option_0_exist when matching on geneve option
+    - net/mlx5: Lag, fix failure to cancel delayed bond work
+    - bpf: Always use maximal size for copy_array()
+    - tcp: Add TIME_WAIT sockets in bhash2.
+    - [arm64] net: hns3: refine the handling for VF heartbeat
+    - [amd64,arm64] net: amd-xgbe: add missed tasklet_kill
+    - net: ena: Fix toeplitz initial hash value
+    - net: ena: Don't register memory info on XDP exchange
+    - net: ena: Account for the number of processed bytes in XDP
+    - net: ena: Use bitmask to indicate packet redirection
+    - net: ena: Fix rx_copybreak value update
+    - net: ena: Set default value for RX interrupt moderation
+    - net: ena: Update NUMA TPH hint register upon NUMA node update
+    - [arm64,armhf] gpio: pca953x: avoid to use uninitialized value pinctrl
+    - RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for device
+    - RDMA/mlx5: Fix validation of max_rd_atomic caps for DC
+    - [arm64] drm/meson: Reduce the FIFO lines held when AFBC is not used
+    - filelock: new helper: vfs_inode_has_locks
+    - ceph: switch to vfs_inode_has_locks() to fix file lock bug
+    - net: sched: atm: dont intepret cls results when asked to drop
+      (CVE-2023-23455)
+    - net: sched: cbq: dont intepret cls results when asked to drop
+      (CVE-2023-23454)
+    - vxlan: Fix memory leaks in error path
+    - netfilter: ipset: fix hash:net,port,net hang with /0 subnet
+    - netfilter: ipset: Rework long task execution when adding/deleting entries
+    - drm/virtio: Fix memory leak in virtio_gpu_object_create()
+    - perf tools: Fix resources leak in perf_data__open_dir()
+    - [armhf] drm/imx: ipuv3-plane: Fix overlay plane width
+    - drivers/net/bonding/bond_3ad: return when there's no aggregator
+    - usb: rndis_host: Secure rndis_query check against int overflow
+    - [x86] drm/i915: unpin on error in intel_vgpu_shadow_mm_pin()
+    - [x86] drm/i915/gvt: fix double free bug in split_2MB_gtt_entry
+      (CVE-2022-3707)
+    - qed: allow sleep in qed_mcp_trace_dump()
+    - net/ulp: prevent ULP without clone op from entering the LISTEN status
+    - udf: Fix extension of the last extent in the file
+    - [arm64] usb: dwc3: xilinx: include linux/gpio/consumer.h
+    - hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handling
+    - [x86] ASoC: SOF: Revert: "core: unregister clients and machine drivers in
+      .shutdown"
+    - 9p/client: fix data race on req->status
+    - [x86] ASoC: Intel: bytcr_rt5640: Add quirk for the Advantech MICA-071
+      tablet
+    - drm/amdgpu: Fix size validation for non-exclusive domains (v4)
+    - io_uring/cancel: re-grab ctx mutex after finishing wait
+    - ACPI: video: Allow GPU drivers to report no panels
+    - drm/amd/display: Report to ACPI video if no panels were found
+    - ACPI: video: Don't enable fallback path for creating ACPI backlight by
+      default
+    - io_uring: check for valid register opcode earlier
+    - nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding it
+    - nvme: also return I/O command effects from nvme_command_effects
+    - [x86] ASoC: SOF: Intel: pci-tgl: unblock S5 entry if DMA stop has failed"
+    - [x86] kexec: Fix double-free of elf header buffer
+    - [x86] bugs: Flush IBP in ib_prctl_set()
+    - nfsd: fix handling of readdir in v4root vs. mount upcall timeout
+    - fbdev: matroxfb: G200eW: Increase max memory from 1 MB to 16 MB
+    - bpf: Fix panic due to wrong pageattr of im->image
+    - Revert "drm/amd/display: Enable Freesync Video Mode by default"
+    - net: dsa: tag_qca: fix wrong MGMT_DATA2 size
+    - block: don't allow splitting of a REQ_NOWAIT bio
+    - io_uring: pin context while queueing deferred tw
+    - io_uring: fix CQ waiting timeout handling
+    - tpm: Allow system suspend to continue when TPM suspend fails
+    - [amd64] thermal: int340x: Add missing attribute for data rate base
+    - of/fdt: run soc memory setup when early_init_dt_scan_memory fails
+    - drm/plane-helper: Add the missing declaration of drm_atomic_state
+    - [x86] drm/i915/gvt: fix gvt debugfs destroy
+    - [x86] drm/i915/gvt: fix vgpu debugfs clean in remove
+    - virtio-blk: use a helper to handle request queuing errors
+    - virtio_blk: Fix signedness bug in virtblk_prep_rq()
+    - drm/amd/display: Add check for DET fetch latency hiding for dcn32
+    - drm/amd/display: Uninitialized variables causing 4k60 UCLK to stay at DPM1
+      and not DPM0
+    - btrfs: handle case when repair happens with dev-replace
+    - ksmbd: fix infinite loop in ksmbd_conn_handler_loop()
+    - ksmbd: send proper error response in smb2_tree_connect()
+    - ksmbd: check nt_len to be at least CIFS_ENCPWD_SIZE in
+      ksmbd_decode_ntlmssp_auth_blob (CVE-2023-0210)
+    - [x86] drm/i915/dsi: add support for ICL+ native MIPI GPIO sequence
+    - [x86] drm/i915/dsi: fix MIPI_BKLT_EN_1 native GPIO index
+    - efi: random: combine bootloader provided RNG seed with RNG protocol output
+    - wifi: ath11k: Send PME message during wakeup from D3cold
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.6
+    - [x86] fpu: Take task_struct* in copy_sigframe_from_user_to_xstate()
+    - [x86] fpu: Add a pkru argument to copy_uabi_from_kernel_to_xstate().
+    - [x86] fpu: Add a pkru argument to copy_uabi_to_xstate()
+    - [x86] fpu: Allow PKRU to be (once again) written by ptrace.
+    - [x86] fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit is not set
+    - Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
+    - gcc: disable -Warray-bounds for gcc-11 too
+    - net: sched: disallow noqueue for qdisc classes
+    - ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAF
+      (CVE-2023-0266)
+    - ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
+    - ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform
+    - ALSA: hda: cs35l41: Don't return -EINVAL from system suspend/resume
+    - ALSA: hda - Enable headset mic on another Dell laptop with ALC3254
+    - ALSA: hda: cs35l41: Check runtime suspend capability at runtime_idle
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.7
+    - netfilter: nft_payload: incorrect arithmetics when fetching VLAN header
+      bits (CVE-2023-0179)
+    - Revert "ALSA: usb-audio: Drop superfluous interface setup at parsing"
+    - ALSA: control-led: use strscpy in set_led_id()
+    - ALSA: usb-audio: Always initialize fixed_rate in
+      snd_usb_find_implicit_fb_sync_format()
+    - ALSA: hda/realtek - Turn on power early
+    - ALSA: hda/realtek: Enable mute/micmute LEDs on HP Spectre x360 13-aw0xxx
+    - [x86] KVM: x86: Do not return host topology information from
+      KVM_GET_SUPPORTED_CPUID
+    - [arm64] KVM: arm64: Fix S1PTW handling on RO memslots
+    - efi: fix userspace infinite retry read efivars after EFI runtime services
+      page fault
+    - efi: tpm: Avoid READ_ONCE() for accessing the event log
+    - docs: Fix the docs build with Sphinx 6.0
+    - io_uring/poll: add hash if ready poll request can't complete inline
+    - [arm64] mte: Fix double-freeing of the temporary tag storage during
+      coredump
+    - [arm64] mte: Avoid the racy walk of the vma list during core dump
+    - ACPI: Fix selecting wrong ACPI fwnode for the iGPU on some Dell laptops
+    - net: stmmac: add aux timestamps fifo clearance wait
+    - [s390x] kexec: fix ipl report address for kdump
+    - brcmfmac: Prefer DT board type over DMI board type
+    - [arm64] ASoC: qcom: lpass-cpu: Fix fallback SD line index handling
+    - elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}
+    - [x86] cpufreq: amd-pstate: fix kernel hang issue while amd-pstate
+      unregistering
+    - [s390x] cpum_sf: add READ_ONCE() semantics to compare and swap loops
+    - [s390x] percpu: add READ_ONCE() to arch_this_cpu_to_op_simple()
+    - drm/virtio: Fix GEM handle creation UAF
+    - drm/amd/pm/smu13: BACO is supported when it's in BACO state
+    - drm: Optimize drm buddy top-down allocation method
+    - [x86] drm/i915/gt: Reset twice
+    - [x86] drm/i915: Reserve enough fence slot for i915_vma_unbind_async
+    - [x86] drm/i915: Fix potential context UAFs
+    - drm/amd: Delay removal of the firmware framebuffer
+    - drm/amdgpu: Fixed bug on error when unloading amdgpu
+    - drm/amd/pm: correct the reference clock for fan speed(rpm) calculation
+    - drm/amd/pm: add the missing mapping for PPT feature on SMU13.0.0 and
+      13.0.7
+    - drm/amd/display: move remaining FPU code to dml folder
+    - Revert "drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10
+      properly""
+    - cifs: Fix uninitialized memory read for smb311 posix symlink create
+    - cifs: fix file info setting in cifs_query_path_info() (Closes: #1029130)
+    - cifs: fix file info setting in cifs_open_file()
+    - cifs: do not query ifaces on smb1 mounts
+    - cifs: fix double free on failed kerberos auth
+    - io_uring/fdinfo: include locked hash table in fdinfo output
+    - ACPI: video: Allow selecting NVidia-WMI-EC or Apple GMUX backlight from
+      the cmdline
+    - [x86] platform/surface: aggregator: Ignore command messages not intended
+      for us
+    - [x86] platform/x86: thinkpad_acpi: Fix profile mode display in AMT mode
+    - [x86] platform/x86: asus-wmi: Don't load fan curves without fan
+    - [arm64] drm/msm: another fix for the headless Adreno GPU
+    - firmware/psci: Fix MEM_PROTECT_RANGE function numbers
+    - firmware/psci: Don't register with debugfs if PSCI isn't available
+    - [arm64] signal: Always allocate SVE signal frames on SME only systems
+    - [arm64] signal: Always accept SVE signal frames on SME only systems
+    - [arm64] mm: add pud_user_exec() check in pud_user_accessible_page()
+    - [arm64] ptrace: Use ARM64_SME to guard the SME register enumerations
+    - [arm64] mm: fix incorrect file_map_count for invalid pmd
+    - [x86] platform/x86: ideapad-laptop: Add Legion 5 15ARH05 DMI id to
+      set_fn_lock_led_list[]
+    - [arm64] drm/msm/dp: do not complete dp_aux_cmd_fifo_tx() if irq is not for
+      aux transfer
+    - [x86] platform/x86: sony-laptop: Don't turn off 0x153 keyboard backlight
+      during probe
+    - ixgbe: fix pci device refcount leak
+    - ipv6: raw: Deduct extension header length in rawv6_push_pending_frames
+    - iavf/iavf_main: actually log ->src mask when talking about it
+    - [x86] drm/i915/gt: Cleanup partial engine discovery failures
+    - [arm64,armhf] usb: ulpi: defer ulpi_register on ulpi_read_id timeout
+    - drm/amd/pm: enable mode1 reset on smu_v13_0_10
+    - drm/amd/pm: Enable bad memory page/channel recording support for smu
+      v13_0_0
+    - drm/amd/pm: enable GPO dynamic control support for SMU13.0.0
+    - drm/amd/pm: enable GPO dynamic control support for SMU13.0.7
+    - drm/amdgpu: add soc21 common ip block support for GC 11.0.4
+    - drm/amdgpu: Enable pg/cg flags on GC11_0_4 for VCN
+    - drm/amdgpu: enable VCN DPG for GC IP v11.0.4
+    - mm: Always release pages to the buddy allocator in memblock_free_late().
+    - iommu/iova: Fix alloc iova overflows issue
+    - [arm64] iommu/arm-smmu-v3: Don't unregister on shutdown
+    - [arm64,armhf] iommu/arm-smmu: Don't unregister on shutdown
+    - [arm64,armhf] iommu/arm-smmu: Report IOMMU_CAP_CACHE_COHERENCY even
+      betterer
+    - sched/core: Fix use-after-free bug in dup_user_cpus_ptr()
+    - netfilter: ipset: Fix overflow before widen in the bitmap_ip_create()
+      function.
+    - [powerpc*] imc-pmu: Fix use of mutex in IRQs disabled section
+    - [x86] boot: Avoid using Intel mnemonics in AT&T syntax asm
+    - EDAC/device: Fix period calculation in edac_device_reset_delay_period()
+    - [x86] pat: Fix pat_x_mtrr_type() for MTRR disabled case
+    - [x86] resctrl: Fix task CLOSID/RMID update race
+    - [x86] resctrl: Fix event counts regression in reused RMIDs
+    - scsi: storvsc: Fix swiotlb bounce buffer leak in confidential VM
+    - scsi: ufs: core: WLUN suspend SSU/enter hibern8 fail recovery
+    - [x86] ASoC: Intel: sof_nau8825: support rt1015p speaker amplifier
+    - [x86] ASoC: Intel: sof-nau8825: fix module alias overflow
+    - [arm64] drm/msm/dpu: Fix memory leak in msm_mdss_parse_data_bus_icc_path
+    - [arm64] ASoC: wm8904: fix wrong outputs volume after power reactivation
+    - mtd: cfi: allow building spi-intel standalone
+    - ALSA: usb-audio: Make sure to stop endpoints before closing EPs
+    - ALSA: usb-audio: Relax hw constraints for implicit fb sync
+    - tipc: fix unexpected link reset due to discovery messages
+    - NFSD: Pass the target nfsd_file to nfsd_commit()
+    - NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately"
+    - NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collection
+    - nfsd: remove the pages_flushed statistic from filecache
+    - nfsd: reorganize filecache.c
+    - NFSD: Add an nfsd_file_fsync tracepoint
+    - nfsd: rework refcounting in filecache
+    - nfsd: fix handling of cached open files in nfsd4_open codepath
+    - sched/core: Fix arch_scale_freq_tick() on tickless systems
+    - hvc/xen: lock console list traversal
+    - nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()
+    - gro: avoid checking for a failed search
+    - gro: take care of DODGY packets
+    - [arm64] ASoC: qcom: Fix building APQ8016 machine driver without SOUNDWIRE
+    - drm/amdgpu: Fix potential NULL dereference
+    - ice: Fix potential memory leak in ice_gnss_tty_write()
+    - ice: Add check for kzalloc
+    - drm/vmwgfx: Write the driver id registers
+    - drm/vmwgfx: Refactor resource manager's hashtable to use linux/hashtable
+      implementation.
+    - drm/vmwgfx: Remove ttm object hashtable
+    - drm/vmwgfx: Refactor resource validation hashtable to use linux/hashtable
+      implementation.
+    - drm/vmwgfx: Refactor ttm reference object hashtable to use
+      linux/hashtable.
+    - drm/vmwgfx: Remove vmwgfx_hashtab
+    - drm/vmwgfx: Remove rcu locks from user resources
+    - net/sched: act_mpls: Fix warning during failed attribute validation
+    - Revert "r8169: disable detection of chip version 36"
+    - net/mlx5: check attr pointer validity before dereferencing it
+    - net/mlx5e: TC, Keep mod hdr actions after mod hdr alloc
+    - net/mlx5: Fix command stats access after free
+    - net/mlx5e: Verify dev is present for fix features ndo
+    - net/mlx5e: IPoIB, Block queue count configuration when sub interfaces are
+      present
+    - net/mlx5e: IPoIB, Block PKEY interfaces with less rx queues than parent
+    - net/mlx5e: IPoIB, Fix child PKEY interface stats on rx path
+    - net/mlx5: Fix ptp max frequency adjustment range
+    - net/mlx5e: Don't support encap rules with gbp option
+    - net/mlx5e: Fix macsec ssci attribute handling in offload path
+    - net/mlx5e: Fix macsec possible null dereference when updating MAC security
+      entity (SecY)
+    - igc: Fix PPS delta between two synchronized end-points
+    - [arm64] net: hns3: fix wrong use of rss size during VF rss config
+    - bnxt: make sure we return pages to the pool
+    - [x86] platform/surface: aggregator: Add missing call to
+      ssam_request_sync_free()
+    - [x86] platform/x86/amd: Fix refcount leak in amd_pmc_probe
+    - ALSA: usb-audio: Fix possible NULL pointer dereference in
+      snd_usb_pcm_has_fixed_rate()
+    - efi: fix NULL-deref in init error path
+    - io_uring: lock overflowing for IOPOLL
+    - io_uring/poll: attempt request issue after racy poll wakeup
+    - [x86] drm/i915: Fix CFI violations in gt_sysfs
+    - io_uring/io-wq: free worker if task_work creation is canceled
+    - io_uring/io-wq: only free worker if it was allocated for creation
+    - block: handle bio_split_to_limits() NULL return
+    - [arm64,armhf] Revert "usb: ulpi: defer ulpi_register on ulpi_read_id
+      timeout"
+    - pinctrl: amd: Add dynamic debugging for active GPIOs
+
+  [ Helmut Grohne ]
+  * Fix cross Build-Depends: Annotate python3 and python3-jinja2
+    dependencies :native. (Closes: #1028184)
+
+  [ Helge Deller ]
+  * [hppa] Add i2c-modules udeb
+
+  [ Miguel Bernal Marin ]
+  * [x86] Enable Intel Speed Select Technology as module (Closes: #1028344)
+    - Enable INTEL_SPEED_SELECT_INTERFACE.
+  * [amd64] Enable the Intel Data Accelerators performance monitor
+    (Closes: #1028509)
+    - Enable INTEL_IDXD_PERFMON.
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Refresh "arm: Add support for lazy preemption"
+  * Bump ABI to 2
+  * d/t/tools-unversioned: hyperv-daemons Drop Depends on lsb-base
+  * Refresh "radeon, amdgpu: Firmware is required for DRM and KMS on R600
+    onward"
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 18 Jan 2023 20:56:44 +0100
+
+linux (6.1.4-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.3
+    - eventpoll: add EPOLL_URING_WAKE poll wakeup flag
+    - eventfd: provide a eventfd_signal_mask() helper
+    - io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeups
+    - nvme-pci: fix doorbell buffer value endianness
+    - nvme-pci: fix mempool alloc size
+    - nvme-pci: fix page size checks
+    - ACPI: resource: do IRQ override on XMG Core 15
+    - ACPI: resource: do IRQ override on Lenovo 14ALC7
+    - ACPI: resource: Add Asus ExpertBook B2502 to Asus quirks
+    - [x86] ACPI: video: Fix Apple GMUX backlight detection
+    - block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqq
+    - ata: ahci: Fix PCS quirk application for suspend
+    - nvme: fix the NVME_CMD_EFFECTS_CSE_MASK definition
+    - soundwire: dmi-quirks: add quirk variant for LAPBC710 NUC15
+    - [arm64,armhf] phy: sun4i-usb: Introduce port2 SIDDQ quirk
+    - [arm64,armhf] phy: sun4i-usb: Add support for the H616 USB PHY
+    - [powerpc*] rtas: avoid device tree lookups in rtas_os_term()
+    - [powerpc*] rtas: avoid scheduling in rtas_os_term()
+    - NFSD: fix use-after-free in __nfs42_ssc_open() (CVE-2022-4379)
+    - kprobes: kretprobe events missing on 2-core KVM guest
+    - HID: multitouch: fix Asus ExpertBook P2 P2451FA trackpoint
+    - HID: plantronics: Additional PIDs for double volume key presses quirk
+    - futex: Fix futex_waitv() hrtimer debug object leak on kcalloc error
+    - rtmutex: Add acquire semantics for rtmutex lock acquisition slow path
+    - mm, mremap: fix mremap() expanding vma with addr inside vma
+    - mm/mempolicy: fix memory leak in set_mempolicy_home_node system call
+    - pstore: Properly assign mem_type property
+    - pstore/zone: Use GFP_ATOMIC to allocate zone buffer
+    - hfsplus: fix bug causing custom uid and gid being unable to be assigned
+      with mount
+    - [x86] ACPI: x86: s2idle: Force AMD GUID/_REV 2 on HP Elitebook 865
+    - [x86] ACPI: x86: s2idle: Stop using AMD specific codepath for Rembrandt+
+    - ovl: Use ovl mounter's fsuid and fsgid in ovl_link()
+    - ovl: update ->f_iocb_flags when ovl_change_flags() modifies ->f_flags
+    - ALSA: line6: correct midi status byte when receiving data from podxt
+    - ALSA: line6: fix stack overflow in line6_midi_transmit
+    - ALSA: hda/hdmi: Static PCM mapping again with AMD HDMI codecs
+    - pnode: terminate at peers of source
+    - md: fix a crash in mempool_free
+    - mm, compaction: fix fast_isolate_around() to stay within boundaries
+    - f2fs: should put a page when checking the summary info
+    - f2fs: allow to read node block after shutdown
+    - block: Do not reread partition table on exclusively open device
+    - mmc: vub300: fix warning - do not call blocking ops when !TASK_RUNNING
+    - tpm: acpi: Call acpi_put_table() to fix memory leak
+    - tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak
+    - tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leak
+    - SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() fails
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.4
+    - drm/amdgpu: skip MES for S0ix as well since it's part of GFX
+    - drm/amdgpu: skip mes self test after s0i3 resume for MES IP v11.0
+    - media: stv0288: use explicitly signed char
+    - cxl/region: Fix memdev reuse check
+    - [arm64] Prohibit instrumentation on arch_stack_walk()
+    - jbd2: use the correct print format
+    - [x86] perf/x86/intel/uncore: Disable I/O stacks to PMU mapping on ICX-D
+    - [x86] perf/x86/intel/uncore: Clear attr_update properly
+    - [arm64] dts: qcom: sdm845-db845c: correct SPI2 pins drive strength
+    - [arm64] phy: qcom-qmp-combo: fix out-of-bounds clock access
+    - drm/amd/pm: update SMU13.0.0 reported maximum shader clock
+    - drm/amd/pm: correct SMU13.0.0 pstate profiling clock settings
+    - btrfs: fix uninitialized parent in insert_state
+    - btrfs: fix extent map use-after-free when handling missing device in
+      read_one_chunk
+    - btrfs: fix resolving backrefs for inline extent followed by prealloc
+    - [arm64] dts: qcom: sdm850-samsung-w737: correct I2C12 pins drive strength
+    - random: use rejection sampling for uniform bounded random integers
+    - [x86] fpu/xstate: Fix XSTATE_WARN_ON() to emit relevant diagnostics
+    - [arm64] dts: qcom: sdm850-lenovo-yoga-c630: correct I2C12 pins drive
+      strength
+    - cxl/region: Fix missing probe failure
+    - EDAC/mc_sysfs: Increase legacy channel support to 12
+    - [x86] MCE/AMD: Clear DFR errors found in THR handler
+    - random: add helpers for random numbers with given floor or range
+    - PM/devfreq: governor: Add a private governor_data for governor
+    - cpufreq: Init completion before kobject_init_and_add()
+    - ext2: unbugger ext2_empty_dir()
+    - bpf: Resolve fext program type when checking map compatibility
+    - ALSA: patch_realtek: Fix Dell Inspiron Plus 16
+    - ALSA: hda/realtek: Apply dual codec fixup for Dell Latitude laptops
+    - [x86] platform/x86: thinkpad_acpi: Fix max_brightness of thinklight
+    - [x86] platform/x86: ideapad-laptop: Revert "check for touchpad support in
+      _CFG"
+    - [x86] platform/x86: ideapad-laptop: Add new _CFG bit numbers for future
+      use
+    - [x86] platform/x86: ideapad-laptop: support for more special keys in WMI
+    - ACPI: video: Simplify __acpi_video_get_backlight_type()
+    - ACPI: video: Prefer native over vendor
+    - [x86] platform/x86: ideapad-laptop: Refactor ideapad_sync_touchpad_state()
+    - [x86] platform/x86: ideapad-laptop: Do not send KEY_TOUCHPAD* events on
+      probe / resume
+    - [x86] platform/x86: ideapad-laptop: Only toggle ps2 aux port on/off on
+      select models
+    - [x86] platform/x86: ideapad-laptop: Send KEY_TOUCHPAD_TOGGLE on some
+      models
+    - [x86] platform/x86: ideapad-laptop: Stop writing VPCCMD_W_TOUCHPAD at
+      probe time
+    - [x86] platform/x86: intel-uncore-freq: add Emerald Rapids support
+    - ALSA: hda/cirrus: Add extra 10 ms delay to allow PLL settle and lock.
+    - [x86] platform/x86: x86-android-tablets: Add Medion Lifetab S10346 data
+    - [x86] platform/x86: x86-android-tablets: Add Lenovo Yoga Tab 3 (YT3-X90F)
+      charger + fuel-gauge data
+    - [x86] platform/x86: x86-android-tablets: Add Advantech MICA-071 extra
+      button
+    - HID: Ignore HP Envy x360 eu0009nv stylus battery
+    - ALSA: usb-audio: Add new quirk FIXED_RATE for JBL Quantum810 Wireless
+    - fs: dlm: fix sock release if listen fails
+    - fs: dlm: retry accept() until -EAGAIN or error returns
+    - mptcp: netlink: fix some error return code
+    - mptcp: remove MPTCP 'ifdef' in TCP SYN cookies
+    - mptcp: dedicated request sock for subflow in v6
+    - mptcp: use proper req destructor for IPv6
+    - dm cache: Fix ABBA deadlock between shrink_slab and
+      dm_cache_metadata_abort
+    - dm thin: Fix ABBA deadlock between shrink_slab and dm_pool_abort_metadata
+    - dm thin: Use last transaction's pmd->root when commit failed
+    - dm thin: resume even if in FAIL mode
+    - dm thin: Fix UAF in run_timer_softirq()
+    - dm integrity: Fix UAF in dm_integrity_dtr()
+    - dm cache: Fix UAF in destroy()
+    - dm cache: set needs_check flag after aborting metadata
+    - PCI/DOE: Fix maximum data object length miscalculation
+    - tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'
+    - perf/core: Call LSM hook after copying perf_event_attr
+    - [x86] KVM: VMX: Resume guest immediately when injecting #GP on ECREATE
+    - [x86] KVM: nVMX: Inject #GP, not #UD, if "generic" VMXON CR0/CR4 check
+      fails
+    - [x86] KVM: x86: fix APICv/x2AVIC disabled when vm reboot by itself
+    - [x86] KVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE control to L1
+    - [x86] microcode/intel: Do not retry microcode reloading on the APs
+    - [x86] ftrace/x86: Add back ftrace_expected for ftrace bug reports
+    - [x86] kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNK
+    - [x86] kprobes: Fix optprobe optimization check with CONFIG_RETHUNK
+    - tracing: Fix race where eprobes can be called before the event
+    - [powerpc*] ftrace: fix syscall tracing on PPC64_ELF_ABI_V1
+    - tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACE
+    - tracing/hist: Fix wrong return value in parse_action_params()
+    - tracing/probes: Handle system names with hyphens
+    - tracing: Fix issue of missing one synthetic field
+    - tracing: Fix infinite loop in tracing_read_pipe on overflowed
+      print_trace_line
+    - media: dvb-core: Fix double free in dvb_register_device()
+    - media: dvb-core: Fix UAF due to refcount races at releasing
+      (CVE-2022-41218)
+    - cifs: fix confusing debug message
+    - cifs: fix missing display of three mount options
+    - cifs: set correct tcon status after initial tree connect
+    - cifs: set correct ipc status after initial tree connect
+    - cifs: set correct status of tcon ipc when reconnecting
+    - drm/amdgpu: fix mmhub register base coding error
+    - block: mq-deadline: Fix dd_finish_request() for zoned devices
+    - block: mq-deadline: Do not break sequential write streams to zoned HDDs
+    - md/bitmap: Fix bitmap chunk size overflow issues
+    - efi: Add iMac Pro 2017 to uefi skip cert quirk
+    - ipmi: fix long wait in unload when IPMI disconnect
+    - mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()
+    - ima: Fix a potential NULL pointer access in ima_restore_measurement_list
+    - ipmi: fix use after free in _ipmi_destroy_user()
+    - mtd: spi-nor: gigadevice: gd25q256: replace gd25q256_default_init with
+      gd25q256_post_bfpt
+    - ima: Fix memory leak in __ima_inode_hash()
+    - PCI: Fix pci_device_is_present() for VFs by checking PF
+    - PCI/sysfs: Fix double free in error path
+    - [riscv64] kexec: Fix memory leak of fdt buffer
+    - [riscv64] kexec: Fix memory leak of elf header buffer
+    - [riscv64] stacktrace: Fixup ftrace_graph_ret_addr retp argument
+    - [riscv64] mm: notify remote harts about mmu cache updates
+    - [x86] crypto: ccp - Add support for TEE for PCI ID 0x14CA
+    - driver core: Fix bus_type.match() error handling in __driver_attach()
+    - bus: mhi: host: Fix race between channel preparation and M0 event
+    - [arm64] phy: qcom-qmp-combo: fix sdm845 reset
+    - [arm64] phy: qcom-qmp-combo: fix sc8180x reset
+    - [amd64] iommu/amd: Fix ivrs_acpihid cmdline parsing code
+    - [amd64] iommu/amd: Fix ill-formed ivrs_ioapic, ivrs_hpet and ivrs_acpihid
+      options
+    - hugetlb: really allocate vma lock for all sharable vmas
+    - [armhf] remoteproc: core: Do pm_relax when in RPROC_OFFLINE state
+    - device_cgroup: Roll back to original exceptions after copy failure
+    - drm/connector: send hotplug uevent on connector cleanup
+    - drm/vmwgfx: Validate the box size for the snooped cursor (CVE-2022-36280)
+    - [x86] drm/mgag200: Fix PLL setup for G200_SE_A rev >=4
+    - [arm64,armhf] drm/etnaviv: move idle mapping reaping into separate
+      function
+    - [x86] drm/i915/dsi: fix VBT send packet port selection for dual link DSI
+    - [arm64,armhf] drm/etnaviv: reap idle mapping if it doesn't match the
+      softpin address
+    - ext4: silence the warning when evicting inode with dioread_nolock
+    - ext4: add inode table check in __ext4_get_inode_loc to aovid possible
+      infinite loop
+    - ext4: remove trailing newline from ext4_msg() message
+    - ext4: correct inconsistent error msg in nojournal mode
+    - fs: ext4: initialize fsdata in pagecache_write()
+    - ext4: fix use-after-free in ext4_orphan_cleanup
+    - ext4: fix undefined behavior in bit shift for ext4_check_flag_values
+    - ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode
+    - ext4: add helper to check quota inums
+    - ext4: fix bug_on in __es_tree_search caused by bad quota inode
+    - ext4: fix reserved cluster accounting in __es_remove_extent()
+    - ext4: journal_path mount options should follow links
+    - ext4: check and assert if marking an no_delete evicting inode dirty
+    - ext4: fix bug_on in __es_tree_search caused by bad boot loader inode
+    - ext4: don't allow journal inode to have encrypt flag
+    - ext4: disable fast-commit of encrypted dir operations
+    - ext4: fix leaking uninitialized memory in fast-commit journal
+    - ext4: don't set up encryption key during jbd2 transaction
+    - ext4: add missing validation of fast-commit record lengths
+    - ext4: fix unaligned memory access in ext4_fc_reserve_space()
+    - ext4: fix off-by-one errors in fast-commit block filling
+    - ext4: fix uninititialized value in 'ext4_evict_inode'
+    - ext4: init quota for 'old.inode' in 'ext4_rename'
+    - ext4: don't fail GETFSUUID when the caller provides a long buffer
+    - ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inline
+    - ext4: fix corruption when online resizing a 1K bigalloc fs
+    - ext4: fix error code return to user-space in ext4_get_branch()
+    - ext4: fix bad checksum after online resize
+    - ext4: dont return EINVAL from GETFSUUID when reporting UUID length
+    - ext4: fix corrupt backup group descriptors after online resize
+    - ext4: avoid BUG_ON when creating xattrs
+    - ext4: fix deadlock due to mbcache entry corruption
+    - ext4: fix kernel BUG in 'ext4_write_inline_data_end()'
+    - ext4: fix inode leak in ext4_xattr_inode_create() on an error path
+    - ext4: initialize quota before expanding inode in setproject ioctl
+    - ext4: avoid unaccounted block allocation when expanding inode
+    - ext4: allocate extended attribute value in vmalloc area
+    - [x86] drm/i915/ttm: consider CCS for backup objects
+    - drm/amd/display: Add DCN314 display SG Support
+    - drm/amdgpu: handle polaris10/11 overlap asics (v2)
+    - drm/amdgpu: make display pinning more flexible (v2)
+    - [x86] drm/i915: improve the catch-all evict to handle lock contention
+    - [x86] drm/i915/migrate: Account for the reserved_space
+    - drm/amd/pm: add missing SMU13.0.0 mm_dpm feature mapping
+    - drm/amd/pm: add missing SMU13.0.7 mm_dpm feature mapping
+    - drm/amd/pm: bump SMU13.0.0 driver_if header to version 0x34
+    - drm/amd/pm: correct the fan speed retrieving in PWM for some SMU13 asics
+
+  [ Salvatore Bonaccorso ]
+  * Set ABI to 1
+  * Refresh "security,perf: Allow further restriction of perf_event_open"
+
+  [ Diederik de Haas ]
+  * [arm64] Enable CRYPTO_POLYVAL_ARM64_CE as module
+
+  [ Emanuele Rocca ]
+  * [arm64] drivers/hwtracing/coresight: Enable CORESIGHT,
+    CORESIGHT_SOURCE_ETM4X and CORESIGHT_TRBE as modules (Closes: #1014743)
+
+  [ Miguel Bernal Marin ]
+  * [x86] Enable Intel Vendor Specific Extended Capabilities Driver,
+    with Intel Platform Monitoring Technology and Intel Software Defined
+    Silicon Driver as modules (Closes: #1027953)
+    - Enable CONFIG_INTEL_VSEC.
+    - Enable CONFIG_INTEL_SDSI.
+    - Enable CONFIG_INTEL_PMT_TELEMETRY.
+    - Enable CONFIG_INTEL_PMT_CRASHLOG.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 07 Jan 2023 14:53:00 +0100
+
+linux (6.1.2-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.2
+    - misc: sgi-gru: fix use-after-free error in gru_set_context_option,
+      gru_fault and gru_handle_user_call_os (CVE-2022-3424)
+    - i2c: ismt: Fix an out-of-bounds bug in ismt_access() (CVE-2022-2873)
+
+  [ Ben Hutchings ]
+  * Fix build regression in stage1 and pkg.linux.nokernel profiles
+  * linux-perf: Simplify build-dependency on libbabeltrace-dev
+  * linux-perf: Build with libzstd
+  * linux-perf: Disable building with libdebuginfod
+  * linux-perf: Update variable definitions to disable building with libbfd
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Refresh "net: Remove the obsolte u64_stats_fetch_*_irq() users (net)."
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 01 Jan 2023 10:57:02 +0100
+
+linux (6.1.1-1~exp2) experimental; urgency=medium
+
+  [ Diederik de Haas ]
+  * [arm64] Fix/enable audio on rk356x devices
+  * [arm64] Enable various Pine64's SOQuartz features
+  * [arm64] Enable several Pine64's SOQuartz baseboards
+
+  [ Salvatore Bonaccorso ]
+  * debian/bin/gencontrol_signed.py: Adjust arguments for
+    _ControlFileDict.setdefault() calls
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 24 Dec 2022 08:04:23 +0100
+
+linux (6.1.1-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_6.1
+    - xen/netback: fix build warning (Closes: #1026035)
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.1
+
+  [ Bastian Blank ]
+  * Support Jinja2 templates.
+  * Convert some templates to Jinja2.
+  * Restore lost special relations for images.
+
+  [ Aurelien Jarno ]
+  * [arm64] Backport rk3568-odroid-m1.dts file from upstream.
+
+  [ Diederik de Haas ]
+  * [x86] Enable X86_SGX_KVM (Closes: #1026174)
+  * [arm64,powerpc*,s390x,x86] arch: Enable RANDOMIZE_KSTACK_OFFSET_DEFAULT
+    (Closes: #1016056)
+
+  [ Ben Hutchings ]
+  * d/salsa-ci.yml: Run extract-source job in target release, not unstable
+
+  [ Salvatore Bonaccorso ]
+  * [x86] drivers/thermal/intel: Enable INTEL_HFI_THERMAL (Closes: #1026336)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 22 Dec 2022 21:58:26 +0100
+
+linux (6.1~rc8-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate.
+
+  [ Bastian Blank ]
+  * Generate calls into rules.real for setup targets.
+  * Simplify source rules generation.
+  * Generate calls into rules.real for extra.
+  * Remove remaining old targets in rules.real.
+
+  [ Salvatore Bonaccorso ]
+  * lockdown: Correct mentioning of mode when LOCK_DOWN_IN_EFI_SECURE_BOOT is
+    enabled (Closes: #1025417)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 09 Dec 2022 08:20:09 +0100
+
+linux (6.1~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate.
+
+  [ Bastian Blank ]
+  * Rename templates to debhelper schema.
+  * Support extra debhelper template for every package.
+
+  [ Salvatore Bonaccorso ]
+  * [x86] drivers/cpufreq: Change X86_AMD_PSTATE from module to built-in
+  * [rt] Update to 6.1-rc7-rt5
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 01 Dec 2022 14:53:19 +0100
+
+linux (6.1~rc6-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate.
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 6.1-rc6-rt4
+  * net: wwan: iosm: fix dma_alloc_coherent incompatible pointer type (Fixes
+    FTBFS on armhf)
+
+  [ Punit Agrawal ]
+  * [arm64] drivers/perf: Enable ARM_SPE_PMU as a module
+  * [arm64] drivers/perf: Enable ARM_DSU_PMU as a module
+  * [arm64] drivers/perf: Convert CCN_PMU from builtin to a module
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 26 Nov 2022 19:05:45 +0100
+
+linux (6.1~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate.
+
+  [ Punit Agrawal ]
+  * trace: Enable HIST_TRIGGERS for all kernels
+
+  [ Patrick Clara ]
+  * [x86] drivers/hwmon: Enable SENSORS_AQUACOMPUTER_D5NEXT as module
+    (Closes: #1019496)
+
+  [ Diederik de Haas ]
+  * [arm64] Drop "arm64: dts: rockchip: correct voltage selector on
+    Firefly-RK3399" (never applied upstream)
+  * [x86] drivers/hwmon: Enable SENSORS_CORSAIR_CPRO as module
+    (Closes: #1023992)
+
+  [ Salvatore Bonaccorso ]
+  * [x86] sound/soc/intel/boards: Enable SND_SOC_INTEL_SOF_ES8336_MACH as module
+    (Closes: #1014595)
+  * [s390x] debian/config: Drop explicit enable of RELOCATABLE.
+  * mm: Enable Multi-Gen LRU implementation (not enabled by default)
+  * [rt] Update to 6.1-rc5-rt3
+
+  [ Adam Borowski ]
+  * Enable CXL_BUS for amd64 arm64 ppc64el riscv64 (Closes: #1021998)
+
+  [ Bastian Blank ]
+  * Install some leftovers into the right location. (closes: #1023720)
+
+  [ Aurelien Jarno ]
+  * [riscv64] Set CONFIG_I2C=y to match most other architectures and fix an
+    FTBFS due to modules ending-up in more than one package.
+  * [riscv64] Improve Microchip Polarfire support:
+    - Enable HW_RANDOM_POLARFIRE_SOC.
+    - Enable MAILBOX and POLARFIRE_SOC_MAILBOX.
+    - Enable POLARFIRE_SOC_SYS_CTRL.
+    - Enable RTC_DRV_POLARFIRE_SOC.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 16 Nov 2022 23:29:47 +0100
+
+linux (6.1~rc3-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate.
+
+  [ Bastian Blank ]
+  * [arm64] Enable ARCH_NXP.
+  * Generate the lists of packages to build.
+  * Use abi name 0 for everything before unstable.
+
+  [ Luca Boccassi ]
+  * verity: enable DM_VERITY_VERIFY_ROOTHASH_SIG_SECONDARY_KEYRING
+  * ima: enable ARCH_POLICY to let IMA check the status of SecureBoot
+  * Enable CONFIG_INTEGRITY_MACHINE_KEYRING to load keys from MoK into
+    the new machine keyring, trust by default and link into trusted and
+    secondary keyrings. Refresh/drop obsolete out-of-tree patches.
+
+  [ Diederik de Haas ]
+  * [arm64] Enable ARCH_BCM to re-enable various RPi options
+
+  [ Aurelien Jarno ]
+  * [arm64] Enable support for Rockchip rk356x devices (Rock 3A, Quartz64,
+    Odroid M1, etc.):
+    - Enable ARM_SCMI_PROTOCOL, COMMON_CLK_SCMI, RESET_SCMI.
+    - Enable CHARGER_RK817.
+    - Enable MMC_SDHCI_OF_DWCMSHC.
+    - Enable MOTORCOMM_PHY.
+    - Enable PCIE_ROCKCHIP_DW_HOST, PHY_ROCKCHIP_SNPS_PCIE3.
+    - Enable PHY_ROCKCHIP_INNO_CSIDPHY, PHY_ROCKCHIP_INNO_DSIDPHY,
+      PHY_ROCKCHIP_NANENG_COMBO_PHY.
+    - Enable ROCKCHIP_VOP2.
+    - Enable SND_SOC_RK817, SND_SOC_ROCKCHIP_I2S_TDM.
+    - Enable SPI_ROCKCHIP_SFC.
+
+  [ Salvatore Bonaccorso ]
+  * drivers/net/ethernet/sfc: Re-enable support for Solarflare SFC9000
+    (Closes: #1022276)
+    - Enable SFC_SIENA as module
+    - Enable SFC_SIENA_MTD, SFC_SIENA_MCDI_MON, SFC_SIENA_SRIOV and
+      SFC_SIENA_MCDI_LOGGING
+  * [rt] Update to 6.1-rc2-rt1
+  * [rt] Drop "mm: multi-gen LRU: Move lru_gen_add_mm() out of IRQ-off" (applied
+    upstream)
+
+ -- Bastian Blank <waldi@debian.org>  Wed, 02 Nov 2022 22:24:00 +0100
+
+linux (6.0.12-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.0.11
+    - [arm*] binder: validate alloc->mm in ->mmap() handler
+    - ceph: Use kcalloc for allocating multiple elements
+    - ceph: fix NULL pointer dereference for req->r_session
+    - wifi: mac80211: fix memory free error when registering wiphy fail
+    - wifi: cfg80211: Fix bitrates overflow issue
+    - wifi: mac80211_hwsim: fix debugfs attribute ps with rc table support
+    - [riscv64] dts: sifive unleashed: Add PWM controlled LEDs
+    - audit: fix undefined behavior in bit shift for AUDIT_BIT
+    - wifi: airo: do not assign -1 to unsigned char
+    - wifi: mac80211: Fix ack frame idr leak when mesh has no route
+    - wifi: ath11k: Fix QCN9074 firmware boot on x86
+    - [s390x] zcrypt: fix warning about field-spanning write
+    - [armhf] spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for
+      every run
+    - Revert "net: macsec: report real_dev features when HW offloading is
+      enabled"
+    - [x86] ACPI: video: Add backlight=native DMI quirk for Dell G15 5515
+    - [x86] platform/x86: ideapad-laptop: Disable touchpad_switch
+    - [x86] platform/x86: touchscreen_dmi: Add info for the RCA Cambio W101 v2
+      2-in-1
+    - [x86] platform/x86/intel/pmt: Sapphire Rapids PMT errata fix
+    - [x86] platform/x86/intel/hid: Add some ACPI device IDs
+    - [powerpc*] scsi: ibmvfc: Avoid path failures during live migration
+    - scsi: scsi_debug: Make the READ CAPACITY response compliant with ZBC
+    - drm: panel-orientation-quirks: Add quirk for Nanote UMPC-01
+    - drm: panel-orientation-quirks: Add quirk for Acer Switch V 10 (SW5-017)
+    - block, bfq: fix null pointer dereference in bfq_bio_bfqg()
+    - [s390x] always build relocatable kernel
+    - [arm64] syscall: Include asm/ptrace.h in syscall_wrapper header.
+    - nvme: quiet user passthrough command errors
+    - nvmet: fix memory leak in nvmet_subsys_attr_model_store_locked
+    - net: wwan: iosm: fix kernel test robot reported errors
+    - drm/amd/display: Zeromem mypipe heap struct before using it
+    - drm/amd/display: Fix FCLK deviation and tool compile issues
+    - drm/amd/display: Fix gpio port mapping issue
+    - Revert "drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10
+      properly""
+    - drm/amdgpu: Drop eviction lock when allocating PT BO
+    - drm/amd/display: only fill dirty rectangles when PSR is enabled
+    - ALSA: usb-audio: add quirk to fix Hamedal C20 disconnect issue
+    - [riscv64] vdso: Do not add missing symbols to version section in linker
+      script
+    - [mips*] pic32: treat port as signed integer
+    - io_uring/poll: lockdep annote io_poll_req_insert_locked
+    - xfrm: fix "disable_policy" on ipv4 early demux
+    - [arm64] dts: rockchip: fix quartz64-a bluetooth configuration
+    - xfrm: replay: Fix ESN wrap around for GSO
+    - af_key: Fix send_acquire race with pfkey_register
+    - [arm64,armhf] ASoC: sgtl5000: Reset the CHIP_CLK_CTRL reg on remove
+    - ASoC: soc-pcm: Don't zero TDM masks in __soc_pcm_open()
+    - [x86] hyperv: Restore VP assist page after cpu offlining/onlining
+    - scsi: storvsc: Fix handling of srb_status and capacity change events
+    - [amd64,arm64] PCI: hv: Only reuse existing IRTE allocation for Multi-MSI
+    - [arm64] dts: rockchip: Fix Pine64 Quartz4-B PMIC interrupt
+    - [x86] ASoC: max98373: Add checks for devm_kcalloc
+    - regulator: core: fix kobject release warning and memory leak in
+      regulator_register()
+    - regulator: core: fix UAF in destroy_regulator()
+    - [arm64,armhf] bus: sunxi-rsb: Remove the shutdown callback
+    - [arm64,armhf] bus: sunxi-rsb: Support atomic transfers
+    - [arm64] tee: optee: fix possible memory leak in optee_register_device()
+    - net: liquidio: simplify if expression
+    - ipvlan: hold lower dev to avoid possible use-after-free
+    - rxrpc: Fix race between conn bundle lookup and bundle removal
+      [ZDI-CAN-15975]
+    - nfc/nci: fix race with opening and closing
+    - [i386] net: pch_gbe: fix potential memleak in pch_gbe_tx_queue()
+    - 9p/fd: fix issue of list_del corruption in p9_fd_cancel()
+    - netfilter: conntrack: Fix data-races around ct mark
+    - netfilter: nf_tables: do not set up extensions for end interval
+    - iavf: Fix a crash during reset task
+    - iavf: Do not restart Tx queues after reset task failure
+    - iavf: remove INITIAL_MAC_SET to allow gARP to work properly
+    - iavf: Fix race condition between iavf_shutdown and iavf_remove
+    - [armhf] dts: imx6q-prti6q: Fix ref/tcxo-clock-frequency properties
+    - net/mlx4: Check retval of mlx4_bitmap_init
+    - [arm64,armhf] net: mvpp2: fix possible invalid pointer dereference
+    - net/qla3xxx: fix potential memleak in ql3xxx_send()
+    - [i386] net: pch_gbe: fix pci device refcount leak while module exiting
+    - nfp: fill splittable of devlink_port_attrs correctly
+    - nfp: add port from netdev validation for EEPROM access
+    - bonding: fix ICMPv6 header handling when receiving IPv6 messages
+    - macsec: Fix invalid error code set
+    - [x86] drm/i915: Fix warn in intel_display_power_*_domain() functions
+    - Drivers: hv: vmbus: fix double free in the error path of
+      vmbus_add_channel_work()
+    - Drivers: hv: vmbus: fix possible memory leak in vmbus_device_register()
+    - netfilter: ipset: regression in ip_set_hash_ip.c
+    - net/mlx5: Do not query pci info while pci disabled
+    - net/mlx5: Fix FW tracer timestamp calculation
+    - net/mlx5: SF: Fix probing active SFs during driver probe phase
+    - net/mlx5: cmdif, Print info on any firmware cmd failure to tracepoint
+    - net/mlx5: Fix handling of entry refcount when command is not issued to FW
+    - net/mlx5: E-Switch, Set correctly vport destination
+    - net/mlx5: Fix sync reset event handler error flow
+    - net/mlx5e: Offload rule only when all encaps are valid
+    - net: phy: at803x: fix error return code in at803x_probe()
+    - tipc: set con sock in tipc_conn_alloc
+    - tipc: add an extra conn_get in tipc_conn_alloc
+    - tipc: check skb_linearize() return value in tipc_disc_rcv()
+    - zonefs: Fix race between modprobe and mount
+    - xfrm: Fix oops in __xfrm_state_delete()
+    - xfrm: Fix ignored return value in xfrm6_init()
+    - net: wwan: iosm: use ACPI_FREE() but not kfree() in
+      ipc_pcie_read_bios_cfg()
+    - sfc: fix potential memleak in __ef100_hard_start_xmit()
+    - net: sched: allow act_ct to be built without NF_NAT
+    - NFC: nci: fix memory leak in nci_rx_data_packet()
+    - [armhf] regulator: twl6030: re-add TWL6032_SUBCLASS
+    - bnx2x: fix pci device refcount leak in bnx2x_vf_is_pcie_pending()
+    - [x86] cpufreq: amd-pstate: change amd-pstate driver to be built-in type
+    - netfilter: ipset: restore allowing 64 clashing elements in hash:net,iface
+    - netfilter: flowtable_offload: add missing locking
+    - fs: do not update freeing inode i_io_list
+    - blk-mq: fix queue reference leak on blk_mq_alloc_disk_for_queue failure
+    - dccp/tcp: Reset saddr on failure after inet6?_hash_connect().
+    - ipv4: Fix error return code in fib_table_insert()
+    - [x86] arcnet: fix potential memory leak in com20020_probe()
+    - [s390x] ap: fix memory leak in ap_init_qci_info()
+    - [s390x] dasd: fix no record found for raw_track_access
+    - fscache: fix OOB Read in __fscache_acquire_volume
+    - [arm64] net: enetc: cache accesses to &priv->si->hw
+    - [arm64] net: enetc: preserve TX ring priority across reconfiguration
+    - virtio_net: Fix probe failed when modprobe virtio_net
+    - [arm64] net: thunderx: Fix the ACPI memory leak
+    - io_uring/filetable: fix file reference underflow
+    - io_uring/poll: fix poll_refs race with cancelation
+    - lib/vdso: use "grep -E" instead of "egrep"
+    - can: gs_usb: remove dma allocations
+    - [armhf] usb: dwc3: exynos: Fix remove() function
+    - cifs: fix missing unlock in cifs_file_copychunk_range()
+    - cifs: Use after free in debug code
+    - ext4: fix use-after-free in ext4_ext_shift_extents
+    - [arm64] dts: rockchip: lower rk3399-puma-haikou SD controller clock
+      frequency
+    - [armhf] iio: adc: aspeed: Remove the trim valid dts property.
+    - iio: light: apds9960: fix wrong register for gesture gain
+    - iio: core: Fix entry not deleted when iio_register_sw_trigger_type() fails
+    - iio: accel: bma400: Fix memory leak in bma400_get_steps_reg()
+    - [amd64] virt/sev-guest: Prevent IV reuse in the SNP guest driver
+    - [x86] cpufreq: amd-pstate: cpufreq: amd-pstate: reset MSR_AMD_PERF_CTL
+      register at init
+    - zonefs: Fix active zone accounting
+    - [arm64,armhf] spi: spi-imx: Fix spi_bus_clk if requested clock is higher
+      than input clock
+    - [arm64,armhf] spi: spi-imx: spi_imx_transfer_one(): check for DMA transfer
+      first
+    - NFSD: Fix reads with a non-zero offset that don't end on a page boundary
+    - drm/amdgpu: Enable SA software trap.
+    - drm/amd/display: Added debug option for forcing subvp num ways
+    - drm/amd/display: Add debug option for allocating extra way for cursor
+    - drm/amd/display: Update MALL SS NumWays calculation
+    - drm/amd/display: Fix calculation for cursor CAB allocation
+    - [arm64,armhf] usb: dwc3: gadget: conditionally remove requests
+    - [arm64,armhf] usb: dwc3: gadget: Return -ESHUTDOWN on ep disable
+    - [arm64,armhf] usb: dwc3: gadget: Clear ep descriptor last
+    - io_uring: cmpxchg for poll arm refs release
+    - io_uring: make poll refs more robust
+    - io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not available
+    - nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirty
+    - mm/cgroup/reclaim: fix dirty pages throttling on cgroup v1
+    - mm: vmscan: fix extreme overreclaim and swap floods
+    - [x86] KVM: x86/mmu: Fix race condition in direct_page_fault
+      (CVE-2022-45869)
+    - [x86] KVM: x86/xen: Only do in-kernel acceleration of hypercalls for guest
+      CPL0
+    - [x86] KVM: x86/xen: Validate port number in SCHEDOP_poll
+    - [x86] drm/i915/gvt: Get reference to KVM iff attachment to VM is
+      successful
+    - [x86] KVM: x86: nSVM: leave nested mode on vCPU free
+    - [x86] KVM: x86: forcibly leave nested mode on vCPU reset (CVE-2022-3344)
+    - [x86] KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while
+      still in use (CVE-2022-3344)
+    - [x86] KVM: x86: add kvm_leave_nested
+    - [x86] KVM: x86: remove exit_int_info warning in svm_handle_exit
+    - [x86] KVM: Update gfn_to_pfn_cache khva when it moves within the same page
+    - [x86] tsx: Add a feature bit for TSX control MSR support
+    - [x86] pm: Add enumeration check before spec MSRs save/restore setup
+    - [x86] ioremap: Fix page aligned size calculation in __ioremap_caller()
+    - mm: fix unexpected changes to {failslab|fail_page_alloc}.attr
+    - mm: correctly charge compressed memory to its memcg
+    - Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode
+    - [x86] ASoC: amd: yc: Add Alienware m17 R5 AMD into DMI table
+    - [x86] ASoC: Intel: bytcht_es8316: Add quirk for the Nanote UMPC-01
+    - [x86] ASoC: Intel: soc-acpi: add ES83x6 support to IceLake
+    - ASoC: hda: intel-dsp-config: add ES83x6 quirk for IceLake
+    - [x86] ASoC: SOF: ipc3-topology: use old pipeline teardown flow with SOF2.1
+      and older
+    - Revert "tty: n_gsm: avoid call of sleeping functions from atomic context"
+    - Revert "tty: n_gsm: replace kicktimer with delayed_work"
+    - Input: goodix - try resetting the controller when no config is set
+    - bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
+    - [x86] Input: soc_button_array - add use_low_level_irq module parameter
+    - [x86] Input: soc_button_array - add Acer Switch V 10 to
+      dmi_use_low_level_irq[]
+    - Input: i8042 - apply probe defer to more ASUS ZenBook models
+    - xen-pciback: Allow setting PCI_MSIX_FLAGS_MASKALL too
+    - [x86] xen/platform-pci: add missing free_irq() in error path
+    - [x86] platform/x86: thinkpad_acpi: Enable s2idle quirk for 21A1 machine
+      type
+    - [x86] platform/x86: asus-wmi: add missing pci_dev_put() in
+      asus_wmi_set_xusb2pr()
+    - [x86] platform/x86: acer-wmi: Enable SW_TABLET_MODE on Switch V 10
+      (SW5-017)
+    - [x86] platform/surface: aggregator_registry: Add support for Surface Pro 9
+    - drm/amd/display: use uclk pstate latency for fw assisted mclk validation
+      dcn32
+    - drm/amdgpu: disable BACO support on more cards
+    - zonefs: fix zone report size in __zonefs_io_error()
+    - [x86] platform/surface: aggregator_registry: Add support for Surface
+      Laptop 5
+    - [x86] platform/x86: hp-wmi: Ignore Smart Experience App event
+    - [x86] platform/x86: ideapad-laptop: Fix interrupt storm on fn-lock toggle
+      on some Yoga laptops
+    - [x86] platform/x86: ideapad-laptop: Add module parameters to match DMI
+      quirk tables
+    - tcp: configurable source port perturb table size
+    - block: make blk_set_default_limits() private
+    - dm-integrity: set dma_alignment limit in io_hints
+    - dm-log-writes: set dma_alignment limit in io_hints
+    - net: usb: qmi_wwan: add Telit 0x103a composition
+    - scsi: iscsi: Fix possible memory leak when device_register() failed
+    - [arm64,armhf] gpu: host1x: Avoid trying to use GART on Tegra20
+    - dm integrity: flush the journal on suspend
+    - dm integrity: clear the journal on suspend
+    - fuse: lock inode unconditionally in fuse_fallocate()
+    - btrfs: free btrfs_path before copying root refs to userspace
+    - btrfs: free btrfs_path before copying inodes to userspace
+    - btrfs: free btrfs_path before copying fspath to userspace
+    - btrfs: free btrfs_path before copying subvol info to userspace
+    - btrfs: zoned: fix missing endianness conversion in sb_write_pointer
+    - btrfs: use kvcalloc in btrfs_get_dev_zone_info
+    - btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()
+    - btrfs: do not modify log tree while holding a leaf from fs tree locked
+    - [x86] drm/i915/ttm: never purge busy objects
+    - drm/display/dp_mst: Fix drm_dp_mst_add_affected_dsc_crtcs() return code
+    - drm/amd/display: No display after resume from WB/CB
+    - drm/amdgpu/psp: don't free PSP buffers on suspend
+    - drm/amdgpu: Enable Aldebaran devices to report CU Occupancy
+    - drm/amd/amdgpu: reserve vm invalidation engine for firmware
+    - drm/amd/display: Update soc bounding box for dcn32/dcn321
+    - drm/amdgpu: always register an MMU notifier for userptr
+    - drm/amdgpu: Partially revert "drm/amdgpu: update drm_display_info
+      correctly when the edid is read"
+    - bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.0.12
+    - btrfs: qgroup: fix sleep from invalid context bug in
+      btrfs_qgroup_inherit()
+    - drm/amdgpu: move setting the job resources
+    - drm/amdgpu: cleanup error handling in amdgpu_cs_parser_bos
+    - drm/amdgpu: fix userptr HMM range handling v2
+    - drm/amd/pm: add smu_v13_0_10 driver if version
+    - drm/amd/pm: update driver-if header for smu_v13_0_10
+    - drm/amd/pm: update driver if header for smu_13_0_7
+    - [arm64] clk: qcom: gdsc: add missing error handling
+    - [arm64] clk: qcom: gdsc: Remove direct runtime PM calls
+    - bpf, perf: Use subprog name when reporting subprog ksymbol
+    - scripts/faddr2line: Fix regression in name resolution on ppc64le
+    - [x86] hwmon: (i5500_temp) fix missing pci_disable_device()
+    - hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() fails
+    - [arm64,armhf] clocksource/drivers/arm_arch_timer: Fix XGene-1 TVAL
+      register math error
+    - bpf: Do not copy spin lock field from user in bpf_selem_alloc
+    - of: property: decrement node refcount in of_fwnode_get_reference_args()
+    - ixgbevf: Fix resource leak in ixgbevf_init_module()
+    - i40e: Fix error handling in i40e_init_module()
+    - iavf: Fix error handling in iavf_init_module()
+    - e100: Fix possible use after free in e100_xmit_prepare
+    - net/mlx5: DR, Fix uninitialized var warning
+    - net/mlx5: E-switch, Destroy legacy fdb table when needed
+    - net/mlx5: E-switch, Fix duplicate lag creation
+    - net/mlx5: Fix uninitialized variable bug in outlen_write()
+    - net/mlx5e: Fix use-after-free when reverting termination table
+    - can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev()
+    - [i386] can: cc770: cc770_isa_probe(): add missing free_cc770dev()
+    - vfs: fix copy_file_range() averts filesystem freeze protection
+    - qlcnic: fix sleep-in-atomic-context bugs caused by msleep
+    - aquantia: Do not purge addresses when setting the number of rings
+    - wifi: cfg80211: fix buffer overflow in elem comparison
+    - wifi: cfg80211: don't allow multi-BSSID in S1G
+    - wifi: mac8021: fix possible oob access in ieee80211_get_rate_duration
+    - net: phy: fix null-ptr-deref while probe() failed
+    - net: net_netdev: Fix error handling in ntb_netdev_init_module()
+    - net/9p: Fix a potential socket leak in p9_socket_open
+    - net: wwan: iosm: fix kernel test robot reported error
+    - net: wwan: iosm: fix dma_alloc_coherent incompatible pointer type
+    - net: wwan: iosm: fix crash in peek throughput test
+    - net: wwan: iosm: fix incorrect skb length
+    - mptcp: don't orphan ssk in mptcp_close()
+    - mptcp: fix sleep in atomic at close time
+    - tipc: re-fetch skb cb after tipc_msg_validate
+    - net: mdiobus: fix unbalanced node reference count
+    - afs: Fix fileserver probe RTT handling
+    - net: tun: Fix use-after-free in tun_detach()
+    - net/mlx5: Lag, Fix for loop when checking lag
+    - packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETE
+    - sctp: fix memory leak in sctp_stream_outq_migrate()
+    - afs: Fix server->active leak in afs_put_server
+    - [x86] hwmon: (coretemp) Check for null before removing sysfs attrs
+    - [x86] hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()
+    - [x86] hwmon: (asus-ec-sensors) Add checks for devm_kcalloc
+    - [riscv64] vdso: fix section overlapping under some conditions
+    - [riscv64] mm: Proper page permissions after initmem free
+    - ALSA: dice: fix regression for Lexicon I-ONIX FW810S
+    - nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()
+    - [x86] bugs: Make sure MSR_SPEC_CTRL is updated properly upon resume from
+      S3
+    - [x86] pinctrl: intel: Save and restore pins in "direct IRQ" mode
+    - v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() fails
+    - mm: migrate: fix THP's mapcount on isolation
+    - net: stmmac: Set MAC's flow control register to reflect current settings
+    - mmc: core: Fix ambiguous TRIM and DISCARD arg
+    - [amd64,armhf] mmc: sdhci-esdhc-imx: correct CQHCI exit halt state check
+    - mmc: sdhci: Fix voltage switch delay
+    - drm/amdgpu: temporarily disable broken Clang builds due to blown
+      stack-frame
+    - drm/amdgpu: enable Vangogh VCN indirect sram mode
+    - [x86] drm/i915: Fix negative value passed as remaining time
+    - [x86] drm/i915: Never return 0 if not all requests retired
+    - tracing/osnoise: Fix duration type
+    - tracing: Fix race where histograms can be called before the event
+    - tracing: Free buffers when a used dynamic event is removed
+    - ASoC: ops: Fix bounds check for _sx controls
+    - [arm64,armhf] pinctrl: single: Fix potential division by zero
+    - [riscv64] Sync efi page table's kernel mappings before switching
+    - [riscv64] fix race when vmap stack overflow
+    - [riscv64] kexec: Fixup irq controller broken in kexec crash path
+    - nvme: fix SRCU protection of nvme_ns_head list
+    - [amd64] iommu/vt-d: Fix PCI device refcount leak in has_external_pci()
+    - [amd64] iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init()
+    - ipv4: Handle attempt to delete multipath route when fib_info contains an
+      nh reference (CVE-2022-3435)
+    - ipv4: Fix route deletion when nexthop info is not specified
+    - i2c: Restore initial power state if probe fails
+    - [arm64] i2c: qcom-geni: fix error return code in geni_i2c_gpi_xfer
+    - [arm64,armhf] i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag set
+    - [amd64,arm64] ACPI: HMAT: remove unnecessary variable initialization
+    - [amd64,arm64] ACPI: HMAT: Fix initiator registration for single-initiator
+      systems
+    - char: tpm: Protect tpm_pm_suspend with locks
+    - ipc/sem: Fix dangling sem_array access in semtimedop race
+    - proc: avoid integer type confusion in get_proc_long
+    - proc: proc_skip_spaces() shouldn't think it is working on C strings
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Refresh "serial: 8250: implement write_atomic"
+  * Bump ABI to 6
+  * [s390x] debian/config: Drop explicit enable of RELOCATABLE.
+  * [x86] drivers/cpufreq: Change X86_AMD_PSTATE from module to built-in
+  * xen/netback: Ensure protocol headers don't fall in the non-linear area
+    (XSA-423, CVE-2022-3643)
+  * xen/netback: don't call kfree_skb() with interrupts disabled (XSA-424,
+    CVE-2022-42328, CVE-2022-42329)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 09 Dec 2022 06:54:57 +0100
+
+linux (6.0.10-2) unstable; urgency=medium
+
+  * [x86] drm/i915: fix TLB invalidation for Gen12 video and compute engines
+    (CVE-2022-4139)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 01 Dec 2022 07:42:33 +0100
+
+linux (6.0.10-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.0.9
+    - [x86] thunderbolt: Add DP OUT resource when DP tunnel is discovered
+    - [x86] drm/i915/gvt: Add missing vfio_unregister_group_dev() call
+    - KVM: debugfs: Return retval of simple_attr_open() if it fails
+    - [x86] drm/i915: Allow more varied alternate fixed modes for panels
+    - [x86] drm/i915: Simplify intel_panel_add_edid_alt_fixed_modes()
+    - [x86] drm/i915/sdvo: Grab mode_config.mutex during LVDS init to avoid
+      WARNs
+    - drm/amd/display: Acquire FCLK DPM levels on DCN32
+    - drm/amd/display: Limit dcn32 to 1950Mhz display clock
+    - drm/amd/display: Set memclk levels to be at least 1 for dcn32
+    - HID: wacom: Fix logic used for 3rd barrel switch emulation
+    - [armhf] phy: stm32: fix an error code in probe
+    - wifi: cfg80211: silence a sparse RCU warning
+    - wifi: cfg80211: fix memory leak in query_regdb_file()
+    - soundwire: qcom: reinit broadcast completion
+    - soundwire: qcom: check for outanding writes before doing a read
+    - bpf, verifier: Fix memory leak in array reallocation for stack state
+    - bpf, sockmap: Fix the sk->sk_forward_alloc warning of
+      sk_stream_kill_queues
+    - wifi: mac80211: fix general-protection-fault in
+      ieee80211_subif_start_xmit()
+    - wifi: mac80211: Set TWT Information Frame Disabled bit as 1
+    - bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without
+      FILE
+    - [x86,arm64] HID: hyperv: fix possible memory leak in mousevsc_probe()
+    - [arm*] drm/vc4: hdmi: Fix HSM clock too low on Pi4
+    - bpf, sock_map: Move cancel_work_sync() out of sock lock
+    - [amd64,arm64] PCI: hv: Fix the definition of vector in
+      hv_compose_msi_msg()
+    - bpf: Add helper macro bpf_for_each_reg_in_vstate
+    - bpf: Fix wrong reg type conversion in release_reference()
+    - net: gso: fix panic on frag_list with mixed head alloc types
+    - macsec: delete new rxsc when offload fails
+    - macsec: fix secy->n_rx_sc accounting
+    - macsec: fix detection of RXSCs when toggling offloading
+    - macsec: clear encryption keys from the stack after setting up offload
+    - net: tun: Fix memory leaks of napi_get_frags
+    - bnxt_en: Fix possible crash in bnxt_hwrm_set_coal()
+    - bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steer
+    - capabilities: fix undefined behavior in bit shift for CAP_TO_MASK
+    - [s390x] KVM: s390: pv: don't allow userspace to set the clock under PV
+    - [s390x] KVM: s390: pci: Fix allocation size of aift kzdev elements
+    - hamradio: fix issue of dev reference count leakage in bpq_device_event()
+    - [amd64] net: wwan: iosm: fix memory leak in ipc_wwan_dellink
+    - net: wwan: mhi: fix memory leak in mhi_mbim_dellink
+    - [arm*] drm/vc4: Fix missing platform_unregister_drivers() call in
+      vc4_drm_register()
+    - tcp: prohibit TCP_REPAIR_OPTIONS if data was already sent
+    - [x86] platform/x86: p2sb: Don't fail if unknown CPU is found
+    - ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network
+    - can: af_can: fix NULL pointer dereference in can_rx_register()
+    - [x86] drm/i915/psr: Send update also on invalidate
+    - [x86] drm/i915: Do not set cache_dirty for DGFX
+    - [arm64,armhf] net: stmmac: dwmac-meson8b: fix
+      meson8b_devm_clk_prepare_enable()
+    - tipc: fix the msg->req tlv len check in
+      tipc_nl_compat_name_table_dump_header
+    - [amd64] dmanegine: idxd: reformat opcap output to match bitmap_parse()
+      input
+    - [amd64] dmaengine: idxd: Fix max batch size for Intel IAA
+    - [amd64] dmaengine: idxd: fix RO device state error after been
+      disabled/reset
+    - [arm64] dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()
+    - [armhf] dmaengine: stm32-dma: fix potential race between pause and resume
+    - [arm64] drivers: net: xgene: disable napi when register irq failed in
+      xgene_enet_open()
+    - netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg()
+    - netfilter: Cleanup nft_net->module_list from nf_tables_exit_net()
+    - net: tun: call napi_schedule_prep() to ensure we own a napi
+    - [amd64] net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfg
+    - [amd64] net: wwan: iosm: fix invalid mux header type
+    - net/mlx5: Bridge, verify LAG state when adding bond to bridge
+    - net/mlx5: Allow async trigger completion execution on single CPU systems
+    - net/mlx5: E-switch, Set to legacy mode if failed to change switchdev mode
+    - net/mlx5: fw_reset: Don't try to load device in case PCI isn't working
+    - net/mlx5e: Add missing sanity checks for max TX WQE size
+    - net/mlx5e: Fix tc acts array not to be dependent on enum order
+    - net/mlx5e: TC, Fix wrong rejection of packet-per-second policing
+    - net/mlx5e: E-Switch, Fix comparing termination table instance
+    - ice: Fix spurious interrupt during removal of trusted VF
+    - iavf: Fix VF driver counting VLAN 0 filters
+    - [armhf] net: cpsw: disable napi in cpsw_ndo_open()
+    - net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()
+    - [x86] stmmac: intel: Update PCH PTP clock rate from 200MHz to 204.8MHz
+    - mctp: Fix an error handling path in mctp_init()
+    - cxgb4vf: shut down the adapter when t4vf_update_port_info() failed in
+      cxgb4vf_open()
+    - net: phy: mscc: macsec: clear encryption keys when freeing a flow
+    - net: atlantic: macsec: clear encryption keys from the stack
+    - ethernet: s2io: disable napi when start nic failed in s2io_card_up()
+    - [armel,armhf] net: mv643xx_eth: disable napi when init rxq or txq failed
+      in mv643xx_eth_open()
+    - ALSA: memalloc: Don't fall back for SG-buffer with IOMMU
+    - net: macvlan: fix memory leaks of macvlan_common_newlink
+    - [riscv64] process: fix kernel info leakage
+    - [riscv64] vdso: fix build with llvm
+    - [riscv64] fix reserved memory setup
+    - [arm64] efi: Fix handling of misaligned runtime regions and drop warning
+    - [mips*] jump_label: Fix compat branch range check
+    - drm/amdgpu: Fix the lpfn checking condition in drm buddy
+    - [arm64] mmc: sdhci-of-arasan: Fix SDHCI_RESET_ALL for CQHCI
+    - [arm64,armhf] mmc: sdhci-tegra: Fix SDHCI_RESET_ALL for CQHCI
+    - [arm64,armhf] mmc: sdhci-esdhc-imx: use the correct host caps for
+      MMC_CAP_8_BIT_DATA
+    - ALSA: hda/hdmi - enable runtime pm for more AMD display audio
+    - ALSA: hda/ca0132: add quirk for EVGA Z390 DARK
+    - ALSA: hda: fix potential memleak in 'add_widget_node'
+    - ALSA: hda/realtek: Add quirk for ASUS Zenbook using CS35L41
+    - ALSA: hda/realtek: Add Positivo C6300 model quirk
+    - ALSA: usb-audio: Yet more regression for for the delayed card registration
+    - ALSA: usb-audio: Add quirk entry for M-Audio Micro
+    - ALSA: usb-audio: Add DSD support for Accuphase DAC-60
+    - vmlinux.lds.h: Fix placement of '.data..decrypted' section
+    - ata: libata-scsi: fix SYNCHRONIZE CACHE (16) command failure
+    - nilfs2: fix deadlock in nilfs_count_free_blocks()
+    - nilfs2: fix use-after-free bug of ns_writer on remount
+    - [x86] drm/i915/dmabuf: fix sg_table handling in map_dma_buf
+    - drm/amd/display: Fix reg timeout in enc314_enable_fifo
+    - drm/amd/pm: update SMU IP v13.0.4 msg interface header
+    - drm/amd/display: Update SR watermarks for DCN314
+    - drm/amdgpu: workaround for TLB seq race
+    - drm/amdgpu: disable BACO on special BEIGE_GOBY card
+    - [x86] platform/x86: hp_wmi: Fix rfkill causing soft blocked wifi
+    - btrfs: fix match incorrectly in dev_args_match_device
+    - btrfs: zoned: clone zoned device info when cloning a device
+    - btrfs: zoned: initialize device's zone info for seeding
+    - io_uring: check for rollover of buffer ID when providing buffers
+    - [arm64] phy: qcom-qmp-combo: fix NULL-deref on runtime resume
+    - [arm64,armhf] mms: sdhci-esdhc-imx: Fix SDHCI_RESET_ALL for CQHCI
+    - udf: Fix a slab-out-of-bounds write bug in udf_find_entry()
+    - [x86] arch/x86/mm/hugetlbpage.c: pud_huge() returns 0 when using 2-level
+      paging (Closes: #1023025)
+    - [amd64,arm64] mm: hugetlb_vmemmap: include missing linux/moduleparam.h
+    - dmaengine: idxd: Do not enable user type Work Queue without Shared Virtual
+      Addressing
+    - [amd64] mm/memremap.c: map FS_DAX device memory as decrypted
+    - mm/shmem: use page_mapping() to detect page cache for uffd continue
+    - can: j1939: j1939_send_one(): fix missing CAN header initialization
+    - can: isotp: fix tx state handling for echo tx processing
+    - [x86] KVM: x86/mmu: Block all page faults during kvm_zap_gfn_range()
+    - [x86] KVM: x86/pmu: Do not speculatively query Intel GP PMCs that don't
+      exist yet
+    - [x86] KVM: x86: use a separate asm-offsets.c file
+    - [x86] KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svm
+    - [x86] KVM: SVM: adjust register allocation for __svm_vcpu_run()
+    - [x86] KVM: SVM: Only dump VMSA to klog at KERN_DEBUG level
+    - [x86] KVM: SVM: retrieve VMCB from assembly
+    - [x86] KVM: SVM: move guest vmsave/vmload back to assembly
+    - can: dev: fix skb drop check
+    - ALSA: memalloc: Try dma_alloc_noncontiguous() at first
+    - [x86] cpu: Restore AMD's DE_CFG MSR after resume
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.0.10
+    - [arm64] drm/msm/gpu: Fix crash during system suspend after unbind
+    - [x86] ASoC: rt5682s: Fix the TDM Tx settings
+    - [x86] ASoC: Intel: sof_sdw: add quirk variant for LAPBC710 NUC15
+    - [x86] ASoC: Intel: sof_rt5682: Add quirk for Rex board
+    - [x86] ASoC: amd: yc: Adding Lenovo ThinkBook 14 Gen 4+ ARA and Lenovo
+      ThinkBook 16 Gen 4+ ARA to the Quirks List
+    - [x86] ASoC: amd: yc: Add Lenovo Thinkbook 14+ 2022 21D0 to quirks table
+    - drm/amdgpu: Adjust MES polling timeout for sriov
+    - [x86] platform/x86: thinkpad_acpi: Fix reporting a non present second fan
+      on some models
+    - [x86] platform/x86/intel: pmc/core: Add Raptor Lake support to pmc core
+      driver
+    - drm/amd/display: Remove wrong pipe control lock
+    - drm/amd/display: Don't return false if no stream
+    - drm/scheduler: fix fence ref counting
+    - ACPI: scan: Add LATT2021 to acpi_ignore_dep_ids[]
+    - btrfs: raid56: properly handle the error when unable to find the missing
+      stripe
+    - NFSv4: Retry LOCK on OLD_STATEID during delegation return
+    - SUNRPC: Fix crasher in gss_unwrap_resp_integ()
+    - [x86] ACPI: x86: Add another system to quirk list for forcing
+      StorageD3Enable
+    - block: blk_add_rq_to_plug(): clear stale 'last' after flush
+    - [arm64,armhf] i2c: tegra: Allocate DMA memory for DMA engine
+    - [x86] i2c: i801: add lis3lv02d's I2C address for Vostro 5568
+    - btrfs: remove pointless and double ulist frees in error paths of qgroup
+      tests
+    - drm/amd/display: Ignore Cable ID Feature
+    - drm/amd/display: Enable timing sync on DCN32
+    - drm/amdgpu: set fb_modifiers_not_supported in vkms
+    - drm/amd: Fail the suspend if resources can't be evicted
+    - drm/amd/display: Fix DCN32 DSC delay calculation
+    - drm/amd/display: Use forced DSC bpp in DML
+    - drm/amd/display: Round up DST_after_scaler to nearest int
+    - drm/amd/display: Investigate tool reported FCLK P-state deviations
+    - Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm
+    - [x86] cpu: Add several Intel server CPU model numbers
+    - cifs: always iterate smb sessions using primary channel
+    - [arm64] mm: fold check for KFENCE into can_set_direct_map()
+    - [arm64] fix rodata=full again
+    - hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cache
+    - hugetlbfs: don't delete error page from pagecache
+    - [x86] KVM: SVM: remove dead field from struct svm_cpu_data
+    - [x86] KVM: SVM: do not allocate struct svm_cpu_data dynamically
+    - [x86] KVM: SVM: restore host save area from assembly
+    - [x86] KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assembly
+    - [arm64] dts: qcom: sa8155p-adp: Specify which LDO modes are allowed
+    - [arm64] dts: qcom: sa8295p-adp: Specify which LDO modes are allowed
+    - [arm64] dts: qcom: sc8280xp-crd: Specify which LDO modes are allowed
+    - [arm64] dts: qcom: sm8350-hdk: Specify which LDO modes are allowed
+    - [armhf] spi: stm32: Print summary 'callbacks suppressed' message
+    - ASoC: core: Fix use-after-free in snd_soc_exit()
+    - [arm64] ASoC: fsl_asrc fsl_esai fsl_sai: allow CONFIG_PM=N
+    - [arm64] tty: serial: fsl_lpuart: don't break the on-going transfer when
+      global reset
+    - [arm64,armhf] serial: imx: Add missing .thaw_noirq hook
+    - tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_send
+    - ASoC: rt5514: fix legacy dai naming
+    - ASoC: rt5677: fix legacy dai naming
+    - bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()
+    - bnxt_en: refactor bnxt_cancel_reservations()
+    - bnxt_en: fix the handling of PCIE-AER
+    - ASoC: soc-utils: Remove __exit for snd_soc_util_exit()
+    - [arm64,armhf] pinctrl: rockchip: list all pins in a possible mux route for
+      PX30
+    - scsi: scsi_transport_sas: Fix error handling in sas_phy_add()
+    - sctp: remove the unnecessary sinfo_stream check in
+      sctp_prsctp_prune_unsent
+    - sctp: clear out_curr if all frag chunks of current msg are pruned
+    - erofs: clean up .read_folio() and .readahead() in fscache mode
+    - erofs: get correct count for unmapped range in fscache mode
+    - block: sed-opal: kmalloc the cmd/resp buffers
+    - nfsd: put the export reference in nfsd4_verify_deleg_dentry
+    - bpf: Fix memory leaks in __check_func_call
+    - io_uring: calculate CQEs from the user visible value
+    - nvmet: fix a memory leak
+    - parport_pc: Avoid FIFO port location truncation
+    - pinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_map
+    - [arm*] drm/vc4: kms: Fix IS_ERR() vs NULL check for vc4_kms
+    - [arm64,armhf] drm/panel: simple: set bpc field for logic technologies
+      displays
+    - drm/drv: Fix potential memory leak in drm_dev_init()
+    - [arm64] dts: imx8mm-tqma8mqml-mba8mx: Fix USB DR
+    - erofs: put metabuf in error path in fscache mode
+    - ata: libata-transport: fix double ata_host_put() in ata_tport_add()
+    - ata: libata-transport: fix error handling in ata_tport_add()
+    - ata: libata-transport: fix error handling in ata_tlink_add()
+    - ata: libata-transport: fix error handling in ata_tdev_add()
+    - nfp: change eeprom length to max length enumerators
+    - [mips*] fix duplicate definitions for exported symbols
+    - io_uring/poll: fix double poll req->flags races
+    - cifs: Fix connections leak when tlink setup failed
+    - bpf: Initialize same number of free nodes for each pcpu_freelist
+    - ata: libata-core: do not issue non-internal commands once EH is pending
+    - mISDN: fix possible memory leak in mISDN_dsp_element_register()
+    - net: hinic: Fix error handling in hinic_module_init()
+    - net: phy: dp83867: Fix SGMII FIFO depth for non OF devices
+    - net: stmmac: ensure tx function is not running in stmmac_xdp_release()
+    - [arm64] soc: imx8m: Enable OCOTP clock before reading the register
+    - net: liquidio: release resources when liquidio driver open failed
+    - mISDN: fix misuse of put_device() in mISDN_register_device()
+    - net: macvlan: Use built-in RCU list checking
+    - bnxt_en: Remove debugfs when pci_register_driver failed
+    - [arm64,armhf] drm/lima: Fix opp clkname setting in case of missing
+      regulator
+    - net: mhi: Fix memory leak in mhi_net_dellink()
+    - [arm64,armhf] net: dsa: make dsa_master_ioctl() see through
+      port_hwtstamp_get() shims
+    - xen/pcpu: fix possible memory leak in register_pcpu()
+    - erofs: fix missing xas_retry() in fscache mode
+    - mlxsw: Avoid warnings when not offloaded FDB entry with IPv6 is removed
+    - net: ena: Fix error handling in ena_init()
+    - [arm64] net: hns3: fix incorrect hw rss hash type of rx packet
+    - [arm64] net: hns3: fix return value check bug of rx copybreak
+    - [arm64] net: hns3: fix setting incorrect phy link ksettings for firmware
+      in resetting process
+    - bridge: switchdev: Fix memory leaks when changing VLAN protocol
+    - drbd: use after free in drbd_create_device()
+    - [x86] platform/x86/intel: pmc: Don't unconditionally attach Intel PMC when
+      virtualized
+    - [x86] platform/surface: aggregator: Do not check for repeated unsequenced
+      packets
+    - netfs: Fix missing xas_retry() calls in xarray iteration
+    - netfs: Fix dodgy maths
+    - cifs: add check for returning value of SMB2_close_init
+    - [arm64,armhf] net: dsa: don't leak tagger-owned storage on switch driver
+      unbind
+    - cifs: Fix wrong return value checking when GETFLAGS
+    - [x86] net: thunderbolt: Fix error handling in tbnet_init()
+    - cifs: add check for returning value of SMB2_set_info_init
+    - block: make dma_alignment a stacking queue_limit
+    - dm-crypt: provide dma_alignment limit in io_hints
+    - ftrace: Fix the possible incorrect kernel message
+    - ftrace: Optimize the allocation for mcount entries
+    - ftrace: Fix null pointer dereference in ftrace_add_mod()
+    - ring_buffer: Do not deactivate non-existant pages
+    - tracing: Fix memory leak in tracing_read_pipe()
+    - tracing/ring-buffer: Have polling block on watermark
+    - tracing: Fix memory leak in test_gen_synth_cmd() and
+      test_empty_synth_event()
+    - tracing: Fix wild-memory-access in register_synth_event()
+    - tracing: Fix race where eprobes can be called before the event
+    - tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in
+      kprobe_event_gen_test_exit()
+    - tracing: kprobe: Fix potential null-ptr-deref on trace_array in
+      kprobe_event_gen_test_exit()
+    - [x86] rethook: fix a potential memleak in rethook_alloc()
+    - [amd64] platform/x86/amd: pmc: Remove more CONFIG_DEBUG_FS checks
+    - [amd64] platform/x86/amd: pmc: Add new ACPI ID AMDI0009
+    - drm/amd/pm: enable runpm support over BACO for SMU13.0.7
+    - drm/amd/pm: enable runpm support over BACO for SMU13.0.0
+    - drm/amd/pm: fix SMU13 runpm hang due to unintentional workaround
+    - drm/display: Don't assume dual mode adaptors support i2c sub-addressing
+    - drm/amd/display: Fix invalid DPIA AUX reply causing system hang
+    - drm/amd/display: Add HUBP surface flip interrupt handler
+    - drm/amd/display: Fix access timeout to DPIA AUX at boot time
+    - drm/amd/display: Support parsing VRAM info v3.0 from VBIOS
+    - drm/amd/display: Fix optc2_configure warning on dcn314
+    - drm/amd/display: don't enable DRM CRTC degamma property for DCE
+    - drm/amd/display: Fix prefetch calculations for dcn32
+    - ALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open()
+    - ALSA: hda/realtek: fix speakers for Samsung Galaxy Book Pro
+    - ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360
+    - [arm64,armhf] Revert "usb: dwc3: disable USB core PHY management"
+    - [arm64,armhf] usb: dwc3: Do not get extcon device when usb-role-switch is
+      used
+    - io_uring: update res mask in io_poll_check_events
+    - nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron Nitro
+    - nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000
+    - slimbus: stream: correct presence rate frequencies
+    - speakup: fix a segfault caused by switching consoles
+    - USB: serial: option: add Sierra Wireless EM9191
+    - USB: serial: option: remove old LARA-R6 PID
+    - USB: serial: option: add u-blox LARA-R6 00B modem
+    - USB: serial: option: add u-blox LARA-L6 modem
+    - USB: serial: option: add Fibocom FM160 0x0111 composition
+    - usb: add NO_LPM quirk for Realforce 87U Keyboard
+    - [x86] usb: typec: tipd: Prevent uninitialized event{1,2} in IRQ handler
+    - iio: accel: bma400: Ensure VDDIO is enable defore reading the chip ID.
+    - iio: pressure: ms5611: fixed value compensation bug
+    - iio: pressure: ms5611: changed hardcoded SPI speed to value limited
+    - dm bufio: Fix missing decrement of no_sleep_enabled if
+      dm_bufio_client_create failed
+    - dm ioctl: fix misbehavior if list_versions races with module loading
+    - serial: 8250: Fall back to non-DMA Rx if IIR_RDI occurs
+    - serial: 8250: Flush DMA Rx on RLSI
+    - [x86] serial: 8250_lpss: Configure DMA also w/o DMA filter
+    - [x86] serial: 8250_lpss: Use 16B DMA burst with Elkhart Lake
+    - io_uring: fix tw losing poll events
+    - io_uring: fix multishot accept request leaks
+    - io_uring: fix multishot recv request leaks
+    - io_uring: disallow self-propelled ring polling
+    - ceph: avoid putting the realm twice when decoding snaps fails
+    - Input: iforce - invert valid length check when fetching device IDs
+    - maccess: Fix writing offset in case of fault in
+      strncpy_from_kernel_nofault()
+    - net: phy: marvell: add sleep time after enabling the loopback bit
+    - [s390x] scsi: zfcp: Fix double free of FSF request when qdio send fails
+    - [amd64] iommu/vt-d: Preset Access bit for IOVA in FL non-leaf paging
+      entries
+    - [amd64] iommu/vt-d: Set SRE bit only when hardware has SRS cap
+    - firmware: coreboot: Register bus in module init
+    - mmc: core: properly select voltage range without power cycle
+    - mmc: sdhci-pci-o2micro: fix card detect fail issue caused by CD# debounce
+      timeout
+    - mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()
+    - docs: update mediator contact information in CoC doc
+    - [s390x] dcssblk: fix deadlock when adding a DCSS
+    - [x86] misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()
+    - blk-cgroup: properly pin the parent in blkcg_css_online
+    - [amd64] x86/sgx: Add overflow check in sgx_validate_offset_length()
+    - [x86] fpu: Drop fpregs lock before inheriting FPU permissions
+    - [x86] perf/x86/amd/uncore: Fix memory leak for events array
+    - [x86] perf/x86/intel/pt: Fix sampling using single range output
+    - nvme: restrict management ioctls to admin
+    - nvme: ensure subsystem reset is single threaded (CVE-2022-3169)
+    - [x86] ASoC: SOF: topology: No need to assign core ID if token parsing
+      failed
+    - perf: Improve missing SIGTRAP checking
+    - vfio: Rename vfio_ioctl_check_extension()
+    - vfio: Split the register_device ops call into functions
+    - [x86] perf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf
+      NMI and throttling
+    - ring-buffer: Include dropped pages in counting dirty patches
+    - tracing: Fix warning on variable 'struct trace_array'
+    - net: usb: smsc95xx: fix external PHY reset
+    - net: use struct_group to copy ip/ipv6 header addresses
+    - scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus()
+    - scsi: scsi_debug: Fix possible UAF in sdebug_add_host_helper()
+    - kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace case
+    - tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'
+    - [arm64] mm: fix incorrect file_map_count for non-leaf pmd/pud
+    - Input: i8042 - fix leaking of platform device on module removal
+    - macvlan: enforce a consistent minimal mtu
+    - tcp: cdg: allow tcp_cdg_release() to be called multiple times
+    - kcm: avoid potential race in kcm_tx_work (CVE-2022-3521)
+    - [x86] KVM: x86/xen: Fix eventfd error handling in kvm_xen_eventfd_assign()
+    - 9p: trans_fd/p9_conn_cancel: drop client lock earlier
+    - gfs2: Check sb_bsize_shift after reading superblock
+    - gfs2: Switch from strlcpy to strscpy
+    - 9p/trans_fd: always use O_NONBLOCK read/write
+    - netlink: Bounds-check struct nlmsgerr creation
+    - wifi: wext: use flex array destination for memcpy()
+    - rseq: Use pr_warn_once() when deprecated/unknown ABI flags are encountered
+    - mm: fs: initialize fsdata passed to write_begin/write_end interface
+    - net/9p: use a dedicated spinlock for trans_fd
+    - bpf: Prevent bpf program recursion for raw tracepoint probes
+    - ntfs: fix use-after-free in ntfs_attr_find()
+    - ntfs: fix out-of-bounds read in ntfs_attr_find()
+    - ntfs: check overflow when iterating ATTR_RECORDs
+
+  [ Santiago Ruano Rincón ]
+  * net/cdc_ncm: Fix multicast RX support for CDC NCM devices with ZLP
+    (Closes: #1024328)
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 5
+  * net: neigh: decrement the family specific qlen (Closes: #1024070)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 26 Nov 2022 16:06:48 +0100
+
+linux (6.0.8-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.0.8
+    - [arm64,armhf] usb: dwc3: gadget: Force sending delayed status during soft
+      disconnect
+    - [arm64,armhf] usb: dwc3: gadget: Don't delay End Transfer on
+      delayed_status
+    - RDMA/cma: Use output interface for net_dev check
+    - [amd64] IB/hfi1: Correctly move list in sc_disable()
+    - [arm64] RDMA/hns: Disable local invalidate operation
+    - [arm64] RDMA/hns: Fix NULL pointer problem in free_mr_init()
+    - RDMA/rxe: Fix mr leak in RESPST_ERR_RNR
+    - NFSv4: Fix a potential state reclaim deadlock
+    - NFSv4.1: Handle RECLAIM_COMPLETE trunking errors
+    - NFSv4.1: We must always send RECLAIM_COMPLETE after a reboot
+    - SUNRPC: Fix null-ptr-deref when xps sysfs alloc failed
+    - NFSv4.2: Fixup CLONE dest file size for zero-length count
+    - nfs4: Fix kmemleak when allocate slot failed
+    - RDMA/core: Fix null-ptr-deref in ib_core_cleanup()
+    - RDMA/qedr: clean up work queue on failure in qedr_alloc_resources()
+    - [arm64,armhf] net: dsa: fall back to default tagger if we can't load the
+      one from DT
+    - nfc: nxp-nci: Fix potential memory leak in nxp_nci_send()
+    - [arm64,armhf] net: fec: fix improper use of NETDEV_TX_BUSY
+    - [amd64,i386] ata: pata_legacy: fix pdc20230_set_piomode()
+    - net: sched: Fix use after free in red_enqueue()
+    - net: tun: fix bugs for oversize packet when napi frags enabled
+    - netfilter: nf_tables: netlink notifier might race to release objects
+    - netfilter: nf_tables: release flow rule object from commit path
+    - sfc: Fix an error handling path in efx_pci_probe()
+    - nfsd: fix nfsd_file_unhash_and_dispose
+    - nfsd: fix net-namespace logic in __nfsd_file_cache_purge
+    - ipvs: use explicitly signed chars
+    - ipvs: fix WARNING in __ip_vs_cleanup_batch()
+    - ipvs: fix WARNING in ip_vs_app_net_cleanup()
+    - rose: Fix NULL pointer dereference in rose_send_frame()
+    - mISDN: fix possible memory leak in mISDN_register_device()
+    - btrfs: fix inode list leak during backref walking at
+      resolve_indirect_refs()
+    - btrfs: fix inode list leak during backref walking at find_parent_nodes()
+    - btrfs: fix ulist leaks in error paths of qgroup self tests
+    - netfilter: ipset: enforce documented limit to prevent allocating huge
+      memory
+    - Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu
+    - Bluetooth: hci_conn: Fix CIS connection dst_type handling
+    - Bluetooth: virtio_bt: Use skb_put to set length
+    - Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()
+    - Bluetooth: L2CAP: Fix memory leak in vhci_write
+    - Bluetooth: hci_conn: Fix not restoring ISO buffer count on disconnect
+    - net: mdio: fix undefined behavior in bit shift for __mdiobus_register
+    - net/smc: Fix possible leaked pernet namespace in smc_init()
+    - net, neigh: Fix null-ptr-deref in neigh_table_clear()
+    - bridge: Fix flushing of dynamic FDB entries
+    - ipv6: fix WARNING in ip6_route_net_exit_late()
+    - vsock: fix possible infinite sleep in vsock_connectible_wait_data()
+    - [arm64] media: rkisp1: Fix source pad format configuration
+    - [arm64] media: rkisp1: Don't pass the quantization to rkisp1_csm_config()
+    - [arm64] media: rkisp1: Initialize color space on resizer sink and source
+      pads
+    - [arm64] media: rkisp1: Use correct macro for gradient registers
+    - [arm64] media: rkisp1: Zero v4l2_subdev_format fields in when validating
+      links
+    - media: dvb-frontends/drxk: initialize err to 0
+    - [arm64] media: meson: vdec: fix possible refcount leak in vdec_probe()
+    - [arm64,armhf] media: hantro: Store HEVC bit depth in context
+    - [arm64,armhf] media: hantro: HEVC: Fix auxilary buffer size calculation
+    - [arm64,armhf] media: hantro: HEVC: Fix chroma offset computation
+    - [arm*] drm/vc4: hdmi: Check the HSM rate at runtime_resume
+    - ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init()
+    - [arm*] hwrng: bcm2835 - use hwrng_msleep() instead of cpu_relax()
+    - io_uring: don't iopoll from io_ring_ctx_wait_and_kill()
+    - scsi: core: Restrict legal sdev_state transitions via sysfs
+    - HID: saitek: add madcatz variant of MMO7 mouse device ID
+    - drm/amdgpu: set vm_update_mode=0 as default for Sienna Cichlid in SRIOV
+      case
+    - drm/amd/pm: skip loading pptable from driver on secure board for
+      smu_v13_0_10
+    - drm/amdgpu: Program GC registers through RLCG interface in gfx_v11/gmc_v11
+    - drm/amdgpu: dequeue mes scheduler during fini
+    - nvme-pci: disable write zeroes on various Kingston SSD
+    - bio: safeguard REQ_ALLOC_CACHE bio put
+    - [arm64] dts: imx8mm: Enable CPLD_Dn pull down resistor on MX8Menlo
+    - efi/tpm: Pass correct address to memblock_reserve
+    - [arm64,armhf] drm/rockchip: dw_hdmi: filter regulator -EPROBE_DEFER error
+      messages
+    - [arm64,armhf] drm/rockchip: fix fbdev on non-IOMMU devices
+    - [x86] drm/i915: stop abusing swiotlb_max_segment
+    - block: Fix possible memory leak for rq_wb on add_disk failure
+    - blk-mq: Fix kmemleak in blk_mq_init_allocated_queue
+    - i2c: piix4: Fix adapter not be removed in piix4_remove()
+    - fscrypt: stop using keyrings subsystem for fscrypt_master_key
+    - fscrypt: fix keyring memory leak on mount failure
+    - btrfs: fix lost file sync on direct IO write with nowait and dsync iocb
+    - btrfs: fix tree mod log mishandling of reallocated nodes
+    - btrfs: fix type of parameter generation in btrfs_get_dentry
+    - btrfs: don't use btrfs_chunk::sub_stripes from disk
+    - btrfs: fix a memory allocation failure test in btrfs_submit_direct
+    - [amd64,arm64] ACPI: NUMA: Add CXL CFMWS 'nodes' to the possible nodes set
+    - ftrace: Fix use-after-free for dynamic ftrace_ops
+    - tracing/fprobe: Fix to check whether fprobe is registered correctly
+    - fprobe: Check rethook_alloc() return in rethook initialization
+    - tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()
+    - kprobe: reverse kp->flags when arm_kprobe failed
+    - ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()
+      (Closes: #1023726)
+    - tracing/histogram: Update document for KEYS_MAX size
+    - capabilities: fix potential memleak on error path from
+      vfs_getxattr_alloc()
+    - fuse: add file_modified() to fallocate
+    - fuse: fix readdir cache race
+    - efi: random: reduce seed size to 32 bytes
+    - efi: random: Use 'ACPI reclaim' memory for random seed
+    - efi: efivars: Fix variable writes with unsupported query_variable_store()
+      (Closes: #1022900)
+    - net/ulp: remove SOCK_SUPPORT_ZC from tls sockets
+    - [arm64] entry: avoid kprobe recursion
+    - [armhf] dts: imx6dl-yapp4: Do not allow PM to switch PU regulator off on
+      Q/QP
+    - [x86] perf/x86/intel: Fix pebs event constraints for ICL
+    - [x86] perf/x86/intel: Add Cooper Lake stepping to isolation_ucodes[]
+    - [x86] perf/x86/intel: Fix pebs event constraints for SPR
+    - net: remove SOCK_SUPPORT_ZC from sockmap
+    - net: also flag accepted sockets supporting msghdr originated zerocopy
+    - ext4: fix warning in 'ext4_da_release_space'
+    - ext4: fix BUG_ON() when directory entry has invalid rec_len
+    - ext4: update the backup superblock's at the end of the online resize
+      (Closes: #1023450)
+    - [x86] syscall: Include asm/ptrace.h in syscall_wrapper header
+    - [x86] KVM: x86: Mask off reserved bits in CPUID.80000006H
+    - [x86] KVM: x86: Mask off reserved bits in CPUID.8000001AH
+    - [x86] KVM: x86: Mask off reserved bits in CPUID.80000008H
+    - [x86] KVM: x86: Mask off reserved bits in CPUID.80000001H
+    - [x86] KVM: x86: Mask off reserved bits in CPUID.8000001FH
+    - [x86] KVM: VMX: Advertise PMU LBRs if and only if perf supports LBRs
+    - [x86] KVM: VMX: Fold vmx_supported_debugctl() into
+      vcpu_supported_debugctl()
+    - [x86] KVM: VMX: Ignore guest CPUID for host userspace writes to DEBUGCTL
+    - [x86] KVM: VMX: fully disable SGX if SECONDARY_EXEC_ENCLS_EXITING
+      unavailable
+    - [x86] KVM: Initialize gfn_to_pfn_cache locks in dedicated helper
+    - [x86] KVM: Reject attempts to consume or refresh inactive gfn_to_pfn_cache
+    - [arm64] KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHE
+    - [x86] KVM: x86: smm: number of GPRs in the SMRAM image depends on the
+      image format
+    - [x86] KVM: x86: emulator: em_sysexit should update ctxt->mode
+    - [x86] KVM: x86: emulator: introduce emulator_recalc_and_set_mode
+    - [x86] KVM: x86: emulator: update the emulation mode after rsm
+    - [x86] KVM: x86: emulator: update the emulation mode after CR0 write
+    - ext4,f2fs: fix readahead of verity data
+    - cifs: fix regression in very old smb1 mounts
+    - [arm64,armhf] drm/rockchip: dsi: Clean up 'usage_mode' when failing to
+      attach
+    - [arm64,armhf] drm/rockchip: dsi: Force synchronous probe
+    - drm/amdgpu: disable GFXOFF during compute for GFX11
+    - drm/amd/display: Update latencies on DCN321
+    - drm/amd/display: Update DSC capabilitie for DCN314
+    - [x86] drm/i915/sdvo: Filter out invalid outputs more sensibly
+    - [x86] drm/i915/sdvo: Setup DDC fully before output init
+    - wifi: brcmfmac: Fix potential buffer overflow in brcmf_fweh_event_worker()
+      (CVE-2022-3628)
+
+  [ Vincent Blut ]
+  * [x86] drivers/platform/x86: Enable GIGABYTE_WMI as module
+    (Closes: #1023613)
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 4
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 11 Nov 2022 09:36:29 +0100
+
+linux (6.0.7-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.0.7
+    - can: j1939: transport: j1939_session_skb_drop_old():
+      spin_unlock_irqrestore() before kfree_skb()
+    - can: kvaser_usb: Fix possible completions during init_completion
+    - ALSA: Use del_timer_sync() before freeing timer
+    - ALSA: hda/realtek: Add quirk for ASUS Zenbook using CS35L41
+    - ALSA: usb-audio: Add quirks for M-Audio Fast Track C400/600
+    - ALSA: hda/realtek: Add another HP ZBook G9 model quirks
+    - ALSA: control: add snd_ctl_rename()
+    - ALSA: hda/realtek: Use snd_ctl_rename() to rename a control
+    - ALSA: emu10k1: Use snd_ctl_rename() to rename a control
+    - ALSA: ac97: Use snd_ctl_rename() to rename a control
+    - ALSA: usb-audio: Use snd_ctl_rename() to rename a control
+    - ALSA: ca0106: Use snd_ctl_rename() to rename a control
+    - ALSA: au88x0: use explicitly signed char
+    - ALSA: rme9652: use explicitly signed char
+    - USB: add RESET_RESUME quirk for NVIDIA Jetson devices in RCM
+    - usb: gadget: uvc: limit isoc_sg to super speed gadgets
+    - Revert "usb: gadget: uvc: limit isoc_sg to super speed gadgets"
+    - usb: gadget: uvc: fix dropped frame after missed isoc
+    - usb: gadget: uvc: fix sg handling in error case
+    - usb: gadget: uvc: fix sg handling during video encode
+    - [armhf] usb: gadget: aspeed: Fix probe regression
+    - [arm64,armhf] usb: dwc3: gadget: Stop processing more requests on IMI
+    - [arm64,armhf] usb: dwc3: gadget: Don't set IMI for no_interrupt
+    - [arm64,armhf] usb: dwc3: gadget: Force sending delayed status during soft
+      disconnect
+    - [arm64,armhf] usb: dwc3: gadget: Don't delay End Transfer on
+      delayed_status
+    - usb: typec: ucsi: Check the connection on resume
+    - usb: typec: ucsi: acpi: Implement resume callback
+    - [arm64,armhf] usb: dwc3: st: Rely on child's compatible instead of name
+    - [arm64,armhf] usb: dwc3: Don't switch OTG -> peripheral if extcon is
+      present
+    - usb: xhci: add XHCI_SPURIOUS_SUCCESS to ASM1042 despite being a V0.96
+      controller
+    - squashfs: fix read regression introduced in readahead code
+      (Closes: #1023167)
+    - squashfs: fix extending readahead beyond end of file
+    - squashfs: fix buffer release race condition in readahead code
+    - xhci: Add quirk to reset host back to default state at shutdown
+    - xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later devices
+    - xhci: Remove device endpoints from bandwidth list when freeing the device
+    - iio: light: tsl2583: Fix module unloading
+    - iio: temperature: ltc2983: allocate iio channels once
+    - iio: adxl372: Fix unsafe buffer attributes
+    - fbdev: smscufx: Fix several use-after-free bugs
+    - [x86] cpufreq: intel_pstate: Read all MSRs on the target CPU
+    - [x86] cpufreq: intel_pstate: hybrid: Use known scaling factor for P-cores
+    - fs/binfmt_elf: Fix memory leak in load_elf_binary()
+    - exec: Copy oldsighand->action under spin-lock
+    - mac802154: Fix LQI recording
+    - scsi: qla2xxx: Use transport-defined speed mask for supported_speeds
+    - drm/amdgpu: Fix VRAM BO swap issue
+    - drm/amdgpu: Fix for BO move issue
+    - [x86] drm/i915: Extend Wa_1607297627 to Alderlake-P
+    - drm/amdgpu: Remove ATC L2 access for MMHUB 2.1.x
+    - drm/amdgpu: disallow gfxoff until GC IP blocks complete s2idle resume
+    - drm/amdgpu: fix pstate setting issue
+    - drm/amd/display: Revert logic for plane modifiers
+    - [arm64] drm/msm: fix use-after-free on probe deferral
+    - [arm64] drm/msm/dsi: fix memory corruption with too many bridges
+    - [arm64] drm/msm/hdmi: fix memory corruption with too many bridges
+    - [arm64] drm/msm/hdmi: fix IRQ lifetime
+    - [arm64] drm/msm/dp: fix memory corruption with too many bridges
+    - [arm64] drm/msm/dp: fix aux-bus EP lifetime
+    - [arm64] drm/msm/dp: fix IRQ lifetime
+    - [arm64] drm/msm/dp: fix bridge lifetime
+    - random: use arch_get_random*_early() in random_init()
+    - mmc: block: Remove error check of hw_reset on reset
+    - mmc: queue: Cancel recovery work on cleanup
+    - mmc: core: Fix kernel panic when remove non-standard SDIO card
+    - mmc: core: Fix WRITE_ZEROES CQE handling
+    - mmc: sdhci-pci-core: Disable ES for ASUS BIOS on Jasper Lake
+    - [arm64,armhf] mmc: sdhci-esdhc-imx: Propagate ESDHC_FLAG_HS400* only on
+      8bit bus
+    - mm: migrate: fix return value if all subpages of THPs are migrated
+      successfully
+    - mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on
+      hugetlbfs
+    - mm/huge_memory: do not clobber swp_entry_t during THP split
+    - mm: prep_compound_tail() clear page->private
+    - kernfs: fix use-after-free in __kernfs_remove
+    - Revert "dt-bindings: pinctrl-zynqmp: Add output-enable configuration"
+    - pinctrl: Ingenic: JZ4755 bug fixes
+    - [s390x] boot: add secure boot trailer
+    - [s390x] cio: fix out-of-bounds access on cio_ignore free
+    - [s390x] uaccess: add missing EX_TABLE entries to __clear_user()
+    - [s390x] futex: add missing EX_TABLE entry to __futex_atomic_op()
+    - [s390x] pci: add missing EX_TABLE entries to
+      __pcistg_mio_inuser()/__pcilg_mio_inuser()
+    - ethtool: eeprom: fix null-deref on genl_info in dump
+    - fbdev/core: Avoid uninitialized read in
+      aperture_remove_conflicting_pci_device()
+    - [amd64,arm64] ACPI: PCC: Fix unintentional integer overflow
+    - net: ieee802154: fix error return code in dgram_bind()
+    - media: v4l2: Fix v4l2_i2c_subdev_set_name function documentation
+    - [arm64] drm/msm/a6xx: Replace kcalloc() with kvzalloc()
+    - [arm64] drm/msm/dp: add atomic_check to bridge ops
+    - [arm64] drm/msm: Fix return type of mdp4_lvds_connector_mode_valid
+    - [arm64] drm/msm/dp: cleared DP_DOWNSPREAD_CTRL register before start link
+      training
+    - [arm64] ASoC: qcom: lpass-cpu: mark HDMI TX registers as volatile
+    - [arm64] drm/msm/a6xx: Fix kvzalloc vs state_kcalloc usage
+    - erofs: fix illegal unmapped accesses in z_erofs_fill_inode_lazy()
+    - erofs: fix up inplace decompression success rate
+    - [arm64] pinctrl: qcom: Avoid glitching lines when we first mux to output
+    - [arm64] spi: qup: support using GPIO as chip select line
+    - [x86] fpu: Configure init_fpstate attributes orderly
+    - [x86] fpu: Fix the init_fpstate size check with the actual size
+    - [x86] fpu: Exclude dynamic states from init_fpstate
+    - sched/core: Fix comparison in sched_group_cookie_match()
+    - bpf: prevent decl_tag from being referenced in func_proto
+    - mtd: core: add missing of_node_get() in dynamic partitions code
+    - [x86] ASoC: SOF: Intel: pci-mtl: fix firmware name
+    - [armhf] spi: aspeed: Fix window offset of CE1
+    - [arm64] ASoC: qcom: lpass-cpu: Mark HDMI TX parity register as volatile
+    - [x86] ASoC: Intel: common: add ACPI matching tables for Raptor Lake
+    - [x86] ASoC: SOF: Intel: pci-tgl: use RPL specific firmware definitions
+    - [x86] ASoC: SOF: Intel: pci-tgl: fix ADL-N descriptor
+    - ALSA: ac97: fix possible memory leak in snd_ac97_dev_register()
+    - [x86] perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of
+      clear_cpu_cap()
+    - rcu: Keep synchronize_rcu() from enabling irqs in early boot
+    - tipc: fix a null-ptr-deref in tipc_topsrv_accept
+    - [arm64] net: netsec: fix error handling in netsec_register_mdio()
+    - net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg()
+    - net: hinic: fix memory leak when reading function table
+    - net: hinic: fix the issue of CMDQ memory leaks
+    - net: hinic: fix the issue of double release MBOX callback of VF
+    - [arm64] net: macb: Specify PHY PM management done by MAC
+    - [x86] unwind/orc: Fix unreliable stack dump with gcov
+    - [x86] fpu: Fix copy_xstate_to_uabi() to copy init states correctly
+    - [amd64,arm64] amd-xgbe: Yellow carp devices do not need rrc
+    - [amd64,arm64] amd-xgbe: fix the SFP compliance codes check for DAC cables
+    - [amd64,arm64] amd-xgbe: add the bit rate quirk for Molex cables
+    - [x86] drm/i915/dgfx: Keep PCI autosuspend control 'on' by default on all
+      dGPU
+    - [x86] drm/i915/dp: Reset frl trained flag before restarting FRL training
+    - atlantic: fix deadlock at aq_nic_stop
+    - net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failed
+    - tcp: fix a signed-integer-overflow bug in tcp_add_backlog()
+    - tcp: fix indefinite deferral of RTO with SACK reneging
+    - mptcp: set msk local address earlier
+    - can: mcp251x: mcp251x_can_probe(): add missing unregister_candev() in
+      error path
+    - PM: hibernate: Allow hybrid sleep to work with s2idle
+    - media: vivid: s_fbuf: add more sanity checks
+    - media: vivid: dev->bitmap_cap wasn't freed in all cases
+    - media: v4l2-dv-timings: add sanity checks for blanking values
+    - media: videodev2.h: V4L2_DV_BT_BLANKING_HEIGHT should check 'interlaced'
+    - media: vivid: set num_in/outputs to 0 if not supported
+    - ipv6: ensure sane device mtu in tunnels
+    - i40e: Fix ethtool rx-flow-hash setting for X722
+    - i40e: Fix VF hang when reset is triggered on another VF
+    - i40e: Fix flow-type by setting GL_HASH_INSET registers
+    - net: ksz884x: fix missing pci_disable_device() on error in pcidev_init()
+    - PM: domains: Fix handling of unavailable/disabled idle states
+    - [arm64,armhf] net: fec: limit register access on i.MX6UL
+    - openvswitch: switch from WARN to pr_warn
+    - nh: fix scope used to find saddr when adding non gw nh
+    - net/mlx5e: Do not increment ESN when updating IPsec ESN state
+    - net/mlx5: Wait for firmware to enable CRS before pci_restore_state
+    - net/mlx5: DR, Fix matcher disconnect error flow
+    - net/mlx5e: Extend SKB room check to include PTP-SQ
+    - net/mlx5e: Update restore chain id for slow path packets
+    - net/mlx5: ASO, Create the ASO SQ with the correct timestamp format
+    - net/mlx5: Fix possible use-after-free in async command interface
+    - net/mlx5e: TC, Reject forwarding from internal port to internal port
+    - net/mlx5: Update fw fatal reporter state on PCI handlers successful
+      recover
+    - net/mlx5: Fix crash during sync firmware reset
+    - net: do not sense pfmemalloc status in skb_append_pagefrags()
+    - [arm64] net: enetc: survive memory pressure without crashing
+    - [arm64] Add AMPERE1 to the Spectre-BHB affected list
+    - tcp/udp: Fix memory leak in ipv6_renew_options(). (CVE-2022-3524)
+
+  [ Salvatore Bonaccorso ]
+  * wifi: ath11k: avoid deadlock during regulatory update in
+    ath11k_regd_update() (Closes: #1023329)
+  * Bump ABI to 3 (Fixes FTBFS on arm64 and armhf) (Closes: #1023298)
+  * Bluetooth: L2CAP: Fix accepting connection request for invalid SPSM
+    (CVE-2022-42896)
+  * Bluetooth: L2CAP: Fix attempting to access uninitialized memory
+    (CVE-2022-42895)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 05 Nov 2022 14:41:22 +0100
+
+linux (6.0.6-2) unstable; urgency=medium
+
+  * Ignore ABI changes for ahci_fill_cmd_slot, phylink_create and
+    phylink_generic_validate
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 01 Nov 2022 13:55:44 +0100
+
+linux (6.0.6-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.0.6
+    - video/aperture: Call sysfb_disable() before removing PCI devices
+    - ocfs2: clear dinode links count in case of error
+    - ocfs2: fix BUG when iput after ocfs2_mknod fails
+    - smb3: interface count displayed incorrectly
+    - selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()
+    - [x86] microcode/AMD: Apply the patch early on every logical thread
+    - [x86] hwmon/coretemp: Handle large core ID value
+    - [armhf] ata: ahci-imx: Fix MODULE_ALIAS
+    - [x86] resctrl: Fix min_cbm_bits for AMD
+    - drm/amdgpu: fix sdma doorbell init ordering on APUs
+    - mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pages
+    - kvm: Add support for arch compat vm ioctls
+    - [x86] KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter()
+    - x[86] KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTER
+    - [arm64] KVM: arm64: vgic: Fix exit condition in scan_its_table()
+    - media: mceusb: set timeout to at least timeout provided
+    - [x86] topology: Fix multiple packages shown on a single-package system
+    - [x86] topology: Fix duplicated core ID within a package
+    - [amd64] platform/x86/amd: pmc: Read SMU version during suspend on Cezanne
+      systems
+    - dm bufio: use the acquire memory barrier when testing for B_READING
+    - btrfs: fix processing of delayed data refs during backref walking
+    - btrfs: fix processing of delayed tree block refs during backref walking
+    - [arm*] drm/vc4: Add module dependency on hdmi-codec
+    - [arm*] drm/vc4: hdmi: Enforce the minimum rate at runtime_resume
+    - ACPI: extlog: Handle multiple records
+    - tipc: Fix recognition of trial period
+    - tipc: fix an information leak in tipc_topsrv_kern_subscr
+    - i40e: Fix DMA mappings leak
+    - tls: strp: make sure the TCP skbs do not have overlapping data
+    - HID: magicmouse: Do not set BTN_MOUSE on double report
+    - sfc: Change VF mac via PF as first preference if available.
+    - net/atm: fix proc_mpc_write incorrect return value
+    - net: phy: dp83867: Extend RX strap quirk for SGMII mode
+    - net/smc: Fix an error code in smc_lgr_create()
+    - net: phylink: add mac_managed_pm in phylink_config structure
+    - net: stmmac: Enable mac_managed_pm phylink config
+    - skmsg: pass gfp argument to alloc_sk_msg()
+    - erofs: shouldn't churn the mapping page for duplicated copies
+    - blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping()
+    - io_uring/rw: remove leftover debug statement
+    - scsi: lpfc: Fix memory leak in lpfc_create_port()
+    - udp: Update reuse->has_conns under reuseport_lock.
+    - ip6mr: fix UAF issue in ip6mr_sk_done() when addrconf_init_net() failed
+    - cifs: Fix xid leak in cifs_create()
+    - cifs: Fix xid leak in cifs_copy_file_range()
+    - cifs: Fix xid leak in cifs_flock()
+    - cifs: Fix xid leak in cifs_ses_add_channel()
+    - cifs: Fix memory leak when build ntlmssp negotiate blob failed
+    - dm: remove unnecessary assignment statement in alloc_dev()
+    - drm/amd/display: Increase frame size limit for display_mode_vba_util_32.o
+    - bnxt_en: fix memory leak in bnxt_nvm_test()
+    - netfilter: rpfilter/fib: Populate flowic_l3mdev field
+    - netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces.
+    - netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirements
+    - nvme-hwmon: consistently ignore errors from nvme_hwmon_init
+    - nvme-hwmon: kmalloc the NVME SMART log buffer
+    - nvmet: fix workqueue MEM_RECLAIM flushing dependency
+    - net: sched: cake: fix null pointer access issue when cake_init() fails
+    - net: sched: delete duplicate cleanup of backlog and qlen
+    - net: sched: sfb: fix null pointer access issue when sfb_init() fails
+    - net: Fix return value of qdisc ingress handling on success
+    - io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd()
+    - sfc: include vport_id in filter spec hash and equal()
+    - [arm64] net: hns: fix possible memory leak in hnae_ae_register()
+    - net: sched: fix race condition in qdisc_graft()
+    - net: phy: dp83822: disable MDI crossover status change interrupt
+    - drbd: only clone bio if we have a backing device
+    - [amd64] iommu/vt-d: Allow NVS regions in arch_rmrr_sanity_check()
+    - [amd64] iommu/vt-d: Clean up si_domain in the init_dmars() error path
+    - wifi: mt76: mt7921e: fix random fw download fail
+    - io_uring: don't gate task_work run on TIF_NOTIFY_SIGNAL
+    - ext4: introduce EXT4_FC_TAG_BASE_LEN helper
+    - ext4: factor out ext4_fc_get_tl()
+    - ext4: fix potential out of bound read in ext4_fc_replay_scan()
+    - ACPI: video: Force backlight native for more TongFang devices
+    - mm: /proc/pid/smaps_rollup: fix no vma's null-deref
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 01 Nov 2022 06:28:12 +0100
+
+linux (6.0.5-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.0.4
+    - [x86] drm/i915/bios: Validate fp_timing terminator presence
+    - [x86] drm/i915/bios: Use hardcoded fp_timing size for generating LFP data
+      pointers
+    - pinctrl: amd: change dev_warn to dev_dbg for additional feature support
+    - [x86] thermal: intel_powerclamp: Use first online CPU as control_cpu
+    - io_uring/net: fail zc send when unsupported by socket
+    - HID: playstation: stop DualSense output work on remove.
+    - HID: playstation: add initial DualSense Edge controller support
+    - net: flag sockets supporting msghdr originated zerocopy
+    - drm/amd/pm: fulfill SMU13.0.7 cstate control interface
+    - drm/amd/pm: add SMU IP v13.0.4 IF version define to V7
+    - drm/amd/pm: disable cstate feature for gpu reset scenario
+    - drm/amd/pm: fulfill SMU13.0.0 cstate control interface
+    - drm/amd/pm: update SMU IP v13.0.4 driver interface version
+    - dm clone: Fix typo in block_device format specifier
+    - efi: efivars: Fix variable writes without query_variable_store()
+    - efi: ssdt: Don't free memory if ACPI table was loaded successfully
+    - gcov: support GCC 12.1 and newer compilers
+    - io-wq: Fix memory leak in worker creation
+    - fbdev/core: Remove remove_conflicting_pci_framebuffers()
+    - Revert "ALSA: hda: Fix page fault in snd_hda_codec_shutdown()"
+      (Closes: #1022544)
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.0.5
+    - [arm64,armhf] clk: tegra: Fix Tegra PWM parent clock
+    - Revert "btrfs: call __btrfs_remove_free_space_cache_locked on cache load
+      failure" (Closes: #1022848)
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 6.0.5-rt14
+  * Ignore ABI changes doe to removed check_var_size, check_var_size_nonblocking
+    and remove_conflicting_pci_framebuffers
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 28 Oct 2022 08:53:43 +0200
+
+linux (6.0.3-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.0.3
+    - ALSA: oss: Fix potential deadlock at unregistration
+    - ALSA: rawmidi: Drop register_mutex in snd_rawmidi_free()
+    - ALSA: usb-audio: Fix potential memory leaks
+    - ALSA: usb-audio: Fix NULL dererence at error path
+    - ALSA: hda/realtek: remove ALC289_FIXUP_DUAL_SPK for Dell 5530
+    - ALSA: hda/realtek: Correct pin configs for ASUS G533Z
+    - ALSA: hda/realtek: Add quirk for ASUS GV601R laptop
+    - ALSA: hda/realtek: Add Intel Reference SSID to support headset keys
+    - io_uring: add custom opcode hooks on fail
+    - io_uring/rw: don't lose partial IO result on fail
+    - io_uring/net: don't lose partial send/recv on fail
+    - io_uring/rw: fix unexpected link breakage
+    - io_uring/rw: don't lose short results on io_setup_async_rw()
+    - io_uring/net: fix fast_iov assignment in io_setup_async_msg()
+    - io_uring/net: don't update msg_name if not provided
+    - io_uring: limit registration w/ SINGLE_ISSUER
+    - io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECT
+    - io_uring/af_unix: defer registered files gc to io_uring release
+      (CVE-2022-2602)
+    - io_uring: correct pinned_vm accounting
+    - [x86] hv_netvsc: Fix race between VF offering and VF association message
+      from host
+    - cifs: destage dirty pages before re-reading them for cache=none
+    - cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO message
+    - iio: dac: ad5593r: Fix i2c read protocol requirements
+    - iio: ltc2497: Fix reading conversion results
+    - iio: adc: ad7923: fix channel readings for some variants
+    - iio: pressure: dps310: Refactor startup procedure
+    - iio: pressure: dps310: Reset chip after timeout
+    - xhci: dbc: Fix memory leak in xhci_alloc_dbc()
+    - usb: gadget: uvc: Fix argument to sizeof() in uvc_register_video()
+    - usb: add quirks for Lenovo OneLink+ Dock
+    - mmc: core: Add SD card quirk for broken discard
+    - can: kvaser_usb: Fix use of uninitialized completion
+    - can: kvaser_usb_leaf: Fix overread with an invalid command
+    - can: kvaser_usb_leaf: Fix TX queue out of sync after restart
+    - can: kvaser_usb_leaf: Fix CAN state after restart
+    - mmc: renesas_sdhi: Fix rounding errors
+    - mmc: sdhci-tegra: Use actual clock rate for SW tuning correction
+    - mmc: sdhci-sprd: Fix minimum clock limit
+    - i2c: designware: Fix handling of real but unexpected device interrupts
+    - fs: dlm: fix race between test_bit() and queue_work()
+    - fs: dlm: handle -EBUSY first in lock arg validation
+    - fs: dlm: fix invalid derefence of sb_lvbptr
+    - btf: Export bpf_dynptr definition
+    - mbcache: Avoid nesting of cache->c_list_lock under bit locks
+    - HID: multitouch: Add memory barriers
+    - quota: Check next/prev free block number after reading from quota file
+    - platform/chrome: cros_ec_proto: Update version on GET_NEXT_EVENT failure
+    - [arm64] dts: qcom: sdm845-mtp: correct ADC settle time
+    - ASoC: wcd9335: fix order of Slimbus unprepare/disable
+    - ASoC: wcd934x: fix order of Slimbus unprepare/disable
+    - hwmon: (gsc-hwmon) Call of_node_get() before of_find_xxx API
+    - net: thunderbolt: Enable DMA paths only after rings are enabled
+    - regulator: qcom_rpm: Fix circular deferral regression
+    - [arm64] topology: move store_cpu_topology() to shared code
+    - [riscv64] topology: fix default topology reporting
+    - [riscv64] Re-enable counter access from userspace
+    - [riscv64] Make port I/O string accessors actually work
+    - [riscv64] vdso: fix NULL deference in vdso_join_timens() when vfork
+    - [riscv64] Allow PROT_WRITE-only mmap()
+    - [riscv64] Make VM_WRITE imply VM_READ
+    - [riscv64] always honor the CONFIG_CMDLINE_FORCE when parsing dtb
+    - [riscv64] Pass -mno-relax only on lld < 15.0.0
+    - nvmem: core: Fix memleak in nvmem_register()
+    - nvme-multipath: fix possible hang in live ns resize with ANA access
+    - Revert "drm/amdgpu: use dirty framebuffer helper"
+    - dm: verity-loadpin: Only trust verity targets with enforcement
+    - dmaengine: mxs: use platform_driver_register
+    - dmaengine: qcom-adm: fix wrong sizeof config in slave_config
+    - dmaengine: qcom-adm: fix wrong calling convention for prep_slave_sg
+    - drm/virtio: Check whether transferred 2D BO is shmem
+    - drm/virtio: Unlock reservations on virtio_gpu_object_shmem_init() error
+    - drm/virtio: Unlock reservations on dma_resv_reserve_fences() error
+    - drm/virtio: Use appropriate atomic state in virtio_gpu_plane_cleanup_fb()
+    - drm/udl: Restore display mode on resume
+    - [arm64] mte: move register initialization to C
+    - [arm64] mte: Avoid setting PG_mte_tagged if no tags cleared or restored
+    - [arm64] errata: Add Cortex-A55 to the repeat tlbi list
+    - clocksource/drivers/arm_arch_timer: Fix CNTPCT_LO and CNTVCT_LO value
+    - mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb page
+    - mm/damon: validate if the pmd entry is present before accessing
+    - mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in
+    - mm/mmap: undo ->mmap() when arch_validate_flags() fails
+    - xen/gntdev: Prevent leaking grants
+    - xen/gntdev: Accommodate VMA splitting
+    - PCI: Sanitise firmware BAR assignments behind a PCI-PCI bridge
+    - serial: cpm_uart: Don't request IRQ too early for console port
+    - serial: stm32: Deassert Transmit Enable on ->rs485_config()
+    - serial: Deassert Transmit Enable on probe in driver-specific way
+    - serial: ar933x: Deassert Transmit Enable on ->rs485_config()
+    - serial: 8250: Let drivers request full 16550A feature probing
+    - serial: 8250: Request full 16550A feature probing for OxSemi PCIe devices
+    - NFSD: Protect against send buffer overflow in NFSv3 READDIR
+    - NFSD: Protect against send buffer overflow in NFSv2 READ
+    - NFSD: Protect against send buffer overflow in NFSv3 READ
+    - cpufreq: qcom-cpufreq-hw: Fix uninitialized throttled_freq warning
+    - LoadPin: Fix Kconfig doc about format of file with verity digests
+    - powercap: intel_rapl: Use standard Energy Unit for SPR Dram RAPL domain
+    - slimbus: qcom-ngd: use correct error in message of pdr_add_lookup()
+      failure
+    - slimbus: qcom-ngd: cleanup in probe error path
+    - scsi: lpfc: Rework MIB Rx Monitor debug info logic
+    - scsi: qedf: Populate sysfs attributes for vport
+    - gpio: rockchip: request GPIO mux to pinctrl when setting direction
+    - pinctrl: rockchip: add pinmux_ops.gpio_set_direction callback
+    - fbdev: smscufx: Fix use-after-free in ufx_ops_open()
+    - hwrng: core - let sleep be interrupted when unregistering hwrng
+    - smb3: do not log confusing message when server returns no network
+      interfaces
+    - ksmbd: fix incorrect handling of iterate_dir
+    - ksmbd: fix endless loop when encryption for response fails
+    - ksmbd: Fix wrong return value and message length check in smb2_ioctl()
+    - ksmbd: Fix user namespace mapping
+    - fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODE
+    - btrfs: fix alignment of VMA for memory mapped files on THP
+    - btrfs: enhance unsupported compat RO flags handling
+    - btrfs: fix race between quota enable and quota rescan ioctl
+    - btrfs: fix missed extent on fsync after dropping extent maps
+    - btrfs: set generation before calling btrfs_clean_tree_block in
+      btrfs_init_new_buffer
+    - f2fs: fix wrong continue condition in GC
+    - f2fs: complete checkpoints during remount
+    - f2fs: flush pending checkpoints when freezing super
+    - f2fs: increase the limit for reserve_root
+    - f2fs: fix to do sanity check on destination blkaddr during recovery
+    - f2fs: fix to do sanity check on summary info
+    - f2fs: allow direct read for zoned device
+    - jbd2: wake up journal waiters in FIFO order, not LIFO
+    - jbd2: fix potential buffer head reference count leak
+    - jbd2: fix potential use-after-free in jbd2_fc_wait_bufs
+    - jbd2: add miss release buffer head in fc_do_one_pass()
+    - ext2: Add sanity checks for group and filesystem size
+    - ext4: avoid crash when inline data creation follows DIO write
+    - ext4: fix null-ptr-deref in ext4_write_info
+    - ext4: make ext4_lazyinit_thread freezable
+    - ext4: fix check for block being out of directory size (CVE-2022-1184)
+    - ext4: don't increase iversion counter for ea_inodes
+    - ext4: unconditionally enable the i_version counter
+    - ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodate
+    - ext4: place buffer head allocation before handle start
+    - ext4: fix i_version handling in ext4
+    - ext4: fix dir corruption when ext4_dx_add_entry() fails
+    - ext4: fix miss release buffer head in ext4_fc_write_inode
+    - ext4: fix potential memory leak in ext4_fc_record_modified_inode()
+    - ext4: fix potential memory leak in ext4_fc_record_regions()
+    - ext4: update 'state->fc_regions_size' after successful memory allocation
+    - ftrace: Properly unset FTRACE_HASH_FL_MOD
+    - ftrace: Still disable enabled records marked as disabled
+    - ring-buffer: Allow splice to read previous partially read pages
+    - ring-buffer: Have the shortest_full queue be the shortest not longest
+    - ring-buffer: Check pending waiters when doing wake ups as well
+    - ring-buffer: Add ring_buffer_wake_waiters()
+    - ring-buffer: Fix race between reset page and reading page
+    - tracing/eprobe: Fix alloc event dir failed when event name no set
+    - tracing: Disable interrupt or preemption before acquiring arch_spinlock_t
+    - tracing: Wake up ring buffer waiters on closing of the file
+    - tracing: Wake up waiters when tracing is disabled
+    - tracing: Add ioctl() to force ring buffer waiters to wake up
+    - tracing: Do not free snapshot if tracer is on cmdline
+    - tracing: Move duplicate code of trace_kprobe/eprobe.c into header
+    - tracing: Add "(fault)" name injection to kernel probes
+    - tracing: Fix reading strings from synthetic events
+    - rpmsg: char: Avoid double destroy of default endpoint
+    - thunderbolt: Explicitly enable lane adapter hotplug events at startup
+    - efi: libstub: drop pointless get_memory_map() call
+    - media: cedrus: Fix watchdog race condition
+    - media: cedrus: Set the platform driver data earlier
+    - media: cedrus: Fix endless loop in cedrus_h265_skip_bits()
+    - blk-throttle: fix that io throttle can only work for single bio
+    - blk-wbt: call rq_qos_add() after wb_normal is initialized
+    - [x86] KVM: x86/emulator: Fix handing of POP SS to correctly set
+      interruptibility
+    - [x86] KVM: nVMX: Unconditionally purge queued/injected events on nested
+      "exit"
+    - [x86] KVM: nVMX: Don't propagate vmcs12's PERF_GLOBAL_CTRL settings to
+      vmcs02
+    - [x86] KVM: x86: Treat #DBs from the emulator as fault-like (code and
+      DR7.GD=1)
+    - [x86] KVM: VMX: Drop bits 31:16 when shoving exception error code into
+      VMCS
+    - staging: greybus: audio_helper: remove unused and wrong debugfs usage
+    - drm/nouveau/kms/nv140-: Disable interlacing
+    - drm/nouveau: fix a use-after-free in nouveau_gem_prime_import_sg_table()
+    - [x86] drm/i915/gt: Use i915_vm_put on ppgtt_create error paths
+    - [x86] drm/i915/guc: Fix revocation of non-persistent contexts
+    - [x86] drm/i915: Fix watermark calculations for gen12+ RC CCS modifier
+    - [x86] drm/i915: Fix watermark calculations for gen12+ MC CCS modifier
+    - [x86] drm/i915: Fix watermark calculations for gen12+ CCS+CC modifier
+    - [x86] drm/i915: Fix watermark calculations for DG2 CCS modifiers
+    - [x86] drm/i915: Fix watermark calculations for DG2 CCS+CC modifier
+    - [x86] drm/i915: Fix display problems after resume
+    - drm/amd/display: Fix watermark calculation
+    - drm/amd/display: Update PMFW z-state interface for DCN314
+    - drm/amd/display: zeromem mypipe heap struct before using it
+    - drm/amd/display: Validate DSC After Enable All New CRTCs
+    - drm/amd/display: Enable dpia support for dcn314
+    - drm/amd/display: Enable 2 to 1 ODM policy if supported
+    - drm/amd/display: Fix vblank refcount in vrr transition
+    - drm/amd/display: Add HUBP surface flip interrupt handler
+    - drm/amd/display: explicitly disable psr_feature_enable appropriately
+    - drm/amdgpu: Enable VCN PG on GC11_0_1
+    - drm/amdgpu: Enable F32_WPTR_POLL_ENABLE in mqd
+    - smb3: must initialize two ACL struct fields to zero
+    - selinux: use "grep -E" instead of "egrep"
+    - ima: fix blocking of security.ima xattrs of unsupported algorithms
+    - userfaultfd: open userfaultfds with O_RDONLY
+    - acl: return EOPNOTSUPP in posix_acl_fix_xattr_common()
+    - thermal: cpufreq_cooling: Check the policy first in
+      cpufreq_cooling_register()
+    - cpufreq: amd-pstate: Fix initial highest_perf value
+    - erofs: fix order >= MAX_ORDER warning due to crafted negative i_size
+    - erofs: use kill_anon_super() to kill super in fscache mode
+    - ACPI: PCC: Release resources on address space setup failure path
+    - ACPI: PCC: replace wait_for_completion()
+    - ACPI: PCC: Fix Tx acknowledge in the PCC address space handler
+    - objtool: Preserve special st_shndx indexes in elf_update_symbol
+    - nfsd: Fix a memory leak in an error handling path
+    - SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculation
+    - SUNRPC: Fix svcxdr_init_encode's buflen calculation
+    - NFSD: Protect against send buffer overflow in NFSv2 READDIR
+    - NFSD: Fix handling of oversized NFSv4 COMPOUND requests
+    - [x86] paravirt: add extra clobbers with ZERO_CALL_USED_REGS enabled
+    - wifi: rtlwifi: 8192de: correct checking of IQK reload
+    - wifi: ath10k: Set tx credit to one for WCN3990 snoc based devices
+    - wifi: ath10k: add peer map clean up for peer delete in ath10k_sta_state()
+    - bpf: Cleanup check_refcount_ok
+    - bpf: Fix ref_obj_id for dynptr data slices in verifier
+    - leds: lm3601x: Don't use mutex after it was destroyed
+    - tsnep: Fix TSNEP_INFO_TX_TIME register define
+    - net: prestera: cache port state for non-phylink ports too
+    - bpf: Fix reference state management for synchronous callbacks
+    - wifi: mac80211: properly set old_links when removing a link
+    - wifi: cfg80211: get correct AP link chandef
+    - wifi: mac80211: fix use-after-free
+    - wifi: mac80211: mlme: don't add empty EML capabilities
+    - wifi: mac80211_hwsim: fix link change handling
+    - wifi: mac80211: allow bw change during channel switch in mesh
+    - bpftool: Fix a wrong type cast in btf_dumper_int
+    - ice: set tx_tstamps when creating new Tx rings via ethtool
+    - audit: explicitly check audit_context->context enum value
+    - audit: free audit_proctitle only on task exit
+    - esp: choose the correct inner protocol for GSO on inter address family
+      tunnels
+    - spi: mt7621: Fix an error message in mt7621_spi_probe()
+    - [x86] resctrl: Fix to restore to original value when re-enabling hardware
+      prefetch register
+    - xsk: Fix backpressure mechanism on Tx
+    - bpf: Disable preemption when increasing per-cpu map_locked
+    - bpf: Propagate error from htab_lock_bucket() to userspace
+    - wifi: ath11k: Fix incorrect QMI message ID mappings
+    - bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busy
+    - bpf: Use this_cpu_{inc_return|dec} for prog->active
+    - Bluetooth: btusb: mediatek: fix WMT failure during runtime suspend
+    - bpf: Only add BTF IDs for socket security hooks when
+      CONFIG_SECURITY_NETWORK is on
+    - wifi: rtw89: pci: fix interrupt stuck after leaving low power mode
+    - wifi: rtw89: pci: correct TX resource checking in low power mode
+    - wifi: rtl8xxxu: tighten bounds checking in rtl8xxxu_read_efuse()
+    - wifi: wfx: prevent underflow in wfx_send_pds()
+    - wifi: rtw88: add missing destroy_workqueue() on error path in
+      rtw_core_init()
+    - wifi: mac80211: mlme: assign link address correctly
+    - spi: qup: add missing clk_disable_unprepare on error in spi_qup_resume()
+    - spi: qup: add missing clk_disable_unprepare on error in
+      spi_qup_pm_resume_runtime()
+    - wifi: rtl8xxxu: Fix skb misuse in TX queue selection
+    - spi: meson-spicc: do not rely on busy flag in pow2 clk ops
+    - bpf: btf: fix truncated last_member_type_id in btf_struct_resolve
+    - wifi: rtl8xxxu: gen2: Fix mistake in path B IQ calibration
+    - wifi: rtl8xxxu: Remove copy-paste leftover in gen2_update_rate_mask
+    - Bluetooth: avoid hci_dev_test_and_set_flag() in mgmt_init_hdev()
+    - wifi: mt76: mt7921e: fix race issue between reset and suspend/resume
+    - wifi: mt76: mt7921s: fix race issue between reset and suspend/resume
+    - wifi: mt76: mt7921u: fix race issue between reset and suspend/resume
+    - wifi: mt76: sdio: fix the deadlock caused by sdio->stat_work
+    - wifi: mt76: sdio: poll sta stat when device transmits data
+    - wifi: mt76: mt7915: fix an uninitialized variable bug
+    - wifi: mt76: mt7921: fix use after free in mt7921_acpi_read()
+    - wifi: mt76: sdio: fix transmitting packet hangs
+    - wifi: mt76: mt7615: add mt7615_mutex_acquire/release in
+      mt7615_sta_set_decap_offload
+    - wifi: mt76: mt7915: fix possible unaligned access in
+      mt7915_mac_add_twt_setup
+    - wifi: mt76: connac: fix possible unaligned access in
+      mt76_connac_mcu_add_nested_tlv
+    - wifi: mt76: mt7921: add mt7921_mutex_acquire at mt7921_[start, stop]_ap
+    - wifi: mt76: mt7921: add mt7921_mutex_acquire at
+      mt7921_sta_set_decap_offload
+    - wifi: mt76: mt7921: fix the firmware version report
+    - wifi: mt76: mt7915: fix mcs value in ht mode
+    - wifi: mt76: fix uninitialized pointer in mt7921_mac_fill_rx
+    - wifi: mt76: mt7915: do not check state before configuring implicit
+      beamform
+    - wifi: mt76: mt7921e: fix rmmod crash in driver reload test
+    - Bluetooth: RFCOMM: Fix possible deadlock on socket shutdown/release
+    - net: fs_enet: Fix wrong check in do_pd_setup
+    - bpf: Ensure correct locking around vulnerable function find_vpid()
+    - libbpf: Fix crash if SEC("freplace") programs don't have attach_prog_fd
+      set
+    - wifi: ath11k: Include STA_KEEPALIVE_ARP_RESPONSE TLV header by default
+    - Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failure
+    - netfilter: conntrack: fix the gc rescheduling delay
+    - netfilter: conntrack: revisit the gc initial rescheduling bias
+    - bpf, cgroup: Reject prog_attach_flags array when effective query
+    - bpftool: Fix wrong cgroup attach flags being assigned to effective progs
+    - flow_dissector: Do not count vlan tags inside tunnel payload
+    - mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv
+    - wifi: ath11k: fix failed to find the peer with peer_id 0 when disconnected
+    - wifi: ath11k: fix number of VHT beamformee spatial streams
+    - mips: dts: ralink: mt7621: fix external phy on GB-PC2
+    - [x86] microcode/AMD: Track patch allocation size explicitly
+    - wifi: ath11k: fix peer addition/deletion error on sta band migration
+    - [x86] cpu: Include the header of init_ia32_feat_ctl()'s prototype
+    - spi: cadence-quadspi: Fix PM disable depth imbalance in cqspi_probe
+    - spi: dw: Fix PM disable depth imbalance in dw_spi_bt1_probe
+    - spi/omap100k:Fix PM disable depth imbalance in omap1_spi100k_probe
+    - skmsg: Schedule psock work if the cached skb exists on the psock
+    - cw1200: fix incorrect check to determine if no element is found in list
+    - i2c: mlxbf: support lock mechanism
+    - Bluetooth: hci_core: Fix not handling link timeouts propertly
+    - xfrm: Reinject transport-mode packets through workqueue
+    - netfilter: nft_fib: Fix for rpath check with VRF devices
+    - spi: s3c64xx: Fix large transfers with DMA
+    - Bluetooth: Prevent double register of suspend
+    - wifi: rtl8xxxu: gen2: Enable 40 MHz channel width
+    - wifi: rtl8xxxu: Fix AIFS written to REG_EDCA_*_PARAM
+    - vhost/vsock: Use kvmalloc/kvfree for larger packets.
+    - eth: alx: take rtnl_lock on resume
+    - mISDN: fix use-after-free bugs in l1oip timer handlers (CVE-2022-3565)
+    - sctp: handle the error returned from sctp_auth_asoc_init_active_key
+    - tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited
+    - spi: Ensure that sg_table won't be used after being freed
+    - Bluetooth: hci_sync: Fix not indicating power state
+    - hwmon: (pmbus/mp2888) Fix sensors readouts for MPS Multi-phase mp2888
+      controller
+    - net: rds: don't hold sock lock when cancelling work from
+      rds_tcp_reset_callbacks()
+    - af_unix: Fix memory leaks of the whole sk due to OOB skb. (CVE-2022-3543)
+    - net: prestera: acl: Add check for kmemdup
+    - eth: lan743x: reject extts for non-pci11x1x devices
+    - bnx2x: fix potential memory leak in bnx2x_tpa_stop() (CVE-2022-3542)
+    - eth: sp7021: fix use after free bug in spl2sw_nvmem_get_mac_address
+      (CVE-2022-3541)
+    - net: wwan: iosm: Call mutex_init before locking it
+    - net/ieee802154: reject zero-sized raw_sendmsg()
+    - once: add DO_ONCE_SLOW() for sleepable contexts
+    - net: mvpp2: fix mvpp2 debugfs leak (CVE-2022-3535)
+    - drm: bridge: adv7511: fix CEC power down control register offset
+    - drm: bridge: adv7511: unregister cec i2c device after cec adapter
+    - drm/bridge: Avoid uninitialized variable warning
+    - drm/mipi-dsi: Detach devices when removing the host
+    - drm/vc4: drv: Call component_unbind_all()
+    - drm/bridge: it6505: Power on downstream device in .atomic_enable
+    - video/aperture: Disable and unregister sysfb devices via aperture helpers
+    - drm/virtio: Correct drm_gem_shmem_get_sg_table() error handling
+    - drm/bridge: anx7625: Fix refcount bug in anx7625_parse_dt()
+    - drm/bridge: tc358767: Add of_node_put() when breaking out of loop
+    - drm/bridge: parade-ps8640: Fix regulator supply order
+    - drm/format-helper: Fix test on big endian architectures
+    - drm/dp_mst: fix drm_dp_dpcd_read return value checks
+    - drm:pl111: Add of_node_put() when breaking out of
+      for_each_available_child_of_node()
+    - ASoC: mt6359: fix tests for platform_get_irq() failure
+    - ASoC: amd: acp: add missing platform_device_unregister() in
+      acp_pci_probe()
+    - drm/msm: Make .remove and .shutdown HW shutdown consistent
+    - platform/chrome: fix double-free in chromeos_laptop_prepare()
+    - platform/chrome: fix memory corruption in ioctl
+    - [x86] drm/i915/dg2: Bump up CDCLK for DG2
+    - drm/virtio: Fix same-context optimization
+    - ASoC: soc-pcm.c: call __soc_pcm_close() in soc_pcm_close()
+    - ASoC: tas2764: Allow mono streams
+    - ASoC: tas2764: Drop conflicting set_bias_level power setting
+    - ASoC: tas2764: Fix mute/unmute
+    - platform/x86: msi-laptop: Fix old-ec check for backlight registering
+    - platform/x86: msi-laptop: Fix resource cleanup
+    - drm/panel: use 'select' for Ili9341 panel driver helpers
+    - drm: fix drm_mipi_dbi build errors
+    - platform/chrome: cros_ec_typec: Add bit offset for DP VDO
+    - platform/chrome: cros_ec_typec: Correct alt mode index
+    - drm/amdgpu: add missing pci_disable_device() in
+      amdgpu_pmops_runtime_resume()
+    - drm/bridge: megachips: Fix a null pointer dereference bug
+    - drm/bridge: it6505: Fix the order of DP_SET_POWER commands
+    - ASoC: rsnd: Add check for rsnd_mod_power_on
+    - ASoC: wm_adsp: Handle optional legacy support
+    - ALSA: hda: beep: Simplify keep-power-at-enable behavior
+    - drm/virtio: set fb_modifiers_not_supported
+    - drm/bochs: fix blanking
+    - ASoC: mediatek: mt8195-mt6359: Properly register sound card for SOF
+    - ASoC: SOF: mediatek: mt8195: Import namespace SND_SOC_SOF_MTK_COMMON
+    - drm/omap: dss: Fix refcount leak bugs
+    - drm/amdgpu: Fix memory leak in hpd_rx_irq_create_workqueue()
+    - ASoC: rockchip: i2s: use regmap_read_poll_timeout to poll I2S_CLR
+    - mmc: au1xmmc: Fix an error handling path in au1xmmc_probe()
+    - ASoC: eureka-tlv320: Hold reference returned from of_find_xxx API
+    - drm/msm: lookup the ICC paths in both mdp5/dpu and mdss devices
+    - drm/msm/dpu: index dpu_kms->hw_vbif using vbif_idx
+    - drm/msm/dp: correct 1.62G link rate at dp_catalog_ctrl_config_msa()
+    - ALSA: hda/hdmi: change type for the 'assigned' variable
+    - ALSA: hda/hdmi: Fix the converter allocation for the silent stream
+    - ALSA: usb-audio: Properly refcounting clock rate
+    - ASoC: SOF: ipc4-topology: Free the ida when IPC fails in
+      sof_ipc4_widget_setup()
+    - drm/vmwgfx: Fix memory leak in vmw_mksstat_add_ioctl()
+    - virtio-gpu: fix shift wrapping bug in virtio_gpu_fence_event_create()
+    - ASoC: codecs: tx-macro: fix kcontrol put
+    - ASoC: da7219: Fix an error handling path in da7219_register_dai_clks()
+    - ALSA: dmaengine: increment buffer pointer atomically
+    - mmc: wmt-sdmmc: Fix an error handling path in wmt_mci_probe()
+    - ASoC: stm32: dfsdm: Fix PM disable depth imbalance in stm32_adfsdm_probe
+    - ASoC: stm32: spdifrx: Fix PM disable depth imbalance in
+      stm32_spdifrx_probe
+    - ASoC: stm: Fix PM disable depth imbalance in stm32_i2s_probe
+    - ASoC: wcd-mbhc-v2: Revert "ASoC: wcd-mbhc-v2: use
+      pm_runtime_resume_and_get()"
+    - ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe
+    - ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe
+    - ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe
+    - ASoC: mt6660: Fix PM disable depth imbalance in mt6660_i2c_probe
+    - ASoC: rockchip: i2s: use regmap_read_poll_timeout_atomic to poll I2S_CLR
+    - ALSA: hda/hdmi: Don't skip notification handling during PM operation
+    - memory: pl353-smc: Fix refcount leak bug in pl353_smc_probe()
+    - memory: of: Fix refcount leak bug in of_get_ddr_timings()
+    - memory: of: Fix refcount leak bug in of_lpddr3_get_ddr_timings()
+    - locks: fix TOCTOU race when granting write lease
+    - soc: qcom: smsm: Fix refcount leak bugs in qcom_smsm_probe()
+    - soc: qcom: smem_state: Add refcounting for the 'state->of_node'
+    - ARM: dts: imx6qdl-kontron-samx6i: hook up DDC i2c bus
+    - [arm64] dts: renesas: r9a07g044: Fix SCI{Rx,Tx} interrupt types
+    - [arm64] dts: renesas: r9a07g054: Fix SCI{Rx,Tx} interrupt types
+    - [arm64] dts: renesas: r9a07g043: Fix SCI{Rx,Tx} interrupt types
+    - dt-bindings: clock: exynosautov9: correct clock numbering of peric0/c1
+    - [arm64] dts: qcom: sdm845-xiaomi-polaris: Fix sde_dsi_active pinctrl
+    - [arm64] dts: qcom: sc7280: Cleanup the lpasscc node
+    - [arm64] dts: qcom: sc7280: Update lpasscore node
+    - [arm64] dts: qcom: sc8280xp-crd: disallow regulator mode switches
+    - [arm64] dts: qcom: sc8280xp-lenovo-thinkpad-x13s: disallow regulator mode
+      switches
+    - [arm64] dts: qcom: sa8295p-adp: disallow regulator mode switches
+    - [arm64] dts: qcom: pm8350c: Drop PWM reg declaration
+    - [arm64] dts: qcom: sc7180-trogdor: Keep pm6150_adc enabled for TZ
+    - [arm64] dts: marvell: 98dx25xx: use correct property for i2c gpios
+    - [arm64] dts: qcom: sm8350-sagami: correct TS pin property
+    - soc/tegra: fuse: Add missing of_node_put() in tegra_init_fuse()
+    - soc/tegra: fuse: Drop Kconfig dependency on TEGRA20_APB_DMA
+    - [arm64] dts: qcom: ipq8074: fix PCIe PHY serdes size
+    - [arm64] dts: qcom: sm8450: fix UFS PHY serdes size
+    - [arm64] dts: ti: k3-j7200: fix main pinmux range
+    - ext4: continue to expand file system when the target size doesn't reach
+    - ext4: don't run ext4lazyinit for read-only filesystems
+    - [arm64] ftrace: fix module PLTs with mcount
+    - [arm64] dts: exynos: fix polarity of "enable" line of NFC chip in TM2
+    - ARM: dts: exynos: fix polarity of VBUS GPIO of Origen
+    - iomap: iomap: fix memory corruption when recording errors during writeback
+    - iio: adc: at91-sama5d2_adc: fix AT91_SAMA5D2_MR_TRACKTIM_MAX
+    - iio: adc: at91-sama5d2_adc: check return status for pressure and touch
+    - iio: adc: at91-sama5d2_adc: lock around oversampling and sample freq
+    - iio: adc: at91-sama5d2_adc: disable/prepare buffer on suspend/resume
+    - iio: inkern: only release the device node when done with it
+    - iio: inkern: fix return value in devm_of_iio_channel_get_by_name()
+    - iio: ABI: Fix wrong format of differential capacitance channel ABI.
+    - iio: magnetometer: yas530: Change data type of hard_offsets to signed
+    - RDMA/mlx5: Don't compare mkey tags in DEVX indirect mkey
+    - usb: common: usb-conn-gpio: Simplify some error message
+    - usb: common: debug: Check non-standard control requests
+    - clk: meson: Hold reference returned by of_get_parent()
+    - clk: st: Hold reference returned by of_get_parent()
+    - clk: oxnas: Hold reference returned by of_get_parent()
+    - clk: qoriq: Hold reference returned by of_get_parent()
+    - clk: berlin: Add of_node_put() for of_get_parent()
+    - clk: sprd: Hold reference returned by of_get_parent()
+    - coresight: docs: Fix a broken reference
+    - clk: tegra: Fix refcount leak in tegra210_clock_init
+    - clk: tegra: Fix refcount leak in tegra114_clock_init
+    - clk: tegra20: Fix refcount leak in tegra20_clock_init
+    - clk: samsung: exynosautov9: correct register offsets of peric0/c1
+    - HID: uclogic: Add missing suffix for digitalizers
+    - HID: uclogic: Fix warning in uclogic_rdesc_template_apply
+    - HSI: omap_ssi: Fix refcount leak in ssi_probe
+    - HSI: omap_ssi_port: Fix dma_map_sg error check
+    - clk: qcom: gcc-sdm660: Use floor ops for SDCC1 clock
+    - media: exynos4-is: fimc-is: Add of_node_put() when breaking out of loop
+    - media: airspy: fix memory leak in airspy probe
+    - tty: xilinx_uartps: Check clk_enable return value
+    - tty: xilinx_uartps: Fix the ignore_status
+    - media: mediatek: vcodec: Skip non CBR bitrate mode
+    - media: amphion: insert picture startcode after seek for vc1g format
+    - media: amphion: adjust the encoder's value range of gop size
+    - media: amphion: don't change the colorspace reported by decoder.
+    - media: amphion: fix a bug that vpu core may not resume after suspend
+    - media: meson: vdec: add missing clk_disable_unprepare on error in
+      vdec_hevc_start()
+    - media: uvcvideo: Fix memory leak in uvc_gpio_parse
+    - media: uvcvideo: Use entity get_cur in uvc_ctrl_set
+    - media: xilinx: vipp: Fix refcount leak in xvip_graph_dma_init
+    - RDMA/rxe: Fix "kernel NULL pointer dereference" error
+    - RDMA/rxe: Fix the error caused by qp->sk
+    - clk: mediatek: clk-mt8195-vdo0: Set rate on vdo0_dp_intf0_dp_intf's parent
+    - clk: mediatek: clk-mt8195-vdo1: Reparent and set rate on vdo1_dpintf's
+      parent
+    - clk: mediatek: mt8195-infra_ao: Set pwrmcu clocks as critical
+    - misc: ocxl: fix possible refcount leak in afu_ioctl()
+    - fpga: dfl-pci: Add IDs for Intel N6000, N6001 and C6100 cards
+    - fpga: prevent integer overflow in dfl_feature_ioctl_set_irq()
+    - phy: rockchip-inno-usb2: Return zero after otg sync
+    - dmaengine: idxd: avoid deadlock in process_misc_interrupts()
+    - dmaengine: hisilicon: Disable channels when unregister hisi_dma
+    - dmaengine: hisilicon: Fix CQ head update
+    - dmaengine: hisilicon: Add multi-thread support for a DMA channel
+    - iio: Use per-device lockdep class for mlock
+    - usb: gadget: f_fs: stricter integer overflow checks
+    - dyndbg: fix static_branch manipulation
+    - dyndbg: fix module.dyndbg handling
+    - dyndbg: let query-modname override actual module name
+    - dyndbg: drop EXPORTed dynamic_debug_exec_queries
+    - clk: qcom: sm6115: Select QCOM_GDSC
+    - scsi: lpfc: Fix various issues reported by tools
+    - mtd: devices: docg3: check the return value of devm_ioremap() in the probe
+    - remoteproc: Harden rproc_handle_vdev() against integer overflow
+    - phy: qcom-qmp-usb: disable runtime PM on unbind
+    - phy: amlogic: phy-meson-axg-mipi-pcie-analog: Hold reference returned by
+      of_get_parent()
+    - phy: phy-mtk-tphy: fix the phy type setting issue
+    - mtd: rawnand: intel: Read the chip-select line from the correct OF node
+    - mtd: rawnand: intel: Remove undocumented compatible string
+    - mtd: rawnand: fsl_elbc: Fix none ECC mode
+    - RDMA/irdma: Align AE id codes to correct flush code and event
+    - RDMA/irdma: Validate udata inlen and outlen
+    - RDMA/srp: Fix srp_abort()
+    - RDMA/siw: Always consume all skbuf data in sk_data_ready() upcall.
+    - RDMA/siw: Fix QP destroy to wait for all references dropped.
+    - ata: fix ata_id_sense_reporting_enabled() and ata_id_has_sense_reporting()
+    - ata: fix ata_id_has_devslp()
+    - ata: fix ata_id_has_ncq_autosense()
+    - ata: fix ata_id_has_dipm()
+    - mtd: rawnand: meson: fix bit map use in meson_nfc_ecc_correct()
+    - block: Fix the enum blk_eh_timer_return documentation
+    - eventfd: guard wake_up in eventfd fs calls as well
+    - io_uring/fdinfo: fix sqe dumping for IORING_SETUP_SQE128
+    - md: Replace snprintf with scnprintf
+    - md/raid5: Ensure stripe_fill happens on non-read IO with journal
+    - md/raid5: Remove unnecessary bio_put() in raid5_read_one_chunk()
+    - md: Remove extra mddev_get() in md_seq_start()
+    - RDMA/cm: Use SLID in the work completion as the DLID in responder side
+    - IB: Set IOVA/LENGTH on IB_MR in core/uverbs layers
+    - xhci: Don't show warning for reinit on known broken suspend
+    - usb: gadget: function: fix dangling pnp_string in f_printer.c
+    - usb: typec: anx7411: Use of_get_child_by_name() instead of
+      of_find_node_by_name()
+    - usb: dwc3: core: fix some leaks in probe
+    - drivers: serial: jsm: fix some leaks in probe
+    - serial: 8250: Toggle IER bits on only after irq has been set up
+    - tty: serial: fsl_lpuart: disable dma rx/tx use flags in
+      lpuart_dma_shutdown
+    - phy: qualcomm: call clk_disable_unprepare in the error handling
+    - staging: vt6655: fix some erroneous memory clean-up loops
+    - slimbus: qcom-ngd: Add error handling in of_qcom_slim_ngd_register
+    - firmware: google: Test spinlock on panic path to avoid lockups
+    - serial: 8250: Fix restoring termios speed after suspend
+    - scsi: libsas: Fix use-after-free bug in smp_execute_task_sg()
+    - scsi: pm8001: Fix running_req for internal abort commands
+    - scsi: iscsi: iscsi_tcp: Fix null-ptr-deref while calling getpeername()
+    - clk: qcom: apss-ipq6018: mark apcs_alias0_core_clk as critical
+    - clk: qcom: gcc-sm6115: Override default Alpha PLL regs
+    - nvmet-auth: don't try to cancel a non-initialized work_struct
+    - RDMA/rxe: Set pd early in mr alloc routines
+    - RDMA/rxe: Fix resize_finish() in rxe_queue.c
+    - fsi: core: Check error number after calling ida_simple_get
+    - mfd: intel_soc_pmic: Fix an error handling path in
+      intel_soc_pmic_i2c_probe()
+    - mfd: fsl-imx25: Fix an error handling path in mx25_tsadc_setup_irq()
+    - mfd: lp8788: Fix an error handling path in lp8788_probe()
+    - mfd: lp8788: Fix an error handling path in lp8788_irq_init() and
+      lp8788_irq_init()
+    - mfd: fsl-imx25: Fix check for platform_get_irq() errors
+    - mfd: sm501: Add check for platform_driver_register()
+    - mfd: da9061: Fix Failed to set Two-Wire Bus Mode.
+    - clk: mediatek: mt8183: mfgcfg: Propagate rate changes to parent
+    - clk: mediatek: clk-mt8195-mfg: Reparent mfg_bg3d and propagate rate
+      changes
+    - clk: mediatek: fix unregister function in mtk_clk_register_dividers
+      cleanup
+    - clk: mediatek: Migrate remaining clk_unregister_*() to
+      clk_hw_unregister_*()
+    - io_uring/rw: defer fsnotify calls to task context
+    - dmaengine: ioat: stop mod_timer from resurrecting deleted timer in
+      __cleanup()
+    - HID: amd_sfh: Handle condition of "no sensors" for SFH1.1
+    - usb: mtu3: fix failed runtime suspend in host only mode
+    - spmi: pmic-arb: correct duplicate APID to PPID mapping logic
+    - clk: vc5: Fix 5P49V6901 outputs disabling when enabling FOD
+    - clk: baikal-t1: Fix invalid xGMAC PTP clock divider
+    - clk: baikal-t1: Add shared xGMAC ref/ptp clocks internal parent
+    - clk: baikal-t1: Add SATA internal ref clock buffer
+    - clk: bcm2835: Make peripheral PLLC critical
+    - clk: bcm2835: fix bcm2835_clock_rate_from_divisor declaration
+    - clk: imx8mp: tune the order of enet_qos_root_clk
+    - clk: imx: scu: fix memleak on platform_device_add() fails
+    - clk: ti: Balance of_node_get() calls for of_find_node_by_name()
+    - clk: ti: dra7-atl: Fix reference leak in of_dra7_atl_clk_probe
+    - clk: ast2600: BCLK comes from EPLL
+    - ipc: mqueue: fix possible memory leak in init_mqueue_fs()
+    - powerpc/configs: Properly enable PAPR_SCM in pseries_defconfig
+    - powerpc/math_emu/efp: Include module.h
+    - powerpc/sysdev/fsl_msi: Add missing of_node_put()
+    - powerpc/pci_dn: Add missing of_node_put()
+    - powerpc/powernv: add missing of_node_put() in opal_export_attrs()
+    - cpuidle: riscv-sbi: Fix CPU_PM_CPU_IDLE_ENTER_xyz() macro usage
+    - powerpc: dts: turris1x.dts: Fix NOR partitions labels
+    - powerpc: dts: turris1x.dts: Fix labels in DSA cpu port nodes
+    - powerpc: Fix fallocate and fadvise64_64 compat parameter combination
+    - x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
+    - powerpc/64s: Fix GENERIC_CPU build flags for PPC970 / G5
+    - powerpc/64/interrupt: Fix false warning in context tracking due to idle
+      state
+    - powerpc/64: mark irqs hard disabled in boot paca
+    - powerpc/64/interrupt: Fix return to masked context after hard-mask irq
+      becomes pending
+    - powerpc: Fix SPE Power ISA properties for e500v1 platforms
+    - powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe()
+    - powerpc/pseries/vas: Pass hw_cpu_id to node associativity HCALL
+    - crypto: sahara - don't sleep when in softirq
+    - crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nr
+    - hwrng: arm-smccc-trng - fix NO_ENTROPY handling
+    - crypto: ccp - Fail the PSP initialization when writing psp data file
+      failed
+    - cgroup: Honor caller's cgroup NS when resolving path
+    - hwrng: imx-rngc - use devm_clk_get_enabled
+    - hwrng: imx-rngc - Moving IRQ handler registering after
+      imx_rngc_irq_mask_clear()
+    - crypto: qat - fix default value of WDT timer
+    - crypto: hisilicon/qm - fix missing put dfx access
+    - cgroup/cpuset: Enable update_tasks_cpumask() on top_cpuset
+    - iommu/omap: Fix buffer overflow in debugfs
+    - crypto: akcipher - default implementation for setting a private key
+    - crypto: ccp - Release dma channels before dmaengine unrgister
+    - crypto: inside-secure - Change swab to swab32
+    - crypto: qat - fix DMA transfer direction
+    - clocksource/drivers/arm_arch_timer: Fix handling of ARM erratum 858921
+    - clocksource/drivers/timer-gxp: Add missing error handling in
+      gxp_timer_probe
+    - cifs: return correct error in ->calc_signature()
+    - iommu/iova: Fix module config properly
+    - tracing: kprobe: Fix kprobe event gen test module on exit
+    - tracing: kprobe: Make gen test module work in arm and riscv
+    - tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreads
+    - ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_caller
+    - kbuild: remove the target in signal traps when interrupted
+    - linux/export: use inline assembler to populate symbol CRCs
+    - kbuild: rpm-pkg: fix breakage when V=1 is used
+    - crypto: marvell/octeontx - prevent integer overflows
+    - crypto: cavium - prevent integer overflow loading firmware
+    - random: schedule jitter credit for next jiffy, not in two jiffies
+    - thermal/drivers/qcom/tsens-v0_1: Fix MSM8939 fourth sensor hw_id
+    - ACPI: APEI: do not add task_work to kernel thread to avoid memory leak
+    - f2fs: fix race condition on setting FI_NO_EXTENT flag
+    - f2fs: fix to account FS_CP_DATA_IO correctly
+    - tools/power turbostat: Use standard Energy Unit for SPR Dram RAPL domain
+    - selftest: tpm2: Add Client.__del__() to close /dev/tpm* handle
+    - ARM/dma-mapping: don't override ->dma_coherent when set from a bus
+      notifier
+    - module: tracking: Keep a record of tainted unloaded modules only
+    - fs: dlm: fix race in lowcomms
+    - rcu: Avoid triggering strict-GP irq-work when RCU is idle
+    - rcu: Back off upon fill_page_cache_func() allocation failure
+    - rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()
+    - rcu-tasks: Ensure RCU Tasks Trace loops have quiescent states
+    - cpufreq: amd_pstate: fix wrong lowest perf fetch
+    - ACPI: video: Add Toshiba Satellite/Portege Z830 quirk
+    - fortify: Fix __compiletime_strlen() under UBSAN_BOUNDS_LOCAL
+    - ACPI: tables: FPDT: Don't call acpi_os_map_memory() on invalid phys
+      address
+    - cpufreq: intel_pstate: Add Tigerlake support in no-HWP mode
+    - MIPS: BCM47XX: Cast memcmp() of function to (void *)
+    - powercap: intel_rapl: fix UBSAN shift-out-of-bounds issue
+    - thermal: intel_powerclamp: Use get_cpu() instead of smp_processor_id() to
+      avoid crash
+    - ARM: decompressor: Include .data.rel.ro.local
+    - ACPI: x86: Add a quirk for Dell Inspiron 14 2-in-1 for StorageD3Enable
+    - NFSD: Return nfserr_serverfault if splice_ok but buf->pages have data
+    - NFSD: fix use-after-free on source server when doing inter-server copy
+    - wifi: brcmfmac: fix invalid address access when enabling SCAN log level
+    - bpftool: Clear errno after libcap's checks
+    - net: ethernet: ti: davinci_mdio: Add workaround for errata i2329
+    - openvswitch: Fix double reporting of drops in dropwatch
+    - openvswitch: Fix overreporting of drops in dropwatch
+    - tcp: annotate data-race around tcp_md5sig_pool_populated
+    - micrel: ksz8851: fixes struct pointer issue
+    - wifi: mac80211: accept STA changes without link changes
+    - [x86] mce: Retrieve poison range from hardware
+    - wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg()
+    - thunderbolt: Add back Intel Falcon Ridge end-to-end flow control
+      workaround
+    - [x86] apic: Don't disable x2APIC if locked
+    - net: axienet: Switch to 64-bit RX/TX statistics
+    - net-next: Fix IP_UNICAST_IF option behavior for connected sockets
+    - xfrm: Update ipcomp_scratches with NULL when freed
+    - wifi: ath11k: Register shutdown handler for WCN6750
+    - rtw89: ser: leave lps with mutex
+    - net: ftmac100: fix endianness-related issues from 'sparse'
+    - iavf: Fix race between iavf_close and iavf_reset_task
+    - wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit()
+    - Bluetooth: btintel: Mark Intel controller to support LE_STATES quirk
+    - regulator: core: Prevent integer underflow
+    - wifi: ath11k: mhi: fix potential memory leak in ath11k_mhi_register()
+    - wifi: mt76: mt7921: reset msta->airtime_ac while clearing up hw value
+    - wifi: rtw89: free unused skb to prevent memory leak
+    - wifi: rtw89: fix rx filter after scan
+    - Bluetooth: L2CAP: initialize delayed works at l2cap_chan_create()
+    - Bluetooth: hci_sysfs: Fix attempting to call device_add multiple times
+    - Bluetooth: hci_event: Make sure ISO events don't affect non-ISO
+      connections
+    - bnxt_en: replace reset with config timestamps
+    - selftests/bpf: Free the allocated resources after test case succeeds
+    - can: bcm: check the result of can_send() in bcm_can_tx()
+    - wifi: rt2x00: don't run Rt5592 IQ calibration on MT7620
+    - wifi: rt2x00: set correct TX_SW_CFG1 MAC register for MT7620
+    - wifi: rt2x00: set VGC gain for both chains of MT7620
+    - wifi: rt2x00: set SoC wmac clock register
+    - wifi: rt2x00: correctly set BBP register 86 for MT7620
+    - hwmon: (sht4x) do not overflow clamping operation on 32-bit platforms
+    - net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory
+    - bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBT
+    - bpf: use bpf_prog_pack for bpf_dispatcher
+    - Bluetooth: L2CAP: Fix user-after-free
+    - net: sched: cls_u32: Avoid memcpy() false-positive warning
+    - libbpf: Fix overrun in netlink attribute iteration
+    - i2c: designware-pci: Group AMD NAVI quirk parts together
+    - r8152: Rate limit overflow messages (CVE-2022-3594)
+    - drm/nouveau/nouveau_bo: fix potential memory leak in nouveau_bo_alloc()
+    - drm: Use size_t type for len variable in drm_copy_field()
+    - drm: Prevent drm_copy_field() to attempt copying a NULL pointer
+    - drm/komeda: Fix handling of atomic commits in the atomic_commit_tail hook
+    - gpu: lontium-lt9611: Fix NULL pointer dereference in
+      lt9611_connector_init()
+    - drm/amd/display: fix overflow on MIN_I64 definition
+    - ALSA: hda: Fix page fault in snd_hda_codec_shutdown()
+    - ALSA: usb-audio: Add quirk to enable Avid Mbox 3 support
+    - udmabuf: Set ubuf->sg = NULL if the creation of sg table fails
+    - platform/x86: pmc_atom: Improve quirk message to be less cryptic
+    - drm/amd: fix potential memory leak
+    - drm: bridge: dw_hdmi: only trigger hotplug event on link change
+    - drm/amd/display: Fix variable dereferenced before check
+    - drm/amdgpu: Skip the program of MMMC_VM_AGP_* in SRIOV on MMHUB v3_0_0
+    - drm/admgpu: Skip CG/PG on SOC21 under SRIOV VF
+    - ALSA: usb-audio: Register card at the last interface
+    - drm/vc4: vec: Fix timings for VEC modes
+    - drm: panel-orientation-quirks: Add quirk for Anbernic Win600
+    - drm: panel-orientation-quirks: Add quirk for Aya Neo Air
+    - platform/chrome: cros_ec: Notify the PM of wake events during resume
+    - platform/x86: hp-wmi: Setting thermal profile fails with 0x06
+    - platform/x86: msi-laptop: Change DMI match / alias strings to fix module
+      autoloading
+    - ALSA: intel-dspconfig: add ES8336 support for AlderLake-PS
+    - ASoC: SOF: pci: Change DMI match info to support all Chrome platforms
+    - ASoC: sunxi: sun4i-codec: set debugfs_prefix for CPU DAI component
+    - ASoC: SOF: add quirk to override topology mclk_id
+    - drm/amdgpu: SDMA update use unlocked iterator
+    - drm/amd/display: Fix urgent latency override for DCN32/DCN321
+    - drm/amd/display: correct hostvm flag
+    - drm/amdgpu: fix initial connector audio value
+    - ASoC: amd: yc: Add ASUS UM5302TA into DMI table
+    - ASoC: amd: yc: Add Lenovo Yoga Slim 7 Pro X to quirks table
+    - drm/meson: reorder driver deinit sequence to fix use-after-free bug
+    - drm/meson: explicitly remove aggregate driver at module unload time
+    - drm/meson: remove drm bridges at aggregate driver unbind time
+    - mmc: sdhci-msm: add compatible string check for sdm670
+    - drm/dp: Don't rewrite link config when setting phy test pattern
+    - drm/amd/display: Remove interface for periodic interrupt 1
+    - drm/amd/display: polling vid stream status in hpo dp blank
+    - drm/amdkfd: Fix UBSAN shift-out-of-bounds warning
+    - ARM: dts: imx6: delete interrupts property if interrupts-extended is set
+    - ARM: dts: imx7d-sdb: config the max pressure for tsc2046
+    - [arm64] dts: qcom: sc7280-idp: correct ADC channel node name and unit
+      address
+    - ARM: dts: imx6q: add missing properties for sram
+    - ARM: dts: imx6dl: add missing properties for sram
+    - ARM: dts: imx6qp: add missing properties for sram
+    - ARM: dts: imx6sl: add missing properties for sram
+    - ARM: dts: imx6sll: add missing properties for sram
+    - ARM: dts: imx6sx: add missing properties for sram
+    - ARM: dts: imx6sl: use tabs for code indent
+    - ARM: dts: imx6sx-udoo-neo: don't use multiple blank lines
+    - [arm64] dts: imx8mm-kontron: Use the VSELECT signal to switch SD card IO
+      voltage
+    - [arm64] dts: imx8mq-librem5: Add bq25895 as max17055's power supply
+    - ARM: orion: fix include path
+    - btrfs: dump extra info if one free space cache has more bitmaps than it
+      should
+    - btrfs: scrub: properly report super block errors in system log
+    - btrfs: scrub: try to fix super block errors
+    - btrfs: don't print information about space cache or tree every remount
+    - btrfs: call __btrfs_remove_free_space_cache_locked on cache load failure
+    - ARM: 9233/1: stacktrace: Skip frame pointer boundary check for
+      call_with_stack()
+    - ARM: 9234/1: stacktrace: Avoid duplicate saving of exception PC value
+    - ARM: 9242/1: kasan: Only map modules if CONFIG_KASAN_VMALLOC=n
+    - clk: zynqmp: Fix stack-out-of-bounds in strncpy`
+    - media: cx88: Fix a null-ptr-deref bug in buffer_prepare()
+    - media: platform: fix some double free in meson-ge2d and mtk-jpeg and
+      s5p-mfc
+    - clk: zynqmp: pll: rectify rate rounding in zynqmp_pll_round_rate
+    - RDMA/rxe: Delete error messages triggered by incoming Read requests
+    - usb: host: xhci-plat: suspend and resume clocks
+    - usb: host: xhci-plat: suspend/resume clks for brcm
+    - scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_ID
+    - dmaengine: ti: k3-udma: Reset UDMA_CHAN_RT byte counters to prevent
+      overflow
+    - scsi: 3w-9xxx: Avoid disabling device if failing to enable it
+    - nbd: Fix hung when signal interrupts nbd_start_device_ioctl()
+    - iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to
+      identity
+    - usb: gadget: uvc: increase worker prio to WQ_HIGHPRI
+    - power: supply: adp5061: fix out-of-bounds read in adp5061_get_chg_type()
+    - staging: vt6655: fix potential memory leak
+    - blk-throttle: prevent overflow while calculating wait time
+    - ata: libahci_platform: Sanity check the DT child nodes number
+    - bcache: fix set_at_max_writeback_rate() for multiple attached devices
+    - soundwire: cadence: Don't overwrite msg->buf during write commands
+    - soundwire: intel: fix error handling on dai registration issues
+    - hid: topre: Add driver fixing report descriptor
+    - HID: roccat: Fix use-after-free in roccat_read()
+    - HSI: ssi_protocol: fix potential resource leak in ssip_pn_open()
+    - HID: nintendo: check analog user calibration for plausibility
+    - md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d
+    - usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()
+    - usb: musb: Fix musb_gadget.c rxstate overflow bug
+    - usb: dwc3: core: add gfladj_refclk_lpm_sel quirk
+    - [arm64] dts: imx8mp: Add snps,gfladj-refclk-lpm-sel quirk to USB nodes
+    - usb: dwc3: core: Enable GUCTL1 bit 10 for fixing termination error after
+      resume bug
+    - Revert "usb: storage: Add quirk for Samsung Fit flash"
+    - io_uring: fix CQE reordering
+    - staging: rtl8723bs: fix potential memory leak in rtw_init_drv_sw()
+    - staging: rtl8723bs: fix a potential memory leak in rtw_init_cmd_priv()
+    - scsi: tracing: Fix compile error in trace_array calls when TRACING is
+      disabled
+    - ext2: Use kvmalloc() for group descriptor array
+    - nvme: handle effects after freeing the request
+    - nvme: copy firmware_rev on each init
+    - nvmet-tcp: add bounds check on Transfer Tag
+    - usb: idmouse: fix an uninit-value in idmouse_open
+    - blk-mq: use quiesced elevator switch when reinitializing queues
+    - hwmon (occ): Retry for checksum failure
+    - fsi: occ: Prevent use after free
+    - fsi: master-ast-cf: Fix missing of_node_put in fsi_master_acf_probe
+    - dmaengine: dw-edma: Remove runtime PM support
+    - usb: typec: ucsi: Don't warn on probe deferral
+    - clk: bcm2835: Round UART input clock up
+    - perf: Skip and warn on unknown format 'configN' attrs
+    - perf intel-pt: Fix segfault in intel_pt_print_info() with uClibc
+    - perf intel-pt: Fix system_wide dummy event for hybrid
+    - io_uring/net: refactor io_sr_msg types
+    - io_uring/net: use io_sr_msg for sendzc
+    - io_uring/net: don't lose partial send_zc on fail
+    - io_uring/net: rename io_sendzc()
+    - io_uring/net: don't skip notifs for failed requests
+    - io_uring/net: fix notif cqe reordering
+    - mm: hugetlb: fix UAF in hugetlb_handle_userfault
+    - net: ieee802154: return -EINVAL for unknown addr type
+    - ALSA: usb-audio: Fix last interface check for registration
+    - blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()
+    - net: ethernet: ti: davinci_mdio: fix build for mdio bitbang uses
+    - Revert "drm/amd/display: correct hostvm flag"
+    - Revert "net/ieee802154: reject zero-sized raw_sendmsg()"
+    - net/ieee802154: don't warn zero-sized raw_sendmsg()
+    - powerpc/64s/interrupt: Fix lost interrupts when returning to soft-masked
+      context
+    - drm/amd/display: Fix build breakage with CONFIG_DEBUG_FS=n
+    - io_uring: fix fdinfo sqe offsets calculation
+    - io_uring/rw: ensure kiocb_end_write() is always called
+    - [arm64] dts: qcom: sc8280xp-pmics: Remove reg entry & use correct node
+      name for pmc8280c_lpg node
+
+  [ Zhang Ning ]
+  * [arm64] disable CONFIG_ARM_CPUIDLE, it's arm only
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 2
+  * [rt] Refresh "serial: 8250: implement write_atomic"
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 21 Oct 2022 21:05:40 +0200
+
+linux (6.0.2-1) unstable; urgency=high
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.0.1
+    - xsk: Inherit need_wakeup flag for shared sockets
+    - fs: fix UAF/GPF bug in nilfs_mdt_destroy
+    - fix coredump breakage
+    - sparc: Unbreak the build
+    - Makefile.extrawarn: Move -Wcast-function-type-strict to W=1
+    - hardening: Remove Clang's enable flag for -ftrivial-auto-var-init=zero
+    - docs: update mediator information in CoC docs
+    - hwmon: (aquacomputer_d5next) Fix Quadro fan speed offsets
+    - usb: mon: make mmapped memory read only
+    - USB: serial: ftdi_sio: fix 300 bps rate for SIO
+    - gpiolib: acpi: Add support to ignore programming an interrupt
+    - gpiolib: acpi: Add a quirk for Asus UM325UAZ
+    - RISC-V: Print SSTC in canonical order
+    - bpf: Gate dynptr API behind CAP_BPF
+    - net: ethernet: mtk_eth_soc: fix state in __mtk_foe_entry_clear
+    - bpf: Fix resetting logic for unreferenced kptrs
+    - Bluetooth: use hdev->workqueue when queuing hdev->{cmd,ncmd}_timer works
+    https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.0.2
+    - nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()
+    - nilfs2: fix use-after-free bug of struct nilfs_root
+    - nilfs2: fix leak of nilfs_root in case of writer thread creation failure
+    - nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure
+    - nvme-pci: set min_align_mask before calculating max_hw_sectors
+    - random: restore O_NONBLOCK support
+    - random: clamp credited irq bits to maximum mixed
+    - ALSA: hda: Fix position reporting on Poulsbo
+    - ALSA: hda/realtek: Add quirk for HP Zbook Firefly 14 G9 model
+    - efi: Correct Macmini DMI match in uefi cert quirk
+    - scsi: qla2xxx: Revert "scsi: qla2xxx: Fix response queue handler reading stale packets"
+    - scsi: qla2xxx: Fix response queue handler reading stale packets
+    - scsi: stex: Properly zero out the passthrough command structure
+    - USB: serial: qcserial: add new usb-id for Dell branded EM7455
+    - Revert "USB: fixup for merge issue with "usb: dwc3: Don't switch OTG -> peripheral if extcon is present""
+    - Revert "usb: dwc3: Don't switch OTG -> peripheral if extcon is present"
+    - Revert "powerpc/rtas: Implement reentrant rtas call"
+    - Revert "crypto: qat - reduce size of mapped region"
+    - random: avoid reading two cache lines on irq randomness
+    - random: use expired timer rather than wq for mixing fast pool
+    - wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans()
+      CVE-2022-41674
+    - wifi: cfg80211/mac80211: reject bad MBSSID elements
+    - wifi: mac80211: fix MBSSID parsing use-after-free
+      CVE-2022-42719
+    - wifi: cfg80211: ensure length byte is present before access
+    - wifi: cfg80211: fix BSS refcounting bugs
+      CVE-2022-42720
+    - wifi: cfg80211: avoid nontransmitted BSS list corruption
+      CVE-2022-42721
+    - wifi: mac80211_hwsim: avoid mac80211 warning on bad rate
+    - wifi: mac80211: fix crash in beacon protection for P2P-device
+      CVE-2022-42722
+    - wifi: cfg80211: update hidden BSSes to avoid WARN_ON
+    - mctp: prevent double key removal and unref
+    - Input: xpad - add supported devices as contributed on github
+    - Input: xpad - fix wireless 360 controller breaking after suspend
+    - misc: pci_endpoint_test: Aggregate params checking for xfer
+    - misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panic
+
+  [ Bastian Blank]
+  * [cloud] Enable INTEGRITY.
+
+ -- Bastian Blank <waldi@debian.org>  Sun, 16 Oct 2022 18:25:05 +0200
+
+linux (6.0-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_6.0
+
+  [ Salvatore Bonaccorso ]
+  * drivers/hwmon: Enable SENSORS_SHT3x and SENSORS_SHT4x as module
+    (Closes: #1016092)
+  * [rt] Update to 6.0-rt11
+
+  [ Diederik de Haas ]
+  * [amd64] drivers/dma: Enable INTEL_IDXD as module and INTEL_IDXD_SVM as
+    builtin (Closes: #1021337)
+
+  [ Ben Hutchings ]
+  * d/salsa-ci.yml: Use !reference to include scripts from common pipeline
+  * d/salsa-ci.yml: Remove obsolete lintian error suppressions
+
+  [ Christopher Obbard ]
+  * [arm64] drivers/regulator: Enable MP8859 as module
+
+  [ Mateusz Łukasik ]
+  * Compile with gcc-12 on all architectures
+  * d/salsa-ci.yml: Add linux-compiler-* packages to build-signed job artifacts
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 09 Oct 2022 17:11:55 +0200
+
+linux (6.0~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * Rewrite "tools/perf: pmu-events: Fix reproducibility" for new Python
+    generator
+  * Build-depend on python3-setuptools for linux-perf
+  * udeb: Move ledtrig-audio from sound-modules to kernel-image
+  * d/bin/gencontrol_signed.py: Fix source package name in Built-Using field
+  * [rt] Update to 6.0-rc5-rt7
+
+  [ Didier Raboud ]
+  * d/lib/python/debian_linux: Add two more known fields to
+    {Source,Binary}Package
+
+  [ Diederik de Haas ]
+  * [arm64] drivers/gpu/drm/v3d: Enable DRM_V3D as module (Closes: #977441)
+  * drivers/nfc/nxp-nci: Enable NFC_NXP_NCI and NFC_NXP_NCI_I2C and reenable
+    NFC_NCI as module (Closes: #1020276)
+
+  [ Frieder Schrempf ]
+  * [arm64] Add nvmem-imx-ocotp driver to kernel-image udeb
+  * [arm64] Add imx2_wdt driver to kernel-image udeb
+  * udeb: Also add drivers in subdirectories of drivers/net/phy
+  * [arm64] Add i2c-imx to i2c-modules udeb
+
+  [ Bastian Blank ]
+  * Make cross build of signed packages self contained.
+
+  [ Zhang Ning ]
+  * [armhf] enable multiple configs for rk3288
+  * [config] enable CONFIG_RTL8723BS for all arch
+
+  [ Zhang Boyang ]
+  * [riscv64] Enable AMDGPU
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 27 Sep 2022 17:39:09 +0200
+
+linux (5.19.11-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.19.7
+    - [arm*] drm/vc4: hdmi: Rework power up
+    - [arm*] drm/vc4: hdmi: Depends on CONFIG_PM
+    - crypto: lib - remove unneeded selection of XOR_BLOCKS
+    - docs: kerneldoc-preamble: Test xeCJK.sty before loading
+    - [arm64] errata: Add Cortex-A510 to the repeat tlbi list
+    - Bluetooth: L2CAP: Fix build errors in some archs
+    - Revert "PCI/portdrv: Don't disable AER reporting in
+      get_port_device_capability()"
+    - HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report
+    - media: pvrusb2: fix memory leak in pvr_probe
+    - USB: gadget: Fix use-after-free Read in usb_udc_uevent()
+    - HID: hidraw: fix memory leak in hidraw_release()
+    - net: fix refcount bug in sk_psock_get (2)
+    - fbdev: fb_pm2fb: Avoid potential divide by zero error
+    - ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace
+      is dead
+    - bpf: Don't redirect packets with invalid pkt_len
+    - mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse
+    - ALSA: usb-audio: Add quirk for LH Labs Geek Out HD Audio 1V5
+    - HID: input: fix uclogic tablets
+    - HID: add Lenovo Yoga C630 battery quirk
+    - [amd64] HID: AMD_SFH: Add a DMI quirk entry for Chromebooks
+    - HID: Add Apple Touchbar on T2 Macs in hid_have_special_driver list
+    - HID: asus: ROG NKey: Ignore portion of 0x5a report
+    - HID: nintendo: fix rumble worker null pointer deref
+    - HID: thrustmaster: Add sparco wheel and fix array length
+    - [amd64] HID: intel-ish-hid: ipc: Add Meteor Lake PCI device ID
+    - ASoC: rt5640: Fix the JD voltage dropping issue
+    - rtla: Fix tracer name
+    - drm/amd/display: Add a missing register field for HPO DP stream encoder
+    - drm/amd/display: Device flash garbage before get in OS
+    - drm/amd/display: Avoid MPC infinite loop
+    - drm/amd/display: Fix HDMI VSIF V3 incorrect issue
+    - drm/amd/display: For stereo keep "FLIP_ANY_FRAME"
+    - drm/amd/display: clear optc underflow before turn off odm clock
+    - drm/amd/display: Fix TDR eDP and USB4 display light up issue
+    - drm/amd/pm: skip pptable override for smu_v13_0_7
+    - drm/amd/pm: Fix a potential gpu_metrics_table memory leak
+    - ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not
+      configured
+    - neigh: fix possible DoS due to net iface start/stop loop
+    - ALSA: hda/realtek: Add quirks for ASUS Zenbooks using CS35L41
+    - [s390x] hypfs: avoid error message under KVM
+    - ksmbd: don't remove dos attribute xattr on O_TRUNC open
+    - drm/amdgpu: disable 3DCGCG/CGLS temporarily due to stability issue
+    - drm/amd/pm: add missing ->fini_microcode interface for Sienna Cichlid
+    - drm/amd/pm: add missing ->fini_xxxx interfaces for some SMU13 asics
+    - drm/amd/display: Fix pixel clock programming
+    - drm/amdgpu: Increase tlb flush timeout for sriov
+    - drm/amd/display: Fix plug/unplug external monitor will hang while playback
+      MPO video
+    - drm/amd/display: avoid doing vm_init multiple time
+    - drm/amdgpu: Add decode_iv_ts helper for ih_v6 block
+    - drm/amdgpu: Add secure display TA load for Renoir
+    - drm/amdgpu: Fix interrupt handling on ih_soft ring
+    - netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to y
+    - [x86] platform/x86: serial-multi-instantiate: Add CLSA0101 Laptop
+    - ALSA: hda/cs8409: Support new Dolphin Variants
+    - btrfs: move lockdep class helpers to locking.c
+    - btrfs: fix lockdep splat with reloc root extent buffers
+    - btrfs: tree-checker: check for overlapping extent items
+    - [arm*] android: binder: fix lockdep check on clearing vma
+    - net/af_packet: check len when min_header_len equals to 0
+    - net: neigh: don't call kfree_skb() under spin_lock_irqsave()
+    - [arm64] cacheinfo: Fix incorrect assignment of signed error value to
+      unsigned fw_level
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.19.8
+    - [arm64] drm/msm/dp: make eDP panel as the first connected connector
+    - [arm64] drm/msm/dsi: fix the inconsistent indenting
+    - [arm64] drm/msm/dpu: populate wb or intf before reset_intf_cfg
+    - [arm64] drm/msm/dp: delete DP_RECOVERED_CLOCK_OUT_EN to fix tps4
+    - [arm64] drm/msm/dsi: Fix number of regulators for msm8996_dsi_cfg
+    - [arm64] drm/msm/dsi: Fix number of regulators for SDM660
+    - [x86] platform/x86: pmc_atom: Fix SLP_TYPx bitfield mask
+    - [x86] platform/x86: x86-android-tablets: Fix broken touchscreen on Chuwi
+      Hi8 with Windows BIOS
+    - xsk: Fix corrupted packets for XDP_SHARED_UMEM
+    - [arm64] drm/msm/gpu: Drop qos request if devm_devfreq_add_device() fails
+    - iio: adc: mcp3911: make use of the sign bit
+    - skmsg: Fix wrong last sg check in sk_msg_recvmsg()
+    - bpf: Restrict bpf_sys_bpf to CAP_PERFMON
+    - ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnels
+    - bpf, cgroup: Fix kernel BUG in purge_effective_progs
+    - [x86] drm/i915/gvt: Fix Comet Lake
+    - ieee802154/adf7242: defer destroy_workqueue call
+    - bpf: Fix a data-race around bpf_jit_limit.
+    - [x86] drm/i915/ttm: fix CCS handling
+    - [x86] drm/i915/display: avoid warnings when registering dual panel
+      backlight
+    - ALSA: hda: intel-nhlt: Correct the handling of fmt_config flexible array
+    - wifi: cfg80211: debugfs: fix return type in ht40allow_map_read()
+    - xhci: Fix null pointer dereference in remove if xHC has only one roothub
+    - Revert "xhci: turn off port power in shutdown"
+    - bpf: Allow helpers to accept pointers with a fixed size
+    - bpf: Tidy up verifier check_func_arg()
+    - bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZERO
+    - Bluetooth: hci_event: Fix vendor (unknown) opcode status handling
+    - Bluetooth: hci_sync: Fix suspend performance regression
+    - Bluetooth: hci_event: Fix checking conn for le_conn_complete_evt
+    - Bluetooth: hci_sync: hold hdev->lock when cleanup hci_conn
+    - [arm64,armhf] net: smsc911x: Stop and start PHY during suspend and resume
+    - openvswitch: fix memory leak at failed datapath creation
+    - nfp: flower: fix ingress police using matchall filter
+    - [x86] drm/i915: fix null pointer dereference
+    - net: sched: tbf: don't call qdisc_put() while holding tree lock
+    - net/sched: fix netdevice reference leaks in attach_default_qdiscs()
+    - net: phy: micrel: Make the GPIO to be non-exclusive
+    - sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb
+    - tcp: annotate data-race around challenge_timestamp
+    - Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"
+    - net/smc: Remove redundant refcount increase
+    - soundwire: qcom: fix device status array range
+    - mm/slab_common: Deleting kobject in kmem_cache_destroy() without holding
+      slab_mutex/cpu_hotplug_lock
+    - [arm64] serial: fsl_lpuart: RS485 RTS polariy is inverse
+    - staging: rtl8712: fix use after free bugs
+    - staging: r8188eu: Add Rosewill USB-N150 Nano to device tables
+    - staging: r8188eu: add firmware dependency
+    - [powerpc*] rtas: Fix RTAS MSR[HV] handling for Cell
+    - vt: Clear selection before changing the font
+    - [arm64] tty: serial: lpuart: disable flow control while waiting for the
+      transmit engine to complete
+    - Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flag
+    - iio: ad7292: Prevent regulator double disable
+    - iio: adc: mcp3911: correct "microchip,device-addr" property
+    - iio: adc: mcp3911: use correct formula for AD conversion
+    - firmware_loader: Fix use-after-free during unregister
+    - firmware_loader: Fix memory leak in firmware upload
+    - USB: serial: ftdi_sio: add Omron CS1W-CIF31 device id
+    - landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFER
+    - mmc: core: Fix UHS-I SD 1.8V workaround branch
+    - mmc: core: Fix inconsistent sd3_bus_mode at UHS-I SD voltage switch
+      failure
+    - [arm*] binder: fix UAF of ref->proc caused by race condition
+    - [arm*] binder: fix alloc->vma_vm_mm null-ptr dereference
+    - cifs: fix small mempool leak in SMB2_negotiate()
+    - [x86] KVM: VMX: Heed the 'msr' argument in msr_write_intercepted()
+    - [armhf] clk: ti: Fix missing of_node_get() ti_find_clock_provider()
+    - [x86] drm/i915/reg: Fix spelling mistake "Unsupport" -> "Unsupported"
+    - clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops
+    - Revert "clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops"
+    - clk: core: Fix runtime PM sequence in clk_core_unprepare()
+    - [arm64,armhf] Input: rk805-pwrkey - fix module autoloading
+    - [arm*] clk: bcm: rpi: Fix error handling of raspberrypi_fw_get_rate
+    - [arm*] clk: bcm: rpi: Prevent out-of-bounds access
+    - [arm*] clk: bcm: rpi: Add missing newline
+    - [arm*] hwmon: (gpio-fan) Fix array out of bounds access
+    - [arm64,armhf] gpio: pca953x: Add mutex_lock for regcache sync in PM
+    - [x86] KVM: x86: Mask off unsupported and unknown bits of
+      IA32_ARCH_CAPABILITIES
+    - xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()
+    - mm: pagewalk: Fix race between unmap and page walker
+    - xen-blkback: Advertise feature-persistent as user requested
+    - xen-blkfront: Advertise feature-persistent as user requested
+    - xen-blkfront: Cache feature_persistent value before advertisement
+    - [x86] thunderbolt: Use the actual buffer in tb_async_error()
+    - [x86] thunderbolt: Check router generation before connecting xHCI
+    - [arm64] usb: dwc3: pci: Add support for Intel Raptor Lake
+    - media: mceusb: Use new usb_control_msg_*() routines
+    - xhci: Add grace period after xHC start to prevent premature runtime
+      suspend.
+    - [arm64,armhf] usb: dwc3: disable USB core PHY management
+    - [arm64,armhf] usb: dwc3: gadget: Avoid duplicate requests to enable
+      Run/Stop
+    - [arm64,armhf] usb: dwc3: fix PHY disable sequence
+    - USB: serial: ch341: fix lost character on LCR updates
+    - USB: serial: ch341: fix disabled rx timer on older devices
+    - USB: serial: cp210x: add Decagon UCA device id
+    - USB: serial: option: add support for OPPO R11 diag port
+    - USB: serial: option: add Quectel EM060K modem
+    - USB: serial: option: add support for Cinterion MV32-WA/WB RmNet mode
+    - Revert "usb: typec: ucsi: add a common function
+      ucsi_unregister_connectors()"
+    - usb: typec: altmodes/displayport: correct pin assignment for UFP
+      receptacles
+    - usb: typec: tcpm: Return ENOTSUPP for power supply prop writes
+    - [arm*] usb: dwc2: fix wrong order of phy_power_on and phy_init
+    - USB: cdc-acm: Add Icom PMR F3400 support (0c26:0020)
+    - usb-storage: Add ignore-residue quirk for NXP PN7462AU
+    - [s390x] hugetlb: fix prepare_hugepage_range() check for 2 GB hugepages
+    - [s390x] fix nospec table alignments
+    - USB: core: Prevent nested device-reset calls
+    - usb: gadget: f_uac2: fix superspeed transfer
+    - usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OS
+    - USB: gadget: Fix obscure lockdep violation for udc_mutex
+    - dma-buf/dma-resv: check if the new fence is really later
+    - driver core: Don't probe devices after bus_type.match() probe deferral
+    - wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnected
+    - wifi: mac80211: Fix UAF in ieee80211_scan_rx()
+    - ip: fix triggering of 'icmp redirect'
+    - net: Use u64_stats_fetch_begin_irq() for stats fetch.
+    - net: mac802154: Fix a condition in the receive path
+    - ALSA: memalloc: Revive x86-specific WC page allocations again
+    - ALSA: hda/realtek: Add speaker AMP init for Samsung laptops with ALC298
+    - ALSA: seq: oss: Fix data-race for max_midi_devs access
+    - ALSA: seq: Fix data-race at module auto-loading
+    - [x86] drm/i915/backlight: Disable pps power hook for aux based backlight
+    - [x86] drm/i915/guc: clear stalled request after a reset
+    - [x86] drm/i915/glk: ECS Liva Q2 needs GLK HDMI port timing quirk
+    - [x86] drm/i915: Skip wm/ddb readout for disabled pipes
+    - tty: n_gsm: add sanity check for gsm->receive in gsm_receive_buf()
+    - tty: n_gsm: initialize more members at gsm_alloc_mux()
+    - tty: n_gsm: replace kicktimer with delayed_work
+    - tty: n_gsm: avoid call of sleeping functions from atomic context
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.19.9
+    - efi: libstub: Disable struct randomization
+    - efi: capsule-loader: Fix use-after-free in efi_capsule_write
+      (CVE-2022-40307)
+    - wifi: mt76: mt7921e: fix crash in chip reset fail
+    - wifi: iwlegacy: 4965: corrected fix for potential off-by-one overflow in
+      il4965_rs_fill_link_cmd()
+    - fs: only do a memory barrier for the first set_buffer_uptodate()
+    - scsi: qla2xxx: Disable ATIO interrupt coalesce for quad port ISP27XX
+    - scsi: core: Allow the ALUA transitioning state enough time
+    - scsi: megaraid_sas: Fix double kfree()
+    - drm/gem: Fix GEM handle release errors
+    - drm/amdgpu: Move psp_xgmi_terminate call from amdgpu_xgmi_remove_device to
+      psp_hw_fini
+    - drm/amdgpu: fix hive reference leak when adding xgmi device
+    - drm/amdgpu: Check num_gfx_rings for gfx v9_0 rb setup.
+    - drm/amdgpu: Remove the additional kfd pre reset call for sriov
+    - drm/radeon: add a force flush to delay work when radeon
+    - scsi: ufs: core: Reduce the power mode change timeout
+    - [hppa/parisc64] Revert "parisc: Show error if wrong 32/64-bit compiler is
+      being used"
+    - [hppa/parisc64] parisc: ccio-dma: Handle kmalloc failure in
+      ccio_init_resources()
+    - [hppa/parisc64] parisc: Add runtime check to prevent PA2.0 kernels on
+      PA1.x machines
+    - [arm64] errata: add detection for AMEVCNTR01 incrementing incorrectly
+    - netfilter: conntrack: work around exceeded receive window
+    - [amd64] thermal/int340x_thermal: handle data_vault when the value is
+      ZERO_SIZE_PTR
+    - cpufreq: check only freq_table in __resolve_freq()
+    - net/core/skbuff: Check the return value of skb_copy_bits()
+    - md: Flush workqueue md_rdev_misc_wq in md_alloc()
+    - fbdev: fbcon: Destroy mutex on freeing struct fb_info
+    - drm/amdgpu: add sdma instance check for gfx11 CGCG
+    - drm/amdgpu: mmVM_L2_CNTL3 register not initialized correctly
+    - ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNC
+    - ALSA: emu10k1: Fix out of bounds access in snd_emu10k1_pcm_channel_alloc()
+    - ALSA: hda: Once again fix regression of page allocations with IOMMU
+    - ALSA: aloop: Fix random zeros in capture data when using jiffies timer
+    - ALSA: usb-audio: Split endpoint setups for hw_params and prepare
+    - ALSA: usb-audio: Clear fixed clock rate at closing EP
+    - ALSA: usb-audio: Fix an out-of-bounds bug in
+      __snd_usb_parse_audio_interface()
+    - tracefs: Only clobber mode/uid/gid on remount if asked
+    - tracing: hold caller_addr to hardirq_{enable,disable}_ip
+    - tracing: Fix to check event_mutex is held while accessing trigger list
+    - btrfs: zoned: set pseudo max append zone limit in zone emulation mode
+    - btrfs: zoned: fix API misuse of zone finish waiting
+    - vfio/type1: Unpin zero pages
+    - kprobes: Prohibit probes in gate area
+    - debugfs: add debugfs_lookup_and_remove()
+    - drm/amd/display: fix memory leak when using debugfs_lookup()
+    - driver core: fix driver_set_override() issue with empty strings
+    - nvmet: fix a use-after-free
+    - [x86] drm/i915/bios: Copy the whole MIPI sequence block
+    - [x86] drm/i915/slpc: Let's fix the PCODE min freq table setup for SLPC
+    - [x86] drm/i915: Implement WaEdpLinkRateDataReload
+    - scsi: mpt3sas: Fix use-after-free warning
+    - scsi: lpfc: Add missing destroy_workqueue() in error path
+    - cgroup: Elide write-locking threadgroup_rwsem when updating csses on an
+      empty subtree
+    - cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlock
+    - cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()
+    - smb3: missing inode locks in zero range
+    - [arm64] Revert "soc: imx: imx8m-blk-ctrl: set power device name"
+    - regmap: spi: Reserve space for register address/padding
+    - [arm64] dts: imx8mp-venice-gw74xx: fix sai2 pin settings
+    - [arm64] dts: ls1028a-qds-65bb: don't use in-band autoneg for 2500base-x
+    - [arm64] soc: imx: gpcv2: Assert reset before ungating clock
+    - [arm64] dts: imx8mm-venice-gw7901: fix port/phy validation
+    - regulator: core: Clean up on enable failure
+    - [arm64] tee: fix compiler warning in tee_shm_register()
+    - RDMA/irdma: Fix drain SQ hang with no completion
+    - RDMA/cma: Fix arguments order in net device validation
+    - [arm64] RDMA/hns: Fix supported page size
+    - [arm64] RDMA/hns: Fix wrong fixed value of qp->rq.wqe_shift
+    - [arm64] RDMA/hns: Remove the num_qpc_timer variable
+    - netfilter: br_netfilter: Drop dst references before setting.
+    - netfilter: nf_tables: clean up hook list when offload flags check fails
+    - netfilter: nf_conntrack_irc: Fix forged IP logic (CVE-2022-2663)
+    - RDMA/srp: Set scmnd->result only when scmnd is not NULL
+    - ALSA: usb-audio: Inform the delayed registration more properly
+    - ALSA: usb-audio: Register card again for iface over delayed_register
+      option
+    - rxrpc: Fix ICMP/ICMP6 error handling
+    - rxrpc: Fix an insufficiently large sglist in rxkad_verify_packet_2()
+    - afs: Use the operation issue time instead of the reply time for callbacks
+    - [arm64] Revert "net: phy: meson-gxl: improve link-up behavior"
+    - sch_sfb: Don't assume the skb is still around after enqueueing to child
+    - tipc: fix shift wrapping bug in map_get()
+    - net: introduce __skb_fill_page_desc_noacc
+    - tcp: TX zerocopy should not sense pfmemalloc status
+    - ice: Fix DMA mappings leak
+    - ice: use bitmap_free instead of devm_kfree
+    - i40e: Fix kernel crash during module removal
+    - iavf: Detach device during reset task
+    - xen-netback: only remove 'hotplug-status' when the vif is actually
+      destroyed
+    - block: don't add partitions if GD_SUPPRESS_PART_SCAN is set
+    - bonding: use unspecified address if no available link local address
+    - bonding: add all node mcast address when slave up
+    - ipv6: sr: fix out-of-bounds read when setting HMAC data.
+    - IB/core: Fix a nested dead lock as part of ODP flow
+    - RDMA/mlx5: Set local port to one when accessing counters
+    - btrfs: zoned: fix mounting with conventional zones
+    - erofs: fix error return code in erofs_fscache_{meta_,}read_folio
+    - erofs: fix pcluster use-after-free on UP platforms
+    - nvme-tcp: fix UAF when detecting digest errors
+    - nvme-tcp: fix regression that causes sporadic requests to time out
+    - tcp: fix early ETIMEDOUT after spurious non-SACK RTO
+    - btrfs: fix the max chunk size and stripe length calculation
+    - nvmet: fix mar and mor off-by-one errors
+    - RDMA/irdma: Report the correct max cqes from query device
+    - RDMA/irdma: Return error on MR deregister CQP failure
+    - RDMA/irdma: Return correct WC error for bind operation failure
+    - RDMA/irdma: Report RNR NAK generation in device caps
+    - [arm64] net: dsa: felix: disable cut-through forwarding for frames
+      oversized for tc-taprio
+    - [arm64] net: dsa: felix: access QSYS_TAG_CONFIG under tas_lock in
+      vsc9959_sched_speed_set
+    - net/smc: Fix possible access to freed memory in link clear
+    - io_uring: recycle kbuf recycle on tw requeue
+    - net: phy: lan87xx: change interrupt src of link_up to comm_ready
+    - sch_sfb: Also store skb len before calling child enqueue
+    - lsm,io_uring: add LSM hooks for the new uring_cmd file op
+    - selinux: implement the security_uring_cmd() LSM hook
+    - i40e: Refactor tc mqprio checks
+    - i40e: Fix ADQ rate limiting for PF
+    - net: bonding: replace dev_trans_start() with the jiffies of the last
+      ARP/NS
+    - bonding: accept unsolicited NA message
+    - swiotlb: avoid potential left shift overflow
+    - [amd64] iommu/amd: use full 64-bit value in build_completion_wait()
+    - [s390x] boot: fix absolute zero lowcore corruption on boot
+    - time64.h: consolidate uses of PSEC_PER_NSEC
+    - [arm64] net: dsa: felix: tc-taprio intervals smaller than MTU should send
+      at least one packet
+    - [amd64] iommu/vt-d: Fix possible recursive locking in intel_iommu_init()
+    - [arm64] Revert "arm64: kasan: Revert "arm64: mte: reset the page tag in
+      page->flags""
+    - [x86] hwmon: (asus-ec-sensors) add support for Strix Z690-a D4
+    - [x86] hwmon: (asus-ec-sensors) add support for Maximus XI Hero
+    - [x86] hwmon: (asus-ec-sensors) add missing sensors for X570-I GAMING
+    - [x86] hwmon: (asus-ec-sensors) add definitions for ROG ZENITH II EXTREME
+    - [x86] hwmon: (asus-ec-sensors) autoload module via DMI data
+    - [arm64] bti: Disable in kernel BTI when cross section thunks are broken
+    - [amd64] iommu/vt-d: Correctly calculate sagaw value of IOMMU
+    - iommu: Fix false ownership failure on AMD systems with PASID activated
+    - drm/amd/display: Add SMU logging code
+    - drm/amd/display: Removing assert statements for Linux
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.19.10
+    - [amd64] iommu/vt-d: Fix kdump kernels boot failure with scalable mode
+    - net/mlx5: Introduce ifc bits for using software vhca id
+    - net/mlx5: Use software VHCA id when it's supported
+    - RDMA/mlx5: Rely on RoCE fw cap instead of devlink when setting profile
+    - RDMA/mlx5: Add a umr recovery flow
+    - RDMA/mlx5: Fix UMR cleanup on error flow of driver init
+    - [amd64] ACPI: resource: skip IRQ override on AMD Zen platforms
+    - Input: goodix - add support for GT1158
+    - [x86] platform/surface: aggregator_registry: Add support for Surface
+      Laptop Go 2
+    - [arm64] drm/msm/rd: Fix FIFO-full deadlock
+    - peci: cpu: Fix use-after-free in adev_release()
+    - [x86] kvm: x86: mmu: Always flush TLBs when enabling dirty logging
+    - [amd64] hid: intel-ish-hid: ishtp: Fix ishtp client sending disordered
+      message
+    - Bluetooth: MGMT: Fix Get Device Flags
+    - tg3: Disable tg3 device on system reboot to avoid triggering AER
+    - r8152: add PID for the Lenovo OneLink+ Dock
+    - ieee802154: cc2520: add rc code in cc2520_tx()
+    - Input: iforce - add support for Boeder Force Feedback Wheel
+    - drm/amdgpu: disable FRU access on special SIENNA CICHLID card
+    - drm/amd/pm: use vbios carried pptable for all SMU13.0.7 SKUs
+    - nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM610
+    - nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change()
+    - drm/amd/amdgpu: skip ucode loading if ucode_size == 0
+    - [x86] platform/x86: acer-wmi: Acer Aspire One AOD270/Packard Bell Dot
+      keymap fixes
+    - [x86] platform/x86: asus-wmi: Increase FAN_CURVE_BUF_LEN to 32
+    - RDMA/irdma: Use s/g array in post send only when its valid
+    - Input: goodix - add compatible string for GT1158
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.19.11
+    - of: fdt: fix off-by-one error in unflatten_dt_nodes()
+    - [arm64,armhf] pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
+    - [arm64] pinctrl: sunxi: Fix name for A100 R_PIO
+    - SUNRPC: Fix call completion races with call_decode()
+    - NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
+    - [arm64] gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in
+      mpc85xx
+    - NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
+    - Revert "SUNRPC: Remove unreachable error condition"
+    - [arm64,armhf] drm/panel-edp: Fix delays for Innolux N116BCA-EA1
+    - [arm64] drm/meson: Correct OSD1 global alpha value
+    - [arm64] drm/meson: Fix OSD1 RGB to YCbCr coefficient
+    - [x86] drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
+    - [x86] drm/i915/guc: Don't update engine busyness stats too frequently
+    - [x86] drm/i915/guc: Cancel GuC engine busyness worker synchronously
+    - block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for
+      nowait
+    - [hppa/parisc] ccio-dma: Add missing iounmap in error path in ccio_probe()
+    - of/device: Fix up of_dma_configure_id() stub
+    - io_uring/msg_ring: check file type before putting
+    - cifs: revalidate mapping when doing direct writes
+    - cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
+    - cifs: always initialize struct msghdr smb_msg completely
+    - blk-lib: fix blkdev_issue_secure_erase
+    - [hppa] parisc: Allow CONFIG_64BIT with ARCH=parisc
+    - tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
+    - [x86] drm/i915/gt: Fix perf limit reasons bit positions
+    - [x86] drm/i915: Set correct domains values at _i915_vma_move_to_active
+    - drm/amdgpu: make sure to init common IP before gmc
+    - drm/amdgpu: Don't enable LTR if not supported
+    - drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
+    - drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vega
+    - net: Find dst with sk's xfrm policy not ctl_sk
+    - dt-bindings: apple,aic: Fix required item "apple,fiq-index" in affinity
+      description
+    - cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
+    - ALSA: hda/sigmatel: Keep power up while beep is enabled
+    - ALSA: hda/sigmatel: Fix unused variable warning for beep power change
+    - [amd64] Revert "iommu/vt-d: Fix possible recursive locking in
+      intel_iommu_init()"
+
+  [ Vincent Blut ]
+  * [armhf] sound/soc/rockchip: Enable SND_SOC_RK3288_HDMI_ANALOG as module
+    (Closes: #1019143)
+
+  [ Salvatore Bonaccorso ]
+  * [x86] drivers/edac: Enable EDAC_I10NM as module (Closes: #1019248)
+  * d/b/check-patches.sh: Use grep -(E|F) instead of deprecated (e|f)grep
+  * d/templates/image.bug/include-model: Use grep -E instead of deprecated egrep
+  * Bump ABI to 2
+  * Refresh "Export symbols needed by Android drivers"
+  * Revert "[hppa/parisc64] Drop explicit setting of 64BIT"
+
+  [ Ben Hutchings ]
+  * debian/bin/genpatch-rt: Change argument parsing to use argparse
+  * debian/bin/genpatch-rt: Add option to disable signature verification
+  * linux-headers: Skip exact compiler version comparison (Closes: #1019749)
+
+  [ Aurelien Jarno ]
+  * [arm64] Add support for misalignment fixups for multiword loads from next
+    branch. Enable COMPAT_ALIGNMENT_FIXUPS.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 24 Sep 2022 13:05:59 +0200
+
+linux (5.19.6-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.19.1
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.19.2
+    - Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP" (Closes: #1017894)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.19.3
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.19.4
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.19.5
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.19.6
+    - mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COW
+      (CVE-2022-2590)
+    - af_key: Do not call xfrm_probe_algs in parallel (CVE-2022-3028)
+    - [x86] nospec: Unwreck the RSB stuffing
+    - [x86] nospec: Fix i386 RSB stuffing (Closes: #1017425)
+    - bpf: Don't use tnum_range on array range checking for poke descriptors
+      (CVE-2022-2905)
+
+  [ Ben Hutchings ]
+  * d/tests/kbuild: Fix default-flavour lookup for arches with no featuresets
+  * d/tests/kbuild: Make flavour lookup verbose
+  * d/lib/python/debian_linux, d/templates: Use variable for binary package
+    name
+  * lintian: Update overrides in linux-image-*-dbg for lintian 2.115
+  * d/{signing_templates/,}rules.real: Run dh_lintian for all packages
+  * [hppa,mips,mipsel,powerpc] lintian: Override error for 64-bit kernels
+  * [mips64el,mipsel,ppc64el] lintian: Override error for unstripped vmlinux
+  * [arm64] lintian: Override errors for vdso32.so in linux-image-*-dbg
+  * android: Remove CONFIG_ANDROID:
+    - Drop "wireguard: Clear keys after suspend despite CONFIG_ANDROID=y"
+    - pm/sleep: Add PM_USERSPACE_AUTOSLEEP Kconfig
+    - remove CONFIG_ANDROID
+    - Enable/disable ANDROID_BINDER_IPC to match previous configuration
+
+  [ Vincent Blut ]
+  * [x86] drivers/hwmon: Enable SENSORS_ASUS_WMI and SENSORS_ASUS_EC as
+    modules
+  * [x86] drivers/platform/x86: Enable NVIDIA_WMI_EC_BACKLIGHT as module
+    (Closes: #1017972)
+  * [arm64] drivers/spi: Enable SPI_GPIO and SPI_SUN6I as modules
+    (Closes: #1016807)
+
+  [ Diederik de Haas ]
+  * [arm64] drivers/gpu/drm/rockchip: Explicitly enable ROCKCHIP_VOP
+
+  [ Helge Deller ]
+  * [hppa] Drop CONFIG_PATA_LEGACY for hppa architecture
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Refresh "rcutorture: Also force sched priority to timersd on boosting
+    test."
+  * Drop setting of CRYPTO_BLAKE2S
+    crypto: blake2s shash module was removed upstream.
+  * [arm] arch/arm/crypto: Enable CRYPTO_BLAKE2S_ARM
+  * certs: Rotate to use the "Debian Secure Boot Signer 2022 - linux"
+    certificate (Closes: #1018752)
+  * Set ABI to 1
+  * [hppa/parisc64] Drop explicit setting of 64BIT
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 01 Sep 2022 09:04:35 +0200
+
+linux (5.19-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_5.19
+    - [i386] x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bit (fixes FTBFS)
+
+  [ Ben Hutchings ]
+  * [riscv64] Disable COMPAT (fixes FTBFS)
+  * linux-kbuild: Add check-local-export script (Closes: #1014633)
+  * [x86,arm64,armhf] Add rtla package for Real-Time Linux Analysis tools
+
+  [ Uwe Kleine-König ]
+  * Enable IOSM modem driver as a module.
+
+  [ Diederik de Haas ]
+  * [arm64] drivers/crypto: Enable CRYPTO_DEV_ROCKCHIP as module
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.19-rc8-rt9
+
+  [ Vincent Blut ]
+  * [amd64] crypto: Enable CRYPTO_NHPOLY1305_SSE2 and CRYPTO_NHPOLY1305_AVX2
+    as modules (Closes: #1013870)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 02 Aug 2022 16:04:51 +0200
+
+linux (5.19~rc6-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [mips64el/mips64r2el] Fix package description
+  * [x86] Add mitigations for RETbleed on AMD/Hygon (CVE-2022-29900) and
+    Intel (CVE-2022-29901) processors:
+    - x86/kvm/vmx: Make noinstr clean
+    - x86/cpufeatures: Move RETPOLINE flags to word 11
+    - x86/retpoline: Cleanup some #ifdefery
+    - x86/retpoline: Swizzle retpoline thunk
+    - x86/retpoline: Use -mfunction-return
+    - x86: Undo return-thunk damage
+    - x86,objtool: Create .return_sites
+    - x86,static_call: Use alternative RET encoding
+    - x86/ftrace: Use alternative RET encoding
+    - x86/bpf: Use alternative RET encoding
+    - x86/kvm: Fix SETcc emulation for return thunks
+    - x86/vsyscall_emu/64: Don't use RET in vsyscall emulation
+    - x86/sev: Avoid using __x86_return_thunk
+    - x86: Use return-thunk in asm code
+    - x86/entry: Avoid very early RET
+    - objtool: Treat .text.__x86.* as noinstr
+    - x86: Add magic AMD return-thunk
+    - x86/bugs: Report AMD retbleed vulnerability
+    - x86/bugs: Add AMD retbleed= boot parameter
+    - x86/bugs: Enable STIBP for JMP2RET
+    - x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
+    - x86/entry: Add kernel IBRS implementation
+    - x86/bugs: Optimize SPEC_CTRL MSR writes
+    - x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS
+    - x86/bugs: Split spectre_v2_select_mitigation() and
+      spectre_v2_user_select_mitigation()
+    - x86/bugs: Report Intel retbleed vulnerability
+    - intel_idle: Disable IBRS during long idle
+    - objtool: Update Retpoline validation
+    - x86/xen: Rename SYS* entry points
+    - x86/xen: Add UNTRAIN_RET
+    - x86/bugs: Add retbleed=ibpb
+    - x86/bugs: Do IBPB fallback check only once
+    - objtool: Add entry UNRET validation
+    - x86/cpu/amd: Add Spectral Chicken
+    - x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n
+    - x86/speculation: Fix firmware entry SPEC_CTRL handling
+    - x86/speculation: Fix SPEC_CTRL write on SMT state change
+    - x86/speculation: Use cached host SPEC_CTRL value for guest entry/exit
+    - x86/speculation: Remove x86_spec_ctrl_mask
+    - objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}
+    - KVM: VMX: Flatten __vmx_vcpu_run()
+    - KVM: VMX: Convert launched argument to flags
+    - KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
+    - KVM: VMX: Fix IBRS handling after vmexit
+    - x86/speculation: Fill RSB on vmexit for IBRS
+    - KVM: VMX: Prevent RSB underflow before vmenter
+    - x86/common: Stamp out the stepping madness
+    - x86/cpu/amd: Enumerate BTC_NO
+    - x86/retbleed: Add fine grained Kconfig knobs
+    - x86/bugs: Add Cannon lake to RETBleed affected CPU list
+    - x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entry
+    - x86/bugs: Do not enable IBPB-on-entry when IBPB is not supported
+    - x86/kexec: Disable RET on kexec
+    - x86/speculation: Disable RRSBA behavior
+    - x86/static_call: Serialize __static_call_fixup() properly
+  * [amd64] Enable SLS mitigation
+
+ -- Ben Hutchings <benh@debian.org>  Wed, 13 Jul 2022 01:20:17 +0200
+
+linux (5.19~rc4-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Johannes Schauer Marin Rodrigues ]
+  * [arm64] Add pwm-imx27, nwl-dsi, ti-sn65dsi86, imx-dcss, mxsfb, mux-mmio
+    and imx8mq-interconnect to fb-modules udeb for the MNT Reform 2.
+
+  [ Julien Massot ]
+  * [arm64] Enable Qualcomm SDA845 SoC:
+    - Enable QCOM_CLK_RPMH, SDM_GCC_845, QCOM_HFPLL, INTERCONNECT_QCOM,
+      INTERCONNECT_QCOM_SDM845, QCOM_PDC, PINCTRL_MSM, PINCTRL_SDM845,
+      RESET_QCOM_AOSS, QCOM_AOSS_QMP, QCOM_COMMAND_DB, QCOM_GENI_SE,
+      QCOM_RPMH, QCOM_RPMHPD, QCOM_RPMPD, SERIAL_QCOM_GENI,
+      SERIAL_QCOM_GENI_CONSOLE as built-in
+    - Enable SDM_CAMCC_845, SDM_GPUCC_845, SDM_VIDEOCC_845, SDM_DISPCC_845,
+      ARM_QCOM_CPUFREQ_HW, REGULATOR_QCOM_RPMH, SCSI_UFSHCD_PLATFORM,
+      SCSI_UFS_QCOM as modules
+
+  [ Diederik de Haas ]
+  * [armel/rpi] drivers/char/hw_random: Enable HW_RANDOM_BCM2835 as module
+  * [armel/rpi] drivers/rtc: Enable RTC_DRV_DS1307 as module (Closes: #958904)
+
+  [ Zhang Ning ]
+  * [arm64] enable gpio polled keyboard which is needed for Khadas SBCs
+  * [arm64] media: enable Amlogic CEC, GE2D, vdec, and Rockchip RGA, ISP1
+  * [arm64] phy: enable Rk3399 Mipi phy which is needed by RK3399 ISP1
+  * [arm64] enable GPIO ir receirer which is needed by Khadas edge SBC
+  * [arm64] enable HYM8563 RTC driver which is needed by Khadas SBCs
+
+  [ Ben Hutchings ]
+  * Refresh our patches for 5.19
+  * [rt] Update to 5.19-rc3-rt5
+  * Update config for 5.19
+  * virtio: disable notification hardening by default (regression in 5.19-rc1)
+  * [rt] printk: Reinstate deferred printing with kthreads
+  * d/bin: Use subprocess text mode support instead of decoding separately
+  * d/bin, d/lib/python: Use open() with encoding instead of codecs.open()
+  * d/lib/python/debian_linux: Introduce {Source,Binary}Package classes
+  * d/lib/python/debian_linux: Add all used fields to {Source,Binary}Package
+  * d/lib/python/debian_linux: Warn about unknown fields in control files
+  * firmware_loader: Enable FW_LOADER_COMPRESS, FW_LOADER_COMPRESS_XZ
+
+ -- Ben Hutchings <benh@debian.org>  Fri, 01 Jul 2022 18:01:46 +0200
+
+linux (5.18.16-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.18.15
+    - [arm64] pinctrl: armada-37xx: use raw spinlocks for regmap to avoid
+      invalid wait context
+    - [armhf] pinctrl: stm32: fix optional IRQ support to gpios
+    - [riscv64] add as-options for modules with assembly compontents
+    - lockdown: Fix kexec lockdown bypass with ima policy (CVE-2022-21505)
+    - [armhf] mmc: sdhci-omap: Fix a lockdep warning for PM runtime init
+    - [armhf] mtd: rawnand: gpmi: Set WAIT_FOR_READY timeout based on
+      program/erase times
+    - drm/ttm: fix locking in vmap/vunmap TTM GEM helpers
+    - drm/amd/display: Fix new dmub notification enabling in DM
+    - drm/scheduler: Don't kill jobs in interrupt context
+    - net: usb: ax88179_178a needs FLAG_SEND_ZLP
+    - PCI: hv: Fix multi-MSI to allow more than one MSI vector
+    - PCI: hv: Fix hv_arch_irq_unmask() for multi-MSI
+    - PCI: hv: Reuse existing IRTE allocation in compose_msi_msg()
+    - PCI: hv: Fix interrupt mapping for multi-MSI
+    - r8152: fix a WOL issue
+    - ip: Fix data-races around sysctl_ip_default_ttl.
+    - xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in
+      xfrm_bundle_lookup() (CVE-2022-36879)
+    - RDMA/irdma: Do not advertise 1GB page size for x722
+    - RDMA/irdma: Fix sleep from invalid context BUG
+    - perf/core: Fix data race between perf_event_set_output() and
+      perf_mmap_close()
+    - e1000e: Enable GPT clock before sending message to CSME
+    - Revert "e1000e: Fix possible HW unit hang after an s0ix exit"
+    - igc: Reinstate IGC_REMOVED logic and implement it properly
+    - ip: Fix data-races around sysctl_ip_no_pmtu_disc.
+    - ip: Fix data-races around sysctl_ip_fwd_use_pmtu.
+    - ip: Fix data-races around sysctl_ip_fwd_update_priority.
+    - ip: Fix data-races around sysctl_ip_nonlocal_bind.
+    - ip: Fix a data-race around sysctl_ip_autobind_reuse.
+    - ip: Fix a data-race around sysctl_fwmark_reflect.
+    - tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.
+    - tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()
+    - tcp: Fix data-races around sysctl_tcp_l3mdev_accept.
+    - tcp: Fix data-races around sysctl_tcp_mtu_probing.
+    - tcp: Fix data-races around sysctl_tcp_base_mss.
+    - tcp: Fix data-races around sysctl_tcp_min_snd_mss.
+    - tcp: Fix a data-race around sysctl_tcp_mtu_probe_floor.
+    - tcp: Fix a data-race around sysctl_tcp_probe_threshold.
+    - tcp: Fix a data-race around sysctl_tcp_probe_interval.
+    - net: stmmac: fix pm runtime issue in stmmac_dvr_remove()
+    - net: stmmac: fix unbalanced ptp clock issue in suspend/resume flow
+    - tcp/udp: Make early_demux back namespacified.
+    - net: stmmac: fix dma queue left shift overflow issue
+    - net/tls: Fix race in TLS device down flow
+    - igmp: Fix data-races around sysctl_igmp_llm_reports.
+    - igmp: Fix a data-race around sysctl_igmp_max_memberships.
+    - igmp: Fix data-races around sysctl_igmp_max_msf.
+    - igmp: Fix data-races around sysctl_igmp_qrv.
+    - tcp: Fix data-races around keepalive sysctl knobs.
+    - tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.
+    - tcp: Fix data-races around sysctl_tcp_syncookies.
+    - tcp: Fix data-races around sysctl_tcp_migrate_req.
+    - tcp: Fix data-races around sysctl_tcp_reordering.
+    - tcp: Fix data-races around some timeout sysctl knobs.
+    - tcp: Fix a data-race around sysctl_tcp_notsent_lowat.
+    - tcp: Fix a data-race around sysctl_tcp_tw_reuse.
+    - tcp: Fix data-races around sysctl_max_syn_backlog.
+    - tcp: Fix data-races around sysctl_tcp_fastopen.
+    - tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout.
+    - iavf: Fix VLAN_V2 addition/rejection
+    - iavf: Disallow changing rx/tx-frames and rx/tx-frames-irq
+    - iavf: Fix handling of dummy receive descriptors
+    - iavf: Fix missing state logs
+    - ACPI: CPPC: Don't require flexible address space if X86_FEATURE_CPPC is
+      supported
+    - [arm64] pinctrl: armada-37xx: Reuse GPIO fwnode in
+      armada_37xx_irqchip_register()
+    - [arm64] pinctrl: armada-37xx: make irq_lock a raw spinlock to avoid
+      invalid wait context
+    - i40e: Fix erroneous adapter reinitialization during recovery process
+    - ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero
+    - [arm64,armhf] net: dsa: fix dsa_port_vlan_filtering when global
+    - [arm64,armhf] net: dsa: move reset of VLAN filtering to
+      dsa_port_switchdev_unsync_attrs
+    - [arm64,armhf] net: dsa: fix NULL pointer dereference in
+      dsa_port_reset_vlan_filtering
+    - net: stmmac: remove redunctant disable xPCS EEE call
+    - [arm64,armhf] gpio: pca953x: only use single read/write for No AI mode
+    - [arm64,armhf] gpio: pca953x: use the correct range when do regmap sync
+    - [arm64,armhf] gpio: pca953x: use the correct register address when
+      regcache sync during init
+    - be2net: Fix buffer overflow in be_get_module_eeprom
+    - [arm64,armhf] drm/panel-edp: Fix variable typo when saving hpd absent
+      delay from DT
+    - [arm64] drm/imx/dcss: Add missing of_node_put() in fail path
+    - ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh.
+    - ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.
+    - ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.
+    - ip: Fix data-races around sysctl_ip_prot_sock.
+    - udp: Fix a data-race around sysctl_udp_l3mdev_accept.
+    - tcp: Fix data-races around sysctl knobs related to SYN option.
+    - tcp: Fix a data-race around sysctl_tcp_early_retrans.
+    - tcp: Fix data-races around sysctl_tcp_recovery.
+    - tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.
+    - tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.
+    - tcp: Fix a data-race around sysctl_tcp_retrans_collapse.
+    - tcp: Fix a data-race around sysctl_tcp_stdurg.
+    - tcp: Fix a data-race around sysctl_tcp_rfc1337.
+    - tcp: Fix a data-race around sysctl_tcp_abort_on_overflow.
+    - tcp: Fix data-races around sysctl_tcp_max_reordering.
+    - net/sched: cls_api: Fix flow action initialization
+    - [arm*] spi: bcm2835: bcm2835_spi_handle_err(): fix NULL pointer deref for
+      non DMA transfers
+    - KVM: Don't null dereference ops->destroy
+    - mm/mempolicy: fix uninit-value in mpol_rebind_policy()
+    - bpf: Make sure mac_header was set before using it
+    - sched/deadline: Fix BUG_ON condition for deboosted tasks
+    - [x86] perf/x86/intel/lbr: Fix unchecked MSR access error on HSW
+    - [x86] x86/bugs: Warn when "ibrs" mitigation is selected on Enhanced IBRS
+      parts
+    - dlm: fix pending remove if msg allocation fails
+    - [x86] crypto: qat - set to zero DH parameters before free
+    - [x86] crypto: qat - use pre-allocated buffers in datapath
+    - [x86] crypto: qat - refactor submission logic
+    - [x86] crypto: qat - add backlog mechanism
+    - [x86] crypto: qat - fix memory leak in RSA
+    - [x86] crypto: qat - remove dma_free_coherent() for RSA
+    - [x86] crypto: qat - remove dma_free_coherent() for DH
+    - [x86] crypto: qat - add param check for RSA
+    - [x86] crypto: qat - add param check for DH
+    - [x86] crypto: qat - re-enable registration of algorithms
+    - exfat: fix referencing wrong parent directory information after renaming
+    - exfat: use updated exfat_chain directly during renaming
+    - [x86] amd: Use IBPB for firmware calls
+    - [x86] alternative: Report missing return thunk details
+    - watchqueue: make sure to serialize 'wqueue->defunct' properly
+    - [x86] ASoC: SOF: pm: add explicit behavior for ACPI S1 and S2
+    - [x86] ASoC: SOF: pm: add definitions for S4 and S5 states
+    - [x86] ASoC: SOF: Intel: disable IMR boot when resuming from ACPI S4 and S5
+      states
+    - watch-queue: remove spurious double semicolon
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.18.16
+    - Bluetooth: Always set event mask on suspend
+    - Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put
+    - Revert "ocfs2: mount shared volume without ha stack"
+    - userfaultfd: provide properly masked address for huge-pages
+    - fs: sendfile handles O_NONBLOCK of out_fd
+    - secretmem: fix unhandled fault in truncate
+    - mm: fix page leak with multiple threads mapping the same page
+    - mm: fix missing wake-up event for FSDAX pages
+    - hugetlb: fix memoryleak in hugetlb_mcopy_atomic_pte
+    - [s390x] archrandom: prevent CPACF trng invocations in interrupt context
+    - [x86] intel_idle: Fix false positive RCU splats due to incorrect hardirqs
+      state
+    - watch_queue: Fix missing rcu annotation
+    - watch_queue: Fix missing locking in add_watch_to_object()
+    - tcp: Fix data-races around sysctl_tcp_dsack.
+    - tcp: Fix a data-race around sysctl_tcp_app_win.
+    - tcp: Fix a data-race around sysctl_tcp_adv_win_scale.
+    - tcp: Fix a data-race around sysctl_tcp_frto.
+    - tcp: Fix a data-race around sysctl_tcp_nometrics_save.
+    - tcp: Fix data-races around sysctl_tcp_no_ssthresh_metrics_save.
+    - bridge: Do not send empty IFLA_AF_SPEC attribute
+    - ice: Fix max VLANs available for VF
+    - ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)
+    - ice: do not setup vlan for loopback VSI
+    - ice: Fix VSIs unable to share unicast MAC
+    - Revert "tcp: change pingpong threshold to 3"
+    - tcp: md5: fix IPv4-mapped support
+    - tcp: Fix data-races around sysctl_tcp_moderate_rcvbuf.
+    - tcp: Fix a data-race around sysctl_tcp_limit_output_bytes.
+    - tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.
+    - scsi: core: Fix warning in scsi_alloc_sgtables()
+    - scsi: mpt3sas: Stop fw fault watchdog work item during system shutdown
+    - net: ping6: Fix memleak in ipv6_renew_options().
+    - ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptr
+    - net/tls: Remove the context from the list in tls_device_down
+    - net: pcs: xpcs: propagate xpcs_read error to xpcs_get_state_c37_sgmii
+    - net: sungem_phy: Add of_node_put() for reference returned by
+      of_get_parent()
+    - tcp: Fix a data-race around sysctl_tcp_min_tso_segs.
+    - tcp: Fix a data-race around sysctl_tcp_tso_rtt_log.
+    - tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.
+    - tcp: Fix a data-race around sysctl_tcp_autocorking.
+    - tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.
+    - Documentation: fix sctp_wmem in ip-sysctl.rst
+    - macsec: fix NULL deref in macsec_add_rxsa
+    - macsec: fix error message in macsec_add_rxsa and _txsa
+    - macsec: limit replay window size with XPN
+    - macsec: always read MACSEC_SA_ATTR_PN as a u64
+    - net: macsec: fix potential resource leak in macsec_add_rxsa() and
+      macsec_add_txsa()
+    - net: mld: fix reference count leak in mld_{query | report}_work()
+    - tcp: Fix data-races around sk_pacing_rate.
+    - net: Fix data-races around sysctl_[rw]mem(_offset)?.
+    - tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.
+    - tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns.
+    - tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.
+    - tcp: Fix data-races around sysctl_tcp_reflect_tos.
+    - ipv4: Fix data-races around sysctl_fib_notify_on_flag_change.
+    - i40e: Fix interface init with MSI interrupts (no MSI-X)
+    - [arm64,armhf] net: dsa: fix reference counting for LAG FDBs
+    - sctp: fix sleep in atomic context bug in timer handlers
+    - netfilter: nf_queue: do not allow packet truncation below transport header
+      offset (CVE-2022-36946)
+    - scsi: ufs: Support clearing multiple commands at once
+    - scsi: ufs: core: Fix a race condition related to device management
+    - virtio-net: fix the race between refill work and close
+    - perf symbol: Correct address for bss symbols
+    - sfc: disable softirqs for ptp TX
+    - sctp: leave the err path free in sctp_stream_init to sctp_stream_free
+    - mm/hmm: fault non-owner device private entries
+    - page_alloc: fix invalid watermark check on a negative value
+    - tcp: Fix data-races around sysctl_tcp_workaround_signed_windows.
+    - [armel,armhf] 9216/1: Fix MAX_DMA_ADDRESS overflow
+    - docs/kernel-parameters: Update descriptions for "mitigations=" param with
+      retbleed
+    - locking/rwsem: Allow slowpath writer to ignore handoff bit if not set by
+      first waiter
+    - [x86] bugs: Do not enable IBPB at firmware entry when IBPB is not
+      available
+
+  [ Ben Hutchings ]
+  * d/tests: kbuild test case depends on python3
+  * d/tests: Run kbuild test with default flavour if quick flavour not defined
+  * d/lib/python/debian_linux/debian.py: Add Architecture field to TestsControl
+  * d/tests: Restrict kbuild tests to architectures with default or quick
+    flavour
+  * security: Add landlock and bpf to enabled LSM list (Closes: #999551)
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 4
+  * Add mitigations for Post-Barrier Return Stack Buffer Predictions (PBRSB)
+    issue (CVE-2022-26373):
+    - x86/speculation: Add RSB VM Exit protections
+    - x86/speculation: Add LFENCE to RSB fill sequence
+  * posix-cpu-timers: Cleanup CPU timers before freeing them during exec
+    (CVE-2022-2585)
+  * netfilter: nf_tables: do not allow SET_ID to refer to another table
+    (CVE-2022-2586)
+  * netfilter: nf_tables: do not allow CHAIN_ID to refer to another table
+  * netfilter: nf_tables: do not allow RULE_ID to refer to another chain
+  * net_sched: cls_route: remove from list when handle is 0 (CVE-2022-2588)
+  * Revert "mm/shmem: unconditionally set pte dirty in mfill_atomic_install_pte"
+    (CVE-2022-2590)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 10 Aug 2022 20:11:48 +0200
+
+linux (5.18.14-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.18.6
+    - Revert "drm/amd/display: Fix DCN3 B0 DP Alt Mapping" (regression in 5.16)
+    - [arm64] dts: imx8mm-beacon: Enable RTS-CTS on UART3
+    - [arm64] dts: imx8mn-beacon: Enable RTS-CTS on UART3
+    - io_uring: reinstate the inflight tracking (CVE-2022-1976)
+    - [arm64] ASoC: qcom: lpass-platform: Update VMA access permissions in mmap
+      callback
+    - drm/amd/display: Read Golden Settings Table from VBIOS
+    - drm/amdgpu: Resolve RAS GFX error count issue after cold boot on Arcturus
+    - [amd64] drm/amdkfd: Use mmget_not_zero in MMU notifier
+    - [x86] ASoC: Intel: cirrus-common: fix incorrect channel mapping
+    - [armel,armhf] ASoC: cs42l51: Correct minimum value for SX volume control
+    - [amd64] drm/amdkfd: add pinned BOs to kfd_bo_list
+    - ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()
+    - quota: Prevent memory allocation recursion while holding dq_lock
+    - [armhf] ASoC: es8328: Fix event generation for deemphasis control
+    - [x86] ASoC: wm_adsp: Fix event generation for wm_adsp_fw_put()
+    - [x86] ALSA: hda: MTL: add HD Audio PCI ID and HDMI codec vendor ID
+    - [x86] Input: soc_button_array - also add Lenovo Yoga Tablet2 1051F to
+      dmi_use_low_level_irq
+    - [x86] scsi: vmw_pvscsi: Expand vcpuHint to 16 bits
+    - scsi: lpfc: Resolve NULL ptr dereference after an ELS LOGO is aborted
+    - scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topology
+    - scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd
+      completion
+    - scsi: mpt3sas: Fix out-of-bounds compiler warning
+    - scsi: ipr: Fix missing/incorrect resource cleanup in error case
+    - scsi: pmcraid: Fix missing resource cleanup in error case
+    - ALSA: hda/realtek - Add HW8326 support
+    - virtio-mmio: fix missing put_device() when vm_cmdline_parent registration
+      failed
+    - ipv6: Fix signed integer overflow in __ip6_append_data
+    - ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg
+    - random: credit cpu and bootloader seeds by default
+    - [x86] platform/x86/intel: pmc: Support Intel Raptorlake P
+    - [x86] platform/x86/intel: hid: Add Surface Go to VGBS allow list
+    - staging: r8188eu: fix rtw_alloc_hwxmits error detection for now
+      (regression in 5.18.4) (Closes: #1013895)
+    - staging: r8188eu: Fix warning of array overflow in ioctl_linux.c
+      (regression in 5.15)
+    - pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLE
+    - pNFS: Avoid a live lock condition in pnfs_update_layout() (regression in
+      5.14)
+    - sunrpc: set cl_max_connect when cloning an rpc_clnt (regression in 5.15)
+    - i40e: Fix adding ADQ filter to TC0
+    - i40e: Fix calculating the number of queue pairs
+    - i40e: Fix call trace in setup_tx_descriptors
+    - iavf: Fix issue with MAC address of VF shown as zero (regression in 5.18)
+    - [x86,arm64] Drivers: hv: vmbus: Release cpu lock in error case
+    - [riscv64] dts: microchip: re-add pdma to mpfs device tree (regression in
+      5.18)
+    - io_uring: fix races with file table unregister
+    - io_uring: fix races with buffer table unregister
+    - [x86] drm/i915/reset: Fix error_state_read ptr + offset use
+    - [arm64] net: hns3: set port base vlan tbl_sta to false before removing
+      old vlan (regression in 5.18)
+    - [arm64] net: hns3: don't push link state to VF if unalive
+    - [arm64] net: hns3: restore tm priority/qset to default settings when tc
+      disabled
+    - [arm64] net: hns3: fix PF rss size initialization bug (regression in
+      5.17)
+    - [arm64] net: hns3: fix tm port shapping of fibre port is incorrect after
+      driver initialization
+    - ice: Fix PTP TX timestamp offset calculation
+    - ice: Sync VLAN filtering features for DVM
+    - ice: Fix queue config fail handling
+    - ice: Fix memory corruption in VF driver
+    - net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsg
+    - [arm64] ftrace: fix branch range checks
+    - [arm64] ftrace: consistently handle PLTs.
+    - init: Initialize noop_backing_dev_info early (regression in 5.18.4)
+    - block: Fix handling of offline queues in blk_mq_alloc_request_hctx()
+    - [x86] ftrace: Remove OBJECT_FILES_NON_STANDARD usage
+    - [arm64,armhf] irqchip/gic-v3: Fix error handling in
+      gic_populate_ppi_partitions
+    - sched: Fix balance_push() vs __sched_setscheduler()
+    - i2c: designware: Use standard optional ref clock implementation
+    - [x86] mei: hbm: drop capability response on early shutdown
+    - [x86] mei: me: add raptor lake point S DID
+    - [x86] comedi: vmk80xx: fix expression for tx buffer size
+    - USB: serial: option: add support for Cinterion MV31 with new baseline
+    - USB: serial: io_ti: add Agilent E5805A support
+    - [arm64] mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer
+    - [arm64,armhf] usb: dwc2: Fix memory leak in dwc2_hcd_init
+    - [arm64,armhf] usb: dwc3: gadget: Fix IN endpoint max packet size
+      allocation
+    - [arm64,armhf] usb: dwc3: pci: Restore line lost in merge conflict
+      resolution (regression in 5.18)
+    - usb: gadget: u_ether: fix regression in setting fixed MAC address
+      (regression in 5.16)
+    - usb: gadget: f_fs: change ep->status safe in ffs_epfile_io()
+    - usb: gadget: f_fs: change ep->ep safe in ffs_epfile_io()
+    - tty: n_gsm: Debug output allocation must use GFP_ATOMIC (regression in
+      5.18.3)
+    - serial: 8250: Store to lsr_save_flags after lsr read
+    - [arm64] bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove()
+    - md/raid5-ppl: Fix argument order in bio_alloc_bioset() (regression in
+      5.18)
+    - dm: fix race in dm_start_io_acct (regression in 5.18)
+    - dm mirror log: round up region bitmap size to BITS_PER_LONG
+    - drm/amdgpu: Fix GTT size reporting in amdgpu_ioctl (regression in 5.18)
+    - drm/amd/display: Cap OLED brightness per max frame-average luminance
+    - audit: free module name (regression in 5.16)
+    - fs: account for group membership
+    - selinux: free contexts previously transferred in selinux_add_opt()
+      (regression in 5.18)
+    - ext4: fix super block checksum incorrect after mount
+    - ext4: fix bug_on ext4_mb_use_inode_pa
+    - ext4: make variable "count" signed
+    - ext4: add reserved GDT blocks check
+    - [arm64] KVM: arm64: Always start with clearing SVE flag on load
+      (regression in 5.17)
+    - [arm64] KVM: arm64: Don't read a HW interrupt pending state in user
+      context (regression in 5.17)
+    - netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
+    - [x86] drm/i915/uc: remove accidental static from a local variable
+      (regression in 5.17)
+    - bpf: Use safer kvmalloc_array() where possible
+    - dm: fix bio_set allocation
+    - [arm64] clk: imx8mp: fix usb_root_clk parent
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.18.7
+    - [s390x] mm: use non-quiescing sske for KVM switch to keyed guest
+    - zonefs: fix zonefs_iomap_begin() for reads
+    - [x86] boot: Wrap literal addresses in absolute_pointer()
+    - fsnotify: consistent behavior for parent not watching children
+    - bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs
+      (regression in 5.17)
+    - io_uring: use original request task for inflight tracking
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.18.8
+    - random: schedule mix_interrupt_randomness() less often
+    - random: quiet urandom warning ratelimit suppression message
+    - [x86] ALSA: memalloc: Drop x86-specific hack for WC allocations
+    - ALSA: hda/via: Fix missing beep setup
+    - [x86] ALSA: hda: Fix discovery of i915 graphics PCI device (regression in
+      5.18)
+    - ALSA: hda/conexant: Fix missing beep setup
+    - [x86] ALSA: hda/realtek: Add mute LED quirk for HP Omen laptop
+    - ALSA: hda/realtek - ALC897 headset MIC no sound
+    - [x86] ALSA: hda/realtek: Apply fixup for Lenovo Yoga Duet 7 properly
+    - [x86] ALSA: hda/realtek: Add quirk for Clevo PD70PNT
+    - [x86] ALSA: hda/realtek: Add quirk for Clevo NS50PU
+    - net: openvswitch: fix parsing of nw_proto for IPv6 fragments
+    - ipv4: ping: fix bind address validity check (regression in 5.17)
+    - 9p: Fix refcounting during full path walks for fid lookups
+    - 9p: fix fid refcount leak in v9fs_vfs_atomic_open_dotl
+    - 9p: fix fid refcount leak in v9fs_vfs_get_link
+    - 9p: fix EBADF errors in cached mode (regression in 5.16)
+    - btrfs: fix hang during unmount when block group reclaim task is running
+      (regression in 5.13)
+    - btrfs: prevent remounting to v1 space cache for subpage mount
+    - btrfs: add error messages to all unrecognized mount options
+    - [powerpc*] scsi: ibmvfc: Store vhost pointer during subcrq allocation
+    - [powerpc*] scsi: ibmvfc: Allocate/free queue resource only during probe/
+      remove
+    - mmc: sdhci-pci-o2micro: Fix card detect by dealing with debouncing
+    - xen/gntdev: Avoid blocking in unmap_grant_pages()
+    - dm era: commit metadata in postsuspend after worker stops
+    - dm: do not return early from dm_io_complete if BLK_STS_AGAIN without
+      polling (regression in 5.18)
+    - dm mirror log: clear log bits up to BITS_PER_LONG boundary
+    - tracing/kprobes: Check whether get_kretprobe() returns NULL in
+      kretprobe_dispatcher()
+    - filemap: Handle sibling entries in filemap_get_read_batch()
+    - mm/slub: add missing TID updates on slab deactivation
+    - [x86] drm/i915: Implement w/a 22010492432 for adl-s
+    - amd/display/dc: Fix COLOR_ENCODING and COLOR_RANGE doing nothing for
+      DCN20+
+    - drm/amd/display: Fix typo in override_lane_settings
+    - USB: serial: pl2303: add support for more HXN (G) types
+    - USB: serial: option: add Telit LE910Cx 0x1250 composition
+    - USB: serial: option: add Quectel EM05-G modem
+    - USB: serial: option: add Quectel RM500K module support
+    - [arm64] drm/msm: Ensure mmap offset is initialized
+    - [arm64] drm/msm: Fix double pm_runtime_disable() call
+    - netfilter: use get_random_u32 instead of prandom
+    - scsi: scsi_debug: Fix zone transition to full condition
+    - [arm64] drm/msm: Switch ordering of runpm put vs devfreq_idle (regression
+      in 5.15)
+    - scsi: iscsi: Exclude zero from the endpoint ID range (regression in 5.18)
+    - xsk: Fix generic transmit when completion queue reservation fails
+    - [arm64] drm/msm: use for_each_sgtable_sg to iterate over scatterlist
+    - bpf: Fix request_sock leak in sk lookup helpers
+    - [arm64,armhf] drm/sun4i: Fix crash during suspend after component bind
+      failure
+    - [amd64] bpf, x86: Fix tail call count offset calculation on bpf2bpf call
+    - [x86,arm64] scsi: storvsc: Correct reporting of Hyper-V I/O size limits
+    - phy: aquantia: Fix AN when higher speeds than 1G are not advertised
+    - net: fix data-race in dev_isalive()
+    - veth: Add updating of trans_start
+    - tipc: fix use-after-free Read in tipc_named_reinit
+    - block: disable the elevator int del_gendisk
+    - rethook: Reject getting a rethook if RCU is not watching
+    - igb: fix a use-after-free issue in igb_clean_tx_ring
+    - bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiers
+    - ethtool: Fix get module eeprom fallback
+    - net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platforms
+    - [arm64] drm/msm/dp: check core_initialized before disable interrupts at
+      dp_display_unbind() (regression in 5.18.3)
+    - [arm64] drm/msm/dp: force link training for display resolution change
+    - net: phy: at803x: fix NULL pointer dereference on AR9331 PHY (regression
+      in 5.18)
+    - perf arm-spe: Don't set data source if it's not a memory operation
+    - erspan: do not assume transport header is always set
+    - net/tls: fix tls_sk_proto_close executed repeatedly
+    - netfilter: nf_dup_netdev: do not push mac header a second time
+    - netfilter: nf_dup_netdev: add and use recursion counter
+    - xen-blkfront: Handle NULL gendisk (regression in 5.14)
+    - afs: Fix dynamic root getattr (regression in 5.18)
+    - block: pop cached rq before potentially blocking rq_qos_throttle()
+      (regression in 5.17)
+    - ice: ignore protocol field in GTP offload
+    - ice: Fix switchdev rules book keeping
+    - ice: ethtool: advertise 1000M speeds properly
+    - ice: ethtool: Prohibit improper channel config for DCB
+    - io_uring: fail links when poll fails (regression in 5.17)
+    - regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chips
+    - regmap-irq: Fix offset/index mismatch in read_sub_irq_data()
+    - drm/amd: Revert "drm/amd/display: keep eDP Vdd on when eDP stream is
+      already enabled" (regression in 5.18)
+    - igb: Make DMA faster when CPU is active on the PCIe link
+    - virtio_net: fix xdp_rxq_info bug after suspend/resume
+    - Revert "net/tls: fix tls_sk_proto_close executed repeatedly"
+    - sock: redo the psock vs ULP protection check
+    - nvme: move the Samsung X5 quirk entry to the core quirks
+    - gpio: winbond: Fix error code in winbond_gpio_get()
+    - [s390x] cpumf: Handle events cycles and instructions identical
+    - filemap: Fix serialization adding transparent huge pages to page cache
+      (regression in 5.18)
+    - [x86] KVM: SEV: Init target VMCBs in sev_migrate_from
+    - iio: mma8452: fix probe fail when device tree compatible is used.
+    - io_uring: fix req->apoll_events (regression in 5.18)
+    - io_uring: fix wrong arm_poll error handling (regression in 5.17)
+    - vmcore: convert copy_oldmem_page() to take an iov_iter
+    - [s390x] crash: add missing iterator advance in copy_oldmem_page()
+    - [s390x] crash: make copy_oldmem_page() return number of bytes copied
+    - xhci: turn off port power in shutdown
+    - xhci-pci: Allow host runtime PM as default for Intel Raptor Lake xHCI
+    - xhci-pci: Allow host runtime PM as default for Intel Meteor Lake xHCI
+    - usb: gadget: uvc: fix list double add in uvcg_video_pump (regression in
+      5.16)
+    - usb: gadget: Fix non-unique driver names in raw-gadget driver
+    - USB: gadget: Fix double-free bug in raw_gadget driver
+    - [arm64,armhf] usb: chipidea: udc: check request status before setting
+      device address
+    - btrfs: fix race between reflinking and ordered extent completion
+    - btrfs: fix deadlock with fsync+fiemap+transaction commit
+    - f2fs: attach inline_data after setting compression (regression in 5.18.3)
+    - f2fs: fix iostat related lock protection (regression in 5.17)
+    - f2fs: do not count ENOENT for error case (regression in 5.18.4)
+    - iio:accel:kxcjk-1013: rearrange iio trigger get and register
+    - iio:accel:bma180: rearrange iio trigger get and register
+    - iio:accel:mxc4005: rearrange iio trigger get and register
+    - iio: accel: mma8452: ignore the return value of reset operation
+    - iio: gyro: mpu3050: Fix the error handling in mpu3050_power_up()
+    - iio: trigger: sysfs: fix use-after-free on remove
+    - iio: imu: inv_icm42600: Fix broken icm42600 (chip id 0 value)
+    - iio: adc: axp288: Override TS pin bias current for some models
+    - [hppa] Fix flush_anon_page on PA8800/PA8900 (regression in 5.18)
+    - [hppa] Enable ARCH_HAS_STRICT_MODULE_RWX
+    - [powerpc*] Enable execve syscall exit tracepoint
+    - [powerpc*] rtas: Allow ibm,platform-dump RTAS call with null buffer
+      address
+    - [powerpc*] powernv: wire up rng during setup_arch
+    - mm/memory-failure: disable unpoison once hw error happens
+    - mm: lru_cache_disable: use synchronize_rcu_expedited (regression in 5.18)
+    - [armhf] dts: imx6qdl: correct PU regulator ramp delay
+    - modpost: fix section mismatch check for exported init/exit sections
+    - [arm64] dts: bcm2711-rpi-400: Fix GPIO line names
+    - smb3: fix empty netname context on secondary channels (regression in
+      5.18.4)
+    - perf build-id: Fix caching files with a wrong build ID
+    - smb3: use netname when available on secondary channels
+    - dma-direct: use the correct size for dma_set_encrypted() (regression in
+      5.17)
+    - [powerpc*] pseries: wire up rng during setup_arch()
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.18.9
+    - bcache: memset on stack variables in bch_btree_check() and
+      bch_sectors_dirty_init()
+    - hinic: Replace memcpy() with direct assignment
+    - [powerpc*] ftrace: Remove ftrace init tramp once kernel init is complete
+    - io_uring: fix not locked access to fixed buf table
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.18.10
+    - drm/amdgpu: fix adev variable used in amdgpu_device_gpu_recover()
+      (regression in 5.17)
+    - Revert "drm/amdgpu/display: set vblank_disable_immediate for DC"
+      (regression in 5.17)
+    - drm/amdgpu: To flush tlb for MMHUB of RAVEN series
+    - ksmbd: set the range of bytes to zero without extending file size in
+      FSCTL_ZERO_DATA
+    - ksmbd: check invalid FileOffset and BeyondFinalZero in FSCTL_ZERO_DATA
+    - ksmbd: use vfs_llseek instead of dereferencing NULL
+    - ipv6: take care of disable_policy when restoring routes
+    - net: phy: Don't trigger state machine while in suspend
+    - [s390x] archrandom: simplify back to earlier design and initialize
+      earlier
+    - nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG SX6000LNP (AKA SPECTRIX
+      S40G)
+    - nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA IM2P33F8ABR1
+    - nvdimm: Fix badblocks clear off-by-one error
+    - ceph: wait on async create before checking caps for syncfs
+      (regression in 5.18)
+    - [hppa] Fix vDSO signal breakage on 32-bit kernel (regression in 5.18)
+    - [hppa] unaligned: Fix emulate_ldw() breakage (regression in 5.18)
+    - [powerpc*] prom_init: Fix kernel config grep
+    - [powerpc*] bpf: Fix use of user_pt_regs in uapi
+    - [x86] cpufreq: amd-pstate: Add resume and suspend callbacks
+    - dm raid: fix accesses beyond end of raid member array
+    - dm raid: fix KASAN warning in raid5_add_disks
+    - SUNRPC: Fix READ_PLUS crasher
+    - net: rose: fix UAF bugs caused by timer handler (CVE-2022-2318)
+    - net: usb: ax88179_178a: Fix packet receiving (regression in 5.17)
+    - virtio-net: fix race between ndo_open() and virtio_device_ready()
+    - [armhf] net: dsa: bcm_sf2: force pause link settings
+    - net: tun: unlink NAPI from device on destruction
+    - net: tun: stop NAPI when detaching queues
+    - net: fix IFF_TX_SKB_NO_LINEAR definition
+    - net: dp83822: disable false carrier interrupt
+    - net: dp83822: disable rx error interrupt
+    - RDMA/qedr: Fix reporting QP timeout attribute
+    - RDMA/cm: Fix memory leak in ib_cm_insert_listen
+    - linux/dim: Fix divide by 0 in RDMA DIM
+    - net: usb: asix: do not force pause frames support
+    - usbnet: fix memory allocation in helpers
+    - mptcp: fix race on unaccepted mptcp sockets (regression in 5.17)
+    - mptcp: fix conflict with <netinet/in.h> (regression in 5.16)
+    - [armhf] hwmon: (occ) Prevent power cap command overwriting poll response
+    - NFS: restore module put when manager exits. (regression in 5.18)
+    - NFSD: restore EINVAL error translation in nfsd_commit() (regression in
+      5.17)
+    - NFSv4: Add an fattr allocation to _nfs4_discover_trunking()
+      (regression in 5.18.3)
+    - vfs: fix copy_file_range() regression in cross-fs copies
+    - caif_virtio: fix race between virtio_device_ready() and ndo_open()
+    - io_uring: ensure that send/sendmsg and recv/recvmsg check sqe->ioprio
+    - PM / devfreq: exynos-ppmu: Fix refcount leak in of_get_devfreq_events
+    - lib/sbitmap: Fix invalid loop in __sbitmap_queue_get_batch()
+    - vdpa/mlx5: Update Control VQ callback information
+    - netfilter: nft_dynset: restore set element counter when failing to update
+    - net/sched: act_api: Notify user space if any actions were flushed before
+      error
+    - net: asix: fix "can't send until first packet is send" issue
+    - net: bonding: fix possible NULL deref in rlb code
+    - net: phy: ax88772a: fix lost pause advertisement configuration
+    - net: bonding: fix use-after-free after 802.3ad slave unbind
+    - [arm64] net: dsa: felix: fix race between reading PSFP stats and port
+      stats
+    - [powerpc] memhotplug: Add add_pages override for PPC (regression in 5.18)
+    - [x86] platform/x86: thinkpad_acpi: Fix a memory leak of EFCH MMIO
+      resource (regression in 5.18)
+    - [x86] platform/x86: ideapad-laptop: Add Ideapad 5 15ITL05 to
+      ideapad_dytc_v4_allow_table[]
+    - tipc: move bc link creation back to tipc_node_create
+    - epic100: fix use after free on rmmod
+    - tcp: add a missing nf_reset_ct() in 3WHS handling
+    - nvmet-tcp: fix regression in data_digest calculation (regression in 5.12)
+    - ACPI: video: Change how we determine if brightness key-presses are handled
+    - tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()
+    - fanotify: refine the validation checks on non-dir inode mask (regression
+      in 5.18)
+    - nvmet: add a clear_ids attribute for passthru targets
+    - ipv6/sit: fix ipip6_tunnel_get_prl return value
+    - ipv6: fix lockdep splat in in6_dump_addrs() (regression in 5.13)
+    - net: tun: avoid disabling NAPI twice
+    - [arm64] drm/msm/dpu: Increment vsync_cnt before waking up userspace
+      (regression in 5.16)
+    - [x86] platform/x86: ideapad-laptop: Add allow_v4_dytc module parameter
+    - [x86] drm/i915/gem: add missing else
+    - [x86] drm/i915/dgfx: Disable d3cold at gfx root port
+    - [arm64] drm/msm/gem: Fix error return on fence id alloc fail (regression
+      in 5.15)
+    - [x86] platform/x86: panasonic-laptop: revert "Resolve hotkey double
+      trigger bug"
+    - [x86] platform/x86: panasonic-laptop: don't report duplicate brightness
+      key-presses
+    - [x86] platform/x86: panasonic-laptop: filter out duplicate volume up/down
+      /mute keypresses
+    - drm/fourcc: fix integer type usage in uapi header
+    - hwmon: (ibmaem) don't call platform_device_del() if platform_device_add()
+      fails
+    - xen/blkfront: fix leaking data in shared pages (CVE-2022-26365)
+    - xen/netfront: fix leaking data in shared pages (CVE-2022-33740)
+    - xen/netfront: force data bouncing when backend is untrusted
+      (CVE-2022-33741)
+    - xen/blkfront: force data bouncing when backend is untrusted
+      (CVE-2022-33742)
+    - xen-netfront: restore __skb_queue_tail() positioning in
+      xennet_get_responses() (CVE-2022-33743)
+    - [arm64,armhf] xen/arm: Fix race in RB-tree based P2M accounting
+      (CVE-2022-33744)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.18.11
+    - io_uring: fix provided buffer import (regression in 5.18)
+    - ALSA: usb-audio: Workarounds for Behringer UMC 204/404 HD
+    - [x86] ALSA: hda/realtek: Add quirk for Clevo L140PU
+    - can: bcm: use call_rcu() instead of costly synchronize_rcu()
+    - can: gs_usb: gs_usb_open/close(): fix memory leak
+    - can: kvaser_usb: replace run-time checks with struct
+      kvaser_usb_driver_info
+    - can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regression
+      (regression in 5.16)
+    - can: kvaser_usb: kvaser_usb_leaf: fix bittiming limits
+    - bpf: Fix incorrect verifier simulation around jmp32's jeq/jne
+    - bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_vals
+    - usbnet: fix memory leak in error case
+    - net: rose: fix UAF bug caused by rose_t0timer_expiry
+    - netfilter: nft_set_pipapo: release elements in clone from abort path
+    - netfilter: nf_tables: stricter validation of element data
+      (CVE-2022-34918)
+    - [x86] iommu/vt-d: Fix PCI bus rescan device hot add
+    - [x86] iommu/vt-d: Fix RID2PASID setup/teardown failure
+    - fbdev: Fix potential buffer overflow with silly screen sizes
+      (CVE-2021-33655):
+      + fbmem: Check virtual screen sizes in fb_set_var()
+      + fbcon: Disallow setting font bigger than screen size
+      + fbcon: Prevent that screen size is smaller than font size
+    - PM: runtime: Redefine pm_runtime_release_supplier()
+    - PM: runtime: Fix supplier device management during consumer probe
+    - memregion: Fix memregion_free() fallback definition
+    - fscache: Fix invalidation/lookup race (regression in 5.17)
+    - fscache: Fix if condition in fscache_wait_on_volume_collision()
+    - [powerpc*] powernv: delay rng platform device creation until later in
+      boot
+    - [armhf] pinctrl: sunxi: a83t: Fix NAND function name for some pins
+    - srcu: Tighten cleanup_srcu_struct() GP checks
+    - ASoC: rt711: Add endianness flag in snd_soc_component_driver
+    - ASoC: rt711-sdca: Add endianness flag in snd_soc_component_driver
+    - ASoC: codecs: rt700/rt711/rt711-sdca: resume bus/codec in .set_jack_detect
+    - ASoC: SOF: ipc3-topology: Move and correct size checks in
+      sof_ipc3_control_load_bytes()
+    - [x86] ASoC: SOF: Intel: hda: Fix compressed stream position tracking
+    - [arm64] dts: qcom: sm8450: fix interconnects property of UFS node
+    - [arm64] dts: qcom: msm8994: Fix CPU6/7 reg values
+    - [arm64] dts: qcom: sdm845: use dispcc AHB clock for mdss node
+    - [arm64] dts: imx8mp-evk: correct mmc pad settings
+    - [arm64] dts: imx8mp-evk: correct the uart2 pinctl value
+    - [arm64] dts: imx8mp-evk: correct gpio-led pad settings
+    - [arm64] dts: imx8mp-evk: correct vbus pad settings
+    - [arm64] dts: imx8mp-evk: correct eqos pad settings
+    - [arm64] dts: imx8mp-evk: correct I2C5 pad settings
+    - [arm64] dts: imx8mp-evk: correct I2C1 pad settings
+    - [arm64] dts: imx8mp-evk: correct I2C3 pad settings
+    - [arm64] dts: imx8mp-phyboard-pollux-rdk: correct uart pad settings
+    - [arm64] dts: imx8mp-phyboard-pollux-rdk: correct eqos pad settings
+    - [arm64] dts: imx8mp-phyboard-pollux-rdk: correct i2c2 & mmc settings
+    - [arm64,armhf] pinctrl: sunxi: sunxi_pconf_set: use correct offset
+    - [arm64] dts: qcom: msm8992-*: Fix vdd_lvs1_2-supply typo
+    - xsk: Clear page contiguity bit when unmapping pool
+    - i2c: piix4: Fix a memory leak in the EFCH MMIO support
+    - i40e: Fix dropped jumbo frames statistics
+    - i40e: Fix VF's MAC Address change on VM
+    - [armhf] dts: stm32: add missing usbh clock and fix clk order on stm32mp15
+    - ACPI: CPPC: Check _OSC for flexible address space
+    - ACPI: bus: Set CPPC _OSC bits for all and when CPPC_LIB is supported
+    - ACPI: CPPC: Only probe for _CPC if CPPC v2 is acked (regressions in
+      5.13, 5.18)
+    - [x86] ACPI: CPPC: Don't require _OSC if X86_FEATURE_CPPC is supported
+    - net/mlx5e: Fix matchall police parameters validation
+    - mptcp: Avoid acquiring PM lock for subflow priority changes
+    - mptcp: Acquire the subflow socket lock before modifying MP_PRIO flags
+    - mptcp: fix local endpoint accounting
+    - r8169: fix accessing unset transport header
+    - net/sched: act_api: Add extack to offload_act_setup() callback
+    - net/sched: act_police: Add extack messages for offload failure
+    - net/sched: act_police: allow 'continue' action offload
+    - [arm64] dmaengine: imx-sdma: Allow imx8m for imx7 FW revs
+    - [arm64,armhf] dmaengine: imx-sdma: only restart cyclic channel when
+      enabled (regression in 5.18)
+    - misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transfer
+      (Closes: #1015240, regression in 5.18)
+    - misc: rtsx_usb: use separate command and response buffers
+    - misc: rtsx_usb: set return value in rsp_buf alloc err path
+    - ida: don't use BUG_ON() for debugging
+    - [arm64,armhf] dmaengine: pl330: Fix lockdep warning about non-static key
+    - [armhf] dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate
+    - [arm64] dmaengine: qcom: bam_dma: fix runtime PM underflow
+    - [armhf] dmaengine: ti: Add missing put_device in
+      ti_dra7_xbar_route_allocate
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.18.12
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.18.13
+    - USB: serial: ftdi_sio: add Belimo device ids
+    - usb: typec: add missing uevent when partner support PD
+    - [arm64,armhf] usb: dwc3: gadget: Fix event pending check
+    - gpio: sim: fix the chip_name configfs item
+    - [armhf] tty: serial: samsung_tty: set dma burst_size to 1
+    - [x86] xen: Use clear_bss() for Xen PV guests
+    - [x86] ALSA: hda - Add fixup for Dell Latitidue E5430
+    - [x86] ALSA: hda/conexant: Apply quirk for another HP ProDesk 600 G3 model
+    - [x86] ALSA: hda/realtek: Fix headset mic for Acer SF313-51
+    - [x86] ALSA: hda/realtek - Fix headset mic problem for a HP machine with
+      alc671
+    - [x86] ALSA: hda/realtek: fix mute/micmute LEDs for HP machines
+    - [x86] ALSA: hda/realtek - Fix headset mic problem for a HP machine with
+      alc221
+    - [x86] ALSA: hda/realtek - Enable the headset-mic on a Xiaomi's laptop
+    - xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue
+    - fix race between exit_itimers() and /proc/pid/timers
+    - mm: userfaultfd: fix UFFDIO_CONTINUE on fallocated shmem pages
+    - mm: sparsemem: fix missing higher order allocation splitting (regression
+      in 5.18)
+    - mm: split huge PUD on wp_huge_pud fallback
+    - tracing/histograms: Fix memory leak problem
+    - net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale
+      pointer
+    - ip: fix dflt addr selection for connected nexthop
+    - [armhf] 9213/1: Print message about disabled Spectre workarounds only
+      once
+    - [armel,armhf] 9214/1: alignment: advance IT state after emulating Thumb
+      instruction
+    - wifi: mac80211: fix queue selection for mesh/OCB interfaces
+    - cgroup: Use separate src/dst nodes when preloading css_sets for migration
+    - btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and
+      inline extents
+    - btrfs: zoned: fix a leaked bioc in read_zone_info
+    - [arm64,armhf] drm/panfrost: Put mapping instead of shmem obj on
+      panfrost_mmu_map_fault_addr() error
+    - [arm64,armhf] drm/panfrost: Fix shrinker list corruption by madvise IOCTL
+    - fs/remap: constrain dedupe of EOF blocks
+    - nilfs2: fix incorrect masking of permission flags for symlinks
+    - Revert "evm: Fix memleak in init_desc"
+    - reset: Fix devm bulk optional exclusive control getter
+    - [arm64] dts: ls1028a: Update SFP node to include clock
+    - [armhf] dts: imx6qdl-ts7970: Fix ngpio typo and count
+    - [riscv64] dts: microchip: hook up the mpfs' l2cache
+    - [armhf] 9209/1: Spectre-BHB: avoid pr_info() every time a CPU comes out
+      of idle
+    - [armel,armhf] 9210/1: Mark the FDT_FIXED sections as shareable
+    - net/mlx5e: Fix enabling sriov while tc nic rules are offloaded
+      (regression in 5.14)
+    - net/mlx5e: CT: Use own workqueue instead of mlx5e priv (regression in
+      5.18)
+    - net/mlx5e: Fix capability check for updating vnic env counters
+    - net/mlx5e: Ring the TX doorbell on DMA errors
+    - drm/amdgpu: keep fbdev buffers pinned during suspend (regression in 5.17)
+    - drm/amdgpu/display: disable prefer_shadow for generic fb helpers
+      (regression in 5.17)
+    - [x86] drm/i915: fix a possible refcount leak in
+      intel_dp_add_mst_connector()
+    - [x86] drm/i915/guc: ADL-N should use the same GuC FW as ADL-S
+    - ima: Fix a potential integer overflow in ima_appraise_measurement
+    - [arm64,armhf] ASoC: sgtl5000: Fix noise on shutdown/remove
+    - [x86] ASoC: Intel: Skylake: Correct the ssp rate discovery in
+      skl_get_ssp_clks()
+    - [x86] ASoC: Intel: Skylake: Correct the handling of fmt_config flexible
+      array
+    - netfilter: ecache: move to separate structure
+    - netfilter: conntrack: split inner loop of list dumping to own function
+    - netfilter: ecache: use dedicated list for event redelivery
+    - netfilter: conntrack: include ecache dying list in dumps
+    - netfilter: conntrack: remove the percpu dying list
+    - netfilter: conntrack: fix crash due to confirmed bit load reordering
+      (regression in 5.17)
+    - sysctl: Fix data races in proc_dointvec().
+    - sysctl: Fix data races in proc_douintvec().
+    - sysctl: Fix data races in proc_dointvec_minmax().
+    - sysctl: Fix data races in proc_douintvec_minmax().
+    - sysctl: Fix data races in proc_doulongvec_minmax().
+    - sysctl: Fix data races in proc_dointvec_jiffies().
+    - tcp: Fix a data-race around sysctl_tcp_max_orphans.
+    - inetpeer: Fix data-races around sysctl.
+    - net: Fix data-races around sysctl_mem.
+    - cipso: Fix data-races around sysctl.
+    - icmp: Fix data-races around sysctl.
+    - ipv4: Fix a data-race around sysctl_fib_sync_mem.
+    - [armhf] dts: sunxi: Fix SPI NOR campatible on Orange Pi Zero
+    - netfilter: nf_log: incorrect offset to network header
+    - nfp: fix issue of skb segments exceeds descriptor limitation
+    - vlan: fix memory leak in vlan_newlink() (regression in 5.17)
+    - netfilter: nf_tables: replace BUG_ON by element length check
+    - [riscv64] KVM: Fix SRCU deadlock caused by
+      kvm_riscv_check_vcpu_requests()
+    - [x86] drm/i915/gvt: IS_ERR() vs NULL bug in
+      intel_gvt_update_reg_whitelist()
+    - xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLE
+    - mptcp: fix subflow traversal at disconnect time (regression in 5.17)
+    - NFSD: Decode NFSv4 birth time attribute (regression in 5.18)
+    - lockd: set fl_owner when unlocking files
+    - lockd: fix nlm_close_files (regression in 5.15)
+    - ice: handle E822 generic device ID in PLDM header
+    - ice: change devlink code to read NVM in blocks
+    - [x86] drm/i915/ttm: fix sg_table construction (regression in 5.15)
+    - [x86] drm/i915/gt: Serialize GRDOM access between multiple engine resets
+    - [x86] drm/i915/gt: Serialize TLB invalidates with GT resets
+    - bnxt_en: reclaim max resources if sriov enable fails
+    - bnxt_en: Fix bnxt_reinit_after_abort() code path
+    - bnxt_en: fix livepatch query
+    - bnxt_en: Fix bnxt_refclk_read()
+    - sysctl: Fix data-races in proc_dou8vec_minmax().
+    - sysctl: Fix data-races in proc_dointvec_ms_jiffies().
+    - tcp: Fix a data-race around sysctl_max_tw_buckets.
+    - icmp: Fix a data-race around sysctl_icmp_echo_ignore_all.
+    - icmp: Fix data-races around sysctl_icmp_echo_enable_probe.
+    - icmp: Fix a data-race around sysctl_icmp_echo_ignore_broadcasts.
+    - icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses.
+    - icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr.
+    - icmp: Fix a data-race around sysctl_icmp_ratelimit.
+    - icmp: Fix a data-race around sysctl_icmp_ratemask.
+    - raw: Fix a data-race around sysctl_raw_l3mdev_accept.
+    - tcp: Fix data-races around sysctl_tcp_ecn.
+    - tcp: Fix a data-race around sysctl_tcp_ecn_fallback.
+    - ipv4: Fix data-races around sysctl_ip_dynaddr.
+    - nexthop: Fix data-races around nexthop_compat_mode.
+    - [amd64] ima: force signature verification when CONFIG_KEXEC_SIG is
+      configured
+    - drm/amd/display: Ignore First MST Sideband Message Return Error
+    - [amd64] drm/amdkfd: correct the MEC atomic support firmware checking for
+      GC 10.3.7
+    - drm/amd/display: Only use depth 36 bpp linebuffers on DCN display
+      engines. (regression in 5.14)
+    - drm/amd/pm: Prevent divide by zero
+    - drm/amd/display: Ensure valid event timestamp for cursor-only commits
+    - smb3: workaround negprot bug in some Samba servers
+    - sfc: fix use after free when disabling sriov
+    - netfs: do not unlock and put the folio twice
+    - seg6: fix skb checksum evaluation in SRH encapsulation/insertion
+    - seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviors
+    - seg6: bpf: fix skb checksum in bpf_push_seg6_encap()
+    - sfc: fix kernel panic when creating VF
+    - net: atlantic: remove deep parameter on suspend/resume functions
+    - net: atlantic: remove aq_nic_deinit() when resume (regression in 5.18)
+    - [x86] KVM: x86: Fully initialize 'struct kvm_lapic_irq' in
+      kvm_pv_kick_cpu_op()
+    - net/tls: Check for errors in tls_device_init
+    - mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGE
+    - [arm64] tee: tee_get_drvdata(): fix description of return value
+    - tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()
+    - tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()
+    - scsi: megaraid: Clear READ queue map's nr_queues (regression in 5.13)
+    - scsi: ufs: core: Drop loglevel of WriteBoost message (regression in 5.13)
+    - nvme: fix block device naming collision (regression in 5.18)
+    - ksmbd: use SOCK_NONBLOCK type for kernel_accept()
+    - [x86] platform/x86: intel/pmc: Add Alder Lake N support to PMC core
+      driver
+    - virtio_mmio: Add missing PM calls to freeze/restore
+    - virtio_mmio: Restore guest page size on resume
+    - netfilter: nf_tables: avoid skb access on nf_stolen
+    - netfilter: br_netfilter: do not skip all hooks with 0 priority
+    - [arm64] scsi: hisi_sas: Limit max hw sectors for v3 HW
+    - [powerpc*] cpufreq: pmac32-cpufreq: Fix refcount leak bug
+    - [x86] platform/x86: thinkpad-acpi: profile capabilities as integer
+    - [x86] platform/x86: thinkpad_acpi: do not use PSC mode on Intel platforms
+    - [x86] platform/x86: hp-wmi: Ignore Sanitization Mode event
+    - firmware: sysfb: Make sysfb_create_simplefb() return a pdev pointer
+    - firmware: sysfb: Add sysfb_disable() helper function
+    - fbdev: Disable sysfb device registration when removing conflicting FBs
+    - net: tipc: fix possible refcount leak in tipc_sk_create()
+    - nvme-tcp: always fail a request when sending it failed
+    - nvme: fix regression when disconnect a recovering ctrl
+    - net: sfp: fix memory leak in sfp_probe()
+    - ASoC: ops: Fix off by one in range control validation
+    - [armhf] pinctrl: aspeed: Fix potential NULL dereference in
+      aspeed_pinmux_set_mux()
+    - ASoC: Realtek/Maxim SoundWire codecs: disable pm_runtime on remove
+    - ASoC: rt711-sdca-sdw: fix calibrate mutex initialization
+    - [x86] ASoC: Intel: sof_sdw: handle errors on card registration
+    - ASoC: rt711: fix calibrate mutex initialization
+    - ASoC: rt7*-sdw: harden jack_detect_handler
+    - ASoC: codecs: rt700/rt711/rt711-sdca: initialize workqueues in probe
+    - [x86] ASoC: SOF: Intel: hda-dsp: Expose hda_dsp_core_power_up()
+    - [x86] ASoC: SOF: Intel: hda-loader: Make sure that the fw load sequence
+      is followed
+    - [x86] ASoC: SOF: Intel: hda-loader: Clarify the cl_dsp_init() flow
+    - [x86] ASoC: Intel: bytcr_wm5102: Fix GPIO related probe-ordering problem
+    - ASoC: wm_adsp: Fix event for preloader
+    - ASoC: cs35l41: Correct some control names
+    - ASoC: rt711-sdca: fix kernel NULL pointer dereference when IO error
+    - ASoC: dapm: Initialise kcontrol data for mux/demux controls
+    - ASoC: cs35l41: Add ASP TX3/4 source to register patch
+    - [amd64] Clear .brk area at early boot
+    - [armhf] dts: stm32: use the correct clock source for CEC on stm32mp151
+    - Revert "can: xilinx_can: Limit CANFD brp to 2"
+    - ALSA: usb-audio: Add quirks for MacroSilicon MS2100/MS2106 devices
+    - ALSA: usb-audio: Add quirk for Fiero SC-01
+    - ALSA: usb-audio: Add quirk for Fiero SC-01 (fw v1.0.0)
+    - nvme-pci: phison e16 has bogus namespace ids
+    - nvme: use struct group for generic command dwords
+    - signal handling: don't use BUG_ON() for debugging
+    - ACPI: video: Fix acpi_video_handles_brightness_key_presses()
+    - vt: fix memory overlapping when deleting chars in the buffer
+    - [s390x] ap: fix error handling in __verify_queue_reservations()
+    - [x86] ACPI: CPPC: Fix enabling CPPC on AMD systems with shared memory
+    - serial: 8250: fix return error code in serial8250_request_std_resource()
+    - power: supply: core: Fix boundary conditions in interpolation
+      (regression in 5.17)
+    - [armhf] serial: stm32: Clear prev values before setting RTS delays
+    - [arm*] serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle
+    - serial: 8250: Fix PM usage_count for console handover
+    - [arm64] serial: mvebu-uart: correctly report configured baudrate value
+    - [x86] pat: Fix x86_has_pat_wp()
+    - [i386] drm/i915/ttm: fix 32b build
+    - drm/aperture: Run fbdev removal before internal helpers
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.18.14
+    - [amd64] Preparation for mitigating RETbleed:
+      + x86/traps: Use pt_regs directly in fixup_bad_iret()
+      + x86/entry: Switch the stack after error_entry() returns
+      + x86/entry: Move PUSH_AND_CLEAR_REGS out of error_entry()
+      + x86/entry: Don't call error_entry() for XENPV
+      + x86/entry: Remove skip_r11rcx
+    - [amd64] Add mitigations for RETbleed on AMD/Hygon (CVE-2022-29900) and
+      Intel (CVE-2022-29901) processors:
+      + x86/kvm/vmx: Make noinstr clean
+      + x86/cpufeatures: Move RETPOLINE flags to word 11
+      + x86/retpoline: Cleanup some #ifdefery
+      + x86/retpoline: Swizzle retpoline thunk
+      + x86/retpoline: Use -mfunction-return
+      + x86: Undo return-thunk damage
+      + x86,objtool: Create .return_sites
+      + objtool: skip non-text sections when adding return-thunk sites
+      + x86,static_call: Use alternative RET encoding
+      + x86/ftrace: Use alternative RET encoding
+      + x86/bpf: Use alternative RET encoding
+      + x86/kvm: Fix SETcc emulation for return thunks
+      + x86/vsyscall_emu/64: Don't use RET in vsyscall emulation
+      + x86/sev: Avoid using __x86_return_thunk
+      + x86: Use return-thunk in asm code
+      + x86/entry: Avoid very early RET
+      + objtool: Treat .text.__x86.* as noinstr
+      + x86: Add magic AMD return-thunk
+      + x86/bugs: Report AMD retbleed vulnerability
+      + x86/bugs: Add AMD retbleed= boot parameter
+      + x86/bugs: Enable STIBP for JMP2RET
+      + x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
+      + x86/entry: Add kernel IBRS implementation
+      + x86/bugs: Optimize SPEC_CTRL MSR writes
+      + x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS
+      + x86/bugs: Split spectre_v2_select_mitigation() and
+        spectre_v2_user_select_mitigation()
+      + x86/bugs: Report Intel retbleed vulnerability
+      + intel_idle: Disable IBRS during long idle
+      + objtool: Update Retpoline validation
+      + x86/xen: Rename SYS* entry points
+      + x86/xen: Add UNTRAIN_RET
+      + x86/bugs: Add retbleed=ibpb
+      + x86/bugs: Do IBPB fallback check only once
+      + objtool: Add entry UNRET validation
+      + x86/cpu/amd: Add Spectral Chicken
+      + x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n
+      + x86/speculation: Fix firmware entry SPEC_CTRL handling
+      + x86/speculation: Fix SPEC_CTRL write on SMT state change
+      + x86/speculation: Use cached host SPEC_CTRL value for guest entry/exit
+      + x86/speculation: Remove x86_spec_ctrl_mask
+      + objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}
+      + KVM: VMX: Flatten __vmx_vcpu_run()
+      + KVM: VMX: Convert launched argument to flags
+      + KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
+      + KVM: VMX: Fix IBRS handling after vmexit
+      + x86/speculation: Fill RSB on vmexit for IBRS
+      + KVM: VMX: Prevent RSB underflow before vmenter
+      + x86/common: Stamp out the stepping madness
+      + x86/cpu/amd: Enumerate BTC_NO
+      + x86/retbleed: Add fine grained Kconfig knobs
+      + x86/bugs: Add Cannon lake to RETBleed affected CPU list
+      + x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entry
+      + x86/bugs: Do not enable IBPB-on-entry when IBPB is not supported
+      + x86/kexec: Disable RET on kexec
+      + x86/speculation: Disable RRSBA behavior
+      + x86/static_call: Serialize __static_call_fixup() properly
+      + x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bit
+      + x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_current
+      + efi/x86: use naked RET on mixed mode call wrapper
+      + x86/kvm: fix FASTOP_SIZE when return thunks are enabled
+      + KVM: emulate: do not adjust size of fastop and setcc subroutines
+      + tools arch x86: Sync the msr-index.h copy with the kernel sources
+      + tools headers cpufeatures: Sync with the kernel sources
+      + x86/bugs: Remove apostrophe typo
+      + um: Add missing apply_returns()
+
+  [ John Paul Adrian Glaubitz ]
+  * [ia64] Disable CONFIG_HARDENED_USERCOPY which is currently broken
+
+  [ Ben Hutchings ]
+  * [arm64] pinctrl: Re-enable PINCTRL_MSM (regression in 5.14)
+  * lintian: Update overrides for lintian 2.115
+  * [rt] Update to 5.18-rt11:
+    - Revert "softirq: Check preemption after reenabling interrupts"
+  * Bump ABI to 3
+  * Disable SECURITY_LOCKDOWN_LSM and MODULE_SIG where we don't sign code
+    (Closes: #825141)
+  * tools/bpf, tools/perf: Update for init_disassemble_info() API change in
+    binutils 2.38.50
+  * tools/perf: Fix "unused parameter" warning introduced by "tools/perf:
+    pmu-events: Fix reproducibility"
+  * [amd64,arm64,armhf] wireguard: Clear keys after suspend despite
+    CONFIG_ANDROID=y
+  * d/salsa-ci.yml: Sync build-script with upstream
+  * d/salsa-ci.yml: Handle APT sources in debian.sources as well as
+    sources.list
+  * d/tests: Remove obsolete dependencies of python test
+  * d/tests: Add kbuild test that builds a trivial OOT module
+  * linux-kbuild: Add missing pahole-version.sh script
+  * [amd64] ata: Enable PATA_LEGACY (Closes: #910010)
+  * udeb: Add essiv to crypto-modules (Closes: #973378)
+  * udeb: Add SCSI device handlers to multipath-modules (Closes: #989079)
+  * linux-source: Update Recommends to include all dependencies for deb-pkg
+    target
+  * [x86] speculation: Make all RETbleed mitigations depend on X86_64
+
+  [ Vincent Blut ]
+  * [armhf] drivers/crypto/caam: Enable CRYPTO_DEV_FSL_CAAM as module
+    (Closes: #1013255)
+  * drivers/net/wireless/mediatek/mt76/mt7921: Enable MT7921U as module
+    (Closes: #1015808)
+
+ -- Ben Hutchings <benh@debian.org>  Sat, 23 Jul 2022 18:29:57 +0200
+
+linux (5.18.5-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.18.3
+    - binfmt_flat: do not stop relocating GOT entries prematurely on riscv
+    - parisc: fix a crash with multicore scheduler
+    - parisc/stifb: Implement fb_is_primary_device()
+    - parisc/stifb: Keep track of hardware path of graphics card
+    - RISC-V: Mark IORESOURCE_EXCLUSIVE for reserved mem instead of
+      IORESOURCE_BUSY
+    - riscv: Initialize thread pointer before calling C functions
+    - riscv: Fix irq_work when SMP is disabled
+    - riscv: Wire up memfd_secret in UAPI header
+    - riscv: Move alternative length validation into subsection
+    - ALSA: hda/realtek - Add new type for ALC245
+    - ALSA: hda/realtek: Enable 4-speaker output for Dell XPS 15 9520 laptop
+    - ALSA: hda/realtek - Fix microphone noise on ASUS TUF B550M-PLUS
+    - ALSA: usb-audio: Cancel pending work at closing a MIDI substream
+    - USB: serial: pl2303: fix type detection for odd device
+    - USB: serial: option: add Quectel BG95 modem
+    - USB: new quirk for Dell Gen 2 devices
+    - usb: isp1760: Fix out-of-bounds array access
+    - usb: dwc3: gadget: Move null pinter check to proper place
+    - usb: core: hcd: Add support for deferring roothub registration
+    - fs/ntfs3: provide block_invalidate_folio to fix memory leak
+    - fs/ntfs3: Update valid size if -EIOCBQUEUED
+    - fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)
+    - fs/ntfs3: Keep preallocated only if option prealloc enabled
+    - fs/ntfs3: Check new size for limits
+    - fs/ntfs3: In function ntfs_set_acl_ex do not change inode->i_mode if
+      called from function ntfs_init_acl
+    - fs/ntfs3: Fix some memory leaks in an error handling path of
+      'log_replay()'
+    - fs/ntfs3: Update i_ctime when xattr is added
+    - fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functions
+    - cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was set
+    - cifs: fix ntlmssp on old servers
+    - cifs: fix potential double free during failed mount
+    - cifs: when extending a file with falloc we should make files not-sparse
+    - xhci: Set HCD flag to defer primary roothub registration
+    - xhci: Allow host runtime PM as default for Intel Alder Lake N xHCI
+    - platform/x86: intel-hid: fix _DSM function index handling
+    - x86/MCE/AMD: Fix memory leak when threshold_create_bank() fails
+    - perf/x86/intel: Fix event constraints for ICL
+    - x86/kexec: fix memory leak of elf header buffer
+    - x86/sgx: Set active memcg prior to shmem allocation
+    - kthread: Don't allocate kthread_struct for init and umh
+    - ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP
+    - ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEP
+    - ptrace: Reimplement PTRACE_KILL by always sending SIGKILL
+    - btrfs: add "0x" prefix for unsupported optional features
+    - btrfs: return correct error number for __extent_writepage_io()
+    - btrfs: repair super block num_devices automatically
+    - btrfs: fix the error handling for submit_extent_page() for
+      btrfs_do_readpage()
+    - btrfs: fix deadlock between concurrent dio writes when low on free data
+      space
+    - btrfs: zoned: properly finish block group on metadata write
+    - btrfs: zoned: zone finish unused block group
+    - btrfs: zoned: finish block group when there are no more allocatable bytes
+      left
+    - btrfs: zoned: fix comparison of alloc_offset vs meta_write_pointer
+    - iommu/vt-d: Add RPLS to quirk list to skip TE disabling
+    - drm/selftests: fix a shift-out-of-bounds bug
+    - drm/vmwgfx: validate the screen formats
+    - ath11k: fix the warning of dev_wake in mhi_pm_disable_transition()
+    - drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes
+    - selftests/bpf: Fix vfs_link kprobe definition
+    - selftests/bpf: Fix parsing of prog types in UAPI hdr for bpftool sync
+    - ath11k: Change max no of active probe SSID and BSSID to fw capability
+    - selftests/bpf: Fix file descriptor leak in load_kallsyms()
+    - rtw89: ser: fix CAM leaks occurring in L2 reset
+    - rtw89: fix misconfiguration on hw_scan channel time
+    - mwifiex: add mutex lock for call in mwifiex_dfs_chan_sw_work_queue
+    - b43legacy: Fix assigning negative value to unsigned variable
+    - b43: Fix assigning negative value to unsigned variable
+    - ipw2x00: Fix potential NULL dereference in libipw_xmit()
+    - ipv6: fix locking issues with loops over idev->addr_list
+    - fbcon: Consistently protect deferred_takeover with console_lock()
+    - x86/platform/uv: Update TSC sync state for UV5
+    - ACPICA: Avoid cache flush inside virtual machines
+    - libbpf: Fix a bug with checking bpf_probe_read_kernel() support in old
+      kernels
+    - mac80211: minstrel_ht: fix where rate stats are stored (fixes debugfs
+      output)
+    - drm/komeda: return early if drm_universal_plane_init() fails.
+    - drm/amd/display: Disabling Z10 on DCN31
+    - rcu-tasks: Fix race in schedule and flush work
+    - rcu-tasks: Handle sparse cpu_possible_mask in rcu_tasks_invoke_cbs()
+    - rcu: Make TASKS_RUDE_RCU select IRQ_WORK
+    - sfc: ef10: Fix assigning negative value to unsigned variable
+    - ALSA: jack: Access input_dev under mutex
+    - rtw88: fix incorrect frequency reported
+    - rtw88: 8821c: fix debugfs rssi value
+    - spi: spi-rspi: Remove setting {src,dst}_{addr,addr_width} based on DMA
+      direction
+    - tools/power turbostat: fix ICX DRAM power numbers
+    - tcp: consume incoming skb leading to a reset
+    - loop: implement ->free_disk
+    - scsi: lpfc: Move cfg_log_verbose check before calling lpfc_dmp_dbg()
+    - scsi: lpfc: Fix SCSI I/O completion and abort handler deadlock
+    - scsi: lpfc: Fix null pointer dereference after failing to issue FLOGI and
+      PLOGI
+    - scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT
+    - scsi: lpfc: Fix call trace observed during I/O with CMF enabled
+    - cpuidle: PSCI: Improve support for suspend-to-RAM for PSCI OSI mode
+    - drm/amdgpu/pm: fix the null pointer while the smu is disabled
+    - drm/amd/pm: fix double free in si_parse_power_table()
+    - ASoC: rsnd: care default case on rsnd_ssiu_busif_err_status_clear()
+    - ASoC: rsnd: care return value from rsnd_node_fixed_index()
+    - net: macb: In ZynqMP initialization make SGMII phy configuration optional
+    - ath9k: fix QCA9561 PA bias level
+    - media: Revert "media: dw9768: activate runtime PM and turn off device"
+    - media: i2c: dw9714: Disable the regulator when the driver fails to probe
+    - media: venus: hfi: avoid null dereference in deinit
+    - media: venus: do not queue internal buffers from previous sequence
+    - media: pci: cx23885: Fix the error handling in cx23885_initdev()
+    - media: cx25821: Fix the warning when removing the module
+    - md/bitmap: don't set sb values if can't pass sanity check
+    - mmc: jz4740: Apply DMA engine limits to maximum segment size
+    - drivers: mmc: sdhci_am654: Add the quirk to set TESTCD bit
+    - scsi: megaraid: Fix error check return value of register_chrdev()
+    - drm/amdgpu/sdma: Fix incorrect calculations of the wptr of the doorbells
+    - scsi: ufs: Use pm_runtime_resume_and_get() instead of
+      pm_runtime_get_sync()
+    - scsi: lpfc: Fix resource leak in lpfc_sli4_send_seq_to_ulp()
+    - ath11k: disable spectral scan during spectral deinit
+    - ASoC: Intel: bytcr_rt5640: Add quirk for the HP Pro Tablet 408
+    - drm/plane: Move range check for format_count earlier
+    - drm/amdkfd: Fix circular lock dependency warning
+    - drm/amd/pm: fix the compile warning
+    - ath10k: skip ath10k_halt during suspend for driver state RESTARTING
+    - arm64: compat: Do not treat syscall number as ESR_ELx for a bad syscall
+    - drm: msm: fix error check return value of irq_of_parse_and_map()
+    - drm/msm/dpu: Clean up CRC debug logs
+    - xtensa: move trace_hardirqs_off call back to entry.S
+    - ath11k: fix warning of not found station for bssid in message
+    - scsi: target: tcmu: Fix possible data corruption
+    - ipv6: Don't send rs packets to the interface of ARPHRD_TUNNEL
+    - net/mlx5: use kvfree() for kvzalloc() in mlx5_ct_fs_smfs_matcher_create
+    - net/mlx5: fs, delete the FTE when there are no rules attached to it
+    - ASoC: dapm: Don't fold register value changes into notifications
+    - ASoC: SOF: ipc3-topology: Correct get_control_data for non bytes payload
+    - mlxsw: spectrum_dcb: Do not warn about priority changes
+    - mlxsw: Treat LLDP packets as control
+    - drm/amdgpu/psp: move PSP memory alloc from hw_init to sw_init
+    - drm/amdgpu/ucode: Remove firmware load type check in amdgpu_ucode_free_bo
+    - regulator: mt6315: Enforce regulator-compatible, not name
+    - ice: always check VF VSI pointer values
+    - HID: bigben: fix slab-out-of-bounds Write in bigben_probe
+    - drm/tegra: gem: Do not try to dereference ERR_PTR()
+    - of: Support more than one crash kernel regions for kexec -s
+    - ASoC: tscs454: Add endianness flag in snd_soc_component_driver
+    - net/mlx5: Increase FW pre-init timeout for health recovery
+    - ASoC: Intel: sof_ssp_amp: fix no DMIC BE Link on Chromebooks
+    - scsi: hisi_sas: Undo RPM resume for failed notify phy event for v3 HW
+    - scsi: lpfc: Inhibit aborts if external loopback plug is inserted
+    - scsi: lpfc: Alter FPIN stat accounting logic
+    - net: remove two BUG() from skb_checksum_help()
+    - s390/preempt: disable __preempt_count_add() optimization for
+      PROFILE_ALL_BRANCHES
+    - perf/amd/ibs: Cascade pmu init functions' return value
+    - sched/core: Avoid obvious double update_rq_clock warning
+    - spi: stm32-qspi: Fix wait_cmd timeout in APM mode
+    - dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMIC
+    - fs: hold writers when changing mount's idmapping
+    - ASoC: SOF: amd: add missing platform_device_unregister in acp_pci_rn_probe
+    - ACPI: PM: Block ASUS B1400CEAE from suspend to idle by default
+    - ipmi:ssif: Check for NULL msg when handling events and messages
+    - ipmi: Add an intializer for ipmi_smi_msg struct
+    - ipmi: Fix pr_fmt to avoid compilation issues
+    - kunit: bail out of test filtering logic quicker if OOM
+    - rtlwifi: Use pr_warn instead of WARN_ONCE
+    - mt76: mt7915: accept rx frames with non-standard VHT MCS10-11
+    - mt76: mt7921: accept rx frames with non-standard VHT MCS10-11
+    - mt76: fix encap offload ethernet type check
+    - media: rga: fix possible memory leak in rga_probe
+    - media: coda: limit frame interval enumeration to supported encoder frame
+      sizes
+    - media: hantro: HEVC: unconditionnaly set pps_{cb/cr}_qp_offset values
+    - media: ccs-core.c: fix failure to call clk_disable_unprepare
+    - media: imon: reorganize serialization
+    - media: cec-adap.c: fix is_configuring state
+    - usbnet: Run unregister_netdev() before unbind() again
+    - Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirk
+    - Bluetooth: btusb: Set HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN for QCA
+    - Bluetooth: btusb: Set HCI_QUIRK_BROKEN_ERR_DATA_REPORTING for QCA
+    - bnxt_en: Configure ptp filters during bnxt open
+    - media: mediatek: vcodec: prevent kernel crash when rmmod mtk-vcodec-dec.ko
+    - openrisc: start CPU timer early in boot
+    - nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tags
+    - ASoC: rt5645: Fix errorenous cleanup order
+    - nbd: Fix hung on disconnect request if socket is closed before
+    - drm/amd/pm: update smartshift powerboost calc for smu12
+    - drm/amd/pm: update smartshift powerboost calc for smu13
+    - drm/amdgpu: Move mutex_init(&smu->message_lock) to smu_early_init()
+    - btrfs: fix anon_dev leak in create_subvol()
+    - kunit: tool: make parser stop overwriting status of suites w/ no_tests
+    - net: phy: micrel: Allow probing without .driver_data
+    - media: exynos4-is: Fix compile warning
+    - media: hantro: Stop using H.264 parameter pic_num
+    - rtw89: cfo: check mac_id to avoid out-of-bounds
+    - of/fdt: Ignore disabled memory nodes
+    - blk-throttle: Set BIO_THROTTLED when bio has been throttled
+    - ASoC: max98357a: remove dependency on GPIOLIB
+    - ASoC: rt1015p: remove dependency on GPIOLIB
+    - ACPI: CPPC: Assume no transition latency if no PCCT
+    - nvme: set non-mdts limits in nvme_scan_work
+    - can: mcp251xfd: silence clang's -Wunaligned-access warning
+    - x86/microcode: Add explicit CPU vendor dependency
+    - net: ipa: ignore endianness if there is no header
+    - selftests/bpf: Add missing trampoline program type to trampoline_count
+      test
+    - m68k: atari: Make Atari ROM port I/O write macros return void
+    - hwmon: (pmbus) Add get_voltage/set_voltage ops
+    - rxrpc: Return an error to sendmsg if call failed
+    - rxrpc, afs: Fix selection of abort codes
+    - afs: Adjust ACK interpretation to try and cope with NAT
+    - eth: tg3: silence the GCC 12 array-bounds warning
+    - char: tpm: cr50_i2c: Suppress duplicated error message in .remove()
+    - selftests/bpf: fix btf_dump/btf_dump due to recent clang change
+    - gfs2: use i_lock spin_lock for inode qadata
+    - linux/types.h: reinstate "__bitwise__" macro for user space use
+    - scsi: target: tcmu: Avoid holding XArray lock when calling lock_page
+    - kunit: fix executor OOM error handling logic on non-UML
+    - IB/rdmavt: add missing locks in rvt_ruc_loopback
+    - PCI/ASPM: Make Intel DG2 L1 acceptable latency unlimited
+    - ARM: dts: ox820: align interrupt controller node name with dtschema
+    - ARM: dts: socfpga: align interrupt controller node name with dtschema
+    - ARM: dts: s5pv210: align DMA channels with dtschema
+    - ASoC: amd: Add driver data to acp6x machine driver
+    - arm64: dts: qcom: msm8994: Fix the cont_splash_mem address
+    - arm64: dts: qcom: msm8994: Fix BLSP[12]_DMA channels count
+    - PM / devfreq: rk3399_dmc: Disable edev on remove()
+    - crypto: ccree - use fine grained DMA mapping dir
+    - crypto: qat - fix off-by-one error in PFVF debug print
+    - soc: ti: ti_sci_pm_domains: Check for null return of devm_kcalloc
+    - fs: jfs: fix possible NULL pointer dereference in dbFree()
+    - arm64: dts: qcom: sdm845-xiaomi-beryllium: fix typo in panel's
+      vddio-supply property
+    - ALSA: usb-audio: Add quirk bits for enabling/disabling generic implicit fb
+    - ALSA: usb-audio: Move generic implicit fb quirk entries into quirks.c
+    - ARM: OMAP1: clock: Fix UART rate reporting algorithm
+    - powerpc/fadump: Fix fadump to work with a different endian capture kernel
+    - fat: add ratelimit to fat*_ent_bread()
+    - pinctrl: renesas: rzn1: Fix possible null-ptr-deref in
+      sh_pfc_map_resources()
+    - ARM: versatile: Add missing of_node_put in dcscb_init
+    - ARM: dts: exynos: add atmel,24c128 fallback to Samsung EEPROM
+    - arm64: dts: qcom: sc7280-idp: Configure CTS pin to bias-bus-hold for
+      bluetooth
+    - arm64: dts: qcom: sc7280-qcard: Configure CTS pin to bias-bus-hold for
+      bluetooth
+    - ARM: hisi: Add missing of_node_put after of_find_compatible_node
+    - cpufreq: Avoid unnecessary frequency updates due to mismatch
+    - PCI: microchip: Add missing chained_irq_enter()/exit() calls
+    - powerpc/rtas: Keep MSR[RI] set when calling RTAS
+    - PCI: Avoid pci_dev_lock() AB/BA deadlock with sriov_numvfs_store()
+    - PCI: cadence: Clear FLR in device capabilities register
+    - KVM: PPC: Book3S HV Nested: L2 LPCR should inherit L1 LPES setting
+    - alpha: fix alloc_zeroed_user_highpage_movable()
+    - tracing: incorrect isolate_mote_t cast in mm_vmscan_lru_isolate
+    - cifs: return ENOENT for DFS lookup_cache_entry()
+    - powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attr
+    - powerpc/xics: fix refcount leak in icp_opal_init()
+    - powerpc/powernv: fix missing of_node_put in uv_init()
+    - macintosh/via-pmu: Fix build failure when CONFIG_INPUT is disabled
+    - powerpc/iommu: Add missing of_node_put in iommu_init_early_dart
+    - fanotify: fix incorrect fmode_t casts
+    - smb3: check for null tcon
+    - RDMA/hfi1: Prevent panic when SDMA is disabled
+    - cifs: do not use tcpStatus after negotiate completes
+    - Input: gpio-keys - cancel delayed work only in case of GPIO
+    - drm: fix EDID struct for old ARM OABI format
+    - drm/bridge_connector: enable HPD by default if supported
+    - drm/selftests: missing error code in igt_buddy_alloc_smoke()
+    - drm/omap: fix NULL but dereferenced coccicheck error
+    - dt-bindings: display: sitronix, st7735r: Fix backlight in example
+    - drm/bridge: anx7625: check the return on anx7625_aux_trans
+    - drm: ssd130x: Fix COM scan direction register mask
+    - drm: ssd130x: Always apply segment remap setting
+    - drm/solomon: Make DRM_SSD130X depends on MMU
+    - drm/format-helper: Rename drm_fb_xrgb8888_to_mono_reversed()
+    - drm/format-helper: Fix XRGB888 to monochrome conversion
+    - drm/ssd130x: Fix rectangle updates
+    - drm/ssd130x: Reduce temporary buffer sizes
+    - fbdev: defio: fix the pagelist corruption
+    - drm/vmwgfx: Fix an invalid read
+    - ath11k: acquire ab->base_lock in unassign when finding the peer by addr
+    - drm: bridge: it66121: Fix the register page length
+    - drm/bridge: it6505: Fix build error
+    - ath9k: fix ar9003_get_eepmisc
+    - drm/edid: fix invalid EDID extension block filtering
+    - drm/bridge: anx7625: add missing destroy_workqueue() in
+      anx7625_i2c_probe()
+    - drm/bridge: adv7511: clean up CEC adapter when probe fails
+    - drm: bridge: icn6211: Fix register layout
+    - drm: bridge: icn6211: Fix HFP_HSW_HBP_HI and HFP_MIN handling
+    - mtd: spinand: gigadevice: fix Quad IO for GD5F1GQ5UExxG
+    - spi: qcom-qspi: Add minItems to interconnect-names
+    - ASoC: codecs: Fix error handling in power domain init and exit handlers
+    - ASoC: cs35l41: Fix an out-of-bounds access in otp_packed_element_t
+    - ASoC: SOF: ipc3-topology: Set scontrol->priv to NULL after freeing it
+    - ASoC: mediatek: Fix error handling in mt8173_max98090_dev_probe
+    - ASoC: mediatek: Fix missing of_node_put in mt2701_wm8960_machine_probe
+    - docs: driver-api/thermal/intel_dptf: Use copyright symbol
+    - x86/delay: Fix the wrong asm constraint in delay_loop()
+    - drm/mediatek: Add vblank register/unregister callback functions
+    - drm/mediatek: Fix DPI component detection for MT8192
+    - drm/vc4: kms: Take old state core clock rate into account
+    - drm/vc4: hvs: Fix frame count register readout
+    - drm/mediatek: Fix mtk_cec_mask()
+    - drm/amd/amdgpu: Only reserve vram for firmware with vega9 MS_HYPERV host.
+    - drm/vc4: hvs: Reset muxes at probe time
+    - drm/vc4: txp: Don't set TXP_VSTART_AT_EOF
+    - drm/vc4: txp: Force alpha to be 0xff if it's disabled
+    - libbpf: Don't error out on CO-RE relos for overriden weak subprogs
+    - x86/PCI: Fix ALi M1487 (IBC) PIRQ router link value interpretation
+    - mptcp: optimize release_cb for the common case
+    - mptcp: reset the packet scheduler on incoming MP_PRIO
+    - mptcp: reset the packet scheduler on PRIO change
+    - nl80211: show SSID for P2P_GO interfaces
+    - drm/komeda: Fix an undefined behavior bug in komeda_plane_add()
+    - drm: mali-dp: potential dereference of null pointer
+    - drm/amd/amdgpu: Fix asm/hypervisor.h build error.
+    - spi: spi-ti-qspi: Fix return value handling of wait_for_completion_timeout
+    - scftorture: Fix distribution of short handler delays
+    - net: ethernet: ti: am65-cpsw: Fix build error without PHYLINK
+    - net: dsa: mt7530: 1G can also support 1000BASE-X link mode
+    - ixp4xx_eth: fix error check return value of platform_get_irq()
+    - NFC: NULL out the dev->rfkill to prevent UAF
+    - cpufreq: governor: Use kobject release() method to free dbs_data
+    - efi: Allow to enable EFI runtime services by default on RT
+    - efi: Add missing prototype for efi_capsule_setup_info
+    - device property: Allow error pointer to be passed to fwnode APIs
+    - drm/amd/amdgpu: Remove static from variable in RLCG Reg RW
+    - net: dsa: qca8k: correctly handle mdio read error
+    - target: remove an incorrect unmap zeroes data deduction
+    - drbd: remove assign_p_sizes_qlim
+    - drbd: use bdev based limit helpers in drbd_send_sizes
+    - drbd: use bdev_alignment_offset instead of queue_alignment_offset
+    - drbd: fix duplicate array initializer
+    - EDAC/dmc520: Don't print an error for each unconfigured interrupt line
+    - bpf: Move rcu lock management out of BPF_PROG_RUN routines
+    - drm/bridge: anx7625: Use uint8 for lane-swing arrays
+    - mtd: rawnand: denali: Use managed device resources
+    - HID: hid-led: fix maximum brightness for Dream Cheeky
+    - HID: elan: Fix potential double free in elan_input_configured
+    - drm/bridge: Fix error handling in analogix_dp_probe
+    - regulator: da9121: Fix uninit-value in da9121_assign_chip_model()
+    - drm/mediatek: dpi: Use mt8183 output formats for mt8192
+    - signal: Deliver SIGTRAP on perf event asynchronously if blocked
+    - sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rq
+    - sched/psi: report zeroes for CPU full at the system level
+    - spi: img-spfi: Fix pm_runtime_get_sync() error checking
+    - drm/bridge: Fix it6505 Kconfig DRM_DP_AUX_BUS dependency
+    - cpufreq: Fix possible race in cpufreq online error path
+    - printk: add missing memory barrier to wake_up_klogd()
+    - printk: wake waiters for safe and NMI contexts
+    - ath9k_htc: fix potential out of bounds access with invalid
+      rxstatus->rs_keyix
+    - media: i2c: max9286: fix kernel oops when removing module
+    - media: amphion: fix decoder's interlaced field
+    - media: hantro: Implement support for encoder commands
+    - media: hantro: Empty encoder capture buffers by default
+    - media: imx: imx-mipi-csis: Rename csi_state to mipi_csis_device
+    - media: imx: imx-mipi-csis: Fix active format initialization on source pad
+    - drm/panel: simple: Add missing bus flags for Innolux G070Y2-L01
+    - ALSA: pcm: Check for null pointer of pointer substream before
+      dereferencing it
+    - mtdblock: warn if opened on NAND
+    - inotify: show inotify mask flags in proc fdinfo
+    - fsnotify: fix wrong lockdep annotations
+    - spi: rockchip: fix missing error on unsupported SPI_CS_HIGH
+    - of: overlay: do not break notify on NOTIFY_{OK|STOP}
+    - selftests/damon: add damon to selftests root Makefile
+    - drm/msm: properly add and remove internal bridges
+    - drm/msm/dpu: adjust display_v_end for eDP and DP
+    - scsi: iscsi: Fix harmless double shift bug
+    - scsi: ufs: qcom: Fix ufs_qcom_resume()
+    - scsi: ufs: core: Exclude UECxx from SFR dump list
+    - drm/v3d: Fix null pointer dereference of pointer perfmon
+    - selftests/resctrl: Fix null pointer dereference on open failed
+    - libbpf: Fix logic for finding matching program for CO-RE relocation
+    - mtd: spi-nor: core: Check written SR value in
+      spi_nor_write_16bit_sr_and_check()
+    - x86/pm: Fix false positive kmemleak report in msr_build_context()
+    - mtd: rawnand: cadence: fix possible null-ptr-deref in
+      cadence_nand_dt_probe()
+    - mtd: rawnand: intel: fix possible null-ptr-deref in ebu_nand_probe()
+    - x86/speculation: Add missing prototype for unpriv_ebpf_notify()
+    - ASoC: rk3328: fix disabling mclk on pclk probe failure
+    - perf tools: Add missing headers needed by util/data.h
+    - drm/msm/disp/dpu1: set vbif hw config to NULL to avoid use after memory
+      free during pm runtime resume
+    - drm/msm/dp: stop event kernel thread when DP unbind
+    - drm/msm/dp: fix error check return value of irq_of_parse_and_map()
+    - drm/msm/dp: reset DP controller before transmit phy test pattern
+    - drm/msm/dp: do not stop transmitting phy test pattern during DP phy
+      compliance test
+    - drm/msm/dsi: fix error checks and return values for DSI xmit functions
+    - drm/msm/hdmi: check return value after calling
+      platform_get_resource_byname()
+    - drm/msm/hdmi: fix error check return value of irq_of_parse_and_map()
+    - drm/msm: add missing include to msm_drv.c
+    - drm/panel: panel-simple: Fix proper bpc for AM-1280800N3TZQW-T00H
+    - drm/bridge: it6505: Send DPCD SET_POWER to downstream
+    - drm/msm: Fix null pointer dereferences without iommu
+    - kunit: fix debugfs code to use enum kunit_status, not bool
+    - drm/rockchip: vop: fix possible null-ptr-deref in vop_bind()
+    - spi: cadence-quadspi: fix Direct Access Mode disable for SoCFPGA
+    - perf tools: Use Python devtools for version autodetection rather than
+      runtime
+    - virtio_blk: fix the discard_granularity and discard_alignment queue limits
+    - nl80211: don't hold RTNL in color change request
+    - x86: Fix return value of __setup handlers
+    - irqchip/exiu: Fix acknowledgment of edge triggered interrupts
+    - irqchip/aspeed-i2c-ic: Fix irq_of_parse_and_map() return value
+    - irqchip/aspeed-scu-ic: Fix irq_of_parse_and_map() return value
+    - x86/mm: Cleanup the control_va_addr_alignment() __setup handler
+    - arm64: fix types in copy_highpage()
+    - regulator: core: Fix enable_count imbalance with EXCLUSIVE_GET
+    - wl1251: dynamically allocate memory used for DMA
+    - linkage: Fix issue with missing symbol size
+    - ACPI: AGDI: Fix missing prototype warning for acpi_agdi_init()
+    - drm/msm/disp/dpu1: avoid clearing hw interrupts if hw_intr is null during
+      drm uninit
+    - drm/msm/dsi: fix address for second DSI PHY on SDM660
+    - drm/msm/dp: fix event thread stuck in wait_event after kthread_stop()
+    - drm/msm/mdp5: Return error code in mdp5_pipe_release when deadlock is
+      detected
+    - drm/msm/mdp5: Return error code in mdp5_mixer_release when deadlock is
+      detected
+    - drm/msm: return an error pointer in msm_gem_prime_get_sg_table()
+    - media: uvcvideo: Fix missing check to determine if element is found in
+      list
+    - arm64: stackleak: fix current_top_of_stack()
+    - iomap: iomap_write_failed fix
+    - spi: spi-fsl-qspi: check return value after calling
+      platform_get_resource_byname()
+    - selftests/bpf: Prevent skeleton generation race
+    - Revert "cpufreq: Fix possible race in cpufreq online error path"
+    - regulator: qcom_smd: Fix up PM8950 regulator configuration
+    - samples: bpf: Don't fail for a missing VMLINUX_BTF when VMLINUX_H is
+      provided
+    - perf/amd/ibs: Use interrupt regs ip for stack unwinding
+    - ath11k: Don't check arvif->is_started before sending management frames
+    - scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4()
+    - scsi: lpfc: Fix dmabuf ptr assignment in lpfc_ct_reject_event()
+    - wilc1000: fix crash observed in AP mode with cfg80211_register_netdevice()
+    - HID: amd_sfh: Modify the bus name
+    - HID: amd_sfh: Modify the hid name
+    - ASoC: fsl: Fix refcount leak in imx_sgtl5000_probe
+    - ASoC: imx-hdmi: Fix refcount leak in imx_hdmi_probe
+    - ASoC: mxs-saif: Fix refcount leak in mxs_saif_probe
+    - regulator: pfuze100: Fix refcount leak in pfuze_parse_regulators_dt
+    - PM: EM: Decrement policy counter
+    - dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pages
+    - ASoC: samsung: Fix refcount leak in aries_audio_probe
+    - block: Fix the bio.bi_opf comment
+    - kselftest/cgroup: fix test_stress.sh to use OUTPUT dir
+    - scripts/faddr2line: Fix overlapping text section failures
+    - media: aspeed: Fix an error handling path in aspeed_video_probe()
+    - media: exynos4-is: Fix PM disable depth imbalance in fimc_is_probe
+    - mt76: mt7915: fix DBDC default band selection on MT7915D
+    - mt76: mt7921: honor pm user configuration in mt7921_sniffer_interface_iter
+    - mt76: mt7915: fix unbounded shift in mt7915_mcu_beacon_mbss
+    - mt76: mt7921: Fix the error handling path of mt7921_pci_probe()
+    - mt76: mt7915: fix possible uninitialized pointer dereference in
+      mt7986_wmac_gpio_setup
+    - mt76: mt7915: fix possible NULL pointer dereference in
+      mt7915_mac_fill_rx_vector
+    - mt76: mt7915: do not pass data pointer to mt7915_mcu_muru_debug_set
+    - mt76: mt7915: report rx mode value in mt7915_mac_fill_rx_rate
+    - mt76: fix antenna config missing in 6G cap
+    - mt76: mt7921: fix kernel crash at mt7921_pci_remove
+    - mt76: do not attempt to reorder received 802.3 packets without agg session
+    - mt76: fix tx status related use-after-free race on station removal
+    - mt76: mt7915: fix twt table_mask to u16 in mt7915_dev
+    - media: st-delta: Fix PM disable depth imbalance in delta_probe
+    - media: atmel: atmel-isc: Fix PM disable depth imbalance in atmel_isc_probe
+    - media: i2c: rdacm2x: properly set subdev entity function
+    - media: exynos4-is: Change clk_disable to clk_disable_unprepare
+    - media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_init
+    - media: make RADIO_ADAPTERS tristate
+    - media: vsp1: Fix offset calculation for plane cropping
+    - media: atmel: atmel-sama5d2-isc: fix wrong mask in YUYV format check
+    - media: hantro: HEVC: Fix tile info buffer value computation
+    - Bluetooth: mt7921s: Fix the incorrect pointer check
+    - Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeout
+    - Bluetooth: use hdev lock in activate_scan for hci_is_adv_monitoring
+    - Bluetooth: use hdev lock for accept_list and reject_list in conn req
+    - Bluetooth: protect le accept and resolv lists with hdev->lock
+    - Bluetooth: btmtksdio: fix use-after-free at btmtksdio_recv_event
+    - Bluetooth: btmtksdio: fix possible FW initialization failure
+    - Bluetooth: btmtksdio: fix the reset takes too long
+    - media: mediatek: vcodec: Fix v4l2 compliance decoder cmd test fail
+    - io_uring: avoid io-wq -EAGAIN looping for !IOPOLL
+    - io_uring: only wake when the correct events are set
+    - irqchip/gic-v3: Ensure pseudo-NMIs have an ISB between ack and handling
+    - irqchip/gic-v3: Refactor ISB + EOIR at ack time
+    - irqchip/gic-v3: Fix priority mask handling
+    - nvme: set dma alignment to dword
+    - m68k: math-emu: Fix dependencies of math emulation support
+    - net: annotate races around sk->sk_bound_dev_if
+    - sctp: read sk->sk_bound_dev_if once in sctp_rcv()
+    - net: hinic: add missing destroy_workqueue in hinic_pf_to_mgmt_init
+    - ASoC: ti: j721e-evm: Fix refcount leak in j721e_soc_probe_*
+    - kselftest/arm64: bti: force static linking
+    - media: ov7670: remove ov7670_power_off from ov7670_remove
+    - media: i2c: ov2640: Depend on V4L2_ASYNC
+    - media: i2c: ov5648: fix wrong pointer passed to IS_ERR() and PTR_ERR()
+    - media: rkvdec: h264: Fix dpb_valid implementation
+    - media: rkvdec: h264: Fix bit depth wrap in pps packet
+    - regulator: scmi: Fix refcount leak in scmi_regulator_probe
+    - blk-cgroup: always terminate io.stat lines
+    - erofs: fix buffer copy overflow of ztailpacking feature
+    - net/mlx5e: Correct the calculation of max channels for rep
+    - ext4: reject the 'commit' option on ext2 filesystems
+    - drm/msm/dsi: don't powerup at modeset time for parade-ps8640
+    - drm/msm/a6xx: Fix refcount leak in a6xx_gpu_init
+    - drm: msm: fix possible memory leak in mdp5_crtc_cursor_set()
+    - x86/sev: Annotate stack change in the #VC handler
+    - drm/msm: don't free the IRQ if it was not requested
+    - selftests/bpf: Add missed ima_setup.sh in Makefile
+    - drm/msm/dpu: handle pm_runtime_get_sync() errors in bind path
+    - drm/i915: Fix CFI violation with show_dynamic_id()
+    - thermal/drivers/bcm2711: Don't clamp temperature at zero
+    - thermal/drivers/broadcom: Fix potential NULL dereference in
+      sr_thermal_probe
+    - thermal/core: Fix memory leak in __thermal_cooling_device_register()
+    - thermal/drivers/imx_sc_thermal: Fix refcount leak in imx_sc_thermal_probe
+    - bfq: Relax waker detection for shared queues
+    - bfq: Allow current waker to defend against a tentative one
+    - ASoC: codecs: lpass: Fix passing zero to 'PTR_ERR'
+    - ASoC: wm2000: fix missing clk_disable_unprepare() on error in
+      wm2000_anc_transition()
+    - cpuidle: psci: Fix regression leading to no genpd governor
+    - cpuidle: riscv-sbi: Fix code to allow a genpd governor to be used
+    - platform/x86: intel_cht_int33fe: Set driver data
+    - PM: domains: Fix initialization of genpd's next_wakeup
+    - net: macb: Fix PTP one step sync support
+    - scsi: hisi_sas: Fix rescan after deleting a disk
+    - scsi: hisi_sas: Fix memory ordering in hisi_sas_task_deliver()
+    - NFC: hci: fix sleep in atomic context bugs in nfc_hci_hcp_message_tx
+    - bonding: fix missed rcu protection
+    - ASoC: max98090: Move check for invalid values before casting in
+      max98090_put_enab_tlv()
+    - perf parse-events: Support different format of the topdown event name
+    - net: stmmac: fix out-of-bounds access in a selftest
+    - amt: fix gateway mode stuck
+    - amt: fix memory leak for advertisement message
+    - hv_netvsc: Fix potential dereference of NULL pointer
+    - hwmon: (dimmtemp) Fix bitmap handling
+    - hwmon: (pmbus) Check PEC support before reading other registers
+    - rxrpc: Fix locking issue
+    - rxrpc: Fix listen() setting the bar too high for the prealloc rings
+    - rxrpc: Don't try to resend the request if we're receiving the reply
+    - rxrpc: Fix overlapping ACK accounting
+    - rxrpc: Don't let ack.previousPacket regress
+    - rxrpc: Fix decision on when to generate an IDLE ACK
+    - hinic: Avoid some over memory allocation
+    - dpaa2-eth: retrieve the virtual address before dma_unmap
+    - dpaa2-eth: use the correct software annotation field
+    - dpaa2-eth: unmap the SGT buffer before accessing its contents
+    - net: dsa: restrict SMSC_LAN9303_I2C kconfig
+    - net/smc: postpone sk_refcnt increment in connect()
+    - net/smc: fix listen processing for SMC-Rv2
+    - dma-direct: don't over-decrypt memory
+    - Bluetooth: hci_conn: Fix hci_connect_le_sync
+    - Revert "net/smc: fix listen processing for SMC-Rv2"
+    - media: lirc: revert removal of unused feature flags
+    - arm64: dts: rockchip: Move drive-impedance-ohm to emmc phy on rk3399
+    - arm64: dts: mt8192: Fix nor_flash status disable typo
+    - PCI/ACPI: Allow D3 only if Root Port can signal and wake from D3
+    - memory: samsung: exynos5422-dmc: Avoid some over memory allocation
+    - ARM: dts: BCM5301X: Update pin controller node name
+    - ARM: dts: suniv: F1C100: fix watchdog compatible
+    - soc: qcom: smp2p: Fix missing of_node_put() in smp2p_parse_ipc
+    - soc: qcom: smsm: Fix missing of_node_put() in smsm_parse_ipc
+    - arm64: defconfig: reenable SM_DISPCC_8250
+    - PCI: cadence: Fix find_first_zero_bit() limit
+    - PCI: rockchip: Fix find_first_zero_bit() limit
+    - PCI: mediatek: Fix refcount leak in mtk_pcie_subsys_powerup()
+    - PCI: dwc: Fix setting error return on MSI DMA mapping failure
+    - ARM: dts: ci4x10: Adapt to changes in imx6qdl.dtsi regarding fec clocks
+    - arm64: dts: qcom: sc7280: Fix sar1_irq_odl node name
+    - arm64: dts: qcom: sc7280-herobrine: Drop outputs on fpmcu pins
+    - soc: qcom: llcc: Add MODULE_DEVICE_TABLE()
+    - cxl/pci: Add debug for DVSEC range init failures
+    - cxl/pci: Make cxl_dvsec_ranges() failure not fatal to cxl_pci
+    - KVM: nVMX: Leave most VM-Exit info fields unmodified on failed VM-Entry
+    - KVM: nVMX: Clear IDT vectoring on nested VM-Exit for double/triple fault
+    - arm64: dts: juno: Fix SCMI power domain IDs for ETF and CS funnel
+    - crypto: qat - set CIPHER capability for DH895XCC
+    - crypto: qat - set COMPRESSION capability for DH895XCC
+    - platform/chrome: cros_ec: fix error handling in cros_ec_register()
+    - ARM: dts: imx6dl-colibri: Fix I2C pinmuxing
+    - platform/chrome: Re-introduce cros_ec_cmd_xfer and use it for ioctls
+    - can: xilinx_can: mark bit timing constants as const
+    - ARM: dts: stm32: Fix PHY post-reset delay on Avenger96
+    - dt-bindings: soc: qcom: smd-rpm: Fix missing MSM8936 compatible
+    - ARM: dts: qcom: sdx55: remove wrong unit address from RPMH RSC clocks
+    - arm64: dts: qcom: sm8450: Fix missing iommus for qup
+    - arm64: dts: qcom: sm8450: Fix missing iommus for qup1
+    - ARM: dts: bcm2835-rpi-zero-w: Fix GPIO line name for Wifi/BT
+    - ARM: dts: bcm2837-rpi-cm3-io3: Fix GPIO line names for SMPS I2C
+    - ARM: dts: bcm2837-rpi-3-b-plus: Fix GPIO line name of power LED
+    - ARM: dts: bcm2835-rpi-b: Fix GPIO line names
+    - misc: ocxl: fix possible double free in ocxl_file_register_afu
+    - hwrng: cn10k - Optimize cn10k_rng_read()
+    - hwrng: cn10k - Make check_rng_health() return an error code
+    - crypto: marvell/cesa - ECB does not IV
+    - gpiolib: of: Introduce hook for missing gpio-ranges
+    - pinctrl: bcm2835: implement hook for missing gpio-ranges
+    - drm/msm: simplify gpu_busy callback
+    - drm/msm: return the average load over the polling period
+    - arm: mediatek: select arch timer for mt7629
+    - pinctrl/rockchip: support deferring other gpio params
+    - pinctrl: mediatek: mt8195: enable driver on mtk platforms
+    - arm64: dts: qcom: qrb5165-rb5: Fix can-clock node name
+    - Drivers: hv: vmbus: Fix handling of messages with transaction ID of zero
+    - powerpc/fadump: fix PT_LOAD segment for boot memory area
+    - mfd: ipaq-micro: Fix error check return value of platform_get_irq()
+    - scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac()
+    - soc: bcm: Check for NULL return of devm_kzalloc()
+    - arm64: dts: ti: k3-am64-mcu: remove incorrect UART base clock rates
+    - ASoC: sh: rz-ssi: Propagate error codes returned from
+      platform_get_irq_byname()
+    - ASoC: sh: rz-ssi: Release the DMA channels in rz_ssi_probe() error path
+    - firmware: arm_scmi: Fix list protocols enumeration in the base protocol
+    - nvdimm: Fix firmware activation deadlock scenarios
+    - nvdimm: Allow overwrite in the presence of disabled dimms
+    - pinctrl: mvebu: Fix irq_of_parse_and_map() return value
+    - crypto: ccp - Fix the INIT_EX data file open failure
+    - drivers/base/node.c: fix compaction sysfs file leak
+    - dax: fix cache flush on PMD-mapped pages
+    - drivers/base/memory: fix an unlikely reference counting issue in
+      __add_memory_block()
+    - firmware: arm_ffa: Fix uuid parameter to ffa_partition_probe
+    - firmware: arm_ffa: Remove incorrect assignment of driver_data
+    - ocfs2: fix mounting crash if journal is not alloced
+    - list: fix a data-race around ep->rdllist
+    - drm/msm/dpu: fix error check return value of irq_of_parse_and_map()
+    - powerpc/8xx: export 'cpm_setbrg' for modules
+    - pinctrl: renesas: r8a779a0: Fix GPIO function on I2C-capable pins
+    - pinctrl: renesas: r8a779f0: Fix GPIO function on I2C-capable pins
+    - pinctrl: renesas: core: Fix possible null-ptr-deref in
+      sh_pfc_map_resources()
+    - powerpc/idle: Fix return value of __setup() handler
+    - powerpc/4xx/cpm: Fix return value of __setup() handler
+    - RDMA/hns: Add the detection for CMDQ status in the device initialization
+      process
+    - arm64: dts: marvell: espressobin-ultra: fix SPI-NOR config
+    - arm64: dts: marvell: espressobin-ultra: enable front USB3 port
+    - ASoC: atmel-pdmic: Remove endianness flag on pdmic component
+    - ASoC: atmel-classd: Remove endianness flag on class d component
+    - proc: fix dentry/inode overinstantiating under /proc/${pid}/net
+    - ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()
+    - PCI: imx6: Fix PERST# start-up sequence
+    - PCI: mediatek-gen3: Assert resets to ensure expected init state
+    - module.h: simplify MODULE_IMPORT_NS
+    - module: fix [e_shstrndx].sh_size=0 OOB access
+    - tty: fix deadlock caused by calling printk() under tty_port->lock
+    - crypto: sun8i-ss - rework handling of IV
+    - crypto: sun8i-ss - handle zero sized sg
+    - crypto: cryptd - Protect per-CPU resource by disabling BH.
+    - ARM: dts: at91: sama7g5: remove interrupt-parent from gic node
+    - ARM: dts: lan966x: swap dma channels for crypto node
+    - hugetlbfs: fix hugetlbfs_statfs() locking
+    - x86/mce: relocate set{clear}_mce_nospec() functions
+    - mce: fix set_mce_nospec to always unmap the whole page
+    - Input: sparcspkr - fix refcount leak in bbc_beep_probe
+    - PCI/AER: Clear MULTI_ERR_COR/UNCOR_RCV bits
+    - KVM: PPC: Book3S HV: Fix vcore_blocked tracepoint
+    - PCI: microchip: Fix potential race in interrupt handling
+    - cxl/mem: Drop mem_enabled check from wait_for_media()
+    - hwrng: omap3-rom - fix using wrong clk_disable() in
+      omap_rom_rng_runtime_resume()
+    - perf evlist: Keep topdown counters in weak group
+    - perf stat: Always keep perf metrics topdown events in a group
+    - mailbox: pcc: Fix an invalid-load caught by the address sanitizer
+    - powerpc/64: Only WARN if __pa()/__va() called with bad addresses
+    - powerpc/powernv: Get L1D flush requirements from device-tree
+    - powerpc/powernv: Get STF barrier requirements from device-tree
+    - powerpc/perf: Fix the threshold compare group constraint for power10
+    - powerpc/perf: Fix the threshold compare group constraint for power9
+    - macintosh: via-pmu and via-cuda need RTC_LIB
+    - powerpc/xive: Fix refcount leak in xive_spapr_init
+    - powerpc/fsl_rio: Fix refcount leak in fsl_rio_setup
+    - powerpc/papr_scm: Fix leaking nvdimm_events_map elements
+    - powerpc/fsl_book3e: Don't set rodata RO too early
+    - gpio: sim: Use correct order for the parameters of devm_kcalloc()
+    - mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe()
+    - nfsd: destroy percpu stats counters after reply cache shutdown
+    - mailbox: forward the hrtimer if not queued and under a lock
+    - RDMA/rxe: Fix an error handling path in rxe_get_mcg()
+    - RDMA/hfi1: Prevent use of lock before it is initialized
+    - pinctrl: apple: Use a raw spinlock for the regmap
+    - KVM: LAPIC: Drop pending LAPIC timer injection when canceling the timer
+    - Input: stmfts - do not leave device disabled in stmfts_input_open
+    - OPP: call of_node_put() on error path in _bandwidth_supported()
+    - dmaengine: ti: k3-psil-am62: Update PSIL thread for saul.
+    - f2fs: fix to do sanity check on inline_dots inode
+    - f2fs: fix dereference of stale list iterator after loop body
+    - riscv: Fixup difference with defconfig
+    - iommu/amd: Enable swiotlb in all cases
+    - iommu/amd: Do not call sleep while holding spinlock
+    - iommu/mediatek: Fix 2 HW sharing pgtable issue
+    - iommu/mediatek: Add list_del in mtk_iommu_remove
+    - iommu/mediatek: Remove clk_disable in mtk_iommu_remove
+    - iommu/mediatek: Add mutex for m4u_group and m4u_dom in data
+    - i2c: at91: use dma safe buffers
+    - cpufreq: mediatek: Use module_init and add module_exit
+    - cpufreq: mediatek: Unregister platform device on exit
+    - iommu/arm-smmu-v3-sva: Fix mm use-after-free
+    - MIPS: Loongson: Use hwmon_device_register_with_groups() to register hwmon
+    - iommu/mediatek: Fix NULL pointer dereference when printing dev_name
+    - i2c: at91: Initialize dma_buf in at91_twi_xfer()
+    - dmaengine: idxd: Fix the error handling path in idxd_cdev_register()
+    - NFS: Do not report EINTR/ERESTARTSYS as mapping errors
+    - NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYS
+    - NFS: Don't report ENOSPC write errors twice
+    - NFS: Do not report flush errors in nfs_write_end()
+    - NFS: Don't report errors from nfs_pageio_complete() more than once
+    - NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layout
+    - NFS: Further fixes to the writeback error handling
+    - NFS: Pass i_size to fscache_unuse_cookie() when a file is released
+    - video: fbdev: clcdfb: Fix refcount leak in clcdfb_of_vram_setup
+    - dmaengine: stm32-mdma: remove GISR1 register
+    - dmaengine: stm32-mdma: fix chan initialization in stm32_mdma_irq_handler()
+    - iommu/amd: Increase timeout waiting for GA log enablement
+    - i2c: npcm: Fix timeout calculation
+    - i2c: npcm: Correct register access width
+    - i2c: npcm: Handle spurious interrupts
+    - i2c: rcar: fix PM ref counts in probe error paths
+    - tracing: Reset the function filter after completing trampoline/graph
+      selftest
+    - RISC-V: Split out the XIP fixups into their own file
+    - RISC-V: Fix the XIP build
+    - MIPS: RALINK: Define pci_remap_iospace under CONFIG_PCI_DRIVERS_GENERIC
+    - perf build: Fix btf__load_from_kernel_by_id() feature check
+    - perf c2c: Use stdio interface if slang is not supported
+    - rtla: Avoid record NULL pointer dereference
+    - rtla: Don't overwrite existing directory mode
+    - rtla: Minor grammar fix for rtla README
+    - rtla: Fix __set_sched_attr error message
+    - rtla: Remove procps-ng dependency
+    - tracing/timerlat: Notify IRQ new max latency only if stop tracing is set
+    - perf jevents: Fix event syntax error caused by ExtSel
+    - video: fbdev: vesafb: Fix a use-after-free due early fb_info cleanup
+    - NFSv4: Fix free of uninitialized nfs4_label on referral lookup.
+    - NFSv4.1 mark qualified async operations as MOVEABLE tasks
+    - f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()
+    - f2fs: fix to do sanity check on block address in f2fs_do_zero_range()
+    - f2fs: fix to clear dirty inode in f2fs_evict_inode()
+    - f2fs: fix deadloop in foreground GC
+    - f2fs: don't need inode lock for system hidden quota
+    - f2fs: fix to do sanity check on total_data_blocks
+    - f2fs: don't use casefolded comparison for "." and ".."
+    - f2fs: fix fallocate to use file_modified to update permissions
+      consistently
+    - f2fs: fix to do sanity check for inline inode
+    - objtool: Fix objtool regression on x32 systems
+    - objtool: Fix symbol creation
+    - wifi: mac80211: fix use-after-free in chanctx code
+    - iwlwifi: fw: init SAR GEO table only if data is present
+    - iwlwifi: mvm: fix assert 1F04 upon reconfig
+    - iwlwifi: mei: clear the sap data header before sending
+    - iwlwifi: mei: fix potential NULL-ptr deref
+    - ipmi:ipmb: Fix refcount leak in ipmi_ipmb_probe
+    - fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped
+      pages
+    - efi: Do not import certificates from UEFI Secure Boot for T2 Macs
+    - bfq: Avoid false marking of bic as stably merged
+    - bfq: Avoid merging queues with different parents
+    - bfq: Split shared queues on move between cgroups
+    - bfq: Update cgroup information before merging bio
+    - bfq: Drop pointless unlock-lock pair
+    - bfq: Remove pointless bfq_init_rq() calls
+    - bfq: Track whether bfq_group is still online
+    - bfq: Get rid of __bio_blkcg() usage
+    - bfq: Make sure bfqg for which we are queueing requests is online
+    - ext4: mark group as trimmed only if it was fully scanned
+    - ext4: fix use-after-free in ext4_rename_dir_prepare
+    - ext4: fix journal_ioprio mount option handling
+    - ext4: fix race condition between ext4_write and ext4_convert_inline_data
+    - ext4: fix warning in ext4_handle_inode_extension
+    - ext4: fix memory leak in parse_apply_sb_mount_options()
+    - ext4: fix bug_on in ext4_writepages
+    - ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_state
+    - ext4: fix bug_on in __es_tree_search
+    - ext4: verify dir block before splitting it
+    - ext4: avoid cycles in directory h-tree
+    - ACPI: property: Release subnode properties with data nodes
+    - tty: goldfish: Introduce gf_ioread32()/gf_iowrite32()
+    - tracing: Have event format check not flag %p* on __get_dynamic_array()
+    - tracing: Fix potential double free in create_var_ref()
+    - tracing: Fix return value of trace_pid_write()
+    - tracing: Initialize integer variable to prevent garbage return value
+    - drm/amdgpu: add beige goby PCI ID
+    - PCI/PM: Fix bridge_d3_blacklist[] Elo i2 overwrite of Gigabyte X299
+    - PCI: qcom: Fix pipe clock imbalance
+    - PCI: qcom: Fix runtime PM imbalance on probe errors
+    - PCI: qcom: Fix unbalanced PHY init on probe errors
+    - staging: r8188eu: prevent ->Ssid overflow in rtw_wx_set_scan()
+    - block: Fix potential deadlock in blk_ia_range_sysfs_show()
+    - mm, compaction: fast_find_migrateblock() should return pfn in the target
+      zone
+    - s390/perf: obtain sie_block from the right address
+    - s390/stp: clock_delta should be signed
+    - dlm: fix plock invalid read
+    - dlm: uninitialized variable on error in dlm_listen_for_all()
+    - dlm: fix wake_up() calls for pending remove
+    - dlm: fix missing lkb refcount handling
+    - ocfs2: dlmfs: fix error handling of user_dlm_destroy_lock
+    - scsi: dc395x: Fix a missing check on list iterator
+    - scsi: ufs: qcom: Add a readl() to make sure ref_clk gets enabled
+    - landlock: Add clang-format exceptions
+    - landlock: Format with clang-format
+    - selftests/landlock: Add clang-format exceptions
+    - selftests/landlock: Normalize array assignment
+    - selftests/landlock: Format with clang-format
+    - samples/landlock: Add clang-format exceptions
+    - samples/landlock: Format with clang-format
+    - landlock: Fix landlock_add_rule(2) documentation
+    - selftests/landlock: Make tests build with old libc
+    - selftests/landlock: Extend tests for minimal valid attribute size
+    - selftests/landlock: Add tests for unknown access rights
+    - selftests/landlock: Extend access right tests to directories
+    - selftests/landlock: Fully test file rename with "remove" access
+    - selftests/landlock: Add tests for O_PATH
+    - landlock: Change landlock_add_rule(2) argument check ordering
+    - landlock: Change landlock_restrict_self(2) check ordering
+    - selftests/landlock: Test landlock_create_ruleset(2) argument check
+      ordering
+    - landlock: Define access_mask_t to enforce a consistent access mask size
+    - landlock: Reduce the maximum number of layers to 16
+    - landlock: Create find_rule() from unmask_layers()
+    - landlock: Fix same-layer rule unions
+    - drm/amdgpu/cs: make commands with 0 chunks illegal behaviour.
+    - drm/nouveau/subdev/bus: Ratelimit logging for fault errors
+    - drm/etnaviv: check for reaped mapping in etnaviv_iommu_unmap_gem
+    - drm/nouveau/clk: Fix an incorrect NULL check on list iterator
+    - drm/nouveau/kms/nv50-: atom: fix an incorrect NULL check on list iterator
+    - drm/bridge: analogix_dp: Grab runtime PM reference for DP-AUX
+    - drm/i915/dsi: fix VBT send packet port selection for ICL+
+    - md: fix an incorrect NULL check in does_sb_need_changing
+    - md: fix an incorrect NULL check in md_reload_sb
+    - mtd: cfi_cmdset_0002: Move and rename
+      chip_check/chip_ready/chip_good_for_write
+    - mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064N
+    - media: coda: Fix reported H264 profile
+    - media: coda: Add more H264 levels for CODA960
+    - ima: remove the IMA_TEMPLATE Kconfig option
+    - Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13
+      bug
+    - lib/string_helpers: fix not adding strarray to device's resource list
+    - RDMA/hfi1: Fix potential integer multiplication overflow errors
+    - mmc: core: Allows to override the timeout value for ioctl() path
+    - csky: patch_text: Fixup last cpu should be master
+    - irqchip/armada-370-xp: Do not touch Performance Counter Overflow on A375,
+      A38x, A39x
+    - irqchip: irq-xtensa-mx: fix initial IRQ affinity
+    - thermal: devfreq_cooling: use local ops instead of global ops
+    - mt76: fix use-after-free by removing a non-RCU wcid pointer
+    - cfg80211: declare MODULE_FIRMWARE for regulatory.db
+    - mac80211: upgrade passive scan to active scan on DFS channels after beacon
+      rx
+    - um: virtio_uml: Fix broken device handling in time-travel
+    - um: Use asm-generic/dma-mapping.h
+    - um: chan_user: Fix winch_tramp() return value
+    - um: Fix out-of-bounds read in LDT setup
+    - MIPS: IP27: Remove incorrect `cpu_has_fpu' override
+    - MIPS: IP30: Remove incorrect `cpu_has_fpu' override
+    - kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]
+    - ftrace: Clean up hash direct_functions on register failures
+    - ksmbd: fix outstanding credits related bugs
+    - iommu/msm: Fix an incorrect NULL check on list iterator
+    - iommu/dma: Fix iova map result check bug
+    - kprobes: Fix build errors with CONFIG_KRETPROBES=n
+    - Revert "mm/cma.c: remove redundant cma_mutex lock"
+    - mm/page_owner: use strscpy() instead of strlcpy()
+    - mm/page_alloc: always attempt to allocate at least one page during bulk
+      allocation
+    - nodemask.h: fix compilation error with GCC12
+    - hugetlb: fix huge_pmd_unshare address update
+    - mm/memremap: fix missing call to untrack_pfn() in pagemap_range()
+    - xtensa/simdisk: fix proc_read_simdisk()
+    - rtl818x: Prevent using not initialized queues
+    - ASoC: rt5514: Fix event generation for "DSP Voice Wake Up" control
+    - carl9170: tx: fix an incorrect use of list iterator
+    - stm: ltdc: fix two incorrect NULL checks on list iterator
+    - bcache: improve multithreaded bch_btree_check()
+    - bcache: improve multithreaded bch_sectors_dirty_init()
+    - bcache: remove incremental dirty sector counting for
+      bch_sectors_dirty_init()
+    - bcache: avoid journal no-space deadlock by reserving 1 journal bucket
+    - serial: pch: don't overwrite xmit->buf[0] by x_char
+    - tilcdc: tilcdc_external: fix an incorrect NULL check on list iterator
+    - gma500: fix an incorrect NULL check on list iterator
+    - arm64: dts: qcom: ipq8074: fix the sleep clock frequency
+    - arm64: tegra: Add missing DFLL reset on Tegra210
+    - clk: tegra: Add missing reset deassertion
+    - phy: qcom-qmp: fix struct clk leak on probe errors
+    - ARM: dts: s5pv210: Remove spi-cs-high on panel in Aries
+    - ARM: pxa: maybe fix gpio lookup tables
+    - ceph: fix decoding of client session messages flags
+    - misc: fastrpc: fix list iterator in fastrpc_req_mem_unmap_impl
+    - SMB3: EBADF/EIO errors in rename/open caused by race condition in
+      smb2_compound_op
+    - docs/conf.py: Cope with removal of language=None in Sphinx 5.0.0
+    - dt-bindings: gpio: altera: correct interrupt-cells
+    - vdpasim: allow to enable a vq repeatedly
+    - blk-iolatency: Fix inflight count imbalances and IO hangs on offline
+    - coresight: core: Fix coresight device probe failure issue
+    - phy: qcom-qmp: fix reset-controller leak on probe errors
+    - net: ipa: fix page free in ipa_endpoint_trans_release()
+    - net: ipa: fix page free in ipa_endpoint_replenish_one()
+    - media: lirc: add missing exceptions for lirc uapi header file
+    - kseltest/cgroup: Make test_stress.sh work if run interactively
+    - perf evlist: Extend arch_evsel__must_be_in_group to support hybrid systems
+    - Revert "random: use static branch for crng_ready()"
+    - staging: r8188eu: delete rtw_wx_read/write32()
+    - binder: fix sender_euid type in uapi header
+    - RDMA/hns: Remove the num_cqc_timer variable
+    - RDMA/rxe: Generate a completion for unsupported/invalid opcode
+    - ext4: only allow test_dummy_encryption when supported
+    - fs: add two trivial lookup helpers
+    - exportfs: support idmapped mounts
+    - fs/ntfs3: Fix invalid free in log_replay (CVE-2022-1973)
+    - md: Don't set mddev private to NULL in raid0 pers->free
+    - md: fix double free of io_acct_set bioset
+    - md: bcache: check the return value of kzalloc() in
+      detached_dev_do_request()
+    - macsec: fix UAF bug for real_dev
+    - tty: n_gsm: Fix packet data hex dump output
+    - pinctrl/rockchip: support setting input-enable param
+    - block: fix bio_clone_blkg_association() to associate with proper blkcg_gq
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.18.4
+    - pcmcia: db1xxx_ss: restrict to MIPS_DB1XXX boards
+    - staging: greybus: codecs: fix type confusion of list iterator variable
+    - iio: adc: ad7124: Remove shift from scan_type
+    - soundwire: qcom: fix an error message in swrm_wait_for_frame_gen_enabled()
+    - remoteproc: mediatek: Fix side effect of mt8195 sram power on
+    - remoteproc: mtk_scp: Fix a potential double free
+    - lkdtm/bugs: Check for the NULL pointer after calling kmalloc
+    - lkdtm/bugs: Don't expect thread termination without CONFIG_UBSAN_TRAP
+    - tty: goldfish: Use tty_port_destroy() to destroy port
+    - tty: serial: owl: Fix missing clk_disable_unprepare() in owl_uart_probe
+    - tty: n_tty: Restore EOF push handling behavior
+    - serial: 8250_aspeed_vuart: Fix potential NULL dereference in
+      aspeed_vuart_probe
+    - tty: serial: fsl_lpuart: fix potential bug when using both of_alias_get_id
+      and ida_simple_get
+    - remoteproc: imx_rproc: Ignore create mem entry for resource table
+    - phy: rockchip-inno-usb2: Fix muxed interrupt support
+    - staging: r8188eu: fix struct rt_firmware_hdr
+    - usb: usbip: fix a refcount leak in stub_probe()
+    - usb: usbip: add missing device lock on tweak configuration cmd
+    - USB: storage: karma: fix rio_karma_init return
+    - usb: musb: Fix missing of_node_put() in omap2430_probe
+    - staging: fieldbus: Fix the error handling path in
+      anybuss_host_common_probe()
+    - pwm: lp3943: Fix duty calculation in case period was clamped
+    - pwm: raspberrypi-poe: Fix endianness in firmware struct
+    - rpmsg: qcom_smd: Fix irq_of_parse_and_map() return value
+    - usb: dwc3: gadget: Replace list_for_each_entry_safe() if using giveback
+    - usb: dwc3: pci: Fix pm_runtime_get_sync() error checking
+    - scripts/get_abi: Fix wrong script file name in the help message
+    - misc: fastrpc: fix an incorrect NULL check on list iterator
+    - firmware: stratix10-svc: fix a missing check on list iterator
+    - usb: typec: mux: Check dev_set_name() return value
+    - rpmsg: virtio: Fix possible double free in rpmsg_probe()
+    - rpmsg: virtio: Fix possible double free in rpmsg_virtio_add_ctrl_dev()
+    - rpmsg: virtio: Fix the unregistration of the device rpmsg_ctrl
+    - iio: adc: stmpe-adc: Fix wait_for_completion_timeout return value check
+    - iio: proximity: vl53l0x: Fix return value check of
+      wait_for_completion_timeout
+    - iio: adc: sc27xx: fix read big scale voltage not right
+    - iio: adc: sc27xx: Fine tune the scale calibration values
+    - rpmsg: qcom_smd: Fix returning 0 if irq_of_parse_and_map() fails
+    - misc/pvpanic: Convert regular spinlock into trylock on panic path
+    - phy: qcom-qmp: fix pipe-clock imbalance on power-on failure
+    - power: supply: core: Initialize struct to zero
+    - power: supply: axp288_fuel_gauge: Fix battery reporting on the One Mix 1
+    - power: supply: axp288_fuel_gauge: Drop BIOS version check from "T3 MRD"
+      DMI quirk
+    - power: supply: ab8500_fg: Allocate wq in probe
+    - serial: sifive: Report actual baud base rather than fixed 115200
+    - export: fix string handling of namespace in EXPORT_SYMBOL_NS
+    - watchdog: rzg2l_wdt: Fix 32bit overflow issue
+    - watchdog: rzg2l_wdt: Fix Runtime PM usage
+    - watchdog: rzg2l_wdt: Fix 'BUG: Invalid wait context'
+    - watchdog: rzg2l_wdt: Fix reset control imbalance
+    - soundwire: intel: prevent pm_runtime resume prior to system suspend
+    - soundwire: qcom: return error when pm_runtime_get_sync fails
+    - coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifier
+    - ksmbd: fix reference count leak in smb_check_perm_dacl()
+    - extcon: ptn5150: Add queue work sync before driver release
+    - dt-bindings: remoteproc: mediatek: Make l1tcm reg exclusive to mt819x
+    - soc: rockchip: Fix refcount leak in rockchip_grf_init
+    - clocksource/drivers/riscv: Events are stopped during CPU suspend
+    - ARM: dts: aspeed: ast2600-evb: Enable RX delay for MAC0/MAC1
+    - rtc: mt6397: check return value after calling platform_get_resource()
+    - rtc: ftrtc010: Fix error handling in ftrtc010_rtc_probe
+    - staging: r8188eu: add check for kzalloc
+    - serial: meson: acquire port->lock in startup()
+    - Revert "serial: 8250_mtk: Make sure to select the right FEATURE_SEL"
+    - serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485
+    - serial: cpm_uart: Fix build error without CONFIG_SERIAL_CPM_CONSOLE
+    - serial: uartlite: Fix BRKINT clearing
+    - serial: digicolor-usart: Don't allow CS5-6
+    - serial: rda-uart: Don't allow CS5-6
+    - serial: txx9: Don't allow CS5-6
+    - serial: sh-sci: Don't allow CS5-6
+    - serial: sifive: Sanitize CSIZE and c_iflag
+    - serial: st-asc: Sanitize CSIZE and correct PARENB for CS7
+    - serial: stm32-usart: Correct CSIZE, bits, and parity
+    - firmware: dmi-sysfs: Fix memory leak in dmi_sysfs_register_handle
+    - bus: ti-sysc: Fix warnings for unbind for serial
+    - driver: base: fix UAF when driver_attach failed
+    - driver core: fix deadlock in __device_attach
+    - watchdog: rti-wdt: Fix pm_runtime_get_sync() error checking
+    - watchdog: ts4800_wdt: Fix refcount leak in ts4800_wdt_probe
+    - blk-mq: don't touch ->tagset in blk_mq_get_sq_hctx
+    - ASoC: fsl_sai: Fix FSL_SAI_xDR/xFR definition
+    - scsi: sd: Don't call blk_cleanup_disk() in sd_probe()
+    - clocksource/drivers/oxnas-rps: Fix irq_of_parse_and_map() return value
+    - s390/crypto: fix scatterwalk_unmap() callers in AES-GCM
+    - amt: fix return value of amt_update_handler()
+    - amt: fix possible memory leak in amt_rcv()
+    - net: ethernet: ti: am65-cpsw: Fix fwnode passed to phylink_create()
+    - net/smc: set ini->smcrv2.ib_dev_v2 to NULL if SMC-Rv2 is unavailable
+    - spi: fsi: Fix spurious timeout
+    - drm/amdgpu: Off by one in dm_dmub_outbox1_low_irq()
+    - net: lan966x: check devm_of_phy_get() for -EDEFER_PROBE
+    - net: sched: fixed barrier to prevent skbuff sticking in qdisc backlog
+    - net: ethernet: mtk_eth_soc: out of bounds read in
+      mtk_hwlro_get_fdir_entry()
+    - net: ethernet: ti: am65-cpsw-nuss: Fix some refcount leaks
+    - net: dsa: mv88e6xxx: Fix refcount leak in mv88e6xxx_mdios_register
+    - modpost: fix removing numeric suffixes
+    - ep93xx: clock: Do not return the address of the freed memory
+    - jffs2: fix memory leak in jffs2_do_fill_super
+    - ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not
+      empty
+    - ubi: ubi_create_volume: Fix use-after-free when volume creation failed
+    - selftests/bpf: fix stacktrace_build_id with missing kprobe/urandom_read
+    - bpf: Fix probe read error in ___bpf_prog_run()
+    - block: take destination bvec offsets into account in bio_copy_data_iter
+    - nbd: don't clear 'NBD_CMD_INFLIGHT' flag if request is not completed
+    - nbd: fix possible overflow on 'first_minor' in nbd_dev_add()
+    - riscv: read-only pages should not be writable
+    - net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct
+      smc_wr_tx_pend_priv *"
+    - tcp: add accessors to read/set tp->snd_cwnd
+    - nfp: only report pause frame configuration for physical device
+    - block: use bio_queue_enter instead of blk_queue_enter in bio_poll
+    - bonding: NS target should accept link local address
+    - sfc: fix considering that all channels have TX queues
+    - sfc: fix wrong tx channel offset with efx_separate_tx_channels
+    - block: make bioset_exit() fully resilient against being called twice
+    - sched/autogroup: Fix sysctl move
+    - blk-mq: do not update io_ticks with passthrough requests
+    - net: phy: at803x: disable WOL at probe
+    - bonding: show NS IPv6 targets in proc master info
+    - erofs: fix 'backmost' member of z_erofs_decompress_frontend
+    - vdpa: Fix error logic in vdpa_nl_cmd_dev_get_doit
+    - virtio: pci: Fix an error handling path in vp_modern_probe()
+    - net/mlx5: Don't use already freed action pointer
+    - net/mlx5e: TC NIC mode, fix tc chains miss table
+    - net/mlx5: CT: Fix header-rewrite re-use for tupels
+    - net/mlx5e: Disable softirq in mlx5e_activate_rq to avoid race condition
+    - net/mlx5: correct ECE offset in query qp output
+    - net/mlx5e: Update netdev features after changing XDP state
+    - net: sched: add barrier to fix packet stuck problem for lockless qdisc
+    - tcp: tcp_rtx_synack() can be called from process context
+    - vdpa: ifcvf: set pci driver data in probe
+    - bonding: guard ns_targets by CONFIG_IPV6
+    - octeontx2-af: fix error code in is_valid_offset()
+    - s390/mcck: isolate SIE instruction when setting CIF_MCCK_GUEST flag
+    - regulator: mt6315-regulator: fix invalid allowed mode
+    - net: ping6: Fix ping -6 with interface name
+    - net/sched: act_api: fix error code in tcf_ct_flow_table_fill_tuple_ipv6()
+    - gpio: pca953x: use the correct register address to do regcache sync
+    - afs: Fix infinite loop found by xfstest generic/676
+    - drm/msm/dp: Always clear mask bits to disable interrupts at
+      dp_ctrl_reset_irq_ctrl()
+    - scsi: sd: Fix potential NULL pointer dereference
+    - ax25: Fix ax25 session cleanup problems
+    - nfp: remove padding in nfp_nfdk_tx_desc
+    - tipc: check attribute length for bearer name
+    - driver core: Fix wait_for_device_probe() & deferred_probe_timeout
+      interaction
+    - perf evsel: Fixes topdown events in a weak group for the hybrid platform
+    - perf parse-events: Move slots event for the hybrid platform too
+    - perf record: Support sample-read topdown metric group for hybrid platforms
+    - perf c2c: Fix sorting in percent_rmt_hitm_cmp()
+    - Bluetooth: MGMT: Add conditions for setting HCI_CONN_FLAG_REMOTE_WAKEUP
+      (Closes: #1012054)
+    - Bluetooth: hci_sync: Fix attempting to suspend with unfiltered passive
+      scan (Closes: #1012054)
+    - bluetooth: don't use bitmaps for random flag accesses
+    - dmaengine: idxd: set DMA_INTERRUPT cap bit
+    - mips: cpc: Fix refcount leak in mips_cpc_default_phys_base
+    - bootconfig: Make the bootconfig.o as a normal object file
+    - tracing: Make tp_printk work on syscall tracepoints
+    - tracing: Fix sleeping function called from invalid context on RT kernel
+    - tracing: Avoid adding tracer option before update_tracer_options
+    - i2c: mediatek: Optimize master_xfer() and avoid circular locking
+    - iommu/arm-smmu: fix possible null-ptr-deref in arm_smmu_device_probe()
+    - iommu/arm-smmu-v3: check return value after calling
+      platform_get_resource()
+    - f2fs: remove WARN_ON in f2fs_is_valid_blkaddr
+    - f2fs: avoid infinite loop to flush node pages
+    - i2c: cadence: Increase timeout per message if necessary
+    - m68knommu: set ZERO_PAGE() to the allocated zeroed page
+    - m68knommu: fix undefined reference to `_init_sp'
+    - dmaengine: zynqmp_dma: In struct zynqmp_dma_chan fix desc_size data type
+    - NFSv4: Don't hold the layoutget locks across multiple RPC calls
+    - video: fbdev: hyperv_fb: Allow resolutions with size > 64 MB for Gen1
+    - video: fbdev: pxa3xx-gcu: release the resources correctly in
+      pxa3xx_gcu_probe/remove()
+    - RISC-V: use memcpy for kexec_file mode
+    - m68knommu: fix undefined reference to `mach_get_rtc_pll'
+    - rtla/Makefile: Properly handle dependencies
+    - f2fs: fix to tag gcing flag on page during file defragment
+    - xprtrdma: treat all calls not a bcall when bc_serv is NULL
+    - drm/bridge: ti-sn65dsi83: Handle dsi_lanes == 0 as invalid
+    - drm/panfrost: Job should reference MMU not file_priv
+    - powerpc/papr_scm: don't requests stats with '0' sized stats buffer
+    - netfilter: nat: really support inet nat without l3 address
+    - netfilter: nf_tables: use kfree_rcu(ptr, rcu) to release hooks in
+      clean_net path
+    - netfilter: nf_tables: delete flowtable hooks via transaction list
+    - powerpc/kasan: Force thread size increase with KASAN
+    - NFSD: Fix potential use-after-free in nfsd_file_put()
+    - SUNRPC: Trap RDMA segment overflows
+    - netfilter: nf_tables: always initialize flowtable hook list in transaction
+    - ata: pata_octeon_cf: Fix refcount leak in octeon_cf_probe
+    - netfilter: nf_tables: release new hooks on unsupported flowtable flags
+    - netfilter: nf_tables: memleak flow rule from commit path
+    - netfilter: nf_tables: bail out early if hardware offload is not supported
+    - amt: fix wrong usage of pskb_may_pull()
+    - amt: fix possible null-ptr-deref in amt_rcv()
+    - amt: fix wrong type string definition
+    - net: ethernet: bgmac: Fix refcount leak in bcma_mdio_mii_register
+    - xen: unexport __init-annotated xen_xlate_map_ballooned_pages()
+    - stmmac: intel: Fix an error handling path in intel_eth_pci_probe()
+    - af_unix: Fix a data-race in unix_dgram_peer_wake_me().
+    - selftests net: fix bpf build error
+    - x86: drop bogus "cc" clobber from __try_cmpxchg_user_asm()
+    - bpf, arm64: Clear prog->jited_len along prog->jited
+    - net: dsa: lantiq_gswip: Fix refcount leak in gswip_gphy_fw_list
+    - net/mlx4_en: Fix wrong return value on ioctl EEPROM query failure
+    - xsk: Fix handling of invalid descriptors in XSK TX batching API
+    - drm/amdgpu: fix limiting AV1 to the first instance on VCN3
+    - SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()
+    - net: mdio: unexport __init-annotated mdio_bus_init()
+    - net: xfrm: unexport __init-annotated xfrm4_protocol_init()
+    - net: ipv6: unexport __init-annotated seg6_hmac_init()
+    - net/mlx5e: CT: Fix cleanup of CT before cleanup of TC ct rules
+    - net/mlx5: Lag, filter non compatible devices
+    - net/mlx5: Fix mlx5_get_next_dev() peer device matching
+    - net/mlx5: Rearm the FW tracer after each tracer event
+    - net/mlx5: fs, fail conflicting actions
+    - ip_gre: test csum_start instead of transport header
+    - net: altera: Fix refcount leak in altera_tse_mdio_create
+    - net: dsa: mv88e6xxx: use BMSR_ANEGCOMPLETE bit for filling an_complete
+    - net: dsa: realtek: rtl8365mb: fix GMII caps for ports with internal PHY
+    - tcp: use alloc_large_system_hash() to allocate table_perturb
+    - drm: imx: fix compiler warning with gcc-12
+    - nfp: flower: restructure flow-key for gre+vlan combination
+    - net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdev
+    - iov_iter: Fix iter_xarray_get_pages{,_alloc}()
+    - iio: dummy: iio_simple_dummy: check the return value of kstrdup()
+    - staging: rtl8712: fix a potential memory leak in r871xu_drv_init()
+    - iio: st_sensors: Add a local lock for protecting odr
+    - lkdtm/usercopy: Expand size of "out of frame" object
+    - drivers: staging: rtl8723bs: Fix deadlock in
+      rtw_surveydone_event_callback()
+    - drivers: staging: rtl8192bs: Fix deadlock in rtw_joinbss_event_prehandle()
+    - drivers: staging: rtl8192eu: Fix deadlock in rtw_joinbss_event_prehandle
+    - tty: synclink_gt: Fix null-pointer-dereference in slgt_clean()
+    - tty: Fix a possible resource leak in icom_probe
+    - thunderbolt: Use different lane for second DisplayPort tunnel
+    - drivers: staging: rtl8192u: Fix deadlock in ieee80211_beacons_stop()
+    - drivers: staging: rtl8192e: Fix deadlock in rtllib_beacons_stop()
+    - USB: host: isp116x: check return value after calling
+      platform_get_resource()
+    - drivers: tty: serial: Fix deadlock in sa1100_set_termios()
+    - drivers: usb: host: Fix deadlock in oxu_bus_suspend()
+    - USB: hcd-pci: Fully suspend across freeze/thaw cycle
+    - char: xillybus: fix a refcount leak in cleanup_dev()
+    - sysrq: do not omit current cpu when showing backtrace of all active CPUs
+    - usb: dwc2: gadget: don't reset gadget's driver->bus
+    - usb: dwc3: host: Stop setting the ACPI companion
+    - usb: dwc3: gadget: Only End Transfer for ep0 data phase
+    - soundwire: qcom: adjust autoenumeration timeout
+    - misc: rtsx: set NULL intfdata when probe fails
+    - extcon: Fix extcon_get_extcon_dev() error handling
+    - extcon: Modify extcon device to be created after driver data is set
+    - clocksource/drivers/sp804: Avoid error on multiple instances
+    - staging: rtl8712: fix uninit-value in usb_read8() and friends
+    - staging: rtl8712: fix uninit-value in r871xu_drv_init()
+    - serial: msm_serial: disable interrupts in __msm_console_write()
+    - kernfs: Separate kernfs_pr_cont_buf and rename_lock.
+    - watchdog: wdat_wdt: Stop watchdog when rebooting the system
+    - ksmbd: smbd: fix connection dropped issue
+    - md: protect md_unregister_thread from reentrancy
+    - ASoC: SOF: amd: Fixed Build error
+    - scsi: myrb: Fix up null pointer access on myrb_cleanup()
+    - ASoC: rt5640: Do not manipulate pin "Platform Clock" if the "Platform
+      Clock" is not in the DAPM
+    - Revert "net: af_key: add check for pfkey_broadcast in function
+      pfkey_process"
+    - ceph: allow ceph.dir.rctime xattr to be updatable
+    - ceph: flush the mdlog for filesystem sync
+    - ceph: fix possible deadlock when holding Fwb to get inline_data
+    - net, neigh: Set lower cap for neigh_managed_work rearming
+    - drm/amd/display: Check if modulo is 0 before dividing.
+    - drm/amd/display: Check zero planes for OTG disable W/A on clock change
+    - drm/radeon: fix a possible null pointer dereference
+    - drm/amd/pm: fix a potential gpu_metrics_table memory leak
+    - drm/amd/pm: Fix missing thermal throttler status
+    - drm/amd/pm: correct the metrics version for SMU 11.0.11/12/13
+    - um: line: Use separate IRQs per line
+    - modpost: fix undefined behavior of is_arm_mapping_symbol()
+    - objtool: Mark __ubsan_handle_builtin_unreachable() as noreturn
+    - x86/cpu: Elide KCSAN for cpu_has() and friends
+    - jump_label,noinstr: Avoid instrumentation for JUMP_LABEL=n builds
+    - nbd: call genl_unregister_family() first in nbd_cleanup()
+    - nbd: fix race between nbd_alloc_config() and module removal
+    - nbd: fix io hung while disconnecting device
+    - Revert "PCI: brcmstb: Do not turn off WOL regulators on suspend"
+    - Revert "PCI: brcmstb: Add control of subdevice voltage regulators"
+    - Revert "PCI: brcmstb: Add mechanism to turn on subdev regulators"
+    - Revert "PCI: brcmstb: Split brcm_pcie_setup() into two funcs"
+    - cifs: fix potential deadlock in direct reclaim
+    - s390/gmap: voluntarily schedule during key setting
+    - cifs: version operations for smb20 unneeded when legacy support disabled
+    - drm/amd/pm: use bitmap_{from,to}_arr32 where appropriate
+    - nodemask: Fix return values to be unsigned
+    - scsi: lpfc: Correct BDE type for XMIT_SEQ64_WQE in lpfc_ct_reject_event()
+    - vringh: Fix loop descriptors check in the indirect cases
+    - platform/x86: barco-p50-gpio: Add check for platform_driver_register
+    - scripts/gdb: change kernel config dumping method
+    - platform/x86: hp-wmi: Resolve WMI query failures on some devices
+    - platform/x86: hp-wmi: Use zero insize parameter only when supported
+    - ALSA: usb-audio: Skip generic sync EP parse for secondary EP
+    - ALSA: usb-audio: Set up (implicit) sync for Saffire 6
+    - ALSA: hda/conexant - Fix loopback issue with CX20632
+    - ALSA: hda/realtek: Fix for quirk to enable speaker output on the Lenovo
+      Yoga DuetITL 2021
+    - ALSA: hda/realtek: Add quirk for HP Dev One
+    - cifs: return errors during session setup during reconnects
+    - cifs: fix reconnect on smb3 mount types
+    - cifs: populate empty hostnames for extra channels
+    - scsi: sd: Fix interpretation of VPD B9h length
+    - scsi: lpfc: Resolve some cleanup issues following abort path refactoring
+    - scsi: lpfc: Resolve some cleanup issues following SLI path refactoring
+    - scsi: lpfc: Address NULL pointer dereference after starget_to_rport()
+    - KVM: x86/mmu: Check every prev_roots in __kvm_mmu_free_obsolete_roots()
+    - KVM: SVM: fix tsc scaling cache logic
+    - filemap: Cache the value of vm_flags
+    - KEYS: trusted: tpm2: Fix migratable logic
+    - libata: fix reading concurrent positioning ranges log
+    - libata: fix translation of concurrent positioning ranges
+    - ata: libata-transport: fix {dma|pio|xfer}_mode sysfs files
+    - mmc: sdhci-pci-gli: Fix GL9763E runtime PM when the system resumes from
+      suspend
+    - mmc: block: Fix CQE recovery reset success
+    - net: phy: dp83867: retrigger SGMII AN when link change
+    - net: openvswitch: fix misuse of the cached connection on tuple changes
+    - writeback: Fix inode->i_io_list not be protected by inode->i_lock error
+    - nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTION
+    - nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handling
+    - nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTION
+    - ixgbe: fix bcast packets Rx on VF after promisc removal
+    - ixgbe: fix unexpected VLAN Rx in promisc mode on VF
+    - Input: bcm5974 - set missing URB_NO_TRANSFER_DMA_MAP urb flag
+      (Closes: #1012655)
+    - vduse: Fix NULL pointer dereference on sysfs access
+    - cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE
+    - mm/huge_memory: Fix xarray node memory leak
+    - powerpc: Don't select HAVE_IRQ_EXIT_ON_IRQ_STACK
+    - drm/amdkfd:Fix fw version for 10.3.6
+    - drm/bridge: analogix_dp: Support PSR-exit to disable transition
+    - drm/atomic: Force bridge self-refresh-exit on CRTC switch
+    - drm/amdgpu/jpeg2: Add jpeg vmid update under IB submit
+    - drm/amd/display: remove stale config guards
+    - drm/amdgpu: update VCN codec support for Yellow Carp
+    - virtio-rng: make device ready before making request
+    - powerpc/32: Fix overread/overwrite of thread_struct via ptrace
+      (CVE-2022-32981)
+    - random: avoid checking crng_ready() twice in random_init()
+    - random: mark bootloader randomness code as __init
+    - random: account for arch randomness in bits
+    - md/raid0: Ignore RAID0 layout if the second zone has only one device
+    - zonefs: fix handling of explicit_open option on mount
+    - iov_iter: fix build issue due to possible type mis-match
+    - dmaengine: idxd: add missing callback function to support DMA_INTERRUPT
+    - tcp: fix tcp_mtup_probe_success vs wrong snd_cwnd
+    - net/mlx5: E-Switch, pair only capable devices
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.18.5
+    - Documentation: Add documentation for Processor MMIO Stale Data
+    - x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug
+    - x86/speculation: Add a common function for MD_CLEAR mitigation update
+    - x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data
+    - x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations
+    - x86/speculation/mmio: Enable CPU Fill buffer clearing on idle
+    - x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data
+    - x86/speculation/srbds: Update SRBDS mitigation selection
+    - x86/speculation/mmio: Reuse SRBDS mitigation for SBDS
+    - KVM: x86/speculation: Disable Fill buffer clear within guests
+    - x86/speculation/mmio: Print SMT warning
+
+  [ Ben Hutchings ]
+  * d/rules: Fix maintainerclean rule to not remove linux-perf files
+  * d/watch: Fix typo in gitmode option
+
+  [ Vincent Blut ]
+  * [arm64] drivers/gpu/drm/sun4i: Enable DRM_SUN6I_DSI as module
+    (Closes: #1012288)
+  * sound/pci/hda: Enable SND_HDA_SCODEC_CS35L41_I2C and
+    SND_HDA_SCODEC_CS35L41_SPI as modules (Closes: #1012794)
+  * [armhf] drivers/crypto: Enable CRYPTO_DEV_OMAP as module (Closes: #1012880)
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 2
+  * Drop "sign-file: Convert API usage to support OpenSSL v3"
+  * io_uring: reinstate the inflight tracking (CVE-2022-1976)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 16 Jun 2022 23:40:32 +0200
+
+linux (5.18.2-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.18.1
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.18.2
+    - netfilter: nf_tables: disallow non-stateful expression in sets earlier
+      (CVE-2022-1966)
+    - pipe: Fix missing lock in pipe_resize_ring() (ZDI-CAN-17291)
+    - netfilter: nf_tables: sanitize nft_set_desc_concat_parse() (CVE-2022-1972)
+    - [x86] fpu: KVM: Set the base guest FPU uABI size to sizeof(struct
+      kvm_xsave) (Closes: #1011168)
+    - KVM: x86: avoid calling x86 emulator without a decoded instruction
+      (CVE-2022-1852)
+
+  [ Diederik de Haas ]
+  * [arm64,armel.marvell] Remove duplicate MTD_SPI_NOR config option
+  * [arm64] Remove duplicate CAN_MCP251X config option
+  * drivers/net/can/spi: Enable CAN_HI311X as module (Closes: #927252)
+
+  [ Henning Schild ]
+  * [x86] drivers/platform/x86: Enable SIEMENS_SIMATIC_IPC as module
+  * [x86] drivers/leds: Enable LEDS_SIEMENS_SIMATIC_IPC as module
+  * [x86] drivers/wdt: Enable SIEMENS_SIMATIC_IPC_WDT as module
+
+  [ Lubomir Rintel ]
+  * [x86] Enable X86_ANDROID_TABLETS as a module
+
+  [ Michal Simek ]
+  * [arm64] Enable Xilinx PHY driver and SI5341 clock driver
+
+  [ Zhang Ning ]
+  * [arm64] Enable COMMON_CLK_PWM which is needed for some Amlogic SBCs
+  * [arm64] Enable Khadas MCU and fan
+  * [arm64] cpufreq: Enable SCPI cpufreq driver
+  * [arm64] cpuidle: Enable CONFIG_ARM_PSCI_CPUIDLE
+
+  [ Ben Hutchings ]
+  * drivers/firmware: Build ISCSI_IBFT as module on all architectures with
+    ACPI. Thanks to Eric Mackay. (Closes: #1008933).
+  * intel-iommu: Correct matching of the "intgpu_off" option value.
+    Thanks to Markus Kolb.
+  * random: Enable RANDOM_TRUST_BOOTLOADER. This can be reverted using the
+    kernel parameter: random.trust_bootloader=off
+
+  [ Bastian Blank ]
+  * [amd64] Enable X86_SGX.
+
+  [ Salvatore Bonaccorso ]
+  * block, loop: support partitions without scanning (Closes: #1012298)
+  * Set ABI to 1
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 06 Jun 2022 20:45:23 +0200
+
+linux (5.18-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_5.18
+
+  [ Diederik de Haas ]
+  * Rebase patches:
+    - Update patches
+      - debian/dfsg/vs6624-disable.patch (9958d30f38)
+      - debian/version.patch (b8321ed4a4, 03248addad)
+  * Change patches:
+    - debian/android-enable-building-ashmem-and-binder-as-modules.patch
+      Upstream removed ashmem support in 721412ed3d saying
+      "The mainline replacement for ashmem is memfd, so remove the legacy code
+      from drivers/staging/"
+      This seems to partially revert #901492, but there is no anbox-modules in
+      the archive, even though the ITP bug was closed.
+
+  [ Ben Hutchings ]
+  * Rewrite "module: Avoid ABI changes when debug info is disabled" for 5.18
+  * In "firmware: Remove redundant log messages from drivers", adjust some
+    filenames
+  * In "x86: Make x32 syscall support conditional on a kernel parameter",
+    update dependency from X86_X32 to X86_X32_ABI
+  * Drop "bpftool: Fix version string in recursive builds" as redundant
+  * bpftool: Prepend program version to the package version
+  * [s390x] Enable MARCH_Z10 instead of MARCH_Z900, since support for z9 has
+    been removed upstream
+  * d/config: Update with the help of kconfigeditor2
+  * udeb: Move crc64 to crc-modules and make scsi-core-modules depend on that
+  * libcpupower1: Update symbols file for 5.18
+  * d/copyright: Update filename of extract-cert.c
+  * lintian: Add lintian-override to linux-perf for non-issue
+  * d/bin/gencontrol.py, d/templates: Stop using templates for linux-perf
+  * [rt] Update to 5.18-rt10
+
+ -- Ben Hutchings <benh@debian.org>  Mon, 23 May 2022 12:21:44 +0200
+
+linux (5.17.11-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.17.7
+    - [arm64] pci_irq_vector() can't be used in atomic context any longer. This
+      conflicts with the usage of this function in nic_mbx_intr_handler(). age
+      of this function in nic_mbx_intr_handler().
+    - ipmi: When handling send message responses, don't process the message
+    - ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi()
+    - [mips*] Fix CP0 counter erratum detection for R4k CPUs
+    - ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers
+    - ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes
+    - [arm64] mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC
+    - [arm64,armhf] mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits
+    - mmc: core: Set HS clock speed before sending HS CMD13
+    - gpiolib: of: fix bounds check for 'gpio-reserved-ranges'
+    - [x86] fpu: Prevent FPU state corruption
+    - [x86] KVM: x86/svm: Account for family 17h event renumberings in
+      amd_pmc_perf_hw_id
+    - [amd64] iommu/vt-d: Calculate mask for non-aligned flushes
+    - drm/amdgpu: do not use passthrough mode in Xen dom0
+    - Revert "SUNRPC: attempt AF_LOCAL connect on setup"
+    - timekeeping: Mark NMI safe time accessors as notrace
+    - firewire: fix potential uaf in outbound_phy_packet_callback()
+    - firewire: remove check of list iterator against head past the loop body
+    - firewire: core: extend card->lock in fw_core_handle_bus_reset
+    - net: stmmac: disable Split Header (SPH) for Intel platforms
+    - btrfs: sysfs: export the balance paused state of exclusive operation
+    - btrfs: force v2 space cache usage for subpage mount
+    - btrfs: do not BUG_ON() on failure to update inode when setting xattr
+    - btrfs: export a helper for compression hard check
+    - btrfs: do not allow compression on nodatacow files
+    - btrfs: skip compression property for anything other than files and dirs
+    - genirq: Synchronize interrupt thread startup
+    - ASoC: da7219: Fix change notifications for tone generator frequency
+    - [arm64] ASoC: wm8958: Fix change notifications for DSP controls
+    - [arm64,armhf] ASoC: meson: Fix event generation for AUI ACODEC mux
+    - [arm64,armhf] ASoC: meson: Fix event generation for G12A tohdmi mux
+    - [arm64,armhf] ASoC: meson: Fix event generation for AUI CODEC mux
+    - [s390x] dasd: fix data corruption for ESE devices
+    - [s390x] dasd: prevent double format of tracks for ESE devices
+    - [s390x] dasd: Fix read for ESE with blksize < 4k
+    - [s390x] dasd: Fix read inconsistency for ESE DASD devices
+    - can: isotp: remove re-binding of bound socket
+    - nfc: replace improper check device_is_registered() in netlink related
+      functions
+    - NFC: netlink: fix sleep in atomic bug when firmware download timeout
+    - [arm64,armhf] gpio: pca953x: fix irq_stat not updated when irq is disabled
+      (irq_mask not set)
+    - hwmon: (adt7470) Fix warning on module removal
+    - [armhf] hwmon: (pmbus) disable PEC if not enabled
+    - [arm*] ASoC: dmaengine: Restore NULL prepare_slave_config() callback
+    - [arm64] ASoC: meson: axg-tdm-interface: Fix formatters in trigger"
+    - [arm64] ASoC: meson: axg-card: Fix nonatomic links
+    - ASoC: soc-ops: fix error handling
+    - [amd64] iommu/vt-d: Drop stop marker messages
+    - net/mlx5e: Fix trust state reset in reload
+    - net/mlx5: Fix slab-out-of-bounds while reading resource dump menu
+    - net/mlx5e: Fix wrong source vport matching on tunnel rule
+    - net/mlx5e: Don't match double-vlan packets if cvlan is not set
+    - net/mlx5e: CT: Fix queued up restore put() executing after relevant ft
+      release
+    - net/mlx5e: Fix the calling of update_buffer_lossy() API
+    - net/mlx5: Fix matching on inner TTC
+    - net/mlx5: Avoid double clear or set of sync reset requested
+    - net/mlx5: Fix deadlock in sync reset flow
+    - net/mlx5e: Lag, Fix use-after-free in fib event handler
+    - net/mlx5e: Lag, Fix fib_info pointer assignment
+    - net/mlx5e: Lag, Don't skip fib events on current dst
+    - net/mlx5e: TC, fix decap fallback to uplink when int port not supported
+    - ALSA: hda/realtek: Fix mute led issue on thinkpad with cs35l41 s-codec
+    - SUNRPC release the transport of a relocated task with an assigned
+      transport
+    - RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state
+    - RDMA/irdma: Reduce iWARP QP destroy time
+    - RDMA/irdma: Fix possible crash due to NULL netdev in notifier
+    - NFSv4: Don't invalidate inode attributes on delegation return
+    - [arm64,armhf] net: stmmac: dwmac-sun8i: add missing of_node_put() in
+      sun8i_dwmac_register_mdio_mux()
+    - [armhf] net: cpsw: add missing of_node_put() in cpsw_probe_dt()
+    - net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()
+    - [arm64] drm/msm/dp: remove fail safe mode related code
+    - hinic: fix bug of wq out of bound access
+    - SUNRPC: Don't leak sockets in xs_local_connect()
+    - mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter()
+    - rxrpc: Enable IPv6 checksums on transport socket
+    - dt-bindings: pci: apple,pcie: Drop max-link-speed from example
+    - bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flag
+    - bnxt_en: Fix unnecessary dropping of RX packets
+    - [arm64,armhf] smsc911x: allow using IRQ0
+    - btrfs: always log symlinks in full mode
+    - [arm*] gpio: mvebu: drop pwm base assignment
+    - net: rds: acquire refcount on TCP sockets
+    - [x86] kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has
+      architectural PMU
+    - fbdev: Make fb_release() return -ENODEV if fbdev was unregistered
+    - [x86] KVM: SEV: Mark nested locking of vcpu->lock
+    - [x86] KVM: VMX: Exit to userspace if vCPU has injected exception and
+      invalid state
+    - [x86] kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume
+    - [x86] KVM: x86: Do not change ICR on write to APIC_SELF_IPI
+    - [x86] KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs
+    - [x86] KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is
+      advertised
+    - mmc: rtsx: add 74 Clocks in power on flow
+    - [arm64] PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with
+      PCI_INTERRUPT_*
+    - [arm64] PCI: aardvark: Rewrite IRQ code to chained IRQ handler
+    - [arm64] PCI: aardvark: Check return value of generic_handle_domain_irq()
+      when processing INTx IRQ
+    - [arm64] PCI: aardvark: Make MSI irq_chip structures static driver
+      structures
+    - [arm64] PCI: aardvark: Make msi_domain_info structure a static driver
+      structure
+    - [arm64] PCI: aardvark: Use dev_fwnode() instead of
+      of_node_to_fwnode(dev->of_node)
+    - [arm64] PCI: aardvark: Refactor unmasking summary MSI interrupt
+    - [arm64] PCI: aardvark: Add support for masking MSI interrupts
+    - [arm64] PCI: aardvark: Fix setting MSI address
+    - [arm64] PCI: aardvark: Enable MSI-X support
+    - [arm64] PCI: aardvark: Add support for ERR interrupt on emulated bridge
+    - [arm64] PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and
+      PCI_EXP_RTSTA_PME on emulated bridge
+    - [arm64] PCI: aardvark: Add support for PME interrupts
+    - [arm64] PCI: aardvark: Fix support for PME requester on emulated bridge
+    - [arm64] PCI: aardvark: Use separate INTA interrupt for emulated root
+      bridge
+    - [arm64] PCI: aardvark: Remove irq_mask_ack() callback for INTx interrupts
+    - [arm64] PCI: aardvark: Don't mask irq when mapping
+    - [arm64] PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy()
+    - [arm64] PCI: aardvark: Update comment about link going down after link-up
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.17.8
+    - Bluetooth: Fix the creation of hdev->name
+    - rfkill: uapi: fix RFKILL_IOCTL_MAX_SIZE ioctl request definition
+    - udf: Avoid using stale lengthOfImpUse
+    - mm: fix missing cache flush for all tail pages of compound page
+    - mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()
+    - mm: hugetlb: fix missing cache flush in hugetlb_mcopy_atomic_pte()
+    - mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()
+    - mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and
+      __mcopy_atomic()
+    - mm/hwpoison: fix error page recovered but reported "not recovered"
+    - mm/mlock: fix potential imbalanced rlimit ucounts adjustment
+    - mm,migrate: fix establishing demotion target
+    - mm: fix invalid page pointer returned with FOLL_PIN gups
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.17.9
+    - batman-adv: Don't skb_split skbuffs with frag_list
+    - iwlwifi: iwl-dbg: Use del_timer_sync() before freeing
+    - hwmon: (tmp401) Add OF device ID table
+    - mac80211: Reset MBSSID parameters upon connection
+    - net: rds: use maybe_get_net() when acquiring refcount on TCP sockets
+    - net: Fix features skip in for_each_netdev_feature()
+    - [arm64] net: mscc: ocelot: fix last VCAP IS1/IS2 filter persisting in
+      hardware when deleted
+    - [arm64] net: mscc: ocelot: fix VCAP IS2 filters matching on both lookups
+    - [arm64] net: mscc: ocelot: restrict tc-trap actions to VCAP IS2 lookup 0
+    - [arm64] net: mscc: ocelot: avoid corrupting hardware counters when moving
+      VCAP filters
+    - [arm*] fbdev: simplefb: Cleanup fb_info in .fb_destroy rather than .remove
+    - fbdev: efifb: Cleanup fb_info in .fb_destroy rather than .remove
+    - [x86] fbdev: vesafb: Cleanup fb_info in .fb_destroy rather than .remove
+    - [x86] platform/surface: aggregator: Fix initialization order when
+      compiling as builtin module
+    - ice: Fix race during aux device (un)plugging
+    - ice: clear stale Tx queue settings before configuring
+    - ice: fix PTP stale Tx timestamps cleanup
+    - ipv4: drop dst in multicast routing path
+    - drm/nouveau: Fix a potential theorical leak in
+      nouveau_get_backlight_name()
+    - netlink: do not reset transport header in netlink_recvmsg()
+    - net: chelsio: cxgb4: Avoid potential negative array offset
+    - fbdev: efifb: Fix a use-after-free due early fb_info cleanup
+    - net: sfc: fix memory leak due to ptp channel
+    - fanotify: do not allow setting dirent events in mask of non-dir
+    - mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protection
+    - nfs: fix broken handling of the softreval mount option
+    - dim: initialize all struct fields
+    - procfs: prevent unprivileged processes accessing fdinfo dir
+    - [arm64,armhf] net: dsa: flush switchdev workqueue on bridge join error
+      path
+    - [arm64] vdso: fix makefile dependency on vdso.so
+    - virtio: fix virtio transitional ids
+    - [s390x] ctcm: fix variable dereferenced before check
+    - [s390x] ctcm: fix potential memory leak
+    - [s390x] lcs: fix variable dereferenced before check
+    - net/sched: act_pedit: really ensure the skb is writable
+    - [arm64] net: bcmgenet: Check for Wake-on-LAN interrupt probe deferral
+    - [arm*] drm/vc4: hdmi: Fix build error for implicit function declaration
+    - [armhf] net: dsa: bcm_sf2: Fix Wake-on-LAN with mac_link_down()
+    - net/smc: non blocking recvmsg() return -EAGAIN when no data and
+      signal_pending
+    - net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()
+    - tls: Fix context leak on tls_device_down
+    - drm/vmwgfx: Fix fencing on SVGAv3
+    - gfs2: Fix filesystem block deallocation for short writes
+    - hwmon: (f71882fg) Fix negative temperature
+    - RDMA/irdma: Fix deadlock in irdma_cleanup_cm_core()
+    - [arm64,armhf] iommu: arm-smmu: disable large page mappings for Nvidia
+      arm-smmu
+    - ASoC: max98090: Reject invalid values in custom control put()
+    - ASoC: max98090: Generate notifications on changes for custom control
+    - ASoC: ops: Validate input values in snd_soc_put_volsw_range()
+    - [s390x] disable -Warray-bounds
+    - [x86] ASoC: SOF: Fix NULL pointer exception in sof_pci_probe callback
+    - io_uring: assign non-fixed early for async work
+    - net: sfp: Add tx-fault workaround for Huawei MA5671A SFP ONT
+    - secure_seq: use the 64 bits of the siphash for port offset calculation
+      (CVE-2022-1012)
+    - tcp: use different parts of the port_offset for index and offset
+      (CVE-2022-1012)
+    - tcp: resalt the secret every 10 seconds (CVE-2022-1012)
+    - tcp: add small random increments to the source port (CVE-2022-1012)
+    - tcp: dynamically allocate the perturb table used by source ports
+      (CVE-2022-1012)
+    - tcp: increase source port perturb table to 2^16 (CVE-2022-1012)
+    - tcp: drop the hash_32() part from the index calculation (CVE-2022-1012)
+    - block: Do not call folio_next() on an unreferenced folio
+    - [arm64,armhf] interconnect: Restore sync state by ignoring ipa-virt in
+      provider count
+    - firmware_loader: use kernel credentials when reading firmware
+    - [x86] mm: Fix marking of unused sub-pmd ranges
+    - tty: n_gsm: fix buffer over-read in gsm_dlci_data()
+    - tty: n_gsm: fix mux activation issues in gsm_config()
+    - tty: n_gsm: fix invalid gsmtty_write_room() result
+    - usb: gadget: uvc: allow for application to cleanly shutdown
+    - usb: cdc-wdm: fix reading stuck on device close
+    - [arm64] usb: typec: tcpci: Don't skip cleanup in .remove() on error
+    - USB: serial: pl2303: add device id for HP LM930 Display
+    - USB: serial: qcserial: add support for Sierra Wireless EM7590
+    - USB: serial: option: add Fibocom L610 modem
+    - USB: serial: option: add Fibocom MA510 modem
+    - [arm64] fsl_lpuart: Don't enable interrupts too early
+    - genirq: Remove WARN_ON_ONCE() in generic_handle_domain_irq()
+    - ceph: fix setting of xattrs on async created inodes
+    - Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()"
+    - mm/huge_memory: do not overkill when splitting huge_zero_page
+    - mm: mremap: fix sign for EFAULT error return value
+    - drm/vmwgfx: Disable command buffers on svga3 without gbobjects
+    - drm/nouveau/tegra: Stop using iommu_present()
+    - i40e: i40e_main: fix a missing check on list iterator
+    - net: atlantic: always deep reset on pm op, fixing up my null deref
+      regression
+    - net: phy: Fix race condition on link status change
+    - writeback: Avoid skipping inode writeback
+    - cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()
+    - ping: fix address binding wrt vrf
+    - ath11k: reduce the wait time of 11d scan and hw scan while add interface
+    - [arm*] arm[64]/memremap: don't abuse pfn_valid() to ensure presence of
+      linear map
+    - net: phy: micrel: Do not use kszphy_suspend/resume for KSZ8061
+    - net: phy: micrel: Pass .probe for KS8737
+    - SUNRPC: Ensure that the gssproxy client can start in a connected state
+    - drm/vmwgfx: Initialize drm_mode_fb_cmd2
+    - Revert "drm/amd/pm: keep the BACO feature enabled for suspend"
+    - dma-buf: call dma_buf_stats_setup after dmabuf is in valid list
+    - mm/hwpoison: use pr_err() instead of dump_page() in get_any_page()
+    - net: phy: micrel: Fix incorrect variable type in micrel
+    - mm/kfence: reset PG_slab and memcg_data before freeing __kfence_pool
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.17.10
+    - floppy: use a statically allocated error counter
+    - kernel/resource: Introduce request_mem_region_muxed()
+    - i2c: piix4: Replace hardcoded memory map size with a #define
+    - i2c: piix4: Move port I/O region request/release code into functions
+    - i2c: piix4: Move SMBus controller base address detect into function
+    - i2c: piix4: Move SMBus port selection into function
+    - i2c: piix4: Add EFCH MMIO support to region request and release
+    - i2c: piix4: Add EFCH MMIO support to SMBus base address detect
+    - i2c: piix4: Add EFCH MMIO support for SMBus port select
+    - i2c: piix4: Enable EFCH MMIO for Family 17h+
+    - [x86] Watchdog: sp5100_tco: Move timer initialization into function
+    - [x86] Watchdog: sp5100_tco: Refactor MMIO base address initialization
+    - [x86] Watchdog: sp5100_tco: Add initialization using EFCH MMIO
+    - [x86] Watchdog: sp5100_tco: Enable Family 17h+ CPUs
+    - [x86] Revert "drm/i915/opregion: check port number bounds for SWSCI
+      display power state"
+    - gfs2: cancel timed-out glock requests
+    - gfs2: Switch lock order of inode and iopen glock
+    - rtc: fix use-after-free on device removal
+    - [arm64] rtc: pcf2127: fix bug when reading alarm registers
+    - Input: add bounds checking to input_set_capability()
+    - nvme-pci: add quirks for Samsung X5 SSDs
+    - gfs2: Disable page faults during lockless buffered reads
+    - [arm64,armhf] rtc: sun6i: Fix time overflow handling
+    - [armhf] crypto: stm32 - fix reference leak in stm32_crc_remove
+    - [amd64] crypto: x86/chacha20 - Avoid spurious jumps to other functions
+    - ALSA: hda/realtek: Enable headset mic on Lenovo P360
+    - [s390x] traps: improve panic message for translation-specification
+      exception
+    - [s390x] pci: improve zpci_dev reference counting
+    - smb3: cleanup and clarify status of tree connections
+    - nvmet: use a private workqueue instead of the system workqueue
+    - nvme-multipath: fix hang when disk goes live over reconnect
+    - rtc: mc146818-lib: Fix the AltCentury for AMD platforms
+    - fs: fix an infinite loop in iomap_fiemap
+    - drbd: remove usage of list iterator variable after loop
+    - platform/chrome: cros_ec_debugfs: detach log reader wq from devm
+    - [armel,armhf] arm/stacktrace, kasan: Silence KASAN warnings in
+      unwind_frame()
+    - nilfs2: fix lockdep warnings in page operations for btree nodes
+    - nilfs2: fix lockdep warnings during disk space reclamation
+    - ALSA: usb-audio: Restore Rane SL-1 quirk
+    - [i386] ALSA: wavefront: Proper check of get_user() error
+    - ALSA: hda/realtek: Add quirk for TongFang devices with pop noise
+    - perf: Fix sys_perf_event_open() race against self (CVE-2022-1729)
+    - selinux: fix bad cleanup on error in hashtab_duplicate()
+    - audit,io_uring,io-wq: call __audit_uring_exit for dummy contexts
+    - Fix double fget() in vhost_net_set_backend()
+    - PCI/PM: Avoid putting Elo i2 PCIe Ports in D3cold
+    - [arm64] KVM: arm64: vgic-v3: Consistently populate ID_AA64PFR0_EL1.GIC
+    - [x86] KVM: x86/mmu: Update number of zapped pages even if page list is
+      stable
+    - KVM: Free new dirty bitmap if creating a new memslot fails
+    - [arm64] paravirt: Use RCU read locks to guard stolen_time
+    - [arm64] mte: Ensure the cleared tags are visible before setting the PTE
+    - [arm64] crypto: qcom-rng - fix infinite loop on requests not multiple of
+      WORD_SZ
+    - mmc: core: Fix busy polling for MMC_SEND_OP_COND again
+    - libceph: fix potential use-after-free on linger ping and resends
+    - drm/amd: Don't reset dGPUs if the system is going to s2idle
+    - [x86] drm/i915/dmc: Add MMIO range restrictions
+    - drm/dp/mst: fix a possible memory leak in fetch_monitor_name()
+    - dma-buf: fix use of DMA_BUF_SET_NAME_{A,B} in userspace
+    - dma-buf: ensure unique directory name for dmabuf stats
+    - [arm64] dts: qcom: sm8250: don't enable rx/tx macro by default
+    - [armhf] pinctrl: pinctrl-aspeed-g6: remove FWQSPID group in pinctrl
+    - ALSA: hda - fix unused Realtek function when PM is not enabled
+    - block/mq-deadline: Set the fifo_time member also if inserting at head
+    - mptcp: fix subflow accounting on close
+    - [arm64] net: macb: Increment rx bd head after allocating skb and buffer
+    - [x86] i915/guc/reset: Make __guc_reset_context aware of guilty engines
+    - xfrm: rework default policy structure
+    - xfrm: fix "disable_policy" flag use when arriving from different devices
+    - net/sched: act_pedit: sanitize shift argument before usage
+    - netfilter: flowtable: fix excessive hw offload attempts after failure
+    - netfilter: nft_flow_offload: skip dst neigh lookup for ppp devices
+    - net: fix dev_fill_forward_path with pppoe + bridge
+    - netfilter: nft_flow_offload: fix offload with pppoe + vlan
+    - ptp: ocp: have adjtime handle negative delta_ns correctly
+    - [arm64] Revert "PCI: aardvark: Rewrite IRQ code to chained IRQ handler"
+    - net: vmxnet3: fix possible use-after-free bugs in
+      vmxnet3_rq_alloc_rx_buf()
+    - net: vmxnet3: fix possible NULL pointer dereference in
+      vmxnet3_rq_cleanup()
+    - [arm64] kexec: load from kimage prior to clobbering
+    - ice: fix crash when writing timestamp on RX rings
+    - ice: fix possible under reporting of ethtool Tx and Rx statistics
+    - ice: Fix interrupt moderation settings getting cleared
+    - net/qla3xxx: Fix a test in ql_reset_work()
+    - net/mlx5: DR, Fix missing flow_source when creating multi-destination FW
+      table
+    - net/mlx5: Initialize flow steering during driver probe
+    - net/mlx5: DR, Ignore modify TTL on RX if device doesn't support it
+    - net/mlx5e: Block rx-gro-hw feature in switchdev mode
+    - net/mlx5e: Properly block LRO when XDP is enabled
+    - net/mlx5e: Properly block HW GRO when XDP is enabled
+    - net/mlx5e: Remove HW-GRO from reported features
+    - net/mlx5: Drain fw_reset when removing device
+    - net: af_key: add check for pfkey_broadcast in function pfkey_process
+    - [armhf] 9196/1: spectre-bhb: enable for Cortex-A15
+    - [armel,armhf] 9197/1: spectre-bhb: fix loop8 sequence for Thumb2
+    - lockdown: also lock down previous kgdb use (CVE-2022-21499)
+    - mptcp: fix checksum byte order
+    - igb: skip phy status check where unavailable
+    - netfilter: flowtable: fix TCP flow teardown
+    - netfilter: flowtable: pass flowtable to nf_flow_table_iterate()
+    - netfilter: flowtable: move dst_check to packet path
+    - net: bridge: Clear offload_fwd_mark when passing frame up bridge
+      interface.
+    - [x86] kvm: x86/pmu: Fix the compare function used by the pmu event filter
+    - [arm*] gpio: mvebu/pwm: Refuse requests with inverted polarity
+    - scsi: scsi_dh_alua: Properly handle the ALUA transitioning state
+    - scsi: qla2xxx: Fix missed DMA unmap for aborted commands
+    - mac80211: fix rx reordering with non explicit / psmp ack policy
+    - nl80211: validate S1G channel width
+    - cfg80211: retrieve S1G operating channel number
+    - Revert "fbdev: Make fb_release() return -ENODEV if fbdev was unregistered"
+    - fbdev: Prevent possible use-after-free in fb_release()
+    - [x86] platform/x86: thinkpad_acpi: Convert btusb DMI list to quirks
+    - [x86] platform/x86: thinkpad_acpi: Correct dual fan probe
+    - [x86] platform/surface: gpe: Add support for Surface Pro 8
+    - net: fix wrong network header length
+    - nl80211: fix locking in nl80211_set_tx_bitrate_mask()
+    - ethernet: tulip: fix missing pci_disable_device() on error in
+      tulip_init_one()
+    - net: atlantic: fix "frag[0] not initialized"
+    - net: atlantic: reduce scope of is_rsc_complete
+    - net: atlantic: add check for MAX_SKB_FRAGS
+    - net: atlantic: verify hw_head_ lies within TX buffer ring
+    - [arm64] Enable repeat tlbi workaround on KRYO4XX gold CPUs
+    - dt-bindings: pinctrl: aspeed-g6: remove FWQSPID group
+    - afs: Fix afs_getattr() to refetch file status if callback break occurred
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.17.11
+    - mptcp: Do TCP fallback on early DSS checksum failure
+
+  [ Vincent Blut ]
+  * [x86] sound/soc/amd: Enable SND_SOC_AMD_ACP5x, SND_SOC_AMD_VANGOGH_MACH,
+    SND_SOC_AMD_ACP6x and SND_SOC_AMD_YC_MACH as modules (Closes: #1010580)
+  * [ppc64*] crypto: Enable CRYPTO_CRC32C_VPMSUM as module (Closes: #1010293)
+
+  [ Alejandro R. Sedeño ]
+  * drivers/net/wwan: Enable MHI_WWAN_MBIM as module (Closes: #1011395)
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 3
+  * sign-file: Convert API usage to support OpenSSL v3
+  * [x86] KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID
+    (CVE-2022-1789)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 26 May 2022 21:42:32 +0200
+
+linux (5.17.6-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.17.4
+    - [arm64] cpuidle: PSCI: Move the `has_lpi` check to the beginning of the
+      function
+    - ACPI: processor idle: Check for architectural support for LPI
+    - btrfs: remove no longer used counter when reading data page
+    - btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()
+    - media: si2157: unknown chip version Si2147-A30 ROM 0x50
+    - drm/amdgpu: Ensure HDA function is suspended before ASIC reset
+    - btrfs: release correct delalloc amount in direct IO write path
+    - btrfs: fix btrfs_submit_compressed_write cgroup attribution
+    - btrfs: return allocated block group from do_chunk_alloc()
+    - ALSA: core: Add snd_card_free_on_error() helper
+    - [i386] ALSA: sis7019: Fix the missing error handling
+    - ALSA: ali5451: Fix the missing snd_card_free() call at probe error
+    - ALSA: als300: Fix the missing snd_card_free() call at probe error
+    - ALSA: als4000: Fix the missing snd_card_free() call at probe error
+    - ALSA: atiixp: Fix the missing snd_card_free() call at probe error
+    - ALSA: azt3328: Fix the missing snd_card_free() call at probe error
+    - ALSA: bt87x: Fix the missing snd_card_free() call at probe error
+    - ALSA: ca0106: Fix the missing snd_card_free() call at probe error
+    - ALSA: cmipci: Fix the missing snd_card_free() call at probe error
+    - ALSA: cs4281: Fix the missing snd_card_free() call at probe error
+    - [i386] ALSA: cs5535audio: Fix the missing snd_card_free() call at probe
+      error
+    - ALSA: emu10k1x: Fix the missing snd_card_free() call at probe error
+    - ALSA: ens137x: Fix the missing snd_card_free() call at probe error
+    - ALSA: es1938: Fix the missing snd_card_free() call at probe error
+    - ALSA: es1968: Fix the missing snd_card_free() call at probe error
+    - ALSA: fm801: Fix the missing snd_card_free() call at probe error
+    - ALSA: hdsp: Fix the missing snd_card_free() call at probe error
+    - ALSA: hdspm: Fix the missing snd_card_free() call at probe error
+    - ALSA: ice1724: Fix the missing snd_card_free() call at probe error
+    - ALSA: intel8x0: Fix the missing snd_card_free() call at probe error
+    - [x86] ALSA: intel_hdmi: Fix the missing snd_card_free() call at probe
+      error
+    - ALSA: korg1212: Fix the missing snd_card_free() call at probe error
+    - ALSA: lola: Fix the missing snd_card_free() call at probe error
+    - ALSA: lx6464es: Fix the missing snd_card_free() call at probe error
+    - ALSA: maestro3: Fix the missing snd_card_free() call at probe error
+    - ALSA: oxygen: Fix the missing snd_card_free() call at probe error
+    - ALSA: riptide: Fix the missing snd_card_free() call at probe error
+    - ALSA: rme32: Fix the missing snd_card_free() call at probe error
+    - ALSA: rme9652: Fix the missing snd_card_free() call at probe error
+    - ALSA: rme96: Fix the missing snd_card_free() call at probe error
+    - [i386] ALSA: sc6000: Fix the missing snd_card_free() call at probe error
+    - ALSA: sonicvibes: Fix the missing snd_card_free() call at probe error
+    - ALSA: via82xx: Fix the missing snd_card_free() call at probe error
+    - ALSA: usb-audio: Cap upper limits of buffer/period bytes for implicit fb
+    - [x86] ALSA: memalloc: Add fallback SG-buffer allocations for x86
+    - ALSA: nm256: Don't call card private_free at probe error path
+    - [arm64] drm/msm: Add missing put_task_struct() in debugfs path
+    - nfsd: Fix a write performance regression
+    - Revert "ath11k: mesh: add support for 256 bitmap in blockack frames in
+      11ax"
+    - [arm64] KVM: arm64: Generalise VM features into a set of flags
+    - [arm64] KVM: arm64: mixed-width check should be skipped for uninitialized
+      vCPUs
+    - SUNRPC: Fix the svc_deferred_event trace class
+    - net/sched: flower: fix parsing of ethertype following VLAN header
+    - veth: Ensure eth header is in skb's linear part
+    - gpiolib: acpi: use correct format characters
+    - cifs: release cached dentries only if mount is complete
+    - ice: arfs: fix use-after-free when freeing @rx_cpu_rmap
+    - Revert "iavf: Fix deadlock occurrence during resetting VF interface"
+    - net: mdio: don't defer probe forever if PHY IRQ provider is missing
+    - sctp: use the correct skb for security_sctp_assoc_request
+    - net/sched: fix initialization order when updating chain 0 head
+    - cachefiles: unmark inode in use in error path
+    - cachefiles: Fix KASAN slab-out-of-bounds in cachefiles_set_volume_xattr
+    - [arm64] net: dsa: felix: suppress -EPROBE_DEFER errors
+    - io_uring: flag the fact that linked file assignment is sane
+    - [armhf] net: ethernet: stmmac: fix altr_tse_pcs function when using a
+      fixed-link
+    - net/sched: taprio: Check if socket flags are valid
+    - cfg80211: hold bss_lock while updating nontrans_list
+    - netfilter: nft_socket: make cgroup match work in input too
+    - [arm64] drm/msm: Fix range size vs end confusion
+    - [arm64] drm/msm/dsi: Use connector directly in
+      msm_dsi_manager_connector_init()
+    - [arm64] drm/msm/dp: add fail safe mode outside of event_mutex context
+    - io_uring: stop using io_wq_work as an fd placeholder
+    - net/smc: use memcpy instead of snprintf to avoid out of bounds read
+    - net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()
+    - scsi: pm80xx: Mask and unmask upper interrupt vectors 32-63
+    - scsi: pm80xx: Enable upper inbound, outbound queues
+    - scsi: iscsi: Move iscsi_ep_disconnect()
+    - scsi: iscsi: Fix offload conn cleanup when iscsid restarts
+    - scsi: iscsi: Fix endpoint reuse regression
+    - scsi: iscsi: Fix conn cleanup and stop race during iscsid restart
+    - scsi: iscsi: Fix unbound endpoint error handling
+    - sctp: Initialize daddr on peeled off socket
+    - netfilter: nf_tables: nft_parse_register can return a negative value
+    - io_uring: fix assign file locking issue
+    - ALSA: ad1889: Fix the missing snd_card_free() call at probe error
+    - ALSA: mtpav: Don't call card private_free at probe error path
+    - io_uring: move io_uring_rsrc_update2 validation
+    - io_uring: verify that resv2 is 0 in io_uring_rsrc_update2
+    - io_uring: verify pad field is 0 in io_get_ext_arg
+    - ALSA: usb-audio: Increase max buffer size
+    - ALSA: usb-audio: Limit max buffer and period sizes per time
+    - macvlan: Fix leaking skb in source mode with nodst option
+    - [armhf] net: ftgmac100: access hardware register after clock ready
+    - cifs: potential buffer overflow in handling symlinks
+    - vfio/pci: Fix vf_token mechanism when device-specific VF drivers are used
+    - tun: annotate access to queue->trans_start
+    - [arm64] net: dsa: felix: fix tagging protocol changes with multiple CPU
+      ports
+    - [arm64] net: bcmgenet: Revert "Use stronger register read/writes to assure
+      ordering"
+    - block: fix offset/size check in bio_trim()
+    - block: null_blk: end timed out poll request
+    - io_uring: abort file assignment prior to assigning creds
+    - [powerpc*] KVM: PPC: Book3S HV P9: Fix "lost kick" race
+    - drm/amd: Add USBC connector ID
+    - btrfs: fix fallocate to use file_modified to update permissions
+      consistently
+    - btrfs: do not warn for free space inode in cow_file_range
+    - drm/amdgpu: conduct a proper cleanup of PDB bo
+    - drm/amdgpu/gmc: use PCI BARs for APUs in passthrough
+    - drm/amd/display: FEC check in timing validation
+    - drm/amdkfd: Fix Incorrect VMIDs passed to HWS
+    - drm/amdgpu/vcn: improve vcn dpg stop procedure
+    - [arm64,x86] Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by
+      default in isolated guests
+    - [arm64,x86] Drivers: hv: vmbus: Propagate VMbus coherence to each VMbus
+      device
+    - [amd64,arm64] PCI: hv: Propagate coherence from VMbus device to PCI device
+    - [arm64,x86] Drivers: hv: vmbus: Prevent load re-ordering when reading ring
+      buffer
+    - scsi: target: tcmu: Fix possible page UAF
+    - scsi: lpfc: Improve PCI EEH Error and Recovery Handling
+    - scsi: lpfc: Fix unload hang after back to back PCI EEH faults
+    - scsi: lpfc: Fix queue failures when recovering from PCI parity error
+    - [powerpc*] scsi: ibmvscsis: Increase INITIAL_SRP_LIMIT to 1024
+    - ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs
+    - [armhf] gpu: ipu-v3: Fix dev_dbg frequency output
+    - [powerpc*] static_call: Properly initialise DEFINE_STATIC_CALL_RET0()
+    - [arm64] alternatives: mark patch_alternative() as `noinstr`
+    - tlb: hugetlb: Add more sizes to tlb_remove_huge_tlb_entry
+    - [arm64,x86] Drivers: hv: balloon: Disable balloon and hot-add accordingly
+    - net: usb: aqc111: Fix out-of-bounds accesses in RX fixup
+    - myri10ge: fix an incorrect free for skb in myri10ge_sw_tso
+    - drm/amd/display: Fix allocate_mst_payload assert on resume
+    - drbd: set QUEUE_FLAG_STABLE_WRITES
+    - scsi: mpt3sas: Fail reset operation if config request timed out
+    - scsi: mvsas: Add PCI ID of RocketRaid 2640
+    - scsi: megaraid_sas: Target with invalid LUN ID is deleted during scan
+    - drivers: net: slip: fix NPD bug in sl_tx_timeout()
+    - io_uring: zero tag on rsrc removal
+    - io_uring: use nospec annotation for more indexes
+    - [arm64] perf/imx_ddr: Fix undefined behavior due to shift overflowing the
+      constant
+    - mm/secretmem: fix panic when growing a memfd_secret
+    - mm, page_alloc: fix build_zonerefs_node()
+    - mm: fix unexpected zeroed page mapping with zram swap
+    - hugetlb: do not demote poisoned hugetlb pages
+    - revert "fs/binfmt_elf: fix PT_LOAD p_align values for loaders"
+    - revert "fs/binfmt_elf: use PT_LOAD p_align values for static PIE"
+    - [x86] KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loaded
+    - SUNRPC: Fix NFSD's request deferral on RDMA transports
+    - cifs: verify that tcon is valid before dereference in cifs_kill_sb
+    - ath9k: Properly clear TX status area before reporting to mac80211
+    - ath9k: Fix usage of driver-private space in tx_info
+    - btrfs: zoned: activate block group only for extent allocation
+    - btrfs: fix root ref counts in error handling in btrfs_get_root_ref
+    - btrfs: mark resumed async balance as writing
+    - ALSA: hda/realtek: Add quirk for Clevo PD50PNT
+    - ALSA: hda/realtek: add quirk for Lenovo Thinkpad X12 speakers
+    - ALSA: pcm: Test for "silence" field in struct "pcm_format_data"
+    - nl80211: correctly check NL80211_ATTR_REG_ALPHA2 size
+    - ipv6: fix panic when forwarding a pkt with no in6 dev
+    - drm/amdgpu: Enable gfxoff quirk on MacBook Pro
+    - [x86] tsx: Use MSR_TSX_CTRL to clear CPUID bits
+    - [x86] tsx: Disable TSX development mode at boot
+    - genirq/affinity: Consider that CPUs on nodes can be unbalanced
+    - tick/nohz: Use WARN_ON_ONCE() to prevent console saturation
+    - dm integrity: fix memory corruption when tag_size is less than digest size
+    - i2c: dev: check return value when calling dev_set_name()
+    - [arm64,armhf] Revert "net: dsa: setup master before ports"
+    - smp: Fix offline cpu check in flush_smp_call_function_queue()
+    - dt-bindings: memory: snps,ddrc-3.80a compatible also need interrupts
+    - timers: Fix warning condition in __run_timers()
+    - mm, kfence: support kmem_dump_obj() for KFENCE objects
+    - [x86] drm/i915: Sunset igpu legacy mmap support based on GRAPHICS_VER_FULL
+    - cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_state
+    - ax25: Fix UAF bugs in ax25 timers (CVE-2022-1205)
+    - io_uring: use right issue_flags for splice/tee
+    - io_uring: fix poll file assign deadlock
+    - io_uring: fix poll error reporting
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.17.5
+    - etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overead
+    - perf tools: Fix segfault accessing sample_id xyarray
+    - drm/amd/display: Only set PSR version when valid
+    - block/compat_ioctl: fix range check in BLKGETSIZE
+    - gfs2: assign rgrp glock before compute_bitstructs
+    - scsi: ufs: core: scsi_get_lba() error fix
+    - net/sched: cls_u32: fix netns refcount changes in u32_change()
+    - ALSA: usb-audio: Clear MIDI port active flag after draining
+    - ALSA: usb-audio: add mapping for MSI MAG X570S Torpedo MAX.
+    - ALSA: hda/realtek: Add quirk for Clevo NP70PNP
+    - ASoC: atmel: Remove system clock tree configuration for at91sam9g20ek
+    - ASoC: topology: Correct error handling in soc_tplg_dapm_widget_create()
+    - ASoC: rk817: Use devm_clk_get() in rk817_platform_probe
+    - ASoC: msm8916-wcd-digital: Check failure for devm_snd_soc_register_component
+    - ASoC: codecs: wcd934x: do not switch off SIDO Buck when codec is in use
+    - dmaengine: idxd: fix device cleanup on disable
+    - dmaengine: imx-sdma: Fix error checking in sdma_event_remap
+    - dmaengine: mediatek:Fix PM usage reference leak of mtk_uart_apdma_alloc_chan_resources
+    - dmaengine: dw-edma: Fix unaligned 64bit access
+    - spi: spi-mtk-nor: initialize spi controller after resume
+    - firmware: cs_dsp: Fix overrun of unterminated control name string
+    - esp: limit skb_page_frag_refill use to a single page
+    - spi: cadence-quadspi: fix incorrect supports_op() return value
+    - igc: Fix infinite loop in release_swfw_sync
+    - igc: Fix BUG: scheduling while atomic
+    - igc: Fix suspending when PTM is active
+    - ice: allow creating VFs for !CONFIG_NET_SWITCHDEV
+    - ice: fix crash in switchdev mode
+    - ice: Fix memory leak in ice_get_orom_civd_data()
+    - ALSA: hda/hdmi: fix warning about PCM count when used with SOF
+    - rxrpc: Restore removed timer deletion
+    - net/smc: Fix sock leak when release after smc_shutdown()
+    - net/packet: fix packet_sock xmit return value checking
+    - ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()
+    - ip6_gre: Fix skb_under_panic in __gre6_xmit()
+    - net: restore alpha order to Ethernet devices in config
+    - net/sched: cls_u32: fix possible leak in u32_init_knode()
+    - l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using netdev_master_upper_dev_get_rcu
+    - ipv6: make ip6_rt_gc_expire an atomic_t
+    - can: isotp: stop timeout monitoring when no first frame was sent
+    - net: dsa: hellcreek: Calculate checksums in tagger
+    - net: mscc: ocelot: fix broken IP multicast flooding
+    - netlink: reset network and mac headers in netlink_dump()
+    - drm/i915/display/psr: Unset enable_psr2_sel_fetch if other checks in intel_psr2_config_valid() fails
+    - RISC-V: KVM: Remove 's' & 'u' as valid ISA extension
+    - RISC-V: KVM: Restrict the extensions that can be disabled
+    - net: stmmac: Use readl_poll_timeout_atomic() in atomic state
+    - dmaengine: idxd: match type for retries var in idxd_enqcmds()
+    - dmaengine: idxd: fix retry value to be constant for duration of function call
+    - dmaengine: idxd: add RO check for wq max_batch_size write
+    - dmaengine: idxd: add RO check for wq max_transfer_size write
+    - dmaengine: idxd: skip clearing device context when device is read-only
+    - selftests: mlxsw: vxlan_flooding: Prevent flooding of unwanted packets
+    - selftests: mlxsw: vxlan_flooding_ipv6: Prevent flooding of unwanted packets
+    - userfaultfd: mark uffd_wp regardless of VM_WRITE flag
+    - arm64: mm: fix p?d_leaf()
+    - XArray: Disallow sibling entries of nodes
+    - drm/msm/gpu: Rename runtime suspend/resume functions
+    - drm/msm/gpu: Remove mutex from wait_event condition
+    - ARM: vexpress/spc: Avoid negative array index when !SMP
+    - reset: renesas: Check return value of reset_control_deassert()
+    - reset: tegra-bpmp: Restore Handle errors in BPMP response
+    - platform/x86: samsung-laptop: Fix an unsigned comparison which can never be negative
+    - ALSA: usb-audio: Fix undefined behavior due to shift overflowing the constant
+    - drm/msm/disp: check the return value of kzalloc()
+    - selftests: KVM: Free the GIC FD when cleaning up in arch_timer
+    - ALSA: hda: intel-dsp-config: update AlderLake PCI IDs
+    - arm64: dts: imx: Fix imx8*-var-som touchscreen property sizes
+    - vxlan: fix error return code in vxlan_fdb_append
+    - cifs: Check the IOCB_DIRECT flag, not O_DIRECT
+    - net: atlantic: Avoid out-of-bounds indexing
+    - mt76: Fix undefined behavior due to shift overflowing the constant
+    - brcmfmac: sdio: Fix undefined behavior due to shift overflowing the constant
+    - dpaa_eth: Fix missing of_node_put in dpaa_get_ts_info()
+    - drm/msm/mdp5: check the return of kzalloc()
+    - KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPU
+    - net: macb: Restart tx only if queue pointer is lagging
+    - scsi: iscsi: Release endpoint ID when its freed
+    - scsi: iscsi: Merge suspend fields
+    - scsi: iscsi: Fix NOP handling during conn recovery
+    - scsi: qedi: Fix failed disconnect handling
+    - stat: fix inconsistency between struct stat and struct compat_stat
+    - VFS: filename_create(): fix incorrect intent.
+    - nvme: add a quirk to disable namespace identifiers
+    - nvme-pci: disable namespace identifiers for the MAXIO MAP1002/1202
+    - nvme-pci: disable namespace identifiers for Qemu controllers
+    - irq_work: use kasan_record_aux_stack_noalloc() record callstack
+    - EDAC/synopsys: Read the error count from the correct register
+    - mm/memory-failure.c: skip huge_zero_page in memory_failure()
+    - memcg: sync flush only if periodic flush is delayed
+    - mm, hugetlb: allow for "high" userspace addresses
+    - oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanup
+    - mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()
+    - ata: pata_marvell: Check the 'bmdma_addr' beforing reading
+    - dma: at_xdmac: fix a missing check on list iterator
+    - dmaengine: imx-sdma: fix init of uart scripts
+    - net: atlantic: invert deep par in pm functions, preventing null derefs
+    - drm/radeon: fix logic inversion in radeon_sync_resv
+    - io_uring: free iovec if file assignment fails
+    - Input: omap4-keypad - fix pm_runtime_get_sync() error checking
+    - scsi: sr: Do not leak information in ioctl
+    - sched/pelt: Fix attach_entity_load_avg() corner case
+    - perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabled
+    - drm/panel/raspberrypi-touchscreen: Avoid NULL deref if not initialised
+    - drm/panel/raspberrypi-touchscreen: Initialise the bridge in prepare
+    - powerpc/time: Always set decrementer in timer_interrupt()
+    - KVM: PPC: Fix TCE handling for VFIO
+    - drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage
+    - powerpc/perf: Fix power9 event alternatives
+    - powerpc/perf: Fix power10 event alternatives
+    - arm/xen: Fix some refcount leaks
+    - perf script: Always allow field 'data_src' for auxtrace
+    - perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE event
+    - fs: fix acl translation
+    - cifs: fix NULL ptr dereference in refresh_mounts()
+    - cifs: use correct lock type in cifs_reconnect()
+    - xtensa: patch_text: Fixup last cpu should be master
+    - xtensa: fix a7 clobbering in coprocessor context load/store
+    - openvswitch: fix OOB access in reserve_sfa_size()
+    - gpio: Request interrupts after IRQ is initialized
+    - ASoC: rt5682: fix an incorrect NULL check on list iterator
+    - ASoC: soc-dapm: fix two incorrect uses of list iterator
+    - e1000e: Fix possible overflow in LTR decoding
+    - codecs: rt5682s: fix an incorrect NULL check on list iterator
+    - ARC: entry: fix syscall_trace_exit argument
+    - drm/vmwgfx: Fix gem refcounting and memory evictions
+    - arm_pmu: Validate single/group leader events
+    - KVM: x86/pmu: Update AMD PMC sample period to fix guest NMI-watchdog
+    - KVM: x86: Don't re-acquire SRCU lock in complete_emulated_io()
+    - KVM: x86: Pend KVM_REQ_APICV_UPDATE during vCPU creation to fix a race
+    - KVM: nVMX: Defer APICv updates while L2 is active until L1 is active
+    - KVM: SVM: Simplify and harden helper to flush SEV guest page(s)
+    - KVM: SVM: Flush when freeing encrypted pages even on SME_COHERENT CPUs
+    - ext4: fix fallocate to use file_modified to update permissions consistently
+    - ext4: fix symlink file size not match to file content
+    - ext4: fix use-after-free in ext4_search_dir
+    - ext4: limit length to bitmap_maxbytes - blocksize in punch_hole
+    - ext4, doc: fix incorrect h_reserved size
+    - ext4: fix overhead calculation to account for the reserved gdt blocks
+    - ext4: force overhead calculation if the s_overhead_cluster makes no sense
+    - ext4: update the cached overhead value in the superblock
+    - jbd2: fix a potential race while discarding reserved buffers after an abort
+    - spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controller
+    - ASoC: SOF: topology: cleanup dailinks on widget unload
+    - io_uring: fix leaks on IOPOLL and CQE_SKIP
+    - arm64: dts: qcom: add IPA qcom,qmp property
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.17.6
+    - usb: mtu3: fix USB 3.0 dual-role-switch from device to host
+    - floppy: disable FDRAWCMD by default
+    - USB: quirks: add a Realtek card reader
+    - USB: quirks: add STRING quirk for VCOM device
+    - USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTS
+    - USB: serial: cp210x: add PIDs for Kamstrup USB Meter Reader
+    - USB: serial: option: add support for Cinterion MV32-WA/MV32-WB
+    - USB: serial: option: add Telit 0x1057, 0x1058, 0x1075 compositions
+    - usb: xhci: tegra:Fix PM usage reference leak of tegra_xusb_unpowergate_partitions
+    - xhci: Enable runtime PM on second Alderlake controller
+    - xhci: stop polling roothubs after shutdown
+    - xhci: increase usb U3 -> U0 link resume timeout from 100ms to 500ms
+    - iio: dac: ad5592r: Fix the missing return value.
+    - iio: scd4x: check return of scd4x_write_and_fetch
+    - iio: dac: ad5446: Fix read_raw not returning set value
+    - iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on()
+    - iio: imu: inv_icm42600: Fix I2C init possible nack
+    - usb: misc: fix improper handling of refcount in uss720_probe()
+    - usb: core: Don't hold the device lock while sleeping in do_proc_control()
+    - usb: typec: ucsi: Fix reuse of completion structure
+    - usb: typec: ucsi: Fix role swapping
+    - usb: gadget: uvc: Fix crash when encoding data for usb request
+    - usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind()
+    - usb: dwc3: Try usb-role-switch first in dwc3_drd_init
+    - usb: dwc3: core: Fix tx/rx threshold settings
+    - usb: dwc3: core: Only handle soft-reset in DCTL
+    - usb: dwc3: gadget: Return proper request status
+    - usb: dwc3: pci: add support for the Intel Meteor Lake-P
+    - usb: cdns3: Fix issue for clear halt endpoint
+    - usb: phy: generic: Get the vbus supply
+    - kernfs: fix NULL dereferencing in kernfs_remove
+    - binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0
+    - binder: Address corner cases in deferred copy and fixup
+    - serial: imx: fix overrun interrupts in DMA mode
+    - serial: amba-pl011: do not time out prematurely when draining tx fifo
+    - serial: 8250: Also set sticky MCR bits in console restoration
+    - serial: 8250: Correct the clock for EndRun PTP/1588 PCIe device
+    - eeprom: at25: Use DMA safe buffers
+    - arch_topology: Do not set llc_sibling if llc_id is invalid
+    - topology: make core_mask include at least cluster_siblings
+    - ceph: fix possible NULL pointer dereference for req->r_session
+    - bus: mhi: host: pci_generic: Add missing poweroff() PM callback
+    - bus: mhi: host: pci_generic: Flush recovery worker during freeze
+    - arm64: dts: imx8mm-venice: fix spi2 pin configuration
+    - pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos config
+    - f2fs: should not truncate blocks during roll-forward recovery
+    - hex2bin: make the function hex_to_bin constant-time
+    - hex2bin: fix access beyond string end
+    - bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_first_desc()
+    - riscv: patch_text: Fixup last cpu should be master
+    - x86/cpu: Load microcode during restore_processor_state()
+    - x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guests
+    - iocost: don't reset the inuse weight of under-weighted debtors
+    - virtio_net: fix wrong buf address calculation when using xdp
+    - cpufreq: qcom-hw: drop affinity hint before freeing the IRQ
+    - cpufreq: qcom-hw: fix the race between LMH worker and cpuhp
+    - cpufreq: qcom-hw: fix the opp entries refcounting
+    - cpufreq: qcom-cpufreq-hw: Fix throttle frequency value on EPSS platforms
+    - video: fbdev: udlfb: properly check endpoint type
+    - arm64: dts: meson: remove CPU opps below 1GHz for G12B boards
+    - arm64: dts: meson: remove CPU opps below 1GHz for SM1 boards
+    - iio: dac: ad3552r: fix signedness bug in ad3552r_reset()
+    - iio:imu:bmi160: disable regulator in error path
+    - iio:filter:admv8818: select REGMAP_SPI for ADMV8818
+    - mtd: rawnand: fix ecc parameters for mt7622
+    - tee: optee: add missing mutext_destroy in optee_ffa_probe
+    - xsk: Fix l2fwd for copy mode + busy poll combo
+    - arm64: dts: imx8qm: Correct SCU clock controller's compatible property
+    - USB: Fix xhci event ring dequeue pointer ERDP update issue
+    - soc: imx: imx8m-blk-ctrl: Fix IMX8MN_DISPBLK_PD_ISI hang
+    - ARM: dts: imx6qdl-apalis: Fix sgtl5000 detection issue
+    - iio:dac:ad3552r: Fix an IS_ERR() vs NULL check
+    - arm64: dts: imx8mq-tqma8mq: change the spi-nor tx
+    - arm64: dts: imx8mn: Fix SAI nodes
+    - arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO pin labeling for CON1
+    - phy: samsung: Fix missing of_node_put() in exynos_sata_phy_probe
+    - phy: samsung: exynos5250-sata: fix missing device put in probe error paths
+    - ARM: OMAP2+: Fix refcount leak in omap_gic_of_init
+    - bus: ti-sysc: Make omap3 gpt12 quirk handling SoC specific
+    - ARM: dts: dra7: Fix suspend warning for vpe powerdomain
+    - phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocks
+    - ARM: dts: at91: Map MCLK for wm8731 on at91sam9g20ek
+    - ARM: dts: at91: sama5d4_xplained: fix pinctrl phandle name
+    - ARM: dts: at91: fix pinctrl phandles
+    - phy: mapphone-mdm6600: Fix PM error handling in phy_mdm6600_probe
+    - phy: ti: Add missing pm_runtime_disable() in serdes_am654_probe
+    - interconnect: qcom: sc7180: Drop IP0 interconnects
+    - interconnect: qcom: sdx55: Drop IP0 interconnects
+    - ARM: dts: Fix mmc order for omap3-gta04
+    - ARM: dts: am33xx-l4: Add missing touchscreen clock properties
+    - ARM: dts: am3517-evm: Fix misc pinmuxing
+    - ARM: dts: logicpd-som-lv: Fix wrong pinmuxing on OMAP35
+    - pinctrl: qcom: sm6350: fix order of UFS & SDC pins
+    - ipvs: correctly print the memory size of ip_vs_conn_tab
+    - phy: amlogic: fix error path in phy_g12a_usb3_pcie_probe()
+    - pinctrl: mediatek: moore: Fix build error
+    - mtd: rawnand: Fix return value check of wait_for_completion_timeout
+    - mtd: fix 'part' field data corruption in mtd_info
+    - pinctrl: stm32: Do not call stm32_gpio_get() for edge triggered IRQs in EOI
+    - memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual Mode
+    - net: dsa: Add missing of_node_put() in dsa_port_link_register_of
+    - netfilter: nft_set_rbtree: overlap detection with element re-addition after deletion
+    - bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook
+    - pinctrl: rockchip: fix RK3308 pinmux bits
+    - tcp: md5: incorrect tcp_header_len for incoming connections
+    - pinctrl: stm32: Keep pinctrl block clock enabled when LEVEL IRQ requested
+    - tcp: ensure to use the most recently sent skb when filling the rate sample
+    - wireguard: device: check for metadata_dst with skb_valid_dst()
+    - sctp: check asoc strreset_chunk in sctp_generate_reconf_event
+    - ARM: dts: imx6ull-colibri: fix vqmmc regulator
+    - arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock
+    - pinctrl: pistachio: fix use of irq_of_parse_and_map()
+    - cpufreq: fix memory leak in sun50i_cpufreq_nvmem_probe
+    - net: hns3: clear inited state and stop client after failed to register netdev
+    - net: hns3: fix error log of tx/rx tqps stats
+    - net: hns3: modify the return code of hclge_get_ring_chain_from_mbx
+    - net: hns3: add validity check for message data length
+    - net: hns3: add return value for mailbox handling in PF
+    - net/smc: sync err code when tcp connection was refused
+    - net: lan966x: fix a couple off by one bugs
+    - ip_gre: Make o_seqno start from 0 in native mode
+    - ip6_gre: Make o_seqno start from 0 in native mode
+    - ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode
+    - tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT
+    - tcp: make sure treq->af_specific is initialized
+    - bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create()
+    - clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource()
+    - cpufreq: qcom-cpufreq-hw: Clear dcvs interrupts
+    - mctp: defer the kfree of object mdev->addrs
+    - net: bcmgenet: hide status block before TX timestamping
+    - net: phy: marvell10g: fix return value on error
+    - net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addr
+    - drm/sun4i: Remove obsolete references to PHYS_OFFSET
+    - ice: wait 5 s for EMP reset after firmware flash
+    - Bluetooth: hci_event: Fix checking for invalid handle on error status
+    - net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLK
+    - io_uring: check reserved fields for send/sendmsg
+    - io_uring: check reserved fields for recv/recvmsg
+    - netfilter: nf_conntrack_tcp: re-init for syn packets only
+    - netfilter: conntrack: fix udp offload timeout sysctl
+    - platform/x86: asus-wmi: Potential buffer overflow in asus_wmi_evaluate_method_buf()
+    - platform/x86: asus-wmi: Fix driver not binding when fan curve control probe fails
+    - drm/amdkfd: Fix GWS queue count
+    - drm/amd/display: Fix memory leak in dcn21_clock_source_create
+    - tls: Skip tls_append_frag on zero copy size
+    - bnx2x: fix napi API usage sequence
+    - net: fec: add missing of_node_put() in fec_enet_init_stop_mode()
+    - gfs2: Minor retry logic cleanup
+    - gfs2: Make sure not to return short direct writes
+    - gfs2: No short reads or writes upon glock contention
+    - perf arm-spe: Fix addresses of synthesized SPE events
+    - ixgbe: ensure IPsec VF<->PF compatibility
+    - net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASK
+    - Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits"
+    - tcp: fix F-RTO may not work correctly when receiving DSACK
+    - io_uring: fix uninitialized field in rw io_kiocb
+    - ASoC: soc-pcm: use GFP_KERNEL when the code is sleepable
+    - ASoC: cs35l41: Fix a shift-out-of-bounds warning found by UBSAN
+    - ASoC: rt711/5682: check if bus is active before deferred jack detection
+    - ASoC: Intel: soc-acpi: correct device endpoints for max98373
+    - ASoC: wm8731: Disable the regulator when probing fails
+    - Input: cypress-sf - register a callback to disable the regulators
+    - ext4: fix bug_on in start_this_handle during umount filesystem
+    - arch: xtensa: platforms: Fix deadlock in rs_close()
+    - ksmbd: increment reference count of parent fp
+    - ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION
+    - erofs: fix use-after-free of on-stack io[]
+    - bonding: do not discard lowest hash bit for non layer3+4 hashing
+    - x86: __memcpy_flushcache: fix wrong alignment if size > 2^32
+    - cifs: destage any unwritten data to the server before calling copychunk_write
+    - drivers: net: hippi: Fix deadlock in rr_close()
+    - powerpc/perf: Fix 32bit compile
+    - ALSA: hda: intel-dsp-config: Add RaptorLake PCI IDs
+    - selftest/vm: verify mmap addr in mremap_test
+    - selftest/vm: verify remap destination address in mremap_test
+    - bfq: Fix warning in bfqq_request_over_limit()
+    - Revert "ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40"
+    - Revert "block: inherit request start time from bio for BLK_CGROUP"
+    - zonefs: Fix management of open zones
+    - zonefs: Clear inode information flags on inode creation
+    - kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink occur at same time
+    - mtd: rawnand: qcom: fix memory corruption that causes panic
+    - netfilter: Update ip6_route_me_harder to consider L3 domain
+    - drm/amdgpu: don't runtime suspend if there are displays attached (v3)
+    - drm/i915: Check EDID for HDR static metadata when choosing blc
+    - drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses
+    - net: ethernet: stmmac: fix write to sgmii_adapter_base
+    - ACPI: processor: idle: Avoid falling back to C3 type C-states
+    - thermal: int340x: Fix attr.show callback prototype
+    - btrfs: fix direct I/O read repair for split bios
+    - btrfs: fix direct I/O writes for split bios on zoned devices
+    - btrfs: fix leaked plug after failure syncing log on zoned filesystems
+    - btrfs: zoned: use dedicated lock for data relocation
+    - btrfs: fix assertion failure during scrub due to block group reallocation
+    - ARM: dts: at91: sama7g5ek: enable pull-up on flexcom3 console lines
+    - ARM: dts: imx8mm-venice-gw{71xx,72xx,73xx}: fix OTG controller OC mode
+    - perf symbol: Pass is_kallsyms to symbols__fixup_end()
+    - perf symbol: Update symbols__fixup_end()
+    - perf symbol: Remove arch__symbols__fixup_end()
+    - tty: n_gsm: fix missing mux reset on config change at responder
+    - tty: n_gsm: fix restart handling via CLD command
+    - tty: n_gsm: fix decoupled mux resource
+    - tty: n_gsm: fix mux cleanup after unregister tty device
+    - tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2
+    - tty: n_gsm: fix frame reception handling
+    - tty: n_gsm: fix malformed counter for out of frame data
+    - netfilter: nft_socket: only do sk lookups when indev is available
+    - tty: n_gsm: fix insufficient txframe size
+    - tty: n_gsm: fix wrong DLCI release order
+    - tty: n_gsm: fix missing explicit ldisc flush
+    - tty: n_gsm: fix wrong command retry handling
+    - tty: n_gsm: fix wrong command frame length field encoding
+    - tty: n_gsm: fix wrong signal octets encoding in MSC
+    - tty: n_gsm: fix missing tty wakeup in convergence layer type 2
+    - tty: n_gsm: fix reset fifo race condition
+    - tty: n_gsm: fix incorrect UA handling
+    - tty: n_gsm: fix missing update of modem controls after DLCI open
+    - tty: n_gsm: fix broken virtual tty handling
+    - tty: n_gsm: fix invalid use of MSC in advanced option
+    - tty: n_gsm: fix software flow control handling
+    - tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output()
+    - objtool: Fix code relocs vs weak symbols
+    - objtool: Fix type of reloc::addend
+    - powerpc/64: Add UADDR64 relocation support
+
+  [ Diederik de Haas ]
+  * [armhf] drivers/net/ethernet/freescale: Enable FEC as module
+    (Closes: #991461)
+  * [x86] drivers/extcon: Enable EXTCON_AXP288 as module
+  * [x86] drivers/power/supply: Enable AXP288_CHARGER as module
+    (Closes: #940672)
+
+  [ Vagrant Cascadian ]
+  * [arm64] Enable modules for MNT Reform: DRM_LVDS_CODEC,
+    DRM_SIMPLE_BRIDGE, DRM_TI_SN65DSI86, DRM_CDNS_MHDP8546, DRM_IMX_DCSS,
+    DRM_PANEL_LVDS, I2C_IMX_LPI2C, I2C_MUX_REG, INTERCONNECT_IMX,
+    INTERCONNECT_IMX8MQ, MFD_WM8994, MUX_GPIO, MUX_MMIO, RTC_DRV_PCF8523,
+    USB_EHCI_FSL, BACKLIGHT_GPIO, BACKLIGHT_LED, SND_SOC_WM8960,
+    SND_SOC_FSL_MICFIL, SND_IMX_SOC, SND_SOC_FSL_ASOC_CARD,
+    SND_SOC_IMX_AUDMIX and SND_SOC_IMX_HDMI. Thanks to Johannes Schauer
+    Marin Rodrigues. (Closes: #1009858)
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 2
+
+ -- Bastian Blank <waldi@debian.org>  Wed, 11 May 2022 18:50:31 +0200
+
+linux (5.17.3-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.17.2
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.17.3
+
+  [ Salvatore Bonaccorso ]
+  * linux-kbuild: Include scripts/pahole-flags.sh (Closes: #1008501)
+  * [x86] drivers/cpufreq: Enable X86_AMD_PSTATE as module (Closes: #1009302)
+  * [rt] Update to 5.17.1-rt17
+  * Set ABI to 1
+
+  [ Adriaan Schmidt ]
+  * tools: install perf python bindings (Closes: #860957)
+
+  [ Ben Hutchings ]
+  * d/bin/gencontrol_signed.py: Add support for pkg.linux.quick profile
+  * lintian: Add lintian-overrides to linux-signed-* for non-issues
+  * d/salsa-ci.yml: Don't disable signed code
+  * d/certs: Add certificate and key to enable test signing in CI
+  * d/salsa-ci.yml: Add jobs to build and test the signed packages
+
+  [ Vagrant Cascadian ]
+  * [arm64] Add nvmem-rockchip-efuse and phy-rockchip-inno-hdmi to fb-modules
+    udeb.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 18 Apr 2022 14:36:36 +0200
+
+linux (5.17.1-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_5.17
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.17.1
+
+  [ Bastian Blank ]
+  * [arm64] Enable HyperV support.  (closes: #1007023)
+  * Replace FB_HYPERV with DRM_HYPERV.
+  * Allow disabling debug info by build profile.
+  * [arm64] Make sure hyperv-daemons are actually build.
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.17-rt15
+
+  [ Diederik de Haas ]
+  * [armhf] Enable SUN8I_THERMAL as module (Closes: #1007799)
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 29 Mar 2022 09:16:17 +0200
+
+linux (5.17~rc8-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.17-rc7-rt13
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 14 Mar 2022 07:04:37 +0100
+
+linux (5.17~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.17-rc7-rt12
+
+ -- Ben Hutchings <benh@debian.org>  Wed, 09 Mar 2022 22:49:07 +0100
+
+linux (5.17~rc6-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.17-rc6-rt10
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 03 Mar 2022 06:30:16 +0100
+
+linux (5.17~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.17-rc5-rt8
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 26 Feb 2022 14:11:52 +0100
+
+linux (5.17~rc4-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Bastian Blank ]
+  * Add pkg.linux.nokerneldbg build profile that excludes kernel debug
+    packages.
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.17-rc4-rt7
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 18 Feb 2022 13:01:10 +0100
+
+linux (5.17~rc3-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * Rebase patches:
+    - Drop "x86-32: Disable 3D-Now in generic config"
+    - Drop "RISC-V: Use SBI SRST extension when available"
+    - Drop "objtool: check: give big enough buffer for pv_ops"
+    - Drop part of "sh: Do not use hyphen in exported variable names"
+    - Update "add sysctl to disallow unprivileged CLONE_NEWUSER by default"
+    - Update "Disable uImage generation for mips generic"
+    - Update "MODSIGN: do not load mok when secure boot disabled"
+  * [rt] Update to 5.17-rc2-rt4
+  * linux-kbuild: Build extract-cert in certs/ instead of scripts/
+  * d/rules.real: Pass C compiler options to user-space build in HOSTCFLAGS too
+
+  [ Aurelien Jarno ]
+  * [riscv64] Add basic support for StarFive JH7100 RISC-V SoC: enable
+    I2C_DESIGNWARE_PLATFORM, MFD_TPS65086, REGULATOR_TPS65086, SERIAL_8250_DW,
+    SOC_STARFIVE
+
+ -- Ben Hutchings <benh@debian.org>  Fri, 11 Feb 2022 02:28:15 +0100
+
+linux (5.16.18-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.15
+    - HID: elo: Revert USB reference counting
+    - HID: hid-thrustmaster: fix OOB read in thrustmaster_interrupts
+    - [arm64] clk: qcom: gdsc: Add support to update GDSC transition delay
+    - HID: vivaldi: fix sysfs attributes leak
+    - HID: nintendo: check the return value of alloc_workqueue()
+    - [arm64] dts: armada-3720-turris-mox: Add missing ethernet0 alias
+    - tipc: fix kernel panic when enabling bearer
+    - [arm64] net: phy: meson-gxl: fix interrupt handling in forced mode
+    - mISDN: Fix memory leak in dsp_pipeline_build()
+    - vhost: fix hung thread due to erroneous iotlb entries
+    - virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zero
+    - virtio-blk: Remove BUG_ON() in virtio_queue_rq()
+    - isdn: hfcpci: check the return value of dma_set_mask() in setup_hw()
+    - net: qlogic: check the return value of dma_alloc_coherent() in
+      qed_vf_hw_prepare()
+    - esp: Fix possible buffer overflow in ESP transformation (CVE-2022-27666)
+    - esp: Fix BEET mode inter address family tunneling on GSO
+    - net: gro: move skb_gro_receive_list to udp_offload.c
+    - qed: return status of qed_iov_get_link
+    - smsc95xx: Ignore -ENODEV errors when device is unplugged
+    - gpiolib: acpi: Convert ACPI value of debounce to microseconds
+    - [x86] drm/i915/psr: Set "SF Partial Frame Enable" also on full update
+    - drm/sun4i: mixer: Fix P010 and P210 format numbers
+    - iavf: Fix handling of vlan strip virtual channel messages
+    - i40e: stop disabling VFs due to PF error responses
+    - ice: stop disabling VFs due to PF error responses
+    - ice: Fix error with handling of bonding MTU
+    - ice: Don't use GFP_KERNEL in atomic context
+    - ice: Fix curr_link_speed advertised speed
+    - ethernet: Fix error handling in xemaclite_of_probe
+    - tipc: fix incorrect order of state message data sanity check
+    - [armhf] net: ethernet: ti: cpts: Handle error for clk_enable
+    - ax25: Fix NULL pointer dereference in ax25_kill_by_device
+    - net/mlx5: Fix size field in bufferx_reg struct
+    - net/mlx5: Fix a race on command flush flow
+    - net/mlx5e: Lag, Only handle events from highest priority multipath entry
+    - net/mlx5e: SHAMPO, reduce TIR indication
+    - NFC: port100: fix use-after-free in port100_send_complete
+    - mm: gup: make fault_in_safe_writeable() use fixup_user_fault()
+    - net: phy: DP83822: clear MISR2 register to disable interrupts
+    - sctp: fix kernel-infoleak for SCTP sockets
+    - [arm64] net: bcmgenet: Don't claim WOL when its not available
+    - [arm64] net: phy: meson-gxl: improve link-up behavior
+    - swiotlb: fix info leak with DMA_FROM_DEVICE (CVE-2022-0854)
+    - [arm64] usb: dwc3: pci: add support for the Intel Raptor Lake-S
+    - [x86] pinctrl: tigerlake: Revert "Add Alder Lake-M ACPI ID"
+    - KVM: Fix lockdep false negative during host resume
+    - [x86] kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always catchup
+      mode
+    - [arm64,armhf] spi: rockchip: Fix error in getting num-cs property
+    - [arm64,armhf] spi: rockchip: terminate dma transmission when slave abort
+    - [arm*] drm/vc4: hdmi: Unregister codec device on unbind
+    - of/fdt: move elfcorehdr reservation early for crash dump kernel
+    - [x86] kvm: Don't use pv tlb/ipi/sched_yield if on 1 vCPU
+    - drivers: hamradio: 6pack: fix UAF bug caused by mod_timer()
+    - net-sysfs: add check for netdevice being present to speed_show
+    - [armhf] hwmon: (pmbus) Clear pmbus fault/warning bits after read
+    - nvme-tcp: send H2CData PDUs based on MAXH2CDATA
+    - PCI: Mark all AMD Navi10 and Navi14 GPU ATS as broken
+    - gpio: Return EPROBE_DEFER if gc->to_irq is NULL
+    - drm/amdgpu: bypass tiling flag check in virtual display case (v2)
+    - Revert "xen-netback: remove 'hotplug-status' once it has served its
+      purpose"
+    - Revert "xen-netback: Check for hotplug-status existence before watching"
+    - ipv6: prevent a possible race condition with lifetimes
+    - tracing: Ensure trace buffer is at least 4096 bytes large
+    - tracing/osnoise: Make osnoise_main to sleep for microseconds
+    - [armel,armhf] Spectre-BHB: provide empty stub for non-config
+    - fuse: fix fileattr op failure
+    - fuse: fix pipe buffer lifetime for direct_io (CVE-2022-1011)
+    - [arm64,x86] staging: rtl8723bs: Fix access-point mode deadlock
+    - [arm64] net: macb: Fix lost RX packet wakeup race in NAPI receive
+    - [arm64] mmc: meson: Fix usage of meson_mmc_post_req()
+    - tracing/osnoise: Force quiescent states while tracing
+    - tracing/osnoise: Do not unregister events twice
+    - [arm64] dts: marvell: armada-37xx: Remap IO space to bus address 0x0
+    - [arm64] Ensure execute-only permissions are not allowed without EPAN
+    - swiotlb: rework "fix info leak with DMA_FROM_DEVICE" (CVE-2022-0854)
+    - virtio: unexport virtio_finalize_features
+    - virtio: acknowledge all features before access
+    - net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
+    - [armel,armhf] fix Thumb2 regression with Spectre BHB
+    - watch_queue: Fix filter limit check (CVE-2022-0995)
+    - watch_queue, pipe: Free watchqueue state after clearing pipe ring
+      (CVE-2022-0995)
+    - watch_queue: Fix to release page in ->release() (CVE-2022-0995)
+    - watch_queue: Fix to always request a pow-of-2 pipe ring size
+      (CVE-2022-0995)
+    - watch_queue: Fix the alloc bitmap size to reflect notes allocated
+      (CVE-2022-0995)
+    - watch_queue: Free the alloc bitmap when the watch_queue is torn down
+      (CVE-2022-0995)
+    - watch_queue: Fix lack of barrier/sync/lock between post and read
+      (CVE-2022-0995)
+    - watch_queue: Make comment about setting ->defunct more accurate
+      (CVE-2022-0995)
+    - [x86] boot: Fix memremap of setup_indirect structures
+    - [x86] boot: Add setup_indirect support in early_memremap_is_setup_data()
+    - [x86] module: Fix the paravirt vs alternative order
+    - [x86] traps: Mark do_int3() NOKPROBE_SYMBOL
+    - perf parse: Fix event parser error for hybrid systems
+    - btrfs: make send work with concurrent block group relocation
+    - vhost: allow batching hint without size
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.16
+    - Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"
+    - [arm64] dts: rockchip: fix rk3399-puma-haikou USB OTG mode
+    - xfrm: Check if_id in xfrm_migrate
+    - xfrm: Fix xfrm migrate issues when address family changes
+    - mac80211: refuse aggregations sessions before authorized
+    - [mips64el,mipsel] smp: fill in sibling and core maps earlier
+    - Bluetooth: hci_core: Fix leaking sent_cmd skb
+    - [x86] atm: firestream: check the return value of ioremap() in fs_init()
+    - netfilter: egress: silence egress hook lockdep splats
+    - Input: goodix - use the new soc_intel_is_byt() helper
+    - Input: goodix - workaround Cherry Trail devices with a bogus ACPI
+      Interrupt() resource
+    - iwlwifi: don't advertise TWT support
+    - drm/vrr: Set VRR capable prop only if it is attached to connector
+    - nl80211: Update bss channel on channel switch for P2P_CLIENT
+    - tcp: make tcp_read_sock() more robust
+    - sfc: extend the locking on mcdi->seqno
+    - bnx2: Fix an error message
+    - ice: Fix race condition during interface enslave
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.17
+    - crypto: qcom-rng - ensure buffer for generate is completely filled
+    - ocfs2: fix crash when initialize filecheck kobj fails
+    - mm: swap: get rid of livelock in swapin readahead
+    - block: release rq qos structures for queue without disk
+    - [x86] drm/mgag200: Fix PLL setup for g200wb and g200ew
+    - efi: fix return value of __setup handlers
+    - alx: acquire mutex for alx_reinit in alx_change_mtu
+    - vsock: each transport cycles only on its own sockets
+    - esp6: fix check on ipv6_skip_exthdr's return value
+    - net: phy: marvell: Fix invalid comparison in the resume and suspend
+      functions
+    - net/packet: fix slab-out-of-bounds access in packet_recvmsg()
+    - nvmet: revert "nvmet: make discovery NQN configurable"
+    - atm: eni: Add check for dma_map_single
+    - ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats()
+    - iavf: Fix double free in iavf_reset_task
+    - hv_netvsc: Add check for kvmalloc_array
+    - [armhf] drm/imx: parallel-display: Remove bus flags check in
+      imx_pd_bridge_atomic_check()
+    - [arm64,armhf] drm/panel: simple: Fix Innolux G070Y2-L01 BPP settings
+    - net: handle ARPHRD_PIMREG in dev_is_mac_header_xmit()
+    - [arm64,armhf] net: dsa: Add missing of_node_put() in dsa_port_parse_of
+    - net: phy: mscc: Add MODULE_FIRMWARE macros
+    - bnx2x: fix built-in kernel driver load failure
+    - [arm64] net: bcmgenet: skip invalid partial checksums
+    - [arm64] net: mscc: ocelot: fix backwards compatibility with single-chain
+      tc-flower offload
+    - iavf: Fix hang during reboot/shutdown
+    - usb: gadget: rndis: prevent integer overflow in rndis_set_response()
+    - usb: gadget: Fix use-after-free bug by not setting udc->dev.driver
+    - usb: usbtmc: Fix bug in pipe direction for control transfers
+    - scsi: mpt3sas: Page fault in reply q processing
+    - Input: aiptek - properly check endpoint type
+    - [arm64] errata: avoid duplicate field initializer
+    - perf symbols: Fix symbol size calculation condition
+    - Revert "ath10k: drop beacon and probe response which leak from other
+      channel"
+    - btrfs: skip reserved bytes warning on unmount after log cleanup failure
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.18
+    - Bluetooth: btusb: Add another Realtek 8761BU
+    - llc: fix netdevice reference leaks in llc_ui_bind()
+    - ALSA: oss: Fix PCM OSS buffer allocation overflow
+    - ALSA: hda/realtek: Add quirk for Clevo NP70PNJ
+    - ALSA: hda/realtek: Add quirk for Clevo NP50PNJ
+    - ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc671
+    - ALSA: hda/realtek: Add quirk for ASUS GA402
+    - ALSA: pcm: Fix races among concurrent hw_params and hw_free calls
+      (CVE-2022-1048)
+    - ALSA: pcm: Fix races among concurrent read/write and buffer changes
+      (CVE-2022-1048)
+    - nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTION
+      (CVE-2022-26490)
+    - net: ipv6: fix skb_over_panic in __ip6_append_data
+    - tpm: Fix error handling in async work
+    - ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free calls
+      (CVE-2022-1048)
+    - ALSA: pcm: Fix races among concurrent prealloc proc writes (CVE-2022-1048)
+    - ALSA: pcm: Add stream lock during PCM reset ioctl operations
+    - ALSA: usb-audio: Add mute TLV for playback volumes on RODE NT-USB
+    - ALSA: cmipci: Restore aux vol on suspend/resume
+    - ALSA: pci: fix reading of swapped values from pcmreg in AC97 codec
+    - [arm64] drivers: net: xgene: Fix regression in CRC stripping
+    - netfilter: nf_tables: initialize registers in nft_do_chain()
+      (CVE-2022-1016)
+    - netfilter: nf_tables: validate registers coming from userspace.
+      (CVE-2022-1015)
+    - [x86] ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 board
+    - ACPI: battery: Add device HID and quirk for Microsoft Surface Go 3
+    - [x86] ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU
+    - [x86] crypto: qat - disable registration of algorithms
+    - Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AE
+    - Revert "ath: add support for special 0x0 regulatory domain"
+    - drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free()
+    - rcu: Don't deboost before reporting expedited quiescent state
+    - uaccess: fix integer overflow on access_ok()
+    - mac80211: fix potential double free on mesh join
+    - tpm: use try_get_ops() in tpm-space.c
+    - [arm64] wcn36xx: Differentiate wcn3660 from wcn3620
+    - llc: only change llc->dev when bind() succeeds
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 6
+
+  [ Vincent Blut ]
+  * sound/pci/hda: Enable SND_HDA_CODEC_CS8409 as module (Closes: #1008122)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 29 Mar 2022 22:46:53 +0200
+
+linux (5.16.14-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.13
+    - mac80211_hwsim: report NOACK frames in tx_status
+    - mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_work
+    - [arm*] i2c: bcm2835: Avoid clock stretching timeouts
+    - [x86] ASoC: rt5682s: do not block workqueue if card is unbound
+    - ASoC: rt5682: do not block workqueue if card is unbound
+    - regulator: core: fix false positive in regulator_late_cleanup()
+    - Input: clear BTN_RIGHT/MIDDLE on buttonpads
+    - btrfs: get rid of warning on transaction commit when using flushoncommit
+    - [arm64] KVM: arm64: vgic: Read HW interrupt pending state from the HW
+    - block: loop:use kstatfs.f_bsize of backing file to set discard granularity
+    - tipc: fix a bit overflow in tipc_crypto_key_rcv()
+    - cifs: do not use uninitialized data in the owner/group sid
+    - cifs: fix double free race when mount fails in cifs_get_root()
+    - [amd64] HID: amd_sfh: Handle amd_sfh work buffer in PM ops
+    - [amd64] HID: amd_sfh: Add functionality to clear interrupts
+    - [amd64] HID: amd_sfh: Add interrupt handler to process interrupts
+    - cifs: modefromsids must add an ACE for authenticated users
+    - drm/amd/pm: correct UMD pstate clocks for Dimgrey Cavefish and Beige Goby
+    - net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990
+    - block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kern
+    - usb: gadget: don't release an existing dev->buf (CVE-2022-24958)
+    - usb: gadget: clear related members when goto fail (CVE-2022-24958)
+    - exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()
+    - exfat: fix i_blocks for files truncated over 4 GiB
+    - tracing: Add test for user space strings when filtering on string pointers
+    - [arm64] Mark start_backtrace() notrace and NOKPROBE_SYMBOL
+    - [armhf] serial: stm32: prevent TDR register overwrite when sending x_char
+    - [arm64] KVM: arm64: Workaround Cortex-A510's single-step and PAC trap
+      errata
+    - ext4: drop ineligible txn start stop APIs
+    - ext4: simplify updating of fast commit stats
+    - ext4: fast commit may not fallback for ineligible commit
+    - ext4: fast commit may miss file actions
+    - sched/fair: Fix fault in reweight_entity
+    - [x86] KVM: x86: Add KVM_CAP_ENABLE_CAP to x86
+    - ata: pata_hpt37x: fix PCI clock detection
+    - drm/amdgpu: check vm ready by amdgpu_vm->evicting flag
+    - tracing: Add ustring operation to filtering string pointers
+    - ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()
+      (CVE-2022-0742)
+    - btrfs: defrag: bring back the old file extent search behavior
+    - btrfs: defrag: don't use merged extent map for their generation check
+    - [x86] ALSA: intel_hdmi: Fix reference to PCM buffer address
+    - ucounts: Fix systemd LimitNPROC with private users regression
+    - binfmt_elf: Avoid total_mapping_size for ET_EXEC
+    - ASoC: ops: Shift tested values in snd_soc_put_volsw() by +min
+    - [amd64] iommu/vt-d: Fix double list_add when enabling VMD in scalable mode
+    - [amd64] iommu/amd: Recover from event log overflow
+    - [x86] drm/i915: s/JSP2/ICP2/ PCH
+    - drm/amd/display: Reduce dmesg error to a debug print
+    - xen/netfront: destroy queues before real_num_tx_queues is zeroed
+    - mac80211: fix EAPoL rekey fail in 802.3 rx path
+    - blktrace: fix use after free for struct blk_trace
+    - mm: Consider __GFP_NOWARN flag for oversized kvmalloc() calls
+    - xfrm: fix MTU regression
+    - netfilter: fix use-after-free in __nf_register_net_hook()
+    - bpf, sockmap: Do not ignore orig_len parameter
+    - xfrm: fix the if_id check in changelink
+    - xfrm: enforce validity of offload input flags
+    - e1000e: Correct NVM checksum verification flow
+    - net: fix up skbs delta_truesize in UDP GRO frag_list
+    - netfilter: nf_queue: don't assume sk is full socket
+    - netfilter: nf_queue: fix possible use-after-free
+    - netfilter: nf_queue: handle socket prefetch
+    - batman-adv: Request iflink once in batadv-on-batadv check
+    - batman-adv: Request iflink once in batadv_get_real_netdevice
+    - batman-adv: Don't expect inter-netns unique iflink indices
+    - net: ipv6: ensure we call ipv6_mc_down() at most once
+    - net: dcb: flush lingering app table entries for unregistered devices
+    - net/smc: fix connection leak
+    - net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client
+    - net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server
+    - btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW range
+    - [amd64] platform/x86: amd-pmc: Set QOS during suspend on CZN w/ timer
+      wakeup
+    - mac80211: fix forwarded mesh frames AC & queue selection
+    - net: stmmac: fix return value of __setup handler
+    - mac80211: treat some SAE auth steps as final
+    - iavf: Fix missing check for running netdev
+    - net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe()
+    - ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()
+    - iavf: Fix deadlock in iavf_reset_task
+    - efivars: Respect "block" flag in efivar_entry_set_safe()
+    - [armhf] firmware: arm_scmi: Remove space in MODULE_ALIAS name
+    - can: gs_usb: change active_channels's type from atomic_t to u8
+    - [arm64,armhf] iommu/tegra-smmu: Fix missing put_device() call in
+      tegra_smmu_find
+    - igc: igc_read_phy_reg_gpy: drop premature return
+    - [mips*] setup: fix setnocoherentio() boolean setting
+    - [armel,armhf] 9182/1: mmu: fix returns from early_param() and __setup()
+      functions
+    - mptcp: Correctly set DATA_FIN timeout when number of retransmits is large
+    - [arm64,armhf] pinctrl: sunxi: Use unique lockdep classes for IRQs
+    - igc: igc_write_phy_reg_gpy: drop premature return
+    - memfd: fix F_SEAL_WRITE after shmem huge page allocated
+    - [s390x] setup: preserve memory at OLDMEM_BASE and OLDMEM_SIZE
+    - [s390x] extable: fix exception table sorting
+    - sched: Fix yet more sched_fork() races
+    - [arm64] dts: rockchip: fix Quartz64-A ddr regulator voltage
+    - [amd64] iommu/amd: Fix I/O page table memory leak
+    - [armhf] dts: switch timer config to common devkit8000 devicetree
+    - [armhf] dts: Use 32KiHz oscillator on devkit8000
+    - [arm64] soc: fsl: guts: Revert commit 3c0d64e867ed
+    - [arm64] soc: fsl: guts: Add a missing memory allocation failure check
+    - [arm64] soc: imx: gpcv2: Fix clock disabling imbalance in error path
+    - netfilter: nf_tables: prefer kfree_rcu(ptr, rcu) variant
+    - [armhf] tegra: Move panels to AUX bus
+    - Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunks
+    - net: stmmac: enhance XDP ZC driver level switching performance
+    - net: stmmac: only enable DMA interrupts when ready
+    - net: chelsio: cxgb3: check the return value of pci_find_capability()
+    - iavf: Add trace while removing device
+    - iavf: Rework mutexes for better synchronisation
+    - iavf: Add waiting so the port is initialized in remove
+    - iavf: Fix init state closure on remove
+    - iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPS
+    - iavf: Fix race in init state
+    - iavf: Fix __IAVF_RESETTING state usage
+    - [x86] drm/i915/guc/slpc: Correct the param count for unset param
+    - e1000e: Fix possible HW unit hang after an s0ix exit
+    - nl80211: Handle nla_memdup failures in handle_nan_filter
+    - ptp: ocp: Add ptp_ocp_adjtime_coarse for large adjustments
+    - drm/amdgpu: fix suspend/resume hang regression
+    - net: dcb: disable softirqs in dcbnl_flush_dev()
+    - net: stmmac: perserve TX and RX coalesce value during XDP setup
+    - Input: elan_i2c - move regulator_[en|dis]able() out of
+      elan_[en|dis]able_power()
+    - Input: elan_i2c - fix regulator enable count imbalance after
+      suspend/resume
+    - HID: add mapping for KEY_DICTATE
+    - HID: add mapping for KEY_ALL_APPLICATIONS
+    - tracing/histogram: Fix sorting on old "cpu" value
+    - tracing: Fix return value of __setup handlers
+    - btrfs: fix lost prealloc extents beyond eof after full fsync
+    - btrfs: fix relocation crash due to premature return from
+      btrfs_commit_transaction()
+    - btrfs: subpage: fix a wrong check on subpage->writers
+    - btrfs: do not WARN_ON() if we have PageError set
+    - btrfs: qgroup: fix deadlock between rescan worker and remove qgroup
+    - btrfs: add missing run of delayed items after unlink during log replay
+    - btrfs: fallback to blocking mode when doing async dio over multiple
+      extents
+    - btrfs: do not start relocation until in progress drops are done
+    - Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"
+    - proc: fix documentation and description of pagemap
+    - [x86] kvmclock: Fix Hyper-V Isolated VM's boot issue when vCPUs > 64
+    - [s390x] ftrace: fix arch_ftrace_get_regs implementation
+    - [s390x] ftrace: fix ftrace_caller/ftrace_regs_caller generation
+    - [x86] KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots()
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.14
+    - [armhf] report Spectre v2 status through sysfs
+    - [armel,armhf] early traps initialisation
+    - [armel,armhf] use LOADADDR() to get load address of sections
+    - [armel,armhf] Spectre-BHB workaround
+    - [armhf] include unprivileged BPF status in Spectre V2 reporting
+    - [arm64] add ID_AA64ISAR2_EL1 sys register
+    - [arm64] cpufeature: add HWCAP for FEAT_AFP
+    - [arm64] cpufeature: add HWCAP for FEAT_RPRES
+    - [arm64] entry.S: Add ventry overflow sanity checks
+    - [arm64] spectre: Rename spectre_v4_patch_fw_mitigation_conduit
+    - [arm64] KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3A
+    - [arm64] entry: Make the trampoline cleanup optional
+    - [arm64] entry: Free up another register on kpti's tramp_exit path
+    - [arm64] entry: Move the trampoline data page before the text page
+    - [arm64] entry: Allow tramp_alias to access symbols after the 4K boundary
+    - [arm64] entry: Don't assume tramp_vectors is the start of the vectors
+    - [arm64] entry: Move trampoline macros out of ifdef'd section
+    - [arm64] entry: Make the kpti trampoline's kpti sequence optional
+    - [arm64] entry: Allow the trampoline text to occupy multiple pages
+    - [arm64] entry: Add non-kpti __bp_harden_el1_vectors for mitigations
+    - [arm64] entry: Add vectors that have the bhb mitigation sequences
+    - [arm64] entry: Add macro for reading symbol addresses from the trampoline
+    - [arm64] Add percpu vectors for EL1
+    - [arm64] proton-pack: Report Spectre-BHB vulnerabilities as part of
+      Spectre-v2
+    - [arm64] Mitigate spectre style branch history side channels
+    - [arm64] KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and
+      migrated
+    - [arm64] Use the clearbhb instruction in mitigations
+    - [arm64] proton-pack: Include unprivileged eBPF status in Spectre v2
+      mitigation reporting
+    - [armel,armhf] fix co-processor register typo
+    - [armel,armhf] Do not use NOCROSSREFS directive with ld.lld
+    - [arm64] Do not include __READ_ONCE() block in assembly files
+    - [armhf] fix build warning in proc-v7-bugs.c
+    - xen/xenbus: don't let xenbus_grant_ring() remove grants in error case
+      (CVE-2022-23040, XSA-396)
+    - xen/grant-table: add gnttab_try_end_foreign_access() (CVE-2022-23036,
+      CVE-2022-23038, XSA-396)
+    - xen/blkfront: don't use gnttab_query_foreign_access() for mapped status
+      (CVE-2022-23036, XSA-396)
+    - xen/netfront: don't use gnttab_query_foreign_access() for mapped status
+      (CVE-2022-23037, XSA-396)
+    - xen/scsifront: don't use gnttab_query_foreign_access() for mapped status
+      (CVE-2022-23038, XSA-396)
+    - xen/gntalloc: don't use gnttab_query_foreign_access() (CVE-2022-23039,
+      XSA-396)
+    - xen: remove gnttab_query_foreign_access()
+    - xen/9p: use alloc/free_pages_exact() (CVE-2022-23041, XSA-396)
+    - xen/pvcalls: use alloc/free_pages_exact() (CVE-2022-23041, XSA-396)
+    - xen/gnttab: fix gnttab_end_foreign_access() without page specified
+      (CVE-2022-23041, XSA-396)
+    - xen/netfront: react properly to failing gnttab_end_foreign_access_ref()
+      (CVE-2022-23042, XSA-396)
+    - Revert "ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE"
+
+  [ Bastian Blank ]
+  * [arm64] Enable hyperv-daemons package.
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 5
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 15 Mar 2022 07:54:31 +0100
+
+linux (5.16.12-1) unstable; urgency=high
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.12
+    - mm/filemap: Fix handling of THPs in generic_file_buffered_read()
+    - cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug
+    - btrfs: tree-checker: check item_size for inode_item
+    - btrfs: tree-checker: check item_size for dev_item
+    - slab: remove __alloc_size attribute from __kmalloc_track_caller
+    - io_uring: don't convert to jiffies for waiting on timeouts
+    - io_uring: disallow modification of rsrc_data during quiesce
+    - selinux: fix misuse of mutex_is_locked()
+    - vhost/vsock: don't check owner in vhost_vsock_stop() while releasing
+    - [x86] KVM: x86/mmu: make apf token non-zero to fix bug
+    - [x86] KVM: x86: nSVM: disallow userspace setting of MSR_AMD64_TSC_RATIO to
+      non default value when tsc scaling disabled
+    - drm/amd: Check if ASPM is enabled from PCIe subsystem
+    - drm/amdgpu: disable MMHUB PG for Picasso
+    - drm/amdgpu: do not enable asic reset for raven2
+    - [x86] drm/i915: Widen the QGV point mask
+    - [x86] drm/i915: Disconnect PHYs left connected by BIOS on disabled ports
+    - [x86] drm/i915: Correctly populate use_sagv_wm for all pipes
+    - [x86] drm/i915: Fix bw atomic check when switching between SAGV vs. no
+      SAGV
+    - sr9700: sanity check for packet length
+    - USB: zaurus: support another broken Zaurus
+    - CDC-NCM: avoid overflow in sanity checking
+    - ping: remove pr_err from ping_lookup
+    - Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC"
+    - [arm64,armhf] gpu: host1x: Always return syncpoint value when waiting
+    - perf data: Fix double free in perf_session__delete()
+    - mptcp: fix race in incoming ADD_ADDR option processing
+    - mptcp: add mibs counter for ignored incoming options
+    - bnx2x: fix driver load from initrd
+    - bnxt_en: Fix devlink fw_activate
+    - bnxt_en: Fix active FEC reporting to ethtool
+    - bnxt_en: Fix offline ethtool selftest with RDMA enabled
+    - bnxt_en: Fix occasional ethtool -t loopback test failures
+    - bnxt_en: Fix incorrect multicast rx mask setting when not requested
+    - bnxt_en: Restore the resets_reliable flag in bnxt_open()
+    - hwmon: Handle failure to register sensor with thermal zone correctly
+    - net/mlx5: Fix tc max supported prio for nic mode
+    - ice: fix setting l4 port flag when adding filter
+    - ice: fix concurrent reset and removal of VFs
+    - ice: check the return of ice_ptp_gettimex64
+    - ice: initialize local variable 'tlv'
+    - net/mlx5: Update the list of the PCI supported devices
+    - bpf: Fix crash due to incorrect copy_map_value
+    - bpf: Do not try bpf_msg_push_data with len 0
+    - bpf: Fix a bpf_timer initialization issue
+    - bpf: Add schedule points in batch ops
+    - io_uring: add a schedule point in io_add_buffers()
+    - net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends
+    - nvme: also mark passthrough-only namespaces ready in nvme_update_ns_info
+    - tipc: Fix end of loop tests for list_for_each_entry()
+    - gso: do not skip outer ip header in case of ipip and net_failover
+    - [armel,armhf] net: mv643xx_eth: process retval from of_get_mac_address
+    - openvswitch: Fix setting ipv6 fields causing hw csum failure
+    - drm/edid: Always set RGB444
+    - net/mlx5e: Fix wrong return value on ioctl EEPROM query failure
+    - net/mlx5e: TC, Reject rules with forward and drop actions
+    - net/mlx5e: TC, Reject rules with drop and modify hdr action
+    - block: clear iocb->private in blkdev_bio_end_io_async()
+    - [arm*] drm/vc4: crtc: Fix runtime_pm reference counting
+    - [x86] drm/i915/dg2: Print PHY name properly on calibration error
+    - drm/amd/display: For vblank_disable_immediate, check PSR is really used
+    - net/sched: act_ct: Fix flow table lookup after ct clear or switching zones
+    - net: Force inlining of checksum functions in net/checksum.h
+    - netfilter: nf_tables: unregister flowtable hooks on netns exit
+    - [arm64,armhf] net: dsa: avoid call to __dev_set_promiscuity() while
+      rtnl_mutex isn't held
+    - nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()
+    - netfilter: nf_tables: fix memory leak during stateful obj update
+    - net/smc: Use a mutex for locking "struct smc_pnettable"
+    - [x86] surface: surface3_power: Fix battery readings on batteries without a
+      serial number
+    - udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()
+    - net/mlx5: DR, Cache STE shadow memory
+    - net/mlx5: DR, Don't allow match on IP w/o matching on full
+      ethertype/ip_version
+    - net/mlx5: Fix possible deadlock on rule deletion
+    - net/mlx5: Fix wrong limitation of metadata match on ecpf
+    - net/mlx5: DR, Fix the threshold that defines when pool sync is initiated
+    - net/mlx5e: MPLSoUDP decap, fix check for unsupported matches
+    - net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packets
+    - net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fte
+    - net/mlx5: Update log_max_qp value to be 17 at most
+    - net/mlx5e: Add missing increment of count
+    - [armel,armhf] PCI: mvebu: Fix device enumeration regression
+    - [arm64,armhf] gpio: rockchip: Reset int_bothedge when changing trigger
+    - regmap-irq: Update interrupt clear register for proper reset
+    - net: use sk_is_tcp() in more places
+    - net-timestamp: convert sk->sk_tskey to atomic_t
+    - bnxt_en: Increase firmware message response DMA wait time
+    - configfs: fix a race in configfs_{,un}register_subsystem()
+    - RDMA/ib_srp: Fix a deadlock
+    - bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support
+    - bpf: Fix crash due to out of bounds access into reg2btf_ids.
+    - tracing: Dump stacktrace trigger to the corresponding instance
+    - tracing: Have traceon and traceoff trigger honor the instance
+    - iio:imu:adis16480: fix buffering for devices with no burst mode
+    - iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bits
+    - iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshot
+    - iio: Fix error handling for PM
+    - ata: pata_hpt37x: disable primary channel on HPT371
+    - Revert "USB: serial: ch341: add new Product ID for CH341A"
+    - usb: gadget: rndis: add spinlock for rndis response list
+    - tracefs: Set the group ownership in apply_options() not parse_options()
+    - USB: serial: option: add support for DW5829e
+    - USB: serial: option: add Telit LE910R1 compositions
+    - [arm*] usb: dwc2: drd: fix soft connect when gadget is unconfigured
+    - [arm64] usb: dwc3: pci: Add "snps,dis_u2_susphy_quirk" for Intel Bay Trail
+    - [arm64] usb: dwc3: pci: Fix Bay Trail phy GPIO mappings
+    - [arm64,armhf] usb: dwc3: gadget: Let the interrupt handler disable bottom
+      halves.
+    - xhci: re-initialize the HC during resume if HCE was set
+    - xhci: Prevent futile URB re-submissions due to incorrect return value.
+    - nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios property
+    - mtd: core: Fix a conflict between MTD and NVMEM on wp-gpios property
+    - driver core: Free DMA range map when device is released
+    - btrfs: defrag: don't try to merge regular extents with preallocated
+      extents
+    - btrfs: defrag: don't defrag extents which are already at max capacity
+    - btrfs: defrag: remove an ambiguous condition for rejection
+    - btrfs: prevent copying too big compressed lzo segment
+    - btrfs: defrag: allow defrag_one_cluster() to skip large extent which is
+      not a target
+    - btrfs: autodefrag: only scan one inode once
+    - btrfs: reduce extent threshold for autodefrag
+    - RDMA/cma: Do not change route.addr.src_addr outside state checks
+    - [amd64] thermal: int340x: fix memory leak in int3400_notify()
+    - [x86] tps6598x: clear int mask on probe failure
+    - [amd64] IB/qib: Fix duplicate sysfs directory name
+    - mm/hugetlb: fix kernel crash with hugetlb mremap
+    - hugetlbfs: fix a truncation issue in hugepages parameter
+    - tty: n_gsm: fix encoding of control signal octet bit DV
+    - tty: n_gsm: fix encoding of command/response bit
+    - tty: n_gsm: fix proper link termination after failed open
+    - tty: n_gsm: fix NULL pointer access due to DLCI release
+    - tty: n_gsm: fix wrong tty control line for flow control
+    - tty: n_gsm: fix wrong modem processing in convergence layer type 2
+    - tty: n_gsm: fix deadlock in gsmtty_open()
+    - memblock: use kfree() to release kmalloced memblock regions
+
+  [ Vincent Blut ]
+  * drivers/leds: Enable LEDS_CLASS_MULTICOLOR as module (Closes: #1006490)
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 4
+  * Mitigate Spectre v2-type Branch History Buffer attacks (CVE-2022-0001,
+    CVE-2022-0002)
+    - [x86] speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE
+    - [x86] speculation: Add eIBRS + Retpoline options
+    - Documentation/hw-vuln: Update spectre doc
+    - [x86] speculation: Include unprivileged eBPF status in Spectre v2
+      mitigation reporting
+    - [x86] speculation: Use generic retpoline by default on AMD
+    - [x86] speculation: Update link to AMD speculation whitepaper
+    - [x86] speculation: Warn about Spectre v2 LFENCE mitigation
+    - [x86] speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMT
+
+  [ Ben Hutchings [
+  * module: Avoid ABI changes when debug info is disabled
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 08 Mar 2022 18:47:04 +0100
+
+linux (5.16.11-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.11
+    - drm/nouveau/pmu/gm200-: use alternate falcon reset sequence
+    - HID:Add support for UGTABLET WP5540
+    - [x86] Revert "svm: Add warning message for AVIC IPI invalid target"
+    - mmc: block: fix read single on recovery logic
+    - mm: don't try to NUMA-migrate COW pages that have other uses
+    - [amd64] HID: amd_sfh: Add illuminance mask to limit ALS max value
+    - [amd64] HID: amd_sfh: Increase sensor command timeout
+    - [amd64] HID: amd_sfh: Correct the structure field name
+    - [amd64] PCI: hv: Fix NUMA node assignment when kernel boots with custom
+      NUMA topology
+    - HID: apple: Set the tilde quirk flag on the Wellspring 5 and later
+    - btrfs: don't hold CPU for too long when defragging a file
+    - btrfs: send: in case of IO error log it
+    - btrfs: defrag: don't try to defrag extents which are under writeback
+    - [amd64] platform/x86: amd-pmc: Correct usage of SMU version
+    - net: ieee802154: at86rf230: Stop leaking skb's
+    - ax25: improve the incomplete fix to avoid UAF and NPD bugs
+    - cifs: unlock chan_lock before calling cifs_put_tcp_session
+    - vfs: make freeze_super abort when sync_filesystem returns error
+    - vfs: make sync_filesystem return errors from ->sync_fs
+    - quota: make dquot_quota_sync return errors from ->sync_fs
+    - scsi: pm80xx: Fix double completion for SATA devices
+    - scsi: core: Reallocate device's budget map on queue depth change
+    - scsi: pm8001: Fix use-after-free for aborted TMF sas_task
+    - scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_task
+    - drm/amd: Warn users about potential s0ix problems
+    - nvme: fix a possible use-after-free in controller reset during load
+    - nvme-tcp: fix possible use-after-free in transport error_recovery work
+    - nvme-rdma: fix possible use-after-free in transport error_recovery work
+    - drm/amd: add support to check whether the system is set to s3
+    - drm/amd: Only run s3 or s0ix if system is configured properly
+    - drm/amdgpu: fix logic inversion in check
+    - [amd64] x86/Xen: streamline (and fix) PV CPU enumeration
+    - Revert "module, async: async_synchronize_full() on module init iff async
+      is used"
+    - random: wake up /dev/random writers after zap
+    - [x86] KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPU
+    - [x86] KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a
+      result of RSM
+    - [x86] KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT &&
+      !gCR0.PG case
+    - [x86] KVM: x86: nSVM: fix potential NULL derefernce on nested migration
+    - [x86] KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved state
+    - iwlwifi: remove deprecated broadcast filtering feature
+    - iwlwifi: fix use-after-free (Closes: #1005884)
+    - drm/radeon: Fix backlight control on iMac 12,1
+    - drm/atomic: Don't pollute crtc_state->mode_blob with error pointers
+    - drm/amdgpu: skipping SDMA hw_init and hw_fini for S0ix.
+    - [x86] drm/i915/opregion: check port number bounds for SWSCI display power
+      state
+    - [x86] drm/i915: Fix dbuf slice config lookup
+    - [x86] drm/i915: Fix mbus join config lookup
+    - vsock: remove vsock from connected table when connect is interrupted by a
+      signal
+    - [arm64] tee: export teedev_open() and teedev_close_context()
+    - [arm64] optee: use driver internal tee_context for some rpc
+    - [arm*] drm/cma-helper: Set VM_DONTEXPAND for mmap
+    - [x86] drm/i915/gvt: Make DRM_I915_GVT depend on X86
+    - [x86] drm/i915/ttm: tweak priority hint selection
+    - iwlwifi: pcie: fix locking when "HW not ready"
+    - iwlwifi: pcie: gen2: fix locking when "HW not ready"
+    - iwlwifi: mvm: fix condition which checks the version of rate_n_flags
+    - iwlwifi: fix iwl_legacy_rate_to_fw_idx
+    - iwlwifi: mvm: don't send SAR GEO command for 3160 devices
+    - netfilter: nft_synproxy: unregister hooks on init error path
+    - ipv4: fix data races in fib_alias_hw_flags_set
+    - ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rt
+    - ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()
+    - ipv6: per-netns exclusive flowlabel checks
+    - Revert "net: ethernet: bgmac: Use devm_platform_ioremap_resource_byname"
+    - mac80211: mlme: check for null after calling kmemdup
+    - brcmfmac: firmware: Fix crash in brcm_alt_fw_path
+    - cfg80211: fix race in netlink owner interface destruction
+    - [arm64,armhf] net: dsa: mv88e6xxx: flush switchdev FDB workqueue before
+      removing VLAN
+    - ping: fix the dif and sdif check in ping_lookup
+    - bonding: force carrier update when releasing slave
+    - mctp: fix use after free
+    - drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit
+    - net_sched: add __rcu annotation to netdev->qdisc
+    - crypto: af_alg - get rid of alg_memory_allocated
+    - bonding: fix data-races around agg_select_timer
+    - net/smc: Avoid overwriting the copies of clcsock callback functions
+    - atl1c: fix tx timeout after link flap on Mikrotik 10/25G NIC
+    - tipc: fix wrong publisher node address in link publications
+    - [arm64] dpaa2-eth: Initialize mutex used in one step timestamping path
+    - [arm64] net: mscc: ocelot: fix use-after-free in ocelot_vlan_del()
+    - net: bridge: multicast: notify switchdev driver whenever MC processing
+      gets disabled
+    - [arm64] Correct wrong label in macro __init_el2_gicv3
+    - ALSA: usb-audio: Don't abort resume upon errors
+    - ALSA: usb-audio: revert to IMPLICIT_FB_FIXED_DEV for M-Audio FastTrack
+      Ultra
+    - ALSA: memalloc: Fix dma_need_sync() checks
+    - ALSA: memalloc: invalidate SG pages before sync
+    - ALSA: hda/realtek: Add quirk for Legion Y9000X 2019
+    - ALSA: hda/realtek: Fix deadlock by COEF mutex
+    - ALSA: hda: Fix regression on forced probe mask option
+    - ALSA: hda: Fix missing codec probe on Shenker Dock 15
+    - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw()
+    - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range()
+    - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_sx()
+    - ASoC: ops: Fix stereo change notifications in snd_soc_put_xr_sx()
+    - cifs: fix set of group SID via NTSD xattrs
+    - cifs: fix confusing unneeded warning message on smb2.1 and earlier
+    - ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40
+    - [armhf] mtd: rawnand: gpmi: don't leak PM reference in error path
+    - smb3: fix snapshot mount option
+    - tipc: fix wrong notification node addresses
+    - scsi: ufs: Remove dead code
+    - scsi: ufs: Fix a deadlock in the error handler
+    - [arm64] ASoC: qcom: Actually clear DMA interrupt register for HDMI
+    - block/wbt: fix negative inflight counter when remove scsi device
+    - NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()
+    - NFS: LOOKUP_DIRECTORY is also ok with symlinks
+    - NFS: Do not report writeback errors in nfs_getattr()
+    - tty: n_tty: do not look ahead for EOL character past the end of the buffer
+    - block: fix surprise removal for drivers calling blk_set_queue_dying
+    - mtd: phram: Prevent divide by zero bug in phram_setup()
+    - scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loop
+    - EDAC: Fix calculation of returned address and next offset in
+      edac_align_ptr()
+    - [x86] ptrace: Fix xfpregs_set()'s incorrect xmm clearing
+    - ucounts: Base set_cred_ucounts changes on the real user
+    - ucounts: Handle wrapping in is_ucounts_overlimit
+    - ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1
+    - rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in
+      set_user
+    - ucounts: Move RLIMIT_NPROC handling after set_user
+    - net: sched: limit TC_ACT_REPEAT loops
+    - [armhf] dmaengine: stm32-dmamux: Fix PM disable depth imbalance in
+      stm32_dmamux_probe
+    - copy_process(): Move fd_install() out of sighand->siglock critical section
+    - scsi: qedi: Fix ABBA deadlock in qedi_process_tmf_resp() and
+      qedi_process_cmd_cleanup_resp()
+    - ice: enable parsing IPSEC SPI headers for RSS
+    - [arm*] i2c: brcmstb: fix support for DSL and CM variants
+    - HID: elo: fix memory leak in elo_probe
+    - [x86,arm64] Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj
+    - [x86] KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()
+    - [x86] KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a
+      perf event
+    - [x86] KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW
+    - [armhf] OMAP2+: hwmod: Add of_node_put() before break
+    - [armhf] OMAP2+: adjust the location of put_device() call in
+      omapdss_init_of
+    - [arm*] staging: vc04_services: Fix RCU dereference check
+    - [riscv64] irqchip/sifive-plic: Add missing thead,c900-plic match string
+    - [x86] bug: Merge annotate_reachable() into _BUG_FLAGS() asm
+    - netfilter: conntrack: don't refresh sctp entries in closed state
+    - ksmbd: fix same UniqueId for dot and dotdot entries
+    - ksmbd: don't align last entry offset in smb2 query directory
+    - lib/iov_iter: initialize "flags" in new pipe_buffer
+    - mm: io_uring: allow oom-killer from io_uring_setup
+    - [x86] ACPI: PM: Revert "Only mark EC GPE for wakeup on Intel systems"
+    - kconfig: let 'shell' return enough output for deep path names
+    - ata: libata-core: Disable TRIM on M88V29
+    - [armhf] soc: aspeed: lpc-ctrl: Block error printing on probe defer cases
+    - xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create
+    - [arm64,armhf] drm/rockchip: dw_hdmi: Do not leave clock enabled in error
+      case
+    - tracing: Fix tp_printk option related with tp_printk_stop_on_boot
+    - drm/amdgpu: add utcl2_harvest to gc 10.3.1
+    - net: usb: qmi_wwan: Add support for Dell DW5829e
+    - [arm64,riscv64] net: macb: Align the dma and coherent dma masks
+    - kconfig: fix failing to generate auto.conf
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 3
+  * cgroup-v1: Correct privileges check in release_agent writes
+  * netfilter: xt_socket: fix a typo in socket_mt_destroy()
+  * netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency
+  * netfilter: nf_tables_offload: incorrect flow offload action array size
+    (CVE-2022-25636)
+
+  [ Vincent Blut ]
+  * drivers/hid: Enable HID_NINTENDO as module and NINTENDO_FF as built-in
+    (Closes: #1006275)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 25 Feb 2022 18:15:16 +0100
+
+linux (5.16.10-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.8
+    - [x86] drm/i915: Disable DSB usage for now
+    - selinux: fix double free of cond_list on error paths
+    - audit: improve audit queue handling when "audit=1" on cmdline
+    - ipc/sem: do not sleep with a spin lock held
+    - [armhf] spi: stm32-qspi: Update spi registering
+    - ASoC: hdmi-codec: Fix OOB memory accesses
+    - ASoC: ops: Reject out of bounds values in snd_soc_put_volsw()
+    - ASoC: ops: Reject out of bounds values in snd_soc_put_volsw_sx()
+    - ASoC: ops: Reject out of bounds values in snd_soc_put_xr_sx()
+    - ALSA: usb-audio: Correct quirk for VF0770
+    - ALSA: hda: Fix UAF of leds class devs at unbinding
+    - ALSA: hda: realtek: Fix race at concurrent COEF updates
+    - ALSA: hda/realtek: Add quirk for ASUS GU603
+    - ALSA: hda/realtek: Add missing fixup-model entry for Gigabyte X570 ALC1220
+      quirks
+    - ALSA: hda/realtek: Fix silent output on Gigabyte X570S Aorus Master (newer
+      chipset)
+    - ALSA: hda/realtek: Fix silent output on Gigabyte X570 Aorus Xtreme after
+      reboot from Windows
+    - ata: libata-core: Introduce ATA_HORKAGE_NO_LOG_DIR horkage
+    - btrfs: don't start transaction for scrub if the fs is mounted read-only
+    - btrfs: fix deadlock between quota disable and qgroup rescan worker
+    - btrfs: fix use-after-free after failure to create a snapshot
+    - Revert "fs/9p: search open fids first"
+    - drm/nouveau: fix off by one in BIOS boundary checking
+    - [x86] drm/i915/adlp: Fix TypeC PHY-ready status readout
+    - drm/amdgpu: fix a potential GPU hang on cyan skillfish
+    - drm/amd/display: Update watermark values for DCN301
+    - drm/amd/display: watermark latencies is not enough on DCN31
+    - drm/amd/display: Force link_rate as LINK_RATE_RBR2 for 2018 15" Apple
+      Retina panels
+    - mm/pgtable: define pte_index so that preprocessor could recognize it
+    - mm/kmemleak: avoid scanning potential huge holes
+    - block: bio-integrity: Advance seed correctly for larger interval sizes
+    - cifs: fix workstation_name for multiuser mounts
+    - dma-buf: heaps: Fix potential spectre v1 gadget
+    - [amd64] IB/hfi1: Fix panic with larger ipoib send_queue_size
+    - [amd64] IB/hfi1: Fix alloc failure with larger txqueuelen
+    - [amd64] IB/hfi1: Fix AIP early init panic
+    - Revert "fbdev: Garbage collect fbdev scrolling acceleration, part 1 (from
+      TODO list)"
+    - Revert "fbcon: Disable accelerated scrolling"
+    - fbcon: Add option to enable legacy hardware acceleration
+    - mptcp: fix msk traversal in mptcp_nl_cmd_set_flags()
+    - [riscv64] KVM: make CY, TM, and IR counters accessible in VU mode
+    - [arm64] KVM: arm64: Avoid consuming a stale esr value when SError occur
+    - [arm64] KVM: arm64: Stop handle_exit() from handling HVC twice when an
+      SError occurs
+    - [arm64] Add Cortex-A510 CPU part definition
+    - RDMA/cma: Use correct address when leaving multicast group
+    - RDMA/ucma: Protect mc during concurrent multicast leaves
+    - [amd64] IB/rdmavt: Validate remote_addr during loopback atomic tests
+    - RDMA/mlx4: Don't continue event handler after memory allocation failure
+    - ALSA: usb-audio: initialize variables that could ignore errors
+    - ALSA: hda: Fix signedness of sscanf() arguments
+    - ALSA: hda: Skip codec shutdown in case the codec is not registered
+    - [amd64] iommu/vt-d: Fix potential memory leak in
+      intel_setup_irq_remapping()
+    - [amd64] iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()
+    - [arm64,armhf] spi: meson-spicc: add IRQ check in meson_spicc_probe
+    - [amd64] IB/hfi1: Fix tstats alloc and dealloc
+    - IB/cm: Release previously acquired reference counter in the cm_id_priv
+    - net: ieee802154: hwsim: Ensure proper channel selection at probe time
+    - netfilter: nft_reject_bridge: Fix for missing reply from prerouting
+    - net: ieee802154: Return meaningful error codes from the netlink helpers
+    - net/smc: Forward wakeup to smc socket waitqueue after fallback
+    - net: stmmac: properly handle with runtime pm in stmmac_dvr_remove()
+    - net: macsec: Fix offload support for NETDEV_UNREGISTER event
+    - net: macsec: Verify that send_sci is on when setting Tx sci explicitly
+    - net: stmmac: dump gmac4 DMA registers correctly
+    - net, neigh: Do not trigger immediate probes on NUD_FAILED from
+      neigh_managed_work
+    - net: stmmac: ensure PTP time register reads are consistent
+    - [arm64] drm: mxsfb: Fix NULL pointer dereference
+    - [x86] drm/i915/overlay: Prevent divide by zero bugs in scaling
+    - [x86] drm/i915: Lock timeline mutex directly in error path of
+      eb_pin_timeline
+    - drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabled
+    - ASoC: rt5682: Fix deadlock on resume
+    - [arm*] ASoC: simple-card: fix probe failure on platform component
+    - [arm64] pinctrl: sunxi: Fix H616 I2S3 pin data
+    - [x86] pinctrl: intel: Fix a glitch when updating IRQ flags on a
+      preconfigured line
+    - [x86] pinctrl: intel: fix unexpected interrupt
+    - [arm*] pinctrl: bcm2835: Fix a few error paths
+    - btrfs: fix use of uninitialized variable at rm device ioctl
+    - scsi: bnx2fc: Make bnx2fc_recv_frame() mp safe
+    - nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.
+    - [amd64,arm64] gve: fix the wrong AdminQ buffer queue index check
+    - bpf: Use VM_MAP instead of VM_ALLOC for ringbuf
+    - tools/resolve_btfids: Do not print any commands when building silently
+    - e1000e: Separate ADP board type from TGP
+    - rtc: cmos: Evaluate century appropriate
+    - kvm: add guest_state_{enter,exit}_irqoff()
+    - [arm64] kvm/arm64: rework guest entry logic
+    - perf: Copy perf_event_attr::sig_data on modification
+    - [x86] perf/x86/intel/pt: Fix crash with stop filters in single-range mode
+    - [x86] perf: Default set FREEZE_ON_SMI for all
+    - [arm64] EDAC/xgene: Fix deferred probing
+    - ext4: prevent used blocks from being allocated during fast commit replay
+    - ext4: modify the logic of ext4_mb_new_blocks_simple
+    - ext4: fix error handling in ext4_restore_inline_data()
+    - ext4: fix error handling in ext4_fc_record_modified_inode()
+    - ext4: fix incorrect type issue during replay_del_range
+    - cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning
+    - [arm64] gpio: mpc8xxx: Fix an ignored error return from platform_get_irq()
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.9
+    - ata: libata-core: Fix ata_dev_config_cpr()
+    - moxart: fix potential use-after-free on remove path (CVE-2022-0487)
+    - [s390x] KVM: s390: Return error on SIDA memop on normal guest
+      (CVE-2022-0516)
+    - ksmbd: fix SMB 3.11 posix extension mount failure
+    - crypto: api - Move cryptomgr soft dependency into algapi
+    - tipc: improve size validations for received domain records CVE-2022-0435)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.10
+    - integrity: check the return value of audit_log_start()
+    - audit: don't deref the syscall args when checking the openat2
+      open_how::flags
+    - ima: fix reference leak in asymmetric_verify()
+    - ima: Remove ima_policy file before directory
+    - ima: Allow template selection with ima_template[_fmt]= after ima_hash=
+    - ima: Do not print policy rule with inactive LSM labels
+    - [arm64] mmc: sdhci-of-esdhc: Check for error num after setting mask
+    - mmc: core: Wait for command setting 'Power Off Notification' bit to
+      complete
+    - can: isotp: fix potential CAN frame reception race in isotp_rcv()
+    - can: isotp: fix error path in isotp_sendmsg() to unlock wait queue
+    - net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible
+      PHYs
+    - net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYs
+    - NFS: Fix initialisation of nfs_client cl_flags field
+    - NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes
+    - NFSD: Fix ia_size underflow
+    - NFSD: Clamp WRITE offsets
+    - NFSD: Fix offset type in I/O trace points
+    - NFSD: Fix the behavior of READ near OFFSET_MAX
+    - NFS: change nfs_access_get_cached to only report the mask
+    - NFSv4 only print the label when its queried
+    - nfs: nfs4clinet: check the return value of kstrdup()
+    - NFSv4.1: Fix uninitialised variable in devicenotify
+    - NFSv4 remove zero number of fs_locations entries error check
+    - NFSv4 store server support for fs_location attribute
+    - NFSv4.1 query for fs_location attr on a new file system
+    - NFSv4 expose nfs_parse_server_name function
+    - NFSv4 handle port presence in fs_location server string
+    - SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt
+    - net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change
+    - sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change()
+    - [amd64] perf/x86/rapl: fix AMD event handling
+    - [x86] perf: Avoid warning for Arch LBR without XSAVE
+    - sched: Avoid double preemption in __cond_resched_*lock*()
+    - [arm*] drm/vc4: Fix deadlock on DSI device attach error
+    - drm: panel-orientation-quirks: Add quirk for the 1Netbook OneXPlayer
+    - net: sched: Clarify error message when qdisc kind is unknown
+    - [powerpc*] fixmap: Fix VM debug warning on unmap
+    - [arm64] Add Cortex-X2 CPU part definition
+    - [arm64] errata: Update ARM64_ERRATUM_[2119858|2224489] with Cortex-X2
+      ranges
+    - scsi: target: iscsi: Make sure the np under each tpg is unique
+    - scsi: qedf: Add stag_work to all the vports
+    - scsi: qedf: Fix refcount issue when LOGO is received during TMF
+    - scsi: qedf: Change context reset messages to ratelimited
+    - scsi: pm8001: Fix bogus FW crash for maxcpus=1
+    - scsi: ufs: Use generic error code in ufshcd_set_dev_pwr_mode()
+    - scsi: ufs: Treat link loss as fatal error
+    - scsi: myrs: Fix crash in error case
+    - net: stmmac: reduce unnecessary wakeups from eee sw timer
+    - PM: hibernate: Remove register_nosave_region_late()
+    - [arm*] usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspend
+    - perf: Always wake the parent event
+    - nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDs
+    - [mips*] Fix build error due to PTR used in more places
+    - [arm64,armhf] net: stmmac: dwmac-sun8i: use return val of
+      readl_poll_timeout()
+    - [arm64] errata: Add detection for TRBE ignored system register writes
+    - [arm64] errata: Add detection for TRBE invalid prohibited states
+    - [arm64] errata: Add detection for TRBE trace data corruption
+    - [arm64] cpufeature: List early Cortex-A510 parts as having broken dbm
+    - KVM: eventfd: Fix false positive RCU usage warning
+    - [x86] KVM: nVMX: eVMCS: Filter out VM_EXIT_SAVE_VMX_PREEMPTION_TIMER
+    - [x86] KVM: nVMX: Also filter MSR_IA32_VMX_TRUE_PINBASED_CTLS when eVMCS
+    - [x86] KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in usermode
+    - [x86] KVM: VMX: Set vmcs.PENDING_DBG.BS on #DB in STI/MOVSS blocking
+      shadow
+    - [x86] KVM: x86: Report deprecated x87 features in supported CPUID
+    - [riscv64] Fix XIP_FIXUP_FLASH_OFFSET
+    - [riscv64] cpu-hotplug: clear cpu from numa map when teardown
+    - [riscv64] mm: Add XIP_FIXUP for phys_ram_base
+    - [riscv64] eliminate unreliable __builtin_frame_address(1)
+    - gfs2: Fix gfs2_release for non-writers regression
+    - Revert "gfs2: check context in gfs2_glock_put"
+    - Revert "PCI/portdrv: Do not setup up IRQs if there are no users"
+    - nvme-tcp: fix bogus request completion when failing to send AER
+    - [arm64] ACPI/IORT: Check node revision for PMCG resources
+    - PM: s2idle: ACPI: Fix wakeup interrupts handling
+    - [arm64,armhf] drm/rockchip: vop: Correct RK3399 VOP register fields
+    - [x86] drm/i915: Disable DRRS on IVB/HSW port != A
+    - [x86] drm/i915: Allow !join_mbus cases for adlp+ dbuf configuration
+    - [x86] drm/i915: Populate pipe dbuf slices more accurately during readout
+    - [x86] drm/i915: Workaround broken BIOS DBUF configuration on TGL/RKL
+    - [armhf] dts: Fix timer regression for beagleboard revision c
+    - [arm64] tee: optee: do not check memref size on return from Secure World
+    - [arm64] optee: add error checks in optee_ffa_do_call_with_arg()
+    - [armhf] phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable()
+    - usb: f_fs: Fix use-after-free for epfile
+    - [arm64] Enable Cortex-A510 erratum 2051678 by default
+    - [arm64,armhf] phy: dphy: Correct clk_pre parameter
+    - NFS: Don't overfill uncached readdir pages
+    - NFS: Don't skip directory entries when doing uncached readdir
+    - NFS: Avoid duplicate uncached readdir calls on eof
+    - [arm*] drm/vc4: hdmi: Allow DBLCLK modes even if horz timing is odd.
+    - netfilter: nft_payload: don't allow th access for fragments
+    - netfilter: ctnetlink: disable helper autoassign
+    - [arm64] dts: meson-sm1-bananapi-m5: fix wrong GPIO domain for GPIOE_2
+    - ixgbevf: Require large buffers for build_skb on 82599VF
+    - tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) case
+    - [arm64] net: mscc: ocelot: fix all IP traffic getting trapped to CPU with
+      PTP over IP
+    - [arm64,armhf] drm/panel: simple: Assign data from panel_dpi_probe()
+      correctly
+    - ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE
+    - gpiolib: Never return internal error codes to user space
+    - [riscv64] gpio: sifive: use the correct register to read output values
+    - fbcon: Avoid 'cap' set but not used warning
+    - SUNRPC: lock against ->sock changing during sysfs read
+    - [arm64,arm64] gve: Recording rx queue before sending to napi
+    - bonding: pair enable_port with slave_arr_updates
+    - [arm64,armhf] net: dsa: mv88e6xxx: don't use devres for mdiobus
+    - [armhf] net: dsa: bcm_sf2: don't use devres for mdiobus
+    - [arm64] net: dsa: felix: don't use devres for mdiobus
+    - ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure
+      path
+    - nfp: flower: fix ida_idx not being released
+    - net: do not keep the dst cache when uncloning an skb dst and its metadata
+    - net: fix a memleak when uncloning an skb dst and its metadata
+    - veth: fix races around rq->rx_notify_masked
+    - [armhf] net: mdio: aspeed: Add missing MODULE_DEVICE_TABLE
+    - tipc: rate limit warning for received illegal binding update
+    - [amd64,armhf] net: amd-xgbe: disable interrupts during pci removal
+    - [amd64,armhf] net: dsa: fix panic when DSA master device unbinds on
+      shutdown
+    - mptcp: netlink: process IPv6 addrs in creating listening sockets
+    - [arm64] dpaa2-eth: unregister the netdev before disconnecting from the PHY
+    - ice: fix an error code in ice_cfg_phy_fec()
+    - ice: fix IPIP and SIT TSO offload
+    - ice: Avoid RTNL lock when re-creating auxiliary device
+    - [arm64] net: mscc: ocelot: fix mutex lock error during ethtool stats read
+    - [arm64,armhf] net: dsa: mv88e6xxx: fix use-after-free in
+      mv88e6xxx_mdios_unregister
+    - vt_ioctl: fix array_index_nospec in vt_setactivate
+    - vt_ioctl: add array_index_nospec to VT_ACTIVATE
+    - n_tty: wake up poll(POLLRDNORM) on receiving data
+    - eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX
+    - [arm*] usb: dwc2: drd: fix soft connect when gadget is unconfigured
+    - [arm*] Revert "usb: dwc2: drd: fix soft connect when gadget is
+      unconfigured"
+    - net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup
+    - [arm64,armhf] usb: ulpi: Move of_node_put to ulpi_dev_release
+    - [arm64,armhf] usb: ulpi: Call of_node_put correctly
+    - [arm64,armhf] usb: dwc3: gadget: Prevent core from processing stale TRBs
+    - USB: gadget: validate interface OS descriptor requests (CVE-2022-25258)
+    - usb: gadget: rndis: check size of RNDIS_MSG_SET command
+    - usb: gadget: f_uac2: Define specific wTerminalType
+    - USB: serial: ftdi_sio: add support for Brainboxes US-159/235/320
+    - USB: serial: option: add ZTE MF286D modem
+    - USB: serial: ch341: add support for GW Instek USB2.0-Serial devices
+    - USB: serial: cp210x: add NCR Retail IO box id
+    - USB: serial: cp210x: add CPI Bulk Coin Recycler id
+    - speakup-dectlk: Restore pitch setting
+    - iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTL
+    - fs/proc: task_mmu.c: don't read mapcount for migration entry
+    - mm: vmscan: remove deadlock due to throttling failing to make progress
+    - mm: memcg: synchronize objcg lists with a dedicated spinlock
+    - seccomp: Invalidate seccomp mode to catch death failures
+    - signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLE
+    - [s390x] cio: verify the driver availability for path_event call
+    - bus: mhi: pci_generic: Add mru_default for Foxconn SDX55
+    - bus: mhi: pci_generic: Add mru_default for Cinterion MV31-W
+    - scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabled
+    - scsi: lpfc: Reduce log messages seen after firmware download
+    - [mips64el,mipsel] octeon: Fix missed PTR->PTR_WD conversion
+    - perf: Fix list corruption in perf_cgroup_switch()
+    - iommu: Fix potential use-after-free during probe
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 2
+  * [rt] Refresh "mm/memcg: Add a local_lock_t for IRQ and TASK object."
+  * bpf: Introduce composable reg, ret and arg types.
+  * bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL
+  * bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL
+  * bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
+  * bpf: Introduce MEM_RDONLY flag
+  * bpf: Convert PTR_TO_MEM_OR_NULL to composable types.
+  * bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.
+  * bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
+  * bpf/selftests: Test PTR_TO_RDONLY_MEM
+
+  [ Luca Boccassi ]
+  * drivers/watchdog: enable CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 18 Feb 2022 06:42:33 +0100
+
+linux (5.16.7-2) unstable; urgency=medium
+
+  * linux-perf: Protect invocation of dpkg-divert to run only on relevant
+    actions in maintscripts. Thanks to Guillem Jover (Closes: #1005141)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 09 Feb 2022 09:35:55 +0100
+
+linux (5.16.7-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.5
+    - Bluetooth: refactor malicious adv data check
+    - btrfs: fix too long loop when defragging a 1 byte file
+    - btrfs: allow defrag to be interruptible
+    - btrfs: defrag: fix wrong number of defragged sectors
+    - btrfs: defrag: properly update range->start for autodefrag
+    - btrfs: fix deadlock when reserving space during defrag
+    - btrfs: add back missing dirty page rate limiting to defrag
+    - btrfs: update writeback index when starting defrag
+    - net: sfp: ignore disabled SFP node
+    - net: stmmac: configure PTP clock source prior to PTP initialization
+    - net: stmmac: skip only stmmac_ptp_register when resume from suspend
+    - [armel,armhf] 9179/1: uaccess: avoid alignment faults in
+      copy_[from|to]_kernel_nofault
+    - [armel,armhf] 9180/1: Thumb2: align ALT_UP() sections in modules
+      sufficiently
+    - [arm64] KVM: arm64: vgic-v3: Restrict SEIS workaround to known broken
+      systems
+    - [s390x] module: fix loading modules with a lot of relocations
+    - [s390x] hypfs: include z/VM guests with access control group set
+    - [s390x] nmi: handle guarded storage validity failures for KVM guests
+    - [s390x] nmi: handle vector validity failures for KVM guests
+    - bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()
+    - [s390x] scsi: zfcp: Fix failed recovery on gone remote port with non-NPIV
+      FCP devices
+    - udf: Restore i_lenAlloc when inode expansion fails
+    - udf: Fix NULL ptr deref when converting from inline format
+    - [x86] efi: runtime: avoid EFIv2 runtime services on Apple x86 machines
+    - tracing: Don't inc err_log entry count if entry allocation fails
+    - ceph: properly put ceph_string reference after async create attempt
+    - ceph: set pool_ns in new inode layout for async creates
+    - fsnotify: invalidate dcache before IN_DELETE event
+    - fsnotify: fix fsnotify hooks in pseudo filesystems
+    - Revert "KVM: SVM: avoid infinite loop on NPF from bad address"
+    - psi: Fix uaf issue when psi trigger is destroyed while being polled
+    - [x86] perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICX
+    - [x86] perf/x86/intel: Add a quirk for the calculation of the number of
+      counters on Alder Lake
+    - [arm64,armhf] drm/etnaviv: relax submit size limits
+    - drm/atomic: Add the crtc to affected crtc only if uapi.enable = true
+    - drm/amdgpu: filter out radeon secondary ids as well
+    - [x86] KVM: LAPIC: Also cancel preemption timer during SET_LAPIC
+    - [x86] KVM: SVM: Never reject emulation due to SMAP errata for !SEV guests
+    - [x86] KVM: SVM: Don't intercept #GP for SEV guests
+    - [x86] KVM: x86: nSVM: skip eax alignment check for non-SVM instructions
+    - [x86] KVM: x86: Move CPUID.(EAX=0x12,ECX=1) mangling to
+      __kvm_update_cpuid_runtime()
+    - [x86] KVM: x86: Free kvm_cpuid_entry2 array on post-KVM_RUN
+      KVM_SET_CPUID{,2}
+    - [x86] KVM: x86: Forcibly leave nested virt when SMM state is toggled
+    - [x86] KVM: x86: Check .flags in kvm_cpuid_check_equal() too
+    - [x86] KVM: x86: Keep MSR_IA32_XSS unchanged for INIT
+    - [x86] KVM: x86: Update vCPU's runtime CPUID on write to MSR_IA32_XSS
+    - [x86] KVM: x86: Sync the states size with the XCR0/IA32_XSS at, any time
+    - [powerpc*] KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered
+      with multiple vCPUs
+    - security, lsm: dentry_init_security() Handle multi LSM registration
+    - [arm64] extable: fix load_unaligned_zeropad() reg indices
+    - dm: revert partial fix for redundant bio-based IO accounting
+    - block: add bio_start_io_acct_time() to control start_time
+    - dm: properly fix redundant bio-based IO accounting
+    - [arm*] serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrl
+    - serial: 8250: of: Fix mapped region size when using reg-offset property
+    - [armhf] serial: stm32: fix software flow control transfer
+    - tty: n_gsm: fix SW flow control encoding/handling
+    - tty: Add support for Brainboxes UC cards.
+    - usb-storage: Add unusual-devs entry for VL817 USB-SATA bridge
+    - usb: xhci-plat: fix crash when suspend if remote wake enable
+    - [arm64,armhf] usb: common: ulpi: Fix crash in ulpi_match()
+    - usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUS
+    - [arm64] usb: dwc3: xilinx: Skip resets and USB3 register settings for
+      USB2.0 mode
+    - [arm64] usb: dwc3: xilinx: Fix error handling when getting USB3 PHY
+    - USB: core: Fix hang in usb_kill_urb by adding memory barriers
+    - [arm64] usb: typec: tcpci: don't touch CC line if it's Vconn source
+    - usb: typec: tcpm: Do not disconnect while receiving VBUS off
+    - usb: typec: tcpm: Do not disconnect when receiving VSAFE0V
+    - mt76: connac: introduce MCU_CE_CMD macro
+    - jbd2: export jbd2_journal_[grab|put]_journal_head
+    - ocfs2: fix a deadlock when commit trans
+    - sched/membarrier: Fix membarrier-rseq fence command missing from query
+      bitmask
+    - PCI/sysfs: Find shadow ROM before static attribute initialization
+    - [x86] MCE/AMD: Allow thresholding interface updates after init
+    - [x86] cpu: Add Xeon Icelake-D to list of CPUs that support PPIN
+    - i40e: Increase delay to 1 s after global EMP reset
+    - i40e: Fix issue when maximum queues is exceeded
+    - i40e: Fix queues reservation for XDP
+    - i40e: Fix for failed to init adminq while VF reset
+    - i40e: fix unsigned stat widths
+    - scsi: bnx2fc: Flush destroy_work queue before calling
+      bnx2fc_interface_put()
+    - ipv6_tunnel: Rate limit warning messages
+    - [armel,armhf] 9170/1: fix panic when kasan and kprobe are enabled
+    - net: fix information leakage in /proc/net/ptype
+    - hwmon: (lm90) Mark alert as broken for MAX6646/6647/6649
+    - hwmon: (lm90) Mark alert as broken for MAX6680
+    - ping: fix the sk_bound_dev_if match in ping_lookup
+    - ipv4: avoid using shared IP generator for connected sockets
+    - hwmon: (lm90) Reduce maximum conversion rate for G781
+    - NFSv4: Handle case where the lookup of a directory fails
+    - NFSv4: nfs_atomic_open() can race when looking up a non-regular file
+    - net-procfs: show net devices bound packet types
+    - [arm64] drm/msm: Fix wrong size calculation
+    - [arm64] drm/msm/dsi: Fix missing put_device() call in dsi_get_phy
+    - [arm64] drm/msm/dsi: invalid parameter check in msm_dsi_phy_enable
+    - ipv6: annotate accesses to fn->fn_sernum
+    - NFS: Ensure the server has an up to date ctime before hardlinking
+    - NFS: Ensure the server has an up to date ctime before renaming
+    - [arm64] KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenance
+    - SUNRPC: Don't dereference xprt->snd_task if it's a cookie
+    - netfilter: conntrack: don't increment invalid counter on NF_REPEAT
+    - [powerpc*] 64s: Mask SRR0 before checking against the masked NIP
+    - perf: Fix perf_event_read_local() time
+    - sched/pelt: Relax the sync of util_sum with util_avg
+    - net: phy: broadcom: hook up soft_reset for BCM54616S
+    - ethtool: Fix link extended state for big endian
+    - phylib: fix potential use-after-free
+    - rxrpc: Adjust retransmission backoff
+    - [arm64] efi/libstub: arm64: Fix image check alignment at entry
+    - io_uring: fix bug in slow unregistering of nodes
+    - block: fix memory leak in disk_register_independent_access_ranges
+    - [x86] Drivers: hv: balloon: account for vmbus packet header in
+      max_pkt_size
+    - hwmon: (lm90) Re-enable interrupts after alert clears
+    - hwmon: (lm90) Mark alert as broken for MAX6654
+    - hwmon: (lm90) Fix sysfs and udev notifications
+    - hwmon: (adt7470) Prevent divide by zero in adt7470_fan_write()
+    - ipv4: fix ip option filtering for locally generated fragments
+    - net/smc: Transitional solution for clcsock race issue
+    - video: hyperv_fb: Fix validation of screen resolution
+    - hwmon: (nct6775) Fix crash in clear_caseopen
+    - [arm64] drm/msm/hdmi: Fix missing put_device() call in msm_hdmi_get_phy
+    - [arm64] drm/msm/dpu: invalid parameter check in dpu_setup_dspp_pcc
+    - [arm64] drm/msm/a6xx: Add missing suspend_count increment
+    - yam: fix a memory leak in yam_siocdevprivate()
+    - [armhf] net: cpsw: Properly initialise struct page_pool_params
+    - [arm64] net: hns3: handle empty unknown interrupt for VF
+    - sch_htb: Fail on unsupported parameters when offload is requested
+    - ceph: put the requests/sessions when it fails to alloc memory
+    - gve: Fix GFP flags when allocing pages
+    - Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"
+    - net: bridge: vlan: fix single net device option dumping
+    - ipv4: raw: lock the socket in raw_bind()
+    - ipv4: tcp: send zero IPID in SYNACK messages
+    - ipv4: remove sparse error in ip_neigh_gw4()
+    - net: bridge: vlan: fix memory leak in __allowed_ingress
+    - dt-bindings: can: tcan4x5x: fix mram-cfg RX FIFO config
+    - perf/core: Fix cgroup event list management
+    - [arm64] usb: dwc3: xilinx: fix uninitialized return value
+    - [x86] KVM: nVMX: Rename vmcs_to_field_offset{,_table}
+    - [x86] KVM: nVMX: Implement evmcs_field_offset() suitable for
+      handle_vmread()
+    - [x86] KVM: nVMX: Allow VMREAD when Enlightened VMCS is in use
+    - block: Fix wrong offset in bio_truncate()
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.6
+    - PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
+    - [arm*] drm/vc4: hdmi: Make sure the device is powered with CEC
+    - cgroup-v1: Require capabilities to set release_agent (CVE-2022-0492)
+    - Revert "mm/gup: small refactoring: simplify try_grab_page()"
+    - net: phy: Fix qca8081 with speeds lower than 2.5Gb/s
+    - ovl: don't fail copy up if no fileattr support on upper
+    - lockd: fix server crash on reboot of client holding lock
+    - lockd: fix failure to cleanup client locks
+    - net/mlx5e: TC, Reject rules with drop and modify hdr action
+    - net/mlx5: Bridge, take rtnl lock in init error handler
+    - net/mlx5e: Fix handling of wrong devices during bond netevent
+    - net/mlx5: Use del_timer_sync in fw reset flow of halting poll
+    - net/mlx5e: Fix module EEPROM query
+    - net/mlx5e: TC, Reject rules with forward and drop actions
+    - net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
+    - net/mlx5e: Don't treat small ceil values as unlimited in HTB offload
+    - net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
+    - net/mlx5e: Avoid field-overflowing memcpy()
+    - net/mlx5e: Fix wrong calculation of header index in HW_GRO
+    - net/mlx5e: Fix broken SKB allocation in HW-GRO
+    - net/mlx5: E-Switch, Fix uninitialized variable modact
+    - net/mlx5e: Avoid implicit modify hdr for decap drop rule
+    - ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback
+    - i40e: Fix reset bw limit when DCB enabled with 1 TC
+    - i40e: Fix reset path while removing the driver
+    - [amd64,arm64] net: amd-xgbe: ensure to reset the tx_timer_active flag
+    - [amd64,arm64] net: amd-xgbe: Fix skb data length underflow
+    - fanotify: Fix stale file descriptor in copy_event_to_user()
+    - net: sched: fix use-after-free in tc_new_tfilter()
+    - rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()
+    - bpf: Fix possible race in inc_misses_counter
+    - cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()
+    - e1000e: Handshake with CSME starts from ADL platforms
+    - af_packet: fix data-race in packet_setsockopt / packet_setsockopt
+    - tcp: fix mem under-charging with zerocopy sendmsg()
+    - tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()
+    - ovl: fix NULL pointer dereference in copy up warning
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.7
+    - [arm*] Revert "drm/vc4: hdmi: Make sure the device is powered with CEC"
+    - [arm*] Revert "drm/vc4: hdmi: Make sure the device is powered with CEC"
+      again
+
+  [ Salvatore Bonaccorso ]
+  * Set ABI to 1
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 06 Feb 2022 09:13:18 +0100
+
+linux (5.16.4-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.4
+    - io_uring: fix not released cached task refs
+    - bnx2x: Utilize firmware 7.13.21.0
+    - bnx2x: Invalidate fastpath HSI version for VFs
+    - memcg: better bounds on the memcg stats updates
+    - rcu: Tighten rcu_advance_cbs_nowake() checks
+    - select: Fix indefinitely sleeping task in poll_schedule_timeout()
+    - [arm64] bpf: Remove 128MB limit for BPF JIT programs
+
+  * objtool: check: give big enough buffer for pv_ops (Closes: #1004495)
+  * Refresh "firmware: Remove redundant log messages from drivers"
+  * [rt] Refresh "mm/memcg: Protect per-CPU counter by disabling preemption on
+    PREEMPT_RT where needed."
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 30 Jan 2022 19:00:56 +0100
+
+linux (5.16.3-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_5.16
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.1
+    - bpf: Fix out of bounds access from invalid *_or_null type verification
+      (CVE-2022-23222)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.2
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.3
+    - netfilter: nft_payload: do not update layer 4 checksum when mangling
+      fragments (Closes: #1002706)
+
+  [ Helmut Grohne ]
+  * Multiarchify python build-depends. (Closes: #983757)
+
+  [ Ben Hutchings ]
+  * linux-perf: Fix detection of libperl and libpython in cross-build
+  * debian/README.source: Tag signatures are automatically verified
+  * [rt] trace: Enable OSNOISE_TRACER, TIMERLAT_TRACER, HIST_TRIGGERS
+  * d/bin/git-tag-gpg-wrapper, debian/upstream: Use ASCII-armored keyring
+  * d/watch: Rewrite to find all upstream versions through Git
+  * d/bin/genorig.py, d/README.source: Only support Git as upstream
+  * d/bin/genorig.py, d/README.source: Add support for remote upstream repos
+  * lintian: Refresh lintian-overrides
+  * d/copyright: Fix license name with spaces in it
+  * d/copyright: Update for removed and renamed source files
+  * d/tests/selftests: Use $AUTOPKGTEST_TMP instead of $ADTTMP
+  * Fix missing user-space hardening:
+    - d/rules.real: Define KBUILD_HOST{C,LD}FLAGS for sub-make
+    - linux-kbuild: Build modpost with standard CPPFLAGS
+    - cpupower: Build with standard CPPFLAGS
+    - usbip: Build with standard CPPFLAGS
+    - objtool: Build with standard CFLAGS and CPPFLAGS
+    - tools/perf: Define DEBUG=0 for sub-make so libapi doesn't use wrong flags
+    - libapi: Define _FORTIFY_SOURCE as 2, not empty
+    - tools/perf: Fix missing LDFLAGS for some programs
+  * d/rules: Tell blhc to ignore missing flags for perf-read-vdso* helpers
+  * d/rules: Tell blhc to ignore kernel compilation
+  * d/rules: Filter out -s option so that Kbuild is not silent
+  * d/bin/gencontrol.py, d/lib/python: Use classes for build restriction
+    formulae
+  * d/bin/gencontrol.py, d/rules.real: Replace DEBUG variable with if_package
+  * Introduce pkg.linux.quick build profile for quicker CI builds
+  * d/salsa-ci.yml: Add CI config using some of the common pipeline
+  * d/salsa-ci.yml, d/tests/python: Only run static checks in CI
+  * d/salsa-ci.yml: Run kconfigeditor2 as kconfig static check
+  * d/rules, d/salsa-ci.yml: Enable blhc, ignoring terse output
+  * bpftool, objtool, usbip: Always build with V=1 so blhc can check them
+  * d/salsa-ci.yml: Use per-release cache of orig tarballs
+  * linux-perf: Build a single unversioned package of perf, as it is no
+    longer necessary to match the kernel version
+
+  [ Vincent Blut ]
+  * drivers/net/wireless/realtek/rtw89: Enable RTW89 and RTW89_8852AE as
+    modules (Closes: #1004095)
+
+  [ Aurelien Jarno ]
+  * [riscv64] Add support for SBI SRST extension
+
+  [ YunQiang Su ]
+  * [mips*/generic] Change zload address for QEMU compatibility.
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.16.2-rt18
+  * [rt] Update to 5.16.2-rt19
+  * [x86] drm/i915: Flush TLBs before releasing backing store (CVE-2022-0330)
+  * drm/vmwgfx: Fix stale file descriptors on failed usercopy (CVE-2022-22942)
+
+  [ Bastian Blank ]
+  * Build-depend on pahole after rename from dwarves.
+  * Remove remaining aufs patches for good.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 27 Jan 2022 23:12:52 +0100
+
+linux (5.16~rc8-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ YunQiang Su ]
+  * [mips*] unify installer flavors
+  * [mips*] add generic platform and remove 5kc-malta from 32bit ports
+
+  [ Alper Nebi Yasak ]
+  * [armhf,arm64] drivers/gpu/drm/panel: Enable DRM_PANEL_EDP as module
+  * [arm64] Include panel-edp in fb-modules udeb
+
+  [ Noah Meyerhans ]
+  * net: Use fq_codel as the default network qdisc (Closes: #890343)
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.16-rc8-rt13
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 03 Jan 2022 17:47:35 +0100
+
+linux (5.16~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Uwe Kleine-König ]
+  * [arm64] enable DRM_VMWGFX_FBCON to get a tty to login in the absence of a
+    graphical login manager.
+
+  [ Vincent Blut ]
+  * [x86] drivers/platform/surface/aggregator: Enable SURFACE_AGGREGATOR as
+    module (Closes: #1002460)
+  * [x86] drivers/platform/surface: Enable SURFACE_3_POWER_OPREGION,
+    SURFACE_ACPI_NOTIFY, SURFACE_AGGREGATOR_REGISTRY, SURFACE_DTX,
+    SURFACE_GPE, SURFACE_HOTPLUG and SURFACE_PLATFORM_PROFILE as modules
+  * [x86] drivers/hid/surface-hid: Enable SURFACE_HID and SURFACE_KBD as
+    modules
+  * [x86] drivers/power/supply: Enable BATTERY_SURFACE and CHARGER_SURFACE as
+    modules
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.16-rc6-rt12
+  * [x86] drivers/firmware/google: Re-enable GOOGLE_FIRMWARE (Closes: #947179)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 27 Dec 2021 00:18:19 +0100
+
+linux (5.16~rc6-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Aurelien Jarno ]
+  * [riscv64] Improve HiFive Unmatched support: enable INPUT_DA9063_ONKEY,
+    MFD_DA9063, REGULATOR_DA9063, RTC_DRV_DA9063, DA9063_WATCHDOG.
+
+  [ Salvatore Bonaccorso ]
+  * xen/blkfront: harden blkfront against event channel storms (CVE-2021-28711)
+  * xen/netfront: harden netfront against event channel storms (CVE-2021-28712)
+  * xen/console: harden hvc_xen against event channel storms (CVE-2021-28713)
+  * xen/netback: fix rx queue stall detection (CVE-2021-28714)
+  * xen/netback: don't queue unlimited number of packages (CVE-2021-28715)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 20 Dec 2021 22:47:25 +0100
+
+linux (5.16~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+    - nfsd: fix use-after-free due to delegation race (Closes: #988044)
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.16-rc5-rt10
+  * Refresh "Export symbols needed by Android drivers"
+  * net/tls: Enable TLS_DEVICE (Closes: #1001731)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 15 Dec 2021 09:31:18 +0100
+
+linux (5.16~rc4-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.16-rc4-rt8
+  * Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGH
+    (Closes: #1001083)
+  * [arm64] drivers/iio/adc: Enable QCOM_SPMI_IADC, QCOM_SPMI_VADC and
+    ROCKCHIP_SARADC as modules (Closes: #1001080)
+  * [armhf] drivers/iio/adc: Enable ASPEED_ADC, EXYNOS_ADC, ROCKCHIP_SARADC,
+    TI_AM335X_ADC and TWL4030_MADC as modules (Closes: #1001080)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 07 Dec 2021 22:52:32 +0100
+
+linux (5.16~rc3-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.16-rc2-rt4
+  * [arm64] drivers/firmware/efi: Enable
+    EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER (Closes: #997907)
+  * liblockdep: Remove code to build liblockdep packages
+  * [rt] Update to 5.16-rc3-rt5
+
+  [ Uwe Kleine-König ]
+  * [arm*] Enable support for Raspberry Pi POE hat (PWM_RASPBERRYPI_POE)
+  * [arm*] Enable suport for pinctrl-based I2C multiplexer (I2C_MUX_PINCTRL).
+    These are used (among others) on the Raspberry Pi CM4 IO Board.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 29 Nov 2021 17:22:55 +0100
+
+linux (5.16~rc1-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.16-rc1-rt2
+  * fs/ksmbd: Enable SMB_SERVER as module (Closes: #998835)
+
+  [ Aurelien Jarno ]
+  * [riscv64] Enable VIRTUALIZATION and KVM.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 19 Nov 2021 22:45:28 +0100
+
+linux (5.15.15-2) unstable; urgency=high
+
+  [ Bastian Blank ]
+  * Build-depend on pahole after rename from dwarves.
+
+  [ Salvatore Bonaccorso ]
+  * [x86] mwifiex: Fix skb_over_panic in mwifiex_usb_recv() (CVE-2021-43976)
+  * [x86] drm/i915: Flush TLBs before releasing backing store (CVE-2022-0330)
+  * drm/vmwgfx: Fix stale file descriptors on failed usercopy (CVE-2022-22942)
+  * ucount:  Make get_ucount a safe get_user replacement (CVE-2022-24122)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 30 Jan 2022 11:14:49 +0100
+
+linux (5.15.15-1) unstable; urgency=high
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.6
+    - scsi: sd: Fix sd_do_mode_sense() buffer length handling
+      (Closes: #1001559)
+    - ACPI: Get acpi_device's parent from the parent field
+    - ACPI: CPPC: Add NULL pointer check to cppc_get_perf()
+    - USB: serial: pl2303: fix GC type detection
+    - USB: serial: option: add Telit LE910S1 0x9200 composition
+    - USB: serial: option: add Fibocom FM101-GL variants
+    - [arm*] usb: dwc2: gadget: Fix ISOC flow for elapsed frames
+    - [arm*] usb: dwc2: hcd_queue: Fix use of floating point literal
+    - [arm64,armhf] usb: dwc3: leave default DMA for PCI devices
+    - [arm64,armhf] usb: dwc3: core: Revise GHWPARAMS9 offset
+    - [arm64,armhf] usb: dwc3: gadget: Ignore NoStream after End Transfer
+    - [arm64,armhf] usb: dwc3: gadget: Check for L1/L2/U3 for Start Transfer
+    - [arm64,armhf] usb: dwc3: gadget: Fix null pointer exception
+    - net: usb: Correct PHY handling of smsc95xx
+    - net: nexthop: fix null pointer dereference when IPv6 is not enabled
+    - [arm64,armhf] usb: chipidea: ci_hdrc_imx: fix potential error pointer
+      dereference in probe
+    - [x86,arm64] usb: typec: fusb302: Fix masking of comparator and bc_lvl
+      interrupts
+    - [arm64,armhf] usb: xhci: tegra: Check padctrl interrupt presence in
+      device tree
+    - usb: hub: Fix usb enumeration issue due to address0 race
+    - usb: hub: Fix locking issues with address0_mutex
+    - binder: fix test regression due to sender_euid change
+    - ALSA: ctxfi: Fix out-of-range access
+    - [x86] ALSA: hda/realtek: Add quirk for ASRock NUC Box 1100
+    - [x86] ALSA: hda/realtek: Fix LED on HP ProBook 435 G7
+    - media: cec: copy sequence field for the reply
+    - [hppa] Revert "parisc: Fix backtrace to always include init funtion
+      names" (regression in 5.15.3)
+    - HID: wacom: Use "Confidence" flag to prevent reporting invalid contacts
+    - staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect()
+    - staging: r8188eu: Use kzalloc() with GFP_ATOMIC in atomic context
+    - staging: r8188eu: Fix breakage introduced when 5G code was removed
+    - staging: r8188eu: use GFP_ATOMIC under spinlock
+    - staging: r8188eu: fix a memory leak in rtw_wx_read32()
+    - xen: don't continue xenstore initialization in case of errors
+    - xen: detect uninitialized xenbus in xenbus_init
+    - io_uring: correct link-list traversal locking
+    - io_uring: fail cancellation for EXITING tasks
+    - io_uring: fix link traversal locking
+    - drm/amdgpu: IH process reset count when restart
+    - drm/amdgpu/pm: fix powerplay OD interface (regression in 5.15)
+    - drm/nouveau: recognise GA106
+    - [powerpc*] KVM: PPC: Book3S HV: Prevent POWER7/8 TLB flush flushing SLB
+    - tracing/uprobe: Fix uprobe_perf_open probes iteration
+    - tracing: Fix pid filtering when triggers are attached
+    - [arm64,armhf] mmc: sdhci-esdhc-imx: disable CMDQ support
+    - mmc: sdhci: Fix ADMA for PAGE_SIZE >= 64KiB
+    - [armhf] mdio: aspeed: Fix "Link is Down" issue
+    - [arm64] mm: Fix VM_BUG_ON(mm != &init_mm) for trans_pgd
+    - [x86] cpufreq: intel_pstate: Fix active mode offline/online EPP handling
+    - [powerpc] Fix hardlockup on vmap stack overflow
+    - iomap: Fix inline extent handling in iomap_readpage
+    - NFSv42: Fix pagecache invalidation after COPY/CLONE
+    - [arm64] PCI: aardvark: Deduplicate code in advk_pcie_rd_conf()
+    - [arm64] PCI: aardvark: Implement re-issuing config requests on CRS
+      response
+    - [arm64] PCI: aardvark: Simplify initialization of rootcap on virtual
+      bridge
+    - [arm64] PCI: aardvark: Fix link training
+    - drm/amd/display: Fix OLED brightness control on eDP
+    - proc/vmcore: fix clearing user buffer by properly using clear_user()
+    - [x86] ASoC: SOF: Intel: hda: fix hotplug when only codec is suspended
+    - netfilter: ctnetlink: fix filtering with CTA_TUPLE_REPLY
+    - netfilter: ctnetlink: do not erase error code with EINVAL
+    - netfilter: ipvs: Fix reuse connection if RS weight is 0
+    - netfilter: flowtable: fix IPv6 tunnel addr match
+    - media: v4l2-core: fix VIDIOC_DQEVENT handling on non-x86
+    - [armhf] firmware: arm_scmi: Fix null de-reference on error path
+    - ASoC: topology: Add missing rwsem around snd_ctl_remove() calls
+    - net: ieee802154: handle iftypes as u32
+    - [armhf] firmware: arm_scmi: Fix base agent discover response
+    - [armhf] firmware: arm_scmi: pm: Propagate return value to caller
+    - [armhf] ASoC: stm32: i2s: fix 32 bits channel length without mclk
+    - NFSv42: Don't fail clone() unless the OP_CLONE operation failed
+    - [armhf] socfpga: Fix crash with CONFIG_FORTIRY_SOURCE
+    - drm/nouveau/acr: fix a couple NULL vs IS_ERR() checks
+    - scsi: qla2xxx: edif: Fix off by one bug in qla_edif_app_getfcinfo()
+    - scsi: mpt3sas: Fix kernel panic during drive powercycle test
+    - scsi: mpt3sas: Fix system going into read-only mode
+    - scsi: mpt3sas: Fix incorrect system timestamp
+    - [arm*] drm/vc4: fix error code in vc4_create_object()
+    - [armhf] drm/aspeed: Fix vga_pw sysfs output
+    - HID: input: Fix parsing of HID_CP_CONSUMER_CONTROL fields
+    - HID: input: set usage type to key on keycode remap
+    - HID: magicmouse: prevent division by 0 on scroll
+    - iavf: Prevent changing static ITR values if adaptive moderation is on
+    - iavf: Fix refreshing iavf adapter stats on ethtool request
+    - iavf: Fix VLAN feature flags after VFR
+    - [x86] ALSA: intel-dsp-config: add quirk for JSL devices based on ES8336
+      codec
+    - mptcp: fix delack timer
+    - mptcp: use delegate action to schedule 3rd ack retrans
+    - af_unix: fix regression in read after shutdown
+    - [arm64,armhf] firmware: smccc: Fix check for ARCH_SOC_ID not implemented
+    - ipv6: fix typos in __ip6_finish_output()
+    - nfp: checking parameter process for rx-usecs/tx-usecs is invalid
+    - net: stmmac: retain PTP clock time during SIOCSHWTSTAMP ioctls
+    - net: ipv6: add fib6_nh_release_dsts stub
+    - net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop group
+    - ice: fix vsi->txq_map sizing
+    - ice: avoid bpf_prog refcount underflow
+    - scsi: core: sysfs: Fix setting device state to SDEV_RUNNING
+    - scsi: scsi_debug: Zero clear zones at reset write pointer
+    - erofs: fix deadlock when shrink erofs slab
+    - i2c: virtio: disable timeout handling
+    - net/smc: Ensure the active closing peer first closes clcsock
+    - [arm64,armhf] net: marvell: mvpp2: increase MTU limit when XDP enabled
+    - [x86] cpufreq: intel_pstate: Add Ice Lake server to out-of-band IDs
+    - nvmet-tcp: fix incomplete data digest send
+    - [x86] drm/hyperv: Fix device removal on Gen1 VMs
+    - [arm64] uaccess: avoid blocking within critical sections
+    - [armhf] net/ncsi : Add payload to be 32-bit aligned to fix dropped
+      packets
+    - PM: hibernate: use correct mode for swsusp_close()
+    - drm/amd/display: Fix DPIA outbox timeout after GPU reset
+    - drm/amd/display: Set plane update flags for all planes in reset
+    - tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited
+      flows
+    - lan743x: fix deadlock in lan743x_phy_link_status_change()
+    - net: phylink: Force link down and retrigger resolve on interface change
+    - net: phylink: Force retrigger in case of latched link-fail indicator
+    - net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()
+    - net/smc: Fix loop in smc_listen
+    - nvmet: use IOCB_NOWAIT only if the filesystem supports it
+    - igb: fix netpoll exit with traffic
+    - [mips*el/loongson-3] fix FTLB configuration
+    - tls: splice_read: fix record type check
+    - tls: splice_read: fix accessing pre-processed records
+    - tls: fix replacing proto_ops
+    - net: stmmac: Disable Tx queues when reconfiguring the interface
+    - net/sched: sch_ets: don't peek at classes beyond 'nbands'
+    - ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()
+    - net: vlan: fix underflow for the real_dev refcnt
+    - net/smc: Don't call clcsock shutdown twice when smc shutdown
+    - [arm64] net: hns3: fix VF RSS failed problem after PF enable multi-TCs
+    - [arm64] net: hns3: fix incorrect components info of ethtool --reset
+      command
+    - locking/rwsem: Make handoff bit handling more consistent
+    - perf: Ignore sigtrap for tracepoints destined for other tasks
+    - sched/scs: Reset task stack state in bringup_cpu()
+    - [arm64] iommu/rockchip: Fix PAGE_DESC_HI_MASKs for RK3568
+    - [x86] iommu/vt-d: Fix unmap_pages support
+    - f2fs: quota: fix potential deadlock
+    - f2fs: set SBI_NEED_FSCK flag when inconsistent node block found
+    - [riscv64] dts: microchip: fix board compatible
+    - [riscv64] dts: microchip: drop duplicated MMC/SDHC node
+    - cifs: nosharesock should not share socket with future sessions
+    - ceph: properly handle statfs on multifs setups
+    - [amd64] iommu/amd: Clarify AMD IOMMUv2 initialization messages
+    - vhost/vsock: fix incorrect used length reported to the guest
+    - tracing: Check pid filtering when creating events
+    - cifs: nosharesock should be set on new server
+    - io_uring: fix soft lockup when call __io_remove_buffers
+    - [armhf] firmware: arm_scmi: Fix type error assignment in voltage protocol
+    - [armhf] firmware: arm_scmi: Fix type error in sensor protocol
+    - blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and
+      disk_release()
+    - block: avoid to quiesce queue in elevator_init_mq
+    - drm/amdgpu/gfx10: add wraparound gpu counter check for APUs as well
+    - drm/amdgpu/gfx9: switch to golden tsc registers for renoir+
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.7
+    - ALSA: usb-audio: Restrict rates for the shared clocks
+    - ALSA: usb-audio: Rename early_playback_start flag with lowlatency_playback
+    - ALSA: usb-audio: Disable low-latency playback for free-wheel mode
+    - ALSA: usb-audio: Disable low-latency mode for implicit feedback sync
+    - ALSA: usb-audio: Check available frames for the next packet size
+    - ALSA: usb-audio: Add spinlock to stop_urbs()
+    - ALSA: usb-audio: Improved lowlatency playback support
+    - ALSA: usb-audio: Avoid killing in-flight URBs during draining
+    - ALSA: usb-audio: Fix packet size calculation regression
+    - ALSA: usb-audio: Less restriction for low-latency playback mode
+    - ALSA: usb-audio: Switch back to non-latency mode at a later point
+    - ALSA: usb-audio: Don't start stream for capture at prepare
+    - gfs2: release iopen glock early in evict
+    - gfs2: Fix length of holes reported at end-of-file
+    - [powerpc*] pseries/ddw: Revert "Extend upper limit for huge DMA window
+      for persistent memory"
+    - [powerpc*] pseries/ddw: Do not try direct mapping with persistent memory
+      and one window
+    - mac80211: do not access the IV when it was stripped
+    - mac80211: fix throughput LED trigger
+    - [x86] hyperv: Move required MSRs check to initial platform probing
+    - net/smc: Transfer remaining wait queue entries during fallback
+    - net: return correct error code
+    - [x86] platform/x86: dell-wmi-descriptor: disable by default
+    - [x86] platform/x86: thinkpad_acpi: Add support for dual fan control
+    - [x86] platform/x86: thinkpad_acpi: Fix WWAN device disabled issue after
+      S3 deep
+    - btrfs: silence lockdep when reading chunk tree during mount
+    - btrfs: check-integrity: fix a warning on write caching disabled disk
+    - thermal: core: Reset previous low and high trip during thermal zone init
+    - scsi: iscsi: Unblock session then wake up error handler
+    - net: usb: r8152: Add MAC passthrough support for more Lenovo Docks
+    - drm/amd/pm: Remove artificial freq level on Navi1x
+    - drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered
+      again
+    - drm/amd/amdgpu: fix potential memleak
+    - [x86] ata: ahci: Add Green Sardine vendor ID as board_ahci_mobile
+    - ata: libahci: Adjust behavior when StorageD3Enable _DSD is set
+    - [arm64] ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array
+      overflow in hns_dsaf_ge_srst_by_port()
+    - ipv6: check return value of ipv6_skip_exthdr
+    - [alpha] net: tulip: de4x5: fix the problem that the array 'lp->phy[8]'
+      may be out of bound
+    - [alpha] net: ethernet: dec: tulip: de4x5: fix possible array overflows in
+      type3_infoblock()
+    - perf sort: Fix the 'weight' sort key behavior
+    - perf sort: Fix the 'ins_lat' sort key behavior
+    - perf sort: Fix the 'p_stage_cyc' sort key behavior
+    - [arm*] perf inject: Fix ARM SPE handling
+    - perf hist: Fix memory leak of a perf_hpp_fmt
+    - perf report: Fix memory leaks around perf_tip()
+    - tracing: Don't use out-of-sync va_list in event printing
+    - net/smc: Avoid warning of possible recursive locking
+    - ACPI: Add stubs for wakeup handler functions
+    - net/tls: Fix authentication failure in CCM mode
+    - vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmit
+    - kprobes: Limit max data_size of the kretprobe instances
+    - rt2x00: do not mark device gone on EPROTO errors during start
+    - ipmi: Move remove_work to dedicated workqueue
+    - cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink()
+    - iwlwifi: mvm: retry init flow if failed
+    - [s390x] pci: move pseudo-MMIO to prevent MIO overlap
+    - scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGO
+    - scsi: ufs: ufs-pci: Add support for Intel ADL
+    - ipv6: fix memory leak in fib6_rule_suppress
+    - drm/amd/display: Allow DSC on supported MST branch devices
+    - [x86] drm/i915/dp: Perform 30ms delay after source OUI write
+    - [x86] KVM: fix avic_set_running for preemptable kernels
+    - KVM: Disallow user memslot with size that exceeds "unsigned long"
+    - [x86] KVM: x86/mmu: Fix TLB flush range when handling disconnected pt
+    - KVM: Ensure local memslot copies operate on up-to-date arch-specific data
+    - [x86] KVM: x86: ignore APICv if LAPIC is not enabled
+    - [x86] KVM: nVMX: Emulate guest TLB flush on nested VM-Enter with new
+      vpid12
+    - [x86] KVM: nVMX: Flush current VPID (L1 vs. L2) for
+      KVM_REQ_TLB_FLUSH_GUEST
+    - [x86] KVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request on nested
+      vmentry/vmexit
+    - [x86] KVM: VMX: prepare sync_pir_to_irr for running with APICv disabled
+    - [x86] KVM: x86: Use a stable condition around all VT-d PI paths
+    - [x86] KVM: MMU: shadow nested paging does not have PKU
+    - [arm64] KVM: arm64: Avoid setting the upper 32 bits of TCR_EL2 and
+      CPTR_EL2 to 1
+    - [x86] KVM: X86: Use vcpu->arch.walk_mmu for kvm_mmu_invlpg()
+    - [x86] KVM: x86: check PIR even for vCPUs with disabled APICv
+    - tracing/histograms: String compares should not care about signed values
+    - [arm64,armhf] net: dsa: mv88e6xxx: Fix application of erratum 4.8 for
+      88E6393X
+    - [arm64,armhf] net: dsa: mv88e6xxx: Drop unnecessary check in
+      mv88e6393x_serdes_erratum_4_6()
+    - [arm64,armhf] net: dsa: mv88e6xxx: Save power by disabling SerDes
+      trasmitter and receiver
+    - [arm64,armhf] net: dsa: mv88e6xxx: Add fix for erratum 5.2 of 88E6393X
+      family
+    - [arm64,armhf] net: dsa: mv88e6xxx: Fix inband AN for 2500base-x on
+      88E6393X family
+    - [arm64,armhf] net: dsa: mv88e6xxx: Link in pcs_get_state() if AN is
+      bypassed
+    - wireguard: allowedips: add missing __rcu annotation to satisfy sparse
+    - wireguard: device: reset peer src endpoint when netns exits
+    - wireguard: receive: use ring buffer for incoming handshakes
+    - wireguard: receive: drop handshakes if queue lock is contended
+    - wireguard: ratelimiter: use kvcalloc() instead of kvzalloc()
+    - [armhf] i2c: stm32f7: flush TX FIFO upon transfer errors
+    - [armhf] i2c: stm32f7: recover the bus on access timeout
+    - [armhf] i2c: stm32f7: stop dma transfer in case of NACK
+    - tcp: fix page frag corruption on page fault
+    - net: qlogic: qlcnic: Fix a NULL pointer dereference in
+      qlcnic_83xx_add_rings()
+    - net: mpls: Fix notifications when deleting a device
+    - siphash: use _unaligned version by default
+    - [arm64] ftrace: add missing BTIs
+    - iwlwifi: fix warnings produced by kernel debug options
+    - net/mlx5e: IPsec: Fix Software parser inner l3 type setting in case of
+      encapsulation
+    - net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()
+    - [armhf] net: dsa: b53: Add SPI ID table (regression in 5.15)
+    - mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_mode
+    - [arm64,armhf] ASoC: tegra: Fix wrong value type in ADMAIF
+    - [arm64,armhf] ASoC: tegra: Fix wrong value type in I2S
+    - [arm64,armhf] ASoC: tegra: Fix wrong value type in DMIC
+    - [arm64,armhf] ASoC: tegra: Fix wrong value type in DSPK
+    - [arm64,armhf] ASoC: tegra: Fix kcontrol put callback in ADMAIF
+    - [arm64,armhf] ASoC: tegra: Fix kcontrol put callback in I2S
+    - [arm64,armhf] ASoC: tegra: Fix kcontrol put callback in DMIC
+    - [arm64,armhf] ASoC: tegra: Fix kcontrol put callback in DSPK
+    - [arm64,armhf] ASoC: tegra: Fix kcontrol put callback in AHUB
+    - rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()
+    - rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()
+    - [x86] ALSA: intel-dsp-config: add quirk for CML devices based on ES8336
+      codec
+    - net: stmmac: Avoid DMA_CHAN_CONTROL write if no Split Header support
+    - net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of "0" if no
+      IRQ is available
+    - [arm64,armhf] net: marvell: mvpp2: Fix the computation of shared CPUs
+    - [arm64] dpaa2-eth: destroy workqueue at the end of remove function
+    - net: annotate data-races on txq->xmit_lock_owner
+    - ipv4: convert fib_num_tclassid_users to atomic_t
+    - net/smc: fix wrong list_del in smc_lgr_cleanup_early
+    - net/rds: correct socket tunable error in rds_tcp_tune()
+    - net/smc: Keep smc_close_final rc during active close
+    - [arm64] drm/msm/a6xx: Allocate enough space for GMU registers
+    - [arm64] drm/msm: Do hw_init() before capturing GPU state
+    - [arm*] drm/vc4: kms: Wait for the commit before increasing our clock rate
+    - [arm*] drm/vc4: kms: Fix return code check
+    - [arm*] drm/vc4: kms: Add missing drm_crtc_commit_put
+    - [arm*] drm/vc4: kms: Clear the HVS FIFO commit pointer once done
+    - [arm*] drm/vc4: kms: Don't duplicate pending commit
+    - [arm*] drm/vc4: kms: Fix previous HVS commit wait
+    - atlantic: Increase delay for fw transactions
+    - atlatnic: enable Nbase-t speeds with base-t
+    - atlantic: Fix to display FW bundle version instead of FW mac version.
+    - atlantic: Add missing DIDs and fix 115c.
+    - atlantic: Remove Half duplex mode speed capabilities.
+    - atlantic: Fix statistics logic for production hardware
+    - atlantic: Remove warn trace message.
+    - [x86] KVM: x86/mmu: Skip tlb flush if it has been done in zap_gfn_range()
+    - [x86] KVM: x86/mmu: Pass parameter flush as false in
+      kvm_tdp_mmu_zap_collapsible_sptes()
+    - [arm64] drm/msm/devfreq: Fix OPP refcnt leak
+    - [arm64] drm/msm: Fix mmap to include VM_IO and VM_DONTDUMP
+    - [arm64] drm/msm: Fix wait_fence submitqueue leak
+    - [arm64] drm/msm: Restore error return on invalid fence
+    - iwlwifi: Fix memory leaks in error handling path
+    - [x86] KVM: X86: Fix when shadow_root_level=5 && guest root_level<4
+    - [x86] KVM: SEV: initialize regions_list of a mirror VM
+    - net/mlx5e: Fix missing IPsec statistics on uplink representor
+    - net/mlx5: Move MODIFY_RQT command to ignore list in internal error state
+    - net/mlx5: E-switch, Respect BW share of the new group
+    - net/mlx5: E-Switch, fix single FDB creation on BlueField
+    - net/mlx5: E-Switch, Check group pointer before reading bw_share value
+    - [x86] KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register
+    - [x86] KVM: VMX: Set failure code in prepare_vmcs02()
+    - io-wq: don't retry task_work creation failure on fatal conditions
+    - [x86] sev: Fix SEV-ES INS/OUTS instructions for word, dword, and qword
+    - [x86] entry: Add a fence for kernel entry SWAPGS in paranoid_entry()
+    - [x86] entry: Use the correct fence macro after swapgs in kernel CR3
+    - [x86] xen: Add xenpv_restore_regs_and_return_to_usermode()
+    - preempt/dynamic: Fix setup_preempt_mode() return value
+    - sched/uclamp: Fix rq->uclamp_max not set on first enqueue
+    - [x86] KVM: SEV: Return appropriate error codes if SEV-ES scratch setup
+      fails
+    - [x86] KVM: x86/mmu: Rename slot_handle_leaf to slot_handle_level_4k
+    - [x86] KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap
+      collapsible path
+    - net/mlx5e: Rename lro_timeout to packet_merge_timeout
+    - net/mlx5e: Rename TIR lro functions to TIR packet merge functions
+    - net/mlx5e: Sync TIR params updates against concurrent create/modify
+    - [hppa] Fix KBUILD_IMAGE for self-extracting kernel
+    - [hppa] Fix "make install" on newer debian releases
+    - [hppa] Mark cr16 CPU clocksource unstable on all SMP machines
+    - vgacon: Propagate console boot parameters before calling `vc_resize'
+    - xhci: Fix commad ring abort, write all 64 bits to CRCR register.
+    - USB: NO_LPM quirk Lenovo Powered USB-C Travel Hub
+    - [x86,arm64] usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnect
+    - [x86] tsc: Add a timer to make sure TSC_adjust is always checked
+    - [x86] tsc: Disable clocksource watchdog for TSC on qualified platorms
+    - [amd64] mm: Map all kernel memory into trampoline_pgd
+    - [arm64] tty: serial: msm_serial: Deactivate RX DMA for polling support
+    - [arm*] serial: pl011: Add ACPI SBSA UART match id
+    - [arm64,armhf] serial: tegra: Change lower tolerance baud rate limit for
+      tegra20 and tegra30
+    - serial: core: fix transmit-buffer reset and memleak
+    - serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array
+    - serial: 8250_pci: rewrite pericom_do_set_divisor()
+    - serial: 8250: Fix RTS modem control while in rs485 mode
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.8
+    - usb: gadget: uvc: fix multiple opens
+    - [x86] HID: quirks: Add quirk for the Microsoft Surface 3 type-cover
+    - HID: google: add eel USB id
+    - [x86] HID: intel-ish-hid: ipc: only enable IRQ wakeup when requested
+    - HID: bigbenff: prevent null pointer dereference
+    - HID: wacom: fix problems when device is not a valid USB device
+    - HID: check for valid USB device for many HID drivers
+    - mtd: dataflash: Add device-tree SPI IDs (regression in 5.15)
+    - mmc: spi: Add device-tree SPI IDs
+    - HID: sony: fix error path in probe
+    - [x86] HID: Ignore battery for Elan touchscreen on Asus UX550VE
+    - [x86] platform/x86/intel: hid: add quirk to support Surface Go 3
+    - [x86] nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six
+      8-bit groups
+    - IB/hfi1: Insure use of smp_processor_id() is preempt disabled
+    - IB/hfi1: Fix early init panic
+    - IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddr
+    - can: kvaser_usb: get CAN clock frequency from device
+    - can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct
+      stats->{rx,tx}_errors counter
+    - can: sja1000: fix use after free in ems_pcmcia_add_card()
+    - [i386] can: pch_can: pch_can_rx_normal: fix use after free
+    - [arm64,armhf] net: dsa: mv88e6xxx: fix "don't use PHY_DETECT on internal
+      PHY's"
+    - [arm64,armhf] net: dsa: mv88e6xxx: allow use of PHYs on CPU and DSA ports
+    - [x86] sme: Explicitly map new EFI memmap table as encrypted
+    - [x86] platform/x86: amd-pmc: Fix s2idle failures on certain AMD laptops
+    - nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done
+    - vrf: don't run conntrack on vrf with !dflt qdisc
+    - bpf, sockmap: Attach map progs to psock early for feature probes
+    - bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.
+    - bpf: Fix the off-by-two error in range markings
+    - ice: ignore dropped packets during init
+    - ethtool: do not perform operations on net devices being unregistered
+    - bonding: make tx_rebalance_counter an atomic
+    - nfp: Fix memory leak in nfp_cpp_area_cache_add()
+    - seg6: fix the iif in the IPv6 socket control block
+    - udp: using datalen to cap max gso segments
+    - netfilter: nft_exthdr: break evaluation if setting TCP option fails
+    - netfilter: conntrack: annotate data-races around ct->timeout
+    - iavf: restore MSI state on reset
+    - iavf: Fix reporting when setting descriptor count
+    - IB/hfi1: Correct guard on eager buffer deallocation
+    - devlink: fix netns refcount leak in devlink_nl_cmd_reload()
+    - [arm64,armhf] net: dsa: mv88e6xxx: error handling for serdes_power
+      functions
+    - [arm64] net: dsa: felix: Fix memory leak in felix_setup_mmio_filtering
+    - net/sched: fq_pie: prevent dismantle issue
+    - [arm64,armhf] net: mvpp2: fix XDP rx queues registering
+    - [x86] KVM: x86: Don't WARN if userspace mucks with RCX during string I/O
+      exit
+    - [x86] KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse
+      IPI req
+    - [x86] KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB
+      flush hypercall
+    - timers: implement usleep_idle_range()
+    - mm/slub: fix endianness bug for alloc/free_traces attributes
+    - mm: bdi: initialize bdi_min_ratio when bdi is unregistered
+    - ALSA: ctl: Fix copy of updated id with element read/write
+    - [x86] ALSA: hda/realtek - Add headset Mic support for Lenovo ALC897
+      platform
+    - [x86] ALSA: hda/realtek: Fix quirk for TongFang PHxTxX1
+    - ALSA: pcm: oss: Fix negative period/buffer sizes
+    - ALSA: pcm: oss: Limit the period size to 16MB
+    - ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()
+    - cifs: Fix crash on unload of cifs_arc4.ko
+    - scsi: qla2xxx: Format log strings only if needed
+    - btrfs: clear extent buffer uptodate when we fail to write it
+    - btrfs: fix re-dirty process of tree-log nodes
+    - btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error
+      handling
+    - btrfs: free exchange changeset on failures
+    - [x86] perf intel-pt: Fix some PGE (packet generation enable/control flow
+      packets) usage
+    - [x86] perf intel-pt: Fix sync state when a PSB (synchronization) packet
+      is found
+    - [x86] perf intel-pt: Fix intel_pt_fup_event() assumptions about setting
+      state type
+    - [x86] perf intel-pt: Fix state setting when receiving overflow (OVF)
+      packet
+    - [x86] perf intel-pt: Fix next 'err' value, walking trace
+    - [x86] perf intel-pt: Fix missing 'instruction' events with 'q' option
+    - [x86] perf intel-pt: Fix error timestamp setting on the decoder error
+      path
+    - md: fix update super 1.0 on rdev size change
+    - nfsd: Fix nsfd startup race (again)
+    - tracefs: Have new files inherit the ownership of their parent
+    - hwmon: (pwm-fan) Ensure the fan going on in .probe()
+    - [arm64] clk: qcom: regmap-mux: fix parent clock lookup
+    - [x86] thermal: int340x: Fix VCoRefLow MMIO bit offset for TGL
+    - drm/syncobj: Deal with signalled fences in drm_syncobj_find_fence.
+    - libata: add horkage for ASMedia 1092
+    - io_uring: ensure task_work gets run as part of cancelations
+    - wait: add wake_up_pollfree()
+    - binder: use wake_up_pollfree()
+    - signalfd: use wake_up_pollfree()
+    - aio: keep poll requests on waitqueue until completed
+    - aio: fix use-after-free due to missing POLLFREE handling
+    - tracefs: Set all files to the same group ownership as the mount option
+    - [powerpc*] i2c: mpc: Use atomic read and fix break condition
+    - block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)
+    - scsi: pm80xx: Do not call scsi_remove_host() in pm8001_alloc()
+    - scsi: scsi_debug: Fix buffer size of REPORT ZONES command
+    - ALSA: usb-audio: Reorder snd_djm_devices[] entries
+    - qede: validate non LSO skb length
+    - PM: runtime: Fix pm_runtime_active() kerneldoc comment
+    - ASoC: rt5682: Fix crash due to out of scope stack vars
+    - [arm64] RDMA/hns: Do not halt commands during reset until later
+    - [arm64] RDMA/hns: Do not destroy QP resources in the hw resetting phase
+    - [x86] hwmon: (dell-smm) Fix warning on /proc/i8k creation error
+    - [arm64] clk: qcom: clk-alpha-pll: Don't reconfigure running Trion
+    - i40e: Fix failed opcode appearing if handling messages from VF
+    - i40e: Fix pre-set max number of queues for VF
+    - bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmap
+    - i40e: Fix NULL pointer dereference in i40e_dbg_dump_desc
+    - [arm64] Revert "PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on
+      emulated bridge" (regression in 5.15.3)
+    - drm/amd/display: Fix DPIA outbox timeout after S3/S4/reset
+    - perf tools: Fix SMT detection fast read path
+    - net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zero
+    - [arm64] net: fec: only clear interrupt of handling queue in
+      fec_enet_rx_queue()
+    - net, neigh: clear whole pneigh_entry at alloc time
+    - net/qla3xxx: fix an error code in ql_adapter_up()
+    - [arm64] Revert "usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by
+      default" (regression in 5.15)
+    - usb: core: config: fix validation of wMaxPacketValue entries
+    - xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime
+      suspending
+    - xhci: avoid race between disable slot command and host runtime suspend
+    - iio: gyro: adxrs290: fix data signedness
+    - iio: trigger: Fix reference counting
+    - iio: stk3310: Don't return error code in interrupt handler
+    - iio: mma8452: Fix trigger reference couting
+    - iio: ltr501: Don't return error code in trigger handler
+    - iio: kxsd9: Don't return error code in trigger handler
+    - iio: itg3200: Call iio_trigger_notify_done() on error
+    - iio: adc: axp20x_adc: fix charging current reporting on AXP22x
+    - iio: ad7768-1: Call iio_trigger_notify_done() on error
+    - iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove
+    - misc: rtsx: Avoid mangling IRQ during runtime PM
+    - nvmem: eeprom: at25: fix FRAM byte_len
+    - bus: mhi: pci_generic: Fix device recovery failed issue
+    - bus: mhi: core: Add support for forced PM resume
+    - [armhf] irqchip/aspeed-scu: Replace update_bits with write_bits.
+    - [armhf] irqchip/armada-370-xp: Fix return value of
+      armada_370_xp_msi_alloc()
+    - [armhf] irqchip/armada-370-xp: Fix support for Multi-MSI interrupts
+    - aio: Fix incorrect usage of eventfd_signal_allowed()
+    - [arm64,armhf] irqchip/irq-gic-v3-its.c: Force synchronisation when
+      issuing INVALL
+    - [armhf] clocksource/drivers/dw_apb_timer_of: Fix probe failure
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.9
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.10
+    - nfc: fix segfault in nfc_genl_dump_devices_done
+    - [x86] hwmon: (corsair-psu) fix plain integer used as NULL pointer
+    - RDMA: Fix use-after-free in rxe_queue_cleanup
+    - RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow
+    - mtd: rawnand: Fix nand_erase_op delay
+    - mtd: rawnand: Fix nand_choose_best_timings() on unsupported interface
+    - netfs: Fix lockdep warning from taking sb_writers whilst holding
+      mmap_lock
+    - ice: fix FDIR init missing when reset VF
+    - [x86] vmxnet3: fix minimum vectors alloc issue
+    - [arm64] drm/msm: Fix null ptr access msm_ioctl_gem_submit()
+    - [arm64] drm/msm/a6xx: Fix uinitialized use of gpu_scid
+    - [arm64] drm/msm/dsi: set default num_data_lanes
+    - [arm64] drm/msm/dp: Avoid unpowered AUX xfers that caused crashes
+    - [arm64] KVM: arm64: Save PSTATE early on exit
+    - [arm64] Revert "tty: serial: fsl_lpuart: drop earlycon entry for
+      i.MX8QXP"
+    - net/mlx4_en: Update reported link modes for 1/10G
+    - loop: Use pr_warn_once() for loop_control_remove() warning
+    - ALSA: hda: Add Intel DG2 PCI ID and HDMI codec vid
+    - [x86] ALSA: hda/hdmi: fix HDA codec entry table order for ADL-P
+    - [arm64,armhf] i2c: rk3x: Handle a spurious start completion interrupt
+      flag
+    - net: netlink: af_netlink: Prevent empty skb by adding a check on len.
+    - drm/amdgpu: cancel the correct hrtimer on exit
+    - drm/amdgpu: check atomic flag to differeniate with legacy path
+    - drm/amd/display: Fix for the no Audio bug with Tiled Displays
+    - drm/amdkfd: fix double free mem structure
+    - drm/amd/display: add connector type check for CRC source set
+    - drm/amdkfd: process_info lock not needed for svm
+    - tracing: Fix a kmemleak false positive in tracing_map
+    - fuse: make sure reclaim doesn't write the inode
+    - perf inject: Fix itrace space allowed for new attributes
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.11
+    - [x86] KVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv is disabled
+    - KVM: downgrade two BUG_ONs to WARN_ON_ONCE
+    - [x86] kvm: remove unused ack_notifier callbacks
+    - [x86] KVM: X86: Fix tlb flush for tdp in kvm_invalidate_pcid()
+    - mac80211: fix rate control for retransmitted frames
+    - mac80211: fix regression in SSN handling of addba tx
+    - mac80211: mark TX-during-stop for TX in in_reconfig
+    - mac80211: send ADDBA requests using the tid/queue of the aggregation
+      session
+    - mac80211: validate extended element ID is present
+    - [arm64] firmware: arm_scpi: Fix string overflow in SCPI genpd driver
+    - virtio_ring: Fix querying of maximum DMA mapping size for virtio device
+    - [s390x] entry: fix duplicate tracking of irq nesting level
+    - [s390x] recordmcount.pl: look for jgnop instruction as well as bcrl on
+      s390
+    - [arm64] dts: ten64: remove redundant interrupt declaration for gpio-keys
+    - ceph: fix up non-directory creation in SGID directories
+    - dm btree remove: fix use after free in rebalance_children()
+    - audit: improve robustness of the audit queue handling
+    - btrfs: convert latest_bdev type to btrfs_device and rename
+    - btrfs: use latest_dev in btrfs_show_devname
+    - btrfs: update latest_dev when we create a sprout device
+    - btrfs: remove stale comment about the btrfs_show_devname
+    - scsi: ufs: core: Retry START_STOP on UNIT_ATTENTION
+    - [x86] drm/i915/hdmi: convert intel_hdmi_to_dev to intel_hdmi_to_i915
+    - [x86] drm/i915/hdmi: Turn DP++ TMDS output buffers back on in encoder->
+      shutdown()
+    - [x86] pinctrl: amd: Fix wakeups when IRQ is shared with SCI
+    - [arm64] dts: rockchip: remove mmc-hs400-enhanced-strobe from
+      rk3399-khadas-edge
+    - [arm64] dts: rockchip: fix rk3308-roc-cc vcc-sd supply
+    - [arm64] dts: rockchip: fix rk3399-leez-p710 vcc3v3-lan supply
+    - [arm64] dts: rockchip: fix audio-supply for Rock Pi 4
+    - [arm64] dts: rockchip: fix poweroff on helios64
+    - mac80211: track only QoS data frames for admission control
+    - ceph: fix duplicate increment of opened_inodes metric
+    - ceph: initialize pathlen variable in reconnect_caps_cb
+    - [armhf] socfpga: dts: fix qspi node compatible
+    - [arm64] dts: imx8mq: remove interconnect property from lcdif
+    - clk: Don't parent clks until the parent is fully registered
+    - [armhf] soc: imx: Register SoC device only on i.MX boards
+    - iwlwifi: mvm: don't crash on invalid rate w/o STA
+    - virtio/vsock: fix the transport to work with VMADDR_CID_ANY
+    - Revert "drm/fb-helper: improve DRM fbdev emulation device names"
+    - sch_cake: do not call cake_destroy() from cake_init()
+    - inet_diag: fix kernel-infoleak for UDP sockets
+    - netdevsim: don't overwrite read only ethtool parms
+    - [arm64] net: hns3: fix use-after-free bug in hclgevf_send_mbx_msg
+    - [arm64] net: hns3: fix race condition in debugfs
+    - net/sched: sch_ets: don't remove idle classes from the round-robin list
+    - [arm64,armhf] net: dsa: mv88e6xxx: Unforce speed & duplex in
+      mac_link_down()
+    - mptcp: never allow the PM to close a listener subflow
+    - drm/ast: potential dereference of null pointer
+    - [x86] drm/i915/display: Fix an unsigned subtraction which can never be
+      negative.
+    - mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lock
+    - cfg80211: Acquire wiphy mutex on regulatory work
+    - mac80211: fix lookup when adding AddBA extension element
+    - net: stmmac: fix tc flower deletion for VLAN priority Rx steering
+    - flow_offload: return EOPNOTSUPP for the unsupported mpls action type
+    - rds: memory leak in __rds_conn_create() (CVE-2021-45480)
+    - ice: Use div64_u64 instead of div_u64 in adjfine
+    - ice: Don't put stale timestamps in the skb
+    - drm/amd/display: Set exit_optimized_pwr_state for DCN31
+    - drm/amd/pm: fix a potential gpu_metrics_table memory leak
+    - mptcp: remove tcp ulp setsockopt support
+    - mptcp: clear 'kern' flag from fallback sockets
+    - mptcp: fix deadlock in __mptcp_push_pending()
+    - [arm64,armhf] soc/tegra: fuse: Fix bitwise vs. logical OR warning
+    - igb: Fix removal of unicast MAC filters of VFs
+    - igbvf: fix double free in `igbvf_probe`
+    - igc: Fix typo in i225 LTR functions
+    - ixgbe: Document how to enable NBASE-T support
+    - ixgbe: set X550 MDIO speed before talking to PHY
+    - netdevsim: Zero-initialize memory for new map's value in function
+      nsim_bpf_map_alloc (CVE-2021-4135)
+    - net/packet: rx_owner_map depends on pg_vec
+    - [arm64,armhf] net: stmmac: dwmac-rk: fix oob read in rk_gmac_setup
+    - sfc_ef100: potential dereference of null pointer
+    - [arm64,armhf] dsa: mv88e6xxx: fix debug print for SPEED_UNFORCED
+    - net: Fix double 0x prefix print in SKB dump
+    - net/smc: Prevent smc_release() from long blocking
+    - sit: do not call ipip6_dev_free() from sit_init_net()
+    - afs: Fix mmap
+    - [arm64] kexec: Fix missing error code 'ret' warning in
+      load_other_segments()
+    - bpf: Fix extable fixup offset.
+    - USB: gadget: bRequestType is a bitfield, not a enum
+    - Revert "usb: early: convert to readl_poll_timeout_atomic()"
+    - [x86] KVM: x86: Drop guest CPUID check for host initiated writes to
+      MSR_IA32_PERF_CAPABILITIES
+    - tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronous
+    - USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)
+    - [arm*] usb: dwc2: fix STM ID/VBUS detection startup delay in
+      dwc2_driver_probe
+    - PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on error
+    - PCI/MSI: Mask MSI-X vectors only on success
+    - [x86] usb: xhci: Extend support for runtime power management for AMD's
+      Yellow carp.
+    - [x86,arm64] usb: typec: tcpm: fix tcpm unregister port but leave a
+      pending timer
+    - usb: gadget: u_ether: fix race in setting MAC address in setup phase
+    - USB: serial: cp210x: fix CP2105 GPIO registration
+    - USB: serial: option: add Telit FN990 compositions
+    - selinux: fix sleeping function called from invalid context
+    - btrfs: fix memory leak in __add_inode_ref()
+    - btrfs: fix double free of anon_dev after failure to create subvolume
+    - btrfs: check WRITE_ERR when trying to read an extent buffer
+    - btrfs: fix missing blkdev_put() call in btrfs_scan_one_device()
+    - zonefs: add MODULE_ALIAS_FS
+    - iocost: Fix divide-by-zero on donation from low hweight cgroup
+    - [x86] serial: 8250_fintek: Fix garbled text for console
+    - timekeeping: Really make sure wall_to_monotonic isn't positive
+    - cifs: sanitize multiple delimiters in prepath
+    - locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner()
+    - [riscv64] dts: unleashed: Add gpio card detect to mmc-spi-slot
+    - [riscv64] dts: unmatched: Add gpio card detect to mmc-spi-slot
+    - perf inject: Fix segfault due to close without open
+    - perf inject: Fix segfault due to perf_data__fd() without open
+    - libata: if T_LENGTH is zero, dma direction should be DMA_NONE
+    - [powerpc*] powerpc/module_64: Fix livepatching for RO modules
+    - drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORE
+    - drm/amdgpu: don't override default ECO_BITs setting
+    - drm/amd/pm: fix reading SMU FW version from amdgpu_firmware_info on YC
+    - [armhf] dts: imx6ull-pinfunc: Fix CSI_DATA07__ESAI_TX0 pad name
+    - mptcp: add missing documented NL params
+    - [amd64] bpf, x64: Factor out emission of REX byte in more cases
+    - bpf: Fix extable address check.
+    - USB: core: Make do_proc_control() and do_proc_bulk() killable
+    - media: mxl111sf: change mutex_init() location
+    - ovl: fix warning in ovl_create_real()
+    - scsi: scsi_debug: Don't call kcalloc() if size arg is zero
+    - scsi: scsi_debug: Fix type in min_t to avoid stack OOB
+    - scsi: scsi_debug: Sanity check block descriptor length in
+      resp_mode_select()
+    - io-wq: remove spurious bit clear on task_work addition
+    - io-wq: check for wq exit after adding new worker task_work
+    - rcu: Mark accesses to rcu_state.n_force_qs
+    - io-wq: drop wqe lock before creating new worker
+    - [armhf] bus: ti-sysc: Fix variable set but not used warning for
+      reinit_modules
+    - xen/blkfront: harden blkfront against event channel storms
+      (CVE-2021-28711)
+    - xen/netfront: harden netfront against event channel storms
+      (CVE-2021-28712)
+    - xen/console: harden hvc_xen against event channel storms
+      (CVE-2021-28713)
+    - xen/netback: fix rx queue stall detection (CVE-2021-28714)
+    - xen/netback: don't queue unlimited number of packages (CVE-2021-28715)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.12
+    - net: usb: lan78xx: add Allied Telesis AT29M2-AF
+    - ext4: prevent partial update of the extent blocks
+    - ext4: check for out-of-order index extents in ext4_valid_extent_entries()
+    - ext4: check for inconsistent extents between index and leaf block
+    - HID: holtek: fix mouse probing
+    - HID: potential dereference of null pointer
+    - NFSD: Fix READDIR buffer overflow
+    - PM: sleep: Fix error handling in dpm_prepare()
+    - [arm64] dts: allwinner: orangepi-zero-plus: fix PHY mode
+    - [arm64,armhf] bus: sunxi-rsb: Fix shutdown
+    - spi: change clk_disable_unprepare to clk_unprepare
+    - ucounts: Fix rlimit max values check
+    - [arm64,armhf] ASoC: meson: aiu: fifo: Add missing
+      dma_coerce_mask_and_coherent()
+    - [arm64] RDMA/hns: Fix RNR retransmission issue for HIP08
+    - IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()
+    - [arm64] RDMA/hns: Replace kfree() with kvfree()
+    - netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy()
+    - netfilter: fix regression in looped (broad|multi)cast's MAC handling
+    - [armhf] dts: imx6qdl-wandboard: Fix Ethernet support
+    - ice: Use xdp_buf instead of rx_buf for xsk zero-copy
+    - ice: xsk: return xsk buffers back to pool when cleaning the ring
+    - qlcnic: potential dereference null pointer of rx_queue->page_ring
+    - tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex
+    - ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookie
+    - inet: fully convert sk->sk_rx_dst to RCU rules
+    - net: accept UFOv6 packages in virtio_net_hdr_to_skb
+    - net: skip virtio_net_hdr_set_proto if protocol already set
+    - igb: fix deadlock caused by taking RTNL in RPM resume path
+    - ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module
+    - bonding: fix ad_actor_system option setting to default
+    - [amd64] fjes: Check for error irq
+    - [armhf] drivers: net: smc911x: Check for error irq
+    - asix: fix uninit-value in asix_mdio_read()
+    - asix: fix wrong return value in asix_check_host_enable()
+    - io_uring: zero iocb->ki_pos for stream file types
+    - veth: ensure skb entering GRO are not cloned.
+    - net: stmmac: ptp: fix potentially overflowing expression
+    - net: bridge: Use array_size() helper in copy_to_user()
+    - net: bridge: fix ioctl old_deviceless bridge argument
+    - r8152: fix the force speed doesn't work for RTL8156
+    - Input: elantech - fix stack out of bound access in
+      elantech_change_report_id()
+    - [arm*] pinctrl: bcm2835: Change init order for gpio hogs
+    - hwmon: (lm90) Fix usage of CONFIG2 register in detect function
+    - hwmon: (lm90) Prevent integer overflow/underflow in hysteresis
+      calculations
+    - hwmon: (lm90) Introduce flag indicating extended temperature support
+    - hwmon: (lm90) Add basic support for TI TMP461
+    - hwmon: (lm90) Drop critical attribute support for MAX6654
+    - kernel/crash_core: suppress unknown crashkernel parameter warning
+    - [x86] Revert "x86/boot: Pull up cmdline preparation and early param
+      parsing"
+    - [x86] boot: Move EFI range reservation after cmdline parsing
+    - ALSA: jack: Check the return value of kstrdup()
+    - ALSA: drivers: opl3: Fix incorrect use of vp->state
+    - ALSA: rawmidi - fix the uninitalized user_pversion
+    - [x86] ALSA: hda/hdmi: Disable silent stream on GLK
+    - [x86] ALSA: hda/realtek: Amp init fixup for HP ZBook 15 G6
+    - [x86] ALSA: hda/realtek: Add new alc285-hp-amp-init model
+    - [x86] ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
+    - [x86] ALSA: hda/realtek: Fix quirk for Clevo NJ51CU
+    - [arm64,armhf] ASoC: meson: aiu: Move AIU_I2S_MISC hold setting to
+      aiu-fifo-i2s
+    - [arm64,armhf] ASoC: tegra: Add DAPM switches for headphones and mic jack
+    - [armhf] ASoC: tegra: Restore headphones jack name on Nyan Big
+    - Input: atmel_mxt_ts - fix double free in mxt_read_info_block
+    - ipmi: bail out if init_srcu_struct fails
+    - ipmi: ssif: initialize ssif_info->client early
+    - ipmi: fix initialization when workqueue allocation fails
+    - [hppa] Correct completer in lws start
+    - [hppa] Fix mask used to select futex spinlock
+    - tee: handle lookup of shm with reference count 0
+    - [x86] pkey: Fix undefined behaviour with PKRU_WD_BIT
+    - [amd64] platform/x86: amd-pmc: only use callbacks for suspend
+    - [x86] platform/x86: intel_pmc_core: fix memleak on registration failure
+    - [x86] KVM: x86: Always set kvm_run->if_flag
+    - [x86] KVM: x86/mmu: Don't advance iterator after restart due to yielding
+    - [x86] KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is required
+    - [x86] KVM: VMX: Always clear vmx->fail on emulation_required
+    - [x86] KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this
+      vCPU
+    - [armhf] pinctrl: stm32: consider the GPIO offset to expose all the GPIO
+      lines
+    - [arm64,armhf] mmc: sdhci-tegra: Fix switch to HS400ES mode
+    - [armhf] mmc: meson-mx-sdhc: Set MANUAL_STOP for multi-block SDIO commands
+    - mmc: core: Disable card detect during shutdown
+    - [armhf] mmc: mmci: stm32: clear DLYB_CR after sending tuning command
+    - mac80211: fix locking in ieee80211_start_ap error path
+    - mm: mempolicy: fix THP allocations escaping mempolicy restrictions
+    - mm, hwpoison: fix condition in free hugetlb page path
+    - mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()
+    - [arm64] tee: optee: Fix incorrect page free bug
+    - f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()
+      (CVE-2021-45469)
+    - netfs: fix parameter of cleanup()
+    - [x86] KVM: VMX: Fix stale docs for kvm-intel.emulate_invalid_guest_state
+    - [arm64] dts: lx2160a: fix scl-gpios property name
+    - [arm64] Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312
+    - Input: goodix - add id->model mapping for the "9111" model
+    - [x86] ASoC: SOF: Intel: pci-tgl: add new ADL-P variant
+    - [x86] ASoC: SOF: Intel: pci-tgl: add ADL-N support
+    - ASoC: rt5682: fix the wrong jack type detected
+    - hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681
+    - hwmon: (lm90) Do not report 'busy' status bit as alarm
+    - r8152: sync ocp base
+    - ax25: NPD bug when detaching AX25 device
+    - hamradio: defer ax25 kfree after unregister_netdev
+    - hamradio: improve the incomplete fix to avoid NPD
+    - tun: avoid double free in tun_free_netdev
+    - phonet/pep: refuse to enable an unbound pipe
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.13
+    - Input: i8042 - add deferred probe support
+    - Input: i8042 - enable deferred probe quirk for ASUS UM325UA
+    - tomoyo: Check exceeded quota early in tomoyo_domain_quota_is_ok().
+    - tomoyo: use hwight16() in tomoyo_domain_quota_is_ok()
+    - net/sched: Extend qdisc control block with tc control block
+    - [x86] platform/x86: apple-gmux: use resource_size() with res
+    - memblock: fix memblock_phys_alloc() section mismatch error
+    - ALSA: hda: intel-sdw-acpi: harden detection of controller
+    - ALSA: hda: intel-sdw-acpi: go through HDAS ACPI at max depth of 2
+    - efi: Move efifb_setup_from_dmi() prototype from arch headers
+    - selinux: initialize proto variable in selinux_ip_postroute_compat()
+    - scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write()
+    - net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resources
+    - net/mlx5: Fix error print in case of IRQ request failed
+    - net/mlx5: Fix SF health recovery flow
+    - net/mlx5: Fix tc max supported prio for nic mode
+    - net/mlx5e: Wrap the tx reporter dump callback to extract the sq
+    - net/mlx5e: Fix interoperability between XSK and ICOSQ recovery flow
+    - net/mlx5e: Fix ICOSQ recovery flow for XSK
+    - net/mlx5e: Use tc sample stubs instead of ifdefs in source file
+    - net/mlx5e: Delete forward rule for ct or sample action
+    - udp: using datalen to cap ipv6 udp max gso segments
+    - sctp: use call_rcu to free endpoint
+    - net/smc: fix using of uninitialized completions
+    - net: usb: pegasus: Do not drop long Ethernet frames
+    - net/smc: don't send CDC/LLC message if link not ready
+    - net/smc: fix kernel panic caused by race of smc_sock
+    - igc: Do not enable crosstimestamping for i225-V models
+    - igc: Fix TX timestamp support for non-MSI-X platforms
+    - drm/amd/display: Send s0i2_rdy in stream_count == 0 optimization
+    - drm/amd/display: Set optimize_pwr_state for DCN31
+    - net/mlx5e: Fix wrong features assignment in case of error
+    - net: bridge: mcast: add and enforce query interval minimum
+    - net: bridge: mcast: add and enforce startup query interval minimum
+    - net: bridge: mcast: fix br_multicast_ctx_vlan_global_disabled helper
+    - [armhf] net/ncsi: check for error return from call to nla_put_u32
+    - i2c: validate user data in compat ioctl
+    - nfc: uapi: use kernel size_t to fix user-space builds
+    - uapi: fix linux/nfc.h userspace compilation errors
+    - drm/nouveau: wait for the exclusive fence after the shared ones v2
+      (Closes: #1000681)
+    - drm/amdgpu: When the VCN(1.0) block is suspended, powergating is
+      explicitly enabled
+    - drm/amdgpu: add support for IP discovery gc_info table v2
+    - drm/amd/display: Changed pipe split policy to allow for multi-display pipe
+      split
+    - xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set.
+    - usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.
+    - [arm*] binder: fix async_free_space accounting for empty parcels
+    - [x86] scsi: vmw_pvscsi: Set residual data length conditionally
+    - Input: appletouch - initialize work before device registration
+    - Input: spaceball - fix parsing of movement data packets
+    - net: fix use-after-free in tw_timer_handler
+    - fs/mount_setattr: always cleanup mount_kattr
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.14
+    - fscache_cookie_enabled: check cookie is valid before accessing it
+    - tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()
+    - tracing: Tag trace_percpu_buffer as a percpu pointer
+    - Revert "RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow"
+    - ieee802154: atusb: fix uninit value in atusb_set_extended_addr
+    - i40e: Fix to not show opcode msg on unsuccessful VF MAC change
+    - iavf: Fix limit of total number of queues to active queues of VF
+    - RDMA/core: Don't infoleak GRH fields
+    - Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo
+      Docks"
+    - netrom: fix copying in user data in nr_setsockopt
+    - RDMA/uverbs: Check for null return of kmalloc_array
+    - mac80211: initialize variable have_higher_than_11mbit
+    - mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh
+    - sfc: The RX page_ring is optional
+    - i40e: fix use-after-free in i40e_sync_filters_subtask()
+    - i40e: Fix for displaying message regarding NVM version
+    - i40e: Fix incorrect netdev's real number of RX/TX queues
+    - ipv4: Check attribute length for RTA_GATEWAY in multipath route
+    - ipv4: Check attribute length for RTA_FLOW in multipath route
+    - ipv6: Check attribute length for RTA_GATEWAY in multipath route
+    - ipv6: Check attribute length for RTA_GATEWAY when deleting multipath route
+    - lwtunnel: Validate RTA_ENCAP_TYPE attribute length
+    - sctp: hold endpoint before calling cb in sctp_transport_lookup_process
+    - batman-adv: mcast: don't send link-local multicast to mcast routers
+    - sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc
+    - net: ena: Fix undefined state when tx request id is out of bounds
+    - net: ena: Fix wrong rx request id by resetting device
+    - net: ena: Fix error handling when calculating max IO queues number
+    - md/raid1: fix missing bitmap update w/o WriteMostly devices
+    - [x86] KVM: x86: Check for rmaps allocation
+    - cgroup: Use open-time credentials for process migraton perm checks
+      (CVE-2021-4197)
+    - cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv
+      (CVE-2021-4197)
+    - cgroup: Use open-time cgroup namespace for process migration perm checks
+      (CVE-2021-4197)
+    - Revert "i2c: core: support bus regulator controlling in adapter"
+    - xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocate
+      (CVE-2021-4155)
+    - power: supply: core: Break capacity loop
+    - rndis_host: support Hytera digital radios
+    - net ticp:fix a kernel-infoleak in __tipc_sendmsg()
+    - phonet: refcount leak in pep_sock_accep (CVE-2021-45095)
+    - fbdev: fbmem: add a helper to determine if an aperture is used by a fw fb
+    - drm/amdgpu: disable runpm if we are the primary adapter
+    - [arm64] power: bq25890: Enable continuous conversion for ADC at charging
+    - ipv6: Continue processing multipath route even if gateway attribute is
+      invalid
+    - ipv6: Do cleanup if attribute validation fails in multipath route
+    - drm/amdgpu: fix dropped backing store handling in
+      amdgpu_dma_buf_move_notify
+    - scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown()
+    - ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivate
+    - net: udp: fix alignment problem in udp4_seq_show()
+    - atlantic: Fix buff_ring OOB in aq_ring_rx_clean
+    - drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resume
+    - drm/amdgpu: always reset the asic in suspend (v2)
+    - drm/amdgpu: put SMU into proper state on runpm suspending for BOCO capable
+      platform
+    - mISDN: change function names to avoid conflicts
+    - drm/amd/display: fix B0 TMDS deepcolor no dislay issue
+    - drm/amd/display: Added power down for DCN10
+    - ipv6: raw: check passed optlen before reading
+    - Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)"
+    - drm/amd/pm: keep the BACO feature enabled for suspend
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.15
+    - workqueue: Fix unbind_workers() VS wq_worker_running() race
+    - staging: r8188eu: switch the led off during deinit
+    - bpf: Fix out of bounds access from invalid *_or_null type verification
+      (CVE-2022-23222)
+    - Bluetooth: btusb: Add protocol for MediaTek bluetooth devices(MT7922)
+    - Bluetooth: btusb: Add the new support ID for Realtek RTL8852A
+    - Bluetooth: btusb: Add support for IMC Networks Mediatek Chip(MT7921)
+    - Bbluetooth: btusb: Add another Bluetooth part for Realtek 8852AE
+    - Bluetooth: btusb: fix memory leak in btusb_mtk_submit_wmt_recv_urb()
+    - Bluetooth: btusb: enable Mediatek to support AOSP extension
+    - Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AE
+    - Bluetooth: btusb: Add the new support IDs for WCN6855
+    - fget: clarify and improve __fget_files() implementation
+    - Bluetooth: btusb: Add one more Bluetooth part for WCN6855
+    - Bluetooth: btusb: Add two more Bluetooth parts for WCN6855
+    - Bluetooth: btusb: Add support for Foxconn MT7922A
+    - Bluetooth: btintel: Fix broken LED quirk for legacy ROM devices
+    - Bluetooth: btusb: Add support for Foxconn QCA 0xe0d0
+    - Bluetooth: bfusb: fix division by zero in send path
+    - [armhf] dts: exynos: Fix BCM4330 Bluetooth reset polarity in I9100
+    - USB: core: Fix bug in resuming hub's handling of wakeup requests
+    - USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_status
+    - ath11k: Fix buffer overflow when scanning with extraie
+    - mmc: sdhci-pci: Add PCI ID for Intel ADL
+    - Bluetooth: add quirk disabling LE Read Transmit Power
+    - Bluetooth: btbcm: disable read tx power for some Macs with the T2 Security
+      chip
+    - Bluetooth: btbcm: disable read tx power for MacBook Air 8,1 and 8,2
+    - veth: Do not record rx queue hint in veth_xmit
+    - [x86] mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe()
+    - can: gs_usb: fix use of uninitialized variable, detach device on reception
+      of invalid USB data
+    - can: isotp: convert struct tpcon::{idx,len} to unsigned int
+    - can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}
+    - random: fix data race on crng_node_pool
+    - random: fix data race on crng init time
+    - random: fix crash on multiple early calls to add_bootloader_randomness()
+    - [x86] platform/x86/intel: hid: add quirk to support Surface Go 3
+    - media: Revert "media: uvcvideo: Set unique vdev name based in type"
+    - [x86] drm/i915: Avoid bitwise vs logical OR warning in
+      snb_wm_latency_quirk()
+
+  [ Ben Hutchings ]
+  * Bump ABI to 3
+  * wait: Export new function __wake_up_pollfree() needed by binder
+  * [rt] Add new signing key for Clark Williams
+  * [rt] Update to 5.15.10-rt24
+  * debian/control: Add version to libopencsd-dev build-dependency
+  * [armhf] media: Set MEDIA_SUPPORT=m so drivers are no longer built-in
+
+  [ Andrew Balmos ]
+  * net/can: Enable CONFIG_CAN_MCP251X as module
+
+  [ Salvatore Bonaccorso ]
+  * drivers/infiniband/hw/irdma: Enable INFINIBAND_IRDMA as module
+    (Closes: #1003082)
+  * vfs: fs_context: fix up param length parsing in legacy_parse_param
+    (CVE-2022-0185)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 18 Jan 2022 22:31:03 +0100
+
+linux (5.15.5-2) unstable; urgency=medium
+
+  * atlantic: Fix OOB read and write in hw_atl_utils_fw_rpc_wait
+    (CVE-2021-43975)
+  * fget: check that the fd still exists after getting a ref to it
+    (CVE-2021-4083)
+  * USB: gadget: detect too-big endpoint 0 requests (CVE-2021-39685)
+  * USB: gadget: zero allocate endpoint 0 buffers (CVE-2021-39685)
+  * [x86] Revert "drm/i915: Implement Wa_1508744258" (Closes: #1001128)
+  * nfsd: fix use-after-free due to delegation race (Closes: #988044)
+  * bpf: Fix kernel address leakage in atomic fetch
+  * bpf: Fix signed bounds propagation after mov32
+  * bpf: Make 32->64 bounds propagation slightly more robust
+  * bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 19 Dec 2021 00:20:10 +0100
+
+linux (5.15.5-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.4
+    - string: uninline memcpy_and_pad
+    - [x86] KVM: Fix steal time asm constraints
+    - btrfs: introduce btrfs_is_data_reloc_root
+    - btrfs: zoned: add a dedicated data relocation block group
+    - btrfs: zoned: only allow one process to add pages to a relocation inode
+    - btrfs: zoned: use regular writes for relocation
+    - btrfs: check for relocation inodes on zoned btrfs in should_nocow
+    - btrfs: zoned: allow preallocation for relocation inodes
+    - block: Add a helper to validate the block size
+    - loop: Use blk_validate_block_size() to validate block size
+    - Bluetooth: btusb: Add support for TP-Link UB500 Adapter
+    - PCI/MSI: Deal with devices lying about their MSI mask capability
+    - PCI: Add MSI masking quirk for Nvidia ION AHCI
+    - perf/core: Avoid put_page() when GUP fails
+    - thermal: Fix NULL pointer dereferences in of_thermal_ functions
+    - Revert "ACPI: scan: Release PM resources blocked by unused objects"
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.5
+    - [arm64] zynqmp: Do not duplicate flash partition label property
+    - [arm64] zynqmp: Fix serial compatible string
+    - [arm64,armhf] clk: sunxi-ng: Unregister clocks/resets when unbinding
+    - scsi: pm80xx: Fix memory leak during rmmod
+    - scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()
+    - [armhf] bus: ti-sysc: Add quirk handling for reinit on context lost
+    - [armhf] bus: ti-sysc: Use context lost quirk for otg
+    - [armhf] usb: musb: tusb6010: check return value after calling
+      platform_get_resource()
+    - [x86] usb: typec: tipd: Remove WARN_ON in tps6598x_block_read
+    - staging: rtl8723bs: remove possible deadlock when disconnect (v2)
+    - staging: rtl8723bs: remove a second possible deadlock
+    - staging: rtl8723bs: remove a third possible deadlock
+    - [arm64] dts: ls1012a: Add serial alias for ls1012a-rdb
+    - RDMA/rxe: Separate HW and SW l/rkeys
+    - [x86] ASoC: SOF: Intel: hda-dai: fix potential locking issue
+    - scsi: core: Fix scsi_mode_sense() buffer length handling
+    - ALSA: usb-audio: disable implicit feedback sync for Behringer UFX1204 and
+      UFX1604
+    - [armhf] clk: imx: imx6ul: Move csi_sel mux to correct base register
+    - ASoC: es8316: Use IRQF_NO_AUTOEN when requesting the IRQ
+    - [x86] ASoC: rt5651: Use IRQF_NO_AUTOEN when requesting the IRQ
+    - [x86] ASoC: nau8824: Add DMI quirk mechanism for active-high jack-detect
+    - scsi: advansys: Fix kernel pointer leak
+    - scsi: smartpqi: Add controller handshake during kdump
+    - [arm64] dts: imx8mm-kontron: Fix reset delays for ethernet PHY
+    - ALSA: intel-dsp-config: add quirk for APL/GLK/TGL devices based on ES8336
+      codec
+    - [x86] ASoC: Intel: soc-acpi: add missing quirk for TGL SDCA single amp
+    - [x86] ASoC: Intel: sof_sdw: add missing quirk for Dell SKU 0A45
+    - firmware_loader: fix pre-allocated buf built-in firmware use
+    - HID: multitouch: disable sticky fingers for UPERFECT Y
+    - ALSA: usb-audio: Add support for the Pioneer DJM 750MK2 Mixer/Soundcard
+    - ASoC: rt5682: fix a little pop while playback
+    - [amd64] iommu/vt-d: Do not falsely log intel_iommu is unsupported kernel
+      option
+    - tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc
+    - scsi: scsi_debug: Fix out-of-bound read in resp_readcap16()
+    - scsi: scsi_debug: Fix out-of-bound read in resp_report_tgtpgs()
+    - scsi: target: Fix ordered tag handling
+    - scsi: target: Fix alua_tg_pt_gps_count tracking
+    - iio: imu: st_lsm6dsx: Avoid potential array overflow in
+      st_lsm6dsx_set_odr()
+    - RDMA/core: Use kvzalloc when allocating the struct ib_port
+    - scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routine
+    - scsi: lpfc: Fix link down processing to address NULL pointer dereference
+    - scsi: lpfc: Allow fabric node recovery if recovery is in progress before
+      devloss
+    - [i386] ALSA: gus: fix null pointer dereference on pointer block
+    - ALSA: usb-audio: fix null pointer dereference on pointer cs_desc
+    - f2fs: fix up f2fs_lookup tracepoints
+    - f2fs: fix to use WHINT_MODE
+    - f2fs: fix wrong condition to trigger background checkpoint correctly
+    - f2fs: compress: disallow disabling compress on non-empty compressed file
+    - f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()
+    - [armhf] clk/ast2600: Fix soc revision for AHB
+    - [arm64] clk: qcom: gcc-msm8996: Drop (again) gcc_aggre1_pnoc_ahb_clk
+    - [arm64] KVM: arm64: Fix host stage-2 finalization
+    - sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()
+    - sched/fair: Prevent dead task groups from regaining cfs_rq's
+    - [x86] perf/x86/vlbr: Add c->flags to vlbr event constraints
+    - blkcg: Remove extra blkcg_bio_issue_init
+    - drm/nouveau: hdmigv100.c: fix corrupted HDMI Vendor InfoFrame
+    - bpf: Fix inner map state pruning regression.
+    - tcp: Fix uninitialized access in skb frags array for Rx 0cp.
+    - tracing: Add length protection to histogram string copies
+    - nl80211: fix radio statistics in survey dump
+    - mac80211: fix monitor_sdata RCU/locking assertions
+    - net: bnx2x: fix variable dereferenced before check
+    - bnxt_en: reject indirect blk offload when hw-tc-offload is off
+    - tipc: only accept encrypted MSG_CRYPTO msgs
+    - sock: fix /proc/net/sockstat underflow in sk_clone_lock()
+    - net/smc: Make sure the link_id is unique
+    - NFSD: Fix exposure in nfsd4_decode_bitmap()
+    - iavf: Fix return of set the new channel count
+    - iavf: check for null in iavf_fix_features
+    - iavf: free q_vectors before queues in iavf_disable_vf
+    - iavf: don't clear a lock we don't hold
+    - iavf: Fix failure to exit out from last all-multicast mode
+    - iavf: prevent accidental free of filter structure
+    - iavf: validate pointers
+    - iavf: Fix for the false positive ASQ/ARQ errors while issuing VF reset
+    - iavf: Fix for setting queues to 0
+    - iavf: Restore VLAN filters after link down
+    - bpf: Fix toctou on read-only map's constant scalar tracking
+      (CVE-2021-4001)
+    - [x86] platform/x86: hp_accel: Fix an error handling path in
+      'lis3lv02d_probe()'
+    - udp: Validate checksum in udp_read_sock()
+    - btrfs: make 1-bit bit-fields of scrub_page unsigned int
+    - RDMA/core: Set send and receive CQ before forwarding to the driver
+    - net/mlx5e: Wait for concurrent flow deletion during neigh/fib events
+    - net/mlx5: E-Switch, Fix resetting of encap mode when entering switchdev
+    - net/mlx5e: nullify cq->dbg pointer in mlx5_debug_cq_remove()
+    - net/mlx5: Update error handler for UCTX and UMEM
+    - net/mlx5: E-Switch, rebuild lag only when needed
+    - net/mlx5e: CT, Fix multiple allocations and memleak of mod acts
+    - net/mlx5: Lag, update tracker when state change event received
+    - net/mlx5: E-Switch, return error if encap isn't supported
+    - scsi: ufs: core: Improve SCSI abort handling
+    - scsi: core: sysfs: Fix hang when device state is set via sysfs
+    - scsi: ufs: core: Fix task management completion timeout race
+    - scsi: ufs: core: Fix another task management completion race
+    - [arm*] net: mvmdio: fix compilation warning
+    - net: sched: act_mirred: drop dst for the direction from egress to ingress
+    - [arm64] net: dpaa2-eth: fix use-after-free in dpaa2_eth_remove
+    - net: virtio_net_hdr_to_skb: count transport header in UFO
+    - i40e: Fix correct max_pkt_size on VF RX queue
+    - i40e: Fix NULL ptr dereference on VSI filter sync
+    - i40e: Fix changing previously set num_queue_pairs for PFs
+    - i40e: Fix ping is lost after configuring ADq on VF
+    - RDMA/mlx4: Do not fail the registration on port stats
+    - i40e: Fix warning message and call stack during rmmod i40e driver
+    - i40e: Fix creation of first queue by omitting it if is not power of two
+    - i40e: Fix display error code in dmesg
+    - e100: fix device suspend/resume (Closes: #995927)
+    - [powerpc*] KVM: PPC: Book3S HV: Use GLOBAL_TOC for
+      kvmppc_h_set_dabr/xdabr()
+    - [powerpc*] pseries: rename numa_dist_table to form2_distances
+    - [powerpc*] pseries: Fix numa FORM2 parsing fallback code
+    - [x86] perf/x86/intel/uncore: Fix filter_tid mask for CHA events on Skylake
+      Server
+    - [x86] perf/x86/intel/uncore: Fix IIO event constraints for Skylake Server
+    - [x86] perf/x86/intel/uncore: Fix IIO event constraints for Snowridge
+    - [s390x] kexec: fix return code handling
+    - blk-cgroup: fix missing put device in error path from blkg_conf_pref()
+    - tun: fix bonding active backup with arp monitoring
+    - tipc: check for null after calling kmemdup
+    - ipc: WARN if trying to remove ipc object which is absent
+    - shm: extend forced shm destroy to support objects from several IPC nses
+    - hugetlb, userfaultfd: fix reservation restore on userfaultfd error
+    - [x86] boot: Pull up cmdline preparation and early param parsing
+    - [x86] hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup
+      fails
+    - [x86] KVM: x86: Assume a 64-bit hypercall for guests with protected state
+    - [x86] KVM: x86: Fix uninitialized eoi_exit_bitmap usage in
+      vcpu_load_eoi_exitmap()
+    - [x86] KVM: x86/mmu: include EFER.LMA in extended mmu role
+    - [x86] KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFO
+    - [powerpc*] xive: Change IRQ domain to a tree domain
+    - [x86] Revert "drm/i915/tgl/dsi: Gate the ddi clocks after pll mapping"
+    - ata: libata: improve ata_read_log_page() error message
+    - ata: libata: add missing ata_identify_page_supported() calls
+    - scsi: qla2xxx: Fix mailbox direction flags in qla2xxx_get_adapter_id()
+    - [s390x] setup: avoid reserving memory above identity mapping
+    - [s390x] boot: simplify and fix kernel memory layout setup
+    - [s390x] vdso: filter out -mstack-guard and -mstack-size
+    - [s390x] dump: fix copying to user-space of swapped kdump oldmem
+    - block: Check ADMIN before NICE for IOPRIO_CLASS_RT
+    - fbdev: Prevent probing generic drivers if a FB is already registered
+    - [x86] KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUs
+    - [x86] KVM: nVMX: don't use vcpu->arch.efer when checking host state on
+      nested state load
+    - drm/cma-helper: Release non-coherent memory with dma_free_noncoherent()
+    - printk: restore flushing of NMI buffers on remote CPUs after NMI
+      backtraces
+    - udf: Fix crash after seekdir
+    - spi: fix use-after-free of the add_lock mutex
+    - [armhf] net: stmmac: socfpga: add runtime suspend/resume callback for
+      stratix10 platform
+    - [x86] Drivers: hv: balloon: Use VMBUS_RING_SIZE() wrapper for dm_ring_size
+    - btrfs: fix memory ordering between normal and ordered work functions
+    - fs: handle circular mappings correctly
+    - net: stmmac: Fix signed/unsigned wreckage
+    - cfg80211: call cfg80211_stop_ap when switch from P2P_GO type
+    - mac80211: drop check for DONT_REORDER in __ieee80211_select_queue
+    - drm/amd/display: Update swizzle mode enums
+    - drm/amd/display: Limit max DSC target bpp for specific monitors
+    - [x86] drm/i915/guc: Fix outstanding G2H accounting
+    - [x86] drm/i915/guc: Don't enable scheduling on a banned context, guc_id
+      invalid, not registered
+    - [x86] drm/i915/guc: Workaround reset G2H is received after schedule done
+      G2H
+    - [x86] drm/i915/guc: Don't drop ce->guc_active.lock when unwinding context
+    - [x86] drm/i915/guc: Unwind context requests in reverse order
+    - drm/udl: fix control-message timeout
+    - drm/prime: Fix use after free in mmap with drm_gem_ttm_mmap
+    - drm/nouveau: Add a dedicated mutex for the clients list (CVE-2020-27820)
+    - drm/nouveau: use drm_dev_unplug() during device removal (CVE-2020-27820)
+    - drm/nouveau: clean up all clients on device removal (CVE-2020-27820)
+    - [x86] drm/i915/dp: Ensure sink rate values are always valid
+    - [x86] drm/i915/dp: Ensure max link params are always valid
+    - [x86] drm/i915: Fix type1 DVI DP dual mode adapter heuristic for modern
+      platforms
+    - drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga
+      and dvi connectors
+    - drm/amd/pm: avoid duplicate powergate/ungate setting
+    - signal: Implement force_fatal_sig
+    - exit/syscall_user_dispatch: Send ordinary signals on failure
+    - [powerpc*] signal/powerpc: On swapcontext failure force SIGSEGV
+    - [s390x] signal/s390: Use force_sigsegv in default_trap_handler
+    - [x86] signal/x86: In emulate_vsyscall force a signal instead of calling
+      do_exit
+    - signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)
+    - signal: Don't always set SA_IMMUTABLE for forced signals
+    - signal: Replace force_fatal_sig with force_exit_sig when in doubt
+    - hugetlbfs: flush TLBs correctly after huge_pmd_unshare (CVE-2021-4002)
+    - RDMA/netlink: Add __maybe_unused to static inline in C file
+    - bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs
+    - selinux: fix NULL-pointer dereference when hashtab allocation fails
+    - ASoC: DAPM: Cover regression by kctl change notification fix
+    - ice: Fix VF true promiscuous mode
+    - ice: Delete always true check of PF pointer
+    - fs: export an inode_update_time helper
+    - btrfs: update device path inode time instead of bd_inode
+    - net: add and use skb_unclone_keeptruesize() helper
+    - [x86] ALSA: hda: hdac_ext_stream: fix potential locking issues
+    - ALSA: hda: hdac_stream: fix potential locking issue in
+      snd_hdac_stream_assign()
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.15.3-rt21
+  * Drop "arm64: dts: rockchip: disable USB type-c DisplayPort"
+  * [rt] Refresh "printk: move console printing to kthreads"
+  * [rt] Refresh "printk: remove deferred printing"
+  * Bump ABI to 2
+  * fuse: release pipe buf after last use (Closes: #1000504)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 26 Nov 2021 06:33:39 +0100
+
+linux (5.15.3-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.3
+    - Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()
+      (CVE-2021-3640)
+
+  [ Vincent Blut ]
+  * [arm64] sound/soc/meson: Enable SND_MESON_AXG_SOUND_CARD as module
+    (Closes: #999638)
+  * [arm64,armhf] sound/soc/meson: Enable SND_MESON_GX_SOUND_CARD as module
+  * drivers/bluetooth: Enable BT_HCIBTUSB_MTK (Closes: #999748)
+
+  [ Salvatore Bonaccorso ]
+  * mac80211: fix radiotap header generation
+  * [rt] Update to 5.15.2-rt20
+  * [rt] Refresh "printk: introduce kernel sync mode"
+  * [rt] Refresh "printk: move console printing to kthreads"
+  * [rt] Drop "rcutorture: Avoid problematic critical section nesting on
+    PREEMPT_RT"
+  * [rt] Drop "lockdep: Let lock_is_held_type() detect recursive read as read"
+  * [rt] Refresh "x86/softirq: Disable softirq stacks on PREEMPT_RT"
+  * [rt] Refresh "POWERPC: Allow to enable RT"
+  * Set ABI to 1
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 18 Nov 2021 22:32:07 +0100
+
+linux (5.15.2-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.2
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.15-rt17 and reenable (Closes: #995466)
+  * perf srcline: Use long-running addr2line per DSO (Closes: #911815)
+  * Refresh "Export symbols needed by Android drivers"
+  * [rt] Update to 5.15.2-rt19
+  * Input: elantench - fix misreporting trackpoint coordinates (Closes: #989285)
+  * kernel/time: Enable NO_HZ_FULL (Closes: #804857)
+  * io-wq: serialize hash clear with wakeup (Closes: #996951)
+
+  [ Vincent Blut ]
+  * [x86] drivers/ptp: Enable PTP_1588_CLOCK_VMW as module
+  * drivers/ptp: Enable PTP_1588_CLOCK_DTE, PTP_1588_CLOCK_IDT82P33,
+    PTP_1588_CLOCK_IDTCM, PTP_1588_CLOCK_OCP as modules
+  * drivers/ptp, net: Enable DP83640_PHY, PTP_1588_CLOCK_INES,
+    NET_PTP_CLASSIFY, NETWORK_PHY_TIMESTAMPING
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 14 Nov 2021 14:27:40 +0100
+
+linux (5.15.1-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.1
+
+  [ Salvatore Bonaccorso ]
+  * [arm*] drop cc-option fallbacks for architecture selection
+  * net/tls: Enable TLS as module (Closes: #919807)
+
+  [ Diederik de Haas ]
+  * [x86] drivers/hwmon: Enable SENSORS_CORSAIR_PSU as module
+  * [arm64] drivers/hwmon: Enable SENSORS_GPIO_FAN as module
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 07 Nov 2021 11:22:47 +0100
+
+linux (5.15-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Diederik de Haas ]
+  * [arm*] drivers/led/trigger: Make LEDS_TRIGGER_HEARTBEAT builtin
+    (Closes: #992184)
+  * [arm64] sound/soc/codecs: Enable SND_SOC_SPDIF as module
+  * [armel/rpi] Enable RPi's clock framework and CPU Freq scaling
+  * [armel/rpi] Change default governor to 'ondemand' for RPi 0/0w/1
+    (Closes: #991921)
+  * [arm64] sound/soc/rockchip: Enable SND_SOC_ROCKCHIP_PDM as module
+  * [armel] Make explicit that -rpi kernel variant is for RPi 0/0w/1, not the
+    others
+
+  [ Nathan Schulte ]
+  * [arm64] drivers/staging/media/hantro: Enable VIDEO_HANTRO as module
+  * [arm64] drivers/staging/media/rkvdec: Enable VIDEO_ROCKCHIP_VDEC as module
+    (Closes: #993902)
+
+  [ Vincent Blut ]
+  * [arm] arch/arm/crypto: Enable CRYPTO_BLAKE2S_ARM, CRYPTO_SHA256_ARM and
+    CRYPTO_SHA512_ARM as modules
+  * [armhf] arch/arm/crypto: Enable most NEON based implementation of
+    cryptographic algorithms as modules
+  * [arm] Move CRYPTO_NHPOLY1305_NEON in armhf config file
+  * [arm64] drivers/gpu/drm/vmwgfx: Enable DRM_VMWGFX as module
+    (Closes: #995276)
+  * [armhf] sound/soc/sunxi: Enable SND_SUN4I_I2S as module (Closes: #971892)
+  * [armhf] drivers/gpu/drm/bridge/synopsys: Enable DRM_DW_HDMI_I2S_AUDIO as
+    module
+  * drivers/usb/serial: Enable USB_SERIAL_XR as module (Closes: #996962)
+  * drivers/bus/mhi: Enable MHI_BUS, MHI_BUS_PCI_GENERIC as modules
+    (Closes: #995407)
+  * drivers/net: Enable MHI_NET as module
+  * drivers/net/wwan: Enable WWAN, MHI_WWAN_CTRL as modules
+
+  [ YunQiang Su ]
+  * [mipsel,mips64el/loongson-3] linux-image: Recommend pmon-update
+
+  [ Salvatore Bonaccorso ]
+  * Compile with gcc-11 on all architectures
+  * [arm64] drivers/net: Enable VMXNET3 as module
+
+  [ Uwe Kleine-König ]
+  * [arm64] Enable various symbols for the librem5 devkit and iMX8MN Variscite
+    Symphony (Patches by Guido Günther and Ariel D'Alessandro)
+  * [armhf,arm64] Cherrypick fix for snvs_pwrkey to prevent a machine hang.
+
+  [ Heiko Thiery ]
+  * [arm64] drivers/mtd/spi-nor: enable MTD_SPI_NOR as module
+  * [arm64] drivers/net/can/spi: enable CAN_MCP251X as module
+  * [arm64] drivers/net/phy: enable MICROSEMI_PHY as module
+  * [arm64] drivers/net/usb: enable USB_NET_SMSC95XX as module
+
+  [ Ryutaroh Matsumoto ]
+  * [arm64] Enable TOUCHSCREEN_RASPBERRYPI_FW and
+    REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY (Closes: #977575)
+
+  [ Ariel D'Alessandro ]
+  * [arm64] drivers/regulator: Enable REGULATOR_BD718XX as module
+
+  [ Lubomir Rintel ]
+  * [armhf] Add support for Marvell MMP3
+  * [armhf] Enable SND_MMP_SOC_SSPA, COMMON_CLK_MMP2_AUDIO, PHY_MMP3_USB,
+    MFD_ENE_KB3930 and LEDS_ARIEL as modules.
+
+  [ Sean McAvoy ]
+  * [armel] marvell: Enable CONFIG_SENSORS_LM63 as a module.
+
+  [ Dan Stefura ]
+  * [arm64] enable i6300esb watchdog kernel module
+
+  [ Thore Sommer ]
+  * drivers/md: Enable DM_VERITY_FEC
+
+  [ Aurelien Jarno ]
+  * [riscv64] Enable NUMA (Closes: #993453)
+
+ -- Bastian Blank <bastian.blank@credativ.de>  Thu, 04 Nov 2021 09:01:01 +0100
+
+linux (5.14.16-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.14.13
+    - ext4: check and update i_disksize properly
+    - ext4: correct the error path of ext4_write_inline_data_end()
+    - [x86] ASoC: Intel: sof_sdw: tag SoundWire BEs as non-atomic
+    - ALSA: oxfw: fix transmission method for Loud models based on OXFW971
+    - ALSA: usb-audio: Unify mixer resume and reset_resume procedure
+    - HID: apple: Fix logical maximum and usage maximum of Magic Keyboard JIS
+    - netfilter: ip6_tables: zero-initialize fragment offset
+    - HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) device IDs
+    - [x86] ASoC: SOF: loader: release_firmware() on load failure to avoid
+      batching
+    - netfilter: nf_nat_masquerade: make async masq_inet6_event handling generic
+    - netfilter: nf_nat_masquerade: defer conntrack walk to work queue
+    - mac80211: Drop frames from invalid MAC address in ad-hoc mode
+    - [m68k] Handle arrivals of multiple signals correctly
+    - net: prevent user from passing illegal stab size
+    - mac80211: check return value of rhashtable_init
+    - [x86] vboxfs: fix broken legacy mount signature checking
+    - drm/amdgpu: fix gart.bo pin_count leak
+    - scsi: ses: Fix unsigned comparison with less than zero
+    - scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"
+    - scsi: qla2xxx: Fix excessive messages during device logout
+    - perf/core: fix userpage->time_enabled of inactive events
+    - sched: Always inline is_percpu_thread()
+    - io_uring: kill fasync
+    - [armhf] hwmon: (pmbus/ibm-cffps) max_power_out swap changes
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.14.14
+    - ALSA: usb-audio: Add quirk for VF0770
+    - ALSA: pcm: Workaround for a wrong offset in SYNC_PTR compat ioctl
+    - ALSA: usb-audio: Fix a missing error check in scarlett gen2 mixer
+    - ALSA: seq: Fix a potential UAF by wrong private_free call order
+    - ALSA: hda/realtek: Enable 4-speaker output for Dell Precision 5560 laptop
+    - ALSA: hda - Enable headphone mic on Dell Latitude laptops with ALC3254
+    - ALSA: hda/realtek: Complete partial device name to avoid ambiguity
+    - ALSA: hda/realtek: Add quirk for Clevo X170KM-G
+    - ALSA: hda/realtek - ALC236 headset MIC recording issue
+    - ALSA: hda/realtek: Add quirk for TongFang PHxTxX1
+    - ALSA: hda/realtek: Fix for quirk to enable speaker output on the Lenovo
+      13s Gen2
+    - ALSA: hda/realtek: Fix the mic type detection issue for ASUS G551JW
+    - [amd64] platform/x86: amd-pmc: Add alternative acpi id for PMC controller
+    - dm: fix mempool NULL pointer race when completing IO
+    - [x86] ACPI: PM: Include alternate AMDI0005 id in special behaviour
+    - dm rq: don't queue request to blk-mq during DM suspend
+    - [s390x] fix strrchr() implementation
+    - drm/fbdev: Clamp fbdev surface size if too large
+    - [arm64] hugetlb: fix CMA gigantic page order for non-4K PAGE_SIZE
+    - drm/nouveau/fifo: Reinstate the correct engine bit programming
+    - [arm64] drm/msm: Do not run snapshot on non-DPU devices
+    - [arm64] drm/msm: Avoid potential overflow in timeout_to_jiffies()
+    - btrfs: unlock newly allocated extent buffer after error
+    - btrfs: deal with errors when replaying dir entry during log replay
+    - btrfs: deal with errors when adding inode reference during log replay
+    - btrfs: check for error when looking up inode during dir entry replay
+    - btrfs: update refs for any root except tree log roots
+    - btrfs: fix abort logic in btrfs_replace_file_extents
+    - [x86] resctrl: Free the ctrlval arrays when domain_setup_mon_state() fails
+    - [x86] mei: me: add Ice Lake-N device id.
+    - [x86] mei: hbm: drop hbm responses on early shutdown
+    - xhci: guard accesses to ep_state in xhci_endpoint_reset()
+    - xhci: add quirk for host controllers that don't update endpoint DCS
+    - xhci: Fix command ring pointer corruption while aborting a command
+    - xhci: Enable trust tx length quirk for Fresco FL11 USB controller
+    - cb710: avoid NULL pointer subtraction
+    - [arm64,x86] efi/cper: use stack buffer for error record decoding
+    - efi: Change down_interruptible() in virt_efi_reset_system() to
+      down_trylock()
+    - [armhf] usb: musb: dsps: Fix the probe error path
+    - Input: xpad - add support for another USB ID of Nacon GC-100
+    - USB: serial: qcserial: add EM9191 QDL support
+    - USB: serial: option: add Quectel EC200S-CN module support
+    - USB: serial: option: add Telit LE910Cx composition 0x1204
+    - USB: serial: option: add prod. id for Quectel EG91
+    - virtio: write back F_VERSION_1 before validate
+    - nvmem: Fix shift-out-of-bound (UBSAN) with byte size cells
+    - virtio-blk: remove unneeded "likely" statements
+    - Revert "virtio-blk: Add validation for block size in config space"
+    - [x86] fpu: Mask out the invalid MXCSR bits properly
+    - [x86] Kconfig: Do not enable AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT
+      automatically
+    - [powerpc*] xive: Discard disabled interrupts in get_irqchip_state()
+    - [armhf] drivers: bus: simple-pm-bus: Add support for probing simple bus
+      only devices
+    - driver core: Reject pointless SYNC_STATE_ONLY device links
+    - iio: adc: ad7192: Add IRQ flag
+    - iio: adc: ad7780: Fix IRQ flag
+    - iio: adc: ad7793: Fix IRQ flag
+    - iio: adis16480: fix devices that do not support sleep mode
+    - iio: adc128s052: Fix the error handling path of 'adc128_probe()'
+    - iio: adc: max1027: Fix wrong shift with 12-bit devices
+    - iio: adis16475: fix deadlock on frequency set
+    - iio: light: opt3001: Fixed timeout error when 0 lux
+    - iio: adc: max1027: Fix the number of max1X31 channels
+    - eeprom: at25: Add SPI ID table
+    - iio: dac: ti-dac5571: fix an error code in probe()
+    - [arm64] tee: optee: Fix missing devices unregister during optee_remove
+    - [armel,armhf] dts: bcm2711-rpi-4-b: Fix usb's unit address
+    - [armel,armhf] dts: bcm2711-rpi-4-b: fix sd_io_1v8_reg regulator states
+    - [armel,armhf] dts: bcm2711-rpi-4-b: Fix pcie0's unit address formatting
+    - nvme-pci: Fix abort command id
+    - sctp: account stream padding length for reconf chunk
+    - [arm64,armhf] gpio: pca953x: Improve bias setting
+    - net/smc: improved fix wait on already cleared link
+    - net/mlx5e: Fix memory leak in mlx5_core_destroy_cq() error path
+    - net/mlx5e: Mutually exclude RX-FCS and RX-port-timestamp
+    - net/mlx5e: Switchdev representors are not vlan challenged
+    - net: stmmac: fix get_hw_feature() on old hardware
+    - net: phy: Do not shutdown PHYs in READY state
+    - [arm64,armhf] net: dsa: mv88e6xxx: don't use PHY_DETECT on internal PHY's
+    - [arm64,armhf] net: dsa: fix spurious error message when unoffloaded port
+      leaves bridge
+    - ethernet: s2io: fix setting mac address during resume
+    - nfc: fix error handling of nfc_proto_register()
+    - NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()
+    - NFC: digital: fix possible memory leak in digital_in_send_sdd_req()
+    - pata_legacy: fix a couple uninitialized variable bugs
+    - ata: ahci_platform: fix null-ptr-deref in
+      ahci_platform_enable_regulators()
+    - spi: spidev: Add SPI ID table
+    - drm/edid: In connector_bad_edid() cap num_of_ext by num_blocks read
+    - [arm64] drm/msm: Fix null pointer dereference on pointer edp
+    - [arm64] drm/msm/mdp5: fix cursor-related warnings
+    - [arm64] drm/msm/submit: fix overflow check on 64-bit architectures
+    - [arm64] drm/msm/a6xx: Track current ctx by seqno
+    - [arm64] drm/msm/a4xx: fix error handling in a4xx_gpu_init()
+    - [arm64] drm/msm/a3xx: fix error handling in a3xx_gpu_init()
+    - [arm64] drm/msm/dsi: dsi_phy_14nm: Take ready-bit into account in
+      poll_for_ready
+    - [arm64] drm/msm/dsi: Fix an error code in msm_dsi_modeset_init()
+    - [arm64] drm/msm/dsi: fix off by one in dsi_bus_clk_enable error handling
+    - [arm64] acpi/arm64: fix next_platform_timer() section mismatch error
+    - [x86] platform/x86: intel_scu_ipc: Fix busy loop expiry time
+    - mqprio: Correct stats in mqprio_dump_class_stats().
+    - mptcp: fix possible stall on recvmsg()
+    - qed: Fix missing error code in qed_slowpath_start()
+    - ice: fix locking for Tx timestamp tracking flush
+    - nfp: flow_offload: move flow_indr_dev_register from app init to app start
+    - [arm64] net: mscc: ocelot: make use of all 63 PTP timestamp identifiers
+    - [arm64] net: mscc: ocelot: avoid overflowing the PTP timestamp FIFO
+    - [arm64] net: mscc: ocelot: warn when a PTP IRQ is raised for an unknown
+      skb
+    - [arm64] net: mscc: ocelot: deny TX timestamping of non-PTP packets
+    - [arm64] net: mscc: ocelot: cross-check the sequence id from the timestamp
+      FIFO with the skb PTP header
+    - [arm64] net: dsa: felix: break at first CPU port during init and teardown
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.14.15
+    - [armhf] dts: vexpress-v2p-ca9: Fix the SMB unit-address
+    - block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs output
+    - [x86] xen/x86: prevent PVH type from getting clobbered
+    - r8152: avoid to resubmit rx immediately
+    - drm/amdgpu: init iommu after amdkfd device init
+    - NFSD: Keep existing listeners on portlist error
+    - [powerpc*] powerpc/lib: Add helper to check if offset is within
+      conditional branch range
+    - [powerpc*] powerpc/bpf: Validate branch ranges
+    - [powerpc*] powerpc/security: Add a helper to query stf_barrier type
+    - [powerpc*] powerpc/bpf: Emit stf barrier instruction sequences for
+      BPF_NOSPEC
+    - [arm64] KVM: arm64: Fix host stage-2 PGD refcount
+    - [arm64] KVM: arm64: Release mmap_lock when using VM_SHARED with MTE
+    - netfilter: xt_IDLETIMER: fix panic that occurs when timer_type has garbage
+      value
+    - netfilter: nf_tables: skip netdev events generated on netns removal
+    - ice: Fix failure to re-add LAN/RDMA Tx queues
+    - ice: Avoid crash from unnecessary IDA free
+    - ice: fix getting UDP tunnel entry
+    - ice: Print the api_patch as part of the fw.mgmt.api
+    - netfilter: ip6t_rt: fix rt0_hdr parsing in rt_mt6
+    - netfilter: ipvs: make global sysctl readonly in non-init netns
+    - sctp: fix transport encap_port update in sctp_vtag_verify
+    - tcp: md5: Fix overlap between vrf and non-vrf keys
+    - ipv6: When forwarding count rx stats on the orig netdev
+    - hamradio: baycom_epp: fix build for UML
+    - net/sched: act_ct: Fix byte count on fragmented packets
+    - [arm64,armhf] net: dsa: Fix an error handling path in
+      'dsa_switch_parse_ports_of()'
+    - [powerpc*] smp: do not decrement idle task preempt count in CPU offline
+    - [arm64] net: hns3: Add configuration of TM QCN error event
+    - [arm64] net: hns3: reset DWRR of unused tc to zero
+    - [arm64] net: hns3: add limit ets dwrr bandwidth cannot be 0
+    - [arm64] net: hns3: schedule the polling again when allocation fails
+    - [arm64] net: hns3: fix vf reset workqueue cannot exit
+    - [arm64] net: hns3: disable sriov before unload hclge layer
+    - net: stmmac: Fix E2E delay mechanism
+    - ptp: Fix possible memory leak in ptp_clock_register()
+    - e1000e: Fix packet loss on Tiger Lake and later
+    - igc: Update I226_K device ID
+    - ice: Add missing E810 device ids
+    - net/mlx5e: IPsec: Fix a misuse of the software parser's fields
+    - net/mlx5e: IPsec: Fix work queue entry ethernet segment checksum flags
+    - [arm64] net: enetc: fix ethtool counter name for PM0_TERR
+    - [arm64] net: enetc: make sure all traffic classes can send large frames
+    - can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state
+      notification
+    - can: peak_pci: peak_pci_remove(): fix UAF
+    - can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX path
+    - can: isotp: isotp_sendmsg(): add result check for
+      wait_event_interruptible()
+    - can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in
+      isotp_sendmsg()
+    - can: j1939: j1939_tp_rxtimer(): fix errant alert in j1939_tp_rxtimer
+    - can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_priv
+    - can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with
+      error length
+    - can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytes
+    - ceph: skip existing superblocks that are blocklisted or shut down when
+      mounting
+    - ceph: fix handling of "meta" errors
+    - tracing: Have all levels of checks prevent recursion
+    - ocfs2: fix data corruption after conversion from inline format
+    - ocfs2: mount fails with buffer overflow in strlen
+    - userfaultfd: fix a race between writeprotect and exit_mmap()
+    - mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in
+      mbind()
+    - vfs: check fd has read access in kernel_read_file_from_fd()
+    - ALSA: usb-audio: Provide quirk for Sennheiser GSP670 Headset
+    - ALSA: hda/realtek: Add quirk for Clevo PC50HS
+    - ASoC: DAPM: Fix missing kctl change notifications
+    - [x86] ASoC: nau8824: Fix headphone vs headset, button-press detection no
+      longer working
+    - blk-cgroup: blk_cgroup_bio_start() should use irq-safe operations on
+      blkg->iostat_cpu
+    - audit: fix possible null-pointer dereference in audit_filter_rules
+    - ucounts: Move get_ucounts from cred_alloc_blank to
+      key_change_session_keyring
+    - ucounts: Pair inc_rlimit_ucounts with dec_rlimit_ucoutns in commit_creds
+    - ucounts: Proper error handling in set_cred_ucounts
+    - ucounts: Fix signal ucount refcounting
+    - [powerpc*] KVM: PPC: Book3S HV: Fix stack handling in
+      idle_kvm_start_guest()
+    - [powerpc*] KVM: PPC: Book3S HV: Make idle_kvm_start_guest() return 0 if it
+      went to guest (CVE-2021-43056)
+    - [powerpc*] idle: Don't corrupt back chain when going idle
+    - mm, slub: fix mismatch between reconstructed freelist depth and cnt
+    - mm, slub: fix potential memoryleak in kmem_cache_open()
+    - mm, slub: fix potential use-after-free in slab_debugfs_fops
+    - mm, slub: fix incorrect memcg slab count for bulk free
+    - [x86] KVM: nVMX: promptly process interrupts delivered while in guest mode
+    - [x86] KVM: SEV: Flush cache on non-coherent systems before
+      RECEIVE_UPDATE_DATA
+    - [x86] KVM: SEV-ES: rename guest_ins_data to sev_pio_data
+    - [x86] KVM: SEV-ES: clean up kvm_sev_es_ins/outs
+    - [x86] KVM: SEV-ES: keep INS functions together
+    - [x86] KVM: SEV-ES: fix length of string I/O
+    - [x86] KVM: SEV-ES: go over the sev_pio_data buffer in multiple passes if
+      needed
+    - [x86] KVM: SEV-ES: reduce ghcb_sa_len to 32 bits
+    - [x86] KVM: x86: leave vcpu->arch.pio.count alone in emulator_pio_in_out
+    - [x86] KVM: x86: check for interrupts before deciding whether to exit the
+      fast path
+    - [x86] KVM: x86: split the two parts of emulator_pio_in
+    - [x86] KVM: x86: remove unnecessary arguments from complete_emulator_pio_in
+    - nfc: nci: fix the UAF of rf_conn_info object (CVE-2021-3760)
+    - isdn: cpai: check ctr->cnr to avoid array index out of bound
+      (CVE-2021-3896)
+    - [sh4] net: bridge: mcast: use multicast_membership_interval for IGMPv3
+    - [x86] KVM: SEV-ES: Set guest_state_protected after VMSA update
+    - [arm64] net: hns3: fix the max tx size according to user manual
+    - [x86] KVM: MMU: Reset mmu->pkru_mask to avoid stale data
+    - [arm64] drm/msm/a6xx: Serialize GMU communication
+    - ALSA: hda: intel: Allow repeatedly probing on codec configuration errors
+    - btrfs: deal with errors when checking if a dir entry exists during log
+      replay
+    - net: stmmac: add support for dwmac 3.40a
+    - [x86] platform/x86: intel_scu_ipc: Increase virtual timeout to 10s
+    - [x86] platform/x86: intel_scu_ipc: Update timeout value in comment
+    - ALSA: hda: avoid write to STATESTS if controller is in reset
+    - spi: Fix deadlock when adding SPI controllers on SPI buses
+    - spi-mux: Fix false-positive lockdep splats
+    - [x86] perf/x86/msr: Add Sapphire Rapids CPU support
+    - scsi: iscsi: Fix set_param() handling
+    - [x86] scsi: storvsc: Fix validation for unsolicited incoming packets
+    - scsi: qla2xxx: Fix a memory leak in an error path of qla2x00_process_els()
+    - mm/thp: decrease nr_thps in file's mapping on THP split
+    - sched/scs: Reset the shadow stack when idle_task_exit
+    - [arm64] net: hns3: fix for miscalculation of rx unused desc
+    - net/mlx5: Lag, move lag destruction to a workqueue
+    - net/mlx5: Lag, change multipath and bonding to be mutually exclusive
+    - autofs: fix wait name hash calculation in autofs_wait()
+    - scsi: core: Fix shost->cmd_per_lun calculation in scsi_add_host_with_dma()
+    - [s390x] pci: cleanup resources only if necessary
+    - [s390x] pci: fix zpci_zdev_put() on reserve
+    - net: mdiobus: Fix memory leak in __mdiobus_register
+    - e1000e: Separate TGP board type from SPT
+    - [armhf] pinctrl: stm32: use valid pin identifier in stm32_pinctrl_resume()
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.14.16
+    - [armel,armhf] 9134/1: remove duplicate memcpy() definition
+    - [armel,armhf] 9139/1: kprobes: fix arch_init_kprobes() prototype
+    - [armel,armhf] 9148/1: handle CONFIG_CPU_ENDIAN_BE32 in
+      arch/arm/kernel/head.S
+    - usbnet: sanity check for maxpacket
+    - usbnet: fix error return code in usbnet_probe()
+    - pinctrl: amd: disable and mask interrupts on probe
+    - ata: sata_mv: Fix the error handling of mv_chip_id()
+    - tipc: fix size validations for the MSG_CRYPTO type (CVE-2021-43267)
+    - nfc: port100: fix using -ERRNO as command type mask
+    - Revert "net: mdiobus: Fix memory leak in __mdiobus_register"
+    - mmc: vub300: fix control-message timeouts
+    - mmc: cqhci: clear HALT state after CQE enable
+    - [armhf] mmc: dw_mmc: exynos: fix the finding clock sample value
+    - mmc: sdhci: Map more voltage level to SDHCI_POWER_330
+    - mmc: sdhci-pci: Read card detect from ACPI for Intel Merrifield
+    - [arm64,armhf] mmc: sdhci-esdhc-imx: clear the buffer_read_ready to reset
+      standard tuning circuit
+    - block: Fix partition check for host-aware zoned block devices
+    - ocfs2: fix race between searching chunks and release journal_head from
+      buffer_head
+    - nvme-tcp: fix H2CData PDU send accounting (again)
+    - cfg80211: scan: fix RCU in cfg80211_add_nontrans_list()
+    - cfg80211: fix management registrations locking
+    - net: lan78xx: fix division by zero in send path
+    - mm: hwpoison: remove the unnecessary THP check
+    - mm: filemap: check if THP has hwpoisoned subpage for PMD page fault
+    - mm, thp: bail out early in collapse_file for writeback page
+    - mm: khugepaged: skip huge page collapse for special files
+    - [arm64] dts: imx8mm-kontron: Fix polarity of reg_rst_eth2
+    - [arm64] dts: imx8mm-kontron: Fix CAN SPI clock frequency
+    - [arm64] dts: imx8mm-kontron: Fix connection type for VSC8531 RGMII PHY
+    - [arm64] dts: imx8mm-kontron: Set lower limit of VDD_SNVS to 800 mV
+    - [arm64] dts: imx8mm-kontron: Make sure SOC and DRAM supply voltages are
+      correct
+    - mac80211: mesh: fix HE operation element length check
+    - drm/ttm: fix memleak in ttm_transfered_destroy
+    - [x86] drm/i915: Convert unconditional clflush to drm_clflush_virt_range()
+    - [x86] drm/i915: Catch yet another unconditioal clflush
+    - [x86] drm/i915/dp: Skip the HW readout of DPCD on disabled encoders
+    - drm/amdgpu: Fix even more out of bound writes from debugfs
+    - drm/amdgpu: fix out of bounds write (CVE-2021-42327)
+    - drm/amdgpu: support B0&B1 external revision id for yellow carp
+    - drm/amd/display: Limit display scaling to up to true 4k for DCN 3.1
+    - drm/amd/display: Fix prefetch bandwidth calculation for DCN3.1
+    - drm/amd/display: increase Z9 latency to workaround underflow in Z9
+    - drm/amd/display: Increase watermark latencies for DCN3.1
+    - drm/amd/display: Moved dccg init to after bios golden init
+    - drm/amd/display: Fallback to clocks which meet requested voltage on DCN31
+    - drm/amd/display: Fix deadlock when falling back to v2 from v3
+    - Revert "watchdog: iTCO_wdt: Account for rebooting on second timeout"
+    - cgroup: Fix memory leak caused by missing cgroup_bpf_offline
+    - [riscv64] riscv, bpf: Fix potential NULL dereference
+    - tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict function
+    - bpf: Fix potential race in tail call compatibility check
+    - bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()
+    - [amd64] IB/qib: Protect from buffer overflow in struct qib_user_sdma_pkt
+      fields
+    - [amd64] IB/hfi1: Fix abba locking issue with sc_disable()
+    - nvmet-tcp: fix data digest pointer calculation
+    - nvme-tcp: fix data digest pointer calculation
+    - nvme-tcp: fix possible req->offset corruption
+    - ice: Respond to a NETDEV_UNREGISTER event for LAG
+    - RDMA/mlx5: Set user priority for DCT
+    - ice: check whether PTP is initialized in ice_ptp_release()
+    - [arm64] dts: allwinner: h5: NanoPI Neo 2: Fix ethernet node
+    - regmap: Fix possible double-free in regcache_rbtree_exit()
+    - net: batman-adv: fix error handling
+    - net-sysfs: initialize uid and gid before calling net_ns_get_ownership
+    - cfg80211: correct bridge/4addr mode check
+    - net: Prevent infinite while loop in skb_tx_hash()
+    - RDMA/mlx5: Initialize the ODP xarray when creating an ODP MR
+    - RDMA/sa_query: Use strscpy_pad instead of memcpy to copy a string
+    - net: ethernet: microchip: lan743x: Fix driver crash when lan743x_pm_resume
+      fails
+    - net: ethernet: microchip: lan743x: Fix dma allocation failure by using
+      dma_set_mask_and_coherent
+    - [arm64] net: hns3: fix pause config problem after autoneg disabled
+    - [arm64] net: hns3: fix data endian problem of some functions of debugfs
+    - net: ethernet: microchip: lan743x: Fix skb allocation failure
+    - phy: phy_ethtool_ksettings_get: Lock the phy for consistency
+    - phy: phy_ethtool_ksettings_set: Move after phy_start_aneg
+    - phy: phy_start_aneg: Add an unlocked version
+    - phy: phy_ethtool_ksettings_set: Lock the PHY while changing settings
+    - sctp: use init_tag from inithdr for ABORT chunk (CVE-2021-3772)
+    - sctp: fix the processing for INIT chunk (CVE-2021-3772)
+    - sctp: fix the processing for INIT_ACK chunk (CVE-2021-3772)
+    - sctp: fix the processing for COOKIE_ECHO chunk (CVE-2021-3772)
+    - sctp: add vtag check in sctp_sf_violation (CVE-2021-3772)
+    - sctp: add vtag check in sctp_sf_do_8_5_1_E_sa (CVE-2021-3772)
+    - sctp: add vtag check in sctp_sf_ootb (CVE-2021-3772)
+    - bpf: Use kvmalloc for map values in syscall
+    - [arm64] watchdog: sbsa: only use 32-bit accessors
+    - bpf: Move BPF_MAP_TYPE for INODE_STORAGE and TASK_STORAGE outside of
+      CONFIG_NET
+    - [arm64] net: hns3: add more string spaces for dumping packets number of
+      queue info in debugfs
+    - [arm64] net: hns3: expand buffer len for some debugfs command
+    - virtio-ring: fix DMA metadata flags
+    - [s390x] KVM: s390: clear kicked_mask before sleeping again
+    - [s390x] KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpu
+    - [powerpc*] scsi: ibmvfc: Fix up duplicate response detection
+    - [riscv64] fix misalgned trap vector base address
+    - [x86] KVM: switch pvclock_gtod_sync_lock to a raw spinlock
+    - [x86] KVM: SEV-ES: fix another issue with string I/O VMGEXITs
+    - [x86] KVM: Take srcu lock in post_kvm_run_save()
+
+  [ Salvatore Bonaccorso ]
+  * Revert "[amd64] Unset AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT"
+  * Bump ABI to 4
+  * media: ir-kbd-i2c: improve responsiveness of hauppauge zilog receivers
+    (Closes: #994050)
+  * [x86] media: ite-cir: IR receiver stop working after receive overflow
+    (Closes: #996672)
+  * scsi: core: Put LLD module refcnt after SCSI device is released
+  * sfc: Fix reading non-legacy supported link modes
+  * vrf: Revert "Reset skb conntrack connection..."
+  * media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt()
+    (CVE-2021-42739)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 03 Nov 2021 15:35:31 +0100
+
+linux (5.14.12-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.14.10
+    - [arm64,armhf] media: cedrus: Fix SUNXI tile size calculation
+    - [arm64] ASoC: fsl_sai: register platform component before registering cpu
+      dai
+    - [armhf] ASoC: fsl_spdif: register platform component before registering
+      cpu dai
+    - [x86] ASoC: SOF: Fix DSP oops stack dump output contents
+    - [arm64] pinctrl: qcom: spmi-gpio: correct parent irqspec translation
+    - net/mlx4_en: Resolve bad operstate value
+    - [s390x] qeth: Fix deadlock in remove_discipline
+    - [s390x] qeth: fix deadlock during failing recovery
+    - [x86] crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()
+      (CVE-2021-3744, CVE-2021-3764)
+    - [m68k] Update ->thread.esp0 before calling syscall_trace() in
+      ret_from_signal
+    - [amd64] HID: amd_sfh: Fix potential NULL pointer dereference
+    - tty: Fix out-of-bound vmalloc access in imageblit
+    - cpufreq: schedutil: Use kobject release() method to free sugov_tunables
+    - scsi: qla2xxx: Changes to support kdump kernel for NVMe BFS
+    - drm/amdgpu: adjust fence driver enable sequence
+    - drm/amdgpu: avoid over-handle of fence driver fini in s3 test (v2)
+    - drm/amdgpu: stop scheduler when calling hw_fini (v2)
+    - cpufreq: schedutil: Destroy mutex before kobject_put() frees the memory
+    - scsi: ufs: ufs-pci: Fix Intel LKF link stability
+    - ALSA: rawmidi: introduce SNDRV_RAWMIDI_IOCTL_USER_PVERSION
+    - ALSA: firewire-motu: fix truncated bytes in message tracepoints
+    - ALSA: hda/realtek: Quirks to enable speaker output for Lenovo Legion 7i
+      15IMHG05, Yoga 7i 14ITL5/15ITL5, and 13s Gen2 laptops.
+    - [amd64,arm64] ACPI: NFIT: Use fallback node id when numa info in NFIT
+      table is incorrect
+    - fs-verity: fix signed integer overflow with i_size near S64_MAX
+    - hwmon: (tmp421) handle I2C errors
+    - hwmon: (w83793) Fix NULL pointer dereference by removing unnecessary
+      structure field
+    - hwmon: (w83792d) Fix NULL pointer dereference by removing unnecessary
+      structure field
+    - hwmon: (w83791d) Fix NULL pointer dereference by removing unnecessary
+      structure field
+    - [arm64,armhf] gpio: pca953x: do not ignore i2c errors
+    - scsi: ufs: Fix illegal offset in UPIU event trace
+    - mac80211: fix use-after-free in CCMP/GCMP RX
+    - [x86] platform/x86/intel: hid: Add DMI switches allow list
+    - [x86] kvmclock: Move this_cpu_pvti into kvmclock.h
+    - [x86] ptp: Fix ptp_kvm_getcrosststamp issue for x86 ptp_kvm
+    - [x86] KVM: x86: Fix stack-out-of-bounds memory access from
+      ioapic_write_indirect()
+    - [x86] KVM: x86: nSVM: don't copy virt_ext from vmcb12
+    - [x86] KVM: x86: Clear KVM's cached guest CR3 at RESET/INIT
+    - [x86] KVM: x86: Swap order of CPUID entry "index" vs. "significant flag"
+      checks
+    - [x86] KVM: nVMX: Filter out all unsupported controls when eVMCS was
+      activated
+    - [x86] KVM: SEV: Update svm_vm_copy_asid_from for SEV-ES
+    - [x86] KVM: SEV: Pin guest memory for write for RECEIVE_UPDATE_DATA
+    - [x86] KVM: SEV: Acquire vcpu mutex when updating VMSA
+    - [x86] KVM: SEV: Allow some commands for mirror VM
+    - [x86] KVM: SVM: fix missing sev_decommission in sev_receive_start
+    - [x86] KVM: nVMX: Fix nested bus lock VM exit
+    - [x86] KVM: VMX: Fix a TSX_CTRL_CPUID_CLEAR field mask issue
+    - RDMA/cma: Do not change route.addr.src_addr.ss_family
+    - RDMA/cma: Ensure rdma_addr_cancel() happens before issuing more requests
+    - nbd: use shifts rather than multiplies
+    - drm/amd/display: initialize backlight_ramping_override to false
+    - drm/amd/display: Pass PCI deviceid into DC
+    - drm/amd/display: Fix Display Flicker on embedded panels
+    - drm/amdgpu: force exit gfxoff on sdma resume for rmb s0ix
+    - drm/amdgpu: check tiling flags when creating FB on GFX8-
+    - drm/amdgpu: correct initial cp_hqd_quantum for gfx9
+    - [amd64] drm/i915/gvt: fix the usage of ww lock in gvt scheduler.
+    - ipvs: check that ip_vs_conn_tab_bits is between 8 and 20
+    - bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS prog
+    - IB/cma: Do not send IGMP leaves for sendonly Multicast groups
+    - RDMA/cma: Fix listener leak in rdma_cma_listen_on_all() failure
+    - netfilter: nf_tables: unlink table before deleting it
+    - netfilter: log: work around missing softdep backend module
+    - Revert "mac80211: do not use low data rates for data frames with no ack
+      flag"
+    - mac80211: Fix ieee80211_amsdu_aggregate frag_tail bug
+    - mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotap
+    - mac80211: mesh: fix potentially unaligned access
+    - mac80211-hwsim: fix late beacon hrtimer handling
+    - driver core: fw_devlink: Add support for
+      FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADD
+    - net: mdiobus: Set FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADD for mdiobus parents
+    - sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootb
+    - mptcp: don't return sockets in foreign netns
+    - mptcp: allow changing the 'backup' bit when no sockets are open
+    - [arm64] RDMA/hns: Work around broken constant propagation in gcc 8
+    - hwmon: (tmp421) report /PVLD condition as fault
+    - hwmon: (tmp421) fix rounding for negative values
+    - [arm64] net: enetc: fix the incorrect clearing of IF_MODE bits
+    - net: ipv4: Fix rtnexthop len when RTA_FLOW is present
+    - smsc95xx: fix stalled rx after link change
+    - [x86] drm/i915/request: fix early tracepoints
+    - [x86] drm/i915: Remove warning from the rps worker
+    - [arm64,armhf] dsa: mv88e6xxx: 6161: Use chip wide MAX MTU
+    - [arm64,armhf] dsa: mv88e6xxx: Fix MTU definition
+    - [arm64,armhf] dsa: mv88e6xxx: Include tagger overhead when setting MTU for
+      DSA and CPU ports
+    - e100: fix length calculation in e100_get_regs_len
+    - e100: fix buffer overrun in e100_get_regs
+    - [amd64] RDMA/hfi1: Fix kernel pointer leak
+    - [arm64] RDMA/hns: Fix the size setting error when copying CQE in
+      clean_cq()
+    - [arm64] RDMA/hns: Add the check of the CQE size of the user space
+    - bpf: Exempt CAP_BPF from checks against bpf_jit_limit
+    - [amd64] bpf, x86: Fix bpf mapping of atomic fetch implementation
+    - Revert "block, bfq: honor already-setup queue merges"
+    - scsi: csiostor: Add module softdep on cxgb4
+    - ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setup
+    - [arm64] net: hns3: do not allow call hns3_nic_net_open repeatedly
+    - [arm64] net: hns3: remove tc enable checking
+    - [arm64] net: hns3: don't rollback when destroy mqprio fail
+    - [arm64] net: hns3: fix mixed flag HCLGE_FLAG_MQPRIO_ENABLE and
+      HCLGE_FLAG_DCB_ENABLE
+    - [arm64] net: hns3: fix show wrong state when add existing uc mac address
+    - [arm64] net: hns3: reconstruct function hns3_self_test
+    - [arm64] net: hns3: fix always enable rx vlan filter problem after selftest
+    - [arm64] net: hns3: disable firmware compatible features when uninstall PF
+    - [arm64,armhf] net: phy: bcm7xxx: Fixed indirect MMD operations
+    - net: sched: flower: protect fl_walk() with rcu
+    - net: stmmac: fix EEE init issue when paired with EEE capable PHYs
+    - af_unix: fix races in sk_peer_pid and sk_peer_cred accesses
+    - [x86] perf/x86/intel: Update event constraints for ICX
+    - sched/fair: Add ancestors of unthrottled undecayed cfs_rq
+    - sched/fair: Null terminate buffer when updating tunable_scaling
+    - [armhf] hwmon: (occ) Fix P10 VRM temp sensors
+    - [x86] kvm: fix objtool relocation warning
+    - nvme: add command id quirk for apple controllers
+    - elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappings
+    - driver core: fw_devlink: Improve handling of cyclic dependencies
+    - debugfs: debugfs_create_file_size(): use IS_ERR to check for error
+    - ext4: fix loff_t overflow in ext4_max_bitmap_size()
+    - ext4: fix reserved space counter leakage
+    - ext4: add error checking to ext4_ext_replay_set_iblocks()
+    - ext4: fix potential infinite loop in ext4_dx_readdir()
+    - ext4: flush s_error_work before journal destroy in ext4_fill_super
+    - HID: u2fzero: ignore incomplete packets without data (Closes: #994535)
+    - net: udp: annotate data race around udp_sk(sk)->corkflag
+    - usb: hso: remove the bailout parameter
+    - HID: betop: fix slab-out-of-bounds Write in betop_probe
+    - netfilter: ipset: Fix oversized kvmalloc() calls
+    - mm: don't allow oversized kvmalloc() calls
+    - HID: usbhid: free raw_report buffers in usbhid_stop
+    - [x86] crypto: aesni - xts_crypt() return if walk.nbytes is 0
+    - [x86] KVM: x86: Handle SRCU initialization failure during page track init
+    - netfilter: conntrack: serialize hash resizes and cleanups
+    - netfilter: nf_tables: Fix oversized kvmalloc() calls
+    - [amd64] HID: amd_sfh: Fix potential NULL pointer dereference - take 2
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.14.11
+    - [arm64,armhf] spi: rockchip: handle zero length transfers without timing
+      out
+    - afs: Add missing vnode validation checks
+    - nfsd: back channel stuck in SEQ4_STATUS_CB_PATH_DOWN
+    - btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handling
+    - btrfs: fix mount failure due to past and transient device flush error
+    - net: mdio: introduce a shutdown method to mdio device drivers
+    - xen-netback: correct success/error reporting for the SKB-with-fraglist
+      case
+    - [sparc64] fix pci_iounmap() when CONFIG_PCI is not set
+    - scsi: sd: Free scsi_disk device via put_device()
+    - [arm*] usb: dwc2: check return value after calling platform_get_resource()
+    - Xen/gntdev: don't ignore kernel unmapping error
+    - swiotlb-xen: ensure to issue well-formed XENMEM_exchange requests
+    - nvme-fc: update hardware queues before using them
+    - nvme-fc: avoid race between time out and tear down
+    - [arm64] thermal/drivers/tsens: Fix wrong check for tzd in irq handlers
+    - scsi: ses: Retry failed Send/Receive Diagnostic commands
+    - [arm64,armhf] irqchip/gic: Work around broken Renesas integration
+    - smb3: correct smb3 ACL security descriptor
+    - [x86] insn, tools/x86: Fix undefined behavior due to potential unaligned
+      accesses
+    - io_uring: allow conditional reschedule for intensive iterators
+    - block: don't call rq_qos_ops->done_bio if the bio isn't tracked
+    - KVM: do not shrink halt_poll_ns below grow_start
+    - [x86] KVM: x86: reset pdptrs_from_userspace when exiting smm
+    - [x86] kvm: x86: Add AMD PMU MSRs to msrs_to_save_all[]
+    - [x86] KVM: x86: nSVM: restore int_vector in svm_clear_vintr
+    - [x86] perf/x86: Reset destroy callback on event init failure
+    - libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD.
+    - Revert "brcmfmac: use ISO3166 country code and 0 rev as fallback"
+    - [armhf] Revert "ARM: imx6q: drop of_platform_default_populate() from
+      init_machine"
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.14.12
+    - usb: cdc-wdm: Fix check for WWAN
+    - [arm64,armhf] usb: chipidea: ci_hdrc_imx: Also search for 'phys' phandle
+    - usb: gadget: f_uac2: fixed EP-IN wMaxPacketSize
+    - USB: cdc-acm: fix racy tty buffer accesses
+    - USB: cdc-acm: fix break reporting
+    - usb: typec: tcpm: handle SRC_STARTUP state if cc changes
+    - [x86] usb: typec: tipd: Remove dependency on "connector" child fwnode
+    - drm/amdgpu: During s0ix don't wait to signal GFXOFF
+    - drm/nouveau/kms/tu102-: delay enabling cursor until after assign_windows
+    - drm/nouveau/ga102-: support ttm buffer moves via copy engine
+    - [x86] drm/i915: Fix runtime pm handling in i915_gem_shrink
+    - [x86] drm/i915: Extend the async flip VT-d w/a to skl/bxt
+    - xen/privcmd: fix error handling in mmap-resource processing
+    - [arm64] mmc: meson-gx: do not use memcpy_to/fromio for dram-access-quirk
+    - ovl: fix missing negative dentry check in ovl_rename()
+    - ovl: fix IOCB_DIRECT if underlying fs doesn't support direct IO
+    - nfsd: fix error handling of register_pernet_subsys() in init_nfsd()
+    - nfsd4: Handle the NFSv4 READDIR 'dircount' hint being zero
+    - SUNRPC: fix sign error causing rpcsec_gss drops
+    - xen/balloon: fix cancelled balloon action
+    - [armhf] dts: omap3430-sdp: Fix NAND device node
+    - scsi: ufs: core: Fix task management completion
+    - [riscv64] Flush current cpu icache before other cpus
+    - [armhf] bus: ti-sysc: Add break in switch statement in sysc_init_soc()
+    - iwlwifi: mvm: Fix possible NULL dereference
+    - [arm64] soc: qcom: mdt_loader: Drop PT_LOAD check on hash segment
+    - [armhf] dts: imx: Add missing pinctrl-names for panel on M53Menlo
+    - [armhf] dts: imx: Fix USB host power regulator polarity on M53Menlo
+    - [amd64] PCI: hv: Fix sleep while in non-sleep context when removing child
+      devices from the bus
+    - iwlwifi: pcie: add configuration of a Wi-Fi adapter on Dell XPS 15
+    - netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1
+    - netfilter: nf_tables: add position handle in event notification
+    - netfilter: nf_tables: reverse order in rule replacement expansion
+    - [armel,armhf] bpf, arm: Fix register clobbering in div/mod implementation
+    - [armhf] soc: ti: omap-prm: Fix external abort for am335x pruss
+    - bpf: Fix integer overflow in prealloc_elems_and_freelist()
+      (CVE-2021-41864)
+    - net/mlx5e: IPSEC RX, enable checksum complete
+    - net/mlx5e: Keep the value for maximum number of channels in-sync
+    - net/mlx5: E-Switch, Fix double allocation of acl flow counter
+    - net/mlx5: Force round second at 1PPS out start time
+    - net/mlx5: Avoid generating event after PPS out in Real time mode
+    - net/mlx5: Fix length of irq_index in chars
+    - net/mlx5: Fix setting number of EQs of SFs
+    - net/mlx5e: Fix the presented RQ index in PTP stats
+    - phy: mdio: fix memory leak
+    - net_sched: fix NULL deref in fifo_set_limit()
+    - [arm64] net: mscc: ocelot: fix VCAP filters remaining active after being
+      deleted
+    - [arm64,armhf] net: stmmac: dwmac-rk: Fix ethernet on rk3399 based devices
+    - [mips*] Revert "add support for buggy MT7621S core detection"
+    - netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event
+      notification
+    - [i386] ptp_pch: Load module automatically if ID matches
+    - [armhf] dts: imx: change the spi-nor tx
+    - [arm64] dts: imx8: change the spi-nor tx
+    - [armhf] imx6: disable the GIC CPU interface before calling stby-poweroff
+      sequence
+    - [x86] drm/i915/audio: Use BIOS provided value for RKL HDA link
+    - [x86] drm/i915/jsl: Add W/A 1409054076 for JSL
+    - [x86] drm/i915/tc: Fix TypeC port init/resume time sanitization
+    - [x86] drm/i915/bdb: Fix version check
+    - netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()
+    - afs: Fix afs_launder_page() to set correct start file position
+    - net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()
+    - net: bridge: fix under estimation in br_get_linkxstats_size()
+    - net/sched: sch_taprio: properly cancel timer from taprio_destroy()
+    - net: sfp: Fix typo in state machine debug string
+    - net: pcs: xpcs: fix incorrect CL37 AN sequence
+    - netlink: annotate data races around nlk->bound
+    - drm/amdgpu: handle the case of pci_channel_io_frozen only in
+      amdgpu_pci_resume
+    - [armhf] bus: ti-sysc: Use CLKDM_NOAUTO for dra7 dcan1 for errata i893
+    - [arm64,armhf] drm/sun4i: dw-hdmi: Fix HDMI PHY clock setup
+    - drm/nouveau: avoid a use-after-free when BO init fails
+    - drm/nouveau/kms/nv50-: fix file release memory leak
+    - drm/nouveau/debugfs: fix file release memory leak
+    - net: pcs: xpcs: fix incorrect steps on disable EEE
+    - net: stmmac: trigger PCS EEE to turn off on link down
+    - [amd64,arm64] gve: Correct available tx qpl check
+    - [amd64,arm64] gve: Avoid freeing NULL pointer
+    - [amd64,arm64] gve: Properly handle errors in gve_assign_qpl
+    - rtnetlink: fix if_nlmsg_stats_size() under estimation
+    - [amd64,arm64] gve: fix gve_get_stats()
+    - [amd64,arm64] gve: report 64bit tx_bytes counter from
+      gve_handle_report_stats()
+    - i40e: fix endless loop under rtnl
+    - i40e: Fix freeing of uninitialized misc IRQ vector
+    - iavf: fix double unlock of crit_lock
+    - net: prefer socket bound to interface when not in VRF
+    - [powerpc*] iommu: Report the correct most efficient DMA mask for PCI
+      devices
+    - i2c: acpi: fix resource leak in reconfiguration device addition
+    - [riscv64] explicitly use symbol offsets for VDSO
+    - [riscv64] vdso: Refactor asm/vdso.h
+    - [riscv64] vdso: Move vdso data page up front
+    - [riscv64] vdso: make arch_setup_additional_pages wait for mmap_sem for
+      write killable
+    - [s390x] bpf, s390: Fix potential memory leak about jit_data
+    - [riscv64] Include clone3() on rv32
+    - scsi: iscsi: Fix iscsi_task use after free
+    - [powerpc*] bpf: Fix BPF_MOD when imm == 1
+    - [powerpc*] bpf: Fix BPF_SUB when imm == 0x80000000
+    - [powerpc*] 64s: fix program check interrupt emergency stack path
+    - [powerpc*] traps: do not enable irqs in _exception
+    - [powerpc*] 64s: Fix unrecoverable MCE calling async handler from NMI
+    - [powerpc*] pseries/eeh: Fix the kdump kernel crash during eeh_pseries_init
+    - [i386] x86/platform/olpc: Correct ifdef symbol to intended
+      CONFIG_OLPC_XO15_SCI
+    - [x86] fpu: Restore the masking out of reserved MXCSR bits
+    - [x86] entry: Correct reference to intended CONFIG_64_BIT
+    - [x86] hpet: Use another crystalball to evaluate HPET usability
+    - [arm64,armhf] dsa: tag_dsa: Fix mask for trunked packets
+
+  [ Ben Hutchings ]
+  * debian/.gitignore: Ignore debian/tests/control again
+  * integrity: Drop "MODSIGN: load blacklist from MOKx" as redundant after 5.13
+  * tools/perf: Fix warning introduced by "tools/perf: pmu-events: Fix
+    reproducibility"
+  * debian/rules.real: Stop invoking obsolete headers_check target
+  * libcpupower: Update symbols file for changes in 5.13.9-1~exp1
+
+  [ John Paul Adrian Glaubitz ]
+  * [alpha] Re-enable CONFIG_EISA which was disabled upstream by accident
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 3
+  * mm/secretmem: Fix NULL page->mapping dereference in page_is_secretmem()
+    (Closes: #996175)
+
+  [ Aurelien Jarno ]
+  * [riscv64] Improve HiFive Unmatched support: enable SENSORS_LM90.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 14 Oct 2021 08:39:01 +0200
+
+linux (5.14.9-2) unstable; urgency=medium
+
+  * [amd64] Unset AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT.
+    Do not activate AMD Secure Memory Encryption (SME) by default, until
+    AMDGPU related incompatibilities are fixed. (Closes: #994453)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 03 Oct 2021 22:14:52 +0200
+
+linux (5.14.9-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.14.7
+    - [amd64] net: stmmac: fix MAC not working when system resume back with WoL
+      active
+    - [amd64,arm64] swiotlb-xen: avoid double free
+    - swiotlb-xen: fix late init retry
+    - [amd64] xen: reset legacy rtc flag for PV domU
+    - [amd64] xen: fix usage of pmd_populate in mremap for pv guests
+    - [arm64] sve: Use correct size when reinitialising SVE state
+    - PCI: Add AMD GPU multi-function power dependencies
+    - drm/amd/display: dsc mst 2 4K displays go dark with 2 lane HBR3
+    - drm/amd/display: Fix white screen page fault for gpuvm
+    - drm/amd/amdgpu: Increase HWIP_MAX_INSTANCE to 10
+    - drm/amdgpu: use IS_ERR for debugfs APIs
+    - drm/amdgpu: fix use after free during BO move
+    - drm/amdgpu: add amdgpu_amdkfd_resume_iommu
+    - drm/amdgpu: move iommu_resume before ip init/resume
+    - drm/radeon: pass drm dev radeon_agp_head_init directly
+    - io_uring: allow retry for O_NONBLOCK if async is supported
+    - [x86] drm/i915/dp: Use max params for panels < eDP 1.4
+    - [armhf] drm/etnaviv: return context from etnaviv_iommu_context_get
+    - [armhf] drm/etnaviv: put submit prev MMU context when it exists
+    - [armhf] drm/etnaviv: stop abusing mmu_context as FE running marker
+    - [armhf] drm/etnaviv: keep MMU context across runtime suspend/resume
+    - [armhf] drm/etnaviv: exec and MMU state is lost when resetting the GPU
+    - [armhf] drm/etnaviv: fix MMU context leak on GPU reset
+    - [armhf] drm/etnaviv: reference MMU context when setting up hardware state
+    - [armhf] drm/etnaviv: add missing MMU context put when reaping MMU mapping
+    - [s390x] sclp: fix Secure-IPL facility detection
+    - net: qrtr: revert check in qrtr_endpoint_post() (Closes: #995491)
+    - [x86] pat: Pass valid address to sanitize_phys()
+    - [x86] mm: Fix kern_addr_valid() to cope with existing but not present
+      entries
+    - x86/mce: Avoid infinite loop for copy from user recovery
+    - tipc: fix an use-after-free issue in tipc_recvmsg
+    - net: remove the unnecessary check in cipso_v4_doi_free
+    - net/{mlx5|nfp|bnxt}: Remove unnecessary RTNL lock assert
+    - net/l2tp: Fix reference count leak in l2tp_udp_recv_core
+    - r6040: Restore MDIO clock frequency after MAC reset
+    - tipc: increase timeout in tipc_sk_enqueue()
+    - [arm64] drm/rockchip: cdn-dp-core: Make cdn_dp_core_resume __maybe_unused
+    - rtc: cmos: Disable irq around direct invocation of cmos_interrupt()
+    - [x86] drm/i915/dp: return proper DPRX link training result
+    - net/mlx5: FWTrace, cancel work on alloc pd error flow
+    - net/mlx5: Fix potential sleeping in atomic context
+    - net: stmmac: fix system hang caused by eee_ctrl_timer during
+      suspend/resume
+    - igc: fix tunnel offloading
+    - nvme-tcp: fix io_work priority inversion
+    - [powerpc*] 64s: system call scv tabort fix for corrupt irq soft-mask state
+    - events: Reuse value read using READ_ONCE instead of re-reading it
+    - vhost_net: fix OoB on sendmsg() failure.
+    - net/af_unix: fix a data-race in unix_dgram_poll
+    - [arm64,armhf] net: dsa: destroy the phylink instance on any error in
+      dsa_slave_phy_setup
+    - tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()
+    - qed: Handle management FW error
+    - udp_tunnel: Fix udp_tunnel_nic work-queue type
+    - dt-bindings: arm: Fix Toradex compatible typo
+    - [powerpc*] KVM: PPC: Book3S HV: Tolerate treclaim. in fake-suspend mode
+      changing registers
+    - [powerpc*] 64s: system call rfscv workaround for TM bugs
+    - [powerpc*] mce: Fix access error in mce handler
+    - [s390x] pci_mmio: fully validate the VMA before calling follow_pte()
+    - bnxt_en: make bnxt_free_skbs() safe to call after bnxt_free_mem()
+    - [arm64] net: hns3: pad the short tunnel frame before sending to hardware
+    - [arm64] net: hns3: change affinity_mask to numa node range
+    - [arm64] net: hns3: disable mac in flr process
+    - [arm64] net: hns3: fix the timing issue of VF clearing interrupt sources
+    - net: stmmac: platform: fix build warning when with !CONFIG_PM_SLEEP
+    - [x86] Drivers: hv: vmbus: Fix kernel crash upon unbinding a device from
+      uio_hv_generic driver
+    - net/mlx5e: Fix mutual exclusion between CQE compression and HW TS
+    - ice: Correctly deal with PFs that do not support RDMA
+    - [arm64] net: hns3: fix the exception when query imp info
+    - nvme: avoid race in shutdown namespace removal
+    - blkcg: fix memory leak in blk_iolatency_init
+    - [arm64,armhf] net: dsa: flush switchdev workqueue before tearing down
+      CPU/DSA ports
+    - dt-bindings: mtd: gpmc: Fix the ECC bytes vs. OOB bytes equation
+    - PCI: Add ACS quirks for NXP LX2xx0 and LX2xx2 platforms
+    - fuse: fix use after free in fuse_read_interrupt()
+    - [arm64,armhf] PCI: tegra: Fix OF node reference leak
+    - [armhf] mfd: Don't use irq_create_mapping() to resolve a mapping
+    - [riscv64] fix the global name pfn_base confliction error
+    - [arm64] KVM: Make hyp_panic() more robust when protected mode is enabled
+    - tracing/probes: Reject events which have the same name of existing one
+    - PCI: Add ACS quirks for Cavium multi-function devices
+    - watchdog: Start watchdog in watchdog_set_last_hw_keepalive only if
+      appropriate
+    - Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6
+    - flow: fix object-size-mismatch warning in flowi{4,6}_to_flowi_common()
+    - net: usb: cdc_mbim: avoid altsetting toggling for Telit LN920
+    - block, bfq: honor already-setup queue merges
+    - [i386] PCI: ibmphp: Fix double unmap of io_mem
+    - loop: reduce the loop_ctl_mutex scope
+    - ethtool: Fix an error code in cxgb2.c
+    - net: phylink: add suspend/resume support
+    - mfd: axp20x: Update AXP288 volatile ranges
+    - PCI: of: Don't fail devm_pci_alloc_host_bridge() on missing 'ranges'
+    - netfilter: nft_ct: protect nft_ct_pcpu_template_refcnt with mutex
+    - [arm64] KVM: Restrict IPA size to maximum 48 bits on 4K and 16K page size
+    - PCI: Fix pci_dev_str_match_path() alloc while atomic bug
+    - mtd: mtdconcat: Judge callback existence based on the master
+    - mtd: mtdconcat: Check _read, _write callbacks existence before assignment
+    - [arm64] KVM: Fix read-side race on updates to vcpu reset state
+    - [arm64] KVM: Handle PSCI resets before userspace touches vCPU state
+    - PCI/PTM: Remove error message at boot
+    - watchdog: Fix NULL pointer dereference when releasing cdev
+    - mtd: rawnand: cafe: Fix a resource leak in the error handling path of
+      'cafe_nand_probe()'
+    - [arm64] gpio: mpc8xxx: Fix a resources leak in the error handling path of
+      'mpc8xxx_probe()'
+    - [arm64] gpio: mpc8xxx: Fix a potential double iounmap call in
+      'mpc8xxx_probe()'
+    - [arm64] gpio: mpc8xxx: Use 'devm_gpiochip_add_data()' to simplify the code
+      and avoid a leak
+    - io_uring: retry in case of short read on block device
+    - mptcp: fix possible divide by zero
+    - net: hso: add failure handler for add_net_device
+    - [armhf] net: dsa: b53: Fix calculating number of switch ports
+    - [armhf] net: dsa: b53: Set correct number of ports in the DSA struct
+    - mptcp: Only send extra TCP acks in eligible socket states
+    - netfilter: socket: icmp6: fix use-after-scope
+    - fq_codel: reject silly quantum parameters
+    - qlcnic: Remove redundant unlock in qlcnic_pinit_from_rom
+    - iwlwifi: move get pnvm file name to a separate function
+    - iwlwifi: pnvm: Fix a memory leak in 'iwl_pnvm_get_from_fs()'
+    - ip_gre: validate csum_start only on pull
+    - [armhf] net: dsa: b53: Fix IMP port setup on BCM5301x
+    - bnxt_en: fix stored FW_PSID version masks
+    - bnxt_en: Fix asic.rev in devlink dev info command
+    - bnxt_en: Fix possible unintended driver initiated error recovery
+    - ip6_gre: Revert "ip6_gre: add validation for csum_start"
+    - mfd: lpc_sch: Rename GPIOBASE to prevent build error
+    - cxgb3: fix oops on module removal
+    - bnxt_en: Fix error recovery regression
+    - [armhf] net: dsa: bcm_sf2: Fix array overrun in bcm_sf2_num_active_ports()
+    - [s390x] bpf: Fix optimizing out zero-extensions
+    - [s390x] bpf: Fix 64-bit subtraction of the -0x80000000 constant
+    - [s390x] bpf: Fix branch shortening during codegen pass
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.14.8
+    - PCI: pci-bridge-emul: Add PCIe Root Capabilities Register
+    - [arm64] PCI: aardvark: Fix reporting CRS value
+    - console: consume APC, DM, DCS
+    - [x86] staging: rtl8192u: Fix bitwise vs logical operator in
+      TranslateRxSignalStuff819xUsb()
+    - coredump: fix memleak in dump_vma_snapshot()
+    - [arm64] RDMA/hns: Enable stash feature of HIP09
+    - RDMA/mlx5: Fix xlt_chunk_align calculation
+    - dmaengine: acpi: Avoid comparison GSI with Linux vIRQ
+    - staging: rtl8723bs: fix wpa_set_auth_algs() function
+    - [armhf] thermal/drivers/exynos: Fix an error code in exynos_tmu_probe()
+    - 9p/trans_virtio: Remove sysfs file on probe failure
+    - prctl: allow to setup brk for et_dyn executables
+    - nilfs2: use refcount_dec_and_lock() to fix potential UAF
+    - profiling: fix shift-out-of-bounds bugs
+    - PM: sleep: core: Avoid setting power.must_resume to false
+    - ceph: cancel delayed work instead of flushing on mdsc teardown
+    - platform/chrome: sensorhub: Add trace events for sample
+    - platform/chrome: cros_ec_trace: Fix format warnings
+    - [s390x] entry: make oklabel within CHKSTG macro local
+    - SUNRPC: don't pause on incomplete allocation
+    - init: move usermodehelper_enable() to populate_rootfs()
+    - thermal/core: Fix thermal_cooling_device_register() prototype
+    - drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()
+    - [amd64] iommu/amd: Relocate GAMSup check to early_enable_iommus
+    - [amd64] iommu/vt-d: Fix PASID leak in intel_svm_unbind_mm()
+    - [amd64] iommu/vt-d: Fix a deadlock in intel_svm_drain_prq()
+    - [arm64] mm: limit linear region to 51 bits for KVM in nVHE mode
+    - drm/ttm: Fix a deadlock if the target BO is not idle during swap
+    - of: property: Disable fw_devlink DT support for X86
+    - [riscv64] dts: microchip: mpfs-icicle: Fix serial console
+    - [arm64,armhf] ASoC: audio-graph: respawn Platform Support
+    - [x86] ACPI: PM: s2idle: Run both AMD and Microsoft methods if both are
+      supported
+    - ceph: fix memory leak on decode error in ceph_handle_caps
+    - ceph: request Fw caps before updating the mtime in ceph_write_iter
+    - ceph: remove the capsnaps when removing caps
+    - ceph: lockdep annotations for try_nonblocking_invalidate
+    - [s390x] unwind: use current_frame_address() to unwind current task
+    - btrfs: update the bdev time directly when closing
+    - btrfs: delay blkdev_put until after the device remove
+    - btrfs: fix lockdep warning while mounting sprout fs
+    - nilfs2: fix memory leak in nilfs_sysfs_create_device_group
+    - nilfs2: fix NULL pointer in nilfs_##name##_attr_release
+    - nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group
+    - nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group
+    - nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group
+    - nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group
+    - drm/amdgpu: Fixes to returning VBIOS RAS EEPROM address
+    - drm/amdgpu: fix fdinfo race with process exit
+    - [arm64,armhf] pwm: rockchip: Don't modify HW state in .remove() callback
+    - [armhf] pwm: stm32-lp: Don't modify HW state in .remove() callback
+    - nvmet: fixup buffer overrun in nvmet_subsys_attr_serial()
+    - block: genhd: don't call blkdev_show() with major_names_lock held
+    - blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
+    - blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queues
+    - sched/idle: Make the idle timer expire in hard interrupt context
+    - cifs: properly invalidate cached root handle when closing it
+    - io_uring: fix off-by-one in BUILD_BUG_ON check of __REQ_F_LAST_BIT
+    - selinux,smack: fix subjective/objective credential use mixups
+    - drm/nouveau/nvkm: Replace -ENOSYS with -ENODEV
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.14.9
+    - mm, hwpoison: add is_free_buddy_page() in HWPoisonHandlable()
+    - ocfs2: drop acl cache for directories too
+    - mm/debug: sync up MR_CONTIG_RANGE and MR_LONGTERM_PIN
+    - mm: fix uninitialized use in overcommit_policy_handler
+    - usb: gadget: u_audio: EP-OUT bInterval in fback frequency
+    - [arm*] usb: dwc2: gadget: Fix ISOC flow for BDMA and Slave
+    - [arm*] usb: dwc2: gadget: Fix ISOC transfer complete handling for DDMA
+    - [armhf] usb: musb: tusb6010: uninitialized data in
+      tusb_fifo_write_unaligned()
+    - cifs: Not to defer close on file when lock is set
+    - cifs: Fix soft lockup during fsstress
+    - cifs: fix incorrect check for null pointer in header_assemble
+    - [xen] x86: fix PV trap handling on secondary processors
+    - usb-storage: Add quirk for ScanLogic SL11R-IDE older than 2.6c
+    - USB: serial: cp210x: add ID for GW Instek GDM-834x Digital Multimeter
+    - USB: cdc-acm: fix minor-number release
+    - [arm*] binder: make sure fd closes complete
+    - [arm*] binder: fix freeze race
+    - [arm64] usb: isp1760: do not sleep in field register poll
+    - Re-enable UAS for LaCie Rugged USB3-FW with fk quirk
+    - [arm64,armhf] usb: dwc3: core: balance phy init and exit
+    - usb: core: hcd: Add support for deferring roothub registration
+    - USB: serial: mos7840: remove duplicated 0xac24 device ID
+    - USB: serial: option: add Telit LN920 compositions
+    - USB: serial: option: remove duplicate USB device ID
+    - USB: serial: option: add device id for Foxconn T99W265
+    - [powerpc*] misc: genwqe: Fixes DMA mask setting
+    - KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest
+    - erofs: fix up erofs_lookup tracepoint
+    - nexthop: Fix division by zero while replacing a resilient group
+    - btrfs: prevent __btrfs_dump_space_info() to underflow its free space
+    - xhci: Set HCD flag to defer primary roothub registration
+    - [arm64] serial: mvebu-uart: fix driver's tx_empty callback
+    - scsi: sd_zbc: Ensure buffer size is aligned to SECTOR_SIZE
+    - net: hso: fix muxed tty registration
+    - [amd64] platform/x86: amd-pmc: Increase the response register timeout
+    - [arm64] Restore forced disabling of KPTI on ThunderX
+    - [arm64] Mitigate MTE issues with str{n}cmp()
+    - [x86] comedi: Fix memory leak in compat_insnlist()
+    - afs: Fix page leak
+    - afs: Fix incorrect triggering of sillyrename on 3rd-party invalidation
+    - afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS server
+    - afs: Fix updating of i_blocks on file/dir extension
+    - virtio-net: fix pages leaking when building skb in big mode
+    - [arm64] enetc: Fix illegal access when reading affinity_hint
+    - [arm64] enetc: Fix uninitialized struct dim_sample field usage
+    - [arm64,armhf] net: dsa: tear down devlink port regions when tearing down
+      the devlink port on error
+    - napi: fix race inside napi_enable
+    - bnxt_en: Fix TX timeout when TX ring size is set to the smallest
+    - [arm64] net: hns3: fix change RSS 'hfunc' ineffective issue
+    - [arm64] net: hns3: fix inconsistent vf id print
+    - [arm64] net: hns3: fix misuse vf id and vport id in some logs
+    - [arm64] net: hns3: check queue id range before using
+    - [arm64] net: hns3: check vlan id before using it
+    - [arm64] net: hns3: fix a return value error in hclge_get_reset_status()
+    - net/smc: add missing error check in smc_clc_prfx_set()
+    - net/smc: fix 'workqueue leaked lock' in smc_conn_abort_work
+    - [arm64,armhf] net: dsa: fix dsa_tree_setup error path
+    - [arm64,armhf] net: dsa: don't allocate the slave_mii_bus using devres
+    - spi: Revert modalias changes
+    - [s390x] qeth: fix NULL deref in qeth_clear_working_pool_list()
+    - gpiolib: acpi: Make set-debounce-timeout failures non fatal
+    - qed: rdma - don't wait for resources under hw error recovery flow
+    - mptcp: ensure tx skbs always have the MPTCP ext
+    - nexthop: Fix memory leaks in nexthop notification chain listeners
+    - [arm64] net: mscc: ocelot: fix forwarding from BLOCKING ports remaining
+      enabled
+    - net/mlx4_en: Don't allow aRFS for encapsulated packets
+    - atlantic: Fix issue in the pm resume flow.
+    - scsi: iscsi: Adjust iface sysfs attr detection
+    - scsi: target: Fix the pgr/alua_support_store functions
+    - [x86] tty: synclink_gt: rename a conflicting function name
+    - [x86] fault: Fix wrong signal when vsyscall fails with pkey
+    - nvme-tcp: fix incorrect h2cdata pdu offset accounting
+    - nvme: keep ctrl->namespaces ordered
+    - thermal/core: Potential buffer overflow in
+      thermal_build_list_of_policies()
+    - cifs: fix a sign extension bug
+    - scsi: sd_zbc: Support disks with more than 2**32 logical blocks
+    - scsi: ufs: Revert "Utilize Transfer Request List Completion Notification
+      Register"
+    - scsi: ufs: Retry aborted SCSI commands instead of completing these
+      successfully
+    - scsi: ufs: core: Unbreak the reset handler
+    - scsi: qla2xxx: Restore initiator in dual mode
+    - scsi: lpfc: Use correct scnprintf() limit
+    - [arm64,armhf] irqchip/gic-v3-its: Fix potential VPE leak on error
+    - md: fix a lock order reversal in md_alloc
+    - [x86] asm: Fix SETZ size enqcmds() build failure
+    - io_uring: fix race between poll completion and cancel_hash insertion
+    - io_uring: fix missing set of EPOLLONESHOT for CQ ring overflow
+    - io_uring: put provided buffer meta data under memcg accounting
+    - io_uring: don't punt files update to io-wq unconditionally
+    - blktrace: Fix uaf in blk_trace access after removing by sysfs
+    - net: phylink: Update SFP selected interface on advertising changes
+    - net: stmmac: allow CSR clock of 300MHz
+    - blk-mq: avoid to iterate over stale request
+    - ipv6: delay fib6_sernum increase in fib6_add
+    - [x86] cpufreq: intel_pstate: Override parameters if HWP forced by BIOS
+    - bpf: Add oversize check before call kvcalloc()
+    - xen/balloon: use a kernel thread instead a workqueue
+    - nvme-multipath: fix ANA state updates when a namespace is not present
+    - nvme-rdma: destroy cm id before destroy qp to avoid use after free
+    - amd/display: downgrade validation failure log level
+    - drm/ttm: fix type mismatch error on sparc64
+    - block: check if a profile is actually registered in
+      blk_integrity_unregister
+    - block: flush the integrity workqueue in blk_integrity_unregister
+    - blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pd
+    - compiler.h: Introduce absolute_pointer macro
+    - qnx4: avoid stringop-overread errors
+    - drm/amd/display: Fix unstable HPCP compliance on Chrome Barcelo
+    - drm/amd/display: Link training retry fix for abort case
+    - amd/display: enable panel orientation quirks
+    - [arm64] Mark __stack_chk_guard as __ro_after_init
+    - net: 6pack: Fix tx timeout and slot time
+    - [arm64] spi: Fix tegra20 build with CONFIG_PM=n
+    - [arm*] Revert drm/vc4 hdmi runtime PM changes
+    - [x86] setup: Call early_reserve_memory() earlier
+    - [x86] thermal/drivers/int340x: Do not set a wrong tcc offset on resume
+    - [armhf] irqchip/armada-370-xp: Fix ack/eoi breakage
+    - [arm64] add MTE supported check to thread switching and syscall entry/exit
+    - USB: serial: cp210x: fix dropped characters with CP2102
+    - software node: balance refcount for managed software nodes
+    - xen/balloon: fix balloon kthread freezing
+    - qnx4: work around gcc false positive warning bug
+    - nvmet: fix a width vs precision bug in nvmet_subsys_attr_serial_show()
+    - usb: gadget: f_uac2: Add missing companion descriptor for feedback EP
+    - usb: gadget: f_uac2: Populate SS descriptors' wBytesPerInterval
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 2
+  * ext4: limit the number of blocks in one ADD_RANGE TLV (Closes: #995425)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 03 Oct 2021 14:09:38 +0200
+
+linux (5.14.6-3) unstable; urgency=medium
+
+  [ Salvatore Bonaccorso ]
+  * ethtool: Fix rxnfc copy to user buffer overflow (Closes: #995109)
+  * debian/bin/gencontrol.py: Fix under-indented line triggering pycodestyle
+    problem.
+  * [armhf] dts: sun7i: A20-olinuxino-lime2: Fix ethernet phy-mode
+
+  [ John Paul Adrian Glaubitz ]
+  * [ia64] Set CONFIG_CRYPTO_ZSTD=y to force CONFIG_ZSTD_COMPRESS=y
+  * [ia64] Drop udebs for legacy IDE support, removed upstream
+  * [m68k] Drop udebs for legacy IDE support, removed upstream
+  * [sh4] Set CONFIG_CC_OPTIMIZE_FOR_SIZE=y to reduce image size
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 28 Sep 2021 06:29:40 +0200
+
+linux (5.14.6-2) unstable; urgency=medium
+
+  * io_uring: ensure symmetry in handling iter types in loop_rw_iter()
+    (CVE-2021-41073)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 19 Sep 2021 10:49:04 +0200
+
+linux (5.14.6-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.14.4
+    - locking/mutex: Fix HANDOFF condition
+    - regmap: fix the offset of register error log
+    - sched/deadline: Fix reset_on_fork reporting of DL tasks
+    - power: supply: axp288_fuel_gauge: Report register-address on readb /
+      writeb errors
+    - sched/deadline: Fix missing clock update in migrate_task_rq_dl()
+    - rcu/tree: Handle VM stoppage in stall detection
+    - [x86] EDAC/mce_amd: Do not load edac_mce_amd module on guests
+    - posix-cpu-timers: Force next expiration recalc after itimer reset
+    - hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()
+    - hrtimer: Ensure timerfd notification for HIGHRES=n
+    - udf: Check LVID earlier
+    - udf: Fix iocharset=utf8 mount option
+    - isofs: joliet: Fix iocharset=utf8 mount option
+    - bcache: add proper error unwinding in bcache_device_init
+    - nbd: add the check to prevent overflow in __nbd_ioctl()
+    - blk-throtl: optimize IOPS throttle for large IO scenarios
+    - nvme-tcp: don't update queue count when failing to set io queues
+    - nvme-rdma: don't update queue count when failing to set io queues
+    - nvmet: pass back cntlid on successful completion
+    - [s390x] cio: add dev_busid sysfs entry for each subchannel
+    - [s390x] zcrypt: fix wrong offset index for APKA master key valid state
+    - libata: fix ata_host_start()
+    - sched/topology: Skip updating masks for non-online nodes
+    - [x86] crypto: qat - do not ignore errors from enable_vf2pf_comms()
+    - [x86] crypto: qat - handle both source of interrupt in VF ISR
+    - [x86] crypto: qat - fix reuse of completion variable
+    - [x86] crypto: qat - fix naming for init/shutdown VF to PF notifications
+    - [x86] crypto: qat - do not export adf_iov_putmsg()
+    - crypto: tcrypt - Fix missing return value check
+    - fcntl: fix potential deadlocks for &fown_struct.lock
+    - fcntl: fix potential deadlock for &fasync_struct.fa_lock
+    - udf_get_extendedattr() had no boundary checks.
+    - io-wq: remove GFP_ATOMIC allocation off schedule out path
+    - [s390x] pci: fix misleading rc in clp_set_pci_fn()
+    - [s390x] debug: keep debug data on resize
+    - [s390x] debug: fix debug area life cycle
+    - [s390x] ap: fix state machine hang after failure to enable irq
+    - [s390x] smp: enable DAT before CPU restart callback is called
+    - sched/debug: Don't update sched_domain debug directories before
+      sched_debug_init()
+    - [arm64] power: supply: cw2015: use dev_err_probe to allow deferred probe
+    - [x86] crypto: x86/aes-ni - add missing error checks in XTS code
+    - sched/numa: Fix is_core_idle()
+    - sched: Fix UCLAMP_FLAG_IDLE setting
+    - rcu: Fix to include first blocked task in stall warning
+    - rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lock
+    - block: return ELEVATOR_DISCARD_MERGE if possible
+    - [arm64] spi: spi-fsl-dspi: Fix issue with uninitialized dma_slave_config
+    - [mips64el,mipsel] irqchip/loongson-pch-pic: Improve edge triggered
+      interrupt support
+    - lib/mpi: use kcalloc in mpi_resize
+    - nbd: do del_gendisk() asynchronously for NBD_DESTROY_ON_DISCONNECT
+    - block: nbd: add sanity check for first_minor
+    - [arm64,armhf] irqchip/gic-v3: Fix priority comparison when non-secure
+      priorities are used
+    - [x86] crypto: qat - use proper type for vf_mask
+    - [powerpc*] tpm: ibmvtpm: Avoid error message when process gets signal
+      while waiting
+    - [x86] mce: Defer processing of early errors
+    - blk-crypto: fix check for too-large dun_bytes
+    - [arm64] regulator: vctrl: Use locked regulator_get_voltage in probe path
+    - [arm64] regulator: vctrl: Avoid lockdep warning in enable/disable ops
+    - [arm64,armhf] drm/panfrost: Fix missing clk_disable_unprepare() on error
+      in panfrost_clk_init()
+    - [x86] drm/gma500: Fix end of loop tests for list_for_each_entry
+    - drm/of: free the right object
+    - bpf: Fix a typo of reuseport map in bpf.h.
+    - bpf: Fix potential memleak and UAF in the verifier.
+    - drm/of: free the iterator object on failure
+    - [amd64,arm64] gve: fix the wrong AdminQ buffer overflow check
+    - [armhf] dts: everest: Add phase corrections for eMMC
+    - i40e: improve locking of mac_filter_hash
+    - gfs2: Fix memory leak of object lsi on error return path
+    - firmware: fix theoretical UAF race with firmware cache and resume
+    - driver core: Fix error return code in really_probe()
+    - media: dvb-usb: fix uninit-value in dvb_usb_adapter_dvb_init
+    - media: dvb-usb: fix uninit-value in vp702x_read_mac_addr
+    - media: dvb-usb: Fix error handling in dvb_usb_i2c_init
+    - net: usb: asix: ax88772: add missing stop
+    - media: go7007: fix memory leak in go7007_usb_probe
+    - media: go7007: remove redundant initialization
+    - [armhf] media: coda: fix frame_mem_ctrl for YUV420 and YVU420 formats
+    - Bluetooth: sco: prevent information leak in sco_conn_defer_accept()
+    - Bluetooth: btusb: Fix a unspported condition to set available debug
+      features
+    - [x86] drm/amdgpu/acp: Make PM domain really work
+    - tcp: seq_file: Avoid skipping sk during tcp_seek_last_pos
+    - [armhf] dts: meson8b: odroidc1: Fix the pwm regulator supply properties
+    - [armhf] dts: meson8b: mxq: Fix the pwm regulator supply properties
+    - [armhf] dts: meson8b: ec100: Fix the pwm regulator supply properties
+    - net/mlx5e: Prohibit inner indir TIRs in IPoIB
+    - net/mlx5e: Block LRO if firmware asks for tunneled LRO
+    - cgroup/cpuset: Fix a partition bug with hotplug
+    - net: cipso: fix warnings in netlbl_cipsov4_add_std
+    - Bluetooth: mgmt: Fix wrong opcode in the response for add_adv cmd
+    - drm/amd/pm: Fix a bug in semaphore double-lock
+    - net/mlx5: Fix missing return value in
+      mlx5_devlink_eswitch_inline_mode_set()
+    - leds: lt3593: Put fwnode in any case during ->probe()
+    - leds: trigger: audio: Add an activate callback to ensure the initial
+      brightness is set
+    - media: em28xx-input: fix refcount bug in em28xx_usb_disconnect
+    - [armhf] media: omap3isp: Fix missing unlock in
+      isp_subdev_notifier_complete()
+    - PCI: PM: Avoid forcing PCI_D0 for wakeup reasons inconsistently
+    - PCI: PM: Enable PME if it can be signaled from D3cold
+    - [arm64] net: dsa: build tag_8021q.c as part of DSA core
+    - debugfs: Return error during {full/open}_proxy_open() on rmmod
+    - Bluetooth: increase BTNAMSIZ to 21 chars to fix potential buffer overflow
+    - [arm64,armhf] net: dsa: stop syncing the bridge mcast_router attribute at
+      join time
+    - [arm64,armhf] net: dsa: don't disable multicast flooding to the CPU even
+      without an IGMP querier
+    - PM: EM: Increase energy calculation precision
+    - [arm64] drm/msm: Fix error return code in msm_drm_init()
+    - [arm64] drm/msm/mdp4: refactor HW revision detection into
+      read_mdp_hw_revision
+    - [arm64] drm/msm/mdp4: move HW revision detection to earlier phase
+    - [arm64] drm/msm/dp: update is_connected status base on sink count at
+      dp_pm_resume()
+    - [arm64] drm/msm/dpu: make dpu_hw_ctl_clear_all_blendstages clear necessary
+      LMs
+    - cgroup/cpuset: Miscellaneous code cleanup
+    - cgroup/cpuset: Fix violation of cpuset locking rule
+    - [x86] ASoC: Intel: Fix platform ID matching
+    - Bluetooth: fix repeated calls to sco_sock_kill
+    - [arm64] drm/msm/dsi: Fix some reference counted resource leaks
+    - [arm64] drm/msm/dp: replug event is converted into an unplug followed by
+      an plug events
+    - net/mlx5: Fix unpublish devlink parameters
+    - [x86] ASoC: rt5682: Properly turn off regulators if wrong device ID
+    - [arm64,armhf] usb: dwc3: meson-g12a: add IRQ check
+    - [arm64,armhf] usb: dwc3: qcom: add IRQ check
+    - mac80211: remove unnecessary NULL check in ieee80211_register_hw()
+    - [armhf] usb: phy: twl6030: add IRQ checks
+    - devlink: Clear whole devlink_flash_notify struct
+    - net: stmmac: fix INTR TBU status affecting irq count statistic
+    - Bluetooth: Move shutdown callback before flushing tx and rx queue
+    - PM: cpu: Make notifier chain use a raw_spinlock_t
+    - mac80211: Fix insufficient headroom issue for AMSDU
+    - locking/local_lock: Add missing owner initialization
+    - lockd: Fix invalid lockowner cast after vfs_test_lock
+    - SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()
+    - nfsd4: Fix forced-expiry locking
+    - [arm64] dts: marvell: armada-37xx: Extend PCIe MEM space
+    - [arm*] firmware: raspberrypi: Fix a leak in 'rpi_firmware_get()'
+    - mm/swap: consider max pages in iomap_swapfile_add_extent
+    - Bluetooth: add timeout sanity check to hci_inquiry
+    - [armhf] i2c: s3c2410: fix IRQ check
+    - gfs2: init system threads before freeze lock
+    - rsi: fix error code in rsi_load_9116_firmware()
+    - rsi: fix an error code in rsi_probe()
+    - [x86] ASoC: Intel: Skylake: Leave data as is when invoking TLV IPCs
+    - [x86] ASoC: Intel: Skylake: Fix module resource and format selection
+    - mmc: sdhci: Fix issue with uninitialized dma_slave_config
+    - [arm64,armhf] mmc: dw_mmc: Fix issue with uninitialized dma_slave_config
+    - bpf: Fix possible out of bound write in narrow load handling
+    - [x86] hv_utils: Set the maximum packet size for VSS driver to the length
+      of the receive buffer
+    - CIFS: Fix a potencially linear read overflow
+    - [arm64] i2c: xlp9xx: fix main IRQ check
+    - [arm*] usb: ehci-orion: Handle errors of clk_prepare_enable() in probe
+    - [arm64] tty: serial: fsl_lpuart: fix the wrong mapbase value
+    - iwlwifi: skip first element in the WTAS ACPI table
+    - net/mlx5: Lag, fix multipath lag activation
+    - net/mlx5: Remove all auxiliary devices at the unregister event
+    - net/mlx5e: Fix possible use-after-free deleting fdb rule
+    - net/mlx5: E-Switch, Set vhca id valid flag when creating indir fwd group
+    - net/mlx5e: Use correct eswitch for stack devices with lag
+    - [x86] misc/pvpanic: fix set driver data
+    - ice: fix Tx queue iteration for Tx timestamp enablement
+    - ice: add lock around Tx timestamp tracker flush
+    - ice: restart periodic outputs around time changes
+    - ice: Only lock to update netdev dev_addr
+    - net: phy: marvell10g: fix broken PHY interrupts for anyone after us in the
+      driver probe list
+    - ath6kl: wmi: fix an error code in ath6kl_wmi_sync_point()
+    - ALSA: usb-audio: Add lowlatency module option
+    - atlantic: Fix driver resume flow.
+    - bcma: Fix memory leak for internally-handled cores
+    - brcmfmac: pcie: fix oops on failure to resume and reprobe
+    - ipv6: make exception cache less predictible
+    - ipv4: make exception cache less predictible
+    - net: qrtr: make checks in qrtr_endpoint_post() stricter
+    - sch_htb: Fix inconsistency when leaf qdisc creation fails
+    - net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failed
+    - ipv4: fix endianness issue in inet_rtm_getroute_build_skb()
+    - [x86] ASoC: rt5682: Remove unused variable in rt5682_i2c_remove()
+    - iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha
+    - f2fs: guarantee to write dirty data when enabling checkpoint back
+    - time: Handle negative seconds correctly in timespec64_to_ns()
+    - io_uring: limit fixed table size by RLIMIT_NOFILE
+    - io_uring: IORING_OP_WRITE needs hash_reg_file set
+    - io_uring: io_uring_complete() trace should take an integer
+    - io_uring: fail links of cancelled timeouts
+    - bio: fix page leak bio_add_hw_page failure
+    - raid1: ensure write behind bio has less than BIO_MAX_VECS sectors
+    - cifs: Do not leak EDEADLK to dgetents64 for STATUS_USER_SESSION_DELETED
+    - smb3: fix posix extensions mount option
+    - tty: Fix data race between tiocsti() and flush_to_ldisc()
+    - [x86] perf/x86/intel/uncore: Fix IIO cleanup mapping procedure for SNR/ICX
+    - [x86] Revert "KVM: x86: mmu: Add guest physical address check in
+      translate_gpa()"
+    - [s390x] KVM: index kvm->arch.idle_mask by vcpu_idx
+    - [x86] KVM: x86: Update vCPU's hv_clock before back to guest when
+      tsc_offset is adjusted
+    - [x86] KVM: x86: clamp host mapping level to max_level in
+      kvm_mmu_max_mapping_level
+    - [x86] KVM: x86/mmu: Avoid collision with !PRESENT SPTEs in TDP MMU lpage
+      stats
+    - [x86] KVM: VMX: avoid running vmx_handle_exit_irqoff in case of emulation
+    - [x86] KVM: nVMX: Unconditionally clear nested.pi_pending on nested
+      VM-Enter
+    - [arm64] KVM: arm64: Unregister HYP sections from kmemleak in protected
+      mode
+    - [arm64] KVM: arm64: vgic: Resample HW pending state on deactivation
+    - io-wq: check max_worker limits if a worker transitions bound state
+    - md/raid10: Remove unnecessary rcu_dereference in raid10_handle_discard
+    - fuse: truncate pagecache on atomic_o_trunc
+    - fuse: flush extending writes
+    - fuse: wait for writepages in syncfs
+    - fbmem: don't allow too huge resolutions
+    - [amd64] ACPI: PRM: Find PRMT table before parsing it
+    - RDMA/mlx5: Fix number of allocated XLT entries
+    - backlight: pwm_bl: Improve bootloader/kernel device handover
+    - [armel] clk: kirkwood: Fix a clocking boot regression
+    - devlink: Break parameter notification sequence to be before/after
+      unload/load driver
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.14.5
+    - Revert "posix-cpu-timers: Force next expiration recalc after itimer reset"
+    - Revert "time: Handle negative seconds correctly in timespec64_to_ns()"
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.14.6
+    - io_uring: place fixed tables under memcg limits
+    - io_uring: add ->splice_fd_in checks
+    - io_uring: fix io_try_cancel_userdata race for iowq
+    - io-wq: fix wakeup race when adding new work
+    - io-wq: fix race between adding work and activating a free worker
+    - btrfs: use delalloc_bytes to determine flush amount for shrink_delalloc
+    - btrfs: wake up async_delalloc_pages waiters after submit
+    - btrfs: wait on async extents when flushing delalloc
+    - btrfs: reduce the preemptive flushing threshold to 90%
+    - btrfs: do not do preemptive flushing if the majority is global rsv
+    - btrfs: zoned: fix block group alloc_offset calculation
+    - btrfs: zoned: suppress reclaim error message on EAGAIN
+    - btrfs: fix upper limit for max_inline for page size 64K
+    - btrfs: reset replace target device to allocation state on close
+    - btrfs: zoned: fix double counting of split ordered extent
+    - blk-zoned: allow zone management send operations without CAP_SYS_ADMIN
+    - blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMIN
+    - [powerpc*] perf/hv-gpci: Fix counter value parsing
+    - xen: fix setting of max_pfn in shared_info
+    - 9p/xen: Fix end of loop tests for list_for_each_entry
+    - ceph: fix dereference of null pointer cf
+    - Input: elan_i2c - reduce the resume time for controller in Whitebox
+    - [armhf] soc: aspeed: lpc-ctrl: Fix boundary check for mmap
+    - [armhf] soc: aspeed: p2a-ctrl: Fix boundary check for mmap
+    - [arm64] Move .hyp.rodata outside of the _sdata.._edata range
+    - [arm64] mm: Fix TLBI vs ASID rollover
+    - [arm64] head: avoid over-mapping in map_memory
+    - [arm64] Do not trap PMSNEVFR_EL1
+    - iio: ltc2983: fix device probe
+    - [arm64] wcn36xx: Ensure finish scan is not requested before start scan
+    - block: bfq: fix bfq_set_next_ioprio_data()
+    - [x86] power: supply: max17042: handle fails of reading status register
+    - dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc()
+    - [x86] crypto: ccp - shutdown SEV firmware on kexec
+    - [x86] VMCI: fix NULL pointer dereference when unmapping queue pair
+    - media: uvc: don't do DMA on stack
+    - media: rc-loopback: return number of emitters rather than error
+    - nvmem: core: fix error handling while validating keepout regions
+    - [s390x] qdio: fix roll-back after timeout on ESTABLISH ccw
+    - [s390x] qdio: cancel the ESTABLISH ccw after timeout
+    - [armhf] Revert "dmaengine: imx-sdma: refine to load context only once"
+    - [armhf] dmaengine: imx-sdma: remove duplicated sdma_load_context
+    - [x86] watchdog: iTCO_wdt: Fix detection of SMI-off case
+    - libata: add ATA_HORKAGE_NO_NCQ_TRIM for Samsung 860 and 870 SSDs
+    - sched: Prevent balance_push() on remote runqueues
+    - f2fs: let's keep writing IOs on SBI_NEED_FSCK
+    - f2fs: fix to do sanity check for sb/cp fields correctly
+    - PCI/portdrv: Enable Bandwidth Notification only if port supports it
+    - PCI: Restrict ASMedia ASM1062 SATA Max Payload Size Supported
+    - PCI: Return ~0 data on pciconfig_read() CAP_SYS_ADMIN failure
+    - [arm64] PCI: xilinx-nwl: Enable the clock through CCF
+    - [arm64] PCI: aardvark: Configure PCIe resources from 'ranges' DT property
+    - [arm64] PCI: aardvark: Fix checking for PIO status
+    - [arm64] PCI: aardvark: Increase polling delay to 1.5s while waiting for
+      PIO response
+    - [arm64] PCI: aardvark: Fix masking and unmasking legacy INTx interrupts
+    - HID: input: do not report stylus battery state as "full"
+    - f2fs: quota: fix potential deadlock
+    - [arm64] pinctrl: armada-37xx: Correct PWM pins definitions
+    - scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMAND
+    - [arm64,armhf] clk: rockchip: drop GRF dependency for rk3328/rk3036 pll
+      types
+    - [amd64] IB/hfi1: Adjust pkey entry in index 0
+    - RDMA/iwcm: Release resources if iw_cm module initialization fails
+    - docs: Fix infiniband uverbs minor number
+    - scsi: BusLogic: Use %X for u32 sized integer rather than %lX
+    - [armhf] pinctrl: samsung: Fix pinctrl bank pin count
+    - f2fs: do not submit NEW_ADDR to read node block
+    - f2fs: turn back remapped address in compressed page endio
+    - f2fs: fix wrong checkpoint_changed value in f2fs_remount()
+    - scsi: ufs: Fix memory corruption by ufshcd_read_desc_param()
+    - scsi: ufs: Use DECLARE_COMPLETION_ONSTACK() where appropriate
+    - scsi: ufs: Fix the SCSI abort handler
+    - [powerpc*] cpuidle: pseries: Fixup CEDE0 latency only for POWER10 onwards
+    - [powerpc*] stacktrace: Include linux/delay.h
+    - [arm64] RDMA/hns: Don't overwrite supplied QP attributes
+    - RDMA/mlx5: Delete not-available udata check
+    - [powerpc*] cpuidle: pseries: Mark pseries_idle_proble() as __init
+    - f2fs: reduce the scope of setting fsck tag when de->name_len is zero
+    - xprtrdma: Put rpcrdma_reps before waking the tear-down completion
+    - NFSv4/pNFS: Fix a layoutget livelock loop
+    - NFSv4/pNFS: Always allow update of a zero valued layout barrier
+    - NFSv4/pnfs: The layout barrier indicate a minimal value for the seqid
+    - SUNRPC: Fix potential memory corruption
+    - SUNRPC/xprtrdma: Fix reconnection locking
+    - sunrpc: Fix return value of get_srcport()
+    - scsi: ufs: Fix unsigned int compared with less than zero
+    - scsi: ufshcd: Fix device links when BOOT WLUN fails to probe
+    - [arm64,armhf] pinctrl: single: Fix error return code in
+      pcs_parse_bits_in_pinctrl_entry()
+    - [powerpc*] numa: Consider the max NUMA node for migratable LPAR
+    - scsi: smartpqi: Fix an error code in pqi_get_raid_map()
+    - scsi: qedi: Fix error codes in qedi_alloc_global_queues()
+    - scsi: qedf: Fix error codes in qedf_alloc_global_queues()
+    - f2fs: fix to keep compatibility of fault injection interface
+    - iommu/vt-d: Update the virtual command related registers
+    - [arm64] RDMA/hns: Fix return in hns_roce_rereg_user_mr()
+    - [amd64] HID: amd_sfh: Fix period data field to enable sensor
+    - HID: i2c-hid: Fix Elan touchpad regression
+    - HID: thrustmaster: clean up Makefile and adapt quirks
+    - [arm64] RDMA/hns: Ownerbit mode add control field
+    - [arm64] clk: imx8mm: use correct mux type for clkout path
+    - [arm64,armhf] clk: imx8m: fix clock tree update of TF-A managed clocks
+    - [powerpc*] KVM: PPC: Book3S HV: Fix copy_tofrom_guest routines
+    - [powerpc*] KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when
+      guest SPRs are live
+    - [powerpc*] powerpc/perf: Fix the check for SIAR value
+    - [arm64] RDMA/hns: Fix incorrect lsn field
+    - [arm64] RDMA/hns: Bugfix for data type of dip_idx
+    - [arm64] RDMA/hns: Bugfix for the missing assignment for dip_idx
+    - [arm64] RDMA/hns: Bugfix for incorrect association between dip_idx and
+      dgid
+    - [x86] platform/x86: dell-smbios-wmi: Add missing kfree in error-exit from
+      run_smbios_call
+    - [powerpc*] smp: Fix a crash while booting kvm guest with nr_cpus=2
+    - [powerpc*] smp: Update cpu_core_map on all PowerPc systems
+    - [arm64] RDMA/hns: Fix query destination qpn
+    - [arm64] RDMA/hns: Fix QP's resp incomplete assignment
+    - fscache: Fix cookie key hashing
+    - [powerpc*] KVM: PPC: Fix clearing never mapped TCEs in realmode
+    - f2fs: fix to account missing .skipped_gc_rwsem
+    - f2fs: fix unexpected ENOENT comes from f2fs_map_blocks()
+    - f2fs: fix to unmap pages from userspace process in punch_hole()
+    - f2fs: deallocate compressed pages when error happens
+    - f2fs: should put a page beyond EOF when preparing a write
+    - [mips64el,mipsel] Malta: fix alignment of the devicetree buffer
+    - userfaultfd: prevent concurrent API initialization
+    - [x86] drm/vmwgfx: Fix subresource updates with new contexts
+    - [x86] drm/vmwgfx: Fix some static checker warnings
+    - [arm*] drm/vc4: hdmi: Set HD_CTL_WHOLSMP and HD_CTL_CHALIGN_SET
+    - drm/ttm: Fix multihop assert on eviction.
+    - [armhf] drm/omap: Follow implicit fencing in prepare_fb
+    - drm/amdgpu: Fix amdgpu_ras_eeprom_init()
+    - drm/amdgpu: Fix koops when accessing RAS EEPROM
+    - [arm*] drm: vc4: Fix pixel-wrap issue with DVP teardown
+    - dma-buf: fix dma_resv_test_signaled test_all handling v2
+    - drm/panel: Fix up DT bindings for Samsung lms397kf04
+    - [armhf] ASoC: ti: davinci-mcasp: Fix DIT mode support
+    - media: dib8000: rewrite the init prbs logic
+    - [x86] hyperv: fix for unwanted manipulation of sched_clock when TSC marked
+      unstable
+    - PCI: Use pci_update_current_state() in pci_enable_device_flags()
+    - tipc: keep the skb in rcv queue until the whole data is read
+    - net: phy: Fix data type in DP83822 dp8382x_disable_wol()
+    - iio: dac: ad5624r: Fix incorrect handling of an optional regulator.
+    - iavf: do not override the adapter state in the watchdog task
+    - iavf: fix locking of critical sections
+    - video: fbdev: kyro: fix a DoS bug by restricting user input
+    - drm/ast: Disable fast reset after DRAM initial
+    - netlink: Deal with ESRCH error in nlmsg_notify()
+    - [arm64] dts: qcom: Fix usb entries for SA8155p adp board
+    - drm: avoid blocking in drm_clients_info's rcu section
+    - drm: serialize drm_file.master with a new spinlock
+    - drm: protect drm_master pointers in drm_lease.c
+    - rcu: Fix macro name CONFIG_TASKS_RCU_TRACE
+    - igc: Check if num of q_vectors is smaller than max before array access
+    - usb: gadget: u_ether: fix a potential null pointer dereference
+    - [armhf] USB: EHCI: ehci-mv: improve error handling in mv_ehci_enable()
+    - usb: gadget: composite: Allow bMaxPower=0 if self-powered
+    - tty: serial: jsm: hold port lock when reporting modem line changes
+    - [arm64] bus: fsl-mc: fix arg in call to dprc_scan_objects()
+    - [arm64] bus: fsl-mc: fix mmio base address for child DPRCs
+    - [x86] misc/pvpanic-pci: Allow automatic loading
+    - nfp: fix return statement in nfp_net_parse_meta()
+    - ethtool: improve compat ioctl handling
+    - drm/amdgpu: Fix a printing message
+    - [arm64] dts: allwinner: h6: tanix-tx6: Fix regulator node names
+    - video: fbdev: kyro: Error out if 'pixclock' equals zero
+    - ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()
+    - flow_dissector: Fix out-of-bounds warnings
+    - [s390x] jump_label: print real address in a case of a jump label bug
+    - [s390x] make PCI mio support a machine flag
+    - serial: 8250: Define RX trigger levels for OxSemi 950 devices
+    - serial: 8250_pci: make setup_port() parameters explicitly unsigned
+    - vt: keyboard.c: make console an unsigned int
+    - Bluetooth: skip invalid hci_sync_conn_complete_evt
+    - workqueue: Fix possible memory leaks in wq_numa_init()
+    - [arm64] drm/msm/a6xx: Fix llcc configuration for a660 gpu
+    - netfilter: nft_compat: use nfnetlink_unicast()
+    - bonding: 3ad: fix the concurrency between __bond_release_one() and
+      bond_3ad_state_machine_handler()
+    - [x86] ASoC: Intel: bytcr_rt5640: Move "Platform Clock" routes to the maps
+      for the matching in-/output
+    - Bluetooth: Fix not generating RPA when required
+    - [armhf] media: imx: imx7-media-csi: Fix buffer return upon stream start
+      failure
+    - media: v4l2-dv-timings.c: fix wrong condition in two for-loops
+    - gfs2: Fix glock recursion in freeze_go_xmote_bh
+    - [arm*] misc: sram: Only map reserved areas in Tegra SYSRAM
+    - [armhf] dts: imx53-ppd: Fix ACHC entry
+    - [arm64] dts: qcom: sdm660: use reg value for memory node
+    - [arm64] nvmem: qfprom: Fix up qfprom_disable_fuse_blowing() ordering
+    - [arm64] net: ethernet: stmmac: Do not use unreachable() in
+      ipq806x_gmac_probe()
+    - [arm64] drm/msm: mdp4: drop vblank get/put from prepare/complete_commit
+    - [arm64] drm/msm/dsi: Fix DSI and DSI PHY regulator config from SDM660
+    - [x86] thunderbolt: Fix port linking by checking all adapters
+    - [x86] drm/vmwgfx: fix potential UAF in vmwgfx_surface.c
+    - staging: rtl8723bs: fix right side of condition
+    - Bluetooth: schedule SCO timeouts with delayed_work
+    - Bluetooth: avoid circular locks in sco_sock_connect
+    - [arm64] drm/msm/dp: reduce link rate if failed at link training 1
+    - [arm64] drm/msm/dp: reset aux controller after dp_aux_cmd_fifo_tx()
+      failed.
+    - [arm64] drm/msm/dp: return correct edid checksum after corrupted edid
+      checksum read
+    - [arm64] drm/msm/dp: do not end dp link training until video is ready
+    - net/mlx5: Fix variable type to match 64bit
+    - gpu: drm: amd: amdgpu: amdgpu_i2c: fix possible uninitialized-variable
+      access in amdgpu_i2c_router_select_ddc_port()
+    - mac80211: Fix monitor MTU limit so that A-MSDUs get through
+    - nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu data
+    - nvme: code command_id with a genctr for use-after-free validation
+    - Bluetooth: Fix handling of LE Enhanced Connection Complete
+    - Bluetooth: Fix race condition in handling NOP command
+    - opp: Don't print an error if required-opps is missing
+    - [sh4] serial: sh-sci: fix break handling for sysrq
+    - iomap: pass writeback errors to the mapping
+    - tcp: enable data-less, empty-cookie SYN with TFO_SERVER_COOKIE_NOT_REQD
+    - locking/rtmutex: Set proper wait context for lockdep
+    - rpc: fix gss_svc_init cleanup on failure
+    - iavf: use mutexes for locking of critical sections
+    - [armhf] hwmon: (pmbus/ibm-cffps) Fix write bits for LED control
+    - [x86] staging: rts5208: Fix get_ms_information() heap buffer size
+    - net: Fix offloading indirect devices dependency on qdisc order creation
+    - gfs2: Don't call dlm after protocol is unmounted
+    - [arm64,armhf] usb: chipidea: host: fix port index underflow and UBSAN
+      complains
+    - lockd: lockd server-side shouldn't set fl_ops
+    - [armhf] drm/exynos: Always initialize mapping in exynos_drm_register_dma()
+    - rtl8xxxu: Fix the handling of TX A-MPDU aggregation
+    - rtw88: use read_poll_timeout instead of fixed sleep
+    - rtw88: wow: build wow function only if CONFIG_PM is on
+    - rtw88: wow: fix size access error of probe request
+    - btrfs: remove racy and unnecessary inode transaction update when using
+      no-holes
+    - btrfs: tree-log: check btrfs_lookup_data_extent return value
+    - soundwire: intel: fix potential race condition during power down
+    - [x86] ASoC: Intel: Skylake: Fix module configuration for KPB and MIXER
+    - [x86] ASoC: Intel: Skylake: Fix passing loadable flag for module
+    - of: Don't allow __of_attached_node_sysfs() without CONFIG_SYSFS
+    - [arm64] mmc: sdhci-of-arasan: Modified SD default speed to 19MHz for
+      ZynqMP
+    - [arm64] mmc: sdhci-of-arasan: Check return value of non-void funtions
+    - mmc: core: Avoid hogging the CPU while polling for busy in the I/O err
+      path
+    - mmc: core: Avoid hogging the CPU while polling for busy for mmc ioctls
+    - mmc: core: Avoid hogging the CPU while polling for busy after I/O writes
+    - mmc: rtsx_pci: Fix long reads when clock is prescaled
+    - mmc: core: Return correct emmc response in case of ioctl error
+    - cifs: fix wrong release in sess_alloc_buffer() failed path
+    - Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST
+      quirk set"
+    - [arm64] usb: dwc3: imx8mp: request irq after initializing dwc3
+    - [armhf] usb: musb: musb_dsps: request_irq() after initializing musb
+    - usbip: give back URBs for unsent unlink requests during cleanup
+    - usbip:vhci_hcd USB port can get stuck in the disabled state
+    - [arm64,armhf] ASoC: rockchip: i2s: Fix regmap_ops hang
+    - [arm64,armhf] ASoC: rockchip: i2s: Fixup config for DAIFMT_DSP_A/B
+    - ASoC: soc-pcm: protect BE dailink state changes in trigger
+    - nfs: don't atempt blocking locks on nfs reexports
+    - nfsd: fix crash on LOCKT on reexported NFSv3
+    - iwlwifi: pcie: free RBs during configure
+    - iwlwifi: mvm: Do not use full SSIDs in 6GHz scan
+    - iwlwifi: mvm: fix a memory leak in iwl_mvm_mac_ctxt_beacon_changed
+    - iwlwifi: mvm: avoid static queue number aliasing
+    - iwlwifi: mvm: Fix umac scan request probe parameters
+    - iwlwifi: mvm: fix access to BSS elements
+    - iwlwifi: fw: correctly limit to monitor dump
+    - iwlwifi: mvm: don't schedule the roc_done_wk if it is already running
+    - iwlwifi: mvm: Fix scan channel flags settings
+    - net/mlx5: DR, fix a potential use-after-free bug
+    - net/mlx5: DR, Enable QP retransmission
+    - [arm64] usb: isp1760: fix memory pool initialization
+    - [arm64] usb: isp1760: fix qtd fill length
+    - [arm64] usb: isp1760: write to status and address register
+    - [arm64] usb: isp1760: use the right irq status bit
+    - [arm64] usb: isp1760: otg control register access
+    - parport: remove non-zero check on count
+    - [arm64] wcn36xx: Fix missing frame timestamp for beacon/probe-resp
+    - ath9k: fix OOB read ar9300_eeprom_restore_internal
+    - ath9k: fix sleeping in atomic context
+    - net: fix NULL pointer reference in cipso_v4_doi_free
+    - fix array-index-out-of-bounds in taprio_change
+    - [arm64] net: hns3: clean up a type mismatch warning
+    - printk/console: Check consistent sequence number when handling race in
+      console_unlock()
+    - ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup()
+    - scsi: BusLogic: Fix missing pr_cont() use
+    - scsi: qla2xxx: Changes to support kdump kernel
+    - scsi: qla2xxx: Sync queue idx with queue_pair_map idx
+    - [powerpc*] cpufreq: powernv: Fix init_chip_info initialization in numa=off
+    - [s390x] pv: fix the forcing of the swiotlb
+    - [s390x] topology: fix topology information when calling cpu hotplug
+      notifiers
+    - mm: fix panic caused by __page_handle_poison()
+    - hugetlb: fix hugetlb cgroup refcounting during vma split
+    - mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()
+    - mm/hmm: bypass devmap pte when all pfn requested flags are fulfilled
+    - mm/hugetlb: initialize hugetlb_usage in mm_init
+    - mm,vmscan: fix divide by zero in get_scan_count
+    - mm/page_alloc.c: avoid accessing uninitialized pcp page migratetype
+    - mm/mempolicy: fix a race between offset_il_node and mpol_rebind_task
+    - memcg: enable accounting for pids in nested pid namespaces
+    - libnvdimm/pmem: Fix crash triggered when I/O in-flight during unbind
+    - platform/chrome: cros_ec_proto: Send command again when timeout occurs
+    - net: stmmac: Fix overall budget calculation for rxtx_napi
+    - [x86] drm/mgag200: Select clock in PLL update functions
+    - [arm64] drm/msi/mdp4: populate priv->kms in mdp4_kms_init
+    - drm/dp_mst: Fix return code on sideband message failure
+    - [arm64,armhf] drm/panfrost: Make sure MMU context lifetime is not bound to
+      panfrost_priv
+    - drm/amdgpu: Fix BUG_ON assert
+    - drm/amdgpu: Enable S/G for Yellow Carp
+    - drm/amdgpu: Fix a deadlock if previous GEM object allocation fails
+    - [arm64] drm/msm/disp/dpu1: add safe lut config in dpu driver
+    - drm/ttm: Fix ttm_bo_move_memcpy() for subclassed struct ttm_resource
+    - [arm64,armhf] drm/panfrost: Simplify lock_region calculation
+    - [arm64,armhf] drm/panfrost: Use u64 for size in lock_region
+    - [arm64,armhf] drm/panfrost: Clamp lock region to Bifrost minimum
+
+  [ Vincent Blut ]
+  * [arm64] drivers/bus/fsl-mc: Enable FSL_MC_UAPI_SUPPORT (Closes: #992988)
+  * [arm64] drivers/vfio/fsl-mc: Enable VFIO_FSL_MC as module (Closes: #993000)
+  * [arm64] drivers/firmware: Enable ARM_SCPI_PROTOCOL as module
+    (Closes: #929528)
+  * [arm64] drivers/hwmon: Enable SENSORS_ARM_SCPI as module
+  * [arm64] drivers/mailbox: Enable ARM_MHU, PLATFORM_MHU as modules
+  * [armhf] drivers/input/misc: Enable INPUT_TPS65218_PWRBUTTON as module
+    (Closes: #944518)
+
+  [ Heiko Thiery ]
+  * [arm64] drivers/regulator: Enable REGULATOR_PCA9450 as module
+  * [arm64] drivers/regulator: Enable REGULATOR_PFUZE100 as module
+  * [arm64] drivers/pci/controller: Enable PCI_IMX6
+
+  [ Salvatore Bonaccorso ]
+  * dccp: don't duplicate ccid when cloning dccp sock (CVE-2020-16119)
+  * bnx2x: Fix enabling network interfaces without VFs (Closes: #993948)
+  * Refresh "kbuild: Make the toolchain variables easily overwritable"
+  * Drop "Partially revert "net: socket: implement 64-bit timestamps""
+  * Set ABI to 1
+  * [mipsel] bpf, mips: Validate conditional branch offsets (CVE-2021-38300)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 18 Sep 2021 20:58:49 +0200
+
+linux (5.14.3-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.14.3
+    - firmware: dmi: Move product_sku info to the end of the modalias
+    - igmp: Add ip_mc_list lock in ip_check_mc_rcu
+    - Revert "r8169: avoid link-up interrupt issue on RTL8106e if user enables
+      ASPM"
+    - ALSA: usb-audio: Add registration quirk for JBL Quantum 800
+    - Bluetooth: Add additional Bluetooth part for Realtek 8852AE
+    - Bluetooth: btusb: Make the CSR clone chip force-suspend workaround more
+      generic
+    - xhci: fix even more unsafe memory usage in xhci tracing
+    - xhci: fix unsafe memory usage in xhci tracing
+    - xhci: Fix failure to give back some cached cancelled URBs.
+    - [x86] reboot: Limit Dell Optiplex 990 quirk to early BIOS versions
+    - PCI: Call Max Payload Size-related fixup quirks early
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 12 Sep 2021 19:17:38 +0200
+
+linux (5.14.2-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.14.2
+    - ext4: fix race writing to an inline_data file while its xattrs are
+      changing
+    - ext4: fix e2fsprogs checksum failure for mounted filesystem
+    - USB: serial: pl2303: fix GL type detection
+    - USB: serial: cp210x: fix control-characters error handling
+    - USB: serial: cp210x: fix flow-control error handling
+    - HID: usbhid: Fix flood of "control queue full" messages
+    - HID: usbhid: Fix warning caused by 0-length input reports
+    - ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup
+    - ALSA: usb-audio: Fix regression on Sony WALKMAN NW-A45 DAC
+    - ALSA: hda/realtek: Workaround for conflicting SSID on ASUS ROG Strix G17
+    - ALSA: pcm: fix divide error in snd_pcm_lib_ioctl
+    - ALSA: usb-audio: Work around for XRUN with low latency playback
+    - media: stkwebcam: fix memory leak in stk_camera_probe
+
+  [ Vincent Blut ]
+  * drivers/media/cec: Enable MEDIA_CEC_RC (Closes: #872650)
+  * drivers/hid: Enable various HID drivers as modules (Closes: #988277)
+  * [x86] drivers/platform/chrome: Enable CROS_EC as module and set
+    CROS_EC_PROTO explicitly
+  * [arm64] sound/soc/generic: Enable SND_AUDIO_GRAPH_CARD as module
+    (Closes: #987576)
+  * drivers/net/wireless/mediatek/mt76/mt7915: Enable MT7915E as module
+    (Closes: #993865)
+  * drivers/net/wireless/mediatek/mt76/mt7921: Enable MT7921E as module
+  * drivers/net/wireless/mediatek/mt76/mt7615: Enable MT7615E, MT7663U as
+    modules
+
+  [ Salvatore Bonaccorso ]
+  * HID: apple: Add missing scan code event for keys handled by hid-apple
+    (Closes: #757356)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 10 Sep 2021 00:20:28 +0200
+
+linux (5.14.1-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.14.1
+    - vt_kdsetmode: extend console locking (CVE-2021-3753)
+    - Bluetooth: btusb: check conditions before enabling USB ALT 3 for WBS
+    - btrfs: fix NULL pointer dereference when deleting device by invalid id
+      (CVE-2021-3739)
+    - Revert "floppy: reintroduce O_NDELAY fix"
+    - fscrypt: add fscrypt_symlink_getattr() for computing st_size
+    - ext4: report correct st_size for encrypted symlinks
+    - f2fs: report correct st_size for encrypted symlinks
+    - ubifs: report correct st_size for encrypted symlinks
+    - net: don't unconditionally copy_from_user a struct ifreq for socket ioctls
+    - audit: move put_tree() to avoid trim_trees refcount underflow and UAF
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 07 Sep 2021 08:40:13 +0200
+
+linux (5.14-1~exp2) experimental; urgency=medium
+
+  [ Bastian Blank ]
+  * Fix perf build.
+  * Enable EVM, ENCRYPTED_KEYS. (closes: #993535)
+  * Enable IMA_SIG_TEMPLATE.
+  * Enable AMD_SFH_HID, AMD_PMC. (closes: #992832)
+  * Enable TMPFS_INODE64. (closes: #993641)
+  * Move more into nic-shared-modules.
+
+  [ Diederik de Haas ]
+  * [arm64] sound/soc/codecs: Enable SND_SOC_RK3328 as module
+  * [arm64,armhf] drivers/input/misc: Enable INPUT_RK805_PWRKEY as module
+  * [arm64,armhf] drivers/pinctrl: Enable PINCTRL_RK805 (Closes: #990536)
+  * [arm64] drivers/mfd: Make MFD_RK808 builtin
+
+ -- Bastian Blank <waldi@debian.org>  Sun, 05 Sep 2021 20:51:25 +0200
+
+linux (5.14-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_5.14
+
+  [ Aurelien Jarno ]
+  * [riscv64] Enable KEXEC.
+  * [riscv64] Add initial Microchip Polarfire support: enable
+    SOC_MICROCHIP_POLARFIRE, MMC_SDHCI_PLTFM, MMC_SDHCI_CADENCE and
+    PCIE_MICROCHIP_HOST.
+  * [riscv64] Improve HiFive Unmatched support: enable PCIE_DW_PLAT_HOST and
+    PCIE_FU740.
+
+  [ Vincent Blut ]
+  * [armhf] drivers/leds: Enable LEDS_PCA963X as module (Closes: #908196)
+
+  [ Salvatore Bonaccorso ]
+  * net/batman-adv: Enable BATMAN_ADV_BATMAN_V
+
+  [ Bastian Blank ]
+  * [powerpc*] Disable support for debugging VDSO.
+
+ -- Bastian Blank <waldi@debian.org>  Wed, 01 Sep 2021 21:49:53 +0200
+
+linux (5.13.12-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.13.10
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.13.11
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.13.12
+
+  [ Salvatore Bonaccorso ]
+  * net: Enable MPTCP (Closes: #987815)
+
+  [ Bastian Blank ]
+  * [mips*] Increase RELOCATION_TABLE_SIZE to 0x1c0000.
+  * Enable SECURITY_LANDLOCK, SECURITY_PATH.
+  * Fix external modules build. (closes: #992219)
+  * Force more compressions modules into main installer package.
+    (closes: #992221)
+  * Drop redundant patch for overlay in user namespace.
+
+  [ Uwe Kleine-König ]
+  * [x86] Enable X86_PLATFORM_DRIVERS_DELL which is needed to keep some Dell
+    specific drivers. (Closes: #992251)
+
+ -- Bastian Blank <waldi@debian.org>  Fri, 20 Aug 2021 22:39:29 +0200
+
+linux (5.13.9-1~exp2) experimental; urgency=medium
+
+  * Fix linux-cpupower installation.
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 10 Aug 2021 21:12:41 +0200
+
+linux (5.13.9-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_5.11
+  * New upstream release: https://kernelnewbies.org/Linux_5.12
+  * New upstream release: https://kernelnewbies.org/Linux_5.13
+
+  [ Bastian Blank ]
+  * Always build-depend on native libelf-dev.
+  * Specify trusted certs file in package config.
+  * Enable PROC_VMCORE.
+  * Enable SECURITYFS.
+  * Re-enable IMA. (closes: #972459)
+  * [x86] Enable AMD_MEM_ENCRYPT. (closes: #983586, #989040)
+  * Enable UNICODE. (closes: #985689)
+  * Enable CGROUP_MISC.
+  * [x86] Enable PINCTRL_ALDERLAKE, PINCTRL_ELKHARTLAKE, PINCTRL_EMMITSBURG,
+    PINCTRL_JASPERLAKE, PINCTRL_LAKEFIELD.
+  * [amd64] Enable MICROSOFT_MANA.
+  * [arm64] Enable GVE. (closes: #991835)
+
+ -- Bastian Blank <waldi@debian.org>  Mon, 09 Aug 2021 18:35:43 +0200
+
+linux (5.10.46-4) unstable; urgency=medium
+
+  * bpf: Introduce BPF nospec instruction for mitigating Spectre v4
+    (CVE-2021-34556, CVE-2021-35477)
+  * bpf: Fix leakage due to insufficient speculative store bypass mitigation
+    (CVE-2021-34556, CVE-2021-35477)
+  * bpf: Remove superfluous aux sanitation on subprog rejection
+  * Ignore ABI changes for bpf_offload_dev_create and bpf_verifier_log_write
+  * bpf: Add kconfig knob for disabling unpriv bpf by default
+  * init: Enable BPF_UNPRIV_DEFAULT_OFF (Closes: #990411)
+  * linux-image: Add NEWS entry documenting that unprivileged calls to bpf() are
+    disabled by default in Debian.
+  * bpf: verifier: Allocate idmap scratch in verifier env
+  * bpf: Fix pointer arithmetic mask tightening under state pruning
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 03 Aug 2021 07:50:50 +0200
+
+linux (5.10.46-3) unstable; urgency=medium
+
+  * [armhf] Add mdio-aspeed to nic-modules.
+    Thanks to Joel Stanley <joel@jms.id.au> (Closes: #991262)
+  * Revert "drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue."
+    (Closes: #990312)
+  * Revert "drm/amdgpu/gfx10: enlarge CP_MEC_DOORBELL_RANGE_UPPER to cover full
+    doorbell." (Closes: #990312)
+  * Input: joydev - prevent use of not validated data in JSIOCSBTNMAP ioctl
+    (CVE-2021-3612)
+  * sctp: validate from_addr_param return (CVE-2021-3655)
+  * sctp: add size validation when walking chunks (CVE-2021-3655)
+  * [s390x] sclp_vt220: fix console name to match device (Closes: #961056)
+  * block: return the correct bvec when checking for gaps
+  * sctp: fix return value check in __sctp_rcv_asconf_lookup
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 28 Jul 2021 07:55:40 +0200
+
+linux (5.10.46-2) unstable; urgency=medium
+
+  * swiotlb: manipulate orig_addr when tlb_addr has offset (Closes: #989778)
+  * KVM: do not allow mapping valid but non-reference-counted pages
+    (CVE-2021-22543)
+  * [x86] platform/x86: toshiba_haps: Fix missing newline in pr_debug call in
+    toshiba_haps_notify (Closes: #799193)
+  * seq_file: Disallow extremely large seq buffer allocations (CVE-2021-33909)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 20 Jul 2021 14:06:36 +0200
+
+linux (5.10.46-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.41
+    - context_tracking: Move guest exit context tracking to separate helpers
+    - context_tracking: Move guest exit vtime accounting to separate helpers
+    - [x86] KVM: Defer vtime accounting 'til after IRQ handling
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.42
+    - ALSA: hda/realtek: the bass speaker can't output sound on Yoga 9i
+    - ALSA: hda/realtek: Headphone volume is controlled by Front mixer
+    - ALSA: hda/realtek: Chain in pop reduction fixup for ThinkStation P340
+    - ALSA: hda/realtek: fix mute/micmute LEDs for HP 855 G8
+    - ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP Zbook G8
+    - ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP Zbook Fury 15
+      G8
+    - ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP Zbook Fury 17
+      G8
+    - ALSA: usb-audio: scarlett2: Fix device hang with ehci-pci
+    - ALSA: usb-audio: scarlett2: Improve driver startup messages
+    - cifs: set server->cipher_type to AES-128-CCM for SMB3.0
+    - NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return()
+    - iommu/vt-d: Fix sysfs leak in alloc_iommu()
+    - proc: Check /proc/$pid/attr/ writes against file opener
+    - net: hso: fix control-request directions
+    - net/sched: fq_pie: re-factor fix for fq_pie endless loop
+    - net/sched: fq_pie: fix OOB access in the traffic path
+    - netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check, fallback to
+      non-AVX2 version
+    - mac80211: assure all fragments are encrypted (CVE-2020-26147)
+    - mac80211: prevent mixed key and fragment cache attacks (CVE-2020-24586,
+      CVE-2020-24587)
+    - mac80211: properly handle A-MSDUs that start with an RFC 1042 header
+    - cfg80211: mitigate A-MSDU aggregation attacks (CVE-2020-24588)
+    - mac80211: drop A-MSDUs on old ciphers (CVE-2020-24588)
+    - mac80211: add fragment cache to sta_info
+    - mac80211: check defrag PN against current frame
+    - mac80211: prevent attacks on TKIP/WEP as well
+    - mac80211: do not accept/forward invalid EAPOL frames (CVE-2020-26139)
+    - mac80211: extend protection against mixed key and fragment cache attacks
+      (CVE-2020-24586, CVE-2020-24587)
+    - ath10k: add CCMP PN replay protection for fragmented frames for PCIe
+    - ath10k: drop fragments with multicast DA for PCIe (CVE-2020-26145)
+    - ath10k: drop fragments with multicast DA for SDIO (CVE-2020-26145)
+    - ath10k: drop MPDU which has discard flag set by firmware for SDIO
+      (CVE-2020-24588)
+    - ath10k: Fix TKIP Michael MIC verification for PCIe (CVE-2020-26141)
+    - ath10k: Validate first subframe of A-MSDU before processing the list
+    - ath11k: Clear the fragment cache during key install (CVE-2020-24587)
+    - dm snapshot: properly fix a crash when an origin has no snapshots
+    - drm/amdgpu/vcn1: add cancel_delayed_work_sync before power gate
+    - [amd64] drm/amdkfd: correct sienna_cichlid SDMA RLC register offset error
+    - drm/amdgpu/vcn2.0: add cancel_delayed_work_sync before power gate
+    - drm/amdgpu/vcn2.5: add cancel_delayed_work_sync before power gate
+    - drm/amdgpu/jpeg2.0: add cancel_delayed_work_sync before power gate
+    - Documentation: seccomp: Fix user notification documentation
+    - seccomp: Refactor notification handler to prepare for new semantics
+    - serial: core: fix suspicious security_locked_down() call
+    - misc/uss720: fix memory leak in uss720_probe
+    - [x86] thunderbolt: usb4: Fix NVM read buffer bounds and offset issue
+    - [x86] thunderbolt: dma_port: Fix NVM read buffer bounds and offset issue
+    - [x86] KVM: Fix vCPU preempted state from guest's point of view
+    - [arm64] KVM: Prevent mixed-width VM creation
+    - [x86] mei: request autosuspend after sending rx flow control
+    - iio: gyro: fxas21002c: balance runtime power in error path
+    - iio: dac: ad5770r: Put fwnode in error case during ->probe()
+    - iio: adc: ad7768-1: Fix too small buffer passed to
+      iio_push_to_buffers_with_timestamp()
+    - iio: adc: ad7124: Fix missbalanced regulator enable / disable on error.
+    - iio: adc: ad7124: Fix potential overflow due to non sequential channel
+      numbers
+    - iio: adc: ad7923: Fix undersized rx buffer.
+    - iio: adc: ad7793: Add missing error code in ad7793_setup()
+    - iio: adc: ad7192: Avoid disabling a clock that was never enabled.
+    - iio: adc: ad7192: handle regulator voltage error first
+    - serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUART
+    - serial: 8250_dw: Add device HID for new AMD UART controller
+    - serial: 8250_pci: Add support for new HPE serial device
+    - serial: 8250_pci: handle FL_NOIRQ board flag
+    - USB: trancevibrator: fix control-request direction
+    - Revert "irqbypass: do not start cons/prod when failed connect"
+    - USB: usbfs: Don't WARN about excessively large memory allocations
+    - drivers: base: Fix device link removal
+    - [arm64,armhf] serial: tegra: Fix a mask operation that is always true
+    - serial: rp2: use 'request_firmware' instead of 'request_firmware_nowait'
+    - USB: serial: ti_usb_3410_5052: add startech.com device id
+    - USB: serial: option: add Telit LE910-S1 compositions 0x7010, 0x7011
+    - USB: serial: ftdi_sio: add IDs for IDS GmbH Products
+    - USB: serial: pl2303: add device id for ADLINK ND-6530 GC
+    - [x86] thermal/drivers/intel: Initialize RW trip to THERMAL_TEMP_INVALID
+    - [arm64,armhf] usb: dwc3: gadget: Properly track pending and queued SG
+    - [arm64,x86] usb: typec: mux: Fix matching with typec_altmode_desc
+    - net: usb: fix memory leak in smsc75xx_bind
+    - Bluetooth: cmtp: fix file refcount when cmtp_attach_device fails
+    - fs/nfs: Use fatal_signal_pending instead of signal_pending
+    - NFS: fix an incorrect limit in filelayout_decode_layout()
+    - NFS: Fix an Oopsable condition in __nfs_pageio_add_request()
+    - NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce()
+    - NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 config
+    - [arm64] drm/meson: fix shutdown crash when component not probed
+    - net/mlx5e: reset XPS on error flow if netdev isn't registered yet
+    - net/mlx5e: Fix multipath lag activation
+    - net/mlx5e: Fix error path of updating netdev queues
+    - {net,vdpa}/mlx5: Configure interface MAC into mpfs L2 table
+    - net/mlx5e: Fix nullptr in add_vlan_push_action()
+    - net/mlx5: Set reformat action when needed for termination rules
+    - net/mlx5e: Fix null deref accessing lag dev
+    - net/mlx4: Fix EEPROM dump support
+    - net/mlx5: Set term table as an unmanaged flow table
+    - SUNRPC in case of backlog, hand free slots directly to waiting task
+    - Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"
+    - tipc: wait and exit until all work queues are done
+    - tipc: skb_linearize the head skb when reassembling msgs
+    - [arm64] spi: spi-fsl-dspi: Fix a resource leak in an error handling path
+    - netfilter: flowtable: Remove redundant hw refresh bit
+    - [arm64,armhf] net: dsa: fix a crash if ->get_sset_count() fails
+    - [armhf] i2c: s3c2410: fix possible NULL pointer deref on read message
+      after write
+    - [x86] i2c: i801: Don't generate an interrupt on bus reset
+    - afs: Fix the nlink handling of dir-over-dir rename
+    - nvmet-tcp: fix inline data size comparison in nvmet_tcp_queue_response
+    - [x86] platform/x86: hp_accel: Avoid invoking _INI to speed up resume
+    - [arm64] Revert "crypto: cavium/nitrox - add an error message to explain
+      the failure of pci_request_mem_regions"
+    - Revert "media: usb: gspca: add a missed check for goto_low_power"
+    - [i386] Revert "ALSA: sb: fix a missing check of snd_ctl_add"
+    - Revert "net: fujitsu: fix a potential NULL pointer dereference"
+    - net: fujitsu: fix potential null-ptr-deref
+    - Revert "net/smc: fix a NULL pointer dereference"
+    - net/smc: properly handle workqueue allocation failure
+    - [x86] Revert "char: hpet: fix a missing check of ioremap"
+    - [x86] char: hpet: add checks after calling ioremap
+    - [i386] Revert "ALSA: gus: add a check of the status of snd_ctl_add"
+    - Revert "isdn: mISDNinfineon: fix potential NULL pointer dereference"
+    - isdn: mISDNinfineon: check/cleanup ioremap failure correctly in setup_io
+    - Revert "ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()"
+    - ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()
+    - Revert "isdn: mISDN: Fix potential NULL pointer dereference of kzalloc"
+    - isdn: mISDN: correctly handle ph_info allocation failure in
+      hfcsusb_ph_info
+    - [arm64] Revert "dmaengine: qcom_hidma: Check for driver register failure"
+    - [arm64] dmaengine: qcom_hidma: comment platform_driver_register call
+    - Revert "libertas: add checks for the return value of sysfs_create_group"
+    - libertas: register sysfs groups properly
+    - Revert "media: dvb: Add check on sp8870_readreg"
+    - media: dvb: Add check on sp8870_readreg return
+    - Revert "media: gspca: mt9m111: Check write_bridge for timeout"
+    - media: gspca: mt9m111: Check write_bridge for timeout
+    - Revert "media: gspca: Check the return value of write_bridge for timeout"
+    - media: gspca: properly check for errors in po1030_probe()
+    - Revert "net: liquidio: fix a NULL pointer dereference"
+    - net: liquidio: Add missing null pointer checks
+    - Revert "brcmfmac: add a check for the status of usb_register"
+    - brcmfmac: properly check for bus register errors
+    - btrfs: return whole extents in fiemap
+    - [powerpc,x86] scsi: BusLogic: Fix 64-bit system enumeration error for
+      Buslogic
+    - scsi: pm80xx: Fix drives missing during rmmod/insmod loop
+    - btrfs: release path before starting transaction when cloning inline extent
+    - btrfs: do not BUG_ON in link_to_fixup_dir
+    - [x86] platform/x86: hp-wireless: add AMD's hardware id to the supported
+      list
+    - SMB3: incorrect file id in requests compounded with open
+    - drm/amd/amdgpu: fix refcount leak
+    - drm/amdgpu: Fix a use-after-free
+    - drm/amd/amdgpu: fix a potential deadlock in gpu reset
+    - drm/amdgpu: stop touching sched.ready in the backend
+    - block: fix a race between del_gendisk and BLKRRPART
+    - linux/bits.h: fix compilation error with GENMASK
+    - [arm64,armhf] net: dsa: fix error code getting shifted with 4 in
+      dsa_slave_get_sset_count
+    - net: stmmac: Fix MAC WoL not working if PHY does not support WoL
+    - spi: Assume GPIO CS active high in ACPI case
+    - net: really orphan skbs tied to closing sk
+    - net: packetmmap: fix only tx timestamp on request
+    - [arm64,armhf] net: fec: fix the potential memory leak in fec_enet_init()
+    - [arm64] net: mdio: thunder: Fix a double free issue in the .remove
+      function
+    - [mips64el,mipsel] net: mdio: octeon: Fix some double free issues
+    - cxgb4/ch_ktls: Clear resources when pf4 device is removed
+    - openvswitch: meter: fix race when getting now_ms.
+    - net: sched: fix packet stuck problem for lockless qdisc
+    - net: sched: fix tx action rescheduling issue during deactivation
+    - net: sched: fix tx action reschedule issue with stopped queue
+    - net: hso: check for allocation failure in hso_create_bulk_serial_device()
+    - net: bnx2: Fix error return code in bnx2_init_board()
+    - bnxt_en: Include new P5 HV definition in VF check.
+    - bnxt_en: Fix context memory setup for 64K page size.
+    - mld: fix panic in mld_newpack()
+    - net/smc: remove device from smcd_dev_list after failed device_add()
+    - [amd64] gve: Check TX QPL was actually assigned
+    - [amd64] gve: Update mgmt_msix_idx if num_ntfy changes
+    - [amd64] gve: Add NULL pointer checks when freeing irqs.
+    - [amd64] gve: Upgrade memory barrier in poll routine
+    - [amd64] gve: Correct SKB queue index validation.
+    - [arm64] net: hns3: fix incorrect resp_msg issue
+    - [arm64] net: hns3: put off calling register_netdev() until client
+      initialize complete
+    - [amd64] iommu/vt-d: Use user privilege for RID2PASID translation
+    - cxgb4: avoid accessing registers when clearing filters
+    - bpf, offload: Reorder offload callback 'prepare' in verifier
+    - bpf: Set mac_len in bpf_skb_change_head
+    - ixgbe: fix large MTU request from VF
+    - [arm64] ASoC: qcom: lpass-cpu: Use optional clk APIs
+    - scsi: libsas: Use _safe() loop in sas_resume_port()
+    - ipv6: record frag_max_size in atomic fragments in input path
+    - ALSA: usb-audio: scarlett2: snd_scarlett_gen2_controls_create() can be
+      static
+    - sch_dsmark: fix a NULL deref in qdisc_reset()
+    - net: zero-initialize tc skb extension on allocation
+    - [arm64,armhf] net: mvpp2: add buffer header handling in RX
+    - [x86] i915: fix build warning in intel_dp_get_link_status()
+    - [arm64] net: hns3: check the return of skb_checksum_help()
+    - bpftool: Add sock_release help info for cgroup attach/prog load command
+    - SUNRPC: More fixes for backlog congestion
+    - net: hso: bail out on interrupt URB allocation failure
+    - neighbour: Prevent Race condition in neighbour subsytem
+    - usb: core: reduce power-on-good delay time of root hub
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.43
+    - btrfs: tree-checker: do not error out if extent ref hash doesn't match
+    - net: usb: cdc_ncm: don't spew notifications (Closes: #989451)
+    - [x86] hwmon: (dell-smm-hwmon) Fix index values
+    - netfilter: conntrack: unregister ipv4 sockopts on error unwind
+    - efi/fdt: fix panic when no valid fdt found
+    - efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be cleared
+    - efi/libstub: prevent read overflow in find_file_option()
+    - [arm64,x86] efi: cper: fix snprintf() use in cper_dimm_err_location()
+    - vfio/pci: Fix error return code in vfio_ecap_init()
+    - ipvs: ignore IP_VS_SVC_F_HASHED flag when adding service
+    - HID: logitech-hidpp: initialize level variable
+    - HID: pidff: fix error return code in hid_pidff_init()
+    - [arm64,x86] HID: i2c-hid: fix format string mismatch
+    - devlink: Correct VIRTUAL port to not have phys_port attributes
+    - net/sched: act_ct: Offload connections with commit action
+    - net/sched: act_ct: Fix ct template allocation for zone 0
+    - nvme-rdma: fix in-casule data send for chained sgls
+    - ACPICA: Clean up context mutex during object deletion
+    - perf probe: Fix NULL pointer dereference in convert_variable_location()
+    - net: sock: fix in-kernel mark setting
+    - net/mlx5e: Fix incompatible casting
+    - net/mlx5: Check firmware sync reset requested is set before trying to
+      abort it
+    - net/mlx5e: Check for needed capability for cvlan matching
+    - net/mlx5: DR, Create multi-destination flow table with level less than 64
+    - nvmet: fix freeing unallocated p2pmem
+    - netfilter: nft_ct: skip expectations for confirmed conntrack
+    - netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatches
+    - bpf: Simplify cases in bpf_base_func_proto
+    - bpf, lockdown, audit: Fix buggy SELinux lockdown permission checks
+    - ieee802154: fix error return code in ieee802154_add_iface()
+    - ieee802154: fix error return code in ieee802154_llsec_getparams()
+    - igb: add correct exception tracing for XDP
+    - ixgbevf: add correct exception tracing for XDP
+    - cxgb4: fix regression with HASH tc prio value update
+    - ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptions
+    - ice: Fix allowing VF to request more/less queues via virtchnl
+    - ice: Fix VFR issues for AVF drivers that expect ATQLEN cleared
+    - ice: handle the VF VSI rebuild failure
+    - ice: report supported and advertised autoneg using PHY capabilities
+    - ice: Allow all LLDP packets from PF to Tx
+    - cxgb4: avoid link re-train during TC-MQPRIO configuration
+    - i40e: optimize for XDP_REDIRECT in xsk path
+    - i40e: add correct exception tracing for XDP
+    - ice: simplify ice_run_xdp
+    - ice: optimize for XDP_REDIRECT in xsk path
+    - ice: add correct exception tracing for XDP
+    - ixgbe: optimize for XDP_REDIRECT in xsk path
+    - ixgbe: add correct exception tracing for XDP
+    - [arm64] optee: use export_uuid() to copy client UUID
+    - [armhf] bus: ti-sysc: Fix am335x resume hang for usb otg module
+    - [arm64] dts: freescale: sl28: var4: fix RGMII clock and voltage
+    - [armhf] bus: ti-sysc: Fix flakey idling of uarts and stop using
+      swsup_sidle_act
+    - tipc: add extack messages for bearer/media failure
+    - tipc: fix unique bearer names sanity check
+    - [armhf] serial: stm32: fix threaded interrupt handling
+    - io_uring: fix link timeout refs
+    - io_uring: use better types for cflags
+    - drm/amdgpu/vcn3: add cancel_delayed_work_sync before power gate
+    - drm/amdgpu/jpeg2.5: add cancel_delayed_work_sync before power gate
+    - drm/amdgpu/jpeg3: add cancel_delayed_work_sync before power gate
+    - Bluetooth: fix the erroneous flush_work() order (CVE-2021-3564)
+    - Bluetooth: use correct lock to prevent UAF of hdev object (CVE-2021-3573)
+    - wireguard: do not use -O3
+    - wireguard: peer: allocate in kmem_cache
+    - wireguard: use synchronize_net rather than synchronize_rcu
+    - wireguard: allowedips: initialize list head in selftest
+    - wireguard: allowedips: remove nodes in O(1)
+    - wireguard: allowedips: allocate nodes in kmem_cache
+    - wireguard: allowedips: free empty intermediate nodes when removing single
+      node
+    - [arm64,x86] HID: i2c-hid: Skip ELAN power-on command after reset
+    - HID: magicmouse: fix NULL-deref on disconnect
+    - HID: multitouch: require Finger field to mark Win8 reports as MT
+    - gfs2: fix scheduling while atomic bug in glocks
+    - ALSA: timer: Fix master timer notification
+    - ALSA: hda: Fix for mute key LED for HP Pavilion 15-CK0xx
+    - ALSA: hda: update the power_state during the direct-complete
+    - ext4: fix memory leak in ext4_fill_super
+    - ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed
+    - ext4: fix fast commit alignment issues
+    - ext4: fix memory leak in ext4_mb_init_backend on error path.
+    - ext4: fix accessing uninit percpu counter variable with fast_commit
+    - [arm*] usb: dwc2: Fix build in periphal-only mode
+    - pid: take a reference when initializing `cad_pid`
+    - ocfs2: fix data corruption by fallocate
+    - mm/page_alloc: fix counting of free pages after take off from buddy
+    - [x86] cpufeatures: Force disable X86_FEATURE_ENQCMD and remove
+      update_pasid()
+    - nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connect
+      (CVE-2021-3587)
+    - drm/amdgpu: Don't query CE and UE errors
+    - drm/amdgpu: make sure we unpin the UVD BO
+    - [x86] apic: Mark _all_ legacy interrupts when IO/APIC is missing
+    - [powerpc] kprobes: Fix validation of prefixed instructions across page
+      boundary
+    - btrfs: mark ordered extent and inode with error if we fail to finish
+    - btrfs: fix error handling in btrfs_del_csums
+    - btrfs: return errors from btrfs_del_csums in cleanup_ref_head
+    - btrfs: fixup error handling in fixup_inode_link_counts
+    - btrfs: abort in rename_exchange if we fail to insert the second ref
+    - btrfs: fix deadlock when cloning inline extents and low on available space
+    - mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPY
+    - [arm64] drm/msm/dpu: always use mdp device to scale bandwidth
+    - btrfs: fix unmountable seed device after fstrim
+    - [x86] KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit mode
+    - [arm64] KVM: Fix debug register indexing
+    - [x86] kvm: Teardown PV features on boot CPU as well
+    - [x86] kvm: Disable kvmclock on all CPUs on shutdown
+    - [x86] kvm: Disable all PV features on crash
+    - lib/lz4: explicitly support in-place decompression
+    - netfilter: nf_tables: missing error reporting for not selected expressions
+    - xen-netback: take a reference to the RX task thread (CVE-2021-28691)
+    - neighbour: allow NUD_NOARP entries to be forced GCed
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.44
+    - proc: Track /proc/$pid/attr/ opener mm_struct
+    - [amd64] ASoC: amd: fix for pcm_read() error
+    - spi: Fix spi device unregister flow
+    - bpf: Forbid trampoline attach for functions with variable arguments
+    - net/nfc/rawsock.c: fix a permission check bug
+    - [x86] ASoC: Intel: bytcr_rt5640: Add quirk for the Glavey TM800A550L
+      tablet
+    - [x86] ASoC: Intel: bytcr_rt5640: Add quirk for the Lenovo Miix 3-830
+      tablet
+    - [arm64,armhf] usb: chipidea: udc: assign interrupt number to USB gadget
+      structure
+    - bonding: init notify_work earlier to avoid uninitialized use
+    - netlink: disable IRQs for netlink_lock_table()
+    - net: mdiobus: get rid of a BUG_ON()
+    - cgroup: disable controllers at parse time
+    - wq: handle VM suspension in stall detection
+    - net/qla3xxx: fix schedule while atomic in ql_sem_spinlock
+    - RDS tcp loopback connection can hang
+    - net:sfc: fix non-freed irq in legacy irq mode
+    - scsi: bnx2fc: Return failure if io_req is already in ABTS processing
+    - [x86] scsi: vmw_pvscsi: Set correct residual data length
+    - [arm64] scsi: hisi_sas: Drop free_irq() of devm_request_irq() allocated
+      irq
+    - scsi: target: qla2xxx: Wait for stop_phase1 at WWN removal
+    - net: macb: ensure the device is available before accessing GEMGXL control
+      registers
+    - nvme-fabrics: decode host pathing error for connect
+    - dm verity: fix require_signatures module_param permissions
+    - bnx2x: Fix missing error code in bnx2x_iov_init_one()
+    - nvmet: fix false keep-alive timeout when a controller is torn down
+    - spi: Don't have controller clean up spi device before driver unbind
+    - spi: Cleanup on failure of initial setup
+    - [powerpc] i2c: mpc: Make use of i2c_recover_bus()
+    - [powerpc] i2c: mpc: implement erratum A-004447 workaround
+    - ALSA: seq: Fix race of snd_seq_timer_open()
+    - ALSA: firewire-lib: fix the context to call snd_pcm_stop_xrun()
+    - ALSA: hda/realtek: headphone and mic don't work on an Acer laptop
+    - ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP Elite
+      Dragonfly G2
+    - ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP EliteBook x360
+      1040 G8
+    - ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook 840 Aero G8
+    - ALSA: hda/realtek: fix mute/micmute LEDs for HP ZBook Power G8
+    - [arm*] spi: bcm2835: Fix out-of-bounds access with more than 4 slaves
+    - Revert "ACPI: sleep: Put the FACS table after using it"
+    - drm: Fix use-after-free read in drm_getunique()
+    - drm: Lock pointer access in drm_master_release()
+    - [x86] perf/x86/intel/uncore: Fix M2M event umask for Ice Lake server
+    - [x86] KVM: X86: MMU: Use the correct inherited permissions to get shadow
+      page
+    - kvm: avoid speculation-based attacks from out-of-range memslot accesses
+    - [arm64,x86] staging: rtl8723bs: Fix uninitialized variables
+    - async_xor: check src_offs is not NULL before updating it
+    - btrfs: return value from btrfs_mark_extent_written() in case of error
+    - btrfs: promote debugging asserts to full-fledged checks in validate_super
+    - cgroup1: don't allow '\n' in renaming
+    - ftrace: Do not blindly read the ip address in ftrace_bug()
+    - USB: f_ncm: ncm_bitrate (speed) is unsigned
+    - usb: f_ncm: only first packet of aggregate needs to start timer
+    - usb: pd: Set PD_T_SINK_WAIT_CAP to 310ms
+    - [arm64,armhf] usb: dwc3-meson-g12a: fix usb2 PHY glue init when phy0 is
+      disabled
+    - [arm64,armhf] usb: dwc3: meson-g12a: Disable the regulator in the error
+      handling path of the probe
+    - [arm64,armhf] usb: dwc3: gadget: Bail from dwc3_gadget_exit() if
+      dwc->gadget is NULL
+    - [arm64,armhf] usb: dwc3: ep0: fix NULL pointer exception
+    - [arm64,armhf] usb: musb: fix MUSB_QUIRK_B_DISCONNECT_99 handling
+    - usb: typec: ucsi: Clear PPM capability data in ucsi_init() error path
+    - usb: gadget: f_fs: Ensure io_completion_wq is idle during unbind
+    - USB: serial: ftdi_sio: add NovaTech OrionMX product ID
+    - USB: serial: omninet: add device id for Zyxel Omni 56K Plus
+    - USB: serial: quatech2: fix control-request directions
+    - USB: serial: cp210x: fix alternate function for CP2102N QFN20
+    - usb: gadget: eem: fix wrong eem header operation
+    - usb: fix various gadgets null ptr deref on 10gbps cabling.
+    - usb: fix various gadget panics on 10gbps cabling
+    - usb: typec: tcpm: cancel vdm and state machine hrtimer when unregister
+      tcpm port
+    - usb: typec: tcpm: cancel frs hrtimer when unregister tcpm port
+    - regulator: core: resolve supply for boot-on/always-on regulators
+    - [arm64] regulator: max77620: Use device_set_of_node_from_dev()
+    - regulator: bd71828: Fix .n_voltages settings
+    - [arm64,armhf] usb: dwc3: gadget: Disable gadget IRQ during pullup disable
+    - usb: typec: mux: Fix copy-paste mistake in typec_mux_match
+    - [arm64] drm/msm/a6xx: fix incorrectly set uavflagprd_inv field for A650
+    - [arm64] drm/msm/a6xx: update/fix CP_PROTECT initialization
+    - [arm64] drm/msm/a6xx: avoid shadow NULL reference in failure path
+    - RDMA/ipoib: Fix warning caused by destroying non-initial netns
+    - RDMA/mlx4: Do not map the core_clock page to user space unless enabled
+    - ASoC: core: Fix Null-point-dereference in fmt_single_name()
+    - perf: Fix data race between pin_count increment/decrement
+    - sched/fair: Keep load_avg and load_sum synced
+    - sched/fair: Make sure to update tg contrib for blocked load
+    - sched/fair: Fix util_est UTIL_AVG_UNCHANGED handling
+    - [x86] nmi_watchdog: Fix old-style NMI watchdog regression on old Intel
+      CPUs
+    - [x86] KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint
+      message
+    - IB/mlx5: Fix initializing CQ fragments buffer
+    - NFS: Fix a potential NULL dereference in nfs_get_client()
+    - NFSv4: Fix deadlock between nfs4_evict_inode() and
+      nfs4_opendata_get_inode()
+    - kvm: fix previous commit for 32-bit builds
+    - NFS: Fix use-after-free in nfs4_init_client()
+    - NFSv4: Fix second deadlock in nfs4_evict_inode()
+    - NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error.
+    - scsi: core: Fix error handling of scsi_host_alloc()
+    - scsi: core: Fix failure handling of scsi_add_host_with_dma()
+    - scsi: core: Put .shost_dev in failure path if host state changes to
+      RUNNING
+    - scsi: core: Only put parent device if host state differs from
+      SHOST_CREATED
+    - tracing: Correct the length check which causes memory corruption
+    - proc: only require mm_struct for writing
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.45
+    - net: ieee802154: fix null deref in parse dev addr
+    - HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for Saitek X65
+    - HID: a4tech: use A4_2WHEEL_MOUSE_HACK_B8 for A4TECH NB-95
+    - HID: hid-input: add mapping for emoji picker key
+    - HID: hid-sensor-hub: Return error for hid_set_field() failure
+    - HID: quirks: Add quirk for Lenovo optical mouse
+    - HID: multitouch: set Stylus suffix for Stylus-application devices, too
+    - HID: Add BUS_VIRTUAL to hid_connect logging
+    - HID: usbhid: fix info leak in hid_submit_ctrl
+    - [arm64,armhf] drm/tegra: sor: Do not leak runtime PM reference
+    - [arm64,armhf] gpu: host1x: Split up client initalization and registration
+    - [arm64,armhf] drm/tegra: sor: Fully initialize SOR before registration
+    - gfs2: Prevent direct-I/O write fallback errors from getting lost
+    - gfs2: fix a deadlock on withdraw-during-mount
+    - HID: gt683r: add missing MODULE_DEVICE_TABLE
+    - gfs2: Fix use-after-free in gfs2_glock_shrink_scan
+    - scsi: target: core: Fix warning on realtime kernels
+    - ethernet: myri10ge: Fix missing error code in myri10ge_probe()
+    - scsi: qedf: Do not put host in qedf_vport_create() unconditionally
+    - Bluetooth: Add a new USB ID for RTL8822CE
+    - scsi: scsi_devinfo: Add blacklist entry for HPE OPEN-V
+    - net: ipconfig: Don't override command-line hostnames or domains
+    - drm/amd/display: Allow bandwidth validation for 0 streams.
+    - drm/amdgpu: refine amdgpu_fru_get_product_info
+    - drm/amd/display: Fix potential memory leak in DMUB hw_init
+    - drm/amd/amdgpu:save psp ring wptr to avoid attack
+    - rtnetlink: Fix missing error code in rtnl_bridge_notify()
+    - net: Return the correct errno code
+    - fib: Return the correct errno code
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.46
+    - afs: Fix an IS_ERR() vs NULL check
+    - mm/memory-failure: make sure wait for page writeback in memory_failure
+    - [x86] kvm: LAPIC: Restore guard to prevent illegal APIC register access
+    - fanotify: fix copy_event_to_user() fid error clean up
+    - batman-adv: Avoid WARN_ON timing related checks
+    - mac80211: fix skb length check in ieee80211_scan_rx()
+    - net: ipv4: fix memory leak in netlbl_cipsov4_add_std
+    - vrf: fix maximum MTU
+    - net: rds: fix memory leak in rds_recvmsg
+    - [arm64] net: dsa: felix: re-enable TX flow control in ocelot_port_flush()
+    - netfilter: nft_fib_ipv6: skip ipv6 packets from any to link-local
+    - ice: add ndo_bpf callback for safe mode netdev ops
+    - ice: parameterize functions responsible for Tx ring management
+    - udp: fix race between close() and udp_abort()
+    - rtnetlink: Fix regression in bridge VLAN configuration
+    - net/sched: act_ct: handle DNAT tuple collision
+    - net/mlx5e: Fix page reclaim for dead peer hairpin
+    - net/mlx5: Consider RoCE cap before init RDMA resources
+    - net/mlx5: DR, Allow SW steering for sw_owner_v2 devices
+    - net/mlx5: DR, Don't use SW steering when RoCE is not supported
+    - net/mlx5e: Block offload of outer header csum for UDP tunnels
+    - netfilter: synproxy: Fix out of bounds when parsing TCP options
+    - sch_cake: Fix out of bounds when parsing TCP options and header
+    - alx: Fix an error handling path in 'alx_probe()'
+    - cxgb4: fix endianness when flashing boot image
+    - cxgb4: fix sleep in atomic when flashing PHY firmware
+    - cxgb4: halt chip before flashing PHY firmware image
+    - net: make get_net_ns return error if NET_NS is disabled
+    - ethtool: strset: fix message length calculation
+    - qlcnic: Fix an error handling path in 'qlcnic_probe()'
+    - netxen_nic: Fix an error handling path in 'netxen_nic_probe()'
+    - cxgb4: fix wrong ethtool n-tuple rule lookup
+    - ipv4: Fix device used for dst_alloc with local routes
+    - net: qrtr: fix OOB Read in qrtr_endpoint_post
+    - bpf: Fix leakage under speculation on mispredicted branches
+      (CVE-2021-33624)
+    - ptp: improve max_adj check against unreasonable values
+    - net: cdc_ncm: switch to eth%d interface naming
+    - net: usb: fix possible use-after-free in smsc75xx_bind
+    - [arm64,armhf] net: fec_ptp: fix issue caused by refactor the fec_devtype
+    - net: ipv4: fix memory leak in ip_mc_add1_src
+    - net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sock
+    - net/mlx5: E-Switch, Read PF mac address
+    - net/mlx5: E-Switch, Allow setting GUID for host PF vport
+    - net/mlx5: Reset mkey index on creation
+    - be2net: Fix an error handling path in 'be_probe()'
+    - net: hamradio: fix memory leak in mkiss_close
+    - net: cdc_eem: fix tx fixup skb leak
+    - cxgb4: fix wrong shift.
+    - bnxt_en: Rediscover PHY capabilities after firmware reset
+    - bnxt_en: Fix TQM fastpath ring backing store computation
+    - bnxt_en: Call bnxt_ethtool_free() in bnxt_init_one() error path
+    - icmp: don't send out ICMP messages with a source address of 0.0.0.0
+    - [x86] platform/x86: thinkpad_acpi: Add X1 Carbon Gen 9 second fan support
+    - sched/pelt: Ensure that *_sum is always synced with *_avg
+    - [armhf] spi: stm32-qspi: Always wait BUSY bit to be cleared in
+      stm32_qspi_wait_cmd()
+    - ASoC: rt5682: Fix the fast discharge for headset unplugging in soundwire
+      mode
+    - [arm64,armhf] drm/sun4i: dw-hdmi: Make HDMI PHY into a platform device
+    - [arm64] ASoC: qcom: lpass-cpu: Fix pop noise during audio capture begin
+    - radeon: use memcpy_to/fromio for UVD fw upload
+    - mm: relocate 'write_protect_seq' in struct mm_struct
+    - [arm64,armhf] irqchip/gic-v3: Workaround inconsistent PMR setting on NMI
+      entry
+    - bpf: Inherit expanded/patched seen count from old aux data
+      (CVE-2021-33624)
+    - bpf: Do not mark insn as seen under speculative path verification
+      (CVE-2021-33624)
+    - can: bcm: fix infoleak in struct bcm_msg_head (CVE-2021-34693)
+    - can: bcm/raw/isotp: use per module netdevice notifier
+    - can: j1939: fix Use-after-Free, hold skb ref while in use
+    - can: mcba_usb: fix memory leak in mcba_usb
+    - usb: core: hub: Disable autosuspend for Cypress CY7C65632
+    - [arm64,armhf] usb: chipidea: imx: Fix Battery Charger 1.2 CDP detection
+    - tracing: Do not stop recording cmdlines when tracing is off
+    - tracing: Do not stop recording comms if the trace file is being read
+    - tracing: Do no increment trace_clock_global() by one
+    - PCI: Mark TI C667X to avoid bus reset
+    - PCI: Mark some NVIDIA GPUs to avoid bus reset
+    - [arm64] PCI: aardvark: Fix kernel panic during PIO transfer
+    - PCI: Add ACS quirk for Broadcom BCM57414 NIC
+    - PCI: Work around Huawei Intelligent NIC VF FLR erratum
+    - [x86] KVM: x86: Immediately reset the MMU context when the SMM flag is
+      cleared
+    - [x86] KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMU
+    - [x86] KVM: X86: Fix x86_emulator slab cache leak
+    - [s390x] mcck: fix calculation of SIE critical section size
+    - [s390x] ap: Fix hanging ioctl caused by wrong msg counter
+    - [amd64] x86/mm: Avoid truncating memblocks for SGX memory
+    - [x86] process: Check PF_KTHREAD and not current->mm for kernel threads
+    - [x86] ioremap: Map EFI-reserved memory as encrypted for SEV
+    - [x86] pkru: Write hardware init value to PKRU when xstate is init
+    - [x86] fpu: Prevent state corruption in __fpu__restore_sig()
+    - [x86] fpu: Invalidate FPU state after a failed XRSTOR from a user buffer
+    - [x86] fpu: Reset state for all signal restore failures
+    - crash_core, vmcoreinfo: append 'SECTION_SIZE_BITS' to vmcoreinfo
+    - [arm64,armhf] dmaengine: pl330: fix wrong usage of spinlock flags in
+      dma_cyclc
+    - mac80211: Fix NULL ptr deref for injected rate info
+    - cfg80211: avoid double free of PMSR request
+    - drm/amdgpu/gfx10: enlarge CP_MEC_DOORBELL_RANGE_UPPER to cover full
+      doorbell.
+    - drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue.
+    - net: ll_temac: Fix TX BD buffer overwrite
+    - net: bridge: fix vlan tunnel dst null pointer dereference
+    - net: bridge: fix vlan tunnel dst refcnt when egressing
+    - mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when compare
+    - mm/slub: clarify verification reporting
+    - mm/slub: fix redzoning for small allocations
+    - mm/slub: actually fix freelist pointer vs redzoning
+    - mm/slub.c: include swab.h
+    - net: stmmac: disable clocks in stmmac_remove_config_dt()
+    - [arm64,armhf] net: fec_ptp: add clock rate zero check
+    - [arm64,armhf] usb: dwc3: debugfs: Add and remove endpoint dirs dynamically
+    - [arm64,armhf] usb: dwc3: core: fix kernel panic when do reboot
+
+  [ Josua Mayer ]
+  * [armhf] drivers/bluetooth: Enable BT_HCIUART as a module, with support
+    for all features already enabled in the generic config. (Closes: #987361)
+  * [armhf] enable i.MX6 MIPI-CSI video capture device. (Closes: #987365)
+    - drivers/mux: Enable MUX_MMIO as a module.
+    - drivers/media/platform: Enable VIDEO_MUX as a module.
+    - drivers/staging/media/imx: Enable VIDEO_IMX_MEDIA and VIDEO_IMX_CSI as
+      modules.
+
+  [ Uwe Kleine-König ]
+  * [arm64] Update device tree for Kobol's helios64 from next
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Refresh "net/Qdisc: use a seqlock instead seqcount"
+  * Ignore some ABI changes that should not affect OOT modules
+  * Bump ABI to 8
+  * [rt] Refresh "tracing: Merge irqflags + preempt counter"
+  * can: bcm: delay release of struct bcm_op after synchronize_rcu()
+    (CVE-2021-3609)
+  * Revert "PCI: PM: Do not read power state in pci_enable_device_flags()"
+    (Closes: #990008)
+
+  [ Vagrant Cascadian ]
+  * [arm64] Add pwm-rockchip to fb-modules udeb.
+  * [arm64] Add fusb302, tcpm and typec to usb-modules udeb.
+  * [armhf] Add gpio-mxc to kernel-image udeb. Thanks to Rick Thomas.
+    (Closes: #982270)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 24 Jun 2021 14:11:37 +0200
+
+linux (5.10.40-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.39
+    - [x86] msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
+    - [x86] drm/i915/display: fix compiler warning about array overrun
+    - airo: work around stack usage warning
+    - usb: sl811-hcd: improve misleading indentation
+    - cxgb4: Fix the -Wmisleading-indentation warning
+    - isdn: capi: fix mismatched prototypes
+    - virtio_net: Do not pull payload in skb->head
+    - [armel,armhf] 9066/1: ftrace: pause/unpause function graph tracer in
+      cpu_suspend()
+    - [arm64,x86] ACPI / hotplug / PCI: Fix reference count leak in
+      enable_slot()
+    - [arm64] Input: elants_i2c - do not bind to i2c-hid compatible ACPI
+      instantiated devices
+    - NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalid
+    - [armel,armhf] 9075/1: kernel: Fix interrupted SMC calls
+    - [arm64] platform/chrome: cros_ec_typec: Add DP mode check
+    - scsi: lpfc: Fix illegal memory access on Abort IOCBs
+    - ceph: fix fscache invalidation
+    - ceph: don't clobber i_snap_caps on non-I_NEW inode
+    - ceph: don't allow access to MDS-private inodes
+    - scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not
+      found
+    - bridge: Fix possible races between assigning rx_handler_data and setting
+      IFF_BRIDGE_PORT bit
+    - nvmet: remove unsupported command noise
+    - drm/amd/display: Fix two cursor duplication when using overlay
+    - [arm64,x86] gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10
+      Pro 5055
+    - net:CXGB4: fix leak if sk_buff is not used
+    - ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
+    - block: reexpand iov_iter after read/write
+    - net: stmmac: Do not enable RX FIFO overflow interrupts
+    - ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
+    - sit: proper dev_{hold|put} in ndo_[un]init methods
+    - ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
+    - ipv6: remove extra dev_hold() for fallback tunnels
+    - tweewide: Fix most Shebang lines
+    - scripts: switch explicitly to Python 3
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.40
+    - RDMA/core: Prevent divide-by-zero error triggered by the user
+    - RDMA/rxe: Clear all QP fields if creation failed
+    - scsi: ufs: core: Increase the usable queue depth
+    - scsi: qedf: Add pointer checks in qedf_update_link_speed()
+    - scsi: qla2xxx: Fix error return code in qla82xx_write_flash_dword()
+    - RDMA/mlx5: Recover from fatal event in dual port mode
+    - RDMA/core: Don't access cm_id after its destruction
+    - nvmet: remove unused ctrl->cqs
+    - nvmet: fix memory leak in nvmet_alloc_ctrl()
+    - nvme-tcp: rerun io_work if req_list is not empty
+    - nvme-fc: clear q_live at beginning of association teardown
+    - [x86] platform/x86: intel_int0002_vgpio: Only call enable_irq_wake() when
+      using s2idle
+    - [x86] platform/x86: dell-smbios-wmi: Fix oops on rmmod dell_smbios
+    - RDMA/mlx5: Fix query DCT via DEVX
+    - RDMA/uverbs: Fix a NULL vs IS_ERR() bug
+    - [powerpc*] pseries: Fix hcall tracing recursion in pv queued spinlocks
+    - ptrace: make ptrace() fail if the tracee changed its pid unexpectedly
+    - nvmet: seset ns->file when open fails
+    - [x86] perf/x86: Avoid touching LBR_TOS MSR for Arch LBR
+    - locking/lockdep: Correct calling tracepoints
+    - locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal
+    - [powerpc*] Fix early setup to make early_ioremap() work
+    - btrfs: avoid RCU stalls while running delayed iputs
+    - cifs: fix memory leak in smb2_copychunk_range
+    - misc: eeprom: at24: check suspend status before disable regulator
+    - ALSA: dice: fix stream format for TC Electronic Konnekt Live at high
+      sampling transfer frequency
+    - ALSA: intel8x0: Don't update period unless prepared
+    - ALSA: firewire-lib: fix amdtp_packet tracepoints event for packet_index
+      field
+    - ALSA: line6: Fix racy initialization of LINE6 MIDI
+    - ALSA: dice: fix stream format at middle sampling rate for Alesis iO 26
+    - ALSA: firewire-lib: fix calculation for size of IR context payload
+    - ALSA: usb-audio: Validate MS endpoint descriptors
+    - ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro
+    - ALSA: hda: fixup headset for ASUS GU502 laptop
+    - Revert "ALSA: sb8: add a check for request_region"
+    - ALSA: firewire-lib: fix check for the size of isochronous packet payload
+    - ALSA: hda/realtek: reset eapd coeff to default value for alc287
+    - ALSA: hda/realtek: Add some CLOVE SSIDs of ALC293
+    - ALSA: hda/realtek: Fix silent headphone output on ASUS UX430UA
+    - ALSA: hda/realtek: Add fixup for HP OMEN laptop
+    - ALSA: hda/realtek: Add fixup for HP Spectre x360 15-df0xxx
+    - [x86] uio_hv_generic: Fix a memory leak in error handling paths
+    - [arm64] Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer
+      dereference"
+    - nvme-tcp: fix possible use-after-completion
+    - drm/amdgpu: Fix GPU TLB update error when PAGE_SIZE > AMDGPU_PAGE_SIZE
+    - drm/amdgpu: disable 3DCGCG on picasso/raven1 to avoid compute hang
+    - drm/amdgpu: update gc golden setting for Navi12
+    - drm/amdgpu: update sdma golden setting for Navi12
+    - [powerpc*] 64s/syscall: Use pt_regs.trap to distinguish syscall ABI
+      difference between sc and scv syscalls
+    - [powerpc*] 64s/syscall: Fix ptrace syscall info with scv syscalls
+    - mmc: sdhci-pci-gli: increase 1.8V regulator wait
+    - [x86] xen-pciback: redo VF placement in the virtual topology
+    - [x86] xen-pciback: reconfigure also from backend watch handler
+    - ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiry
+    - dm snapshot: fix crash with transient storage and zero chunk size
+    - Revert "video: hgafb: fix potential NULL pointer dereference"
+    - [arm64,armhf] Revert "net: stmicro: fix a missing check of clk_prepare"
+    - Revert "hwmon: (lm80) fix a missing check of bus read in lm80 probe"
+    - Revert "ecryptfs: replace BUG_ON with error handling code"
+    - Revert "rtlwifi: fix a potential NULL pointer dereference"
+    - Revert "qlcnic: Avoid potential NULL pointer dereference"
+    - Revert "niu: fix missing checks of niu_pci_eeprom_read"
+    - ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read()
+    - [arm64,armhf] net: stmicro: handle clk_prepare() failure during init
+    - net: rtlwifi: properly check for alloc_workqueue() failure
+    - ics932s401: fix broken handling of errors when word reading fails
+    - qlcnic: Add null check after calling netdev_alloc_skb
+    - [x86] video: hgafb: fix potential NULL pointer dereference
+    - vgacon: Record video mode changes with VT_RESIZEX
+    - vt_ioctl: Revert VT_RESIZEX parameter handling removal
+    - vt: Fix character height handling with VT_RESIZEX
+    - tty: vt: always invoke vc->vc_sw->con_resize callback
+    - [x86] drm/i915/gt: Disable HiZ Raw Stall Optimization on broken gen7
+    - [amd64] x86/Xen: swap NX determination and GDT setup on BSP
+    - nvme-multipath: fix double initialization of ANA state
+    - [arm64] rtc: pcf85063: fallback to parent of_node
+    - nvmet: use new ana_log_size instead the old one
+    - [x86] video: hgafb: correctly handle card detect failure during probe
+    - Bluetooth: SMP: Fail if remote and local public keys are identical
+
+  [ Salvatore Bonaccorso ]
+  * bpf: Wrap aux data inside bpf_sanitize_info container (CVE-2021-33200)
+  * bpf: Fix mask direction swap upon off reg sign change (CVE-2021-33200)
+  * bpf: No need to simulate speculative domain for immediates (CVE-2021-33200)
+  * [armhf] dts: sun8i: h3: orangepi-plus: Fix ethernet phy-mode
+    (Closes: #988574)
+  * [rt] Refresh "ptrace: fix ptrace vs tasklist_lock race"
+  * Deal with vc_data ABI changes in 5.10.40
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 28 May 2021 10:31:38 +0200
+
+linux (5.10.38-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.29
+    - [armhf] bus: ti-sysc: Fix warning on unbind if reset is not deasserted
+    - [x86] platform/x86: intel-hid: Support Lenovo ThinkPad X1 Tablet Gen 2
+    - [amd64] bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_comp
+    - net/mlx5e: Enforce minimum value check for ICOSQ size
+    - mISDN: fix crash in fritzpci
+    - mac80211: Check crypto_aead_encrypt for errors
+    - mac80211: choose first enabled channel for monitor
+    - [arm64] drm/msm/dsi_pll_7nm: Fix variable usage for pll_lockdet_rate
+    - [arm64] drm/msm/adreno: a5xx_power: Don't apply A540 lm_setup to other
+      GPUs
+    - [arm64] drm/msm: Ratelimit invalid-fence message
+    - netfilter: conntrack: Fix gre tunneling over ipv6
+    - netfilter: nftables: skip hook overlap logic if flowtable is stale
+    - [x86] platform/x86: thinkpad_acpi: Allow the FnLock LED to change state
+    - [arm64] drm/msm/disp/dpu1: icc path needs to be set before dpu runtime
+      resume
+    - block: clear GD_NEED_PART_SCAN later in bdev_disk_changed
+    - [x86] platform/x86: intel_pmc_core: Ignore GBE LTR on Tiger Lake platforms
+    - [arm64] ptp_qoriq: fix overflow in ptp_qoriq_adjfine() u64 calcalation
+    - scsi: target: pscsi: Clean up after failure in pscsi_map_sg()
+    - [ia64] mca: allocate early mca with GFP_ATOMIC
+    - [ia64] fix format strings for err_inject
+    - cifs: revalidate mapping when we open files for SMB1 POSIX
+    - cifs: Silently ignore unknown oplock break handle
+    - io_uring: fix timeout cancel return code
+    - math: Export mul_u64_u64_div_u64
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.30
+    - ALSA: aloop: Fix initialization of controls
+    - ALSA: hda/realtek: Fix speaker amp setup on Acer Aspire E1
+    - ALSA: hda/conexant: Apply quirk for another HP ZBook G5 model
+    - [x86] ASoC: intel: atom: Stop advertising non working S24LE support
+    - nfc: fix refcount leak in llcp_sock_bind() (CVE-2020-25670)
+    - nfc: fix refcount leak in llcp_sock_connect() (CVE-2020-25671)
+    - nfc: fix memory leak in llcp_sock_connect() (CVE-2020-25672)
+    - nfc: Avoid endless loops caused by repeated llcp_sock_connect()
+    - selinux: make nslot handling in avtab more robust
+    - selinux: fix cond_list corruption when changing booleans
+    - selinux: fix race between old and new sidtab
+    - xen/evtchn: Change irq_info lock to raw_spinlock_t
+    - net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlh
+    - [x86] drm/i915: Fix invalid access to ACPI _DSM objects
+    - [amd64] IB/hfi1: Fix probe time panic when AIP is enabled with a buggy
+      BIOS
+    - LOOKUP_MOUNTPOINT: we are cleaning "jumped" flag too late
+    - [ia64] fix user_stack_pointer() for ptrace()
+    - ocfs2: fix deadlock between setattr and dio_end_io_write
+    - fs: direct-io: fix missing sdio->boundary
+    - ethtool: fix incorrect datatype in set_eee ops
+    - of: property: fw_devlink: do not link ".*,nr-gpios"
+    - [armhf] dts: turris-omnia: configure LED[2]/INTn pin as interrupt pin
+    - batman-adv: initialize "struct batadv_tvlv_tt_vlan_data"->reserved field
+    - ice: Continue probe on link/PHY errors
+    - ice: Increase control queue timeout
+    - ice: prevent ice_open and ice_stop during reset
+    - ice: fix memory allocation call
+    - ice: remove DCBNL_DEVRESET bit from PF state
+    - ice: Fix for dereference of NULL pointer
+    - ice: Use port number instead of PF ID for WoL
+    - ice: Cleanup fltr list in case of allocation issues
+    - iwlwifi: pcie: properly set LTR workarounds on 22000 devices
+    - ice: fix memory leak of aRFS after resuming from suspend
+    - net: hso: fix null-ptr-deref during tty device unregistration
+    - bpf: Enforce that struct_ops programs be GPL-only
+    - bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GET
+    - ethernet/netronome/nfp: Fix a use after free in nfp_bpf_ctrl_msg_rx
+    - bpf: Refcount task stack in bpf_get_task_stack
+    - bpf, sockmap: Fix sk->prot unhash op reset
+    - bpf, sockmap: Fix incorrect fwd_alloc accounting
+    - net: ensure mac header is set in virtio_net_hdr_to_skb()
+    - i40e: Fix sparse warning: missing error code 'err'
+    - i40e: Fix sparse error: 'vsi->netdev' could be null
+    - i40e: Fix sparse error: uninitialized symbol 'ring'
+    - i40e: Fix sparse errors in i40e_txrx.c
+    - net: sched: sch_teql: fix null-pointer dereference
+    - net: sched: fix action overwrite reference counting
+    - nl80211: fix beacon head validation
+    - nl80211: fix potential leak of ACL params
+    - cfg80211: check S1G beacon compat element length
+    - mac80211: fix time-is-after bug in mlme
+    - mac80211: fix TXQ AC confusion
+    - net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind()
+    - net: let skb_orphan_partial wake-up waiters.
+    - [x86] thunderbolt: Fix a leak in tb_retimer_add()
+    - [x86] thunderbolt: Fix off by one in tb_port_find_retimer()
+    - usbip: add sysfs_lock to synchronize sysfs code paths
+    - usbip: stub-dev synchronize sysfs code paths
+    - usbip: vudc synchronize sysfs code paths
+    - usbip: synchronize event handler with sysfs code paths
+    - driver core: Fix locking bug in deferred_probe_timeout_work_func()
+    - scsi: pm80xx: Fix chip initialization failure
+    - scsi: target: iscsi: Fix zero tag inside a trace event
+    - percpu: make pcpu_nr_empty_pop_pages per chunk type
+    - i2c: turn recovery error on init to debug
+    - [x86] KVM: x86/mmu: change TDP MMU yield function returns to match
+      cond_resched
+    - [x86] KVM: x86/mmu: Merge flush and non-flush tdp_mmu_iter_cond_resched
+    - [x86] KVM: x86/mmu: Rename goal_gfn to next_last_level_gfn
+    - [x86] KVM: x86/mmu: Ensure forward progress when yielding in TDP MMU iter
+    - [x86] KVM: x86/mmu: Yield in TDU MMU iter even if no SPTES changed
+    - [x86] KVM: x86/mmu: Ensure TLBs are flushed when yielding during GFN range
+      zap
+    - [x86] KVM: x86/mmu: Ensure TLBs are flushed for TDP MMU during NX zapping
+    - [x86] KVM: x86/mmu: Don't allow TDP MMU to yield when recovering NX pages
+    - [x86] KVM: x86/mmu: preserve pending TLB flush across calls to
+      kvm_tdp_mmu_zap_sp
+    - net: sched: fix err handler in tcf_action_init()
+    - ice: Refactor DCB related variables out of the ice_port_info struct
+    - ice: Recognize 860 as iSCSI port in CEE mode
+    - xfrm: interface: fix ipv4 pmtu check to honor ip header df
+    - xfrm: Use actual socket sk instead of skb socket for xfrm_output_resume
+    - [armhf] OMAP4: PM: update ROM return address for OSWR and OFF
+    - net: xfrm: Localize sequence counter per network namespace
+    - esp: delete NETIF_F_SCTP_CRC bit from features for esp offload
+    - [x86] ASoC: SOF: Intel: HDA: fix core status verification
+    - xfrm: Fix NULL pointer dereference on policy lookup
+    - virtchnl: Fix layout of RSS structures
+    - i40e: Added Asym_Pause to supported link modes
+    - i40e: Fix kernel oops when i40e driver removes VF's
+    - vxlan: do not modify the shared tunnel info when PMTU triggers an ICMP
+      reply
+    - geneve: do not modify the shared tunnel info when PMTU triggers an ICMP
+      reply
+    - sch_red: fix off-by-one checks in red_check_params()
+    - drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmit
+    - xfrm: Provide private skb extensions for segmented and hw offloaded ESP
+      packets
+    - can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZE
+    - can: isotp: fix msg_namelen values depending on CAN_REQUIRED_SIZE
+    - ethernet: myri10ge: Fix a use after free in myri10ge_sw_tso
+    - gianfar: Handle error code at MAC address change
+    - [arm64,armhf] net: dsa: Fix type was not set for devlink port
+    - cxgb4: avoid collecting SGE_QBASE regs during traffic
+    - net:tipc: Fix a double free in tipc_sk_mcast_rcv
+    - [armhf] net/ncsi: Avoid channel_monitor hrtimer deadlock
+    - net: qrtr: Fix memory leak on qrtr_tx_wait failure
+    - nfp: flower: ignore duplicate merge hints from FW
+    - net: phy: broadcom: Only advertise EEE for supported modes
+    - [armhf] ASoC: sunxi: sun4i-codec: fill ASoC card owner (Closes: #980539)
+    - net/mlx5e: Fix mapping of ct_label zero
+    - net/mlx5e: Fix ethtool indication of connector type
+    - net/mlx5: Don't request more than supported EQs
+    - net/rds: Fix a use after free in rds_message_map_pages
+    - xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory model
+    - i40e: Fix display statistics for veb_tc
+    - [arm64] drm/msm: Set drvdata to NULL when msm_drm_init() fails
+    - net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...);
+    - scsi: ufs: core: Fix task management request completion timeout
+    - scsi: ufs: core: Fix wrong Task Tag used in task management request UPIUs
+    - net: cls_api: Fix uninitialised struct field bo->unlocked_driver_cb
+    - [arm64,riscv64] net: macb: restore cmp registers on resume path
+    - clk: fix invalid usage of list cursor in register
+    - clk: fix invalid usage of list cursor in unregister
+    - workqueue: Move the position of debug_work_activate() in __queue_work()
+    - [s390x] cpcmd: fix inline assembly register clobbering
+    - net: openvswitch: conntrack: simplify the return expression of
+      ovs_ct_limit_get_default_limit()
+    - openvswitch: fix send of uninitialized stack memory in ct limit reply
+    - i2c: designware: Adjust bus_freq_hz when refuse high speed mode set
+    - iwlwifi: fix 11ax disabled bit in the regulatory capability flags
+    - tipc: increment the tmp aead refcnt before attaching it
+    - [arm64] net: hns3: clear VF down state bit before request link status
+    - net/mlx5: Fix placement of log_max_flow_counter
+    - net/mlx5: Fix PPLM register mapping
+    - net/mlx5: Fix PBMC register mapping
+    - RDMA/cxgb4: check for ipv6 address properly while destroying listener
+    - RDMA/qedr: Fix kernel panic when trying to access recv_cq
+    - [arm*] drm/vc4: crtc: Reduce PV fifo threshold on hvs4
+    - i40e: Fix parameters in aq_get_phy_register()
+    - RDMA/addr: Be strict with gid size
+    - [armhf] clk: socfpga: fix iomem pointer cast on 64-bit
+    - dt-bindings: net: ethernet-controller: fix typo in NVMEM
+    - net: sched: bump refcount for new action in ACT replace mode
+    - gpiolib: Read "gpio-line-names" from a firmware node
+    - cfg80211: remove WARN_ON() in cfg80211_sme_connect
+    - net: tun: set tun->dev->addr_len during TUNSETLINK processing
+    - drivers: net: fix memory leak in atusb_probe
+    - drivers: net: fix memory leak in peak_usb_create_dev
+    - net: mac802154: Fix general protection fault (CVE-2021-33033)
+    - net: ieee802154: nl-mac: fix check on panid
+    - net: ieee802154: fix nl802154 del llsec key
+    - net: ieee802154: fix nl802154 del llsec dev
+    - net: ieee802154: fix nl802154 add llsec key
+    - net: ieee802154: fix nl802154 del llsec devkey
+    - net: ieee802154: forbid monitor for set llsec params
+    - net: ieee802154: forbid monitor for del llsec seclevel
+    - net: ieee802154: stop dump llsec params for monitors
+    - Revert "net: sched: bump refcount for new action in ACT replace mode"
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.31
+    - gfs2: Flag a withdraw if init_threads() fails
+    - [arm64] KVM: Hide system instruction access to Trace registers
+    - [arm64] KVM: Disable guest access to trace filter controls
+    - [armhf] drm/imx: imx-ldb: fix out of bounds array access warning
+    - gfs2: report "already frozen/thawed" errors
+    - ftrace: Check if pages were allocated before calling free_pages()
+    - [arm64,armhf] drm/tegra: dc: Don't set PLL clock to 0Hz
+    - [arm64,armhf] gpu: host1x: Use different lock classes for each client
+    - XArray: Fix splitting to non-zero orders
+    - block: only update parent bi_status when bio fail
+    - null_blk: fix command timeout completion handling
+    - io_uring: don't mark S_ISBLK async work as unbounded
+    - [riscv64] entry: fix misaligned base for excp_vect_table
+    - block: don't ignore REQ_NOWAIT for direct IO
+    - netfilter: x_tables: fix compat match/target pad out-of-bound write
+    - net: sfp: relax bitrate-derived mode check
+    - net: sfp: cope with SFPs that set both LOS normal and LOS inverted
+    - xen/events: fix setting irq affinity
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.32
+    - net/sctp: fix race condition in sctp_destroy_sock
+    - gpio: sysfs: Obey valid_mask
+    - dmaengine: Fix a double free in dma_async_device_register
+    - [x86] ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade()
+    - iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd()
+    - xfrm: BEET mode doesn't support fragments for inner packets
+    - ASoC: max98373: Changed amp shutdown register as volatile
+    - ASoC: max98373: Added 30ms turn on/off time delay
+    - [x86] gpu/xen: Fix a use after free in xen_drm_drv_init
+    - neighbour: Disregard DEAD dst in neigh_update
+    - [arm64] drm/msm: Fix a5xx/a6xx timestamps
+    - scsi: scsi_transport_srp: Don't block target in SRP_PORT_LOST state
+    - iwlwifi: add support for Qu with AX201 device
+    - net: ieee802154: stop dump llsec keys for monitors
+    - net: ieee802154: forbid monitor for add llsec key
+    - net: ieee802154: forbid monitor for del llsec key
+    - net: ieee802154: stop dump llsec devs for monitors
+    - net: ieee802154: forbid monitor for add llsec dev
+    - net: ieee802154: forbid monitor for del llsec dev
+    - net: ieee802154: stop dump llsec devkeys for monitors
+    - net: ieee802154: forbid monitor for add llsec devkey
+    - net: ieee802154: forbid monitor for del llsec devkey
+    - net: ieee802154: stop dump llsec seclevels for monitors
+    - net: ieee802154: forbid monitor for add llsec seclevel
+    - pcnet32: Use pci_resource_len to validate PCI resource
+    - mac80211: clear sta->fast_rx when STA removed from 4-addr VLAN
+    - Input: i8042 - fix Pegatron C15B ID entry
+    - HID: wacom: set EV_KEY and EV_ABS only for non-HID_GENERIC type of devices
+    - readdir: make sure to verify directory entry for legacy interfaces too
+    - [arm64] fix inline asm in load_unaligned_zeropad()
+    - [arm64] alternatives: Move length validation in alternative_{insn, endif}
+    - vfio/pci: Add missing range check in vfio_pci_mmap
+    - scsi: libsas: Reset num_scatter if libata marks qc as NODATA
+    - ixgbe: fix unbalanced device enable/disable in suspend/resume
+    - netfilter: flowtable: fix NAT IPv6 offload mangling
+    - netfilter: conntrack: do not print icmpv6 as unknown via /proc
+    - ice: Fix potential infinite loop when using u8 loop counter
+    - libnvdimm/region: Fix nvdimm_has_flush() to handle ND_REGION_ASYNC
+    - netfilter: bridge: add pre_exit hooks for ebtable unregistration
+    - netfilter: arp_tables: add pre_exit hook for table unregister
+    - [arm64,riscv64] net: macb: fix the restore of cmp registers
+    - net/mlx5e: fix ingress_ifindex check in mlx5e_flower_parse_meta
+    - netfilter: nft_limit: avoid possible divide error in nft_limit_init
+    - net/mlx5e: Fix setting of RS FEC mode
+    - net: sit: Unregister catch-all devices
+    - net: ip6_tunnel: Unregister catch-all devices
+    - mm: ptdump: fix build failure
+    - net: Make tcp_allowed_congestion_control readonly in non-init netns
+    - i40e: fix the panic when running bpf in xdpdrv mode
+    - ethtool: pause: make sure we init driver stats
+    - [ia64] tools: remove inclusion of ia64-specific version of errno.h header
+    - gro: ensure frag0 meets IP header alignment
+    - [armhf] OMAP2+: Fix warning for omap_init_time_of()
+    - [armhf] OMAP2+: Fix uninitialized sr_inst
+    - [arm64] dts: allwinner: Fix SD card CD GPIO for SOPine systems
+    - [arm64] dts: allwinner: h6: beelink-gs1: Remove ext. 32 kHz osc reference
+    - bpf: Use correct permission flag for mixed signed bounds arithmetic
+      (CVE-2021-29155)
+    - [x86] KVM: VMX: Convert vcpu_vmx.exit_reason to a union
+    - [x86] KVM: VMX: Don't use vcpu->run->internal.ndata as an array index
+      (CVE-2021-3501)
+    - r8169: tweak max read request size for newer chips also in jumbo mtu mode
+    - r8169: don't advertise pause in jumbo mode
+    - bpf: Ensure off_reg has no mixed signed bounds for all types
+      (CVE-2021-29155)
+    - bpf: Move off_reg into sanitize_ptr_alu (CVE-2021-29155)
+    - [armel,armhf] 9071/1: uprobes: Don't hook on thumb instructions
+    - [arm64] mte: Ensure TIF_MTE_ASYNC_FAULT is set atomically
+    - bpf: Rework ptr_limit into alu_limit and add common error path
+      (CVE-2021-29155)
+    - bpf: Improve verifier error messages for users (CVE-2021-29155)
+    - bpf: Move sanitize_val_alu out of op switch
+    - net: phy: marvell: fix detection of PHY on Topaz switches
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.33
+    - [armhf] gpio: omap: Save and restore sysconfig
+    - [x86] pinctrl: lewisburg: Update number of pins in community
+    - block: return -EBUSY when there are open partitions in blkdev_reread_part
+    - pinctrl: core: Show pin numbers for the controllers with base = 0
+    - [arm64] dts: allwinner: Revert SD card CD GPIO for Pine64-LTS
+    - bpf: Permits pointers on stack for helper calls
+    - bpf: Allow variable-offset stack access
+    - bpf: Refactor and streamline bounds check into helper (CVE-2021-29155)
+    - bpf: Tighten speculative pointer arithmetic mask
+    - locking/qrwlock: Fix ordering in queued_write_lock_slowpath()
+    - [x86] perf/x86/intel/uncore: Remove uncore extra PCI dev HSWEP_PCI_PCU_3
+    - [x86] perf/x86/kvm: Fix Broadwell Xeon stepping in isolation_ucodes[]
+    - HID: alps: fix error return code in alps_input_configured()
+    - HID cp2112: fix support for multiple gpiochips
+    - HID: wacom: Assign boolean values to a bool variable
+    - net: geneve: check skb is large enough for IPv4/IPv6 header
+    - [arm64,armhf] dmaengine: tegra20: Fix runtime PM imbalance on error
+    - [s390x] entry: save the caller of psw_idle
+    - [arm64] kprobes: Restore local irqflag if kprobes is cancelled
+    - xen-netback: Check for hotplug-status existence before watching
+    - [x86] crash: Fix crash_setup_memmap_entries() out-of-bounds access
+    - net: hso: fix NULL-deref on disconnect regression
+    - USB: CDC-ACM: fix poison/unpoison imbalance (Closes: #986995)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.34
+    - iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()
+    - [x86] mei: me: add Alder Lake P device id.
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.35
+    - [mips*] Do not include hi and lo in clobber list for R6
+    - netfilter: conntrack: Make global sysctls readonly in non-init netns
+    - net: usb: ax88179_178a: initialize local variables before use
+    - igb: Enable RSS for Intel I211 Ethernet Controller
+    - bpf: Fix masking negation logic upon negative dst register
+      (CVE-2021-31829)
+    - bpf: Fix leakage of uninitialized bpf stack under speculation
+      (CVE-2021-31829)
+    - net: qrtr: Avoid potential use after free in MHI send
+    - perf data: Fix error return code in perf_data__create_dir()
+    - capabilities: require CAP_SETFCAP to map uid 0
+    - perf ftrace: Fix access to pid in array when setting a pid filter
+    - driver core: add a min_align_mask field to struct device_dma_parameters
+    - swiotlb: add a IO_TLB_SIZE define
+    - swiotlb: factor out an io_tlb_offset helper
+    - swiotlb: factor out a nr_slots helper
+    - swiotlb: clean up swiotlb_tbl_unmap_single
+    - swiotlb: refactor swiotlb_tbl_map_single
+    - swiotlb: don't modify orig_addr in swiotlb_tbl_sync_single
+    - swiotlb: respect min_align_mask
+    - nvme-pci: set min_align_mask
+    - ovl: fix leaked dentry
+    - ovl: allow upperdir inside lowerdir
+    - ALSA: usb-audio: Add MIDI quirk for Vox ToneLab EX
+    - USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 Ethernet
+    - USB: Add reset-resume quirk for WD19's Realtek Hub
+    - [x86] platform/x86: thinkpad_acpi: Correct thermal sensor allocation
+    - perf/core: Fix unconditional security_locked_down() call
+    - vfio: Depend on MMU
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.36
+    - bus: mhi: core: Fix check for syserr at power_up
+    - bus: mhi: core: Clear configuration from channel context during reset
+    - bus: mhi: core: Sanity check values from remote device before use
+    - dyndbg: fix parsing file query without a line-range suffix
+    - [s390x] disassembler: increase ebpf disasm buffer size
+    - [s390x] zcrypt: fix zcard and zqueue hot-unplug memleak
+    - [arm64,x86] tpm: acpi: Check eventlog signature before using it
+    - ftrace: Handle commands when closing set_ftrace_filter file
+    - ecryptfs: fix kernel panic with null dev_name
+    - fs/epoll: restore waking from ep_done_scan()
+    - mtd: spi-nor: core: Fix an issue of releasing resources during read/write
+    - Revert "mtd: spi-nor: macronix: Add support for mx25l51245g"
+    - erofs: add unsupported inode i_format check
+    - [armhf] spi: stm32-qspi: fix pm_runtime usage_count counter
+    - [armhf] spi: spi-ti-qspi: Free DMA resources
+    - scsi: qla2xxx: Fix crash in qla2xxx_mqueuecommand()
+    - scsi: mpt3sas: Block PCI config access from userspace during reset
+    - mmc: sdhci: Check for reset prior to DMA address unmap
+    - mmc: sdhci-pci: Fix initialization of some SD cards for Intel BYT-based
+      controllers
+    - [arm64,armhf] mmc: sdhci-tegra: Add required callbacks to set/clear CQE_EN
+      bit
+    - mmc: block: Update ext_csd.cache_ctrl if it was written
+    - mmc: block: Issue a cache flush only when it's enabled
+    - mmc: core: Do a power cycle when the CMD11 fails
+    - mmc: core: Set read only for SD cards with permanent write protect bit
+    - mmc: core: Fix hanging on I/O during system suspend for removable cards
+    - [arm64,armhf] irqchip/gic-v3: Do not enable irqs when handling spurious
+      interrups
+    - cifs: Return correct error code from smb2_get_enc_key
+    - cifs: fix out-of-bound memory access when calling smb3_notify() at mount
+      point
+    - cifs: detect dead connections only when echoes are enabled.
+    - smb2: fix use-after-free in smb2_ioctl_query_info()
+    - btrfs: handle remount to no compress during compression
+    - btrfs: fix metadata extent leak after failure to create subvolume
+    - [x86] intel_th: pci: Add Rocket Lake CPU support
+    - btrfs: fix race between transaction aborts and fsyncs leading to
+      use-after-free
+    - posix-timers: Preserve return value in clock_adjtime32()
+    - fbdev: zero-fill colormap in fbcmap.c
+    - [armhf] bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect devices
+      first
+    - staging: wimax/i2400m: fix byte-order issue
+    - bus: mhi: core: Destroy SBL devices when moving to mission mode
+    - crypto: api - check for ERR pointers in crypto_destroy_tfm()
+    - [x86] crypto: qat - fix unmap invalid dma address
+    - usb: gadget: uvc: add bInterval checking for HS mode
+    - usb: webcam: Invalid size of Processing Unit Descriptor
+    - [x86] genirq/matrix: Prevent allocation counter corruption
+    - usb: gadget: f_uac2: validate input parameters
+    - usb: gadget: f_uac1: validate input parameters
+    - [arm64,armhf] usb: dwc3: gadget: Ignore EP queue requests during bus reset
+    - usb: xhci: Fix port minor revision
+    - PCI: PM: Do not read power state in pci_enable_device_flags()
+    - [arm64,armhf] soc/tegra: pmc: Fix completion of power-gate toggling
+    - [arm64] dts: imx8mq-librem5-r3: Mark buck3 as always on
+    - [arm64] tee: optee: do not check memref size on return from Secure World
+    - [arm64,x86] soundwire: cadence: only prepare attached devices on clock
+      stop
+    - [arm*] perf/arm_pmu_platform: Use dev_err_probe() for IRQ errors
+    - [arm*] perf/arm_pmu_platform: Fix error handling
+    - random: initialize ChaCha20 constants with correct endianness
+    - xhci: check port array allocation was successful before dereferencing it
+    - xhci: check control context is valid before dereferencing it.
+    - xhci: fix potential array out of bounds with several interrupters
+    - bus: mhi: core: Clear context for stopped channels from remove()
+    - [arm64] spi: qup: fix PM reference leak in spi_qup_remove()
+    - [arm64,armhf] usb: musb: fix PM reference leak in musb_irq_work()
+    - usb: core: hub: Fix PM reference leak in usb_port_resume()
+    - [arm64,armhf] usb: dwc3: gadget: Check for disabled LPM quirk
+    - tty: n_gsm: check error while registering tty devices
+    - [x86] intel_th: Consistency and off-by-one fix
+    - [armhf] phy: phy-twl4030-usb: Fix possible use-after-free in
+      twl4030_usb_remove()
+    - [arm64] crypto: sun8i-ce - Fix PM reference leak in sun8i_ce_probe()
+    - [armhf] crypto: stm32/hash - Fix PM reference leak on stm32-hash.c
+    - [armhf] crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.c
+    - [x86] platform/x86: intel_pmc_core: Don't use global pmcdev in quirks
+    - spi: sync up initial chipselect state
+    - btrfs: do proper error handling in create_reloc_root
+    - btrfs: do proper error handling in btrfs_update_reloc_root
+    - btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s
+    - drm: Added orientation quirk for OneGX1 Pro
+    - drm/qxl: do not run release if qxl failed to init
+    - drm/qxl: release shadow on shutdown
+    - drm/ast: Fix invalid usage of AST_MAX_HWC_WIDTH in cursor atomic_check
+    - drm/ast: fix memory leak when unload the driver
+    - drm/amd/display: Check for DSC support instead of ASIC revision
+    - drm/amdgpu/display: buffer INTERRUPT_LOW_IRQ_CONTEXT interrupt work
+    - scsi: lpfc: Fix incorrect dbde assignment when building target abts wqe
+    - scsi: lpfc: Fix pt2pt connection does not recover after LOGO
+    - drm/amdgpu: Fix some unload driver issues
+    - sched/pelt: Fix task util_est update filtering
+    - kvfree_rcu: Use same set of GFP flags as does single-argument
+    - scsi: target: pscsi: Fix warning in pscsi_complete_cmd()
+    - [x86] media: ite-cir: check for receive overflow
+    - power: supply: bq27xxx: fix power_avg for newer ICs
+    - media: media/saa7164: fix saa7164_encoder_register() memory leak bugs
+    - media: gspca/sq905.c: fix uninitialized variable
+    - drm/amdgpu: mask the xgmi number of hops reported from psp to kfd
+    - drm/amdgpu : Fix asic reset regression issue introduce by 8f211fe8ac7c4f
+    - drm/amd/display: Fix UBSAN warning for not a valid value for type '_Bool'
+    - scsi: qla2xxx: Always check the return value of qla24xx_get_isp_stats()
+    - scsi: qla2xxx: Fix use after free in bsg
+    - [arm64,armhf] mmc: sdhci-esdhc-imx: validate pinctrl before use it
+    - mmc: sdhci-pci: Add PCI IDs for Intel LKF
+    - ata: ahci: Disable SXS for Hisilicon Kunpeng920
+    - nvmet: return proper error code from discovery ctrl
+    - scsi: smartpqi: Use host-wide tag space
+    - scsi: smartpqi: Correct request leakage during reset operations
+    - scsi: smartpqi: Add new PCI IDs
+    - scsi: scsi_dh_alua: Remove check for ASC 24h in alua_rtpg()
+    - media: em28xx: fix memory leak
+    - media: vivid: update EDID
+    - [arm64] drm/msm/dp: Fix incorrect NULL check kbot warnings in DP driver
+    - [armhf] clk: socfpga: arria10: Fix memory leak of socfpga_clk on error
+      return
+    - media: dvb-usb: fix memory leak in dvb_usb_adapter_init
+    - media: gscpa/stv06xx: fix memory leak
+    - sched/fair: Ignore percpu threads for imbalance pulls
+    - [arm64] drm/msm/mdp5: Configure PP_SYNC_HEIGHT to double the vtotal
+    - [arm64] drm/msm/mdp5: Do not multiply vclk line count by 100
+    - drm/amdgpu/ttm: Fix memory leak userptr pages
+    - drm/radeon/ttm: Fix memory leak userptr pages
+    - drm/amd/display: Try YCbCr420 color when YCbCr444 fails
+    - drm/amdgpu: fix NULL pointer dereference
+    - scsi: lpfc: Fix crash when a REG_RPI mailbox fails triggering a LOGO
+      response
+    - scsi: lpfc: Fix error handling for mailboxes completed in MBX_POLL mode
+    - scsi: lpfc: Remove unsupported mbox PORT_CAPABILITIES logic
+    - mfd: intel-m10-bmc: Fix the register access range
+    - mfd: da9063: Support SMBus and I2C mode
+    - scsi: libfc: Fix a format specifier
+    - perf: Rework perf_event_exit_event()
+    - sched,fair: Alternative sched_slice()
+    - [s390x] archrandom: add parameter check for s390_arch_random_generate
+    - sched,psi: Handle potential task count underflow bugs more gracefully
+    - [i386] ALSA: emu8000: Fix a use after free in snd_emu8000_create_mixer
+    - ALSA: hda/conexant: Re-order CX5066 quirk table entries
+    - [i386] ALSA: sb: Fix two use after free in snd_sb_qsound_build
+    - ALSA: usb-audio: Explicitly set up the clock selector
+    - ALSA: usb-audio: Add dB range mapping for Sennheiser Communications
+      Headset PC 8
+    - ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 445 G7
+    - ALSA: hda/realtek: GA503 use same quirks as GA401
+    - ALSA: hda/realtek: fix mic boost on Intel NUC 8
+    - ALSA: hda/realtek - Headset Mic issue on HP platform
+    - ALSA: hda/realtek: fix static noise on ALC285 Lenovo laptops
+    - ALSA: hda/realtek: Add quirk for Intel Clevo PCx0Dx
+    - [x86] tools/power/turbostat: Fix turbostat for AMD Zen CPUs
+      (Closes: #985681)
+    - btrfs: fix race when picking most recent mod log operation for an old root
+    - [arm64] vdso: Discard .note.gnu.property sections in vDSO
+    - Makefile: Move -Wno-unused-but-set-variable out of GCC only block
+    - fs: fix reporting supported extra file attributes for statx()
+    - virtiofs: fix memory leak in virtio_fs_probe()
+    - ubifs: Only check replay with inode type to judge if inode linked
+    - f2fs: fix error handling in f2fs_end_enable_verity()
+    - f2fs: fix to avoid out-of-bounds memory access (CVE-2021-3506)
+    - openvswitch: fix stack OOB read while fragmenting IPv4 packets
+    - [arm64] ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe
+      failure
+    - NFS: fs_context: validate UDP retrans to prevent shift out-of-bounds
+    - NFS: Don't discard pNFS layout segments that are marked for return
+    - NFSv4: Don't discard segments marked for return in _pnfs_return_layout()
+    - jffs2: Fix kasan slab-out-of-bounds problem
+    - jffs2: Hook up splice_write callback
+    - [powerpc*] powernv: Enable HAIL (HV AIL) for ISA v3.1 processors
+    - [powerpc*] eeh: Fix EEH handling for hugepages in ioremap space.
+    - [x86] intel_th: pci: Add Alder Lake-M support
+    - [arm64,x86] tpm: efi: Use local variable for calculating final log size
+    - [arm64,x86] tpm: vtpm_proxy: Avoid reading host log when using a virtual
+      device
+    - [armhf] crypto: arm/curve25519 - Move '.fpu' after '.arch'
+    - md/raid1: properly indicate failure when ending a failed write request
+    - dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload
+      sequences
+    - fuse: fix write deadlock
+    - exfat: fix erroneous discard when clear cluster bit
+    - sfc: farch: fix TX queue lookup in TX flush done handling
+    - sfc: farch: fix TX queue lookup in TX event handling
+    - security: commoncap: fix -Wstringop-overread warning
+    - Fix misc new gcc warnings
+    - jffs2: check the validity of dstlen in jffs2_zlib_compress()
+    - smb3: when mounting with multichannel include it in requested capabilities
+    - smb3: do not attempt multichannel to server which does not support it
+    - Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT
+      op")
+    - futex: Do not apply time namespace adjustment on FUTEX_LOCK_PI
+    - [x86] cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supported
+    - ext4: annotate data race in start_this_handle()
+    - ext4: annotate data race in jbd2_journal_dirty_metadata()
+    - ext4: fix check to prevent false positive report of incorrect used inodes
+    - ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()
+    - ext4: fix error code in ext4_commit_super
+    - ext4: fix ext4_error_err save negative errno into superblock
+    - ext4: fix error return code in ext4_fc_perform_commit()
+    - ext4: allow the dax flag to be set and cleared on inline directories
+    - ext4: Fix occasional generic/418 failure
+    - media: dvbdev: Fix memory leak in dvb_media_device_free()
+    - media: dvb-usb: Fix use-after-free access
+    - media: dvb-usb: Fix memory leak at error in dvb_usb_device_init()
+    - media: v4l2-ctrls: fix reference to freed memory
+    - [arm64] media: venus: hfi_parser: Don't initialize parser on v1
+    - usb: gadget: dummy_hcd: fix gpf in gadget_setup
+    - usb: gadget: Fix double free of device descriptor pointers
+    - usb: gadget/function/f_fs string table fix for multiple languages
+    - [arm64,armhf] usb: dwc3: gadget: Remove FS bInterval_m1 limitation
+    - [arm64,armhf] usb: dwc3: gadget: Fix START_TRANSFER link state check
+    - [arm64,armhf] usb: dwc3: core: Do core softreset when switch mode
+    - [arm*] usb: dwc2: Fix session request interrupt handler
+    - tty: fix memory leak in vc_deallocate
+    - [x86] tools/power turbostat: Fix offset overflow issue in index converting
+    - tracing: Map all PIDs to command lines
+    - tracing: Restructure trace_clock_global() to never block
+    - dm space map common: fix division bug in sm_ll_find_free_block()
+    - dm integrity: fix missing goto in bitmap_flush_interval error handling
+    - dm rq: fix double free of blk_mq_tag_set in dev remove after table load
+      fails
+    - lib/vsprintf.c: remove leftover 'f' and 'F' cases from bstr_printf()
+    - [arm*] thermal/drivers/cpufreq_cooling: Fix slab OOB issue
+    - thermal/core/fair share: Lock the thermal zone while looping over
+      instances
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.37
+    - Bluetooth: verify AMP hci_chan before amp_destroy (CVE-2021-33034)
+    - bluetooth: eliminate the potential race condition when removing the HCI
+      controller (CVE-2021-32399)
+    - net/nfc: fix use-after-free llcp_sock_bind/connect (CVE-2021-23134)
+    - io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers
+      (CVE-2021-3491)
+    - Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL"
+    - usb: roles: Call try_module_get() from usb_role_switch_find_by_fwnode()
+    - [amd64] tty: moxa: fix TIOCSSERIAL jiffies conversions
+    - USB: serial: usb_wwan: fix TIOCSSERIAL jiffies conversions
+    - USB: serial: ti_usb_3410_5052: fix TIOCSSERIAL permission check
+    - [amd64] tty: moxa: fix TIOCSSERIAL permission check
+    - [x86] usb: typec: tcpm: Address incorrect values of tcpm psy for fixed
+      supply
+    - [x86] usb: typec: tcpm: Address incorrect values of tcpm psy for pps
+      supply
+    - [x86] usb: typec: tcpm: update power supply once partner accepts
+    - FDDI: defxx: Bail out gracefully with unassigned PCI resource for CSR
+    - PCI: Allow VPD access for QLogic ISP2722
+    - [x86] KVM: Defer the MMU unload to the normal path on an global INVPCID
+    - [arm64] PCI: xgene: Fix cfg resource mapping
+    - PM / devfreq: Unlock mutex and free devfreq struct in error path
+    - iio: inv_mpu6050: Fully validate gyro and accel scale writes
+    - iio:accel:adis16201: Fix wrong axis assignment that prevents loading
+    - iio:adc:ad7476: Fix remove handling
+    - misc: lis3lv02d: Fix false-positive WARN on various HP models
+    - [x86] misc: vmw_vmci: explicitly initialize vmci_notify_bm_set_msg struct
+    - [x86] misc: vmw_vmci: explicitly initialize vmci_datagram payload
+    - selinux: add proper NULL termination to the secclass_map permissions
+    - [x86] sched: Treat Intel SNC topology as default, COD as exception
+    - async_xor: increase src_offs when dropping destination page
+    - md/bitmap: wait for external bitmap writes to complete during tear down
+    - md-cluster: fix use-after-free issue when removing rdev
+    - md: split mddev_find
+    - md: factor out a mddev_find_locked helper from mddev_find
+    - md: md_open returns -EBUSY when entering racing area
+    - md: Fix missing unused status line of /proc/mdstat
+    - ipw2x00: potential buffer overflow in libipw_wx_set_encodeext()
+    - cfg80211: scan: drop entry from hidden_list on overflow
+    - rtw88: Fix array overrun in rtw_get_tx_power_params()
+    - mt76: fix potential DMA mapping leak
+    - [amd64] drm/i915/gvt: Fix virtual display setup for BXT/APL
+    - [amd64] drm/i915/gvt: Fix vfio_edid issue for BXT/APL
+    - drm/qxl: use ttm bo priorities
+    - [arm64,armhf] drm/panfrost: Clear MMU irqs before handling the fault
+    - [arm64,armhf] drm/panfrost: Don't try to map pages that are already mapped
+    - drm/radeon: fix copy of uninitialized variable back to userspace
+    - drm/dp_mst: Revise broadcast msg lct & lcr
+    - drm/dp_mst: Set CLEAR_PAYLOAD_ID_TABLE as broadcast
+    - drm: bridge/panel: Cleanup connector on bridge detach
+    - drm/amd/display: Reject non-zero src_y and src_x for video planes
+    - drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2
+    - ALSA: hda/realtek: Re-order ALC882 Acer quirk table entries
+    - ALSA: hda/realtek: Re-order ALC882 Sony quirk table entries
+    - ALSA: hda/realtek: Re-order ALC882 Clevo quirk table entries
+    - ALSA: hda/realtek: Re-order ALC269 HP quirk table entries
+    - ALSA: hda/realtek: Re-order ALC269 Acer quirk table entries
+    - ALSA: hda/realtek: Re-order ALC269 Dell quirk table entries
+    - ALSA: hda/realtek: Re-order ALC269 ASUS quirk table entries
+    - ALSA: hda/realtek: Re-order ALC269 Sony quirk table entries
+    - ALSA: hda/realtek: Re-order ALC269 Lenovo quirk table entries
+    - ALSA: hda/realtek: Re-order remaining ALC269 quirk table entries
+    - ALSA: hda/realtek: Re-order ALC662 quirk table entries
+    - ALSA: hda/realtek: Remove redundant entry for ALC861 Haier/Uniwill devices
+    - ALSA: hda/realtek: ALC285 Thinkpad jack pin quirk is unreachable
+    - ALSA: hda/realtek: Fix speaker amp on HP Envy AiO 32
+    - [s390x] KVM: VSIE: correctly handle MVPG when in VSIE
+    - [s390x] KVM: split kvm_s390_logical_to_effective
+    - [s390x] KVM: fix guarded storage control register handling
+    - [s390x] fix detection of vector enhancements facility 1 vs. vector packed
+      decimal facility
+    - [s390x] KVM: VSIE: fix MVPG handling for prefixing and MSO
+    - [s390x] KVM: split kvm_s390_real_to_abs
+    - [s390x] KVM: extend kvm_s390_shadow_fault to return entry pointer
+    - [x86] KVM: x86/mmu: Alloc page for PDPTEs when shadowing 32-bit NPT with
+      64-bit
+    - [x86] KVM: x86: Remove emulator's broken checks on CR0/CR3/CR4 loads
+    - [x86] KVM: nSVM: Set the shadow root level to the TDP level for nested NPT
+    - [x86] KVM: SVM: Don't strip the C-bit from CR2 on #PF interception
+    - [x86] KVM: SVM: Do not allow SEV/SEV-ES initialization after vCPUs are
+      created
+    - [x86] KVM: SVM: Inject #GP on guest MSR_TSC_AUX accesses if RDTSCP
+      unsupported
+    - [x86] KVM: nVMX: Defer the MMU reload to the normal path on an EPTP switch
+    - [x86] KVM: nVMX: Truncate bits 63:32 of VMCS field on nested check in
+      !64-bit
+    - [x86] KVM: nVMX: Truncate base/index GPR value on address calc in !64-bit
+    - [arm64] KVM: arm/arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST read
+    - KVM: Destroy I/O bus devices on unregister failure _after_ sync'ing SRCU
+    - KVM: Stop looking for coalesced MMIO zones if the bus is destroyed
+    - [arm64] KVM: Fully zero the vcpu state on reset
+    - [arm64] KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read
+    - Revert "drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmit"
+    - Revert "i3c master: fix missing destroy_workqueue() on error in
+      i3c_master_register"
+    - ovl: fix missing revert_creds() on error path
+    - Revert "drm/qxl: do not run release if qxl failed to init"
+    - [x86] usb: gadget: pch_udc: Revert d3cb25a12138 completely
+    - Revert "tools/power turbostat: adjust for temperature offset"
+    - [arm64] firmware: xilinx: Fix dereferencing freed memory
+    - [armhf] memory: gpmc: fix out of bounds read and dereference on gpmc_cs[]
+    - [armhf] ARM: dts: exynos: correct fuel gauge interrupt trigger level on
+      GT-I9100
+    - [armhf] ARM: dts: exynos: correct PMIC interrupt trigger level on SMDK5250
+    - [armhf] serial: stm32: fix code cleaning warnings and checks
+    - [armhf] serial: stm32: add "_usart" prefix in functions name
+    - [armhf] serial: stm32: fix probe and remove order for dma
+    - [armhf] serial: stm32: Use of_device_get_match_data()
+    - [armhf] serial: stm32: fix startup by enabling usart for reception
+    - [armhf] serial: stm32: fix incorrect characters on console
+    - [armhf] serial: stm32: fix TX and RX FIFO thresholds
+    - [armhf] serial: stm32: fix a deadlock condition with wakeup event
+    - [armhf] serial: stm32: fix wake-up flag handling
+    - [armhf] serial: stm32: fix a deadlock in set_termios
+    - [armhf] serial: stm32: fix tx dma completion, release channel
+    - [armhf] serial: stm32: call stm32_transmit_chars locked
+    - [armhf] serial: stm32: fix FIFO flush in startup and set_termios
+    - [armhf] serial: stm32: add FIFO flush when port is closed
+    - [armhf] serial: stm32: fix tx_empty condition
+    - [x86] usb: typec: tps6598x: Fix return value check in tps6598x_probe()
+    - regmap: set debugfs_name to NULL after it is freed
+    - [arm64,armhf] spi: rockchip: avoid objtool warning
+    - mtd: Handle possible -EPROBE_DEFER from parse_mtd_partitions()
+    - mtd: don't lock when recursively deleting partitions
+    - mtd: maps: fix error return code of physmap_flash_remove()
+    - [arm64] dts: qcom: db845c: fix correct powerdown pin for WSA881x
+    - [armhf] spi: stm32: drop devres version of spi_register_master
+    - [armhf] spi: stm32: Fix use-after-free on unbind
+    - [x86] microcode: Check for offline CPUs before requesting new microcode
+    - devtmpfs: fix placement of complete() call
+    - [x86] usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits()
+    - [x86] usb: gadget: pch_udc: Check if driver is present before calling
+      ->setup()
+    - [x86] usb: gadget: pch_udc: Check for DMA mapping error
+    - [x86] usb: gadget: pch_udc: Initialize device pointer before use
+    - [x86] usb: gadget: pch_udc: Provide a GPIO line used on Intel Minnowboard
+      (v1)
+    - [amd64] crypto: ccp - fix command queuing to TEE ring buffer
+    - [x86] crypto: qat - don't release uninitialized resources
+    - [x86] crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_init
+    - dt-bindings: serial: stm32: Use 'type: object' instead of false for
+      'additionalProperties'
+    - mtd: require write permissions for locking and badblock ioctls
+    - [arm64] bus: qcom: Put child node before return
+    - soundwire: bus: Fix device found flag correctly
+    - NFSD: Fix sparse warning in nfs4proc.c
+    - NFSv4.2: fix copy stateid copying for the async copy
+    - crypto: poly1305 - fix poly1305_core_setkey() declaration
+    - [x86] crypto: qat - fix error path in adf_isr_resource_alloc()
+    - [armhf] usb: gadget: aspeed: fix dma map failure
+    - [arm64] drivers: nvmem: Fix voltage settings for QTI qfprom-efuse
+    - driver core: platform: Declare early_platform_cleanup() prototype
+    - [armel,armhf] memory: pl353: fix mask of ECC page_size config register
+    - soundwire: stream: fix memory leak in stream config error path
+    - [arm64] firmware: qcom_scm: Make __qcom_scm_is_call_available() return
+      bool
+    - [arm64] firmware: qcom_scm: Reduce locking section for __get_convention()
+    - [arm64] firmware: qcom_scm: Workaround lack of "is available" call on
+      SC7180
+    - [arm64,armhf] irqchip/gic-v3: Fix OF_BAD_ADDR error handling
+    - [x86] staging: rtl8192u: Fix potential infinite loop
+    - PM / devfreq: Use more accurate returned new_freq as resume_freq
+    - [armhf] clocksource/drivers/timer-ti-dm: Fix posted mode status check
+      order
+    - [armhf] clocksource/drivers/timer-ti-dm: Add missing
+      set_state_oneshot_stopped
+    - spi: Fix use-after-free with devm_spi_alloc_*
+    - [arm64] soc: qcom: mdt_loader: Validate that p_filesz < p_memsz
+    - [arm64] soc: qcom: mdt_loader: Detect truncated read of segments
+    - PM: runtime: Replace inline function pm_runtime_callbacks_present()
+    - [amd64,arm64] ACPI: CPPC: Replace cppc_attr with kobj_attribute
+    - [x86] crypto: qat - Fix a double free in adf_create_ring
+    - [arm64] cpufreq: armada-37xx: Fix setting TBG parent for load levels
+    - [arm64] clk: mvebu: armada-37xx-periph: remove .set_parent method for CPU
+      PM clock
+    - [arm64] cpufreq: armada-37xx: Fix the AVS value for load L1
+    - [arm64] clk: mvebu: armada-37xx-periph: Fix switching CPU freq from 250
+      Mhz to 1 GHz
+    - [arm64] clk: mvebu: armada-37xx-periph: Fix workaround for switching from
+      L1 to L0
+    - [arm64] cpufreq: armada-37xx: Fix driver cleanup when registration failed
+    - [arm64] cpufreq: armada-37xx: Fix determining base CPU frequency
+    - USB: cdc-acm: fix unprivileged TIOCCSERIAL
+    - USB: cdc-acm: fix TIOCGSERIAL implementation
+    - tty: actually undefine superseded ASYNC flags
+    - tty: fix return value for unsupported ioctls
+    - tty: fix return value for unsupported termiox ioctls
+    - serial: core: return early on unsupported ioctls
+    - node: fix device cleanups in error handling code
+    - crypto: chelsio - Read rxchannel-id from firmware
+    - usbip: vudc: fix missing unlock on error in usbip_sockfd_store()
+    - security: keys: trusted: fix TPM2 authorizations
+    - [x86] platform/x86: pmc_atom: Match all Beckhoff Automation baytrail
+      boards with critclk_systems DMI table
+    - [armhf] dts: aspeed: Rainier: Fix humidity sensor bus address
+    - [x86] Drivers: hv: vmbus: Use after free in __vmbus_open()
+    - [x86] Drivers: hv: vmbus: Increase wait time for VMbus unload
+    - [x86] PM: hibernate: x86: Use crc32 instead of md5 for hibernation e820
+      integrity check
+    - [arm*] usb: dwc2: Fix host mode hibernation exit with remote wakeup flow.
+    - [arm*] usb: dwc2: Fix hibernation between host and device modes.
+    - ttyprintk: Add TTY hangup callback.
+    - [armhf] serial: omap: don't disable rs485 if rts gpio is missing
+    - [armhf] serial: omap: fix rs485 half-duplex filtering
+    - xen-blkback: fix compatibility bug with single page rings
+    - [armhf] soc: aspeed: fix a ternary sign expansion bug
+    - [armhf] drm/tilcdc: send vblank event when disabling crtc
+    - [armhf] drm/stm: Fix bus_flags handling
+    - drm/amd/display: Fix off by one in hdmi_14_process_transaction()
+    - sched/fair: Fix shift-out-of-bounds in load_balance()
+    - afs: Fix updating of i_mode due to 3rd party change
+    - rcu: Remove spurious instrumentation_end() in rcu_nmi_enter()
+    - media: vivid: fix assignment of dev->fbuf_out_flags
+    - media: saa7134: use sg_dma_len when building pgtable
+    - media: saa7146: use sg_dma_len when building pgtable
+    - [armhf] media: aspeed: fix clock handling logic
+    - drm/probe-helper: Check epoch counter in output_poll_execute()
+    - [arm64] media: venus: core: Fix some resource leaks in the error path of
+      'venus_probe()'
+    - media: m88ds3103: fix return value check in m88ds3103_probe()
+    - media: m88rs6000t: avoid potential out-of-bounds reads on arrays
+    - [x86] kprobes: Fix to check non boostable prefixes correctly
+    - sata_mv: add IRQ checks
+    - ata: libahci_platform: fix IRQ check
+    - seccomp: Fix CONFIG tests for Seccomp_filters
+    - nvme-tcp: block BH in sk state_change sk callback
+    - nvmet-tcp: fix incorrect locking in state_change sk callback
+    - [armhf] clk: imx: Fix reparenting of UARTs not associated with stdout
+    - nvme: retrigger ANA log update if group descriptor isn't found
+    - media: v4l2-ctrls.c: fix race condition in hdl->requests list
+    - vfio/pci: Move VGA and VF initialization to functions
+    - vfio/pci: Re-order vfio_pci_probe()
+    - [amd64] vfio/mdev: Do not allow a mdev_type to have a NULL parent pointer
+    - drm/amd/display: use GFP_ATOMIC in dcn20_resource_construct
+    - drm/radeon: Fix a missing check bug in radeon_dp_mst_detect()
+    - scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_check()
+    - scsi: pm80xx: Fix potential infinite loop
+    - scsi: ufs: ufshcd-pltfrm: Fix deferred probing
+    - [amd64] scsi: hisi_sas: Fix IRQ checks
+    - [powerpc*] scsi: ibmvfc: Fix invalid state machine BUG_ON()
+    - nvmet-tcp: fix a segmentation fault during io parsing error
+    - nvme-pci: don't simple map sgl when sgls are disabled
+    - [armhf] HSI: core: fix resource leaks in hsi_add_client_from_dt()
+    - [amd64] x86/events/amd/iommu: Fix sysfs type mismatch
+    - [x86] perf/amd/uncore: Fix sysfs type mismatch
+    - io_uring: fix overflows checks in provide buffers
+    - sched/debug: Fix cgroup_path[] serialization
+    - drivers/block/null_blk/main: Fix a double free in null_init.
+    - xsk: Respect device's headroom and tailroom on generic xmit path
+    - HID: plantronics: Workaround for double volume key presses
+    - RDMA/mlx5: Fix mlx5 rates to IB rates map
+    - [x86] KVM: x86/mmu: Retry page faults that hit an invalid memslot
+    - Bluetooth: avoid deadlock between hci_dev->lock and socket lock
+    - bpftool: Fix maybe-uninitialized warnings
+    - iommu: Check dev->iommu in iommu_dev_xxx functions
+    - [amd64] iommu/vt-d: Reject unsupported page request modes
+    - [powerpc*] prom: Mark identical_pvr_fixup as __init
+    - inet: use bigger hash table for IP ID generation
+    - [arm64,armhf] pinctrl: pinctrl-single: remove unused parameter
+    - [arm64,armhf] pinctrl: pinctrl-single: fix pcs_pin_dbg_show() when
+      bits_per_mux is not zero
+    - [mips64el,mipsel] loongson64: fix bug when PAGE_SIZE > 16KB
+    - RDMA/mlx5: Fix drop packet rule in egress table
+    - IB/isert: Fix a use after free in isert_connect_request
+    - gpio: guard gpiochip_irqchip_add_domain() with GPIOLIB_IRQCHIP
+    - ALSA: core: remove redundant spin_lock pair in snd_card_disconnect
+    - net: phy: lan87xx: fix access to wrong register of LAN87xx
+    - udp: never accept GSO_FRAGLIST packets
+    - [powerpc*] pseries: Only register vio drivers if vio bus exists
+    - net/tipc: fix missing destroy_workqueue() on error in tipc_crypto_start()
+    - bug: Remove redundant condition check in report_bug
+    - RDMA/core: Fix corrupted SL on passive side
+    - nfc: pn533: prevent potential memory corruption
+    - [arm64] net: hns3: Limiting the scope of vector_ring_chain variable
+    - [amd64] iommu/vt-d: Don't set then clear private data in
+      prq_event_thread()
+    - iommu: Fix a boundary issue to avoid performance drop
+    - [amd64] iommu/vt-d: Report right snoop capability when using FL for IOVA
+    - [amd64] iommu/vt-d: Report the right page fault address
+    - [amd64] iommu/vt-d: Preset Access/Dirty bits for IOVA over FL
+    - [amd64] iommu/vt-d: Remove WO permissions on second-level paging entries
+    - [amd64] iommu/vt-d: Invalidate PASID cache when root/context entry changed
+    - ALSA: usb-audio: Add error checks for usb_driver_claim_interface() calls
+    - HID: lenovo: Use brightness_set_blocking callback for setting LEDs
+      brightness
+    - HID: lenovo: Fix lenovo_led_set_tp10ubkbd() error handling
+    - HID: lenovo: Check hid_get_drvdata() returns non NULL in lenovo_event()
+    - HID: lenovo: Map mic-mute button to KEY_F20 instead of KEY_MICMUTE
+    - [arm64] KVM: Initialize VCPU mdcr_el2 before loading it
+    - [arm*] ASoC: simple-card: fix possible uninitialized single_cpu local
+      variable
+    - [amd64] IB/hfi1: Use kzalloc() for mmu_rb_handler allocation
+    - [powerpc*] 64s: Fix pte update for kernel memory on radix
+    - [powerpc*] perf: Fix PMU constraint check for EBB events
+    - mac80211: bail out if cipher schemes are invalid
+    - perf vendor events amd: Fix broken L2 Cache Hits from L2 HWPF metric
+    - xfs: fix return of uninitialized value in variable error
+    - rtw88: Fix an error code in rtw_debugfs_set_rsvd_page()
+    - mt7601u: fix always true expression
+    - [powerpc*] KVM: PPC: Book3S HV P9: Restore host CTRL SPR after guest exit
+    - ovl: invalidate readdir cache on changes to dir with origin
+    - RDMA/qedr: Fix error return code in qedr_iw_connect()
+    - [amd64] IB/hfi1: Fix error return code in parse_platform_config()
+    - cxgb4: Fix unintentional sign extension issues
+    - [arm64] net: thunderx: Fix unintentional sign extension issue
+    - RDMA/srpt: Fix error return code in srpt_cm_req_recv()
+    - [arm64,armhf] i2c: imx: fix reference leak when pm_runtime_get_sync fails
+    - [armhf] i2c: omap: fix reference leak when pm_runtime_get_sync fails
+    - [armhf] i2c: stm32f7: fix reference leak when pm_runtime_get_sync fails
+    - [powerpc*] xive: Drop check on irq_data in xive_core_debug_show()
+    - [powerpc*] xive: Fix xmon command "dxi"
+    - net/packet: make packet_fanout.arr size configurable up to 64K
+    - net/packet: remove data races in fanout operations
+    - [amd64] drm/i915/gvt: Fix error code in intel_gvt_init_device()
+    - [amd64] iommu/amd: Put newline after closing bracket in warning
+    - [mips64el,mipsel] pci-legacy: stop using of_pci_range_to_resource
+    - [powerpc*] pseries: extract host bridge from pci_bus prior to bus removal
+    - [powerpc*] smp: Reintroduce cpu_core_mask
+    - [x86] KVM: dump_vmcs should not assume GUEST_IA32_EFER is valid
+    - rtlwifi: 8821ae: upgrade PHY and RF parameters
+    - [arm64,armhf] wlcore: fix overlapping snprintf arguments in debugfs
+    - mwl8k: Fix a double Free in mwl8k_probe_hw
+    - netfilter: nft_payload: fix C-VLAN offload support
+    - netfilter: nftables_offload: VLAN id needs host byteorder in flow
+      dissector
+    - netfilter: nftables_offload: special ethertype handling for VLAN
+    - [x86] vsock/vmci: log once the failed queue pair allocation
+    - gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment check
+    - RDMA/cxgb4: add missing qpid increment
+    - RDMA/i40iw: Fix error unwinding when i40iw_hmc_sd_one fails
+    - ALSA: usb: midi: don't return -ENOMEM when usb_urb_ep_type_check fails
+    - sfc: ef10: fix TX queue lookup in TX event handling
+    - vsock/virtio: free queued packets when closing socket
+    - [armhf] net: davinci_emac: Fix incorrect masking of tx and rx error
+      channel
+    - [amd64] crypto: ccp: Detect and reject "invalid" addresses destined for
+      PSP
+    - nfp: devlink: initialize the devlink port attribute "lanes"
+    - net: stmmac: fix TSO and TBS feature enabling during driver open
+    - RDMA/rxe: Fix a bug in rxe_fill_ip_info()
+    - RDMA/core: Add CM to restrack after successful attachment to a device
+    - [powerpc*] 64: Fix the definition of the fixmap area
+    - ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devices
+    - ath10k: Fix a use after free in ath10k_htc_send_bundle
+    - ath10k: Fix ath10k_wmi_tlv_op_pull_peer_stats_info() unlock without lock
+    - wlcore: Fix buffer overrun by snprintf due to incorrect buffer size
+    - [powerpc*] perf: Fix the threshold event selection for memory events in
+      power10
+    - net: phy: marvell: fix m88e1011_set_downshift
+    - net: phy: marvell: fix m88e1111_set_downshift
+    - bnxt_en: fix ternary sign extension bug in bnxt_show_temp()
+    - net: geneve: modify IP header check in geneve6_xmit_skb and
+      geneve_xmit_skb
+    - bnxt_en: Fix RX consumer index logic in the error path.
+    - [x86] KVM: VMX: Intercept FS/GS_BASE MSR accesses for 32-bit KVM
+    - [arm64] net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_send
+    - bpf: Fix propagation of 32 bit unsigned bounds from 64 bit bounds
+    - net: bridge: mcast: fix broken length + header check for MRDv6 Adv.
+    - net:nfc:digital: Fix a double free in digital_tg_recv_dep_req
+    - perf tools: Change fields type in perf_record_time_conv
+    - perf jit: Let convert_timestamp() to be backwards-compatible
+    - perf session: Add swap operation for event TIME_CONV
+    - mm/sl?b.c: remove ctor argument from kmem_cache_flags
+    - mm: memcontrol: slab: fix obtain a reference to a freeing memcg
+    - mm/sparse: add the missing sparse_buffer_fini() in error branch
+    - mm/memory-failure: unnecessary amount of unmapping
+    - afs: Fix speculative status fetches
+    - bpf: Fix alu32 const subreg bound tracking on bitwise operations
+      (CVE-2021-3490)
+    - bpf, ringbuf: Deny reserve of buffers larger than ringbuf (CVE-2021-3489)
+    - bpf: Prevent writable memory-mapping of read-only ringbuf pages
+    - [arm64] Remove arm64_dma32_phys_limit and its uses
+    - net: Only allow init netns to set default tcp cong to a restricted algo
+    - smp: Fix smp_call_function_single_async prototype
+    - Revert "net/sctp: fix race condition in sctp_destroy_sock"
+    - sctp: delay auto_asconf init until binding the first addr (CVE-2021-23133)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.38
+    - [arm64,x86] tpm: fix error return code in tpm2_get_cc_attrs_tbl()
+    - [arm64,x86] tpm, tpm_tis: Extend locality handling to TPM2 in
+      tpm_tis_gen_interrupt()
+    - [arm64,x86] tpm, tpm_tis: Reserve locality in tpm_tis_resume()
+    - [x86] KVM: x86/mmu: Remove the defunct update_pte() paging hook
+    - [x86] KVM/VMX: Invoke NMI non-IST entry instead of IST entry
+    - ACPI: PM: Add ACPI ID of Alder Lake Fan
+    - PM: runtime: Fix unpaired parent child_count for force_resume
+    - [x86] cpufreq: intel_pstate: Use HWP if enabled by platform firmware
+    - kvm: Cap halt polling at kvm->max_halt_poll_ns
+    - ath11k: fix thermal temperature read
+    - fs: dlm: fix debugfs dump
+    - fs: dlm: add errno handling to check callback
+    - fs: dlm: check on minimum msglen size
+    - fs: dlm: flush swork on shutdown
+    - tipc: convert dest node's address to network order
+    - [x86] ASoC: Intel: bytcr_rt5640: Enable jack-detect support on Asus
+      T100TAF
+    - net/mlx5e: Use net_prefetchw instead of prefetchw in MPWQE TX datapath
+    - [arm64] net: stmmac: Set FIFO sizes for ipq806x
+    - Bluetooth: Fix incorrect status handling in LE PHY UPDATE event
+    - i2c: bail out early when RDWR parameters are wrong
+    - ALSA: hdsp: don't disable if not enabled
+    - ALSA: hdspm: don't disable if not enabled
+    - ALSA: rme9652: don't disable if not enabled
+    - ALSA: bebob: enable to deliver MIDI messages for multiple ports
+    - Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan default
+    - Bluetooth: initialize skb_queue_head at l2cap_chan_create()
+    - net/sched: cls_flower: use ntohs for struct flow_dissector_key_ports
+    - net: bridge: when suppression is enabled exclude RARP packets
+    - Bluetooth: check for zapped sk before connecting
+    - [powerpc] 32: Statically initialise first emergency context
+    - [arm64] net: hns3: remediate a potential overflow risk of bd_num_list
+    - [arm64] net: hns3: add handling for xmit skb with recursive fraglist
+    - ip6_vti: proper dev_{hold|put} in ndo_[un]init methods
+    - [x86] ASoC: Intel: bytcr_rt5640: Add quirk for the Chuwi Hi8 tablet
+    - ice: handle increasing Tx or Rx ring sizes
+    - Bluetooth: btusb: Enable quirk boolean flag for Mediatek Chip.
+    - [x86] ASoC: rt5670: Add a quirk for the Dell Venue 10 Pro 5055
+    - i2c: Add I2C_AQ_NO_REP_START adapter quirk
+    - [mips64el,mipsel] MIPS: Loongson64: Use _CACHE_UNCACHED instead of
+      _CACHE_UNCACHED_ACCELERATED
+    - [amd64] IB/hfi1: Correct oversized ring allocation
+    - mac80211: clear the beacon's CRC after channel switch
+    - [armhf] pinctrl: samsung: use 'int' for register masks in Exynos
+    - rtw88: 8822c: add LC calibration for RTL8822C
+    - mt76: mt76x0: disable GTK offloading
+    - fuse: invalidate attrs when page writeback completes
+    - virtiofs: fix userns
+    - cuse: prevent clone
+    - iwlwifi: pcie: make cfg vs. trans_cfg more robust
+    - [powerpc*] mm: Add cond_resched() while removing hpte mappings
+    - Revert "iommu/amd: Fix performance counter initialization"
+    - [amd64] iommu/amd: Remove performance counter pre-initialization test
+    - ALSA: hda/realtek: Add quirk for Lenovo Ideapad S740
+    - [x86] ASoC: Intel: sof_sdw: add quirk for new ADL-P Rvp
+    - ALSA: hda/hdmi: fix race in handling acomp ELD notification at resume
+    - sctp: Fix out-of-bounds warning in sctp_process_asconf_param()
+    - flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()
+    - [powerpc*] smp: Set numa node before updating mask
+    - [x86] ASoC: rt286: Generalize support for ALC3263 codec
+    - ethtool: ioctl: Fix out-of-bounds warning in
+      store_link_ksettings_for_user()
+    - net: sched: tapr: prevent cycle_time == 0 in parse_taprio_schedule
+    - [powerpc*] pseries: Stop calling printk in rtas_stop_self()
+    - wl3501_cs: Fix out-of-bounds warnings in wl3501_send_pkt
+    - wl3501_cs: Fix out-of-bounds warnings in wl3501_mgmt_join
+    - [powerpc*] iommu: Annotate nested lock for lockdep
+    - iavf: remove duplicate free resources calls
+    - kbuild: generate Module.symvers only when vmlinux exists
+    - bnxt_en: Add PCI IDs for Hyper-V VF devices.
+    - [ia64] module: fix symbolizer crash on fdescr
+    - watchdog: rename __touch_watchdog() to a better descriptive name
+    - watchdog: explicitly update timestamp when reporting softlockup
+    - watchdog/softlockup: remove logic that tried to prevent repeated reports
+    - watchdog: fix barriers when printing backtraces from all CPUs
+    - [x86] ASoC: rt286: Make RT286_SET_GPIO_* readable and writable
+    - thermal: thermal_of: Fix error return code of
+      thermal_of_populate_bind_params()
+    - f2fs: move ioctl interface definitions to separated file
+    - f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGE
+    - f2fs: fix to allow migrating fully valid segment
+    - f2fs: fix panic during f2fs_resize_fs()
+    - f2fs: fix a redundant call to f2fs_balance_fs if an error occurs
+    - PCI: Release OF node in pci_scan_device()'s error path
+    - [armel,armhf] 9064/1: hw_breakpoint: Do not directly check the event's
+      overflow_handler hook
+    - f2fs: fix to align to section for fallocate() on pinned file
+    - f2fs: fix to update last i_size if fallocate partially succeeds
+    - f2fs: fix to avoid touching checkpointed data in get_victim()
+    - f2fs: fix to cover __allocate_new_section() with curseg_lock
+    - f2fs: Fix a hungtask problem in atomic write
+    - f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()
+    - [arm64] rpmsg: qcom_glink_native: fix error return code of
+      qcom_glink_rx_data()
+    - NFS: nfs4_bitmask_adjust() must not change the server global bitmasks
+    - NFS: Fix attribute bitmask in _nfs42_proc_fallocate()
+    - NFSv4.2: Always flush out writes in nfs42_proc_fallocate()
+    - NFS: Deal correctly with attribute generation counter overflow
+    - pNFS/flexfiles: fix incorrect size check in decode_nfs_fh()
+    - NFSv4.2 fix handling of sr_eof in SEEK's reply
+    - SUNRPC: Move fault injection call sites
+    - SUNRPC: Remove trace_xprt_transmit_queued
+    - SUNRPC: Handle major timeout in xprt_adjust_timeout()
+    - [arm64] thermal/drivers/tsens: Fix missing put_device error
+    - NFSv4.x: Don't return NFS4ERR_NOMATCHING_LAYOUT if we're unmounting
+    - nfsd: ensure new clients break delegations
+    - SUNRPC: fix ternary sign expansion bug in tracing
+    - xprtrdma: Avoid Receive Queue wrapping
+    - xprtrdma: Fix cwnd update ordering
+    - xprtrdma: rpcrdma_mr_pop() already does list_del_init()
+    - swiotlb: Fix the type of index
+    - ceph: fix inode leak on getattr error in __fh_to_dentry
+    - scsi: qla2xxx: Prevent PRLI in target mode
+    - scsi: ufs: core: Do not put UFS power into LPM if link is broken
+    - scsi: ufs: core: Cancel rpm_dev_flush_recheck_work during system suspend
+    - scsi: ufs: core: Narrow down fast path in system suspend path
+    - rtc: ds1307: Fix wday settings for rx8130
+    - [arm64] net: hns3: fix incorrect configuration for igu_egu_hw_err
+    - [arm64] net: hns3: initialize the message content in hclge_get_link_mode()
+    - [arm64] net: hns3: add check for HNS3_NIC_STATE_INITED in
+      hns3_reset_notify_up_enet()
+    - [arm64] net: hns3: fix for vxlan gpe tx checksum bug
+    - [arm64] net: hns3: use netif_tx_disable to stop the transmit queue
+    - [arm64] net: hns3: disable phy loopback setting in hclge_mac_start_phy
+    - sctp: do asoc update earlier in sctp_sf_do_dupcook_a
+    - [riscv64] Fix error code returned by riscv_hartid_to_cpuid()
+    - sunrpc: Fix misplaced barrier in call_decode
+    - ethernet:enic: Fix a use after free bug in enic_hard_start_xmit
+    - sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_b
+    - netfilter: xt_SECMARK: add new revision to fix structure layout
+    - net: stmmac: Clear receive all(RA) bit when promiscuous mode is off
+    - drm/radeon: Fix off-by-one power_state index heap overwrite
+    - drm/radeon: Avoid power table parsing memory leaks
+    - [arm64] entry: factor irq triage logic into macros
+    - [arm64] entry: always set GIC_PRIO_PSR_I_SET during entry
+    - khugepaged: fix wrong result value for
+      trace_mm_collapse_huge_page_isolate()
+    - mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()
+    - mm/migrate.c: fix potential indeterminate pte entry in
+      migrate_vma_insert_page()
+    - ksm: fix potential missing rmap_item for stable_node
+    - mm/gup: check every subpage of a compound page during isolation
+    - mm/gup: return an error on migration failure
+    - mm/gup: check for isolation errors
+    - ethtool: fix missing NLM_F_MULTI flag when dumping
+    - net: fix nla_strcmp to handle more then one trailing null character
+    - smc: disallow TCP_ULP in smc_setsockopt()
+    - netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL check
+    - netfilter: nftables: Fix a memleak from userdata error path in new objects
+    - sched: Fix out-of-bound access in uclamp
+    - sched/fair: Fix unfairness caused by missing load decay
+    - fs/proc/generic.c: fix incorrect pde_is_permanent check
+    - kernel: kexec_file: fix error return code of
+      kexec_calculate_store_digests()
+    - kernel/resource: make walk_system_ram_res() find all busy
+      IORESOURCE_SYSTEM_RAM resources
+    - kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM
+      resources
+    - netfilter: nftables: avoid overflows in nft_hash_buckets()
+    - i40e: fix broken XDP support
+    - i40e: Fix use-after-free in i40e_client_subtask()
+    - i40e: fix the restart auto-negotiation after FEC modified
+    - i40e: Fix PHY type identifiers for 2.5G and 5G adapters
+    - f2fs: avoid unneeded data copy in f2fs_ioc_move_range()
+    - [powerpc*] 64s: Fix crashes when toggling stf barrier
+    - [powerpc*] 64s: Fix crashes when toggling entry flush barrier
+    - hfsplus: prevent corruption in shrinking truncate
+    - squashfs: fix divide error in calculate_skip()
+    - userfaultfd: release page in error path to avoid BUG_ON
+    - mm/hugetlb: fix F_SEAL_FUTURE_WRITE
+    - blk-iocost: fix weight updates of inner active iocgs
+    - [arm64] mte: initialize RGSR_EL1.SEED in __cpu_setup
+    - [arm64] Fix race condition on PG_dcache_clean in __sync_icache_dcache()
+    - btrfs: fix race leading to unpersisted data and metadata on fsync
+    - drm/radeon/dpm: Disable sclk switching on Oland when two 4K 60Hz monitors
+      are connected
+    - [x86] drm/i915: Avoid div-by-zero on gen2
+    - kvm: exit halt polling on need_resched() as well
+    - [x86] KVM: LAPIC: Accurately guarantee busy wait for timer to expire when
+      using hv_timer
+    - [arm64] drm/msm/dp: initialize audio_comp when audio starts
+    - [x86] KVM: x86: Cancel pvclock_gtod_work on module removal
+    - [x86] KVM: x86: Prevent deadlock against tk_core.seq
+    - dax: Add an enum for specifying dax wakup mode
+    - dax: Add a wakeup mode parameter to put_unlocked_entry()
+    - dax: Wake up all waiters after invalidating dax entry
+    - [amd64] xen/unpopulated-alloc: consolidate pgmap manipulation
+    - [amd64] xen/unpopulated-alloc: fix error return code in fill_list()
+    - [arm64,armhf] usb: dwc3: gadget: Free gadget structure only after freeing
+      endpoints
+    - iio: light: gp2ap002: Fix rumtime PM imbalance on error
+    - iio: proximity: pulsedlight: Fix rumtime PM imbalance on error
+    - [armhf] hwmon: (occ) Fix poll rate limiting
+    - ACPI: scan: Fix a memory leak in an error handling path
+    - kyber: fix out of bounds access when preempted
+    - nvmet: add lba to sect conversion helpers
+    - nvmet: fix inline bio check for bdev-ns
+    - nvmet-rdma: Fix NULL deref when SEND is completed with error
+    - f2fs: compress: fix to free compress page correctly
+    - f2fs: compress: fix race condition of overwrite vs truncate
+    - f2fs: compress: fix to assign cc.cluster_idx correctly
+    - nbd: Fix NULL pointer in flush_workqueue
+    - blk-mq: plug request for shared sbitmap
+    - blk-mq: Swap two calls in blk_mq_exit_queue()
+    - [armhf] usb: dwc3: omap: improve extcon initialization
+    - [arm64] usb: dwc3: pci: Enable usb2-gadget-lpm-disable for Intel
+      Merrifield
+    - usb: xhci: Increase timeout for HC halt
+    - [arm*] usb: dwc2: Fix gadget DMA unmap direction
+    - usb: core: hub: fix race condition about TRSMRCY of resume
+    - [arm64,armhf] usb: dwc3: gadget: Enable suspend events
+    - [arm64,armhf] usb: dwc3: gadget: Return success always for kick transfer
+      in ep queue
+    - [x86] usb: typec: ucsi: Retrieve all the PDOs instead of just the first 4
+    - [x86] usb: typec: ucsi: Put fwnode in any case during ->probe()
+    - xhci-pci: Allow host runtime PM as default for Intel Alder Lake xHCI
+    - xhci: Do not use GFP_KERNEL in (potentially) atomic context
+    - xhci: Add reset resume quirk for AMD xhci controller.
+    - iio: gyro: mpu3050: Fix reported temperature value
+    - iio: tsl2583: Fix division by a zero lux_val
+    - cdc-wdm: untangle a circular dependency between callback and softint
+    - xen/gntdev: fix gntdev_mmap() error exit path
+    - [x86] KVM: Emulate RDPID only if RDTSCP is supported
+    - [x86] KVM: Move RDPID emulation intercept to its own enum
+    - [x86] KVM: nVMX: Always make an attempt to map eVMCS after migration
+    - [x86] KVM: VMX: Do not advertise RDPID if ENABLE_RDTSCP control is
+      unsupported
+    - [x86] KVM: VMX: Disable preemption when probing user return MSRs
+    - Revert "iommu/vt-d: Remove WO permissions on second-level paging entries"
+    - Revert "iommu/vt-d: Preset Access/Dirty bits for IOVA over FL"
+    - iommu/vt-d: Preset Access/Dirty bits for IOVA over FL
+    - iommu/vt-d: Remove WO permissions on second-level paging entries
+    - mm: fix struct page layout on 32-bit systems
+    - [mips*] Reinstate platform `__div64_32' handler
+    - [mips*] Avoid DIVU in `__div64_32' is result would be zero
+    - [mips*] Avoid handcoded DIVU in `__div64_32' altogether
+    - [armhf] clocksource/drivers/timer-ti-dm: Prepare to handle dra7 timer wrap
+      issue
+    - [armhf] clocksource/drivers/timer-ti-dm: Handle dra7 timer wrap errata
+      i940
+    - [armel,armhf] 9011/1: centralize phys-to-virt conversion of DT/ATAGS
+      address
+    - [armel,armhf] 9012/1: move device tree mapping out of linear region
+    - [armel,armhf] 9020/1: mm: use correct section size macro to describe the
+      FDT virtual address
+    - [armel,armhf] 9027/1: head.S: explicitly map DT even if it lives in the
+      first physical section
+    - [x86] usb: typec: tcpm: Fix error while calculating PPS out values
+    - kobject_uevent: remove warning in init_uevent_argv()
+    - [x86] drm/i915/gt: Fix a double free in gen8_preallocate_top_level_pdp
+    - [x86] drm/i915: Read C0DRB3/C1DRB3 as 16 bits again
+    - [x86] drm/i915/overlay: Fix active retire callback alignment
+    - [x86] drm/i915: Fix crash in auto_retire
+    - debugfs: Make debugfs_allow RO after init
+    - ext4: fix debug format string warning
+    - nvme: do not try to reconfigure APST when the controller is not live
+
+  [ Vincent Blut ]
+  * [x86] sound/soc/intel: Enable SND_SOC_INTEL_CATPT as module
+    (Closes: #986822)
+  * [x86] sound/soc/intel/boards: Enable SND_SOC_INTEL_BDW_RT5650_MACH as
+    module
+  * drivers/input/rmi4: Enable RMI4_F3A (Closes: #986848)
+  * [armhf] drivers/gpio: Enable GPIO_MXC as module (Closes: #987019)
+  * [x86] drivers/misc/mei: Enable INTEL_MEI_TXE, INTEL_MEI_HDCP as modules
+    (Closes: #987281)
+
+  [ Uwe Kleine-König ]
+  * [arm64] Enable more options for NXP's i.MX8 (Closes: #985862)
+
+  [ Salvatore Bonaccorso ]
+  * vfs: move cap_convert_nscap() call into vfs_setxattr() (CVE-2021-3493)
+  * Refresh "Makefile: Do not check for libelf when building OOT module"
+  * Bump ABI to 7
+  * Refresh "tools/include/uapi: Fix <asm/errno.h>"
+  * [rt] Update to 5.10.35-rt39
+  * [rt] Refresh "powerpc/mm/highmem: Switch to generic kmap atomic"
+  * [arm64] udeb: Include mdio module for RPi4 ethernet in installer
+    (Closes: #985956)
+
+  [ Vagrant Cascadian ]
+  * [arm64] Disable USB type-C DisplayPort in pinebook pro device-tree.
+  * [arm64] Enable TYPEC_FUSB302, SND_SOC_ES8316, TYPEC and TYPEC_TCPM as
+    modules. (Closes: #987638)
+
+  [ Michal Simek ]
+  * [arm64] Enable clock driver for Xilinx ZynqMP SoC
+
+  [ Valentin Vidic ]
+  * [s390x] udeb: Include standard scsi-modules containing the virtio_blk
+    module (Closes: #988005)
+
+  [ Ben Hutchings ]
+  * kbuild: Abort build if SUBDIRS used (Closes: #987575)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 20 May 2021 07:47:35 +0200
+
+linux (5.10.28-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.27
+    - mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add
+      nr_pages argument
+    - mm/memcg: set memcg when splitting page
+    - mt76: fix tx skb error handling in mt76_dma_tx_queue_skb
+    - net: stmmac: fix dma physical address of descriptor when display ring
+    - [arm64,armhf] net: fec: ptp: avoid register access when ipg clock is
+      disabled
+    - [powerpc*] 4xx: Fix build errors from mfdcr()
+    - atm: eni: dont release is never initialized
+    - atm: lanai: dont run lanai_dev_close if not open
+    - Revert "r8152: adjust the settings about MAC clock speed down for RTL8153"
+    - [x86] ALSA: hda: ignore invalid NHLT table
+    - ixgbe: Fix memleak in ixgbe_configure_clsu32
+    - blk-cgroup: Fix the recursive blkg rwstat
+    - net: tehuti: fix error return code in bdx_probe()
+    - net: intel: iavf: fix error return code of iavf_init_get_resources()
+    - sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT count
+    - gianfar: fix jumbo packets+napi+rx overrun crash (CVE-2021-29264)
+    - cifs: ask for more credit on async read/write code paths
+    - gfs2: fix use-after-free in trans_drain
+    - [arm64,armhf] cpufreq: blacklist Arm Vexpress platforms in
+      cpufreq-dt-platdev
+    - gpiolib: acpi: Add missing IRQF_ONESHOT
+    - nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default
+    - NFS: Correct size calculation for create reply length
+    - [arm64] net: hisilicon: hns: fix error return code of
+      hns_nic_clear_all_rx_fetch()
+    - [arm64] net: enetc: set MAC RX FIFO to recommended value
+    - atm: uPD98402: fix incorrect allocation
+    - atm: idt77252: fix null-ptr-dereference
+    - cifs: change noisy error message to FYI
+    - kbuild: add image_name to no-sync-config-targets
+    - umem: fix error return code in mm_pci_probe()
+    - [sparc64] Fix opcode filtering in handling of no fault loads
+    - u64_stats,lockdep: Fix u64_stats_init() vs lockdep
+    - block: Fix REQ_OP_ZONE_RESET_ALL handling
+    - drm/amdgpu: fb BO should be ttm_bo_type_device
+    - drm/radeon: fix AGP dependency
+    - nvme: simplify error logic in nvme_validate_ns()
+    - nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()
+    - nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange()
+    - nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been aborted
+    - nvme-core: check ctrl css before setting up zns
+    - nvme-rdma: Fix a use after free in nvmet_rdma_write_data_done
+    - nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725a
+    - nfs: we don't support removing system.nfs4_acl
+    - block: Suppress uevent for hidden device when removed
+    - mm/fork: clear PASID for new mm
+    - [ia64] fix ia64_syscall_get_set_arguments() for break-based syscalls
+    - [ia64] fix ptrace(PTRACE_SYSCALL_INFO_EXIT) sign
+    - static_call: Pull some static_call declarations to the type headers
+    - [x86] static_call: Allow module use without exposing static_call_key
+    - [x86] static_call: Fix the module key fixup
+    - [x86] static_call: Fix static_call_set_init()
+    - [x86] KVM: Protect userspace MSR filter with SRCU, and set atomically-ish
+    - btrfs: fix sleep while in non-sleep context during qgroup removal
+    - selinux: don't log MAC_POLICY_LOAD record on failed policy load
+    - selinux: fix variable scope issue in live sidtab conversion
+    - [arm64] netsec: restore phy power state after controller reset
+    - [x86] platform/x86: intel-vbtn: Stop reporting SW_DOCK events
+    - psample: Fix user API breakage
+    - z3fold: prevent reclaim/free race for headless pages
+    - squashfs: fix inode lookup sanity checks
+    - squashfs: fix xattr id and id lookup sanity checks
+    - hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared
+      mappings
+    - [x86] ACPI: video: Add missing callback back for Sony VPCEH3U1E
+    - ACPICA: Always create namespace nodes using acpi_ns_create_node()
+    - [arm64] stacktrace: don't trace arch_stack_walk()
+    - integrity: double check iint_cache was initialized
+    - [armhf] drm/etnaviv: Use FOLL_FORCE for userptr
+    - drm/amdgpu: Add additional Sienna Cichlid PCI ID
+    - [x86] drm/i915: Fix the GT fence revocation runtime PM logic
+    - dm verity: fix DM_VERITY_OPTS_MAX value
+    - dm ioctl: fix out of bounds array access when no devices
+    - [armhf] bus: omap_l3_noc: mark l3 irqs as IRQF_NO_THREAD
+    - [armhf] OMAP2+: Fix smartreflex init regression after dropping legacy data
+    - [armhf] soc: ti: omap-prm: Fix occasional abort on reset deassert for dra7
+      iva
+    - veth: Store queue_mapping independently of XDP prog presence
+    - bpf: Change inode_storage's lookup_elem return value from NULL to -EBADF
+    - net/mlx5e: RX, Mind the MPWQE gaps when calculating offsets
+    - net/mlx5e: When changing XDP program without reset, take refs for XSK RQs
+    - net/mlx5e: Don't match on Geneve options in case option masks are all zero
+    - ipv6: fix suspecious RCU usage warning
+    - drop_monitor: Perform cleanup upon probe registration failure
+    - macvlan: macvlan_count_rx() needs to be aware of preemption
+    - net: sched: validate stab values
+    - [armhf] net: dsa: bcm_sf2: Qualify phydev->dev_flags based on port
+    - igc: reinit_locked() should be called with rtnl_lock
+    - igc: Fix Pause Frame Advertising
+    - igc: Fix Supported Pause Frame Link Setting
+    - igc: Fix igc_ptp_rx_pktstamp()
+    - e1000e: add rtnl_lock() to e1000_reset_task
+    - e1000e: Fix error handling in e1000_set_d0_lplu_state_82571
+    - net/qlcnic: Fix a use after free in qlcnic_83xx_get_minidump_template
+    - net: phy: broadcom: Add power down exit reset state delay
+    - [armhf] ftgmac100: Restart MAC HW once
+    - net: qrtr: fix a kernel-infoleak in qrtr_recvmsg() (CVE-2021-29647)
+    - flow_dissector: fix byteorder of dissected ICMP ID
+    - netfilter: ctnetlink: fix dump of the expect mask attribute
+    - net: phylink: Fix phylink_err() function name error in
+      phylink_major_config
+    - tipc: better validate user input in tipc_nl_retrieve_key()
+      (CVE-2021-29646)
+    - tcp: relookup sock for RST+ACK packets handled by obsolete req sock
+    - can: isotp: isotp_setsockopt(): only allow to set low level TX flags for
+      CAN-FD
+    - can: isotp: TX-path: ensure that CAN frame flags are initialized
+    - can: peak_usb: add forgotten supported devices
+    - [arm64,armhf] can: flexcan: flexcan_chip_freeze(): fix chip freeze for
+      missing bitrate
+    - can: c_can_pci: c_can_pci_remove(): fix use-after-free
+    - [armhf] can: c_can: move runtime PM enable/disable to c_can_platform
+    - mac80211: fix rate mask reset
+    - mac80211: Allow HE operation to be longer than expected.
+    - nfp: flower: fix unsupported pre_tunnel flows
+    - nfp: flower: add ipv6 bit to pre_tunnel control message
+    - nfp: flower: fix pre_tun mask id allocation
+    - ftrace: Fix modify_ftrace_direct.
+    - [arm64] drm/msm/dsi: fix check-before-set in the 7nm dsi_pll code
+    - net/sched: cls_flower: fix only mask bit check in the validate_ct_state
+    - netfilter: nftables: report EOPNOTSUPP on unsupported flowtable flags
+    - netfilter: nftables: allow to update flowtable flags
+    - netfilter: flowtable: Make sure GC works periodically in idle system
+    - [armhf] dts: imx6ull: fix ubi filesystem mount failed
+    - ipv6: weaken the v4mapped source check
+    - net: check all name nodes in __dev_alloc_name
+    - net: cdc-phonet: fix data-interface release on probe failure
+    - igb: check timestamp validity
+    - r8152: limit the RX buffer size of RTL8153A for USB 2.0
+    - [arm64,armhf] net: stmmac: dwmac-sun8i: Provide TX and RX fifo sizes
+    - selinux: vsock: Set SID for socket returned by accept()
+    - bpf: Fix umd memory leak in copy_process() (CVE-2021-29649)
+    - can: isotp: tx-path: zero initialize outgoing CAN frames
+    - [arm64] drm/msm: fix shutdown hook in case GPU components failed to bind
+    - [arm64] drm/msm: Fix suspend/resume on i.MX5
+    - [arm64] kdump: update ppos when reading elfcorehdr
+    - PM: runtime: Defer suspending suppliers
+    - net/mlx5: Add back multicast stats for uplink representor
+    - net/mlx5e: Allow to match on MPLS parameters only for MPLS over UDP
+    - net/mlx5e: Offload tuple rewrite for non-CT flows
+    - net/mlx5e: Fix error path for ethtool set-priv-flag
+    - PM: EM: postpone creating the debugfs dir till fs_initcall
+    - net: bridge: don't notify switchdev for local FDB addresses
+    - [amd64] xen/x86: make XEN_BALLOON_MEMORY_HOTPLUG_LIMIT depend on
+      MEMORY_HOTPLUG
+    - RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening
+      server
+    - bpf: Don't do bpf_cgroup_storage_set() for kuprobe/tp programs
+    - net: Consolidate common blackhole dst ops
+    - net, bpf: Fix ip6ip6 crash with collect_md populated skbs
+    - igb: avoid premature Rx buffer reuse
+    - net: phy: introduce phydev->port
+    - net: phy: broadcom: Avoid forward for bcm54xx_config_clock_delay()
+    - net: phy: broadcom: Set proper 1000BaseX/SGMII interface mode for
+      BCM54616S
+    - net: phy: broadcom: Fix RGMII delays for BCM50160 and BCM50610M
+    - Revert "netfilter: x_tables: Switch synchronization to RCU"
+    - netfilter: x_tables: Use correct memory barriers. (CVE-2021-29650)
+    - dm table: Fix zoned model check and zone sectors check
+    - mm/mmu_notifiers: ensure range_end() is paired with range_start()
+    - Revert "netfilter: x_tables: Update remaining dereference to RCU"
+    - ACPI: scan: Rearrange memory allocation in acpi_device_add()
+    - ACPI: scan: Use unique number for instance_no
+    - io_uring: fix provide_buffers sign extension
+    - block: recalculate segment count for multi-segment discards correctly
+    - scsi: Revert "qla2xxx: Make sure that aborted commands are freed"
+    - scsi: qedi: Fix error return code of qedi_alloc_global_queues()
+    - scsi: mpt3sas: Fix error return code of mpt3sas_base_attach()
+    - smb3: fix cached file size problems in duplicate extents (reflink)
+    - cifs: Adjust key sizes and key generation routines for AES256 encryption
+    - locking/mutex: Fix non debug version of mutex_lock_io_nested()
+    - mm/memcg: fix 5.10 backport of splitting page memcg
+    - fs/cachefiles: Remove wait_bit_key layout dependency
+    - can: dev: Move device back to init netns on owning netns delete
+    - r8169: fix DMA being used after buffer free if WoL is enabled
+    - [armhf] net: dsa: b53: VLAN filtering is global to all users
+    - mac80211: fix double free in ibss_leave
+    - ext4: add reclaim checks to xattr code
+    - fs/ext4: fix integer overflow in s_log_groups_per_flex
+    - [amd64] Revert "xen: fix p2m size in dom0 for disabled memory hotplug
+      case"
+    - Revert "net: bonding: fix error return code of bond_neigh_init()"
+    - nvme: fix the nsid value to print in nvme_validate_or_alloc_ns
+    - can: peak_usb: Revert "can: peak_usb: add forgotten supported devices"
+    - xen-blkback: don't leak persistent grants from xen_blkbk_map()
+      (CVE-2021-28688)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.28
+    - [arm64] mm: correct the inside linear map range during hotplug check
+    - bpf: Fix fexit trampoline.
+    - virtiofs: Fail dax mount if device does not support it
+    - ext4: shrink race window in ext4_should_retry_alloc()
+    - ext4: fix bh ref count on error paths
+    - rpc: fix NULL dereference on kmalloc failure
+    - iomap: Fix negative assignment to unsigned sis->pages in
+      iomap_swapfile_activate
+    - [x86] ASoC: rt1015: fix i2c communication error
+    - ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10
+    - [x86] ASoC: rt5651: Fix dac- and adc- vol-tlv values being off by a factor
+      of 10
+    - [armhf] ASoC: sgtl5000: set DAP_AVC_CTRL register to correct default value
+      on probe
+    - [x86] ASoC: es8316: Simplify adc_pga_gain_tlv table
+    - ASoC: soc-core: Prevent warning if no DMI table is present
+    - NFSD: fix error handling in NFSv4.0 callbacks
+    - kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing
+    - vhost: Fix vhost_vq_reset()
+    - io_uring: fix ->flags races by linked timeouts
+    - scsi: st: Fix a use after free in st_open()
+    - scsi: qla2xxx: Fix broken #endif placement
+    - [x86] staging: comedi: cb_pcidas: fix request_irq() warn
+    - [x86] staging: comedi: cb_pcidas64: fix request_irq() warn
+    - ASoC: rt711: add snd_soc_component remove callback
+    - thermal/core: Add NULL pointer check before using cooling device stats
+    - locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling
+    - locking/ww_mutex: Fix acquire/release imbalance in
+      ww_acquire_init()/ww_acquire_fini()
+    - nvmet-tcp: fix kmap leak when data digest in use
+    - io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() calls
+    - [x86] static_call: Align static_call_is_init() patching condition
+    - ext4: do not iput inode under running transaction in ext4_rename()
+    - io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with
+      MSG_WAITALL
+    - [arm64,armhf] net: mvpp2: fix interrupt mask/unmask skip condition
+    - flow_dissector: fix TTL and TOS dissection on IPv4 fragments
+    - net: introduce CAN specific pointer in the struct net_device
+    - brcmfmac: clear EAP/association status bits on linkdown events
+    - ath11k: add ieee80211_unregister_hw to avoid kernel crash caused by NULL
+      pointer
+    - rtw88: coex: 8821c: correct antenna switch function
+    - iwlwifi: pcie: don't disable interrupts for reg_lock
+    - ath10k: hold RCU lock when calling ieee80211_find_sta_by_ifaddr()
+    - [amd64,arm64] net: ethernet: aquantia: Handle error cleanup of start on
+      open
+    - appletalk: Fix skb allocation size in loopback case
+    - net: wan/lmc: unregister device when no matching device is found
+    - net: 9p: advance iov on empty read
+    - bpf: Remove MTU check in __bpf_skb_max_len
+    - ACPI: tables: x86: Reserve memory occupied by ACPI tables
+    - ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()
+    - ALSA: usb-audio: Apply sample rate quirk to Logitech Connect
+    - ALSA: hda: Re-add dropped snd_poewr_change_state() calls
+    - ALSA: hda: Add missing sanity checks in PM prepare/complete callbacks
+    - ALSA: hda/realtek: fix a determine_headset_type issue for a Dell AIO
+    - ALSA: hda/realtek: call alc_update_headset_mode() in hp_automute_hook
+    - ALSA: hda/realtek: fix mute/micmute LEDs for HP 640 G8
+    - [x86] KVM: SVM: load control fields from VMCB12 before checking them
+      (CVE-2021-29657)
+    - [x86] KVM: SVM: ensure that EFER.SVME is set when running nested guest or
+      on nested vmexit
+    - PM: runtime: Fix race getting/putting suppliers at probe
+    - PM: runtime: Fix ordering in pm_runtime_get_suppliers()
+    - tracing: Fix stack trace event size
+    - [s390x] vdso: copy tod_steering_delta value to vdso_data page
+    - [s390x] vdso: fix tod_steering_delta type
+    - mm: fix race by making init_zero_pfn() early_initcall
+    - drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings()
+    - drm/amdgpu: check alignment on CPU page for bo map
+    - reiserfs: update reiserfs_xattrs_initialized() condition
+    - [armhf] drm/imx: fix memory leak when fails to init
+    - [arm64,armhf] drm/tegra: dc: Restore coupling of display controllers
+    - [arm64,armhf] drm/tegra: sor: Grab runtime PM reference across reset
+    - [arm64,armhf] pinctrl: rockchip: fix restore error in resume
+    - extcon: Add stubs for extcon_register_notifier_all() functions
+    - extcon: Fix error handling in extcon_dev_register
+    - firmware: stratix10-svc: reset COMMAND_RECONFIG_FLAG_PARTIAL to 0
+    - [arm64] usb: dwc3: pci: Enable dis_uX_susphy_quirk for Intel Merrifield
+    - [x86] video: hyperv_fb: Fix a double free in hvfb_probe
+    - firewire: nosy: Fix a use-after-free bug in nosy_ioctl() (CVE-2021-3483)
+    - usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control()
+    - USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem
+    - [arm64,armhf] usb: musb: Fix suspend with devices connected for a64
+    - cdc-acm: fix BREAK rx code path adding necessary calls
+    - USB: cdc-acm: untangle a circular dependency between callback and softint
+    - USB: cdc-acm: downgrade message to debug
+    - USB: cdc-acm: fix double free on probe failure
+    - USB: cdc-acm: fix use-after-free after probe failure
+    - [i386] usb: gadget: udc: amd5536udc_pci fix null-ptr-dereference
+    - [arm*] usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board.
+    - [arm*] usb: dwc2: Prevent core suspend when port connection flag is 0
+    - [arm64] usb: dwc3: qcom: skip interconnect init for ACPI probe
+    - [arm64,armhf] usb: dwc3: gadget: Clear DEP flags after stop transfers in
+      ep disable
+    - soc: qcom-geni-se: Cleanup the code to remove proxy votes
+    - [x86] staging: rtl8192e: Fix incorrect source in memcpy()
+    - [x86] staging: rtl8192e: Change state information from u16 to u8
+    - driver core: clear deferred probe reason on probe retry
+    - drivers: video: fbcon: fix NULL dereference in fbcon_cursor()
+    - [riscv64] evaluate put_user() arg before enabling user access
+    - Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for
+      freezing"
+    - [amd64] bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog, 5) for
+      BPF_TRAMP_F_CALL_ORIG
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Refresh "u64_stats: Disable preemption on 32bit-UP/SMP with RT
+    during updates"
+  * Bump ABI to 6
+  * [rt] Refresh "tracing: Merge irqflags + preempt counter."
+  * bpf, x86: Validate computation of branch displacements for x86-64
+    (CVE-2021-29154)
+  * bpf, x86: Validate computation of branch displacements for x86-32
+    (CVE-2021-29154)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 09 Apr 2021 20:17:58 +0200
+
+linux (5.10.26-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.25
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.26
+    - ALSA: dice: fix null pointer dereference when node is disconnected
+    - ALSA: hda/realtek: apply pin quirk for XiaomiNotebook Pro
+    - ALSA: hda: generic: Fix the micmute led init state
+    - ALSA: hda/realtek: Apply headset-mic quirks for Xiaomi Redmibook Air
+    - ALSA: hda/realtek: fix mute/micmute LEDs for HP 840 G8
+    - ALSA: hda/realtek: fix mute/micmute LEDs for HP 440 G8
+    - ALSA: hda/realtek: fix mute/micmute LEDs for HP 850 G8
+    - Revert "PM: runtime: Update device status before letting suppliers
+      suspend"
+    - [s390x] vtime: fix increased steal time accounting
+    - [s390x] pci: refactor zpci_create_device()
+    - [s390x] pci: remove superfluous zdev->zbus check
+    - [s390x] pci: fix leak of PCI device structure
+    - zonefs: Fix O_APPEND async write handling
+    - zonefs: prevent use of seq files as swap file
+    - zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone()
+    - btrfs: fix race when cloning extent buffer during rewind of an old root
+      (CVE-2021-28964)
+    - btrfs: fix slab cache flags for free space tree bitmap
+    - vhost-vdpa: fix use-after-free of v->config_ctx (CVE-2021-29266)
+    - [armhf] ASoC: fsl_ssi: Fix TDM slot setup for I2S mode
+    - [x86] ASoC: Intel: bytcr_rt5640: Fix HP Pavilion x2 10-p0XX OVCD current
+      threshold
+    - [x86] ASoC: SOF: Intel: unregister DMIC device on probe error
+    - [x86] ASoC: SOF: intel: fix wrong poll bits in dsp power down
+    - ASoC: qcom: sdm845: Fix array out of bounds access (CVE-2021-28952)
+    - ASoC: qcom: sdm845: Fix array out of range on rx slim channels
+    - [arm64] ASoC: qcom: lpass-cpu: Fix lpass dai ids parse
+    - [arm*] ASoC: simple-card-utils: Do not handle device clock
+    - afs: Fix accessing YFS xattrs on a non-YFS server
+    - afs: Stop listxattr() from listing "afs.*" attributes
+    - ALSA: usb-audio: Fix unintentional sign extension issue
+    - nvme: fix Write Zeroes limitations
+    - nvme-tcp: fix misuse of __smp_processor_id with preemption enabled
+    - nvme-tcp: fix possible hang when failing to set io queues
+    - nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDU
+    - nvmet: don't check iosqes,iocqes for discovery controllers
+    - nfsd: Don't keep looking up unhashed files in the nfsd file cache
+    - nfsd: don't abort copies early
+    - NFSD: Repair misuse of sv_lock in 5.10.16-rt30.
+    - NFSD: fix dest to src mount in inter-server COPY
+    - svcrdma: disable timeouts on rdma backchannel
+    - sunrpc: fix refcount leak for rpc auth modules
+    - [x86] i915/perf: Start hrtimer only if sampling the OA buffer
+    - pstore: Fix warning in pstore_kill_sb()
+    - io_uring: ensure that SQPOLL thread is started for exit (CVE-2021-28951)
+    - net/qrtr: fix __netdev_alloc_skb call
+    - cifs: fix allocation size on newly created files
+    - scsi: lpfc: Fix some error codes in debugfs
+    - scsi: myrs: Fix a double free in myrs_cleanup()
+    - [riscv64] correct enum sbi_ext_rfence_fid
+    - gpiolib: Assign fwnode to parent's if no primary one provided
+    - nvme-rdma: fix possible hang when failing to set io queues
+    - [armhf] tty: serial: stm32-usart: Remove set but unused 'cookie' variables
+    - [armhf] serial: stm32: fix DMA initialization error handling
+    - bpf: Declare __bpf_free_used_maps() unconditionally
+    - module: merge repetitive strings in module_sig_check()
+    - module: avoid *goto*s in module_sig_check()
+    - module: harden ELF info handling
+    - scsi: pm80xx: Make mpi_build_cmd locking consistent
+    - scsi: pm80xx: Make running_req atomic
+    - scsi: pm80xx: Fix pm8001_mpi_get_nvmd_resp() race condition
+    - scsi: pm8001: Neaten debug logging macros and uses
+    - scsi: libsas: Remove notifier indirection
+    - scsi: libsas: Introduce a _gfp() variant of event notifiers
+    - scsi: mvsas: Pass gfp_t flags to libsas event notifiers
+    - [x86] scsi: isci: Pass gfp_t flags in isci_port_link_down()
+    - [x86] scsi: isci: Pass gfp_t flags in isci_port_link_up()
+    - [x86] scsi: isci: Pass gfp_t flags in isci_port_bc_change_received()
+    - RDMA/mlx5: Allow creating all QPs even when non RDMA profile is used
+    - [powerpc*] sstep: Fix load-store and update emulation
+    - [powerpc*] sstep: Fix darn emulation
+    - i40e: Fix endianness conversions
+    - net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8081
+    - drm/amd/display: turn DPMS off on connector unplug
+    - iwlwifi: Add a new card for MA family
+    - io_uring: fix inconsistent lock state
+    - [arm64,armhf] media: cedrus: h264: Support profile controls
+    - [s390x] qeth: schedule TX NAPI on QAOB completion
+    - io_uring: don't attempt IO reissue from the ring exit path
+    - io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED return
+    - net: bonding: fix error return code of bond_neigh_init()
+    - gfs2: Add common helper for holding and releasing the freeze glock
+    - gfs2: move freeze glock outside the make_fs_rw and _ro functions
+    - gfs2: bypass signal_our_withdraw if no journal
+    - [powerpc*] Force inlining of cpu_has_feature() to avoid build failure
+    - usb-storage: Add quirk to defeat Kindle's automatic unload
+    - usbip: Fix incorrect double assignment to udc->ud.tcp_rx
+    - usb: gadget: configfs: Fix KASAN use-after-free
+    - [x86] usb: typec: Remove vdo[3] part of tps6598x_rx_identity_reg struct
+    - [x86] usb: typec: tcpm: Invoke power_supply_changed for tcpm-source-psy-
+    - [arm64,armhf] usb: dwc3: gadget: Allow runtime suspend if UDC unbinded
+    - [arm64,armhf] usb: dwc3: gadget: Prevent EP queuing while stopping
+      transfers
+    - [x86] thunderbolt: Initialize HopID IDAs in tb_switch_alloc()
+    - [x86] thunderbolt: Increase runtime PM reference count on DP tunnel
+      discovery
+    - iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handler
+    - iio: adc: ad7949: fix wrong ADC result due to incorrect bit mask
+    - iio: hid-sensor-prox: Fix scale not correct issue
+    - iio: hid-sensor-temperature: Fix issues of timestamp channel
+    - [powerpc*] PCI: rpadlpar: Fix potential drc_name corruption in store
+      functions (CVE-2021-28972)
+    - [x86] perf/x86/intel: Fix a crash caused by zero PEBS status
+      (CVE-2021-28971)
+    - [x86] perf/x86/intel: Fix unchecked MSR access error caused by VLBR_EVENT
+    - [x86] ioapic: Ignore IRQ2 again
+    - kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()
+    - [x86] Move TS_COMPAT back to asm/thread_info.h
+    - [x86] Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()
+    - efivars: respect EFI_UNSUPPORTED return from firmware
+    - ext4: fix error handling in ext4_end_enable_verity()
+    - ext4: find old entry again if failed to rename whiteout
+    - ext4: stop inode update before return
+    - ext4: do not try to set xattr into ea_inode if value is empty
+    - ext4: fix potential error in ext4_do_update_inode
+    - ext4: fix rename whiteout with fast commit
+    - static_call: Fix static_call_update() sanity check
+    - efi: use 32-bit alignment for efi_guid_t literals
+    - firmware/efi: Fix a use after bug in efi_mem_reserve_persistent
+    - genirq: Disable interrupts for force threaded handlers
+    - [x86] apic/of: Fix CPU devicetree-node lookups
+    - cifs: Fix preauth hash corruption
+
+  [ Salvatore Bonaccorso ]
+  * linux-image: Add Breaks: relation with old fwupdate versions
+    (Closes: #985801)
+  * [rt] Update to 5.10.25-rt35
+  * Refresh "Include package version along with kernel release in stack
+    traces"
+  * Refresh "firmware: Remove redundant log messages from drivers"
+  * Refresh "MODSIGN: checking the blacklisted hash before loading a kernel
+    module"
+  * libsas: Avoid ABI change for removal of notifier indirection
+
+  [ Uwe Kleine-König ]
+  * [arm64] Enable various configurations for i.MX8 (Closes: #985862)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 27 Mar 2021 15:14:11 +0100
+
+linux (5.10.24-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.20
+    - vmlinux.lds.h: add DWARF v5 sections
+    - debugfs: be more robust at handling improper input in debugfs_lookup()
+    - debugfs: do not attempt to create a new file before the filesystem is
+      initalized
+    - scsi: libsas: docs: Remove notify_ha_event()
+    - scsi: qla2xxx: Fix mailbox Ch erroneous error
+    - kdb: Make memory allocations more robust
+    - w1: w1_therm: Fix conversion result for negative temperatures
+    - [arm64] PCI: qcom: Use PHY_REFCLK_USE_PAD only for ipq8064
+    - PCI: Decline to resize resources if boot config must be preserved
+    - [x86] virt: vbox: Do not use wait_event_interruptible when called from
+      kernel context
+    - bfq: Avoid false bfq queue merging
+    - ALSA: usb-audio: Fix PCM buffer allocation in non-vmalloc mode
+    - [mips*] vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() section
+    - random: fix the RNDRESEEDCRNG ioctl
+    - ALSA: pcm: Call sync_stop at disconnection
+    - ALSA: pcm: Assure sync with the pending stop operation at suspend
+    - ALSA: pcm: Don't call sync_stop if it hasn't been stopped
+    - [arm64] Bluetooth: btqcomsmd: Fix a resource leak in error handling
+      paths in the probe function
+    - Bluetooth: hci_uart: Fix a race for write_work scheduling
+    - Bluetooth: Fix initializing response id after clearing struct
+    - [armhf] dts: exynos: correct PMIC interrupt trigger level on Spring
+    - [armhf] dts: exynos: correct PMIC interrupt trigger level on Arndale
+      Octa
+    - Bluetooth: hci_qca: Fix memleak in qca_controller_memdump
+    - [arm*] staging: vchiq: Fix bulk userdata handling
+    - [arm*] staging: vchiq: Fix bulk transfers on 64-bit builds
+    - [arm64,armhf] net: stmmac: dwmac-meson8b: fix enabling the
+      timing-adjustment clock
+    - bpf: Add bpf_patch_call_args prototype to include/linux/bpf.h
+    - bpf: Avoid warning when re-casting __bpf_call_base into
+      __bpf_call_base_args
+    - [arm64] dts: allwinner: A64: properly connect USB PHY to port 0
+    - [arm64] dts: allwinner: A64: Limit MMC2 bus frequency to 150 MHz
+    - ACPICA: Fix exception code class checks
+    - usb: gadget: u_audio: Free requests only after callback
+    - Bluetooth: drop HCI device reference before return
+    - Bluetooth: Put HCI device if inquiry procedure interrupts
+    - [arm*] usb: dwc2: Do not update data length if it is 0 on inbound
+      transfers
+    - [arm*] usb: dwc2: Abort transaction after errors with unknown reason
+    - [arm*] usb: dwc2: Make "trimming xfer length" a debug message
+    - staging: rtl8723bs: wifi_regd.c: Fix incorrect number of regulatory
+      rules
+    - [x86] MSR: Filter MSR writes through X86_IOC_WRMSR_REGS ioctl too
+    - [armhf] dts: armada388-helios4: assign pinctrl to LEDs
+    - [armhf] dts: armada388-helios4: assign pinctrl to each fan
+    - opp: Correct debug message in _opp_add_static_v2()
+    - Bluetooth: btusb: Fix memory leak in btusb_mtk_wmt_recv
+    - iwlwifi: mvm: set enabled in the PPAG command properly
+    - [arm64] optee: simplify i2c access
+    - ath10k: Fix suspicious RCU usage warning in
+      ath10k_wmi_tlv_parse_peer_stats_info()
+    - ath10k: Fix lockdep assertion warning in ath10k_sta_statistics
+    - iwlwifi: mvm: fix the type we use in the PPAG table validity checks
+    - iwlwifi: mvm: store PPAG enabled/disabled flag properly
+    - iwlwifi: mvm: send stored PPAG command instead of local
+    - iwlwifi: mvm: assign SAR table revision to the command later
+    - iwlwifi: mvm: don't check if CSA event is running before removing
+    - bpf_lru_list: Read double-checked variable once without lock
+    - iwlwifi: pnvm: set the PNVM again if it was already loaded
+    - iwlwifi: pnvm: increment the pointer before checking the TLV
+    - bnxt_en: reverse order of TX disable and carrier off
+    - bnxt_en: Fix devlink info's stored fw.psid version format.
+    - xen/netback: fix spurious event detection for common event case
+    - net: phy: consider that suspend2ram may cut off PHY power
+    - net/mlx5e: Don't change interrupt moderation params when DIM is enabled
+    - net/mlx5e: Change interrupt moderation channel params also when channels
+      are closed
+    - net/mlx5: Fix health error state handling
+    - net/mlx5e: Replace synchronize_rcu with synchronize_net
+    - net/mlx5e: kTLS, Use refcounts to free kTLS RX priv context
+    - net/mlx5: Disable devlink reload for multi port slave device
+    - net/mlx5: Disallow RoCE on multi port slave device
+    - net/mlx5: Disallow RoCE on lag device
+    - net/mlx5: Disable devlink reload for lag devices
+    - net/mlx5e: CT: manage the lifetime of the ct entry object
+    - net/mlx5e: Check tunnel offload is required before setting SWP
+    - mac80211: fix potential overflow when multiplying to u32 integers
+    - libbpf: Ignore non function pointer member in struct_ops
+    - bpf: Fix an unitialized value in bpf_iter
+    - bpf, devmap: Use GFP_KERNEL for xdp bulk queue allocation
+    - bpf: Fix bpf_fib_lookup helper MTU check for SKB ctx
+    - tcp: fix SO_RCVLOWAT related hangs under mem pressure
+    - cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in
+      cxgb4 and ulds
+    - b43: N-PHY: Fix the update of coef for the PHY revision >= 3case
+    - bpf: Clear subreg_def for global function return values
+    - [amd64,arm64] net: amd-xgbe: Reset the PHY rx data path when mailbox
+      command timeout
+    - [amd64,arm64] net: amd-xgbe: Fix NETDEV WATCHDOG transmit queue timeout
+      warning
+    - [amd64,arm64] net: amd-xgbe: Reset link when the link never comes back
+    - [amd64,arm64] net: amd-xgbe: Fix network fluctuations when using 1G
+      BELFUSE SFP
+    - [arm64,armhf] net: mvneta: Remove per-cpu queue mapping for Armada 3700
+    - tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer
+    - tty: implement read_iter
+    - [x86] drm/gma500: Fix error return code in psb_driver_load()
+    - [x86] gma500: clean up error handling in init
+    - drm/fb-helper: Add missed unlocks in setcmap_legacy()
+    - [arm*] drm/vc4: hdmi: Take into account the clock doubling flag in
+      atomic_check
+    - [arm64] crypto: arm64/aes-ce - really hide slower algos when faster ones
+      are enabled
+    - [mips*] c-r4k: Fix section mismatch for loongson2_sc_init
+    - drm/virtio: make sure context is created in gem open
+    - media: em28xx: Fix use-after-free in em28xx_alloc_urbs
+    - media: media/pci: Fix memleak in empress_init
+    - [x86] media: tm6000: Fix memleak in tm6000_start_stream
+    - sched/fair: Avoid stale CPU util_est value for schedutil in task dequeue
+    - [arm64,armhf] drm/sun4i: tcon: fix inverted DCLK polarity
+    - [mips*] properly stop .eh_frame generation
+    - [arm64,armhf] drm/tegra: Fix reference leak when pm_runtime_get_sync()
+      fails
+    - bsg: free the request before return error code
+    - media: lmedm04: Fix misuse of comma
+    - media: qm1d1c0042: fix error return code in qm1d1c0042_init()
+    - media: uvcvideo: Accept invalid bFormatIndex and bFrameIndex values
+    - sched/eas: Don't update misfit status if the task is pinned
+    - f2fs: compress: fix potential deadlock
+    - [arm64] ASoC: qcom: lpass-cpu: Remove bit clock state check
+    - perf/arm-cmn: Fix PMU instance naming
+    - perf/arm-cmn: Move IRQs when migrating context
+    - mm: proc: Invalidate TLB after clearing soft-dirty page state
+    - f2fs: fix to avoid inconsistent quota data
+    - f2fs: fix a wrong condition in __submit_bio
+    - [arm64] ASoC: qcom: Fix typo error in HDMI regmap config callbacks
+    - [x86] KVM: nSVM: Don't strip host's C-bit from guest's CR3 when reading
+      PDPTRs
+    - [x86] Drivers: hv: vmbus: Avoid use-after-free in
+      vmbus_onoffer_rescind()
+    - [x86] ASoC: Intel: sof_sdw: add missing TGL_HDMI quirk for Dell SKU 0A5E
+    - [x86] ASoC: Intel: sof_sdw: add missing TGL_HDMI quirk for Dell SKU 0A3E
+    - locking/lockdep: Avoid unmatched unlock
+    - [arm64] ASoC: qcom: lpass: Fix i2s ctl register bit map
+    - btrfs: clarify error returns values in __load_free_space_cache
+    - btrfs: fix double accounting of ordered extent for subpage case in
+      btrfs_invalidapge
+    - [x86] KVM: Restore all 64 bits of DR6 and DR7 during RSM on x86-64
+    - [s390x] zcrypt: return EIO when msg retry limit reached
+    - [arm*] drm/vc4: hdmi: Move hdmi reset to bind
+    - [arm*] drm/vc4: hdmi: Fix register offset with longer CEC messages
+    - [arm*] drm/vc4: hdmi: Fix up CEC registers
+    - [arm*] drm/vc4: hdmi: Restore cec physical address on reconnect
+    - [arm*] drm/vc4: hdmi: Compute the CEC clock divider from the clock rate
+    - [arm*] drm/vc4: hdmi: Update the CEC clock divider on HSM rate change
+    - drm/dp_mst: Don't cache EDIDs for physical ports
+    - crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()
+    - io_uring: fix possible deadlock in io_uring_poll
+    - nvme-multipath: set nr_zones for zoned namespaces
+    - nvmet: remove extra variable in identify ns
+    - nvmet: set status to 0 in case for invalid nsid
+    - [armel,armhf] ASoC: simple-card-utils: Fix device module clock
+    - fs/jfs: fix potential integer overflow on shift of a int
+    - jffs2: fix use after free in jffs2_sum_write_data()
+    - smp: Process pending softirqs in flush_smp_call_function_from_idle()
+    - capabilities: Don't allow writing ambiguous v3 file capabilities
+    - [armhf] HSI: Fix PM usage counter unbalance in ssi_hw_init
+    - [arm64,armhf] clk: meson: clk-pll: fix initializing the old rate
+      (fallback) for a PLL
+    - [arm64,armhf] clk: meson: clk-pll: make "ret" a signed integer
+    - [arm64,armhf] clk: meson: clk-pll: propagate the error from
+      meson_clk_pll_set_rate()
+    - quota: Fix memory leak when handling corrupted quota file
+    - [arm64] clk: sunxi-ng: h6: Fix CEC clock
+    - HID: core: detect and skip invalid inputs to snto32()
+    - fdt: Properly handle "no-map" field in the memory region
+    - of/fdt: Make sure no-map does not remove already reserved regions
+    - [armhf] spi: imx: Don't print error on -EPROBEDEFER
+    - RDMA/mlx5: Use the correct obj_id upon DEVX TIR creation
+    - IB/mlx5: Add mutex destroy call to cap_mask_mutex mutex
+    - [arm64] clk: sunxi-ng: h6: Fix clock divider range on some clocks
+    - [arm64,armhf] platform/chrome: cros_ec_proto: Use EC_HOST_EVENT_MASK not
+      BIT
+    - [arm64,armhf] platform/chrome: cros_ec_proto: Add LID and BATTERY to
+      default mask
+    - [arm64,armhf] regulator: axp20x: Fix reference cout leak
+    - watch_queue: Drop references to /dev/watch_queue
+    - certs: Fix blacklist flag type confusion
+    - [armhf] regulator: s5m8767: Fix reference count leak
+    - [armhf] regulator: s5m8767: Drop regulators OF node reference
+    - [arm64,armhf] power: supply: axp20x_usb_power: Init work before enabling
+      IRQs
+    - regulator: core: Avoid debugfs: Directory ... already present! error
+    - isofs: release buffer head before return
+    - objtool: Fix error handling for STD/CLD warnings
+    - objtool: Fix retpoline detection in asm code
+    - objtool: Fix ".cold" section suffix check for newer versions of GCC
+    - scsi: lpfc: Fix ancient double free
+    - iommu: Switch gather->end to the inclusive end
+    - IB/umad: Return EIO in case of when device disassociated
+    - IB/umad: Return EPOLLERR in case of when device disassociated
+    - [ppc64el] KVM: Make the VMX instruction emulation routines static
+    - [powerpc*] time: Enable sched clock for irqtime
+    - [armel,armhf] 9046/1: decompressor: Do not clear SCTLR.nTLSMD for ARMv7+
+      cores
+    - [arm*] amba: Fix resource leak for drivers without .remove
+    - iommu: Move iotlb_sync_map out from __iommu_map
+    - iommu: Properly pass gfp_t in _iommu_map() to avoid atomic sleeping
+    - IB/mlx5: Return appropriate error code instead of ENOMEM
+    - IB/cm: Avoid a loop when device has 255 ports
+    - tracepoint: Do not fail unregistering a probe due to memory failure
+    - perf tools: Fix DSO filtering when not finding a map for a sampled
+      address
+    - perf vendor events arm64: Fix Ampere eMag event typo
+    - RDMA/rxe: Fix coding error in rxe_recv.c
+    - RDMA/rxe: Fix coding error in rxe_rcv_mcast_pkt
+    - RDMA/rxe: Correct skb on loopback path
+    - [powerpc*] pseries/dlpar: handle ibm, configure-connector delay status
+    - [arm64] RDMA/hns: Fixed wrong judgments in the goto branch
+    - [arm64] RDMA/hns: Fix type of sq_signal_bits
+    - [arm64] RDMA/hns: Disable RQ inline by default
+    - clk: divider: fix initialization with parent_hw
+    - [amd64] spi: pxa2xx: Fix the controller numbering for Wildcat Point
+    - [powerpc*] uaccess: Avoid might_fault() when user access is enabled
+    - [powerpc*] kuap: Restore AMR after replaying soft interrupts
+    - perf symbols: Use (long) for iterator for bfd symbols
+    - spi: Skip zero-length transfers in spi_transfer_one_message()
+    - printk: avoid prb_first_valid_seq() where possible
+    - perf symbols: Fix return value when loading PE DSO
+    - nfsd: register pernet ops last, unregister first
+    - svcrdma: Hold private mutex while invoking rdma_accept()
+    - ceph: fix flush_snap logic after putting caps
+    - [arm64] RDMA/hns: Fixes missing error code of CMDQ
+    - RDMA/ucma: Fix use-after-free bug in ucma_create_uevent
+    - Input: sur40 - fix an error code in sur40_probe()
+    - perf record: Fix continue profiling after draining the buffer
+    - perf intel-pt: Fix missing CYC processing in PSB
+    - perf intel-pt: Fix premature IPC
+    - perf intel-pt: Fix IPC with CYC threshold
+    - perf test: Fix unaligned access in sample parsing test
+    - Input: elo - fix an error code in elo_connect()
+    - [arm64,armhf] phy: rockchip-emmc: emmc_phy_init() always return 0
+    - [arm64,armhf] pwm: rockchip: Enable APB clock during register access
+      while probing
+    - [arm64,armhf] pwm: rockchip: rockchip_pwm_probe(): Remove superfluous
+      clk_unprepare()
+    - [arm64,armhf] pwm: rockchip: Eliminate potential race condition when
+      probing
+    - [x86] VMCI: Use set_page_dirty_lock() when unregistering guest memory
+    - PCI: Align checking of syscall user config accessors
+    - [x86] mei: hbm: call mei_set_devstate() on hbm stop response
+    - [arm64] drm/msm: Fix MSM_INFO_GET_IOVA with carveout
+    - [arm64] drm/msm/dsi: Correct io_start for MSM8994 (20nm PHY)
+    - [arm64] drm/msm/mdp5: Fix wait-for-commit for cmd panels
+    - [arm64] drm/msm: Fix race of GPU init vs timestamp power management.
+    - [arm64] drm/msm: Fix races managing the OOB state for timestamp vs
+      timestamps.
+    - [arm64] drm/msm/dp: trigger unplug event in msm_dp_display_disable
+    - [amd64,arm64] vfio/iommu_type1: Populate full dirty when detach
+      non-pinned group
+    - [amd64,arm64] vfio/iommu_type1: Fix some sanity checks in detach group
+    - ext4: fix potential htree index checksum corruption
+    - nvmem: core: Fix a resource leak on error in nvmem_add_cells_from_of()
+    - nvmem: core: skip child nodes not matching binding
+    - soundwire: bus: use sdw_update_no_pm when initializing a device
+    - soundwire: bus: use sdw_write_no_pm when setting the bus scale registers
+    - soundwire: export sdw_write/read_no_pm functions
+    - soundwire: bus: fix confusion on device used by pm_runtime
+    - ext: EXT4_KUNIT_TESTS should depend on EXT4_FS instead of selecting it
+    - PCI: pci-bridge-emul: Fix array overruns, improve safety
+    - i40e: Fix flow for IPv6 next header (extension header)
+    - i40e: Add zero-initialization of AQ command structures
+    - i40e: Fix overwriting flow control settings during driver loading
+    - i40e: Fix addition of RX filters after enabling FW LLDP agent
+    - i40e: Fix VFs not created
+    - Take mmap lock in cacheflush syscall
+    - i40e: Fix add TC filter for IPv6
+    - [amd64,arm64] vfio/type1: Use follow_pte()
+    - ice: report correct max number of TCs
+    - ice: Account for port VLAN in VF max packet size calculation
+    - ice: Fix state bits on LLDP mode switch
+    - ice: update the number of available RSS queues
+    - [arm64,armhf] net: stmmac: fix CBS idleslope and sendslope calculation
+    - net/mlx4_core: Add missed mlx4_free_cmd_mailbox()
+    - [arm64] PCI: rockchip: Make 'ep-gpios' DT property optional
+    - vxlan: move debug check after netdev unregister
+    - wireguard: device: do not generate ICMP for non-IP packets
+    - wireguard: kconfig: use arm chacha even with no neon
+    - ocfs2: fix a use after free on error
+    - mm: memcontrol: fix NR_ANON_THPS accounting in charge moving
+    - mm: memcontrol: fix slub memory accounting
+    - mm/memory.c: fix potential pte_unmap_unlock pte error
+    - mm/hugetlb: fix potential double free in hugetlb_register_node() error
+      path
+    - mm/hugetlb: suppress wrong warning info when alloc gigantic page
+    - mm/compaction: fix misbehaviors of fast_find_migrateblock()
+    - NFSv4: Fixes for nfs4_bitmask_adjust()
+    - [x86] KVM: SVM: Intercept INVPCID when it's disabled to inject #UD
+    - [x86] KVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU to
+      ZONE_DEVICE and HugeTLB pages
+    - [arm64] Add missing ISB after invalidating TLB in __primary_switch
+    - [armhf] i2c: exynos5: Preserve high speed master code
+    - mm,thp,shmem: make khugepaged obey tmpfs mount flags
+    - mm: fix memory_failure() handling of dax-namespace metadata
+    - mm/rmap: fix potential pte_unmap on an not mapped pte
+    - proc: use kvzalloc for our kernel buffer
+    - scsi: sd: sd_zbc: Don't pass GFP_NOIO to kvcalloc
+    - block: reopen the device in blkdev_reread_part
+    - scsi: sd: Fix Opal support
+    - blk-settings: align max_sectors on "logical_block_size" boundary
+    - ACPI: property: Fix fwnode string properties matching
+    - ACPI: configfs: add missing check after
+      configfs_register_default_group()
+    - cpufreq: ACPI: Set cpuinfo.max_freq directly if max boost is known
+    - HID: logitech-dj: add support for keyboard events in eQUAD step 4 Gaming
+    - HID: wacom: Ignore attempts to overwrite the touch_max value from HID
+    - Input: xpad - add support for PowerA Enhanced Wired Controller for Xbox
+      Series X|S
+    - Input: joydev - prevent potential read overflow in ioctl
+    - Input: i8042 - add ASUS Zenbook Flip to noselftest list
+    - media: mceusb: Fix potential out-of-bounds shift
+    - USB: serial: option: update interface mapping for ZTE P685M
+    - [arm64,armhf] usb: musb: Fix runtime PM race in musb_queue_resume_work
+    - [arm64,armhf] usb: dwc3: gadget: Fix setting of DEPCFG.bInterval_m1
+    - [arm64,armhf] usb: dwc3: gadget: Fix dep->interval for fullspeed
+      interrupt
+    - USB: serial: ftdi_sio: fix FTX sub-integer prescaler
+    - USB: serial: pl2303: fix line-speed handling on newer chips
+    - USB: serial: mos7840: fix error code in mos7840_write()
+    - USB: serial: mos7720: fix error code in mos7720_write()
+    - ALSA: hda: Add another CometLake-H PCI ID
+    - ALSA: hda/hdmi: Drop bogus check at closing a stream
+    - ALSA: hda/realtek: modify EAPD in the ALC886
+    - ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup
+    - [mips*] Ingenic: Disable HPTLB for D0 XBurst CPUs too
+    - [mips*] Revert "MIPS: Octeon: Remove special handling of
+      CONFIG_MIPS_ELF_APPENDED_DTB=y"
+    - Revert "bcache: Kill btree_io_wq"
+    - bcache: Give btree_io_wq correct semantics again
+    - bcache: Move journal work to new flush wq
+    - drm/amdgpu: Set reference clock to 100Mhz on Renoir (v2)
+    - drm/nouveau/kms: handle mDP connectors
+    - drm/modes: Switch to 64bit maths to avoid integer overflow
+    - drm/sched: Cancel and flush all outstanding jobs before finish.
+    - selinux: fix inconsistency between inode_getxattr and inode_listsecurity
+    - tpm_tis: Fix check_locality for correct locality acquisition
+    - tpm_tis: Clean up locality release
+    - KEYS: trusted: Fix incorrect handling of tpm_get_random()
+    - KEYS: trusted: Fix migratable=1 failing
+    - KEYS: trusted: Reserve TPM for seal and unseal operations
+    - btrfs: do not cleanup upper nodes in btrfs_backref_cleanup_node
+    - btrfs: do not warn if we can't find the reloc root when looking up
+      backref
+    - btrfs: add asserts for deleting backref cache nodes
+    - btrfs: abort the transaction if we fail to inc ref in btrfs_copy_root
+    - btrfs: fix reloc root leak with 0 ref reloc roots on recovery
+    - btrfs: splice remaining dirty_bg's onto the transaction dirty bg list
+    - btrfs: handle space_info::total_bytes_pinned inside the delayed ref
+      itself
+    - btrfs: account for new extents being deleted in total_bytes_pinned
+    - btrfs: fix extent buffer leak on failure to copy root
+    - [arm64] crypto: arm64/sha - add missing module aliases
+    - [x86] crypto: aesni - prevent misaligned buffers on the stack
+    - crypto: michael_mic - fix broken misalignment handling
+    - seccomp: Add missing return in non-void function
+    - [arm64] ptrace: Fix seccomp of traced syscall -1 (NO_SYSCALL)
+    - misc: rtsx: init of rts522a add OCP power off when no card is present
+    - [x86] drivers/misc/vmw_vmci: restrict too big queue size in
+      qp_host_alloc_queue
+    - pstore: Fix typo in compression option name
+    - staging: rtl8188eu: Add Edimax EW-7811UN V2 to device table
+    - floppy: reintroduce O_NDELAY fix
+    - media: marvell-ccic: power up the device on mclk enable
+    - media: smipcie: fix interrupt handling and IR timeout
+    - [x86] virt: Eat faults on VMXOFF in reboot flows
+    - [x86] reboot: Force all cpus to exit VMX root if VMX is supported
+    - [x86] fault: Fix AMD erratum #91 errata fixup for user code
+    - [x86] entry: Fix instrumentation annotation
+    - [powerpc*] prom: Fix "ibm,arch-vec-5-platform-support" scan
+    - rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callers
+    - rcu/nocb: Perform deferred wake up before last idle's need_resched()
+      check
+    - kprobes: Fix to delay the kprobes jump optimization
+    - [arm64] Extend workaround for erratum 1024718 to all versions of
+      Cortex-A55
+    - [arm64] uprobe: Return EOPNOTSUPP for AARCH32 instruction probing
+    - [arm64] module: set plt* section addresses to 0x0
+    - [arm64] spectre: Prevent lockdep splat on v4 mitigation enable path
+    - [arm64] watchdog: qcom: Remove incorrect usage of QCOM_WDT_ENABLE_IRQ
+    - [x86] watchdog: mei_wdt: request stop on unregister
+    - fs/affs: release old buffer head on error path
+    - seq_file: document how per-entry resources are managed.
+    - [x86] fix seq_file iteration for pat/memtype.c
+    - mm: memcontrol: fix swap undercounting in cgroup2
+    - mm: memcontrol: fix get_active_memcg return value
+    - hugetlb: fix update_and_free_page contig page struct assumption
+    - hugetlb: fix copy_huge_page_from_user contig page struct assumption
+    - mm/vmscan: restore zone_reclaim_mode ABI
+    - mm, compaction: make fast_isolate_freepages() stay within zone
+    - [x86] KVM: nSVM: fix running nested guests when npt=0
+    - nvmem: qcom-spmi-sdam: Fix uninitialized pdev pointer
+    - module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbols
+    - [armhf] mmc: sdhci-esdhc-imx: fix kernel panic when remove module
+    - mmc: sdhci-pci-o2micro: Bug fix for SDR104 HW tuning failure
+    - [arm64] spmi: spmi-pmic-arb: Fix hw_irq overflow
+    - [x86] mei: fix transfer over dma with extended header
+    - [x86] mei: me: emmitsburg workstation DID
+    - [x86] mei: me: add adler lake point S DID
+    - [x86] mei: me: add adler lake point LP DID
+    - [armhf] gpio: pcf857x: Fix missing first interrupt
+    - printk: fix deadlock when kernel panic
+    - exfat: fix shift-out-of-bounds in exfat_fill_super()
+    - zonefs: Fix file size of zones in full condition
+    - [x86] cpufreq: intel_pstate: Change intel_pstate_get_hwp_max() argument
+    - [x86] cpufreq: intel_pstate: Get per-CPU max freq via
+      MSR_HWP_CAPABILITIES if available
+    - proc: don't allow async path resolution of /proc/thread-self components
+    - [s390x] vtime: fix inline assembly clobber list
+    - [s390x] virtio/s390: implement virtio-ccw revision 2 correctly
+    - f2fs: fix out-of-repair __setattr_copy()
+    - f2fs: enforce the immutable flag on open files
+    - f2fs: flush data when enabling checkpoint back
+    - gfs2: fix glock confusion in function signal_our_withdraw
+    - gfs2: Don't skip dlm unlock if glock has an lvb
+    - gfs2: Lock imbalance on error path in gfs2_recover_one
+    - gfs2: Recursive gfs2_quota_hold in gfs2_iomap_end
+    - dm: fix deadlock when swapping to encrypted device
+    - dm table: fix iterate_devices based device capability checks
+    - dm table: fix DAX iterate_devices based device capability checks
+    - dm table: fix zoned iterate_devices based device capability checks
+    - dm writecache: fix performance degradation in ssd mode
+    - dm writecache: return the exact table values that were set
+    - dm writecache: fix writing beyond end of underlying device when
+      shrinking
+    - dm era: Recover committed writeset after crash
+    - dm era: Update in-core bitset after committing the metadata
+    - dm era: Verify the data block size hasn't changed
+    - dm era: Fix bitset memory leaks
+    - dm era: Use correct value size in equality function of writeset tree
+    - dm era: Reinitialize bitset cache before digesting a new writeset
+    - dm era: only resize metadata in preresume
+    - kgdb: fix to kill breakpoints on initmem after boot
+    - ipv6: silence compilation warning for non-IPV6 builds
+    - net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sending
+    - wireguard: queueing: get rid of per-peer ring buffers
+    - net: sched: fix police ext initialization
+    - net_sched: fix RTNL deadlock again caused by request_module()
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.21
+    - net: usb: qmi_wwan: support ZTE P685M modem
+    - Input: elantech - fix protocol errors for some trackpoints in SMBus mode
+    - Input: elan_i2c - add new trackpoint report type 0x5F
+    - drm/virtio: use kvmalloc for large allocations
+    - [x86] build: Treat R_386_PLT32 relocation as R_386_PC32
+    - JFS: more checks for invalid superblock
+    - sched/core: Allow try_invoke_on_locked_down_task() with irqs disabled
+    - udlfb: Fix memory leak in dlfb_usb_probe
+    - media: mceusb: sanity check for prescaler value
+    - erofs: fix shift-out-of-bounds of blkszbits
+    - media: v4l2-ctrls.c: fix shift-out-of-bounds in std_validate
+    - xfs: Fix assert failure in xfs_setattr_size()
+    - [s390x] net/af_iucv: remove WARN_ONCE on malformed RX packets
+    - tomoyo: ignore data race while checking quota
+    - net: fix up truesize of cloned skb in skb_prepare_for_shift()
+    - [riscv64] Get rid of MAX_EARLY_MAPPING_SIZE
+    - nbd: handle device refs for DESTROY_ON_DISCONNECT properly
+    - mm/hugetlb.c: fix unnecessary address expansion of pmd sharing
+    - tcp: fix tcp_rmem documentation
+    - net: bridge: use switchdev for port flags set through sysfs too
+    - net/sched: cls_flower: Reject invalid ct_state flags rules
+    - net: psample: Fix netlink skb length with tunnel info
+    - net: fix dev_ifsioc_locked() race condition
+    - dt-bindings: ethernet-controller: fix fixed-link specification
+    - dt-bindings: net: btusb: DT fix s/interrupt-name/interrupt-names/
+    - [arm64] ASoC: qcom: Remove useless debug print
+    - rsi: Fix TX EAPOL packet handling against iwlwifi AP
+    - rsi: Move card interrupt handling to RX thread
+    - [x86] EDAC/amd64: Do not load on family 0x15, model 0x13
+    - [x86] reboot: Add Zotac ZBOX CI327 nano PCI reboot quirk
+    - vt/consolemap: do font sum unsigned
+    - [arm64,armhf] wlcore: Fix command execute failure 19 for wl12xx
+    - Bluetooth: hci_h5: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for btrtl
+    - Bluetooth: btusb: fix memory leak on suspend and resume
+    - pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()
+    - ath10k: fix wmi mgmt tx queue full due to race condition
+    - net: sfp: add mode quirk for GPON module Ubiquiti U-Fiber Instant
+    - Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirk
+    - Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_data
+    - [arm*] staging: bcm2835-audio: Replace unsafe strcpy() with strscpy()
+    - brcmfmac: Add DMI nvram filename quirk for Predia Basic tablet
+    - brcmfmac: Add DMI nvram filename quirk for Voyo winpad A15 tablet
+    - [arm64] drm/hisilicon: Fix use-after-free
+    - crypto: tcrypt - avoid signed overflow in byte count
+    - fs: make unlazy_walk() error handling consistent
+    - drm/amdgpu: Add check to prevent IH overflow
+    - PCI: Add a REBAR size quirk for Sapphire RX 5600 XT Pulse
+    - [x86] ASoC: Intel: bytcr_rt5640: Add new BYT_RT5640_NO_SPEAKERS
+      quirk-flag
+    - media: uvcvideo: Allow entities with no pads
+    - f2fs: handle unallocated section and zone on pinned/atgc
+    - f2fs: fix to set/clear I_LINKABLE under i_lock
+    - nvme-core: add cancel tagset helpers
+    - nvme-rdma: add clean action for failed reconnection
+    - nvme-tcp: add clean action for failed reconnection
+    - ASoC: Intel: Add DMI quirk table to soc_intel_is_byt_cr()
+    - btrfs: fix error handling in commit_fs_roots
+    - [x86] perf/x86/kvm: Add Cascade Lake Xeon steppings to
+      isolation_ucodes[]
+    - [x86] ASoC: Intel: sof-sdw: indent and add quirks consistently
+    - [x86] ASoC: Intel: sof_sdw: detect DMIC number based on mach params
+    - sched/features: Fix hrtick reprogramming
+    - [x86] ASoC: Intel: bytcr_rt5640: Add quirk for the Estar Beauty HD MID
+      7316R tablet
+    - [x86] ASoC: Intel: bytcr_rt5640: Add quirk for the Voyo Winpad A15
+      tablet
+    - [x86] ASoC: Intel: bytcr_rt5651: Add quirk for the Jumper EZpad 7 tablet
+    - [x86] ASoC: Intel: bytcr_rt5640: Add quirk for the Acer One S1002 tablet
+    - scsi: iscsi: Restrict sessions and handles to admin capabilities
+      (CVE-2021-27363, CVE-2021-27364)
+    - scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZE
+      (CVE-2021-27365)
+    - scsi: iscsi: Verify lengths on passthrough PDUs (CVE-2021-27365)
+    - Xen/gnttab: handle p2m update errors on a per-slot basis
+      (CVE-2021-28038)
+    - xen-netback: respect gnttab_map_refs()'s return value (CVE-2021-28038)
+    - xen: fix p2m size in dom0 for disabled memory hotplug case
+      (CVE-2021-28039)
+    - zsmalloc: account the number of compacted pages correctly
+    - swap: fix swapfile read/write offset
+    - [powerpc*] sstep: Check instruction validity against ISA version before
+      emulation
+    - [powerpc*] sstep: Fix incorrect return from analyze_instr()
+    - tty: fix up iterate_tty_read() EOVERFLOW handling
+    - tty: fix up hung_up_tty_read() conversion
+    - tty: clean up legacy leftovers from n_tty line discipline
+    - tty: teach n_tty line discipline about the new "cookie continuations"
+    - tty: teach the n_tty ICANON case about the new "cookie continuations"
+      too
+    - media: v4l: ioctl: Fix memory leak in video_usercopy
+    - ALSA: hda/realtek: Add quirk for Clevo NH55RZQ
+    - ALSA: hda/realtek: Add quirk for Intel NUC 10
+    - ALSA: hda/realtek: Apply dual codec quirks for MSI Godlike X570 board
+    - net: sfp: VSOL V2801F / CarlitoxxPro CPGOS03-0490 v2.0 workaround
+    - net: sfp: add workaround for Realtek RTL8672 and RTL9601C chips
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.22
+    - ALSA: hda/realtek: Enable headset mic of Acer SWIFT with ALC256
+    - ALSA: usb-audio: Drop bogus dB range in too low level
+    - tpm, tpm_tis: Decorate tpm_tis_gen_interrupt() with request_locality()
+    - tpm, tpm_tis: Decorate tpm_get_timeouts() with request_locality()
+    - btrfs: avoid double put of block group when emptying cluster
+    - btrfs: fix raid6 qstripe kmap
+    - btrfs: fix race between writes to swap files and scrub
+    - btrfs: fix race between swap file activation and snapshot creation
+    - btrfs: fix stale data exposure after cloning a hole with NO_HOLES
+      enabled
+    - btrfs: fix race between extent freeing/allocation when using bitmaps
+    - btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctl
+    - btrfs: free correct amount of space in
+      btrfs_delayed_inode_reserve_metadata
+    - btrfs: unlock extents in btrfs_zero_range in case of quota reservation
+      errors
+    - btrfs: fix warning when creating a directory with smack enabled
+    - PM: runtime: Update device status before letting suppliers suspend
+    - ring-buffer: Force before_stamp and write_stamp to be different on
+      discard
+    - io_uring: ignore double poll add on the same waitqueue head
+    - dm bufio: subtract the number of initial sectors in
+      dm_bufio_get_device_size
+    - drm/amdgpu:disable VCN for Navi12 SKU
+    - drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcie
+    - [arm64] mm: Move reserve_crashkernel() into mem_init()
+    - [arm64] mm: Move zone_dma_bits initialization into zone_sizes_init()
+    - of/address: Introduce of_dma_get_max_cpu_address()
+    - [arm64] mm: Set ZONE_DMA size based on devicetree's dma-ranges
+    - [arm64] mm: Set ZONE_DMA size based on early IORT scan
+    - ALSA: ctxfi: cthw20k2: fix mask on conf to allow 4 bits
+    - RDMA/cm: Fix IRQ restore in ib_send_cm_sidr_rep
+    - IB/mlx5: Add missing error code
+    - ALSA: hda: intel-nhlt: verify config type
+    - ftrace: Have recordmcount use w8 to read relp->r_info in
+      arm64_is_fake_mcount
+    - rsxx: Return -EFAULT if copy_to_user() fails
+    - [amd64] iommu/vt-d: Fix status code for Allocate/Free PASID command
+    - tomoyo: recognize kernel threads correctly
+    - r8169: fix resuming from suspend on RTL8105e if machine runs on battery
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.23
+    - ACPICA: Fix race in generic_serial_bus (I2C) and GPIO op_region
+      parameter handling
+    - nvme-pci: mark Kingston SKC2000 as not supporting the deepest power
+      state
+    - btrfs: export and rename qgroup_reserve_meta
+    - btrfs: don't flush from btrfs_delayed_inode_reserve_metadata
+    - [amd64] iommu/amd: Fix sleeping in atomic in increase_address_space()
+    - Bluetooth: btqca: Add valid le states quirk
+    - mwifiex: pcie: skip cancel_work_sync() on reset failure path
+    - [x86] ASoC: Intel: sof_sdw: add quirk for new TigerLake-SDCA device
+    - [armhf] bus: ti-sysc: Implement GPMC debug quirk to drop platform data
+    - [x86] platform/x86: acer-wmi: Cleanup ACER_CAP_FOO defines
+    - [x86] platform/x86: acer-wmi: Cleanup accelerometer device handling
+    - [x86] platform/x86: acer-wmi: Add new force_caps module parameter
+    - [x86] platform/x86: acer-wmi: Add ACER_CAP_SET_FUNCTION_MODE capability
+      flag
+    - [x86] platform/x86: acer-wmi: Add support for SW_TABLET_MODE on Switch
+      devices
+    - [x86] platform/x86: acer-wmi: Add ACER_CAP_KBD_DOCK quirk for the Aspire
+      Switch 10E SW3-016
+    - HID: mf: add support for 0079:1846 Mayflash/Dragonrise USB Gamecube
+      Adapter
+    - media: cx23885: add more quirks for reset DMA on some AMD IOMMU
+    - [x86] ACPI: video: Add DMI quirk for GIGABYTE GB-BXBT-2807
+    - [x86] ASoC: Intel: bytcr_rt5640: Add quirk for ARCHOS Cesium 140
+    - PCI: Add function 1 DMA alias quirk for Marvell 9215 SATA controller
+    - [x86] KVM: x86: Supplement __cr4_reserved_bits() with X86_FEATURE_PCID
+      check
+    - [x86] ASoC: Intel: sof_sdw: add missing TGL_HDMI quirk for Dell SKU 0A32
+    - scsi: ufs: Add a quirk to permit overriding UniPro defaults
+    - misc: eeprom_93xx46: Add quirk to support Microchip 93LC46B eeprom
+    - scsi: ufs: Introduce a quirk to allow only page-aligned sg entries
+    - [arm64] drm/msm/a5xx: Remove overwriting A5XX_PC_DBG_ECO_CNTL register
+    - HID: i2c-hid: Add I2C_HID_QUIRK_NO_IRQ_AFTER_RESET for ITE8568 EC on
+      Voyo Winpad A15
+    - ALSA: usb-audio: Add DJM750 to Pioneer mixer quirk
+    - ALSA: usb-audio: add mixer quirks for Pioneer DJM-900NXS2
+    - [x86] ASoC: Intel: sof_sdw: reorganize quirks by generation
+    - [x86] ASoC: Intel: sof_sdw: add quirk for HP Spectre x360 convertible
+    - [x86] KVM: SVM: Clear the CR4 register on reset
+    - nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.
+    - nvme-pci: add quirks for Lexar 256GB SSD
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.24
+    - uapi: nfnetlink_cthelper.h: fix userspace compilation error
+    - [powerpc*] perf: Fix handling of privilege level checks in perf interrupt
+      context
+    - [powerpc*] pseries: Don't enforce MSI affinity with kdump
+    - ethernet: alx: fix order of calls on resume (Closes: #983595)
+    - [mips*] crypto: mips/poly1305 - enable for all MIPS processors
+    - ath9k: fix transmitting to stations in dynamic SMPS mode
+    - net: Fix gro aggregation for udp encaps with zero csum
+    - net: check if protocol extracted by virtio_net_hdr_set_proto is correct
+    - net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0
+    - net: l2tp: reduce log level of messages in receive path, add counter
+      instead
+    - can: skb: can_skb_set_owner(): fix ref counting if socket was closed
+      before setting skb ownership
+    - [armhf] can: flexcan: assert FRZ bit in flexcan_chip_freeze()
+    - [armhf] can: flexcan: enable RX FIFO after FRZ/HALT valid
+    - [armhf] can: flexcan: invoke flexcan_chip_freeze() to enter freeze mode
+    - tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE)
+    - tcp: add sanity tests to TCP_QUEUE_SEQ
+    - netfilter: nf_nat: undo erroneous tcp edemux lookup
+    - netfilter: x_tables: gpf inside xt_find_revision()
+    - net: always use icmp{,v6}_ndo_send from ndo_start_xmit
+    - net: phy: fix save wrong speed and duplex problem if autoneg is on
+    - mt76: dma: do not report truncated frames to mac80211
+    - [powerpc*] 603: Fix protection of user pages mapped with PROT_NONE
+    - mount: fix mounting of detached mounts onto targets that reside on shared
+      mounts
+    - cifs: return proper error code in statfs(2)
+    - Revert "mm, slub: consider rest of partial list if acquire_slab() fails"
+    - docs: networking: drop special stable handling
+    - [arm64] net: enetc: don't overwrite the RSS indirection table when
+      initializing
+    - [arm64] net: enetc: take the MDIO lock only once per NAPI poll cycle
+    - [arm64] net: enetc: fix incorrect TPID when receiving 802.1ad tagged
+      packets
+    - [arm64] net: enetc: don't disable VLAN filtering in IFF_PROMISC mode
+    - [arm64] net: enetc: force the RGMII speed and duplex instead of operating
+      in inband mode
+    - [arm64] net: enetc: remove bogus write to SIRXIDR from enetc_setup_rxbdr
+    - [arm64] net: enetc: keep RX ring consumer index in sync with hardware
+    - net/mlx4_en: update moderation when config reset
+    - net: stmmac: fix incorrect DMA channel intr enable setting of EQoS v4.10
+    - nexthop: Do not flush blackhole nexthops when loopback goes down
+    - net: sched: avoid duplicates in classes dump
+    - [arm64] net: mscc: ocelot: properly reject destination IP keys in VCAP IS1
+    - net: usb: qmi_wwan: allow qmimux add/del with master up
+    - cipso,calipso: resolve a number of problems with the DOI refcounts
+    - net: stmmac: Fix VLAN filter delete timeout issue in Intel mGBE SGMII
+    - [x86] stmmac: intel: Fixes clock registration error seen for multiple
+      interfaces
+    - [arm64] net: enetc: allow hardware timestamping on TX queues with tc-etf
+      enabled
+    - net: qrtr: fix error return code of qrtr_sendmsg()
+    - [s390x] qeth: fix memory leak after failed TX Buffer allocation
+    - r8169: fix r8168fp_adjust_ocp_cmd function
+    - ixgbe: fail to create xfrm offload of IPsec tunnel mode SA
+    - net: stmmac: stop each tx channel independently
+    - net: stmmac: fix watchdog timeout during suspend/resume stress test
+    - net: stmmac: fix wrongly set buffer2 valid when sph unsupport
+    - ethtool: fix the check logic of at least one channel for RX/TX
+    - net: phy: make mdio_bus_phy_suspend/resume as __maybe_unused
+    - perf traceevent: Ensure read cmdlines are null terminated.
+    - perf report: Fix -F for branch & mem modes
+    - [arm64] net: hns3: fix query vlan mask value error for flow director
+    - [arm64] net: hns3: fix bug when calculating the TCAM table info
+    - bnxt_en: reliably allocate IRQ table on reset to avoid crash
+    - gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk
+    - gpiolib: acpi: Allow to find GpioInt() resource by name and index
+    - [arm64,armhf] gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2
+    - gpio: fix gpio-device list corruption
+    - drm/compat: Clear bounce structures
+    - drm/amd/display: Add a backlight module option
+    - drm/amd/display: Fix nested FPU context in dcn21_validate_bandwidth()
+    - drm/shmem-helper: Check for purged buffers in fault handler
+    - drm/shmem-helper: Don't remove the offset in vm_area_struct pgoff
+    - drm: Use USB controller's DMA mask when importing dmabufs
+    - [arm64] drm: meson_drv add shutdown function
+    - drm/shmem-helpers: vunmap: Don't put pages for dma-buf
+    - [x86] drm/i915: Wedge the GPU if command parser setup fails
+    - qxl: Fix uninitialised struct field head.surface_id
+    - media: usbtv: Fix deadlock on suspend
+    - media: rc: compile rc-cec.c into rc-core
+    - cifs: fix credit accounting for extra channel
+    - [arm64] net: hns3: fix error mask definition of flow director
+    - [s390x] qeth: don't replace a fully completed async TX buffer
+    - [s390x] qeth: remove QETH_QDIO_BUF_HANDLED_DELAYED state
+    - [s390x] qeth: improve completion of pending TX buffers
+    - [s390x] qeth: fix notification for pending buffers during teardown
+    - [arm64,armhf] net: dsa: implement a central TX reallocation procedure
+    - [arm64,armhf] net: dsa: trailer: don't allocate additional memory for
+      padding/tagging
+    - [arm64] net: dsa: tag_ocelot: let DSA core deal with TX reallocation
+    - [arm64,armhf] net: dsa: tag_edsa: let DSA core deal with TX reallocation
+    - [armhf] net: dsa: tag_brcm: let DSA core deal with TX reallocation
+    - [arm64,armhf] net: dsa: tag_dsa: let DSA core deal with TX reallocation
+    - [arm64] enetc: Fix unused var build warning for CONFIG_OF
+    - [arm64] net: enetc: initialize RFS/RSS memories for unused ports too
+    - ath11k: peer delete synchronization with firmware
+    - ath11k: start vdev if a bss peer is already created
+    - ath11k: fix AP mode for QCA6390
+    - scsi: ufs: WB is only available on LUN #0 to #7
+    - udf: fix silent AED tagLocation corruption
+    - [amd64] iommu/vt-d: Clear PRQ overflow only when PRQ is empty
+    - [arm*] mmc: sdhci-iproc: Add ACPI bindings for the RPi
+    - Platform: OLPC: Fix probe error handling
+    - [powerpc*] pci: Add ppc_md.discover_phbs()
+    - [armhf] spi: stm32: make spurious and overrun interrupts visible
+    - [powerpc] improve handling of unrecoverable system reset
+    - [powerpc] perf: Record counter overflow always if SAMPLE_IP is unset
+    - HID: logitech-dj: add support for the new lightspeed connection iteration
+    - [powerpc*] 64: Fix stack trace not displaying final frame
+    - [amd64] iommu/amd: Fix performance counter initialization
+    - [arm64] clk: qcom: gdsc: Implement NO_RET_PERIPH flag
+    - [x86] Input: applespi - don't wait for responses to commands indefinitely.
+    - [arm64] PCI: xgene-msi: Fix race in installing chained irq handler
+    - ext4: don't try to processed freed blocks until mballoc is initialized
+    - kbuild: clamp SUBLEVEL to 255
+    - PCI: Fix pci_register_io_range() memory leak
+    - i40e: Fix memory leak in i40e_probe
+    - [s390x] smp: __smp_rescan_cpus() - move cpumask away from stack
+    - drivers/base/memory: don't store phys_device in memory blocks
+    - sysctl.c: fix underflow value setting risk in vm_table
+    - scsi: libiscsi: Fix iscsi_prep_scsi_cmd_pdu() error handling
+    - scsi: target: core: Add cmd length set before cmd complete
+    - scsi: target: core: Prevent underflow for service actions
+    - mmc: sdhci: Update firmware interface API
+    - [arm*] assembler: introduce adr_l, ldr_l and str_l macros
+    - [arm*] efistub: replace adrl pseudo-op with adr_l macro invocation
+    - ALSA: usb: Add Plantronics C320-M USB ctrl msg delay quirk
+    - ALSA: hda/hdmi: Cancel pending works before suspend
+    - ALSA: hda/conexant: Add quirk for mute LED control on HP ZBook G5
+    - ALSA: hda/ca0132: Add Sound BlasterX AE-5 Plus support
+    - ALSA: hda: Drop the BATCH workaround for AMD controllers
+    - ALSA: hda: Flush pending unsolicited events before suspend
+    - ALSA: hda: Avoid spurious unsol event handling during S3/S4
+    - ALSA: usb-audio: Fix "cannot get freq eq" errors on Dell AE515 sound bar
+    - ALSA: usb-audio: Apply the control quirk to Plantronics headsets
+    - ALSA: usb-audio: Disable USB autosuspend properly in
+      setup_disable_autosuspend()
+    - ALSA: usb-audio: fix NULL ptr dereference in usb_audio_probe
+    - ALSA: usb-audio: fix use after free in usb_audio_disconnect
+    - Revert 95ebabde382c ("capabilities: Don't allow writing ambiguous v3 file
+      capabilities")
+    - block: Discard page cache of zone reset target range
+    - block: Try to handle busy underlying device on discard
+    - [arm64] mte: Map hotplugged memory as Normal Tagged
+    - [arm64] perf: Fix 64-bit event counter read truncation
+    - [s390x] dasd: fix hanging DASD driver unbind
+    - [s390]x dasd: fix hanging IO request during DASD driver unbind
+    - software node: Fix node registration
+    - xen/events: reset affinity of 2-level event when tearing it down
+    - [arm64,armhf] mmc: mmci: Add MMC_CAP_NEED_RSP_BUSY for the stm32 variants
+    - mmc: core: Fix partition switch time for eMMC
+    - mmc: cqhci: Fix random crash when remove mmc module/card
+    - cifs: do not send close in compound create+close requests
+    - Goodix Fingerprint device is not a modem
+    - usb: gadget: f_uac2: always increase endpoint max_packet_size by one audio
+      slot
+    - usb: gadget: f_uac1: stop playback on function disable
+    - [arm64] usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement
+    - [arm64] usb: dwc3: qcom: add URS Host support for sdm845 ACPI boot
+    - [arm64] usb: dwc3: qcom: add ACPI device id for sc8180x
+    - [arm64] usb: dwc3: qcom: Honor wakeup enabled/disabled state
+    - USB: usblp: fix a hang in poll() if disconnected
+    - usb: xhci: do not perform Soft Retry for some xHCI hosts
+    - xhci: Improve detection of device initiated wake signal.
+    - usb: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressing
+    - xhci: Fix repeated xhci wake after suspend due to uncleared internal wake
+      state
+    - USB: serial: io_edgeport: fix memory leak in edge_startup
+    - USB: serial: ch341: add new Product ID
+    - USB: serial: cp210x: add ID for Acuity Brands nLight Air Adapter
+    - USB: serial: cp210x: add some more GE USB IDs
+    - usbip: fix stub_dev to check for stream socket
+    - usbip: fix vhci_hcd to check for stream socket
+    - usbip: fix vudc to check for stream socket
+    - usbip: fix stub_dev usbip_sockfd_store() races leading to gpf
+    - usbip: fix vhci_hcd attach_store() races leading to gpf
+    - usbip: fix vudc usbip_sockfd_store races leading to gpf
+    - [x86] misc/pvpanic: Export module FDT device table
+    - misc: fastrpc: restrict user apps from sending kernel RPC messages
+      (CVE-2021-28375)
+    - [x86] staging: rtl8192u: fix ->ssid overflow in r8192_wx_set_scan()
+    - staging: rtl8188eu: prevent ->ssid overflow in rtw_wx_set_scan()
+      (CVE-2021-28660)
+    - staging: rtl8712: unterminated string leads to read overflow
+    - staging: rtl8188eu: fix potential memory corruption in
+      rtw_check_beacon_data()
+    - staging: rtl8712: Fix possible buffer overflow in r8712_sitesurvey_cmd
+    - [x86] staging: rtl8192e: Fix possible buffer overflow in
+      _rtl92e_wx_set_scan
+    - [x86] staging: comedi: addi_apci_1032: Fix endian problem for COS sample
+    - [x86] staging: comedi: addi_apci_1500: Fix endian problem for command
+      sample
+    - [x86] staging: comedi: adv_pci1710: Fix endian problem for AI command data
+    - [i386] staging: comedi: das6402: Fix endian problem for AI command data
+    - [i386] staging: comedi: das800: Fix endian problem for AI command data
+    - [i386] staging: comedi: dmm32at: Fix endian problem for AI command data
+    - [x86] staging: comedi: me4000: Fix endian problem for AI command data
+    - [i386] staging: comedi: pcl711: Fix endian problem for AI command data
+    - [i386] staging: comedi: pcl818: Fix endian problem for AI command data
+    - [arm64] mm: Fix pfn_valid() for ZONE_DEVICE based memory
+    - SUNRPC: Set memalloc_nofs_save() for sync tasks
+    - NFS: Don't revalidate the directory permissions on a lookup failure
+    - NFS: Don't gratuitously clear the inode cache when lookup failed
+    - NFSv4.2: fix return value of _nfs4_get_security_label()
+    - block: rsxx: fix error return code of rsxx_pci_probe()
+    - nvme-fc: fix racing controller reset and create association
+    - configfs: fix a use-after-free in __configfs_open_file
+    - [arm64] mm: use a 48-bit ID map when possible on 52-bit VA builds
+    - perf/core: Flush PMU internal buffers for per-CPU events
+    - [x86] perf/x86/intel: Set PERF_ATTACH_SCHED_CB for large PEBS and LBR
+    - hrtimer: Update softirq_expires_next correctly after
+      __hrtimer_get_next_event()
+    - seqlock,lockdep: Fix seqcount_latch_init()
+    - stop_machine: mark helpers __always_inline
+    - include/linux/sched/mm.h: use rcu_dereference in in_vfork()
+    - zram: fix return value on writeback_store
+    - sched/membarrier: fix missing local execution of ipi_sync_rq_state()
+    - efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP
+      table
+    - [powerpc*] 64s: Fix instruction encoding for lis in ppc_function_entry()
+    - [powerpc*] Fix inverted SET_FULL_REGS bitop
+    - [powerpc*] Fix missing declaration of [en/dis]able_kernel_vsx()
+    - binfmt_misc: fix possible deadlock in bm_register_write
+    - [amd64] x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2
+    - [x86] entry: Move nmi entry/exit into common code
+    - [x86] entry: Fix entry/exit mismatch on failed fast 32-bit syscalls
+    - [x86] KVM: Ensure deadline timer has truly expired before posting its IRQ
+    - [x86] KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged
+    - [arm64] KVM: Fix range alignment when walking page tables
+    - [arm64] KVM: Avoid corrupting vCPU context register in guest exit
+    - [arm64] KVM: nvhe: Save the SPE context early
+    - [arm64] KVM: Reject VM creation when the default IPA size is unsupported
+    - [arm64] KVM: Fix exclusive limit for IPA size
+    - mm/userfaultfd: fix memory corruption due to writeprotect
+    - mm/madvise: replace ptrace attach requirement for process_madvise
+    - [arm64] KVM: Ensure I-cache isolation between vcpus of a same VM
+    - mm/page_alloc.c: refactor initialization of struct page for holes in
+      memory layout
+    - xen/events: don't unmask an event channel when an eoi is pending
+    - xen/events: avoid handling the same event on two cpus at the same time
+    - [arm64] KVM: Fix nVHE hyp panic host context restore
+    - RDMA/umem: Use ib_dma_max_seg_size instead of dma_get_max_seg_size
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 5
+  * [rt] Refresh "printk: remove logbuf_lock"
+  * [rt] Refresh "printk: remove safe buffers"
+  * [rt] Refresh "printk: remove deferred printing"
+  * [rt] Refresh "mm/memcontrol: Replace local_irq_disable with local locks"
+  * [rt] Update to 5.10.21-rt34
+  * Refresh "Include package version along with kernel release in stack
+    traces"
+  * bpf: Prohibit alu ops for pointer types not defining ptr_limit
+    (CVE-2020-27170)
+  * bpf: Fix off-by-one for area size in creating mask to left
+    (CVE-2020-27171)
+  * bpf: Simplify alu_limit masking for pointer arithmetic
+  * bpf: Add sanity check for upper ptr_limit
+  * bpf, selftests: Fix up some test_verifier cases for unprivileged
+  * [x86] crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%reg
+  * [x86] crypto: x86/aes-ni-xts - use direct calls to and 4-way stride
+  * RDMA/srp: Fix support for unpopulated and unbalanced NUMA nodes
+  * fuse: fix live lock in fuse_iget()
+  * Revert "nfsd4: remove check_conflicting_opens warning"
+  * Revert "nfsd4: a client's own opens needn't prevent delegations"
+  * ALSA: usb-audio: Don't avoid stopping the stream at disconnection
+  * [armhf] net: dsa: b53: Support setting learning on port
+
+  [ Wookey ]
+  * [arm64] drivers/perf: Enable ARM_CMN as module (Closes: #981186)
+
+  [ Vincent Blut ]
+  * [arm64] drivers/perf: Enable ARM_SMMU_V3_PMU as module
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 19 Mar 2021 19:20:52 +0100
+
+linux (5.10.19-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.14
+    - [armhf] net: fec: put child node on error path
+    - [x86] stmmac: intel: Configure EHL PSE0 GbE and PSE1 GbE to 32 bits DMA
+      addressing
+    - [armhf] net: dsa: bcm_sf2: put device node before return
+    - net: switchdev: don't set port_obj_info->handled true when -EOPNOTSUPP
+    - [arm64,armhf] iommu/io-pgtable-arm: Support coherency for Mali LPAE
+    - [arm64,armhf] drm/panfrost: Support cache-coherent integrations
+    - [arm64] Fix kernel address detection of __is_lm_address()
+    - [arm64] Do not pass tagged addresses to __is_lm_address()
+    - Revert "x86/setup: don't remove E820_TYPE_RAM for pfn 0"
+    - [amd64] iommu/vt-d: Do not use flush-queue when caching-mode is on
+    - [x86] platform/x86: touchscreen_dmi: Add swap-x-y quirk for Goodix
+      touchscreen on Estar Beauty HD tablet
+    - [x86] platform/x86: intel-vbtn: Support for tablet mode on Dell Inspiron
+      7352
+    - [x86] __always_inline __{rd,wr}msr()
+    - scsi: scsi_transport_srp: Don't block target in failfast state
+    - scsi: libfc: Avoid invoking response handler twice if ep is already
+      completed
+    - [x86] scsi: fnic: Fix memleak in vnic_dev_init_devcmd2
+    - [x86] ASoC: SOF: Intel: hda: Resume codec to do jack detection
+    - ALSA: hda: Add AlderLake-P PCI ID and HDMI codec vid
+    - mac80211: fix fast-rx encryption check
+    - mac80211: fix encryption key selection for 802.3 xmit
+    - [powerpc*] scsi: ibmvfc: Set default timeout to avoid crash during
+      migration
+    - ALSA: hda: Add Cometlake-R PCI ID
+    - [arm64,armhf] i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for
+      filling TX FIFO
+    - udf: fix the problem that the disc content is not displayed
+    - nvme: check the PRINFO bit before deciding the host buffer length
+    - nvme-rdma: avoid request double completion for concurrent
+      nvme_rdma_timeout
+    - nvme-tcp: avoid request double completion for concurrent
+      nvme_tcp_timeout
+    - nvme-pci: allow use of cmb on v1.4 controllers
+    - nvmet: set right status on error in id-ns handler
+    - [x86] platform/x86: thinkpad_acpi: Add P53/73 firmware to
+      fan_quirk_table for dual fan control
+    - objtool: Don't fail the kernel build on fatal errors
+    - [x86] cpu: Add another Alder Lake CPU to the Intel family
+    - kthread: Extract KTHREAD_IS_PER_CPU
+    - workqueue: Restrict affinity change to rescuer
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.15
+    - USB: serial: cp210x: add pid/vid for WSDA-200-USB
+    - USB: serial: cp210x: add new VID/PID for supporting Teraoka AD2000
+    - USB: serial: option: Adding support for Cinterion MV31
+    - [arm64,armhf] usb: host: xhci: mvebu: make USB 3.0 PHY optional for
+      Armada 3720
+    - USB: gadget: legacy: fix an error code in eth_bind()
+    - [armhf] usb: gadget: aspeed: add missing of_node_put
+    - USB: usblp: don't call usb_set_interface if there's a single alt
+    - [arm*] usb: dwc2: Fix endpoint direction check in ep_from_windex
+    - [arm64,armhf] usb: dwc3: fix clock issue during resume in OTG mode
+    - [arm64] dts: qcom: c630: keep both touchpad devices enabled
+    - Input: i8042 - unbreak Pegatron C15B
+    - [arm64] dts: rockchip: Use only supported PCIe link speed on Pinebook
+      Pro
+    - bpf, cgroup: Fix optlen WARN_ON_ONCE toctou (CVE-2021-20194)
+    - bpf, cgroup: Fix problematic bounds check (CVE-2021-20194)
+    - bpf, inode_storage: Put file handler if no storage was found
+    - bpf, preload: Fix build when $(O) points to a relative path
+    - [arm64] dts: meson: switch TFLASH_VDD_EN pin to open drain on Odroid-C4
+    - r8169: work around RTL8125 UDP hw bug
+    - rxrpc: Fix deadlock around release of dst cached on udp tunnel
+    - SUNRPC: Fix NFS READs that start at non-page-aligned offsets
+    - igc: set the default return value to -IGC_ERR_NVM in igc_write_nvm_srwr
+    - igc: check return value of ret_val in igc_config_fc_after_link_up
+    - i40e: Revert "i40e: don't report link up for a VF who hasn't enabled
+      queues"
+    - net/mlx5: Fix function calculation for page trees
+    - net/mlx5: Fix leak upon failure of rule creation
+    - net/mlx5e: Update max_opened_tc also when channels are closed
+    - net/mlx5e: Release skb in case of failure in tc update skb
+    - net: lapb: Copy the skb before sending a packet
+    - [arm64,armhf] net: mvpp2: TCAM entry enable should be written after SRAM
+      data
+    - [armhf] dts: sun7i: a20: bananapro: Fix ethernet phy-mode
+    - nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUs
+    - memblock: do not start bottom-up allocations with kernel_end
+    - [x86] thunderbolt: Fix possible NULL pointer dereference in
+      tb_acpi_add_link()
+    - ovl: fix dentry leak in ovl_get_redirect
+    - ovl: avoid deadlock on directory ioctl
+    - ovl: implement volatile-specific fsync error behaviour
+    - mac80211: fix station rate table updates on assoc
+    - gpiolib: free device name on error path to fix kmemleak
+    - fgraph: Initialize tracing_graph_pause at task creation
+    - tracing/kprobe: Fix to support kretprobe events on unloaded modules
+    - kretprobe: Avoid re-registration of the same kretprobe earlier
+    - tracing: Use pause-on-trace with the latency tracers
+    - tracepoint: Fix race between tracing and removing tracepoint
+    - [arm64,x86] libnvdimm/namespace: Fix visibility of namespace resource
+      attribute
+    - [arm64,x86] libnvdimm/dimm: Avoid race between probe and
+      available_slots_show()
+    - genirq: Prevent [devm_]irq_alloc_desc from returning irq 0
+    - genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is set
+    - scripts: use pkg-config to locate libcrypto
+    - xhci: fix bounce buffer usage for non-sg list case
+    - cifs: report error instead of invalid when revalidating a dentry fails
+    - iommu: Check dev->iommu in dev_iommu_priv_get() before dereferencing it
+    - smb3: Fix out-of-bounds bug in SMB2_negotiate()
+    - smb3: fix crediting for compounding when only one request in flight
+    - mmc: core: Limit retries when analyse of SDIO tuples fails
+    - [x86] Fix unsynchronized access to sev members through
+      svm_register_enc_region
+    - drm/dp/mst: Export drm_dp_get_vc_payload_bw()
+    - [x86] drm/i915: Fix the MST PBN divider calculation
+    - [x86] drm/i915/gem: Drop lru bumping on display unpinning
+    - [x86] drm/i915/gt: Close race between enable_breadcrumbs and
+      cancel_breadcrumbs
+    - [x86] drm/i915/display: Prevent double YUV range correction on HDR
+      planes
+    - [x86] drm/i915: Extract intel_ddi_power_up_lanes()
+    - [x86] drm/i915: Power up combo PHY lanes for for HDMI as well
+    - drm/amd/display: Revert "Fix EDID parsing after resume from suspend"
+    - io_uring: don't modify identity's files uncess identity is cowed
+    - nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDs
+    - [x86] KVM: SVM: Treat SVM as unsupported when running as an SEV guest
+    - [x86] KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEs
+    - [x86] KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off
+    - [x86] KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctl
+    - [x86] KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit
+      mode
+    - [x86] KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU
+      reset
+    - mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
+    - mm: hugetlb: fix a race between freeing and dissolving the page
+    - mm: hugetlb: fix a race between isolating and freeing page
+    - mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active
+    - mm, compaction: move high_pfn to the for loop scope
+    - mm/vmalloc: separate put pages and flush VM flags
+    - mm: thp: fix MADV_REMOVE deadlock on shmem THP
+    - mm/filemap: add missing mem_cgroup_uncharge() to
+      __add_to_page_cache_locked()
+    - [x86] build: Disable CET instrumentation in the kernel
+    - [x86] debug: Fix DR6 handling
+    - [x86] debug: Prevent data breakpoints on __per_cpu_offset
+    - [x86] debug: Prevent data breakpoints on cpu_dr7
+    - [x86] apic: Add extra serialization for non-serializing MSRs
+    - Input: goodix - add support for Goodix GT9286 chip
+    - Input: xpad - sync supported devices with fork on GitHub
+    - md: Set prev_flush_start and flush_bio in an atomic way
+    - igc: Report speed and duplex as unknown when device is runtime suspended
+    - neighbour: Prevent a dead entry from updating gc_list
+    - net: ip_tunnel: fix mtu calculation
+    - udp: ipv4: manipulate network header of NATed UDP GRO fraglist
+    - [arm64,armhf] net: dsa: mv88e6xxx: override existent unicast portvec in
+      port_fdb_add
+    - net: sched: replaced invalid qdisc tree flush helper in qdisc_replace
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.16
+    - io_uring: simplify io_task_match()
+    - io_uring: add a {task,files} pair matching helper
+    - io_uring: don't iterate io_uring_cancel_files()
+    - io_uring: pass files into kill timeouts/poll
+    - io_uring: always batch cancel in *cancel_files()
+    - io_uring: fix files cancellation
+    - io_uring: account io_uring internal files as REQ_F_INFLIGHT
+    - io_uring: if we see flush on exit, cancel related tasks
+    - io_uring: fix __io_uring_files_cancel() with TASK_UNINTERRUPTIBLE
+    - io_uring: replace inflight_wait with tctx->wait
+    - io_uring: fix cancellation taking mutex while TASK_UNINTERRUPTIBLE
+    - io_uring: fix flush cqring overflow list while TASK_INTERRUPTIBLE
+    - io_uring: fix list corruption for splice file_get
+    - io_uring: fix sqo ownership false positive warning
+    - io_uring: reinforce cancel on flush during exit
+    - io_uring: drop mm/files between task_work_submit
+    - gpiolib: cdev: clear debounce period if line set to output
+    - [powerpc*] 64/signal: Fix regression in __kernel_sigtramp_rt64()
+      semantics
+    - af_key: relax availability checks for skb size calculation
+    - regulator: core: avoid regulator_resolve_supply() race condition
+    - drm/nouveau/nvif: fix method count when pushing an array
+    - mac80211: 160MHz with extended NSS BW in CSA
+    - [x86] ASoC: Intel: Skylake: Zero snd_ctl_elem_value
+    - pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()
+    - pNFS/NFSv4: Improve rejection of out-of-order layouts
+    - ALSA: hda: intel-dsp-config: add PCI id for TGL-H
+    - [x86] ASoC: Intel: sof_sdw: set proper flags for Dell TGL-H SKU 0A5E
+    - iwlwifi: mvm: skip power command when unbinding vif during CSA
+    - iwlwifi: pcie: add a NULL check in iwl_pcie_txq_unmap
+    - iwlwifi: pcie: fix context info memory leak
+    - iwlwifi: mvm: invalidate IDs of internal stations at mvm start
+    - iwlwifi: pcie: add rules to match Qu with Hr2
+    - iwlwifi: mvm: guard against device removal in reprobe
+    - iwlwifi: queue: bail out on invalid freeing
+    - SUNRPC: Move simple_get_bytes and simple_get_netobj into private header
+    - SUNRPC: Handle 0 length opaque XDR object data properly
+    - blk-cgroup: Use cond_resched() when destroy blkgs
+    - regulator: Fix lockdep warning resolving supplies
+    - bpf: Fix verifier jmp32 pruning decision logic
+    - bpf: Fix 32 bit src register truncation on div/mod
+    - bpf: Fix verifier jsgt branch analysis on max bound
+    - [x86] drm/i915: Fix ICL MG PHY vswing handling
+    - [x86] drm/i915: Skip vswing programming for TBT
+    - nilfs2: make splice write available again
+    - Revert "mm: memcontrol: avoid workload stalls when lowering memory.high"
+    - squashfs: avoid out of bounds writes in decompressors
+    - squashfs: add more sanity checks in id lookup
+    - squashfs: add more sanity checks in inode lookup
+    - squashfs: add more sanity checks in xattr id lookup
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.17
+    - objtool: Fix seg fault with Clang non-section symbols
+    - Revert "dts: phy: add GPIO number and active state used for phy reset"
+    - tracing: Do not count ftrace events in top level enable output
+    - tracing: Check length before giving out the filter buffer
+    - [x86] drm/i915: Fix overlay frontbuffer tracking
+    - arm/xen: Don't probe xenbus as part of an early initcall
+    - cgroup: fix psi monitor for root cgroup
+    - [x86] drm/i915/tgl+: Make sure TypeC FIA is powered up when initializing
+      it
+    - drm/dp_mst: Don't report ports connected if nothing is attached to them
+    - dmaengine: move channel device_node deletion to driver
+    - [armhf] soc: ti: omap-prm: Fix boot time errors for rst_map_012 bits 0
+      and 1
+    - [arm64] dts: qcom: sdm845: Reserve LPASS clocks in gcc
+    - [x86] platform/x86: hp-wmi: Disable tablet-mode reporting by default
+    - [arm64] dts: rockchip: Disable display for NanoPi R2S
+    - ovl: perform vfs_getxattr() with mounter creds
+    - cap: fix conversions on getxattr
+    - ovl: skip getxattr of security labels
+    - scsi: lpfc: Fix EEH encountering oops with NVMe traffic
+    - [x86] split_lock: Enable the split lock feature on another Alder Lake
+      CPU
+    - nvme-pci: ignore the subsysem NQN on Phison E16
+    - [riscv64] virt_addr_valid must check the address belongs to linear
+      mapping
+    - bfq-iosched: Revert "bfq: Fix computation of shallow depth"
+    - kallsyms: fix nonconverging kallsyms table with lld
+    - [armel,armhf] ensure the signal page contains defined contents
+    - [armel,armhf] kexec: fix oops after TLB are invalidated
+    - Revert "lib: Restrict cpumask_local_spread to houskeeping CPUs"
+    - [amd64] x86/efi: Remove EFI PGD build time checks
+    - [x86] KVM: x86: cleanup CR3 reserved bits checks
+    - cgroup-v1: add disabled controller check in cgroup1_parse_param()
+    - mt76: dma: fix a possible memory leak in mt76_add_fragment()
+    - [arm*] drm/vc4: hvs: Fix buffer overflow with the dlist handling
+    - bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3
+    - bpf: Check for integer overflow when using roundup_pow_of_two()
+    - netfilter: xt_recent: Fix attempt to update deleted entry
+    - netfilter: nftables: fix possible UAF over chains from packet path in
+      netns
+    - netfilter: flowtable: fix tcp and udp header checksum update
+    - xen/netback: avoid race in xenvif_rx_ring_slots_available()
+    - [x86] hv_netvsc: Reset the RSC count if NVSP_STAT_FAIL in
+      netvsc_receive()
+    - [arm64] net: enetc: initialize the RFS and RSS memories
+    - net: stmmac: set TxQ mode back to DCB after disabling CBS
+    - netfilter: conntrack: skip identical origin tuple in same zone only
+    - scsi: scsi_debug: Fix a memory leak
+    - [x86] build: Disable CET instrumentation in the kernel for 32-bit too
+    - [arm64] net: dsa: felix: implement port flushing on
+      .phylink_mac_link_down
+    - [arm64] net: hns3: add a check for queue_id in hclge_reset_vf_queue()
+    - [arm64] net: hns3: add a check for tqp_index in
+      hclge_get_ring_chain_from_mbx()
+    - [arm64] net: hns3: add a check for index in hclge_get_rss_key()
+    - firmware_loader: align .builtin_fw to 8
+    - [arm64,armhf] drm/sun4i: tcon: set sync polarity for tcon1 channel
+    - [arm64,armhf] drm/sun4i: dw-hdmi: always set clock rate
+    - [arm64,armhf] drm/sun4i: Fix H6 HDMI PHY configuration
+    - [arm64,armhf] drm/sun4i: dw-hdmi: Fix max. frequency for H6
+    - [arm64,armhf] clk: sunxi-ng: mp: fix parent rate change flag check
+    - [armhf] i2c: stm32f7: fix configuration of the digital filter
+    - scripts: set proper OpenSSL include dir also for sign-file
+    - [x86] pci: Create PCI/MSI irqdomain after x86_init.pci.arch_init()
+    - arm64: mte: Allow PTRACE_PEEKMTETAGS access to the zero page
+    - rxrpc: Fix clearance of Tx/Rx ring when releasing a call
+    - udp: fix skb_copy_and_csum_datagram with odd segment sizes
+    - [arm64,armhf] net: dsa: call teardown method on probe failure
+    - [x86] cpufreq: ACPI: Extend frequency tables to cover boost frequencies
+    - [x86] cpufreq: ACPI: Update arch scale-invariance max perf ratio if CPPC
+      is not there
+    - net: gro: do not keep too many GRO packets in napi->rx_list
+    - net: fix iteration for sctp transport seq_files
+    - net/vmw_vsock: fix NULL pointer dereference
+    - net/vmw_vsock: improve locking in vsock_connect_timeout()
+    - net: watchdog: hold device global xmit lock during tx disable
+    - switchdev: mrp: Remove SWITCHDEV_ATTR_ID_MRP_PORT_STAT
+    - vsock/virtio: update credit only if socket is not closed
+    - vsock: fix locking in vsock_shutdown()
+    - net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGS
+    - ovl: expand warning in ovl_d_real()
+    - kcov, usb: only collect coverage from __usb_hcd_giveback_urb in softirq
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.18
+    - IB/isert: add module param to set sg_tablesize for IO cmd
+    - net: qrtr: Fix port ID for control messages
+    - net/sched: fix miss init the mru in qdisc_skb_cb
+    - net: openvswitch: fix TTL decrement exception action execution
+    - net: bridge: Fix a warning when del bridge sysfs
+    - net: fix proc_fs init handling in af_packet and tls
+    - [amd64] Xen/x86: don't bail early from clear_foreign_p2m_mapping()
+      (CVE-2021-26932)
+    - [amd64] Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()
+      (CVE-2021-26932)
+    - Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages()
+      (CVE-2021-26932)
+    - Xen/gntdev: correct error checking in gntdev_map_grant_pages()
+      (CVE-2021-26932)
+    - [armhf] xen/arm: don't ignore return errors from set_phys_to_machine
+      (CVE-2021-26932)
+    - xen-blkback: don't "handle" error by BUG() (CVE-2021-26931)
+    - xen-netback: don't "handle" error by BUG() (CVE-2021-26931)
+    - xen-scsiback: don't "handle" error by BUG() (CVE-2021-26931)
+    - xen-blkback: fix error handling in xen_blkbk_map() (CVE-2021-26930)
+    - tty: protect tty_write from odd low-level tty disciplines
+    - Bluetooth: btusb: Always fallback to alt 1 for WBS
+    - btrfs: fix crash after non-aligned direct IO write with O_DSYNC
+    - media: pwc: Use correct device for DMA
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.19
+    - bpf: Fix truncation handling for mod32 dst reg wrt zero
+    - HID: make arrays usage and value to be the same
+    - RDMA: Lift ibdev_to_node from rds to common code
+    - nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_device
+    - USB: quirks: sort quirk entries
+    - usb: quirks: add quirk to start video capture on ELMO L-12F document
+      camera reliable
+    - ceph: downgrade warning from mdsmap decode to debug
+    - Bluetooth: btusb: Some Qualcomm Bluetooth adapters stop working
+      (Closes: #981005)
+    - [x86] hwmon: (dell-smm) Add XPS 15 L502X to fan control blacklist
+    - [x86] KVM: Zap the oldest MMU pages, not the newest
+    - mm: unexport follow_pte_pmd
+    - mm: simplify follow_pte{,pmd}
+    - KVM: do not assume PTE is writable after follow_pfn
+    - mm: provide a saner PTE walking API for modules
+    - KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()
+    - NET: usb: qmi_wwan: Adding support for Cinterion MV31
+    - cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.10.14-rt28
+  * Ignore __udp_gso_segment to avoid ABI changes
+  * Ignore xhci_init_driver to avoid ABI changes
+  * [rt] Update to 5.10.16-rt30
+  * [rt] Refresh "tracing: Merge irqflags + preempt counter." for context
+    changes
+  * [rt] Update to 5.10.17-rt32
+  * [rt] Refresh "um: synchronize kmsg_dumper" for context changes
+  * [rt] Refresh "printk: move console printing to kthreads" for context
+    changes
+  * Bump ABI to 4
+  * soundwire: intel: fix possible crash when no device is detected
+    (Closes: #981003)
+  * drm/nouveau: bail out of nouveau_channel_new if channel init fails
+    (CVE-2020-25639)
+  * [x86] drm/i915/gt: One more flush for Baytrail clear residuals
+  * [x86] drm/i915/gt: Flush before changing register state
+  * [x86] drm/i915/gt: Correct surface base address for renderclear
+  * certs: Rotate to use the "Debian Secure Boot Signer 2021 - linux"
+    certificate
+
+  [ Vincent Blut ]
+  * [x86] Enable PWM_CRC (Closes: #982808)
+  * net/can: Enable CAN_J1939 as module
+  * misc/eeprom: Enable EEPROM_EE1004 as module (Closes: #983495)
+  * [arm64] Enable DRM_DW_HDMI_CEC as module (Closes: #983759)
+
+  [ Luca Boccassi ]
+  * bpf: enable CONFIG_BPF_LSM on all architectures. Not active by default,
+    by explicitly setting CONFIG_LSM to include all other LSMs but not bpf.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 02 Mar 2021 17:49:25 +0100
+
+linux (5.10.13-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.13
+    - iwlwifi: provide gso_type to GSO packets
+    - nbd: freeze the queue while we're adding connections (CVE-2021-3348)
+    - tty: avoid using vfs_iocb_iter_write() for redirected console writes
+    - ACPI: sysfs: Prefer "compatible" modalias
+    - ACPI: thermal: Do not call acpi_thermal_check() directly
+    - kernel: kexec: remove the lock operation of system_transition_mutex
+    - ALSA: hda/realtek: Enable headset of ASUS B1400CEPE with ALC256
+    - ALSA: hda/via: Apply the workaround generically for Clevo machines
+    - [arm64,armhf] media: cedrus: Fix H264 decoding
+    - media: rc: fix timeout handling after switch to microsecond durations
+    - [x86] media: rc: ite-cir: fix min_timeout calculation
+    - media: rc: ensure that uevent can be read directly after rc device
+      register
+    - [armhf] dts: tbs2910: rename MMC node aliases
+    - wext: fix NULL-ptr-dereference with cfg80211's lack of commit()
+    - [amd64] ASoC: AMD Renoir - refine DMI entries for some Lenovo products
+    - drm/nouveau/kms/gk104-gp1xx: Fix > 64x64 cursors
+    - [x86] drm/i915: Always flush the active worker before returning from the
+      wait
+    - [x86] drm/i915/gt: Always try to reserve GGTT address 0x0
+    - drivers/nouveau/kms/nv50-: Reject format modifiers for cursor planes
+    - bcache: only check feature sets when sb->version >=
+      BCACHE_SB_VERSION_CDEV_WITH_FEATURES
+    - net: usb: qmi_wwan: added support for Thales Cinterion PLSx3 modem
+      family
+    - [s390x] uv: Fix sysfs max number of VCPUs reporting
+    - PM: hibernate: flush swap writer after marking
+    - [x86] efi/apple-properties: Reinstate support for boolean properties
+    - btrfs: fix lockdep warning due to seqcount_mutex on 32bit arch
+    - btrfs: fix possible free space tree corruption with online conversion
+    - [x86] KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in
+      intel_arch_events[]
+    - [x86] KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in
+      intel_pmu_refresh()
+    - [arm64] KVM: Filter out v8.1+ events on v8.0 HW
+    - [x86] KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexit
+    - [x86] KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode
+      for VMX
+    - [x86] KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migration
+    - [x86] KVM: get smi pending status correctly
+    - KVM: Forbid the use of tagged userspace addresses for memslots
+    - io_uring: fix wqe->lock/completion_lock deadlock
+    - leds: trigger: fix potential deadlock with libata
+    - mt7601u: fix kernel crash unplugging the device
+    - mt7601u: fix rx buffer refcounting
+    - iwlwifi: Fix IWL_SUBDEVICE_NO_160 macro to use the correct bit.
+    - [x86] drm/i915/gt: Clear CACHE_MODE prior to clearing residuals
+    - [x86] drm/i915/pmu: Don't grab wakeref when enabling events
+    - [arm*] drm/vc4: Correct lbm size and calculation
+    - [arm*] drm/vc4: Correct POS1_SCL for hvs5
+    - drm/nouveau/dispnv50: Restore pushing of all data.
+    - [x86] drm/i915: Check for all subplatform bits
+    - uapi: fix big endian definition of ipv6_rpl_sr_hdr
+    - KVM: Documentation: Fix spec for KVM_CAP_ENABLE_CAP_VM
+    - [arm64] tee: optee: replace might_sleep with cond_resched
+    - xen-blkfront: allow discard-* nodes to be optional
+    - blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queue
+    - [armhf] imx: build suspend-imx6.S with arm instruction set
+    - netfilter: nft_dynset: add timeout extension to template
+    - Revert "RDMA/mlx5: Fix devlink deadlock on net namespace deletion"
+    - Revert "block: simplify set_init_blocksize" to regain lost performance
+    - xfrm: Fix oops in xfrm_replay_advance_bmp
+    - xfrm: fix disable_xfrm sysctl when used on xfrm interfaces
+    - xfrm: Fix wraparound in xfrm_policy_addr_delta()
+    - RDMA/cxgb4: Fix the reported max_recv_sge value
+    - [arm64] ASoC: qcom: Fix incorrect volatile registers
+    - [arm64] ASoC: qcom: Fix broken support to MI2S TERTIARY and QUATERNARY
+    - [x86] ASoC: Intel: Skylake: skl-topology: Fix OOPs ib skl_tplg_complete
+    - [powerpc*] 64s: prevent recursive replay_soft_interrupts causing
+      superfluous interrupt
+    - pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process()
+    - pNFS/NFSv4: Update the layout barrier when we schedule a layoutreturn
+    - ASoC: SOF: Intel: soundwire: fix select/depend unmet dependencies
+    - ASoC: qcom: lpass: Fix out-of-bounds DAI ID lookup
+    - iwlwifi: pcie: avoid potential PNVM leaks
+    - iwlwifi: pnvm: don't skip everything when not reloading
+    - iwlwifi: pnvm: don't try to load after failures
+    - iwlwifi: pcie: set LTR on more devices
+    - iwlwifi: pcie: use jiffies for memory read spin time limit
+    - iwlwifi: pcie: reschedule in long-running memory reads
+    - mac80211: pause TX while changing interface type
+    - ice: fix FDir IPv6 flexbyte
+    - ice: Implement flow for IPv6 next header (extension header)
+    - ice: update dev_addr in ice_set_mac_address even if HW filter exists
+    - ice: Don't allow more channels than LAN MSI-X available
+    - ice: Fix MSI-X vector fallback logic
+    - i40e: acquire VSI pointer only after VF is initialized
+    - igc: fix link speed advertising
+    - net/mlx5: Fix memory leak on flow table creation error flow
+    - net/mlx5e: E-switch, Fix rate calculation for overflow
+    - net/mlx5e: free page before return
+    - net/mlx5e: Reduce tc unsupported key print level
+    - net/mlx5: Maintain separate page trees for ECPF and PF functions
+    - net/mlx5e: Disable hw-tc-offload when MLX5_CLS_ACT config is disabled
+    - net/mlx5e: Fix CT rule + encap slow path offload and deletion
+    - net/mlx5e: Correctly handle changing the number of queues when the
+      interface is down
+    - net/mlx5e: Revert parameters on errors when changing trust state without
+      reset
+    - net/mlx5e: Revert parameters on errors when changing MTU and LRO state
+      without reset
+    - can: dev: prevent potential information leak in can_fill_info()
+    - [arm64] ACPI/IORT: Do not blindly trust DMA masks from firmware
+    - of/device: Update dma_range_map only when dev has valid dma-ranges
+    - [amd64] iommu/amd: Use IVHD EFR for early initialization of IOMMU
+      features
+    - [amd64] iommu/vt-d: Correctly check addr alignment in
+      qi_flush_dev_iotlb_pasid()
+    - nvme-multipath: Early exit if no path is available
+    - rxrpc: Fix memory leak in rxrpc_lookup_local
+    - NFC: fix resource leak when target index is invalid
+    - NFC: fix possible resource leak
+    - [x86] ASoC: topology: Properly unregister DAI on removal
+    - [x86] ASoC: topology: Fix memory corruption in
+      soc_tplg_denum_create_values()
+    - scsi: qla2xxx: Fix description for parameter ql2xenforce_iocb_limit
+    - team: protect features update by RCU to avoid deadlock
+    - tcp: make TCP_USER_TIMEOUT accurate for zero window probes
+    - tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN
+    - vsock: fix the race conditions in multi-transport support
+      (CVE-2021-26708)
+
+  [ Salvatore Bonaccorso ]
+  * arch/s390: uv_info: Ignore ABI changes
+
+  [ Vincent Blut ]
+  * [arm64] Enable CRYPTO_NHPOLY1305_NEON. (closes: #980214)
+  * [armhf] Enable KERNEL_MODE_NEON.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 06 Feb 2021 09:23:52 +0100
+
+linux (5.10.12-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.10
+    - [x86] hyperv: Initialize clockevents after LAPIC is initialized
+    - bpf: Fix signed_{sub,add32}_overflows type handling
+    - nfsd4: readdirplus shouldn't return parent of export (CVE-2021-3178)
+    - bpf: Don't leak memory in bpf getsockopt when optlen == 0
+    - bpf: Support PTR_TO_MEM{,_OR_NULL} register spilling
+    - bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callback
+    - net: fix use-after-free when UDP GRO with shared fraglist
+    - udp: Prevent reuseport_select_sock from reading uninitialized socks
+    - netxen_nic: fix MSI/MSI-x interrupts
+    - net: ipv6: Validate GSO SKB before finish IPv6 processing
+    - tipc: fix NULL deref in tipc_link_xmit()
+    - [arm64,armhf] net: mvpp2: Remove Pause and Asym_Pause support
+    - rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request
+    - esp: avoid unneeded kmap_atomic call
+    - net: dcb: Validate netlink message in DCB handler
+    - net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands
+    - rxrpc: Call state should be read with READ_ONCE() under some
+      circumstances
+    - i40e: fix potential NULL pointer dereferencing
+    - [arm64,armhf] net: stmmac: Fixed mtu channged by cache aligned
+    - net: sit: unregister_netdevice on newlink's error path
+    - [arm64,armhf] net: stmmac: fix taprio schedule configuration
+    - [arm64,armhf] net: stmmac: fix taprio configuration when base_time is in
+      the past
+    - net: avoid 32 x truesize under-estimation for tiny skbs
+    - net: phy: smsc: fix clk error handling
+    - [arm64,armhf] net: dsa: clear devlink port type before unregistering
+      slave netdevs
+    - rxrpc: Fix handling of an unsupported token type in rxrpc_read()
+    - [arm64,armhf] net: stmmac: use __napi_schedule() for PREEMPT_RT
+    - [armhf] drm/panel: otm8009a: allow using non-continuous dsi clock
+    - mac80211: do not drop tx nulldata packets on encrypted links
+    - mac80211: check if atf has been disabled in __ieee80211_schedule_txq
+    - [arm64,armhf] net: dsa: unbind all switches from tree when DSA master
+      unbinds
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.11
+    - scsi: target: tcmu: Fix use-after-free of se_cmd->priv
+    - [armhf] mtd: rawnand: gpmi: fix dst bit offset when extracting raw
+      payload
+    - mtd: rawnand: nandsim: Fix the logic when selecting Hamming soft ECC
+      engine
+    - [arm64,armhf] i2c: tegra: Wait for config load atomically while in ISR
+    - [x86] platform/x86: i2c-multi-instantiate: Don't create platform device
+      for INT3515 ACPI nodes
+    - [x86] platform/x86: ideapad-laptop: Disable touchpad_switch for ELAN0634
+    - ALSA: hda/realtek - Limit int mic boost on Acer Aspire E5-575T
+    - ALSA: hda/via: Add minimum mute flag
+    - crypto: xor - Fix divide error in do_xor_speed()
+    - dm crypt: fix copy and paste bug in crypt_alloc_req_aead
+    - ACPI: scan: Make acpi_bus_get_device() clear return pointer on error
+    - btrfs: don't get an EINTR during drop_snapshot for reloc
+    - btrfs: do not double free backref nodes on error
+    - btrfs: fix lockdep splat in btrfs_recover_relocation
+    - btrfs: don't clear ret in btrfs_start_dirty_block_groups
+    - btrfs: send: fix invalid clone operations when cloning from the same
+      file and root
+    - fs: fix lazytime expiration handling in __writeback_single_inode()
+    - mmc: core: don't initialize block size from ext_csd if not present
+    - [arm64] mmc: sdhci-xenon: fix 1.8v regulator stabilization
+    - dm: avoid filesystem lookup in dm_get_dev_t()
+    - dm integrity: fix a crash if "recalculate" used without "internal_hash"
+    - dm integrity: conditionally disable "recalculate" feature
+    - drm/atomic: put state on error path
+    - drm/syncobj: Fix use-after-free
+    - drm/amdgpu: remove gpu info firmware of green sardine
+    - [x86] drm/i915/gt: Prevent use of engine->wa_ctx after error
+    - [x86] drm/i915: Check for rq->hwsp validity after acquiring RCU lock
+    - ASoC: rt711: mutex between calibration and power state changes
+    - SUNRPC: Handle TCP socket sends with kernel_sendpage() again
+    - HID: multitouch: Enable multi-input for Synaptics pointstick/touchpad
+      device
+    - dm integrity: select CRYPTO_SKCIPHER
+    - [x86] hyperv: Fix kexec panic/hang issues
+    - scsi: ufs: Relax the condition of UFSHCI_QUIRK_SKIP_MANUAL_WB_FLUSH_CTRL
+    - scsi: ufs: Correct the LUN used in eh_device_reset_handler() callback
+    - scsi: qedi: Correct max length of CHAP secret
+    - scsi: scsi_debug: Fix memleak in scsi_debug_init()
+    - scsi: sd: Suppress spurious errors when WRITE SAME is being disabled
+    - [riscv64] Fix kernel time_init()
+    - [riscv64] Fix sifive serial driver
+    - [riscv64] Enable interrupts during syscalls with M-Mode
+    - HID: logitech-dj: add the G602 receiver
+    - HID: Ignore battery for Elan touchscreen on ASUS UX550
+    - [arm64,armhf] ALSA: hda/tegra: fix tegra-hda on tegra30 soc
+    - [riscv64] cacheinfo: Fix using smp_processor_id() in preemptible
+    - [arm64] make atomic helpers __always_inline
+    - xen: Fix event channel callback via INTX/GSI
+    - [x86] xen: Add xen_no_vector_callback option to test PCI INTX delivery
+    - [x86] xen: Fix xen_hvm_smp_init() when vector callback not available
+    - [riscv64] dts: phy: fix missing mdio device and probe failure of
+      vsc8541-01 device
+    - [riscv64] dts: phy: add GPIO number and active state used for phy reset
+    - drm/amdgpu/psp: fix psp gfx ctrl cmds
+    - HID: logitech-hidpp: Add product ID for MX Ergo in Bluetooth mode
+    - drm/nouveau/bios: fix issue shadowing expansion ROMs
+    - drm/nouveau/privring: ack interrupts the same way as RM
+    - drm/nouveau/i2c/gm200: increase width of aux semaphore owner fields
+    - drm/nouveau/mmu: fix vram heap sizing
+    - drm/nouveau/kms/nv50-: fix case where notifier buffer is at offset 0
+    - io_uring: flush timeouts that should already have expired
+    - [riscv64] Set current memblock limit
+    - [riscv64] Fix maximum allowed phsyical memory for RV32
+    - nfsd: Fixes for nfsd4_encode_read_plus_data()
+    - nfsd: Don't set eof on a truncated READ_PLUS
+    - gpiolib: cdev: fix frame size warning in gpio_ioctl()
+    - [armhf] pinctrl: aspeed: g6: Fix PWMG0 pinctrl setting
+    - RDMA/ucma: Do not miss ctx destruction steps in some cases
+    - btrfs: print the actual offset in btrfs_root_name
+    - scsi: megaraid_sas: Fix MEGASAS_IOC_FIRMWARE regression
+    - scsi: ufs: Fix tm request when non-fatal error happens
+    - bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attach
+    - [powerpc*] Use the common INIT_DATA_SECTION macro in vmlinux.lds.S
+    - [powerpc*] Fix alignment bug within the init sections
+    - [arm64] entry: remove redundant IRQ flag tracing
+    - bpf: Reject too big ctx_size_in for raw_tp test run
+    - RDMA/umem: Avoid undefined behavior of rounddown_pow_of_two()
+    - RDMA/cma: Fix error flow in default_roce_mode_store
+    - printk: ringbuffer: fix line counting
+    - printk: fix kmsg_dump_get_buffer length calulations
+    - iov_iter: fix the uaccess area in copy_compat_iovec_from_user
+    - [mips*] i2c: octeon: check correct size of maximum RECV_LEN packet
+    - [armel,armhf] drm/vc4: Unify PCM card's driver_name
+    - [x86] platform/x86: intel-vbtn: Drop HP Stream x360 Convertible PC 11
+      from allow-list
+    - [x86] platform/x86: hp-wmi: Don't log a warning on
+      HPWMI_RET_UNKNOWN_COMMAND errors
+    - ALSA: hda: Balance runtime/system PM if direct-complete is disabled
+    - xsk: Clear pool even for inactive queues
+    - can: dev: can_restart: fix use after free bug
+    - can: vxcan: vxcan_xmit: fix use after free bug
+    - can: peak_usb: fix use after free bugs
+    - iio: common: st_sensors: fix possible infinite loop in
+      st_sensors_irq_thread
+    - iio: ad5504: Fix setting power-down state
+    - drivers: iio: temperature: Add delay after the addressed reset command
+      in mlx90632.c
+    - [powerpc*] 64s: fix scv entry fallback flush vs interrupt
+    - cifs: do not fail __smb_send_rqst if non-fatal signals are pending
+    - [mips*] irqchip/mips-cpu: Set IPI domain parent chip
+    - [x86] fpu: Add kernel_fpu_begin_mask() to selectively initialize state
+    - [x86] topology: Make __max_die_per_package available unconditionally
+    - [x86] mmx: Use KFPU_387 for MMX string operations
+    - [x86] setup: don't remove E820_TYPE_RAM for pfn 0
+    - proc_sysctl: fix oops caused by incorrect command parameters
+    - mm: memcg/slab: optimize objcg stock draining
+    - mm: memcg: fix memcg file_dirty numa stat
+    - mm: fix numa stats for thp migration
+    - io_uring: iopoll requests should also wake task ->in_idle state
+    - io_uring: fix SQPOLL IORING_OP_CLOSE cancelation state
+    - io_uring: fix short read retries for non-reg files
+    - [x86] intel_th: pci: Add Alder Lake-P support
+    - [arm64] serial: mvebu-uart: fix tx lost characters at power off
+    - ehci: fix EHCI host controller initialization sequence
+    - [armhf] usb: gadget: aspeed: fix stop dma register setting.
+    - USB: gadget: dummy-hcd: Fix errors in port-reset handling
+    - usb: udc: core: Use lock when write to soft_connect
+    - xhci: make sure TRB is fully written before giving it to the controller
+    - [arm64,armhf] xhci: tegra: Delay for disabling LFPS detector
+    - drivers core: Free dma_range_map when driver probe failed
+    - driver core: Fix device link device name collision
+    - driver core: Extend device_is_dependent()
+    - [x86] drm/i915: s/intel_dp_sink_dpms/intel_dp_set_power/
+    - [x86] drm/i915: Only enable DFP 4:4:4->4:2:0 conversion when outputting
+      YCbCr 4:4:4
+    - [x86] entry: Fix noinstr fail
+    - [x86] cpu/amd: Set __max_die_per_package on AMD
+    - cls_flower: call nla_ok() before nla_next()
+    - netfilter: rpfilter: mask ecn bits before fib lookup
+    - [x86] drm/i915/hdcp: Update CP property in update_pipe
+    - locking/lockdep: Cure noinstr fail
+    - [x86] ASoC: SOF: Intel: fix page fault at probe if i915 init fails
+    - [arm64,armhf] net: dsa: mv88e6xxx: also read STU state in
+      mv88e6250_g1_vtu_getnext
+    - nvme-pci: refactor nvme_unmap_data
+    - nvme-pci: fix error unwind in nvme_map_data
+    - cachefiles: Drop superfluous readpages aops NULL check
+    - skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too
+    - tcp: fix TCP socket rehash stats mis-accounting
+    - net_sched: gen_estimator: support large ewma log
+    - udp: mask TOS bits in udp_v4_early_demux()
+    - ipv6: create multicast route with RTPROT_KERNEL
+    - net_sched: avoid shift-out-of-bounds in tcindex_set_parms()
+    - net_sched: reject silly cell_log in qdisc_get_rtab()
+    - ipv6: set multicast flag on the multicast route
+    - net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabled
+    - [armhf] net: dsa: b53: fix an off by one in checking "vlan->vid"
+    - tcp: do not mess with cloned skbs in tcp_add_backlog()
+    - tcp: fix TCP_USER_TIMEOUT with zero window
+    - net: core: devlink: use right genl user_ptr when handling port param
+      get/set
+    - [arm64] pinctrl: qcom: Allow SoCs to specify a GPIO function that's not
+      0
+    - [arm64] pinctrl: qcom: No need to read-modify-write the interrupt status
+    - [arm64] pinctrl: qcom: Properly clear "intr_ack_high" interrupts when
+      unmasking
+    - [arm64] pinctrl: qcom: Don't clear pending interrupts when enabling
+    - tty: implement write_iter
+    - tty: fix up hung_up_tty_write() conversion
+    - tcp: Fix potential use-after-free due to double kfree()
+    - [x86] ASoC: SOF: Intel: hda: Avoid checking jack on system suspend
+    - [x86] drm/i915/hdcp: Get conn while content_type changed
+    - bpf: Local storage helpers should check nullness of owner ptr passed
+    - kernfs: implement ->read_iter
+    - kernfs: implement ->write_iter
+    - kernfs: wire up ->splice_read and ->splice_write
+    - fs/pipe: allow sendfile() to pipe again
+    - mm: fix initialization of struct page for holes in memory layout
+    - Revert "mm: fix initialization of struct page for holes in memory
+      layout"
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.12
+    - [arm*] gpio: mvebu: fix pwm .get_state period calculation
+    - Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
+    - HID: wacom: Correct NULL dereference on AES pen proximity
+    - HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input devices
+    - media: Revert "media: videobuf2: Fix length check for single plane
+      dmabuf queueing"
+    - media: v4l2-subdev.h: BIT() is not available in userspace
+    - RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
+    - iwlwifi: dbg: Don't touch the tlv data
+    - kernel/io_uring: cancel io_uring before task works
+    - io_uring: inline io_uring_attempt_task_drop()
+    - io_uring: add warn_once for io_uring_flush()
+    - io_uring: stop SQPOLL submit on creator's death
+    - io_uring: fix null-deref in io_disable_sqo_submit
+    - io_uring: do sqo disable on install_fd error
+    - io_uring: fix false positive sqo warning on flush
+    - io_uring: fix uring_flush in exit_files() warning
+    - io_uring: fix skipping disabling sqo on exec
+    - io_uring: dont kill fasync under completion_lock
+    - io_uring: fix sleeping under spin in __io_clean_op
+    - objtool: Don't fail on missing symbol table
+    - mm/page_alloc: add a missing mm_page_alloc_zone_locked() tracepoint
+    - mm: fix a race on nr_swap_pages
+    - tools: Factor HOSTCC, HOSTLD, HOSTAR definitions
+    - printk: fix buffer overflow potential for print_text()
+    - printk: fix string termination for record_print_text()
+
+  [ Salvatore Bonaccorso ]
+  * Add set of PI futex fixes (CVE-2021-3347)
+    - futex: Ensure the correct return value from futex_lock_pi()
+    - futex: Replace pointless printk in fixup_owner()
+    - futex: Provide and use pi_state_update_owner()
+    - rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
+    - futex: Use pi_state_update_owner() in put_pi_state()
+    - futex: Simplify fixup_pi_state_owner()
+    - futex: Handle faults correctly for PI futexes
+  * Bump ABI to 3
+  * xen: Fix XenStore initialisation for XS_LOCAL
+  * [rt] Refresh "printk: refactor kmsg_dump_get_buffer()"
+  * [rt] Refresh "locking/rtmutex: Handle the various new futex race
+    conditions"
+  * [rt] Refresh "locking/rtmutex: add sleeping lock implementation"
+  * [rt] Refresh "crypto: limit more FPU-enabled sections"
+  * Unset CRYPTO_USER_API_ENABLE_OBSOLETE
+
+  [ Ricardo Ribalda ]
+  * Enable USB_NET_AQC111 as module (Closes: #968760)
+
+  [ Vincent Blut ]
+  * [arm64] Enable DRM_VC4 again. (Closes: #968181, #968188)
+  * [arm64] Enable DRM_VC4_HDMI_CEC. (Closes: #977438)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 30 Jan 2021 21:38:57 +0100
+
+linux (5.10.9-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.6
+    - [arm64] rtc: pcf2127: move watchdog initialisation to a separate
+      function
+    - [arm64] rtc: pcf2127: only use watchdog when explicitly available
+    - dt-bindings: rtc: add reset-source property
+    - kdev_t: always inline major/minor helper functions
+    - ALSA: hda/realtek - Modify Dell platform name
+    - ALSA: hda/hdmi: Fix incorrect mutex unlock in silent_stream_disable()
+    - [x86] drm/i915/tgl: Fix Combo PHY DPLL fractional divider for 38.4MHz
+      ref clock
+    - RDMA/core: remove use of dma_virt_ops
+    - RDMA/siw,rxe: Make emulated devices virtual in the device tree
+    - fuse: fix bad inode
+    - perf: Break deadlock involving exec_update_mutex
+    - rwsem: Implement down_read_killable_nested
+    - rwsem: Implement down_read_interruptible
+    - exec: Transform exec_update_mutex into a rw_semaphore
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.7
+    - i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs
+    - iavf: fix double-release of rtnl_lock
+    - net/sched: sch_taprio: ensure to reset/destroy all child qdiscs
+    - [arm64,armhf] net: mvpp2: Add TCAM entry to drop flow control pause
+      frames
+    - [arm64,armhf] net: mvpp2: prs: fix PPPoE with ipv6 packet parse
+    - atm: idt77252: call pci_disable_device() on error path
+    - [arm64,armhf] net: mvpp2: Fix GoP port 3 Networking Complex Control
+      configurations
+    - [arm64,armhf] net: stmmac: dwmac-meson8b: ignore the second clock input
+    - [arm64,armhf] net: ethernet: mvneta: Fix error handling in mvneta_probe
+    - qede: fix offload for IPIP tunnel packets
+    - virtio_net: Fix recursive call to cpus_read_lock()
+    - [armhf] net/ncsi: Use real net-device for response handler
+    - net-sysfs: take the rtnl lock when storing xps_cpus
+    - net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tc
+    - net-sysfs: take the rtnl lock when storing xps_rxqs
+    - net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tc
+    - [armhf] net: ethernet: ti: cpts: fix ethtool output when no ptp_clock
+      registered
+    - tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGS
+    - e1000e: Only run S0ix flows if shutdown succeeded
+    - e1000e: bump up timeout to wait when ME un-configures ULP mode
+    - Revert "e1000e: disable s0ix entry and exit flows for ME systems"
+    - e1000e: Export S0ix flags to ethtool
+    - bnxt_en: Check TQM rings for maximum supported value.
+    - [arm64,armhf] net: mvpp2: fix pkt coalescing int-threshold configuration
+    - bnxt_en: Fix AER recovery.
+    - ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()
+    - net: sched: prevent invalid Scell_log shift count
+    - [arm64] net: hns: fix return value check in __lb_other_process()
+    - erspan: fix version 1 check in gre_parse_header()
+    - net: hdlc_ppp: Fix issues when mod_timer is called while timer is
+      running
+    - vhost_net: fix ubuf refcount incorrectly when sendmsg fails
+    - r8169: work around power-saving bug on some chip versions
+    - CDC-NCM: remove "connected" log message
+    - net: usb: qmi_wwan: add Quectel EM160R-GL
+    - block: add debugfs stanza for QUEUE_FLAG_NOWAIT
+    - workqueue: Kick a worker based on the actual activation of delayed works
+    - scsi: ufs: Fix wrong print message in dev_err()
+    - scsi: ufs-pci: Fix restore from S4 for Intel controllers
+    - scsi: ufs-pci: Ensure UFS device is in PowerDown mode for
+      suspend-to-disk ->poweroff()
+    - scsi: ufs-pci: Fix recovery from hibernate exit errors for Intel
+      controllers
+    - scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel controllers
+    - scsi: block: Introduce BLK_MQ_REQ_PM
+    - scsi: ide: Do not set the RQF_PREEMPT flag for sense requests
+    - scsi: scsi_transport_spi: Set RQF_PM for domain validation commands
+    - scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE
+    - lib/genalloc: fix the overflow when size is too big
+    - scsi: ufs: Clear UAC for FFU and RPMB LUNs
+    - Bluetooth: revert: hci_h5: close serdev device and free hu in h5_close
+    - scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT
+    - scsi: block: Do not accept any requests while suspended
+    - crypto: ecdh - avoid buffer overflow in ecdh_set_secret()
+    - [powerpc*] Handle .text.{hot,unlikely}.* in linker script
+    - [x86] Staging: comedi: Return -EFAULT if copy_to_user() fails
+    - usb: gadget: enable super speed plus
+    - USB: cdc-acm: blacklist another IR Droid device
+    - USB: cdc-wdm: Fix use after free in service_outstanding_interrupt().
+    - [arm64,armhf] usb: dwc3: meson-g12a: disable clk on error handling path
+      in probe
+    - [arm64,armhf] usb: dwc3: gadget: Restart DWC3 gadget when enabling
+      pullup
+    - [arm64,armhf] usb: dwc3: gadget: Clear wait flag on dequeue
+    - [arm64] usb: dwc3: ulpi: Use VStsDone to detect PHY regs access
+      completion
+    - [arm64] usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based
+      one
+    - [arm64] usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression
+    - [arm64,armhf] usb: chipidea: ci_hdrc_imx: add missing put_device() call
+      in usbmisc_get_init_data()
+    - USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk
+      set
+    - usb: usbip: vhci_hcd: protect shift size
+    - usb: uas: Add PNY USB Portable SSD to unusual_uas
+    - USB: serial: iuu_phoenix: fix DMA from stack
+    - USB: serial: option: add LongSung M5710 module support
+    - USB: serial: option: add Quectel EM160R-GL
+    - USB: yurex: fix control-URB timeout handling
+    - USB: usblp: fix DMA to stack
+    - ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks
+    - USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug
+    - usb: gadget: f_uac2: reset wMaxPacketSize
+    - usb: gadget: function: printer: Fix a memory leak for interface
+      descriptor
+    - usb: gadget: u_ether: Fix MTU size mismatch with RX packet size
+    - usb: gadget: Fix spinlock lockup on usb_function_deactivate
+    - usb: gadget: configfs: Preserve function ordering after bind failure
+    - usb: gadget: configfs: Fix use-after-free issue with udc_name
+    - USB: serial: keyspan_pda: remove unused variable
+    - mm: make wait_on_page_writeback() wait for multiple pending writebacks
+    - [x86] mm: Fix leak of pmd ptlock
+    - [x86] KVM: mmu: Use -1 to flag an undefined spte in get_mmio_spte()
+    - [x86] KVM: mmu: Get root level from walkers when retrieving MMIO SPTE
+    - kvm: check tlbs_dirty directly
+    - [x86] KVM: mmu: Ensure TDP MMU roots are freed after yield
+    - [x86] resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC
+      MSR
+    - [x86] resctrl: Don't move a task to the same resource group
+    - blk-iocost: fix NULL iocg deref from racing against initialization
+    - ALSA: hda/via: Fix runtime PM for Clevo W35xSS
+    - ALSA: hda/conexant: add a new hda codec CX11970
+    - ALSA: hda/realtek - Fix speaker volume control on Lenovo C940
+    - ALSA: hda/realtek: Add mute LED quirk for more HP laptops
+    - ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook 850 G7
+    - ALSA: hda/realtek: Add two "Intel Reference board" SSID in the ALC256.
+    - [amd64] iommu/vt-d: Move intel_iommu info from struct intel_svm to
+      struct intel_svm_dev
+    - btrfs: qgroup: don't try to wait flushing if we're already holding a
+      transaction
+    - btrfs: send: fix wrong file path when there is an inode with a pending
+      rmdir
+    - Revert "device property: Keep secondary firmware node secondary by type"
+    - dmabuf: fix use-after-free of dmabuf's file->f_inode
+    - [x86] drm/i915: clear the shadow batch
+    - [x86] drm/i915: clear the gpu reloc batch
+    - bcache: check unsupported feature sets for bcache register
+    - bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large
+      bucket
+    - net/mlx5e: Fix SWP offsets when vlan inserted by driver
+    - netfilter: x_tables: Update remaining dereference to RCU
+    - netfilter: ipset: fix shift-out-of-bounds in htable_bits()
+    - netfilter: xt_RATEEST: reject non-null terminated string from userspace
+    - netfilter: nft_dynset: report EOPNOTSUPP on missing set feature
+    - [x86] mtrr: Correct the range check before performing MTRR type lookups
+    - xsk: Fix memory leak for failed bind
+    - rtlwifi: rise completion at the last step of firmware callback
+    - scsi: target: Fix XCOPY NAA identifier lookup (CVE-2020-28374)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.8
+    - [powerpc] 32s: Fix RTAS machine check with VMAP stack
+    - io_uring: synchronise IOPOLL on task_submit fail
+    - io_uring: limit {io|sq}poll submit locking scope
+    - io_uring: patch up IOPOLL overflow_flush sync
+    - [arm64] RDMA/hns: Avoid filling sl in high 3 bits of vlan_id
+    - [arm64,armhf] iommu/arm-smmu-qcom: Initialize SCTLR of the bypass
+      context
+    - [arm64,armhf] drm/panfrost: Don't corrupt the queue mutex on open/close
+    - io_uring: Fix return value from alloc_fixed_file_ref_node
+    - scsi: ufs: Fix -Wsometimes-uninitialized warning
+    - btrfs: skip unnecessary searches for xattrs when logging an inode
+    - btrfs: fix deadlock when cloning inline extent and low on free metadata
+      space
+    - btrfs: shrink delalloc pages instead of full inodes
+    - [arm64] net: hns3: fix incorrect handling of sctp6 rss tuple
+    - [arm64] net: hns3: fix the number of queues actually used by ARQ
+    - [arm64] net: hns3: fix a phy loopback fail issue
+    - [arm64,armhf] net: stmmac: dwmac-sun8i: Fix probe error handling
+    - [arm64,armhf] net: stmmac: dwmac-sun8i: Balance internal PHY resource
+      references
+    - [arm64,armhf] net: stmmac: dwmac-sun8i: Balance internal PHY power
+    - [arm64,armhf] net: stmmac: dwmac-sun8i: Balance syscon
+      (de)initialization
+    - net: vlan: avoid leaks on register_vlan_dev() failures
+    - net: ipv6: fib: flush exceptions when purging route
+    - net: fix pmtu check in nopmtudisc mode
+    - net: ip: always refragment ip defragmented packets
+    - nexthop: Fix off-by-one error in error path
+    - nexthop: Unlink nexthop group entry in error path
+    - nexthop: Bounce NHA_GATEWAY in FDB nexthop groups
+    - [s390x] qeth: fix deadlock during recovery
+    - [s390x] qeth: fix locking for discipline setup / removal
+    - [s390x] qeth: fix L2 header access in qeth_l3_osa_features_check()
+    - net/mlx5: Use port_num 1 instead of 0 when delete a RoCE address
+    - net/mlx5e: ethtool, Fix restriction of autoneg with 56G
+    - net/mlx5e: In skb build skip setting mark in switchdev mode
+    - net/mlx5: Check if lag is supported before creating one
+    - scsi: lpfc: Fix variable 'vport' set but not used in
+      lpfc_sli4_abts_err_handler()
+    - HID: wacom: Fix memory leakage caused by kfifo_alloc
+    - fanotify: Fix sys_fanotify_mark() on native x86-32
+    - [armhf] OMAP2+: omap_device: fix idling of devices during probe
+    - [x86] cpufreq: powernow-k8: pass policy rather than use
+      cpufreq_cpu_get()
+    - [armhf] spi: stm32: FIFO threshold level - fix align packet size
+    - i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly
+      terminated
+    - bcache: set bcache device into read-only mode for
+      BCH_FEATURE_INCOMPAT_OBSO_LARGE_BUCKET
+    - [amd64] iommu/vt-d: Fix misuse of ALIGN in qi_flush_piotlb()
+    - [amd64] iommu/intel: Fix memleak in intel_irq_remapping_alloc
+    - nvme-tcp: Fix possible race of io_work and direct send
+    - net/mlx5e: Fix memleak in mlx5e_create_l2_table_groups
+    - net/mlx5e: Fix two double free cases
+    - regmap: debugfs: Fix a memory leak when calling regmap_attach_dev
+    - [arm64,armhf] net: mvpp2: disable force link UP during port init
+      procedure
+    - [x86] drm/i915/dp: Track pm_qos per connector
+    - [arm64,armhf] net: mvneta: fix error message when MTU too large for XDP
+    - [arm64] KVM: Don't access PMCR_EL0 when no PMU is available
+    - xsk: Fix race in SKB mode transmit with shared cq
+    - xsk: Rollback reservation at NETDEV_TX_BUSY
+    - can: isotp: isotp_getname(): fix kernel information leak
+    - block: fix use-after-free in disk_part_iter_next
+    - net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of
+      trimmed packet
+    - regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()
+    - [arm64,armhf] drm/panfrost: Remove unused variables in
+      panfrost_job_close()
+    - tools headers UAPI: Sync linux/fscrypt.h with the kernel sources
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.9
+    - btrfs: reloc: fix wrong file extent type check to avoid false ENOENT
+    - btrfs: prevent NULL pointer dereference in extent_io_tree_panic
+    - ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP
+      machines
+    - ALSA: doc: Fix reference to mixart.rst
+    - [amd64] ASoC: AMD Renoir - add DMI entry for Lenovo ThinkPad X395
+    - ASoC: dapm: remove widget from dirty list on free
+    - [x86] hyperv: check cpu mask after interrupt has been disabled
+    - drm/amdgpu: add green_sardine device id (v2)
+    - drm/amdgpu: fix DRM_INFO flood if display core is not supported (bug
+      210921)
+    - drm/amdgpu: add new device id for Renior
+    - [x86] drm/i915: Allow the sysadmin to override security mitigations
+    - [x86] drm/i915/gt: Limit VFE threads based on GT
+    - [x86] drm/i915/backlight: fix CPU mode backlight takeover on LPT
+    - [armhf] drm/bridge: sii902x: Refactor init code into separate function
+    - dt-bindings: display: sii902x: Add supply bindings
+    - [armhf] drm/bridge: sii902x: Enable I/O and core VCC supplies if present
+    - tracing/kprobes: Do the notrace functions check without kprobes on
+      ftrace
+    - tools/bootconfig: Add tracing_on support to helper scripts
+    - ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when
+      IS_ERR
+    - ext4: fix wrong list_splice in ext4_fc_cleanup
+    - ext4: fix bug for rename with RENAME_WHITEOUT
+    - cifs: check pointer before freeing
+    - cifs: fix interrupted close commands
+    - [riscv64] Drop a duplicated PAGE_KERNEL_EXEC
+    - [riscv64] return -ENOSYS for syscall -1
+    - [riscv64] Fixup CONFIG_GENERIC_TIME_VSYSCALL
+    - [mips*] fix Section mismatch in reference
+    - [mips*] lib: uncached: fix non-standard usage of variable 'sp'
+    - [mips*] boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTB
+    - [mips*] Fix malformed NT_FILE and NT_SIGINFO in 32bit coredumps
+    - [mips*] relocatable: fix possible boot hangup with KASLR enabled
+    - RDMA/ocrdma: Fix use after free in ocrdma_dealloc_ucontext_pd()
+    - ACPI: scan: Harden acpi_device_add() against device ID overflows
+    - xen/privcmd: allow fetching resource sizes
+    - mm/vmalloc.c: fix potential memory leak
+    - mm/hugetlb: fix potential missing huge page size info
+    - mm/process_vm_access.c: include compat.h
+    - dm raid: fix discard limits for raid1
+    - dm snapshot: flush merged data before committing metadata
+    - dm integrity: fix flush with external metadata device
+    - dm integrity: fix the maximum number of arguments
+    - dm crypt: use GFP_ATOMIC when allocating crypto requests from softirq
+    - dm crypt: do not wait for backlogged crypto request completion in
+      softirq
+    - dm crypt: do not call bio_endio() from the dm-crypt tasklet
+    - dm crypt: defer decryption to a tasklet if interrupts disabled
+    - r8152: Add Lenovo Powered USB-C Travel Hub
+    - btrfs: tree-checker: check if chunk item end overflows
+    - ext4: don't leak old mountpoint samples
+    - io_uring: don't take files/mm for a dead task
+    - io_uring: drop mm and files after task_work_run
+    - ath11k: fix crash caused by NULL rx_channel
+    - netfilter: ipset: fixes possible oops in mtype_resize
+    - ath11k: qmi: try to allocate a big block of DMA memory first
+    - btrfs: fix async discard stall
+    - btrfs: merge critical sections of discard lock in workfn
+    - btrfs: fix transaction leak and crash after RO remount caused by qgroup
+      rescan
+    - ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pram
+    - [arm64,armhf] hwmon: (pwm-fan) Ensure that calculation doesn't discard
+      big period values
+    - spi: fix the divide by 0 error when calculating xfer waiting time
+    - io_uring: drop file refs after task cancel
+    - bfq: Fix computation of shallow depth
+    - misdn: dsp: select CONFIG_BITREVERSE
+    - net: ethernet: fs_enet: Add missing MODULE_LICENSE
+    - nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQN
+    - nvme: avoid possible double fetch in handling CQE
+    - nvmet-rdma: Fix list_del corruption on queue establishment failure
+    - drm/amdgpu: fix a GPU hang issue when remove device
+    - drm/amdgpu: fix potential memory leak during navi12 deinitialization
+    - [amd64] iommu/vt-d: Fix lockdep splat in sva bind()/unbind()
+    - ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPI
+    - [arm64] drm/msm: Call msm_init_vram before binding the gpu
+    - poll: fix performance regression due to out-of-line __put_user()
+    - rcu-tasks: Move RCU-tasks initialization to before early_initcall()
+    - bpf: Simplify task_file_seq_get_next()
+    - bpf: Save correct stopping point in file seq iteration
+    - nvme-fc: avoid calling _nvme_fc_abort_outstanding_ios from interrupt
+      context
+    - [amd64] iommu/vt-d: Update domain geometry in iommu_ops.at(de)tach_dev
+    - net/mlx5: Fix passing zero to 'PTR_ERR'
+    - net/mlx5: E-Switch, fix changing vf VLANID
+    - blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHARED
+    - mm: fix clear_refs_write locking
+    - mm: don't play games with pinned pages in clear_page_refs
+    - mm: don't put pinned pages into the swap cache
+    - perf intel-pt: Fix 'CPU too large' error
+    - dump_common_audit_data(): fix racy accesses to ->d_name
+    - [x86] ASoC: Intel: fix error code cnl_set_dsp_D0()
+    - nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANY
+    - nvme: don't intialize hwmon for discovery controllers
+    - nvme-tcp: fix possible data corruption with bio merges
+    - nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPT
+    - NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lock
+    - pNFS: We want return-on-close to complete when evicting the inode
+    - pNFS: Mark layout for return if return-on-close was not sent
+    - pNFS: Stricter ordering of layoutget and layoutreturn
+    - NFS: Adjust fs_context error logging
+    - NFS/pNFS: Don't call pnfs_free_bucket_lseg() before removing the request
+    - NFS/pNFS: Don't leak DS commits in pnfs_generic_retry_commit()
+    - NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counter
+    - NFS: nfs_delegation_find_inode_server must first reference the
+      superblock
+    - NFS: nfs_igrab_and_active must first reference the superblock
+    - scsi: ufs: Fix possible power drain during system suspend
+    - ext4: fix superblock checksum failure when setting password salt
+    - RDMA/restrack: Don't treat as an error allocation ID wrapping
+    - [amd64] RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grp
+    - bnxt_en: Improve stats context resource accounting with RDMA driver
+      loaded.
+    - RDMA/mlx5: Fix wrong free of blue flame register on error
+    - IB/mlx5: Fix error unwinding when set_has_smi_cap fails
+    - umount(2): move the flag validity checks first
+    - [x86] drm/i915/dsi: Use unconditional msleep for the panel_on_delay when
+      there is no reset-deassert MIPI-sequence
+    - [x86] drm/i915/icl: Fix initing the DSI DSC power refcount during HW
+      readout
+    - [x86] drm/i915/gt: Restore clear-residual mitigations for Ivybridge,
+      Baytrail
+    - mm, slub: consider rest of partial list if acquire_slab() fails
+    - [riscv64] Trace irq on only interrupt is enabled
+    - [amd64] iommu/vt-d: Fix unaligned addresses for
+      intel_flush_svm_range_dev()
+    - net: sunrpc: interpret the return value of kstrtou32 correctly
+    - dm: eliminate potential source of excessive kernel log noise
+    - ALSA: fireface: Fix integer overflow in transmit_midi_msg()
+    - ALSA: firewire-tascam: Fix integer overflow in midi_port_work()
+    - netfilter: conntrack: fix reading nf_conntrack_buckets
+    - netfilter: nf_nat: Fix memleak in nf_nat_init
+
+  [ Aurelien Jarno ]
+  * Ignore ABI change for dfltcc_* symbols.
+  * [riscv64] PCI: Enable PCI_HOST_GENERIC.
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 2
+  * [rt] Update to 5.10.8-rt24
+
+  [ Bastian Blank ]
+  * [arm64] Enable support for Marvell EBU SoC.
+  * Enable remaining NET_ACT_*.
+  * Enable ACPI_HMAT, EFI_SOFT_RESERVE.
+  * Enable remaining THERMAL_GOV_*, ENERGY_MODEL.
+  * Set SCTP_DEFAULT_COOKIE_HMAC_SHA1.
+  * [x86] Enable SERIAL_8250_LPSS. (closes: #973985)
+  * Enable CRYPTO_DEV_VIRTIO.
+  * Enable DRM_AMD_DC_*.
+  * [arm] Enable CRYPTO_NHPOLY1305_NEON. (closes: #980214)
+  * [arm64] Enable MFD_AXP20X_I2C. (closes: #980114)
+  * [amd64] Enable SENSORS_AMD_ENERGY. (closes: #970699)
+  * [cloud] Enable SUSPEND. (closes: #964845)
+  * [armhf] Enable GPIO_PCA953X_IRQ. (closes: #972221)
+  * [arm] Enable DRM_VC4, DRM_VC4_HDMI_CEC. (closes: #956951)
+  * [x86] Enable STMMAC_ETH, DWMAC_INTEL. (closes: #980180)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 20 Jan 2021 17:40:43 +0100
+
+linux (5.10.5-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.5
+    - net/sched: sch_taprio: reset child qdiscs before freeing them
+    - ethtool: fix error paths in ethnl_set_channels()
+    - ethtool: fix string set id check
+    - md/raid10: initialize r10_bio->read_slot before use.
+    - io_uring: close a small race gap for files cancel
+    - jffs2: Allow setting rp_size to zero during remounting
+    - jffs2: Fix NULL pointer dereference in rp_size fs option parsing
+    - opp: fix memory leak in _allocate_opp_table
+    - opp: Call the missing clk_put() on error
+    - scsi: block: Fix a race in the runtime power management code
+    - mm/hugetlb: fix deadlock in hugetlb_cow error path
+    - mm: memmap defer init doesn't work as expected
+    - [s390x] lib/zlib: fix inflating zlib streams on s390
+    - io_uring: don't assume mm is constant across submits
+    - io_uring: use bottom half safe lock for fixed file data
+    - io_uring: add a helper for setting a ref node
+    - io_uring: fix io_sqe_files_unregister() hangs
+    - uapi: move constants from <linux/kernel.h> to <linux/const.h>
+    - tools headers UAPI: Sync linux/const.h with the kernel headers
+    - cgroup: Fix memory leak when parsing multiple source parameters
+    - [s390x] zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of
+      dfltcc_syms.c
+    - Bluetooth: hci_h5: close serdev device and free hu in h5_close
+    - fbcon: Disable accelerated scrolling
+    - reiserfs: add check for an invalid ih_entry_count
+    - [x86] misc: vmw_vmci: fix kernel info-leak by initializing dbells in
+      vmci_ctx_get_chkpt_doorbells()
+    - media: gp8psk: initialize stats at power control logic
+    - f2fs: fix shift-out-of-bounds in sanity_check_raw_super()
+    - ALSA: seq: Use bool for snd_seq_queue internal flags
+    - ALSA: rawmidi: Access runtime->avail always in spinlock
+    - bfs: don't use WARNING: string when it's just info.
+    - ext4: check for invalid block size early when mounting a file system
+    - fcntl: Fix potential deadlock in send_sig{io, urg}()
+    - io_uring: check kthread stopped flag when sq thread is unparked
+    - [arm64,armhf] rtc: sun6i: Fix memleak in sun6i_rtc_clk_init
+    - module: set MODULE_STATE_GOING state when a module fails to load
+    - quota: Don't overflow quota file offsets
+    - [arm64,armhf] rtc: pl031: fix resource leak in pl031_probe
+    - i3c master: fix missing destroy_workqueue() on error in
+      i3c_master_register
+    - NFSv4: Fix a pNFS layout related use-after-free race when freeing the
+      inode
+    - f2fs: avoid race condition for shrinker count
+    - f2fs: fix race of pending_pages in decompression
+    - module: delay kobject uevent until after module init call
+    - [powerpc*] 64: irq replay remove decrementer overflow check
+    - fs/namespace.c: WARN if mnt_count has become negative
+    - ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode
+      fails
+    - tick/sched: Remove bogus boot "safety" check
+    - [s390x] always clear kernel stack backchain before calling functions
+    - io_uring: remove racy overflow list fast checks
+    - ALSA: pcm: Clear the full allocated memory at hw_params
+    - dm verity: skip verity work if I/O error when system is shutting down
+    - ext4: avoid s_mb_prefetch to be zero in individual scenarios
+    - device-dax: Fix range release
+
+  [ Luca Boccassi ]
+  * [amd64,arm64] Generate BTF debug info: (partially closes: #973870)
+    - Enable DEBUG_INFO_BTF.
+    - Build-Depend on dwarves >= 1.16~.
+
+  [ Aurelien Jarno ]
+  * usbip: depend on usb.ids instead of usbutils.
+  * [mips*] Fix build with binutils configured with
+    --enable-mips-fix-loongson3-llsc=yes.
+
+  [ Salvatore Bonaccorso ]
+  * Bluetooth: Fix attempting to set RPA timeout when unsupported
+    (Closes: #972968)
+  * net: cdc_ncm: correct overhead in delayed_ndp_size (Closes: #970736)
+  * mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_start
+    (CVE-2020-36158)
+  * [rt] Update to 5.10.4-rt22
+  * X.509: Fix crash caused by NULL pointer (Closes: #979496)
+  * Revert "drm/amd/display: Fix memory leaks in S3 resume"
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 09 Jan 2021 21:25:11 +0100
+
+linux (5.10.4-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.3
+    - net: ipconfig: Avoid spurious blank lines in boot log
+    - [x86] split-lock: Avoid returning with interrupts enabled
+    - exfat: Avoid allocating upcase table using kcalloc()
+    - [arm64] soc/tegra: fuse: Fix index bug in get_process_id
+    - USB: serial: option: add interface-number sanity check to flag handling
+    - USB: gadget: f_acm: add support for SuperSpeed Plus
+    - USB: gadget: f_midi: setup SuperSpeed Plus descriptors
+    - usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus
+    - USB: gadget: f_rndis: fix bitrate for SuperSpeed and above
+    - [arm64,armhf] usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING
+      flag to imx6ul
+    - [armhf] dts: exynos: fix roles of USB 3.0 ports on Odroid XU
+    - [armhf] dts: exynos: fix USB 3.0 pins supply being turned off on Odroid
+      XU
+    - f2fs: fix to seek incorrect data offset in inline data file
+    - f2fs: init dirty_secmap incorrectly
+    - scsi: megaraid_sas: Check user-provided offsets
+    - [arm64,x86] HID: i2c-hid: add Vero K147 to descriptor override
+    - serial_core: Check for port state when tty is in error state
+    - fscrypt: remove kernel-internal constants from UAPI header
+    - fscrypt: add fscrypt_is_nokey_name()
+    - ubifs: prevent creating duplicate encrypted filenames
+    - ext4: prevent creating duplicate encrypted filenames
+    - f2fs: prevent creating duplicate encrypted filenames
+    - Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()
+    - quota: Sanity-check quota file headers on load
+    - fs: quota: fix array-index-out-of-bounds bug by passing correct argument
+      to vfs_cleanup_quota_inode()
+    - media: msi2500: assign SPI bus number dynamically
+    - crypto: af_alg - avoid undefined behavior accessing salg_name
+    - nl80211: validate key indexes for cfg80211_registered_device
+    - md: fix a warning caused by a race between concurrent md_ioctl()s
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.4
+    - [x86] hwmon: (k10temp) Remove support for displaying voltage and current
+      on Zen CPUs
+    - [x86] drm/gma500: fix double free of gma_connector
+    - [arm64] rtc: pcf2127: fix pcf2127_nvmem_read/write() returns
+    - selinux: fix error initialization in inode_doinit_with_dentry()
+    - [armhf] dts: aspeed: s2600wf: Fix VGA memory region location
+    - RDMA/core: Fix error return in _ib_modify_qp()
+    - RDMA/rxe: Compute PSN windows correctly
+    - [x86] /mm/ident_map: Check for errors from ident_pud_init()
+    - [armel,armhf] p2v: fix handling of LPAE translation in BE mode
+    - [x86] apic: Fix x2apic enablement without interrupt remapping
+    - sched/deadline: Fix sched_dl_global_validate()
+    - sched: Reenable interrupts in do_sched_yield()
+    - [arm64] crypto: inside-secure - Fix sizeof() mismatch
+    - [arm64] ASoC: sun4i-i2s: Fix lrck_period computation for I2S justified
+      mode
+    - drm/msm: Add missing stub definition
+    - [armhf] dts: aspeed: tiogapass: Remove vuart
+    - [powerpc*] 64: Set up a kernel stack for secondaries before
+      cpu_restore()
+    - f2fs: call f2fs_get_meta_page_retry for nat page
+    - RDMA/mlx5: Fix corruption of reg_pages in mlx5_ib_rereg_user_mr()
+    - [arm64] drm/msm/dp: DisplayPort PHY compliance tests fixup
+    - [arm64] drm/msm/dsi_pll_7nm: restore VCO rate during restore_state
+    - [arm64] drm/msm/dsi_pll_10nm: restore VCO rate during restore_state
+    - [arm64] drm/msm/dpu: fix clock scaling on non-sc7180 board
+    - spi: spi-mem: fix reference leak in spi_mem_access_start
+    - scsi: aacraid: Improve compat_ioctl handlers
+    - ASoC: pcm: DRAIN support reactivation
+    - [armhf] drm/bridge: tpd12s015: Fix irq registering in tpd12s015_probe
+    - [arm64] crypto: arm64/poly1305-neon - reorder PAC authentication with SP
+      update
+    - [arm64] crypto: caam - fix printing on xts fallback allocation error
+      path
+    - selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handling
+    - nl80211/cfg80211: fix potential infinite loop
+    - [armhf] spi: stm32: fix reference leak in stm32_spi_resume
+    - [x86] mce: Correct the detection of invalid notifier priorities
+    - drm/edid: Fix uninitialized variable in drm_cvt_modes()
+    - ath11k: Initialize complete alpha2 for regulatory change
+    - ath11k: Fix number of rules in filtered ETSI regdomain
+    - ath11k: fix wmi init configuration
+    - brcmfmac: Fix memory leak for unpaired brcmf_{alloc/free}
+    - [arm64,armhf] drm/panel: simple: Add flags to boe_nv133fhm_n61
+    - Bluetooth: Fix null pointer dereference in hci_event_packet()
+    - Bluetooth: Fix: LL PRivacy BLE device fails to connect
+    - Bluetooth: hci_h5: fix memory leak in h5_close
+    - [armhf] spi: stm32-qspi: fix reference leak in stm32 qspi operations
+    - [armhf] spi: spi-ti-qspi: fix reference leak in ti_qspi_setup
+    - [arm64] spi: tegra20-slink: fix reference leak in slink ops of tegra20
+    - [arm64,armhf] spi: tegra20-sflash: fix reference leak in
+      tegra_sflash_resume
+    - [arm64,armhf] spi: tegra114: fix reference leak in tegra spi ops
+    - [armhf] spi: imx: fix reference leak in two imx operations
+    - [arm64] ASoC: qcom: common: Fix refcounting in qcom_snd_parse_of()
+    - ath11k: Handle errors if peer creation fails
+    - mwifiex: fix mwifiex_shutdown_sw() causing sw reset failure
+    - [arm64] drm/msm/a6xx: Clear shadow on suspend
+    - [arm64] drm/msm/a5xx: Clear shadow on suspend
+    - [arm64] drm/msm/dp: return correct connection status after suspend
+    - [arm64] drm/msm/dp: skip checking LINK_STATUS_UPDATED bit
+    - [arm64] drm/msm/dp: do not notify audio subsystem if sink doesn't
+      support audio
+    - virtiofs fix leak in setup
+    - RDMa/mthca: Work around -Wenum-conversion warning
+    - [armhf] soc: ti: omap-prm: Do not check rstst bit on deassert if already
+      deasserted
+    - [x86] crypto: qat - fix status check in qat_hal_put_rel_rd_xfer()
+    - drm/udl: Fix missing error code in udl_handle_damage()
+    - [x86] media: tm6000: Fix sizeof() mismatches
+    - media: v4l2-fwnode: Return -EINVAL for invalid bus-type
+    - media: v4l2-fwnode: v4l2_fwnode_endpoint_parse caller must init vep
+      argument
+    - [arm64,armhf] media: cedrus: fix reference leak in
+      cedrus_start_streaming
+    - [arm64] media: venus: core: change clk enable and disable order in
+      resume and suspend
+    - [arm64] media: venus: core: vote for video-mem path
+    - [arm64] media: venus: core: vote with average bandwidth and peak
+      bandwidth as zero
+    - RDMA/cma: Add missing error handling of listen_id
+    - scsi: core: Fix VPD LUN ID designator priorities
+    - [arm64] media: venus: put dummy vote on video-mem path after last
+      session release
+    - media: solo6x10: fix missing snd_card_free in error handling case
+    - [arm64,armhf] mmc: sdhci: tegra: fix wrong unit with busy_timeout
+    - [armhf] drm/omap: dmm_tiler: fix return error code in omap_dmm_probe()
+    - [arm64] drm/meson: Free RDMA resources after tearing down DRM
+    - [arm64] drm/meson: Unbind all connectors on module removal
+    - [arm64] drm/meson: dw-hdmi: Register a callback to disable the regulator
+    - [arm64] drm/meson: dw-hdmi: Ensure that clocks are enabled before
+      touching the TOP registers
+    - [amd64] iommu/vt-d: include conditionally on CONFIG_INTEL_IOMMU_SVM
+    - Input: ads7846 - fix race that causes missing releases
+    - Input: ads7846 - fix integer overflow on Rt calculation
+    - Input: ads7846 - fix unaligned access on 7845
+    - bus: mhi: core: Remove double locking from mhi_driver_remove()
+    - bus: mhi: core: Fix null pointer access when parsing MHI configuration
+    - [powerpc*] Avoid broken GCC __attribute__((optimize))
+    - [powerpc*] feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32
+    - [armhf] dts: tacoma: Fix node vs reg mismatch for flash memory
+    - Revert "powerpc/pseries/hotplug-cpu: Remove double free in error path"
+    - [powerpc*] powernv/sriov: fix unsigned int win compared to less than
+      zero
+    - [x86] EDAC/mce_amd: Use struct cpuinfo_x86.cpu_die_id for AMD NodeId
+    - scsi: ufs: Avoid to call REQ_CLKS_OFF to CLKS_OFF
+    - scsi: ufs: Fix clkgating on/off
+    - rcu: Allow rcu_irq_enter_check_tick() from NMI
+    - rcu,ftrace: Fix ftrace recursion
+    - rcu/tree: Defer kvfree_rcu() allocation to a clean context
+    - spi: fix resource leak for drivers without .remove callback
+    - [arm64] drm/meson: dw-hdmi: Disable clocks on driver teardown
+    - [arm64] drm/meson: dw-hdmi: Enable the iahb clock early enough
+    - PCI: Disable MSI for Pericom PCIe-USB adapter
+    - [arm64] PCI: brcmstb: Initialize "tmp" before use
+    - [arm64] dts: qcom: sm8250: correct compatible for sm8250-mtp
+    - [armhf] Input: omap4-keypad - fix runtime PM error handling
+    - ath11k: Fix the rx_filter flag setting for peer rssi stats
+    - RDMA/cxgb4: Validate the number of CQEs
+    - [arm64] pinctrl: sunxi: fix irq bank map for the Allwinner A100 pin
+      controller
+    - memstick: fix a double-free bug in memstick_check
+    - brcmfmac: fix error return code in brcmf_cfg80211_connect()
+    - orinoco: Move context allocation after processing the skb
+    - rsi: fix error return code in rsi_reset_card()
+    - [arm64] dmaengine: mv_xor_v2: Fix error return code in mv_xor_v2_probe()
+    - [armel] leds: netxbig: add missing put_device() call in
+      netxbig_leds_get_of_pdata()
+    - RDMA/cma: Fix deadlock on &lock in rdma_cma_listen_on_all() error unwind
+    - media: siano: fix memory leak of debugfs members in smsdvb_hotplug
+    - [x86] platform/x86: mlx-platform: Remove PSU EEPROM from default
+      platform configuration
+    - [x86] platform/x86: mlx-platform: Remove PSU EEPROM from MSN274x
+      platform configuration
+    - [arm64] RDMA/hns: Only record vlan info for HIP08
+    - [arm64] RDMA/hns: Fix missing fields in address vector
+    - [arm64] RDMA/hns: Avoid setting loopback indicator when smac is same as
+      dmac
+    - RDMA/core: Track device memory MRs
+    - [armhf] HSI: omap_ssi: Don't jump to free ID in ssi_add_controller()
+    - [arm64] dts: armada-3720-turris-mox: update ethernet-phy handle name
+    - [arm64] dts: rockchip: Set dr_mode to "host" for OTG on rk3328-roc-cc
+    - [x86] power: supply: max17042_battery: Fix current_{avg,now} hiding with
+      no current sense
+    - [x86] power: supply: bq24190_charger: fix reference leak
+    - genirq/irqdomain: Don't try to free an interrupt that has no mapping
+    - [arm64] dts: freescale: sl28: combine SPI MTD partitions
+    - [arm64,armhf] phy: tegra: xusb: Fix usb_phy device driver field
+    - [arm64] dts: qcom: c630: Polish i2c-hid devices
+    - [arm64] dts: qcom: c630: Fix pinctrl pins properties
+    - PCI: Bounds-check command-line resource alignment requests
+    - PCI: Fix overflow in command-line resource alignment requests
+    - [arm64] dts: meson: fix spi-max-frequency on Khadas VIM2
+    - [arm64] soc: amlogic: canvas: add missing put_device() call in
+      meson_canvas_get()
+    - [arm64] scsi: hisi_sas: Fix up probe error handling for v3 hw
+    - scsi: pm80xx: Do not sleep in atomic context
+    - [arm64] spi: spi-fsl-dspi: Use max_native_cs instead of num_chipselect
+      to set SPI_MCR
+    - [arm64] RDMA/hns: Fix 0-length sge calculation error
+    - [arm64] RDMA/hns: Bugfix for calculation of extended sge
+    - soundwire: master: use pm_runtime_set_active() on add
+    - [x86] platform/x86: dell-smbios-base: Fix error return code in
+      dell_smbios_init
+    - [x86] ASoC: Intel: Boards: tgl_max98373: update TDM slot_width
+    - ath11k: Don't cast ath11k_skb_cb to ieee80211_tx_info.control
+    - ath11k: Reset ath11k_skb_cb before setting new flags
+    - ath11k: Fix an error handling path
+    - ath10k: Fix the parsing error in service available event
+    - ath10k: Fix an error handling path
+    - ath10k: Release some resources in an error handling path
+    - SUNRPC: rpc_wake_up() should wake up tasks in the correct order
+    - NFSv4.2: condition READDIR's mask for security label based on LSM state
+    - SUNRPC: xprt_load_transport() needs to support the netid "rdma6"
+    - NFSv4: Fix the alignment of page data in the getdeviceinfo reply
+    - net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs'
+    - lockd: don't use interval-based rebinding over TCP
+    - NFS: switch nfsiod to be an UNBOUND workqueue.
+    - vfio-pci: Use io_remap_pfn_range() for PCI IO memory
+    - f2fs: fix double free of unicode map
+    - media: tvp5150: Fix wrong return value of tvp5150_parse_dt()
+    - media: saa7146: fix array overflow in vidioc_s_audio()
+    - [powerpc*] perf: Fix crash with is_sier_available when pmu is not set
+    - [powerpc*] 64: Fix an EMIT_BUG_ENTRY in head_64.S
+    - [powerpc*] xmon: Fix build failure for 8xx
+    - [powerpc*] perf: Fix to update radix_scope_qual in power10
+    - [powerpc*] perf: Update the PMU group constraints for l2l3 events in
+      power10
+    - [powerpc*] perf: Fix the PMU group constraints for threshold events in
+      power10
+    - [armel,armhf] clocksource/drivers/orion: Add missing
+      clk_disable_unprepare() on error path
+    - [arm64] mte: fix prctl(PR_GET_TAGGED_ADDR_CTRL) if TCF0=NONE
+    - bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()
+    - [arm64,armhf] soc: rockchip: io-domain: Fix error return code in
+      rockchip_iodomain_probe()
+    - memstick: r592: Fix error return in r592_probe()
+    - [mips64el] Don't round up kernel sections size for memblock_add()
+    - mt76: dma: fix possible deadlock running mt76_dma_cleanup
+    - net/mlx5: Properly convey driver version to firmware
+    - mt76: fix memory leak if device probing fails
+    - dm ioctl: fix error return code in target_message
+    - [arm64] drm/msm: a5xx: Make preemption reset case reentrant
+    - [arm64,armhf] clocksource/drivers/arm_arch_timer: Use stable count
+      reader in erratum sne
+    - [arm64,armhf] clocksource/drivers/arm_arch_timer: Correct fault
+      programming of CNTKCTL_EL1.EVNTI
+    - [m68k] macintosh/adb-iop: Always wait for reply message from IOP
+    - [m68k] macintosh/adb-iop: Send correct poll command
+    - Bluetooth: btusb: Add the missed release_firmware() in
+      btusb_mtk_setup_firmware()
+    - Bluetooth: btmtksdio: Add the missed release_firmware() in
+      mtk_setup_firmware()
+    - Bluetooth: sco: Fix crash when using BT_SNDMTU/BT_RCVMTU option
+    - Bluetooth: btusb: Fix detection of some fake CSR controllers with a
+      bcdDevice val of 0x0134
+    - [x86] platform/x86: intel-vbtn: Fix SW_TABLET_MODE always reporting 1 on
+      some HP x360 models
+    - adm8211: fix error return code in adm8211_probe()
+    - mtd: spi-nor: sst: fix BPn bits for the SST25VF064C
+    - mtd: spi-nor: ignore errors in spi_nor_unlock_all()
+    - mtd: spi-nor: atmel: remove global protection flag
+    - mtd: spi-nor: atmel: fix unlock_all() for AT25FS010/040
+    - [arm64] dts: meson: fix PHY deassert timing requirements
+    - [armhf] dts: meson: fix PHY deassert timing requirements
+    - [arm64] dts: meson: g12a: x96-max: fix PHY deassert timing requirements
+    - [arm64] clk: fsl-sai: fix memory leak
+    - scsi: qedi: Fix missing destroy_workqueue() on error in __qedi_probe
+    - scsi: pm80xx: Fix error return in pm8001_pci_probe()
+    - scsi: iscsi: Fix inappropriate use of put_device()
+    - seq_buf: Avoid type mismatch for seq_buf_init
+    - [x86] scsi: fnic: Fix error return code in fnic_probe()
+    - [x86] platform/x86: mlx-platform: Fix item counter assignment for
+      MSN2700, MSN24xx systems
+    - [x86] platform/x86: mlx-platform: Fix item counter assignment for
+      MSN2700/ComEx system
+    - [armel,armhf] 9030/1: entry: omit FP emulation for UND exceptions taken
+      in kernel mode
+    - [powerpc*] pseries/hibernation: drop pseries_suspend_begin() from
+      suspend ops
+    - [powerpc*] pseries/hibernation: remove redundant cacheinfo update
+    - [powerpc*] powermac: Fix low_sleep_handler with CONFIG_VMAP_STACK
+    - [x86] ASoC: amd: change clk_get() to devm_clk_get() and add missed
+      checks
+    - [x86] ASoC: max98390: Fix error codes in max98390_dsm_init()
+    - [powerpc*] mm: sanity_check_fault() should work for all, not only BOOK3S
+    - [armhf] usb: ehci-omap: Fix PM disable depth umbalance in
+      ehci_hcd_omap_probe
+    - speakup: fix uninitialized flush_lock
+    - nfsd: Fix message level for normal termination
+    - NFSD: Fix 5 seconds delay when doing inter server copy
+    - nfs_common: need lock during iterate through the list
+    - [x86] kprobes: Restore BTF if the single-stepping is cancelled
+    - scsi: qla2xxx: Fix FW initialization error on big endian machines
+    - scsi: qla2xxx: Fix N2N and NVMe connect retry failure
+    - [arm64,armhf] platform/chrome: cros_ec_spi: Don't overwrite spi::mode
+    - [arm64] bus: fsl-mc: add back accidentally dropped error check
+    - [arm64] bus: fsl-mc: fix error return code in fsl_mc_object_allocate()
+    - [armhf] fsi: Aspeed: Add mutex to protect HW access
+    - [s390x] cio: fix use-after-free in ccw_device_destroy_console
+    - iwlwifi: dbg-tlv: fix old length in is_trig_data_contained()
+    - iwlwifi: mvm: hook up missing RX handlers
+    - erofs: avoid using generic_block_bmap
+    - [powerpc*] sstep: Emulate prefixed instructions only when
+      CPU_FTR_ARCH_31 is set
+    - [powerpc*] sstep: Cover new VSX instructions under CONFIG_VSX
+    - ALSA: hda/hdmi: fix silent stream for first playback to DP
+    - RDMA/core: Do not indicate device ready when device enablement fails
+    - RDMA/uverbs: Fix incorrect variable type
+    - [arm64,armhf] clk: tegra: Fix duplicated SE clock entry
+    - [armhf] mtd: rawnand: gpmi: fix reference count leak in gpmi ops
+    - [armhf] mtd: rawnand: gpmi: Fix the random DMA timeout issue
+    - samples/bpf: Fix possible hang in xdpsock with multiple threads
+    - fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
+    - mac80211: don't set set TDLS STA bandwidth wider than possible
+    - mac80211: fix a mistake check for rx_stats update
+    - [arm64] irqchip/alpine-msi: Fix freeing of interrupts on allocation
+      error path
+    - [arm64] RDMA/hns: Limit the length of data copied between kernel and
+      userspace
+    - [arm64] RDMA/hns: Normalization the judgment of some features
+    - [arm64] RDMA/hns: Do shift on traffic class when using RoCEv2
+    - gpiolib: irq hooks: fix recursion in gpiochip_irq_unmask
+    - ath11k: Fix incorrect tlvs in scan start command
+    - watchdog: Fix potential dereferencing of null pointer
+    - sunrpc: fix xs_read_xdr_buf for partial pages receive
+    - RDMA/mlx5: Fix MR cache memory leak
+    - RDMA/cma: Don't overwrite sgid_attr after device is released
+    - [powerpc*] perf: Fix Threshold Event Counter Multiplier width for P10
+    - [powerpc*] ps3: use dma_mapping_error()
+    - mm/gup: reorganize internal_get_user_pages_fast()
+    - mm/gup: prevent gup_fast from racing with COW during fork
+    - mm/gup: combine put_compound_head() and unpin_user_page()
+    - mm: memcg/slab: fix return of child memcg objcg for root memcg
+    - mm: memcg/slab: fix use after free in obj_cgroup_charge
+    - mm/rmap: always do TTU_IGNORE_ACCESS
+    - [sparc64] fix handling of page table constructor failure
+    - mm/vmalloc: Fix unlock order in s_stop()
+    - mm/vmalloc.c: fix kasan shadow poisoning size
+    - mm,memory_failure: always pin the page in madvise_inject_error
+    - hugetlb: fix an error code in hugetlb_reserve_pages()
+    - mm: don't wake kswapd prematurely when watermark boosting is disabled
+    - proc: fix lookup in /proc/net subdirectories after setns(2)
+    - lan743x: fix rx_napi_poll/interrupt ping-pong
+    - ice, xsk: clear the status bits for the next_to_use descriptor
+    - i40e, xsk: clear the status bits for the next_to_use descriptor
+    - [arm64] dpaa2-eth: fix the size of the mapped SGT buffer
+    - [arm64] net: bcmgenet: Fix a resource leak in an error handling path in
+      the probe functin
+    - [armhf] net: allwinner: Fix some resources leak in the error handling
+      path of the probe and in the remove function
+    - NFS/pNFS: Fix a typo in ff_layout_resend_pnfs_read()
+    - devlink: use _BITUL() macro instead of BIT() in the UAPI header
+    - libnvdimm/label: Return -ENXIO for no slot in __blk_label_update
+    - [powerpc*] 32s: Fix cleanup_cpu_mmu_context() compile bug
+    - [arm64] watchdog: qcom: Avoid context switch in restart handler
+    - [armhf] clk: ti: Fix memleak in ti_fapll_synth_setup
+    - [armhf] pwm: imx27: Fix overflow for bigger periods
+    - [arm64,armhf] pwm: sun4i: Remove erroneous else branch
+    - io_uring: cancel only requests of current task
+    - perf record: Fix memory leak when using '--user-regs=?' to list
+      registers
+    - qlcnic: Fix error code in probe
+    - nfp: move indirect block cleanup to flower app stop callback
+    - virtio_ring: Cut and paste bugs in vring_create_virtqueue_packed()
+    - virtio_net: Fix error code in probe()
+    - virtio_ring: Fix two use after free bugs
+    - vhost scsi: fix error return code in vhost_scsi_set_endpoint()
+    - epoll: check for events when removing a timed out thread from the wait
+      queue
+    - [arm*] clk: bcm: dvp: Add MODULE_DEVICE_TABLE()
+    - [armhf] clk: s2mps11: Fix a resource leak in error handling paths in the
+      probe function
+    - [arm64,armhf] clk: sunxi-ng: Make sure divider tables have sentinel
+    - [powerpc*] smp: Add __init to init_big_cores()
+    - [armel,armhf] 9044/1: vfp: use undef hook for VFP support detection
+    - [armel,armhf] 9036/1: uncompress: Fix dbgadtb size parameter name
+    - perf probe: Fix memory leak when synthesizing SDT probes
+    - io_uring: fix racy IOPOLL flush overflow
+    - io_uring: cancel reqs shouldn't kill overflow list
+    - proc mountinfo: make splice available again
+    - io_uring: fix io_cqring_events()'s noflush
+    - io_uring: fix racy IOPOLL completions
+    - io_uring: always let io_iopoll_complete() complete polled io
+    - vfio/pci: Move dummy_resources_list init in vfio_pci_probe()
+    - media: gspca: Fix memory leak in probe
+    - io_uring: fix io_wqe->work_list corruption
+    - io_uring: fix 0-iov read buffer select
+    - io_uring: hold uring_lock while completing failed polled io in
+      io_wq_submit_work()
+    - io_uring: fix ignoring xa_store errors
+    - io_uring: fix double io_uring free
+    - io_uring: make ctx cancel on exit targeted to actual ctx
+    - [armhf] media: sunxi-cir: ensure IR is handled when it is continuous
+    - media: netup_unidvb: Don't leak SPI master in probe error path
+    - [x86] Input: cyapa_gen6 - fix out-of-bounds stack access
+    - ALSA: hda/ca0132 - Change Input Source enum strings.
+    - [amd64,arm64] ACPI: NFIT: Fix input validation of bus-family
+    - PM: ACPI: PCI: Drop acpi_pm_set_bridge_wakeup()
+    - Revert "ACPI / resources: Use AE_CTRL_TERMINATE to terminate resources
+      walks"
+    - ACPI: PNP: compare the string length in the matching_id()
+    - ALSA: hda: Fix regressions on clear and reconfig sysfs
+    - ALSA: hda/ca0132 - Fix AE-5 rear headphone pincfg.
+    - ALSA: hda/realtek: make bass spk volume adjustable on a yoga laptop
+    - ALSA: hda/realtek - Enable headset mic of ASUS X430UN with ALC256
+    - ALSA: hda/realtek - Enable headset mic of ASUS Q524UQK with ALC255
+    - ALSA: hda/realtek - Add supported for more Lenovo ALC285 Headset Button
+    - ALSA: pcm: oss: Fix a few more UBSAN fixes
+    - ALSA/hda: apply jack fixup for the Acer Veriton N4640G/N6640G/N2510G
+    - ALSA: hda/realtek: Add quirk for MSI-GP73
+    - ALSA: hda/realtek: Apply jack fixup for Quanta NL3
+    - ALSA: hda/realtek: Remove dummy lineout on Acer TravelMate P648/P658
+    - ALSA: hda/realtek - Supported Dell fixed type headset
+    - ALSA: usb-audio: Add VID to support native DSD reproduction on FiiO
+      devices
+    - ALSA: usb-audio: Disable sample read check if firmware doesn't give back
+    - ALSA: usb-audio: Add alias entry for ASUS PRIME TRX40 PRO-S
+    - ALSA: core: memalloc: add page alignment for iram
+    - [s390x] smp: perform initial CPU reset also for SMT siblings
+    - [s390x] idle: add missing mt_cycles calculation
+    - [s390x] idle: fix accounting with machine checks
+    - [s390x] dasd: fix hanging device offline processing
+    - [s390x] dasd: prevent inconsistent LCU device data
+    - [s390x] dasd: fix list corruption of pavgroup group list
+    - [s390x] dasd: fix list corruption of lcu list
+    - binder: add flag to clear buffer on txn complete
+    - [x86] ASoC: cx2072x: Fix doubly definitions of Playback and Capture
+      streams
+    - [amd64] ASoC: AMD Renoir - add DMI table to avoid the ACP mic probe
+      (broken BIOS)
+    - [amd64] ASoC: AMD Raven/Renoir - fix the PCI probe (PCI revision)
+    - [x86] staging: comedi: mf6x4: Fix AI end-of-conversion detection
+    - z3fold: simplify freeing slots
+    - z3fold: stricter locking and more careful reclaim
+    - [x86] perf/x86/intel: Add event constraint for
+      CYCLE_ACTIVITY.STALLS_MEM_ANY
+    - [x86] perf/x86/intel: Fix rtm_abort_event encoding on Ice Lake
+    - [x86] perf/x86/intel/lbr: Fix the return type of get_lbr_cycles()
+    - [powerpc*] perf: Exclude kernel samples while counting events in user
+      space.
+    - [x86] cpufreq: intel_pstate: Use most recent guaranteed performance
+      values
+    - crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()
+    - [x86] EDAC/amd64: Fix PCI component registration
+    - cpuset: fix race between hotplug work and later CPU offline
+    - dyndbg: fix use before null check
+    - USB: serial: mos7720: fix parallel-port state restore
+    - USB: serial: digi_acceleport: fix write-wakeup deadlocks
+    - USB: serial: keyspan_pda: fix dropped unthrottle interrupts
+    - USB: serial: keyspan_pda: fix write deadlock
+    - USB: serial: keyspan_pda: fix stalled writes
+    - USB: serial: keyspan_pda: fix write-wakeup use-after-free
+    - USB: serial: keyspan_pda: fix tx-unthrottle use-after-free
+    - USB: serial: keyspan_pda: fix write unthrottling
+    - btrfs: do not shorten unpin len for caching block groups
+    - btrfs: update last_byte_to_unpin in switch_commit_roots
+    - btrfs: fix race when defragmenting leads to unnecessary IO
+    - ext4: fix an IS_ERR() vs NULL check
+    - ext4: fix a memory leak of ext4_free_data
+    - ext4: fix deadlock with fs freezing and EA inodes
+    - ext4: don't remount read-only with errors=continue on reboot
+    - [riscv64] Fix usage of memblock_enforce_memory_limit
+    - [arm64] KVM: Introduce handling of AArch32 TTBCR2 traps
+    - [x86] KVM: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
+    - [x86] KVM: SVM: Remove the call to sev_platform_status() during setup
+    - [arm64,armhf] iommu/arm-smmu: Allow implementation specific write_s2cr
+    - [arm64,armhf] iommu/arm-smmu-qcom: Read back stream mappings
+    - [arm64,armhf] iommu/arm-smmu-qcom: Implement S2CR quirk
+    - [armhf] dts: pandaboard: fix pinmux for gpio user button of Pandaboard
+      ES
+    - xprtrdma: Fix XDRBUF_SPARSE_PAGES support
+    - [powerpc*] 32: Fix vmap stack - Properly set r1 before activating MMU on
+      syscall too
+    - [powerpc*] Fix incorrect stw{, ux, u, x} instructions in __set_pte_at
+    - [powerpc*] rtas: Fix typo of ibm,open-errinjct in RTAS filter
+    - [powerpc*] bitops: Fix possible undefined behaviour with fls() and
+      fls64()
+    - [powerpc*] feature: Add CPU_FTR_NOEXECUTE to G2_LE
+    - [powerpc*] xmon: Change printk() to pr_cont()
+    - [powerpc*] 8xx: Fix early debug when SMC1 is relocated
+    - [powerpc*] mm: Fix verification of MMU_FTR_TYPE_44x
+    - [powerpc*] powernv/npu: Do not attempt NPU2 setup on POWER8NVL NPU
+    - [powerpc*] powernv/memtrace: Don't leak kernel memory to user space
+    - [powerpc*] powernv/memtrace: Fix crashing the kernel when enabling
+      concurrently
+    - ovl: make ioctl() safe
+    - ceph: fix race in concurrent __ceph_remove_cap invocations
+    - SMB3: avoid confusing warning message on mount to Azure
+    - SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot
+      rsp
+    - SMB3.1.1: do not log warning message if server doesn't populate salt
+    - ubifs: wbuf: Don't leak kernel memory to flash
+    - jffs2: Fix GC exit abnormally
+    - jffs2: Fix ignoring mounting options problem during remounting
+    - fsnotify: generalize handle_inode_event()
+    - inotify: convert to handle_inode_event() interface
+    - fsnotify: fix events reported to watching parent and child
+    - jfs: Fix array index bounds check in dbAdjTree (CVE-2020-27815)
+    - [arm64,armhf] drm/panfrost: Fix job timeout handling
+    - [arm64,armhf] drm/panfrost: Move the GPU reset bits outside the timeout
+      handler
+    - [x86] platform/x86: mlx-platform: remove an unused variable
+    - drm/dp_aux_dev: check aux_dev before use in
+      drm_dp_aux_dev_get_by_minor()
+    - [x86] drm/i915: Fix mismatch between misplaced vma check and vma insert
+    - iio: ad_sigma_delta: Don't put SPI transfer buffer on the stack
+    - [arm64,armhf] spi: pxa2xx: Fix use-after-free on unbind
+    - [armhf] spi: gpio: Don't leak SPI master in probe error path
+    - [armel] mtd: parser: cmdline: Fix parsing of part-names with colons
+    - mtd: core: Fix refcounting for unpartitioned MTDs
+    - scsi: qla2xxx: Fix crash during driver load on big endian machines
+    - scsi: lpfc: Fix invalid sleeping context in lpfc_sli4_nvmet_alloc()
+    - scsi: lpfc: Fix scheduling call while in softirq context in
+      lpfc_unreg_rpi
+    - scsi: lpfc: Re-fix use after free in lpfc_rq_buf_free()
+    - openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOT
+    - iio: buffer: Fix demux update
+    - iio: imu: st_lsm6dsx: fix edge-trigger interrupts
+    - iio:light:rpr0521: Fix timestamp alignment and prevent data leak.
+    - iio:light:st_uvis25: Fix timestamp alignment and prevent data leak.
+    - iio:magnetometer:mag3110: Fix alignment and data leak issues.
+    - iio:pressure:mpl3115: Force alignment of buffer
+    - iio:imu:bmi160: Fix too large a buffer.
+    - iio:imu:bmi160: Fix alignment and data leak issues
+    - md/cluster: block reshape with remote resync job
+    - md/cluster: fix deadlock when node is doing resync job
+    - [arm64,armhf] pinctrl: sunxi: Always call chained_irq_{enter, exit} in
+      sunxi_pinctrl_irq_handler
+    - [arm64] clk: mvebu: a3700: fix the XTAL MODE pin to MPP1_9
+    - [arm64,armhf] clk: tegra: Do not return 0 on failure
+    - device-dax/core: Fix memory leak when rmmod dax.ko
+    - dma-buf/dma-resv: Respect num_fences when initializing the shared fence
+      list.
+    - driver: core: Fix list corruption after device_del()
+    - libnvdimm/namespace: Fix reaping of invalidated block-window-namespace
+      labels
+    - [x86] platform/x86: intel-vbtn: Allow switch events on Acer Switch Alpha
+      12
+    - tracing: Disable ftrace selftests when any tracer is running
+    - mt76: add back the SUPPORTS_REORDERING_BUFFER flag
+    - PCI: Fix pci_slot_release() NULL pointer dereference
+    - [arm64,armhf] regulator: axp20x: Fix DLDO2 voltage control register mask
+      for AXP22x
+    - [arm*] thermal/drivers/cpufreq_cooling: Update cpufreq_state only if
+      state has changed
+    - null_blk: Fix zone size initialization
+    - null_blk: Fail zone append to conventional zones
+    - drm/edid: fix objtool warning in drm_cvt_modes()
+    - [x86] CPU/AMD: Save AMD NodeId as cpu_die_id
+
+  [ Uwe Kleine-König ]
+  * [armhf] Enable VIDEO_CODA and VIDEO_IMX_PXP for i.MX6 platforms
+
+  [ Vincent Blut ]
+  * [x86] Enable SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES. (Closes: #976791)
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Drop "z3fold: simplify freeing slots"
+  * [rt] Drop "z3fold: stricter locking and more careful reclaim"
+  * [rt] Refresh "sched: Move mmdrop to RCU on RT"
+  * Set ABI to 1
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 31 Dec 2020 07:26:43 +0100
+
+linux (5.10.2-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.2
+    - ptrace: Prevent kernel-infoleak in ptrace_get_syscall_info()
+    - USB: legotower: fix logical error in recent commit
+    - USB: add RESET_RESUME quirk for Snapscan 1212
+    - ALSA: usb-audio: Fix potential out-of-bounds shift
+    - ALSA: usb-audio: Fix control 'access overflow' errors from chmap
+    - xhci: Give USB2 ports time to enter U3 in bus suspend
+    - usb: xhci: Set quirk for XHCI_SG_TRB_CACHE_SIZE_QUIRK
+    - xhci-pci: Allow host runtime PM as default for Intel Alpine Ridge LP
+    - xhci-pci: Allow host runtime PM as default for Intel Maple Ridge xHCI
+    - USB: UAS: introduce a quirk to set no_write_same
+    - ALSA: pcm: oss: Fix potential out-of-bounds shift
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.10.1-rt20
+  * Revert "Generate BTF debug info" (fixes FTBFS on 32bit architectures)
+    (Reopen: #973870) (Cf. #977715)
+  * Enable USB_DUMMY_HCD as module (Closes: #868771)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 22 Dec 2020 22:22:59 +0100
+
+linux (5.10.1-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_5.10
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.1
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.10-rt17
+
+  [ Ben Hutchings ]
+  * userns: Enable unprivileged user namespaces by default (Closes: #898446)
+    (sysctl: kernel.unprivileged_userns_clone)
+
+  [ Bastian Blank ]
+  * Enable all Industrial I/O accelerometers. (closes: #975572)
+  * Enable all Industrial I/O ADC.
+  * Enable all Industrial I/O DAC.
+  * Enable all Industrial I/O digital gyroscopes.
+  * Enable all Industrial I/O IMU.
+  * Enable all Industrial I/O light sensors.
+  * Enable all Industrial I/O magnetometers.
+  * Enable all Industrial I/O pressure sensors.
+  * Enable all Industrial I/O proximity sensors.
+  * Enable all Industrial I/O temperatur sensors.
+  * Enable BT_LEDS.
+  * Enable remaining LEDS_TRIGGER_*.
+  * Enable ZONEFS_FS.
+  * Gemerate BTF debug info: (closes: #973870)
+    - Enable DEBUG_INFO_BTF.
+    - Build-depend on dwarves.
+  * [amd64] Support high CPU counts:
+    - Set MAXSMP.
+    - Remove not longer modifiable NR_CPUS.
+  * [armel/marvell] Disable uncompressed size check.
+  * [x86] Enable INTEL_TXT. (closes: #960195)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 17 Dec 2020 10:06:31 +0100
+
+linux (5.10~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Vincent Blut ]
+  * net/sched: Enable NET_SCH_ETS and NET_SCH_FQ_PIE as modules.
+
+  [ Bastian Blank ]
+  * Enable SOUNDWIRE, SOUNDWIRE_INTEL, SOUNDWIRE_QCOM.
+  * Enable SND_SOC_RT700_SDW, SND_SOC_RT711_SDW, SND_SOC_RT715_SDW.
+    (closes: #976791)
+  * [x86] Enable SND_SOC_SOF_INTEL_SOUNDWIRE_LINK.
+  * [x86] Enable SND_SOC_SOF_COMETLAKE_LP_SUPPORT,
+    SND_SOC_SOF_ELKHARTLAKE_SUPPORT, SND_SOC_SOF_JASPERLAKE_SUPPORT.
+  * [cloud] Disable some further filesystems. (closes: #977005)
+  * [cloud] Disable NET_VENDOR_MICROCHIP.
+  * [cloud] Disable ICE, IGC.
+  * [amd64] Make GVE module.
+  * [x86] Enable X86_CPU_RESCTRL.
+  * [amd64/cloud] Disable INFINIBAND_USNIC.
+  * Enable PSTORE_BLK.
+  * Set SQUASHFS_FILE_DIRECT, SQUASHFS_DECOMP_MULTI_PERCPU.
+  * Disable EFI_VARS.
+  * [x86] Enable APPLE_PROPERTIES.
+  * Enable CRYPTO_ECRDSA, CRYPTO_CURVE25519, disable CRYPTO_SM2.
+  * Enable CRYPTO_CFB, CRYPTO_OFB, CRYPTO_KEYWRAP, CRYPTO_ADIANTUM.
+  * Enable CRYPTO_BLAKE2S, disable CRYPTO_SM3.
+  * Enable CRYPTO_AES_TI, disable CRYPTO_SM4.
+  * Enable CRYPTO_DRBG_HASH, CRYPTO_DRBG_CTR.
+  * Enable SND_SOC_MAX98373_SDW, SND_SOC_RT1308_SDW, SND_SOC_RT5682_SDW.
+  * Enable SND_SOC_INTEL_SOUNDWIRE_SOF_MACH.
+  * Enable ATH11K. (closes: #977004)
+  * [arm64] Enable most accelerated crypto modules. (closes: #976635)
+  * [s390x] Disable IIO.
+  * Enable BLK_CGROUP_IOCOST.
+  * Enable CGROUP_HUGETLB.
+
+  [ Ben Hutchings ]
+  * Fix missing module.lds for building out-of-tree modules (Closes: #975571)
+    - debian/rules.real: Install module.lds under arch directory
+    - kbuild: Look for module.lds under arch directory too
+
+ -- Bastian Blank <waldi@debian.org>  Fri, 11 Dec 2020 11:16:29 +0100
+
+linux (5.10~rc6-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Romain Perier ]
+  * Enable F2FS compression support (Closes: #969139)
+
+  [ Uwe Kleine-König ]
+  * [arm64] Enable support for Kontron's sl28cpld Board Management Controller
+  * [arm64] Enable support for NXP's PCF85063 RTC (Closes: #972345)
+
+  [ Salvatore Bonaccorso ]
+  * udeb: Remove efivars from efi-modules.
+  * [rt] Update to 5.10-rc6-rt13
+
+  [ Aurelien Jarno ]
+  * [mips*] Increase RELOCATION_TABLE_SIZE to 0x180000.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 03 Dec 2020 15:42:50 +0100
+
+linux (5.10~rc4-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Uwe Kleine-König ]
+  * enable support for ISO 15765-2:2016 CAN (CAN_ISOTP)
+
+  [ YunQiang Su ]
+  * [mips/loongson-3]: enable some new features for 3A 4000
+    - VIRTUALIZATION/KVM
+    - HOTPLUG_PCI
+    - RTC based on GOLDFISH
+    - ieee754 to relaxed mode
+
+  [ Madhu Adav M J ]
+  * nvme: Enable NVME_TCP and NVME_TARGET_TCP as modules (Closes: #961573)
+
+  [ Ben Hutchings ]
+  * Rewrite "MODSIGN: load blacklist from MOKx" for 5.10
+  * Revert "lockdown: Refer to Debian wiki until manual page exists";
+    the page was added in man-pages 5.09
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.10-rc4-rt8
+  * linux-cpupower: Add librt to turbostat linker flags
+
+  [ Nicolas Dandrimont ]
+  * udeb: add bonding driver to nic-modules
+
+ -- Ben Hutchings <benh@debian.org>  Thu, 19 Nov 2020 12:58:26 +0000
+
+linux (5.9.15-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.9.12
+    - io_uring: get an active ref_node from files_data
+    - io_uring: order refnode recycling
+    - [arm*] spi: bcm2835: Fix use-after-free on unbind
+    - ipv4: use IS_ENABLED instead of ifdef
+    - [amd64] IB/hfi1: Ensure correct mm is used at all times (CVE-2020-27835)
+    - RDMA/i40iw: Address an mmap handler exploit in i40iw
+    - btrfs: fix missing delalloc new bit for new delalloc ranges
+    - btrfs: tree-checker: add missing return after error in root_item
+    - btrfs: tree-checker: add missing returns after data_ref alignment checks
+    - btrfs: don't access possibly stale fs_info data for printing duplicate
+      device
+    - btrfs: fix lockdep splat when reading qgroup config on mount
+    - [arm64] rtc: pcf2127: fix a bug when not specify interrupts property
+    - [s390x] fix fpu restore in entry.S
+    - mm: fix VM_BUG_ON(PageTail) and BUG_ON(PageWriteback)
+    - smb3: Call cifs reconnect from demultiplex thread
+    - smb3: Avoid Mid pending list corruption
+    - smb3: Handle error case during offload read path
+    - cifs: fix a memleak with modefromsid
+    - [powerpc*] KVM: PPC: Book3S HV: XIVE: Fix possible oops when accessing
+      ESB page
+    - [arm64] KVM: vgic-v3: Drop the reporting of GICR_TYPER.Last for
+      userspace
+    - [x86] KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extint
+    - [x86] KVM: x86: Fix split-irqchip vs interrupt injection window request
+    - [amd64] iommu/vt-d: Don't read VCCAP register unless it exists
+    - [arm64] firmware: xilinx: Use hash-table for api feature check
+    - drm/amdgpu: fix SI UVD firmware validate resume fail
+    - io_uring: fix ITER_BVEC check
+    - trace: fix potenial dangerous pointer
+    - [arm64] pgtable: Fix pte_accessible()
+    - [arm64] pgtable: Ensure dirty bit is preserved across pte_wrprotect()
+    - drm/amdgpu: fix a page fault
+    - drm/amdgpu: update golden setting for sienna_cichlid
+    - drm/amd/amdgpu: fix null pointer in runtime pm
+    - HID: uclogic: Add ID for Trust Flex Design Tablet
+    - HID: ite: Replace ABS_MISC 120/121 events with touchpad on/off
+      keypresses
+    - HID: cypress: Support Varmilo Keyboards' media hotkeys
+    - HID: add support for Sega Saturn
+    - Input: i8042 - allow insmod to succeed on devices without an i8042
+      controller
+    - HID: hid-sensor-hub: Fix issue with devices with no report ID
+    - HID: add HID_QUIRK_INCREMENT_USAGE_ON_DUPLICATE for Gamevice devices
+    - [x86] xen: don't unbind uninitialized lock_kicker_irq
+    - HID: logitech-hidpp: Add HIDPP_CONSUMER_VENDOR_KEYS quirk for the Dinovo
+      Edge
+    - HID: Add Logitech Dinovo Edge battery quirk
+    - proc: don't allow async path resolution of /proc/self components
+    - nvme: free sq/cq dbbuf pointers when dbbuf set fails
+    - io_uring: handle -EOPNOTSUPP on path resolution
+    - [arm64,armhf] net: stmmac: dwmac_lib: enlarge dma reset timeout
+    - vhost: add helper to check if a vq has been setup
+    - vhost scsi: alloc cmds per vq instead of session
+    - vhost scsi: fix cmd completion race
+    - [arm64,armhf] dmaengine: pl330: _prep_dma_memcpy: Fix wrong burst size
+    - scsi: libiscsi: Fix NOP race condition
+    - scsi: target: iscsi: Fix cmd abort fabric stop race
+    - lockdep: Put graph lock/unlock under lock_recursion protection
+    - [x86] perf/x86: fix sysfs type mismatches
+    - [x86] dumpstack: Do not try to access user space code of other tasks
+    - [arm64,armhf] net: dsa: mv88e6xxx: Wait for EEPROM done after HW reset
+    - [armhf] bus: ti-sysc: Fix reset status check for modules with quirks
+    - [armhf] bus: ti-sysc: Fix bogus resetdone warning on enable for cpsw
+    - [arm64,armhf] phy: tegra: xusb: Fix dangling pointer on probe failure
+    - iwlwifi: mvm: use the HOT_SPOT_CMD to cancel an AUX ROC
+    - iwlwifi: mvm: properly cancel a session protection for P2P
+    - iwlwifi: mvm: write queue_sync_state only for sync
+    - [s390x] KVM: pv: Mark mm as protected after the set secure parameters
+      and improve cleanup
+    - [s390x] KVM: remove diag318 reset code
+    - btrfs: qgroup: don't commit transaction when we already hold the handle
+    - arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed
+    - [armhf] bus: ti-sysc: suppress err msg for timers used as
+      clockevent/source
+    - scsi: ufs: Fix race between shutdown and runtime resume flow
+    - bnxt_en: fix error return code in bnxt_init_one()
+    - bnxt_en: fix error return code in bnxt_init_board()
+    - [x86] video: hyperv_fb: Fix the cache type when mapping the VRAM
+    - bnxt_en: Release PCI regions when DMA mask setup fails during probe.
+    - cxgb4: fix the panic caused by non smac rewrite
+    - [s390x] qeth: make af_iucv TX notification call more robust
+    - [s390x] qeth: fix af_iucv notification race
+    - [s390x] qeth: fix tear down of async TX buffers
+    - bonding: wait for sysfs kobject destruction before freeing struct slave
+    - [powerpc*] 64s: Fix allnoconfig build since uaccess flush
+    - iommu: Check return of __iommu_attach_device()
+    - IB/mthca: fix return value of error branch in mthca_init_cq()
+    - i40e: Fix removing driver while bare-metal VFs pass traffic
+    - [arm64] firmware: xilinx: Fix SD DLL node reset issue
+    - [armhf] spi: imx: fix the unbalanced spi runtime pm management
+    - io_uring: fix shift-out-of-bounds when round up cq size
+    - [amd64,arm64] aquantia: Remove the build_skb path
+    - net: ena: handle bad request id in ena_netdev
+    - net: ena: set initial DMA width to avoid intel iommu issue
+    - net: ena: fix packet's addresses for rx_offset feature
+    - [arm64] optee: add writeback to valid memory type
+    - efi/efivars: Set generic ops before loading SSDT
+    - efivarfs: revert "fix memory leak in efivarfs_create()"
+      (Closes:  #977048)
+    - efi: EFI_EARLYCON should depend on EFI
+    - [riscv64] Add missing jump label initialization
+    - [riscv64] fix barrier() use in <vdso/processor.h>
+    - [arm64,armhf] net: stmmac: fix incorrect merge of patch upstream
+    - [arm64] enetc: Let the hardware auto-advance the taprio base-time of 0
+    - drm/nouveau: fix relocations applying logic and a double-free
+    - can: gs_usb: fix endianess problem with candleLight firmware
+    - [x86] platform/x86: thinkpad_acpi: Send tablet mode switch at wakeup
+      time
+    - [x86] platform/x86: toshiba_acpi: Fix the wrong variable assignment
+    - [arm64] RDMA/hns: Fix retry_cnt and rnr_cnt when querying QP
+    - [arm64] RDMA/hns: Bugfix for memory window mtpt configuration
+    - perf record: Synthesize cgroup events only if needed
+    - perf stat: Use proper cpu for shadow stats
+    - perf probe: Fix to die_entrypc() returns error correctly
+    - [arm*] spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probe
+    - USB: core: Change %pK for __user pointers to %px
+    - usb: gadget: f_midi: Fix memleak in f_midi_alloc
+    - USB: core: Fix regression in Hercules audio card
+    - USB: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for Lenovo A630Z TIO
+      built-in usb-audio card
+    - usb: gadget: Fix memleak in gadgetfs_fill_super
+    - [arm64] irqchip/exiu: Fix the index of fwspec for IRQ type
+    - [x86] mce: Do not overwrite no_way_out if mce_end() fails
+    - [x86] speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpb
+    - drm/amdgpu: add rlc iram and dram firmware support
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.9.13
+    - devlink: Hold rtnl lock while reading netdev attributes
+    - devlink: Make sure devlink instance and port are in same net namespace
+    - ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_init
+    - [s390x] net/af_iucv: set correct sk_protocol for child sockets
+    - net: openvswitch: fix TTL decrement action netlink message format
+    - rose: Fix Null pointer dereference in rose_send_frame()
+    - sock: set sk_err to ee_errno on dequeue from errq
+    - tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_control
+    - tun: honor IOCB_NOWAIT flag
+    - vsock/virtio: discard packets only when socket is really closed
+    - net/packet: fix packet receive on L3 devices without visible hard header
+    - netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING
+      traversal
+    - ipv4: Fix tos mask in inet_rtm_getroute()
+    - dt-bindings: net: correct interrupt flags in examples
+    - tipc: fix incompatible mtu of transmission
+    - inet_ecn: Fix endianness of checksum update when setting ECT(1)
+    - geneve: pull IP header before ECN decapsulation
+    - net: ip6_gre: set dev->hard_header_len when using header_ops
+    - cxgb3: fix error return code in t3_sge_alloc_qset()
+    - [powerpc*] net: pasemi: fix error return code in pasemi_mac_open()
+    - vxlan: fix error return code in __vxlan_dev_create()
+    - [arm64,armhf] net: mvpp2: Fix error return code in mvpp2_open()
+    - net: skbuff: ensure LSE is pullable before decrementing the MPLS ttl
+    - net: openvswitch: ensure LSE is pullable before reading it
+    - net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steering
+    - net/mlx5: Fix wrong address reclaim when command interface is down
+    - net: mlx5e: fix fs_tcp.c build when IPV6 is not enabled
+    - ALSA: usb-audio: US16x08: fix value count for level meters
+    - Input: xpad - support Ardwiino Controllers
+    - Input: i8042 - add ByteSpeed touchpad to noloop table
+    - Input: atmel_mxt_ts - fix lost interrupts
+    - tracing: Fix alignment of static buffer
+    - tracing: Remove WARN_ON in start_thread()
+    - uapi: fix statx attribute value overlap for DAX & MOUNT_ROOT
+    - [x86] drm/i915/gt: Fixup tgl mocs for PTE tracking
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.9.14
+    - usb: gadget: f_fs: Use local copy of descriptors for userspace copy
+    - USB: serial: kl5kusb105: fix memleak on open
+    - USB: serial: ch341: add new Product ID for CH341A
+    - USB: serial: ch341: sort device-id entries
+    - USB: serial: option: add Fibocom NL668 variants
+    - USB: serial: option: add support for Thales Cinterion EXS82
+    - USB: serial: option: fix Quectel BG96 matching
+    - tty: Fix ->pgrp locking in tiocspgrp() (CVE-2020-29661)
+    - tty: Fix ->session locking (CVE-2020-29660)
+    - speakup: Reject setting the speakup line discipline outside of speakup
+      (CVE-2020-27830)
+    - ALSA: hda/realtek: Fix bass speaker DAC assignment on Asus Zephyrus G14
+    - ALSA: hda/realtek: Add mute LED quirk to yet another HP x360 model
+    - ALSA: hda/realtek: Enable headset of ASUS UX482EG & B9400CEA with ALC294
+    - ALSA: hda/realtek - Add new codec supported for ALC897
+    - ALSA: hda/realtek - Fixed Dell AIO wrong sound tone
+    - ALSA: hda/generic: Add option to enforce preferred_dacs pairs
+    - ring-buffer: Update write stamp with the correct ts
+    - ring-buffer: Set the right timestamp in the slow path of
+      __rb_reserve_next()
+    - ring-buffer: Always check to put back before stamp when crossing pages
+    - ftrace: Fix updating FTRACE_FL_TRAMP
+    - ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependency
+    - cifs: allow syscalls to be restarted in __smb_send_rqst()
+    - cifs: fix potential use-after-free in cifs_echo_request()
+    - cifs: refactor create_sd_buf() and and avoid corrupting the buffer
+    - cifs: add NULL check for ses->tcon_ipc
+    - gfs2: Upgrade shared glocks for atime updates
+    - gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and
+      delete_work_func
+    - [s390x] pci: fix CPU address in MSI for directed IRQ
+    - [arm64,armhf] i2c: imx: Fix reset of I2SR_IAL flag
+    - [arm64,armhf] i2c: imx: Check for I2SR_IAL after every byte
+    - [arm64,armhf] i2c: imx: Don't generate STOP condition if arbitration has
+      been lost
+    - tracing: Fix userstacktrace option for instances
+    - [x86] thunderbolt: Fix use-after-free in remove_unplugged_switch()
+    - [armhf] drm/omap: sdi: fix bridge enable/disable
+    - drm/amdgpu/vcn3.0: stall DPG when WPTR/RPTR reset
+    - drm/amdgpu/vcn3.0: remove old DPG workaround
+    - [x86] drm/i915/gt: Retain default context state across shrinking
+    - [x86] drm/i915/gt: Limit frequency drop to RPe on parking
+    - [x86] drm/i915/gt: Program mocs:63 for cache eviction on gen9
+    - [powerpc*] KVM: PPC: Book3S HV: XIVE: Fix vCPU id sanity check
+    - scsi: mpt3sas: Fix ioctl timeout
+    - io_uring: fix recvmsg setup with compat buf-select
+    - dm writecache: advance the number of arguments when reporting max_age
+    - dm writecache: fix the maximum number of arguments
+    - [powerpc*] 64s/powernv: Fix memory corruption when saving SLB entries on
+      MCE
+    - genirq/irqdomain: Add an irq_create_mapping_affinity() function
+    - [powerpc*] pseries: Pass MSI affinity to irq_create_mapping()
+    - dm: fix bug with RCU locking in dm_blk_report_zones
+    - dm: fix double RCU unlock in dm_dax_zero_page_range() error path
+    - dm: remove invalid sparse __acquires and __releases annotations
+    - [x86] uprobes: Do not use prefixes.nbytes when looping over
+      prefixes.bytes
+    - coredump: fix core_pattern parse error
+    - mm: list_lru: set shrinker map bit when child nr_items is not zero
+    - mm/swapfile: do not sleep with a spin lock held
+    - hugetlb_cgroup: fix offline of hugetlb cgroup with reservations
+    - Revert "amd/amdgpu: Disable VCN DPG mode for Picasso"
+    - iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEs
+    - mm: memcg/slab: fix obj_cgroup_charge() return value handling
+    - lib/syscall: fix syscall registers retrieval on 32-bit platforms
+      (CVE-2020-28588)
+    - can: af_can: can_rx_unregister(): remove WARN() statement from list
+      operation sanity check
+    - gfs2: check for empty rgrp tree in gfs2_ri_update
+    - netfilter: ipset: prevent uninit-value in hash_ip6_add
+    - tipc: fix a deadlock when flushing scheduled work
+    - gfs2: Fix deadlock dumping resource group glocks
+    - gfs2: Don't freeze the file system during unmount
+    - rtw88: debug: Fix uninitialized memory in debugfs code
+    - [arm64] i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()
+    - dm writecache: remove BUG() and fail gracefully instead
+    - Input: i8042 - fix error return code in i8042_setup_aux()
+    - netfilter: nf_tables: avoid false-postive lockdep splat
+    - netfilter: nftables_offload: set address type in control dissector
+    - netfilter: nftables_offload: build mask based from the matching bytes
+    - [x86] insn-eval: Use new for_each_insn_prefix() macro to loop over
+      prefixes bytes
+    - Revert "geneve: pull IP header before ECN decapsulation"
+    - bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.9.15
+    - mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPING
+    - kprobes: Remove NMI context check
+    - kprobes: Tell lockdep about kprobe nesting
+    - [x86] ASoC: Intel: bytcr_rt5640: Fix HP Pavilion x2 Detachable quirks
+    - net, xsk: Avoid taking multiple skbuff references
+    - bpftool: Fix error return value in build_btf_type_table
+    - [powerpc*] 64s: Fix hash ISA v3.0 TLBIEL instruction generation
+    - batman-adv: Consider fragmentation for needed_headroom
+    - batman-adv: Reserve needed_*room for fragments
+    - batman-adv: Don't always reallocate the fragmentation skb head
+    - ipvs: fix possible memory leak in ip_vs_control_net_init
+    - [armhf] drm/panel: sony-acx565akm: Fix race condition in probe
+    - can: sja1000: sja1000_err(): don't count arbitration lose as an error
+    - [armhf] can: sun4i_can: sun4i_can_err(): don't count arbitration lose as
+      an error
+    - [armhf] can: c_can: c_can_power_up(): fix error handling
+    - [x86] scsi: storvsc: Fix error return in storvsc_probe()
+    - iwlwifi: pcie: invert values of NO_160 device config entries
+    - [x86] perf/x86/intel: Fix a warning on x86_pmu_stop() with large PEBS
+    - [x390x] zlib: export S390 symbols for zlib modules
+    - mm/mmap.c: fix mmap return value when vma is merged after call_mmap()
+    - [arm64] dts: rockchip: Remove system-power-controller from pmic on
+      Odroid Go Advance
+    - iwlwifi: pcie: limit memory read spin time
+    - iwlwifi: sta: set max HE max A-MPDU according to HE capa
+    - iwlwifi: pcie: set LTR to avoid completion timeout
+    - iwlwifi: mvm: fix kernel panic in case of assert during CSA
+    - [powerpc*] Drop -me200 addition to build flags
+    - scsi: ufs: Fix unexpected values from ufshcd_read_desc_param()
+    - scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVE
+    - [arm64,armhf] irqchip/gic-v3-its: Unconditionally save/restore the ITS
+      state on suspend
+    - [arm64] spi: spi-nxp-fspi: fix fspi panic by unexpected interrupts
+    - [arm64,armhf] arm-smmu-qcom: Ensure the qcom_scm driver has finished
+      probing
+    - btrfs: do nofs allocations when adding and removing qgroup relations
+    - btrfs: fix lockdep splat when enabling and disabling qgroups
+    - [arm64] soc: fsl: dpio: Get the cpumask through cpumask_of(cpu)
+    - sched/idle: Fix arch_cpu_idle() vs tracing
+    - [x86] intel_idle: Fix intel_idle() vs tracing
+    - [x86] platform/x86: thinkpad_acpi: add P1 gen3 second fan support
+    - [x86] platform/x86: thinkpad_acpi: Do not report SW_TABLET_MODE on Yoga
+      11e
+    - [x86] platform/x86: thinkpad_acpi: Add BAT1 is primary battery quirk for
+      Thinkpad Yoga 11e 4th gen
+    - [x86] platform/x86: thinkpad_acpi: Whitelist P15 firmware for dual fan
+      control
+    - [x86] platform/x86: acer-wmi: add automatic keyboard background light
+      toggle key as KEY_LIGHTS_TOGGLE
+    - [x86] platform/x86: intel-vbtn: Support for tablet mode on HP Pavilion
+      13 x360 PC
+    - [s390x] fix irq state tracing
+    - [x86] intel_idle: Build fix
+    - media: pulse8-cec: fix duplicate free at disconnect or probe error
+    - media: pulse8-cec: add support for FW v10 and up
+    - xen: add helpers for caching grant mapping pages
+    - xen: don't use page->lru for ZONE_DEVICE memory
+    - Input: cm109 - do not stomp on control URB
+    - Input: i8042 - add Acer laptops to the i8042 reset list
+    - pinctrl: amd: remove debounce filter setting in IRQ type setting
+    - [arm64] mmc: sdhci-of-arasan: Fix clock registration error for Keem Bay
+      SOC
+    - mmc: block: Fixup condition for CMD13 polling for RPMB requests
+    - [x86] drm/i915/gem: Propagate error from cancelled submit due to context
+      closure
+    - [x86] drm/i915/display/dp: Compute the correct slice count for VDSC on
+      DP
+    - [x86] drm/i915/gt: Declare gen9 has 64 mocs entries!
+    - [x86] drm/i915/gt: Ignore repeated attempts to suspend request flow
+      across reset
+    - [x86] drm/i915/gt: Cancel the preemption timeout on responding to it
+    - drm/amdgpu: fix sdma instance fw version and feature version init
+    - kbuild: avoid static_assert for genksyms
+    - proc: use untagged_addr() for pagemap_read addresses
+    - mm/hugetlb: clear compound_nr before freeing gigantic pages
+    - scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_create_eqs()"
+    - [x86] membarrier: Get rid of a dubious optimization
+    - [x86] apic/vector: Fix ordering in vector assignment
+    - [x86] kprobes: Fix optprobe to detect INT3 padding correctly
+
+  [ Salvatore Bonaccorso ]
+  * [x86] drm/i915: Update TGL and RKL DMC firmware versions (Closes: #974646)
+  * [rt] Refresh "mm/zsmalloc: copy with get_cpu_var() and locking"
+  * xen/xenbus: Allow watches discard events before queueing (CVE-2020-29568,
+    XSA-349)
+  * xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()
+    (CVE-2020-29568, XSA-349)
+  * xen/xenbus/xen_bus_type: Support will_handle watch callback
+    (CVE-2020-29568, XSA-349)
+  * xen/xenbus: Count pending messages for each watch (CVE-2020-29568,
+    XSA-349)
+  * xenbus/xenbus_backend: Disallow pending watch messages (CVE-2020-29568,
+    XSA-349)
+  * xen-blkback: set ring->xenblkd to NULL after kthread_stop()
+    (CVE-2020-29569, XSA-350)
+  * Bump ABI to 5
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 17 Dec 2020 06:31:52 +0100
+
+linux (5.9.11-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.9.10
+    - [powerpc*] 64s: flush L1D on kernel entry (CVE-2020-4788)
+    - [powerpc*] 64s: flush L1D after user accesses (CVE-2020-4788)
+    - [powerpc*] Only include kup-radix.h for 64-bit Book3S
+    - Input: sunkbd - avoid use-after-free in teardown paths (CVE-2020-25669)
+    - mac80211: always wind down STA state
+    - can: proc: can_remove_proc(): silence remove_proc_entry warning
+    - [powerpc*] smp: Call rcu_cpu_starting() earlier
+    - [x86] perf/x86/intel/uncore: Fix Add BW copypasta
+    - [x86] KVM: clflushopt should be treated as a no-op by emulation
+    - [arm64,x86] ACPI: GED: fix -Wformat
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.9.11
+    - ah6: fix error return code in ah6_input()
+    - atm: nicstar: Unmap DMA on send error
+    - bnxt_en: read EEPROM A2h address using page 0
+    - devlink: Add missing genlmsg_cancel() in devlink_nl_sb_port_pool_fill()
+    - [arm64] enetc: Workaround for MDIO register access issue
+    - Exempt multicast addresses from five-second neighbor lifetime
+    - inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()
+    - ipv6: Fix error path to cancel the meseage
+    - lan743x: fix issue causing intermittent kernel log warnings
+    - lan743x: prevent entire kernel HANG on open, for some platforms
+    - net: b44: fix error return code in b44_init_one()
+    - net: bridge: add missing counters to ndo_get_stats64 callback
+    - [arm64,armhf] net: dsa: mv88e6xxx: Avoid VTU corruption on 6097
+    - [armhf] net: ethernet: ti: cpsw: fix cpts irq after suspend
+    - [armhf] net: ethernet: ti: cpsw: fix error return code in cpsw_probe()
+    - [armhf] net: ftgmac100: Fix crash when removing driver
+    - net: Have netpoll bring-up DSA management interface
+    - netlabel: fix our progress tracking in netlbl_unlabel_staticlist()
+    - netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist()
+    - net/mlx4_core: Fix init_hca fields offset
+    - [armhf] net/ncsi: Fix netlink registration
+    - net: phy: mscc: remove non-MACSec compatible phy
+    - net/smc: fix direct access to ib_gid_addr->ndev in
+      smc_ib_determine_gid()
+    - [arm64,armhf] net: stmmac: Use rtnl_lock/unlock on
+      netif_set_real_num_rx_queues() call
+    - page_frag: Recover from memory pressure
+    - qed: fix error return code in qed_iwarp_ll2_start()
+    - qed: fix ILT configuration of SRC block
+    - qlcnic: fix error return code in qlcnic_83xx_restart_hw()
+    - sctp: change to hold/put transport for proto_unreach_timer
+    - tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimate
+    - vsock: forward all packets to the host when no H2G is registered
+    - net/mlx5e: Fix check if netdev is bond slave
+    - net/mlx5: Add handling of port type in rule deletion
+    - net/mlx5: Clear bw_share upon VF disable
+    - net/mlx5: Disable QoS when min_rates on all VFs are zero
+    - PM: runtime: Add pm_runtime_resume_and_get to deal with usage counter
+    - [armhf] net: fec: Fix reference count leak in fec series ops
+    - bnxt_en: Fix counter overflow logic.
+    - bnxt_en: Free port stats during firmware reset.
+    - [arm64,armhf] net: mvneta: fix possible memory leak in
+      mvneta_swbm_add_rx_fragment
+    - net: usb: qmi_wwan: Set DTR quirk for MR400
+    - [armhf] Revert "Revert "gpio: omap: Fix lost edge wake-up interrupts""
+    - tools, bpftool: Avoid array index warnings.
+    - [arm64,armhf] pinctrl: rockchip: enable gpio pclk for
+      rockchip_gpio_to_irq
+    - scsi: ufs: Fix unbalanced scsi_block_reqs_cnt caused by ufshcd_hold()
+    - scsi: ufs: Try to save power mode change and UIC cmd completion timeout
+    - [armhf] pinctrl: mcp23s08: Print error message when regmap init fails
+    - [x86] ACPI: button: Add DMI quirk for Medion Akoya E2228T
+    - [arm64] errata: Fix handling of 1418040 with late CPU onlining
+    - [arm64] psci: Avoid printing in cpu_psci_cpu_die()
+    - [arm64] smp: Tell RCU about CPUs that fail to come online
+    - vfs: remove lockdep bogosity in __sb_start_write
+    - gfs2: fix possible reference leak in gfs2_check_blk_type
+    - [arm64,armhf] hwmon: (pwm-fan) Fix RPM calculation
+    - gfs2: Fix case in which ail writes are done to jdata holes
+    - [arm64] Add MIDR value for KRYO2XX gold/silver CPU cores
+    - [arm64] kpti: Add KRYO2XX gold/silver CPU cores to kpti safelist
+    - [arm64] cpu_errata: Apply Erratum 845719 to KRYO2XX Silver
+    - [arm64,armhf] usb: dwc2: Avoid leaving the error_debugfs label unused
+    - [arm64] dts: allwinner: beelink-gs1: Enable both RGMII RX/TX delay
+    - [arm64] dts: allwinner: Pine H64: Enable both RGMII RX/TX delay
+    - [arm64] dts: allwinner: a64: OrangePi Win: Fix ethernet node
+    - [arm64] dts: allwinner: a64: Pine64 Plus: Fix ethernet node
+    - [arm64] dts: allwinner: h5: OrangePi PC2: Fix ethernet node
+    - [armhf] dts: sun8i: r40: bananapi-m2-ultra: Fix ethernet node
+    - [armhf] Revert "arm: sun8i: orangepi-pc-plus: Set EMAC activity LEDs to
+      active high"
+    - [armhf] dts: sun6i: a31-hummingbird: Enable RGMII RX/TX delay on
+      Ethernet PHY
+    - [armhf] dts: sun7i: cubietruck: Enable RGMII RX/TX delay on Ethernet PHY
+    - [armhf] dts: sun7i: bananapi-m1-plus: Enable RGMII RX/TX delay on
+      Ethernet PHY
+    - [armhf] dts: sun8i: h3: orangepi-plus2e: Enable RGMII RX/TX delay on
+      Ethernet PHY
+    - [armhf] dts: sun9i: Enable both RGMII RX/TX delay on Ethernet PHY
+    - [arm64] dts: allwinner: h5: libretech-all-h5-cc: Enable RGMII RX/TX
+      delay on PHY
+    - [arm64] dts: allwinner: a64: bananapi-m64: Enable RGMII RX/TX delay on
+      PHY
+    - [mips64el,mipsel] export has_transparent_hugepage() for modules
+    - [arm64] dts: allwinner: h5: OrangePi Prime: Fix ethernet node
+    - [armhf] dts: imx6q-prti6q: fix PHY address
+    - swiotlb: using SIZE_MAX needs limits.h included
+    - [armhf] dmaengine: ti: omap-dma: Block PM if SDMA is busy to fix audio
+    - rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabled
+    - spi: fix client driver breakages when using GPIO descriptors
+    - Input: elan_i2c - fix firmware update on newer ICs
+    - rfkill: Fix use-after-free in rfkill_resume()
+    - perf lock: Correct field name "flags"
+    - perf lock: Don't free "lock_seq_stat" if read_count isn't zero
+    - SUNRPC: Fix oops in the rpc_xdr_buf event class
+    - [arm64,armhf] drm: bridge: dw-hdmi: Avoid resetting force in the detect
+      function
+    - tools, bpftool: Add missing close before bpftool net attach exit
+    - [amd64] IB/hfi1: Fix error return code in hfi1_init_dd()
+    - ip_tunnels: Set tunnel option flag when tunnel metadata is present
+    - can: af_can: prevent potential access of uninitialized member in
+      can_rcv()
+    - can: af_can: prevent potential access of uninitialized member in
+      canfd_rcv()
+    - can: dev: can_restart(): post buffer from the right context
+    - can: mcba_usb: mcba_usb_start_xmit(): first fill skb, then pass to
+      can_put_echo_skb()
+    - can: peak_usb: fix potential integer overflow on shift of a int
+    - [armhf] can: flexcan: fix failure handling of pm_runtime_get_sync()
+    - [arm64] ASoC: qcom: lpass-platform: Fix memory leak
+    - [arm64,armhf] drm/sun4i: dw-hdmi: fix error return code in
+      sun8i_dw_hdmi_bind()
+    - net/mlx5: E-Switch, Fail mlx5_esw_modify_vport_rate if qos disabled
+    - bpf, sockmap: Fix partial copy_page_to_iter so progress can still be
+      made
+    - bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirect
+    - can: kvaser_usb: kvaser_usb_hydra: Fix KCAN bittiming limits
+    - dmaengine: fix error codes in channel_register()
+    - [amd64] iommu/vt-d: Move intel_iommu_gfx_mapped to Intel IOMMU header
+    - [amd64] iommu/vt-d: Avoid panic if iommu init fails in tboot system
+    - [armhf] can: flexcan: flexcan_chip_start(): fix erroneous
+      flexcan_transceiver_enable() during bus-off recovery
+    - xfs: ensure inobt record walks always make forward progress
+    - xfs: return corresponding errcode if xfs_initialize_perag() fail
+    - [x86] ASOC: Intel: kbl_rt5663_rt5514_max98927: Do not try to disable
+      disabled clock
+    - [armhf] regulator: ti-abb: Fix array out of bound read access on the
+      first transition
+    - lib/strncpy_from_user.c: Mask out bytes after NUL terminator.
+    - xfs: revert "xfs: fix rmap key and record comparison functions"
+    - bpf, sockmap: Skb verdict SK_PASS to self already checked rmem limits
+    - bpf, sockmap: On receive programs try to fast track SK_PASS ingress
+    - bpf, sockmap: Use truesize with sk_rmem_schedule()
+    - bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to self
+    - [armhf] efi/arm: set HSCTLR Thumb2 bit correctly for HVC calls from HYP
+    - [amd64] efi/x86: Free efi_pgd with free_pages()
+    - sched/fair: Fix overutilized update in enqueue_task_fair()
+    - sched: Fix data-race in wakeup
+    - sched: Fix rq->nr_iowait ordering
+    - libfs: fix error cast of negative value in simple_attr_write()
+    - afs: Fix speculative status fetch going out of order wrt to
+      modifications
+    - HID: logitech-hidpp: Add PID for MX Anywhere 2
+    - HID: logitech-dj: Handle quad/bluetooth keyboards with a builtin
+      trackpad
+    - HID: logitech-dj: Fix Dinovo Mini when paired with a MX5x00 receiver
+    - speakup: Do not let the line discipline be used several times
+      (CVE-2020-28941)
+    - ALSA: firewire: Clean up a locking issue in copy_resp_to_buf()
+    - ALSA: usb-audio: Add delay quirk for all Logitech USB devices
+    - ALSA: ctl: fix error path at adding user-defined element set
+    - ALSA: mixart: Fix mutex deadlock
+    - ALSA: hda/realtek - Add supported for Lenovo ThinkPad Headset Button
+    - ALSA: hda/realtek - Add supported mute Led for HP
+    - ALSA: hda/realtek: Add some Clove SSID in the ALC293(ALC1220)
+    - ALSA: hda/realtek - HP Headset Mic can't detect after boot
+    - [armhf] tty: serial: imx: fix potential deadlock
+    - [armhf] tty: serial: imx: keep console clocks always on
+    - HID: logitech-dj: Fix an error in mse_bluetooth_descriptor
+    - [arm64,armhf,x86] efivarfs: fix memory leak in efivarfs_create()
+    - [arm64,x86] staging: rtl8723bs: Add 024c:0627 to the list of SDIO
+      device-ids
+    - xfs: fix forkoff miscalculation related to XFS_LITINO(mp)
+    - [arm64,x86] ACPI: fan: Initialize performance state sysfs attribute
+    - [x86] iio: accel: kxcjk1013: Replace is_smo8500_device with an acpi_type
+      enum
+    - [x86] iio: accel: kxcjk1013: Add support for KIOX010A ACPI DSM for
+      setting tablet-mode
+    - [arm64] iio: cros_ec: Use default frequencies when EC returns invalid
+      information
+    - spi: Introduce device-managed SPI controller allocation
+    - [arm64,armhf] spi: bcm2835aux: Fix use-after-free on unbind
+    - [armhf] regulator: pfuze100: limit pfuze-support-disable-sw to
+      pfuze{100,200}
+    - regulator: fix memory leak with repeated set_machine_constraints()
+    - regulator: avoid resolve_supply() infinite recursion
+    - regulator: workaround self-referent regulators
+    - gfs2: Fix regression in freeze_go_sync
+    - mac80211: minstrel: remove deferred sampling code
+    - mac80211: minstrel: fix tx status processing corner case
+    - mac80211: free sta in sta_info_insert_finish() on errors
+    - [s390x] fix system call exit path
+    - [s390x] cpum_sf.c: fix file permission for cpum_sfb_size
+    - [s390x] dasd: fix null pointer dereference for ERP requests
+    - [x86] Drivers: hv: vmbus: Allow cleanup of VMBUS_CONNECT_CPU if
+      disconnected
+    - [x86] drm/i915: Handle max_bpc==16
+    - [x86] drm/i915/tgl: Fix Media power gate sequence.
+    - io_uring: don't double complete failed reissue request
+    - mmc: sdhci-pci: Prefer SDR25 timing for High Speed mode for BYT-based
+      Intel controllers
+    - [arm64] mmc: sdhci-of-arasan: Allow configuring zero tap values
+    - [arm64] mmc: sdhci-of-arasan: Use Mask writes for Tap delays
+    - [arm64] mmc: sdhci-of-arasan: Issue DLL reset explicitly
+    - blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
+    - ptrace: Set PF_SUPERPRIV when checking capability
+    - seccomp: Set PF_SUPERPRIV when checking capability
+    - fanotify: fix logic of reporting name info with watched parent
+    - [x86] microcode/intel: Check patch signature before saving microcode for
+      early loading
+    - mm: never attempt async page lock if we've transferred data already
+    - mm: fix readahead_page_batch for retry entries
+    - mm: memcg/slab: fix root memcg vmstats
+    - mm/userfaultfd: do not access vma->vm_mm after calling
+      handle_userfault()
+
+  [ Ben Hutchings ]
+  * [arm64][rt] Disable KVM, which currently conflicts with PREEMPT_RT
+
+  [ Yves-Alexis Perez ]
+  * usbnet: ipheth: fix connectivity with iOS 14
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 4
+
+  [ Julien Cristau ]
+  * Disable NOUVEAU_LEGACY_CTX_SUPPORT, which was keeping DRM_LEGACY enabled
+    for no good reason (closes: #975038)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 27 Nov 2020 22:02:14 +0100
+
+linux (5.9.9-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.9.7
+    - net: core: use list_del_init() instead of list_del() in
+      netdev_run_todo()
+    - tipc: fix use-after-free in tipc_bcast_get_mode
+    - [x86] drm/i915/gem: Avoid implicit vmap for highmem on x86-32
+    - [x86] drm/i915/gem: Prevent using pgprot_writecombine() if PAT is not
+      supported
+    - [x86] drm/i915/gem: Always test execution status on closing the context
+    - [x86] drm/i915/gt: Always send a pulse down the engine after disabling
+      heartbeat
+    - [x86] drm/i915: Break up error capture compression loops with
+      cond_resched()
+    - [x86] drm/i915: Cancel outstanding work after disabling heartbeats on an
+      engine
+    - [x86] drm/i915: Avoid mixing integer types during batch copies
+    - [x86] drm/i915: Fix TGL DKL PHY DP vswing handling
+    - [x86] drm/i915/gt: Initialize reserved and unspecified MOCS indices
+    - [x86] drm/i915/gt: Undo forced context restores after trivial
+      preemptions
+    - [x86] drm/i915/gt: Delay execlist processing for tgl
+    - [x86] drm/i915: Drop runtime-pm assert from vgpu io accessors
+    - [x86] drm/i915: Exclude low pages (128KiB) of stolen from use
+    - [x86] drm/i915: Mark ininitial fb obj as WT on eLLC machines to avoid
+      rcu lockup during fbdev init
+    - [x86] drm/i915: Use the active reference on the vma while capturing
+    - [x86] drm/i915: Reject 90/270 degree rotated initial fbs
+    - [x86] drm/i915: Restore ILK-M RPS support
+    - drm/nouveau/kms/nv50-: Program notifier offset before requesting disp
+      caps
+    - drm/nouveau/device: fix changing endianess code to work on older GPUs
+    - ptrace: fix task_join_group_stop() for the case when current is traced
+    - [arm64,riscv64] cadence: force nonlinear buffers to be cloned
+    - ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT
+      flags
+    - [armhf] net: ethernet: ti: cpsw: disable PTPv1 hw timestamping
+      advertisement
+    - net: usb: qmi_wwan: add Telit LE910Cx 0x1230 composition
+    - sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platforms
+    - [arm64,armhf,riscv64] sfp: Fix error handing in sfp_probe()
+    - ip6_tunnel: set inner ipproto before ip6_tnl_encap
+    - [armhf] net: fec: fix MDIO probing for some FEC hardware blocks
+    - net: openvswitch: silence suspicious RCU usage warning
+    - r8169: work around short packet hw bug on RTL8125
+    - drm/nouveau/kms/nv50-: Get rid of bogus nouveau_conn_mode_valid()
+    - drm/nouveau/kms/nv50-: Fix clock checking algorithm in
+      nv50_dp_mode_valid()
+    - Fonts: Replace discarded const qualifier
+    - ALSA: hda/realtek - Fixed HP headset Mic can't be detected
+    - ALSA: hda/realtek - Enable headphone for ASUS TM420
+    - ALSA: usb-audio: Add implicit feedback quirk for Zoom UAC-2
+    - ALSA: usb-audio: add usb vendor id as DSD-capable for Khadas devices
+    - ALSA: usb-audio: Add implicit feedback quirk for Qu-16
+    - ALSA: usb-audio: Add implicit feedback quirk for MODX
+    - hugetlb_cgroup: fix reservation accounting
+    - mm: mempolicy: fix potential pte_unmap_unlock pte error
+    - kthread_worker: prevent queuing delayed work from timer_fn when it is
+      being canceled
+    - mm: always have io_remap_pfn_range() set pgprot_decrypted()
+    - gfs2: Wake up when sd_glock_disposal becomes zero
+    - gfs2: Don't call cancel_delayed_work_sync from within delete work
+      function
+    - ring-buffer: Fix recursion protection transitions between interrupt
+      context
+    - drm/amdgpu: update golden setting for sienna_cichlid
+    - drm/amdgpu: resolved ASD loading issue on sienna
+    - [amd64] iommu/vt-d: Fix kernel NULL pointer dereference in find_domain()
+    - mtd: spi-nor: Don't copy self-pointing struct around
+    - ftrace: Fix recursion check for NMI test
+    - ftrace: Handle tracing when switching between context
+    - regulator: defer probe when trying to get voltage from unresolved supply
+    - [arm*] spi: bcm2835: fix gpio cs level inversion
+    - tracing: Fix out of bounds write in get_trace_buf
+    - futex: Handle transient "ownerless" rtmutex state correctly
+    - [amd64] x86/lib: Change .weak to SYM_FUNC_START_WEAK for
+      arch/x86/lib/mem*_64.S
+    - [x86] kexec: Use up-to-dated screen_info copy to fill boot params
+    - [x86] hyperv_fb: Update screen_info after removing old framebuffer
+    - io_uring: don't miss setting IO_WQ_WORK_CONCURRENT
+    - of: Fix reserved-memory overlap detection
+    - [arm64,armhf] drm/sun4i: frontend: Rework a bit the phase data
+    - [arm64,armhf] drm/sun4i: frontend: Reuse the ch0 phase for RGB formats
+    - [arm64,armhf] drm/sun4i: frontend: Fix the scaler phase on A33
+    - blk-cgroup: Fix memleak on error path
+    - blk-cgroup: Pre-allocate tree node on blkg_conf_prep
+    - btrfs: drop the path before adding qgroup items when enabling qgroups
+    - btrfs: add a helper to read the tree_root commit root for backref lookup
+    - scsi: core: Don't start concurrent async scan on same host
+    - drm/amdgpu: disable DCN and VCN for navi10 blockchain SKU(v3)
+    - drm/amdgpu: add DID for navi10 blockchain SKU
+    - [powerpc*] scsi: ibmvscsi: Fix potential race after loss of transport
+    - vsock: use ns_capable_noaudit() on socket create
+    - nvme-rdma: handle unexpected nvme completion data length
+    - nvmet: fix a NULL pointer dereference when tracing the flush command
+    - [arm*] staging: mmal-vchiq: Fix memory leak for vchiq_instance
+    - [arm*] drm/vc4: drv: Add error handding for bind
+    - [amd64,arm64] ACPI: NFIT: Fix comparison to '-ENXIO'
+    - drm/nouveau/gem: fix "refcount_t: underflow; use-after-free"
+    - [arm64] smp: Move rcu_cpu_starting() earlier
+    - vt: Disable KD_FONT_OP_COPY
+    - tty: fix crash in release_tty if tty->port is not set
+    - fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent
+    - entry: Fix the incorrect ordering of lockdep and RCU check
+    - [s390x] pci: fix hot-plug of PCI function missing bus
+    - [s390x] mm: make pmd/pud_deref() large page aware
+    - [s390x] pkey: fix paes selftest failure with paes and pkey static build
+    - USB: serial: cyberjack: fix write-URB completion race
+    - USB: serial: option: add Quectel EC200T module support
+    - USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231
+    - USB: serial: option: add Telit FN980 composition 0x1055
+    - [arm64,armhf] usb: dwc3: ep0: Fix delay status handling
+    - USB: Add NO_LPM quirk for Kingston flash drive
+    - io_uring: fix link lookup racing with link timeout
+    - mac80211: fix regression where EAPOL frames were sent in plaintext
+    - [arm64,armhf] drm/panfrost: Fix a deadlock between the shrinker and
+      madvise path
+    - PM: runtime: Drop runtime PM references to supplier on link removal
+    - PM: runtime: Drop pm_runtime_clean_up_links()
+    - PM: runtime: Resume the device earlier in __device_release_driver()
+    - [x86] drm/i915: Fix encoder lookup during PSR atomic check
+    - [x86] drm/i915/gt: Use the local HWSP offset during submission
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.9.8
+    - [x86] powercap: restrict energy meter to root access (CVE-2020-8694)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.9.9
+    - [x86] drm/i915: Hold onto an explicit ref to i915_vma_work.pinned
+    - [x86] drm/i915/gem: Flush coherency domains on first set-domain-ioctl
+    - mm: memcg: link page counters to root if use_hierarchy is false
+    - nbd: don't update block size after device is started
+    - [arm64] KVM: Force PTE mapping on fault resulting in a device mapping
+    - xfrm: interface: fix the priorities for ipip and ipv6 tunnels
+    - [x86] ASoC: Intel: kbl_rt5663_max98927: Fix kabylake_ssp_fixup function
+    - [x86] hv_balloon: disable warning when floor reached
+    - net: xfrm: fix a race condition during allocing spi
+    - [riscv64] irqchip/sifive-plic: Fix broken irq_set_affinity() callback
+    - mtd: spi-nor: Fix address width on flash chips > 16MB
+    - xfs: set xefi_discard when creating a deferred agfl free log intent item
+    - mac80211: don't require VHT elements for HE on 2.4 GHz
+    - netfilter: nftables: fix netlink report logic in flowtable and genid
+    - netfilter: use actual socket sk rather than skb sk when routing harder
+    - netfilter: nf_tables: missing validation from the abort path
+    - PCI: Always enable ACS even if no ACS Capability
+    - netfilter: ipset: Update byte and packet counters regardless of whether
+      they match
+    - [riscv64] irqchip/sifive-plic: Fix chip_data access within a hierarchy
+    - [powerpc*] eeh_cache: Fix a possible debugfs deadlock
+    - [arm*] drm/vc4: bo: Add a managed action to cleanup the cache
+    - IB/srpt: Fix memory leak in srpt_add_one
+    - mm: memcontrol: correct the NR_ANON_THPS counter of hierarchical memcg
+    - [arm64,armhf] drm/panfrost: rename error labels in device_init
+    - [arm64,armhf] drm/panfrost: move devfreq_init()/fini() in device
+    - [arm64,armhf] drm/panfrost: Fix module unload
+    - perf trace: Fix segfault when trying to trace events by cgroup
+    - perf tools: Add missing swap for ino_generation
+    - perf tools: Add missing swap for cgroup events
+    - [x86] ALSA: hda: prevent undefined shift in snd_hdac_ext_bus_get_link()
+    - [amd64] iommu/vt-d: Fix sid not set issue in intel_svm_bind_gpasid()
+    - [amd64] iommu/vt-d: Fix a bug for PDP check in prq_event_thread
+    - afs: Fix warning due to unadvanced marshalling pointer
+    - afs: Fix incorrect freeing of the ACL passed to the YFS ACL store op
+    - vfio/pci: Implement ioeventfd thread handler for contended memory lock
+    - can: rx-offload: don't call kfree_skb() from IRQ context
+    - can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ
+      context
+    - can: dev: __can_get_echo_skb(): fix real payload length return value for
+      RTR frames
+    - can: can_create_echo_skb(): fix echo skb generation: always use
+      skb_clone()
+    - can: j1939: swap addr and pgn in the send example
+    - can: j1939: j1939_sk_bind(): return failure if netdev is down
+    - can: peak_usb: add range checking in decode operations
+    - can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
+    - can: peak_canfd: pucan_handle_can_rx(): fix echo management when
+      loopback is on
+    - [armhf] can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for
+      LS1021A
+    - [armhf] can: flexcan: flexcan_remove(): disable wakeup completely
+    - xfs: flush new eof page on truncate to avoid post-eof corruption
+    - xfs: fix missing CoW blocks writeback conversion retry
+    - xfs: fix scrub flagging rtinherit even if there is no rt device
+    - io_uring: ensure consistent view of original task ->mm from SQPOLL
+    - [arm64] spi: fsl-dspi: fix wrong pointer in suspend/resume
+    - [armel,armhf] PCI: mvebu: Fix duplicate resource requests
+    - ceph: check session state after bumping session->s_seq
+    - [x86] speculation: Allow IBPB to be conditionally enabled on CPUs with
+      always-on STIBP
+    - USB: apple-mfi-fastcharge: fix reference leak in
+      apple_mfi_fc_set_property
+    - [arm64,x86] tpm: efi: Don't create binary_bios_measurements file for an
+      empty log
+    - [arm64] KVM: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return
+      SMCCC_RET_NOT_REQUIRED
+    - ath9k_htc: Use appropriate rs_datalen type
+    - scsi: ufs: Fix missing brace warning for old compilers
+    - [arm64] usb: dwc3: pci: add support for the Intel Alder Lake-S
+    - opp: Reduce the size of critical section in _opp_table_kref_release()
+    - usb: raw-gadget: fix memory leak in gadget_setup
+    - ALSA: hda: Separate runtime and system suspend
+    - ALSA: hda: Reinstate runtime_allow() for all hda controllers
+    - [amd64] x86/boot/compressed/64: Introduce sev_status
+    - gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free
+    - gfs2: Add missing truncate_inode_pages_final for sd_aspace
+    - gfs2: check for live vs. read-only file system in gfs2_fitrim
+    - scsi: hpsa: Fix memory leak in hpsa_init_one()
+    - drm/amdgpu: perform srbm soft reset always on SDMA resume
+    - mac80211: fix use of skb payload instead of header
+    - cfg80211: initialize wdev data earlier
+    - cfg80211: regulatory: Fix inconsistent format argument
+    - tracing: Fix the checking of stackidx in __ftrace_trace_stack
+    - Revert "nvme-pci: remove last_sq_tail"
+    - scsi: scsi_dh_alua: Avoid crash during alua_bus_detach()
+    - scsi: mpt3sas: Fix timeouts observed while reenabling IRQ
+    - nvme: introduce nvme_sync_io_queues
+    - nvme-rdma: avoid race between time out and tear down
+    - nvme-rdma: avoid repeated request completion
+    - [amd64] iommu/amd: Increase interrupt remapping table limit to 512
+      entries
+    - [s390x] smp: move rcu_cpu_starting() earlier
+    - vfio/pci: Bypass IGD init in case of -ENODEV
+    - amd/amdgpu: Disable VCN DPG mode for Picasso
+    - iomap: clean up writeback state logic on writepage error
+    - [riscv64] Set text_offset correctly for M-Mode
+    - tpm_tis: Disable interrupts on ThinkPad T490s
+    - [arm*] spi: bcm2835: remove use of uninitialized gpio flags variable
+    - [x86] pinctrl: intel: Fix 2 kOhm bias which is 833 Ohm
+    - [x86] pinctrl: intel: Set default bias in case no particular value given
+    - [armhf] gpio: aspeed: fix ast2600 bank properties
+    - [armel,armhf] 9019/1: kprobes: Avoid fortify_panic() when copying
+      optprobe template
+    - bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSE
+    - libbpf, hashmap: Fix undefined behavior in hash_bits
+    - [armhf] pinctrl: mcp23s08: Use full chunk of memory for regmap
+      configuration
+    - [armhf] pinctrl: aspeed: Fix GPI only function problem.
+    - net/mlx5e: Fix modify header actions memory leak
+    - net/mlx5e: Protect encap route dev from concurrent release
+    - net/mlx5e: Use spin_lock_bh for async_icosq_lock
+    - net/mlx5: Fix deletion of duplicate rules
+    - net/mlx5: E-switch, Avoid extack error log for disabled vport
+    - net/mlx5e: Fix VXLAN synchronization after function reload
+    - net/mlx5e: Fix incorrect access of RCU-protected xdp_prog
+    - SUNRPC: Fix general protection fault in trace_rpc_xdr_overflow()
+    - NFSD: Fix use-after-free warning when doing inter-server copy
+    - NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copy
+    - tools/bpftool: Fix attaching flow dissector
+    - bpf: Zero-fill re-used per-cpu map element
+    - r8169: fix potential skb double free in an error path
+    - r8169: disable hw csum for short packets on all chip versions
+    - [arm64] pinctrl: qcom: Move clearing pending IRQ to
+      .irq_request_resources callback
+    - nbd: fix a block_device refcount leak in nbd_release
+    - i40e: Fix MAC address setting for a VF via Host/VM
+    - igc: Fix returning wrong statistics (Closes: #970722)
+    - lan743x: correctly handle chips with internal PHY
+    - net: phy: realtek: support paged operations on RTL8201CP
+    - xfs: fix flags argument to rmap lookup when converting shared file rmaps
+    - xfs: set the unwritten bit in rmap lookup flags in
+      xchk_bmap_get_rmapextents
+    - xfs: fix rmap key and record comparison functions
+    - xfs: fix brainos in the refcount scrubber's rmap fragment processor
+    - lan743x: fix "BUG: invalid wait context" when setting rx mode
+    - xfs: fix a missing unlock on error in xfs_fs_map_blocks
+    - of/address: Fix of_node memory leak in of_dma_is_coherent
+    - ch_ktls: Update cheksum information
+    - ch_ktls: tcb update fails sometimes
+    - [i386] cosa: Add missing kfree in error path of cosa_write
+    - hwmon: (applesmc) Re-work SMC comms
+    - NFS: Fix listxattr receive buffer size
+    - vrf: Fix fast path output packet handling with async Netfilter rules
+    - lan743x: fix use of uninitialized variable
+    - [arm64] mm: Validate hotplug range before creating linear mapping
+    - kernel/watchdog: fix watchdog_allowed_mask not used warning
+    - mm: memcontrol: fix missing wakeup polling thread
+    - afs: Fix afs_write_end() when called with copied == 0 [ver #3]
+    - perf: Fix get_recursion_context()
+    - nvme: factor out a nvme_configure_metadata helper
+    - nvme: freeze the queue over ->lba_shift updates
+    - nvme: fix incorrect behavior when BLKROSET is called by the user
+    - perf: Simplify group_sched_in()
+    - perf: Fix event multiplexing for exclusive groups
+    - [arm64] firmware: xilinx: fix out-of-bounds access
+    - erofs: fix setting up pcluster for temporary pages
+    - erofs: derive atime instead of leaving it empty
+    - ext4: correctly report "not supported" for {usr,grp}jquota when
+      !CONFIG_QUOTA
+    - ext4: unlock xattr_sem properly in ext4_inline_data_truncate()
+    - btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit arch
+    - btrfs: ref-verify: fix memory leak in btrfs_ref_tree_mod
+    - btrfs: fix min reserved size calculation in merge_reloc_root
+    - btrfs: dev-replace: fail mount if we don't have replace item with target
+      device
+    - [arm64] KVM: Don't hide ID registers from userspace
+    - [x86] thunderbolt: Fix memory leak if ida_simple_get() fails in
+      enumerate_services()
+    - [x86] thunderbolt: Add the missed ida_simple_remove() in
+      ring_request_msix()
+    - block: add a return value to set_capacity_revalidate_and_notify
+    - loop: Fix occasional uevent drop
+    - uio: Fix use-after-free in uio_unregister_device()
+    - Revert "usb: musb: convert to devm_platform_ioremap_resource_byname"
+    - usb: cdc-acm: Add DISABLE_ECHO for Renesas USB Download mode
+    - [x86] usb: typec: ucsi: Report power supply changes
+    - virtio: virtio_console: fix DMA memory allocation for rproc serial
+    - futex: Don't enable IRQs unconditionally in put_pi_state()
+    - jbd2: fix up sparse warnings in checkpoint code
+    - bootconfig: Extend the magic check range to the preceding 3 bytes
+    - mm/compaction: count pages and stop correctly during page isolation
+    - mm/compaction: stop isolation if too many pages are isolated and we have
+      pages to migrate
+    - mm/slub: fix panic in slab_alloc_node()
+    - mm/vmscan: fix NR_ISOLATED_FILE corruption on 64-bit
+    - mm/gup: use unpin_user_pages() in __gup_longterm_locked()
+    - Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"
+    - reboot: fix overflow parsing reboot cpu number
+    - hugetlbfs: fix anon huge page migration race
+    - ocfs2: initialize ip_next_orphan
+    - hwmon: (amd_energy) modify the visibility of the counters
+      (CVE-2020-12912)
+    - selinux: Fix error return code in sel_ib_pkey_sid_slow()
+    - io_uring: round-up cq size before comparing with rounded sq size
+    - [riscv64] gpio: sifive: Fix SiFive gpio probe
+    - gpio: pcie-idio-24: Fix irq mask when masking
+    - gpio: pcie-idio-24: Fix IRQ Enable Register value
+    - gpio: pcie-idio-24: Enable PEX8311 interrupts
+    - [arm64] mmc: sdhci-of-esdhc: Handle pulse width detection erratum for
+      more SoCs
+    - don't dump the threads that had been already exiting when zapped.
+    - [x86] drm/i915: Correctly set SFC capability for video engines
+    - [x86] drm/gma500: Fix out-of-bounds access to struct drm_device.vblank[]
+    - NFSv4.2: fix failure to unregister shrinker
+    - pinctrl: amd: use higher precision for 512 RtcClk
+    - pinctrl: amd: fix incorrect way to disable debounce filter
+    - swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"
+    - cpufreq: Introduce governor flags
+    - cpufreq: Introduce CPUFREQ_GOV_STRICT_TARGET
+    - cpufreq: Add strict_target to struct cpufreq_policy
+    - cpufreq: intel_pstate: Take CPUFREQ_GOV_STRICT_TARGET into account
+    - ethtool: netlink: add missing netdev_features_change() call
+    - IPv6: Set SIT tunnel hard_header_len to zero
+    - [s390x] net/af_iucv: fix null pointer dereference on shutdown
+    - net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GRO
+    - net: udp: fix UDP header access on Fast/frag0 UDP GRO
+    - net: Update window_clamp if SOCK_RCVBUF is set
+    - tipc: fix memory leak in tipc_topsrv_start()
+    - devlink: Avoid overwriting port attributes of registered port
+    - tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6 replies
+    - [powerpc*] 603: Always fault when _PAGE_ACCESSED is not set
+    - null_blk: Fix scheduling in atomic with zoned mode
+    - Convert trailing spaces and periods in path components
+
+  [ Uwe Kleine-König ]
+  * [amd64] Enable SND_SOC_AMD_ACP3x, SND_SOC_AMD_RENOIR and
+    SND_SOC_AMD_RENOIR_MACH (Closes: #973252)
+  * [arm64] Add device tree for Kobol helios64 from rockchip next branch.
+
+  [ John L. Villalovos ]
+  * [arm64] NUMA: Kconfig: Increase NODES_SHIFT to 4
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Refresh "signals: Allow rt tasks to cache one sigqueue struct"
+  * [armhf] dts: sun8i: a83t: Enable both RGMII RX/TX delay on Ethernet PHY
+    (Closes: #973369)
+  * Bump ABI to 3
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 19 Nov 2020 08:19:18 +0100
+
+linux (5.9.6-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.9.2
+    - [powerpc*] ibmveth: Switch order of ibmveth_helper calls.
+    - [powerpc*] ibmveth: Identify ingress large send packets.
+    - cxgb4: handle 4-tuple PEDIT to NAT mode translation
+    - ipv4: Restore flowi4_oif update before call to xfrm_lookup_route
+    - mlx4: handle non-napi callers to napi_poll
+    - net: dsa: microchip: fix race condition
+    - net: fec: Fix phy_device lookup for phy_reset_after_clk_enable()
+    - net: fec: Fix PHY init after phy_reset_after_clk_enable()
+    - net: fix pos incrementment in ipv6_route_seq_next
+    - net: ipa: skip suspend/resume activities if not set up
+    - net: sched: Fix suspicious RCU usage while accessing tcf_tunnel_info
+    - net/smc: fix use-after-free of delayed events
+    - net/smc: fix valid DMBE buffer sizes
+    - tipc: fix NULL pointer dereference in tipc_named_rcv
+    - tipc: fix the skb_unshare() in tipc_buf_append()
+    - socket: fix option SO_TIMESTAMPING_NEW
+    - socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabled
+    - can: m_can_platform: don't call m_can_class_suspend in runtime suspend
+    - can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcnt
+    - net: j1939: j1939_session_fresh_new(): fix missing initialization of
+      skbcnt
+    - binder: fix UAF when releasing todo list (CVE-2020-0423)
+    - ALSA: bebob: potential info leak in hwdep_read()
+    - ALSA: hda: fix jack detection with Realtek codecs when in D3
+    - ALSA: hda/hdmi: fix incorrect locking in hdmi_pcm_close
+    - tipc: re-configure queue limit for broadcast link
+    - tipc: fix incorrect setting window for bcast link
+    - ibmvnic: save changed mac address to adapter->mac_addr
+    - icmp: randomize the global rate limiter
+    - net: ftgmac100: Fix Aspeed ast2600 TX hang issue
+    - net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC device
+    - net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling
+      ether_setup
+    - net: Properly typecast int values to set sk_max_pacing_rate
+    - net/sched: act_ct: Fix adding udp port mangle operation
+    - net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnels
+    - netsec: ignore 'phy-mode' device property on ACPI systems
+    - nexthop: Fix performance regression in nexthop deletion
+    - nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in
+      nfc_genl_fw_download()
+    - r8169: fix operation under forced interrupt threading
+    - tcp: fix to update snd_wl1 in bulk receiver fast path
+    - net: ethernet: mtk-star-emac: select REGMAP_MMIO
+    - net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()
+    - ixgbe: fix probing of multi-port devices with one MDIO
+    - net: openvswitch: fix to make sure flow_lookup() is not preempted
+    - sfc: move initialisation of efx->filter_sem to efx_init_struct()
+    - ALSA: hda - Don't register a cb func if it is registered already
+    - ALSA: hda - Fix the return value if cb func is already registered
+    - ALSA: usb-audio: Line6 Pod Go interface requires static clock rate quirk
+    - ALSA: hda/realtek - The front Mic on a HP machine doesn't work
+    - ALSA: hda/realtek - set mic to auto detect on a HP AIO machine
+    - ALSA: hda/realtek - Add mute Led support for HP Elitebook 845 G7
+    - ALSA: hda/realtek: Enable audio jacks of ASUS D700SA with ALC887
+    - cifs: remove bogus debug code
+    - cifs: Return the error from crypt_message when enc/dec key not found.
+    - SMB3: Resolve data corruption of TCP server info fields
+    - SMB3.1.1: Fix ids returned in POSIX query dir
+    - smb3: do not try to cache root directory if dir leases not supported
+    - smb3: fix stat when special device file and mounted with modefromsid
+    - [arm64] Make use of ARCH_WORKAROUND_1 even when KVM is not enabled
+    - [x86] KVM: nVMX: Morph notification vector IRQ on nested VM-Enter to
+      pending PI
+    - [x86] KVM: nVMX: Reset the segment cache when stuffing guest segs
+    - [x86] KVM: nVMX: Reload vmcs01 if getting vmcs12's pages fails
+    - [x86] KVM: x86/mmu: Commit zap of remaining invalid pages when
+      recovering lpages
+    - [x86] KVM: x86: Intercept LA57 to inject #GP fault when it's reserved
+    - [x86] KVM: SVM: Initialize prev_ga_tag before use
+    - crypto: caam - add xts check for block length equal to zero
+    - crypto: algif_aead - Do not set MAY_BACKLOG on the async path
+    - crypto: caam/qi - add fallback for XTS with more than 8B IV
+    - crypto: caam/qi - add support for more XTS key lengths
+    - crypto: caam/jr - add fallback for XTS with more than 8B IV
+    - crypto: caam/jr - add support for more XTS key lengths
+    - crypto: caam/qi2 - add fallback for XTS with more than 8B IV
+    - crypto: caam/qi2 - add support for more XTS key lengths
+    - RAS/CEC: Fix cec_init() prototype
+    - sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu()
+    - microblaze: fix kbuild redundant file warning
+    - [x86] EDAC/i5100: Fix error handling order in i5100_init_one()
+    - [x86] perf/x86/intel/ds: Fix x86_pmu_stop warning for large PEBS
+    - [x86] x86/fpu: Allow multiple bits in clearcpuid= parameter
+    - irqchip/ti-sci-inta: Fix unsigned comparison to zero
+    - irqchip/ti-sci-intr: Fix unsigned comparison to zero
+    - [arm64] kprobe: add checks for ARMv8.3-PAuth combined instructions
+    - seqlock: Unbreak lockdep
+    - drivers/perf: xgene_pmu: Fix uninitialized resource struct
+    - drivers/perf: thunderx2_pmu: Fix memory resource error handling
+    - sched/fair: Fix wrong cpu selecting from isolated domain
+    - sched/fair: Use dst group while checking imbalance for NUMA balancer
+    - [arm64] perf: Add missing ISB in armv8pmu_enable_counter()
+    - [x86] perf/x86/intel/uncore: Update Ice Lake uncore units
+    - [x86] perf/x86/intel/uncore: Reduce the number of CBOX counters
+    - [x86] perf/x86/intel/uncore: Fix for iio mapping on Skylake Server
+    - [x86] perf/x86/intel/uncore: Fix the scale of the IMC free-running
+      events
+    - [x86] x86/nmi: Fix nmi_handle() duration miscalculation
+    - [amd64] x86/events/amd/iommu: Fix sizeof mismatch
+    - [arm64] pinctrl: qcom: Set IRQCHIP_SET_TYPE_MASKED and
+      IRQCHIP_MASK_ON_SUSPEND flags
+    - [arm64] pinctrl: qcom: Use return value from irq_set_wake() call
+    - [x86] perf/x86: Fix n_pair for cancelled txn
+    - lockdep: Fix usage_traceoverflow
+    - lockdep: Fix lockdep recursion
+    - lockdep: Revert "lockdep: Use raw_cpu_*() for per-cpu variables"
+    - perf/core: Fix race in the perf_mmap_close() function (CVE-2020-14351)
+    - crypto: algif_skcipher - EBUSY on aio should be an error
+    - crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()' call
+    - crypto: picoxcell - Fix potential race condition bug
+    - media: vivid: Fix global-out-of-bounds read in precalculate_color()
+    - crypto: ccree - fix runtime PM imbalance on error
+    - media: hantro: h264: Get the correct fallback reference buffer
+    - media: hantro: postproc: Fix motion vector space allocation
+    - media: ov5640: Correct Bit Div register in clock tree diagram
+    - media: i2c: fix error check on max9286_read call
+    - media: m5mols: Check function pointer in m5mols_sensor_power
+    - fscrypt: restrict IV_INO_LBLK_32 to ino_bits <= 32
+    - media: uvcvideo: Set media controller entity functions
+    - media: uvcvideo: Silence shift-out-of-bounds warning
+    - media: staging/intel-ipu3: css: Correctly reset some memory
+    - media: omap3isp: Fix memleak in isp_probe
+    - media: i2c: ov5640: Remain in power down for DVP mode unless streaming
+    - media: i2c: ov5640: Separate out mipi configuration from s_power
+    - media: i2c: ov5640: Enable data pins on poweron for DVP mode
+    - media: i2c: max9286: Allocate v4l2_async_subdev dynamically
+    - crypto: sa2ul - fix compiler warning produced by clang
+    - spi: fsi: Handle 9 to 15 byte transfers lengths
+    - spi: fsi: Fix use of the bneq+ sequencer instruction
+    - spi: fsi: Implement restricted size for certain controllers
+    - spi: dw-pci: free previously allocated IRQs if desc->setup() fails
+    - crypto: sa2ul - Select CRYPTO_AUTHENC
+    - crypto: omap-sham - fix digcnt register handling with export/import
+    - crypto: sa2ul - Fix pm_runtime_get_sync() error checking
+    - regmap: debugfs: Fix more error path regressions
+    - hwmon: (pmbus/max34440) Fix status register reads for MAX344{51,60,61}
+    - hwmon: (w83627ehf) Fix a resource leak in probe
+    - crypto: stm32/crc32 - Avoid lock if hardware is already used
+    - crypto: sun8i-ce - handle endianness of t_common_ctl
+    - media: mx2_emmaprp: Fix memleak in emmaprp_probe
+    - media: mtk-mdp: Fix Null pointer dereference when calling list_add
+    - media: tc358743: initialize variable
+    - media: tc358743: cleanup tc358743_cec_isr
+    - nvme: fix error handling in nvme_ns_report_zones
+    - media: rcar-vin: Fix a reference count leak.
+    - media: rockchip/rga: Fix a reference count leak.
+    - media: platform: fcp: Fix a reference count leak.
+    - media: camss: Fix a reference count leak.
+    - media: s5p-mfc: Fix a reference count leak
+    - media: stm32-dcmi: Fix a reference count leak
+    - media: ti-vpe: Fix a missing check and reference count leak
+    - regulator: resolve supply after creating regulator
+    - hwmon: (bt1-pvt) Test sensor power supply on probe
+    - hwmon: (bt1-pvt) Cache current update timeout
+    - hwmon: (bt1-pvt) Wait for the completion with timeout
+    - spi: imx: Fix freeing of DMA channels if spi_bitbang_start() fails
+    - btrfs: add owner and fs_info to alloc_state io_tree
+    - blk-mq: move cancel of hctx->run_work to the front of blk_exit_queue
+    - ath10k: provide survey info as accumulated data
+    - Bluetooth: hci_uart: Cancel init work before unregistering
+    - [arm64,armhf] drm: panel: Fix bus format for OrtusTech COM43H4M85ULC
+      panel
+    - ath6kl: prevent potential array overflow in ath6kl_add_new_sta()
+    - ath9k: Fix potential out of bounds in ath9k_htc_txcompletion_cb()
+    - ath10k: Fix the size used in a 'dma_free_coherent()' call in an error
+      handling path
+    - wcn36xx: Fix reported 802.11n rx_highest rate wcn3660/wcn3680
+    - [arm64] ASoC: qcom: lpass-platform: fix memory leak
+    - [arm64] ASoC: qcom: lpass-cpu: fix concurrency issue
+    - ath11k: Fix possible memleak in ath11k_qmi_init_service
+    - brcmfmac: check ndev pointer
+    - mwifiex: Do not use GFP_KERNEL in atomic context
+    - [arm64] drm/malidp: Use struct drm_gem_object_funcs.get_sg_table
+      internally
+    - staging: rtl8192u: Do not use GFP_KERNEL in atomic context
+    - drm/gma500: fix error check
+    - scsi: qla4xxx: Fix an error handling path in 'qla4xxx_get_host_stats()'
+    - scsi: qla2xxx: Fix the size used in a 'dma_free_coherent()' call
+    - scsi: qla2xxx: Fix wrong return value in qlt_chk_unresolv_exchg()
+    - scsi: qla2xxx: Fix wrong return value in qla_nvme_register_hba()
+    - scsi: csiostor: Fix wrong return value in csio_hw_prep_fw()
+    - libbpf: Fix unintentional success return code in bpf_object__load
+    - wilc1000: Fix memleak in wilc_sdio_probe
+    - wilc1000: Fix memleak in wilc_bus_probe
+    - rtw88: don't treat NULL pointer as an array
+    - backlight: sky81452-backlight: Fix refcount imbalance on error
+    - staging: wfx: fix frame reordering
+    - staging: emxx_udc: Fix passing of NULL to dma_alloc_coherent()
+    - [x86] VMCI: check return value of get_user_pages_fast() for errors
+    - mm/error_inject: Fix allow_error_inject function signatures.
+    - drm: panel: Fix bpc for OrtusTech COM43H4M85ULC panel
+    - Bluetooth: Clear suspend tasks on unregister
+    - scsi: ufs: Make ufshcd_print_trs() consider UFSHCD_QUIRK_PRDT_BYTE_GRAN
+    - binder: Remove bogus warning on failed same-process transaction
+    - drm/amdgpu: fix max_entries calculation v4
+    - soundwire: stream: fix NULL/IS_ERR confusion
+    - soundwire: intel: fix NULL/ERR_PTR confusion
+    - tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()
+    - pty: do tty_flip_buffer_push without port->lock in pty_write
+    - [x86] pwm: lpss: Fix off by one error in base_unit math in
+      pwm_lpss_prepare()
+    - [x86] pwm: lpss: Add range limit check for the base_unit register value
+    - sfc: don't double-down() filters in ef100_reset()
+    - ath11k: fix a double free and a memory leak
+    - video: fbdev: vga16fb: fix setting of pixclock because a pass-by-value
+      error
+    - video: fbdev: sis: fix null ptr dereference
+    - video: fbdev: radeon: Fix memleak in radeonfb_pci_register
+    - HID: roccat: add bounds checking in kone_sysfs_write_settings()
+    - ath11k: fix uninitialized return in ath11k_spectral_process_data()
+    - drm/msm: Avoid div-by-zero in dpu_crtc_atomic_check()
+    - [arm64,armhf] drm/panfrost: Ensure GPU quirks are always initialised
+    - iomap: Clear page error before beginning a write
+    - iomap: Mark read blocks uptodate in write_begin
+    - Bluetooth: Fix memory leak in read_adv_mon_features()
+    - Bluetooth: Re-order clearing suspend tasks
+    - [armhf] pinctrl: mcp23s08: Fix mcp23x17_regmap initialiser
+    - [armhf] pinctrl: mcp23s08: Fix mcp23x17 precious range
+    - pinctrl: devicetree: Keep deferring even on timeout
+    - [s390x] bpf: Fix multiple tail calls
+    - net/mlx5: Fix uninitialized variable warning
+    - net/mlx5: Don't call timecounter cyc2time directly from 1PPS flow
+    - scsi: mpt3sas: Fix sync irqs
+    - [arm64,armhf] net: stmmac: Fix incorrect location to set
+      real_num_rx|tx_queues
+    - [arm64,armhf] net: stmmac: use netif_tx_start|stop_all_queues() function
+    - xfs: force the log after remapping a synchronous-writes file
+    - [arm64] cpufreq: armada-37xx: Add missing MODULE_DEVICE_TABLE
+    - ASoC: topology: disable size checks for bytes_ext controls if needed
+    - ASoC: tlv320adcx140: Fix digital gain range
+    - nvmem: core: fix missing of_node_put() in of_nvmem_device_get()
+    - dmaengine: ti: k3-udma-glue: fix channel enable functions
+    - Bluetooth: Fix auto-creation of hci_conn at Conn Complete event
+    - xhci: don't create endpoint debugfs entry before ring buffer is set.
+    - [arm64] drm/msm: Fix the a650 hw_apriv check
+    - net: dsa: rtl8366: Check validity of passed VLANs
+    - net: dsa: rtl8366: Refactor VLAN/PVID init
+    - net: dsa: rtl8366: Skip PVID setting if not requested
+    - net: wilc1000: clean up resource in error path of init mon interface
+    - ASoC: tlv320aic32x4: Fix bdiv clock rate derivation
+    - net: dsa: rtl8366rb: Support all 4096 VLANs
+    - ASoC: SOF: control: add size checks for ext_bytes control .put()
+    - ASoC: tas2770: Fix unbalanced calls to pm_runtime
+    - [armhf] spi: omap2-mcspi: Improve performance waiting for CHSTAT
+    - ath11k: Add checked value for ath11k_ahb_remove
+    - ath6kl: wmi: prevent a shift wrapping bug in
+      ath6kl_wmi_delete_pstream_cmd()
+    - drm: rcar-du: Put reference to VSP device
+    - phy: rockchip-dphy-rx0: Include linux/delay.h
+    - dmaengine: dmatest: Check list for emptiness before access its last
+      entry
+    - ASoC: cros_ec_codec: fix kconfig dependency warning for
+      SND_SOC_CROS_EC_CODEC
+    - misc: mic: scif: Fix error handling path
+    - ALSA: seq: oss: Avoid mutex lock for a long-time ioctl
+    - net/mlx5e: IPsec: Use kvfree() for memory allocated with kvzalloc()
+    - [arm*] usb: dwc2: Fix parameter type in function pointer prototype
+    - [arm64,armhf] usb: dwc3: core: Properly default unspecified speed
+    - [arm*] usb: dwc2: Add missing cleanups when usb_add_gadget_udc() fails
+    - rtw88: Fix probe error handling race with firmware loading
+    - rtw88: Fix potential probe error handling race with wow firmware loading
+    - quota: clear padding in v2r1_mem2diskdqb()
+    - [arm*] drm/vc4: crtc: Rework a bit the CRTC state code
+    - ASoC: fsl_sai: Instantiate snd_soc_dai_driver
+    - HID: hid-input: fix stylus battery reporting
+    - tty: hvc: fix link error with CONFIG_SERIAL_CORE_CONSOLE=n
+    - tty: serial: imx: fix link error with CONFIG_SERIAL_CORE_CONSOLE=n
+    - nvmem: core: fix possibly memleak when use
+      nvmem_cell_info_to_nvmem_cell()
+    - [x86] hv: clocksource: Add notrace attribute to read_hv_sched_clock_*()
+      functions
+    - nl80211: fix OBSS PD min and max offset validation
+    - iomap: Use kzalloc to allocate iomap_page
+    - ibmvnic: set up 200GBPS speed
+    - bpf: disallow attaching modify_return tracing functions to other BPF
+      programs
+    - qtnfmac: fix resource leaks on unsupported iftype error return path
+    - pinctrl: aspeed: Use the right pinconf mask
+    - [arm64] iommu/qcom: add missing put_device() call in
+      qcom_iommu_of_xlate()
+    - iio: adc: stm32-adc: fix runtime autosuspend delay when slow polling
+    - net: enic: Cure the enic api locking trainwreck
+    - pinctrl: tigerlake: Fix register offsets for TGL-H variant
+    - serial: 8250: Discard RTS/DTS setting from clock update method
+    - serial: 8250: Skip uninitialized TTY port baud rate update
+    - serial: 8250_dw: Fix clk-notifier/port suspend deadlock
+    - mfd: syscon: Don't free allocated name for regmap_config
+    - mfd: sm501: Fix leaks in probe()
+    - dm: fix missing imposition of queue_limits from dm_wq_work() thread
+    - pinctrl: single: fix pinctrl_spec.args_count bounds check
+    - pinctrl: single: fix debug output when #pinctrl-cells = 2
+    - staging: rtl8712: Fix enqueue_reorder_recvframe()
+    - ASoC: wm_adsp: Pass full name to snd_ctl_notify
+    - iwlwifi: mvm: split a print to avoid a WARNING in ROC
+    - iwlwifi: dbg: remove no filter condition
+    - iwlwifi: dbg: run init_cfg function once per driver load
+    - usb: gadget: f_ncm: fix ncm_bitrate for SuperSpeed and above.
+    - usb: gadget: u_serial: clear suspended flag when disconnecting
+    - usb: gadget: u_ether: enable qmult on SuperSpeed Plus as well
+    - bus: mhi: core: Fix the building of MHI module
+    - ocxl: fix kconfig dependency warning for OCXL
+    - nl80211: fix non-split wiphy information
+    - [arm*] usb: dwc2: Fix INTR OUT transfers in DDMA mode.
+    - scsi: target: tcmu: Fix warning: 'page' may be used uninitialized
+    - scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs()
+    - dmaengine: ioat: Allocate correct size for descriptor chunk
+    - staging: qlge: fix build breakage with dumping enabled
+    - ipmi_si: Fix wrong return value in try_smi_init()
+    - tracing: Fix parse_synth_field() error handling
+    - staging: wfx: fix BA sessions for older firmwares
+    - [x86] platform/x86: mlx-platform: Remove PSU EEPROM configuration
+    - dm: fix request-based DM to not bounce through indirect dm_submit_bio
+    - mwifiex: fix double free
+    - [arm64,armhf] drm/panfrost: increase readl_relaxed_poll_timeout values
+    - drm/amdgpu: Fix invalid number of character '{' in amdgpu_acpi_init
+    - ipvs: clear skb->tstamp in forwarding path
+    - bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanup
+    - netfilter: nf_log: missing vlan offload tag and proto
+    - mm/swapfile.c: fix potential memory leak in sys_swapon
+    - mm: memcg/slab: fix racy access to page->mem_cgroup in
+      mem_cgroup_from_obj()
+    - mm/memcg: fix device private memcg accounting
+    - mm/mmap.c: replace do_brk with do_brk_flags in comment of
+      insert_vm_struct()
+    - mm/page_alloc.c: fix freeing non-compound pages
+    - mm, oom_adj: don't loop through tasks in __set_oom_adj when not
+      necessary
+    - fs: fix NULL dereference due to data race in prepend_path()
+    - tracing: Handle synthetic event array field type checking correctly
+    - i3c: master add i3c_master_attach_boardinfo to preserve boardinfo
+    - IB/mlx4: Fix starvation in paravirt mux/demux
+    - IB/mlx4: Adjust delayed work when a dup is observed
+    - [powerpc*] pseries: Fix missing of_node_put() in rng_init()
+    - [powerpc*] icp-hv: Fix missing of_node_put() in success path
+    - rcu/tree: Force quiescent state on callback overload
+    - rcutorture: Properly set rcu_fwds for OOM handling
+    - refperf: Avoid null pointer dereference when buf fails to allocate
+    - RDMA/ucma: Fix locking for ctx->events_reported
+    - RDMA/ucma: Add missing locking around rdma_leave_multicast()
+    - mtd: lpddr: fix excessive stack usage with clang
+    - RDMA/hns: Add a check for current state before modifying QP
+    - RDMA/umem: Fix signature of stub ib_umem_find_best_pgsz()
+    - [powerpc*] pseries: explicitly reschedule during drmem_lmb list
+      traversal
+    - [powerpc*] pseries/drmem: don't cache node id in drmem_lmb struct
+    - RDMA/mlx5: Fix potential race between destroy and CQE poll
+    - mtd: mtdoops: Don't write panic data twice
+    - perf tools: Make GTK2 support opt-in
+    - [armel,armhf] 9007/1: l2c: fix prefetch bits init in L2X0_AUX_CTRL using
+      DT values
+    - xfs: fix finobt btree block recovery ordering
+    - m68knommu: include SDHC support only when hardware has it
+    - xfs: limit entries returned when counting fsmap records
+    - xfs: fix deadlock and streamline xfs_getfsmap performance
+    - nfs: add missing "posix" local_lock constant table definition
+    - xfs: fix high key handling in the rt allocator's query_range function
+    - RDMA/rtrs-srv: Incorporate ib_register_client into rtrs server init
+    - RDMA/core: Delete function indirection for alloc/free kernel CQ
+    - RDMA: Allow fail of destroy CQ
+    - RDMA: Change XRCD destroy return value
+    - RDMA: Restore ability to return error for destroy WQ
+    - RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page
+      boundary
+    - RDMA/umem: Prevent small pages from being returned by
+      ib_umem_find_best_pgsz()
+    - RDMA/qedr: Fix qp structure memory leak
+    - RDMA/qedr: Fix doorbell setting
+    - RDMA/qedr: Fix use of uninitialized field
+    - RDMA/qedr: Fix return code if accept is called on a destroyed qp
+    - RDMA/qedr: Fix inline size returned for iWARP
+    - [powerpc*] pseries/svm: Allocate SWIOTLB buffer anywhere in memory
+    - [powerpc*] watchpoint: Fix quadword instruction handling on p10
+      predecessors
+    - [powerpc*] watchpoint: Fix handling of vector instructions
+    - [powerpc*] watchpoint: Add hw_len wherever missing
+    - [powerpc*] book3s64/hash/4k: Support large linear mapping range with 4K
+    - [powerpc*] 64s/radix: Fix mm_cpumask trimming race vs kthread_use_mm
+    - [powerpc*] papr_scm: Fix warning triggered by perf_stats_show()
+    - RDMA/cma: Combine cma_ndev_work with cma_work
+    - RDMA/cma: Remove dead code for kernel rdmacm multicast
+    - RDMA/cma: Consolidate the destruction of a cma_multicast in one place
+    - RDMA/cma: Fix use after free race in roce multicast join
+    - perf intel-pt: Fix "context_switch event has no tid" error
+    - perf metricgroup: Fix uncore metric expressions
+    - RDMA/qedr: Fix resource leak in qedr_create_qp
+    - RDMA/hns: Set the unsupported wr opcode
+    - RDMA/mlx5: Use set_mkc_access_pd_addr_fields() in reg_create()
+    - RDMA/mlx5: Make mkeys always owned by the kernel's PD when not enabled
+    - RDMA/mlx5: Disable IB_DEVICE_MEM_MGT_EXTENSIONS if IB_WR_REG_MR can't
+      work
+    - i40iw: Add support to make destroy QP synchronous
+    - perf stat: Skip duration_time in setup_system_wide
+    - RDMA/hns: Add check for the validity of sl configuration
+    - RDMA/hns: Solve the overflow of the calc_pg_sz()
+    - RDMA/hns: Fix the wrong value of rnr_retry when querying qp
+    - RDMA/hns: Fix configuration of ack_req_freq in QPC
+    - RDMA/hns: Fix missing sq_sig_type when querying QP
+    - RDMA/mlx5: Fix type warning of sizeof in __mlx5_ib_alloc_counters()
+    - mtd: hyperbus: hbmc-am654: Fix direct mapping setup flash access
+    - overflow: Include header file with SIZE_MAX declaration
+    - mtd: parsers: bcm63xx: Do not make it modular
+    - RDMA/ipoib: Set rtnl_link_ops for ipoib interfaces
+    - [powerpc*] 64: fix irq replay missing preempt
+    - [powerpc*] 64: fix irq replay pt_regs->softe value
+    - [powerpc*] perf: Exclude pmc5/6 from the irrelevant PMU group
+      constraints
+    - [powerpc*] perf/hv-gpci: Fix starting index value
+    - perf stat: Fix out of bounds CPU map access when handling armv8_pmu
+      events
+    - i3c: master: Fix error return in cdns_i3c_master_probe()
+    - [powerpc*] security: Fix link stack flush instruction
+    - [powerpc*] book3s64/radix: Make radix_mem_block_size 64bit
+    - [powerpc*] papr_scm: Add PAPR command family to pass-through command-set
+    - [powerpc*] cpufreq: powernv: Fix frame-size-overflow in
+      powernv_cpufreq_reboot_notifier
+    - IB/rdmavt: Fix sizeof mismatch
+    - RDMA/rxe: Fix skb lifetime in rxe_rcv_mcast_pkt()
+    - f2fs: reject CASEFOLD inode flag without casefold feature
+    - um: vector: Use GFP_ATOMIC under spin lock
+    - um: time-travel: Fix IRQ handling in time_travel_handle_message()
+    - thermal: core: Adding missing nlmsg_free() in
+      thermal_genl_sampling_temp()
+    - perf trace: Fix off by ones in memset() after realloc() in arches using
+      libaudit
+    - f2fs: wait for sysfs kobject removal before freeing f2fs_sb_info
+    - afs: Fix rapid cell addition/removal by not using RCU on cells tree
+    - afs: Fix cell refcounting by splitting the usage counter
+    - afs: Fix cell purging with aliases
+    - afs: Fix cell removal
+    - RDMA/rxe: Handle skb_clone() failure in rxe_recv.c
+    - mm/page_owner: change split_page_owner to take a count
+    - mm/huge_memory: fix split assumption of page size
+    - mm: fix a race during THP splitting
+    - lib/crc32.c: fix trivial typo in preprocessor condition
+    - ramfs: fix nommu mmap with gaps in the page cache
+    - rapidio: fix error handling path
+    - rapidio: fix the missed put_device() for rio_mport_add_riodev
+    - clk: meson: axg-audio: separate axg and g12a regmap tables
+    - rtc: ds1307: Clear OSF flag on DS1388 when setting time
+    - clk: meson: g12a: mark fclk_div2 as critical
+    - PCI: designware-ep: Fix the Header Type check
+    - PCI: aardvark: Fix compilation on s390
+    - PCI: aardvark: Check for errors from pci_bridge_emul_init() call
+    - PCI: iproc: Set affinity mask on MSI interrupts
+    - PCI/IOV: Mark VFs as not implementing PCI_COMMAND_MEMORY
+    - vfio: add a singleton check for vfio_group_pin_pages
+    - [s390x] pci: Mark all VFs as not implementing PCI_COMMAND_MEMORY
+    - vfio/pci: Decouple PCI_COMMAND_MEMORY bit checks from is_virtfn
+    - vfio: fix a missed vfio group put in vfio_pin_pages
+    - [x86,arm64] vfio/type1: fix dirty bitmap calculation in vfio_dma_rw
+    - nfsd: Cache R, RW, and W opens separately
+    - [x86] PCI: hv: Fix hibernation in case interrupts are not re-created
+    - module: statically initialize init section freeing data
+    - clk: at91: clk-main: update key before writing AT91_CKGR_MOR
+    - clk: bcm2835: add missing release if devm_clk_hw_register fails
+    - kbuild: deb-pkg: do not build linux-headers package if CONFIG_MODULES=n
+    - watchdog: Fix memleak in watchdog_cdev_register
+    - watchdog: Use put_device on error
+    - watchdog: sp5100: Fix definition of EFCH_PM_DECODEEN3
+    - clk: at91: sam9x60: support only two programmable clocks
+    - svcrdma: fix bounce buffers for unaligned offsets and multiple pages
+    - ext4: fix dead loop in ext4_mb_new_blocks
+    - ext4: discard preallocations before releasing group lock
+    - ext4: disallow modifying DAX inode flag if inline_data has been set
+    - ext4: limit entries returned when counting fsmap records
+    - vfio/pci: Clear token on bypass registration failure
+    - [x86,arm64] vfio iommu type1: Fix memory leak in
+      vfio_iommu_type1_pin_pages
+    - clk: qcom: gdsc: Keep RETAIN_FF bit set if gdsc is already on
+    - clk: imx8mq: Fix usdhc parents order
+    - SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()
+    - NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copy
+    - platform/chrome: cros_ec_typec: Send enum values to
+      usb_role_switch_set_role()
+    - platform/chrome: cros_ec_lightbar: Reduce ligthbar get version command
+    - Input: elants_i2c - fix typo for an attribute to show calibration count
+    - Input: imx6ul_tsc - clean up some errors in imx6ul_tsc_resume()
+    - Input: stmfts - fix a & vs && typo
+    - Input: ep93xx_keypad - fix handling of platform_get_irq() error
+    - Input: omap4-keypad - fix handling of platform_get_irq() error
+    - Input: twl4030_keypad - fix handling of platform_get_irq() error
+    - Input: sun4i-ps2 - fix handling of platform_get_irq() error
+    - [x86] KVM: x86: emulating RDPID failure shall return #UD rather than #GP
+    - [x86] KVM: nSVM: CR3 MBZ bits are only 63:52
+    - scsi: bfa: Fix error return in bfad_pci_init()
+    - [arm64] mm: use single quantity to represent the PA to VA translation
+    - bpf: Enforce id generation for all may-be-null register type
+    - net: dsa: seville: the packet buffer is 2 megabits, not megabytes
+    - netfilter: conntrack: connection timeout after re-register
+    - netfilter: ebtables: Fixes dropping of small packets in bridge nat
+    - vdpa/mlx5: Make use of a specific 16 bit endianness API
+    - vdpa/mlx5: Fix failure to bring link up
+    - vdpa/mlx5: Setup driver only if VIRTIO_CONFIG_S_DRIVER_OK
+    - netfilter: nf_fwd_netdev: clear timestamp in forwarding path
+    - [arm64] soc: xilinx: Fix error code in zynqmp_pm_probe()
+    - [arm64] arm64: dts: meson: vim3: correct led polarity
+    - [armhf] dts: sun8i: r40: bananapi-m2-ultra: Fix dcdc1 regulator
+    - [arm64] dts: allwinner: h5: remove Mali GPU PMU module
+    - [armhf] memory: omap-gpmc: Fix a couple off by ones
+    - [armhf] memory: omap-gpmc: Fix build error without CONFIG_OF
+    - [arm64] dts: qcom: msm8992: Fix UART interrupt property
+    - [arm64] dts: qcom: sdm845-db845c: Fix hdmi nodes
+    - [arm64] dts: qcom: sm8150: fix up primary USB nodes
+    - [arm64] dts: qcom: sc7180: Fix the LLCC base register size
+    - memory: fsl-corenet-cf: Fix handling of platform_get_irq() error
+    - firmware: arm_scmi: Fix NULL pointer dereference in mailbox_chan_free
+    - [arm64] dts: mt8173-elm: fix supported values for
+      regulator-allowed-modes of da9211
+    - [arm64] dts: qcom: sm8250: Rename UART2 node to UART12
+    - dmaengine: ti: k3-udma-glue: Fix parameters for rx ring pair request
+    - [arm64] dts: imx8mq: Add missing interrupts to GPC
+    - [arm64] dts: qcom: sc7180: Drop flags on mdss irqs
+    - [arm64] dts: sdm845: Fixup OPP table for all qup devices
+    - [arm64] dts: qcom: msm8916: Remove one more thermal trip point unit name
+    - [arm64] dts: qcom: pm8916: Remove invalid reg size from wcd_codec
+    - [arm64] dts: qcom: msm8916: Fix MDP/DSI interrupts
+    - [arm64] dts: mt8173: elm: Fix nor_flash node property
+    - [arm64] dts: ti: k3-j721e: Rename mux header and update macro names
+    - [arm64] dts: actions: limit address range for pinctrl node
+    - lightnvm: fix out-of-bounds write to array devices->info[]
+    - [powerpc*] powernv/dump: Fix race while processing OPAL dump
+    - [powerpc*] 64s: Remove TM from Power10 features
+    - [powerpc*] pseries: Avoid using addr_to_pfn in real mode
+    - nvmet: fix uninitialized work for zero kato
+    - nvmet: limit passthru MTDS by BIO_MAX_PAGES
+    - [x86] KVM: ioapic: break infinite recursion on lazy EOI (CVE-2020-27152)
+    - NTB: hw: amd: fix an issue about leak system resources
+    - sched/features: Fix !CONFIG_JUMP_LABEL case
+    - perf: correct SNOOPX field offset
+    - random32: make prandom_u32() output unpredictable
+    - i2c: core: Restore acpi_walk_dep_device_list() getting called after
+      registering the ACPI i2c devs
+    - md/bitmap: fix memory leak of temporary bitmap
+    - block: ratelimit handle_bad_sector() message
+    - [x86] dumpstack: Fix misleading instruction pointer error message
+    - crypto: ccp - fix error handling
+    - [x86] asm: Replace __force_order with a memory clobber
+    - [x86] mce: Add Skylake quirk for patrol scrub reported errors
+    - media: firewire: fix memory leak
+    - media: ati_remote: sanity check for both endpoints
+    - media: st-delta: Fix reference count leak in delta_run_work
+    - media: sti: Fix reference count leaks
+    - media: exynos4-is: Fix several reference count leaks due to
+      pm_runtime_get_sync
+    - media: exynos4-is: Fix a reference count leak due to pm_runtime_get_sync
+    - media: exynos4-is: Fix a reference count leak
+    - media: vsp1: Fix runtime PM imbalance on error
+    - media: platform: s3c-camif: Fix runtime PM imbalance on error
+    - media: platform: sti: hva: Fix runtime PM imbalance on error
+    - media: bdisp: Fix runtime PM imbalance on error
+    - media: media/pci: prevent memory leak in bttv_probe
+    - [x86] mce: Annotate mce_rd/wrmsrl() with noinstr
+    - crypto: hisilicon - fixed memory allocation error
+    - spi: fsi: Fix clock running too fast
+    - blk-mq: always allow reserved allocation in hctx_may_queue
+    - [x86] mce: Make mce_rdmsrl() panic on an inaccessible MSR
+    - media: uvcvideo: Ensure all probed info is returned to v4l2
+    - mmc: sdio: Check for CISTPL_VERS_1 buffer size
+    - media: saa7134: avoid a shift overflow
+    - media: atomisp: fix memleak in ia_css_stream_create
+    - media: venus: fixes for list corruption
+    - notifier: Fix broken error handling pattern
+    - fs: dlm: fix configfs memory leak
+    - media: venus: core: Fix error handling in probe
+    - media: venus: core: Fix runtime PM imbalance in venus_probe
+    - ntfs: add check for mft record size in superblock
+    - ip_gre: set dev->hard_header_len and dev->needed_headroom properly
+    - mac80211: handle lack of sband->bitrates in rates
+    - staging: wfx: fix handling of MMIC error
+    - libbpf: Close map fd if init map slots failed
+    - bpf: Use raw_spin_trylock() for pcpu_freelist_push/pop in NMI
+    - PM: hibernate: remove the bogus call to get_gendisk() in
+      software_resume()
+    - scsi: mvumi: Fix error return in mvumi_io_attach()
+    - scsi: target: core: Add CONTROL field for trace events
+    - [amd64] mic: vop: copy data to kernel space then write to io memory
+    - [amd64] misc: vop: add round_up(x,4) for vring_size to avoid kernel
+      panic
+    - [arm64,armhf] usb: dwc3: Add splitdisable quirk for Hisilicon Kirin Soc
+    - usb: gadget: function: printer: fix use-after-free in __lock_acquire
+    - rtw88: pci: Power cycle device during shutdown
+    - udf: Limit sparing table size
+    - udf: Avoid accessing uninitialized data on failed inode read
+    - rtw88: increse the size of rx buffer size
+    - USB: cdc-acm: handle broken union descriptors
+    - [arm64,armhf] usb: dwc3: simple: add support for Hikey 970
+    - can: flexcan: flexcan_chip_stop(): add error handling and propagate
+      error value
+    - HID: multitouch: Lenovo X1 Tablet Gen3 trackpoint and buttons
+    - ath9k: hif_usb: fix race condition between usb_get_urb() and
+      usb_kill_anchored_urbs()
+    - [arm64,armhf] drm/panfrost: add Amlogic GPU integration quirks
+    - [arm64,armhf] drm/panfrost: add amlogic reset quirk callback
+    - [arm64,armhf] drm/panfrost: add support for vendor quirk
+    - bpf: Limit caller's stack depth 256 for subprogs with tailcalls
+    - dma-direct: Fix potential NULL pointer dereference
+    - misc: rtsx: Fix memory leak in rtsx_pci_probe
+    - reiserfs: only call unlock_new_inode() if I_NEW
+    - opp: Prevent memory leak in dev_pm_opp_attach_genpd()
+    - xfs: make sure the rt allocator doesn't run off the end
+    - usb: ohci: Default to per-port over-current protection
+    - drm: fix double free for gbo in drm_gem_vram_init and
+      drm_gem_vram_create
+    - Bluetooth: Only mark socket zapped after unlocking
+    - drm/msm/a6xx: fix a potential overflow issue
+    - drm/xlnx: Use devm_drm_dev_alloc
+    - iomap: fix WARN_ON_ONCE() from unprivileged users
+    - scsi: ibmvfc: Fix error return in ibmvfc_probe()
+    - scsi: qla2xxx: Warn if done() or free() are called on an already freed
+      srb
+    - soundwire: cadence: fix race condition between suspend and Slave device
+      alerts
+    - brcmsmac: fix memory leak in wlc_phy_attach_lcnphy
+    - rtl8xxxu: prevent potential memory leak
+    - Fix use after free in get_capset_info callback.
+    - HID: ite: Add USB id match for Acer One S1003 keyboard dock
+    - scsi: qedf: Return SUCCESS if stale rport is encountered
+    - scsi: qedi: Mark all connections for recovery on link down event
+    - scsi: qedi: Protect active command list to avoid list corruption
+    - scsi: qedi: Fix list_del corruption while removing active I/O
+    - fbmem: add margin check to fb_check_caps()
+    - tty: ipwireless: fix error handling
+    - Bluetooth: btusb: Fix memleak in btusb_mtk_submit_wmt_recv_urb
+    - ipvs: Fix uninit-value in do_ip_vs_set_ctl()
+    - reiserfs: Fix memory leak in reiserfs_parse_options()
+    - [s390x] qeth: strictly order bridge address events
+    - mwifiex: don't call del_timer_sync() on uninitialized timer
+    - ALSA: hda/ca0132 - Add AE-7 microphone selection commands.
+    - ALSA: hda/ca0132 - Add new quirk ID for SoundBlaster AE-7.
+    - [x86] ASoC: SOF: Add topology filename override based on dmi data match
+    - [x86] ASoC: Intel: sof_rt5682: override quirk data for
+      tgl_max98373_rt5682
+    - scsi: smartpqi: Avoid crashing kernel for controller issues
+    - brcm80211: fix possible memleak in brcmf_proto_msgbuf_attach
+    - usb: core: Solve race condition in anchor cleanup functions
+    - soundwire: intel: reinitialize IP+DSP in .prepare(), but only when
+      resuming
+    - scsi: ufs: ufs-qcom: Fix race conditions caused by
+      ufs_qcom_testbus_config()
+    - dmaengine: dw: Add DMA-channels mask cell support
+    - dmaengine: dw: Activate FIFO-mode for memory peripherals only
+    - drm/hisilicon: Code refactoring for hibmc_drv_de
+    - [arm64,armhf] drm/panfrost: perfcnt: fix ref count leak in
+      panfrost_perfcnt_enable_locked
+    - ath10k: check idx validity in __ath10k_htt_rx_ring_fill_n()
+    - [s390x] qeth: don't let HW override the configured port role
+    - tty: serial: lpuart: fix lpuart32_write usage
+    - tty: serial: fsl_lpuart: fix lpuart32_poll_get_char
+    - usb: gadget: bcm63xx_udc: fix up the error of undeclared usb_debug_root
+    - usb: cdc-acm: add quirk to blacklist ETAS ES58X devices
+    - USB: cdc-wdm: Make wdm_flush() interruptible and add wdm_fsync().
+    - usb: cdns3: gadget: free interrupt after gadget has deleted
+    - eeprom: at25: set minimum read/write access stride to 1
+    - usb: gadget: f_ncm: allow using NCM in SuperSpeed Plus gadgets.
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.9.3
+    - cpufreq: Improve code around unlisted freq check
+    - netfilter: nftables_offload: KASAN slab-out-of-bounds Read in
+      nft_flow_rule_create
+    - io_uring: allow timeout/poll/files killing to take task into account
+    - io_uring: move dropping of files into separate helper
+    - io_uring: stash ctx task reference for SQPOLL
+    - io_uring: unconditionally grab req->task
+    - io_uring: return cancelation status from poll/timeout/files handlers
+    - io_uring: enable task/files specific overflow flushing
+    - io_uring: don't rely on weak ->files references
+    - io_uring: reference ->nsproxy for file table commands
+    - io_wq: Make io_wqe::lock a raw_spinlock_t
+    - io-wq: fix use-after-free in io_wq_worker_running
+    - io_uring: no need to call xa_destroy() on empty xarray
+    - io_uring: Fix use of XArray in __io_uring_files_cancel
+    - io_uring: Fix XArray usage in io_uring_add_task_file
+    - io_uring: Convert advanced XArray uses to the normal API
+    - scripts/setlocalversion: make git describe output more reliable
+    - [arm64] efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL
+      failure
+    - fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
+    - [arm64] Run ARCH_WORKAROUND_1 enabling code on all CPUs
+    - [arm64] Run ARCH_WORKAROUND_2 enabling code on all CPUs
+    - [arm64] link with -z norelro regardless of CONFIG_RELOCATABLE
+    - [x86] PCI: Fix intel_mid_pci.c build error when ACPI is not enabled
+    - efivarfs: Replace invalid slashes with exclamation marks in dentries.
+    - bnxt_en: Check abort error state in bnxt_open_nic().
+    - bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().
+    - bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.
+    - bnxt_en: Re-write PCI BARs after PCI fatal error.
+    - bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.
+    - cxgb4: set up filter action after rewrites
+    - gtp: fix an use-before-init in gtp_newlink()
+    - ibmveth: Fix use of ibmveth in a bridge.
+    - ibmvnic: fix ibmvnic_set_mac
+    - mlxsw: core: Fix memory leak on module removal
+    - mlxsw: Only advertise link modes supported by both driver and device
+    - netem: fix zero division in tabledist
+    - net: hns3: Clear the CMDQ registers before unmapping BAR region
+    - net: ipa: command payloads already mapped
+    - net/sched: act_mpls: Add softdep on mpls_gso.ko
+    - r8169: fix issue with forced threading in combination with shared
+      interrupts
+    - ravb: Fix bit fields checking in ravb_hwtstamp_get()
+    - tcp: Prevent low rmem stalls with SO_RCVLOWAT.
+    - tipc: fix memory leak caused by tipc_buf_append()
+    - net/smc: fix invalid return code in smcd_new_buf_create()
+    - net/smc: fix suppressed return code
+    - net: protect tcf_block_unbind with block lock
+    - erofs: avoid duplicated permission check for "trusted." xattrs
+    - [x86] arch/x86/amd/ibs: Fix re-arming IBS Fetch
+    - [x86] traps: Fix #DE Oops message regression
+    - [x86] xen: disable Firmware First mode for correctable memory errors
+    - PCI: aardvark: Fix initialization with old Marvell's Arm Trusted
+      Firmware
+    - ata: ahci: mvebu: Make SATA PHY optional for Armada 3720
+    - fuse: fix page dereference after free
+    - bpf: Fix comment for helper bpf_current_task_under_cgroup()
+    - evm: Check size of security.evm before using it
+    - p54: avoid accessing the data mapped to streaming DMA
+    - cxl: Rework error message for incompatible slots
+    - RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()
+    - mtd: lpddr: Fix bad logic in print_drs_error
+    - [x86] drm/i915/gem: Serialise debugfs i915_gem_objects with ctx->mutex
+    - serial: qcom_geni_serial: To correct QUP Version detection logic
+    - serial: pl011: Fix lockdep splat when handling magic-sysrq interrupt
+    - PM: runtime: Fix timer_expires data type on 32-bit arches
+    - ata: sata_rcar: Fix DMA boundary mask
+    - mm: mark async iocb read as NOWAIT once some data has been copied
+    - xen/gntdev.c: Mark pages as dirty
+    - io_uring: don't reuse linked_timeout
+    - misc: rtsx: do not setting OC_POWER_DOWN reg in rtsx_pci_init_ocp()
+    - phy: marvell: comphy: Convert internal SMCC firmware return codes to
+      errno
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.9.4
+    - [x86,powerpc] Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
+    - [x86] copy_mc: Introduce copy_mc_enhanced_fast_string()
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.9.5
+    - xen/events: avoid removing an event channel while handling it
+      (CVE-2020-27675)
+    - xen/events: add a proper barrier to 2-level uevent unmasking
+      (CVE-2020-27673)
+    - xen/events: fix race in evtchn_fifo_unmask() (CVE-2020-27673)
+    - xen/events: add a new "late EOI" evtchn framework (CVE-2020-27673)
+    - xen/blkback: use lateeoi irq binding (CVE-2020-27673)
+    - xen/netback: use lateeoi irq binding (CVE-2020-27673)
+    - xen/scsiback: use lateeoi irq binding (CVE-2020-27673)
+    - xen/pvcallsback: use lateeoi irq binding (CVE-2020-27673)
+    - xen/pciback: use lateeoi irq binding (CVE-2020-27673)
+    - xen/events: switch user event channels to lateeoi model (CVE-2020-27673)
+    - xen/events: use a common cpu hotplug hook for event channels
+      (CVE-2020-27673)
+    - xen/events: defer eoi in case of excessive number of events
+      (CVE-2020-27673)
+    - xen/events: block rogue events for some time (CVE-2020-27673)
+    - [arm64] tee: client UUID: Skip REE kernel login method as well
+    - [x86] unwind/orc: Fix inactive tasks with stack pointer in %sp on GCC 10
+      compiled kernels
+    - [x86] alternative: Don't call text_poke() in lazy TLB mode
+    - RDMA/mlx5: Fix devlink deadlock on net namespace deletion
+    - afs: Fix a use after free in afs_xattr_get_acl()
+    - afs: Fix afs_launder_page to not clear PG_writeback
+    - RDMA/qedr: Fix memory leak in iWARP CM
+    - ata: sata_nv: Fix retrieving of active qcs
+    - [arm64] efi: increase EFI PE/COFF header padding to 64 KB
+    - afs: Fix to take ref on page when PG_private is set
+    - afs: Fix page leak on afs_write_begin() failure
+    - afs: Fix where page->private is set during write
+    - afs: Wrap page->private manipulations in inline functions
+    - afs: Alter dirty range encoding in page->private
+    - afs: Fix afs_invalidatepage to adjust the dirty region
+    - afs: Fix dirty-region encoding on ppc32 with 64K pages
+    - lockdep: Fix preemption WARN for spurious IRQ-enable
+    - [arm64,armhf] usb: host: ehci-tegra: Fix error handling in
+      tegra_ehci_probe()
+    - futex: Fix incorrect should_fail_futex() handling
+    - [powerpc*] vmemmap: Fix memory leak with vmemmap list allocation
+      failures.
+    - [powerpc*] powernv/smp: Fix spurious DBG() warning
+    - RDMA/core: Change how failing destroy is handled during uobj abort
+    - f2fs: allocate proper size memory for zstd decompress
+    - mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race
+    - [powerpc*] select ARCH_WANT_IRQS_OFF_ACTIVATE_MM
+    - [sparc64] remove mm_cpumask clearing to fix kthread_use_mm race
+    - f2fs: add trace exit in exception path
+    - f2fs: do sanity check on zoned block device path
+    - f2fs: fix uninit-value in f2fs_lookup
+    - f2fs: fix to check segment boundary during SIT page readahead
+    - [s390x] startup: avoid save_area_sync overflow
+    - f2fs: compress: fix to disallow enabling compress on non-empty file
+    - [s390x] ap/zcrypt: revisit ap and zcrypt error handling
+    - f2fs: handle errors of f2fs_get_meta_page_nofail
+    - afs: Don't assert on unpurgeable server records
+    - [powerpc*] 64s: handle ISA v3.1 local copy-paste context switches
+    - [armel,armhf] 8997/2: hw_breakpoint: Handle inexact watchpoint addresses
+    - NFS4: Fix oops when copy_file_range is attempted with NFS4.0 source
+    - xfs: Set xfs_buf type flag when growing summary/bitmap files
+    - xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary files
+    - xfs: log new intent items created as part of finishing recovered intent
+      items
+    - power: supply: bq27xxx: report "not charging" on all types
+    - xfs: change the order in which child and parent defer ops are finished
+    - xfs: fix realtime bitmap/summary file truncation when growing rt volume
+    - io_uring: don't set COMP_LOCKED if won't put
+    - ath10k: fix retry packets update in station dump
+    - [x86] kaslr: Initialize mem_limit to the real maximum address
+    - drm/ast: Separate DRM driver from PCI code
+    - drm/amdgpu: restore ras flags when user resets eeprom(v2)
+    - ath10k: start recovery process when payload length exceeds max htc
+      length for sdio
+    - ath10k: fix VHT NSS calculation when STBC is enabled
+    - drm/scheduler: Scheduler priority fixes (v2)
+    - [x86] ASoC: SOF: fix a runtime pm issue in SOF when HDMI codec doesn't
+      work
+    - drm/bridge_connector: Set default status connected for eDP connectors
+    - media: videodev2.h: RGB BT2020 and HSV are always full range
+    - [x86] usb: typec: tcpm: During PR_SWAP, source caps should be sent only
+      after tSwapSourceStart
+    - mmc: via-sdmmc: Fix data race bug
+    - brcmfmac: increase F2 watermark for BCM4329
+    - [arm64] topology: Stop using MPIDR for topology information
+    - printk: reduce LOG_BUF_SHIFT range for H8300
+    - [ia64] kprobes: Use generic kretprobe trampoline handler
+    - bpf: Permit map_ptr arithmetic with opcode add and offset 0
+    - [arm64,armhf] drm: lima: fix common struct sg_table related issues
+    - [arm64,armhf] drm: panfrost: fix common struct sg_table related issues
+    - media: uvcvideo: Fix dereference of out-of-bound list iterator
+    - selinux: access policycaps with READ_ONCE/WRITE_ONCE
+    - samples/bpf: Fix possible deadlock in xdpsock
+    - [riscv64] Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
+    - cpufreq: sti-cpufreq: add stih418 support
+    - USB: adutux: fix debugging
+    - mac80211: add missing queue/hash initialization to 802.3 xmit
+    - usb: xhci: omit duplicate actions when suspending a runtime suspended
+      host.
+    - SUNRPC: Mitigate cond_resched() in xprt_transmit()
+    - [arm64] mm: return cpu_all_mask when node is NUMA_NO_NODE
+    - [armhf] can: flexcan: disable clocks during stop mode
+    - xfs: don't free rt blocks when we're doing a REMAP bunmapi call
+    - xfs: avoid LR buffer overrun due to crafted h_len
+    - ACPI: Add out of bounds and numa_off protections to pxm_to_node()
+    - brcmfmac: Fix warning message after dongle setup failed
+    - ath11k: Use GFP_ATOMIC instead of GFP_KERNEL in
+      ath11k_dp_htt_get_ppdu_desc
+    - ath11k: fix warning caused by lockdep_assert_held
+    - ath11k: change to disable softirqs for ath11k_regd_update to solve
+      deadlock
+    - drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol values
+    - [arm64,armhf] usb: dwc3: core: do not queue work if dr_mode is not
+      USB_DR_MODE_OTG
+    - [arm64] bus/fsl_mc: Do not rely on caller to provide non NULL mc_io
+    - ACPI: HMAT: Fix handling of changes from ACPI 6.2 to ACPI 6.3
+    - block: Consider only dispatched requests for inflight statistic
+    - btrfs: fix replace of seed device
+    - md/bitmap: md_bitmap_get_counter returns wrong blocks
+    - f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inode
+    - bnxt_en: Log unknown link speed appropriately.
+    - [arm64] rpmsg: glink: Use complete_all for open states
+    - PCI/ACPI: Add Ampere Altra SOC MCFG quirk
+    - [armhf] clk: ti: clockdomain: fix static checker warning
+    - nfsd: rename delegation related tracepoints to make them less confusing
+    - nfsd4: remove check_conflicting_opens warning
+    - net: 9p: initialize sun_server.sun_path to have addr's value only when
+      addr is valid
+    - ceph: encode inodes' parent/d_name in cap reconnect message
+    - jbd2: avoid transaction reuse after reformatting
+    - ext4: Detect already used quota file early
+    - [ppc64el] KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest
+    - scsi: core: Clean up allocation and freeing of sgtables
+    - gfs2: call truncate_inode_pages_final for address space glocks
+    - gfs2: Fix NULL pointer dereference in gfs2_rgrp_dump
+    - gfs2: use-after-free in sysfs deregistration
+    - gfs2: add validation checks for size of superblock
+    - Handle STATUS_IO_TIMEOUT gracefully
+    - cifs: handle -EINTR in cifs_setattr
+    - [armhf] memory: emif: Remove bogus debugfs error handling
+    - nbd: make the config put is called before the notifying the waiter
+    - sgl_alloc_order: fix memory leak
+    - nvme-rdma: fix crash when connect rejected
+    - vmlinux.lds.h: Add PGO and AutoFDO input sections
+    - [mips64el,mipsel] irqchip/loongson-htvec: Fix initial interrupt clearing
+    - md: fix the checking of wrong work queue
+    - md/raid5: fix oops during stripe resizing
+    - mmc: sdhci: Add LTR support for some Intel BYT based controllers
+    - mmc: sdhci-acpi: AMDI0040: Set SDHCI_QUIRK2_PRESET_VALUE_BROKEN
+    - mm: memcg/slab: uncharge during kmem_cache_free_bulk()
+    - seccomp: Make duplicate listener detection non-racy
+    - [x86] perf/x86/intel: Fix Ice Lake event constraint table
+    - [x86] perf/x86/amd: Fix sampling Large Increment per Cycle events
+    - [x86] perf/amd/uncore: Set all slices and threads to restore perf stat
+      -a behaviour
+    - [x86] perf/x86/amd/ibs: Don't include randomized bits in
+      get_ibs_op_count()
+    - [x86] perf/x86/amd/ibs: Fix raw sample data accumulation
+    - media: uvcvideo: Fix uvc_ctrl_fixup_xu_info() not having any effect
+    - fs: Don't invalidate page buffers in block_write_full_page()
+    - ACPI: configfs: Add missing config_item_put() to fix refcount leak
+    - NFS: fix nfs_path in case of a rename retry
+    - ACPI: button: fix handling lid state changes when input device closed
+    - ACPI: video: use ACPI backlight for HP 635 Notebook
+    - ACPI: debug: don't allow debugging when ACPI is disabled
+    - PCI/ACPI: Whitelist hotplug ports for D3 if power managed by ACPI
+    - ACPI: EC: PM: Flush EC work unconditionally after wakeup
+    - ACPI: EC: PM: Drop ec_no_wakeup check from acpi_ec_dispatch_gpe()
+    - acpi-cpufreq: Honor _PSD table setting on new AMD CPUs
+    - io-wq: assign NUMA node locality if appropriate
+    - w1: mxc_w1: Fix timeout resolution problem leading to bus error
+    - fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
+    - scsi: mptfusion: Fix null pointer dereferences in mptscsih_remove()
+    - scsi: qla2xxx: Fix MPI reset needed message
+    - scsi: qla2xxx: Fix reset of MPI firmware
+    - scsi: qla2xxx: Fix crash on session cleanup with unload
+    - PM: runtime: Remove link state checks in rpm_get/put_supplier()
+    - btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inode
+    - btrfs: improve device scanning messages
+    - btrfs: qgroup: fix qgroup meta rsv leak for subvolume operations
+    - btrfs: sysfs: init devices outside of the chunk_mutex
+    - btrfs: tracepoints: output proper root owner for
+      trace_find_free_extent()
+    - btrfs: reschedule if necessary when logging directory items
+    - btrfs: send, orphanize first all conflicting inodes when processing
+      references
+    - btrfs: send, recompute reference path after orphanization of a directory
+    - btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()
+    - btrfs: tree-checker: fix false alert caused by legacy btrfs root item
+    - btrfs: reschedule when cloning lots of extents
+    - btrfs: cleanup cow block on error
+    - btrfs: skip devices without magic signature when mounting
+    - btrfs: tree-checker: validate number of chunk stripes and parity
+    - btrfs: fix use-after-free on readahead extent after failure to create it
+    - btrfs: fix readahead hang and use-after-free after removing a device
+    - btrfs: drop the path before adding block group sysfs files
+    - usb: xhci: Workaround for S3 issue on AMD SNPS 3.0 xHC
+    - [arm64] usb: dwc3: pci: Allow Elkhart Lake to utilize DSM method for PM
+      functionality
+    - [arm64,armhf] usb: dwc3: ep0: Fix ZLP for OUT ep0 requests
+    - [arm64,armhf] usb: dwc3: gadget: Check MPS of the request length
+    - [arm64,armhf] usb: dwc3: gadget: Reclaim extra TRBs after request
+      completion
+    - [arm64,armhf] usb: dwc3: core: add phy cleanup for probe error handling
+    - [arm64,armhf] usb: dwc3: core: don't trigger runtime pm when remove
+      driver
+    - [arm64,armhf] usb: dwc3: gadget: Resume pending requests after
+      CLEAR_STALL
+    - [arm64,armhf] usb: dwc3: gadget: END_TRANSFER before CLEAR_STALL command
+    - usb: cdc-acm: fix cooldown mechanism
+    - [x86] usb: typec: tcpm: reset hard_reset_count for any disconnect
+    - usbcore: Check both id_table and match() when both available
+    - USB: apple-mfi-fastcharge: don't probe unhandled devices
+    - [x86] drm/i915: Force VT'd workarounds when running as a guest OS
+    - vt: keyboard, simplify vt_kdgkbsent
+    - vt: keyboard, extend func_buf_lock to readers (CVE-2020-25656)
+    - vt_ioctl: fix GIO_UNIMAP regression
+    - HID: wacom: Avoid entering wacom_wac_pen_report for pad / battery
+    - [x86] mce: Allow for copy_mc_fragile symbol checksum to be generated
+    - [arm64] tty: serial: fsl_lpuart: LS1021A has a FIFO size of 16 words,
+      like LS1028A
+    - tracing: Fix race in trace_open and buffer resize call
+    - [powerpc*] Fix random segfault when freeing hugetlb range
+    - udf: Fix memory leak when mounting
+    - rcu-tasks: Fix grace-period/unlock race in RCU Tasks Trace
+    - rcu-tasks: Fix low-probability task_struct leak
+    - rcu-tasks: Enclose task-list scan in rcu_read_lock()
+    - [s390x] stp: add locking to sysfs functions
+    - [powerpc*] rtas: Restrict RTAS requests from userspace
+    - [powerpc*] Warn about use of smt_snooze_delay
+    - [powerpc*] memhotplug: Make lmb size 64bit
+    - [powerpc*] powernv/elog: Fix race while processing OPAL error log event.
+    - [powerpc*] powermac: Fix low_sleep_handler with KUAP and KUEP
+    - [powerpc*] mce: Avoid nmi_enter/exit in real mode on pseries hash
+    - [powerpc*] Fix undetected data corruption with P9N DD2.1 VSX CI load
+      emulation
+    - [powerpc*] 32: Fix vmap stack - Do not activate MMU before reading task
+      struct
+    - [powerpc*] 32: Fix vmap stack - Properly set r1 before activating MMU
+    - block: advance iov_iter on bio_add_hw_page failure
+    - io_uring: use type appropriate io_kiocb handler for double poll
+    - [armhf] remoteproc: Fixup coredump debugfs disable request
+    - gfs2: Make sure we don't miss any delayed withdraws
+    - gfs2: Only access gl_delete for iopen glocks
+    - NFSv4: Wait for stateid updates after CLOSE/OPEN_DOWNGRADE
+    - NFSv4.2: support EXCHGID4_FLAG_SUPP_FENCE_OPS 4.2 EXCHANGE_ID flag
+    - NFSD: Add missing NFSv2 .pc_func methods
+    - ubifs: dent: Fix some potential memory leaks while iterating entries
+    - ubifs: xattr: Fix some potential memory leaks while iterating entries
+    - ubifs: journal: Make sure to not dirty twice for auth nodes
+    - ubifs: Fix a memleak after dumping authentication mount options
+    - ubifs: Don't parse authentication mount options in remount process
+    - ubifs: mount_ubifs: Release authentication resource in error handling
+      path
+    - perf vendor events amd: Add L2 Prefetch events for zen1
+    - perf python scripting: Fix printable strings in python3 scripts
+    - ubi: check kthread_should_stop() after the setting of task state
+    - [arm64,armhf] i2c: imx: Fix external abort on interrupt in exit paths
+    - drm/amdgpu: don't map BO in reserved region
+    - drm/amdgpu: vcn and jpeg ring synchronization
+    - drm/amdgpu: update golden setting for sienna_cichlid
+    - drm/amdgpu: correct the gpu reset handling for job != NULL case
+    - drm/amdgpu: add function to program pbb mode for sienna cichlid
+    - drm/amdgpu: increase the reserved VM size to 2MB
+    - ceph: promote to unsigned long long before shifting
+    - libceph: clear con->out_msg on Policy::stateful_server faults
+    - 9P: Cast to loff_t before multiplying
+    - net/sunrpc: Fix return value for sysctl sunrpc.transports
+    - [arm64] PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0
+    - ring-buffer: Return 0 on success from ring_buffer_resize()
+    - [x86] intel_idle: Ignore _CST if control cannot be taken from the
+      platform
+    - [x86] intel_idle: Fix max_cstate for processor models without C-state
+      tables
+    - cpufreq: Avoid configuring old governors as default with intel_pstate
+    - cpufreq: Introduce CPUFREQ_NEED_UPDATE_LIMITS driver flag
+    - cpufreq: intel_pstate: Avoid missing HWP max updates in passive mode
+    - [amd64] vringh: fix __vringh_iov() when riov and wiov are different
+    - ext4: fix leaking sysfs kobject after failed mount
+    - ext4: fix error handling code in add_new_gdb
+    - ext4: implement swap_activate aops using iomap
+    - ext4: fix invalid inode checksum
+    - ext4: clear buffer verified flag if read meta block from disk
+    - ext4: fix bdev write error check failed when mount fs with ro
+    - ext4: fix bs < ps issue reported with dioread_nolock mount opt
+    - ext4: do not use extent after put_bh
+    - drm/ttm: fix eviction valuable range check.
+    - [arm64] mmc: sdhci-of-esdhc: make sure delay chain locked for HS400
+    - [arm64] mmc: sdhci-of-esdhc: set timeout to max before tuning
+    - mmc: sdhci: Use Auto CMD Auto Select only when v4_mode is true
+    - [arm64,armhf] memory: tegra: Remove GPU from DRM IOMMU group
+    - futex: Adjust absolute futex timeouts with per time namespace offset
+    - drm/amd/psp: Fix sysfs: cannot create duplicate filename
+    - drm/amdgpu: correct the cu and rb info for sienna cichlid
+    - tty: make FONTX ioctl use the tty pointer they were actually passed
+      (CVE-2020-25668)
+    - cachefiles: Handle readpage error correctly
+    - [hppa] hil/parisc: Disable HIL driver when it gets stuck
+    - [arm64] Change .weak to SYM_FUNC_START_WEAK_PI for arch/arm64/lib/mem*.S
+    - [arm64] dts: marvell: espressobin: Add ethernet switch aliases
+    - null_blk: synchronization fix for zoned device
+    - device property: Keep secondary firmware node secondary by type
+    - device property: Don't clear secondary pointer for shared primary
+      firmware node
+    - [x86] KVM: Fix NULL dereference at kvm_msr_ignored_check()
+    - [arm64] KVM: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCR
+    - stop_machine, rcu: Mark functions as notrace
+    - [x86] staging: comedi: cb_pcidas: Allow 2-channel commands for AO
+      subdevice
+    - [mips64el,mipsel] staging: octeon: repair "fixed-link" support
+    - [mips64el,mipsel] staging: octeon: Drop on uncorrectable alignment or
+      FCS error
+    - cpufreq: Introduce cpufreq_driver_test_flags()
+    - cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is
+      set
+    - time: Prevent undefined behaviour in timespec64_to_ns()
+    - time/sched_clock: Mark sched_clock_read_begin/retry() as notrace
+    - null_blk: Fix zone reset all tracing
+    - null_blk: Fix locking in zoned mode
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.9.6
+    - [x86] ASOC: SOF: Intel: hda-codec: move unused label to correct position
+
+  [ Sudip Mukherjee ]
+  * Remove libtraceevent. (See: #971976)
+
+  [ Vagrant Cascadian ]
+  * [arm64] Add i2c_mv64xxx i2c-modules udeb.
+  * [arm64] Add drivers/pinctrl to kernel-image udeb.
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.9.1-rt20
+  * [rt] Drop "io_wq: Make io_wqe::lock a raw_spinlock_t"
+  * [rt] Refresh "kernel/sched: move stack + kprobe clean up to
+    __put_task_struct()" for context changes in 5.9.3
+  * Bump ABI to 2
+  * [x86] media/cec: Enable MEDIA_CEC_SUPPORT; Enable CEC_SECO as module
+    (Closes: #972973)
+  * [rt] Drop "printk: reduce LOG_BUF_SHIFT range for H8300"
+  * [rt] Drop "mm: fix exec activate_mm vs TLB shootdown and lazy tlb
+    switching race"
+  * [x86] pinctrl: Enable PINCTRL_TIGERLAKE (Closes: #973372)
+  * [x86] sound/soc: Enable SND_SOC_SOF_TIGERLAKE_SUPPORT (Closes: #973879)
+  * perf/core: Fix a memory leak in perf_event_parse_addr_filter()
+
+  [ Ben Hutchings ]
+  * [rt] Rebase seqlock patches on top of 5.9.6
+
+  [ John Paul Adrian Glaubitz ]
+  * [sh4] Update kernel configuration for sh7785lcr flavor
+    - Compile CONFIG_HID, CONFIG_USB_HID, CONFIG_INPUT_EVDEV and
+      CONFIG_R8169 as modules to reduce kernel image size
+    - Disable CONFIG_KEYBOARD_ATKBD, CONFIG_MOUSE_PS2*, CONFIG_SERIO*
+      and CONFIG_PARPORT_1284 as the SH-7785LCR board does not support
+      PC-style keyboards, serial and parallel ports and mice
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 08 Nov 2020 13:40:04 +0100
+
+linux (5.9.1-1) unstable; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_5.9
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.9.1
+    - Bluetooth: A2MP: Fix not initializing all members (CVE-2020-12352)
+    - Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channel
+      (CVE-2020-12351)
+    - Bluetooth: MGMT: Fix not checking if BT_HS is enabled
+    - media: usbtv: Fix refcounting mixup
+    - USB: serial: option: add Cellient MPL200 card
+    - USB: serial: option: Add Telit FT980-KS composition
+    - [x86] staging: comedi: check validity of wMaxPacketSize of usb endpoints
+      found
+    - USB: serial: pl2303: add device-id for HP GC device
+    - USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART adapters
+    - vt_ioctl: make VT_RESIZEX behave like VT_RESIZE
+    - reiserfs: Initialize inode keys properly
+    - reiserfs: Fix oops during mount
+    - Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
+    - [x86] crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
+
+  [ Romain Perier ]
+  * [rt] Update to 5.9-rc8-rt12
+
+  [ Uwe Kleine-König ]
+  * [armhf,arm64] Enable CONFIG_VIDEO_SUNXI_CEDRUS (Closes: #972123)
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.9-rt16
+  * [x86]  ACPI / extlog: Check for RDMSR failure (Closes: #971058)
+  * Set ABI to 1
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 17 Oct 2020 15:14:43 +0200
+
+linux (5.9~rc8-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * linux-doc: Correct index filename in package description
+  * [amd64/cloud-amd64] Generalise the description of supported platforms
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.9-rc8-rt11
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 05 Oct 2020 23:17:12 +0200
+
+linux (5.9~rc6-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate:
+
+  [ Ben Hutchings ]
+  * linux-signed-*: Set Uploaders and Standards-Version to match linux
+  * [rt] Update to 5.9-rc5-rt7 and re-enable
+
+  [ Uwe Kleine-König ]
+  * [arm64,generic] Enable configs used on SMARC-sAL28 board and its carriers.
+    Patch by Michael Walle.
+
+  [ Gianfranco Costamagna ]
+  * Provide virtualbox-guest-modules now that the module is inside the kernel
+    itself.
+
+  [ Salvatore Bonaccorso ]
+  * Set ABI to trunk
+  * drivers/net/wireless: Enable RTW88_8821CE (Closes: #917941)
+
+ -- Ben Hutchings <benh@debian.org>  Mon, 21 Sep 2020 03:23:41 +0100
+
+linux (5.9~rc4-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * Un-export symbols no longer needed by the Android ashmem and binder drivers
+  * aufs: Disable support patchset until it is updated for Linux 5.9
+  * Makefile: Do not check for libelf when building OOT module
+  * udeb: Move any compression modules to kernel-image; drop compress-modules
+  * libtraceevent1: Update symbols list for functions added in 5.9
+  * drm/virtio: Revert "drm/virtio: Call the right shmem helpers"
+
+ -- Ben Hutchings <benh@debian.org>  Fri, 11 Sep 2020 04:20:59 +0100
+
+linux (5.8.14-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.8.11
+    - dt-bindings: spi: Fix spi-bcm-qspi compatible ordering
+    - net: handle the return value of pskb_carve_frag_list() correctly
+    - dt-bindings: PCI: intel,lgm-pcie: Fix matching on all snps,dw-pcie
+      instances
+    - [x86] hv_netvsc: Remove "unlikely" from netvsc_select_queue
+    - loop: Set correct device size when using LOOP_CONFIGURE
+    - firmware_loader: fix memory leak for paged buffer
+    - xprtrdma: Release in-flight MRs on disconnect
+    - NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation
+      recall
+    - [armhf] phy: omap-usb2-phy: disable PHY charger detect
+    - scsi: pm8001: Fix memleak in pm8001_exec_internal_task_abort
+    - scsi: libfc: Fix for double free()
+    - scsi: lpfc: Fix FLOGI/PLOGI receive race condition in pt2pt discovery
+    - scsi: lpfc: Extend the RDF FPIN Registration descriptor for additional
+      events
+    - [arm64] regulator: pwm: Fix machine constraints application
+    - NFS: Zero-stateid SETATTR should first return delegation
+    - SUNRPC: stop printk reading past end of string
+    - cifs: fix DFS mount with cifsacl/modefromsid
+    - nvme-fc: cancel async events before freeing event struct
+    - nvme-rdma: cancel async events before freeing event struct
+    - block: only call sched requeue_request() for scheduled requests
+    - f2fs: fix indefinite loop scanning for free nid
+    - f2fs: Return EOF on unaligned end of file DIO read
+    - i2c: algo: pca: Reapply i2c bus settings after reset
+    - spi: Fix memory leak on splited transfers
+    - [mips*] KVM: Change the definition of kvm type
+    - [arm64,armhf] clk: rockchip: Fix initialization of mux_pll_src_4plls_p
+    - [x86] ASoC: Intel: skl_hda_dsp_generic: Fix NULLptr dereference in
+      autosuspend delay
+    - [arm64] ASoC: qcom: Set card->owner to avoid warnings
+    - ASoC: qcom: common: Fix refcount imbalance on error
+    - [powerpc*] book3s64/radix: Fix boot failure with large amount of guest
+      memory
+    - ASoC: soc-core: add snd_soc_find_dai_with_mutex()
+    - [x86] ASoC: Intel: haswell: Fix power transition refactor
+    - ASoC: core: Do not cleanup uninitialized dais on soc_pcm_open failure
+    - [x86] Drivers: hv: vmbus: hibernation: do not hang forever in
+      vmbus_bus_resume()
+    - scsi: libsas: Fix error path in sas_notify_lldd_dev_found()
+    - [arm64] Allow CPUs unffected by ARM erratum 1418040 to come in late
+    - [x86] Drivers: hv: vmbus: Add timeout to vmbus_wait_for_unload
+    - [x86] drm/i915/gem: Reduce context termination list iteration guard to
+      RCU
+    - fbcon: Fix user font detection test at fbcon_resize().
+    - [arm64] bpf: Fix branch offset in JIT
+    - [amd64] iommu/amd: Fix potential @entry null deref
+    - [amd64] iommu/amd: Restore IRTE.RemapEn bit for
+      amd_iommu_activate_guest_mode
+    - [riscv64] Add sfence.vma after early page table changes
+    - locking/lockdep: Fix "USED" <- "IN-NMI" inversions
+    - efi: efibc: check for efivars write capability
+    - locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_count
+    - [x86] unwind/fp: Fix FP unwinding in ret_from_fork
+    - [x86] drm/i915/gem: Delay tracking the GEM context until it is
+      registered
+    - [x86] drm/i915: Filter wake_flags passed to default_wake_function
+    - USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin
+      notebook
+    - USB: UAS: fix disconnect by unplugging a hub
+    - usblp: fix race between disconnect() and read()
+    - [x86] usb: typec: ucsi: acpi: Increase command completion timeout value
+    - [x86] usb: typec: ucsi: Prevent mode overrun
+    - [x86] i2c: i801: Fix resume bug
+    - Revert "ALSA: hda - Fix silent audio output and corrupted input on MSI
+      X570-A PRO"
+    - ALSA: hda: fixup headset for ASUS GX502 laptop
+    - ALSA: hda/realtek - The Mic on a RedmiBook doesn't work
+    - percpu: fix first chunk size calculation for populated bitmap
+    - Input: trackpoint - add new trackpoint variant IDs
+    - Input: i8042 - add Entroware Proteus EL07R4 to nomux and reset lists
+    - [x86] thunderbolt: Retry DROM read once if parsing fails
+    - serial: 8250_pci: Add Realtek 816a and 816b
+    - serial: core: fix port-lock initialisation
+    - serial: core: fix console port-lock regression
+    - ksm: reinstate memcg charge on copied pages
+    - kprobes: fix kill kprobe which has been marked as gone
+    - mm/thp: fix __split_huge_pmd_locked() for migration PMD
+    - [s390x] add 3f program exception handler
+    - [s390x] pci: fix leak of DMA tables on hard unplug
+    - [s390x] zcrypt: fix kmalloc 256k failure
+    - ehci-hcd: Move include to keep CRC stable
+    - [arm64] paravirt: Initialize steal time when cpu is online
+    - [powerpc*] dma: Fix dma_map_ops::get_required_mask
+    - dm/dax: Fix table reference counts
+    - mm/memory_hotplug: drain per-cpu pages again during memory offline
+    - dm: Call proper helper to determine dax support
+    - dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
+    - mm: memcg: fix memcg reclaim soft lockup
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.8.12
+    - act_ife: load meta modules before tcf_idr_check_alloc()
+    - bnxt_en: Avoid sending firmware messages when AER error is detected.
+    - bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
+    - cxgb4: fix memory leak during module unload
+    - cxgb4: Fix offset when clearing filter byte counters
+    - geneve: add transport ports in route lookup for geneve (CVE-2020-25645)
+    - hdlc_ppp: add range checks in ppp_cp_parse_cr() (CVE-2020-25643)
+    - [arm64,x86] hinic: bump up the timeout of SET_FUNC_STATE cmd
+    - ip: fix tos reflection in ack and reset packets
+    - ipv4: Initialize flowi4_multipath_hash in data path
+    - ipv4: Update exception handling for multipath routes via same device
+    - ipv6: avoid lockdep issue in fib6_del()
+    - net: bridge: br_vlan_get_pvid_rcu() should dereference the VLAN group
+      under RCU
+    - net: DCB: Validate DCB_ATTR_DCB_BUFFER argument
+    - net: Fix bridge enslavement failure
+    - net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
+    - net/mlx5: Fix FTE cleanup
+    - net: phy: call phy_disable_interrupts() in phy_attach_direct() instead
+    - net: sched: initialize with 0 before setting erspan md->u
+    - net: sch_generic: aviod concurrent reset and enqueue op for lockless
+      qdisc
+    - net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
+    - nfp: use correct define to return NONE fec
+    - tipc: Fix memory leak in tipc_group_create_member()
+    - tipc: fix shutdown() of connection oriented socket
+    - tipc: use skb_unshare() instead in tipc_buf_append()
+    - net/mlx5e: Enable adding peer miss rules only if merged eswitch is
+      supported
+    - bnxt_en: Use memcpy to copy VPD field info.
+    - bnxt_en: return proper error codes in bnxt_show_temp
+    - bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.
+    - net: phy: Avoid NPD upon phy_detach() when driver is unbound
+    - net: phy: Do not warn in phy_stop() on PHY_DOWN
+    - net: add __must_check to skb_put_padto()
+    - [armhf] net: ethernet: ti: cpsw_new: fix suspend/resume
+    - wireguard: noise: take lock when removing handshake entry from table
+    - wireguard: peerlookup: take lock before checking hash in replace
+      operation
+    - net/mlx5e: Fix memory leak of tunnel info when rule under multipath not
+      ready
+    - [arm64,x86] hinic: fix rewaking txq after netif_tx_disable
+    - [x86] hv_netvsc: Fix hibernation for mlx5 VF driver
+    - [arm64,armhf] net: dsa: link interfaces with the DSA master to get rid
+      of lockdep warnings
+    - net: macb: fix for pause frame receive enable bit
+    - Revert "netns: don't disable BHs when locking "nsid_lock""
+    - net/mlx5e: Use RCU to protect rq->xdp_prog
+    - net/mlx5e: Use synchronize_rcu to sync with NAPI
+    - net/mlx5e: Fix endianness when calculating pedit mask first bit
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.8.13
+    - device_cgroup: Fix RCU list debugging warning
+    - [x86] ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN Converter9 2-in-1
+    - [riscv64] Take text_mutex in ftrace_init_nop()
+    - [armhf] i2c: aspeed: Mask IRQ status to relevant bits
+    - [s390x] init: add missing __init annotations
+    - lockdep: fix order in trace_hardirqs_off_caller()
+    - i2c: core: Call i2c_acpi_install_space_handler() before
+      i2c_acpi_register_devices()
+    - objtool: Fix noreturn detection for ignored functions
+    - mwifiex: Increase AES key storage size to 256 bits
+    - batman-adv: bla: fix type misuse for backbone_gw hash indexing
+    - libbpf: Fix build failure from uninitialized variable warning
+    - atm: eni: fix the missed pci_disable_device() for eni_init_one()
+    - batman-adv: mcast/TT: fix wrongly dropped or rerouted packets
+    - netfilter: ctnetlink: add a range check for l3/l4 protonum
+      (CVE-2020-25211)
+    - netfilter: ctnetlink: fix mark based dump filtering regression
+    - netfilter: conntrack: nf_conncount_init is failing with IPv6 disabled
+    - netfilter: nft_meta: use socket user_ns to retrieve skuid and skgid
+    - mac802154: tx: fix use-after-free
+    - bpf: Fix clobbering of r2 in bpf_gen_ld_abs
+    - tools/libbpf: Avoid counting local symbols in ABI check
+    - [arm*] drm/vc4/vc4_hdmi: fill ASoC card owner
+    - net: qed: Disable aRFS for NPAR and 100G
+    - net: qede: Disable aRFS for NPAR and 100G
+    - net: qed: RDMA personality shouldn't fail VF load
+    - igc: Fix wrong timestamp latency numbers
+    - igc: Fix not considering the TX delay for timestamps
+    - [x86] hv_netvsc: Switch the data path at the right time during
+      hibernation
+    - RDMA/core: Fix ordering of CQ pool destruction
+    - batman-adv: Add missing include for in_interrupt()
+    - xsk: Fix number of pinned pages/umem size discrepancy
+    - batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LAN
+    - batman-adv: mcast: fix duplicate mcast packets in BLA backbone from mesh
+    - batman-adv: mcast: fix duplicate mcast packets from BLA backbone to mesh
+    - bpf: Fix a rcu warning for bpffs map pretty-print
+    - mac80211: do not disable HE if HT is missing on 2.4 GHz
+    - cfg80211: fix 6 GHz channel conversion
+    - mac80211: fix 80 MHz association to 160/80+80 AP on 6 GHz
+    - [x86] ALSA: asihpi: fix iounmap in error handler
+    - io_uring: fix openat/openat2 unified prep handling
+    - SUNRPC: Fix svc_flush_dcache()
+    - regmap: fix page selection for noinc reads
+    - regmap: fix page selection for noinc writes
+    - net/mlx5e: mlx5e_fec_in_caps() returns a boolean
+    - [mips64el,mipsel] Loongson-3: Fix fp register access if MSA enabled
+    - [armhf] PM / devfreq: tegra30: Disable clock on error in probe
+    - [arm64,armhf] regulator: axp20x: fix LDO2/4 description
+    - [x86] KVM: Reset MMU context if guest toggles CR4.SMAP or CR4.PKE
+    - [x86] KVM: SVM: Add a dedicated INVD intercept routine
+    - mm: validate pmd after splitting
+    - [x86] arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() cache
+      writeback
+    - [x86] irq: Make run_on_irqstack_cond() typesafe
+    - [x86] ioapic: Unbreak check_timer()
+    - scsi: lpfc: Fix initial FLOGI failure due to BBSCN not supported
+    - ALSA: usb-audio: Add delay quirk for H570e USB headsets
+    - ALSA: hda/realtek - Couldn't detect Mic if booting with headset plugged
+    - ALSA: hda/realtek: Enable front panel headset LED on Lenovo ThinkStation
+      P520
+    - lib/string.c: implement stpcpy
+    - tracing: fix double free
+    - [s390x] dasd: Fix zero write for FBA devices
+    - kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()
+    - kprobes: tracing/kprobes: Fix to kill kprobes on initmem after boot
+    - btrfs: fix put of uninitialized kobject after seed device delete
+    - btrfs: fix overflow when copying corrupt csums for a message
+    - media: cec-adap.c: don't use flush_scheduled_work()
+    - dmabuf: fix NULL pointer dereference in dma_buf_release()
+    - mm, THP, swap: fix allocating cluster for swapfile by mistake
+    - mm/gup: fix gup_fast with dynamic page table folding
+    - mm: replace memmap_context by meminit_context
+    - mm: don't rely on system state to detect hot-plug operations
+    - [s390x] zcrypt: Fix ZCRYPT_PERDEV_REQCNT ioctl
+    - io_uring: ensure open/openat2 name is cleaned on cancelation
+    - [arm64] KVM: Assume write fault on S1PTW permission fault on instruction
+      fetch
+    - dm: fix bio splitting and its bio completion order for regular IO
+    - [armhf] clocksource/drivers/timer-ti-dm: Do reset before enable
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.8.14
+    - io_uring: always delete double poll wait entry on match
+    - btrfs: fix filesystem corruption after a device replace
+    - mmc: sdhci: Workaround broken command queuing on Intel GLK based IRBIS
+      models
+    - USB: gadget: f_ncm: Fix NDP16 datagram validation
+    - Revert "usbip: Implement a match function to fix usbip"
+    - usbcore/driver: Fix specific driver selection
+    - usbcore/driver: Fix incorrect downcast
+    - usbcore/driver: Accommodate usbip
+    - [x86] gpio: amd-fch: correct logic of GPIO_LINE_DIRECTION
+    - [armhf] clk: samsung: Keep top BPLL mux on Exynos542x enabled
+    - scsi: iscsi: iscsi_tcp: Avoid holding spinlock while calling
+      getpeername()
+    - [arm64,x86] i2c: i801: Exclude device from suspend direct complete
+      optimization
+    - Input: i8042 - add nopnp quirk for Acer Aspire 5 A515
+    - ftrace: Move RCU is watching check after recursion check
+    - tracing: Fix trace_find_next_entry() accounting of temp buffer size
+    - memstick: Skip allocating card when removing host
+    - drm/amdgpu: restore proper ref count in amdgpu_display_crtc_set_config
+    - xen/events: don't use chip_data for legacy IRQs
+    - [x86] vboxsf: Fix the check for the old binary mount-arguments struct
+    - drivers/net/wan/hdlc_fr: Add needed_headroom for PVC devices
+    - Revert "wlcore: Adding suppoprt for IGTK key in wlcore driver"
+    - [arm64,armhf] drm/sun4i: mixer: Extend regmap max_register
+    - [x86] hv_netvsc: Cache the current data path to avoid duplicate call and
+      message
+    - net: dec: de2104x: Increase receive ring size for Tulip
+    - rndis_host: increase sleep time in the query-response loop
+    - nvme-pci: disable the write zeros command for Intel 600P/P3100
+    - nvme-core: get/put ctrl and transport module in nvme_dev_open/release()
+    - fuse: fix the ->direct_IO() treatment of iov_iter
+    - drivers/net/wan/hdlc: Set skb->protocol before transmitting
+    - mac80211: Fix radiotap header channel flag for 6GHz band
+    - mac80211: do not allow bigger VHT MPDUs than the hardware supports
+    - tracing: Make the space reserved for the pid wider
+    - tools/io_uring: fix compile breakage
+    - io_uring: mark statx/files_update/epoll_ctl as non-SQPOLL
+    - cpuidle: psci: Fix suspicious RCU usage
+    - nvme-pci: fix NULL req in completion handler
+    - nvme-fc: fail new connections to a deleted host or remote port
+    - scripts/kallsyms: skip ppc compiler stub *.long_branch.* /
+      *.plt_branch.*
+    - [armhf] pinctrl: mvebu: Fix i2c sda definition for 98DX3236
+    - nfs: Fix security label length not being reset
+    - NFSv4.2: fix client's attribute cache management for copy_file_range
+    - pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on read
+    - [arm64,armhf] clk: tegra: Always program PLL_E when enabled
+    - [arm64,armhf] clk: tegra: Fix missing prototype for
+      tegra210_clk_register_emc()
+    - [armhf] clk: samsung: exynos4: mark 'chipid' clock as CLK_IGNORE_UNUSED
+    - scsi: target: Fix lun lookup for TARGET_SCF_LOOKUP_LUN_FROM_TAG case
+    - [arm64,armhf] gpio: pca953x: Fix uninitialized pending variable
+    - Input: trackpoint - enable Synaptics trackpoints
+    - blk-mq: call commit_rqs while list empty but error happen
+    - scripts/dtc: only append to HOST_EXTRACFLAGS instead of overwriting
+    - autofs: use __kernel_write() for the autofs pipe writing
+    - [arm64,armhf] gpio: pca953x: Correctly initialize registers 6 and 7 for
+      PCA957x
+    - [amd64] iommu/amd: Fix the overwritten field in IVMD header
+    - pipe: remove pipe_wait() and fix wakeup race with splice
+    - random32: Restore __latent_entropy attribute on net_rand_state
+    - gpiolib: Fix line event handling in syscall compatible mode
+    - [x86] drm/i915/gvt: Fix port number for BDW on EDID region setup
+    - scsi: sd: sd_zbc: Fix handling of host-aware ZBC disks
+    - scsi: sd: sd_zbc: Fix ZBC disk initialization
+    - epoll: do not insert into poll queues until all sanity checks are done
+    - epoll: replace ->visited/visited_list with generation count
+    - epoll: EPOLL_CTL_ADD: close the race in decision to take fast path
+    - ep_create_wakeup_source(): dentry name can change under you...
+
+  [ Vagrant Cascadian ]
+  * [armhf] Enable MFD_AXP20X_RSB as a built-in (Closes: #914813). Thanks
+    to Bernhard.
+
+  [ Salvatore Bonaccorso ]
+  * [x86] Enable INTEL_PMC_CORE as module (Closes: #971017)
+  * Bump ABI to 3
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 10 Oct 2020 21:40:31 +0200
+
+linux (5.8.10-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.8.8
+    - HID: quirks: Always poll three more Lenovo PixArt mice
+    - [arm64] drm/msm/dpu: Fix reservation failures in modeset
+    - [arm64] drm/msm/dpu: Fix scale params in plane validation
+    - [arm64] drm/msm/dpu: fix unitialized variable error
+    - [arm64] drm/msm: add shutdown support for display platform_driver
+    - [x86] hwmon: (applesmc) check status earlier.
+    - nvmet: Disable keep-alive timer when kato is cleared to 0h
+    - [arm64] drm/msm: enable vblank during atomic commits
+    - [arm64] drm/msm/a6xx: fix gmu start on newer firmware
+    - gfs2: add some much needed cleanup for log flushes that fail
+    - [x86] hv_utils: return error if host timesysnc update is stale
+    - [x86] hv_utils: drain the timesync packets on onchannelcallback
+    - ceph: don't allow setlease on cephfs
+    - [armhf] drm/omap: fix incorrect lock state
+    - cpuidle: Fixup IRQ state
+    - nbd: restore default timeout when setting it to zero
+    - [s390x] don't trace preemption in percpu macros
+    - xen/xenbus: Fix granting of vmalloc'd memory
+    - dmaengine: of-dma: Fix of_dma_router_xlate's of_dma_xlate handling
+    - batman-adv: Avoid uninitialized chaddr when handling DHCP
+    - batman-adv: Fix own OGM check in aggregated OGMs
+    - batman-adv: bla: use netif_rx_ni when not in interrupt context
+    - rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()
+    - rxrpc: Fix loss of RTT samples due to interposed ACK
+    - rxrpc: Make rxrpc_kernel_get_srtt() indicate validity
+    - [mips*] mm: BMIPS5000 has inclusive physical caches
+    - [arm64,x86] mmc: sdhci-acpi: Fix HS400 tuning for AMDI0040
+    - perf sched timehist: Fix use of CPU list with summary option
+    - perf top: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not set
+    - netfilter: nf_tables: add NFTA_SET_USERDATA if not null
+    - netfilter: nf_tables: incorrect enum nft_list_attributes definition
+    - netfilter: nf_tables: fix destination register zeroing
+    - [arm64] net: hns: Fix memleak in hns_nic_dev_probe
+    - bpf: Fix a buffer out-of-bound access when filling raw_tp link_info
+    - [arm64,armhf] dmaengine: pl330: Fix burst length if burst size is
+      smaller than bus width
+    - gtp: add GTPA_LINK info to msg sent to userspace
+    - [armhf] net: ethernet: ti: cpsw: fix clean up of vlan mc entries for
+      host port
+    - [armhf] net: ethernet: ti: cpsw_new: fix clean up of vlan mc entries for
+      host port
+    - bnxt_en: Don't query FW when netif_running() is false.
+    - bnxt_en: Check for zero dir entries in NVRAM.
+    - bnxt_en: Fix ethtool -S statitics with XDP or TCs enabled.
+    - bnxt_en: Fix PCI AER error recovery flow
+    - bnxt_en: Fix possible crash in bnxt_fw_reset_task().
+    - bnxt_en: fix HWRM error when querying VF temperature
+    - xfs: finish dfops on every insert range shift iteration
+    - xfs: fix boundary test in xfs_attr_shortform_verify
+    - bnxt: don't enable NAPI until rings are ready
+    - [armhf] net: ethernet: ti: cpsw_new: fix error handling in
+      cpsw_ndo_vlan_rx_kill_vid()
+    - netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of
+      ENOBUFS
+    - nvmet-fc: Fix a missed _irqsave version of spin_lock in
+      'nvmet_fc_fod_op_done()'
+    - nvme: fix controller instance leak
+    - netfilter: conntrack: do not auto-delete clash entries on reply
+    - opp: Don't drop reference for an OPP table that was never parsed
+    - cxgb4: fix thermal zone device registration
+    - [mips*] perf: Fix wrong check condition of Loongson event IDs
+    - block: fix locking in bdev_del_partition
+    - perf top/report: Fix infinite loop in the TUI for grouped events
+    - perf cs-etm: Fix corrupt data after perf inject from
+    - perf intel-pt: Fix corrupt data after perf inject from
+    - perf tools: Correct SNOOPX field offset
+    - net: ethernet: mlx4: Fix memory allocation in mlx4_buddy_init()
+    - fix regression in "epoll: Keep a reference on files added to the check
+      list"
+    - [arm64] net: bcmgenet: fix mask check in bcmgenet_validate_flow()
+    - nfp: flower: fix ABI mismatch between driver and firmware
+    - net: dp83867: Fix WoL SecureOn password
+    - [mips*] add missing MSACSR and upper MSA initialization
+    - xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt
+      files
+    - perf jevents: Fix suspicious code in fixregex()
+    - perf stat: Turn off summary for interval mode by default
+    - perf bench: The do_run_multi_threaded() function must use
+      IS_ERR(perf_session__new())
+    - tg3: Fix soft lockup when tg3_reset_task() fails.
+    - [amd64] x86, fakenuma: Fix invalid starting node ID
+    - [amd64] iommu/vt-d: Serialize IOMMU GCMD register modifications
+    - [armhf] thermal: ti-soc-thermal: Fix bogus thermal shutdowns for
+      omap4430
+    - [arm64] thermal: qcom-spmi-temp-alarm: Don't suppress negative temp
+    - [amd64] iommu/amd: Restore IRTE.RemapEn bit after programming IRTE
+    - [amd64] iommu/amd: Use cmpxchg_double() when updating 128-bit IRTE
+    - [amd64] iommu/vt-d: Handle 36bit addressing for x86-32
+    - [x86] tracing/kprobes, x86/ptrace: Fix regs argument order for i386
+    - [x86] entry: Fix AC assertion
+    - [x86] debug: Allow a single level of #DB recursion
+    - ext2: don't update mtime on COW faults
+    - xfs: don't update mtime on COW faults
+    - btrfs: drop path before adding new uuid tree entry
+    - btrfs: fix potential deadlock in the search ioctl
+    - btrfs: allocate scrub workqueues outside of locks
+    - btrfs: set the correct lockdep class for new nodes
+    - btrfs: set the lockdep class for log tree extent buffers
+    - btrfs: block-group: fix free-space bitmap threshold
+    - btrfs: tree-checker: fix the error message for transid error
+    - Bluetooth: Return NOTIFY_DONE for hci_suspend_notifier (Closes: #964839)
+    - [x86] mm/32: Bring back vmalloc faulting on x86_32
+    - Revert "ALSA: hda: Add support for Loongson 7A1000 controller"
+    - ALSA: ca0106: fix error code handling
+    - ALSA: usb-audio: Add basic capture support for Pioneer DJ DJM-250MK2
+    - ALSA: usb-audio: Add implicit feedback quirk for UR22C
+    - ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity check
+    - ALSA: hda/hdmi: always check pin power status in i915 pin fixup
+    - ALSA: firewire-digi00x: exclude Avid Adrenaline from detection
+    - ALSA: hda - Fix silent audio output and corrupted input on MSI X570-A
+      PRO
+    - ALSA; firewire-tascam: exclude Tascam FE-8 from detection
+    - ALSA: hda/realtek: Add quirk for Samsung Galaxy Book Ion NT950XCJ-X716A
+    - ALSA: hda/realtek - Improved routing for Thinkpad X1 7th/8th Gen
+    - mmc: sdhci-pci: Fix SDHCI_RESET_ALL for CQHCI for Intel GLK-based
+      controllers
+    - media: rc: do not access device via sysfs after rc_unregister_device()
+    - media: rc: uevent sysfs file races with rc_unregister_device()
+    - affs: fix basic permission bits to actually work
+    - block: allow for_each_bvec to support zero len bvec
+    - block: ensure bdi->io_pages is always initialized
+    - io_uring: set table->files[i] to NULL when io_sqe_file_register failed
+    - io_uring: fix removing the wrong file in __io_sqe_files_update()
+    - libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to Sandisks
+    - [mips*] oprofile: Fix fallthrough placement
+    - blk-stat: make q->stats->lock irqsafe
+    - [x86] drm/i915: Fix sha_text population code
+    - dm writecache: handle DAX to partitions on persistent memory correctly
+    - dm mpath: fix racey management of PG initialization
+    - dm integrity: fix error reporting in bitmap mode after creation
+    - dm crypt: Initialize crypto wait structures
+    - dm cache metadata: Avoid returning cmd->bm wild pointer on error
+    - dm thin metadata: Avoid returning cmd->bm wild pointer on error
+    - dm thin metadata: Fix use-after-free in dm_bm_set_read_only
+    - mm: slub: fix conversion of freelist_corrupted()
+    - mm: track page table modifications in __apply_to_page_range()
+    - mm: madvise: fix vma user-after-free
+    - mm/rmap: fixup copying of soft dirty and uffd ptes
+    - io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked
+      file
+    - perf record: Correct the help info of option "--no-bpf-event"
+    - [arm64,armhf] sdhci: tegra: Add missing TMCLK for data timeout
+    - mm/migrate: fixup setting UFFD_WP flag
+    - mm/hugetlb: try preferred node first when alloc gigantic page from cma
+    - mm/hugetlb: fix a race between hugetlb sysctl handlers (CVE-2020-25285)
+    - mm/khugepaged.c: fix khugepaged's request size in collapse_file
+    - cfg80211: regulatory: reject invalid hints
+    - net: usb: Fix uninit-was-stored issue in asix_read_phy_addr()
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.8.9
+    - io_uring: fix cancel of deferred reqs with ->files
+    - io_uring: fix linked deferred ->files cancellation
+    - RDMA/cma: Simplify DEVICE_REMOVAL for internal_id
+    - RDMA/cma: Using the standard locking pattern when delivering the removal
+      event
+    - RDMA/cma: Remove unneeded locking for req paths
+    - RDMA/cma: Execute rdma_cm destruction from a handler properly
+    - ipv4: Silence suspicious RCU usage warning
+    - ipv6: Fix sysctl max for fib_multipath_hash_policy
+    - netlabel: fix problems with mapping removal
+    - net: usb: dm9601: Add USB ID of Keenetic Plus DSL
+    - sctp: not disable bh in the whole sctp_get_port_local()
+    - tipc: fix shutdown() of connectionless socket
+    - tipc: fix using smp_processor_id() in preemptible
+    - net: disable netpoll on fresh napis
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.8.10
+    - [armhf] OMAP2+: Fix an IS_ERR() vs NULL check in _get_pwrdm()
+    - regulator: push allocation in regulator_ena_gpio_request() out of lock
+    - regulator: remove superfluous lock in regulator_resolve_coupling()
+    - RDMA/rxe: Fix memleak in rxe_mem_init_user
+    - RDMA/rxe: Drop pointless checks in rxe_init_ports
+    - RDMA/rxe: Fix panic when calling kmem_cache_create()
+    - [arm64,armhf] drm/sun4i: add missing put_device() call in
+      sun8i_r40_tcon_tv_set_mux()
+    - [armhf] drm/sun4i: Fix dsi dcs long write function
+    - scsi: libsas: Set data_dir as DMA_NONE if libata marks qc as NODATA
+    - drm/virtio: fix unblank
+    - RDMA/core: Fix unsafe linked list traversal after failing to allocate CQ
+    - RDMA/core: Fix reported speed and width
+    - scsi: megaraid_sas: Don't call disable_irq from process IRQ poll
+    - scsi: mpt3sas: Don't call disable_irq from IRQ poll handler
+    - padata: fix possible padata_works_lock deadlock
+    - [arm64,armhf] drm/sun4i: Fix DE2 YVU handling
+    - [arm64,armhf] drm/sun4i: backend: Support alpha property on lowest plane
+    - [arm64,armhf] drm/sun4i: backend: Disable alpha on the lowest plane on
+      the A20
+    - [arm64] KVM: Update page shift if stage 2 block mapping not supported
+    - [arm64,x86] mmc: sdhci-acpi: Clear amd_sdhci_host on reset
+    - [arm64] mmc: sdhci-msm: Add retries when all tuning phases are found
+      valid
+    - [armhf] spi: stm32: Rate-limit the 'Communication suspended' message
+    - btrfs: fix NULL pointer dereference after failure to create snapshot
+    - block: restore a specific error code in bdev_del_partition
+    - seccomp: don't leak memory when filter install races
+    - nvme-fabrics: allow to queue requests for live queues
+    - [armhf] spi: stm32: fix pm_runtime_get_sync() error checking
+    - block: Set same_page to false in __bio_try_merge_page if ret is false
+    - IB/isert: Fix unaligned immediate-data handling
+    - [x86] KVM: nVMX: Fix the update value of nested load
+      IA32_PERF_GLOBAL_CTRL control
+    - [x86] KVM: always allow writing '0' to MSR_KVM_ASYNC_PF_EN
+    - [arm64,x86] dmaengine: acpi: Put the CSRT table after using it
+    - netfilter: conntrack: allow sctp hearbeat after connection re-use
+    - netfilter: nft_set_rbtree: Detect partial overlap with start endpoint
+      match
+    - [x86] firestream: Fix memleak in fs_open
+    - scsi: qedf: Fix null ptr reference in qedf_stag_change_work
+    - [arm64,armhf] ALSA: hda: Fix 2 channel swapping for Tegra
+    - [arm64,armhf] ALSA: hda/tegra: Program WAKEEN register for Tegra
+    - [arm64] net: hns3: Fix for geneve tx checksum bug
+    - xfs: fix off-by-one in inode alloc block reservation calculation
+    - wireless: fix wrong 160/80+80 MHz setting
+    - mac80211: reduce packet loss event false positives
+    - cfg80211: Adjust 6 GHz frequency to channel conversion
+    - xfs: initialize the shortform attr header padding entry
+    - nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptance
+    - nvme: have nvme_wait_freeze_timeout return if it timed out
+    - nvme-rdma: serialize controller teardown sequences
+    - nvme-rdma: fix timeout handler
+    - nvme-rdma: fix reset hang if controller died in the middle of a reset
+    - nvme-pci: cancel nvme device request before disabling
+    - HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for all Saitek X52 devices
+    - HID: microsoft: Add rumble support for the 8bitdo SN30 Pro+ controller
+    - drivers/net/wan/hdlc_cisco: Add hard_header_len
+    - HID: elan: Fix memleak in elan_input_configured
+    - [x86] cpufreq: intel_pstate: Refuse to turn off with HWP enabled
+    - [x86] cpufreq: intel_pstate: Fix intel_pstate_get_hwp_max() for turbo
+      disabled
+    - [arm64] module: set trampoline section flags regardless of
+      CONFIG_DYNAMIC_FTRACE
+    - ALSA: hda: hdmi - add Rocketlake support
+    - ALSA: hda: fix a runtime pm issue in SOF when integrated GPU is disabled
+    - ALSA: hda: use consistent HDAudio spelling in comments/docs
+    - drivers/net/wan/hdlc: Change the default of hard_header_len to 0
+    - [amd64] iommu/amd: Do not force direct mapping when SME is active
+    - [amd64] iommu/amd: Do not use IOMMUv2 functionality when SME is active
+    - gcov: Disable gcov build with GCC 10
+    - iio: adc: ti-ads1015: fix conversion when CONFIG_PM is not set
+    - [arm64] iio: cros_ec: Set Gyroscope default frequency to 25Hz
+    - [x86] iio:accel:bmc150-accel: Fix timestamp alignment and prevent data
+      leak.
+    - [x86] iio:magnetometer:ak8975 Fix alignment and data leak issues.
+    - [armhf] iio:accel:mma8452: Fix timestamp alignment and prevent data
+      leak.
+    - [x86] staging: wlan-ng: fix out of bounds read in prism2sta_probe_usb()
+    - btrfs: require only sector size alignment for parent eb bytenr
+    - btrfs: fix lockdep splat in add_missing_dev
+    - btrfs: free data reloc tree on failed mount
+    - btrfs: fix wrong address when faulting in pages in the search ioctl
+    - [x86] thunderbolt: Disable ports that are not implemented
+    - kobject: Restore old behaviour of kobject_del(NULL)
+    - regulator: push allocation in regulator_init_coupling() outside of lock
+    - regulator: push allocations in create_regulator() outside of lock
+    - regulator: push allocation in set_consumer_device_supply() out of lock
+    - regulator: plug of_node leak in regulator_register()'s error path
+    - regulator: core: Fix slab-out-of-bounds in regulator_unlock_recursive()
+    - misc: eeprom: at24: register nvmem only after eeprom is ready to use
+    - scsi: target: iscsi: Fix data digest calculation
+    - scsi: lpfc: Fix setting IRQ affinity with an empty CPU mask
+    - scsi: target: iscsi: Fix hang in iscsit_access_np() when getting
+      tpg->np_login_sem
+    - [arm64] drm/msm: Split the a5xx preemption record
+    - [arm64] drm/msm: Disable preemption on all 5xx targets
+    - [arm64] drm/msm: Disable the RPTR shadow
+    - mmc: sdio: Use mmc_pre_req() / mmc_post_req()
+    - [arm64] mmc: sdhci-of-esdhc: Don't walk device-tree on every interrupt
+    - nvme: Revert: Fix controller creation races with teardown flow
+    - rbd: require global CAP_SYS_ADMIN for mapping and unmapping
+      (CVE-2020-25284)
+    - RDMA/rxe: Fix the parent sysfs read when the interface has 15 chars
+    - RDMA/mlx4: Read pkey table length instead of hardcoded value
+    - fbcon: remove soft scrollback code (CVE-2020-14390)
+    - fbcon: remove now unusued 'softback_lines' cursor() argument
+    - vgacon: remove software scrollback support
+    - [x86] KVM: VMX: Don't freeze guest when event delivery causes an
+      APIC-access exit
+    - [arm64] KVM: Do not try to map PUDs when they are folded into PMD
+    - [x86] kvm x86/mmu: use KVM_REQ_MMU_SYNC to sync when needed
+    - KVM: fix memory leak in kvm_io_bus_unregister_dev()
+    - [arm64,armhf] Revert "usb: dwc3: meson-g12a: fix shared reset control
+      use"
+    - debugfs: Fix module state check condition
+    - test_firmware: Test platform fw loading on non-EFI systems
+    - [x86] video: fbdev: fix OOB read in vga_8planes_imageblit()
+    - [arm64] phy: qcom-qmp: Use correct values for ipq8074 PCIe Gen2 PHY init
+    - usb: core: fix slab-out-of-bounds Read in read_descriptors
+    - USB: serial: ftdi_sio: add IDs for Xsens Mti USB converter
+    - USB: serial: option: support dynamic Quectel USB compositions
+    - USB: serial: option: add support for SIM7070/SIM7080/SIM7090 modules
+    - usb: Fix out of sync data toggle if a configured device is reconfigured
+    - [x86] usb: typec: ucsi: acpi: Check the _DEP dependencies
+    - [arm64] drm/msm/gpu: make ringbuffer readonly
+    - gcov: add support for GCC 10.1
+
+  [ Salvatore Bonaccorso ]
+  * [x86] drivers/input/keyboard: Enable KEYBOARD_APPLESPI as module
+    (Closes: #943337)
+  * drivers/net/wireless: Enable RTW88_8723DE
+  * Bump ABI to 2
+  * udeb: Make input-modules depend on crc-modules.
+
+  [ Vagrant Cascadian ]
+  * [arm64] Enable BATTERY_CW2015 as a module.
+  * [arm64] Apply patch from upstream to support battery status on
+    Pinebook Pro.
+
+  [ Ben Hutchings ]
+  * [hppa] Set Build-Profiles for linux-image-parisc{,64}-smp (Closes: #970011)
+  * Provide linux-{image,headers}-generic virtual packages on most
+    architectures (Closes: #960209)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 19 Sep 2020 14:17:19 +0200
+
+linux (5.8.7-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.8.4
+    - ext4: fix potential negative array index in do_split() (CVE-2020-14314)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.8.5
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.8.6
+    - nfsd: fix oops on mixed NFSv4/NFSv3 client access
+    - [powerpc] 32s: Disable VMAP stack which CONFIG_ADB_PMU (Closes: #963689)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.8.7
+
+  [ Ben Hutchings ]
+  * [mips*] udeb: Drop hfs-modules (fixes FTBFS)
+  * [m68k,powerpc,ppc64] udeb: Make hfs-modules depend on cdrom-core-modules
+    (fixes FTBFS)
+  * tools/include/uapi: Fix <asm/errno.h> (probably fixes FTBFS on ia64)
+  * bpftool: Build with Debian recommended compiler options
+
+  [ Salvatore Bonaccorso ]
+  * iwlwifi: yoyo: don't print failure if debug firmware is missing
+    (Closes: #966218)
+  * debian/tests/python: pycodestyle: Increase max-line-length to 100.
+  * net/packet: fix overflow in tpacket_rcv (CVE-2020-14386)
+  * Set ABI to 1
+
+  [ Uwe Kleine-König ]
+  * [arm64] Enable a few options for Kobol's helios64
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 05 Sep 2020 16:52:44 +0200
+
+linux (5.8.3-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_5.8
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.8.1
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.8.2
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.8.3
+
+  [ Jeremy Stanley ]
+  * [x86] PMIC operation region support (Closes: #925965)
+    - Enable CONFIG_PMIC_OPREGION for general ACPI support of operation
+      regions with Power Management Integrated Circuits. Turn on specific
+      opregion support for:
+      + CONFIG_BYTCRC_PMIC_OPREGION (Bay Trail Crystal Cove PMIC)
+      + CONFIG_CHTCRC_PMIC_OPREGION (Cherry Trail Crystal Cove PMIC)
+      + CONFIG_XPOWER_PMIC_OPREGION (XPower AXP288 PMIC)
+      + CONFIG_BXT_WC_PMIC_OPREGION (BXT WhiskeyCove PMIC)
+      + CONFIG_CHT_WC_PMIC_OPREGION (CHT Whiskey Cove PMIC)
+      + CONFIG_CHT_DC_TI_PMIC_OPREGION (Dollar Cove TI PMIC)
+      Additionally enable CONFIG_MFD_INTEL_PMC_BXT as a module (multi-function
+      device driver for Intel Broxton Whiskey Cove PMIC), along with
+      CONFIG_INTEL_SOC_PMIC (Crystal Cove PMIC) as a dependency for it.
+  * [x86] Fix Cherry Trail power management regression (Closes: #949886)
+    - Switch CONFIG_I2C_DESIGNWARE_PLATFORM from being compiled as a module to
+      compiled into the kernel directly, since as of kernel version 5.1 this
+      state became a dependency for CONFIG_INTEL_SOC_PMIC_CHTWC which is
+      already enabled.
+    - Enable CONFIG_USB_ROLES_INTEL_XHCI and CONFIG_TYPEC_MUX_PI3USB30532 as
+      modules, which became dependencies for the already enabled
+      CONFIG_INTEL_CHT_INT33FE as of kernel version 4.17.
+
+  [ Romain Perier ]
+  * Rebased patches onto 5.8.
+
+  [ Uwe Kleine-König ]
+  * [armhf] Enable BCM2835 auxiliar mini UART support found on Raspberry Pi
+    (all models); patch by Marc Kleine-Budde. (Closes: #963619)
+  * [arm64] Enable IR_MESON and SPI_MESON_SPICC.
+
+  [ Helge Deller ]
+  * [hppa] Build linux-image-parisc-smp and linux-image-parisc64-smp
+    transition packages
+
+  [ Yves-Alexis Perez ]
+  * usb: Enable APPLE_MFI_FASTCHARGE as a module
+
+  [ Salvatore Bonaccorso ]
+  * Set ABI to trunk
+
+  [ Bastian Blank ]
+  * [x86] hyperv-daemons:
+    - Rename services to remove "hyperv-daemons." prefix
+    - Use debhelper for services.
+    - Make systemd service bind to device.
+    - Start kvp daemon way earlier in boot.
+    - Specify some service restrictions.
+  * udeb: Reverse order of cdrom-core and isofs/udf.
+  * Fix build of documentation.
+  * [amd64] Enable GVE. (closes: #964812)
+  * Compile with gcc-10 on all architectures.
+  * [cloud] Enable TARGET_CORE. (closes: #952108)
+  * [cloud] Disable DLM, GFS2_FS, OCFS2_FS.
+  * Move System.map into debug package and replace with pointer.
+
+  [ Ben Hutchings ]
+  * [x86] hyperv-daemons: Complete renaming of init scripts
+  * [x86] hyperv-daemons: Correct old names in Conflicts field of unit files
+  * [hppa] Use standard metadata for transitional packages
+  * bpftool: Fix version string in recursive builds
+  * Revert "linux-libc-dev: Re-add "Provides: linux-kernel-headers""
+    (Closes: #959462)
+  * mm: Enable INIT_ON_ALLOC_DEFAULT_ON. This can be reverted using the
+    kernel parameter: init_on_alloc=0
+  * libtraceevent1: Add new APIs to symbols file
+
+  [ Christian Barcenas ]
+  * bpftool: add packaging for tools/bpf/bpftool (Closes: #896165)
+    - Thank you to Noah Meyerhans for the first iteration of packaging.
+
+  [ Thomas W ]
+  * [x86] Enable CONFIG_XIAOMI_WMI
+
+  [ Matthew Gabeler-Lee ]
+  * [x86] Re-enable APU2 LED control (Closes: 949448)
+
+  [ Joel Stanley ]
+  * [armhf] Enable NET_NCSI
+
+  [ Walter Lozano ]
+  * [armhf] Enable NVMEM_IMX_OCOTP (Closes: #968253)
+
+  [ Philipp Kern ]
+  * [s390x] Add virtio_net to nic-modules.
+
+ -- Ben Hutchings <benh@debian.org>  Mon, 24 Aug 2020 01:23:22 +0100
+
+linux (5.7.17-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.7.11
+    - bpf: Set the number of exception entries properly for subprograms
+    - mac80211: allow rx of mesh eapol frames with default rx key
+    - scsi: scsi_transport_spi: Fix function pointer check
+    - scsi: mpt3sas: Fix unlock imbalance
+    - ALSA: hda/hdmi: fix failures at PCM open on Intel ICL and later
+    - net: sky2: initialize return of gm_phy_read
+    - drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeout
+    - scsi: mpt3sas: Fix error returns in BRM_status_show
+    - scsi: dh: Add Fujitsu device to devinfo and dh lists
+    - dm: use bio_uninit instead of bio_disassociate_blkg
+    - fuse: fix weird page warning
+    - [x86] irqdomain/treewide: Keep firmware node unconditionally allocated
+    - SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct
+      IO compeletion")
+    - exfat: fix overflow issue in exfat_cluster_to_sector()
+    - exfat: fix wrong hint_stat initialization in exfat_find_dir_entry()
+    - exfat: fix wrong size update of stream entry by typo
+    - exfat: fix name_hash computation on big endian systems
+    - btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent
+      runaway balance
+    - uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to
+      fix GDB regression
+    - ALSA: hda/realtek: Fixed ALC298 sound bug by adding quirk for Samsung
+      Notebook Pen S
+    - ALSA: info: Drop WARN_ON() from buffer NULL sanity check
+    - [x86] ASoC: rt5670: Correct RT5670_LDO_SEL_MASK
+    - [x86] ASoC: Intel: cht_bsw_rt5672: Change bus format to I2S 2 channel
+    - [s390x] cpum_cf,perf: change DFLT_CCERROR counter name
+    - btrfs: fix double free on ulist after backref resolution failure
+    - btrfs: fix mount failure caused by race with umount
+    - btrfs: fix page leaks after failure to lock page for delalloc
+    - mt76: mt76x02: fix handling MCU timeouts during hw restart
+    - efi/efivars: Expose RT service availability via efivars abstraction
+    - bnxt_en: Fix race when modifying pause settings.
+    - bnxt_en: Init ethtool link settings after reading updated PHY
+      configuration.
+    - bnxt_en: Fix completion ring sizing with TPA enabled.
+    - [x86] hippi: Fix a size used in a 'pci_free_consistent()' in an error
+      handling path
+    - netfilter: nf_tables: fix nat hook table deletion
+    - [arm64] dpaa2-eth: check fsl_mc_get_endpoint for IS_ERR_OR_NULL()
+    - vsock/virtio: annotate 'the_virtio_vsock' RCU pointer
+    - ax88172a: fix ax88172a_unbind() failures
+    - RDMA/mlx5: Use xa_lock_irq when access to SRQ table
+    - RDMA/core: Fix race in rdma_alloc_commit_uobject()
+    - RDMA/cm: Protect access to remote_sidr_table
+    - [armhf] net: fec: fix hardware time stamping by external devices
+    - [x86] ASoC: Intel: bytcht_es8316: Add missed put_device()
+    - ieee802154: fix one possible memleak in adf7242_probe
+    - [arm64,armhf] drm: sun4i: hdmi: Fix inverted HPD result
+    - [arm64,armhf] net: smc91x: Fix possible memory leak in smc_drv_probe()
+    - [arm64,armhf] net: dsa: mv88e6xxx: fix in-band AN link establishment
+    - [arm64] dts: clearfog-gt-8k: fix switch link configuration
+    - bonding: check error value of register_netdevice() immediately
+    - iwlwifi: Make some Killer Wireless-AC 1550 cards work again
+    - [arm64] net: bcmgenet: fix error returns in bcmgenet_probe()
+    - RDMA/mlx5: Prevent prefetch from racing with implicit destruction
+    - [arm64] net: hns3: fix for not calculating TX BD send size correctly
+    - [arm64] net: hns3: fix error handling for desc filling
+    - [arm64] net: hns3: fix return value error when query MAC link status
+      fail
+    - qed: suppress "don't support RoCE & iWARP" flooding on HW init
+    - qed: suppress false-positives interrupt error messages on HW init
+    - ipvs: fix the connection sync failed in some cases
+    - [arm64] iommu/qcom: Use domain rather than dev as tlb cookie
+    - Revert "PCI/PM: Assume ports without DLL Link Active train links in 100
+      ms"
+    - nfsd4: fix NULL dereference in nfsd/clients display code
+    - bonding: check return value of register_netdevice() in bond_newlink()
+    - geneve: fix an uninitialized value in geneve_changelink()
+    - serial: exar: Fix GPIO configuration for Sealevel cards based on
+      XR17V35X
+    - scripts/decode_stacktrace: strip basepath from all paths
+    - scripts/gdb: fix lx-symbols 'gdb.error' while loading modules
+    - [riscv64] Do not rely on initrd_start/end computed during early dt
+      parsing
+    - kbuild: fix single target builds for external modules
+    - [arm64,x86] HID: i2c-hid: add Mediacom FlexBook edge13 to descriptor
+      override
+    - HID: alps: support devices with report id 2
+    - HID: steam: fixes race in handling device list.
+    - dmaengine: idxd: fix hw descriptor fields for delta record
+    - HID: apple: Disable Fn-key key-re-mapping on clone keyboards
+    - [arm64] dmaengine: tegra210-adma: Fix runtime PM imbalance on error
+    - [arm64,armhf] soc: amlogic: meson-gx-socinfo: Fix S905X3 and S905D3 ID's
+    - Input: add `SW_MACHINE_COVER`
+    - [armhf] dts: n900: remove mmc1 card detect gpio
+    - regmap: dev_get_regmap_match(): fix string comparison
+    - hwmon: (aspeed-pwm-tacho) Avoid possible buffer overflow
+    - [amd64] dmaengine: ioat setting ioat timeout as module parameter
+    - Input: synaptics - enable InterTouch for ThinkPad X1E 1st gen
+    - Input: elan_i2c - only increment wakeup count on touch
+    - [arm64] usb: dwc3: pci: add support for the Intel Tiger Lake PCH -H
+      variant
+    - [arm64] usb: dwc3: pci: add support for the Intel Jasper Lake
+    - drm/amdgpu/gfx10: fix race condition for kiq
+    - drm/amdgpu: fix preemption unit test
+    - hwmon: (nct6775) Accept PECI Calibration as temperature source for
+      NCT6798D
+    - [x86] platform: asus-wmi: allow BAT1 battery name
+    - ALSA: hda/realtek - fixup for yet another Intel reference board
+    - drivers/perf: Fix kernel panic when rmmod PMU modules during perf
+      sampling
+    - [arm64] Use test_tsk_thread_flag() for checking TIF_SINGLESTEP
+    - asm-generic/mmiowb: Allow mmiowb_set_pending() when preemptible()
+    - drivers/perf: Prevent forced unbinding of PMU drivers
+    - [riscv64] Upgrade smp_mb__after_spinlock() to iorw,iorw
+    - [x86] boot: Don't add the EFI stub to targets
+    - [arm*] binder: Don't use mmput() from shrinker function.
+    - [arm64,armhf] usb: tegra: Fix allocation for the FPCI context
+    - usb: xhci: Fix ASM2142/ASM3142 DMA addressing
+    - Revert "cifs: Fix the target file was deleted when rename failed."
+      (Closes: #966917)
+    - iwlwifi: mvm: don't call iwl_mvm_free_inactive_queue() under RCU
+    - [arm64] tty: xilinx_uartps: Really fix id assignment
+    - [x86] staging: wlan-ng: properly check endpoint types
+    - [x86] staging: comedi: addi_apci_1032: check INSN_CONFIG_DIGITAL_TRIG
+      shift
+    - [x86] staging: comedi: ni_6527: fix INSN_CONFIG_DIGITAL_TRIG support
+    - [x86] staging: comedi: addi_apci_1500: check INSN_CONFIG_DIGITAL_TRIG
+      shift
+    - [x86] staging: comedi: addi_apci_1564: check INSN_CONFIG_DIGITAL_TRIG
+      shift
+    - [arm64,armhf] serial: tegra: fix CREAD handling for PIO
+    - serial: 8250: fix null-ptr-deref in serial8250_start_tx()
+    - /dev/mem: Add missing memory barriers for devmem_inode
+    - fbdev: Detect integer underflow at "struct fbcon_ops"->clear_margins.
+    - vt: Reject zero-sized screen buffer size.
+    - mm/mmap.c: close race between munmap() and expand_upwards()/downwards()
+    - vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right way
+    - mm/memcg: fix refcount error while moving and swapping
+    - mm: memcg/slab: fix memory leak at non-root kmem_cache destroy
+    - mm/hugetlb: avoid hardcoding while checking if cma is enabled
+    - khugepaged: fix null-pointer dereference due to race
+    - io-mapping: indicate mapping failure
+    - [armhf] mmc: sdhci-of-aspeed: Fix clock divider calculation
+    - drm/amdgpu: Fix NULL dereference in dpm sysfs handlers
+    - [x86] vmlinux.lds: Page-align end of ..page_aligned sections
+    - [x86] ASoC: rt5670: Add new gpio1_is_ext_spk_en quirk and enable it on
+      the Lenovo Miix 2 10
+    - [x86] ASoC: topology: fix kernel oops on route addition error
+    - [x86] ASoC: topology: fix tlvs in error handling for widget_dmixer
+    - [x86] ASoC: Intel: bdw-rt5677: fix non BE conversion
+    - dm integrity: fix integrity recalculation that is improperly skipped
+    - ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb
+    - ath9k: Fix regression with Atheros 9271
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.7.12
+    - AX.25: Fix out-of-bounds read in ax25_connect()
+    - AX.25: Prevent out-of-bounds read in ax25_sendmsg()
+    - dev: Defer free of skbs in flush_backlog
+    - ip6_gre: fix null-ptr-deref in ip6gre_init_net()
+    - net-sysfs: add a newline when printing 'tx_timeout' by sysfs
+    - net: udp: Fix wrong clean up for IS_UDPLITE macro
+    - rtnetlink: Fix memory(net_device) leak when ->newlink fails
+    - rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATA
+    - tcp: allow at most one TLP probe per flight
+    - AX.25: Prevent integer overflows in connect and sendmsg
+    - sctp: shrink stream outq only when new outcnt < old outcnt
+    - sctp: shrink stream outq when fails to do addstream reconf
+    - udp: Copy has_conns in reuseport_grow().
+    - udp: Improve load balancing for SO_REUSEPORT.
+    - tipc: allow to build NACK message in link timeout function
+    - io_uring: ensure double poll additions work with both request types
+    - regmap: debugfs: check count when read regmap file
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.7.13
+    - sunrpc: check that domain table is empty at module unload.
+    - PCI/ASPM: Disable ASPM on ASMedia ASM1083/1085 PCIe-to-PCI bridge
+    - ALSA: usb-audio: Add implicit feedback quirk for SSL2
+    - ALSA: hda/realtek: enable headset mic of ASUS ROG Zephyrus G15(GA502)
+      series with ALC289
+    - ALSA: hda/realtek: typo_fix: enable headset mic of ASUS ROG Zephyrus
+      G14(GA401) series with ALC289
+    - ALSA: hda/realtek: Fix add a "ultra_low_power" function for intel
+      reference board (alc256)
+    - ALSA: hda/realtek - Fixed HP right speaker no sound
+    - ALSA: hda: Workaround for spurious wakeups on some Intel platforms
+    - ALSA: hda/hdmi: Fix keep_power assignment for non-component devices
+    - RDMA/mlx5: Fix prefetch memory leak if get_prefetchable_mr fails
+    - [amd64] IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQE
+    - vhost/scsi: fix up req type endian-ness
+    - 9p/trans_fd: Fix concurrency del of req_list in
+      p9_fd_cancelled/p9_read_work
+    - revert: 1320a4052ea1 ("audit: trigger accompanying records when no rules
+      present") (Closes: #966822)
+    - [armel,armhf] 8986/1: hw_breakpoint: Don't invoke overflow handler on
+      uaccess watchpoints
+    - [armhf] 8987/1: VDSO: Fix incorrect clock_gettime64
+    - [armhf] dts: imx6sx-sabreauto: Fix the phy-mode on fec2
+    - virtio_balloon: fix up endian-ness for free cmd id
+    - Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
+    - drm/amd/display: Clear dm_state for fast updates (Closes: #963868)
+    - drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()
+    - drm/dbi: Fix SPI Type 1 (9-bit) transfer
+    - drm: hold gem reference until object is no longer accessed
+    - drm: of: Fix double-free bug
+    - rds: Prevent kernel-infoleak in rds_notify_queue_get()
+    - xfrm: policy: match with both mark and mask on user interfaces
+    - [arm64] pinctrl: qcom: Handle broken/missing PDC dual edge IRQs on
+      sc7180
+    - espintcp: recv() should return 0 when the peer socket is closed
+    - xfrm: Fix crash when the hold queue is used.
+    - [arm64] net: hns3: fix desc filling bug when skb is expanded or lineared
+    - [arm64] net: hns3: fix a TX timeout issue
+    - [arm64] net: hns3: add reset check for VF updating port based VLAN
+    - [arm64] net: hns3: fix aRFS FD rules leftover after add a user FD rule
+    - [arm64] net: hns3: fix for VLAN config when reset failed
+    - net/mlx5: E-switch, Destroy TSAR when fail to enable the mode
+    - net/mlx5: E-switch, Destroy TSAR after reload interface
+    - net/mlx5e: Fix error path of device attach
+    - net/mlx5: Fix a bug of using ptp channel index as pin index
+    - net/mlx5: Verify Hardware supports requested ptp function on a given pin
+    - net/mlx5: Query PPS pin operational status before registering it
+    - net/mlx5e: Modify uplink state on interface up/down
+    - net/mlx5e: Fix kernel crash when setting vf VLANID on a VF dev
+    - net: lan78xx: add missing endpoint sanity check
+    - net: lan78xx: fix transfer-buffer memory leak
+    - rhashtable: Fix unprotected RCU dereference in __rht_ptr
+    - mlx4: disable device on shutdown
+    - nvme: add a Identify Namespace Identification Descriptor list quirk
+    - bpf: Fix map leak in HASH_OF_MAPS map
+    - espintcp: handle short messages instead of breaking the encap socket
+    - mac80211: mesh: Free ie data when leaving mesh
+    - mac80211: mesh: Free pending skb when destroying a mpath
+    - RDMA/core: Stop DIM before destroying CQ
+    - RDMA/core: Free DIM memory in error unwind
+    - [arm64] alternatives: move length validation inside the subsection
+    - [arm64] csum: Fix handling of bad packets
+    - Bluetooth: fix kernel oops in store_pending_adv_report
+    - net/mlx5e: E-Switch, Add misc bit when misc fields changed for mirroring
+    - net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rq
+    - vxlan: fix memleak of fdb
+    - iwlwifi: fix crash in iwl_dbg_tlv_alloc_trigger
+    - qed: Disable "MFW indication via attention" SPAM every 5 minutes
+    - io_uring: always allow drain/link/hardlink/async sqe flags
+    - scsi: core: Run queue in case of I/O resource contention failure
+    - [amd64] x86/unwind/orc: Fix ORC for newly forked tasks
+    - [x86] stacktrace: Fix reliable check for empty user task stacks
+    - cxgb4: add missing release on skb in uld_send()
+    - xen-netfront: fix potential deadlock in xennet_remove()
+    - [riscv64] Set maximum number of mapped pages correctly
+    - [riscv64] Parse all memory blocks to remove unusable memory
+    - [arm64] KVM: Don't inherit exec permission across page-table levels
+    - [x86] KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is
+      hw disabled
+    - [x86] KVM: SVM: Fix disable pause loop exit/pause filtering capability
+      on SVM
+    - [x86] i8259: Use printk_deferred() to prevent deadlock
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.7.14
+    - random32: update the net random state on interrupt and activity
+      (CVE-2020-16166)
+    - [armel] percpu.h: fix build error
+    - [arm64] random: fix circular include dependency on arm64 after addition
+      of percpu.h
+    - random32: remove net_rand_state from the latent entropy gcc plugin
+    - random32: move the pseudo-random 32-bit definitions to prandom.h
+    - [arm64] Workaround circular dependency in pointer_auth.h
+    - random: random.h should include archrandom.h, not the other way around
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.7.15
+    - scsi: ufs: Fix and simplify setup_xfer_req variant operation
+    - USB: serial: qcserial: add EM7305 QDL product ID
+    - USB: iowarrior: fix up report size handling for some devices
+    - usb: xhci: define IDs for various ASMedia host controllers
+    - usb: xhci: Fix ASMedia ASM1142 DMA addressing
+    - Revert "ALSA: hda: call runtime_allow() for all hda controllers"
+    - ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3 laptops
+    - ALSA: hda/ca0132 - Add new quirk ID for Recon3D.
+    - ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value.
+    - ALSA: hda/ca0132 - Fix AE-5 microphone selection commands.
+    - ALSA: seq: oss: Serialize ioctls
+    - [arm*] staging: android: ashmem: Fix lockdep warning for write operation
+    - staging: rtl8712: handle firmware load failure
+    - Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable authmode
+    - Bluetooth: Fix slab-out-of-bounds read in
+      hci_extended_inquiry_result_evt()
+    - Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()
+    - Bluetooth: Prevent out-of-bounds read in
+      hci_inquiry_result_with_rssi_evt()
+    - [arm*] binder: Prevent context manager from incrementing ref 0
+    - Smack: fix use-after-free in smk_write_relabel_self()
+    - vgacon: Fix for missing check in scrollback handling (CVE-2020-14331)
+    - mtd: properly check all write ioctls for permissions
+    - [arm64] gpio: max77620: Fix missing release of interrupt
+    - bpf: Fix NULL pointer dereference in __btf_resolve_helper_id()
+    - net/9p: validate fds in p9_fd_open
+    - drm/nouveau/kms/tu102: wait for core update to complete when assigning
+      windows
+    - drm/nouveau/fbcon: fix module unload when fbcon init has failed for some
+      reason
+    - drm/nouveau/fbcon: zero-initialise the mode_cmd2 structure
+    - io_uring: fix lockup in io_fail_links()
+    - nvme-pci: prevent SK hynix PC400 from using Write Zeroes command
+    - [arm64] drm/bridge/adv7511: set the bridge type properly
+    - [armhf] i2c: slave: improve sanity check when registering
+    - [armhf] i2c: slave: add sanity check when unregistering
+    - usb: hso: check for return value in hso_serial_common_create()
+    - ALSA: hda: fix NULL pointer dereference during suspend
+    - firmware: Fix a reference count leak.
+    - cfg80211: check vendor command doit pointer before use
+    - igb: reinit_locked() should be called with rtnl_lock
+    - atm: fix atm_dev refcnt leaks in atmtcp_remove_persistent
+    - tools lib traceevent: Fix memory leak in process_dynamic_array_len
+    - xattr: break delegations in {set,remove}xattr
+    - [arm64,armhf] PCI: tegra: Revert tegra124 raw_violation_fixup
+    - ipv4: Silence suspicious RCU usage warning
+    - ipv6: fix memory leaks on IPV6_ADDRFORM path
+    - ipv6: Fix nexthop refcnt leak when creating ipv6 route info
+    - rxrpc: Fix race between recvmsg and sendmsg on immediate call failure
+    - vxlan: Ensure FDB dump is performed under RCU
+    - net: lan78xx: replace bogus endpoint lookup
+    - rhashtable: Restore RCU marking on rhash_lock_head
+    - devlink: ignore -EOPNOTSUPP errors on dumpit
+    - appletalk: Fix atalk_proc_init() return path
+    - [arm64] dpaa2-eth: Fix passing zero to 'PTR_ERR' warning
+    - [x86] hv_netvsc: do not use VF device if link is down
+    - net: bridge: clear bridge's private skb space on xmit
+    - net: gre: recompute gre csum for sctp over gre tunnels
+    - net: macb: Properly handle phylink on at91sam9x
+    - [arm64,armhf] net: mvpp2: fix memory leak in mvpp2_rx
+    - net/sched: act_ct: fix miss set mru for ovs after defrag in act_ct
+    - [arm64] net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()
+    - openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()
+    - Revert "vxlan: fix tos value before xmit"
+    - tcp: apply a floor of 1 for RTT samples from TCP timestamps
+    - [arm64] kaslr: Use standard early random function
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.7.16
+    - tracepoint: Mark __tracepoint_string's __used
+    - io_uring: abstract out task work running
+    - HID: input: Fix devices that return multiple bytes in battery report
+    - [x86] mce/inject: Fix a wrong assignment of i_mce.status
+    - [x86] perf/x86/intel/uncore: Fix oops when counting IMC uncore events on
+      some TGL
+    - [x86] sched: Bail out of frequency invariance if turbo frequency is
+      unknown
+    - [x86] sched: Bail out of frequency invariance if turbo_freq/base_freq
+      gives 0
+    - sched/fair: Fix NOHZ next idle balance
+    - sched: correct SD_flags returned by tl->sd_flags()
+    - EDAC: Fix reference count leaks
+    - crc-t10dif: Fix potential crypto notify dead-lock
+    - blktrace: fix debugfs use after free (CVE-2019-19770)
+    - [armhf] exynos: MCPM: Restore big.LITTLE cpuidle support
+    - rcu/tree: Repeat the monitor if any free channel is busy
+    - sched/uclamp: Fix initialization of struct uclamp_rq
+    - [x86] crypto: qat - allow xts requests not multiple of block
+    - [x86] platform/x86: intel-hid: Fix return value check in
+      check_acpi_dev()
+    - [x86] platform/x86: intel-vbtn: Fix return value check in
+      check_acpi_dev()
+    - tpm: Require that all digests are present in TCG_PCR_EVENT2 structures
+    - recordmcount: only record relocation of type R_AARCH64_CALL26 on arm64.
+    - regulator: fix memory leak on error path of regulator_register()
+    - io_uring: fix sq array offset calculation
+    - [arm64] dts: meson: fix mmc0 tuning error on Khadas VIM3
+    - [arm64,armhf] spi: rockchip: Fix error in SPI slave pio read
+    - seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID
+    - md: raid0/linear: fix dereference before null check on pointer mddev
+    - [mips64el,mipsel] irqchip/loongson-liointc: Fix potential dead lock
+    - [arm64,armhf] irqchip/gic-v4.1: Use GFP_ATOMIC flag in
+      allocate_vpe_l1_table()
+    - nvme-tcp: fix controller reset hang during traffic
+    - nvme-rdma: fix controller reset hang during traffic
+    - nvme-multipath: fix logic for non-optimized paths
+    - nvme-multipath: do not fall back to __nvme_find_path() for non-optimized
+      paths
+    - block: don't do revalidate zones on invalid devices
+    - [armhf] drm/tilcdc: fix leak & null ref in panel_connector_get_modes
+    - [armhf] exynos: clear L310_AUX_CTRL_FULL_LINE_ZERO in default
+      l2c_aux_val
+    - Bluetooth: add a mutex lock to avoid UAF in do_enale_set
+    - loop: be paranoid on exit and prevent new additions / removals
+    - io_uring: fix req->work corruption
+    - fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls
+    - drm/amdgpu: avoid dereferencing a NULL pointer
+    - drm/radeon: Fix reference count leaks caused by pm_runtime_get_sync
+    - video: fbdev: savage: fix memory leak on error handling path in probe
+    - video: fbdev: neofb: fix memory leak in neo_scan_monitor()
+    - [armhf] bus: ti-sysc: Add missing quirk flags for usb_host_hs
+    - md-cluster: fix wild pointer of unlock_all_bitmaps()
+    - drm/nouveau/kms/nv50-: Fix disabling dithering
+    - [arm64] dts: hisilicon: hikey: fixes to comply with adi, adv7533 DT
+      binding
+    - [armhf] drm/etnaviv: fix ref count leak via pm_runtime_get_sync
+    - drm/nouveau: fix reference count leak in nouveau_debugfs_strap_peek
+    - drm/nouveau: fix multiple instances of reference count leaks
+    - btrfs: fix lockdep splat from btrfs_dump_space_info
+    - [arm64] drm: msm: a6xx: fix gpu failure after system resume
+    - [arm64] drm/msm: Fix a null pointer access in msm_gem_shrinker_count()
+    - drm/debugfs: fix plain echo to connector "force" attribute
+    - drm/radeon: disable AGP by default
+    - net: phy: mscc: restore the base page in vsc8514/8584_config_init
+    - mm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls
+    - bpf: Fix fds_example SIGSEGV error
+    - Bluetooth: hci_qca: Bug fixes for SSR
+    - brcmfmac: keep SDIO watchdog running when console_interval is non-zero
+    - brcmfmac: To fix Bss Info flag definition Bug
+    - brcmfmac: set state of hanger slot to FREE when flushing PSQ
+    - [x86] platform/x86: asus-nb-wmi: add support for ASUS ROG Zephyrus G14
+      and G15
+    - iwlegacy: Check the return value of pcie_capability_read_*()
+    - [arm64,armhf] gpu: host1x: debug: Fix multiple channels emitting
+      messages simultaneously
+    - [x86] uaccess: Make __get_user_size() Clang compliant on 32-bit
+    - mmc: sdhci-pci-o2micro: Bug fix for O2 host controller Seabird1
+    - usb: gadget: net2280: fix memory leak on probe error handling paths
+    - dyndbg: fix a BUG_ON in ddebug_describe_flags
+    - bcache: fix super block seq numbers comparision in register_cache_set()
+    - btrfs: allow btrfs_truncate_block() to fallback to nocow for data space
+      reservation
+    - btrfs: qgroup: free per-trans reserved space when a subvolume gets
+      dropped
+    - [arm64,x86] ACPICA: Do not increment operation_region reference counts
+      for field units
+    - io_uring: fix racy overflow count reporting
+    - io_uring: fix stalled deferred requests
+    - [arm64] crypto: caam - silence .setkey in case of bad key length
+    - [arm64] drm/msm: ratelimit crtc event overflow error
+    - drm/gem: Fix a leak in drm_gem_objects_lookup()
+    - drm/amdgpu: use the unlocked drm_gem_object_put
+    - [x86] agp/intel: Fix a memory leak on module initialisation failure
+    - btmrvl: Fix firmware filename for sd8977 chipset
+    - btmrvl: Fix firmware filename for sd8997 chipset
+    - Bluetooth: hci_qca: Fix an error pointer dereference
+    - Bluetooth: hci_qca: Only remove TX clock vote after TX is completed
+    - Bluetooth: Allow suspend even when preparation has failed
+    - ath10k: Acquire tx_lock in tx error paths
+    - Bluetooth: hci_qca: Bug fix during SSR timeout
+    - Bluetooth: hci_qca: Increase SoC idle timeout to 200ms
+    - iio: improve IIO_CONCENTRATION channel type description
+    - scsi: ufs: Fix imprecise load calculation in devfreq window
+    - [armhf] drm/etnaviv: Fix error path on failure to enable bus clk
+    - [arm64,armhf] drm/panfrost: Fix inbalance of devfreq record_busy/idle()
+    - [arm64] drm/arm: fix unintentional integer overflow on left shift
+    - Bluetooth: btusb: fix up firmware download sequence
+    - Bluetooth: btmtksdio: fix up firmware download sequence
+    - media: marvell-ccic: Add missed v4l2_async_notifier_cleanup()
+    - [armhf] media: omap3isp: Add missed v4l2_ctrl_handler_free() for
+      preview_init_entities()
+    - [arm64] dpaa2-eth: fix condition for number of buffer acquire retries
+    - drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanline
+    - [powerpc*] cxl: Fix kobject memleak
+    - tracing: Move pipe reference to trace array instead of current_tracer
+    - drm/amdgpu: ensure 0 is returned for success in jpeg_v2_5_wait_for_idle
+    - drm/radeon: fix array out-of-bounds read and write issues
+    - [arm*] staging: vchiq_arm: Add a matching unregister call
+    - iavf: fix error return code in iavf_init_get_resources()
+    - iavf: Fix updating statistics
+    - RDMA/core: Fix bogus WARN_ON during ib_unregister_device_queued()
+    - ipvs: allow connection reuse for unconfirmed conntrack
+    - media: firewire: Using uninitialized values in node_probe()
+    - media: tvp5150: Add missed media_entity_cleanup()
+    - xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data fork
+    - xfs: fix reflink quota reservation accounting error
+    - RDMA/rxe: Skip dgid check in loopback mode
+    - PCI: Fix pci_cfg_wait queue locking problem
+    - samples: bpf: Fix bpf programs with kprobe/sys_connect event
+    - [armhf] drm/stm: repair runtime power management
+    - kobject: Avoid premature parent object freeing in kobject_cleanup()
+    - leds: core: Flush scheduled work for system suspend
+    - [arm64,armhf] drm: panel: simple: Fix bpc for LG LB070WV8 panel
+    - [armhf] phy: exynos5-usbdrd: Calibrating makes sense only for USB2.0 PHY
+    - [arm64] mmc: sdhci-of-arasan: Add missed checks for devm_clk_register()
+    - scsi: scsi_debug: Add check for sdebug_max_queue during module init
+    - mwifiex: Prevent memory corruption handling keys
+    - kernfs: do not call fsnotify() with name without a parent
+    - [powerpc*] pseries: remove cede offline state for CPUs
+    - [powerpc*] rtas: don't online CPUs for partition suspend
+    - [powerpc*] vdso: Fix vdso cpu truncation
+    - RDMA/qedr: SRQ's bug fixes
+    - RDMA/rxe: Prevent access to wr->next ptr afrer wr is posted to send
+      queue
+    - [x86] staging: rtl8192u: fix a dubious looking mask before a shift
+    - PCI/ASPM: Add missing newline in sysfs 'policy'
+    - go7007: add sanity checking for endpoints
+    - [powerpc*] book3s64/pkeys: Use PVR check instead of cpu feature
+    - [armhf] drm/imx: fix use after free
+    - [armhf] gpu: ipu-v3: Restore RGB32, BGR32
+    - USB: serial: iuu_phoenix: fix led-activity helpers
+    - usb: core: fix quirks_param_set() writing to a const pointer
+    - [armhf] thermal: ti-soc-thermal: Fix reversed condition in
+      ti_thermal_expose_sensor()
+    - [powerpc*] perf: Fix missing is_sier_aviable() during build
+    - [armhf] phy: armada-38x: fix NETA lockup when repeatedly switching
+      speeds
+    - [x86] ASoC: hdac_hda: fix deadlock after PCM open error
+    - [mips64el,mipsel] OCTEON: add missing put_device() call in
+      dwc3_octeon_device_init()
+    - [x86] thermal: int340x: processor_thermal: fix: update Jasper Lake PCI
+      id
+    - [arm*] usb: dwc2: Fix error path in gadget registration
+    - usb: gadget: f_uac2: fix AC Interface Header Descriptor wTotalLength
+    - scsi: megaraid_sas: Clear affinity hint
+    - [powerpc] scsi: mesh: Fix panic after host or bus reset
+    - [arm64,armhf] net: dsa: mv88e6xxx: MV88E6097 does not support jumbo
+      configuration
+    - RDMA/core: Fix return error value in _ib_modify_qp() to negative
+    - Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth
+      controllers
+    - Bluetooth: hci_h5: Set HCI_UART_RESET_ON_INIT to correct flags
+    - Bluetooth: hci_serdev: Only unregister device if it was registered
+    - Bluetooth: Fix suspend notifier race
+    - Bluetooth: hci_qca: Stop collecting memdump again for command timeout
+      during SSR
+    - xfs: fix inode allocation block res calculation precedence
+    - xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flush
+    - RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QP
+    - PCI: Release IVRS table in AMD ACS quirk
+    - [powerpc*] pseries/hotplug-cpu: Remove double free in error path
+    - ASoC: soc-core: Fix regression causing sysfs entries to disappear
+    - [s390x] qeth: tolerate pre-filled RX buffer
+    - [s390x] qeth: don't process empty bridge port events
+    - ice: Clear and free XLT entries on reset
+    - ice: Graceful error handling in HW table calloc failure
+    - netfilter: nft_meta: fix iifgroup matching
+    - rtw88: fix LDPC field for RA info
+    - rtw88: fix short GI capability based on current bandwidth
+    - rtw88: coex: only skip coex triggered by BT info
+    - [arm64,armhf] wl1251: fix always return 0 error
+    - net/mlx5: DR, Change push vlan action sequence
+    - net/mlx5: Delete extra dump stack that gives nothing
+    - ftrace: Fix ftrace_trace_task return value
+    - [amd64,arm64] net: ethernet: aquantia: Fix wrong return value
+    - liquidio: Fix wrong return value in cn23xx_get_pf_num()
+    - [powerpc] net: spider_net: Fix the size used in a 'dma_free_coherent()'
+      call
+    - gpio: don't use same lockdep class for all devm_gpiochip_add_data users
+    - [arm64] net: thunderx: initialize VF's mailbox mutex before first usage
+    - dlm: Fix kobject memleak
+    - ocfs2: fix unbalanced locking
+    - [arm64,armhf] pinctrl-single: fix pcs_parse_pinconf() return value
+    - svcrdma: Fix page leak in svc_rdma_recv_read_chunk()
+    - nfsd: avoid a NULL dereference in __cld_pipe_upcall()
+    - SUNRPC: Fix ("SUNRPC: Add "@len" parameter to gss_unwrap()")
+    - [amd64] x86/fsgsbase/64: Fix NULL deref in 86_fsgsbase_read_task
+    - [amd64] crypto: aesni - add compatibility with IAS
+    - af_packet: TPACKET_V3: fix fill status rwlock imbalance
+    - net: Fix potential memory leak in proto_register()
+    - net/nfc/rawsock.c: add CAP_NET_RAW check.
+    - net: phy: fix memory leak in device-create error path
+    - net: Set fput_needed iff FDPUT_FPUT is set
+    - tcp: correct read of TFO keys on big endian systems
+    - [x86] vmxnet3: use correct tcp hdr length when packet is encapsulated
+    - net: refactor bind_bucket fastreuse into helper
+    - net: initialize fastreuse on inet_inherit_port
+    - vsock: fix potential null pointer dereference in vsock_poll()
+    - net: phy: marvell10g: fix null pointer dereference
+    - USB: serial: cp210x: re-enable auto-RTS on open
+    - USB: serial: cp210x: enable usb generic throttle/unthrottle
+    - ALSA: hda - fix the micmute led status for Lenovo ThinkCentre AIO
+    - ALSA: usb-audio: Creative USB X-Fi Pro SB1095 volume knob support
+    - ALSA: usb-audio: fix overeager device match for MacroSilicon MS2109
+    - ALSA: usb-audio: work around streaming quirk for MacroSilicon MS2109
+    - ALSA: usb-audio: add quirk for Pioneer DDJ-RB
+    - [arm64,x86] tpm: Unify the mismatching TPM space buffer sizes
+    - [x86] crypto: qat - fix double free in qat_uclo_create_batch_init_list
+    - [x86] crypto: ccp - Fix use of merged scatterlists
+    - [arm64] crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not
+      specified
+    - tick/nohz: Narrow down noise while setting current task's tick
+      dependency
+    - bitfield.h: don't compile-time validate _val in FIELD_FIT
+    - fs/minix: check return value of sb_getblk()
+    - fs/minix: don't allow getting deleted inodes
+    - fs/minix: reject too-large maximum file size
+    - [x86] kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on
+      the host
+    - 9p: Fix memory leak in v9fs_mount
+    - driver core: Fix probe_count imbalance in really_probe()
+    - media: media-request: Fix crash if memory allocation fails
+    - drm/ttm/nouveau: don't call tt destroy callback on alloc failure.
+    - io_uring: set ctx sq/cq entry count earlier
+    - io_uring: use TWA_SIGNAL for task_work uncondtionally
+    - io_uring: fail poll arm on queue proc failure
+    - NFS: Don't move layouts to plh_return_segs list while in use
+    - NFS: Don't return layout segments that are in use
+    - cpufreq: Fix locking issues with governors
+    - [arm64] cpufreq: dt: fix oops on armada37xx
+    - include/asm-generic/vmlinux.lds.h: align ro_after_init
+    - [arm64] PM / devfreq: rk3399_dmc: Fix kernel oops when rockchip,pmu is
+      absent
+    - PM / devfreq: Fix indentaion of devfreq_summary debugfs node
+    - spi: spidev: Align buffers for DMA
+    - erofs: fix extended inode could cross boundary
+    - [arm64] firmware: qcom_scm: Fix legacy convention SCM accessors
+    - [x86] irqdomain/treewide: Free firmware node after domain removal
+    - xen/balloon: fix accounting in alloc_xenballooned_pages error path
+    - xen/balloon: make the balloon wait interruptible
+    - [x86] drm/xen-front: Fix misused IS_ERR_OR_NULL checks
+    - [s390x] dasd: fix inability to use DASD with DIAG driver
+    - [s390x] numa: set node distance to LOCAL_DISTANCE
+    - [s390x] gmap: improve THP splitting
+    - io_uring: sanitize double poll handling
+    - io_uring: Fix NULL pointer dereference in loop_rw_iter()
+    - task_work: only grab task signal lock when needed
+    - io_uring: add missing REQ_F_COMP_LOCKED for nested requests
+    - io_uring: enable lookup of links holding inflight files
+    - io_uring: hold 'ctx' reference around task_work queue + execute
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.7.17
+    - smb3: warn on confusing error scenario with sec=krb5
+    - genirq/affinity: Make affinity setting if activated opt-in
+    - genirq/PM: Always unlock IRQ descriptor in rearm_wake_irq()
+    - [arm64,x86] PCI: hotplug: ACPI: Fix context refcounting in
+      acpiphp_grab_context()
+    - PCI/ATS: Add pci_pri_supported() to check device or associated PF
+    - PCI: Mark AMD Navi10 GPU rev 0x00 ATS as broken
+    - PCI: Add device even if driver attach failed
+    - [arm64] PCI: qcom: Define some PARF params needed for ipq8064 SoC
+    - [arm64] PCI: qcom: Add support for tx term offset for rev 2.1.0
+    - btrfs: allow use of global block reserve for balance item deletion
+    - btrfs: free anon block device right after subvolume deletion
+    - btrfs: don't allocate anonymous block device for user invisible roots
+    - btrfs: ref-verify: fix memory leak in add_block_entry
+    - btrfs: only commit the delayed inode when doing a full fsync
+    - btrfs: stop incremening log_batch for the log root tree when syncing log
+    - btrfs: only commit delayed items at fsync if we are logging a directory
+    - btrfs: remove no longer needed use of log_writers for the log root tree
+    - btrfs: don't traverse into the seed devices in show_devname
+    - btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctl
+    - btrfs: open device without device_list_mutex
+    - btrfs: move the chunk_mutex in btrfs_read_chunk_tree
+    - btrfs: relocation: review the call sites which can be interrupted by
+      signal
+    - btrfs: add missing check for nocow and compression inode flags
+    - btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on
+      relocation tree
+    - btrfs: return EROFS for BTRFS_FS_STATE_ERROR cases
+    - btrfs: sysfs: use NOFS for device creation
+    - btrfs: don't WARN if we abort a transaction with EROFS
+    - btrfs: fix race between page release and a fast fsync
+    - btrfs: don't show full path of bind mounts in subvol=
+    - btrfs: fix messages after changing compression level by remount
+    - btrfs: only search for left_info if there is no right_info in
+      try_merge_free_space
+    - btrfs: inode: fix NULL pointer dereference if inode doesn't need
+      compression
+    - btrfs: fix memory leaks after failure to lookup checksums during inode
+      logging
+    - btrfs: trim: fix underflow in trim length to prevent access beyond
+      device boundary
+    - btrfs: make sure SB_I_VERSION doesn't get unset by remount
+    - btrfs: fix return value mixup in btrfs_get_extent
+    - [arm64] perf: Correct the event index in sysfs
+    - cifs: Fix leak when handling lease break for cached root fid
+    - [powerpc*] Allow 4224 bytes of stack expansion for the signal frame
+    - [powerpc*] Fix circular dependency between percpu.h and mmu.h
+    - [arm64] media: venus: fix multiple encoder crash
+    - [arm64] net: ethernet: stmmac: Disable hardware multicast filter
+    - [arm64,armhf] net: stmmac: dwmac1000: provide multicast filter fallback
+    - [mips64el,mipsel] irqchip/loongson-liointc: Fix misuse of gc->mask_cache
+    - [arm64,armhf] irqchip/gic-v4.1: Ensure accessing the correct RD when
+      writing INVALLR
+    - pidfd: Add missing sock updates for pidfd_getfd()
+    - net/compat: Add missing sock updates for SCM_RIGHTS
+    - md/raid5: Fix Force reconstruct-write io stuck in degraded raid5
+    - bcache: allocate meta data pages as compound pages
+    - bcache: fix overflow in offset_to_stripe()
+    - mac80211: fix misplaced while instead of if
+    - driver core: Avoid binding drivers to dead devices
+    - [mips*] CPU#0 is not hotpluggable
+    - ext2: fix missing percpu_counter_inc
+    - khugepaged: collapse_pte_mapped_thp() flush the right range
+    - mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possible
+    - khugepaged: collapse_pte_mapped_thp() protect the pmd lock
+    - hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsem
+    - [amd64,arm64] mm/shuffle: don't move pages between zones and don't read
+      garbage memmaps
+    - ocfs2: change slot number type s16 to u16
+    - mm/page_counter.c: fix protection usage propagation
+    - cma: don't quit at first error when activating reserved areas
+    - mm/memory_hotplug: fix unpaired mem_hotplug_begin/done
+    - ftrace: Setup correct FTRACE_FL_REGS flags for module
+    - kprobes: Fix NULL pointer dereference at kprobe_ftrace_handler
+    - tracing: Use trace_sched_process_free() instead of exit() for pid
+      tracing
+    - [x86] watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in
+      watchdog_info.options
+    - [x86] watchdog: f71808e_wdt: remove use of wrong watchdog_info option
+    - [x86] watchdog: f71808e_wdt: clear watchdog timeout occurred flag
+    - ceph: set sec_context xattr on symlink creation
+    - ceph: handle zero-length feature mask in session messages
+    - [powerpc*] pseries: Fix 64 bit logical memory block panic
+    - dm: don't call report zones for more than the user requested
+    - module: Correctly truncate sysfs sections output
+    - bootconfig: Fix to find the initargs correctly
+    - perf probe: Fix wrong variable warning when the probe point is not found
+    - perf probe: Fix memory leakage when the probe point is not found
+    - perf intel-pt: Fix FUP packet state
+    - perf intel-pt: Fix duplicate branch after CBR
+    - gfs2: Never call gfs2_block_zero_range with an open transaction
+    - [armhf] drm/imx: imx-ldb: Disable both channels for split mode in
+      enc->disable()
+    - crypto: algif_aead - Only wake up when ctx->more is zero
+    - RDMA/ipoib: Return void from ipoib_ib_dev_stop()
+    - RDMA/ipoib: Fix ABBA deadlock with ipoib_reap_ah()
+    - rtc: cpcap: fix range
+    - IB/uverbs: Set IOVA on IB MR in uverbs layer
+    - sched/uclamp: Protect uclamp fast path code with static key
+    - USB: serial: ftdi_sio: make process-packet buffer unsigned
+    - USB: serial: ftdi_sio: clean up receive processing
+    - crypto: af_alg - Fix regression on empty requests
+    - devres: keep both device name and resource name in pretty name
+    - RDMA/counter: Only bind user QPs in auto mode
+    - RDMA/counter: Allow manually bind QPs with different pids to same
+      counter
+    - rtw88: pci: disable aspm for platform inter-op with module parameter
+    - [arm64,armhf] rtc: pl031: fix set_alarm by adding back call to
+      alarm_irq_enable
+    - [armhf] gpu: ipu-v3: image-convert: Combine rotate/no-rotate irq
+      handlers
+    - [armhf] gpu: ipu-v3: image-convert: Wait for all EOFs before completing
+      a tile
+    - dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()
+    - f2fs: compress: fix to avoid memory leak on cc->cpages
+    - [arm64] clk: qcom: clk-alpha-pll: remove unused/incorrect PLL_CAL_VAL
+    - iommu/vt-d: Enforce PASID devTLB field mask
+    - f2fs: compress: fix to update isize when overwriting compressed file
+    - nvme: fix deadlock in disconnect during scan_work and/or ana_work
+    - sched/uclamp: Fix a deadlock when enabling uclamp static key
+    - nfs: ensure correct writeback errors are returned on close()
+    - ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|rename
+    - [arm*] clk: bcm2835: Do not use prediv with bcm2711's PLLs
+    - scsi: lpfc: nvmet: Avoid hang / use-after-free again when destroying
+      targetport
+    - nfs: nfs_file_write() should check for writeback errors
+    - watchdog: initialize device before misc_register
+    - md-cluster: Fix potential error pointer dereference in resize_bitmaps()
+    - [x86] tsr: Fix tsc frequency enumeration bug on Lightning Mountain SoC
+    - [x86] bugs/multihit: Fix mitigation reporting when VMX is not in use
+    - Input: sentelic - fix error return when fsp_reg_write fails
+    - [x86] drm/vmwgfx: Use correct vmw_legacy_display_unit pointer
+    - [x86] drm/vmwgfx: Fix two list_for_each loop exit tests
+    - [arm64] net: qcom/emac: add missed clk_disable_unprepare in error path
+      of emac_clks_phase1_init
+    - nfs: Fix getxattr kernel panic and memory overflow
+    - NFS: Fix flexfiles read failover
+    - fs/minix: set s_maxbytes correctly
+    - fs/minix: fix block limit check for V1 filesystems
+    - fs/minix: remove expected error message in block_to_path()
+    - fs/ufs: avoid potential u32 multiplication overflow
+    - crypto: algif_aead - fix uninitialized ctx->init
+    - perf bench mem: Always memset source before memcpy
+    - [x86] perf/x86/rapl: Fix missing psys sysfs attributes
+    - khugepaged: retract_page_tables() remember to test exit
+    - [arm64,armhf] ASoC: tegra: Use device managed resource APIs to get the
+      clock
+    - [arm64,armhf] ASoC: tegra: Add audio mclk parent configuration
+    - [arm64,armhf] ASoC: tegra: Enable audio mclk during
+      tegra_asoc_utils_init()
+    - [x86] drm/i915/gt: Force the GT reset on shutdown
+    - [arm64,armhf] drm/panfrost: Use kvfree() to free bo->sgts
+    - drm/dp_mst: Fix the DDC I2C device registration of an MST port
+    - drm/amdgpu: fix ordering of psp suspend
+    - [armhf] drm/omap: force runtime PM suspend on system suspend
+    - drm: Added orientation quirk for ASUS tablet model T103HAF
+    - drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpi
+    - drm/amdgpu: Fix bug where DPM is not enabled after hibernate and resume
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 3
+
+  [ Ben Hutchings ]
+  * doc: Disable extension incompatible with Sphinx 3 (fixes FTBFS)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 23 Aug 2020 15:44:14 +0200
+
+linux (5.7.10-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.7.7
+    - block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failed
+    - ethtool: Fix check in ethtool_rx_flow_rule_create
+    - geneve: allow changing DF behavior after creation
+    - [powerpc*] ibmveth: Fix max MTU limit
+    - mld: fix memory leak in ipv6_mc_destroy_dev()
+    - [arm64,armhf] mvpp2: ethtool rxtx stats fix
+    - net: bridge: enfore alignment for ethernet address
+    - net: core: reduce recursion limit value
+    - net: Do not clear the sock TX queue in sk_set_socket()
+    - net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM
+    - net: fix memleak in register_netdevice()
+    - net: Fix the arp error in some cases
+    - net: increment xmit_recursion level in dev_direct_xmit()
+    - net: usb: ax88179_178a: fix packet alignment padding
+    - openvswitch: take into account de-fragmentation/gso_size in
+      execute_check_pkt_len
+    - rxrpc: Fix notification call on completion of discarded calls
+    - sctp: Don't advertise IPv4 addresses if ipv6only is set on the socket
+    - tcp: don't ignore ECN CWR on pure ACK
+    - tcp: grow window for OOO packets only for SACK flows
+    - tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezes
+    - ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()
+    - net: phy: Check harder for errors in get_phy_id()
+    - ip_tunnel: fix use-after-free in ip_tunnel_lookup()
+    - bnxt_en: Store the running firmware version code.
+    - bnxt_en: Do not enable legacy TX push on older firmware.
+    - bnxt_en: Fix statistics counters issue during ifdown with older firmware.
+    - bnxt_en: Read VPD info only for PFs
+    - net: phylink: fix ethtool -A with attached PHYs
+    - net: phylink: ensure manual pause mode configuration takes effect
+    - sch_cake: don't try to reallocate or unshare skb unconditionally
+    - sch_cake: don't call diffserv parsing code when it is not needed
+    - sch_cake: fix a few style nits
+    - tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT
+    - bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT
+    - [arm64,riscv64] net: macb: undo operations in case of failure
+    - r8169: fix firmware not resetting tp->ocp_base
+    - net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string
+    - [arm64,riscv64] net: macb: call pm_runtime_put_sync on failure path
+    - net: phy: mscc: avoid skcipher API for single block AES encryption
+    - of: of_mdio: Correct loop scanning logic
+    - wireguard: device: avoid circular netns references
+    - bareudp: Fixed multiproto mode configuration
+    - [armhf] net: dsa: bcm_sf2: Fix node reference count
+    - net: phy: smsc: fix printing too many logs
+    - genetlink: clean up family attributes allocations
+    - nvmet: cleanups the loop in nvmet_async_events_process
+    - nvmet: fail outstanding host posted AEN req
+    - ALSA: usb-audio: Fix potential use-after-free of streams
+    - [arm64,armhf] Revert "i2c: tegra: Fix suspending in active runtime PM
+      state"
+    - btrfs: fix a block group ref counter leak after failure to remove block
+      group
+    - binder: fix null deref of proc->context
+    - [x86] mei: me: disable mei interface on Mehlow server platforms
+    - [x86] mei: me: add tiger lake point device ids for H platforms.
+    - [armhf] Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend
+      clk"
+    - [mips*/*-malta,sh4] USB: ohci-sm501: Add missed iounmap() in remove
+    - [arm64,armhf] usb: dwc2: Postponed gadget registration to the udc class
+      driver
+    - usb: add USB_QUIRK_DELAY_INIT for Logitech C922
+    - USB: ehci: reopen solution for Synopsys HC bug
+    - xhci: Poll for U0 after disabling USB2 LPM
+    - [armhf] usb: host: ehci-exynos: Fix error check in exynos_ehci_probe()
+    - ALSA: usb-audio: Add implicit feedback quirk for SSL2+.
+    - ALSA: usb-audio: add quirk for Denon DCD-1500RE
+    - ALSA: usb-audio: Set 48 kHz rate for Rodecaster
+    - ALSA: usb-audio: Add registration quirk for Kingston HyperX Cloud Flight S
+    - ALSA: usb-audio: add quirk for Samsung USBC Headset (AKG)
+    - ALSA: usb-audio: Fix OOB access of mixer element list
+    - scsi: qla2xxx: Keep initiator ports after RSCN
+    - [s390x] scsi: zfcp: Fix panic on ERP timeout for previously dismissed ERP
+      action
+    - cifs: Fix cached_fid refcnt leak in open_shroot
+    - cifs/smb3: Fix data inconsistent when punch hole
+    - cifs/smb3: Fix data inconsistent when zero file range
+    - xhci: Fix incorrect EP_STATE_MASK
+    - xhci: Fix enumeration issue when setting max packet size for FS devices.
+    - xhci: Return if xHCI doesn't support LPM
+    - cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip
+    - loop: replace kill_bdev with invalidate_bdev
+    - IB/mad: Fix use after free when destroying MAD agent
+    - IB/hfi1: Fix module use count flaw due to leftover module put calls
+    - [armhf] bus: ti-sysc: Flush posted write on enable and disable
+    - [armhf] bus: ti-sysc: Use optional clocks on for enable and wait for
+      softreset bit
+    - [armhf] bus: ti-sysc: Ignore clockactivity unless specified as a quirk
+    - [armhf] bus: ti-sysc: Fix uninitialized framedonetv_irq
+    - [armhf] OMAP2+: Fix legacy mode dss_reset
+    - xfrm: Fix double ESP trailer insertion in IPsec crypto offload.
+    - [armhf] dts: Fix am33xx.dtsi USB ranges length
+    - [armhf] dts: Fix am33xx.dtsi ti,sysc-mask wrong softreset flag
+    - [x86] resctrl: Support CPUID enumeration of MBM counter width
+    - [x86] resctrl: Fix memory bandwidth counter width for AMD
+    - efi/tpm: Verify event log header before parsing
+    - ASoC: soc-pcm: fix checks for multi-cpu FE dailinks
+    - [arm64] ASoC: qcom: common: set correct directions for dailinks
+    - [armhf] regualtor: pfuze100: correct sw1a/sw2 on pfuze3000
+    - efi/libstub: Fix path separator regression
+    - RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl()
+    - [armhf] dts: am335x-pocketbeagle: Fix mmc0 Write Protect
+    - [armhf] dts: Fix duovero smsc interrupt for suspend
+    - dma-direct: re-encrypt memory if dma_direct_alloc_pages() fails
+    - dma-direct: check return value when encrypting or decrypting memory
+    - [x86] resctrl: Fix a NULL vs IS_ERR() static checker warning in
+      rdt_cdp_peer_get()
+    - [x86] efi/x86: Setup stack correctly for efi_pe_entry
+    - regmap: Fix memory leak from regmap_register_patch
+    - devmap: Use bpf_map_area_alloc() for allocating hash buckets
+    - bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZE
+    - rxrpc: Fix handling of rwind from an ACK packet
+    - RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq
+    - RDMA/efa: Set maximum pkeys device attribute
+    - RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532
+    - RDMA/cma: Protect bind_list and listen_list while finding matching cm id
+    - RDMA/core: Check that type_attrs is not NULL prior access
+    - [arm64,armhf] ASoC: rockchip: Fix a reference count leak.
+    - [s390x] qeth: fix error handling for isolation mode cmds
+    - RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads()
+    - [x86] Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU"
+    - [x86] iommu/vt-d: Set U/S bit in first level page table by default
+    - [x86] iommu/vt-d: Enable PCI ACS for platform opt in hint
+    - [x86] iommu/vt-d: Update scalable mode paging structure coherency
+    - dma-direct: add missing set_memory_decrypted() for coherent mapping
+    - net: qed: fix left elements count calculation
+    - net: qed: fix async event callbacks unregistering
+    - net: qede: stop adding events on an already destroyed workqueue
+    - net: qed: fix NVMe login fails over VFs
+    - net: qed: fix excessive QM ILT lines consumption
+    - net: qede: fix PTP initialization on recovery
+    - net: qede: fix use-after-free on recovery and AER handling
+    - net: qed: reset ILT block sizes before recomputing to fix crashes
+    - cxgb4: move handling L2T ARP failures to caller
+    - cxgb4: move PTP lock and unlock to caller in Tx path
+    - [armhf] imx5: add missing put_device() call in imx_suspend_alloc_ocram()
+    - scsi: lpfc: Avoid another null dereference in lpfc_sli4_hba_unset()
+    - usb: gadget: udc: Potential Oops in error handling code
+    - nvme: don't protect ns mutation with ns->head->lock
+    - qed: add missing error test for DBG_STATUS_NO_MATCHING_FRAMING_MODE
+    - netfilter: ipset: fix unaligned atomic access
+    - [arm64] net: bcmgenet: use hardware padding of runt frames
+    - io_uring: fix hanging iopoll in case of -EAGAIN
+    - [riscv64] clk: sifive: allocate sufficient memory for struct __prci_data
+    - [armhf] i2c: fsi: Fix the port number field in status register
+    - wireguard: receive: account for napi_gro_receive never returning GRO_DROP
+    - [arm64] socionext: account for napi_gro_receive never returning GRO_DROP
+    - wil6210: account for napi_gro_receive never returning GRO_DROP
+    - i2c: core: check returned size of emulated smbus block read
+    - afs: Fix storage of cell names
+    - sched/deadline: Initialize ->dl_boosted
+    - sched/core: Fix PI boosting between RT and DEADLINE tasks
+    - sched/cfs: change initial value of runnable_avg
+    - ata/libata: Fix usage of page address by page_address in
+      ata_scsi_mode_select_xlat function
+    - drm/amd/display: Use kfree() to free rgb_user in
+      calculate_user_regamma_ramp()
+    - [riscv64] atomic: Fix sign extension for RV64I
+    - bcache: check and adjust logical block size for backing devices
+    - net: alx: fix race condition in alx_remove
+    - [arm64] pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage
+    - [arm64,armhf] pinctrl: tegra: Use noirq suspend/resume callbacks
+    - [s390x] seccomp: pass syscall arguments via seccomp_data
+    - [s390x] ptrace: return -ENOSYS when invalid syscall is supplied
+    - [s390x] ptrace: pass invalid syscall numbers to tracing
+    - [s390x] ptrace: fix setting syscall number
+    - [s390x] vdso: Use $(LD) instead of $(CC) to link vDSO
+    - [s390x] vdso: fix vDSO clock_getres()
+    - [arm64] sve: Fix build failure when ARM64_SVE=y and SYSCTL=n
+    - kbuild: improve cc-option to clean up all temporary files
+    - recordmcount: support >64k sections
+    - kprobes: Suppress the suspicious RCU warning on kprobes
+    - blktrace: break out of blktrace setup on concurrent calls
+    - nvdimm/region: always show the 'align' attribute
+    - block: update hctx map when use multiple maps
+    - [riscv64] Don't allow write+exec only page mapping request in mmap
+    - syscalls: Fix offset type of ksys_ftruncate()
+    - ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch table
+    - [x86] ALSA: hda/realtek - Add quirk for MSI GE63 laptop
+    - [x86] ALSA: hda/realtek: Add mute LED and micmute LED support for HP
+      systems
+    - ACPI: sysfs: Fix pm_profile_attr type
+    - ACPI: configfs: Disallow loading ACPI tables when locked down
+      (CVE-2020-15780)
+    - erofs: fix partially uninitialized misuse in z_erofs_onlinepage_fixup
+    - [x86] KVM: X86: Fix MSR range of APIC registers in X2APIC mode
+    - [x86] kvm: lapic: fix broken vcpu hotplug
+    - [x86] KVM: nVMX: Plumb L2 GPA through to PML emulation
+    - [x86] KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL
+    - [x86] cpu: Use pinning mask for CR4 bits needing to be 0
+    - [x86] cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup
+    - [amd64] asm/64: Align start of __clear_user() loop to 16-bytes
+    - btrfs: fix bytes_may_use underflow when running balance and scrub in
+      parallel
+    - btrfs: fix data block group relocation failure due to concurrent scrub
+    - btrfs: check if a log root exists before locking the log_mutex on unlink
+    - btrfs: fix hang on snapshot creation after RWF_NOWAIT write
+    - btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eof
+    - btrfs: fix RWF_NOWAIT write not failling when we need to cow
+    - mm, compaction: make capture control handling safe wrt interrupts
+    - mm, slab: fix sign conversion problem in memcg_uncharge_slab()
+    - mm/slab: use memzero_explicit() in kzfree()
+    - ocfs2: avoid inode removal while nfsd is accessing it
+    - ocfs2: load global_inode_alloc
+    - ocfs2: fix value of OCFS2_INVALID_SLOT
+    - ocfs2: fix panic on nfs server over ocfs2
+    - mm: memcontrol: handle div0 crash race condition in memory.low
+    - mm/memcontrol.c: add missed css_put()
+    - mm/memory_hotplug.c: fix false softlockup during pfn range removal
+    - [arm64] perf: Report the PC value in REGS_ABI_32 mode
+    - tracing/boottime: Fix kprobe multiple events
+    - tracing: Fix event trigger to accept redundant spaces
+    - ring-buffer: Zero out time extend if it is nested and not absolute
+    - drm/amd/display: Enable output_bpc property on all outputs
+    - drm/amd: fix potential memleak in err branch
+    - drm/radeon: fix fb_div check in ni_init_smc_spll_table()
+    - drm/fb-helper: Fix vt restore
+    - drm/amdgpu: add fw release for sdma v5_0
+    - drm/amdgpu/display: Unlock mutex on error
+    - drm/panel-simple: fix connector type for newhaven_nhd_43_480272ef_atxl
+    - drm/panel-simple: fix connector type for LogicPD Type28 Display
+    - [armhf] dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL board
+      to SoM
+    - [armhf] dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull to
+      open-drain
+    - [x86,arm64] Staging: rtl8723bs: prevent buffer overflow in
+      update_sta_support_rate()
+    - sunrpc: fixed rollback in rpc_gssd_dummy_populate()
+    - SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()
+    - pNFS/flexfiles: Fix list corruption if the mirror count changes
+    - NFSv4 fix CLOSE not waiting for direct IO compeletion
+    - [x86] EDAC/amd64: Read back the scrub rate PCI register on F15h
+    - xprtrdma: Fix handling of RDMA_ERROR replies
+    - dm writecache: correct uncommitted_block when discarding uncommitted entry
+    - dm writecache: add cond_resched to loop in persistent_memory_claim()
+    - Revert "tty: hvc: Fix data abort due to race in hvc_open"
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.7.8
+    - exfat: Set the unused characters of FileName field to the value 0000h
+    - exfat: add missing brelse() calls on error paths
+    - exfat: call sync_filesystem for read-only remount
+    - exfat: move setting VOL_DIRTY over exfat_remove_entries()
+    - exfat: flush dirty metadata in fsync
+    - btrfs: block-group: refactor how we delete one block group item
+    - btrfs: fix race between block group removal and block group creation
+    - mm: fix swap cache node allocation mask
+    - drm/amd/display: Fix incorrectly pruned modes with deep color
+    - drm/amd/display: Fix ineffective setting of max bpc property
+    - seg6: fix seg6_validate_srh() to avoid slab-out-of-bounds
+    - tipc: add test for Nagle algorithm effectiveness
+    - tipc: fix kernel WARNING in tipc_msg_append()
+    - usbnet: smsc95xx: Fix use-after-free after removal
+    - tipc: Fix NULL pointer dereference in __tipc_sendstream()
+    - [x86] drm/i915/gt: Mark timeline->cacheline as destroyed after rcu grace
+      period
+    - drm/amdgpu: disable ras query and iject during gpu reset
+    - drm/amdgpu: fix non-pointer dereference for non-RAS supported
+    - drm/amdgpu: fix kernel page fault issue by ras recovery on sGPU
+    - sched/debug: Make sd->flags sysctl read-only
+    - soc: ti: omap-prm: use atomic iopoll instead of sleeping one
+    - [powerpc*] kvm/book3s: Add helper to walk partition scoped linux page
+      table.
+    - [powerpc*] book3s64/kvm: Fix secondary page table walk warning during
+      migration
+    - mm/slub.c: fix corrupted freechain in deactivate_slab()
+    - mm/slub: fix stack overruns with SLUB_STATS
+    - mm, dump_page(): do not crash with invalid mapping pointer
+    - io_uring: fix {SQ,IO}POLL with unsupported opcodes
+    - rxrpc: Fix race between incoming ACK parser and retransmitter
+    - usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnect
+      (CVE-2020-15393)
+    - tools lib traceevent: Add append() function helper for appending strings
+    - tools lib traceevent: Handle __attribute__((user)) in field names
+    - [s390x] debug: avoid kernel warning on too large number of pages
+    - io_uring: fix io_sq_thread no schedule when busy
+    - nvme-multipath: set bdi capabilities once
+    - nvme: fix possible deadlock when I/O is blocked
+    - nvme-multipath: fix deadlock between ana_work and scan_work
+    - nvme-multipath: fix deadlock due to head->lock
+    - nvme-multipath: fix bogus request queue reference put
+    - io_uring: fix current->mm NULL dereference on exit
+    - tpm: Fix TIS locality timeout problems
+    - crypto: af_alg - fix use-after-free in af_alg_accept() due to
+      bh_lock_sock()
+    - task_work: teach task_work_add() to do signal_wake_up()
+    - io_uring: use signal based task_work running
+    - [arm64] drm/msm/dpu: fix error return code in dpu_encoder_init
+    - btrfs: fix RWF_NOWAIT writes blocking on extent locks and waiting for IO
+    - rxrpc: Fix afs large storage transmission performance drop
+    - RDMA/counter: Query a counter before release
+    - xfs: fix use-after-free on CIL context on shutdown
+    - hsr: remove hsr interface if all slaves are removed
+    - hsr: avoid to create proc file after unregister
+    - cxgb4: use unaligned conversion for fetching timestamp
+    - cxgb4: parse TC-U32 key values and masks natively
+    - cxgb4: fix endian conversions for L4 ports in filters
+    - cxgb4: use correct type for all-mask IP address comparison
+    - cxgb4: fix SGE queue dump destination buffer context
+    - security: Fix hook iteration and default value for inode_copy_up_xattr
+    - [x86] hwmon: (acpi_power_meter) Fix potential memory leak in
+      acpi_power_meter_add()
+    - scsi: qla2xxx: Fix a condition in qla2x00_find_all_fabric_devs()
+    - nfsd4: fix nfsdfs reference count loop
+    - nfsd: fix nfsdfs inode reference count leak
+    - [arm64,armhf] drm: sun4i: hdmi: Remove extra HPD polling
+    - virtio-blk: free vblk-vqs in error path of virtblk_probe()
+    - SMB3: Honor 'posix' flag for multiuser mounts
+    - nvme: fix identify error status silent ignore
+    - nvme: fix a crash in nvme_mpath_add_disk
+    - [sh4] i2c: algo-pca: Add 0x78 as SCL stuck low status for PCA9665
+    - [x86,arm64] i2c: designware: platdrv: Set class based on DMI
+    - io_uring: fix regression with always ignoring signals in io_cqring_wait()
+    - Revert "ALSA: usb-audio: Improve frames size computation"
+    - padata: upgrade smp_mb__after_atomic to smp_mb in padata_do_serial
+    - SMB3: Honor 'seal' flag for multiuser mounts
+    - SMB3: Honor persistent/resilient handle flags for multiuser mounts
+    - SMB3: Honor lease disabling for multiuser mounts
+    - SMB3: Honor 'handletimeout' flag for multiuser mounts
+    - cifs: Fix the target file was deleted when rename failed.
+    - [x86] Drivers: hv: Change flag to write log level in panic msg to false
+    - hwmon: (pmbus) Fix page vs. register when accessing fans
+    - [x86] ACPI: fan: Fix Tiger Lake ACPI device ID
+    - gfs2: fix trans slab error when withdraw occurs inside log_flush
+    - [x86] split_lock: Don't write MSR_TEST_CTRL on CPUs that aren't
+      whitelisted
+    - [mips*] Add missing EHB in mtc0 -> mfc0 sequence for DSPen
+    - [x86] drm/i915: Include asm sources for {ivb, hsw}_clear_kernel.c
+    - drm/amd/powerplay: Fix NULL dereference in lock_bus() on Vega20 w/o RAS
+    - drm/amd/display: Only revalidate bandwidth on medium and fast updates
+    - drm/amdgpu: use %u rather than %d for sclk/mclk
+    - drm/amdgpu/atomfirmware: fix vram_info fetching for renoir
+    - dma-buf: Move dma_buf_release() from fops to dentry_ops
+    - [arm64,armhf] irqchip/gic: Atomically update affinity
+    - mm/hugetlb.c: fix pages per hugetlb calculation
+    - [arm*] mm/cma.c: use exact_nid true to fix possible per-numa cma leak
+    - dm zoned: assign max_io_len correctly
+    - efi: Make it possible to disable efivar_ssdt entirely
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.7.9
+    - [s389x] KVM: s390: reduce number of IO pins to 1
+    - regmap: fix alignment issue
+    - [x86] perf/x86/rapl: Move RAPL support to common x86 code
+    - [x86] perf/x86/rapl: Fix RAPL config variable bug
+    - [armhf] dts: omap4-droid4: Fix spi configuration and increase rate
+    - drm/ttm: Fix dma_fence refcnt leak in ttm_bo_vm_fault_reserved
+    - drm/ttm: Fix dma_fence refcnt leak when adding move fence
+    - [arm64,armhf] gpu: host1x: Clean up debugfs in error handling path
+    - [arm64,armhf] drm/tegra: hub: Do not enable orphaned window group
+    - [arm64,armhf] gpu: host1x: Detach driver on unregister
+    - [x86] ASoC: SOF: Intel: add PCI ID for CometLake-S
+    - ASoC: hdac_hda: fix memleak with regmap not freed on remove
+    - [x86] ALSA: hda: Intel: add missing PCI IDs for ICL-H, TGL-H and EKL
+    - spi: spidev: fix a race between spidev_release and spidev_remove
+    - spi: spidev: fix a potential use-after-free in spidev_release()
+    - [arm64,armhf] net: ethernet: mvneta: Fix Serdes configuration for SoCs
+      without comphy
+    - [arm64,armhf] net: ethernet: mvneta: Add 2500BaseX support for SoCs
+      without comphy
+    - ixgbe: protect ring accesses with READ- and WRITE_ONCE
+    - i40e: protect ring accesses with READ- and WRITE_ONCE
+    - ice: protect ring accesses with WRITE_ONCE
+    - [powerpc*] kvm/book3s64: Fix kernel crash with nested kvm & DEBUG_VIRTUAL
+    - xprtrdma: Prevent dereferencing r_xprt->rx_ep after it is freed
+    - [x86] iommu/vt-d: Don't apply gfx quirks to untrusted devices
+    - [x86] drm: panel-orientation-quirks: Add quirk for Asus T101HA panel
+    - [x86] drm: panel-orientation-quirks: Use generic orientation-data for
+      Acer S1003
+    - [s390x] kasan: fix early pgm check handler execution
+    - cifs: update ctime and mtime during truncate
+    - [armhf] imx6: add missing put_device() call in imx6q_suspend_init()
+    - scsi: qla2xxx: Fix MPI failure AEN (8200) handling
+    - scsi: mptscsih: Fix read sense data size
+    - [arm64,armhf] usb: dwc3: pci: Fix reference count leak in
+      dwc3_pci_resume_work
+    - [arm64] kpti: Add KRYO{3, 4}XX silver CPU cores to kpti safelist
+    - block: release bip in a right way in error path
+    - nvme-rdma: assign completion vector correctly
+    - [x86] entry: Increase entry_stack size to a full page
+    - [arm64] Add KRYO{3,4}XX silver CPU cores to SSB safelist
+    - nfs: Fix memory leak of export_path
+    - sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to
+      fix mask corruption
+    - mtd: set master partition panic write flag
+    - [arm64,armhf] gpio: pca953x: Synchronize interrupt handler properly
+    - [arm64,armhf] gpio: pca953x: Fix direction setting when configure an IRQ
+    - [arm64] KVM: arm64: vgic-v4: Plug race between non-residency and v4.1
+      doorbell
+    - mac80211: Fix dropping broadcast packets in 802.11 encap
+    - bpf: Do not allow btf_ctx_access with __int128 types
+    - nl80211: don't return err unconditionally in nl80211_start_ap()
+    - nl80211: fix memory leak when parsing NL80211_ATTR_HE_BSS_COLOR
+    - bpf, sockmap: RCU splat with redirect and strparser error or TLS
+    - bpf, sockmap: RCU dereferenced psock may be used outside RCU block
+    - netfilter: ipset: call ip_set_free() instead of kfree()
+    - [arm64,armhf] net: mvneta: fix use of state->speed
+    - net: cxgb4: fix return error value in t4_prep_fw
+    - btrfs: fix reclaim_size counter leak after stealing from global reserve
+    - [arm64] drm/meson: viu: fix setting the OSD burst length in
+      VIU_OSD1_FIFO_CTRL_STAT
+    - IB/sa: Resolv use-after-free in ib_nl_make_request()
+    - netfilter: conntrack: refetch conntrack after nf_conntrack_update()
+    - perf report TUI: Fix segmentation fault in perf_evsel__hists_browse()
+    - [x86] perf intel-pt: Fix recording PEBS-via-PT with registers
+    - [x86] perf intel-pt: Fix PEBS sample for XMM registers
+    - smsc95xx: check return value of smsc95xx_reset
+    - smsc95xx: avoid memory leak in smsc95xx_bind
+    - [arm64] net: hns3: check reset pending after FLR prepare
+    - [arm64] net: hns3: fix for mishandle of asserting VF reset fail
+    - [arm64] net: hns3: add a missing uninit debugfs when unload driver
+    - [arm64] net: hns3: fix use-after-free when doing self test
+    - ALSA: compress: fix partial_drain completion state
+    - net: qed: fix buffer overflow on ethtool -d
+    - [powerpc*] 64s/exception: Fix 0x1500 interrupt handler crash
+    - RDMA/siw: Fix reporting vendor_part_id
+    - net: atlantic: fix ip dst and ipv6 address filters
+    - nbd: Fix memory leak in nbd_add_socket
+    - cxgb4: fix all-mask IP address comparison
+    - IB/mlx5: Fix 50G per lane indication
+    - qed: Populate nvm-file attributes while reading nvm config partition.
+    - net/mlx5: Fix eeprom support for SFP module
+    - net/mlx5e: Fix VXLAN configuration restore after function reload
+    - net/mlx5e: Fix CPU mapping after function reload to avoid aRFS RX crash
+    - net/mlx5e: Fix 50G per lane indication
+    - net/mlx5e: CT: Fix memory leak in cleanup
+    - bnxt_en: fix NULL dereference in case SR-IOV configuration fails
+    - [arm64,riscv64] net: macb: fix wakeup test in runtime suspend/resume
+      routines
+    - [arm64,riscv64] net: macb: mark device wake capable when "magic-packet"
+      property present
+    - [arm64,riscv64] net: macb: fix macb_get/set_wol() when moving to phylink
+    - [arm64,riscv64] net: macb: fix macb_suspend() by removing call to
+      netif_carrier_off()
+    - [arm64,riscv64] net: macb: fix call to pm_runtime in the suspend/resume
+      functions
+    - IB/hfi1: Do not destroy hfi1_wq when the device is shut down
+    - IB/hfi1: Do not destroy link_wq when the device is shut down
+    - [i386,alpha,hppa] ALSA: opl3: fix infoleak in opl3
+    - ALSA: hda - let hs_mic be picked ahead of hp_mic
+    - ALSA: usb-audio: add quirk for MacroSilicon MS2109
+    - ALSA: usb-audio: Add implicit feedback quirk for RTX6001
+    - [x86] ALSA: hda/realtek - Fix Lenovo Thinkpad X1 Carbon 7th quirk
+      subdevice id
+    - ALSA: hda/realtek - Enable audio jacks of Acer vCopperbox with ALC269VC
+    - [x86] ALSA: hda/realtek: Enable headset mic of Acer C20-820 with ALC269VC
+    - [x86] ALSA: hda/realtek: Enable headset mic of Acer Veriton N4660G with
+      ALC269VC
+    - [arm64] KVM: arm64: Fix definition of PAGE_HYP_DEVICE
+    - [arm64] KVM: arm64: Stop clobbering x0 for HVC_SOFT_RESTART
+    - [arm64] KVM: arm64: Annotate hyp NMI-related functions as __always_inline
+    - [x86] KVM: x86: bit 8 of non-leaf PDPEs is not reserved
+    - [x86] KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit
+      mode
+    - [x86] KVM: x86: Mark CR4.TSD as being possibly owned by the guest
+    - [arm64] KVM: arm64: Fix kvm_reset_vcpu() return code being incorrect with
+      SVE
+    - io_uring: fix memleak in __io_sqe_files_update()
+    - io_uring: account user memory freed when exit has been queued
+    - io_uring: fix memleak in io_sqe_files_register()
+    - io_uring: fix missing msg_name assignment
+    - kallsyms: Refactor kallsyms_show_value() to take cred
+    - module: Refactor section attr into bin attribute
+    - module: Do not expose section addresses to non-CAP_SYSLOG
+    - kprobes: Do not expose probe addresses to non-CAP_SYSLOG
+    - bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
+    - Revert "ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb"
+      (Closes: #964153, #964480)
+    - btrfs: fix fatal extent_buffer readahead vs releasepage race
+    - btrfs: reset tree root pointer after error in init_tree_roots
+    - btrfs: discard: add missing put when grabbing block group from unused list
+    - btrfs: fix double put of block group with nocow
+    - drm/radeon: fix double free
+    - [x86] drm/i915/gt: Pin the rings before marking active
+    - [x86] drm/i915: Skip stale object handle for debugfs per-file-stats
+    - drm/amdgpu: don't do soft recovery if gpu_recovery=0
+    - drm/amdgpu: add TMR destory function for psp
+    - drm/amdgpu: asd function needs to be unloaded in suspend phase
+    - [x86] drm/i915: Drop vm.ref for duplicate vma on construction
+    - [x86] drm/i915: Also drop vm.ref along error paths for vma construction
+    - cifs: fix reference leak for tlink
+    - smb3: fix access denied on change notify request to some servers
+    - smb3: fix unneeded error message on change notify
+    - dm: use noio when sending kobject event
+    - [arm64] mmc: meson-gx: limit segments to 1 when dram-access-quirk is
+      needed
+    - [x86] pinctrl: baytrail: Fix pin being driven low for a while on
+      gpiod_get(..., GPIOD_OUT_HIGH)
+    - [s390x] setup: init jump labels before command line parsing
+    - [s390x] mm: fix huge pte soft dirty copying
+    - [arm64] Introduce a way to disable the 32bit vdso
+    - [arm64] arch_timer: Allow an workaround descriptor to disable compat vdso
+    - [arm64] arch_timer: Disable the compat vdso for cores affected by
+      ARM64_WORKAROUND_1418040
+    - blk-mq: consider non-idle request as "inflight" in blk_mq_rq_inflight()
+    - dm writecache: reject asynchronous pmem devices
+    - perf scripts python: export-to-postgresql.py: Fix struct.pack() int
+      argument
+    - perf scripts python: exported-sql-viewer.py: Fix zero id in call graph
+      'Find' result
+    - perf scripts python: exported-sql-viewer.py: Fix zero id in call tree
+      'Find' result
+    - perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' result
+    - perf scripts python: exported-sql-viewer.py: Fix time chart call tree
+    - [s390x] Change s390_kernel_write() return type to match memcpy()
+    - [s390x] maccess: add no DAT mode to kernel_write
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.7.10
+    - bridge: mcast: Fix MLD2 Report IPv6 payload length check
+    - genetlink: remove genl_bind
+    - ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsg
+    - ipv6: fib6_select_path can not use out path for nexthop objects
+    - ipv6: Fix use of anycast address with loopback
+    - l2tp: remove skb_dst_set() from l2tp_xmit_skb()
+    - llc: make sure applications use ARPHRD_ETHER
+    - net: Added pointer check for dst->ops->neigh_lookup in
+      dst_neigh_lookup_skb
+    - net_sched: fix a memory leak in atm_tc_init()
+    - net: usb: qmi_wwan: add support for Quectel EG95 LTE modem
+    - sched: consistently handle layer3 header accesses in the presence of
+      VLANs
+    - tcp: fix SO_RCVLOWAT possible hangs under high mem pressure
+    - tcp: make sure listeners don't initialize congestion-control state
+    - tcp: md5: add missing memory barriers in tcp_md5_do_add()/
+      tcp_md5_hash_key()
+    - tcp: md5: do not send silly options in SYNCOOKIES
+    - vlan: consolidate VLAN parsing code and limit max parsing depth
+    - tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriers
+    - tcp: md5: allow changing MD5 keys in all socket states
+    - cgroup: fix cgroup_sk_alloc() for sk_clone_lock()
+    - cgroup: Fix sock_cgroup_data on big-endian.
+    - ip: Fix SO_MARK in RST, ACK and ICMP packets
+    - genetlink: get rid of family->attrbuf
+    - net: ipv4: Fix wrong type conversion from hint to rt in
+      ip_route_use_hint()
+    - ethtool: fix genlmsg_put() failure handling in ethnl_default_dumpit()
+    - [arm64] drm/msm: fix potential memleak in error branch
+    - [arm64] drm/msm/dpu: allow initialization of encoder locks during encoder
+      init
+    - [armhf] drm/exynos: Properly propagate return value in
+      drm_iommu_attach_device()
+    - [armhf] drm/exynos: fix ref count leak in mic_pre_enable
+    - [x86] fpu: Reset MXCSR to default in kernel_fpu_begin()
+    - [armhf] thermal/drivers: imx: Fix missing of_node_put() at probe time
+    - [x86] ACPI: DPTF: Add battery participant for TigerLake
+    - blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flags
+    - [m68k] mm: fix node memblock init
+    - cifs: prevent truncation from long to int in wait_for_free_credits
+    - [arm64] alternatives: use subsections for replacement sequences
+    - tpm_tis: extra chip->ops check on error path in tpm_tis_core_init
+    - xen/xenbus: avoid large structs and arrays on the stack
+    - xen/xenbus: let xenbus_map_ring_valloc() return errno values only
+    - gfs2: eliminate GIF_ORDERED in favor of list_empty
+    - gfs2: freeze should work on read-only mounts
+    - gfs2: read-only mounts should grab the sd_freeze_gl glock
+    - gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHE
+    - gfs2: The freeze glock should never be frozen
+    - [arm64] Add MIDR value for KRYO4XX gold CPU cores
+    - [arm64] Add KRYO4XX gold CPU cores to erratum list 1463225 and 1418040
+    - [arm64] Add KRYO4XX silver CPU cores to erratum list 1530923 and 1024718
+    - [i386,mips*/boston] i2c: eg20t: Load module automatically if ID matches
+    - [arm64] alternatives: don't patch up internal branches
+    - iio: core: add missing IIO_MOD_H2/ETHANOL string identifiers
+    - [armhf] iio: mma8452: Add missed iio_device_unregister() call in
+      mma8452_probe()
+    - [arm64] Add missing sentinel to erratum_1463225
+    - xen/xenbus: Fix a double free in xenbus_map_ring_pv()
+    - [arm64,armhf] net: ethernet: mvneta: Do not error out in non serdes modes
+    - [arm64,armhf] net: ethernet: mvneta: Add back interface mode validation
+    - scsi: qla2xxx: make 1-bit bit-fields unsigned int
+    - io_uring: fix recvmsg memory leak with buffer selection
+    - [arm64,armhf] phy: rockchip: Fix return value of inno_dsidphy_probe()
+    - [arm64,armhf] phy: sun4i-usb: fix dereference of pointer phy0 before it
+      is null checked
+    - [arm64] dts: meson: add missing gxl rng clock
+    - [arm64] dts: meson-gxl-s805x: reduce initial Mali450 core frequency
+    - [armhf] bus: ti-sysc: Fix wakeirq sleeping function called from invalid
+      context
+    - [armhf] bus: ti-sysc: Fix sleeping function called from invalid context
+      for RTC quirk
+    - [armhf] bus: ti-sysc: Do not disable on suspend for no-idle
+    - [x86] dmaengine: dw: Initialize channel before each transfer
+    - [armhf] spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock
+      rate
+    - [x86] staging: comedi: verify array index is correct before using it
+    - serial: core: Initialise spin lock before use in uart_configure_port()
+    - [arm64,armhf] clk: mvebu: ARMADA_AP_CPU_CLK needs to select
+      ARMADA_AP_CP_HELPER
+    - [armhf] clk: AST2600: Add mux for EMMC clock
+    - xprtrdma: Fix double-free in rpcrdma_ep_create()
+    - xprtrdma: Fix recursion into rpcrdma_xprt_disconnect()
+    - xprtrdma: Fix return code from rpcrdma_xprt_connect()
+    - xprtrdma: Fix handling of connect errors
+    - NFS: Fix interrupted slots by sending a solo SEQUENCE operation
+    - fuse: don't ignore errors from fuse_writepages_fill()
+    - xprtrdma: fix incorrect header size calculations
+    - [armhf] dts: socfpga: Align L2 cache-controller nodename with dtschema
+    - keys: asymmetric: fix error return code in software_key_query()
+    - nvme: explicitly update mpath disk capacity on revalidation
+    - regmap: debugfs: Don't sleep while atomic for fast_io regmaps
+    - copy_xstate_to_kernel: Fix typo which caused GDB regression
+    - apparmor: ensure that dfa state tables have entries
+    - RDMA/rxe: Set default vendor ID
+    - PCI/PM: Call .bridge_d3() hook only if non-NULL
+    - perf stat: Zero all the 'ena' and 'run' array slot stats for interval
+      mode
+    - RDMA/mlx5: Verify that QP is created with RQ or SQ
+    - [arm64] clk: qcom: Add missing msm8998 ufs_unipro_core_clk_src
+    - mtd: spi-nor: winbond: Fix 4-byte opcode support for w25q256
+    - mtd: spi-nor: spansion: fix writes on S25FS512S
+    - [armhf] mtd: rawnand: marvell: Fix the condition on a return code
+    - [armhf] mtd: rawnand: marvell: Use nand_cleanup() when the device is not
+      yet registered
+    - [armhf] mtd: rawnand: marvell: Fix probe error path
+    - mtd: rawnand: timings: Fix default tR_max and tCCS_min timings
+    - [arm64] clk: qcom: gcc: Add GPU and NPU clocks for SM8150
+    - [arm64] clk: qcom: gcc: Add missing UFS clocks for SM8150
+    - [arm64] clk: qcom: gcc: Add support for a new frequency for SC7180
+    - HID: logitech-hidpp: avoid repeated "multiplier = " log messages
+    - HID: magicmouse: do not set up autorepeat
+    - HID: quirks: Always poll Obins Anne Pro 2 keyboard
+    - HID: quirks: Ignore Simply Automated UPB PIM
+    - ALSA: line6: Perform sanity check for each URB creation
+    - ALSA: line6: Sync the pending work cancel at disconnection
+    - ALSA: usb-audio: Fix race against the error recovery URB submission
+    - [x86] ALSA: hda/realtek - change to suitable link model for ASUS platform
+    - [x86] ALSA: hda/realtek: enable headset mic of ASUS ROG Zephyrus
+      G14(G401) series with ALC289
+    - [x86] ALSA: hda/realtek: Enable headset mic of Acer TravelMate B311R-31
+      with ALC256
+    - [x86] ALSA: hda/realtek - Enable Speaker for ASUS UX533 and UX534
+    - [x86] ALSA: hda/realtek - Enable Speaker for ASUS UX563
+    - [x86] thunderbolt: Fix path indices used in USB3 tunnel discovery
+    - [arm64,armhf] usb: dwc2: Fix shutdown callback in platform
+    - [arm64,armh] usb: chipidea: core: add wakeup support for extcon
+    - usb: gadget: function: fix missing spinlock in f_uac1_legacy
+    - USB: serial: iuu_phoenix: fix memory corruption
+    - USB: serial: cypress_m8: enable Simply Automated UPB PIM
+    - USB: serial: ch341: add new Product ID for CH340
+    - USB: serial: option: add GosunCn GM500 series
+    - USB: serial: option: add Quectel EG95 LTE modem
+    - [x86] virt: vbox: Fix VBGL_IOCTL_VMMDEV_REQUEST_BIG and _LOG req numbers
+      to match upstream
+    - [x86] virt: vbox: Fix guest capabilities mask check
+    - [arm64] Revert "tty: xilinx_uartps: Fix missing id assignment to the
+      console"
+    - virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc
+      serial
+    - [sh4] serial: sh-sci: Initialize spinlock for uart console
+    - Revert "serial: core: Refactor uart_unlock_and_check_sysrq()"
+    - serial: core: fix sysrq overhead regression
+    - ovl: fix regression with re-formatted lower squashfs
+    - ovl: inode reference leak in ovl_is_inuse true case.
+    - ovl: relax WARN_ON() when decoding lower directory file handle
+    - ovl: fix unneeded call to ovl_change_flags()
+    - fuse: ignore 'data' argument of mount(..., MS_REMOUNT)
+    - fuse: use ->reconfigure() instead of ->remount_fs()
+    - fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS
+    - Revert "zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()"
+      (CVE-2020-10781)
+    - [x86] mei: bus: don't clean driver pointer
+    - [arm64] Revert "Input: elants_i2c - report resolution information for
+      touch major"
+    - [x86] Input: i8042 - add Lenovo XiaoXin Air 12 to i8042 nomux list
+    - [x86] Input: elan_i2c - add more hardware ID for Lenovo laptops
+    - scsi: megaraid_sas: Remove undefined ENABLE_IRQ_POLL macro
+    - timer: Prevent base->clk from moving backward
+    - timer: Fix wheel index calculation on last level
+    - [riscv64] use 16KB kernel stack on 64-bit
+    - hwmon: (emc2103) fix unable to change fan pwm1_enable attribute
+    - hwmon: (drivetemp) Avoid SCT usage on Toshiba DT01ACA family drives
+    - [powerpc*] book3s64/pkeys: Fix pkey_access_permitted() for execute
+      disable pkey
+    - [powerpc*] pseries/svm: Fix incorrect check for shared_lppaca_size
+    - [x86] intel_th: pci: Add Jasper Lake CPU support
+    - [x86] intel_th: pci: Add Tiger Lake PCH-H support
+    - [x86] intel_th: pci: Add Emmitsburg PCH support
+    - [x86] intel_th: Fix a NULL dereference when hub driver is not loaded
+    - opp: Increase parsed_static_opps in _of_add_opp_table_v1()
+    - dmabuf: use spinlock to access dmabuf->name
+    - [x86] thermal: int3403_thermal: Downgrade error message
+    - [armhf] dts: imx6qdl-gw551x: fix audio SSI
+    - [arm64] ptrace: Override SPSR.SS when single-stepping is enabled
+    - [arm64] ptrace: Consistently use pseudo-singlestep exceptions
+    - [arm64] compat: Ensure upper 32 bits of x0 are zero on syscall return
+    - sched: Fix unreliable rseq cpu_id for new tasks
+    - sched/fair: handle case of task_h_load() returning 0
+    - [x86] ioperm: Fix io bitmap invalidation on Xen PV
+    - genirq/affinity: Handle affinity setting on inactive interrupts correctly
+    - [x86] drm/vmwgfx: fix update of display surface when resolution changes
+    - drm/amdgpu/powerplay: Modify SMC message name for setting power profile
+      mode
+    - drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr()
+    - drm/amd/display: handle failed allocation during stream construction
+    - drm/amd/display: OLED panel backlight adjust not work with external
+      display connected
+    - drm/amdgpu/display: create fake mst encoders ahead of time (v4)
+    - [x86] drm/i915: Move cec_notifier to intel_hdmi_connector_unregister, v2.
+    - [x86] drm/i915/gt: Ignore irq enabling on the virtual engines
+    - [x86] drm/i915/gt: Only swap to a random sibling once upon creation
+    - libceph: don't omit recovery_deletes in target_copy()
+    - rxrpc: Fix trace string
+    - [x86] iommu/vt-d: Make Intel SVM code 64-bit only
+    - mm/memory.c: properly pte_offset_map_lock/unlock in vm_insert_pages()
+    - [x86] drm/i915/gvt: Fix two CFL MMIO handling caused by regression.
+    - [arm64,armhf] gpio: pca953x: disable regmap locking for automatic address
+      incrementing
+    - bpf: sockmap: Check value of unused args to BPF_PROG_ATTACH
+    - bpf: sockmap: Require attach_bpf_fd when detaching a program
+    - [x86] drm/i915/perf: Use GTT when saving/restoring engine GPR
+
+  [ Aurelien Jarno ]
+  * Enable perf on riscv64.
+
+  [ Salvatore Bonaccorso ]
+  * drivers/net/ethernet/intel: Enable IGC as module (Closes: #965931)
+  * [x86] ioperm: Fix io bitmap invalidation on Xen PV (CVE-2020-15852,
+    XSA-329)
+  * certs: Rotate to use the Debian Secure Boot Signer 2020 certificate
+  * perf cs-etm: Move definition of 'traceid_list' global variable from header
+    file (Closes: #957491)
+  * usbip: tools: fix build error for multiple definition
+
+  [ Ben Hutchings ]
+  * libtraceevent: Fix build with binutils 2.35
+  * Bump ABI to 2
+
+  [ John Paul Adrian Glaubitz ]
+  * [sh4] Add patch to implement __get_user_u64()
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 26 Jul 2020 08:40:40 +0200
+
+linux (5.7.6-1) unstable; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_5.7
+    - [x86] syscalls: Revert "x86/syscalls: Make __X32_SYSCALL_BIT be unsigned
+      long" (Closes: #954294)
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.7.1
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.7.2
+    - vt: keyboard: avoid signed integer overflow in k_ascii (CVE-2020-13974)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.7.3
+    - [x86] speculation: Prevent rogue cross-process SSBD shutdown
+      (CVE-2020-10766)
+    - [x86] speculation: Avoid force-disabling IBPB based on STIBP and
+      enhanced IBRS. (CVE-2020-10767)
+    - [x86] speculation: PR_SPEC_FORCE_DISABLE enforcement for indirect
+      branches. (CVE-2020-10768)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.7.4
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.7.5
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.7.6
+
+  [ Ben Hutchings ]
+  * fs: Enable EXFAT_FS as module (Closes: #959781)
+  * Fix conversion of meta-package doc directories to symlinks
+    (Closes: #942861)
+
+  [ Vagrant Cascadian ]
+  * [arm64] Enable DRM_ANALOGIX_ANX6345 as a module.
+  * [arm64] Add analogix-anx6345, pwm-sun4i, sun4i-drm and sun8i-mixer to
+    fb-modules udeb.
+
+  [ Helge Deller ]
+  * [hppa] Don't run dh_strip on vmlinuz (Closes: #961299)
+
+  [ YunQiang Su ]
+  * [mips/loongson-3] Enable SERIAL_OF_PLATFORM and OF (Closes: 961328)
+
+  [ Aurelien Jarno ]
+  * Enable CONFIG_NVME_HWMON (Closes: #961823)
+
+  [ Romain Perier ]
+  * [arm64] Enable PCIE_BRCMSTB
+  * [arm64] Enable BCM2711_THERMAL
+
+  [ Salvatore Bonaccorso ]
+  * nfsd: apply umask on fs without ACL support (Closes: #962254)
+  * [rt] Add new signing key for Tom Zanussi
+  * Set ABI to 1
+  * [arm64] Remove explicit setting of CONFIG_HNS
+  * debian/config: Clean up with the help of kconfigeditor2
+
+  [ Gianfranco Costamagna ]
+  * [x86] Enable VBOXSF_FS as a module (Closes: #961516)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 24 Jun 2020 20:56:57 +0200
+
+linux (5.7~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Romain Perier ]
+  * Enable support for fsverity
+
+  [ Ben Hutchings ]
+  * [rt] Disable until it is updated for 5.5 or later
+  * lockdown: Update Secure Boot support patches for 5.7
+  * [amd64] Update "x86: Make x32 syscall support conditional ..." for 5.7
+  * Update "tools/perf: pmu-events: Fix reproducibility" for 5.7
+
+ -- Ben Hutchings <benh@debian.org>  Sun, 10 May 2020 23:42:53 +0100
+
+linux (5.6.14-2) unstable; urgency=medium
+
+  [ Vagrant Cascadian ]
+  * [arm64] Add pwm-sun4i to fb-modules udeb.
+
+  [ Salvatore Bonaccorso ]
+  * kernel/relay.c: handle alloc_percpu returning NULL in relay_open
+    (CVE-2019-19462)
+  * fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()
+    (CVE-2020-10732)
+  * mm: Fix mremap not considering huge pmd devmap (CVE-2020-10757)
+
+  [ Ben Hutchings ]
+  * [x86] Add support for mitigation of Special Register Buffer Data Sampling
+    (SRBDS) (CVE-2020-0543):
+    - x86/cpu: Add 'table' argument to cpu_matches()
+    - x86/speculation: Add Special Register Buffer Data Sampling (SRBDS)
+      mitigation
+    - x86/speculation: Add SRBDS vulnerability and mitigation documentation
+    - x86/speculation: Add Ivy Bridge to affected list
+  * [x86] speculation: Do not match steppings, to avoid an ABI change
+
+ -- Ben Hutchings <benh@debian.org>  Tue, 09 Jun 2020 18:50:00 +0100
+
+linux (5.6.14-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.6.8
+    - mm: check that mm is still valid in madvise()
+    - watchdog: reset last_hw_keepalive time at start
+    - scsi: lpfc: Fix kasan slab-out-of-bounds error in lpfc_unreg_login
+    - xfs: correctly acount for reclaimable slabs
+    - scsi: lpfc: Fix crash after handling a pci error
+    - scsi: lpfc: Fix crash in target side cable pulls hitting WAIT_FOR_UNREG
+    - scsi: libfc: If PRLI rejected, move rport to PLOGI state
+    - ceph: return ceph_mdsc_do_request() errors from __get_parent()
+    - ceph: don't skip updating wanted caps when cap is stale
+    - [armhf] pwm: imx27: Fix clock handling in pwm_imx27_apply()
+    - nvme-tcp: fix possible crash in write_zeroes processing
+    - scsi: iscsi: Report unbind session event when the target has been
+      removed
+    - [x86] ASoC: Intel: atom: Take the drv->lock mutex before calling
+      sst_send_slot_map()
+    - nvme: fix deadlock caused by ANA update wrong locking
+    - drm/amd/display: Update stream adjust in dc_stream_adjust_vmin_vmax
+    - dma-direct: fix data truncation in dma_direct_get_required_mask()
+    - kernel/gcov/fs.c: gcov_seq_next() should increase position index
+    - ipc/util.c: sysvipc_find_ipc() should increase position index
+    - block: fix busy device checking in blk_drop_partitions
+    - [s390x] cio: generate delayed uevent for vfio-ccw subchannels
+    - [s390x] cio: avoid duplicated 'ADD' uevents
+    - loop: Better discard support for block devices
+    - [powerpc*] Revert "powerpc/64: irq_work avoid interrupt when called with
+      hardware irqs enabled"
+    - [powerpc*] pseries: Fix MCE handling on pseries
+    - nvme: fix compat address handling in several ioctls
+    - pwm: renesas-tpu: Fix late Runtime PM enablement
+    - [armel, armhf, arm64] pwm: bcm2835: Dynamically allocate base
+    - scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statistics
+    - scsi: lpfc: Fix lockdep error - register non-static key
+    - perf/core: Disable page faults when getting phys address
+    - drm/amd/display: Calculate scaling ratios on every medium/full update
+    - ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN MPWIN895CL tablet
+    - ALSA: usb-audio: Add Pioneer DJ DJM-250MK2 quirk
+    - xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3
+    - xhci: Wait until link state trainsits to U0 after setting
+      USB_SS_PORT_LS_U0
+    - xhci: Finetune host initiated USB3 rootport link suspend and resume
+    - block: fix busy device checking in blk_drop_partitions again
+    - cxgb4: fix adapter crash due to wrong MC size
+    - cxgb4: fix large delays in PTP synchronization
+    - ipv4: Update fib_select_default to handle nexthop objects
+    - ipv6: fix restrict IPV6_ADDRFORM operation
+    - macsec: avoid to set wrong mtu
+    - macvlan: fix null dereference in macvlan_device_event()
+    - mlxsw: Fix some IS_ERR() vs NULL bugs
+    - [arm64] net: bcmgenet: correct per TX/RX ring statistics
+    - net/mlx4_en: avoid indirect call in TX completion
+    - net: netrom: Fix potential nr_neigh refcnt leak in nr_add_node
+    - net: openvswitch: ovs_ct_exit to be done under ovs_lock
+    - [armhf, arm64] net: stmmac: dwmac-meson8b: Add missing boundary to RGMII
+      TX clock array
+    - net/x25: Fix x25_neigh refcnt leak when receiving frame
+    - sched: etf: do not assume all sockets are full blown
+    - tcp: cache line align MAX_TCP_HEADER
+    - team: fix hang in team_mode_get()
+    - tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv
+    - tipc: Fix potential tipc_node refcnt leak in tipc_rcv
+    - vrf: Fix IPv6 with qdisc and xfrm
+    - net: dsa: b53: Lookup VID in ARL searches when VLAN is enabled
+    - net: dsa: b53: Fix valid setting for MDB entries
+    - net: dsa: b53: Fix ARL register definitions
+    - net: dsa: b53: Rework ARL bin logic
+    - net: dsa: b53: b53_arl_rw_op() needs to select IVL or SVL
+    - vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTR
+    - geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTR
+    - xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finish
+    - vrf: Check skb for XFRM_TRANSFORMED flag
+    - net: ethernet: ixp4xx: Add error handling in ixp4xx_eth_probe()
+    - KEYS: Avoid false positive ENOMEM error on key read
+    - ALSA: hda: Remove ASUS ROG Zenith from the blacklist
+    - ALSA: usb-audio: Add static mapping table for ALC1220-VB-based mobos
+    - ALSA: usb-audio: Add connector notifier delegation
+    - mac80211: populate debugfs only after cfg80211 init
+    - libbpf: Only check mode flags in get_xdp_id
+    - iio: core: remove extra semi-colon from devm_iio_device_register() macro
+    - iio: imu: st_lsm6dsx: flush hw FIFO before resetting the device
+    - iio: st_sensors: rely on odr mask to know if odr can be set
+    - iio: adc: stm32-adc: fix sleep in atomic context
+    - iio: adc: ti-ads8344: properly byte swap value
+    - USB: sisusbvga: Change port variable from signed to unsigned
+    - USB: Add USB_QUIRK_DELAY_CTRL_MSG and USB_QUIRK_DELAY_INIT for Corsair
+      K70 RGB RAPIDFIRE
+    - USB: early: Handle AMD's spec-compliant identifiers, too
+    - USB: core: Fix free-while-in-use bug in the USB S-Glibrary
+      (CVE-2020-12464)
+    - USB: hub: Fix handling of connect changes during sleep
+    - USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration
+      scheme first for high speed devices")
+    - tty: serial: owl: add "much needed" clk_prepare_enable()
+    - vmalloc: fix remap_vmalloc_range() bounds checks
+    - staging: gasket: Fix incongruency in handling of sysfs entries creation
+    - coredump: fix null pointer dereference on coredump
+    - mm/hugetlb: fix a addressing exception caused by huge_pte_offset
+    - mm/ksm: fix NULL pointer dereference when KSM zero page is enabled
+    - ALSA: usx2y: Fix potential NULL dereference
+    - ALSA: hda/realtek - Fix unexpected init_amp override
+    - ALSA: hda/realtek - Add new codec supported for ALC245
+    - ALSA: hda/hdmi: Add module option to disable audio component binding
+    - ALSA: usb-audio: Fix usb audio refcnt leak when getting spdif
+    - ALSA: usb-audio: Filter out unsupported sample rates on Focusrite
+      devices
+    - tpm/tpm_tis: Free IRQ if probing fails
+    - tpm: fix wrong return value in tpm_pcr_extend
+    - tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send()
+    - [s390x] KVM: Return last valid slot if approx index is out-of-bounds
+    - KVM: Check validity of resolved slot when searching memslots
+    - [x86] KVM: VMX: Enable machine check support for 32bit targets
+    - tty: hvc: fix buffer overflow during hvc_alloc().
+    - tty: rocket, avoid OOB access
+    - usb-storage: Add unusual_devs entry for JMicron JMS566
+    - signal: Avoid corrupting si_pid and si_uid in do_notify_parent
+    - drm/dp_mst: Zero assigned PBN when releasing VCPI slots
+    - audit: check the length of userspace generated audit records
+    - ASoC: dapm: fixup dapm kcontrol widget
+    - SUNRPC: Fix backchannel RPC soft lockups
+    - iwlwifi: pcie: actually release queue memory in TVQM
+    - iwlwifi: mvm: beacon statistics shouldn't go backwards
+    - iwlwifi: pcie: indicate correct RB size to device
+    - iwlwifi: mvm: limit maximum queue appropriately
+    - iwlwifi: mvm: Do not declare support for ACK Enabled Aggregation
+    - iwlwifi: mvm: fix inactive TID removal return value usage
+    - iwlwifi: fix WGDS check when WRDS is disabled
+    - cifs: fix uninitialised lease_key in open_shroot()
+    - [armhf] imx: provide v7_cpu_resume() only on ARM_CPU_SUSPEND=y
+    - [powerpc*] 8xx: Fix STRICT_KERNEL_RWX startup test failure
+    - [powerpc*] setup_64: Set cache-line-size based on cache-block-size
+    - [x86] staging: comedi: dt2815: fix writing hi byte of analog output
+    - [x86] staging: comedi: Fix comedi_device refcnt leak in comedi_open
+    - vt: don't hardcode the mem allocation upper bound
+    - vt: don't use kmalloc() for the unicode screen buffer
+    - [x86] staging: vt6656: Don't set RCR_MULTICAST or RCR_BROADCAST by
+      default.
+    - [x86] staging: vt6656: Fix calling conditions of vnt_set_bss_mode
+    - [x86] staging: vt6656: Fix drivers TBTT timing counter.
+    - [x86] staging: vt6656: Fix pairwise key entry save.
+    - [x86] staging: vt6656: Power save stop wake_up_count wrap around.
+    - [x86] mei: me: fix irq number stored in hw struct
+    - cdc-acm: close race betrween suspend() and acm_softint
+    - cdc-acm: introduce a cool down
+    - UAS: no use logging any details in case of ENODEV
+    - UAS: fix deadlock in error handling and PM flushing work
+    - fpga: dfl: pci: fix return value of cci_pci_sriov_configure
+    - [armhf, arm64] usb: dwc3: gadget: Fix request completion check
+    - usb: f_fs: Clear OS Extended descriptor counts to zero in
+      ffs_data_reset()
+    - [x86] usb: typec: tcpm: Ignore CC and vbus changes in PORT_RESET change
+    - [x86] usb: typec: altmode: Fix typec_altmode_get_partner sometimes
+      returning an invalid pointer
+    - xhci: Fix handling halted endpoint even if endpoint ring appears empty
+    - xhci: prevent bus suspend if a roothub port detected a over-current
+      condition
+    - xhci: Don't clear hub TT buffer on ep0 protocol stall
+    - serial: sh-sci: Make sure status register SCxSR is read in correct
+      sequence
+    - Revert "serial: uartps: Fix uartps_major handling"
+    - Revert "serial: uartps: Use the same dynamic major number for all ports"
+    - Revert "serial: uartps: Fix error path when alloc failed"
+    - Revert "serial: uartps: Do not allow use aliases >= MAX_UART_INSTANCES"
+    - Revert "serial: uartps: Change uart ID port allocation"
+    - Revert "serial: uartps: Move Port ID to device data structure"
+    - Revert "serial: uartps: Register own uart console and driver structures"
+    - [x86] drm/i915/gt: Update PMINTRMSK holding fw
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.6.9
+    - ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans()
+    - printk: queue wake_up_klogd irq_work only if per-CPU areas are ready
+    - [armhf] ASoC: stm32: sai: fix sai probe
+    - [armhf, arm64] usb: dwc3: gadget: Do link recovery for SS and SSP
+    - [armel, armhf] ARM: dts: bcm283x: Add cells encoding format to firmware
+      bus
+    - usb: gadget: udc: bdc: Remove unnecessary NULL checks in
+      bdc_req_complete
+    - usb: gadget: udc: atmel: Fix vbus disconnect handling
+    - afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriate
+    - afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCH
+    - iio:ad7797: Use correct attribute_group
+    - iio: imu: st_lsm6dsx: fix read misalignment on untagged FIFO
+    - iio: imu: st_lsm6dsx: specify slave odr in slv_odr
+    - propagate_one(): mnt_set_mountpoint() needs mount_lock
+    - counter: 104-quad-8: Add lock guards - generic interface
+    - [s390x] ftrace: fix potential crashes when switching tracers
+    - ASoC: q6dsp6: q6afe-dai: add missing channels to MI2S DAIs
+    - iwlwifi: actually check allocated conf_tlv pointer
+    - ASoC: tas571x: disable regulators on failed probe
+    - [armhf, arm64] ASoC: meson: axg-card: fix codec-to-codec link setup
+    - ASoC: wm8960: Fix wrong clock after suspend & resume
+    - nfsd: memory corruption in nfsd4_lock()
+    - [armhf] dts: OMAP3: disable RNG on N950/N9
+    - bpf: Forbid XADD on spilled pointers for unprivileged users
+    - brcmfmac: add stub for monitor interface xmit
+    - i2c: altera: use proper variable to hold errno
+    - clk: asm9260: fix __clk_hw_register_fixed_rate_with_accuracy typo
+    - rtw88: avoid unused function warnings
+    - hwmon: (drivetemp) Return -ENODATA for invalid temperatures
+    - rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socket
+    - netfilter: nf_tables: reintroduce the NFT_SET_CONCAT flag
+    - [x86] efi: Don't remap text<->rodata gap read-only for mixed mode
+    - net/cxgb4: Check the return from t4_query_params properly
+    - tipc: fix incorrect increasing of link window
+    - xfs: acquire superblock freeze protection on eofblocks scans
+    - svcrdma: Fix trace point use-after-free race
+    - svcrdma: Fix leak of svc_rdma_recv_ctxt objects
+    - [armhf, arm64] net/mlx5e: Don't trigger IRQ multiple times on XSK wakeup
+      to avoid WQ overruns
+    - [armhf, arm64] net/mlx5e: Get the latest values from counters in
+      switchdev mode
+    - PCI: Avoid ASMedia XHCI USB PME# from D0 defect
+    - PCI: Add Zhaoxin Vendor ID
+    - PCI: Add ACS quirk for Zhaoxin multi-function devices
+    - PCI: Add ACS quirk for Zhaoxin Root/Downstream Ports
+    - PCI: Move Apex Edge TPU class quirk to fix BAR assignment
+    - ARM: dts: bcm283x: Disable dsi0 node
+    - cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
+    - [s390x] pci: do not set affinity for floating irqs
+    - remoteproc: mtk_scp: use dma_addr_t for DMA API
+    - net/mlx5: Fix failing fw tracer allocation on s390
+    - sched/core: Fix reset-on-fork from RT with uclamp
+    - perf/core: fix parent pid/tid in task exit events
+    - netfilter: nat: fix error handling upon registering inet hook
+    - PM: sleep: core: Switch back to async_schedule_dev()
+    - blk-iocost: Fix error on iocost_ioc_vrate_adj
+    - bpf: Fix handling of XADD on BTF memory
+    - [x86] bpf: Fix encoding for lower 8-bit registers in BPF_STX BPF_B
+    - [x86] bpf: x32: Fix incorrect encoding in BPF_LDX zero-extension
+    - [x86] bpf: x32: Fix clobbering of dst for BPF_JSET
+    - [x86] bpf, x32: Fix logic error in BPF_LDX zero-extension
+    - bpf: Propagate expected_attach_type when verifying freplace programs
+    - mm: shmem: disable interrupt when acquiring info->lock in
+      userfaultfd_copy path
+    - xfs: clear PF_MEMALLOC before exiting xfsaild thread
+    - libbpf: Initialize *nl_pid so gcc 10 is happy
+    - [armhf] net: fec: set GPR bit on suspend by DT configuration.
+    - [x86] hyperv: report value of misc_features
+    - signal: check sig before setting info in kill_pid_usb_asyncio
+    - afs: Fix length of dump of bad YFSFetchStatus record
+    - xfs: fix partially uninitialized structure in xfs_reflink_remap_extent
+    - ALSA: hda: Release resources at error in delayed probe
+    - ALSA: hda: Keep the controller initialization even if no codecs found
+    - ALSA: hda: Explicitly permit using autosuspend if runtime PM is
+      supported
+    - drm/amdgpu: fix wrong vram lost counter increment V2
+    - scsi: target: fix PR IN / READ FULL STATUS for FC
+    - scsi: target: tcmu: reset_ring should reset TCMU_DEV_BIT_BROKEN
+    - objtool: Fix CONFIG_UBSAN_TRAP unreachable warnings
+    - objtool: Support Clang non-section symbols in ORC dump
+    - xen/xenbus: ensure xenbus_map_ring_valloc() returns proper grant status
+    - ALSA: hda: call runtime_allow() for all hda controllers
+    - net: stmmac: socfpga: Allow all RGMII modes
+    - mac80211: fix channel switch trigger from unknown mesh peer
+    - sched/isolation: Allow "isolcpus=" to skip unknown sub-parameters
+    - sched/vtime: Work around an unitialized variable warning
+    - [arm64] Delete the space separator in __emit_inst
+    - ext4: use matching invalidatepage in ext4_writepage
+    - ext4: increase wait time needed before reuse of deleted inode numbers
+    - ext4: convert BUG_ON's to WARN_ON's in mballoc.c
+    - irqchip/gic-v4.1: Add support for VPENDBASER's Dirty+Valid signaling
+    - blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget
+    - irqchip/meson-gpio: Fix HARDIRQ-safe -> HARDIRQ-unsafe lock order
+    - hwmon: (jc42) Fix name to have no illegal characters
+    - sfc: fix XDP-redirect in this driver
+    - taprio: do not use BIT() in TCA_TAPRIO_ATTR_FLAG_* definitions
+    - tipc: Add a missing case of TIPC_DIRECT_MSG type
+    - qed: Fix race condition between scheduling and destroying the slowpath
+      workqueue
+    - Crypto: chelsio - Fixes a hang issue during driver registration
+    - net: use indirect call wrappers for skb_copy_datagram_iter()
+    - qed: Fix use after free in qed_chain_free
+    - ext4: check for non-zero journal inum in ext4_calculate_overhead
+    - ASoC: soc-pcm: fix regression in soc_new_pcm()
+    - ASoC: soc-core: disable route checks for legacy devices
+    - [armhf] ASoC: stm32: spdifrx: fix regmap status check
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.6.10
+    - Revert "ASoC: meson: axg-card: fix codec-to-codec link setup"
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.6.11
+    - drm/scheduler: fix drm_sched_get_cleanup_job
+    - dma-buf: Fix SET_NAME ioctl uapi
+    - drm/amdgpu: invalidate L2 before SDMA IBs (v2)
+    - drm/edid: Fix off-by-one in DispID DTD pixel clock
+    - drm/amd/display: Fix green screen issue after suspend
+    - [x86] drm/i915/gem: Hold obj->vma.lock over for_each_ggtt_vma()
+    - [x86] drm/i915/gt: Check cacheline is valid before acquiring
+    - drm/qxl: qxl_release leak in qxl_draw_dirty_fb()
+    - drm/qxl: qxl_release leak in qxl_hw_surface_alloc()
+    - drm/qxl: qxl_release use after free
+    - NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSION
+    - btrfs: fix transaction leak in btrfs_recover_relocation
+    - btrfs: fix block group leak when removing fails
+    - btrfs: fix partial loss of prealloc extent past i_size after fsync
+    - btrfs: transaction: Avoid deadlock due to bad initialization timing of
+      fs_info::journal_info
+    - mmc: cqhci: Avoid false "cqhci: CQE stuck on" by not open-coding timeout
+      loop
+    - [arm64] mmc: sdhci-xenon: fix annoying 1.8V regulator warning
+    - mmc: sdhci-pci: Fix eMMC driver strength for BYT-based controllers
+    - [arm64] mmc: sdhci-msm: Enable host capabilities pertains to R1b
+      response
+    - [armhf] mmc: meson-mx-sdio: Set MMC_CAP_WAIT_WHILE_BUSY
+    - [armhf] mmc: meson-mx-sdio: remove the broken ->card_busy() op
+    - ALSA: hda/realtek - Two front mics on a Lenovo ThinkCenter
+    - ALSA: usb-audio: Correct a typo of NuPrime DAC-10 USB ID
+    - ALSA: hda/hdmi: fix without unlocked before return
+    - ALSA: line6: Fix POD HD500 audio playback
+    - ALSA: pcm: oss: Place the plugin buffer overflow checks correctly
+    - [x86] i2c: amd-mp2-pci: Fix Oops in amd_mp2_pci_init() error handling
+    - [x86] hyperv: Suspend/resume the VP assist page for hibernation
+    - [x86] Drivers: hv: vmbus: Fix Suspend-to-Idle for Generation-2 VM
+    - dlmfs_file_write(): fix the bogosity in handling non-zero *ppos
+    - selinux: properly handle multiple messages in selinux_netlink_send()
+    - [amd64] IB/rdmavt: Always return ERR_PTR from rvt_create_mmap_info()
+    - PM: ACPI: Output correct message on target power state
+    - PM: hibernate: Freeze kernel threads in software_resume()
+    - dm writecache: fix data corruption when reloading the target
+    - dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpath
+    - block: remove the bd_openers checks in blk_drop_partitions
+    - scsi: qla2xxx: set UNLOADING before waiting for session deletion
+    - scsi: qla2xxx: check UNLOADING before posting async work
+    - RDMA/mlx5: Set GRH fields in query QP on RoCE
+    - RDMA/uverbs: Fix a race with disassociate and exit_mmap()
+    - RDMA/mlx4: Initialize ib_spec on the stack
+    - RDMA/core: Prevent mixed use of FDs between shared ufiles
+    - RDMA/core: Fix overwriting of uobj in case of error
+    - RDMA/core: Fix race between destroy and release FD object
+    - RDMA/cm: Fix ordering of xa_alloc_cyclic() in ib_create_cm_id()
+    - RDMA/cm: Fix an error check in cm_alloc_id_priv()
+    - [arm64] dmaengine: hisilicon: Fix build error without PCI_MSI
+    - [x86,arm64] vfio: avoid possible overflow in vfio_iommu_type1_pin_pages
+    - [x86,arm64] vfio/type1: Fix VA->PA translation for PFNMAP VMAs in
+      vaddr_get_pfn()
+    - [arm64] iommu/qcom: Fix local_base status check
+    - dmaengine: fix channel index enumeration
+    - scsi: target/iblock: fix WRITE SAME zeroing
+    - iommu: Properly export iommu_group_get_for_dev()
+    - [amd64] iommu/vt-d: Use right Kconfig option name
+    - [amd64] iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled
+      system
+    - [armhf] i2c: aspeed: Avoid i2c interrupt status clear race condition.
+    - [i386] ALSA: opti9xx: shut up gcc-10 range warning
+    - Fix use after free in get_tree_bdev()
+    - nvme: prevent double free in nvme_alloc_ns() error handling
+    - nfs: Fix potential posix_acl refcnt leak in nfs3_set_acl
+    - [x86] drm/i915: Use proper fault mask in interrupt postinstall too
+    - [arm64] vdso: Add -fasynchronous-unwind-tables to cflags
+    - io_uring: statx must grab the file table for valid fd
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.6.12
+    - vhost: vsock: kick send_pkt worker once device is started
+    - [arm64,armhf] drm/bridge: analogix_dp: Split bind() into probe() and
+      real bind()
+    - [x86] ASoC: topology: Add missing memory checks
+    - [x86] ASoC: topology: Check return value of soc_tplg_create_tlv
+    - [x86] ASoC: topology: Check return value of soc_tplg_*_create
+    - [x86] ASoC: topology: Check soc_tplg_add_route return value
+    - [x86] ASoC: topology: Check return value of pcm_new_ver
+    - [x86] ASoC: topology: Check return value of soc_tplg_dai_config
+    - SUNRPC/cache: Fix unsafe traverse caused double-free in cache_purge
+    - scsi: sg: add sg_remove_request in sg_write (CVE-2020-12770)
+    - [armhf] ASoC: sgtl5000: Fix VAG power-on handling
+    - [x86] ASoC: topology: Fix endianness issue
+    - [arm64,armhf] usb: dwc3: gadget: Properly set maxpacket limit
+    - [x86] ASoC: codecs: hdac_hdmi: Fix incorrect use of list_for_each_entry
+    - wimax/i2400m: Fix potential urb refcnt leak
+    - [armhf] net: stmmac: fix enabling socfpga's ptp_ref_clock
+    - [arm64,armhf] net: stmmac: Fix sub-second increment
+    - cifs: protect updating server->dstaddr with a spinlock
+    - cifs: do not share tcons with DFS
+    - tracing: Fix memory leaks in trace_events_hist.c
+    - ftrace: Fix memory leak caused by not freeing entry in
+      unregister_ftrace_direct()
+    - mac80211: sta_info: Add lockdep condition for RCU list usage
+    - [arm64] net: bcmgenet: suppress warnings on failed Rx SKB allocations
+    - sctp: Fix SHUTDOWN CTSN Ack in the peer restart case
+    - drm/amdgpu: Fix oops when pp_funcs is unset in ACPI event
+    - ALSA: hda: Match both PCI ID and SSID for driver blacklist
+    - [x86] kvm: fix a missing-prototypes "vmread_error"
+    - [x86] platform: GPD pocket fan: Fix error message when temp-limits are
+      out of range
+    - ACPI: PM: s2idle: Fix comment in acpi_s2idle_prepare_late()
+    - mac80211: add ieee80211_is_any_nullfunc()
+    - cgroup, netclassid: remove double cond_resched
+    - mm/mremap: Add comment explaining the untagging behaviour of mremap()
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.6.13
+    - [x86] thunderbolt: Check return value of tb_sw_read() in
+      usb4_switch_op()
+    - USB: serial: qcserial: Add DW5816e support
+    - drm/amdgpu: move kfd suspend after ip_suspend_phase1
+    - drm/amdgpu: drop redundant cg/pg ungate on runpm enter
+    - vt: fix unicode console freeing with a common interface
+    - [arm64] tty: xilinx_uartps: Fix missing id assignment to the console
+    - ext4: don't set dioread_nolock by default for blocksize < pagesize
+    - ext4: disable dioread_nolock whenever delayed allocation is disabled
+    - nvme: refactor nvme_identify_ns_descs error handling
+    - nvme: fix possible hang when ns scanning fails during error recovery
+    - tracing/kprobes: Fix a double initialization typo
+    - [arm64,riscv64] net: macb: Fix runtime PM refcounting
+    - cxgb4: fix EOTID leak when disabling TC-MQPRIO offload
+    - devlink: Fix reporter's recovery condition
+    - devlink: fix return value after hitting end in region read
+    - fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checks
+    - ipv6: Use global sernum for dst validation with nexthop objects
+    - neigh: send protocol value in neighbor create notification
+    - net: bridge: vlan: Add a schedule point during VLAN processing
+    - [arm64,armhf] net: dsa: Do not leave DSA master with NULL netdev_ops
+    - [arm64,armhf] net: dsa: Do not make user port errors fatal
+    - [arm64,riscv64] net: macb: fix an issue about leak related system
+      resources
+    - net: macsec: preserve ingress frame ordering
+    - net/mlx4_core: Fix use of ENOSPC around mlx4_counter_alloc()
+    - net: phy: marvell10g: fix temperature sensor on 2110
+    - net_sched: sch_skbprio: add message validation to skbprio_change()
+    - net: stricter validation of untrusted gso packets
+    - net: usb: qmi_wwan: add support for DW5816e
+    - nfp: abm: fix a memory leak bug
+    - sch_choke: avoid potential panic in choke_reset()
+    - sch_sfq: validate silly quantum values
+    - tipc: fix partial topology connection closure
+    - tunnel: Propagate ECT(1) when decapsulating as recommended by RFC6040
+    - bnxt_en: Fix VF anti-spoof filter setup.
+    - bnxt_en: Reduce BNXT_MSIX_VEC_MAX value to supported CQs per PF.
+    - bnxt_en: Improve AER slot reset.
+    - bnxt_en: Return error when allocating zero size context memory.
+    - bnxt_en: Fix VLAN acceleration handling in bnxt_fix_features().
+    - net/mlx5: DR, On creation set CQ's arm_db member to right value
+    - net/mlx5: Fix forced completion access non initialized command entry
+    - net/mlx5: Fix command entry leak in Internal Error State
+    - net/mlx5e: Fix q counters on uplink representors
+    - [arm64,armhf] net: mvpp2: prevent buffer overflow in mvpp22_rss_ctx()
+    - [arm64,armhf] net: mvpp2: cls: Prevent buffer overflow in
+      mvpp2_ethtool_cls_rule_del()
+    - wireguard: queueing: cleanup ptr_ring in error path of packet_queue_init
+    - wireguard: receive: use tunnel helpers for decapsulating ECN markings
+    - wireguard: socket: remove errant restriction on looping to self
+    - wireguard: send/receive: cond_resched() when processing worker
+      ringbuffers
+    - HID: wacom: Read HID_DG_CONTACTMAX directly for non-generic devices
+    - sctp: Fix bundling of SHUTDOWN with COOKIE-ACK
+    - Revert "HID: wacom: generic: read the number of expected touches on a
+      per collection basis"
+    - HID: usbhid: Fix race between usbhid_close() and usbhid_stop()
+    - HID: wacom: Report 2nd-gen Intuos Pro S center button status over BT
+    - USB: uas: add quirk for LaCie 2Big Quadra
+    - [arm64,armhf] usb: chipidea: msm: Ensure proper controller reset using
+      role switch API
+    - USB: serial: garmin_gps: add sanity checking for data length
+    - tracing/boottime: Fix kprobe event API usage
+    - tracing/kprobes: Reject new event if loc is NULL
+    - tracing: Wait for preempt irq delay thread to finish
+    - tracing: Add a vmalloc_sync_mappings() for safe measure
+    - crypto: arch/lib - limit simd usage to 4k chunks
+    - [s390x] KVM: Remove false WARN_ON_ONCE for the PQAP instruction
+    - [x86] KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB
+      path
+    - [arm64,armhf] KVM: vgic: Fix limit condition when writing to
+      GICD_I[CS]ACTIVER
+    - [arm64] KVM: Fix 32bit PC wrap-around
+    - [arm64] hugetlb: avoid potential NULL dereference
+    - driver core: platform: Initialize dma_parms for platform devices
+    - [arm*] amba: Initialize dma_parms for amba devices
+    - [x86] mei: me: disable mei interface on LBG servers.
+    - ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()
+    - epoll: atomically remove wait entry on wake up
+    - eventpoll: fix missing wakeup for ovflist in ep_poll_callback
+    - mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()
+    - mm: limit boost_watermark on small zones
+    - ceph: fix endianness bug when handling MDS session feature bits
+    - ceph: demote quotarealm lookup warning to a debug message
+    - coredump: fix crash when umh is disabled
+    - [riscv64] set max_pfn to the PFN of the last page
+    - batman-adv: fix batadv_nc_random_weight_tq
+    - batman-adv: Fix refcnt leak in batadv_show_throughput_override
+    - batman-adv: Fix refcnt leak in batadv_store_throughput_override
+    - batman-adv: Fix refcnt leak in batadv_v_ogm_process
+    - [x86] mm/cpa: Flush direct map alias during cpa
+    - [x86] entry/64: Fix unwind hints in register clearing code
+    - [x86] entry/64: Fix unwind hints in kernel exit path
+    - [x86] entry/64: Fix unwind hints in __switch_to_asm()
+    - [x86] entry/64: Fix unwind hints in rewind_stack_do_exit()
+    - [amd64] x86/unwind/orc: Don't skip the first frame for inactive tasks
+    - [amd64] x86/unwind/orc: Prevent unwinding before ORC initialization
+    - [amd64] x86/unwind/orc: Fix error path for bad ORC entry type
+    - [amd64] x86/unwind/orc: Fix premature unwind stoppage due to IRET frames
+    - [x86] KVM: Fixes posted interrupt check for IRQs delivery modes
+    - [x86] arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in
+      sev_pin_memory()
+    - netfilter: nat: never update the UDP checksum when it's 0
+    - netfilter: nf_osf: avoid passing pointer to local var
+    - [x86] kvm: ioapic: Restrict lazy EOI update to edge-triggered interrupts
+    - scripts/decodecode: fix trapping instruction formatting
+    - mm, memcg: fix error return value of mem_cgroup_css_alloc()
+    - bdi: move bdi_dev_name out of line
+    - bdi: add a ->dev_name field to struct backing_dev_info
+    - io_uring: don't use 'fd' for openat/openat2/statx
+    - fsnotify: replace inode pointer with an object id
+    - fanotify: merge duplicate events on parent and child
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.6.14
+    - [x86] KVM: nVMX: Consolidate nested MTF checks to helper function
+    - [x86] kvm: nVMX: reflect MTF VM-exits if injected by L1
+    - xprtrdma: Clean up the post_send path
+    - xprtrdma: Fix trace point use-after-free race
+    - [x86] drm/i915/tgl: Add Wa_14010477008:tgl
+    - [x86] drm/i915/tgl: TBT AUX should use TC power well ops
+    - [x86] drm/i915/display: Load DP_TP_CTL/STATUS offset before use it
+    - shmem: fix possible deadlocks on shmlock_user_lock
+    - net: phy: microchip_t1: add lan87xx_phy_init to initialize the lan87xx
+      phy.
+    - [arm64,armhf] KVM: vgic: Synchronize the whole guest on
+      GIC{D,R}_I{S,C}ACTIVER read
+    - [arm64,armhf] KVM: vgic-v2: Only use the virtual state when userspace
+      accesses pending bits
+    - gpio: pca953x: Fix pca953x_gpio_set_config
+    - SUNRPC: Add "@len" parameter to gss_unwrap()
+    - SUNRPC: Fix GSS privacy computation of auth->au_ralign
+    - [x86] hv_netvsc: Fix netvsc_start_xmit's return type
+    - drop_monitor: work around gcc-10 stringop-overflow warning
+    - virtio-blk: handle block_device_operations callbacks after hot unplug
+    - net_sched: fix tcm_parent in tc filter dump
+    - [arm64,armhf] net: stmmac: gmac5+: fix potential integer overflow on 32
+      bit multiply
+    - [amd64] iommu/amd: Fix race in increase_address_space()/fetch_pte()
+    - [amd64] iommu/amd: Update Device Table in increase_address_space()
+    - mmc: sdhci-acpi: Add SDHCI_QUIRK2_BROKEN_64_BIT_DMA for AMDI0040
+    - [arm64] dpaa2-eth: properly handle buffer size restrictions
+    - mptcp: set correct vfs info for subflows
+    - net: fix a potential recursive NETDEV_FEAT_CHANGE
+    - netlabel: cope with NULL catmap (CVE-2020-10711)
+    - net: phy: fix aneg restart in phy_ethtool_set_eee
+    - [arm64] net: stmmac: fix num_por initialization
+    - pppoe: only process PADT targeted at local interfaces
+    - Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"
+    - tcp: fix error recovery in tcp_zerocopy_receive()
+    - tcp: fix SO_RCVLOWAT hangs with fat skbs
+    - virtio_net: fix lockdep warning on 32 bit
+    - [arm64] dpaa2-eth: prevent array underflow in update_cls_rule()
+    - hinic: fix a bug of ndo_stop
+    - net: ipv4: really enforce backoff for redirects
+    - netprio_cgroup: Fix unlimited memory leak of v2 cgroups
+    - net: tcp: fix rx timestamp behavior for tcp_recvmsg
+    - nfp: abm: fix error return code in nfp_abm_vnic_alloc()
+    - r8169: re-establish support for RTL8401 chip version
+    - umh: fix memory leak on execve failure
+    - [arm64] net: broadcom: Select BROADCOM_PHY for BCMGENET
+    - [i386] dmaengine: pch_dma.c: Avoid data race between probe and irq
+      handler
+    - [x86] cpufreq: intel_pstate: Only mention the BIOS disabling turbo mode
+      once
+    - ALSA: hda/hdmi: fix race in monitor detection during probe
+    - drm/qxl: lost qxl_bo_kunmap_atomic_page in qxl_image_init_helper()
+    - fibmap: Warn and return an error in case of block > INT_MAX
+    - io_uring: use cond_resched() in io_ring_ctx_wait_and_kill()
+    - io_uring: check non-sync defer_list carefully
+    - ipc/util.c: sysvipc_find_ipc() incorrectly updates position index
+    - ALSA: hda/realtek - Fix S3 pop noise on Dell Wyse
+    - gfs2: Another gfs2_walk_metadata fix
+    - mmc: sdhci-pci-gli: Fix no irq handler from suspend
+    - [amd64] IB/hfi1: Fix another case where pq is left on waitlist
+    - ACPI: EC: PM: Avoid premature returns from acpi_s2idle_wake()
+    - [x86] pinctrl: sunrisepoint: Fix PAD lock register offset for SPT-H
+    - [x86] pinctrl: baytrail: Enable pin configuration setting for GPIO chip
+    - [arm64] pinctrl: qcom: fix wrong write in update_dual_edge
+    - [x86] pinctrl: cherryview: Add missing spinlock usage in
+      chv_gpio_irq_handler
+    - [arm64,armhf] drm/tegra: Fix SMMU support on Tegra124 and Tegra210
+    - bpf: Fix error return code in map_lookup_and_delete_elem()
+    - ALSA: firewire-lib: fix 'function sizeof not defined' error of
+      tracepoints format
+    - cachefiles: Fix corruption of the return value in
+      cachefiles_read_or_alloc_pages()
+    - i40iw: Fix error handling in i40iw_manage_arp_cache()
+    - [x86] drm/i915/gt: Make timeslicing an explicit engine property
+    - [x86] drm/i915: Don't enable WaIncreaseLatencyIPCEnabled when IPC is
+      disabled
+    - bpf, sockmap: msg_pop_data can incorrecty set an sge length
+    - bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.size
+    - [x86] drm/i915/gem: Remove object_is_locked assertion from
+      unpin_from_display_plane
+    - mmc: sdhci-pci-gli: Fix can not access GL9750 after reboot from Windows
+      10
+    - mmc: core: Check request type before completing the request
+    - mmc: core: Fix recursive locking issue in CQE recovery path
+    - mmc: block: Fix request completion in the CQE timeout path
+    - gfs2: More gfs2_find_jhead fixes
+    - fork: prevent accidental access to clone3 features
+    - drm/amdgpu: force fbdev into vram
+    - NFS: Fix fscache super_cookie index_key from changing after umount
+    - NFS: Fix fscache super_cookie allocation
+    - NFSv4: Fix fscache cookie aux_data to ensure change_attr is included
+    - hwmon: (drivetemp) Fix SCT support if SCT data tables are not supported
+    - netfilter: conntrack: avoid gcc-10 zero-length-bounds warning
+    - [x86] drm/i915/gvt: Fix kernel oops for 3-level ppgtt guest
+    - [arm64] fix the flush_icache_range arguments in machine_kexec
+    - netfilter: conntrack: fix infinite loop on rmmod
+    - [x86] drm/i915: Mark concurrent submissions with a weak-dependency
+    - nfs: fix NULL deference in nfs4_get_valid_delegation
+    - SUNRPC: Signalled ASYNC tasks need to exit
+    - tracing: Wait for preempt irq delay thread to execute
+    - netfilter: flowtable: set NF_FLOW_TEARDOWN flag on entry expiration
+    - netfilter: nft_set_rbtree: Add missing expired checks
+    - RDMA/rxe: Always return ERR_PTR from rxe_create_mmap_info()
+    - IB/mlx4: Test return value of calls to ib_get_cached_pkey
+    - IB/core: Fix potential NULL pointer dereference in pkey cache
+    - RDMA/core: Fix double put of resource
+    - RDMA/iw_cxgb4: Fix incorrect function parameters
+    - [x86] ftrace: Have ftrace trampolines turn read-only at the end of
+      system boot up
+    - [x86] drm/i915: Handle idling during i915_gem_evict_something busy loops
+    - mm, memcg: fix inconsistent oom event behavior
+    - epoll: call final ep_events_available() check under the lock
+    - bpf: Fix bug in mmap() implementation for BPF array map
+    - NFSv3: fix rpc receive buffer size for MOUNT call
+    - pnp: Use list_for_each_entry() instead of open coding
+    - net/rds: Use ERR_PTR for rds_message_alloc_sgs()
+    - Stop the ad-hoc games with -Wno-maybe-initialized
+    - gcc-10: disable 'zero-length-bounds' warning for now
+    - gcc-10: disable 'array-bounds' warning for now
+    - gcc-10: disable 'stringop-overflow' warning for now
+    - gcc-10: disable 'restrict' warning for now
+    - gcc-10 warnings: fix low-hanging fruit
+    - gcc-10: mark more functions __init to avoid section mismatch warnings
+    - gcc-10: avoid shadowing standard library 'free()' in crypto
+    - bootconfig: Fix to remove bootconfig data from initrd while boot
+    - bootconfig: Fix to prevent warning message if no bootconfig option
+    - usb: usbfs: correct kernel->user page attribute mismatch
+    - USB: usbfs: fix mmap dma mismatch
+    - ALSA: hda/realtek - Limit int mic boost for Thinkpad T530
+    - ALSA: hda/realtek - Add COEF workaround for ASUS ZenBook UX431DA
+    - ALSA: rawmidi: Fix racy buffer resize under concurrent accesses
+    - ALSA: usb-audio: Add control message quirk delay for Kingston HyperX
+      headset
+    - usb: core: hub: limit HUB_QUIRK_DISABLE_AUTOSUSPEND to USB5534B
+    - [arm64,armhf,riscv64] usb: host: xhci-plat: keep runtime active when
+      removing host
+    - USB: gadget: fix illegal array access in binding with UDC
+      (CVE-2020-13143)
+    - usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg
+      list
+    - [x86] Make the "Reducing compressed framebufer size" message be
+      DRM_INFO_ONCE()
+    - [armhf] dts: imx6dl-yapp4: Fix Ursa board Ethernet connection
+    - drm/amd/amdgpu: add raven1 part to the gfxoff quirk list
+    - [x86] drm/i915/tgl+: Fix interrupt handling for DP AUX transactions
+    - [powerpc*] vdso32: Fallback on getres syscall when clock is unknown
+    - cifs: fix leaked reference on requeued write
+    - [x86] KVM: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.c
+    - [x86] Fix early boot crash on gcc-10, third try
+    - [amd64] x86/unwind/orc: Fix error handling in __unwind_start()
+    - exec: Move would_dump into flush_old_exec
+    - [arm64,armhf] clk: rockchip: fix incorrect configuration of rk3228
+      aclk_gpu* clocks
+    - [arm64,armhf] dwc3: Remove check for HWO flag in
+      dwc3_gadget_ep_reclaim_trb_sg()
+    - fanotify: fix merging marks masks with FAN_ONDIR
+    - [arm64] dts: meson-g12b-ugoos-am6: fix usb vbus-supply
+    - Revert "ALSA: hda/realtek: Fix pop noise on ALC225"
+    - [armhf] clk: ti: clkctrl: Fix Bad of_node_put within clkctrl_get_name
+    - clk: Unlink clock if failed to prepare or enable
+    - [arm64] dts: rockchip: Replace RK805 PMIC node name with "pmic" on
+      rk3328 boards
+    - dt-bindings: dma: fsl-edma: fix ls1028a-edma compatible
+    - SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")
+    - bpf: Fix sk_psock refcnt leak when receiving message
+    - RDMA/uverbs: Do not discard the IB_EVENT_DEVICE_FATAL event
+    - RDMA/uverbs: Move IB_EVENT_DEVICE_FATAL to destroy_uobj
+    - [x86] KVM: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mce
+    - bpf: Enforce returning 0 for fentry/fexit progs
+    - bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifier
+    - Makefile: disallow data races on gcc-10 as well
+
+  [ Ben Hutchings ]
+  * linux-libc-dev: Re-add "Provides: linux-kernel-headers" as several
+    source packages still have this in Build-Depends
+
+  [ Luca Boccassi ]
+  * [cloud] Enable INFINIBAND configs for HyperV/Azure (Closes: #958300)
+
+  [ Bastian Blank ]
+  * [cloud] Re-enable some FB drivers.
+
+  [ Romain Perier ]
+  * Enable support for fsverity
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.6.10-rt5 and re-enable
+  * Bump ABI to 2.
+  * xfs: add agf freeblocks verify in xfs_agf_verify (CVE-2020-12655)
+
+  [ Domenico Andreoli ]
+  * [arm64] udeb: Add armada_37xx_wdt to kernel-image (Closes: #961086)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 23 May 2020 16:29:21 +0200
+
+linux (5.6.7-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.6.5
+    - perf tools: Support Python 3.8+ in Makefile (Closes: #958165)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.6.6
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.6.7
+
+  [ Ben Hutchings ]
+  * [armhf,arm64] lockdown: Update arm Secure Boot patch for 5.6
+    (fixes FTBFS)
+  * Use debhelper compatibility level 12:
+    - Build-Depend on debhelper-compat and remove debian/compat
+    - hyperv-daemons: Use dh_installsystemd instead of
+      dh_systemd_{enable,start}
+    - hyperv-daemons: Add "Pre-Depends: ${misc:Pre-Depends}"
+  * debian/README.source: Refer to upload checklist in kernel-team.git
+  * [armel] Disable NETLABEL, since SECURITY_SELINUX is also disabled
+  * Drop linux-headers-<ver>-all and linux-headers-<ver>-all-<arch> packages,
+    which are no longer needed
+  * linux-libc-dev: Drop "Provides: linux-kernel-headers" which is no longer
+    needed
+  * [s390x] mm: fix page table upgrade vs 2ndary address mode accesses
+    (CVE-2020-11884)
+  * Set ABI to 1
+
+  [ Romain Perier ]
+  *  Rebased patch firmware-remove-redundant-log-messages-from-drivers.patch
+     onto 5.6.7.
+
+  [ Philip Rinn ]
+  * [arm64] Enable CRYPTO_DEV_SUN8I_CE (closes: #958037)
+  * [arm64] Enable SUN8I_THERMAL
+
+  [ Roberto Bampi ]
+  * [arm64] Enable ARMADA_37XX_WATCHDOG as module
+
+  [ Vagrant Cascadian ]
+  * [arm64] Enable SENSORS_PWM_FAN as a module.
+
+  [ Paul Tagliamonte ]
+  * Enable CONFIG_NETLABEL (Closes: #958804)
+
+ -- Ben Hutchings <benh@debian.org>  Wed, 29 Apr 2020 04:46:47 +0100
+
+linux (5.6.4-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_5.6
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.6.1
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.6.2
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.6.3
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.6.4
+
+  [ Ben Hutchings ]
+  * Set ABI to trunk
+  * [mips*] Revert "staging: octeon-usb: delete the octeon usb host controller
+    driver"
+  * [mips*] Revert "staging: octeon: delete driver"
+  * [powerpc*] i2c: Enable I2C_PARPORT instead of I2C_PARPORT_LIGHT
+  * aufs: Update support patchset to aufs5.x-rcN 20200302; no functional
+    change
+  * linux-signed-*: Build-Depend on kernel-wedge 2.102 for consistency
+  * aufs: Update support patchset to aufs5.6 20200413; no functional change
+  * [rt] Update to 5.6.4-rt3 and re-enable
+
+  [ Aurelien Jarno ]
+  * Enable SENSORS_DRIVETEMP
+  * [riscv64] Enable SOC_VIRT
+  * [riscv64] Enable GPIOLIB, GPIO_SIFIVE, POWER_RESET, POWER_RESET_GPIO,
+    POWER_RESET_GPIO_RESTART, POWER_RESET_RESTART, CONFIG_PWM,
+    CONFIG_PWM_SIFIVE, CONFIG_SIFIVE_L2
+
+  [ Christian Barcenas ]
+  * linux-kbuild: Stop building conmakehash
+  * linux-cpupower: Add libcap to Build-Depends and turbostat linker flags
+  * [x86] Drop EFI cold boot mitigation patch in favor of upstream
+  * [amd64] Update "x86: Make x32 syscall support conditional ..." for 5.6
+
+  [ Romain Perier ]
+  * [x86] udeb: Add crc32_pclmul to crc-modules
+  * udeb: Add crc32_generic to crc-modules
+
+  [ Luca Boccassi ]
+  * lockdown: set default (with Secure Boot) to LOCKDOWN_INTEGRITY_MAX
+    (Closes: #956197)
+
+ -- Ben Hutchings <benh@debian.org>  Fri, 17 Apr 2020 01:26:42 +0100
+
+linux (5.5.17-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.5.14
+    - mmc: core: Allow host controllers to require R1B for CMD6
+    - mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discard
+    - mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep command
+    - [armhf] mmc: sdhci-omap: Fix busy detection by enabling
+      MMC_CAP_NEED_RSP_BUSY
+    - [armhf,arm64] mmc: sdhci-tegra: Fix busy detection by enabling
+      MMC_CAP_NEED_RSP_BUSY
+    - cxgb4: fix throughput drop during Tx backpressure
+    - cxgb4: fix Txq restart check during backpressure
+    - geneve: move debug check after netdev unregister
+    - hsr: fix general protection fault in hsr_addr_is_self()
+    - ipv4: fix a RCU-list lock in inet_dump_fib()
+    - macsec: restrict to ethernet devices
+    - net/bpfilter: fix dprintf usage for /dev/kmsg
+    - net: cbs: Fix software cbs to consider packet sending time
+    - [armhf,arm64] net: dsa: Fix duplicate frames flooded by learning
+    - net: ena: Add PCI shutdown handler to allow safe kexec
+    - [armhf] net: mvneta: Fix the case where the last poll did not process all
+      rx
+    - net/packet: tpacket_rcv: avoid a producer race condition
+    - net: phy: dp83867: w/a for fld detect threshold bootstrapping issue
+    - [armhf,arm64] net: phy: mdio-bcm-unimac: Fix clock handling
+    - net: qmi_wwan: add support for ASKEY WWHC050
+    - net/sched: act_ct: Fix leak of ct zone template on replace
+    - net_sched: cls_route: remove the right filter from hashtable
+    - net_sched: hold rtnl lock in tcindex_partial_destroy_work()
+    - net_sched: keep alloc_hash updated after hash allocation
+    - [armhf,arm64] net: stmmac: dwmac-rk: fix error path in rk_gmac_probe
+    - r8169: re-enable MSI on RTL8168c
+    - slcan: not call free_netdev before rtnl_unlock in slcan_open
+    - tcp: also NULL skb->dev when copy was needed
+    - tcp: ensure skb->dev is NULL before leaving TCP stack
+    - tcp: repair: fix TCP_QUEUE_SEQ implementation
+    - vxlan: check return value of gro_cells_init()
+    - [arm64] Revert "net: bcmgenet: use RGMII loopback for MAC reset"
+    - [arm64] net: bcmgenet: keep MAC in reset until PHY is up
+    - bnxt_en: Fix Priority Bytes and Packets counters in ethtool -S.
+    - bnxt_en: fix memory leaks in bnxt_dcbnl_ieee_getets()
+    - bnxt_en: Return error if bnxt_alloc_ctx_mem() fails.
+    - bnxt_en: Free context memory after disabling PCI in probe error path.
+    - bnxt_en: Reset rings if ring reservation fails during open()
+    - net: ena: fix incorrect setting of the number of msix vectors
+    - net: ena: fix request of incorrect number of IRQ vectors
+    - net: ena: avoid memory access violation by validating req_id properly
+    - net: ena: fix continuous keep-alive resets
+    - net: ip_gre: Separate ERSPAN newlink / changelink callbacks
+    - net: ip_gre: Accept IFLA_INFO_DATA-less configuration
+    - hsr: use rcu_read_lock() in hsr_get_node_{list/status}()
+    - hsr: add restart routine into hsr_get_node_list()
+    - hsr: set .netnsok flag
+    - net/mlx5: DR, Fix postsend actions write length
+    - net/mlx5e: Enhance ICOSQ WQE info fields
+    - net/mlx5e: Fix missing reset of SW metadata in Striding RQ reset
+    - net/mlx5e: Fix ICOSQ recovery flow with Striding RQ
+    - net/mlx5e: Do not recover from a non-fatal syndrome
+    - net/mlx5_core: Set IB capability mask1 to fix ib_srpt connection failure
+    - net/mlx5e: kTLS, Fix TCP seq off-by-1 issue in TX resync flow
+    - net/mlx5e: Fix endianness handling in pedit mask
+    - cgroup-v1: cgroup_pidlist_next should update position index
+    - nfs: add minor version to nfs_server_key for fscache
+    - drivers/of/of_mdio.c:fix of_mdiobus_register()
+    - cgroup1: don't call release_agent when it is ""
+    - veth: ignore peer tx_dropped when counting local rx_dropped
+    - drm/amd/display: update soc bb for nv14
+    - drm/amdgpu: correct ROM_INDEX/DATA offset for VEGA20
+    - [armhf] drm/exynos: Fix cleanup of IOMMU related objects
+    - [x86] iommu/vt-d: Silence RCU-list debugging warnings
+    - scsi: ipr: Fix softlockup when rescanning devices in petitboot
+    - mac80211: Do not send mesh HWMP PREQ if HWMP is disabled
+    - [x86] iommu/vt-d: Fix debugfs register reads
+    - [x86] iommu/vt-d: Populate debugfs if IOMMUs are detected
+    - Input: fix stale timestamp on key autorepeat events
+    - [x86] Input: synaptics - enable RMI on HP Envy 13-ad105ng
+    - Input: avoid BIT() macro usage in the serio.h UAPI header
+    - IB/rdmavt: Free kernel completion queue when done
+    - RDMA/core: Fix missing error check on dev_set_name()
+    - RDMA/odp: Fix leaking the tgid for implicit ODP
+    - gpiolib: Fix irq_disable() semantics
+    - RDMA/nl: Do not permit empty devices names during
+      RDMA_NLDEV_CMD_NEWLINK/SET
+    - RDMA/mad: Do not crash if the rdma device does not have a umad interface
+    - ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULL
+    - ceph: fix memory leak in ceph_cleanup_snapid_map()
+    - [x86] KVM: SVM: Issue WBINVD after deactivating an SEV guest
+    - [armhf] dts: dra7: Add bus_dma_limit for L3 bus
+    - [armhf] dts: omap5: Add bus_dma_limit for L3 bus
+    - perf probe: Fix to delete multiple probe event
+    - perf probe: Do not depend on dwfl_module_addrsym()
+    - rtlwifi: rtl8188ee: Fix regression due to commit d1d1a96bdb44
+    - drm/prime: use dma length macro when mapping sg
+    - drm/amdgpu: fix scatter-gather mapping with user pages
+    - drm/radeon: fix scatter-gather mapping with user pages
+    - [armhf] soc: samsung: chipid: Fix return value on non-Exynos platforms
+    - scsi: sd: Fix optimal I/O size for devices that change reported values
+    - nl80211: fix NL80211_ATTR_CHANNEL_WIDTH attribute type
+    - mac80211: drop data frames without key on encrypted links
+    - mac80211: mark station unauthorized before key removal
+    - mm/swapfile.c: move inode_lock out of claim_swapfile
+    - drivers/base/memory.c: indicate all memory blocks as removable
+    - mm/sparse: fix kernel crash with pfn_section_valid check
+    - mm: fork: fix kernel_stack memcg stats for various stack implementations
+    - [x86] gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirk
+    - gpiolib: acpi: Rework honor_wakeup option into an ignore_wake option
+    - [x86] gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 BYT +
+      AXP288 model
+    - bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memory
+    - RDMA/core: Ensure security pkey modify is not lost
+    - afs: Fix handling of an abort from a service handler
+    - genirq: Fix reference leaks on irq affinity notifiers
+    - xfrm: handle NETDEV_UNREGISTER for xfrm device
+    - vti[6]: fix packet tx through bpf_redirect() in XinY cases
+    - RDMA/mlx5: Fix the number of hwcounters of a dynamic counter
+    - RDMA/mlx5: Fix access to wrong pointer while performing flush due to
+      error
+    - RDMA/mlx5: Block delay drop to unprivileged users
+    - xfrm: fix uctx len check in verify_sec_ctx_len
+    - xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquire
+    - xfrm: policy: Fix doulbe free in xfrm_policy_timer
+    - afs: Fix client call Rx-phase signal handling
+    - afs: Fix some tracing details
+    - afs: Fix unpinned address list during probing
+    - ieee80211: fix HE SPR size calculation
+    - mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TX
+    - netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}
+    - netfilter: flowtable: populate addr_type mask
+    - netfilter: nft_fwd_netdev: validate family and chain type
+    - netfilter: nft_fwd_netdev: allow to redirect to ifb via ingress
+    - [i386] bpf, x32: Fix bug with JMP32 JSET BPF_X checking upper bits
+    - bpf: Initialize storage pointers to NULL to prevent freeing garbage
+      pointer
+    - bpf/btf: Fix BTF verification of enum members in struct/union
+    - bpf, sockmap: Remove bucket->lock from sock_{hash|map}_free
+    - [armhf] dts: sun8i-a83t-tbs-a711: Fix USB OTG mode detection
+    - vti6: Fix memory leak of skb if input policy check fails
+    - r8169: fix PHY driver check on platforms w/o module softdeps
+    - [x86] clocksource/drivers/hyper-v: Untangle stimers and timesync from
+      clocksources
+    - bpf: Undo incorrect __reg_bound_offset32 handling
+    - USB: serial: option: add support for ASKEY WWHC050
+    - USB: serial: option: add BroadMobi BM806U
+    - USB: serial: option: add Wistron Neweb D19Q1
+    - USB: cdc-acm: restore capability check order
+    - USB: serial: io_edgeport: fix slab-out-of-bounds read in
+      edge_interrupt_callback
+    - [armhf,arm64] usb: musb: fix crash with highmen PIO and usbmon
+    - media: flexcop-usb: fix endpoint sanity check
+    - media: usbtv: fix control-message timeouts
+    - staging: rtl8188eu: Add ASUS USB-N10 Nano B1 to device table
+    - [x86] staging: wlan-ng: fix ODEBUG bug in prism2sta_disconnect_usb
+    - [x86] staging: wlan-ng: fix use-after-free Read in hfa384x_usbin_callback
+    - [x86] ahci: Add Intel Comet Lake H RAID PCI ID
+    - libfs: fix infoleak in simple_attr_read()
+    - media: ov519: add missing endpoint sanity checks (CVE-2020-11608)
+    - media: dib0700: fix rc endpoint lookup
+    - media: stv06xx: add missing descriptor sanity checks (CVE-2020-11609)
+    - media: xirlink_cit: add missing descriptor sanity checks
+      (CVE-2020-11668)
+    - media: v4l2-core: fix a use-after-free bug of sd->devnode
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.5.15
+    - bpf: update jmp32 test cases to fix range bound deduction
+    - mac80211: Check port authorization in the ieee80211_tx_dequeue() case
+    - mac80211: fix authentication with iwlwifi/mvm
+    - vt: selection, introduce vc_is_sel
+    - vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
+    - vt: switch vt_dont_switch to bool
+    - vt: vt_ioctl: remove unnecessary console allocation checks
+    - vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
+    - vt: vt_ioctl: fix use-after-free in vt_in_use()
+    - [x86] platform: pmc_atom: Add Lex 2I385SW to critclk_systems DMI table
+    - bpf: Explicitly memset the bpf_attr structure
+    - bpf: Explicitly memset some bpf info structures declared on the stack
+    - iwlwifi: don't send GEO_TX_POWER_LIMIT if no wgds table
+    - [x86] gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT +
+      AXP288 model
+    - [armhf] clk: imx: Align imx sc clock msg structs to 4
+    - [armhf] clk: imx: Align imx sc clock parent msg structs to 4
+    - libceph: fix alloc_msg_with_page_vector() memory leaks
+    - perf map: Fix off by one in strncpy() size argument
+    - [armel,armhf] dts: bcm283x: Fix vc4's firmware bus DMA limitations
+    - [armel] bcm2835-rpi-zero-w: Add missing pinctrl name
+    - [armhf] dts: imx6: phycore-som: fix arm and soc minimum voltage
+    - [armhf] dts: N900: fix onenand timings
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.5.16
+    - ipv4: fix a RCU-list lock in fib_triestat_seq_show
+    - net, ip_tunnel: fix interface lookup with no key
+    - sctp: fix possibly using a bad saddr with a given dst
+    - sctp: fix refcount bug in sctp_wfree
+    - [arm64,riscv64] net: macb: Fix handling of fixed-link node
+    - nvme-rdma: Avoid double freeing of async event data
+    - drm/amdgpu: add fbdev suspend/resume on gpu reset
+    - [x86] drm/amd/display: Add link_rate quirk for Apple 15" MBP 2017
+    - drm/bochs: downgrade pci_request_region failure from error to warning
+    - initramfs: restore default compression behavior
+    - drm/amdgpu: fix typo for vcn1 idle check
+    - tools/power turbostat: Fix gcc build warnings
+    - tools/power turbostat: Fix missing SYS_LPI counter on some Chromebooks
+    - tools/power turbostat: Fix 32-bit capabilities warning
+    - padata: fix uninitialized return value in padata_replace()
+    - brcmfmac: abort and release host after error
+    - XArray: Fix xa_find_next for large multi-index entries
+    - misc: rtsx: set correct pcr_ops for rts522A
+    - PCI: sysfs: Revert "rescan" file renames
+    - [x86] mei: me: add cedar fork device ids
+    - nvmem: check for NULL reg_read and reg_write before dereferencing
+    - [armhf] extcon: axp288: Add wakeup support
+    - Revert "dm: always call blk_queue_split() in dm_process_bio()"
+    - [x86] ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated sound on
+      EVGA X99 Classified motherboard
+    - iwlwifi: consider HE capability when setting LDPC
+    - iwlwifi: yoyo: don't add TLV offset when reading FIFOs
+    - iwlwifi: dbg: don't abort if sending DBGC_SUSPEND_RESUME fails
+    - rxrpc: Fix sendmsg(MSG_WAITALL) handling
+    - IB/hfi1: Ensure pq is not left on waitlist
+    - sched: act: count in the size of action flags bitfield
+    - tcp: fix TFO SYNACK undo to avoid double-timestamp-undo
+    - [x86,ia64] watchdog: iTCO_wdt: Export vendorsupport
+    - [x86,ia64] watchdog: iTCO_wdt: Make ICH_RES_IO_SMI optional
+    - i2c: i801: Do not add ICH_RES_IO_SMI for the iTCO_wdt device
+    - net: genetlink: return the error code when attribute parsing fails.
+    - net: Fix Tx hash bound checking
+    - net/smc: fix cleanup for linkgroup setup failures
+    - padata: always acquire cpu_hotplug_lock before pinst->lock
+    - mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
+      (CVE-2020-11565)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.5.17
+    - cxgb4: fix MPS index overwrite when setting MAC address
+    - ipv6: don't auto-add link-local address to lag ports
+    - [armhf] net: dsa: bcm_sf2: Do not register slave MDIO bus with OF
+    - [armhf] net: dsa: bcm_sf2: Ensure correct sub-node is parsed
+    - net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before
+      accessing PHY registers
+    - net_sched: add a temporary refcnt for struct tcindex_data
+    - net_sched: fix a missing refcnt in tcindex_init()
+    - [armhf,arm64] net: stmmac: dwmac1000: fix out-of-bounds mac address reg
+      setting
+    - slcan: Don't transmit uninitialized stack data in padding
+    - tun: Don't put_page() for all negative return values from XDP program
+    - r8169: change back SG and TSO to be disabled by default
+    - cxgb4: free MQPRIO resources in shutdown path
+    - [s390x] prevent leaking kernel address in BEAR
+    - random: always use batched entropy for get_random_u{32,64}
+    - [armhf,arm64] usb: dwc3: gadget: Wrap around when skip TRBs
+    - slub: improve bit diffusion for freelist ptr obfuscation
+    - ubi: fastmap: Free unused fastmap anchor peb during detach
+    - RDMA/ucma: Put a lock around every call to the rdma_cm layer
+    - RDMA/cma: Teach lockdep about the order of rtnl and lock
+    - RDMA/siw: Fix passive connection establishment
+    - Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
+    - RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
+    - blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
+    - fbcon: fix null-ptr-deref in fbcon_switch
+    - driver core: Reevaluate dev->links.need_for_probe as suppliers are added
+    - [x86] iommu/vt-d: Allow devices with RMRRs to use identity domain
+    - ACPI: PM: Add acpi_[un]register_wakeup_handler()
+    - [x86] platform: intel_int0002_vgpio: Use acpi_register_wakeup_handler()
+    - IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
+    - IB/hfi1: Fix memory leaks in sysfs registration and unregistration
+    - IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads
+    - [armhf] imx: Enable ARM_ERRATA_814220 for i.MX6UL and i.MX7D
+    - [armhf] imx: only select ARM_ERRATA_814220 for ARMv7-A
+    - ceph: remove the extra slashes in the server path
+    - ceph: canonicalize server path in place
+
+  [ Noah Meyerhans ]
+  * Fix autopkgtest failure due to pycodestyle violation
+  * [cloud] Re-enable kernel page merge functionality (Closes: #955366)
+  * [cloud] Apply a number of additional optimizations (Closes: #947759)
+    - Statically link nvme and ext4 drivers with the kernel
+    - [amd64] Re-enable SCHED_MC_PRIO
+    - Switch to LZ4 for compression
+    - Disable a number of additional drivers unlikely to be found in
+      cloud environments
+
+  [ Ben Hutchings ]
+  * drm: Disable DRM_LEGACY (DRI1)
+  * Bump ABI to 2
+  * WireGuard: Update for renaming of skb_reset_tc() to skb_reset_redirect()
+  * lib/fonts: Enable FONTS, FONT_8x8, FONT_8x16, FONT_TER16x32 for most
+    flavours (Closes: #956173)
+  * keys: Enable PERSISTENT_KEYRINGS
+  * mm: Enable DEFERRED_STRUCT_PAGE_INIT (Closes: #954025)
+  * [armel/marvell] mm: Enable COMPACTION (Closes: #949171)
+  * [x86} media/cec: Enable CEC_PLATFORM_DRIVERS; enable VIDEO_SECO_CEC as a
+    module (Closes: #951543)
+  * [x86] sound/soc/intel: Enable SND_SOC_INTEL_BYT_CHT_CX2072X_MACH as module
+    (Closes: #951482)
+
+  [ Sudip Mukherjee ]
+  * Remove libbpf. (See: #948041)
+
+  [ Jason A. Donenfeld ]
+  * Provide wireguard-modules as stop-gap for packages.
+
+  [ Christian Barcenas ]
+  * linux-cpupower: Add libcap to Build-Depends and turbostat linker flags
+
+  [ Joel Johnson ]
+  * [armhf] Build PHY_MVEBU_A38X_COMPHY module (Closes: #951409)
+
+  [ Josua Mayer ]
+  * [arm64] enable support for the Honeycomb arm64 workstation
+    (Closes: #948576)
+
+ -- Ben Hutchings <benh@debian.org>  Wed, 15 Apr 2020 03:37:48 +0100
+
+linux (5.5.13-2) unstable; urgency=medium
+
+  * bpf: Undo incorrect __reg_bound_offset32 handling (CVE-2020-8835)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 30 Mar 2020 23:06:57 +0200
+
+linux (5.5.13-1) unstable; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_5.5
+    (Closes: #953680)
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.5.1
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.5.2
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.5.3
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.5.4
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.5.5
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.5.6
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.5.7
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.5.8
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.5.9
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.5.10
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.5.11
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.5.12
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.5.13
+
+  [ Ben Hutchings ]
+  * aufs: Update support patchset to aufs5.x-rcN 20200120; no functional
+    change
+  * net: Enable NET_SWITCHDEV; disable on armel/marvell (Closes: #949863)
+  * [armhf] net/ethernet/ti: Enable TI_CPSW_SWITCHDEV as module; enable TI_CPTS
+  * wireless: Enable regulatory.db direct loading:
+    - Drop "wireless: Disable regulatory.db direct loading"
+    - linux-image: Add Breaks: relation with old wireless-regdb versions
+    - Regenerate my wireless-regdb certificate with expected attributes
+  * [x86] Drop "Add a SysRq option to lift kernel lockdown" (Closes: #947021)
+    - This patch allowed remotely disabling lockdown using usbip
+    - Lockdown can be disabled by running "mokutil --disable-validation",
+      rebooting, and confirming the change when prompted
+  * Set PYTHON=python3 for document build (fixes FTBFS)
+  * [x86,arm64] Move linux-headers metapackages to src:linux-signed-*.
+    This should ensure that src:linux and src:linux-signed-* transition to
+    testing together.
+  * debian/bin/gencontrol_signed.py: Generate valid versions in a linux binNMU
+  * udeb: Drop zlib-modules packages, as zlib_deflate is now always built-in
+    (fixes FTBFS on several architectures)
+  * [mips*/octeon] Fix and re-enable the Octeon Ethernet driver
+  * [mips*] Fix FTBFS:
+    - Increase RELOCATION_TABLE_SIZE to 0x160000
+    - Fix exception handler memcpy()
+  * debian/config: Delete redundant arch/flavour-specific "debug-info: true"
+  * linux-source: Suggest qtbase5-dev instead of the removed libqt4-dev
+    (Closes: #953386)
+  * Add WireGuard driver and required crypto changes from 5.6-rc7 and
+    cryptodev-2.6, thanks to Jason A. Donenfeld (Closes: #953569)
+  * drivers/net: Enable WIREGUARD as module
+  * debian/control: Use my debian.org email in Uploaders field
+  * debian/certs: Rename Romain Perier's certificate to match email address
+  * security/integrity/platform_certs: Rebase db-mok-keyring patch set for
+    5.5.9
+  * [x86] Enable X86_UMIP (previously configured as X86_INTEL_UMIP)
+  * Set ABI to 1
+  * [amd64] Enable Intel GVT-g (except cloud-amd64) (Closes: #954088):
+    - vfio: Enable VFIO_MDEV, VFIO_MDEV_DEVICE as modules
+    - i915: Enable DRM_I915_GVT; enable DRM_I915_GVT_KVMGT as module
+  * drivers/net/wireless: Enable MT76x0E as module (Closes: #953683)
+  * bcmgenet: Backport ACPI support, supporting Raspberry Pi 4
+    (Closes: #950578)
+
+  [ Aurelien Jarno ]
+  * [riscv64] Enable SECCOMP.
+
+  [ Romain Perier ]
+  * [arm64] Enable BCMGENET
+  * [arm64] Fix CONFIG_INFINIBAND_HNS_HIP06 and CONFIG_INFINIBAND_HNS_HIP08
+    from tristate to boolean
+  * debian/certs: Add my own certificate for wireless-regdb
+  * debian/patches/debian/wireless-add-debian-wireless-regdb-certificates.patch:
+    Add the hexdump of my certificate to this patch, so the kernel can
+    directly load the regulatory db and trust it if have I signed it.
+
+  [ Noah Meyerhans ]
+  * [arm64] Enable KVM_ARM_HOST and KVM_ARM_PMU
+  * [arm64] Enable CONFIG_ARM64_ERRATUM_1418040
+  * [arm64/cloud-arm64] Introduce cloud build flavour
+  * [cloud] random: Enable RANDOM_TRUST_BOOTLOADER
+
+  [ Mark Pearson ]
+  * [amd64] ASoC: Enable SND_SOC_SOF_COMETLAKE_LP_SUPPORT,
+    SND_SOC_SOF_COMETLAKE_H_SUPPORT
+
+  [ Christian Barcenas ]
+  * lockdown: honor LOCK_DOWN_IN_EFI_SECURE_BOOT=n (Closes: #945604)
+
+  [ Salvatore Bonaccorso ]
+  * libcpupower: Lower back soname version to 1 and add new
+    cpufreq_{get,put}_boost_frequencies methods
+
+  [ Joel Stanley ]
+  * [armhf] Enable ASPEED AST2600 SoC family. This includes all ASPEED symbols
+    for the AST2600 and FTGMAC100, the network device used by this SoC. The
+    SoC has 5 UARTs so CONFIG_SERIAL_8250_NR_UARTS is bumped to 5 from 4
+    in order to correctly register UART5, the boot console.
+
+  [ Petr Stastny ]
+  * [x86] i2c: Enable I2C_AMD_MP2 as module (Closes: #955004)
+
+  [ Vagrant Cascadian ]
+  * [arm64] Add patch from next-20200325 to enable device-tree for
+    Pinebook Pro.
+
+ -- Ben Hutchings <benh@debian.org>  Mon, 30 Mar 2020 03:03:47 +0100
+
+linux (5.5~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Romain Perier ]
+  * [rt] Disable until it is updated for 5.5 or later
+  * [mips*] Remove obsolete patch
+    MIPS-Loongson-3-Add-Loongson-LS3A-RS780E-1-way-machi.patch
+  * Retrieve the new aufs5 patches from the upstream tree, with an update in
+    aufs5-standalone.patch (see its header).
+  * Refreshed patches:
+    - debian/dfsg/vs6624-disable.patch
+    - bugfix/all/firmware_class-log-every-success-and-failure.patch
+    - bugfix/all/
+      radeon-amdgpu-firmware-is-required-for-drm-and-kms-on-r600-onward.patch
+    - bugfix/all/disable-some-marvell-phys.patch
+    - features/all/
+      security-perf-allow-further-restriction-of-perf_event_open.patch
+    - features/x86/x86-make-x32-syscall-support-conditional.patch
+    - bugfix/all/fs-add-module_softdep-declarations-for-hard-coded-cr.patch
+    - features/all/lockdown/
+      efi-add-an-efi_secure_boot-flag-to-indicate-secure-b.patch
+
+  [ Ben Hutchings ]
+  * udeb: Add f2fs-modules package
+  * linux-kbuild: Stop building pnmtologo
+  * linux-kbuild: Add new file to Makefile for kconfig
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 06 Jan 2020 04:26:45 +0000
+
+linux (5.4.19-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.14
+    - [arm64,armhf] soc: amlogic: meson-ee-pwrc: propagate PD provider
+      registration errors
+    - [arm64,armhf] soc: amlogic: meson-ee-pwrc: propagate errors from
+      pm_genpd_init()
+    - [armhf] bus: ti-sysc: Fix iterating over clocks
+    - clk: Don't try to enable critical clocks if prepare failed
+    - [armhf] ASoC: stm32: sai: fix possible circular locking
+    - [armhf] ASoC: stm32: dfsdm: fix 16 bits record
+    - [armhf] OMAP2+: Fix ti_sysc_find_one_clockdomain to check for
+      to_clk_hw_omap
+    - [armhf] dts: imx6q-dhcom: Fix SGTL5000 VDDIO regulator connection
+    - [x86] ASoC: Intel: bytcht_es8316: Fix Irbis NB41 netbook quirk
+    - ALSA: dice: fix fallback from protocol extension into limited
+      functionality
+    - ALSA: seq: Fix racy access for queue timer in proc read
+    - ALSA: firewire-tascam: fix corruption due to spin lock without
+      restoration in SoftIRQ context
+    - ALSA: usb-audio: fix sync-ep altsetting sanity check
+    - [arm64] dts: allwinner: a64: olinuxino: Fix SDIO supply regulator
+    - [arm64] dts: allwinner: a64: olinuxino: Fix eMMC supply regulator
+    - [armhf] clk: sunxi-ng: r40: Allow setting parent rate for external clock
+      outputs
+    - block: fix an integer overflow in logical block size
+    - fuse: fix fuse_send_readpages() in the syncronous read case
+    - io_uring: only allow submit from owning task
+    - [armhf] dts: am571x-idk: Fix gpios property to have the correct gpio
+      number
+    - [armel] davinci: select CONFIG_RESET_CONTROLLER
+    - perf: Correctly handle failed perf_get_aux_event()
+    - iio: buffer: align the size of scan bytes to size of the largest element
+    - USB: serial: simple: Add Motorola Solutions TETRA MTP3xxx and MTP85xx
+    - USB: serial: option: Add support for Quectel RM500Q
+    - USB: serial: opticon: fix control-message timeouts
+    - USB: serial: option: add support for Quectel RM500Q in QDL mode
+    - USB: serial: suppress driver bind attributes
+    - USB: serial: ch341: handle unbound port at reset_resume
+    - USB: serial: io_edgeport: handle unbound ports on URB completion
+    - USB: serial: io_edgeport: add missing active-port sanity check
+    - USB: serial: keyspan: handle unbound ports
+    - USB: serial: quatech2: handle unbound ports
+    - [x86] staging: comedi: ni_routes: fix null dereference in
+      ni_find_route_source()
+    - [x86] staging: comedi: ni_routes: allow partial routing information
+    - [x86] scsi: fnic: fix invalid stack access
+    - scsi: mptfusion: Fix double fetch bug in ioctl
+    - ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()
+    - [armhf] mtd: rawnand: gpmi: Fix suspend/resume problem
+    - [armhf] mtd: rawnand: gpmi: Restore nfc timing setup after
+      suspend/resume
+    - usb: core: hub: Improved device recognition on remote wakeup
+    - cpu/SMT: Fix x86 link error without CONFIG_SYSFS
+    - [x86] CPU/AMD: Ensure clearing of SME/SEV features is maintained
+    - locking/rwsem: Fix kernel crash when spinning on RWSEM_OWNER_UNKNOWN
+    - [x86] perf/x86/intel/uncore: Fix missing marker for
+      snr_uncore_imc_freerunning_events
+    - [amd64] x86/efistub: Disable paging at mixed mode entry
+    - [s390x] zcrypt: Fix CCA cipher key gen with clear key value function
+    - [x86] scsi: storvsc: Correctly set number of hardware queues for IDE
+      disk
+    - mtd: spi-nor: Fix selection of 4-byte addressing opcodes on Spansion
+    - [x86] efi/earlycon: Fix write-combine mapping on x86
+    - [s390x] setup: Fix secure ipl message
+    - [armhf] clk: samsung: exynos5420: Keep top G3D clocks enabled
+    - perf hists: Fix variable name's inconsistency in hists__for_each() macro
+    - locking/lockdep: Fix buffer overrun problem in stack_trace[]
+    - perf report: Fix incorrectly added dimensions as switch perf data file
+    - mm/shmem.c: thp, shmem: fix conflict of above-47bit hint address and PMD
+      alignment
+    - mm/huge_memory.c: thp: fix conflict of above-47bit hint address and PMD
+      alignment
+    - mm: memcg/slab: fix percpu slab vmstats flushing
+    - mm: memcg/slab: call flush_memcg_workqueue() only if memcg workqueue is
+      valid
+    - mm, debug_pagealloc: don't rely on static keys too early
+    - btrfs: rework arguments of btrfs_unlink_subvol
+    - btrfs: fix invalid removal of root ref
+    - btrfs: do not delete mismatched root refs
+    - btrfs: relocation: fix reloc_root lifespan and access
+    - btrfs: fix memory leak in qgroup accounting
+    - btrfs: check rw_devices, not num_devices for balance
+    - Btrfs: always copy scrub arguments back to user space
+    - mm/memory_hotplug: don't free usage map when removing a re-added early
+      section
+    - mm/page-writeback.c: avoid potential division by zero in
+      wb_min_max_ratio()
+    - mm: khugepaged: add trace status description for SCAN_PAGE_HAS_PRIVATE
+    - [armhf] dts: imx6sx-sdb: Remove incorrect power supply assignment
+    - [armhf] dts: imx6sl-evk: Remove incorrect power supply assignment
+    - [armhf] dts: imx6sll-evk: Remove incorrect power supply assignment
+    - [armhf] dts: imx6q-icore-mipi: Use 1.5 version of i.Core MX6DL
+    - [arm64,armhf] net: stmmac: 16KB buffer must be 16 byte aligned
+    - [arm64,armhf] net: stmmac: Enable 16KB buffer size
+    - [arm*] reset: Fix {of,devm}_reset_control_array_get kerneldoc return
+      types
+    - tipc: fix potential hanging after b/rcast changing
+    - tipc: fix retrans failure due to wrong destination
+    - block: Fix the type of 'sts' in bsg_queue_rq()
+    - bpf: Fix incorrect verifier simulation of ARSH under ALU32
+    - bpf: Sockmap/tls, during free we may call tcp_bpf_unhash() in loop
+    - bpf: Sockmap, ensure sock lock held during tear down
+    - bpf: Sockmap/tls, push write_space updates through ulp updates
+    - bpf: Sockmap, skmsg helper overestimates push, pull, and pop bounds
+    - bpf: Sockmap/tls, msg_push_data may leave end mark in place
+    - bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt buf
+    - bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chaining
+    - bpf: Sockmap/tls, fix pop data with SK_DROP return code
+    - [arm64,armhf] i2c: tegra: Fix suspending in active runtime PM state
+    - [arm64,armhf] i2c: tegra: Properly disable runtime PM on driver's probe
+      error
+    - cfg80211: fix deadlocks in autodisconnect work
+    - cfg80211: fix memory leak in nl80211_probe_mesh_link
+    - cfg80211: fix memory leak in cfg80211_cqm_rssi_update
+    - cfg80211: fix page refcount issue in A-MSDU decap
+    - bpf/sockmap: Read psock ingress_msg before sk_receive_queue
+    - netfilter: fix a use-after-free in mtype_destroy()
+    - netfilter: arp_tables: init netns pointer in xt_tgdtor_param struct
+    - netfilter: nat: fix ICMP header corruption on ICMP errors
+    - netfilter: nft_tunnel: fix null-attribute check
+    - netfilter: nft_tunnel: ERSPAN_VERSION must not be null
+    - netfilter: nf_tables: remove WARN and add NLA_STRING upper limits
+    - netfilter: nf_tables: store transaction list locally while requesting
+      module
+    - netfilter: nf_tables: fix flowtable list del corruption
+    - NFC: pn533: fix bulk-message timeout
+    - net: bpf: Don't leak time wait and request sockets
+    - bpftool: Fix printing incorrect pointer in btf_dump_ptr
+    - batman-adv: Fix DAT candidate selection on little endian systems
+    - macvlan: use skb_reset_mac_header() in macvlan_queue_xmit()
+    - [x86] hv_netvsc: Fix memory leak when removing rndis device
+    - net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key()
+    - [arm64] net: hns3: pad the short frame before sending to the hardware
+    - [arm64] net: hns: fix soft lockup when there is not enough memory
+    - net: phy: dp83867: Set FORCE_LINK_GOOD to default after reset
+    - net/sched: act_ife: initalize ife->metalist earlier
+    - net: usb: lan78xx: limit size of local TSO packets
+    - ptp: free ptp device pin descriptors properly
+    - r8152: add missing endpoint sanity check
+    - tcp: fix marked lost packets not being retransmitted
+    - bnxt_en: Fix NTUPLE firmware command failures.
+    - bnxt_en: Fix ipv6 RFS filter matching logic.
+    - bnxt_en: Do not treat DSN (Digital Serial Number) read failure as fatal.
+    - net: sched: act_ctinfo: fix memory leak
+    - [armhf] net: dsa: bcm_sf2: Configure IMP port for 2Gb/sec
+    - i40e: prevent memory leak in i40e_setup_macvlans (CVE-2019-19043)
+    - drm/amdgpu: allow direct upload save restore list for raven2
+    - [arm64,armhf] net: stmmac: tc: Do not setup flower filtering if RSS is
+      enabled
+    - devlink: Wait longer before warning about unset port type
+    - xen/blkfront: Adjust indentation in xlvbd_alloc_gendisk
+    - tcp: refine rule to allow EPOLLOUT generation under mem pressure
+    - [arm64] dts: meson-gxl-s905x-khadas-vim: fix gpio-keys-polled node
+    - cfg80211: check for set_wiphy_params
+    - tick/sched: Annotate lockless access to last_jiffies_update
+    - [armhf] dts: imx6ul-kontron-n6310-s: Disable the snvs-poweroff driver
+    - mtd: cfi_cmdset_0002: only check errors when ready in
+      cfi_check_err_status()
+    - mtd: cfi_cmdset_0002: fix delayed error detection on HyperFlash
+    - reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattr
+    - scsi: esas2r: unlock on error in esas2r_nvram_read_direct()
+    - [arm64] scsi: hisi_sas: Don't create debugfs dump folder twice
+    - [arm64] scsi: hisi_sas: Set the BIST init value before enabling BIST
+    - scsi: qla4xxx: fix double free bug
+    - scsi: bnx2i: fix potential use after free
+    - scsi: target: core: Fix a pr_debug() argument
+    - scsi: lpfc: fix: Coverity: lpfc_get_scsi_buf_s3(): Null pointer
+      dereferences
+    - [arm64] scsi: hisi_sas: Return directly if init hardware failed
+    - scsi: scsi_transport_sas: Fix memory leak when removing devices
+    - scsi: qla2xxx: Fix qla2x00_request_irqs() for MSI
+    - scsi: qla2xxx: fix rports not being mark as lost in sync fabric scan
+    - scsi: core: scsi_trace: Use get_unaligned_be*()
+    - scsi: lpfc: Fix list corruption detected in lpfc_put_sgl_per_hdwq
+    - scsi: lpfc: Fix hdwq sgl locks and irq handling
+    - scsi: lpfc: Fix a kernel warning triggered by lpfc_get_sgl_per_hdwq()
+    - rtw88: fix potential read outside array boundary
+    - perf probe: Fix wrong address verification
+    - perf script: Allow --time with --reltime
+    - perf script: Fix --reltime with --time
+    - scsi: lpfc: use hdwq assigned cpu for allocation
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.15
+    - [x86] drm/i915: Fix pid leak with banned clients
+    - libbpf: Fix compatibility for kernels without need_wakeup
+    - libbpf: Fix memory leak/double free issue
+    - libbpf: Fix potential overflow issue
+    - libbpf: Fix another potential overflow issue in bpf_prog_linfo
+    - libbpf: Make btf__resolve_size logic always check size error condition
+    - bpf: Force .BTF section start to zero when dumping from vmlinux
+    - [armhf] OMAP2+: Add missing put_device() call in omapdss_init_of()
+    - xfs: Sanity check flags of Q_XQUOTARM call
+    - [armhf] i2c: stm32f7: rework slave_id allocation
+    - [armhf] i2c: i2c-stm32f7: fix 10-bits check in slave free id search loop
+    - [x86] mfd: intel-lpss: Add default I2C device properties for Gemini Lake
+    - SUNRPC: Fix svcauth_gss_proxy_init()
+    - SUNRPC: Fix backchannel latency metrics
+    - [powerpc*] security: Fix debugfs data leak on 32-bit
+    - [powerpc*] pseries: Enable support for ibm,drc-info property
+    - tipc: reduce sensitive to retransmit failures
+    - tipc: update mon's self addr when node addr generated
+    - tipc: fix potential memory leak in __tipc_sendmsg()
+    - tipc: fix wrong socket reference counter after tipc_sk_timeout() returns
+    - tipc: fix wrong timeout input for tipc_wait_for_cond()
+    - [arm64,armhf] net/mlx5e: Fix free peer_flow when refcount is 0
+    - net: phy: broadcom: Fix RGMII delays configuration for BCM54210E
+    - [armhf] phy: ti: gmii-sel: fix mac tx internal delay for rgmii-rxid
+    - mt7601u: fix bbp version check in mt7601u_wait_bbp_ready
+    - ice: fix stack leakage
+    - [s390x] pkey: fix memory leak within _copy_apqns_from_user()
+    - nfsd: depend on CRYPTO_MD5 for legacy client tracking
+    - [armhf] crypto: sun4i-ss - fix big endian issues
+    - perf map: No need to adjust the long name of modules
+    - [arm64,armhf] soc/tegra: pmc: Fix crashes for hierarchical interrupts
+    - watchdog: sprd: Fix the incorrect pointer getting from driver data
+    - ipmi: Fix memory leak in __ipmi_bmc_register (CVE-2019-19046)
+    - sched/core: Further clarify sched_class::set_next_task()
+    - gpiolib: No need to call gpiochip_remove_pin_ranges() twice
+    - rtw88: fix beaconing mode rsvd_page memory violation issue
+    - rtw88: fix error handling when setup efuse info
+    - [arm64,armhf] drm/panfrost: Add missing check for pfdev->regulator
+    - drm/amdgpu: remove excess function parameter description
+    - [armhf] hwrng: omap3-rom - Fix missing clock by probing with device tree
+    - [arm64,armhf] drm/rockchip: Round up _before_ giving to the clock
+      framework
+    - software node: Get reference to parent swnode in get_parent op
+    - [arm64] net: netsec: Correct dma sync for XDP_TX frames
+    - ACPI: platform: Unregister stale platform devices
+    - [arm64,armhf] pwm: sun4i: Fix incorrect calculation of duty_cycle/period
+    - libbpf: Don't use kernel-side u32 type in xsk.c
+    - scsi: ufs: delete redundant function ufshcd_def_desc_sizes()
+    - net: openvswitch: don't unlock mutex when changing the user_features
+      fails
+    - [x86] hv_netvsc: flag software created hash value
+    - rt2800: remove errornous duplicate condition
+    - net: neigh: use long type to store jiffies delta
+    - packet: fix data-race in fanout_flow_is_huge()
+    - [armhf] i2c: stm32f7: report dma error during probe
+    - [arm64] tee: optee: Fix dynamic shm pool allocations
+    - [arm64] tee: optee: fix device enumeration error handling
+    - workqueue: Add RCU annotation for pwq list walk
+    - SUNRPC: Fix another issue with MIC buffer space
+    - sched/cpufreq: Move the cfs_rq_util_change() call to
+      cpufreq_update_util()
+    - mt76: mt76u: rely on usb_interface instead of usb_dev
+    - dma-direct: don't check swiotlb=force in dma_direct_map_resource
+    - afs: Remove set but not used variables 'before', 'after'
+    - [armhf] dmaengine: ti: edma: fix missed failure handling
+    - drm/radeon: fix bad DMA from INTERRUPT_CNTL2
+    - xdp: Fix cleanup on map free for devmap_hash map type
+    - block: fix memleak of bio integrity data
+    - [s390x] qeth: fix dangling IO buffers after halt/clear
+    - net-sysfs: Call dev_hold always in netdev_queue_add_kobject
+    - [arm64,armhf] phy/rockchip: inno-hdmi: round clock rate down to closest
+      1000 Hz
+    - [arm64] optee: Fix multi page dynamic shm pool alloc
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.16
+    - can, slip: Protect tty->disc_data in write_wakeup and close with RCU
+    - firestream: fix memory leaks
+    - gtp: make sure only SOCK_DGRAM UDP sockets are accepted
+    - ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actions
+    - net: cxgb3_main: Add CAP_NET_ADMIN check to CHELSIO_GET_MEM
+    - net: ip6_gre: fix moving ip6gre between namespaces
+    - net, ip6_tunnel: fix namespaces move
+    - net, ip_tunnel: fix namespaces move
+    - net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()
+    - net_sched: fix datalen for ematch
+    - net_sched: use validated TCA_KIND attribute in tc_new_tfilter()
+    - net-sysfs: Fix reference count leak
+    - net: usb: lan78xx: Add .ndo_features_check
+    - Revert "udp: do rmem bulk free even if the rx sk queue is empty"
+    - tcp_bbr: improve arithmetic division in bbr_update_bw()
+    - tcp: do not leave dangling pointers in tp->highest_sack
+    - tun: add mutex_unlock() call and napi.skb clearing in tun_get_user()
+    - airo: Fix possible info leak in AIROOLDIOCTL/SIOCDEVPRIVATE
+    - airo: Add missing CAP_NET_ADMIN check in AIROOLDIOCTL/SIOCDEVPRIVATE
+    - fou: Fix IPv6 netlink policy
+    - net: Fix packet reordering caused by GRO and listified RX cooperation
+    - [arm64,armhf] net/mlx5: Fix lowest FDB pool size
+    - [arm64,armhf] net/mlx5: Update the list of the PCI supported devices
+    - [arm64,armhf] net/mlx5: DR, Enable counter on non-fwd-dest objects
+    - [arm64,armhf] net/mlx5: E-Switch, Prevent ingress rate configuration of
+      uplink rep
+    - [arm64,armhf] net/mlx5: DR, use non preemptible call to get the current
+      cpu number
+    - ipv4: Detect rollover in specific fib table dump
+    - Revert "io_uring: only allow submit from owning task"
+    - afs: Fix characters allowed into cell names
+    - hwmon: (adt7475) Make volt2reg return same reg as reg2volt input
+    - hwmon: (core) Do not use device managed functions for memory allocations
+    - ceph: hold extra reference to r_parent over life of request
+    - PCI: Mark AMD Navi14 GPU rev 0xc5 ATS as broken
+    - [arm64,armhf] drm/panfrost: Add the panfrost_gem_mapping concept
+    - [x86] drm/i915: Align engine->uabi_class/instance with i915_drm.h
+    - PM: hibernate: fix crashes with init_on_free=1
+    - tracing: trigger: Replace unneeded RCU-list traversals
+    - tracing/uprobe: Fix double perf_event linking on multiprobe uprobe
+    - tracing: Do not set trace clock if tracefs lockdown is in effect
+    - tracing: Fix histogram code when expression has same var as value
+    - [powerpc*] xive: Discard ESB load value when interrupt is invalid
+    - Revert "iwlwifi: mvm: fix scan config command size"
+    - iwlwifi: mvm: don't send the IWL_MVM_RXQ_NSSN_SYNC notif to Rx queues
+    - XArray: Fix infinite loop with entry at ULONG_MAX
+    - XArray: Fix xa_find_after with multi-index entries
+    - XArray: Fix xas_find returning too many entries
+    - [x86] pinctrl: sunrisepoint: Add missing Interrupt Status register
+      offset
+    - [amd64] iommu/vt-d: Call __dmar_remove_one_dev_info with valid pointer
+    - Input: keyspan-remote - fix control-message timeouts
+    - [x86] Revert "Input: synaptics-rmi4 - don't increment rmiaddr for SMBus
+      transfers"
+    - [arm64,armhf] mmc: tegra: fix SDR50 tuning override
+    - mmc: sdhci: fix minimum clock rate for v3 controller
+    - Input: sur40 - fix interface sanity checks
+    - Input: gtco - fix endpoint sanity check
+    - Input: aiptek - fix endpoint sanity check
+    - Input: pegasus_notetaker - fix endpoint sanity check
+    - Input: sun4i-ts - add a check for devm_thermal_zone_of_sensor_register
+    - netfilter: nft_osf: add missing check for DREG attribute
+    - [amd64] iommu/amd: Fix IOMMU perf counter clobbering during init
+    - readdir: make user_access_begin() use the real access range
+    - leds: gpio: Fix uninitialized gpio label for fwnode based probe
+    - hwmon: (nct7802) Fix voltage limits to wrong registers
+    - hwmon: (nct7802) Fix non-working alarm on voltages
+    - scsi: RDMA/isert: Fix a recently introduced regression related to logout
+    - tracing: xen: Ordered comparison of function pointers
+    - iwlwifi: mvm: fix SKB leak on invalid queue
+    - iwlwifi: mvm: fix potential SKB leak on TXQ TX
+    - [x86] drm/i915/userptr: fix size calculation
+    - xfrm: support output_mark for offload ESP packets
+    - net, sk_msg: Don't check if sock is locked when tearing down psock
+    - do_last(): fetch directory ->i_mode and ->i_uid before it's too late
+      (CVE-2020-8428)
+    - readdir: be more conservative with directory entry names
+    - libertas: Fix two buffer overflows at parsing bss descriptor
+      (CVE-2019-14896 CVE-2019-14897)
+    - media: v4l2-ioctl.c: zero reserved fields for S/TRY_FMT
+    - netfilter: ipset: use bitmap infrastructure completely
+    - netfilter: nf_tables: add __nft_chain_type_get()
+    - netfilter: nf_tables: autoload modules from the abort path
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.17
+    - Bluetooth: btusb: fix non-atomic allocation in completion handler
+    - orinoco_usb: fix interface sanity check
+    - rsi_91x_usb: fix interface sanity check
+    - usb: dwc3: pci: add ID for the Intel Comet Lake -V variant
+    - [arm64,armhf] usb: host: xhci-tegra: set MODULE_FIRMWARE for tegra186
+    - USB: serial: ir-usb: add missing endpoint sanity check
+    - USB: serial: ir-usb: fix link-speed handling
+    - USB: serial: ir-usb: fix IrLAP framing
+    - [arm64,armhf] usb: dwc3: turn off VBUS when leaving host mode
+    - [x86] usb: typec: fusb302: fix "op-sink-microwatt" default that was in
+      mW
+    - [x86] staging: vt6656: correct packet types for CTS protect, mode.
+    - [x86] staging: vt6656: use NULLFUCTION stack on mac80211
+    - [x86] staging: vt6656: Fix false Tx excessive retries reporting.
+    - [arm64,armel] serial: 8250_bcm2835aux: Fix line mismatch on driver
+      unbind
+    - [armhf] serial: imx: fix a race condition in receive path
+    - debugfs: Return -EPERM when locked down
+    - component: do not dereference opaque pointer in debugfs
+    - [arm*] binder: fix log spam for existing debugfs file creation.
+    - [x86] mei: me: add comet point (lake) H device ids
+    - crypto: chelsio - fix writing tfm flags to wrong place
+    - CIFS: Fix task struct use-after-free on reconnect
+    - cifs: set correct max-buffer-size for smb2_ioctl_init()
+    - cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()
+    - ath9k: fix storage endpoint lookup
+    - brcmfmac: fix interface sanity check
+    - rtl8xxxu: fix interface sanity check
+    - zd1211rw: fix storage endpoint lookup
+    - net_sched: ematch: reject invalid TCF_EM_SIMPLE
+    - net_sched: fix ops->bind_class() implementations
+    - net_sched: walk through all child classes in tc_bind_tclass()
+    - [arm64] net: socionext: fix possible user-after-free in
+      netsec_process_rx
+    - [arm64] net: socionext: fix xdp_result initialization in
+      netsec_process_rx
+    - udp: segment looped gso packets correctly
+    - net: include struct nhmsg size in nh nlmsg size
+    - rxrpc: Fix use-after-free in rxrpc_receive_data()
+    - HID: multitouch: Add LG MELF0410 I2C touchscreen support
+    - HID: Add quirk for Xin-Mo Dual Controller
+    - HID: ite: Add USB id match for Acer SW5-012 keyboard dock
+    - HID: asus: Ignore Asus vendor-page usage-code 0xff events
+    - HID: Add quirk for incorrect input length on Lenovo Y720
+    - HID: intel-ish-hid: ipc: add CMP device id
+    - HID: wacom: Recognize new MobileStudio Pro PID
+    - [x86] ASoC: SOF: fix fault at driver unload after failed probe
+    - [x86] ASoC: SOF: Intel: hda: hda-dai: fix oops on hda_link .hw_free
+    - drivers/hid/hid-multitouch.c: fix a possible null pointer access.
+    - phy: qcom-qmp: Increase PHY ready timeout
+    - [x86] ASoC: topology: Prevent use-after-free in
+      snd_soc_get_pcm_runtime()
+    - HID: intel-ish-hid: ipc: Add Tiger Lake PCI device ID
+    - [arm64] watchdog: max77620_wdt: fix potential build errors
+    - [armel,armhf] watchdog: orion: fix platform_get_irq() complaints
+    - drivers/net/b44: Change to non-atomic bit operations on pwol_mask
+    - [i386] net: wan: sdla: Fix cast from pointer to integer of different
+      size
+    - [arm64] gpio: max77620: Add missing dependency on GPIOLIB_IRQCHIP
+    - [arm64] iommu/dma: fix variable 'cookie' set but not used
+    - [arm64,armhf] stmmac: debugfs entry name is not be changed when udev
+      rename device name.
+    - atm: eni: fix uninitialized variable warning
+    - HID: steam: Fix input device disappearing
+    - [x86] ASoC: Intel: cht_bsw_rt5645: Add quirk for boards using
+      pmc_plt_clk_0
+    - drm/amdgpu/SRIOV: add navi12 pci id for SRIOV (v2)
+    - libbpf: Fix BTF-defined map's __type macro handling of arrays
+    - [x86] platform/x86: dell-laptop: disable kbd backlight on Inspiron 10xx
+    - PCI: Add DMA alias quirk for Intel VCA NTB
+    - media: dvbsky: add support for eyeTV Geniatech T2 lite
+    - [armhf] bus: ti-sysc: Handle mstandby quirk and use it for musb
+    - [armhf] bus: ti-sysc: Use swsup quirks also for am335x musb
+    - [amd64,armhf] spi: pxa2xx: Add support for Intel Comet Lake-H
+    - [amd64] iommu/amd: Support multiple PCI DMA aliases in device table
+    - [amd64] iommu/amd: Support multiple PCI DMA aliases in IRQ Remapping
+    - perf/imx_ddr: Add enhanced AXI ID filter support
+    - [x86] mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs
+    - mmc: sdhci-pci: Quirk for AMD SDHC Device 0x7906
+    - mmc: sdhci-pci: Add support for Intel JSL
+    - [armhf] bus: ti-sysc: Add module enable quirk for audio AESS
+    - usb-storage: Disable UAS on JMicron SATA enclosure
+    - ALSA: hda/realtek - Move some alc236 pintbls to fallback table
+    - Bluetooth: Allow combination of BDADDR_PROPERTY and INVALID_BDADDR
+      quirks
+    - Bluetooth: btbcm: Use the BDADDR_PROPERTY quirk
+    - [armhf] bus: ti-sysc: Fix missing force mstandby quirk handling
+    - rsi: fix use-after-free on failed probe and unbind
+    - rsi: fix use-after-free on probe errors
+    - rsi: fix memory leak on failed URB submission
+    - rsi: fix non-atomic allocation in completion handler
+    - crypto: af_alg - Use bh_lock_sock in sk_destruct
+    - [powerpc*] crypto: vmx - reject xts inputs that are too short
+    - crypto: pcrypt - Fix user-after-free on module unload
+    - [arm64] KVM: Write arch.mdcr_el2 changes since last vcpu_load on VHE
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.18
+    - vfs: fix do_last() regression
+    - cifs: fix soft mounts hanging in the reconnect code
+    - e1000e: Drop unnecessary __E1000_DOWN bit twiddling
+    - e1000e: Revert "e1000e: Make watchdog use delayed work"
+    - gfs2: Another gfs2_find_jhead fix
+    - perf c2c: Fix return type for histogram sorting comparision functions
+    - PM / devfreq: Add new name attribute for sysfs
+    - mm/mempolicy.c: fix out of bounds write in mpol_parse_str()
+    - reiserfs: Fix memory leak of journal device string
+    - media: digitv: don't continue if remote control state can't be read
+    - media: af9005: uninitialized variable printked
+    - media: vp7045: do not read uninitialized values if usb transfer fails
+    - media: gspca: zero usb_buf
+    - media: dvb-usb/dvb-usb-urb.c: initialize actlen to 0
+    - tomoyo: Use atomic_t for statistics counter
+    - ttyprintk: fix a potential deadlock in interrupt context issue
+    - Bluetooth: Fix race condition in hci_release_sock()
+    - cgroup: Prevent double killing of css when enabling threaded cgroup
+    - [armhf] clk: sunxi-ng: v3s: Fix incorrect number of hw_clks.
+    - [arm64] dts: meson-sm1-sei610: add gpio bluetooth interrupt
+    - [armhf] dts: sun8i: a83t: Correct USB3503 GPIOs polarity
+    - [armhf] dts: am57xx-beagle-x15/am57xx-idk: Remove "gpios" for endpoint
+      dt nodes
+    - rseq: Unregister rseq for clone CLONE_VM
+    - [arm64,armhf] clk: sunxi-ng: sun8i-r: Fix divider on APB0 clock
+    - [arm64] clk: sunxi-ng: h6-r: Fix AR100/R_APB2 parent order
+    - mac80211: mesh: restrict airtime metric to peered established plinks
+    - [armhf] clk: mmp2: Fix the order of timer mux parents
+    - ASoC: rt5640: Fix NULL dereference on module unload
+    - [s390x] zcrypt: move ap device reset from bus to driver code
+    - i40e: Fix virtchnl_queue_select bitmap validation
+    - ixgbevf: Remove limit of 10 entries for unicast filter list
+    - ixgbe: Fix calculation of queue with VFs and flow director on interface
+      flap
+    - igb: Fix SGMII SFP module discovery for 100FX/LX.
+    - iavf: remove current MAC address filter on VF reset
+    - [x86] platform/x86: GPD pocket fan: Allow somewhat lower/higher
+      temperature limits
+    - [x86] platform/x86: intel_pmc_core: update Comet Lake platform driver
+    - [x86] ASoC: SOF: Intel: fix HDA codec driver probe with multiple
+      controllers
+    - [x86] ASoC: hdac_hda: Fix error in driver removal after failed probe
+    - qmi_wwan: Add support for Quectel RM500Q
+    - [hppa/parisc] Use proper printk format for resource_size_t
+    - wireless: fix enabling channel 12 for custom regulatory domain
+    - cfg80211: Fix radar event during another phy CAC
+    - mac80211: Fix TKIP replay protection immediately after key setup
+    - [x86] perf/x86/intel/uncore: Add PCI ID of IMC for Xeon E3 V5 Family
+    - [x86] perf/x86/intel/uncore: Remove PCIe3 unit for SNR
+    - XArray: Fix xas_pause at ULONG_MAX
+    - iwlwifi: pcie: allocate smaller dev_cmd for TX headers
+    - iwlwifi: Don't ignore the cap field upon mcc update
+    - iwlwifi: dbg: force stop the debug monitor HW
+    - Input: evdev - convert kzalloc()/vzalloc() to kvzalloc()
+    - vti[6]: fix packet tx through bpf_redirect()
+    - xfrm interface: fix packet tx through bpf_redirect()
+    - xfrm: interface: do not confirm neighbor when do pmtu update
+    - [x86] scsi: fnic: do not queue commands during fwreset
+    - [armhf] 8955/1: virt: Relax arch timer version check during early boot
+    - r8152: get default setting of WOL before initializing
+    - r8152: disable U2P3 for RTL8153B
+    - r8152: Disable PLA MCU clock speed down
+    - r8152: disable test IO for RTL8153B
+    - r8152: avoid the MCU to clear the lanwake
+    - r8152: disable DelayPhyPwrChg
+    - qlcnic: Fix CPU soft lockup while collecting firmware dump
+    - seq_tab_next() should increase position index
+    - l2t_seq_next should increase position index
+    - netfilter: conntrack: sctp: use distinct states for new SCTP connections
+    - netfilter: nf_tables_offload: fix check the chain offload flag
+    - net: Fix skb->csum update in inet_proto_csum_replace16().
+    - btrfs: do not zero f_bavail if we have available space
+    - flow_dissector: Fix to use new variables for port ranges in bpf hook
+    - dm thin: fix use-after-free in metadata_pre_commit_callback
+    - perf report: Fix no libunwind compiled warning break s390 issue
+    - mm/migrate.c: also overwrite error when it is bigger than zero
+    - [x86] ASoC: topology: fix soc_tplg_fe_link_create() - link->dobj
+      initialization order
+    - Revert "rsi: fix potential null dereference in rsi_probe()"
+    - tracing/uprobe: Fix to make trace_uprobe_filter alignment safe
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.19
+    - bnxt_en: Move devlink_register before registering netdev
+    - gtp: use __GFP_NOWARN to avoid memalloc warning
+    - l2tp: Allow duplicate session creation with UDP
+    - net_sched: fix an OOB access in cls_tcindex
+    - [arm64,armhf] net: stmmac: Delete txtimer in suspend()
+    - bnxt_en: Fix TC queue mapping.
+    - rxrpc: Fix use-after-free in rxrpc_put_local()
+    - rxrpc: Fix insufficient receive notification generation
+    - rxrpc: Fix missing active use pinning of rxrpc_local object
+    - rxrpc: Fix NULL pointer deref due to call->conn being cleared on
+      disconnect
+    - tcp: clear tp->total_retrans in tcp_disconnect()
+    - tcp: clear tp->delivered in tcp_disconnect()
+    - tcp: clear tp->data_segs{in|out} in tcp_disconnect()
+    - tcp: clear tp->segs_{in|out} in tcp_disconnect()
+    - bnxt_en: Fix logic that disables Bus Master during firmware reset.
+    - media: uvcvideo: Avoid cyclic entity chains due to malformed USB
+      descriptors
+    - netfilter: ipset: fix suspicious RCU usage in find_set_and_id
+    - ipc/msg.c: consolidate all xxxctl_down() functions
+    - tracing/kprobes: Have uname use __get_str() in print_fmt
+    - tracing: Fix sched switch start/stop refcount racy updates
+    - rcu: Use *_ONCE() to protect lockless ->expmask accesses
+    - rcu: Avoid data-race in rcu_gp_fqs_check_wake()
+    - srcu: Apply *_ONCE() to ->srcu_last_gp_end
+    - rcu: Use READ_ONCE() for ->expmask in rcu_read_unlock_special()
+    - nvmet: Fix error print message at nvmet_install_queue function
+    - nvmet: Fix controller use after free
+    - Bluetooth: btusb: fix memory leak on fw
+    - Bluetooth: btusb: Disable runtime suspend on Realtek devices
+    - brcmfmac: Fix memory leak in brcmf_usbdev_qinit
+    - [arm64,armhf] usb: dwc3: gadget: Check END_TRANSFER completion
+    - [arm64,armhf] usb: dwc3: gadget: Delay starting transfer
+    - usb: gadget: f_fs: set req->num_sgs as 0 for non-sg transfer
+    - usb: gadget: legacy: set max_speed to super-speed
+    - usb: gadget: f_ncm: Use atomic_t to track in-flight request
+    - usb: gadget: f_ecm: Use atomic_t to track in-flight request
+    - ALSA: usb-audio: Fix endianess in descriptor validation
+    - ALSA: usb-audio: Annotate endianess in Scarlett gen2 quirk
+    - ALSA: dummy: Fix PCM format loop in proc output
+    - memcg: fix a crash in wb_workfn when a device disappears
+    - mm/sparse.c: reset section's mem_map when fully deactivated
+    - mmc: sdhci-pci: Make function amd_sdhci_reset static
+    - utimes: Clamp the timestamps in notify_change()
+    - mm/memory_hotplug: fix remove_memory() lockdep splat
+    - mm: thp: don't need care deferred split queue in memcg charge move path
+    - mm: move_pages: report the number of non-attempted pages
+    - media/v4l2-core: set pages dirty upon releasing DMA buffers
+    - media: v4l2-core: compat: ignore native command codes
+    - media: v4l2-rect.h: fix v4l2_rect_map_inside() top/left adjustments
+    - irqdomain: Fix a memory leak in irq_domain_push_irq()
+    - [x86] cpu: Update cached HLE state on write to TSX_CTRL_CPUID_CLEAR
+    - ALSA: hda: Apply aligned MMIO access only conditionally
+    - ALSA: hda: Add Clevo W65_67SB the power_save blacklist
+    - ALSA: hda: Add JasperLake PCI ID and codec vid
+    - [arm64] acpi: fix DAIF manipulation with pNMI
+    - [arm64] KVM: Correct PSTATE on exception entry
+    - [arm64,armhf] KVM: Correct CPSR on exception entry
+    - [arm64,armhf] KVM: Correct AArch32 SPSR on exception entry
+    - [arm64] KVM: Only sign-extend MMIO up to register width
+    - [s390x] mm: fix dynamic pagetable upgrade for hugetlbfs
+    - [powerpc*] xmon: don't access ASDR in VMs
+    - [powerpc*] pseries: Advance pfn if section is not present in
+      lmb_is_removable()
+    - tracing: Fix now invalid var_ref_vals assumption in trace action
+    - [arm64,armhf] PCI: tegra: Fix return value check of
+      pm_runtime_get_sync()
+    - mmc: spi: Toggle SPI polarity, do not hardcode it
+    - [x86] ACPI: video: Do not export a non working backlight interface on
+      MSI MS-7721 boards
+    - ACPI / battery: Deal with design or full capacity being reported as -1
+    - ACPI / battery: Use design-cap for capacity calculations if full-cap is
+      not available
+    - ACPI / battery: Deal better with neither design nor full capacity not
+      being reported
+    - alarmtimer: Unregister wakeup source when module get fails
+    - fscrypt: don't print name of busy file when removing key
+    - ubifs: don't trigger assertion on invalid no-key filename
+    - ubifs: Fix wrong memory allocation
+    - ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flag
+    - ubifs: Fix deadlock in concurrent bulk-read and writepage
+    - [x86] ASoC: SOF: core: free trace on errors
+    - [x86] hv_balloon: Balloon up according to request page number
+    - mfd: axp20x: Mark AXP20X_VBUS_IPSOUT_MGMT as volatile
+    - nvmem: core: fix memory abort in cleanup path
+    - crypto: api - Check spawn->alg under lock in crypto_drop_spawn
+    - padata: Remove broken queue flushing
+    - fs: allow deduplication of eof block into the end of the destination
+      file
+    - erofs: fix out-of-bound read for shifted uncompressed block
+    - scsi: megaraid_sas: Do not initiate OCR if controller is not in ready
+      state
+    - scsi: qla2xxx: Fix mtcp dump collection failure
+    - cpupower: Revert library ABI changes from commit ae2917093fb60bdc1ed3e
+    - [arm64,armhf] power: supply: axp20x_ac_power: Fix reporting online
+      status
+    - ovl: fix wrong WARN_ON() in ovl_cache_update_ino()
+    - ovl: fix lseek overflow on 32bit
+    - f2fs: choose hardlimit when softlimit is larger than hardlimit in
+      f2fs_statfs_project()
+    - f2fs: fix miscounted block limit in f2fs_statfs_project()
+    - f2fs: code cleanup for f2fs_statfs_project()
+    - f2fs: fix dcache lookup of !casefolded directories
+    - f2fs: fix race conditions in ->d_compare() and ->d_hash()
+    - PM: core: Fix handling of devices deleted during system-wide resume
+    - cpufreq: Avoid creating excessively large stack frames
+    - [armel,armhf] dma-api: fix max_pfn off-by-one error in __dma_supported()
+    - dm zoned: support zone sizes smaller than 128MiB
+    - dm space map common: fix to ensure new block isn't already in use
+    - dm writecache: fix incorrect flush sequence when doing SSD mode commit
+    - dm crypt: fix GFP flags passed to skcipher_request_alloc()
+    - dm crypt: fix benbi IV constructor crash if used in authenticated mode
+    - dm thin metadata: use pool locking at end of dm_pool_metadata_close
+    - dm: fix potential for q->make_request_fn NULL pointer
+    - scsi: qla2xxx: Fix stuck login session using prli_pend_timer
+    - [x86] ASoC: SOF: Introduce state machine for FW boot
+    - [x86] ASoC: SOF: core: release resources on errors in probe_continue
+    - tracing: Annotate ftrace_graph_hash pointer with __rcu
+    - tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu
+    - ftrace: Add comment to why rcu_dereference_sched() is open coded
+    - ftrace: Protect ftrace_graph_hash with ftrace_sync
+    - crypto: pcrypt - Avoid deadlock by using per-instance padata queues
+    - btrfs: fix improper setting of scanned for range cyclic write cache
+      pages
+    - btrfs: Handle another split brain scenario with metadata uuid feature
+    - [riscv64] bpf: Fix broken BPF tail calls
+    - bpf, devmap: Pass lockdep expression to RCU lists
+    - libbpf: Fix realloc usage in bpf_core_find_cands
+    - crypto: api - fix unexpectedly getting generic implementation
+    - [arm64] crypto: hisilicon - Use the offset fields in sqe to avoid need
+      to split scatterlists
+    - [x86] crypto: ccp - set max RSA modulus size for v3 platform devices as
+      well
+    - [arm64] crypto: arm64/ghash-neon - bump priority to 150
+    - crypto: pcrypt - Do not clear MAY_SLEEP flag in original request
+    - crypto: api - Fix race condition in crypto_spawn_alg
+    - [powerpc*] futex: Fix incorrect user access blocking
+    - scsi: qla2xxx: Fix unbound NVME response length
+    - NFS: Fix memory leaks and corruption in readdir
+    - NFS: Directory page cache pages need to be locked when read
+    - nfsd: fix filecache lookup
+    - jbd2_seq_info_next should increase position index
+    - ext4: fix deadlock allocating crypto bounce page from mempool
+    - ext4: fix race conditions in ->d_compare() and ->d_hash()
+    - Btrfs: fix missing hole after hole punching and fsync when using
+      NO_HOLES
+    - Btrfs: make deduplication with range including the last block work
+    - Btrfs: fix infinite loop during fsync after rename operations
+    - btrfs: set trans->drity in btrfs_commit_transaction
+    - btrfs: drop log root for dropped roots
+    - Btrfs: fix race between adding and putting tree mod seq elements and
+      nodes
+    - btrfs: flush write bio if we loop in extent_write_cache_pages
+    - btrfs: Correctly handle empty trees in find_first_clear_extent_bit
+    - [armhf] tegra: Enable PLLP bypass during Tegra124 LP1
+    - iwlwifi: don't throw error when trying to remove IGTK
+    - mwifiex: fix unbalanced locking in mwifiex_process_country_ie()
+    - sunrpc: expiry_time should be seconds not timeval
+    - gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0
+    - gfs2: move setting current->backing_dev_info
+    - gfs2: fix O_SYNC write handling
+    - drm/rect: Avoid division by zero
+    - media: iguanair: fix endpoint sanity check
+    - media: rc: ensure lirc is initialized before registering input device
+    - xen/balloon: Support xend-based toolstack take two
+    - watchdog: fix UAF in reboot notifier handling in watchdog core code
+    - bcache: add readahead cache policy options via sysfs interface
+    - eventfd: track eventfd_signal() recursion depth
+    - aio: prevent potential eventfd recursion on poll
+    - [x86] KVM: Refactor picdev_write() to prevent Spectre-v1/L1TF attacks
+    - [x86] KVM: Refactor prefix decoding to prevent Spectre-v1/L1TF attacks
+    - [x86] KVM: Protect pmu_intel.c from Spectre-v1/L1TF attacks
+    - [x86] KVM: Protect DR-based index computations from Spectre-v1/L1TF
+      attacks
+    - [x86] KVM: Protect kvm_lapic_reg_write() from Spectre-v1/L1TF attacks
+    - [x86] KVM: Protect kvm_hv_msr_[get|set]_crash_data() from
+      Spectre-v1/L1TF attacks
+    - [x86] KVM: Protect ioapic_write_indirect() from Spectre-v1/L1TF attacks
+    - [x86] KVM: Protect MSR-based index computations in pmu.h from
+      Spectre-v1/L1TF attacks
+    - [x86] KVM: Protect ioapic_read_indirect() from Spectre-v1/L1TF attacks
+    - [x86] KVM: Protect MSR-based index computations from Spectre-v1/L1TF
+      attacks in x86.c
+    - [x86] KVM: Protect x86_decode_insn from Spectre-v1/L1TF attacks
+    - [x86] KVM: Protect MSR-based index computations in
+      fixed_msr_to_seg_unit() from Spectre-v1/L1TF attacks
+    - [x86] KVM: Fix potential put_fpu() w/o load_fpu() on MPX platform
+    - [powerpc*] KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails
+    - [powerpc*] KVM: PPC: Book3S PR: Free shared page if mmu initialization
+      fails
+    - [x86] kvm/svm: PKU not currently supported
+    - [x86] kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bit
+      (CVE-2019-3016)
+    - [x86] kvm: Introduce kvm_(un)map_gfn() (CVE-2019-3016)
+    - [x86] KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missed
+      (CVE-2019-3016)
+    - [x86] kvm: Cache gfn to pfn translation (CVE-2019-3016)
+    - [x86] KVM: Clean up host's steal time structure (CVE-2019-3016)
+    - [x86] KVM: VMX: Add non-canonical check on writes to RTIT address MSRs
+    - [x86] KVM: Don't let userspace set host-reserved cr4 bits
+    - [x86] KVM: Free wbinvd_dirty_mask if vCPU creation fails
+    - [x86] KVM: Handle TIF_NEED_FPU_LOAD in kvm_{load,put}_guest_fpu()
+    - [x86] KVM: Ensure guest's FPU state is loaded when accessing for
+      emulation
+    - [x86] KVM: Revert "KVM: X86: Fix fpu state crash in kvm guest"
+    - [s390x] KVM: do not clobber registers during guest reset/store status
+    - ocfs2: fix oops when writing cloned file
+    - mm/page_alloc.c: fix uninitialized memmaps on a partially populated last
+      section
+    - mm/mmu_gather: invalidate TLB correctly on batch allocation failure and
+      flush
+    - [arm64,armhf] clk: tegra: Mark fuse clock as critical
+    - virtio-balloon: initialize all vq callbacks
+    - virtio-pci: check name when counting MSI-X vectors
+    - fix up iter on short count in fuse_direct_io()
+    - broken ping to ipv6 linklocal addresses on debian buster
+    - percpu: Separate decrypted varaibles anytime encryption can be enabled
+    - scsi: qla2xxx: Fix the endianness of the qla82xx_get_fw_size() return
+      type
+    - scsi: csiostor: Adjust indentation in csio_device_reset
+    - scsi: qla4xxx: Adjust indentation in qla4xxx_mem_free
+    - scsi: ufs: Recheck bkops level if bkops is disabled
+    - mtd: spi-nor: Split mt25qu512a (n25q512a) entry into two
+    - [arm64] phy: qualcomm: Adjust indentation in read_poll_timeout
+    - ext2: Adjust indentation in ext2_fill_super
+    - [arm64] drm: msm: mdp4: Adjust indentation in mdp4_dsi_encoder_enable
+    - [x86] NFC: pn544: Adjust indentation in pn544_hci_check_presence
+    - ppp: Adjust indentation into ppp_async_input
+    - [armhf] net: smc911x: Adjust indentation in smc911x_phy_configure
+    - net: tulip: Adjust indentation in {dmfe, uli526x}_init_module
+    - IB/mlx5: Fix outstanding_pi index for GSI qps
+    - IB/core: Fix ODP get user pages flow
+    - nfsd: fix delay timer on 32-bit architectures
+    - nfsd: fix jiffies/time_t mixup in LRU list
+    - nfsd: Return the correct number of bytes written to the file
+    - virtio-balloon: Fix memory leak when unloading while hinting is in
+      progress
+    - virtio_balloon: Fix memory leaks on errors in virtballoon_probe()
+    - ubifs: Fix memory leak from c->sup_node
+    - regulator: core: Add regulator_is_equal() helper
+    - [armhf] ASoC: sgtl5000: Fix VDDA and VDDIO comparison
+    - bonding/alb: properly access headers in bond_alb_xmit()
+    - devlink: report 0 after hitting end in region read
+    - [armhf] net: dsa: b53: Always use dev->vlan_enabled in
+      b53_configure_vlan()
+    - [armhf] net: dsa: bcm_sf2: Only 7278 supports 2Gb/sec IMP port
+    - [arm64,armhf] net: mvneta: move rx_dropped and rx_errors in per-cpu
+      stats
+    - net_sched: fix a resource leak in tcindex_set_parms()
+    - [arm64] net: stmmac: fix a possible endless loop
+    - [arm64,riscv64] net: macb: Remove unnecessary alignment check for TSO
+    - [arm64,riscv64] net: macb: Limit maximum GEM TX length in TSO
+    - ipv6/addrconf: fix potential NULL deref in inet6_set_link_af()
+    - qed: Fix timestamping issue for L2 unicast ptp packets.
+    - drop_monitor: Do not cancel uninitialized work item
+    - net/mlx5: Fix deadlock in fs_core
+    - net/mlx5: Deprecate usage of generic TLS HW capability bit
+    - [x86] ASoC: Intel: skl_hda_dsp_common: Fix global-out-of-bounds bug
+    - [x86] timer: Don't skip PIT setup when APIC is disabled or in legacy
+      mode
+    - btrfs: use bool argument in free_root_pointers()
+    - btrfs: free block groups after free'ing fs trees
+    - drm/dp_mst: Remove VCPI while disabling topology mgr
+    - [x86] KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVM
+    - [x86] KVM: x86: use CPUID to locate host page table reserved bits
+    - [x86] KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM
+    - [x86] KVM: x86: fix overlap between SPTE_MMIO_MASK and generation
+    - [x86] KVM: nVMX: vmread should not set rflags to specify success in case
+      of #PF
+    - KVM: Use vcpu-specific gva->hva translation when querying host page size
+    - KVM: Play nice with read-only memslots when querying host page size
+    - cifs: fail i/o on soft mounts if sessionsetup errors out
+    - [x86] apic/msi: Plug non-maskable MSI affinity race
+    - clocksource: Prevent double add_timer_on() for watchdog_timer
+    - perf/core: Fix mlock accounting in perf_mmap()
+    - rxrpc: Fix service call disconnection
+
+  [ Aurelien Jarno ]
+  * [mips*/malta] Enable POWER_RESET_PIIX4_POWEROFF.
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.4.13-rt6
+  * [rt] Update to 5.4.13-rt7
+  * [rt] Update to 5.4.17-rt8
+  * [rt] Update to 5.4.17-rt9
+  * Bump ABI to 4.
+  * Revert "cpupower: Revert library ABI changes from commit
+    ae2917093fb60bdc1ed3e"
+
+  [ Ben Hutchings ]
+  * linux-perf: Build with CORESIGHT=1 (thanks to Wookey) (Closes: #924673)
+
+  [ Steve McIntyre ]
+  * [arm64] Include the Hisilicon Hibmc drm driver in fb-modules
+    Closes: #944546)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 13 Feb 2020 06:14:49 +0100
+
+linux (5.4.13-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.9
+    - nvme_fc: add module to ops template to allow module references
+    - nvme-fc: fix double-free scenarios on hw queues
+    - drm/amdgpu: add check before enabling/disabling broadcast mode
+    - drm/amdgpu: add header line for power profile on Arcturus
+    - drm/amdgpu: add cache flush workaround to gfx8 emit_fence
+    - nvme/pci: Fix write and poll queue types
+    - nvme/pci: Fix read queue count
+    - [armhf] iio: st_accel: Fix unused variable warning
+    - PM / devfreq: Fix devfreq_notifier_call returning errno
+    - PM / devfreq: Set scaling_max_freq to max on OPP notifier error
+    - PM / devfreq: Don't fail devfreq_dev_release if not in list
+    - afs: Fix afs_find_server lookups for ipv4 peers
+    - afs: Fix SELinux setting security label on /afs
+    - RDMA/cma: add missed unregister_pernet_subsys in init failure
+    - rxe: correctly calculate iCRC for unaligned payloads
+    - scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set func
+    - scsi: qla2xxx: Use explicit LOGO in target mode
+    - scsi: qla2xxx: Drop superfluous INIT_WORK of del_work
+    - scsi: qla2xxx: Don't call qlt_async_event twice
+    - scsi: qla2xxx: Fix PLOGI payload and ELS IOCB dump length
+    - scsi: qla2xxx: Configure local loop for N2N target
+    - scsi: qla2xxx: Send Notify ACK after N2N PLOGI
+    - scsi: qla2xxx: Don't defer relogin unconditonally
+    - scsi: qla2xxx: Ignore PORT UPDATE after N2N PLOGI
+    - scsi: iscsi: qla4xxx: fix double free in probe
+    - scsi: libsas: stop discovering if oob mode is disconnected
+      (CVE-2019-19965)
+    - scsi: iscsi: Avoid potential deadlock in iscsi_if_rx func
+    - [x86] staging/wlan-ng: add CRC32 dependency in Kconfig
+    - drm/nouveau: Move the declaration of struct nouveau_conn_atom up a bit
+    - drm/nouveau: Fix drm-core using atomic code-paths on pre-nv50 hardware
+    - drm/nouveau/kms/nv50-: fix panel scaling
+    - usb: gadget: fix wrong endpoint desc
+    - net: make socket read/write_iter() honor IOCB_NOWAIT
+    - afs: Fix mountpoint parsing
+    - afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPP
+    - raid5: need to set STRIPE_HANDLE for batch head
+    - md: raid1: check rdev before reference in raid1_sync_request func
+    - [s390x] cpum_sf: Adjust sampling interval to avoid hitting sample limits
+    - [s390x] cpum_sf: Avoid SBD overflow condition in irq handler
+    - RDMA/counter: Prevent auto-binding a QP which are not tracked with res
+    - IB/mlx4: Follow mirror sequence of device add during device removal
+    - IB/mlx5: Fix steering rule of drop and count
+    - xen-blkback: prevent premature module unload
+    - xen/balloon: fix ballooned page accounting without hotplug enabled
+    - PM / hibernate: memory_bm_find_bit(): Tighten node optimisation
+    - ALSA: hda/realtek - Add Bass Speaker and fixed dac for bass speaker
+    - ALSA: hda/realtek - Enable the bass speaker of ASUS UX431FLC
+    - PCI: Add a helper to check Power Resource Requirements _PR3 existence
+    - ALSA: hda: Allow HDA to be runtime suspended when dGPU is not bound to a
+      driver
+    - PCI: Fix missing inline for pci_pr3_present()
+    - ALSA: hda - fixup for the bass speaker on Lenovo Carbon X1 7th gen
+    - tcp: fix data-race in tcp_recvmsg()
+    - shmem: pin the file in shmem_fault() if mmap_sem is dropped
+    - taskstats: fix data-race
+    - ALSA: hda - Downgrade error message for single-cmd fallback
+    - netfilter: nft_tproxy: Fix port selector on Big Endian
+    - block: add bio_truncate to fix guard_bio_eod
+    - mm: drop mmap_sem before calling balance_dirty_pages() in write fault
+    - ALSA: ice1724: Fix sleep-in-atomic in Infrasonic Quartet support code
+    - ALSA: usb-audio: fix set_format altsetting sanity check
+    - ALSA: usb-audio: set the interface format after resume on Dell WD19
+    - ALSA: hda - Apply sync-write workaround to old Intel platforms, too
+    - ALSA: hda/realtek - Add headset Mic no shutup for ALC283
+    - [arm64,armhf] drm/sun4i: hdmi: Remove duplicate cleanup calls
+    - [mips*] BPF: Disable MIPS32 eBPF JIT
+    - [mips*] BPF: eBPF JIT: check for MIPS ISA compliance in Kconfig
+    - [mips*] Avoid VDSO ABI breakage due to global register variable
+    - media: pulse8-cec: fix lost cec_transmit_attempt_done() call
+    - media: cec: CEC 2.0-only bcast messages were ignored
+    - media: cec: avoid decrementing transmit_queue_sz if it is 0
+    - media: cec: check 'transmit_in_progress', not 'transmitting'
+    - mm/memory_hotplug: shrink zones when offlining memory
+    - mm/zsmalloc.c: fix the migrated zspage statistics.
+    - memcg: account security cred as well to kmemcg
+    - mm: move_pages: return valid node id in status if the page is already on
+      the target node
+    - mm/oom: fix pgtables units mismatch in Killed process message
+    - ocfs2: fix the crash due to call ocfs2_get_dlm_debug once less
+    - [x86,arm64] pstore/ram: Write new dumps to start of recycled zones
+    - [x86,arm64] pstore/ram: Fix error-path memory leak in
+      persistent_ram_new() callers
+    - locks: print unsigned ino in /proc/locks
+    - seccomp: Check that seccomp_notif is zeroed out by the user
+    - Btrfs: fix infinite loop during nocow writeback due to race
+    - compat_ioctl: block: handle Persistent Reservations
+    - compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONE
+    - compat_ioctl: block: handle BLKGETZONESZ/BLKGETNRZONES
+    - bpf: Fix precision tracking for unbounded scalars
+    - ata: libahci_platform: Export again ahci_platform_<en/dis>able_phys()
+    - libata: Fix retrieving of active qcs
+    - gpiolib: fix up emulated open drain outputs
+    - [riscv64] clocksource: riscv: add notrace to riscv_sched_clock
+    - [riscv64] ftrace: correct the condition logic in function graph tracer
+    - tracing: Fix lock inversion in trace_event_enable_tgid_record()
+    - tracing: Avoid memory leak in process_system_preds()
+    - tracing: Have the histogram compare functions convert to u64 first
+    - tracing: Fix endianness bug in histogram trigger
+    - io_uring: use current task creds instead of allocating a new one
+    - mm/gup: fix memory leak in __gup_benchmark_ioctl
+    - apparmor: fix aa_xattrs_match() may sleep while holding a RCU lock
+    - dmaengine: virt-dma: Fix access after free in vchan_complete()
+    - [i386] ALSA: cs4236: fix error return comparison of an unsigned integer
+    - ALSA: pcm: Yet another missing check of non-cached buffer type
+    - ALSA: firewire-motu: Correct a typo in the clock proc string
+    - scsi: lpfc: Fix rpi release when deleting vport
+    - exit: panic before exit_mm() on global init exit
+    - [arm64] Revert support for execute-only user mappings
+    - ftrace: Avoid potential division by zero in function profiler
+    - [arm64] drm/msm: include linux/sched/task.h
+    - PM / devfreq: Check NULL governor in available_governors_show
+    - sunrpc: fix crash when cache_head become valid before update
+    - nfsd4: fix up replay_matches_cache()
+    - [powerpc*] Chunk calls to flush_dcache_range in arch_*_memory
+    - [x86,arm64] HID: i2c-hid: Reset ALPS touchpads on resume
+    - net/sched: annotate lockless accesses to qdisc->empty
+    - kernel/module.c: wakeup processes in module_wq on module unload
+    - ACPI: sysfs: Change ACPI_MASKABLE_GPE_MAX to 0x100
+    - perf callchain: Fix segfault in thread__resolve_callchain_sample()
+    - [amd64] iommu/vt-d: Remove incorrect PSI capability check
+    - cifs: Fix potential softlockups while refreshing DFS cache
+    - xfs: don't check for AG deadlock for realtime files in bunmapi
+    - [x86] platform/x86: pmc_atom: Add Siemens CONNECT X300 to
+      critclk_systems DMI table
+    - netfilter: nf_queue: enqueue skbs with NULL dst
+    - [arm64,armhf] regulator: axp20x: Fix axp20x_set_ramp_delay
+    - [arm64,armhf] regulator: axp20x: Fix AXP22x ELDO2 regulator enable
+      bitmask
+    - [powerpc*] mm: Mark get_slice_psize() & slice_addr_is_low() as notrace
+    - Bluetooth: btusb: fix PM leak in error case of setup
+    - Bluetooth: delete a stray unlock
+    - Bluetooth: Fix memory leak in hci_connect_le_scan
+    - [arm64] dts: meson-gxl-s905x-khadas-vim: fix uart_A bluetooth node
+    - [arm64] dts: meson-gxm-khadas-vim2: fix uart_A bluetooth node
+    - media: flexcop-usb: ensure -EIO is returned on error condition
+    - media: usb: fix memory leak in af9005_identify_state (CVE-2019-18809)
+    - [arm64] dts: meson: odroid-c2: Disable usb_otg bus to avoid power failed
+      warning
+    - [arm64] tty: serial: msm_serial: Fix lockup for sysrq and oops
+    - cifs: Fix lookup of root ses in DFS referral cache
+    - fs: cifs: Fix atime update check vs mtime
+    - fix compat handling of FICLONERANGE, FIDEDUPERANGE and FS_IOC_FIEMAP
+    - ath9k_htc: Modify byte order for an error message
+    - ath9k_htc: Discard undersized packets
+    - [x86] drm/i915/execlists: Fix annotation for decoupling virtual request
+    - xfs: periodically yield scrub threads to the scheduler
+    - net: add annotations on hh->hh_len lockless accesses
+    - ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gaps
+    - btrfs: get rid of unique workqueue helper functions
+    - Btrfs: only associate the locked page with one async_chunk struct
+    - [s390x] smp: fix physical to logical CPU map for SMT
+    - mm/sparse.c: mark populate_section_memmap as __meminit
+    - xen/blkback: Avoid unmapping unmapped grant pages
+    - lib/ubsan: don't serialize UBSAN report
+    - [x86] perf/x86/intel/bts: Fix the use of page_private()
+    - net: annotate lockless accesses to sk->sk_pacing_shift
+    - mm/hugetlb: defer freeing of huge pages if in non-task context
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.10
+    - [powerpc*] pmem: Fix kernel crash due to wrong range value usage in
+      flush_dcache_range
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.11
+    - bpf: Fix passing modified ctx to ld/abs/ind instruction
+    - [x86] ASoC: rt5682: fix i2c arbitration lost issue
+    - spi: pxa2xx: Add support for Intel Jasper Lake
+    - regulator: fix use after free issue
+    - ASoC: max98090: fix possible race conditions
+    - gpio: Handle counting of Freescale chipselects
+    - netfilter: ctnetlink: netns exit must wait for callbacks
+    - [x86] intel: Disable HPET on Intel Ice Lake platforms
+    - netfilter: nf_tables_offload: Check for the NETDEV_UNREGISTER event
+    - mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame()
+      (CVE-2019-14901)
+    - regulator: core: fix regulator_register() error paths to properly
+      release rdev
+    - [x86] efi: Update e820 with reserved EFI boot services data to fix kexec
+      breakage
+    - [x86] ASoC: Intel: bytcr_rt5640: Update quirk for Teclast X89
+    - efi/gop: Return EFI_NOT_FOUND if there are no usable GOPs
+    - efi/gop: Return EFI_SUCCESS if a usable GOP was found
+    - efi/gop: Fix memory leak in __gop_query32/64()
+    - [x86,arm64] efi/earlycon: Remap entire framebuffer after page
+      initialization
+    - netfilter: uapi: Avoid undefined left-shift in xt_sctp.h
+    - netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in
+      named sets
+    - netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_END
+    - netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()
+    - netfilter: nf_tables: skip module reference count bump on object updates
+    - netfilter: nf_tables_offload: return EOPNOTSUPP if rule specifies no
+      actions
+    - [arm64] spi: spi-cavium-thunderx: Add missing pci_release_regions()
+    - [arm*] reset: Do not register resource data for missing resets
+    - [x86] ASoC: topology: Check return value for snd_soc_add_dai_link()
+    - [x86] ASoC: topology: Check return value for soc_tplg_pcm_create()
+    - [x86] ASoC: SOF: loader: snd_sof_fw_parse_ext_data log warning on
+      unknown header
+    - [x86] ASoC: SOF: Intel: split cht and byt debug window sizes
+    - [armhf] dts: am335x-sancloud-bbe: fix phy mode
+    - [riscv64] bpf, riscv: Limit to 33 tail calls
+    - [mips64el,mipsel] bpf, mips: Limit to 33 tail calls
+    - perf header: Fix false warning when there are no duplicate cache entries
+    - [armhf] spi: spi-ti-qspi: Fix a bug when accessing non default CS
+    - [armhf] bus: ti-sysc: Fix missing reset delay handling
+    - clk: walk orphan list on clock provider registration
+    - mac80211: fix TID field in monitor mode transmit
+    - cfg80211: fix double-free after changing network namespace
+    - pinctrl: pinmux: fix a possible null pointer in
+      pinmux_can_be_used_for_gpio
+    - [powerpc*] Ensure that swiotlb buffer is allocated from low memory
+    - btrfs: Fix error messages in qgroup_rescan_init
+    - Btrfs: fix cloning range with a hole when using the NO_HOLES feature
+    - [powerpc*] vcpu: Assume dedicated processors as non-preempt
+    - [powerpc*] spinlocks: Include correct header for static key
+    - btrfs: handle error in btrfs_cache_block_group
+    - Btrfs: fix hole extent items with a zero size after range cloning
+    - [powerpc*] ocxl: Fix potential memory leak on context creation
+    - bpf: Clear skb->tstamp in bpf_redirect when necessary
+    - bnx2x: Do not handle requests from VFs after parity
+    - bnx2x: Fix logic to get total no. of PFs per engine
+    - cxgb4: Fix kernel panic while accessing sge_info
+    - net: usb: lan78xx: Fix error message format specifier
+    - [hppa/parisc] add missing __init annotation
+    - rfkill: Fix incorrect check to avoid NULL pointer dereference
+    - staging: axis-fifo: add unspecified HAS_IOMEM dependency
+    - [arm*] iommu/iova: Init the struct iova to fix the possible memleak
+    - [x86] perf/x86: Fix potential out-of-bounds access
+    - [x86] perf/x86/intel: Fix PT PMI handling
+    - sched/psi: Fix sampling error and rare div0 crashes with cgroups and
+      high uptime
+    - psi: Fix a division error in psi poll()
+    - [x86] usb: typec: fusb302: Fix an undefined reference to
+      'extcon_get_state'
+    - block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT
+    - fs: avoid softlockups in s_inodes iterators
+    - fs: call fsnotify_sb_delete after evict_inodes
+    - [arm64] iommu/dma: Relax locking in iommu_dma_prepare_msi()
+    - io_uring: don't wait when under-submitting
+    - clk: Move clk_core_reparent_orphans() under CONFIG_OF
+    - [arm64,armhf] net: stmmac: Determine earlier the size of RX buffer
+    - [arm64,armhf] net: stmmac: Do not accept invalid MTU values
+    - [arm64,armhf] net: stmmac: xgmac: Clear previous RX buffer size
+    - [arm64,armhf] net: stmmac: RX buffer size must be 16 byte aligned
+    - [arm64,armhf] net: stmmac: Always arm TX Timer at end of transmission
+      start
+    - xsk: Add rcu_read_lock around the XSK wakeup
+    - net/mlx5e: Fix concurrency issues between config flow and XSK
+    - net/i40e: Fix concurrency issues between config flow and XSK
+    - net/ixgbe: Fix concurrency issues between config flow and XSK
+    - [arm64] cpu_errata: Add Hisilicon TSV110 to spectre-v2 safe list
+    - block: Fix a lockdep complaint triggered by request queue flushing
+    - [s390x] dasd/cio: Interpret ccw_device_get_mdc return value correctly
+    - [s390x] dasd: fix memleak in path handling error case
+    - block: fix memleak when __blk_rq_map_user_iov() is failed
+    - sbitmap: only queue kyber's wait callback if not already active
+    - [s390x] qeth: handle error due to unsupported transport mode
+    - [s390x] qeth: fix promiscuous mode after reset
+    - [s390x] qeth: don't return -ENOTSUPP to userspace
+    - llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and
+      _test_c)
+    - [x86] hv_netvsc: Fix unwanted rx_table reset
+    - gtp: fix bad unlock balance in gtp_encap_enable_socket
+    - macvlan: do not assume mac_header is set in macvlan_broadcast()
+    - [arm64,armhf] net: dsa: mv88e6xxx: Preserve priority when setting CPU
+      port.
+    - [armhf] net: freescale: fec: Fix ethtool -d runtime PM
+    - [arm64,armhf] net: stmmac: dwmac-sun8i: Allow all RGMII modes
+    - [arm64,armhf] net: stmmac: dwmac-sunxi: Allow all RGMII modes
+    - [arm64,armhf] net: stmmac: Fixed link does not need MDIO Bus
+    - net: usb: lan78xx: fix possible skb leak
+    - pkt_sched: fq: do not accept silly TCA_FQ_QUANTUM
+    - sch_cake: avoid possible divide by zero in cake_enqueue()
+    - sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLY
+    - tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACK
+    - vxlan: fix tos value before xmit
+    - net: sch_prio: When ungrafting, replace with FIFO
+    - vlan: fix memory leak in vlan_dev_set_egress_priority
+    - vlan: vlan_changelink() should propagate errors
+    - [arm64,riscv64] macb: Don't unregister clks unconditionally
+    - net/mlx5: Move devlink registration before interfaces load
+    - [arm64,armhf] net: dsa: mv88e6xxx: force cmode write on 6141/6341
+    - net/mlx5e: Always print health reporter message to dmesg
+    - net/mlx5: DR, No need for atomic refcount for internal SW steering
+      resources
+    - net/mlx5e: Fix hairpin RSS table size
+    - net/mlx5: DR, Init lists that are used in rule's member
+    - [arm64,armhf] usb: dwc3: gadget: Fix request complete check
+    - USB: core: fix check for duplicate endpoints
+    - USB: serial: option: add Telit ME910G1 0x110a composition
+    - usb: missing parentheses in USE_NEW_SCHEME
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.12
+    - chardev: Avoid potential use-after-free in 'chrdev_open()'
+    - i2c: fix bus recovery stop mode timing
+    - [x86] powercap: intel_rapl: add NULL pointer check to
+      rapl_mmio_cpu_online()
+    - [arm64,armhf] usb: chipidea: host: Disable port power only if previously
+      enabled
+    - ALSA: usb-audio: Apply the sample rate quirk for Bose Companion 5
+    - ALSA: hda/realtek - Add new codec supported for ALCS1200A
+    - ALSA: hda/realtek - Set EAPD control to default for ALC222
+    - ALSA: hda/realtek - Add quirk for the bass speaker on Lenovo Yoga X1 7th
+      gen
+    - tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis_core_init"
+    - tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for
+      interrupts"
+    - tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"
+    - tpm: Handle negative priv->response_len in tpm_common_read()
+    - [arm64,armhf] rtc: sun6i: Add support for RTC clocks on R40
+    - kernel/trace: Fix do not unregister tracepoints when register
+      sched_migrate_task fail
+    - tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not defined
+    - tracing: Change offset type to s32 in preempt/irq tracepoints
+    - HID: Fix slab-out-of-bounds read in hid_field_extract
+    - HID: uhid: Fix returning EPOLLOUT from uhid_char_poll
+    - HID: hidraw: Fix returning EPOLLOUT from hidraw_poll
+    - HID: hid-input: clear unmapped usages
+    - Input: add safety guards to input_set_keycode()
+    - [x86] drm/i915: Add Wa_1408615072 and Wa_1407596294 to icl,ehl
+    - [arm64,armhf] drm/sun4i: tcon: Set RGB DCLK min. divider based on
+      hardware model
+    - drm/fb-helper: Round up bits_per_pixel if possible
+    - drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ
+    - [x86] drm/i915: Add Wa_1407352427:icl,ehl
+    - [x86] drm/i915/gt: Mark up virtual engine uabi_instance
+    - [amd64] IB/hfi1: Adjust flow PSN with the correct resync_psn
+    - can: kvaser_usb: fix interface sanity check
+    - can: gs_usb: gs_usb_probe(): use descriptors of current altsetting
+    - gpiolib: acpi: Turn dmi_system_id table into a generic quirk table
+    - gpiolib: acpi: Add honor_wakeup module-option + quirk mechanism
+    - pstore/ram: Regularize prz label allocation lifetime
+    - [x86] staging: vt6656: set usb_set_intfdata on driver fail.
+    - [x86] staging: vt6656: Fix non zero logical return of, usb_control_msg
+    - USB: serial: option: add ZLP support for 0x1bc7/0x9010
+    - [arm64,armhf] usb: musb: fix idling for suspend after disconnect
+      interrupt
+    - [arm64,armhf] usb: musb: Disable pullup at init
+    - [arm64,armhf] usb: musb: dma: Correct parameter passed to IRQ handler
+    - [x86] staging: comedi: adv_pci1710: fix AI channels 16-31 for PCI-1713
+    - [x86] staging: vt6656: correct return of vnt_init_registers.
+    - [x86] staging: vt6656: limit reg output to block size
+    - staging: rtl8188eu: Add device code for TP-Link TL-WN727N v5.21
+    - serdev: Don't claim unsupported ACPI serial devices
+    - [amd64] iommu/vt-d: Fix adding non-PCI devices to Intel IOMMU
+    - tty: link tty and port before configuring it as console
+    - tty: always relink the port
+    - [arm64] Move __ARCH_WANT_SYS_CLONE3 definition to uapi headers
+    - [arm64] Implement copy_thread_tls
+    - [arm*] Implement copy_thread_tls
+    - [hppa/parisc] Implement copy_thread_tls
+    - [riscv64] Implement copy_thread_tls
+    - clone3: ensure copy_thread_tls is implemented
+    - um: Implement copy_thread_tls
+    - [x86] staging: vt6656: remove bool from vnt_radio_power_on ret
+    - mwifiex: fix possible heap overflow in mwifiex_process_country_ie()
+      (CVE-2019-14895)
+    - mwifiex: pcie: Fix memory leak in mwifiex_pcie_alloc_cmdrsp_buf
+      (CVE-2019-19056)
+    - rpmsg: char: release allocated memory (CVE-2019-19053)
+    - scsi: bfa: release allocated memory in case of error (CVE-2019-19066)
+    - rtl8xxxu: prevent leaking urb (CVE-2019-19068)
+    - ath10k: fix memory leak (CVE-2019-19078)
+    - HID: hiddev: fix mess in hiddev_open()
+    - USB: Fix: Don't skip endpoint descriptors with maxpacket=0
+    - netfilter: arp_tables: init netns pointer in xt_tgchk_param struct
+    - netfilter: conntrack: dccp, sctp: handle null timeout argument
+    - netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present
+    - [x86] drm/i915/gen9: Clear residual context state on context switch
+      (CVE-2019-14615)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.13
+    - HID: hidraw, uhid: Always report EPOLLOUT
+    - [amd64] IB/hfi1: Don't cancel unused work item
+    - [armhf] mtd: rawnand: stm32_fmc2: avoid to lock the CPU bus
+    - [arm*] 2c: bcm2835: Store pointer to bus clock
+    - ASoC: soc-core: Set dpcm_playback / dpcm_capture
+    - [armhf] ASoC: stm32: spdifrx: fix inconsistent lock state
+    - [armhf] ASoC: stm32: spdifrx: fix race condition in irq handler
+    - [armhf] ASoC: stm32: spdifrx: fix input pin state management
+    - netfilter: nft_flow_offload: fix underflow in flowtable reference
+      counter
+    - [armhf] mtd: onenand: omap2: Pass correct flags for prep_dma_memcpy
+    - [arm64] gpio: zynq: Fix for bug in zynq_gpio_restore_context API
+    - [arm64,armhf] pinctrl: meson: Fix wrong shift value when get
+      drive-strength
+    - [amd64] iommu/vt-d: Unlink device if failed to add to group
+    - iommu: Remove device link to group on failure
+    - bpf: cgroup: prevent out-of-order release of cgroup bpf
+    - fs: move guard_bio_eod() after bio_set_op_attrs
+    - scsi: mpt3sas: Fix double free in attach error handling
+    - gpio: Fix error message on out-of-range GPIO in lookup table
+    - [arm64,armhf] PM / devfreq: tegra: Add COMMON_CLK dependency
+    - [arm64,armhf] drm/tegra: Fix ordering of cleanup code
+    - [s390x] qeth: fix qdio teardown after early init error
+    - [s390x] qeth: fix false reporting of VNIC CHAR config failure
+    - [s390x] qeth: Fix vnicc_is_in_use if rx_bcast not set
+    - [s390x] qeth: vnicc Fix init to default
+    - [s390x] qeth: fix initialization on old HW
+    - scsi: smartpqi: Update attribute name to `driver_version`
+    - afs: Fix missing cell comparison in afs_test_super()
+    - [x86] syscalls/x86: Wire up COMPAT_SYSCALL_DEFINE0
+    - [x86] syscalls/x86: Use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturn
+    - [x86] syscalls/x86: Use the correct function type for sys_ni_syscall
+    - [x86] syscalls/x86: Fix function types in COND_SYSCALL
+    - btrfs: simplify inode locking for RWF_NOWAIT
+    - netfilter: nf_tables_offload: release flow_rule on error from commit
+      path
+    - netfilter: nft_meta: use 64-bit time arithmetic
+    - [arm64] RDMA/hns: Prevent undefined behavior in
+      hns_roce_set_user_sq_size()
+    - [arm64] RDMA/hns: remove a redundant le16_to_cpu
+    - [arm64] RDMA/hns: Modify return value of restrack functions
+    - RDMA/counter: Prevent QP counter manual binding in auto mode
+    - [arm64] RDMA/hns: Release qp resources when failed to destroy qp
+    - xprtrdma: Add unique trace points for posting Local Invalidate WRs
+    - xprtrdma: Connection becomes unstable after a reconnect
+    - xprtrdma: Fix MR list handling
+    - xprtrdma: Close window between waking RPC senders and posting Receives
+    - [arm64] RDMA/hns: Fix to support 64K page for srq
+    - [arm64] RDMA/hns: Bugfix for qpc/cqc timer configuration
+    - RDMA/mlx5: Return proper error value
+    - RDMA/srpt: Report the SCSI residual to the initiator
+    - uaccess: Add non-pagefault user-space write function
+    - bpf: Make use of probe_user_write in probe write helper
+    - bpf: skmsg, fix potential psock NULL pointer dereference
+    - libbpf: Fix Makefile' libbpf symbol mismatch diagnostic
+    - afs: Fix use-after-loss-of-ref
+    - afs: Fix afs_lookup() to not clobber the version on a new dentry
+    - keys: Fix request_key() cache
+    - scsi: enclosure: Fix stale device oops with hot replug
+    - scsi: sd: Clear sdkp->protection_type if disk is reformatted without PI
+    - [x86] platform/x86: asus-wmi: Fix keyboard brightness cannot be set to 0
+    - [x86] platform/x86: GPD pocket fan: Use default values when wrong
+      modparams are given
+    - Documentation/ABI: Fix documentation inconsistency for mlxreg-io sysfs
+      interfaces
+    - Documentation/ABI: Add missed attribute for mlxreg-io sysfs interfaces
+    - xprtrdma: Fix create_qp crash on device unload
+    - xprtrdma: Fix completion wait during device removal
+    - xprtrdma: Fix oops in Receive handler after device removal
+    - dm: add dm-clone to the documentation index
+    - scsi: ufs: Give an unique ID to each ufs-bsg
+    - [arm64] crypto: cavium/nitrox - fix firmware assignment to AE cores
+    - crypto: virtio - implement missing support for output IVs
+    - crypto: algif_skcipher - Use chunksize instead of blocksize
+    - [i386] crypto: geode-aes - convert to skcipher API and make thread-safe
+    - NFSv2: Fix a typo in encode_sattr()
+    - nfsd: Fix cld_net->cn_tfm initialization
+    - nfsd: v4 support requires CRYPTO_SHA256
+    - NFSv4.x: Handle bad/dead sessions correctly in nfs41_sequence_process()
+    - NFSv4.x: Drop the slot if nfs4_delegreturn_prepare waits for
+      layoutreturn
+    - mei: fix modalias documentation
+    - [armhf] clk: samsung: exynos5420: Preserve CPU clocks configuration
+      during suspend/resume
+    - clk: Fix memory leak in clk_unregister()
+    - [arm64,armhf] dmaengine: dw: platform: Mark 'hclk' clock optional
+    - [armhf] clk: imx: pll14xx: Fix quick switch of S/K parameter
+    - rsi: fix potential null dereference in rsi_probe()
+    - affs: fix a memory leak in affs_remount
+    - [armhf] pinctl: ti: iodelay: fix error checking on
+      pinctrl_count_index_with_args call
+    - [x86] pinctrl: lewisburg: Update pin list according to v1.1v6
+    - PCI: pciehp: Do not disable interrupt twice on suspend
+    - Revert "drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper."
+    - drm/amdgpu: cleanup creating BOs at fixed location
+    - drm/amdgpu/discovery: reserve discovery data at the top of VRAM
+    - scsi: sd: enable compat ioctls for sed-opal
+    - gfs2: add compat_ioctl support
+    - af_unix: add compat_ioctl support
+    - compat_ioctl: handle SIOCOUTQNSD
+    - [arm64] PCI: aardvark: Use LTSSM state to build link training flag
+    - [arm64] PCI: aardvark: Fix PCI_EXP_RTCTL register configuration
+    - [arm64,armhf] PCI: dwc: Fix find_next_bit() usage
+    - PCI: Fix missing bridge dma_ranges resource list cleanup
+    - PCI/PM: Clear PCIe PME Status even for legacy power management
+    - PCI/PTM: Remove spurious "d" from granularity message
+    - [powerpc*] powernv: Disable native PCIe port management
+    - [mips64el,mipsel] Loongson: Fix return value of loongson_hwmon_init
+    - [armhf] tty: serial: imx: use the sg count from dma_map_sg
+    - [i386] tty: serial: pch_uart: correct usage of dma_unmap_sg
+    - ARM: 8943/1: Fix topology setup in case of CPU hotplug for
+      CONFIG_SCHED_MC
+    - Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path"
+    - ubifs: Fixed missed le64_to_cpu() in journal
+    - ubifs: do_kill_orphans: Fix a memory leak bug
+    - mtd: spi-nor: fix silent truncation in spi_nor_read()
+    - mtd: spi-nor: fix silent truncation in spi_nor_read_raw()
+    - [arm64,armhf] spi: pxa2xx: Set controller->max_transfer_size in dma mode
+    - iwlwifi: mvm: consider ieee80211 station max amsdu value
+    - rtlwifi: Remove unnecessary NULL check in rtl_regd_init
+    - iwlwifi: mvm: fix support for single antenna diversity
+    - sch_cake: Add missing NLA policy entry TCA_CAKE_SPLIT_GSO
+    - f2fs: fix potential overflow
+    - NFSD fixing possible null pointer derefering in copy offload
+    - scsi: libcxgbi: fix NULL pointer dereference in cxgbi_device_destroy()
+    - scsi: target/iblock: Fix protection error with blocks greater than 512B
+    - [riscv64] export flush_icache_all to modules
+    - [mips64el,mipsel] cacheinfo: report shared CPU map
+    - [mips64el,mipsel] Fix gettimeofday() in the vdso library
+    - tomoyo: Suppress RCU warning at list_for_each_entry_rcu().
+    - [arm64] drm/arm/mali: make malidp_mw_connector_helper_funcs static
+    - rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the
+      caller
+    - rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()
+    - rxrpc: Fix missing security check on incoming calls
+    - [arm64] dmaengine: k3dma: Avoid null pointer traversal
+    - [s390x] qeth: lock the card while changing its hsuid
+    - [amd64] ioat: ioat_alloc_ring() failure handling.
+    - drm/amdgpu: enable gfxoff for raven1 refresh
+    - ocfs2: call journal flush to mark journal as empty after journal
+      recovery when mount
+
+  [ Salvatore Bonaccorso ]
+  * signing_templates/rules.real: Include modules.builtin.modinfo file in
+    image (Closes: #948427)
+  * [rt] Drop "lib/ubsan: Don't seralize UBSAN report"
+  * nvme: Ignore ABI changes
+  * Drop "ARM: dts: bcm283x: Fix critical trip point"
+  * Drop "tracing: Do not create directories if lockdown is in affect"
+  * Drop "libtraceevent: Fix lib installation with O="
+  * Drop "libtraceevent: Copy pkg-config file to output folder when using O="
+  * Refresh "libbpf: fix readelf output parsing on powerpc with recent
+    binutils"
+  * Refresh "x86: Make x32 syscall support conditional on a kernel parameter"
+  * Bump ABI to 3.
+
+  [ Ben Hutchings ]
+  * f2fs: Fix crypto softdep: it uses crc32, not crc32c
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 19 Jan 2020 10:22:58 +0100
+
+linux (5.4.8-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.7
+    - af_packet: set defaule value for tmo
+    - [amd64] fjes: fix missed check in fjes_acpi_add
+    - mod_devicetable: fix PHY module format
+    - net: dst: Force 4-byte alignment of dst_metrics
+    - [arm64] net: hisilicon: Fix a BUG trigered by wrong bytes_compl
+    - net: phy: ensure that phy IDs are correctly typed
+    - net: qlogic: Fix error paths in ql_alloc_large_buffers()
+    - net-sysfs: Call dev_hold always in rx_queue_add_kobject
+    - net: usb: lan78xx: Fix suspend/resume PHY register access error
+    - [arm64,armhf] nfp: flower: fix stats id allocation
+    - qede: Disable hardware gro when xdp prog is installed
+    - qede: Fix multicast mac configuration
+    - sctp: fix memleak on err handling of stream initialization
+    - sctp: fully initialize v4 addr in some functions
+    - neighbour: remove neigh_cleanup() method
+    - bonding: fix bond_neigh_init()
+    - net: ena: fix default tx interrupt moderation interval
+    - net: ena: fix issues in setting interrupt moderation params in ethtool
+    - [armhf] net: ethernet: ti: davinci_cpdma: fix warning "device driver
+      frees DMA memory with different size"
+    - [arm64,armhf] net: stmmac: platform: Fix MDIO init for platforms without
+      PHY
+    - [armhf] net: dsa: b53: Fix egress flooding settings
+    - btrfs: don't double lock the subvol_sem for rename exchange
+    - btrfs: do not call synchronize_srcu() in inode_tree_del
+    - Btrfs: make tree checker detect checksum items with overlapping ranges
+    - btrfs: return error pointer from alloc_test_extent_buffer
+    - Btrfs: fix missing data checksums after replaying a log tree
+    - btrfs: send: remove WARN_ON for readonly mount
+    - btrfs: abort transaction after failed inode updates in create_subvol
+    - btrfs: skip log replay on orphaned roots
+    - btrfs: do not leak reloc root if we fail to read the fs root
+    - btrfs: handle ENOENT in btrfs_uuid_tree_iterate
+    - Btrfs: fix removal logic of the tree mod log that leads to
+      use-after-free issues
+    - ALSA: pcm: Avoid possible info leaks from PCM stream buffers
+    - ALSA: hda/ca0132 - Keep power on during processing DSP response
+    - ALSA: hda/ca0132 - Avoid endless loop
+    - ALSA: hda/ca0132 - Fix work handling in delayed HP detection
+    - [arm*] drm/vc4/vc4_hdmi: fill in connector info
+    - drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper.
+    - drm: mst: Fix query_payload ack reply struct
+    - [arm64,armhf] drm/panel: Add missing drm_panel_init() in panel drivers
+    - [armhf] drm: exynos: exynos_hdmi: use cec_notifier_conn_(un)register
+    - drm: Use EOPNOTSUPP, not ENOTSUPP
+    - drm/amdgpu/sriov: add ring_stop before ring_create in psp v11 code
+    - drm/amdgpu: grab the id mgr lock while accessing passid_mapping
+    - drm/ttm: return -EBUSY on pipelining with no_gpu_wait (v2)
+    - ath10k: add cleanup in ath10k_sta_state()
+    - ath10k: Check if station exists before forwarding tx airtime report
+    - spi: Add call to spi_slave_abort() function when spidev driver is
+      released
+    - [arm64] drm/meson: vclk: use the correct G12A frac max value
+    - [x86] staging: rtl8192u: fix multiple memory leaks on error path
+    - staging: rtl8188eu: fix possible null dereference
+    - rtlwifi: prevent memory leak in rtl_usb_probe (CVE-2019-19063)
+    - libertas: fix a potential NULL pointer dereference
+    - ath10k: fix backtrace on coredump
+    - IB/iser: bound protection_sg size by data_sg size
+    - [armhf] spi: gpio: prevent memory leak in spi_gpio_probe
+    - media: max2175: Fix build error without CONFIG_REGMAP_I2C
+    - [arm64] media: venus: core: Fix msm8996 frequency table
+    - ath10k: fix offchannel tx failure when no ath10k_mac_tx_frm_has_freq
+    - pinctrl: devicetree: Avoid taking direct reference to device name string
+    - [armhf] drm/sun4i: dsi: Fix TCON DRQ set bits
+    - [arm64] media: venus: Fix occasionally failures to suspend
+    - rtw88: fix NSS of hw_cap
+    - [armhf] hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if
+      not idled
+    - media: flexcop-usb: fix NULL-ptr deref in flexcop_usb_transfer_init()
+    - [arm64,armhf] drm/bridge: dw-hdmi: Refuse DDC/CI transfers on the
+      internal I2C controller
+    - mwifiex: pcie: Fix memory leak in mwifiex_pcie_init_evt_ring
+      (CVE-2019-19057)
+    - drm/drm_vblank: Change EINVAL by the correct errno
+    - libbpf: Fix struct end padding in btf_dump
+    - libbpf: Fix passing uninitialized bytes to setsockopt
+    - net/smc: increase device refcount for added link group
+    - team: call RCU read lock when walking the port_list
+    - media: cx88: Fix some error handling path in 'cx8800_initdev()'
+    - [arm64] crypto: inside-secure - Fix a maybe-uninitialized warning
+    - [arm64] crypto: aegis128/simd - build 32-bit ARM for v8 architecture
+      explicitly
+    - [x86] ASoC: SOF: enable sync_write in hdac_bus
+    - [armhf] media: ti-vpe: vpe: Fix Motion Vector vpdma stride
+    - [armhf] media: ti-vpe: vpe: fix a v4l2-compliance warning about invalid
+      pixel format
+    - [armhf] media: ti-vpe: vpe: fix a v4l2-compliance failure about frame
+      sequence number
+    - [armhf] media: ti-vpe: vpe: Make sure YUYV is set as default format
+    - [armhf] media: ti-vpe: vpe: fix a v4l2-compliance failure causing a
+      kernel panic
+    - [armhf] media: ti-vpe: vpe: ensure buffers are cleaned up properly in
+      abort cases
+    - [armhf] media: ti-vpe: vpe: fix a v4l2-compliance failure about invalid
+      sizeimage
+    - [x86] syscalls/x86: Use the correct function type in SYSCALL_DEFINE0
+    - [x86] mm: Use the correct function type for native_set_fixmap()
+    - ath10k: Correct error handling of dma_map_single()
+    - rtw88: coex: Set 4 slot mode for A2DP
+    - [arm64,armhf] drm/bridge: dw-hdmi: Restore audio when setting a mode
+    - perf vendor events arm64: Fix Hisi hip08 DDRC PMU eventname
+    - usb: usbfs: Suppress problematic bind and unbind uevents.
+    - Bluetooth: btusb: avoid unused function warning
+    - Bluetooth: missed cpu_to_le16 conversion in hci_init4_req
+    - Bluetooth: Workaround directed advertising bug in Broadcom controllers
+    - Bluetooth: hci_core: fix init for HCI_USER_CHANNEL
+    - bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()
+    - [x86] mce: Lower throttling MCE messages' priority to warning
+    - [arm64] net: hns3: log and clear hardware error after reset complete
+    - [arm64] RDMA/hns: Fix wrong parameters when initial mtt of srq->idx_que
+    - [x86] drm/gma500: fix memory disclosures due to uninitialized bytes
+    - ASoC: soc-pcm: fixup dpcm_prune_paths() loop continue
+    - rtl8xxxu: fix RTL8723BU connection failure issue after warm reboot
+    - ipmi: Don't allow device module unload when in use
+    - [x86] ioapic: Prevent inconsistent state when moving an interrupt
+    - media: cedrus: Fix undefined shift with a SHIFT_AND_MASK_BITS macro
+    - drm/nouveau: Don't grab runtime PM refs for HPD IRQs
+    - md: no longer compare spare disk superblock events in super_load
+    - md/bitmap: avoid race window between md_bitmap_resize and
+      bitmap_file_clear_bit
+    - drm: Don't free jobs in wait_event_interruptible()
+    - EDAC/amd64: Set grain per DIMM
+    - [arm64] psci: Reduce the waiting time for cpu_psci_cpu_kill()
+    - i40e: initialize ITRN registers with correct values
+    - i40e: Wrong 'Advertised FEC modes' after set FEC to AUTO
+    - net: phy: dp83867: enable robust auto-mdix
+    - [arm64,armhf] drm/tegra: sor: Use correct SOR index on Tegra210
+    - regulator: core: Release coupled_rdevs on regulator_init_coupling()
+      error
+    - ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in
+      uaccess regions
+    - ACPI: button: Add DMI quirk for Medion Akoya E2215T
+    - RDMA/qedr: Fix memory leak in user qp and mr
+    - [arm64] RDMA/hns: Fix memory leak on 'context' on error return path
+    - RDMA/qedr: Fix srqs xarray initialization
+    - RDMA/core: Set DMA parameters correctly
+    - [arm64,armhf] gpu: host1x: Allocate gather copy for host1x
+    - [arm64,armhf] net: dsa: LAN9303: select REGMAP when LAN9303 enable
+    - [arm64] phy: qcom-usb-hs: Fix extcon double register after power cycle
+    - [s390x] time: ensure get_clock_monotonic() returns monotonic values
+    - [s390x] add error handling to perf_callchain_kernel
+    - [s390x] mm: add mm_pxd_folded() checks to pxd_free()
+    - [arm64] net: hns3: add struct netdev_queue debug info for TX timeout
+    - libata: Ensure ata_port probe has completed before detach
+    - loop: fix no-unmap write-zeroes request behavior
+    - [arm64,armhf] net/mlx5e: Verify that rule has at least one fwd/drop
+      action
+    - ALSA: bebob: expand sleep just after breaking connections for protocol
+      version 1
+    - libbpf: Fix error handling in bpf_map__reuse_fd()
+    - Bluetooth: Fix advertising duplicated flags
+    - ALSA: pcm: Fix missing check of the new non-cached buffer type
+    - [riscv64] spi: sifive: disable clk when probe fails and remove
+    - pinctrl: amd: fix __iomem annotation in amd_gpio_irq_handler()
+    - ixgbe: protect TX timestamping from API misuse
+    - media: rcar_drif: fix a memory disclosure (CVE-2019-18786)
+    - media: v4l2-core: fix touch support in v4l_g_fmt
+    - nvme: introduce "Command Aborted By host" status code
+    - nvmem: core: fix nvmem_cell_write inline function
+    - ASoC: SOF: topology: set trigger order for FE DAI link
+    - media: vivid: media_device_cleanup was called too early
+    - bnx2x: Fix PF-VF communication over multi-cos queues.
+    - ALSA: timer: Limit max amount of slave instances
+    - RDMA/core: Fix return code when modify_port isn't supported
+    - [arm64] drm: msm: a6xx: fix debug bus register configuration
+    - rtlwifi: fix memory leak in rtl92c_set_fw_rsvdpagepkt()
+    - perf probe: Fix to find range-only function instance
+    - perf cs-etm: Fix definition of macro TO_CS_QUEUE_NR
+    - perf probe: Fix to list probe event with correct line number
+    - perf jevents: Fix resource leak in process_mapfile() and main()
+    - perf probe: Walk function lines in lexical blocks
+    - perf probe: Fix to probe an inline function which has no entry pc
+    - perf probe: Fix to show ranges of variables in functions without
+      entry_pc
+    - perf probe: Fix to show inlined function callsite without entry_pc
+    - perf probe: Fix to probe a function which has no entry pc
+    - perf tools: Fix cross compile for ARM64
+    - perf tools: Splice events onto evlist even on error
+    - ice: Check for null pointer dereference when setting rings
+    - perf parse: If pmu configuration fails free terms
+    - perf probe: Skip overlapped location on searching variables
+    - net: avoid potential false sharing in neighbor related code
+    - perf probe: Return a better scope DIE if there is no best scope
+    - perf probe: Fix to show calling lines of inlined functions
+    - perf probe: Skip end-of-sequence and non statement lines
+    - perf probe: Filter out instances except for inlined subroutine and
+      subprogram
+    - libbpf: Fix negative FD close() in xsk_setup_xdp_prog()
+    - [s390x] bpf: Use kvcalloc for addrs array
+    - cgroup: freezer: don't change task and cgroups status unnecessarily
+    - ath10k: fix get invalid tx rate for Mesh metric
+    - media: pvrusb2: Fix oops on tear-down when radio support is not present
+    - ice: delay less
+    - media: cedrus: Use helpers to access capture queue
+    - [arm64,armhf] spi: pxa2xx: Add missed security checks
+    - ASoC: rt5677: Mark reg RT5677_PWR_ANLG2 as volatile
+    - iio: dac: ad5446: Add support for new AD5600 DAC
+    - [x86] ASoC: Intel: kbl_rt5663_rt5514_max98927: Add dmic format
+      constraint
+    - r8169: respect EEE user setting when restarting network
+    - [s390x] disassembler: don't hide instruction addresses
+    - [armhf] net: ethernet: ti: Add dependency for TI_DAVINCI_EMAC
+    - nvme: Discard workaround for non-conformant devices
+    - parport: load lowlevel driver if ports not found
+    - bcache: fix static checker warning in bcache_device_free()
+    - cpufreq: Register drivers only after CPU devices have been registered
+    - [x86] crash: Add a forward declaration of struct kimage
+    - tracing: use kvcalloc for tgid_map array allocation
+    - tracing/kprobe: Check whether the non-suffixed symbol is notrace
+    - bcache: fix deadlock in bcache_allocator
+    - iwlwifi: mvm: fix unaligned read of rx_pkt_status
+    - regulator: core: Let boot-on regulators be powered off
+    - [arm64] spi: tegra20-slink: add missed clk_unprepare
+    - tun: fix data-race in gro_normal_list()
+    - xhci-pci: Allow host runtime PM as default also for Intel Ice Lake xHCI
+    - crypto: virtio - deal with unsupported input sizes
+    - btrfs: don't prematurely free work in end_workqueue_fn()
+    - btrfs: don't prematurely free work in run_ordered_work()
+    - sched/uclamp: Fix overzealous type replacement
+    - perf/core: Fix the mlock accounting, again
+    - bnxt_en: Return proper error code for non-existent NVM variable
+    - net: phy: avoid matching all-ones clause 45 PHY IDs
+    - [x86] ASoC: Intel: bytcr_rt5640: Update quirk for Acer Switch 10 SW5-012
+      2-in-1
+    - [x86] insn: Add some Intel instructions to the opcode map
+    - brcmfmac: remove monitor interface when detaching
+    - perf session: Fix decompression of PERF_RECORD_COMPRESSED records
+    - perf probe: Fix to show function entry line as probe-able
+    - [s390x] crypto: Fix unsigned variable compared with zero
+    - [s390x] kasan: support memcpy_real with TRACE_IRQFLAGS
+    - bnxt_en: Improve RX buffer error handling.
+    - iwlwifi: check kasprintf() return value
+    - ASoC: soc-pcm: check symmetry before hw_params
+    - [armhf] net: ethernet: ti: ale: clean ale tbl on init and intf restart
+    - [s390x] cpumf: Adjust registration of s390 PMU device drivers
+    - [armhf] crypto: sun4i-ss - Fix 64-bit size_t warnings
+    - [armhf] crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.c
+    - mac80211: consider QoS Null frames for STA_NULLFUNC_ACKED
+    - libtraceevent: Fix memory leakage in copy_filter_type
+    - ice: Only disable VF state when freeing each VF resources
+    - ice: Fix setting coalesce to handle DCB configuration
+    - net: phy: initialise phydev speed and duplex sanely
+    - tools, bpf: Fix build for 'make -s tools/bpf O=<dir>'
+    - bpf: Provide better register bounds after jmp32 instructions
+    - net: wireless: intel: iwlwifi: fix GRO_NORMAL packet stalling
+    - btrfs: don't prematurely free work in reada_start_machine_worker()
+    - btrfs: don't prematurely free work in scrub_missing_raid56_worker()
+    - Revert "mmc: sdhci: Fix incorrect switch to HS mode"
+    - tpm_tis: reserve chip for duration of tpm_tis_core_init
+    - tpm: fix invalid locking in NONBLOCKING mode
+    - iommu: fix KASAN use-after-free in iommu_insert_resv_region
+    - iommu: set group default domain before creating direct mappings
+    - iommu/vt-d: Fix dmar pte read access not set error
+    - iommu/vt-d: Set ISA bridge reserved region as relaxable
+    - iommu/vt-d: Allocate reserved region for ISA with correct permission
+    - [armhf] can: flexcan: fix possible deadlock and out-of-order reception
+      after wakeup
+    - [armhf] can: flexcan: poll MCR_LPM_ACK instead of GPR ACK for stop mode
+      acknowledgment
+    - can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB devices
+      (CVE-2019-19947)
+    - usb: xhci: Fix build warning seen with CONFIG_PM=n
+    - ath10k: Revert "ath10k: add cleanup in ath10k_sta_state()"
+    - md: avoid invalid memory access for array sb->dev_roles
+    - [s390x] ftrace: fix endless recursion in function_graph tracer
+    - [armhf] can: flexcan: add low power enter/exit acknowledgment helper
+    - usbip: Fix receive error in vhci-hcd when using scatter-gather
+    - usbip: Fix error path of vhci_recv_ret_submit()
+    - cpufreq: Avoid leaving stale IRQ work items during CPU offline
+    - mm: vmscan: protect shrinker idr replace with CONFIG_MEMCG
+    - [x86] intel_th: pci: Add Comet Lake PCH-V support
+    - [x86] intel_th: pci: Add Elkhart Lake SOC support
+    - [x86] intel_th: Fix freeing IRQs
+    - [x86] intel_th: msu: Fix window switching without windows
+    - [x86] platform/x86: hp-wmi: Make buffer for HPWMI_FEATURE2_QUERY 128
+      bytes
+    - [x86] staging: comedi: gsc_hpdi: check dma_alloc_coherent() return value
+    - [x86] pinctrl: baytrail: Really serialize all register accesses
+    - ext4: fix ext4_empty_dir() for directories with holes (CVE-2019-19037)
+    - ext4: check for directory entries too close to block end
+    - ext4: unlock on error in ext4_expand_extra_isize()
+    - ext4: validate the debug_want_extra_isize mount option at parse time
+    - [powerpc*] KVM: PPC: Book3S HV: Fix regression on big endian hosts
+    - [x86] kvm: x86: Host feature SSBD doesn't imply guest feature
+      SPEC_CTRL_SSBD
+    - [x86] kvm: x86: Host feature SSBD doesn't imply guest feature AMD_SSBD
+    - [arm64,armhf] KVM: arm/arm64: Properly handle faulting of device
+      mappings
+    - [arm64] KVM: arm64: Ensure 'params' is initialised when looking up sys
+      register
+    - [x86] intel: Disable HPET on Intel Coffee Lake H platforms
+    - [x86] MCE/AMD: Do not use rdmsr_safe_on_cpu() in smca_configure()
+    - [x86] MCE/AMD: Allow Reserved types to be overwritten in smca_banks[]
+    - [x86] mce: Fix possibly incorrect severity calculation on AMD
+    - [powerpc*] irq: fix stack overflow verification
+    - [powerpc*] ocxl: Fix concurrent AFU open and device removal
+    - [arm64] mmc: sdhci-msm: Correct the offset and value for DDR_CONFIG
+      register
+    - mmc: sdhci: Update the tuning failed messages to pr_debug level
+    - mmc: sdhci: Workaround broken command queuing on Intel GLK
+    - mmc: sdhci: Add a quirk for broken command queuing
+    - nbd: fix shutdown and recv work deadlock v2
+    - iwlwifi: pcie: move power gating workaround earlier in the flow
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.8
+    - Revert "MIPS: futex: Restore \n after sync instructions"
+    - Revert "MIPS: futex: Emit Loongson3 sync workarounds within asm"
+    - scsi: lpfc: Fix spinlock_irq issues in lpfc_els_flush_cmd()
+    - scsi: lpfc: Fix discovery failures when target device connectivity
+      bounces
+    - scsi: mpt3sas: Fix clear pending bit in ioctl status
+    - scsi: lpfc: Fix locking on mailbox command completion
+    - scsi: mpt3sas: Reject NVMe Encap cmnds to unsupported HBA
+    - [armhf] gpio: mxc: Only get the second IRQ when there is more than one
+      IRQ
+    - scsi: lpfc: Fix list corruption in lpfc_sli_get_iocbq
+    - Input: atmel_mxt_ts - disable IRQ across suspend
+    - f2fs: fix to update time in lazytime mode
+    - [x86] platform/x86: peaq-wmi: switch to using polled mode of input
+      devices
+    - [arm64,armhf] iommu: rockchip: Free domain on .domain_free
+    - [arm64,armhf] iommu/tegra-smmu: Fix page tables in > 4 GiB memory
+    - scsi: target: compare full CHAP_A Algorithm strings
+    - scsi: lpfc: Fix hardlockup in lpfc_abort_handler
+    - scsi: lpfc: Fix SLI3 hba in loop mode not discovering devices
+    - scsi: csiostor: Don't enable IRQs too early
+    - [arm64] scsi: hisi_sas: Replace in_softirq() check in
+      hisi_sas_task_exec()
+    - [arm64] scsi: hisi_sas: Delete the debugfs folder of hisi_sas when the
+      probe fails
+    - [powerpc*] pseries: Mark accumulate_stolen_time() as notrace
+    - [powerpc*] pseries: Don't fail hash page table insert for bolted mapping
+    - dma-mapping: Add vmap checks to dma_map_single()
+    - dma-mapping: fix handling of dma-ranges for reserved memory (again)
+    - clocksource/drivers/timer-of: Use unique device name instead of timer
+    - [powerpc*] security/book3s64: Report L1TF status in sysfs
+    - [powerpc*] book3s64/hash: Add cond_resched to avoid soft lockup warning
+    - ext4: update direct I/O read lock pattern for IOCB_NOWAIT
+    - ext4: iomap that extends beyond EOF should be marked dirty
+    - jbd2: Fix statistics for the number of logged blocks
+    - scsi: tracing: Fix handling of TRANSFER LENGTH == 0 for READ(6) and
+      WRITE(6)
+    - scsi: lpfc: Fix unexpected error messages during RSCN handling
+    - scsi: lpfc: Fix duplicate unreg_rpi error in port offline flow
+    - f2fs: fix to update dir's i_pino during cross_rename
+    - [arm64] clk: qcom: smd: Add missing pnoc clock
+    - [arm64] clk: qcom: Allow constant ratio freq tables for rcg
+    - clk: clk-gpio: propagate rate change to parent
+    - dma-direct: check for overflows on 32 bit DMA addresses
+    - fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned
+      long
+    - [arm64] iommu/arm-smmu-v3: Don't display an error when IRQ lines are
+      missing
+    - [armhf] i2c: stm32f7: fix & reorder remove & probe error handling
+    - iomap: fix return value of iomap_dio_bio_actor on 32bit systems
+    - scsi: lpfc: fix: Coverity: lpfc_cmpl_els_rsp(): Null pointer
+      dereferences
+    - [m68k] scsi: zorro_esp: Limit DMA transfers to 65536 bytes (except on
+      Fastlane)
+    - [powerpc*] PCI: rpaphp: Fix up pointer to first drc-info entry
+    - scsi: ufs: fix potential bug which ends in system hang
+    - [powerpc*] PCI: rpaphp: Don't rely on firmware feature to imply drc-info
+      support
+    - [powerpc*] PCI: rpaphp: Annotate and correctly byte swap DRC properties
+    - [powerpc*] PCI: rpaphp: Correctly match ibm, my-drc-index to drc-name
+      when using drc-info
+    - [powerpc*] security: Fix wrong message when RFI Flush is disable
+    - [powerpc*] eeh: differentiate duplicate detection message
+    - [powerpc*] book3s/mm: Update Oops message to print the correct
+      translation in use
+    - bcache: at least try to shrink 1 node in bch_mca_scan()
+    - HID: quirks: Add quirk for HP MSU1465 PIXART OEM mouse
+    - HID: logitech-hidpp: Silence intermittent get_battery_capacity errors
+    - HID: i2c-hid: fix no irq after reset on raydium 3118
+    - [armhf] 8937/1: spectre-v2: remove Brahma-B53 from hardening
+    - libnvdimm/btt: fix variable 'rc' set but not used
+    - HID: Improve Windows Precision Touchpad detection.
+    - HID: rmi: Check that the RMI_STARTED bit is set before unregistering the
+      RMI transport device
+    - watchdog: prevent deferral of watchdogd wakeup on RT
+    - watchdog: Fix the race between the release of watchdog_core_data and
+      cdev
+    - scsi: pm80xx: Fix for SATA device discovery
+    - scsi: ufs: Fix error handing during hibern8 enter
+    - scsi: scsi_debug: num_tgts must be >= 0
+    - scsi: target: core: Release SPC-2 reservations when closing a session
+    - scsi: ufs: Fix up auto hibern8 enablement
+    - scsi: iscsi: Don't send data to unbound connection
+    - scsi: target: iscsi: Wait for all commands to finish before freeing a
+      session
+    - f2fs: Fix deadlock in f2fs_gc() context during atomic files handling
+    - [x86] Drivers: hv: vmbus: Fix crash handler reset of Hyper-V synic
+    - apparmor: fix unsigned len comparison with less than zero
+    - drm/amdgpu: Call find_vma under mmap_sem
+    - cifs: Fix use-after-free bug in cifs_reconnect()
+    - io_uring: io_allocate_scq_urings() should return a sane state
+    - cdrom: respect device capabilities during opening action
+    - cifs: move cifsFileInfo_put logic into a work-queue
+    - perf diff: Use llabs() with 64-bit values
+    - perf script: Fix brstackinsn for AUXTRACE
+    - perf regs: Make perf_reg_name() return "unknown" instead of NULL
+    - [s390x] zcrypt: handle new reply code FILTERED_BY_HYPERVISOR
+    - [s390x] unwind: filter out unreliable bogus %r14
+    - [s390x] cpum_sf: Check for SDBT and SDB consistency
+    - ocfs2: fix passing zero to 'PTR_ERR' warning
+    - [s390x] disable preemption when switching to nodat stack with
+      CALL_ON_STACK
+    - mm/hugetlbfs: fix error handling when setting up mounts
+    - kernel: sysctl: make drop_caches write-only
+    - userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORK
+    - sctp: fix err handling of stream initialization
+    - md: make sure desc_nr less than MD_SB_DISKS
+    - Revert "iwlwifi: assign directly to iwl_trans->cfg in QuZ detection"
+    - netfilter: ebtables: compat: reject all padding in matches/watchers
+    - 6pack,mkiss: fix possible deadlock
+    - [powerpc*] Fix __clear_user() with KUAP enabled
+    - net/smc: add fallback check to connect()
+    - netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()
+    - inetpeer: fix data-race in inet_putpeer / inet_putpeer
+    - net: add a READ_ONCE() in skb_peek_tail()
+    - net: icmp: fix data-race in cmp_global_allow()
+    - hrtimer: Annotate lockless access to timer->state
+    - tomoyo: Don't use nifty names on sockets.
+    - uaccess: disallow > INT_MAX copy sizes
+    - drm: limit to INT_MAX in create_blob ioctl
+    - xfs: fix mount failure crash on invalid iclog memory access
+    - cxgb4/cxgb4vf: fix flow control display for auto negotiation
+    - [armhf] net: dsa: bcm_sf2: Fix IP fragment location and behavior
+    - net/mlxfw: Fix out-of-memory error in mfa2 flash burning
+    - net: phy: aquantia: add suspend / resume ops for AQR105
+    - net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit
+      device
+    - net/sched: add delete_empty() to filters and use it in cls_flower
+    - net_sched: sch_fq: properly set sk->sk_pacing_status
+    - [arm64,armhf] net: stmmac: dwmac-meson8b: Fix the RGMII TX delay on
+      Meson8b/8m2 SoCs
+    - ptp: fix the race between the release of ptp_clock and cdev
+    - tcp: Fix highest_sack and highest_sack_seq
+    - udp: fix integer overflow while computing available space in sk_rcvbuf
+    - bnxt_en: Fix MSIX request logic for RDMA driver.
+    - bnxt_en: Free context memory in the open path if firmware has been
+      reset.
+    - bnxt_en: Return error if FW returns more data than dump length
+    - bnxt_en: Fix bp->fw_health allocation and free logic.
+    - bnxt_en: Remove unnecessary NULL checks for fw_health
+    - bnxt_en: Fix the logic that creates the health reporters.
+    - bnxt_en: Add missing devlink health reporters for VFs.
+    - net: add bool confirm_neigh parameter for dst_ops.update_pmtu
+    - ip6_gre: do not confirm neighbor when do pmtu update
+    - gtp: do not confirm neighbor when do pmtu update
+    - net/dst: add new function skb_dst_update_pmtu_no_confirm
+    - tunnel: do not confirm neighbor when do pmtu update
+    - vti: do not confirm neighbor when do pmtu update
+    - sit: do not confirm neighbor when do pmtu update
+    - net/dst: do not confirm neighbor for vxlan and geneve pmtu update
+    - [arm64,armhf] net: marvell: mvpp2: phylink requires the link interrupt
+    - gtp: fix wrong condition in gtp_genl_dump_pdp()
+    - gtp: avoid zero size hashtable
+    - bonding: fix active-backup transition after link failure
+    - tcp: do not send empty skb from tcp_write_xmit()
+    - tcp/dccp: fix possible race __inet_lookup_established()
+    - [x86] hv_netvsc: Fix tx_table init in rndis_set_subchannel()
+    - gtp: fix an use-after-free in ipv4_pdp_find()
+    - gtp: do not allow adding duplicate tid and ms_addr pdp context
+    - bnxt: apply computed clamp value for coalece parameter
+    - ipv6/addrconf: only check invalid header values when
+      NETLINK_F_STRICT_CHK is set
+    - [arm64,armhf] net: phylink: fix interface passed to mac_link_up
+    - net: ena: fix napi handler misbehavior when the napi budget is zero
+    - vhost/vsock: accept only packets with the right dst_cid
+    - mm/hugetlbfs: fix for_each_hstate() loop in init_hugetlbfs_fs()
+
+  [ Salvatore Bonaccorso ]
+  * debian/lib/python/debian_linux/abi.py: Add one missing string replacement.
+  * debian/lib/python/debian_linux/abi.py: strip whitespace characters in
+    line.
+  * [rt] Refresh lib-ubsan-Don-t-seralize-UBSAN-report.patch for context
+    changes in 5.4.7
+  * [rt] Drop x86-ioapic-Prevent-inconsistent-state-when-moving-an.patch
+  * Enable EROFS filesystem support as module.
+    Enable EROFS_FS as module, enable EROFS_FS_XATTR, EROFS_FS_POSIX_ACL,
+    EROFS_FS_SECURITY, EROFS_FS_ZIP and EROFS_FS_CLUSTER_PAGE_LIMIT.
+    Thanks to Gao Xiang <gaoxiang25@huawei.com> (Closes: #946569)
+  * Enable additional netfilter modules.
+    Enable NFT_BRIDGE_META, NF_CONNTRACK_BRIDGE, IP6_NF_MATCH_SRH, NFT_XFRM
+    and NFT_SYNPROXY as modules.
+    Thanks to Arturo Borrero Gonzalez (Closes: #948031)
+  * [rt] Drop watchdog-prevent-deferral-of-watchdogd-wakeup-on-RT.patch
+  * [rt] Refresh Use-CONFIG_PREEMPTION.patch (Context changes in 5.4.8)
+  * Bump ABI to 2
+
+  [ YunQiang Su ]
+  * [mips*/octeon] Fix ftbfs on mips* due to octeon image-file:
+        move "image-file: linux" to octeon_build from octeon_image.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 05 Jan 2020 15:40:37 +0100
+
+linux (5.4.6-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.3
+    - rsi: release skb if rsi_prepare_beacon fails (CVE-2019-19071)
+    - lp: fix sparc64 LPSETTIMEOUT ioctl
+    - time: Zero the upper 32-bits in __kernel_timespec on 32-bit
+    - usb: gadget: u_serial: add missing port entry locking
+    - [arm64] tty: serial: msm_serial: Fix flow control
+    - [arm64,armel,armhf] serial: pl011: Fix DMA ->flush_buffer()
+    - serial: serial_core: Perform NULL checks for break_ctl ops
+    - [armhf] serial: stm32: fix clearing interrupt error flags
+    - serial: 8250_dw: Avoid double error messaging when IRQ absent
+    - mwifiex: Re-work support for SDIO HW reset
+    - io_uring: fix dead-hung for non-iter fixed rw
+    - io_uring: transform send/recvmsg() -ERESTARTSYS to -EINTR
+    - fuse: fix leak of fuse_io_priv
+    - fuse: verify nlink
+    - fuse: verify write return
+    - fuse: verify attributes
+    - io_uring: fix missing kmap() declaration on powerpc
+    - io_uring: ensure req->submit is copied when req is deferred
+    - SUNRPC: Avoid RPC delays when exiting suspend
+    - ALSA: hda/realtek - Enable internal speaker of ASUS UX431FLC
+    - ALSA: hda/realtek - Enable the headset-mic on a Xiaomi's laptop
+    - ALSA: hda/realtek - Dell headphone has noise on unmute for ALC236
+    - ALSA: hda/realtek - Fix inverted bass GPIO pin on Acer 8951G
+    - ALSA: pcm: oss: Avoid potential buffer overflows
+    - ALSA: hda - Add mute led support for HP ProBook 645 G4
+    - ALSA: hda: Modify stream stripe mask only when needed
+    - Input: synaptics - switch another X1 Carbon 6 to RMI/SMbus
+    - Input: synaptics-rmi4 - re-enable IRQs in f34v7_do_reflash
+    - [x86] Input: synaptics-rmi4 - don't increment rmiaddr for SMBus
+      transfers
+    - Input: goodix - add upside-down quirk for Teclast X89 tablet
+    - media: rc: mark input device as pointing stick
+    - [i386] x86/mm/32: Sync only to VMALLOC_END in vmalloc_sync_all()
+    - [x86] PCI: Avoid AMD FCH XHCI USB PME# from D0 defect
+    - CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks
+    - CIFS: Fix SMB2 oplock break processing
+    - tty: vt: keyboard: reject invalid keycodes
+    - can: slcan: Fix use-after-free Read in slcan_open
+    - nfsd: Ensure CLONE persists data and metadata changes to the target file
+    - nfsd: restore NFSv3 ACL support
+    - kernfs: fix ino wrap-around detection
+    - jbd2: Fix possible overflow in jbd2_log_space_left()
+    - [arm64] drm/msm: fix memleak on release
+    - drm: damage_helper: Fix race checking plane->state->fb
+    - [i386] drm/i810: Prevent underflow in ioctl
+    - [arm64] Validate tagged addresses in access_ok() called from kernel
+      threads
+    - [powerpc*] KVM: PPC: Book3S HV: XIVE: Free previous EQ page when setting
+      up a new one
+    - [powerpc*] KVM: PPC: Book3S HV: XIVE: Fix potential page leak on error
+      path
+    - [powerpc*] KVM: PPC: Book3S HV: XIVE: Set kvm->arch.xive when VPs are
+      allocated
+    - [x86] KVM: nVMX: Always write vmcs02.GUEST_CR3 during nested VM-Enter
+    - [arm64,armhf] KVM: vgic: Don't rely on the wrong pending table
+    - [x86] KVM: do not modify masked bits of shared MSRs
+    - [x86] KVM: fix presentation of TSX feature in ARCH_CAPABILITIES
+    - [x86] KVM: Remove a spurious export of a static function
+    - [x86] KVM: Grab KVM's srcu lock when setting nested state
+    - crypto: af_alg - cast ki_complete ternary op to int
+    - [i386] crypto: geode-aes - switch to skcipher for cbc(aes) fallback
+    - [x86] crypto: ccp - fix uninitialized list head
+    - crypto: ecdh - fix big endian bug in ECC library
+    - crypto: user - fix memory leak in crypto_report (CVE-2019-19062)
+    - [armhf] spi: stm32-qspi: Fix kernel oops when unbinding driver
+    - spi: Fix SPI_CS_HIGH setting when using native and GPIO CS
+    - spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CS
+    - can: ucan: fix non-atomic allocation in completion handler
+    - [amd64] RDMA/qib: Validate ->show()/store() callbacks before calling
+      them
+    - rfkill: allocate static minor
+    - bdev: Factor out bdev revalidation into a common helper
+    - bdev: Refresh bdev size for disks without partitioning
+    - iomap: Fix pipe page leakage during splicing
+    - thermal: Fix deadlock in thermal thermal_zone_device_check
+    - vcs: prevent write access to vcsu devices
+    - Revert "serial/8250: Add support for NI-Serial PXI/PXIe+485 devices"
+    - binder: Fix race between mmap() and binder_alloc_print_pages()
+    - binder: Prevent repeated use of ->mmap() via NULL mapping
+    - binder: Handle start==NULL in binder_update_page_range()
+    - [x86] KVM: fix out-of-bounds write in KVM_GET_EMULATED_CPUID
+      (CVE-2019-19332)
+    - ALSA: hda - Fix pending unsol events at shutdown
+    - md/raid0: Fix an error message in raid0_make_request()
+    - drm/mcde: Fix an error handling path in 'mcde_probe()'
+    - perf script: Fix invalid LBR/binary mismatch error
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.4
+    - usb: gadget: configfs: Fix missing spin_lock_init()
+    - [x86] usb: gadget: pch_udc: fix use after free
+    - nvme: Namepace identification descriptor list is optional
+    - Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T"
+    - scsi: lpfc: Fix bad ndlp ptr in xri aborted handling
+    - [s390x] scsi: zfcp: trace channel log even for FCP command responses
+    - scsi: qla2xxx: Do command completion on abort timeout
+    - scsi: qla2xxx: Fix driver unload hang
+    - scsi: qla2xxx: Fix double scsi_done for abort path
+    - scsi: qla2xxx: Fix memory leak when sending I/O fails
+    - compat_ioctl: add compat_ptr_ioctl()
+    - ceph: fix compat_ioctl for ceph_dir_operations
+    - [arm64] media: venus: remove invalid compat_ioctl32 handler
+    - USB: uas: honor flag to avoid CAPACITY16
+    - USB: uas: heed CAPACITY_HEURISTICS
+    - USB: documentation: flags on usb-storage versus UAS
+    - usb: Allow USB device to be warm reset in suspended state
+    - [arm64,armhf] usb: host: xhci-tegra: Correct phy enable sequence
+    - binder: fix incorrect calculation for num_valid
+    - staging: rtl8188eu: fix interface sanity check
+    - staging: rtl8712: fix interface sanity check
+    - [arm*] staging: vchiq: call unregister_chrdev_region() when driver
+      registration fails
+    - staging: gigaset: fix general protection fault on probe
+    - staging: gigaset: fix illegal free on probe errors
+    - staging: gigaset: add endpoint-type sanity check
+    - usb: xhci: only set D3hot for pci device
+    - xhci: Fix memory leak in xhci_add_in_port()
+    - xhci: fix USB3 device initiated resume race with roothub autosuspend
+    - xhci: Increase STS_HALT timeout in xhci_suspend()
+    - xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default
+      behaviour.
+    - xhci: make sure interrupts are restored to correct state
+    - [x86] iio: imu: inv_mpu6050: fix temperature reporting using bad unit
+    - USB: atm: ueagle-atm: add missing endpoint check
+    - USB: idmouse: fix interface sanity checks
+    - USB: serial: io_edgeport: fix epic endpoint lookup
+    - usb: roles: fix a potential use after free
+    - USB: adutux: fix interface sanity check
+    - usb: core: urb: fix URB structure initialization function
+    - usb: mon: Fix a deadlock in usbmon between mmap and read
+    - [arm64,amd64,i386] tpm: add check after commands attribs tab allocation
+    - [arm64,amd64,i386] tpm: Switch to platform_get_irq_optional()
+    - brcmfmac: disable PCIe interrupts before bus reset
+    - mtd: rawnand: Change calculating of position page containing BBM
+    - virtio-balloon: fix managed page counts when migrating pages between
+      zones
+    - usb: dwc3: pci: add ID for the Intel Comet Lake -H variant
+    - [arm64,armhf] usb: dwc3: gadget: Fix logical condition
+    - [arm64,armhf] usb: dwc3: gadget: Clear started flag for non-IOC
+    - [arm64,armhf] usb: dwc3: ep0: Clear started flag on completion
+    - [x86] usb: typec: fix use after free in typec_register_port()
+    - iwlwifi: pcie: fix support for transmitting SKBs with fraglist
+    - btrfs: check page->mapping when loading free space cache
+    - btrfs: use btrfs_block_group_cache_done in update_block_group
+    - btrfs: use refcount_inc_not_zero in kill_all_nodes
+    - Btrfs: fix metadata space leak on fixup worker failure to set range as
+      delalloc
+    - Btrfs: fix negative subv_writers counter and data space leak after
+      buffered write
+    - btrfs: Avoid getting stuck during cyclic writebacks
+    - btrfs: Remove btrfs_bio::flags member
+    - Btrfs: send, skip backreference walking for extents with many references
+    - btrfs: record all roots for rename exchange on a subvol
+    - rtlwifi: rtl8192de: Fix missing code to retrieve RX buffer address
+    - rtlwifi: rtl8192de: Fix missing callback that tests for hw release of
+      buffer
+    - rtlwifi: rtl8192de: Fix missing enable interrupt flag
+    - ovl: fix lookup failure on multi lower squashfs
+    - ovl: fix corner case of non-unique st_dev;st_ino
+    - ovl: relax WARN_ON() on rename to self
+    - [arm*] hwrng: omap - Fix RNG wait loop timeout
+    - dm writecache: handle REQ_FUA
+    - dm zoned: reduce overhead of backing device checks
+    - workqueue: Fix spurious sanity check failures in destroy_workqueue()
+    - workqueue: Fix pwq ref leak in rescuer_thread()
+    - ASoC: rt5645: Fixed buddy jack support.
+    - ASoC: rt5645: Fixed typo for buddy jack support.
+    - ASoC: Jack: Fix NULL pointer dereference in snd_soc_jack_report
+    - md: improve handling of bio with REQ_PREFLUSH in md_flush_request()
+    - blk-mq: avoid sysfs buffer overflow with too many CPU cores
+    - cgroup: pids: use atomic64_t for pids->limit
+    - wil6210: check len before memcpy() calls
+    - ar5523: check NULL before memcpy() in ar5523_cmd()
+    - [s390x] mm: properly clear _PAGE_NOEXEC bit when it is not supported
+    - cpuidle: Do not unset the driver if it is there already
+    - cpuidle: use first valid target residency as poll time
+    - [arm64,armhf] drm/panfrost: Open/close the perfcnt BO
+    - [powerpc*] perf: Disable trace_imc pmu
+    - [x86] intel_th: Fix a double put_device() in error path
+    - [x86] intel_th: pci: Add Ice Lake CPU support
+    - [x86] intel_th: pci: Add Tiger Lake CPU support
+    - PM / devfreq: Lock devfreq in trans_stat_show
+    - [powerpc*] cpufreq: powernv: fix stack bloat and hard limit on number of
+      CPUs
+    - ALSA: fireface: fix return value in error path of isochronous resources
+      reservation
+    - ALSA: oxfw: fix return value in error path of isochronous resources
+      reservation
+    - ALSA: hda/realtek - Line-out jack doesn't work on a Dell AIO
+    - ACPI / utils: Move acpi_dev_get_first_match_dev() under CONFIG_ACPI
+    - ACPI: LPSS: Add LNXVIDEO -> BYT I2C7 to lpss_device_links
+    - ACPI: LPSS: Add LNXVIDEO -> BYT I2C1 to lpss_device_links
+    - ACPI: LPSS: Add dmi quirk for skipping _DEP check for some device-links
+    - ACPI / hotplug / PCI: Allocate resources directly under the non-hotplug
+      bridge
+    - ACPI: OSL: only free map once in osl.c
+    - ACPI: bus: Fix NULL pointer check in acpi_bus_get_private_data()
+    - ACPI: EC: Rework flushing of pending work
+    - ACPI: PM: Avoid attaching ACPI PM domain to certain devices
+    - [arm64] pinctrl: armada-37xx: Fix irq mask access in
+      armada_37xx_irq_set_type()
+    - [armhf] pinctrl: samsung: Add of_node_put() before return in error path
+    - [armhf] pinctrl: samsung: Fix device node refcount leaks in Exynos
+      wakeup controller init
+    - [armhf] pinctrl: samsung: Fix device node refcount leaks in init code
+    - [armhf] mmc: host: omap_hsmmc: add code for special init of wl1251 to
+      get rid of pandora_wl1251_init_card
+    - RDMA/core: Fix ib_dma_max_seg_size()
+    - ppdev: fix PPGETTIME/PPSETTIME ioctls
+    - [powerpc*] Allow 64bit VDSO __kernel_sync_dicache to work across ranges
+      >4GB
+    - [powerpc*] xive: Prevent page fault issues in the machine crash handler
+    - [powerpc*] Allow flush_icache_range to work across ranges >4GB
+    - [powerpc*] xive: Skip ioremap() of ESB pages for LSI interrupts
+    - video/hdmi: Fix AVI bar unpack
+    - quota: Check that quota is not dirty before release
+    - ext2: check err when partial != NULL
+    - seccomp: avoid overflow in implicit constant conversion
+    - quota: fix livelock in dquot_writeback_dquots
+    - ext4: Fix credit estimate for final inode freeing
+    - reiserfs: fix extended attributes on the root directory
+    - scsi: qla2xxx: Fix SRB leak on switch command timeout
+    - scsi: qla2xxx: Fix a dma_pool_free() call
+    - Revert "scsi: qla2xxx: Fix memory leak when sending I/O fails"
+    - [armhf] omap: pdata-quirks: revert pandora specific gpiod additions
+    - [armhf] omap: pdata-quirks: remove openpandora quirks for mmc3 and
+      wl1251
+    - [powerpc*] Avoid clang warnings around setjmp and longjmp
+    - [powerpc*] Fix vDSO clock_getres()
+    - mm, memfd: fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappings
+    - mm: memcg/slab: wait for !root kmem_cache refcnt killing on root
+      kmem_cache destruction
+    - ext4: work around deleting a file with i_nlink == 0 safely
+    - [arm64] firmware: qcom: scm: Ensure 'a0' status code is treated as
+      signed
+    - [s390x] smp,vdso: fix ASCE handling
+    - [s390x] kaslr: store KASLR offset for early dumps
+    - mm/shmem.c: cast the type of unmap_start to u64
+    - [powerpc*] Define arch_is_kernel_initmem_freed() for lockdep
+    - rtc: disable uie before setting time and enable after
+    - splice: only read in as much information as there is pipe buffer space
+    - ext4: fix a bug in ext4_wait_for_tail_page_commit
+    - ext4: fix leak of quota reservations
+    - blk-mq: make sure that line break can be printed
+    - workqueue: Fix missing kfree(rescuer) in destroy_workqueue()
+    - r8169: fix rtl_hw_jumbo_disable for RTL8168evl
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.5
+    - inet: protect against too small mtu values.
+    - mqprio: Fix out-of-bounds access in mqprio_dump
+    - net: bridge: deny dev_set_mac_address() when unregistering
+    - net: dsa: fix flow dissection on Tx path
+    - [armhf] net: ethernet: ti: cpsw: fix extra rx interrupt
+    - net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueues
+    - net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()
+    - [arm64] net: thunderx: start phy before starting autonegotiation
+    - openvswitch: support asymmetric conntrack
+    - tcp: md5: fix potential overestimation of TCP option space
+    - tipc: fix ordering of tipc module init and exit routine
+    - net/mlx5e: Query global pause state before setting prio2buffer
+    - net: ipv6: add net argument to ip6_dst_lookup_flow
+    - net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup
+    - tcp: fix rejected syncookies due to stale timestamps
+    - tcp: tighten acceptance of ACKs not matching a child socket
+    - tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()
+    - net: core: rename indirect block ingress cb function
+    - net: sched: allow indirect blocks to bind to clsact in TC
+    - cls_flower: Fix the behavior using port ranges with hw-offload
+    - gre: refetch erspan header from skb->data after pskb_may_pull()
+    - Fixed updating of ethertype in function skb_mpls_pop
+    - net: Fixed updating of ethertype in skb_mpls_push()
+    - net/mlx5e: Fix TXQ indices to be sequential
+    - net/mlx5e: Fix SFF 8472 eeprom length
+    - net/mlx5e: Fix freeing flow with kfree() and not kvfree()
+    - net/mlx5e: Fix translation of link mode into speed
+    - net/mlx5e: ethtool, Fix analysis of speed setting
+    - page_pool: do not release pool until inflight == 0.
+    - xdp: obtain the mem_id mutex before trying to remove an entry.
+    - r8169: add missing RX enabling for WoL on RTL8125
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.6
+    - USB: Fix incorrect DMA allocations for local memory pool drivers
+    - mmc: block: Make card_busy_detect() a bit more generic
+    - mmc: block: Add CMD13 polling for MMC IOCTLS with R1B response
+    - mmc: core: Drop check for mmc_card_is_removable() in mmc_rescan()
+    - mmc: core: Re-work HW reset for SDIO cards
+    - PCI/PM: Always return devices to D0 when thawing
+    - PCI: pciehp: Avoid returning prematurely from sysfs requests
+    - PCI: Fix Intel ACS quirk UPDCR register address
+    - PCI/MSI: Fix incorrect MSI-X masking on resume
+    - PCI: Do not use bus number zero from EA capability
+    - PCI: Apply Cavium ACS quirk to ThunderX2 and ThunderX3
+    - PM / QoS: Redefine FREQ_QOS_MAX_DEFAULT_VALUE to S32_MAX
+    - block: fix "check bi_size overflow before merge"
+    - gfs2: Multi-block allocations in gfs2_page_mkwrite
+    - gfs2: fix glock reference problem in gfs2_trans_remove_revoke
+    - [arm64] rpmsg: glink: Fix reuse intents memory leak issue
+    - [arm64] rpmsg: glink: Fix use after free in open_ack TIMEOUT case
+    - [arm64] rpmsg: glink: Put an extra reference during cleanup
+    - [arm64] rpmsg: glink: Fix rpmsg_register_device err handling
+    - [arm64] rpmsg: glink: Don't send pending rx_done during remove
+    - [arm64] rpmsg: glink: Free pending deferred work on remove
+    - cifs: smbd: Return -EAGAIN when transport is reconnecting
+    - cifs: smbd: Only queue work for error recovery on memory registration
+    - cifs: smbd: Add messages on RDMA session destroy and reconnection
+    - cifs: smbd: Return -EINVAL when the number of iovs exceeds
+      SMBDIRECT_MAX_SGE
+    - cifs: smbd: Return -ECONNABORTED when trasnport is not in connected
+      state
+    - cifs: Don't display RDMA transport on reconnect
+    - CIFS: Respect O_SYNC and O_DIRECT flags during reconnect
+    - CIFS: Close open handle after interrupted close
+    - CIFS: Do not miss cancelled OPEN responses
+    - CIFS: Fix NULL pointer dereference in mid callback
+    - cifs: Fix retrieval of DFS referrals in cifs_mount()
+    - [armhf] ARM: tegra: Fix FLOW_CTLR_HALT register clobbering by
+      tegra_resume()
+    - vfio/pci: call irq_bypass_unregister_producer() before freeing irq
+    - dma-buf: Fix memory leak in sync_file_merge()
+    - [arm64,armhf] drm/panfrost: Fix a race in panfrost_ioctl_madvise()
+    - [arm64,armhf] drm/panfrost: Fix a BO leak in panfrost_ioctl_mmap_bo()
+    - [arm64,armhf] drm/panfrost: Fix a race in panfrost_gem_free_object()
+    - [x86] drm/mgag200: Extract device type from flags
+    - [x86] drm/mgag200: Store flags from PCI driver data in device structure
+    - [x86] drm/mgag200: Add workaround for HW that does not support
+      'startadd'
+    - [x86] drm/mgag200: Flag all G200 SE A machines as broken wrt <startadd>
+    - [arm64] drm: meson: venc: cvbs: fix CVBS mode matching
+    - dm mpath: remove harmful bio-based optimization
+    - dm btree: increase rebalance threshold in __rebalance2()
+    - dm clone metadata: Track exact changes per transaction
+    - dm clone metadata: Use a two phase commit
+    - dm clone: Flush destination device before committing metadata
+    - dm thin metadata: Add support for a pre-commit callback
+    - dm thin: Flush data device before committing metadata
+    - scsi: ufs: Disable autohibern8 feature in Cadence UFS
+    - scsi: iscsi: Fix a potential deadlock in the timeout handler
+    - scsi: qla2xxx: Ignore NULL pointer in tcm_qla2xxx_free_mcmd
+    - scsi: qla2xxx: Initialize free_work before flushing it
+    - scsi: qla2xxx: Added support for MPI and PEP regions for ISP28XX
+    - scsi: qla2xxx: Change discovery state before PLOGI
+    - scsi: qla2xxx: Correctly retrieve and interpret active flash region
+    - scsi: qla2xxx: Fix incorrect SFUB length used for Secure Flash Update MB
+      Cmd
+    - drm/nouveau/kms/nv50-: Call outp_atomic_check_view() before handling PBN
+    - drm/nouveau/kms/nv50-: Store the bpc we're using in nv50_head_atom
+    - drm/nouveau/kms/nv50-: Limit MST BPC to 8
+    - [x86] drm/i915/fbc: Disable fbc by default on all glk+
+    - drm/radeon: fix r1xx/r2xx register checker for POT textures
+    - drm/dp_mst: Correct the bug in drm_dp_update_payload_part1()
+    - drm/amdgpu: initialize vm_inv_eng0_sem for gfxhub and mmhub
+    - drm/amdgpu: invalidate mmhub semaphore workaround in gmc9/gmc10
+    - drm/amdgpu/gfx10: explicitly wait for cp idle after halt/unhalt
+    - drm/amdgpu/gfx10: re-init clear state buffer after gpu reset
+    - drm/amdgpu: avoid using invalidate semaphore for picasso
+    - drm/amdgpu: add invalidate semaphore limit for SRIOV and picasso in gmc9
+    - ALSA: hda: Fix regression by strip mask fix
+
+  [ Joe Richey ]
+  * [amd64/cloud-amd64] tpm: Enable TPM drivers for Cloud (Closes: #946237)
+
+  [ Ben Hutchings ]
+  * [armel/rpi,armhf,arm64] Enable DEBUG_WX
+  * linux-cpupower: Fix grammar error in package description
+  * debian/control: Make library package descriptions more consistent
+  * Set ABI to 1
+  * tracing: Do not create directories if lockdown is in affect
+
+  [ Aurelien Jarno ]
+  * [armhf,arm64] Fix critical trip point on RPI 3.
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 5.4.3-rt1 and re-enable
+  * [rt] Enable PREEMPT_RT (instead of PREEMPT_RT_FULL) which is part of 5.4
+  * [rt] Update to 5.4.5-rt3
+
+  [ YunQiang Su ]
+  * [mipsel,mips64el/loongson-3] Enable AMDGPU.
+  * [mips*] switch to vmlinuz from vmlinux except octeon.
+  * [mips*] enable CONFIG_MIPS_O32_FP64_SUPPORT.
+  * [mips*] enable CONFIG_CPU_HAS_MSA except octeon.
+
+  [ Vagrant Cascadian ]
+  * [arm64] drivers/gpu/drm/sun4i: Enable DRM_SUN8I_MIXER as a module.
+    (Closes: #946510). Thanks to Andrei POPESCU.
+
+  [ Sudip Mukherjee ]
+  * Add libtraceevent packages (Closes: #944138)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 27 Dec 2019 22:17:44 +0000
+
+linux (5.4.2-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.1
+    - Bluetooth: Fix invalid-free in bcsp_close()
+    - ath9k_hw: fix uninitialized variable data
+    - ath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
+      (CVE-2019-15099)
+    - ath10k: Fix HOST capability QMI incompatibility
+    - ath10k: restore QCA9880-AR1A (v1) detection
+    - Revert "Bluetooth: hci_ll: set operational frequency earlier"
+    - Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues"
+    - md/raid10: prevent access of uninitialized resync_pages offset
+    - [x86] insn: Fix awk regexp warnings
+    - [x86] speculation: Fix incorrect MDS/TAA mitigation status
+    - [x86] speculation: Fix redundant MDS mitigation message
+    - nbd: prevent memory leak
+    - [i386] x86/stackframe/32: Repair 32-bit Xen PV
+    - [i386] x86/xen/32: Make xen_iret_crit_fixup() independent of frame
+      layout
+    - [i386] x86/xen/32: Simplify ring check in xen_iret_crit_fixup()
+    - [i386] x86/doublefault/32: Fix stack canaries in the double fault
+      handler
+    - [i386] x86/pti/32: Size initial_page_table correctly
+    - [i386] x86/cpu_entry_area: Add guard page for entry stack on 32bit
+    - [i386] x86/entry/32: Fix IRET exception
+    - [i386] x86/entry/32: Use %ss segment where required
+    - [i386] x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALL
+    - [i386] x86/entry/32: Unwind the ESPFIX stack earlier on exception entry
+    - [i386] x86/entry/32: Fix NMI vs ESPFIX
+    - [i386] x86/pti/32: Calculate the various PTI cpu_entry_area sizes
+      correctly, make the CPU_ENTRY_AREA_PAGES assert precise
+    - [i386] x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3
+    - futex: Prevent robust futex exit race
+    - ALSA: usb-audio: Fix NULL dereference at parsing BADD
+    - ALSA: usb-audio: Fix Scarlett 6i6 Gen 2 port data
+    - media: vivid: Set vid_cap_streaming and vid_out_streaming to true
+    - media: vivid: Fix wrong locking that causes race conditions on streaming
+      stop (CVE-2019-18683)
+    - media: usbvision: Fix invalid accesses after device disconnect
+    - media: usbvision: Fix races among open, close, and disconnect
+    - cpufreq: Add NULL checks to show() and store() methods of cpufreq
+    - futex: Move futex exit handling into futex code
+    - futex: Replace PF_EXITPIDONE with a state
+    - exit/exec: Seperate mm_release()
+    - futex: Split futex_mm_release() for exit/exec
+    - futex: Set task::futex_state to DEAD right after handling futex exit
+    - futex: Mark the begin of futex exit explicitly
+    - futex: Sanitize exit state handling
+    - futex: Provide state handling for exec() as well
+    - futex: Add mutex around futex exit
+    - futex: Provide distinct return value when owner is exiting
+    - futex: Prevent exit livelock
+    - media: uvcvideo: Fix error path in control parsing failure
+    - media: b2c2-flexcop-usb: add sanity checking (CVE-2019-15291)
+    - media: cxusb: detect cxusb_ctrl_msg error in query
+    - media: imon: invalid dereference in imon_touch_event
+    - media: mceusb: fix out of bounds read in MCE receiver buffer
+    - ALSA: hda - Disable audio component for legacy Nvidia HDMI codecs
+    - usbip: tools: fix fd leakage in the function of read_attr_usbip_status
+    - usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit()
+    - usb-serial: cp201x: support Mark-10 digital force gauge
+    - USB: chaoskey: fix error case of a timeout
+    - appledisplay: fix error handling in the scheduled work
+    - USB: serial: mos7840: add USB ID to support Moxa UPort 2210
+    - USB: serial: mos7720: fix remote wakeup
+    - USB: serial: mos7840: fix remote wakeup
+    - USB: serial: option: add support for DW5821e with eSIM support
+    - USB: serial: option: add support for Foxconn T77W968 LTE modules
+    - [x86] staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding error
+    - [powerpc*] powerpc/book3s64: Fix link stack flush on context switch
+      (CVE-2019-18660)
+    - [powerpc*] KVM: PPC: Book3S HV: Flush link stack on guest exit to host
+      kernel
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.2
+    - io_uring: async workers should inherit the user creds
+    - net: separate out the msghdr copy from ___sys_{send,recv}msg()
+    - net: disallow ancillary data for __sys_{send,recv}msg_file()
+    - [arm64] crypto: inside-secure - Fix stability issue with Macchiatobin
+    - driver core: platform: use the correct callback type for bus_find_device
+    - [arm64,armel,armhf] usb: dwc2: use a longer core rest timeout in
+      dwc2_core_reset()
+    - [x86] staging: rtl8192e: fix potential use after free
+    - staging: rtl8723bs: Drop ACPI device ids
+    - staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids
+    - USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P
+    - [x86] mei: bus: prefix device names on bus with the bus name
+    - [x86] mei: me: add comet point V device id
+    - [x86] thunderbolt: Power cycle the router if NVM authentication fails
+    - [x86] fpu: Don't cache access to fpu_fpregs_owner_ctx
+    - macvlan: schedule bc_work even if error
+    - mdio_bus: don't use managed reset-controller
+    - net: macb: add missed tasklet_kill
+    - net: psample: fix skb_over_panic
+    - net: sched: fix `tc -s class show` no bstats on class with nolock
+      subqueues
+    - openvswitch: fix flow command message size
+    - sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook
+    - slip: Fix use-after-free Read in slip_open
+    - sctp: cache netns in sctp_ep_common
+    - openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()
+    - openvswitch: remove another BUG_ON()
+    - net: skmsg: fix TLS 1.3 crash with full sk_msg
+    - tipc: fix link name length check
+    - r8169: fix jumbo configuration for RTL8168evl
+    - r8169: fix resume on cable plug-in
+    - ext4: add more paranoia checking in ext4_expand_extra_isize handling
+    - Revert "jffs2: Fix possible null-pointer dereferences in
+      jffs2_add_frag_to_fragtree()"
+    - HID: core: check whether Usage Page item is after Usage ID items
+    - [x86] platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer
+    - [x86] platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as input
+      size
+
+  [ Ben Hutchings ]
+  * [armel] udeb: Replace m25p80 with spi-nor in mtd-modules (fixes FTBFS)
+  * [ia64] udeb: Remove SGI SN2 modules (fixes FTBFS)
+  * iio: Enable TI_ADS1015 as module, replacing SENSORS_ADS1015
+  * [armhf] regulator: Really enable REGULATOR_STM32_PWR
+  * [armhf] drm/panel: Enable DRM_PANEL_{SONY_ACX565AKM,TPO_TD028TTEC1,
+    TPO_TD043MTEA1} as modules, replacing the corresponding omapdrm options
+  * [armhf,arm64] platform/chrome: Change chromeos drivers back to modules
+  * Build-Depend on kernel-wedge 2.102; remove workaround in debian/rules.real
+  * debian/bin: Add script to update taint list for bug reporting script
+  * linux-image: bug: Update taint list and use upstream descriptions
+  * btrfs,fanotify: Use TAINT_AUX instead of TAINT_USER for unsupported
+    features
+
+  [ Romain Perier ]
+  * Enable VIRTIO_FS and VIRTIO_PMEM (Closes: #945853)
+
+  [ Aurelien Jarno]
+  * [ppc64el] Fix building libbpf with recent binutils versions (fixes FTBFS).
+
+  [ Luca Boccassi ]
+  * verity: enable DM_VERITY_VERIFY_ROOTHASH_SIG
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 05 Dec 2019 08:37:56 +0100
+
+linux (5.4-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_5.4
+
+  [ Ben Hutchings ]
+  * lockdown: Rebase on upstream Lockdown LSM:
+    - Refresh "efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode"
+    - Update "efi: Lock down the kernel if booted in secure boot mode"
+    - Update "Add a SysRq option to lift kernel lockdown"
+    - Update "mtd: Disable slram and phram when locked down"
+    - Update "arm64: add kernel config option to lock down when in Secure Boot
+      mode"
+    - Refresh "lockdown: Refer to Debian wiki until manual page exists"
+    - Drop all other lockdown patches
+    - Enable SECURITY_LOCKDOWN_LSM, LOCK_DOWN_KERNEL_FORCE_NONE,
+      LOCK_DOWN_IN_EFI_SECURE_BOOT
+  * [armel/marvell] lockdown: Disable Lockdown as it now selects MODULE_SIG
+  * [amd64] Update "x86: Make x32 syscall support conditional …" for 5.4
+  * debian/lib/python/debian_linux/abi.py: Add support for symbol namespaces
+  * debian/bin/genpatch-rt: Fix series generation from git
+
+  [ Romain Perier ]
+  * Rebased the following patches onto 5.4.x:
+    - debian/version.patch
+    - debian/ia64-hardcode-arch-script-output.patch
+    - bugfix/all/
+      radeon-amdgpu-firmware-is-required-for-drm-and-kms-on-r600-onward.patch
+    - features/all/aufs5/aufs5-mmap.patch
+    - features/all/aufs5/aufs5-standalone.patch
+    - features/x86/
+      intel-iommu-add-kconfig-option-to-exclude-igpu-by-default.patch
+    - bugfix/all/fs-add-module_softdep-declarations-for-hard-coded-cr.patch
+    - debian/revert-objtool-fix-config_stack_validation-y-warning.patch
+    - features/all/db-mok-keyring/
+      0003-MODSIGN-checking-the-blacklisted-hash-before-loading-a-kernel-module
+      .patch
+    - bugfix/all/tools-perf-man-date.patch
+    - bugfix/all/usbip-fix-misuse-of-strncpy.patch
+    - bugfix/all/partially-revert-usb-kconfig-using-select-for-usb_co.patch
+
+  [ John Paul Adrian Glaubitz ]
+  * [m68k] Enable CONFIG_PATA_BUDDHA as module
+
+  [ Aurelien Jarno ]
+  * [armhf] Add support for STM32MP1 SoC: enable ARCH_STM32,
+    CRYPTO_DEV_STM32_CRC, CRYPTO_DEV_STM32_CRYP, CRYPTO_DEV_STM32_HASH,
+    DRM_PANEL_ORISETECH_OTM8009A, DRM_SII902X, DRM_STM, DRM_STM_DSI,
+    HW_RANDOM_STM32, I2C_STM32F7, INPUT_STPMIC1_ONKEY, MFD_STM32_LPTIMER,
+    MFD_STPMIC1, MTD_NAND_STM32_FMC2, PHY_STM32_USBPHYC, PWM_STM32_LP,
+    REGULATOR_STM32_BOOSTER, REGULATOR_STM32_PWR, REGULATOR_STM32_VREFBUF,
+    REGULATOR_STPMIC1, REMOTEPROC, RTC_DRV_STM32, SERIAL_STM32,
+    SERIAL_STM32_CONSOLE, SND_AUDIO_GRAPH_CARD, SND_SOC_CS42L51_I2C,
+    SND_SOC_STM32_DFSDM, SND_SOC_STM32_I2S, SND_SOC_STM32_SAI,
+    SND_SOC_STM32_SPDIFRX, SPI_STM32, SPI_STM32_QSPI, STM32_DMA,
+    STM32_DMAMUX, STM32_MDMA, STM32_RPROC, STPMIC1_WATCHDOG,
+    TOUCHSCREEN_EDT_FT5X06.
+  * [arm64] Re-enable BT_HCIUART_{BCM,LL} (arm64 version of #906048).
+  * [arm64,armhf] Enable CLK_RASPBERRYPI and RASPBERRYPI_CPUFREQ.
+
+  [ Salvatore Bonaccorso ]
+  * md: Enable MD_CLUSTER as module (Closes: #927026)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 26 Nov 2019 01:33:11 +0000
+
+linux (5.3.15-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.10
+    - regulator: of: fix suspend-min/max-voltage parsing
+    - ASoC: topology: Fix a signedness bug in soc_tplg_dapm_widget_create()
+    - [arm64] dts: allwinner: a64: pine64-plus: Add PHY regulator delay
+    - [arm64] dts: allwinner: a64: Drop PMU node
+    - [arm64] dts: allwinner: a64: sopine-baseboard: Add PHY regulator delay
+    - [arm64] dts: Fix gpio to pinmux mapping
+    - [x86] pinctrl: intel: Allocate IRQ chip dynamic
+    - [amd64] ASoC: SOF: loader: fix kernel oops on firmware boot failure
+    - [amd64] ASoC: SOF: topology: fix parse fail issue for byte/bool tuple
+      types
+    - [amd64] ASoC: SOF: Intel: hda: fix warnings during FW load
+    - [amd64] ASoC: SOF: Intel: initialise and verify FW crash dump data.
+    - [amd64] ASoC: SOF: Intel: hda: Disable DMI L1 entry during capture
+    - [amd64] ASoC: rt5682: add NULL handler to set_jack function
+    - [amd64] ASoC: intel: sof_rt5682: add remove function to disable jack
+    - [x86] ASoC: intel: bytcr_rt5651: add null check to support_button_press
+    - [armhf] regulator: pfuze100-regulator: Variable "val" in
+      pfuze100_regulator_probe() could be uninitialized
+    - [armhf,arm64] ASoc: rockchip: i2s: Fix RPM imbalance
+    - [arm64] dts: rockchip: fix Rockpro64 RK808 interrupt line
+    - [armhf] dts: logicpd-torpedo-som: Remove twl_keypad
+    - [arm64] dts: rockchip: fix RockPro64 vdd-log regulator settings
+    - [arm64] dts: rockchip: fix RockPro64 sdhci settings
+    - [arm64] dts: zii-ultra: fix ARM regulator states
+    - [armhf] dts: am3874-iceboard: Fix 'i2c-mux-idle-disconnect' usage
+    - [armhf] dts: Use level interrupt for omap4 & 5 wlcore
+    - [armel,armhf] mm: fix alignment handler faults under memory pressure
+    - scsi: qla2xxx: fix a potential NULL pointer dereference
+    - scsi: scsi_dh_alua: handle RTPG sense code correctly during state
+      transitions
+    - [armel,armhf] 8908/1: add __always_inline to functions called from
+      __get_user_check()
+    - [arm64] dts: rockchip: fix RockPro64 sdmmc settings
+    - [arm64] dts: rockchip: Fix usb-c on Hugsun X99 TV Box
+    - [armhf] dts: imx6q-logicpd: Re-Enable SNVS power key
+    - perf tools: Fix resource leak of closedir() on the error paths
+    - perf c2c: Fix memory leak in build_cl_output()
+    - perf kmem: Fix memory leak in compact_gfp_flags()
+    - drm/amdgpu: fix potential VM faults
+    - drm/amdgpu: fix error handling in amdgpu_bo_list_create
+    - scsi: target: core: Do not overwrite CDB byte 1
+    - scsi: hpsa: add missing hunks in reset-patch
+    - [x86] ASoC: Intel: sof-rt5682: add a check for devm_clk_get
+    - [x86] ASoC: SOF: control: return true when kcontrol values change
+    - tracing: Fix "gfp_t" format for synthetic events
+    - [arm64] dts: bcm2837-rpi-cm3: Avoid leds-gpio probing issue
+    - [x86] ALSA: hda: Add Tigerlake/Jasperlake PCI ID
+    - [armhf,arm64] irqchip/gic-v3-its: Use the exact ITSList for VMOVP
+    - cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs
+    - [riscv64] irqchip/sifive-plic: Skip contexts except supervisor in
+      plic_init()
+    - nbd: protect cmd->status with cmd->lock
+    - nbd: handle racing with error'ed out commands
+    - cxgb4: fix panic when attaching to ULD fail
+    - cxgb4: request the TX CIDX updates to status page
+    - dccp: do not leak jiffies on the wire
+    - erspan: fix the tun_info options_len check for erspan
+    - inet: stop leaking jiffies on the wire
+    - net: annotate accesses to sk->sk_incoming_cpu
+    - net: annotate lockless accesses to sk->sk_napi_id
+    - [armhf] net: dsa: bcm_sf2: Fix IMP setup for port different than 8
+    - net: fix sk_page_frag() recursion from memory reclaim
+    - [arm64] net: hisilicon: Fix ping latency when deal with high throughput
+    - net/mlx4_core: Dynamically set guaranteed amount of counters per VF
+    - netns: fix GFP flags in rtnl_net_notifyid()
+    - net: rtnetlink: fix a typo fbd -> fdb
+    - net: usb: lan78xx: Disable interrupts before calling generic_handle_irq()
+    - net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()
+    - udp: fix data-race in udp_set_dev_scratch()
+    - vxlan: check tun_info options_len properly
+    - net: add skb_queue_empty_lockless()
+    - udp: use skb_queue_empty_lockless()
+    - net: use skb_queue_empty_lockless() in poll() handlers
+    - net: use skb_queue_empty_lockless() in busy poll contexts
+    - net: add READ_ONCE() annotation in __skb_wait_for_more_packets()
+    - ipv4: fix route update on metric change.
+    - net/smc: fix closing of fallback SMC sockets
+    - net/smc: keep vlan_id for SMC-R in smc_listen_work()
+    - keys: Fix memory leak in copy_net_ns
+    - net: phylink: Fix phylink_dbg() macro
+    - rxrpc: Fix handling of last subpacket of jumbo packet
+    - net/mlx5e: Determine source port properly for vlan push action
+    - net/mlx5e: Remove incorrect match criteria assignment line
+    - net/mlx5e: Initialize on stack link modes bitmap
+    - net/mlx5: Fix flow counter list auto bits struct
+    - net/smc: fix refcounting for non-blocking connect()
+    - net/mlx5: Fix rtable reference leak
+    - r8169: fix wrong PHY ID issue with RTL8168dp
+    - net/mlx5e: Fix ethtool self test: link speed
+    - net/mlx5e: Fix handling of compressed CQEs in case of low NAPI budget
+    - ipv4: fix IPSKB_FRAG_PMTU handling with fragmentation
+    - [armhf] net: dsa: b53: Do not clear existing mirrored port mask
+    - net: dsa: fix switch tree list
+    - net: ensure correct skb->tstamp in various fragmenters
+    - [arm64] net: hns3: fix mis-counting IRQ vector numbers issue
+    - net: netem: fix error path for corrupted GSO frames
+    - net: reorder 'struct net' fields to avoid false sharing
+    - net: usb: lan78xx: Connect PHY before registering MAC
+    - [x86] r8152: add device id for Lenovo ThinkPad USB-C Dock Gen 2
+    - net: netem: correct the parent's backlog when corrupted packet was
+      dropped
+    - net/flow_dissector: switch to siphash
+    - CIFS: Fix retry mid list corruption on reconnects
+    - usb: gadget: udc: core: Fix segfault if udc_bind_to_driver() for pending
+      driver fails
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.11
+    - bonding: fix state transition issue in link monitoring
+    - CDC-NCM: handle incomplete transfer of MTU
+    - ipv4: Fix table id reference in fib_sync_down_addr
+    - [mips*/octeon] net: ethernet: octeon_mgmt: Account for second possible
+      VLAN header
+    - net: fix data-race in neigh_event_send()
+    - net: usb: qmi_wwan: add support for DW5821e with eSIM support
+    - nfc: netlink: fix double device reference drop
+    - qede: fix NULL pointer deref in __qede_remove()
+    - ipv6: fixes rt6_probe() and fib6_nh->last_probe init
+    - [arm64] net: hns: Fix the stray netpoll locks causing deadlock in NAPI
+      path
+    - net: prevent load/store tearing on sk->sk_stamp
+    - net: sched: prevent duplicate flower rules from tcf_proto destroy race
+    - net/smc: fix ethernet interface refcounting
+    - vsock/virtio: fix sock refcnt holding during the shutdown
+    - r8169: fix page read in r8168g_mdio_read
+    - ALSA: timer: Fix incorrectly assigned timer instance
+    - ALSA: bebob: fix to detect configured source of sampling clock for
+      Focusrite Saffire Pro i/o series
+    - ALSA: hda/ca0132 - Fix possible workqueue stall
+    - mm: memcontrol: fix NULL-ptr deref in percpu stats flush
+    - mm: memcontrol: fix network errors from failing __GFP_ATOMIC charges
+    - mm, meminit: recalculate pcpu batch and high limits after init completes
+    - mm: thp: handle page cache THP correctly in PageTransCompoundMap
+    - mm, vmstat: hide /proc/pagetypeinfo from normal users
+    - dump_stack: avoid the livelock of the dump_lock
+    - mm: slab: make page_cgroup_ino() to recognize non-compound slab pages
+      properly
+    - btrfs: Consider system chunk array size for new SYSTEM chunks
+    - btrfs: tree-checker: Fix wrong check on max devid
+    - btrfs: save i_size to avoid double evaluation of i_size_read in
+      compress_file_range
+    - [x86] pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
+    - perf tools: Fix time sorting
+    - perf map: Use zalloc for map_groups
+    - drm/radeon: fix si_enable_smc_cac() failed issue
+    - HID: wacom: generic: Treat serial number and related fields as unsigned
+    - mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
+    - blkcg: make blkcg_print_stat() print stats only for online blkgs
+    - [arm64] Do not mask out PTE_RDONLY in pte_same()
+    - ceph: fix use-after-free in __ceph_remove_cap()
+    - ceph: fix RCU case handling in ceph_d_revalidate()
+    - ceph: add missing check in d_revalidate snapdir handling
+    - ceph: don't try to handle hashed dentries in non-O_CREAT atomic_open
+    - ceph: don't allow copy_file_range when stripe_count != 1
+    - [x86] iio: imu: inv_mpu6050: fix no data on MPU6050
+    - [armhf] sunxi: Fix CPU powerdown on A83T
+    - [armhf] dts: imx6-logicpd: Re-enable SNVS power key
+    - cpufreq: intel_pstate: Fix invalid EPB setting
+    - clone3: validate stack arguments
+    - netfilter: nf_tables: Align nft_expr private data to 64-bit
+    - netfilter: ipset: Fix an error code in ip_set_sockfn_get()
+    - [x86] intel_th: gth: Fix the window switching sequence
+    - [x86] intel_th: pci: Add Comet Lake PCH support
+    - [x86] intel_th: pci: Add Jasper Lake PCH support
+    - [amd64] dumpstack: Don't evaluate exception stacks before setup
+    - [i386] apic: Avoid bogus LDR warnings
+    - SMB3: Fix persistent handles reconnect
+    - can: usb_8dev: fix use-after-free on disconnect
+    - [armhf] can: flexcan: disable completely the ECC mechanism
+    - [armhf] can: c_can: c_can_poll(): only read status register after status
+      IRQ
+    - can: peak_usb: fix a potential out-of-sync while decoding packets
+    - can: rx-offload: can_rx_offload_queue_sorted(): fix error handling, avoid
+      skb mem leak
+    - can: gs_usb: gs_can_open(): prevent memory leak (CVE-2019-19052)
+    - can: dev: add missing of_node_put() after calling of_get_child_by_name()
+    - can: mcba_usb: fix use-after-free on disconnect (CVE-2019-19529)
+    - can: peak_usb: fix slab info leak (CVE-2019-19534)
+    - configfs: fix a deadlock in configfs_symlink()
+    - ALSA: usb-audio: More validations of descriptor units
+    - ALSA: usb-audio: Simplify parse_audio_unit()
+    - ALSA: usb-audio: Unify the release of usb_mixer_elem_info objects
+    - ALSA: usb-audio: Remove superfluous bLength checks
+    - ALSA: usb-audio: Clean up check_input_term()
+    - ALSA: usb-audio: Fix possible NULL dereference at
+      create_yamaha_midi_quirk()
+    - ALSA: usb-audio: remove some dead code
+    - ALSA: usb-audio: Fix copy&paste error in the validator
+    - usbip: Implement SG support to vhci-hcd and stub driver
+    - HID: google: add magnemite/masterball USB ids
+    - bpf: lwtunnel: Fix reroute supplying invalid dst
+    - [x86] HID: intel-ish-hid: fix wrong error handling in
+      ishtp_cl_alloc_tx_ring()
+    - [powerpc] fix allow/prevent_user_access() when crossing segment
+      boundaries.
+    - RDMA/mlx5: Clear old rate limit when closing QP
+    - iw_cxgb4: fix ECN check on the passive accept
+    - RDMA/siw: free siw_base_qp in kref release routine
+    - RDMA/qedr: Fix reported firmware version
+    - IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
+    - net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup flow
+    - net/mlx5e: TX, Fix consumer index of error cqe dump
+    - net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
+      (CVE-2019-19045)
+    - net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump (CVE-2019-19047)
+    - scsi: qla2xxx: fixup incorrect usage of host_byte
+    - scsi: lpfc: Check queue pointer before use
+    - scsi: ufs-bsg: Wake the device before sending raw upiu commands
+    - RDMA/uverbs: Prevent potential underflow
+    - bpf: Fix use after free in subprog's jited symbol removal
+    - [armhf,arm64] net: stmmac: Fix the problem of tso_xmit
+    - net: openvswitch: free vport unless register_netdevice() succeeds
+    - scsi: lpfc: Honor module parameter lpfc_use_adisc
+    - scsi: qla2xxx: Initialized mailbox to prevent driver load failure
+    - bpf: Fix use after free in bpf_get_prog_name
+    - iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
+    - iwlwifi: pcie: fix all 9460 entries for qnj
+    - iwlwifi: pcie: 0x2720 is qu and 0x30DC is not
+    - netfilter: nf_flow_table: set timeout before insertion into hashes
+    - xsk: Fix registration of Rx-only sockets
+    - net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
+    - ipvs: don't ignore errors in case refcounting ip_vs module fails
+    - ipvs: move old_secure_tcp into struct netns_ipvs
+    - netfilter: nft_payload: fix missing check for matching length in offloads
+    - RDMA/nldev: Skip counter if port doesn't match
+    - bonding: fix unexpected IFF_BONDING bit unset
+    - bonding: use dynamic lockdep key instead of subclass
+    - macsec: fix refcnt leak in module exit routine
+    - virt_wifi: fix refcnt leak in module exit routine
+    - scsi: sd: define variable dif as unsigned int instead of bool
+    - usb: gadget: composite: Fix possible double free memory bug
+    - usb: gadget: configfs: fix concurrent issue between composite APIs
+    - [armhf,arm64] usb: dwc3: remove the call trace of USBx_GFLADJ
+    - [x86] perf/amd/ibs: Fix reading of the IBS OpData register and thus
+      precise RIP validity
+    - [x86] perf/amd/ibs: Handle erratum #420 only on the affected CPU family
+      (10h)
+    - [x86] perf/uncore: Fix event group support
+    - USB: Skip endpoints with 0 maxpacket length
+    - USB: ldusb: use unsigned size format specifiers
+    - usbip: tools: Fix read_usb_vudc_device() error path handling
+    - RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
+    - [arm64] RDMA/hns: Prevent memory leaks of eq->buf_list
+    - scsi: qla2xxx: stop timer in shutdown path
+    - sched/topology: Don't try to build empty sched domains
+    - sched/topology: Allow sched_asym_cpucapacity to be disabled
+    - nvme-multipath: fix possible io hang after ctrl reconnect
+    - [amd64] fjes: Handle workqueue allocation failure
+    - [arm64] net: hisilicon: Fix "Trying to free already-free IRQ"
+    - wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
+      (CVE-2019-19051)
+    - [x86] iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire
+      A315-41
+    - mt76: dma: fix buffer unmap with non-linear skbs
+    - drm/amdgpu/sdma5: do not execute 0-sized IBs (v2)
+    - drm/sched: Set error to s_fence if HW job submission failed.
+    - drm/amdgpu: If amdgpu_ib_schedule fails return back the error.
+    - drm/amd/display: do not synchronize "drr" displays
+    - drm/amd/display: add 50us buffer as WA for pstate switch in active
+    - drm/amd/display: Passive DP->HDMI dongle detection fix
+    - drm/amd/display: dc.c:use kzalloc without test
+    - SUNRPC: The TCP back channel mustn't disappear while requests are
+      outstanding
+    - SUNRPC: The RDMA back channel mustn't disappear while requests are
+      outstanding
+    - SUNRPC: Destroy the back channel when we destroy the host transport
+    - [x86] hv_netvsc: Fix error handling in netvsc_attach()
+    - efi/tpm: Return -EINVAL when determining tpm final events log size fails
+    - efi: libstub/arm: Account for firmware reserved memory at the base of RAM
+    - [x86] efi: Never relocate kernel below lowest acceptable address
+    - [arm64] cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
+    - usb: dwc3: gadget: fix race when disabling ep with cancelled xfers
+    - [arm64] apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
+    - [arm64] Brahma-B53 is SSB and spectre v2 safe
+    - [arm64] apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
+    - NFSv4: Don't allow a cached open with a revoked delegation
+    - igb: Fix constant media auto sense switching when no cable is connected
+    - e1000: fix memory leaks
+    - ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
+    - [x86] pinctrl: cherryview: Fix irq_valid_mask calculation
+    - timekeeping/vsyscall: Update VDSO data unconditionally
+    - mm/filemap.c: don't initiate writeback if mapping has no dirty pages
+    - cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg
+      is dead
+    - [x86] ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
+    - usbip: Fix free of unallocated memory in vhci tx
+    - bonding: fix using uninitialized mode_lock
+    - netfilter: ipset: Copy the right MAC address in hash:ip,mac IPv6 sets
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.12
+    - scsi: core: Handle drivers which set sg_tablesize to zero
+    - ax88172a: fix information leak on short answers
+    - devlink: disallow reload operation during device cleanup
+    - ipmr: Fix skb headroom in ipmr_get_route().
+    - net/smc: fix fastopen for non-blocking connect()
+    - net: usb: qmi_wwan: add support for Foxconn T77W968 LTE modules
+    - slip: Fix memory leak in slip_open error path
+    - tcp: remove redundant new line from tcp_event_sk_skb
+    - devlink: Add method for time-stamp on reporter's dump
+    - net/smc: fix refcount non-blocking connect() -part 2
+    - ALSA: usb-audio: Fix missing error check at mixer resolution test
+    - ALSA: usb-audio: not submit urb for stopped endpoint
+    - ALSA: usb-audio: Fix incorrect NULL check in create_yamaha_midi_quirk()
+    - ALSA: usb-audio: Fix incorrect size check for processing/extension units
+    - Btrfs: fix log context list corruption after rename exchange operation
+    - cgroup: freezer: call cgroup_enter_frozen() with preemption disabled in
+      ptrace_stop()
+    - Input: ff-memless - kill timer in destroy() (CVE-2019-19524)
+    - Input: synaptics-rmi4 - fix video buffer size
+    - Input: synaptics-rmi4 - disable the relative position IRQ in the F12
+      driver
+    - Input: synaptics-rmi4 - do not consume more data than we have (F11, F12)
+    - Input: synaptics-rmi4 - clear IRQ enables for F54
+    - Input: synaptics-rmi4 - destroy F54 poller workqueue when removing
+    - KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved
+    - IB/hfi1: Ensure r_tid_ack is valid before building TID RDMA ACK packet
+    - IB/hfi1: Calculate flow weight based on QP MTU for TID RDMA
+    - IB/hfi1: TID RDMA WRITE should not return IB_WC_RNR_RETRY_EXC_ERR
+    - IB/hfi1: Ensure full Gen3 speed in a Gen4 system
+    - IB/hfi1: Use a common pad buffer for 9B and 16B packets
+    - i2c: acpi: Force bus speed to 400KHz if a Silead touchscreen is present
+    - [x86] quirks: Disable HPET on Intel Coffe Lake platforms
+    - ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable
+    - ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either
+    - io_uring: ensure registered buffer import returns the IO length
+    - [x86] drm/i915: update rawclk also on resume
+    - [x86] Revert "drm/i915/ehl: Update MOCS table for EHL"
+    - ntp/y2038: Remove incorrect time_t truncation
+    - [x86] iommu/vt-d: Fix QI_DEV_IOTLB_PFSID and QI_DEV_EIOTLB_PFSID macros
+    - mm: mempolicy: fix the wrong return value and potential pages leak of
+      mbind
+    - mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()
+    - mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()
+    - mm: slub: really fix slab walking for init_on_free
+    - mm/memory_hotplug: fix try_offline_node()
+    - mm/page_io.c: do not free shared swap slots
+    - mmc: sdhci-of-at91: fix quirk2 overwrite
+    - slcan: Fix memory leak in error path
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.13
+    - net: cdc_ncm: Signedness bug in cdc_ncm_set_dgram_size()
+    - block, bfq: deschedule empty bfq_queues not referred by any process
+    - mm/memory_hotplug: don't access uninitialized memmaps in
+      shrink_pgdat_span()
+    - mm/memory_hotplug: fix updating the node span
+    - [arm64] uaccess: Ensure PAN is re-enabled after unhandled uaccess fault
+    - fbdev: Ditch fb_edid_add_monspecs
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.14
+    - net/mlx4_en: fix mlx4 ethtool -N insertion
+    - net/mlx4_en: Fix wrong limitation for number of TX rings
+    - net: rtnetlink: prevent underflows in do_setvfinfo()
+    - net/sched: act_pedit: fix WARN() in the traffic path
+    - net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_key
+    - sfc: Only cancel the PPS workqueue if it exists
+    - net/mlxfw: Verify FSM error code translation doesn't exceed array size
+    - net/mlx5e: Fix set vf link state error flow
+    - net/mlx5: Fix auto group size calculation
+    - ipv6/route: return if there is no fib_nh_gw_family
+    - taprio: don't reject same mqprio settings
+    - net/ipv4: fix sysctl max for fib_multipath_hash_policy
+    - net/mlx5e: Fix error flow cleanup in mlx5e_tc_tun_create_header_ipv4/6
+    - net/mlx5e: Do not use non-EXT link modes in EXT mode
+    - net/mlx5: Update the list of the PCI supported devices
+    - vhost/vsock: split packets to send using multiple buffers
+    - [arm64] gpio: max77620: Fixup debounce delays
+    - fork: fix pidfd_poll()'s return type
+    - nbd:fix memory leak in nbd_get_socket()
+    - virtio_console: allocate inbufs in add_port() only if it is needed
+    - virtio_ring: fix return code on DMA mapping fails
+    - virtio_balloon: fix shrinker count
+    - Revert "fs: ocfs2: fix possible null-pointer dereferences in
+      ocfs2_xa_prepare_entry()"
+    - mm/memory_hotplug: don't access uninitialized memmaps in
+      shrink_zone_span()
+    - mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()
+    - drm/amdgpu: disable gfxoff when using register read interface
+    - drm/amdgpu: disable gfxoff on original raven
+    - drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported ASICs
+    - [x86] drm/i915: Don't oops in dumb_create ioctl if we have no crtcs
+    - [x86] drm/i915/pmu: "Frequency" is reported as accumulated cycles
+    - [x86] drm/i915/userptr: Try to acquire the page lock around
+      set_page_dirty()
+    - Bluetooth: Fix invalid-free in bcsp_close()
+    - ath10k: restore QCA9880-AR1A (v1) detection
+    - ath10k: Fix HOST capability QMI incompatibility
+    - ath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
+      (CVE-2019-15099)
+    - ath9k_hw: fix uninitialized variable data
+    - Revert "Bluetooth: hci_ll: set operational frequency earlier"
+    - Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues"
+    - md/raid10: prevent access of uninitialized resync_pages offset
+    - mdio_bus: Fix init if CONFIG_RESET_CONTROLLER=n
+    - [armel,armhf] 8904/1: skip nomap memblocks while finding the lowmem/
+      highmem boundary
+    - [x86] insn: Fix awk regexp warnings
+    - [x86] speculation: Fix incorrect MDS/TAA mitigation status
+    - [x86] speculation: Fix redundant MDS mitigation message
+    - nbd: prevent memory leak
+    - [i386] stackframe: Repair 32-bit Xen PV
+    - [i386] xen: Make xen_iret_crit_fixup() independent of frame layout
+    - [i386] xen: Simplify ring check in xen_iret_crit_fixup()
+    - [i386] doublefault: Fix stack canaries in the double fault handler
+    - [i386] pti: Size initial_page_table correctly
+    - [i386] cpu_entry_area: Add guard page for entry stack on 32bit
+    - [i386] entry: Fix IRET exception
+    - [i386] entry: Use %ss segment where required
+    - [i386] entry: Move FIXUP_FRAME after pushing %fs in SAVE_ALL
+    - [i386] entry: Unwind the ESPFIX stack earlier on exception entry
+    - [i386] entry: Fix NMI vs ESPFIX
+    - [i386] pti: Calculate the various PTI cpu_entry_area sizes correctly,
+      make the CPU_ENTRY_AREA_PAGES assert precise
+    - [i386] entry: Fix FIXUP_ESPFIX_STACK with user CR3
+    - futex: Prevent robust futex exit race
+    - ALSA: usb-audio: Fix NULL dereference at parsing BADD
+    - nfc: port100: handle command failure cleanly
+    - media: vivid: Set vid_cap_streaming and vid_out_streaming to true
+    - media: vivid: Fix wrong locking that causes race conditions on streaming
+      stop (CVE-2019-18683)
+    - media: usbvision: Fix invalid accesses after device disconnect
+    - media: usbvision: Fix races among open, close, and disconnect
+    - cpufreq: Add NULL checks to show() and store() methods of cpufreq
+    - media: uvcvideo: Fix error path in control parsing failure
+    - media: b2c2-flexcop-usb: add sanity checking (CVE-2019-15291)
+    - media: cxusb: detect cxusb_ctrl_msg error in query
+    - media: imon: invalid dereference in imon_touch_event
+    - media: mceusb: fix out of bounds read in MCE receiver buffer
+    - mm/slub.c: init_on_free=1 should wipe freelist ptr for bulk allocations
+    - usbip: tools: fix fd leakage in the function of read_attr_usbip_status
+    - usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit()
+    - usb-serial: cp201x: support Mark-10 digital force gauge
+    - USB: chaoskey: fix error case of a timeout
+    - appledisplay: fix error handling in the scheduled work
+    - USB: serial: mos7840: add USB ID to support Moxa UPort 2210
+    - USB: serial: mos7720: fix remote wakeup
+    - USB: serial: mos7840: fix remote wakeup
+    - USB: serial: option: add support for DW5821e with eSIM support
+    - USB: serial: option: add support for Foxconn T77W968 LTE modules
+    - [x86] staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding error
+    - [powerpc*] 64s: support nospectre_v2 cmdline option
+    - [powerpc*] book3s64: Fix link stack flush on context switch
+      (CVE-2019-18660)
+    - [powerpc*] KVM: Book3S HV: Flush link stack on guest exit to host kernel
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.15
+    - io_uring: async workers should inherit the user creds
+    - net: separate out the msghdr copy from ___sys_{send,recv}msg()
+    - net: disallow ancillary data for __sys_{send,recv}msg_file()
+    - XArray: Fix xas_next() with a single entry at 0
+    - [arm64] clk: meson: gxbb: let sar_adc_clk_div set the parent clock rate
+    - [x86] thunderbolt: Read DP IN adapter first two dwords in one go
+    - [x86] thunderbolt: Fix lockdep circular locking depedency warning
+    - [x86] ASoC: compress: fix unsigned integer overflow check
+    - [arm64,armel,armhf] reset: Fix memory leak in reset_control_array_put()
+    - [armhf] clk: samsung: exynos542x: Move G3D subsystem clocks to its
+      sub-CMU
+    - [armel,armhf] ASoC: kirkwood: fix external clock probe defer
+    - [armel,armhf] ASoC: kirkwood: fix device remove ordering
+    - [armhf] clk: samsung: exynos5420: Preserve PLL configuration during
+      suspend/resume
+    - [x86] pinctrl: cherryview: Allocate IRQ chip dynamic
+    - [armhf] soc: imx: gpc: fix initialiser format
+    - ASoC: SOF: ipc: Fix memory leak in sof_set_get_large_ctrl_data
+      (CVE-2019-18811)
+    - [armhf] ASoC: ti: sdma-pcm: Add back the flags parameter for non
+      standard dma names
+    - [armhf] ASoC: rockchip: rockchip_max98090: Enable SHDN to fix headset
+      detection
+    - [arm64,armhf] clk: sunxi: Fix operator precedence in
+      sunxi_divs_clk_setup
+    - [armhf] clk: sunxi-ng: a80: fix the zero'ing of bits 16 and 18
+    - [armhf] dts: sun8i-a83t-tbs-a711: Fix WiFi resume from suspend
+    - bpf: Allow narrow loads of bpf_sysctl fields with offset > 0
+    - bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()
+    - [powerpc*] bpf: Fix tail call implementation
+    - idr: Fix idr_get_next_ul race with idr_remove
+    - idr: Fix integer overflow in idr_for_each_entry
+    - idr: Fix idr_alloc_u32 on 32-bit systems
+    - [amd64] ASoC: hdac_hda: fix race in device removal
+    - [armhf] clk: ti: dra7-atl-clock: Remove ti_clk_add_alias call
+    - [armhf] clk: ti: clkctrl: Fix failed to enable error with double udelay
+      timeout
+    - [armhf] net: fec: add missed clk_disable_unprepare in remove
+    - netfilter: ipset: Fix nla_policies to fully support NL_VALIDATE_STRICT
+    - bridge: ebtables: don't crash when using dnat target in output chains
+    - netfilter: nf_tables: bogus EOPNOTSUPP on basechain update
+    - netfilter: nf_tables_offload: skip EBUSY on chain update
+    - stacktrace: Don't skip first entry on noncurrent tasks
+    - can: peak_usb: report bus recovery as well
+    - [armhf] can: c_can: D_CAN: c_can_chip_config(): perform a sofware reset
+      on open
+    - can: rx-offload: can_rx_offload_queue_tail(): fix error handling, avoid
+      skb mem leak
+    - can: rx-offload: can_rx_offload_offload_one(): do not increase the
+      skb_queue beyond skb_queue_len_max
+    - can: rx-offload: can_rx_offload_offload_one(): increment rx_fifo_errors
+      on queue overflow or OOM
+    - can: rx-offload: can_rx_offload_offload_one(): use ERR_PTR() to
+      propagate error value in case of errors
+    - can: rx-offload: can_rx_offload_irq_offload_timestamp(): continue on
+      error
+    - can: rx-offload: can_rx_offload_irq_offload_fifo(): continue on error
+    - [armhf] can: flexcan: increase error counters if skb enqueueing via
+      can_rx_offload_queue_sorted() fails
+    - [x86] tsc: Respect tsc command line paraemeter for clocksource_tsc_early
+    - nvme-rdma: fix a segmentation fault during module unload
+    - nvme-multipath: fix crash in nvme_mpath_clear_ctrl_paths
+    - [arm64] watchdog: meson: Fix the wrong value of left time
+    - ALSA: hda: hdmi - add Tigerlake support
+    - [amd64] ASoC: SOF: topology: Fix bytes control size checks
+    - drm/amdgpu: dont schedule jobs while in reset
+    - [arm64,armhf] net/mlx5e: Fix eswitch debug print of max fdb flow
+    - net/mlx5e: Use correct enum to determine uplink port
+    - drm/amdgpu: register gpu instance before fan boost feature enablment
+    - drm/amdgpu: add warning for GRBM 1-cycle delay issue in gfx9
+    - [arm64,armhf] net: stmmac: gmac4: bitrev32 returns u32
+    - [arm64,armhf] net: stmmac: xgmac: bitrev32 returns u32
+    - [arm64,armhf] net: stmmac: xgmac: Fix TSA selection
+    - [arm64,armhf] net: stmmac: xgmac: Disable Flow Control when 1 or more
+      queues are in AV
+    - ceph: return -EINVAL if given fsc mount option on kernel w/o support
+    - mac80211: fix ieee80211_txq_setup_flows() failure path
+    - mac80211: fix station inactive_time shortly after boot
+    - block: drbd: remove a stray unlock in __drbd_send_protocol()
+    - ice: fix potential infinite loop because loop counter being too small
+    - iavf: initialize ITRN registers with correct values
+    - [arm64,armel,armhf] usb: dwc2: use a longer core rest timeout in
+      dwc2_core_reset()
+    - [x86] staging: rtl8192e: fix potential use after free
+    - staging: rtl8723bs: Drop ACPI device ids
+    - staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids
+    - USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P
+    - [x86] mei: bus: prefix device names on bus with the bus name
+    - [x86] mei: me: add comet point V device id
+    - [x86] thunderbolt: Power cycle the router if NVM authentication fails
+    - xfrm: Fix memleak on xfrm state destroy
+    - [x86] fpu: Don't cache access to fpu_fpregs_owner_ctx (CVE-2019-19602)
+    - macvlan: schedule bc_work even if error
+    - mdio_bus: don't use managed reset-controller
+    - net: macb: add missed tasklet_kill
+    - net: psample: fix skb_over_panic
+    - net: sched: fix `tc -s class show` no bstats on class with nolock
+      subqueues
+    - openvswitch: fix flow command message size
+    - sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook
+    - slip: Fix use-after-free Read in slip_open
+    - sctp: cache netns in sctp_ep_common
+    - openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()
+    - openvswitch: remove another BUG_ON()
+    - net/tls: take into account that bpf_exec_tx_verdict() may free the
+      record
+    - net: skmsg: fix TLS 1.3 crash with full sk_msg
+    - tipc: fix link name length check
+    - ext4: add more paranoia checking in ext4_expand_extra_isize handling
+    - HID: core: check whether Usage Page item is after Usage ID items
+    - [x86] platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer
+    - [x86] platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as input
+      size
+    - [armhf] net: fec: fix clock count mis-match
+
+  [ Ben Hutchings ]
+  * [amd64] sound/soc/sof: Disable SND_SOC_SOF_ACPI,
+    SND_SOC_SOF_{BAYTRAIL,BROADWELL}_SUPPORT (Closes: #945914)
+  * [amd64] sound/soc/intel/boarss: Disable Broxton drivers again
+  * [i386] sound/soc: Enable same SOF drivers as on amd64
+  * Bump ABI to 3
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 07 Dec 2019 13:24:06 +0100
+
+linux (5.3.9-3) unstable; urgency=medium
+
+  * [arm64,armhf,powerpc*,s390x] KVM: Add more exports to ABI ignore list
+    (fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 19 Nov 2019 01:43:33 +0000
+
+linux (5.3.9-2) unstable; urgency=medium
+
+  * [x86] Add mitigation for TSX Asynchronous Abort (CVE-2019-11135):
+    - x86/msr: Add the IA32_TSX_CTRL MSR
+    - x86/cpu: Add a helper function x86_read_arch_cap_msr()
+    - x86/cpu: Add a "tsx=" cmdline option with TSX disabled by default
+    - x86/speculation/taa: Add mitigation for TSX Async Abort
+    - x86/speculation/taa: Add sysfs reporting for TSX Async Abort
+    - kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
+    - x86/tsx: Add "auto" option to the tsx= cmdline parameter
+    - x86/speculation/taa: Add documentation for TSX Async Abort
+    - x86/tsx: Add config options to set tsx=on|off|auto
+    - x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUs
+    TSX is now disabled by default; see
+    Documentation/admin-guide/hw-vuln/tsx_async_abort.rst
+  * [x86] KVM: Add mitigation for Machine Check Error on Page Size Change
+    (aka iTLB multi-hit, CVE-2018-12207):
+    - kvm: x86, powerpc: do not allow clearing largepages debugfs entry
+    - x86/bugs: Add ITLB_MULTIHIT bug infrastructure
+    - x86/cpu: Add Tremont to the cpu vulnerability whitelist
+    - cpu/speculation: Uninline and export CPU mitigations helpers
+    - kvm: mmu: ITLB_MULTIHIT mitigation
+    - kvm: Add helper function for creating VM worker threads
+    - kvm: x86: mmu: Recovery of shattered NX large pages
+    - Documentation: Add ITLB_MULTIHIT documentation
+  * [x86] i915: Mitigate local privilege escalation on gen9 (CVE-2019-0155):
+    - drm/i915: Rename gen7 cmdparser tables
+    - drm/i915: Disable Secure Batches for gen6+
+    - drm/i915: Remove Master tables from cmdparser
+    - drm/i915: Add support for mandatory cmdparsing
+    - drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
+    - drm/i915: Allow parsing of unsized batches
+    - drm/i915: Add gen9 BCS cmdparsing
+    - drm/i915/cmdparser: Use explicit goto for error paths
+    - drm/i915/cmdparser: Add support for backward jumps
+    - drm/i915/cmdparser: Ignore Length operands during command matching
+    - drm/i915/cmdparser: Fix jump whitelist clearing
+  * [x86] i915: Mitigate local denial-of-service on gen8/gen9 (CVE-2019-0154):
+    - drm/i915: Lower RM timeout to avoid DSI hard hangs
+    - drm/i915/gen8+: Add RC6 CTX corruption WA
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 12 Nov 2019 15:44:08 +0000
+
+linux (5.3.9-1) unstable; urgency=medium
+
+  * New version hopefully closes: #942881
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.8
+    - drm: Free the writeback_job when it with an empty fb
+    - drm: Clear the fence pointer when writeback job signaled
+    - [armhf] clk: ti: dra7: Fix mcasp8 clock bits
+    - [armhf] dts: Fix wrong clocks for dra7 mcasp
+    - nvme-pci: Fix a race in controller removal
+    - scsi: ufs: skip shutdown if hba is not powered
+    - scsi: megaraid: disable device when probe failed after enabled device
+    - scsi: qla2xxx: Silence fwdump template message
+    - scsi: qla2xxx: Fix unbound sleep in fcport delete path.
+    - scsi: qla2xxx: Fix stale mem access on driver unload
+    - scsi: qla2xxx: Fix N2N link reset
+    - scsi: qla2xxx: Fix N2N link up fail
+    - [armhf] dts: Fix gpio0 flags for am335x-icev2
+    - [armhf] OMAP2+: Fix missing reset done flag for am3 and am43
+    - [armhf] OMAP2+: Add missing LCDC midlemode for am335x
+    - [armhf] OMAP2+: Fix warnings with broken omap2_set_init_voltage()
+    - nvme-tcp: fix wrong stop condition in io_work
+    - nvme-pci: Save PCI state before putting drive into deepest state
+    - nvme: fix an error code in nvme_init_subsystem()
+    - nvme-rdma: Fix max_hw_sectors calculation
+    - nvme: Added QUIRKs for ADATA XPG SX8200 Pro 512GB
+    - nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T
+    - nvme-rdma: fix possible use-after-free in connect timeout
+    - blk-mq: honor IO scheduler for multiqueue devices
+    - xen/efi: Set nonblocking callbacks
+    - loop: change queue block size to match when using DIO
+    - nl80211: fix null pointer dereference
+    - mac80211: fix txq null pointer dereference
+    - netfilter: nft_connlimit: disable bh on garbage collection
+    - [armhf,arm64] net: stmmac: xgmac: Not all Unicast addresses may be
+      available
+    - [armhf,arm64] net: stmmac: dwmac4: Always update the MAC Hash Filter
+    - [armhf,arm64] net: stmmac: Correctly take timestamp for PTPv2
+    - [armhf,arm64] net: stmmac: Do not stop PHY if WoL is enabled
+    - drm/amdgpu: fix multiple memory leaks in acp_hw_init
+    - drm/amd/display: memory leak
+    - [mips*el/loongson-*] Fix the link time qualifier of 'serial_exit()'
+    - [arm64] net: hisilicon: Fix usage of uninitialized variable in function
+      mdio_sc_cfg_reg_write()
+    - [armhf,arm64] net: stmmac: Avoid deadlock on suspend/resume
+    - [s390x] mm: fix -Wunused-but-set-variable warnings
+    - r8152: Set macpassthru in reset_resume callback
+    - net: phy: allow for reset line to be tied to a sleepy GPIO controller
+    - net: phy: fix write to mii-ctrl1000 register
+    - vfs: Convert filldir[64]() from __put_user() to unsafe_put_user()
+    - elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings
+      (regression in 4.17)
+    - vfs: Make filldir[64]() verify the directory entry filename is valid
+    - uaccess: implement a proper unsafe_copy_to_user() and switch filldir over
+      to it
+    - vfs: filldir[64]: remove WARN_ON_ONCE() for bad directory entries
+    - net_sched: fix backward compatibility for TCA_KIND (regression in 5.3.4)
+    - net_sched: fix backward compatibility for TCA_ACT_KIND (regression in
+      5.3.4)
+    - libata/ahci: Fix PCS quirk application (regression in 5.3.4)
+    - md/raid0: fix warning message for parameter default_layout
+    - Revert "drm/radeon: Fix EEH during kexec" (regression in 5.3.5)
+    - ocfs2: fix panic due to ocfs2_wq is null
+    - nvme-pci: Set the prp2 correctly when using more than 4k page
+    - ipv4: fix race condition between route lookup and invalidation
+    - ipv4: Return -ENETUNREACH if we can't create route but saddr is valid
+    - net: avoid potential infinite loop in tc_ctl_action()
+    - [hppa,m68k] net: i82596: fix dma_alloc_attr for sni_82596
+    - net: ipv6: fix listify ip6_rcv_finish in case of forwarding
+    - [armhf,arm64] net: stmmac: disable/enable ptp_ref_clk in suspend/resume
+      flow
+    - rxrpc: Fix possible NULL pointer access in ICMP handling
+    - sched: etf: Fix ordering of packets with same txtime
+    - sctp: change sctp_prot .no_autobind with true
+    - net: aquantia: temperature retrieval fix
+    - net: aquantia: when cleaning hw cache it should be toggled
+    - net: aquantia: do not pass lro session with invalid tcp checksum
+    - net: aquantia: correctly handle macvlan and multicast coexistence
+    - net: phy: micrel: Discern KSZ8051 and KSZ8795 PHYs
+    - net: phy: micrel: Update KSZ87xx PHY name
+    - net: avoid errors when trying to pop MLPS header on non-MPLS packets
+    - net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actions
+    - netdevsim: Fix error handling in nsim_fib_init and nsim_fib_exit
+    - net: ethernet: broadcom: have drivers select DIMLIB as needed
+    - net: phy: Fix "link partner" information disappear issue
+    - rxrpc: use rcu protection while reading sk->sk_user_data
+    - io_uring: fix bad inflight accounting for SETUP_IOPOLL|SETUP_SQTHREAD
+    - io_uring: Fix corrupted user_data
+    - USB: legousbtower: fix memleak on disconnect
+    - ALSA: hda/realtek - Add support for ALC711
+    - [x86] ALSA: hda/realtek - Enable headset mic on Asus MJ401TA
+    - ALSA: usb-audio: Disable quirks for BOSS Katana amplifiers
+    - ALSA: hda - Force runtime PM on Nvidia HDMI codecs
+    - USB: serial: ti_usb_3410_5052: fix port-close races
+    - USB: ldusb: fix memleak on disconnect
+    - USB: usblp: fix use-after-free on disconnect
+    - USB: ldusb: fix read info leaks
+    - binder: Don't modify VMA bounds in ->mmap handler
+    - [mips*] tlbex: Fix build_restore_pagemask KScratch restore
+    - staging: wlan-ng: fix exit return when sme->key_idx >= NUM_WEPKEYS
+    - [s390x] scsi: zfcp: fix reaction on bit error threshold notification
+    - scsi: sd: Ignore a failure to sync cache due to lack of authorization
+    - scsi: core: save/restore command resid for error handling
+    - scsi: core: try to get module before removing device
+    - scsi: ch: Make it possible to open a ch device multiple times again
+    - Revert "Input: elantech - enable SMBus on new (2018+) systems"
+      (regression in 5.3)
+    - Input: synaptics-rmi4 - avoid processing unknown IRQs
+    - ACPI: CPPC: Set pcc_data[pcc_ss_id] to NULL in acpi_cppc_processor_exit()
+    - ACPI: NFIT: Fix unlock on error in scrub_show()
+    - iwlwifi: pcie: change qu with jf devices to use qu configuration
+    - cfg80211: wext: avoid copying malformed SSIDs (CVE-2019-17133)
+    - mac80211: Reject malformed SSID elements
+    - drm/edid: Add 6 bpc quirk for SDC panel in Lenovo G50
+    - drm/ttm: Restore ttm prefaulting
+    - [armhf,arm64] drm/panfrost: Handle resetting on timeout better
+    - drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1
+    - drm/amdgpu/sdma5: fix mask value of POLL_REGMEM packet for pipe sync
+    - [x86] drm/i915/userptr: Never allow userptr into the mappable GGTT
+    - [x86] drm/i915: Favor last VBT child device with conflicting AUX ch/DDC
+      pin
+    - drm/amdgpu/vce: fix allocation size in enc ring test
+    - drm/amdgpu/vcn: fix allocation size in enc ring test
+    - drm/amdgpu/uvd6: fix allocation size in enc ring test (v2)
+    - drm/amdgpu/uvd7: fix allocation size in enc ring test (v2)
+    - drm/amdgpu: user pages array memory leak fix
+    - drivers/base/memory.c: don't access uninitialized memmaps in
+      soft_offline_page_store()
+    - fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.c
+    - io_uring: Fix broken links with offloading
+    - io_uring: Fix race for sqes with userspace
+    - io_uring: used cached copies of sq->dropped and cq->overflow
+    - [armhf] mmc: sdhci-omap: Fix Tuning procedure for temperatures < -20C
+    - mm/memory-failure.c: don't access uninitialized memmaps in
+      memory_failure()
+    - mm/slub: fix a deadlock in show_slab_objects()
+    - mm/page_owner: don't access uninitialized memmaps when reading
+      /proc/pagetypeinfo
+    - mm/memunmap: don't access uninitialized memmap in memunmap_pages()
+    - mm: memcg/slab: fix panic in __free_slab() caused by premature memcg
+      pointer release
+    - mm, compaction: fix wrong pfn handling in __reset_isolation_pfn()
+    - mm: memcg: get number of pages on the LRU list in memcgroup base on
+      lru_zone_size
+    - mm: memblock: do not enforce current limit for memblock_phys* family
+    - hugetlbfs: don't access uninitialized memmaps in
+      pfn_range_valid_gigantic()
+    - mm/memory-failure: poison read receives SIGKILL instead of SIGBUS if
+      mmaped more than once
+    - zram: fix race between backing_dev_show and backing_dev_store
+    - [s390x] zcrypt: fix memleak at release
+    - [s390x] kaslr: add support for R_390_GLOB_DAT relocation type
+    - lib/vdso: Make clock_getres() POSIX compliant again
+    - [hppa] Fix vmap memory leak in ioremap()/iounmap()
+    - [arm64] KVM: Trap VM ops when ARM64_WORKAROUND_CAVIUM_TX2_219_TVM is set
+    - [arm64] Avoid Cavium TX2 erratum 219 when switching TTBR
+    - [arm64] Enable workaround for Cavium TX2 erratum 219 when running SMT
+    - [arm64] Allow CAVIUM_TX2_ERRATUM_219 to be selected
+    - CIFS: avoid using MID 0xFFFF
+    - cifs: Fix missed free operations
+    - CIFS: Fix use after free of file info structures
+    - perf/aux: Fix AUX output stopping
+    - tracing: Fix race in perf_trace_buf initialization
+    - fs/dax: Fix pmd vs pte conflict detection
+    - dm cache: fix bugs when a GFP_NOWAIT allocation fails
+    - [riscv64] irqchip/sifive-plic: Switch to fasteoi flow
+    - [amd64] boot: Make level2_kernel_pgt pages invalid outside kernel area
+    - [x86] apic/x2apic: Fix a NULL pointer deref when handling a dying cpu
+    - [x86] hyperv: Make vapic support x2apic mode
+    - [x86] pinctrl: cherryview: restore Strago DMI workaround for all versions
+    - [arm64] pinctrl: armada-37xx: fix control of pins 32 and up
+    - [arm64] pinctrl: armada-37xx: swap polarity on LED group
+    - btrfs: block-group: Fix a memory leak due to missing
+      btrfs_put_block_group()
+    - Btrfs: add missing extents release on file extent cluster relocation
+      error
+    - btrfs: don't needlessly create extent-refs kernel thread
+    - Btrfs: fix qgroup double free after failure to reserve metadata for
+      delalloc
+    - Btrfs: check for the full sync flag while holding the inode lock during
+      fsync
+    - btrfs: tracepoints: Fix wrong parameter order for qgroup events
+    - btrfs: tracepoints: Fix bad entry members of qgroup events
+    - [ppc64*] KVM: Book3S HV: XIVE: Ensure VP isn't already in use
+    - memstick: jmb38x_ms: Fix an error handling path in 'jmb38x_ms_probe()'
+    - cpufreq: Avoid cpufreq_suspend() deadlock on system shutdown
+    - ceph: just skip unrecognized info in ceph_reply_info_extra
+    - xen/netback: fix error path of xenvif_connect_data()
+    - PCI: PM: Fix pci_power_up()
+    - opp: of: drop incorrect lockdep_assert_held()
+    - of: reserved_mem: add missing of_node_put() for proper ref-counting
+    - blk-rq-qos: fix first node deletion of rq_qos_del()
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.9
+    - io_uring: fix up O_NONBLOCK handling for sockets
+    - dm snapshot: introduce account_start_copy() and account_end_copy()
+    - dm snapshot: rework COW throttling to fix deadlock
+    - Btrfs: fix inode cache block reserve leak on failure to allocate data
+      space
+    - btrfs: qgroup: Always free PREALLOC META reserve in
+      btrfs_delalloc_release_extents()
+    - iio: fix center temperature of bmc150-accel-core
+    - libsubcmd: Make _FORTIFY_SOURCE defines dependent on the feature
+    - perf tests: Avoid raising SEGV using an obvious NULL dereference
+    - perf map: Fix overlapped map handling
+    - perf script brstackinsn: Fix recovery from LBR/binary mismatch
+    - perf jevents: Fix period for Intel fixed counters
+    - perf tools: Propagate get_cpuid() error
+    - perf annotate: Propagate perf_env__arch() error
+    - perf annotate: Fix the signedness of failure returns
+    - perf annotate: Propagate the symbol__annotate() error return
+    - perf annotate: Fix arch specific ->init() failure errors
+    - perf annotate: Return appropriate error code for allocation failures
+    - perf annotate: Don't return -1 for error when doing BPF disassembly
+    - staging: rtl8188eu: fix null dereference when kzalloc fails
+    - RDMA/hfi1: Prevent memory leak in sdma_init
+    - RDMA/iw_cxgb4: fix SRQ access from dump_qp()
+    - RDMA/iwcm: Fix a lock inversion issue
+    - [x86] HID: hyperv: Use in-place iterator API in the channel callback
+    - nfs: Fix nfsi->nrequests count error on nfs_inode_remove_request
+    - [arm64] cpufeature: Effectively expose FRINT capability to userspace
+    - [arm64] Fix incorrect irqflag restore for priority masking for compat
+    - [arm64] ftrace: Ensure synchronisation in PLT setup for Neoverse-N1
+      #1542419
+    - [riscv64] serial/sifive: select SERIAL_EARLYCON
+    - RDMA/core: Fix an error handling path in 'res_get_common_doit()'
+    - RDMA/cm: Fix memory leak in cm_add/remove_one
+    - RDMA/nldev: Reshuffle the code to avoid need to rebind QP in error path
+    - RDMA/mlx5: Do not allow rereg of a ODP MR
+    - RDMA/mlx5: Order num_pending_prefetch properly with synchronize_srcu
+    - RDMA/mlx5: Add missing synchronize_srcu() for MW cases
+    - [arm64] gpio: max77620: Use correct unit for debounce times
+    - fs: cifs: mute -Wunused-const-variable message
+    - [arm64] vdso32: Fix broken compat vDSO build warnings
+    - [arm64] vdso32: Detect binutils support for dmb ishld
+    - serial: mctrl_gpio: Check for NULL pointer
+    - [armhf] serial: 8250_omap: Fix gpio check for auto RTS/CTS
+    - [arm64] vdso32: Don't use KBUILD_CPPFLAGS unconditionally
+    - efi/cper: Fix endianness of PCIe class code
+    - [x86] efi: Do not clean dummy variable in kexec path
+    - [mips*] include: Mark __cmpxchg as __always_inline
+    - [riscv64] avoid kernel hangs when trapped in BUG()
+    - [riscv64] avoid sending a SIGTRAP to a user thread trapped in WARN()
+    - [riscv64] Correct the handling of unexpected ebreak in do_trap_break()
+    - [x86] xen: Return from panic notifier
+    - ocfs2: clear zero in unaligned direct IO
+    - fs: ocfs2: fix possible null-pointer dereferences in
+      ocfs2_xa_prepare_entry()
+    - fs: ocfs2: fix a possible null-pointer dereference in
+      ocfs2_write_end_nolock()
+    - fs: ocfs2: fix a possible null-pointer dereference in
+      ocfs2_info_scan_inode_alloc()
+    - btrfs: silence maybe-uninitialized warning in clone_range
+    - [arm64] armv8_deprecated: Checking return value for memory allocation
+    - [x86] cpu: Add Comet Lake to the Intel CPU models header
+    - sched/fair: Scale bandwidth quota and period without losing quota/period
+      ratio precision
+    - sched/vtime: Fix guest/system mis-accounting on task switch
+    - perf/core: Rework memory accounting in perf_mmap()
+    - perf/core: Fix corner case in perf_rotate_context()
+    - [x86] perf/amd: Change/fix NMI latency mitigation to use a timestamp
+    - drm/amdgpu: fix memory leak
+    - [mips*] include: Mark __xchg as __always_inline
+    - [mips*] fw: sni: Fix out of bounds init of o32 stack
+    - [s390x] cio: fix virtio-ccw DMA without PV
+    - [x86] virt: vbox: fix memory leak in hgcm_call_preprocess_linaddr
+    - nbd: fix possible sysfs duplicate warning
+    - NFSv4: Fix leak of clp->cl_acceptor string
+    - SUNRPC: fix race to sk_err after xs_error_report
+    - [s390x] uaccess: avoid (false positive) compiler warnings
+    - tracing: Initialize iter->seq after zeroing in tracing_read_pipe()
+    - perf annotate: Fix multiple memory and file descriptor leaks
+    - perf/aux: Fix tracking of auxiliary trace buffer allocation
+    - USB: legousbtower: fix a signedness bug in tower_probe()
+    - nbd: verify socket is supported during setup
+    - [arm64] dts: qcom: Add Lenovo Miix 630
+    - [arm64] dts: qcom: Add HP Envy x2
+    - [arm64] dts: qcom: Add Asus NovaGo TP370QL
+    - rtw88: Fix misuse of GENMASK macro
+    - [s390x] pci: fix MSI message data
+    - thunderbolt: Correct path indices for PCIe tunnel
+    - thunderbolt: Use 32-bit writes when writing ring producer/consumer
+    - fuse: flush dirty data/metadata before non-truncate setattr
+    - fuse: truncate pending writes on O_TRUNC
+    - ALSA: bebob: Fix prototype of helper function to return negative value
+    - ALSA: timer: Fix mutex deadlock at releasing card
+    - ALSA: hda/realtek - Fix 2 front mics of codec 0x623
+    - ALSA: hda/realtek - Add support for ALC623
+    - ath10k: fix latency issue for QCA988x
+    - UAS: Revert commit 3ae62a42090f ("UAS: fix alignment of scatter/gather
+      segments") (regression in 5.2)
+    - nl80211: fix validation of mesh path nexthop
+    - USB: gadget: Reject endpoints with 0 maxpacket value
+    - usb-storage: Revert commit 747668dbc061 ("usb-storage: Set
+      virt_boundary_mask to avoid SG overflows") (regression in 5.2)
+    - USB: ldusb: fix ring-buffer locking
+    - USB: ldusb: fix control-message timeout
+    - usb: xhci: fix Immediate Data Transfer endianness
+    - USB: serial: whiteheat: fix potential slab corruption
+    - USB: serial: whiteheat: fix line-speed endianness
+    - xhci: Fix use-after-free regression in xhci clear hub TT implementation
+    - scsi: qla2xxx: Fix partial flash write of MBI
+    - scsi: target: cxgbit: Fix cxgbit_fw4_ack()
+    - [x86] HID: i2c-hid: add Trekstor Primebook C11B to descriptor override
+    - HID: Fix assumption that devices have inputs
+    - HID: fix error message in hid_open_report()
+    - HID: logitech-hidpp: split g920_get_config()
+    - HID: logitech-hidpp: rework device validation
+    - HID: logitech-hidpp: do all FF cleanup in hidpp_ff_destroy()
+    - [s390x] unwind: fix mixing regs and sp
+    - [s390x] cmm: fix information leak in cmm_timeout_handler()
+    - [s390x] idle: fix cpu idle time calculation
+    - IB/hfi1: Avoid excessive retry for TID RDMA READ request
+    - [arm64] Ensure VM_WRITE|VM_SHARED ptes are clean by default
+    - [arm64] cpufeature: Enable Qualcomm Falkor/Kryo errata 1003
+    - virtio_ring: fix stalls for packed rings
+    - rtlwifi: rtl_pci: Fix problem of too small skb->len
+    - rtlwifi: Fix potential overflow on P2P code
+    - [x86] KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is
+      active
+    - [arm64] dmaengine: qcom: bam_dma: Fix resource leak
+    - [arm64] dmaengine: tegra210-adma: fix transfer failure
+    - [armhf] dmaengine: imx-sdma: fix size check for sdma script_number
+    - [armhf] dmaengine: cppi41: Fix cppi41_dma_prep_slave_sg() when idle
+    - drm/amdgpu/gmc10: properly set BANK_SELECT and FRAGMENT_SIZE
+    - [x86] drm/i915: Fix PCH reference clock for FDI on HSW/BDW
+    - drm/amdgpu/gfx10: update gfx golden settings
+    - drm/amdgpu/powerplay/vega10: allow undervolting in p7
+    - drm/amdgpu: Fix SDMA hang when performing VKexample test
+    - NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()
+    - io_uring: ensure we clear io_kiocb->result before each issue
+    - [x86] iommu/vt-d: Fix panic after kexec -p for kdump
+    - batman-adv: Avoid free/alloc race when handling OGM buffer
+    - llc: fix sk_buff leak in llc_sap_state_process()
+    - llc: fix sk_buff leak in llc_conn_service()
+    - rxrpc: Fix call ref leak
+    - rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local record
+    - rxrpc: Fix trace-after-put looking at the put peer record
+    - NFC: pn533: fix use-after-free and memleaks
+    - bonding: fix potential NULL deref in bond_update_slave_arr
+    - netfilter: conntrack: avoid possible false sharing
+    - net: usb: sr9800: fix uninitialized local variable
+    - sch_netem: fix rcu splat in netem_enqueue()
+    - net: sched: sch_sfb: don't call qdisc_put() while holding tree lock
+    - iwlwifi: exclude GEO SAR support for 3168
+    - sched/fair: Fix low cpu usage with high throttling by removing expiration
+      of cpu-local slices
+    - ALSA: usb-audio: DSD auto-detection for Playback Designs
+    - ALSA: usb-audio: Update DSD support quirks for Oppo and Rotel
+    - ALSA: usb-audio: Add DSD support for Gustard U16/X26 USB Interface
+    - RDMA/mlx5: Use irq xarray locking for mkey_table
+    - sched/fair: Fix -Wunused-but-set-variable warnings
+    - [powerpc*] powernv: Fix CPU idle to be called with IRQs disabled
+    - Revert "ALSA: hda: Flush interrupts on disabling" (regression in 5.3.4)
+
+  [ Ben Hutchings ]
+  * debian/bin/gencontrol_signed.py: Fix code style error
+  * debian/bin/gencontrol.py: Skip linux-perf lintian-overrides if we won't
+    build it
+  * debian/bin/gencontrol{,_signed}.py: Use vars parameter instead of self.vars
+  * debian/bin/gencontrol{,_signed}.py: Use %(name)s to format template vars
+  * debian/.gitignore, debian/rules: Generalise patterns for generated files
+  * gencontrol: Generalise substitution of debhelper config template
+  * Add maint scripts to meta-packages to convert doc directories to symlinks
+    (Closes: #942861)
+  * debian/lib/python/debian_linux/utils.py: Use 'with' to manage file handles
+  * debian/lib/python/debian_linux/utils.py: Store file mode for templates
+  * Copy template file permissions to output files
+  * debian/templates/headers.postinst.in: Set executable for consistency
+  * debian/README.source: Document code signing and how to test it
+  * debian/tests/control: Mark python test as superficial
+  * [arm64] linux-headers: Disable check for a 32-bit compiler
+    (Closes: #943953):
+    - arm64: Kconfig: Make CONFIG_COMPAT_VDSO a proper Kconfig option
+    - debian/bin/gencontrol.py: Optionally define $(CROSS_COMPILE_COMPAT) make
+      variable
+    - Enable COMPAT_VDSO and set $(CROSS_COMPILE_COMPAT) instead of setting
+      CROSS_COMPILE_COMPAT_VDSO
+  * crypto: Enable PKCS8_PRIVATE_KEY_PARSER as module (Closes: #924705)
+  * Bump ABI to 2
+  * [arm64] atmel_mxt_ts: Disable TOUCHSCREEN_ATMEL_MXT_T37 to avoid V4L
+    dependency
+  * random: try to actively add entropy rather than passively wait for it
+
+  [ Bastian Blank ]
+  * [amd64/cloud-amd64] Re-enable RTC drivers. (closes: #931341)
+
+  [ Thomas W ]
+  * [x86] Enable missing modules and setting:
+    CONFIG_HUAWEI_WMI
+    CONFIG_I2C_MULTI_INSTANTIATE
+    CONFIG_INTEL_TURBO_MAX_3
+
+  [ Alper Nebi Yasak ]
+  * [arm64] udeb: Add i2c-rk3x to i2c-modules
+  * [arm64,armhf] udeb: Add rockchip-io-domain to kernel-image
+  * udeb: Add atmel_mxt_ts to input-modules
+
+  [ Noah Meyerhans ]
+  * drivers/net/ethernet/amazon: Backport driver fixes from v5.4-rc5
+
+  [ Niv Sardi ]
+  * KEYS: Make use of platform keyring for module signature verify
+    (closes: #935945)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 09 Nov 2019 15:42:49 +0000
+
+linux (5.3.7-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.3
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.4
+    - mISDN: enforce CAP_NET_RAW for raw sockets (CVE-2019-17055)
+    - appletalk: enforce CAP_NET_RAW for raw sockets (CVE-2019-17054)
+    - ax25: enforce CAP_NET_RAW for raw sockets (CVE-2019-17052)
+    - ieee802154: enforce CAP_NET_RAW for raw sockets (CVE-2019-17053)
+    - nfc: enforce CAP_NET_RAW for raw sockets (CVE-2019-17056)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.5
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.6
+    - nl80211: validate beacon head (CVE-2019-16746)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.7
+
+  [ Aurelien Jarno ]
+  * [riscv64] Enable SOC_SIFIVE. Do not select CLK_SIFIVE,
+    CLK_SIFIVE_FU540_PRCI, SIFIVE_PLIC, SERIAL_SIFIVE and
+    SERIAL_SIFIVE_CONSOLE as they are selected by SOC_SIFIVE.
+  * [riscv64] Install DTBS using dtbs_install target.
+  * [riscv64] Enable SPI_SIFIVE.
+  * [riscv64] Enable SERIAL_EARLYCON_RISCV_SBI.
+  * [riscv64] Enable MMC, MMC_SPI.
+  * [riscv64] udeb: Add mmc-core-modules and mmc-modules.
+  * [riscv64] Fix memblock reservation for device tree blob.
+  * [riscv64] Clear load reservations while restoring hart contexts.
+
+  [ Ben Hutchings ]
+  * [mips*] Revert "Only define MAX_PHYSMEM_BITS on Loongson-3"
+  * KEYS: Re-enable SECONDARY_TRUSTED_KEYRING, dropped in 5.2.6-1 by
+    mis-merge (Closes: #935945)
+
+  [ John Paul Adrian Glaubitz ]
+  * [m68k] Enable CONFIG_CRYPTO_MANAGER_DISABLE_TESTS
+  * [hppa] Enable CONFIG_CRYPTO_MANAGER_DISABLE_TESTS
+  * [sh4] Enable CONFIG_CRYPTO_MANAGER_DISABLE_TESTS
+
+  [ Salvatore Bonaccorso ]
+  * RDMA/cxgb4: Do not dma memory off of the stack (CVE-2019-17075)
+  * ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe()
+    (CVE-2019-15098)
+
+  [ Romain Perier ]
+  * [armel/rpi] Enable CONFIG_BRCMFMAC_SDIO (Closes: #940530)
+
+  [ Héctor Orón Martínez ]
+  * [x86] Enable ASoC: SOF sound driver (Closes: #940726)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 20 Oct 2019 00:56:32 +0200
+
+linux (5.3.2-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_5.3
+    - [armhf] select the dma-noncoherent symbols for all swiotlb builds
+      (fixes FTBFS)
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.1
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.2
+
+  [ Ben Hutchings ]
+  * [hppa,sparc64] udeb: Delete osst from scsi-modules (fixes FTBFS)
+  * Compile with gcc-9 on all architectures
+  * Set KCFLAGS make variable instead of CFLAGS_{KERNEL,MODULE}
+  * linux-image-dbg: Delete ./ from source file names in debug info
+  * debian/rules: Make maintainerclean delete (almost) everything clean does
+  * debian/rules: Make maintainerclean delete everything gencontrol.py creates
+  * debian/.gitignore: Synchronise some patterns with clean target
+  * Add the metapackages previously built by src:linux-latest:
+    - Add template and NEWS files from linux-latest
+    - Rename added templates to be consistent with existing templates
+    - Fix some inconsistencies in metapackage templates
+    - Define pkg.linux.nometa build profile to exclude the metapackages
+    - Build the metapackages by default (Closes: #583849, #941042)
+    - Make linux-perf an arch-dependent package
+    - Require metapackage dependencies to be the same version, and link doc
+      dirs
+
+  [ Uwe Kleine-König ]
+  * [arm64] enable I2C_QCOM_GENI for Lenovo C630
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 02 Oct 2019 05:31:27 +0100
+
+linux (5.3~rc5-1~exp2) experimental; urgency=medium
+
+  * tools/perf: pmu-events: Fix reproducibility
+  * Fix FTBFS:
+    - Update "kbuild: Make the toolchain variables easily overwritable" for 5.3
+    - udeb: Make nic-wireless-modules depend on crypto-modules
+  * debian/control: Remove build profile qual for rsync, needed for
+    headers_install
+  * debian/changelog: Move older entries to changelog.old
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 25 Aug 2019 16:28:41 +0100
+
+linux (5.3~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * aufs: Update support patchset to aufs5.x-rcN 20190805
+  * [rt] Disable until it is updated for 5.3 or later
+  * [powerpcspe] Remove all support for powerpcspe, which is dead upstream
+  * linux-headers: Change per-flavour Makefile to match upstream out-of-tree
+    builds
+  * debian/bin/genorig.py: Import debian.deb822 instead of deprecated deb822
+  * [arm64] Use armhf cross-compiler for building compat vDSO
+  * Documentation: Fix broken link to CIPSO draft
+
+  [ Lubomir Rintel ]
+  * udeb: input-modules: Add OLPC AP-SP keyboard
+  * [armhf] Add camera, EC and battery drivers for OLPC XO-1.75 laptop.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 24 Aug 2019 19:07:56 +0100
+
+linux (5.2.17-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.10
+    - KEYS: trusted: allow module init if TPM is inactive or deactivated
+    - seq_file: fix problem when seeking mid-record
+    - mm/hmm: fix bad subpage pointer in try_to_unmap_one
+    - mm: mempolicy: make the behavior consistent when MPOL_MF_MOVE* and
+      MPOL_MF_STRICT were specified
+    - mm: mempolicy: handle vma with unmovable pages mapped correctly in mbind
+    - mm/z3fold.c: fix z3fold_destroy_pool() ordering
+    - mm/z3fold.c: fix z3fold_destroy_pool() race condition
+    - mm/memcontrol.c: fix use after free in mem_cgroup_iter()
+    - mm/usercopy: use memory range to be accessed for wraparound check
+    - mm, vmscan: do not special-case slab reclaim when watermarks are boosted
+    - [armhf,arm64] cpufreq: schedutil: Don't skip freq update when limits
+      change
+    - drm/amdgpu: fix gfx9 soft recovery
+    - drm/nouveau: Only recalculate PBN/VCPI on mode/connector changes
+    - [arm64] ftrace: Ensure module ftrace trampoline is coherent with I-side
+    - [x86] ALSA: hda/realtek - Add quirk for HP Envy x360
+    - ALSA: usb-audio: Fix a stack buffer overflow bug in check_input_term
+      (CVE-2019-15118)
+    - ALSA: usb-audio: Fix an OOB bug in parse_audio_mixer_unit
+      (CVE-2019-15117)
+    - [x86] ALSA: hda - Apply workaround for another AMD chip 1022:1487
+    - ALSA: hda - Fix a memory leak bug
+    - ALSA: hda - Add a generic reboot_notify
+    - ALSA: hda - Let all conexant codec enter D3 when rebooting
+    - HID: holtek: test for sanity of intfdata
+    - HID: hiddev: avoid opening a disconnected device
+    - HID: hiddev: do cleanup in failure of opening a device
+    - Input: kbtab - sanity check for endpoint type
+    - Input: iforce - add sanity checks
+    - net: usb: pegasus: fix improper read if get_registers() fail
+    - bpf: fix access to skb_shared_info->gso_segs
+    - netfilter: ebtables: also count base chain policies
+    - [riscv64] Correct the initialized flow of FP register
+    - [riscv64] Make __fstate_clean() work correctly.
+    - [armhf] Revert "i2c: imx: improve the error handling in
+      i2c_imx_dma_request()"
+    - blk-mq: move cancel of requeue_work to the front of blk_exit_queue
+    - io_uring: fix manual setup of iov_iter for fixed buffers
+    - [arm64] RDMA/hns: Fix sg offset non-zero issue
+    - IB/mlx5: Replace kfree with kvfree
+    - dma-mapping: check pfn validity in dma_common_{mmap,get_sgtable}
+    - [x87] platform: intel_pmc_core: Add ICL-NNPI support to PMC Core
+    - mm/hmm: always return EBUSY for invalid ranges in
+      hmm_range_{fault,snapshot}
+    - [armhf,arm64] irqchip/gic-v3-its: Free unused vpt_page when alloc vpe
+      table fail
+    - [armhf] irqchip/irq-imx-gpcv2: Forward irq type to parent
+    - f2fs: fix to read source block before invalidating it
+    - tools perf beauty: Fix usbdevfs_ioctl table generator to handle _IOC()
+    - perf header: Fix divide by zero error if f_header.attr_size==0
+    - perf header: Fix use of unitialized value warning
+    - RDMA/qedr: Fix the hca_type and hca_rev returned in device attributes
+    - ALSA: pcm: fix lost wakeup event scenarios in snd_pcm_drain
+    - libata: zpodd: Fix small read overflow in zpodd_get_mech_type()
+    - Btrfs: fix deadlock between fiemap and transaction commits
+    - scsi: hpsa: correct scsi command status issue after reset
+    - scsi: qla2xxx: Fix possible fcport null-pointer dereferences
+    - drm/amdkfd: Fix byte align on VegaM
+    - drm/amd/powerplay: fix null pointer dereference around dpm state relates
+    - drm/amdgpu: fix error handling in amdgpu_cs_process_fence_dep
+    - drm/amdgpu: fix a potential information leaking bug
+    - ata: libahci: do not complain in case of deferred probe
+    - [riscv64] Fix perf record without libelf support
+    - [arm64] Lower priority mask for GIC_PRIO_IRQON
+    - [arm64] unwind: Prohibit probing on return_address()
+    - IB/core: Add mitigation for Spectre V1 (CVE-2017-5753)
+    - IB/mlx5: Fix MR registration flow to use UMR properly
+    - RDMA/restrack: Track driver QP types in resource tracker
+    - IB/mad: Fix use-after-free in ib mad completion handling
+    - RDMA/mlx5: Release locks during notifier unregister
+    - [arm64] drm: msm: Fix add_gpu_components
+    - [arm64] RDMA/hns: Fix error return code in hns_roce_v1_rsv_lp_qp()
+    - [armhf] drm/exynos: fix missing decrement of retry counter
+    - [arm64] kprobes: Recover pstate.D in single-step exception handler
+    - [arm64] Make debug exception handlers visible from RCU
+    - Revert "kmemleak: allow to coexist with fault injection"
+    - ocfs2: remove set but not used variable 'last_hash'
+    - page flags: prioritize kasan bits over last-cpuid
+    - asm-generic: fix -Wtype-limits compiler warnings
+    - tpm: tpm_ibm_vtpm: Fix unallocated banks
+    - [arm64] KVM: regmap: Fix unexpected switch fall-through
+    - [x86] staging: comedi: dt3000: Fix signed integer overflow 'divider *
+      base'
+    - [x86] staging: comedi: dt3000: Fix rounding up of timer divisor
+    - USB: core: Fix races in character device registration and deregistraion
+    - usb: cdc-acm: make sure a refcount is taken early enough
+    - USB: CDC: fix sanity checks in CDC union parser
+    - USB: serial: option: add D-Link DWM-222 device ID
+    - USB: serial: option: Add support for ZTE MF871A
+    - USB: serial: option: add the BroadMobi BM818 card
+    - USB: serial: option: Add Motorola modem UARTs
+    - usb: setup authorized_default attributes using usb_bus_notify
+    - netfilter: conntrack: Use consistent ct id hash calculation
+    - iwlwifi: Add support for SAR South Korea limitation
+    - Input: psmouse - fix build error of multiple definition
+    - bnx2x: Fix VF's VLAN reconfiguration in reload.
+    - bonding: Add vlan tx offload to hw_enc_features
+    - [armhf,arm64] net: dsa: Check existence of .port_mdb_add callback before
+      calling it
+    - net/mlx4_en: fix a memory leak bug
+    - net/packet: fix race in tpacket_snd()
+    - net: sched: sch_taprio: fix memleak in error path for sched list parse
+    - sctp: fix memleak in sctp_send_reset_streams
+    - sctp: fix the transport error_count check
+    - team: Add vlan tx offload to hw_enc_features
+    - tipc: initialise addr_trail_end when setting node addresses
+    - xen/netback: Reset nr_frags before freeing skb
+    - net/mlx5e: Only support tx/rx pause setting for port owner
+    - bnxt_en: Fix VNIC clearing logic for 57500 chips.
+    - bnxt_en: Improve RX doorbell sequence.
+    - bnxt_en: Fix handling FRAG_ERR when NVM_INSTALL_UPDATE cmd fails
+    - bnxt_en: Suppress HWRM errors for HWRM_NVM_GET_VARIABLE command
+    - bnxt_en: Use correct src_fid to determine direction of the flow
+    - bnxt_en: Fix to include flow direction in L2 key
+    - net sched: update skbedit action for batched events operations
+    - netdevsim: Restore per-network namespace accounting for fib entries
+    - net/mlx5e: ethtool, Avoid setting speed to 56GBASE when autoneg off
+    - net/mlx5e: Fix false negative indication on tx reporter CQE recovery
+    - net/mlx5e: Remove redundant check in CQE recovery flow of tx reporter
+    - net/mlx5e: Use flow keys dissector to parse packets for ARFS
+    - net/tls: prevent skb_orphan() from leaking TLS plain text with offload
+    - net: phy: consider AN_RESTART status when reading link status
+    - netlink: Fix nlmsg_parse as a wrapper for strict message parsing
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.11
+    - ASoC: simple_card_utils.h: care NULL dai at asoc_simple_debug_dai()
+    - ASoC: simple-card: fix an use-after-free in simple_dai_link_of_dpcm()
+    - ASoC: simple-card: fix an use-after-free in simple_for_each_link()
+    - ASoC: audio-graph-card: fix use-after-free in graph_dai_link_of_dpcm()
+    - ASoC: audio-graph-card: fix an use-after-free in graph_get_dai_id()
+    - ASoC: audio-graph-card: add missing const at graph_get_dai_id()
+    - regulator: axp20x: fix DCDCA and DCDCD for AXP806
+    - regulator: axp20x: fix DCDC5 and DCDC6 for AXP803
+    - [armhf] ASoC: samsung: odroid: fix an use-after-free issue for codec
+    - [armhf] ASoC: samsung: odroid: fix a double-free issue for cpu_dai
+    - [x86] ASoC: Intel: bytcht_es8316: Add quirk for Irbis NB41 netbook
+    - HID: logitech-hidpp: add USB PID for a few more supported mice
+    - HID: Add 044f:b320 ThrustMaster, Inc. 2 in 1 DT
+    - [mips*] kernel: only use i8253 clocksource with periodic clockevent
+    - [mips*] fix cacheinfo
+    - libbpf: sanitize VAR to conservative 1-byte INT
+    - netfilter: ebtables: fix a memory leak bug in compat
+    - ASoC: dapm: Fix handling of custom_stop_condition on DAPM graph walks
+    - [amd64] spi: pxa2xx: Balance runtime PM enable/disable on error
+    - bpf: sockmap, sock_map_delete needs to use xchg
+    - bpf: sockmap, synchronize_rcu before free'ing map
+    - bpf: sockmap, only create entry if ulp is not already enabled
+    - ASoC: dapm: fix a memory leak bug
+    - bonding: Force slave speed check after link state recovery for 802.3ad
+    - [armhf,arm64] net: mvpp2: Don't check for 3 consecutive Idle frames for
+      10G links
+    - libbpf: fix using uninitialized ioctl results
+    - can: dev: call netif_carrier_off() in register_candev()
+    - can: gw: Fix error path of cgw_module_init
+    - libbpf: silence GCC8 warning about string truncation
+    - {nl,mac}80211: fix interface combinations on crypto controlled devices
+    - [armhf] ASoC: ti: davinci-mcasp: Fix clk PDIR handling for i2s master
+      mode
+    - [armhf,arm64] ASoC: rockchip: Fix mono capture
+    - [armhf] ASoC: ti: davinci-mcasp: Correct slot_width posed constraint
+    - net: usb: qmi_wwan: Add the BroadMobi BM818 card
+    - qed: RDMA - Fix the hw_ver returned in device attributes
+    - isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in
+      start_isoc_chain()
+    - mac80211_hwsim: Fix possible null-pointer dereferences in
+      hwsim_dump_radio_nl()
+    - [armhf,arm64] net: stmmac: manage errors returned by of_get_mac_address()
+    - netfilter: ipset: Actually allow destination MAC address for hash:ip,mac
+      sets too
+    - netfilter: ipset: Copy the right MAC address in bitmap:ip,mac and
+      hash:ip,mac sets
+    - netfilter: ipset: Fix rename concurrency with listing
+    - rxrpc: Fix potential deadlock
+    - rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packet
+    - nvmem: Use the same permissions for eeprom as for nvmem
+    - iwlwifi: mvm: avoid races in rate init and rate perform
+    - iwlwifi: dbg_ini: move iwl_dbg_tlv_load_bin out of debug override ifdef
+    - iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of debugfs ifdef
+    - iwlwifi: fix locking in delayed GTK setting
+    - iwlwifi: mvm: send LQ command always ASYNC
+    - isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the
+      stack
+    - net: phy: phy_led_triggers: Fix a possible null-pointer dereference in
+      phy_led_trigger_change_speed()
+    - perf bench numa: Fix cpu0 binding
+    - [arm64] spi: pxa2xx: Add support for Intel Tiger Lake
+    - can: sja1000: force the string buffer NULL-terminated
+    - can: peak_usb: force the string buffer NULL-terminated
+    - [x86] ASoC: amd: acp3x: use dma_ops of parent device for acp3x dma driver
+    - net/ethernet/qlogic/qed: force the string buffer NULL-terminated
+    - NFSv4: Fix a credential refcount leak in nfs41_check_delegation_stateid
+    - NFSv4: When recovering state fails with EAGAIN, retry the same recovery
+    - NFSv4.1: Fix open stateid recovery
+    - NFSv4.1: Only reap expired delegations
+    - NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()
+    - NFS: Fix regression whereby fscache errors are appearing on 'nofsc'
+      mounts
+    - HID: quirks: Set the INCREMENT_USAGE_ON_DUPLICATE quirk on Saitek X52
+    - HID: input: fix a4tech horizontal wheel custom usage
+    - [armhf,arm64] drm/rockchip: Suspend DP late
+    - SMB3: Fix potential memory leak when processing compound chain
+    - SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUAL
+    - sched/deadline: Fix double accounting of rq/running bw in push & pull
+    - sched/psi: Reduce psimon FIFO priority
+    - sched/psi: Do not require setsched permission from the trigger creator
+    - [s390x] protvirt: avoid memory sharing for diag 308 set/store
+    - [s390x] mm: fix dump_pagetables top level page table walking
+    - [s390x] put _stext and _etext into .text section
+    - net: cxgb3_main: Fix a resource leak in a error path in 'init_one()'
+    - [armhf,arm64] net: stmmac: Fix issues when number of Queues >= 4
+    - [armhf,arm64] net: stmmac: tc: Do not return a fragment entry
+    - drm/amdgpu: pin the csb buffer on hw init for gfx v8
+    - [arm64] net: hisilicon: make hip04_tx_reclaim non-reentrant
+    - [arm64] net: hisilicon: fix hip04-xmit never return TX_BUSY
+    - [arm64] net: hisilicon: Fix dma_map_single failed on arm64
+    - NFSv4: Ensure state recovery handles ETIMEDOUT correctly
+    - libata: have ata_scsi_rw_xlat() fail invalid passthrough requests
+    - libata: add SG safety checks in SFF pio transfers
+    - [x86] lib/cpu: Address missing prototypes warning
+    - [x86] drm/vmwgfx: fix memory leak when too many retries have occurred
+    - block: aoe: Fix kernel crash due to atomic sleep when exiting
+    - block, bfq: handle NULL return value by bfq_init_rq()
+    - perf ftrace: Fix failure to set cpumask when only one cpu is present
+    - perf cpumap: Fix writing to illegal memory in handling cpumap mask
+    - perf pmu-events: Fix missing "cpu_clk_unhalted.core" event
+    - [riscv64] dt-bindings: fix the schema compatible string for the HiFive
+      Unleashed board
+    - [arm64] KVM: Don't write junk to sysregs on reset
+    - [armhf] KVM: Don't write junk to CP15 registers on reset
+    - iwlwifi: mvm: disable TX-AMSDU on older NICs (Closes: #939853)
+    - HID: wacom: correct misreported EKR ring values
+    - HID: wacom: Correct distance scale for 2nd-gen Intuos devices
+    - [x86] Revert "KVM: x86/mmu: Zap only the relevant pages when removing a
+      memslot" (regression in 5.1)
+    - Revert "dm bufio: fix deadlock with loop device" (regression in 5.2.3)
+    - [armhf] clk: socfpga: stratix10: fix rate caclulationg for cnt_clks
+    - ceph: clear page dirty before invalidate page
+    - ceph: don't try fill file_lock on unsuccessful GETFILELOCK reply
+    - libceph: fix PG split vs OSD (re)connect race
+    - drm/amdgpu/gfx9: update pg_flags after determining if gfx off is possible
+    - drm/nouveau: Don't retry infinitely when receiving no data on i2c over
+      AUX
+    - scsi: ufs: Fix NULL pointer dereference in ufshcd_config_vreg_hpm()
+    - gpiolib: never report open-drain/source lines as 'input' to user-space
+    - [x86] Drivers: hv: vmbus: Fix virt_to_hvpfn() for X86_PAE
+    - userfaultfd_release: always remove uffd flags and clear
+      vm_userfaultfd_ctx
+    - [i386] retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386
+    - [x86] apic: Handle missing global clockevent gracefully
+    - [x86] CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h
+    - [x86] boot: Save fields explicitly, zero out everything else
+    - [x86] boot: Fix boot regression caused by bootparam sanitizing
+    - IB/hfi1: Unsafe PSN checking for TID RDMA READ Resp packet
+    - IB/hfi1: Add additional checks when handling TID RDMA READ RESP packet
+    - IB/hfi1: Add additional checks when handling TID RDMA WRITE DATA packet
+    - IB/hfi1: Drop stale TID RDMA packets that cause TIDErr
+    - psi: get poll_work to run when calling poll syscall next time
+    - dm kcopyd: always complete failed jobs
+    - dm btree: fix order of block initialization in btree_split_beneath
+    - dm integrity: fix a crash due to BUG_ON in __journal_read_write()
+    - dm raid: add missing cleanup in raid_ctr()
+    - dm space map metadata: fix missing store of apply_bops() return value
+    - dm table: fix invalid memory accesses with too high sector number
+    - dm zoned: improve error handling in reclaim
+    - dm zoned: improve error handling in i/o map code
+    - dm zoned: properly handle backing device failure
+    - genirq: Properly pair kobject_del() with kobject_add()
+    - mm/z3fold.c: fix race between migration and destruction
+    - mm, page_alloc: move_freepages should not examine struct page of reserved
+      memory
+    - mm: memcontrol: flush percpu vmstats before releasing memcg
+    - mm: memcontrol: flush percpu vmevents before releasing memcg
+    - mm, page_owner: handle THP splits correctly
+    - mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitely
+    - mm/zsmalloc.c: fix race condition in zs_destroy_pool
+    - IB/hfi1: Drop stale TID RDMA packets
+    - dm zoned: fix potential NULL dereference in dmz_do_reclaim()
+    - io_uring: fix potential hang with polled IO
+    - io_uring: don't enter poll loop if we have CQEs pending
+    - io_uring: add need_resched() check in inner poll loop
+    - [powerpc*] Allow flush_(inval_)dcache_range to work across ranges >4GB
+    - rxrpc: Fix local endpoint refcounting
+    - rxrpc: Fix read-after-free in rxrpc_queue_local()
+    - rxrpc: Fix local endpoint replacement
+    - rxrpc: Fix local refcounting
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.12
+    - nvme-multipath: revalidate nvme_ns_head gendisk in nvme_validate_ns
+    - afs: Fix the CB.ProbeUuid service handler to reply correctly
+    - afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u()
+    - fs: afs: Fix a possible null-pointer dereference in afs_put_read()
+    - afs: Fix off-by-one in afs_rename() expected data version calculation
+    - afs: Only update d_fsdata if different in afs_d_revalidate()
+    - afs: Fix missing dentry data version updating
+    - nvmet: Fix use-after-free bug when a port is removed
+    - nvmet-loop: Flush nvme_delete_wq when removing the port
+    - nvmet-file: fix nvmet_file_flush() always returning an error
+    - nvme-core: Fix extra device_put() call on error path
+    - nvme: fix a possible deadlock when passthru commands sent to a multipath
+      device
+    - nvme-rdma: fix possible use-after-free in connect error flow
+    - nvme: fix controller removal race with scan work
+    - nvme-pci: Fix async probe remove race
+    - btrfs: trim: Check the range passed into to prevent overflow
+    - IB/mlx5: Fix implicit MR release flow
+    - [armhf] omap-dma/omap_vout_vrfb: fix off-by-one fi value
+    - iommu/dma: Handle SG length overflow better
+    - dma-direct: don't truncate dma_required_mask to bus addressing
+      capabilities
+    - usb: gadget: composite: Clear "suspended" on reset/disconnect
+    - usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_alt
+    - xen/blkback: fix memory leaks
+    - [arm64] cpufeature: Don't treat granule sizes as strict
+    - [riscv64] fix flush_tlb_range() end address for flush_tlb_page()
+    - drm/scheduler: use job count instead of peek
+    - drm/ast: Fixed reboot test may cause system hanged
+    - [x86] tools: hv: fix KVP and VSS daemons exit code
+    - locking/rwsem: Add missing ACQUIRE to read_slowpath exit when queue is
+      empty
+    - lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loop
+    - [arm*] watchdog: bcm2835_wdt: Fix module autoload
+    - mt76: usb: fix rx A-MSDU support
+    - ipv6/addrconf: allow adding multicast addr if IFA_F_MCAUTOJOIN is set
+    - ipv6: Fix return value of ipv6_mc_may_pull() for malformed packets
+      (regression in 5.1)
+    - [armhf] net: cpsw: fix NULL pointer exception in the probe error path
+    - net: fix __ip_mc_inc_group usage
+    - net/smc: make sure EPOLLOUT is raised
+    - tcp: make sure EPOLLOUT wont be missed
+    - ipv4: mpls: fix mpls_xmit for iptunnel
+    - openvswitch: Fix conntrack cache with timeout
+    - ipv4/icmp: fix rt dst dev null pointer dereference
+    - xfrm/xfrm_policy: fix dst dev null pointer dereference in collect_md mode
+    - mm/zsmalloc.c: fix build when CONFIG_COMPACTION=n
+    - ALSA: usb-audio: Check mixer unit bitmap yet more strictly
+    - ALSA: hda/ca0132 - Add new SBZ quirk
+    - ALSA: line6: Fix memory leak at line6_init_pcm() error path
+    - ALSA: hda - Fixes inverted Conexant GPIO mic mute led
+    - ALSA: seq: Fix potential concurrent access to the deleted pool
+    - ALSA: usb-audio: Fix invalid NULL check in snd_emuusb_set_samplerate()
+    - ALSA: usb-audio: Add implicit fb quirk for Behringer UFX1604
+    - [x86] kvm: skip populating logical dest map if apic is not sw enabled
+    - [x86] KVM: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when
+      kvm_intel.nested is disabled
+    - [x86] KVM: Don't update RIP or do single-step on faulting emulation
+    - [x86] uprobes: Fix detection of 32-bit user mode
+    - [x86] mm/cpa: Prevent large page split when ftrace flips RW on kernel text
+    - [x86] apic: Do not initialize LDR and DFR for bigsmp
+    - [x86] apic: Include the LDR when clearing out APIC registers
+    - HID: logitech-hidpp: remove support for the G700 over USB
+    - ftrace: Fix NULL pointer dereference in t_probe_next()
+    - ftrace: Check for successful allocation of hash
+    - ftrace: Check for empty hash and comment the race with registering probes
+    - usbtmc: more sanity checking for packet size
+    - usb-storage: Add new JMS567 revision to unusual_devs
+    - USB: cdc-wdm: fix race between write and disconnect due to flag abuse
+    - usb: hcd: use managed device resources
+    - [armhf,arm64] usb: chipidea: udc: don't do hardware access if gadget has
+      stopped
+    - usb: host: ohci: fix a race condition between shutdown and irq
+    - USB: storage: ums-realtek: Whitelist auto-delink support
+    - [x86] tools/power turbostat: Fix caller parameter of get_tdp_amd()
+    - [powerpc*] KVM: Book3S: Fix incorrect guest-to-user-translation error
+      handling
+    - [armhf,arm64] KVM: vgic: Fix potential deadlock when ap_list is long
+    - [armhf,arm64] KVM: vgic-v2: Handle SGI bits in GICD_I{S,C}PENDR0 as WI
+    - [x86] mei: me: add Tiger Lake point LP device ID
+    - [armhf,arm64] Revert "mmc: sdhci-tegra: drop ->get_ro() implementation"
+      (regression in 5.1)
+    - mmc: core: Fix init of SD cards reporting an invalid VDD range
+    - [x86] intel_th: pci: Add support for another Lewisburg PCH
+    - [x86] intel_th: pci: Add Tiger Lake support
+    - [x86] typec: tcpm: fix a typo in the comparison of pdo_max_voltage
+    - NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend()
+    - NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0
+    - Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was
+      invalidated" (regression in 5.1)
+    - lib: logic_pio: Fix RCU usage
+    - lib: logic_pio: Avoid possible overlap for unregistering regions
+    - lib: logic_pio: Add logic_pio_unregister_range()
+    - drm/amdgpu: Add APTX quirk for Dell Latitude 5495
+    - drm/amdgpu: fix GFXOFF on Picasso and Raven2
+    - [x86] drm/i915: Don't deballoon unused ggtt drm_mm_node in linux guest
+    - [x86] drm/i915: Call dma_set_max_seg_size() in i915_driver_hw_probe()
+    - i2c: piix4: Fix port selection for AMD Family 16h Model 30h
+    - [arm64] bus: hisi_lpc: Unregister logical PIO range to avoid potential
+      use-after-free
+    - [arm64] bus: hisi_lpc: Add .remove method to avoid driver unbind crash
+    - [x86] VMCI: Release resource if the work is already queued
+    - [x86] crypto: ccp - Ignore unconfigured CCP device on suspend/resume
+    - SUNRPC: Don't handle errors if the bind/connect succeeded
+    - mt76: mt76x0u: do not reset radio on resume
+    - mm, memcg: partially revert "mm/memcontrol.c: keep local VM counters in
+      sync with the hierarchical ones" (regression in 5.2.7)
+    - mm: memcontrol: fix percpu vmstats and vmevents flush
+    - mac80211: fix possible sta leak
+    - cfg80211: Fix Extended Key ID key install checks
+    - mac80211: Don't memset RXCB prior to PAE intercept
+    - mac80211: Correctly set noencrypt for PAE frames
+    - iwlwifi: add new cards for 22000 and fix struct name
+    - iwlwifi: add new cards for 22000 and change wrong structs
+    - iwlwifi: add new cards for 9000 and 20000 series
+    - iwlwifi: change 0x02F0 fw from qu to quz
+    - iwlwifi: pcie: add support for qu c-step devices
+    - iwlwifi: pcie: don't switch FW to qnj when ax201 is detected
+    - iwlwifi: pcie: handle switching killer Qu B0 NICs to C0
+    - [x86] drm/i915: Do not create a new max_bpc prop for MST connectors
+    - [x86] drm/i915/dp: Fix DSC enable code to use cpu_transcoder instead of
+      encoder->type
+    - [x86] ptrace: fix up botched merge of spectrev1 fix
+    - bpf: fix use after free in prog symbol exposure
+    - hsr: implement dellink to clean up resources
+    - hsr: fix a NULL pointer deref in hsr_dev_xmit()
+    - hsr: switch ->dellink() to ->ndo_uninit()
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.13
+    - Revert "Input: elantech - enable SMBus on new (2018+) systems"
+      (regression in 5.2.9)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.14
+    - mld: fix memory leak in mld_del_delrec()
+    - net: fix skb use after free in netpoll
+    - net: sched: act_sample: fix psample group handling on overwrite
+    - net_sched: fix a NULL pointer deref in ipt action
+    - [arm64, armhf] net: stmmac: dwmac-rk: Don't fail if phy regulator is
+      absent
+    - tcp: inherit timestamp on mtu probe
+    - tcp: remove empty skb from write queue in error cases
+    - Revert "r8152: napi hangup fix after disconnect"
+    - r8152: remove calling netif_napi_del
+    - net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rate
+    - Add genphy_c45_config_aneg() function to phy-c45.c
+    - net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueue
+    - net/sched: pfifo_fast: fix wrong dereference when qdisc is reset
+    - net/rds: Fix info leak in rds6_inc_info_copy() (CVE-2019-16714)
+    - batman-adv: Fix netlink dumping of all mcast_flags buckets
+    - libbpf: fix erroneous multi-closing of BTF FD
+    - libbpf: set BTF FD for prog only when there is supported .BTF.ext data
+    - netfilter: nf_flow_table: fix offload for flows that are subject to xfrm
+    - net/mlx5e: Fix error flow of CQE recovery on tx reporter
+    - [armhf] clk: samsung: Change signature of exynos5_subcmus_init() function
+    - [armhf] clk: samsung: exynos5800: Move MAU subsystem clocks to MAU sub-CMU
+    - [armhf] clk: samsung: exynos542x: Move MSCL subsystem clocks to its
+      sub-CMU
+    - netfilter: nf_tables: use-after-free in failing rule with bound set
+    - netfilter: nf_flow_table: conntrack picks up expired flows
+    - netfilter: nf_flow_table: teardown flow timeout race
+    - tools: bpftool: fix error message (prog -> object)
+    - ixgbe: fix possible deadlock in ixgbe_service_task()
+    - [x86] hv_netvsc: Fix a warning of suspicious RCU usage
+    - net: tc35815: Explicitly check NET_IP_ALIGN is not zero in tc35815_rx
+    - Bluetooth: btqca: Add a short delay before downloading the NVM
+    - Bluetooth: hci_qca: Send VS pre shutdown command.
+    - [s390x] qeth: serialize cmd reply with concurrent timeout
+    - ibmveth: Convert multicast list size for little-endian system
+    - gpio: Fix build error of function redefinition
+    - netfilter: nft_flow_offload: skip tcp rst and fin packets
+    - scsi: qla2xxx: Fix gnl.l memory leak on adapter init failure
+    - scsi: target: tcmu: avoid use-after-free after command timeout
+    - cxgb4: fix a memory leak bug
+    - liquidio: add cleanup in octeon_setup_iq()
+    - net: myri10ge: fix memory leaks
+    - clk: Fix falling back to legacy parent string matching
+    - clk: Fix potential NULL dereference in clk_fetch_parent_index()
+    - lan78xx: Fix memory leaks
+    - vfs: fix page locking deadlocks when deduping files
+    - cx82310_eth: fix a memory leak bug
+    - net: kalmia: fix memory leaks
+    - net: cavium: fix driver name
+    - wimax/i2400m: fix a memory leak bug
+    - sched/core: Schedule new worker even if PI-blocked
+    - kprobes: Fix potential deadlock in kprobe_optimizer()
+    - [x86] HID: intel-ish-hid: ipc: add EHL device id
+    - HID: cp2112: prevent sleeping function called from invalid context
+    - [x86] boot/compressed/64: Fix boot on machines with broken E820 table
+    - scsi: lpfc: Mitigate high memory pre-allocation by SCSI-MQ
+    - [x86] Input: hyperv-keyboard: Use in-place iterator API in the channel
+      callback
+    - Tools: hv: kvp: eliminate 'may be used uninitialized' warning
+    - nvme-multipath: fix possible I/O hang when paths are updated
+    - nvme: Fix cntlid validation when not using NVMEoF
+    - RDMA/cma: fix null-ptr-deref Read in cma_cleanup
+    - IB/mlx4: Fix memory leaks
+    - [x86] infiniband: hfi1: fix a memory leak bug
+    - [x86] infiniband: hfi1: fix memory leaks
+    - drm/amdgpu: prevent memory leaks in AMDGPU_CS ioctl
+    - ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()
+    - ceph: fix buffer free while holding i_ceph_lock in
+      __ceph_build_xattrs_blob()
+    - ceph: fix buffer free while holding i_ceph_lock in fill_inode()
+    - [arm64, armhf] KVM: Only skip MMIO insn once
+    - afs: Fix leak in afs_lookup_cell_rcu()
+    - afs: Fix possible oops in afs_lookup trace event
+    - afs: use correct afs_call_type in yfs_fs_store_opaque_acl2
+    - RDMA/bnxt_re: Fix stack-out-of-bounds in bnxt_qplib_rcfw_send_message
+    - gpio: Fix irqchip initialization order
+    - [arm64, armhf] KVM: VGIC: Properly initialise private IRQ affinity
+    - [x86] boot/compressed/64: Fix missing initialization in
+      find_trampoline_placement()
+    - libceph: allow ceph_buffer_put() to receive a NULL ceph_buffer
+    - [x86] Revert "x86/apic: Include the LDR when clearing out APIC registers"
+    - [x86] boot: Preserve boot_params.secure_boot from sanitizing
+    - Revert "mmc: core: do not retry CMD6 in __mmc_switch()"
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.15
+    - gpio: pca953x: correct type of reg_direction
+    - gpio: pca953x: use pca953x_read_regs instead of regmap_bulk_read
+    - ALSA: hda - Fix potential endless loop at applying quirks
+    - ALSA: hda/realtek - Fix overridden device-specific initialization
+    - ALSA: hda/realtek - Add quirk for HP Pavilion 15
+    - ALSA: hda/realtek - Enable internal speaker & headset mic of ASUS UX431FL
+    - ALSA: hda/realtek - Fix the problem of two front mics on a ThinkCentre
+    - sched/fair: Don't assign runtime for throttled cfs_rq
+    - [x86] drm/vmwgfx: Fix double free in vmw_recv_msg()
+    - drm/nouveau/sec2/gp102: add missing MODULE_FIRMWAREs
+    - [powerpc*] 64e: Drop stale call to smp_processor_id() which hangs SMP
+      startup
+    - [powerpc*] tm: Fix restoring FP/VMX facility incorrectly on interrupts
+      (CVE-2019-15031)
+    - batman-adv: fix uninit-value in batadv_netlink_get_ifindex()
+    - batman-adv: Only read OGM tvlv_len after buffer len check
+    - bcache: only clear BTREE_NODE_dirty bit when it is set
+    - bcache: add comments for mutex_lock(&b->write_lock)
+    - bcache: fix race in btree_flush_write()
+    - IB/rdmavt: Add new completion inline
+    - IB/{rdmavt, qib, hfi1}: Convert to new completion API
+    - IB/hfi1: Unreserve a flushed OPFN request
+    - [x86] drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings.
+    - [x86] drm/i915: Make sure cdclk is high enough for DP audio on VLV/CHV
+    - mmc: sdhci-sprd: Fix the incorrect soft reset operation when runtime
+      resuming
+    - usb: chipidea: imx: add imx7ulp support
+    - usb: chipidea: imx: fix EPROBE_DEFER support during driver probe
+    - [s390x] virtio: fix race on airq_areas[]
+    - [x86] drm/i915: Support flags in whitlist WAs
+    - [x86] drm/i915: Support whitelist workarounds on all engines
+    - [x86] drm/i915: whitelist PS_(DEPTH|INVOCATION)_COUNT
+    - [x86] drm/i915: Add whitelist workarounds for ICL
+    - [x86] drm/i915/icl: whitelist PS_(DEPTH|INVOCATION)_COUNT
+    - Btrfs: fix unwritten extent buffers and hangs on future writeback
+      attempts (Closes: #940105)
+    - vhost: make sure log_num < in_num (CVE-2019-14835)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.16
+    - bridge/mdb: remove wrong use of NLM_F_MULTI
+    - cdc_ether: fix rndis support for Mediatek based smartphones
+    - ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'
+    - isdn/capi: check message length in capi_write()
+    - ixgbe: Fix secpath usage for IPsec TX offload.
+    - ixgbevf: Fix secpath usage for IPsec Tx offload
+    - net: Fix null de-reference of device refcount
+    - net: gso: Fix skb_segment splat when splitting gso_size mangled skb
+      having linear-headed frag_list
+    - net: phylink: Fix flow control resolution
+    - net: sched: fix reordering issues
+    - sch_hhf: ensure quantum and hhf_non_hh_weight are non-zero
+    - sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'
+    - sctp: use transport pf_retrans in sctp_do_8_2_transport_strike
+    - tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWR
+    - tipc: add NULL pointer check before calling kfree_rcu
+    - tun: fix use-after-free when register netdev failed
+    - net-ipv6: fix excessive RTF_ADDRCONF flag on ::1/128 local route (and
+      others)
+    - ipv6: addrconf_f6i_alloc - fix non-null pointer check to !IS_ERR()
+    - net: fixed_phy: Add forward declaration for struct gpio_desc;
+    - sctp: fix the missing put_user when dumping transport thresholds
+    - net: sock_map, fix missing ulp check in sock hash case
+    - gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option and
+      blacklist
+    - gpio: mockup: add missing single_release()
+    - gpio: fix line flag validation in linehandle_create
+    - gpio: fix line flag validation in lineevent_create
+    - Btrfs: fix assertion failure during fsync and use of stale transaction
+    - cgroup: freezer: fix frozen state inheritance
+    - Revert "mmc: bcm2835: Terminate timeout work synchronously"
+    - Revert "mmc: sdhci: Remove unneeded quirk2 flag of O2 SD host controller"
+    - mmc: tmio: Fixup runtime PM management during probe
+    - mmc: tmio: Fixup runtime PM management during remove
+    - drm/lima: fix lima_gem_wait() return value
+    - [x86] drm/i915: Limit MST to <= 8bpc once again
+    - [x86] drm/i915: Restore relaxed padding (OCL_OOB_SUPPRES_ENABLE) for skl+
+    - ipc: fix semtimedop for generic 32-bit architectures
+    - ipc: fix sparc64 ipc() wrapper
+    - ixgbe: fix double clean of Tx descriptors with xdp
+    - ixgbe: Prevent u8 wrapping of ITR value to something less than 10us
+    - Revert "rt2800: enable TX_PIN_CFG_LNA_PE_ bits per band"
+    - mt76: mt76x0e: disable 5GHz band for MT7630E
+    - genirq: Prevent NULL pointer dereference in resend_irqs()
+    - regulator: twl: voltage lists for vdd1/2 on twl4030
+    - [s390x] KVM: kvm_s390_vm_start_migration: check dirty_bitmap before using
+      it as target for memset()
+    - [s390x] KVM: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctl
+    - [x86] KVM: work around leak of uninitialized stack contents
+    - [x86] KVM: mmu: Reintroduce fast invalidate/zap for flushing memslot
+    - [x86] KVM: nVMX: handle page fault in vmread
+    - [x86] purgatory: Change compiler flags from -mcmodel=kernel to
+      -mcmodel=large to fix kexec relocation errors
+    - powerpc: Add barrier_nospec to raw_copy_in_user()
+    - kernel/module: Fix mem leak in module_add_modinfo_attrs
+    - x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernels
+    - x86/ima: check EFI SetupMode too
+    - drm/meson: Add support for XBGR8888 & ABGR8888 formats
+    - clk: Fix debugfs clk_possible_parents for clks without parent string names
+    - clk: Simplify debugfs printing and add a newline
+    - mt76: Fix a signedness bug in mt7615_add_interface()
+    - mt76: mt7615: Use after free in mt7615_mcu_set_bcn()
+    - clk: rockchip: Don't yell about bad mmc phases when getting
+    - mtd: rawnand: mtk: Fix wrongly assigned OOB buffer pointer issue
+    - PCI: Always allow probing with driver_override
+    - ubifs: Correctly use tnc_next() in search_dh_cookie()
+    - driver core: Fix use-after-free and double free on glue directory
+    - crypto: talitos - check AES key size
+    - crypto: talitos - fix CTR alg blocksize
+    - crypto: talitos - check data blocksize in ablkcipher.
+    - crypto: talitos - fix ECB algs ivsize
+    - crypto: talitos - Do not modify req->cryptlen on decryption.
+    - crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.
+    - firmware: ti_sci: Always request response from firmware
+    - drm: panel-orientation-quirks: Add extra quirk table entry for GPD MicroPC
+    - drm/mediatek: mtk_drm_drv.c: Add of_node_put() before goto
+    - mm/z3fold.c: remove z3fold_migration trylock
+    - mm/z3fold.c: fix lock/unlock imbalance in z3fold_page_isolate
+    - Revert "Bluetooth: btusb: driver to enable the usb-wakeup feature"
+    - modules: fix BUG when load module with rodata=n
+    - modules: fix compile error if don't have strict module rwx
+    - modules: always page-align module section allocations
+    - [x86] kvm: nVMX: Remove unnecessary sync_roots from handle_invept
+    - [x86] KVM: SVM: Fix detection of AMD Errata 1096
+    - [x86] platform: pmc_atom: Add CB4063 Beckhoff Automation board to
+      critclk_systems DMI table
+    - [x86] platform: pcengines-apuv2: use KEY_RESTART for front button
+    - rsi: fix a double free bug in rsi_91x_deinit() (CVE-2019-15504)
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.17
+    - USB: usbcore: Fix slab-out-of-bounds bug during device reset
+    - media: tm6000: double free if usb disconnect while streaming
+    - phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in over-current
+    - net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit()
+    - netfilter: nf_flow_table: set default timeout after successful insertion
+    - HID: wacom: generic: read HID_DG_CONTACTMAX from any feature report
+    - Input: elan_i2c - remove Lenovo Legion Y7000 PnpID
+    - SUNRPC: Handle connection breakages correctly in call_status()
+    - nfs: disable client side deduplication
+    - [powerpc*] mm/radix: Use the right page size for vmemmap mapping
+    - net: hns: fix LED configuration for marvell phy
+    - net: aquantia: fix limit of vlan filters
+    - ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit
+    - net/sched: fix race between deactivation and dequeue for NOLOCK qdisc
+    - net_sched: let qdisc_put() accept NULL pointer
+    - udp: correct reuseport selection with connected sockets
+    - xen-netfront: do not assume sk_buff_head list is empty in error handling
+    - net: dsa: Fix load order between DSA drivers and taggers
+    - KVM: coalesced_mmio: add bounds checking (CVE-2019-14821)
+    - firmware: google: check if size is valid when decoding VPD data
+    - serial: sprd: correct the wrong sequence of arguments
+    - tty/serial: atmel: reschedule TX after RX was started
+    - mwifiex: Fix three heap overflow at parsing element in
+      cfg80211_ap_settings (CVE-2019-14814, CVE-2019-14815, CVE-2019-14816)
+    - nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
+    - ieee802154: hwsim: Fix error handle path in hwsim_init_module
+    - ieee802154: hwsim: unregister hw while hwsim_subscribe_all_others fails
+    - [armhf] dts: am57xx: Disable voltage switching for SD card
+    - [armhf] OMAP2+: Fix missing SYSC_HAS_RESET_STATUS for dra7 epwmss
+    - bus: ti-sysc: Fix handling of forced idle
+    - bus: ti-sysc: Fix using configured sysc mask value
+    - [armhf] dts: Fix flags for gpio7
+    - [armhf] dts: Fix incorrect dcan register mapping for am3, am4 and dra7
+    - [arm64] dts: meson-g12a: add missing dwc2 phy-names
+    - [s390x] bpf: fix lcgr instruction encoding
+    - [armhf] OMAP2+: Fix omap4 errata warning on other SoCs
+    - [armhf] dts: am335x: Fix UARTs length
+    - [armhf] dts: dra74x: Fix iodelay configuration for mmc3
+    - bus: ti-sysc: Simplify cleanup upon failures in sysc_probe()
+    - [armhf] dts: Fix incomplete dts data for am3 and am4 mmc
+    - [s390x] bpf: use 32-bit index for tail calls
+    - fpga: altera-ps-spi: Fix getting of optional confd gpio
+    - netfilter: ebtables: Fix argument order to ADD_COUNTER
+    - netfilter: nft_flow_offload: missing netlink attribute policy
+    - netfilter: xt_nfacct: Fix alignment mismatch in xt_nfacct_match_info
+    - NFSv4: Fix return values for nfs4_file_open()
+    - NFSv4: Fix return value in nfs_finish_open()
+    - NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetup
+    - NFS: On fatal writeback errors, we need to call
+      nfs_inode_remove_request()
+    - xdp: unpin xdp umem pages in error path
+    - selftests/bpf: fix test_cgroup_storage on s390
+    - selftests/bpf: add config fragment BPF_JIT
+    - qed: Add cleanup in qed_slowpath_start()
+    - drm/omap: Fix port lookup for SDI output
+    - drm/virtio: use virtio_max_dma_size
+    - [armel,armhf] 8874/1: mm: only adjust sections of valid mm structures
+    - batman-adv: Only read OGM2 tvlv_len after buffer len check
+    - flow_dissector: Fix potential use-after-free on BPF_PROG_DETACH
+    - bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0
+    - r8152: Set memory to all 0xFFs on failed reg reads
+    - x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machines
+    - pNFS/flexfiles: Don't time out requests on hard mounts
+    - NFS: Fix spurious EIO read errors
+    - NFS: Fix writepage(s) error handling to not report errors twice
+    - drm/amdgpu: fix dma_fence_wait without reference
+    - netfilter: xt_physdev: Fix spurious error message in physdev_mt_check
+    - netfilter: nf_conntrack_ftp: Fix debug output
+    - NFSv2: Fix eof handling
+    - NFSv2: Fix write regression
+    - NFS: remove set but not used variable 'mapping'
+    - kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the
+      first symbol
+    - netfilter: conntrack: make sysctls per-namespace again
+    - drm/amd/powerplay: correct Vega20 dpm level related settings
+    - cifs: set domainName when a domain-key is used in multiuser
+    - cifs: Use kzfree() to zero out the password
+    - libceph: don't call crypto_free_sync_skcipher() on a NULL tfm
+    - usb: host: xhci-tegra: Set DMA mask correctly
+    - RISC-V: Fix FIXMAP area corruption on RV32 systems
+    - [armel,armhf] 8901/1: add a criteria for pfn_valid of arm
+    - ibmvnic: Do not process reset during or after device removal
+    - sky2: Disable MSI on yet another ASUS boards (P6Xxxx)
+    - i2c: designware: Synchronize IRQs when unregistering slave client
+    - perf/x86/intel: Restrict period on Nehalem
+    - perf/x86/amd/ibs: Fix sample bias for dispatched micro-ops
+    - i2c: iproc: Stop advertising support of SMBUS quick cmd
+    - i2c: mediatek: disable zero-length transfers for mt8183
+    - amd-xgbe: Fix error path in xgbe_mod_init()
+    - netfilter: nf_flow_table: clear skb tstamp before xmit
+    - [x86] tools/power x86_energy_perf_policy: Fix argument parsing
+    - [x86] tools/power turbostat: fix leak of file descriptor on error return
+      path
+    - [x86] tools/power turbostat: fix file descriptor leaks
+    - [x86] tools/power turbostat: fix buffer overrun
+    - [x86] tools/power turbostat: Fix Haswell Core systems
+    - [x86] tools/power turbostat: Add Ice Lake NNPI support
+    - [x86] tools/power turbostat: Fix CPU%C1 display value
+    - net: aquantia: fix removal of vlan 0
+    - net: aquantia: reapply vlan filters on up
+    - net: aquantia: linkstate irq should be oneshot
+    - net: aquantia: fix out of memory condition on rx side
+    - net: dsa: microchip: add KSZ8563 compatibility string
+    - enetc: Add missing call to 'pci_free_irq_vectors()' in probe and remove
+      functions
+    - net: seeq: Fix the function used to release some memory in an error
+      handling path
+    - dmaengine: ti: dma-crossbar: Fix a memory leak bug
+    - dmaengine: ti: omap-dma: Add cleanup in omap_dma_probe()
+    - [x86] uaccess: Don't leak the AC flags into __get_user() argument
+      evaluation
+    - [x86] hyper-v: Fix overflow bug in fill_gva_list()
+    - [x86] iommu/vt-d: Remove global page flush support
+    - dmaengine: sprd: Fix the DMA link-list configuration
+    - dmaengine: rcar-dmac: Fix DMACHCLR handling if iommu is mapped
+    - keys: Fix missing null pointer check in request_key_auth_describe()
+    - [x86] iommu/amd: Flush old domains in kdump kernel
+    - [x86] iommu/amd: Fix race in increase_address_space()
+    - [arm64] Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
+    - ovl: fix regression caused by overlapping layers detection
+    - floppy: fix usercopy direction
+    - media: technisat-usb2: break out of loop at end of buffer
+      (CVE-2019-15505)
+    - vfs: Fix refcounting of filenames in fs_parser
+
+  [ Salvatore Bonaccorso ]
+  * xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOT
+    (CVE-2019-15538)
+
+  [ Romain Perier ]
+  * [rt] Update to 5.2.14-rt7
+
+  [ Ben Hutchings ]
+  * Bump ABI to 3
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 26 Sep 2019 14:19:06 +0200
+
+linux (5.2.9-2) unstable; urgency=medium
+
+  [ Ben Hutchings ]
+  * Partially revert "net: socket: implement 64-bit timestamps"
+    (fixes build/test regressions for glibc, qemu, suricata)
+  * [x86] intel-iommu: Exclude integrated GPUs by default (Closes: #935270):
+    - intel-iommu: Add option to exclude integrated GPU only
+    - intel-iommu: Add Kconfig option to exclude iGPU by default
+    - Enable INTEL_IOMMU_DEFAULT_ON_INTGPU_OFF instead of
+      INTEL_IOMMU_DEFAULT_ON
+
+  [ Thomas W ]
+  * [x86] Add various laptop modules. (Closes: #932086)
+    CONFIG_ACER_WIRELESS
+    CONFIG_LG_LAPTOP
+    CONFIG_SURFACE3_WMI
+    CONFIG_INTEL_WMI_THUNDERBOLT
+    CONFIG_PEAQ_WMI
+    CONFIG_TOSHIBA_WMI
+    CONFIG_SURFACE_3_BUTTON
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 21 Aug 2019 13:48:11 +0100
+
+linux (5.2.9-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.8
+    - scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure
+    - libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant
+    - libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock
+    - ALSA: usb-audio: Sanity checks for each pipe and EP types
+    - ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check
+    - HID: wacom: fix bit shift for Cintiq Companion 2
+    - HID: Add quirk for HP X1200 PIXART OEM mouse
+    - atm: iphase: Fix Spectre v1 vulnerability (CVE-2017-5753)
+    - bnx2x: Disable multi-cos feature.
+    - drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case (Closes: #908712)
+    - ife: error out when nla attributes are empty
+    - ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6
+    - ip6_tunnel: fix possible use-after-free on xmit
+    - ipip: validate header length in ipip_tunnel_xmit
+    - [armhf,arm64] mvpp2: fix panic on module removal
+    - [armhf,arm64] mvpp2: refactor MTU change code
+    - net: bridge: delete local fdb on device init failure
+    - net: bridge: mcast: don't delete permanent entries when fast leave is
+      enabled
+    - net: bridge: move default pvid init/deinit to NETDEV_REGISTER/UNREGISTER
+    - net: fix ifindex collision during namespace removal
+    - net/mlx5e: always initialize frag->last_in_page
+    - net/mlx5: Use reversed order when unregister devices
+    - net: phy: fixed_phy: print gpio error only if gpio node is present
+    - net: phy: mscc: initialize stats array
+    - net: sched: Fix a possible null-pointer dereference in dequeue_func()
+    - net sched: update vlan action for batched events operations
+    - net: sched: use temporary variable for actions indexes
+    - net/smc: do not schedule tx_work in SMC_CLOSED state
+    - [armhf,arm64] net: stmmac: Use netif_tx_napi_add() for TX polling
+      function
+    - tipc: compat: allow tipc commands without arguments
+    - tipc: fix unitilized skb list crash
+    - tun: mark small packets as owned by the tap sock
+    - net/mlx5: Fix modify_cq_in alignment
+    - net/mlx5e: Prevent encap flow counter update async to user query
+    - r8169: don't use MSI before RTL8168d
+    - net: fix bpf_xdp_adjust_head regression for generic-XDP
+    - [x86] hv_sock: Fix hang when a connection is closed
+    - net: phy: fix race in genphy_update_link
+    - net/smc: avoid fallback in case of non-blocking connect
+    - rocker: fix memory leaks of fib_work on two error return paths
+    - net/mlx5: Add missing RDMA_RX capabilities
+    - net/mlx5e: Fix matching of speed to PRM link modes
+    - compat_ioctl: pppoe: fix PPPOEIOCSFWD handling
+    - [x86] drm/i915/vbt: Fix VBT parsing for the PSR section
+    - Revert "mac80211: set NETIF_F_LLTX when using intermediate tx queues"
+    - [armhf,arm64] spi: bcm2835: Fix 3-wire mode if DMA is enabled
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.9
+    - Revert "PCI: Add missing link delays required by the PCIe spec"
+    - [arm64] iio: cros_ec_accel_legacy: Fix incorrect channel setting
+    - [x86] iio: imu: mpu6050: add missing available scan masks
+    - [x86] crypto: ccp - Fix oops by properly managing allocated structures
+    - [x86] crypto: ccp - Add support for valid authsize values less than 16
+    - [x86] crypto: ccp - Ignore tag length when decrypting GCM ciphertext
+    - driver core: platform: return -ENXIO for missing GpioInt
+    - usb: usbfs: fix double-free of usb memory upon submiturb error
+    - Revert "USB: rio500: simplify locking"
+    - usb: iowarrior: fix deadlock on disconnect
+    - sound: fix a memory leak bug
+    - [arm64,mips/octeon] mmc: cavium: Set the correct dma max segment size for
+      mmc_host
+    - [arm64,mips/octeon] mmc: cavium: Add the missing dma unmap when the dma
+      has finished.
+    - loop: set PF_MEMALLOC_NOIO for the worker thread
+    - bdev: Fixup error handling in blkdev_get() (Closes: #934378)
+    - Input: usbtouchscreen - initialize PM mutex before using it
+    - Input: elantech - enable SMBus on new (2018+) systems
+    - [x86] Input: synaptics - enable RMI mode for HP Spectre X360
+    - [x86] mm: Check for pfn instead of page in vmalloc_sync_one()
+    - [x86] mm: Sync also unmappings in vmalloc_sync_all()
+    - mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy()
+    - [s390x] perf annotate: Fix s390 gap between kernel end and module start
+    - perf db-export: Fix thread__exec_comm()
+    - [s390x] perf record: Fix module size on s390
+    - [x86] purgatory: Do not use __builtin_memcpy and __builtin_memset
+    - [x86] purgatory: Use CFLAGS_REMOVE rather than reset KBUILD_CFLAGS
+    - genirq/affinity: Create affinity mask for single vector
+    - gfs2: gfs2_walk_metadata fix
+    - usb: yurex: Fix use-after-free in yurex_delete
+    - usb: typec: ucsi: ccg: Fix uninitilized symbol error
+    - usb: typec: tcpm: free log buf memory when remove debug file
+    - usb: typec: tcpm: remove tcpm dir if no children
+    - usb: typec: tcpm: Add NULL check before dereferencing config
+    - usb: typec: tcpm: Ignore unsupported/unknown alternate mode requests
+    - [armhf] can: flexcan: fix stop mode acknowledgment
+    - [armhf] can: flexcan: fix an use-after-free in flexcan_setup_stop_mode()
+    - can: peak_usb: fix potential double kfree_skb()
+    - [powerpc*] fix off by one in max_zone_pfn initialization for ZONE_DMA
+    - netfilter: nfnetlink: avoid deadlock due to synchronous request_module
+    - netfilter: Fix rpfilter dropping vrf packets by mistake
+    - netfilter: nf_tables: fix module autoload for redir
+    - netfilter: conntrack: always store window size un-scaled
+    - netfilter: nft_hash: fix symhash with modulus one
+    - rq-qos: don't reset has_sleepers on spurious wakeups
+    - rq-qos: set ourself TASK_UNINTERRUPTIBLE after we schedule
+    - rq-qos: use a mb for got_token
+    - netfilter: nf_tables: Support auto-loading for inet nat
+    - drm/amd/display: No audio endpoint for Dell MST display
+    - drm/amd/display: Clock does not lower in Updateplanes
+    - drm/amd/display: Wait for backlight programming completion in set
+      backlight level
+    - drm/amd/display: fix DMCU hang when going into Modern Standby
+    - drm/amd/display: use encoder's engine id to find matched free audio
+      device
+    - drm/amd/display: put back front end initialization sequence
+    - drm/amd/display: allocate 4 ddc engines for RV2
+    - drm/amd/display: Fix dc_create failure handling and 666 color depths
+    - drm/amd/display: Only enable audio if speaker allocation exists
+    - drm/amd/display: Increase size of audios array
+    - nl80211: fix NL80211_HE_MAX_CAPABILITY_LEN
+    - mac80211: fix possible memory leak in ieee80211_assign_beacon
+    - mac80211: don't warn about CW params when not using them
+    - allocate_flower_entry: should check for null deref
+    - hwmon: (nct6775) Fix register address and added missed tolerance for
+      nct6106
+    - [armhf] dts: imx6ul: fix clock frequency property name of I2C buses
+    - [powerpc*] papr_scm: Force a scm-unbind if initial scm-bind fails
+    - [arm64] Force SSBS on context switch
+    - [arm64] entry: SP Alignment Fault doesn't write to FAR_EL1
+    - [x86] iommu/vt-d: Check if domain->pgd was allocated
+    - [arm64] drm/msm/dpu: Correct dpu encoder spinlock initialization
+    - [ppc64] cpufreq/pasemi: fix use-after-free in pas_cpufreq_cpu_init()
+    - [s390x] qdio: add sanity checks to the fast-requeue path
+    - ALSA: compress: Fix regression on compressed capture streams
+    - ALSA: compress: Prevent bypasses of set_params
+    - ALSA: compress: Don't allow paritial drain operations on capture streams
+    - ALSA: compress: Be more restrictive about when a drain is allowed
+    - perf script: Fix off by one in brstackinsn IPC computation
+    - perf tools: Fix proper buffer size for feature processing
+    - perf stat: Fix segfault for event group in repeat mode
+    - perf session: Fix loading of compressed data split across adjacent
+      records
+    - perf probe: Avoid calling freeing routine multiple times for same pointer
+    - drbd: dynamically allocate shash descriptor
+    - ACPI/IORT: Fix off-by-one check in iort_dev_find_its_id()
+    - nvme: ignore subnqn for ADATA SX6000LNP
+    - nvme: fix memory leak caused by incorrect subsystem free
+    - scsi: megaraid_sas: fix panic on loading firmware crashdump
+    - scsi: ibmvfc: fix WARN_ON during event pool release
+    - scsi: scsi_dh_alua: always use a 2 second delay before retrying RTPG
+    - test_firmware: fix a memory leak bug
+    - tty/ldsem, locking/rwsem: Add missing ACQUIRE to read_failed sleep loop
+    - [x86] perf/intel: Fix SLOTS PEBS event constraint
+    - [x86] perf/intel: Fix invalid Bit 13 for Icelake MSR_OFFCORE_RSP_x
+      register
+    - [x86] perf: Apply more accurate check on hypervisor platform
+    - perf/core: Fix creating kernel counters for PMUs that override event->cpu
+    - [s390x] dma: provide proper ARCH_ZONE_DMA_BITS value
+    - HID: sony: Fix race condition between rumble and device remove.
+    - ALSA: usb-audio: fix a memory leak bug
+    - [x86] KVM/nSVM: properly map nested VMCB
+    - can: peak_usb: pcan_usb_pro: Fix info-leaks to USB devices
+    - can: peak_usb: pcan_usb_fd: Fix info-leaks to USB devices
+    - hwmon: (nct7802) Fix wrong detection of in4 presence
+    - hwmon: (lm75) Fixup tmp75b clr_mask
+    - [x86] drm/i915: Fix wrong escape clock divisor init for GLK
+    - ALSA: firewire: fix a memory leak bug
+    - ALSA: hiface: fix multiple memory leak bugs
+    - ALSA: hda - Don't override global PCM hw info flag
+    - [x86] ALSA: hda - Workaround for crackled sound on AMD controller
+      (1022:1457)
+    - mac80211: don't WARN on short WMM parameters from AP
+    - dax: dax_layout_busy_page() should not unmap cow pages
+    - SMB3: Fix deadlock in validate negotiate hits reconnect
+    - smb3: send CAP_DFS capability during session setup
+    - NFSv4: Fix delegation state recovery
+    - NFSv4: Check the return value of update_open_stateid()
+    - NFSv4: Fix an Oops in nfs4_do_setattr
+    - [x86] KVM: Fix leak vCPU's VMCS value into other pCPU
+    - [armhf,arm64] KVM: Sync ICH_VMCR_EL2 back when about to block
+    - mwifiex: fix 802.11n/WPA detection
+    - iwlwifi: don't unmap as page memory that was mapped as single
+    - iwlwifi: mvm: fix an out-of-bound access
+    - iwlwifi: mvm: fix a use-after-free bug in iwl_mvm_tx_tso_segment
+    - iwlwifi: mvm: don't send GEO_TX_POWER_LIMIT on version < 41
+    - iwlwifi: mvm: fix version check for GEO_TX_POWER_LIMIT support
+
+  [ Salvatore Bonaccorso ]
+  * Enable Realtek 802.11ac wireless chips support (Closes: #933963)
+
+  [ Ben Hutchings ]
+  * [armel] fb-modules: Remove xgifb, which was removed upstream (fixes FTBFS)
+  * tracefs: Fix potential null dereference in default_file_open()
+    (Closes: #934304)
+  * [arm64] hwrandom: Re-enable HW_RANDOM_OMAP as module (Closes: #931707)
+  * ptp: Change CAVIUM_PTP from built-in to modular (Closes: #934848)
+  * bug script: Check whether /e/n/interfaces exists (Closes: #934824)
+  * bug script: Include network configuration from /e/n/interfaces.d
+  * bug script: Check for unreadable /e/n/interfaces files
+  * [x86] iommu: Enable INTEL_IOMMU_DEFAULT_ON (Closes: #934309)
+  * HID: Enable HID_BIGBEN_FF, HID_MACALLY, HID_GFRM, HID_GT683R,
+    HID_VIEWSONIC, HID_MALTRON, HID_U2FZERO as modules (Closes: #934091)
+  * usbip: network: Fix unaligned member access (Closes: #925766)
+  * libbpf: Fix cross-build
+  * [rt] Update to 5.2.9-rt3:
+    - i2c: exynos5: Remove IRQF_ONESHOT
+    - i2c: hix5hd2: Remove IRQF_ONESHOT
+    - sched/deadline: Ensure inactive_timer runs in hardirq context
+    - thermal/x86_pkg_temp: make pkg_temp_lock a raw spinlock
+    - dma-buf: Use seqlock_t instread disabling preemption
+    - KVM: arm/arm64: Let the timer expire in hardirq context on RT
+    - x86: preempt: Check preemption level before looking at lazy-preempt
+    - arm64: preempt: Fixup lazy preempt
+    - arm64: preempt: Check preemption level before looking at lazy-preempt
+
+  [ Alper Nebi Yasak ]
+  * [arm64] udeb: Add pl330 to kernel-image
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 18 Aug 2019 22:54:21 +0100
+
+linux (5.2.7-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.7
+    - [armhf] dts: rockchip: Make rk3288-veyron-minnie run at hs200
+    - [armhf] dts: rockchip: Make rk3288-veyron-mickey's emmc work again
+    - [arm64] clk: meson: mpll: properly handle spread spectrum
+    - [armhf] dts: rockchip: Mark that the rk3288 timer might stop in suspend
+    - ftrace: Enable trampoline when rec count returns back to one
+    - [arm64] dts: qcom: qcs404-evb: fix l3 min voltage
+    - [arm64] dts: marvell: mcbin: enlarge PCI memory window
+    - [armhf,arm64] dmaengine: tegra-apb: Error out if DMA_PREP_INTERRUPT flag
+      is unset
+    - [arm64] dts: rockchip: fix isp iommu clocks and power domain
+    - kernel/module.c: Only return -EEXIST for modules that have finished
+      loading
+    - PCI: OF: Initialize dev->fwnode appropriately
+    - [armhf,arm64] firmware/psci: psci_checker: Park kthreads before stopping
+      them
+    - [arm64] qcom: qcs404: Add reset-cells to GCC node
+    - swiotlb: fix phys_addr_t overflow warning
+    - [arm64] clk: tegra210: fix PLLU and PLLU_OUT1
+    - fs/adfs: super: fix use-after-free bug
+    - [arm64] dts: rockchip: Fix USB3 Type-C on rk3399-sapphire
+    - btrfs: tree-checker: Check if the file extent end overflows
+    - btrfs: fix minimum number of chunk errors for DUP
+    - btrfs: Flush before reflinking any extent to prevent NOCOW write falling
+      back to COW without data reservation
+    - [arm64] remoteproc: copy parent dma_pfn_offset for vdev
+    - btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()
+    - cifs: Fix a race condition with cifs_echo_request
+    - ceph: fix improper use of smp_mb__before_atomic()
+    - ceph: fix dir_lease_is_valid()
+    - ceph: return -ERANGE if virtual xattr value didn't fit in buffer
+    - virtio-mmio: add error check for platform_get_irq
+    - drm/amd/display: Expose audio inst from DC to DM
+    - cifs: fix crash in cifs_dfs_do_automount
+    - perf version: Fix segfault due to missing OPT_END()
+    - [x86] kvm: avoid constant-conversion warning
+    - ACPI: fix false-positive -Wuninitialized warning
+    - [x86] KVM: nVMX: Ignore segment base for VMX memory operand when segment
+      not FS or GS
+    - bpf: fix BTF verifier size resolution logic
+    - be2net: Signal that the device cannot transmit during reconfiguration
+    - mm/z3fold: don't try to use buddy slots after free
+    - mm/memcontrol.c: keep local VM counters in sync with the hierarchical ones
+    - mm/z3fold.c: reinitialize zhdr structs after migration
+    - [x86] apic: Silence -Wtype-limits compiler warnings
+    - [arm*] mm/cma.c: fail if fixed declaration can't be honored
+    - mm/ioremap: check virtual address alignment while creating huge mappings
+    - coda: add error handling for fget
+    - uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side
+      headers
+    - ipc/mqueue.c: only perform resource calculation if user valid
+    - device-dax: fix memory and resource leak if hotplug fails
+    - mm/hotplug: make remove_memory() interface usable
+    - stacktrace: Force USER_DS for stack_trace_save_user()
+    - [x86] crypto: ccp - Fix SEV_VERSION_GREATER_OR_EQUAL
+    - xen/pv: Fix a boot up hang revealed by int3 self test
+    - [x86] kvm: Don't call kvm_spurious_fault() from .fixup
+    - [x86] paravirt: Fix callee-saved function ELF sizes
+    - [x86] boot: Remove multiple copy of static function sanitize_boot_params()
+    - bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()
+    - drm/nouveau: fix memory leak in nouveau_conn_reset()
+    - drm/nouveau/dmem: missing mutex_lock in error path
+    - kconfig: Clear "written" flag to avoid data loss
+    - tpm: Fix null pointer dereference on chip register error path
+    - Btrfs: fix incremental send failure after deduplication
+    - Btrfs: fix race leading to fs corruption after transaction abort
+    - dax: Fix missed wakeup in put_unlocked_entry()
+    - fgraph: Remove redundant ftrace_graph_notrace_addr() test
+    - [armhf,arm64] mmc: dw_mmc: Fix occasional hang after tuning on eMMC
+    - [armhf] mmc: meson-mx-sdio: Fix misuse of GENMASK macro
+    - mmc: mmc_spi: Enable stable writes
+    - gpiolib: Preserve desc->flags when setting state
+    - gpio: don't WARN() on NULL descs if gpiolib is disabled
+    - gpiolib: fix incorrect IRQ requesting of an active-low lineevent
+    - IB/hfi1: Fix Spectre v1 vulnerability
+    - drm/nouveau: Only release VCPI slots on mode changes
+    - mtd: rawnand: micron: handle on-die "ECC-off" devices correctly
+    - eeprom: at24: make spd world-readable again
+    - [arm*] i2c: iproc: Fix i2c master read more than 63 bytes
+    - selinux: fix memory leak in policydb_init()
+    - [x86] ALSA: hda: Fix 1-minute detection delay when i915 module is not
+      available (see #931507)
+    - mm: vmscan: check if mem cgroup is disabled or not before calling memcg
+      slab shrinker
+    - mm: migrate: fix reference check race between __find_get_block() and
+      migration
+    - mm: compaction: avoid 100% CPU usage during compaction when a task is
+      killed
+    - mm/migrate.c: initialize pud_entry in migrate_vma()
+    - loop: Fix mount(2) failure due to race with LOOP_SET_FD
+    - [s390x] dasd: fix endless loop after read unit address configuration
+    - cgroup: kselftest: relax fs_spec checks
+    - [hppa] Add archclean Makefile target
+    - [hppa] Strip debug info from kernel before creating compressed vmlinuz
+    - [hppa] Fix build of compressed kernel even with debug enabled
+    - drivers/perf: arm_pmu: Fix failure path in PM notifier
+    - [arm64] compat: Allow single-byte watchpoints on all addresses
+    - [arm64] cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}
+    - io_uring: fix KASAN use after free in io_sq_wq_submit_work
+    - scsi: mpt3sas: Use 63-bit DMA addressing on SAS35 HBA
+    - nbd: replace kill_bdev() with __invalidate_device() again
+    - xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()
+    - xen/gntdev.c: Replace vm_map_pages() with vm_map_pages_zero()
+    - RDMA/devices: Do not deadlock during client removal
+    - IB/mlx5: Fix unreg_umr to ignore the mkey state
+    - IB/mlx5: Use direct mkey destroy command upon UMR unreg failure
+    - IB/mlx5: Move MRs to a kernel PD when freeing them to the MR cache
+    - IB/mlx5: Fix clean_mr() to work in the expected order
+    - IB/mlx5: Fix RSS Toeplitz setup to be aligned with the HW specification
+    - IB/hfi1: Check for error on call to alloc_rsm_map_table
+    - IB/hfi1: Drop all TID RDMA READ RESP packets after r_next_psn
+    - IB/hfi1: Field not zero-ed when allocating TID flow memory
+    - [x86] drm/i915/perf: fix ICL perf register offsets
+    - [x86] drm/i915/gvt: fix incorrect cache entry for guest page mapping
+    - [x86] cpufeatures: Carve out CQM features retrieval
+    - [x86] cpufeatures: Combine word 11 and 12 into a new scattered features
+      word
+    - [x86] speculation: Prepare entry code for Spectre v1 swapgs mitigations
+    - [x86] speculation: Enable Spectre v1 swapgs mitigations (CVE-2019-1125)
+    - [amd64] entry: Use JMP instead of JMPQ
+    - [x86] speculation/swapgs: Exclude ATOMs from speculation through SWAPGS
+    - Documentation: Add swapgs description to the Spectre v1 documentation
+
+  [ Ben Hutchings ]
+  * [armhf] udeb: Remove davinci_cpdma from nic-modules (fixes FTBFS)
+  * Bump ABI to 2
+  * [armel/marvell] Increase maximum image size (fixes FTBFS):
+    - This removes support for QNAP TS-109, TS-119, TS-209, TS-219, TS-409,
+      and HP Media Vault mv2120
+    - This may be reverted if we can disable or modularise some features
+
+  [ Julien Cristau ]
+  * Fix libcpupower-dev's Depends field to account for SONAME bump.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 07 Aug 2019 14:50:10 +0100
+
+linux (5.2.6-1) unstable; urgency=medium
+
+  * New upstream release:
+    https://kernelnewbies.org/Linux_5.1
+    https://kernelnewbies.org/Linux_5.2
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.1
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.2
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.3
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.4
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.5
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.6
+
+  [ Bastian Germann ]
+  * [armhf] Enable C_CAN as a module. (Closes: #929968)
+
+  [ Ben Hutchings ]
+  * Drop "x86/boot: Add ACPI RSDP address to setup_header", which should
+    not have been applied to 4.20 or later
+  * Drop redundant part of "Install perf scripts non-executable"
+  * Drop "kbuild: Use -nostdinc in compile tests", which is no longer needed
+  * debian/rules.d/scripts/kconfig: Update for upstream file renaming
+  * debian/rules.d/scripts/mod: Add uuid_t and UUID_STRING_LEN definitions
+  * liblockdep: Disable until it can be built again
+  * libcpupower: Bump soversion since 2 exported functions have been removed
+  * libbpf: Stop overriding upstream soname; rename shlib package to libbpf0
+  * vfs: Enable FS_ENCRYPTION as built-in; disable on armel/marvell
+  * net: Enable NET_DEVLINK as built-in; disable on armel/marvell
+  * aufs: Update support patchset to aufs5.2 20190805
+  * lockdown: Update for 5.2:
+    - Update "acpi: Ignore acpi_rsdp kernel param when the kernel ..."
+    - Add "tracefs: Restrict tracefs when the kernel is locked down"
+    - Add "efi: Restrict efivar_ssdt_load when the kernel is locked down"
+    - Drop "MODSIGN: Import certificates from UEFI Secure Boot"
+  * [rt] Rebase onto 5.2.6, and re-enable
+  * [armhf,arm64] gpu: Enable DRM_LIMA, DRM_PANFROST as modules
+  * sched: Enable PSI (Closes: #931247)
+  * [armhf,arm64] power: Enable ENERGY_MODEL
+  * [armhf,arm64] cpufreq: Enable CPU_FREQ_DEFAULT_GOV_SCHEDUTIL (instead of
+    CPU_FREQ_DEFAULT_GOV_PERFORMANCE)
+  * hamradio: Disable auto-loading as mitigation against local exploits
+  * hamradio: Enable most options in top-level config:
+    - [arm64,ia64,mips*,riscv64,s390x,sh4,sparc64] Enable AX25, NETROM, ROSE,
+      and all possible drivers (Closes: #920651)
+    - [alpha,amd64,armel] ax25: Enable AX25_DAMA_SLAVE
+    - [armhf] Enable BPQETHER, BAYCOM_SER_FDX, BAYCOM_SER_HDX, BAYCOM_PAR,
+      BAYCOM_EPP, YAM as modules
+  * [armel/rpi,armhf] media: Enable VIDEO_BCM2835 as module
+  * usb/typec: Enable TYPEC_DP_ALTMODE, TYPEC_NVIDIA_ALTMODE as modules
+    (Closes: #931752)
+  * [amd64/cloud-amd64] hwrandom: Enable HW_RANDOM_VIRTIO (Closes: #914511)
+  * [ppc64*] crypto: Enable CRYPTO_DEV_NX, and CRYPTO_DEV_NX_ENCRYPT,
+    CRYPTO_DEV_NX_COMPRESS, CRYPTO_DEV_NX_COMPRESS_PSERIES,
+    CRYPTO_DEV_NX_COMPRESS_POWERNV as modules (Closes: #931374)
+  * [ppc64*] Disable PPC_TRANSACTIONAL_MEM (Closes: #866122)
+
+  [ Vagrant Cascadian ]
+  * [arm64] Enable modules to support audio on pinebook: SND_SUN4I_I2S,
+    SND_SUN8I_CODEC, SND_SUN50I_CODEC_ANALOG, SND_SIMPLE_CARD,
+    SND_SOC_SIMPLE_AMPLIFIER. (Closes: #921019)
+
+  [ Romain Perier ]
+  * Refreshed patches:
+    - debian/revert-objtool-fix-config_stack_validation-y-warning.patch
+    - debian/dfsg/video-remove-nvidiafb-and-rivafb.patch
+    - debian/gitignore.patch
+    - debian/mips-disable-werror.patch
+    - bugfix/all/firmware-remove-redundant-log-messages-from-drivers.patch
+    - bugfix/arm/arm-mm-export-__sync_icache_dcache-for-xen-privcmd.patch
+    - bugfix/powerpc/powerpc-lib-makefile-don-t-pull-in-quad.o-for-32-bit.patch
+    - bugfix/all/
+      radeon-amdgpu-firmware-is-required-for-drm-and-kms-on-r600-onward.patch
+    - bugfix/all/disable-some-marvell-phys.patch
+    - debian/overlayfs-permit-mounts-in-userns.patch
+    - bugfix/all/tools-perf-remove-shebangs.patch
+    - debian/ntfs-mark-it-as-broken.patch
+    - features/all/db-mok-keyring/
+      0003-MODSIGN-checking-the-blacklisted-hash-before-loading-a-kernel-module.patch
+    - features/all/db-mok-keyring/
+      0004-MODSIGN-Import-certificates-from-UEFI-Secure-Boot.patch
+    - debian/android-enable-building-ashmem-and-binder-as-modules.patch
+    - features/all/aufs5/aufs5-mmap.patch
+    - features/all/aufs5/aufs5-standalone.patch
+    - features/all/lockdown/
+      0029-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch
+  * Enable coreboot memconsole (Closes: #872069)
+  * [rt] Update to 5.2-rt1
+
+  [ Karsten Merker ]
+  * [riscv64] Change the kernel image format from ELF to flat Image.
+    (Closes: #928451)
+  * [riscv64] Update config and image format (Closes: #933603):
+    - Enable SiFive UART and UART console support
+    - Enable clock drivers for the SiFive FU540
+    - Backport kernel image header support from kernel 5.3
+
+  [ Uwe Kleine-König ]
+  * [armhf] Add support for all i.MX6 variants.
+  * enable XFRM_STATISTICS (Closes: #929938)
+  * [arm64] Add support for Raspberry Pi 3 camera host interface (Closes:
+    #933228)
+  * Enable CRYPTO_ZSTD for ZRAM with ZSTD compression (Closes: #932722)
+
+  [ Lubomir Rintel ]
+  * [armhf] Enable config items for OLPC XO-1.75 (Closes: #927791)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 05 Aug 2019 02:27:14 +0100
+
+linux (5.0.2-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.0.2
+
+  [ Vagrant Cascadian ]
+  * [arm64,armhf] Enable PHY_ROCKCHIP_INNO_HDMI as modules.
+
+  [ Ben Hutchings ]
+  * [amd64] kexec: Enable KEXEC_SIG, replacing KEXEC_VERIFY_SIG
+  * [armel] MTD: Enable MTD_PHYSMAP as module and set MTD_PHYSMAP_OF=y
+    - udeb: Include physmap instead of physmap_of in mtd-modules (fixes FTBFS)
+  * [armhf] sound/soc/ti: Enable SND_SOC_DAVINCI_MCASP, SND_SOC_NOKIA_RX51,
+    SND_SOC_OMAP3_PANDORA, SND_SOC_OMAP3_TWL4030, SND_SOC_OMAP_ABE_TWL6040
+    as modules; replacing SND_DAVINCI_SOC_MCASP, SND_OMAP_SOC_RX51,
+    SND_OMAP_SOC_OMAP3_PANDORA, SND_OMAP_SOC_OMAP_TWL4030,
+    SND_OMAP_SOC_OMAP_ABE_TWL6040 respectively
+  * udeb: Add thermal_sys to kernel-image (fixes FTBFS on mips*, ppc64*,
+    riscv64)
+  * [powerpc*] mm: Only define MAX_PHYSMEM_BITS in SPARSEMEM configurations
+    (fixes FTBFS on powerpc, powerpcspe)
+  * debian/source/lintian-overrides: Override license-problem-gfdl-invariants
+    in more files
+  * debian/rules: Remove debian/*.substvars in clean target
+  * debian/source/lintian-overrides: Override
+    orig-tarball-missing-upstream-signature
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 18 Mar 2019 04:01:01 +0000
+
+linux (5.0.1-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_5.0
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.0.1
+
+  [ YunQiang Su ]
+  * [mipsel, mips64el] Enable DRM_AST and FB_SM750 for loongson-3
+    install ast and sm750fb to loongson-3's fb-modules
+  * [mips r6] Disable JUMP_LABEL for now: it will cause Reserved Instruction.
+    Enable SERIAL_OF_PLATFORM, if not, userland shows nothing.
+    Enable CPU_HAS_MSA, HIGHMEM, CRYPTO_CRC32_MIPS, and NR_CPUS to 16.
+    Support some boston drivers: IMG_ASCII_LCD, I2C_EG20T, PCH_PHUB, MMC,
+      PCIE_XILINX, RTC_DRV_M41T80, SPI_TOPCLIFF_PCH.
+
+  [ Hideki Yamane ]
+  * [x86] Enable Touchpad support on Gemini Lake (Closes: #917388)
+
+  [ Helge Deller ]
+  * [hppa] Build only 32- and 64-bit SMP-kernel: Alternative
+    live-patching code will patch kernel for UP at boot if necessary.
+
+  [ Romain Perier ]
+  * Refreshed debian/export-symbols-needed-by-android-drivers.patch to export
+    __close_fd_get_file() and task_work_add(), both required by binder.
+  * Refreshed debian/revert-objtool-fix-config_stack_validation-y-warning.patch,
+    so this can be applied against 4.20.4
+  * Refreshed patch for lockdown
+    0028-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-b.patch, so this
+    can be applied against >= 4.20.13
+
+  [ Marcin Juszkiewicz ]
+  * udeb: Add virtio-gpu into d-i to get graphical output in VM instances.
+
+  [ Ben Hutchings ]
+  * SCSI: Enable SCSI_MYRB, SCSI_MYRS as modules, replacing BLK_DEV_DAC960
+  * [arm64] remoteproc: Enable QCOM_Q6V5_MSS, renamed version of
+    QCOM_Q6V5_PIL
+  * [x86] drivers/gpu/drm/amd: Re-enable HSA_AMD (Closes: #920454)
+  * genpatch-aufs: Update to use aufs5-standalone
+  * aufs: Update support patchset to aufs5.0 20190311
+  * lockdown: Update patchset to 2019-02-18 version
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 12 Mar 2019 23:15:21 +0000
+
+linux (4.20-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_4.20
+
+  [ Ben Hutchings ]
+  * aufs: Update support patchset to aufs4.x-rcN 20181217
+  * [rt] Disable until it is updated for 4.20 or later
+  * [x86] udeb: Move rfkill to new rfkill-modules package to avoid duplication
+  * debian/source/lintian-overrides: Update overrides for GFDL notices
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 24 Dec 2018 04:26:47 +0000
+
+linux (4.19.37-6) unstable; urgency=high
+
+  [ John Paul Adrian Glaubitz ]
+  * [sh4]: Check for kprobe trap number before trying to handle a kprobe trap
+
+  [ Salvatore Bonaccorso ]
+  * tcp: refine memory limit test in tcp_fragment() (Closes: #930904)
+  * ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEME (CVE-2019-13272)
+
+  [ Steve McIntyre ]
+  * [arm64] Improve support for the Huawei TaiShan server platform
+    (Closes: #930554):
+    - Enable the HNS/ROCE Infiniband driver
+    - Backport fixes from 4.20 and 4.21 for HNS3 networking, hisi_sas SAS
+      and HNS/ROCE Infiniband
+    - Add module:drivers/scsi/hisi_sas/* to the ABI ignore list
+
+  [ Cyril Brulebois ]
+  * [arm] Backport DTB support for Rasperry Pi Compute Module 3.
+  * [arm64] Backport DTB support for Rasperry Pi Compute Module 3.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 19 Jul 2019 00:23:17 +0200
diff --git a/debian/changelog.old b/debian/changelog.old
new file mode 100644
index 0000000000000..7957b8ef1afb1
--- /dev/null
+++ b/debian/changelog.old
@@ -0,0 +1,39860 @@
+linux (4.19.37-5) unstable; urgency=medium
+
+  [ Romain Perier ]
+  * [sparc64] Fix device naming inconsistency between sunhv_console and
+    sunhv_reg (Closes: #926539)
+
+  [ Ben Hutchings ]
+  * tcp: Avoid ABI change for DoS fixes (Closes: #930743)
+  * Add ABI reference for 4.19.0-5
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 19 Jun 2019 23:16:58 +0100
+
+linux (4.19.37-4) unstable; urgency=high
+
+  [ Ben Hutchings ]
+  * libbpf: Fix various build bugs:
+    - Drop unnecessary changes from "libbpf: add SONAME to shared object"
+    - libbpf: Use only 2 components in soversion, matching package name
+      (Closes: #929187)
+    - libbpf: Build out-of-tree
+  * README.source: Document the various makefiles and use of out-of-tree builds
+  * [x86] lockdown,sysrq: Enable ALLOW_LOCKDOWN_LIFT_BY_SYSRQ (Closes: #929583)
+  * mwifiex: Fix possible buffer overflows at parsing bss descriptor
+    (CVE-2019-3846)
+  * mwifiex: Abort at too short BSS descriptor element
+  * mwifiex: Don't abort on small, spec-compliant vendor IEs
+  * mm/mincore.c: make mincore() more conservative (CVE-2019-5489)
+  * mwifiex: Fix heap overflow in mwifiex_uap_parse_tail_ies()
+    (CVE-2019-10126)
+  * tcp: limit payload size of sacked skbs (CVE-2019-11477)
+  * tcp: tcp_fragment() should apply sane memory limits (CVE-2019-11478)
+  * tcp: add tcp_min_snd_mss sysctl (CVE-2019-11479)
+  * tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()
+
+  [ Romain Perier ]
+  * [rt] Update to 4.19.37-rt20:
+    - powerpc/pseries/iommu: Use a locallock instead local_irq_save()
+    - powerpc: reshuffle TIF bits
+    - tty/sysrq: Convert show_lock to raw_spinlock_t
+    - drm/i915: Don't disable interrupts independently of the lock
+    - sched/completion: Fix a lockup in wait_for_completion()
+
+  [ Salvatore Bonaccorso ]
+  * brcmfmac: assure SSID length from firmware is limited (CVE-2019-9500)
+  * brcmfmac: add subtype check for event handling in data path
+    (CVE-2019-9503)
+  * ext4: zero out the unused memory region in the extent tree block
+    (CVE-2019-11833)
+  * Bluetooth: hidp: fix buffer overflow (CVE-2019-11884)
+
+  [ Aurelien Jarno ]
+  * [mips] Correctly bounds check virt_addr_valid (Closes: #929366)
+
+  [ John Paul Adrian Glaubitz ]
+  * [sparc64] udeb: Disable suffix for kernel-image
+
+  [ Alper Nebi Yasak ]
+  * udeb: input-modules: Include all keyboard driver modules
+  * [arm64] udeb: kernel-image: Include cros_ec_spi and SPI drivers
+  * [arm64] udeb: kernel-image: Include phy-rockchip-pcie
+  * [arm64] udeb: usb-modules: Include phy-rockchip-typec, extcon-usbc-cros-ec
+  * [arm64] udeb: mmc-modules: Include phy-rockchip-emmc
+  * [arm64] udeb: fb-modules: Include rockchipdrm, panel-simple, pwm_bl and
+    pwm-cros-ec
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 17 Jun 2019 20:00:22 +0100
+
+linux (4.19.37-3) unstable; urgency=medium
+
+  * [powerpc*] 64s: Include cpu header (fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 15 May 2019 23:07:16 +0100
+
+linux (4.19.37-2) unstable; urgency=high
+
+  * debian/bin: Fix Python static checker regressions (Closes: #928618)
+  * Clean up speculation mitigations:
+    - Documentation/l1tf: Fix small spelling typo
+    - x86/cpu: Sanitize FAM6_ATOM naming
+    - kvm: x86: Report STIBP on GET_SUPPORTED_CPUID
+    - x86/msr-index: Cleanup bit defines
+    - x86/speculation: Consolidate CPU whitelists
+    - Documentation: Move L1TF to separate directory
+    - cpu/speculation: Add 'mitigations=' cmdline option
+    - x86/speculation: Support 'mitigations=' cmdline option
+    - powerpc/speculation: Support 'mitigations=' cmdline option
+    - s390/speculation: Support 'mitigations=' cmdline option
+    - x86/speculation/mds: Add 'mitigations=' support for MDS
+  * [x86] Mitigate Microarchitectural Data Sampling (MDS) vulnerabilities
+    (CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091):
+    - x86/speculation/mds: Add basic bug infrastructure for MDS
+    - x86/speculation/mds: Add BUG_MSBDS_ONLY
+    - x86/kvm: Expose X86_FEATURE_MD_CLEAR to guests
+    - x86/speculation/mds: Add mds_clear_cpu_buffers()
+    - x86/speculation/mds: Clear CPU buffers on exit to user
+    - x86/kvm/vmx: Add MDS protection when L1D Flush is not active
+    - x86/speculation/mds: Conditionally clear CPU buffers on idle entry
+    - x86/speculation/mds: Add mitigation control for MDS
+    - x86/speculation/mds: Add sysfs reporting for MDS
+    - x86/speculation/mds: Add mitigation mode VMWERV
+    - Documentation: Add MDS vulnerability documentation
+    - x86/speculation/mds: Add mds=full,nosmt cmdline option
+    - x86/speculation: Move arch_smt_update() call to after mitigation decisions
+    - x86/speculation/mds: Add SMT warning message
+    - x86/speculation/mds: Fix comment
+    - x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off
+    - x86/mds: Add MDSUM variant to the MDS documentation
+    - Documentation: Correct the possible MDS sysfs values
+    - x86/speculation/mds: Fix documentation typo
+  * [x86] linux-cpupower: Update CPPFLAGS for change in <asm/msr-index.h>
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 14 May 2019 17:34:37 +0100
+
+linux (4.19.37-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.29
+    - media: uvcvideo: Fix 'type' check leading to overflow
+    - vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnel
+    - perf script: Fix crash with printing mixed trace point and other events
+    - perf core: Fix perf_proc_update_handler() bug
+    - perf tools: Handle TOPOLOGY headers with no CPU
+    - perf script: Fix crash when processing recorded stat data
+    - IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMM
+    - [amd64] iommu/amd: Call free_iova_fast with pfn in map_sg
+    - [amd64] iommu/amd: Unmap all mapped pages in error path of map_sg
+    - [riscv64] fixup max_low_pfn with PFN_DOWN.
+    - ipvs: Fix signed integer overflow when setsockopt timeout
+    - [amd64] iommu/amd: Fix IOMMU page flush when detach device from a domain
+    - [armhf] clk: ti: Fix error handling in ti_clk_parse_divider_data()
+    - [arm64] clk: qcom: gcc: Use active only source for CPUSS clocks
+    - [riscv64] Adjust mmap base address at a third of task size
+    - IB/ipoib: Fix for use-after-free in ipoib_cm_tx_start
+    - iomap: get/put the page in iomap_page_create/release()
+    - iomap: fix a use after free in iomap_dio_rw
+    - [arm64] net: hns: Fix for missing of_node_put() after of_parse_phandle()
+    - [arm64] net: hns: Restart autoneg need return failed when autoneg off
+    - [arm64] net: hns: Fix wrong read accesses via Clause 45 MDIO protocol
+    - [armhf,arm64] net: stmmac: dwmac-rk: fix error handling in
+      rk_gmac_powerup()
+    - netfilter: ebtables: compat: un-break 32bit setsockopt when no rules are
+      present
+    - nfs: Fix NULL pointer dereference of dev_name
+    - qed: Fix bug in tx promiscuous mode settings
+    - qed: Fix LACP pdu drops for VFs
+    - qed: Fix VF probe failure while FLR
+    - qed: Fix system crash in ll2 xmit
+    - qed: Fix stack out of bounds bug
+    - scsi: libfc: free skb when receiving invalid flogi resp
+    - scsi: scsi_debug: fix write_same with virtual_gb problem
+    - scsi: bnx2fc: Fix error handling in probe()
+    - scsi: 53c700: pass correct "dev" to dma_alloc_attrs()
+    - net: macb: Apply RXUBR workaround only to versions with errata
+    - [amd64] boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before
+      returning to long mode
+    - cifs: fix computation for MAX_SMB2_HDR_SIZE
+    - [x86] microcode/amd: Don't falsely trick the late loading mechanism
+    - [arm64] kprobe: Always blacklist the KVM world-switch code
+    - apparmor: Fix aa_label_build() error handling for failed merges
+    - [x86] kexec: Don't setup EFI info if EFI runtime is not enabled
+    - proc: fix /proc/net/* after setns(2)
+    - mm, memory_hotplug: is_mem_section_removable do not pass the end of a zone
+    - mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zone
+    - fs/drop_caches.c: avoid softlockups in drop_pagecache_sb()
+    - autofs: drop dentry reference only when it is never used
+    - autofs: fix error return in autofs_fill_super()
+    - mm, memory_hotplug: fix off-by-one in is_pageblock_removable
+    - [armhf] OMAP: dts: N950/N9: fix onenand timings
+    - [armhf] dts: omap4-droid4: Fix typo in cpcap IRQ flags
+    - [armhf] dts: sun8i: h3: Add ethernet0 alias to Beelink X2
+    - [arm64] dts: meson: Fix IRQ trigger type for macirq
+    - [arm64] dts: meson8b: odroidc1: mark the SD card detection GPIO
+      active-low
+    - [arm64] dts: meson8m2: mxiii-plus: mark the SD card detection GPIO
+      active-low
+    - [arm64] dts: imx6sx: correct backward compatible of gpt
+    - [armhf] pinctrl: mcp23s08: spi: Fix regmap allocation for mcp23s18
+    - wlcore: sdio: Fixup power on/off sequence
+    - bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()
+    - [arm64] dts: add msm8996 compatible to gicv3
+    - batman-adv: release station info tidstats
+    - [armhf,arm64] irqchip/gic-v4: Fix occasional VLPI drop
+    - [armhf,arm64] irqchip/gic-v3-its: Gracefully fail on LPI exhaustion
+    - drm/amdgpu: Add missing power attribute to APU check
+    - drm/radeon: check if device is root before getting pci speed caps
+    - drm/amdgpu: Transfer fences to dmabuf importer
+    - [armhf,arm64] net: stmmac: Fallback to Platform Data clock in Watchdog
+      conversion
+    - [armhf,arm64] net: stmmac: Disable EEE mode earlier in XMIT callback
+    - [armhf,arm64] irqchip/gic-v3-its: Fix ITT_entry_size accessor
+    - relay: check return of create_buf_file() properly
+    - bpf: fix potential deadlock in bpf_prog_register
+    - bpf: Fix syscall's stackmap lookup potential deadlock
+    - [armhf,arm64] drm/sun4i: tcon: Prepare and enable TCON channel 0 clock at
+      init
+    - vsock/virtio: fix kernel panic after device hot-unplug
+    - vsock/virtio: reset connected sockets on device removal
+    - netfilter: nf_nat: skip nat clash resolution for same-origin entries
+    - [s390x] qeth: release cmd buffer in error paths
+    - [s390x] qeth: fix use-after-free in error path
+    - [s390x] qeth: cancel close_dev work before removing a card
+    - perf symbols: Filter out hidden symbols from labels
+    - perf trace: Support multiple "vfs_getname" probes
+    - [mips*] Remove function size check in get_frame_info()
+    - Revert "scsi: libfc: Add WARN_ON() when deleting rports"
+    - [armhf] i2c: omap: Use noirq system sleep pm ops to idle device for
+      suspend
+    - drm/amdgpu: use spin_lock_irqsave to protect vm_manager.pasid_idr
+    - nvme: lock NS list changes while handling command effects
+    - nvme-pci: fix rapid add remove sequence
+    - fs: ratelimit __find_get_block_slow() failure message.
+    - qed: Fix EQ full firmware assert.
+    - qed: Consider TX tcs while deriving the max num_queues for PF.
+    - qede: Fix system crash on configuring channels.
+    - blk-iolatency: fix IO hang due to negative inflight counter
+    - nvme-pci: add missing unlock for reset error
+    - Input: wacom_serial4 - add support for Wacom ArtPad II tablet
+    - Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
+    - [x86] iscsi_ibft: Fix missing break in switch statement
+    - scsi: aacraid: Fix missing break in switch statement
+    - [x86] PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
+    - [arm64] dts: zcu100-revC: Give wifi some time after power-on
+    - [arm64] dts: hikey: Give wifi some time after power-on
+    - [arm64] dts: hikey: Revert "Enable HS200 mode on eMMC"
+    - [armhf] dts: exynos: Fix pinctrl definition for eMMC RTSN line on Odroid
+      X2/U3
+    - [armhf] dts: exynos: Add minimal clkout parameters to Exynos3250 PMU
+    - [armhf] dts: exynos: Fix max voltage for buck8 regulator on Odroid
+      XU3/XU4
+    - drm: disable uncached DMA optimization for ARM and arm64
+      (Closes: #923723)
+    - netfilter: xt_TEE: fix wrong interface selection
+    - netfilter: xt_TEE: add missing code to get interface index in checkentry.
+    - gfs2: Fix missed wakeups in find_insert_glock
+    - cifs: allow calling SMB2_xxx_free(NULL) (Closes: #919290)
+    - ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
+    - driver core: Postpone DMA tear-down until after devres release
+    - [x86] perf/intel: Make cpuc allocations consistent
+    - [x86] perf/intel: Generalize dynamic constraint creation
+    - [x86] Add TSX Force Abort CPUID/MSR
+    - [x86] perf/intel: Implement support for TSX Force Abort
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.30
+    - connector: fix unsafe usage of ->real_parent
+    - gro_cells: make sure device is up in gro_cells_receive()
+    - ipv4/route: fail early when inet dev is missing
+    - l2tp: fix infoleak in l2tp_ip6_recvmsg()
+    - lan743x: Fix RX Kernel Panic
+    - lan743x: Fix TX Stall Issue
+    - net: sit: fix UBSAN Undefined behaviour in check_6rd
+    - net/x25: fix use-after-free in x25_device_event()
+    - net/x25: reset state in x25_connect()
+    - pptp: dst_release sk_dst_cache in pptp_sock_destruct
+    - route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race
+    - rxrpc: Fix client call queueing, waiting for channel
+    - sctp: remove sched init from sctp_stream_init
+    - tcp: do not report TCP_CM_INQ of 0 for closed connections
+    - tcp: Don't access TCP_SKB_CB before initializing it
+    - tcp: handle inet_csk_reqsk_queue_add() failures
+    - vxlan: Fix GRO cells race condition between receive and link delete
+    - vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()
+    - net/mlx4_core: Fix reset flow when in command polling mode
+    - net/mlx4_core: Fix locking in SRIOV mode when switching between events
+      and polling
+    - net/mlx4_core: Fix qp mtt size calculation
+    - net/x25: fix a race in x25_bind()
+    - mdio_bus: Fix use-after-free on device_register fails
+    - net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255
+    - ipv6: route: purge exception on removal
+    - team: use operstate consistently for linkup
+    - ipvlan: disallow userns cap_net_admin to change global mode/flags
+    - ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()
+    - ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()
+    - bonding: fix PACKET_ORIGDEV regression
+    - net/smc: fix smc_poll in SMC_INIT state
+    - af_unix: missing barriers in some of unix_sock ->addr and ->path accesses
+    - net: sched: flower: insert new filter to idr after setting its mask
+    - f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
+    - ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against
+      Liquid Saffire 56
+    - ALSA: firewire-motu: fix construction of PCM frame for capture direction
+    - [x86] ALSA: hda: Extend i915 component bind timeout
+    - [x86] ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
+    - ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with ALC294
+    - ALSA: hda/realtek - Reduce click noise on Dell Precision 5820 headphone
+    - ALSA: hda/realtek: Enable headset MIC of Acer TravelMate X514-51T with
+      ALC255
+    - [x86] perf/intel: Fix memory corruption
+    - [x86] perf/intel: Make dev_attr_allow_tsx_force_abort static
+    - md: It's wrong to add len to sector_nr in raid10 reshape twice
+    - drm: Block fb changes for async plane updates
+    - i40e: report correct statistics when XDP is enabled
+    - vhost/vsock: fix vhost vsock cid hashing inconsistent
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.31
+    - media: videobuf2-v4l2: drop WARN_ON in vb2_warn_zero_bytesused()
+    - 9p: use inode->i_lock to protect i_size_write() under 32-bit
+    - 9p/net: fix memory leak in p9_client_create
+    - [armhf] iio: adc: exynos-adc: Fix NULL pointer exception on unbind
+    - [x86] mei: hbm: clean the feature flags on link reset
+    - [x86] mei: bus: move hw module get/put to probe/release
+    - crypto: cfb - add missing 'chunksize' property
+    - crypto: cfb - remove bogus memcpy() with src == dest
+    - crypto: ahash - fix another early termination in hash walk
+    - [armhf] drm/imx: ignore plane updates on disabled crtcs
+    - [armhf] drm/imx: imx-ldb: add missing of_node_puts
+    - [x86] ASoC: rt5682: Correct the setting while select ASRC clk for AD/DA
+      filter
+    - [armhf] clocksource: timer-ti-dm: Fix pwm dmtimer usage of fck
+      reparenting
+    - [armhf,arm64] KVM: vgic: Make vgic_dist->lpi_list_lock a raw_spinlock
+    - [arm64] dts: rockchip: fix graph_port warning on rk3399 bob kevin and
+      excavator
+    - [s390x] dasd: fix using offset into zero size array error
+    - Input: pwm-vibra - prevent unbalanced regulator
+    - Input: pwm-vibra - stop regulator after disabling pwm, not before
+    - [armhf] dts: Configure clock parent for pwm vibra
+    - [armhf] OMAP2+: Variable "reg" in function omap4_dsi_mux_pads() could be
+      uninitialized
+    - ASoC: dapm: fix out-of-bounds accesses to DAPM lookup tables
+    - [armhf,arm64] KVM: Reset the VCPU without preemption and vcpu state
+      loaded
+    - [armhf,arm64] KVM: Allow a VCPU to fully reset itself
+    - [armhf,arm64] KVM: Don't panic on failure to properly reset system
+      registers
+    - [armhf,arm64] KVM: vgic: Always initialize the group of private IRQs
+    - [arm64] KVM: Forbid kprobing of the VHE world-switch code
+    - [armhf] OMAP2+: fix lack of timer interrupts on CPU1 after hotplug
+    - mac80211: call drv_ibss_join() on restart
+    - mac80211: Fix Tx aggregation session tear down with ITXQs
+    - netfilter: compat: initialize all fields in xt_init
+    - blk-mq: insert rq with DONTPREP to hctx dispatch list when requeue
+    - ipvs: fix dependency on nf_defrag_ipv6
+    - floppy: check_events callback should not return a negative number
+    - xprtrdma: Make sure Send CQ is allocated on an existing compvec
+    - NFS: Don't use page_file_mapping after removing the page
+    - mm/gup: fix gup_pmd_range() for dax
+    - Revert "mm: use early_pfn_to_nid in page_ext_init"
+    - scsi: qla2xxx: Fix panic from use after free in qla2x00_async_tm_cmd
+    - [armhf] net: dsa: bcm_sf2: potential array overflow in
+      bcm_sf2_sw_suspend()
+    - [x86] CPU: Add Icelake model number
+    - mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocs
+    - [arm64] net: hns: Fix object reference leaks in hns_dsaf_roce_reset()
+    - [arm*] i2c: bcm2835: Clear current buffer pointers and counts after a
+      transfer
+    - [armhf] clk: sunxi-ng: v3s: Fix TCON reset de-assert bit
+    - kallsyms: Handle too long symbols in kallsyms.c
+    - [armhf] clk: sunxi: A31: Fix wrong AHB gate number
+    - esp: Skip TX bytes accounting when sending from a request socket
+    - [armhf] 8824/1: fix a migrating irq bug when hotplug cpu
+    - bpf: only adjust gso_size on bytestream protocols
+    - bpf: fix lockdep false positive in stackmap
+    - af_key: unconditionally clone on broadcast
+    - [armhf] 8835/1: dma-mapping: Clear DMA ops on teardown
+    - assoc_array: Fix shortcut creation
+    - keys: Fix dependency loop between construction record and auth key
+    - scsi: libiscsi: Fix race between iscsi_xmit_task and iscsi_complete_task
+    - [armhf] net: dsa: bcm_sf2: Do not assume DSA master supports WoL
+    - [arm64] pinctrl: meson: meson8b: fix the sdxc_a data 1..3 pins
+    - qmi_wwan: apply SET_DTR quirk to Sierra WP7607
+    - net: mv643xx_eth: disable clk on error path in mv643xx_eth_shared_probe()
+    - xfrm: Fix inbound traffic via XFRM interfaces across network namespaces
+    - ASoC: topology: free created components in tplg load error
+    - qed: Fix iWARP buffer size provided for syn packet processing.
+    - qed: Fix iWARP syn packet mac address validation.
+    - [armhf] dts: armada-xp: fix Armada XP boards NAND description
+    - [arm64] Relax GIC version check during early boot
+    - [armhf] tegra: Restore DT ABI on Tegra124 Chromebooks
+    - [armhf,arm64] net: marvell: mvneta: fix DMA debug warning
+    - mm: handle lru_add_drain_all for UP properly
+    - tmpfs: fix link accounting when a tmpfile is linked in
+    - ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWEN
+    - phonet: fix building with clang
+    - mac80211_hwsim: propagate genlmsg_reply return code
+    - bpf, lpm: fix lookup bug in map_delete_elem
+    - [arm64] net: thunderx: make CFG_DONE message to run through generic
+      send-ack sequence
+    - [arm64] net: thunderx: add nicvf_send_msg_to_pf result check for
+      set_rx_mode_task
+    - nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_K
+    - nfp: bpf: fix ALU32 high bits clearance bug
+    - bnxt_en: Fix typo in firmware message timeout logic.
+    - bnxt_en: Wait longer for the firmware message response to complete.
+    - net: set static variable an initial value in atl2_probe()
+    - tmpfs: fix uninitialized return value in shmem_link
+    - stm class: Prevent division by zero
+    - nfit: acpi_nfit_ctl(): Check out_obj->type in the right place
+    - acpi/nfit: Fix bus command validation
+    - nfit/ars: Attempt a short-ARS whenever the ARS state is idle at boot
+    - nfit/ars: Attempt short-ARS even in the no_init_ars case
+    - [amd64] libnvdimm/label: Clear 'updating' flag after label-set update
+    - [amd64] libnvdimm, pfn: Fix over-trim in trim_pfn_device()
+    - [amd64] libnvdimm/pmem: Honor force_raw for legacy pmem regions
+    - [amd64] libnvdimm: Fix altmap reservation size calculation
+    - cgroupfs: fix cgroup_do_mount() handling of failure exits
+    - crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
+    - crypto: aegis - fix handling chunked inputs
+    - [arm64] crypto: aes-neonbs - fix returning final keystream block
+    - crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
+    - crypto: morus - fix handling chunked inputs
+    - crypto: pcbc - remove bogus memcpy()s with src == dest
+    - crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
+    - crypto: testmgr - skip crc32c context test for ahash algorithms
+    - [x86] crypto: aegis - fix handling chunked inputs and MAY_SLEEP
+    - [x86] crypto: aesni-gcm - fix crash on empty plaintext
+    - [x86] crypto: morus - fix handling chunked inputs and MAY_SLEEP
+    - [arm64] crypto: aes-ccm - fix logical bug in AAD MAC handling
+    - [arm64] crypto: aes-ccm - fix bugs in non-NEON fallback routine
+    - CIFS: Do not reset lease state to NONE on lease break
+    - CIFS: Do not skip SMB2 message IDs on send failures
+    - CIFS: Fix read after write for files with read caching
+    - tracing: Use strncpy instead of memcpy for string keys in hist triggers
+    - tracing: Do not free iter->trace in fail path of tracing_open_pipe()
+    - tracing/perf: Use strndup_user() instead of buggy open-coded version
+    - xen: fix dom0 boot on huge systems
+    - ACPI / device_sysfs: Avoid OF modalias creation for removed device
+    - [armhf] mmc: sdhci-esdhc-imx: fix HS400 timing issue
+    - mmc:fix a bug when max_discard is 0
+    - netfilter: ipt_CLUSTERIP: fix warning unused variable cn
+    - [armhf] spi: ti-qspi: Fix mmap read when more than one CS in use
+    - [amd64] spi: pxa2xx: Setup maximum supported DMA transfer length
+    - [armhf] regulator: s2mps11: Fix steps for buck7, buck8 and LDO35
+    - [arm64] regulator: max77620: Initialize values for DT properties
+    - [armhf] regulator: s2mpa01: Fix step values for some LDOs
+    - [armhf] clocksource/drivers/exynos_mct: Move one-shot check from tick
+      clear to ISR
+    - [armhf] clocksource/drivers/exynos_mct: Clear timer interrupt when
+      shutdown
+    - [arm64] clocksource/drivers/arch_timer: Workaround for Allwinner A64
+      timer instability (Closes: #928457)
+    - [s390x] setup: fix early warning messages
+    - [s390x] virtio: handle find on invalid queue gracefully
+    - scsi: virtio_scsi: don't send sc payload with tmfs
+    - scsi: aacraid: Fix performance issue on logical drives
+    - scsi: sd: Optimal I/O size should be a multiple of physical block size
+    - scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlock
+    - scsi: qla2xxx: Fix LUN discovery if loop id is not assigned yet by
+      firmware
+    - fs/devpts: always delete dcache dentry-s in dput()
+    - splice: don't merge into linked buffers
+    - ovl: During copy up, first copy up data and then xattrs
+    - ovl: Do not lose security.capability xattr over metadata file copy-up
+    - Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()
+    - Btrfs: setup a nofs context for memory allocation at __btrfs_set_acl
+    - btrfs: ensure that a DUP or RAID1 block group has exactly two stripes
+    - Btrfs: fix corruption reading shared and compressed extents after hole
+      punching
+    - libertas_tf: don't set URB_ZERO_PACKET on IN USB transfer
+    - [armhf,arm64] irqchip/gic-v3-its: Avoid parsing _indirect_ twice for
+      Device table
+    - [x86] kprobes: Prohibit probing on optprobe template code
+    - [armhf,arm64] cpufreq: tegra124: add missing of_node_put()
+    - ext4: fix check of inode in swap_inode_boot_loader
+    - ext4: cleanup pagecache before swap i_data
+    - ext4: update quota information while swapping boot loader inode
+    - ext4: add mask of ext4 flags to swap
+    - ext4: fix crash during online resizing
+    - PCI/ASPM: Use LTR if already enabled by platform
+    - PCI/DPC: Fix print AER status in DPC event handling
+    - [armhf,arm64] PCI: dwc: skip MSI init if MSIs have been explicitly
+      disabled
+    - IB/hfi1: Close race condition on user context disable and close
+    - [armhf] clk: clk-twl6040: Fix imprecise external abort for pdmclk
+    - [armhf] clk: samsung: exynos5: Fix possible NULL pointer exception on
+      platform_device_alloc() failure
+    - [armhf] clk: samsung: exynos5: Fix kfree() of const memory on setting
+      driver_override
+    - [armhf,arm64] usb: chipidea: tegra: Fix missed ci_hdrc_remove_device()
+    - [x86] usb: typec: tps6598x: handle block writes separately with plain-I2C
+      adapters
+    - mm: hwpoison: fix thp split handing in soft_offline_in_use_page()
+    - mm/vmalloc: fix size check for remap_vmalloc_range_partial()
+    - mm/memory.c: do_fault: avoid usage of stale vm_area_struct
+    - kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv
+    - device property: Fix the length used in PROPERTY_ENTRY_STRING()
+    - [x86] intel_th: Don't reference unassigned outputs
+    - parport_pc: fix find_superio io compare code, should use equal test.
+    - [armhf,arm64] i2c: tegra: fix maximum transfer size
+    - [armhf,arm64] gpio: pca953x: Fix dereference of irq data in shutdown
+    - [armhf] can: flexcan: FLEXCAN_IFLAG_MB: add () around macro argument
+    - [x86] drm/i915: Relax mmap VMA check
+    - bpf: only test gso type on gso packets
+    - [arm64] serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFO
+    - serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uart
+    - serial: 8250_pci: Fix number of ports for ACCES serial cards
+    - serial: 8250_pci: Have ACCES cards that use the four port Pericom
+      PI7C9X7954 chip use the pci_pericom_setup()
+    - jbd2: clear dirty flag when revoking a buffer from an older transaction
+    - jbd2: fix compile warning when using JBUFFER_TRACE
+    - selinux: add the missing walk_size + len check in
+      selinux_sctp_bind_connect
+    - security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblock
+    - [powerpc*] powerpc/32: Clear on-stack exception marker upon exception
+      return
+    - [powerpc*] powernv: Make opal log only readable by root
+    - [powerpc*] powernv: Don't reprogram SLW image on every KVM guest
+      entry/exit
+    - [powerpc*] Fix 32-bit KVM-PR lockup and host crash with MacOS guest
+    - [powerpc*] ptrace: Simplify vr_get/set() to avoid GCC warning
+    - [powerpc*] hugetlb: Don't do runtime allocation of 16G pages in LPAR
+      configuration
+    - [powerpc*] traps: fix recoverability of machine check handling on
+      book3s/32
+    - [powerpc*] traps: Fix the message printed when stack overflows
+    - [arm64] Fix HCR.TGE status for NMI contexts
+    - [arm64] debug: Ensure debug handlers check triggering exception level
+    - [arm64] KVM: Fix architecturally invalid reset value for FPEXC32_EL2
+    - ipmi_si: fix use-after-free of resource->name
+    - dm: fix to_sector() for 32bit
+    - dm integrity: limit the rate of error messages
+    - mfd: sm501: Fix potential NULL pointer dereference
+    - NFS: Fix I/O request leakages
+    - NFS: Fix an I/O request leakage in nfs_do_recoalesce
+    - NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()
+    - nfsd: fix performance-limiting session calculation
+    - nfsd: fix memory corruption caused by readdir
+    - nfsd: fix wrong check in write_v4_end_grace()
+    - NFSv4.1: Reinitialise sequence results before retransmitting a request
+    - svcrpc: fix UDP on servers with lots of threads
+    - PM / wakeup: Rework wakeup source timer cancellation
+    - bcache: never writeback a discard operation
+    - vt: perform safe console erase in the right order
+    - [x86] unwind/orc: Fix ORC unwind table alignment
+    - [x86] perf intel-pt: Fix CYC timestamp calculation after OVF
+    - perf tools: Fix split_kallsyms_for_kcore() for trampoline symbols
+    - perf auxtrace: Define auxtrace record alignment
+    - [x86] perf intel-pt: Fix overlap calculation for padding
+    - [x86] perf/intel/uncore: Fix client IMC events return huge result
+    - [x86] perf intel-pt: Fix divide by zero when TSC is not available
+    - md: Fix failed allocation of md_register_thread
+    - [x86] tpm/tpm_crb: Avoid unaligned reads in crb_recv()
+    - tpm: Unify the send callback behaviour
+    - rcu: Do RCU GP kthread self-wakeup from softirq and interrupt
+    - media: lgdt330x: fix lock status reporting
+    - media: uvcvideo: Avoid NULL pointer dereference at the end of streaming
+    - drm/fb-helper: generic: Fix drm_fbdev_client_restore()
+    - drm/radeon/evergreen_cs: fix missing break in switch statement
+    - drm/amd/powerplay: correct power reading on fiji
+    - drm/amd/display: don't call dm_pp_ function from an fpu block
+    - KVM: Call kvm_arch_memslots_updated() before updating memslots
+    - [x86] KVM: mmu: Detect MMIO generation wrap in any address space
+    - [x86] KVM: mmu: Do not cache MMIO accesses while memslots are in flux
+    - [x86] KVM: nVMX: Sign extend displacements of VMX instr's mem operands
+    - [x86] KVM: nVMX: Apply addr size mask to effective address for VMX
+      instructions
+    - [x86] KVM: nVMX: Ignore limit checks on VMX instructions using flat
+      segments
+    - bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata
+    - [s390x] setup: fix boot crash for machine without EDAT-1
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.32
+    - [x86] ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist
+    - ALSA: firewire-motu: use 'version' field of unit directory to identify
+      model
+    - [x86] drm/vmwgfx: Don't double-free the mode stored in par->set_mode
+    - [x86] drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID's
+    - [amd64] iommu/amd: fix sg->dma_address for sg->offset bigger than
+      PAGE_SIZE
+    - libceph: wait for latest osdmap in ceph_monc_blacklist_add()
+    - udf: Fix crash on IO error during truncate
+    - [mips64*/loongson-3] lemote-2f: Add IRQF_NO_SUSPEND to "cascade"
+      irqaction.
+    - [mips*] Ensure ELF appended dtb is relocated
+    - [mips*r6] Fix kernel crash for R6 in jump label branch function
+    - [powerpc*] vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038
+    - [powerpc*] scsi: ibmvscsi: Protect ibmvscsi_head from concurrent
+      modificaiton
+    - [powerpc*] scsi: ibmvscsi: Fix empty event pool access during host
+      removal
+    - futex: Ensure that futex address is aligned in handle_futex_death()
+    - cifs: allow guest mounts to work for smb3.11
+    - perf probe: Fix getting the kernel map
+    - [x86] objtool: Move objtool_file struct off the stack
+    - [armhf,arm64] irqchip/gic-v3-its: Fix comparison logic in lpi_range_cmp
+    - SMB3: Fix SMB3.1.1 guest mounts to Samba
+    - [x86] ALSA: Fix runtime PM for hdmi-lpe-audio
+    - ALSA: hda/ca0132 - make pci_iounmap() call conditional
+    - ALSA: ac97: Fix of-node refcount unbalance
+    - ext4: fix NULL pointer dereference while journal is aborted
+    - ext4: fix data corruption caused by unaligned direct AIO
+    - ext4: brelse all indirect buffer in ext4_ind_remove_space()
+    - media: v4l2-ctrls.c/uvc: zero v4l2_event
+    - Bluetooth: hci_uart: Check if socket buffer is ERR_PTR in h4_recv_buf()
+    - Bluetooth: Fix decrementing reference count twice in releasing socket
+    - Bluetooth: hci_ldisc: Initialize hci_dev before open()
+    - Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in
+      hci_uart_set_proto()
+    - drm: Reorder set_property_atomic to avoid returning with an active ww_ctx
+    - RDMA/cma: Rollback source IP address if failing to acquire device
+    - f2fs: fix to avoid deadlock of atomic file operations
+    - netfilter: ebtables: remove BUGPRINT messages
+    - loop: access lo_backing_file only when the loop device is Lo_bound
+    - [x86] unwind: Handle NULL pointer calls better in frame unwinder
+    - [x86] unwind: Add hardcoded ORC entry for NULL
+    - ALSA: hda - Record the current power state before suspend/resume calls
+    - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
+    - power: supply: charger-manager: Fix incorrect return value
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.33
+    - Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt
+      (CVE-2019-3460)
+    - Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
+      (CVE-2019-3459)
+    - ipmi_si: Fix crash when using hard-coded device
+    - dccp: do not use ipv6 header for ipv4 flow
+    - genetlink: Fix a memory leak on error path
+    - ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULL
+    - mac8390: Fix mmio access size probe
+    - mISDN: hfcpci: Test both vendor & device ID for Digium HFC4S
+    - net: aquantia: fix rx checksum offload for UDP/TCP over IPv6
+    - net: datagram: fix unbounded loop in __skb_try_recv_datagram()
+    - net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vec
+    - [arm64] net: phy: meson-gxl: fix interrupt support
+    - net: rose: fix a possible stack overflow
+    - [armhf,arm64] net: stmmac: fix memory corruption with large MTUs
+    - net-sysfs: call dev_hold if kobject_init_and_add success
+    - packets: Always register packet sk in the same order
+    - rhashtable: Still do rehash when we get EEXIST
+    - sctp: get sctphdr by offset in sctp_compute_cksum
+    - sctp: use memdup_user instead of vmemdup_user
+    - tcp: do not use ipv6 header for ipv4 flow
+    - tipc: allow service ranges to be connect()'ed on RDM/DGRAM
+    - tipc: change to check tipc_own_id to return in tipc_net_stop
+    - tipc: fix cancellation of topology subscriptions
+    - tun: properly test for IFF_UP
+    - vrf: prevent adding upper devices
+    - vxlan: Don't call gro_cells_destroy() before device is unregistered
+    - ila: Fix rhashtable walker list corruption
+    - net: sched: fix cleanup NULL pointer exception in act_mirr
+    - [arm64] thunderx: enable page recycling for non-XDP case
+    - [arm64] thunderx: eliminate extra calls to put_page() for pages held for
+      recycling
+    - tun: add a missing rcu_read_unlock() in error path
+    - [powerpcspe] fsl: Add infrastructure to fixup branch predictor flush
+    - [powerpcspe] fsl: Add macro to flush the branch predictor
+    - [powerpcspe] fsl: Emulate SPRN_BUCSR register
+    - [powerpcspe] fsl: Add nospectre_v2 command line argument
+    - [powerpcspe] fsl: Flush the branch predictor at each kernel entry (32 bit)
+    - [powerpcspe] fsl: Enable runtime patching if nospectre_v2 boot arg is used
+    - [powerpcspe] fsl: Update Spectre v2 reporting
+    - [powerpcspe] fsl: Fixed warning: orphan section `__btb_flush_fixup'
+    - [powerpc*] security: Fix spectre_v2 reporting
+    - Btrfs: fix incorrect file size after shrinking truncate and fsync
+    - btrfs: remove WARN_ON in log_dir_items
+    - btrfs: don't report readahead errors and don't update statistics
+    - btrfs: raid56: properly unmap parity page in finish_parity_scrub()
+    - btrfs: Avoid possible qgroup_rsv_size overflow in
+      btrfs_calculate_inode_block_rsv_size
+    - Btrfs: fix assertion failure on fsync with NO_HOLES enabled
+    - [armhf] imx6q: cpuidle: fix bug that CPU might not wake up at expected
+      time
+    - [powerpc*] bpf: Fix generation of load/store DW instructions
+    - [s390x] vfio: ccw: only free cp on final interrupt
+    - NFS: fix mount/umount race in nlmclnt.
+    - NFSv4.1 don't free interrupted slot on open
+    - ALSA: rawmidi: Fix potential Spectre v1 vulnerability
+    - ALSA: seq: oss: Fix Spectre v1 vulnerability
+    - ALSA: pcm: Fix possible OOB access in PCM oss plugins
+    - ALSA: pcm: Don't suspend stream in unrecoverable PCM state
+    - [x86] ALSA: hda/realtek - Add support headset mode for DELL WYSE AIO
+    - [x86] ALSA: hda/realtek - Add support headset mode for New DELL WYSE NB
+    - [x86] ALSA: hda/realtek: Enable headset MIC of Acer AIO with ALC286
+    - [x86] ALSA: hda/realtek: Enable headset MIC of Acer Aspire Z24-890 with
+      ALC286
+    - [x86] ALSA: hda/realtek - Add support for Acer Aspire E5-523G/ES1-432
+      headset mic
+    - [x86] ALSA: hda/realtek: Enable ASUS X441MB and X705FD headset MIC with
+      ALC256
+    - [x86] ALSA: hda/realtek: Enable headset mic of ASUS P5440FF with ALC256
+    - [x86] ALSA: hda/realtek: Enable headset MIC of ASUS X430UN and X512DK
+      with ALC256
+    - [x86] ALSA: hda/realtek - Fix speakers on Acer Predator Helios 500 Ryzen
+      laptops
+    - kbuild: modversions: Fix relative CRC byte order interpretation
+    - fs/open.c: allow opening only regular files during execve()
+    - ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lock
+    - scsi: sd: Fix a race between closing an sd device and sd I/O
+    - scsi: sd: Quiesce warning if device does not report optimal I/O size
+    - [s390x] scsi: zfcp: fix rport unblock if deleted SCSI devices on
+      Scsi_Host
+    - [s390x] scsi: zfcp: fix scsi_eh host reset with port_forced ERP for
+      non-NPIV FCP devices
+    - [armhf,arm64] drm/rockchip: vop: reset scale mode when win is disabled
+    - [x86] staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtest
+    - staging: speakup_soft: Fix alternate speech with other synths
+    - staging: vt6655: Remove vif check from vnt_interrupt
+    - staging: vt6655: Fix interrupt race condition on device start up.
+    - [arm64] serial: mvebu-uart: Fix to avoid a potential NULL pointer
+      dereference
+    - [sh4] serial: sh-sci: Fix setting SCSCR_TIE while transferring data
+    - USB: serial: cp210x: add new device id
+    - USB: serial: ftdi_sio: add additional NovaTech products
+    - USB: serial: mos7720: fix mos_parport refcount imbalance on error path
+    - USB: serial: option: set driver_info for SIM5218 and compatibles
+    - USB: serial: option: add support for Quectel EM12
+    - USB: serial: option: add Olicard 600
+    - fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links
+    - drm/vgem: fix use-after-free when drm_gem_handle_create() fails
+    - [x86] drm/i915/gvt: Fix MI_FLUSH_DW parsing with correct index check
+    - gpio: exar: add a check for the return value of ida_simple_get fails
+    - [armhf,arm64] phy: sun4i-usb: Support set_mode to USB_HOST for non-OTG
+      PHYs
+    - USB: gadget: f_hid: fix deadlock in f_hidg_write()
+    - usb: common: Consider only available nodes for dr_mode
+    - xhci: Fix port resume done detection for SS ports with LPM enabled
+    - usb: xhci: dbc: Don't free all memory with spinlock held
+    - xhci: Don't let USB3 ports stuck in polling state prevent suspend
+    - usb: cdc-acm: fix race during wakeup blocking TX traffic
+    - mm: add support for kmem caches in DMA32 zone
+    - [armhf,arm64] iommu/io-pgtable-arm-v7s: request DMA32 memory, and improve
+      debugging
+    - mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specified
+    - mm/migrate.c: add missing flush_dcache_page for non-mapped page migrate
+    - perf pmu: Fix parser error for uncore event alias
+    - [x86] perf intel-pt: Fix TSC slip
+    - [x86] objtool: Query pkg-config for libelf location
+    - [powerpc*] pseries/energy: Use OF accessor functions to read
+      ibm,drc-indexes
+    - [powerpc*] powerpc/64: Fix memcmp reading past the end of src/dest
+    - watchdog: Respect watchdog cpumask on CPU hotplug
+    - cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=n
+    - KVM: Reject device ioctls from processes other than the VM's creator
+    - [x86] KVM: update %rip after emulating IO
+    - [x86] KVM: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
+    - bpf: do not restore dst_reg when cur_state is freed
+    - [x86] platform: intel_cht_int33fe: Register all connections at once
+    - [x86] platform: intel_cht_int33fe: Add connection for the DP alt mode
+    - [x86] platform: intel_cht_int33fe: Add connections for the USB Type-C port
+    - usb: typec: class: Don't use port parent for getting mux handles
+    - [x86] platform: intel_cht_int33fe: Remove the old connections for the
+      muxes
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.34
+    - [arm64] debug: Don't propagate UNKNOWN FAR into si_code for debug signals
+    - ext4: cleanup bh release code in ext4_ind_remove_space()
+    - CIFS: fix POSIX lock leak and invalid ptr deref
+    - f2fs: fix to adapt small inline xattr space in __find_inline_xattr()
+    - f2fs: fix to avoid deadlock in f2fs_read_inline_dir()
+    - tracing: kdb: Fix ftdump to not sleep
+    - net/mlx5: Avoid panic when setting vport rate
+    - net/mlx5: Avoid panic when setting vport mac, getting vport config
+    - [armhf] gpio: gpio-omap: fix level interrupt idling
+    - sysctl: handle overflow for file-max
+    - [armhf,arm64] net: stmmac: Avoid sometimes uninitialized Clang warnings
+    - enic: fix build warning without CONFIG_CPUMASK_OFFSTACK
+    - [arm64] scsi: hisi_sas: Set PHY linkrate when disconnected
+    - [arm64] scsi: hisi_sas: Fix a timeout race of driver internal and SMP IO
+    - iio: adc: fix warning in Qualcomm PM8xxx HK/XOADC driver
+    - [x86] hyperv: Fix kernel panic when kexec on HyperV
+    - perf c2c: Fix c2c report for empty numa node
+    - mm/sparse: fix a bad comparison
+    - mm/cma.c: cma_declare_contiguous: correct err handling
+    - mm/page_ext.c: fix an imbalance with kmemleak
+    - mm, swap: bounds check swap_info array accesses to avoid NULL derefs
+    - mm,oom: don't kill global init via memory.oom.group
+    - memcg: killed threads should not invoke memcg OOM killer
+    - mm, mempolicy: fix uninit memory access
+    - mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!
+    - mm/slab.c: kmemleak no scan alien caches
+    - ocfs2: fix a panic problem caused by o2cb_ctl
+    - f2fs: do not use mutex lock in atomic context
+    - fs/file.c: initialize init_files.resize_wait
+    - page_poison: play nicely with KASAN
+    - cifs: use correct format characters
+    - dm thin: add sanity checks to thin-pool and external snapshot creation
+    - f2fs: fix to check inline_xattr_size boundary correctly
+    - cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTED
+    - cifs: Fix NULL pointer dereference of devname
+    - netfilter: nf_tables: check the result of dereferencing base_chain->stats
+    - netfilter: conntrack: tcp: only close if RST matches exact sequence
+    - jbd2: fix invalid descriptor block checksum
+    - fs: fix guard_bio_eod to check for real EOD errors
+    - tools lib traceevent: Fix buffer overflow in arg_eval
+    - PCI/PME: Fix hotplug/sysfs remove deadlock in pcie_pme_remove()
+    - wil6210: check null pointer in _wil_cfg80211_merge_extra_ies
+    - mt76: fix a leaked reference by adding a missing of_node_put
+    - [armhf,arm64] usb: chipidea: Grab the (legacy) USB PHY by phandle first
+    - [powerpc*] powernv/ioda: Fix locked_vm counting for memory used by IOMMU
+      tables
+    - scsi: core: replace GFP_ATOMIC with GFP_KERNEL in scsi_scan.c
+    - [powerpc*] xmon: Fix opcode being uninitialized in print_insn_powerpc
+    - [armhf,arm64] coresight: etm4x: Add support to enable ETMv4.2
+    - [armhf] 8840/1: use a raw_spinlock_t in unwind
+    - [armhf,arm64] iommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tables
+    - [powerpc*] hugetlb: Handle mmap_min_addr correctly in get_unmapped_area
+      callback
+    - btrfs: qgroup: Make qgroup async transaction commit more aggressive
+    - [armhf] mmc: omap: fix the maximum timeout setting
+    - [armhf.arm64] net: dsa: mv88e6xxx: Add lockdep classes to fix false
+      positive splat
+    - e1000e: Fix -Wformat-truncation warnings
+    - [x86] platform: ideapad-laptop: Fix no_hw_rfkill_list for Lenovo RESCUER
+      R720-15IKBN
+    - loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()
+    - IB/mlx4: Increase the timeout for CM cache
+    - clk: fractional-divider: check parent rate only if flag is set
+    - perf annotate: Fix getting source line failure
+    - [arm64] ASoC: qcom: Fix of-node refcount unbalance in qcom_snd_parse_of()
+    - cpufreq: acpi-cpufreq: Report if CPU doesn't support boost technologies
+    - efi: cper: Fix possible out-of-bounds access
+    - [s390x] ism: ignore some errors during deregistration
+    - scsi: megaraid_sas: return error when create DMA pool failed
+    - scsi: fcoe: make use of fip_mode enum complete
+    - drm/amd/display: Clear stream->mode_changed after commit
+    - [s390x] perf test: Fix failure of 'evsel-tp-sched' test on s390
+    - mwifiex: don't advertise IBSS features without FW support
+    - perf report: Don't shadow inlined symbol with different addr range
+    - [armhf] SoC: imx-sgtl5000: add missing put_device()
+    - mt76: usb: do not run mt76u_queues_deinit twice
+    - xen/gntdev: Do not destroy context while dma-bufs are in use
+    - vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1
+    - [x86] HID: intel-ish-hid: avoid binding wrong ishtp_cl_device
+    - cgroup, rstat: Don't flush subtree root unless necessary
+    - jbd2: fix race when writing superblock
+    - [s390x] perf report: Add s390 diagnosic sampling descriptor size
+    - iwlwifi: pcie: fix emergency path
+    - ACPI / video: Refactor and fix dmi_is_desktop()
+    - kprobes: Prohibit probing on bsearch()
+    - kprobes: Prohibit probing on RCU debug routine
+    - netfilter: conntrack: fix cloned unconfirmed skb->_nfct race in
+      __nf_conntrack_confirm
+    - [armhf] 8833/1: Ensure that NEON code always compiles with Clang
+    - ALSA: PCM: check if ops are defined before suspending PCM
+    - ath10k: fix shadow register implementation for WCN3990
+    - usb: f_fs: Avoid crash due to out-of-scope stack ptr access
+    - sched/topology: Fix percpu data types in struct sd_data & struct s_data
+    - bcache: fix input overflow to cache set sysfs file io_error_halflife
+    - bcache: fix input overflow to sequential_cutoff
+    - bcache: fix potential div-zero error of writeback_rate_i_term_inverse
+    - bcache: improve sysfs_strtoul_clamp()
+    - genirq: Avoid summation loops for /proc/stat
+    - [armhf,arm64] net: marvell: mvpp2: fix stuck in-band SGMII negotiation
+    - iw_cxgb4: fix srqidx leak during connection abort
+    - net: phy: consider latched link-down status in polling mode
+    - fbdev: fbmem: fix memory access if logo is bigger than the screen
+    - cdrom: Fix race condition in cdrom_sysctl_register
+    - drm: rcar-du: add missing of_node_put
+    - drm/amd/display: Don't re-program planes for DPMS changes
+    - drm/amd/display: Disconnect mpcc when changing tg
+    - perf/aux: Make perf_event accessible to setup_aux()
+    - e1000e: fix cyclic resets at link up with active tx
+    - e1000e: Exclude device from suspend direct complete optimization
+    - [x86] platform: intel_pmc_core: Fix PCH IP sts reading
+    - i2c: of: Try to find an I2C adapter matching the parent
+    - iwlwifi: mvm: fix RFH config command with >=10 CPUs
+    - sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACK
+    - efi/memattr: Don't bail on zero VA if it equals the region's PA
+    - sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/
+      task_rq_lock()
+    - drm/vkms: Bugfix extra vblank frame
+    - [armhf] dts: lpc32xx: Remove leading 0x and 0s from bindings notation
+    - [armhf,arm64] efi: Allow SetVirtualAddressMap() to be omitted
+    - [arm64] soc: qcom: gsbi: Fix error handling in gsbi_probe()
+    - mt7601u: bump supported EEPROM version
+    - [armhf] 8830/1: NOMMU: Toggle only bits in EXC_RETURN we are really care
+      of
+    - [armhf] avoid Cortex-A9 livelock on tight dmb loops
+    - block, bfq: fix in-service-queue check for queue merging
+    - [powerpc*] 64s: Clear on-stack exception marker upon exception return
+    - cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to
+      fix the accounting
+    - [armhf,arm64] backlight: pwm_bl: Use gpiod_get_value_cansleep() to get
+      initial state
+    - tty: increase the default flip buffer limit to 2*640K
+    - [powerpc*] pseries: Perform full re-add of CPU for topology update
+      post-migration
+    - drm/amd/display: Enable vblank interrupt during CRC capture
+    - ALSA: dice: add support for Solid State Logic Duende Classic/Mini
+    - [armhf,arm64] usb: dwc3: gadget: Fix OTG events when gadget driver isn't
+      loaded
+    - [x86] platform: intel-hid: Missing power button release on some Dell
+      models
+    - perf script python: Use PyBytes for attr in trace-event-python
+    - perf script python: Add trace_context extension module to sys.modules
+    - hwrng: virtio - Avoid repeated init of completion
+    - [armhf,arm64] soc/tegra: fuse: Fix illegal free of IO base address
+    - [x86] HID: intel-ish: ipc: handle PIMR before ish_wakeup also clear PISR
+      busy_clear bit
+    - f2fs: UBSAN: set boolean value iostat_enable correctly
+    - hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enable
+    - [armhf] dmaengine: imx-dma: fix warning comparison of distinct pointer
+      types
+    - [arm64] dmaengine: qcom_hidma: assign channel cookie correctly
+    - [arm64] dmaengine: qcom_hidma: initialize tx flags in hidma_prep_dma_*
+    - netfilter: physdev: relax br_netfilter dependency
+    - [armhf] regulator: act8865: Fix act8600_sudcdc_voltage_ranges setting
+    - [arm64] pinctrl: meson: meson8b: add the eth_rxd2 and eth_rxd3 pins
+    - drm: Auto-set allow_fb_modifiers when given modifiers at plane init
+    - drm/nouveau: Stop using drm_crtc_force_disable
+    - selinux: do not override context on context mounts
+    - brcmfmac: Use firmware_request_nowarn for the clm_blob
+    - [armhf,arm64] wlcore: Fix memory leak in case wl12xx_fetch_firmware
+      failure
+    - drm/fb-helper: fix leaks in error path of drm_fb_helper_fbdev_setup
+    - [arm64] clk: rockchip: fix frac settings of GPLL clock for rk3328
+    - [armhf,arm64] dmaengine: tegra: avoid overflow of byte tracking
+    - [x86] Input: soc_button_array - fix mapping of the 5th GPIO in a PNP0C40
+      device
+    - drm/dp/mst: Configure no_stop_bit correctly for remote i2c xfers
+    - ACPI / video: Extend chassis-type detection with a "Lunch Box" check
+    - bcache: fix potential div-zero error of writeback_rate_p_term_inverse
+    - [x86] kprobes: Blacklist non-attachable interrupt functions
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.35
+    - [x86] kvm: nVMX: NMI-window and interrupt-window exiting should wake L2
+      from HLT
+    - [powerpc*] tm: Limit TM code inside PPC_TRANSACTIONAL_MEM
+    - [x86] hv_netvsc: Fix unwanted wakeup after tx_disable
+    - ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev type
+    - ipv6: Fix dangling pointer when ipv6 fragment
+    - ipv6: sit: reset ip header pointer in ipip6_rcv
+    - net: ethtool: not call vzalloc for zero sized memory request
+    - net-gro: Fix GRO flush when receiving a GSO packet.
+    - net/mlx5: Decrease default mr cache size
+    - netns: provide pure entropy for net_hash_mix()
+    - net: rds: force to destroy connection if t_sock is NULL in
+      rds_tcp_kill_sock().
+    - net/sched: act_sample: fix divide by zero in the traffic path
+    - net/sched: fix ->get helper of the matchall cls
+    - openvswitch: fix flow actions reallocation
+    - qmi_wwan: add Olicard 600
+    - r8169: disable ASPM again
+    - sctp: initialize _pad of sockaddr_in before copying to user memory
+    - tcp: Ensure DCTCP reacts to losses
+    - tcp: fix a potential NULL pointer dereference in tcp_sk_exit
+    - vrf: check accept_source_route on the original netdevice
+    - net/mlx5e: Fix error handling when refreshing TIRs
+    - net/mlx5e: Add a lock on tir list
+    - nfp: validate the return code from dev_queue_xmit()
+    - nfp: disable netpoll on representors
+    - bnxt_en: Improve RX consumer index validity check.
+    - bnxt_en: Reset device on RX buffer errors.
+    - net: ip_gre: fix possible use-after-free in erspan_rcv
+    - net: ip6_gre: fix possible use-after-free in ip6erspan_rcv
+    - net: core: netif_receive_skb_list: unlist skb before passing to pt->func
+    - r8169: disable default rx interrupt coalescing on RTL8168
+      (Closes: #925496)
+    - net: mlx5: Add a missing check on idr_find, free buf
+    - net/mlx5e: Update xoff formula
+    - net/mlx5e: Update xon formula
+    - kbuild: deb-pkg: fix bindeb-pkg breakage when O= is used
+    - netfilter: nfnetlink_cttimeout: pass default timeout policy to
+      obj_to_nlattr
+    - netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, too
+    - [arm64] kaslr: Reserve size of ARM64_MEMSTART_ALIGN in linear region
+    - [x86] tty: mark Siemens R3964 line discipline as BROKEN (CVE-2019-11486)
+    - tty: ldisc: add sysctl to prevent autoloading of ldiscs
+    - ACPICA: Clear status of GPEs before enabling them
+    - ACPICA: Namespace: remove address node from global list after method
+      termination
+    - ALSA: seq: Fix OOB-reads from strlcpy
+    - [x86] ALSA: hda/realtek: Enable headset MIC of Acer TravelMate B114-21
+      with ALC233
+    - [x86] ALSA: hda/realtek - Add quirk for Tuxedo XC 1509
+    - [x86] ALSA: hda - Add two more machines to the power_save_blacklist
+    - mm/huge_memory.c: fix modifying of page protection by insert_pfn_pmd()
+    - [arm64] dts: rockchip: fix rk3328 sdmmc0 write errors
+    - [hppa] Detect QEMU earlier in boot process
+    - [hppa] regs_return_value() should return gpr28
+    - [hppa] also set iaoq_b in instruction_pointer_set()
+    - alarmtimer: Return correct remaining time
+    - drm/udl: add a release method and delay modeset teardown
+    - [x86] kvm: svm: fix potential get_num_contig_pages overflow
+    - include/linux/bitrev.h: fix constant bitrev
+    - mm: writeback: use exact memcg dirty counts
+    - [x86] ASoC: intel: Fix crash at suspend/resume after failed codec
+      registration
+    - Btrfs: do not allow trimming when a fs is mounted with the nologreplay
+      option
+    - btrfs: prop: fix zstd compression parameter validation
+    - btrfs: prop: fix vanished compression property after failed set
+    - [riscv64] Fix syscall_get_arguments() and syscall_set_arguments()
+    - block: do not leak memory in bio_copy_user_iov()
+    - block: fix the return errno for direct IO
+    - genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()
+    - genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=n
+    - virtio: Honour 'may_reduce_num' in vring_create_virtqueue
+    - [armhf] dts: rockchip: fix rk3288 cpu opp node reference
+    - [armhf] dts: am335x-evmsk: Correct the regulators for the audio codec
+    - [armhf] dts: am335x-evm: Correct the regulators for the audio codec
+    - [arm64] futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result value
+    - [arm64] dts: rockchip: fix rk3328 rgmii high tx error rate
+    - [arm64] backtrace: Don't bother trying to unwind the userspace stack
+    - xen: Prevent buffer overflow in privcmd ioctl
+    - sched/fair: Do not re-read ->h_load_next during hierarchical load
+      calculation
+    - [x86] asm: Use stricter assembly constraints in bitops
+    - [x86] perf/amd: Resolve race condition when disabling PMC
+    - [x86] perf/amd: Resolve NMI latency issues for active PMCs
+    - [x86] perf/amd: Remove need to check "running" bit in NMI handler
+    - PCI: Add function 1 DMA alias quirk for Marvell 9170 SATA controller
+    - PCI: pciehp: Ignore Link State Changes after powering off a slot
+    - dm integrity: change memcmp to strncmp in dm_integrity_ctr
+    - dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES *
+      PAGE_SIZE")
+    - dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errors
+    - dm integrity: fix deadlock with overlapping I/O
+    - [arm64] dts: rockchip: fix vcc_host1_5v pin assign on rk3328-rock64
+    - [arm64] dts: rockchip: Fix vcc_host1_5v GPIO polarity on rk3328-rock64
+    - ACPICA: AML interpreter: add region addresses in global list during
+      initialization
+    - [x86] KVM: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887)
+    - [x86] KVM: nVMX: fix x2APIC VTPR read intercept
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.36
+    - inotify: Fix fsnotify_mark refcount leak in
+      inotify_update_existing_watch() (CVE-2019-9857)
+    - perf/core: Restore mmap record type correctly
+    - ext4: avoid panic during forced reboot
+    - ext4: add missing brelse() in add_new_gdb_meta_bg()
+    - ext4: report real fs size after failed resize
+    - ALSA: echoaudio: add a check for ioremap_nocache
+    - [i386,alpha] ALSA: sb8: add a check for request_region
+    - drm/udl: use drm_gem_object_put_unlocked.
+    - IB/mlx4: Fix race condition between catas error reset and aliasguid flows
+    - i40iw: Avoid panic when handling the inetdev event
+    - [i386,alpha] ALSA: opl3: fix mismatch between snd_opl3_drum_switch
+      definition and declaration
+    - [x86] thermal/intel_powerclamp: fix __percpu declaration of worker_data
+    - [arm*] thermal: bcm2835: Fix crash in bcm2835_thermal_debugfs
+    - [x86] thermal/int340x_thermal: Add additional UUIDs
+    - [x86] thermal/int340x_thermal: fix mode setting
+    - [x86] thermal/intel_powerclamp: fix truncated kthread name
+    - scsi: iscsi: flush running unbind operations when removing a session
+    - sched/cpufreq: Fix 32-bit math overflow
+    - sched/core: Fix buffer overflow in cgroup2 property cpu.max
+    - [x86] mm: Don't leak kernel addresses
+    - [x86] tools/power turbostat: return the exit status of a command
+    - perf list: Don't forget to drop the reference to the allocated thread_map
+    - perf config: Fix an error in the config template documentation
+    - perf config: Fix a memory leak in collect_config()
+    - perf build-id: Fix memory leak in print_sdt_events()
+    - perf top: Fix error handling in cmd_top()
+    - perf hist: Add missing map__put() in error case
+    - perf evsel: Free evsel->counts in perf_evsel__exit()
+    - ACPI / utils: Drop reference in test for device presence
+    - PM / Domains: Avoid a potential deadlock
+    - [armhf] drm/exynos/mixer: fix MIXER shadow registry synchronisation code
+    - [arm64] irqchip/mbigen: Don't clear eventid when freeing an MSI
+    - [x86] hpet: Prevent potential NULL pointer dereference
+    - [x86] hyperv: Prevent potential NULL pointer dereference
+    - [i386] cpu/cyrix: Use correct macros for Cyrix calls on Geode processors
+    - drm/nouveau/debugfs: Fix check of pm_runtime_get_sync failure
+    - [x86] iommu/vt-d: Check capability before disabling protected memory
+    - [x86] hw_breakpoints: Make default case in hw_breakpoint_arch_parse()
+      return an error
+    - fix incorrect error code mapping for OBJECTID_NOT_FOUND
+    - [x86] gart: Exclude GART aperture from kcore
+    - ext4: prohibit fstrim in norecovery mode
+    - drm/cirrus: Use drm_framebuffer_put to avoid kernel oops in clean-up
+    - rsi: improve kernel thread handling to fix kernel panic
+    - f2fs: fix to avoid NULL pointer dereference on se->discard_map
+    - 9p: do not trust pdu content for stat item size
+    - 9p locks: add mount option for lock retry interval
+    - ASoC: Fix UBSAN warning at snd_soc_get/put_volsw_sx()
+    - f2fs: fix to do sanity check with current segment number
+    - netfilter: xt_cgroup: shrink size of v2 path
+    - [arm64] serial: uartps: console_setup() can't be placed to init section
+    - [powerpc*] pseries: Remove prrn_work workqueue
+    - media: au0828: cannot kfree dev before usb disconnect
+    - Bluetooth: Fix debugfs NULL pointer dereference
+    - HID: i2c-hid: override HID descriptors for certain devices
+    - pinctrl: core: make sure strcmp() doesn't get a null parameter
+    - usbip: fix vhci_hcd controller counting
+    - [x86] ACPI / SBS: Fix GPE storm on recent MacBookPro's
+    - HID: usbhid: Add quirk for Redragon/Dragonrise Seymur 2
+    - [x86] KVM: nVMX: restore host state in nested_vmx_vmexit for VMFail
+    - netfilter: nf_flow_table: remove flowtable hook flush routine in netns
+      exit routine
+    - f2fs: cleanup dirty pages if recover failed
+    - [armhf,arm64] net: stmmac: Set OWN bit for jumbo frames
+    - cifs: fallback to older infolevels on findfirst queryinfo retry
+    - kernel: hung_task.c: disable on suspend
+    - drm/ttm: Fix bo_global and mem_global kfree error
+    - [x86] ALSA: hda: fix front speakers on Huawei MBXP
+    - ACPI: EC / PM: Disable non-wakeup GPEs for suspend-to-idle
+    - net/rds: fix warn in rds_message_alloc_sgs
+    - xfrm: destroy xfrm_state synchronously on net exit path
+    - net: ip6_gre: fix possible NULL pointer dereference in
+      ip6erspan_set_version
+    - [x86] iommu/dmar: Fix buffer overflow during PCI bus notification
+    - scsi: core: Avoid that system resume triggers a kernel warning
+    - [armhf,arm64] soc/tegra: pmc: Drop locking from
+      tegra_powergate_is_powered()
+    - Revert "ACPI / EC: Remove old CLEAR_ON_RESUME quirk"
+    - [arm64] coresight: cpu-debug: Support for CA73 CPUs
+    - [x86] PCI: Blacklist power management of Gigabyte X299 DESIGNARE EX PCIe
+      ports
+    - drm/nouveau/volt/gf117: fix speedo readout register
+    - [armel,armhf] 8839/1: kprobe: make patch_lock a raw_spinlock_t
+    - [x86] drm/amdkfd: use init_mqd function to allocate object for hid_mqd
+      (CI)
+    - appletalk: Fix use-after-free in atalk_proc_exit
+    - lib/div64.c: off by one in shift
+    - rxrpc: Fix client call connect/disconnect race
+    - f2fs: fix to dirty inode for i_mode recovery
+    - include/linux/swap.h: use offsetof() instead of custom __swapoffset macro
+    - bpf: fix use after free in bpf_evict_inode
+    - IB/hfi1: Failed to drain send queue when QP is put into error state
+    - mm: hide incomplete nr_indirectly_reclaimable in /proc/zoneinfo
+    - mm: hide incomplete nr_indirectly_reclaimable in sysfs
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.37
+    - bonding: fix event handling for stacked bonds
+    - failover: allow name change on IFF_UP slave interfaces
+    - net: atm: Fix potential Spectre v1 vulnerabilities (CVE-2017-5715)
+    - net: bridge: fix per-port af_packet sockets
+    - net: bridge: multicast: use rcu to access port list from
+      br_multicast_start_querier
+    - net: Fix missing meta data in skb with vlan packet
+    - net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recv
+    - tcp: tcp_grow_window() needs to respect tcp_space()
+    - team: set slave to promisc if team is already in promisc mode
+    - tipc: missing entries in name table of publications
+    - vhost: reject zero size iova range
+    - ipv4: recompile ip options in ipv4_link_failure
+    - ipv4: ensure rcu_read_lock() in ipv4_link_failure()
+    - [arm64] net: thunderx: raise XDP MTU to 1508
+    - [arm64] net: thunderx: don't allow jumbo frames with XDP
+    - net/mlx5: FPGA, tls, hold rcu read lock a bit longer
+    - net/mlx5: FPGA, tls, idr remove on flow delete
+    - route: Avoid crash from dereferencing NULL rt->from
+    - sch_cake: Use tc_skb_protocol() helper for getting packet protocol
+    - sch_cake: Make sure we can write the IP header before changing DSCP bits
+    - nfp: flower: replace CFI with vlan present
+    - nfp: flower: remove vlan CFI bit from push vlan action
+    - sch_cake: Simplify logic in cake_select_tin()
+    - net: IP defrag: encapsulate rbtree defrag code into callable functions
+    - net: IP6 defrag: use rbtrees for IPv6 defrag
+    - net: IP6 defrag: use rbtrees in nf_conntrack_reasm.c
+    - CIFS: keep FileInfo handle live during oplock break
+    - cifs: Fix use-after-free in SMB2_write
+    - cifs: Fix use-after-free in SMB2_read
+    - cifs: fix handle leak in smb2_query_symlink()
+    - [x86] KVM: Don't clear EFER during SMM transitions for 32-bit vCPU
+    - [x86] KVM: svm: make sure NMI is injected after nmi_singlestep
+    - [x86] iio/gyro/bmg160: Use millidegrees for temperature scale
+    - iio: Fix scan mask selection
+    - iio: core: fix a possible circular locking dependency
+    - [x86] iio: accel: kxcjk-1013: restore the range after resume.
+    - [x86] staging: comedi: vmk80xx: Fix use of uninitialized semaphore
+    - [x86] staging: comedi: vmk80xx: Fix possible double-free of ->usb_rx_buf
+    - [x86] staging: comedi: ni_usb6501: Fix use of uninitialized mutex
+    - [x86] staging: comedi: ni_usb6501: Fix possible double-free of
+      ->usb_rx_buf
+    - [x86] ALSA: hda/realtek - add two more pin configuration sets to quirk
+      table
+    - ALSA: core: Fix card races between register and disconnect
+    - [x86] Input: elan_i2c - add hardware ID for multiple Lenovo laptops
+    - vt: fix cursor when clearing the screen
+    - scsi: core: set result when the command cannot be dispatched
+    - Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"
+    - [x86] Revert "svm: Fix AVIC incomplete IPI emulation"
+    - coredump: fix race condition between mmget_not_zero()/get_task_mm() and
+      core dumping (CVE-2019-11599)
+    - ipmi: fix sleep-in-atomic in free_user at cleanup SRCU
+      user->release_barrier
+    - [x86] crypto: poly1305 - fix overflow during partial reduction
+    - drm/ttm: fix out-of-bounds read in ttm_put_pages() v2
+    - [arm64] futex: Restore oldval initialization to work around buggy
+      compilers
+    - [x86] kprobes: Verify stack frame on kretprobe
+    - kprobes: Mark ftrace mcount handler functions nokprobe
+    - kprobes: Fix error check when reusing optimized probes
+    - rt2x00: do not increment sequence number while re-transmitting
+    - mac80211: do not call driver wake_tx_queue op during reconfig
+    - drm/amdgpu/gmc9: fix VM_L2_CNTL3 programming
+    - [x86] perf/amd: Add event map for AMD Family 17h
+    - [x86] cpu/bugs: Use __initconst for 'const' init data
+    - [x86] perf: Fix incorrect PEBS_REGS
+    - [x86] speculation: Prevent deadlock on ssb_state::lock
+    - timers/sched_clock: Prevent generic sched_clock wrap caused by
+      tick_freeze()
+    - nfit/ars: Remove ars_start_flags
+    - nfit/ars: Introduce scrub_flags
+    - nfit/ars: Allow root to busy-poll the ARS state machine
+    - nfit/ars: Avoid stale ARS results
+    - mmc: sdhci: Fix data command CRC error handling
+    - mmc: sdhci: Handle auto-command errors
+    - modpost: file2alias: go back to simple devtable lookup
+    - modpost: file2alias: check prototype of handler
+    - [x86] tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incomplete
+    - tpm: Fix the type of the return value in calc_tpm2_event_size()
+    - sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockup
+    - device_cgroup: fix RCU imbalance in error case
+    - ALSA: info: Fix racy addition/deletion of nodes
+    - [armhf] ASoC: rockchip: add missing INTERLEAVED PCM attribute
+    - i2c-hid: properly terminate i2c_hid_dmi_desc_override_table[] array
+    - kernel/sysctl.c: fix out-of-bounds access when setting file-max
+
+  [ Ben Hutchings ]
+  * debian/bin/abiupdate.py: Automatically select the correct archive to fetch
+    from
+  * debian/bin/abiupdate.py: Change default URLs to use https: scheme
+  * [powerpc*] vdso: Make vdso32 installation conditional in vdso_install
+    (Closes: #785065)
+  * Bump ABI to 5
+  * [rt] Add new signing subkey for Steven Rostedt
+  * [rt] Update to 4.19.31-rt18 (no functional change)
+  * [armhf,arm64] Revert "net: stmmac: Send TSO packets always from Queue 0"
+  * [riscv64] linux-image-dbg: Include vdso debug symbols
+  * [ia64] linux-image: Recommend grub-efi-ia64 instead of (removed) elilo
+  * [armel/marvell] Disable HW_RANDOM as no HWRNG drivers are usable here
+  * udeb: Add all HWRNG drivers to kernel-image (see #923675)
+  * lockdown: Refer to Debian wiki until manual page exists
+  * [sparc64] linux-image: Recommend grub-ieee1275 instead of (removed) silo
+  * [sparc64] linux-image: Install uncompressed kernel image
+  * [powerpc,ppc64,ppc64el] linux-image: Recommend grub-ieee1275
+  * [i386] Add grub-efi-ia32 as an alternate recommended bootloader
+  * linux-source: Recommend bison and flex, always needed to build the kernel
+  * [armel/marvell,sh4] linux-image: Recommend apparmor, like all other configs
+  * udeb: Drop unused ntfs-modules packages
+  * ntfs: Disable NTFS_FS due to lack of upstream security support
+    (CVE-2018-12929, CVE-2018-12930, CVE-2018-12931)
+  * [x86] platform: Enable INTEL_ATOMISP2_PM as module
+  * drivers/firmware/google: Adjust configuration for 4.19
+  * MODSIGN: Make shash allocation failure fatal
+  * aio: Apply fixes from 4.19.38:
+    - aio: clear IOCB_HIPRI
+    - aio: use assigned completion handler
+    - aio: separate out ring reservation from req allocation
+    - aio: don't zero entire aio_kiocb aio_get_req()
+    - aio: use iocb_put() instead of open coding it
+    - aio: split out iocb copy from io_submit_one()
+    - aio: abstract out io_event filler helper
+    - aio: initialize kiocb private in case any filesystems expect it.
+    - aio: simplify - and fix - fget/fput for io_submit() (CVE-2019-10125)
+    - pin iocb through aio.
+    - aio: fold lookup_kiocb() into its sole caller
+    - aio: keep io_event in aio_kiocb
+    - aio: store event at final iocb_put()
+    - Fix aio_poll() races
+  * tracing: Fix buffer_ref pipe ops
+  * mm,fs: Prevent page refcount overflow (CVE-2019-11487):
+    - mm: make page ref count overflow check tighter and more explicit
+    - mm: add 'try_get_page()' helper function
+    - mm: prevent get_user_pages() from overflowing page refcount
+    - fs: prevent page refcount overflow in pipe_buf_get
+
+  [ YunQiang Su ]
+  * [mips*r6] Re-enable CONFIG_JUMP_LABEL, which has been fixed in upstream.
+
+  [ Stefan Fritsch ]
+  * [armhf] Enable SND_SOC_SPDIF for Cubietruck (Closes: #884562)
+
+  [ Luca Boccassi ]
+  * libbpf-dev: generate pkg-config file for libbpf by backporting
+    libbpf-generate-pkg-config.patch from bpf-next.
+  * Import patches to enable loading keys from UEFI db and MOK from
+    http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git to
+    allow kernel modules built by users (eg: by dkms) to be verified, and
+    to load dbx and MOKX for the equivalent blacklisting functionality.
+
+  [ Bastian Blank ]
+  * Don't longer recommend irqbalance. (closes: #926967)
+
+  [ Salvatore Bonaccorso ]
+  * xen/pciback: Don't disable PCI_COMMAND on PCI device reset.
+    (CVE-2015-8553)
+  * [x86] Disable R3964 due to lack of security support
+  * [amd64,arm64] vfio/type1: Limit DMA mappings per container (CVE-2019-3882)
+
+  [ Aurelien Jarno ]
+  * [mips] Fix indirect syscall tracing & seccomp filtering for big endian
+    MIPS64 kernels with 32-bit userland.
+
+  [ Romain Perier ]
+  * [rt] Update to 4.19.37-rt19
+  * Enable coreboot memconsole (Closes: #872069)
+
+  [ Uwe Kleine-König ]
+  * [armhf] Disable MVNETA_BM_ENABLE again as it break networking on
+    DB-MV784MP-GP. Thanks to Steve McIntyre for providing access such a
+    machine for testing. (Closes: #927825)
+
+  [ Alper Nebi Yasak ]
+  * [arm64] Enable configs for Samsung Chromebook Plus (v1) and other
+    rk3399-gru based devices:
+    - Enable PL330_DMA, CROS_EC_SPI, SPI_ROCKCHIP as modules.
+    - Enable EXTCON_USBC_CROS_EC, PHY_ROCKCHIP_TYPEC, PHY_ROCKCHIP_USB as
+    modules.
+    - Enable KEYBOARD_CROS_EC as module.
+    - Enable PWM_CROS_EC, PHY_ROCKCHIP_DP as modules and enable ROCKCHIP_CDN_DP
+    - Enable SND_SOC_ROCKCHIP, SND_SOC_ROCKCHIP_I2S, SND_SOC_ROCKCHIP_SPDIF,
+    SND_SOC_ROCKCHIP_RT5645, SND_SOC_RK3399_GRU_SOUND as modules.
+    - Enable INPUT_TOUCHSCREEN, enable TOUCHSCREEN_ATMEL_MXT as module, and
+    enable TOUCHSCREEN_ATMEL_MXT_T37.
+    - Enable TOUCHSCREEN_ELAN, MOUSE_ELAN_I2C as modules.
+    - Enable I2C_HID as module.
+    - Enable MWIFIEX, MWIFIEX_PCIE as modules.
+    - Enable TCG_TPM, TCG_TIS_I2C_INFINEON as modules.
+    - Enable PM_DEVFREQ_EVENT, enable DEVFREQ_EVENT_ROCKCHIP_DFI and
+    ARM_RK3399_DMC_DEVFREQ as modules.
+    - Enable REGULATOR_VCTRL as module.
+    - Enable MFD_CROS_EC_CHARDEV, IIO_CROS_EC_ACCEL_LEGACY,
+    IIO_CROS_EC_SENSORS_CORE, IIO_CROS_EC_SENSORS, IIO_CROS_EC_LIGHT_PROX,
+    IIO_CROS_EC_BARO, RTC_DRV_CROS_EC as modules.
+    - Enable BATTERY_SBS, CHARGER_CROS_USBPD as modules.
+
+  [ Vagrant Cascadian ]
+  * debian/bin/gencontrol_signed.py: Sort list of modules before adding to
+    .json file, fixing reproducibility issues.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 05 May 2019 19:32:32 +0100
+
+linux (4.19.28-2) unstable; urgency=medium
+
+  [ Ben Hutchings ]
+  * [x86,alpha,m68k] binfmt: Disable BINFMT_AOUT, IA32_AOUT, OSF4_COMPAT
+  * [x86] Drop fix for #865303, which no longer affects Debian's OpenJDK
+  * udeb: Make serial_cs optional in serial-modules
+  * [ppc64el] Disable PCMCIA (fixes FTBFS)
+
+  [ Vagrant Cascadian ]
+  * [arm64] Enable DRM_SUN4I and DRM_SUN8I_DW_HDMI as modules.
+  * [arm64] Enable I2C_GPIO as a module.
+  * [arm64] Enable MESON_EFUSE as a module.
+
+  [ Yves-Alexis Perez ]
+  * certs: include both root CA and direct signing certificate.
+    closes: #924545
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 15 Mar 2019 02:16:04 +0000
+
+linux (4.19.28-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.21
+    - devres: Align data[] to ARCH_KMALLOC_MINALIGN
+    - drm/bufs: Fix Spectre v1 vulnerability
+    - drm/vgem: Fix vgem_init to get drm device available.
+    - [arm*] pinctrl: bcm2835: Use raw spinlock for RT compatibility
+    - [x86] ASoC: Intel: mrfld: fix uninitialized variable access
+    - gpiolib: Fix possible use after free on label
+    - [armhf] drm/sun4i: Initialize registers in tcon-top driver
+    - genirq/affinity: Spread IRQs to all available NUMA nodes
+    - [armhf] gpu: ipu-v3: image-convert: Prevent race between run and
+      unprepare
+    - wil6210: fix reset flow for Talyn-mb
+    - wil6210: fix memory leak in wil_find_tx_bcast_2
+    - ath10k: assign 'n_cipher_suites' for WCN3990
+    - ath9k: dynack: use authentication messages for 'late' ack
+    - scsi: lpfc: Correct LCB RJT handling
+    - scsi: mpt3sas: Call sas_remove_host before removing the target devices
+    - scsi: lpfc: Fix LOGO/PLOGI handling when triggerd by ABTS Timeout event
+    - [armhf] 8808/1: kexec:offline panic_smp_self_stop CPU
+    - [mips] clk: boston: fix possible memory leak in clk_boston_setup()
+    - dlm: Don't swamp the CPU with callbacks queued during recovery
+    - [x86] PCI: Fix Broadcom CNB20LE unintended sign extension (redux)
+    - [powerpc] pseries: add of_node_put() in dlpar_detach_node()
+    - [arm*] drm/vc4: ->x_scaling[1] should never be set to VC4_SCALING_NONE
+    - ptp: check gettime64 return code in PTP_SYS_OFFSET ioctl
+    - [mips] Boston: Disable EG20T prefetch
+    - iwlwifi: fw: do not set sgi bits for HE connection
+    - fpga: altera-cvp: Fix registration for CvP incapable devices
+    - [x86] fpga: altera-cvp: fix 'bad IO access' on x86_64
+    - [x86] vbox: fix link error with 'gcc -Og'
+    - platform/chrome: don't report EC_MKBP_EVENT_SENSOR_FIFO as wakeup
+    - i40e: prevent overlapping tx_timeout recover
+    - scsi: hisi_sas: change the time of SAS SSP connection
+    - usbnet: smsc95xx: fix rx packet alignment
+    - [armhf,arm64] drm/rockchip: fix for mailbox read size
+    - [arm*] OMAP2+: hwmod: Fix some section annotations
+    - drm/amd/display: fix gamma not being applied correctly
+    - drm/amd/display: calculate stream->phy_pix_clk before clock mapping
+    - bpf: libbpf: retry map creation without the name
+    - net/mlx5: EQ, Use the right place to store/read IRQ affinity hint
+    - modpost: validate symbol names also in find_elf_symbol
+    - perf tools: Add Hygon Dhyana support
+    - [armhf] soc/tegra: Don't leak device tree node reference
+    - media: rc: ensure close() is called on rc_unregister_device
+    - media: video-i2c: avoid accessing released memory area when removing
+      driver
+    - [armhf] media: mtk-vcodec: Release device nodes in
+      mtk_vcodec_init_enc_pm()
+    - ptp: Fix pass zero to ERR_PTR() in ptp_clock_register
+    - dmaengine: xilinx_dma: Remove __aligned attribute on zynqmp_dma_desc_ll
+    - [powerpc] 32: Add .data..Lubsan_data*/.data..Lubsan_type* sections
+      explicitly
+    - media: adv*/tc358743/ths8200: fill in min width/height/pixelclock
+    - ACPI: SPCR: Consider baud rate 0 as preconfigured state
+    - f2fs: move dir data flush to write checkpoint process
+    - f2fs: fix race between write_checkpoint and write_begin
+    - f2fs: fix wrong return value of f2fs_acl_create
+    - [arm64] io: Ensure calls to delay routines are ordered against prior
+      readX()
+    - net: aquantia: return 'err' if set MPI_DEINIT state fails
+    - [sparc*] sunvdc: Do not spin in an infinite loop when vio_ldc_send()
+      returns EAGAIN
+    - nfsd4: fix crash on writing v4_end_grace before nfsd startup
+    - drm: Clear state->acquire_ctx before leaving
+      drm_atomic_helper_commit_duplicated_state()
+    - [arm64] io: Ensure value passed to __iormb() is held in a 64-bit register
+    - Thermal: do not clear passive state during system sleep
+    - thermal: Fix locking in cooling device sysfs update cur_state
+    - firmware/efi: Add NULL pointer checks in efivars API functions
+    - [s390] zcrypt: improve special ap message cmd handling
+    - [arm64] ftrace: don't adjust the LR value
+    - [x86] fpu: Add might_fault() to user_insn()
+    - usb: dwc3: Correct the logic for checking TRB full in
+      __dwc3_prepare_one_trb()
+    - usb: dwc2: Disable power down feature on Samsung SoCs
+    - usb: hub: delay hub autosuspend if USB3 port is still link training
+    - timekeeping: Use proper seqcount initializer
+    - usb: mtu3: fix the issue about SetFeature(U1/U2_Enable)
+    - [armhf] clk: sunxi-ng: a33: Set CLK_SET_RATE_PARENT for all audio module
+      clocks
+    - media: imx274: select REGMAP_I2C
+    - drm/amdgpu/powerplay: fix clock stretcher limits on polaris (v2)
+    - tipc: fix node keep alive interval calculation
+    - driver core: Move async_synchronize_full call
+    - kobject: return error code if writing /sys/.../uevent fails
+    - IB/hfi1: Unreserve a reserved request when it is completed
+    - usb: dwc3: trace: add missing break statement to make compiler happy
+    - [mips] gpio: mt7621: report failure of devm_kasprintf()
+    - [mips] gpio: mt7621: pass mediatek_gpio_bank_probe() failure up the stack
+    - [x86] iommu/amd: Fix amd_iommu=force_isolation
+    - [armhf] dts: Fix OMAP4430 SDP Ethernet startup
+    - [mips] bpf: fix encoding bug for mm_srlv32_op
+    - media: coda: fix H.264 deblocking filter controls
+    - [armel] dts: Fix up the D-Link DIR-685 MTD partition info
+    - watchdog: renesas_wdt: don't set divider while watchdog is running
+    - [armhf] dts: imx51-zii-rdu1: Do not specify "power-gpio" for hpa1
+    - usb: dwc3: gadget: Disable CSP for stream OUT ep
+    - [arm64] iommu/arm-smmu-v3: Avoid memory corruption from Hisilicon MSI
+      payloads
+    - [arm64] iommu/arm-smmu: Add support for qcom,smmu-v2 variant
+    - [arm64] iommu/arm-smmu-v3: Use explicit mb() when moving cons pointer
+    - [armhf] clk: imx6sl: ensure MMDC CH0 handshake is bypassed
+    - OPP: Use opp_table->regulators to verify no regulator case
+    - [arm64] tee: optee: avoid possible double list_del()
+    - [arm64] drm/msm/dsi: fix dsi clock names in DSI 10nm PLL driver
+    - [arm64] drm/msm: dpu: Only check flush register against pending flushes
+    - lightnvm: pblk: fix resubmission of overwritten write err lbas
+    - lightnvm: pblk: add lock protection to list operations
+    - i2c-axxia: check for error conditions first
+    - [armhf] phy: sun4i-usb: add support for missing USB PHY index
+    - udf: Fix BUG on corrupted inode
+    - selftests/bpf: use __bpf_constant_htons in test_prog.c
+    - [armel] pxa: avoid section mismatch warning
+    - [armhf] ASoC: fsl: Fix SND_SOC_EUKREA_TLV320 build error on i.MX8M
+    - [powerpc] KVM: Book3S: Only report KVM_CAP_SPAPR_TCE_VFIO on powernv
+      machines
+    - [arm*] mmc: bcm2835: Recover from MMC_SEND_EXT_CSD
+    - [arm*] mmc: bcm2835: reset host on timeout
+    - memstick: Prevent memstick host from getting runtime suspended during
+      card detection
+    - [arm64] mmc: sdhci-xenon: Fix timeout checks
+    - btrfs: harden agaist duplicate fsid on scanned devices
+    - serial: sh-sci: Fix locking in sci_submit_rx()
+    - serial: sh-sci: Resume PIO in sci_rx_interrupt() on DMA failure
+    - tty: serial: samsung: Properly set flags in autoCTS mode
+    - perf test: Fix perf_event_attr test failure
+    - perf dso: Fix unchecked usage of strncpy()
+    - perf header: Fix unchecked usage of strncpy()
+    - btrfs: use tagged writepage to mitigate livelock of snapshot
+    - perf probe: Fix unchecked usage of strncpy()
+    - i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)
+    - bnxt_en: Disable MSIX before re-reserving NQs/CMPL rings.
+    - [x86] tools/power/x86/intel_pstate_tracer: Fix non root execution for
+      post processing a trace file
+    - livepatch: check kzalloc return values
+    - [arm64] KVM: Skip MMIO insn after emulation
+    - usb: musb: dsps: fix otg state machine
+    - usb: musb: dsps: fix runtime pm for peripheral mode
+    - perf header: Fix up argument to ctime()
+    - perf tools: Cast off_t to s64 to avoid warning on bionic libc
+    - percpu: convert spin_lock_irq to spin_lock_irqsave.
+    - [arm64] net: hns3: fix incomplete uninitialization of IRQ in the
+      hns3_nic_uninit_vector_data()
+    - drm/amd/display: Add retry to read ddc_clock pin
+    - Bluetooth: hci_bcm: Handle deferred probing for the clock supply
+    - drm/amd/display: fix YCbCr420 blank color
+    - [powerpc] uaccess: fix warning/error with access_ok()
+    - mac80211: fix radiotap vendor presence bitmap handling
+    - xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spi
+    - scsi: smartpqi: correct host serial num for ssa
+    - scsi: smartpqi: correct volume status
+    - scsi: smartpqi: increase fw status register read timeout
+    - cw1200: Fix concurrency use-after-free bugs in cw1200_hw_scan()
+    - [arm64] net: hns3: add max vector number check for pf
+    - [powerpc] perf: Fix thresholding counter data for unknown type
+    - iwlwifi: mvm: fix setting HE ppe FW config
+    - [powerpc] powernv/ioda: Allocate indirect TCE levels of cached userspace
+      addresses on demand
+    - mlx5: update timecounter at least twice per counter overflow
+    - drbd: narrow rcu_read_lock in drbd_sync_handshake
+    - drbd: disconnect, if the wrong UUIDs are attached on a connected peer
+    - drbd: skip spurious timeout (ping-timeo) when failing promote
+    - drbd: Avoid Clang warning about pointless switch statment
+    - drm/amd/display: validate extended dongle caps
+    - md: fix raid10 hang issue caused by barrier
+    - fbdev: fbmem: behave better with small rotated displays and many CPUs
+    - i40e: define proper net_device::neigh_priv_len
+    - ice: Do not enable NAPI on q_vectors that have no rings
+    - igb: Fix an issue that PME is not enabled during runtime suspend
+    - ACPI/APEI: Clear GHES block_status before panic()
+    - fbdev: fbcon: Fix unregister crash when more than one framebuffer
+    - [powerpc] mm: Fix reporting of kernel execute faults on the 8xx
+    - [x86] KVM: svm: report MSR_IA32_MCG_EXT_CTL as unsupported
+    - [powerpc] fadump: Do not allow hot-remove memory from fadump reserved
+      area.
+    - kvm: Change offset in kvm_write_guest_offset_cached to unsigned
+    - NFS: nfs_compare_mount_options always compare auth flavors.
+    - perf build: Don't unconditionally link the libbfd feature test to
+      -liberty and -lz
+    - hwmon: (lm80) fix a missing check of the status of SMBus read
+    - hwmon: (lm80) fix a missing check of bus read in lm80 probe
+    - seq_buf: Make seq_buf_puts() null-terminate the buffer
+    - cifs: check ntwrk_buf_start for NULL before dereferencing it
+    - f2fs: fix use-after-free issue when accessing sbi->stat_info
+    - niu: fix missing checks of niu_pci_eeprom_read
+    - f2fs: fix sbi->extent_list corruption issue
+    - cgroup: fix parsing empty mount option string
+    - perf python: Do not force closing original perf descriptor in
+      evlist.get_pollfd()
+    - scripts/decode_stacktrace: only strip base path when a prefix of the path
+    - arch/sh/boards/mach-kfr2r09/setup.c: fix struct mtd_oob_ops build warning
+    - ocfs2: don't clear bh uptodate for block read
+    - ocfs2: improve ocfs2 Makefile
+    - mm/page_alloc.c: don't call kasan_free_pages() at deferred mem init
+    - zram: fix lockdep warning of free block handling
+    - isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in
+      HFCPCI_l1hw()
+    - [m68k] block/swim3: Fix -EBUSY error when re-opening device after unmount
+    - [arm*] thermal: bcm2835: enable hwmon explicitly
+    - [armhf] PCI: imx: Enable MSI from downstream components
+    - thermal: generic-adc: Fix adc to temp interpolation
+    - [arm64] sve: ptrace: Fix SVE_PT_REGS_OFFSET definition
+    - kernel/hung_task.c: break RCU locks based on jiffies
+    - proc/sysctl: fix return error for proc_doulongvec_minmax()
+    - kernel/hung_task.c: force console verbose before panic
+    - fs/epoll: drop ovflist branch prediction
+    - exec: load_script: don't blindly truncate shebang string
+    - xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstat
+    - xfs: cancel COW blocks before swapext
+    - xfs: Fix error code in 'xfs_ioc_getbmap()'
+    - xfs: fix overflow in xfs_attr3_leaf_verify
+    - xfs: fix shared extent data corruption due to missing cow reservation
+    - xfs: fix transient reference count error in
+      xfs_buf_resubmit_failed_buffers
+    - xfs: delalloc -> unwritten COW fork allocation can go wrong
+    - fs/xfs: fix f_ffree value for statfs when project quota is set
+    - xfs: fix PAGE_MASK usage in xfs_free_file_space
+    - xfs: fix inverted return from xfs_btree_sblock_verify_crc
+    - thermal: hwmon: inline helpers when CONFIG_THERMAL_HWMON is not set
+    - dccp: fool proof ccid_hc_[rt]x_parse_options()
+    - enic: fix checksum validation for IPv6
+    - lib/test_rhashtable: Make test_insert_dup() allocate its hash table
+      dynamically
+    - net: dsa: Fix lockdep false positive splat
+    - net: dsa: Fix NULL checking in dsa_slave_set_eee()
+    - [armhf,arm64] net: dsa: mv88e6xxx: Fix counting of ATU violations
+    - net: dsa: slave: Don't propagate flag changes on down slave interfaces
+    - net/mlx5e: Force CHECKSUM_UNNECESSARY for short ethernet frames
+    - rds: fix refcount bug in rds_sock_addref
+    - Revert "net: phy: marvell: avoid pause mode on SGMII-to-Copper for
+      88e151x"
+    - rxrpc: bad unlock balance in rxrpc_recvmsg
+    - sctp: check and update stream->out_curr when allocating stream_out
+    - sctp: walk the list of asoc safely (CVE-2019-8956)
+    - skge: potential memory corruption in skge_get_regs()
+    - virtio_net: Account for tx bytes and packets on sending xdp_frames
+    - net/mlx5e: FPGA, fix Innova IPsec TX offload data path performance
+    - xfs: eof trim writeback mapping as soon as it is cached
+    - ALSA: compress: Fix stop handling on compressed capture streams
+    - ALSA: usb-audio: Add support for new T+A USB DAC
+    - ALSA: hda - Serialize codec registrations
+    - ALSA: hda/realtek - Fix lose hp_pins for disable auto mute
+    - ALSA: hda/realtek - Use a common helper for hp pin reference
+    - ALSA: hda/realtek - Headset microphone support for System76 darp5
+    - fuse: call pipe_buf_release() under pipe lock
+    - fuse: decrement NR_WRITEBACK_TEMP on the right page
+    - fuse: handle zero sized retrieve correctly
+    - [arm*] dmaengine: bcm2835: Fix interrupt race on RT
+    - [arm*] dmaengine: bcm2835: Fix abort of transactions
+    - [armhf] dmaengine: imx-dma: fix wrong callback invoke
+    - futex: Handle early deadlock return correctly
+    - [arm64] irqchip/gic-v3-its: Plug allocation race for devices sharing a
+      DevID
+    - [armhf] usb: phy: am335x: fix race condition in _probe
+    - usb: dwc3: gadget: Handle 0 xfer length for OUT EP
+    - usb: gadget: udc: net2272: Fix bitwise and boolean operations
+    - usb: gadget: musb: fix short isoc packets with inventra dma
+    - staging: speakup: fix tty-operation NULL derefs
+    - scsi: cxlflash: Prevent deadlock when adapter probe fails
+    - scsi: aic94xx: fix module loading
+    - cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM
+    - [x86] perf/x86/intel/uncore: Add Node ID mask
+    - [x86] MCE: Initialize mce.bank in the case of a fatal error in
+      mce_no_way_out()
+    - perf/core: Don't WARN() for impossible ring-buffer sizes
+    - perf tests evsel-tp-sched: Fix bitwise operator
+    - serial: fix race between flush_to_ldisc and tty_open
+    - serial: 8250_pci: Make PCI class test non fatal
+    - serial: sh-sci: Do not free irqs that have already been freed
+    - cacheinfo: Keep the old value if of_property_read_u32 fails
+    - IB/hfi1: Add limit test for RC/UC send via loopback
+    - [x86] perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu()
+    - ath9k: dynack: make ewma estimation faster
+    - ath9k: dynack: check da->enabled first in sampling routines
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.22
+    - mtd: Make sure mtd->erasesize is valid even if the partition is of size 0
+    - mtd: rawnand: gpmi: fix MX28 bus master lockup problem
+    - libata: Add NOLPM quirk for SAMSUNG MZ7TE512HMHP-000L1 SSD
+    - [armhf, arm64] iio: adc: axp288: Fix TS-pin handling
+    - signal: Always notice exiting tasks
+    - signal: Better detection of synchronous signals
+    - [armhf, arm64] misc: vexpress: Off by one in vexpress_syscfg_exec()
+    - [x86] mei: me: add ice lake point device id.
+    - debugfs: fix debugfs_rename parameter checking
+    - [arm64] pinctrl: sunxi: Correct number of IRQ banks on H6 main pin
+      controller
+    - [x86] pinctrl: cherryview: fix Strago DMI workaround
+    - tracing: uprobes: Fix typo in pr_fmt string
+    - [mips*] cm: reprime error cause
+    - [mips*] OCTEON: don't set octeon_dma_bar_type if PCI is disabled
+    - [mips*] VDSO: Use same -m%-float cflag as the kernel proper
+    - [mips*] loongson64: remove unreachable(), fix loongson_poweroff().
+    - [mips*] VDSO: Include $(ccflags-vdso) in o32,n32 .lds builds
+    - [arm64] firmware: arm_scmi: provide the mandatory device release callback
+    - [powerpc*] radix: Fix kernel crash with mremap()
+    - [amd64] mic: vop: Fix use-after-free on remove
+    - mac80211: ensure that mgmt tx skbs have tailroom for encryption
+    - drm/modes: Prevent division by zero htotal
+    - drm/amd/powerplay: Fix missing break in switch
+    - [x86] drm/i915: always return something on DDI clock selection
+    - [x86] drm/vmwgfx: Fix setting of dma masks
+    - [x86] drm/vmwgfx: Return error code from vmw_execbuf_copy_fence_user
+    - SUNRPC: Always drop the XPRT_LOCK on XPRT_CLOSE_WAIT
+    - xfrm: Make set-mark default behavior backward compatible
+    - Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"
+    - libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()
+    - xfrm: refine validation of template and selector families
+    - batman-adv: Avoid WARN on net_device without parent in netns
+    - batman-adv: Force mac header to start of data on xmit
+    - svcrdma: Reduce max_send_sges
+    - svcrdma: Remove max_sge check at connect time
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.23
+    - Revert "exec: load_script: don't blindly truncate shebang string"
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.24
+    - dt-bindings: eeprom: at24: add "atmel,24c2048" compatible string
+    - eeprom: at24: add support for 24c2048
+    - blk-mq: fix a hung issue when fsync (Closes: #913119, #913138)
+    - [armel, armhf] 8789/1: signal: copy registers using __copy_to_user()
+    - [armel, armhf] 8790/1: signal: always use __copy_to_user to save iwmmxt
+      context
+    - [armel, armhf] 8791/1: vfp: use __copy_to_user() when saving VFP state
+    - [armel, armhf] 8792/1: oabi-compat: copy oabi events using
+      __copy_to_user()
+    - [armel, armhf] 8793/1: signal: replace __put_user_error with __put_user
+    - [armel, armhf] 8794/1: uaccess: Prevent speculative use of the current
+      addr_limit
+    - [armel, armhf] 8795/1: spectre-v1.1: use put_user() for __put_user()
+    - [armel, armhf] 8796/1: spectre-v1,v1.1: provide helpers for address
+      sanitization
+    - [armel, armhf] 8797/1: spectre-v1.1: harden __copy_to_user
+    - [armel, armhf] 8810/1: vfp: Fix wrong assignement to ufp_exc
+    - [armel, armhfl armhf] make lookup_processor_type() non-__init
+    - [armel, armhf] split out processor lookup
+    - [armel, armhf] clean up per-processor check_bugs method call
+    - [armel, armhf] add PROC_VTABLE and PROC_TABLE macros
+    - [armel, armhf] spectre-v2: per-CPU vtables to work around big.Little
+      systems
+    - [armel, armhf] ensure that processor vtables is not lost after boot
+    - [armel, armhf] fix the cockup in the previous patch
+    - drm/amdgpu/sriov:Correct pfvf exchange logic
+    - [i386] ACPI: NUMA: Use correct type for printing addresses on i386-PAE
+    - perf report: Fix wrong iteration count in --branch-history
+    - perf test shell: Use a fallback to get the pathname in vfs_getname
+    - [riscv64] riscv: fix trace_sys_exit hook
+    - cpufreq: check if policy is inactive early in __cpufreq_get()
+    - nvme-pci: use the same attributes when freeing host_mem_desc_bufs.
+    - nvme-pci: fix out of bounds access in nvme_cqe_pending
+    - nvme-multipath: zero out ANA log buffer
+    - nvme: pad fake subsys NQN vid and ssvid with zeros
+    - drm/amdgpu: set WRITE_BURST_LENGTH to 64B to workaround SDMA1 hang
+    - [armel] dts: kirkwood: Fix polarity of GPIO fan lines
+    - [armel, armhf] gpio: pl061: handle failed allocations
+    - drm/nouveau: Don't disable polling in fallback mode
+    - drm/nouveau/falcon: avoid touching registers if engine is off
+    - cifs: Limit memory used by lock request calls to a page
+    - [x86] kvm: sev: Fail KVM_SEV_INIT if already initialized
+    - CIFS: Do not assume one credit for async responses
+    - [arm*] gpio: mxc: move gpio noirq suspend/resume to syscore phase
+    - [x86] Revert "Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire
+      F5-573G"
+    - [x86] Input: elan_i2c - add ACPI ID for touchpad in Lenovo V330-15ISK
+    - [armhf] OMAP5+: Fix inverted nirq pin interrupts with irq_set_type
+    - perf/core: Fix impossible ring-buffer sizes warning
+    - [x86] perf: Add check_period PMU callback
+    - [x86] ALSA: hda - Add quirk for HP EliteBook 840 G5
+    - ALSA: usb-audio: Fix implicit fb endpoint setup by quirk
+    - ASoC: hdmi-codec: fix oops on re-probe
+    - [alpha] tools uapi: fix Alpha support
+    - [riscv64] Add pte bit to distinguish swap from invalid
+    - [x86] kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2 only when it is
+      available
+    - [x86] kvm: vmx: Fix entry number check for add_atomic_switch_msr()
+    - [arm*] mmc: sunxi: Filter out unsupported modes declared in the device
+      tree
+    - mmc: block: handle complete_work on separate workqueue
+    - [x86] Input: elantech - enable 3rd button support on Fujitsu CELSIUS H780
+    - Revert "nfsd4: return default lease period"
+    - Revert "mm: don't reclaim inodes with many attached pages"
+    - Revert "mm: slowly shrink slabs with a relatively small number of
+      objects"
+    - [alpha] fix page fault handling for r16-r18 targets
+    - [alpha] Fix Eiger NR_IRQS to 128
+    - [s390*] zcrypt: fix specification exception on z196 during ap probe
+    - tracing/uprobes: Fix output for multiple string arguments
+    - [x86] platform/UV: Use efi_runtime_lock to serialise BIOS calls
+    - scsi: sd: fix entropy gathering for most rotational disks
+    - signal: Restore the stop PTRACE_EVENT_EXIT
+    - md/raid1: don't clear bitmap bits on interrupted recovery.
+    - [x86] a.out: Clear the dump structure initially
+    - dm crypt: don't overallocate the integrity tag space
+    - dm thin: fix bug where bio that overwrites thin block ignores FUA
+    - drm: Use array_size() when creating lease
+    - [x86] drm/i915: Block fbdev HPD processing during suspend
+    - [x86] drm/i915: Prevent a race during I915_GEM_MMAP ioctl with WC set
+    - mm: proc: smaps_rollup: fix pss_locked calculation
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.25
+    - af_packet: fix raw sockets over 6in4 tunnel
+    - [arm64, armhf] dsa: mv88e6xxx: Ensure all pending interrupts are handled
+      prior to exit
+    - net: crypto set sk to NULL when af_alg_release. (CVE-2019-8912)
+    - net: Fix for_each_netdev_feature on Big endian
+    - net: fix IPv6 prefix route residue
+    - net: ip6_gre: initialize erspan_ver just for erspan tunnels
+    - net: ipv4: use a dedicated counter for icmp_v4 redirect packets
+    - net: phy: xgmiitorgmii: Support generic PHY status read
+    - net: stmmac: Fix a race in EEE enable callback
+    - net: stmmac: handle endianness in dwmac4_get_timestamp
+    - sky2: Increase D3 delay again
+    - vhost: correctly check the return value of translate_desc() in log_used()
+    - vsock: cope with memory allocation failure at socket creation time
+    - vxlan: test dev->flags & IFF_UP before calling netif_rx()
+    - net: Add header for usage of fls64()
+    - tcp: clear icsk_backoff in tcp_write_queue_purge()
+    - tcp: tcp_v4_err() should be more careful
+    - net: Do not allocate page fragments that are not skb aligned
+    - hwmon: (lm80) Fix missing unlock on error in set_fan_div()
+    - scsi: target/core: Use kmem_cache_free() instead of kfree()
+    - PCI: Fix __initdata issue with "pci=disable_acs_redir" parameter
+    - sunrpc: fix 4 more call sites that were using stack memory with a
+      scatterlist
+    - netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbs
+      (CVE-2019-9162)
+    - net/x25: do not hold the cpu too long in x25_new_lci()
+    - ax25: fix possible use-after-free
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.26
+    - [armel armhf] 8834/1: Fix: kprobes: optimized kprobes illegal instruction
+    - tracing: Fix number of entries in trace header
+    - [mips*] eBPF: Always return sign extended 32b values
+    - mac80211: Restore vif beacon interval if start ap fails
+    - mac80211: Use linked list instead of rhashtable walk for mesh tables
+    - mac80211: Free mpath object when rhashtable insertion fails
+    - libceph: handle an empty authorize reply
+    - ceph: avoid repeatedly adding inode to mdsc->snap_flush_list
+    - numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODES
+    - proc, oom: do not report alien mms when setting oom_score_adj
+    - [x86] ALSA: hda/realtek - Headset microphone and internal speaker
+      support for System76 oryp5
+    - [x86] ALSA: hda/realtek: Disable PC beep in passthrough on alc285
+    - KEYS: allow reaching the keys quotas exactly
+    - [armhf,arm64] backlight: pwm_bl: Fix devicetree parsing with auto-
+      generated brightness tables
+    - [armhf] mfd: ti_am335x_tscadc: Use PLATFORM_DEVID_AUTO while registering
+      mfd cells
+    - [armhf] mfd: twl-core: Fix section annotations on {,un}protect_pm_master
+    - [arm64] mfd: qcom_rpm: write fw_version to CTRL_REG
+    - mfd: axp20x: Add AC power supply cell for AXP813
+    - mfd: axp20x: Re-align MFD cell entries
+    - mfd: axp20x: Add supported cells for AXP803
+    - mfd: cros_ec_dev: Add missing mfd_remove_devices() call in remove
+      probe()
+    - [armhf] mfd: mc13xxx: Fix a missing check of a register-read failure
+    - qed: Fix qed_chain_set_prod() for PBL chains with non power of 2 page
+      count
+    - qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory
+      barrier
+    - [arm64] net: hns: Fix use after free identified by SLUB debug
+    - bpf: Fix [::] -> [::1] rewrite in sys_sendmsg
+    - selftests/bpf: Test [::] -> [::1] rewrite in sys_sendmsg in
+      test_sock_addr
+    - net/mlx4: Get rid of page operation after dma_alloc_coherent
+    - xprtrdma: Double free in rpcrdma_sendctxs_create()
+    - selftests: forwarding: Add a test for VLAN deletion
+    - netfilter: nf_tables: fix leaking object reference count
+    - scsi: qla4xxx: check return code of qla4xxx_copy_from_fwddb_param
+    - scsi: isci: initialize shost fully before calling scsi_add_host()
+    - include/linux/compiler*.h: fix OPTIMIZER_HIDE_VAR
+    - netfilter: nft_flow_offload: Fix reverse route lookup
+    - bpf: correctly set initial window on active Fast Open sender
+    - bpf: fix panic in stack_map_get_build_id() on i386 and arm32
+    - netfilter: nft_flow_offload: fix interaction with vrf slave device
+    - RDMA/mthca: Clear QP objects during their allocation
+    - [powerpcspe] 8xx: fix setting of pagetable for Abatron BDI debug tool.
+    - acpi/nfit: Fix race accessing memdev in nfit_get_smbios_id()
+    - net: stmmac: Fix PCI module removal leak
+    - net: stmmac: dwxgmac2: Only clear interrupts that are active
+    - net: stmmac: Check if CBS is supported before configuring
+    - net: stmmac: Fix the logic of checking if RX Watchdog must be enabled
+    - net: stmmac: Prevent RX starvation in stmmac_napi_poll()
+    - scsi: tcmu: avoid cmd/qfull timers updated whenever a new cmd comes
+    - scsi: ufs: Fix system suspend status
+    - scsi: qedi: Add ep_state for login completion on un-reachable targets
+    - scsi: ufs: Fix geometry descriptor size
+    - scsi: cxgb4i: add wait_for_completion()
+    - netfilter: nft_flow_offload: fix checking method of conntrack helper
+    - always clear the X2APIC_ENABLE bit for PV guest
+    - [armhf, arm64] drm/meson: add missing of_node_put
+    - drm/amdkfd: Don't assign dGPUs to APU topology devices
+    - drm/amd/display: fix PME notification not working in RV desktop
+    - vhost: return EINVAL if iovecs size does not match the message size
+    - [armhf, arm64] drm/sun4i: backend: add missing of_node_puts
+    - bpf: don't assume build-id length is always 20 bytes
+    - bpf: zero out build_id for BPF_STACK_BUILD_ID_IP
+    - atm: he: fix sign-extension overflow on large shift
+    - hwmon: (tmp421) Correct the misspelling of the tmp442 compatible
+      attribute in OF device ID table
+    - [armhf] leds: lp5523: fix a missing check of return value of lp55xx_read
+    - bpf: bpf_setsockopt: reset sock dst on SO_MARK changes
+    - net: bridge: Mark FDB entries that were added by user as such
+    - net/mlx5e: Fix wrong (zero) TX drop counter indication for representor
+    - isdn: avm: Fix string plus integer warning from Clang
+    - batman-adv: fix uninit-value in batadv_interface_tx()
+    - inet_diag: fix reporting cgroup classid and fallback to priority
+    - ipv6: propagate genlmsg_reply return code
+    - net: ena: fix race between link up and device initalization
+    - net/mlx4_en: Force CHECKSUM_NONE for short ethernet frames
+    - net/mlx5e: Don't overwrite pedit action when multiple pedit used
+    - net/packet: fix 4gb buffer limit due to overflow check
+    - net: sfp: do not probe SFP module before we're attached
+    - sctp: call gso_reset_checksum when computing checksum in sctp_gso_segment
+    - sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrate
+    - team: avoid complex list operations in team_nl_cmd_options_set()
+    - Revert "socket: fix struct ifreq size in compat ioctl"
+    - Revert "kill dev_ifsioc()"
+    - net: socket: fix SIOCGIFNAME in compat
+    - net: socket: make bond ioctls go through compat_ifreq_ioctl()
+    - geneve: should not call rt6_lookup() when ipv6 was disabled
+    - sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()
+    - net_sched: fix a race condition in tcindex_destroy() (Closes: #921542)
+    - net_sched: fix a memory leak in cls_tcindex
+    - net_sched: fix two more memory leaks in cls_tcindex
+    - net/mlx5e: XDP, fix redirect resources availability check
+    - RDMA/srp: Rework SCSI device reset handling
+    - KEYS: user: Align the payload buffer
+    - KEYS: always initialize keyring_index_key::desc_len
+    - drm/amdgpu: Set DPM_FLAG_NEVER_SKIP when enabling PM-runtime
+    - gpu: drm: radeon: Set DPM_FLAG_NEVER_SKIP when enabling PM-runtime
+    - [x86] drm/i915/fbdev: Actually configure untiled displays
+    - drm/amd/display: Fix MST reboot/poweroff sequence
+    - mac80211: allocate tailroom for forwarded mesh packets
+    - [x86] kvm: Return LA57 feature based on hardware capability
+    - net: validate untrusted gso packets without csum offload
+    - net: avoid false positives in untrusted gso validation
+    - Revert "bridge: do not add port to router list when receives query with
+      source 0.0.0.0"
+    - netfilter: nf_tables: fix flush after rule deletion in the same batch
+    - netfilter: nft_compat: use-after-free when deleting targets
+    - netfilter: ipv6: Don't preserve original oif for loopback address
+    - netfilter: nfnetlink_osf: add missing fmatch check
+    - netfilter: ipt_CLUSTERIP: fix sleep-in-atomic bug in
+      clusterip_config_entry_put()
+    - udlfb: handle unplug properly
+    - [armhf arm64] pinctrl: max77620: Use define directive for
+      max77620_pinconf_param values
+    - net: phylink: avoid resolving link state too early
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.27
+    - irq/matrix: Split out the CPU selection code into a helper
+    - irq/matrix: Spread managed interrupts on allocation
+    - genirq/matrix: Improve target CPU selection for managed interrupts
+      (Closes: #922182)
+    - mac80211: Change default tx_sk_pacing_shift to 7
+    - scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attached
+    - [arm64] drm/msm: Unblock writer if reader closes file
+    - [x86] ASoC: Intel: Haswell/Broadwell: fix setting for .dynamic field
+    - [armhf] clk: tegra: dfll: Fix a potential Oop in remove()
+    - [x86] thermal: int340x_thermal: Fix a NULL vs IS_ERR() check
+    - [arm64, armhf] usb: dwc3: gadget: synchronize_irq dwc irq in suspend
+    - [arm64, armhf] usb: dwc3: gadget: Fix the uninitialized link_state when
+      udc starts
+    - genirq: Make sure the initial affinity is not empty
+    - [arm64, armel, x86, armhf] ASoC: dapm: change snprintf to scnprintf for
+      possible overflow
+    - [x86] drivers: thermal: int340x_thermal: Fix sysfs race condition
+    - mac80211: fix miscounting of ttl-dropped frames
+    - sched/wait: Fix rcuwait_wake_up() ordering
+    - sched/wake_q: Fix wakeup ordering for wake_q
+    - futex: Fix (possible) missed wakeup
+    - drm/amd/powerplay: OD setting fix on Vega10
+    - [armhf] drm/sun4i: hdmi: Fix usage of TMDS clock
+    - direct-io: allow direct writes to empty inodes
+    - writeback: synchronize sync(2) against cgroup writeback membership
+      switches
+    - scsi: lpfc: nvme: avoid hang / use-after-free when destroying localport
+    - scsi: lpfc: nvmet: avoid hang / use-after-free when destroying targetport
+    - scsi: csiostor: fix NULL pointer dereference in csio_vport_set_state()
+    - [x86] hv_netvsc: Fix ethtool change hash key error
+    - [x86] hv_netvsc: Refactor assignments of struct netvsc_device_info
+    - [x86] hv_netvsc: Fix hash key value reset after other ops
+    - nvme-rdma: fix timeout handler
+    - nvme-multipath: drop optimization for static ANA group IDs
+    - [arm64] drm/msm: Fix A6XX support for opp-level
+    - net: usb: asix: ax88772_bind return error when hw_reset fail
+    - net: dev_is_mac_header_xmit() true for ARPHRD_RAWIP
+    - [powerpc*] ibmveth: Do not process frames after calling napi_reschedule
+    - mac80211: don't initiate TDLS connection if station is not associated to
+      AP
+    - mac80211: Add attribute aligned(2) to struct 'action'
+    - cfg80211: extend range deviation for DMG
+    - [x86] svm: Fix AVIC incomplete IPI emulation
+    - [x86] KVM: nSVM: clear events pending from svm_complete_interrupts() when
+      exiting to L1
+    - [arm64, armhf] mmc: spi: Fix card detection during probe
+    - mmc: core: Fix NULL ptr crash from mmc_should_fail_request
+    - [armhf] mmc: sdhci-esdhc-imx: correct the fix of ERR004536
+    - mm: enforce min addr even if capable() in expand_downwards()
+      (CVE-2019-9213)
+    - hugetlbfs: fix races and page leaks during migration
+    - [mips*] fix truncation in __cmpxchg_small for short values
+    - [x86] uaccess: Don't leak the AC flag into __put_user() value evaluation
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.28
+    - cpufreq: Use struct kobj_attribute instead of struct global_attr
+    - staging: erofs: fix mis-acted TAIL merging behavior
+    - USB: serial: option: add Telit ME910 ECM composition
+    - USB: serial: cp210x: add ID for Ingenico 3070
+    - USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485
+    - [x86] staging: comedi: ni_660x: fix missing break in switch statement
+    - [x86, arm64, armhf] staging: android: ashmem: Don't call fallocate() with
+      ashmem_mutex held.
+    - [x86, arm64, armhf] staging: android: ashmem: Avoid range_alloc()
+      allocation with ashmem_mutex held.
+    - ip6mr: Do not call __IP6_INC_STATS() from preemptible context
+    - [arm64, armhf] net: dsa: mv88e6xxx: handle unknown duplex modes gracefully
+      in mv88e6xxx_port_set_duplex
+    - [arm64, armhf] net: dsa: mv88e6xxx: fix number of internal PHYs for
+      88E6x90 family
+    - net: sched: put back q.qlen into a single location
+    - net-sysfs: Fix mem leak in netdev_register_kobject
+    - qmi_wwan: Add support for Quectel EG12/EM12
+    - sctp: call iov_iter_revert() after sending ABORT
+    - sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79
+    - team: Free BPF filter when unregistering netdev
+    - tipc: fix RDM/DGRAM connect() regression
+    - bnxt_en: Drop oversize TX packets to prevent errors.
+    - geneve: correctly handle ipv6.disable module parameter
+    - [x86] hv_netvsc: Fix IP header checksum for coalesced packets
+    - ipv4: Add ICMPv6 support when parse route ipproto
+    - lan743x: Fix TX Stall Issue
+    - [arm64, armhf] net: dsa: mv88e6xxx: Fix statistics on mv88e6161
+    - [arm64, armhf] net: dsa: mv88e6xxx: Fix u64 statistics
+    - net: netem: fix skb length BUG_ON in __skb_to_sgvec
+    - net: nfc: Fix NULL dereference on nfc_llcp_build_tlv fails
+    - net: phy: Micrel KSZ8061: link failure after cable connect
+    - [arm64, armhf] net: phy: phylink: fix uninitialized variable in
+      phylink_get_mac_state
+    - net: sit: fix memory leak in sit_init_net()
+    - net: socket: set sock->sk to NULL after calling proto_ops::release()
+    - tipc: fix race condition causing hung sendto
+    - tun: fix blocking read
+    - [x86, arm64, armhf] xen-netback: don't populate the hash cache on XenBus
+      disconnect
+    - [x86, arm64, armhf] xen-netback: fix occasional leak of grant ref mappings
+      under memory pressure
+    - tun: remove unnecessary memory barrier
+    - net: Add __icmp_send helper.
+    - ipv4: Return error for RTA_VIA attribute
+    - ipv6: Return error for RTA_VIA attribute
+    - mpls: Return error for RTA_GATEWAY attribute
+    - ipv4: Pass original device to ip_rcv_finish_core
+    - [arm64, armhf] net: dsa: mv88e6xxx: power serdes on/off for 10G interfaces
+      on 6390X
+    - [arm64, armhf] net: dsa: mv88e6xxx: prevent interrupt storm caused by
+      mv88e6390x_port_set_cmode
+    - net/sched: act_ipt: fix refcount leak when replace fails
+    - net/sched: act_skbedit: fix refcount leak when replace fails
+    - net: sched: act_tunnel_key: fix NULL pointer dereference during init
+    - [x86] CPU/AMD: Set the CPB bit unconditionally on F17h
+    - [x86] boot/compressed/64: Do not read legacy ROM on EFI system
+    - tracing: Fix event filters and triggers to handle negative numbers
+    - usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on
+      INTEL_SUNRISEPOINT_LP_XHCI
+    - [x86, powerpc*] applicom: Fix potential Spectre v1 vulnerabilities
+    - [mips*] irq: Allocate accurate order pages for irq stack
+    - aio: Fix locking in aio_poll()
+    - xtensa: fix get_wchan
+    - gnss: sirf: fix premature wakeup interrupt enable
+    - USB: serial: cp210x: fix GPIO in autosuspend
+    - Bluetooth: btrtl: Restore old logic to assume firmware is already loaded
+    - Bluetooth: Fix locking in bt_accept_enqueue() for BH context
+    - exec: Fix mem leak in kernel_read_file (CVE-2019-8980)
+    - scsi: core: reset host byte in DID_NEXUS_FAILURE case
+    - bpf: fix sanitation rewrite in case of non-pointers
+
+  [ Ben Hutchings ]
+  * [sparc64] udeb: Use standard module list in nic-modules; add i2c-modules
+    and nic-shared-modules to avoid duplication
+  * mt76: Use the correct hweight8() function (fixes FTBFS on ia64)
+  * [armel] udeb: Add mmc-core-modules
+  * udeb: Make nic-wireless-modules depend on mmc-core-modules, not
+    mmc-modules; move crc7 to crc-modules to avoid duplication
+  * [powerpc*] udeb: Add i2c-modules, mmc-core-modules, nic-wireless-modules
+  * [arm64,armhf] udeb: Add mmc-core-modules to Provides of kernel-image
+  * udeb: Add fb-modules and include drm and drm_kms_helper on most
+    architectures
+  * udeb: Move basic PV modules from {hyperv,virtio}-modules to kernel-image
+  * udeb: Move drivers from {hyperv,virtio}-modules to
+    {fb,input,nic,scsi}-modules
+  * debian/bin/gencontrol.py: Add rules to build debian/build/config.*
+  * certs: Replace test signing certificate with production signing certificate
+  * debian/bin/gencontrol_signed.py: Put all files.json fields under "packages"
+  * Bump ABI to 4
+
+  [ Wookey ]
+  * linux-perf: Enable coresight trace (libopencsd) support in perf
+    (Closes: #895131)
+
+  [ Vagrant Cascadian ]
+  * [armhf] Add patch from upstream fixing stability issues when cpufreq
+    is enabled on Orange Pi Plus.
+  * [armhf] Enable REGULATOR_SY8106A as module.
+  * [arm64] Add patch working around A64 timer issues.
+
+  [ dann frazier ]
+  * arm64: lockdown: Move init_lockdown() call after uefi_init()
+
+  [ Salvatore Bonaccorso ]
+  * Btrfs: fix corruption reading shared and compressed extents after hole
+    punching (Closes: #922306)
+
+  [ Vagrant Cascadian ]
+  * [arm64] Add patch from v4.20 to enable device-tree for Pine64-LTS.
+
+  [ Romain Perier ]
+  * [rt] Update to 4.19.25-rt16:
+    - Add zram_slot_trylock() to "drivers/block/zram: Replace bit spinlocks
+      with rtmutex for -rt"
+    - Refresh "futex: workaround migrate_disable/enable in different context"
+    - softirq: Avoid "local_softirq_pending" messages if ksoftirqd is blocked
+    - softirq: Avoid "local_softirq_pending" messages if task is in cpu_chill()
+    - hrtimer: Don't lose state in cpu_chill()
+    - hrtimer: cpu_chill(): save task state in ->saved_state()
+    - [x86] lazy-preempt: properly check against preempt-mask
+    - [i386] lazy-preempt: use proper return label on 32bit-x86
+  * [armel/rpi] Add flavour for Raspberry Pi and Raspberry Pi Zero
+  * [armel, armhf] Enable CRASH_DUMP
+  * Enable STRICT_MODULE_RWX
+
+  [ Marcin Juszkiewicz ]
+  * [arm64] udeb: Use generic ata-modules
+  * [arm64] udeb: Remove redundant lines from nic-modules
+
+  [ YunQiang Su ]
+  * [mips r6] Disable JUMP_LABEL for now: it will cause Reserved Instruction.
+    Enable SERIAL_OF_PLATFORM, if not, userland shows nothing.
+    Enable CPU_HAS_MSA, HIGHMEM, CRYPTO_CRC32_MIPS, and NR_CPUS to 16.
+    Support some boston drivers: IMG_ASCII_LCD, I2C_EG20T, PCH_PHUB, MMC,
+      PCIE_XILINX, RTC_DRV_M41T80, SPI_TOPCLIFF_PCH.
+  * [mipsel/mips64el] Backport MIPS: Loongson: Introduce and use
+    loongson_llsc_mb()
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 12 Mar 2019 05:06:28 +0000
+
+linux (4.19.20-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.17
+    - tty/ldsem: Wake up readers after timed out down_write()
+    - tty: Hold tty_ldisc_lock() during tty_reopen()
+    - tty: Simplify tty->count math in tty_reopen()
+    - tty: Don't hold ldisc lock in tty_reopen() if ldisc present
+    - can: gw: ensure DLC boundaries after CAN frame modification
+      (CVE-2019-3701)
+    - netfilter: nf_conncount: don't skip eviction when age is negative
+    - netfilter: nf_conncount: split gc in two phases
+    - netfilter: nf_conncount: restart search when nodes have been erased
+      (Closes: #921616)
+    - netfilter: nf_conncount: merge lookup and add functions
+    - netfilter: nf_conncount: move all list iterations under spinlock
+    - netfilter: nf_conncount: speculative garbage collection on empty lists
+    - netfilter: nf_conncount: fix argument order to find_next_bit
+    - [arm64] mmc: sdhci-msm: Disable CDR function on TX
+    - Revert "scsi: target: iscsi: cxgbit: fix csk leak"
+    - scsi: target: iscsi: cxgbit: fix csk leak
+    - scsi: target: iscsi: cxgbit: fix csk leak
+    - [arm64] kvm: consistently handle host HCR_EL2 flags
+    - [arm64] Don't trap host pointer auth use to EL2
+    - ipv6: fix kernel-infoleak in ipv6_local_error()
+    - net: bridge: fix a bug on using a neighbour cache entry without checking
+      its state
+    - packet: Do not leak dev refcounts on error exit
+    - tcp: change txhash on SYN-data timeout
+    - tun: publish tfile after it's fully initialized
+    - r8169: don't try to read counters if chip is in a PCI power-save state
+    - bonding: update nest level on unlink
+    - ip: on queued skb use skb_header_pointer instead of pskb_may_pull
+    - r8169: load Realtek PHY driver module before r8169
+    - crypto: authencesn - Avoid twice completion call in decrypt path
+    - crypto: authenc - fix parsing key with misaligned rta_len
+    - [x86] xen: Fix x86 sched_clock() interface for xen
+    - Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"
+    - btrfs: wait on ordered extents on abort cleanup
+    - Yama: Check for pid death before checking ancestry
+    - scsi: core: Synchronize request queue PM status only on successful resume
+    - [x86] scsi: sd: Fix cache_type_store()
+    - [mips*] fix n32 compat_ipc_parse_version
+    - [mips*] BCM47XX: Setup struct device for the SoC
+    - [mips*] lantiq: Fix IPI interrupt handling
+    - of: properties: add missing of_node_put
+    - RDMA/nldev: Don't expose unsafe global rkey to regular user
+    - [arm64] kaslr: ensure randomized quantities are clean to the PoC
+    - [arm64] dts: marvell: armada-ap806: reserve PSCI area
+    - [mips*] Disable MSI also when pcie-octeon.pcie_disable on
+    - fix int_sqrt64() for very large numbers
+    - media: vivid: fix error handling of kthread_run
+    - media: vivid: set min width/height to a value > 0
+    - bpf: in __bpf_redirect_no_mac pull mac only if present
+    - ipv6: make icmp6_send() robust against null skb->dev
+    - LSM: Check for NULL cred-security on free
+    - netfilter: ebtables: account ebt_table_info to kmemcg
+    - block: use rcu_work instead of call_rcu to avoid sleep in softirq
+    - selinux: fix GPF on invalid policy
+    - blockdev: Fix livelocks on loop device
+    - sctp: allocate sctp_sockaddr_entry with kzalloc
+    - tipc: fix uninit-value in in tipc_conn_rcv_sub
+    - tipc: fix uninit-value in tipc_nl_compat_link_reset_stats
+    - tipc: fix uninit-value in tipc_nl_compat_bearer_enable
+    - tipc: fix uninit-value in tipc_nl_compat_link_set
+    - tipc: fix uninit-value in tipc_nl_compat_name_table_dump
+    - tipc: fix uninit-value in tipc_nl_compat_doit
+    - block/loop: Don't grab "struct file" for vfs_getattr() operation.
+    - block/loop: Use global lock for ioctl() operation.
+    - loop: Fold __loop_release into loop_release
+    - loop: Get rid of loop_index_mutex
+    - loop: Push lo_ctl_mutex down into individual ioctls
+    - loop: Split setting of lo_state from loop_clr_fd
+    - loop: Push loop_ctl_mutex down into loop_clr_fd()
+    - loop: Push loop_ctl_mutex down to loop_get_status()
+    - loop: Push loop_ctl_mutex down to loop_set_status()
+    - loop: Push loop_ctl_mutex down to loop_set_fd()
+    - loop: Push loop_ctl_mutex down to loop_change_fd()
+    - loop: Move special partition reread handling in loop_clr_fd()
+    - loop: Move loop_reread_partitions() out of loop_ctl_mutex
+    - loop: Fix deadlock when calling blkdev_reread_part()
+    - loop: Avoid circular locking dependency between loop_ctl_mutex and
+      bd_mutex
+    - loop: Get rid of 'nested' acquisition of loop_ctl_mutex
+    - loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()
+    - loop: drop caches if offset or block_size are changed
+    - drm/fb-helper: Ignore the value of fb_var_screeninfo.pixclock
+    - nbd: Use set_blocksize() to set device blocksize
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.18
+    - ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped
+      address
+    - [armhf, arm64 net: dsa: mv88x6xxx: mv88e6390 errata
+    - net, skbuff: do not prefer skb allocation fails early
+    - qmi_wwan: add MTU default to qmap network interface
+    - r8169: Add support for new Realtek Ethernet
+    - ipv6: Take rcu_read_lock in __inet6_bind for mapped addresses
+    - net: clear skb->tstamp in bridge forwarding path
+    - netfilter: ipset: Allow matching on destination MAC address for mac and
+      ipmac sets
+    - [arm64] gpio: pl061: Move irq_chip definition inside struct pl061
+    - drm/amd/display: Guard against null stream_state in set_crc_source
+    - [x86] drm/amdkfd: fix interrupt spin lock
+    - ixgbe: allow IPsec Tx offload in VEPA mode
+    - [x86] platform: asus-wmi: Tell the EC the OS will handle the display
+      off hotkey
+    - e1000e: allow non-monotonic SYSTIM readings
+    - [x86] usb: typec: tcpm: Do not disconnect link for self powered devices
+    - of: overlay: add missing of_node_put() after add new node to changeset
+    - writeback: don't decrement wb->refcnt if !wb->bdi
+    - serial: set suppress_bind_attrs flag only if builtin
+    - bpf: Allow narrow loads with offset > 0
+    - ALSA: oxfw: add support for APOGEE duet FireWire
+    - [x86] mce: Fix -Wmissing-prototypes warnings
+    - [mips] SiByte: Enable swiotlb for SWARM, LittleSur and BigSur
+    - [arm64] perf: set suppress_bind_attrs flag to true
+    - drm/atomic-helper: Complete fake_commit->flip_done potentially earlier
+    - [arm64] clk: meson: meson8b: fix incorrect divider mapping in
+      cpu_scale_table
+    - samples: bpf: fix: error handling regarding kprobe_events
+    - usb: gadget: udc: renesas_usb3: add a safety connection way for
+      forced_b_device
+    - fpga: altera-cvp: fix probing for multiple FPGAs on the bus
+    - selinux: always allow mounting submounts
+    - ASoC: pcm3168a: Don't disable pcm3168a when CONFIG_PM defined
+    - scsi: qedi: Check for session online before getting iSCSI TLV data.
+    - drm/amdgpu: Reorder uvd ring init before uvd resume
+    - rxe: IB_WR_REG_MR does not capture MR's iova field
+    - efi/libstub: Disable some warnings for x86{,_64}
+    - jffs2: Fix use of uninitialized delayed_work, lockdep breakage
+    - clk: imx: make mux parent strings const
+    - pstore/ram: Do not treat empty buffers as valid
+    - media: uvcvideo: Refactor teardown of uvc on USB disconnect
+    - powerpc/xmon: Fix invocation inside lock region
+    - powerpc/pseries/cpuidle: Fix preempt warning
+    - media: firewire: Fix app_info parameter type in avc_ca{,_app}_info
+    - ASoC: use dma_ops of parent device for acp_audio_dma
+    - media: venus: core: Set dma maximum segment size
+    - staging: erofs: fix use-after-free of on-stack `z_erofs_vle_unzip_io'
+    - net: call sk_dst_reset when set SO_DONTROUTE
+    - scsi: target: use consistent left-aligned ASCII INQUIRY data
+    - scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long
+      enough
+    - [arm64] kasan: Increase stack size for KASAN_EXTRA
+    - clk: imx6q: reset exclusive gates on init
+    - [arm64] Fix minor issues with the dcache_by_line_op macro
+    - bpf: relax verifier restriction on BPF_MOV | BPF_ALU
+    - mmc: atmel-mci: do not assume idle after atmci_request_end
+    - btrfs: volumes: Make sure there is no overlap of dev extents at mount
+      time
+    - btrfs: alloc_chunk: fix more DUP stripe size handling
+    - btrfs: fix use-after-free due to race between replace start and cancel
+    - btrfs: improve error handling of btrfs_add_link
+    - tty/serial: do not free trasnmit buffer page under port lock
+    - perf intel-pt: Fix error with config term "pt=0"
+    - perf tests ARM: Disable breakpoint tests 32-bit
+    - perf svghelper: Fix unchecked usage of strncpy()
+    - perf parse-events: Fix unchecked usage of strncpy()
+    - perf vendor events intel: Fix Load_Miss_Real_Latency on SKL/SKX
+    - netfilter: ipt_CLUSTERIP: check MAC address when duplicate config is set
+    - netfilter: ipt_CLUSTERIP: remove wrong WARN_ON_ONCE in netns exit routine
+    - netfilter: ipt_CLUSTERIP: fix deadlock in netns exit routine
+    - [x86] topology: Use total_cpus for max logical packages calculation
+    - dm crypt: use u64 instead of sector_t to store iv_offset
+    - dm kcopyd: Fix bug causing workqueue stalls
+    - perf stat: Avoid segfaults caused by negated options
+    - tools lib subcmd: Don't add the kernel sources to the include path
+    - dm snapshot: Fix excessive memory usage and workqueue stalls
+    - perf cs-etm: Correct packets swapping in cs_etm__flush()
+    - perf tools: Add missing sigqueue() prototype for systems lacking it
+    - perf tools: Add missing open_memstream() prototype for systems lacking it
+    - quota: Lock s_umount in exclusive mode for Q_XQUOTA{ON,OFF} quotactls.
+    - clocksource/drivers/integrator-ap: Add missing of_node_put()
+    - dm: Check for device sector overflow if CONFIG_LBDAF is not set
+    - Bluetooth: btusb: Add support for Intel bluetooth device 8087:0029
+    - ALSA: bebob: fix model-id of unit for Apogee Ensemble
+    - sysfs: Disable lockdep for driver bind/unbind files
+    - IB/usnic: Fix potential deadlock
+    - scsi: mpt3sas: fix memory ordering on 64bit writes
+    - scsi: smartpqi: correct lun reset issues
+    - ath10k: fix peer stats null pointer dereference
+    - scsi: smartpqi: call pqi_free_interrupts() in pqi_shutdown()
+    - scsi: megaraid: fix out-of-bound array accesses
+    - iomap: don't search past page end in iomap_is_partially_uptodate
+    - ocfs2: fix panic due to unrecovered local alloc
+    - mm/page-writeback.c: don't break integrity writeback on ->writepage()
+      error
+    - mm/swap: use nr_node_ids for avail_lists in swap_info_struct
+    - userfaultfd: clear flag if remap event not enabled
+    - mm, proc: be more verbose about unstable VMA flags in /proc/<pid>/smaps
+    - iwlwifi: mvm: Send LQ command as async when necessary
+    - Bluetooth: Fix unnecessary error message for HCI request completion
+    - ipmi: fix use-after-free of user->release_barrier.rda
+    - ipmi: msghandler: Fix potential Spectre v1 vulnerabilities
+    - ipmi: Prevent use-after-free in deliver_response
+    - ipmi:ssif: Fix handling of multi-part return messages
+    - ipmi: Don't initialize anything in the core until something uses it
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.19
+    - amd-xgbe: Fix mdio access for non-zero ports and clause 45 PHYs
+    - net: bridge: Fix ethernet header pointer before check skb forwardable
+    - net: Fix usage of pskb_trim_rcsum
+    - net: phy: marvell: Errata for mv88e6390 internal PHYs
+    - net: phy: mdio_bus: add missing device_del() in mdiobus_register() error
+      handling
+    - net/sched: act_tunnel_key: fix memory leak in case of action replace
+    - net_sched: refetch skb protocol for each filter
+    - openvswitch: Avoid OOB read when parsing flow nlattrs
+    - vhost: log dirty page correctly
+    - net: ipv4: Fix memory leak in network namespace dismantle
+    - net/sched: cls_flower: allocate mask dynamically in fl_change()
+    - udp: with udp_segment release on error path
+    - ip6_gre: fix tunnel list corruption for x-netns
+    - erspan: build the header with the right proto according to erspan_ver
+    - net: phy: marvell: Fix deadlock from wrong locking
+    - ip6_gre: update version related info when changing link
+    - tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT state
+    - mei: me: mark LBG devices as having dma support
+    - mei: me: add denverton innovation engine device IDs
+    - USB: leds: fix regression in usbport led trigger
+    - USB: serial: simple: add Motorola Tetra TPG2200 device id
+    - USB: serial: pl2303: add new PID to support PL2303TB
+    - ceph: clear inode pointer when snap realm gets dropped by its inode
+    - ASoC: atom: fix a missing check of snd_pcm_lib_malloc_pages
+    - ASoC: rt5514-spi: Fix potential NULL pointer dereference
+    - ASoC: tlv320aic32x4: Kernel OOPS while entering DAPM standby mode
+    - clk: socfpga: stratix10: fix rate calculation for pll clocks
+    - clk: socfpga: stratix10: fix naming convention for the fixed-clocks
+    - inotify: Fix fd refcount leak in inotify_add_watch().
+    - ALSA: hda/realtek - Fix typo for ALC225 model
+    - ALSA: hda - Add mute LED support for HP ProBook 470 G5
+    - ARCv2: lib: memeset: fix doing prefetchw outside of buffer
+    - ARC: adjust memblock_reserve of kernel memory
+    - ARC: perf: map generic branches to correct hardware condition
+    - s390/mm: always force a load of the primary ASCE on context switch
+    - s390/early: improve machine detection
+    - s390/smp: fix CPU hotplug deadlock with CPU rescan
+    - misc: ibmvsm: Fix potential NULL pointer dereference
+    - char/mwave: fix potential Spectre v1 vulnerability
+    - [arm64] mmc: dw_mmc-bluefield: : Fix the license information
+    - [arm64] mmc: meson-gx: Free irq in release() callback
+    - staging: rtl8188eu: Add device code for D-Link DWA-121 rev B1
+    - tty: Handle problem if line discipline does not have receive_buf
+    - uart: Fix crash in uart_write and uart_put_char
+    - tty/n_hdlc: fix __might_sleep warning
+    - hv_balloon: avoid touching uninitialized struct page during tail onlining
+    - Drivers: hv: vmbus: Check for ring when getting debug info
+    - vgacon: unconfuse vc_origin when using soft scrollback
+    - CIFS: Fix possible hang during async MTU reads and writes
+    - CIFS: Fix credits calculations for reads with errors
+    - CIFS: Fix credit calculation for encrypted reads with errors
+    - CIFS: Do not reconnect TCP session in add_credits()
+    - smb3: add credits we receive from oplock/break PDUs
+    - Input: xpad - add support for SteelSeries Stratus Duo
+    - Input: input_event - provide override for sparc64
+    - Input: uinput - fix undefined behavior in uinput_validate_absinfo()
+    - acpi/nfit: Block function zero DSMs
+    - acpi/nfit: Fix command-supported detection
+    - scsi: ufs: Use explicit access size in ufshcd_dump_regs
+    - dm thin: fix passdown_double_checking_shared_status()
+    - dm crypt: fix parsing of extended IV arguments
+    - [x86] drm/amdgpu: Add APTX quirk for Lenovo laptop
+    - [x86] KVM: Fix single-step debugging
+    - [x86] KVM: Fix PV IPIs for 32-bit KVM host
+    - [x86] KVM: WARN_ONCE if sending a PV IPI returns a fatal error
+    - [x86] kvm: vmx: Use kzalloc for cached_vmcs12
+    - [x86] KVM/nVMX: Do not validate that posted_intr_desc_addr is page
+      aligned
+    - [x86] pkeys: Properly copy pkey state at fork()
+    - [x86] selftests/pkeys: Fork() to check for state being preserved
+    - [x86] kaslr: Fix incorrect i8254 outb() parameters
+    - [x86] entry/64/compat: Fix stack switching for XEN PV
+    - [arm64] irqchip/gic-v3-its: Align PCI Multi-MSI allocation on their size
+    - can: dev: __can_get_echo_skb(): fix bogous check for non-existing skb by
+      removing it
+    - can: bcm: check timer values before ktime conversion
+    - can: flexcan: fix NULL pointer exception during bringup
+    - vt: make vt_console_print() compatible with the unicode screen buffer
+    - vt: always call notifier with the console lock held
+    - vt: invoke notifier on screen size change
+    - [arm64] drm/meson: Fix atomic mode switching regression
+    - bpf: improve verifier branch analysis
+    - bpf: add per-insn complexity limit
+    - bpf: move {prev_,}insn_idx into verifier env
+    - bpf: move tmp variable into ax register in interpreter
+    - bpf: enable access to ax register also from verifier rewrite
+    - bpf: restrict map value pointer arithmetic for unprivileged
+    - bpf: restrict stack pointer arithmetic for unprivileged
+    - bpf: restrict unknown scalars of mixed signed bounds for unprivileged
+    - bpf: fix check_map_access smin_value test when pointer contains offset
+    - bpf: prevent out of bounds speculation on pointer arithmetic
+      (CVE-2019-7308)
+    - bpf: fix sanitation of alu op with pointer / scalar type from different
+      paths (CVE-2019-7308)
+    - bpf: fix inner map masking to prevent oob under speculation
+    - [s390*] smp: Fix calling smp_call_ipl_cpu() from ipl CPU
+    - nvmet-rdma: Add unlikely for response allocated check
+    - nvmet-rdma: fix null dereference under heavy load
+    - Revert "mm, memory_hotplug: initialize struct pages for the full memory
+      section"
+    - usb: dwc3: gadget: Clear req->needs_extra_trb flag on cleanup
+    - ide: fix a typo in the settings proc file name
+    - Input: input_event - fix the CONFIG_SPARC64 mixup
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.20
+    - Fix "net: ipv4: do not handle duplicate fragments as overlapping"
+    - ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulation
+    - ipvlan, l3mdev: fix broken l3s mode wrt local routes
+    - l2tp: copy 4 more bytes to linear part if necessary
+    - l2tp: fix reading optional fields of L2TPv3
+    - net: ip_gre: always reports o_key to userspace
+    - net: ip_gre: use erspan key field for tunnel lookup
+    - net/mlx4_core: Add masking for a few queries on HCA caps
+    - netrom: switch to sock timer API
+    - net/rose: fix NULL ax25_cb kernel panic
+    - net: set default network namespace in init_dummy_netdev()
+    - sctp: improve the events for sctp stream reset
+    - tun: move the call to tun_set_real_num_queues
+    - vhost: fix OOB in get_rx_bufs()
+      (CVE-2018-16880)
+    - net: ip6_gre: always reports o_key to userspace
+    - sctp: improve the events for sctp stream adding
+    - net/mlx5e: Allow MAC invalidation while spoofchk is ON
+    - ip6mr: Fix notifiers call on mroute_clean_tables()
+    - sctp: set chunk transport correctly when it's a new asoc
+    - sctp: set flow sport from saddr only when it's 0
+    - virtio_net: Don't enable NAPI when interface is down
+    - virtio_net: Don't call free_old_xmit_skbs for xdp_frames
+    - virtio_net: Fix not restoring real_num_rx_queues
+    - virtio_net: Fix out of bounds access of sq
+    - virtio_net: Don't process redirected XDP frames when XDP is disabled
+    - virtio_net: Use xdp_return_frame to free xdp_frames on destroying vqs
+    - virtio_net: Differentiate sk_buff and xdp_frame on freeing
+    - CIFS: Do not count -ENODATA as failure for query directory
+    - CIFS: Fix trace command logging for SMB2 reads and writes
+    - CIFS: Do not consider -ENODATA as stat failure for reads
+    - fs/dcache: Fix incorrect nr_dentry_unused accounting in
+      shrink_dcache_sb()
+    - iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()
+    - NFS: Fix up return value on fatal errors in nfs_page_async_flush()
+    - [arm64] kaslr: ensure randomized quantities are clean also when kaslr is
+      off
+    - [arm64] Do not issue IPIs for user executable ptes
+    - [arm64] hyp-stub: Forbid kprobing of the hyp-stub
+    - [arm64] hibernate: Clean the __hyp_text to PoC after resume
+    - gpiolib: fix line event timestamps for nested irqs
+    - gpio: pcf857x: Fix interrupts on multiple instances
+    - gfs2: Revert "Fix loop in gfs2_rbm_find"
+    - [arm*] mmc: bcm2835: Fix DMA channel leak on probe error
+    - mmc: mediatek: fix incorrect register setting of hs400_cmd_int_delay
+    - ALSA: usb-audio: Add Opus #3 to quirks for native DSD support
+    - ALSA: hda/realtek - Fixed hp_pin no value
+    - IB/hfi1: Remove overly conservative VM_EXEC flag check
+    - [x86] platform: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK
+    - [x86] platform: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan codes
+    - mmc: sdhci-iproc: handle mmc_of_parse() errors during probe
+    - Btrfs: fix deadlock when allocating tree block during leaf/node split
+    - btrfs: On error always free subvol_name in btrfs_mount
+    - kernel/exit.c: release ptraced tasks before zap_pid_ns_processes
+    - mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT
+    - oom, oom_reaper: do not enqueue same task twice
+    - mm,memory_hotplug: fix scan_movable_pages() for gigantic hugepages
+    - mm, oom: fix use-after-free in oom_kill_process
+    - mm: hwpoison: use do_send_sig_info() instead of force_sig()
+    - mm: migrate: don't rely on __PageMovable() of newpage after unlocking it
+    - of: Convert to using %pOFn instead of device_node.name
+    - of: overlay: add tests to validate kfrees from overlay removal
+    - of: overlay: add missing of_node_get() in __of_attach_node_sysfs
+    - of: overlay: use prop add changeset entry for property in new nodes
+    - of: overlay: do not duplicate properties from overlay for new nodes
+    - md/raid5: fix 'out of memory' during raid cache recovery
+    - cifs: Always resolve hostname before reconnecting
+
+  [ Luca Boccassi ]
+  * Do not generate linux-source-$ver stanza in debian/control if
+    source is set to disabled in debian/config/defines.
+  * linux-perf: explicitly disable the jvmti feature and shared library.
+  * Document pkg.linux.nosource in debian/README.source.
+  * [amd64] enable UIO_HV_GENERIC for Azure's VMBus access.
+  * [cloud-amd64] enable UIO for Azure's VMBus access, and VFIO for guests
+    running on an hypervisor that exposes a vIOMMU.
+
+  [ Ben Hutchings ]
+  * debian/rules.d, debian/rules.real: Restore build of userland headers for
+    tools
+  * debian/rules.d: Delete now-unused recursive makefiles
+  * debian/rules.d/tools/perf/Makefile: Delete redundant arch/profile checks
+  * debian/control: Add !pkg.linux.nokernel to qualification for compiler
+    build-deps
+  * [i386] debian/control: Fix cross-compiler build-dependency
+  * debian/README.source: Document how to run kconfigeditor2
+  * [armhf,arm64] serial: 8250: Disable SERIAL_8250_DEPRECATED_OPTIONS
+  * percpu: convert spin_lock_irq to spin_lock_irqsave (fixes boot failure with
+    alpha-generic flavour)
+  * debian/tests/python: Fix spurious failure due to misuse of stderr
+  * Update "Revert "objtool: Fix CONFIG_STACK_VALIDATION=y warning for ..."
+    to not duplicate the conditional warning/error
+  * Bump ABI to 3
+  * drivers/firmware: Enable FW_CFG_SYSFS as module (Closes: #882208)
+  * [arm64,armhf,ia64,riscv64,sparc64] udeb: Add usb-serial-modules
+    (Closes: #903824)
+  * [powerpc*,sparc64] udeb: Add nic-usb-modules
+  * [armhf,riscv64,s390x] udeb: Add cdrom-core-modules
+  * 9p: Enable NET_9P_XEN as module
+  * ACPI: Enable ACPI_TAD as module
+  * amd-xgbe: Enable AMD_XGBE_DCB
+  * ath9k: Enable ATH9K_CHANNEL_CONTEXT
+  * block: Enable BLK_DEV_ZONED (except armel/marvell)
+  * bluetooth: Enable BT_HCIUART_RTL; BT_HCIUART_NOKIA, BT_MTKUART as modules
+  * bnxt: Enable BNXT_DCB
+  * ethernet: Enable HINIC, ICE, LAN743X, LIQUIDIO_VF as modules
+  * can: Enable CAN_VXCAN, CAN_MCBA_USB, CAN_UCAN as modules
+  * dm: Enable DM_UNSTRIPED, DM_WRITECACHE, DM_ZONED as modules
+  * [arm64,armhf] drm: Enable DRM_PANEL_RASPBERRYPI_TOUCHSCREEN as module
+  * dvb-usb-v2: Enable DVB_USB_ZD1301 as module
+  * gnss: Enable GNSS, GNSS_SIRF_SERIAL, GNSS_UBX_SERIAL as modules
+  * gpio: Enable GPIO_EXAR, GPIO_PCI_IDIO_16, GPIO_PCIE_IDIO_24 as modules
+  * HID: Enable HID_ACCUTOUCH, HID_COUGAR, HID_ELAN, HID_ITE, HID_JABRA,
+    HID_MAYFLASH, HID_REDRAGON, HID_RETRODE, HID_STEAM, HID_UDRAW_PS3 as
+    modules
+  * [x86] i2c: Enable I2C_DESIGNWARE_BAYTRAIL
+  * IB: Enable CGROUP_RDMA (except armel/marvell)
+  * ieee802154: Enable IEEE802154_HWSIM as module
+  * inet: Enable INET_RAW_DIAG as module
+  * input: Enable INPUT_AXP20X_PEK as module
+  * IPMI: Enable IPMI_SSIF as module
+  * joystick: Enable JOYSTICK_PXRC as module
+  * media/rc: Enable IR_IMON_DECODER, IR_IMON_RAW as modules
+  * [x86] mfd: Enable INTEL_SOC_PMIC_BXTWC, INTEL_SOC_PMIC_CHTDC_TI as modules
+  * mlx5: Enable MLX5_FPGA, MLX5_CORE_IPOIB; MLXFW as module
+  * net: Enable BPF_STREAM_PARSER, XDP_SOCKETS (except armel/marvell)
+    (Closes: #908860); NET_FAILOVER, SMC, SMC_DIAG, VSOCKMON as modules
+  * net/phy: Enable LED_TRIGGER_PHY; CORTINA_PHY, DP83822_PHY, DP83TC811_PHY,
+    MARVELL_10G_PHY, MICROCHIP_T1_PHY, RENESAS_PHY, ROCKCHIP_PHY as modules
+  * net/sched: Enable NET_SCH_CBS, NET_SCH_ETF, NET_SCH_SKBPRIO, NET_EMATCH_IPT
+    as modules
+  * PCMCIA: Enable SCR24X as module
+  * [x86] pinctrl: Enable PINCTRL_CANNONLAKE, PINCTRL_CEDARFORK,
+    PINCTRL_DENVERTON, PINCTRL_GEMINILAKE, PINCTRL_ICELAKE, PINCTRL_LEWISBURG
+  * [x86] rmi4: Re-enable RMI4_CORE, RMI4_SMB as modules (Closes: #875621);
+    RMI4_F03, RMI4_F11, RMI4_F12, RMI4_F30, RMI4_F34, RMI4_F55
+  * xfrm: Enable XFRM_INTERFACE as module
+  * PCI: Enable PCI_PF_STUB as module
+  * ptp: Change PTP_1588_CLOCK_KVM from built-in to module
+  * random: Enable RANDOM_TRUST_CPU. This can be reverted using the kernel
+    parameter: random.trust_cpu=off
+  * SCSI: Enable QEDF, QEDI as modules
+  * serial: Enable SERIAL_8250_EXAR, USB_SERIAL_F8153X, USB_SERIAL_UPD78F0730
+    as modules
+  * sound: Enable SND_FIREWIRE_MOTU, SND_FIREFACE, SND_XEN_FRONTEND as modules
+  * [x86] sound: Enable SND_SOC_AMD_CZ_DA7219MX98357_MACH,
+    SND_SOC_AMD_CZ_RT5645_MACH, SND_SOC_INTEL_CHT_BSW_NAU8824_MACH,
+    SND_SOC_INTEL_BYT_CHT_DA7213_MACH, SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH,
+    SND_SOC_INTEL_KBL_RT5663_RT5514_MAX98927_MACH,
+    SND_SOC_INTEL_KBL_DA7219_MAX98357A_MACH,
+    SND_SOC_INTEL_GLK_RT5682_MAX98357A_MACH as modules
+  * thermal: Enable DEVFREQ_THERMAL, THERMAL_STATISTICS
+  * tpm: Enable TCG_TIS_SPI, TCG_VTPM_PROXY as modules
+  * usbtouchscreen: Enable TOUCHSCREEN_USB_EASYTOUCH
+  * watchdog: Enable WATCHDOG_PRETIMEOUT_GOV, WATCHDOG_PRETIMEOUT_GOV_NOOP,
+    WATCHDOG_PRETIMEOUT_DEFAULT_GOV_NOOP; WATCHDOG_PRETIMEOUT_GOV_PANIC,
+    WDAT_WDT as modules
+  * [x86] watchdog: Enable INTEL_MEI_WDT, NI903X_WDT, NIC7018_WDT as modules
+  * wireless: Enable MT76x0U, MT76x2E, MT76x2U, QTNFMAC_PEARL_PCIE as modules
+    (Closes: #918331)
+  * zram: Enable ZRAM_WRITEBACK, ZRAM_MEMORY_TRACKING
+  * udeb: Add scsi-nic-modules containing Chelsio and Qlogic iSCSI/FC drivers
+
+  [ Marcin Juszkiewicz ]
+  * [arm64] enable ARM_CCI_PMU so ARM_CCI400_PMU and ARM_CCI5xx_PMU options
+    get really enabled.
+  * [arm64] enable PCI_PRI, PCI_PASID as PCI can be behind IOMMU in servers.
+  * udeb: Add virtio-gpu into d-i to get graphical output in VM instances.
+  * [arm64] Enable ARM64_ERRATUM_843419 (Closes: #920866)
+
+  [ Salvatore Bonaccorso ]
+  * [x86] kvmclock: set offset for kvm unstable clock (Closes: #918036)
+  * kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)
+  * [x86] KVM: work around leak of uninitialized stack contents
+    (CVE-2019-7222)
+  * [x86] KVM: nVMX: unconditionally cancel preemption timer in free_nested
+    (CVE-2019-7221)
+  * HID: debug: fix the ring buffer implementation (CVE-2019-3819)
+
+  [ Hideki Yamane ]
+  * [x86] Enable Touchpad support on Gemini Lake via CONFIG_PINCTRL_GEMINILAKE
+    (Closes: #917388)
+  * [x86] Enable SND_SOC_ES8316 and Baytrail & Cherrytrail with ES8316 codec,
+    too (Closes: #918589)
+  * hwmon: Enable CONFIG_SENSORS_NCT7802,NCT7904,NPCM7XX,ASPEED and W83773G
+    to use HWMON hardware (Closes: #912597)
+  * net: can: Enable CONFIG_CAN_PEAK_PCIEFD for a PCI express CAN Bus adapter
+    (Closes: #920809)
+  * [armhf] Enable CONFIG_SENSORS_LM75 for armhf (Closes: #918114)
+  * [armhf] Enable CONFIG_IMX_THERMAL for armhf (Closes: #883023)
+  * [arm64] Enable CONFIG_ARM_ARMADA_37XX_CPUFREQ for arm64 (Closes: #917939)
+
+  [ Vagrant Cascadian ]
+  * [armhf] Enable CONFIG_MMC_SDHCI_OMAP=m, used on DRA7 and related SoCs.
+
+  [ Uwe Kleine-König ]
+  * [armel] add spi-orion to mtd.udeb to be able to access spi flash on e.g.
+    qnap ts-21x. (Closes: #920607)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 11 Feb 2019 16:55:59 +0000
+
+linux (4.19.16-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.14
+    - ax25: fix a use-after-free in ax25_fillin_cb()
+    - gro_cell: add napi_disable in gro_cells_destroy
+    - ip6mr: Fix potential Spectre v1 vulnerability
+    - ipv4: Fix potential Spectre v1 vulnerability
+    - ipv6: explicitly initialize udp6_addr in udp_sock_create6()
+    - ipv6: tunnels: fix two use-after-free
+    - ip: validate header length on virtual device xmit
+    - isdn: fix kernel-infoleak in capi_unlocked_ioctl
+    - net/wan: fix a double free in x25_asy_open_tty()
+    - packet: validate address length
+    - packet: validate address length if non-zero
+    - ptr_ring: wrap back ->producer in __ptr_ring_swap_queue()
+    - sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_event
+    - tipc: compare remote and local protocols in tipc_udp_enable()
+    - tipc: fix a double free in tipc_enable_bearer()
+    - tipc: fix a double kfree_skb()
+    - ipv6: frags: Fix bogus skb->sk in reassembled packets
+    - ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create()
+      error
+    - ALSA: rme9652: Fix potential Spectre v1 vulnerability
+    - ALSA: emu10k1: Fix potential Spectre v1 vulnerabilities
+    - ALSA: pcm: Fix potential Spectre v1 vulnerability
+    - ALSA: emux: Fix potential Spectre v1 vulnerabilities
+    - powerpc/fsl: Fix spectre_v2 mitigations reporting
+    - usb: r8a66597: Fix a possible concurrency use-after-free bug in
+      r8a66597_endpoint_disable()
+    - [s390x] s390/pci: fix sleeping in atomic during hotplug
+    - [x86] x86/speculation/l1tf: Drop the swap storage limit restriction when
+      l1tf=off
+    - [x86] x86/mm: Drop usage of __flush_tlb_all() in
+      kernel_physical_mapping_init()
+    - [x86] KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixup
+    - [arm64] arm64: KVM: Make VHE Stage-2 TLB invalidation operations
+      non-interruptible
+    - perf pmu: Suppress potential format-truncation warning
+    - perf env: Also consider env->arch == NULL as local operation
+    - ext4: fix possible use after free in ext4_quota_enable
+    - ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()
+    - ext4: include terminating u32 in size of xattr entries when expanding
+      inodes
+    - ext4: force inode writes when nfsd calls commit_metadata()
+    - ext4: check for shutdown and r/o file system in ext4_write_inode()
+    - [armhf,arm64] spi: bcm2835: Fix race on DMA termination
+    - [armhf,arm64] spi: bcm2835: Fix book-keeping of DMA termination
+    - [armhf,arm64] spi: bcm2835: Avoid finishing transfer prematurely in IRQ
+      mode
+    - btrfs: dev-replace: go back to suspended state if target device is missing
+    - btrfs: dev-replace: go back to suspend state if another EXCL_OP is running
+    - btrfs: skip file_extent generation check for free_space_inode in
+      run_delalloc_nocow
+    - Btrfs: fix fsync of files with multiple hard links in new directories
+    - btrfs: run delayed items before dropping the snapshot
+    - Btrfs: send, fix race with transaction commits that create snapshots
+    - brcmfmac: Fix out of bounds memory access during fw load
+    - dax: Don't access a freed inode
+    - f2fs: read page index before freeing
+    - f2fs: sanity check of xattr entry size
+    - media: imx274: fix stack corruption in imx274_read_reg
+    - media: v4l2-tpg: array index could become negative
+    - tools lib traceevent: Fix processing of dereferenced args in bprintk
+      events
+    - [mips*] MIPS: math-emu: Write-protect delay slot emulation pages
+    - [mips*] MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()
+    - [mips*] MIPS: Align kernel load address to 64KB
+    - [mips*] MIPS: Expand MIPS32 ASIDs to 64 bits
+    - CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock
+      problem
+    - smb3: fix large reads on encrypted connections
+    - [arm*] KVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximum
+    - [arm*] KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring
+      state
+    - [arm*] KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq()
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.15
+    - IB/core: Fix oops in netdev_next_upper_dev_rcu()
+    - xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force
+      clears the dst_entry.
+    - ieee802154: hwsim: fix off-by-one in parse nested
+    - netfilter: seqadj: re-load tcp header pointer after possible head
+      reallocation
+    - scsi: bnx2fc: Fix NULL dereference in error handling
+    - [ppc64el] ibmvnic: Convert reset work item mutex to spin lock
+    - [ppc64el] ibmvnic: Fix non-atomic memory allocation in IRQ context
+    - [x86] x86/mm: Fix guard hole handling
+    - i40e: fix mac filter delete when setting mac address
+    - ixgbe: Fix race when the VF driver does a reset
+    - netfilter: nat: can't use dst_hold on noref dst
+    - bnx2x: Clear fip MAC when fcoe offload support is disabled
+    - bnx2x: Remove configured vlans as part of unload sequence.
+    - bnx2x: Send update-svid ramrod with retry/poll flags enabled
+    - mt76: fix potential NULL pointer dereference in mt76_stop_tx_queues
+    - [x86] x86, hyperv: remove PCI dependency
+    - [arm64] net: hns: All ports can not work when insmod hns ko after rmmod.
+    - [arm64] net: hns: Fixed bug that netdev was opened twice
+    - [arm64] net: hns: Clean rx fbd when ae stopped.
+    - [arm64] net: hns: Avoid net reset caused by pause frames storm
+    - [arm64] net: hns: Add mac pcs config when enable|disable mac
+    - [arm64] net: hns: Fix ping failed when use net bridge and send multicast
+    - mac80211: fix a kernel panic when TXing after TXQ teardown
+    - [arm64,riscv64] net: macb: fix random memory corruption on RX with
+      64-bit DMA
+    - [arm64.risvv64] net: macb: fix dropped RX frames due to a race
+    - lan78xx: Resolve issue with changing MAC address
+    - [s390x] scsi: zfcp: fix posting too many status read buffers leading to
+      adapter shutdown
+    - fork: record start_time late
+    - zram: fix double free backing device
+    - hwpoison, memory_hotplug: allow hwpoisoned pages to be offlined
+    - mm, devm_memremap_pages: kill mapping "System RAM" support
+    - memcg, oom: notify on oom killer invocation from the charge path
+    - mt76x0: init hw capabilities
+    - [amd64] media: cx23885: only reset DMA on problematic CPUs
+    - ALSA: cs46xx: Potential NULL dereference in probe
+    - ALSA: usb-audio: Avoid access before bLength check in
+      build_audio_procunit()
+    - ALSA: usb-audio: Check mixer unit descriptors more strictly
+    - ALSA: usb-audio: Fix an out-of-bound read in create_composite_quirks
+    - ALSA: usb-audio: Always check descriptor sizes in parser code
+    - Fix failure path in alloc_pid()
+    - block: deactivate blk_stat timer in wbt_disable_default()
+    - gfs2: Get rid of potential double-freeing in gfs2_create_inode
+    - gfs2: Fix loop in gfs2_rbm_find
+    - b43: Fix error in cordic routine
+    - nfsd4: zero-length WRITE should succeed
+    - [ppc*] powerpc/tm: Set MSR[TS] just prior to recheckpoint
+    - RDMA/srpt: Fix a use-after-free in the channel release code
+    - sched/fair: Fix infinite loop in update_blocked_averages() by reverting
+      a9e7f6544b9c
+    - [s390x] genwqe: Fix size check
+    - [x86] intel_th: msu: Fix an off-by-one in attribute store
+    - [armhf,arm64] drm/rockchip: psr: do not dereference encoder before it is
+      null checked.
+    - bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hw
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.16
+    - Btrfs: fix deadlock when using free space tree due to block group
+      creation
+    - staging: rtl8188eu: Fix module loading from tasklet for CCMP encryption
+    - staging: rtl8188eu: Fix module loading from tasklet for WEP encryption
+    - cpufreq: scmi: Fix frequency invariance in slow path
+    - [x86] modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE
+    - ALSA: hda/realtek - Support Dell headset mode for New AIO platform
+    - ALSA: hda/realtek - Add unplug function into unplug state of Headset Mode
+      for ALC225
+    - ALSA: hda/realtek - Disable headset Mic VREF for headset mode of ALC225
+    - CIFS: Fix adjustment of credits for MTU requests
+    - CIFS: Do not set credits to 1 if the server didn't grant anything
+    - CIFS: Do not hide EINTR after sending network packets
+    - CIFS: Fix credit computation for compounded requests
+    - cifs: Fix potential OOB access of lock element array
+    - usb: cdc-acm: send ZLP for Telit 3G Intel based modems
+    - USB: storage: don't insert sane sense for SPC3+ when bad sense specified
+    - USB: storage: add quirk for SMI SM3350
+    - USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGB
+    - slab: alien caches must not be initialized if the allocation of the alien
+      cache failed
+    - mm/usercopy.c: no check page span for stack objects
+    - mm, memcg: fix reclaim deadlock with writeback
+    - ACPI: power: Skip duplicate power resource references in _PRx
+    - ACPI / PMIC: xpower: Fix TS-pin current-source handling
+    - ACPI/IORT: Fix rc_dma_get_range()
+    - i2c: dev: prevent adapter retries and timeout being set as minus value
+    - vfio/type1: Fix unmap overflow off-by-one
+    - drm/amdgpu: Add new VegaM pci id
+    - PCI: dwc: Use interrupt masking instead of disabling
+    - PCI: dwc: Take lock when ACKing an interrupt
+    - PCI: dwc: Move interrupt acking into the proper callback
+    - drm/amd/display: Fix MST dp_blank REG_WAIT timeout
+    - drm/fb_helper: Allow leaking fbdev smem_start
+    - drm/fb-helper: Partially bring back workaround for bugs of SDL 1.2
+    - [x86] drm/i915: Unwind failure on pinning the gen7 ppgtt
+    - drm/amdgpu: Don't ignore rc from drm_dp_mst_topology_mgr_resume()
+    - drm/amdgpu: Don't fail resume process if resuming atomic state fails
+    - rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is set
+    - ext4: make sure enough credits are reserved for dioread_nolock writes
+    - ext4: fix a potential fiemap/page fault deadlock w/ inline_data
+    - ext4: avoid kernel warning when writing the superblock to a dead device
+    - ext4: use ext4_write_inode() when fsyncing w/o a journal
+    - ext4: track writeback errors using the generic tracking infrastructure
+    - ext4: fix special inode number checks in __ext4_iget()
+    - mm: page_mapped: don't assume compound page is huge or THP
+    - sunrpc: use-after-free in svc_process_common()
+    - [armhf,arm64] KVM: Fix VMID alloc race by reverting to lock-less
+    - [arm64] compat: Don't pull syscall number from regs in arm_compat_syscall
+    - Btrfs: fix access to available allocation bits when starting balance
+    - Btrfs: fix deadlock when enabling quotas due to concurrent snapshot
+      creation
+    - Btrfs: use nofs context when initializing security xattrs to avoid
+      deadlock
+
+  [ John Paul Adrian Glaubitz ]
+  * [m68k] Add patch to build with -ffreestanding to fix FTBFS
+
+  [ Ben Hutchings ]
+  * [ia64,m68k] libbpf: Really don't build on architectures without perf events
+  * Use dh_listpackages to determine which packages to build
+  * Add pkg.linux.nokernel build profile that excludes kernel image and header
+    packages
+
+  [ Yves-Alexis Perez ]
+  * Bump ABI to 2 because of changes in struct sock_common from 60f05dddf1eb
+  * [rt] Update to 4.19.15-rt12
+    - rtmutex/rwlock: preserve state like a sleeping lock
+
+  [ Salvatore Bonaccorso ]
+  * ipv6: Consider sk_bound_dev_if when binding a socket to an address
+    (Closes: #918103)
+  * posix-cpu-timers: Unbreak timer rearming (Closes: #919019, #919049)
+
+  [ Michal Simek ]
+  * [arm64] Enable Xilinx ZynqMP SoC and drivers
+
+  [ YunQiang Su ]
+  * [mipsel, mips64el] Enable DRM_AST and FB_SM750 for loongson-3
+    install ast and sm750fb to loongson-3's fb-modules
+
+  [ Romain Perier ]
+  * [rt] Update to 4.19.13-rt10
+
+  [ Luigi Baldoni ]
+  * [x86] Enable LEDS_APU to support leds on PC Engines
+    APU SBC series
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 17 Jan 2019 18:56:17 +0000
+
+linux (4.19.13-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.13
+    - Revert "vfs: Allow userns root to call mknod on owned filesystems."
+    - USB: hso: Fix OOB memory access in hso_probe/hso_get_config_data
+      (CVE-2018-19985)
+    - xhci: Don't prevent USB2 bus suspend in state check intended for USB3
+      only
+    - USB: xhci: fix 'broken_suspend' placement in struct xchi_hcd
+    - USB: serial: option: add GosunCn ZTE WeLink ME3630
+    - USB: serial: option: add HP lt4132
+    - USB: serial: option: add Simcom SIM7500/SIM7600 (MBIM mode)
+    - USB: serial: option: add Fibocom NL668 series
+    - USB: serial: option: add Telit LN940 series
+    - ubifs: Handle re-linking of inodes correctly while recovery
+    - scsi: t10-pi: Return correct ref tag when queue has no integrity profile
+    - scsi: sd: use mempool for discard special page
+    - mmc: core: Reset HPI enabled state during re-init and in case of errors
+    - mmc: core: Allow BKOPS and CACHE ctrl even if no HPI support
+    - mmc: core: Use a minimum 1600ms timeout when enabling CACHE ctrl
+    - [armhf] mmc: omap_hsmmc: fix DMA API warning
+    - gpiolib-acpi: Only defer request_irq for GpioInt ACPI event handlers
+    - posix-timers: Fix division by zero bug
+    - [x86] KVM: Fix NULL deref in vcpu_scan_ioapic
+    - [x86] kvm: Add AMD's EX_CFG to the list of ignored MSRs
+    - [x86] KVM: Fix UAF in nested posted interrupt processing
+    - [x86] Drivers: hv: vmbus: Return -EINVAL for the sys files for unopened
+      channels
+    - futex: Cure exit race
+    - [x86] mtrr: Don't copy uninitialized gentry fields back to userspace
+    - [x86] mm: Fix decoy address handling vs 32-bit builds (Closes: #917569)
+    - [x86] vdso: Pass --eh-frame-hdr to the linker
+    - panic: avoid deadlocks in re-entrant console drivers
+    - mm: add mm_pxd_folded checks to pgtable_bytes accounting functions
+    - mm: make the __PAGETABLE_PxD_FOLDED defines non-empty
+    - mm: introduce mm_[p4d|pud|pmd]_folded
+    - xfrm_user: fix freeing of xfrm states on acquire
+    - rtlwifi: Fix leak of skb when processing C2H_BT_INFO
+    - iwlwifi: mvm: don't send GEO_TX_POWER_LIMIT to old firmwares
+    - Revert "mwifiex: restructure rx_reorder_tbl_lock usage"
+    - iwlwifi: add new cards for 9560, 9462, 9461 and killer series
+    - mm, memory_hotplug: initialize struct pages for the full memory section
+    - mm: thp: fix flags for pmd migration when split
+    - mm, page_alloc: fix has_unmovable_pages for HugePages
+    - mm: don't miss the last page because of round-off error
+    - Input: elantech - disable elan-i2c for P52 and P72
+    - proc/sysctl: don't return ENOMEM on lookup when a table is unregistering
+    - drm/ioctl: Fix Spectre v1 vulnerabilities
+
+  [ Uwe Kleine-König ]
+  * [armhf] enable some kconfig items for Allwinner SoCs (SUNXI_CCU=y,
+    SUN8I_DE2_CCU=y, DRM_SUN8I_DW_HDMI=m, SND_SUN8I_CODEC=m,
+    SND_SUN8I_CODEC_ANALOG=m). (Closes: #915899)
+
+  [ Ben Hutchings ]
+  * linux-image-*-unsigned: Remove Provides field (Closes: #916927)
+  * [ia64,m68k] libbpf: Don't build on architectures without performance events
+  * [riscv64] tools uapi: fix RISC-V 64-bit support
+  * [powerpc,powerpcspe,ppc64] linux-config: Eliminate config.*_bootwrapper.gz
+    files
+  * [powerpcspe] Fix -mcpu= options for SPE-only compiler
+  * debian/lib/python/debian_linux/debian.py: Fix deprecated import of
+    MutableSet
+  * Fix pycodestyle "line break after binary operator" warnings
+  * Fix pycodestyle "inalid escape sequence" warnings
+
+  [ Romain Perier ]
+  * [rt] Update to 4.19.10-rt8
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 30 Dec 2018 10:04:03 +0100
+
+linux (4.19.12-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.10
+    - ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes
+    - ipv6: Check available headroom in ip6_xmit() even without options
+    - ipv6: sr: properly initialize flowi6 prior passing to ip6_route_output
+    - [arm64, hppa, powerpc, x86, alpha, armhf, mips*] net: 8139cp: fix a BUG
+      triggered by changing mtu with network traffic
+    - net: phy: don't allow __set_phy_supported to add unsupported modes
+    - net: Prevent invalid access to skb->prev in __qdisc_drop_all
+    - net: use skb_list_del_init() to remove from RX sublists
+    - Revert "net/ibm/emac: wrong bit is used for STA control"
+    - rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices
+    - sctp: kfree_rcu asoc
+    - tcp: Do not underestimate rwnd_limited
+    - tcp: fix NULL ref in tail loss probe
+    - tun: forbid iface creation with rtnl ops
+    - virtio-net: keep vnet header zeroed after processing XDP
+    - net: phy: sfp: correct store of detected link modes
+    - sctp: update frag_point when stream_interleave is set
+    - net: restore call to netdev_queue_numa_node_write when resetting XPS
+    - net: fix XPS static_key accounting
+    - [armhf] OMAP2+: prm44xx: Fix section annotation on
+      omap44xx_prm_enable_io_wakeup
+    - [arm64, x86] staging: rtl8723bs: Fix the return value in case of error in
+      'rtw_wx_read32()'
+    - [armhf] dts: am3517: Fix pinmuxing for CD on MMC1
+    - [armhf] dts: LogicPD Torpedo: Fix mmc3_dat1 interrupt
+    - [armhf] dts: logicpd-somlv: Fix interrupt on mmc3_dat1
+    - [armhf] dts: am3517-som: Fix WL127x Wifi interrupt
+    - tools: bpftool: prevent infinite loop in get_fdinfo()
+    - [arm64] dts: sdm845-mtp: Reserve reserved gpios
+    - sysv: return 'err' instead of 0 in __sysv_write_inode
+    - netfilter: nf_tables: don't skip inactive chains during update
+    - perf tools: Fix crash on synthesizing the unit
+    - netfilter: xt_RATEEST: remove netns exit routine
+    - netfilter: nf_tables: fix use-after-free when deleting compat expressions
+    - [armhf] ASoC: rockchip: add missing slave_config setting for I2S
+    - s390/cpum_cf: Reject request for sampling in event initialization
+    - [arm64, armel, x86, armhf] ASoC: dapm: Recalculate audio map forcely when
+      card instantiated
+    - [armhf] spi: omap2-mcspi: Add missing suspend and resume calls
+    - bpf: allocate local storage buffers using GFP_ATOMIC
+    - aio: fix failure to put the file pointer
+    - netfilter: xt_hashlimit: fix a possible memory leak in htable_create()
+    - hwmon: (w83795) temp4_type has writable permission
+    - perf tools: Restore proper cwd on return from mnt namespace
+    - [armhf] PCI: imx6: Fix link training status detection in link up check
+    - objtool: Fix double-free in .cold detection error path
+    - objtool: Fix segfault in .cold detection with -ffunction-sections
+    - [arm64] phy: qcom-qusb2: Use HSTX_TRIM fused value as is
+    - [arm64] phy: qcom-qusb2: Fix HSTX_TRIM tuning with fused value for SDM845
+    - Btrfs: send, fix infinite loop due to directory rename dependencies
+    - RDMA/mlx5: Fix fence type for IB_WR_LOCAL_INV WR
+    - RDMA/core: Add GIDs while changing MAC addr only for registered ndev
+    - RDMA/rdmavt: Fix rvt_create_ah function signature
+    - tools: bpftool: fix potential NULL pointer dereference in do_load
+    - ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notf
+    - [x86] thunderbolt: Prevent root port runtime suspend during NVM upgrade
+    - [arm64] drm/meson: add support for 1080p25 mode
+    - netfilter: ipv6: Preserve link scope traffic original oif
+    - IB/mlx5: Fix page fault handling for MW
+    - netfilter: add missing error handling code for register functions
+    - [x86] KVM: VMX: Update shared MSRs to be saved/restored on MSR_EFER.LMA
+      changes
+    - [x86] kvm/vmx: fix old-style function declaration
+    - [arm64] net: thunderx: fix NULL pointer dereference in nic_remove
+    - netfilter: nf_tables: deactivate expressions in rule replecement routine
+    - ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock
+    - cachefiles: Fix an assertion failure when trying to update a failed object
+    - fscache: Fix race in fscache_op_complete() due to split atomic_sub & read
+    - cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is
+      active
+    - igb: fix uninitialized variables
+    - ixgbe: recognize 1000BaseLX SFP modules as 1Gbps
+    - [arm64] net: hisilicon: remove unexpected free_netdev
+    - drm/amdgpu: Add delay after enable RLC ucode
+    - [arm64, powerpc, x86] drm/ast: fixed reading monitor EDID not stable issue
+    - Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"
+    - afs: Fix validation/callback interaction
+    - fscache: fix race between enablement and dropping of object
+    - cachefiles: Explicitly cast enumerated type in put_object
+    - fscache, cachefiles: remove redundant variable 'cache'
+    - nvme: warn when finding multi-port subsystems without multipathing enabled
+    - ocfs2: fix deadlock caused by ocfs2_defrag_extent()
+    - mm/page_alloc.c: fix calculation of pgdat->nr_zones
+    - hfs: do not free node before using
+    - hfsplus: do not free node before using
+    - initramfs: clean old path before creating a hardlink
+    - ocfs2: fix potential use after free
+    - dax: Check page->mapping isn't NULL
+    - ALSA: hda/realtek - Fixed headphone issue for ALC700
+    - ALSA: hda/realtek: ALC294 mic and headset-mode fixups for ASUS X542UN
+    - ALSA: hda/realtek: Enable audio jacks of ASUS UX533FD with ALC294
+    - ALSA: hda/realtek: Enable audio jacks of ASUS UX433FN/UX333FA with ALC294
+    - ALSA: hda/realtek - Fix the mute LED regresion on Lenovo X1 Carbon
+    - IB/hfi1: Fix an out-of-bounds access in get_hw_stats
+    - bpf: fix off-by-one error in adjust_subprog_starts
+    - tcp: lack of available data can also cause TSO defer
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.11
+    - sched/pelt: Fix warning and clean up IRQ PELT config
+    - scsi: raid_attrs: fix unused variable warning
+    - [i386] staging: olpc_dcon: add a missing dependency
+    - [arm64] dts: qcom-apq8064-arrow-sd-600eval fix graph_endpoint warning
+    - [arm64] drm/msm: fix address space warning
+    - aio: fix spectre gadget in lookup_ioctx
+    - fs/iomap.c: get/put the page in iomap_page_create/release()
+    - userfaultfd: check VM_MAYWRITE was set after verifying the uffd is
+      registered
+    - [arm64] dma-mapping: Fix FORCE_CONTIGUOUS buffer clearing
+    - block/bio: Do not zero user pages
+    - ovl: fix decode of dir file handle with multi lower layers
+    - ovl: fix missing override creds in link of a metacopy upper
+    - [armhf] MMC: OMAP: fix broken MMC on OMAP15XX/OMAP5910/OMAP310
+    - mmc: core: use mrq->sbc when sending CMD23 for RPMB
+    - mmc: sdhci: fix the timeout check window for clock and reset
+    - fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS
+    - [arm] mmp/mmp2: fix cpu_is_mmp2() on mmp2-dt
+    - [arm] dts: bcm2837: Fix polarity of wifi reset GPIOs (Closes: #911443)
+    - dm thin: send event about thin-pool state change _after_ making it
+    - dm cache metadata: verify cache has blocks in
+      blocks_are_clean_separate_dirty()
+    - dm: call blk_queue_split() to impose device limits on bios
+    - tracing: Fix memory leak of instance function hash filters
+    - [powerpc*] msi: Fix NULL pointer access in teardown code
+    - drm/nouveau/kms: Fix memory leak in nv50_mstm_del()
+    - drm/nouveau/kms/nv50-: also flush fb writes when rewinding push buffer
+    - Revert "drm/rockchip: Allow driver to be shutdown on reboot/kexec"
+    - [x86] drm/i915/execlists: Apply a full mb before execution for Braswell
+    - [amd64] drm/amdkfd: add new vega10 pci ids
+    - drm/amdgpu: add some additional vega10 pci ids
+    - drm/amdgpu: update smu firmware images for VI variants (v2)
+    - drm/amdgpu: update SMC firmware image for polaris10 variants
+    - [x86] build: Fix compiler support check for CONFIG_RETPOLINE
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.12
+    - locking/qspinlock: Re-order code
+    - [x86] locking/qspinlock, x86: Provide liveness guarantee
+    - [amd64] IB/hfi1: Remove race conditions in user_sdma send path
+    - mac80211_hwsim: fix module init error paths for netlink
+    - [x86] Input: hyper-v - fix wakeup from suspend-to-idle
+    - scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_session_reset
+    - [x86] scsi: vmw_pscsi: Rearrange code to avoid multiple calls to
+      free_irq during unload
+    - [x86] earlyprintk/efi: Fix infinite loop on some screen widths
+    - [arm64] drm/msm: Fix task dump in gpu recovery
+    - [arm64] drm/msm/gpu: Fix a couple memory leaks in debugfs
+    - [arm64] drm/msm: fix handling of cmdstream offset
+    - [arm64] drm/msm/dsi: configure VCO rate for 10nm PLL driver
+    - [arm64] drm/msm: Grab a vblank reference when waiting for commit_done
+    - drm/ttm: fix LRU handling in ttm_buffer_object_transfer
+    - drm/amdgpu: wait for IB test on first device open
+    - [arm64,armhf] net: stmmac: Move debugfs init/exit to
+      ->probe()/->remove()
+    - [amd64] net: aquantia: fix rx checksum offload bits
+    - bonding: fix 802.3ad state sent to partner when unbinding slave
+    - liquidio: read sc->iq_no before release sc
+    - nfs: don't dirty kernel pages read by direct-io
+    - SUNRPC: Fix a potential race in xprt_connect()
+    - [sparc64] sbus: char: add of_node_put()
+    - [sparc64] drivers/sbus/char: add of_node_put()
+    - [sparc64] drivers/tty: add missing of_node_put()
+    - [arm64] drm/msm/hdmi: Enable HPD after HDMI IRQ is set up
+    - [amr64] drm/msm: dpu: Don't set legacy plane->crtc pointer
+    - [arm64] drm/msm: dpu: Fix "WARNING: invalid free of devm_ allocated
+      data"
+    - [arm64] drm/msm: Fix error return checking
+    - [arm64] clk: mvebu: Off by one bugs in cp110_of_clk_get()
+    - Input: synaptics - enable SMBus for HP 15-ay000
+    - [armhf] Input: omap-keypad - fix keyboard debounce configuration
+    - libata: whitelist all SAMSUNG MZ7KM* solid-state disks
+    - macvlan: return correct error value
+    - [arm64,armhf] mv88e6060: disable hardware level MAC learning
+    - net/mlx4_en: Fix build break when CONFIG_INET is off
+    - bpf: check pending signals while verifying programs
+    - [arm*] 8814/1: mm: improve/fix ARM v7_dma_inv_range() unaligned address
+      handling
+    - [arm*] 8815/1: V7M: align v7m_dma_inv_range() with v7 counterpart
+    - [arm*] 8816/1: dma-mapping: fix potential uninitialized return
+    - [arm64,armhf] thermal: armada: fix legacy validity test sense
+    - [arm64,armhf] net: mvpp2: fix detection of 10G SFP modules
+    - [arm64,armhf] net: mvpp2: fix phylink handling of invalid PHY modes
+    - drm/amdgpu/vcn: Update vcn.cur_state during suspend
+    - [amd64,arm64] acpi/nfit: Fix user-initiated ARS to be "ARS-long" rather
+      than "ARS-short"
+    - drm/ast: Fix connector leak during driver unload
+    - cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure
+      cifs)
+    - vhost/vsock: fix reset orphans race with close timeout
+    - [x86] i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI
+      device node
+    - nvme: validate controller state before rescheduling keep alive
+    - nvmet-rdma: fix response use after free
+    - Btrfs: fix missing delayed iputs on unmount
+
+  [ Uwe Kleine-König ]
+  * [arm] Fix probing of 3rd gpio device on Armada 370.
+
+  [ Ben Hutchings ]
+  * linux-perf: Fix build-time check for unversioned files
+  * linux-perf: Fix installation directories for BPF headers and examples
+    (Closes: #916774)
+
+  [ Noah Meyerhans ]
+  * drivers/net/ethernet/amazon: Backport v2.0.2 from Linux 4.20
+
+  [ Bastian Blank ]
+  * Ignore various ABI changes.
+
+  [ Salvatore Bonaccorso ]
+  * iomap: Revert "fs/iomap.c: get/put the page in
+    iomap_page_create/release()"
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 22 Dec 2018 09:06:45 +0100
+
+linux (4.19.9-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.6
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.7
+    - [x86] KVM: LAPIC: Fix pv ipis use-before-initialization (CVE-2018-19406)
+    - mm: cleancache: fix corruption on missed inode invalidation
+      (CVE-2018-16862)
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.8
+    - blk-mq: fix corruption with direct issue (Closes: #915666)
+    - userfaultfd: use ENOENT instead of EFAULT if the atomic copy user fails
+      (CVE-2018-18397)
+    - userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmem
+      (CVE-2018-18397)
+    - userfaultfd: shmem: add i_size checks (CVE-2018-18397)
+    - userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not
+      set (CVE-2018-18397)
+    - blk-mq: punt failed direct issue to dispatch list
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.9
+    - ALSA: usb-audio: Fix UAF decrement if card has no live interfaces in
+      card.c (CVE-2018-19824)
+    - vhost/vsock: fix use-after-free in network stack callers
+      (CVE-2018-14625)
+
+  [ Marcin Juszkiewicz ]
+  * [arm64] Enable ACPI IMPI
+  * [arm64] Enable IPMI watchdog and power off support
+  * [arm64] Enable PCI Express hotplug
+  * [arm64] Enable PMU for several server cpus
+  * [arm64] Enable HiSilicon LPC for serial/ipmi access
+
+  [ Romain Perier ]
+  * [x86] Enable support for error detection and correction on the Intel
+    Pondicherry2 Integrated Memory Controller (Closes: #914946)
+  * [rt] Update to 4.19.8-rt6
+
+  [ Uwe Kleine-König ]
+  * Enable usb support for ATH10K (Closes: #915083)
+
+  [ Luca Boccassi ]
+  * debian/rules.real: Split the rules so that the [un]versioned_tools
+    knobs can be used to avoid building them. Fixes FTBFS with unversioned
+    tools disabled.
+  * perf: do not ship python2-only call-graph-from-sql script.
+  * Override Lintian warning dbg-package-missing-depends in source too.
+
+  [ Ben Hutchings ]
+  * debian/rules.real: Mark most targets as phony
+  * debian/rules: Mark more targets as phony
+  * libcpupower: Hide private function and drop it from .symbols file
+  * integrity: Disable INTEGRITY_TRUSTED_KEYRING (Closes: #865277)
+
+  [ Vagrant Cascadian ]
+  * debian/config/config: Enable Z3FOLD as a module.
+
+  [ Salvatore Bonaccorso ]
+  * Set ABI to 1
+
+  [ Nicolas Schier ]
+  * ovl: permit overlayfs mounts in user namespaces (Closes: #913880)
+
+  [ Hilko Bengen ]
+  * Add patches to build libbpf.so with SONAME, link against libelf
+  * Add versioned libbpf, libbpf-dev package (Closes: #914428)
+
+  [ Hans van Kranenburg ]
+  * [x86] Add patch to repair booting as Xen dom0 (Closes: #914951)
+  * [x86] Add patches to support booting a Xen PVH guest via Grub2
+
+  [ Christoph Anton Mitterer ]
+  * crypto: Enable MORUS and AEGIS AEAD ciphers (Closes: #914136)
+  * [amd64]: Enable AES-NI/SSE2/AVX2 optimised implementations of the MORUS
+    and AEGIS AEAD ciphers
+
+  [ Bastian Blank ]
+  * Enable NFT_CONNLIMIT, NFT_TUNNEL, NFT_SOCKET, NFT_OSF, NFT_TPROXY,
+    IP_VS_MH.
+  * Enable netfilter flow table support.
+  * [x86] Enable DRM_XEN_FRONTEND.
+  * Enable EFI_BOOTLOADER_CONTROL, EFI_CAPSULE_LOADER.
+
+ -- Bastian Blank <waldi@debian.org>  Sun, 16 Dec 2018 19:45:54 +0100
+
+linux (4.19.5-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_4.19
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.1
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.2
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.3
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.4
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.5
+
+  [ Ben Hutchings ]
+  * linux-perf: Enable verbose output for build-time feature detection
+  * udeb: Define mtd-core-modules package to contain MTD core if not built-in
+  * udeb: Move MTD core from nic-modules to mtd-core-modules
+  * debian/changelog: Move older entries to changelog.old
+  * debian/rules: Checksum only the source name and version from
+    debian/changelog
+  * Move generation of CONFIG_BUILD_SALT to gencontrol.py
+  * [x86] hyperv-daemons: Make all services conditional on device existence
+  * debian/rules.real: Fix build failure with pkg.linux.nosource profile
+  * debian/source/options: Delete redundant compression setting; satisfy
+    lintian
+  * Documentation/media: uapi: Explicitly say there are no Invariant Sections
+    (Closes: #698668)
+
+  [ Karsten Merker ]
+  * [riscv64] Build a kernel image and udebs for riscv64 (Closes: #908161)
+
+  [ Uwe Kleine-König ]
+  * [armhf,arm64] enable SND_BCM2835 as a module (Closes: #911121)
+  * Enable Orange filesystem (Closes: #911743)
+  * [arm64] Enable hns3 network driver as a module. (Closes: #914422)
+
+  [ Noah Meyerhans ]
+  * [cloud-amd64] Enable Amazon ENA ethernet driver (Closes: #910049)
+
+  [ Romain Perier ]
+  * [rt] Update to 4.19.1-rt3
+  * [rt] Update patch arm-disable-NEON-in-kernel-mode.patch, so it can be
+    applied onto 4.19.2
+  * [rt] Update patch
+    irq-allow-disabling-of-softirq-processing-in-irq-thread-context.patch, so
+    it can be applied onto 4.19.2
+  * [amd64] Enable AMD pinctrl driver (Closes: #908954)
+  * Enable Diffie-Hellman operations on retained keys (Closes: #911998)
+  * Update patch features/all/lockdown/enable-cold-boot-attack-mitigation.patch,
+    so it can be applied onto 4.19.2
+  * [x86] Enable DisplayPort CEC-Tunneling-over-AUX HDMI support
+    (Closes: #913199)
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 27 Nov 2018 20:06:42 +0100
+
+linux (4.19~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Uwe Kleine-König ]
+  * [armhf] enable MVNETA_BM_ENABLE and CAN_FLEXCAN as a module
+  * enable NET_SCH_CAKE as a module (Closes: #908709)
+  * enable HID_NTI as a module (Closes: #910260)
+
+  [ Ben Hutchings ]
+  * linux-kbuild: Include scripts/subarch.include (Closes: #910348)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 07 Oct 2018 23:48:27 +0100
+
+linux (4.19~rc6-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [ppc64el] udeb: Fix relative #include filenames in kernel-image module
+    list (really fixes FTBFS?)
+  * debian/bin, debian/lib/python: Fix most errors reported by pycodestyle
+  * debian/bin, debian/rules.real: Add symlink to Python package directory
+    instead of editing path
+  * debian/bin, debian/lib/python: Clean up imports based on pyflakes report
+  * debian/bin, debian/lib/python: Delete write-only vars reported by pyflakes
+  * debian/lib/python/debian_linux/gencontrol.py: Delete broken methods
+  * debian/lib/python/debian_linux/config.py: Fix undefined exception type
+  * Add Python static checks and unit tests to autopkgtest tests
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 03 Oct 2018 18:57:08 +0100
+
+linux (4.19~rc4-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * debian/control: Add arch-qualification to build-dependencies for linux-perf
+    (Closes: #908519)
+  * debian/control: Build-depend on libunwind-dev instead of libunwind8-dev
+  * [hppa,mips*,powerpc*,sh4] debian/control: Build-depend on libunwind-dev for
+    linux-perf
+  * debian/control: Build-depend on libnuma-dev for linux-perf on all arches
+  * debian/control: Remove "cross" from profiles for build-dep on libssl-dev
+  * [mips64*] debian/control: Build-depend on gcc-multilib for linux-perf
+  * debian/lib/python: Use raw strings for all regexes
+  * debian/control: Fix restrictions for build-deps on asciidoctor and
+    patchutils
+  * Add support for specifying build-dependencies in binary package templates
+  * debian/templates: Move various build-dependencies to binary package
+    templates
+  * linux-perf: Fix generation of Perl and Python interpreter dependencies
+    (Closes: #908547)
+  * lockdep, lib{cpupower,lockdep}-dev: Remove bogus deps on ${shlibs:Depends}
+  * debian/rules.d/tools/power/linux-cpupower: Add "+" to recursive make
+    commands
+  * tools: x86_energy_perf_policy: Fix "uninitialized variable" warnings at -O2
+  * tools: turbostat: Add checks for failure of fgets() and fscanf()
+  * debian/control: Build-depend on texlive-latex-{base,extra}, dvipng for
+    linux-doc
+  * debian/rules{,.real}: Use /usr/share/dpkg/architecture.mk
+  * debian/signing_templates/rules: Use /usr/share/dpkg/architecture.mk
+  * linux-image-*-signed-template: Add ${misc:Depends} to Depends
+  * linux-image-*-signed-template: Include changelog and copyright files
+  * linux-image-*-signed-template: Depend on dpkg-dev
+  * linux-image-*-signed-template: Override lintian warnings about non-
+    executable scripts
+  * [ia64] udeb: Fix priority of sn-modules
+  * Revert "Revert "net: increase fragment memory usage limits"", as 4.19
+    includes a better fix for CVE-2018-5391
+  * debian/patches: Add Forwarded fields to several patches
+  * [ppc64el] udeb: Fix relative #include filenames in module lists (fixes
+    FTBFS)
+  * [ppc64] udeb: Revert accidental change to nic-pcmcia-modules dependencies
+    (fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 18 Sep 2018 15:52:02 +0100
+
+linux (4.19~rc3-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [s390x] linux-image: Install compressed kernel image (fixes FTBFS)
+  * [powerpc*] boot: Fix missing crc32poly.h when building with KERNEL_XZ
+    (fixes FTBFS)
+  * [x86] boot: Fix EFI stub alignment
+  * wireless: Update "wireless: Disable regulatory.db direct loading" for
+    4.19-rc3
+  * aufs: Update support patchset to aufs4.x-rcN 20180910
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 10 Sep 2018 20:13:55 +0100
+
+linux (4.19~rc2-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * aufs: Disable until it is updated for Linux 4.19
+  * debian/rules.d: Update for move of bin2c back up to scripts
+  * locking/lockdep: Delete unnecesary #include (fixes liblockdep build)
+  * [hppa] debian/control: Simplify build-dependencies for 64-bit toolchain
+  * Compile with gcc-8 on all architectures
+  * udeb: Merge configuration directories and files across architectures
+  * [alpha,hppa] udeb: Remove incorrect dependency overrides
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 03 Sep 2018 21:34:41 +0100
+
+linux (4.18.20-2) unstable; urgency=medium
+
+  * linux-kbuild: Include scripts/subarch.include (Closes: #910348)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 23 Nov 2018 19:15:55 +0000
+
+linux (4.18.20-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.18.11
+    - gso_segment: Reset skb->mac_len after modifying network header
+    - ipv6: fix possible use-after-free in ip6_xmit()
+    - net/appletalk: fix minor pointer leak to userspace in SIOCFINDIPDDPRT
+    - [alpha, hppa, x86] net: hp100: fix always-true check for link up state
+    - pppoe: fix reception of frames with no mac header
+    - qmi_wwan: set DTR for modems in forced USB2 mode
+    - udp4: fix IP_CMSG_CHECKSUM for connected sockets
+    - neighbour: confirm neigh entries when ARP packet is received
+    - udp6: add missing checks on edumux packet processing
+    - net/sched: act_sample: fix NULL dereference in the data path
+    - hv_netvsc: fix schedule in RCU context
+    - [arm64, armhf] net: dsa: mv88e6xxx: Fix ATU Miss Violation
+    - socket: fix struct ifreq size in compat ioctl
+    - bnxt_en: Fix VF mac address regression.
+    - ipv6: use rt6_info members when dst is set in rt6_fill_node
+    - net/ipv6: do not copy dst flags on rt init
+    - [arm64, armhf] net: mvpp2: let phylink manage the carrier state
+    - net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flags
+    - NFC: Fix possible memory corruption when handling SHDLC I-Frame commands
+    - NFC: Fix the number of pipes
+    - ASoC: uapi: fix sound/skl-tplg-interface.h userspace compilation errors
+    - ALSA: bebob: fix memory leak for M-Audio FW1814 and ProjectMix I/O at
+      error path
+    - ALSA: bebob: use address returned by kmalloc() instead of kernel stack for
+      streaming DMA mapping
+    - [powerpc*, mips*, x86, alpha, sparc*] ALSA: emu10k1: fix possible info
+      leak to userspace on SNDRV_EMU10K1_IOCTL_INFO
+    - ALSA: firewire-digi00x: fix memory leak of private data
+    - ALSA: firewire-tascam: fix memory leak of private data
+    - ALSA: fireworks: fix memory leak of response buffer at error path
+    - ALSA: oxfw: fix memory leak for model-dependent data at error path
+    - ALSA: oxfw: fix memory leak of discovered stream formats at error path
+    - ALSA: oxfw: fix memory leak of private data
+    - mtd: devices: m25p80: Make sure the buffer passed in op is DMA-able
+    - [x86] platform: dell-smbios-wmi: Correct a memory leak
+    - [x86] platform: alienware-wmi: Correct a memory leak
+    - xen/netfront: don't bug in case of too many frags
+    - Revert "PCI: Add ACS quirk for Intel 300 series"
+    - crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2
+    - fork: report pid exhaustion correctly
+    - mm: disable deferred struct page for 32-bit arches
+    - mm: shmem.c: Correctly annotate new inodes for lockdep
+    - bpf/verifier: disallow pointer subtraction
+    - Revert "ubifs: xattr: Don't operate on deleted inodes"
+    - libata: mask swap internal and hardware tag
+    - ocfs2: fix ocfs2 read block panic
+    - drm/i915/bdw: Increase IPS disable timeout to 100ms
+    - drm/nouveau: Reset MST branching unit before enabling
+    - drm/nouveau: Only write DP_MSTM_CTRL when needed
+    - drm/nouveau: Remove duplicate poll_enable() in pmops_runtime_suspend()
+    - drm/nouveau: Fix deadlocks in nouveau_connector_detect()
+    - drm/nouveau/drm/nouveau: Don't forget to cancel hpd_work on suspend/unload
+    - drm/nouveau/drm/nouveau: Fix bogus drm_kms_helper_poll_enable() placement
+    - drm/nouveau/drm/nouveau: Fix deadlock with fb_helper with async RPM
+      requests
+    - drm/nouveau/drm/nouveau: Use pm_runtime_get_noresume() in
+      connector_detect()
+    - drm/nouveau/drm/nouveau: Prevent handling ACPI HPD events too early
+    - drm/vc4: Fix the "no scaling" case on multi-planar YUV formats
+    - drm: udl: Destroy framebuffer only if it was initialized
+    - drm/amdgpu: add new polaris pci id
+    - tty: vt_ioctl: fix potential Spectre v1
+    - ext4: check to make sure the rename(2)'s destination is not freed
+    - ext4: avoid divide by zero fault when deleting corrupted inline
+      directories
+    - ext4: avoid arithemetic overflow that can trigger a BUG
+    - ext4: recalucate superblock checksum after updating free blocks/inodes
+    - ext4: fix online resize's handling of a too-small final block group
+    - ext4: fix online resizing for bigalloc file systems with a 1k block size
+    - ext4: don't mark mmp buffer head dirty
+    - ext4: show test_dummy_encryption mount option in /proc/mounts
+    - ext4, dax: add ext4_bmap to ext4_dax_aops
+    - ext4, dax: set ext4_dax_aops for dax files
+    - sched/fair: Fix vruntime_normalized() for remote non-migration wakeup
+    - [x86] vmw_balloon: include asm/io.h
+    - iw_cxgb4: only allow 1 flush on user qps
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.18.12
+    - tsl2550: fix lux1_input error in low light
+    - vmci: type promotion bug in qp_host_get_user_memory()
+    - [x86] numa_emulation: Fix emulated-to-physical node mapping
+    - staging: rts5208: fix missing error check on call to rtsx_write_register
+    - [armhf] power: supply: axp288_charger: Fix initial
+      constant_charge_current value
+    - [sh4] serial: sh-sci: Stop RX FIFO timer during port shutdown
+    - [arm64] power: vexpress: fix corruption in notifier registration
+    - [x86] iommu/amd: make sure TLB to be flushed before IOVA freed
+    - Bluetooth: Add a new Realtek 8723DE ID 0bda:b009
+    - USB: serial: kobil_sct: fix modem-status error handling
+    - 6lowpan: iphc: reset mac_header after decompress to fix panic
+    - [s390x] mm: correct allocate_pgste proc_handler callback
+    - power: remove possible deadlock when unregistering power_supply
+    - cxgb4: Fix the condition to check if the card is T5
+    - RDMA/bnxt_re: Fix a couple off by one bugs
+    - RDMA/i40w: Hold read semaphore while looking after VMA
+    - RDMA/bnxt_re: Fix a bunch of off by one bugs in qplib_fp.c
+    - IB/core: type promotion bug in rdma_rw_init_one_mr()
+    - IB/mlx4: Test port number before querying type.
+    - vhost_net: Avoid tx vring kicks during busyloop
+    - IB/mlx5: Fix GRE flow specification
+    - include/rdma/opa_addr.h: Fix an endianness issue
+    - x86/tsc: Add missing header to tsc_msr.c
+    - ARM: hwmod: RTC: Don't assume lock/unlock will be called with irq enabled
+    - [x86] entry/64: Add two more instruction suffixes
+    - scsi: target/iscsi: Make iscsit_ta_authentication() respect the output
+      buffer size
+    - scsi: klist: Make it safe to use klists in atomic context
+    - [powerpc*] scsi: ibmvscsi: Improve strings handling
+    - scsi: target: Avoid that EXTENDED COPY commands trigger lock inversion
+    - usb: wusbcore: security: cast sizeof to int for comparison
+    - ath10k: sdio: use same endpoint id for all packets in a bundle
+    - ath10k: sdio: set skb len for all rx packets
+    - [powerpc*] powerpc/powernv/ioda2: Reduce upper limit for DMA window size
+    - [x86] platform/x86: asus-wireless: Fix uninitialized symbol usage
+    - [x86] ACPI / button: increment wakeup count only when notified
+    - alarmtimer: Prevent overflow for relative nanosleep (CVE-2018-13053)
+    - [s390x] s390/dasd: correct numa_node in dasd_alloc_queue
+    - [s390x] s390/scm_blk: correct numa_node in scm_blk_dev_setup
+    - posix-timers: Make forward callback return s64
+    - posix-timers: Sanitize overrun handling (CVE-2018-12896)
+    - [powerpc*] ALSA: snd-aoa: add of_node_put() in error path
+    - ath10k: use locked skb_dequeue for rx completions
+    - [armhf] media: omap3isp: zero-initialize the isp cam_xclk{a,b} initial
+      data
+    - staging: android: ashmem: Fix mmap size validation
+    - staging: mt7621-eth: Fix memory leak in mtk_add_mac() error path
+    - [powerpc*, x86, alpha, m68k, hppa] drivers/tty: add error handling for
+      pcmcia_loop_config
+    - [arm64] dts: renesas: salvator-common: Fix adv7482 decimal unit addresses
+    - [x86] media: tm6000: add error handling for dvb_register_adapter
+    - [powerpc*, mips*, arm64, x86, alpha] ALSA: hda: Add AZX_DCAPS_PM_RUNTIME
+      for AMD Raven Ridge
+    - ath10k: protect ath10k_htt_rx_ring_free with rx_ring.lock
+    - [armhf] drm/sun4i: Enable DW HDMI PHY clock
+    - [armhf] drm/sun4i: Fix releasing node when enumerating enpoints
+    - ath10k: transmit queued frames after processing rx packets
+    - mt76x2: fix mrr idx/count estimation in mt76x2_mac_fill_tx_status()
+    - rndis_wlan: potential buffer overflow in rndis_wlan_auth_indication()
+    - brcmsmac: fix wrap around in conversion from constant to s16
+    - bitfield: fix *_encode_bits()
+    - [arm64]wlcore: Add missing PM call for
+      wlcore_cmd_wait_for_event_or_timeout()
+    - [armhf] drm/omap: gem: Fix mm_list locking
+    - [armhf] mvebu: declare asm symbols as character arrays in pmsu.c
+    - RDMA/uverbs: Don't overwrite NULL pointer with ZERO_SIZE_PTR
+    - HID: hid-ntrig: add error handling for sysfs_create_group
+    - [x86] HID: i2c-hid: Use devm to allocate i2c_hid struct
+    - [arm64] dts: renesas: Fix VSPD registers range
+    - drm/v3d: Take a lock across GPU scheduler job creation and queuing.
+    - scsi: bnx2i: add error handling for ioremap_nocache
+    - [arm64] scsi: hisi_sas: Fix the conflict between dev gone and host reset
+    - [armhf] spi: orion: fix CS GPIO handling again
+    - scsi: megaraid_sas: Update controller info during resume
+    - [x86] ASoC: Intel: bytcr_rt5640: Fix Acer Iconia 8 over-current detect
+      threshold
+    - [x86] EDAC, i7core: Fix memleaks and use-after-free on probe and remove
+    - [x86, arm64, armhf] ASoC: dapm: Fix potential DAI widget pointer deref
+      when linking DAIs
+    - module: exclude SHN_UNDEF symbols from kallsyms api
+    - nfsd: fix corrupted reply to badly ordered compound
+    - [mips*, arm64, x86] EDAC: Fix memleak in module init error path
+    - ath10k: fix incorrect size of dma_free_coherent in
+      ath10k_ce_alloc_src_ring_64
+    - ath10k: snoc: use correct bus-specific pointer in RX retry
+    - fs/lock: skip lock owner pid translation in case we are in init_pid_ns
+    - ath10k: fix memory leak of tpc_stats
+    - Input: xen-kbdfront - fix multi-touch XenStore node's locations
+    - drm/vc4: Add missing formats to vc4_format_mod_supported().
+    - [armhf] ARM: dts: dra7: fix DCAN node addresses
+    - drm/vc4: plane: Expand the lower bits by repeating the higher bits
+    - block: fix deadline elevator drain for zoned block devices
+    - [x86] mm: Expand static page table for fixmap space
+    - [armhf] serial: imx: restore handshaking irq for imx1
+    - [arm64] serial: mvebu-uart: Fix reporting of effective CSIZE to userspace
+    - [x86] intel_th: Fix device removal logic
+    - [x86] intel_th: Fix resource handling for ACPI glue layer
+    - spi: tegra20-slink: explicitly enable/disable clock
+    - [mips*, 'arm64', x86, armhf] regulator: fix crash caused by null driver
+      data
+    - [mips*, 'arm64', x86, armhf] regulator: Fix 'do-nothing' value for
+      regulators without suspend state
+    - USB: fix error handling in usb_driver_claim_interface()
+    - USB: handle NULL config in usb_find_alt_setting()
+    - usb: core: safely deal with the dynamic quirk lists
+    - [armhf] usb: musb: dsps: do not disable CPPI41 irq in driver teardown
+    - USB: usbdevfs: sanitize flags more
+    - USB: usbdevfs: restore warning for nonsensical flags
+    - Revert "usb: cdc-wdm: Fix a sleep-in-atomic-context bug in
+      service_outstanding_interrupt()"
+    - USB: remove LPM management from usb_driver_claim_interface()
+    - uaccess: Fix is_source param for check_copy_size() in
+      copy_to_iter_mcsafe()
+    - filesystem-dax: Fix use of zero page
+    - Input: elantech - enable middle button of touchpad on ThinkPad P72
+    - IB/srp: Avoid that sg_reset -d ${srp_device} triggers an infinite loop
+    - IB/hfi1: Fix SL array bounds check
+    - IB/hfi1: Invalid user input can result in crash
+    - IB/hfi1: Fix context recovery when PBC has an UnsupportedVL
+    - IB/hfi1: Fix destroy_qp hang after a link down
+    - [x86] ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot
+      is not bridge
+    - RDMA/uverbs: Atomically flush and mark closed the comp event queue
+    - ARM: OMAP2+: Fix null hwmod for ti-sysc debug
+    - ARM: OMAP2+: Fix module address for modules using mpu_rt_idx
+    - bus: ti-sysc: Fix module register ioremap for larger offsets
+    - qed: Wait for ready indication before rereading the shmem
+    - qed: Wait for MCP halt and resume commands to take place
+    - qed: Prevent a possible deadlock during driver load and unload
+    - qed: Avoid sending mailbox commands when MFW is not responsive
+    - thermal: of-thermal: disable passive polling when thermal zone is disabled
+    - isofs: reject hardware sector size > 2048 bytes
+    - mmc: atmel-mci: fix bad logic of sg_copy_{from,to}_buffer conversion
+    - mmc: android-goldfish: fix bad logic of sg_copy_{from,to}_buffer
+      conversion
+    - bus: ti-sysc: Fix no_console_suspend handling
+    - [armhf] dts: omap4-droid4: fix vibrations on Droid 4
+    - bpf, sockmap: fix sock_hash_alloc and reject zero-sized keys
+    - bpf, sockmap: fix sock hash count in alloc_sock_hash_elem
+    - tls: possible hang when do_tcp_sendpages hits sndbuf is full case
+    - bpf: sockmap: write_space events need to be passed to TCP handler
+    - drm/amdgpu: fix VM clearing for the root PD
+    - drm/amdgpu: fix preamble handling
+    - amdgpu: fix multi-process hang issue
+    - net/ncsi: Fixup .dumpit message flags and ID check in Netlink handler
+    - tcp_bbr: add bbr_check_probe_rtt_done() helper
+    - tcp_bbr: in restart from idle, see if we should exit PROBE_RTT
+    - net: hns: fix length and page_offset overflow when CONFIG_ARM64_64K_PAGES
+    - net: hns: fix skb->truesize underestimation
+    - tools: bpftool: return from do_event_pipe() on bad arguments
+    - e1000: check on netif_running() before calling e1000_up()
+    - e1000: ensure to free old tx/rx rings in set_ringparam()
+    - ixgbe: fix driver behaviour after issuing VFLR
+    - i40e: Fix for Tx timeouts when interface is brought up if DCB is enabled
+    - i40e: fix condition of WARN_ONCE for stat strings
+    - [arm64] crypto: cavium/nitrox - fix for command corruption in queue full
+      case with backlog submissions.
+    - hwmon: (ina2xx) fix sysfs shunt resistor read access
+    - hwmon: (adt7475) Make adt7475_read_word() return errors
+    - Revert "ARM: dts: imx7d: Invert legacy PCI irq mapping"
+    - drm/amdgpu: Enable/disable gfx PG feature in rlc safe mode
+    - drm/amdgpu: Update power state at the end of smu hw_init.
+    - ata: ftide010: Add a quirk for SQ201
+    - nvme-fcloop: Fix dropped LS's to removed target port
+    - [armhf] dts: omap4-droid4: Fix emmc errors seen on some devices
+    - drm/amdgpu: Need to set moved to true when evict bo
+    - [arm64, armhf] smccc-1.1: Make return values unsigned long
+    - [arm64, armhf] smccc-1.1: Handle function result as parameters
+    - i2c: i801: Allow ACPI AML access I/O ports not reserved for SMBus
+    - clk: x86: Set default parent to 48Mhz
+    - [x86] pti: Fix section mismatch warning/error
+    - [powerpc*] KVM: PPC: Book3S HV: Fix guest r11 corruption with POWER9 TM
+      workarounds
+    - [powerpc*] fix csum_ipv6_magic() on little endian platforms
+    - [powerpc*] pkeys: Fix reading of ibm, processor-storage-keys property
+    - [powerpc*] pseries: Fix unitialized timer reset on migration
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.18.13
+    - mac80211: Run TXQ teardown code before de-registering interfaces
+    - mac80211_hwsim: require at least one channel
+    - Btrfs: fix unexpected failure of nocow buffered writes after snapshotting
+      when low on space
+    - [powerpc*] KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate
+      function
+    - cfg80211: remove division by size of sizeof(struct ieee80211_wmm_rule)
+    - btrfs: btrfs_shrink_device should call commit transaction at the end
+    - scsi: csiostor: add a check for NULL pointer after kmalloc()
+    - scsi: csiostor: fix incorrect port capabilities
+    - scsi: libata: Add missing newline at end of file
+    - scsi: aacraid: fix a signedness bug
+    - bpf, sockmap: fix potential use after free in bpf_tcp_close
+    - bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsg
+    - bpf: sockmap, decrement copied count correctly in redirect error case
+    - mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_X
+    - mac80211_hwsim: correct use of IEEE80211_VHT_CAP_RXSTBC_X
+    - cfg80211: make wmm_rule part of the reg_rule structure
+    - mac80211_hwsim: Fix possible Spectre-v1 for hwsim_world_regdom_custom
+    - nl80211: Fix nla_put_u8 to u16 for NL80211_WMMR_TXOP
+    - nl80211: Pass center frequency in kHz instead of MHz
+    - bpf: fix several offset tests in bpf_msg_pull_data
+    - mac80211: mesh: fix HWMP sequence numbering to follow standard
+    - mac80211: avoid kernel panic when building AMSDU from non-linear SKB
+    - bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_data
+    - bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_data
+    - bpf: fix sg shift repair start offset in bpf_msg_pull_data
+    - [arm64] net: hns: add the code for cleaning pkt in chip
+    - [arm64] net: hns: add netif_carrier_off before change speed and duplex
+    - [arm64, armhf] net: mvpp2: initialize port of_node pointer
+    - cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IE
+    - mac80211: do not convert to A-MSDU if frag/subframe limited
+    - mac80211: always account for A-MSDU header changes
+    - Revert "blk-throttle: fix race between blkcg_bio_issue_check() and
+      cgroup_rmdir()"
+    - md/raid5-cache: disable reshape completely
+    - RAID10 BUG_ON in raise_barrier when force is true and conf->barrier is 0
+    - bpf: Fix bpf_msg_pull_data()
+    - bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULP
+    - fs/cifs: don't translate SFM_SLASH (U+F026) to backslash
+    - mac80211: fix an off-by-one issue in A-MSDU max_subframe computation
+    - cfg80211: fix a type issue in ieee80211_chandef_to_operating_class()
+    - mac80211: fix WMM TXOP calculation
+    - mac80211: fix a race between restart and CSA flows
+    - mac80211: Fix station bandwidth setting after channel switch
+    - mac80211: don't Tx a deauth frame if the AP forbade Tx
+    - mac80211: shorten the IBSS debug messages
+    - [powerpc*] net/ibm/emac: wrong emac_calc_base call was used by typo
+    - ceph: avoid a use-after-free in ceph_destroy_options()
+    - firmware: arm_scmi: fix divide by zero when sustained_perf_level is zero
+    - afs: Fix cell specification to permit an empty address list
+    - mm: madvise(MADV_DODUMP): allow hugetlbfs pages
+    - bpf: 32-bit RSH verification must truncate input before the ALU op
+      (CVE-2018-18445)
+    - netfilter: xt_cluster: add dependency on conntrack module
+    - [x86] HID: intel-ish-hid: Enable Sunrise Point-H ish driver
+    - HID: add support for Apple Magic Keyboards
+    - HID: hid-saitek: Add device ID for RAT 7 Contagion
+    - scsi: iscsi: target: Set conn->sess to NULL when
+      iscsi_login_set_conn_values fails
+    - scsi: iscsi: target: Fix conn_ops double free
+    - perf annotate: Properly interpret indirect call
+    - perf evsel: Fix potential null pointer dereference in
+      perf_evsel__new_idx()
+    - perf util: Fix bad memory access in trace info.
+    - [powerpc*] perf probe: Ignore SyS symbols irrespective of endianness
+    - [arm64] perf annotate: Fix parsing aarch64 branch instructions after
+      objdump update
+    - netfilter: nf_tables: release chain in flushing set
+    - HID: sensor-hub: Restore fixup for Lenovo ThinkPad Helix 2 sensor hub
+      report
+    - USB: yurex: Check for truncation in yurex_read()
+    - nvmet-rdma: fix possible bogus dereference under heavy load
+    - net/mlx5: Consider PCI domain in search for next dev
+    - [x86] HID: i2c-hid: Don't reset device upon system resume
+    - dm raid: fix reshape race on small devices
+    - drm/nouveau: fix oops in client init failure path
+    - drm/nouveau/mmu: don't attempt to dereference vmm without valid instance
+      pointer
+    - drm/nouveau/TBDdevinit: don't fail when PMU/PRE_OS is missing from VBIOS
+    - drm/nouveau/disp: fix DP disable race
+    - drm/nouveau/disp/gm200-: enforce identity-mapped SOR assignment for
+      LVDS/eDP panels
+    - dm raid: fix stripe adding reshape deadlock
+    - dm raid: fix rebuild of specific devices by updating superblock
+    - dm raid: fix RAID leg rebuild errors
+    - r8169: set TxConfig register after TX / RX is enabled, just like RxConfig
+    - fs/cifs: suppress a string overflow warning
+    - net: ena: fix surprise unplug NULL dereference kernel crash
+    - net: ena: fix driver when PAGE_SIZE == 64kB
+    - net: ena: fix device destruction to gracefully free resources
+    - net: ena: fix potential double ena_destroy_device()
+    - net: ena: fix missing lock during device destruction
+    - net: ena: fix missing calls to READ_ONCE
+    - sched/topology: Set correct NUMA topology type
+    - dm thin metadata: try to avoid ever aborting transactions
+    - netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for
+      NF_REPEAT
+    - netfilter: xt_hashlimit: use s->file instead of s->private
+    - drm/amdgpu: Fix SDMA hang in prt mode v2
+    - drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunk
+    - r8169: Clear RTL_FLAG_TASK_*_PENDING when clearing RTL_FLAG_TASK_ENABLED
+    - [s390x] qeth: use vzalloc for QUERY OAT buffer
+    - [s390x] qeth: don't dump past end of unknown HW header
+    - cifs: read overflow in is_valid_oplock_break()
+    - asm-generic: io: Fix ioport_map() for !CONFIG_GENERIC_IOMAP &&
+      CONFIG_INDIRECT_PIO
+    - xen/manage: don't complain about an empty value in control/sysrq node
+    - [mips*, x86, s390x] xen: avoid crash in disable_hotplug_cpu
+    - new primitive: discard_new_inode()
+    - vfs: don't evict uninitialized inode
+    - ovl: set I_CREATING on inode being created
+    - ovl: fix access beyond unterminated strings
+    - ovl: fix memory leak on unlink of indexed file
+    - ovl: fix format of setxattr debug
+    - sysfs: Do not return POSIX ACL xattrs via listxattr
+    - b43: fix DMA error related regression with proprietary firmware
+    - firmware: Fix security issue with request_firmware_into_buf()
+    - firmware: Always initialize the fw_priv list object
+    - smb2: fix missing files in root share directory listing
+    - [x86] iommu/amd: Clear memory encryption mask from physical address
+    - ALSA: hda/realtek - Cannot adjust speaker's volume on Dell XPS 27 7760
+    - [x86] crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()
+    - crypto: chelsio - Fix memory corruption in DMA Mapped buffers.
+    - [arm64, armhf, x86, powerpc*] gpiolib: Free the last requested descriptor
+    - [x86] Drivers: hv: vmbus: Use get/put_cpu() in vmbus_connect()
+    - proc: restrict kernel stack dumps to root (CVE-2018-17972)
+    - ocfs2: fix locking for res->tracking and dlm->tracking_list
+    - [x86] HID: i2c-hid: disable runtime PM operations on hantick touchpad
+    - ixgbe: check return value of napi_complete_done()
+    - dm thin metadata: fix __udivdi3 undefined on 32-bit
+    - Revert "drm/amd/pp: Send khz clock values to DC for smu7/8"
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.18.14
+    - perf/core: Add sanity check to deal with pinned event failure
+    - mm: migration: fix migration of huge PMD shared pages
+    - mm, thp: fix mlocking THP page with migration enabled
+    - mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properly
+    - [x86] KVM: fix L1TF's MMIO GFN calculation
+    - [x86] KVM: VMX: check for existence of secondary exec controls before
+      accessing
+    - blk-mq: I/O and timer unplugs are inverted in blktrace
+    - [powerpc*, mips*, arm64, x86, alpha, armhf] mmc: core: Fix debounce time
+      to use microseconds
+    - [powerpc*, mips*, arm64, x86, alpha, armhf] mmc: slot-gpio: Fix debounce
+      time to use miliseconds again
+    - mac80211: allocate TXQs for active monitor interfaces
+    - drm/amdgpu: Fix vce work queue was not cancelled when suspend
+    - [x86] vdso: Fix asm constraints on vDSO syscall fallbacks
+    - [x86] vdso: Only enable vDSO retpolines when enabled and supported
+    - [x86] vdso: Fix vDSO syscall fallback asm constraint regression
+    - [powerpc*, mips*, arm64, x86, s390x, armhf, sparc, hppa] PCI: Reprogram
+      bridge prefetch registers on resume
+    - mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keys
+    - dm mpath: fix attached_handler_name leak and dangling hw_handler_name
+      pointer
+    - dm cache metadata: ignore hints array being too small during resize
+    - dm cache: fix resize crash if user doesn't reload cache table
+    - USB: serial: simple: add Motorola Tetra MTP6550 id
+    - USB: serial: option: improve Quectel EP06 detection
+    - USB: serial: option: add two-endpoints device-id flag
+    - usb: cdc_acm: Do not leak URB buffers
+    - tty: Drop tty->count on tty_reopen() failure
+    - [powerpc*] Avoid code patching freed init sections
+    - [powerpc*] lib: fix book3s/32 boot failure due to code patching
+    - f2fs: fix invalid memory access
+    - tipc: call start and done ops directly in __tipc_nl_compat_dumpit()
+    - ubifs: Check for name being NULL while mounting
+    - rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() instead
+    - ath10k: fix scan crash due to incorrect length calculation
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.18.15
+    - bnxt_en: Fix TX timeout during netpoll.
+    - bnxt_en: free hwrm resources, if driver probe fails.
+    - bonding: avoid possible dead-lock
+    - ip6_tunnel: be careful when accessing the inner header
+    - ip_tunnel: be careful when accessing the inner header
+    - ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()
+    - ipv6: take rcu lock in rawv6_send_hdrinc()
+    - [armhf] net: dsa: bcm_sf2: Call setup during switch resume
+    - [arm64] net: hns: fix for unmapping problem when SMMU is on
+    - net: ipv4: update fnhe_pmtu when first hop's MTU changes
+    - net/ipv6: Display all addresses in output of /proc/net/if_inet6
+    - netlabel: check for IPV4MASK in addrinfo_get
+    - [armhf,arm64] net: mvpp2: Extract the correct ethtype from the skb for
+      tx csum offload
+    - [armhf,arm64] net: mvpp2: fix a txq_done race condition
+    - net: sched: Add policy validation for tc attributes
+    - net: sched: cls_u32: fix hnode refcounting
+    - net/usb: cancel pending work when unbinding smsc75xx
+    - qlcnic: fix Tx descriptor corruption on 82xx devices
+    - qmi_wwan: Added support for Gemalto's Cinterion ALASxx WWAN interface
+    - rtnetlink: fix rtnl_fdb_dump() for ndmsg header
+    - rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096
+    - sctp: update dst pmtu with the correct daddr
+    - team: Forbid enslaving team device to itself
+    - tipc: fix flow control accounting for implicit connect
+    - udp: Unbreak modules that rely on external __skb_recv_udp() availability
+    - tun: remove unused parameters
+    - tun: initialize napi_mutex unconditionally
+    - tun: napi flags belong to tfile
+    - [armhf,arm64] net: stmmac: Fixup the tail addr setting in xmit path
+    - net/packet: fix packet drop as of virtio gso
+    - [armhf] net: dsa: bcm_sf2: Fix unbind ordering
+    - net/mlx5e: Set vlan masks for all offloaded TC rules
+    - net: aquantia: memory corruption on jumbo frames
+    - net/mlx5: E-Switch, Fix out of bound access when setting vport rate
+    - bonding: pass link-local packets to bonding master also.
+    - bonding: fix warning message
+    - [armhf,arm64] net: stmmac: Rework coalesce timer and fix multi-queue
+      races
+    - nfp: avoid soft lockups under control message storm
+    - bnxt_en: don't try to offload VLAN 'modify' action
+    - net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMIN
+    - net: phy: phylink: fix SFP interface autodetection
+    - sfp: fix oops with ethtool -m
+    - tcp/dccp: fix lockdep issue when SYN is backlogged
+    - inet: make sure to grab rcu_read_lock before using ireq->ireq_opt
+    - [armhf] net: dsa: b53: Keep CPU port as tagged in all VLANs
+    - rtnetlink: Fail dump if target netnsid is invalid
+    - bnxt_en: Fix VNIC reservations on the PF.
+    - net: ipv4: don't let PMTU updates increase route MTU
+    - net/mlx5: Check for SQ and not RQ state when modifying hairpin SQ
+    - bnxt_en: Fix enables field in HWRM_QUEUE_COS2BW_CFG request
+    - bnxt_en: get the reduced max_irqs by the ones used by RDMA
+    - net/ipv6: Remove extra call to ip6_convert_metrics for multipath case
+    - net/ipv6: stop leaking percpu memory in fib6 info
+    - qed: Fix shmem structure inconsistency between driver and the mfw.
+    - r8169: fix network stalls due to missing bit TXCFG_AUTO_FIFO
+    - r8169: set RX_MULTI_EN bit in RxConfig for 8168F-family chips
+    - vxlan: fill ttl inherit info
+    - ASoC: dapm: Fix NULL pointer deference on CODEC to CODEC DAIs
+    - hwmon: (nct6775) Fix access to fan pulse registers
+    - [x86] ASoC: AMD: Ensure reset bit is cleared before configuring
+    - Bluetooth: SMP: Fix trying to use non-existent local OOB data
+    - Bluetooth: Use correct tfm to generate OOB data
+    - Bluetooth: hci_ldisc: Free rw_semaphore on close
+    - [armhf] mfd: omap-usb-host: Fix dts probe of children
+    - [powerpc*] KVM: Book3S HV: Don't use compound_order to determine host
+      mapping size
+    - scsi: iscsi: target: Don't use stack buffer for scatterlist
+    - scsi: qla2xxx: Fix an endian bug in fcpcmd_is_corrupted()
+    - sound: enable interrupt after dma buffer initialization
+    - sound: don't call skl_init_chip() to reset intel skl soc
+    - bpf: btf: Fix end boundary calculation for type section
+    - bpf: use __GFP_COMP while allocating page
+    - hwmon: (nct6775) Fix virtual temperature sources for NCT6796D
+    - hwmon: (nct6775) Fix RPM output for fan7 on NCT6796D
+    - [armhf,arm64] stmmac: fix valid numbers of unicast filter entries
+    - hwmon: (nct6775) Use different register to get fan RPM for fan7
+    - [x86] PCI: hv: support reporting serial number as slot information
+    - [x86] clk: add "ether_clk" alias for Bay Trail / Cherry Trail
+    - [x86] clk: Stop marking clocks as CLK_IS_CRITICAL
+    - [x86] pinctrl: cannonlake: Fix gpio base for GPP-E
+    - [x86] kvm/lapic: always disable MMIO interface in x2APIC mode
+    - drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7
+    - drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9
+    - drm/amdkfd: Fix ATS capablity was not reported correctly on some APUs
+    - mm/vmstat.c: fix outdated vmstat_text
+    - afs: Fix afs_server struct leak
+    - afs: Fix clearance of reply
+    - [mips*] Fix CONFIG_CMDLINE handling
+    - [mips*] VDSO: Always map near top of user memory
+    - [sparc64] mach64: detect the dot clock divider correctly on sparc
+    - vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced
+      pointers
+    - percpu: stop leaking bitmap metadata blocks
+    - perf script python: Fix export-to-postgresql.py occasional failure
+    - perf script python: Fix export-to-sqlite.py sample columns
+    - [s390x] cio: Fix how vfio-ccw checks pinned pages
+    - dm cache: destroy migration_cache if cache target registration failed
+    - dm: fix report zone remapping to account for partition offset
+    - dm linear: eliminate linear_end_io call if CONFIG_DM_ZONED disabled
+    - dm linear: fix linear_end_io conditional definition
+    - cgroup: Fix dom_cgrp propagation when enabling threaded mode
+    - drm/nouveau/drm/nouveau: Grab runtime PM ref in nv50_mstc_detect()
+    - mmc: block: avoid multiblock reads for the last sector in SPI mode
+    - [armhf] pinctrl: mcp23s08: fix irq and irqchip setup order
+    - [arm64] perf: Reject stand-alone CHAIN events for PMUv3
+    - mm/mmap.c: don't clobber partially overlapping VMA with
+      MAP_FIXED_NOREPLACE
+    - mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2
+    - filesystem-dax: Fix dax_layout_busy_page() livelock
+    - mm: Preserve _PAGE_DEVMAP across mprotect() calls
+    - [x86] i2c: i2c-scmi: fix for i2c_smbus_write_block_data
+    - [powerpc*] KVM: Book3S HV: Avoid crash from THP collapse during radix
+      page fault
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.18.16
+    - media: af9035: prevent buffer overflow on write
+    - spi: gpio: Fix copy-and-paste error
+    - batman-adv: Avoid probe ELP information leak
+    - batman-adv: Fix segfault when writing to throughput_override
+    - batman-adv: Fix segfault when writing to sysfs elp_interval
+    - batman-adv: Prevent duplicated gateway_node entry
+    - batman-adv: Prevent duplicated nc_node entry
+    - batman-adv: Prevent duplicated softif_vlan entry
+    - batman-adv: Prevent duplicated global TT entry
+    - batman-adv: Prevent duplicated tvlv handler
+    - batman-adv: fix backbone_gw refcount on queue_work() failure
+    - batman-adv: fix hardif_neigh refcount on queue_work() failure
+    - cxgb4: fix abort_req_rss6 struct
+    - [armhf] clocksource/drivers/ti-32k: Add CLOCK_SOURCE_SUSPEND_NONSTOP flag
+      for non-am43 SoCs
+    - [powerpc*] scsi: ibmvscsis: Fix a stringop-overflow warning
+    - [powerpc*] scsi: ibmvscsis: Ensure partition name is properly NUL
+      terminated
+    - [x86] intel_th: pci: Add Ice Lake PCH support
+    - [m68k] Input: atakbd - fix Atari keymap
+    - [m68k] Input: atakbd - fix Atari CapsLock behaviour
+    - [powerpc*] net: emac: fix fixed-link setup for the RTL8363SB switch
+    - qed: Fix populating the invalid stag value in multi function mode.
+    - qed: Do not add VLAN 0 tag to untagged frames in multi-function mode.
+    - [armhf,arm64] PCI: dwc: Fix scheduling while atomic issues
+    - RDMA/uverbs: Fix validity check for modify QP
+    - scsi: lpfc: Synchronize access to remoteport via rport
+    - [arm64] drm: mali-dp: Call drm_crtc_vblank_reset on device init
+    - scsi: ipr: System hung while dlpar adding primary ipr adapter back
+    - scsi: sd: don't crash the host on invalid commands
+    - bpf: sockmap only allow ESTABLISHED sock state
+    - bpf: sockmap, fix transition through disconnect without close
+    - bpf: test_maps, only support ESTABLISHED socks
+    - net/mlx4: Use cpumask_available for eq->affinity_mask
+    - clocksource/drivers/fttmr010: Fix set_next_event handler
+    - RDMA/bnxt_re: Fix system crash during RDMA resource initialization
+    - [armhf,arm64] iommu/rockchip: Free irqs in shutdown handler
+    - [x86] pinctrl/amd: poll InterruptEnable bits in amd_gpio_irq_set_type
+    - [powerpc*] tm: Fix userspace r13 corruption
+    - [powerpc*] tm: Avoid possible userspace r1 corruption on reclaim
+    - [powerpc*] numa: Use associativity if VPHN hcall is successful
+    - [x86] iommu/amd: Return devid as alias for ACPI HID devices
+    - [x86] boot: Fix kexec booting failure in the SEV bit detection code
+    - Revert "vfs: fix freeze protection in mnt_want_write_file() for
+      overlayfs"
+    - mremap: properly flush TLB before releasing the page
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.18.17
+    - xfrm: Validate address prefix lengths in the xfrm selector.
+    - xfrm6: call kfree_skb when skb is toobig
+    - xfrm: reset transport header back to network header after all input
+      transforms ahave been applied
+    - xfrm: reset crypto_done when iterating over multiple input xfrms
+    - mac80211: Always report TX status
+    - cfg80211: reg: Init wiphy_idx in regulatory_hint_core()
+    - mac80211: fix pending queue hang due to TX_DROP
+    - cfg80211: Address some corner cases in scan result channel updating
+    - mac80211: TDLS: fix skb queue/priority assignment
+    - mac80211: fix TX status reporting for ieee80211s
+    - xfrm: Fix NULL pointer dereference when skb_dst_force clears the
+      dst_entry.
+    - [armel,armhf] 8799/1: mm: fix pci_ioremap_io() offset check
+    - xfrm: validate template mode
+    - netfilter: bridge: Don't sabotage nf_hook calls from an l3mdev
+    - netfilter: conntrack: get rid of double sizeof
+    - [arm64] hugetlb: Fix handling of young ptes
+    - nl80211: Fix possible Spectre-v1 for NL80211_TXRATE_HT
+    - mac80211_hwsim: fix locking when iterating radios during ns exit
+    - mac80211_hwsim: fix race in radio destruction from netlink notifier
+    - mac80211_hwsim: do not omit multicast announce of first added radio
+    - Bluetooth: SMP: fix crash in unpairing
+    - qed: Avoid implicit enum conversion in qed_set_tunn_cls_info
+    - qed: Fix mask parameter in qed_vf_prep_tunn_req_tlv
+    - qed: Avoid implicit enum conversion in qed_roce_mode_to_flavor
+    - qed: Avoid constant logical operation warning in qed_vf_pf_acquire
+    - qed: Avoid implicit enum conversion in qed_iwarp_parse_rx_pkt
+    - nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
+    - scsi: qedi: Initialize the stats mutex lock
+    - rxrpc: Fix checks as to whether we should set up a new call
+    - rxrpc: Fix RTT gathering
+    - rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socket
+    - rxrpc: Fix error distribution
+    - netfilter: nft_set_rbtree: add missing rb_erase() in GC routine
+    - netfilter: avoid erronous array bounds warning
+    - asix: Check for supported Wake-on-LAN modes
+    - ax88179_178a: Check for supported Wake-on-LAN modes
+    - lan78xx: Check for supported Wake-on-LAN modes
+    - sr9800: Check for supported Wake-on-LAN modes
+    - r8152: Check for supported Wake-on-LAN Modes
+    - smsc75xx: Check for Wake-on-LAN modes
+    - smsc95xx: Check for Wake-on-LAN modes
+    - cfg80211: fix use-after-free in reg_process_hint()
+    - [x86] KVM: nVMX: Do not expose MPX VMX controls when guest MPX disabled
+    - [x86] KVM: Do not use kvm_x86_ops->mpx_supported() directly
+    - [x86] KVM: nVMX: Fix emulation of VM_ENTRY_LOAD_BNDCFGS
+    - perf/core: Fix perf_pmu_unregister() locking
+    - [x86] perf/intel/uncore: Use boot_cpu_data.phys_proc_id instead of
+      hardcorded physical package ID 0
+    - perf/ring_buffer: Prevent concurent ring buffer access
+    - [x86] perf/intel/uncore: Fix PCI BDF address of M3UPI on SKX
+    - [x86] perf/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf
+      events
+    - thunderbolt: Do not handle ICM events after domain is stopped
+    - thunderbolt: Initialize after IOMMUs
+    - Revert "serial: 8250_dw: Fix runtime PM handling"
+    - locking/ww_mutex: Fix runtime warning in the WW mutex selftest
+    - drm/amd/display: Signal hw_done() after waiting for flip_done()
+    - be2net: don't flip hw_features when VXLANs are added/deleted
+    - [powerpc*] numa: Skip onlining a offline node in kdump path
+    - net: cxgb3_main: fix a missing-check bug
+    - yam: fix a missing-check bug
+    - ocfs2: fix crash in ocfs2_duplicate_clusters_by_page()
+    - mm/gup_benchmark: fix unsigned comparison to zero in __gup_benchmark_ioctl
+    - mm/migrate.c: split only transparent huge pages when allocation fails
+    - [x86] paravirt: Fix some warning messages
+    - [arm64] clk: mvebu: armada-37xx-periph: Remove unused var num_parents
+    - libertas: call into generic suspend code before turning off power
+    - perf report: Don't try to map ip to invalid map
+    - HID: i2c-hid: Remove RESEND_REPORT_DESCR quirk and its handling
+    - [armhf] dts: imx53-qsb: disable 1.2GHz OPP
+    - perf record: Use unmapped IP for inline callchain cursors
+    - rxrpc: Don't check RXRPC_CALL_TX_LAST after calling
+      rxrpc_rotate_tx_window()
+    - rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()
+    - rxrpc: Only take the rwind and mtu values from latest ACK
+    - rxrpc: Fix connection-level abort handling
+    - [x86] net: ena: fix warning in rmmod caused by double iounmap
+    - [x86] net: ena: fix rare bug when failed restart/resume is followed by
+      driver removal
+    - [x86] net: ena: fix NULL dereference due to untimely napi initialization
+    - gpio: Assign gpio_irq_chip::parents to non-stack pointer
+    - IB/mlx5: Unmap DMA addr from HCA before IOMMU
+    - rds: RDS (tcp) hangs on sendto() to unresponding address
+    - afs: Fix cell proc list
+    - fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()
+    - Revert "netfilter: ipv6: nf_defrag: drop skb dst before queueing"
+    - bridge: do not add port to router list when receives query with source
+      0.0.0.0
+    - ipv6: mcast: fix a use-after-free in inet6_mc_check
+    - ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are
+      called
+    - ipv6: rate-limit probes for neighbourless routes
+    - llc: set SOCK_RCU_FREE in llc_sap_add_socket()
+    - net: fec: don't dump RX FIFO register when not available
+    - net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs
+    - net/mlx5e: fix csum adjustments caused by RXFCS
+    - net: sched: gred: pass the right attribute to gred_change_table_def()
+    - net: socket: fix a missing-check bug
+    - [armhf,arm64] net: stmmac: Fix stmmac_mdio_reset() when building stmmac
+      as  modules
+    - net: udp: fix handling of CHECKSUM_COMPLETE packets
+    - r8169: fix NAPI handling under high load
+    - rtnetlink: Disallow FDB configuration for non-Ethernet device
+    - sctp: fix race on sctp_id2asoc
+    - tipc: fix unsafe rcu locking when accessing publication list
+    - udp6: fix encap return code for resubmitting
+    - vhost: Fix Spectre V1 vulnerability
+    - virtio_net: avoid using netif_tx_disable() for serializing tx routine
+    - ethtool: fix a privilege escalation bug
+    - bonding: fix length of actor system
+    - ip6_tunnel: Fix encapsulation layout
+    - openvswitch: Fix push/pop ethernet validation
+    - net: ipmr: fix unresolved entry dumps
+    - net/mlx5: Take only bit 24-26 of wqe.pftype_wq for page fault type
+    - net: sched: Fix for duplicate class dump
+    - net/sched: cls_api: add missing validation of netlink attributes
+    - net/ipv6: Allow onlink routes to have a device mismatch if it is the
+      default route
+    - sctp: fix the data size calculation in sctp_data_size
+    - sctp: not free the new asoc when sctp_wait_for_connect returns err
+    - net/mlx5: Fix memory leak when setting fpga ipsec caps
+    - net: bpfilter: use get_pid_task instead of pid_task
+    - net: drop skb on failure in ip_check_defrag()
+    - net: fix pskb_trim_rcsum_slow() with odd trim offset
+    - net/mlx5: WQ, fixes for fragmented WQ buffers API
+    - [sparc64] Make corrupted user stacks more debuggable.
+    - [sparc64] Set %l4 properly on trap return after handling signals.
+    - [sparc64] Wire up compat getpeername and getsockname.
+    - [sparc64] Fix single-pcr perf event counter management.
+    - [sparc64] Fix syscall fallback bugs in VDSO.
+    - [sparc64] Throttle perf events properly.
+    - net: bridge: remove ipv6 zero address check in mcast queries
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.18.18
+    - vfs: swap names of {do,vfs}_clone_file_range()
+    - bpf: fix partial copy of map_ptr when dst is scalar
+    - [armhf,arm64] clk: sunxi-ng: sun4i: Set VCO and PLL bias current to
+      lowest setting
+    - fscache: Fix incomplete initialisation of inline key space
+    - cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)
+    - fscache: Fix out of bound read in long cookie keys
+    - ptp: fix Spectre v1 vulnerability
+    - drm/edid: VSDB yCBCr420 Deep Color mode bit definitions
+    - drm: fb-helper: Reject all pixel format changing requests
+    - RDMA/ucma: Fix Spectre v1 vulnerability (CVE-2017-5753)
+    - IB/ucm: Fix Spectre v1 vulnerability (CVE-2017-5753)
+    - cdc-acm: do not reset notification buffer index upon urb unlinking
+    - cdc-acm: correct counting of UART states in serial state notification
+    - cdc-acm: fix race between reset and control messaging
+    - usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control()
+    - usb: gadget: storage: Fix Spectre v1 vulnerability
+    - usb: roles: intel_xhci: Fix Unbalanced pm_runtime_enable
+    - usb: xhci: pci: Enable Intel USB role mux on Apollo Lake platforms
+    - USB: fix the usbfs flag sanitization for control transfers
+    - tracing: Fix synthetic event to accept unsigned modifier
+    - tracing: Fix synthetic event to allow semicolon at end
+    - [armhf] drm/sun4i: Fix an ulong overflow in the dotclock driver
+    - sched/fair: Fix throttle_list starvation with low CFS quota
+    - [x86] tsc: Force inlining of cyc2ns bits
+    - [x86] hibernate: Fix nosave_regions setup for hibernation
+    - [x86] percpu: Fix this_cpu_read()
+    - [x86] time: Correct the attribute on jiffies' definition
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.18.19
+    - [armhf] mtd: rawnand: marvell: fix the IRQ handler complete() condition
+    - spi: spi-mem: Adjust op len based on message/transfer size limitations
+    - bcache: trace missed reading by cache_missed
+    - bcache: correct dirty data statistics
+    - bcache: fix miss key refill->end in writeback
+    - hwmon: (pmbus) Fix page count auto-detection.
+    - jffs2: free jffs2_sb_info through jffs2_kill_sb()
+    - block: setup bounce bio_sets properly
+    - block: don't deal with discard limit in blkdev_issue_discard()
+    - block: make sure discard bio is aligned with logical block size
+    - block: make sure writesame bio is aligned with logical block size
+    - cpufreq: conservative: Take limits changes into account properly
+    - dma-mapping: fix panic caused by passing empty cma command line argument
+    - pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges
+    - ACPI / OSL: Use 'jiffies' as the time bassis for acpi_os_get_timer()
+    - ACPICA: AML Parser: fix parse loop to correctly skip erroneous extended
+      opcodes
+    - [x86] kprobes: Use preempt_enable() in optimized_callback()
+    - ipmi: Fix timer race with module unload
+    - acpi, nfit: Fix Address Range Scrub completion tracking
+    - [hppa] Fix address in HPMC IVA
+    - [hppa] Fix map_pages() to not overwrite existing pte entries
+    - [hppa] Fix exported address of os_hpmc handler
+    - [x86] ALSA: hda - Add quirk for ASUS G751 laptop
+    - [x86] ALSA: hda - Fix headphone pin config for ASUS G751
+    - [x86] ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo
+      M715
+    - [x86] ALSA: hda - Add mic quirk for the Lenovo G50-30 (17aa:3905)
+    - ALSA: hda: Add 2 more models to the power_save blacklist
+    - ALSA: ca0106: Disable IZD on SB0570 DAC to fix audio pops
+    - [x86] speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
+      (CVE-2017-5715)
+    - [x86] xen: Fix boot loader version reported for PVH guests
+    - [x86] corruption-check: Fix panic in memory_corruption_check() when boot
+      option without value is provided
+    - [x86] mm/pat: Disable preemption around __flush_tlb_all()
+    - [x86] speculation: Support Enhanced IBRS on future CPUs (CVE-2017-5715)
+    - [armhf] dts: exynos: Disable pull control for MAX8997 interrupts on
+      Origen
+    - drm: fix use of freed memory in drm_mode_setcrtc
+    - bpf: do not blindly change rlimit in reuseport net selftest
+    - nvme: remove ns sibling before clearing path
+    - Revert "perf tools: Fix PMU term format max value calculation"
+    - xsk: do not call synchronize_net() under RCU read lock
+    - xfrm: policy: use hlist rcu variants on insert
+    - [x86] perf vendor events intel: Fix wrong filter_band* values for uncore
+      events
+    - r8169: Enable MSI-X on RTL8106e
+    - nfp: flower: fix pedit set actions for multiple partial masks
+    - nfp: flower: use offsets provided by pedit instead of index for ipv6
+    - sched/fair: Fix the min_vruntime update logic in dequeue_entity()
+    - perf evsel: Store ids for events with their own cpus
+      perf_event__synthesize_event_update_cpus
+    - perf tools: Fix use of alternatives to find JDIR
+    - perf cpu_map: Align cpu map synthesized events properly.
+    - perf report: Don't crash on invalid inline debug information
+    - [x86] fpu: Remove second definition of fpu in __fpu__restore_sig()
+    - net: qla3xxx: Remove overflowing shift statement
+    - r8169: re-enable MSI-X on RTL8168g
+    - drm: Get ref on CRTC commit object when waiting for flip_done
+    - [arm64] net: socionext: Reset tx queue in ndo_stop
+    - netfilter: xt_nat: fix DNAT target for shifted portmap ranges
+    - [m68k] ataflop: fix error handling during setup
+    - [m68k] swim: fix cleanup on setup error
+    - [arm64] cpufeature: ctr: Fix cpu capability check for late CPUs
+    - nfp: devlink port split support for 1x100G CXP NIC
+    - tun: Consistently configure generic netdev params via rtnetlink
+    - [s390x] sthyi: Fix machine name validity indication
+    - hwmon: (pwm-fan) Set fan speed to 0 on suspend
+    - lightnvm: pblk: fix race on sysfs line state
+    - lightnvm: pblk: fix two sleep-in-atomic-context bugs
+    - lightnvm: pblk: fix race condition on metadata I/O
+    - perf tools: Free temporary 'sys' string in read_event_files()
+    - perf tools: Cleanup trace-event-info 'tdata' leak
+    - perf strbuf: Match va_{add,copy} with va_end
+    - [x86] cpupower: Fix coredump on VMWare
+    - bcache: Populate writeback_rate_minimum attribute
+    - mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01
+    - sdhci: acpi: add free_slot callback
+    - iwlwifi: pcie: avoid empty free RB queue
+    - iwlwifi: mvm: clear HW_RESTART_REQUESTED when stopping the interface
+    - iwlwifi: mvm: check for n_profiles validity in EWRD ACPI
+    - [i386] olpc: Indicate that legacy PC XO-1 platform should not register
+      RTC
+    - ACPI/PPTT: Handle architecturally unknown cache types
+    - ACPI / PM: LPIT: Register sysfs attributes based on FADT
+    - ACPI / processor: Fix the return value of acpi_processor_ids_walk()
+    - cpufreq: dt: Try freeing static OPPs only if we have added them
+    - [x86] intel_rdt: Show missing resctrl mount options
+    - [arm64] signal: Introduce COMPAT_SIGMINSTKSZ for use in
+      compat_sys_sigaltstack
+    - [arm64] net: hns3: Fix for packet buffer setting bug
+    - [x86] boot: Fix EFI stub alignment
+    - [arm64] net: hns3: Add nic state check before calling netif_tx_wake_queue
+    - [arm64] net: hns3: Fix ets validate issue
+    - [armhf,arm64] pinctrl: sunxi: fix 'pctrl->functions' allocation in
+      sunxi_pinctrl_build_state
+    - [arm64] pinctrl: qcom: spmi-mpp: Fix err handling of pmic_mpp_set_mux
+    - brcmfmac: fix for proper support of 160MHz bandwidth
+    - [arm64] net: hns3: Check hdev state when getting link status
+    - [arm64] net: hns3: Set STATE_DOWN bit of hdev state when stopping net
+    - net: phy: phylink: ensure the carrier is off when starting phylink
+    - block, bfq: correctly charge and reset entity service in all cases
+    - [arm64] entry: Allow handling of undefined instructions from EL1
+    - kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()
+    - spi: gpio: No MISO does not imply no RX
+    - ACPI / LPSS: Add alternative ACPI HIDs for Cherry Trail DMA controllers
+    - [arm64] pinctrl: qcom: spmi-mpp: Fix drive strength setting
+    - bpf/verifier: fix verifier instability
+    - failover: Add missing check to validate 'slave_dev' in
+      net_failover_slave_unregister
+    - perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfo
+    - [arm64] pinctrl: spmi-mpp: Fix pmic_mpp_config_get() to be compliant
+    - [arm64] pinctrl: ssbi-gpio: Fix pm8xxx_pin_config_get() to be compliant
+    - [arm64] net: hns3: Preserve vlan 0 in hardware table
+    - [arm64] net: hns3: Fix ping exited problem when doing lp selftest
+    - [arm64] net: hns3: Fix for vf vlan delete failed problem
+    - [armhf,arm64] net: dsa: mv88e6xxx: Fix writing to a PHY page.
+    - rsi: fix memory alignment issue in ARM32 platforms
+    - iwlwifi: mvm: fix BAR seq ctrl reporting
+    - ixgbe: disallow IPsec Tx offload when in SR-IOV mode
+    - ixgbevf: VF2VF TCP RSS
+    - ath10k: schedule hardware restart if WMI command times out
+    - libata: Apply NOLPM quirk for SAMSUNG MZ7TD256HAFV-000L9
+    - cgroup, netclassid: add a preemption point to write_classid
+    - [armhf,arm64] net: stmmac: dwmac-sun8i: fix OF child-node lookup
+    - f2fs: fix to account IO correctly for cgroup writeback
+    - MD: Memory leak when flush bio size is zero
+    - md: fix memleak for mempool
+    - scsi: esp_scsi: Track residual for PIO transfers
+    - scsi: ufs: Schedule clk gating work on correct queue
+    - UAPI: ndctl: Fix g++-unsupported initialisation in headers
+    - [x86] KVM: nVMX: Clear reserved bits of #DB exit qualification
+    - scsi: megaraid_sas: fix a missing-check bug
+    - RDMA/core: Do not expose unsupported counters
+    - IB/ipoib: Clear IPCB before icmp_send
+    - usb: host: ohci-at91: fix request of irq for optional gpio
+    - usb: typec: tcpm: Report back negotiated PPS voltage and current
+    - tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/
+      deactivated
+    - f2fs: clear PageError on the read path
+    - [x86] Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu mask
+    - [x86] VMCI: Resource wildcard match fixed
+    - PCI / ACPI: Enable wake automatically for power managed bridges
+    - xprtrdma: Reset credit grant properly after a disconnect
+    - irqchip/pdc: Setup all edge interrupts as rising edge at GIC
+    - [armhf,arm64] usb: dwc2: fix a race with external vbus supply
+    - ext4: fix argument checking in EXT4_IOC_MOVE_EXT
+    - MD: fix invalid stored role for a disk
+    - nvmem: check the return value of nvmem_add_cells()
+    - xhci: Avoid USB autosuspend when resuming USB2 ports.
+    - f2fs: fix to recover inode's crtime during POR
+    - f2fs: fix to recover inode's i_flags during POR
+    - PCI/MSI: Warn and return error if driver enables MSI/MSI-X twice
+    - [armhf.arm64] usb: chipidea: Prevent unbalanced IRQ disable
+    - [x86] driver/dma/ioat: Call del_timer_sync() without holding prep_lock
+    - IB/mlx5: Allow transition of DCI QP to reset
+    - uio: ensure class is registered before devices
+    - scsi: lpfc: Correct soft lockup when running mds diagnostics
+    - scsi: lpfc: Correct race with abort on completion path
+    - f2fs: avoid sleeping under spin_lock
+    - f2fs: report error if quota off error during umount
+    - signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid
+      namespace init
+    - IB/rxe: fix for duplicate request processing and ack psns
+    - ALSA: hda: Check the non-cached stream buffers more explicitly
+    - [x86] cpupower: Fix AMD Family 0x17 msr_pstate size
+    - Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"
+    - f2fs: fix to recover cold bit of inode block during POR
+    - f2fs: fix to account IO correctly
+    - OPP: Free OPP table properly on performance state irregularities
+    - [armhf] dts: exynos: Add missing cooling device properties for CPUs
+    - [armhf] dts: exynos: Convert exynos5250.dtsi to opp-v2 bindings
+    - [armhf] dts: exynos: Mark 1 GHz CPU OPP as suspend OPP on Exynos5250
+    - xen-swiotlb: use actually allocated size on check physical continuous
+    - tpm: Restore functionality to xen vtpm driver.
+    - xen/blkfront: avoid NULL blkfront_info dereference on device removal
+    - xen/balloon: Support xend-based toolstack
+    - xen: fix race in xen_qlock_wait()
+    - xen: make xen_qlock_wait() nestable
+    - xen/pvh: increase early stack size
+    - xen/pvh: don't try to unplug emulated devices
+    - libertas: don't set URB_ZERO_PACKET on IN USB transfer
+    - usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten
+    - usb: typec: tcpm: Fix APDO PPS order checking to be based on voltage
+    - mt76: mt76x2: fix multi-interface beacon configuration
+    - iwlwifi: mvm: check return value of rs_rate_from_ucode_rate()
+    - net/ipv4: defensive cipso option parsing
+    - libnvdimm: Hold reference on parent while scheduling async init
+    - libnvdimm, region: Fail badblocks listing for inactive regions
+    - libnvdimm, pmem: Fix badblocks population for 'raw' namespaces
+    - [x86] ASoC: intel: skylake: Add missing break in skl_tplg_get_token()
+    - IB/mlx5: Fix MR cache initialization
+    - IB/rxe: Revise the ib_wr_opcode enum
+    - jbd2: fix use after free in jbd2_log_do_checkpoint()
+    - gfs2_meta: ->mount() can get NULL dev_name
+    - ext4: fix EXT4_IOC_SWAP_BOOT
+    - ext4: initialize retries variable in ext4_da_write_inline_data_begin()
+    - ext4: fix setattr project check in fssetxattr ioctl
+    - ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR
+    - ext4: fix use-after-free race in ext4_remount()'s error path
+    - selinux: fix mounting of cgroup2 under older policies
+    - HID: wacom: Work around HID descriptor bug in DTK-2451 and DTH-2452
+    - HID: hiddev: fix potential Spectre v1
+    - [x86] EDAC, amd64: Add Family 17h, models 10h-2fh support
+    - [x86] EDAC, {i7core,sb,skx}_edac: Fix uncorrected error counting
+    - [x86] EDAC, skx_edac: Fix logical channel intermediate decoding
+    - PCI/ASPM: Fix link_state teardown on device removal
+    - [x86] PCI: vmd: White list for fast interrupt handlers
+    - [powerpc*] signal/GenWQE: Fix sending of SIGKILL
+    - signal: Guard against negative signal numbers in copy_siginfo_from_user32
+    - crypto: lrw - Fix out-of bounds access on counter overflow
+    - crypto: tcrypt - fix ghash-generic speed test
+    - [x86] crypto: aesni - don't use GFP_ATOMIC allocation if the request
+      doesn't cross a page in gcm
+    - mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()
+    - ima: fix showing large 'violations' or 'runtime_measurements_count'
+    - hugetlbfs: dirty pages as they are added to pagecache
+    - mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly
+    - mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback
+    - [armhf,arm64] KVM: Ensure only THP is candidate for adjustment
+    - [arm64] KVM: Fix caching of host MDCR_EL2 value
+    - [armhf] w1: omap-hdq: fix missing bus unregister at removal
+    - smb3: allow stats which track session and share reconnects to be reset
+    - smb3: do not attempt cifs operation in smb3 query info error path
+    - smb3: on kerberos mount if server doesn't specify auth type use krb5
+    - printk: Fix panic caused by passing log_buf_len to command line
+    - genirq: Fix race on spurious interrupt detection
+    - NFSv4.1: Fix the r/wsize checking
+    - nfs: Fix a missed page unlock after pg_doio()
+    - nfsd: correctly decrement odstate refcount in error path
+    - nfsd: Fix an Oops in free_session()
+    - lockd: fix access beyond unterminated strings in prints
+    - dm ioctl: harden copy_params()'s copy_from_user() from malicious users
+    - dm zoned: fix metadata block ref counting
+    - dm zoned: fix various dmz_get_mblock() issues
+    - media: ov7670: make "xclk" clock optional
+    - fsnotify: Fix busy inodes during unmount
+    - [powerpc*] msi: Fix compile error on mpc83xx
+    - [powerpc*] tm: Fix HFSCR bit for no suspend case
+    - [powerpc*] 4s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9
+    - [mips*] memset: Fix CPU_DADDI_WORKAROUNDS `small_fixup' regression
+    - [mips*/octeon] fix out of bounds array access on CN68XX
+    - rtc: ds1307: fix ds1339 wakealarm support
+    - rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt'
+    - rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPI
+    - [armhf] power: supply: twl4030-charger: fix OF sibling-node lookup
+    - [armhf,arm64] iommu/arm-smmu: Ensure that page-table updates are visible
+      before TLBI
+    - media: v4l2-tpg: fix kernel oops when enabling HFLIP and OSD
+    - Revert "media: dvbsky: use just one mutex for serializing device R/W ops"
+    - media: cec: make cec_get_edid_spa_location() an inline function
+    - media: cec: integrate cec_validate_phys_addr() in cec-api.c
+    - xen: fix xen_qlock_wait()
+    - xen: remove size limit of privcmd-buf mapping interface
+    - xen-blkfront: fix kernel panic with negotiate_mq error path
+    - media: cec: add new tx/rx status bits to detect aborts/timeouts
+    - media: cec: fix the Signal Free Time calculation
+    - media: cec: forgot to cancel delayed work
+    - media: em28xx: use a default format if TRY_FMT fails
+    - media: tvp5150: avoid going past array on v4l2_querymenu()
+    - media: em28xx: fix input name for Terratec AV 350
+    - media: em28xx: make v4l2-compliance happier by starting sequence on zero
+    - media: em28xx: fix handler for vidioc_s_input()
+    - media: media colorspaces*.rst: rename AdobeRGB to opRGB
+    - media: replace ADOBERGB by OPRGB
+    - media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCC
+    - [arm64] lse: remove -fcall-used-x0 flag
+    - [arm64] rpmsg: smd: fix memory leak on channel create
+    - Cramfs: fix abad comparison when wrap-arounds occur
+    - [armhf,arm64] soc/tegra: pmc: Fix child-node lookup
+    - tracing: Return -ENOENT if there is no target synthetic event
+    - btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled
+    - btrfs: Handle owner mismatch gracefully when walking up tree
+    - btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid
+      deadlock
+    - btrfs: fix error handling in free_log_tree
+    - btrfs: fix error handling in btrfs_dev_replace_start
+    - btrfs: Enhance btrfs_trim_fs function to handle error better
+    - btrfs: Ensure btrfs_trim_fs can trim the whole filesystem
+    - btrfs: iterate all devices during trim, instead of fs_devices::alloc_list
+    - btrfs: don't attempt to trim devices that don't support it
+    - btrfs: keep trim from interfering with transaction commits
+    - btrfs: wait on caching when putting the bg cache
+    - Btrfs: don't clean dirty pages during buffered writes
+    - btrfs: release metadata before running delayed refs
+    - btrfs: protect space cache inode alloc with GFP_NOFS
+    - btrfs: reset max_extent_size on clear in a bitmap
+    - btrfs: make sure we create all new block groups
+    - Btrfs: fix warning when replaying log after fsync of a tmpfile
+    - Btrfs: fix wrong dentries after fsync of file that got its parent
+      replaced
+    - btrfs: qgroup: Dirty all qgroups before rescan
+    - Btrfs: fix null pointer dereference on compressed write path error
+    - Btrfs: fix assertion on fsync of regular file when using no-holes feature
+    - Btrfs: fix deadlock when writing out free space caches
+    - btrfs: reset max_extent_size properly
+    - btrfs: set max_extent_size properly
+    - btrfs: don't use ctl->free_space for max_extent_size
+    - btrfs: only free reserved extent if we didn't insert it
+    - btrfs: fix insert_reserved error handling
+    - btrfs: don't run delayed_iputs in commit
+    - btrfs: move the dio_sem higher up the callchain
+    - Btrfs: fix use-after-free during inode eviction
+    - Btrfs: fix use-after-free when dumping free space
+    - net: sched: Remove TCA_OPTIONS from policy
+    - userns: also map extents in the reverse map to kernel IDs
+    - bpf: wait for running BPF programs when updating map-in-map
+    - MD: fix invalid stored role for a disk - try2
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.18.20
+    - [powerpc*] traps: restore recoverability of machine_check interrupts
+    - [powerpc*] 64/module: REL32 relocation range check
+    - [powerpc*] mm: Fix page table dump to work on Radix
+    - [powerpc*] mm: fix always true/false warning in slice.c
+    - drm/amd/display: fix bug of accessing invalid memory
+    - Input: wm97xx-ts - fix exit path
+    - [powerpc*] eeh: Fix possible null deref in eeh_dump_dev_log()
+    - tty: check name length in tty_find_polling_driver()
+    - tracing/kprobes: Check the probe on unloaded module correctly
+    - drm/amdgpu/powerplay: fix missing break in switch statements
+    - [powerpc*] nohash: fix undefined behaviour when testing page size support
+    - [powerpc*] mm: Don't report hugepage tables as memory leaks when using
+      kmemleak
+    - [armhf] drm/omap: fix memory barrier bug in DMM driver
+    - drm/amd/display: fix gamma not being applied
+    - [arm64] drm/hisilicon: hibmc: Do not carry error code in HiBMC
+      framebuffer pointer
+    - media: pci: cx23885: handle adding to list failure
+    - [mips*] kexec: Mark CPU offline before disabling local IRQ
+    - [powerpc*] memtrace: Remove memory in chunks
+    - [mips*] PCI: Call pcie_bus_configure_settings() to set MPS/MRRS
+    - media: tvp5150: fix width alignment during set_selection()
+    - drm/amdgpu: Fix SDMA TO after GPU reset v3
+    - 9p locks: fix glock.client_id leak in do_lock
+    - udf: Prevent write-unsupported filesystem to be remounted read-write
+    - 9p: clear dangling pointers in p9stat_free
+    - cdrom: fix improper type cast, which can leat to information leak.
+    - ovl: fix error handling in ovl_verify_set_fh()
+    - ovl: check whiteout in ovl_create_over_whiteout()
+    - [sh4] serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout
+    - scsi: qla2xxx: Fix incorrect port speed being set for FC adapters
+    - scsi: qla2xxx: Fix process response queue for ISP26XX and above
+    - scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxx
+    - scsi: qla2xxx: shutdown chip if reset fail
+    - scsi: qla2xxx: Fix duplicate switch database entries
+    - scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configured
+    - fuse: Fix use-after-free in fuse_dev_do_read()
+    - fuse: Fix use-after-free in fuse_dev_do_write()
+    - fuse: fix blocked_waitq wakeup
+    - fuse: set FR_SENT while locked
+    - ovl: fix recursive oi->lock in ovl_link()
+    - scsi: qla2xxx: Fix re-using LoopID when handle is in use
+    - scsi: qla2xxx: Fix NVMe session hang on unload
+    - [arm64] clk: meson-gxbb: set fclk_div3 as CLK_IS_CRITICAL
+    - [arm64] clk: meson: axg: mark fdiv2 and fdiv3 as critical
+    - zram: close udev startup race condition as default groups
+    - [mips*el/loonsgon-3] Fix CPU UART irq delivery problem
+    - [mips*el/loongson-3] Fix BRIDGE irq delivery problem
+    - [armhf] clk: s2mps11: Fix matching when built as module and DT node
+      contains compatible
+    - [armhf,arm64] clk: sunxi-ng: h6: fix bus clocks' divider position
+    - [arm64] clk: rockchip: fix wrong mmc sample phase shift for rk3328
+    - [armhf,arm64] clk: rockchip: Fix static checker warning in
+      rockchip_ddrclk_get_parent call
+    - libceph: bump CEPH_MSG_MAX_DATA_LEN
+    - Revert "ceph: fix dentry leak in splice_dentry()"
+    - thermal: core: Fix use-after-free in thermal_cooling_device_destroy_sysfs
+    - mach64: fix display corruption on big endian machines
+    - mach64: fix image corruption due to reading accelerator registers
+    - acpi/nfit, x86/mce: Handle only uncorrectable machine checks
+    - acpi/nfit, x86/mce: Validate a MCE's address before using it
+    - acpi, nfit: Fix ARS overflow continuation
+    - [arm64] reset: hisilicon: fix potential NULL pointer dereference
+    - vhost/scsi: truncate T10 PI iov_iter to prot_bytes
+    - scsi: qla2xxx: Initialize port speed to avoid setting lower speed
+    - SCSI: fix queue cleanup race before queue initialization is done
+    - [powerpc*] Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED
+      for CONFIG_SWAP"
+    - ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry
+    - ocfs2: free up write context when direct IO failed
+    - mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
+    - memory_hotplug: cond_resched in __remove_pages
+    - netfilter: conntrack: fix calculation of next bucket number in early_drop
+    - [armhf] 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm
+    - bonding/802.3ad: fix link_failure_count tracking
+    - mtd: nand: Fix nanddev_neraseblocks()
+    - mtd: docg3: don't set conflicting BCH_CONST_PARAMS option
+    - hwmon: (core) Fix double-free in __hwmon_device_register()
+    - perf stat: Handle different PMU names with common prefix
+    - of, numa: Validate some distance map rules
+    - [x86] hyper-v: Enable PIT shutdown quirk
+    - termios, tty/tty_baudrate.c: fix buffer overrun
+    - watchdog/core: Add missing prototypes for weak functions
+    - btrfs: fix pinned underflow after transaction aborted
+    - Btrfs: fix cur_offset in the error case for nocow
+    - Btrfs: fix infinite loop on inode eviction after deduplication of eof
+      block
+    - Btrfs: fix data corruption due to cloning of eof block
+    - clockevents/drivers/i8253: Add support for PIT shutdown quirk
+    - ext4: add missing brelse() update_backups()'s error path
+    - ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path
+    - ext4: add missing brelse() add_new_gdb_meta_bg()'s error path
+    - ext4: avoid potential extra brelse in setup_new_flex_group_blocks()
+    - ext4: missing !bh check in ext4_xattr_inode_write()
+    - ext4: fix possible inode leak in the retry loop of ext4_resize_fs()
+    - ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()
+    - ext4: avoid buffer leak in ext4_orphan_add() after prior errors
+    - ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while
+      resizing
+    - ext4: avoid possible double brelse() in add_new_gdb() on error path
+    - ext4: fix possible leak of sbi->s_group_desc_leak in error path
+    - ext4: fix possible leak of s_journal_flag_rwsem in error path
+    - ext4: fix buffer leak in ext4_xattr_get_block() on error path
+    - ext4: release bs.bh before re-using in ext4_xattr_block_find()
+    - ext4: fix buffer leak in ext4_xattr_move_to_block() on error path
+    - ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error path
+    - ext4: fix buffer leak in __ext4_read_dirblock() on error path
+    - mount: Retest MNT_LOCKED in do_umount
+    - mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts
+    - mount: Prevent MNT_DETACH from disconnecting locked mounts
+    - mnt: fix __detach_mounts infinite loop
+    - sunrpc: correct the computation for page_ptr when truncating
+    - NFSv4: Don't exit the state manager without clearing
+      NFS4CLNT_MANAGER_RUNNING
+    - nfsd: COPY and CLONE operations require the saved filehandle to be set
+    - rtc: hctosys: Add missing range error reporting
+    - fuse: fix use-after-free in fuse_direct_IO()
+    - fuse: fix leaked notify reply
+    - selinux: check length properly in SCTP bind hook
+    - configfs: replace strncpy with memcpy
+    - gfs2: Put bitmap buffers in put_super
+    - gfs2: Fix metadata read-ahead during truncate (2)
+    - libata: blacklist SAMSUNG MZ7TD256HAFV-000L9 SSD
+    - crypto: user - fix leaking uninitialized memory to userspace
+    - hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!
+    - mm/swapfile.c: use kvzalloc for swap_info_struct allocation
+    - [armhf,arm64] efi/libstub: Pack FDT after populating it
+    - [armhf,arm64] drm/rockchip: Allow driver to be shutdown on reboot/kexec
+    - [arm64] drm/msm: fix OF child-node lookup
+    - drm/amdgpu: Fix typo in amdgpu_vmid_mgr_init
+    - drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type
+    - drm/nouveau: Check backlight IDs are >= 0, not > 0
+    - drm/nouveau: Fix nv50_mstc->best_encoder()
+    - drm/amd/powerplay: Enable/Disable NBPSTATE on On/OFF of UVD
+    - [armhf] drm/etnaviv: fix bogus fence complete check in timeout handler
+    - drm/dp_mst: Check if primary mstb is null
+    - drm: panel-orientation-quirks: Add quirk for Acer One 10 (S1003)
+    - [x86] drm/i915/dp: Link train Fallback on eDP only if fallback link BW
+      can fit panel's native mode
+    - [x86] drm/i915: Restore vblank interrupts earlier
+    - [x86] drm/i915: Don't unset intel_connector->mst_port
+    - [x86] drm/i915: Skip vcpi allocation for MSTB ports that are gone
+    - [x86] drm/i915: Large page offsets for pread/pwrite
+    - [x86] drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse()
+    - [x86] drm/i915/dp: Restrict link retrain workaround to external monitors
+    - [x86] drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values
+    - [x86] drm/i915: Fix error handling for the NV12 fb dimensions check
+    - [x86] drm/i915: Fix ilk+ watermarks when disabling pipes
+    - [x86] drm/i915: Compare user's 64b GTT offset even on 32b
+    - [x86] drm/i915: Don't oops during modeset shutdown after lpe audio deinit
+    - [x86] drm/i915: Mark pin flags as u64
+    - [x86] drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5
+    - [x86] drm/i915/execlists: Force write serialisation into context image vs
+      execution
+    - [x86] drm/i915: Fix possible race in intel_dp_add_mst_connector()
+    - [armhf,arm64] CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM
+
+  [ Ben Hutchings ]
+  * linux-perf: Fix BPF feature detection
+  * [rt] Update to 4.18.16-rt9:
+    - Revert "rcu: Use cpus_read_lock() while looking at cpu_online_mask"
+    - EXP rcu: Revert expedited GP parallelization cleverness
+
+  [ Romain Perier ]
+  * [rt] Update to 4.18.12-rt7
+  * Fixed FTBFS caused by wireless-disable-regulatory.db-direct-loading.patch,
+    due to conflicting types for 'reg_query_regdb_wmm'
+
+  [ Vagrant Cascadian ]
+  * [arm64] Update pinebook/teres-i device-tree patches to 4.19.x:
+    - Enables the lid to wakeup from suspend.
+
+  [ Salvatore Bonaccorso ]
+  * [x86] swiotlb: Enable swiotlb for > 4GiG RAM on 32-bit kernels
+    (Closes: #908924)
+  * mremap: properly flush TLB before releasing the page (CVE-2018-18281)
+  * cdrom: fix improper type cast, which can leat to information leak
+    (CVE-2018-18710)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 21 Nov 2018 20:55:46 +0000
+
+linux (4.18.10-2) unstable; urgency=medium
+
+  [ Ben Hutchings ]
+  * [rt][arm64,armhf] Fix build failure after rebasing onto 4.18.10
+  * xen-netback: fix input validation in xenvif_set_hash_mapping()
+    (CVE-2018-15471)
+  * Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct
+    member name" (Closes: #909813)
+
+  [ Salvatore Bonaccorso ]
+  * [arm64] KVM: Tighten guest core register access from userspace
+    (CVE-2018-18021)
+  * [arm64] KVM: Sanitize PSTATE.M when being set from userspace
+    (CVE-2018-18021)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 07 Oct 2018 21:57:06 +0100
+
+linux (4.18.10-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.18.9
+    - i2c: xiic: Make the start and the byte count write atomic
+    - i2c: i801: fix DNV's SMBCTRL register offset
+    - HID: multitouch: fix Elan panels with 2 input modes declaration
+    - HID: core: fix grouping by application
+    - HID: i2c-hid: Fix flooded incomplete report after S3 on Rayd touchscreen
+    - HID: input: fix leaking custom input node name
+    - mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not
+      supported.
+    - mac80211: don't update the PM state of a peer upon a multicast frame
+    - scsi: lpfc: Correct MDS diag and nvmet configuration
+    - nbd: don't allow invalid blocksize settings
+    - block: don't warn when doing fsync on read-only devices
+    - block: bfq: swap puts in bfqg_and_blkg_put
+    - android: binder: fix the race mmap and alloc_new_buf_locked
+    - [mips*] VDSO: Match data page cache colouring when D$ aliases
+    - smb3: Backup intent flag missing for directory opens with backupuid mounts
+    - smb3: check for and properly advertise directory lease support
+    - cifs: connect to servername instead of IP for IPC$ share
+    - btrfs: fix qgroup_free wrong num_bytes in btrfs_subvolume_reserve_metadata
+    - btrfs: fix data corruption when deduplicating between different files
+    - [arm64] KVM: Only force FPEXC32_EL2.EN if trapping FPSIMD
+    - [armhf, arm64] KVM: Clean dcache to PoC when changing PTE due to CoW
+    - [[powerpc*] KVM: Book3S HV: Use correct pagesize in kvm_unmap_radix()
+    - [s390x] KVM: vsie: copy wrapping keys to right place
+    - [x86] KVM: SVM: Set EMULTYPE_NO_REEXECUTE for RSM emulation
+    - [x86] KVM: VMX: Do not allow reexecute_instruction() when skipping MMIO
+      instr
+    - [x86] KVM: Invert emulation re-execute behavior to make it opt-in
+    - [x86] KVM: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTE
+    - [x86] KVM: Default to not allowing emulation retry in kvm_mmu_page_fault
+    - [x86] KVM: Do not re-{try,execute} after failed emulation in L2
+    - ACPI / LPSS: Force LPSS quirks on boot
+    - memory: ti-aemif: fix a potential NULL-pointer dereference
+    - ALSA: hda - Fix cancel_work_sync() stall from jackpoll work
+    - cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()
+    - cpu/hotplug: Prevent state corruption on error rollback
+    - [x86] microcode: Make sure boot_cpu_data.microcode is up-to-date
+    - [x86] microcode: Update the new microcode revision unconditionally
+    - [x86] process: Don't mix user/kernel regs in 64bit __show_regs()
+    - [x86] apic/vector: Make error return value negative
+    - switchtec: Fix Spectre v1 vulnerability
+    - misc: mic: SCIF Fix scif_get_new_port() error handling
+    - ALSA: hda/realtek - Add mute LED quirk for HP Spectre x360
+    - ethtool: Remove trailing semicolon for static inline
+    - i2c: aspeed: Add an explicit type casting for *get_clk_reg_val
+    - Bluetooth: h5: Fix missing dependency on BT_HCIUART_SERDEV
+    - gpio: tegra: Move driver registration to subsys_init level
+    - [powerpc*] powernv: Fix concurrency issue with npu->mmio_atsd_usage
+    - [powerpc*] 4xx: Fix error return path in ppc4xx_msi_probe()
+    - media: davinci: vpif_display: Mix memory leak on probe error path
+    - media: dw2102: Fix memleak on sequence of probes
+    - net: phy: Fix the register offsets in Broadcom iProc mdio mux driver
+    - scsi: qla2xxx: Fix unintended Logout
+    - scsi: qla2xxx: Fix session state stuck in Get Port DB
+    - scsi: qla2xxx: Silent erroneous message
+    - clk: scmi: Fix the rounding of clock rate
+    - blk-mq: fix updating tags depth
+    - scsi: lpfc: Fix driver crash when re-registering NVME rports.
+    - scsi: target: fix __transport_register_session locking
+    - md/raid5: fix data corruption of replacements after originals dropped
+    - timers: Clear timer_base::must_forward_clk with timer_base::lock held
+    - gpu: ipu-v3: default to id 0 on missing OF alias
+    - misc: ti-st: Fix memory leak in the error path of probe()
+    - uio: potential double frees if __uio_register_device() fails
+    - firmware: vpd: Fix section enabled flag on vpd_section_destroy
+    - [x86] Drivers: hv: vmbus: Cleanup synic memory free path
+    - tty: rocket: Fix possible buffer overwrite on register_PCI
+    - uio: fix possible circular locking dependency
+    - iwlwifi: pcie: don't access periphery registers when not available
+    - IB/IPoIB: Set ah valid flag in multicast send flow
+    - f2fs: fix to active page in lru list for read path
+    - f2fs: do not set free of current section
+    - f2fs: Keep alloc_valid_block_count in sync
+    - f2fs: issue discard align to section in LFS mode
+    - f2fs: fix defined but not used build warnings
+    - f2fs: fix to detect looped node chain correctly
+    - ASoC: soc-pcm: Use delay set in component pointer function
+    - perf tools: Allow overriding MAX_NR_CPUS at compile time
+    - device-dax: avoid hang on error before devm_memremap_pages()
+    - NFSv4.0 fix client reference leak in callback
+    - perf c2c report: Fix crash for empty browser
+    - perf evlist: Fix error out while applying initial delay and LBR
+    - [powerpc*] pseries: fix EEH recovery of some IOV devices
+    - [powerpc*] macintosh/via-pmu: Add missing mmio accessors
+    - ath9k: report tx status on EOSP
+    - ath9k_hw: fix channel maximum power level test
+    - ath10k: prevent active scans on potential unusable channels
+    - wlcore: Set rx_status boottime_ns field on rx
+    - rpmsg: core: add support to power domains for devices
+    - mtd: rawnand: make subop helpers return unsigned values
+    - scsi: tcmu: do not set max_blocks if data_bitmap has been setup
+    - [mips*] Fix ISA virt/bus conversion for non-zero PHYS_OFFSET
+    - ata: libahci: Allow reconfigure of DEVSLP register
+    - ata: libahci: Correct setting of DEVSLP register
+    - nfs: Referrals not inheriting proto setting from parent
+    - scsi: 3ware: fix return 0 on the error path of probe
+    - tools/testing/nvdimm: kaddr and pfn can be NULL to ->direct_access()
+    - ath10k: disable bundle mgmt tx completion event support
+    - media: em28xx: explicitly disable TS packet filter
+    - PCI: mobiveil: Fix struct mobiveil_pcie.pcie_reg_base address type
+    - [powerpc*] mm: Don't report PUDs as memory leaks when using kmemleak
+    - Bluetooth: hidp: Fix handling of strncpy for hid->name information
+    - [x86] mm: Remove in_nmi() warning from vmalloc_fault()
+    - [armhf] pinctrl: imx: off by one in imx_pinconf_group_dbg_show()
+    - gpio: pxa: disable pinctrl calls for PXA3xx
+    - gpio: ml-ioh: Fix buffer underwrite on probe error path
+    - [x86, arm64] pinctrl/amd: only handle irq if it is pending and unmasked
+    - [armhf, arm64] net: mvneta: fix mtu change on port without link
+    - f2fs: try grabbing node page lock aggressively in sync scenario
+    - pktcdvd: Fix possible Spectre-v1 for pkt_devs
+    - f2fs: fix to skip GC if type in SSA and SIT is inconsistent
+    - [x86] tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
+    - f2fs: fix to do sanity check with reserved blkaddr of inline inode
+      (CVE-2018-13099)
+    - [mips*] Octeon: add missing of_node_put()
+    - [mips*] generic: fix missing of_node_put()
+    - thermal: rcar_thermal: avoid NULL dereference in absence of IRQ resources
+    - thermal_hwmon: Sanitize attribute name passed to hwmon
+    - net: dcb: For wild-card lookups, use priority -1, not 0
+    - dm cache: only allow a single io_mode cache feature to be requested
+    - Input: atmel_mxt_ts - only use first T9 instance
+    - [powerpc*] partitions/aix: append null character to print data from disk
+    - [powerpc*] partitions/aix: fix usage of uninitialized lv_info and lvname
+      structures
+    - drm/amd/display: Prevent PSR from being enabled if initialization fails
+    - media: em28xx: Fix dual transport stream operation
+    - [arm64] iommu/arm-smmu-v3: Abort all transactions if SMMU is enabled in
+      kdump kernel
+    - f2fs: fix to wait on page writeback before updating page
+    - f2fs: Fix uninitialized return in f2fs_ioc_shutdown()
+    - media: em28xx: Fix DualHD disconnect oops
+    - f2fs: avoid potential deadlock in f2fs_sbi_store
+    - f2fs: fix to do sanity check with secs_per_zone (CVE-2018-13100)
+    - [armhf] mfd: ti_am335x_tscadc: Fix struct clk memory leak
+    - f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesize
+    - f2fs: fix to propagate return value of scan_nat_page()
+    - f2fs: fix to do sanity check with extra_attr feature (CVE-2018-13098)
+    - RDMA/hns: Add illegal hop_num judgement
+    - NFSv4.1: Fix a potential layoutget/layoutrecall deadlock
+    - RDMA/hns: Update the data type of immediate data
+    - [mips*] WARN_ON invalid DMA cache maintenance, not BUG_ON
+    - [mips*] mscc: ocelot: fix length of memory address space for MIIM
+    - RDMA/cma: Do not ignore net namespace for unbound cm_id
+    - clocksource: Revert "Remove kthread"
+    - autofs: fix autofs_sbi() does not check super block type
+    - mm: get rid of vmacache_flush_all() entirely (CVE-2018-17182)
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.18.10
+    - be2net: Fix memory leak in be_cmd_get_profile_config()
+    - net/mlx5: Fix use-after-free in self-healing flow
+    - rds: fix two RCU related problems
+    - tipc: orphan sock in tipc_release()
+    - net/mlx5: E-Switch, Fix memory leak when creating switchdev mode FDB
+      tables
+    - net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPC
+    - net/mlx5: Check for error in mlx5_attach_interface
+    - net/mlx5: Fix debugfs cleanup in the device init/remove flow
+    - erspan: fix error handling for erspan tunnel
+    - erspan: return PACKET_REJECT when the appropriate tunnel is not found
+    - tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY
+    - net/mlx5: Fix not releasing read lock when adding flow rules
+    - net/mlx5: Fix possible deadlock from lockdep when adding fte to fg
+    - net/mlx5: Use u16 for Work Queue buffer fragment size
+    - [armhf, arm64] usb: dwc3: change stream event enable bit back to 13
+    - [arm64] iommu/arm-smmu-v3: sync the OVACKFLG to PRIQ consumer register
+    - [armhf] iommu/io-pgtable-arm-v7s: Abort allocation when table address
+      overflows the PTE
+    - [armhf] iommu/io-pgtable-arm: Fix pgtable allocation in selftest
+    - ALSA: msnd: Fix the default sample sizes
+    - ALSA: usb-audio: Add support for Encore mDSD USB DAC
+    - ALSA: usb-audio: Fix multiple definitions in AU0828_DEVICE() macro
+    - xfrm: fix 'passing zero to ERR_PTR()' warning
+    - [amd64, arm64] amd-xgbe: use dma_mapping_error to check map errors
+    - nfp: don't fail probe on pci_sriov_set_totalvfs() errors
+    - iwlwifi: cancel the injective function between hw pointers to tfd entry
+      index
+    - gfs2: Special-case rindex for gfs2_grow
+    - [armhf] clk: imx6ul: fix missing of_node_put()
+    - [armhf] clk: imx6sll: fix missing of_node_put()
+    - [arm64] clk: mvebu: armada-37xx-periph: Fix wrong return value in
+      get_parent
+    - Input: pxrc - fix freeing URB on device teardown
+    - clk: core: Potentially free connection id
+    - clk: clk-fixed-factor: Clear OF_POPULATED flag in case of failure
+    - media: tw686x: Fix oops on buffer alloc failure
+    - [armhf] dmaengine: pl330: fix irq race with terminate_all
+    - [mips*] ath79: fix system restart
+    - media: videobuf2-core: check for q->error in vb2_core_qbuf()
+    - IB/rxe: Drop QP0 silently
+    - block: allow max_discard_segments to be stacked
+    - IB/ipoib: Fix error return code in ipoib_dev_init()
+    - mtd/maps: fix solutionengine.c printk format warnings
+    - gfs2: Don't reject a supposedly full bitmap if we have blocks reserved
+    - perf tools: Synthesize GROUP_DESC feature in pipe mode
+    - perf tools: Fix struct comm_str removal crash
+    - [powerpc*] perf: Fix callchain ip filtering when return address is in a
+      register
+    - fbdev: Distinguish between interlaced and progressive modes
+    - [armhf] exynos: Clear global variable on init error path
+    - [powerpc*] perf: Fix callchain ip filtering
+    - nvmet: fix file discard return status
+    - nvme-rdma: unquiesce queues when deleting the controller
+    - [armhf, arm64] KVM: vgic: Fix possible spectre-v1 write in
+      vgic_mmio_write_apr()
+    - [powerpc*] powerpc/powernv: opal_put_chars partial write fix
+    - perf script: Show correct offsets for DWARF-based unwinding
+    - ASoC: rt5514: Fix the issue of the delay volume applied
+    - [mips*] jz4740: Bump zload address
+    - mac80211: restrict delayed tailroom needed decrement
+    - Smack: Fix handling of IPv4 traffic received by PF_INET6 sockets
+    - wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of
+      qe_muram_alloc
+    - [arm64] fix possible spectre-v1 write in ptrace_hbp_set_event()
+    - reset: imx7: Fix always writing bits as 0
+    - efi/arm: preserve early mapping of UEFI memory map longer for BGRT
+    - ALSA: usb-audio: Generic DSD detection for Thesycon-based implementations
+    - nfp: avoid buffer leak when FW communication fails
+    - xen-netfront: fix queue name setting
+    - [arm64] dts: qcom: db410c: Fix Bluetooth LED trigger
+    - ARM: dts: qcom: msm8974-hammerhead: increase load on l20 for sdhci
+    - soc: qcom: smem: Correct check for global partition
+    - [s390x] qeth: fix race in used-buffer accounting
+    - [s390x] qeth: reset layer2 attribute on layer switch
+    - platform/x86: toshiba_acpi: Fix defined but not used build warnings
+    - KVM: arm/arm64: Fix vgic init race
+    - drivers/base: stop new probing during shutdown
+    - i2c: aspeed: Fix initial values of master and slave state
+    - drm/amd/pp: Set Max clock level to display by default
+    - regulator: qcom_spmi: Use correct regmap when checking for error
+    - regulator: qcom_spmi: Fix warning Bad of_node_put()
+    - iommu/ipmmu-vmsa: IMUCTRn.TTSEL needs a special usage on R-Car Gen3
+    - dmaengine: mv_xor_v2: kill the tasklets upon exit
+    - crypto: sharah - Unregister correct algorithms for SAHARA 3
+    - [x86] pti: Check the return value of pti_user_pagetable_walk_p4d()
+    - [x86] pti: Check the return value of pti_user_pagetable_walk_pmd()
+    - [x86} mm/pti: Add an overflow check to pti_clone_pmds()
+    - PCI/AER: Honor "pcie_ports=native" even if HEST sets FIRMWARE_FIRST
+    - xen-netfront: fix warn message as irq device name has '/'
+    - RDMA/cma: Protect cma dev list with lock
+    - pstore: Fix incorrect persistent ram buffer mapping
+    - xen/netfront: fix waiting for xenbus state change
+    - IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handler
+    - [s390x] crypto: Fix return code checking in cbc_paes_crypt()
+    - [armhf] mmc: omap_hsmmc: fix wakeirq handling on removal
+    - ipmi: Rework SMI registration failure
+    - ipmi: Move BT capabilities detection to the detect call
+    - ipmi: Fix I2C client removal in the SSIF driver
+    - ovl: fix oopses in ovl_fill_super() failure paths
+    - vmbus: don't return values for uninitalized channels
+    - tools: hv: Fix a bug in the key delete code
+    - misc: ibmvsm: Fix wrong assignment of return code
+    - misc: hmc6352: fix potential Spectre v1
+    - xhci: Fix use after free for URB cancellation on a reallocated endpoint
+    - usb: Don't die twice if PCI xhci host is not responding in resume
+    - usb: xhci: fix interrupt transfer error happened on MTK platforms
+    - usb: mtu3: fix error of xhci port id when enable U3 dual role
+    - mei: ignore not found client in the enumeration
+    - mei: bus: fix hw module get/put balance
+    - mei: bus: need to unlink client before freeing
+    - dm verity: fix crash on bufio buffer that was allocated with vmalloc
+    - usb: Add quirk to support DJI CineSSD
+    - usb: uas: add support for more quirk flags
+    - usb: Avoid use-after-free by flushing endpoints early in
+      usb_set_interface()
+    - usb: host: u132-hcd: Fix a sleep-in-atomic-context bug in u132_get_frame()
+    - usb: add quirk for WORLDE Controller KS49 or Prodipe MIDI 49C USB
+      controller
+    - usb: gadget: udc: renesas_usb3: fix maxpacket size of ep0
+    - usb: net2280: Fix erroneous synchronization change
+    - usb: serial: io_ti: fix array underflow in completion handler
+    - usb: misc: uss720: Fix two sleep-in-atomic-context bugs
+    - usb: serial: ti_usb_3410_5052: fix array underflow in completion handler
+    - usb: yurex: Fix buffer over-read in yurex_write()
+    - usb: cdc-wdm: Fix a sleep-in-atomic-context bug in
+      service_outstanding_interrupt()
+    - Revert "cdc-acm: implement put_char() and flush_chars()"
+    - cifs: prevent integer overflow in nxt_dir_entry()
+    - CIFS: fix wrapping bugs in num_entries()
+    - cifs: integer overflow in in SMB2_ioctl()
+    - xtensa: ISS: don't allocate memory in platform_setup
+    - perf/core: Force USER_DS when recording user stack data
+    - perf tools: Fix maps__find_symbol_by_name()
+    - of: fix phandle cache creation for DTs with no phandles
+    - x86/EISA: Don't probe EISA bus for Xen PV guests
+    - NFSv4: Fix a tracepoint Oops in initiate_file_draining()
+    - NFSv4.1 fix infinite loop on I/O.
+    - of: add helper to lookup compatible child node
+    - mmc: meson-mx-sdio: fix OF child-node lookup
+    - binfmt_elf: Respect error return from `regset->active'
+    - net/mlx5: Add missing SET_DRIVER_VERSION command translation
+    - audit: fix use-after-free in audit_add_watch
+    - mtdchar: fix overflows in adjustment of `count`
+    - vfs: fix freeze protection in mnt_want_write_file() for overlayfs
+    - bpf: fix rcu annotations in compute_effective_progs()
+    - spi: dw: fix possible race condition
+    - Bluetooth: Use lock_sock_nested in bt_accept_enqueue
+    - evm: Don't deadlock if a crypto algorithm is unavailable
+    - [powerpc*] KVM: Book3S HV: Add of_node_put() in success path
+    - security: check for kstrdup() failure in lsm_append()
+    - PM / devfreq: use put_device() instead of kfree()
+    - [powerpc*] KVM: Book3S: Fix matching of hardware and emulated TCE tables
+    - configfs: fix registered group removal
+    - sched/core: Use smp_mb() in wake_woken_function()
+    - efi/esrt: Only call efi_mem_reserve() for boot services memory
+    - [arm64] net: hns3: Reset net device with rtnl_lock
+    - [arm64] net: hns3: Fix for reset_level default assignment probelm
+    - [arm64] hisi: handle of_iomap and fix missing of_node_put
+    - [arm64] hisi: fix error handling and missing of_node_put
+    - [arm64] net: hns3: Fix return value error in hns3_reset_notify_down_enet
+    - [arm64] hisi: check of_iomap and fix missing of_node_put
+    - liquidio: fix hang when re-binding VF host drv after running DPDK VF
+      driver
+    - [armhf] gpu: ipu-v3: csi: pass back mbus_code_to_bus_cfg error codes
+    - ASoC: hdmi-codec: fix routing
+    - serial: 8250: of: Correct of_platform_serial_setup() error handling
+    - tty: fix termios input-speed encoding when using BOTHER
+    - tty: fix termios input-speed encoding
+    - [armhf, arm64] mmc: tegra: prevent HS200 on Tegra 3
+    - mmc: sdhci: do not try to use 3.3V signaling if not supported
+    - drm/nouveau: Fix runtime PM leak in drm_open()
+    - drm/nouveau/debugfs: Wake up GPU before doing any reclocking
+    - [armhf, arm64] drm/nouveau: tegra: Detach from ARM DMA/IOMMU mapping
+    - tls: Fix zerocopy_from_iter iov handling
+    - parport: sunbpp: fix error return code
+    - sched/fair: Fix util_avg of new tasks for asymmetric systems
+    - f2fs: do checkpoint in kill_sb
+    - drm/amd/display: support access ddc for mst branch
+    - gpiolib: Mark gpio_suffixes array with __maybe_unused
+    - [armhf, arm64] net: mvpp2: make sure we use single queue mode on PPv2.1
+    - mfd: 88pm860x-i2c: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
+    - input: rohm_bu21023: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
+    - [x86] drm/amdkfd: Fix kernel queue 64 bit doorbell offset calculation
+    - [x86] drm/amdkfd: Fix error codes in kfd_get_process
+    - ALSA: pcm: Fix snd_interval_refine first/last with open min/max
+    - scsi: libfc: fixup 'sleeping function called from invalid context'
+    - scsi: lpfc: Fix NVME Target crash in defer rcv logic
+    - scsi: lpfc: Fix panic if driver unloaded when port is offline
+    - [arm64] perf: Disable PMU while processing counter overflows
+    - drm/amd/pp: Send khz clock values to DC for smu7/8
+    - IB/mlx5: fix uaccess beyond "count" in debugfs read/write handlers
+    - blk-mq: only attempt to merge bio if there is rq in sw queue
+    - blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()
+    - [arm64] pinctrl: msm: Fix msm_config_group_get() to be compliant
+    - [arm64] pinctrl: qcom: spmi-gpio: Fix pmic_gpio_config_get() to be
+      compliant
+    - [armhf, arm64] clk: tegra: bpmp: Don't crash when a clock fails to
+      register
+    - [x86] mei: bus: type promotion bug in mei_nfc_if_version()
+    - [x86] crypto: ccp - add timeout support in the SEV command
+
+  [ Vagrant Cascadian ]
+  * debian/rules.real: Generate linux-source tarball with root user and
+    group specified, to fix reproducibility issues.
+
+  [ Ben Hutchings ]
+  * drivers/net/ethernet: Ignore ABI changes
+  * [arm64] ACPI: Change ACPI_NFIT from built-in to module
+  * [i386/686] Enable MGEODE_LX instead of M686 (regression in 4.16)
+    - x86-32: Disable 3D-Now in generic config
+  * Bump ABI to 2
+
+  [ Yves-Alexis Perez ]
+  * [x86] enable PINCTRL_AMD for touchpad support on Lenovo IdeaPad.
+    (closes: #876141)
+
+  [ Geoff Levand ]
+  * [arm64] Add support for new server hardware (Closes: #900581):
+    - Enable SCHED_SMT for hardware multithreading processors
+    - Enable ARM64_LSE_ATOMICS for v8.1 processors
+    - ACPI: Enable ACPI_PCI_SLOT, ACPI_HED, ACPI_BGRT, ACPI_APEI,
+      ACPI_APEI_GHES, ACPI_APEI_PCIEAER, ACPI_APEI_SEA,
+      ACPI_APEI_MEMORY_FAILURE as built-in;
+      ACPI_APEI_EINJ, WDAT_WDT as modules
+  * [arm64] acpi: Add fixup for HPE m400 quirks
+
+  [ Salvatore Bonaccorso ]
+  * floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl
+    (CVE-2018-7755)
+  * scsi: target: iscsi: Use hex2bin instead of a re-implementation
+    (CVE-2018-14633)
+  * scsi: target: iscsi: Use bin2hex instead of a re-implementation
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 30 Sep 2018 18:02:51 +0100
+
+linux (4.18.8-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.18.7
+    - rcu: Make expedited GPs handle CPU 0 being offline
+    - net: 6lowpan: fix reserved space for single frames
+    - net: mac802154: tx: expand tailroom if necessary
+    - 9p/net: Fix zero-copy path in the 9p virtio transport
+    - spi: pxa2xx: Add support for Intel Ice Lake
+    - mmc: block: Fix unsupported parallel dispatch of requests
+    - readahead: stricter check for bdi io_pages
+    - block: fix infinite loop if the device loses discard capability
+    - block: blk_init_allocated_queue() set q->fq as NULL in the fail case
+    - block: really disable runtime-pm for blk-mq
+    - blkcg: Introduce blkg_root_lookup()
+    - block: Introduce blk_exit_queue()
+    - block: Ensure that a request queue is dissociated from the cgroup
+      controller
+    - apparmor: fix bad debug check in apparmor_secid_to_secctx()
+    - dma-buf: Move BUG_ON from _add_shared_fence to _add_shared_inplace
+    - libertas: fix suspend and resume for SDIO connected cards
+    - media: Revert "[media] tvp5150: fix pad format frame height"
+    - [arm64] mailbox: xgene-slimpro: Fix potential NULL pointer dereference
+    - Replace magic for trusting the secondary keyring with #define
+    - Fix kexec forbidding kernels signed with keys in the secondary keyring to
+      boot
+    - [powerpc*] fadump: handle crash memory ranges array index overflow
+    - [powerpc*] 64s: Fix page table fragment refcount race vs speculative
+      references
+    - [powerpc*] pseries: Fix endianness while restoring of r3 in MCE handler.
+    - [powerpc*] pkeys: Give all threads control of their key permissions
+    - [powerpc*] pkeys: Deny read/write/execute by default
+    - [powerpc*] pkeys: key allocation/deallocation must not change pkey
+      registers
+    - [powerpc*] pkeys: Save the pkey registers before fork
+    - [powerpc*] pkeys: Fix calculation of total pkeys.
+    - [powerpc*] pkeys: Preallocate execute-only key
+    - [powerpc*] nohash: fix pte_access_permitted()
+    - [powerpc64] ftrace: Include ftrace.h needed for enable/disable calls
+    - [powerpc*] powernv/pci: Work around races in PCI bridge enabling
+    - cxl: Fix wrong comparison in cxl_adapter_context_get()
+    - ocxl: Fix page fault handler in case of fault on dying process
+    - IB/mlx5: Honor cnt_set_id_valid flag instead of set_id
+    - IB/mlx5: Fix leaking stack memory to userspace
+    - IB/srpt: Fix srpt_cm_req_recv() error path (1/2)
+    - IB/srpt: Fix srpt_cm_req_recv() error path (2/2)
+    - IB/srpt: Support HCAs with more than two ports
+    - RDMA/mlx5: Fix shift overflow in mlx5_ib_create_wq
+    - ib_srpt: Fix a use-after-free in srpt_close_ch()
+    - ib_srpt: Fix a use-after-free in __srpt_close_all_ch()
+    - RDMA/rxe: Set wqe->status correctly if an unexpected response is received
+    - 9p: fix multiple NULL-pointer-dereferences
+    - fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr
+      failed
+    - 9p/virtio: fix off-by-one error in sg list bounds check
+    - net/9p/client.c: version pointer uninitialized
+    - net/9p/trans_fd.c: fix race-condition by flushing workqueue before the
+      kfree()
+    - dm integrity: change 'suspending' variable from bool to int
+    - dm thin: stop no_space_timeout worker when switching to write-mode
+    - dm cache metadata: save in-core policy_hint_size to on-disk superblock
+    - dm cache metadata: set dirty on all cache blocks after a crash
+    - dm crypt: don't decrease device limits
+    - dm writecache: fix a crash due to reading past end of dirty_bitmap
+    - uart: fix race between uart_put_char() and uart_shutdown()
+    - [x86] Drivers: hv: vmbus: Fix the offer_in_progress in
+      vmbus_process_offer()
+    - [x86] Drivers: hv: vmbus: Reset the channel callback in
+      vmbus_onoffer_rescind()
+    - extcon: Release locking when sending the notification of connector state
+    - [x86] vmw_balloon: fix inflation of 64-bit GFNs
+    - [x86] vmw_balloon: do not use 2MB without batching
+    - [x86] vmw_balloon: VMCI_DOORBELL_SET does not check status
+    - [x86] vmw_balloon: fix VMCI use when balloon built into kernel
+    - [armhf] rtc: omap: fix resource leak in registration error path
+    - [armhf] rtc: omap: fix potential crash on power off
+    - tracing: Do not call start/stop() functions when tracing_on does not
+      change
+    - tracing/blktrace: Fix to allow setting same value
+    - printk/tracing: Do not trace printk_nmi_enter()
+    - uprobes: Use synchronize_rcu() not synchronize_sched()
+    - mfd: hi655x: Fix regmap area declared size for hi655x
+    - ovl: fix wrong use of impure dir cache in ovl_iterate()
+    - ACPICA: AML Parser: skip opcodes that open a scope upon parse failure
+    - ACPICA: Clear status of all events when entering sleep states
+    - drivers/block/zram/zram_drv.c: fix bug storing backing_dev
+    - sched: idle: Avoid retaining the tick when it has been stopped
+    - cpuidle: menu: Handle stopped tick more aggressively
+    - cpufreq: governor: Avoid accessing invalid governor_data
+    - PM / sleep: wakeup: Fix build error caused by missing SRCU support
+    - ALSA: ac97: fix device initialization in the compat layer
+    - ALSA: ac97: fix check of pm_runtime_get_sync failure
+    - ALSA: ac97: fix unbalanced pm_runtime_enable
+    - [x86, arm64] i2c: designware: Re-init controllers with pm_disabled set on
+      resume
+    - [x86] KVM: VMX: fixes for vmentry_l1d_flush module parameter
+    - [powerpc*] KVM: Book3S: Fix guest DMA when guest partially backed by
+      THP pages
+    - block, bfq: return nbytes and not zero from struct cftype .write() method
+    - pnfs/blocklayout: off by one in bl_map_stripe()
+    - nfsd: fix leaked file lock with nfs exported overlayfs
+    - NFSv4 client live hangs after live data migration recovery
+    - NFSv4: Fix locking in pnfs_generic_recover_commit_reqs
+    - NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence()
+    - [armhf] ARM: dts: am57xx-idk: Enable dual role for USB2 port
+    - [armhf] pwm: omap-dmtimer: Return -EPROBE_DEFER if no dmtimer platform
+      data
+    - mm/tlb: Remove tlb_remove_table() non-concurrent condition
+    - [x86] iommu/vt-d: Add definitions for PFSID
+    - [x86] iommu/vt-d: Fix dev iotlb pfsid use
+    - sys: don't hold uts_sem while accessing userspace memory
+    - ubifs: Fix memory leak in lprobs self-check
+    - Revert "UBIFS: Fix potential integer overflow in allocation"
+    - ubifs: Check data node size before truncate
+    - ubifs: xattr: Don't operate on deleted inodes
+    - ubifs: Fix directory size calculation for symlinks
+    - ubifs: Fix synced_i_size calculation for xattr inodes
+    - [armhf] pwm: tiehrpwm: Don't use emulation mode bits to control PWM output
+    - [armhf] pwm: tiehrpwm: Fix disabling of output of PWMs
+    - fb: fix lost console when the user unplugs a USB adapter
+    - udlfb: fix semaphore value leak
+    - udlfb: fix display corruption of the last line
+    - udlfb: don't switch if we are switching to the same videomode
+    - udlfb: set optimal write delay
+    - udlfb: make a local copy of fb_ops
+    - udlfb: handle allocation failure
+    - udlfb: set line_length in dlfb_ops_set_par
+    - getxattr: use correct xattr length
+    - libnvdimm: Use max contiguous area for namespace size
+    - libnvdimm: fix ars_status output length calculation
+    - bcache: release dc->writeback_lock properly in bch_writeback_thread()
+    - cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()
+    - mm, dev_pagemap: Do not clear ->mapping on final put
+    - perf auxtrace: Fix queue resize
+    - [x86] crypto: vmx - Fix sleep-in-atomic bugs
+    - [x86] crypto: aesni - Use unaligned loads from gcm_context_data
+    - [arm64] crypto: arm64/sm4-ce - check for the right CPU feature bit
+    - fs/quota: Fix spectre gadget in do_quotactl
+    - udf: Fix mounting of Win7 created UDF filesystems
+    - cpuidle: menu: Retain tick when shallow state is selected
+    - [arm64] mm: always enable CONFIG_HOLES_IN_ZONE
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.18.8
+    - act_ife: fix a potential use-after-free
+    - ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT
+      state
+    - net: sched: Fix memory exposure from short TCA_U32_SEL
+    - qlge: Fix netdev features configuration.
+    - r8152: disable RX aggregation on new Dell TB16 dock
+    - tcp: do not restart timewait timer on rst reception
+    - vti6: remove !skb->ignore_df check from vti6_xmit()
+    - act_ife: move tcfa_lock down to where necessary
+    - act_ife: fix a potential deadlock
+    - net: sched: action_ife: take reference to meta module
+    - bnxt_en: Clean up unused functions.
+    - bnxt_en: Do not adjust max_cp_rings by the ones used by RDMA.
+    - net/sched: act_pedit: fix dump of extended layered op
+    - tipc: fix a missing rhashtable_walk_exit()
+    - [x86] hv_netvsc: Fix a deadlock by getting rtnl lock earlier in
+      netvsc_probe()
+    - tipc: fix the big/little endian issue in tipc_dest
+    - sctp: remove useless start_fail from sctp_ht_iter in proc
+    - erspan: set erspan_ver to 1 by default when adding an erspan dev
+    - ipv6: don't get lwtstate twice in ip6_rt_copy_init()
+    - net/ipv6: init ip6 anycast rt->dst.input as ip6_input
+    - net/ipv6: Only update MTU metric if it set
+    - net/ipv6: Put lwtstate when destroying fib6_info
+    - net/mlx5: Fix SQ offset in QPs with small RQ
+    - r8169: set RxConfig after tx/rx is enabled for RTL8169sb/8110sb devices
+    - [armhf,arm64] Revert "net: stmmac: Do not keep rearming the coalesce
+      timer in stmmac_xmit"
+    - ip6_vti: fix creating fallback tunnel device for vti6
+    - ip6_vti: fix a null pointer deference when destroy vti6 tunnel
+    - nfp: wait for posted reconfigs when disabling the device
+    - sctp: hold transport before accessing its asoc in sctp_transport_get_next
+    - vhost: correctly check the iova range when waking virtqueue
+    - [x86] hv_netvsc: ignore devices that are not PCI
+    - cifs: check if SMB2 PDU size has been padded and suppress the warning
+    - hfsplus: don't return 0 when fill_super() failed
+    - hfs: prevent crash on exit from failed search
+    - sunrpc: Don't use stack buffer with scatterlist
+    - fork: don't copy inconsistent signal handler state to child
+    - fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu builds
+    - reiserfs: change j_timestamp type to time64_t
+    - [armhf,arm64] iommu/rockchip: Handle errors returned from PM framework
+    - hfsplus: fix NULL dereference in hfsplus_lookup() (CVE-2018-14617)
+    - [armhf,arm64] iommu/rockchip: Move irq request past pm_runtime_enable
+    - fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries
+    - fat: validate ->i_start before using
+    - workqueue: skip lockdep wq dependency in cancel_work_sync()
+    - workqueue: re-add lockdep dependencies for flushing
+    - scripts: modpost: check memory allocation results
+    - apparmor: fix an error code in __aa_create_ns()
+    - virtio: pci-legacy: Validate queue pfn
+    - [x86] mce: Add notifier_block forward declaration
+    - i2c: core: ACPI: Make acpi_gsb_i2c_read_bytes() check i2c_transfer return
+      value
+    - IB/hfi1: Invalid NUMA node information can cause a divide by zero
+    - [armhf,arm64] pwm: meson: Fix mux clock names
+    - [powerpc*] topology: Get topology for shared processors at boot
+    - mm/fadvise.c: fix signed overflow UBSAN complaint
+    - mm: make DEFERRED_STRUCT_PAGE_INIT explicitly depend on SPARSEMEM
+    - fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()
+    - [x86] platform: intel_punit_ipc: fix build errors
+    - bpf, sockmap: fix map elem deletion race with smap_stop_sock
+    - tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattach
+    - bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexist
+    - net/xdp: Fix suspicious RCU usage warning
+    - bpf, sockmap: fix leakage of smap_psock_map_entry
+    - netfilter: ip6t_rpfilter: set F_IFACE for linklocal addresses
+    - [s390x] kdump: Fix memleak in nt_vmcoreinfo
+    - ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()
+    - mfd: sm501: Set coherent_dma_mask when creating subdevices
+    - netfilter: x_tables: do not fail xt_alloc_table_info too easilly
+    - [x86] platform: asus-nb-wmi: Add keymap entry for lid flip action on
+      UX360
+    - netfilter: fix memory leaks on netlink_dump_start error
+    - tcp, ulp: add alias for all ulp modules
+    - ubi: Initialize Fastmap checkmapping correctly
+    - ACPICA: ACPICA: add status check for acpi_hw_read before assigning return
+      value
+    - [arm*] perf arm spe: Fix uninitialized record error variable
+    - [arm64] net: hns3: Fix for command format parsing error in
+      hclge_is_all_function_id_zero
+    - block: don't warn for flush on read-only device
+    - [arm64] net: hns3: Fix for phy link issue when using marvell phy driver
+    - PCI: Match Root Port's MPS to endpoint's MPSS as necessary
+    - drm/amd/display: Guard against null crtc in CRC IRQ
+    - perf tools: Check for null when copying nsinfo.
+    - f2fs: avoid race between zero_range and background GC
+    - f2fs: fix avoid race between truncate and background GC
+    - net/9p/trans_fd.c: fix race by holding the lock
+    - net/9p: fix error path of p9_virtio_probe
+    - f2fs: fix to clear PG_checked flag in set_page_dirty()
+    - [armhf,arm64] pinctrl: axp209: Fix NULL pointer dereference after
+      allocation
+    - bpf: fix bpffs non-array map seq_show issue
+    - [powerpc*] uaccess: Enable get_user(u64, *p) on 32-bit
+    - [powerpc*] Fix size calculation using resource_size()
+    - [powerpc*] perf probe powerpc: Fix trace event post-processing
+    - block: bvec_nr_vecs() returns value for wrong slab
+    - brcmfmac: fix brcmf_wiphy_wowl_params() NULL pointer dereference
+    - [s390x] dasd: fix hanging offline processing due to canceled worker
+    - [s390x] dasd: fix panic for failed online processing
+    - ACPI / scan: Initialize status to ACPI_STA_DEFAULT
+    - blk-mq: count the hctx as active before allocating tag
+    - scsi: aic94xx: fix an error code in aic94xx_init()
+    - NFSv4: Fix error handling in nfs4_sp4_select_mode()
+    - Input: do not use WARN() in input_alloc_absinfo()
+    - xen/balloon: fix balloon initialization for PVH Dom0
+    - [armhf] PCI: mvebu: Fix I/O space end address calculation
+    - dm kcopyd: avoid softlockup in run_complete_job
+    - [x86] staging: comedi: ni_mio_common: fix subdevice flags for PFI
+      subdevice
+    - ASoC: rt5677: Fix initialization of rt5677_of_match.data
+    - [armhf] iommu/omap: Fix cache flushes on L2 table entries
+    - selinux: cleanup dentry and inodes on error in selinuxfs
+    - RDS: IB: fix 'passing zero to ERR_PTR()' warning
+    - cfq: Suppress compiler warnings about comparisons
+    - smb3: fix reset of bytes read and written stats
+    - CIFS: fix memory leak and remove dead code
+    - SMB3: Number of requests sent should be displayed for SMB3 not just CIFS
+    - smb3: if server does not support posix do not allow posix mount option
+    - [powerpcspe] platforms/85xx: fix t1042rdb_diu.c build errors & warning
+    - [powerpc*] 64s: Make rfi_flush_fallback a little more robust
+    - [powerpc*] pseries: Avoid using the size greater than RTAS_ERROR_LOG_MAX.
+    - [armhf,arm64] clk: rockchip: Add pclk_rkpwm_pmu to PMU critical clocks in
+      rk3399
+    - drm/amd/display: Read back max backlight value at boot
+    - [x86] KVM: vmx: track host_state.loaded using a loaded_vmcs pointer
+    - [x86] kvm: nVMX: Fix fault vector for VMX operation at CPL > 0
+    - [armhf] drm/etnaviv: fix crash in GPU suspend when init failed due to
+      buffer placement
+    - btrfs: Exit gracefully when chunk map cannot be inserted to the tree
+    - btrfs: replace: Reset on-disk dev stats value after replace
+    - btrfs: fix in-memory value of total_devices after seed device deletion
+    - btrfs: relocation: Only remove reloc rb_trees if reloc control has been
+      initialized (CVE-2018-14609)
+    - btrfs: tree-checker: Detect invalid and empty essential trees
+      (CVE-2018-14612)
+    - btrfs: check-integrity: Fix NULL pointer dereference for degraded mount
+    - btrfs: lift uuid_mutex to callers of btrfs_open_devices
+    - btrfs: Don't remove block group that still has pinned down bytes
+    - btrfs: Fix a C compliance issue
+    - [armhf,arm64] rockchip: Force CONFIG_PM on Rockchip systems
+    - btrfs: do btrfs_free_stale_devices outside of device_list_add
+    - btrfs: extend locked section when adding a new device in device_list_add
+    - btrfs: rename local devices for fs_devices in btrfs_free_stale_devices(
+    - btrfs: use device_list_mutex when removing stale devices
+    - btrfs: lift uuid_mutex to callers of btrfs_scan_one_device
+    - btrfs: lift uuid_mutex to callers of btrfs_parse_early_options
+    - btrfs: reorder initialization before the mount locks uuid_mutex
+    - btrfs: fix mount and ioctl device scan ioctl race
+    - [x86] drm/i915/lpe: Mark LPE audio runtime pm as "no callbacks"
+    - [x86] drm/i915: Nuke the LVDS lid notifier
+    - [x86] drm/i915: Increase LSPCON timeout
+    - [x86] drm/i915: Free write_buf that we allocated with kzalloc.
+    - drm/amdgpu: update uvd_v6_0_ring_vm_funcs to use new nop packet
+    - drm/amdgpu: fix a reversed condition
+    - drm/amdgpu: Fix RLC safe mode test in gfx_v9_0_enter_rlc_safe_mode
+    - drm/amd/pp: Convert voltage unit in mV*4 to mV on CZ/ST
+    - drm/amd/powerplay: fixed uninitialized value
+    - drm/amd/pp/Polaris12: Fix a chunk of registers missed to program
+    - drm/edid: Quirk Vive Pro VR headset non-desktop.
+    - drm/edid: Add 6 bpc quirk for SDC panel in Lenovo B50-80
+    - drm/amd/display: fix type of variable
+    - drm/amd/display: Don't share clk source between DP and HDMI
+    - drm/amd/display: update clk for various HDMI color depths
+    - drm/amd/display: Use requested HDMI aspect ratio
+    - drm/amd/display: Report non-DP display as disconnected without EDID
+    - [armhf,arm64] drm/rockchip: lvds: add missing of_node_put
+    - [armhf,arm64] drm/rockchip: vop: split out core clock enablement into
+      separate functions
+    - [armhf,arm64] drm/rockchip: vop: fix irq disabled after vop driver probed
+    - drm/amd/display: Pass connector id when executing VBIOS CT
+    - drm/amd/display: Check if clock source in use before disabling
+    - drm/amdgpu: update tmr mc address
+    - drm/amdgpu:add tmr mc address into amdgpu_firmware_info
+    - drm/amdgpu:add new firmware id for VCN
+    - drm/amdgpu:add VCN support in PSP driver
+    - drm/amdgpu:add VCN booting with firmware loaded by PSP
+    - drm/amdgpu: fix incorrect use of fcheck
+    - drm/amdgpu: fix incorrect use of drm_file->pid
+    - [x86] drm/i915: Re-apply "Perform link quality check, unconditionally
+      during long pulse"
+    - uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member
+      name
+    - mm: respect arch_dup_mmap() return value
+    - [x86] drm/i915: set DP Main Stream Attribute for color range on DDI
+      platforms
+    - [i386] tsc: Prevent result truncation on 32bit
+    - drm/amdgpu: Keep track of amount of pinned CPU visible VRAM
+    - drm/amdgpu: Make pin_size values atomic
+    - drm/amdgpu: Warn and update pin_size values when destroying a pinned BO
+    - drm/amdgpu: Don't warn on destroying a pinned BO
+    - debugobjects: Make stack check warning more informative
+    - [i386] pae: use 64 bit atomic xchg function in native_ptep_get_and_clear
+    - [x86] xen: don't write ptes directly in 32-bit PV guests
+    - [x86] kvm: Set highest physical address bits in non-present/reserved SPTEs
+    - [x86] kvm: avoid unused variable warning
+    - HID: redragon: fix num lock and caps lock LEDs
+
+  [ Ben Hutchings ]
+  * [x86] wireless: Enable R8822BE as module (Closes: #908330)
+  * Move all patch generation scripts to debian/bin
+  * [rt] genpatch-rt: Store patches and series file in debian/patches-rt
+  * linux-headers: Stop linking the doc directory, which is not binNMU-safe
+  * debian/copyright: Simplify exclusions to work with mk-origtargz
+  * debian/{watch,bin/uscan-hook}: Drop uscan hook in favour of uupdate
+  * debian/watch: Add options for signature validation
+  * README.Debian: Update URLs that were pointing to Alioth
+  * README.Debian: Describe where to find patches for a specific version
+  * Revert "i40e: Add kconfig dependency to ensure cmpxchg64() is available"
+
+  [ Salvatore Bonaccorso ]
+  * mac80211: don't update the PM state of a peer upon a multicast frame
+    (Closes: #887045, #886292)
+
+  [ Romain Perier ]
+  * [x86] Enable TI TPS6598x USB Power Delivery controller family
+  * [x86] crypto: ccp: add timeout support in the SEV command (Closes: #908248)
+  * [rt] Update to 4.18.7-rt5
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 18 Sep 2018 03:05:01 +0100
+
+linux (4.18.6-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.18.6
+    - scsi: libsas: dynamically allocate and free ata host
+    - xprtrdma: Fix disconnect regression
+    - mei: don't update offset in write
+    - cifs: add missing support for ACLs in SMB 3.11
+    - cifs: fix uninitialized ptr deref in smb2 signing
+    - cifs: add missing debug entries for kconfig options
+    - cifs: use a refcount to protect open/closing the cached file handle
+    - cifs: check kmalloc before use
+    - smb3: enumerating snapshots was leaving part of the data off end
+    - smb3: Do not send SMB3 SET_INFO if nothing changed
+    - smb3: don't request leases in symlink creation and query
+    - smb3: fill in statfs fsid and correct namelen
+    - btrfs: use correct compare function of dirty_metadata_bytes
+    - btrfs: don't leak ret from do_chunk_alloc
+    - Btrfs: fix mount failure after fsync due to hard link recreation
+    - Btrfs: fix btrfs_write_inode vs delayed iput deadlock
+    - Btrfs: fix send failure when root has deleted files still open
+    - Btrfs: send, fix incorrect file layout after hole punching beyond eof
+    - hwmon: (k10temp) 27C Offset needed for Threadripper2
+    - [armhf] bpf: fix stack var offset in jit
+    - [armhf, arm64] iommu/arm-smmu: Error out only if not enough context
+      interrupts
+    - printk: Split the code for storing a message into the log buffer
+    - printk: Create helper function to queue deferred console handling
+    - printk/nmi: Prevent deadlock when accessing the main log buffer in NMI
+    - [arm64] kprobes: Fix %p uses in error messages
+    - [arm64] Fix mismatched cache line size detection
+    - [arm64] Handle mismatched cache type
+    - [arm64] mm: check for upper PAGE_SHIFT bits in pfn_valid()
+    - [arm64] dts: rockchip: corrected uart1 clock-names for rk3328
+    - [armhf, arm64] KVM: Fix potential loss of ptimer interrupts
+    - [armhf, arm64] KVM: Fix lost IRQs from emulated physcial timer when
+      blocked
+    - [armhf, arm64] KVM: Skip updating PMD entry if no change
+    - [armhf, arm64] KVM: Skip updating PTE entry if no change
+    - [s390x] kvm: fix deadlock when killed by oom
+    - [s390x] perf kvm: Fix subcommands on s390
+    - stop_machine: Reflow cpu_stop_queue_two_works()
+    - stop_machine: Atomically queue and wake stopper threads
+    - ext4: check for NUL characters in extended attribute's name
+    - ext4: use ext4_warning() for sb_getblk failure
+    - ext4: sysfs: print ext4_super_block fields as little-endian
+    - ext4: reset error code in ext4_find_entry in fallback
+    - ext4: fix race when setting the bitmap corrupted flag
+    - nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event
+    - [x86] gpu: reserve ICL's graphics stolen memory
+    - [x86] platform: wmi: Do not mix pages and kmalloc
+    - [x86] platform: ideapad-laptop: Apply no_hw_rfkill to Y20-15IKBM, too
+    - mm: move tlb_table_flush to tlb_flush_mmu_free
+    - [x86] mm/tlb, mm: Support invalidating TLB caches for RCU_TABLE_FREE
+    - [x86] speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit
+    - [x86] speculation/l1tf: Fix off-by-one error when warning that system has
+      too much RAM (Closes: #907581)
+    - [x86] speculation/l1tf: Suggest what to do on systems with too much RAM
+    - [x86] vdso: Fix vDSO build if a retpoline is emitted
+    - [x86] process: Re-export start_thread()
+    - [x86] KVM: ensure all MSRs can always be KVM_GET/SET_MSR'd
+    - [x86] KVM: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts
+      disabled
+    - fuse: Don't access pipe->buffers without pipe_lock()
+    - fuse: fix initial parallel dirops
+    - fuse: fix double request_end()
+    - fuse: fix unlocked access to processing queue
+    - fuse: umount should wait for all requests
+    - fuse: Fix oops at process_init_reply()
+    - fuse: Add missed unlock_page() to fuse_readpages_fill()
+    - lib/vsprintf: Do not handle %pO[^F] as %px
+    - udl-kms: change down_interruptible to down
+    - udl-kms: handle allocation failure
+    - udl-kms: fix crash due to uninitialized memory
+    - udl-kms: avoid division
+    - b43legacy/leds: Ensure NUL-termination of LED name string
+    - b43/leds: Ensure NUL-termination of LED name string
+    - ASoC: dpcm: don't merge format from invalid codec dai
+    - ASoC: zte: Fix incorrect PCM format bit usages
+    - ASoC: sirf: Fix potential NULL pointer dereference
+    - ASoC: wm_adsp: Correct DSP pointer for preloader control
+    - [armhf] pinctrl: freescale: off by one in imx1_pinconf_group_dbg_show()
+    - scsi: qla2xxx: Fix stalled relogin
+    - [x86] vdso: Fix lsl operand order
+    - [x86 ]nmi: Fix NMI uaccess race against CR3 switching
+    - [x86] irqflags: Mark native_restore_fl extern inline
+    - [x86] spectre: Add missing family 6 check to microcode check
+    - [x86] speculation/l1tf: Increase l1tf memory limit for Nehalem+
+      (Closes: #907581)
+    - hwmon: (nct6775) Fix potential Spectre v1
+    - [x86] entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit()
+    - [x86] Allow generating user-space headers without a compiler
+    - [s390x] mm: fix addressing exception after suspend/resume
+    - [s390x] lib: use expoline for all bcr instructions
+    - [s390x] fix br_r1_trampoline for machines without exrl
+    - [s390x] qdio: reset old sbal_state flags
+    - [s390x] numa: move initial setup of node_to_cpumask_map
+    - [s390x] pci: fix out of bounds access during irq setup
+    - [s390x] purgatory: Fix crash with expoline enabled
+    - [s390x] purgatory: Add missing FORCE to Makefile targets
+    - kprobes: Show blacklist addresses as same as kallsyms does
+    - kprobes: Replace %p with other pointer types
+    - kprobes/arm: Fix %p uses in error messages
+    - kprobes: Make list and blacklist root user read only
+    - [mips*] Correct the 64-bit DSP accumulator register size
+    - [mips*] memset.S: Fix byte_fixup for MIPSr6
+    - [mips*] Always use -march=<arch>, not -<arch> shortcuts
+    - [mips*] Change definition of cpu_relax() for Loongson-3
+    - [mips*] lib: Provide MIPS64r6 __multi3() for GCC < 7
+    - tpm: Return the actual size when receiving an unsupported command
+    - tpm: separate cmd_ready/go_idle from runtime_pm
+    - scsi: mpt3sas: Fix calltrace observed while running IO & reset
+    - scsi: mpt3sas: Fix _transport_smp_handler() error path
+    - scsi: sysfs: Introduce sysfs_{un,}break_active_protection()
+    - scsi: core: Avoid that SCSI device removal through sysfs triggers a
+      deadlock
+    - iscsi target: fix session creation failure handling
+    - mtd: rawnand: hynix: Use ->exec_op() in hynix_nand_reg_write_op()
+    - mtd: rawnand: fsmc: Stop using chip->read_buf()
+    - mtd: rawnand: marvell: add suspend and resume hooks
+    - mtd: rawnand: qcom: wait for desc completion in all BAM channels
+    - [arm64] clk: rockchip: fix clk_i2sout parent selection bits on rk3399
+    - PM / clk: signedness bug in of_pm_clk_add_clks()
+    - power: generic-adc-battery: fix out-of-bounds write when copying channel
+      properties
+    - power: generic-adc-battery: check for duplicate properties copied from
+      iio channels
+    - watchdog: Mark watchdog touch functions as notrace
+    - cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status
+    - [x86] dumpstack: Don't dump kernel memory based on usermode RIP
+
+  [ Ben Hutchings ]
+  * Set ABI to 1
+  * [x86,arm64] Disable code signing for upload to unstable
+  * [rt] Re-enable PREEMPT_RT
+  * aufs: Update support patchset to aufs4.18-20180827 (no functional change)
+  * netfilter: Enable NF_TABLES_SET as module, replacing the multiple set
+    type modules that were enabled before 4.18
+  * [powerpc,powerpcspe,ppc64] Build-Depend on updated kernel-wedge to fix
+    broken symlinks in kernel-image udeb
+
+  [ Romain Perier ]
+  * [rt] Update to 4.18.5-rt3
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 06 Sep 2018 15:32:14 +0100
+
+linux (4.18.5-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_4.18
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.18.1
+    - [x86] paravirt: Fix spectre-v2 mitigations for paravirt guests
+    - [x86] speculation: Protect against userspace-userspace spectreRSB
+    - [x86] kprobes: Fix %p uses in error messages
+    - [x86] irqflags: Provide a declaration for native_save_fl
+    - [x86] speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT
+    - [x86] speculation/l1tf: Change order of offset/type in swap entry
+    - [x86] speculation/l1tf: Protect swap entries against L1TF
+    - [x86] speculation/l1tf: Protect PROT_NONE PTEs against speculation
+    - [x86] speculation/l1tf: Make sure the first page is always reserved
+    - [x86] speculation/l1tf: Add sysfs reporting for l1tf
+    - [x86] speculation/l1tf: Disallow non privileged high MMIO PROT_NONE
+      mappings
+    - [x86] speculation/l1tf: Limit swap file size to MAX_PA/2
+    - [x86] Move the l1tf function and define pr_fmt properly
+    - sched/smt: Update sched_smt_present at runtime
+    - [x86] smp: Provide topology_is_primary_thread()
+    - [x86] topology: Provide topology_smt_supported()
+    - cpu/hotplug: Make bringup/teardown of smp threads symmetric
+    - cpu/hotplug: Split do_cpu_down()
+    - cpu/hotplug: Provide knobs to control SMT
+    - [x86] cpu: Remove the pointless CPU printout
+    - [x86] cpu/AMD: Remove the pointless detect_ht() call
+    - [x86] cpu/common: Provide detect_ht_early()
+    - [x86] cpu/topology: Provide detect_extended_topology_early()
+    - [x86] cpu/intel: Evaluate smp_num_siblings early
+    - [x86] cpu/AMD: Do not check CPUID max ext level before parsing SMP info
+    - [x86] cpu/AMD: Evaluate smp_num_siblings early
+    - [x86] apic: Ignore secondary threads if nosmt=force
+    - [x86] speculation/l1tf: Extend 64bit swap file size limit
+    - [x86] cpufeatures: Add detection of L1D cache flush support.
+    - [x86] cpu/AMD: Move TOPOEXT reenablement before reading smp_num_siblings
+    - [x86] speculation/l1tf: Protect PAE swap entries against L1TF
+    - [x86] speculation/l1tf: Fix up pte->pfn conversion for PAE
+    - Revert "x86/apic: Ignore secondary threads if nosmt=force"
+    - cpu/hotplug: Boot HT siblings at least once
+    - [x86] KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
+    - [x86] KVM/VMX: Add module argument for L1TF mitigation
+    - [x86] KVM/VMX: Add L1D flush algorithm
+    - [x86] KVM/VMX: Add L1D MSR based flush
+    - [x86] KVM/VMX: Add L1D flush logic
+    - [x86] KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest
+      numbers
+    - [x86] KVM/VMX: Add find_msr() helper function
+    - [x86] KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting
+    - [x86] KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs
+    - [x86] KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required
+    - cpu/hotplug: Online siblings when SMT control is turned on
+    - [x86] litf: Introduce vmx status variable
+    - [x86] kvm: Drop L1TF MSR list approach
+    - [x86] l1tf: Handle EPT disabled state proper
+    - [x86] kvm: Move l1tf setup function
+    - [x86] kvm: Add static key for flush always
+    - [x86] kvm: Serialize L1D flush parameter setter
+    - [x86] kvm: Allow runtime control of L1D flush
+    - cpu/hotplug: Expose SMT control init function
+    - cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early
+    - [x86] bugs, kvm: Introduce boot-time control of L1TF mitigations
+    - [x86] speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED
+      architectures
+    - [x86] KVM/VMX: Initialize the vmx_l1d_flush_pages' content
+    - cpu/hotplug: detect SMT disabled by BIOS
+    - [x86] KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush()
+    - [x86] KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond'
+    - [x86] KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush()
+    - [x86] irq: Demote irq_cpustat_t::__softirq_pending to u16
+    - [x86] KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d
+    - [x86] Don't include linux/irq.h from asm/hardirq.h
+    - [x86] irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d
+    - [x86] KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr()
+    - [x86] speculation: Simplify sysfs report of VMX L1TF vulnerability
+    - [x86] speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry
+    - [x86] KVM/VMX: Tell the nested hypervisor to skip L1D flush on vmentry
+    - cpu/hotplug: Fix SMT supported evaluation
+    - [x86] speculation/l1tf: Invert all not present mappings
+    - [x86] speculation/l1tf: Make pmd/pud_mknotpresent() invert
+    - [x86] mm/pat: Make set_memory_np() L1TF safe
+    - [x86] mm/kmmio: Make the tracer robust against L1TF
+    - tools headers: Synchronise x86 cpufeatures.h for L1TF additions
+    - [x86] microcode: Allow late microcode loading with SMT disabled
+    - cpu/hotplug: Non-SMP machines do not make use of booted_once
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.18.2
+    - [x86] l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled
+    - [x86] hyper-v: Check for VP_INVAL in hyperv_flush_tlb_others()
+    - [x86] platform/UV: Mark memblock related init code and data correctly
+    - [x86] mm/pti: Clear Global bit more aggressively
+    - [x86] xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bits
+    - [x86] mm: Disable ioremap free page handling on x86-PAE
+    - crypto: ccp - Check for NULL PSP pointer at module unload
+    - crypto: ccp - Fix command completion detection race
+    - [x86] crypto: x86/sha256-mb - fix digest copy in
+      sha256_mb_mgr_get_comp_job_avx2()
+    - crypto: vmac - require a block cipher with 128-bit block size
+    - crypto: vmac - separate tfm and request context
+    - Bluetooth: hidp: buffer overflow in hidp_process_report (CVE-2018-9363)
+    - ioremap: Update pgtable free interfaces with addr
+    - [x86] mm: Add TLB purge to free pmd/pte page interfaces
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.18.3
+    - [x86] speculation/l1tf: Exempt zeroed PTEs from inversion
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.18.4
+    - l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache
+    - net_sched: fix NULL pointer dereference when delete tcindex filter
+    - net_sched: Fix missing res info when create new tc_index filter
+    - r8169: don't use MSI-X on RTL8168g
+    - ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecs
+    - ALSA: hda - Turn CX8200 into D3 as well upon reboot
+    - ALSA: vx222: Fix invalid endian conversions
+    - ALSA: cs5535audio: Fix invalid endian conversion
+    - ALSA: dice: fix wrong copy to rx parameters for Alesis iO26
+    - ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry
+    - ALSA: memalloc: Don't exceed over the requested size
+    - ALSA: vxpocket: Fix invalid endian conversions
+    - ALSA: seq: Fix poll() error return
+    - media: gl861: fix probe of dvb_usb_gl861
+    - USB: serial: sierra: fix potential deadlock at close
+    - USB: serial: pl2303: add a new device id for ATEN
+    - USB: option: add support for DW5821e
+    - [x86] ACPI / PM: save NVS memory for ASUS 1025C laptop
+    - tty: serial: 8250: Revert NXP SC16C2552 workaround
+    - serial: 8250_exar: Read INT0 from slave device, too
+    - [x86, armhf, arm64] serial: 8250_dw: always set baud rate in
+      dw8250_set_termios
+    - [armhf, arm64] serial: 8250_dw: Add ACPI support for uart on Broadcom SoC
+    - uio: fix wrong return value from uio_mmap()
+    - Revert "uio: use request_threaded_irq instead"
+    - Bluetooth: avoid killing an already killed socket
+    - net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()
+    - [x86] hv/netvsc: Fix NULL dereference at single queue mode fallback
+    - r8169: don't use MSI-X on RTL8106e
+    - ip_vti: fix a null pointer deferrence when create vti fallback tunnel
+    - [arm64] net: ethernet: mvneta: Fix napi structure mixup on armada 3700
+    - [arm64] net: mvneta: fix mvneta_config_rss on armada 3700
+    - cls_matchall: fix tcf_unbind_filter missing
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.18.5
+    - [mips*, x86] EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[]
+    - pty: fix O_CLOEXEC for TIOCGPTPEER
+    - mm: Allow non-direct-map arguments to free_reserved_area()
+    - [x86] mm/init: Pass unconverted symbol addresses to free_init_pages()
+    - [x86] mm/init: Add helper for freeing kernel image pages
+    - [x86] mm/init: Remove freed kernel image areas from alias mapping
+    - [powerpc64] Show ori31 availability in spectre_v1 sysfs file not v2
+    - ext4: fix spectre gadget in ext4_mb_regular_allocator()
+    - [x86] drm/i915/kvmgt: Fix potential Spectre v1
+    - drm/amdgpu/pm: Fix potential Spectre v1
+    - [hppa/parisc] Remove unnecessary barriers from spinlock.h
+    - [hppa/parisc] Remove ordered stores from syscall.S
+    - PCI: Restore resized BAR state on resume
+    - PCI/ACPI/PM: Resume all bridges on suspend-to-RAM
+    - PCI: hotplug: Don't leak pci_slot on registration failure
+    - [arm64] PCI: aardvark: Size bridges before resources allocation
+    - PCI: Skip MPS logic for Virtual Functions (VFs)
+    - PCI: pciehp: Fix use-after-free on unplug
+    - PCI: pciehp: Fix unprotected list iteration in IRQ handler
+    - i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes
+    - [armhf] i2c: imx: Fix race condition in dma read
+    - reiserfs: fix broken xattr handling (heap corruption, bad retval)
+
+  [ Uwe Kleine-König ]
+  * [arm64] enable RTC_DRV_PCF8563 for Odroid-C2
+
+  [ Romain Perier ]
+  * [armhf, arm64] add the rt featureset, which adds support for
+    PREEMPT_RT (Closes #719547)
+  * spi: Enable CONFIG_SPI_SPIDEV (Closes: #904043)
+
+  [ Ben Hutchings ]
+  * certs: Remove certificate for my personal signing key
+  * Update policy version to 4.2.0:
+    - linux-kbuild: Change "#!/usr/bin/env perl" to "#!/usr/bin/perl"
+    - Build with KBUILD_VERBOSE=1 by default
+    - objtool, usbip: Build with V=1 by default
+  * cpupower: Fix handling of noopt and nostrip build options
+  * debian/bin/gencontrol_signed.py: Add certificate fingerprints to template
+    metadata
+  * scripts/kernel-doc: Escape all literal braces in regexes (Closes: #905116)
+  * debian/bin/genorig.py: Add support for debian/copyright Files-Excluded
+    field
+  * Move file exclusion from d/p/debian/dfsg/files-1 to d/copyright
+  * Move disabling of broken features from d/p/series-orig to d/p/series
+  * Remove our private patch system, which is no longer needed
+  * debian/bin: Change "#!/usr/bin/env python3" to "#!/usr/bin/python3"
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 26 Aug 2018 20:52:17 +0100
+
+linux (4.18~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ John Paul Adrian Glaubitz ]
+  * [m68k] net: Enable CONFIG_XSURF100 as module.
+  * [m68k] udeb: Remove individual modules from nic-modules.
+  * [m68k] scsi: Enable CONFIG_SCSI_ZORRO_ESP as module.
+  * [m68k] udeb: Add zorro_esp module to scsi-modules.
+
+  [ Ben Hutchings ]
+  * [powerpcspe] powerpc/Makefile: Assemble with -me500 when building for E500
+    (fixes FTBFS) (thanks to James Clarke)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 19 Jul 2018 16:16:23 +0100
+
+linux (4.18~rc4-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * Remove remaining Python 2 (build-)dependencies:
+    - Build docs using Python 3 version of Sphinx
+    - linux-perf: Build docs using asciidoctor
+    - linux-perf: Use Python 3 for scripts
+  * autofs: rename 'autofs' module back to 'autofs4' (Closes: #902946)
+  * udeb: Move of_mdio to nic-shared-modules (Closes: #903587)
+  * [armhf] mm: Export __sync_icache_dcache() for xen-privcmd (fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 12 Jul 2018 05:12:50 +0100
+
+linux (4.18~rc3-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * aufs: Update to aufs4.x-rcN 20180702
+  * netfilter: ipvs: Fix invalid bytes in IP_VS_MH_TAB_INDEX help text
+  * Update config for 4.18 using kconfigeditor2
+    - [x86,arm64] PCI: HOTPLUG_PCI_SHPC is now built-in
+  * Move config files from linux-source-<version> to an arch-dependent
+    linux-config-<version> package
+  * lockdep: Stub task_struct::state
+  * [sh4] udeb: Add nic-shared-modules package
+  * udeb: Moved fixed_phy to nic-shared-modules
+
+  [ YunQiang Su ]
+  * [mips*r6*] Enable dtb building for boston.
+  * [mips*r6*/mipsn32*] build linux-perf in rules.real.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 03 Jul 2018 17:26:05 +0100
+
+linux (4.17.17-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.17.16
+    - [x86] platform/UV: Mark memblock related init code and data correctly
+    - [x86] mm/pti: Clear Global bit more aggressively
+    - [x86] xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bits
+    - [x86] mm: Disable ioremap free page handling on x86-PAE
+    - kbuild: verify that $DEPMOD is installed
+    - [x86] crypto: ccp - Check for NULL PSP pointer at module unload
+    - [x86] crypto: ccp - Fix command completion detection race
+    - crypto: vmac - require a block cipher with 128-bit block size
+    - crypto: vmac - separate tfm and request context
+    - crypto: blkcipher - fix crash flushing dcache in error path
+    - crypto: ablkcipher - fix crash flushing dcache in error path
+    - crypto: skcipher - fix aligning block size in skcipher_copy_iv()
+    - crypto: skcipher - fix crash flushing dcache in error path
+    - ioremap: Update pgtable free interfaces with addr
+    - [x86] mm: Add TLB purge to free pmd/pte page interfaces
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.17.17
+    - [x86] speculation/l1tf: Exempt zeroed PTEs from inversion
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 18 Aug 2018 14:02:58 +0200
+
+linux (4.17.15-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.17.15
+    - [hppa/parisc] Enable CONFIG_MLONGCALLS by default
+    - [hppa/parisc] Define mb() and add memory barriers to assembler unlock
+      sequences
+    - Mark HI and TASKLET softirq synchronous
+    - stop_machine: Disable preemption after queueing stopper threads
+    - sched/deadline: Update rq_clock of later_rq when pushing a task
+    - zram: remove BD_CAP_SYNCHRONOUS_IO with writeback feature
+    - xen/netfront: don't cache skb_shinfo()
+    - bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem path
+    - bpf, sockmap: fix bpf_tcp_sendmsg sock error handling
+    - scsi: sr: Avoid that opening a CD-ROM hangs with runtime power
+      management enabled
+    - scsi: qla2xxx: Fix memory leak for allocating abort IOCB
+    - init: rename and re-order boot_cpu_state_init()
+    - root dentries need RCU-delayed freeing
+    - make sure that __dentry_kill() always invalidates d_seq, unhashed or not
+    - fix mntput/mntput race
+    - fix __legitimize_mnt()/mntput() race
+    - [armhf] dts: imx6sx: fix irq for pcie bridge
+    - [x86] paravirt: Fix spectre-v2 mitigations for paravirt guests
+    - [x86] speculation: Protect against userspace-userspace spectreRSB
+    - [x86] kprobes/x86: Fix %p uses in error messages
+    - [x86] irqflags: Provide a declaration for native_save_fl
+    - [x86] speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT
+    - [x86] speculation/l1tf: Change order of offset/type in swap entry
+    - [x86] speculation/l1tf: Protect swap entries against L1TF
+    - [x86] speculation/l1tf: Protect PROT_NONE PTEs against speculation
+    - [x86] speculation/l1tf: Make sure the first page is always reserved
+    - [x86] speculation/l1tf: Add sysfs reporting for l1tf
+    - [x86] speculation/l1tf: Disallow non privileged high MMIO PROT_NONE
+      mappings
+    - [x86] speculation/l1tf: Limit swap file size to MAX_PA/2
+    - [x86] bugs: Move the l1tf function and define pr_fmt properly
+    - sched/smt: Update sched_smt_present at runtime
+    - [x86] smp: Provide topology_is_primary_thread()
+    - [x86] topology: Provide topology_smt_supported()
+    - cpu/hotplug: Make bringup/teardown of smp threads symmetric
+    - cpu/hotplug: Split do_cpu_down()
+    - cpu/hotplug: Provide knobs to control SMT
+    - [x86] cpu: Remove the pointless CPU printout
+    - [x86] cpu/AMD: Remove the pointless detect_ht() call
+    - [x86] cpu/common: Provide detect_ht_early()
+    - [x86] cpu/topology: Provide detect_extended_topology_early()
+    - [x86] cpu/intel: Evaluate smp_num_siblings early
+    - [x86] CPU/AMD: Do not check CPUID max ext level before parsing SMP info
+    - [x86] cpu/AMD: Evaluate smp_num_siblings early
+    - [x86] apic: Ignore secondary threads if nosmt=force
+    - [x86] speculation/l1tf: Extend 64bit swap file size limit
+    - [x86] cpufeatures: Add detection of L1D cache flush support.
+    - [x86] CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings
+    - [x86] speculation/l1tf: Protect PAE swap entries against L1TF
+    - [x86] speculation/l1tf: Fix up pte->pfn conversion for PAE
+    - Revert "[x86] apic: Ignore secondary threads if nosmt=force"
+    - cpu/hotplug: Boot HT siblings at least once
+    - [x86] KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
+    - [x86] KVM/VMX: Add module argument for L1TF mitigation
+    - [x86] KVM/VMX: Add L1D flush algorithm
+    - [x86] KVM/VMX: Add L1D MSR based flush
+    - [x86] KVM/VMX: Add L1D flush logic
+    - [x86] KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest
+      numbers
+    - [x86] KVM/VMX: Add find_msr() helper function
+    - [x86] KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting
+    - [x86] KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs
+    - [x86] KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required
+    - cpu/hotplug: Online siblings when SMT control is turned on
+    - [x86] litf: Introduce vmx status variable
+    - [x86] kvm: Drop L1TF MSR list approach
+    - [x86] l1tf: Handle EPT disabled state proper
+    - [x86] kvm: Move l1tf setup function
+    - [x86] kvm: Add static key for flush always
+    - [x86] kvm: Serialize L1D flush parameter setter
+    - [x86] kvm: Allow runtime control of L1D flush
+    - cpu/hotplug: Expose SMT control init function
+    - cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early
+    - [x86] bugs, kvm: Introduce boot-time control of L1TF mitigations
+    - Documentation: Add section about CPU vulnerabilities
+    - [x86] speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED
+      architectures
+    - [x86] KVM/VMX: Initialize the vmx_l1d_flush_pages' content
+    - Documentation/l1tf: Fix typos
+    - cpu/hotplug: detect SMT disabled by BIOS
+    - [x86] KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush()
+    - [x86] KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond'
+    - [x86] KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush()
+    - [x86] irq: Demote irq_cpustat_t::__softirq_pending to u16
+    - [x86] KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d
+    - [x86] Don't include linux/irq.h from asm/hardirq.h
+    - [x86] irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d
+    - [x86] KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr()
+    - Documentation/l1tf: Remove Yonah processors from not vulnerable list
+    - [x86] speculation: Simplify sysfs report of VMX L1TF vulnerability
+    - [x86] speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry
+    - KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry
+    - cpu/hotplug: Fix SMT supported evaluation
+    - [x86] speculation/l1tf: Invert all not present mappings
+    - [x86] speculation/l1tf: Make pmd/pud_mknotpresent() invert
+    - [x86] mm/pat: Make set_memory_np() L1TF safe
+    - [x86] mm/kmmio: Make the tracer robust against L1TF
+    - tools headers: Synchronize prctl.h ABI header
+    - tools headers: Synchronise x86 cpufeatures.h for L1TF additions
+    - [x86] microcode: Allow late microcode loading with SMT disabled
+    - [x86] smp: fix non-SMP broken build due to redefinition of
+      apic_id_is_primary_thread
+    - cpu/hotplug: Non-SMP machines do not make use of booted_once
+    - [x86] init: fix build with CONFIG_SWAP=n
+    - [x86] CPU/AMD: Have smp_num_siblings and cpu_llc_id always be present
+
+  [ Ben Hutchings ]
+  * serdev: Enable SERIAL_DEV_BUS, SERIAL_DEV_CTRL_TTYPORT as built-in
+    (except on armel)
+    - bluetooth: Re-enable BT_HCIUART_{BCM,LL} (Closes: #906048)
+  * drivers/net/phy: Enable SFP as module (Closes: #906054)
+  * Revert "net: increase fragment memory usage limits" (CVE-2018-5391)
+
+  [ Salvatore Bonaccorso ]
+  * [x86] l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled
+  * [x86] i8259: Add missing include file
+  * Bluetooth: hidp: buffer overflow in hidp_process_report (CVE-2018-9363)
+  * Bump ABI to 3
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 17 Aug 2018 05:11:43 +0200
+
+linux (4.17.14-1) unstable; urgency=high
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.17.9
+    - compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations
+    - [x86] asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>
+    - [x86] paravirt: Make native_save_fl() extern inline
+    - alx: take rtnl before calling __alx_open from resume
+    - atm: Preserve value of skb->truesize when accounting to vcc
+    - atm: zatm: Fix potential Spectre v1
+    - [x86] hv_netvsc: split sub-channel setup into async and sync
+    - ipv6: sr: fix passing wrong flags to crypto_alloc_shash()
+    - ipvlan: fix IFLA_MTU ignored on NEWLINK
+    - ixgbe: split XDP_TX tail and XDP_REDIRECT map flushing
+    - net: dccp: avoid crash in ccid3_hc_rx_send_feedback()
+    - net: dccp: switch rx_tstamp_last_feedback to monotonic clock
+    - net: fix use-after-free in GRO with ESP
+    - net/mlx5e: Avoid dealing with vport representors if not being e-switch
+      manager
+    - net/mlx5e: Don't attempt to dereference the ppriv struct if not being
+      eswitch manager
+    - net/mlx5: E-Switch, Avoid setup attempt if not being e-switch manager
+    - net/mlx5: Fix command interface race in polling mode
+    - net/mlx5: Fix incorrect raw command length parsing
+    - net/mlx5: Fix required capability for manipulating MPFS
+    - net/mlx5: Fix wrong size allocation for QoS ETC TC regitster
+    - [armhf, arm64] net: mvneta: fix the Rx desc DMA address in the Rx path
+    - net/packet: fix use-after-free
+    - net/sched: act_ife: fix recursive lock and idr leak
+    - net/sched: act_ife: preserve the action control in case of error
+    - net_sched: blackhole: tell upper qdisc about dropped packets
+    - net: sungem: fix rx checksum support
+    - net/tcp: Fix socket lookups with SO_BINDTODEVICE
+    - qede: Adverstise software timestamp caps when PHC is not available.
+    - qed: Fix setting of incorrect eswitch mode.
+    - qed: Fix use of incorrect size in memcpy call.
+    - qed: Limit msix vectors in kdump kernel to the minimum required count.
+    - qmi_wwan: add support for the Dell Wireless 5821e module
+    - r8152: napi hangup fix after disconnect
+    - [s390x] qeth: don't clobber buffer on async TX completion
+    - [armhf, arm64] stmmac: fix DMA channel hang in half-duplex mode
+    - tcp: fix Fast Open key endianness
+    - tcp: prevent bogus FRTO undos with non-SACK flows
+    - vhost_net: validate sock before trying to put its fd
+    - VSOCK: fix loopback on big-endian systems
+    - nfp: flower: fix mpls ether type detection
+    - net: use dev_change_tx_queue_len() for SIOCSIFTXQLEN
+    - nfp: reject binding to shared blocks
+    - xen-netfront: Fix mismatched rtnl_unlock
+    - xen-netfront: Update features after registering netdev
+    - enic: do not overwrite error code
+    - i40e: split XDP_TX tail and XDP_REDIRECT map flushing
+    - IB/mlx5: Avoid dealing with vport representors if not being e-switch
+      manager
+    - [s390x] Revert "s390/qeth: use Read device to query hypervisor for MAC"
+    - [s390x] qeth: avoid using is_multicast_ether_addr_64bits on (u8 *)[6]
+    - [s390x] qeth: fix race when setting MAC address
+    - sfc: correctly initialise filter rwsem for farch
+    - virtio_net: split XDP_TX kick and XDP_REDIRECT map flushing
+    - [x86] kvm/Kconfig: Ensure CRYPTO_DEV_CCP_DD state at minimum matches
+      KVM_AMD
+    - net: cxgb3_main: fix potential Spectre v1
+    - net: lan78xx: Fix race in tx pending skb size calculation
+    - [x86] PCI: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg()
+    - netfilter: ebtables: reject non-bridge targets
+    - reiserfs: fix buffer overflow with long warning messages
+    - KEYS: DNS: fix parsing multiple options
+    - tls: Stricter error checking in zerocopy sendmsg path
+    - autofs: fix slab out of bounds read in getname_kernel()
+    - netfilter: ipv6: nf_defrag: drop skb dst before queueing
+    - bpf: reject any prog that failed read-only lock
+    - rds: avoid unenecessary cong_update in loop transport
+    - block: don't use blocking queue entered for recursive bio submits
+    - bpf: sockmap, fix crash when ipv6 sock is added
+    - bpf: sockmap, consume_skb in close path
+    - bpf: don't leave partial mangled prog in jit_subprogs error path
+    - net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.
+    - ipvs: initialize tbl->entries after allocation
+    - ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()
+    - [armhf, arm64] smccc: Add SMCCC-specific return codes
+    - [arm64] Add 'ssbd' command-line option
+    - [arm64] ssbd: Add global mitigation state accessor
+    - [arm64] ssbd: Skip apply_ssbd if not using dynamic mitigation
+    - [arm64] ssbd: Restore mitigation status on CPU resume
+    - [arm64] ssbd: Introduce thread flag to control userspace mitigation
+    - [arm64] ssbd: Add prctl interface for per-thread mitigation
+    - [arm64] KVM: Add HYP per-cpu accessors
+      ARCH_FEATURES_FUNC_ID
+    - bpf: enforce correct alignment for instructions
+    - [armhf] bpf: fix to use bpf_jit_binary_lock_ro api
+    - bpf: undo prog rejection on read-only lock failure
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.17.10
+    - scsi: sd_zbc: Fix variable type and bogus comment
+    - scsi: qla2xxx: Fix inconsistent DMA mem alloc/free
+    - scsi: qla2xxx: Fix kernel crash due to late workqueue allocation
+    - scsi: qla2xxx: Fix NULL pointer dereference for fcport search
+    - KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in
+      parallel.
+    - KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumer
+    - [x86] KVM: VMX: Mark VMXArea with revision_id of physical CPU even when
+      eVMCS enabled
+    - [x86] kvm/vmx: don't read current->thread.{fs,gs}base of legacy tasks
+    - [x86] kvmclock: set pvti_cpu0_va after enabling kvmclock
+    - [x86] apm: Don't access __preempt_count with zeroed fs
+    - [x86] events/intel/ds: Fix bts_interrupt_threshold alignment
+    - [x86] MCE: Remove min interval polling limitation
+    - fat: fix memory allocation failure handling of match_strdup()
+    - ALSA: rawmidi: Change resized buffers atomically
+    - [x86] ALSA: hda/realtek - Add Panasonic CF-SZ6 headset jack quirk
+    - [x86] ALSA: hda/realtek - Yet another Clevo P950 quirk entry
+    - [x86] ALSA: hda: add mute led support for HP ProBook 455 G5
+    - mm: memcg: fix use after free in mem_cgroup_iter()
+    - mm/huge_memory.c: fix data loss when splitting a file pmd
+    - [x86] cpufreq: intel_pstate: Register when ACPI PCCH is present
+    - [x86, arm64, powerpc*] vfio/pci: Fix potential Spectre v1
+    - stop_machine: Disable preemption when waking two stopper threads
+    - [powerpc*] powerpc/powernv: Fix save/restore of SPRG3 on entry/exit from
+      stop (idle)
+    - drm/amdgpu: Reserve VM root shared fence slot for command submission (v3)
+    - [x86] drm/i915: Fix hotplug irq ack on i965/g4x
+    - Revert "drm/amd/display: Don't return ddc result and read_bytes in same
+      return value"
+    - [x86] drm/nouveau: Remove bogus crtc check in pmops_runtime_idle
+    - [x86] drm/nouveau: Use drm_connector_list_iter_* for iterating connectors
+    - [x86] drm/nouveau: Avoid looping through fake MST connectors
+    - gen_stats: Fix netlink stats dumping in the presence of padding
+    - ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user ns
+    - ipv6: fix useless rol32 call on hash
+    - ipv6: ila: select CONFIG_DST_CACHE
+    - lib/rhashtable: consider param->min_size when setting initial table size
+    - net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort
+    - net: Don't copy pfmemalloc flag in __copy_skb_header()
+    - skbuff: Unconditionally copy pfmemalloc in __skb_clone()
+    - net/ipv4: Set oif in fib_compute_spec_dst
+    - net/ipv6: Do not allow device only routes via the multipath API
+    - net: phy: fix flag masking in __set_phy_supported
+    - qmi_wwan: add support for Quectel EG91
+    - rhashtable: add restart routine in rhashtable_free_and_destroy()
+    - sch_fq_codel: zero q->flows_cnt when fq_codel_init fails
+    - tg3: Add higher cpu clock for 5762.
+    - net: ip6_gre: get ipv6hdr after skb_cow_head()
+    - sctp: introduce sctp_dst_mtu
+    - sctp: fix the issue that pathmtu may be set lower than MINSEGMENT
+    - [x86] hv_netvsc: Fix napi reschedule while receive completion is busy
+    - net: aquantia: vlan unicast address list correct handling
+    - net/mlx4_en: Don't reuse RX page when XDP is set
+    - ipv6: make DAD fail with enhanced DAD when nonce length differs
+    - net: usb: asix: replace mii_nway_restart in resume path
+    - [alpha] fix osf_wait4() breakage
+    - drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
+    - xhci: Fix perceived dead host due to runtime suspend race with event
+      handler
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.17.11
+    - [x86] KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSR
+    - [x86] Revert "iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean
+      up intel_{alloc,free}_coherent()"
+    - [mips*] Fix off-by-one in pci_resource_to_user()
+    - [arm64] clk: mvebu: armada-37xx-periph: Fix switching CPU rate from 300Mhz
+      to 1.2GHz
+    - [x86] xen/PVH: Set up GS segment for stack canary
+    - [x86] drm/nouveau: Fix runtime PM leak in nv50_disp_atomic_commit()
+    - [x86] drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfs
+    - [arm64] clk: meson-gxbb: set fclk_div2 as CLK_IS_CRITICAL
+    - bonding: set default miimon value for non-arp modes if not set
+    - ip: hash fragments consistently
+    - ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull
+    - net: dsa: mv88e6xxx: fix races between lock and irq freeing
+    - net/mlx4_core: Save the qpn from the input modifier in RST2INIT wrapper
+    - net-next/hinic: fix a problem in hinic_xmit_frame()
+    - net: skb_segment() should not return NULL
+    - tcp: fix dctcp delayed ACK schedule
+    - tcp: helpers to send special DCTCP ack
+    - tcp: do not cancel delay-AcK on DCTCP special ACK
+    - tcp: do not delay ACK in DCTCP upon CE status change
+    - net/mlx5: E-Switch, UBSAN fix undefined behavior in mlx5_eswitch_mode
+    - r8169: restore previous behavior to accept BIOS WoL settings
+    - tls: check RCV_SHUTDOWN in tls_wait_data
+    - net/mlx5e: Add ingress/egress indication for offloaded TC flows
+    - net/mlx5e: Only allow offloading decap egress (egdev) flows
+    - net/mlx5e: Refine ets validation function
+    - nfp: flower: ensure dead neighbour entries are not offloaded
+    - sock: fix sg page frag coalescing in sk_alloc_sg
+    - net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_priv
+    - multicast: do not restore deleted record source filter mode to new one
+    - net/ipv6: Fix linklocal to global address with VRF
+    - net/mlx5e: Don't allow aRFS for encapsulated packets
+    - net/mlx5e: Fix quota counting in aRFS expire flow
+    - net/mlx5: Adjust clock overflow work period
+    - rtnetlink: add rtnl_link_state check in rtnl_configure_link
+    - vxlan: add new fdb alloc and create helpers
+    - vxlan: make netlink notify in vxlan_fdb_destroy optional
+    - vxlan: fix default fdb entry netlink notify ordering during netdev create
+    - tcp: free batches of packets in tcp_prune_ofo_queue()
+      CVE-2018-5390
+    - tcp: avoid collapses in tcp_prune_queue() if possible
+    - tcp: detect malicious patterns in tcp_collapse_ofo_queue()
+    - tcp: call tcp_drop() from tcp_data_queue_ofo()
+    - tcp: add tcp_ooo_try_coalesce() helper
+    - Revert "staging:r8188eu: Use lib80211 to support TKIP"
+    - staging: speakup: fix wraparound in uaccess length check
+    - usb: cdc_acm: Add quirk for Castles VEGA3000
+    - usb: core: handle hub C_PORT_OVER_CURRENT condition
+    - [armhf, arm64] usb: dwc2: Fix DMA alignment to start at allocated boundary
+    - [armhf, arm64] usb: xhci: Fix memory leak in xhci_endpoint_reset()
+    - [x86, arm64] ACPICA: AML Parser: ignore dispatcher error status during
+      table load
+    - driver core: Partially revert "driver core: correct device's shutdown
+      order"
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.17.12
+    - Input: elan_i2c - add ACPI ID for lenovo ideapad 330
+    - Input: i8042 - add Lenovo LaVie Z to the i8042 reset list
+    - Input: elan_i2c - add another ACPI ID for Lenovo Ideapad 330-15AST
+    - mm: disallow mappings that conflict for devm_memremap_pages()
+    - kvm, mm: account shadow page tables to kmemcg
+    - delayacct: fix crash in delayacct_blkio_end() after delayacct init failure
+    - tracing: Fix double free of event_trigger_data
+    - tracing: Fix possible double free in event_enable_trigger_func()
+    - kthread, tracing: Don't expose half-written comm when creating kthreads
+    - tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failure
+    - tracing: Quiet gcc warning about maybe unused link variable
+    - [arm64] fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setups
+    - [x86] drm/i915/glk: Add Quirk for GLK NUC HDMI port issues.
+    - kcov: ensure irq code sees a valid area
+    - mm: check for SIGKILL inside dup_mmap() loop
+    - drm/amd/powerplay: Set higher SCLK&MCLK frequency than dpm7 in OD (v2)
+    - xen/netfront: raise max number of slots in xennet_get_responses()
+    - [x86] hv_netvsc: fix network namespace issues with VF support
+    - skip LAYOUTRETURN if layout is invalid
+    - ixgbe: Fix setting of TC configuration for macvlan case
+    - ALSA: emu10k1: add error handling for snd_ctl_add
+    - ALSA: fm801: add error handling for snd_ctl_add
+    - NFSv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRY
+    - nfsd: fix error handling in nfs4_set_delegation()
+    - nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfo
+    - vfio: platform: Fix reset module leak in error path
+    - vfio/mdev: Check globally for duplicate devices
+    - vfio/type1: Fix task tracking for QEMU vCPU hotplug
+    - kernel/hung_task.c: show all hung tasks before panic
+    - mem_cgroup: make sure moving_account, move_lock_task and stat_cpu in the
+      same cacheline
+    - mm: /proc/pid/pagemap: hide swap entries from unprivileged users
+    - mm: vmalloc: avoid racy handling of debugobjects in vunmap
+    - mm/slub.c: add __printf verification to slab_err()
+    - rtc: ensure rtc_set_alarm fails when alarms are not supported
+    - rxrpc: Fix terminal retransmission connection ID to include the channel
+    - [arm64] net: hns3: Fix for VF mailbox cannot receiving PF response
+    - perf tools: Fix pmu events parsing rule
+    - netfilter: ipset: forbid family for hash:mac sets
+    - netfilter: ipset: List timing out entries with "timeout 1" instead of zero
+    - printk: drop in_nmi check from printk_safe_flush_on_panic()
+    - [armhf] bpf: fix inconsistent naming about emit_a32_lsr_{r64,i64}
+    - ceph: fix alignment of rasize
+    - ceph: fix use-after-free in ceph_statfs()
+    - e1000e: Ignore TSYNCRXCTL when getting I219 clock attributes
+    - infiniband: fix a possible use-after-free bug (CVE-2018-14734)
+    - [powerpc*] lib: Adjust .balign inside string functions for PPC32
+    - [powerpc*] 64s: Add barrier_nospec
+    - [powerpc*] eeh: Fix use-after-release of EEH driver
+    - [powerpc*] 64s: Fix compiler store ordering to SLB shadow area
+    - [arm64] net: hns3: Fix for phy not link up problem after resetting
+    - [arm64] net: hns3: Fix for service_task not running problem after
+      resetting
+    - RDMA/mad: Convert BUG_ONs to error flows
+    - lightnvm: fix partial read error path
+    - lightnvm: proper error handling for pblk_bio_add_pages
+    - lightnvm: pblk: warn in case of corrupted write buffer
+    - netfilter: nf_tables: check msg_type before nft_trans_set(trans)
+    - pnfs: Don't release the sequence slot until we've processed layoutget on
+      open
+    - NFS: Fix up nfs_post_op_update_inode() to force ctime updates
+    - disable loading f2fs module on PAGE_SIZE > 4KB
+    - f2fs: fix error path of move_data_page
+    - f2fs: don't drop dentry pages after fs shutdown
+    - f2fs: fix to don't trigger writeback during recovery
+    - f2fs: fix to wait page writeback during revoking atomic write
+    - f2fs: Fix deadlock in shutdown ioctl
+    - f2fs: fix missing clear FI_NO_PREALLOC in some error case
+    - f2fs: fix to detect failure of dquot_initialize
+    - f2fs: fix race in between GC and atomic open
+    - block, bfq: remove wrong lock in bfq_requests_merged
+    - usbip: usbip_detach: Fix memory, udev context and udev leak
+    - usbip: dynamically allocate idev by nports found in sysfs
+    - [x86] perf/x86/intel/uncore: Correct fixed counter index check in
+      generic code
+    - [x86] perf/x86/intel/uncore: Correct fixed counter index check for NHM
+    - PCI: Fix devm_pci_alloc_host_bridge() memory leak
+    - btrfs: balance dirty metadata pages in btrfs_finish_ordered_io
+    - iwlwifi: pcie: fix race in Rx buffer allocator
+    - iwlwifi: mvm: open BA session only when sta is authorized
+    - Bluetooth: hci_qca: Fix "Sleep inside atomic section" warning
+    - drm/amd/display: Do not program interrupt status on disabled crtc
+    - Bluetooth: btusb: Add a new Realtek 8723DE ID 2ff8:b011
+    - ASoC: dpcm: fix BE dai not hw_free and shutdown
+    - mfd: cros_ec: Fail early if we cannot identify the EC
+    - mwifiex: handle race during mwifiex_usb_disconnect
+    - wlcore: sdio: check for valid platform device data before suspend
+    - [arm64] net: hns3: Fixes initalization of RoCE handle and makes it
+      conditional
+    - [arm64] net: hns3: Fixes the init of the VALID BD info in the descriptor
+    - media: tw686x: Fix incorrect vb2_mem_ops GFP flags
+    - media: cec-pin-error-inj: avoid a false-positive Spectre detection
+    - media: videobuf2-core: don't call memop 'finish' when queueing
+    - Btrfs: don't return ino to ino cache if inode item removal fails
+    - Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()
+    - btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeups
+    - btrfs: qgroup: Finish rescan when hit the last leaf of extent tree
+    - [x86] microcode: Make the late update update_lock a raw lock for RT
+    - PM / wakeup: Make s2idle_lock a RAW_SPINLOCK
+    - PCI: Prevent sysfs disable of device while driver is attached
+    - [arm64] soc: qcom: qmi: fix a buffer sizing bug
+    - [arm64] soc: qcom: smem: fix qcom_smem_set_global_partition()
+    - [arm64] soc: qcom: smem: byte swap values properly
+    - nvme-rdma: stop admin queue before freeing it
+    - nvme-pci: Fix AER reset handling
+    - ath: Add regulatory mapping for : FCC3_ETSIC, ETSI8_WORLD, APL13_WORLD,
+      APL2_FCCA, Uganda, Tanzania, Serbia, Bermuda and Bahamas
+    - sched/cpufreq: Modify aggregate utilization to always include blocked FAIR
+      utilization
+    - [powerpc*] Add a missing include header
+    - [powerpc*] chrp/time: Make some functions static, add missing header
+      include
+    - [powerpc*] powermac: Add missing prototype for note_bootable_part()
+    - [powerpc*] powermac: Mark variable x as unused
+    - powerpc: Add __printf verification to prom_printf
+    - [x86] KVM: prevent integer overflows in KVM_MEMORY_ENCRYPT_REG_REGION
+    - [powerpc*] 8xx: fix invalid register expression in head_8xx.S
+    - [arm64] pinctrl: msm: fix gpio-hog related boot issues
+    - bpf: fix multi-function JITed dump obtained via syscall
+    - [powerpc*] bpf: pad function address loads with NOPs
+    - PCI: pciehp: Request control of native hotplug only if supported
+    - mwifiex: correct histogram data with appropriate index
+    - ima: based on policy verify firmware signatures (pre-allocated buffer)
+    - spi: Add missing pm_runtime_put_noidle() after failed get
+    - [arm64] net: hns3: Fix for CMDQ and Misc. interrupt init order problem
+    - [arm64] net: hns3: Fix the missing client list node initialization
+    - [arm64] net: hns3: Fix for hns3 module is loaded multiple times problem
+    - fscrypt: use unbound workqueue for decryption
+    - [armhf, arm64] net: mvpp2: Add missing VLAN tag detection
+    - scsi: ufs: ufshcd: fix possible unclocked register access
+    - scsi: ufs: fix exception event handling
+    - [s390x] scsi: zfcp: assert that the ERP lock is held when tracing a
+      recovery trigger
+    - drm/nouveau: remove fence wait code from deferred client work handler
+    - drm/nouveau/gem: lookup VMAs for buffers referenced by pushbuf ioctl
+    - drm/nouveau/fifo/gk104-: poll for runlist update completion
+    - Bluetooth: btusb: add ID for LiteOn 04ca:301a
+    - rtc: tps6586x: fix possible race condition
+    - rtc: vr41xx: fix possible race condition
+    - rtc: tps65910: fix possible race condition
+    - ALSA: emu10k1: Rate-limit error messages about page errors
+    - regulator: pfuze100: add .is_enable() for pfuze100_swb_regulator_ops
+    - md/raid1: add error handling of read error from FailFast device
+    - md: fix NULL dereference of mddev->pers in remove_and_add_spares()
+    - ixgbevf: fix MAC address changes through ixgbevf_set_mac()
+    - gpu: host1x: Acquire a reference to the IOVA cache
+    - media: smiapp: fix timeout checking in smiapp_read_nvm
+    - PCI/DPC: Clear interrupt status in interrupt handler top half
+    - clocksource: Move inline keyword to the beginning of function declarations
+    - net: ethernet: ti: cpsw-phy-sel: check bus_find_device() ret value
+    - ALSA: usb-audio: Apply rate limit to warning messages in URB complete
+      callback
+    - [arm64] net: hns3: Fix for fiber link up problem
+    - media: atomisp: ov2680: don't declare unused vars
+    - media: staging: atomisp: Comment out several unused sensor resolutions
+    - [arm64] cmpwait: Clear event register before arming exclusive monitor
+    - HID: hid-plantronics: Re-resend Update to map button for PTT products
+    - drm/amd/display: remove need of modeset flag for overlay planes (V2)
+    - drm/radeon: fix mode_valid's return type
+    - drm/amdgpu: Remove VRAM from shared bo domains.
+    - drm/amd/display: Fix dim display on DCE11
+    - IB: Fix RDMA_RXE and INFINIBAND_RDMAVT dependencies for DMA_VIRT_OPS
+    - [powerpc*] embedded6xx/hlwd-pic: Prevent interrupts from being handled by
+      Starlet
+    - HID: i2c-hid: check if device is there before really probing
+    - rsi: Add null check for virtual interfaces in wowlan config
+    - nvmem: properly handle returned value nvmem_reg_read
+    - [armhf] ARM: dts: imx53: Fix LDB OF graph warning
+    - i40e: free the skb after clearing the bitlock
+    - tty: Fix data race in tty_insert_flip_string_fixed_flag
+    - dma-iommu: Fix compilation when !CONFIG_IOMMU_DMA
+    - net: phy: phylink: Release link GPIO
+    - media: rcar_jpu: Add missing clk_disable_unprepare() on error in
+      jpu_open()
+    - libata: Fix command retry decision
+    - ACPI / LPSS: Only call pwm_add_table() for Bay Trail PWM if PMIC HRV is 2
+    - media: media-device: fix ioctl function types
+    - media: saa7164: Fix driver name in debug output
+    - media: em28xx: Fix DualHD broken second tuner
+    - mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter
+      pages
+    - brcmfmac: Add support for bcm43364 wireless chipset
+    - [s390x] cpum_sf: Add data entry sizes to sampling trailer entry
+    - perf: fix invalid bit in diagnostic entry
+    - net: phy: sfp: handle cases where neither BR, min nor BR, max is given
+    - bnxt_en: Check unsupported speeds in bnxt_update_link() on PF only.
+    - bnxt_en: Always forward VF MAC address to the PF.
+    - mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is
+      enabled
+    - staging: most: cdev: fix chrdev_region leak
+    - scsi: 3w-9xxx: fix a missing-check bug
+    - scsi: 3w-xxxx: fix a missing-check bug
+    - scsi: megaraid: silence a static checker bug
+    - scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hw
+    - soc/tegra: pmc: Don't allocate struct tegra_powergate on stack
+    - scsi: qedf: Set the UNLOADING flag when removing a vport
+    - dma-direct: try reallocation with GFP_DMA32 if possible
+    - staging: lustre: o2iblnd: fix race at kiblnd_connect_peer
+    - staging: lustre: o2iblnd: Fix FastReg map/unmap for MLX5
+    - thermal: exynos: fix setting rising_threshold for Exynos5433
+    - regulator: add dummy function of_find_regulator_by_node
+    - bpf: fix references to free_bpf_prog_info() in comments
+    - f2fs: avoid fsync() failure caused by EAGAIN in writepage()
+    - media: em28xx: fix a regression with HVR-950
+    - media: siano: get rid of __le32/__le16 cast warnings
+    - mt76x2: fix avg_rssi estimation
+    - drm/atomic: Handling the case when setting old crtc for plane
+    - mmc: sdhci-omap: Fix when capabilities are obtained from
+      SDHCI_CAPABILITIES reg
+    - f2fs: check cap_resource only for data blocks
+    - mlxsw: spectrum_router: Return an error for non-default FIB rules
+    - ALSA: hda/ca0132: fix build failure when a local macro is defined
+    - mmc: dw_mmc: update actual clock for mmc debugfs
+    - mmc: pwrseq: Use kmalloc_array instead of stack VLA
+    - [arm64] dt-bindings: pinctrl: meson: add support for the Meson8m2 SoC
+    - [armhf] spi: meson-spicc: Fix error handling in meson_spicc_probe()
+    - [arm64] net: hns3: Fixes the out of bounds access in hclge_map_tqp
+    - dt-bindings: net: meson-dwmac: new compatible name for AXG SoC
+    - i40e: Add advertising 10G LR mode
+    - i40e: avoid overflow in i40e_ptp_adjfreq()
+    - mt76: add rcu locking around tx scheduling
+    - backlight: pwm_bl: Don't use GPIOF_* with gpiod_get_direction
+    - stop_machine: Use raw spinlocks
+    - delayacct: Use raw_spinlocks
+    - ath10k: fix kernel panic while reading tpc_stats
+    - memory: tegra: Do not handle spurious interrupts
+    - memory: tegra: Apply interrupts mask per SoC
+    - nvme: lightnvm: add granby support
+    - ASoC: fsl_ssi: Use u32 variable type when using regmap_read()
+    - ASoC: compress: Only call free for components which have been opened
+    - igb: Fix queue selection on MAC filters on i210
+    - qtnfmac: pearl: pcie: fix memory leak in qtnf_fw_work_handler
+    - drm/gma500: fix psb_intel_lvds_mode_valid()'s return type
+    - ipconfig: Correctly initialise ic_nameservers
+    - rsi: Fix 'invalid vdd' warning in mmc
+    - rsi: fix nommu_map_sg overflow kernel panic
+    - audit: allow not equal op for audit by executable
+    - [armhf, arm64] drm/rockchip: analogix_dp: Do not call Analogix code before 
+      bind
+    - [x86] platform/x86: dell-smbios: Match on www.dell.com in OEM strings too
+    - staging: vchiq_core: Fix missing semaphore release in error case
+    - staging: lustre: llite: correct removexattr detection
+    - staging: lustre: ldlm: free resource when ldlm_lock_create() fails.
+    - staging: ks7010: fix error handling in ks7010_upload_firmware
+    - serial: core: Make sure compiler barfs for 16-byte earlycon names
+    - soc: imx: gpcv2: Do not pass static memory as platform data
+    - microblaze: Fix simpleImage format generation
+    - usb: hub: Don't wait for connect state at resume for powered-off ports
+    - crypto: authencesn - don't leak pointers to authenc keys
+    - crypto: authenc - don't leak pointers to authenc keys
+    - y2038: ipc: Use ktime_get_real_seconds consistently
+    - media: rc: mce_kbd decoder: low timeout values cause double keydowns
+    - media: omap3isp: fix unbalanced dma_iommu_mapping
+    - regulator: Don't return or expect -errno from of_map_mode()
+    - ath10k: search all IEs for variant before falling back
+    - drm/stm: ltdc: fix warning in ltdc_crtc_update_clut()
+    - scsi: scsi_dh: replace too broad "TP9" string with the exact models
+    - scsi: megaraid_sas: Increase timeout by 1 sec for non-RAID fastpath IOs
+    - scsi: cxlflash: Synchronize reset and remove ops
+    - scsi: cxlflash: Avoid clobbering context control register value
+    - PCI/ASPM: Disable ASPM L1.2 Substate if we don't have LTR
+    - media: atomisp: compat32: fix __user annotations
+    - media: cec: fix smatch error
+    - media: si470x: fix __be16 annotations
+    - net: socionext: reset hardware in ndo_stop
+    - ASoC: topology: Fix bclk and fsync inversion in set_link_hw_format()
+    - ASoC: topology: Add missing clock gating parameter when parsing hw_configs
+    - [armhf] ARM: dts: imx6qdl-wandboard: Let the codec control MCLK pinctrl
+    - drm: Add DP PSR2 sink enable bit
+    - drm/atomic-helper: Drop plane->fb references only for
+      drm_atomic_helper_shutdown()
+    - drm/dp/mst: Fix off-by-one typo when dump payload table
+    - drm/amdgpu: Avoid reclaim while holding locks taken in MMU notifier
+    - block: bio_iov_iter_get_pages: fix size of last iovec
+    - blkdev: __blkdev_direct_IO_simple: fix leak in error case
+    - block: reset bi_iter.bi_done after splitting bio
+    - nvmet-fc: fix target sgl list on large transfers
+    - i2c: rcar: handle RXDMA HW behaviour on Gen3
+    - random: mix rdrand with entropy sent in from userspace
+    - squashfs: be more careful about metadata corruption
+    - ext4: fix false negatives *and* false positives in
+      ext4_check_descriptors()
+    - ext4: fix inline data updates with checksums enabled
+    - ext4: check for allocation block validity with block group locked
+    - ext4: fix check to prevent initializing reserved inodes
+    - gpio: of: Handle fixed regulator flags properly
+    - gpio: uniphier: set legitimate irq trigger type in .to_irq hook
+    - RDMA/uverbs: Protect from attempts to create flows on unsupported QP
+    - net: dsa: qca8k: Force CPU port to its highest bandwidth
+    - net: dsa: qca8k: Enable RXMAC when bringing up a port
+    - net: dsa: qca8k: Add QCA8334 binding documentation
+    - net: dsa: qca8k: Allow overwriting CPU port setting
+    - ipv4: remove BUG_ON() from fib_compute_spec_dst
+    - netdevsim: don't leak devlink resources
+    - net: ena: Fix use of uninitialized DMA address bits field
+    - net: fix amd-xgbe flow-control issue
+    - net: lan78xx: fix rx handling before first packet is send
+    - net: mdio-mux: bcm-iproc: fix wrong getter and setter pair
+    - NET: stmmac: align DMA stuff to largest cache line length
+    - RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mr
+    - tcp_bbr: fix bw probing to raise in-flight data for very small BDPs
+    - virtio_net: Fix incosistent received bytes counter
+    - xen-netfront: wait xenbus state change when load module manually
+    - cxgb4: Added missing break in ndo_udp_tunnel_{add/del}
+    - net: rollback orig value on failure of dev_qdisc_change_tx_queue_len
+    - netlink: Do not subscribe to non-existent groups
+    - netlink: Don't shift with UB on nlk->ngroups
+    - tcp: do not force quickack when receiving out-of-order packets
+    - tcp: add max_quickacks param to tcp_incr_quickack and
+      tcp_enter_quickack_mode
+    - tcp: do not aggressively quick ack after ECN events
+    - tcp: refactor tcp_ecn_check_ce to remove sk type cast
+    - tcp: add one more quick ack after after ECN events
+    - tcp: ack immediately when a cwr packet arrives
+    - ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation
+    - [x86, arm64] ACPICA: AML Parser: ignore control method status in
+      module-level code
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.17.13
+    - bonding: avoid lockdep confusion in bond_get_stats()
+    - inet: frag: enforce memory limits earlier
+    - ipv4: frags: handle possible skb truesize change
+    - net: dsa: Do not suspend/resume closed slave_dev
+    - netlink: Fix spectre v1 gadget in netlink_create()
+    - [armhf, arm64] net: stmmac: Fix WoL for PCI-based setups
+    - rxrpc: Fix user call ID check in rxrpc_service_prealloc_one
+    - net/mlx5e: E-Switch, Initialize eswitch only if eswitch manager
+    - net/mlx5e: Set port trust mode to PCP as default
+    - net/mlx5e: IPoIB, Set the netdevice sw mtu in ipoib enhanced flow
+    - squashfs: more metadata hardening
+    - can: ems_usb: Fix memory leak on ems_usb_disconnect()
+    - net: socket: fix potential spectre v1 gadget in socketcall
+    - net: socket: Fix potential spectre v1 gadget in sock_is_registered
+    - virtio_balloon: fix another race between migration and ballooning
+    - [x86] efi: Access EFI MMIO data as unencrypted when SEV is active
+    - [x86] apic: Future-proof the TSC_DEADLINE quirk for SKX
+    - [x86] entry/64: Remove %ebx handling from error_entry/exit
+    - [86] kvm: x86: vmx: fix vpid leak
+    - audit: fix potential null dereference 'context->module.name'
+    - ipc/shm.c add ->pagesize function to shm_vm_ops
+    - userfaultfd: remove uffd flags from vma->vm_flags if UFFD_EVENT_FORK fails
+    - iwlwifi: add more card IDs for 9000 series
+    - brcmfmac: fix regression in parsing NVRAM for multiple devices
+    - RDMA/uverbs: Expand primary and alt AV port checks
+    - [x86] crypto: padlock-aes - Fix Nano workaround data corruption
+    - [armhf, arm64] drm/vc4: Reset ->{x, y}_scaling[1] when dealing with
+      uniplanar formats
+    - drm/atomic: Check old_plane_state->crtc in drm_atomic_helper_async_check()
+    - drm/atomic: Initialize variables in drm_atomic_helper_async_check() to
+      make gcc happy
+    - scsi: sg: fix minor memory leak in error path
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.17.14
+    - scsi: qla2xxx: Fix unintialized List head crash
+    - scsi: qla2xxx: Fix NPIV deletion by calling wait_for_sess_deletion
+    - scsi: qla2xxx: Fix driver unload by shutting down chip
+    - scsi: qla2xxx: Fix ISP recovery on unload
+    - scsi: qla2xxx: Return error when TMF returns
+    - jfs: Fix usercopy whitelist for inline inode data
+    - genirq: Make force irq threading setup more robust
+    - [x86] perf/x86/intel/uncore: Fix hardcoded index of Broadwell extra PCI
+      devices
+    - nohz: Fix local_timer_softirq_pending()
+    - nohz: Fix missing tick reprogram when interrupting an inline softirq
+    - netlink: Don't shift on 64 for ngroups
+    - ring_buffer: tracing: Inherit the tracing setting to next ring buffer
+    - i2c: imx: Fix reinit_completion() use
+    - Btrfs: fix file data corruption after cloning a range and fsync
+    - Partially revert "block: fail op_is_write() requests to read-only
+      partitions" (Closes: #900442)
+    - xfs: don't call xfs_da_shrink_inode with NULL bp
+    - xfs: validate cached inodes are free when allocated
+    - jfs: Fix inconsistency between memory allocation and ea_buf->max_size
+
+  [ Ben Hutchings ]
+  * [armhf] gpu: host1x: Drop my build fix in favour of upstream fix:
+    - Revert "Revert "gpu: host1x: Add IOMMU support""
+    - gpu: host1x: Fix compiler errors by converting to dma_addr_t
+  * [ia64] sched: Disable SCHED_STACK_END_CHECK (Closes: #905461)
+  * mtd: powernv_flash: set of_node in mtd's dev (Closes: #904380)
+  * block: really disable runtime-pm for blk-mq (Closes: #904441)
+
+  [ Bastian Blank ]
+  * Bump ABI to 2
+
+ -- Bastian Blank <waldi@debian.org>  Mon, 13 Aug 2018 15:33:58 +0200
+
+linux (4.17.8-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.17.7
+    - bpf: reject passing modified ctx to helper functions
+    - [mips*] Call dump_stack() from show_regs()
+    - [mips*] Use async IPIs for arch_trigger_cpumask_backtrace()
+    - [mips*] Fix ioremap() RAM check
+    - [armhf] drm/etnaviv: Check for platform_device_register_simple() failure
+    - [armhf] drm/etnaviv: Fix driver unregistering
+    - [armhf] drm/etnaviv: bring back progress check in job timeout handler
+    - ACPICA: Clear status of all events when entering S5
+    - [armhf] mmc: sdhci-esdhc-imx: allow 1.8V modes without 100/200MHz
+      pinctrl states
+    - [armhf] mmc: dw_mmc: fix card threshold control configuration
+    - [x86] ibmasm: don't write out of bounds in read handler
+    - [arm64,x86] staging: rtl8723bs: Prevent an underflow in
+      rtw_check_beacon_data().
+    - ata: Fix ZBC_OUT command block check
+    - ata: Fix ZBC_OUT all bit handling
+    - [x86] mei: discard messages from not connected client during power down.
+    - mtd: spi-nor: cadence-quadspi: Fix direct mode write timeouts
+    - tracing/kprobe: Release kprobe print_fmt properly
+    - vmw_balloon: fix inflation with batching
+    - ahci: Add Intel Ice Lake LP PCI ID
+    - ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOS
+    - [x86] thunderbolt: Notify userspace when boot_acl is changed
+    - USB: serial: ch341: fix type promotion bug in ch341_control_in()
+    - USB: serial: cp210x: add another USB ID for Qivicon ZigBee stick
+    - USB: serial: keyspan_pda: fix modem-status error handling
+    - USB: yurex: fix out-of-bounds uaccess in read handler
+    - USB: serial: mos7840: fix status-register error handling
+    - usb: quirks: add delay quirks for Corsair Strafe
+    - xhci: xhci-mem: off by one in xhci_stream_id_to_ring()
+    - mm: zero unavailable pages before memmap init
+    - ALSA: hda/realtek - two more lenovo models need fixup of
+      MIC_LOCATION
+    - ALSA: hda - Handle pm failure during hotplug
+    - mm: do not drop unused pages when userfaultd is running
+    - fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*
+    - x86/purgatory: add missing FORCE to Makefile target
+    - fs, elf: make sure to page align bss in load_elf_library
+    - mm: do not bug_on on incorrect length in __mm_populate()
+    - tracing: Reorder display of TGID to be after PID
+    - kbuild: delete INSTALL_FW_PATH from kbuild documentation
+    - acpi, nfit: Fix scrub idle detection
+    - [arm64] neon: Fix function may_use_simd() return error status
+    - tools build: fix # escaping in .cmd files for future Make
+    - IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return values
+    - [arm64,armhf] i2c: tegra: Fix NACK error handling
+    - i2c: recovery: if possible send STOP with recovery pulses
+    - iw_cxgb4: correctly enforce the max reg_mr depth
+    - [x86] xen: remove global bit from __default_kernel_pte_mask for pv
+      guests
+    - [x86] xen: setup pv irq ops vector earlier
+    - bsg: fix bogus EINVAL on non-data commands
+    - [x86] uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()
+    - netfilter: nf_queue: augment nfqa_cfg_policy
+    - crypto: don't optimize keccakf()
+    - netfilter: x_tables: initialise match/target check parameter
+      struct
+    - loop: add recursion validation to LOOP_CHANGE_FD
+    - xfs: fix inobt magic number check
+    - PM / hibernate: Fix oops at snapshot_write()
+    - RDMA/ucm: Mark UCM interface as BROKEN
+    - loop: remember whether sysfs_create_group() was done
+    - [x86] kvm: vmx: Nested VM-entry prereqs for event inj.
+    - f2fs: give message and set need_fsck given broken node id
+    - f2fs: avoid bug_on on corrupted inode
+    - f2fs: sanity check on sit entry
+    - f2fs: sanity check for total valid node blocks
+    - [armhf] dts: armada-38x: use the new thermal binding
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.17.8
+    - mm: don't do zero_resv_unavail if memmap is not allocated
+
+  [ Ben Hutchings ]
+  * ext4: fix false negatives *and* false positives in ext4_check_descriptors()
+    (Closes: #903838)
+  * Fix remaining build failures with gcc 8 (Closes: #897802):
+    - tools/lib/api/fs/fs.c: Fix misuse of strncpy()
+    - usbip: Fix misuse of strncpy()
+
+  [ Salvatore Bonaccorso ]
+  * Ignore ABI changes for acpi_nfit_desc_init and acpi_nfit_init
+  * Ignore ABI changes for loop_register_transfer
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 20 Jul 2018 23:08:27 +0200
+
+linux (4.17.6-2) unstable; urgency=medium
+
+  [ Ben Hutchings ]
+  * [armhf] drm/sun4i: Ignore ABI changes (fixes FTBFS)
+  * debian/control: Fix arch/profile qualifications for libelf-dev
+    build-dependency
+  * debian/rules.real: Pass KERNEL_ARCH variable down to debian/rules.d
+  * debian/rules.d/tools/perf/Makefile: Use KERNEL_ARCH variable
+  * linux-kbuild: Fix the assumed host architecture for cross-built objtool
+  * [ppc64] linux-bootwrapper: Work around compiler include path quirk
+    (fixes FTBFS)
+  * Fix file conflicts between debug packages where a vDSO is identical
+    (Closes: #872263):
+    - kbuild: Add build salt to the kernel and modules
+    - [arm64,powerpc,x86] Add build salt to the vDSO
+    - Set BUILD_SALT equal to the release string
+  * init: Avoid ABI change for build salt
+
+  [ Vagrant Cascadian ]
+  * [riscv64] Build linux-libc-dev (Closes: #886440).
+    Thanks to Manuel A. Fernandez Montecelo.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 15 Jul 2018 23:45:56 +0100
+
+linux (4.17.6-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.17.4
+    - [x86] spectre_v1: Disable compiler optimizations over
+      array_index_mask_nospec()
+    - [x86] xen: Add call of speculative_store_bypass_ht_init() to PV paths
+    - [x86] UV: Add adjustable set memory block size function
+    - [x86] UV: Use new set memory block size function
+    - [x86] UV: Add kernel parameter to set memory block size
+    - [x86] mce: Improve error message when kernel cannot recover
+    - [x86] mce: Check for alternate indication of machine check recovery on
+      Skylake
+    - [x86] mce: Fix incorrect "Machine check from unknown source" message
+    - [x86] mce: Do not overwrite MCi_STATUS in mce_no_way_out()
+    - [x86] Call fixup_exception() before notify_die() in math_error()
+    - [m68k] mm: Adjust VM area to be unmapped by gap size for __iounmap()
+    - [m68k] mac: Fix SWIM memory resource end address
+    - hwmon: (k10temp) Add support for Stoney Ridge and Bristol Ridge CPUs
+    - mtd: spi-nor: intel-spi: Fix atomic sequence handling
+    - serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding version
+    - signal/xtensa: Consistenly use SIGBUS in do_unaligned_user
+    - PM / Domains: Fix error path during attach in genpd
+    - PCI / PM: Do not clear state_saved for devices that remain suspended
+    - ACPI / LPSS: Avoid PM quirks on suspend and resume from S3
+    - PM / core: Fix supplier device runtime PM usage counter imbalance
+    - PM / OPP: Update voltage in case freq == old_freq
+    - mmc: renesas_sdhi: really fix WP logic regressions
+    - usb: do not reset if a low-speed or full-speed device timed out
+    - 1wire: family module autoload fails because of upper/lower case mismatch.
+    - ASoC: dapm: delete dapm_kcontrol_data paths list before freeing it
+    - ASoC: cs35l35: Add use_single_rw to regmap config
+    - ASoC: mediatek: preallocate pages use platform device
+    - ASoC: cirrus: i2s: Fix LRCLK configuration
+    - ASoC: cirrus: i2s: Fix {TX|RX}LinCtrlData setup
+    - thermal: bcm2835: Stop using printk format %pCr
+    - lib/vsprintf: Remove atomic-unsafe support for %pCr
+    - ftrace/selftest: Have the reset_trigger code be a bit more careful
+    - mips: ftrace: fix static function graph tracing
+    - branch-check: fix long->int truncation when profiling branches
+    - ipmi:bt: Set the timeout before doing a capabilities check
+    - Bluetooth: hci_qca: Avoid missing rampatch failure with userspace fw
+      loader
+    - printk: fix possible reuse of va_list variable
+    - fuse: fix congested state leak on aborted connections
+    - fuse: atomic_o_trunc should truncate pagecache
+    - fuse: don't keep dead fuse_conn at fuse_fill_super().
+    - fuse: fix control dir setup and teardown
+    - [powerpc*] mm/hash: Add missing isync prior to kernel stack SLB switch
+    - [powerpc*] pkeys: Detach execute_only key on !PROT_EXEC
+    - [powerpc*] ptrace: Fix setting 512B aligned breakpoints with
+      PTRACE_SET_DEBUGREG
+    - [powerpc*] perf: Fix memory allocation for core-imc based on
+      num_possible_cpus()
+    - [powerpc*] ptrace: Fix enforcement of DAWR constraints
+    - [powerpc*] powernv/ioda2: Remove redundant free of TCE pages
+    - [powerpc*] powernv: copy/paste - Mask SO bit in CR
+    - [powerpc*] powernv/cpuidle: Init all present cpus for deep states
+    - [powerpc*] cpuidle: powernv: Fix promotion from snooze if next state
+      disabled
+    - [powerpc*] fadump: Unregister fadump on kexec down path.
+    - libnvdimm, pmem: Do not flush power-fail protected CPU caches
+    - [armhf, arm64] soc: rockchip: power-domain: Fix wrong value when power
+      up pd with writemask
+    - [powerpc*] 64s/radix: Fix radix_kvm_prefetch_workaround paca access of not
+      possible CPU
+    - [powerpc] e500mc: Set assembler machine type to e500mc
+    - [powerpc*] 64s: Fix DT CPU features Power9 DD2.1 logic
+    - cxl: Configure PSL to not use APC virtual machines
+    - cxl: Disable prefault_mode in Radix mode
+    - [armhf] 8764/1: kgdb: fix NUMREGBYTES so that gdb_regs[] is the correct size
+    - [armhf] dts: Fix SPI node for Arria10
+    - [armhf] dts: socfpga: Fix NAND controller node compatible
+    - [armhf] dts: socfpga: Fix NAND controller clock supply
+    - [armhf] dts: socfpga: Fix NAND controller node compatible for Arria10
+    - hwrng: core - Always drop the RNG in hwrng_unregister()
+    - softirq: Reorder trace_softirqs_on to prevent lockdep splat
+    - [arm64] Fix syscall restarting around signal suppressed by tracer
+    - [arm64] crypto: arm64/aes-blk - fix and move skcipher_walk_done out of
+      kernel_neon_begin, _end
+    - [arm64] kpti: Use early_param for kpti= command-line option
+    - [arm64] mm: Ensure writes to swapper are ordered wrt subsequent cache
+      maintenance
+    - [arm64] dts: marvell: fix CP110 ICU node size
+    - [arm64] dts: meson: disable sd-uhs modes on the libretech-cc
+    - [arm64] dts: meson-gx: fix ATF reserved memory region
+    - of: overlay: validate offset from property fixups
+    - of: unittest: for strings, account for trailing \0 in property length
+      field
+    - of: platform: stop accessing invalid dev in of_platform_device_destroy
+    - tpm: fix use after free in tpm2_load_context()
+    - tpm: fix race condition in tpm_common_write()
+    - efi/libstub/tpm: Initialize efi_physical_addr_t vars to zero for mixed
+      mode
+    - IB/qib: Fix DMA api warning with debug kernel
+    - IB/{hfi1, qib}: Add handling of kernel restart
+    - IB/mlx4: Mark user MR as writable if actual virtual memory is writable
+    - IB/core: Make testing MR flags for writability a static inline function
+    - IB/mlx5: Fetch soft WQE's on fatal error state
+    - IB/isert: Fix for lib/dma_debug check_sync warning
+    - IB/isert: fix T10-pi check mask setting
+    - IB/hfi1: Fix fault injection init/exit issues
+    - IB/hfi1: Reorder incorrect send context disable
+    - IB/hfi1: Optimize kthread pointer locking when queuing CQ entries
+    - IB/hfi1: Fix user context tail allocation for DMA_RTAIL
+    - IB/uverbs: Fix ordering of ucontext check in ib_uverbs_write
+    - RDMA/mlx4: Discard unknown SQP work requests
+    - xprtrdma: Return -ENOBUFS when no pages are available
+    - RDMA/core: Save kernel caller name when creating CQ using ib_create_cq()
+    - mtd: rawnand: Do not check FAIL bit when executing a SET_FEATURES op
+    - mtd: cfi_cmdset_0002: Change write buffer to check correct value
+    - mtd: rawnand: denali_dt: set clk_x_rate to 200 MHz unconditionally
+    - mtd: rawnand: fix return value check for bad block status
+    - mtd: rawnand: mxc: set spare area size register explicitly
+    - mtd: rawnand: micron: add ONFI_FEATURE_ON_DIE_ECC to supported features
+    - mtd: rawnand: All AC chips have a broken GET_FEATURES(TIMINGS).
+    - mtd: cfi_cmdset_0002: Use right chip in do_ppb_xxlock()
+    - mtd: cfi_cmdset_0002: fix SEGV unlocking multiple chips
+    - mtd: cfi_cmdset_0002: Fix unlocking requests crossing a chip boudary
+    - mtd: cfi_cmdset_0002: Avoid walking all chips when unlocking.
+    - clk:aspeed: Fix reset bits for PCI/VGA and PECI
+    - [x86] PCI: hv: Make sure the bus domain is really unique
+    - PCI: Add ACS quirk for Intel 7th & 8th Gen mobile
+    - PCI: Add ACS quirk for Intel 300 series
+    - PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on
+      resume
+    - PCI: Account for all bridges on bus when distributing bus numbers
+    - auxdisplay: fix broken menu
+    - pinctrl: armada-37xx: Fix spurious irq management
+    - pinctrl: samsung: Correct EINTG banks order
+    - pinctrl: devicetree: Fix pctldev pointer overwrite
+    - cpufreq: intel_pstate: Fix scaling max/min limits with Turbo 3.0
+    - [mips*] pb44: Fix i2c-gpio GPIO descriptor table
+    - [mips*] io: Add barrier after register read in inX()
+    - time: Make sure jiffies_to_msecs() preserves non-zero time periods
+    - irqchip/gic-v3-its: Don't bind LPI to unavailable NUMA node
+    - locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMS
+    - X.509: unpack RSA signatureValue field from BIT STRING
+    - Btrfs: fix return value on rename exchange failure
+    - iio: adc: ad7791: remove sample freq sysfs attributes
+    - iio: sca3000: Fix an error handling path in 'sca3000_probe()'
+    - mm: fix __gup_device_huge vs unmap
+    - scsi: scsi_debug: Fix memory leak on module unload
+    - scsi: hpsa: disable device during shutdown
+    - scsi: qla2xxx: Delete session for nport id change
+    - scsi: qla2xxx: Fix setting lower transfer speed if GPSC fails
+    - scsi: qla2xxx: Mask off Scope bits in retry delay
+    - scsi: qla2xxx: Spinlock recursion in qla_target
+    - scsi: zfcp: fix missing SCSI trace for result of eh_host_reset_handler
+    - scsi: zfcp: fix missing SCSI trace for retry of abort / scsi_eh TMF
+    - scsi: zfcp: fix misleading REC trigger trace where erp_action setup
+      failed
+    - scsi: zfcp: fix missing REC trigger trace on terminate_rport_io early
+      return
+    - scsi: zfcp: fix missing REC trigger trace on terminate_rport_io for
+      ERP_FAILED
+    - scsi: zfcp: fix missing REC trigger trace for all objects in ERP_FAILED
+    - scsi: zfcp: fix missing REC trigger trace on enqueue without ERP thread
+    - linvdimm, pmem: Preserve read-only setting for pmem devices
+    - libnvdimm, pmem: Unconditionally deep flush on *sync
+    - [armhf] clk: meson: meson8b: mark fclk_div2 gate clocks as CLK_IS_CRITICAL
+    - [armhf] rtc: sun6i: Fix bit_idx value for clk_register_gate
+    - md: fix two problems with setting the "re-add" device state.
+    - rpmsg: smd: do not use mananged resources for endpoints and channels
+    - ubi: fastmap: Cancel work upon detach
+    - ubi: fastmap: Correctly handle interrupted erasures in EBA
+    - UBIFS: Fix potential integer overflow in allocation
+    - backlight: as3711_bl: Fix Device Tree node lookup
+    - backlight: max8925_bl: Fix Device Tree node lookup
+    - backlight: tps65217_bl: Fix Device Tree node lookup
+    - Revert "iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and
+      dma_direct_{alloc,free}()"
+    - f2fs: don't use GFP_ZERO for page caches
+    - um: Fix initialization of vector queues
+    - um: Fix raw interface options
+    - mfd: twl-core: Fix clock initialization
+    - mfd: intel-lpss: Program REMAP register in PIO mode
+    - mfd: intel-lpss: Fix Intel Cannon Lake LPSS I2C input clock
+    - perf tools: Fix symbol and object code resolution for vdso32 and vdsox32
+    - [x86] perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACING
+    - [x86] perf intel-pt: Fix decoding to accept CBR between FUP and
+      corresponding TIP
+    - [x86] perf intel-pt: Fix MTC timing after overflow
+    - [x86] perf intel-pt: Fix "Unexpected indirect branch" error
+    - [x86] perf intel-pt: Fix packet decoding of CYC packets
+    - media: vsp1: Release buffers for each video node
+    - media: uvcvideo: Support realtek's UVC 1.5 device
+    - media: cx231xx: Ignore an i2c mux adapter
+    - media: v4l2-compat-ioctl32: prevent go past max size
+    - media: cx231xx: Add support for AverMedia DVD EZMaker 7
+    - media: rc: mce_kbd decoder: fix stuck keys
+    - media: dvb_frontend: fix locking issues at dvb_frontend_get_event()
+    - nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdir
+    - NFSv4: Fix possible 1-byte stack overflow in
+      nfs_idmap_read_and_verify_message
+    - NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..")
+    - NFSv4: Fix a typo in nfs41_sequence_process
+    - video: uvesafb: Fix integer overflow in allocation (CVE-2018-13406)
+    - ACPI / LPSS: Add missing prv_offset setting for byt/cht PWM devices
+    - Input: silead - add MSSL0002 ACPI HID
+    - Input: elan_i2c - add ELAN0618 (Lenovo v330 15IKB) ACPI ID
+    - pwm: lpss: platform: Save/restore the ctrl register over a suspend/resume
+    - rbd: flush rbd_dev->watch_dwork after watch is unregistered
+    - mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()
+    - mm: fix devmem_is_allowed() for sub-page System RAM intersections
+    - xen: Remove unnecessary BUG_ON from __unbind_from_irq()
+    - net: ethernet: fix suspend/resume in davinci_emac
+    - udf: Detect incorrect directory size
+    - Input: xpad - fix GPD Win 2 controller name
+    - Input: psmouse - fix button reporting for basic protocols
+    - Input: elan_i2c_smbus - fix more potential stack buffer overflows
+    - Input: elantech - enable middle button of touchpads on ThinkPad P52
+    - Input: elantech - fix V4 report decoding for module with middle key
+    - ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctl
+    - ALSA: hda - Force to link down at runtime suspend on ATI/AMD HDMI
+    - ALSA: hda/realtek - Fix pop noise on Lenovo P50 & co
+    - ALSA: hda/realtek - Add a quirk for FSC ESPRIMO U9210
+    - ALSA: hda/realtek - Fix the problem of two front mics on more machines
+    - Revert "i2c: algo-bit: init the bus to a known state"
+    - i2c: gpio: initialize SCL to HIGH again
+    - slub: fix failure when we delete and create a slab cache
+    - kasan: depend on CONFIG_SLUB_DEBUG
+    - dm: use bio_split() when splitting out the already processed bio
+    - pmem: only set QUEUE_FLAG_DAX for fsdax mode
+    - block: Fix transfer when chunk sectors exceeds max
+    - block: Fix cloning of requests with a special payload
+    - [x86] e820: put !E820_TYPE_RAM regions into memblock.reserved
+    - selinux: move user accesses in selinuxfs out of locked regions
+    - [x86] entry/64/compat: Fix "x86/entry/64/compat: Preserve r8-r11 in int
+      $0x80"
+    - [x86] efi: Fix efi_call_phys_epilog() with CONFIG_X86_5LEVEL=y
+    - dm zoned: avoid triggering reclaim from inside dmz_map()
+    - dm thin: handle running out of data space vs concurrent discard
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.17.5
+    - [armhf,arm64] usb: dwc2: fix the incorrect bitmaps for the ports of
+      multi_tt hub
+    - usb: typec: tcpm: fix logbuffer index is wrong if _tcpm_log is re-entered
+    - acpi: Add helper for deactivating memory region
+    - usb: typec: ucsi: acpi: Workaround for cache mode issue
+    - usb: typec: ucsi: Fix for incorrect status data issue
+    - xhci: Fix kernel oops in trace_xhci_free_virt_device
+    - n_tty: Fix stall at n_tty_receive_char_special().
+    - n_tty: Access echo_* variables carefully.
+    - [armhf] iio: mma8452: Fix ignoring MMA8452_INT_DRDY
+    - serial: 8250_pci: Remove stalled entries in blacklist
+    - serdev: fix memleak on module unload
+    - vt: prevent leaking uninitialized data to userspace via /dev/vcs*
+    - drm/amdgpu: Add APU support in vi_set_uvd_clocks
+    - drm/amdgpu: Add APU support in vi_set_vce_clocks
+    - drm/amdgpu: fix the missed vcn fw version report
+    - drm/amdgpu: Grab/put runtime PM references in atomic_commit_tail()
+    - drm/amdgpu: fix clear_all and replace handling in the VM (v2)
+    - drm/amd/display: Clear connector's edid pointer
+    - [x86] drm/i915/dp: Send DPCD ON for MST before phy_up
+    - drm/qxl: Call qxl_bo_unref outside atomic context
+    - [armhf] Revert "drm/sun4i: Handle DRM_BUS_FLAG_PIXDATA_*EDGE"
+    - drm/amdgpu: Don't default to DC support for Kaveri and older
+    - drm/amdgpu: Use kvmalloc_array for allocating VRAM manager nodes array
+    - drm/amdgpu: Refactor amdgpu_vram_mgr_bo_invisible_size helper
+    - drm/amdgpu: Make amdgpu_vram_mgr_bo_invisible_size always accurate
+    - drm/amdgpu: Update pin_size values before unpinning BO
+    - drm/amdgpu: GPU vs CPU page size fixes in amdgpu_vm_bo_split_mapping
+    - drm/amdgpu: Count disabled CRTCs in commit tail earlier
+    - drm/amd/display: release spinlock before committing updates to stream
+    - [x86] drm/i915: Allow DBLSCAN user modes with eDP/LVDS/DSI
+    - [x86] drm/i915: Fix PIPESTAT irq ack on i965/g4x
+    - [x86] drm/i915: Disallow interlaced modes on g4x DP outputs
+    - [x86] drm/i915: Turn off g4x DP port in .post_disable()
+    - [x86] drm/i915: Enable provoking vertex fix on Gen9 systems.
+    - netfilter: ip6t_rpfilter: provide input interface for route lookup
+    - netfilter: xt_connmark: fix list corruption on rmmod
+    - netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in
+      nft_do_chain()
+    - [arm64] dts: meson-gxl-s905x-p212: Add phy-supply for usb0
+    - [x86] mm: Don't free P4D table when it is folded at runtime
+    - [armhf] dts: imx6q: Use correct SDMA script for SPI5 core
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.17.6
+    - userfaultfd: hugetlbfs: fix userfaultfd_huge_must_wait() pte access
+    - mm: hugetlb: yield when prepping struct pages
+    - mm: teach dump_page() to correctly output poisoned struct pages
+    - PCI / ACPI / PM: Resume bridges w/o drivers on suspend-to-RAM
+    - ACPICA: Drop leading newlines from error messages
+    - ACPI / battery: Safe unregistering of hooks
+    - tracing: Avoid string overflow
+    - tracing: Fix missing return symbol in function_graph output
+    - scsi: sg: mitigate read/write abuse
+    - scsi: aacraid: Fix PD performance regression over incorrect qd being set
+    - scsi: target: Fix truncated PR-in ReadKeys response
+    - [s390x] Correct register corruption in critical section cleanup
+    - drbd: fix access after free
+    - vfio: Use get_user_pages_longterm correctly
+    - [armhf] dts: imx51-zii-rdu1: fix touchscreen pinctrl
+    - [armhf] dts: omap3: Fix am3517 mdio and emac clock references
+    - [armhf] dts: dra7: Disable metastability workaround for USB2
+    - cifs: Fix use after free of a mid_q_entry
+    - cifs: Fix memory leak in smb2_set_ea()
+    - cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE setting
+    - cifs: Fix infinite loop when using hard mount option
+    - drm: Use kvzalloc for allocating blob property memory
+    - drm/udl: fix display corruption of the last line
+    - drm/amdgpu: Add amdgpu_atpx_get_dhandle()
+    - drm/amdgpu: Dynamically probe for ATIF handle (v2)
+    - ext4: include the illegal physical block in the bad map ext4_error msg
+    - ext4: add more mount time checks of the superblock
+    - ext4: check superblock mapped prior to committing
+    - HID: i2c-hid: Fix "incomplete report" noise
+    - HID: hiddev: fix potential Spectre v1 (CVE-2017-5715)
+    - HID: debug: check length before copy_to_user()
+    - HID: core: allow concurrent registration of drivers
+    - i2c: core: smbus: fix a potential missing-check bug
+    - i2c: smbus: kill memory leak on emulated and failed DMA SMBus xfers
+    - fs: allow per-device dax status checking for filesystems
+    - dax: change bdev_dax_supported() to support boolean returns
+    - dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()
+    - dm: prevent DAX mounts if not supported
+    - mtd: cfi_cmdset_0002: Change definition naming to retry write operation
+    - mtd: cfi_cmdset_0002: Change erase functions to retry for error
+    - mtd: cfi_cmdset_0002: Change erase functions to check chip good only
+    - netfilter: nf_log: don't hold nf_log_mutex during user access
+    - [x86] staging: comedi: quatech_daqp_cs: fix no-op loop
+      daqp_ao_insn_write()
+    - Revert mm/vmstat.c: fix vmstat_update() preemption BUG
+
+  [ Sjoerd Simons ]
+  * [armhf] DRM: Enable CONFIG_DRM_IMX_PARALLEL_DISPLAY
+
+  [ Ben Hutchings ]
+  * linux-tools: Fix cross-build of objtool
+  * [powerpcspe] Fix build failures (thanks to James Clarke):
+    - powerpc/lib/sstep: Fix building for powerpcspe
+    - powerpc/lib/Makefile: Don't pull in quad.o for 32-bit kernels
+    - linux-perf: Disable building for powerpcspe
+  * [powerpc,powerpcspe,ppc64] Fix cross-build (Closes: #903096):
+    - Introduce linux-bootwrapper-<abiname> package containing boot wrapper
+      tools for the host architecture
+    - linux-image: Install symlinks to boot wrapper tools instead of the
+      native tools built by kbuild
+  * fs: Fix up non-directory creation in SGID directories (CVE-2018-13405)
+  * sound/pci/hda: Ignore ABI changes
+  * HID: Avoid ABI change in 4.17.6
+  * dax: Avoid ABI change in 4.17.6
+
+  [ Cyril Brulebois ]
+  * udeb: Add virtio_console to virtio-modules (Closes: #903122).
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 12 Jul 2018 02:05:27 +0100
+
+linux (4.17.3-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.17.3
+    - net: aquantia: fix unsigned numvecs comparison with less than zero
+    - bonding: re-evaluate force_primary when the primary slave name changes
+    - cdc_ncm: avoid padding beyond end of skb
+    - ipv6: allow PMTU exceptions to local routes
+    - [armhf,arm64] net: dsa: add error handling for pskb_trim_rcsum
+    - net/sched: act_simple: fix parsing of TCA_DEF_DATA
+    - tcp: verify the checksum of the first data segment in a new connection
+    - socket: close race condition between sock_close() and sockfs_setattr()
+      (CVE-2018-12232)
+    - udp: fix rx queue len reported by diag and proc interface
+    - net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds
+      vlan
+    - ACPICA: AML parser: attempt to continue loading table after error
+    - ext4: fix hole length detection in ext4_ind_map_blocks()
+    - ext4: update mtime in ext4_punch_hole even if no blocks are released
+    - ext4: do not allow external inodes for inline data (CVE-2018-11412)
+    - ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()
+    - ext4: correctly handle a zero-length xattr with a non-zero e_value_offs
+      (CVE-2018-10840)
+    - ext4: fix fencepost error in check for inode count overflow during resize
+    - driver core: Don't ignore class_dir_create_and_add() failure.
+    - Btrfs: allow empty subvol= again
+    - Btrfs: fix clone vs chattr NODATASUM race
+    - Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()
+    - btrfs: return error value if create_io_em failed in cow_file_range
+    - btrfs: scrub: Don't use inode pages for device replace
+    - ALSA: usb-audio: Disable the quirk for Nura headset
+    - ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()
+    - [x86] MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()
+    - smb3: fix various xid leaks
+    - smb3: on reconnect set PreviousSessionId field
+    - CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session
+      expiry
+    - cifs: For SMB2 security informaion query, check for minimum sized
+      security descriptor instead of sizeof FileAllInformation class
+    - nbd: fix nbd device deletion
+    - nbd: update size when connected
+    - nbd: use bd_set_size when updating disk size
+    - blk-mq: reinit q->tag_set_list entry only after grace period
+    - bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue
+    - cpufreq: Fix new policy initialization during limits updates via sysfs
+    - cpufreq: governors: Fix long idle detection logic in load calculation
+    - libata: zpodd: small read overflow in eject_tray()
+    - libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk
+    - nvme/pci: Sync controller reset for AER slot_reset
+    - [x86] vector: Fix the args of vector_alloc tracepoint
+    - [x86] apic/vector: Prevent hlist corruption and leaks
+    - [x86] apic: Provide apic_ack_irq()
+    - [x86] ioapic: Use apic_ack_irq()
+    - [x86] platform/uv: Use apic_ack_irq()
+    - irq_remapping: Use apic_ack_irq()
+    - genirq/generic_pending: Do not lose pending affinity update
+    - genirq/affinity: Defer affinity setting if irq chip is busy
+    - genirq/migration: Avoid out of line call if pending is not set
+    - [x86] intel_rdt: Enable CMT and MBM on new Skylake stepping
+    - media: uvcvideo: Prevent setting unavailable flags
+    - media: rc: ensure input/lirc device can be opened after register
+    - iwlwifi: fw: harden page loading code
+    - [x86] HID: intel_ish-hid: ipc: register more pm callbacks to support
+      hibernation
+    - HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large
+    - vhost: fix info leak due to uninitialized memory (CVE-2018-1118)
+    - fs/binfmt_misc.c: do not allow offset overflow
+    - mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
+
+  [ Ben Hutchings ]
+  * [amd64,arm64,armhf] android: Build modules to support Anbox
+    (Closes: #901492)
+    - Export symbols needed by Android drivers
+    - Enable building ashmem and binder as modules
+    - Enable ANDROID
+    - Enable ANDROID_BINDER_IPC, ASHMEM as modules
+    - Set ANDROID_BINDER_DEVICES="binder"
+    - Disable ANDROID_BINDER_IPC_32BIT
+  * [mips*] Increase RELOCATION_TABLE_SIZE to 0x00140000 (fixes FTBFS)
+  * Set ABI to 1
+  * [x86,arm64] Disable code signing for upload to unstable
+  * [x86] virt: vbox: Only copy_from_user the request-header once
+    (CVE-2018-12633)
+  * [x86] vboxguest: Enable VBOXGUEST and DRM_VBOXVIDEO as modules
+  * aufs: Update support patchset to aufs4.x-rcN-20180611
+  * debian/rules.d/scripts/mod/gendef.py: Use Python 3
+  * debian/rules: Fix pkg.linux.notools build profile
+  * tracing: Check for no filter when processing event filters (CVE-2018-12714)
+  * dm: Enable DM_INTEGRITY as module (except on armel) (Closes: #896649)
+  * debian/lib/python/debian_linux/debian.py: Accept arbitrary revision
+    suffixes (Closes: #898087)
+  * ext4: add corruption check in ext4_xattr_set_entry() (CVE-2018-10879)
+  * ext4: always verify the magic number in xattr blocks (CVE-2018-10879)
+  * ext4: always check block group bounds in ext4_init_block_bitmap()
+    (CVE-2018-10878)
+  * ext4: make sure bitmaps and the inode table don't overlap with bg
+    descriptors (CVE-2018-10878)
+  * ext4: only look at the bg_flags field if it is valid (CVE-2018-10876)
+  * ext4: verify the depth of extent tree in ext4_find_extent()
+    (CVE-2018-10877)
+  * ext4: clear i_data in ext4_inode_info when removing inline data
+    (CVE-2018-10881)
+  * ext4: never move the system.data xattr out of the inode body
+    (CVE-2018-10880)
+  * jbd2: don't mark block as modified if the handle is out of credits
+    (CVE-2018-10883)
+  * ext4: avoid running out of journal credits when appending to an inline file
+    (CVE-2018-10883)
+  * ext4: add more inode number paranoia checks (CVE-2018-10882)
+  * jfs: Fix inconsistency between memory allocation and ea_buf->max_size
+    (CVE-2018-12233)
+  * debian/control: Move bison and flex to Build-Depends (Closes: #901712)
+
+  [ Romain Perier ]
+  * [x86] amdgpu: Enable DCN 1.0 Raven family (Closes: #901349)
+  * [armhf] Enable missing SND_EDMA_SOC for davinci-mcasp on the BeagleBoneBlack
+
+  [ Vagrant Cascadian ]
+  * [arm64] Add device-tree to support Pinebook.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 02 Jul 2018 22:13:27 +0100
+
+linux (4.17.2-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_4.17
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.17.1
+    - netfilter: nf_flow_table: attach dst to skbs
+    - bnx2x: use the right constant
+    - ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds
+    - ipv6: omit traffic class when calculating flow hash
+    - l2tp: fix refcount leakage on PPPoL2TP sockets
+    - netdev-FAQ: clarify DaveM's position for stable backports
+    - net: metrics: add proper netlink validation
+    - net/packet: refine check for priv area size
+    - rtnetlink: validate attributes in do_setlink()
+    - sctp: not allow transport timeout value less than HZ/5 for hb_timer
+    - team: use netdev_features_t instead of u32
+    - vrf: check the original netdevice for generating redirect
+    - net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
+    - ipmr: fix error path when ipmr_new_table fails
+    - PCI: hv: Do not wait forever on a device that has disappeared
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.17.2
+    - crypto: chelsio - request to HW should wrap
+    - blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
+    - KVM: X86: Fix reserved bits check for MOV to CR3
+    - KVM: x86: introduce linear_{read,write}_system
+    - kvm: fix typo in flag name
+    - kvm: nVMX: Enforce cpl=0 for VMX instructions
+    - KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system
+    - kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
+    - staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy
+    - NFC: pn533: don't send USB data off of the stack
+    - usbip: vhci_sysfs: fix potential Spectre v1
+    - usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
+    - usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
+    - Input: xpad - add GPD Win 2 Controller USB IDs
+    - phy: qcom-qusb2: Fix crash if nvmem cell not specified
+    - usb: core: message: remove extra endianness conversion in usb_set_isoch_delay
+    - usb: typec: wcove: Remove dependency on HW FSM
+    - usb: gadget: function: printer: avoid wrong list handling in printer_write()
+    - usb: gadget: udc: renesas_usb3: fix double phy_put()
+    - usb: gadget: udc: renesas_usb3: should remove debugfs
+    - usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add udc
+    - usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc
+    - usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error
+    - usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnecting
+    - serial: sh-sci: Stop using printk format %pCr
+    - tty/serial: atmel: use port->name as name in request_irq()
+    - serial: samsung: fix maxburst parameter for DMA transactions
+    - serial: 8250: omap: Fix idling of clocks for unused uarts
+    - vmw_balloon: fixing double free when batching mode is off
+    - doc: fix sysfs ABI documentation
+    - arm64: defconfig: Enable CONFIG_PINCTRL_MT7622 by default
+    - tty: pl011: Avoid spuriously stuck-off interrupts
+    - crypto: ccree - correct host regs offset
+    - Input: goodix - add new ACPI id for GPD Win 2 touch screen
+    - Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID
+    - crypto: caam - strip input zeros from RSA input buffer
+    - crypto: caam - fix DMA mapping dir for generated IV
+    - crypto: caam - fix IV DMA mapping and updating
+    - crypto: caam/qi - fix IV DMA mapping and updating
+    - crypto: caam - fix size of RSA prime factor q
+    - crypto: cavium - Fix fallout from CONFIG_VMAP_STACK
+    - crypto: cavium - Limit result reading attempts
+    - crypto: vmx - Remove overly verbose printk from AES init routines
+    - crypto: vmx - Remove overly verbose printk from AES XTS init
+    - crypto: omap-sham - fix memleak
+
+  [ Vagrant Cascadian ]
+  * [armhf] Enable MFD_AC100 and RTC_DRV_AC100, used in allwinner A80/A83t
+    systems.
+
+  [ Helge Deller ]
+  * [hppa] Disable debug info due to required disk size.
+
+  [ Bastian Blank ]
+  * [cloud-amd64] Enable VIRTUALIZATION. (closes: #900861)
+  * [cloud-amd64] Enable MEMORY_HOTPLUG.
+
+  [ Romain Perier ]
+  * [arm64] correct voltage selector for Firefly-RK3399 (Closes: #900799)
+
+  [ Vagrant Cascadian ]
+  * [arm64] Enable configuration options used in Firefly-RK3399:
+    DRM_ROCKCHIP, ROCKCHIP_ANALOGIX_DP, ROCKCHIP_DW_HDMI,
+    ROCKCHIP_DW_MIPI_DSI, ROCKCHIP_SARADC, ROCKCHIP_IOMMU, ROCKCHIP_EFUSE,
+    PHY_ROCKCHIP_TYPEC, ROCKCHIP_THERMAL (Closes: #901159).
+    Thanks to Heinrich Schuchardt.
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 19 Jun 2018 22:00:47 +0200
+
+linux (4.17~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Romain Perier]
+  * Update patch debian/wireless-disable-regulatory.db-direct-loading.patch to
+    fix a FTBFS with undefined symbol reg_query_regdb_wmm() that is used by
+    wireless driver iwlwifi.
+
+  [ Luca Boccassi ]
+  * Disable building linux-doc-* and tools documentation when the "nodoc"
+    build profile is used.
+  * Add new "pkg.linux.nosource" build profile that disables building the
+    linux-source-* package, and a "[packages] source" option for the
+    debian/config/defines file that defines the default behaviour.
+  * Remove redundant "Dual License" from debian/copyright to fix Lintian
+    source warning "space-in-std-shortname-in-dep5-copyright".
+  * Add missing Copyright line to debian/copyright to fix Lintian source
+    warning "missing-field-in-dep5-copyright".
+
+  [ John Paul Adrian Glaubitz ]
+  * [m68k] Enable CONFIG_PATA_GAYLE as module.
+
+  [ Ben Hutchings ]
+  * Fix building only versioned tools packages
+  * Reclassify lockdep packages as unversioned tools
+  * [hppa/parisc64-smp] IB: Fix RDMA_RXE and INFINIBAND_RDMAVT dependencies for
+    DMA_VIRT_OPS
+  * rtl8192se: Fix warning introduced by "firmware: Remove redundant log
+    messages from drivers"
+  * SCSI: Enable SCSI_MQ_DEFAULT. This can be reverted using the kernel
+    parameter: scsi_mod.use_blk_mq=n
+  * dm: Enable DM_MQ_DEFAULT. This can be reverted using the kernel parameter:
+    dm_mod.use_blk_mq=n
+
+  [ Jason Duerstock ]
+  * [ia64] udeb: Add compress-modules package (fixes FTBFS)
+
+  [ YunQiang Su ]
+  * [mips{,64}el/loongson-3] enable NUMA, CPU_PM, CPU_IDLE, RS780_HPET,
+    REGULATOR. (Closes: #898521).
+  * [mips{,64}r6{,el}] use boston as the target, and enable MIPS_CPS.
+    Add a patch to disable uImage generation to avoid depend on u-boot-tools.
+    Fix typo the EL's flavor names in installer: not same within defines
+    Malta is never used for r6. (Closes: #898523)
+    Boston also requires relocation table size >= 0x00121000.
+
+  [ Vagrant Cascadian ]
+  * [armhf] Update mtd-modules: Replace pxa3xx_nand with marvell_nand.
+
+  [ Hideki Yamane ]
+  * Improve battery life on laptops (Closes: #898629)
+    Thanks to Hans de Goede <hdegoede@redhat.com>
+    - ATA: A new SATA link-powermanagement-policy will be the default on all
+      Intel mobile chipsets. This can be reverted by passing 
+      "ahci.mobile_lpm_policy=0" on the kernel commandline.
+    - sound: Enable Intel HDA codec power-saving by default with a 1 second
+      timeout. This can be overridden by passing "snd_hda_intel.power_save=0"
+      on the kernel commandline (0 is previously default).
+    - BlueTooth: Enable USB autosuspend for Bluetooth USB devices by default.
+      This can be disabled by passing "btusb.enable_autosuspend=n" on the
+      kernel commandline. 
+
+  [ Bastian Blank ]
+  * [cloud-amd64] Disable some filesystems.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 29 May 2018 09:54:12 +0100
+
+linux (4.17~rc3-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [amd64] Drop our patch "Don't WARN about expected W+X pages on Xen"; the
+    problem appears to have been fixed upstream
+  * Drop our patch "Kbuild: kconfig: Verbose version of --listnewconfig";
+    listnewconfig now shows symbol values by default
+  * debian/rules.real: Stop enabling verbose output for listnewconfig target
+  * Documentation: typec.rst: Use literal-block element with ascii art
+  * Documentation: Update references to drivers/base/firmware_class.c
+  * [armhf] Enable MTD_NAND_MARVELL as module, replacing MTD_NAND_PXA3xx
+  * linux-kbuild: Update genksyms makefile to run flex and bison
+  * Add support for building only versioned tools packages
+  * Change generation of linux-doc, linux-source, linux-support package names
+
+  [ Luca Boccassi ]
+  * Build-Dep on libelf-dev even for nopython/notools builds to fix FTBFS,
+    needed when CONFIG_STACK_VALIDATION and CONFIG_UNWINDER_ORC are enabled.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 30 Apr 2018 00:13:06 +0100
+
+linux (4.16.16-2) unstable; urgency=medium
+
+  * [powerpc*] Ignore further ABI changes in cxl.
+  * [ia64] Add compress-modules udeb.
+
+ -- Bastian Blank <waldi@debian.org>  Fri, 22 Jun 2018 11:50:22 +0200
+
+linux (4.16.16-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.16.13
+    - [mips*] c-r4k: Fix data corruption related to cache coherence
+    - [mips*] ptrace: Expose FIR register through FP regset
+    - [mips*] Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32
+      FGRs
+    - affs_lookup(): close a race with affs_remove_link()
+    - fix breakage caused by d_find_alias() semantics change
+    - fs: don't scan the inode cache before SB_BORN is set
+    - aio: fix io_destroy(2) vs. lookup_ioctx() race
+    - Btrfs: fix error handling in btrfs_truncate()
+    - ALSA: timer: Fix pause event notification
+    - do d_instantiate/unlock_new_inode combinations safely
+    - mmc: block: propagate correct returned value in mmc_rpmb_ioctl
+    - mmc: sdhci-iproc: remove hard coded mmc cap 1.8v
+    - mmc: sdhci-iproc: fix 32bit writes for TRANSFER_MODE register
+    - mmc: sdhci-iproc: add SDHCI_QUIRK2_HOST_OFF_CARD_ON for cygnus
+    - ahci: Add PCI ID for Cannon Lake PCH-LP AHCI
+    - libata: Blacklist some Sandisk SSDs for NCQ
+    - libata: blacklist Micron 500IT SSD with MU01 firmware
+    - xen-swiotlb: fix the check condition for xen_swiotlb_free_coherent
+    - drm/vmwgfx: Fix 32-bit VMW_PORT_HB_[IN|OUT] macros
+    - [arm64] lse: Add early clobbers to some input/output asm operands
+    - [arm64] export tishift functions to modules
+    - [powerpc*] 64s: Clear PCR on boot
+    - IB/hfi1: Use after free race condition in send context error path
+    - IB/umem: Use the correct mm during ib_umem_release
+    - sr: pass down correctly sized SCSI sense buffer (CVE-2018-11506)
+    - bcma: fix buffer size caused crash in bcma_core_mips_print_irq()
+    - idr: fix invalid ptr dereference on item delete
+    - Revert "ipc/shm: Fix shmat mmap nil-page protection"
+    - ipc/shm: fix shmat() nil address after round-down when remapping
+    - mm/kasan: don't vfree() nonexistent vm_area
+    - kasan: free allocated shadow memory on MEM_CANCEL_ONLINE
+    - kasan: fix memory hotplug during boot
+    - kernel/sys.c: fix potential Spectre v1 issue
+    - PM / core: Fix direct_complete handling for devices with no callbacks
+    - KVM/VMX: Expose SSBD properly to guests
+    - KVM: s390: vsie: fix < 8k check for the itdba
+    - KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changed
+    - kvm: x86: IA32_ARCH_CAPABILITIES is always supported
+    - x86/kvm: fix LAPIC timer drift when guest uses periodic mode
+    - [armhf] dts: sun4i: Fix incorrect clocks for displays
+    - sh: fix debug trap failure to process signals before return to user
+    - firmware: dmi_scan: Fix UUID length safety check
+    - nvme: don't send keep-alives to the discovery controller
+    - Btrfs: clean up resources during umount after trans is aborted
+    - Btrfs: fix loss of prealloc extents past i_size after fsync log replay
+    - x86/pgtable: Don't set huge PUD/PMD on non-leaf entries
+    - x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init
+    - bnxt_en: Ignore src port field in decap filter nodes
+    - nvme: expand nvmf_check_if_ready checks
+    - fs/proc/proc_sysctl.c: fix potential page fault while unregistering
+      sysctl table
+    - kasan: fix invalid-free test crashing the kernel
+    - kasan, slub: fix handling of kasan_slab_free hook
+    - swap: divide-by-zero when zero length swap file on ssd
+    - z3fold: fix memory leak
+    - sr: get/drop reference to device in revalidate and check_events
+    - Force log to disk before reading the AGF during a fstrim
+    - cpufreq: CPPC: Initialize shared perf capabilities of CPUs
+    - powerpc/fscr: Enable interrupts earlier before calling get_user()
+    - perf tools: Fix perf builds with clang support
+    - perf clang: Add support for recent clang versions
+    - dp83640: Ensure against premature access to PHY registers after reset
+    - ibmvnic: Zero used TX descriptor counter on reset
+    - genirq/affinity: Don't return with empty affinity masks on error
+    - mm/ksm: fix interaction with THP
+    - mm: fix races between address_space dereference and free in
+      page_evicatable
+    - mm: thp: fix potential clearing to referenced flag in
+      page_idle_clear_pte_refs_one()
+    - Btrfs: bail out on error during replay_dir_deletes
+    - Btrfs: fix NULL pointer dereference in log_dir_items
+    - btrfs: Fix possible softlock on single core machines
+    - IB/rxe: Fix for oops in rxe_register_device on ppc64le arch
+    - ocfs2/dlm: don't handle migrate lockres if already in shutdown
+    - [powerpc*] 64s: Fix restore of AMOR on POWER9 after deep sleep
+    - sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warning
+    - x86/mm: Fix bogus warning during EFI bootup, use boot_cpu_has() instead
+      of this_cpu_has() in build_cr3_noflush()
+    - KVM: VMX: raise internal error for exception during invalid protected
+      mode state
+    - lan78xx: Connect phy early
+    - fscache: Fix hanging wait on page discarded by writeback
+    - dmaengine: rcar-dmac: Fix too early/late system suspend/resume callbacks
+    - [sparc64] Make atomic_xchg() an inline function rather than a macro.
+    - riscv/spinlock: Strengthen implementations with fences
+    - platform/x86: dell-smbios: Fix memory leaks in build_tokens_sysfs()
+    - net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()
+    - net: bgmac: Correctly annotate register space
+    - bnxt_en: fix clear flags in ethtool reset handling
+    - [powerpc*] 64s: sreset panic if there is no debugger or crash dump handlers
+    - btrfs: tests/qgroup: Fix wrong tree backref level
+    - Btrfs: fix copy_items() return value when logging an inode
+    - btrfs: fix lockdep splat in btrfs_alloc_subvolume_writers
+    - btrfs: qgroup: Fix root item corruption when multiple same source
+      snapshots are created with quota enabled
+    - rxrpc: Fix resend event time calculation
+    - rxrpc: Fix Tx ring annotation after initial Tx failure
+    - rxrpc: Don't treat call aborts as conn aborts
+    - xen/acpi: off by one in read_acpi_id()
+    - drivers: macintosh: rack-meter: really fix bogus memsets
+    - ACPI: acpi_pad: Fix memory leak in power saving threads
+    - powerpc/mpic: Check if cpu_possible() in mpic_physmask()
+    - ieee802154: ca8210: fix uninitialised data read
+    - ath10k: advertize beacon_int_min_gcd
+    - iommu/amd: Take into account that alloc_dev_data() may return NULL
+    - intel_th: Use correct method of finding hub
+    - [m68k] set dma and coherent masks for platform FEC ethernets
+    - iwlwifi: mvm: check if mac80211_queue is valid in iwl_mvm_disable_txq
+    - iwlwifi: mvm: take RCU lock before dereferencing
+    - net/mlx5e: Move all TX timeout logic to be under state lock
+    - parisc/pci: Switch LBA PCI bus from Hard Fail to Soft Fail mode
+    - perf mmap: Fix accessing unmapped mmap in perf_mmap__read_done()
+    - hwmon: (nct6775) Fix writing pwmX_mode
+    - mt76x2: fix possible NULL pointer dereferencing in mt76x2_tx()
+    - mt76x2: fix warning in ieee80211_get_key_rx_seq()
+    - [powerpc] perf: Prevent kernel address leak to userspace via BHRB buffer
+    - [powerpc] perf: Fix kernel address leak via sampling registers
+    - rsi: fix kernel panic observed on 64bit machine
+    - tools/thermal: tmon: fix for segfault
+    - selftests: Print the test we're running to /dev/kmsg
+    - i40e: hold the RTNL lock while changing interrupt schemes
+    - net/mlx5: Protect from command bit overflow
+    - watchdog: davinci_wdt: fix error handling in davinci_wdt_probe()
+    - net: hns3: fix for the wrong shift problem in hns3_set_txbd_baseinfo
+    - net: hns3: fix for returning wrong value problem in
+      hns3_get_rss_indir_size
+    - net: hns3: fix for returning wrong value problem in hns3_get_rss_key_size
+    - net: qualcomm: rmnet: check for null ep to avoid null pointer dereference
+    - ath10k: Fix kernel panic while using worker (ath10k_sta_rc_update_wk)
+    - nvme_fc: fix abort race on teardown with lld reject
+    - nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-A
+    - ath9k: fix crash in spectral scan
+    - btrfs: fix null pointer deref when target device is missing
+    - cxgb4: Setup FW queues before registering netdev
+    - hv_netvsc: Fix the return status in RX path
+    - ima: Fix Kconfig to select TPM 2.0 CRB interface
+    - ima: Fallback to the builtin hash algorithm
+    - watchdog: aspeed: Allow configuring for alternate boot
+    - gfs2: Check for the end of metadata in punch_hole
+    - virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS
+    - [armhf] dts: socfpga: fix GIC PPI warning
+    - ima: clear IMA_HASH
+    - ext4: don't complain about incorrect features when probing
+    - drm/vmwgfx: Unpin the screen object backup buffer when not used
+    - iommu/mediatek: Fix protect memory setting
+    - cpufreq: cppc_cpufreq: Fix cppc_cpufreq_init() failure path
+    - firmware: fix checking for return values for fw_add_devm_name()
+    - IB/mlx5: Set the default active rate and width to QDR and 4X
+    - zorro: Set up z->dev.dma_mask for the DMA API
+    - bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set
+    - remoteproc: imx_rproc: Fix an error handling path in 'imx_rproc_probe()'
+    - bcache: fix cached_dev->count usage for bch_cache_set_error()
+    - ACPICA: Events: add a return on failure from acpi_hw_register_read
+    - ACPICA: Fix memory leak on unusual memory leak
+    - bcache: stop dc->writeback_rate_update properly
+    - ACPICA: acpi: acpica: fix acpi operand cache leak in nseval.c
+    - cxgb4: Fix queue free path of ULD drivers
+    - i2c: mv64xxx: Apply errata delay only in standard mode
+    - KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in use
+    - perf top: Fix top.c[all] all-graph config option reading
+    - perf stat: Fix core dump when flag T is used
+    - IB/core: Honor port_num while resolving GID for IB link layer
+    - drm/amdkfd: add missing include of mm.h
+    - coresight: Use %px to print pcsr instead of %p
+    - ibmvnic: Fix reset return from closed state
+    - regulator: gpio: Fix some error handling paths in 'gpio_regulator_probe()'
+    - spi: bcm-qspi: fIX some error handling paths
+    - net/smc: pay attention to MAX_ORDER for CQ entries
+    - MIPS: ath79: Fix AR724X_PLL_REG_PCIE_CONFIG offset
+    - powerpc/vas: Fix cleanup when VAS is not configured
+    - PCI: Restore config space on runtime resume despite being unbound
+    - watchdog: sprd_wdt: Fix error handling in sprd_wdt_enable()
+    - watchdog: dw: RMW the control register
+    - watchdog: aspeed: Fix translation of reset mode to ctrl register
+    - ipmi_ssif: Fix kernel panic at msg_done_handler
+    - [arm64] drm/meson: Fix some error handling paths in 'meson_drv_bind_master()'
+    - [arm64] drm/meson: Fix an un-handled error path in 'meson_drv_bind_master()'
+    - [powerpc] powernv/npu: Fix deadlock in mmio_invalidate()
+    - f2fs: flush cp pack except cp pack 2 page at first
+    - cxl: Check if PSL data-cache is available before issue flush request
+    - f2fs: fix to set KEEP_SIZE bit in f2fs_zero_range
+    - f2fs: fix to clear CP_TRIMMED_FLAG
+    - f2fs: fix to check extent cache in f2fs_drop_extent_tree
+    - perf/core: Fix installing cgroup events on CPU
+    - max17042: propagate of_node to power supply device
+    - perf/core: Fix perf_output_read_group()
+    - drm/panel: simple: Fix the bus format for the Ontat panel
+    - hwmon: (pmbus/max8688) Accept negative page register values
+    - hwmon: (pmbus/adm1275) Accept negative page register values
+    - [amd64] perf: Properly save/restore the PMU state in the NMI handler
+    - cdrom: do not call check_disk_change() inside cdrom_open()
+    - [armhf, arm64] efi: Only register page tables when they exist
+    - [amd64] perf: Fix large period handling on Broadwell CPUs
+    - [amd64] perf: Fix event update for auto-reload
+    - [arm64] dts: qcom: Fix SPI5 config on MSM8996
+    - [arm64] soc: qcom: wcnss_ctrl: Fix increment in NV upload
+    - gfs2: Fix fallocate chunk size
+    - [amd64] x86/devicetree: Initialize device tree before using it
+    - [amd64] x86/devicetree: Fix device IRQ settings in DT
+    - phy: rockchip-emmc: retry calpad busy trimming
+    - ALSA: vmaster: Propagate slave error
+    - phy: qcom-qmp: Fix phy pipe clock gating
+    - drm/bridge: sii902x: Retry status read after DDI I2C
+    - drm/amdgpu: Clean sdma wptr register when only enable wptr polling
+    - tools: hv: fix compiler warnings about major/target_fname
+    - block: null_blk: fix 'Invalid parameters' when loading module
+    - dmaengine: pl330: fix a race condition in case of threaded irqs
+    - [powerpc] mm/slice: Remove intermediate bitmap copy
+    - [powerpc] mm/slice: create header files dedicated to slices
+    - [powerpc] mm/slice: Enhance for supporting PPC32
+    - [powerpc] mm/slice: Fix hugepage allocation at hint address on 8xx
+    - dmaengine: rcar-dmac: Check the done lists in rcar_dmac_chan_get_residue()
+    - enic: enable rq before updating rq descriptors
+    - watchdog: asm9260_wdt: fix error handling in asm9260_wdt_probe()
+    - hwrng: stm32 - add reset during probe
+    - pinctrl: devicetree: Fix dt_to_map_one_config handling of hogs
+    - pinctrl: artpec6: dt: add missing pin group uart5nocts
+    - vfio-ccw: fence off transport mode
+    - dmaengine: qcom: bam_dma: get num-channels and num-ees from dt
+    - drm: omapdrm: dss: Move initialization code from component bind to probe
+    - [armhf] dts: dra71-evm: Correct evm_sd regulator max voltage
+    - drm/amdgpu: disable GFX ring and disable PQ wptr in hw_fini
+    - drm/amdgpu: adjust timeout for ib_ring_tests(v2)
+    - ibmvnic: Allocate statistics buffers during probe
+    - [armhf, arm64] net: stmmac: ensure that the device has released ownership
+      before reading data
+    - [armhf, arm64] net: stmmac: ensure that the MSS desc is the last desc to
+      set the own bit
+    - cpufreq: Reorder cpufreq_online() error code path
+    - dpaa_eth: fix SG mapping
+    - PCI: Add function 1 DMA alias quirk for Marvell 88SE9220
+    - udf: Provide saner default for invalid uid / gid
+    - ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL mode
+    - sh_eth: fix TSU init on SH7734/R8A7740
+    - power: supply: ltc2941-battery-gauge: Fix temperature units
+    - [armhf] dts: bcm283x: Fix probing of bcm2835-i2s
+    - [armhf] dts: bcm283x: Fix pin function of JTAG pins
+    - PCMCIA / PM: Avoid noirq suspend aborts during suspend-to-idle
+    - hwrng: bcm2835 - Handle deferred clock properly
+    - audit: return on memory error to avoid null pointer dereference
+    - [armhf, arm64] net: stmmac: call correct function in
+      stmmac_mac_config_rx_queues_routing()
+    - rcu: Call touch_nmi_watchdog() while printing stall warnings
+    - pinctrl: sh-pfc: r8a7796: Fix MOD_SEL register pin assignment for SSI
+      pins group
+    - dt-bindings: display: msm/dsi: Fix the PHY regulator supply props
+    - drm/amd/display: Set vsc pack revision when DPCD revision is >= 1.2
+    - dpaa_eth: fix pause capability advertisement logic
+    - [mips*/octeon] Fix logging messages with spurious periods after newlines
+    - [arm64] soc: renesas: r8a77970-sysc: fix power area parents
+    - [armhf] drm/rockchip: Respect page offset for PRIME mmap calls
+    - x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic'
+      specified
+    - perf report: Fix wrong jump arrow
+    - perf tests: Use arch__compare_symbol_names to compare symbols
+    - perf report: Fix memory corruption in --branch-history mode
+      --branch-history
+    - perf tests: Fix dwarf unwind for stripped binaries
+    - selftests/net: fixes psock_fanout eBPF test case
+    - drm/vblank: Data type fixes for 64-bit vblank sequences.
+    - netlabel: If PF_INET6, check sk_buff ip header version
+    - drm: rcar-du: lvds: Fix LVDS startup on R-Car Gen3
+    - drm: rcar-du: lvds: Fix LVDS startup on R-Car Gen2
+    - selftests: Add FIB onlink tests
+    - regmap: Correct comparison in regmap_cached
+    - soc: amlogic: meson-gx-pwrc-vpu: fix error on shutdown when domain is
+      powered off
+    - i40e: Add delay after EMP reset for firmware to recover
+    - [armhf] dts: imx7d: cl-som-imx7: fix pinctrl_enet
+    - [armhf] dts: porter: Fix HDMI output routing
+    - regulator: of: Add a missing 'of_node_put()' in an error handling path of
+      'of_regulator_match()'
+    - pinctrl: msm: Use dynamic GPIO numbering
+    - pinctrl: mcp23s08: spi: Fix regmap debugfs entries
+    - kdb: make "mdr" command repeat
+    - drm/vmwgfx: Set dmabuf_size when vmw_dmabuf_init is successful
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.16.14
+    - objtool: Support GCC 8's cold subfunctions
+    - objtool: Support GCC 8 switch tables
+    - objtool: Detect RIP-relative switch table references
+    - objtool: Detect RIP-relative switch table references, part 2
+    - objtool: Fix "noreturn" detection for recursive sibling calls
+    - x86/mce/AMD: Carve out SMCA get_block_address() code
+    - x86/MCE/AMD: Cache SMCA MISC block addresses
+    - drm/vmwgfx: Use kasprintf
+    - drm/vmwgfx: Fix host logging / guestinfo reading error paths
+    - Revert "pinctrl: msm: Use dynamic GPIO numbering"
+    - xfs: convert XFS_AGFL_SIZE to a helper function
+    - xfs: detect agfl count corruption and reset agfl
+    - Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMI
+    - Input: synaptics - Lenovo Thinkpad X1 Carbon G5 (2017) with Elantech trackpoints should use RMI
+    - Input: synaptics - add Intertouch support on X1 Carbon 6th and X280
+    - Input: synaptics - add Lenovo 80 series ids to SMBus
+    - Input: elan_i2c_smbus - fix corrupted stack
+    - tracing: Fix crash when freeing instances with event triggers
+    - tracing: Make the snapshot trigger work with instances
+    - nvme: fix extended data LBA supported setting
+    - selinux: KASAN: slab-out-of-bounds in xattr_getsecurity
+    - cfg80211: further limit wiphy names to 64 bytes
+    - drm/amd/powerplay: Fix enum mismatch
+    - rtlwifi: rtl8192cu: Remove variable self-assignment in rf.c
+    - iio: ad7793: implement IIO_CHAN_INFO_SAMP_FREQ
+    - iio: hid-sensor-trigger: Fix sometimes not powering up the sensor after resume
+    - iio:buffer: make length types match kfifo types
+    - iio:kfifo_buf: check for uint overflow
+    - iio: adc: stm32-dfsdm: fix successive oversampling settings
+    - iio: adc: stm32-dfsdm: fix sample rate for div2 spi clock
+    - iio: adc: at91-sama5d2_adc: fix channel configuration for differential channels
+    - iio: adc: select buffer for at91-sama5d2_adc
+    - MIPS: lantiq: gphy: Drop reboot/remove reset asserts
+    - MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRs
+    - MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requests
+    - scsi: scsi_transport_srp: Fix shost to rport translation
+    - stm class: Use vmalloc for the master map
+    - hwtracing: stm: fix build error on some arches
+    - IB/core: Fix error code for invalid GID entry
+    - mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()
+    - Revert "rt2800: use TXOP_BACKOFF for probe frames"
+    - intel_th: Use correct device when freeing buffers
+    - drm/psr: Fix missed entry in PSR setup time table.
+    - drm/i915/lvds: Move acpi lid notification registration to registration phase
+    - drm/i915: Disable LVDS on Radiant P845
+    - fix io_destroy()/aio_complete() race
+    - mm: fix the NULL mapping case in __isolate_lru_page()
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.16.15
+    - mmap: introduce sane default mmap limits
+    - mmap: relax file size limit for regular files
+    - netfilter: nf_flow_table: attach dst to skbs
+    - kconfig: Avoid format overflow warning from GCC 8.1
+    - be2net: Fix error detection logic for BE3
+    - bnx2x: use the right constant
+    - cls_flower: Fix incorrect idr release when failing to modify rule
+    - dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()
+    - enic: set DMA mask to 47 bit
+    - ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds
+    - ip6_tunnel: remove magic mtu value 0xFFF8
+    - ipmr: properly check rhltable_init() return value
+    - ipv4: remove warning in ip_recv_error
+    - ipv6: omit traffic class when calculating flow hash
+    - isdn: eicon: fix a missing-check bug
+    - kcm: Fix use-after-free caused by clonned sockets
+    - l2tp: fix refcount leakage on PPPoL2TP sockets
+    - mlxsw: spectrum: Forbid creation of VLAN 1 over port/LAG
+    - netdev-FAQ: clarify DaveM's position for stable backports
+    - net: ethernet: davinci_emac: fix error handling in probe()
+    - net: ipv4: add missing RTA_TABLE to rtm_ipv4_policy
+    - net: metrics: add proper netlink validation
+    - net/packet: refine check for priv area size
+    - net: phy: broadcom: Fix bcm_write_exp()
+    - net: usb: cdc_mbim: add flag FLAG_SEND_ZLP
+    - packet: fix reserve calculation
+    - qed: Fix mask for physical address in ILT entry
+    - rtnetlink: validate attributes in do_setlink()
+    - sctp: not allow transport timeout value less than HZ/5 for hb_timer
+    - team: use netdev_features_t instead of u32
+    - vhost: synchronize IOTLB message with dev cleanup
+    - vrf: check the original netdevice for generating redirect
+    - ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inline
+    - net: phy: broadcom: Fix auxiliary control register reads
+    - net-sysfs: Fix memory leak in XPS configuration
+    - virtio-net: correctly transmit XDP buff after linearizing
+    - virtio-net: fix leaking page for gso packet during mergeable XDP
+    - net/mlx4: Fix irq-unsafe spinlock usage
+    - net/mlx5e: When RXFCS is set, add FCS data into checksum calculation
+    - tun: Fix NULL pointer dereference in XDP redirect
+    - virtio-net: correctly check num_buf during err path
+    - net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
+    - net : sched: cls_api: deal with egdev path only if needed
+    - virtio-net: correctly redirect linearized packet
+    - ip_tunnel: restore binding to ifaces with a large mtu
+    - net: netsec: reduce DMA mask to 40 bits
+    - vhost_net: flush batched heads before trying to busy polling
+    - PCI: hv: Do not wait forever on a device that has disappeared
+    - drm: set FMODE_UNSIGNED_OFFSET for drm files
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.16.16
+    - netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()
+    - crypto: chelsio - request to HW should wrap
+    - blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
+    - af_key: Always verify length of provided sadb_key
+    - KVM: X86: Fix reserved bits check for MOV to CR3
+    - KVM: x86: introduce linear_{read,write}_system
+    - kvm: nVMX: Enforce cpl=0 for VMX instructions
+    - KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system
+    - staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy
+    - NFC: pn533: don't send USB data off of the stack
+    - usbip: vhci_sysfs: fix potential Spectre v1
+    - usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
+    - usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
+    - Input: xpad - add GPD Win 2 Controller USB IDs
+    - phy: qcom-qusb2: Fix crash if nvmem cell not specified
+    - usb: core: message: remove extra endianness conversion in usb_set_isoch_delay
+    - usb: typec: wcove: Remove dependency on HW FSM
+    - usb: gadget: function: printer: avoid wrong list handling in printer_write()
+    - usb: gadget: udc: renesas_usb3: fix double phy_put()
+    - usb: gadget: udc: renesas_usb3: should remove debugfs
+    - usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add udc
+    - usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc
+    - usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error
+    - usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnecting
+    - serial: sh-sci: Stop using printk format %pCr
+    - tty/serial: atmel: use port->name as name in request_irq()
+    - serial: samsung: fix maxburst parameter for DMA transactions
+    - serial: 8250: omap: Fix idling of clocks for unused uarts
+    - vmw_balloon: fixing double free when batching mode is off
+    - tty: pl011: Avoid spuriously stuck-off interrupts
+    - kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
+    - Input: goodix - add new ACPI id for GPD Win 2 touch screen
+    - Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID
+    - crypto: caam - strip input zeros from RSA input buffer
+    - crypto: caam - fix DMA mapping dir for generated IV
+    - crypto: caam - fix IV DMA mapping and updating
+    - crypto: caam/qi - fix IV DMA mapping and updating
+    - crypto: caam - fix size of RSA prime factor q
+    - crypto: cavium - Fix fallout from CONFIG_VMAP_STACK
+    - crypto: cavium - Limit result reading attempts
+    - crypto: vmx - Remove overly verbose printk from AES init routines
+    - crypto: vmx - Remove overly verbose printk from AES XTS init
+    - crypto: omap-sham - fix memleak
+
+  [ Vagrant Cascadian ]
+  * [armhf] Enable MFD_AC100 and RTC_DRV_AC100, used in allwinner A80/A83t
+    systems.
+
+  [ Yves-Alexis Perez ]
+  * hardening: enable FORTIFY_SOURCE, disable HARDENED_USERCOPY_FALLBACK
+  * [x86] hardening: enable REFCOUNT_FULL
+
+  [ Ben Hutchings ]
+  * ext4: Fix duplicate softdep fields in module info
+
+  [ Bastian Blank ]
+  * hv_netvsc: Fix a network regression after ifdown/ifup
+  * [rt] Update to 4.16.15-rt7.
+
+  [ Vagrant Cascadian ]
+  * [arm64] Enable configuration options used in Firefly-RK3399:
+    DRM_ROCKCHIP, ROCKCHIP_ANALOGIX_DP, ROCKCHIP_DW_HDMI,
+    ROCKCHIP_DW_MIPI_DSI, ROCKCHIP_SARADC, ROCKCHIP_IOMMU, ROCKCHIP_EFUSE,
+    PHY_ROCKCHIP_TYPEC, ROCKCHIP_THERMAL (Closes: #901159).
+    Thanks to Heinrich Schuchardt.
+  * [arm64,armhf] Add device-tree to support Raspberry PI 3b+.
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 19 Jun 2018 20:23:54 +0200
+
+linux (4.16.12-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.16.6
+    - Revert "pinctrl: intel: Initialize GPIO properly when used through
+      irqchip"
+    - [armhf] drm: bridge: dw-hdmi: Fix overflow workaround for Amlogic Meson
+      GX SoCs
+    - i40e: Fix attach VF to VM issue
+    - tpm: cmd_ready command can be issued only after granting locality
+    - tpm: tpm-interface: fix tpm_transmit/_cmd kdoc
+    - tpm: add retry logic
+    - Revert "ath10k: send (re)assoc peer command when NSS changed"
+    - bonding: do not set slave_dev npinfo before slave_enable_netpoll in
+      bond_enslave
+    - docs: ip-sysctl.txt: fix name of some ipv6 variables
+    - ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy
+    - ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pkts
+    - KEYS: DNS: limit the length of option strings
+    - l2tp: check sockaddr length in pppol2tp_connect()
+    - llc: delete timers synchronously in llc_sk_free()
+    - net: af_packet: fix race in PACKET_{R|T}X_RING
+    - net: fix deadlock while clearing neighbor proxy table
+    - [arm64,armhf] net: mvpp2: Fix DMA address mask size
+    - net: qmi_wwan: add Wistron Neweb D19Q1
+    - net/smc: fix shutdown in state SMC_LISTEN
+    - net: stmmac: Disable ACS Feature for GMAC >= 4
+    - packet: fix bitfield update race
+    - pppoe: check sockaddr length in pppoe_connect()
+    - Revert "macsec: missing dev_put() on error in macsec_newlink()"
+    - sctp: do not check port in sctp_inet6_cmp_addr
+    - strparser: Do not call mod_delayed_work with a timeout of LONG_MAX
+    - strparser: Fix incorrect strp->need_bytes value.
+    - tcp: clear tp->packets_out when purging write queue
+    - tcp: don't read out-of-bounds opsize
+    - tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established sockets
+    - team: avoid adding twice the same option to the event list
+    - team: fix netconsole setup over team
+    - tipc: add policy for TIPC_NLA_NET_ADDR
+    - vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multi
+    - vmxnet3: fix incorrect dereference when rxvlan is disabled
+    - [amd64,arm64] amd-xgbe: Add pre/post auto-negotiation phy hooks
+    - [amd64,arm64] amd-xgbe: Improve KR auto-negotiation and training
+    - [amd64,arm64] amd-xgbe: Only use the SFP supported transceiver signals
+    - net: sched: ife: signal not finding metaid
+    - net: sched: ife: handle malformed tlv length
+    - net: sched: ife: check on metadata length
+    - l2tp: hold reference on tunnels in netlink dumps
+    - l2tp: hold reference on tunnels printed in pppol2tp proc file
+    - l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs file
+    - l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflow
+    - llc: hold llc_sap before release_sock()
+    - llc: fix NULL pointer deref for SOCK_ZAPPED
+    - [s390x] qeth: fix error handling in adapter command callbacks
+    - [s390x] qeth: avoid control IO completion stalls
+    - [s390x] qeth: handle failure on workqueue creation
+    - [armhf] net: ethernet: ti: cpsw: fix tx vlan priority mapping
+    - net: validate attribute sizes in neigh_dump_table()
+    - bnxt_en: Fix memory fault in bnxt_ethtool_init()
+    - virtio-net: add missing virtqueue kick when flushing packets
+    - VSOCK: make af_vsock.ko removable again
+    - net: aquantia: Regression on reset with 1.x firmware
+    - tun: fix vlan packet truncation
+    - net: aquantia: oops when shutdown on already stopped device
+    - virtio_net: split out ctrl buffer
+    - virtio_net: fix adding vids on big-endian
+    - Revert "mm/hmm: fix header file if/else/endif maze"
+    - commoncap: Handle memory allocation failure.
+    - scsi: mptsas: Disable WRITE SAME
+    - cdrom: information leak in cdrom_ioctl_media_changed() (CVE-2018-10940)
+    - fsnotify: Fix fsnotify_mark_connector race
+    - [m68k] mac: Don't remap SWIM MMIO region
+    - [m68k] block/swim: Check drive type
+    - [m68k] block/swim: Don't log an error message for an invalid ioctl
+    - [m68k] block/swim: Remove extra put_disk() call from error path
+    - [m68k] block/swim: Rename macros to avoid inconsistent inverted logic
+    - [m68k] block/swim: Select appropriate drive on device open
+    - [m68k] block/swim: Fix array bounds check
+    - [m68k] block/swim: Fix IO error at end of medium
+    - tracing: Fix missing tab for hwlat_detector print format
+    - hwmon: (k10temp) Add temperature offset for Ryzen 2700X
+    - hwmon: (k10temp) Add support for AMD Ryzen w/ Vega graphics
+    - [s390x] cio: update chpid descriptor after resource accessibility event
+    - [s390x] dasd: fix IO error for newly defined devices
+    - [s390x] uprobes: implement arch_uretprobe_is_alive()
+    - [s390x] cpum_cf: rename IBM z13/z14 counter names
+    - kprobes: Fix random address output of blacklist file
+    - ACPI / video: Only default only_lcd to true on Win8-ready _desktops_
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.16.7
+    - ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS
+    - ext4: set h_journal if there is a failure starting a reserved handle
+    - ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfs
+    - random: set up the NUMA crng instances after the CRNG is fully
+      initialized
+    - random: fix possible sleeping allocation from irq context
+    - random: rate limit unseeded randomness warnings
+    - usbip: usbip_event: fix to not print kernel pointer address
+    - usbip: usbip_host: fix to hold parent lock for device_attach() calls
+    - usbip: vhci_hcd: Fix usb device and sockfd leaks
+    - usbip: vhci_hcd: check rhport before using in vhci_hub_control()
+    - Revert "xhci: plat: Register shutdown for xhci_plat"
+    - xhci: Fix USB ports for Dell Inspiron 5775
+    - USB: serial: simple: add libtransistor console
+    - USB: serial: ftdi_sio: use jtag quirk for Arrow USB Blaster
+    - USB: serial: cp210x: add ID for NI USB serial console
+    - [arm64] serial: mvebu-uart: Fix local flags handling on termios update
+    - usb: typec: ucsi: Increase command completion timeout value
+    - usb: core: Add quirk for HP v222w 16GB Mini
+    - USB: Increment wakeup count on remote wakeup.
+    - ALSA: usb-audio: Skip broken EU on Dell dock USB-audio
+    - virtio: add ability to iterate over vqs
+    - virtio_console: don't tie bufs to a vq
+    - virtio_console: free buffers after reset
+    - virtio_console: drop custom control queue cleanup
+    - virtio_console: move removal code
+    - virtio_console: reset on out of memory
+    - drm/virtio: fix vq wait_event condition
+    - tty: Don't call panic() at tty_ldisc_init()
+    - tty: n_gsm: Fix long delays with control frame timeouts in ADM mode
+    - tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not set
+    - tty: Avoid possible error pointer dereference at tty_ldisc_restore().
+    - tty: Use __GFP_NOFAIL for tty_ldisc_get()
+    - ALSA: dice: fix OUI for TC group
+    - ALSA: dice: fix error path to destroy initialized stream data
+    - ALSA: hda - Skip jack and others for non-existing PCM streams
+    - ALSA: opl3: Hardening for potential Spectre v1
+    - ALSA: asihpi: Hardening for potential Spectre v1
+    - ALSA: hdspm: Hardening for potential Spectre v1
+    - ALSA: rme9652: Hardening for potential Spectre v1
+    - ALSA: control: Hardening for potential Spectre v1
+    - ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.
+    - ALSA: core: Report audio_tstamp in snd_pcm_sync_ptr
+    - ALSA: seq: oss: Fix unbalanced use lock for synth MIDI device
+    - ALSA: seq: oss: Hardening for potential Spectre v1
+    - ALSA: hda: Hardening for potential Spectre v1
+    - ALSA: hda/realtek - Add some fixes for ALC233
+    - ALSA: hda/realtek - Update ALC255 depop optimize
+    - ALSA: hda/realtek - change the location for one of two front mics
+    - mtd: spi-nor: cadence-quadspi: Fix page fault kernel panic
+    - mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.
+    - mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug.
+    - mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block.
+    - mtd: rawnand: tango: Fix struct clk memory leak
+    - mtd: rawnand: marvell: fix the chip-select DT parsing logic
+    - kobject: don't use WARN for registration failures
+    - scsi: sd_zbc: Avoid that resetting a zone fails sporadically
+    - scsi: sd: Defer spinning up drive while SANITIZE is in progress
+    - blk-mq: start request gstate with gen 1
+    - bfq-iosched: ensure to clear bic/bfqq pointers when preparing request
+    - block: do not use interruptible wait anywhere
+    - [s390x] vfio: ccw: process ssch with interrupts disabled
+    - [arm64] PCI: aardvark: Fix logic in advk_pcie_{rd,wr}_conf()
+    - [arm64] PCI: aardvark: Set PIO_ADDR_LS correctly in advk_pcie_rd_conf()
+    - [arm64] PCI: aardvark: Use ISR1 instead of ISR0 interrupt in legacy irq
+      mode
+    - [arm64] PCI: aardvark: Fix PCIe Max Read Request Size setting
+    - [armhf,arm64] KVM: Close VMID generation race
+    - [powerpc*] mm: Flush cache on memory hot(un)plug
+    - [powerpc*] mce: Fix a bug where mce loops on memory UE.
+    - [powerpc*] powernv/npu: Do a PID GPU TLB flush when invalidating a large
+      address range
+    - crypto: drbg - set freed buffers to NULL
+    - libceph: un-backoff on tick when we have a authenticated session
+    - libceph: reschedule a tick in finish_hunting()
+    - libceph: validate con->state at the top of try_write()
+    - PCI / PM: Do not clear state_saved in pci_pm_freeze() when smart suspend
+      is set
+    - module: Fix display of wrong module .text address
+    - earlycon: Use a pointer table to fix __earlycon_table stride
+    - [powerpc*] cpufreq: powernv: Fix hardlockup due to synchronous smp_call
+      in timer interrupt
+    - [powerpc*] rtc: opal: Fix OPAL RTC driver OPAL_BUSY loops
+    - drm/edid: Reset more of the display info
+    - drm/amdgpu: set COMPUTE_PGM_RSRC1 for SGPR/VGPR clearing shaders
+    - [x86] drm/i915/fbdev: Enable late fbdev initial configuration
+    - [x86] drm/i915/audio: set minimum CD clock to twice the BCLK
+    - [x86] drm/i915: Enable display WA#1183 from its correct spot
+    - drm/amd/display: Fix deadlock when flushing irq
+    - drm/amd/display: Don't read EDID in atomic_check
+    - drm/amd/display: Disallow enabling CRTC without primary plane with FB
+    - objtool, perf: Fix GCC 8 -Wrestrict error
+    - [x86] ipc: Fix x32 version of shmid64_ds and msqid64_ds
+    - [x86] smpboot: Don't use mwait_play_dead() on AMD systems
+    - [x86] microcode/intel: Save microcode patch unconditionally
+    - [x86] microcode: Do not exit early from __reload_late()
+    - tick/sched: Do not mess with an enqueued hrtimer
+    - [x86] crypto: ccp - add check to get PSP master only when PSP is
+      detected
+    - [armhf,arm64] KVM: Add PSCI version selection API
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.16.8
+    - ACPI / button: make module loadable when booted in non-ACPI mode
+    - [arm64] Add work around for Arm Cortex-A55 Erratum 1024718
+    - ALSA: hda - Fix incorrect usage of IS_REACHABLE()
+    - ALSA: pcm: Check PCM state at xfern compat ioctl
+    - ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()
+    - ALSA: dice: fix kernel NULL pointer dereference due to invalid
+      calculation for array index
+    - ALSA: aloop: Mark paused device as inactive
+    - ALSA: aloop: Add missing cable lock to ctl API callbacks
+    - errseq: Always report a writeback error once
+    - tracepoint: Do not warn on ENOMEM
+    - scsi: target: Fix fortify_panic kernel exception
+    - Input: leds - fix out of bound access
+    - Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook
+      Pro
+    - swiotlb: fix inversed DMA_ATTR_NO_WARN test
+    - rtlwifi: cleanup 8723be ant_sel definition
+    - xfs: prevent creating negative-sized file via INSERT_RANGE
+    - RDMA/cxgb4: release hw resources on device removal
+    - RDMA/ucma: Allow resolving address w/o specifying source address
+    - RDMA/mlx5: Fix multiple NULL-ptr deref errors in rereg_mr flow
+    - RDMA/mlx4: Add missed RSS hash inner header flag
+    - RDMA/mlx5: Protect from shift operand overflow
+    - NET: usb: qmi_wwan: add support for ublox R410M PID 0x90b2
+    - IB/mlx5: Use unlimited rate when static rate is not supported
+    - infiniband: mlx5: fix build errors when INFINIBAND_USER_ACCESS=m
+    - IB/hfi1: Fix handling of FECN marked multicast packet
+    - IB/hfi1: Fix loss of BECN with AHG
+    - IB/hfi1: Fix NULL pointer dereference when invalid num_vls is used
+    - iw_cxgb4: Atomically flush per QP HW CQEs
+    - btrfs: Take trans lock before access running trans in check_delayed_ref
+    - [arm64,armhf] drm/vc4: Make sure vc4_bo_{inc,dec}_usecnt() calls are
+      balanced
+    - [x86] drm/vmwgfx: Fix a buffer object leak
+    - drm/bridge: vga-dac: Fix edid memory leak
+    - xhci: Fix use-after-free in xhci_free_virt_device
+    - USB: serial: visor: handle potential invalid device configuration
+    - [arm64,armhf] usb: dwc3: gadget: Fix list_del corruption in
+      dwc3_ep_dequeue
+    - USB: Accept bulk endpoints with 1024-byte maxpacket
+    - USB: serial: option: reimplement interface masking
+    - USB: serial: option: adding support for ublox R410M
+    - [arm64,armhf] usb: musb: host: fix potential NULL pointer dereference
+    - [arm64, armhf] usb: musb: trace: fix NULL pointer dereference in
+      musb_g_tx()
+    - [x86] platform/x86: asus-wireless: Fix NULL pointer dereference
+    - [x86] platform/x86: Kconfig: Fix dell-laptop dependency chain.
+    - [x86] KVM: remove APIC Timer periodic/oneshot spikes
+    - [x86] tsc: Always unregister clocksource_tsc_early
+    - [x86] tsc: Fix mark_tsc_unstable()
+    - [arm64] irqchip/qcom: Fix check for spurious interrupts
+    - clocksource: Allow clocksource_mark_unstable() on unregistered
+      clocksources
+    - clocksource: Initialize cs->wd_list
+    - clocksource: Consistent de-rate when marking unstable
+    - tracing: Fix bad use of igrab in trace_uprobe.c
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.16.9
+    - ipvs: fix rtnl_lock lockups caused by start_sync_thread
+    - netfilter: ebtables: don't attempt to allocate 0-sized compat array
+    - clk: ti: fix flag space conflict with clkctrl clocks
+    - rds: tcp: must use spin_lock_irq* and not spin_lock_bh with
+      rds_tcp_conn_lock
+    - crypto: af_alg - fix possible uninit-value in alg_bind()
+    - netlink: fix uninit-value in netlink_sendmsg
+    - net: fix rtnh_ok()
+    - net: initialize skb->peeked when cloning
+    - net: fix uninit-value in __hw_addr_add_ex()
+    - dccp: initialize ireq->ir_mark
+    - ipv4: fix uninit-value in ip_route_output_key_hash_rcu()
+    - soreuseport: initialise timewait reuseport field
+    - inetpeer: fix uninit-value in inet_getpeer
+    - bpf/tracing: fix a deadlock in perf_event_detach_bpf_prog
+    - memcg: fix per_node_info cleanup
+    - perf: Remove superfluous allocation error check
+    - i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr()
+    - tcp: fix TCP_REPAIR_QUEUE bound checking
+    - bdi: wake up concurrent wb_shutdown() callers.
+    - bdi: Fix use after free bug in debugfs_remove()
+    - bdi: Fix oops in wb_workfn()
+    - compat: fix 4-byte infoleak via uninitialized struct field
+    - gpioib: do not free unrequested descriptors
+    - gpio: fix error path in lineevent_create
+    - rfkill: gpio: fix memory leak in probe error path
+    - libata: Apply NOLPM quirk for SanDisk SD7UB3Q*G1001 SSDs
+    - dm integrity: use kvfree for kvmalloc'd memory
+    - tracing: Fix regex_match_front() to not over compare the test string
+    - mm: sections are not offlined during memory hotremove
+    - mm, oom: fix concurrent munlock and oom reaper unmap (CVE-2018-1000200)
+    - ceph: fix rsize/wsize capping in ceph_direct_read_write()
+    - can: kvaser_usb: Increase correct stats counter in kvaser_usb_rx_can_msg()
+    - [armhf,arm64] drm/vc4: Fix scaling of uni-planar formats
+    - drm/ttm: Use GFP_TRANSHUGE_LIGHT for allocating huge pages
+    - [x86] drm/i915: Fix drm:intel_enable_lvds ERROR message in kernel log
+    - [x86] drm/i915: Adjust eDP's logical vco in a reliable place.
+    - drm/nouveau: Fix deadlock in nv50_mstm_register_connector()
+      (Closes: #898825)
+    - drm/nouveau/ttm: don't dereference nvbo::cli, it can outlive client
+    - drm/atomic: Clean old_state/new_state in drm_atomic_state_default_clear()
+    - drm/atomic: Clean private obj old_state/new_state in
+      drm_atomic_state_default_clear()
+    - net: atm: Fix potential Spectre v1
+    - atm: zatm: Fix potential Spectre v1
+    - PCI / PM: Always check PME wakeup capability for runtime wakeup support
+    - PCI / PM: Check device_may_wakeup() in pci_enable_wake()
+    - cpufreq: schedutil: Avoid using invalid next_freq
+    - Revert "Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174"
+    - [x86] Bluetooth: btusb: Add Dell XPS 13 9360 to
+      btusb_needs_reset_resume_table
+    - Bluetooth: btusb: Only check needs_reset_resume DMI table for QCA rome
+      chipsets
+    - [armhf] thermal: exynos: Reading temperature makes sense only when TMU is
+      turned on
+    - [armhf] thermal: exynos: Propagate error value from tmu_read()
+    - nvme: add quirk to force medium priority for SQ creation
+    - nvme: Fix sync controller reset return
+    - smb3: directory sync should not return an error
+    - swiotlb: silent unwanted warning "buffer is full"
+    - sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]
+    - sched/autogroup: Fix possible Spectre-v1 indexing for
+      sched_prio_to_weight[]
+    - tracing/uprobe_event: Fix strncpy corner case
+    - [x86] perf: Fix possible Spectre-v1 indexing for hw_perf_event cache_*
+    - [x86] perf/cstate: Fix possible Spectre-v1 indexing for pkg_msr
+    - [x86] perf/msr: Fix possible Spectre-v1 indexing in the MSR driver
+    - perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]
+    - [x86] perf: Fix possible Spectre-v1 indexing for x86_pmu::event_map()
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.16.10
+    - 8139too: Use disable_irq_nosync() in rtl8139_poll_controller()
+    - bridge: check iface upper dev when setting master via ioctl
+    - dccp: fix tasklet usage
+    - ipv4: fix fnhe usage by non-cached routes
+    - ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsg
+    - llc: better deal with too small mtu
+    - net: ethernet: sun: niu set correct packet size in skb
+    - [armhf] net: ethernet: ti: cpsw: fix packet leaking in dual_mac mode
+    - net/mlx4_en: Fix an error handling path in 'mlx4_en_init_netdev()'
+    - net/mlx4_en: Verify coalescing parameters are in range
+    - net/mlx5e: Err if asked to offload TC match on frag being first
+    - net/mlx5: E-Switch, Include VF RDMA stats in vport statistics
+    - net sched actions: fix refcnt leak in skbmod
+    - net_sched: fq: take care of throttled flows before reuse
+    - net: support compat 64-bit time in {s,g}etsockopt
+    - openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is
+      found
+    - qmi_wwan: do not steal interfaces from class drivers
+    - r8169: fix powering up RTL8168h
+    - rds: do not leak kernel memory to user land
+    - sctp: delay the authentication for the duplicated cookie-echo chunk
+    - sctp: fix the issue that the cookie-ack with auth can't get processed
+    - sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addr
+    - sctp: remove sctp_chunk_put from fail_mark err path in
+      sctp_ulpevent_make_rcvmsg
+    - sctp: use the old asoc when making the cookie-ack chunk in dupcook_d
+    - tcp_bbr: fix to zero idle_restart only upon S/ACKed data
+    - tcp: ignore Fast Open on repair mode
+    - tg3: Fix vunmap() BUG_ON() triggered from tg3_free_consistent().
+    - bonding: do not allow rlb updates to invalid mac
+    - bonding: send learning packets for vlans on slave
+    - net: sched: fix error path in tcf_proto_create() when modules are not
+      configured
+    - net/mlx5e: TX, Use correct counter in dma_map error flow
+    - net/mlx5: Avoid cleaning flow steering table twice during error flow
+    - [x86] hv_netvsc: set master device
+    - ipv6: fix uninit-value in ip6_multipath_l3_keys()
+    - net/mlx5e: Allow offloading ipv4 header re-write for icmp
+    - udp: fix SO_BINDTODEVICE
+    - net/mlx5e: DCBNL fix min inline header size for dscp
+    - sctp: clear the new asoc's stream outcnt in sctp_stream_update
+    - tcp: restore autocorking
+    - tipc: fix one byte leak in tipc_sk_set_orig_addr()
+    - [x86] hv_netvsc: Fix net device attach on older Windows hosts
+    - ipv4: reset fnhe_mtu_locked after cache route flushed
+    - net/mlx5: Fix mlx5_get_vector_affinity function
+    - net: phy: sfp: fix the BR,min computation
+    - net/smc: keep clcsock reference in smc_tcp_listen_work()
+    - scsi: aacraid: Correct hba_send to include iu_type
+    - proc: do not access cmdline nor environ from file-backed areas
+      (CVE-2018-1120)
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.16.11
+    - xhci: Fix USB3 NULL pointer dereference at logical disconnect.
+    - usbip: usbip_host: refine probe and disconnect debug msgs to be useful
+    - usbip: usbip_host: delete device from busid_table after rebind
+    - usbip: usbip_host: run rebind from exit when module is removed
+    - usbip: usbip_host: fix NULL-ptr deref and use-after-free errors
+    - usbip: usbip_host: fix bad unlock balance during stub_probe()
+    - ALSA: usb: mixer: volume quirk for CM102-A+/102S+
+    - ALSA: hda/realtek - Clevo P950ER ALC1220 Fixup
+    - ALSA: hda: Add Lenovo C50 All in one to the power_save blacklist
+    - ALSA: control: fix a redundant-copy issue
+    - [amd64] spi: pxa2xx: Allow 64-bit DMA
+    - KVM: vmx: update sec exec controls for UMIP iff emulating UMIP
+    - [armhf,arm64] KVM: Properly protect VGIC locks from IRQs
+    - [armhf,arm64] KVM: VGIC/ITS: Promote irq_lock() in update_affinity
+    - [armhf,arm64] KVM: VGIC/ITS save/restore: protect kvm_read_guest() calls
+    - [armhf,arm64] KVM: VGIC/ITS: protect kvm_read_guest() calls with SRCU
+      lock
+    - hwmon: (k10temp) Fix reading critical temperature register
+    - hwmon: (k10temp) Use API function to access System Management Network
+    - [s390x] vfio: ccw: fix cleanup if cp_prefetch fails
+    - tracing/x86/xen: Remove zero data size trace events
+      trace_xen_mmu_flush_tlb{_all}
+    - vsprintf: Replace memory barrier with static_key for random_ptr_key
+      update
+    - [x86] amd_nb: Add support for Raven Ridge CPUs
+    - [arm64] tee: shm: fix use-after-free via temporarily dropped reference
+    - netfilter: nf_tables: free set name in error path
+    - netfilter: nf_tables: can't fail after linking rule into active rule
+      list
+    - netfilter: nf_tables: nf_tables_obj_lookup_byhandle() can be static
+    - [arm64] dts: marvell: armada-cp110: Add clocks for the xmdio node
+    - [arm64] dts: marvell: armada-cp110: Add mg_core_clk for ethernet node
+    - i2c: designware: fix poll-after-enable regression
+    - mtd: rawnand: marvell: Fix read logic for layouts with ->nchunks > 2
+    - [powerpc*] powerpc/powernv: Fix NVRAM sleep in invalid context when
+      crashing
+    - drm: Match sysfs name in link removal to link creation
+    - radix tree: fix multi-order iteration race
+    - mm: don't allow deferred pages with NEED_PER_CPU_KM
+    - [x86] drm/i915/gen9: Add WaClearHIZ_WM_CHICKEN3 for bxt and glk
+    - [s390x] qdio: fix access to uninitialized qdio_q fields
+    - [s390x] cpum_sf: ensure sample frequency of perf event attributes is
+      non-zero
+    - [s390x] qdio: don't release memory in qdio_setup_irq()
+    - [s390x] remove indirect branch from do_softirq_own_stack
+    - bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n
+    - [x86] pkeys: Override pkey when moving away from PROT_EXEC
+    - [x86] pkeys: Do not special case protection key 0
+    - efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32'
+      definition for mixed mode
+    - [arm*] 8771/1: kprobes: Prohibit kprobes on do_undefinstr
+    - [x86] apic/x2apic: Initialize cluster ID properly
+    - [x86] mm: Drop TS_COMPAT on 64-bit exec() syscall
+    - tick/broadcast: Use for_each_cpu() specially on UP kernels
+    - [arm*] 8769/1: kprobes: Fix to use get_kprobe_ctlblk after irq-disabed
+    - [arm*] 8770/1: kprobes: Prohibit probing on optimized_callback
+    - [arm*] 8772/1: kprobes: Prohibit kprobes on get_user functions
+    - Btrfs: fix xattr loss after power failure
+    - Btrfs: send, fix invalid access to commit roots due to concurrent
+      snapshotting
+    - btrfs: property: Set incompat flag if lzo/zstd compression is set
+    - btrfs: fix crash when trying to resume balance without the resume flag
+    - btrfs: Split btrfs_del_delalloc_inode into 2 functions
+    - btrfs: Fix delalloc inodes invalidation during transaction abort
+    - btrfs: fix reading stale metadata blocks after degraded raid1 mounts
+    - x86/nospec: Simplify alternative_msr_write()
+    - x86/bugs: Concentrate bug detection into a separate function
+    - x86/bugs: Concentrate bug reporting into a separate function
+    - x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bits
+    - x86/bugs, KVM: Support the combination of guest and host IBRS
+    - x86/bugs: Expose /sys/../spec_store_bypass
+    - x86/cpufeatures: Add X86_FEATURE_RDS
+    - x86/bugs: Provide boot parameters for the spec_store_bypass_disable
+      mitigation
+    - x86/bugs/intel: Set proper CPU features and setup RDS
+    - x86/bugs: Whitelist allowed SPEC_CTRL MSR values
+    - x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requested
+    - x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guest
+    - x86/speculation: Create spec-ctrl.h to avoid include hell
+    - prctl: Add speculation control prctls
+    - x86/process: Allow runtime control of Speculative Store Bypass
+    - x86/speculation: Add prctl for Speculative Store Bypass mitigation
+    - nospec: Allow getting/setting on non-current task
+    - proc: Provide details on speculation flaw mitigations
+    - seccomp: Enable speculation flaw mitigations
+    - x86/bugs: Make boot modes __ro_after_init
+    - prctl: Add force disable speculation
+    - seccomp: Use PR_SPEC_FORCE_DISABLE
+    - seccomp: Add filter flag to opt-out of SSB mitigation
+    - seccomp: Move speculation migitation control to arch code
+    - x86/speculation: Make "seccomp" the default mode for Speculative Store
+      Bypass
+    - x86/bugs: Rename _RDS to _SSBD
+    - proc: Use underscores for SSBD in 'status'
+    - Documentation/spec_ctrl: Do some minor cleanups
+    - x86/bugs: Fix __ssb_select_mitigation() return type
+    - x86/bugs: Make cpu_show_common() static
+    - x86/bugs: Fix the parameters alignment and missing void
+    - x86/cpu: Make alternative_msr_write work for 32-bit code
+    - KVM: SVM: Move spec control call after restore of GS
+    - x86/speculation: Use synthetic bits for IBRS/IBPB/STIBP
+    - x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRS
+    - x86/cpufeatures: Disentangle SSBD enumeration
+    - x86/cpufeatures: Add FEATURE_ZEN
+    - x86/speculation: Handle HT correctly on AMD
+    - x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRL
+    - x86/speculation: Add virtualized speculative store bypass disable
+      support
+    - x86/speculation: Rework speculative_store_bypass_update()
+    - x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}
+    - x86/bugs: Expose x86_spec_ctrl_base directly
+    - x86/bugs: Remove x86_spec_ctrl_set()
+    - x86/bugs: Rework spec_ctrl base and mask logic
+    - x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFG
+    - KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBD
+    - x86/bugs: Rename SSBD_NO to SSB_NO
+    - bpf: Prevent memory disambiguation attack
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.16.12
+    - net/mlx5: Fix build break when CONFIG_SMP=n
+    - net: Fix a bug in removing queues from XPS map
+    - net/mlx4_core: Fix error handling in mlx4_init_port_info.
+    - net/sched: fix refcnt leak in the error path of tcf_vlan_init()
+    - net: sched: red: avoid hashing NULL child
+    - net/smc: check for missing nlattrs in SMC_PNETID messages
+    - net: test tailroom before appending to linear skb
+    - packet: in packet_snd start writing at link layer allocation
+    - sock_diag: fix use-after-free read in __sk_free
+    - tcp: purge write queue in tcp_connect_init()
+    - tun: fix use after free for ptr_ring
+    - tuntap: fix use after free during release
+    - cxgb4: Correct ntuple mask validation for hash filters
+    - [armhf] net: dsa: bcm_sf2: Fix RX_CLS_LOC_ANY overwrite for last rule
+    - net: dsa: Do not register devlink for unused ports
+    - [armhf] net: dsa: bcm_sf2: Fix IPv6 rules and chain ID
+    - [armhf] net: dsa: bcm_sf2: Fix IPv6 rule half deletion
+    - 3c59x: convert to generic DMA API
+    - cxgb4: fix offset in collecting TX rate limit info
+    - vmxnet3: set the DMA mask before the first DMA map operation
+    - vmxnet3: use DMA memory barriers where required
+    - net: ip6_gre: Request headroom in __gre6_xmit()
+    - net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()
+    - net: ip6_gre: Split up ip6gre_tnl_link_config()
+    - net: ip6_gre: Split up ip6gre_tnl_change()
+    - net: ip6_gre: Split up ip6gre_newlink()
+    - net: ip6_gre: Split up ip6gre_changelink()
+    - net: ip6_gre: Fix ip6erspan hlen calculation
+    - net: ip6_gre: fix tunnel metadata device sharing.
+    - [sparc*]: vio: use put_device() instead of kfree()
+    - ext2: fix a block leak
+    - [powerpc*] rfi-flush: Always enable fallback flush on pseries
+    - [powerpc*] Add security feature flags for Spectre/Meltdown
+    - [powerpc*] pseries: Add new H_GET_CPU_CHARACTERISTICS flags
+    - [powerpc*] pseries: Set or clear security feature flags
+    - [powerpc*] powerpc/powernv: Set or clear security feature flags
+    - [powerpc*] powerpc/64s: Move cpu_show_meltdown()
+    - [powerpc*] powerpc/64s: Enhance the information in cpu_show_meltdown()
+    - [powerpc*] powerpc/powernv: Use the security flags in
+      pnv_setup_rfi_flush()
+    - [powerpc*] powerpc/pseries: Use the security flags in
+      pseries_setup_rfi_flush()
+    - [powerpc*] powerpc/64s: Wire up cpu_show_spectre_v1()
+    - [powerpc*] powerpc/64s: Wire up cpu_show_spectre_v2()
+    - [powerpc*] powerpc/pseries: Fix clearing of security feature flags
+    - [powerpc*] powerpc: Move default security feature flags
+    - [powerpc*] powerpc/64s: Add support for a store forwarding barrier at
+      kernel entry/exit
+    - [s390x] move nobp parameter functions to nospec-branch.c
+    - [s390x] add automatic detection of the spectre defense
+    - [s390x] report spectre mitigation via syslog
+    - [s390x] add sysfs attributes for spectre
+    - [s390x] add assembler macros for CPU alternatives
+    - [s390x] correct nospec auto detection init order
+    - [s390x] correct module section names for expoline code revert
+    - [s390x] move expoline assembler macros to a header
+    - [s390x] crc32-vx: use expoline for indirect branches
+    - [s390x] lib: use expoline for indirect branches
+    - [s390x] ftrace: use expoline for indirect branches
+    - [s390x] kernel: use expoline for indirect branches
+    - [s390x] move spectre sysfs attribute code
+    - [s390x] extend expoline to BC instructions
+    - [s390x] use expoline thunks in the BPF JIT
+    - scsi: sg: allocate with __GFP_ZERO in sg_build_indirect()
+    - [s390x] scsi: zfcp: fix infinite iteration on ERP ready list
+    - Bluetooth: btusb: Add USB ID 7392:a611 for Edimax EW-7611ULB
+    - ALSA: usb-audio: Add native DSD support for Luxman DA-06
+    - [arm64,armhf] usb: dwc3: Add SoftReset PHY synchonization delay
+    - [arm64,armhf] usb: dwc3: Update DWC_usb31 GTXFIFOSIZ reg fields
+    - [arm64,armhf] usb: dwc3: Makefile: fix link error on randconfig
+    - xhci: zero usb device slot_id member when disabling and freeing a xhci slot
+    - [arm64,armhf] usb: dwc2: Fix interval type issue
+    - [arm64,armhf] usb: dwc2: hcd: Fix host channel halt flow
+    - [arm64,armhf] usb: dwc2: host: Fix transaction errors in host mode
+    - usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTS
+    - media: em28xx: USB bulk packet size fix
+    - Bluetooth: btusb: Add device ID for RTL8822BE
+    - Bluetooth: btusb: Add support for Intel Bluetooth device 22560
+      [8087:0026]
+    - xhci: Show what USB release number the xHC supports from protocol
+      capablity
+    - loop: don't call into filesystem while holding lo_ctl_mutex
+    - loop: fix LOOP_GET_STATUS lock imbalance
+    - cfg80211: limit wiphy names to 128 bytes
+    - hfsplus: stop workqueue when fill_super() failed
+    - [x86] kexec: Avoid double free_page() upon do_kexec_load() failure
+    - staging: bcm2835-audio: Release resources on module_exit()
+    - staging: lustre: fix bug in osc_enter_cache_try
+    - [x86] staging: rtl8192u: return -ENOMEM on failed allocation of
+      priv->oldaddr
+    - staging: lustre: lmv: correctly iput lmo_root
+    - [arm64] crypto: inside-secure - move the digest to the request context
+    - [arm64] crypto: inside-secure - wait for the request to complete if in
+      the backlog
+    - [x86] crypto: ccp - don't disable interrupts while setting up debugfs
+    - [arm64] crypto: inside-secure - do not process request if no command was
+      issued
+    - [arm64] crypto: inside-secure - fix the cache_len computation
+    - [arm64] crypto: inside-secure - fix the extra cache computation
+    - [arm64] crypto: inside-secure - do not overwrite the threshold value
+    - [armhf] crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ss
+    - [arm64] crypto: inside-secure - fix the invalidation step during
+      cra_exit
+    - scsi: aacraid: Insure command thread is not recursively stopped
+    - scsi: devinfo: add HP DISK-SUBSYSTEM device, for HP XP arrays
+    - scsi: lpfc: Fix NVME Initiator FirstBurst
+    - scsi: core: Make SCSI Status CONDITION MET equivalent to GOOD
+    - scsi: mvsas: fix wrong endianness of sgpio api
+    - scsi: lpfc: Fix issue_lip if link is disabled
+    - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.
+    - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing
+    - scsi: lpfc: Fix IO failure during hba reset testing with nvme io.
+    - scsi: lpfc: Fix frequency of Release WQE CQEs
+    - [armhf] clk: rockchip: Fix wrong parent for SDMMC phase clock for rk3228
+    - clk: Don't show the incorrect clock phase
+    - clk: hisilicon: mark wdt_mux_p[] as const
+    - [arm64,armhf] clk: tegra: Fix pll_u rate configuration
+    - [armhf] clk: rockchip: Prevent calculating mmc phase if clock rate is
+      zero
+    - [armhf] clk: samsung: s3c2410: Fix PLL rates
+    - [armhf] clk: samsung: exynos7: Fix PLL rates
+    - [armhf] clk: samsung: exynos5260: Fix PLL rates
+    - [armhf] clk: samsung: exynos5433: Fix PLL rates
+    - [armhf] clk: samsung: exynos5250: Fix PLL rates
+    - [armhf] clk: samsung: exynos3250: Fix PLL rates
+    - clk: meson: axg: fix the od shift of the sys_pll
+    - clk: meson: axg: add the fractional part of the fixed_pll
+    - media: cx23885: Override 888 ImpactVCBe crystal frequency
+    - media: cx23885: Set subdev host data to clk_freq pointer
+    - media: em28xx: Add Hauppauge SoloHD/DualHD bulk models
+    - media: v4l: vsp1: Fix display stalls when requesting too many inputs
+    - media: i2c: adv748x: fix HDMI field heights
+    - media: vb2: Fix videobuf2 to map correct area
+    - media: vivid: fix incorrect capabilities for radio
+    - media: cx25821: prevent out-of-bounds read on array card
+    - [arm64] serial: mvebu-uart: fix tx lost characters
+    - [sh4] serial: sh-sci: Fix out-of-bounds access through DT alias
+    - [armhf] serial: samsung: Fix out-of-bounds access through serial port
+      index
+    - [armhf] serial: imx: Fix out-of-bounds access through serial port index
+    - [armhf] serial: arc_uart: Fix out-of-bounds access through DT alias
+    - [arm*] serial: 8250: Don't service RX FIFO if interrupts are disabled
+    - [armhf] rtc: snvs: Fix usage of snvs_rtc_enable
+    - rtc: hctosys: Ensure system time doesn't overflow time_t
+    - [arm64,armhf] rtc: rk808: fix possible race condition
+    - [armel/marvell] rtc: m41t80: fix race conditions
+    - [m68k] rtc: rp5c01: fix possible race condition
+
+  [ Romain Perier ]
+  * [armhf] DRM: Enable DW_HDMI_AHB_AUDIO and DW_HDMI_CEC (Closes: #897204)
+  * [armhf] MFD: Enable MFD_TPS65217 (Closes: #897590)
+
+  [ Ben Hutchings ]
+  * kbuild: use -fmacro-prefix-map to make __FILE__ a relative path
+  * Bump ABI to 2
+  * [rt] Update to 4.16.8-rt3
+  * [x86] KVM: VMX: Expose SSBD properly to guests.
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 4.16.7-rt1 and reenable
+  * [rt] certs: Reference certificate for test key used in Debian signing
+    service
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 27 May 2018 14:05:03 +0200
+
+linux (4.16.5-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.16.1
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.16.2
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.16.3
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.16.4
+    - ext4: limit xattr size to INT_MAX (CVE-2018-1095)
+    - random: fix crng_ready() test (CVE-2018-1108)
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.16.5
+
+  [ Ben Hutchings ]
+  * aufs: gen-patch: Fix Subject generation to skip SPDX-License-Identifier
+  * aufs: Update support patchset to aufs4.16-20180409 (no functional change)
+  * wireless: Add Debian wireless-regdb certificates (see #892229)
+  * Add support for compilers installed outside the default PATH
+  * linux-headers: Change linux-kbuild dependency to be versioned
+  * Set ABI to 1
+  * [x86,arm64] Disable code signing for upload to unstable
+  * debian/lib/python/debian_linux/debian.py: Fix binNMU changelog parsing
+  * debian/lib/python/debian_linux/debian.py: Fix binNMU revision parsing
+  * xfs: enhance dinode verifier (CVE-2018-10322)
+  * xfs: set format back to extents if xfs_bmap_extents_to_btree
+    (CVE-2018-10323)
+  * udeb: Add algif_skcipher to crypto-modules (Closes: #896968)
+  * ext4: fix bitmap position validation (fixes regression in 4.15.17-1)
+  * debian/lib/python/debian_linux/gencontrol.py: Allow uploads to *-security
+    with a simple revision
+
+  [ Vagrant Cascadian ]
+  * [arm64] Add patches to support SATA on Tegra210/Jetson-TX1.
+
+  [ James Clarke ]
+  * [ia64] Drop nic-modules Depends overrides (fixes FTBFS)
+
+  [ Vagrant Cascadian ]
+  * [arm64] Enable features to support Pinebook and other A64 systems:
+    CONFIG_USB_MUSB_HDRC, CONFIG_USB_MUSB_SUNXI, CONFIG_SUN8I_DE2_CCU,
+    CONFIG_DMA_SUN6I
+  * [arm64] Add patch enabling simplefb LCD on A64.
+
+  [ Roger Shimizu ]
+  * [armel] Add dependency of udeb modules (fixes FTBFS):
+    - Add lzo_decompress to lzo-modules.
+    - Add cmdlinepart to mtd-modules.
+  * [armel] Add dependency of udeb packages (fixes FTBFS):
+    - Add package dependency of mtd-modules to jffs2-modules.
+    - Add package dependency of lzo-modules to squashfs-modules.
+
+  [ Helge Deller ]
+  * [hppa] Switch to self-decompressing kernel to save disk space in /boot
+
+  [ Uwe Kleine-König ]
+  * [amd64] enable AMD 10GbE Ethernet driver (CONFIG_AMD_XGBE=m)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 29 Apr 2018 17:09:14 +0100
+
+linux (4.16-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_4.16
+
+  [ Jeremy Stanley ]
+  * [x86] Power management support for GPD Pocket UMPC systems
+    (Closes: #895164)
+    - Enable CONFIG_PWM_LPSS_PLATFORM as a module (provides support for the
+      low-level power subsystem handling backlight control) along with its
+      dependency CONFIG_PWM=y
+    - Enable CONFIG_INTEL_INT0002_VGPIO as a module (provides support for the
+      Bay Trail/Cherry Trail virtual GPIO controller to handle power events)
+    - Enable CONFIG_REGULATOR (needed to build the already enabled
+      CONFIG_INTEL_CHT_INT33FE module which provides support for the ACPI
+      interface)
+    - Enable CONFIG_TYPEC_FUSB302 as a module (provides support for the USB
+      type-C interface) along with its dependencies CONFIG_TYPEC=m and
+      CONFIG_TYPEC_TCPM=m
+    - Enable CONFIG_BATTERY_MAX17042 as a module (provides support for the
+      battery level monitor)
+    - Enable CONFIG_CHARGER_BQ24190 as a module (provides support for the
+      battery charger) along with its dependencies CONFIG_EXTCON=m,
+      CONFIG_EXTCON_INTEL_CHT_WC=m, CONFIG_I2C_CHT_WC=m and
+      CONFIG_INTEL_SOC_PMIC_CHTWC=y
+
+  [ Roger Shimizu ]
+  * [armel] Bring back armel build by reverting two commits that disabled
+    armel previously:
+    - [2ed70eb] "Add empty featuresets for armel to help abiupdate script"
+    - [5f62872] "(Temporarily) disable armel kernel image build"
+  * [armel] Reduce armel image size by:
+    - Set CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
+    - Change MTD, MTD_CMDLINE_PARTS, RTC_DRV_MV, and SPI_ORION from
+      built-in to module.
+    - Disable VT, ZSWAP, RD_BZIP2, and RD_LZMA.
+    Thanks to Leigh Brown <leigh@solinno.co.uk> for his idea to disable VT.
+
+  [ Riku Voipio ]
+  * [armhf] Add dove cubox support, thanks to Josua Mayer (Closes: #876774)
+
+  [ Sjoerd Simons ]
+  * Enable DRM_DP_AUX_CHARDEV (Closes: #890235)
+
+  [ Ben Hutchings ]
+  * Set ABI name to trunk
+  * debian/config: Rename [build]signed-modules setting to signed-code
+  * debian/lib/python/debian_linux/gencontrol.py: Allow overriding output
+    filenames
+  * debian/lib/python/debian_linux/debian.py: Close changelog after parsing
+  * debian/lib/python/debian_linux/debian.py: Allow parsing any file as
+    changelog
+  * debian/rules.d/tools/lib/lockdep/Makefile: Fix repeated 'make install'
+  * Add template source package to support code signing
+  * Use a dummy build profile for udebs that we test-build before signing
+  * debian/lib/python/debian_linux/debian.py: Parse bottom lines of changelog
+    entries
+  * debian/bin/gencontrol_signed.py: Copy maintainer and date into template's
+    changelog
+  * [x86,arm64] Enable code signing again
+  * certs: Add certificate for test key used in Debian signing service
+  * integrity: Disable IMA until it works properly with lockdown
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 08 Apr 2018 14:44:18 +0200
+
+linux (4.16~rc6-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Jeremy Stanley ]
+  * [x86] Enable CONFIG_GPD_POCKET_FAN as a module (provides fan control on
+    GPD Pocket UMPC systems) (Closes: #893451)
+
+  [ Uwe Kleine-König ]
+  * [arm64] enable various drivers as module for teres-i OSHW laptop
+    (Closes: #892786)
+
+  [ Helge Deller ]
+  * [hppa] Re-enable 32-bit SMP kernel build. Qemu now supports it.
+
+  [ Ben Hutchings ]
+  * udeb: Add dependency from nic-modules to zlib-modules (fixes FTBFS on
+    some architectures)
+  * i40e: Add kconfig dependency to ensure cmpxchg64() is available
+    (fixes FTBFS on some architectures)
+  * [ia64] Re-add configuration for kernel and udebs:
+    - Revert "Remove all support for ia64" (Closes: #886693)
+    - Disable IRDA, consistent with other architectures
+    - linux-image: Don't suggest fdutils
+    - Compile with gcc-7
+    - linux-image: Improve flavour descriptions
+    - udeb: Combine core-modules/kernel-image and scsi{,-common,-extra}-modules
+    - udeb: Add i2c-modules
+
+  [ Vagrant Cascadian ]
+  * [armhf] Enable ARCH_MESON and related drivers.
+  * [armhf] Add device-tree patches from linux-next to support USB and
+    Ethernet on meson8b.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 20 Mar 2018 13:52:03 +0000
+
+linux (4.16~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Uwe Kleine-König ]
+  * netfilter: enable NFT_FIB_NETDEV as module
+
+  [ Thadeu Lima de Souza Cascardo ]
+  * [powerpc,ppc64el,ppc64] Enable CRASH_DUMP (Closes: #883432)
+
+  [ Bastian Blank ]
+  * Drop note about Xen from long descriptions.
+
+  [ Vagrant Cascadian ]
+  * [arm64] Enable ROCKCHIP_IODOMAIN as a module, to enable PCIe reset.
+  * [arm64] Enable REGULATOR_FAN53555 as a module, enabling cpufreq to
+    work on rk3399 A72 cores.
+  * [arm64] Apply patch from linux-next to fix eMMC corruption on
+    Odroid-C2 (Closes: #879072).
+
+  [ Ben Hutchings ]
+  * debian/control: Update profile qualification for build-deps on bison
+    and flex, which are now used to build kconfig
+  * debian/rules.d/tools/kconfig/Makefile: Use bison and flex to build kconfig
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 13 Mar 2018 02:06:57 +0000
+
+linux (4.15.17-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.15.12
+    - [i386] vm86: Fix POPF emulation
+    - [i386] speculation, objtool: Annotate indirect calls/jumps for objtool on
+      32-bit kernels
+    - [x86] speculation: Remove Skylake C2 from Speculation Control microcode
+      blacklist
+    - [x86] KVM: Fix device passthrough when SME is active
+    - [x86] mm: Fix vmalloc_fault to use pXd_large
+    - [hppa] Handle case where flush_cache_range is called with no context
+    - ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()
+    - ALSA: hda - Revert power_save option default value
+    - ALSA: seq: Fix possible UAF in snd_seq_check_queue()
+    - ALSA: seq: Clear client entry before deleting else at closing
+    - drm/nouveau/bl: Fix oops on driver unbind
+    - drm/nouveau/mmu: ALIGN_DOWN correct variable (Closes: #895750)
+    - drm/amdgpu: fix prime teardown order
+    - drm/radeon: fix prime teardown order
+    - drm/amdgpu/dce: Don't turn off DP sink when disconnected
+    - fs: Teach path_connected to handle nfs filesystems with multiple roots.
+    - [armhf,arm64] KVM: Reduce verbosity of KVM init log
+    - [armhf,arm64] KVM: Reset mapped IRQs on VM reset
+    - [armhf,arm64] kvm: vgic-v3: Tighten synchronization for guests using v2
+      on v3
+    - [armhf.arm64] KVM: vgic: Don't populate multiple LRs with the same vintid
+    - lock_parent() needs to recheck if dentry got __dentry_kill'ed under it
+    - fs/aio: Add explicit RCU grace period when freeing kioctx
+    - fs/aio: Use RCU accessors for kioctx_table->table[]
+    - RDMAVT: Fix synchronization around percpu_ref
+    - [armhf.arm64] irqchip/gic-v3-its: Ensure nr_ites >= nr_lpis
+    - nvme: fix subsystem multiple controllers support check
+    - xfs: preserve i_rdev when recycling a reclaimable inode
+    - btrfs: Fix NULL pointer exception in find_bio_stripe
+    - btrfs: add missing initialization in btrfs_check_shared
+    - btrfs: alloc_chunk: fix DUP stripe size handling
+    - btrfs: Fix use-after-free when cleaning up fs_devs with a single stale
+      device
+    - btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodes
+    - btrfs: Fix memory barriers usage with device stats counters
+    - scsi: qla2xxx: Fix smatch warning in qla25xx_delete_{rsp|req}_que
+    - scsi: qla2xxx: Fix NULL pointer access for fcport structure
+    - scsi: qla2xxx: Fix logo flag for qlt_free_session_done()
+    - scsi: qla2xxx: Fix crashes in qla2x00_probe_one on probe failure
+    - usb: dwc2: fix STM32F7 USB OTG HS compatible
+    - USB: gadget: udc: Add missing platform_device_put() on error in
+      bdc_pci_probe()
+    - usb: dwc3: Fix GDBGFIFOSPACE_TYPE values
+    - usb: dwc3: core: Power-off core/PHYs on system_suspend in host mode
+    - usb: dwc3: of-simple: fix oops by unbalanced clk disable call
+    - usb: gadget: udc: renesas_usb3: fix oops in renesas_usb3_remove()
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.15.13
+    - scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for
+      Ventura controllers
+    - drm/amdgpu: use polling mem to set SDMA3 wptr for VF
+    - Bluetooth: hci_qca: Avoid setup failure on missing rampatch
+    - [arm64] Bluetooth: btqcomsmd: Fix skb double free corruption
+    - [x86] cpufreq: longhaul: Revert transition_delay_us to 200 ms
+    - [arm64] drm/msm: fix leak in failed get_pages
+    - IB/ipoib: Warn when one port fails to initialize
+    - RDMA/iwpm: Fix uninitialized error code in iwpm_send_mapinfo()
+    - [x86] hv_netvsc: Fix the receive buffer size limit
+    - [x86] hv_netvsc: Fix the TX/RX buffer default sizes
+    - tcp: allow TLP in ECN CWR
+    - libbpf: prefer global symbols as bpf program name source
+    - rtlwifi: rtl_pci: Fix the bug when inactiveps is enabled.
+    - rtlwifi: always initialize variables given to RT_TRACE()
+    - media: bt8xx: Fix err 'bt878_probe()'
+    - ath10k: handling qos at STA side based on AP WMM enable/disable
+    - media: dvb-frontends: Add delay to Si2168 restart
+    - qmi_wwan: set FLAG_SEND_ZLP to avoid network initiated disconnect
+    - serial: 8250_dw: Disable clock on error
+    - [armhf,arm64] cros_ec: fix nul-termination for firmware build info
+    - watchdog: Fix potential kref imbalance when opening watchdog
+    - watchdog: Fix kref imbalance seen if handle_boot_enabled=0
+    - platform/chrome: Use proper protocol transfer function
+    - [armhf] drm/tilcdc: ensure nonatomic iowrite64 is not used
+    - mmc: avoid removing non-removable hosts during suspend
+    - mmc: block: fix logical error to avoid memory leak
+    - /dev/mem: Add bounce buffer for copy-out
+    - [arm64] net: phy: meson-gxl: check phy_write return value
+    - IB/ipoib: Avoid memory leak if the SA returns a different DGID
+    - RDMA/cma: Use correct size when writing netlink stats
+    - IB/umem: Fix use of npages/nmap fields
+    - iser-target: avoid reinitializing rdma contexts for isert commands
+    - bpf/cgroup: fix a verification error for a CGROUP_DEVICE type prog
+    - PCI/ASPM: Calculate LTR_L1.2_THRESHOLD from device characteristics
+    - vgacon: Set VGA struct resource types
+    - [armhf] omapdrm: panel: fix compatible vendor string for td028ttec1
+    - [arm64] mmc: sdhci-xenon: wait 5ms after set 1.8V signal enable
+    - [armhf] drm/omap: DMM: Check for DMM readiness after successful
+      transaction commit
+    - pty: cancel pty slave port buf's work in tty_release
+    - clk: check ops pointer on clock register
+    - clk: use round rate to bail out early in set_rate
+    - pinctrl: Really force states during suspend/resume
+    - [armhf,arm64] pinctrl: rockchip: enable clock when reading pin direction
+      register
+    - [x86] iommu/vt-d: clean up pr_irq if request_threaded_irq fails
+    - ip6_vti: adjust vti mtu according to mtu of lower device
+    - ip_gre: fix error path when erspan_rcv failed
+    - ip_gre: fix potential memory leak in erspan_rcv
+    - [arm64] soc: qcom: smsm: fix child-node lookup
+    - scsi: lpfc: Fix SCSI LUN discovery when SCSI and NVME enabled
+    - scsi: lpfc: Fix issues connecting with nvme initiator
+    - RDMA/ocrdma: Fix permissions for OCRDMA_RESET_STATS
+    - nfsd4: permit layoutget of executable-only files
+    - clk: Don't touch hardware when reparenting during registration
+    - hwrng: core - Clean up RNG list when last hwrng is unregistered
+    - [armhf] dmaengine: ti-dma-crossbar: Fix event mapping for
+      TPCC_EVT_MUX_60_63
+    - IB/mlx5: Fix integer overflows in mlx5_ib_create_srq
+    - IB/mlx5: Fix out-of-bounds read in create_raw_packet_qp_rq
+    - [x86] RDMA/vmw_pvrdma: Fix usage of user response structures in ABI file
+    - serial: 8250_pci: Don't fail on multiport card class
+    - RDMA/core: Do not use invalid destination in determining port reuse
+    - clk: migrate the count of orphaned clocks at init
+    - RDMA/ucma: Fix access to non-initialized CM_ID object
+    - RDMA/ucma: Don't allow join attempts for unsupported AF family
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.15.14
+    - [armhf] iio: st_pressure: st_accel: pass correct platform data to init
+    - [arm64] iio: adc: meson-saradc: unlock on error in meson_sar_adc_lock()
+    - ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unit
+    - ALSA: aloop: Sync stale timer before release
+    - ALSA: aloop: Fix access to not-yet-ready substream via cable
+    - ALSA: hda - Force polling mode on CFL for fixing codec communication
+    - ALSA: hda/realtek - Fix speaker no sound after system resume
+    - ALSA: hda/realtek - Fix Dell headset Mic can't record
+    - ALSA: hda/realtek - Always immediately update mute LED with pin VREF
+    - mmc: core: Fix tracepoint print of blk_addr and blksz
+    - mmc: core: Disable HPI for certain Micron (Numonyx) eMMC cards
+    - mmc: block: fix updating ext_csd caches on ioctl call
+    - [armhf] mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for
+      32-bit systems
+    - [armhf] mmc: dw_mmc: exynos: fix the suspend/resume issue for exynos5433
+    - [armhf,arm64] mmc: dw_mmc: fix falling from idmac to PIO mode when
+      dw_mci_reset occurs
+    - PCI: Add function 1 DMA alias quirk for Highpoint RocketRAID 644L
+    - lockdep: fix fs_reclaim warning
+    - [armhf,arm64] clk: bcm2835: Fix ana->maskX definitions
+    - [armhf,arm64] clk: bcm2835: Protect sections updating shared registers
+    - [armhf,arm64] clk: sunxi-ng: a31: Fix CLK_OUT_* clock ops
+    - RDMA/mlx5: Fix crash while accessing garbage pointer and freed memory
+    - [x86] Drivers: hv: vmbus: Fix ring buffer signaling
+    - [armhf] pinctrl: samsung: Validate alias coming from DT
+    - Bluetooth: btusb: Remove Yoga 920 from the btusb_needs_reset_resume_table
+    - Bluetooth: btusb: Add Dell OptiPlex 3060 to btusb_needs_reset_resume_table
+    - Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174
+    - libata: fix length validation of ATAPI-relayed SCSI commands
+    - libata: remove WARN() for DMA or PIO command without data
+    - libata: don't try to pass through NCQ commands to non-NCQ devices
+    - libata: Apply NOLPM quirk to Crucial MX100 512GB SSDs
+    - libata: disable LPM for Crucial BX100 SSD 500GB drive
+    - libata: Enable queued TRIM for Samsung SSD 860
+    - libata: Apply NOLPM quirk to Crucial M500 480 and 960GB SSDs
+    - libata: Make Crucial BX100 500GB LPM quirk apply to all firmware versions
+    - libata: Modify quirks for MX100 to limit NCQ_TRIM quirk to MU01 version
+    - sched, cgroup: Don't reject lower cpu.max on ancestors
+    - cgroup: fix rule checking for threaded mode switching
+    - nfsd: remove blocked locks on client teardown
+    - hugetlbfs: check for pgoff value overflow (CVE-2018-7740)
+    - [x86] mm: implement free pmd/pte page interfaces
+    - mm/khugepaged.c: convert VM_BUG_ON() to collapse fail
+    - mm/thp: do not wait for lock_page() in deferred_split_scan()
+    - mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()
+    - Revert "mm: page_alloc: skip over regions of invalid pfns where possible"
+    - [x86] drm/vmwgfx: Fix black screen and device errors when running without
+      fbdev
+    - [x86] drm/vmwgfx: Fix a destoy-while-held mutex problem.
+    - drm/radeon: Don't turn off DP sink when disconnected
+    - drm/amd/display: We shouldn't set format_default on plane as atomic driver
+    - drm/amd/display: Add one to EDID's audio channel count when passing to DC
+    - drm: Reject getfb for multi-plane framebuffers
+    - drm: udl: Properly check framebuffer mmap offsets
+    - mm/vmscan: wake up flushers for legacy cgroups too
+    - module: propagate error in modules_open()
+    - acpi, numa: fix pxm to online numa node associations
+    - ACPI / watchdog: Fix off-by-one error at resource assignment
+    - libnvdimm, {btt, blk}: do integrity setup before add_disk()
+    - brcmfmac: fix P2P_DEVICE ethernet address generation
+    - rtlwifi: rtl8723be: Fix loss of signal
+    - tracing: probeevent: Fix to support minus offset from symbol
+    - mtdchar: fix usage of mtd_ooblayout_ecc()
+    - staging: ncpfs: memory corruption in ncp_read_kernel() (CVE-2018-8822)
+    - [i386] can: cc770: Fix stalls on rt-linux, remove redundant IRQ ack
+    - [i386] can: cc770: Fix queue stall & dropped RTR reply
+    - [i386] can: cc770: Fix use after free in cc770_tx_interrupt()
+    - tty: vt: fix up tabstops properly
+    - [amd64] entry: Don't use IST entry for #BP stack
+    - [amd64] vsyscall: Use proper accessor to update P4D entry
+    - [x86] efi: Free efi_pgd with free_pages()
+    - posix-timers: Protect posix clock array access against speculation
+    - [x86] kvm: fix icebp instruction handling
+    - [amd64] build: Force the linker to use 2MB page size
+    - [amd64] boot: Verify alignment of the LOAD segment
+    - [x86] hwmon: (k10temp) Only apply temperature offset if result is positive
+    - [x86] hwmon: (k10temp) Add temperature offset for Ryzen 1900X
+    - [x86] perf/intel/uncore: Fix Skylake UPI event format
+    - perf stat: Fix CVS output format for non-supported counters
+    - perf/core: Fix ctx_event_type in ctx_resched()
+    - trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type
+      programs
+    - [x86] perf/intel: Don't accidentally clear high bits in bdw_limit_period()
+    - [x86] perf/intel/uncore: Fix multi-domain PCI CHA enumeration bug on
+      Skylake servers
+    - iio: ABI: Fix name of timestamp sysfs file
+    - bpf: skip unnecessary capability check
+    - [amd64] bpf: increase number of passes
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.15.15
+    - net: dsa: Fix dsa_is_user_port() test inversion
+    - openvswitch: meter: fix the incorrect calculation of max delta_t
+    - qed: Fix MPA unalign flow in case header is split across two packets.
+    - tcp: purge write queue upon aborting the connection
+    - qed: Fix non TCP packets should be dropped on iWARP ll2 connection
+    - net: phy: relax error checking when creating sysfs link netdev->phydev
+    - devlink: Remove redundant free on error path
+    - macvlan: filter out unsupported feature flags
+    - net: ipv6: keep sk status consistent after datagram connect failure
+    - ipv6: old_dport should be a __be16 in __ip6_datagram_connect()
+    - ipv6: sr: fix NULL pointer dereference when setting encap source address
+    - ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel state
+    - net: phy: Tell caller result of phy_change()
+    - ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routes
+    - net sched actions: return explicit error when tunnel_key mode is not
+      specified
+    - ppp: avoid loop in xmit recursion detection code
+    - rhashtable: Fix rhlist duplicates insertion
+    - sch_netem: fix skb leak in netem_enqueue()
+    - ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()
+    - net: use skb_to_full_sk() in skb_update_prio()
+    - net: Fix hlist corruptions in inet_evict_bucket()
+    - [s390x] qeth: free netdevice when removing a card
+    - [s390x] qeth: when thread completes, wake up all waiters
+    - [s390x] qeth: lock read device while queueing next buffer
+    - [s390x] qeth: on channel error, reject further cmd requests
+    - dccp: check sk for closed state in dccp_sendmsg()
+    - ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()
+    - l2tp: do not accept arbitrary sockets
+    - [armhf] net: ethernet: ti: cpsw: add check for in-band mode setting with
+      RGMII PHY interface
+    - [armhf] net: fec: Fix unbalanced PM runtime calls
+    - [s390x] net/iucv: Free memory obtained by kzalloc
+    - netlink: avoid a double skb free in genlmsg_mcast()
+    - net: Only honor ifindex in IP_PKTINFO if non-0
+    - net: systemport: Rewrite __bcm_sysport_tx_reclaim()
+    - qede: Fix qedr link update
+    - skbuff: Fix not waking applications when errors are enqueued
+    - team: Fix double free in error path
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.15.16
+    - [armhf] OMAP: Fix SRAM W+X mapping
+    - [armhf] 8746/1: vfp: Go back to clearing vfp_current_hw_state[]
+    - [armhf] dts: sun6i: a31s: bpi-m2: improve pmic properties
+    - [armhf] dts: sun6i: a31s: bpi-m2: add missing regulators
+    - mtd: jedec_probe: Fix crash in jedec_read_mfr()
+    - ALSA: usb-audio: Add native DSD support for TEAC UD-301
+    - ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()
+    - ALSA: pcm: potential uninitialized return values
+    - perf/hwbp: Simplify the perf-hwbp code, fix documentation
+    - ceph: only dirty ITER_IOVEC pages for direct read
+    - ipc/shm.c: add split function to shm_vm_ops
+    - [powerpc*] mm: Add tracking of the number of coprocessors using a context
+    - [powerpc*] mm: Workaround Nest MMU bug with TLB invalidations
+    - [powerpc*] 64s: Fix lost pending interrupt due to race causing lost
+      update to irq_happened
+    - [powerpc*] 64s: Fix i-side SLB miss bad address handler saving
+      nonvolatile GPRs
+    - partitions/msdos: Unable to mount UFS 44bsd partitions
+    - xfrm_user: uncoditionally validate esn replay attribute struct
+    - RDMA/ucma: Check AF family prior resolving address
+    - RDMA/ucma: Fix use-after-free access in ucma_close
+    - RDMA/ucma: Ensure that CM_ID exists prior to access it
+    - RDMA/rdma_cm: Fix use after free race with process_one_req
+    - RDMA/ucma: Check that device is connected prior to access it
+    - RDMA/ucma: Check that device exists prior to accessing it
+    - RDMA/ucma: Introduce safer rdma_addr_size() variants
+    - ipv6: fix possible deadlock in rt6_age_examine_exception()
+    - net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()
+    - xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systems
+    - percpu: add __GFP_NORETRY semantics to the percpu balancing path
+    - netfilter: x_tables: make allocation less aggressive
+    - netfilter: bridge: ebt_among: add more missing match size checks
+    - l2tp: fix races with ipv4-mapped ipv6 addresses
+    - netfilter: drop template ct when conntrack is skipped.
+    - netfilter: x_tables: add and use xt_check_proc_name
+    - [arm64] phy: qcom-ufs: add MODULE_LICENSE tag
+    - Bluetooth: Fix missing encryption refresh on Security Request
+    - [x86] drm/i915/dp: Write to SET_POWER dpcd to enable MST hub.
+    - bitmap: fix memset optimization on big-endian systems
+    - [x86] mei: remove dev_err message on an unsupported ioctl
+    - /dev/mem: Avoid overwriting "err" in read_mem()
+    - media: usbtv: prevent double free in error case (CVE-2017-17975)
+    - crypto: lrw - Free rctx->ext with kzfree
+    - [arm64] crypto: inside-secure - fix clock management
+    - crypto: testmgr - Fix incorrect values in PKCS#1 test vector
+    - crypto: ahash - Fix early termination in hash walk
+    - [x86] crypto: ccp - return an actual key size from RSA max_size callback
+    - [arm*] crypto - Fix random regeneration of S_shipped
+    - [x86] crypto: cast5-avx - fix ECB encryption when long sg follows short
+      one
+    - Btrfs: fix unexpected cow in run_delalloc_nocow
+    - [x86] staging: comedi: ni_mio_common: ack ai fifo error interrupts.
+    - Revert "base: arch_topology: fix section mismatch build warnings"
+    - [x86] Input: ALPS - fix TrackStick detection on Thinkpad L570 and
+      Latitude 7370
+    - [x86] Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list
+    - [x86] Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad
+    - vt: change SGR 21 to follow the standards
+    - [arm64] net: hns: Fix ethtool private flags (CVE-2017-18222)
+    - Fix slab name "biovec-(1<<(21-12))"
+    - [armhf] Revert "ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin"
+    - [armhf] Revert "ARM: dts: omap3-n900: Fix the audio CODEC's reset pin"
+    - Revert "cpufreq: Fix governor module removal race"
+    - Revert "ip6_vti: adjust vti mtu according to mtu of lower device"
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.15.17
+    - i40iw: Fix sequence number for the first partial FPDU
+    - i40iw: Correct Q1/XF object count equation
+    - i40iw: Validate correct IRD/ORD connection parameters
+    - [arm64] clk: meson: mpll: use 64-bit maths in params_from_rate
+    - ipv6: Reinject IPv6 packets if IPsec policy matches after SNAT
+    - thermal: power_allocator: fix one race condition issue for
+      thermal_instances list
+    - perf probe: Find versioned symbols from map
+    - perf probe: Add warning message if there is unexpected event name
+    - perf evsel: Fix swap for samples with raw data
+    - perf evsel: Enable ignore_missing_thread for pid option
+    - l2tp: fix missing print session offset info
+    - rds; Reset rs->rs_bound_addr in rds_add_bound() failure path
+    - [x86] ACPI / video: Default lcd_only to true on Win8-ready and newer
+      machines
+    - net/mlx4_en: Change default QoS settings
+    - IB/mlx5: Report inner RSS capability
+    - VFS: close race between getcwd() and d_move()
+    - [armhf,arm64] watchdog: dw_wdt: add stop watchdog operation
+    - clk: divider: fix incorrect usage of container_of
+    - PM / devfreq: Fix potential NULL pointer dereference in governor_store
+    - gpiolib: don't dereference a desc before validation
+    - net_sch: red: Fix the new offload indication
+    - [arm64] thermal/drivers/hisi: Remove bogus const from function return type
+    - RDMA/cma: Mark end of CMA ID messages
+    - f2fs: fix lock dependency in between dio_rwsem & i_mmap_sem
+    - [armhf] clk: sunxi-ng: a83t: Add M divider to TCON1 clock
+    - media: videobuf2-core: don't go out of the buffer range
+    - [x86] ASoC: Intel: Skylake: Disable clock gating during firmware and
+      library download
+    - [x86] ASoC: Intel: cht_bsw_rt5645: Analog Mic support
+    - [arm64] drm/msm: Fix NULL deref in adreno_load_gpu
+    - IB/ipoib: Fix for notify send CQ failure messages
+    - scsi: libiscsi: Allow sd_shutdown on bad transport
+    - scsi: mpt3sas: Proper handling of set/clear of "ATA command pending" flag.
+    - [armhf,arm64] irqchip/gic-v3: Fix the driver probe() fail due to disabled
+      GICC entry
+    - ACPI: EC: Fix debugfs_create_*() usage
+    - mac80211: Fix setting TX power on monitor interfaces
+    - vfb: fix video mode and line_length being set when loaded
+    - gpio: label descriptors using the device name
+    - [arm64] asid: Do not replace active_asids if already 0
+    - [powerpc*] powernv-cpufreq: Add helper to extract pstate from PMSR
+    - IB/rdmavt: Allocate CQ memory on the correct node
+    - blk-mq: avoid to map CPU into stale hw queue
+    - blk-mq: fix race between updating nr_hw_queues and switching io sched
+    - nvme-fabrics: protect against module unload during create_ctrl
+    - nvme-fabrics: don't check for non-NULL module in nvmf_register_transport
+    - [x86] pinctrl: baytrail: Enable glitch filter for GPIOs used as interrupts
+    - nvme_fcloop: disassocate local port structs
+    - nvme_fcloop: fix abort race condition
+    - tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented
+    - perf report: Fix a no annotate browser displayed issue
+    - [x86] staging: lustre: disable preempt while sampling processor id.
+    - [x86] ASoC: Intel: sst: Fix the return value o
+      'sst_send_byte_stream_mrfld()'
+    - [armhf] power: supply: axp288_charger: Properly stop work on probe-error
+      / remove
+    - rt2x00: do not pause queue unconditionally on error path
+    - wl1251: check return from call to wl1251_acx_arp_ip_filter
+    - net/mlx5: Fix race for multiple RoCE enable
+    - bcache: ret IOERR when read meets metadata error
+    - bcache: stop writeback thread after detaching
+    - bcache: segregate flash only volume write streams
+    - scsi: libsas: Use dynamic alloced work to avoid sas event lost
+    - net: Fix netdev_WARN_ONCE macro
+    - scsi: libsas: fix memory leak in sas_smp_get_phy_events() (CVE-2018-7757)
+    - scsi: libsas: fix error when getting phy events
+    - scsi: libsas: initialize sas_phy status according to response of DISCOVER
+    - net/mlx5e: IPoIB, Use correct timestamp in child receive flow
+    - blk-mq: fix kernel oops in blk_mq_tag_idle()
+    - tty: n_gsm: Allow ADM response in addition to UA for control dlci
+    - block, bfq: put async queues for root bfq groups too
+    - serdev: Fix serdev_uevent failure on ACPI enumerated serdev-controllers
+    - i40evf: don't rely on netif_running() outside rtnl_lock()
+    - drm/amd/powerplay: fix memory leakage when reload (v2)
+    - cxgb4vf: Fix SGE FL buffer initialization logic for 64K pages
+    - PM / domains: Don't skip driver's ->suspend|resume_noirq() callbacks
+    - scsi: megaraid_sas: Error handling for invalid ldcount provided by
+      firmware in RAID map
+    - scsi: megaraid_sas: unload flag should be set after scsi_remove_host is
+      called
+    - RDMA/cma: Fix rdma_cm path querying for RoCE
+    - [x86] gart: Exclude GART aperture from vmcore
+    - sdhci: Advertise 2.0v supply on SDIO host controller
+    - Input: goodix - disable IRQs while suspended
+    - mtd: mtd_oobtest: Handle bitflips during reads
+    - crypto: aes-generic - build with -Os on gcc-7+
+    - perf tools: Fix copyfile_offset update of output offset
+    - tcmu: release blocks for partially setup cmds
+    - [x86] thermal: int3400_thermal: fix error handling in
+      int3400_thermal_probe()
+    - [x86] drm/i915/cnp: Ignore VBT request for know invalid DDC pin.
+    - [x86] drm/i915/cnp: Properly handle VBT ddc pin out of bounds.
+    - [x86] microcode: Propagate return value from updating functions
+    - [x86] CPU: Add a microcode loader callback
+    - [x86] CPU: Check CPU feature bits after microcode upgrade
+    - [x86] microcode: Get rid of struct apply_microcode_ctx
+    - [x86] microcode/intel: Check microcode revision before updating sibling
+      threads
+    - [x86] microcode/intel: Writeback and invalidate caches before updating
+      microcode
+    - [x86] microcode: Do not upload microcode if CPUs are offline
+    - [x86] microcode/intel: Look into the patch cache first
+    - [x86] microcode: Request microcode on the BSP
+    - [x86] microcode: Synchronize late microcode loading
+    - [x86] microcode: Attempt late loading only when new microcode is present
+    - [x86] microcode: Fix CPU synchronization routine
+    - arp: fix arp_filter on l3slave devices
+    - ipv6: the entire IPv6 header chain must fit the first fragment
+    - lan78xx: Crash in lan78xx_writ_reg (Workqueue: events
+      lan78xx_deferred_multicast_write)
+    - net: dsa: Discard frames from unused ports
+    - net: fix possible out-of-bound read in skb_network_protocol()
+    - net/ipv6: Fix route leaking between VRFs
+    - net/ipv6: Increment OUTxxx counters after netfilter hook
+    - netlink: make sure nladdr has correct size in netlink_connect()
+    - net/mlx5e: Verify coalescing parameters in range
+    - net sched actions: fix dumping which requires several messages to user
+      space
+    - net/sched: fix NULL dereference in the error path of tcf_bpf_init()
+    - pptp: remove a buggy dst release in pptp_connect()
+    - r8169: fix setting driver_data after register_netdev
+    - sctp: do not leak kernel memory to user space
+    - sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6
+    - sky2: Increase D3 delay to sky2 stops working after suspend
+    - vhost: correctly remove wait queue during poll failure
+    - vlan: also check phy_driver ts_info for vlan's real device
+    - vrf: Fix use after free and double free in vrf_finish_output
+    - bonding: fix the err path for dev hwaddr sync in bond_enslave
+    - bonding: move dev_mc_sync after master_upper_dev_link in bond_enslave
+    - bonding: process the err returned by dev_set_allmulti properly in
+      bond_enslave
+    - net: fool proof dev_valid_name()
+    - ip_tunnel: better validate user provided tunnel names
+    - ipv6: sit: better validate user provided tunnel names
+    - ip6_gre: better validate user provided tunnel names
+    - ip6_tunnel: better validate user provided tunnel names
+    - vti6: better validate user provided tunnel names
+    - net/mlx5e: Set EQE based as default TX interrupt moderation mode
+    - net_sched: fix a missing idr_remove() in u32_delete_key()
+    - net/sched: fix NULL dereference in the error path of tcf_vlan_init()
+    - net/mlx5e: Avoid using the ipv6 stub in the TC offload neigh update path
+    - net/mlx5e: Fix memory usage issues in offloading TC flows
+    - net/sched: fix NULL dereference in the error path of tcf_sample_init()
+    - nfp: use full 40 bits of the NSP buffer address
+    - ipv6: sr: fix seg6 encap performances with TSO enabled
+    - net/mlx5e: Don't override vport admin link state in switchdev mode
+    - net/mlx5e: Sync netdev vxlan ports at open
+    - net/sched: fix NULL dereference in the error path of tunnel_key_init()
+    - net/sched: fix NULL dereference on the error path of tcf_skbmod_init()
+    - strparser: Fix sign of err codes
+    - net/mlx4_en: Fix mixed PFC and Global pause user control requests
+    - net/mlx5e: Fix traffic being dropped on VF representor
+    - vhost: validate log when IOTLB is enabled
+    - route: check sysctl_fib_multipath_use_neigh earlier than hash
+    - team: move dev_mc_sync after master_upper_dev_link in team_port_add
+    - vhost_net: add missing lock nesting notation
+    - net/mlx4_core: Fix memory leak while delete slave's resources
+
+  [ Roger Shimizu ]
+  * [armel] Bring back armel build by reverting two commits that disabled
+    armel previously:
+    - [2ed70eb] "Add empty featuresets for armel to help abiupdate script"
+    - [5f62872] "(Temporarily) disable armel kernel image build"
+  * [armel] Reduce armel image size by:
+    - Set CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
+    - Change MTD, MTD_CMDLINE_PARTS, RTC_DRV_MV, and SPI_ORION from
+      built-in to module.
+    - Disable VT, ZSWAP, RD_BZIP2, and RD_LZMA.
+    Thanks to Leigh Brown <leigh@solinno.co.uk> for his idea to disable VT.
+  * [armel] Add dependency of udeb modules (fixes FTBFS):
+    - Add lzo_decompress to lzo-modules.
+    - Add cmdlinepart to mtd-modules.
+  * [armel] Add dependency of udeb packages (fixes FTBFS):
+    - Add package dependency of mtd-modules to jffs2-modules.
+    - Add package dependency of lzo-modules to squashfs-modules.
+
+  [ Ben Hutchings ]
+  * wireless: Disable regulatory.db direct loading (see #892229)
+  * Bump ABI to 3
+  * scsi: libsas: direct call probe and destruct (CVE-2017-18232)
+  * ext4: fail ext4_iget for root directory if unallocated (CVE-2018-1092)
+  * ext4: add validity checks for bitmap block numbers (CVE-2018-1093)
+  * ext4: always initialize the crc32c checksum driver (CVE-2018-1094)
+  * scsi: libsas: defer ata device eh commands to libata (CVE-2018-10021)
+  * [armel/marvell] linux-image: Replace supported model list with wiki link
+  * [armhf] udeb: Add i2c-exynos5 to i2c-modules (Closes: #895976)
+  * [arm*] iio: Enable DHT11 as module (Closes: #873176)
+  * udeb: Move arc4 and ecb from nic-wireless-modules to crypto-modules
+    (Closes: #895362)
+  * SCSI: Enable SCSI_SYM53C8XX_2 as module on all architectures
+    (Closes: #895532)
+  * [x86] Enable MFD_AXP20X_I2C, AXP288_FUEL_GAUGE as modules (Closes: #895129)
+  * w1: Enable all "slave" device drivers (Closes: #895340)
+  * [arm64] net/phy: Enable MDIO_BUS_MUX_MMIOREG as module (Closes: #894336)
+  * [x86] net: Enable THUNDERBOLT_NET as module (Closes: #894310)
+  * [x86] platform: Enable DELL_SMBIOS_SMM, DELL_SMBIOS_WMI as modules
+    (closes: #893976)
+  * ath9k_htc: Fix regression in 4.15, thanks to Ben Caradoc-Davies
+    (Closes: #891060)
+    - mac80211: add ieee80211_hw flag for QoS NDP support
+    - ath9k_htc: use non-QoS NDP for AP probing
+  * squashfs: Enable SQUASHFS_ZSTD (Closes: #883410)
+  * block: Enable BLK_SED_OPAL (except on armel)
+  * [arm64] Enable ARCH_SYNQUACER and related driver modules (Closes: #891787)
+  * [arm64] PCI: Enable PCI_TEGRA (Closes: #888817)
+  * [amd64] net: Enable AQTION as module
+  * udeb: Rename lzo-modules to compress-modules
+  * udeb: Add zstd_decompress to compress-modules and make squashfs-modules
+    depend on it
+
+  [ Vagrant Cascadian ]
+  * [armhf] Add patch to fix loading of imx6q-cpufreq module.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 19 Apr 2018 11:13:03 +0100
+
+linux (4.15.11-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.15.5
+    - IB/umad: Fix use of unprotected device pointer
+    - IB/qib: Fix comparison error with qperf compare/swap test
+    - IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH
+      ports
+    - IB/core: Fix two kernel warnings triggered by rxe registration
+    - IB/core: Fix ib_wc structure size to remain in 64 bytes boundary
+    - IB/core: Avoid a potential OOPs for an unused optional parameter
+    - RDMA/rxe: Fix a race condition related to the QP error state
+    - RDMA/rxe: Fix a race condition in rxe_requester()
+    - RDMA/rxe: Fix rxe_qp_cleanup()
+    - [powerpc*] cpufreq: powernv: Dont assume distinct pstate values for
+      nominal and pmin
+    - swiotlb: suppress warning when __GFP_NOWARN is set
+    - PM / devfreq: Propagate error from devfreq_add_device()
+    - mwifiex: resolve reset vs. remove()/shutdown() deadlocks
+    - ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGE
+    - trace_uprobe: Display correct offset in uprobe_events
+    - [powerpc*] radix: Remove trace_tlbie call from radix__flush_tlb_all
+    - [powerpc*] kernel: Block interrupts when updating TIDR
+    - [powerpc*] vas: Don't set uses_vas for kernel windows
+    - [powerpc*] numa: Invalidate numa_cpu_lookup_table on cpu remove
+    - [powerpc*] mm: Flush radix process translations when setting MMU type
+    - [powerpc*] xive: Use hw CPU ids when configuring the CPU queues
+    - dma-buf: fix reservation_object_wait_timeout_rcu once more v2
+    - [s390x] fix handling of -1 in set{,fs}[gu]id16 syscalls
+    - [arm64] dts: msm8916: Correct ipc references for smsm
+    - [x86] gpu: add CFL to early quirks
+    - [x86] kexec: Make kexec (mostly) work in 5-level paging mode
+    - [x86] xen: init %gs very early to avoid page faults with stack protector
+    - [x86] PM: Make APM idle driver initialize polling state
+    - mm, memory_hotplug: fix memmap initialization
+    - [amd64] entry: Clear extra registers beyond syscall arguments, to reduce
+      speculation attack surface
+    - [amd64] entry/compat: Clear registers for compat syscalls, to reduce
+      speculation attack surface
+    - [armhf] crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate
+    - [armhf] crypto: sun4i_ss_prng - convert lock to _bh in
+      sun4i_ss_prng_generate
+    - [powerpc*] mm/radix: Split linear mapping on hot-unplug
+    - [x86] speculation: Update Speculation Control microcode blacklist
+    - [x86] speculation: Correct Speculation Control microcode blacklist again
+    - [x86] Revert "x86/speculation: Simplify
+      indirect_branch_prediction_barrier()"
+    - [x86] KVM: Reduce retpoline performance impact in
+      slot_handle_level_range(), by always inlining iterator helper methods
+    - [X86] nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs
+    - [x86] KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02
+      MSR bitmap
+    - [x86] speculation: Clean up various Spectre related details
+    - PM / runtime: Update links_count also if !CONFIG_SRCU
+    - PM: cpuidle: Fix cpuidle_poll_state_init() prototype
+    - [x86] platform: wmi: fix off-by-one write in wmi_dev_probe()
+    - [amd64] entry: Clear registers for exceptions/interrupts, to reduce
+      speculation attack surface
+    - [amd64] entry: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused
+      extensions
+    - [amd64] entry: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a
+      single POP_REGS macro
+    - [amd64] entry: Interleave XOR register clearing with PUSH instructions
+    - [amd64] entry: Introduce the PUSH_AND_CLEAN_REGS macro
+    - [amd64] entry: Use PUSH_AND_CLEAN_REGS in more cases
+    - [amd64] entry: Get rid of the ALLOC_PT_GPREGS_ON_STACK and
+      SAVE_AND_CLEAR_REGS macros
+    - [amd64] entry: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly
+    - [amd64] entry: Fix paranoid_entry() frame pointer warning
+    - [amd64] entry: Remove the unused 'icebp' macro
+    - gfs2: Fixes to "Implement iomap for block_map"
+    - objtool: Fix segfault in ignore_unreachable_insn()
+    - [x86] debug, objtool: Annotate WARN()-related UD2 as reachable
+    - [x86] debug: Use UD2 for WARN()
+    - [x86] speculation: Fix up array_index_nospec_mask() asm constraint
+    - nospec: Move array_index_nospec() parameter checking into separate macro
+    - [x86] speculation: Add <asm/msr-index.h> dependency
+    - [x86] mm: Rename flush_tlb_single() and flush_tlb_one() to
+      __flush_tlb_one_[user|kernel]()
+    - [x86] cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
+    - [x86] spectre: Fix an error message
+    - [x86] cpu: Change type of x86_cache_size variable to unsigned int
+    - [amd64] entry: Fix CR3 restore in paranoid_exit()
+    - drm/ttm: Don't add swapped BOs to swap-LRU list
+    - drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2)
+    - drm/qxl: unref cursor bo when finished with it
+    - drm/qxl: reapply cursor after resetting primary
+    - drm/amd/powerplay: Fix smu_table_entry.handle type
+    - drm/ast: Load lut in crtc_commit
+    - drm: Check for lessee in DROP_MASTER ioctl
+    - [arm64] Add missing Falkor part number for branch predictor hardening
+    - drm/radeon: Add dpm quirk for Jet PRO (v2)
+    - drm/radeon: adjust tested variable
+    - [x86] smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a
+      physical CPU
+    - [powerpc*] rtc-opal: Fix handling of firmware error codes, prevent busy
+      loops
+    - mbcache: initialize entry->e_referenced in mb_cache_entry_create()
+    - mmc: sdhci: Implement an SDHCI-specific bounce buffer
+    - [armhf,arm64] mmc: bcm2835: Don't overwrite max frequency unconditionally
+    - [arm64] Revert "mmc: meson-gx: include tx phase in the tuning process"
+    - mlx5: fix mlx5_get_vector_affinity to start from completion vector 0
+    - [x86] Revert "apple-gmux: lock iGP IO to protect from vgaarb changes"
+    - ext4: fix a race in the ext4 shutdown path
+    - ext4: save error to disk in __ext4_grp_locked_error()
+    - ext4: correct documentation for grpid mount option
+    - mm: Fix memory size alignment in devm_memremap_pages_release()
+    - [mips*] Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN
+    - [mips*] CPS: Fix MIPS_ISA_LEVEL_RAW fallout
+    - [mips*] Fix incorrect mem=X@Y handling
+    - [arm64] PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port mode
+    - [armhf,arm64] PCI: iproc: Fix NULL pointer dereference for BCMA
+    - [x86] PCI: pciehp: Assume NoCompl+ for Thunderbolt ports
+    - console/dummy: leave .con_font_get set to NULL
+    - rbd: whitelist RBD_FEATURE_OPERATIONS feature bit
+    - xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guests
+    - xenbus: track caller request id
+    - seq_file: fix incomplete reset on read from zero offset
+    - tracing: Fix parsing of globs with a wildcard at the beginning
+    - mpls, nospec: Sanitize array index in mpls_label_ok() (CVE-2017-5753)
+    - rtlwifi: rtl8821ae: Fix connection lost problem correctly
+    - [arm64] proc: Set PTE_NG for table entries to avoid traversing them twice
+    - xprtrdma: Fix calculation of ri_max_send_sges
+    - xprtrdma: Fix BUG after a device removal
+    - blk-wbt: account flush requests correctly
+    - target/iscsi: avoid NULL dereference in CHAP auth error path
+    - iscsi-target: make sure to wake up sleeping login worker
+    - dm: correctly handle chained bios in dec_pending()
+    - Btrfs: fix deadlock in run_delalloc_nocow
+    - Btrfs: fix crash due to not cleaning up tree log block's dirty bits
+    - Btrfs: fix extent state leak from tree log
+    - Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly
+    - Btrfs: fix use-after-free on root->orphan_block_rsv
+    - Btrfs: fix unexpected -EEXIST when creating new inode
+    - 9p/trans_virtio: discard zero-length reply
+    - mtd: nand: vf610: set correct ooblayout
+    - ALSA: hda - Fix headset mic detection problem for two Dell machines
+    - ALSA: usb-audio: Fix UAC2 get_ctl request with a RANGE attribute
+    - ALSA: hda/realtek - Add headset mode support for Dell laptop
+    - ALSA: hda/realtek - Enable Thinkpad Dock device for ALC298 platform
+    - ALSA: hda/realtek: PCI quirk for Fujitsu U7x7
+    - ALSA: usb-audio: add implicit fb quirk for Behringer UFX1204
+    - ALSA: usb: add more device quirks for USB DSD devices
+    - ALSA: seq: Fix racy pool initializations (CVE-2018-7566)
+    - [armhf,arm64] mvpp2: fix multicast address filter
+    - usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORT
+    - [x86] mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages
+    - [armhf] dts: exynos: fix RTC interrupt for exynos5410
+    - [arm64] dts: msm8916: Add missing #phy-cells
+     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.15.6
+    - tun: fix tun_napi_alloc_frags() frag allocator
+    - ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE
+    - ptr_ring: try vmalloc() when kmalloc() fails
+    - selinux: ensure the context is NUL terminated in
+      security_context_to_sid_core()
+    - selinux: skip bounded transition processing if the policy isn't loaded
+    - media: pvrusb2: properly check endpoint types
+    - [x86] crypto: twofish-3way - Fix %rbp usage
+    - blk_rq_map_user_iov: fix error override
+    - [x86] KVM: fix escape of guest dr6 to the host
+    - kcov: detect double association with a single task
+    - netfilter: x_tables: fix int overflow in xt_alloc_table_info()
+    - netfilter: x_tables: avoid out-of-bounds reads in
+      xt_request_find_{match|target}
+    - netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in
+      clusterip_tg_check()
+    - netfilter: on sockopt() acquire sock lock only in the required scope
+    - netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()
+    - netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insert
+    - rds: tcp: correctly sequence cleanup on netns deletion.
+    - rds: tcp: atomically purge entries from rds_tcp_conn_list during netns
+      delete
+    - net: avoid skb_warn_bad_offload on IS_ERR
+    - net_sched: gen_estimator: fix lockdep splat
+    - [arm64] dts: add #cooling-cells to CPU nodes
+    - dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock
+    - xhci: Fix NULL pointer in xhci debugfs
+    - xhci: Fix xhci debugfs devices node disappearance after hibernation
+    - xhci: xhci debugfs device nodes weren't removed after device plugged out
+    - xhci: fix xhci debugfs errors in xhci_stop
+    - usbip: keep usbip_device sockfd state in sync with tcp_socket
+    - [x86] mei: me: add cannon point device ids
+    - [x86] mei: me: add cannon point device ids for 4th device
+    - vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.15.7
+    - netfilter: drop outermost socket lock in getsockopt()
+    - [arm64] mm: don't write garbage into TTBR1_EL1 register
+    - kconfig.h: Include compiler types to avoid missed struct attributes
+    - scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info
+    - [mips*] Drop spurious __unused in struct compat_flock
+    - cfg80211: fix cfg80211_beacon_dup
+    - i2c: designware: must wait for enable
+    - [armhf,arm64] i2c: bcm2835: Set up the rising/falling edge delays
+    - X.509: fix BUG_ON() when hash algorithm is unsupported
+    - X.509: fix NULL dereference when restricting key with unsupported_sig
+    - PKCS#7: fix certificate chain verification
+    - PKCS#7: fix certificate blacklisting
+    - [x86] genirq/matrix: Handle CPU offlining proper
+    - RDMA/uverbs: Protect from races between lookup and destroy of uobjects
+    - RDMA/uverbs: Protect from command mask overflow
+    - RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd
+    - RDMA/uverbs: Fix circular locking dependency
+    - RDMA/uverbs: Sanitize user entered port numbers prior to access it
+    - iio: buffer: check if a buffer has been set up when poll is called
+    - Kbuild: always define endianess in kconfig.h
+    - [x86] apic/vector: Handle vector release on CPU unplug correctly
+    - mm, swap, frontswap: fix THP swap if frontswap enabled
+    - mm: don't defer struct page initialization for Xen pv guests
+    - uapi/if_ether.h: move __UAPI_DEF_ETHHDR libc define
+    - [armhf,arm64] irqchip/gic-v3: Use wmb() instead of smb_wmb() in
+      gic_raise_softirq()
+    - [mips*] irqchip/mips-gic: Avoid spuriously handling masked interrupts
+    - PCI/cxgb4: Extend T3 PCI quirk to T4+ devices
+    - [x86] net: thunderbolt: Tear down connection properly on suspend
+    - [x86] net: thunderbolt: Run disconnect flow asynchronously when logout is
+      received
+    - ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and
+      io_watchdog_func()
+    - usb: ohci: Proper handling of ed_rm_list to handle race condition between
+      usb_kill_urb() and finish_unlinks()
+    - [arm64] Remove unimplemented syscall log message
+    - [arm64] Disable unhandled signal log messages by default
+    - [arm64] cpufeature: Fix CTR_EL0 field definitions
+    - USB: Add delay-init quirk for Corsair K70 RGB keyboards
+    - drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA
+    - usb: host: ehci: use correct device pointer for dma ops
+    - usb: dwc3: gadget: Set maxpacket size for ep0 IN
+    - usb: dwc3: ep0: Reset TRB counter for ep0 IN
+    - usb: ldusb: add PIDs for new CASSY devices supported by this driver
+    - Revert "usb: musb: host: don't start next rx urb if current one failed"
+    - usb: gadget: f_fs: Process all descriptors during bind
+    - usb: gadget: f_fs: Use config_ep_by_speed()
+    - drm/cirrus: Load lut in crtc_commit
+    - drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits
+    - drm: Handle unexpected holes in color-eviction
+    - drm/amdgpu: disable MMHUB power gating on raven
+    - drm/amdgpu: fix VA hole handling on Vega10 v3
+    - drm/amdgpu: Add dpm quirk for Jet PRO (v2)
+    - drm/amdgpu: only check mmBIF_IOV_FUNC_IDENTIFIER on tonga/fiji
+    - drm/amdgpu: add atpx quirk handling (v2)
+    - drm/amdgpu: Avoid leaking PM domain on driver unbind (v2)
+    - drm/amdgpu: add new device to use atpx quirk
+    - [arm64] __show_regs: Only resolve kernel symbols when running at EL1
+    - [x86] drm/i915/breadcrumbs: Ignore unsubmitted signalers
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.15.8
+    - vsprintf: avoid misleading "(null)" for %px
+    - hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
+    - ipmi_si: Fix error handling of platform device
+    - [x86] platform: dell-laptop: Allocate buffer on heap rather than globally
+    - [powerpc*] pseries: Enable RAS hotplug events later
+    - Bluetooth: btusb: Use DMI matching for QCA reset_resume quirking
+    - ixgbe: fix crash in build_skb Rx code path
+    - [x86] tpm: st33zp24: fix potential buffer overruns caused by bit glitches
+      on the bus
+    - tpm: fix potential buffer overruns caused by bit glitches on the bus
+    - [x86] tpm_i2c_infineon: fix potential buffer overruns caused by bit
+      glitches on the bus
+    - [x86] tpm_i2c_nuvoton: fix potential buffer overruns caused by bit
+      glitches on the bus
+    - [x86] tpm_tis: fix potential buffer overruns caused by bit glitches on
+      the bus
+    - ALSA: usb-audio: Add a quirck for B&W PX headphones
+    - ALSA: control: Fix memory corruption risk in snd_ctl_elem_read
+    - [x86] ALSA: x86: Fix missing spinlock and mutex initializations
+    - ALSA: hda: Add a power_save blacklist
+    - ALSA: hda - Fix pincfg at resume on Lenovo T470 dock
+    - mmc: sdhci-pci: Fix S0i3 for Intel BYT-based controllers
+    - [armhf,arm64] mmc: dw_mmc-k3: Fix out-of-bounds access through DT alias
+    - [armhf,arm64] mmc: dw_mmc: Avoid accessing registers in runtime suspended
+      state
+    - [armhf,arm64] mmc: dw_mmc: Factor out dw_mci_init_slot_caps
+    - [armhf,arm64] mmc: dw_mmc: Fix out-of-bounds access for slot's caps
+    - timers: Forward timer base before migrating timers
+    - [hppa] Use cr16 interval timers unconditionally on qemu
+    - [hppa] Reduce irq overhead when run in qemu
+    - [hppa] Fix ordering of cache and TLB flushes
+    - [hppa] Hide virtual kernel memory layout
+    - btrfs: use proper endianness accessors for super_copy
+    - block: fix the count of PGPGOUT for WRITE_SAME
+    - block: kyber: fix domain token leak during requeue
+    - block: pass inclusive 'lend' parameter to truncate_inode_pages_range
+    - vfio: disable filesystem-dax page pinning
+    - dax: fix vma_is_fsdax() helper
+    - direct-io: Fix sleep in atomic due to sync AIO
+    - [x86] xen: Zero MSR_IA32_SPEC_CTRL before suspend
+    - [x86] cpu_entry_area: Sync cpu_entry_area to initial_page_table
+    - bridge: check brport attr show in brport_show
+    - fib_semantics: Don't match route with mismatching tclassid
+    - hdlc_ppp: carrier detect ok, don't turn off negotiation
+    - [arm64] net: amd-xgbe: fix comparison to bitshift when dealing with a mask
+    - [armhf] net: ethernet: ti: cpsw: fix net watchdog timeout
+    - net: fix race on decreasing number of TX queues
+    - net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68
+    - netlink: ensure to loop over all netns in genlmsg_multicast_allns()
+    - net: sched: report if filter is too large to dump
+    - ppp: prevent unregistered channels from connecting to PPP units
+    - sctp: verify size of a new chunk in _sctp_make_chunk() (CVE-2018-5803)
+    - udplite: fix partial checksum initialization
+    - net/mlx5e: Fix TCP checksum in LRO buffers
+    - sctp: fix dst refcnt leak in sctp_v4_get_dst
+    - net/mlx5e: Specify numa node when allocating drop rq
+    - net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPT
+    - tcp: Honor the eor bit in tcp_mtu_probe
+    - rxrpc: Fix send in rxrpc_send_data_packet()
+    - tcp_bbr: better deal with suboptimal GSO
+    - doc: Change the min default value of tcp_wmem/tcp_rmem.
+    - net/mlx5e: Fix loopback self test when GRO is off
+    - net_sched: gen_estimator: fix broken estimators based on percpu stats
+    - net/sched: cls_u32: fix cls_u32 on filter replace
+    - sctp: do not pr_err for the duplicated node in transport rhlist
+    - net: ipv4: Set addr_type in hash_keys for forwarded case
+    - sctp: fix dst refcnt leak in sctp_v6_get_dst()
+    - bridge: Fix VLAN reference count problem
+    - net/mlx5e: Verify inline header size do not exceed SKB linear size
+    - tls: Use correct sk->sk_prot for IPV6
+    - [arm64] amd-xgbe: Restore PCI interrupt enablement setting on resume
+    - cls_u32: fix use after free in u32_destroy_key()
+    - netlink: put module reference if dump start fails
+    - tcp: purge write queue upon RST
+    - tuntap: correctly add the missing XDP flush
+    - tuntap: disable preemption during XDP processing
+    - virtio-net: disable NAPI only when enabled during XDP set
+    - cxgb4: fix trailing zero in CIM LA dump
+    - net/mlx5: Fix error handling when adding flow rules
+    - net: phy: Restore phy_resume() locking assumption
+    - tcp: tracepoint: only call trace_tcp_send_reset with full socket
+    - l2tp: don't use inet_shutdown on tunnel destroy
+    - l2tp: don't use inet_shutdown on ppp session destroy
+    - l2tp: fix races with tunnel socket close
+    - l2tp: fix race in pppol2tp_release with session object destroy
+    - l2tp: fix tunnel lookup use-after-free race
+    - [s390x] qeth: fix underestimated count of buffer elements
+    - [s390x] qeth: fix SETIP command handling
+    - [s390x] qeth: fix overestimated count of buffer elements
+    - [s390x] qeth: fix IP removal on offline cards
+    - [s390x] qeth: fix double-free on IP add/remove race
+    - [s390x] Revert "s390/qeth: fix using of ref counter for rxip addresses"
+    - [s390x] qeth: fix IP address lookup for L3 devices
+    - [s390x] qeth: fix IPA command submission race
+    - tcp: revert F-RTO middle-box workaround
+    - tcp: revert F-RTO extension to detect more spurious timeouts
+    - blk-mq: don't call io sched's .requeue_request when requeueing rq to
+      ->dispatch
+    - media: m88ds3103: don't call a non-initalized function
+    - [x86] EDAC, sb_edac: Fix out of bound writes during DIMM configuration on
+      KNL
+    - [s390x] KVM: take care of clock-comparator sign control
+    - [s390x] KVM: provide only a single function for setting the tod (fix SCK)
+    - [s390x] KVM: consider epoch index on hotplugged CPUs
+    - [s390x] KVM: consider epoch index on TOD clock syncs
+    - nospec: Allow index argument to have const-qualified type
+    - [x86] mm: Fix {pmd,pud}_{set,clear}_flags()
+    - [armhf] orion: fix orion_ge00_switch_board_info initialization
+    - [armhf] dts: rockchip: Remove 1.8 GHz operation point from phycore som
+    - [armhf] mvebu: Fix broken PL310_ERRATA_753970 selects
+    - [x86] KVM: Fix SMRAM accessing even if VM is shutdown
+    - KVM: mmu: Fix overlap between public and private memslots
+    - [x86] KVM: Remove indirect MSR op calls from SPEC_CTRL
+    - [x86] KVM: move LAPIC initialization after VMCS creation
+    - [x86] KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the
+      RDMSR path as unlikely()
+    - [x86] KVM: fix vcpu initialization with userspace lapic
+    - [x86] KVM: remove WARN_ON() for when vm_munmap() fails
+    - [x86] ACPI / bus: Parse tables as term_list for Dell XPS 9570 and
+      Precision M5530
+    - [armhf] dts: LogicPD SOM-LV: Fix I2C1 pinmux
+    - [armhf] dts: LogicPD Torpedo: Fix I2C1 pinmux
+    - [powerpc*] 64s/radix: Boot-time NULL pointer protection using a guard-PID
+    - md: only allow remove_and_add_spares when no sync_thread running.
+    - [x86] platform: dell-laptop: fix kbd_get_state's request value
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.15.9
+    - bpf: fix mlock precharge on arraymaps
+    - bpf: fix memory leak in lpm_trie map_free callback function
+    - bpf: fix rcu lockdep warning for lpm_trie map_free callback
+    - [amd64] bpf: implement retpoline for tail call (CVE-2017-5715)
+    - [arm64] bpf: fix out of bounds access in tail call
+    - bpf: add schedule points in percpu arrays management
+    - bpf: allow xadd only on aligned memory
+    - [powerpc*] bpf, ppc64: fix out of bounds access in tail call
+    - scsi: mpt3sas: fix oops in error handlers after shutdown/unload
+    - scsi: mpt3sas: wait for and flush running commands on shutdown/unload
+    - [x86] KVM: fix backward migration with async_PF
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.15.10
+    - RDMA/ucma: Limit possible option size
+    - RDMA/ucma: Check that user doesn't overflow QP state
+    - RDMA/mlx5: Fix integer overflow while resizing CQ
+    - bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in
+      __cpu_map_entry_alloc()
+    - IB/uverbs: Improve lockdep_check
+    - mac80211_hwsim: don't use WQ_MEM_RECLAIM
+    - [x86] drm/i915: Check for fused or unused pipes
+    - [x86] drm/i915/audio: fix check for av_enc_map overflow
+    - [x86] drm/i915: Fix rsvd2 mask when out-fence is returned
+    - [x86] drm/i915: Clear the in-use marker on execbuf failure
+    - [x86] drm/i915: Disable DC states around GMBUS on GLK
+    - [x86] drm/i915: Update watermark state correctly in sanitize_watermarks
+    - [x86] drm/i915: Try EDID bitbanging on HDMI after failed read
+    - [x86] drm/i915/perf: fix perf stream opening lock
+    - scsi: core: Avoid that ATA error handling can trigger a kernel hang or
+      oops (Closes: #891467)
+    - scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTS
+    - [x86] drm/i915: Always call to intel_display_set_init_power() in
+      resume_early.
+    - workqueue: Allow retrieval of current task's work struct
+    - drm: Allow determining if current task is output poll worker
+    - drm/nouveau: Fix deadlock on runtime suspend
+    - drm/radeon: Fix deadlock on runtime suspend
+    - drm/amdgpu: Fix deadlock on runtime suspend
+    - drm/nouveau: prefer XBGR2101010 for addfb ioctl
+    - drm/amd/powerplay/smu7: allow mclk switching with no displays
+    - drm/amd/powerplay/vega10: allow mclk switching with no displays
+    - Revert "drm/radeon/pm: autoswitch power state when in balanced mode"
+    - drm/amd/display: check for ipp before calling cursor operations
+    - drm/radeon: insist on 32-bit DMA for Cedar on PPC64/PPC64LE
+    - drm/amd/powerplay: fix power over limit on Fiji
+    - drm/amd/display: Default HDMI6G support to true. Log VBIOS table error.
+    - drm/amdgpu: used cached pcie gen info for SI (v2)
+    - drm/amdgpu: Notify sbios device ready before send request
+    - drm/radeon: fix KV harvesting
+    - drm/amdgpu: fix KV harvesting
+    - drm/amdgpu:Correct max uvd handles
+    - drm/amdgpu:Always save uvd vcpu_bo in VM Mode
+    - ovl: redirect_dir=nofollow should not follow redirect for opaque lower
+    - [mips*/octeon] irq: Check for null return on kzalloc allocation
+    - PCI: dwc: Fix enumeration end when reaching root subordinate
+    - Revert "Input: synaptics - Lenovo Thinkpad T460p devices should use RMI"
+    - bug: use %pB in BUG and stack protector failure
+    - lib/bug.c: exclude non-BUG/WARN exceptions from report_bug()
+    - mm/memblock.c: hardcode the end_pfn being -1
+    - Documentation/sphinx: Fix Directive import error
+    - loop: Fix lost writes caused by missing flag
+    - virtio_ring: fix num_free handling in error case
+    - [x390x] KVM: fix memory overwrites when not using SCA entries
+    - [arm64] mm: fix thinko in non-global page table attribute check
+    - IB/core: Fix missing RDMA cgroups release in case of failure to register
+      device
+    - Revert "nvme: create 'slaves' and 'holders' entries for hidden
+      controllers"
+    - kbuild: Handle builtin dtb file names containing hyphens
+    - dm bufio: avoid false-positive Wmaybe-uninitialized warning
+    - IB/mlx5: Fix incorrect size of klms in the memory region
+    - bcache: fix crashes in duplicate cache device register
+    - bcache: don't attach backing with duplicate UUID
+    - [x86] MCE: Save microcode revision in machine check records
+    - [x86] MCE: Serialize sysfs changes (CVE-2018-7995)
+    - perf tools: Fix trigger class trigger_on()
+    - [x86] spectre_v2: Don't check microcode versions when running under
+      hypervisors
+    - ALSA: hda/realtek - Add support headset mode for DELL WYSE
+    - ALSA: hda/realtek - Add headset mode support for Dell laptop
+    - ALSA: hda/realtek: Limit mic boost on T480
+    - ALSA: hda/realtek - Fix dock line-out volume on Dell Precision 7520
+    - ALSA: hda/realtek - Make dock sound work on ThinkPad L570
+    - ALSA: seq: Don't allow resizing pool in use
+    - ALSA: seq: More protection for concurrent write and ioctl races
+    - ALSA: hda - Fix a wrong FIXUP for alc289 on Dell machines
+    - ALSA: hda: add dock and led support for HP EliteBook 820 G3
+    - ALSA: hda: add dock and led support for HP ProBook 640 G2
+    - scsi: qla2xxx: Fix NULL pointer crash due to probe failure
+    - scsi: qla2xxx: Fix recursion while sending terminate exchange
+    - dt-bindings: Document mti,mips-cpc binding
+    - nospec: Kill array_index_nospec_mask_check()
+    - nospec: Include <asm/barrier.h> dependency
+    - [x86] entry: Reduce the code footprint of the 'idtentry' macro
+    - [x86] entry/64: Use 'xorl' for faster register clearing
+    - [x86] mm: Remove stale comment about KMEMCHECK
+    - [x86] asm: Improve how GEN_*_SUFFIXED_RMWcc() specify clobbers
+    - [x86] IO-APIC: Avoid warning in 32-bit builds
+    - [x86] LDT: Avoid warning in 32-bit builds with older gcc
+    - x86-64/realmode: Add instruction suffix
+    - Revert "x86/retpoline: Simplify vmexit_fill_RSB()"
+    - [x86] speculation: Use IBRS if available before calling into firmware
+    - [x86] retpoline: Support retpoline builds with Clang
+    - [x86] speculation, objtool: Annotate indirect calls/jumps for objtool
+    - [x86] speculation: Move firmware_restrict_branch_speculation_*() from C
+      to CPP
+    - [x86] paravirt, objtool: Annotate indirect calls
+    - [x86] boot, objtool: Annotate indirect jump in secondary_startup_64()
+    - [x86] mm/sme, objtool: Annotate indirect call in sme_encrypt_execute()
+    - objtool: Use existing global variables for options
+    - objtool: Add retpoline validation
+    - objtool: Add module specific retpoline rules
+    - objtool, retpolines: Integrate objtool with retpoline support more
+      closely
+    - objtool: Fix another switch table detection issue
+    - objtool: Fix 32-bit build
+    - [x86] kprobes: Fix kernel crash when probing .entry_trampoline code
+    - watchdog: hpwdt: SMBIOS check
+    - watchdog: hpwdt: Check source of NMI
+    - watchdog: hpwdt: fix unused variable warning
+    - watchdog: hpwdt: Remove legacy NMI sourcing.
+    - netfilter: add back stackpointer size checks (CVE-2018-1065)
+    - netfilter: ipt_CLUSTERIP: fix a race condition of proc file creation
+    - netfilter: xt_hashlimit: fix lock imbalance
+    - netfilter: x_tables: fix missing timer initialization in xt_LED
+    - netfilter: nat: cope with negative port range
+    - netfilter: IDLETIMER: be syzkaller friendly
+    - netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsets
+      (CVE-2018-1068)
+    - netfilter: bridge: ebt_among: add missing match size checks
+    - netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pkt
+    - netfilter: use skb_to_full_sk in ip6_route_me_harder
+    - tpm_tis: Move ilb_base_addr to tpm_tis_data
+    - tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
+    - tpm: delete the TPM_TIS_CLK_ENABLE flag
+    - tpm: remove unused variables
+    - tpm: only attempt to disable the LPC CLKRUN if is already enabled
+    - [x86] xen: Calculate __max_logical_packages on PV domains
+    - scsi: qla2xxx: Fix system crash for Notify ack timeout handling
+    - scsi: qla2xxx: Fix gpnid error processing
+    - scsi: qla2xxx: Move session delete to driver work queue
+    - scsi: qla2xxx: Skip IRQ affinity for Target QPairs
+    - scsi: qla2xxx: Fix re-login for Nport Handle in use
+    - scsi: qla2xxx: Retry switch command on time out
+    - scsi: qla2xxx: Serialize GPNID for multiple RSCN
+    - scsi: qla2xxx: Fix login state machine stuck at GPDB
+    - scsi: qla2xxx: Fix NPIV host cleanup in target mode
+    - scsi: qla2xxx: Relogin to target port on a cable swap
+    - scsi: qla2xxx: Fix Relogin being triggered too fast
+    - scsi: qla2xxx: Fix PRLI state check
+    - scsi: qla2xxx: Fix abort command deadlock due to spinlock
+    - scsi: qla2xxx: Replace fcport alloc with qla2x00_alloc_fcport
+    - scsi: qla2xxx: Fix scan state field for fcport
+    - scsi: qla2xxx: Clear loop id after delete
+    - scsi: qla2xxx: Defer processing of GS IOCB calls
+    - scsi: qla2xxx: Remove aborting ELS IOCB call issued as part of timeout.
+    - scsi: qla2xxx: Fix system crash in qlt_plogi_ack_unref
+    - scsi: qla2xxx: Fix memory leak in dual/target mode
+    - NFS: Fix an incorrect type in struct nfs_direct_req
+    - pNFS: Prevent the layout header refcount going to zero in pnfs_roc()
+    - NFS: Fix unstable write completion
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.15.11
+    - [x86] Treat R_X86_64_PLT32 as R_X86_64_PC32
+    - usb: host: xhci-rcar: add support for r8a77965
+    - xhci: Fix front USB ports on ASUS PRIME B350M-A
+    - xhci: fix endpoint context tracer output
+    - [sh4] serial: sh-sci: prevent lockup on full TTY buffers
+    - tty/serial: atmel: add new version check for usart
+    - uas: fix comparison for error code
+    - [x86] staging: comedi: fix comedi_nsamples_left.
+    - USB: storage: Add JMicron bridge 152d:2567 to unusual_devs.h
+    - usbip: vudc: fix null pointer dereference on udc->lock
+    - usb: quirks: add control message delay for 1b1c:1b20
+    - usb: usbmon: Read text within supplied buffer size
+    - usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()
+    - [arm64,armhf] usb: dwc3: Fix lock-up on ID change during system
+      suspend/resume
+    - serial: 8250_pci: Add Brainboxes UC-260 4 port serial device
+    - serial: core: mark port as initialized in autoconfig
+    - earlycon: add reg-offset to physical address before mapping
+    - dm mpath: fix passing integrity data
+    - Revert "btrfs: use proper endianness accessors for super_copy"
+    - gfs2: Clean up {lookup,fillup}_metapath
+    - gfs2: Fixes to "Implement iomap for block_map" (2)
+    - [armhf] spi: imx: Fix failure path leak on GPIO request error correctly
+    - HID: multitouch: Only look at non touch fields in first packet of a
+      frame
+    - [powerpc*] KVM: Book3S HV: Avoid shifts by negative amounts
+    - drm/edid: set ELD connector type in drm_edid_to_eld()
+    - dma-buf/fence: Fix lock inversion within dma-fence-array
+    - video/hdmi: Allow "empty" HDMI infoframes
+    - [powerpc*] KVM: Book3S HV: Fix typo in kvmppc_hv_get_dirty_log_radix()
+    - HID: elo: clear BTN_LEFT mapping
+    - iwlwifi: mvm: rs: don't override the rate history in the search cycle
+    - [armhf] dts: exynos: Correct Trats2 panel reset line
+    - drm/amdgpu: fix get_max_engine_clock_in_mhz
+    - USB: ledtrig-usbport: fix of-node leak
+    - dt-bindings: serial: Add common rs485 binding for RTS polarity
+    - sched: Stop switched_to_rt() from sending IPIs to offline CPUs
+    - sched: Stop resched_cpu() from sending IPIs to offline CPUs
+    - crypto: chelsio - Fix an error code in chcr_hash_dma_map()
+    - crypto: keywrap - Add missing ULL suffixes for 64-bit constants
+    - crypto: cavium - fix memory leak on info
+    - test_firmware: fix setting old custom fw path back on exit
+    - drm/vblank: Fix vblank timestamp debugs
+    - net: ieee802154: adf7242: Fix bug if defined DEBUG
+    - perf report: Fix -D output for user metadata events
+    - net: xfrm: allow clearing socket xfrm policies.
+    - gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags simultaneously
+    - mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()
+    - [arm64] net: thunderx: Set max queue count taking XDP_TX into account
+    - [armhf] dts: am335x-pepper: Fix the audio CODEC's reset pin
+    - [armhf] dts: omap3-n900: Fix the audio CODEC's reset pin
+    - mtd: nand: ifc: update bufnum mask for ver >= 2.0.0
+    - userns: Don't fail follow_automount based on s_user_ns
+    - xfrm: Fix xfrm_replay_overflow_offload_esn
+    - leds: pm8058: Silence pointer to integer size warning
+    - bpf: fix stack state printing in verifier log
+    - [armhf] drm/etnaviv: make THERMAL selectable
+    - ath10k: update tdls teardown state to target
+    - cpufreq: Fix governor module removal race
+    - [x86] KVM: Restart the guest when insn_len is zero and SEV is enabled
+    - drm/amdgpu:fix random missing of FLR NOTIFY
+    - scsi: lpfc: Fix crash during driver unload with running nvme traffic
+    - scsi: ses: don't ask for diagnostic pages repeatedly during probe
+    - [armhf] drm/sun4i: Fix format mask in DE2 driver
+    - [s390x] perf annotate: Fix unnecessary memory allocation for s390x
+    - perf annotate: Fix objdump comment parsing for Intel mov dissassembly
+    - iwlwifi: mvm: avoid dumping assert log when device is stopped
+    - drm/amdgpu:fix virtual dce bug
+    - drm/amdgpu: fix amdgpu_sync_resv v2
+    - bnxt_en: Uninitialized variable in bnxt_tc_parse_actions()
+    - [arm64] clk: qcom: msm8916: fix mnd_width for codec_digcodec
+    - mwifiex: cfg80211: do not change virtual interface during scan
+      processing
+    - ath10k: fix invalid STS_CAP_OFFSET_MASK
+    - tools/usbip: fixes build with musl libc toolchain
+    - [armhf] spi: sun6i: disable/unprepare clocks on remove
+    - bnxt_en: Don't print "Link speed -1 no longer supported" messages.
+    - scsi: core: scsi_get_device_flags_keyed(): Always return device flags
+    - scsi: devinfo: apply to HP XP the same flags as Hitachi VSP
+    - scsi: dh: add new rdac devices
+    - media: vsp1: Prevent suspending and resuming DRM pipelines
+    - dm raid: fix raid set size revalidation
+    - media: cpia2: Fix a couple off by one bugs
+    - [arm*] media: davinci: vpif_capture: add NULL check on devm_kzalloc
+      return value
+    - virtio_net: Disable interrupts if napi_complete_done rescheduled napi
+    - net: sched: drop qdisc_reset from dev_graft_qdisc
+    - veth: set peer GSO values
+    - [x86] drm/amdkfd: Fix memory leaks in kfd topology
+    - [powerpc*] modules: Don't try to restore r2 after a sibling call
+    - [powerpc/powerpc64,ppc64*] Don't trace irqs-off at interrupt return to
+      soft-disabled context
+    - [arm64] dts: renesas: salvator-common: Add EthernetAVB PHY reset
+    - agp/intel: Flush all chipset writes after updating the GGTT
+    - mac80211_hwsim: enforce PS_MANUAL_POLL to be set after PS_ENABLED
+    - mac80211: remove BUG() when interface type is invalid
+    - crypto: caam/qi - use correct print specifier for size_t
+    - mmc: mmc_test: Ensure command queue is disabled for testing
+    - Fix misannotated out-of-line _copy_to_user()
+    - ipvlan: add L2 check for packets arriving via virtual devices
+    - locking/locktorture: Fix num reader/writer corner cases
+    - ima: relax requiring a file signature for new files with zero length
+    - IB/mlx5: revisit -Wmaybe-uninitialized warning
+    - [arm64] dmaengine: qcom_hidma: check pending interrupts
+    - [x86] drm/i915/glk: Disable Guc and HuC on GLK
+
+  [ Ben Hutchings ]
+  * aufs: gen-patch: Fix Subject generation to skip SPDX-License-Identifier
+  * aufs: Update support patchset to aufs4.15-20180219 (no functional change)
+  * debian/control: Point Vcs URLs to Salsa
+  * [x86] sound/soc/intel: Enable SND_SOC_INTEL_SST_TOPLEVEL,
+    SND_SOC_INTEL_HASWELL, SND_SOC_INTEL_BAYTRAIL, SND_SST_ATOM_HIFI2_PLATFORM,
+    SND_SOC_INTEL_SKYLAKE as modules; re-enable dependent board drivers
+    (Closes: #892629)
+  * firmware_class: Refer to Debian wiki page when logging missing firmware
+    (Closes: #888405)
+  * amdgpu: Abort probing if firmware is not installed, as we do in radeon
+  * Bump ABI to 2
+  * [amd64] udeb: Add vmd to scsi-modules, required for NVMe on some systems
+    (Closes: #891482)
+  * udeb: Update patterns for PHY modules included in usb-modules
+    (Closes: #893154)
+
+  [ Uwe Kleine-König ]
+  * netfilter: enable NFT_FIB_NETDEV as module
+
+  [ Thadeu Lima de Souza Cascardo ]
+  * [powerpc,ppc64el,ppc64] Enable CRASH_DUMP (Closes: #883432)
+
+  [ Bastian Blank ]
+  * Drop note about Xen from long descriptions.
+
+  [ Vagrant Cascadian ]
+  * [arm64] Enable ROCKCHIP_IODOMAIN as a module, to enable PCIe reset.
+  * [arm64] Enable REGULATOR_FAN53555 as a module, enabling cpufreq to
+    work on rk3399 A72 cores.
+  * [arm64] Apply patch from linux-next to fix eMMC corruption on
+    Odroid-C2 (Closes: #879072).
+
+  [ Salvatore Bonaccorso ]
+  * mac80211_hwsim: fix possible memory leak in hwsim_new_radio_nl()
+    (CVE-2018-8087)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 20 Mar 2018 09:31:07 +0100
+
+linux (4.15.4-1) unstable; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_4.15
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.15.1
+    - Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops
+    - tools/gpio: Fix build error with musl libc
+    - gpio: stmpe: i2c transfer are forbiden in atomic context
+    - gpio: Fix kernel stack leak to userspace
+    - scsi: storvsc: missing error code in storvsc_probe()
+    - staging: lustre: separate a connection destroy from free struct kib_conn
+    - staging: ccree: NULLify backup_info when unused
+    - staging: ccree: fix fips event irq handling build
+    - usb: option: Add support for FS040U modem
+    - serial: 8250_dw: Revert "Improve clock rate setting"
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.15.2
+    - [x86] KVM: Make indirect calls in emulator speculation safe
+    - [x86] KVM: VMX: Make indirect call speculation safe
+    - module/retpoline: Warn about missing retpoline in module
+    - [x86] cpufeatures: Add CPUID_7_EDX CPUID leaf
+    - [x86] cpufeatures: Add Intel feature bits for Speculation Control
+    - [x86] cpufeatures: Add AMD feature bits for Speculation Control
+    - [x86] msr: Add definitions for new speculation control MSRs
+    - [x86] pti: Do not enable PTI on CPUs which are not vulnerable to
+      Meltdown
+    - [x86] cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2
+      microcodes
+    - [x86] speculation: Add basic IBPB (Indirect Branch Prediction Barrier)
+      support
+    - [x86] alternative: Print unadorned pointers
+    - [x86] nospec: Fix header guards names
+    - [x86] bugs: Drop one "mitigation" from dmesg
+    - [x86] cpu/bugs: Make retpoline module warning conditional
+    - [x86] cpufeatures: Clean up Spectre v2 related CPUID flags
+    - [x86] retpoline: Simplify vmexit_fill_RSB()
+    - [x86] speculation: Simplify indirect_branch_prediction_barrier()
+    - [x86] KVM: nVMX: Eliminate vmcs02 pool
+    - [x86] KVM: VMX: introduce alloc_loaded_vmcs
+    - objtool: Improve retpoline alternative handling
+    - objtool: Add support for alternatives at the end of a section
+    - objtool: Warn on stripped section symbol
+    - [x86] mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP
+    - [x86] spectre: Check CONFIG_RETPOLINE in command line parser
+    - [x86] entry/64: Remove the SYSCALL64 fast path
+    - [x86] entry/64: Push extra regs right away
+    - [x86] asm: Move 'status' from thread_struct to thread_info
+    - Documentation: Document array_index_nospec
+    - array_index_nospec: Sanitize speculative array de-references
+    - [x86] Implement array_index_mask_nospec
+    - [x86] Introduce barrier_nospec
+    - [x86] Introduce __uaccess_begin_nospec() and uaccess_try_nospec
+    - [x86] usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
+    - [x86] uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
+    - [x86] get_user: Use pointer masking to limit speculation
+    - [x86] syscall: Sanitize syscall table de-references under speculation
+    - vfs, fdtable: Prevent bounds-check bypass via speculative execution
+    - nl80211: Sanitize array index in parse_txq_params
+    - [x86] spectre: Report get_user mitigation for spectre_v1
+    - [x86] spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
+    - [x86] cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
+    - [x86] speculation: Use Indirect Branch Prediction Barrier in context
+      switch
+    - [x86] paravirt: Remove 'noreplace-paravirt' cmdline option
+    - [x86] KVM: VMX: make MSR bitmaps per-VCPU
+    - [x86] kvm: Update spectre-v1 mitigation
+    - [x86] retpoline: Avoid retpolines for built-in __init functions
+    - [x86] spectre: Simplify spectre_v2 command line parsing
+    - [x86] pti: Mark constant arrays as __initconst
+    - [x86] speculation: Fix typo IBRS_ATT, which should be IBRS_ALL
+    - [x86] KVM: Update the reverse_cpuid list to include CPUID_7_EDX
+    - [x86] KVM: Add IBPB support
+    - [x86] KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
+    - [x86] KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
+    - [x86] KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL
+    - serial: core: mark port as initialized after successful IRQ change
+    - fpga: region: release of_parse_phandle nodes after use
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.15.3
+    - ip6mr: fix stale iterator
+    - net: igmp: add a missing rcu locking section
+    - qlcnic: fix deadlock bug
+    - qmi_wwan: Add support for Quectel EP06
+    - r8169: fix RTL8168EP take too long to complete driver initialization.
+    - tcp: release sk_frag.page in tcp_disconnect
+    - vhost_net: stop device during reset owner
+    - ipv6: addrconf: break critical section in addrconf_verify_rtnl()
+    - ipv6: change route cache aging logic
+    - Revert "defer call to mem_cgroup_sk_alloc()"
+    - net: ipv6: send unsolicited NA after DAD
+    - rocker: fix possible null pointer dereference in
+      rocker_router_fib_event_work
+    - tcp_bbr: fix pacing_gain to always be unity when using lt_bw
+    - cls_u32: add missing RCU annotation.
+    - ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
+    - soreuseport: fix mem leak in reuseport_add_sock()
+    - net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
+    - net: sched: fix use-after-free in tcf_block_put_ext
+    - crypto: tcrypt - fix S/G table for test_aead_speed()
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.15.4
+    - cifs: Fix missing put_xid in cifs_file_strict_mmap
+    - cifs: Fix autonegotiate security settings mismatch
+    - CIFS: zero sensitive data when freeing
+    - cpufreq: mediatek: add mediatek related projects into blacklist
+    - [arm64] watchdog: gpio_wdt: set WDOG_HW_RUNNING in gpio_wdt_stop
+    - Revert "drm/i915: mark all device info struct with __initconst"
+    - sched/rt: Use container_of() to get root domain in
+      rto_push_irq_work_func()
+    - sched/rt: Up the root domain ref count when passing it around via IPIs
+    - [arm64] mm: Use non-global mappings for kernel space
+    - [arm64] mm: Temporarily disable ARM64_SW_TTBR0_PAN
+    - [arm64] mm: Move ASID from TTBR0 to TTBR1
+    - [arm64] mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003
+    - [arm64] mm: Rename post_ttbr0_update_workaround
+    - [arm64] mm: Fix and re-enable ARM64_SW_TTBR0_PAN
+    - [arm64] mm: Allocate ASIDs in pairs
+    - [arm64] mm: Add arm64_kernel_unmapped_at_el0 helper
+    - [arm64] mm: Invalidate both kernel and user ASIDs when performing TLBI
+    - [arm64] entry: Add exception trampoline page for exceptions from EL0
+    - [arm64] mm: Map entry trampoline into trampoline and kernel page tables
+    - [arm64] entry: Explicitly pass exception level to kernel_ventry macro
+    - [arm64] entry: Hook up entry trampoline to exception vectors
+    - [arm64] erratum: Work around Falkor erratum #E1003 in trampoline code
+    - [arm64] cpu_errata: Add Kryo to Falkor 1003 errata
+    - [arm64] tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks
+    - [arm64] entry: Add fake CPU feature for unmapping the kernel at EL0
+    - [arm64] kaslr: Put kernel vectors address in separate data page
+    - [arm64] use RET instruction for exiting the trampoline
+    - [arm64] Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0
+    - [arm64] Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry
+    - [arm64] Take into account ID_AA64PFR0_EL1.CSV3
+    - [arm64] capabilities: Handle duplicate entries for a capability
+    - [arm64] mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR
+    - [arm64] kpti: Fix the interaction between ASID switching and software PAN
+    - [arm64] cputype: Add MIDR values for Cavium ThunderX2 CPUs
+    - [arm64] Turn on KPTI only on CPUs that need it
+    - [arm64] kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()
+    - [arm64] mm: Permit transitioning from Global to Non-Global without BBM
+    - [arm64] kpti: Add ->enable callback to remap swapper using nG mappings
+    - [arm64] Force KPTI to be disabled on Cavium ThunderX
+    - [arm64] entry: Reword comment about post_ttbr_update_workaround
+    - [arm64] idmap: Use "awx" flags for .idmap.text .pushsection directives
+    - [arm64] barrier: Add CSDB macros to control data-value prediction
+    - [arm64] Implement array_index_mask_nospec()
+    - [arm64] Make USER_DS an inclusive limit
+    - [arm64] Use pointer masking to limit uaccess speculation
+    - [arm64] entry: Ensure branch through syscall table is bounded under
+      speculation
+    - [arm64] uaccess: Prevent speculative use of the current addr_limit
+    - [arm64] uaccess: Don't bother eliding access_ok checks in __{get,
+      put}_user
+    - [arm64] uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
+    - [arm64] futex: Mask __user pointers prior to dereference
+    - [arm64] cpufeature: __this_cpu_has_cap() shouldn't stop early
+    - [arm64] Run enable method for errata work arounds on late CPUs
+    - [arm64] cpufeature: Pass capability structure to ->enable callback
+    - drivers/firmware: Expose psci_get_version through psci_ops structure
+    - [arm64] Move post_ttbr_update_workaround to C code
+    - [arm64] Add skeleton to harden the branch predictor against aliasing
+      attacks
+    - [arm64] Move BP hardening to check_and_switch_context
+    - [arm64] KVM: Use per-CPU vector when BP hardening is enabled
+    - [arm64] entry: Apply BP hardening for high-priority synchronous
+      exceptions
+    - [arm64] entry: Apply BP hardening for suspicious interrupts from EL0
+    - [arm64] cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
+    - [arm64] Implement branch predictor hardening for affected Cortex-A CPUs
+    - [arm64] Implement branch predictor hardening for Falkor
+    - [arm64] Branch predictor hardening for Cavium ThunderX2
+    - [arm64] KVM: Increment PC after handling an SMC trap
+    - [armhf,arm64] KVM: Consolidate the PSCI include files
+    - [armhf,arm64] KVM: Add PSCI_VERSION helper
+    - [armhf,arm64] KVM: Add smccc accessors to PSCI code
+    - [armhf,arm64] KVM: Implement PSCI 1.0 support
+    - [armhf,arm64] KVM: Advertise SMCCC v1.1
+    - [arm64] KVM: Make PSCI_VERSION a fast path
+    - [armhf,arm64] KVM: Turn kvm_psci_version into a static inline
+    - [arm64] KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
+    - [arm64] KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
+    - firmware/psci: Expose PSCI conduit
+    - firmware/psci: Expose SMCCC version through psci_ops
+    - arm/arm64: smccc: Make function identifiers an unsigned quantity
+    - arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
+    - [arm64] Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support
+    - [arm64] Kill PSCI_GET_VERSION as a variant-2 workaround
+    - mtd: cfi: convert inline functions to macros
+    - mtd: nand: brcmnand: Disable prefetch by default
+    - mtd: nand: Fix nand_do_read_oob() return value
+    - mtd: nand: sunxi: Fix ECC strength choice
+    - ubi: Fix race condition between ubi volume creation and udev
+    - ubi: fastmap: Erase outdated anchor PEBs during attach
+    - ubi: block: Fix locking for idr_alloc/idr_remove
+    - ubifs: free the encrypted symlink target
+    - nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds
+    - nfs41: do not return ENOMEM on LAYOUTUNAVAILABLE
+    - NFS: Add a cond_resched() to nfs_commit_release_pages()
+    - NFS: Fix nfsstat breakage due to LOOKUPP
+    - NFS: commit direct writes even if they fail partially
+    - NFS: reject request for id_legacy key without auxdata
+    - NFS: Fix a race between mmap() and O_DIRECT
+    - nfsd: Detect unhashed stids in nfsd4_verify_open_stid()
+    - kernfs: fix regression in kernfs_fop_write caused by wrong type
+    - ahci: Annotate PCI ids for mobile Intel chipsets as such
+    - ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCI
+    - ahci: Add Intel Cannon Lake PCH-H PCI ID
+    - crypto: hash - introduce crypto_hash_alg_has_setkey()
+    - crypto: cryptd - pass through absence of ->setkey()
+    - crypto: mcryptd - pass through absence of ->setkey()
+    - crypto: poly1305 - remove ->setkey() method
+    - crypto: hash - annotate algorithms taking optional key
+    - crypto: hash - prevent using keyed hashes without setting key
+    - media: v4l2-ioctl.c: use check_fmt for enum/g/s/try_fmt
+    - media: v4l2-ioctl.c: don't copy back the result for -ENOTTY
+    - media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF
+    - media: v4l2-compat-ioctl32.c: fix the indentation
+    - media: v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32
+    - media: v4l2-compat-ioctl32.c: avoid sizeof(type)
+    - media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32
+    - media: v4l2-compat-ioctl32.c: fix ctrl_is_pointer
+    - media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32
+    - media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type
+    - media: v4l2-compat-ioctl32.c: don't copy back the result for certain errors
+    - media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logic
+    - media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevs
+    - crypto: caam - fix endless loop when DECO acquire fails
+    - crypto: sha512-mb - initialize pending lengths correctly
+    - crypto: talitos - fix Kernel Oops on hashing an empty file
+    - [armhf,arm64 KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
+    - [x86] KVM: nVMX: Fix races when sending nested PI while dest
+      enters/leaves L2
+    - [x86] KVM: nVMX: Fix bug of injecting L2 exception into L1
+    - [powerpc*] KVM: PPC: Book3S HV: Make sure we don't re-enter guest
+      without XIVE loaded
+    - [powerpc*] KVM: PPC: Book3S HV: Drop locks before reading guest memory
+    - [armhf,arm64] KVM: Handle CPU_PM_ENTER_FAILED
+    - [powerpc*] KVM: PPC: Book3S PR: Fix broken select due to misspelling
+    - watchdog: imx2_wdt: restore previous timeout after suspend+resume
+    - afs: Add missing afs_put_cell()
+    - afs: Need to clear responded flag in addr cursor
+    - afs: Fix missing cursor clearance
+    - afs: Fix server list handling
+    - btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker
+    - Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_all
+    - kasan: don't emit builtin calls when sanitization is off
+    - kasan: rework Kconfig settings
+    - media: dvb_frontend: be sure to init dvb_frontend_handle_ioctl() return
+      code
+    - media: dvb-frontends: fix i2c access helpers for KASAN
+    - media: dt-bindings/media/cec-gpio.txt: mention the CEC/HPD max voltages
+    - media: ts2020: avoid integer overflows on 32 bit machines
+    - media: vivid: fix module load error when enabling fb and no_error_inj=1
+    - media: cxusb, dib0700: ignore XC2028_I2C_FLUSH
+    - fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()
+    - kernel/async.c: revert "async: simplify lowest_in_progress()"
+    - kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"
+    - pipe: actually allow root to exceed the pipe buffer limits
+    - pipe: fix off-by-one error when checking buffer limits
+    - HID: quirks: Fix keyboard + touchpad on Toshiba Click Mini not working
+    - Bluetooth: btsdio: Do not bind to non-removable BCM43341
+    - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume"
+    - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten"
+      version
+    - ipmi: use dynamic memory for DMI driver override
+    - signal/openrisc: Fix do_unaligned_access to send the proper signal
+    - signal/sh: Ensure si_signo is initialized in do_divide_error
+    - alpha: fix crash if pthread_create races with signal delivery
+    - alpha: osf_sys.c: fix put_tv32 regression
+    - alpha: Fix mixed up args in EXC macro in futex operations
+    - alpha: fix reboot on Avanti platform
+    - alpha: fix formating of stack content
+    - xtensa: fix futex_atomic_cmpxchg_inatomic
+    - EDAC, octeon: Fix an uninitialized variable warning
+    - genirq: Make legacy autoprobing work again
+    - pinctrl: intel: Initialize GPIO properly when used through irqchip
+    - pinctrl: mcp23s08: fix irq setup order
+    - pinctrl: sx150x: Unregister the pinctrl on release
+    - pinctrl: sx150x: Register pinctrl before adding the gpiochip
+    - pinctrl: sx150x: Add a static gpio/pinctrl pin range mapping
+    - pktcdvd: Fix pkt_setup_dev() error path
+    - pktcdvd: Fix a recently introduced NULL pointer dereference
+    - blk-mq: quiesce queue before freeing queue
+    - clocksource/drivers/stm32: Fix kernel panic with multiple timers
+    - lib/ubsan.c: s/missaligned/misaligned/
+    - lib/ubsan: add type mismatch handler for new GCC/Clang
+    - objtool: Fix switch-table detection
+    - [arm64] dts: marvell: add Ethernet aliases
+    - drm/i915: Avoid PPS HW/SW state mismatch due to rounding
+    - ACPI: sbshc: remove raw pointer from printk() message (CVE-2018-5750)
+    - acpi, nfit: fix register dimm error handling
+    - ovl: force r/o mount when index dir creation fails
+    - ovl: fix failure to fsync lower dir
+    - ovl: take mnt_want_write() for work/index dir setup
+    - ovl: take mnt_want_write() for removing impure xattr
+    - ovl: hash directory inodes for fsnotify
+    - devpts: fix error handling in devpts_mntget()
+    - ftrace: Remove incorrect setting of glob search field
+    - scsi: core: Ensure that the SCSI error handler gets woken up
+    - scsi: lpfc: Fix crash after bad bar setup on driver attachment
+    - scsi: cxlflash: Reset command ioasc
+    - rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules
+
+  [ Bastian Blank ]
+  * Add cloud-amd64 kernel flavour.
+    - Support Microsoft Azure.
+    - Support Amazon EC2.
+    - Support Google Compute Engine.
+  * Enable NUMA_BALANCING_DEFAULT_ENABLED, enabled by all others.
+  * Enable INET_ESP_OFFLOAD, INET6_ESP_OFFLOAD, IPV6_SEG6_LWTUNNEL,
+    IPV6_SEG6_HMAC, NF_LOG_NETDEV, IP_SET_HASH_IPMAC, NET_ACT_SAMPLE,
+    IPVTAP, VIRTIO_MMIO, CRYPTO_RSA, CRYPTO_DH, CRYPTO_ECDH.
+  * x86: Enable SCHED_MC_PRIO, HYPERV_VSOCKETS.
+  * Enable NVME_MULTIPATH, NVME_FC, NVME_TARGET_FC, move nvme module into
+    scsi-modules installer udeb.
+  * Switch to SLUB as kernel allocator. (Closes: #862718)
+    - Enable SLUB_DEBUG, SLAB_FREELIST_HARDENED except on armel/marvell.
+      (Closes: #883069)
+  * Fix building of liblockdep.
+
+  [ Uwe Kleine-König ]
+  * [arm64] enable I2C_PXA for espressobin (Closes: #886983)
+
+  [ Ben Hutchings ]
+  * Enable CGROUP_BPF (except for armel) (Closes: #872560)
+  * usb: Enable USBIP_CORE, USBIP_VHCI_HCD, USBIP_HOST, USBIP_VUDC as
+    modules on all architectures (Closes: #888042)
+  * [x86] Rewrite "Make x32 syscall support conditional on a kernel parameter"
+    to use a static key
+
+  [ Salvatore Bonaccorso ]
+  * (Temporarily) disable armel kernel image build.
+    The armel/marvell kernel size is growing to large and the compressed
+    image is over the limit.
+    Given the armel architecture will most likely not be part of Buster,
+    disable the image build.
+    Cf. https://lists.debian.org/debian-kernel/2018/01/msg00278.html
+  * Set ABI to 1
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 18 Feb 2018 09:36:49 +0100
+
+linux (4.15~rc8-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+    - RDS: Heap OOB write in rds_message_alloc_sgs() (CVE-2018-5332)
+    - RDS: null pointer dereference in rds_atomic_free_op (CVE-2018-5333)
+    - loop: fix concurrent lo_open/lo_release (CVE-2018-5344)
+
+  [ Ben Hutchings ]
+  * [arm64] Update "add kernel config option to lock down when in Secure Boot
+    mode" for 4.15
+  * efi: Enable LOCK_DOWN_IN_EFI_SECURE_BOOT, replacing
+    EFI_SECURE_BOOT_LOCK_DOWN
+  * iio: Enable AD5446 as module, replacing TI_DAC7512
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 15 Jan 2018 04:43:14 +0000
+
+linux (4.15~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Riku Voipio ]
+  * [arm64] udeb: add multifunction devices
+  * [arm64] udeb: add mvebu comphy for armada 8K
+
+  [ Ben Hutchings ]
+  * aufs: Update support patchset to aufs4.x-rcN-20171218
+  * lockdown: Update patchset to 2017-11-10 version
+  * lockdown: Update calls to kernel_is_locked_down() in "mtd: Disable slram and
+    phram when locked down"
+  * cpupower: Move library to multiarch directory
+  * [rt] Disable until it is updated for 4.15 or later
+  * linux-kbuild: Add objtool
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 27 Dec 2017 02:48:14 +0000
+
+linux (4.14.17-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.14
+    - dm bufio: fix shrinker scans when (nr_to_scan < retain_target)
+    - can: gs_usb: fix return value of the "set_bittiming" callback
+    - IB/srpt: Disable RDMA access by the initiator
+    - IB/srpt: Fix ACL lookup during login
+    - [mips*] Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the
+      task
+    - [mips*] Factor out NT_PRFPREG regset access helpers
+    - [mips*] Guard against any partial write attempt with PTRACE_SETREGSET
+    - [mips*] Consistently handle buffer counter with PTRACE_SETREGSET
+    - [mips*] Fix an FCSR access API regression with NT_PRFPREG and MSA
+    - [mips*] Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSET
+    - [mips*] Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accesses
+    - cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROC (Closes: #888954)
+    - [x86] kvm: vmx: Scrub hardware GPRs at VM-exit (partial mitigation of
+      CVE-2017-5715, CVE-2017-5753)
+    - [x86] platform: wmi: Call acpi_wmi_init() later
+    - iw_cxgb4: only call the cq comp_handler when the cq is armed
+    - iw_cxgb4: atomically flush the qp
+    - iw_cxgb4: only clear the ARMED bit if a notification is needed
+    - iw_cxgb4: reflect the original WR opcode in drain cqes
+    - iw_cxgb4: when flushing, complete all wrs in a chain
+    - [x86] acpi: Handle SCI interrupts above legacy space gracefully
+    - ALSA: pcm: Remove incorrect snd_BUG_ON() usages
+    - ALSA: pcm: Workaround for weird PulseAudio behavior on rewind error
+    - ALSA: pcm: Add missing error checks in OSS emulation plugin builder
+    - ALSA: pcm: Abort properly at pending signal in OSS read/write loops
+    - ALSA: pcm: Allow aborting mutex lock at OSS read/write loops
+    - ALSA: aloop: Release cable upon open error path
+    - ALSA: aloop: Fix inconsistent format due to incomplete rule
+    - ALSA: aloop: Fix racy hw constraints adjustment
+    - [x86] acpi: Reduce code duplication in mp_override_legacy_irq()
+    - 8021q: fix a memory leak for VLAN 0 device
+    - ip6_tunnel: disable dst caching if tunnel is dual-stack
+    - net: core: fix module type in sock_diag_bind
+    - RDS: Heap OOB write in rds_message_alloc_sgs() (CVE-2018-5332)
+    - RDS: null pointer dereference in rds_atomic_free_op (CVE-2018-5333)
+    - net: fec: restore dev_id in the cases of probe error
+    - net: fec: defer probe if regulator is not ready
+    - net: fec: free/restore resource in related probe error pathes
+    - sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled
+    - sctp: fix the handling of ICMP Frag Needed for too small MTUs
+    - [arm64, armhf] net: stmmac: enable EEE in MII, GMII or RGMII only
+    - ipv6: fix possible mem leaks in ipv6_make_skb()
+    - net/sched: Fix update of lastuse in act modules implementing
+      stats_update
+    - ipv6: sr: fix TLVs not being copied using setsockopt
+    - sfp: fix sfp-bus oops when removing socket/upstream
+    - membarrier: Disable preemption when calling smp_call_function_many()
+    - crypto: algapi - fix NULL dereference in crypto_remove_spawns()
+    - rbd: reacquire lock should update lock owner client id
+    - rbd: set max_segments to USHRT_MAX
+    - iwlwifi: pcie: fix DMA memory mapping / unmapping
+    - [x86] microcode/intel: Extend BDW late-loading with a revision check
+    - [x86] KVM: Add memory barrier on vmcs field lookup
+    - [powerpc*] KVM: Book3S PR: Fix WIMG handling under pHyp
+    - [powerpc*] KVM: Book3S HV: Drop prepare_done from struct kvm_resize_hpt
+    - [powerpc*] KVM: Book3S HV: Fix use after free in case of multiple resize
+      requests
+    - [powerpc*] KVM: Book3S HV: Always flush TLB in kvmppc_alloc_reset_hpt()
+    - [x86] drm/vmwgfx: Don't cache framebuffer maps
+    - [x86] drm/vmwgfx: Potential off by one in vmw_view_add()
+    - [x86] drm/i915/gvt: Clear the shadow page table entry after post-sync
+    - [x86] drm/i915: Whitelist SLICE_COMMON_ECO_CHICKEN1 on Geminilake.
+    - [x86] drm/i915: Move init_clock_gating() back to where it was
+    - [x86] drm/i915: Fix init_clock_gating for resume
+    - bpf: prevent out-of-bounds speculation (partial mitigation of
+      CVE-2017-5753)
+    - bpf, array: fix overflow in max_entries and undefined behavior in
+      index_mask
+    - bpf: arsh is not supported in 32 bit alu thus reject it
+    - [arm64, armhf] usb: misc: usb3503: make sure reset is low for at least
+      100us
+    - USB: fix usbmon BUG trigger
+    - USB: UDC core: fix double-free in usb_add_gadget_udc_release
+    - usbip: remove kernel addresses from usb device and urb debug msgs
+    - usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious input
+    - usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer
+      buffer
+    - staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctl
+      (CVE-2017-13216)
+    - mux: core: fix double get_device()
+    - kdump: write correct address of mem_section into vmcoreinfo
+    - apparmor: fix ptrace label match when matching stacked labels
+    - [x86] pti: Unbreak EFI old_memmap
+    - [x86] Documentation: Add PTI description
+    - [x86] cpufeatures: Add X86_BUG_SPECTRE_V[12]
+    - sysfs/cpu: Add vulnerability folder
+    - [x86] cpu: Implement CPU vulnerabilites sysfs functions
+    - [x86] tboot: Unbreak tboot with PTI enabled
+    - [x86] mm/pti: Remove dead logic in pti_user_pagetable_walk*()
+    - [x86] cpu/AMD: Make LFENCE a serializing instruction
+    - [x86] cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSC
+    - [x86] alternatives: Fix optimize_nops() checking
+    - [x86] pti: Make unpoison of pgd for trusted boot work for real
+    - [x86] retpoline: Add initial retpoline support (partial mitigation of
+      CVE-2017-5715)
+    - [x86] spectre: Add boot time option to select Spectre v2 mitigation
+    - [x86] retpoline/crypto: Convert crypto assembler indirect jumps
+    - [x86] retpoline/entry: Convert entry assembler indirect jumps
+    - [x86] retpoline/ftrace: Convert ftrace assembler indirect jumps
+    - [x86] retpoline/hyperv: Convert assembler indirect jumps
+    - [x86] retpoline/xen: Convert Xen hypercall indirect jumps
+    - [x86] retpoline/checksum32: Convert assembler indirect jumps
+    - [x86] retpoline/irq32: Convert assembler indirect jumps
+    - [x86] retpoline: Fill return stack buffer on vmexit
+    - [x86] pti: Fix !PCID and sanitize defines
+    - [x86] perf: Disable intel_bts when PTI
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.15
+    - tools/objtool/Makefile: don't assume sync-check.sh is executable
+    - objtool: Fix seg fault with clang-compiled objects
+    - objtool: Fix Clang enum conversion warning
+    - objtool: Fix seg fault caused by missing parameter
+    - [powerpc*] pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapper
+    - [powerpc*] 64: Add macros for annotating the destination of rfid/hrfid
+    - [powerpc*] 64s: Simple RFI macro conversions
+    - [powerpc*] 64: Convert the syscall exit path to use RFI_TO_USER/KERNEL
+    - [powerpc*] 64: Convert fast_exception_return to use RFI_TO_USER/KERNEL
+    - [powerpc*] 64s: Convert slb_miss_common to use RFI_TO_USER/KERNEL
+    - [powerpc*] 64s: Add support for RFI flush of L1-D cache
+    - [powerpc*] 64s: Support disabling RFI flush with no_rfi_flush and nopti
+    - [powerpc*] pseries: Query hypervisor for RFI flush settings
+    - [powerpc*] powernv: Check device-tree for RFI flush settings
+    - futex: Avoid violating the 10th rule of futex
+    - futex: Prevent overflow by strengthen input validation (CVE-2018-6927)
+    - ALSA: seq: Make ioctls race-free (CVE-2018-1000004)
+    - ALSA: pcm: Remove yet superfluous WARN_ON()
+    - ALSA: hda - Apply headphone noise quirk for another Dell XPS 13 variant
+    - ALSA: hda - Apply the existing quirk to iMac 14,1
+    - IB/hfi1: Prevent a NULL dereference
+    - RDMA/mlx5: Fix out-of-bound access while querying AH
+    - timers: Unconditionally check deferrable base
+    - af_key: fix buffer overread in verify_address_len()
+    - af_key: fix buffer overread in parse_exthdrs()
+    - iser-target: Fix possible use-after-free in connection establishment
+      error
+    - delayacct: Account blkio completion on the correct task
+    - objtool: Fix seg fault with gold linker
+    - [armhf] mmc: sdhci-esdhc-imx: Fix i.MX53 eSDHCv3 clock
+    - [x86] kasan: Panic if there is not enough memory to boot
+    - [x86] retpoline: Fill RSB on context switch for affected CPUs
+    - [x86] retpoline: Add LFENCE to the retpoline/RSB filling RSB macros
+    - objtool: Improve error message for bad file argument
+    - [x86] cpufeature: Move processor tracing out of scattered features
+    - [x86] intel_rdt/cqm: Prevent use after free
+    - [x86] mm/pkeys: Fix fill_sig_info_pkey
+    - [x86] idt: Mark IDT tables __initconst
+    - [x86] tsc: Future-proof native_calibrate_tsc()
+    - [x86] tsc: Fix erroneous TSC rate on Skylake Xeon
+    - pipe: avoid round_pipe_size() nr_pages overflow on 32-bit
+    - [x86] apic/vector: Fix off by one in error path
+    - [x86] mm: Clean up register saving in the __enc_copy() assembly code
+    - [x86] mm: Use a struct to reduce parameters for SME PGD mapping
+    - [x86] mm: Centralize PMD flags in sme_encrypt_kernel()
+    - [x86] mm: Prepare sme_encrypt_kernel() for PAGE aligned encryption
+    - [armhf] OMAP3: hwmod_data: add missing module_offs for MMC3
+    - [x86] mm: Encrypt the initrd earlier for BSP microcode update
+    - Input: ALPS - fix multi-touch decoding on SS4 plus touchpads
+    - Input: synaptics-rmi4 - prevent UAF reported by KASAN
+    - [armhf] Input: twl6040-vibra - fix child-node lookup
+    - [armhf] Input: twl4030-vibra - fix sibling-node lookup
+    - tracing: Fix converting enum's from the map in trace_event_eval_update()
+    - phy: work around 'phys' references to usb-nop-xceiv devices
+    - [arm64] dts: marvell: armada-cp110: Fix clock resources for various node
+    - [armhf] sunxi_defconfig: Enable CMA
+    - [armel] dts: kirkwood: fix pin-muxing of MPP7 on OpenBlocks A7
+    - can: peak: fix potential bug in packet fragmentation
+    - can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_once
+    - can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_once
+    - i2c: core-smbus: prevent stack corruption on read I2C_BLOCK_DATA
+    - proc: fix coredump vs read /proc/*/stat race
+    - libata: apply MAX_SEC_1024 to all LITEON EP1 series devices
+    - workqueue: avoid hard lockups in show_workqueue_state()
+    - [x86] drm/vmwgfx: fix memory corruption with legacy/sou connectors
+    - dm btree: fix serious bug in btree_split_beneath()
+    - dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6
+    - dm integrity: don't store cipher request on the stack
+    - dm crypt: fix crash by adding missing check for auth key size
+    - dm crypt: wipe kernel key copy after IV initialization
+    - dm crypt: fix error return code in crypt_ctr()
+    - [x86] x86: Use __nostackprotect for sme_encrypt_kernel
+    - [alpha] PCI: Fix noname IRQ level detection
+    - [mips*] CM: Drop WARN_ON(vp != 0)
+    - [arm*] KVM: Check pagesize when allocating a hugepage at Stage 2
+    - [arm64] KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
+    - [x86] mce: Make machine check speculation protected
+    - retpoline: Introduce start/end markers of indirect thunk
+    - [x86] kprobes: Blacklist indirect thunk functions for kprobes
+    - [x86] kprobes: Disable optimizing on the function jumps to indirect
+      thunk
+    - [x86] retpoline: Optimize inline assembler for vmexit_fill_RSB
+    - [x86] mm: Rework wbinvd, hlt operation in stop_this_cpu()
+    - mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte()
+    - [arm64, armhf] net: mvpp2: do not disable GMAC padding
+    - [mips]: AR7: ensure the port type's FCR value is used
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.16
+    - mm, page_alloc: fix potential false positive in __zone_watermark_ok
+    - xfrm: Fix a race in the xdst pcpu cache.
+    - Input: xpad - add support for PDP Xbox One controllers
+    - Input: trackpoint - force 3 buttons if 0 button is reported
+    - Input: trackpoint - only expose supported controls for Elan, ALPS and
+      NXP
+    - Btrfs: fix stale entries in readdir
+    - [s390x] KVM: add proper locking for CMMA migration bitmap
+    - [arm*] net: bpf: avoid 'bx' instruction on non-Thumb capable CPUs
+    - [arm*] net: bpf: fix tail call jumps
+    - [arm*] net: bpf: fix stack alignment
+    - [arm*] net: bpf: move stack documentation
+    - [arm*] net: bpf: correct stack layout documentation
+    - [arm*] net: bpf: fix register saving
+    - [arm*] net: bpf: fix LDX instructions
+    - [arm*] net: bpf: clarify tail_call index
+    - [arm64,armhf] drm/vc4: Fix NULL pointer dereference in
+      vc4_save_hang_state()
+    - net: Allow neigh contructor functions ability to modify the primary_key
+    - ipv4: Make neigh lookup keys for loopback/point-to-point devices be
+      INADDR_ANY
+    - dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state
+    - ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL
+    - ipv6: fix udpv6 sendmsg crash caused by too small MTU
+    - ipv6: ip6_make_skb() needs to clear cork.base.dst
+    - lan78xx: Fix failure in USB Full Speed
+    - net: igmp: fix source address check for IGMPv3 reports
+    - net: qdisc_pkt_len_init() should be more robust
+    - net: tcp: close sock if net namespace is exiting
+    - net/tls: Fix inverted error codes to avoid endless loop
+    - net: vrf: Add support for sends to local broadcast address
+    - pppoe: take ->needed_headroom of lower device into account on xmit
+    - r8169: fix memory corruption on retrieval of hardware statistics.
+    - sctp: do not allow the v4 socket to bind a v4mapped v6 address
+    - sctp: return error if the asoc has been peeled off in
+      sctp_wait_for_sndbuf
+    - tipc: fix a memory leak in tipc_nl_node_get_link()
+    - {net,ib}/mlx5: Don't disable local loopback multicast traffic when
+      needed
+    - net/mlx5: Fix get vector affinity helper function
+    - ppp: unlock all_ppp_mutex before registering device
+    - be2net: restore properly promisc mode after queues reconfiguration
+    - ip6_gre: init dev->mtu and dev->hard_header_len correctly
+    - gso: validate gso_type in GSO handlers
+    - tun: fix a memory leak for tfile->tx_array
+    - flow_dissector: properly cap thoff field
+    - sctp: reinit stream if stream outcnt has been change by sinit in sendmsg
+    - netlink: extack needs to be reset each time through loop
+    - net/mlx5e: Fix fixpoint divide exception in mlx5e_am_stats_compare
+    - nfp: use the correct index for link speed table
+    - netlink: reset extack earlier in netlink_rcv_skb
+    - net/tls: Only attach to sockets in ESTABLISHED state
+    - tls: fix sw_ctx leak
+    - tls: return -EBUSY if crypto_info is already set
+    - tls: reset crypto_info when do_tls_setsockopt_tx fails
+    - net: ipv4: Make "ip route get" match iif lo rules again.
+    - vmxnet3: repair memory leak
+    - perf/x86/amd/power: Do not load AMD power module on !AMD platforms
+    - [x86] microcode/intel: Extend BDW late-loading further with LLC size
+      check
+    - [x86] microcode: Fix again accessing initrd after having been freed
+    - [x86] mm/64: Fix vmapped stack syncing on very-large-memory 4-level
+      systems
+    - hrtimer: Reset hrtimer cpu base proper on CPU hotplug
+    - bpf: introduce BPF_JIT_ALWAYS_ON config
+    - bpf: fix divides by zero
+    - bpf: fix 32-bit divide by zero
+    - bpf: reject stores into ctx via st and xadd
+    - [arm64] bpf: fix stack_depth tracking in combination with tail calls
+    - cpufreq: governor: Ensure sufficiently large sampling intervals
+    - nfsd: auth: Fix gid sorting when rootsquash enabled (CVE-2018-1000028)
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.17
+    - futex: Fix OWNER_DEAD fixup
+    - loop: fix concurrent lo_open/lo_release (CVE-2018-5344)
+    - [x86] KVM: Fix CPUID function for word 6 (80000001_ECX)
+    - gpio: Fix kernel stack leak to userspace
+    - ALSA: hda - Reduce the suspend time consumption for ALC256
+    - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
+    - [x86] crypto: aesni - handle zero length dst buffer
+    - [x86] crypto: aesni - fix typo in generic_gcmaes_decrypt
+    - crypto: gcm - add GCM IV size constant
+    - [x86] crypto: aesni - Use GCM IV size constant
+    - [x86] crypto: aesni - add wrapper for generic gcm(aes)
+    - [x86] crypto: aesni - Fix out-of-bounds access of the data buffer in
+      generic-gcm-aesni
+    - [x86] crypto: aesni - Fix out-of-bounds access of the AAD buffer in
+      generic-gcm-aesni
+    - [arm64] crypto: inside-secure - fix hash when length is a multiple of a
+      block
+    - [arm64] crypto: inside-secure - avoid unmapping DMA memory that was not
+      mapped
+    - crypto: sha3-generic - fixes for alignment and big endian operation
+    - crypto: af_alg - whitelist mask and type
+    - HID: wacom: EKR: ensure devres groups at higher indexes are released
+    - HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE)
+      events
+    - igb: Free IRQs when device is hotplugged
+    - ima/policy: fix parsing of fsuuid
+    - scsi: aacraid: Fix udev inquiry race condition
+    - scsi: aacraid: Fix hang in kdump
+    - VFS: Handle lazytime in do_mount()
+    - [arm64,armhf] drm/vc4: Account for interrupts in flight
+    - btrfs: Fix transaction abort during failure in btrfs_rm_dev_item
+    - Btrfs: bail out gracefully rather than BUG_ON
+    - cpupowerutils: bench - Fix cpu online check
+    - cpupower : Fix cpupower working when cpu0 is offline
+    - [x86] KVM: nVMX/nSVM: Don't intercept #UD when running L2
+    - [x86] KVM: emulator: Return to user-mode on L1 CPL=0 emulation failure
+    - [x86] KVM: Don't re-execute instruction when not passing CR2 value
+    - [x86] KVM: Fix operand/address-size during instruction decoding
+    - [x86] KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failure
+    - [x86] KVM: fix em_fxstor() sleeping while in atomic
+    - [x86] KVM: ioapic: Fix level-triggered EOI and IOAPIC reconfigure race
+    - [x86] KVM: ioapic: Clear Remote IRR when entry is switched to
+      edge-triggered
+    - [x86] KVM: ioapic: Preserve read-only values in the redirection table
+    - [x86] KVM: nVMX: Fix vmx_check_nested_events() return value in case an
+      event was reinjected to L2
+    - nvme-fabrics: introduce init command check for a queue that is not alive
+    - nvme-fc: check if queue is ready in queue_rq
+    - nvme-loop: check if queue is ready in queue_rq
+    - nvme-pci: disable APST on Samsung SSD 960 EVO + ASUS PRIME B350M-A
+    - nvme-pci: avoid hmb desc array idx out-of-bound when hmmaxd set.
+    - nvmet-fc: correct ref counting error when deferred rcv used
+    - [s390x] topology: fix compile error in file arch/s390/kernel/smp.c
+    - [s390x] zcrypt: Fix wrong comparison leading to strange load balancing
+    - ACPI / bus: Leave modalias empty for devices which are not present
+    - null_blk: fix dev->badblocks leak
+    - [s390x] fix alloc_pgste check in init_new_context again
+    - rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasing
+    - rxrpc: Provide a different lockdep key for call->user_mutex for kernel
+      calls
+    - rxrpc: Fix service endpoint expiry
+    - bcache: check return value of register_shrinker
+    - drm/amdgpu: Fix SDMA load/unload sequence on HWS disabled mode
+    - [x86] drm/amdkfd: Fix SDMA ring buffer size calculation
+    - [x86] drm/amdkfd: Fix SDMA oversubsription handling
+    - uapi: fix linux/kfd_ioctl.h userspace compilation errors
+    - nvme-rdma: don't complete requests before a send work request has
+      completed
+    - openvswitch: fix the incorrect flow action alloc size
+    - [armhf] drm/rockchip: dw-mipi-dsi: fix possible un-balanced runtime PM
+      enable
+    - mac80211: use QoS NDP for AP probing
+    - mac80211: fix the update of path metric for RANN frame
+    - btrfs: fix deadlock when writing out space cache
+    - sctp: only allow the asoc reset when the asoc outq is empty
+    - sctp: avoid flushing unsent queue when doing asoc reset
+    - sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1
+    - reiserfs: remove unneeded i_version bump
+    - [x86] KVM: Fix softlockup when get the current kvmclock
+    - [x86] KVM: VMX: Fix rflags cache during vCPU reset
+    - Btrfs: fix list_add corruption and soft lockups in fsync
+    - KVM: Let KVM_SET_SIGNAL_MASK work as advertised
+    - xfs: always free inline data before resetting inode fork during ifree
+    - xfs: log recovery should replay deferred ops in order
+    - xen-netfront: remove warning when unloading module
+    - nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)
+    - nfsd: Ensure we check stateid validity in the seqid operation checks
+    - grace: replace BUG_ON by WARN_ONCE in exit_net hook
+    - nfsd: check for use of the closed special stateid
+    - race of lockd inetaddr notifiers vs nlmsvc_rqst change
+    - lockd: fix "list_add double add" caused by legacy signal interface
+    - quota: propagate error from __dquot_initialize
+    - [arm64,armhf] net: mvpp2: fix the txq_init error path
+    - [arm64] net: phy: marvell10g: fix the PHY id mask
+    - bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()'
+    - Btrfs: incremental send, fix wrong unlink path after renaming file
+    - nvme-pci: fix NULL pointer dereference in nvme_free_host_mem()
+    - xfs: fortify xfs_alloc_buftarg error handling
+    - drm/amdgpu: don't try to move pinned BOs
+    - quota: Check for register_shrinker() failure.
+    - SUNRPC: Allow connect to return EHOSTUNREACH
+    - kmemleak: add scheduling point to kmemleak_scan()
+    - [armhf] drm/omap: Fix error handling path in 'omap_dmm_probe()'
+    - [armhf] drm/omap: displays: panel-dpi: add backlight dependency
+    - xfs: ubsan fixes
+    - xfs: Properly retry failed dquot items in case of error during buffer
+      writeback
+    - perf/core: Fix memory leak triggered by perf --namespace
+    - scsi: aacraid: Prevent crash in case of free interrupt during scsi EH
+      path
+    - scsi: ufs: ufshcd: fix potential NULL pointer dereference in
+      ufshcd_config_vreg
+    - iwlwifi: mvm: fix the TX queue hang timeout for MONITOR vif type
+    - iwlwifi: fix access to prph when transport is stopped
+    - [arm*] dts: NSP: Disable AHCI controller for HR NSP boards
+    - [arm*] ARM: dts: NSP: Fix PPI interrupt types
+    - media: usbtv: add a new usbid
+    - [x86] xen: Support early interrupts in xen pv guests
+    - usb: gadget: don't dereference g until after it has been null checked
+    - staging: rtl8188eu: Fix incorrect response to SIOCGIWESSID
+    - [arm64,armhf] drm/vc4: Move IRQ enable to PM path
+    - [x86] KVM: emulate #UD while in guest mode
+    - [x86] staging: lustre: separate a connection destroy from free struct
+      kib_conn
+    - tty: fix data race between tty_init_dev and flush of buf
+    - USB: serial: pl2303: new device id for Chilitag
+    - USB: cdc-acm: Do not log urb submission errors on disconnect
+    - CDC-ACM: apply quirk for card reader
+    - USB: serial: io_edgeport: fix possible sleep-in-atomic
+    - usbip: prevent bind loops on devices attached to vhci_hcd
+    - usbip: list: don't list devices attached to vhci_hcd
+    - USB: serial: simple: add Motorola Tetra driver
+    - usb: f_fs: Prevent gadget unbind if it is already unbound
+    - usb: uas: unconditionally bring back host after reset
+    - usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()
+    - [x86] mei: me: allow runtime pm for platform with D0i3
+    - serial: 8250_of: fix return code when probe function fails to get reset
+    - serial: 8250_uniphier: fix error return code in uniphier_uart_probe()
+    - [armhf] serial: imx: Only wakeup via RTSDEN bit if the system has
+      RTS/CTS
+    - [armhf] spi: imx: do not access registers while clocks disabled
+    - iio: adc: stm32: fix scan of multiple channels with DMA
+    - iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels
+    - test_firmware: fix missing unlock on error in
+      config_num_requests_store()
+    - Input: synaptics-rmi4 - unmask F03 interrupts when port is opened
+    - Input: synaptics-rmi4 - do not delete interrupt memory too early
+    - [x86] efi: Clarify that reset attack mitigation needs appropriate
+      userspace
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 4.14.15-rt11
+  * [rt] Update to 4.14.15-rt13
+  * crypto: ecc - Fix NULL pointer deref. on no default_rng (Closes: #886556)
+  * mac80211: Avoid ABI change in 4.14.17
+  * rxrpc: Avoid ABI change in 4.14.17
+
+  [ Ben Hutchings ]
+  * bpf: Avoid ABI change in 4.14.14
+  * usbip: Reduce USBIP_VHCI_HC_PORTS to 15, the maximum allowed for SuperSpeed
+    hubs (Closes: #878866)
+  * [x86] Add versioned build-dependency on gcc-7 for retpoline support
+  * [x86] linux-compiler-gcc-7-x86: Add versioned dependency on gcc-7 for
+    retpoline support
+  * linux-compiler-gcc-7-{arm,s390,x86}: Remove specific (and wrong) compiler
+    version from description (Closes: #883363)
+  * [x86] linux-headers: Depend on updated linux-compiler-gcc-7-x86
+
+  [ Riku Voipio ]
+  * [arm64] build in reset drivers
+  * [arm64] enable COMMON_CLK_HI655X so wifi and bluetooth work on Hikey
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 14 Feb 2018 06:56:06 +0100
+
+linux (4.14.13-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.13
+    - [x86] mm: Set MODULES_END to 0xffffffffff000000
+    - [x86] mm: Map cpu_entry_area at the same place on 4/5 level
+    - [x86] kaslr: Fix the vaddr_end mess
+    - [x86] events/intel/ds: Use the proper cache flush method for mapping ds
+      buffers
+    - [x86] alternatives: Add missing '\n' at end of ALTERNATIVE inline asm
+    - [x86] pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
+    - kernel/acct.c: fix the acct->needcheck check in check_free_space()
+    - mm/mprotect: add a cond_resched() inside change_pmd_range()
+    - mm/sparse.c: wrong allocation for mem_section
+    - userfaultfd: clear the vma->vm_userfaultfd_ctx if UFFD_EVENT_FORK fails
+    - btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
+    - efi/capsule-loader: Reinstate virtual capsule mapping
+    - [sparc*] crypto: n2 - cure use after free
+    - crypto: chacha20poly1305 - validate the digest size
+    - crypto: pcrypt - fix freeing pcrypt instances
+    - crypto: chelsio - select CRYPTO_GF128MUL
+    - [x86] drm/i915: Disable DC states around GMBUS on GLK
+    - [x86] drm/i915: Apply Display WA #1183 on skl, kbl, and cfl
+    - fscache: Fix the default for fscache_maybe_release_page()
+    - [x86] CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()
+    - [x86] CPU: Always show current CPU frequency in /proc/cpuinfo
+    - kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL
+    - kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from
+      !sig_kernel_only() signals
+    - kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in
+      complete_signal()
+    - [arm64] iommu/arm-smmu-v3: Don't free page table ops twice
+    - [arm64] iommu/arm-smmu-v3: Cope with duplicated Stream IDs
+    - [powerpc* ]mm: Fix SEGV on mapped region to return SEGV_ACCERR
+    - Input: elantech - add new icbody type 15
+    - [x86] microcode/AMD: Add support for fam17h microcode loading
+    - apparmor: fix regression in mount mediation when feature set is pinned
+    - [hppa/parisc] Fix alignment of pa_tlb_lock in assembly on 32-bit SMP
+      kernel
+    - [hppa/parisc] qemu idle sleep support
+    - mtd: nand: pxa3xx: Fix READOOB implementation
+    - [s390x] KVM: fix cmma migration for multiple memory slots
+    - [s390x] KVM: prevent buffer overrun on memory hotplug during migration
+
+  [ Salvatore Bonaccorso ]
+  * libsas: Disable asynchronous aborts for SATA devices
+  * drm/nouveau/disp/gf119: add missing drive vfunc ptr (Closes: #880660)
+
+  [ Riku Voipio ]
+  * [arm64] disable CONFIG_HW_RANDOM_OMAP until the IRQ storm bug is fixed
+
+  [ Ben Hutchings ]
+  * abiupdate.py: Add support for security mirrors
+  * Fix dependencies related to objtool (Closes: #886474):
+    - linux-headers: Add versioned dependency on linux-kbuild
+    - Revert "objtool: Fix CONFIG_STACK_VALIDATION=y warning for out-of-tree
+      modules"
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 14 Jan 2018 19:45:05 +0000
+
+linux (4.14.12-2) unstable; urgency=medium
+
+  [ Ben Hutchings ]
+  * linux-kbuild: Add objtool
+  * linux-headers: Add symlink to linux-kbuild tools directory for objtool
+
+  [ Salvatore Bonaccorso ]
+  * linux-headers: Add symlink to linux-kbuild tools directory for objtool in
+    architecture-specific headers package.
+    Thanks to Luca Boccassi (Closes: #886366)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 06 Jan 2018 09:08:42 +0100
+
+linux (4.14.12-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.8
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.9
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.10
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.11
+    - x86/cpufeatures: Add X86_BUG_CPU_INSECURE
+    - x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=y
+    - x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3
+      switching
+    - x86/mm/pti: Add infrastructure for page table isolation
+    - x86/pti: Add the pti= cmdline option and documentation
+    - x86/mm/pti: Add mapping helper functions
+    - x86/mm/pti: Allow NX poison to be set in p4d/pgd
+    - x86/mm/pti: Allocate a separate user PGD
+    - x86/mm/pti: Populate user PGD
+    - x86/mm/pti: Add functions to clone kernel PMDs
+    - x86/mm/pti: Force entry through trampoline when PTI active
+    - x86/mm/pti: Share cpu_entry_area with user space page tables
+    - x86/entry: Align entry text section to PMD boundary
+    - x86/mm/pti: Share entry text PMD
+    - x86/mm/pti: Map ESPFIX into user space
+    - x86/cpu_entry_area: Add debugstore entries to cpu_entry_area
+    - x86/events/intel/ds: Map debug buffers in cpu_entry_area
+    - x86/mm/64: Make a full PGD-entry size hole in the memory map
+    - x86/pti: Put the LDT in its own PGD if PTI is on
+    - x86/pti: Map the vsyscall page if needed
+    - x86/mm: Allow flushing for future ASID switches
+    - x86/mm: Abstract switching CR3
+    - x86/mm: Use/Fix PCID to optimize user/kernel switches
+    - x86/mm: Optimize RESTORE_CR3
+    - x86/mm: Use INVPCID for __native_flush_tlb_single()
+    - x86/mm: Clarify the whole ASID/kernel PCID/user PCID naming
+    - x86/dumpstack: Indicate in Oops whether PTI is configured and enabled
+    - x86/mm/pti: Add Kconfig
+    - net: Fix double free and memory corruption in get_net_ns_by_id()
+      (CVE-2017-15129)
+  * [amd64] Implement Kernel Page Table Isolation (KPTI, aka KAISER)
+    (CVE-2017-5754)
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.12
+    - exec: Weaken dumpability for secureexec
+    - capabilities: fix buffer overread on very short xattr
+    - x86/cpu, x86/pti: Do not enable PTI on AMD processors
+    - x86/pti: Make sure the user/kernel PTEs match
+    - x86/dumpstack: Fix partial register dumps
+    - x86/dumpstack: Print registers for first stack frame
+    - x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat()
+    - x86/process: Define cpu_tss_rw in same section as declaration
+
+  [ Ben Hutchings ]
+  * e1000e: Fix e1000_check_for_copper_link_ich8lan return value.
+    (Closes: #885348)
+
+  [ Vagrant Cascadian ]
+  * [arm64] Backport patch from linux-next to support SMP on tegra210
+    systems.
+
+  [ Salvatore Bonaccorso ]
+  * [rt] Update to 4.14.8-rt9
+  * Bump ABI to 3
+  * Revert "scsi: libsas: allow async aborts"
+    Fixes "Oops: NULL pointer dereference - RIP:
+    isci_task_abort_task+0x30/0x3e0 [isci]" (Closes: #882414)
+  * x86/tlb: Drop the _GPL from the cpu_tlbstate export
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 05 Jan 2018 21:20:26 +0100
+
+linux (4.14.7-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.3
+    - [s390x] fix transactional execution control register handling
+    - [s390x] noexec: execute kexec datamover without DAT
+    - [s390x] runtime instrumention: fix possible memory corruption
+    - [s390x] guarded storage: fix possible memory corruption
+    - [s390x] disassembler: add missing end marker for e7 table
+    - [s390x] disassembler: increase show_code buffer size
+    - ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlock
+    - ACPI / EC: Fix regression related to triggering source of EC event
+      handling
+    - cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq
+    - serdev: fix registration of second slave
+    - sched: Make resched_cpu() unconditional
+    - lib/mpi: call cond_resched() from mpi_powm() loop
+    - [x86] boot: Fix boot failure when SMP MP-table is based at 0
+    - [x86] decoder: Add new TEST instruction pattern
+    - [amd64] entry: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing
+    - [x86] perf: intel: Hide TSX events when RTM is not supported
+    - [arm64] Implement arch-specific pte_access_permitted()
+    - [armhf/armmp-lpae] 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE
+    - [armhf/armmp-lpae] 8721/1: mm: dump: check hardware RO bit for LPAE
+    - uapi: fix linux/tls.h userspace compilation error
+    - uapi: fix linux/rxrpc.h userspace compilation errors
+    - [mips*/4kc-malta] cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work
+      for 32-bit SMP
+    - [armhf,arm64] net: mvneta: fix handling of the Tx descriptor counter
+    - nbd: wait uninterruptible for the dead timeout
+    - nbd: don't start req until after the dead connection logic
+    - PM / OPP: Add missing of_node_put(np)
+    - PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
+    - PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
+    - [x86] PCI: hv: Use effective affinity mask
+    - [arm64] PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
+    - [arm64] PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
+    - dm integrity: allow unaligned bv_offset
+    - dm cache: fix race condition in the writeback mode overwrite_bio
+      optimisation
+    - dm crypt: allow unaligned bv_offset
+    - dm zoned: ignore last smaller runt zone
+    - dm mpath: remove annoying message of 'blk_get_request() returned -11'
+    - dm bufio: fix integer overflow when limiting maximum cache size
+    - ovl: Put upperdentry if ovl_check_origin() fails
+    - dm: allocate struct mapped_device with kvzalloc
+    - sched/rt: Simplify the IPI based RT balancing logic
+    - dm: fix race between dm_get_from_kobject() and __dm_destroy()
+    - dm: discard support requires all targets in a table support discards
+    - [mips*] Fix odd fp register warnings with MIPS64r2
+    - [mips*/4kc-malta] Fix MIPS64 FP save/restore on 32-bit kernels
+    - [mips*] dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry
+    - [mips*] Fix an n32 core file generation regset support regression
+    - [mips*] math-emu: Fix final emulation phase for certain instructions
+    - rt2x00usb: mark device removed when get ENOENT usb error
+    - mm/z3fold.c: use kref to prevent page free/compact race
+    - autofs: don't fail mount for transient error
+    - nilfs2: fix race condition that causes file system corruption
+    - fscrypt: lock mutex before checking for bounce page pool
+    - eCryptfs: use after free in ecryptfs_release_messaging()
+    - libceph: don't WARN() if user tries to add invalid key
+    - bcache: check ca->alloc_thread initialized before wake up it
+    - fs: guard_bio_eod() needs to consider partitions
+    - fanotify: fix fsnotify_prepare_user_wait() failure
+    - isofs: fix timestamps beyond 2027
+    - btrfs: change how we decide to commit transactions during flushing
+    - f2fs: expose some sectors to user in inline data or dentry case
+    - NFS: Fix typo in nomigration mount option
+    - NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"
+    - nfs: Fix ugly referral attributes
+    - NFS: Avoid RCU usage in tracepoints
+    - NFS: revalidate "." etc correctly on "open".
+    - nfsd: deal with revoked delegations appropriately
+    - rtlwifi: rtl8192ee: Fix memory leak when loading firmware
+    - rtlwifi: fix uninitialized rtlhal->last_suspend_sec time
+    - iwlwifi: fix firmware names for 9000 and A000 series hw
+    - md: fix deadlock error in recent patch.
+    - md: don't check MD_SB_CHANGE_CLEAN in md_allow_write
+    - Bluetooth: btqcomsmd: Add support for BD address setup
+    - md/bitmap: revert a patch
+    - fsnotify: clean up fsnotify_prepare/finish_user_wait()
+    - fsnotify: pin both inode and vfsmount mark
+    - fsnotify: fix pinning group in fsnotify_prepare_user_wait()
+    - ata: fixes kernel crash while tracing ata_eh_link_autopsy event
+    - ext4: fix interaction between i_size, fallocate, and delalloc after a
+      crash
+    - ext4: prevent data corruption with inline data + DAX
+    - ext4: prevent data corruption with journaling + DAX
+    - ALSA: pcm: update tstamp only if audio_tstamp changed
+    - ALSA: usb-audio: Add sanity checks to FE parser
+    - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU
+    - ALSA: usb-audio: Add sanity checks in v2 clock parsers
+    - ALSA: timer: Remove kernel warning at compat ioctl error paths
+    - ALSA: hda/realtek - Fix ALC275 no sound issue
+    - ALSA: hda: Fix too short HDMI/DP chmap reporting
+    - ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization
+    - ALSA: hda/realtek - Fix ALC700 family no sound issue
+    - [x86] mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
+    - fix a page leak in vhost_scsi_iov_to_sgl() error recovery
+    - 9p: Fix missing commas in mount options
+    - fs/9p: Compare qid.path in v9fs_test_inode
+    - net/9p: Switch to wait_event_killable()
+    - scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()
+    - scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
+    - scsi: lpfc: fix pci hot plug crash in timer management routines
+    - scsi: lpfc: fix pci hot plug crash in list_add call
+    - scsi: lpfc: Fix crash receiving ELS while detaching driver
+    - scsi: lpfc: Fix FCP hba_wqidx assignment
+    - scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails
+    - iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref
+    - iscsi-target: Fix non-immediate TMR reference leak
+    - target: fix null pointer regression in core_tmr_drain_tmr_list
+    - target: fix buffer offset in core_scsi3_pri_read_full_status
+    - target: Fix QUEUE_FULL + SCSI task attribute handling
+    - target: Fix caw_sem leak in transport_generic_request_failure
+    - target: Fix quiese during transport_write_pending_qf endless loop
+    - target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
+    - mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid
+    - mtd: nand: atmel: Actually use the PM ops
+    - mtd: nand: omap2: Fix subpage write
+    - mtd: nand: Fix writing mtdoops to nand flash.
+    - mtd: nand: mtk: fix infinite ECC decode IRQ issue
+    - p54: don't unregister leds when they are not initialized
+    - block: Fix a race between blk_cleanup_queue() and timeout handling
+    - raid1: prevent freeze_array/wait_all_barriers deadlock
+    - genirq: Track whether the trigger type has been set
+    - [armhf,arm64] irqchip/gic-v3: Fix ppi-partitions lookup
+    - lockd: double unregister of inetaddr notifiers
+    - [powerpc*] KVM: Book3S HV: Don't call real-mode XICS hypercall handlers
+      if not enabled
+    - [x86] KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
+    - [x86] KVM: SVM: obey guest PAT
+    - [x86] kvm: vmx: Reinstate support for CPUs without virtual NMI
+      (Closes: #884482)
+    - dax: fix PMD faults on zero-length files
+    - dax: fix general protection fault in dax_alloc_inode
+    - SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status
+    - [armhf] clk: ti: dra7-atl-clock: fix child-node lookups
+    - libnvdimm, dimm: clear 'locked' status on successful DIMM enable
+    - libnvdimm, pfn: make 'resource' attribute only readable by root
+    - libnvdimm, namespace: fix label initialization to use valid seq numbers
+    - libnvdimm, region : make 'resource' attribute only readable by root
+    - libnvdimm, namespace: make 'resource' attribute only readable by root
+    - svcrdma: Preserve CB send buffer across retransmits
+    - IB/srpt: Do not accept invalid initiator port names
+    - IB/cm: Fix memory corruption in handling CM request
+    - IB/hfi1: Fix incorrect available receive user context count
+    - IB/srp: Avoid that a cable pull can trigger a kernel crash
+    - IB/core: Avoid crash on pkey enforcement failed in received MADs
+    - IB/core: Only maintain real QPs in the security lists
+    - NFC: fix device-allocation error return
+    - spi-nor: intel-spi: Fix broken software sequencing codes
+    - fm10k,i40e,i40evf,igb,igbvf,ixgbe,ixgbevf: Use smp_rmb rather than
+      read_barrier_depends
+    - [hppa] Fix validity check of pointer size argument in new CAS
+      implementation
+    - [powerpc*] Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX
+    - [powerpc*] mm/radix: Fix crashes on Power9 DD1 with radix MMU and
+      STRICT_RWX
+    - [powerpc*] perf/imc: Use cpu_to_node() not topology_physical_package_id()
+    - [powerpc*] signal: Properly handle return value from uprobe_deny_signal()
+    - [powerpc*] 64s: Fix masking of SRR1 bits on instruction fault
+    - [powerpc*] 64s/radix: Fix 128TB-512TB virtual address boundary case
+      allocation
+    - [powerpc*] 64s/hash: Fix 512T hint detection to use >= 128T
+    - [powerpc*] 64s/hash: Fix 128TB-512TB virtual address boundary case
+      allocation
+    - [powerpc*] 64s/hash: Fix fork() with 512TB process address space
+    - [powerpc*] 64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary
+    - media: Don't do DMA on stack for firmware upload in the AS102 driver
+    - media: rc: check for integer overflow
+    - media: rc: nec decoder should not send both repeat and keycode
+    - media: v4l2-ctrl: Fix flags field on Control events
+    - [arm64] media: venus: fix wrong size on dma_free
+    - [arm64] media: venus: venc: fix bytesused v4l2_plane field
+    - [arm64] media: venus: reimplement decoder stop command
+    - [arm64] dts: meson-gxl: Add alternate ARM Trusted Firmware reserved
+      memory zone
+    - iwlwifi: fix wrong struct for a000 device
+    - iwlwifi: fix PCI IDs and configuration mapping for 9000 series
+    - iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command
+    - e1000e: Fix error path in link detection
+    - e1000e: Fix return value test
+    - e1000e: Separate signaling for link check/link up
+    - e1000e: Avoid receiver overrun interrupt bursts
+    - e1000e: fix buffer overrun while the I219 is processing DMA transactions
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.4
+    - [x86]: platform: hp-wmi: Fix tablet mode detection for convertibles
+    - mm, memory_hotplug: do not back off draining pcp free pages from kworker
+      context
+    - mm, oom_reaper: gather each vma to prevent leaking TLB entry
+    - [armhf,arm64] mm/cma: fix alloc_contig_range ret code/potential leak
+    - mm: fix device-dax pud write-faults triggered by get_user_pages()
+    - mm, hugetlbfs: introduce ->split() to vm_operations_struct
+    - device-dax: implement ->split() to catch invalid munmap attempts
+    - mm: introduce get_user_pages_longterm
+    - mm: fail get_vaddr_frames() for filesystem-dax mappings
+    - v4l2: disable filesystem-dax mapping support
+    - IB/core: disable memory registration of filesystem-dax vmas
+    - exec: avoid RLIMIT_STACK races with prlimit()
+    - mm/madvise.c: fix madvise() infinite loop under special circumstances
+    - mm: migrate: fix an incorrect call of prep_transhuge_page()
+    - mm, memcg: fix mem_cgroup_swapout() for THPs
+    - fs/fat/inode.c: fix sb_rdonly() change
+    - autofs: revert "autofs: take more care to not update last_used on path
+      walk"
+    - autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"
+    - mm/hugetlb: fix NULL-pointer dereference on 5-level paging machine
+    - btrfs: clear space cache inode generation always
+    - nfsd: Fix stateid races between OPEN and CLOSE
+    - nfsd: Fix another OPEN stateid race
+    - nfsd: fix panic in posix_unblock_lock called from nfs4_laundromat
+    - crypto: algif_aead - skip SGL entries with NULL page
+    - crypto: af_alg - remove locking in async callback
+    - crypto: skcipher - Fix skcipher_walk_aead_common
+    - lockd: lost rollback of set_grace_period() in lockd_down_net()
+    - [s390x] revert ELF_ET_DYN_BASE base changes
+    - [armhf] drm: omapdrm: Fix DPI on platforms using the DSI VDDS
+    - [armhf] omapdrm: hdmi4: Correct the SoC revision matching
+    - [arm64] module-plts: factor out PLT generation code for ftrace
+    - [arm64] ftrace: emit ftrace-mod.o contents through code
+    - [powerpc*] powernv: Fix kexec crashes caused by tlbie tracing
+    - [powerpc*] kexec: Fix kexec/kdump in P9 guest kernels
+    - [x86] KVM: pvclock: Handle first-time write to pvclock-page contains
+      random junk
+    - [x86] KVM: Exit to user-mode on #UD intercept when emulator requires
+    - [x86] KVM: inject exceptions produced by x86_decode_insn
+    - [x86] KVM: lapic: Split out x2apic ldr calculation
+    - [x86] KVM: lapic: Fixup LDR on load in x2apic
+    - mmc: sdhci: Avoid swiotlb buffer being full
+    - mmc: block: Fix missing blk_put_request()
+    - mmc: block: Check return value of blk_get_request()
+    - mmc: core: Do not leave the block driver in a suspended state
+    - mmc: block: Ensure that debugfs files are removed
+    - mmc: core: prepend 0x to pre_eol_info entry in sysfs
+    - mmc: core: prepend 0x to OCR entry in sysfs
+    - ACPI / EC: Fix regression related to PM ops support in ECDT device
+    - eeprom: at24: fix reading from 24MAC402/24MAC602
+    - eeprom: at24: correctly set the size for at24mac402
+    - eeprom: at24: check at24_read/write arguments
+    - [alpha,x86] i2c: i801: Fix Failed to allocate irq -2147483648 error
+    - bcache: Fix building error on MIPS
+    - bcache: only permit to recovery read error when cache device is clean
+    - bcache: recover data from backing when data is clean
+    - hwmon: (jc42) optionally try to disable the SMBUS timeout
+    - nvme-pci: add quirk for delay before CHK RDY for WDC SN200
+    - Revert "drm/radeon: dont switch vt on suspend"
+    - drm/amdgpu: potential uninitialized variable in amdgpu_vce_ring_parse_cs()
+    - drm/amdgpu: Potential uninitialized variable in
+      amdgpu_vm_update_directories()
+    - drm/amdgpu: correct reference clock value on vega10
+    - drm/amdgpu: fix error handling in amdgpu_bo_do_create
+    - drm/amdgpu: Properly allocate VM invalidate eng v2
+    - drm/amdgpu: Remove check which is not valid for certain VBIOS
+    - drm/ttm: fix ttm_bo_cleanup_refs_or_queue once more
+    - dma-buf: make reservation_object_copy_fences rcu save
+    - drm/amdgpu: reserve root PD while releasing it
+    - drm/ttm: Always and only destroy bo->ttm_resv in ttm_bo_release_list
+    - drm/vblank: Fix flip event vblank count
+    - drm/vblank: Tune drm_crtc_accurate_vblank_count() WARN down to a debug
+    - drm/tilcdc: Precalculate total frametime in tilcdc_crtc_set_mode()
+    - drm/radeon: fix atombios on big endian
+    - drm/panel: simple: Add missing panel_simple_unprepare() calls
+    - [arm64] drm/hisilicon: Ensure LDI regs are properly configured.
+    - drm/ttm: once more fix ttm_buffer_object_transfer
+    - drm/amd/pp: fix typecast error in powerplay.
+    - drm/fb_helper: Disable all crtc's when initial setup fails.
+    - drm/edid: Don't send non-zero YQ in AVI infoframe for HDMI 1.x sinks
+    - drm/amdgpu: move UVD/VCE and VCN structure out from union
+    - drm/amdgpu: Set adev->vcn.irq.num_types for VCN
+    - IB/core: Do not warn on lid conversions for OPA
+    - IB/hfi1: Do not warn on lid conversions for OPA
+    - e1000e: fix the use of magic numbers for buffer overrun issue
+    - md: forbid a RAID5 from having both a bitmap and a journal.
+    - [x86] drm/i915: Fix false-positive assert_rpm_wakelock_held in
+      i915_pmic_bus_access_notifier v2
+    - [x86] drm/i915: Re-register PMIC bus access notifier on runtime resume
+    - [x86] drm/i915/fbdev: Serialise early hotplug events with async fbdev
+      config
+    - [x86] drm/i915/gvt: Correct ADDR_4K/2M/1G_MASK definition
+    - [x86] drm/i915: Don't try indexed reads to alternate slave addresses
+    - [x86] drm/i915: Prevent zero length "index" write
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.5
+    - drm/amdgpu: Use unsigned ring indices in amdgpu_queue_mgr_map
+    - [s390x] runtime instrumentation: simplify task exit handling
+    - usbip: fix usbip attach to find a port that matches the requested speed
+    - usbip: Fix USB device hang due to wrong enabling of scatter-gather
+    - uas: Always apply US_FL_NO_ATA_1X quirk to Seagate devices
+    - usb: quirks: Add no-lpm quirk for KY-688 USB 3.1 Type-C Hub
+    - serial: 8250_early: Only set divisor if valid clk & baud
+    - [mips*] Add custom serial.h with BASE_BAUD override for generic kernel
+    - ima: fix hash algorithm initialization
+    - [s390x] vfio-ccw: Do not attempt to free no-op, test and tic cda.
+    - PM / Domains: Fix genpd to deal with drivers returning 1 from ->prepare()
+    - [s390x] pci: do not require AIS facility
+    - serial: 8250_fintek: Fix rs485 disablement on invalid ioctl()
+    - staging: rtl8188eu: avoid a null dereference on pmlmepriv
+    - [arm64] mmc: sdhci-msm: fix issue with power irq
+    - hwmon: (pmbus/core) Prevent unintentional setting of page to 0xFF
+    - perf/core: Fix __perf_read_group_add() locking
+    - [armhf] PCI: dra7xx: Create functional dependency between PCIe and PHY
+    - [x86] intel_rdt: Initialize bitmask of shareable resource if CDP enabled
+    - [x86] intel_rdt: Fix potential deadlock during resctrl mount
+    - serial: 8250: Preserve DLD[7:4] for PORT_XR17V35X
+    - kprobes: Use synchronize_rcu_tasks() for optprobe with CONFIG_PREEMPT=y
+    - [x86] entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt()
+    - [armhf,arm64] clocksource/drivers/arm_arch_timer: Validate CNTFRQ after
+      enabling frame
+    - [x86] EDAC, sb_edac: Fix missing break in switch
+    - [arm64] cpuidle: Correct driver unregistration if init fails
+    - usb: xhci: Return error when host is dead in xhci_disable_slot()
+    - [armel,armhf] sysrq : fix Show Regs call trace on ARM
+    - [sh4] serial: sh-sci: suppress warning for ports without dma channels
+    - [armhf] serial: imx: Update cached mctrl value when changing RTS
+    - [x86] kprobes: Disable preemption in ftrace-based jprobes
+    - [x86] locking/refcounts, asm: Use unique .text section for refcount
+      exceptions
+    - [s390x] ptrace: fix guarded storage regset handling
+    - perf tools: Fix leaking rec_argv in error cases
+    - mm, x86/mm: Fix performance regression in get_user_pages_fast()
+    - iio: adc: ti-ads1015: add 10% to conversion wait time
+    - iio: multiplexer: add NULL check on devm_kzalloc() and devm_kmemdup()
+      return values
+    - [x86] locking/refcounts, asm: Enable CONFIG_ARCH_HAS_REFCOUNT
+    - [powerpc*] jprobes: Disable preemption when triggered through ftrace
+    - [powerpc*] kprobes: Disable preemption before invoking probe handler for
+      optprobes
+    - usb: hub: Cycle HUB power when initialization fails
+    - [armhf,arm64] USB: ulpi: fix bus-node lookup
+    - xhci: Don't show incorrect WARN message about events for empty rings
+    - usb: xhci: fix panic in xhci_free_virt_devices_depth_first
+    - USB: core: Add type-specific length check of BOS descriptors
+    - USB: usbfs: Filter flags passed in from user space
+    - usb: host: fix incorrect updating of offset
+    - locking/refcounts: Do not force refcount_t usage as GPL-only export
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.6
+    - usb: gadget: core: Fix ->udc_set_speed() speed handling
+    - serdev: ttyport: add missing receive_buf sanity checks
+    - serdev: ttyport: fix NULL-deref on hangup
+    - serdev: ttyport: fix tty locking in close
+    - usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPAT
+    - can: peak/pci: fix potential bug when probe() fails
+    - can: kvaser_usb: free buf in error paths
+    - can: kvaser_usb: Fix comparison bug in kvaser_usb_read_bulk_callback()
+    - can: kvaser_usb: ratelimit errors if incomplete messages are received
+    - can: kvaser_usb: cancel urb on -EPIPE and -EPROTO
+    - can: ems_usb: cancel urb on -EPIPE and -EPROTO
+    - can: esd_usb2: cancel urb on -EPIPE and -EPROTO
+    - can: usb_8dev: cancel urb on -EPIPE and -EPROTO
+    - can: peak/pcie_fd: fix potential bug in restarting tx queue
+    - virtio: release virtio index when fail to device_register
+    - [arm64] pinctrl: armada-37xx: Fix direction_output() callback behavior
+    - [x86] Drivers: hv: vmbus: Fix a rescind issue
+    - [x86] hv: kvp: Avoid reading past allocated blocks from KVP file
+    - firmware: vpd: Destroy vpd sections in remove function
+    - firmware: vpd: Tie firmware kobject to device lifetime
+    - firmware: vpd: Fix platform driver and device registration/unregistration
+    - scsi: dma-mapping: always provide dma_get_cache_alignment
+    - scsi: use dma_get_cache_alignment() as minimum DMA alignment
+    - scsi: libsas: align sata_device's rps_resp on a cacheline
+    - efi: Move some sysfs files to be read-only by root
+    - efi/esrt: Use memunmap() instead of kfree() to free the remapping
+    - ASN.1: fix out-of-bounds read when parsing indefinite length item
+    - ASN.1: check for error from ASN1_OP_END__ACT actions
+    - KEYS: add missing permission check for request_key() destination
+      (CVE-2017-17807)
+    - KEYS: reject NULL restriction string when type is specified
+    - X.509: reject invalid BIT STRING for subjectPublicKey
+    - X.509: fix comparisons of ->pkey_algo
+    - [x86] idt: Load idt early in start_secondary
+    - [x86] PCI: Make broadcom_postcore_init() check acpi_disabled
+    - [x86] KVM: fix APIC page invalidation
+    - btrfs: fix missing error return in btrfs_drop_snapshot
+    - btrfs: handle errors while updating refcounts in update_ref_for_cow
+    - ALSA: pcm: prevent UAF in snd_pcm_info
+    - ALSA: seq: Remove spurious WARN_ON() at timer check
+    - ALSA: usb-audio: Fix out-of-bound error
+    - ALSA: usb-audio: Add check return value for usb_string()
+    - [x86] iommu/vt-d: Fix scatterlist offset handling
+    - smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct place
+    - [s390x] always save and restore all registers on context switch
+    - [s390x] mm: fix off-by-one bug in 5-level page table handling
+    - [s390x] fix compat system call table
+    - [s390x] KVM: Fix skey emulation permission check
+    - [powerpc*] Revert "powerpc: Do not call ppc_md.panic in fadump panic
+      notifier"
+    - [powerpc*] 64s: Initialize ISAv3 MMU registers before setting partition
+      table
+    - iwlwifi: mvm: mark MIC stripped MPDUs
+    - iwlwifi: mvm: don't use transmit queue hang detection when it is not
+      possible
+    - iwlwifi: mvm: flush queue before deleting ROC
+    - iwlwifi: mvm: fix packet injection
+    - iwlwifi: mvm: enable RX offloading with TKIP and WEP
+    - brcmfmac: change driver unbind order of the sdio function devices
+    - md/r5cache: move mddev_lock() out of r5c_journal_mode_set()
+    - [armhf] drm/bridge: analogix dp: Fix runtime PM state in get_modes()
+      callback
+    - [armhf] drm/exynos: gem: Drop NONCONTIG flag for buffers allocated
+      without IOMMU
+    - [x86] drm/i915: Fix vblank timestamp/frame counter jumps on gen2
+    - media: dvb: i2c transfers over usb cannot be done from stack
+    - media: rc: sir_ir: detect presence of port
+    - media: rc: partial revert of "media: rc: per-protocol repeat period"
+    - [arm64] KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-one
+    - [armhf] KVM: Fix VTTBR_BADDR_MASK BUG_ON off-by-one
+    - [x86] KVM: VMX: remove I/O port 0x80 bypass on Intel hosts
+      (CVE-2017-1000407)
+    - [armhf,arm64] KVM: Fix broken GICH_ELRSR big endian conversion
+    - [armhf,arm64] KVM: vgic-irqfd: Fix MSI entry allocation
+    - [armhf,arm64] KVM: vgic: Preserve the revious read from the pending table
+    - [armhf,arm64] KVM: vgic-its: Check result of allocation before use
+    - [arm64] fpsimd: Prevent registers leaking from dead tasks
+    - [arm64] SW PAN: Point saved ttbr0 at the zero page when switching to
+      init_mm
+    - [arm64] SW PAN: Update saved ttbr0 value on enter_lazy_tlb
+    - [armhf] Revert "ARM: dts: imx53: add srtc node"
+    - [armhf] bus: arm-cci: Fix use of smp_processor_id() in preemptible context
+    - IB/core: Only enforce security for InfiniBand
+    - [armel,armhf] BUG if jumping to usermode address in kernel mode
+    - [armel,armhf] avoid faulting on qemu
+    - [arm64] irqchip/qcom: Fix u32 comparison with value less than zero
+    - [powerpc*] perf: Fix pmu_count to count only nest imc pmus
+    - apparmor: fix leak of null profile name if profile allocation fails
+    - mac80211_hwsim: Fix memory leak in hwsim_new_radio_nl()
+    - gre6: use log_ecn_error module parameter in ip6_tnl_rcv()
+    - route: also update fnhe_genid when updating a route cache
+    - route: update fnhe_expires for redirect when the fnhe exists
+    - rsi: fix memory leak on buf and usb_reg_buf
+    - pipe: match pipe_max_size data type with procfs
+    - lib/genalloc.c: make the avail variable an atomic_long_t
+    - NFS: Fix a typo in nfs_rename()
+    - sunrpc: Fix rpc_task_begin trace point
+    - nfp: inherit the max_mtu from the PF netdev
+    - nfp: fix flower offload metadata flag usage
+    - xfs: fix forgotten rcu read unlock when skipping inode reclaim
+    - block: wake up all tasks blocked in get_request()
+    - [sparc64] mm: set fields in deferred pages
+    - zsmalloc: calling zs_map_object() from irq is a bug
+    - slub: fix sysfs duplicate filename creation when slub_debug=O
+    - sctp: do not free asoc when it is already dead in sctp_sendmsg
+    - sctp: use the right sk after waking up from wait_buf sleep
+    - fcntl: don't leak fd reference when fixup_compat_flock fails
+    - geneve: fix fill_info when link down
+    - bpf: fix lockdep splat
+    - [arm64] clk: qcom: common: fix legacy board-clock registration
+    - [arm64] clk: hi3660: fix incorrect uart3 clock freqency
+    - atm: horizon: Fix irq release error
+    - xfrm: Copy policy family in clone_policy
+    - f2fs: fix to clear FI_NO_PREALLOC
+    - bnxt_re: changing the ip address shouldn't affect new connections
+    - IB/mlx4: Increase maximal message size under UD QP
+    - IB/mlx5: Assign send CQ and recv CQ of UMR QP
+    - afs: Fix total-length calculation for multiple-page send
+    - afs: Connect up the CB.ProbeUuid
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.7
+    - net: realtek: r8169: implement set_link_ksettings()
+    - [s390x] qeth: fix early exit from error path
+    - tipc: fix memory leak in tipc_accept_from_sock()
+    - vhost: fix skb leak in handle_rx()
+    - rds: Fix NULL pointer dereference in __rds_rdma_map
+    - sit: update frag_off info
+    - tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()
+    - packet: fix crash in fanout_demux_rollover()
+    - net/packet: fix a race in packet_bind() and packet_notifier()
+    - tcp: remove buggy call to tcp_v6_restore_cb()
+    - usbnet: fix alignment for frames with no ethernet header
+    - net: remove hlist_nulls_add_tail_rcu()
+    - stmmac: reset last TSO segment size after device open
+    - tcp/dccp: block bh before arming time_wait timer
+    - [s390x] qeth: build max size GSO skbs on L2 devices
+    - [s390x] qeth: fix thinko in IPv4 multicast address tracking
+    - [s390x] qeth: fix GSO throughput regression
+    - tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()
+    - tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()
+    - tcp: use current time in tcp_rcv_space_adjust()
+    - net: sched: cbq: create block for q->link.block
+    - tap: free skb if flags error
+    - tcp: when scheduling TLP, time of RTO should account for current ACK
+    - tun: free skb in early errors
+    - net: ipv6: Fixup device for anycast routes during copy
+    - tun: fix rcu_read_lock imbalance in tun_build_skb
+    - net: accept UFO datagrams from tuntap and packet
+    - net: openvswitch: datapath: fix data type in queue_gso_packets
+    - cls_bpf: don't decrement net's refcount when offload fails
+    - sctp: use right member as the param of list_for_each_entry
+    - ipmi: Stop timers before cleaning up the module
+    - usb: gadget: ffs: Forbid usb_ep_alloc_request from sleeping
+    - fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscall
+    - fix kcm_clone()
+    - [armhf,arm64] KVM: vgic-its: Preserve the revious read from the pending
+      table
+    - kbuild: do not call cc-option before KBUILD_CFLAGS initialization
+    - [powerpc*] powernv/idle: Round up latency and residency values
+    - ipvlan: fix ipv6 outbound device
+    - blk-mq: Avoid that request queue removal can trigger list corruption
+    - nvmet-rdma: update queue list during ib_device removal
+    - audit: Allow auditd to set pid to 0 to end auditing
+    - audit: ensure that 'audit=1' actually enables audit for PID 1
+    - dm raid: fix panic when attempting to force a raid to sync
+    - md: free unused memory after bitmap resize
+    - RDMA/cxgb4: Annotate r2 and stag as __be32
+    - [x86] intel_rdt: Fix potential deadlock during resctrl unmount
+
+  [ Salvatore Bonaccorso ]
+  * Add ABI reference for 4.14.0-1
+  * xen/time: do not decrease steal time after live migration on xen
+    (Closes: #871608)
+  * crypto: salsa20 - fix blkcipher_walk API usage (CVE-2017-17805)
+  * crypto: hmac - require that the underlying hash algorithm is unkeyed
+    (CVE-2017-17806)
+
+  [ Vagrant Cascadian ]
+  * [armhf, arm64] Backport patches from 4.15.x to support dwmac-sun8i.
+
+  [ Ben Hutchings ]
+  * [rt] Update to 4.14.6-rt7:
+    - hrtimer: account for migrated timers
+    - crypto: mcryptd: protect the per-CPU queue with a lock
+    - tracing: Update inter-event hist trigger support to v7:
+      + Rename virtual "$common_timestamp" field to "common_timestamp"
+      + Fix use-after-free in trigger removal
+    - mm/slub: close possible memory-leak in kmem_cache_alloc_bulk()
+    - crypto: limit more FPU-enabled sections
+  * dccp: CVE-2017-8824: use-after-free in DCCP code
+  * netfilter: nfnetlink_cthelper: Add missing permission checks
+    (CVE-2017-17448)
+  * netlink: Add netns check on taps (CVE-2017-17449)
+  * netfilter: xt_osf: Add missing permission checks (CVE-2017-17450)
+  * USB: core: prevent malicious bNumInterfaces overflow (CVE-2017-17558)
+  * net: ipv4: fix for a race condition in raw_sendmsg (CVE-2017-17712)
+  * media: dvb-usb-v2: lmedm04: Improve logic checking of warm start
+    (CVE-2017-16538)
+  * media: dvb-usb-v2: lmedm04: move ts2020 attach to dm04_lme2510_tuner
+    (CVE-2017-16538)
+  * media: hdpvr: Fix an error handling path in hdpvr_probe() (CVE-2017-16644)
+  * [armhf,arm64,x86] KVM: Fix stack-out-of-bounds read in write_mmio
+    (CVE-2017-17741)
+  * bluetooth: Prevent stack info leak from the EFS element.
+    (CVE-2017-1000410)
+  * bpf/verifier: Fix multiple security issues (Closes: #883558):
+    - encapsulate verifier log state into a structure
+    - move global verifier log into verifier environment
+    - fix branch pruning logic
+    - fix bounds calculation on BPF_RSH
+    - fix incorrect sign extension in check_alu_op() (CVE-2017-16995)
+    - fix incorrect tracking of register size truncation (CVE-2017-16996)
+    - fix 32-bit ALU op verification
+    - fix missing error return in check_stack_boundary()
+    - force strict alignment checks for stack pointers
+    - don't prune branches when a scalar is replaced with a pointer
+    - fix integer overflows
+  * Bump ABI to 2
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 22 Dec 2017 14:12:23 +0000
+
+linux (4.14.2-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.1
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.2
+    - mm/pagewalk.c: report holes in hugetlb ranges (CVE-2017-16994)
+
+  [ Ben Hutchings ]
+  * [rt] Update to 4.14-rt1 and reenable (Closes: #882192)
+  * i40e: Build for 32-bit targets again
+    - i40e/i40evf: organize and re-number feature flags
+    - i40e: fix flags declaration
+    - Revert "i40e: Build for 64-bit targets only"
+  * aufs: Update support patchset to aufs4.14-20171120
+  * [armel] Change configuration to reduce image size (fixes FTBFS):
+    - Change CONNECTOR from built-in to module, and disable PROC_EVENTS
+    - Disable INTEGRITY and dependent options
+    - video: Disable USB_APPLEDISPLAY, BACKLIGHT_CLASS_DEVICE
+  * apparmor: fix oops in audit_signal_cb hook (regression in 4.14)
+  * leds: Enable LEDS_BRIGHTNESS_HW_CHANGED (Closes: #872862)
+  * [rt] Add new signing subkey for Steven Rostedt
+  * [rt] Update to 4.14.1-rt3
+  * Set ABI to 1
+  * mmap: Remember the MAP_FIXED flag as VM_FIXED
+  * [x86] mmap: Add an exception to the stack gap for Hotspot JVM compatibility
+    (Closes: #865303)
+
+  [ Salvatore Bonaccorso ]
+  * mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
+    (CVE-2017-1000405)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 30 Nov 2017 12:33:47 +0000
+
+linux (4.14-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_4.14
+
+  [ Ben Hutchings ]
+  * debian/control: Set Rules-Requires-Root to no
+  * [armhf] drm: Enable DRM_SUN4I, DRM_SUN4I_HDMI, DRM_SUN4I_BACKEND,
+    DRM_SUN8I_MIXER as modules; and DRM_SUN4I_HDMI_CEC (Closes: #881570)
+  * media: dvb-core: always call invoke_release() in fe_free()
+  * dvb_frontend: don't use-after-free the frontend struct (CVE-2017-16648)
+  * Set ABI name to trunk
+
+  [ Bastian Blank ]
+  * Enable CRYPTO_SHA3.
+
+  [ Riku Voipio ]
+  * [arm64] enable generic server options.
+    - NUMA, ACPI_NUMA, CRASH_DUMP, VFIO, HOTPLUG_PCI, ACPI_CPPC_CPUFREQ,
+      MMC_SDHCI_ACPI, PL330_DMA
+  * [arm64] enable various server platform drivers
+    - NET_XGENE_V2, EDAC_THUNDERX, MMC_CAVIUM_THUNDER,
+      GPIO_XLP, I2C_XLP9XX, SPI_XLP, DRM_HISI_HIBMC, HISI_SAS_PCI,
+      GPIO_WATCHDOG, ARM_SP805_WATCHDOG, ARM_SBSA_WATCHDOG, DW_WATCHDOG
+  * [arm64] enable support for Marvell arm64 boards
+    - CRYPTO_DEV_MARVELL_CESA, MARVELL_PHY, MARVELL_10G_PHY,
+      PHY_MVEBU_CP110_COMPHY, RTC_DRV_MV, RTC_DRV_ARMADA38X, SPI_ARMADA_3700
+      ARMADA_THERMAL, HW_RANDOM_OMAP, CRYPTO_DEV_SAFEXCE
+  * [arm64] 96boards Hikey and Dragonboard support
+    - PCIE_KIRIN, TEE, OPTEE, SND_I2S_HI6210_I2S, DRM_I2C_ADV7511_AUDIO,
+      CMA, USB_ISP176, USB_CHIPIDEA_ULPI, USB_DWC3_ULPI, NOP_USB_XCEIV
+      USB_ULPI, RPMSG_QCOM*, PHY_QCOM*, QCOM_IOMMU, QCOM_CLK*, etc
+    - SERIAL_DEV_BUS for HiKey bluetooth
+  * All options as modules when possible
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 17 Nov 2017 00:16:15 +0000
+
+linux (4.14~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [mips*] Increase RELOCATION_TABLE_SIZE to 0x00120000 (fixes FTBFS)
+  * debian/bin/gencontrol.py: Set encoding to UTF-8 globally
+  * [alpha] udeb: Remove empty fb-modules package (fixes FTBFS)
+  * [armel] udeb: Remove fbcon from fb-modules package
+
+  [ Uwe Kleine-König ]
+  * [arm64] add BRCMFMAC_SDIO for wifi on Raspberry Pi 3 (Closes: #877911)
+
+  [ Vagrant Cascadian ]
+  * Enable SQUASHFS_LZ4 in default config.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 30 Oct 2017 18:31:38 +0000
+
+linux (4.14~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * Update kconfig for 4.14:
+    - [alpha] fbdev: Re-enable FRAMEBUFFER_CONSOLE as built-in
+    - [armel] fbdev: Explicitly disable FRAMEBUFFER_CONSOLE, as it can no
+      longer be a module
+    - [arm64] Re-enable MMC_QCOM_DML
+    - Change RC_CORE back to being a module
+    - power/supply: Enable BATTERY_BQ27XXX and BATTERY_BQ27XXX_HDQ as modules,
+      replacing W1_SLAVE_BQ27000
+  * net: Disable IRDA, which will soon be deleted upstream
+  * [mips*] Increase RELOCATION_TABLE_SIZE to 0x00110000 for all flavours
+    (fixes FTBFS)
+  * i40e: Build for 64-bit targets only (fixes FTBFS on hppa)
+  * Compile with gcc-7 on all architectures
+
+  [ John Paul Adrian Glaubitz ]
+  * [m68k] udeb: Build ata-modules package, include libata
+  * [m68k] udeb: Add ide-cd_mod to cdrom-core-modules
+  * [m68k] udeb: Build ide-core-modules package, include ide-core
+  * [m68k] udeb: Build ide-modules package, include ide-gd_mod
+  * [m68k] udeb: Move old IDE drivers from pata-modules to ide-modules:
+    - buddha, falconide, gayle, macide, q40ide
+  * [m68k] udeb: Add missing SCSI drivers to scsi-modules:
+    - a2091, a3000, a4000t, bvme6000_scsi, gvp11, mvme16x_scsi, zorro7xx
+  * [m68k] Build uncompressed kernel image by default.
+
+  [ Uwe Kleine-König ]
+  * media: drop explicit setting of DVB_MAX_ADAPTERS to follow upstream default
+    (Closes: #878846)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 17 Oct 2017 23:37:52 +0100
+
+linux (4.14~rc3-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * aufs: Update support patchset to aufs4.x-rcN-20171002
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 02 Oct 2017 04:47:08 +0100
+
+linux (4.13.13-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.13.11
+    - workqueue: replace pool->manager_arb mutex with a flag
+    - [x86] ALSA: hda/realtek - Add support for ALC236/ALC3204
+    - [x86] ALSA: hda - fix headset mic problem for Dell machines with alc236
+    - ceph: unlock dangling spinlock in try_flush_caps()
+    - [powerpc*] KVM: PPC: Fix oops when checking KVM_CAP_PPC_HTM
+      (CVE-2017-15306)
+    - [powerpc*] KVM: PPC: Book3S HV: POWER9 more doorbell fixes
+    - [powerpc*] KVM: PPC: Book3S: Protect kvmppc_gpa_to_ua() with SRCU
+    - [s390x] kvm: fix detection of guest machine checks
+    - nbd: handle interrupted sendmsg with a sndtimeo set
+    - spi: uapi: spidev: add missing ioctl header
+    - spi: a3700: Return correct value on timeout detection
+    - spi: bcm-qspi: Fix use after free in bcm_qspi_probe() in error path
+    - spi: armada-3700: Fix failing commands with quad-SPI
+    - ovl: add NULL check in ovl_alloc_inode
+    - ovl: fix EIO from lookup of non-indexed upper
+    - ovl: handle ENOENT on index lookup
+    - ovl: do not cleanup unsupported index entries
+    - fuse: fix READDIRPLUS skipping an entry
+    - xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap()
+    - xen: fix booting ballooned down hvm guest
+    - cifs: Select all required crypto modules
+    - CIFS: Fix NULL pointer deref on SMB2_tcon() failure
+    - Input: elan_i2c - add ELAN0611 to the ACPI table
+    - Input: gtco - fix potential out-of-bound access (CVE-2017-16643)
+    - Fix encryption labels and lengths for SMB3.1.1
+    - SMB3: Validate negotiate request must always be signed
+    - assoc_array: Fix a buggy node-splitting case (CVE-2017-12193)
+    - [s390x] scsi: zfcp: fix erp_action use-before-initialize in REC action
+      trace
+    - scsi: aacraid: Fix controller initialization failure
+    - scsi: qla2xxx: Initialize Work element before requesting IRQs
+    - scsi: sg: Re-fix off by one in sg_fill_request_table()
+    - [x86] cpu/AMD: Apply the Erratum 688 fix when the BIOS doesn't
+    - [x86] drm/amd/powerplay: fix uninitialized variable
+    - [x86] drm/i915/perf: fix perf enable/disable ioctls with 32bits
+      userspace
+    - [armhf] can: sun4i: fix loopback mode
+    - can: kvaser_usb: Correct return value in printout
+    - can: kvaser_usb: Ignore CMD_FLUSH_QUEUE_REPLY messages
+    - cfg80211: fix connect/disconnect edge cases
+    - ipsec: Fix aborted xfrm policy dump crash
+    - [armhf] regulator: fan53555: fix I2C device ids (Closes: #879768)
+    - [powerpc*] xive: Fix the size of the cpumask used in
+      xive_find_target_in_mask()
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.13.12
+    - ALSA: timer: Add missing mutex lock for compat ioctls
+    - ALSA: seq: Fix nested rwsem annotation for lockdep splat
+    - cifs: check MaxPathNameComponentLength != 0 before using it
+      (Closes: #880504)
+    - KEYS: return full count in keyring_read() if buffer is too small
+    - KEYS: trusted: fix writing past end of buffer in trusted_read()
+    - KEYS: fix out-of-bounds read during ASN.1 parsing
+    - ASoC: adau17x1: Workaround for noise bug in ADC
+    - virtio_blk: Fix an SG_IO regression
+    - [arm64] ensure __dump_instr() checks addr_limit
+    - [arm64] KVM: its: Fix missing dynamic allocation check in scan_its_table
+    - [armhf, arm64] KVM: set right LR register value for 32 bit guest when
+      inject abort
+    - [armhf,arm64] kvm: Disable branch profiling in HYP code
+    - [armhf] dts: mvebu: pl310-cache disable double-linefill
+    - drm/amdgpu: return -ENOENT from uvd 6.0 early init for harvesting
+    - drm/amdgpu: allow harvesting check for Polaris VCE
+    - userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of
+      i_size
+    - ocfs2: fstrim: Fix start offset of first cluster group during fstrim
+    - fs/hugetlbfs/inode.c: fix hwpoison reserve accounting
+    - mm, swap: fix race between swap count continuation operations
+    - [x86] drm/i915: Do not rely on wm preservation for ILK watermarks
+    - [x86] drm/i915/edp: read edp display control registers unconditionally
+    - [mips*] bpf: Fix a typo in build_one_insn()
+    - [mips*] smp-cmp: Use right include for task_struct
+    - [mips*] SMP: Fix deadlock & online race
+    - Revert "x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz""
+    - [powerpc*] kprobes: Dereference function pointers only if the address
+      does not belong to kernel text
+    - futex: Fix more put_pi_state() vs. exit_pi_state_list() races
+    - perf/cgroup: Fix perf cgroup hierarchy support
+    - [x86] mcelog: Get rid of RCU remnants
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.13.13
+    - netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to
+      rhashtable"
+    - netfilter: nft_set_hash: disable fast_ops for 2-len keys (Closes: #880145)
+    - workqueue: Fix NULL pointer dereference
+    - crypto: ccm - preserve the IV buffer
+    - [x86] crypto: sha1-mb - fix panic due to unaligned access
+    - [x86] crypto: sha256-mb - fix panic due to unaligned access
+    - KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]
+    - [x86] ACPI / PM: Blacklist Low Power S0 Idle _DSM for Dell XPS13 9360
+    - ACPICA: Dispatch active GPEs at init time
+    - ACPICA: Make it possible to enable runtime GPEs earlier
+    - ACPI / scan: Enable GPEs before scanning the namespace
+    - [armel,armhf] 8720/1: ensure dump_instr() checks addr_limit
+    - ALSA: timer: Limit max instances per timer
+    - ALSA: usb-audio: support new Amanero Combo384 firmware version
+    - [x86] ALSA: hda - fix headset mic problem for Dell machines with alc274
+    - ALSA: seq: Fix OSS sysex delivery in OSS emulation
+    - ALSA: seq: Avoid invalid lockdep class warning
+    - [mips*] Fix CM region target definitions
+    - [powerpc*] KVM: Book3S HV: Fix exclusion between HPT resizing and other
+      HPT updates
+    - Input: elan_i2c - add ELAN060C to the ACPI table
+    - rbd: use GFP_NOIO for parent stat and data requests
+    - [x86] drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issue
+    - [armhf] can: sun4i: handle overrun in RX FIFO
+    - can: peak: Add support for new PCIe/M2 CAN FD interfaces
+    - [x86] debug: Handle warnings before the notifier chain, to fix KGDB crash
+    - [x86] smpboot: Make optimization of delay calibration work correctly
+    - [x86] oprofile/ppro: Do not use __this_cpu*() in preemptible context
+
+  [ Salvatore Bonaccorso ]
+  * mac80211: accept key reinstall without changing anything (CVE-2017-13080)
+  * sctp: do not peel off an assoc from one netns to another one
+    (CVE-2017-15115)
+
+  [ Ben Hutchings ]
+  * linux-image: Recommend apparmor, as systemd units with an AppArmor
+    profile will fail without it (Closes: #880441)
+  * [powerpc*] kvm: Ignore ABI change in 4.13.6 (fixes FTBFS)
+  * swap: Avoid ABI change in 4.13.12
+  * mac80211: use constant time comparison with keys
+  * mac80211: don't compare TKIP TX MIC key in reinstall prevention
+  * usb: usbtest: fix NULL pointer dereference (CVE-2017-16532)
+  * media: cx231xx-cards: fix NULL-deref on missing association descriptor
+    (CVE-2017-16536)
+  * media: imon: Fix null-ptr-deref in imon_probe (CVE-2017-16537)
+  * media: dib0700: fix invalid dvb_detach argument (CVE-2017-16646)
+  * net: usb: asix: fill null-ptr-deref in asix_suspend (CVE-2017-16647)
+  * net: cdc_ether: fix divide by 0 on bad descriptors (CVE-2017-16649)
+  * net: qmi_wwan: fix divide by 0 on bad descriptors (CVE-2017-16650)
+  * nftables: Enable NFT_RT, NFT_SET_BITMAP, NFT_OBJREF as modules
+    (Closes: #881931)
+  * [powerpc*/*64*] drm: Enable DRM_AMDGPU as module (Closes: #881593)
+  * amdgpu: Enable DRM_AMDGPU_USERPTR on all architectures
+  * amdgpu: Enable DRM_AMDGPU_SI, CONFIG_DRM_AMDGPU_CIK (Closes: #847570)
+  * [arm64,x86] net/wireless: Enable RTL8723BS as module (Closes: #881568)
+  * [arm64] nvmem: Enable NVMEM_SUNXI_SID as module (Closes: #881567)
+  * [x86] rmi4: Disable RMI4_SMB (Closes: #880471)
+  * ALSA: timer: Avoid ABI change in 4.13.13
+  * netfilter: nat: Avoid ABI change in 4.13.13
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 16 Nov 2017 21:04:10 +0000
+
+linux (4.13.10-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.13.5
+    - cifs: check rsp for NULL before dereferencing in SMB2_open
+    - cifs: release cifs root_cred after exit_cifs
+    - cifs: release auth_key.response for reconnect.
+    - nvme-pci: fix host memory buffer allocation fallback
+    - nvme-pci: use appropriate initial chunk size for HMB allocation
+    - nvme-pci: propagate (some) errors from host memory buffer setup
+    - dax: remove the pmem_dax_ops->flush abstraction
+    - dm integrity: do not check integrity for failed read operations
+    - mmc: block: Fix incorrectly initialized requests
+    - fs/proc: Report eip/esp in /prod/PID/stat for coredumping
+    - scsi: scsi_transport_fc: fix NULL pointer dereference in
+      fc_bsg_job_timeout
+    - cifs: SMB3: Add support for multidialect negotiate (SMB2.1 and later)
+    - mac80211: fix VLAN handling with TXQs
+    - mac80211_hwsim: Use proper TX power
+    - mac80211: flush hw_roc_start work before cancelling the ROC
+    - genirq: Make sparse_irq_lock protect what it should protect
+    - genirq/msi: Fix populating multiple interrupts
+    - genirq: Fix cpumask check in __irq_startup_managed()
+    - [powerpc*] KVM: Book3S HV: Hold kvm->lock around call to
+      kvmppc_update_lpcr
+    - [powerpc*] KVM: Book3S HV: Fix bug causing host SLB to be restored
+      incorrectly
+    - [powerpc*] KVM: PPC: Book3S HV: Don't access XIVE PIPR register using
+      byte accesses
+    - tracing: Fix trace_pipe behavior for instance traces
+    - tracing: Erase irqsoff trace with empty write
+    - tracing: Remove RCU work arounds from stack tracer
+    - md/raid5: fix a race condition in stripe batch
+    - md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_list
+    - scsi: aacraid: Fix 2T+ drives on SmartIOC-2000
+    - scsi: aacraid: Add a small delay after IOP reset
+    - [armhf] drm/exynos: Fix locking in the suspend/resume paths
+    - [x86] drm/i915/gvt: Fix incorrect PCI BARs reporting
+    - Revert "drm/i915/bxt: Disable device ready before shutdown command"
+    - drm/amdgpu: revert tile table update for oland
+    - drm/radeon: disable hard reset in hibernate for APUs
+    - crypto: drbg - fix freeing of resources
+    - security/keys: properly zero out sensitive key material in big_key
+    - security/keys: rewrite all of big_key crypto
+    - KEYS: fix writing past end of user-supplied buffer in keyring_read()
+    - KEYS: prevent creating a different user's keyrings
+    - [x86] libnvdimm, namespace: fix btt claim class crash
+    - [powerpc*] eeh: Create PHB PEs after EEH is initialized
+    - [powerpc*] pseries: Fix parent_dn reference leak in add_dt_node()
+    - [powerpc*] tm: Flush TM only if CPU has TM feature
+    - [mips*] Fix perf event init
+    - [s390x] perf: fix bug when creating per-thread event
+    - [s390x] mm: make pmdp_invalidate() do invalidation only
+    - [s390x] mm: fix write access check in gup_huge_pmd()
+    - PM: core: Fix device_pm_check_callbacks()
+    - Revert "IB/ipoib: Update broadcast object if PKey value was changed in
+      index 0"
+    - cifs: Fix SMB3.1.1 guest authentication to Samba
+    - cifs: SMB3: Fix endian warning
+    - cifs: SMB3: Warn user if trying to sign connection that authenticated as
+      guest
+    - cifs: SMB: Validate negotiate (to protect against downgrade) even if
+      signing off
+    - cifs: SMB3: handle new statx fields
+    - cifs: SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags
+    - vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsets
+    - libceph: don't allow bidirectional swap of pg-upmap-items
+    - brd: fix overflow in __brd_direct_access
+    - gfs2: Fix debugfs glocks dump
+    - bsg-lib: don't free job in bsg_prepare_job
+    - iw_cxgb4: drop listen destroy replies if no ep found
+    - iw_cxgb4: remove the stid on listen create failure
+    - iw_cxgb4: put ep reference in pass_accept_req()
+    - rcu: Allow for page faults in NMI handlers
+    - mmc: sdhci-pci: Fix voltage switch for some Intel host controllers
+    - extable: Consolidate *kernel_text_address() functions
+    - extable: Enable RCU if it is not watching in kernel_text_address()
+    - seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()
+    - [arm64] Make sure SPsel is always set
+    - [arm64] mm: Use READ_ONCE when dereferencing pointer to pte table
+    - [arm64] fault: Route pte translation faults via do_translation_fault
+    - [x86] KVM: VMX: extract __pi_post_block
+    - [x86] KVM: VMX: avoid double list add with VT-d posted interrupts
+    - [x86] KVM: VMX: simplify and fix vmx_vcpu_pi_load
+    - [x86] KVM: nVMX: fix HOST_CR3/HOST_CR4 cache
+    - [x86] kvm: Handle async PF in RCU read-side critical sections
+    - xfs: validate bdev support for DAX inode flag
+    - sched/sysctl: Check user input value of sysctl_sched_time_avg
+    - irq/generic-chip: Don't replace domain's name
+    - mtd: Fix partition alignment check on multi-erasesize devices
+    - [armhf] etnaviv: fix submit error path
+    - [armhf] etnaviv: fix gem object list corruption
+    - futex: Fix pi_state->owner serialization
+    - md: fix a race condition for flush request handling
+    - md: separate request handling
+    - PCI: Fix race condition with driver_override
+    - btrfs: fix NULL pointer dereference from free_reloc_roots()
+    - btrfs: clear ordered flag on cleaning up ordered extents
+    - btrfs: finish ordered extent cleaning if no progress is found
+    - btrfs: propagate error to btrfs_cmp_data_prepare caller
+    - btrfs: prevent to set invalid default subvolid
+    - [x86] platform: fujitsu-laptop: Don't oops when FUJ02E3 is not presnt
+    - PM / OPP: Call notifier without holding opp_table->lock
+    - [x86] mm: Fix fault error path using unsafe vma pointer
+    - [x86] fpu: Don't let userspace set bogus xcomp_bv (CVE-2017-15537)
+    - [x86] KVM: VMX: do not change SN bit in vmx_update_pi_irte()
+    - [x86] KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt
+    - [x86] KVM: VMX: use cmpxchg64
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.13.6
+    - [armhf,arm64] usb: dwc3: ep0: fix DMA starvation by assigning req->trb on
+      ep0
+    - mlxsw: spectrum: Fix EEPROM access in case of SFP/SFP+
+    - net: bonding: Fix transmit load balancing in balance-alb mode if
+      specified by sysfs
+    - openvswitch: Fix an error handling path in
+      'ovs_nla_init_match_and_action()'
+    - net: bonding: fix tlb_dynamic_lb default value
+    - net_sched: gen_estimator: fix scaling error in bytes/packets samples
+    - net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walker
+    - sctp: potential read out of bounds in sctp_ulpevent_type_enabled()
+    - tcp: update skb->skb_mstamp more carefully
+    - bpf/verifier: reject BPF_ALU64|BPF_END
+    - tcp: fix data delivery rate
+    - udpv6: Fix the checksum computation when HW checksum does not apply
+    - ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header
+    - net: phy: Fix mask value write on gmii2rgmii converter speed register
+    - ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdline
+    - net/sched: cls_matchall: fix crash when used with classful qdisc
+    - 8139too: revisit napi_complete_done() usage
+    - bpf: do not disable/enable BH in bpf_map_free_id()
+    - tcp: fastopen: fix on syn-data transmit failure
+    - [powerpc*] net: emac: Fix napi poll list corruption
+    - net: ipv6: fix regression of no RTM_DELADDR sent after DAD failure
+    - packet: hold bind lock when rebinding to fanout hook (CVE-2017-15649)
+    - net: change skb->mac_header when Generic XDP calls adjust_head
+    - net_sched: always reset qdisc backlog in qdisc_reset()
+    - [armhf,arm64] net: stmmac: Cocci spatch "of_table"
+    - [arm64] net: qcom/emac: specify the correct size when mapping a DMA buffer
+    - vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit
+    - l2tp: fix race condition in l2tp_tunnel_delete
+    - tun: bail out from tun_get_user() if the skb is empty
+    - [armhf,arm64] net: dsa: mv88e6xxx: Allow dsa and cpu ports in multiple
+      vlans
+    - [armhf,arm64] net: dsa: Fix network device registration order
+    - packet: in packet_do_bind, test fanout with bind_lock held (CVE-2017-15649)
+    - packet: only test po->has_vnet_hdr once in packet_snd
+    - [armhf,arm64] net: dsa: mv88e6xxx: lock mutex when freeing IRQs
+    - net: Set sk_prot_creator when cloning sockets to the right proto
+    - net/mlx5e: IPoIB, Fix access to invalid memory address
+    - netlink: do not proceed if dump's start() errs
+    - ip6_gre: ip6gre_tap device should keep dst
+    - ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx path
+    - IPv4: early demux can return an error code
+    - tipc: use only positive error codes in messages
+    - l2tp: fix l2tp_eth module loading
+    - socket, bpf: fix possible use after free
+    - net: rtnetlink: fix info leak in RTM_GETSTATS call
+    - [amd64] bpf: fix bpf_tail_call() x64 JIT
+    - usb: gadget: core: fix ->udc_set_speed() logic
+    - USB: gadgetfs: Fix crash caused by inadequate synchronization
+    - USB: gadgetfs: fix copy_to_user while holding spinlock
+    - usb: gadget: udc: atmel: set vbus irqflags explicitly
+    - usb-storage: unusual_devs entry to fix write-access regression for
+      Seagate external drives
+    - usb-storage: fix bogus hardware error messages for ATA pass-thru devices
+    - ALSA: usb-audio: Check out-of-bounds access by corrupted buffer descriptor
+    - usb: pci-quirks.c: Corrected timeout values used in handshake
+    - USB: cdc-wdm: ignore -EPIPE from GetEncapsulatedResponse
+    - USB: dummy-hcd: fix connection failures (wrong speed)
+    - USB: dummy-hcd: fix infinite-loop resubmission bug
+    - USB: dummy-hcd: Fix erroneous synchronization change
+    - USB: devio: Prevent integer overflow in proc_do_submiturb()
+    - USB: g_mass_storage: Fix deadlock when driver is unbound
+    - USB: uas: fix bug in handling of alternate settings
+    - USB: core: harden cdc_parse_cdc_header
+    - usb: Increase quirk delay for USB devices
+    - USB: fix out-of-bounds in usb_set_configuration
+    - usb: xhci: Free the right ring in xhci_add_endpoint()
+    - xhci: fix finding correct bus_state structure for USB 3.1 hosts
+    - xhci: fix wrong endpoint ESIT value shown in tracing
+    - usb: host: xhci-plat: allow sysdev to inherit from ACPI
+    - xhci: Fix sleeping with spin_lock_irq() held in ASmedia 1042A workaround
+    - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor
+    - [x86] Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"
+    - [armhf] iio: adc: twl4030: Fix an error handling path in
+      'twl4030_madc_probe()'
+    - [armhf] iio: adc: twl4030: Disable the vusb3v1 rugulator in the error
+      handling path of 'twl4030_madc_probe()'
+    - iio: core: Return error for failed read_reg
+    - uwb: properly check kthread_run return value
+    - uwb: ensure that endpoint is interrupt
+    - ksm: fix unlocked iteration over vmas in cmp_and_merge_page()
+    - mm, hugetlb, soft_offline: save compound page order before page migration
+    - mm, oom_reaper: skip mm structs with mmu notifiers
+    - mm: fix RODATA_TEST failure "rodata_test: test data was not read only"
+    - mm: avoid marking swap cached page as lazyfree
+    - mm: fix data corruption caused by lazyfree page
+    - userfaultfd: non-cooperative: fix fork use after free
+    - ALSA: compress: Remove unused variable
+    - Revert "ALSA: echoaudio: purge contradictions between dimension matrix
+      members and total number of members"
+    - ALSA: usx2y: Suppress kernel warning at page allocation failures
+    - [powerpc*] powernv: Increase memory block size to 1GB on radix
+    - [powerpc*] Fix action argument for cpufeatures-based TLB flush
+    - percpu: make this_cpu_generic_read() atomic w.r.t. interrupts
+    - [x86] intel_th: pci: Add Lewisburg PCH support
+    - driver core: platform: Don't read past the end of "driver_override" buffer
+    - cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute()
+      returns
+    - [x86] Drivers: hv: fcopy: restore correct transfer length
+    - [x86] vmbus: don't acquire the mutex in vmbus_hvsock_device_unregister()
+    - ftrace: Fix kmemleak in unregister_ftrace_graph
+    - ovl: fix error value printed in ovl_lookup_index()
+    - ovl: fix dput() of ERR_PTR in ovl_cleanup_index()
+    - ovl: fix dentry leak in ovl_indexdir_cleanup()
+    - ovl: fix missing unlock_rename() in ovl_do_copy_up()
+    - ovl: fix regression caused by exclusive upper/work dir protection
+    - [arm64] dt marvell: Fix AP806 system controller size
+    - [arm64] Ensure the instruction emulation is ready for userspace
+    - HID: rmi: Make sure the HID device is opened on resume
+    - HID: i2c-hid: allocate hid buffers for real worst case
+    - HID: wacom: leds: Don't try to control the EKR's read-only LEDs
+    - HID: wacom: Properly report negative values from Intuos Pro 2 Bluetooth
+    - HID: wacom: Correct coordinate system of touchring and pen twist
+    - HID: wacom: generic: Send MSC_SERIAL and ABS_MISC when leaving prox
+    - HID: wacom: generic: Clear ABS_MISC when tool leaves proximity
+    - HID: wacom: Always increment hdev refcount within wacom_get_hdev_data
+    - HID: wacom: bits shifted too much for 9th and 10th buttons
+    - btrfs: avoid overflow when sector_t is 32 bit
+    - Btrfs: fix overlap of fs_info::flags values
+    - dm crypt: reject sector_size feature if device length is not aligned to it
+    - dm ioctl: fix alignment of event number in the device list
+    - dm crypt: fix memory leak in crypt_ctr_cipher_old()
+    - [powerpc*] KVM: Book3S: Fix server always zero from kvmppc_xive_get_xive()
+    - [x86] kvm: Avoid async PF preempting the kernel incorrectly
+    - iwlwifi: mvm: use IWL_HCMD_NOCOPY for MCAST_FILTER_CMD
+    - scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAP
+    - scsi: sd: Do not override max_sectors_kb sysfs setting
+    - brcmfmac: setup passive scan if requested by user-space
+    - [x86] drm/i915: always update ELD connector type after get modes
+    - [x86] drm/i915/bios: ignore HDMI on port A
+    - bsg-lib: fix use-after-free under memory-pressure
+    - nvme-pci: Use PCI bus address for data/queues in CMB
+    - mmc: core: add driver strength selection when selecting hs400es
+    - nl80211: Define policy for packet pattern attributes
+    - [armhf] clk: samsung: exynos4: Enable VPLL and EPLL clocks for
+      suspend/resume cycle
+    - udp: perform source validation for mcast early demux
+    - udp: fix bcast packet reception
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.13.7
+    - watchdog: Revert "iTCO_wdt: all versions count down twice"
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.13.8
+    - USB: dummy-hcd: Fix deadlock caused by disconnect detection
+    - [mips*] math-emu: Remove pr_err() calls from fpu_emu()
+    - [mips*] bpf: Fix uninitialised target compiler error
+    - [x86] mei: always use domain runtime pm callbacks.
+    - [armhf] dmaengine: edma: Align the memcpy acnt array size with the
+      transfer
+    - [armhf] dmaengine: ti-dma-crossbar: Fix possible race condition with
+      dma_inuse
+    - NFS: Fix uninitialized rpc_wait_queue
+    - nfs/filelayout: fix oops when freeing filelayout segment
+    - HID: usbhid: fix out-of-bounds bug
+    - crypto: skcipher - Fix crash on zero-length input
+    - crypto: shash - Fix zero-length shash ahash digest crash
+    - [x86] KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit
+    - [x86] pinctrl/amd: Fix build dependency on pinmux code
+    - [x86] iommu/amd: Finish TLB flush in amd_iommu_unmap()
+    - device property: Track owner device of device property
+    - Revert "vmalloc: back off when the current task is killed"
+    - fs/mpage.c: fix mpage_writepage() for pages with buffers
+    - ALSA: usb-audio: Kill stray URB at exiting
+    - ALSA: seq: Fix copy_from_user() call inside lock
+    - ALSA: caiaq: Fix stray URB at probe error path
+    - ALSA: line6: Fix NULL dereference at podhd_disconnect()
+    - ALSA: line6: Fix missing initialization before error path
+    - ALSA: line6: Fix leftover URB at error-path during probe
+    - drm/atomic: Unref duplicated drm_atomic_state in
+      drm_atomic_helper_resume()
+    - [x86] drm/i915/edp: Get the Panel Power Off timestamp after panel is off
+    - [x86] drm/i915: Read timings from the correct transcoder in
+      intel_crtc_mode_get()
+    - [x86] drm/i915/bios: parse DDI ports also for CHV for HDMI DDC pin and DP
+      AUX channel
+    - [x86] drm/i915: Use crtc_state_is_legacy_gamma in intel_color_check
+    - usb: gadget: configfs: Fix memory leak of interface directory data
+    - usb: gadget: composite: Fix use-after-free in
+      usb_composite_overwrite_options
+    - [arm64] PCI: aardvark: Move to struct pci_host_bridge IRQ mapping
+      functions
+    - [armhf,armhf] Revert "PCI: tegra: Do not allocate MSI target memory"
+    - direct-io: Prevent NULL pointer access in submit_page_section
+    - fix unbalanced page refcounting in bio_map_user_iov (CVE-2017-12190)
+    - more bio_map_user_iov() leak fixes
+    - bio_copy_user_iov(): don't ignore ->iov_offset
+    - perf script: Add missing separator for "-F ip,brstack" (and brstackoff)
+    - genirq/cpuhotplug: Enforce affinity setting on startup of managed irqs
+    - genirq/cpuhotplug: Add sanity check for effective affinity mask
+    - USB: serial: cp210x: fix partnum regression
+    - USB: serial: console: fix use-after-free on disconnect
+    - USB: serial: console: fix use-after-free after failed setup
+    - RAS/CEC: Use the right length for "cec_disable"
+    - [x86] alternatives: Fix alt_max_short macro to really be a max()
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.13.9
+    - [x86] apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on CPUs
+      without the feature
+    - [x86] apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on
+      hypervisors
+    - [armhf,arm64] perf pmu: Unbreak perf record for arm/arm64 with events
+      with explicit PMU
+    - mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lock
+    - HID: hid-elecom: extend to fix descriptor for HUGE trackball
+    - [x86] Drivers: hv: vmbus: Fix rescind handling issues
+    - [x86] Drivers: hv: vmbus: Fix bugs in rescind handling
+    - [x86] vmbus: simplify hv_ringbuffer_read
+    - [x86] vmbus: refactor hv_signal_on_read
+    - [x86] vmbus: eliminate duplicate cached index
+    - [x86] vmbus: more host signalling avoidance
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.13.10
+    - USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()
+    - usb: hub: Allow reset retry for USB2 devices on connect bounce
+    - ALSA: usb-audio: Add native DSD support for Pro-Ject Pre Box S2 Digital
+    - can: gs_usb: fix busy loop if no more TX context is available
+    - scsi: qla2xxx: Fix uninitialized work element
+    - nbd: don't set the device size until we're connected
+    - [s390x] cputime: fix guest/irq/softirq times after CPU hotplug
+    - [hppa/parisc] Fix double-word compare and exchange in LWS code on 32-bit
+      kernels
+    - [hppa] Fix detection of nonsynchronous cr16 cycle counters
+    - iio: dummy: events: Add missing break
+    - [armhf] usb: musb: sunxi: Explicitly release USB PHY on exit
+    - [armhf] USB: musb: fix session-bit runtime-PM quirk
+    - [armhf] USB: musb: fix late external abort on suspend
+    - [armhf] usb: musb: musb_cppi41: Fix the address of teardown and autoreq
+      registers
+    - [armhf] usb: musb: musb_cppi41: Fix cppi41_set_dma_mode() for DA8xx
+    - [armhf] usb: musb: musb_cppi41: Configure the number of channels for DA8xx
+    - [armhf] usb: musb: Check for host-mode using is_host_active() on reset
+      interrupt
+    - xhci: Identify USB 3.1 capable hosts by their port protocol capability
+    - xhci: Cleanup current_cmd in xhci_cleanup_command_queue()
+    - usb: xhci: Reset halted endpoint if trb is noop
+    - usb: xhci: Handle error condition in xhci_stop_device()
+    - can: esd_usb2: Fix can_dlc value for received RTR, frames
+    - can: af_can: can_pernet_init(): add missing error handling for kzalloc
+      returning NULL
+    - KEYS: encrypted: fix dereference of NULL user_key_payload
+    - mmc: sdhci-pci: Fix default d3_retune for Intel host controllers
+    - [x86] drm/i915: Use bdw_ddi_translations_fdi for Broadwell
+    - drm/nouveau/kms/nv50: fix oops during DP IRQ handling on non-MST boards
+    - drm/nouveau/bsp/g92: disable by default
+    - drm/nouveau/mmu: flush tlbs before deleting page tables
+    - media: cec: Respond to unregistered initiators, when applicable
+    - media: dvb: i2c transfers over usb cannot be done from stack
+    - ALSA: seq: Enable 'use' locking in all configurations
+    - ALSA: hda: Remove superfluous '-' added by printk conversion
+    - ALSA: hda: Abort capability probe at invalid register read
+    - [x86] i2c: ismt: Separate I2C block read from SMBus block read
+    - [x86] i2c: piix4: Fix SMBus port selection for AMD Family 17h chips
+    - Revert "tools/power turbostat: stop migrating, unless '-m'"
+    - brcmfmac: Add check for short event packets
+    - brcmsmac: make some local variables 'static const' to reduce stack size
+    - [armhf] dts: sun6i: Fix endpoint IDs in second display pipeline
+    - [i386] clockevents/drivers/cs5535: Improve resilience to spurious
+      interrupts
+    - rtlwifi: rtl8821ae: Fix connection lost problem
+    - [x86] microcode/intel: Disable late loading on model 79
+    - lib/digsig: fix dereference of NULL user_key_payload
+    - fscrypt: fix dereference of NULL user_key_payload
+    - ecryptfs: fix dereference of NULL user_key_payload
+    - KEYS: Fix race between updating and finding a negative key
+      (CVE-2017-15951)
+    - FS-Cache: fix dereference of NULL user_key_payload
+    - KEYS: don't let add_key() update an uninstantiated key (CVE-2017-15299)
+    - pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.
+    - [arm64] dts: rockchip: correct vqmmc voltage for rk3399 platforms
+    - ALSA: hda - Fix incorrect TLV callback check introduced during set_fs()
+      removal
+    - iomap_dio_rw: Allocate AIO completion queue before submitting dio
+    - xfs: don't unconditionally clear the reflink flag on zero-block files
+    - xfs: evict CoW fork extents when performing finsert/fcollapse
+    - fs/xfs: Use %pS printk format for direct addresses
+    - xfs: report zeroed or not correctly in xfs_zero_range()
+    - xfs: update i_size after unwritten conversion in dio completion
+    - xfs: perag initialization should only touch m_ag_max_usable for AG 0
+    - xfs: Capture state of the right inode in xfs_iflush_done
+    - xfs: always swap the cow forks when swapping extents
+    - xfs: handle racy AIO in xfs_reflink_end_cow
+    - xfs: Don't log uninitialised fields in inode structures
+    - xfs: move more RT specific code under CONFIG_XFS_RT
+    - xfs: don't change inode mode if ACL update fails
+    - xfs: reinit btree pointer on attr tree inactivation walk
+    - xfs: handle error if xfs_btree_get_bufs fails
+    - xfs: cancel dirty pages on invalidation
+    - xfs: trim writepage mapping to within eof
+    - xfs: move two more RT specific functions into CONFIG_XFS_RT
+
+  [ Ben Hutchings ]
+  * [arm64] brcmfmac: Enable BRCMFMAC_SDIO (Closes: #877911)
+  * Update build dependencies on libbabeltrace[,-ctf}-dev
+  * linux-kbuild: Include scripts/ld-version.sh, needed for powerpc 64-bit
+    modules
+  * dax: Avoid most ABI changes in 4.13.5
+  * SCSI: Avoid ABI change in 4.13.6
+  * [x86] kvm: Ignore ABI change in 4.13.6
+  * inet, l2tp, snd-seq, usb/gadget: Ignore ABI changes
+  * [armel,armhf] mbus: Ignore ABI change in 4.13.10
+  * Revert "bpf: one perf event close won't free bpf program attached ..."
+    to avoid an ABI change
+  * [armel] security: Enable SECURITY_APPARMOR and disable SECURITY_SELINUX
+  * security: Enable DEFAULT_SECURITY_APPARMOR
+  * mac80211: Avoid ABI change in 4.13.5
+  * [x86] rmi4: Enable RMI4_SMB as module (Closes: #875621)
+  * KEYS: Limit ABI change in 4.13.10
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 30 Oct 2017 15:32:11 +0000
+
+linux (4.13.4-2) unstable; urgency=medium
+
+  [ Ben Hutchings ]
+  * [armhf,arm64] thermal: Enable BCM2835_THERMAL as module (Closes: #877699)
+
+  [ Salvatore Bonaccorso ]
+  * brcmfmac: add length check in brcmf_cfg80211_escan_handler()
+    (CVE-2017-0786)
+  * [powerpc*] Use emergency stack for kernel TM Bad Thing program
+    (CVE-2017-1000255)
+  * [powerpc*] Fix illegal TM state in signal handler
+  * mac80211: fix deadlock in driver-managed RX BA session start.
+    Thanks to Eric Côté (Closes: #878092)
+  * KEYS: prevent KEYCTL_READ on negative key (CVE-2017-12192)
+  * waitid(): Add missing access_ok() checks (CVE-2017-5123)
+  * ALSA: seq: Fix use-after-free at creating a port (CVE-2017-15265)
+  * [x86] KVM: nVMX: update last_nonleaf_level when initializing nested EPT
+    (CVE-2017-12188)
+  * [x86] KVM: MMU: always terminate page walks at level 1 (CVE-2017-12188)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 15 Oct 2017 08:57:36 +0200
+
+linux (4.13.4-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.13.3
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.13.4
+
+  [ Ben Hutchings ]
+  * [armhf,arm64] mmc: Enable MMC_BCM2835 (Closes: #845422)
+  * [arm64ilp32] Build a linux-libc-dev package (Closes: #874536)
+  * [mips*r6*] Re-enable these architectures, now that dak knows about them
+    (Closes: #825024)
+  * [x86] Enable INTEL_CHT_INT33FE as module (Closes: #873164)
+  * [armhf] Enable AXP20X_ADC, CHARGER_AXP20X, BATTERY_AXP20X, GPIO_AXP209,
+    AXP288_CHARGER, AXP288_FUEL_GAUGE, EXTCON_AXP288, AXP288_ADC as modules
+    (Closes: #873038)
+  * thp: Enable TRANSPARENT_HUGEPAGE_ALWAYS instead of
+    TRANSPARENT_HUGEPAGE_MADVISE
+  * ALSA: Enable SND_OSSEMUL, a new dependency of SND_{MIXER,PCM}_OSS
+  * [armel] rtc: Disable RTC_NVMEM
+  * [x86] hyperv-daemons: Use pid file name in init script status operation
+  * Update policy version to 4.1.1:
+    - linux-doc: Build an empty package when the nodoc profile is used
+    - [x86] hyperv-daemons: Create pid files under /run, not /var/run
+    - Change all binary packages with priority: extra to priority: optional
+    - Install copyright file (and some other documentation) when the nodoc
+      profile is used
+  * debian/control: Move many build dependencies to Build-Depends-Arch field
+  * debian/control: Remove obsolete workarounds and alternate build deps
+  * usbip: Stop building broken libusbip-dev package
+  * Rename lintian-overrides template files to be consistent
+  * linux-image-dbg: Override lintian errors binary-from-other-architecture and
+    shlib-without-PT_GNU_STACK-section for vDSOs
+  * [armhf] dts: exynos: Add dwc3 SUSPHY quirk (Closes: #843448)
+  * liblockdep: Make missing function declarations fatal errors, to catch use
+    of missing kernel APIs
+  * liblockdep: Define pr_cont()
+  * Set ABI to 1
+
+  [ Uwe Kleine-König ]
+  * [arm64] really enable NET_DSA_MV88E6XXX for Espressobin
+
+  [ John Paul Adrian Glaubitz ]
+  * [m68k] Enable CONFIG_PATA_FALCON as module.
+
+  [ Salvatore Bonaccorso ]
+  * fix infoleak in waitid(2) (CVE-2017-14954)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 01 Oct 2017 15:52:09 +0100
+
+linux (4.13.2-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.13.2
+
+  [ Uwe Kleine-König ]
+  * USB/misc: reenable UCSI which got lost due to upstream changes
+  * update kernel config templates for upstream changes
+  * [amd64] enable CONFIG_SPI_PXA2XX for Apple MacBook Pro (Closes: #872004)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 19 Sep 2017 18:35:42 +0100
+
+linux (4.13.1-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_4.13
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.13.1
+
+  [ Roger Shimizu ]
+  * debian/bin/buildcheck.py:
+    Add check for uncompressed Image size, which is necessary for
+    armel/marvell flavour currently.
+
+  [ Ben Hutchings ]
+  * [mips*/octeon] mmc: Enable MMC_CAVIUM_OCTEON as module (Closes: #800594)
+
+  [ Uwe Kleine-König ]
+  * [arm64] enable NET_DSA_MV88E6XXX for Espressobin.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 11 Sep 2017 05:40:04 +0100
+
+linux (4.13~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [sh4] Do not use hyphen in exported variable names (fixes FTBFS)
+  * aufs: Update support patchset to aufs4.x-rcN-20170828
+
+  [ Roger Shimizu ]
+  * [armel] Disable CONFIG_STRICT_KERNEL_RWX, which will save about 3MB
+    on linux Image (before compression). (Closes: #870185)
+  * [armel] Change MTD_OF_PARTS, MTD_BLOCK, and MTD_PHYSMAP_OF from
+    built-in to modules.
+    Also change all RTC related except RTC_DRV_MV, which includes
+    RTC_DRV_DS1307, RTC_DRV_RS5C372, RTC_DRV_PCF8563, RTC_DRV_M41T80,
+    and RTC_DRV_S35390A, to modules. Because most marvell boards use
+    RTC_DRV_MV. (above two fix FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 30 Aug 2017 20:39:57 +0100
+
+linux (4.13~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * cpupower: Add/update definition of MSRHEADER macro for turbostat and
+    x86_energy_perf_policy
+  * Remove support for upstream DocBook-based documentation, including the
+    linux-manual package
+  * liblockdep: Re-enable liblockdep packages following upstream fixes
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 14 Aug 2017 23:20:50 +0100
+
+linux (4.12.13-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.12.13
+    - mtd: nand: make Samsung SLC NAND usable again
+    - mtd: nand: hynix: add support for 20nm NAND chips
+    - [armhf] mtd: nand: mxc: Fix mxc_v1 ooblayout
+    - nvme-fabrics: generate spec-compliant UUID NQNs
+    - btrfs: resume qgroup rescan on rw remount
+    - rtlwifi: btcoexist: Fix breakage of ant_sel for rtl8723be
+    - radix-tree: must check __radix_tree_preload() return value
+    - mm: kvfree the swap cluster info if the swap file is unsatisfactory
+    - mm/swapfile.c: fix swapon frontswap_map memory leak on error
+    - mm/memory.c: fix mem_cgroup_oom_disable() call missing
+    - [i386] ALSA: msnd: Optimize / harden DSP and MIDI loops
+    - [x86] KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guest
+    - rt2800: fix TX_PIN_CFG setting for non MT7620 chips
+    - Bluetooth: Properly check L2CAP config option output buffer length
+      (CVE-2017-1000251) (Closes: #875881)
+    - [arm64] dts: marvell: armada-37xx: Fix GIC maintenance interrupt
+    - [armel,armhf] 8692/1: mm: abort uaccess retries upon fatal signal
+    - NFS: Fix 2 use after free issues in the I/O code
+    - NFS: Sync the correct byte range during synchronous writes
+    - NFSv4: Fix up mirror allocation
+    - xfs: XFS_IS_REALTIME_INODE() should be false if no rt device present
+      (CVE-2017-14340)
+
+  [ Salvatore Bonaccorso ]
+  * sctp: Avoid out-of-bounds reads from address storage (CVE-2017-7558)
+  * scsi: qla2xxx: Fix an integer overflow in sysfs code (CVE-2017-14051)
+  * Add ABI reference for 4.12.0-2
+
+  [ Ben Hutchings ]
+  * nl80211: check for the required netlink attributes presence (CVE-2017-12153)
+  * [x86] kvm: nVMX: Don't allow L2 to access the hardware CR8 (CVE-2017-12154)
+  * video: fbdev: aty: do not leak uninitialized padding in clk to userspace
+    (CVE-2017-14156)
+  * scsi: fix the issue that iscsi_if_rx doesn't parse nlmsg properly
+    (CVE-2017-14489)
+  * packet: Don't write vnet header beyond end of buffer (CVE-2017-14497)
+  * [x86] KVM: VMX: Do not BUG() on out-of-bounds guest IRQ (CVE-2017-1000252)
+  * nfs: Ignore ABI change
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 19 Sep 2017 01:59:17 +0100
+
+linux (4.12.12-2) unstable; urgency=medium
+
+  * debian/source/lintian-overrides: Override license-problem-gfdl-invariants
+    error triggered by a ReSTified copy of the GFDL
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 11 Sep 2017 04:35:28 +0100
+
+linux (4.12.12-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.12.7
+    - ppp: Fix false xmit recursion detect with two ppp devices
+    - ppp: fix xmit recursion detection on ppp channels
+    - tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states
+    - net: fix keepalive code vs TCP_FASTOPEN_CONNECT
+    - ipv6: set rt6i_protocol properly in the route when it is installed
+    - [s390x] bpf: fix jit branch offset related to ldimm64
+    - net/mlx4_en: don't set CHECKSUM_COMPLETE on SCTP packets
+    - net: sched: set xt_tgchk_param par.net properly in ipt_init_target
+    - net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_target
+    - tcp: fastopen: tcp_connect() must refresh the route
+    - qmi_wwan: fix NULL deref on disconnect
+    - net: avoid skb_warn_bad_offload false positives on UFO
+    - igmp: Fix regression caused by igmp sysctl namespace code.
+    - scsi: sg: only check for dxfer_len greater than 256M
+    - btrfs: Remove false alert when fiemap range is smaller than on-disk
+      extent
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.12.8
+    - mm: ratelimit PFNs busy info message
+    - mm: fix list corruptions on shmem shrinklist
+    - futex: Remove unnecessary warning from get_futex_key
+    - xfs: Fix leak of discard bio
+    - [armhf] pinctrl: armada-37xx: Fix number of pin in south bridge
+    - mtd: nand: Fix timing setup for NANDs that do not support SET FEATURES
+    - mtd: nand: Declare tBERS, tR and tPROG as u64 to avoid integer overflow
+    - iscsi-target: fix memory leak in iscsit_setup_text_cmd()
+    - iscsi-target: Fix iscsi_np reset hung task during parallel delete
+    - usb-storage: fix deadlock involving host lock and scsi_done
+    - target: Fix node_acl demo-mode + uncached dynamic shutdown regression
+    - fuse: initialize the flock flag in fuse_file on allocation
+    - i2c: designware: Some broken DSTDs use 1MiHz instead of 1MHz
+    - nand: fix wrong default oob layout for small pages using soft ecc
+    - mmc: mmc: correct the logic for setting HS400ES signal voltage
+    - nfs/flexfiles: fix leak of nfs4_ff_ds_version arrays
+    - [armhf] drm/etnaviv: Fix off-by-one error in reloc checking
+    - [x86] drm/i915: Fix out-of-bounds array access in bdw_load_gamma_lut
+    - [armhf] usb: musb: fix tx fifo flush handling again
+    - USB: hcd: Mark secondary HCD as dead if the primary one died
+    - [armhf] iio: accel: st_accel: add SPI-3wire support
+    - [x86] iio: accel: bmc150: Always restore device to normal mode after
+      suspend-resume
+    - iio: light: tsl2563: use correct event code
+    - staging: comedi: comedi_fops: do not call blocking ops when !TASK_RUNNING
+    - uas: Add US_FL_IGNORE_RESIDUE for Initio Corporation INIC-3069
+    - firmware: fix batched requests - wake all waiters
+    - firmware: fix batched requests - send wake up on failure on direct lookups
+    - firmware: avoid invalid fallback aborts by using killable wait
+    - block: Make blk_mq_delay_kick_requeue_list() rerun the queue at a quiet
+      time
+    - USB: Check for dropped connection before switching to full speed
+    - usb: core: unlink urbs from the tail of the endpoint's urb_list
+    - usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet Adapter
+    - usb:xhci:Add quirk for Certain failing HP keyboard on reset after resume
+    - PCI: Protect pci_error_handlers->reset_notify() usage with device_lock()
+    - xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issue
+    - pnfs/blocklayout: require 64-bit sector_t
+    - [x86] pinctrl: cherryview: Add Setzer models to the Chromebook DMI quirk
+    - [armhf] pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver
+    - [x86] pinctrl: intel: merrifield: Correct UART pin lists
+    - [armhf] pinctrl: samsung: Remove bogus irq_[un]mask from resource
+      management
+    - [arm64] pinctrl: meson-gxbb: Add missing GPIODV_18 pin entry
+    - [arm64] pinctrl: meson-gxl: Add missing GPIODV_18 pin entry
+    - [mips*] Revert "MIPS: Don't unnecessarily include kmalloc.h into
+      <asm/cache.h>."
+    - [mips*/octeon] Fix broken EDAC driver.
+    - [ppc64el] Fix /proc/cpuinfo revision for POWER9 DD2
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.12.9
+    - audit: Fix use after free in audit_remove_watch_rule()
+    - [hppa] pci memory bar assignment fails with 64bit kernels on dino/cujo
+    - [x86] crypto: sha1 - Fix reads beyond the number of blocks passed
+    - [x86] drm/i915: Perform an invalidate prior to executing golden
+      renderstate
+    - drm/amdgpu: save list length when fence is signaled
+    - md: fix test in md_write_start()
+    - md: always clear ->safemode when md_check_recovery gets the mddev lock.
+    - MD: not clear ->safemode for external metadata array
+    - ALSA: seq: 2nd attempt at fixing race creating a queue
+    - ALSA: usb-audio: Apply sample rate quirk to Sennheiser headset
+    - ALSA: usb-audio: Add mute TLV for playback volumes on C-Media devices
+    - ALSA: usb-audio: add DSD support for new Amanero PID
+    - mm: discard memblock data later
+    - slub: fix per memcg cache leak on css offline
+    - mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUS
+    - mm/cma_debug.c: fix stack corruption due to sprintf usage
+    - mm/mempolicy: fix use after free when calling get_mempolicy
+    - mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEM
+    - [amd64,arm64] mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changes
+    - xen: fix bio vec merging (CVE-2017-12134) (Closes: #866511)
+    - [armhf] ARM: dts: imx6qdl-nitrogen6_som2: fix PCIe reset
+    - blk-mq-pci: add a fallback when pci_irq_get_affinity returns NULL
+    - [powerpc*] Fix VSX enabling/flushing to also test MSR_FP and MSR_VEC
+    - xen-blkfront: use a right index when checking requests
+    - [x86] perf: Fix RDPMC vs. mm_struct tracking
+    - [amd64] asm: Clear AC on NMI entries
+    - [x86] Fix norandmaps/ADDR_NO_RANDOMIZE
+    - [x86] elf: Remove the unnecessary ADDR_NO_RANDOMIZE checks
+    - genirq: Restore trigger settings in irq_modify_status()
+    - genirq/ipi: Fixup checks against nr_cpu_ids
+    - kernel/watchdog: Prevent false positives with turbo modes
+    - Sanitize 'move_pages()' permission checks (CVE-2017-14140)
+    - pids: make task_tgid_nr_ns() safe
+    - debug: Fix WARN_ON_ONCE() for modules
+    - usb: optimize acpi companion search for usb port devices
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.12.10
+    - [sparc64] remove unnecessary log message
+    - bonding: require speed/duplex only for 802.3ad, alb and tlb
+    - bonding: ratelimit failed speed/duplex update warning
+    - af_key: do not use GFP_KERNEL in atomic contexts
+    - dccp: purge write queue in dccp_destroy_sock()
+    - dccp: defer ccid_hc_tx_delete() at dismantle time
+    - ipv4: fix NULL dereference in free_fib_info_rcu()
+    - net_sched/sfq: update hierarchical backlog when drop packet
+    - net_sched: remove warning from qdisc_hash_add
+    - bpf: fix bpf_trace_printk on 32 bit archs
+    - net: igmp: Use ingress interface rather than vrf device
+    - openvswitch: fix skb_panic due to the incorrect actions attrlen
+    - ptr_ring: use kmalloc_array()
+    - ipv4: better IP_MAX_MTU enforcement
+    - nfp: fix infinite loop on umapping cleanup
+    - tun: handle register_netdevice() failures properly
+    - sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
+    - tipc: fix use-after-free
+    - ipv6: reset fn->rr_ptr when replacing route
+    - ipv6: repair fib6 tree in failure case
+    - tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
+    - net/mlx4_core: Enable 4K UAR if SRIOV module parameter is not enabled
+    - irda: do not leak initialized list.dev to userspace
+    - net: sched: fix NULL pointer dereference when action calls some targets
+    - net_sched: fix order of queue length updates in qdisc_replace()
+    - bpf, verifier: add additional patterns to evaluate_reg_imm_alu
+    - bpf: fix mixed signed/unsigned derived min/max value bounds
+    - bpf/verifier: fix min/max handling in BPF_SUB
+    - Input: ALPS - fix two-finger scroll breakage in right side on ALPS
+      touchpad
+    - [s390x] KVM: sthyi: fix sthyi inline assembly
+    - [s390x] KVM: sthyi: fix specification exception detection
+    - [x86] KVM: simplify handling of PKRU
+    - [x86] KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.state
+    - [x86] KVM: block guest protection keys unless the host has them enabled
+    - ALSA: core: Fix unexpected error at replacing user TLV
+    - ALSA: firewire: fix NULL pointer dereference when releasing
+      uninitialized data of iso-resource
+    - ALSA: firewire-motu: destroy stream data surely at failure of card
+      initialization
+    - PM/hibernate: touch NMI watchdog when creating snapshot
+    - mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabled
+    - dax: fix deadlock due to misaligned PMD faults
+    - i2c: designware: Fix system suspend
+    - mm/madvise.c: fix freeing of locked page with MADV_FREE
+    - fork: fix incorrect fput of ->exe_file causing use-after-free
+    - mm/memblock.c: reversed logic in memblock_discard()
+    - [arm64] fpsimd: Prevent registers leaking across exec
+    - drm: Fix framebuffer leak
+    - drm: Release driver tracking before making the object available again
+    - [armhf] drm/sun4i: Implement drm_driver lastclose to restore fbdev
+      console
+    - drm/atomic: Handle -EDEADLK with out-fences correctly
+    - drm/atomic: If the atomic check fails, return its value first
+    - [x86] drm/i915/vbt: ignore extraneous child devices for a port
+    - [x86] drm/i915/gvt: Fix the kernel null pointer error
+    - Revert "drm/amdgpu: fix vblank_time when displays are off"
+    - ACPI: device property: Fix node lookup in
+      acpi_graph_get_child_prop_value()
+    - tracing: Call clear_boot_tracer() at lateinit_sync
+    - tracing: Missing error code in tracer_alloc_buffers()
+    - tracing: Fix kmemleak in tracing_map_array_free()
+    - tracing: Fix freeing of filter in create_filter() when set_str is false
+    - RDMA/uverbs: Initialize cq_context appropriately
+    - cifs: Fix df output for users with quota limits
+    - cifs: return ENAMETOOLONG for overlong names in
+      cifs_open()/cifs_lookup()
+    - nfsd: Limit end of page list when decoding NFSv4 WRITE
+    - ring-buffer: Have ring_buffer_alloc_read_page() return error on offline
+      CPU
+    - virtio_pci: fix cpu affinity support
+    - ftrace: Check for null ret_stack on profile function graph entry
+      function
+    - perf/core: Fix group {cpu,task} validation
+    - timers: Fix excessive granularity of new timers after a nohz idle
+    - [x86] mm: Fix use-after-free of ldt_struct
+    - net: sunrpc: svcsock: fix NULL-pointer exception
+    - netfilter: expect: fix crash when putting uninited expectation
+    - netfilter: nat: fix src map lookup
+    - netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcv
+    - Bluetooth: hidp: fix possible might sleep error in hidp_session_thread
+    - Bluetooth: cmtp: fix possible might sleep error in cmtp_session
+    - Bluetooth: bnep: fix possible might sleep error in bnep_session
+    - iio: hid-sensor-trigger: Fix the race with user space powering up
+      sensors
+    - iommu: Fix wrong freeing of iommu_device->dev
+    - Clarify (and fix) MAX_LFS_FILESIZE macros
+    - ACPI: EC: Fix regression related to wrong ECDT initialization order
+    - [powerpc*] mm: Ensure cpumask update is ordered
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.12.11
+    - [arm64] mm: abort uaccess retries upon fatal signal
+    - [x86] io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outsl
+    - [mips*] irqchip: mips-gic: SYNC after enabling GIC region
+    - Input: synaptics - fix device info appearing different on reconnect
+    - Input: xpad - fix PowerA init quirk for some gamepad models
+    - crypto: chacha20 - fix handling of chunked input
+    - [x86] i2c: ismt: Don't duplicate the receive length for block reads
+    - [x86] i2c: ismt: Return EMSGSIZE for block reads with bogus length
+    - crypto: algif_skcipher - only call put_page on referenced and used pages
+    - mm, uprobes: fix multiple free of ->uprobes_state.xol_area
+    - mm, madvise: ensure poisoned pages are removed from per-cpu lists
+    - ceph: fix readpage from fscache
+    - cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configs
+    - cpuset: Fix incorrect memory_pressure control file mapping
+    - CIFS: Fix maximum SMB2 header size
+    - CIFS: remove endian related sparse warning
+    - dm mpath: do not lock up a CPU with requeuing activity
+    - [x86] drm/vmwgfx: Fix F26 Wayland screen update issue
+    - [arm64, armhf] wl1251: add a missing spin_lock_init()
+    - [arm64] mmc: sdhci-xenon: add set_power callback
+    - lib/mpi: kunmap after finishing accessing buffer
+    - xfrm: policy: check policy direction value
+    - drm/ttm: Fix accounting error when fail to get pages for pool
+    - nvme: fix the definition of the doorbell buffer config support bit
+    - drm/nouveau/i2c/gf119-: add support for address-only transactions
+    - epoll: fix race between ep_poll_callback(POLLFREE) and
+      ep_free()/ep_remove()
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.12.12
+    - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
+    - USB: serial: option: add support for D-Link DWM-157 C1
+    - usb: Add device quirk for Logitech HD Pro Webcam C920-C
+    - usb:xhci:Fix regression when ATI chipsets detected
+    - [armhf] USB: musb: fix external abort on suspend
+    - USB: core: Avoid race of async_completed() w/ usbdev_release()
+    - [x86] staging/rts5208: fix incorrect shift to extract upper nybble
+    - iio: adc: ti-ads1015: fix incorrect data rate setting update
+    - iio: adc: ti-ads1015: fix scale information for ADS1115
+    - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
+    - iio: adc: ti-ads1015: avoid getting stale result after runtime resume
+    - iio: adc: ti-ads1015: don't return invalid value from buffer setup
+      callbacks
+    - iio: adc: ti-ads1015: add adequate wait time to get correct conversion
+    - driver core: bus: Fix a potential double free
+    - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage
+    - [x86] intel_th: pci: Add Cannon Lake PCH-H support
+    - [x86] intel_th: pci: Add Cannon Lake PCH-LP support
+    - ath10k: fix memory leak in rx ring buffer allocation
+    - Input: trackpoint - assume 3 buttons when buttons detection fails
+    - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
+    - Bluetooth: Add support of 13d3:3494 RTL8723BE device
+    - iwlwifi: pci: add new PCI ID for 7265D
+    - dlm: avoid double-free on error path in dlm_device_{register,unregister}
+    - mwifiex: correct channel stat buffer overflows
+    - [s390x] mm: avoid empty zero pages for KVM guests to avoid postcopy
+      hangs
+    - [s390x] mm: fix BUG_ON in crst_table_upgrade
+    - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
+    - drm/nouveau: Fix error handling in nv50_disp_atomic_commit
+    - workqueue: Fix flag collision
+    - ahci: don't use MSI for devices with the silly Intel NVMe remapping
+      scheme
+    - cs5536: add support for IDE controller variant
+    - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
+    - scsi: sg: recheck MMAP_IO request length with lock held
+    - of/device: Prevent buffer overflow in of_device_modalias()
+    - rtlwifi: Fix memory leak when firmware request fails
+    - rtlwifi: Fix fallback firmware loading
+
+  [ Ben Hutchings ]
+  * [alpha] udeb: Add i2c-modules (fixes FTBFS)
+  * cpupower: Add/update definition of MSRHEADER macro for turbostat and
+    x86_energy_perf_policy (Closes: #872414)
+  * Bump ABI to 2
+
+  [ Roger Shimizu ]
+  * [armel] Disable CONFIG_STRICT_KERNEL_RWX, which will save about 3MB
+    on linux Image (before compression). (Closes: #870185)
+
+  [ Uwe Kleine-König ]
+  * mtd: nandsim: remove debugfs entries in error path
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 10 Sep 2017 19:42:51 +0100
+
+linux (4.12.6-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.12.3
+    -  brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()
+       (CVE-2017-7541)
+    - [sparc64] Adding asm-prototypes.h for genksyms to generate crc
+    - [sparc64] sed regex in Makefile.build requires line break between
+      exported symbols
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.12.4
+    - f2fs: sanity check checkpoint segno and blkoff (CVE-2017-10663)
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.12.5
+    - dentry name snapshots (CVE-2017-7533)
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.12.6
+    - saa7164: fix double fetch PCIe access condition (CVE-2017-8831)
+    - ipv6: avoid overflow of offset in ip6_find_1stfragopt (CVE-2017-7542)
+
+  [ Ben Hutchings ]
+  * media: Enable USB_RAINSHADOW_CEC as module (see #868511)
+  * Clean up symbol version fixes for symbols exported from asm
+    (fixes FTBFS on sparc64):
+    - [alpha] Un-revert "alpha: move exports to actual definitions"
+    - [alpha] Restore symbol versions for symbols exported from assembly
+    - [m68k] Un-revert "m68k: move exports to definitions"
+    - [sparc64] Un-revert "sparc: move exports to definitions"
+  * [mips*/octeon] Fix broken EDAC driver (fixes FTBFS)
+  * [armhf] Revert "gpu: host1x: Add IOMMU support"
+  * [armhf] udeb: Replace imx-ipuv3-crtc with imxdrm in fb-modules
+  * [i386] perf tools: Fix unwind build (fixes FTBFS)
+  * debian/control: Fix version in dependencies on arch-independent
+    linux-headers-*-common* (Closes: #869511)
+  * xfrm: policy: check policy direction value (CVE-2017-11600)
+  * rtlwifi: Fix memory leak when firmware request fails
+  * rtlwifi: Fix fallback firmware loading (Closes: #869084)
+  * [arm64] video: Enable FRAMEBUFFER_CONSOLE (Closes: #870071)
+  * integrity: Enable INTEGRITY_SIGNATURE, INTEGRITY_ASYMMETRIC_KEYS
+    (Closes: #869565)
+  * [x86] sound: Enable SND_X86; enable HDMI_LPE_AUDIO as module
+    (Closes: #869372)
+  * blk-mq: Change MQ_IOSCHED_KYBER from built-in to module
+  * blk-mq: Enable IOSCHED_BFQ as module (Closes: #869028); enable
+    BFQ_GROUP_IOSCHED
+  * bfq: Enable auto-loading when built as a module
+  * netfilter: Enable NFT_FIB_IPV4, NFT_FIB_IPV6, NFT_FIB_INET as modules
+    (Closes: #868803)
+  * [amd64,arm64] mm: Revert x86_64 and arm64 ELF_ET_DYN_BASE base
+    (Closes: #869090)
+
+  [ Salvatore Bonaccorso ]
+  * packet: fix tp_reserve race in packet_set_ring (CVE-2017-1000111)
+  * udp: consistently apply ufo or fragmentation (CVE-2017-1000112)
+  * Set ABI to 1
+
+  [ Uwe Kleine-König ]
+  * [arm64] enable MMC_SDHCI_XENON and MVNETA for Espressobin and enable
+    respective device in its device tree (Closes: #871049)
+
+  [ Roger Shimizu ]
+  * [armel] Change NAND related stuff to modules (fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 12 Aug 2017 23:09:26 +0100
+
+linux (4.12.2-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_4.12
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.12.1
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.12.2
+
+  [ Ben Hutchings ]
+  * Add script to regenerate lockdown patch series from git
+  * [rt] Disable until it is updated for 4.12 or later
+  * scripts/mod: Update modpost wrapper for 4.12
+  * Set ABI name to trunk
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 18 Jul 2017 12:19:38 +0100
+
+linux (4.11.11-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.11.7
+    - fs: pass on flags in compat_writev
+    - configfs: Fix race between create_link and configfs_rmdir
+    - can: gs_usb: fix memory leak in gs_cmd_reset()
+    - ila_xlat: add missing hash secret initialization
+    - cpufreq: conservative: Allow down_threshold to take values from 1 to 10
+    - vb2: Fix an off by one error in 'vb2_plane_vaddr'
+    - cec: race fix: don't return -ENONET in cec_receive()
+    - selinux: fix double free in selinux_parse_opts_str()
+    - mac80211: don't look at the PM bit of BAR frames
+    - mac80211/wpa: use constant time memory comparison for MACs
+    - [x86] drm/amdgpu: Fix overflow of watermark calcs at > 4k resolutions.
+    - [x86] drm/i915: Fix GVT-g PVINFO version compatibility check
+    - [x86] drm/i915: Fix scaling check for 90/270 degree plane rotation
+    - [x86] drm/i915: Do not sync RCU during shrinking
+    - mac80211: fix IBSS presp allocation size
+    - mac80211: strictly check mesh address extension mode
+    - mac80211: fix dropped counter in multiqueue RX
+    - mac80211: don't send SMPS action frame in AP mode when not needed
+    - [arm64, armhf] drm/vc4: Fix OOPSes from trying to cache a partially
+      constructed BO.
+    - serial: 8250_lpss: Unconditionally set PCI master for Quark
+    - [sh4] serial: sh-sci: Fix (AUTO)RTS in sci_init_pins()
+    - [sh4] serial: sh-sci: Fix late enablement of AUTORTS
+    - [x86] mm/32: Set the '__vmalloc_start_set' flag in initmem_init()
+    - [armhf] mfd: axp20x: Add support for dts property "xpowers,master-mode"
+    - [armhf] dt-bindings: mfd: axp20x: Add "xpowers,master-mode" property for
+      AXP806 PMICs
+    - [powerpc] mm: Add physical address to Linux page table dump
+    - staging: rtl8188eu: prevent an underflow in rtw_check_beacon_data()
+    - [armhf] iio: adc: ti_am335x_adc: allocating too much in probe
+    - [x86] ALSA: hda: Add Geminilake id to SKL_PLUS
+    - ALSA: usb-audio: fix Amanero Combo384 quirk on big-endian hosts
+    - USB: hub: fix SS max number of ports
+    - usb: core: fix potential memory leak in error path during hcd creation
+    - [x86] USB: usbip: fix nonconforming hub descriptor
+    - [arm64, armhf] usb: dwc3: gadget: Fix ISO transfer performance
+    - pvrusb2: reduce stack usage pvr2_eeprom_analyze()
+    - USB: gadget: dummy_hcd: fix hub-descriptor removable fields
+    - coda: restore original firmware locations
+    - usb: xhci: Fix USB 3.1 supported protocol parsing
+    - usb: xhci: ASMedia ASM1042A chipset need shorts TX quirk
+    - USB: gadget: fix GPF in gadgetfs
+    - USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks
+    - mm/memory-failure.c: use compound_head() flags for huge pages
+    - swap: cond_resched in swap_cgroup_prepare()
+    - mm: numa: avoid waiting on freed migrated pages
+    - userfaultfd: shmem: handle coredumping in handle_userfault()
+    - sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()
+    - genirq: Release resources in __setup_irq() error path
+    - alarmtimer: Prevent overflow of relative timers
+    - alarmtimer: Rate limit periodic intervals
+    - virtio_balloon: disable VIOMMU support
+    - [mips*] Fix bnezc/jialc return address calculation
+    - [mips*] .its targets depend on vmlinux
+    - [sparc*] crypto: Work around deallocated stack frame reference gcc bug
+      on sparc.
+    - [armhf] dts: am335x-sl50: Fix card detect pin for mmc1
+    - [armhf] dts: am335x-sl50: Fix cannot claim requested pins for spi0
+    - mm: larger stack guard gap, between vmas
+    - Allow stack to grow up to address space limit
+    - mm: fix new crash in unmapped_area_topdown()
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.11.8
+    - [armhf] clk: sunxi-ng: a31: Correct lcd1-ch1 clock register offset
+    - [armhf] clk: sunxi-ng: v3s: Fix usb otg device reset bit
+    - [armhf] clk: sunxi-ng: sun5i: Fix ahb_bist_clk definition
+    - xen/blkback: fix disconnect while I/Os in flight
+    - xen-blkback: don't leak stack data via response ring (XSA-216,
+      CVE-2017-10911)
+    - ALSA: firewire-lib: Fix stall of process context at packet error
+    - ALSA: pcm: Don't treat NULL chmap as a fatal error
+    - ALSA: hda - Add Coffelake PCI ID
+    - ALSA: hda - Apply quirks to Broxton-T, too
+    - fs/exec.c: account for argv/envp pointers (CVE-2017-1000365)
+    - [powerpc] perf: Fix oops when kthread execs user process
+    - autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAIL
+    - fs/dax.c: fix inefficiency in dax_writeback_mapping_range()
+    - lib/cmdline.c: fix get_options() overflow while parsing ranges
+    - [x86] perf/x86/intel: Add 1G DTLB load/store miss support for SKL
+    - perf probe: Fix probe definition for inlined functions
+    - [x86] KVM: fix singlestepping over syscall (CVE-2017-7518)
+    - [s390x] KVM gaccess: fix real-space designation asce handling for gmap
+      shadows
+    - [powerpc*] KVM: Book3S HV: Cope with host using large decrementer mode
+    - [powerpc*] KVM: Book3S HV: Preserve userspace HTM state properly
+    - [powerpc*] KVM: Book3S HV: Ignore timebase offset on POWER9 DD1
+    - [powerpc*] KVM: Book3S HV: Context-switch EBB registers properly
+    - [powerpc*] KVM: Book3S HV: Restore critical SPRs to host values on guest
+      exit
+    - [powerpc*] KVM: Book3S HV: Save/restore host values of debug registers
+    - CIFS: Improve readdir verbosity
+    - CIFS: Fix some return values in case of error in 'crypt_message'
+    - cxgb4: notify uP to route ctrlq compl to rdma rspq
+    - HID: Add quirk for Dell PIXART OEM mouse
+    - random: silence compiler warnings and fix race
+    - signal: Only reschedule timers on signals timers have sent
+    - [powerpc] kprobes: Pause function_graph tracing during jprobes handling
+    - ]powerpc*] 64s: Handle data breakpoints in Radix mode
+    - Input: i8042 - add Fujitsu Lifebook AH544 to notimeout list
+    - brcmfmac: add parameter to pass error code in firmware callback
+    - brcmfmac: use firmware callback upon failure to load
+    - brcmfmac: unbind all devices upon failure in firmware callback
+    - time: Fix clock->read(clock) race around clocksource changes
+    - time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accounting
+    - [arm64] vdso: Fix nsec handling for CLOCK_MONOTONIC_RAW
+    - target: Fix kref->refcount underflow in transport_cmd_finish_abort
+    - iscsi-target: Fix delayed logout processing greater than
+      SECONDS_FOR_LOGOUT_COMP
+    - iscsi-target: Reject immediate data underflow larger than SCSI transfer
+      length
+    - drm/radeon: add a PX quirk for another K53TK variant
+    - drm/radeon: add a quirk for Toshiba Satellite L20-183
+    - [x86] drm/amdgpu/atom: fix ps allocation size for EnableDispPowerGating
+    - [x86] drm/amdgpu: adjust default display clock
+    - [x86] drm/amdgpu: add Polaris12 DID
+    - ACPI / scan: Apply default enumeration to devices with ACPI drivers
+    - ACPI / scan: Fix enumeration for special SPI and I2C devices
+    - rxrpc: Fix several cases where a padded len isn't checked in ticket
+      decode (CVE-2017-7482)
+    - drm: Fix GETCONNECTOR regression
+    - usb: gadget: f_fs: avoid out of bounds access on comp_desc
+    - spi: double time out tolerance
+    - net: phy: fix marvell phy status reading
+    - netfilter: xtables: zero padding in data_to_user
+    - netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside
+      CONFIG_COMPAT
+    - brcmfmac: fix uninitialized warning in brcmf_usb_probe_phase2()
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.11.9
+    - net: don't call strlen on non-terminated string in dev_set_alias()
+    - net: Fix inconsistent teardown and release of private netdev state.
+    - [s390x] net: fix up for "Fix inconsistent teardown and release of
+      private netdev state"
+    - mac80211: free netdev on dev_alloc_name() error
+    - decnet: dn_rtmsg: Improve input length sanitization in
+      dnrmg_receive_user_skb
+    - net: Zero ifla_vf_info in rtnl_fill_vfinfo()
+    - net: ipv6: Release route when device is unregistering
+    - net: vrf: Make add_fib_rules per network namespace flag
+    - af_unix: Add sockaddr length checks before accessing sa_family in bind
+      and connect handlers
+    - Fix an intermittent pr_emerg warning about lo becoming free.
+    - sctp: disable BH in sctp_for_each_endpoint
+    - net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfx
+    - net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverse
+    - net/mlx5: Remove several module events out of ethtool stats
+    - net/mlx5e: Added BW check for DIM decision mechanism
+    - net/mlx5e: Fix wrong indications in DIM due to counter wraparound
+    - net/mlx5: Enable 4K UAR only when page size is bigger than 4K
+    - proc: snmp6: Use correct type in memset
+    - igmp: acquire pmc lock for ip_mc_clear_src()
+    - igmp: add a missing spin_lock_init()
+    - qmi_wwan: new Telewell and Sierra device IDs
+    - net: don't global ICMP rate limit packets originating from loopback
+    - ipv6: fix calling in6_ifa_hold incorrectly for dad work
+    - sctp: return next obj by passing pos + 1 into sctp_transport_get_idx
+    - net/mlx5e: Fix min inline value for VF rep SQs
+    - net/mlx5e: Avoid doing a cleanup call if the profile doesn't have it
+    - net/mlx5: Wait for FW readiness before initializing command interface
+    - net/mlx5e: Fix timestamping capabilities reporting
+    - decnet: always not take dst->__refcnt when inserting dst into hash table
+    - net: 8021q: Fix one possible panic caused by BUG_ON in free_netdev
+    - ipv6: Do not leak throw route references
+    - rtnetlink: add IFLA_GROUP to ifla_policy
+    - netfilter: synproxy: fix conntrackd interaction
+    - NFSv4.x/callback: Create the callback service through svc_create_pooled
+    - xen/blkback: don't use xen_blkif_get() in xen-blkback kthread
+    - [mips*] head: Reorder instructions missing a delay slot
+    - [mips*] Avoid accidental raw backtrace
+    - [mips*] pm-cps: Drop manual cache-line alignment of ready_count
+    - [mips*] Fix IRQ tracing & lockdep when rescheduling
+    - ALSA: hda - Fix endless loop of codec configure
+    - ALSA: hda - set input_path bitmap to zero after moving it to new place
+    - NFSv4.2: Don't send mode again in post-EXCLUSIVE4_1 SETATTR with umask
+    - NFSv4.1: Fix a race in nfs4_proc_layoutget
+    - Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"
+    - ovl: copy-up: don't unlock between lookup and link
+    - gpiolib: fix filtering out unwanted events
+    - [x86] intel_rdt: Fix memory leak on mount failure
+    - [x86] perf/x86/intel/uncore: Fix wrong box pointer check
+    - [x86] drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgr
+    - dm thin: do not queue freed thin mapping for next stage processing
+    - [x86] mm: Fix boot crash caused by incorrect loop count calculation in
+      sync_global_pgds()
+    - [arm64] pinctrl/amd: Use regular interrupt instead of chained
+    - mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap
+      mappings
+    - xen/blkback: don't free be structure too early
+    - xfrm6: Fix IPv6 payload_len in xfrm6_transport_finish
+    - xfrm: move xfrm_garbage_collect out of xfrm_policy_flush
+    - xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY
+    - xfrm: NULL dereference on allocation failure
+    - xfrm: Oops on error in pfkey_msg2xfrm_state()
+    - [arm64] PCI: Fix struct acpi_pci_root_ops allocation failure path
+    - [arm64] ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementation
+    - [arm*] 8685/1: ensure memblock-limit is pmd-aligned
+    - [arm*] davinci: PM: Free resources in error handling path in
+      'davinci_pm_init'
+    - [arm*] davinci: PM: Do not free useful resources in normal path in
+      'davinci_pm_init'
+    - Revert "x86/entry: Fix the end of the stack for newly forked tasks"
+    - [x86] boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bug
+    - [x86] perf: Fix spurious NMI with PEBS Load Latency event
+    - [x86] mpx: Correctly report do_mpx_bt_fault() failures to user-space
+    - [x86] mm: Fix flush_tlb_page() on Xen
+    - ocfs2: o2hb: revert hb threshold to keep compatible
+    - ocfs2: fix deadlock caused by recursive locking in xattr
+    - iommu/dma: Don't reserve PCI I/O windows
+    - [amd64] iommu/amd: Fix incorrect error handling in
+      amd_iommu_bind_pasid()
+    - [amd64] iommu/amd: Fix interrupt remapping when disable guest_mode
+    - mtd: nand: brcmnand: Check flash #WP pin status before nand
+      erase/program
+    - mtd: nand: fsmc: fix NAND width handling
+    - [x86] KVM: fix emulation of RSM and IRET instructions
+    - [x86] KVM: vPMU: fix undefined shift in intel_pmu_refresh()
+    - [x86] KVM: zero base3 of unusable segments
+    - KVM: nVMX: Fix exception injection
+    - esp4: Fix udpencap for local TCP packets.
+    - [armhf] hsi: Fix build regression due to netdev destructor fix.
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.11.10
+    - fs: completely ignore unknown open flags
+    - driver core: platform: fix race condition with driver_override
+    - RDMA/uverbs: Check port number supplied by user verbs cmds
+    - ceph: choose readdir frag based on previous readdir reply
+    - tracing/kprobes: Allow to create probe with a module name starting with a
+      digit
+    - drm/virtio: don't leak bo on drm_gem_object_init failure (CVE-2017-10810)
+    - usb: dwc3: replace %p with %pK
+    - Add USB quirk for HVR-950q to avoid intermittent device resets
+    - usb: usbip: set buffer pointers to NULL after free
+    - usb: Fix typo in the definition of Endpoint[out]Request
+    - USB: core: fix device node leak
+    - [armhf] pinctrl: meson: meson8b: fix the NAND DQS pins
+    - [armhf,arm64] pinctrl: sunxi: Fix SPDIF function name for A83T
+    - pinctrl: core: Fix warning by removing bogus code
+    - [x86] xhci: Limit USB2 port wake support for AMD Promontory hosts
+    - gfs2: Fix glock rhashtable rcu bug
+    - Add "shutdown" to "struct class".
+    - tpm: Issue a TPM2_Shutdown for TPM2 devices.
+    - tpm: fix a kernel memory leak in tpm-sysfs.c
+    - [x86] uaccess: Optimize copy_user_enhanced_fast_string() for short strings
+    - xen: avoid deadlock in xenbus driver
+    - crypto: drbg - Fixes panic in wait_for_completion call
+    - [x86] rt286: add Thinkpad Helix 2 to force_combo_jack_table
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.11.11
+    - mqueue: fix a use-after-free in sys_mq_notify() (CVE-2017-11176)
+    - proc: Fix proc_sys_prune_dcache to hold a sb reference
+    - locking/rwsem-spinlock: Fix EINTR branch in __down_write_common()
+    - [x86] staging: comedi: fix clean-up of comedi_class in comedi_init()
+    - crypto: rsa-pkcs1pad - use constant time memory comparison for MACs
+    - ext4: check return value of kstrtoull correctly in reserved_clusters_store
+    - [x86] mm/pat: Don't report PAT on CPUs that don't support it
+
+  [ Ben Hutchings ]
+  * [m68k] udeb: Use only the common module list for nic-shared-modules
+    (fixes FTBFS)
+  * [sparc64] Update "Revert "sparc: move exports to definitions"" for the
+    addition of __multi3 (fixes FTBFS)
+  * binfmt_elf: use ELF_ET_DYN_BASE only for PIE (CVE-2017-1000370,
+    CVE-2017-1000371)
+  * [rt] Update to 4.11.9-rt7:
+    - smp/hotplug: Move unparking of percpu threads to the control CPU
+    - cpu_pm: replace raw_notifier to atomic_notifier
+  * media: Enable MEDIA_CEC_SUPPORT, VIDEO_VIVID_CEC; USB_PULSE8_CEC as module
+    (Closes: #868511)
+  * [armhf] udeb: Add sunxi_wdt to kernel-image (Closes: #866130)
+  * crypto: Enable CRYPTO_USER, CRYPTO_USER_API_RNG as modules (Closes: #868291)
+  * udeb: Add dm-raid to md-modules (Closes: #868251)
+  * [arm64] sound: Enable SND_HDA_INTEL as module (Closes: #867611)
+  * aufs: Update support patchset to aufs4.11.7+-20170703 (Closes: #867257)
+  * [x86] ideapad-laptop: Add various IdeaPad models to no_hw_rfkill list
+    (Closes: #866706)
+  * firmware: dmi: Add DMI_PRODUCT_FAMILY identification string
+  * [x86] pinctrl: cherryview: Extend the Chromebook DMI quirk to Intel_Strago
+    systems (Closes: #862723)
+  * [armhf] Add ARM Mali Midgard device tree bindings and gpu node for rk3288
+    (thanks to Guillaume Tucker) (Closes: #865646)
+
+  [ Uwe Kleine-König ]
+  * [arm64] enable FB_SIMPLE
+
+  [ Vagrant Cascadian ]
+  * [arm64] Enable support for Rockchip systems (Closes: #860976).
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 2
+  * [rt] Update to 4.11.8-rt5
+
+  [ Cyril Brulebois ]
+  * [arm64,armhf] udeb: Ship usb3503 module in usb-modules, needed for
+    e.g. Arndale development boards, thanks to Wei Liu (Closes: #865645).
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 17 Jul 2017 03:01:21 +0100
+
+linux (4.11.6-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.11.4
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.11.5
+    - [x86] drm/vmwgfx: limit the number of mip levels in
+      vmw_gb_surface_define_ioctl() (CVE-2017-7346)
+    - [x86] drm/vmwgfx: Make sure backup_handle is always valid (CVE-2017-9605)
+    - ALSA: timer: Fix race between read and ioctl (CVE-2017-1000380)
+    - ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT
+      (CVE-2017-1000380)
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.11.6
+
+  [ John Paul Adrian Glaubitz ]
+  * [m68k] udeb: Build affs-modules package
+  * [m68k] udeb: Build hfs-modules package
+  * [m68k] udeb: Build nic-modules package
+  * [m68k] udeb: Build pata-modules package
+  * [m68k] udeb: Build scsi-core-modules package
+  * [m68k] udeb: Move non-shared modules from nic-shared-modules to nic-modules
+  * [m68k] udeb: Add buddha, falconide, gayle, macide, q40ide to pata-modules
+  * [m68k] udeb: Add atari_scsi, mac_esp, mac_scsi to scsi-modules
+
+  [ Ben Hutchings ]
+  * [x86] Enable SERIAL_8250_MID as built-in (Closes: #864368)
+  * Set ABI to 1
+  * debian/rules.real: Include rules.defs before using architecture variables
+    (Closes: #862842)
+  * [rt] Update to 4.11.5-rt1 and reenable
+  * fs: Reenable HPFS_FS as module (Closes: #864878)
+  * USB: serial: option: add two Longcheer device ids (Closes: #864604)
+  * [armhf] PCI: Enable PCI_HOST_GENERIC (Closes: #864726)
+  * mm: larger stack guard gap, between vmas (CVE-2017-1000364)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 20 Jun 2017 00:25:45 +0100
+
+linux (4.11.3-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.11.1
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.11.2
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.11.3
+
+  [ Ben Hutchings ]
+  * [armel] udeb: Add af_packet. firmware_class, nls_base to kernel-image
+    (fixes FTBFS)
+  * [m68k] Update 'Revert "m68k: move exports to definitions"' for 4.11
+    (fixes FTBFS) (Closes: #862393)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 05 Jun 2017 14:13:41 +0100
+
+linux (4.11-1~exp2) experimental; urgency=medium
+
+  * [armel/marvell] Change MQ_IOSCHED_DEADLINE, FW_LOADER, HWMON,
+    INPUT_MOUSEDEV, THERMAL, SERIAL_8250_PCI, SERIAL_8250_EXAR, NLS, PACKET
+    from built-in to modules (fixes FTBFS)
+  * usbip: Fix potential format overflow in userspace tools (fixes FTBFS on
+    64-bit architectures with gcc-7)
+  * [mips*/octeon] Increase RELOCATION_TABLE_SIZE to 0x00110000 (fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 05 May 2017 04:35:12 +0100
+
+linux (4.11-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_4.11
+    (thanks to Lukas Wunner for rebasing up to 4.11-rc6)
+
+  [ Ben Hutchings ]
+  * aufs: Update support patchset to aufs4.x-rcN-20170410
+  * [arm64,x86] Replace securelevel patch set with lockdown patch set
+  * [x86] Make hyperv-modules depends on nic-shared-modules, as hv_utils now
+    implements PTP clock
+  * [arm64] Enable ARCH_SUNXI, RTC_DRV_SUN6I as built-in,
+    MMC_SUNXI and PHY_SUN4I_USB as modules (Closes: #860855)
+  * [arm64] Enable REGULATOR_GPIO as module (Closes: #860222)
+  * block: Enable BLK_WBT, BLK_WBT_MQ (Closes: #859570)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 02 May 2017 20:57:50 +0100
+
+linux (4.10.7-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.10.1
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.10.2
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.10.3
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.10.4
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.10.5
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.10.6
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.10.7
+
+  [ Ben Hutchings ]
+  * netfilter: Enable NF_SOCKET_IPV4, NF_SOCKET_IPV6 as modules
+    (Closes: #858897)
+  * [s390x] Set NR_CPUS=256 (Closes: #858731)
+  * Enable BUG_ON_DATA_CORRUPTION
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 31 Mar 2017 00:41:15 +0100
+
+linux (4.10-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_4.10
+
+  [ Ben Hutchings ]
+  * aufs: Update support patchset to aufs4.x-rcN-20170206
+  * Set ABI to trunk
+
+  [ Roger Shimizu ]
+  * debian/copyright & debian/README.source:
+    - Prefer https URL than http for security merit.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 22 Feb 2017 20:58:19 +0000
+
+linux (4.10~rc6-1~exp2) experimental; urgency=medium
+
+  * [s390x] Un-revert upstream change moving exports to assembly sources
+    (fixes FTBFS)
+  * [sparc64] topology_64.h: Fix condition for including cpudata.h
+    (might fix FTBFS)
+  * [powerpc*] Fix various build failures:
+    - Revert the initial stack protector support
+    - Fix missing CRC for _mcount
+    - [ppc64el] udeb: Exclude ehea from nic-modules
+  * debian/control: Fix compiler build-dependencies for cross-building
+  * [armel] Adjust configuration to reduce image size (fixes FTBFS):
+    - PCI: Disable PCIEAER, PCIEASPM
+    - net: Disable LWTUNNEL, IPV6_ILA
+    - trace: Disable UPROBE_EVENT
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 02 Feb 2017 03:44:51 +0000
+
+linux (4.10~rc6-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [rt] Disable until it is updated for 4.10 or later
+  * [amd64] Enable LEGACY_VSYSCALL_NONE instead of LEGACY_VSYSCALL_EMULATE
+    (Closes: #852620).  This breaks (e)glibc versions < 2.14 and dietlibc
+    versions < 0.33.  It can be reverted using the kernel parameter:
+    vsyscall=emulate
+  * [arm64] Enable DRM_MESON, MMC_MESON_GX, DWMAC_MESON, MESON_GXL_PHY,
+    PHY_MESON8B_USB2, MESON_WATCHDOG as modules
+  * net: Enable SFC_FALCON as module; SFC_FALCON_MTD
+  * cpupower: Fix compiler options for turbostat on 4.10
+  * linux-doc: Update documentation file list for 4.10
+  * linux-doc: Fix up symlinks to gzipped docs
+  * debian/control: Add build-dependency on graphviz for documentation
+  * linux-doc: Copy source to build directory, to avoid creating files in
+    source directory
+
+  [ Roger Shimizu ]
+  * debian/copyright: Add GPL/X11 Dual License
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 31 Jan 2017 15:33:20 +0000
+
+linux (4.9.30-2) unstable; urgency=high
+
+  * [x86] Enable SERIAL_8250_MID as built-in (Closes: #864368)
+  * Fix bugs introduced by original fix for CVE-2017-9074:
+    - ipv6: Check ip6_find_1stfragopt() return value properly.
+    - ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()
+    - ipv6: Fix leak in ipv6_gso_segment().
+  * Revert "uapi: fix linux/if.h userspace compilation errors" (see #864269)
+  * [armhf] udeb: Add axp20x_usb_power to kernel-image; add i2c-modules
+    package including i2c-mv64xxx and i2c-rk3x (thanks to Karsten Merker)
+    (Closes: #856111)
+  * NFSv4.x/callback: Create the callback service through svc_create_pooled
+    (Closes: #862357)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 12 Jun 2017 16:24:30 +0100
+
+linux (4.9.30-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.26
+    - [arm64] Revert "mmc: sdhci-msm: Enable few quirks"
+    - ping: implement proper locking
+    - [sparc64] kern_addr_valid regression
+    - [sparc64] Fix kernel panic due to erroneous #ifdef surrounding
+      pmd_write()
+    - net: neigh: guard against NULL solicit() method
+    - net: phy: handle state correctly in phy_stop_machine
+    - bpf: improve verifier packet range checks
+    - net/mlx5: Avoid dereferencing uninitialized pointer
+    - l2tp: hold tunnel socket when handling control frames in l2tp_ip
+      and l2tp_ip6
+    - l2tp: purge socket queues in the .destruct() callback
+    - net/packet: fix overflow in check for tp_frame_nr
+    - net/packet: fix overflow in check for tp_reserve
+    - l2tp: take reference on sessions being dumped
+    - l2tp: fix PPP pseudo-wire auto-loading
+    - net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given
+    - sctp: listen on the sock only when it's state is listening or
+      closed
+    - tcp: clear saved_syn in tcp_disconnect()
+    - ipv6: Fix idev->addr_list corruption
+    - net-timestamp: avoid use-after-free in ip_recv_error
+    - net: vrf: Fix setting NLM_F_EXCL flag when adding l3mdev rule
+    - dp83640: don't recieve time stamps twice
+    - gso: Validate assumption of frag_list segementation
+    - net: ipv6: RTF_PCPU should not be settable from userspace
+    - netpoll: Check for skb->queue_mapping
+    - ip6mr: fix notification device destruction
+    - net/mlx5: Fix driver load bad flow when having fw
+      initializing timeout
+    - net/mlx5e: Fix small packet threshold
+    - net/mlx5e: Fix ETHTOOL_GRXCLSRLALL handling
+    - macvlan: Fix device ref leak when purging bc_queue
+    - net: ipv6: regenerate host route if moved to gc list
+    - net: phy: fix auto-negotiation stall due to unavailable interrupt
+    - ipv6: check skb->protocol before lookup for nexthop
+    - tcp: memset ca_priv data to 0 properly
+    - ipv6: check raw payload size correctly in ioctl
+    - ALSA: oxfw: fix regression to handle Stanton SCS.1m/1d
+    - ALSA: firewire-lib: fix inappropriate assignment between
+      signed/unsigned type
+    - ALSA: seq: Don't break snd_use_lock_sync() loop by timeout
+    - [mips*] KGDB: Use kernel context for sleeping threads
+    - [mips*] Avoid BUG warning in arch_check_elf
+    - p9_client_readdir() fix
+    - [x86] ASoC: intel: Fix PM and non-atomic crash in bytcr drivers
+    - Input: i8042 - add Clevo P650RS to the i8042 reset list
+    - nfsd: check for oversized NFSv2/v3 arguments
+    - nfsd4: minor NFSv2/v3 write decoding cleanup
+    - nfsd: stricter decoding of write-like NFSv2/v3 ops
+    - ceph: fix recursion between ceph_set_acl() and __ceph_setattr()
+    - macsec: avoid heap overflow in skb_to_sgvec
+    - net: can: usb: gs_usb: Fix buffer on stack
+    - [x86] ftrace: Fix triple fault with graph tracing and suspend-to-ram
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.27
+    - timerfd: Protect the might cancel mechanism proper
+    - Handle mismatched open calls
+    - [x86] tpm_tis: use default timeout value if chip reports it as zero
+    - scsi: storvsc: Workaround for virtual DVD SCSI version
+    - [powerpc, x86] hwmon: (it87) Avoid registering the same chip on both SIO
+      addresses
+    - 8250_pci: Fix potential use-after-free in error path
+    - ceph: try getting buffer capability for readahead/fadvise
+    - cpu/hotplug: Serialize callback invocations proper
+    - dm ioctl: prevent stack leak in dm ioctl call
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.28
+    - 9p: fix a potential acl leak
+    - hwmon: (it87) Fix pwm4 detection for IT8620 and IT8628
+    - [x86] tpm: fix RC value check in tpm2_seal_trusted
+    - [x86] tmp: use pdev for parent device in tpm_chip_alloc
+    - cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores
+    - [powerpc*] mm: Fixup wrong LPCR_VRMASD value
+    - [powerpc*] powernv: Fix opal_exit tracepoint opcode
+    - [powerpc*] Correctly disable latent entropy GCC plugin on
+      prom_init.o
+    - [x86] perf/x86/intel/pt: Add format strings for PTWRITE and power
+      event tracing
+    - [arm64] dts: r8a7795: Mark EthernetAVB device node disabled
+    - [arm64] dts: qcom: Fix ipq board clock rates
+    - [arm64] Improve detection of user/non-user mappings in
+      set_pte(_at)
+    - [armhf] OMAP5 / DRA7: Fix HYP mode boot for thumb2 build
+    - [armhf] dts: sun7i: lamobo-r1: Fix CPU port RGMII settings
+    - mwifiex: debugfs: Fix (sometimes) off-by-1 SSID print
+    - mwifiex: remove redundant dma padding in AMSDU
+    - mwifiex: Avoid skipping WEP key deletion for AP
+    - iwlwifi: fix MODULE_FIRMWARE for 6030
+    - iwlwifi: mvm: don't restart HW if suspend fails with unified image
+    - iwlwifi: mvm: overwrite skb info later
+    - iwlwifi: pcie: don't increment / decrement a bool
+    - iwlwifi: pcie: trans: Remove unused 'shift_param'
+    - iwlwifi: pcie: fix the set of DMA memory mask
+    - iwlwifi: mvm: fix reorder timer re-arming
+    - iwlwifi: mvm: Use aux queue for offchannel frames in dqa
+    - iwlwifi: mvm/pcie: adjust A-MSDU tx_cmd length in PCIe
+    - iwlwifi: mvm: fix pending frame counter calculation
+    - iwlwifi: mvm: fix references to first_agg_queue in DQA mode
+    - iwlwifi: mvm: synchronize firmware DMA paging memory
+    - iwlwifi: mvm: writing zero bytes to debugfs causes a crash
+    - [x86] ioapic: Restore IO-APIC irq_chip retrigger callback
+    - [amd64] x86/pci-calgary: Fix iommu_free() comparison of unsigned
+      expression >= 0
+    - [x86] kprobes/x86: Fix kernel panic when certain exception-
+      handling addresses are probed
+    - [x86] platform/intel-mid: Correct MSI IRQ line for watchdog device
+    - [x86] KVM: nVMX: initialize PML fields in vmcs02
+    - [x86] KVM: nVMX: do not leak PML full vmexit to L1
+    - [arm64, armhf] usb: dwc2: host: use msleep() for long delay
+    - [armhf] usb: host: ehci-exynos: Decrese node refcount on
+      exynos_ehci_get_phy() error paths
+    - [armhf] usb: host: ohci-exynos: Decrese node refcount on
+      exynos_ehci_get_phy() error paths
+    - [arm64, armhf] usb: chipidea: Only read/write OTGSC from one place
+    - [arm64, armhf] usb: chipidea: Handle extcon events properly
+    - USB: serial: keyspan_pda: fix receive sanity checks
+    - USB: serial: digi_acceleport: fix incomplete rx sanity check
+    - USB: serial: ssu100: fix control-message error handling
+    - USB: serial: io_edgeport: fix epic-descriptor handling
+    - USB: serial: ti_usb_3410_5052: fix control-message error handling
+    - USB: serial: ark3116: fix open error handling
+    - USB: serial: ftdi_sio: fix latency-timer error handling
+    - USB: serial: quatech2: fix control-message error handling
+    - USB: serial: mct_u232: fix modem-status error handling
+    - USB: serial: io_edgeport: fix descriptor error handling
+    - [armhf] clk: rockchip: add "," to
+      mux_pll_src_apll_dpll_gpll_usb480m_p on rk3036
+    - phy: qcom-usb-hs: Add depends on EXTCON
+    - scsi: qla2xxx: Fix crash in qla2xxx_eh_abort on bad ptr
+    - scsi: mac_scsi: Fix MAC_SCSI=m option when SCSI=m
+    - scsi: smartpqi: fix time handling
+    - [mips*] R2-on-R6 MULTU/MADDU/MSUBU emulation bugfix
+    - brcmfmac: Ensure pointer correctly set if skb data location
+      changes
+    - brcmfmac: Make skb header writable before use
+    - [x86] staging/lustre/llite: move root_squash from sysfs to debugfs
+    - [x86] staging: wlan-ng: add missing byte order conversion
+    - ALSA: hda - Fix deadlock of controller device lock at unbinding
+    - [sparc64] fix fault handling in NGbzero.S and GENbzero.S
+    - macsec: dynamically allocate space for sglist
+    - tcp: do not underestimate skb->truesize in tcp_trim_head()
+    - bpf: enhance verifier to understand stack pointer arithmetic
+    - [arm64] bpf: fix jit branch offset related to ldimm64
+    - tcp: fix wraparound issue in tcp_lp
+    - net: ipv6: Do not duplicate DAD on link up
+    - net: usb: qmi_wwan: add Telit ME910 support
+    - tcp: do not inherit fastopen_req from parent
+    - ipv4, ipv6: ensure raw socket message is big enough to hold
+      an IP header
+    - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
+    - ipv6: initialize route null entry in addrconf_init()
+    - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
+    - bnxt_en: allocate enough space for ->ntp_fltr_bmap
+    - bpf: don't let ldimm64 leak map addresses on unprivileged
+      (CVE-2017-9150)
+    - f2fs: sanity check segment count
+    - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
+    - [arm64, armhf] wlcore: Pass win_size taken from
+      ieee80211_sta to FW
+    - [arm64, armhf] wlcore: Add RX_BA_WIN_SIZE_CHANGE_EVENT event
+    - drm/ttm: fix use-after-free races in vm fault handling
+    - block: get rid of blk_integrity_revalidate()
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.29
+    - [x86] xen: adjust early dom0 p2m handling to xen hypervisor behavior
+    - target: Fix compare_and_write_callback handling for non GOOD status
+    - target/fileio: Fix zero-length READ and WRITE handling
+    - iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatement
+    - usb: xhci: bInterval quirk for TI TUSB73x0
+    - usb: host: xhci: print correct command ring address
+    - USB: Proper handling of Race Condition when two USB class drivers try to
+      call init_usb_class simultaneously
+    - USB: Revert "cdc-wdm: fix "out-of-sync" due to missing notifications"
+    - [x86] staging: vt6656: use off stack for in buffer USB transfers.
+    - [x86] staging: vt6656: use off stack for out buffer USB transfers.
+    - [x86] staging: comedi: jr3_pci: fix possible null pointer dereference
+    - [x86] staging: comedi: jr3_pci: cope with jiffies wraparound
+    - usb: misc: add missing continue in switch
+    - usb: gadget: legacy gadgets are optional
+    - usb: Make sure usb/phy/of gets built-in
+    - usb: hub: Fix error loop seen after hub communication errors
+    - usb: hub: Do not attempt to autosuspend disconnected devices
+    - [x86] boot: Fix BSS corruption/overwrite bug in early x86 kernel startup
+    - [amd64] pmem: Fix cache flushing for iovec write < 8 bytes
+    - [x86] perf: Fix Broadwell-EP DRAM RAPL events
+    - [x86] KVM: fix user triggerable warning in kvm_apic_accept_events()
+    - [armhf,arm64] KVM: fix races in kvm_psci_vcpu_on
+    - [arm64] KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses
+    - block: fix blk_integrity_register to use template's interval_exp if not 0
+    - crypto: algif_aead - Require setkey before accept(2)
+    - [x86] crypto: ccp - Use only the relevant interrupt bits
+    - [x86] crypto: ccp - Disable interrupts early on unload
+    - [x86] crypto: ccp - Change ISR handler method for a v3 CCP
+    - [x86] crypto: ccp - Change ISR handler method for a v5 CCP
+    - dm era: save spacemap metadata root after the pre-commit
+    - dm rq: check blk_mq_register_dev() return value in
+      dm_mq_init_request_queue()
+    - dm thin: fix a memory leak when passing discard bio down
+    - vfio/type1: Remove locked page accounting workqueue
+    - iov_iter: don't revert iov buffer if csum error
+    - IB/core: Fix sysfs registration error flow
+    - IB/core: For multicast functions, verify that LIDs are multicast LIDs
+    - IB/IPoIB: ibX: failed to create mcg debug file
+    - IB/mlx4: Fix ib device initialization error flow
+    - IB/mlx4: Reduce SRIOV multicast cleanup warning message to debug level
+    - IB/hfi1: Prevent kernel QP post send hard lockups
+    - perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()
+    - ext4: evict inline data when writing to memory map
+    - fs/xattr.c: zero out memory copied to userspace in getxattr
+    - ceph: fix memory leak in __ceph_setxattr()
+    - fs/block_dev: always invalidate cleancache in invalidate_bdev()
+    - mm: prevent potential recursive reclaim due to clearing PF_MEMALLOC
+    - Fix match_prepath()
+    - Set unicode flag on cifs echo request to avoid Mac error
+    - SMB3: Work around mount failure when using SMB3 dialect to Macs
+    - CIFS: fix mapping of SFM_SPACE and SFM_PERIOD
+    - cifs: fix leak in FSCTL_ENUM_SNAPS response handling
+    - cifs: fix CIFS_ENUMERATE_SNAPSHOTS oops
+    - CIFS: fix oplock break deadlocks
+    - cifs: fix CIFS_IOC_GET_MNT_INFO oops
+    - CIFS: add misssing SFM mapping for doublequote
+    - padata: free correct variable
+    - device-dax: fix cdev leak
+    - fscrypt: fix context consistency check when key(s) unavailable
+    - [armhf] serial: samsung: Use right device for DMA-mapping calls
+    - [armhf] serial: omap: fix runtime-pm handling on unbind
+    - [armhf] serial: omap: suspend device on probe errors
+    - tty: pty: Fix ldisc flush after userspace become aware of the data already
+    - Bluetooth: Fix user channel for 32bit userspace on 64bit kernel
+    - Bluetooth: hci_bcm: add missing tty-device sanity check
+    - Bluetooth: hci_intel: add missing tty-device sanity check
+    - ipmi: Fix kernel panic at ipmi_ssif_thread()
+    - libnvdimm, region: fix flush hint detection crash
+    - libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notify
+    - libnvdimm, pfn: fix 'npfns' vs section alignment
+    - [powerpc*/*64*] pstore: Fix flags to enable dumps on powerpc
+    - pstore: Shut down worker when unregistering
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.30
+    - usb: misc: legousbtower: Fix buffers on stack
+    - usb: misc: legousbtower: Fix memory leak
+    - USB: ene_usb6250: fix DMA to the stack
+    - watchdog: pcwd_usb: fix NULL-deref at probe
+    - char: lp: fix possible integer overflow in lp_setup() (CVE-2017-1000363)
+    - USB: core: replace %p with %pK
+    - tpm_tis_core: Choose appropriate timeout for reading burstcount
+    - ALSA: hda: Fix cpu lockup when stopping the cmd dmas
+    - [armhf] tegra: paz00: Mark panel regulator as enabled on boot
+    - fanotify: don't expose EOPENSTALE to userspace
+    - tpm_tis_spi: Use single function to transfer data
+    - tpm_tis_spi: Abort transfer when too many wait states are signaled
+    - tpm_tis_spi: Check correct byte for wait state indicator
+    - tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytes
+    - tpm_tis_spi: Add small delay after last transfer
+    - tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver
+    - tpm: add sleep only for retry in i2c_nuvoton_write_status()
+    - tpm_crb: check for bad response size
+    - mlx5: Fix mlx5_ib_map_mr_sg mr length
+    - infiniband: call ipv6 route lookup via the stub interface
+    - dm btree: fix for dm_btree_find_lowest_key()
+    - dm raid: select the Kconfig option CONFIG_MD_RAID0
+    - dm bufio: avoid a possible ABBA deadlock
+    - dm bufio: check new buffer allocation watermark every 30 seconds
+    - dm mpath: split and rename activate_path() to prepare for its expanded use
+    - dm cache metadata: fail operations if fail_io mode has been established
+    - dm bufio: make the parameter "retain_bytes" unsigned long
+    - dm thin metadata: call precommit before saving the roots
+    - dm space map disk: fix some book keeping in the disk space map
+    - md: update slab_cache before releasing new stripes when stripes resizing
+    - md: MD_CLOSING needs to be cleared after called md_set_readonly or
+      do_md_stop
+    - rtlwifi: rtl8821ae: setup 8812ae RFE according to device type
+    - mwifiex: MAC randomization should not be persistent
+    - mwifiex: pcie: fix cmd_buf use-after-free in remove/reset
+    - ima: accept previously set IMA_NEW_FILE
+    - [x86] KVM: Fix load damaged SSEx MXCSR register
+    - [x86] KVM: Fix potential preemption when get the current kvmclock
+      timestamp
+    - [x86] KVM: Fix read out-of-bounds vulnerability in kvm pio emulation
+    - [i386] fix 32-bit case of __get_user_asm_u64()
+    - [armhf] regulator: rk808: Fix RK818 LDO2
+    - [s390x] kdump: Add final note
+    - [s390x] cputime: fix incorrect system time
+    - ath9k_htc: Add support of AirTies 1eda:2315 AR9271 device
+    - ath9k_htc: fix NULL-deref at probe
+    - [x86] drm/amdgpu: Make display watermark calculations more accurate
+    - [x86] drm/amdgpu: Avoid overflows/divide-by-zero in latency_watermark
+      calculations.
+    - [x86] drm/amdgpu: Add missing lb_vblank_lead_lines setup to DCE-6 path.
+    - drm/nouveau/therm: remove ineffective workarounds for alarm bugs
+    - drm/nouveau/tmr: ack interrupt before processing alarms
+    - drm/nouveau/tmr: fix corruption of the pending list when rescheduling an
+      alarm
+    - drm/nouveau/tmr: avoid processing completed alarms when adding a new one
+    - drm/nouveau/tmr: handle races with hw when updating the next alarm time
+    - [armhf] gpio: omap: return error if requested debounce time is not
+      possible
+    - cdc-acm: fix possible invalid access when processing notification
+    - ohci-pci: add qemu quirk
+    - [powerpc*] cxl: Force context lock during EEH flow
+    - [powerpc*] cxl: Route eeh events to all drivers in
+      cxl_pci_error_detected()
+    - proc: Fix unbalanced hard link numbers
+    - of: fix sparse warning in of_pci_range_parser_one
+    - of: fix "/cpus" reference leak in of_numa_parse_cpu_nodes()
+    - of: fdt: add missing allocation-failure check
+    - [powerpc*/*64*] ibmvscsis: Do not send aborted task response
+    - [x86] IIO: bmp280-core.c: fix error in humidity calculation
+    - IB/hfi1: Return an error on memory allocation failure
+    - IB/hfi1: Fix a subcontext memory leak
+    - pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processes
+    - pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()
+    - USB: serial: ftdi_sio: fix setting latency for unprivileged users
+    - USB: serial: ftdi_sio: add Olimex ARM-USB-TINY(H) PIDs
+    - USB: chaoskey: fix Alea quirk on big-endian hosts
+    - f2fs: check entire encrypted bigname when finding a dentry
+    - fscrypt: avoid collisions when presenting long encrypted filenames
+    - libnvdimm: fix clear length of nvdimm_forget_poison()
+    - xhci: remove GFP_DMA flag from allocation
+    - usb: host: xhci-plat: propagate return value of platform_get_irq()
+    - xhci: apply PME_STUCK_QUIRK and MISSING_CAS quirk for Denverton
+    - usb: host: xhci-mem: allocate zeroed Scratchpad Buffer
+    - net: irda: irda-usb: fix firmware name on big-endian hosts
+    - usbvision: fix NULL-deref at probe
+    - mceusb: fix NULL-deref at probe
+    - ttusb2: limit messages to buffer size
+    - [armhf,arm64] usb: dwc3: gadget: Prevent losing events in event cache
+    - [armhf] usb: musb: tusb6010_omap: Do not reset the other direction's
+      packet size
+    - [armhf] usb: musb: Fix trying to suspend while active for OTG
+      configurations
+    - USB: iowarrior: fix info ioctl on big-endian hosts
+    - usb: serial: option: add Telit ME910 support
+    - USB: serial: qcserial: add more Lenovo EM74xx device IDs
+    - USB: serial: mct_u232: fix big-endian baud-rate handling
+    - USB: serial: io_ti: fix div-by-zero in set_termios
+    - USB: hub: fix SS hub-descriptor handling
+    - USB: hub: fix non-SS hub-descriptor handling
+    - ipx: call ipxitf_put() in ioctl error path (CVE-2017-7487)
+    - iio: hid-sensor: Store restore poll and hysteresis on S3
+    - gspca: konica: add missing endpoint sanity check
+    - dib0700: fix NULL-deref at probe
+    - zr364xx: enforce minimum size when reading header
+    - dvb-frontends/cxd2841er: define symbol_rate_min/max in T/C fe-ops
+    - digitv: limit messages to buffer size
+    - dw2102: limit messages to buffer size
+    - cx231xx-audio: fix init error path
+    - cx231xx-audio: fix NULL-deref at probe
+    - cx231xx-cards: fix NULL-deref at probe
+    - [powerpc*] mm: Ensure IRQs are off in switch_mm()
+    - [powerpc*] eeh: Avoid use after free in eeh_handle_special_event()
+    - [powerpc*] book3s/mce: Move add_taint() later in virtual mode
+    - [powerpc*] pseries: Fix of_node_put() underflow during DLPAR remove
+    - [powerpc*] iommu: Do not call PageTransHuge() on tail pages
+    - [powerpc*] tm: Fix FP and VMX register corruption
+    - [arm64] KVM: Do not use stack-protector to compile EL2 code
+    - [armhf] KVM: Do not use stack-protector to compile HYP code
+    - [armhf] KVM: plug potential guest hardware debug leakage
+    - [armel,armhf] 8662/1: module: split core and init PLT sections
+    - [armhf] dts: imx6sx-sdb: Remove OPP override
+    - [arm64] dts: hi6220: Reset the mmc hosts
+    - [arm64] xchg: hazard against entire exchange variable
+    - [arm64] ensure extension of smp_store_release value
+    - [arm64] armv8_deprecated: ensure extension of addr
+    - [arm64] uaccess: ensure extension of access_ok() addr
+    - [arm64] documentation: document tagged pointer stack constraints
+    - [x86] staging: rtl8192e: rtl92e_fill_tx_desc fix write to mapped out
+      memory.
+    - [x86] staging: rtl8192e: fix 2 byte alignment of register BSSIDR.
+    - [x86] staging: rtl8192e: rtl92e_get_eeprom_size Fix read size of
+      EPROM_CMD.
+    - [x86] staging: rtl8192e: GetTs Fix invalid TID 7 warning.
+    - [x86] iommu/vt-d: Flush the IOTLB to get rid of the initial kdump mappings
+    - stackprotector: Increase the per-task stack canary's random range from 32
+      bits to 64 bits on 64-bit platforms
+    - uwb: fix device quirk on big-endian hosts
+    - genirq: Fix chained interrupt data ordering
+    - nvme: unmap CMB and remove sysfs file in reset path
+    - [alpha] osf_wait4(): fix infoleak
+    - tracing/kprobes: Enforce kprobes teardown after testing
+    - [x86] PCI: hv: Allocate interrupt descriptors with GFP_ATOMIC
+    - [x86] PCI: hv: Specify CPU_AFFINITY_ALL for MSI affinity when >= 32 CPUs
+    - PCI: Fix pci_mmap_fits() for HAVE_PCI_RESOURCE_TO_USER platforms
+    - PCI: Fix another sanity check bug in /proc/pci mmap
+    - PCI: Only allow WC mmap on prefetchable resources
+    - PCI: Freeze PME scan before suspending devices
+    - [armel,armhf] mtd: nand: orion: fix clk handling
+    - [armhf] mtd: nand: omap2: Fix partition creation via cmdline mtdparts
+    - mtd: nand: add ooblayout for old hamming layout
+    - [x86] drm/edid: Add 10 bpc quirk for LGD 764 panel in HP zBook 17 G2
+    - NFSv4: Fix a hang in OPEN related to server reboot
+    - NFS: Fix use after free in write error path
+    - NFS: Use GFP_NOIO for two allocations in writeback
+    - nfsd: fix undefined behavior in nfsd4_layout_verify
+    - nfsd: encoders mustn't use unitialized values in error cases
+    - drivers: char: mem: Check for address space wraparound with mmap()
+    - [x86] drm/i915/gvt: Disable access to stolen memory as a guest
+
+  [ Aurelien Jarno ]
+  * [mips*/*-malta] Enable POWER_RESET and POWER_RESET_SYSCON.
+
+  [ Uwe Kleine-König ]
+  * [arm64] Enable DRM modules (Closes: #863344)
+  * Ignore ABI changes in chipidea driver
+
+  [ Ben Hutchings ]
+  * Ignore ABI changes in ccp and hid-sensors
+  * [mips*el/loongson-3] Revert "MIPS: Loongson-3: Select
+    MIPS_L1_CACHE_SHIFT_6" to avoid ABI change
+  * SUNRPC: Refactor svc_set_num_threads()
+  * NFSv4: Fix callback server shutdown (CVE-2017-9059) (Closes: #862357)
+  * uapi: fix linux/if.h userspace compilation errors (see #822393, #824442)
+  * debian/control: Fix compiler build-dependencies for cross-building
+    (Closes: #863907)
+  * Add Debian package version to "hung task" log messages
+  * btrfs: warn about RAID5/6 being experimental at mount time (Closes: #863290)
+  * [x86] pinctrl: cherryview: Add a quirk to make Acer Chromebook keyboard
+    work again (Closes: #862723)
+  * [arm64] serial: pl011: add console matching function (Closes: #861898)
+  * [rt] Add new GPG subkeys for Sebastian Andrzej Siewior
+  * [rt] Update to 4.9.30-rt20:
+    - rtmutex: Deboost before waking up the top waiter
+    - sched/rtmutex/deadline: Fix a PI crash for deadline tasks
+    - sched/deadline/rtmutex: Dont miss the dl_runtime/dl_period update
+    - rtmutex: Clean up
+    - sched/rtmutex: Refactor rt_mutex_setprio()
+    - sched,tracing: Update trace_sched_pi_setprio()
+    - rtmutex: Fix PI chain order integrity
+    - rtmutex: Fix more prio comparisons
+    - rtmutex: Plug preempt count leak in rt_mutex_futex_unlock()
+    - futex: Avoid freeing an active timer
+    - futex: Fix small (and harmless looking) inconsistencies
+    - futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock()
+    - Revert "timers: Don't wake ktimersoftd on every tick"
+    - futex/rtmutex: Cure RT double blocking issue
+    - random: avoid preempt_disable()ed section
+
+  [ Salvatore Bonaccorso ]
+  * tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
+    (CVE-2017-0605)
+  * dccp/tcp: do not inherit mc_list from parent (CVE-2017-8890)
+  * ipv6: Prevent overrun when parsing v6 header options (CVE-2017-9074)
+  * sctp: do not inherit ipv6_{mc|ac|fl}_list from parent (CVE-2017-9075)
+  * ipv6/dccp: do not inherit ipv6_mc_list from parent (CVE-2017-9076,
+    CVE-2017-9077)
+  * crypto: skcipher - Add missing API setkey checks (CVE-2017-9211)
+  * ipv6: fix out of bound writes in __ip6_append_data() (CVE-2017-9242)
+
+  [ Cyril Brulebois ]
+  * udeb: Add efivarfs to efi-modules, which can be needed to retrieve
+    firmware or configuration bits from d-i. (Closes: #862555)
+
+  [ John Paul Adrian Glaubitz ]
+  * [m68k] udeb: Build loop-modules package (Closes: #862813)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 04 Jun 2017 03:03:01 +0100
+
+linux (4.9.25-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.19
+    - net/openvswitch: Set the ipv6 source tunnel key address attribute
+      correctly
+    - net: properly release sk_frag.page
+    - [arm64] amd-xgbe: Fix jumbo MTU processing on newer hardware
+    - openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PAD
+    - net: unix: properly re-increment inflight counter of GC discarded
+      candidates
+    - net: vrf: Reset rt6i_idev in local dst after put
+    - net/mlx5: Add missing entries for set/query rate limit commands
+    - net/mlx5e: Use the proper UAPI values when offloading TC vlan actions
+    - net/mlx5: Increase number of max QPs in default profile
+    - net/mlx5e: Count GSO/LRO packets correctly
+    - ipv6: make sure to initialize sockc.tsflags before first use
+    - ipv4: provide stronger user input validation in nl_fib_input()
+    - socket, bpf: fix sk_filter use after free in sk_clone_lock
+    - tcp: initialize icsk_ack.lrcvtime at session start time
+    - Input: iforce,ims-pcu,hanwang,yealink,cm109,kbtab,sur40 - validate
+      number of endpoints before using them
+    - ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()
+    - ALSA: ctxfi: Fix the incorrect check of dma_set_mask() call
+    - ALSA: hda - Adding a group of pin definition to fix headset problem
+    - ACM gadget: fix endianness in notifications
+    - usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's
+      wBytesPerInterval
+    - USB: uss720,idmouse,wusbcore: fix NULL-deref at probe
+    - usb: musb: cppi41: don't check early-TX-interrupt for Isoch transfer
+    - usb: hub: Fix crash after failure to read BOS descriptor
+    - USB: usbtmc: add missing endpoint sanity check
+    - USB: usbtmc: fix probe error path
+    - uwb: i1480-dfu: fix NULL-deref at probe
+    - mmc: ushc: fix NULL-deref at probe
+    - [armhf[ iio: adc: ti_am335x_adc: fix fifo overrun recovery
+    - iio: sw-device: Fix config group initialization
+    - iio: hid-sensor-trigger: Change get poll value function order to avoid
+      sensor properties losing after resume from S3
+    - parport: fix attempt to write duplicate procfiles
+    - ext4: mark inode dirty after converting inline directory
+    - ext4: lock the xattr block before checksuming it
+    - [powerpc*/*64*] Fix idle wakeup potential to clobber registers
+    - mmc: sdhci: Do not disable interrupts while waiting for clock
+    - mmc: sdhci-pci: Do not disable interrupts in sdhci_intel_set_power
+    - [x86] hwrng: amd - Revert managed API changes
+    - [x86] hwrng: geode - Revert managed API changes
+    - [armhf] clk: sunxi-ng: sun6i: Fix enable bit offset for hdmi-ddc module
+      clock
+    - [armhf] clk: sunxi-ng: mp: Adjust parent rate for pre-dividers
+    - mwifiex: pcie: don't leak DMA buffers when removing
+    - [x86] crypto: ccp - Assign DMA commands to the channel's CCP
+    - xen/acpi: upload PM state from init-domain to Xen
+    - [x86] iommu/vt-d: Fix NULL pointer dereference in device_to_iommu
+    - [arm64] kaslr: Fix up the kernel image alignment
+    - cpufreq: Restore policy min/max limits on CPU online
+    - cgroup, net_cls: iterate the fds of only the tasks which are being
+      migrated
+    - blk-mq: don't complete un-started request in timeout handler
+    - [x86] drm/amdgpu: reinstate oland workaround for sclk
+    - jbd2: don't leak memory if setting up journal fails
+    - [x86] intel_th: Don't leak module refcount on failure to activate
+    - [x86] Drivers: hv: vmbus: Don't leak channel ids
+    - [x86] Drivers: hv: vmbus: Don't leak memory when a channel is rescinded
+    - libceph: don't set weight to IN when OSD is destroyed
+    - [x86] device-dax: fix pmd/pte fault fallback handling
+    - [armhf] drm/bridge: analogix dp: Fix runtime PM state on driver bind
+    - nl80211: fix dumpit error path RTNL deadlocks
+    - drm: reference count event->completion
+    - fbcon: Fix vc attr at deinit
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.20
+    - xfrm: policy: init locks early
+    - [x86] KVM: cleanup the page tracking SRCU instance
+    - virtio_balloon: init 1st buffer in stats vq
+    - [mips*] ptrace: Preserve previous registers for short regset write
+    - [sparc64] ptrace: Preserve previous registers for short regset write
+    - fscrypt: remove broken support for detecting keyring key revocation
+      (CVE-2017-7374)
+    - sched/rt: Add a missing rescheduling point
+    - [armhf] usb: musb: fix possible spinlock deadlock
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.21
+    - libceph: force GFP_NOIO for socket allocations
+    - xen/setup: Don't relocate p2m over existing one
+    - xfs: only update mount/resv fields on success in __xfs_ag_resv_init
+    - xfs: use per-AG reservations for the finobt
+    - xfs: pull up iolock from xfs_free_eofblocks()
+    - xfs: sync eofblocks scans under iolock are livelock prone
+    - xfs: fix eofblocks race with file extending async dio writes
+    - xfs: fix toctou race when locking an inode to access the data map
+    - xfs: fail _dir_open when readahead fails
+    - xfs: filter out obviously bad btree pointers
+    - xfs: check for obviously bad level values in the bmbt root
+    - xfs: verify free block header fields
+    - xfs: allow unwritten extents in the CoW fork
+    - xfs: mark speculative prealloc CoW fork extents unwritten
+    - xfs: reset b_first_retry_time when clear the retry status of xfs_buf_t
+    - xfs: update ctime and mtime on clone destinatation inodes
+    - xfs: reject all unaligned direct writes to reflinked files
+    - xfs: don't fail xfs_extent_busy allocation
+    - xfs: handle indlen shortage on delalloc extent merge
+    - xfs: split indlen reservations fairly when under reserved
+    - xfs: fix uninitialized variable in _reflink_convert_cow
+    - xfs: don't reserve blocks for right shift transactions
+    - xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignment
+    - xfs: tune down agno asserts in the bmap code
+    - xfs: only reclaim unwritten COW extents periodically
+    - xfs: fix and streamline error handling in xfs_end_io
+    - xfs: Use xfs_icluster_size_fsb() to calculate inode alignment mask
+    - xfs: use iomap new flag for newly allocated delalloc blocks
+    - xfs: try any AG when allocating the first btree block when reflinking
+    - scsi: libsas: fix ata xfer length
+    - scsi: scsi_dh_alua: Check scsi_device_get() return value
+    - scsi: scsi_dh_alua: Ensure that alua_activate() calls the completion
+      function
+    - ALSA: seq: Fix race during FIFO resize
+    - ALSA: hda - fix a problem for lineout on a Dell AIO machine
+    - [x86] ASoC: Intel: Skylake: fix invalid memory access due to wrong
+      reference of pointer
+    - HID: wacom: Don't add ghost interface as shared data
+    - mmc: sdhci: Disable runtime pm when the sdio_irq is enabled
+    - NFSv4.1 fix infinite loop on IO BAD_STATEID error
+    - nfsd: map the ENOKEY to nfserr_perm for avoiding warning
+    - [hppa] Clean up fixup routines for get_user()/put_user()
+    - [hppa] Avoid stalled CPU warnings after system shutdown
+    - [hppa] Fix access fault handling in pa_memcpy()
+    - ACPI: Fix incompatibility with mcount-based function graph tracing
+    - ACPI: Do not create a platform_device for IOAPIC/IOxAPIC
+    - USB: fix linked-list corruption in rh_call_control()
+    - [x86] KVM: clear bus pointer when destroyed
+    - KVM: kvm_io_bus_unregister_dev() should never fail
+    - drm/radeon: Override fpfn for all VRAM placements in radeon_evict_flags
+    - [armhf,arm64] drm/vc4: Allocate the right amount of space for boot-time
+      CRTC state.
+    - [armhf] drm/etnaviv: (re-)protect fence allocation with GPU mutex
+    - [x86] mm/KASLR: Exclude EFI region from KASLR VA space randomization
+    - [x86] mce: Fix copy/paste error in exception table entries
+    - lib/syscall: Clear return values when no stack
+    - mm: rmap: fix huge file mmap accounting in the memcg stats
+    - mm, hugetlb: use pte_present() instead of pmd_present() in
+      follow_huge_pmd()
+    - qla2xxx: Allow vref count to timeout on vport delete.
+    - mm: workingset: fix premature shadow node shrinking with cgroups
+    - blk: improve order of bio handling in generic_make_request()
+    - blk: Ensure users for current->bio_list can see the full list.
+    - padata: avoid race in reordering
+    - nvme/core: Fix race kicking freed request_queue
+    - nvme/pci: Disable on removal when disconnected
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.22
+    - ppdev: check before attaching port
+    - ppdev: fix registering same device name
+    - [x86] drm/vmwgfx: Type-check lookups of fence objects
+    - [x86] drm/vmwgfx: avoid calling vzalloc with a 0 size in
+      vmw_get_cap_3d_ioctl()
+    - drm/ttm, drm/vmwgfx: Relax permission checking when opening surfaces
+    - [x86] drm/vmwgfx: Remove getparam error message
+    - sysfs: be careful of error returns from ops->show()
+    - [armhf,arm64] KVM: Take mmap_sem in stage2_unmap_vm
+    - [armhf,arm64] KVM: Take mmap_sem in kvm_arch_prepare_memory_region
+    - [armhf,arm64] kvm: Fix locking for kvm_free_stage2_pgd
+    - [x86] iio: bmg160: reset chip when probing
+    - [arm64] mm: unaligned access by user-land should be received as SIGBUS
+    - cfg80211: check rdev resume callback only for registered wiphy
+    - CIFS: Reset TreeId to zero on SMB2 TREE_CONNECT
+    - mm/page_alloc.c: fix print order in show_free_areas()
+    - ptrace: fix PTRACE_LISTEN race corrupting task->state
+    - dm verity fec: limit error correction recursion
+    - dm verity fec: fix bufio leaks
+    - ACPI / gpio: do not fall back to parsing _CRS when we get a deferral
+    - xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of files
+    - ring-buffer: Fix return value check in test_ringbuffer()
+    - mac80211: unconditionally start new netdev queues with iTXQ support
+    - brcmfmac: use local iftype avoiding use-after-free of virtual interface
+    - [powerpc*] Disable HFSCR[TM] if TM is not supported
+    - [powerpc*] mm: Add missing global TLB invalidate if cxl is active
+    - [powerpc*/*64*]: Fix flush_(d|i)cache_range() called from modules
+    - [powerpc*] Don't try to fix up misaligned load-with-reservation
+      instructions
+    - [powerpc*] crypto/crc32c-vpmsum: Fix missing preempt_disable()
+    - dm raid: fix NULL pointer dereference for raid1 without bitmap
+    - [s390x] decompressor: fix initrd corruption caused by bss clear
+    - [s390x] uaccess: get_user() should zero on failure (again)
+    - [mips*el/loongson-3] Check TLB before handle_ri_rdhwr() for Loongson-3
+    - [mips*el/loongson-3] Add MIPS_CPU_FTLB for Loongson-3A R2
+    - [mips*el/loongson-3] Flush wrong invalid FTLB entry for huge page
+    - [mips*el/loongson-3] c-r4k: Fix Loongson-3's vcache/scache waysize
+      calculation
+    - mm/mempolicy.c: fix error handling in set_mempolicy and mbind
+      (CVE-2017-7616)
+    - random: use chacha20 for get_random_int/long
+    - [armhf] drm/sun4i: tcon: Move SoC specific quirks to a DT matched data
+      structure
+    - [armhf] drm/sun4i: Add compatible strings for A31/A31s display pipelines
+    - [armhf] drm/sun4i: Add compatible string for A31/A31s TCON (timing
+      controller)
+    - HID: i2c-hid: add a simple quirk to fix device defects
+    - usb: dwc3: gadget: delay unmap of bounced requests
+    - [x86] ASoC: Intel: bytct_rt5640: change default capture settings
+    - [armhf,arm64] clocksource/drivers/arm_arch_timer: Don't assume clock runs
+      in suspend
+    - scsi: ufs: introduce UFSHCD_QUIRK_PRDT_BYTE_GRAN quirk
+    - HID: multitouch: do not retrieve all reports for all devices
+    - [arm64] mmc: sdhci-msm: Enable few quirks
+    - scsi: ufs: ensure that host pa_tactivate is higher than device
+    - svcauth_gss: Close connection when dropping an incoming message
+    - scsi: ufs: add quirk to increase host PA_SaveConfigTime
+    - [x86] platform: acer-wmi: Only supports AMW0_GUID1 on acer family
+    - nvme: simplify stripe quirk
+    - ACPI / sysfs: Provide quirk mechanism to prevent GPE flooding
+    - HID: usbhid: Add quirk for the Futaba TOSD-5711BB VFD
+    - [x86] drm/i915: actually drive the BDW reserved IDs
+    - scsi: ufs: issue link starup 2 times if device isn't active
+    - [armhf] serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437x
+    - ACPI / button: Change default behavior to lid_init_state=open
+    - [x86] ACPI: save NVS memory for Lenovo G50-45
+    - HID: wacom: don't apply generic settings to old devices
+    - [arm64] firmware: qcom: scm: Fix interrupted SCM calls
+    - [armhf] watchdog: s3c2410: Fix infinite interrupt in soft mode
+    - [x86] platform: asus-wmi: Set specified XUSB2PR value for X550LB
+    - [x86] platform: asus-wmi: Detect quirk_no_rfkill from the DSDT
+    - [x86] reboot/quirks: Add ASUS EeeBook X205TA reboot quirk
+    - [x86] reboot/quirks: Add ASUS EeeBook X205TA/W reboot quirk
+    - usb-storage: Add ignore-residue quirk for Initio INIC-3619
+    - [x86] reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirk
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.23
+    - [x86] drm/i915/gen9: Increase PCODE request timeout to 50ms
+    - [x86] drm/i915: Nuke debug messages from the pipe update critical section
+    - [x86] drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3
+    - [x86] drm/i915: Only enable hotplug interrupts if the display interrupts
+      are enabled
+    - [x86] drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.
+    - [x86] drm/i915: Stop using RP_DOWN_EI on Baytrail
+    - [x86] drm/i915: Avoid rcu_barrier() from reclaim paths (shrinker)
+    - [armhf,arm64] i2c: bcm2835: Fix hang for writing messages larger than 16
+      bytes
+    - rt2x00usb: fix anchor initialization
+    - rt2x00usb: do not anchor rx and tx urb's
+    - [mips*] Introduce irq_stack
+    - [mips*] Stack unwinding while on IRQ stack
+    - [mips*] Only change $28 to thread_info if coming from user mode
+    - [mips*] Switch to the irq_stack in interrupts
+    - [mips*] Select HAVE_IRQ_EXIT_ON_IRQ_STACK
+    - [mips*] IRQ Stack: Fix erroneous jal to plat_irq_dispatch
+    - [x86] Revert "drm/i915/execlists: Reset RING registers upon resume"
+    - blk-mq: Avoid memory reclaim when remapping queues
+    - usb: hub: Wait for connection to be reestablished after port reset
+    - net/mlx4_en: Fix bad WQE issue
+    - net/mlx4_core: Fix racy CQ (Completion Queue) free
+    - net/mlx4_core: Fix when to save some qp context flags for dynamic VST to
+      VGT transitions
+    - dma-buf: add support for compat ioctl
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.24
+    - cgroup, kthread: close race window where new kthreads can be migrated to
+      non-root cgroups
+    - thp: fix MADV_DONTNEED vs. MADV_FREE race
+    - thp: fix MADV_DONTNEED vs clear soft dirty race
+    - zsmalloc: expand class bit
+    - drm/nouveau/mpeg: mthd returns true on success now
+    - drm/nouveau/mmu/nv4a: use nv04 mmu rather than the nv44 one
+    - [armhf] drm/etnaviv: fix missing unlock on error in etnaviv_gpu_submit()
+    - CIFS: reconnect thread reschedule itself
+    - CIFS: store results of cifs_reopen_file to avoid infinite wait
+    - Input: xpad - add support for Razer Wildcat gamepad
+    - [x86] perf: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()
+    - [x86] efi: Don't try to reserve runtime regions
+    - [x86] signals: Fix lower/upper bound reporting in compat siginfo
+    - [x86] pmem: fix broken __copy_user_nocache cache-bypass assumptions
+    - [x86] vdso: Ensure vdso32_enabled gets set to valid values only
+    - [x86] vdso: Plug race between mapping and ELF header setup
+    - [x86] acpi, nfit, libnvdimm: fix interleave set cookie calculation
+      (64-bit comparison)
+    - ACPI / scan: Set the visited flag for all enumerated devices
+    - [hppa] fix bugs in pa_memcpy
+    - efi/libstub: Skip GOP with PIXEL_BLT_ONLY format
+    - efi/fb: Avoid reconfiguration of BAR that covers the framebuffer
+    - iscsi-target: Fix TMR reference leak during session shutdown
+    - iscsi-target: Drop work-around for legacy GlobalSAN initiator
+    - scsi: sr: Sanity check returned mode data
+    - scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusable
+    - scsi: qla2xxx: Add fix to read correct register value for ISP82xx.
+    - scsi: sd: Fix capacity calculation with 32-bit sector_t
+    - target: Avoid mappedlun symlink creation during lun shutdown
+    - xen, fbfront: fix connecting to backend
+    - new privimitive: iov_iter_revert()
+    - make skb_copy_datagram_msg() et.al. preserve ->msg_iter on error
+    - [x86] libnvdimm: fix blk free space accounting
+    - [x86] libnvdimm: fix reconfig_mutex, mmap_sem, and jbd2_handle lockdep
+      splat
+    - [armhf] pwm: rockchip: State of PWM clock should synchronize with PWM
+      enabled state
+    - cpufreq: Bring CPUs up even if cpufreq_online() failed
+    - [armhf] irqchip/irq-imx-gpcv2: Fix spinlock initialization
+    - ftrace: Fix removing of second function probe
+    - zram: do not use copy_page with non-page aligned address
+    - ftrace: Fix function pid filter on instances
+    - crypto: algif_aead - Fix bogus request dereference in completion function
+    - crypto: ahash - Fix EINPROGRESS notification callback (CVE-2017-7618)
+    - [hppa] Fix get_user() for 64-bit value on 32-bit kernel
+    - dvb-usb-v2: avoid use-after-free (CVE-2017-8064)
+    - drm/nouveau/disp/mcp7x: disable dptmds workaround (Closes: #850219)
+    - [x86] mm: Tighten x86 /dev/mem with zeroing reads (CVE-2017-7889)
+    - dvb-usb-firmware: don't do DMA on stack (CVE-2017-8061)
+    - cxusb: Use a dma capable buffer also for reading (CVE-2017-8063)
+    - virtio-console: avoid DMA from stack (CVE-2017-8067)
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.25
+    - KEYS: Disallow keyrings beginning with '.' to be joined as session
+      keyrings (CVE-2016-9604)
+    - KEYS: Change the name of the dead type to ".dead" to prevent user access
+      (CVE-2017-6951)
+    - KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings
+      (CVE-2017-7472)
+    - tracing: Allocate the snapshot buffer before enabling probe
+    - ring-buffer: Have ring_buffer_iter_empty() return true when empty
+    - mm: prevent NR_ISOLATE_* stats from going negative
+    - cifs: Do not send echoes before Negotiate is complete (Closes: #856843)
+    - CIFS: remove bad_network_name flag
+    - [s390x] mm: fix CMMA vs KSM vs others
+    - Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled
+    - ACPI / power: Avoid maybe-uninitialized warning
+    - [armhf] mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for
+      DDR50 card
+    - ubifs: Fix RENAME_WHITEOUT support
+    - ubifs: Fix O_TMPFILE corner case in ubifs_link()
+    - mac80211: reject ToDS broadcast data frames
+    - mac80211: fix MU-MIMO follow-MAC mode
+    - ubi/upd: Always flush after prepared for an update
+    - [powerpc*] kprobe: Fix oops when kprobed on 'stdu' instruction
+    - [x86] mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRs
+    - [x86] mce: Make the MCE notifier a blocking one
+    - device-dax: switch to srcu, fix rcu_read_lock() vs pte allocation
+
+  [ Ben Hutchings ]
+  * w1: Really enable W1_MASTER_GPIO as module (Closes: #858975)
+  * debian/rules.real: Undefine $LANGUAGE, which can break debug symbols for
+    vDSOs (Closes: #859807)
+  * Bump ABI to 3
+  * [s390x] Set NR_CPUS=256 (Closes: #858731)
+  * [x86] usbip: Increase USBIP_VHCI_NR_HCS to 8 and USBIP_VHCI_HC_PORTS to 31
+    (Closes: #859641)
+  * [powerpc/powerpc64,ppc64*] target: Enable SCSI_IBMVSCSIS as module
+  * cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores
+    (Closes: #859978)
+  * udeb: Include all AHCI drivers in sata-modules (Closes: #860335)
+  * [powerpc/powerpc64,ppc64] Set NR_CPUS=2048, matching ppc64el
+  * [powerpc*/*64*] Enable CPUMASK_OFFSTACK to reduce stack usage
+  * [mips*el/loongson-3] Set NR_CPUS=16 to allow for Loongson 3B2000
+  * [mips*/octeon] Set NR_CPUS=64 to allow for Cavium CN7890
+  * [arm64] Set NR_CPUS=256 to allow for multi-SoC systems (Closes: #861209)
+  * [powerpc/powerpc-smp,powerpcspe] Explicitly set NR_CPUS=4
+  * Move debug symbols back to the main archive, to avoid problems with the
+    current handling in dak
+  * linux-image: Disable signing until it's supported in dak
+  * [rt] Update to 4.9.20-rt16:
+    - rtmutex: Make lock_killable work
+    - rtmutex: Provide rt_mutex_lock_state()
+    - rtmutex: Provide locked slowpath
+    - rwsem/rt: Lift single reader restriction
+  * PCI: Enable PCIE_PTM (except on armel/marvell)
+  * 6lowpan: Enable Generic Header Compression modules
+  * net/sched: Enable NET_ACT_SKBMOD as module
+  * ethernet: Enable NFP_NETVF as module
+  * net/phy: Enable MICROSEMI_PHY as module
+  * input/tablet: Enable TABLET_USB_PEGASUS as module
+  * [x86] input/touchscreen: Enable TOUCHSCREEN_SURFACE3_SPI as module
+  * serial/8250: Enable SERIAL_8250_MOXA as module
+  * [x86] gpio: Enable GPIO_AMDPT as module
+  * [x86] thermal: Enable INT3406_THERMAL as module
+  * watchdog: Enable WATCHDOG_SYSFS
+  * integrity: Enable IMA, IMA_DEFAULT_HASH_SHA256, IMA_APPRAISE,
+    IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY, IMA_BLACKLIST_KEYRING
+    (except on armel/marvell) (Closes: #788290)
+  * media: Enable VIDEO_TW5864, VIDEO_TW686X as modules
+  * [x86] amdgpu,sound/soc: Enable DRM_AMD_ACP; enable SND_SOC_AMD_ACP as module
+  * hda: Set SND_HDA_PREALLOC_SIZE=2048 as recommended for PulseAudio
+  * HID: Enable HID_SENSOR_CUSTOM_SENSOR as module
+  * leds,USB: Enable USB_LEDS_TRIGGER_USBPORT as module
+  * usbip: Enable USBIP_VUDC as module
+  * USB/misc: Enable UCSI as module
+  * leds: Enable LEDS_TRIGGER_DISK, LEDS_TRIGGER_MTD, LEDS_TRIGGER_PANIC
+  * IB: Enable INFINIBAND_HFI1, INFINIBAND_I40IW, INFINIBAND_QEDR, RDMA_RXE
+    as modules
+  * [amd64] EDAC: Enable EDAC_SKX as module
+  * [x86] comedi: Enable COMEDI_ADV_PCI1720, COMEDI_ADV_PCI1760 as modules
+  * [x86] platform: Enable INTEL_HID_EVENT as module
+  * [x86] hwtracing: Enable INTEL_TH, INTEL_TH_PCI, INTEL_TH_GTH, INTEL_TH_MSU,
+    INTEL_TH_PTI as modules
+  * [rt] tracing: Enable HWLAT_TRACER
+  * [x86] crypto: Enable CRYPTO_DEV_QAT_C3XXX, CRYPTO_DEV_QAT_C62X,
+    CRYPTO_DEV_QAT_C3XXXVF, CRYPTO_DEV_QAT_C62XVF as modules
+  * crypto: Enable CRYPTO_DEV_CHELSIO as module
+  * [arm64] Enable ARMV8_DEPRECATED, SWP_EMULATION, CP15_BARRIER_EMULATION,
+    SETEND_EMULATION (Closes: #861384)
+  * udeb: Add tifm_7xx1 to mmc-modules (Closes: #861195)
+  * leds: Enable LEDS_GPIO as module for all configurations with GPIOs
+    (Closes: #860569)
+  * selinux: Set SECURITY_SELINUX_CHECKREQPROT_VALUE=0, per default.
+    This may break some old applications if SELinux is enabled, and can be
+    reverted using the kernel parameter: checkreqprot=1
+  * udeb: Move mfd-core to kernel-image, as both input-modules and
+    mmc-modules need it
+  * crypto: Change CRYPTO_SHA256 from module to built-in, as required by IMA
+
+  [ Salvatore Bonaccorso ]
+  * ping: implement proper locking (CVE-2017-2671)
+  * macsec: avoid heap overflow in skb_to_sgvec (CVE-2017-7477)
+  * macsec: dynamically allocate space for sglist
+  * nfsd: check for oversized NFSv2/v3 arguments (CVE-2017-7645)
+  * nfsd4: minor NFSv2/v3 write decoding cleanup
+  * nfsd: stricter decoding of write-like NFSv2/v3 ops (CVE-2017-7895)
+
+  [ Aurelien Jarno ]
+  * [mips*/octeon] Drop obsolete patch adding support for the UBNT E200
+    board.
+  * [mips*el/loongson-3] Disable PAGE_EXTENSION and PAGE_POISONING.
+
+  [ John Paul Adrian Glaubitz ]
+  * [m68k] udeb: Enable suffix for kernel-image (Closes: #859366)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 02 May 2017 16:21:44 +0100
+
+linux (4.9.18-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.17
+    - net/mlx5e: Register/unregister vport representors on interface
+      attach/detach
+    - net/mlx5e: Do not reduce LRO WQE size when not using build_skb
+    - net/mlx5e: Fix wrong CQE decompression
+    - vxlan: correctly validate VXLAN ID against VXLAN_N_VID
+    - vti6: return GRE_KEY for vti6
+    - vxlan: don't allow overwrite of config src addr
+    - ipv4: mask tos for input route
+    - net sched actions: decrement module reference count after table flush.
+    - l2tp: avoid use-after-free caused by l2tp_ip_backlog_recv
+    - net: phy: Avoid deadlock during phy_error()
+    - vxlan: lock RCU on TX path
+    - geneve: lock RCU on TX path
+    - tcp/dccp: block BH for SYN processing
+    - net: bridge: allow IPv6 when multicast flood is disabled
+    - net: don't call strlen() on the user buffer in packet_bind_spkt()
+    - net: net_enable_timestamp() can be called from irq contexts
+    - ipv6: orphan skbs in reassembly unit
+    - dccp: Unlock sock before calling sk_free()
+    - strparser: destroy workqueue on module exit
+    - tcp: fix various issues for sockets morphing to listen state
+    - net: fix socket refcounting in skb_complete_wifi_ack()
+    - net: fix socket refcounting in skb_complete_tx_timestamp()
+    - net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dump
+    - dccp: fix use-after-free in dccp_feat_activate_values
+    - vrf: Fix use-after-free in vrf_xmit
+    - net/tunnel: set inner protocol in network gro hooks
+    - act_connmark: avoid crashing on malformed nlattrs with null parms
+    - mpls: Send route delete notifications when router module is unloaded
+    - mpls: Do not decrement alive counter for unregister events
+    - ipv6: make ECMP route replacement less greedy
+    - ipv6: avoid write to a possibly cloned skb
+    - bridge: drop netfilter fake rtable unconditionally
+    - dccp/tcp: fix routing redirect race
+    - tun: fix premature POLLOUT notification on tun devices
+    - dccp: fix memory leak during tear-down of unsuccessful connection request
+    - bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers
+    - bpf: fix state equivalence
+    - bpf: fix regression on verifier pruning wrt map lookups
+    - bpf: fix mark_reg_unknown_value for spilled regs on map value marking
+    - dmaengine: iota: ioat_alloc_chan_resources should not perform sleeping
+      allocations.
+    - xen: do not re-use pirq number cached in pci device msi msg data
+    - igb: Workaround for igb i210 firmware issue
+    - igb: add i211 to i210 PHY workaround
+    - [x86] hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panic
+    - PCI: Separate VF BAR updates from standard BAR updates
+    - PCI: Remove pci_resource_bar() and pci_iov_resource_bar()
+    - PCI: Decouple IORESOURCE_ROM_ENABLE and PCI_ROM_ADDRESS_ENABLE
+    - PCI: Don't update VF BARs while VF memory space is enabled
+    - PCI: Update BARs using property bits appropriate for type
+    - PCI: Ignore BAR updates on virtual functions
+    - PCI: Do any VF BAR updates before enabling the BARs
+    - [powerpc*] ibmveth: calculate gso_segs for large packets
+    - [x86] Drivers: hv: ring_buffer: count on wrap around mappings in
+      get_next_pkt_raw() (v2)
+    - vfio/spapr: Postpone allocation of userspace version of TCE table
+    - [powerpc*] iommu: Stop using @current in mm_iommu_xxx
+    - [powerpc*] vfio/spapr: Reference mm in tce_container
+    - [powerpc*] mm/iommu, vfio/spapr: Put pages on VFIO container shutdown
+    - [powerpc*] vfio/spapr: Add a helper to create default DMA window
+    - [powerpc*] vfio/spapr: Postpone default window creation
+    - drm/nouveau/disp/gp102: fix cursor/overlay immediate channel indices
+    - drm/nouveau/disp/nv50-: split chid into chid.ctrl and chid.user
+    - drm/nouveau/disp/nv50-: specify ctrl/user separately when constructing
+      classes
+    - block: allow WRITE_SAME commands with the SG_IO ioctl
+    - [s390x] zcrypt: Introduce CEX6 toleration
+    - uvcvideo: uvc_scan_fallback() for webcams with broken chain
+    - [x86] ACPI / blacklist: add _REV quirks for Dell Precision 5520 and 3520
+    - [x86] ACPI / blacklist: Make Dell Latitude 3350 ethernet work
+    - serial: 8250_pci: Detach low-level driver during PCI error recovery
+    - [armhf] clk: bcm2835: Fix ->fixed_divider of pllh_aux
+    - [armhf] drm/vc4: Fix race between page flip completion event and clean-up
+    - [armhf] drm/vc4: Fix ->clock_select setting for the VEC encoder
+    - [arm64] KVM: VHE: Clear HCR_TGE when invalidating guest TLBs
+    - [armhf,arm64] irqchip/gicv3-its: Add workaround for QDF2400 ITS erratum
+      0065
+    - [x86] tsc: Fix ART for TSC_KNOWN_FREQ
+    - [x86] perf: Fix CR4.PCE propagation to use active_mm instead of mm
+    - futex: Fix potential use-after-free in FUTEX_REQUEUE_PI
+    - futex: Add missing error handling to FUTEX_REQUEUE_PI
+    - locking/rwsem: Fix down_write_killable() for
+      CONFIG_RWSEM_GENERIC_SPINLOCK=y
+    - [powerpc*] crypto: Fix initialisation of crc32c context
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.18
+    - [armhf] drm/vc4: Fix termination of the initial scan for branch targets.
+    - [armhf] drm/vc4: Use runtime autosuspend to avoid thrashing V3D power
+      state.
+    - qla2xxx: Fix memory leak for abts processing
+    - qla2xxx: Fix request queue corruption.
+    - [hppa] Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_range
+    - [hppa] Fix system shutdown halt
+    - perf/core: Fix use-after-free in perf_release()
+    - perf/core: Fix event inheritance on fork()
+    - NFS prevent double free in async nfs4_exchange_id
+    - cpufreq: Fix and clean up show_cpuinfo_cur_freq()
+    - [powerpc*] boot: Fix zImage TOC alignment
+    - md/raid1/10: fix potential deadlock
+    - target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER export
+    - scsi: lpfc: Add shutdown method for kexec
+    - scsi: libiscsi: add lock around task lists to fix list corruption
+      regression
+    - target: Fix VERIFY_16 handling in sbc_parse_cdb
+    - isdn/gigaset: fix NULL-deref at probe
+    - gfs2: Avoid alignment hole in struct lm_lockname
+    - percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages
+    - cgroup/pids: remove spurious suspicious RCU usage warning
+    - [x86] drm/amdgpu/si: add dpm quirk for Oland
+    - ext4: fix fencepost in s_first_meta_bg validation (Closes: #856808)
+
+  [ Ben Hutchings ]
+  * [powerpc*] Ignore ABI changes in cxl (fixes FTBFS) (Closes: #858530)
+    and IOMMU setup
+  * Ignore ABI changes in bpf, dccp, libiscsi
+  * [x86] Ignore ABI changes in kvm
+  * [rt] Update to 4.9.18-rt14:
+    - lockdep: Fix per-cpu static objects
+    - futex: Cleanup variable names for futex_top_waiter()
+    - futex: Use smp_store_release() in mark_wake_futex()
+    - futex: Remove rt_mutex_deadlock_account_*()
+    - futex,rt_mutex: Provide futex specific rt_mutex API
+    - futex: Change locking rules
+    - futex: Cleanup refcounting
+    - futex: Rework inconsistent rt_mutex/futex_q state
+    - futex: Pull rt_mutex_futex_unlock() out from under hb->lock
+    - futex,rt_mutex: Introduce rt_mutex_init_waiter()
+    - futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()
+    - futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()
+    - futex: Futex_unlock_pi() determinism
+    - futex: Drop hb->lock before enqueueing on the rtmutex
+    - futex: workaround migrate_disable/enable in different context
+    - Revert "kernel/futex: don't deboost too early"
+  * xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_window
+    (CVE-2017-7184)
+  * xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harder (CVE-2017-7184)
+  * scsi: sg: check length passed to SG_NEXT_CMD_LEN (CVE-2017-7187)
+  * [x86] vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()
+    (CVE-2017-7261)
+  * [x86] drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()
+    (CVE-2017-7294)
+  * net/packet: Fix integer overflow in various range checks (CVE-2017-7308)
+  * [arm64] rtc: tegra: Implement clock handling (Closes: #858514)
+  * [armhf] sound/soc: Enable SND_SUN4I_SPDIF as module (Closes: #857410)
+  * [arm64,x86] Enable CROS_KBD_LED_BACKLIGHT as module (Closes: #856906)
+  * netfilter: nft_ct: add notrack support (Closes: #845500)
+  * w1: Enable W1_MASTER_GPIO as module (Closes: #858975)
+
+  [ James Clarke ]
+  * [sparc64] udeb: Re-add ufs-modules (Closes: #858049)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 30 Mar 2017 02:16:33 +0100
+
+linux (4.9.16-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.14
+    - [mips*] Fix special case in 64 bit IP checksumming.
+    - [mips*/octeon] Fix copy_from_user fault handling for large buffers
+    - mmc: sdhci-acpi: support deferred probe
+    - uvcvideo: Fix a wrong macro
+    - media: fix dm1105.c build error
+    - lirc_dev: LIRC_{G,S}ET_REC_MODE do not work
+    - media: Properly pass through media entity types in entity enumeration
+    - ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()
+    - [x86] ALSA: hda/realtek - Cannot adjust speaker's volume on a Dell AIO
+    - [x86] ALSA: hda - fix Lewisburg audio issue
+    - ALSA: timer: Reject user params with too small ticks
+    - ALSA: ctxfi: Fallback DMA mask to 32bit
+    - ALSA: seq: Fix link corruption by event error handling
+    - [x86] ALSA: hda - Add subwoofer support for Dell Inspiron 17 7000 Gaming
+    - [x86] ALSA: hda - Fix micmute hotkey problem for a lenovo AIO machine
+    - hwmon: (it87) Do not overwrite bit 2..6 of pwm control registers
+    - hwmon: (it87) Ensure that pwm control cache is current before updating
+      values
+    - [x86] staging/lustre/lnet: Fix allocation size for sv_cpt_data
+    - staging: rtl: fix possible NULL pointer dereference
+    - regulator: Fix regulator_summary for deviceless consumers
+    - tpm_tis: fix the error handling of init_tis()
+    - [x86] iommu/vt-d: Fix some macros that are incorrectly specified in
+      intel-iommu
+    - [x86] iommu/vt-d: Tylersburg isoch identity map check is done too late.
+    - CIFS: Fix splice read for non-cached files
+    - [x86] mm, devm_memremap_pages: hold device_hotplug lock over
+      mem_hotplug_{begin, done}
+    - mm/page_alloc: fix nodes for reclaim in fast path
+    - mm: vmpressure: fix sending wrong events on underflow
+    - mm: do not access page->mapping directly on page_endio
+    - mm balloon: umount balloon_mnt when removing vb device
+    - mm, vmscan: cleanup lru size claculations
+    - mm, vmscan: consider eligible zones in get_scan_count
+    - sigaltstack: support SS_AUTODISARM for CONFIG_COMPAT
+    - PM / devfreq: Fix available_governor sysfs
+    - PM / devfreq: Fix wrong trans_stat of passive devfreq device
+    - dm cache: fix corruption seen when using cache > 2TB
+    - dm stats: fix a leaked s->histogram_boundaries array
+    - dm round robin: revert "use percpu 'repeat_count' and 'current_path'"
+    - dm raid: fix data corruption on reshape request
+    - [x86] scsi: storvsc: use tagged SRB requests if supported by the device
+    - [x86] scsi: storvsc: properly handle SRB_ERROR when sense message is
+      present
+    - [x86] scsi: storvsc: properly set residual data length on errors
+    - scsi: aacraid: Reorder Adapter status check
+    - scsi: use 'scsi_device_from_queue()' for scsi_dh
+    - Fix: Disable sys_membarrier when nohz_full is enabled
+    - jbd2: don't leak modified metadata buffers on an aborted journal
+    - block/loop: fix race between I/O and set_status
+    - loop: fix LO_FLAGS_PARTSCAN hang
+    - ext4: Include forgotten start block on fallocate insert range
+    - ext4: do not polute the extents cache while shifting extents
+    - ext4: trim allocation requests to group size
+    - ext4: fix data corruption in data=journal mode
+    - ext4: fix use-after-iput when fscrypt contexts are inconsistent
+    - ext4: fix inline data error paths
+    - ext4: preserve the needs_recovery flag when the journal is aborted
+    - ext4: return EROFS if device is r/o and journal replay is needed
+    - mei: remove support for broken parallel read
+    - ath10k: fix boot failure in UTF mode/testmode
+    - ath5k: drop bogus warning on drv_set_key with unsupported cipher
+    - ath9k: fix race condition in enabling/disabling IRQs
+    - ath9k: use correct OTP register offsets for the AR9340 and AR9550
+    - [x86] PCI: hv: Fix wslot_to_devfn() to fix warnings on device removal
+    - [x86] Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
+    - perf callchain: Reference count maps
+    - crypto: testmgr - Pad aes_ccm_enc_tv_template vector
+    - fuse: add missing FR_FORCE
+    - [x86] pkeys: Check against max pkey to avoid overflows
+    - [armhf,arm64] KVM: Enforce unconditional flush to PoC when mapping to
+      stage-2
+    - [arm64] dma-mapping: Fix dma_mapping_error() when bypassing SWIOTLB
+    - [arm64] fix erroneous __raw_read_system_reg() cases
+    - [armhf,arm64] KVM: vgic: Stop injecting the MSI occurrence twice
+    - can: gs_usb: Don't use stack memory for USB transfers
+    - can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer
+    - w1: don't leak refcount on slave attach failure in
+      w1_attach_slave_device()
+    - w1: ds2490: USB transfer buffers need to be DMAable
+    - usb: dwc3: gadget: skip Set/Clear Halt when invalid
+    - usb: host: xhci: plat: check hcc_params after add hcd
+    - usb: gadget: udc-core: Rescan pending list on driver unbind
+    - usb: gadget: f_hid: fix: Free out requests
+    - usb: gadget: f_hid: fix: Prevent accessing released memory
+    - usb: gadget: f_hid: Use spinlock instead of mutex
+    - [x86] hv: allocate synic pages for all present CPUs
+    - [x86] hv: init percpu_list in hv_synic_alloc()
+    - [x86] hv: don't reset hv_context.tsc_page on crash
+    - [x86] Drivers: hv: vmbus: Prevent sending data on a rescinded channel
+    - [x86] Drivers: hv: vmbus: Fix a rescind handling bug
+    - [x86] Drivers: hv: util: kvp: Fix a rescind processing issue
+    - [x86] Drivers: hv: util: Fcopy: Fix a rescind processing issue
+    - [x86] Drivers: hv: util: Backup: Fix a rescind processing issue
+    - RDMA/core: Fix incorrect structure packing for booleans
+    - rdma_cm: fail iwarp accepts w/o connection params
+    - gfs2: Add missing rcu locking for glock lookup
+    - [arm64] remoteproc: qcom: mdt_loader: Don't overwrite firmware object
+    - rtlwifi: Fix alignment issues
+    - rtlwifi: rtl8192c-common: Fix "BUG: KASAN:
+    - [m68k] VME: restore bus_remove function causing incomplete module unload
+    - nfsd: minor nfsd_setattr cleanup
+    - nfsd: special case truncates some more
+    - NFSv4: Fix memory and state leak in _nfs4_open_and_get_state
+    - NFSv4: Fix reboot recovery in copy offload
+    - pNFS/flexfiles: If the layout is invalid, it must be updated before
+      retrying
+    - NFSv4: fix getacl head length estimation
+    - NFSv4: fix getacl ERANGE for some ACL buffer sizes
+    - f2fs: fix a problem of using memory after free
+    - f2fs: fix multiple f2fs_add_link() calls having same name
+    - f2fs: add ovp valid_blocks check for bg gc victim to fg_gc
+    - f2fs: avoid to issue redundant discard commands
+    - [armhf] rtc: sun6i: Disable the build as a module
+    - [armhf] rtc: sun6i: Add some locking
+    - [armhf] rtc: sun6i: Switch to the external oscillator
+    - md linear: fix a race between linear_add() and linear_congested()
+    - bcma: use (get|put)_device when probing/removing device driver
+    - [armhf] dmaengine: ipu: Make sure the interrupt routine checks all
+      interrupts.
+    - xprtrdma: Fix Read chunk padding
+    - xprtrdma: Per-connection pad optimization
+    - xprtrdma: Disable pad optimization by default
+    - xprtrdma: Reduce required number of send SGEs
+    - [powerpc*] xmon: Fix data-breakpoint
+    - [powerpc*] mm: Add MMU_FTR_KERNEL_RO to possible feature mask
+    - [powerpc*] mm/hash: Always clear UPRT and Host Radix bits when setting up
+      CPU
+    - scsi: lpfc: Correct WQ creation for pagesize
+    - ceph: update readpages osd request according to size of pages
+    - netfilter: conntrack: remove GC_MAX_EVICTS break
+    - netfilter: conntrack: refine gc worker heuristics, redux
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.15
+    - tty: n_hdlc: get rid of racy n_hdlc.tbuf (CVE-2017-2636)
+      (Closes: #858122)
+    - serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cards
+    - [s390x] KVM: Disable dirty log retrieval for UCONTROL guests
+    - [x86] KVM: VMX: use correct vmcs_read/write for guest segment
+      selector/base
+    - Bluetooth: Add another AR3012 04ca:3018 device
+    - [s390x] qdio: clear DSCI prior to scanning multiple input queues
+    - [s390x] dcssblk: fix device size calculation in dcssblk_direct_access()
+    - [s390x] kdump: Use "LINUX" ELF note name instead of "CORE"
+    - [s390x] chsc: Add exception handler for CHSC instruction
+    - [s390x] TASK_SIZE for kernel threads
+    - [s390x] make setup_randomness work
+    - [s390x] use correct input data address for setup_randomness
+    - [armhf] net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()
+    - [powerpc*] cxl: Prevent read/write to AFU config space while AFU not
+      configured
+    - [powerpc*] cxl: fix nested locking hang during EEH hotplug
+    - brcmfmac: fix incorrect event channel deduction
+    - mnt: Tuck mounts under others instead of creating shadow/side mounts.
+    - IB/ipoib: Fix deadlock between rmmod and set_mode
+    - IB/IPoIB: Add destination address when re-queue packet
+    - IB/mlx5: Fix out-of-bound access
+    - IB/SRP: Avoid using IB_MR_TYPE_SG_GAPS
+    - IB/srp: Avoid that duplicate responses trigger a kernel bug
+    - IB/srp: Fix race conditions related to task management
+    - fs: Better permission checking for submounts
+    - ceph: remove req from unsafe list when unregistering it
+    - [powerpc*] pci/hotplug/pnv-php: Remove WARN_ON() in pnv_php_put_slot()
+    - [powerpc*] pci/hotplug/pnv-php: Disable surprise hotplug capability on
+      conflicts
+    - target: Fix NULL dereference during LUN lookup + active I/O shutdown
+    - [powerpc*] drivers/pci/hotplug: Handle presence detection change
+      properly
+    - [powerpc*] drivers/pci/hotplug: Fix initial state for empty slot
+    - nlm: Ensure callback code also checks that the files match
+    - nfit, libnvdimm: fix interleave set cookie calculation
+    - mac80211: flush delayed work when entering suspend
+    - mac80211: don't reorder frames with SN smaller than SSN
+    - mac80211: don't handle filtered frames within a BA session
+    - mac80211: use driver-indicated transmitter STA only for data frames
+    - [x86] drm/amdgpu: add more cases to DCE11 possible crtc mask setup
+    - [arm64,powerpc*,x86] drm/ast: Fix test for VGA enabled
+    - [arm64,powerpc*,x86] drm/ast: Call open_key before enable_mmio in POST
+      code
+    - [arm64,powerpc*,x86] drm/ast: Fix AST2400 POST failure without BMC FW or
+      VBIOS
+    - drm/edid: Add EDID_QUIRK_FORCE_8BPC quirk for Rotel RSX-1058
+    - [x86] drm/vmwgfx: Work around drm removal of control nodes
+    - [armhf] dmaengine: imx-sdma - correct the dma transfer residue
+      calculation
+    - drm/atomic: fix an error code in mode_fixup()
+    - [x86] drm/i915/gvt: Disable access to stolen memory as a guest
+    - drm: Cancel drm_fb_helper_dirty_work on unload
+    - drm: Cancel drm_fb_helper_resume_work on unload
+    - [x86] drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS
+      code
+    - [x86] drm/i915: Fix not finding the VBT when it overlaps with
+      OPREGION_ASLE_EXT
+    - libceph: use BUG() instead of BUG_ON(1)
+    - [x86] mm: fix gup_pte_range() vs DAX mappings
+    - [x86] tlb: Fix tlb flushing when lguest clears PGE
+    - thp: fix another corner case of munlock() vs. THPs
+    - mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()
+    - fat: fix using uninitialized fields of fat_inode/fsinfo_inode
+    - [x86] drivers: hv: Turn off write permission on the hypercall page
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.16
+    - USB: serial: digi_acceleport: fix OOB data sanity check
+    - USB: serial: digi_acceleport: fix OOB-event processing
+    - crypto: improve gcc optimization flags for serpent and wp512
+    - ucount: Remove the atomicity from ucount->count (CVE-2017-6874)
+    - dw2102: don't do DMA on stack
+    - i2c: add missing of_node_put in i2c_mux_del_adapters
+    - [ppc64el] Emulation support for load/store instructions on LE
+    - [powerpc*] xics: Work around limitations of OPAL XICS priority handling
+    - PCI: Prevent VPD access for QLogic ISP2722
+    - usb: gadget: dummy_hcd: clear usb_gadget region before registration
+    - usb: dwc3: gadget: make Set Endpoint Configuration macros safe
+    - [armhf] usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox()
+    - usb: gadget: function: f_fs: pass companion descriptor along
+    - Revert "usb: gadget: uvc: Add missing call for additional setup data"
+    - usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci
+      controllers
+    - USB: serial: safe_serial: fix information leak in completion handler
+    - USB: serial: omninet: fix reference leaks at open
+    - USB: iowarrior: fix NULL-deref at probe (CVE-2016-2188)
+    - USB: iowarrior: fix NULL-deref in write
+    - USB: serial: io_ti: fix NULL-deref in interrupt callback
+    - USB: serial: io_ti: fix information leak in completion handler
+    - [armhf] serial: samsung: Continue to work if DMA request fails
+    - [s390x] KVM: Fix guest migration for huge guests resulting in panic
+    - [armhf.arm64] KVM: Let vcpu thread modify its own active state
+    - dm: flush queued bios when process blocks to avoid deadlock
+    - rc: raw decoder for keymap protocol is not loaded on register
+    - ext4: don't BUG when truncating encrypted inodes on the orphan list
+    - IB/mlx5: Verify that Q counters are supported
+
+  [ Ben Hutchings ]
+  * [media] dvb-usb: don't use stack for firmware load or reset
+    (Closes: #853894)
+  * Kbuild.include: addtree: Remove quotes before matching path
+    (regression in 4.8) (Closes: #856474)
+  * [rt] Update to 4.9.13-rt12:
+    - timer/hrtimer: check properly for a running timer
+  * [rt] Refresh one patch that had a textual conflict with 4.9.14
+  * Ignore various ABI changes that shouldn't affect OOT modules
+  * userns: Avoid ABI change for CVE-2017-6874 fix
+  * [amd64] Don't WARN about expected W+X pages on Xen (see #852324)
+  * fjes: Disable auto-loading, as this driver matches a very common ACPI ID
+    (Closes: #853976)
+
+  [ Salvatore Bonaccorso ]
+  * ACPI / EC: Use busy polling mode when GPE is not enabled.
+    Thanks to Jakobus Schurz <jakobus.schurz@gmail.com> (Closes: #846792)
+  * Ignore ABI changes for acpi_ec_{add,remove}_query_handler
+  * Ignore ABI change for first_ec (not declared in public header)
+
+  [ Helge Deller ]
+  * [hppa] Switch to debian default config option for bonding, irda and atalk
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 22 Mar 2017 17:01:40 +0100
+
+linux (4.9.13-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.11
+    - can: Fix kernel panic at security_sock_rcv_skb
+    - net/mlx5e: Fix update of hash function/key via ethtool
+    - net/sched: matchall: Fix configuration race
+    - ipv6: fix ip6_tnl_parse_tlv_enc_lim()
+    - ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()
+    - tcp: fix 0 divide in __tcp_select_window()
+    - stmmac: Discard masked flags in interrupt status register
+    - net: use a work queue to defer net_disable_timestamp() work
+    - netlabel: out of bound access in cipso_v4_validate()
+    - ip6_gre: fix ip6gre_err() invalid reads (CVE-2017-5897)
+    - ipv6: tcp: add a missing tcp_v6_restore_cb()
+    - tcp: avoid infinite loop in tcp_splice_read() (CVE-2017-6214)
+    - tun: read vnet_hdr_sz once
+    - macvtap: read vnet_hdr_size once
+    - rtl8150: Use heap buffers for all register access
+    - catc: Combine failure cleanup code in catc_probe()
+    - catc: Use heap buffer for memory size test
+    - mlx4: Invoke softirqs after napi_reschedule
+    - lwtunnel: valid encap attr check should return 0 when lwtunnel
+      is disabled
+    - sit: fix a double free on error path
+    - net: introduce device min_header_len
+    - packet: round up linear to header len
+    - ping: fix a null pointer dereference
+    - net: dsa: Do not destroy invalid network devices
+    - l2tp: do not use udp_ioctl()
+    - mld: do not remove mld souce list info when set link down
+    - igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()
+    - tcp: fix mark propagation with fwmark_reflect enabled
+    - net/mlx5: Don't unlock fte while still using it
+    - tcp: don't annotate mark on control socket from
+      tcp_v6_send_response()
+    - [x86] fpu/xstate: Fix xcomp_bv in XSAVES header
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.12
+    - vfs: fix uninitialized flags in splice_to_pipe()
+    - siano: make it work again with CONFIG_VMAP_STACK
+    - fuse: fix use after free issue in fuse_dev_do_read()
+    - fuse: fix uninitialized flags in pipe_buffer
+    - mmc: core: fix multi-bit bus width without high-speed mode
+    - [powerpc*/*64*] Disable use of radix under a hypervisor
+    - scsi: don't BUG_ON() empty DMA transfers
+    - Fix missing sanity check in /dev/sg
+    - [x86] Input: elan_i2c - add ELAN0605 to the ACPI table
+    - drm/radeon: Use mode h/vdisplay fields to hide out of bounds HW cursor
+    - drm/dp/mst: fix kernel oops when turning off secondary monitor
+    - futex: Move futex_init() to core_initcall
+    - [armel,armhf] 8658/1: uaccess: fix zeroing of 64-bit get_user()
+    - Revert "i2c: designware: detect when dynamic tar update is possible"
+    - PCI/PME: Restore pcie_pme_driver.remove
+    - printk: use rcuidle console tracepoint
+    - timekeeping: Use deferred printk() in debug code
+    - bcache: Make gc wakeup sane, remove set_task_state()
+    - videodev2.h: go back to limited range Y'CbCr for SRGB and, ADOBERGB
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.13
+    - net/mlx5e: Disable preemption when doing TC statistics upcall
+    - net/llc: avoid BUG_ON() in skb_orphan() (CVE-2017-6345)
+    - net: ethernet: ti: cpsw: fix cpsw assignment in resume
+      (regression in 4.9)
+    - packet: fix races in fanout_add() (CVE-2017-6346)
+    - packet: Do not call fanout_release from atomic contexts
+      (regression in 4.9)
+    - net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notification
+    - dccp: fix freeing skb too early for IPV6_RECVPKTINFO (CVE-2017-6074)
+    - vxlan: fix oops in dev_fill_metadata_dst (regression in 4.6)
+    - irda: Fix lockdep annotations in hashbin_delete(). (CVE-2017-6348)
+    - ptr_ring: fix race conditions when resizing
+    - ip: fix IP_CHECKSUM handling (regression in 4.0) (CVE-2017-6347)
+    - net: socket: fix recvmmsg not returning error from sock_error
+      (regression in 4.6)
+    - USB: serial: mos7840: fix another NULL-deref at open
+    - USB: serial: ftdi_sio: fix modem-status error handling
+    - USB: serial: ftdi_sio: fix extreme low-latency setting
+    - USB: serial: ftdi_sio: fix line-status over-reporting
+    - USB: serial: spcp8x5: fix modem-status handling
+    - USB: serial: opticon: fix CTS retrieval at open
+    - USB: serial: ark3116: fix register-accessor error handling
+    - netfilter: nf_ct_helper: warn when not applying default helper assignment
+    - block: fix double-free in the failure path of cgwb_bdi_init()
+    - rtlwifi: rtl_usb: Fix for URB leaking when doing ifconfig up/down
+    - xfs: clear delalloc and cache on buffered write failure
+
+  [ Ben Hutchings ]
+  * [armel] dts: kirkwood: Fix SATA pinmux-ing for TS419 (Closes: #855017)
+  * [armhf] Enable DRM_OMAP_PANEL_TPO_TD028TTEC1, PWM_OMAP_DMTIMER as modules
+    (Closes: #855472)
+  * net: Ignore ABI changes to can_rx_register(), ip6_xmit()
+  * net: Avoid ABI change for min_header_len
+  * udeb: Add more USB host and dual-role drivers to usb-modules
+    (Closes: #856111)
+  * [x86] kvm: fix page struct leak in handle_vmon (CVE-2017-2596)
+  * ipc/shm: Fix shmat mmap nil-page protection (CVE-2017-5669)
+  * time: Disable TIMER_STATS (CVE-2017-5967)
+  * sctp: deny peeloff operation on asocs with threads sleeping on it
+    (CVE-2017-6353)
+  * [rt] Update to 4.9.13-rt10:
+    - sched/rt: Add a missing rescheduling point
+    - lockdep: Handle statically initialized PER_CPU locks proper
+    - Change export of rt_mutex_destroy() back to GPL-only
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 27 Feb 2017 15:58:07 +0000
+
+linux (4.9.10-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.7
+    - drm: Schedule the output_poll_work with 1s delay if we have delayed event
+    - drm: Fix broken VT switch with video=1366x768 option
+    - [x86] drm/i915: Ignore bogus plane coordinates on SKL when the plane is
+      not visible
+    - [armhf,arm64] drm/vc4: Fix memory leak of the CRTC state.
+    - [armhf,arm64] drm/vc4: fix a bounds check
+    - Revert "drm/radeon: always apply pci shutdown callbacks"
+    - drm/atomic: clear out fence when duplicating state
+    - mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp
+    - mm/mempolicy.c: do not put mempolicy before using its nodemask
+    - mm, page_alloc: fix check for NULL preferred_zone
+    - mm, page_alloc: fix fast-path race with cpuset update or removal
+    - mm, page_alloc: move cpuset seqcount checking to slowpath
+    - mm, page_alloc: fix premature OOM when racing with cpuset mems update
+    - userns: Make ucounts lock irq-safe
+    - sysctl: fix proc_doulongvec_ms_jiffies_minmax()
+    - xfs: prevent quotacheck from overloading inode lru
+    - ISDN: eicon: silence misleading array-bounds warning
+    - Btrfs: remove old tree_root case in btrfs_read_locked_inode()
+    - Btrfs: disable xattr operations on subvolume directories
+    - Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operations
+    - RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabled
+    - [s390x] mm: Fix cmma unused transfer from pgste into pte
+    - [s390x] ptrace: Preserve previous registers for short regset write
+    - IB/cxgb3: fix misspelling in header guard
+    - IB/iser: Fix sg_tablesize calculation
+    - IB/srp: fix mr allocation when the device supports sg gaps
+    - IB/srp: fix invalid indirect_sg_entries parameter value
+    - can: c_can_pci: fix null-pointer-deref in c_can_start() - set device
+      pointer
+    - can: ti_hecc: add missing prepare and unprepare of the clock
+    - [hppa] Don't use BITS_PER_LONG in userspace-exported swab.h header
+    - nfs: Don't increment lock sequence ID after NFS4ERR_MOVED
+    - NFSv4.1: Fix a deadlock in layoutget
+    - NFSv4.0: always send mode in SETATTR after EXCLUSIVE4
+    - SUNRPC: cleanup ida information when removing sunrpc module
+    - iw_cxgb4: free EQ queue memory on last deref
+    - pctv452e: move buffer to heap, no mutex
+    - v4l: tvp5150: Reset device at probe time, not in get/set format handlers
+    - v4l: tvp5150: Fix comment regarding output pin muxing
+    - v4l: tvp5150: Don't override output pinmuxing at stream on/off time
+    - [x86] drm/i915: Clear ret before unbinding in i915_gem_evict_something()
+    - [x86] drm/i915: prevent crash with .disable_display parameter
+    - [x86] drm/i915: Don't leak edid in intel_crt_detect_ddc()
+    - [x86] drm/i915: Don't init hpd polling for vlv and chv from
+      runtime_suspend()
+    - [x86] drm/i915: Fix calculation of rotated x and y offsets for planar
+      formats
+    - [x86] drm/i915: Check for NULL atomic state in
+      intel_crtc_disable_noatomic()
+    - IB/umem: Release pid in error and ODP flow
+    - [x86] pinctrl: baytrail: Rectify debounce support
+    - memory_hotplug: make zone_can_shift() return a boolean value
+    - virtio_mmio: Set DMA masks appropriately
+    - mm, memcg: do not retry precharge charges
+    - perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' race
+      (CVE-2017-6001)
+    - [x86] drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround.
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.8
+    - r8152: fix the sw rx checksum is unavailable
+    - [x86] netvsc: add rcu_read locking to netvsc callback
+    - net: lwtunnel: Handle lwtunnel_fill_encap failure
+    - net: ipv4: fix table id in getroute response
+    - tcp: fix tcp_fastopen unaligned access complaints on sparc
+    - openvswitch: maintain correct checksum state in conntrack actions
+    - mlx4: do not call napi_schedule() without care
+    - ip6_tunnel: Account for tunnel header in tunnel MTU
+    - ax25: Fix segfault after sock connection timeout
+    - net sched actions: fix refcnt when GETing of action after bind
+    - virtio: don't set VIRTIO_NET_HDR_F_DATA_VALID on xmit
+    - virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receiving
+    - vxlan: fix byte order of vxlan-gpe port number
+    - net: fix harmonize_features() vs NETIF_F_HIGHDMA
+    - lwtunnel: fix autoload of lwt modules
+    - ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lock
+    - tcp: initialize max window for a new fastopen socket
+    - net/mlx5e: Do not recycle pages from emergency reserve
+    - bridge: netlink: call br_changelink() during br_dev_newlink()
+    - net: mpls: Fix multipath selection for LSR use case
+    - r8152: don't execute runtime suspend if the tx is not empty
+    - af_unix: move unix_mknod() out of bindlock
+    - net: Specify the owning module for lwtunnel ops
+    - lwtunnel: Fix oops on state free after encap module unload
+    - [armhf] net: dsa: Bring back device detaching in dsa_slave_suspend()
+    - xfs: bump up reserved blocks in xfs_alloc_set_aside
+    - xfs: fix bogus minleft manipulations
+    - xfs: adjust allocation length in xfs_alloc_space_available
+    - xfs: don't rely on ->total in xfs_alloc_space_available
+    - xfs: don't print warnings when xfs_log_force fails
+    - xfs: make the ASSERT() condition likely
+    - xfs: sanity check directory inode di_size
+    - xfs: add missing include dependencies to xfs_dir2.h
+    - xfs: replace xfs_mode_to_ftype table with switch statement
+    - xfs: sanity check inode mode when creating new dentry
+    - xfs: sanity check inode di_mode
+    - xfs: don't wrap ID in xfs_dq_get_next_id
+    - xfs: fix xfs_mode_to_ftype() prototype
+    - xfs: fix COW writeback race
+    - xfs: verify dirblocklog correctly
+    - xfs: remove racy hasattr check from attr ops
+    - xfs: extsize hints are not unlikely in xfs_bmap_btalloc
+    - xfs: clear _XBF_PAGES from buffers when readahead page
+    - xfs: fix bmv_count confusion w/ shared extents
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.9
+    - PCI/ASPM: Handle PCI-to-PCIe bridges as roots of PCIe hierarchies
+    - ext4: validate s_first_meta_bg at mount time (CVE-2016-10208)
+    - [x86] efi: Always map the first physical page into the EFI pagetables
+    - [arm64] efi/fdt: Avoid FDT manipulation after ExitBootServices()
+      (Closes: #853170)
+    - HID: cp2112: fix sleep-while-atomic
+    - HID: cp2112: fix gpio-callback error handling
+    - [x86] pinctrl: baytrail: Add missing spinlock usage in
+      byt_gpio_irq_handler
+    - [x86] drm/amdgpu/si: fix crash on headless asics
+    - drm/nouveau/disp/gt215: Fix HDA ELD handling (thus, HDMI audio) on gt215
+    - drm/nouveau/nv1a,nv1f/disp: fix memory clock rate retrieval
+    - crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg
+    - crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modes
+    - perf/core: Fix use-after-free bug
+    - perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memory
+    - ata: sata_mv:- Handle return value of devm_ioremap.
+    - libata: apply MAX_SEC_1024 to all CX1-JB*-HP devices
+    - libata: Fix ATA request sense
+    - [powerpc*] eeh: Fix wrong flag passed to eeh_unfreeze_pe()
+    - [powerpc*] Add missing error check to prom_find_boot_cpu()
+    - [powerpc*] mm: Use the correct pointer when setting a 2MB pte
+    - NFSD: Fix a null reference case in find_or_create_lock_stateid()
+    - svcrpc: fix oops in absence of krb5 module
+    - zswap: disable changing params if init fails
+    - cifs: initialize file_info_lock
+    - mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone()
+    - base/memory, hotplug: fix a kernel oops in show_valid_zones()
+    - mm, fs: check for fatal signals in do_generic_file_read()
+    - tracing: Fix hwlat kthread migration
+    - can: bcm: fix hrtimer/tasklet termination in bcm op removal
+    - cgroup: don't online subsystems before cgroup_name/path() are operational
+    - mmc: sdhci: Ignore unexpected CARD_INT interrupts
+    - vhost: fix initialization for vq->is_le
+    - [armhf] regulator: axp20x: AXP806: Fix dcdcb being set instead of dcdce
+    - percpu-refcount: fix reference leak during percpu-atomic transition
+    - [x86] pinctrl: baytrail: Debounce register is one per community
+    - [x86] pinctrl: intel: merrifield: Add missed check in mrfld_config_set()
+    - iwlwifi: fix double hyphen in MODULE_FIRMWARE for 8000
+    - iwlwifi: mvm: avoid crash on restart w/o reserved queues
+    - HID: usbhid: Quirk a AMI virtual mouse and keyboard with ALWAYS_POLL
+    - HID: hid-lg: Fix immediate disconnection of Logitech Rumblepad 2
+    - HID: wacom: Fix poor prox handling in 'wacom_pl_irq'
+    - [x86] perf/intel/uncore: Clean up hotplug conversion fallout
+    - [armhf] dmaengine: cppi41: Fix runtime PM timeouts with USB mass storage
+    - [armhf] dmaengine: cppi41: Fix oops in cppi41_runtime_resume
+    - [x86] KVM: do not save guest-unsupported XSAVE state
+    - USB: Add quirk for WORLDE easykey.25 MIDI keyboard
+    - usb: musb: Fix host mode error -71 regression
+    - usb: gadget: f_fs: Assorted buffer overflow checks.
+    - irqdomain: Avoid activating interrupts more than once
+    - [x86] irq: Make irq activate operations symmetric
+    - iw_cxgb4: set correct FetchBurstMax for QPs
+    - fs: break out of iomap_file_buffered_write on fatal signals
+    - [x86] drm/i915/execlists: Reset RING registers upon resume
+      (Closes: #855055)
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.10
+    - [x86] cpufreq: intel_pstate: Disable energy efficiency optimization
+    - acpi, nfit: fix acpi_nfit_flush_probe() crash
+    - [x86] libnvdimm, namespace: do not delete namespace-id 0
+    - [x86] libnvdimm, pfn: fix memmap reservation size versus 4K alignment
+    - dm rq: cope with DM device destruction while in dm_old_request_fn()
+    - crypto: algif_aead - Fix kernel panic on list_del
+    - [x86] crypto: qat - fix bar discovery for c62x
+    - [x86] crypto: qat - zero esram only for DH85x devices
+    - [x86] crypto: ccp - Fix DMA operations when IOMMU is enabled
+    - [x86] crypto: ccp - Fix double add when creating new DMA command
+    - Input: uinput - fix crash when mixing old and new init style
+    - selinux: fix off-by-one in setprocattr (CVE-2017-2618)
+    - [x86] Revert "x86/ioapic: Restore IO-APIC irq_chip retrigger callback"
+    - rtlwifi: rtl8192ce: Fix loading of incorrect firmware (Closes: #853073)
+    - cpumask: use nr_cpumask_bits for parsing functions (Closes: #848682)
+    - [armel,armhf] 8643/3: arm/ptrace: Preserve previous registers for short
+      regset write
+    - [x86] drm/i915: fix use-after-free in page_flip_completed()
+    - [x86] drm/i915/bxt: Add MST support when do DPLL calculation
+    - drm/atomic: Fix double free in drm_atomic_state_default_clear
+    - target: Don't BUG_ON during NodeACL dynamic -> explicit conversion
+    - target: Use correct SCSI status during EXTENDED_COPY exception
+    - target: Fix early transport_generic_handle_tmr abort scenario
+    - target: Fix multi-session dynamic se_node_acl double free OOPs
+    - target: Fix COMPARE_AND_WRITE ref leak for non GOOD status
+    - [armhf] dts: imx6dl: fix GPIO4 range
+    - [armhf] 8642/1: LPAE: catch pending imprecise abort on unmask
+    - [x86] drm/i915: Always convert incoming exec offsets to non-canonical
+    - nl80211: Fix mesh HT operation check
+    - mac80211: Fix adding of mesh vendor IEs
+    - net/mlx5e: Modify TIRs hash only when it's needed
+    - [x86] Drivers: hv: vmbus: Base host signaling strictly on the ring state
+    - [x86] Drivers: hv: vmbus: On write cleanup the logic to interrupt the host
+    - [x86] Drivers: hv: vmbus: On the read path cleanup the logic to interrupt
+      the host
+    - [x86] Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()
+    - [s390x] scsi: zfcp: fix use-after-free by not tracing WKA port open/close
+      on failed send
+    - scsi: aacraid: Fix INTx/MSI-x issue with older controllers
+    - scsi: mpt3sas: disable ASPM for MPI2 controllers
+    - scsi: qla2xxx: Avoid that issuing a LIP triggers a kernel crash
+    - btrfs: fix btrfs_compat_ioctl failures on non-compat ioctls
+    - [powerpc*] mm/radix: Update ERAT flushes when invalidating TLB
+    - [powerpc*] powernv: Fix CPU hotplug to handle waking on HVI
+    - xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()
+    - ALSA: hda - adding a new NV HDMI/DP codec ID in the driver
+    - ALSA: seq: Fix race at creating a queue
+    - ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()
+    - Revert "ALSA: line6: Only determine control port properties if needed"
+    - [x86] mm/ptdump: Fix soft lockup in page table walker
+    - [x86] CPU/AMD: Bring back Compute Unit ID
+    - [x86] CPU/AMD: Fix Zen SMT topology
+    - IB/rxe: Fix resid update
+    - IB/rxe: Fix mem_check_range integer overflow (CVE-2016-8636)
+    - stacktrace, lockdep: Fix address, newline ugliness
+    - perf diff: Fix -o/--order option behavior (again)
+    - perf diff: Fix segfault on 'perf diff -o N' option
+    - perf/core: Fix crash in perf_event_read()
+
+  [ Ben Hutchings ]
+  * Bump ABI to 2
+  * [or1k] Remove configuration, as the port has been abandoned
+  * [arm64] Enable KEXEC (Closes: #852747)
+  * [arm64,armhf,x86] usb: gadget: Enable USB_CONFIGFS, USB_ETH, USB_GADGETFS,
+    USB_FUNCTIONFS, USB_G_SERIAL as modules;
+    USB_CONFIGFS_{SERIAL,ACM,OBEX,NCM,ECM,ECM_SUBSET,RNDIS,EEM,PHONET,MASS_STORAGE},
+    USB_CONFIGFS_F_{LB_SS,LS,UAC1,UAC2,MIDI,HID,UVC,PRINTER}, USB_ETH_RNDIS,
+    USB_FUNCTIONFS_{ETH,RNDIS,GENERIC} (thanks to Riku Voipio)
+  * [ppc64el] Disable IBMEBUS; this bus does not exist on POWER8 systems
+  * aufs: Update support patchset to aufs4.9-20170206
+  * [rt] Update to 4.9.9-rt6:
+    - Revert "btrfs: swap free() and trace point in run_ordered_work()"
+    - pinctrl: qcom: Use raw spinlock variants
+    - x86/mm/cpa: avoid wbinvd() for PREEMPT
+    - Revert "radix-tree: Make RT aware"
+    - radix-tree: use local locks
+    - softirq: wake the timer softirq if needed
+    - timers: Don't wake ktimersoftd on every tick
+    - rt: Drop mutex_disable() on !DEBUG configs and the GPL suffix from export
+      symbol
+    - cpuset: Convert callback_lock to raw_spinlock_t
+  * pegasus: Use heap buffers for all register access (Closes: #852556)
+  * test-patches: Use the pkg.linux.notools build profile
+  * test-patches: Set default number of jobs to number of available processors
+  * dccp: Disable auto-loading as mitigation against local exploits
+  * net: ipv6: check route protocol when deleting routes (Closes: #855153)
+  * [arm64] drm: Enable DRM_AST as module (Closes: #820168)
+    - udeb: Add ast to fb-modules
+  * [armel/marvell] hwmon: Enable SENSORS_G762 as module (Closes: #854662)
+  * [m68k] Change MAC8390, MAC_SCSI from built-in to modules (Closes: #826614)
+    - udeb: Add mac8390 to nic-shared-modules
+  * udeb: Add bcache to md-modules (Closes: #718548)
+  * [x86] platform: acer-wmi: setup accelerometer when machine has appropriate
+    notify event (Closes: #853067)
+  * [x86] xen: Fix APIC id mismatch warning on Intel (Closes: #853193)
+  * media: dvb-usb-dibusb-mc-common: Add MODULE_LICENSE (Closes: #853110)
+
+  [ Roger Shimizu ]
+  * [armel] ARM: dts: orion5x-lschl: Fix model name
+  * [armel] ARM: dts: orion5x-lschl: More consistent naming on linkstation
+    series
+  * [armel] ARM: orion5x: fix Makefile for linkstation-lschl.dtb
+
+  [ Salvatore Bonaccorso ]
+  * ipv4: keep skb->dst around in presence of IP options (CVE-2017-5970)
+  * sctp: avoid BUG_ON on sctp_wait_for_sndbuf (CVE-2017-5986)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 17 Feb 2017 13:18:17 +0000
+
+linux (4.9.6-3) unstable; urgency=medium
+
+  * btree,musb,st_sensors: Ignore ABI changes (fixes FTBFS on armel,armhf)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 28 Jan 2017 16:11:16 +0000
+
+linux (4.9.6-2) unstable; urgency=medium
+
+  * linux-cpupower: Use dh-exec architecture filtering for x86-specific files
+    (fixes FTBFS on !x86)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 27 Jan 2017 22:09:50 +0000
+
+linux (4.9.6-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.3
+    - iio: common: st_sensors: fix channel data parsing
+    - [mips] staging: octeon: Call SET_NETDEV_DEV()
+    - ALSA: hda - Fix up GPIO for ASUS ROG Ranger
+    - ALSA: hda - Apply asus-mode8 fixup to ASUS X71SL
+    - ALSA: usb-audio: Fix irq/process data synchronization
+    - fscrypt: fix renaming and linking special files
+    - [hppa/parisc] Add line-break when printing segfault info
+    - [hppa/parisc] Mark cr16 clocksource unstable on SMP systems
+    - HID: sensor-hub: Move the memset to sensor_hub_get_feature()
+    - mac80211: initialize fast-xmit 'info' later
+    - asm-prototypes: Clear any CPP defines before declaring the functions
+    - [x86] drm/i915: Fix oopses in the overlay code due to i915_gem_active
+      stuff
+    - [x86] drm/i915: Fix oops in overlay due to frontbuffer tracking
+    - [x86] drm/i915: Force VDD off on the new power seqeuencer before
+      starting to use it
+    - [x86] drm/i915: Initialize overlay->last_flip properly
+    - [x86] KVM: reset MMU on KVM_SET_VCPU_EVENTS
+    - [armhf] usb: musb: core: add clear_ep_rxintr() to musb_platform_ops
+    - [armhf] usb: musb: dsps: implement clear_ep_rxintr() callback
+    - usb: storage: unusual_uas: Add JMicron JMS56x to unusual device
+    - usb: gadgetfs: restrict upper bound on device configuration size
+    - USB: gadgetfs: fix unbounded memory allocation bug
+    - USB: gadgetfs: fix use-after-free bug
+    - USB: gadgetfs: fix checks of wTotalLength in config descriptors
+    - USB: fix problems with duplicate endpoint addresses
+    - usb: gadget: composite: Test get_alt() presence instead of set_alt()
+    - [arm64, armhf] usb: dwc3: core: avoid Overflow events
+    - usb: xhci: fix possible wild pointer
+    - [x86] usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Apollo Lake
+    - xhci: free xhci virtual devices with leaf nodes first
+    - usb: xhci: fix return value of xhci_setup_device()
+    - usb: host: xhci: Fix possible wild pointer when handling abort command
+    - xhci: Handle command completion and timeout race
+    - usb: xhci: hold lock over xhci_abort_cmd_ring()
+    - USB: serial: omninet: fix NULL-derefs at open and disconnect
+    - USB: serial: quatech2: fix sleep-while-atomic in close
+    - USB: serial: pl2303: fix NULL-deref at open
+    - USB: serial: keyspan_pda: verify endpoints at probe
+    - USB: serial: spcp8x5: fix NULL-deref at open
+    - USB: serial: io_ti: fix NULL-deref at open
+    - USB: serial: io_ti: fix another NULL-deref at open
+    - USB: serial: io_ti: fix I/O after disconnect
+    - USB: serial: iuu_phoenix: fix NULL-deref at open
+    - USB: serial: garmin_gps: fix memory leak on failed URB submit
+    - USB: serial: ti_usb_3410_5052: fix NULL-deref at open
+    - USB: serial: io_edgeport: fix NULL-deref at open
+    - USB: serial: oti6858: fix NULL-deref at open
+    - USB: serial: cyberjack: fix NULL-deref at open
+    - USB: serial: kobil_sct: fix NULL-deref in write
+    - USB: serial: mos7840: fix NULL-deref at open
+    - USB: serial: mos7720: fix NULL-deref at open
+    - USB: serial: mos7720: fix use-after-free on probe errors
+    - USB: serial: mos7720: fix parport use-after-free on probe errors
+    - USB: serial: mos7720: fix parallel probe
+    - usb: xhci-mem: use passed in GFP flags instead of GFP_KERNEL
+    - xhci: Use delayed_work instead of timer for command timeout
+    - xhci: Fix race related to abort operation
+    - [armhf] usb: musb: Fix trying to free already-free IRQ 4
+    - usb: hub: Move hub_port_disable() to fix warning if PM is disabled
+    - usb: gadget: udc: core: fix return code of usb_gadget_probe_driver()
+    - ALSA: usb-audio: Fix bogus error return in snd_usb_create_stream()
+    - USB: serial: kl5kusb105: abort on open exception path
+    - usb: gadget: Fix second argument of percpu_ida_alloc()
+    - usb: gadget: fix request length error for isoc transfer
+    - [armhf] dts: sun7i: bananapi-m1-plus: Enable USB PHY for USB host
+      support
+    - dibusb: fix possible memory leak in dibusb_rc_query()
+    - USB: serial: io_ti: bind to interface after fw download
+    - [x86] mei: move write cb to completion on credentials failures
+    - iio: accel: st_accel: fix LIS3LV02 reading and scaling
+    - [arm64, armhf] usb: dwc3: ep0: add dwc3_ep0_prepare_one_trb()
+    - [arm64, armhf] usb: dwc3: ep0: explicitly call
+      dwc3_ep0_prepare_one_trb()
+    - [arm64, armhf] usb: dwc3: gadget: always unmap EP0 requests
+    - [x86] drm/i915/dp: add lane_count check in intel_dp_check_link_status
+    - [x86] drm/i915: tune down the fast link training vs boot fail
+    - mac80211: fix tid_agg_rx NULL dereference
+    - nl80211: Use different attrs for BSSID and random MAC addr in scan req
+    - ath10k: fix failure to send NULL func frame for 10.4
+    - ath10k: use the right length of "background"
+    - efi/efivar_ssdt_load: Don't return success on allocation failure
+    - debugfs: improve DEFINE_DEBUGFS_ATTRIBUTE for !CONFIG_DEBUG_FS
+    - [x86] prctl/uapi: Remove #ifdef for CHECKPOINT_RESTORE
+    - [x86] cpu: Probe CPUID leaf 6 even when cpuid_level == 6
+    - [x86] platform/x86: fujitsu-laptop: use brightness_set_blocking for
+      LED-setting callbacks
+    - hwmon: (amc6821) sign extension temperature
+    - hwmon: (ds620) Fix overflows seen when writing temperature limits
+    - [armhf] hwmon: (g762) Fix overflows and crash seen when writing limit
+      attributes
+    - hwmon: (lm90) fix temp1_max_alarm attribute
+    - Input: synaptics-rmi4 - unlock on error
+    - [armhf] clk: ti: dra7: fix "failed to lookup clock node
+      gmac_gmii_ref_clk_div" boot message
+    - [amd64] iommu/amd: Missing error code in amd_iommu_init_device()
+    - [amd64] iommu/amd: Fix the left value check of cmd buffer
+    - [x86] iommu/vt-d: Fix pasid table size encoding
+    - [x86] iommu/vt-d: Flush old iommu caches for kdump when the device gets
+      context mapped
+    - [x86] ASoC: cht_bsw_rt5645: Fix leftover kmalloc
+    - [x86] ASoC: Intel: Skylake: Fix a shift wrapping bug
+    - scsi: mvsas: fix command_active typo
+    - target/iscsi: Fix double free in lio_target_tiqn_addtpg()
+    - sbp-target: Fix second argument of percpu_ida_alloc()
+    - relay: check array offset before using it
+    - PCI/MSI: Check for NULL affinity mask in pci_irq_get_affinity()
+    - PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspend
+    - genirq/affinity: Fix node generation from cpumask
+    - mm/hugetlb.c: use the right pte val for compare in hugetlb_cow
+    - docs-rst: fix LaTeX \DURole renewcommand with Sphinx 1.3+
+    - mm: khugepaged: close use-after-free race during shmem collapsing
+    - mm: khugepaged: fix radix tree node leak in shmem collapse error path
+    - mm, compaction: fix NR_ISOLATED_* stats for pfn based migration
+    - [s390x] crypto: unlock on error in prng_tdes_read()
+    - [arm64] crypto: sha2-ce - fix for big endian
+    - [arm64] crypto: ghash-ce - fix for big endian
+    - [arm64] crypto: aes-ccm-ce: fix for big endian
+    - [arm64] crypto: sha1-ce - fix for big endian
+    - [arm64] crypto: aes-xts-ce: fix for big endian
+    - [arm64] crypto: aes-ce - fix for big endian
+    - md: MD_RECOVERY_NEEDED is set for mddev->recovery
+    - md: fix refcount problem on mddev when stopping array.
+    - f2fs: remove percpu_count due to performance regression
+    - f2fs: hide a maybe-uninitialized warning
+    - PCI: Add Mellanox device IDs
+    - PCI: Convert broken INTx masking quirks from HEADER to FINAL
+    - PCI: Convert Mellanox broken INTx quirks to be for listed devices only
+    - PCI: Support INTx masking on ConnectX-4 with firmware x.14.1100+
+    - PCI: Enable access to non-standard VPD for Chelsio devices (cxgb3)
+    - [powerpc/powerpc64,ppc64*] pci/rpadlpar: Fix device reference leaks
+    - [s390x] topology: always use s390 specific sched_domain_topology_level
+    - [s390x] pci: fix dma address calculation in map_sg
+    - drm/radeon: Always store CRTC relative radeon_crtc->cursor_x/y values
+    - [x86] drm/i915: disable PSR by default on HSW/BDW
+    - [x86] drm/i915/gen9: unconditionally apply the memory bandwidth WA
+    - [x86] drm/i915/gen9: fix the WM memory bandwidth WA for Y tiling cases
+    - xfs: don't call xfs_sb_quota_from_disk twice
+    - xfs: check return value of _trans_reserve_quota_nblks
+    - xfs: don't skip cow forks w/ delalloc blocks in cowblocks scan
+    - xfs: don't BUG() on mixed direct and mapped I/O
+    - xfs: provide helper for counting extents from if_bytes
+    - xfs: check minimum block size for CRC filesystems
+    - xfs: fix unbalanced inode reclaim flush locking
+    - xfs: new inode extent list lookup helpers
+    - xfs: factor rmap btree size into the indlen calculations
+    - xfs: always succeed when deduping zero bytes
+    - xfs: remove prev argument to xfs_bmapi_reserve_delalloc
+    - xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()
+    - xfs: use new extent lookup helpers in __xfs_reflink_reserve_cow
+    - xfs: clean up cow fork reservation and tag inodes correctly
+    - xfs: use new extent lookup helpers xfs_file_iomap_begin_delay
+    - xfs: pass post-eof speculative prealloc blocks to bmapi
+    - xfs: Move AGI buffer type setting to xfs_read_agi
+    - xfs: pass state not whichfork to trace_xfs_extlist
+    - xfs: handle cow fork in xfs_bmap_trace_exlist
+    - xfs: forbid AG btrees with level == 0
+    - xfs: check for bogus values in btree block headers
+    - xfs: complain if we don't get nextents bmap records
+    - xfs: don't crash if reading a directory results in an unexpected hole
+    - xfs: error out if trying to add attrs and anextents > 0
+    - xfs: don't allow di_size with high bit set
+    - xfs: don't cap maximum dedupe request length
+    - xfs: ignore leaf attr ichdr.count in verifier during log replay
+    - xfs: use GPF_NOFS when allocating btree cursors
+    - xfs: fix double-cleanup when CUI recovery fails
+    - xfs: use the actual AG length when reserving blocks
+    - xfs: fix crash and data corruption due to removal of busy COW extents
+    - xfs: fix max_retries _show and _store functions
+    - clocksource/dummy_timer: Move hotplug callback after the real timers
+    - tick/broadcast: Prevent NULL pointer dereference
+    - Revert "rtlwifi: Fix enter/exit power_save"
+    - Revert "usb: gadget: composite: always set ep->mult to a sensible value"
+    - usb: gadget: composite: always set ep->mult to a sensible value
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.4
+    - net: vrf: Fix NAT within a VRF
+    - net: vrf: Drop conntrack data after pass through VRF device on Tx
+    - sctp: sctp_transport_lookup_process should rcu_read_unlock when transport
+      is null
+    - inet: fix IP(V6)_RECVORIGDSTADDR for udp sockets
+    - ipv6: handle -EFAULT from skb_copy_bits
+    - net, sched: fix soft lockup in tc_classify
+    - [arm64, armhf] net: stmmac: Fix race between stmmac_drv_probe and
+      stmmac_open
+    - net/sched: cls_flower: Fix missing addr_type in classify
+    - net/mlx5: Check FW limitations on log_max_qp before setting it
+    - net/mlx5: Cancel recovery work in remove flow
+    - net/mlx5: Avoid shadowing numa_node
+    - net/mlx5: Mask destination mac value in ethtool steering rules
+    - net/mlx5: Prevent setting multicast macs for VFs
+    - net/mlx5e: Don't sync netdev state when not registered
+    - net/mlx5e: Disable netdev after close
+    - rtnl: stats - add missing netlink message size checks
+    - net: fix incorrect original ingress device index in PKTINFO
+    - net: ipv4: dst for local input routes should use l3mdev if relevant
+    - drop_monitor: add missing call to genlmsg_end
+    - drop_monitor: consider inserted data in genlmsg_end
+    - flow_dissector: Update pptp handling to avoid null pointer deref.
+    - igmp: Make igmp group member RFC 3376 compliant
+    - ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rules
+    - net: vrf: Add missing Rx counters
+    - [x86] bpf: change back to orig prog on too many passes
+    - [armhf] net: dsa: bcm_sf2: Do not clobber b53_switch_ops
+    - [armhf] net: dsa: bcm_sf2: Utilize nested MDIO read/write
+    - r8152: split rtl8152_suspend function
+    - r8152: fix rx issue for runtime suspend
+    - [armhf] net: dsa: Ensure validity of dst->ds[0]
+    - net: add the AF_QIPCRTR entries to family name tables
+    - gro: Enter slow-path if there is no tailroom
+    - gro: use min_t() in skb_gro_reset_offset()
+    - gro: Disable frag0 optimization on IPv6 ext headers
+    - net/mlx5e: Remove WARN_ONCE from adaptive moderation code
+    - net: ipv4: Fix multipath selection with vrf
+    - net: vrf: do not allow table id 0
+    - HID: hid-cypress: validate length of report
+    - ALSA: firewire-tascam: Fix to handle error from initialization of stream
+      data
+    - [powerpc] Fix build warning on 32-bit PPC
+    - [arm64] dts: mt8173: Fix auxadc node
+    - [arm64] dts: bcm2837-rpi-3-b: remove incorrect pwr LED
+    - [arm64] dts: bcm2835: Fix bcm2837 compatible string
+    - svcrdma: Clear xpt_bc_xps in xprt_setup_rdma_bc() error exit arm
+    - [armhf] OMAP5: Fix mpuss_early_init
+    - [armhf] OMAP5: Fix build for PM code
+    - [armhf] OMAP4+: Fix bad fallthrough for cpuidle
+    - [armhf] omap2+: am437x: rollback to use omap3_gptimer_timer_init()
+    - [armel/marvell, armhf] spi: mvebu: fix baudrate calculation for armada
+      variant
+    - ALSA: usb-audio: Add a quirk for Plantronics BT600
+    - [x86] drm/i915/gen9: Fix PCODE polling during CDCLK change notification
+    - rtlwifi: Fix enter/exit power_save
+    - rtlwifi: rtl_usb: Fix missing entry in USB driver's private data
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.5
+    - Input: xpad - use correct product id for x360w controllers
+    - Input: i8042 - add Pegatron touchpad to noloop table
+    - [armhf] regulator: axp20x: Fix axp809 ldo_io registration error on cold
+      boot
+    - [arm64, armhf] drm/tegra: dpaux: Fix error handling
+    - [arm64, armhf] drm/vc4: Fix a couple error codes in vc4_cl_lookup_bos()
+    - drm/savage: dereferencing an error pointer
+    - zram: revalidate disk under init_lock
+    - zram: support BDI_CAP_STABLE_WRITES
+    - dax: fix deadlock with DAX 4k holes
+    - mm: pmd dirty emulation in page fault handler
+    - mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}
+    - ocfs2: fix crash caused by stale lvb with fsdlm plugin
+    - mm, memcg: fix the active list aging for lowmem requests when memcg is
+      enabled
+    - mm: support anonymous stable page
+    - mm/slab.c: fix SLAB freelist randomization duplicate entries
+      (CVE-2017-5546)
+    - mm/hugetlb.c: fix reservation race when freeing surplus pages
+    - [x86] KVM: fix emulation of "MOV SS, null selector" (CVE-2017-2583)
+    - KVM: eventfd: fix NULL deref irqbypass consumer
+    - jump_labels: API for flushing deferred jump label updates
+    - [x86] KVM: flush pending lapic jump label updates on module unload
+    - [x86] KVM: fix NULL deref in vcpu_scan_ioapic
+    - [x86] KVM: add Align16 instruction flag
+    - [x86] KVM: add asm_safe wrapper
+    - [x86] KVM: emulate FXSAVE and FXRSTOR
+    - [x86] KVM: Introduce segmented_write_std (CVE-2017-2584)
+    - efi/libstub/arm*: Pass latest memory map to the kernel
+    - [x86] efi: Prune invalid memory map entries and fix boot regression
+    - [x86] efi: Don't allocate memmap through memblock after mm_init()
+      (Closes: #851928)
+    - nl80211: fix sched scan netlink socket owner destruction
+    - gpio: Move freeing of GPIO hogs before numbing of the device
+    - xfs: Timely free truncated dirty pages
+    - bridge: netfilter: Fix dropping packets that moving through bridge
+      interface
+    - [x86] cpu/AMD: Clean up cpu_llc_id assignment per topology feature
+    - [x86] bugs: Separate AMD E400 erratum and C1E bug
+    - [x86] CPU/AMD: Fix Bulldozer topology
+    - wusbcore: Fix one more crypto-on-the-stack bug
+    - [armhf] usb: musb: fix runtime PM in debugfs
+    - USB: serial: kl5kusb105: fix line-state error handling (CVE-2017-5549)
+    - USB: serial: ch341: fix initial modem-control state
+    - USB: serial: ch341: fix resume after reset
+    - USB: serial: ch341: fix open error handling
+    - USB: serial: ch341: fix control-message error handling
+    - USB: serial: ch341: fix open and resume after B0
+    - i2c: print correct device invalid address
+    - i2c: fix kernel memory disclosure in dev interface
+    - fix a fencepost error in pipe_advance() (CVE-2017-5550)
+    - xhci: fix deadlock at host remove by running watchdog correctly
+    - btrfs: fix crash when tracepoint arguments are freed by wq callbacks
+    - ASoC: hdmi-codec: use unsigned type to structure members with bit-field
+    - Revert "tty: serial: 8250: add CON_CONSDEV to flags"
+    - pid: fix lockdep deadlock warning due to ucount_lock
+    - mnt: Protect the mountpoint hashtable with mount_lock
+    - drivers: char: mem: Fix thinkos in kmem address checks
+    - [armhf] dmaengine: omap-dma: Fix dynamic lch_map allocation
+    - virtio_blk: avoid DMA to stack for the sense buffer
+    - orinoco: Use shash instead of ahash for MIC calculations
+    - sysrq: attach sysrq handler correctly for 32-bit kernel
+    - [arm64, armhf] extcon: return error code on failure
+    - Clearing FIFOs in RS485 emulation mode causes subsequent transmits to
+      break
+    - sysctl: Drop reference added by grab_header in proc_sys_readdir
+      (CVE-2016-9191)
+    - [s390x] net/af_iucv: don't use paged skbs for TX on HiperSockets
+    - [x86] drm/i915/gen9: Fix PCODE polling timeout in stable backport
+    - drm: Clean up planes in atomic commit helper failure path
+    - drm/radeon: update smc firmware selection for SI
+    - drm/radeon: drop verde dpm quirks
+    - [x86] drm/amdgpu: update si kicker smc firmware
+    - [x86] drm/amdgpu: drop verde dpm quirks
+    - USB: serial: ch341: fix modem-control and B0 handling
+    - net/mlx5: Only cancel recovery work when cleaning up device
+    - i2c: piix4: Avoid race conditions with IMC
+    - [x86] cpu: Fix bootup crashes by sanitizing the argument of the
+      'clearcpuid=' command-line option
+    - nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time too
+    - btrfs: fix locking when we put back a delayed ref that's too new
+    - btrfs: fix error handling when run_delayed_extent_op fails
+    - NFS: fix typo in parameter description
+    - pNFS: Fix race in pnfs_wait_on_layoutreturn
+    - NFS: Fix a performance regression in readdir
+    - NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.
+    - [armhf] i2c: mux: pca954x: fix i2c mux selection caching
+    - [x86] drm/i915/gen9: Fix PCODE polling during SAGV disabling
+    - drm: avoid uninitialized timestamp use in wait_vblank
+    - [arm64, armhf] drm/panel: simple: Check against num_timings when setting
+      preferred for timing
+    - [x86] drm/i915: Move the min_pixclk[] handling to the end of readout
+    - drm: Initialise drm_mm.head_node.allocated
+    - block: Change extern inline to static inline
+    - block: cfq_cpd_alloc() should use @gfp
+    - [x86] ACPI / APEI: Fix NMI notification handling
+    - [x86] powercap/intel_rapl: fix and tidy up error handling
+    - iw_cxgb4: Fix error return code in c4iw_rdev_open()
+    - [arm64, armhf] power: supply: bq27xxx_battery: Fix register map for
+      BQ27510 and BQ27520
+    - blk-mq: Always schedule hctx->next_cpu
+    - [powerpc] mm: Correct process and partition table max size
+    - [powerpc*] ibmebus: Fix further device reference leaks
+    - [powerpc*] ibmebus: Fix device reference leaks in sysfs interface
+    - [powerpc*] powernv: Don't warn on PE init if unfreeze is unsupported
+    - [arm64] hugetlb: fix the wrong address for several functions
+    - [arm64] hugetlb: remove the wrong pmd check in find_num_contig()
+    - [arm64] hugetlb: fix the wrong return value for
+      huge_ptep_set_access_flags
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.6
+    - IB/core: Release allocated memory in cache setup failure
+    - IB/rxe: Increase max number of completions to 32k
+    - IB/rxe: avoid putting a large struct rxe_qp on stack
+    - IB/mlx5: Avoid system crash when enabling many VFs
+    - IB/mlx5: Fix reported max SGE calculation
+    - IB/mlx5: Assign SRQ type earlier
+    - IB/mlx5: Wait for all async command completions to complete
+    - IB/mlx4: Set traffic class in AH
+    - IB/mlx4: Fix out-of-range array index in destroy qp flow
+    - IB/mlx4: Handle well-known-gid in mad_demux processing
+    - IB/mlx4: Fix port query for 56Gb Ethernet links
+    - IB/mlx4: When no DMFS for IPoIB, don't allow NET_IF QPs
+    - IB/mlx4: Check if GRH is available before using it
+    - IB/IPoIB: Remove can't use GFP_NOIO warning
+    - perf trace: Use the syscall raw_syscalls:sys_enter timestamp
+    - perf mem: Fix --all-user/--all-kernel options
+    - perf trace: Check if MAP_32BIT is defined (again)
+    - perf diff: Do not overwrite valid build id
+    - perf callchain: Fixup help/config for no-unwinding
+    - perf scripting: Avoid leaking the scripting_context variable
+    - perf jit: Enable jitdump support without dwarf
+    - [armhf] dts: bcm283x: fix typo in mailbox address
+    - [armhf] dts: imx6q-cm-fx6: fix fec pinctrl
+    - [armhf] dts: omap3: Add DTS for Logic PD SOM-LV 37xx Dev Kit
+    - tmpfs: clear S_ISGID when setting posix ACLs (CVE-2017-5551)
+    - [x86] PCI: Ignore _CRS on Supermicro X8DTH-i/6/iF/6F
+    - rcu: Narrow early boot window of illegal synchronous grace periods
+    - sunrpc: don't call sleeping functions from the notifier block callbacks
+    - svcrpc: don't leak contexts on PROC_DESTROY
+    - libnvdimm, namespace: fix pmem namespace leak, delete when size set to
+      zero
+    - fuse: clear FR_PENDING flag when moving requests out of pending queue
+    - fuse: fix time_to_jiffies nsec sanity check
+    - PCI: Enumerate switches below PCI-to-PCIe bridges
+    - HID: corsair: fix DMA buffers on stack (CVE-2017-5547)
+    - HID: corsair: fix control-transfer error handling
+    - mmc: sdhci-acpi: Only powered up enabled acpi child devices
+    - ieee802154: atusb: do not use the stack for buffers to make them DMA able
+      (CVE-2017-5548)
+    - [s390x] KVM: do not expose random data via facility bitmap
+    - [armhf,arm64] KVM: vgic: Fix deadlock on error handling
+    - [powerpc*] icp-opal: Fix missing KVM case and harden replay
+    - [powerpc*] perf: Fix PM_BRU_CMPL event code for power9
+    - [powerpc*] ptrace: Preserve previous fprs/vsrs on short regset write
+    - [powerpc*] ptrace: Preserve previous TM fprs/vsrs on short regset write
+    - [powerpc*] Ignore reserved field in DCSR and PVR reads and writes
+    - [x86] ioapic: Restore IO-APIC irq_chip retrigger callback
+    - qla2xxx: Fix crash due to null pointer access
+    - mac80211: implement multicast forwarding on fast-RX path
+    - ubifs: Fix journal replay wrt. xattr nodes
+    - [armhf] clocksource/exynos_mct: Clear interrupt when cpu is shut down
+    - svcrdma: avoid duplicate dma unmapping during error recovery
+    - ceph: fix bad endianness handling in parse_reply_info_extra
+    - [armhf] dts: OMAP5 / DRA7: indicate that SATA port 0 is available.
+    - [arm64] avoid returning from bad_mode
+    - [arm64] ptrace: Preserve previous registers for short regset write
+    - [arm64] ptrace: Avoid uninitialised struct padding in fpr_set()
+    - [arm64] ptrace: Reject attempts to set incomplete hardware breakpoint
+      fields
+    - Input: ALPS - fix TrackStick support for SS5 hardware
+    - libceph: ceph_x_encrypt_buflen() takes in_len
+    - libceph: old_key in process_one_ticket() is redundant
+    - libceph: introduce ceph_x_encrypt_offset()
+    - libceph: introduce ceph_crypt() for in-place en/decryption
+      (CVE-2016-10153)
+    - libceph: rename and align ceph_x_authorizer::reply_buf
+    - libceph: tweak calcu_signature() a little
+    - libceph: switch ceph_x_encrypt() to ceph_crypt()
+    - libceph: switch ceph_x_decrypt() to ceph_crypt()
+    - libceph: remove now unused ceph_*{en,de}crypt*() functions
+    - [armhf] dts: Add an empty chosen node to top level DTSI
+    - [armel,armhf] 8613/1: Fix the uaccess crash on PB11MPCore
+    - ceph: fix scheduler warning due to nested blocking
+    - ceph: fix ceph_get_caps() interruption
+    - ceph: fix endianness of getattr mask in ceph_d_revalidate
+    - ceph: fix endianness bug in frag_tree_split_cmp
+    - libceph: make sure ceph_aes_crypt() IV is aligned
+    - xprtrdma: Make FRWR send queue entry accounting more accurate
+    - xprtrdma: Squelch "max send, max recv" messages at connect time
+    - [arm64] mm: avoid name clash in __page_to_voff()
+    - [arm64] Fix swiotlb fallback allocation
+    - swiotlb: Convert swiotlb_force from int to enum
+    - swiotlb: Add swiotlb=noforce debug option
+    - scsi: ses: Fix SAS device detection in enclosure
+    - scsi: mpt3sas: fix hang on ata passthrough commands
+    - [armhf] PM / devfreq: exynos-bus: Fix the wrong return value
+    - PM / devfreq: Fix the bug of devfreq_add_device when governor is NULL
+    - mtd: spi-nor: Off by one in cqspi_setup_flash()
+    - mtd: spi-nor: Fix some error codes in cqspi_setup_flash()
+    - [x86] ite-cir: initialize use_demodulator before using it
+    - [armhf] dmaengine: pl330: Fix runtime PM support for terminated transfers
+    - [armhf] soc: ti: wkup_m3_ipc: Fix error return code in wkup_m3_ipc_probe()
+    - libceph: uninline ceph_crypto_key_destroy()
+    - libceph: stop allocating a new cipher on every crypto request
+
+  [ Ben Hutchings ]
+  * [armel,armhf,s390x,x86] linux-headers: Fix regression of multilib compiler
+    support (Closes: #851481)
+  * nbd: use loff_t for blocksize and nbd_set_size args (Closes: #851533)
+  * ath9k: fix NULL pointer dereference (Closes: #851621)
+  * cfg80211,memcg,power: Avoid ABI changes
+  * bq27xxx_battery,cpuhp,libceph,orinoco,xhci: Ignore ABI changes
+  * linux-image: Increase minimum version of initramfs-tools (Closes: #808038)
+  * [x86] linux-cpupower: Add turbostat and x86_energy_perf_policy commands
+    (Closes: #778249)
+  * [arm64] Enable ARCH_MESON and related drivers (Closes: #852132)
+  * [arm64] dts: meson-gx: Add firmware reserved memory zones
+  * [x86] ASoC: Intel: select DW_DMAC_CORE since it's mandatory
+  * [x86] sound/soc/intel: Enable SND_SOC_INTEL_BDW_RT5677_MACH as module
+    (Closes: #851916)
+  * [arm64] video/fbdev: Change FB from module to built-in
+  * [arm64,armhf] video/fbdev: Enable FB_EFI (Closes: #851778)
+  * fs: Disable LOGFS, as it is unmaintained and will be removed in 4.10
+  * [rt] genpatch.py: Verify tag and tarball signatures
+  * fbdev: color map copying bounds checking (CVE-2016-8405)
+  * [armhf,arm64] drm/vc4: Fix an integer overflow in temporary allocation
+    layout. (CVE-2017-5576)
+  * [armhf,arm64] drm/vc4: Return -EINVAL on the overflow checks failing.
+    (CVE-2017-5577)
+  * [arm64] ptrace: Avoid ABI change in 4.9.6
+  * [arm64] Enable ARM64_ACPI_PARKING_PROTOCOL, ARCH_THUNDER, GPIO_PL061,
+    GPIO_XGENE, ARM_SMMU, ARM_SMMU_V3, PCI_HOST_THUNDER_PEM, and
+    PCI_HOST_THUNDER_ECAM; PINCTRL_AMD as built-in; SATA_AHCI_SEATTLE,
+    HW_RANDOM_XGENE, HW_RANDOM_CAVIUM, CPUFREQ_DT, K3_DMA, GPIO_XGENE_SB,
+    SENSORS_XGENE, I2C_THUNDERX, KEYBOARD_GPIO, TI_ST, THUNDER_NIC_PF,
+    THUNDER_NIC_VF (Closes: #852493), THUNDER_NIC_BGX, THUNDER_NIC_RGX,
+    MDIO_THUNDER, MDIO_XGENE, SPI_THUNDERX, and SND_SOC_APQ8016_SBC as
+    modules (thanks to Riku Voipio)
+
+  [ Roger Shimizu ]
+  * [armel] Add DT support of Buffalo Linkstation Live v3 (LS-CHL)
+  * drivers/input: Enable TOUCHSCREEN_GOODIX as module (Closes: #851821).
+  * [mips/octeon] hwmon: Enable SENSORS_ADM1031 as module (Closes: #851963).
+    Thanks to James Cowgill.
+  * nbd: fix 64-bit division.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 27 Jan 2017 07:44:54 +0000
+
+linux (4.9.2-2) unstable; urgency=medium
+
+  * [sparc64] Export memcpy and memset to modules again (fixes FTBFS)
+  * Revert "Remove debug symbol packages from debian/control to work around dak
+    bug", which caused most binary uploads to be rejected
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 12 Jan 2017 15:52:37 +0000
+
+linux (4.9.2-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.2
+
+  [ Ben Hutchings ]
+  * abiupdate.py: Use current config instead of downloading previous config
+  * abiupdate.py: Update base URLs
+  * abiupdate.py: Add support for incoming.ports.debian.org
+  * Make the pickled config (config.defines.dump) reproducible
+  * Remove debug symbol packages from debian/control to work around dak bug
+  * udeb: Add switch (DSA) drivers to nic-modules (Closes: #845075)
+  * netfilter: Enable NFT_NUMGEN, NFT_QUOTA as modules
+  * net/sched: Enable NET_ACT_TUNNEL_KEY, NET_IFE_SKBTCINDEX as modules
+  * vsock: Enable VSOCKETS, VHOST_VSOCK, VIRTIO_VSOCKETS as modules
+  * hci_uart: Enable BT_HCIUART_MRVL
+  * rxrpc: Enable AF_RXRPC_IPV6
+  * net: Enable NET_DEVLINK, MACSEC as modules
+  * SCSI: Enable SCSI_SMARTPQI as module
+  * target: Enable ISCSI_TARGET_CXGB4 as module
+  * cxgb4: Enable CHELSIO_T4_FCOE
+  * drm: Enable DRM_LEGACY; re-enable DRM_TDFX, DRM_R128, DRM_MGA, DRM_SIS,
+    DRM_VIA, DRM_SAVAGE as modules for some architectures
+  * 8250: Disable SERIAL_8250_LPSS, since it causes DW_DMAC_CORE to be built-in
+  * Partially revert "usb: Kconfig: using select for USB_COMMON dependency",
+    since it causes USB_COMMON to be built-in
+  * Set ABI to 1
+
+  [ John Paul Adrian Glaubitz ]
+  * [sh3] Build a linux-libc-dev package (Closes: #850732)
+
+  [ Martin Michlmayr ]
+  * [arm64] Enable MV_XOR and MV_XOR_V2.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 11 Jan 2017 04:41:33 +0000
+
+linux (4.9.1-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_4.9
+    - Revert "default exported asm symbols to zero"
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.1
+
+  [ Ben Hutchings ]
+  * Set ABI to trunk
+  * Enable USERFAULTFD (except on armel/marvell)
+  * [x86] PCI: Enable VMD as module
+  * mm: Enable PAGE_POISONING (Closes: #849450), PAGE_POISONING_NO_SANITY
+    (except on armel/marvell)
+  * ieee802154: Enable IEEE802154_FAKELB as module
+  * [armhf] leds,gpio: Enable LEDS_TCA6507 as module (Closes: #847770)
+  * [x86] iio,HID: Enable INTEL_ISH_HID as module
+  * hwmon,watchdog: Enable SENSORS_FTSTEUTATES as module (together with the
+    previous, Closes: #847017)
+  * net: Enable GTP as module (Closes: #846913)
+  * [armhf] gpio: Enable GPIO_MCP23S08 as module (Closes: #845064)
+  * aufs: Update support patchset to aufs4.9-20161219
+  * Use debhelper compatibility level 9
+  * [arm64] Revert "arm64/mm: Limit TASK_SIZE_64 ..." and add breaks on
+    incompatible mozjs
+  * genorig.py: Verify tag signatures (based on work by Yves-Alexis Perez)
+
+  [ Uwe Kleine-König ]
+  * enable `perf data' support; patch by Sebastian Andrzej Siewior
+    (Closes: #846597)
+  * [rt] Update to 4.9-rt1 and reenable
+  * [armhf] Add support for switch hardware on Turris Omnia
+
+  [ Aurelien Jarno ]
+  * [arm64] Enable RTC_DRV_DS1307.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 07 Jan 2017 03:44:26 +0000
+
+linux (4.9~rc8-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * radeon: Update package name in error message for missing firmware
+  * [amd64] Remove xen-linux-system-<version> package
+  * debian/control: Fix build-dependency on flex to work with new versions
+    that have M-A: allowed
+  * Revert "default exported asm symbols to zero"
+  * [arm64] remoteproc: Disable QCOM_WCNSS_PIL (fixes FTBFS)
+  * [sparc64] Don't re-add exports of string functions that are now only
+    defined as macros (fixes FTBFS, after other fixes)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 05 Dec 2016 05:02:30 +0000
+
+linux (4.9~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate:
+    - [armhf,armel] Revert "arm: move exports to definitions" (Closes: #844530)
+
+  [ Martin Michlmayr ]
+  * [arm64] Enable more QCOM options: BT_QCOMSMD, QCOM_EBI2, QCOM_TSENS,
+    QCOM_WCNSS_PIL and EXTCON_QCOM_SPMI_MISC.
+  * [arm64] Enable ARCH_MVEBU and related options.
+
+  [ Ben Hutchings ]
+  * linux-headers-common: Make these packages architecture-independent by
+    including headers for all architectures that we build a kernel for
+  * Fix exported symbol versions:
+    - Revert upstream changes moving exports to assembly sources
+    - [x86] kbuild: enable modversions for symbols exported from assembly
+    - [powerpc] Remove Mac-on-Linux hooks
+    - [powerpc*] Fix missing CRCs, add yet more asm-prototypes.h declarations
+    - Re-enable CONFIG_MODVERSIONS in a slightly weaker form
+    - module: Disable matching missing version CRC
+  * debian/bin/buildcheck.py: Add check for symbols with version CRC of 0
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 03 Dec 2016 01:46:12 +0000
+
+linux (4.9~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Aurelien Jarno ]
+  * Enable MAC802154, IEEE802154_ADF7242, IEEE802154_AT86RF230,
+    IEEE802154_ATUSB, IEEE802154_CC2520 and IEEE802154_MRF24J40.
+  * [arm64] Enable VIRTUALIZATION and KVM.
+
+  [ Ben Hutchings ]
+  * [hppa] Update build-dependencies for 64-bit kernel (fixes FTBFS)
+  * linux-perf: Exclude perf-read-vdso* from shared library dependency
+    check (fixes FTBFS on sparc64)
+  * [x86] kexec: add -fno-PIE
+  * wireless: Enable RTL8XXXU as module, replacement for R8723AU
+  * netfilter: Enable NFT_SET_RBTREE and NFT_SET_HASH as modules,
+    renamed from NFT_RBTREE and NFT_HASH
+  * tcp: Enable TCP_CONG_BBR as module
+  * [armel] Drop versatile flavour, which has been broken since version
+    4.5~rc4-1~exp1
+  * [x86] ethernet: Enable ENA_ETHERNET as module
+  * [x86] efi: Prevent mixed mode boot corruption with CONFIG_VMAP_STACK=y
+  * w1: Disable W1_MASTER_MATROX
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 14 Nov 2016 05:19:31 +0000
+
+linux (4.9~rc3-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [rt] Disable until it is updated for 4.9 or later
+  * kbuild: add -fno-PIE (Closes: #841368)
+  * Compile with gcc-6 on all architectures
+  * debian/control: Fix build-dependency on openssl to work with new
+    versions that have M-A: allowed (Closes: #839145)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 03 Nov 2016 16:51:55 -0600
+
+linux (4.8.15-2) unstable; urgency=medium
+
+  [ Ben Hutchings ]
+  * [x86] Enable INTEL_VBTN as module (Closes: #848967)
+  * debian/control: Change build-dependency on asciidoc to prefer the new
+    asciidoc-base, so we don't pull in LaTeX unnecessarily
+  * [x86] Enable LEDS_DELL_NETBOOKS and DELL_SMBIOS as modules; re-enable
+    DELL_LAPTOP and DELL_WMI as modules (Closes: #849674)
+  * [powerpc*] boot: Request no dynamic linker for boot wrapper
+    (Closes: #848851, FTBFS on ppc6el)
+  * cpufreq: Enable CPU_FREQ_GOV_SCHEDUTIL as module
+  * [x86] ACPI: Enable DPTF_POWER as module
+  * [x86] perf: Enable PERF_EVENTS_AMD_POWER as module
+  * [x86] perf: Change PERF_EVENTS_INTEL_{CSTATE,RAPL,UNCORE} from built-in
+    to modules
+  * PCI: Enable PCIE_DPC (except for armel/versatile)
+  * [amd64] PCI: Enable PCI_HYPERV as module
+  * inet: Enable INET_DIAG_DESTROY
+  * tcp: Enable TCP_CONG_NV as module
+  * ipv6: Enable IPV6_ILA as module
+  * net/sched: Enable NET_CLS_MATCHALL, NET_ACT_IFE, NET_IFE_SKBMARK,
+    NET_IFE_SKBPRIO as modules
+  * hci_uart: Enable BT_HCIUART_AG6XX
+  * nvme: Enable NVME_RDMA, NVME_TARGET, NVME_TARGET_RDMA as modules
+  * [amd64] mic: Enable VOP_BUS and VOP as modules; re-enable INTEL_MIC_HOST as
+    module
+  * debian/control: Add Salvatore Bonaccorso to Uploaders
+  * [rt] Update to 4.8.15-rt10 (no functional change)
+
+  [ Salvatore Bonaccorso ]
+  * sg_write()/bsg_write() is not fit to be called under KERNEL_DS
+    (CVE-2016-10088)
+  * kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)
+    (CVE-2016-9588)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 04 Jan 2017 19:39:36 +0000
+
+linux (4.8.15-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.12
+    - [x86] iommu/vt-d: Fix PASID table allocation
+    - [x86] iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual Functions
+    - [x86] KVM: fix out-of-bounds access in lapic
+    - [x86] KVM: x86: drop error recovery in em_jmp_far and em_ret_far
+      (CVE-2016-9756)
+    - [x86] KVM: fix out-of-bounds accesses of rtc_eoi map (CVE-2016-9777)
+    - [x86] KVM: check for pic and ioapic presence before use
+    - [arm64, armhf] usb: chipidea: move the lock initialization to core file
+    - USB: serial: cp210x: add ID for the Zone DPMX
+    - USB: serial: ftdi_sio: add support for TI CC3200 LaunchPad
+    - scsi: mpt3sas: Fix secure erase premature termination
+    - cfg80211: limit scan results cache size
+    - apparmor: fix change_hat not finding hat after policy replacement
+    - NFSv4.x: hide array-bounds warning
+    - [x86] fpu: Fix invalid FPU ptrace state after execve()
+    - [x86] traps: Ignore high word of regs->cs in early_fixup_exception()
+    - perf/core: Fix address filter parser
+    - perf/x86/intel: Cure bogus unwind from PEBS entries
+    - [x86] thermal/powerclamp: add back module device table
+    - [hppa/parisc] Fix races in parisc_setup_cache_timing()
+    - [hppa/parisc] Switch to generic sched_clock implementation
+    - [hppa/parisc] Fix race in pci-dma.c
+    - [hppa/parisc] Also flush data TLB in flush_icache_page_asm
+    - mpi: Fix NULL ptr dereference in mpi_powm()
+    - X.509: Fix double free in x509_cert_parse()
+    - xc2028: Fix use-after-free bug properly
+    - [powerpc] Set missing wakeup bit in LPCR on POWER9
+    - [powerpc] mm: Fixup kernel read only mapping
+    - [powerpc] boot: Fix the early OPAL console wrappers
+    - can: bcm: fix support for CAN FD frames
+    - mm, oom: stop pre-mature high-order OOM killer invocations
+    - flow_dissect: call init_default_flow_dissectors() earlier
+    - scsi: mpt3sas: Unblock device after controller reset
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.13
+    - libata-scsi: Fixup ata_gen_passthru_sense()
+    - scsi: hpsa: use bus '3' for legacy HBA devices
+    - scsi: libfc: fix seconds_since_last_reset miscalculation
+    - mm, thp: propagation of conditional compilation in khugepaged.c
+    - thp: fix corner case of munlock() of PTE-mapped THPs
+    - zram: fix unbalanced idr management at hot removal
+    - mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlb
+    - ovl: fix d_real() for stacked fs
+    - Input: change KEY_DATA from 0x275 to 0x277
+    - Input: psmouse - disable automatic probing of BYD touchpads
+    - rcu: Fix soft lockup for rcu_nocb_kthread
+    - mm: workingset: fix NULL ptr in count_shadow_nodes
+    - PCI: Export pcie_find_root_port
+    - PCI: Set Read Completion Boundary to 128 iff Root Port supports it
+      (_HPX)
+    - mwifiex: printk() overflow with 32-byte SSIDs
+    - [arm64] KVM: vgic: Don't notify EOI for non-SPIs
+    - [x86] drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt()
+      error
+    - [x86] drm/i915: drop the struct_mutex when wedged or trying to reset
+    - [x86] drm/amdgpu: fix power state when port pm is unavailable
+    - drm/radeon: fix power state when port pm is unavailable
+    - [x86] drm/amdgpu: fix check for port PM availability
+    - drm/radeon: fix check for port PM availability
+    - [arm64] dts: juno: fix cluster sleep state entry latency on all SoC
+      versions
+    - KVM: use after free in kvm_ioctl_create_device()
+    - pwm: Fix device reference leak
+    - [x86] perf: Restore TASK_SIZE check on frame pointer
+    - [armhf] clk: sunxi: Fix M factor computation for APB1
+    - batman-adv: Detect missing primaryif during tp_send as error
+    - [arm64] cpufeature: Schedule enable() calls instead of calling them via
+      IPI
+    - [arm64] mm: Set PSTATE.PAN from the cpu_enable_pan() call
+    - [arm64] suspend: Reconfigure PSTATE after resume from idle
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.14
+    - gro_cells: mark napi struct as not busy poll candidates
+    - virtio-net: add a missing synchronize_net()
+    - [armhf] net: dsa: b53: Fix VLAN usage and how we treat CPU port
+    - net: check dead netns for peernet2id_alloc()
+    - ip6_tunnel: disable caching when the traffic class is inherited
+    - net: sky2: Fix shutdown crash
+    - af_unix: conditionally use freezable blocking calls in read
+    - rtnetlink: fix FDB size computation
+    - l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()
+    - rtnl: fix the loop index update error in rtnl_dump_ifinfo()
+    - ipv6: bump genid when the IFA_F_TENTATIVE flag is clear
+    - udplite: call proper backlog handlers
+    - [armhf] net: dsa: bcm_sf2: Ensure we re-negotiate EEE during after link
+      change
+    - net, sched: respect rcu grace period on cls destruction
+    - [armhf] net: dsa: fix unbalanced dsa_switch_tree reference counting
+    - net/sched: pedit: make sure that offset is valid
+    - netlink: Call cb->done from a worker thread
+    - netlink: Do not schedule work from sk_destruct
+    - net/dccp: fix use-after-free in dccp_invalid_packet
+    - GSO: Reload iph after pskb_may_pull
+    - packet: fix race condition in packet_set_ring (CVE-2016-8655)
+    - ip6_offload: check segs for NULL in ipv6_gso_segment.
+    - cdc_ether: Fix handling connection notification
+    - tipc: check minimum bearer MTU (CVE-2016-8632)
+    - geneve: avoid use-after-free of skb->data
+    - net: avoid signed overflows for SO_{SND|RCV}BUFFORCE (CVE-2016-9793)
+    - net: ping: check minimum size on ICMP header length (CVE-2016-8399)
+    - ipv4: Restore fib_trie_flush_external function and fix call ordering
+    - ipv4: Fix memory leak in exception case for splitting tries
+    - ipv4: Drop leaf from suffix pull/push functions
+    - ipv4: Drop suffix update from resize code
+    - [sparc64] Fix find_node warning if numa node cannot be found
+    - [sparc64] fix compile warning section mismatch in find_node()
+    - [sparc] Fix inverted invalid_frame_pointer checks on sigreturns
+    - constify iov_iter_count() and iter_is_iovec()
+    - Don't feed anything but regular iovec's to blk_rq_map_user_iov
+      (CVE-2016-9576)
+    - ipv6: Set skb->protocol properly for local output
+    - ipv4: Set skb->protocol properly for local output
+    - Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in
+      ip6_tnl_xmit()"
+    - flowcache: Increase threshold for refusing new allocations
+    - esp4: Fix integrity verification when ESN are used
+    - esp6: Fix integrity verification when ESN are used
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.15
+    - [powerpc] eeh: Fix deadlock when PE frozen state can't be cleared
+    - [powerpc] mm: Fix lazy icache flush on pre-POWER5
+    - [powerpc] boot: Fix build failure in 32-bit boot wrapper
+    - fuse: fix clearing suid, sgid for chown()
+    - [hppa/parisc] Purge TLB before setting PTE
+    - [hppa/parisc] Remove unnecessary TLB purges from flush_dcache_page_asm
+      and flush_icache_page_asm
+    - [hppa/parisc] Fix TLB related boot crash on SMP machines
+    - zram: restrict add/remove attributes to root only
+    - locking/rtmutex: Prevent dequeue vs. unlock race
+    - locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()
+    - device-dax: fix private mapping restriction, permit read-only
+    - scsi: lpfc: fix oops/BUG in lpfc_sli_ringtxcmpl_put()
+    - sched/autogroup: Fix 64-bit kernel nice level adjustment
+    - [x86] perf: Fix full width counter, counter overflow
+    - acpi, nfit: fix extended status translations for ACPI DSMs
+    - acpi, nfit, libnvdimm: fix / harden ars_status output length handling
+    - acpi, nfit: validate ars_status output buffer size
+    - acpi, nfit: fix bus vs dimm confusion in xlat_status
+    - [armel, armhf] crypto: marvell - Don't copy hash operation twice into
+      the SRAM
+    - crypto: caam - fix pointer size for AArch64 boot loader, AArch32 kernel
+    - [armel, armhf] crypto: marvell - Don't corrupt state of an STD req for
+      re-stepped ahash
+    - can: raw: raw_setsockopt: limit number of can_filter that can be set
+    - can: peak: fix bad memory access and free sequence
+    - [armel] dts: orion5x: fix number of sata port for linkstation ls-gl
+      (Closes: #845611)
+    - ceph: don't set req->r_locked_dir in ceph_d_revalidate
+    - [m68k] Fix ndelay() macro
+    - batman-adv: Check for alloc errors when preparing TT local data
+    - hotplug: Make register and unregister notifier API symmetric
+
+  [ Uwe Kleine-König ]
+  * [armhf] dts: armada-385: add support for Turris Omnia
+
+  [ Salvatore Bonaccorso ]
+  * Add ABI reference for 4.8.0-2
+  * Ignore ABI changes in KVM
+  * net: handle no dst on skb in icmp6_send (CVE-2016-9919)
+  * [rt] Update to 4.8.11-rt7
+  * [rt] Update to 4.8.14-rt9
+  * netfilter: ipv6: nf_defrag: drop mangled skb on ream error (CVE-2016-9755)
+  * Ignore ABI changes in libnvdimm
+  * docs: sphinx-extensions: make rstFlatTable work with docutils 0.13.
+    Thanks to Dmitry Shachnev <mitya57@debian.org> (Closes: #848349)
+
+  [ Ben Hutchings ]
+  * [amd64] Re-enable LEGACY_VSYSCALL_EMULATE instead of LEGACY_VSYSCALL_NONE.
+    There are still binaries in stable that use vsyscall (via dietlibc).
+    (Closes: #847154)
+  * debian/rules.real: Exclude *.pyc from featureset diffs
+  * debian/control: Fix build-dependency on flex to work with new versions that
+    have M-A: foreign
+  * debian/rules: Use dpkg-parsechangelog -S option to select fields
+  * debian/rules: Tighten binNMU version matching, consistent with linux-latest
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 19 Dec 2016 12:35:29 +0100
+
+linux (4.8.11-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.8
+    - net: fec: set mac address unconditionally
+    - net: pktgen: fix pkt_size
+    - net/sched: act_vlan: Push skb->data to mac_header prior calling
+      skb_vlan_*() functions
+    - net: Add netdev all_adj_list refcnt propagation to fix panic
+    - packet: call fanout_release, while UNREGISTERING a netdev
+    - netlink: do not enter direct reclaim from netlink_dump()
+    - drivers/ptp: Fix kernel memory disclosure
+    - net_sched: reorder pernet ops and act ops registrations
+    - ipv6: tcp: restore IP6CB for pktoptions skbs
+    - net: phy: Trigger state machine on state change and not polling.
+    - ip6_tunnel: fix ip6_tnl_lookup
+    - ipv6: correctly add local routes when lo goes up
+    - IB/ipoib: move back IB LL address into the hard header
+    - net/mlx4_en: fixup xdp tx irq to match rx
+    - net: pktgen: remove rcu locking in pktgen_change_name()
+    - bridge: multicast: restore perm router ports on multicast enable
+    - switchdev: Execute bridge ndos only for bridge ports
+    - rtnetlink: Add rtnexthop offload flag to compare mask
+    - net: core: Correctly iterate over lower adjacency list
+    - net: add recursion limit to GRO
+    - ipv4: disable BH in set_ping_group_range()
+    - ipv4: use the right lock for ping_group_range
+    - net: fec: Call swap_buffer() prior to IP header alignment
+    - net: sctp, forbid negative length
+    - sctp: fix the panic caused by route update
+    - udp: fix IP_CHECKSUM handling
+    - [x86] netvsc: fix incorrect receive checksum offloading
+    - net: ipv6: Do not consider link state for nexthop validation
+    - net sched filters: fix notification of filter delete with proper handle
+    - sctp: validate chunk len before actually using it (CVE-2016-9555)
+    - ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()
+    - packet: on direct_xmit, limit tso and csum to supported devices
+    - [powerpc] Update parameters for csum_tcpudp_magic & csum_tcpudp_nofold
+    - [arm64, armhf] usb: dwc3: gadget: properly account queued requests
+    - scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough)
+      devices
+    - scsi: megaraid_sas: fix macro MEGASAS_IS_LOGICAL to avoid regression
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.9
+    - ALSA: info: Return error for invalid read/write
+    - ALSA: info: Limit the proc text input size
+    - dib0700: fix nec repeat handling
+    - mm, frontswap: make sure allocated frontswap map is assigned
+    - shmem: fix pageflags after swapping DMA32 object
+    - swapfile: fix memory corruption via malformed swapfile
+    - mm: hwpoison: fix thp split handling in memory_failure()
+    - mm/hugetlb: fix huge page reservation leak in private mapping error paths
+    - coredump: fix unfreezable coredumping task
+    - [s390x] hypfs: Use get_free_page() instead of kmalloc to ensure page
+      alignment
+    - PCI: Don't attempt to claim shadow copies of ROM
+    - [x86] pinctrl: cherryview: Serialize register access in suspend/resume
+    - [x86] pinctrl: cherryview: Prevent possible interrupt storm on resume
+    - cpupower: Correct return type of cpu_power_is_cpu_online() in cpufreq-set
+    - mmc: sdhci: Fix CMD line reset interfering with ongoing data transfer
+    - mmc: sdhci: Fix unexpected data interrupt handling
+    - mmc: mmc: Use 500ms as the default generic CMD6 timeout
+    - [arm64, armhf] usb: dwc3: Fix error handling for core init
+    - USB: cdc-acm: fix TIOCMIWAIT
+    - usb: gadget: u_ether: remove interrupt throttling
+    - drbd: Fix kernel_sendmsg() usage - potential NULL deref
+    - cdc-acm: fix uninitialized variable
+    - scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during init
+    - scsi: mpt3sas: Fix for block device of raid exists even after deleting
+      raid disk
+    - scsi: scsi_dh_alua: fix missing kref_put() in alua_rtpg_work()
+    - scsi: scsi_dh_alua: Fix a reference counting bug
+    - [arm64] KVM: vgic: Prevent access to invalid SPIs
+    - drm/radeon: disable runtime pm in certain cases
+    - [x86] drm/i915: Respect alternate_ddc_pin for all DDI ports
+    - [x86] drm/i915/dp: BDW cdclk fix for DP audio
+    - [x86] drm/i915/dp: Extend BDW DP audio workaround to GEN9 platforms
+    - [x86] drm/amdgpu: disable runtime pm in certain cases
+    - xprtrdma: use complete() instead complete_all()
+    - xprtrdma: Fix DMAR failure in frwr_op_map() after reconnect
+    - [amd64] iommu/amd: Free domain id when free a domain of struct
+      dma_ops_domain
+    - [x86] iommu/vt-d: Fix dead-locks in disable_dmar_iommu() path
+    - [x86] agp/intel: Flush chipset writes after updating a single PTE
+    - watchdog: core: Fix devres_alloc() allocation size
+    - perf top: Fix refreshing hierarchy entries on TUI
+    - [x86] mei: bus: fix received data size check in NFC fixup
+    - svcrdma: Skip put_page() when send_reply() fails
+    - svcrdma: Tail iovec leaves an orphaned DMA mapping
+    - nvme: Delete created IO queues on reset
+    - [s390x] dumpstack: restore reliable indicator for call traces
+    - hwrng: core - Don't use a stack buffer in add_early_randomness()
+    - i40e: fix call of ndo_dflt_bridge_getlink()
+    - [arm64] mmc: sdhci-msm: Fix error return code in sdhci_msm_probe()
+    - [x86] ACPI / APEI: Fix incorrect return value of ghes_proc()
+    - ACPI/PCI/IRQ: assign ISA IRQ directly during early boot stages
+    - ACPI/PCI: pci_link: penalize SCI correctly
+    - ACPI/PCI: pci_link: Include PIRQ_PENALTY_PCI_USING for ISA IRQs
+    - batman-adv: Modify neigh_list only with rcu-list functions
+    - [armel, armhf] gpio/mvebu: Use irq_domain_add_linear
+    - ASoC: Intel: Skylake: Always acquire runtime pm ref on unload
+    - [armhf] ASoC: sun4i-codec: return error code instead of NULL when
+      create_card fails
+    - memcg: prevent memcg caches to be both OFF_SLAB & OBJFREELIST_SLAB
+    - libceph: fix legacy layout decode with pool 0
+    - [x86] drm/amdgpu: fix fence slab teardown
+    - [x86] drm/amdgpu: fix a vm_flush fence leak
+    - [x86] drm/i915: Fix mismatched INIT power domain disabling during
+      suspend
+    - netfilter: fix namespace handling in nf_log_proc_dostring
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.10
+    - dctcp: avoid bogus doubling of cwnd after loss
+    - net: clear sk_err_soft in sk_clone_lock()
+    - net: mangle zero checksum in skb_checksum_help()
+    - ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()
+    - tcp: fix potential memory corruption
+    - ipv4: allow local fragmentation in ip_finish_output_gso()
+    - tcp: fix return value for partial writes
+    - dccp: do not release listeners too soon
+    - dccp: do not send reset to already closed sockets
+    - dccp: fix out of bound access in dccp_v4_err()
+    - ipv6: dccp: fix out of bound access in dccp_v6_err()
+    - ipv6: dccp: add missing bind_conflict to dccp_ipv6_mapped
+    - sctp: assign assoc_id earlier in __sctp_connect
+    - bpf: fix htab map destruction when extra reserve is in use
+    - net: icmp6_send should use dst dev to determine L3 domain
+    - fib_trie: Correct /proc/net/route off by one error
+    - sock: fix sendmmsg for partial sendmsg
+    - net: icmp_route_lookup should use rt dev to determine L3 domain
+    - net: __skb_flow_dissect() must cap its return value
+    - ipv4: use new_gw for redirect neigh lookup
+    - tcp: take care of truncations done by sk_filter() (CVE-2016-8645)
+    - Revert "include/uapi/linux/atm_zatm.h: include linux/time.h"
+      (Closes: #844491)
+    - Revert "bnx2: Reset device during driver initialization"
+    - bnx2: Wait for in-flight DMA to complete at probe stage
+    - sctp: change sk state only when it has assocs in sctp_shutdown
+    - [arm64, armhf] net: stmmac: Fix lack of link transition for fixed PHYs
+    - [sparc] Handle negative offsets in arch_jump_label_transform
+    - [sparc64] Handle extremely large kernel TSB range flushes sanely.
+    - [sparc64] Fix illegal relative branches in hypervisor patched TLB code.
+    - [sparc64] Fix instruction count in comment for
+      __hypervisor_flush_tlb_pending.
+    - [sparc64] Fix illegal relative branches in hypervisor patched TLB
+      cross-call code.
+    - [sparc64] Handle extremely large kernel TLB range flushes more
+      gracefully.
+    - [sparc64] Delete __ret_efault.
+    - [sparc64] Prepare to move to more saner user copy exception handling.
+    - [sparc64] Convert copy_in_user to accurate exception reporting.
+    - [sparc64] Convert GENcopy_{from,to}_user to accurate exception
+      reporting.
+    - [sparc64] Convert U1copy_{from,to}_user to accurate exception reporting.
+    - [sparc64] Convert NG4copy_{from,to}_user to accurate exception
+      reporting.
+    - [sparc64] Convert NGcopy_{from,to}_user to accurate exception reporting.
+    - [sparc64] Convert NG2copy_{from,to}_user to accurate exception
+      reporting.
+    - [sparc64] Convert U3copy_{from,to}_user to accurate exception reporting.
+    - [sparc64] Delete now unused user copy assembler helpers.
+    - [sparc64] Delete now unused user copy fixup functions.
+    - usb: gadget: f_fs: edit epfile->ep under lock
+    - usb: gadget: f_fs: stop sleeping in ffs_func_eps_disable
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.11
+    - [x86] cpu/AMD: Fix cpu_llc_id for AMD Fam17h systems
+    - [x86] KVM: fix missed SRCU usage in kvm_lapic_set_vapic_addr
+    - [x86] KVM: Disable irq while unregistering user notifier
+    - ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace records
+    - ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip records
+    - genirq: Use irq type from irqdata instead of irqdesc
+    - fuse: fix fuse_write_end() if zero bytes were copied
+    - IB/rdmavt: rdmavt can handle non aligned page maps
+    - IB/hfi1: Fix rnr_timer addition
+    - [x86] mfd: intel-lpss: Do not put device in reset state on suspend
+    - [armhf] mfd: stmpe: Fix RESET regression on STMPE2401
+    - can: bcm: fix warning in bcm_connect/proc_register
+    - gpio: do not double-check direction on sleeping chips
+    - [x86] ALSA: usb-audio: Fix use-after-free of usb_device at disconnect
+    - [x86] ALSA: hda - add a new condition to check if it is thinkpad
+    - ALSA: hda - Fix mic regression by ASRock mobo fixup
+    - [armhf] i2c: mux: fix up dependencies
+    - [armhf] i2c: i2c-mux-pca954x: fix deselect enabling for device-tree
+    - kbuild: add -fno-PIE
+    - scripts/has-stack-protector: add -fno-PIE
+    - x86/kexec: add -fno-PIE
+    - kbuild: Steal gcc's pie from the very beginning
+    - ext4: sanity check the block and cluster size at mount time
+    - [armhf] dts: imx53-qsb: Fix regulator constraints
+    - crypto: caam - do not register AES-XTS mode on LP units
+    - [powerpc*] Fix setting of AIL in hypervisor mode
+    - [x86] drm/amdgpu: Attach exclusive fence to prime exported bo's.
+    - [x86] drm/i915: Refresh that status of MST capable connectors in
+      ->detect()
+    - [x86] drm/i915: Assume non-DP++ port if dvo_port is HDMI and there's no
+      AUX ch specified in the VBT
+    - virtio-net: drop legacy features in virtio 1 mode
+    - [armhf] clk: imx: fix integer overflow in AV PLL round rate
+    - [armhf] rtc: omap: Fix selecting external osc
+    - iwlwifi: pcie: fix SPLC structure parsing
+    - iwlwifi: pcie: mark command queue lock with separate lockdep class
+    - iwlwifi: mvm: fix netdetect starting/stopping for unified images
+    - iwlwifi: mvm: fix d3_test with unified D0/D3 images
+    - iwlwifi: mvm: wake the wait queue when the RX sync counter is zero
+    - mfd: core: Fix device reference leak in mfd_clone_cell
+    - sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp
+      transports
+    - uwb: fix device reference leaks
+    - PM / sleep: fix device reference leak in test_suspend
+    - PM / sleep: don't suspend parent when async child suspend_{noirq,
+      late} fails
+    - perf hists: Fix column length on --hierarchy
+    - IB/mlx4: Check gid_index return value
+    - IB/mlx4: Fix create CQ error flow
+    - IB/mlx5: Validate requested RQT size
+    - IB/mlx5: Use cache line size to select CQE stride
+    - IB/mlx5: Fix memory leak in query device
+    - IB/mlx5: Fix fatal error dispatching
+    - IB/mlx5: Fix NULL pointer dereference on debug print
+    - IB/core: Avoid unsigned int overflow in sg_alloc_table
+    - IB/hfi1: Remove incorrect IS_ERR check
+    - IB/uverbs: Fix leak of XRC target QPs
+    - IB/cm: Mark stale CM id's whenever the mad agent was unregistered
+    - netfilter: nft_dynset: fix element timeout for HZ != 1000
+    - [arm64, armhf] gpio: pca953x: Move memcpy into mutex lock for set
+      multiple
+    - [arm64, armhf] gpio: pca953x: Fix corruption of other gpios in
+      set_multiple.
+
+  [ Salvatore Bonaccorso ]
+  * Bump ABI to 2 and remove ABI reference for 4.8.0-1
+  * xfs: Propagate dentry down to inode_change_ok()
+  * ceph: Propagate dentry down to inode_change_ok()
+  * fuse: Propagate dentry down to inode_change_ok()
+  * fs: Give dentry to inode_change_ok() instead of inode
+  * fs: Avoid premature clearing of capabilities (CVE-2015-1350)
+    (Closes: #770492)
+  * mpi: Fix NULL ptr dereference in mpi_powm() (CVE-2016-8650)
+  * vfio/pci: Fix integer overflows, bitmask check (CVE-2016-9083
+    CVE-2016-9084)
+  * mnt: Add a per mount namespace limit on the number of mounts
+    (CVE-2016-6213)
+
+  [ Ben Hutchings ]
+  * [arm64] Enable more drivers for X-Gene (Really closes: #840061):
+    - DMA: Enable XGENE_DMA as module
+    - EDAC: Enable EDAC and EDAC_MM_EDAC, EDAC_XGENE as modules
+  * [x86] video: Disable X86_SYSFB, FB_SIMPLE (Closes: #822575)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 02 Dec 2016 06:35:22 +0100
+
+linux (4.8.7-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.6
+    - [armhf,arm64] drm/vc4: Fix races when the CS reads from render targets.
+    - [x86] drm/i915/backlight: setup and cache pwm alternate increment value
+    - [x86] drm/i915/backlight: setup backlight pwm alternate increment on
+      backlight enable
+    - [x86] drm/amdgpu: fix IB alignment for UVD
+    - [x86] drm/amdgpu/dce10: disable hpd on local panels
+    - [x86] drm/amdgpu/dce8: disable hpd on local panels
+    - [x86] drm/amdgpu/dce11: disable hpd on local panels
+    - [x86] drm/amdgpu/dce11: add missing drm_mode_config_cleanup call
+    - [x86] drm/amdgpu: initialize the context reset_counter in amdgpu_ctx_init
+    - [x86] drm/amdgpu: change vblank_time's calculation method to reduce
+      computational error.
+    - drm/radeon: narrow asic_init for virtualization
+    - drm/radeon/si/dpm: fix phase shedding setup
+    - drm/radeon: change vblank_time's calculation method to reduce
+      computational error.
+    - [x86] drm/vmwgfx: Limit the user-space command buffer size
+    - [x86] drm/amd/powerplay: fix mclk not switching back after multi-head
+      was disabled
+    - [x86] drm/i915/skl: Fix FIFO underrun (Closes: #844113)
+      + Update plane watermarks atomically during plane updates
+      + Move CRTC updating in atomic_commit into it's own hook
+      + Update DDB values atomically with wms/plane attrs
+      + Don't try to update plane watermarks if they haven't changed
+    - [x86] drm/i915/gen9: only add the planes actually affected by ddb changes
+    - [x86] drm/i915/gen9: fix the WaWmMemoryReadLatency implementation
+    - [x86] drm/i915/gen9: minimum scanlines for Y tile is not always 4
+    - [x86] drm/i915/gen9: fix plane_blocks_per_line on watermarks calculations
+    - [x86] drm/i915/gen9: fix the watermark res_blocks value
+    - [x86] drm/i915: SAGV is not SKL-only, so rename a few things
+    - [x86] drm/i915: introduce intel_has_sagv()
+    - [x86] drm/i915/kbl: KBL also needs to run the SAGV code
+    - [x86] Revert "drm/i915: Check live status before reading edid"
+    - [x86] drm/i915: Account for TSEG size when determining 865G stolen base
+    - [x86] drm/i915/skl: Ensure pipes with changed wms get added to the state
+    - [x86] drm/i915: Allow PCH DPLL sharing regardless of DPLL_SDVO_HIGH_SPEED
+    - [x86] drm/i915: Move long hpd handling into the hotplug work
+    - [x86] drm/i915: Allow DP to work w/o EDID
+    - [x86] drm/i915: Just clear the mmiodebug before a register access
+    - [x86] drm/i915: Unalias obj->phys_handle and obj->userptr
+    - rt2x00usb: Fix error return code
+    - uio: fix dmem_region_start computation
+    - i40e: remove a stray unlock
+    - i40e: fix broken i40e_config_rss_aq function
+    - mwifiex: correct aid value during tdls setup
+    - mwifiex: fix failed to reconnect after interface disabled/enabled
+    - ath10k: Add WMI_SERVICE_PERIODIC_CHAN_STAT_SUPPORT wmi service
+    - ath10k: fix sending frame in management path in push txq logic
+    - ath10k: fix reporting channel survey data
+    - ath10k: fix throughput regression in multi client mode
+    - [armel/marvell,armhf] crypto: marvell - Don't overwrite default
+      creq->state during initialization
+    - crypto: gcm - Fix IV buffer size in crypto_gcm_setkey
+    - [armel/marvell,armhf] crypto: marvell - Update transformation context for
+      each dequeued req
+    - [x86] crypto: ccp - Fix return value check in ccp_dmaengine_register()
+    - [armhf] hwrng: omap - Only fail if pm_runtime_get_sync returns < 0
+    - ASoC: topology: Fix error return code in soc_tplg_dapm_widget_create()
+    - ASoC: dapm: Fix possible uninitialized variable in
+      snd_soc_dapm_get_volsw()
+    - ASoC: dapm: Fix value setting for _ENUM_DOUBLE MUX's second channel
+    - ASoC: dapm: Fix kcontrol creation for output driver widget
+    - staging: r8188eu: Fix scheduling while atomic splat
+    - IB/qib: Remove qpt_mask global
+    - IB/mlx5: Fix steering resource leak
+    - mm/hugetlb: check for reserved hugepages during memory offline
+    - mm/hugetlb: improve locking in dissolve_free_huge_pages()
+    - [x86] drm/vmwgfx: Avoid validating views on view destruction
+    - [s390x] cio: fix accidental interrupt enabling during resume
+    - [s390x] con3270: fix use of uninitialised data
+    - [s390x] con3270: fix insufficient space padding
+    - [armhf,arm64] clk: bcm2835: Skip PLLC clocks when deciding on a new
+      clock parent
+    - [arm64] clk: gcc-msm8996: Fix pcie 2 pipe register offset
+    - [arm64] clk: qcom: select GDSC for msm8996 gcc and mmcc
+    - clk: Return errors from clk providers in __of_clk_get_from_provider()
+    - clk: core: Force setting the phase delay when no change
+    - clk: divider: Fix clk_divider_round_rate() to use clk_readl()
+    - perf hists browser: Fix event group display
+    - perf ui/tui: Reset output width for hierarchy
+    - perf ui/stdio: Always reset output width for hierarchy
+    - perf symbols: Check symbol_conf.allow_aliases for kallsyms loading too
+    - perf symbols: Fixup symbol sizes before picking best ones
+    - iwlwifi: check for valid ethernet address provided by OEM
+    - iwlwifi: mvm: fix pending frames tracking on tx resp
+    - iwlwifi: mvm: call a different txq_enable function
+    - iwlwifi: mvm: free reserved queue on STA removal
+    - iwlwifi: mvm: support BAR in reorder buffer
+    - iwlwifi: mvm: disable P2P queue on mac context release
+    - iwlwifi: mvm: bail out if CTDP start operation fails
+    - [armhf,arm64] pinctrl: qcom: fix masking of pinmux functions
+    - mpt3sas: Don't spam logs if logging level is 0
+    - [powerpc*] Always restore FPU/VEC/VSX if hardware transactional memory
+      in use
+    - [powerpc*] Add check_if_tm_restore_required() to giveup_all()
+    - [powerpc*] nvram: Fix an incorrect partition merge
+    - [powerpc*] Fix usage of _PAGE_RO in hugepage
+    - [armhf] dts: omap3: overo: add missing unit name for lcd35 display
+    - PCI: generic: Fix pci_remap_iospace() failure path
+    - [armhf] PCI: tegra: Fix pci_remap_iospace() failure path
+    - libnvdimm: clear the internal poison_list when clearing badblocks
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.7
+    - [armhf] i2c: rk3x: Give the tuning value 0 during
+      rk3x_i2c_v0_calc_timings
+    - i2c: core: fix NULL pointer dereference under race condition
+    - drm/dp/mst: Clear port->pdt when tearing down the i2c adapter
+    - gpio / ACPI: fix returned error from acpi_dev_gpio_irq_get()
+    - gpio: GPIO_GET_CHIPINFO_IOCTL: Fix line offset validation
+    - gpio: GPIO_GET_CHIPINFO_IOCTL: Fix information leak
+    - gpio: GPIO_GET_LINEHANDLE_IOCTL: Validate line offset
+    - gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leak
+    - gpio: GPIO_GET_LINEEVENT_IOCTL: Validate line offset
+    - gpio: GPIO_GET_LINEHANDLE_IOCTL: Reject invalid line flags
+    - gpio: GPIO_GET_LINEEVENT_IOCTL: Reject invalid line and event flags
+    - gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix another information leak
+    - gpio: GPIO_GET_LINE{HANDLE,EVENT}_IOCTL: Fix file descriptor leak
+    - libxfs: clean up _calc_dquots_per_chunk
+    - mm/list_lru.c: avoid error-path NULL pointer deref
+    - mm/slab: fix kmemcg cache creation delayed issue
+    - mm: memcontrol: do not recurse in direct reclaim
+    - [x86] thermal/powerclamp: correct cpu support check
+    - KEYS: Fix short sprintf buffer in /proc/keys show function
+    - ALSA: usb-audio: Add quirk for Syntek STK1160
+    - ALSA: seq: Fix time account regression
+    - ALSA: hda - allow 40 bit DMA mask for NVidia devices
+    - ALSA: hda - Adding a new group of pin cfg into ALC295 pin quirk table
+    - ALSA: hda - Fix surround output pins for ASRock B150M mobo
+    - ALSA: hda - Fix headset mic detection problem for two Dell laptops
+    - [powerpc*] cxl: Fix leaking pid refs in some error paths
+    - btrfs: fix races on root_log_ctx lists
+    - [powerpc] Convert cmp to cmpd in idle enter sequence
+    - [powerpc] mm/radix: Use tlbiel only if we ever ran on the current cpu
+    - [powerpc] Re-fix race condition between going idle and entering guest
+    - [powerpc] Fix race condition in setting lock bit in idle/wakeup code
+    - [amd64] x86/microcode/AMD: Fix more fallout from
+      CONFIG_RANDOMIZE_MEMORY=y
+    - timers: Prevent base clock rewind when forwarding clock
+    - timers: Prevent base clock corruption when forwarding
+    - timers: Plug locking race vs. timer migration
+    - timers: Lock base for same bucket optimization
+    - mei: txe: don't clean an unprocessed interrupt cause.
+    - USB: serial: fix potential NULL-dereference at probe
+    - USB: serial: cp210x: fix tiocmget error handling
+    - USB: serial: ftdi_sio: add support for Infineon TriBoard TC2X7
+    - xhci: use default USB_RESUME_TIMEOUT when resuming ports.
+    - usb: increase ohci watchdog delay to 275 msec (Closes: #842863)
+    - [powerpc] GenWQE: Fix bad page access during abort of resource
+      allocation
+    - [x86] smpboot: Init apic mapping before usage
+    - vt: clear selection before resizing
+    - [x86] hv: do not lose pending heartbeat vmbus packets
+    - xhci: add restart quirk for Intel Wildcatpoint PCH
+    - xhci: workaround for hosts missing CAS bit
+    - tty: limit terminal size to 4M chars
+    - [arm64] dts: marvell: fix clocksource for CP110 master SPI0
+    - dm: free io_barrier after blk_cleanup_queue call
+    - [x86] KVM: fix wbinvd_dirty_mask use-after-free
+    - [s390] KVM: Fix STHYI buffer alignment for diag224
+    - [armhf]  mvebu: Select corediv clk for all mvebu v7 SoC
+    - nfsd: Fix general protection fault in release_lock_stateid()
+    - [mips*] KASLR: Fix handling of NULL FDT
+    - ovl: fix get_acl() on tmpfs
+    - ovl: update S_ISGID when setting posix ACLs
+    - ovl: fsync after copy-up
+    - virtio_ring: Make interrupt suppression spec compliant
+    - virtio_pci: Limit DMA mask to 44 bits for legacy virtio devices
+    - virtio: console: Unlock vqs while freeing buffers
+    - dm mirror: fix read error on recovery after default leg failure
+    - dm table: fix missing dm_put_target_type() in dm_table_add_target()
+    - dm rq: clear kworker_task if kthread_run() returned an error
+    - dm raid: fix compat_features validation (Closes: #843572)
+    - dm raid: fix activation of existing raid4/10 devices
+    - firewire: net: guard against rx buffer overflows (CVE-2016-8633)
+    - firewire: net: fix fragmented datagram_size off-by-one
+    - mac80211: discard multicast and 4-addr A-MSDUs
+    - ath10k: cache calibration data when the core is stopped
+    - scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloaded
+    - scsi: arcmsr: Send SYNCHRONIZE_CACHE command to firmware
+    - [arm64, armhf] mmc: dw_mmc-pltfm: fix the potential NULL pointer
+      dereference
+    - RAID1: ignore discard error
+    - RAID10: ignore discard error
+    - md: be careful not lot leak internal curr_resync value into metadata.
+    - Revert "drm/radeon: fix DP link training issue with second 4K monitor"
+    - [armhf] drm/imx: ipuv3-plane: Switch EBA buffer only when we don't need
+      modeset
+    - [armhf] drm/imx: ipuv3-plane: Access old u/vbo properly in
+      ->atomic_check for YU12/YV12
+    - drm/radeon/si_dpm: Limit clocks on HD86xx part
+    - drm/radeon/si_dpm: workaround for SI kickers
+    - drm/radeon: drop register readback in cayman_cp_int_cntl_setup
+    - drm/nouveau/acpi: fix check for power resources support
+    - drm/fb-helper: Don't call dirty callback for untouched clips
+    - drm/fb-helper: Fix connector ref leak on error
+    - drm/fb-helper: Keep references for the current set of used connectors
+    - drm/i915/gen9: fix DDB partitioning for multi-screen cases
+    - drm/i915/gen9: fix watermarks when using the pipe scaler
+    - drm/dp/mst: Check peer device type before attempting EDID read
+    - drm: Release reference from blob lookup after replacing property
+    - drm/i915: Respect alternate_aux_channel for all DDI ports
+    - drm/i915: Clean up DDI DDC/AUX CH sanitation
+    - drm/i915/fbc: fix CFB size calculation for gen8+
+    - drm: i915: Wait for fences on new fb, not old
+    - i2c: mark device nodes only in case of successful instantiation
+    - netfilter: xt_NFLOG: fix unexpected truncated packet
+    - [arm64, armhf] pwm: Unexport children before chip removal
+    - [arm64, armhf] usb: dwc3: Fix size used in dma_free_coherent()
+    - [arm64, armhf] usb: chipidea: host: fix NULL ptr dereference during
+      shutdown
+    - [armhf] usb: musb: Fix hardirq-safe hardirq-unsafe lock order error
+    - tty: vt, fix bogus division in csi_J
+    - [x86] kvm: Check memopp before dereference (CVE-2016-8630)
+    - btrfs: qgroup: Prevent qgroup->reserved from going subzero
+    - [x86] cpufreq: intel_pstate: Set P-state upfront in performance mode
+    - HID: usbhid: add ATEN CS962 to list of quirky devices
+
+  [ Ben Hutchings ]
+  * debian/control: Fix build-dependency on openssl to work with new
+    versions that have M-A: allowed (Closes: #839145)
+  * [rt] Update to 4.8.6-rt5:
+    - [i386] entry: Fix preempt_lazy_count check in resume_kernel()
+    - sched: Use mmdrop_delayed() in sched_cpu_dying()
+    - Revert "mm/zsmalloc: Use get/put_cpu_light in
+      zs_map_object()/zs_unmap_object()"
+    - mm/zsmalloc: copy with get_cpu_var() and locking
+    - NFSv4: replace seqcount_t with a seqlock_t
+    - ftrace: Fix trace header alignment
+    - connector/cn_proc: Protect send_msg() with a local lock on RT
+    - drivers/zram: Don't disable preemption in zcomp_stream_get/put()
+  * HID: Enable HID_ALPS, HID_ASUS (Closes: #843085), HID_CMEDIA as modules
+  * cpupower: Fix checks for CPU existence (Closes: #843071)
+  * perf: Disable use of libcrypto (Closes: #843199)
+  * IB: Enable INFINIBAND_RDMAVT as module, re-enabling INFINIBAND_HFI1
+    and INFINIBAND_QIB (Closes: #843792)
+  * libcpupower-dev: Depend on libcpupower1 (Closes:  #840852)
+  * [arm64] Enable more drivers for X-Gene (Closes: #840061):
+    - ipmi: Enable IPMI_HANDLER, IPMI_DEVICE_INTERFACE, IPMI_SSIF as modules
+    - i2c: Enable I2C_XGENE_SLIMPRO as module
+    - mailbox: Enable XGENE_SLIMPRO_MBOX as module
+  * debian/control: Build-Depend on a recent debhelper instead of dh-systemd
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 13 Nov 2016 04:38:09 +0000
+
+linux (4.8.5-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.5
+    - [x86] boot/smp: Don't try to poke disabled/non-existent APIC
+      (Closes: #841850)
+    - [x86] Input: i8042 - skip selftest on ASUS laptops
+    - [x86] Input: elantech - add Fujitsu Lifebook E556 to force crc_enabled
+      (Closes: #835160)
+
+  [ Ben Hutchings ]
+  * cpufreq: Re-enable CPU_FREQ_STAT, which can no longer be modular
+  * [armhf] dts: imx53: add support for USB armory board (Closes: #840137)
+  * kconfig: Renumber SYMBOL_NEW, fixing regression of allnoconfig
+    (Closes: #841357)
+  * netfilter: xt_NFLOG: fix unexpected truncated packet (Closes: #841261)
+  * Set ABI to 1
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 28 Oct 2016 20:34:09 +0100
+
+linux (4.8.4-1~exp1) experimental; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_4.8
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.1
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.2
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.3
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.4
+
+  [ Ben Hutchings ]
+  * [amd64] Enable LEGACY_VSYSCALL_NONE instead of LEGACY_VSYSCALL_EMULATE.
+    This breaks (e)glibc 2.13 and earlier, and can be reverted using the kernel
+    parameter: vsyscall=emulate
+  * [arm*] Enable STRICT_DEVMEM
+  * [arm*,powerpc*,s390x,x86] Enable IO_STRICT_DEVMEM.  This breaks dosemu and
+    some old graphics drivers, and can be reverted using the kernel parameter:
+    iomem=relaxed
+  * [mips*] Enable RANDOMIZE_BASE and RELOCATABLE.
+  * Enable SLAB_FREELIST_RANDOM
+  * [arm*,powerpc*,s390x,sparc64,x86] Enable HARDENED_USERCOPY
+  * security,perf: Replace GRKERNSEC_PERF_HARDEN patch with the version
+    submitted upstream
+  * [amd64] Enable RANDOMIZE_MEMORY
+  * [powerpc*/*64*] Enable OPAL_PRD, MTD, MTD_POWERNV_FLASH as modules
+    (Closes: #838604, #838605)
+  * security,printk: Enable SECURITY_DMESG_RESTRICT, preventing non-root users
+    reading the kernel log by default (sysctl: kernel.dmesg_restrict)
+  * bug script: Optionally use sudo to read a restricted kernel log, and fall
+    back to writing a placeholder
+  * [rt] Update to 4.8.2-rt2 and re-enable
+  * aufs: Update support patchest to aufs4.8-20161010 (no functional change)
+
+  [ Aurelien Jarno ]
+  * [arm64] Enable SERIAL_8250_EXTENDED, SERIAL_8250_SHARE_IRQ and
+    SERIAL_8250_BCM2835AUX, needed for Raspberry Pi 3.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 23 Oct 2016 17:21:13 +0100
+
+linux (4.8~rc8-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Héctor Orón ]
+  * [arm64] Enable ACPI, ARM64_VA_BITS_48 (Closes: #834505)
+
+  [ Ben Hutchings ]
+  * Fix some new reproducibility issues:
+    - linux-source: Exclude Python bytecode generated when running Sphinx
+    - Set -fdebug-prefix-map=... in compiler options for kernel and userland
+    - linux-headers: Stop including unused arch/*/kernel/asm-offsets.s files
+  * linux-doc: Exclude Sphinx support code and Makefiles
+  * [arm64] mm: Limit TASK_SIZE_64 for compatibility
+  * [armhf] udeb: Replace dwmac-socfpga with dwmac-altr-socfpga in
+    nic-modules (Closes: #837110, thanks to Vagrant Cascadian)
+  * [armhf] Enable drivers for ASUS Chromebook C201 (veyron-speedy):
+    MFD_RK808, POWER_AVS, POWER_RESET_GPIO_RESTART, RTC_DRV_RK808,
+    ROCKCHIP_PM_DOMAINS as built-in; DRM_PANEL_SIMPLE, ROCKCHIP_ANALOGIX_DP,
+    ROCKCHIP_DW_MIPI_DSI, I2C_CROS_EC_TUNNEL, KEYBOARD_CROS_EC, OUSE_ELAN_I2C,
+    MFD_CROS_EC, MFD_CROS_EC_SPI, MFD_RK808, PHY_ROCKCHIP_EMMC, PHY_ROCKCHIP_DP,
+    BATTERY_SBS, CHARGER_GPIO, REGULATOR_RK808, BACKLIGHT_PWM as modules
+    (Closes: #836251, thanks to Vagrant Cascadian)
+  * [armhf] dsa: Enable drivers for Lamobo R1 (aka BPi-R1): B53,
+    B53_MDIO_DRIVER as modules (Closes: #836231, thanks to Vagrant Cascadian)
+  * [armhf] media: Enable VIDEO_V4L2_SUBDEV_API and VIDEO_OMAP3 as module
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 26 Sep 2016 04:27:06 +0100
+
+linux (4.8~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Martin Michlmayr ]
+  * [arm64] Enable more Tegra options: TEGRA_ACONNECT.
+  * [arm64] Enable more QCOM options: MSM_GCC_8996, MSM_MMCC_8996, QCOM_HIDMA,
+    QCOM_HIDMA_MGMT, PCIE_QCOM, PINCTRL_MSM8996, QCOM_Q6V5_PIL.
+  * [arm64] Enable support for BCM2837 (Raspberry Pi 3):
+    - Enable ARCH_BCM2835, DMA_BCM2835, BCM2835_MBOX, RASPBERRYPI_FIRMWARE,
+      RASPBERRYPI_POWER
+    - Enable DRM_VC4, I2C_BCM2835, PWM_BCM2835, SPI_BCM2835, SPI_BCM2835AUX,
+      BCM2835_WDT, SND_BCM2835_SOC_I2S, MMC_SDHCI_IPROC, HW_RANDOM_BCM2835
+      as modules
+  * [arm64] Enable USB_DWC2 and USB_DWC3.
+  * [arm64] Enable more HISI options: MFD_HI655X_PMIC, REGULATOR_HI655X,
+    STUB_CLK_HI6220, HI6220_MBOX, COMMON_RESET_HI6220, PHY_HI6220_USB,
+    HW_RANDOM_HISI, DRM_HISI_KIRIN, INPUT_HISI_POWERKEY, PCI_HISI,
+    SPI_HISI_SFC, SCSI_HISI_SAS (Closes: #821027).
+  * [arm64] Enable TI WLAN (WLAN_VENDOR_TI): WL1251, WL12XX, WL18XX
+  * [arm64] Enable Hisilicon Ethernet devices: HIX5HD2_GMAC, HISI_FEMAC,
+    HIP04_ETH, HNS_MDIO, HNS, HNS_DSAF, HNS_ENET, MDIO_HISI_FEMAC
+
+  [ Ben Hutchings ]
+  * Update config for 4.8:
+    - Enable HID_LED as module instead of USB_LED
+    - Enable BH1780 as module instead of SENSORS_BH1780
+    - [alpha] Enable RTC_CLASS and RTC_DRV_ALPHA instead of GEN_RTC
+    - [armhf] Rename omapdrm display config symbols
+    - [armhf] Enable IIO_ST_ACCEL_3AXIS as module instead of LIS3L02DQ
+    - [hppa] Enable RTC_CLASS and RTC_DRV_GENERIC instead of GEN_RTC
+  * liblockdep: Stop trying to build packages, as it failed to build again
+  * linux-doc: Build and install HTML pages from reStructuredText sources
+    - Add python-sphinx and python-sphinx-rtd-theme to Build-Depends-Indep
+    - Install files from both HTML output directories into the package
+    - Exclude RST sources from the package
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 07 Sep 2016 21:52:47 +0100
+
+linux (4.7.8-1) unstable; urgency=high
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.7.7
+    - cpuset: handle race between CPU hotplug and cpuset_hotplug_work
+    - cgroup: fix invalid controller enable rejections with cgroup namespace
+    - scripts/recordmcount.c: account for .softirqentry.text
+    - mm,ksm: fix endless looping in allocating memory when ksm enable
+    - can: dev: fix deadlock reported after bus-off
+    - [x86] init: Fix cr4_init_shadow() on CR4-less machines
+    - drm/udl: fix line iterator in damage handling
+    - drm/nouveau/fifo/nv04: avoid ramht race against cookie insertion
+    - drm/radeon/si/dpm: add workaround for for Jet parts
+    - [armel,armhf] 8616/1: dt: Respect property size when parsing CPUs
+    - [armel,armhf] 8617/1: dma: fix dma_max_pfn()
+    - mwifiex: illegal assignment
+    - i40e: avoid null pointer dereference
+    - pinctrl: Flag strict is a field in struct pinmux_ops
+    - i2c: mux: demux-pinctrl: run properly with multiple instances
+    - rcuperf: Don't treat gp_exp mis-setting as a WARN
+    - [armhf,arm64] drivers/perf: arm_pmu: Fix leak in error path
+    - perf/core: Use this_cpu_ptr() when stopping AUX events
+    - [armhf,arm64] mmc: tegra: Only advertise UHS modes if IO regulator is
+      present
+    - nvmem: Declare nvmem_cell_read() consistently
+    - hwmon: (adt7411) set bit 3 in CFG1 register
+    - sched/cputime: Fix prev steal time accouting during CPU hotplug
+    - iwlwifi: mvm: checksum IPv6 fragmented packet
+    - iwlwifi: mvm: fix txq aggregation bug
+    - iwlwifi: mvm: write the correct internal TXF index
+    - iwlwifi: mvm: unmap the paging memory before freeing it
+    - iwlwifi: pcie: fix access to scratch buffer
+    - iwlwifi: mvm: free RX reorder buffer on restart
+    - iwlwifi: mvm: avoid harmless -Wmaybe-uninialized warning
+    - iwlwifi: mvm: don't use ret when not initialised
+    - [armhf] usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame()
+    - mac80211: check skb_linearize() return value
+    - i40iw: Protect req_resource_num update
+    - i40iw: Add missing check for interface already open
+    - i40iw: Change mem_resources pointer to a u8
+    - i40iw: Fix double free of allocated_buffer
+    - i40iw: Do not set self-referencing pointer to NULL after kfree
+    - i40iw: Avoid writing to freed memory
+    - i40iw: Add missing NULL check for MPA private data
+    - i40iw: Send last streaming mode message for loopback connections
+    - i40iw: Update hw_iwarp_state
+    - i40iw: Receive notification events correctly
+    - batman-adv: Add missing refcnt for last_candidate
+    - batman-adv: fix elp packet data reservation
+    - [armhf,arm64] irqchip/gicv3: Silence noisy DEBUG_PER_CPU_MAPS warning
+    - [armhf] 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7
+    - [arm64] debug: avoid resetting stepping state machine when TIF_SINGLESTEP
+    - [mips*] uprobes: remove incorrect set_orig_insn
+    - [mips*] fix uretprobe implementation
+    - [mips*/*-malta] Fix IOCU disable switch read for MIPS64
+    - [mips*] uprobes: fix use of uninitialised variable
+    - printk: fix parsing of "brl=" option
+    - Bluetooth: split sk_filter in l2cap_sock_recv_cb
+    - tpm: fix byte-order for the value read by tpm2_get_tpm_pt
+    - regulator: pwm: Fix regulator ramp delay for continuous mode
+    - [arm64] regulator: qcom_spmi: Add support for S4 supply on pm8941
+    - [arm64] regulator: qcom_spmi: Add support for get_mode/set_mode on
+      switches
+    - [arm64] regulator: qcom_spmi: Update mvs1/mvs2 switches on pm8941
+    - [arm64] regulator: qcom_smd: Fix voltage ranges for pm8x41
+    - [arm64] regulator: qcom_smd: Fix voltage ranges for pma8084 ftsmps and
+      pldo
+    - [armhf] dts: imx6sx-sabreauto: Fix misspelled property
+    - [armhf] sun5i: Fix typo in trip point temperature
+    - pcmcia: ds: fix suspend/resume
+    - [armhf] hwrng: omap - Fix assumption that runtime_get_sync will always
+      succeed
+    - blk-mq: actually hook up defer list when running requests
+    - pstore: drop file opened reference count
+    - fm10k: fix incorrect index calculation in fm10k_write_reta
+    - iwlmvm: mvm: set correct state in smart-fifo configuration
+    - [armhf,arm64] em28xx-i2c: rt_mutex_trylock() returns zero on failure
+    - gspca: avoid unused variable warnings
+    - ath9k: Fix programming of minCCA power threshold
+    - qla2xxx: Fix BBCR offset
+    - fnic: pci_dma_mapping_error() doesn't return an error code
+    - tracing: Have HIST_TRIGGERS select TRACING
+    - NFS/pnfs: Do not clobber existing pgio_done_cb in nfs4_proc_read_setup
+    - svc: Avoid garbage replies when pc_func() returns rpc_drop_reply
+    - NFS: Don't drop CB requests with invalid principals
+    - pNFS/files: Fix layoutcommit after a commit to DS
+    - pNFS/flexfiles: Fix layoutcommit after a commit to DS
+    - watchdog: core: Clear WDOG_HW_RUNNING before calling the stop function
+    - xprtrdma: Remove FMRs from the unmap list after unmapping
+    - [x86] ASoC: Intel: Skylake: Fix error return code in skl_probe()
+    - brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chain
+    - brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfill
+    - brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()
+    - [powerpc*] prom: Fix sub-processor option passed to ibm,
+      client-architecture-support
+    - sysctl: handle error writing UINT_MAX to u32 fields
+    - IB/core: Fix possible memory leak in cma_resolve_iboe_route()
+    - kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscd
+    - SUNRPC: Silence WARN_ON when NFSv4.1 over RDMA is in use
+    - pNFS/flexfiles: Fix layoutstat periodic reporting
+    - lib/test_hash.c: fix warning in preprocessor symbol evaluation
+    - [x86] KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE write
+    - ceph: do not modify fi->frag in need_reset_readdir()
+    - IB/ipoib: Fix memory corruption in ipoib cm mode connect flow
+    - ath10k: fix get rx_status from htt context
+    - IB/core: Fix use after free in send_leave function
+    - regmap: rbtree: Avoid overlapping nodes
+    - scsi: ses: use scsi_is_sas_rphy instead of is_sas_attached
+    - IB/ipoib: Don't allow MC joins during light MC flush
+    - IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOV
+    - IB/mlx4: Fix code indentation in QP1 MAD flow
+    - IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOV
+    - IB/mlx5: Enable MAD_IFC commands for IB ports only
+    - IB/mlx5: Set source mac address in FTE
+    - batman-adv: remove unused callback from batadv_algo_ops struct
+    - aio: mark AIO pseudo-fs noexec
+    - dm log writes: fix bug with too large bios
+    - usb: misc: legousbtower: Fix NULL pointer deference
+    - [x86] usb: usbip: vudc: fix left shift overflow
+    - Revert "usbtmc: convert to devm_kzalloc"
+    - [x86] ALSA: hda - Adding one more ALC255 pin definition for headset
+      problem
+    - [x86] ALSA: hda - Fix headset mic detection problem for several Dell
+      laptops
+    - [x86] ALSA: hda - Add the top speaker pin config for HP Spectre x360
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.7.8
+    - [powerpc*] pseries: use pci_host_bridge.release_fn() to kfree(phb)
+    - [powerpc*] cxl: use pcibios_free_controller_deferred() when removing
+      vPHBs
+    - timekeeping: Fix __ktime_get_fast_ns() regression
+    - ALSA: ali5451: Fix out-of-bound position reporting
+    - ALSA: usb-audio: Extend DragonFly dB scale quirk to cover other variants
+    - mfd: rtsx_usb: Avoid setting ucr->current_sg.status
+    - [x86] xen: Update topology map for PV VCPUs
+    - [powerpc*] KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2
+      register
+    - [arm64] KVM: arm64: Require in-kernel irqchip for PMU support
+    - [arm64] KVM: arm/arm64: vgic: Don't flush/sync without a working vgic
+    - [powerpc*] KVM: PPC: BookE: Fix a sanity check
+    - [arm64] fix dump_backtrace/unwind_frame with NULL tsk
+    - [x86] boot: Fix kdump, cleanup aborted E820_PRAM max_pfn manipulation
+    - [x86] irq: Prevent force migration of irqs which are not in the vector
+      domain
+    - [x86] apic: Get rid of apic_version[] array
+    - [x86] arch/x86: Handle non enumerated CPU after physical hotplug
+    - [x86] dumpstack: Fix x86_32 kernel_stack_pointer() previous stack access
+    - [armhf] dts: mvebu: armada-390: add missing compatibility string and
+      bracket
+    - [arm64] dts: MSM8064 remove flags from SPMI/MPP IRQs
+    - [arm64] cpuidle: Fix error return code
+    - [x86] tpm: fix a race condition in tpm2_unseal_trusted()
+    - [x86] tpm_crb: fix crb_req_canceled behavior
+
+  [ Ben Hutchings ]
+  * net: add recursion limit to GRO (CVE-2016-7039)
+  * posix_acl: Clear SGID bit when setting file permissions (CVE-2016-7097)
+  * scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer() (CVE-2016-7425)
+
+  [ Salvatore Bonaccorso ]
+  * KEYS: Fix short sprintf buffer in /proc/keys show function (CVE-2016-7042)
+  * mm: remove gup_flags FOLL_WRITE games from __get_user_pages()
+    (CVE-2016-5195)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 19 Oct 2016 17:56:57 +0200
+
+linux (4.7.6-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.7.6
+    - [arm64] crypto: arm64/aes-ctr - fix NULL dereference in tail processing
+    - [armhf] crypto: arm/aes-ctr - fix NULL dereference in tail processing
+    - crypto: skcipher - Fix blkcipher walk OOM crash
+    - crypto: echainiv - Replace chaining with multiplication
+    - ocfs2/dlm: fix race between convert and migration
+    - ocfs2: fix start offset to ocfs2_zero_range_for_truncate()
+    - Revert "ocfs2: bump up o2cb network protocol version"
+    - autofs: use dentry flags to block walks during expire
+    - xfs: prevent dropping ioend completions during buftarg wait
+    - mm: fix the page_swap_info() BUG_ON check
+    - fsnotify: add a way to stop queueing events on group shutdown
+    - fanotify: fix list corruption in fanotify_get_response()
+    - mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accounting
+    - cgroup: duplicate cgroup reference when cloning sockets
+    - fix fault_in_multipages_...() on architectures with no-op access_ok()
+    - KEYS: Fix skcipher IV clobbering
+    - [arm64] Call numa_store_cpu_info() earlier.
+    - configfs: Return -EFBIG from configfs_write_bin_file.
+    - [armhf] mtd: nand: mxc: fix obiwan error in
+      mxc_nand_v[12]_ooblayout_free() functions
+    - mtd: spi-nor: fix wrong "fully unlocked" test
+    - reset: Return -ENOTSUPP when not configured
+    - rtc: ds1307: Fix relying on reset value for weekday
+    - [arm64] power: reset: hisi-reboot: Unmap region obtained by of_iomap
+    - mac80211: reject TSPEC TIDs (TSIDs) for aggregation
+    - fix memory leaks in tracing_buffers_splice_read()
+    - tracing: Move mutex to protect against resetting of seq data
+    - mm: delete unnecessary and unsafe init_tlb_ubc()
+    - iwlwifi: mvm: update TX queue before making a copy of the skb
+    - nl80211: validate number of probe response CSA counters
+    - btrfs: ensure that file descriptor used with subvol ioctls is a dir
+    - [x86] efi: Only map RAM into EFI page tables if in mixed-mode
+    - [x86] i2c-eg20t: fix race between i2c init and interrupt enable
+    - [armhf] i2c: mux: pca954x: retry updating the mux selection on failure
+    - [arm64] i2c: qup: skip qup_i2c_suspend if the device is already runtime
+      suspended
+    - [mips*] SMP: Fix possibility of deadlock when bringing CPUs online
+    - [mips*] Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)
+    - [mips*] Add a missing ".set pop" in an early commit
+    - [x86] mm/pat: Prevent hang during boot when mapping pages
+    - libceph: add an ONSTACK initializer for oids
+    - ceph: fix symbol versioning for ceph_monc_do_statfs
+    - ceph: Correctly return NXIO errors from ceph_llseek
+    - libceph: fix return value check in alloc_msg_with_page_vector()
+    - PM / hibernate: Restore processor state before using per-CPU variables
+    - PM / hibernate: Fix rtree_next_node() to avoid walking off list ends
+    - ixgbe: Force VLNCTRL.VFE to be set in all VMDq paths
+    - ixgbe: Re-enable ability to toggle VLAN filtering
+    - igb: fix adjusting PTP timestamps for Tx/Rx latency
+    - [armhf,arm64] soc/tegra: pmc: Don't probe PMC if early initialisation
+      fails
+    - qxl: check for kmap failures
+    - hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()
+    - iw_cxgb4: stop MPA_REPLY timer when disconnecting
+
+  [ Ben Hutchings ]
+  * debian/bin/gencontrol.py: Fix cross-build-dependencies if invoked under
+    dpkg-buildpackage
+  * linux-image: Exclude vmlinux from stripping by dh_strip (fixes FTBFS
+    on hppa)
+  * udeb: Fold core-modules into kernel-image
+  * udeb: Move nls_utf8 from fat-modules to kernel-image, as many other
+    filesystems need it but vfat no longer does
+  * of_mdio: Enable fixed PHY support if driver is a module
+  * of_mdio: select fixed phy support unconditionally
+  * [armhf] Enable driver for SolidRun ClearFog: USB_XHCI_MVEBU as module
+  * mm: memcontrol: use special workqueue for creating per-memcg caches
+
+  [ Cyril Brulebois ]
+  * Add nls_ascii to the fat-modules udeb, following the change of
+    iocharset default in 4.7.2-1. This fixes a regression with EFI-related
+    mounts within the Debian Installer. (Closes: #839552)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 07 Oct 2016 02:11:50 +0100
+
+linux (4.7.5-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.7.5
+    - [armhf] clocksource/drivers/sun4i: Clear interrupts after stopping timer
+      in probe function
+    - fscrypto: require write access to mount to set encryption policy
+    - [arm64] drm/msm: protect against faults from copy_from_user() in submit
+      ioctl
+    - bpf: fix method of PTR_TO_PACKET reg id generation
+    - ipv4: panic in leaf_walk_rcu due to stale node pointer
+    - vti: flush x-netns xfrm cache when vti interface is removed
+    - bpf: fix write helpers with regards to non-linear parts
+    - net/irda: handle iriap_register_lsap() allocation failure
+    - net/sctp: always initialise sctp_ht_iter::start_fail
+    - net: ipv6: Do not keep IPv6 addresses when IPv6 is disabled
+    - tipc: fix NULL pointer dereference in shutdown()
+    - net/mlx5: Fix pci error recovery flow
+    - net/mlx5: Added missing check of msg length in verifying its signature
+    - net/mlx5e: Use correct flow dissector key on flower offloading
+    - net sched: fix encoding to use real length
+    - udp: fix poll() issue with zero sized packets
+    - tcp: properly scale window in tcp_v[46]_reqsk_send_ack()
+    - sctp: fix overrun in sctp_diag_dump_one()
+    - tun: fix transmit timestamp support
+    - [armhf] net: dsa: bcm_sf2: Fix race condition while unmasking interrupts
+    - Revert "phy: IRQ cannot be shared"
+    - net: smc91x: fix SMC accesses
+    - bridge: re-introduce 'fix parsing of MLDv2 reports'
+    - bonding: Fix bonding crash
+    - Revert "af_unix: Fix splice-bind deadlock"
+    - af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'
+    - ipv6: release dst in ping_v6_sendmsg
+    - [arm64] bnxt_en: Fix TX push operation on ARM64.
+    - ipv6: addrconf: fix dev refcont leak when DAD failed
+    - tcp: fastopen: avoid negative sk_forward_alloc
+    - net/mlx5e: Fix parsing of vlan packets when updating lro header
+    - tcp: cwnd does not increase in TCP YeAH
+    - [powerpc*] tm: do not use r13 for tabort_syscall
+    - [powerpc*] powernv : Drop reference added by kset_find_obj()
+    - [powerpc*] sysdev: cpm: fix gpio save_regs functions
+    - [powerpc*] mm: Don't alias user region to other regions below PAGE_OFFSET
+    - [powerpc*] powernv: Fix corrupted PE allocation bitmap on releasing PE
+    - kernfs: don't depend on d_find_any_alias() when generating notifications
+    - pNFS/flexfiles: Fix an Oopsable condition when connection to the DS fails
+    - pNFS: The client must not do I/O to the DS if it's lease has expired
+    - NFSv4.1: Fix Oopsable condition in server callback races
+    - NFSv4.x: Fix a refcount leak in nfs_callback_up_net
+    - nfsd: Close race between nfsd4_release_lockowner and nfsd4_lock
+    - pNFS: Ensure LAYOUTGET and LAYOUTRETURN are properly serialised
+    - NFSv4.1: Fix the CREATE_SESSION slot number accounting
+    - kexec: fix double-free when failing to relocate the purgatory
+    - mm, mempolicy: task->mempolicy must be NULL before dropping final
+      reference
+    - ahci: disable correct irq for dummy ports
+    - audit: fix exe_file access in audit_exe_compare
+    - dm flakey: fix reads to be issued if drop_writes configured
+    - IB/hfi1,IB/qib: Fix qp_stats sleep with rcu read lock held
+    - IB/uverbs: Fix race between uverbs_close and remove_one
+    - IB/hfi1: Reset QSFP on every run through channel tuning
+    - [amd64] mm: fix cache mode of dax pmd mappings
+    - [x86] paravirt: Do not trace _paravirt_ident_*() functions
+    - [x86] AMD: Apply erratum 665 on machines without a BIOS fix
+    - [s390x] KVM: don't use current->thread.fpu.* when accessing registers
+    - [armhf,arm64] kvm-arm: Unmap shadow pagetables properly
+    - [x86] kvm: correctly reset dest_map->vector when restoring LAPIC state
+    - iio: sw-trigger: Fix config group initialization
+    - [armhf] iio: adc: rockchip_saradc: reset saradc controller before
+      programming it
+    - [armhf] iio: adc: ti_am335x_adc: Protect FIFO1 from concurrent access
+    - [armhf] iio: adc: ti_am335x_adc: Increase timeout value waiting for ADC
+      sample
+    - iio:ti-ads1015: fix a wrong pointer definition.
+    - [x86] iio: accel: bmc150: reset chip at init time
+    - iio: fix pressure data output unit in hid-sensor-attributes
+    - iio:core: fix IIO_VAL_FRACTIONAL sign handling
+    - iio: ensure ret is initialized to zero before entering do loop
+    - serial: 8250_mid: fix divide error bug if baud rate is 0
+    - serial: 8250: added acces i/o products quad and octal serial cards
+    - [armhf,arm64] usb: chipidea: udc: fix NULL ptr dereference in
+      isr_setup_status_phase
+    - USB: change bInterval default to 10 ms
+    - devpts: return NULL pts 'priv' entry for non-devpts nodes
+    - cpuset: make sure new tasks conform to the current config of the cpuset
+    - [armhf] dts: rockchip: add reset node for the exist saradc SoCs
+    - [armhf] imx6: add missing BM_CLPCR_BYP_MMDC_CH0_LPM_HS setting for imx6ul
+    - [armhf] imx6: add missing BM_CLPCR_BYPASS_PMIC_READY setting for imx6sx
+    - [armel] kirkwood: ib62x0: fix size of u-boot environment partition
+    - [armhf] OMAP3: hwmod data: Add sysc information for DSI
+    - [armel] dts: kirkwood: Fix PCIe label on OpenRD
+    - [armhf] dts: imx6qdl: Fix SPDIF regression
+    - [armhf] dts: armada-388-clearfog: number LAN ports properly
+    - dm log writes: fix check of kthread_run() return value
+    - dm crypt: fix free of bad values after tfm allocation failure
+    - dm log writes: move IO accounting earlier to fix error path
+    - dm crypt: fix error with too large bios
+    - [armhf] pinctrl: sunxi: fix uart1 CTS/RTS pins at PG on A23/A33
+    - [armhf] memory: omap-gpmc: allow probe of child nodes to fail
+    - [arm64] spinlocks: implement smp_mb__before_spinlock() as smp_mb()
+    - crypto: cryptd - initialize child shash_desc on import
+    - Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returns
+    - fuse: direct-io: don't dirty ITER_BVEC pages
+    - xhci: fix null pointer dereference in stop command timeout function
+    - brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()
+    - md-cluster: make md-cluster also can work when compiled into kernel
+    - ath9k: fix using sta->drv_priv before initializing it
+    - ath9k: bring back direction setting in ath9k_{start_stop}
+    - [x86] perf/intel: Fix PEBSv3 record drain
+    - [x86] perf/intel/cqm: Check cqm/mbm enabled state in event init
+    - [x86] perf/amd: Make HW_CACHE_REFERENCES and HW_CACHE_MISSES measure L2
+    - [x86] perf/intel/pt: Fix an off-by-one in address filter configuration
+    - [x86] perf/intel/pt: Fix kernel address filter's offset validation
+    - [x86] perf/intel/pt: Do validate the size of a kernel address filter
+    - Revert "wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel"
+    - sched/core: Fix a race between try_to_wake_up() and a woken up task
+    - ipv6: Don't unset flowi6_proto in ipxip6_tnl_xmit()
+    - efi: Make for_each_efi_memory_desc_in_map() cope with running on Xen
+    - efi/libstub: Allocate headspace in efi_get_memory_map()
+    - efi/libstub: Introduce ExitBootServices helper
+    - efi/libstub: Use efi_exit_boot_services() in FDT
+    - [x86] efi: Use efi_exit_boot_services()
+    - [powerpc,powerpcspe] Fix csum_partial_copy_generic()
+    - [powerpc,powerpcspe] Fix again csum_partial_copy_generic()
+    - [x86] drm/i915: Ignore OpRegion panel type except on select machines
+    - [x86] drm: Only use compat ioctl for addfb2 on X86/IA64
+    - svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation")
+    - genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpers
+    - fix iov_iter_fault_in_readable()
+    - [x86] fix minor infoleak in get_user_ex()
+    - [s390x] get_user() should zero on failure
+    - asm-generic: make get_user() clear the destination on errors
+    - asm-generic: make copy_from_user() zero the destination properly
+    - [alpha,hppa,mips*,powerpc,powerpcspe,sh4] make copy_from_user() zero the
+      destination properly
+
+  [ Ben Hutchings ]
+  * [hppa,mips*,powerpc*] linux-image: Strip debug symbols from vmlinux
+    (really closes: #837588)
+  * [hppa] tracing: Re-enable FTRACE
+  * [powerpc,powerpcspe,ppc64] linux-image: Suppress automatic dbgsym packages
+  * uaccess,uio: Fix ABI changes in 4.7.5
+  * ext4: Fix checksum validation for inodes with small i_extra_isize
+    (Closes: #838544, regression in 4.7.4)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 26 Sep 2016 01:48:21 +0100
+
+linux (4.7.4-2) unstable; urgency=medium
+
+  * [arm64] Revert "arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO"
+    (fixes FTBFS)
+  * [armhf] media: Disable VIDEO_V4L2_SUBDEV_API and VIDEO_OMAP3 to avoid ABI
+    change (fixes FTBFS)
+  * [hppa] Ignore ABI changes caused by disabling CONFIG_FTRACE (fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 19 Sep 2016 22:09:42 +0100
+
+linux (4.7.4-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.7.3
+    - [x86] mm: Disable preemption during CR3 read+write
+    - [x86] uprobes: Fix RIP-relative handling of EVEX-encoded instructions
+    - [x86] platform/uv: Skip UV runtime services mapping in the
+      efi_runtime_disabled case
+    - SUNRPC: Handle EADDRNOTAVAIL on connection failures
+    - SUNRPC: allow for upcalls for same uid but different gss service
+    - [x86] ALSA: hda - Manage power well properly for resume
+    - efi/capsule: Allocate whole capsule into virtual memory
+    - virtio: fix memory leak in virtqueue_add()
+    - vfio/pci: Fix NULL pointer oops in error interrupt setup handling
+    - tracing: Fix tick_stop tracepoint symbols for user export
+    - [x86] perf intel-pt: Fix occasional decoding errors when tracing
+      system-wide
+    - [amd64] libnvdimm, nd_blk: mask off reserved status bits
+    - ACPI: CPPC: Return error if _CPC is invalid on a CPU
+    - ACPI / CPPC: Prevent cpc_desc_ptr points to the invalid data
+    - genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAP
+    - genirq/msi: Make sure PCI MSIs are activated early
+    - usb: ehci: change order of register cleanup during shutdown
+    - usb: devio, do not warn when allocation fails
+    - usb: misc: usbtest: add fix for driver hang
+    - usb: misc: usbtest: usbtest_do_ioctl may return positive integer
+    - usb: dwc3: gadget: increment request->actual once
+    - usb: dwc3: gadget: fix for short pkts during chained xfers
+    - usb: dwc3: gadget: always cleanup all TRBs
+    - usb: hub: Fix unbalanced reference count/memory leak/deadlocks
+    - USB: hub: fix up early-exit pathway in hub_activate
+    - USB: hub: change the locking in hub_activate
+    - USB: validate wMaxPacketValue entries in endpoint descriptors
+    - usb/gadget: fix gadgetfs aio support.
+    - xhci: always handle "Command Ring Stopped" events
+    - usb: xhci: Fix panic if disconnect
+    - xhci: don't dereference a xhci member after removing xhci
+    - USB: serial: fix memleak in driver-registration error path
+    - uprobes: Fix the memcg accounting
+    - perf symbols: Fix annotation of objects with debuginfo files
+    - perf/core: Fix event_function_local()
+    - perf tools mem: Fix -t store option for record command
+    - iommu/dma: Don't put uninitialised IOVA domains
+    - [armhf] iommu/io-pgtable-arm-v7s: Fix attributes when splitting blocks
+    - [armhf,arm64] iommu/arm-smmu: Fix CMDQ error handling
+    - [armhf,arm64] iommu/arm-smmu: Disable stalling faults for all endpoints
+    - [armhf,arm64] iommu/arm-smmu: Don't BUG() if we find aborting STEs with
+      disable_bypass
+    - [x86] pinctrl/amd: Remove the default de-bounce time
+    - i2c: mux: demux-pinctrl: properly roll back when adding adapter fails
+    - [s390x] dasd: fix hanging device after clear subchannel
+    - mac80211: fix purging multicast PS buffer queue
+    - [arm64] kernel: avoid literal load of virtual address with MMU off
+    - [arm64] avoid TLB conflict with CONFIG_RANDOMIZE_BASE
+    - [arm64] dts: rockchip: add reset saradc node for rk3368 SoCs
+    - [arm64] kernel: Fix unmasked debug exceptions when restoring mdscr_el1
+    - of: fix reference counting in of_graph_get_endpoint_by_regs
+    - iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING"
+    - [x86] drm/amdgpu: Change GART offset to 64-bit
+    - [x86] drm/amdgpu: fix amdgpu_move_blit on 32bit systems
+    - [x86] drm/amdgpu: fix lru size grouping v2
+    - [x86] drm/amdgpu: avoid a possible array overflow
+    - [x86] drm/amdgpu: skip TV/CV in display parsing
+    - [x86] drm/amd/amdgpu: sdma resume fail during S4 on CI
+    - [x86] drm/amd/amdgpu: compute ring test fail during S4 on CI
+    - [x86] drm/amdgpu: record error code when ring test failed
+    - [x86] drm/i915: Fix iboost setting for DDI with 4 lanes on SKL
+    - [x86] drm/i915: Program iboost settings for HDMI/DVI on SKL
+    - [x86] drm/i915: Fix iboost setting for SKL Y/U DP DDI buffer translation
+      entry 2
+    - [x86] drm/i915: Acquire audio powerwell for HD-Audio registers
+    - [x86] drm/i915: fix aliasing_ppgtt leak
+    - [x86] drm/i915/vlv: Make intel_crt_reset() per-encoder
+    - [x86] drm/i915/vlv: Reset the ADPA in vlv_display_power_well_init()
+    - [x86] drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug()
+    - [x86] drm/i915: Enable polling when we don't have hpd
+    - [arm64] mfd: cros_ec: Add cros_ec_cmd_xfer_status() helper
+    - [arm64] i2c: cros-ec-tunnel: Fix usage of cros_ec_cmd_xfer()
+    - cdc-acm: fix wrong pipe type on rx interrupt xfers
+    - mpt3sas: Fix resume on WarpDrive flash cards
+    - megaraid_sas: Fix probing cards without io port
+    - dm round robin: do not use this_cpu_ptr() without having preemption
+      disabled
+    - gpio: Fix OF build problem on UM
+    - fs/seq_file: fix out-of-bounds read
+    - soft_dirty: fix soft_dirty during THP split
+    - [amd64] dax: fix device-dax region base
+    - [amd64] mm: silently skip readahead for DAX inodes
+    - btrfs: waiting on qgroup rescan should not always be interruptible
+    - btrfs: properly track when rescan worker is running
+    - btrfs: don't create or leak aliased root while cleaning up orphans
+    - Revert "floppy: fix open(O_ACCMODE) for ioctl-only open"
+    - Input: synaptics-rmi4 - fix register descriptor subpacket map construction
+    - [x86] crypto: qat - fix aes-xts key sizes
+    - USB: avoid left shift by -1
+    - usb: chipidea: udc: don't touch DP when controller is in host mode
+    - USB: fix typo in wMaxPacketSize validation
+    - usb: gadget: udc: core: don't starve DMA resources
+    - USB: serial: mos7720: fix non-atomic allocation in write path
+    - USB: serial: mos7840: fix non-atomic allocation in write path
+    - [x86] staging/lustre/llite: Close atomic_open race with several openers
+    - [x86] staging: comedi: daqboard2000: bug fix board type matching code
+    - [x86] staging: comedi: comedi_test: fix timer race conditions
+    - [x86] staging: comedi: ni_mio_common: fix AO inttrig backwards
+      compatibility
+    - [x86] staging: comedi: ni_mio_common: fix wrong insn_write handler
+    - ACPI / drivers: fix typo in ACPI_DECLARE_PROBE_ENTRY macro
+    - ACPI / drivers: replace acpi_probe_lock spinlock with mutex
+    - ALSA: line6: Remove double line6_pcm_release() after failed acquire.
+    - ALSA: line6: Give up on the lock while URBs are released.
+    - ALSA: line6: Fix POD sysfs attributes segfault
+    - hwmon: (it87) Add missing sysfs attribute group terminator
+    - hwmon: (iio_hwmon) fix memory leak in name attribute
+    - sysfs: correctly handle read offset on PREALLOC attrs
+    - SUNRPC: Fix infinite looping in rpc_clnt_iterate_for_each_xprt
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.7.4
+    - Revert "floppy: refactor open() flags handling"
+    - apparmor: fix refcount race when finding a child profile
+    - fs: Check for invalid i_uid in may_follow_link()
+    - cred: Reject inodes with invalid ids in set_create_file_as()
+    - ext4: validate that metadata blocks do not overlap superblock
+    - ext4: fix xattr shifting when expanding inodes
+    - ext4: fix xattr shifting when expanding inodes part 2
+    - ext4: properly align shifted xattrs when expanding inodes
+    - ext4: avoid deadlock when expanding inode size
+    - ext4: avoid modifying checksum fields directly during checksum
+      verification
+    - block: Fix race triggered by blk_set_queue_dying()
+    - block: make sure a big bio is split into at most 256 bvecs
+    - cgroup: reduce read locked section of cgroup_threadgroup_rwsem during fork
+    - cdc-acm: added sanity checking for probe()
+    - drm/radeon: fix radeon_move_blit on 32bit systems
+    - drm/radeon: only apply the SS fractional workaround to RS[78]80
+    - drm/atomic: Don't potentially reset color_mgmt_changed on successive
+      property updates.
+    - drm: Reject page_flip for !DRIVER_MODESET
+    - [arm64] drm/msm: fix use of copy_from_user() while holding spinlock
+    - [armhf] drm/vc4: Use drm_free_large() on handles to match its allocation.
+    - [armhf] drm/vc4: Fix overflow mem unreferencing when the binner runs dry.
+    - [armhf] drm/vc4: Fix oops when userspace hands in a bad BO.
+    - xfs: fix superblock inprogress check
+    - timekeeping: Cap array access in timekeeping_debug
+    - xenbus: don't look up transaction IDs for ordinary writes
+    - ovl: proper cleanup of workdir
+    - ovl: don't copy up opaqueness
+    - ovl: remove posix_acl_default from workdir
+    - ovl: listxattr: use strnlen()
+    - ovl: fix workdir creation
+    - mei: me: disable driver on SPT SPS firmware
+    - ubifs: Fix xattr generic handler usage
+    - ubifs: Fix assertion in layout_in_gaps()
+    - bdev: fix NULL pointer dereference
+    - bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power
+      of two.
+    - [mips*/*-malta] irqchip/mips-gic: Implement activate op for device domain
+    - vhost/scsi: fix reuse of &vq->iov[out] in response
+    - [x86] apic: Do not init irq remapping if ioapic is disabled
+    - xprtrdma: Create common scatterlist fields in rpcrdma_mw
+    - crypto: caam - fix IV loading for authenc (giv)decryption
+    - fscrypto: add authorization check for setting encryption policy
+    - fscrypto: only allow setting encryption policy on directories
+    - ALSA: firewire-tascam: accessing to user space outside spinlock
+    - ALSA: fireworks: accessing to user space outside spinlock
+    - ALSA: rawmidi: Fix possible deadlock with virmidi registration
+    - ALSA: timer: fix NULL pointer dereference in read()/ioctl() race
+    - ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUE
+    - ALSA: timer: fix NULL pointer dereference on memory allocation failure
+    - ALSA: timer: Fix zero-division by continue of uninitialized instance
+    - scsi: fix upper bounds check of sense key in scsi_sense_key_string()
+    - cpufreq: dt: Add terminate entry for of_device_id tables
+
+  [ Ben Hutchings ]
+  * [arm64] Add cpu_to_fdt32() when setting Secure Boot flag in FDT
+  * [amd64] Enable SIGNED_PE_FILE_VERIFICATION, KEXEC_FILE,
+    KEXEC_VERIFY_SIG, KEXEC_BZIMAGE_VERIFY_SIG
+  * i8042: Revert ABI break in 4.7.3
+  * mm, oom: prevent premature OOM killer invocation for high order request
+    (regression in 4.7)
+  * [arm64] pinctrl: Enable PINCTRL_SINGLE as built-in, needed for HiKey SoCs
+  * [hppa] Disable FTRACE due to huge size cost (Closes: #837588)
+  * [powerpcspe] xmon: Don't use ld on 32-bit (Closes: #836741)
+  * liblockdep-dev: Add dependency on liblockdep<version> (Closes: #837710)
+  * xen-linux-system: Relax dependency on linux-image to allow for version
+    suffix added by linux-signed
+  * [armhf] Enable drivers for Novena: MFD_STMPE as built-in; DRM_PANEL_SIMPLE,
+    MMA8452, TOUCHSCREEN_STMPE, BATTERY_SBS, BACKLIGHT_PWM, SND_SOC_IMX_ES8328
+    as modules (Closes: #837627, thanks to Vagrant Cascadian)
+  * linux-image: postrm: Make failure of rmdir on purge non-fatal
+    (Closes: #836282)
+  * [armhf] Enable drivers and options for OpenPandora console: POWER_AVS_OMAP
+    as built-in; DISPLAY_CONNECTOR_ANALOG_TV, DISPLAY_PANEL_TPO_TD043MTEA1,
+    SENSORS_TWL4030_MADC, VIDEO_OMAP3, BATTERY_TWL4030_MADC, BACKLIGHT_PANDORA,
+    HDQ_MASTER_OMAP as modules; OMAP2_DSS_DSI (Closes: #835893, thanks to
+    Vagrant Cascadian)
+  * bug script: Stop describing TAINT_UNSIGNED_MODULE as expected
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 18 Sep 2016 14:56:01 +0100
+
+linux (4.7.2-1) unstable; urgency=medium
+
+  * New upstream release: https://kernelnewbies.org/Linux_4.7
+    - media: fix airspy usb probe error path (CVE-2016-5400)
+    - libata: LITE-ON CX1-JB256-HP needs lower max_sectors (Closes: #830971)
+    - tcp: make challenge acks less predictable (CVE-2016-5696)
+  * New stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.7.1
+    - vfs: ioctl: prevent double-fetch in dedupe ioctl (CVE-2016-6516)
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.7.2
+    - [powerpc*] KVM: Book3S HV: Save/restore TM state in H_CEDE (CVE-2016-5412)
+    - audit: fix a double fetch in audit_log_single_execve_arg() (CVE-2016-6136)
+
+  [ Ben Hutchings ]
+  * sched: Enable SCHEDSTATS (Closes: #796674)
+  * Re-enable various config options disabled by name and type changes in 4.7:
+    - nfc: NFC_PN533_USB replaced NFC_PN533
+    - [armhf] dsa: NET_DSA_MV88E6XXX replaced NET_DSA_MV88E6{123,131,171}
+    - [x86] ACPI: ACPI_TABLE_UPGRADE replaced ACPI_INITRD_TABLE_OVERRIDE
+    - rxrpc: Enable RXKAD as part of af_rxrpc module
+    - [x86] 8250: Enable SERIAL_8250_FINTEK as built-in
+  * cgroups: Enable memory controller by default
+  * [armfh] udeb: Add efi-modules
+  * linux-kbuild: Include headers_install.sh and unifdef (Closes: #832359)
+  * udeb: Include cdc_ncm in nic-usb-modules (Closes: #833918)
+  * usbip: Use the locally-installed <linux/usbip.h>
+  * Exclude redundant and unreproducible files from binary packages
+    (Closes: #830268)
+    - usbip: Put all autotools-generated files in the build directory
+    - linux-headers: Exclude all .cmd files
+  * [arm*] Enable SECCOMP (Closes: #833183)
+  * [hppa] Fix automatic selection of cr16 clocksource
+  * [hppa] Fix order of EREFUSED define in errno.h
+  * aufs: Update support patches to aufs4.7-20160822 (Closes: #834764)
+  * [powerpc*] ipmi: Enable IPMI_POWERNV as module (Closes: #833861)
+  * kbuild: Do not use hyphen in exported variable name (Closes: #833561)
+  * fat: Mitigate the lack of UTF-8 case folding by enabling
+    FAT_DEFAULT_UTF8 and setting FAT_DEFAULT_IOCHARSET to "ascii"
+    (Closes: #833238)
+  * [arm64] Add support for securelevel and Secure Boot (Closes: #831827,
+    thanks to Linn Crosetto):
+    - efi: Disable secure boot if shim is in insecure mode
+    - Add kernel config option to set securelevel when in Secure Boot mode
+    - Enable EFI_SECURE_BOOT_SECURELEVEL
+  * tcp: fix use after free in tcp_xmit_retransmit_queue() (CVE-2016-6828)
+  * aacraid: Check size values after double-fetch from user (CVE-2016-6480)
+  * liblockdep: Move dummy definition of prandom_u32() to fix missing
+    declaration
+  * debian/rules.real: Avoid error message when usbip's config.h doesn't exist
+
+  [ Martin Michlmayr ]
+  * [armhf] Enable MMC_SDHCI_IPROC and HW_RANDOM_BCM2835 for BCM2835.
+  * [arm64] Add USB support for NVIDIA Jetson TX1 Developer Kit:
+    - pinctrl: max77620: add pincontrol driver for MAX77620/MAX20024
+    - gpio: max77620: add gpio driver for MAX77620/MAX20024
+    - gpio: max77620: Configure interrupt trigger level
+    - gpio: max77620: use the new open drain callback
+    - gpio: max77620: get gpio value based on direction
+    - arm64: tegra: Add PMIC support on Jetson TX1
+    - arm64: tegra: p2597: Add SDMMC power supplies
+    - arm64: tegra: Add DSI panel on Jetson TX1
+    - arm64: tegra: Add Tegra210 XUSB pad controller
+    - arm64: tegra: Add Tegra210 XUSB controller
+    - arm64: tegra: Enable debug serial on Jetson TX1
+    - arm64: tegra: Enable XUSB controller on Jetson TX1
+    - arm64: tegra: Correct Tegra210 XUSB mailbox interrupt
+  * [arm64] Enable REGULATOR_FIXED_VOLTAGE.
+  * [arm64] Enable ARM64_ERRATUM_834220.
+  * [arm64] Build in SERIAL_TEGRA.
+  * [arm64] Enable REGULATOR_PWM, DRM_PANEL_SIMPLE, BACKLIGHT_GENERIC
+    and BACKLIGHT_LP855X for Jetson TX1.
+  * [arm64] Enable BATTERY_BQ27XXX, MFD_CROS_EC_I2C, I2C_CROS_EC_TUNNEL
+    for Google Pixel C.
+  * [arm64] Enable more Qualcomm options: PINCTRL_QCOM_SPMI_PMIC,
+    SPMI_MSM_PMIC_ARB, QCOM_SPMI_IADC, QCOM_SPMI_VADC, MFD_SPMI_PMIC,
+    REGULATOR_QCOM_SPMI, QCOM_SPMI_TEMP_ALARM, CHARGER_QCOM_SMBB,
+    USB_CHIPIDEA, USB_HSIC_USB3503, RTC_DRV_PM8XXX, EXTCON_USB_GPIO,
+    QCOM_COINCELL, and INPUT_PM8941_PWRKEY.
+
+  [ Uwe Kleine-König ]
+  * Fix perf to be able to find debug info based on build-id. (Closes:
+    #833096)
+
+  [ Nicolas LE CAM ]
+  * [amd64] Suggest grub-efi-amd64 instead of grub-efi dummy transitionnal
+    package (Closes: #835459)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 28 Aug 2016 15:56:10 +0100
+
+linux (4.7~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Aurelien Jarno ]
+  * [mipsel] Remove loongson-2e and loongson-2f flavours (Closes: #827790).
+  * [mipsel/4kc-malta, mipsel/5kc-malta] Build for R2 ISA.
+
+  [ Martin Michlmayr ]
+  * [armhf, arm64] Enable DRM_TEGRA_STAGING.
+
+  [ Ben Hutchings ]
+  * [x86] KASLR, power: Remove x86 hibernation restrictions
+  * fanotify: Enable FANOTIFY_ACCESS_PERMISSIONS (Closes: #690737)
+    - Warn and taint kernel if this feature is actually used
+  * Define Auto-Built-Package field when running dpkg-gencontrol, as dpkg-source
+    doesn't like to see it in debian/control
+  * debian/lib/python/debian_linux/debian.py: Handle packages with only short
+    descriptions
+  * Change names and descriptions of linux-image debug symbol packages to match
+    debhelper
+
+  [ Bastian Blank ]
+  * Mark debug symbols packages to move them into the debug archive.
+  * Build debug symbols for all images.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 14 Jul 2016 13:35:22 +0100
+
+linux (4.7~rc4-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [armel] Disable module signing for all flavours (fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 21 Jun 2016 00:41:23 +0100
+
+linux (4.7~rc3-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * bug script: Put binary package name and version in the info file so
+    linux-signed can easily replace them
+  * Move merge_packages function from debian/bin/gencontrol.py to
+    gencontrol module
+  * udeb: Drop packages for modules that will later be signed
+  * linux-image: Add '-unsigned' suffix to packages with modules that will
+    later be signed
+    - Add Conflicts and Replaces relations to signed packages (Closes: #827618)
+  * [rt] Disable until it is updated for 4.7 or later
+  * cpupower: Bump soname version and rename library package accordingly
+  * debian/rules.d/Makefile: Override architecture detection when building
+    userland headers
+  * linux-cpupower: Define PACKAGE_BUGREPORT to refer to reportbug, not upstream
+  * debian/README.source: Document the supported build profiles
+  * debian/control: Fix build-dependencies for cross-building
+    - Add workaround for libdpkg-perl bugs #827628, #827633
+  * Add support for the nopython build profile, disabling the linux-perf package
+  * Fix build rules for userland tools to support cross-building
+
+  [ Martin Michlmayr ]
+  * [armhf, arm64] Enable PHY_TEGRA_XUSB and USB_XHCI_TEGRA.
+  * [arm64] Enable MAX77620 and PCA9539 which are required by Jetson TX1.
+  * [arm64] Enable TEGRA210_ADMA.
+  * [arm64] Enable THERMAL.
+  * [armhf] Enable TEGRA_SOCTHERM.
+  * [armhf] Enable SPI_TEGRA114.
+  * [arm64] Enable more QCOM options (QCOM_SMP2P, QCOM_SMSM, QCOM_WCNSS_CTRL,
+    PHY_QCOM_UFS, QCOM_QFPROM).
+
+  [ Aurelien Jarno ]
+  * [ppc64*] Enable SPAPR_TCE_IOMMU, VFIO and VFIO_PCI (Closes: #826367).
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 18 Jun 2016 23:50:39 +0100
+
+linux (4.6.4-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.6.4
+    - net_sched: fix pfifo_head_drop behavior vs backlog
+    - act_ipt: fix a bind refcnt leak
+    - net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUG
+    - sit: correct IP protocol used in ipip6_err
+    - esp: Fix ESN generation under UDP encapsulation
+    - netem: fix a use after free
+    - ipmr/ip6mr: Initialize the last assert time of mfc entries.
+    - Bridge: Fix ipv6 mc snooping if bridge has no ipv6 address
+    - sock_diag: do not broadcast raw socket destruction
+    - bpf, perf: delay release of BPF prog after grace period
+    - neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()
+    - AX.25: Close socket connection on session completion
+    - [powerpc] crypto: vmx - Increase priority of aes-cbc cipher
+    - crypto: user - re-add size check for CRYPTO_MSG_GETALG
+    - USB: uas: Fix slave queue_depth not being set
+    - usb: quirks: Fix sorting
+    - usb: quirks: Add no-lpm quirk for Acer C120 LED Projector
+    - [armhf] usb: musb: only restore devctl when session was set in backup
+    - [armhf] usb: musb: Stop bulk endpoint while queue is rotated
+    - [armhf] usb: musb: Ensure rx reinit occurs for shared_fifo endpoints
+    - [armhf] usb: musb: host: correct cppi dma channel for isoch transfer
+    - xhci: Cleanup only when releasing primary hcd
+    - usb: xhci-plat: properly handle probe deferral for devm_clk_get()
+    - USB: xhci: Add broken streams quirk for Frescologic device id 1009
+    - xhci: Fix handling timeouted commands on hosts in weird states.
+    - USB: mos7720: delete parport
+    - usb: gadget: fix spinlock dead lock in gadgetfs
+    - [arm64, armhf] usb: host: ehci-tegra: Grab the correct UTMI pads reset
+    - usb: dwc3: exynos: Fix deferred probing storm.
+
+  [ Uwe Kleine-König ]
+  * Cherry pick patches for rtc-s35390a from next. (Closes: #794266)
+
+  [ Salvatore Bonaccorso ]
+  * apparmor: fix oops, validate buffer size in apparmor_setprocattr()
+    (CVE-2016-6187)
+
+  [ Ben Hutchings ]
+  * bridge: Fix ABI change in 4.6.4
+  * [rt] Update to 4.6.4-rt6 (no functional change)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 18 Jul 2016 21:57:31 +0200
+
+linux (4.6.3-1) unstable; urgency=medium
+
+  [ Ben Hutchings ]
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.6.3
+    - scsi_lib: correctly retry failed zero length REQ_TYPE_FS commands
+    - scsi: Add QEMU CD-ROM to VPD Inquiry Blacklist
+    - netlink: Fix dump skb leak/double free
+    - tipc: fix nametable publication field in nl compat
+    - switchdev: pass pointer to fib_info instead of copy
+    - tuntap: correctly wake up process during uninit
+    - bpf: Use mount_nodev not mount_ns to mount the bpf filesystem
+    - udp: prevent skbs lingering in tunnel socket queues
+    - uapi glibc compat: fix compilation when !__USE_MISC in glibc
+    - bpf, inode: disallow userns mounts
+    - [armhf] net: mvneta: Fix lacking spinlock initialization
+    - net: hwbm: Fix unbalanced spinlock in error case
+    - sfc: on MC reset, clear PIO buffer linkage in TXQs
+    - team: don't call netdev_change_features under team->lock
+    - net: alx: use custom skb allocator
+    - net: stmmac: Fix incorrect memcpy source memory
+    - vxlan: Accept user specified MTU value when create new vxlan link
+    - net: nps_enet: Disable interrupts before napi reschedule
+    - bpf, trace: use READ_ONCE for retrieving file ptr
+    - tcp: record TLP and ER timer stats in v6 stats
+    - bridge: Don't insert unnecessary local fdb entry on changing mac address
+    - l2tp: fix configuration passed to setup_udp_tunnel_sock()
+    - ipv6: Skip XFRM lookup if dst_entry in socket cache is valid
+    - [armhf,arm64] KVM: vgic-v2: Clear all dirty LRs
+    - [armhf,arm64] KVM: vgic-v3: Clear all dirty LRs
+    - [x86] KVM: fix OOPS after invalid KVM_SET_DEBUGREGS
+    - KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi
+    - [arm*] drivers/perf: arm_pmu: Defer the setting of __oprofile_cpu_pmu
+    - [x86] ALSA: hda - Add PCI ID for Kabylake
+    - [x86] ALSA: hda - Fix headset mic detection problem for Dell machine
+    - ALSA: hda/realtek - ALC256 speaker noise issue
+    - ALSA: hda/realtek - Add support for new codecs ALC700/ALC701/ALC703
+    - [x86] ALSA: hda/realtek: Add T560 docking unit fixup
+    - [armhf] fix PTRACE_SETVFPREGS on SMP systems
+    - gpio: bail out silently on NULL descriptors
+    - gpiolib: Fix NULL pointer deference
+    - gpiolib: Fix unaligned used of reference counters
+    - [s390x] bpf: fix recache skb->data/hlen for skb_vlan_push/pop
+    - [s390x] bpf: reduce maximum program size to 64 KB
+    - [armhf,arm64] irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding mask
+    - [x86] crypto: ccp - Fix AES XTS error for request sizes above 4096
+    - [arm64] Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasks
+    - [arm64] mm: always take dirty state from new pte in ptep_set_access_flags
+    - [powerpc*] pseries/eeh: Handle RTAS delay requests in configure_bridge
+    - [powerpc*] Fix definition of SIAR and SDAR registers
+    - [powerpc*] Use privileged SPR number for MMCR2
+    - [powerpc*] pseries: Add POWER8NVL support to
+      ibm,client-architecture-support call
+    - [powerpc*] mm/hash: Fix the reference bit update when handling hash fault
+    - [hppa] Fix pagefault crash in unaligned __get_user() call
+    - memcg: add RCU locking around css_for_each_descendant_pre() in
+      memcg_offline_kmem()
+    - wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel
+    - mm: thp: broken page count after commit aa88b68c3b1d
+    - [x86] entry/traps: Don't force in_interrupt() to return true in IST
+      handlers
+    - fix d_walk()/non-delayed __d_free() race
+    - [sparc64] Reduce TLB flushes during hugepte changes
+    - [sparc64] Take ctx_alloc_lock properly in hugetlb_setup().
+    - [sparc64] Harden signal return frame checks.
+    - [sparc64] Fix return from trap window fill crashes.
+    - drm/core: Do not preserve framebuffer on rmfb, v4.
+    - [x86] Revert "drm/i915: Exit cherryview_irq_handler() after one pass"
+    - gpio: make sure gpiod_to_irq() returns negative on NULL desc
+  * [powerpc*] tm: Always reclaim in start_thread() for exec() class syscalls
+    (CVE-2016-5828)
+
+  [ Salvatore Bonaccorso ]
+  * HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commands
+    (CVE-2016-5829)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 04 Jul 2016 20:10:24 +0200
+
+linux (4.6.2-2) unstable; urgency=medium
+
+  * [mips*] Fix ABI changes in 4.6.2
+  * [rt] Update to 4.6.2-rt5:
+    - mm/memcontrol: mem_cgroup_migrate() - replace another local_irq_disable()
+      w. local_lock_irq()
+  * KEYS: potential uninitialized variable (CVE-2016-4470)
+  * percpu: fix synchronization between chunk->map_extend_work and chunk
+    destruction (CVE-2016-4794)
+  * percpu: fix synchronization between synchronous map extension and
+    chunk destruction (CVE-2016-4794)
+  * netfilter: x_tables: Fix parsing of IPT_SO_SET_REPLACE blobs
+    (CVE-2016-4997, CVE-2016-4998)
+    - don't move to non-existent next rule
+    - validate targets of jumps
+    - add and use xt_check_entry_offsets
+    - kill check_entry helper
+    - assert minimum target size
+    - add compat version of xt_check_entry_offsets
+    - check standard target size too
+    - check for bogus target offset
+    - validate all offsets and sizes in a rule
+    - don't reject valid target size on some
+    - arp_tables: simplify translate_compat_table args
+    - ip_tables: simplify translate_compat_table args
+    - ip6_tables: simplify translate_compat_table args
+    - xt_compat_match_from_user doesn't need a retval
+    - do compat validation via translate_table
+    - introduce and use xt_copy_counters_from_user
+  * Ignore ABI change in x_tables
+  * nfsd: check permissions when setting ACLs (CVE-2016-1237)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 25 Jun 2016 11:22:27 +0200
+
+linux (4.6.2-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.6.2
+    - f2fs: fix deadlock when flush inline data
+    - [mips*] math-emu: Fix jalr emulation when rd == $0
+    - [mips*] Avoid using unwind_stack() with usermode
+    - [mips*] Fix siginfo.h to use strict posix types
+    - [mips*] Fix uapi include in exported asm/siginfo.h
+    - [mips*] Fix watchpoint restoration
+    - [mips*] Flush highmem pages in __flush_dcache_page
+    - [mips*] Handle highmem pages in __update_cache
+    - [mips*] Sync icache & dcache in set_pte_at
+    - [mips*] Reserve nosave data for hibernation
+    - [mips*el/loongson-3] Reserve 32MB for RS780E integrated GPU
+    - [mips*] Use copy_s.fmt rather than copy_u.fmt
+    - [mips*] Prevent "restoration" of MSA context in non-MSA kernels
+    - [mips*] ptrace: Fix FP context restoration FCSR regression
+    - [mips*] ptrace: Prevent writes to read-only FCSR bits
+    - [mips*] lib: Mark intrinsics notrace
+    - [mips*] VDSO: Build with `-fno-strict-aliasing'
+    - affs: fix remount failure when there are no options changed
+    - ASoC: ak4642: Enable cache usage to fix crashes on resume
+    - Input: uinput - handle compat ioctl for UI_SET_PHYS
+    - Input: xpad - move pending clear to the correct location
+    - Input: xpad - prevent spurious input from wired Xbox 360 controllers
+    - [armhf] sun4i: dt: Enable dram gate 5 (tve0 clock) for simplefb TV output
+    - [armhf] sun7i: dt: Enable dram gate 5 (tve0 clock) for simplefb TV output
+    - [armhf] mvebu: fix GPIO config on the Linksys boards
+    - [armhf] dts: exynos: Add interrupt line to MAX8997 PMIC on
+      exynos4210-trats
+    - ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards.
+    - ath10k: fix firmware assert in monitor mode
+    - ath10k: fix rx_channel during hw reconfigure
+    - ath10k: fix kernel panic, move arvifs list head init before htt init
+    - ath5k: Change led pin configuration for compaq c700 laptop
+    - [armhf] hwrng: exynos - Fix unbalanced PM runtime put on timeout
+      error path
+    - rtlwifi: Fix logic error in enter/exit power-save mode
+    - rtlwifi: pci: use dev_kfree_skb_irq instead of kfree_skb in
+      rtl_pci_reset_trx_ring
+    - Revert "lpfc: Delete unnecessary checks before the function call
+      mempool_destroy"
+    - aacraid: Start adapter after updating number of MSIX vectors
+    - aacraid: Relinquish CPU during timeout wait
+    - aacraid: Fix for aac_command_thread hang
+    - aacraid: Fix for KDUMP driver hang
+    - regulator: Try to resolve regulators supplies on registration
+    - hwmon: (ads7828) Enable internal reference
+    - [x86] mfd: intel_quark_i2c_gpio: Remove clock tree on error path
+    - [x86] mfd: intel-lpss: Save register context on suspend
+    - [x86] mfd: intel_soc_pmic_core: Terminate panel control GPIO lookup
+      table correctly
+    - PM / Runtime: Fix error path in pm_runtime_force_resume()
+    - cpuidle: Indicate when a device has been unregistered
+    - cpuidle: Fix cpuidle_state_is_coupled() argument in cpuidle_enter()
+    - [armhf] clk: bcm2835: Fix PLL poweron
+    - [armhf] clk: bcm2835: pll_off should only update CM_PLL_ANARST
+    - [armhf] clk: bcm2835: divider value has to be 1 or more
+    - [armhf] clk: bcm2835: correctly enable fractional clock support
+    - [armhf] pinctrl: exynos5440: Use off-stack memory for pinctrl_gpio_range
+    - PCI: Disable all BAR sizing for devices with non-compliant BARs
+    - media: v4l2-compat-ioctl32: fix missing reserved field copy in
+      put_v4l2_create32
+    - PKCS#7: fix missing break on OID_sha224 case
+    - mm: use phys_addr_t for reserve_bootmem_region() arguments
+    - mm/compaction.c: fix zoneindex in kcompactd()
+    - wait/ptrace: assume __WALL if the child is traced
+    - batman-adv: Fix double neigh_node_put in batadv_v_ogm_route_update
+    - [powerpc*] book3s64: Fix branching to OOL handlers in relocatable kernel
+    - [powerpc*] eeh: Don't report error in eeh_pe_reset_and_recover()
+    - [powerpc*] Revert "powerpc/eeh: Fix crash in eeh_add_device_early()
+      on Cell"
+    - [powerpc*] eeh: Restore initial state in eeh_pe_reset_and_recover()
+    - xen/events: Don't move disabled irqs
+    - xen: use same main loop for counting and remapping pages
+    - sunrpc: fix stripping of padded MIC tokens
+    - [x86] drm/gma500: Fix possible out of bounds read
+    - [x86] drm/vmwgfx: Kill some lockdep warnings
+    - [x86] drm/amdgpu: use drm_mode_vrefresh() rather than mode->vrefresh
+    - [x86] drm/amdgpu: Fix hdmi deep color support.
+    - [x86] drm/i915/fbdev: Fix num_connector references in
+      intel_fb_initial_config()
+    - drm/fb_helper: Fix references to dev->mode_config.num_connector
+    - [x86] drm/i915: Discard previous atomic state on resume if connectors
+      change
+    - drm/atomic: Verify connector->funcs != NULL when clearing states
+    - Bluetooth: 6lowpan: Fix memory corruption of ipv6 destination address
+    - [x86] drm/i915/psr: Try to program link training times correctly
+    - [x86] drm/i915: Respect DP++ adaptor TMDS clock limit
+    - [x86] drm/i915: Enable/disable TMDS output buffers in DP++ adaptor
+      as needed
+    - [x86] drm/i915: Don't leave old junk in ilk active watermarks on readout
+    - [x86] drm/i915: Fix watermarks for VLV/CHV
+    - [armhf] drm/imx: Match imx-ipuv3-crtc components using device node in
+      platform data
+    - [x86] drm/i915: Pass the correct crtc state to .update_plane()
+    - ext4: fix data exposure after a crash
+    - ext4: fix hang when processing corrupted orphaned inode list
+    - ext4: clean up error handling when orphan list is corrupted
+    - ext4: fix check of dqget() return value in ext4_ioctl_setproject()
+    - ext4: fix oops on corrupted filesystem
+    - ext4: address UBSAN warning in mb_find_order_for_block()
+    - nfs: avoid race that crashes nfs_init_commit
+    - PM / sleep: Handle failures in device_suspend_late() consistently
+    - mm: thp: avoid false positive VM_BUG_ON_PAGE in page_move_anon_rmap()
+    - xfs: disallow rw remount on fs with unknown ro-compat features
+    - xfs: Don't wrap growfs AGFL indexes
+    - xfs: remove xfs_fs_evict_inode()
+    - xfs: xfs_iflush_cluster fails to abort on error
+    - xfs: fix inode validity check in xfs_iflush_cluster
+    - xfs: skip stale inodes in xfs_iflush_cluster
+    - [armhf] drm: msm: remove unused variable
+    - IB/hfi1: Fix hard lockup due to not using save/restore spin lock
+    - regulator: Fix deadlock during regulator registration
+
+  [ Ben Hutchings ]
+  * [armel,armhf,sh4] linux-image: Do not suggest fdutils
+  * liblockdep: Reduce MAX_LOCK_DEPTH to avoid overflowing lock_chain::depth
+  * liblockdep: Fix 'unused value' warnings
+  * liblockdep: Fix 'set but not used' warnings
+  * liblockdep: Fix 'defined but not used' warning for init_utsname()
+
+  [ Salvatore Bonaccorso ]
+  * Stack overflow via ecryptfs and /proc/$pid/environ (CVE-2016-1583)
+    - proc: prevent stacking filesystems on top
+    - ecryptfs: forbid opening files without mmap handler
+    - sched: panic on corrupted stack end
+  * tipc: fix an infoleak in tipc_nl_compat_link_dump (CVE-2016-5243)
+  * rds: fix an infoleak in rds_inc_info_copy (CVE-2016-5244)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 15 Jun 2016 21:32:54 +0200
+
+linux (4.6.1-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.6.1
+
+  [ Ben Hutchings ]
+  * [mips*r6*] Disable these architectures until dak recognises them as valid
+    in the control file
+  * linux-image: Rewrite maintainer scripts in shell, using the new
+    linux-update-symlinks and linux-check-removal commands
+    (Closes: #692333, #815850).  Drop support for minimal_swap, no_symlinks,
+    use_hard_links and *_hook parameters in  /etc/kernel-img.conf
+    (Closes: #730073).  Remove now-redundant debconf templates.
+  * linux-image: postrm: Update default symlinks before running hook scripts
+  * linux-image: Make a newly installed kernel the default if the package
+    was previously removed
+  * mtd: Disable slram and phram when securelevel is enabled
+  * debian/patches/features/all/rt/genpatch.py: Use Python 3
+  * debian/patches/features/all/rt/genpatch.py: Fix mapping of -rt version to
+    upstream version
+  * debian/patches/features/all/rt/genpatch.py: Use upstream tarball directly
+  * debian/patches/features/all/rt/genpatch.py: Use stable URLs in patch Origin
+    headers
+  * [rt] Update to 4.6.1-rt3:
+    - trace: correct off by one while recording the trace-event
+    - sched,preempt: Fix preempt_count manipulations
+    - kernel/rtmutex: only warn once on a try lock from bad
+    - locallock: add local_lock_on()
+    - kernel/printk: Don't try to print from IRQ/NMI region
+    - mm: perform lru_add_drain_all() remotely
+  * debian/control: Drop obsolete versioned Depends and Breaks
+  * linux-libc-dev: Drop obsolete Replaces/Conflicts with linux-kernel-headers
+  * debian/control: Update policy version to 3.9.8; no changes required
+  * Disable MODULE_SIG for architectures not supported by linux-signed
+  * Set ABI to 1
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 06 Jun 2016 18:13:57 +0100
+
+linux (4.6-1~exp2) experimental; urgency=medium
+
+  [ Ben Hutchings ]
+  * [tilegx] Build a linux-libc-dev package (Closes: #824524; thanks to
+    Helmut Grohne)
+  * [tilegx] linux-libc-dev: Install <arch/*> headers in arch-specific
+    directory (Closes: #823632; thanks to Helmut Grohne)
+  * [rt] Update to 4.6-rc7-rt1 and re-enable
+    - Override SYSTEM_TRUSTED_KEYS to work from the source_rt directory
+  * Fold debian/config/README into debian/README.source
+  * debian/README.source: Rewrite and expand explanation of kernel config file
+    construction
+  * aufs: Update support patches to aufs4.6-20160523
+    - mmap: Fix use-after-free in remap_file_pages(2)
+  * [mips*] Change NFS and various storage and network drivers from built-in
+    to modules
+  * 8139too: Use same configuration on all architectures: enable
+    8139TOO_TUNE_TWISTER, 8139TOO_8129 and disable 8139TOO_PIO
+  * [mipsn32{,r6}{,el}] Build linux-libc-dev and tools packages
+  * [mips{,64}r6{,el}] Add kernel flavours for the Malta platform; build
+    linux-libc-dev and tools packages (Closes: #825024; thanks to YunQiang Su)
+  * [mips*/*-malta] udeb: Add ata-modules package
+  * linux-image: Stop setting $STEM in environment for maintainer script hooks
+  * linux-image: Add workaround for bug #817083 in debconf
+  * linux-image: prerm: Allow removal of running kernel if we can't ask debconf
+    questions (Closes: #825423)
+  * linux-image: prerm: Ignore version of running kernel inside a container or
+    chroot
+  * [s390] udeb: Drop all packages, since s390 no longer has its own kernel
+  * udeb: Drop packages for modules that will later be signed; these packages
+    will be taken over by src:linux-signed
+
+  [ Aurelien Jarno ]
+  * [mips64{,el}] Set CPU to MIPS64 R2.
+  * [mips] Set CPU to MIPS32/64 R2.
+
+  [ Martin Michlmayr ]
+  * [armhf] Enable more NVIDIA Tegra options (TEGRA_IOMMU_SMMU,
+    ARM_TEGRA_DEVFREQ, SND_SOC_TEGRA_*).
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 30 May 2016 04:44:45 +0100
+
+linux (4.6-1~exp1) experimental; urgency=medium
+
+  * New upstream release: http://kernelnewbies.org/Linux_4.6
+
+  [ Ben Hutchings ]
+  * Re-apply "[media] videobuf2-v4l2: Verify planes array in buffer dequeueing",
+    reverted upstream in 4.6
+  * [arm64] Enable RANDOMIZE_BASE (kASLR)
+  * [armhf] dsa: Enable NET_DSA_MV88E6123 as module, replacing
+    NET_DSA_MV88E6123_61_65
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 17 May 2016 02:39:47 +0100
+
+linux (4.6~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [hppa] Enable MLONGCALLS (fixes FTBFS)
+  * [alpha] fs: Disable BINFMT_EM86 (obsoleted by binfmt_misc; fixes FTBFS)
+
+  [ Aurelien Jarno ]
+  * [mips*/octeon] Enable EDAC, EDAC_MM_EDAC, EDAC_OCTEON_L2C,
+    EDAC_OCTEON_LMC, EDAC_OCTEON_PC, EDAC_OCTEON_PCI.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 09 May 2016 03:39:32 +0100
+
+linux (4.6~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [armhf] Enable EFI, RTC_DRV_EFI
+  * Update config for renaming/removal/replacement/merging/splitting of various
+    symbols
+  * *lockdep*,linux-perf: Remove '-rcN' from installation paths
+
+  [ Martin Michlmayr ]
+  * [armel, armhf] Use new Marvell CESA driver.
+  * [arm64] Enable support for NVIDIA Tegra.
+  * [arm64] udeb: Create fb-modules.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 29 Apr 2016 10:40:36 +0200
+
+linux (4.6~rc3-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * aufs: Update support patches to aufs4.x-rcN-20160328
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 14 Apr 2016 23:55:15 +0100
+
+linux (4.5.5-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.5.5
+    - decnet: Do not build routes to devices without decnet private data.
+    - route: do not cache fib route info on local routes with oif
+    - packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interface
+    - net: sched: do not requeue a NULL skb
+    - bpf/verifier: reject invalid LD_ABS | BPF_DW instruction
+    - cdc_mbim: apply "NDP to end" quirk to all Huawei devices
+    - soreuseport: fix ordering for mixed v4/v6 sockets
+    - net: use skb_postpush_rcsum instead of own implementations
+    - vlan: pull on __vlan_insert_tag error path and fix csum correction
+    - openvswitch: Orphan skbs before IPv6 defrag
+    - openvswitch: use flow protocol when recalculating ipv6 checksums
+    - net/mlx5_core: Fix soft lockup in steering error flow
+    - net/mlx5e: Device's mtu field is u16 and not int
+    - net/mlx5e: Fix minimum MTU
+    - net/mlx5e: Use vport MTU rather than physical port MTU
+    - ipv4/fib: don't warn when primary address is missing if in_dev is dead
+    - net/mlx4_en: fix spurious timestamping callbacks
+    - net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG case
+    - gre: do not pull header in ICMP error processing
+    - net_sched: introduce qdisc_replace() helper
+    - net_sched: update hierarchical backlog too
+    - sch_htb: update backlog as well
+    - sch_dsmark: update backlog as well
+    - netem: Segment GSO packets on enqueue
+    - ipv6/ila: fix nlsize calculation for lwtunnel
+    - net/mlx4_en: Fix endianness bug in IPV6 csum calculation
+    - [x86] VSOCK: do not disconnect socket when peer has shutdown SEND only
+    - net: bridge: fix old ioctl unlocked net device walk
+    - bridge: fix igmp / mld query parsing
+    - net: fix a kernel infoleak in x25 module (CVE-2016-4580)
+    - net: thunderx: avoid exposing kernel stack
+    - tcp: refresh skb timestamp at retransmit time
+    - net/route: enforce hoplimit max value
+    - ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hang
+    - ocfs2: fix posix_acl_create deadlock
+    - zsmalloc: fix zs_can_compact() integer overflow
+    - mm: thp: calculate the mapcount correctly for THP pages during WP faults
+    - [x86] crypto: qat - fix invalid pf2vf_resp_wq logic
+    - crypto: testmgr - Use kmalloc memory for RSA input
+    - ALSA: usb-audio: Quirk for yet another Phoenix Audio devices (v2)
+    - ALSA: usb-audio: Yet another Phoneix Audio device quirk
+    - ALSA: hda - Fix subwoofer pin on ASUS N751 and N551
+    - ALSA: hda - Fix white noise on Asus UX501VW headset
+    - ALSA: hda - Fix broken reconfig
+    - [armhf] spi: spi-ti-qspi: Fix FLEN and WLEN settings if bits_per_word is
+      overridden
+    - [armhf] spi: spi-ti-qspi: Handle truncated frames properly
+    - perf diff: Fix duplicated output column
+    - perf/core: Disable the event on a truncated AUX record
+    - vfs: rename: check backing inode being equal
+    - workqueue: fix rebind bound workers warning
+    - [armhf] regulator: s2mps11: Fix invalid selector mask and voltages
+      for buck9
+    - [armhf] regulator: axp20x: Fix axp22x ldo_io voltage ranges
+    - atomic_open(): fix the handling of create_error
+    - qla1280: Don't allocate 512kb of host tags
+    - tools lib traceevent: Do not reassign parg after collapse_tree()
+    - [x86] drm/i915: Update CDCLK_FREQ register on BDW after changing cdclk
+      frequency
+    - drm/radeon: fix PLL sharing on DCE6.1 (v2)
+    - [x86] drm/i915: Bail out of pipe config compute loop on LPT
+    - [x86] Revert "drm/i915: start adding dp mst audio"
+    - [x86] drm/i915/bdw: Add missing delay during L3 SQC credit programming
+    - drm/radeon: fix DP link training issue with second 4K monitor
+    - drm/radeon: fix DP mode validation
+    - [x86] drm/amdgpu: fix DP mode validation
+    - btrfs: reada: Fix in-segment calculation for reada
+    - Btrfs: fix truncate_space_check
+    - btrfs: remove error message from search ioctl for nonexistent tree
+    - btrfs: change max_inline default to 2048
+    - Btrfs: fix unreplayable log after snapshot delete + parent dir fsync
+    - Btrfs: fix file loss on log replay after renaming a file and fsync
+    - Btrfs: fix extent_same allowing destination offset beyond i_size
+    - Btrfs: fix deadlock between direct IO reads and buffered writes
+    - Btrfs: fix race when checking if we can skip fsync'ing an inode
+    - Btrfs: do not collect ordered extents when logging that inode exists
+    - btrfs: csum_tree_block: return proper errno value
+    - btrfs: do not write corrupted metadata blocks to disk
+    - Btrfs: fix invalid reference in replace_path
+    - btrfs: handle non-fatal errors in btrfs_qgroup_inherit()
+    - btrfs: fallback to vmalloc in btrfs_compare_tree
+    - Btrfs: don't use src fd for printk
+    - btrfs: Reset IO error counters before start of device replacing
+
+  [ Salvatore Bonaccorso ]
+  * tipc: check nl sock before parsing nested attributes (CVE-2016-4951)
+
+  [ Ben Hutchings ]
+  * aufs: Update support patches to aufs4.5-20160523
+    - mmap: Fix use-after-free in remap_file_pages(2)
+  * Revert "stmmac: Fix 'eth0: No PHY found' regression" (Closes: #823493)
+  * [x86] kvm:vmx: more complete state update on APICv on/off (CVE-2016-4440)
+  * USB: usbfs: fix potential infoleak in devio (CVE-2016-4482)
+  * ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMS (CVE-2016-4569)
+  * ALSA: timer: Fix leak in events via snd_timer_user_ccallback or
+    snd_timer_user_tinterrupt (CVE-2016-4578)
+  * dwc3-exynos: Fix deferred probing storm (Closes: #823552; thanks to
+    Steinar H. Gunderson)
+  * Re-apply "[media] videobuf2-v4l2: Verify planes array in buffer dequeueing",
+    reverted upstream in 4.5.5
+
+  [ Roger Shimizu ]
+  * [armhf] Enable SENSORS_PWM_FAN / PWM_SAMSUNG as module, as recommended by
+    Steinar H. Gunderson. (Closes: #824941)
+  * [armhf] For Odroid-U3 (Exynos4) support, enable ARCH_EXYNOS4 / MFD_MAX77686
+    / RTC_DRV_MAX77686 as built-in, and COMMON_CLK_MAX77686
+    / REGULATOR_MAX77686 / MMC_SDHCI_S3C as module. Thanks to
+    Vagrant Cascadian. (Closes: #825139)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 29 May 2016 22:21:11 +0100
+
+linux (4.5.4-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.5.4
+    - RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chips
+    - net/mlx5_core: Fix caching ATOMIC endian mode capability
+    - ipvs: handle ip_vs_fill_iph_skb_off failure
+    - ipvs: correct initial offset of Call-ID header search in SIP persistence
+      engine
+    - ipvs: drop first packet to redirect conntrack
+    - rtlwifi: Fix size of wireless mode variable
+    - [x86] mfd: intel-lpss: Remove clock tree on error path
+    - nbd: ratelimit error msgs after socket close
+    - null_blk: add lightnvm null_blk device to the nullb_list
+    - [arm64] ata: ahci_xgene: dereferencing uninitialized pointer in probe
+    - [armhf] wlcore: fix error handling in wlcore_event_fw_logger
+    - ath10k: fix pktlog in QCA99X0
+    - mwifiex: fix corner case association failure
+    - clk-divider: make sure read-only dividers do not write to their register
+    - [armhf] clk: rockchip: fix wrong mmc phase shift for rk3228
+    - [armhf] clk: rockchip: free memory in error cases when registering clock
+      branches
+    - [armel/versatile] clk: versatile: sp810: support reentrance
+    - [armhf] clk: sunxi: Fix sun8i-a23-apb0-clk divider flags
+    - [arm64] clk: xgene: Add missing parenthesis when clearing divider value
+    - [armhf] clk: bcm2835: fix check of error code returned by
+      devm_ioremap_resource()
+    - [armhf] pwm: omap-dmtimer: Fix inaccurate period and duty cycle
+      calculations
+    - [armhf] pwm: omap-dmtimer: Add sanity checking for load and match values
+    - [armhf] pwm: omap-dmtimer: Round load and match values rather than
+      truncate
+    - lpfc: fix misleading indentation
+    - gpiolib-acpi: Duplicate con_id string when adding it to the crs lookup
+      list
+    - ath9k: ar5008_hw_cmn_spur_mitigate: add missing mask_m & mask_p
+      initialisation
+    - mac80211: fix statistics leak if dev_alloc_name() fails
+    - tracing: Don't display trigger file for events that can't be enabled
+    - MD: make bio mergeable
+    - Minimal fix-up of bad hashing behavior of hash_64()
+    - mm: memcontrol: let v2 cgroups follow changes in system swappiness
+    - [armhf] mm, cma: prevent nr_isolated_* counters from going negative
+    - mm/zswap: provide unique zpool name
+    - propogate_mnt: Handle the first propogated copy being a slave
+      (CVE-2016-4581)
+    - modpost: fix module autoloading for OF devices with generic compatible
+      property
+    - [armhf] EXYNOS: Properly skip unitialized parent clock in power domain on
+    - [armhf] SoCFPGA: Fix secondary CPU startup in thumb2 kernel
+    - xen: Fix page <-> pfn conversion on 32 bit systems
+    - xen/balloon: Fix crash when ballooning on x86 32 bit PAE
+    - xen/evtchn: fix ring resize when binding new events
+    - HID: wacom: Add support for DTK-1651
+    - proc: prevent accessing /proc/<PID>/environ until it's ready
+    - mm: update min_free_kbytes from khugepaged after core initialization
+    - batman-adv: fix DAT candidate selection (must use vid)
+    - batman-adv: Check skb size before using encapsulated ETH+VLAN header
+    - batman-adv: Fix broadcast/ogm queue limit on a removed interface
+    - batman-adv: Reduce refcnt of removed router when updating route
+    - [x86] libnvdimm, pfn: fix memmap reservation sizing
+    - writeback: Fix performance regression in wb_over_bg_thresh()
+    - [x86] tsc: Read all ratio bits from MSR_PLATFORM_INFO
+    - [arm64] cpuidle: Pass on arm_cpuidle_suspend()'s return value
+    - [x86] sysfb_efi: Fix valid BAR address range check
+    - [arm64] dts: apq8064: add ahci ports-implemented mask
+    - ACPICA: Dispatcher: Update thread ID for recursive method calls
+    - [powerpc*] Fix bad inline asm constraint in create_zero_mask()
+    - libahci: save port map for forced port map
+    - ata: ahci-platform: Add ports-implemented DT bindings.
+    - USB: serial: cp210x: add ID for Link ECU
+    - USB: serial: cp210x: add Straizona Focusers device ids
+    - Revert "USB / PM: Allow USB devices to remain runtime-suspended when
+      sleeping"
+    - nvmem: mxs-ocotp: fix buffer overflow in read
+    - [x86] Drivers: hv: vmbus: Fix signaling logic in
+      hv_need_to_signal_on_read()
+    - [armhf] gpu: ipu-v3: Fix imx-ipuv3-crtc module autoloading
+    - [x86] drm/amdgpu: make sure vertical front porch is at least 1
+    - [x86] drm/amdgpu: set metadata pointer to NULL after freeing.
+    - [x86] iio: ak8975: Fix NULL pointer exception on early interrupt
+    - [x86] iio: ak8975: fix maybe-uninitialized warning
+    - drm/radeon: make sure vertical front porch is at least 1
+    - [x86] drm/i915: Avoid stalling on pending flips for legacy cursor updates
+    - [x86] drm/i915/ddi: Fix eDP VDD handling during booting and suspend/resume
+    - [x86] drm/i915: Fix system resume if PCI device remained enabled
+    - [x86] drm/i915: Fix eDP low vswing for Broadwell
+    - [x86] drm/i915: Make RPS EI/thresholds multiple of 25 on SNB-BDW
+    - [x86] drm/i915: Fake HDMI live status
+    - [x86] ACPI / processor: Request native thermal interrupt handling via _OSC
+
+  [ Aurelien Jarno ]
+  * [mips*] Fix PR_SET_FPMODE issues with multi-threaded programs.
+  * [i386] Stop recommending libc6-i686.
+  * [arm,x86] Fix memory corruption in KVM with THP enabled. (Closes: #821225)
+  * [mips*/octeon] Add support for byte swapped initramfs to handle u-boot and
+    kernel running with a different endianness.
+  * [mipsel/octeon] Activate flavour on mipsel.
+
+  [ Roger Shimizu ]
+  * netfilter: Enable NF_DUP_NETDEV / NFT_DUP_NETDEV / NFT_FWD_NETDEV
+    as module, as recommended by Arturo Borrero Gonzalez. (Closes: #824162)
+
+  [ Salvatore Bonaccorso ]
+  * KEYS: Fix ASN.1 indefinite length object parsing (CVE-2016-0758)
+  * net: fix infoleak in llc (CVE-2016-4485)
+  * KVM: MTRR: remove MSR 0x2f8 (CVE-2016-3713)
+
+  [ Ben Hutchings ]
+  * gencontrol.py: Fix implementation of [packages]tools config option,
+    thanks to Yves-Alexis Perez
+  * debian/control: Exclude tools from 'stage1' build profile
+  * debian/control,debian/rules: Support a 'pkg.linux.notools' build profile
+    which does not build tools packages
+  * debian/control,debian/rules,debian/rules.d: Support the 'nodoc' build
+    profile
+  * debian/control: Remove alternate build-dependency on binutils-dev that was
+    used for backports to wheezy
+  * net: fix infoleak in rtnetlink (CVE-2016-4486)
+  * nf_conntrack: avoid kernel pointer value leak in slab name
+  * vfs: do_splice_to(): cap the size before passing to ->splice_read()
+  * crypto: hash - Fix page length clamping in hash walk
+  * isofs: get_rock_ridge_filename(): handle malformed NM entries
+  * uapi glibc compat: fix compile errors when glibc net/if.h included
+    before linux/if.h (Closes: #822393)
+  * videobuf2-core: Fix crash after fixing CVE-2016-4568
+  * [armhf] Enable more Exynos drivers (Closes: #824435):
+    - drm: Enable DRM_EXYNOS as module, DRM_EXYNOS_MIXER, DRM_EXYNOS_FIMD,
+      DRM_EXYNOS_DSI, DRM_EXYNOS_DP, DRM_EXYNOS_HDMI
+    - phy: Enable PHY_EXYNOS_MIPI_VIDEO, PHY_EXYNOS_DP_VIDEO as modules
+    - cpuidle: Enable ARM_EXYNOS_CPUIDLE
+    - iio: Enable EXYNOS_ADC as module
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 16 May 2016 19:17:22 +0100
+
+linux (4.5.3-2) unstable; urgency=medium
+
+  * [s390x] PCI: Ignore zpci ABI changes; these functions are not used by
+    modules
+  * [powerpc*] Fix sstep compile on powerpcspe (Closes: #823526; thanks to
+    Lennart Sorensen)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 08 May 2016 15:03:45 +0100
+
+linux (4.5.3-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.5.3
+    - mmc: block: Use the mmc host device index as the mmcblk device index
+    - block: partition: initialize percpuref before sending out KOBJ_ADD
+    - block: loop: fix filesystem corruption in case of aio/dio
+    - [arm64] efi: Don't apply MEMBLOCK_NOMAP to UEFI memory map mapping
+    - [x86] mce: Avoid using object after free in genpool
+    - [x86] kvm: do not leak guest xcr0 into host interrupt handlers
+    - [arm*] KVM: Handle forward time correction gracefully
+    - [armhf] mvebu: Correct unit address for linksys
+    - [armhf] OMAP2: Fix up interconnect barrier initialization for DRA7
+    - [armhf] OMAP2+: hwmod: Fix updating of sysconfig register
+    - assoc_array: don't call compare_object() on a node
+    - [x86] usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 host
+    - xhci: resume USB 3 roothub first
+    - usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORT
+    - usb: xhci: fix wild pointers in xhci_mem_cleanup
+    - xhci: fix 10 second timeout on removal of PCI hotpluggable xhci
+      controllers
+    - usb: host: xhci-plat: Make enum xhci_plat_type start at a non zero value
+    - usb: hcd: out of bounds access in for_each_companion
+    - usb: gadget: f_fs: Fix use-after-free
+    - dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macros
+    - dm cache metadata: fix cmd_read_lock() acquiring write lock
+    - lib: lz4: fixed zram with lz4 on big endian machines
+    - debugfs: Make automount point inodes permanently empty
+    - dmaengine: dw: fix master selection
+    - [armhf] dmaengine: omap-dma: Fix polled channel completion detection
+      and handling
+    - dmaengine: edma: Remove dynamic TPTC power management feature
+    - mtd: nand: pxa3xx_nand: fix dmaengine initialization
+    - sched/cgroup: Fix/cleanup cgroup teardown/init
+    - [x86] EDAC, sb_edac.c: Repair damage introduced when "fixing"
+      channel address
+    - [x86] EDAC, sb_edac.c: Take account of channel hashing when needed
+    - ALSA: hda - Don't trust the reported actual power state
+    - [x86] ALSA: hda/realtek - Add ALC3234 headset mode for Optiplex 9020m
+    - ALSA: hda - Keep powering up ADCs on Cirrus codecs
+    - [x86] ALSA: hda - add PCI ID for Intel Broxton-T
+    - ALSA: pcxhr: Fix missing mutex unlock
+    - [x86] ALSA: hda - Add dock support for ThinkPad X260
+    - [x86] ALSA: hda - Update BCLK also at hotplug for i915 HSW/BDW
+    - asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()
+    - futex: Handle unlock_pi race gracefully
+    - futex: Acknowledge a new waiter in counter before plist
+    - drm/nouveau/core: use vzalloc for allocating ramht
+    - drm/qxl: fix cursor position with non-zero hotspot
+    - [x86] drm/i915: Fix race condition in intel_dp_destroy_mst_connector()
+    - Revert "drm/radeon: disable runtime pm on PX laptops without dGPU
+      power control"
+    - [armhf] Revert "PCI: imx6: Add support for active-low reset GPIO"
+    - usbvision: revert commit 588afcc1
+    - [x86] Revert "drm/amdgpu: disable runtime pm on PX laptops without dGPU
+      power control"
+    - cpufreq: intel_pstate: Fix processing for turbo activation ratio
+    - [s390x] pci: add extra padding to function measurement block
+    - iwlwifi: pcie: lower the debug level for RSA semaphore access
+    - iwlwifi: mvm: fix memory leak in paging
+    - crypto: rsa-pkcs1pad - fix dst len
+    - [x86] crypto: ccp - Prevent information leakage on export
+    - crypto: sha1-mb - use corrcet pointer while completing jobs
+    - [powerpc*] scan_features() updates incorrect bits for REAL_LE
+    - [powerpc*] Update cpu_user_features2 in scan_features()
+    - [powerpc*] Update TM user feature bits in scan_features()
+    - nl80211: check netlink protocol in socket release notification
+    - netlink: don't send NETLINK_URELEASE for unbound sockets
+    - pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffs
+    - [x86] iommu/amd: Fix checking of pci dma aliases
+    - iommu/dma: Restore scatterlist offsets correctly
+    - [x86] drm/amdgpu: when suspending, if uvd/vce was running. need to cancel
+      delay work.
+    - [x86] drm/amdgpu: use defines for CRTCs and AMFT blocks
+    - [x86] drm/amdgpu: bump the afmt limit for CZ, ST, Polaris
+    - [x86] amdgpu/uvd: add uvd fw version for amdgpu
+    - [x86] drm/amdgpu: fix regression on CIK (v2)
+    - drm/radeon: add a quirk for a XFX R9 270X
+    - drm/radeon: fix initial connector audio value
+    - drm/radeon: forbid mapping of userptr bo through radeon device file
+    - drm/radeon: fix vertical bars appear on monitor (v2)
+    - [mips*el/loongson-3] drm: Loongson-3 doesn't fully support wc memory
+    - drm/nouveau/gr/gf100: select a stream master to fixup tfb offset queries
+    - drm/dp/mst: Validate port in drm_dp_payload_send_msg()
+    - drm/dp/mst: Restore primary hub guid on resume
+    - drm/dp/mst: Get validated port ref in drm_dp_update_payload_part1()
+    - [x86] drm/i915: Pass the correct encoder to intel_ddi_clk_select()
+      with MST
+    - [x86] drm/i915: Cleanup phys status page too
+    - [x86] drm/i915: Use the active wm config for merging on ILK-BDW
+    - [x86] drm/i915: Start WM computation from scratch on ILK-BDW
+    - [x86] drm/i915: skl_update_scaler() wants a rotation bitmask instead of
+      bit number
+    - [x86] drm/amdkfd: uninitialized variable in
+      dbgdev_wave_control_set_registers()
+    - [x86] drm/i915/skl: Fix DMC load on Skylake J0 and K0
+    - [x86] drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revs
+    - [x86] drm/i915: Fixup the free space logic in ring_prepare
+    - [x86] drm/i915: Force ringbuffers to not be at offset 0
+    - [x86] drm/i915: Use fw_domains_put_with_fifo() on HSW
+    - drm/ttm: fix kref count mess in ttm_bo_move_to_lru_tail
+    - [x86] perf intel-pt: Fix segfault tracing transactions
+    - [armhf] i2c: exynos5: Fix possible ABBA deadlock by keeping I2C
+      clock prepared
+    - ACPICA / Interpreter: Fix a regression triggered because of wrong Linux
+      ECDT support
+    - [x86] mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangs
+    - [x86] toshiba_acpi: Fix regression caused by hotkey enabling value
+    - [x86] EDAC: i7core, sb_edac: Don't return NOTIFY_BAD from mce_decoder
+      callback
+    - [x86] ASoC: ssm4567: Reset device before regcache_sync()
+    - [x86] ASoC: rt5640: Correct the digital interface data select
+    - vb2-memops: Fix over allocation of frame vectors
+    - media: vb2: Fix regression on poll() for RW mode
+    - videobuf2-core: Check user space planes array in dqbuf
+    - videobuf2-v4l2: Verify planes array in buffer dequeueing (CVE-2016-4568)
+    - v4l2-dv-timings.h: fix polarity for 4k formats
+    - IB/core: Fix oops in ib_cache_gid_set_default_gid
+    - mwifiex: fix IBSS data path issue.
+    - IB/mlx5: Expose correct max_sge_rd limit
+    - IB/security: Restrict use of the write() interface (CVE-2016-4565)
+    - efi: Fix out-of-bounds read in variable_matches()
+    - efi: Expose non-blocking set_variable() wrapper to efivars
+    - [x86] apic: Handle zero vector gracefully in clear_vector_irq()
+    - workqueue: fix ghost PENDING flag while doing MQ IO
+    - slub: clean up code for kmem cgroup support to kmem_cache_free_bulk
+    - cgroup, cpuset: replace cpuset_post_attach_flush() with
+      cgroup_subsys->post_attach callback
+    - memcg: relocate charge moving from ->attach to ->post_attach
+    - mm: exclude HugeTLB pages from THP page_mapped() logic
+    - mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA check
+    - numa: fix /proc/<pid>/numa_maps for THP
+    - mm: vmscan: reclaim highmem zone if buffer_heads is over limit
+    - mm/hwpoison: fix wrong num_poisoned_pages accounting
+    - locking/mcs: Fix mcs_spin_lock() ordering
+    - [armhf] spi/rockchip: Make sure spi clk is on in rockchip_spi_set_cs
+    - [armhf] irqchip/sunxi-nmi: Fix error check of of_io_request_and_map()
+    - [armhf] regulator: s5m8767: fix get_register() error handling
+    - scsi_dh: force modular build if SCSI is a module
+    - lib/mpi: Endianness fix
+    - [x86] misc: mic/scif: fix wrap around tests
+    - PM / OPP: Initialize u_volt_min/max to a valid value
+    - PM / Domains: Fix removal of a subdomain
+    - drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errors
+    - perf evlist: Reference count the cpu and thread maps at set_maps()
+    - perf tools: Fix perf script python database export crash
+    - [x86] mm/kmmio: Fix mmiotrace for hugepages
+    - ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()
+    - f2fs crypto: fix corrupted symlink in encrypted case
+    - f2fs: slightly reorganize read_raw_super_block
+    - f2fs: cover large section in sanity check of super
+    - ext4/fscrypto: avoid RCU lookup in d_revalidate
+    - f2fs: do f2fs_balance_fs when block is allocated
+    - f2fs: don't need to call set_page_dirty for io error
+    - f2fs crypto: handle unexpected lack of encryption keys
+    - f2fs crypto: make sure the encryption info is initialized on opendir(2)
+    - bus: uniphier-system-bus: fix condition of overlap check
+    - mtd: spi-nor: remove micron_quad_enable()
+    - mtd: brcmnand: Fix v7.1 register offsets
+    - mtd: nand: Drop mtd.owner requirement in nand_scan
+    - perf hists browser: Only offer symbol scripting when a symbol is under
+      the cursor
+    - perf hists browser: Fix dump to show correct callchain style
+    - perf tools: handle spaces in file names obtained from /proc/pid/maps
+    - NTB: Remove _addr functions from ntb_hw_amd
+    - perf/core: Don't leak event in the syscall error path
+    - perf/core: Fix time tracking bug with multiplexing
+    - perf hists: Fix determination of a callchain node's childlessness
+    - [armhf] OMAP3: Add cpuidle parameters table for omap3430
+    - [armhf] dts: armada-375: use armada-370-sata for SATA
+    - [armhf] dts: am33xx: Fix GPMC dma properties
+    - btrfs: fix memory leak of fs_info in block group cache
+    - btrfs: cleaner_kthread() doesn't need explicit freeze
+    - [armhf] thermal: rockchip: fix a impossible condition caused by the
+      warning
+    - sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects
+      a race
+    - megaraid_sas: add missing curly braces in ioctl handler
+    - tpm: fix checks for policy digest existence in tpm2_seal_trusted()
+    - tpm: fix: set continueSession attribute for the unseal operation
+
+  [ Uwe Kleine-König ]
+  * [armhf] enable I2C_MUX_PCA954x, MMC_SDHCI_PXAV3, AHCI_MVEBU
+
+  [ Ben Hutchings ]
+  * bug control: Update list of related firmware packages
+  * Revert "sp5100_tco: fix the device check for SB800 and later chipsets"
+    (Closes: #823146; probably fixes #822651)
+  * bpf: fix double-fdput in replace_map_fd_with_map_ptr() (CVE-2016-4557)
+    (Closes: #823603)
+  * bpf: fix refcnt overflow (CVE-2016-4558)
+  * bpf: fix check_map_func_compatibility logic
+  * stable-update: Rewrite stable-update.sh in Python
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 07 May 2016 21:59:15 +0100
+
+linux (4.5.2-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.5.2
+    - hwmon: (max1111) Return -ENODEV from max1111_read_channel if not
+      instantiated
+    - PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
+    - [hppa] Fix SIGSYS signals in compat case
+    - [hppa] Fix and enable seccomp filter support
+    - [hppa] Avoid function pointers for kernel exception routines
+    - [hppa] Fix kernel crash with reversed copy_from_user()
+    - [hppa] Unbreak handling exceptions from kernel modules
+    - ALSA: timer: Use mod_timer() for rearming the system timer
+    - mm: fix invalid node in alloc_migrate_target()
+    - [powerpc*] mm: Fixup preempt underflow with huge pages
+    - [s390x] /mm: handle PTE-mapped tail pages in fast gup
+    - [x86] libnvdimm: fix smart data retrieval
+    - [x86] libnvdimm, pfn: fix uuid validation
+    - [powerpc*] process: Fix altivec SPR not being saved
+    - compiler-gcc: disable -ftracer for __noclone functions
+    - drm/dp: move hw_mutex up the call stack
+    - drm/udl: Use unlocked gem unreferencing
+    - [x86] drm/amd/powerplay: fix segment fault issue in multi-display case.
+    - [x86] drm/amdgpu/gmc: move vram type fetching into sw_init
+    - [x86] drm/amdgpu/gmc: use proper register for vram type on Fiji
+    - xen/events: Mask a moving irq
+    - net: validate variable length ll headers
+    - ax25: add link layer header validation function
+    - packet: validate variable length ll headers
+    - bpf: avoid copying junk bytes in bpf_get_current_comm()
+    - qlcnic: Remove unnecessary usage of atomic_t
+    - qlcnic: Fix mailbox completion handling during spurious interrupt
+    - macvtap: always pass ethernet header in linear
+    - bridge: allow zero ageing time
+    - ipv4: Don't do expensive useless work during inetdev destroy.
+    - net: Fix use after free in the recvmmsg exit path
+    - mlx4: add missing braces in verify_qp_parameters
+    - farsync: fix off-by-one bug in fst_add_one
+    - ath9k: fix buffer overrun for ar9287
+    - [armhf] net: mvneta: Fix spinlock usage
+    - ppp: ensure file->private_data can't be overridden
+    - tcp/dccp: remove obsolete WARN_ON() in icmp handlers
+    - qlge: Fix receive packets drop.
+    - bonding: fix bond_get_stats()
+    - ipv4: fix broadcast packets reception
+    - ipv4: initialize flowi4_flags before calling fib_lookup()
+    - ppp: take reference on channels netns
+    - xfrm: Fix crash observed during device unregistration and decryption
+    - ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates
+    - bridge: Allow set bridge ageing time when switchdev disabled
+    - rtnl: fix msg size calculation in if_nlmsg_size()
+    - tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter
+    - tuntap: restore default qdisc
+    - ipv4: l2tp: fix a potential issue in l2tp_ip_recv
+    - ipv6: l2tp: fix a potential issue in l2tp_ip6_recv
+    - ip6_tunnel: set rtnl_link_ops before calling register_netdevice
+    - ipv6: Count in extension headers in skb->network_header
+    - mpls: find_outdev: check for err ptr in addition to NULL check
+    - USB: uas: Limit qdepth at the scsi-host level
+    - USB: uas: Add a new NO_REPORT_LUNS quirk
+    - [x86] KVM: Inject pending interrupt even if pending nmi exist
+    - [x86] KVM: reduce default value of halt_poll_ns parameter
+    - pinctrl: pistachio: fix mfio84-89 function description and pinmux.
+    - pinctrl: sunxi: Fix A33 external interrupts not working
+    - pinctrl: freescale: imx: fix bogus check of of_iomap() return value
+    - au0828: fix au0828_v4l2_close() dev_state race condition
+    - au0828: Fix dev_state handling
+    - coda: fix error path in case of missing pdata on non-DT platform
+    - v4l: vsp1: Set the SRU CTRL0 register when starting the stream
+    - pcmcia: db1xxx_ss: fix last irq_to_gpio user
+    - rbd: use GFP_NOIO consistently for request allocations
+    - mac80211: properly deal with station hashtable insert errors
+    - mac80211: avoid excessive stack usage in sta_info
+    - mac80211: fix ibss scan parameters
+    - mac80211: fix unnecessary frame drops in mesh fwding
+    - mac80211: fix txq queue related crashes
+    - [armhf] gpio: pca953x: Use correct u16 value for register word write
+    - scsi: Do not attach VPD to devices that don't support it
+    - [armel,armhf]: 8550/1: protect idiv patching against undefined
+      gcc behavior
+    - iio: fix config watermark initial value
+    - iio: st_magn: always define ST_MAGN_TRIGGER_SET_STATE
+    - iio: accel: bmc150: fix endianness when reading axes
+    - iio: gyro: bmg160: fix buffer read values
+    - iio: gyro: bmg160: fix endianness when reading axes
+    - sd: Fix excessive capacity printing on devices with blocks bigger than
+      512 bytes
+    - fs: add file_dentry() (Closes: #821442)
+      + nfs: use file_dentry()
+      + ext4 crypto: use dget_parent() in ext4_d_revalidate()
+      + ext4: use dget_parent() in ext4_file_open()
+      + ext4: use file_dentry()
+    - btrfs: fix crash/invalid memory access on fsync when using overlayfs
+    - ext4: ignore quota mount options if the quota feature is enabled
+    - iommu: Don't overwrite domain pointer when there is no default_domain
+    - Btrfs: fix file/data loss caused by fsync after rename and new inode
+    - [arm64] replace read_lock to rcu lock in call_step_hook
+    - mmc: sdhci: Fix regression setting power on Trats2 board
+    - ALSA: hda - Fix regression of monitor_present flag in eld proc file
+    - [x86] ALSA: usb-audio: Skip volume controls triggers hangup on Dell
+      USB Dock
+    - HID: wacom: fix Bamboo ONE oops
+    - HID: usbhid: fix inconsistent reset/resume/reset-resume behavior
+
+  [ Salvatore Bonaccorso ]
+  * [x86] xen: suppress hugetlbfs in PV guests (CVE-2016-3961)
+  * [x86] USB: usbip: fix potential out-of-bounds write (CVE-2016-3955)
+
+  [ Ben Hutchings ]
+  * fs: Consolidate softdep declarations in each module
+  * Bump ABI to 2
+  * [armel/marvell] dts: kirkwood: fix SD slot default configuration for OpenRD
+    (Closes: #811351)
+  * atl2: Disable unimplemented scatter/gather feature (CVE-2016-2117)
+  * [x86] sound/soc/intel: Enable SND_SOC_INTEL_BYTCR_RT5640_MACH (replacing
+    SND_SOC_INTEL_BYT_RT5640_MACH; closes: #822267),
+    SND_SOC_INTEL_BYTCR_RT5651_MACH, SND_SOC_INTEL_CHT_BSW_RT5672_MACH,
+    SND_SOC_INTEL_CHT_BSW_RT5645_MACH, SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH,
+    SND_SOC_INTEL_SKL_RT286_MACH, SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH,
+    SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH as modules
+  * module: Invalidate signatures on force-loaded modules
+  * linux-source: Fix up module signing configuration in included kernel
+    config files
+  * README.Debian: Change more URLs to use https: scheme
+  * [sparc] Implement and wire up hotplug and modalias_show for vio, thanks to
+    Adrian Glaubitz (Closes: #815977)
+  * linux-headers: Avoid mixed implicit and normal rules in Makefile, thanks to
+    Thierry Herbelot (Closes: #822666)
+  * memcg: remove lru_add_drain_all() invocation from mem_cgroup_move_charge()
+    (Closes: #822084)
+  * linux-perf: Add build-time check for unversioned files that are likely to
+    result in file conflicts
+  * linux-perf: Move tips.txt to /usr/share/doc/linux-perf-<version>
+    (Closes: #821741)
+  * tools/build: Fix bpf(2) feature test (fixes FTBFS on alpha, sh4;
+    closes: #822364)
+  * [armhf] Disable FB_OMAP2; it is redundant and conflicting with DRM_OMAP
+  * [armhf] mm: Enable CMA, DMA_CMA
+  * Input: gtco - fix crash on detecting device without endpoints
+    (CVE-2016-2187)
+
+  [ Aurelien Jarno ]
+  * [mips*] Emulate unaligned LDXC1 and SDXC1 instructions.
+
+  [ Uwe Kleine-König ]
+  * [armhf] enable NET_DSA and available switch drivers as modules.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 28 Apr 2016 18:03:18 +0200
+
+linux (4.5.1-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.5.1
+    - [x86] entry/compat: Keep TS_COMPAT set during signal delivery
+    - [x86] perf/intel: Add definition for PT PMI bit
+    - [x86] KVM: fix missed hardware breakpoints
+    - [x86] KVM: i8254: change PIT discard tick policy
+    - [x86] KVM: fix spin_lock_init order on x86
+    - [x86] KVM: VMX: avoid guest hang on invalid invept instruction
+    - [x86] KVM: VMX: avoid guest hang on invalid invvpid instruction
+    - [x86] KVM: VMX: fix nested vpid for old KVM guests
+    - perf/core: Fix perf_sched_count derailment
+    - perf tools: Fix checking asprintf return value
+    - Thermal: Ignore invalid trip points
+    - sched/cputime: Fix steal_account_process_tick() to always return jiffies
+    - sched/fair: Avoid using decay_load_missed() with a negative value
+    - [x86] EDAC/sb_edac: Fix computation of channel address
+    - [x86] EDAC, amd64_edac: Shift wrapping issue in f1x_get_norm_dct_addr()
+    - [s390x] fix floating pointer register corruption (again)
+    - [s390x] cpumf: add missing lpp magic initialization
+    - [s390x] pci: enforce fmb page boundary rule
+    - [armhf] pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing
+    - [x86] irq: Cure live lock in fixup_irqs() (Closes: #817816)
+    - [x86] apic: Fix suspicious RCU usage in
+      smp_trace_call_function_interrupt()
+    - [amd64] iopl: Properly context-switch IOPL on Xen PV (CVE-2016-3157)
+    - [x86] mm: TLB_REMOTE_SEND_IPI should count pages
+    - sg: fix dxferp in from_to case
+    - aacraid: Fix RRQ overload
+    - aacraid: Fix memory leak in aac_fib_map_free
+    - aacraid: Set correct msix count for EEH recovery
+    - sd: Fix discard granularity when LBPRZ=1
+    - ncr5380: Correctly clear command pointers and lists after bus reset
+    - ncr5380: Dont release lock for PIO transfer
+    - ncr5380: Dont re-enter NCR5380_select()
+    - ncr5380: Forget aborted commands
+    - ncr5380: Fix NCR5380_select() EH checks and result handling
+    - ncr5380: Call scsi_eh_prep_cmnd() and scsi_eh_restore_cmnd() as and when
+      appropriate
+    - scsi: storvsc: fix SRB_STATUS_ABORTED handling
+    - be2iscsi: set the boot_kset pointer to NULL in case of failure
+    - aic7xxx: Fix queue depth handling
+    - libnvdimm: Fix security issue with DSM IOCTL.
+    - libnvdimm, pmem: fix kmap_atomic() leak in error path
+    - dm snapshot: disallow the COW and origin devices from being identical
+    - dm: fix excessive dm-mq context switching
+    - dm thin metadata: don't issue prefetches if a transaction abort
+      has failed
+    - dm cache: make sure every metadata function checks fail_io
+    - dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()
+    - usb: retry reset if a device times out
+    - usb: hub: fix a typo in hub_port_init() leading to wrong logic
+    - USB: cdc-acm: more sanity checking (CVE-2016-3138)
+    - USB: iowarrior: fix oops with malicious USB descriptors (incomplete fix
+      for CVE-2016-2188)
+    - USB: usb_driver_claim_interface: add sanity checking
+    - USB: mct_u232: add sanity checking in probe (CVE-2016-3136)
+    - USB: digi_acceleport: do sanity checking for the number of ports
+      (CVE-2016-3140)
+    - USB: cypress_m8: add endpoint sanity check (CVE-2016-3137)
+    - Input: powermate - fix oops with malicious USB descriptors
+      (CVE-2016-2186)
+    - ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk()
+      (CVE-2016-2184)
+    - ALSA: usb-audio: Add sanity checks for endpoint accesses (CVE-2016-2184)
+    - ALSA: usb-audio: Minor code cleanup in create_fixed_stream_quirk()
+    - ALSA: usb-audio: Fix double-free in error paths after
+      snd_usb_add_audio_stream() call
+    - crypto: ccp - Add hash state import and export support
+    - crypto: ccp - Limit the amount of information exported
+    - crypto: ccp - Don't assume export/import areas are aligned
+    - crypto: ccp - memset request context to zero during import
+    - crypto: keywrap - memzero the correct memory
+    - [armel/marvell,armhf] crypto: marvell/cesa - forward
+      devm_ioremap_resource() error code
+    - [x86] mei: bus: check if the device is enabled before data transfer
+    - tpm: fix the rollback in tpm_chip_register()
+    - tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()
+    - tpm_eventlog.c: fix binary_bios_measurements
+    - tpm: fix the cleanup of struct tpm_chip
+    - HID: logitech: fix Dual Action gamepad support
+    - HID: i2c-hid: fix OOB write in i2c_hid_set_or_send_report()
+    - HID: multitouch: force retrieving of Win8 signature blob
+    - HID: fix hid_ignore_special_drivers module parameter
+    - staging: comedi: ni_tiocmd: change mistaken use of start_src for start_arg
+    - staging: comedi: ni_mio_common: fix the ni_write[blw]() functions
+    - tty: Fix GPF in flush_to_ldisc(), part 2
+    - net: irda: Fix use-after-free in irtty_open()
+    - 8250: use callbacks to access UART_DLL/UART_DLM
+    - saa7134: Fix bytesperline not being set correctly for planar formats
+    - adv7511: TX_EDID_PRESENT is still 1 after a disconnect
+    - bttv: Width must be a multiple of 16 when capturing planar formats
+    - coda: fix first encoded frame payload
+    - media: v4l2-compat-ioctl32: fix missing length copy in put_v4l2_buffer32
+    - mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild
+    - mtip32xx: Fix broken service thread handling
+    - mtip32xx: Remove unwanted code from taskfile error handler
+    - mtip32xx: Fix for rmmod crash when drive is in FTL rebuild
+    - mtip32xx: Handle safe removal during IO
+    - mtip32xx: Handle FTL rebuild failure state during device initialization
+    - mtip32xx: Implement timeout handler
+    - mtip32xx: Cleanup queued requests after surprise removal
+    - ALSA: hda - Fix unexpected resume through regmap code path
+    - ALSA: hda - Apply reboot D3 fix for CX20724 codec, too
+    - [x86] ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM
+      ThinkPad X41.
+    - ALSA: hda - Don't handle ELD notify from invalid port
+    - [x86] ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
+    - ALSA: hda - Fix unconditional GPIO toggle via automute
+    - [x86] ALSA: hda - Limit i915 HDMI binding only for HSW and later
+    - [x86] ALSA: hda - Fix spurious kernel WARNING on Baytrail HDMI
+    - [x86] ALSA: hda - Really restrict i915 notifier to HSW+
+    - ALSA: hda - Fix forgotten HDMI monitor_present update
+    - [x86] ALSA: hda - Workaround for unbalanced i915 power refcount by
+      concurrent probe
+    - ALSA: hda - Fix missing ELD update at unplugging
+    - jbd2: fix FS corruption possibility in jbd2_journal_destroy() on
+      umount path
+    - [arm64] Update PTE_RDONLY in set_pte_at() for PROT_NONE permission
+    - brd: Fix discard request processing
+    - IB/srpt: Simplify srpt_handle_tsk_mgmt()
+    - bcache: cleaned up error handling around register_cache()
+    - bcache: fix race of writeback thread starting before complete
+      initialization
+    - bcache: fix cache_set_flush() NULL pointer dereference on OOM
+    - mm: memcontrol: reclaim when shrinking memory.high below usage
+    - mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage
+    - watchdog: don't run proc_watchdog_update if new value is same as old
+    - Bluetooth: Fix potential buffer overflow with Add Advertising
+    - cgroup: ignore css_sets associated with dead cgroups during migration
+    - [amrhf] net: mvneta: enable change MAC address when interface is up
+    - brcmfmac: Increase nr of supported flowrings.
+    - of: alloc anywhere from memblock if range not specified
+    - vfs: show_vfsstat: do not ignore errors from show_devname method
+    - splice: handle zero nr_pages in splice_to_pipe()
+    - quota: Fix possible GPF due to uninitialised pointers
+    - xfs: fix two memory leaks in xfs_attr_list.c error paths
+    - raid1: include bio_end_io_list in nr_queued to prevent freeze_array hang
+    - md/raid5: Compare apples to apples (or sectors to sectors)
+    - RAID5: check_reshape() shouldn't call mddev_suspend
+    - RAID5: revert e9e4c377e2f563 to fix a livelock
+    - raid10: include bio_end_io_list in nr_queued to prevent freeze_array hang
+    - md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list
+    - md: multipath: don't hardcopy bio in .make_request path
+    - fuse: do not use iocb after it may have been freed
+    - fuse: Add reference counting for fuse_io_priv
+    - fs/coredump: prevent fsuid=0 dumps into user-controlled directories
+    - [armhf] drm/vc4: Return -EFAULT on copy_from_user() failure
+    - [x86] drm/radeon: disable runtime pm on PX laptops without dGPU
+      power control
+    - drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards.
+    - drm/radeon: rework fbdev handling on chips with no connectors
+    - drm/radeon/mst: fix regression in lane/link handling.
+    - [x86] drm/amdgpu: disable runtime pm on PX laptops without dGPU
+      power control
+    - drm/amdgpu: include the right version of gmc header files for iceland
+    - drm/amd/powerplay: add uvd/vce dpm enabling flag to fix the performance
+      issue for CZ
+    - tracing: Have preempt(irqs)off trace preempt disabled functions
+    - tracing: Fix crash from reading trace_pipe with sendfile
+    - tracing: Fix trace_printk() to print when not using bprintk()
+    - bitops: Do not default to __clear_bit() for __clear_bit_unlock()
+    - [x86] ideapad-laptop: Add ideapad Y700 (15) to the no_hw_rfkill DMI list
+    - mmc: block: fix ABI regression of mmc_blk_ioctl
+    - mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case
+    - mmc: sdhci: move initialisation of command error member
+    - mmc: sdhci: clean up command error handling
+    - mmc: sdhci: fix command response CRC error handling
+    - mmc: sdhci: further fix for DMA unmapping in sdhci_post_req()
+    - mmc: sdhci: avoid unnecessary mapping/unmapping of align buffer
+    - mmc: sdhci: plug DMA mapping leak on error
+    - mmc: sdhci: fix data timeout
+    - [armhf] mmc: tegra: Disable UHS-I modes for tegra114
+    - [armhf] mmc: tegra: properly disable card clock
+    - mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout
+    - [armhf] clk: rockchip: rk3368: fix cpuclk mux bit of big cpu-cluster
+    - [armhf] clk: rockchip: rk3368: fix cpuclk core dividers
+    - [armhf] clk: rockchip: rk3368: fix parents of video encoder/decoder
+    - [armhf] clk: rockchip: rk3368: fix hdmi_cec gate-register
+    - [armhf] clk: rockchip: add hclk_cpubus to the list of rk3188
+      critical clocks
+    - [armhf] clk: bcm2835: Fix setting of PLL divider clock rates
+    - target: Fix target_release_cmd_kref shutdown comp leak
+    - iser-target: Fix identification of login rx descriptor type
+    - iser-target: Separate flows for np listeners and connections cma events
+    - iser-target: Rework connection termination
+    - nfsd4: fix bad bounds checking
+    - nfsd: fix deadlock secinfo+readdir compound
+    - ACPI / PM: Runtime resume devices when waking from hibernate
+    - writeback, cgroup: fix premature wb_put() in
+      locked_inode_to_wb_and_lock_list()
+    - writeback, cgroup: fix use of the wrong bdi_writeback which mismatches
+      the inode
+    - Input: synaptics - handle spurious release of trackstick buttons, again
+    - Input: ati_remote2 - fix crashes on detecting device with invalid
+      descriptor (CVE-2016-2185)
+    - ocfs2: o2hb: fix double free bug
+    - ocfs2/dlm: fix race between convert and recovery
+    - ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list
+    - mm/page_alloc: prevent merging between isolated and other pageblocks
+    - mtd: onenand: fix deadlock in onenand_block_markbad
+    - [x86] intel_idle: prevent SKL-H boot failure when C8+C9+C10 enabled
+    - PM / sleep: Clear pm_suspend_global_flags upon hibernate
+    - scsi_common: do not clobber fixed sense information
+    - sched/cputime: Fix steal time accounting vs. CPU hotplug
+    - [x86] perf/pebs: Add workaround for broken OVFL status on HSW+
+    - [x86] perf/intel/uncore: Remove SBOX support for BDX-DE
+    - [x86] perf/intel: Fix PEBS warning by only restoring active PMU in pmi
+    - [x86] perf/intel: Use PAGE_SIZE for PEBS buffer size on Core2
+    - [x86] perf/intel: Fix PEBS data source interpretation on Nehalem/Westmere
+
+  [ Ben Hutchings ]
+  * mm: exclude ZONE_DEVICE from GFP_ZONE_TABLE
+  * mm: ZONE_DEVICE depends on SPARSEMEM_VMEMMAP
+  * [amd64] Re-enable ZONE_DMA and sound drivers that depend on it
+    (Closes: #814855, #819385, #820890)
+  * ntfs: Disable NTFS_RW (Closes: #566356); ntfs-3g has much more complete
+    write support
+  * Merge linux-tools source package into linux
+    (Closes: #550379, #573483, #816500)
+  * Add support for securelevel and prepare for Secure Boot (Closes: #820008):
+    - Add Matthew Garrett's securelevel patchset (see
+      Documentation/security/securelevel.txt)
+    - modules: Enable MODULE_SIG and MODULE_SIG_SHA256, but not MODULE_SIG_ALL
+      as signatures will be packaged separately
+    - debian/control: Add build-dependencies on libssl-dev, openssl
+    - debian/copyright: Note that extract-cert and sign-file are under LGPL 2.1
+    - linux-kbuild: Add extract-cert and sign-file programs
+    - scripts: Fix X.509 PEM support in sign-file
+    - certs: Set SYSTEM_TRUSTED_KEYS to my own personal certificate to support
+      initial testing of signed modules
+  * Disable UNUSED_SYMBOLS; it is now itself unused
+  * linux-support: Include udeb configuration from debian/installer for use
+    by the linux-signed package
+  * Set ABI to 1
+  * netfilter: x_tables: Fix parsing of IPT_SO_SET_REPLACE blobs (CVE-2016-3134)
+    - validate e->target_offset early
+    - make sure e->next_offset covers remaining blob size
+  * ipv4: Don't do expensive useless work during inetdev destroy (CVE-2016-3156)
+  * [x86] mm/32: Enable full randomization on i386 and X86_32 (CVE-2016-3672)
+  * fs: Add MODULE_SOFTDEP declarations for hard-coded crypto drivers
+    (Closes: #819725)
+  * aufs: Update support patches to aufs4.5-20160328 (Closes: #819748)
+  * [x86] ACPI / processor: Request native thermal interrupt handling via _OSC
+    (Closes: #817016, #819336)
+  * [armhf] Add support for octa-core big.LITTLE systems including Exynos
+    (Closes: #819379)
+  * [armhf] watchdog: Enable S3C2410_WATCHDOG as module (Closes: #819377)
+  * nbd: Create size change events for userspace (Closes: #812487)
+  * [armhf] usb-modules: Add modules required for BeagleBoard-X15, thanks to
+    Vagrant Cascadian (Closes: #815848)
+
+  [ Aurelien Jarno ]
+  * [mipsel/mips/config.loongson-2f] Disable VIDEO_CX23885, VIDEO_IVTV,
+    VIDEO_CX231XX, VIDEO_PVRUSB2 (fixes FTBFS).
+  * [mips*/octeon] Backport OCTEON SATA controller support from 4.6-rc1.
+    Enable AHCI_OCTEON and SATA_AHCI_PLATFORM.
+  * [mips*/octeon] Backport Octeon III CN7xxx interface detection from
+    4.7 queue.
+  * [mips*/octeon] Enable SPI_OCTEON.
+  * [mips*/octeon] udeb: Add ahci_octeon and ahci_platform modules to
+    sata-modules.
+  * [mips*/octeon] Bump CONFIG_NR_CPUS to 32 to accomodate recent Octeon
+    III SoCs.
+  * [mips*/octeon] Enable CRYPTO_MD5_OCTEON, CRYPTO_SHA1_OCTEON, CRYPTO_SHA256
+    and CRYPTO_SHA512_OCTEON.
+
+  [ Roger Shimizu ]
+  * [armel/marvell] Change MTD_CFI_AMDSTD from module to built-in
+    because orion5x-based Buffalo Linkstation devices still need it
+    (Closes: #818598)
+  * [armel/marvell] Add DT support for "Synology DS112" and "Zyxel NSA320".
+    Thanks to Heinrich Schuchardt. (Closes: #819393)
+  * [armel/marvell] Add DT support for "Buffalo/Revogear Kurobox Pro"
+  * [armhf/armmp] Enable DW_WATCHDOG as module, used on Firefly-RK3288.
+    Patch by Vagrant Cascadian. (Closes: #820834)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 14 Apr 2016 09:49:24 +0100
+
+linux-tools (4.5-1~exp1) experimental; urgency=medium
+
+  * New upstream release
+
+  [ Ben Hutchings ]
+  * linux-perf: Fix use of uninitialized variables
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 20 Mar 2016 21:20:22 +0000
+
+linux (4.5-1~exp1) experimental; urgency=medium
+
+  * New upstream release: http://kernelnewbies.org/Linux_4.5
+
+  [ Martin Michlmayr ]
+  * [arm64] Enable LEDS_GPIO.
+  * [arm64] Enable more QCOM options. (Closes: #815627)
+  * [arm64] udeb: Add leds-modules package containing leds-gpio driver.
+  * [arm64] udeb: Add regulators and SoC modules to core-modules.
+
+  [ Uwe Kleine-König ]
+  * [armhf] Enable DRM_ETNAVIV.
+
+  [ Ben Hutchings ]
+  * [armel/versatile] Enable GPIOLIB, new dependency of SMC91X (fixes FTBFS)
+  * [x86] input: Enable ASUS_WIRELESS as module (Closes: #818487)
+  * [x86] amdgpu: Enable DRM_AMD_POWERPLAY (Closes: #818174)
+  * [x86] Enable RANDOMIZE_BASE (kASLR). This is incompatible with hibernation,
+    so you must use the kernel parameter "kaslr" to enable kASLR and disable
+    hibernation at boot time. (Closes: #816067)
+  * [x86] vmxnet3: fix lock imbalance in vmxnet3_tq_xmit() (regression in 4.5)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 20 Mar 2016 12:06:57 +0000
+
+linux (4.5~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 07 Mar 2016 22:20:48 +0000
+
+linux-tools (4.5~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * Makefile.inc: Add support for wildcards in $(SCRIPTS) and $(DATA)
+  * linux-kbuild: Include scripts/Makefile.* (Closes: #815593)
+  * Makefile.inc, rules.real: Fix conflation of $(DESTDIR) and $(prefix)
+  * hyperv-daemons: Fix rule redefinition that 'make' warns about
+  * debian/control: Build-Depend on dh-python, as dh_python2 warns we should
+  * lockdep: Add '+' prefix to make invocation, so it can be parallelised
+  * tools/build: Fix 'unused variable' warning in the bpf() feature check
+  * lockdep: Add more missing macros
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 07 Mar 2016 03:07:00 +0000
+
+linux-tools (4.5~rc5-1~exp3) experimental; urgency=medium
+
+  * Adjust build fix from unstable
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 21 Feb 2016 23:45:04 +0000
+
+linux-tools (4.5~rc5-1~exp2) experimental; urgency=medium
+
+  * Merge build fix from unstable
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 21 Feb 2016 17:40:52 +0000
+
+linux-tools (4.5~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * lockdep: Add missing macros
+  * Adjust VPATH to work for check-hyperv (and simplify the modpost wrapper)
+  * tools/build: Remove bpf() run-time check at build time
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 21 Feb 2016 16:45:52 +0000
+
+linux (4.5~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [armel/versatile] Enable GPIOLIB, needed to build smc91x driver with
+    OF enabled (fixes FTBFS)
+  * [powerpc] mm: Fix HAVE_ARCH_SOFT_DIRTY dependencies (fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 21 Feb 2016 13:17:27 +0000
+
+linux (4.5~rc4-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Roger Shimizu ]
+  * Enable TTY_PRINTK as module (Closes: #814540).
+
+  [ Ben Hutchings ]
+  * [rt] Disable until it is updated for 4.5 or later
+  * aufs: Update support patches to aufs4.x-rcN-20160215
+  * Compile with gcc-5 on all architectures
+  * [hppa] Update build-dependencies for renaming of binutils-hppa64
+  * [x86] udeb: Move scsi_transport_fc to scsi-core-modules, since hv_storvsc
+    now depends on it
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 18 Feb 2016 01:57:20 +0000
+
+linux-tools (4.4.6-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    - tools lib traceevent: Fix output of %llu for 64 bit values read on
+      32 bit machines
+    - perf tools: tracepoint_error() can receive e=NULL, robustify it
+    - perf kvm record/report: 'unprocessable sample' error while
+      recording/reporting guest data
+    - tools: hv: vss: fix the write()'s argument: error -> vss_msg
+    - uapi: update install list after nvme.h rename
+    - perf stat: Do not clean event's private stats
+
+  [ Mattia Dongili ]
+  * Build linux-cpupower.
+
+  [ Ben Hutchings ]
+  * debian/control: Update policy version to 3.9.7; no changes required
+  * linux-perf: Override lintian errors for perf-read-vdso{,x}32 in
+    64-bit packages
+  * debian/copyright: Move GPL-2 boilerplate to its own paragraph
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 20 Mar 2016 16:23:48 +0000
+
+linux (4.4.6-1) unstable; urgency=medium
+
+  [ Salvatore Bonaccorso ]
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.4.5
+    - Btrfs: fix deadlock running delayed iputs at transaction commit time
+      (regression in 4.1)
+    - btrfs: Fix no_space in write and rm loop
+      (regression in 4.4)
+    - btrfs: async-thread: Fix a use-after-free error for trace
+    - [x86] drm/amdgpu: mask out WC from BO on unsupported arches
+    - block: Initialize max_dev_sectors to 0
+    - [hppa] Fix ptrace syscall number and return value modification
+    - [x86] kvm: Update tsc multiplier on change.
+      (regression in 4.4)
+    - fbcon: set a default value to blink interval
+    - cifs: fix out-of-bounds access in lease parsing
+    - CIFS: Fix SMB2+ interim response processing for read requests
+    - [x86] vfio: fix ioctl error handling
+    - [x86] KVM: fix root cause for missed hardware breakpoints
+    - [arm*] KVM: Fix ioctl error handling
+    - [amd64] iommu: Apply workaround for ATS write permission check
+    - [amd64] iommu: Fix boot warning when device 00:00.0 is not iommu covered
+    - [x86] iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug path
+    - target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors
+    - [x86,powerpc*] drm/ast: Fix incorrect register check for DRAM width
+    - drm/radeon/pm: update current crtc info after setting the powerstate
+    - [x86] drm/amdgpu/pm: update current crtc info after setting the powerstate
+    - [x86] drm/amdgpu: apply gfx_v8 fixes to gfx_v7 as well
+    - [x86] drm/amdgpu/gfx8: specify which engine to wait before vm flush
+    - [x86] drm/amdgpu: return from atombios_dp_get_dpcd only when error
+    - libata: fix HDIO_GET_32BIT ioctl
+    - writeback: flush inode cgroup wb switches instead of pinning super_block
+    - Adding Intel Lewisburg device IDs for SATA
+    - [arm64] vmemmap: use virtual projection of linear region
+      (regression in 4.1)
+    - ata: ahci: don't mark HotPlugCapable Ports as external/removable
+    - tracing: Do not have 'comm' filter override event 'comm' field
+      (regression in 4.3)
+    - Btrfs: fix loading of orphan roots leading to BUG_ON
+    - Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"
+    - jffs2: Fix page lock / f->sem deadlock
+    - jffs2: Fix directory hardlinks from deleted directories
+    - ALSA: usb-audio: Add a quirk for Plantronics DA45
+    - [amd64] ALSA: ctl: Fix ioctls for X32 ABI
+    - [x86] ALSA: hda - Fix mic issues on Acer Aspire E1-472
+    - [amd64] ALSA: rawmidi: Fix ioctls X32 ABI
+    - [amd64] ALSA: timer: Fix ioctls for X32 ABI
+    - [amd64] ALSA: pcm: Fix ioctls for X32 ABI
+    - ALSA: seq: oss: Don't drain at closing a client
+    - ALSA: hdspm: Fix wrong boolean ctl value accesses
+    - ALSA: hdsp: Fix wrong boolean ctl value accesses
+    - ALSA: hdspm: Fix zero-division
+    - ALSA: timer: Fix broken compat timer user status ioctl
+    - [armhf] usb: chipidea: otg: change workqueue ci_otg as freezable
+    - USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder
+    - USB: qcserial: add Dell Wireless 5809e Gobi 4G HSPA+ (rev3)
+    - USB: qcserial: add Sierra Wireless EM74xx device ID
+    - USB: serial: option: add support for Telit LE922 PID 0x1045
+    - USB: serial: option: add support for Quectel UC20
+    - [mips*] scache: Fix scache init with invalid line size.
+    - [mips*] traps: Fix SIGFPE information leak from `do_ov' and
+      `do_trap_or_bp'
+    - ubi: Fix out of bounds write in volume update code
+    - thermal: cpu_cooling: fix out of bounds access in time_in_idle
+    - [x86] drm/amdgpu: Use drm_calloc_large for VM page_tables array
+    - block: check virt boundary in bio_will_gap()
+    - [x86] drm/i915: more virtual south bridge detection
+    - [x86] drm/i915: refine qemu south bridge detection
+    - modules: fix longstanding /proc/kallsyms vs module insertion race.
+    - [x86] drm/amdgpu: fix topaz/tonga gmc assignment in 4.4 stable
+
+  [ Ben Hutchings ]
+  * [x86] drm/i915: Fix oops caused by fbdev initialization failure
+  * module: Fix ABI change in 4.4.5
+  * Revert "libata: Align ata_device's id on a cacheline" to avoid ABI change
+  * [amd64] Fix more regressions due to "efi: Build our own page table
+    structure":
+    - efi: Fix boot crash by always mapping boot service regions into new EFI
+      page tables (Closes: #815125)
+    - mm/pat: Fix boot crash when 1GB pages are not supported by cpu
+  * [armhf] gpio: Enable GPIO_PCF857X as module, needed by TI DRA7xx EVMs
+    (Closes: #818386)
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.4.6
+    - [arm64] account for sparsemem section alignment when choosing vmemmap
+      offset
+    - [armel,armhf] mvebu: fix overlap of Crypto SRAM with PCIe memory window
+    - [armhf] dts: dra7: do not gate cpsw clock due to errata i877
+    - [armhf] OMAP2+: hwmod: Introduce ti,no-idle dt property
+    - PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()
+    - kvm: cap halt polling at exactly halt_poll_ns
+    - [x86] KVM: VMX: disable PEBS before a guest entry
+    - [s390x] KVM: correct fprs on SIGP (STOP AND) STORE STATUS
+    - [powerpc*] KVM: Book3S HV: Sanitize special-purpose register values on
+      guest exit
+    - [x86] KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
+      combo
+    - [x86] KVM: MMU: fix reserved bit check for
+      ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
+    - [s390x] mm: four page table levels vs. fork (CVE-2016-2143)
+    - [s390x] dasd: fix diag 0x250 inline assembly
+    - tracing: Fix check for cpu online when event is disabled
+    - jffs2: reduce the breakage on recovery from halfway failed rename()
+    - ncpfs: fix a braino in OOM handling in ncp_fill_cache()
+    - ASoC: dapm: Fix ctl value accesses in a wrong type
+    - ovl: ignore lower entries when checking purity of non-directory entries
+    - ovl: fix working on distributed fs as lower layer
+    - wext: fix message delay/ordering
+    - cfg80211/wext: fix message ordering
+    - can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()
+    - iwlwifi: mvm: inc pending frames counter also when txing non-sta
+    - mac80211: minstrel: Change expected throughput unit back to Kbps
+    - mac80211: fix use of uninitialised values in RX aggregation
+    - mac80211: minstrel_ht: set default tx aggregation timeout to 0
+    - mac80211: minstrel_ht: fix a logic error in RTS/CTS handling
+    - mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs
+    - mac80211: Fix Public Action frame RX in AP mode
+    - [armhf] gpu: ipu-v3: Do not bail out on missing optional port nodes
+    - [i386/686-pae] mm: Fix slow_virt_to_phys() for X86_PAE again
+    - Revert "drm/radeon: call hpd_irq_event on resume"
+    - [x86] drm/amdgpu: Fix error handling in amdgpu_flip_work_func.
+    - drm/radeon: Fix error handling in radeon_flip_work_func.
+    - Revert "drm/radeon/pm: adjust display configuration after powerstate"
+    - [powerpc*] powernv: Add a kmsg_dumper that flushes console output on panic
+    - [powerpc*] powernv: Fix OPAL_CONSOLE_FLUSH prototype and usages
+    - userfaultfd: don't block on the last VM updates at exit time
+    - ovl: copy new uid/gid into overlayfs runtime inode
+    - ovl: fix getcwd() failure after unsuccessful rmdir
+    - [mips*] smp.c: Fix uninitialised temp_foreign_map
+    - block: don't optimize for non-cloned bio in bio_get_last_bvec()
+    - target: Drop incorrect ABORT_TASK put for completed commands
+  * netfilter: x_tables: check for size overflow (CVE-2016-3135)
+
+  [ Ian Campbell ]
+  * [arm64] Enable ARCH_HISI (Hisilicon) and the set of currently available
+    drivers (Power, Thermal, MMC) (Closes: #812540)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 17 Mar 2016 01:25:23 +0000
+
+linux (4.4.4-2) unstable; urgency=medium
+
+  * Ignore ABI changes in sdhci* modules (fixes FTBFS on armhf)
+  * udeb: Add dependency from mmc-modules to crc-modules (fixes FTBFS on arm64)
+  * [hppa] Ignore ABI changes in built-in drm_kms_helper code (fixes FTBFS)
+  * [powerpc*] Revert "powerpc: Simplify module TOC handling"; it is not needed
+    to fix #808043 and causes a regression on ppc64el
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 09 Mar 2016 02:15:48 +0000
+
+linux (4.4.4-1) unstable; urgency=medium
+
+  [ Salvatore Bonaccorso ]
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.4.3
+    - [x86] mm: Fix types used in pgprot cacheability flags translations
+    - [x86] mm/pat: Avoid truncation when converting cpa->numpages to address
+    - [x86] uaccess/64: Make the __copy_user_nocache() assembly code
+      more readable
+    - [x86] uaccess/64: Handle the caching of 4-byte nocache copies
+      properly in __copy_user_nocache()
+    - [x86] mm: Fix vmalloc_fault() to handle large pages properly
+    - ALSA: hda - Cancel probe work instead of flush at remove
+    - ALSA: pcm: Fix rwsem deadlock for non-atomic PCM stream
+    - ALSA: seq: Fix leak of pool buffer at concurrent writes
+    - ALSA: seq: Fix double port list deletion
+    - [armhf] phy: twl4030-usb: Relase usb phy on unload
+    - [armhf] phy: twl4030-usb: Fix unbalanced pm_runtime_enable on
+      module reload
+    - staging/speakup: Use tty_ldisc_ref() for paste kworker
+    - pty: fix possible use after free of tty->driver_data
+    - pty: make sure super_block is still valid in final /dev/tty close
+    - tty: Add support for PCIe WCH382 2S multi-IO card
+    - [x86] serial: 8250_pci: Add Intel Broadwell ports
+    - [armhf] serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485)
+    - ext4: fix scheduling in atomic on group checksum failure
+    - ext4: fix potential integer overflow
+    - ext4: don't read blocks from disk after extents being swapped
+    - btrfs: handle invalid num_stripes in sys_array
+    - Btrfs: fix fitrim discarding device area reserved for boot loader's use
+    - Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"
+    - btrfs: properly set the termination value of ctx->pos in readdir
+    - Btrfs: fix invalid page accesses in extent_same (dedup) ioctl
+    - Btrfs: fix page reading in extent_same ioctl leading to csum errors
+    - Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctl
+    - Btrfs: fix direct IO requests not reporting IO error to user space
+    - ptrace: use fsuid, fsgid, effective creds for fs access checks
+    - tracing: Fix freak link error caused by branch tracer
+    - tracepoints: Do not trace when cpu is offline
+    - klist: fix starting point removed bug in klist iterators
+    - scsi: add Synology to 1024 sector blacklist
+    - iscsi-target: Fix potential dead-lock during node acl delete
+    - SCSI: fix crashes in sd and sr runtime PM
+    - drivers/scsi/sg.c: mark VMA as VM_IO to prevent migration
+    - scsi_dh_rdac: always retry MODE SELECT on command lock violation
+    - SCSI: Add Marvell Console to VPD blacklist
+    - scsi: fix soft lockup in scsi_remove_target() on module removal
+    - iio: adis_buffer: Fix out-of-bounds memory access
+    - iio:adc:ti_am335x_adc Fix buffered mode by identifying as software buffer.
+    - iio-light: Use a signed return type for ltr501_match_samp_freq()
+    - iio: add HAS_IOMEM dependency to VF610_ADC
+    - iio: add IIO_TRIGGER dependency to STK8BA50
+    - iio: dac: mcp4725: set iio name property in sysfs
+    - iio: light: acpi-als: Report data as processed
+    - iio: pressure: mpl115: fix temperature offset sign
+    - iio: inkern: fix a NULL dereference on error
+    - cifs: Ratelimit kernel log messages
+    - cifs: fix race between call_async() and reconnect()
+    - cifs_dbg() outputs an uninitialized buffer in cifs_readdir()
+    - cifs: fix erroneous return value
+    - NFS: Fix attribute cache revalidation
+    - pNFS/flexfiles: Fix an Oopsable typo in ff_mirror_match_fh()
+    - nfs: Fix race in __update_open_stateid()
+    - pNFS/flexfiles: Fix an XDR encoding bug in layoutreturn
+    - udf: limit the maximum number of indirect extents in a row
+    - udf: Prevent buffer overrun with multi-byte characters
+    - udf: Check output buffer length when converting name to CS0
+    - SUNRPC: Fixup socket wait for memory
+    - [powerpc] eeh: Fix PE location code
+    - [powerpc] eeh: Fix stale cached primary bus
+    - [powerpc] powernv: Fix stale PE primary bus
+    - [powerpc] ioda: Set "read" permission when "write" is set
+    - [armhf] mvebu: remove duplicated regulator definition in Armada 388 GP
+    - [arm64] mm: avoid calling apply_to_page_range on empty range
+    - [armel,armhf] 8519/1: ICST: try other dividends than 1
+    - [armel,armhf] 8517/1: ICST: avoid arithmetic overflow in icst_hz()
+    - [armhf] dts: Fix wl12xx missing clocks that cause hangs
+    - [armhf] dts: Fix omap5 PMIC control lines for RTC writes
+    - [armhf] dts: omap5-board-common: enable rtc and charging of backup battery
+    - [armhf] OMAP2+: Fix wait_dll_lock_timed for rodata
+    - [armhf] OMAP2+: Fix l2_inv_api_params for rodata
+    - [armhf] OMAP2+: Fix l2dis_3630 for rodata
+    - [armhf] OMAP2+: Fix save_secure_ram_context for rodata
+    - [armhf] OMAP2+: Fix ppa_zero_params and ppa_por_params for rodata
+    - [arm64] dma-mapping: fix handling of devices registered before
+      arch_initcall
+    - [arm,arm64] KVM: Fix reference to uninitialised VGIC
+    - [powerpc*] KVM: PPC: Fix emulation of H_SET_DABR/X on POWER8
+    - [powerpc*] KVM: PPC: Fix ONE_REG AltiVec support
+    - mm: soft-offline: check return value in second __get_any_page() call
+    - libnvdimm: fix namespace object confusion in is_uuid_busy()
+    - mm: fix mlock accouting
+    - mm: replace vma_lock_anon_vma with anon_vma_lock_read/write
+    - mm: fix regression in remap_file_pages() emulation
+    - Input: elantech - mark protocols v2 and v3 as semi-mt
+    - [x86] Input: i8042 - add Fujitsu Lifebook U745 to the nomux list
+    - string_helpers: fix precision loss for some inputs
+    - Input: vmmouse - fix absolute device registration
+    - [x86] iommu/vt-d: Don't skip PCI devices when disabling IOTLB
+    - [x86] iommu/amd: Correct the wrong setting of alias DTE in do_attach
+    - [x86] iommu/vt-d: Fix mm refcounting to hold mm_count not mm_users
+    - [x86] iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REG
+    - [x86] iommu/vt-d: Clear PPR bit to ensure we get more page
+      request interrupts
+    - Revert "xhci: don't finish a TD if we get a short-transfer event mid TD"
+    - xhci: Fix list corruption in urb dequeue at host removal
+    - fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
+    - [s390x] numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390
+    - memcg: only free spare array when readers are done
+    - radix-tree: fix race in gang lookup
+    - drivers/hwspinlock: fix race between radix tree insertion and lookup
+    - radix-tree: fix oops after radix_tree_iter_retry
+    - dump_stack: avoid potential deadlocks
+    - mm,thp: khugepaged: call pte flush at the time of collapse
+    - [x86] intel_scu_ipcutil: underflow in scu_reg_access()
+    - ipc/shm: handle removed segments gracefully in shm_mmap()
+    - devm_memremap_release(): fix memremap'd addr handling
+    - futex: Drop refcount if requeue_pi() acquired the rtmutex
+    - ovl: allow zero size xattr
+    - ovl: use a minimal buffer in ovl_copy_xattr
+    - ovl: check dentry positiveness in ovl_cleanup_whiteouts()
+    - ovl: root: copy attr
+    - ovl: setattr: check permissions before copy-up
+    - libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct
+    - xfs: inode recovery readahead can race with inode buffer creation
+    - Revert "xfs: clear PF_NOFREEZE for xfsaild kthread"
+    - xfs: log mount failures don't wait for buffers to be released
+    - prctl: take mmap sem for writing to protect against others
+    - timerfd: Handle relative timers with CONFIG_TIME_LOW_RES proper
+    - posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES proper
+    - itimers: Handle relative timers with CONFIG_TIME_LOW_RES proper
+    - modules: fix modparam async_probe request
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.4.4
+    - af_iucv: Validate socket address length in iucv_sock_bind()
+    - gro: Make GRO aware of lightweight tunnels.
+    - tunnels: Allow IPv6 UDP checksums to be correctly controlled.
+    - lwt: fix rx checksum setting for lwt devices tunneling over ipv6
+    - tcp: fix NULL deref in tcp_v4_send_ack()
+    - af_unix: fix struct pid memory leak
+    - pptp: fix illegal memory access caused by multiple bind()s
+    - sctp: allow setting SCTP_SACK_IMMEDIATELY by the application
+    - tipc: fix connection abort during subscription cancel
+    - inet: frag: Always orphan skbs inside ip_defrag()
+    - tcp: beware of alignments in tcp_get_info()
+    - ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()
+    - ipv6/udp: use sticky pktinfo egress ifindex on connect()
+    - ipv6: addrconf: Fix recursive spin lock call
+    - ipv6: fix a lockdep splat
+    - unix: correctly track in-flight fds in sending process user_struct
+      (regression in 4.3.3-6; CVE-2016-2550)
+    - tcp: do not drop syn_recv on all icmp reports
+    - net:Add sysctl_max_skb_frags
+    - tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segs
+    - enic: increment devcmd2 result ring in case of timeout
+    - sctp: translate network order to host order when users get a hmacid
+    - net: Copy inner L3 and L4 headers as unaligned on GRE TEB
+    - flow_dissector: Fix unaligned access in __skb_flow_dissector when used by
+      eth_get_headlen
+    - bpf: fix branch offset adjustment on backjumps after patching
+      ctx expansion
+    - bonding: Fix ARP monitor validation
+    - ipv4: fix memory leaks in ip_cmsg_send() callers
+    - af_unix: Don't set err in unix_stream_read_generic unless there was
+      an error
+    - af_unix: Guard against other == sk in unix_dgram_sendmsg
+    - tipc: fix premature addition of node to lookup table
+    - tcp: md5: release request socket instead of listener
+    - qmi_wwan: add "4G LTE usb-modem U901"
+    - net/mlx4_en: Count HW buffer overrun only once
+    - net/mlx4_en: Choose time-stamping shift value according to HW frequency
+    - net/mlx4_en: Avoid changing dev->features directly in run-time
+    - l2tp: Fix error creating L2TP tunnels
+    - pppoe: fix reference counting in PPPoE proxy
+    - net_sched fix: reclassification needs to consider ether protocol changes
+    - route: check and remove route cache when we get route
+    - tcp/dccp: fix another race at listener dismantle
+    - IFF_NO_QUEUE: Fix for drivers not calling ether_setup()
+    - rtnl: RTM_GETNETCONF: fix wrong return value
+    - tipc: unlock in error path
+    - unix_diag: fix incorrect sign extension in unix_lookup_by_ino
+    - sctp: Fix port hash table size computation
+    - ext4: fix bh->b_state corruption
+    - [s390x] KVM: fix guest fprs memory leak
+    - devm_memremap: Fix error value when memremap failed
+    - efi: Make efivarfs entries immutable by default
+    - efi: Add pstore variables to the deletion whitelist
+    - bcache: fix a livelock when we cause a huge number of cache misses
+    - bcache: Add a cond_resched() call to gc
+    - bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
+    - bcache: fix a leak in bch_cached_dev_run()
+    - bcache: unregister reboot notifier if bcache fails to unregister device
+    - bcache: allows use of register in udev to avoid "device_busy" error.
+    - bcache: prevent crash on changing writeback_running
+    - bcache: Change refill_dirty() to always scan entire disk if necessary
+    - dm thin: fix race condition when destroying thin pool workqueue
+    - can: ems_usb: Fix possible tx overflow
+    - usb: dwc3: Fix assignment of EP transfer resources
+    - USB: cp210x: add IDs for GE B650V3 and B850V3 boards
+    - USB: option: add support for SIM7100E
+    - USB: option: add "4G LTE usb-modem U901"
+    - [armhf] spi: omap2-mcspi: Prevent duplicate gpio_request
+    - iw_cxgb3: Fix incorrectly returning error on success
+    - [x86] drm/i915: shut up gen8+ SDE irq dmesg noise
+    - ocfs2: unlock inode if deleting inode from orphan fails
+    - mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED
+    - mm: numa: quickly fail allocations for NUMA balancing on full nodes
+    - genirq: Validate action before dereferencing it in
+      handle_irq_event_percpu()
+    - [s390x] KVM: fix memory overwrites when vx is disabled
+    - Btrfs: add missing brelse when superblock checksum fails
+    - Btrfs: igrab inode in writepage
+    - btrfs: statfs: report zero available if metadata are exhausted
+    - Btrfs: send, don't BUG_ON() when an empty symlink is found
+    - Btrfs: fix number of transaction units required to create symlink
+    - Btrfs: fix transaction handle leak on failure to create hard link
+    - Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and
+      subvolume roots
+    - btrfs: initialize the seq counter in struct btrfs_device
+    - [s390x] fix normalization bug in exception table sorting
+    - [s390x] dasd: prevent incorrect length error under z/VM after PAV changes
+    - [s390x] dasd: fix refcount for PAV reassignment
+    - [s390x] dasd: fix performance drop
+    - [s390x] compat: correct restore of high gprs on signal return
+    - [s390x] fpu: signals vs. floating point control register
+    - locks: fix unlock when fcntl_setlk races with a close
+    - rtlwifi: rtl8192cu: Add missing parameter setup
+    - rtlwifi: rtl8192ce: Fix handling of module parameters
+    - rtlwifi: rtl8192de: Fix incorrect module parameter descriptions
+    - rtlwifi: rtl8723ae: Fix initialization of module parameters
+    - rtlwifi: rtl8192se: Fix module parameter initialization
+    - rtlwifi: rtl8188ee: Fix module parameter initialization
+    - rtlwifi: rtl8723be: Fix module parameter initialization
+    - [x86] mei: fix fasync return value on error
+    - [x86] mei: validate request value in client notify request ioctl
+    - namei: ->d_inode of a pinned dentry is stable only for positives
+    - [armhf] rc: sunxi-cir: Initialize the spinlock properly
+    - gspca: ov534/topro: prevent a division by 0
+    - vb2: fix a regression in poll() behavior for output,streams
+    - tda1004x: only update the frontend properties if locked
+    - dm snapshot: fix hung bios when copy error occurs
+    - dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths
+    - posix-clock: Fix return code on the poll method's error path
+    - mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPT
+    - mmc: sdhci: Fix DMA descriptor with zero data length
+    - mmc: sdio: Fix invalid vdd in voltage switch power cycle
+    - mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400
+    - mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()
+    - mmc: core: Enable tuning according to the actual timing
+    - [armhf, arm64] mmc: mmci: fix an ages old detection error
+    - [x86] mmc: sdhci-acpi: Fix card detect race for Intel BXT/APL
+    - [x86] mmc: sdhci-pci: Fix card detect race for Intel BXT/APL
+    - mmc: sdhci: Allow override of mmc host operations
+    - mmc: sdhci: Allow override of get_cd() called from sdhci_request()
+    - [x86] Drivers: hv: vmbus: Fix a Host signaling bug
+    - Bluetooth: Use continuous scanning when creating LE connections
+    - Bluetooth: Add support of Toshiba Broadcom based devices
+    - Bluetooth: Fix incorrect removing of IRKs
+    - Bluetooth: 6lowpan: Fix kernel NULL pointer dereferences
+    - Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packets
+    - time: Avoid signed overflow in timekeeping_get_ns()
+    - cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
+    - [mips*] Revert "MIPS: Fix PAGE_MASK definition"
+    - [mips*el/loongson-3] Loongson-3: Fix SMP_ASK_C0COUNT IPI handler
+    - [mips*] hpet: Choose a safe value for the ETIME check
+    - [mips*] Fix buffer overflow in syscall_get_arguments()
+    - EDAC: Robustify workqueues destruction
+    - EDAC, mc_sysfs: Fix freeing bus' name
+    - [sparc64] fix incorrect sign extension in sys_sparc64_personality
+    - [armhf] clk: exynos: use irqsave version of spin_lock to avoid deadlock
+      with irqs
+    - [armhf] regulator: axp20x: Fix GPIO LDO enable value for AXP22x
+    - virtio_balloon: fix race by fill and leak
+    - virtio_balloon: fix race between migration and ballooning
+    - virtio_pci: fix use after free on release
+    - [x86] drm/vmwgfx: Fix an incorrect lock check
+    - [x86] drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates
+    - [x86] drm/vmwgfx: respect 'nomodeset'
+    - [x86] drm/amdgpu: Fix off-by-one errors in amdgpu_vm_bo_map
+    - [x86] drm/amdgpu: call hpd_irq_event on resume
+    - [x86] drm/amdgpu: fix lost sync_to if scheduler is enabled.
+    - [x86] drm/amdgpu: fix tonga smu resume
+    - [x86] drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2
+    - [x86] drm/amdgpu: no need to load MC firmware on fiji
+    - [x86] drm/amdgpu: move gmc7 support out of CIK dependency
+    - [x86] drm/amdgpu: iceland use CI based MC IP
+    - [x86] drm/amdgpu: The VI specific EXE bit should only apply to GMC
+      v8.0 above
+    - [x86] drm/amdgpu: pull topaz gmc bits into gmc_v7
+    - [x86] drm/amdgpu: drop topaz support from gmc8 module
+    - [x86] drm/amdgpu: don't load MEC2 on topaz
+    - [x86] drm/amdgpu: remove exp hardware support from iceland
+    - [x86] drm/amdgpu: fix s4 resume
+    - [x86] drm/amdgpu: remove unnecessary forward declaration
+    - [x86] drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)
+    - [x86] drm/amdgpu: fix issue with overlapping userptrs
+    - [x86] drm/amdgpu: use post-decrement in error handling
+    - [x86] drm/amdgpu: Don't hang in amdgpu_flip_work_func on disabled crtc.
+    - [x86] drm/amdgpu/pm: adjust display configuration after powerstate
+    - drm/nouveau/kms: take mode_config mutex in connector hotplug path
+    - drm/nouveau/display: Enable vblank irqs after display engine is on again.
+      (regression in 4.4)
+    - drm/nouveau/disp/dp: ensure sink is powered up before attempting
+      link training
+    - drm/nouveau: platform: Fix deferred probe
+    - drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addr
+    - drm/radeon: Fix "slow" audio over DP on DCE8+
+    - drm/radeon: clean up fujitsu quirks
+    - drm/radeon: properly byte swap vce firmware setup
+    - drm/radeon: cleaned up VCO output settings for DP audio
+    - drm/radeon: Add a common function for DFS handling
+    - drm/radeon: fix DP audio support for APU with DCE4.1 display engine
+    - drm/radeon: mask out WC from BO on unsupported arches
+    - drm/radeon: hold reference to fences in radeon_sa_bo_new
+    - drm: fix missing reference counting decrease
+    - [x86] drm/i915: Restore inhibiting the load of the default context
+    - [x86] drm/i915: intel_hpd_init(): Fix suspend/resume reprobing
+    - [x86] drm/i915: Init power domains early in driver load
+    - [x86] drm/i915: Make sure DC writes are coherent on flush.
+    - [x86] drm/i915/dp: fall back to 18 bpp when sink capability is unknown
+    - [x86] drm/i915: Don't reject primary plane windowing with color keying
+      enabled on SKL+
+    - [x86] drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()
+    - [x86] drm/i915/dsi: defend gpio table against out of bounds access
+    - [x86] drm/i915/dsi: don't pass arbitrary data to sideband
+    - [x86] drm/i915: fix error path in intel_setup_gmbus()
+    - drm/qxl: use kmalloc_array to alloc reloc_info in
+      qxl_process_single_command
+    - drm/radeon: use post-decrement in error handling
+    - drm: No-Op redundant calls to drm_vblank_off() (v2)
+    - drm: Prevent vblank counter bumps > 1 with active vblank clients. (v2)
+      (regression in 4.4)
+    - drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
+    - drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on() (v2)
+    - drm/radeon: Don't hang in radeon_flip_work_func on disabled crtc. (v2)
+    - drm/radeon/pm: adjust display configuration after powerstate
+    - make sure that freeing shmem fast symlinks is RCU-delayed
+    - [x86] toshiba_acpi: Fix blank screen at boot if transflective backlight is
+      supported
+    - [x86] ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill
+      dmi list
+    - [x86] ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list
+    - [x86] ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba
+      Portege R700
+    - [x86] ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba
+      Satellite R830
+    - [x86] ACPI: Revert "ACPI / video: Add Dell Inspiron 5737 to the blacklist"
+    - [x86] ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()
+    - nfit: fix multi-interface dimm handling, acpi6.1 compatibility
+    - dmaengine: dw: fix cyclic transfer setup
+    - dmaengine: dw: fix cyclic transfer callbacks
+    - dmaengine: dw: disable BLOCK IRQs for non-cyclic xfer
+    - IB/cm: Fix a recently introduced deadlock
+    - IB/qib: fix mcast detach when qp not attached
+    - IB/qib: Support creating qps with GFP_NOIO flag
+    - IB/mlx5: Expose correct maximum number of CQE capacity
+    - Thermal: initialize thermal zone device correctly
+    - Thermal: handle thermal zone device properly during system sleep
+    - Thermal: do thermal zone update after a cooling device registered
+    - hwmon: (dell-smm) Blacklist Dell Studio XPS 8000
+    - hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hook
+    - hwmon: (ads1015) Handle negative conversion values correctly
+    - cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototype
+    - cpufreq: Fix NULL reference crash while accessing policy->governor_data
+    - seccomp: always propagate NO_NEW_PRIVS on tsync
+    - libceph: fix ceph_msg_revoke()
+    - libceph: don't bail early from try_read() when skipping a message
+    - libceph: use the right footer size when skipping a message
+    - libceph: don't spam dmesg with stray reply warnings
+    - sd: Optimal I/O size is in bytes, not sectors
+    - Staging: speakup: Fix getting port information
+    - cdc-acm:exclude Samsung phone 04e8:685d
+    - tick/nohz: Set the correct expiry when switching to nohz/lowres mode
+    - rfkill: fix rfkill_fop_read wait_event usage
+    - mac80211: Requeue work after scan complete for all VIF types.
+    - workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookup
+    - Revert "workqueue: make sure delayed work run in local cpu"
+    - ALSA: hda - Apply clock gate workaround to Skylake, too
+    - ALSA: hda - Fixing background noise on Dell Inspiron 3162
+    - target: Fix LUN_RESET active I/O handling for ACK_KREF
+    - target: Fix LUN_RESET active TMR descriptor handling
+    - target: Fix TAS handling for multi-session se_node_acls
+    - target: Fix remote-port TMR ABORT + se_cmd fabric stop
+    - target: Fix race with SCF_SEND_DELAYED_TAS handling
+    - qla2xxx: Fix stale pointer access.
+    - libata: fix sff host state machine locking while polling
+    - PCI/AER: Flush workqueue on device remove to avoid use-after-free
+    - cpuset: make mm migration asynchronous
+    - cgroup: make sure a parent css isn't offlined before its children
+    - writeback: keep superblock pinned during cgroup writeback
+      association switches
+    - phy: core: fix wrong err handle for phy_power_on
+    - [x86] i2c: i801: Adding Intel Lewisburg support for iTCO
+    - bio: return EINTR if copying to user space got interrupted
+    - block: fix use-after-free in dio_bio_complete
+    - nfs: fix nfs_size_to_loff_t
+    - NFSv4: Fix a dentry leak on alias use
+    - KVM: async_pf: do not warn on page allocation failures
+    - [armhf,arm64] KVM: vgic: Ensure bitmaps are long enough
+    - [x86] KVM: fix missed hardware breakpoints
+    - [x86] KVM: fix conversion of addresses to linear in 32-bit protected mode
+    - [x86] KVM: MMU: fix ubsan index-out-of-range warning
+    - [powerpc] eeh: Fix partial hotplug criterion
+    - tracing: Fix showing function event in available_events
+    - sunrpc/cache: fix off-by-one in qword_get()
+    - kernel/resource.c: fix muxed resource handling in __request_region()
+    - do_last(): don't let a bogus return value from ->open() et.al. to
+      confuse us
+    - [armhf] OMAP2+: Fix onenand initialization to avoid filesystem corruption
+    - [armhf] xen: correctly handle DMA mapping of compound pages
+    - xen/scsiback: correct frontend counting
+    - xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY
+    - xen/pciback: Save the number of MSI-X entries to be copied later.
+    - xen/pcifront: Fix mysterious crashes when NUMA locality information
+      was extracted.
+    - should_follow_link(): validate ->d_seq after having decided to follow
+    - do_last(): ELOOP failure exit should be done after leaving RCU mode
+    - [x86] mpx: Fix off-by-one comparison with nr_registers
+    - [x86] entry/compat: Add missing CLAC to entry_INT80_32
+    - [x86] irq: Call chip->irq_set_affinity in proper context
+    - [x86] irq: Fix a race in x86_vector_free_irqs()
+    - [x86] irq: Validate that irq descriptor is still active
+    - [x86] irq: Do not use apic_chip_data.old_domain as temporary buffer
+    - [x86] irq: Reorganize the return path in assign_irq_vector
+    - [x86] irq: Reorganize the search in assign_irq_vector
+    - [x86] irq: Check vector allocation early
+    - [x86] irq: Copy vectormask instead of an AND operation
+    - [x86] irq: Remove offline cpus from vector cleanup
+    - [x86] irq: Clear move_in_progress before sending cleanup IPI
+    - [x86] irq: Remove the cpumask allocation from send_cleanup_vector()
+    - [x86] irq: Remove outgoing CPU from vector cleanup mask
+    - [x86] irq: Call irq_force_move_complete with irq descriptor
+    - [x86] irq: Plug vector cleanup race
+    - IB/cma: Fix RDMA port validation for iWarp
+    - security: let security modules use PTRACE_MODE_* with bitmasks
+    - iwlwifi: dvm: fix WoWLAN
+    - iwlwifi: pcie: properly configure the debug buffer size for 8000
+    - iwlwifi: update and fix 7265 series PCI IDs
+    - iwlwifi: mvm: don't allow sched scans without matches to be started
+
+  [ Roger Shimizu ]
+  * [armhf] dts: imx6dlq-wandboard-revb1: use unique model id
+    (Closes: #813881).
+  * [armel] dts: Add various device-tree fixes and improvements for
+    Buffalo Linkstation devices.
+
+  [ Ben Hutchings ]
+  * udeb: Include more modules, including those needed on Firefly-RK3288,
+    thanks to Vagrant Cascadian (Closes: #815476)
+    - [armhf] core-modules: Include regulator drivers by default
+    - mmc-modules: Include MMC controller drivers by default
+    - mmc-modules: Depends on usb-modules
+    - usb-modules: Include USB PHY drivers by default
+  * uas: Fix high-order alloc
+  * Fix/ignore module ABI changes in 4.4.4 as appropriate
+  * Revert "drm/radeon: call hpd_irq_event on resume", reported to cause
+    regressions (crash/hang) on some systems
+  * [powerpc*] Fix module linking to work with binutils 2.26 (Closes: #808043):
+    - Simplify module TOC handling
+    - Fix dedotify for binutils >= 2.26
+
+  [ Ian Campbell ]
+  * [armhf] dts: Add DTB for Novena, patches from Vagrant Cascadian
+    (Closes: #815324)
+
+  [ Uwe Kleine-König ]
+  * [armhf] enable AXP20X_POWER (Closes: #815971)
+  * [rt] Update to 4.4.3-rt9
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 07 Mar 2016 19:27:18 +0000
+
+linux-tools (4.4-4) unstable; urgency=medium
+
+  * hyperv-daemons: Only build the progarams on x86 (fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 21 Feb 2016 16:57:55 +0000
+
+linux-tools (4.4-3) unstable; urgency=medium
+
+  * hyperv-daemons: Add init scripts
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 21 Feb 2016 15:07:55 +0000
+
+linux (4.4.2-3) unstable; urgency=medium
+
+  * [x86] efi-bgrt: Fix kernel panic when mapping BGRT data (Closes: #815125)
+  * [x86] efi-bgrt: Replace early_memremap() with memremap()
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 21 Feb 2016 13:11:18 +0000
+
+linux-tools (4.4-2) unstable; urgency=medium
+
+  * linux-perf: Include version number in strace groups installation directory
+    (Closes: #813080)
+  * [alpha,sh4] Attempt to fix build failures
+  * Build fixdep under debian/build and clean it up properly
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 19 Feb 2016 17:11:29 +0000
+
+linux (4.4.2-2) unstable; urgency=medium
+
+  [ Ben Hutchings ]
+  * udeb: Make DAC960 and cciss optional in scsi-modules again
+    (fixes FTBFS on armhf, arm64)
+  * [armel,armhf] net: mv643xx_eth: fix packet corruption with TSO and tiny
+    unaligned packets. (Closes: #814681)
+  * [mipsel/loongson-2f] udeb: Add i2c-modules to avoid duplicate modules
+
+  [ Martin Michlmayr ]
+  * [arm64] Create i2c-modules udeb to avoid duplicate modules.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 19 Feb 2016 14:48:52 +0000
+
+linux-tools (4.4-1) unstable; urgency=medium
+
+  * Upload to unstable
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 18 Feb 2016 01:30:50 +0000
+
+linux (4.4.2-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.4.2
+    - ALSA: usb-audio: avoid freeing umidi object twice (CVE-2016-2384)
+
+  [ Ben Hutchings ]
+  * Set ABI to 1
+  * iw_cxgb3: Fix incorrectly returning error on success (CVE-2015-8812)
+  * fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list() (CVE-2016-0617)
+    (regression in 4.3)
+  * af_unix: Guard against other == sk in unix_dgram_sendmsg
+    (regression in 4.2.6-2)
+  * Revert "workqueue: make sure delayed work run in local cpu"
+    (regression in 4.3)
+  * af_unix: Don't set err in unix_stream_read_generic unless there was an error
+    (regression in 4.4, 4.3.4)
+  * bpf: fix branch offset adjustment on backjumps after patching ctx expansion
+    (CVE-2016-2383)
+  * udeb: Combine scsi-{common,extra}-modules with scsi-modules
+  * udeb: Use wildcards to include entire classes of drivers:
+    - input-modules: Include HID drivers by default
+    - nic{,-pcmcia,-usb,-wireless}-modules: Include Ethernet, USB and wireless
+      drivers by default
+    - {pata,sata}-modules: Include ATA drivers by default
+    - sound-modules: Include sound drivers by default
+    - scsi-modules: Include SCSI drivers by default
+    - usb-modules: Include USB host drivers by default
+    - usb-serial-modules: Include USB serial drivers by default
+    - usb-storage-modules: Include USB storage drivers by default
+  * udeb: Remove some obsolete drivers:
+    - nic-modules: Remove FDDI and HIPPI drivers, and inet_lro module
+    - nic-pcmcia-modules: Remove Arcnet drivers
+  * udeb: Move most USB wireless drivers from nic-usb-modules to
+    nic-wireless-modules
+  * udeb: Really add virtio_input to virtio-modules (not input-modules)
+  * [x86] Fix issues resulting in W+X pages:
+    - [amd64] efi: Build our own page table structure
+    - [i386/686-pae] mm: Fix types used in pgprot cacheability flags
+      translations
+    - [i386/686-pae] PCI: Set pci=nobios by default
+  * IFF_NO_QUEUE: Fix for drivers not calling ether_setup() (regression in 4.3)
+  * udeb: Fix issues with wildcards that caused FTBFS on armhf, thanks to
+    Karsten Merker
+
+  [ Roger Shimizu ]
+  * Enable TTY_PRINTK as module (Closes: #814540).
+
+  [ Uwe Kleine-König ]
+  * [rt] Update to 4.4.1-rt6
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 17 Feb 2016 21:20:12 +0000
+
+linux (4.4.1-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.4.1
+
+  [ Ricardo Salveti ]
+  * Extending ARM64 support:
+    - config: enabling support for the AMD Seattle platform
+    - nic-modules: adding amd-xgbe
+    - sata-modules: adding ahci_platform, required by AMD Overdrive
+    - config: enabling the cpuidle ARM driver
+    - config: enable multi-core scheduler support by default
+    - config: enable PCI generic host bridge by default
+    - config: enable CRYPTO_CRC32_ARM64 by default
+
+  [ Ian Campbell ]
+  * [arm64] Enabled support for QCOM platforms, options recommended by Martin
+    Michlmayr. (Closes: #812386)
+  * [armel/marvell] Declare breaks against flash-kernel << 3.57~ in order to
+    force a version which understands about the merge of kirkwood and orion5x
+    flavours into marvell.
+
+  [ Ben Hutchings ]
+  * linux-image: Make failure of depmod fatal, rather than asking what to do
+  * [mips*] linux-image: Remove debconf question for requirement of initramfs
+  * linux-image: Remove unnecessary debconf initialisations
+  * linux-{headers,image}: Remove support for version-specific hooks
+  * linux-headers: Make postinst script less verbose (see: #734266)
+  * [armel] Replace kirkwood and orion5x flavours with a 'marvell' flavour
+  * [armel/marvell] Adjust configuration to reduce image size:
+    - Disable support for DNS-323 as the kernel image was already too large
+      for this machine
+      + Disable MACH_DNS323
+      + Change MTD_CFI_AMDSTD from built-in to module
+    - input: Disable KEYBOARD_ATKBD
+    - mtd: Change JFFS2_FS, MTD_SPI_NOR, and M25P80 from built-in to modules
+  * [rt] Update to 4.4.1-rt5:
+    - genirq: Add default affinity mask command line option
+    - latencyhist: disable jump-labels
+    - kernel/perf: mark perf_cpu_context's timer as irqsafe
+  * bnx2x: Enable BNX2X_VXLAN
+  * cgroups: Enable CGROUP_PIDS
+  * crypto: Enable CRYPTO_CHACHA20, CRYPTO_POLY1305, CRYPTO_CHACHA20POLY1305,
+    CRYPTO_USER_API_AEAD as modules
+  * [x86] crypto: Enable CRYPTO_DEV_QAT_DH895xCC, CRYPTO_DEV_QAT_DH895xCCVF
+    as modules
+  * [amd64] crypto: Enable CRYPTO_CHACHA20_X86_64, CRYPTO_DES3_EDE_X86_64,
+    CRYPTO_POLY1305_X86_64 as modules
+  * [x86] dmaengine: Enable INTEL_IDMA64 as module
+  * debug: Enable SCHED_STACK_END_CHECK
+  * dm-cache: Enable DM_CACHE_SMQ as module
+  * ethernet: Enable BNXT, QED, QEDE as modules
+  * hci_uart: Enable BT_HCIUART_QCA
+  * HID: Enable HID_CORSAIR, HID_GEMBIRD as modules
+  * [x86] hwmon: Enable SENSORS_I5500 as module
+  * [x86] IB: Enable INFINIBAND_USNIC as module
+  * iio/light: Enable ACPI_ALS as module
+  * [x86] input: Enable SURFACE_PRO3_BUTTON as module
+  * [x86] iommu: Enable INTEL_IOMMU_SVM
+  * ipvs: Enable IP_VS_OVF as module
+  * media: Enable DVB_NETUP_UNIDVB, USB_GSPCA_TOUPTEK,_VIDEO_DT3155 as modules
+  * [x86] mfd: Enable MFD_INTEL_LPSS_ACPI, MFD_INTEL_LPSS_PCI as modules
+  * [amd64] mic: Enable INTEL_MIC_X100_DMA, MIC_COSM, SCIF, SCIF_BUS as modules
+  * [powerpc*/*64*] misc: Enable GENWQE as module
+  * net: Enable LWTUNNEL, NET_L3_MASTER_DEV; and MPLS_IPTUNNEL, NET_VRF
+    as modules
+  * [amd64] net: Enable FUJITSU_ES as module
+  * netfilter: Really enable NF_TABLES_NETDEV, NFT_REDIR_IPV4, NFT_REDIR_IPV6
+    as modules
+  * net/phy: Enable AQUANTIA_PHY, DP83848_PHY, MICROCHIP_PHY, TERANETICS_PHY
+    as modules
+  * net/sched: Really enable NET_CLS_FLOWER as module
+  * net/usb: Enable USB_LAN78XX, USB_NET_CH9200 as modules
+  * nfsd: Enable NFSD_PNFS
+  * [x86] pinctrl: Enable PINCTRL_BROXTON, PINCTRL_SUNRISEPOINT
+  * [x86] rfkill: Enable DELL_RBTN as module
+  * serial: Enable SERIAL_OF_PLATFORM as module
+  * sound/firewire: Enable SND_FIREWIRE_DIGI00X, SND_FIREWIRE_TASCAM as modules
+  * [x86] thermal: Enable INTEL_PCH_THERMAL, INTEL_SOC_DTS_THERMAL as modules;
+    disable THERMAL_OF
+  * [x86] Enable INTEL_PMC_IPC as module
+  * vfs,nvdimm: Really enable FS_DAX
+  * [amd64] mm,nvdimm: Disable ZONE_DMA; enable ZONE_DEVICE, NVDIMM_PFN
+    - This disables drivers for some AC'97 sound cards
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 10 Feb 2016 02:02:14 +0000
+
+linux (4.4-1~exp1) experimental; urgency=medium
+
+  * New upstream release: http://kernelnewbies.org/Linux_4.4
+
+  [ Ben Hutchings ]
+  * [armhf] Enable EXTCON_USB_GPIO, ENSORS_GPIO_FAN as modules, and
+    USB_DWC3_DUAL_ROLE instead of USB_DWC3_HOST (Closes: #810048)
+  * [rt] Update to 4.4-rt2
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 19 Jan 2016 22:25:06 +0000
+
+linux-tools (4.4-1~exp2) experimental; urgency=medium
+
+  * linux-perf: Fix FTBFS with gcc 6 (used on hppa, sparc64)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 19 Jan 2016 22:11:13 +0000
+
+linux-tools (4.4-1~exp1) experimental; urgency=medium
+
+  * New upstream release
+
+  [ Ben Hutchings ]
+  * linux-perf: Fix reading of build-id from vDSO
+  * linux-perf: Leave -rc suffix out of version in package description
+  * debian.py: Implement stable order of fields not in the predefined order
+  * genorig.py: Make orig tarballs really reproducible:
+    - Override umask while extracting/exporting files
+    - Override user and group names in tarball
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 19 Jan 2016 00:31:02 +0000
+
+linux (4.4~rc8-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [rt] Update to 4.4-rc6-rt1 and re-enable
+  * [rt] Fix build error in kernel/time/hrtimer.c
+  * [rt] latency_hist: Update sched_switch probe
+  * [armhf] Add support for BCM2836 and Raspberry Pi 2:
+    - pwm: bcm2835: Calculate scaler in ->config()
+    - pwm: bcm2835: Prevent division by zero
+    - drm: Create a driver hook for allocating GEM object structs
+    - drm/vc4: Add a BO cache
+    - drm/vc4: Add create and map BO ioctls
+    - drm/vc4: Add an API for creating GPU shaders in GEM BOs
+    - drm/vc4: Fix a typo in a V3D debug register
+    - drm/vc4: Bind and initialize the V3D engine
+    - drm/vc4: Add support for drawing 3D frames
+    - drm/vc4: Add support for async pageflips
+    - drm/vc4: Add an interface for capturing the GPU state after a hang
+    - drm/vc4: copy_to_user() returns the number of bytes remaining
+    - drm/vc4: allocate enough memory in vc4_save_hang_state()
+    - drm/vc4: fix an error code
+    - bcm2835: Add a compat string for bcm2836 machine probe
+    - bcm2835: Add Kconfig support for bcm2836
+    - bcm2835: Define two new packets from the latest firmware
+    - bcm2835: add rpi power domain driver
+    - bcm2835: Split the DT for peripherals from the DT for the CPU
+    - bcm2835: Move the CPU/peripheral include out of common RPi DT
+    - bcm2835: Add devicetree for bcm2836 and Raspberry Pi 2 B
+    - bcm2835: Add the auxiliary clocks to the device tree
+    - Enable ARCH_BCM, ARCH_BCM2835, DMA_BCM2835, BCM2835_MBOX,
+      RASPBERRYPI_FIRMWARE, RASPBERRYPI_POWER
+    - Enable DRM_VC4, I2C_BCM2835, MMC_SDHCI_BCM2835, PWM_BCM2835, SPI_BCM2835,
+      SPI_BCM2835AUX, USB_DWC2, BCM2835_WDT, SND_BCM2835_SOC_I2S as modules
+    - udeb: Add sdhci-bcm2835 to mmc-modules, dwc2 to usb-modules
+  * [armhf] Enable INPUT_AXP20X_PEK, CAN_SUN4I, SND_SUN4I_CODEC as modules
+    (Closes: #808623)
+  * [x86] nvdimm: Change X86_PMEM_LEGACY from built-in to module
+  * [x86] Enable DEBUG_WX, X86_INTEL_MPX
+
+  [ Ian Campbell ]
+  * [armel/kirkwood] Updates/clarifications to kernel size limitations from
+    Martin Michlmayr. (Closes: #809528)
+  * [armhf] Enable support for Rockchip devices. (Closes: #809083)
+  * [armhf] Enable basic support for DRA7XX systems, such as Beagle-x15.
+    (Closes: #807624)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 04 Jan 2016 17:23:28 +0000
+
+linux (4.4~rc6-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+    - include/linux/mmdebug.h: should include linux/bug.h
+      (fixes FTBFS on arm64)
+
+  [ Ben Hutchings ]
+  * [sparc64] udeb: Replace mpt2sas with mpt3sas in scsi-common-modules
+    (fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 21 Dec 2015 17:30:10 +0000
+
+linux (4.4~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [arm64] Drop now-redundant patches for X-Gene (fixes FTBFS)
+  * [s390x] udeb: Add crc-modules package (fixes FTBFS)
+  * cirrus,mgag200: Drop patches for compatibility with wheezy userland
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 16 Dec 2015 17:16:09 +0000
+
+linux-tools (4.4~rc4-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 14 Dec 2015 01:28:50 +0000
+
+linux (4.4~rc4-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * aufs: Update support patches to aufs4.x-rcN-20151123
+  * udeb: Make md-modules depend on crc-modules (Closes: #807661)
+  * [armel/kirkwood,armhf] crypto: Enable CRYPTO_DEV_MARVELL_CESA as module
+    (Closes: #807634)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 13 Dec 2015 16:25:45 +0000
+
+linux (4.3.5-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.3.4
+    - toshiba_acpi: Initialize hotkey_event_type variable (regression in 4.3)
+    - USB: add quirk for devices with broken LPM
+    - usb: core : hub: Fix BOS 'NULL pointer' kernel panic
+    - pppoe: fix memory corruption in padt work structure (regression in 4.1)
+    - ipv6: keep existing flags when setting IFA_F_OPTIMISTIC
+      (regression in 4.1)
+    - vxlan: fix incorrect RCO bit in VXLAN header (regression in 4.0)
+    - sctp: update the netstamp_needed counter when copying sockets
+    - sctp: also copy sk_tsflags when copying the socket (regression in 3.17)
+    - r8152: fix lockup when runtime PM is enabled (regression in 4.2)
+    - ipv6: sctp: clone options to avoid use after free
+    - phy: micrel: Fix finding PHY properties in MAC node. (regression in 4.2)
+    - openvswitch: Fix helper reference leak
+    - openvswitch: Respect conntrack zone even if invalid
+    - net: fix IP early demux races
+    - vlan: Fix untag operations of stacked vlans with REORDER_HEADER off
+    - skbuff: Fix offset error in skb_reorder_vlan_header
+    - net: check both type and procotol for tcp sockets
+    - net_sched: make qdisc_tree_decrease_qlen() work for non mq
+      (regression in 4.3.3)
+    - net: fix uninitialized variable issue
+    - ipv6: automatically enable stable privacy mode if stable_secret set
+    - inet: tcp: fix inetpeer_set_addr_v4() (regression in 4.3)
+    - rhashtable: Enforce minimum size on initial hash table (regression in 4.1)
+    - fou: clean up socket with kfree_rcu
+    - af_unix: Revert 'lock_interruptible' in stream receive code
+    - tcp: restore fastopen with no data in SYN packet (regression in 4.0)
+    - rhashtable: Fix walker list corruption (regression in 4.1)
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.3.5
+    - [x86] mpx: Fix instruction decoder condition
+    - [x86] signal: Fix restart_syscall number for x32 tasks
+    - [x86] paravirt: Prevent rtc_cmos platform device init on PV guests
+      (regression in 4.2)
+    - [powerpc*] KVM: Book3S HV: Don't dynamically split core when already split
+      (regression in 4.3)
+    - [powerpc*] KVM: Book3S HV: Prohibit setting illegal transaction state
+      in MSR
+    - [x86] boot: Double BOOT_HEAP_SIZE to 64KB
+    - [x86] mm: Add barriers and document switch_mm()-vs-flush synchronization
+      (CVE-2016-2069)
+    - timers: Use proper base migration in add_timer_on()
+    - ipmi: move timer init to before irq is setup
+    - ALSA: hda - Disable 64bit address for Creative HDA controllers
+    - ALSA: hda - Fix lost 4k BDL boundary workaround (regression in 4.2)
+    - [x86] ALSA: hda - Fix noise on Dell Latitude E6440 (regression in 4.1)
+    - ALSA: hda - Skip ELD notification during system suspend
+      (regression in 4.3)
+    - ALSA: seq: Fix missing NULL check at remove_events ioctl
+    - ALSA: usb-audio: Avoid calling usb_autopm_put_interface() at disconnect
+    - ALSA: seq: Fix race at timer setup and close
+    - [x86] ALSA: hda - Fix white noise on Dell Latitude E5550
+      (regression in 4.1)
+    - ALSA: usb-audio: Fix mixer ctl regression of Native Instrument devices
+      (regression in 3.19)
+    - ALSA: timer: Harden slave timer list handling
+    - ALSA: timer: Fix race among timer ioctls
+    - ALSA: timer: Fix double unlink of active_list
+    - [x86] ALSA: hda - Add fixup for Dell Latitidue E6540 (regression in 4.1)
+    - ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat mode
+    - ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat mode
+    - ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0
+    - ALSA: timer: Handle disconnection more safely
+    - ASoC: rt286: Fix run time error while modifying const data
+      (regression in 4.3)
+    - airspy: increase USB control message buffer size (regression in 3.17)
+    - USB: fix invalid memory access in hub_activate()
+    - openvswitch: correct encoding of set tunnel action attributes
+      (regression in 4.3)
+    - veth: don’t modify ip_summed; doing so treats packets with bad checksums
+      as good.
+    - ipv6/addrlabel: fix ip6addrlbl_get()
+    - addrconf: always initialize sysctl table data
+    - connector: bump skb->users before callback invocation
+    - af_unix: Fix splice-bind deadlock
+    - bridge: Only call /sbin/bridge-stp for the initial network namespace
+    - net: filter: make JITs zero A for SKF_AD_ALU_XOR_X (regression in 3.16)
+    - net: sched: fix missing free per cpu on qstats (regression in 3.18)
+    - net: possible use after free in dst_release
+    - tcp: fix zero cwnd in tcp_cwnd_reduction (CVE-2016-2070)
+      (regression in 4.3)
+    - net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
+    - ipv6: tcp: add rcu locking in tcp_v6_send_synack()
+    - tcp_yeah: don't set ssthresh below 2
+    - udp: disallow UFO for sockets with SO_NO_CHECK option (regression in 4.0)
+    - net: preserve IP control block during GSO segmentation
+    - phonet: properly unshare skbs in phonet_rcv() (regression in 4.0)
+    - net: bpf: reject invalid shifts
+    - ipv6: update skb->csum when CE mark is propagated
+    - batman-adv: Avoid recursive call_rcu for batadv_bla_claim
+    - batman-adv: Avoid recursive call_rcu for batadv_nc_node
+    - batman-adv: Drop immediate batadv_orig_ifinfo free function
+    - batman-adv: Drop immediate batadv_neigh_node free function
+    - batman-adv: Drop immediate neigh_ifinfo free function
+    - batman-adv: Drop immediate batadv_hard_iface free function
+    - batman-adv: Drop immediate orig_node free function
+    - team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vid
+    - xfrm: dst_entries_init() per-net dst_ops
+    - [powerpc*] tm: Block signal return setting invalid MSR state
+    - [powerpc*] tm: Check for already reclaimed tasks
+    - [ppc64el] opal-irqchip: Fix double endian conversion (regression in 4.2)
+    - [powerpc*] opal-irqchip: Fix deadlock introduced by "Fix double endian
+      conversion"
+    - [powerpc*] powernv: pr_warn_once on unsupported OPAL_MSG type
+    - [powerpc*] Make value-returning atomics fully ordered
+    - [powerpc*] Make {cmp}xchg* and their atomic_ versions fully ordered
+    - [arm64] bpf: fix div-by-zero case
+    - [arm64] bpf: fix mod-by-zero case
+    - [arm64] cmpxchg_dbl: fix return value type (regression in 4.3)
+    - [arm*] KVM: test properly for a PTE's uncachedness
+    - [arm64] KVM: Fix AArch32 to AArch64 register mapping
+    - [arm*] KVM: correct PTE uncachedness check
+    - [arm64] kernel: enforce pmuserenr_el0 initialization and restore
+    - [arm*] iommu/arm-smmu: Fix error checking for ASID and VMID allocation
+    - HID: wacom: Tie cached HID_DG_CONTACTCOUNT indices to report ID
+      (regression in 4.3)
+    - HID: wacom: Expect 'touch_max' touches if HID_DG_CONTACTCOUNT not present
+      (regression in 4.3)
+    - HID: core: Avoid uninitialized buffer access
+    - staging: lustre: echo_copy.._lsm() dereferences userland pointers directly
+    - direct-io: Fix negative return from dio read beyond eof
+    - fix the regression from "direct-io: Fix negative return from dio read
+      beyond eof"
+    - [arm64] KVM: Add workaround for Cortex-A57 erratum 834220
+    - [arm64] kernel: fix architected PMU registers unconditional access
+
+  [ Ben Hutchings ]
+  * fuse: break infinite loop in fuse_fill_write_pages() (CVE-2015-8785)
+  * SCSI: fix crashes in sd and sr runtime PM (Closes: #801925)
+  * rt2x00: fix monitor mode regression (regression in 4.2)
+  * pipe: limit the per-user amount of pages allocated in pipes (CVE-2013-4312)
+    [Original reference is incorrect; should be CVE-2016-2847.]
+  * [powerpc*] Enable CRYPTO_DEV_VMX and enable CRYPTO_DEV_VMX_ENCRYPT as
+    module (Closes: #813640)
+  * debian/copyright: Add licence information for drivers/crypto/vmx/*.pl
+  * udeb: Add hid-logitech-hidpp to input-modules (Closes: #796096)
+  * hwrng: n2 - Attach on T5/M5, T7/M7 SPARC CPUs (Closes: #809815)
+
+  [ Salvatore Bonaccorso ]
+  * netfilter: nf_nat_redirect: add missing NULL pointer check (CVE-2015-8787)
+
+  [ Aurelien Jarno ]
+  * [mips*] Backport math emulation fix from 4.5.
+  * [arm64] Enable RTC_DRV_EFI.
+
+  [ Hendrik Brueckner ]
+  * [s390x] udeb: include modules to mount ISOs (loop device)
+    (Closes: #812336)
+  * [s390x] udeb: include btrfs-modules (Closes: #812340)
+
+  [ Martin Michlmayr ]
+  * Include Device Tree model in reportbug script
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 06 Feb 2016 23:25:14 +0000
+
+linux (4.3.3-7) unstable; urgency=medium
+
+  * linux-image-dbg: Don't rely on upstream makefile to make .build-id
+    links to vDSO debuginfo (fixes FTBFS on arm64, s390)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 19 Jan 2016 17:29:21 +0000
+
+linux (4.3.3-6) unstable; urgency=medium
+
+  [ Ben Hutchings ]
+  * debian.py: Implement stable order of fields in debian/tests/control
+  * debian.py: Implement stable order of fields not in the predefined order
+  * genorig.py: Make orig tarballs really reproducible:
+    - Override umask while extracting/exporting files
+    - Override user and group names in tarball
+  * xen/gntdev: Grant maps should not be subject to NUMA balancing
+    (Closes: #810472)
+  * gpio: Enable GPIO_SYSFS wherever GPIOLIB is enabled (Closes: #810085)
+  * [armhf] udeb: Include usbhid in input-modules (Closes: #809521)
+  * linux-image-dbg: Include debugging symbols for VDSOs
+  * [armel/kirkwood] power/reset: Re-enable POWER_RESET, POWER_RESET_GPIO
+    (regression in 3.17~rc5-1~exp1)
+  * usb: serial: visor: fix crash on detecting device without write_urbs
+    (CVE-2015-7566)
+  * tty: Fix unsafe ldisc reference via ioctl(TIOCGETD) (CVE-2016-0723)
+  * [x86] drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates
+  * bcache: Add upstream fixes marked for stable:
+    - fix a livelock when we cause a huge number of cache misses
+    - Add a cond_resched() call to gc
+    - clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
+    - fix a leak in bch_cached_dev_run()
+    - unregister reboot notifier if bcache fails to unregister device
+    - allows use of register in udev to avoid "device_busy" error.
+    - prevent crash on changing writeback_running
+    - Change refill_dirty() to always scan entire disk if necessary
+  * KEYS: Fix keyring ref leak in join_session_keyring() (CVE-2016-0728)
+
+  [ Salvatore Bonaccorso ]
+  * unix: properly account for FDs passed over unix sockets (CVE-2013-4312)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 19 Jan 2016 00:41:31 +0000
+
+linux (4.3.3-5) unstable; urgency=medium
+
+  * [armhf] udeb: Fix duplication and circular dependency between core-modules
+    and usb-modules (really fixes FTBFS)
+    - Add core-modules as a dependency of usb-modules
+    - Remove gpio-viperboard from core-modules as it is unlikely to be needed
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 04 Jan 2016 00:45:27 +0000
+
+linux (4.3.3-4) unstable; urgency=medium
+
+  * [armhf] udeb: Remove pbias-regulator module from mmc-modules as it's now
+    in core-modules (fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 03 Jan 2016 01:50:52 +0000
+
+linux (4.3.3-3) unstable; urgency=medium
+
+  [ Ben Hutchings ]
+  * [ppc64*] drm: Enable DRM_AST as module (Closes: #808338)
+  * block: ensure to split after potentially bouncing a bio (Closes: #809082)
+  * pptp: verify sockaddr_len in pptp_bind() and pptp_connect() (CVE-2015-8569)
+  * bluetooth: Validate socket address length in sco_sock_bind() (CVE-2015-8575)
+  * [xen] Fix race conditions in back-end drivers (CVE-2015-8550, XSA-155)
+  * [xen] pciback: Fix state validation in MSI control operations
+    (CVE-2015-8551, CVE-2015-8852, XSA-157)
+  * ptrace: being capable wrt a process requires mapped uids/gids
+    (CVE-2015-8709)
+  * KEYS: Fix race between read and revoke (CVE-2015-7550)
+  * [armhf] udeb: Add modular clock, GPIO, PCIe PHY and regulator drivers to
+    core-modules (Closes: #809521)
+  * [armhf] udeb: Add more USB PHY drivers to usb-modules
+  * drm/nouveau/pmu: do not assume a PMU is present (Closes: #809481)
+  * [x86] drm/i915: Don't compare has_drrs strictly in pipe config
+    (Closes: #808720)
+  * [armhf] crypto: sun4i-ss - add missing statesize (Closes: #808625)
+  * Revert "xhci: don't finish a TD if we get a short transfer event mid TD"
+    (Closes: #808602, #808953, regression in 4.3-rc7)
+  * [x86] pinctrl: Enable PINCTRL_CHERRYVIEW (Closes: #808044)
+  * [s390x] udeb: Add crc-modules package (Closes: #808051)
+
+  [ Salvatore Bonaccorso ]
+  * ovl: fix permission checking for setattr (CVE-2015-8660)
+  * [x86] kvm: Reload pit counters for all channels when restoring state
+    (CVE-2015-7513)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 02 Jan 2016 16:45:46 +0000
+
+linux-tools (4.3.1-2) unstable; urgency=medium
+
+  * Upload for Perl 5.22 transition (Closes: #808329)
+  * debian/rules: Fix check for binNMU, broken since 4.1.4-1
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 19 Dec 2015 03:47:10 +0000
+
+linux (4.3.3-2) unstable; urgency=medium
+
+  * [armhf,sparc64] Force ZONE_DMA to be enabled, reversing ABI change in
+    4.3.3 (fixes FTBFS)
+  * [sh4] Disable CC_STACKPROTECTOR_STRONG temporarily (fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 17 Dec 2015 18:21:52 +0000
+
+linux (4.3.3-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.3.2
+    - X.509: Fix the time validation [ver #2]
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.3.3
+    - r8169: fix kasan reported skb use-after-free. (regression in 4.3)
+    - af-unix: fix use-after-free with concurrent readers while splicing
+      (regression in 4.2)
+    - af_unix: don't append consumed skbs to sk_receive_queue
+      (regression in 4.2)
+    - af_unix: take receive queue lock while appending new skb
+      (regression in 4.2)
+    - af-unix: passcred support for sendpage (regression in 4.2)
+    - ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 tree
+      (regression in 4.2)
+    - ipv6: Check expire on DST_NOCACHE route
+    - ipv6: Check rt->dst.from for the DST_NOCACHE route (regression in 4.3)
+    - Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"
+      (regression in 4.3)
+    - packet: only allow extra vlan len on ethernet devices
+    - packet: infer protocol from ethernet header if unset
+    - packet: fix tpacket_snd max frame len
+    - sctp: translate host order to network order when setting a hmacid
+    - net/mlx5e: Added self loopback prevention (regression in 4.3)
+    - net/mlx4_core: Fix sleeping while holding spinlock at rem_slave_counters
+      (regression in 4.2)
+    - ip_tunnel: disable preemption when updating per-cpu tstats
+    - net/ip6_tunnel: fix dst leak (regression in 4.3)
+    - tcp: disable Fast Open on timeouts after handshake
+    - tcp: fix potential huge kmalloc() calls in TCP_REPAIR
+    - tcp: initialize tp->copied_seq in case of cross SYN connection
+    - net, scm: fix PaX detected msg_controllen overflow in scm_detach_fds
+    - net: ipmr: fix static mfc/dev leaks on table destruction
+    - net: ip6mr: fix static mfc/dev leaks on table destruction
+    - vrf: fix double free and memory corruption on register_netdevice failure
+    - tipc: fix error handling of expanding buffer headroom (regression in 4.3)
+    - ipv6: distinguish frag queues by device for multicast and link-local
+      packets
+    - bpf, array: fix heap out-of-bounds access when updating elements
+    - ipv6: add complete rcu protection around np->opt
+    - net/neighbour: fix crash at dumping device-agnostic proxy entries
+    - ipv6: sctp: implement sctp_v6_destroy_sock()
+    - openvswitch: fix hangup on vxlan/gre/geneve device deletion
+    - net_sched: fix qdisc_tree_decrease_qlen() races
+    - btrfs: fix resending received snapshot with parent (regression in 4.2)
+    - Btrfs: fix file corruption and data loss after cloning inline extents
+    - Btrfs: fix regression when running delayed references (regression in 4.2)
+    - Btrfs: fix race leading to incorrect item deletion when dropping extents
+    - Btrfs: fix race leading to BUG_ON when running delalloc for nodatacow
+    - Btrfs: fix race when listing an inode's xattrs
+    - rbd: don't put snap_context twice in rbd_queue_workfn()
+    - ext4 crypto: fix memory leak in ext4_bio_write_page()
+    - ext4 crypto: fix bugs in ext4_encrypted_zeroout()
+    - ext4: fix potential use after free in __ext4_journal_stop
+      (regression in 4.2)
+    - ext4, jbd2: ensure entering into panic after recording an error in
+      superblock
+    - nfsd: serialize state seqid morphing operations
+    - nfsd: eliminate sending duplicate and repeated delegations
+    - nfs4: start callback_ident at idr 1
+    - nfs4: resend LAYOUTGET when there is a race that changes the seqid
+    - nfs: if we have no valid attrs, then don't declare the attribute cache
+      valid
+    - ocfs2: fix umask ignored issue
+    - block: fix segment split (regression in 4.3)
+    - ceph: fix message length computation
+    - Btrfs: fix regression running delayed references when using qgroups
+      (regression in 4.2)
+
+  [ Ben Hutchings ]
+  * net: add validation for the socket syscall protocol argument (CVE-2015-8543)
+  * [armel/kirkwood] udeb: Override inclusion of gpio_keys in input-modules
+    (fixes FTBFS)
+  * vrf: Fix broken backport of "vrf: fix double free and memory corruption on
+    register_netdevice failure" in 4.3.3
+  * net: Ignore ABI changes due to "ipv6: add complete rcu protection around
+    np->opt", which don't appear to affect out-of-tree modules
+  * tipc: Fix kfree_skb() of uninitialised pointer (regression in 4.3.3)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 15 Dec 2015 21:25:26 +0000
+
+linux-tools (4.3.1-1) unstable; urgency=medium
+
+  * New upstream stable update
+    - [x86] Add #AC to SVM_EXIT_REASONS
+
+  [ Ben Hutchings ]
+  * debian/bin/genorig.py: Add more files under arch/*/include/asm to file list
+    (fixes FTBFS on several architectures)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 14 Dec 2015 00:43:39 +0000
+
+linux-tools (4.3-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 13 Dec 2015 03:47:05 +0000
+
+linux (4.3.1-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.3.1
+
+  [ Ben Hutchings ]
+  * Set ABI to 1
+  * [armhf] rtc: Enable RTC_DRV_DS1307, RTC_DRV_PCF8563, RTC_DRV_ARMADA38X
+    (Closes: #807632)
+  * [armhf] Enable MACH_ARMADA_375, MACH_ARMADA_38X, MACH_ARMADA_39X
+    (Closes: #807633)
+  * [armhf] net: Enable MVPP2 as module
+  * [armel/kirkwood] dts: Fix QNAP TS219 power-off (Closes: #807696)
+  * [armhf] udeb: Add leds-modules package containing leds-gpio driver
+    (Closes: #807721)
+  * [x86] drm/i915: Mark uneven memory banks on gen4 desktop as unknown
+    swizzling (Closes: #780363)
+  * Enable CC_STACKPROTECTOR_STRONG (Closes: #805652)
+  * [x86] input: Enable KEYBOARD_GPIO, INPUT_SOC_BUTTON_ARRAY (Closes: #804864)
+  * [x86] nouveau: bios: return actual size of the buffer retrieved via _ROM
+    (Closes: #772716)
+  * [armhf] Add support for Odroid-XU4 (Closes: #804850)
+    - mfd: s2mps11: Add manual shutdown method for Odroid XU3
+    - dts: Fix power off method for exynos5422-odroidxu3-common
+    - dts: Split audio configuration to separate exynos5422-odroidxu3-audio
+    - dts: Add support Odroid XU4 board for exynos5422-odroidxu4
+  * udeb: Add hid-chicony to input-modules (Closes: #766570)
+  * sched: Enable CFS_BANDWIDTH (Closes: #802746)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 13 Dec 2015 00:38:54 +0000
+
+linux (4.3-1~exp2) experimental; urgency=medium
+
+  [ Ben Hutchings ]
+  * mv643xx_eth: Re-enable TSO, fixed upstream in 4.3
+  * debian/control: Move patchutils from Build-Depends to Build-Depends-Indep,
+    as we only use filterdiff when building linux-source-<version>
+  * debian/control,debian/rules: Support a 'stage1' build profile which
+    builds only linux-libc-dev (Closes: #695243)
+  * debian/control: Add ':any' to Build-Depends on python3, to support cross-
+    bootstrap
+  * [armhf] Enable new drivers for Allwinner chips (Closes: #804856)
+    - crypto: Enable CRYPTO_DEV_SUN4I_SS as module
+    - musb: Enable USB_MUSB_SUNXI as module
+  * aufs: Update support patches to aufs4.3-20151116
+  * [armhf] USB: Change USB, USB_GADGET, and various drivers from built-in to
+    modules
+    - musb: Enable USB_MUSB_DUAL_ROLE
+  * [armhf] musb: Disable MUSB_PIO_ONLY and enable USB_INVENTRA_DMA,
+    USB_TI_CPPI41_DMA, USB_TUSB_OMAP_DMA
+
+  [ Ian Campbell ]
+  * [armel/orion5x] Enable Device Tree for orion5x. Patch from Roger Shimizu
+    (Closes: #803159)
+  * [armel/orion5x] Enable CONFIG_DEBUG_LL_UART_8250.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 04 Dec 2015 19:36:10 +0000
+
+linux (4.3-1~exp1) experimental; urgency=medium
+
+  * New upstream release
+
+  [ Ben Hutchings ]
+  * netfilter: Enable NFT_DUP_IPV4, NFT_DUP_IPV6 as modules (Closes: #803370)
+  * tests: Add autopkgtest support
+  * [x86] Compile with gcc-5
+  * [x86] Enable PINCTRL_BAYTRAIL (Closes: #797949)
+
+  [ Salvatore Bonaccorso ]
+  * Fix typo in image.plain.postinst template.
+    Add missing space in warn message causing typo "dangling linkto".
+    Thanks to Jakub Wilk <jwilk@debian.org> (Closes: #803323)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 04 Nov 2015 07:45:13 +0000
+
+linux (4.3~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+    - [x86] smpboot: Fix CPU #1 boot timeout (Closes: #802464)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 28 Oct 2015 11:04:27 +0900
+
+linux-tools (4.3~rc5-1~exp2) experimental; urgency=medium
+
+  * Fix the build-indep and binary-indep targets (fixes FTBFS for arch:all)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 14 Oct 2015 02:08:09 +0100
+
+linux-tools (4.3~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+    - perf: Fix build on architectures without CONFIG_PERF_REGS
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 14 Oct 2015 00:49:38 +0100
+
+linux (4.3~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 14 Oct 2015 00:48:41 +0100
+
+linux-tools (4.3~rc4-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 07 Oct 2015 01:15:46 +0100
+
+linux (4.3~rc4-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [armhf] dts: Fix Makefile target for sun4i-a10-itead-iteaduino-plus
+    (fixes FTBFS)
+  * [mips*] io: Define ioremap_uc (fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 06 Oct 2015 23:27:45 +0100
+
+linux (4.3~rc3-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * Disable CRAMFS; it was obsoleted by squashfs and initramfs
+  * [i386] Replace 586 flavour with 686
+    - Enable support for OLPC and other Geode-based systems in the 686 flavour
+    - udeb: Update kernel-versions
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 27 Sep 2015 21:02:54 +0100
+
+linux (4.2.6-3) unstable; urgency=medium
+
+  * Ignore some gpiochip ABI changes (fixes FTBFS on i386)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 06 Dec 2015 02:12:41 +0000
+
+linux (4.2.6-2) unstable; urgency=medium
+
+  [ Salvatore Bonaccorso ]
+  * [x86] KVM: svm: unconditionally intercept #DB (CVE-2015-8104)
+  * [x86] KVM: rename update_db_bp_intercept to update_bp_intercept
+
+  [ Ian Campbell ]
+  * [x86] Xen: expose a more realistic max p2m size in the shared info, fixes
+    migration (Closes: #797205)
+
+  [ Ben Hutchings ]
+  * media: usbvision: fix crash on detecting device with invalid configuration
+    (CVE-2015-7833, partly fixed in 4.2.6-1)
+  * udeb: Add dm-service-time to multipath-modules (Closes: #806131)
+  * unix: avoid use-after-free in ep_remove_wait_queue (CVE-2013-7446)
+  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
+  * ppp, slip: Validate VJ compression slot parameters completely
+    (CVE-2015-7799)
+  * Btrfs: fix truncation of compressed and inlined extents (CVE-2015-8374)
+  * netfilter: Enable NFT_DUP_IPV4, NFT_DUP_IPV6 as modules (Closes: #803370)
+  * [x86] Enable PINCTRL_BAYTRAIL (Closes: #797949)
+  * qxl: Enable by default (Closes: #779515)
+  * [s390*] Update linux-compiler metapackage to gcc-4.9
+  * firmware_class: Fix condition in directory search loop (Closes: #804862)
+  * [x86] input: Enable MOUSE_ELAN_I2C as module, MOUSE_ELAN_I2C_I2C and
+    MOUSE_ELAN_I2C_SMBUS (Closes: #791631)
+  * [armhf] hsi: Enable CMT_SPEECH as module (Closes: #791819)
+  * [armhf] power: Enable BATTERY_RX51 as module (Closes: #791820)
+  * [x86] psmouse: Enable MOUSE_PS2_VMMOUSE (Closes: #802929)
+    - linux-image: Add versioned Breaks on xserver-xorg-input-vmmouse to
+      avoid driver conflicts
+  * [armhf] udeb: Add stmmac platform modules dwmac-generic, dwmac-socfpga
+    and dwmac-sunxi to nic-modules (Closes: #805098)
+  * wireless: Enable WL_MEDIATEK, MT7601U as module
+  * [x86] drm/i915: shut up gen8+ SDE irq dmesg noise (Closes: #806304)
+  * [armhf] regulator: Enable REGULATOR_PFUZE100 as module (Closes: #806284)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 04 Dec 2015 02:26:51 +0000
+
+linux (4.2.6-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.2.6
+    - mmc: core: Fix init_card in 52Mhz (regression in 4.2)
+    - rtlwifi: rtl8821ae: Fix system lockups on boot (regression in 4.2)
+    - iwlwifi: mvm: init card correctly on ctkill exit check
+      (regression in 3.18)
+    - iwlwifi: mvm: flush fw_dump_wk when mvm fails to start
+      (regression in 3.18)
+    - [x86] iommu/vt-d: fix range computation when making room for large pages
+    - [x86] iommu/amd: Fix BUG when faulting a PROT_NONE VMA
+    - [x86] iommu/amd: Don't clear DTE flags when modifying it
+    - drm: fix mutex leak in drm_dp_get_mst_branch_device
+    - drm: Correct arguments to list_tail_add in create blob ioctl
+    - drm: crtc: integer overflow in drm_property_create_blob()
+    - rtl28xxu: fix control message flaws (regression in 4.0)
+    - ALSA: hda - Fix deadlock at error in building PCM
+    - [x86] ioapic: Prevent NULL pointer dereference in setup_ioapic_dest()
+      (regression in 4.2.4)
+    - mm: make sendfile(2) killable
+    - drm/radeon/dpm: don't add pwm attributes if DPM is disabled
+      (regression in 4.0)
+    - [x86] drm/i915: Restore lost DPLL register write on gen2-4
+      (regression in 3.18)
+    - [x86] drm/i915: Deny wrapping an userptr into a framebuffer
+    - drm/radeon: don't try to recreate sysfs entries on resume
+      (regression in 4.2.5)
+    - drm/radeon: fix dpms when driver backlight control is disabled
+      (regression in 4.2.4)
+    - drm/radeon: move bl encoder assignment into bl init
+    - rbd: require stable pages if message data CRCs are enabled
+    - rbd: don't leak parent_spec in rbd_dev_probe_parent()
+    - rbd: prevent kernel stack blow up on rbd map
+    - [armhf] EXYNOS: Fix double of_node_put() when parsing child power domains
+      (regression in 4.2)
+    - [armhf] dts: Fix audio card detection on Peach boards (regression in 4.1)
+    - [arm64] Revert "ARM64: unwind: Fix PC calculation"
+    - block: don't release bdi while request_queue has live references
+      (regression in 4.2)
+    - dm btree remove: fix a bug when rebalancing nodes after removal
+    - dm cache: the CLEAN_SHUTDOWN flag was not being set
+    - dm btree: fix leak of bufio-backed block in btree_split_beneath error path
+    - Revert "serial: 8250_dma: don't bother DMA with small transfers"
+      (regression in 4.0)
+    - [armel] i2c: mv64xxx: really allow I2C offloading (regression in 3.19)
+    - clkdev: fix clk_add_alias() with a NULL alias device name
+      (regression in 4.2)
+    - fbcon: initialize blink interval before calling fb_set_par
+      (regression in 4.2)
+    - PCI: Prevent out of bounds access in numa_node override
+    - ovl: free stack of paths in ovl_fill_super (regression in 4.0)
+    - ovl: free lower_mnt array in ovl_put_super (regression in 4.0)
+    - ovl: fix dentry reference leak
+    - ovl: fix open in stacked overlay (regression in 4.2)
+    - [x86] Input: alps - only the Dell Latitude D420/430/620/630 have separate
+      stick button bits (regression in 4.1)
+    - crypto: api - Only abort operations on fatal signal
+    - md/raid1: submit_bio_wait() returns 0 on success (regression in 3.10)
+    - md/raid10: submit_bio_wait() returns 0 on success (regression in 3.10)
+    - md/raid5: fix locking in handle_stripe_clean_event() (regression in 3.13)
+    - Revert "md: allow a partially recovered device to be hot-added to an
+      array." (regression in 3.14)
+    - [amd64] EDAC, sb_edac: Fix TAD presence check for sbridge_mci_bind_devs()
+      (regression in 4.2)
+    - mvsas: Fix NULL pointer dereference in mvs_slot_task_free
+    - netfilter: ipset: Fix sleeping memory allocation in atomic context
+      (regression in 4.2)
+    - btrfs: fix possible leak in btrfs_ioctl_balance() (regression in 4.2.5)
+    - kvm: irqchip: fix memory leak (regression in 4.2)
+    - [armhf] thermal: exynos: Fix register read in TMU (regression in 4.2)
+    - blk-mq: fix use-after-free in blk_mq_free_tag_set() (regression in 4.2)
+    - IB/cm: Fix rb-tree duplicate free and use-after-free
+    - sched/deadline: Fix migration of SCHED_DEADLINE tasks (regression in 4.2)
+    - [arm64] compat: fix stxr failure case in SWP emulation
+    - NVMe: Fix memory leak on retried commands
+    - [x86] drm/vmwgfx: Fix up user_dmabuf refcounting
+    - thp: use is_zero_pfn() only after pte_present() check (regression in 4.1)
+    - xen: fix backport of previous kexec patch
+
+  [ Ben Hutchings ]
+  * usbvision: fix overflow of interfaces array (CVE-2015-7833)
+  * RDS: fix race condition when sending a message on unbound socket
+    (CVE-2015-7990)
+  * media/vivid-osd: fix info leak in ioctl (CVE-2015-7884)
+  * [x86] KVM: Intercept #AC to avoid guest->host denial-of-service
+    (CVE-2015-5307)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 10 Nov 2015 14:35:05 +0000
+
+linux (4.2.5-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.2.4
+    - [armhf] KVM: Fix incorrect device to IPA mapping
+    - [x86] KVM: vmx: fix VPID is 0000H in non-root operation
+    - kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfd
+    - kvm: fix zero length mmio searching
+    - kvm: factor out core eventfd assign/deassign logic
+    - kvm: fix double free for fast mmio eventfd
+    - [armhf] KVM: Disable virtual timer even if the guest is not using it
+    - kvm: svm: reset mmu on VCPU reset
+    - [x86] KVM: trap AMD MSRs for the TSeg base and mask
+    - [powerpc*] KVM: Book3S: Take the kvm->srcu lock in
+      kvmppc_h_logical_ci_load/store()
+    - [powerpc*] KVM: Book3S HV: Pass the correct trap argument to
+      kvmhv_commence_exit
+    - [x86] Revert "KVM: x86: apply guest MTRR virtualization on host reserved
+      pages"
+    - [x86] Revert "KVM: SVM: use NPT page attributes"
+    - [x86] Revert "KVM: SVM: Sync g_pat with guest-written PAT value"
+    - time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of
+      abs64()
+    - target/iscsi: Fix np_ip bracket issue by removing np_ip
+    - scsi: fix scsi_error_handler vs. scsi_host_dev_release race
+    - target: Attach EXTENDED_COPY local I/O descriptors to xcopy_pt_sess
+    - target: Fix PR registration + APTPL RCU conversion regression
+    - iser-target: remove command with state ISTATE_REMOVE
+    - iser-target: Put the reference on commands waiting for unsol data
+    - toshiba_acpi: Fix hotkeys registration on some toshiba models
+    - [x86] perf/intel: Fix constraint access
+    - [x86] locking/qspinlock: Fix performance regression under unaccelerated
+      VMs
+    - [x86] locking/qspinlock: Only emit the test-and-set fallback when
+      building guest support
+    - [armhf] 8401/1: perf: Set affinity for PPI based PMUs
+    - perf hists: Update the column width for the "srcline" sort key
+    - perf stat: Get correct cpu id for print_aggr
+    - perf tools: Add missing forward declaration of struct map to probe-event.h
+    - perf tools: Add empty Build files for architectures lacking them
+    - perf tools: Fix parse_events_add_pmu caller
+    - perf header: Fixup reading of HEADER_NRCPUS feature
+    - perf probe: Use existing routine to look for a kernel module by
+      dso->short_name
+    - watchdog: sunxi: fix activation of system reset
+    - watchdog: imgpdc: Unregister restart handler on remove
+    - sched: access local runqueue directly in single_task_running
+    - hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most
+      chips
+    - [armhf] fix Thumb2 signal handling when ARMv6 is enabled
+    - [armel,armhf] 8429/1: disable GCC SRA optimization
+    - [powerpc*] windfarm: decrement client count when unregistering
+    - [armhf] dts: omap5-uevm.dts: fix i2c5 pinctrl offsets
+    - [armhf] dts: omap3-beagle: make i2c3, ddc and tfp410 gpio work again
+    - [armhf] EXYNOS: reset Little cores when cpu is up
+    - [armhf] dts: sunxi: Raise minimum CPU voltage for sun7i-a20 to meet SoC
+      specifications
+    - [armhf] dts: Fix wrong clock binding for sysmmu_fimd1_1 on exynos5420
+    - [armhf] dts: fix usb pin control for imx-rex dts
+    - dax: fix O_DIRECT I/O to the last block of a blockdev
+    - blockdev: don't set S_DAX for misaligned partitions
+    - block: blkg_destroy_all() should clear q->root_blkg and ->root_rl.blkg
+    - dmaengine: at_xdmac: change block increment addressing mode
+    - dmaengine: at_xdmac: clean used descriptor
+    - dmaengine: dw: properly read DWC_PARAMS register
+    - dmaengine: at_xdmac: fix bug in prep_dma_cyclic
+    - pmem: add proper fencing to pmem_rw_page()
+    - [x86] apic: Serialize LVTT and TSC_DEADLINE writes
+    - [x86] alternatives: Make optimize_nops() interrupt safe and synced
+    - [i386] platform: Fix Geode LX timekeeping in the generic x86 build
+    - [x86] ioapic: Force affinity setting in setup_ioapic_dest()
+    - [x86] pci/intel_mid_pci: Work around for IRQ0 assignment
+    - [x86] paravirt: Replace the paravirt nop with a bona fide empty function
+    - [amd64] nmi: Fix a paravirt stack-clobbering bug in the NMI code
+    - [x86] Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
+    - [x86] efi: Fix boot crash by mapping EFI memmap entries bottom-up at
+      runtime, instead of top-down
+    - [x86] kexec: Fix kexec crash in syscall kexec_file_load()
+    - [x86] process: Add proper bound checks in 64bit get_wchan()
+    - [x86] mm: Set NX on gap between __ex_table and rodata
+    - [x86] xen: Support kexec/kdump in HVM guests by doing a soft reset
+    - leds:lp55xx: Correct Kconfig dependency for f/w user helper
+    - leds/led-class: Add missing put_device()
+    - sched/core: Fix TASK_DEAD race in finish_task_switch()
+    - [s390x] compat: correct uc_sigmask of the compat signal frame
+    - [s390x] boot/decompression: disable floating point in decompressor
+    - Revert "cgroup: simplify threadgroup locking"
+    - Revert "sched, cgroup: replace signal_struct->group_rwsem with a global
+      percpu_rwsem"
+    - memcg: make mem_cgroup_read_stat() unsigned
+    - spi: Fix documentation of spi_alloc_master()
+    - spi: bcm2835: BUG: fix wrong use of PAGE_MASK
+    - spi: spidev: fix possible NULL dereference
+    - mm: migrate: hugetlb: putback destination hugepage to active list
+    - lib/iommu-common.c: do not try to deref a null iommu->lazy_flush()
+      pointer when n < pool->hint
+    - ocfs2/dlm: fix deadlock when dispatch assert master
+    - mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a
+      fault
+    - memcg: fix dirty page migration
+    - [armhf] ALSA: hda/tegra - async probe for avoiding module loading deadlock
+    - ALSA: synth: Fix conflicting OSS device registration on AWE32
+    - ALSA: hda: Add dock support for ThinkPad T550
+    - ALSA: hda - Apply SPDIF pin ctl to MacBookPro 12,1
+    - ALSA: hda - Disable power_save_node for IDT 92HD73xx chips
+    - ASoC: pxa: pxa2xx-ac97: fix dma requestor lines
+    - ASoC: dwc: correct irq clear method
+    - ASoC: db1200: Fix DAI link format for db1300 and db1550
+    - ASoC: sgtl5000: fix wrong register MIC_BIAS_VOLTAGE setup on probe
+    - ASoC: tas2552: fix dBscale-min declaration
+    - btrfs: skip waiting on ordered range for special files
+    - Btrfs: fix read corruption of compressed and shared extents
+    - Btrfs: update fix for read corruption of compressed and shared extents
+    - PCI: Fix devfn for VPD access through function 0
+    - PCI: Use function 0 VPD for identical functions, regular VPD for others
+    - PCI: Clear IORESOURCE_UNSET when clipping a bridge window
+    - dm thin: disable discard support for thin devices if pool's is disabled
+    - dm crypt: constrain crypt device's max_segment_size to PAGE_SIZE
+    - ath10k: fix dma_mapping_error() handling
+    - svcrdma: Fix send_reply() scatter/gather set-up
+    - md/raid0: update queue parameter in a safer location.
+    - md/raid0: apply base queue limits *before* disk_stack_limits
+    - dm raid: fix round up of default region size
+    - netfilter: nfnetlink: work around wrong endianess in res_id field
+    - netfilter: nf_tables: Use 32 bit addressing register from
+      nft_type_to_reg()
+    - netfilter: ipset: Out of bound access in hash:net* types fixed
+    - netfilter: ipset: Fixing unnamed union init
+    - netfilter: nf_log: wait for rcu grace after logger unregistration
+    - netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPEC
+    - netfilter: nf_log: don't zap all loggers on unregister
+    - regulator: core: Correct return value check in regulator_resolve_supply
+    - regulator: axp20x: Fix enable bit indexes for DCDC4 and DCDC5
+    - regulator: core: Handle probe deferral from DT when resolving supplies
+    - Bluetooth: Delay check for conn->smp in smp_conn_security()
+    - nfs: fix v4.2 SEEK on files over 2 gigs
+    - NFS: Do cleanup before resetting pageio read/write to mds
+    - NFSv4: Recovery of recalled read delegations is broken
+    - nfs: fix pg_test page count calculation
+    - NFS: Fix a write performance regression
+    - cifs: Fix sec=krb5 on smb3 mounts
+    - cifs: disabling oplocks/leases via module parm enable_oplocks broken for
+      SMB3
+    - cifs: Do not fall back to SMBWriteX in set_file_size error cases
+    - drm/qxl: only report first monitor as connected if we have no state
+    - drm/qxl: recreate the primary surface when the bo is not primary
+    - drm/amdgpu: fix overflow on 32bit systems
+    - drm/amdgpu: Disable UVD PG
+    - drm/amdgpu: fix the UVD suspend sequence order
+    - drm/amdgpu: make UVD handle checking more strict
+    - drm/amdgpu: Fix max_vblank_count value for current display engines
+    - drm/amdgpu: Restore LCD backlight level on resume
+    - [x86] drm/i915/bios: handle MIPI Sequence Block v3+ gracefully
+    - drm: Reject DRI1 hw lock ioctl functions for kms drivers
+    - drm/radeon: Restore LCD backlight level on resume (>= R5xx)
+    - drm/dp/mst: fixup handling hotplug on port removal.
+    - drm/dp/mst: drop cancel work sync in the mstb destroy path (v2)
+    - xhci: give command abortion one more chance before killing xhci
+    - xhci: Move xhci_pme_quirk() behind #ifdef CONFIG_PM
+    - usb: xhci: lock mutex on xhci_stop
+    - usb: xhci: Clear XHCI_STATE_DYING on start
+    - usb: xhci: stop everything on the first call to xhci_stop
+    - usb: xhci: exit early in xhci_setup_device() if we're halted or dying
+    - xhci: change xhci 1.0 only restrictions to support xhci 1.1
+    - xhci: init command timeout timer earlier to avoid deleting it
+      uninitialized
+    - usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfers
+    - batman-adv: Make DAT capability changes atomic
+    - thermal: cpu_cooling: don't call kcalloc() under rcu_read_lock
+    - thermal: cpu_cooling: free power table on error or when unregistering
+    - [x86] hv: util: checking the wrong variable
+    - mmc: dw_mmc: handle data blocks > than 4kB if IDMAC is used
+    - usb: chipidea: imx: fix a typo for imx6sx
+    - cifs: use server timestamp for ntlmv2 authentication
+    - [armhf] irqchip/gic-v3-its: Add missing cache flushes
+    - docs: update HOWTO for 3.x -> 4.x versioning
+    - extcon: Fix signedness bugs about break error handling
+    - extcon: Fix attached value returned by is_extcon_changed
+    - [armhf] mtd: pxa3xx_nand: add a default chunk size
+    - mtd: nand: sunxi: fix sunxi_nand_chips_cleanup()
+    - mtd: nand: sunxi: fix OOB handling in ->write_xxx() functions
+    - hpsa: fix an sprintf() overflow in the reset handler
+    - PM / AVS: rockchip-io: depend on CONFIG_POWER_AVS
+    - device property: fix potential NULL pointer dereference
+    - ath10k: fix per-vif queue locking
+    - ath10k: reject 11b tx fragmentation configuration
+    - ath10k: fix peer limit enforcement
+    - ath10k: wake up offchannel queue properly
+    - ath10k: wake up queue upon vif creation
+    - pcmcia: sa11x0: fix missing clk_put() in sa11x0 socket drivers
+    - ipr: Enable SIS pipe commands for SIS-32 devices.
+    - regmap: debugfs: Ensure we don't underflow when printing access masks
+    - regmap: debugfs: Don't bother actually printing when calculating max
+      length
+    - security: fix typo in security_task_prctl
+    - usb: musb: dsps: fix polling in device-only mode
+    - usb: chipidea: udc: using the correct stall implementation
+    - usb: Use the USB_SS_MULT() macro to get the burst multiplier.
+    - usb: phy: phy-generic: Fix reset behaviour on legacy boot
+    - usb: musb: cppi41: allow it to work again
+    - USB: chaoskey read offset bug
+    - usb: Add device quirk for Logitech PTZ cameras
+    - USB: Add reset-resume quirk for two Plantronics usb headphones.
+    - [armel,armhf] crypto: marvell - properly handle
+      CRYPTO_TFM_REQ_MAY_BACKLOG-flagged requests
+    - cpu/cacheinfo: Fix teardown path
+    - cpufreq: dt: Tolerance applies on both sides of target voltage
+    - [mips*] Fix console output for Fulong2e system
+    - [mips*] bootmem: Fix mapstart calculation for contiguous maps
+    - [mips*] dma-default: Fix 32-bit fall back to GFP_DMA
+    - [mips*] CPS: Stop dangling delay slot from has_mt.
+    - [mips*] CPS: Don't include MT code in non-MT kernels.
+    - [mips*] CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
+    - batman-adv: Make NC capability changes atomic
+    - batman-adv: Make TT capability changes atomic
+    - batman-adv: Make MCAST capability changes atomic
+    - batman-adv: Fix potential synchronization issues in mcast tvlv handler
+    - batman-adv: Fix potentially broken skb network header access
+    - [powerpc*] MSI: Fix race condition in tearing down MSI interrupts
+    - rsi: Fix possible leak when loading firmware
+    - UBIFS: Kill unneeded locking in ubifs_init_security
+    - UBI: Validate data_size
+    - UBI: return ENOSPC if no enough space available
+    - net: via/Kconfig: GENERIC_PCI_IOMAP required if PCI not selected
+    - iscsi-target: Avoid OFMarker + IFMarker negotiation
+    - mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unset
+    - mmc: core: fix dead loop of mmc_retune
+    - [arm64] efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME
+      regions
+    - [arm64] ftrace: fix function_graph tracer panic
+    - [arm64] readahead: fault retry breaks mmap file read random detection
+    - [m68k] Define asmlinkage_protect
+    - xen/blkback: free requests on disconnection
+    - net/xen-netfront: only napi_synchronize() if running
+    - igb: do not re-init SR-IOV during probe
+    - genirq: Fix race in register_irq_proc()
+    - clocksource: Fix abs() usage w/ 64bit values
+    - md/bitmap: don't pass -1 to bitmap_storage_alloc.
+    - nfs/filelayout: Fix NULL reference caused by double freeing of fh_array
+    - cpufreq: acpi_cpufreq: prevent crash on reading freqdomain_cpus
+    - [armhf] clk: ti: fix dual-registration of uart4_ick
+    - [armhf] clk: ti: clk-7xx: Remove hardwired ABE clock configuration
+    - [armhf] clk: samsung: fix cpu clock's flags checking
+    - namei: results of d_is_negative() should be checked after dentry
+      revalidation
+    - dm: fix AB-BA deadlock in __dm_destroy()
+    - dm cache: fix NULL pointer when switching from cleaner policy
+    - staging: speakup: fix speakup-r regression
+    - tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
+    - drivers/tty: require read access for controlling terminal
+    - serial: 8250: add uart_config entry for PORT_RT2880
+    - serial: atmel: fix error path of probe function
+    - mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)
+    - blk-mq: avoid setting hctx->tags->cpumask before allocation
+    - sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()
+    - 3w-9xxx: don't unmap bounce buffered commands
+    - sched/preempt, xen: Use need_resched() instead of should_resched()
+    - sched/preempt, powerpc, kvm: Use need_resched() instead of
+      should_resched()
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.2.5
+    - [powerpc*] net/ibm/emac: bump version numbers for correct work with
+      ethtool
+    - l2tp: protect tunnel->del_work by ref_count
+    - af_unix: Convert the unix_sk macro to an inline function for type safety
+    - af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag
+    - net/unix: fix logic about sk_peek_offset
+    - skbuff: Fix skb checksum flag on skb pull
+    - skbuff: Fix skb checksum partial check.
+    - inet: fix races in reqsk_queue_hash_req()
+    - net: add pfmemalloc check in sk_add_backlog()
+    - ppp: don't override sk->sk_state in pppoe_flush_dev()
+    - inet: fix race in reqsk_queue_unlink()
+    - bpf: fix panic in SO_GET_FILTER with native ebpf programs
+    - ovs: do not allocate memory from offline numa node
+    - act_mirred: clear sender cpu before sending to tx
+    - bpf: clear sender_cpu before xmit
+    - ipv6: Don't call with rt6_uncached_list_flush_dev
+    - ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings
+    - tipc: move fragment importance field to new header position
+    - netlink: Trim skb to alloc size to avoid MSG_TRUNC
+    - drm: Fix locking for sysfs dpms file
+    - [sparc*] crypto: initialize blkcipher.ivsize
+    - crypto: ahash - ensure statesize is non-zero
+    - memcg: convert threshold to bytes
+    - btrfs: check unsupported filters in balance arguments
+    - btrfs: fix use after free iterating extrefs
+    - [arm64] errata: use KBUILD_CFLAGS_MODULE for erratum #843419
+    - nfsd/blocklayout: accept any minlength
+    - [armhf] i2c: s3c2410: enable RuntimePM before registering to the core
+    - i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348
+    - i2c: designware-platdrv: enable RuntimePM before registering to the core
+    - workqueue: make sure delayed work run in local cpu
+    - [x86] KVM: fix SMI to halted VCPU
+    - [x86] KVM: fix RSM into 64-bit protected mode
+    - drm/qxl: fix framebuffer dirty rectangle tracking.
+    - drm/nouveau/fbcon: take runpm reference when userspace has an open fd
+    - drm/dp/mst: make mst i2c transfer code more robust.
+    - drm/radeon: attach tile property to mst connector
+    - drm/radeon: add pm sysfs files late
+    - dm thin: fix missing pool reference count decrement in pool_ctr error
+      path
+    - rbd: fix double free on rbd_dev->header_name
+    - timekeeping: Increment clock_was_set_seq in timekeeping_init()
+    - [arm64] Fix THP protection change logic
+    - svcrdma: handle rdma read with a non-zero initial page offset
+
+  [ Salvatore Bonaccorso ]
+  * KEYS: Fix race between key destruction and finding a keyring by name
+  * KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring
+    (CVE-2015-7872)
+  * KEYS: Don't permit request_key() to construct a new keyring
+
+  [ Ben Hutchings ]
+  * [x86] drm: Enable DRM_AMDGPU and HSA_AMD as modules (Closes: #797752)
+  * media: Enable DVB_AS102, VIDEO_GO7007, VIDEO_GO7007_USB,
+    VIDEO_GO7007_LOADER, VIDEO_GO7007_USB_S2250_BOARD as modules
+  * net: Enable LIQUIDIO and MLX5_CORE as modules; enable MLX5_CORE_EN
+  * [x86] Enable X86_AMD_PLATFORM_DEVICE
+  * linux-manual: Fix regression in reproducibility in 4.2~rc8-1~exp1
+  * net: Enable GENEVE_CORE as module
+    - Re-enable GENEVE and OPENVSWITCH_GENEVE
+  * bpf: Enable BPF_SYSCALL
+  * ACPI: Enable ACPI_NFIT as module
+  * tcp: Enable TCP_CONG_CDG as module
+  * nftables: Enable NF_TABLES_NETDEV, NFT_REDIR_IPV4, NFT_REDIR_IPV6 as
+    modules
+    [This change was accidentally omitted]
+  * net/sched: Enable NET_CLS_FLOWER as module
+    [This change was accidentally omitted]
+  * SCSI: Enable SCSI_SNIC as module
+  * target: Enable TCM_USER2 as module
+  * net/phy: Enable DP83867_PHY as module
+  * drm: Enable DRM_VIRTIO_GPU as module
+  * HID: Enable HID_BETOP_FF, HID_PLANTRONICS as modules
+  * hwrng: Enable USB_CHAOSKEY as module
+  * ext4: Enable EXT4_ENCRYPTION
+  * f2fs: Enable F2FS_FS_ENCRYPTION
+  * vfs,nvdimm: Enable FS_DAX
+    [This change was accidentally omitted]
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 28 Oct 2015 05:46:49 +0900
+
+linux (4.2.3-2) unstable; urgency=medium
+
+  * nbd: Restore request timeout detection (Closes: #770479)
+  * Ignore ABI changes in all mmc host drivers (fixes FTBFS on armhf)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 14 Oct 2015 19:09:49 +0100
+
+linux (4.2.3-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.2.2
+    - nfc: netlink: Add check on NFC_ATTR_VENDOR_DATA
+    - nfc: nci: hci: Add check on skb nci_hci_send_cmd parameter
+    - blk-mq: fix buffer overflow when reading sysfs file of 'pending'
+    - blk-mq: fix race between timeout and freeing request
+    - mac80211: enable assoc check for mesh interfaces
+    - [powerpc*] cxl: Allow release of contexts which have been OPENED but not
+      STARTED (regression in 4.2)
+    - ext4: don't manipulate recovery flag when freezing no-journal fs
+      (regression in 3.18)
+    - Revert "ext4: remove block_device_ejected" (regression in 4.1)
+    - [arm64] kconfig: Move LIST_POISON to a safe value
+    - [arm64] entry: always restore x0 from the stack on syscall return
+    - [arm64] flush FP/SIMD state correctly after execve()
+    - [arm64] head.S: initialise mdcr_el2 in el2_setup
+    - [armhf,arm64] KVM: vgic: Check for !irqchip_in_kernel() when mapping
+      resources (regression in 4.0)
+    - [arm64] KVM: add workaround for Cortex-A57 erratum #852523
+    - [powerpc*] pseries: Fix corrupted pdn list (regression in 4.1)
+    - [powerpc*] eeh: Probe after unbalanced kref check (regression in 4.1)
+    - [powerpc*] eeh: Fix fenced PHB caused by eeh_slot_error_detail()
+      (regression in 3.18)
+    - [powerpc*] powernv/pci-ioda: fix 32-bit TCE table init in kdump kernel
+      (regression in 4.2)
+    - [powerpc*] powernv/pci-ioda: fix kdump with non-power-of-2 crashkernel=
+      (regression in 4.2)
+    - [powerpc*] pseries: Release DRC when configure_connector fails
+      (regression in 4.1)
+    - [powerpc*] mm: Recompute hash value after a failed update
+    - CIFS: fix type confusion in copy offload ioctl
+    - mm: check if section present during memory block registering
+      (regression in 3.19)
+    - [i386] mm: Initialize pmd_idx in page_table_range_init_count()
+    - [x86] i915: Set ddi_pll_sel in DP MST path (regression in 4.2)
+    - Btrfs: check if previous transaction aborted to avoid fs corruption
+    - nfsd: Fix an FS_LAYOUT_TYPES/LAYOUT_TYPES encode bug
+    - nfsd: ensure that the ol stateid hash reference is only put once
+    - nfsd: ensure that delegation stateid hash references are only put once
+    - NFSv4.1/pnfs: Fix atomicity of commit list updates (regression in 4.0)
+    - NFSv4: don't set SETATTR for O_RDONLY|O_EXCL
+    - NFSv4.1/pNFS: Fix borken function _same_data_server_addrs_locked()
+    - NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2
+      client
+    - NFS: nfs_set_pgio_error sometimes misses errors
+    - NFS41/flexfiles: update inode after write finishes
+    - NFSv4: Force a post-op attribute update when holding a delegation
+    - NFS41/flexfiles: zero out DS write wcc
+    - NFSv4.1/flexfiles: Fix a protocol error in layoutreturn
+    - NFSv4.1: Fix a protocol issue with CLOSE stateids
+    - nfs: Fix truncated client owner id without proto type (regression in 4.2)
+    - Revert "NFSv4: Remove incorrect check in can_open_delegated()"
+      (regression in 3.19)
+    - svcrdma: Change maximum server payload back to RPCSVC_MAXPAYLOAD
+      (regression in 4.2)
+    - SUNRPC: Ensure that we wait for connections to complete before retrying
+      (regression in 4.0)
+    - SUNRPC: Lock the transport layer on shutdown
+    - [hppa] PCI: Enable 64-bit bus addresses on PA-RISC (regression in 4.2)
+    - [hppa] Use double word condition in 64bit CAS operation
+    - fs: if a coredump already exists, unlink and recreate with O_EXCL
+    - fs: Don't dump core if the corefile would become world-readable.
+    - mmc: sdhci-of-esdhc: add workaround for pre divider initial value
+      (regression in 4.2)
+    - mmc: sdhci: also get preset value and driver type for MMC_DDR52
+      (regression in 3.16)
+    - mmc: sdhci: fix dma memory leak in sdhci_pre_req() (regression in 4.0)
+    - mmc: core: fix race condition in mmc_wait_data_done
+    - [armhf] iommu/fsl: Really fix init section(s) content (regression in 4.0)
+    - [armhf] iommu/io-pgtable-arm: Unmap and free table when overwriting with
+      block
+    - [x86] iommu/vt-d: Really use upper context table when necessary
+      (regression in 4.1)
+    - eCryptfs: Invalidate dcache entries when lower i_nlink is zero
+    - hfs: fix B-tree corruption after insertion at position 0
+    - IB/srp: Handle partial connection success correctly
+    - IB/srp: Stop the scsi_eh_<n> and scsi_tmf_<n> threads if login fails
+      (regression in 4.2)
+    - IB/uverbs: reject invalid or unknown opcodes
+    - IB/uverbs: Fix race between ib_uverbs_open and remove_one
+    - IB/iser: Fix missing return status check in iser_send_data_out
+      (regression in 3.19)
+    - IB/iser: Fix possible bogus DMA unmapping (regression in 3.19)
+    - IB/mlx5: avoid destroying a NULL mr in reg_user_mr error flow
+      (regression in 3.19)
+    - IB/mlx4: Fix incorrect cq flushing in error state (regression in 4.0)
+    - hfs,hfsplus: cache pages correctly between bnode_create and bnode_free
+    - jbd2: avoid infinite loop when destroying aborted journal
+      (regression in 4.2)
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.2.3
+    - phylib: fix device deletion order in mdiobus_unregister()
+      (regression in 4.2)
+    - sock, diag: fix panic in sock_diag_put_filterinfo
+      (regression in 3.19)
+    - net/ipv6: Correct PIM6 mrt_lock handling
+    - ipv6: fix multipath route replace error recovery (regression in 4.1)
+    - netlink, mmap: transform mmap skb into full skb on taps
+    - bridge: fix igmpv3 / mldv2 report parsing (regression in 4.2)
+    - [armhf] net: mvneta: fix DMA buffer unmapping in mvneta_rx()
+      (regression in 4.2)
+    - rtnetlink: catch -EOPNOTSUPP errors from ndo_bridge_getlink
+      (regression in 4.2)
+    - macvtap: fix TUNSETSNDBUF values > 64k (regression in 3.19)
+    - netlink: Fix autobind race condition that leads to zero port ID
+      (regression in 4.1)
+    - netlink: Replace rhash_portid with bound
+    - openvswitch: Zero flows on allocation.
+    - tcp: add proper TS val into RST packets (regression in 3.18)
+    - packet: Fix AF_PACKET ABI breakage in 4.2
+    - net: revert "net_sched: move tp->root allocation into fw_init()"
+      (regression in 4.1)
+    - fib_rules: fix fib rule dumps across multiple skbs
+    - ppp: fix lockdep splat in ppp_dev_uninit() (regression in 4.2)
+    - [armhf] mvneta: use inband status only when explicitly enabled
+      (regression in 4.1)
+    - net/mlx4_core: Capping number of requested MSIXs to MAX_MSIX
+    - zram: fix possible use after free in zcomp_create()
+    - [x86] hp-wmi: limit hotkey enable
+
+  [ Ben Hutchings ]
+  * ovl: conditionally use O_LARGEFILE in ovl_copy_up() (Closes: #800724)
+  * [x86] ALSA: hda - Disable power_save_node for Thinkpads (Closes: #800694)
+  * i2c: Enable I2C_CHARDEV as a module in all configurations with I2C
+    support (Closes: #800597)
+  * [mips*/octeon] Enable CAVIUM_CN63XXP1 (Closes: #800595)
+  * [mips*/octeon] Enable MMC, MMC_BLOCK, OCTEON_MMC and other drivers as
+    modules (Closes: #800594)
+  * ath10k: add qca6164 support (Closes: #800703)
+  * [!x86] net: Disable VMXNET3, only useful in VMware x86 virtual machines
+  * netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error paths
+    (Closes: #800445)
+  * [arm64] Defer workaround for erratum #843419
+  * [x86] crypto camellia_aesni_avx: Fix CPU feature checks (Closes: #800934)
+
+  [ Salvatore Bonaccorso ]
+  * ipc: Initialize msg/shm IPC objects before doing ipc_addid()
+    (CVE-2015-7613)
+
+  [ Ian Campbell ]
+  * [armel] Update breaks on flash-kernel to anything earlier than 3.37 since
+    that version adds the knowledge that various additional kirkwood systems
+    need a DTB appending as of v3.17-rc1. (Closes: #797878)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 06 Oct 2015 17:44:55 +0100
+
+linux-tools (4.2-2) unstable; urgency=medium
+
+  * [x32] Don't attempt to build linux-perf (fixes FTBFS)
+  * [x32] Build hyperv-daemons package
+  * [alpha] uapi: Add support for __SANE_USERSPACE_TYPES__(fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 02 Oct 2015 18:41:22 +0100
+
+linux (4.2.1-2) unstable; urgency=medium
+
+  * media: uvcvideo: Disable hardware timestamps by default (Closes: #794327)
+  * [mips*] udeb: Remove 'Provides: ata-modules' from kernel-image
+  * [hppa/parisc64-smp,mips*el/loongson-3] udeb: Remove i2c-modules again, as
+    the drivers that belong in it are actually built-in (fixes FTBFS)
+  * sctp: fix race on protocol/netns initialization (CVE-2015-5283)
+  * [mips*] pgtable-bits.h: Correct _PAGE_GLOBAL_SHIFT build failure
+    (regression in 4.0, but not a build failure for us)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 27 Sep 2015 14:17:34 +0100
+
+linux-tools (4.2-1) unstable; urgency=medium
+
+  * New upstream release
+
+  [ Ben Hutchings ]
+  * debian/bin,debian/control,debian/lib/python,debian/rules: Use Python 3
+    - debian/lib/python: Sync with linux package
+  * debian/bin/genorig.py: Make orig tarballs reproducible
+  * linux-perf: Fix installation directory for bash completions
+  * linux-perf: Remove shebang lines from perf scripts
+  * Set compiler flags according to dpkg-buildflags
+  * hyperv-daemons: Fix fortify format warning
+  * debian/rules: Add support for DEB_BUILD_OPTIONS=parallel=N
+  * debian/control: Update policy version to 3.9.6; no changes required
+  * linux-perf: Revert "perf build: Fix libunwind feature detection on 32-bit
+    x86", which was a regression for us
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 25 Sep 2015 22:55:41 +0100
+
+linux (4.2.1-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.2.1
+
+  [ Ben Hutchings ]
+  * [mips*el/loongson-3] udeb: Add fb-modules containing radeon driver
+    (Closes: #776274)
+  * [hppa/parisc64-smp,[mips*el/loongson-3] udeb: Add i2c-modules and
+    make fb-modules depend on it rather than including I2C modules
+    directly
+  * workqueue: Make flush_workqueue() available again to non GPL modules
+    (Closes: #798311)
+  * vfs: Fix possible escape from mount namespace (CVE-2015-2925):
+    - dcache: Handle escaped paths in prepend_path
+    - dcache: Reduce the scope of i_lock in d_splice_alias
+    - vfs: Test for and handle paths that are unreachable from their mnt_root
+  * aufs: Update support patches to aufs4.x-rcN-20150921
+    - mmap: Fix races in madvise_remove() and sys_msync() (Closes: #796036)
+  * RDS: verify the underlying transport exists before creating a connection
+    (CVE-2015-6937)
+  * Set ABI to 1
+  * e1000e: Fix tight loop implementation of systime read algorithm
+  * mmc: Drop "eMMC: Don't initialize partitions on RPMB flagged areas", as
+    upstream commit 4e93b9a6abc0 ("mmc: card: Don't access RPMB partitions for
+    normal read/write") looks like a cleaner solution
+  * mm: Change ZBUD back to built-in, as it's not really useful as a module
+  * USB: whiteheat: fix potential null-deref at probe (CVE-2015-5257)
+
+  [ Aurelien Jarno ]
+  * [mips*el] Fix BPF assembly code for pre-R2 CPUs. (fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 25 Sep 2015 18:18:01 +0100
+
+linux (4.2-1~exp1) experimental; urgency=medium
+
+  * New upstream release: http://kernelnewbies.org/Linux_4.2
+
+  [ Ben Hutchings ]
+  * Remove all support for ia64 (Closes: #679545, #691576, #728706)
+  * [s390x] Compile with gcc-4.9 (Closes: #796845)
+  * linux-source: Depend on xz-utils, not bzip2 (Closes: #796940)
+  * gfs2: Make statistics unsigned, suitable for use with do_div()
+    (fixes FTBFS on mipsel,m68k)
+  * [amd64] Enable KALLSYMS_ALL (Closes: #660288), LIVEPATCH
+  * Re-enable various config options disabled by name changes in 4.2:
+    - SUNRPC_XPRT_RDMA replaced SUNRPC_XPRT_RDMA_{CLIENT,SERVER}
+    - [mips*el/loongson*] LOONGSON64 replaced LOONGSON
+    - [x86] COMEDI_8255_SA replaced COMEDI_8255
+  * [sparc] Remove linux-image, linux-header and udeb packages, as they
+    are redundant with sparc64 and neither is an official port
+  * Fix last issue that prevents a reproducible build (Closes: #769844):
+    - DocBook: Use a fixed encoding for output
+  * debian/bin,debian/control,debian/lib/python,debian/rules.real,
+    linux-support: Use Python 3
+  * debian/bin/genorig.py: Make orig tarballs reproducible
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 31 Aug 2015 02:08:19 +0100
+
+linux (4.2~rc8-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Aurelien Jarno ]
+  * [mips*] Build ext4 as module. Add core-modules and ext4-modules udeb.
+    Fixes FTBFS.
+  * [mips,mips64] Remove r4k-ip22, r5k-ip32 and sb1-bcm91250a flavours.
+  * [mipsel,mips64el] Remove sb1-bcm91250a flavour.
+
+  [ Ben Hutchings ]
+  * debian/control: Correct build-dependency on xz-utils, needed on all arches
+  * Fix more issues that prevent a reproducible build:
+    - Set LC_ALL=C.UTF-8
+    - Avoid creating man pages in source tree
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 24 Aug 2015 12:00:54 +0100
+
+linux-tools (4.2~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * genorig: Include more mips makefiles (fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 17 Aug 2015 10:42:08 +0200
+
+linux-tools (4.2~rc6-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * Adjust for migration to git:
+    - Update .gitignore files
+    - debian/control: Update Vcs-* fields
+    - debian/rules: Exclude .git from maintainerclean rule
+  * Add packages of liblockdep (lockdep, liblockdep<version>, liblockdep-dev)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 14 Aug 2015 14:58:57 +0200
+
+linux (4.2~rc6-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * Adjust for migration to git:
+    - Update .gitignore files
+    - debian/control: Update Vcs-* fields
+    - README.Debian, README.source: Update references to svn
+  * [rt] Disable until it is updated for 4.2 or later
+  * debian/control: Drop Frederik Schüler from Uploaders
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 12 Aug 2015 20:48:00 +0200
+
+linux (4.1.6-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.1.6
+    - [mips*/*-malta] Don't reinitialise RTC (regression in 3.14)
+    - [mips*] Make set_pte() SMP safe.
+    - fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()
+    - [x86] drm/i915: Declare the swizzling unknown for L-shaped configurations
+    - [x86] drm/i915: Replace WARN inside I915_READ64_2x32 with retry loop
+    - drm/radeon: rework audio detect (v4) (regression in 4.0)
+    - drm/radeon/combios: add some validation of lvds values
+      (regression in 4.0)
+    - ipr: Fix incorrect trace indexing
+    - ipr: Fix invalid array indexing for HRRQ
+    - Bluetooth: Fix NULL pointer dereference in smp_conn_security
+    - [armhf] dmaengine: pl330: Fix overflow when reporting residue in memcpy
+      (regression in 4.0)
+    - [armhf] dmaengine: pl330: Really fix choppy sound because of wrong residue
+      calculation (regression in 4.0)
+    - xhci: fix off by one error in TRB DMA address boundary check
+    - ath10k: fix qca61x4 hw2.1 support
+    - [sparc*] Fix userspace FPU register corruptions. (Closes: #789180)
+    - ASoC: dapm: Lock during userspace access
+    - ASoC: dapm: Don't add prefix to widget stream name (regression in 4.1)
+    - [x86] xen: Probe target addresses in set_aliased_prot() before the
+      hypercall
+    - xen/gntdevt: Fix race condition in gntdev_release()
+    - hwrng: core - correct error check of kthread_run call
+    - [x86] crypto: qat - Fix invalid synchronization between
+      register/unregister sym algs
+    - rbd: fix copyup completion race
+    - [armhf] OMAP2+: hwmod: Fix _wait_target_ready() for hwmods without sysc
+    - [x86] hwmon: (dell-smm) Blacklist Dell Studio XPS 8100
+    - ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()
+    - ocfs2: fix shift left overflow
+    - nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystem
+    - md/raid1: extend spinlock to protect raid1_end_read_request against
+      inconsistencies
+    - dm: fix dm_merge_bvec regression on 32 bit systems (regression in 3.19
+    - [x86] Input: alps - only Dell laptops have separate button bits for v2
+      dualpoint sticks (regression in 4.1)
+    - mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations
+    - signalfd: fix information leak in signalfd_copyinfo
+    - signal: fix information leak in copy_siginfo_to_user
+    - signal: fix information leak in copy_siginfo_from_user32
+    - nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateid
+
+  [ Aurelien Jarno ]
+  * [mips*] Build ext4 as module. Add core-modules and ext4-modules udeb.
+    Fixes FTBFS.
+
+  [ Ben Hutchings ]
+  * [i386] udeb: Make gpio_keys_polled and leds-gpio optional in input-modules
+    as they are not built for the 686-pae flavour (fixes FTBFS)
+  * perf: Fix AUX buffer refcounting
+  * ovl: Revert changes in 4.1.5-1 due to regression (Reopens: #786925)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 23 Aug 2015 12:19:22 +0200
+
+linux (4.1.5-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.1.4
+    - Bluetooth: btbcm: allow btbcm_read_verbose_config to fail on Apple
+      (regression in 4.1)
+    - ath9k_htc: memory corruption calling set_bit()
+    - ieee802154: Fix sockaddr_ieee802154 implicit padding information leak.
+    - staging: vt6656: check ieee80211_bss_conf bssid not NULL
+    - staging: vt6655: check ieee80211_bss_conf bssid not NULL
+    - staging: vt6655: device_rx_srv check sk_buff is NULL
+    - staging: rtl8712: prevent buffer overrun in recvbuf2recvframe
+    - hid-sensor: Fix suspend/resume delay (regression in 4.0)
+    - ext4: fix race between truncate and __ext4_journalled_writepage()
+    - ext4: call sync_blockdev() before invalidate_bdev() in put_super()
+    - ext4: don't retry file block mapping on bigalloc fs with non-extent file
+    - ext4: fix fencepost error in lazytime optimization
+    - ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp
+    - ext4: fix reservation release on invalidatepage for delalloc fs
+    - ext4: be more strict when migrating to non-extent based file
+    - ext4: correctly migrate a file with a hole at the beginning
+    - jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()
+    - jbd2: fix ocfs2 corrupt when updating journal superblock fails
+    - [armhf] rtc: snvs: fix wakealarm by call enable_irq_wake earlier
+      (regression in 3.19)
+    - i2c: mux: Use __i2c_transfer() instead of calling parent's master_xfer()
+      (regression in 4.1)
+    - i2c: use parent adapter quirks in mux (regression in 4.1)
+    - vb2: Don't WARN when v4l2_buffer.bytesused is 0 for multiplanar buffers
+      (regression in 4.1)
+    - media: Fix regression in some more dib0700 based devices
+      (regression in 3.17)
+    - rc-core: fix dib0700 scancode generation for RC5 (regression in 3.17)
+    - cx24117: fix a buffer overflow when checking userspace params
+    - af9013: Don't accept invalid bandwidth
+    - s5h1420: fix a buffer overflow when checking userspace params
+    - cx24116: fix a buffer overflow when checking userspace params
+    - libata: Fall back to unqueued READ LOG EXT if the DMA variant fails
+      (regression in 4.1)
+    - libata: Expose TRIM capability in sysfs
+    - libata: add ATA_HORKAGE_NOTRIM
+    - libata: add ATA_HORKAGE_MAX_SEC_1024 to revert back to previous
+      max_sectors limit (regression in 3.19)
+    - libata: force disable trim for SuperSSpeed S238
+    - [armhf] usb: dwc3: gadget: don't clear EP_BUSY too early
+      (regression in 3.15)
+    - USB: devio: fix a condition in async_completed()
+    - [armhf] phy: twl4030-usb: remove incorrect pm_runtime_get_sync() in
+      probe function. (regression in 3.17)
+    - usb: gadget: composite: Fix NULL pointer dereference (regression in 4.1)
+    - usb: gadget: f_fs: do not set cancel function on synchronous {read,write}
+      (regression in 4.0)
+    - USB: OHCI: Fix race between ED unlink and URB submission
+      (regression in 3.17)
+    - usb: core: lpm: set lpm_capable for root hub device (regression in 3.15)
+    - usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init()
+      function
+    - dm cache: fix race when issuing a POLICY_REPLACE operation
+    - dm btree remove: fix bug in redistribute3
+    - block: loop: convert to per-device workqueue (regression in 4.0)
+    - block: loop: avoiding too many pending per work I/O (regression in 4.0)
+    - block: Do a full clone when splitting discard bios (Closes: #793326)
+      (regression in 3.14)
+    - [armhf] drm/tegra: dpaux: Fix transfers larger than 4 bytes
+      (regression in 3.15)
+    - drm/qxl: Do not cause spice-server to clean our objects
+    - drm/atomic: fix out of bounds read in for_each_*_in_state helpers
+      (regression in 4.1)
+    - drm/radeon: take the mode_config mutex when dealing with hpds (v2)
+    - [x86] drm/i915/ppgtt: Break loop in gen8_ppgtt_clear_range failure path
+      (regression in 4.1)
+    - [x86] drm/i915: fix backlight after resume on 855gm (regression in 3.19)
+    - [x86] drm/i915: Snapshot seqno of most recently submitted request.
+      (regression in 4.0)
+    - Revert "drm/radeon: dont switch vt on suspend" (regression in 4.1)
+    - drm/radeon: unpin cursor BOs on suspend and pin them again on resume (v2)
+      (regression in 4.1)
+    - drm/radeon: fix user ptr race condition
+    - drm/radeon/ci: silence a harmless PCC warning
+    - drm: add a check for x/y in drm_mode_setcrtc
+    - drm: Stop resetting connector state to unknown (regression in 4.1)
+    - libata: Fix regression when the NCQ Send and Receive log page is absent
+    - xfs: fix remote symlinks on V5/CRC filesystems
+    - xfs: don't truncate attribute extents if no extents exist
+      (regression in 4.1)
+    - tpm: Fix initialization of the cdev (regression in 4.0)
+    - tpm, tpm_crb: fail when TPM2 ACPI table contents look corrupted
+      (regression in 4.1)
+    - [armel,armhf] dmaengine: mv_xor: bug fix for racing condition in
+      descriptors cleanup
+    - md: clear mddev->private when it has been freed. (regression in 4.0)
+    - md: unlock mddev_lock on an error path. (regression in 4.0)
+    - md: Skip cluster setup for dm-raid (regression in 4.1)
+    - Btrfs: don't invalidate root dentry when subvolume deletion fails
+      (regression in 3.18)
+    - Btrfs: use kmem_cache_free when freeing entry in inode cache
+    - Btrfs: fix race between caching kthread and returning inode to inode
+      cache (regression in 3.15)
+    - Btrfs: fix fsync data loss after append write
+    - Btrfs: fix list transaction->pending_ordered corruption
+      (regression in 3.19)
+    - Btrfs: fix file corruption after cloning inline extents
+    - selinux: fix mprotect PROT_EXEC regression caused by mm change
+      (regression in 4.1)
+    - ceph/crush: fix a bug in tree bucket decode
+    - ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stage
+      (regression in 4.1)
+    - ACPI / LPSS: Fix up acpi_lpss_create_device() (regression in 4.0)
+    - ACPICA: Tables: Enable both 32-bit and 64-bit FACS (regression in 3.14)
+    - ACPICA: Tables: Enable default 64-bit FADT addresses favor
+    - ACPI / PCI: Fix regressions caused by resource_size_t overflow with
+      32-bit kernel (regression in 4.0)
+    - mmc: sdhci: Restore behavior while creating OCR mask (regression in 3.17)
+    - PM / clk: Fix clock error check in __pm_clk_add() (regression in 3.19)
+    - RDMA/ocrdma: fix double free on pd (regression in 4.0)
+    - mm/hugetlb: introduce minimum hugepage order (regression in 3.12)
+    - PM / sleep: Increase default DPM watchdog timeout to 60
+      (regression in 3.13)
+    - firmware: dmi_scan: Only honor end-of-table for 64-bit tables
+      (regression in 3.19)
+    - mac80211: fix the beacon csa counter for mesh and ibss
+      (regression in 3.17)
+    - iwlwifi: mvm: fix ROC reference accounting (regression in 3.17)
+    - cfg80211: ignore netif running state when changing iftype
+    - e1000e: Cleanup handling of VLAN_HLEN as a part of max frame size
+      (regression in 3.15)
+    - ovl: lookup whiteouts outside iterate_dir() (regression in 4.0)
+    - pNFS: Fix a memory leak when attempted pnfs fails
+    - pNFS/flexfiles: Fix the reset of struct pgio_header when resending
+    - nfs: fixing infinite OPEN loop in 4.0 stateid recovery
+    - NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writes
+    - nfs: fix potential credential leak in ff_layout_update_mirror_cred
+    - nfs: always update creds in mirror, even when we have an already
+      connected ds
+    - 9p: forgetting to cancel request on interrupted zero-copy RPC
+    - 9p: don't leave a half-initialized inode sitting around
+    - p9_client_write(): avoid double p9_free_req()
+    - [arm64] bpf: fix out-of-bounds read in bpf2a64_offset()
+    - [arm64] bpf: fix endianness conversion bugs
+    - [arm64] Don't report clear pmds and puds as huge
+    - mm: avoid setting up anonymous pages into file mapping
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.1.5
+    - [powerpc*] powernv: Fix race in updating core_idle_state
+      (regression in 3.19)
+    - Revert "Input: synaptics - allocate 3 slots to keep stability in image
+      sensors" (regression in 4.1)
+    - [hppa] Fix some PTE/TLB race conditions and optimize __flush_tlb_range
+      based on timing results
+    - [hppa] mm: Fix a memory leak related to pmd not attached to the pgd
+      (regression in 4.0)
+    - [armel,armhf] 8404/1: dma-mapping: fix off-by-one error in bitmap size
+      check (regression in 3.15)
+    - [mips*] c-r4k: Fix cache flushing for MT cores
+    - can: replace timestamp as unique skb attribute (regression in 4.1)
+    - vfs: freeing unlinked file indefinitely delayed
+    - [armhf] crypto: omap-des - Fix unmapping of dma channels
+    - [s390x] nmi: fix vector register corruption
+    - [s390x] bpf: clear correct BPF accumulator register
+    - genirq: Prevent resend to interrupts marked IRQ_NESTED_THREAD
+    - [x86] perf: Fix static_key bug in load_mm_cr4() (regression in 4.0)
+    - Revert "dm: only run the queue on completion if congested or no requests
+      pending" (regression in 4.1)
+    - scsi: fix host max depth checking for the 'queue_depth' sysfs interface
+      (regression in 3.19)
+    - scsi: fix memory leak with scsi-mq (regression in 3.17)
+    - mnt: Clarify and correct the disconnect logic in umount_tree
+      (regressions in 4.0.2, 4.1)
+    - mnt: In detach_mounts detach the appropriate unmounted mount
+      (regression in 4.1)
+    - ftrace: Fix breakage of set_ftrace_pid (regression in 3.16)
+    - [x86] iommu/vt-d: Fix VM domain ID leak (regression in 3.17)
+    - mmc: sdhci check parameters before call dma_free_coherent
+      (regression in 3.16)
+    - iwlwifi: mvm: fix antenna selection when BT is active
+      (regression in 3.17)
+    - md/raid1: fix test for 'was read error from last working device'.
+    - [armhf] spi: imx: Fix small DMA transfers (regression in 3.18)
+    - [armhf] regulator: s2mps11: Fix GPIO suspend enable shift wrapping bug
+    - usb-storage: ignore ZTE MF 823 card reader in mode 0x1225
+    - [armhf] Revert "serial: imx: initialized DMA w/o HW flow enabled"
+      (regression in 4.0)
+    - serial: core: Fix crashes while echoing when closing (regression in 3.19)
+    - efi: Handle memory error structures produced based on old versions of
+      standard (regression in 3.13)
+    - [x86] efi: Use all 64 bit of efi_memmap in setup_e820()
+    - rds: rds_ib_device.refcount overflow
+    - n_tty: signal and flush atomically (regression in 4.0)
+    - [x86] perf/intel/cqm: Return cached counter value from IRQ context
+      (regression in 4.1)f
+    - NFS: Don't revalidate the mapping if both size and change attr are up to
+      date (regression in 3.16)
+    - NFSv4: We must set NFS_OPEN_STATE flag in nfs_resync_open_stateid_locked
+      (regression in 4.0)
+    - NFS: Fix a memory leak in nfs_do_recoalesce (regression in 4.0)
+    - iscsi-target: Fix use-after-free during TPG session shutdown
+    - iscsi-target: Fix iscsit_start_kthreads failure OOPs (regression in 4.0)
+    - iscsi-target: Fix iser explicit logout TX kthread leak
+      (regression in 4.0)
+    - qla2xxx: Fix hardware lock/unlock issue causing kernel panic.
+      (regression in 3.18)
+    - qla2xxx: release request queue reservation. (regression in 3.18)
+    - qla2xxx: Remove msleep in qlt_send_term_exchange (regression in 3.18)
+    - qla2xxx: fix command initialization in target mode. (regression in 3.18)
+    - qla2xxx: kill sessions/log out initiator on RSCN and port down efvents
+      (regression in 3.18)
+    - drm/nouveau/fbcon/nv11-: correctly account for ring space usage
+    - drm/nouveau/kms/nv50-: guard against enabling cursor on disabled heads
+    - drm/nouveau: hold mutex when calling nouveau_abi16_fini()
+    - drm/nouveau/drm/nv04-nv40/instmem: protect access to priv->heap by mutex
+    - xfs: remote attribute headers contain an invalid LSN
+    - xfs: remote attributes need to be considered data
+
+  [ Ian Campbell ]
+  * [armhf] Enable cpufreq on some sunxi platforms (Closes: #793185)
+    - Enable autoloading of the cpufreq-dt driver.
+    - Enable autoloading of AXP20x regulator driver.
+
+  [ Ben Hutchings ]
+  * [x86] iio: Enable drivers for ACPI-discoverable devices as modules:
+    AK8975, BMC150_ACCEL, BMG160, BMP280, INV_MPU6050_IIO, JSA1212, KMX61,
+    KXCJK1013, MMA9551, MMA9553, SX9500
+  * Adjust for migration to git:
+    - Update .gitignore files
+    - debian/control: Update Vcs-* fields
+    - README.Debian, README.source: Update references to svn
+  * Bump ABI to 2
+  * virtio-net: drop NETIF_F_FRAGLIST (CVE-2015-5156)
+  * ovl: Add support for NFS as lower filesystem (Closes: #786925)
+  * perf: Fix double-free of the AUX buffer
+  * linux-source: Fix compression of the source tarball (Closes: #795199)
+  * udeb: Add newly enabled drivers:
+    - [i386] Add gpio_keys_polled, leds-gpio to input-modules
+    - Add virtio-input to input-modules
+    - Add toshsd to mmc-modules
+    - Add wd719x to scsi-extra-modules
+    - Move eeprom_93cx6 to core-modules; make scsi-extra-modules depend on it
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 15 Aug 2015 23:37:20 +0200
+
+linux-tools (4.1.4-2) unstable; urgency=medium
+
+  * [mips*,alpha,hppa] linux-perf: Add empty Build files for these architectures
+    (fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 04 Aug 2015 17:11:46 +0100
+
+linux-tools (4.1.4-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.1.4
+    - perf bench numa: Fix to show proper convergence stats
+
+  [ Ben Hutchings ]
+  * linux-tools: Set $KBUILD_BUILD_TIMESTAMP from changelog and use it as man
+    page date
+  * hyperv-daemons: Only attempt to build package on i386, amd64
+    (fixes FTBFS on other architectures)
+  * linux-tools: Rename to linux-perf-<version>, since other tools are
+    in other binary packages
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 04 Aug 2015 00:47:58 +0100
+
+linux (4.1.3-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.1.3
+
+  [ Ben Hutchings ]
+  * [armel/kirkwood] ubi: Change UBIFS_FS and MTD_UBI from built-in to
+    modules, to reduce kernel image size (fixes FTBFS)
+  * debian/rules.real: Use dpkg-parsechangelog -S
+  * [rt] Update to 4.1.3-rt3 and re-enable
+  * KEYS: ensure we free the assoc array edit if edit is valid (CVE-2015-1333)
+  * [armel,sh4] linux-image: Recommend u-boot-tools rather than the obsolete
+    uboot-mkimage package (Closes: #793608)
+  * [i386/586] Enable KEYBOARD_GPIO_POLLED and LEDS_GPIO as modules, and
+    ALIX, NET5501, GEOS (Closes: #734204)
+  * [s390x] cachinfo: add missing facility check to init_cache_level()
+    (Closes: #793929)
+  * md: use kzalloc() when bitmap is disabled (CVE-2015-5697)
+  * inet: Enable IPVLAN, NET_FOU as modules; enable NET_FOU_IP_TUNNELS
+  * netfilter: Enable NFT_REDIR as module
+  * net/sched: Enable NET_ACT_VLAN, NET_ACT_BPF, NET_ACT_CONNMARK as modules
+  * mpls: Enable MPLS_ROUTING as module
+  * hci_uart: Enable BT_HCIUART_INTEL, BT_HCIUART_BCM
+  * SCSI: Enable SCSI_WD719X as module
+  * dm: Enable DM_LOG_WRITES as module
+  * cxgb4: Enable CHELSIO_T4_DCB
+  * ixgbe: Enable IXGBE_VXLAN
+  * i40e: Enable I40E_FCOE
+  * drm: Enable DRM_VGEM as module
+  * virtio: Enable VIRTIO_INPUT as module
+  * mmc: Enable MMC_TOSHIBA_PCI as module
+  * [x86] block: Enable BLK_DEV_PMEM as module; enable X86_PMEM_LEGACY
+  * [x86] tpm: Enable TCG_CRB as module
+  * debug: Enable DEBUG_LIST
+  * security: Apply and enable GRKERNSEC_PERF_HARDEN feature from Grsecurity,
+    disabling use of perf_event_open() by unprivileged users by default
+    (sysctl: kernel.perf_event_paranoid)
+  * Set ABI to 1
+
+  [ Ian Campbell ]
+  * [armhf] Set CONFIG_ARM_TEGRA_CPUFREQ as builtin.
+  * [armhf] Enable new drivers for sunxi platforms (Closes: #792388)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 03 Aug 2015 22:17:15 +0100
+
+linux-tools (4.1.2-1~exp1) experimental; urgency=medium
+
+  * New upstream release
+
+  [ Bastian Blank ]
+  * Add hyperv-daemons package, thanks to Hideki Yamane (closes: #782761)
+
+  [ Ben Hutchings ]
+  * hyperv-daemons: Rewrite description
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 13 Jul 2015 01:33:27 +0100
+
+linux (4.1.2-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.1.2
+
+  [ Ben Hutchings ]
+  * Fix more issues that prevent a reproducible build:
+    - linux-doc: DocBook: generate consistent IDs
+    - linux-manual: DocBook: Fix duplicate man pages
+    - linux-manual: kernel-doc: Use $KBUILD_BUILD_TIMESTAMP as man page date
+  * [i386] Disable VM86 (Closes: #792003)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 11 Jul 2015 18:01:42 +0100
+
+linux (4.1.1-1~exp1) experimental; urgency=medium
+
+  * New upstream release: http://kernelnewbies.org/Linux_4.1
+    - i40e: start up in VEPA mode by default (Closes: #790953)
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.1.1
+
+  [ Ben Hutchings ]
+  * Fix some issues that prevent a reproducible build (thanks to
+    Jérémy Bobbio):
+    - linux-image: Fix timestamps in the built-in initramfs
+    - linux-source: Fix timestamps and sort files in the tarball
+    - linux-doc,linux-manual: Drop original timestamp (and name) when
+      compressing
+    - linux-doc: Parse kernel-doc deterministically
+  * aufs: Apply patches to enable building aufs out-of-tree
+  * [x86] Enable MMIOTRACE (Closes: #790808)
+
+  [ maximilian attems ]
+  * [x86] Enable SND_SOC_INTEL_BROADWELL_MACH. (closes: #785422)
+
+  [ Ian Campbell ]
+  * [arm64+armhf] Enable SYSCON poweroff driver.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 07 Jul 2015 09:15:45 +0100
+
+linux (4.0.8-2) unstable; urgency=high
+
+  [ Uwe Kleine-König ]
+  * [rt] Update to 4.0.8-rt6
+
+  [ Ben Hutchings ]
+  * [amd64] Fix nested NMI handling (CVE-2015-3290, CVE-2015-3291,
+    CVE-2015-5157)
+    - Enable nested do_nmi handling for 64-bit kernels
+    - Remove asm code that saves cr2
+    - Switch stacks on userspace NMI entry
+    - Reorder nested NMI checks
+    - Use DF to avoid userspace RSP confusing nested NMI detection
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 22 Jul 2015 21:45:07 +0100
+
+linux (4.0.8-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.8
+    - netfilter: nft_rbtree: fix locking
+    - [armhf] clk-imx6q: refine sata's parent
+    - KVM: nSVM: Check for NRIPS support before updating control field
+    - [sparc*] Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in
+      softirq context
+    - bridge: fix multicast router rlist endless loop
+    - net: igb: fix the start time for periodic output signals
+    - net: don't wait for order-3 page allocation
+    - sctp: fix ASCONF list handling (CVE-2015-3212)
+    - bridge: fix br_stp_set_bridge_priority race conditions
+    - packet: read num_members once in packet_rcv_fanout()
+    - packet: avoid out of bounds read in round robin fanout
+    - neigh: do not modify unlinked entries
+    - tcp: Do not call tcp_fastopen_reset_cipher from interrupt context
+    - ip: report the original address of ICMP messages
+    - net/mlx4_en: Release TX QP when destroying TX ring
+    - net/mlx4_en: Wake TX queues only when there's enough room
+    - net/mlx4_en: Fix wrong csum complete report when rxvlan offload is
+      disabled
+    - mlx4: Disable HA for SRIOV PF RoCE devices
+    - net: phy: fix phy link up when limiting speed via device tree
+    - bnx2x: fix lockdep splat
+    - sctp: Fix race between OOTB responce and route removal
+    - [armhf] net: mvneta: introduce compatible string "marvell, armada-xp-neta"
+    - [armhf] mvebu: update Ethernet compatible string for Armada XP
+    - [armhf] net: mvneta: disable IP checksum with jumbo frames for Armada 370
+    - usb: gadget: f_fs: fix check in read operation
+    - usb: gadget: f_fs: add extra check before unregister_gadget_item
+    - crypto: talitos - avoid memleak in talitos_alg_alloc()
+    - Revert "crypto: talitos - convert to use be16_add_cpu()"
+    - [armhf/armmp-lpae] iommu/arm-smmu: Fix broken ATOS check
+    - [x86] iommu/amd: Handle large pages correctly in free_pagetable
+    - mmc: sdhci: fix low memory corruption
+    - [x86] intel_pstate: set BYT MSR with wrmsrl_on_cpu()
+    - selinux: fix setting of security labels on NFS
+    - [armhf] KVM: force execution of HCPTR access on VM exit
+    - [armhf] kvm: psci: fix handling of unimplemented functions
+    - [armhf] tegra20: Store CPU "resettable" status in IRAM
+    - [powerpc*] tick/idle: Do not register idle states with
+      CPUIDLE_FLAG_TIMER_STOP set in periodic mode
+    - [powerpc*] perf: Fix book3s kernel to userspace backtraces
+    - [x86] PCI: Use host bridge _CRS info on systems with >32 bit addressing
+    - [x86] PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
+    - [s390x] KVM: fix external call injection without sigp interpretation
+    - [s390x] kdump: fix REGSET_VX_LOW vector register ELF notes
+    - [s390x] KVM: virtio-ccw: don't overwrite config space values
+    - [x86] KVM: properly restore LVT0
+    - [x86] KVM: make vapics_in_nmi_mode atomic
+    - fs: Fix S_NOSEC handling
+    - fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"
+    - fs/ufs: restore s_lock mutex
+    - vfs: Remove incorrect debugging WARN in prepend_path
+    - vfs: Ignore unlocked mounts in fs_fully_visible
+    - ufs: Fix warning from unlock_new_inode()
+    - ufs: Fix possible deadlock when looking up directories
+    - fs/ufs: restore s_lock mutex_init()
+
+  [ Ben Hutchings ]
+  * [ppc64el] Ignore ABI changes due to disabling HIBERNATION (fixes FTBFS)
+  * [x86] kvm: fix kvm_apic_has_events to check for NULL pointer (CVE-2015-4692)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 11 Jul 2015 04:58:05 +0100
+
+linux (4.0.7-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.6
+    - crush: ensuring at most num-rep osds are selected
+    - aio: fix serial draining in exit_aio()
+    - net: core: Correct an over-stringent device loop detection.
+    - [x86] bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructions
+    - [x86] bpf_jit: fix compilation of large bpf programs
+    - net: phy: Allow EEE for all RGMII variants
+    - netlink: Reset portid after netlink_insert failure
+    - rtnl/bond: don't send rtnl msg for unregistered iface
+    - tcp/ipv6: fix flow label setting in TIME_WAIT state
+    - net/ipv6/udp: Fix ipv6 multicast socket filter regression
+    - net: sched: fix call_rcu() race on classifier module unloads
+    - ipv4: Avoid crashing in ip_error
+    - cdc_ncm: Fix tx_bytes statistics
+    - bridge: fix parsing of MLDv2 reports
+    - net: dp83640: fix broken calibration routine.
+    - net: dp83640: reinforce locking rules.
+    - net: dp83640: fix improper double spin locking.
+    - unix/caif: sk_socket can disappear when state is unlocked
+    - xen/netback: Properly initialize credit_bytes
+    - net_sched: invoke ->attach() after setting dev->qdisc
+    - sctp: Fix mangled IPv4 addresses on a IPv6 listening socket
+    - bridge: fix br_multicast_query_expired() bug
+    - udp: fix behavior of wrong checksums (CVE-2015-5364)
+    - tcp: fix child sockets to use system default congestion control if not set
+    - xen: netback: read hotplug script once at start of day.
+    - ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()
+    - be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent()
+    - bridge: disable softirqs around br_fdb_update to avoid lockup
+    - netlink: Disable insertions/removals during rehash
+    - drivers/base: cacheinfo: handle absence of caches
+    - n_tty: Fix auditing support for cannonical mode
+    - [x86] iommu/vt-d: Allow RMRR on graphics devices too
+    - [x86] iommu/vt-d: Fix passthrough mode with translation-disabled devices
+    - ALSA: hda/realtek - Add a fixup for another Acer Aspire 9420
+    - ALSA: usb-audio: Add mic volume fix quirk for Logitech Quickcam Fusion
+    - ALSA: usb-audio: don't try to get Outlaw RR2150 sample rate
+    - ALSA: usb-audio: add MAYA44 USB+ mixer control names
+    - ALSA: usb-audio: fix missing input volume controls in MAYA44 USB(+)
+    - ALSA: usb-audio: add native DSD support for JLsounds I2SoverUSB
+    - [armhf] dmaengine: pl330: Fix hang on dmaengine_terminate_all on certain
+      boards
+    - dmaengine: Fix choppy sound because of unimplemented resume
+    - Input: alps - do not reduce trackpoint speed by half
+    - Input: synaptics - add min/max quirk for Lenovo S540
+    - Input: elantech - fix detection of touchpads where the revision matches
+      a known rate
+    - Input: elantech - add new icbody type
+    - block: fix ext_dev_lock lockdep report
+    - block: discard bdi_unregister() in favour of bdi_destroy()
+    - USB: cp210x: add ID for HubZ dual ZigBee and Z-Wave dongle
+    - USB: serial: ftdi_sio: Add support for a Motion Tracker Development Board
+    - usb: host: xhci: add mutex for non-thread-safe data
+    - usb: make module xhci_hcd removable
+    - [x86] asm/irq: Stop relying on magic JMP behavior for early_idt_handlers
+    - [armhf] dts: am335x-boneblack: disable RTC-only sleep to avoid hardware
+      damage
+    - [x86] drm/amdkfd: fix topology bug with capability attr.
+    - drm/radeon: use proper ACR regisiter for DCE3.2
+    - [x86] drm/i915/hsw: Fix workaround for server AUX channel clock divisor
+    - [x86] drm/i915: Don't skip request retirement if the active list is empty
+    - [x86] drm/i915: Fix DDC probe for passive adapters
+    - drm/radeon: fix freeze for laptop with Turks/Thames GPU.
+    - Revert "drm/radeon: don't share plls if monitors differ in audio support"
+    - Revert "drm/radeon: adjust pll when audio is not enabled"
+    - drm/radeon: Make sure radeon_vm_bo_set_addr always unreserves the BO
+    - serial: imx: Fix DMA handling for IDLE condition aborts
+    - [powerpc*] of/dynamic: Fix test for PPC_PSERIES
+    - virtio_pci: Clear stale cpumask when setting irq affinity
+    - [armel,armhf] bus: mvebu-mbus: do not set WIN_CTRL_SYNCBARRIER on non
+      io-coherent platforms.
+    - [armel,armhf] Revert "bus: mvebu-mbus: make sure SDRAM CS for DMA don't
+      overlap the MBus bridge window"
+    - [arm64] dts: mt8173-evb: fix model name
+    - mm/memory_hotplug.c: set zone->wait_table to null after freeing it
+    - md: Close race when setting 'action' to 'idle'.
+    - md: don't return 0 from array_state_store
+    - sched, numa: do not hint for NUMA balancing on VM_MIXEDMAP mappings
+    - blk-mq: free hctx->ctxs in queue's release handler
+    - cfg80211: wext: clear sinfo struct before calling driver
+    - [armhf] irqchip: sunxi-nmi: Fix off-by-one error in irq iterator
+    - Btrfs: send, add missing check for dead clone root
+    - Btrfs: send, don't leave without decrementing clone root's send_progress
+    - btrfs: incorrect handling for fiemap_fill_next_extent return
+    - btrfs: cleanup orphans while looking up default subvolume
+    - Btrfs: fix range cloning when same inode used as source and destination
+    - Btrfs: fix uninit variable in clone ioctl
+    - Btrfs: fix regression in raid level conversion
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.7
+    - crypto: caam - improve initalization for context state saves
+    - crypto: caam - fix RNG buffer cache alignment
+    - [x86] KVM: fix lapic.timer_mode on restore
+    - ALSA: hda - adding a DAC/pin preference map for a HP Envy TS machine
+    - tracing: Have filter check for balanced ops
+    - iser-target: Fix variable-length response error completion
+    - iser-target: Fix possible use-after-free
+    - drm/mgag200: Reject non-character-cell-aligned mode widths
+    - [x86] drm/i915: Always reset vma->ggtt_view.pages cache on unbinding
+    - [x86] Revert "drm/i915: Don't skip request retirement if the active list
+      is empty"
+    - drm/radeon: Add RADEON_INFO_VA_UNMAP_WORKING query
+    - ath3k: Add support of 0489:e076 AR3012 device
+    - ath3k: add support of 13d3:3474 AR3012 device
+    - b43: fix support for 14e4:4321 PCI dev with BCM4321 chipset
+    - cdc-acm: Add support of ATOL FPrint fiscal printers
+    - [armhf] EXYNOS: Fix failed second suspend on Exynos4
+    - [x86] kprobes: Return correct length in __copy_instruction()
+    - dm: fix NULL pointer when clone_and_map_rq returns !DM_MAPIO_REMAPPED
+    - [x86] drm/i915: Avoid GPU hang when coming out of s3 or s4
+    - [powerpc*] powernv: Restore non-volatile CRs after nap
+
+  [ Ben Hutchings ]
+  * mm: Re-enable ZBUD as module (Closes: #789094)
+  * mm: Change ZSMALLOC from built-in to module
+  * Revert "tcp: fix child sockets to use system default congestion control if
+    not set" to avoid ABI change
+  * [ppc64el] Disable HIBERNATION (Closes: #789070)
+  * [mips*] Correct FP ISA requirements (Closes: #781892)
+  * udeb: Add more drivers to sound-modules, thanks to Samuel Thibault
+    (Closes: #782495)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 06 Jul 2015 02:57:42 +0100
+
+linux (4.0.5-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.5
+    - [x86] iommu/amd: Fix bug in put_pasid_state_wait (regression in 4.0)
+    - [x86] fpu: Disable XSAVES* support for now (regression in 3.17)
+    - [x86] KVM: MMU: fix smap permission check
+    - [x86] kvm: fix crash in kvm_vcpu_reload_apic_access_page
+    - [x86] KVM: MMU: fix SMAP virtualization
+    - ktime: Fix ktime_divns to do signed division (regression in 3.17)
+    - omfs: fix sign confusion for bitmap loop counter (regression in 3.18)
+    - xfs: xfs_attr_inactive leaves inconsistent attr fork state behind
+    - xfs: xfs_iozero can return positive errno (regression in 3.17)
+    - ovl: don't remove non-empty opaque directory (regression in 4.0)
+    - [armhf] mfd: da9052: Fix broken regulator probe (regression in 3.19)
+    - libceph: request a new osdmap if lingering request maps to no osd
+    - Revert "libceph: clear r_req_lru_item in __unregister_linger_request()"
+      (regression in 3.18)
+    - Btrfs: fix racy system chunk allocation when setting block group ro
+      (regression in 4.0)
+    - xen/events: don't bind non-percpu VIRQs with percpu chip
+    - hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37
+    - clk: add missing lock when call clk_core_enable in clk_set_parent
+      (regression in 4.0)
+    - brcmfmac: avoid null pointer access when brcmf_msgbuf_get_pktid() fails
+    - lib: Fix strnlen_user() to not touch memory after specified maximum
+    - vfs: d_walk() might skip too much
+    - module: Call module notifier on failure after complete_formation()
+      (regression in 3.16)
+    - Revert "ALSA: hda - Add mute-LED mode control to Thinkpad"
+      (regression in 4.0.3)
+    - xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256
+    - [powerpc*] mce: fix off by one errors in mce event handling
+      (regression in 3.19)
+    - pty: Fix input race when closing (regression in 3.19)
+    - ext4: fix lazytime optimization
+    - ext4: fix NULL pointer dereference when journal restart fails
+    - ext4: check for zero length extent explicitly
+    - jbd2: fix r_count overflows leading to buffer overflow in journal recovery
+    - libata: Ignore spurious PHY event on LPM policy change
+    - libata: Blacklist queued TRIM on all Samsung 800-series
+    - [arm64] bpf: fix signedness bug in loading 64-bit immediate
+      (regression in 3.18)
+    - [x86] gpio: gpio-kempld: Fix get_direction return value
+    - [s390x] crypto: ghash - Fix incorrect ghash icv buffer handling.
+    - mac80211: move WEP tailroom size check
+    - mac80211: don't use napi_gro_receive() outside NAPI context
+    - [s390x] mm: correct return value of pmd_pfn (regression in 3.17)
+    - [armhf] EXYNOS: Fix dereference of ERR_PTR returned by
+      of_genpd_get_from_provider (regression in 4.0)
+    - [arm*] fix missing syscall trace exit
+    - [hppa] Fix crashes due to stack randomization on stack-grows-upwards
+      architectures
+    - kernfs: do not account ino_ida allocations to memcg
+    - nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_op
+    - md/raid5: don't record new size if resize_stripes fails.
+    - Revert "HID: logitech-hidpp: support combo keyboard touchpad TK820"
+      (regression in 3.19)
+    - [mips*] fix FP mode selection in lieu of .MIPS.abiflags data
+      (regression in 4.0)
+    - ACPI / init: Fix the ordering of acpi_reserve_resources()
+    - iwlwifi: mvm: Free fw_status after use to avoid memory leak
+      (regression in 3.19)
+    - iwlwifi: pcie: prevent using unmapped memory in fw monitor
+    - drm/plane-helper: Adapt cursor hack to transitional helpers
+      (regression in 4.0)
+    - drm/radeon/audio: make sure connector is valid in hotplug case
+    - Revert "drm/radeon: only mark audio as connected if the monitor supports
+      it (v3)" (regression in 4.0.3)
+    - dm: fix casting bug in dm_merge_bvec() (regression in 3.19)
+    - dm: fix reload failure of 0 path multipath mapping on blk-mq devices
+      (regression in 4.0)
+    - UBI: block: Add missing cache flushes
+    - md: fix race when unfreezing sync_action (regression in 4.0)
+    - fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappings
+      (regression in 4.0.2)
+
+  [ Ben Hutchings ]
+  * udeb: Remove i2o modules (fixes FTBFS on amd64) (Closes: #787004)
+  * Revert "libata: Ignore spurious PHY event on LPM policy change" to avoid
+    ABI change
+
+  [ Ian Campbell ]
+  * [armhf] Enable PCIe support for IMX6 boards. Patch from Vagrant
+    Cascadian (Closes: #787029)
+  * [armhf] Add stmmac-platform module to nic-modules udeb. (Closes: #786716)
+  * [arm] Fix mvebu-mbus for non-io-coherent platforms. In particular
+    armel/{orion5x,kirkwood}.
+  * [armel/kirkwood]: Enable CONFIG_ARM_KIRKWOOD_CPUIDLE. (Closes: #787716)
+
+  [ Uwe Kleine-König ]
+  * [rt] Update to 4.0.5-rt3
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 16 Jun 2015 15:40:49 +0100
+
+linux (4.0.4-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.3
+    - bpf: fix 64-bit divide
+    - route: Use ipv4_mtu instead of raw rt_pmtu (regression in 3.19)
+    - cxgb4: Fix MC1 memory offset calculation (regression in 3.19)
+    - [mips*] Revert "MIPS: Remove race window in page fault handling"
+      (regression in 3.17)
+    - [mips*] Fix race condition in lazy cache flushing.
+    - [mips*/octeon] Remove udelay() causing huge IRQ latency
+    - [mips*] Fix cpu_has_mips_r2_exec_hazard.
+    - [mips*] asm: elf: Set O32 default FPU flags (regression in 4.0)
+    - ALSA: emux: Fix mutex deadlock in OSS emulation
+    - cdc-acm: prevent infinite loop when parsing CDC headers.
+      (regression in 4.0)
+    - [arm64] dma-mapping: always clear allocated buffers
+    - [arm64] add missing PAGE_ALIGN() to __dma_free()
+    - [armhf] usb: chipidea: otg: remove mutex unlock and lock while stop and
+      start role (regression in 3.16)
+    - btrfs: unlock i_mutex after attempting to delete subvolume during send
+      (regression in 3.16)
+    - [x86] ACPI / SBS: Enable battery manager when present (regression in 3.18)
+    - rbd: end I/O the entire obj_request on error
+    - ext4: fix data corruption caused by unwritten and delayed extents
+      (Closes: #785672)
+    - ext4: move check under lock scope to close a race.
+    - SCSI: add 1024 max sectors black list flag (regression in 3.19)
+    - 3w-xxxx: fix command completion race
+    - 3w-9xxx: fix command completion race
+    - 3w-sas: fix command completion race
+    - drm/radeon: fix lockup when BOs aren't part of the VM on release
+    - drm/radeon: reset BOs address after clearing it.
+    - drm/radeon: check new address before removing old one
+    - hfsplus: don't store special "osx" xattr prefix on-disk
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.4
+    - [x86] spinlocks: Fix regression in spinlock contention detection
+      (regression in 4.0)
+    - [x86] ACPI / SBS: Add 5 us delay to fix SBS hangs on MacBook
+      (regression in 3.18)
+    - [x86] PCI/ACPI: Make all resources except [io 0xcf8-0xcff] available on
+      PCI bus (regression in 4.0)
+    - ACPI / PNP: add two IDs to list for PNPACPI device enumeration
+      (regression in 3.16)
+    - ocfs2: dlm: fix race between purge and get lock resource
+    - nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()
+    - mnt: Fix fs_fully_visible to verify the root directory is visible
+    - mm/memory-failure: call shake_page() when error hits thp tail page
+    - vfio: Fix runaway interruptible timeout (regression in 4.0)
+    - Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY"
+      (regression in 4.0.2)
+    - block: destroy bdi before blockdev is unregistered. (regression in 4.0)
+    - blk-mq: fix race between timeout and CPU hotplug
+    - blk-mq: fix CPU hotplug handling
+    - [armhf] dts: imx6: phyFLEX: USB VBUS control is active-high
+      (regression in 3.16)
+    - [armhf] mvebu: armada-xp-openblocks-ax3-4: Disable internal RTC
+    - [armhf] OMAP2+: Fix omap off idle power consumption creeping up
+      (regression in 3.16)
+    - [armel,armhf] net fix emit_udiv() for BPF_ALU | BPF_DIV | BPF_K
+      intruction.
+    - drm: Zero out invalid vblank timestamp in drm_update_vblank_count.
+      (regression in 3.17)
+    - [x86] drm/i915/dp: there is no audio on port A
+    - [x86] drm/amdkfd: allow unregister process with queues
+    - drm/radeon: disable semaphores for UVD V1 (v2)
+    - drm/radeon: don't setup audio on asics that don't support it
+    - drm/radeon: fix userptr BO unpin bug v3
+    - drm/radeon: make VCE handle check more strict
+    - drm/radeon: make UVD handle checking more strict
+    - drm/radeon: more strictly validate the UVD codec
+    - pinctrl: Don't just pretend to protect pinctrl_maps, do it for real
+    - mmc: card: Don't access RPMB partitions for normal read/write
+
+  [ Ben Hutchings ]
+  * Fix error messages at boot on systems without an RTC (Closes: #784146):
+    - rtc: hctosys: do not treat lack of RTC device as error
+    - rtc: hctosys: use function name in the error log
+  * [rt] Update to 4.0.4-rt1 and re-enable
+  * linux-image: Depend on kmod without an alternative of module-init-tools
+  * linux-image: Add versioned Breaks on udev (<< 208-8~) due to #752742 and
+    #756312
+  * [i386] pnp: Disable PNPBIOS_PROC_FS
+  * [arm64] USB: Add support for XHCI on APM Mustang (Closes: #785707)
+    - Change USB_XHCI_HCD to built-in and enable USB_XHCI_PLATFORM as built-in
+    - Make xhci platform driver use 64 bit or 32 bit DMA
+    - Add support for ACPI identification to xhci-platform
+  * md/raid0: fix restore to sector variable in raid0_make_request
+    (Closes: #786372) (regression in 4.0.2)
+  * [x86] e1000e: Add support for Sunrise Point (i219) (Closes: #784546)
+  * [x86] config: Enable NEED_DMA_MAP_STATE by default when SWIOTLB is selected
+    (Closes: #786551)
+  * cdc_ncm: Fix tx_bytes statistics (regression in 4.0)
+  * [armhf] USB: musb: Fix order of conditions for assigning end point
+    operations (regression in 3.19)
+  * [armel/{kirkwood,orion5x}] Disable PM again to reduce kernel image size
+  * [armel/kirkwood] Enable DEBUG_MVEBU_UART0_ALTERNATE, replacing
+    DEBUG_MVEBU_UART_ALTERNATE
+  * i2o: Disable I2O
+  * [x86] vmwgfx: Enable DRM_VMWGFX_FBCON (Closes: #714929)
+  * media: Enable DVB_SMIPCIE as module (Closes: #785153)
+  * Bump ABI to 2
+  * [x86] i2c: Change I2C to built-in and enable ACPI_I2C_OPREGION
+    (Closes: #778896)
+  * usb-storage: Enable USB_UAS for the third time, hoping that it's finally
+    robust enough (Closes: #749014)
+  * zram: Enable ZRAM_LZ4_COMPRESS (Closes: #770958)
+  * HID: Enable HID_BATTERY_STRENGTH (Closes: #783214)
+  * [x86] ALSA: Enable SND_SOC_INTEL_BROADWELL_MACH as module (Closes: #785422)
+
+  [ Ian Campbell ]
+  * [armhf+arm64] Enabled generic SYSCON regmap reset driver
+  * [arm64] Enable PCI support and related modules, adjusting udeb module lists
+    for new modules.
+  * [arm64] Build XHCI platform drivers as a module.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 26 May 2015 02:30:06 +0100
+
+linux (4.0.2-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.1
+    - udptunnels: Call handle_offloads after inserting vlan tag.
+    - tcp: tcp_make_synack() should clear skb->tstamp
+    - bnx2x: Fix busy_poll vs netpoll
+    - bpf: fix verifier memory corruption
+    - Revert "net: Reset secmark when scrubbing packet"
+    - skbuff: Do not scrub skb mark within the same name space
+    - fs: take i_mutex during prepare_binprm for set[ug]id executables
+      (CVE-2015-3339)
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.2
+    - tcp: fix possible deadlock in tcp_send_fin()
+    - tcp: avoid looping in tcp_send_fin() (regression in 4.0)
+    - net: do not deplete pfmemalloc reserve
+    - net: fix crash in build_skb()
+    - net: rfs: fix crash in get_rps_cpus() (regression in 4.0)
+    - md: fix md io stats accounting broken (regression in 3.19)
+    - [x86] perf/intel: Fix Core2,Atom,NHM,WSM cycles:pp events
+      (regression in 3.19)
+    - [x86] fix special __probe_kernel_write() tail zeroing case
+      (regression in 4.0)
+    - Btrfs: fix log tree corruption when fs mounted with -o discard
+    - btrfs: don't accept bare namespace as a valid xattr
+    - Btrfs: fix inode eviction infinite loop after cloning into it
+    - Btrfs: fix inode eviction infinite loop after extent_same ioctl
+    - mm/hugetlb: use pmd_page() in follow_huge_pmd() (regression in 4.0)
+    - [powerpc] hugetlb: Call mm_dec_nr_pmds() in hugetlb_free_pmd_range()
+      (regression in 4.0)
+    - [s390x] KVM: fix handling of write errors in the tpi handler
+    - [s390x] KVM: reinjection of irqs can fail in the tpi handler
+    - [s390x] KVM: fix get_all_floating_irqs (regression in 3.15)
+    - [s390x] hibernate: fix save and restore of kernel text section
+    - KVM: use slowpath for cross page cached accesses
+    - [arm*] KVM: check IRQ number on userland injection
+    - [x86] KVM: VMX: Preserve host CR4.MCE value while in guest mode.
+    - [mips*el] Loongson-3: Add IRQF_NO_SUSPEND to Cascade irqaction
+      (regression in 3.19)
+    - [mips*] Hibernate: flush TLB entries earlier
+    - md/raid0: fix bug with chunksize not a power of 2.
+    - [armhf] spi: imx: read back the RX/TX watermark levels earlier
+      (regression in 3.18)
+    - ring-buffer: Replace this_cpu_*() with __this_cpu_*()
+    - NFS: fix BUG() crash in notify_change() with patch to chown_common()
+    - [armhf] fix broken hibernation (regression in 3.16)
+    - [armel,armhf] 8320/1: fix integer overflow in ELF_ET_DYN_BASE
+    - ALSA: emu10k1: don't deadlock in proc-functions
+    - Input: alps - fix touchpad buttons getting stuck when used with trackpoint
+      (regression in 4.0)
+    - mfd: core: Fix platform-device name collisions (regression in 3.19)
+    - fs/binfmt_elf.c: fix bug in loading of PIE binaries
+    - ptrace: fix race between ptrace_resume() and wait_task_stopped()
+    - ext4: make fsync to sync parent dir in no-journal for real this time
+    - mnt: Prevent circumvention of locked mounts using umount(MNT_DETACH)
+      (CVE-2014-9717)
+    - tpm: fix: sanitized code paths in tpm_chip_register() (regression in 4.0)
+    - [powerpc/powerpc64,ppc64*] perf: Cap 64bit userspace backtraces to
+      PERF_MAX_STACK_DEPTH (Closes: #784278)
+    - UBI: account for bitflips in both the VID header and data
+    - UBI: fix out of bounds write
+    - UBI: fix check for "too many bytes"
+    - target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handling
+    - target/file: Fix SG table for prot_buf initialization
+    - [arm64] head.S: ensure visibility of page tables (regression in 3.15)
+    - [arm64] errata: add workaround for cortex-a53 erratum #845719
+    - [powerpc/powerpc64,ppc64*] powernv: Don't map M64 segments using M32DT
+      (regression in 3.17)
+    - [powerpc/powerpc64,ppc64] cell: Fix crash in iic_setup_cpu() after per_cpu
+      changes (regression in 3.19)
+    - [powerpc/powerpc64,ppc64] cell: Fix cell iommu after it_page_shift changes
+    - [i386/686-pae] ACPICA: Utilities: split IO address types from data type
+      models.
+    - ACPICA: Store GPE register enable masks upfront (regression in 3.19)
+    - [armhf] clk: samsung: exynos4: Disable ARMCLK down feature on Exynos4210
+      SoC (regression in 3.17)
+    - [armhf] clk: tegra: Use the proper parent for plld_dsi (regression in 4.0)
+    - [armhf] serial: imx: Fix clearing of receiver overrun flag
+    - serial: 8250: Check UART_SCR is writable (regression in 4.0)
+    - sd: Unregister integrity profile (regression in 3.18)
+    - sd: Fix missing ATO tag check (regression in 3.18)
+    - [x86] Drivers: hv: vmbus: Fix a bug in the error path in vmbus_open()
+    - IB/core: disallow registering 0-sized memory region
+    - IB/iser: Fix wrong calculation of protection buffer length
+      (regression in 3.16)
+    - i2c: Mark adapter devices with pm_runtime_no_callbacks (regression in 4.0)
+    - [armhf] drm/exynos: Enable DP clock to fix display on Exynos5250 and other
+      (regression in 4.0)
+    - [x86] drm/i915: vlv: fix save/restore of GFX_MAX_REQ_COUNT reg
+      (regression in 3.16)
+    - [x86] drm/i915: cope with large i2c transfers
+    - vfs: RCU pathwalk breakage when running into a symlink overmounting
+      something
+    - Revert "nfs: replace nfs_add_stats with nfs_inc_stats when add one"
+      (regression in 3.19)
+    - nfsd4: disallow ALLOCATE with special stateids (regression in 3.19)
+    - nfsd4: fix READ permission checking (regression in 3.16)
+    - nfsd4: disallow SEEK with special stateids (regression in 3.18)
+    - nfsd: eliminate NFSD_DEBUG (regression of linux-libc-dev in 3.19)
+    - nfs: fix high load average due to callback thread sleeping
+      (regression in 4.0)
+    - nfs: fix DIO good bytes calculation (regression in 4.0)
+    - nfs: remove WARN_ON_ONCE from nfs_direct_good_bytes
+    - NFS: Add a stub for GETDEVICELIST (regression in 3.18)
+    - sched/deadline: Always enqueue on previous rq when dl_task_timer() fires
+      (regression in 4.0)
+    - mac80211: send AP probe as unicast again (regression in 3.19)
+    - lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR
+    - [armhf] crypto: omap-aes - Fix support for unequal lengths
+    - memstick: mspro_block: add missing curly braces
+    - drivers: platform: parse IRQ flags from resources (regression in 3.18)
+
+  [ Ben Hutchings ]
+  * debian.py,gencontrol.py: Fix the version sanity checks for backports and
+    security/LTS uploads
+  * ipv4: Missing sk_nulls_node_init() in ping_unhash() (CVE-2015-3636)
+  * [armel/orion5x] Increase maximum kernel image size to ~2 MB, removing
+    support for DNS-323 (fixes FTBFS)
+    - Re-enable BLK_DEV_INTEGRITY, SCSI_UFSHCD, TCM_IBLOCK, AUDIT, USER_NS,
+      PCI_QUIRKS, FTRACE, DEBUG_BUGVERBOSE, SECURITY
+    - Enable DYNAMIC_DEBUG, FRONTSWAP
+  * [arm64,armhf,powerpcspe,x86] gpio: Explicitly enable GPIOLIB, as some
+    drivers now depend on rather than selecting it (fixes FTBFS on i386)
+  * [x86] thermal: Enable INT340X_THERMAL as module, replacing
+    ACPI_INT3403_THERMAL
+  * [x86] Re-enable IOSF_MBI and INTEL_RAPL as modules
+  * sound: Enable SND_USB_POD, SND_USB_PODHD, SND_USB_TONEPORT,
+    SND_USB_VARIAX as modules, replacing LINE6_USB
+  * media/rc: Enable IR_IGORPLUGUSB as module, replacing LIRC_IGORPLUGUSB
+  * [amd64] misc: Enable INTEL_MIC_BUS and re-enable INTEL_MIC_HOST as modules
+  * sound/firewire: Enable SND_OXFW as module, replacing SND_FIREWIRE_SPEAKERS
+  * [x86] Enable DW_DMAC and re-enable SND_SOC_INTEL_HASWELL_MACH,
+    SND_SOC_INTEL_BYT_RT5640_MACH, SND_SOC_INTEL_BYT_MAX98090_MACH as modules
+  * [x86] tpm: Enable TCG_TIS_I2C_ST33 as module, replacing TCG_ST33_I2C
+  * [armel/kirkwood] regulator: Re-enable REGULATOR, REGULATOR_FIXED_VOLTAGE
+  * [armel/kirkwood] sound: Enable SND_SIMPLE_CARD as module, replacing
+    SND_KIRKWOOD_SOC_OPENRD, SND_KIRKWOOD_SOC_T5325; re-enable
+    SND_SOC_ALC5623, SND_SOC_CS42L51_I2C as modules
+  * [alpha,armel/kirkwood,hppa,ia64,mips*/{octeon,sb1-bcm91250a}] Re-enable PM
+  * [armel/orion5x] Enable PM
+  * [armhf] sound: Enable SND_SIMPLE_CARD as module
+  * path_openat(): fix double fput()
+  * [x86] serial: Enable SERIAL_8250_DW as built-in
+  * [armhf] Enable ARM_ERRATA_430973 (Closes: #768890), ARM_ERRATA_643719,
+    ARM_ERRATA_754327, ARM_ERRATA_773022
+  * [x86] nfc: Enable NFC_HCI, NFC_MEI_PHY, NFC_PN544, NFC_PN544_MEI as
+    modules (Closes: #770323)
+  * Set ABI to 1
+  * mnt: Add missing pieces of fix for CVE-2014-9717:
+    - mnt: Fail collect_mounts when applied to unmounted mounts
+    - fs_pin: Allow for the possibility that m_list or s_list go unused.
+
+  [ Ian Campbell ]
+  * [armhf] Enable support for Freescale SNVS RTC. (Closes: #782364)
+  * [armhf] Add ehci-orion module to usb-modules udeb. (Closes: #783324)
+  * [armhf] imx-hdmi module is now called dw_hdmi-imx, so update fb-modules
+    udeb. Patches from both Vagrant Cascadian and Wookey. (Closes: #783275)
+  * [arm*] Install DTBS using dtbs_install target. (Closes: #784761)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 11 May 2015 04:29:06 +0100
+
+linux-tools (4.0.2-1) unstable; urgency=medium
+
+  * New upstream release
+  * Thanks to Luca Boccassi and Lukas Wunner for some hints on upgrading
+    to 4.0 (Closes: #778588)
+  * debian/control: Add gcc-multilib to Build-Depends in order to build
+    perf-read-vdso{,x}32
+  * linux-tools: Install perf-read-vdso{,x}32 in versioned directory
+    under /usr/lib
+  * linux-tools: Set ARCH=x86 when building perf for amd64, i386 or x32
+  * linux-kbuild: Include Makefile.kasan (Closes: #783681)
+  * linux-kbuild: Enable Large File Support (Closes: #778942)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 11 May 2015 03:53:12 +0100
+
+linux (4.0-1~exp1) experimental; urgency=medium
+
+  * New upstream release: http://kernelnewbies.org/Linux_4.0
+
+  [ Ben Hutchings ]
+  * [i386,s390] Remove 64-bit kernel flavours, which are also available
+    through multiarch
+  * [x86] Enable PARAVIRT_SPINLOCKS
+
+ -- maximilian attems <maks@debian.org>  Tue, 21 Apr 2015 21:46:47 +0200
+
+linux (3.19.3-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.19.2
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.19.3
+
+ -- maximilian attems <maks@debian.org>  Sun, 29 Mar 2015 20:14:33 +0200
+
+linux (3.19.1-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.19.1
+    - Bluetooth: ath3k: workaround the compatibility issue with xHCI controller
+      (Closes: #778463)
+    - random: Fix fast_mix() function (regression in 3.17)
+    - xfs: inode unlink does not set AGI buffer type
+    - xfs: set buf types when converting extent formats
+    - xfs: set superblock buffer type correctly
+    - iwlwifi: mvm: validate tid and sta_id in ba_notif
+    - iwlwifi: mvm: fix failure path when power_update fails in add_interface
+      (regression in 3.15)
+    - HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events
+      (regression in 3.19)
+    - cpufreq: Set cpufreq_cpu_data to NULL before putting kobject
+    - [xen] manage: Fix USB interaction issues when resuming (regression in
+      3.17)
+    - [xen] xen-scsiback: mark pvscsi frontend request consumed only after last
+      read
+    - megaraid_sas: endianness related bug fixes and code optimization
+    - rc-main: Re-apply filter for no-op protocol change (regression in 3.17)
+    - proc/pagemap: walk page tables under pte lock
+    - NFS: struct nfs_commit_info.lock must always point to inode->i_lock
+      (regression in 3.17)
+    - [mips*] asm: asmmacro: Replace "add" instructions with "addu"
+    - mm/hugetlb: pmd_huge() returns true for non-present hugepage
+    - blk-mq: fix double-free in error path
+    - nfs41: .init_read and .init_write can be called with valid pg_lseg
+      (regression in 3.15)
+    - SUNRPC: NULL utsname dereference on NFS umount during namespace cleanup
+    - NFSv4: Ensure we reference the inode for return-on-close in delegreturn
+    - NFSv4.1: Fix a kfree() of uninitialised pointers in
+      decode_cb_sequence_args
+    - sg: fix unkillable I/O wait deadlock with scsi-mq
+    - sg: fix EWOULDBLOCK errors with scsi-mq
+    - iscsi-target: Drop problematic active_ts_list usage
+    - cipso: don't use IPCB() to locate the CIPSO IP option (regression in 3.18)
+    - ring-buffer: Do not wake up a splice waiter when page is not full
+      (regression in 3.18)
+    - tty: Remove warning in tty_lock_slave() (regression in 3.19)
+    - tty: Prevent untrappable signals from malicious program
+    - USB: fix use-after-free bug in usb_hcd_unlink_urb()
+    - [armhf] usb: dwc3: gadget: add missing spin_lock() (regression in 3.19)
+    - usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGN
+    - cdc-acm: add sanity checks
+    - ntp: Fixup adjtimex freq validation on 32-bit systems (regression in 3.19)
+    - udf: Check length of extended attributes and allocation descriptors
+    - [s390*] KVM: forward hrtimer if guest ckc not pending yet
+      (regression in 3.17)
+    - [s390*] KVM: base hrtimer on a monotonic clock
+    - [s390*] KVM: floating irqs: fix user triggerable endless loop
+    - [s390*] KVM: avoid memory leaks if __inject_vm() fails
+    - gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip
+      per node (regression in 3.19)
+    - sb_edac: Fix detection on SNB machines (regression in 3.18)
+    - jffs2: fix handling of corrupted summary length
+    - samsung-laptop: Add use_native_backlight quirk, and enable it on some
+      models (regression in 3.16)
+    - libceph: fix double __remove_osd() problem
+    - btrfs: fix leak of path in btrfs_find_item
+    - Btrfs: fix fsync data loss after adding hard link to inode
+    - blk-throttle: check stats_cpu before reading it from sysfs
+    - [x86] efi: Avoid triple faults during EFI mixed mode calls
+    - [x86][xen] irq: Fix regression in 3.19
+    - Replace ACCESS_ONCE of non-scalar types with READ_ONCE
+    - kernel: tighten rules for ACCESS_ONCE
+    - [x86] spinlocks/paravirt: Fix memory corruption on unlock
+    - quota: Store maximum space limit in bytes
+
+  [ Ben Hutchings ]
+  * [armhf] Drop sun7i device tree patches which are included in 3.19
+    (fixes FTBFS) (Closes: #779799)
+  * nfsd: Enable NFSD_V4_SECURITY_LABEL
+
+  [ Helge Deller ]
+  * [hppa] Add virtio udeb modules
+  * [alpha] Add debian-installer udeb packages
+  * [alpha] Drop alpha-legacy kernel image
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 08 Mar 2015 15:29:45 +0000
+
+linux (3.19-1~exp1) experimental; urgency=medium
+
+  * New upstream release: http://kernelnewbies.org/Linux_3.19
+  * Enable SCSI_AM53C974 where tmscim was enabled.
+
+ -- maximilian attems <maks@debian.org>  Thu, 12 Feb 2015 23:41:05 +0100
+
+linux (3.18.6-1~exp1) experimental; urgency=medium
+
+  [ Ben Hutchings ]
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.6
+
+ -- maximilian attems <maks@debian.org>  Sat, 07 Feb 2015 22:38:37 +0100
+
+linux-tools (3.18.5-1~exp1) experimental; urgency=medium
+
+  * New upstream release
+  * linux-tools: Fix build configuration to avoid linking perf with libbfd
+    (Closes: #763002)
+  * linux-tools: Add a check that perf is not linked with libbfd
+  * [arm64] Enable building linux-tools, thanks to Steve Capper
+    (Closes: #771340)
+  * [armel,armhf] linux-tools: Enable use of libunwind
+  * [hppa,sparc] linux-tools: Enable use of libnuma
+  * [mips*,powerpcspe,x32] Enable building linux-tools
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 01 Feb 2015 02:53:07 +0100
+
+linux (3.18.5-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.4
+    - [hppa] fix out-of-register compiler error in ldcw inline assembler
+      function
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.5
+
+  [ Helge Deller ]
+  * [hppa] Enable CONFIG_PPDEV to avoid CUPS complaining with systemd
+
+ -- maximilian attems <maks@debian.org>  Sat, 31 Jan 2015 22:20:40 +0100
+
+linux (3.18.3-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.1
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.2
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.3
+
+  [ Ian Campbell ]
+  * [armel/kirkwood]: Enable DEBUG_MVEBU_UART_ALTERNATE to match the behaviour
+    of previous boardfile based kirkwood kernels. Otherwise the kernel silently
+    crashes during boot.
+  * [armel/kirkwood]: Add versioned breaks on flash-kernel << 3.30~, versions
+    before this do not append a DTB on all platforms. This is required now that
+    board file support is removed.
+  * Add xhci-pci and xhci-plat-hcd to usb-modules udeb. (Inspired by #770912).
+  * [armhf/armmp]: Enable support for Tegra124 based platforms.
+
+  [ Helge Deller ]
+  * [hppa] udeb: Fix duplicate modules in ata-modules, pata-modules
+    (Closes: #770102)
+  * [hppa] Create build-dependencies on binutils-hppa64 and gcc-4.9-hppa64
+
+  [ Ben Hutchings ]
+  * [sh4] ftrace: Remove -m32 option from recordmcount.pl (Closes: #775611)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 18 Jan 2015 20:48:06 +0000
+
+linux (3.18-1~exp1) experimental; urgency=medium
+
+  * New upstream release: http://kernelnewbies.org/Linux_3.18
+
+  [ Ben Hutchings ]
+  * Remove aufs
+  * vfs: Enable OVERLAY_FS as module
+  * drivers/base: Disable UEVENT_HELPER, only needed for compatibility
+    with wheezy's udev package
+  * net: Enable 6LOWPAN as module; re-enable BT_6LOWPAN and
+    IEEE802154_6LOWPAN as modules
+  * net: Enable GENEVE as module; enable OPENVSWITCH_GENEVE
+  * ipv4: Enable TCP_CONG_DCTCP as module
+  * netfilter: Enable IP6_NF_NAT, IP_SET_HASH_MAC, IP_VS_FO, NF_LOG_ARP,
+    NF_LOG_BRIDGE, NFT_BRIDGE_REJECT, NFT_MASQ, NFT_MASQ_IPV4, NFT_MASQ_IPV6
+    as modules
+  * SCSI,xen: Enable XEN_SCSI_FRONTEND, XEN_SCSI_BACKEND as modules
+  * SCSI: Re-enable LIBFCOE, FCOE, FCOE_FNIC, SCSI_BNX2X_FCOE as modules
+  * drivers/net: Enable ET131X as module for all architectures
+  * wireless: Enable BRCMFMAC as module for all architectures;
+    enable BRCMFMAC_USB and BRCMFMAC_PCIE
+  * wireless: Enable RTL8192EE, RTL8821AE as modules for all architectures
+    (replacing R8192EE, R8821AE for x86 only)
+  * media: Enable VIDEO_VIVID as module (replacing VIDEO_VIVI)
+  * [armel/kirkwood] Enable ARCH_MULTI_V5, ARCH_MVEBU, MACH_KIRKWOOD and
+    MACH_NETXBIG, replacing ARCH_KIRKWOOD etc.
+  * [powerpc/powerpc64,ppc64*] Enable SCSI_IBMVFC as module, replacing
+    SCSI_IBMVSCSIS
+  * input/tablet: Enable TABLET_SERIAL_WACOM4 as module
+  * media: Enable MEDIA_SDR_SUPPORT; enable DVB_PT3, DVB_USB_DVBSKY,
+    USB_AIRSPY, USB_HACKRF, VIDEO_TW68 as modules; enable VIDEO_SOLO6X10 as
+    module on all architectures (replacing SOLO6X10 on x86);
+    enable USB_MSI2500 on all architectures (replacing USB_MSI3101 on x86)
+  * au0828: Enable VIDEO_AU0828_RC
+  * HID,gpio,i2c: Enable HID_CP2112 as module
+  * HID: Enable HID_PENMOUNT as module
+  * USB,leds: Enable USB_LED_TRIG
+  * leds: Disable LEDS_PCA9532, apparently only needed on armel/iop32x
+  * [x86] platform: Enable TOSHIBA_HAPS as module
+  * [x86] serial: Enable SERIAL_8250_FINTEK as module
+  * [x86] Enable MFD_MENF21BMC, LEDS_MENF21BMC, SENSORS_MENF21BMC_HWMON,
+    MENF21BMC_WATCHDOG as modules
+  * [x86] edac: Enable EDAC_IE31200 as module
+  * [x86] drivers/crypto: Enable CRYPTO_DEV_QAT_DH895xCC as module
+  * [x86] comedi: Enable COMEDI_NI_USB6501 as module
+  * [armel] Change configuration to reduce kernel image size (fixes FTBFS)
+    - [/kirkwood] netlink: Disable NETLINK_MMAP
+    - [/kirkwood] cgroups: Disable MEMCG
+    - [/kirkwood] Disable CHECKPOINT_RESTORE
+    - [/kirkwood] mm: Disable COMPACTION, KSM
+    - [/kirkwood] crypto: Disable CRYPTO_FIPS
+    - [/kirkwood] power: Disable HIBERNATION, PM_RUNTIME
+    - [/orion5x] mm: Disable COMPACTION, MIGRATION
+    - [/orion5x] block: Disable BLK_DEV_INTEGRITY
+    - [/orion5x] SCSI: Disable SCSI_UFSHCD
+    - [/orion5x] target: Disable TCM_IBLOCK
+    - [/orion5x] Disable AUDIT, DEBUG_BUGVERBOSE, PROFILING, OPROFILE, RD_LZO
+  * [armel] Include size of appended DTBs in image size check
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 11 Dec 2014 00:43:21 +0000
+
+linux (3.17.4-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.17.1
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.17.2
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.17.3
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.17.4
+
+  [ Ben Hutchings ]
+  * Set ABI to trunk
+  * aufs: Update to aufs3.17-20141020:
+    - support for AT_EMPTY_PATH/LOOKUP_EMPTY
+    - Show union filesystem paths in /proc/*/map_files/*
+    - bugfix, fix the returning size of the branch attr
+  * Compile with gcc-4.9 (except for ia64,m68k,s390*,sh4)
+
+ -- maximilian attems <maks@debian.org>  Mon, 24 Nov 2014 00:00:27 +0100
+
+linux-tools (3.17-1~exp1) experimental; urgency=medium
+
+  * New upstream release
+    - usbip userspace moved to tools/usb/usbip
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 17 Oct 2014 14:58:51 +0200
+
+linux (3.17-1~exp1) experimental; urgency=medium
+
+  * New upstream release: http://kernelnewbies.org/Linux_3.17
+
+  * armel: Drop ixp4xx image.
+  * topconfig: Reenable renamed IP_NF_NAT. (closes #762458)
+  * udeb: refix renamed i2c-core.
+
+ -- maximilian attems <maks@debian.org>  Tue, 14 Oct 2014 23:01:39 +0200
+
+linux (3.17~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * aufs: Update to aufs3.x-rcN-20140908
+
+  [ maximilian attems ]
+  * udeb: fix renamed i2ccore.
+
+ -- maximilian attems <maks@debian.org>  Thu, 18 Sep 2014 23:50:00 +0200
+
+linux (3.16.7-ckt9-3) unstable; urgency=high
+
+  [ Ben Hutchings ]
+  * [x86] crypto: aesni - fix memory usage in GCM decryption (Closes: #782561)
+    (CVE-2015-3331)
+  * tcp: Fix crash in TCP Fast Open (Closes: #782515) (CVE-2015-3332)
+  * kernel: Provide READ_ONCE and ASSIGN_ONCE
+  * Replace use of ACCESS_ONCE on non-scalar types with READ_ONCE or barriers
+    as appropriate
+  * kernel: tighten rules for ACCESS ONCE
+  * kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)
+  * fs: take i_mutex during prepare_binprm for set[ug]id executables
+    (CVE-2015-3339)
+
+  [ Ian Campbell ]
+  * [xen] release per-queue Tx and Rx resource when disconnecting, fixing
+    network after save/restore or migration. (Closes: #782698)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 23 Apr 2015 16:41:27 +0100
+
+linux (3.16.7-ckt9-2) unstable; urgency=medium
+
+  * btrfs: simplify insert_orphan_item (Closes: #782362)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 13 Apr 2015 02:01:54 +0100
+
+linux (3.16.7-ckt9-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    http://kernel.ubuntu.com/stable/ChangeLog-3.16.7-ckt8
+    - usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGN
+    - btrfs: fix leak of path in btrfs_find_item
+    - tpm_tis: verify interrupt during init
+    - xfs: ensure buffer types are set correctly
+    - xfs: inode unlink does not set AGI buffer type
+    - xfs: set buf types when converting extent formats
+    - xfs: set superblock buffer type correctly
+    - [s390*] KVM: avoid memory leaks if __inject_vm() fails
+    - samsung-laptop: Add use_native_backlight quirk, and enable it on some
+      models (regression in 3.14)
+    - staging: comedi: comedi_compat32.c: fix COMEDI_CMD copy back
+    - nfs: don't call blocking operations while !TASK_RUNNING
+    - cdc-acm: add sanity checks
+    - USB: fix use-after-free bug in usb_hcd_unlink_urb()
+    - iwlwifi: mvm: fix failure path when power_update fails in add_interface
+    - tty: Prevent untrappable signals from malicious program
+    - cpufreq: Set cpufreq_cpu_data to NULL before putting kobject
+    - nfs41: .init_read and .init_write can be called with valid pg_lseg
+      (regression in 3.15)
+    - mei: mask interrupt set bit on clean reset bit (regression in
+      3.16.7-ckt5)
+    - [s390*] KVM: floating irqs: fix user triggerable endless loop
+    - cfq-iosched: handle failure of cfq group allocation
+    - tracing: Fix unmapping loop in tracing_mark_write
+    - fsnotify: fix handling of renames in audit
+    - blk-mq: fix double-free in error path
+    - NFSv4.1: Fix a kfree() of uninitialised pointers in
+      decode_cb_sequence_args
+    - mm/hugetlb: pmd_huge() returns true for non-present hugepage
+    - mm/hugetlb: take page table lock in follow_huge_pmd()
+    - mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()
+    - mm/hugetlb: add migration/hwpoisoned entry check in
+      hugetlb_change_protection
+    - mm/hugetlb: add migration entry check in __unmap_hugepage_range
+    - iscsi-target: Drop problematic active_ts_list usage
+    - mm/memory.c: actually remap enough memory
+    - mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()
+      (regression in 3.11)
+    - jffs2: fix handling of corrupted summary length
+    - dm mirror: do not degrade the mirror on discard error
+    - dm io: reject unsupported DISCARD requests with EOPNOTSUPP
+    - NFS: struct nfs_commit_info.lock must always point to inode->i_lock
+      (regression in 3.16.4)
+    - target: Add missing WRITE_SAME end-of-device sanity check
+    - target: Check for LBA + sectors wrap-around in sbc_parse_cdb
+    - Btrfs: fix fsync data loss after adding hard link to inode
+    - sg: fix read() error reporting
+    - IB/qib: Do not write EEPROM
+    - [amd64] EDAC, amd64_edac: Prevent OOPS with >16 memory controllers
+      (regression in 3.11)
+    - md/raid5: Fix livelock when array is both resyncing and degraded.
+    - locking/rtmutex: Avoid a NULL pointer dereference on deadlock
+      (regression in 3.16)
+    - time: adjtimex: Validate the ADJ_FREQUENCY values
+    - ntp: Fixup adjtimex freq validation on 32-bit systems
+    - dm: fix a race condition in dm_get_md
+    - dm snapshot: fix a possible invalid memory access on unload
+    - libceph: fix double __remove_osd() problem
+    - blk-throttle: check stats_cpu before reading it from sysfs
+    - debugfs: leave freeing a symlink body until inode eviction
+    - procfs: fix race between symlink removals and traversals
+    - autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for
+      allocation
+    - clk-gate: fix bit # check in clk_register_gate() (regression in 3.11)
+    - [powerpc*] kernel: Avoid memory corruption at early stage
+      (regression in 3.14)
+    - GFS2: Fix crash during ACL deletion in acl max entry check in
+      gfs2_set_acl() (regression in 3.14)
+    - net: llc: use correct size for sysctl timeout entries (CVE-2015-2041)
+    - net: rds: use correct size for max unacked packets and bytes
+      (CVE-2015-2042)
+    - HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events
+      (regression in 3.16.7-ckt4)
+    - net: sctp: fix race for one-to-many sockets in sendmsg's auto associate
+    - ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs
+    - IB/core: When marshaling ucma path from user-space, clear unused fields
+      (regression in 3.14)
+    - IB/core: Fix deadlock on uverbs modify_qp error flow (regression in 3.14)
+    - IB/mlx4: Fix wrong usage of IPv4 protocol for multicast attach/detach
+      (regression in 3.14)
+    - IB/iser: Use correct dma direction when unmapping SGs
+      (regression in 3.15)
+    - staging: comedi: cb_pcidas64: fix incorrect AI range code handling
+    - target: Fix R_HOLDER bit usage for AllRegistrants
+    - target: Avoid dropping AllRegistrants reservation during unregister
+    - target: Allow AllRegistrants to re-RESERVE existing reservation
+    - target: Allow Write Exclusive non-reservation holders to READ
+    - vhost/scsi: potential memory corruption
+    - mm: softdirty: unmapped addresses between VMAs are clean
+    - proc/pagemap: walk page tables under pte lock
+    http://kernel.ubuntu.com/stable/ChangeLog-3.16.7-ckt9
+    - netfilter: nft_compat: fix module refcount underflow
+    - netfilter: xt_socket: fix a stack corruption bug
+    - ipvs: add missing ip_vs_pe_put in sync code
+    - flowcache: Fix kernel panic in flow_cache_flush_task (regression in 3.15)
+    - tcp: make sure skb is not shared before using skb_get()
+      (regression in 3.16)
+    - gen_stats.c: Duplicate xstats buffer for later use
+    - ematch: Fix auto-loading of ematch modules.
+    - openvswitch: Fix net exit.
+    - net: reject creation of netdev names with colons
+    - macvtap: make sure neighbour code can push ethernet header
+    - udp: only allow UFO for packets from SOCK_DGRAM sockets
+    - gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip
+      per node (regression in 3.16.7-ckt6)
+    - [x86] drm/i915: Check obj->vma_list under the struct_mutex
+      (regression in 3.15)
+    - ALSA: hda - Disable runtime PM for Panther Point again
+      (regression in 3.14)
+    - nilfs2: fix potential memory overrun on inode
+    - [armhf] usb: dwc3: dwc3-omap: Fix disable IRQ
+    - [i386] KVM: emulate: fix CMPXCHG8B on 32-bit hosts
+    - xhci: Allocate correct amount of scratchpad buffers
+    - USB: usbfs: don't leak kernel data in siginfo
+    - efi/libstub: Fix boundary checking in efi_high_alloc()
+    - USB: serial: fix potential use-after-free after failed probe
+    - USB: serial: fix tty-device error handling at probe
+    - staging: comedi: adv_pci1710: fix AI INSN_READ for non-zero channel
+    - mei: make device disabled on stop unconditionally
+    - NFSv4: Don't call put_rpccred() under the rcu_read_lock()
+    - btrfs: fix lost return value due to variable shadowing
+    - eCryptfs: don't pass fs-specific ioctl commands through
+    - drm/radeon: fix DRM_IOCTL_RADEON_CS oops
+    - [armhf] ASoC: omap-pcm: Correct dma mask
+    - [amd64] x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization
+      (CVE-2015-2830)
+    - Btrfs: fix data loss in the fast fsync path
+    - Btrfs:__add_inode_ref: out of bounds memory read when looking for
+      extended ref.
+    - svcrpc: fix memory leak in gssp_accept_sec_context_upcall
+      (regression in 3.12)
+    - SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under xprt->bc_pa_lock
+      (regression in 3.15)
+    - net: cls_bpf: fix size mismatch on filter preparation
+    - net: cls_bpf: fix auto generation of per list handles
+    - qlge: Fix qlge_update_hw_vlan_features to handle if interface is down
+      (regression in 3.13)
+    - libsas: Fix Kernel Crash in smp_execute_task
+    - ALSA: hda - Fix regression of HD-audio controller fallback modes
+      (regression in 3.11)
+    - can: add missing initialisations in CAN related skbuffs
+    - ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctl
+    - ftrace: Fix ftrace enable ordering of sysctl ftrace_enabled
+    - [armhf] imx6qdl-sabresd: set swbst_reg as vbus's parent reg
+    - [armhf] imx6sl-evk: set swbst_reg as vbus's parent reg
+    - xen-pciback: limit guest control of command register (CVE-2015-2150)
+    - drm/vmwgfx: Reorder device takedown somewhat
+    - ALSA: control: Add sanity checks for user ctl id name string
+    - Revert "i2c: core: Dispose OF IRQ mapping at client removal time"
+      (regression in 3.16.7-ckt2)
+    - nilfs2: fix deadlock of segment constructor during recovery
+      (regression in 3.16.7-ckt7)
+    - clk: divider: fix calculation of maximal parent rate for a given divider
+      (regression in 3.15)
+    - [sparc*] Fix several bugs in memmove().
+    - net: sysctl_net_core: check SNDBUF and RCVBUF for min length
+    - inet_diag: fix possible overflow in inet_diag_dump_one_icsk()
+    - caif: fix MSG_OOB test in caif_seqpkt_recvmsg()
+    - rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()
+    - tcp: fix tcp fin memory accounting
+    - net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user()
+      behaviour (regression in 3.13)
+    - tcp: make connect() mem charging friendly
+
+  [ Ian Campbell ]
+  * Initialise framebuffer console earlier. (Closes: #779935)
+  * [xen] Enable Xen MCE log support. (Closes: #779698)
+  * [armhf] mvebu: do not register custom DMA operations when coherency is
+    disabled (Closes: #780858)
+  * [armhf] Enable power control on various sunxi platforms, enable MFD_AXP20X
+    and REGULATOR_AXP20X and adding the necessary DTB nodes. (Closes: #781576)
+
+  [ Ben Hutchings ]
+  * [armel/kirkwood] linux-image: Add versioned Breaks against flash-kernel,
+    to ensure that an FDT is appended to the image if needed (Closes: #781193)
+  * Revert "quota: Store maximum space limit in bytes" to avoid ABI change
+  * IB/core: Prevent integer overflow in ib_umem_get address arithmetic
+    (CVE-2014-8159)
+  * Btrfs: make xattr replace operations atomic (CVE-2014-9710)
+  * ext4: fix ZERO_RANGE bug hidden by flag aliasing
+  * ext4: fix accidental flag aliasing in ext4_map_blocks flags
+  * ext4: allocate entire range in zero range (CVE-2015-0275)
+  * [x86] microcode/intel: Guard against stack overflow in the loader
+    (CVE-2015-2666)
+  * ipv6: Don't reduce hop limit for an interface (CVE-2015-2922)
+  * [powerpc/powerpc64,ppc64] Disable THERM_PM72 and enable its replacements
+    WINDFARM_PM72 and WINDFARM_RM31 as modules. Update the udeb config
+    accordingly. Thanks to Milan Kupcevic. (Closes: #781934)
+  * psmouse: Add support for FocalTech touchpads, thanks to Rafal Ramocki
+    (Closes: #780971)
+  * [x86] drm/i915: Add limited color range readout for HDMI/DP ports on
+    g4x/vlv/chv (Closes: #775217)
+  * HID: thingm: fix workqueue race on remove (Closes: #780055)
+  * [x86] Disable X86_VERBOSE_BOOTUP (Closes: #781953)
+  * eMMC: Don't initialize partitions on RPMB flagged areas (Closes: #782038)
+  * [x86] powercap / RAPL: change domain detection message (Closes: #781418)
+  * procfs: Avoid ABI change in 3.16.7-ckt8
+  * [powerpc/powerpc] udeb: Add fb-modules package containing radeonfb driver
+    (Closes: #782058)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 08 Apr 2015 01:03:08 +0100
+
+linux (3.16.7-ckt7-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    http://kernel.ubuntu.com/stable/ChangeLog-3.16.7-ckt5
+    - [x86] vdso: Use asm volatile in __getcpu
+    - SCSI: fix regression in scsi_send_eh_cmnd() (regression in 3.16)
+    - Btrfs: don't delay inode ref updates during log replay
+      (regression in 3.16.7)
+    - mm: propagate error from stack expansion even for guard page
+    - vfio-pci: Fix the check on pci device type in vfio_pci_probe()
+    - rpc: fix xdr_truncate_encode to handle buffer ending on page boundary
+      (regression in 3.16)
+    - [arm64] efi: add missing call to early_ioremap_reset()
+      (regression in 3.16)
+    - exit: fix race between wait_consider_task() and wait_task_zombie()
+      (regression in 3.15)
+    - mm: prevent endless growth of anon_vma hierarchy
+    - mm: protect set_page_dirty() from ongoing truncation
+    - mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process
+      being killed
+    - sched/deadline: Fix migration of SCHED_DEADLINE tasks
+    - HID: roccat: potential out of bounds in pyra_sysfs_write_settings()
+    - mm: Don't count the stack guard page towards RLIMIT_STACK
+    - mm: fix corner case in anon_vma endless growing prevention
+    - [arm*][xen] introduce xen_arch_need_swiotlb
+    - fsnotify: next_i is freed during fsnotify_unmount_inodes.
+    - [armhf] ASoC: eukrea-tlv320: Fix of_node_put() call with uninitialized
+      object (regression in 3.15)
+    - HID: i2c-hid: Do not free buffers in i2c_hid_stop() (regression in 3.15)
+    - ALSA: fireworks: fix an endianness bug for transaction length
+      (regression in 3.16)
+    - [armhf] mtd: nand: omap: Fix NAND enumeration on 3430 LDP
+      (regression in 3.13)
+    - ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name()
+      when link file (regression in 3.14)
+    - [powerpc*] Fix bad NULL pointer check in udbg_uart_getc_poll()
+      (regression in 3.12)
+    - nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() races
+    - [armhf] OMAP4: PM: Only do static dependency configuration in
+      omap4_init_static_deps (regression in 3.11)
+    - [armel,armhf] Revert "ARM: 7830/1: delay: don't bother reporting bogomips
+      in /proc/cpuinfo" (regression in 3.12)
+    - gre: fix the inner mac header in nbma tunnel xmit path
+      (regression in 3.16.7-ckt3)
+    - netlink: Always copy on mmap TX.
+    - netlink: Don't reorder loads/stores before marking mmap netlink frame as
+      available
+    - batman-adv: Unify fragment size calculation (regression in 3.13)
+    - batman-adv: avoid NULL dereferences and fix if check (regression in 3.13)
+    - net: Fix stacked vlan offload features computation
+    - net: Reset secmark when scrubbing packet
+    - xen-netback: fixing the propagation of the transmit shaper timeout
+      (regression in 3.16)
+    - team: avoid possible underflow of count_pending value for notify_peers
+      and mcast_rejoin (regression in 3.12)
+    - usb: gadget: gadgetfs: Free memory allocated by memdup_user()
+      (regression in 3.15)
+    - iwlwifi: mvm: fix Rx with both chains (regression in 3.16)
+    - LOCKD: Fix a race when initialising nlmsvc_timeout (regression in 3.11)
+    - NFSv4.1: Fix client id trunking on Linux
+    - vhost-scsi: Add missing virtio-scsi -> TCM attribute conversion
+    - xhci: Check if slot is already in default state before moving it there
+      (regression in 3.14)
+    - USB: console: fix uninitialised ldisc semaphore (regression in 3.12)
+    - USB: console: fix potential use after free
+    - [armhf] usb: dwc3: gadget: Fix TRB preparation during SG
+    - [x86] ftrace/jprobes: Fix conflict between jprobes and function graph
+      tracing
+    - clk: Don't try to use a struct clk* after it could have been freed
+    - [x86] drm/i915: Evict CS TLBs between batches
+    - [xen] Revert "swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single"
+      (regression in 3.16.7-ckt4)
+    http://kernel.ubuntu.com/stable/ChangeLog-3.16.7-ckt6
+    - ipvs: uninitialized data with IP_VS_IPV6
+    - netfilter: nfnetlink: validate nfnetlink header from batch
+    - time: settimeofday: Validate the values of tv from user
+    - drm/radeon: fix VM flush on cayman/aruba (v3)
+    - drm/radeon: fix VM flush on SI (v3)
+    - drm/radeon: fix VM flush on CIK (v3)
+    - drm/radeon: add a dpm quirk list (regression around 3.14)
+    - can: dev: fix crtlmode_supported check
+    - can: kvaser_usb: Don't free packets when tight on URBs
+    - drm/radeon: use rv515_ring_start on r5xx (regression in 3.12)
+    - PCI: Mark Atheros AR93xx to avoid bus reset (regression in 3.14)
+    - [x86] PCI: Clip bridge windows to fit in upstream windows
+      (regression in 3.16)
+    - [armhf] mvebu: completely disable hardware I/O coherency
+    - cifs: fix deadlock in cifs_ioctl_clone()
+    - ipr: wait for aborted command responses
+    - libata: allow sata_sil24 to opt-out of tag ordered submission
+      (regression in 3.14.4, 3.15)
+    - [media] vb2: fix vb2_thread_stop race conditions
+    - [i386/586] apic: Re-enable PCI_MSI support for non-SMP X86_32
+      (regression in 3.12)
+    - dm cache: share cache-metadata object across inactive and active DM
+      tables
+    - dm cache: fix problematic dual use of a single migration count variable
+    - Input: evdev - fix EVIOCG{type} ioctl
+    - tty: Fix pty master poll() after slave closes v2 (regression in 3.12)
+    - [armhf] bus: omap_l3_noc: Add resume hook to restore context
+      (regression in 3.16)
+    - decompress_bunzip2: off by one in get_next_block()
+    - kbuild: Fix removal of the debian/ directory (regression in 3.16)
+    - mm: get rid of radix tree gfp mask for pagecache_get_page
+      (regression in 3.16)
+    - regulator: core: fix race condition in regulator_put()
+    - ASoC: simple-card: Fix crash in asoc_simple_card_unref()
+      (regression in 3.15)
+    - [ppc64el] xmon: Fix another endiannes issue in RTAS call from xmon
+    - nfs: fix dio deadlock when O_DIRECT flag is flipped
+    - mac80211: properly set CCK flag in radiotap (regression in 3.12)
+    - [x86] drm/i915: Only fence tiled region of object.
+    - can: kvaser_usb: Do not sleep in atomic context
+    - can: kvaser_usb: Send correct context to URB completion
+    - rbd: fix rbd_dev_parent_get() when parent_overlap == 0
+    - rbd: drop parent_ref in rbd_dev_unprobe() unconditionally
+    - dm cache: fix missing ERR_PTR returns and handling
+    - dm thin: don't allow messages to be sent to a pool target in READ_ONLY
+      or FAIL mode
+    - [armhf] mvebu: don't set the PL310 in I/O coherency mode when I/O
+      coherency is disabled
+    - vm: add VM_FAULT_SIGSEGV handling support
+    - vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than
+      SIGBUS
+    - perf: Tighten (and fix) the grouping condition
+    - iwlwifi: mvm: drop non VO frames when flushing (regression in 3.16)
+    - memcg: remove extra newlines from memcg oom kill log (regression in 3.15)
+    - ipv4: try to cache dst_entries which would cause a redirect
+      (regression in 3.16) (CVE-2015-1465)
+    http://kernel.ubuntu.com/stable/ChangeLog-3.16.7-ckt7
+    - [ppc64el] powerpc: add little endian flag to syscall_get_arch()
+    - [arm64] Fix up /proc/cpuinfo
+    - cifs: Complete oplock break jobs before closing file handle
+      (regression in 3.15)
+    - [arm64,or1k] lib/checksum.c: fix carry in csum_tcpudp_nofold
+    - [mips*] Fix kernel lockup or crash after CPU offline/online
+    - md/raid5: fix another livelock caused by non-aligned writes.
+      (regression in 3.16)
+    - drm/radeon: fix PLLs on RS880 and older v2 (regression in 3.15)
+      (Closes: #770790)
+    - [armhf/armmp-lpae] 8299/1: mm: ensure local active ASID is marked as
+      allocated on rollover
+    - PCI: Handle read-only BARs on AMD CS553x devices
+      (regression in 3.16.7-ckt4)
+    - mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range
+    - nilfs2: fix deadlock of segment constructor over I_SYNC flag
+    - ip: zero sockaddr returned on error queue
+    - net: rps: fix cpu unplug
+    - ipv6: stop sending PTB packets for MTU < 1280
+    - udp_diag: Fix socket skipping within chain
+    - ping: Fix race in free in receive path
+    - net: don't OOPS on socket aio
+    - ipv4: tcp: get rid of ugly unicast_sock
+    - ppp: deflate: never return len larger than output buffer
+    - [x86] hyperv: Fix the error processing in netvsc_send()
+    - Bluetooth: ath3k: workaround the compatibility issue with xHCI controller
+    - ceph: introduce global empty snap context
+    - drm/vmwgfx: Don't use memory accounting for kernel-side fence objects
+    - net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr
+      struct from userland.
+    - virtio_pci: defer kfree until release callback
+
+  [ Ian Campbell ]
+  * [armhf] Add DTB for Olimex A20-OLinuXino-LIME2. (Closes: #777455)
+  * [armhf] Enable CONFIG_BACKLIGHT_GPIO as a module. (Closes: #778783)
+  * [armhf] Enable FB_SIMPLE on sunxi platform, backporting fixes and DTS
+    entries.
+
+  [ Ben Hutchings ]
+  * shm: add memfd.h to UAPI export list, so kdbus will build
+  * [x86] HPET force enable for e6xx based systems (Closes: #772951)
+  * vfs: read file_handle only once in handle_to_path (CVE-2015-1420)
+  * ASLR: fix stack randomization on 64-bit systems (CVE-2015-1593)
+  * Revert "quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as
+    space units" to avoid ABI change
+  * rmap: Fix ABI change in 3.16.7-ckt5
+  * perf: Fix ABI change in 3.16.7-ckt6
+  * mm: Fix pagecache_get_page() ABI change in 3.16.7-ckt6
+  * tcp: Fix ABI change in 3.16.7-ckt7
+  * [x86] ACPI / video: Add disable_native_backlight quirk for various
+    Samsung models and Dell XPS15 L521X (Closes: #772440)
+  * [x86] ALSA: Enable SND_SOC, SND_SOC_INTEL_SST, SND_SOC_INTEL_HASWELL_MACH,
+    SND_SOC_INTEL_BYT_RT5640_MACH, SND_SOC_INTEL_BYT_MAX98090_MACH as modules
+    (Closes: #773835)
+  * arcmsr: Backport changes up to Linux 3.18 (Closes: #698821)
+  * [x86] drm/i915: Quietly reject attempts to create non-pagealigned stolen
+    objects (Closes: #763155)
+  * KEYS: request_key() should reget expired keys rather than give EKEYEXPIRED
+    (Closes: #758870)
+  * drm: Enable DRM_BOCHS, DRM_QXL as modules
+    - qxl: Disable by default, as it is incompatible with wheezy's
+      xserver-xorg-video-qxl. It can be forced to load with module
+      parameter modeset=1.
+  * of.h: Keep extern declaration of of_* variables when !CONFIG_OF
+    (for simplefb)
+
+  [ Helge Deller ]
+  * [alpha] build debian-installer udeb packages
+  * [hppa] build virtio udeb packages
+
+  [ Uwe Kleine-König ]
+  * Add support for Bananapro board, thanks Karsten Merker for the patch.
+    (Closes: 779311)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 01 Mar 2015 15:13:40 +0000
+
+linux (3.16.7-ckt4-3) unstable; urgency=medium
+
+  [ Ben Hutchings ]
+  * [sh4] ftrace: Remove -m32 option from recordmcount.pl (Closes: #775611)
+  * [x86] Revert "KVM: Fix of previously incomplete fix for CVE-2014-8480"
+    as that issue does not affect 3.16
+  * [amd64] tls, ldt: Stop checking lm in LDT_empty (regression in 3.16.7-ckt4)
+  * [x86] tls: Interpret an all-zero struct user_desc as "no segment"
+    (regression in 3.16.7-ckt4)
+  * net: sctp: fix slab corruption from use after free on INIT collisions
+    (CVE-2015-1421)
+
+  [ Ian Campbell ]
+  * [xen] cancel ballooning if adding new memory failed (Closes: #776448)
+  * [arm64] Only use the virtual counter (CNTVCT) on arm64. (Closes: #776957)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 03 Feb 2015 20:07:06 +0000
+
+linux-tools (3.16-3) unstable; urgency=medium
+
+  * linux-tools: Fix build configuration to avoid linking perf with libbfd
+    (Closes: #763002)
+  * linux-tools: Add a check that perf is not linked with libbfd
+  * [arm64] Enable building linux-tools, thanks to Steve Capper
+    (Closes: #771340)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 02 Feb 2015 22:05:59 +0000
+
+linux (3.16.7-ckt4-2) unstable; urgency=medium
+
+  [ Ian Campbell ]
+  * [arm64] udeb: Remove zlib-modules, as ZLIB_DEFLATE is now
+    built-in (fixes FTBFS)
+  * [xen] Revert "swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single"
+    (Closes: #776237)
+
+  [ Helge Deller ]
+  * [hppa] udeb: Fix duplicate modules in ata-modules, pata-modules
+    (Closes: #770102)
+  * [hppa] Enable CONFIG_PPDEV to avoid CUPS complaining with systemd
+
+  [ Ben Hutchings ]
+  * crypto: Fix unprivileged arbitrary module loading (CVE-2013-7421,
+    CVE-2014-9644)
+    - prefix module autoloading with "crypto-"
+    - include crypto- module prefix in template
+    - add missing crypto module aliases
+  * [x86] KVM: Fix of previously incomplete fix for CVE-2014-8480
+  * [x86] KVM: SYSENTER emulation is broken (CVE-2015-0239)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 27 Jan 2015 03:57:26 +0000
+
+linux (3.16.7-ckt4-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    http://kernel.ubuntu.com/stable/ChangeLog-3.16.7-ckt3
+    - [x86] kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is
+      read-only
+    - [sparc*] Fix constraints on swab helpers.
+    - inetdevice: fixed signed integer overflow
+    - ieee802154: fix error handling in ieee802154fake_probe()
+    - bonding: fix curr_active_slave/carrier with loadbalance arp monitoring
+      (regression in 3.14)
+    - pptp: fix stack info leak in pptp_getname()
+    - ipx: fix locking regression in ipx_sendmsg and ipx_recvmsg
+    - net/mlx4_en: Add VXLAN ndo calls to the PF net device ops too
+      (regression in 3.15)
+    - net/mlx4_en: Advertize encapsulation offloads features only when VXLAN
+      tunnel is set (regression in 3.15)
+    - target: Don't call TFO->write_pending if data_length == 0
+    - vhost-scsi: Take configfs group dependency during VHOST_SCSI_SET_ENDPOINT
+    - iser-target: Handle DEVICE_REMOVAL event on network portal listener
+      correctly
+    - ASoC: dpcm: Fix race between FE/BE updates and trigger
+    - mac80211: Fix regression that triggers a kernel BUG with CCMP
+      (regression in 3.13)
+    - rt2x00: do not align payload on modern H/W
+    - bitops: Fix shift overflow in GENMASK macros
+    - [x86] Require exact match for 'noxsave' command line option
+    - [x86] drm/i915: Kick fbdev before vgacon (regression in 3.16)
+    - can: dev: avoid calling kfree_skb() from interrupt context
+    - [x86] mm: Set NX across entire PMD at boot
+    - of: Fix crash if an earlycon driver is not found
+    - btrfs: fix lockups from btrfs_clear_path_blocking
+    - [i386/686-pae,armhf/armmp-lpae] PCI: Support 64-bit bridge windows if we
+      have 64-bit dma_addr_t (regression in 3.14)
+    - ACPI / PM: Ignore wakeup setting if the ACPI companion can't wake up
+      (regression in 3.13)
+    - drm/radeon: fix endian swapping in vbios fetch for tdp table
+    - Bluetooth: Fix endian and alignment issue with ath3k version handling
+    - nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_wait
+    - [armhf] 8109/1: mm: Modify pte_write and pmd_write logic for LPAE
+    - aio: fix incorrect dirty pages accouting when truncating AIO ring buffer
+      (regression in 3.12)
+    - [armel,armhf] mvebu: add missing of_node_put() call in coherency.c
+      (regression in 3.16)
+    - iio: Fix IIO_EVENT_CODE_EXTRACT_DIR bit mask
+    - spi: Fix mapping from vmalloc-ed buffer to scatter list
+    - SUNRPC: Fix locking around callback channel reply receive
+    - nfsd: Fix slot wake up race in the nfsv4.1 callback code
+    - bnx2fc: do not add shared skbs to the fcoe_rx_list
+    - Revert "xhci: clear root port wake on bits if controller isn't wake-up
+      capable" (regression in 3.16)
+    - usb: xhci: rework root port wake bits if controller isn't allowed to
+      wakeup
+    - ixgbe: Correctly disable VLAN filter in promiscuous mode
+      (regression in 3.16)
+    - ixgbe: fix use after free adapter->state test in ixgbe_remove/ixgbe_probe
+      (regression in 3.15)
+    - ALSA: hda - Limit 40bit DMA for AMD HDMI controllers
+    - PCI/MSI: Add device flag indicating that 64-bit MSIs don't work
+    - gpu/radeon: Set flag to indicate broken 64-bit MSI
+    - sound/radeon: Move 64-bit MSI quirk from arch to driver
+    - [powerpc*] pseries: Honor the generic "no_64bit_msi" flag
+    - [mips*] fix EVA & non-SMP non-FPU FP context signal handling
+      (regression in 3.15)
+    - [x86] drm/i915: Ignore SURFLIVE and flip counter when the GPU gets reset
+      (regression in 3.16)
+    - [powerpc*] 32 bit getcpu VDSO function uses 64 bit instructions
+    - [armhf] 8222/1: mvebu: enable strex backoff delay
+    - [armel,armhf] 8226/1: cacheflush: get rid of restarting block
+    - btrfs: zero out left over bytes after processing compression streams
+    - [armhf] net: sun4i-emac: fix memory leak on bad packet
+    - [armhf] i2c: omap: fix NACK and Arbitration Lost irq handling
+    - [media] s2255drv: fix payload size for JPG, MJPEG (regression in 3.15)
+    - nouveau: move the hotplug ignore to correct place. (regression in 3.16.4)
+    - mm: frontswap: invalidate expired data on a dup-store failure
+    - mm/vmpressure.c: fix race in vmpressure_work_fn()
+    - xen-netfront: Remove BUGs on paged skb data which crosses a page boundary
+    - drivers/input/evdev.c: don't kfree() a vmalloc address
+      (regression in 3.13)
+    - mm: fix anon_vma_clone() error treatment (regression in 3.12)
+    - ip_tunnel: the lack of vti_link_ops' dellink() cause kernel panic
+    - vxlan: Fix race condition between vxlan_sock_add and vxlan_sock_release
+    - bond: Check length of IFLA_BOND_ARP_IP_TARGET attributes
+    - gre: Set inner mac header in gro complete (regression in 3.16.7-ckt1)
+    - [mips*] bpf: Fix broken BPF_MOD
+    http://kernel.ubuntu.com/stable/ChangeLog-3.16.7-ckt4
+    - [x86] drm/i915: don't warn if backlight unexpectedly enabled
+      (Closes: #757805)
+    - [x86] drm/i915/dp: only use training pattern 3 on platforms that
+      support it (regression in 3.15)
+    - btrfs: don't go readonly on existing qgroup items
+    - writeback: fix a subtle race condition in I_DIRTY clearing
+    - [s390*] KVM: flush CPU on load control
+    - UBI: Fix double free after do_sync_erase()
+    - [x86] Drivers: hv: util: make struct hv_do_fcopy match Hyper-V host
+      messages (regression for amd64 in 3.16.7)
+    - Drivers: hv: vmbus: Fix a race condition when unregistering a device
+    - misc: genwqe: check for error from get_user_pages_fast()
+    - drbd: merge_bvec_fn: properly remap bvm->bi_bdev
+    - PCI: Restore detection of read-only BARs
+    - scsi: correct return values for .eh_abort_handler implementations
+    - genhd: check for int overflow in disk_expand_part_tbl()
+    - Btrfs: make sure we wait on logged extents when fsycning two subvols
+    - Btrfs: make sure logged extents complete in the current transaction V3
+    - Btrfs: do not move em to modified list when unpinning
+    - [armhf] mvebu: disable I/O coherency on non-SMP situations on
+      Armada 370/375/38x/XP
+    - nfs41: fix nfs4_proc_layoutget error handling
+    - USB: cdc-acm: check for valid interfaces
+    - HID: i2c-hid: fix race condition reading reports
+    - [armhf] mfd: twl4030-power: Fix regression with missing compatible flag
+      (regression in 3.16)
+    - [armhf] serial: samsung: wait for transfer completion before clock
+      disable
+    - n_tty: Fix read_buf race condition, increment read_head after pushing
+      data (regression in 3.12)
+    - dm cache: only use overwrite optimisation for promotion when in
+      writeback mode
+    - dm cache: dirty flag was mistakenly being cleared when promoting via
+      overwrite
+    - dm bufio: fix memleak when using a dm_buffer's inline bio
+    - iwlwifi: dvm: fix flush support for old firmware (regression in
+      3.16.7-ckt1)
+    - iwlwifi: mvm: update values for Smart Fifo (regression in 3.14)
+    - iommu/vt-d: Fix an off-by-one bug in __domain_mapping()
+    - dm crypt: use memzero_explicit for on-stack buffer
+    - mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by
+      mount (regression in 3.16.3)
+    - umount: Disallow unprivileged mount force
+    - md/raid5: fetch_block must fetch all the blocks handle_stripe_dirtying
+      wants.
+    - [x86] drm/i915: Only warn the first time we attempt to mmio whilst
+      suspended (regression in 3.15)
+    - drm/vmwgfx: Fix error printout on signals pending
+    - drm/radeon: check the right ring in radeon_evict_flags()
+    - swiotlb-xen: pass dev_addr to xen_dma_unmap_page and
+      xen_dma_sync_single_for_cpu
+    - [armhf/armmp] swiotlb-xen: remove BUG_ON in xen_bus_to_phys
+    - swiotlb-xen: call xen_dma_sync_single_for_device when appropriate
+    - swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single
+    - [powerpc] book3s: Fix partial invalidation of TLBs in MCE code.
+    - [armhf] clocksource: arch_timer: Fix code to use physical timers when
+      requested (regression in 3.11)
+    - userns: Prevent evasion of group negative permissions through a userns
+      (CVE-2014-8989):
+      + Don't allow setgroups until a gid mapping has been setablished
+      + Don't allow unprivileged creation of gid mappings
+      + Add a knob to disable setgroups on a per user namespace basis
+      + Allow setting gid_maps without privilege when setgroups is disabled
+    - KEYS: Fix stale key registration at error path
+    - blk-mq: Fix a use-after-free
+    - blk-mq: Fix a race between bt_clear_tag() and bt_get()
+    - nfsd4: fix xdr4 count of server in fs_location4 (regression in 3.16)
+    - [x86] drm/i915: Don't complain about stolen conflicts on gen3
+      (regression in 3.12)
+    - [x86] kvm: Clear paravirt_enabled on KVM guests for espfix32's benefit
+      (CVE-2014-8134)
+    - blk-mq: Fix uninitialized kobject at CPU hotplugging
+    - ncpfs: return proper error from NCP_IOC_SETROOT ioctl
+    - [armhf] rtc: omap: fix clock-source configuration (regression in 3.16)
+    - exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exiting
+    - [amd64] switch_to(): Load TLS descriptors before switching DS and ES
+      (CVE-2014-9419)
+    - [x86] KVM: nVMX: Disable unrestricted mode if ept=0 (regression in 3.13)
+    - [x86] KVM: em_ret_far overrides cpl (follow-up to CVE-2014-3647 fix)
+    - pstore-ram: Fix hangs by using write-combine mappings
+    - HID: i2c-hid: prevent buffer overflow in early IRQ
+    - mac80211: fix multicast LED blinking and counter (regression in
+      3.16.7-ckt2)
+    - cfg80211: avoid mem leak on driver hint set
+    - nl80211: check matches array length before acessing it
+    - cfg80211: don't WARN about two consecutive Country IE hint
+      (regression in 3.14)
+    - tracing/sched: Check preempt_count() for current when reading task->state
+      (regression in 3.13)
+    - [x86] tls: Validate TLS entries to protect espfix (CVE-2014-8133)
+    - [x86] tls: Disallow unusual TLS segments
+    - isofs: Fix infinite looping over CE entries (CVE-2014-9420)
+    - mac80211: free management frame keys when removing station
+    - ceph: do_sync is never initialized (regression in 3.12)
+    - mnt: Fix a memory stomp in umount (regression in 3.14)
+    - ocfs2: fix journal commit deadlock
+    - md/bitmap: always wait for writes on unplug.
+    - [armhf] mmc: omap_hsmmc: Fix UHS card with DDR50 support (regression in
+      3.16)
+    - [x86] mmc: sdhci-pci-o2micro: Fix Dell E5440 issue (regression in 3.14)
+    - dm space map metadata: fix sm_bootstrap_get_nr_blocks()
+    - dm thin: fix a race in thin_dtr
+    - eCryptfs: Force RO mount when encrypted view is enabled
+    - eCryptfs: Remove buggy and unnecessary write in file name decode routine
+    - tcm_loop: Fix wrong I_T nexus association
+    - Btrfs: fix fs corruption on transaction abort if device supports discard
+    - [x86] perf/intel/uncore: Make sure only uncore events are collected
+    - perf: Fix events installation during moving group
+    - iscsi,iser-target: Initiate termination only once (regression in 3.16.4)
+    - iser-target: Fix flush + disconnect completion handling
+    - iser-target: Parallelize CM connection establishment
+    - iser-target: Fix connected_handler + teardown flow race
+    - iser-target: Handle ADDR_CHANGE event for listener cm_id
+    - iser-target: Fix implicit termination of connections
+    - iser-target: Allocate PI contexts dynamically
+    - iser-target: Fix NULL dereference in SW mode DIF
+    - iscsi,iser-target: Expose supported protection ops according to t10_pi
+    - genirq: Prevent proc race against freeing of irq descriptors
+    - [powerpc] powernv: Switch off MMU before entering nap/sleep/rvwinkle mode
+    - [x86] storvsc: ring buffer failures may result in I/O freeze
+    - iscsi-target: Fail connection on short sendmsg writes
+    - [x86] drm/i915: Invalidate media caches on gen7
+    - [x86] drm/i915: Force the CS stall for invalidate flushes
+    - dm thin: fix inability to discard blocks when in out-of-data-space mode
+    - dm thin: fix missing out-of-data-space to write mode transition if blocks
+      are released
+    - dm: fix missed error code if .end_io isn't implemented by target_type
+    - [armhf] i2c: mv64xxx: rework offload support to fix several problems
+      (regression in 3.12)
+    - [x86] tls: Don't validate lm in set_thread_area() after all
+    - ALSA: usb-audio: extend KEF X300A FU 10 tweak to Arcam rPAC
+    - tick/powerclamp: Remove tick_nohz_idle abuse
+    - audit: don't attempt to lookup PIDs when changing PID filtering audit
+      rules (regression in 3.15)
+    - audit: use supplied gfp_mask from audit_buffer in
+      kauditd_send_multicast_skb (regression in 3.16)
+    - [arm64] kernel: fix __cpu_suspend mm switch on warm-boot
+    - audit: restore AUDIT_LOGINUID unset ABI (regression in 3.10)
+    - Btrfs: fix loop writing of async reclaim
+    - isofs: Fix unchecked printing of ER records (CVE-2014-9584)
+    - crypto: af_alg - fix backlog handling
+    - udf: Check path length when reading symlink
+    - udf: Verify i_size when loading inode
+    - udf: Verify symlink size before loading it
+    - udf: Check component length before reading it
+    - [x86] platform/chrome: chromeos_laptop - Add support for Acer C720
+      (Closes: #774209)
+    - batman-adv: Calculate extra tail size based on queued fragments
+      (Closes: #774155) (CVE-2014-9428)
+    - vfs: move d_rcu from overlapping d_child to overlapping d_alias
+    - vfs: deal with deadlock in d_walk() (CVE-2014-8559)
+    - KEYS: close race between key lookup and freeing (CVE-2014-9529)
+
+  [ Ben Hutchings ]
+  * [sh4] Build with gcc-4.8 (Closes: #772602)
+  * Fix inconsistent ABI name generation in
+    debian/bin/{abiupdate,buildcheck,gencontrol}.py (Closes: #773233)
+  * iov: Revert unwanted ABI 'fix' in 3.16.7-ckt2-1
+  * [armel,armhf] thread_info: Fix ABI change in 3.16.7-ckt3
+  * PCI: Fix ABI change in 3.16.7-ckt3
+  * Ignore some ABI changes that don't appear to affect OOT modules:
+    - Removal of __add_pages(), __remove_pages(), of_device_is_stdout_path(),
+      clk_divider_ro_ops, tick_nohz_idle_enter, tick_nohz_idle_exit
+    - Changes to ASoC functions
+  * [arm64] Enable PSTORE as built-in and EFI_VARS_PSTORE as module;
+    ensure efivars and efi-pstore are loaded on EFI systems (Closes: #773309)
+  * hwmon: Enable SENSORS_NCT6683 as module (Closes: #774372)
+  * udeb: Add i2c-designware-{core,platform} to i2c-modules and i2c-hid to
+    input-modules (Closes: #772578)
+  * [x86] ACPI / video: Run _BCL before deciding registering backlight
+    (regression in 3.16) (Closes: #762285)
+  * [amd64] Enable EFI_MIXED to support Bay Trail systems
+  * efi: Expose underlying UEFI firmware platform size to userland, to
+    support installation on Bay Trail systems (Closes: #775191)
+  * vfs: Changes for compatibility with CVE-2014-8559 fix:
+    - aufs: move d_rcu from overlapping d_child to overlapping d_alias
+    - vfs: Avoid ABI change for dentry union changes
+  * [powerpc/powerpc{,-smp}] video/fb: Change FB_RADEON back to module
+    (Closes: #748398) (thanks to John Paul Adrian Glaubitz for thoroughly
+    testing this change)
+  * userns: Fix ABI change in 3.16.7-ckt4
+  * netfilter: conntrack: disable generic tracking for known protocols
+    (CVE-2014-8160)
+  * [amd64] vdso: Fix the vdso address randomization algorithm (CVE-2014-9585)
+
+  [ Ian Campbell ]
+  * [armhf] Enable support for support OMAP5432 uEVM by enabling:
+    TI_SOC_THERMAL, MFD_PALMAS, REGULATOR_PALMAS, REGULATOR_PBIAS,
+    REGULATOR_TI_ABB, PINCTRL_PALMAS, GPIO_PALMAS, RTC_DRV_PALMAS,
+    OMAP5_DSS_HDMI, DISPLAY_ENCODER_TPD12S015, DISPLAY_CONNECTOR_HDMI,
+    USB_DWC3_OMAP, EXTCON_PALMAS, TI_EMIF and DDR.
+    Based on a patch from Chen Baozi (Closes: #772953)
+  * [armel] Change configuration to reduce kernel image size
+    - Warn if image size leaves less than 1% spare capacity in the flash. This
+      allows some slack for growth over the lifetime of a stable release.
+    - [/kirkwood] Disable RD_LZO and RD_LZ4
+    - [/kirkwood] mm: Disable KSM
+    - [/kirkwood] Disable CHECKPOINT_RESTORE
+    - [/kirkwood] Disable ZSMALLOC
+    - [/kirkwood] Disable CRYPTO_FIPS
+    - [/kirkwood] Disable NET_MPLS_GSO
+    - [/kirkwood] Disable NETLINK_MMAP
+    - [/kirkwood] Disable PROFILING
+    - [/kirkwood] Disable BPF_JIT
+    - [/kirkwood] Disable KPROBES
+    - [/ixp4xx,orion5x]: Disable RD_LZO
+    - [/ixp4xx,orion5x]: Disable PROFILING
+    - [/orion5x]: Make SERIO and dependants modular
+  * [arhmf] Add device-tree for LinkSprite pcDuino V3. Patch from Karsten
+    Merker (Closes: #774067)
+  * [xen] More netback fixes (including reintroducing support for
+    feature-rx-notify, which was regressed by the fix to #767261).
+  * Disable TSO in mv643xx_eth driver by default again, since previous fix
+    appears to not work on all platforms (Closes: #764162).
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 16 Jan 2015 00:15:12 +0000
+
+linux (3.16.7-ckt2-1) unstable; urgency=high
+
+  * New upstream stable update:
+    http://kernel.ubuntu.com/stable/ChangeLog-3.16.7-ckt1
+    - drm/tilcdc: Fix the error path in tilcdc_load()
+    - usb: phy: return -ENODEV on failure of try_module_get
+    - PM / clk: Fix crash in clocks management code if !CONFIG_PM_RUNTIME
+    - rt2x00: support Ralink 5362.
+    - wireless: rt2x00: add new rt2800usb devices
+    - NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumes
+    - nfs: fix duplicate proc entries
+    - mm: page_alloc: fix zone allocation fairness on UP
+    - ext4: check EA value offset when loading
+    - jbd2: free bh when descriptor block checksum fails
+    - ext4: don't check quota format when there are no quota files
+    - target: Fix queue full status NULL pointer for SCF_TRANSPORT_TASK_SENSE
+    - vfs: fix data corruption when blocksize < pagesize for mmaped data
+    - ext4: fix mmap data corruption when blocksize < pagesize
+    - ext4: grab missed write_count for EXT4_IOC_SWAP_BOOT
+    - qla_target: don't delete changed nacls
+    - target: Fix APTPL metadata handling for dynamic MappedLUNs
+    - iser-target: Disable TX completion interrupt coalescing
+    - ext4: don't orphan or truncate the boot loader inode
+    - ext4: add ext4_iget_normal() which is to be used for dir tree lookups
+    - ext4: fix reservation overflow in ext4_da_write_begin
+    - ext4: Replace open coded mdata csum feature to helper function
+    - ext4: move error report out of atomic context in ext4_init_block_bitmap()
+    - ext4: check s_chksum_driver when looking for bg csum presence
+    - drm/radeon: fix speaker allocation setup
+    - drm/radeon: use gart memory for DMA ring tests
+    - random: add and use memzero_explicit() for clearing data
+    - freezer: Do not freeze tasks killed by OOM killer
+    - OOM, PM: OOM killed task shouldn't escape PM suspend
+    - [mips*/loongson-2f] loongson2_cpufreq: Fix CPU clock rate setting mismerge
+    - drm/cirrus: bind also to qemu-xen-traditional
+    - cpufreq: intel_pstate: Fix setting max_perf_pct in performance policy
+    - cpufreq: expose scaling_cur_freq sysfs file for set_policy() drivers
+    - cpufreq: intel_pstate: Reflect current no_turbo state correctly
+    - [x86] intel_pstate: Don't lose sysfs settings during cpu offline
+    - [x86] intel_pstate: Fix BYT frequency reporting
+    - [x86] intel_pstate: Correct BYT VID values.
+    - [x86] kvm: don't kill guest on unknown exit reason
+    - kvm: fix excessive pages un-pinning in kvm_iommu_map error path.
+      (CVE-2014-8369)
+    - vfs: be careful with nd->inode in path_init() and follow_dotdot_rcu()
+    - pstore: Fix duplicate {console,ftrace}-efi entries
+    - [x86] bpf_jit: fix two bugs in eBPF JIT compiler (regression in 3.16)
+    - vxlan: fix a use after free in vxlan_encap_bypass
+    - vxlan: using pskb_may_pull as early as possible
+    - vxlan: fix a free after use
+    - ipv4: dst_entry leak in ip_send_unicast_reply()
+    - ipv4: fix a potential use after free in ip_tunnel_core.c
+      (regression in 3.11)
+    - net: tso: fix unaligned access to crafted TCP header in helper API
+    - [x86] hyperv: Fix the total_data_buflen in send path
+    - tcp: md5: do not use alloc_percpu()
+    - macvlan: fix a race on port dismantle and possible skb leaks
+      (regression in 3.16)
+    - net/mlx4_en: Don't attempt to TX offload the outer UDP checksum for VXLAN
+      (regression in 3.14)
+    - gre: Use inner mac length when computing tunnel length
+      (regression in 3.14)
+    - [armhf] spi: pl022: Fix incorrect dma_unmap_sg
+    - mac80211: fix typo in starting baserate for rts_cts_rate_idx
+    - staging: comedi: (regression) channel list must be set for COMEDI_CMD
+      ioctl (regression in 3.15)
+    - nfsd4: fix response size estimation for OP_SEQUENCE (regression in 3.16)
+    - quota: Properly return errors from dquot_writeback_dquots()
+    - i3200_edac: Report CE events properly
+    - i82860_edac: Report CE events properly
+    - cpc925_edac: Report UE events properly
+    - e7xxx_edac: Report CE events properly
+    - scsi: Fix error handling in SCSI_IOCTL_SEND_COMMAND
+    - usb: serial: ftdi_sio: add "bricked" FTDI device PID
+    - [armhf] Revert "usb: dwc3: dwc3-omap: Disable/Enable only wrapper
+      interrupts in prepare/complete" (regression in 3.16)
+    - usb: gadget: f_fs: remove redundant ffs_data_get() (regression in 3.14)
+    - [armhf] usb: ffs: fix regression when quirk_ep_out_aligned_size flag is
+      set (regression in 3.15)
+    - [armhf] usb: musb: dsps: start OTG timer on resume again
+      (regression in 3.16.6)
+    - usb: gadget: udc: core: fix kernel oops with soft-connect
+    - nfsd4: fix crash on unknown operation number
+    - Revert "iwlwifi: mvm: treat EAPOLs like mgmt frames wrt rate"
+      (regression in 3.16.4)
+    - [armhf] usb: dwc3: gadget: Properly initialize LINK TRB
+    - posix-timers: Fix stack info leak in timer_create()
+    - futex: Fix a race condition between REQUEUE_PI and task death
+    - ALSA: bebob: Uninitialized id returned by saffirepro_both_clk_src_get
+    - PM / Sleep: fix async suspend_late/freeze_late error handling
+      (regression in 3.15)
+    - Revert "block: all blk-mq requests are tagged" (regression in 3.16)
+    - ALSA: pcm: Zero-clear reserved fields of PCM status ioctl in compat mode
+    - zap_pte_range: update addr when forcing flush after TLB batching faiure
+    - staging: comedi: fix memory leak / bad pointer freeing for chanlist
+      (regression in 3.15)
+    - [x86] drm/i915: Ignore VBT backlight check on Macbook 2, 1
+      (regression in 3.15)
+    - [i386/686-pae] pageattr: Prevent overflow in slow_virt_to_phys() for
+      X86_PAE
+    - [x86] ACPI / EC: Fix regression due to conflicting firmware behavior
+      between Samsung and Acer. (regression in 3.16.3)
+    - mm: free compound page with correct order
+    - lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()
+    - ext4: fix overflow when updating superblock backups after resize
+    - ext4: fix oops when loading block bitmap failed
+    - ext4: enable journal checksum when metadata checksum feature enabled
+    - ext4: prevent bugon on race between write/fcntl
+    - ext4: bail out from make_indexed_dir() on first error
+    - PCI: Rename sysfs 'enabled' file back to 'enable' (regression in 3.13)
+    - fs: allow open(dir, O_TMPFILE|..., 0) with mode 0
+    - [arm*] tracing/syscalls: Ignore numbers outside NR_syscalls' range
+    - nfs: fix kernel warning when removing proc entry
+    http://kernel.ubuntu.com/stable/ChangeLog-3.16.7-ckt2
+    - rbd: Fix error recovery in rbd_obj_read_sync()
+    - regulator: max77693: Fix use of uninitialized regulator config
+    - xhci: no switching back on non-ULT Haswell (regression in 3.12)
+    - Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanup
+    - ocfs2: fix breakage in o2net_send_tcp_msg() (regression in 3.15)
+    - [armhf] phy: omap-usb2: Enable runtime PM of omap-usb2 phy properly
+      (regression in 3.16)
+    - USB: cdc-acm: add quirk for control-line state requests
+      (regression in 3.16)
+    - sysfs: driver core: Fix glue dir race condition by gdp_mutex
+    - drm/nouveau: make sure display hardware is reinitialised on runtime
+      resume (regression in 3.15)
+    - drm/nv50/disp: fix dpms regression on certain boards
+    - drm/nouveau/bios: memset dcb struct to zero before parsing
+    - GFS2: Make rename not save dirent location (regression in 3.14)
+    - netfilter: ipset: off by one in ip_set_nfnl_get_byindex()
+    - netfilter: nf_tables: check for NULL in nf_tables_newchain pcpu stats
+      allocation (regression in 3.16)
+    - netfilter: nfnetlink_log: fix maximum packet length logged to userspace
+    - netfilter: nft_compat: fix wrong target lookup in nft_target_select_ops()
+    - mmc: core: sdio: Fix unconditional wake_up_process() on sdio thread
+      (regression in 3.16)
+    - mmc: don't request CD IRQ until mmc_start_host()
+    - fs: make cont_expand_zero interruptible
+    - UBIFS: fix a race condition
+    - [x86] fpu: __restore_xstate_sig()->math_state_restore() needs
+      preempt_disable()
+    - [x86] fpu: shift drop_init_fpu() from save_xstate_sig() to
+      handle_signal()
+    - perf: Fix unclone_ctx() vs. locking
+    - evm: properly handle INTEGRITY_NOXATTRS EVM status
+    - [alpha] vfs: missing data dependency barrier in prepend_name()
+    - jffs2: kill wbuf_queued/wbuf_dwork_lock
+    - fix misuses of f_count() in ppp and netlink
+    - sched: Use dl_bw_of() under RCU read lock
+    - [s390*] topology: call set_sched_topology early
+    - [armhf] mfd: ti_am335x_tscadc: Fix TSC operation after ADC continouous
+      mode (regression in 3.14)
+    - [armhf] mfd: ti_am335x_tscadc: Fix TSC resume (regression in 3.14)
+    - selinux: fix inode security list corruption
+    - blk-mq: fix potential hang if rolling wakeup depth is too high
+      (regression in 3.16)
+    - block: fix alignment_offset math that assumes io_min is a power-of-2
+    - drm/nouveau/gpio: rename g92 class to g94 (regression in 3.16)
+    - [x86] drm/i915: Do not leak pages when freeing userptr objects
+    - media: v4l2-common: fix overflow in v4l_bound_align_image()
+    - sched: Use rq->rd in sched_setaffinity() under RCU read lock
+    - [powerpc*] use device_online/offline() instead of cpu_up/down()
+      (regression in 3.11)
+    - xen-blkback: fix leak on grant map error path
+    - net: skb_fclone_busy() needs to detect orphaned skb (regression in 3.16)
+    - rbd: avoid format-security warning inside alloc_workqueue()
+    - rbd: fix error return code in rbd_dev_device_setup()
+    - media: ttusb-dec: buffer overflow in ioctl (CVE-2014-8884)
+    - dm raid: ensure superblock's size matches device's logical block size
+    - ahci: disable MSI instead of NCQ on Samsung pci-e SSDs on macbooks
+      (Closes: #772435)
+    - mac80211: properly flush delayed scan work on interface removal
+    - [i386] microcode, AMD: Fix early ucode loading on 32-bit
+      (regression in 3.14)
+    - [armhf] mvebu: armada xp: Generalize use of i2c quirk
+      (regression in 3.12)
+    - mac80211: fix use-after-free in defragmentation
+    - iwlwifi: fix RFkill while calibrating (regression in 3.16)
+    - tun: Fix csum_start with VLAN acceleration (regression in 3.12)
+    - macvtap: Fix csum_start when VLAN tags are present
+    - dm thin: grab a virtual cell before looking up the mapping
+    - [x86] KVM: Fix uninitialized op->type for some immediate values
+    - [powerpc*] hwrng: pseries - port to new read API and fix stack corruption
+    - drm/radeon: set correct CE ram size for CIK
+    - drm/radeon: make sure mode init is complete in bandwidth_update
+    - cpufreq: Avoid crash in resume on SMP without OPP (regresion in 3.12)
+    - [i386] microcode, AMD: Fix ucode patch stashing on 32-bit
+      (regression in 3.14)
+    - [armhf] mfd: twl4030-power: Fix poweroff with PM configuration enabled
+      (regression in 3.16)
+    - [hppa] Use compat layer for msgctl, shmat, shmctl and semtimedop syscalls
+    - tracing: Do not busy wait in buffer splice (regresion in 3.16)
+    - param: fix crash on bad kernel arguments (regression in 3.16)
+    - audit: keep inode pinned
+    - drm/radeon: add locking around atombios scratch space usage
+    - nfs: fix pnfs direct write memory leak
+    - nfs: Fix use of uninitialized variable in nfs_getattr()
+    - NFSv4: Ensure that we remove NFSv4.0 delegations when state has expired
+    - NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust
+      NFS_DELEGATED_STATE
+    - NFSv4: Fix races between nfs_remove_bad_delegation() and delegation
+      return
+    - NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revoked
+    - NFS: Don't try to reclaim delegation open state if recovery failed
+    - [arm64] efi: Fix stub cache maintenance
+    - [arm64] __clear_user: handle exceptions on strb (CVE-2014-7843)
+    - [arm64] Correct the race condition in aarch64_insn_patch_text_sync()
+    - Fix thinko in iov_iter_single_seg_count
+    - libceph: do not crash on large auth tickets
+    - [armel,armhf] 8191/1: decompressor: ensure I-side picks up relocated code
+    - zram: avoid kunmap_atomic() of a NULL pointer
+    - firewire: cdev: prevent kernel stack leaking into ioctl arguments
+    - md: Always set RECOVERY_NEEDED when clearing RECOVERY_FROZEN
+      (regression in 3.13)
+    - vxlan: Do not reuse sockets for a different address family
+    - net: sctp: fix NULL pointer dereference in af->from_addr_param on
+      malformed packet (CVE-2014-7841)
+    - net: sctp: fix memory leak in auth key management
+    - [armel,m68k] ipv6: fix IPV6_PKTINFO with v4 mapped (regression in 3.15)
+    - netlink: Properly unbind in error conditions. (regression in 3.16)
+    - smsc911x: power-up phydev before doing a software reset.
+      (regression in 3.14)
+    - [sparc*] sunvdc: limit each sg segment to a page
+    - [sparc*] vio: fix reuse of vio_dring slot
+    - drm/radeon: initialize sadb to NULL in the audio code
+    - [x86] KVM: Don't report guest userspace emulation error to userspace
+    - crypto: caam - remove duplicated sg copy functions
+    - audit: correct AUDIT_GET_FEATURE return message type
+    - memory-hotplug: Remove "weak" from memory_block_size_bytes() declaration
+      (regression in 3.14)
+    - [s390*] vmcore: Remove "weak" from function declarations
+    - [s390*] clocksource: Remove "weak" from clocksource_default_clock()
+      declaration
+    - IB/core: Clear AH attr variable to prevent garbage data
+    - [amd64] x32, audit: Fix x32's AUDIT_ARCH wrt audit
+    - [armhf] dts: am335x-evm: Fix 5th NAND partition's name
+      (regression in 3.15)
+    - dell-wmi: Fix access out of memory
+
+  [ Ben Hutchings ]
+  * [x86] Complete Thunderbolt support on Apple computers (Closes: #768653)
+    - PCI: Add pci_fixup_suspend_late quirk pass
+    - PCI: Suspend/resume quirks for Apple thunderbolt
+    - Enable THUNDERBOLT as module
+  * [amd64] traps: Stop using IST for #SS (CVE-2014-9090)
+  * [amd64] traps: Fix the espfix64 #DF fixup and rewrite it in C
+  * [amd64] traps: Rework bad_iret
+  * [amd64] asm/traps: Disable tracing and kprobes in fixup_bad_iret and
+    sync_regs
+  * Fix ABI changes in iovec, of, perf and truncate
+  * Ignore ABI changes in iwlwifi, KVM and spi-nor
+  * Revert "drivers/net: Disable UFO through virtio" in macvtap and tun.
+    This removes the need to shut down VMs if migrating to a patched
+    host.
+
+  [ Ian Campbell ]
+  * [xen] Backport various netback fixes (Closes: #767261).
+  * Backport fix for TSO with mv643xx_eth driver, replacing previous workaround
+    (#764162)
+  * [armhf] Increase Ethernet phy startup delay on Banana-Pi. Patch from
+    Karsten Merker (Closes: #767042)
+  * [armhf] Enable FB_SIMPLE, used on some Exynos platforms and elsewhere.
+  * [arm64] Backport various upstream fixes and improvements to the APM X-gene
+    Ethernet driver.
+  * Honour stdout-path from Device Tree, along with supporting any supplied
+    options. (Closes: #770212)
+  * [armhf] Add udeb modules to support video and keyboard for imx6. Patch from
+    Vagrant Cascadian (Closes: #770635)
+  * [device-tree] Reserve memreserve regions even if they partially overlap
+    with an existing reservation. Fixes boot on Midway.
+  * [arm64] Enable reboot on the Xgene platform.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 08 Dec 2014 20:03:18 +0000
+
+linux (3.16.7-2) unstable; urgency=medium
+
+  [ Ian Campbell ]
+  * Disable TSO in mv643xx_eth driver by default (Closes: #764162).
+
+  [ Aurelien Jarno ]
+  * [i386] Rename 486 flavour to 586 for udebs. (Closes: #768288)
+
+  [ Ben Hutchings ]
+  * [hppa] udeb: Fix modules in multiple packages (Closes: 768297)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 06 Nov 2014 17:42:26 +0000
+
+linux (3.16.7-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.16.6
+    - rtnetlink: fix VF info size (regression in 3.11)
+    - myri10ge: check for DMA mapping errors
+    - Revert "macvlan: simplify the structure port" (regression in 3.16)
+    - tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)
+      (regression in 3.15)
+    - tcp: fix tcp_release_cb() to dispatch via address family for
+      mtu_reduced()
+    - tipc: fix message importance range check (regression in 3.15)
+    - packet: handle too big packets for PACKET_V3
+    - bnx2x: Revert UNDI flushing mechanism (regression in 3.14)
+    - net: ipv6: fib: don't sleep inside atomic lock (regression in 3.15)
+    - openvswitch: fix panic with multiple vlan headers
+    - ipv6: fix rtnl locking in setsockopt for anycast and multicast
+    - l2tp: fix race while getting PMTU on PPP pseudo-wire (regression in 3.15)
+    - ipv6: restore the behavior of ipv6_sock_ac_drop()
+    - bonding: fix div by zero while enslaving and transmitting
+      (regression in 3.12)
+    - net: filter: fix possible use after free (regression in 3.15)
+    - net: allow macvlans to move to net namespace (regression in 3.13)
+    - macvlan: allow to enqueue broadcast pkt on virtual device
+      (regression in 3.16)
+    - xfrm: Generate blackhole routes only from route lookup functions
+    - xfrm: Generate queueing routes only from route lookup functions
+    - macvtap: Fix race between device delete and open.
+    - net/mlx4_core: Allow not to specify probe_vf in SRIOV IB mode
+      (regression in 3.15)
+    - net/mlx4: Correctly configure single ported VFs from the host
+      (regression in 3.15)
+    - gro: fix aggregation for skb using frag_list (regression in 3.13)
+    - hyperv: Fix bug in netvsc_start_xmit() (potential use-after-free)
+    - team: avoid race condition in scheduling delayed work
+    - hyperv: Fix bug in netvsc_send() (potential use-after-free)
+    - sctp: handle association restarts when the socket is closed.
+    - net_sched: copy exts->type in tcf_exts_change() (regression in 3.14)
+    - crypto: caam - fix addressing of struct member
+    - driver/base/node: remove unnecessary kfree of node struct from
+      unregister_one_node (regression in 3.15)
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.16.7
+    - btrfs: wake up transaction thread from SYNC_FS ioctl
+    - Btrfs: fix up bounds checking in lseek
+    - Btrfs: don't do async reclaim during log replay
+    - Btrfs: cleanup error handling in build_backref_tree
+    - Btrfs: fix build_backref_tree issue with multiple shared blocks
+    - Btrfs: fix race in WAIT_SYNC ioctl
+    - fs: Add a missing permission check to do_umount (CVE-2014-7975)
+    - kvm: fix potentially corrupt mmio cache
+    - [x86] kvm,vmx: Preserve CR4 across VM entry (CVE-2014-3690)
+    - be2iscsi: check ip buffer before copying (stack buffer overflow)
+    - mptfusion: enable no_write_same for vmware scsi disks
+    - qla2xxx: fix kernel NULL pointer access (regression in 3.16)
+      (Closes: #764804)
+    - qla2xxx: Fix shost use-after-free on device removal (regression in 3.14)
+    - dmaengine: fix xor sources continuation
+    - [arm64] debug: don't re-enable debug exceptions on return from el1_dbg
+    - mei: bus: fix possible boundaries violation
+    - nfsv4: Fixing lease renewal (regression in 3.13)
+    - lzo: check for length overrun in variable length encoding.
+    - [armhf] tty: omap-serial: fix division by zero
+    - NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM fails
+    - NFSv4: fix open/lock state recovery error handling
+    - NFSv4.1: Fix an NFSv4.1 state renewal regression
+    - nfsd4: reserve adequate space for LOCK op (regression in 3.16)
+    - NFS: Fix an uninitialised pointer Oops in the writeback error path
+    - NFS: Fix a bogus warning in nfs_generic_pgio (regression in 3.16.4)
+    - iwlwifi: mvm: disable BT Co-running by default
+    - [armel,armhf] PCI: mvebu: Fix uninitialized variable in
+      mvebu_get_tgt_attr()
+    - Revert "ath9k_hw: reduce ANI firstep range for older chips"
+      (regression in 3.15)
+    - fanotify: enable close-on-exec on events' fd when requested in
+      fanotify_init()
+    - futex: Ensure get_futex_key_refs() always implies a barrier
+      (regression in 3.14)
+    - [ppc64el] iommu/ddw: Fix endianness
+    - [arm64] compat: fix compat types affecting struct compat_elf_prpsinfo
+    - ALSA: emu10k1: Fix deadlock in synth voice lookup
+    - ALSA: hda - Add missing terminating entry to SND_HDA_PIN_QUIRK macro
+    - [armhf] mvebu: Netgear RN104: Use Hardware BCH ECC
+    - [armhf] mvebu: Netgear RN2120: Use Hardware BCH ECC
+    - [armhf] mvebu: Netgear RN102: Use Hardware BCH ECC
+    - ecryptfs: avoid to access NULL pointer when write metadata in xattr
+    - xfs: ensure WB_SYNC_ALL writeback handles partial pages correctly
+    - [sparc*] Do not disable interrupts in nmi_cpu_busy()
+    - [sparc*] Fix pcr_ops initialization and usage bugs.
+    - [sparc*] sun4v TLB error power off events
+    - [sparc*] Fix corrupted thread fault code.
+    - [sparc*] find_node adjustment
+    - [sparc*] Let memset return the address argument
+    - [sparc*] bpf_jit: fix support for ldx/stx mem and SKF_AD_VLAN_TAG
+    - [sparc*] bpf_jit: fix loads from negative offsets
+    - [sparc*] Fix FPU register corruption with AES crypto offload.
+    - [sparc*] Do not define thread fpregs save area as zero-length array.
+    - [sparc*] Fix hibernation code refrence to PAGE_OFFSET.
+    - [sparc*] correctly recognise M6 and M7 cpu type
+    - [sparc*] T5 PMU
+    - [sparc*] Switch to 4-level page tables.
+    - [sparc*] Adjust KTSB assembler to support larger physical addresses.
+    - [sparc*] Fix physical memory management regressions with large
+      max_phys_bits.
+    - [sparc*] Use kernel page tables for vmemmap.
+    - [sparc*] Increase MAX_PHYS_ADDRESS_BITS to 53.
+    - [sparc*] sparse irq
+    - [sparc*] Fix register corruption in top-most kernel stack frame during
+      boot.
+    - [sparc*] Implement __get_user_pages_fast().
+
+  [ Ben Hutchings ]
+  * [i386] Rename 486 flavour to 586, as it has not worked on 486 processors
+    since we enabled CC_STACKPROTECTOR (Closes: #766105)
+    - Select M586TSC instead of M486
+  * [x86] r8723au: Backport changes up to Linux 3.17 (Closes: #765685)
+  * mmc_block: Increase max_devices and set MMC_BLOCK_MINORS to 256
+    (Closes: #765621)
+  * [x86] drm/i915: Initialise userptr mmu_notifier serial to 1
+    (Closes: #765590)
+  * rtsx_usb_ms: Use msleep_interruptible() in polling loop (Closes: #765717)
+  * Bump ABI to 4
+  * Add '.0' to the kernel version string (Closes: #742226, #745984)
+  * vfs,fuse: Change iov_iter_get_pages() to take both maxsize and maxpages
+    parameters (Closes: #764285)
+  * lockd: Try to reconnect if statd has moved (Closes: #767219)
+  * m25p80: Fix module device ID table
+  * HID: i2c-hid: call the hid driver's suspend and resume callbacks
+    (Closes: #767204)
+  * [x86] drm/i915: Add some L3 registers to the parser whitelist
+    (Closes: #767148)
+  * wireless: rt2x00: add new rt2800usb device (thanks to Cyril Brulebois)
+    (Closes: #766802)
+  * drivers/net,ipv6: Fix virtio/IPv6 regression in 3.16:
+    - drivers/net: Disable UFO through virtio
+    - drivers/net,ipv6: Select IPv6 fragment idents for virtio UFO packets
+  * [x86] KVM: Check non-canonical addresses upon WRMSR (CVE-2014-3610)
+  * [x86] KVM: Prevent host from panicking on shared MSR writes.
+    (CVE-2014-3610)
+  * [x86] KVM: Improve thread safety in pit (CVE-2014-3611)
+  * [x86] kvm: vmx: handle invvpid vm exit gracefully (CVE-2014-3646)
+  * [x86] KVM: Fix wrong masking on relative jump/call
+  * [x86] KVM: Emulator fixes for eip canonical checks on near branches
+    (CVE-2014-3647)
+  * [x86] KVM: Handle errors when RIP is set during far jumps (CVE-2014-3647)
+  * [x86] KVM: Fix far-jump to non-canonical check
+  * net: sctp: fix skb_over_panic when receiving malformed ASCONF chunks
+    (CVE-2014-3673)
+  * net: sctp: fix panic on duplicate ASCONF chunks (CVE-2014-3687)
+  * net: sctp: fix remote memory pressure from excessive queueing
+    (CVE-2014-3688)
+  * mnt: Prevent pivot_root from creating a loop in the mount tree
+    (CVE-2014-7970)
+  * linux-image: Recommend irqbalance if CONFIG_SMP is enabled
+    (Closes: #577788)
+  * [armhf] leds: Enable LEDS_PWM as module (for Cubox-i)
+  * [x86] Backport Thunderbolt support on Apple computers from 3.17
+  * [x86] linux-image: Remove lilo from suggested boot loaders
+  * [amd64] linux-image: Add grub-efi to suggested boot loaders
+  * [hppa] Reduce SIGRTMIN from 37 to 32 to behave like other Linux
+    architectures (Closes: #766635)
+  * [hppa] udeb: Add many more module packages (Closes: #766793)
+  * iwlwifi: Backport firmware monitor from 3.17 (Closes: #767088)
+  * bug script: Warn if the running kernel matches the ABI name of the
+    package but is not the installed version
+
+  [ Mauricio Faria de Oliveira ]
+  * [ppc64el] Disable CONFIG_CMDLINE{,_BOOL} usage for setting consoles
+    (Closes: #764745)
+
+  [ Uwe Kleine-König ]
+  * [armhf] enable rtc driver for i.MX6 
+  * [armhf] add chipidea usb host driver to usb-modules-$version-armmmp-di
+    for i.MX6 
+  * [armhf] enable PCI and NAND driver for Armada 370
+  * [armhf] enable RTC, GPIO_PCA953X, SENSORS_G762 and watchdog driver for
+    Netgear ReadyNAS 102/104
+
+  [ Ian Campbell ]
+  * [armhf] Build i2c-s3c2410 statically, it is used by the arndale power
+    controller.
+  * [armhf] Backport device tree file for Olimex A20-OLinuXino-LIME. (Closes: #764967)
+  * [armhf] Enable various drivers for the Nokia N900. Patch from Sebastian
+    Reichel. (Closes: #766070)
+  * [arm64] Enable EHCI and OHCI platform USB HCD drivers.
+  * Enable MTD and MTDBLOCK in top-level config.
+  * [armhf] Add mtd-modules udeb. Patch from Uwe Kleine-Koenig.
+
+  [ Aurelien Jarno ]
+  * [mips*] Backport a hugetlb fix for Octeon from 3.18.
+  * [mips*] Backport math emulation fix for MIPS32r2 from 3.18.
+  * [mips*] Only define MAX_PHYSMEM_BITS on Loongson-3, until a better fix
+    is committed upstream. Fixes Loongson-2 kernel and maybe more. Closes:
+    #764223.
+  * [mips*/octeon] Add support for the UBNT E200 board (EdgeRouter/EdgeRouter
+    Pro 8 port).
+  * [mips*/octeon] Enable SERIAL_8250_DW. Disable KEYBOARD_ATKBD, MOUSE_PS2,
+    SERIO_I8042.
+  * [mips*/octeon] Really enable USB_OCTEON_EHCI and USB_OCTEON_OHCI. Closes: 
+    Closes: #762066.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 04 Nov 2014 09:47:27 +0000
+
+linux (3.16.5-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.16.4
+    - module: Clean up ro/nx after early module load failures
+      (regression in 3.16)
+    - [armhf] cpufreq: OPP: Avoid sleeping while atomic
+    - [armhf] drm/tilcdc: Fix various bugs in removal path
+    - drm/ttm: Fix possible stack overflow by recursive shrinker calls.
+    - [x86] drm/i915: Fix crash when failing to parse MIPI VBT
+      (regression in 3.16)
+    - [x86] drm/i915: read HEAD register back in init_ring_common() to enforce
+      ordering (Closes: #763583)
+    - libata: widen Crucial M550 blacklist matching
+    - pata_scc: propagate return value of scc_wait_after_reset
+    - pwm: Fix period and polarity in pwm_get() for non-perfect matches
+    - aio: add missing smp_rmb() in read_events_ring
+    - [arm64] flush TLS registers during exec
+    - [arm64] use irq_set_affinity with force=false when migrating irqs
+      (regression in 3.15)
+    - [arm*] KVM: Nuke Hyp-mode tlbs before enabling MMU
+    - [x86] i2c: ismt: use correct length when copy buffer
+    - ftrace: Use current addr when converting to nop in
+      __ftrace_replace_code() (regression in 3.16)
+    - ALSA: core: fix buffer overflow in snd_info_get_line()
+    - ALSA: firewire-lib/dice: add arrangements of PCM pointer and interrupts
+      for Dice quirk (regression in 3.16)
+    - HID: picolcd: sanity check report size in raw_event() callback
+      (CVE-2014-3186)
+    - HID: magicmouse: sanity check report size in raw_event() callback
+      (CVE-2014-3181)
+    - HID: logitech-dj: prevent false errors to be shown (regression in 3.16.2)
+    - [x86] drm/i915: Skip load detect when intel_crtc->new_enable==true
+      (regression in 3.16)
+    - [x86] drm/i915: fix plane/cursor handling when runtime suspended
+      (regression in 3.14)
+    - [x86] drm/i915: Ignore VBT backlight presence check on Acer C720 (4005U)
+      (regression in 3.15)
+    - [x86] drm/i915: Wait for vblank before enabling the TV encoder
+      (regression in 3.16)
+    - [x86] drm/i915/hdmi: fix hdmi audio state readout (regression in 3.16)
+    - drm/radeon: Add ability to get and change dpm state when radeon PX card
+      is turned off (regression in 3.15)
+    - locks: pass correct "before" pointer to locks_unlink_lock in
+      generic_add_lease
+    - ufs: fix deadlocks introduced by sb mutex merge (regression in 3.16)
+    - USB: serial: fix potential stack buffer overflow
+    - USB: serial: fix potential heap buffer overflow
+    - USB: option: reduce interrupt-urb logging verbosity (regression in 3.16)
+    - [armhf] usb: phy: twl4030-usb: Fix lost interrupts after ID pin goes down
+      (regression in 3.13)
+    - [armhf] usb: phy: twl4030-usb: Fix regressions to runtime PM on omaps
+      (regressions in 3.14, 3.15)
+    - uwb: init beacon cache entry before registering uwb device
+    - usb: hub: take hub->hdev reference when processing from eventlist
+    - USB: EHCI: unlink QHs even after the controller has stopped
+    - Revert "ACPI / battery: fix wrong value of capacity_now reported when
+      fully charged" (regression in 3.16)
+    - [x86] iommu/vt-d: Check return value of acpi_bus_get_device()
+      (regression in 3.15)
+    - [armhf/armmp-lpae] iommu/arm-smmu: fix programming of SMMU_CBn_TCR for
+      stage 1
+    - cgroup: check cgroup liveliness before unbreaking kernfs
+      (regression in 3.15)
+    - NFSv4: Fix another bug in the close/open_downgrade code
+      (regression in 3.16.2)
+    - nfsd4: fix corruption of NFSv4 read data (regression in 3.16)
+    - nfs: check wait_on_bit_lock err in page_group_lock
+    - nfs: clear_request_commit while holding i_lock
+    - nfs: fix nonblocking calls to nfs_page_group_lock
+    - nfs: use blocking page_group_lock in add_request
+    - nfs: fix error handling in lock_and_join_requests
+    - nfs: don't sleep with inode lock in lock_and_join_requests
+    - nfs: disallow duplicate pages in pgio page vectors
+    - nfs: can_coalesce_requests must enforce contiguity
+    - [armhf] 8129/1: errata: work around Cortex-A15 erratum 830321 using dummy
+      strex
+    - [armhf] 8133/1: use irq_set_affinity with force=false when migrating irqs
+      (regression in 3.15)
+    - [armel,armhf] 8148/1: flush TLS and thumbee register state during exec
+    - [armel,armhf] 8149/1: perf: Don't sleep while atomic when enabling
+      per-cpu interrupts (regression in 3.15)
+    - [armhf] imx: fix .is_enabled() of shared gate clock (regression in 3.16)
+    - [armhf] 8165/1: alignment: don't break misaligned NEON load/store
+    - [mips*] Fix MFC1 & MFHC1 emulation for 64-bit MIPS systems
+      (regression in 3.15)
+    - ACPICA: Update to GPIO region handler interface.
+    - gpio / ACPI: Use pin index and bit length
+    - ACPI / platform / LPSS: disable async suspend/resume of LPSS devices
+      (regression in 3.16)
+    - ACPI / hotplug: Generate online uevents for ACPI containers
+      (regression in 3.14)
+    - ACPI / video: disable native backlight for ThinkPad X201s
+      (regression in 3.16)
+    - regmap: Fix regcache debugfs initialization (regression in 3.15)
+    - regmap: Fix handling of volatile registers for format_write() chips
+    - regmap: Don't attempt block writes when syncing cache on single_rw
+      devices
+    - cgroup: reject cgroup names with '\n'
+    - cgroup: delay the clearing of cgrp->kn->priv
+    - cgroup: fix unbalanced locking (regression in 3.14)
+    - [s390*] KVM: Fix user triggerable bug in dead code
+    - [s390*] KVM: mm: try a cow on read only pages for key ops
+    - [s390*] KVM: mm: Fix storage key corruption during swapping
+    - [s390*] KVM: mm: Fix guest storage key corruption in
+      ptep_set_access_flags
+    - [x86] xen: don't copy bogus duplicate entries into kernel page tables
+    - [x86] early_ioremap: Increase FIX_BTMAPS_SLOTS to 8 (regression in 3.16)
+    - shmem: fix nlink for rename overwrite directory
+    - SMB3: Fix oops when creating symlinks on smb3
+    - iio: Fix indio_dev->trig assignment in several drivers
+    - Target/iser: Don't put isert_conn inside disconnected handler
+    - target: Fix inverted logic in SE_DEV_ALUA_SUPPORT_STATE_STORE
+      (regression in 3.13)
+    - iscsi-target: Fix memory corruption in iscsit_logout_post_handler_diffcid
+    - SCSI: libiscsi: fix potential buffer overrun in __iscsi_conn_send_pdu
+    - Revert "iwlwifi: dvm: don't enable CTS to self" (regression in 3.16)
+    - iwlwifi: mvm: fix endianity issues with Smart Fifo commands
+      (regression in 3.14)
+    - iwlwifi: mvm: set MAC_FILTER_IN_BEACON correctly for STA/P2P client
+      (regression in 3.16)
+    - workqueue: apply __WQ_ORDERED to create_singlethread_workqueue()
+      (regression in 3.10)
+    - futex: Unlock hb->lock in futex_wait_requeue_pi() error path
+    - block: Fix dev_t minor allocation lifetime
+    - dm cache: fix race causing dirty blocks to be marked as clean
+    - percpu: fix pcpu_alloc_pages() failure path
+    - percpu: perform tlb flush after pcpu_map_pages() failure
+    - regulatory: add NUL to alpha2
+    - lockd: fix rpcbind crash on lockd startup failure (regression in 3.15)
+    - genhd: fix leftover might_sleep() in blk_free_devt()
+    - eventpoll: fix uninitialized variable in epoll_ctl
+    - kcmp: fix standard comparison bug
+    - fs/notify: don't show f_handle if exportfs_encode_inode_fh failed
+    - nilfs2: fix data loss with mmap()
+    - mm, slab: initialize object alignment on cache creation
+    - fs/cachefiles: add missing \n to kerror conversions (regression in 3.16)
+    - mm: softdirty: keep bit when zapping file pte
+    - sched: Fix unreleased llc_shared_mask bit during CPU hotplug
+    - brcmfmac: handle IF event for P2P_DEVICE interface (regression in 3.12)
+    - ath9k_htc: fix random decryption failure (regression in 3.15)
+    - [powerpc,ppc*] Add smp_mb() to arch_spin_is_locked()
+    - [powerpc,ppc*] Add smp_mb()s to arch_spin_unlock_wait()
+    - [hppa] Implement new LWS CAS supporting 64 bit operations.
+    - alarmtimer: Return relative times in timer_gettime
+    - alarmtimer: Do not signal SIGEV_NONE timers
+    - alarmtimer: Lock k_itimer during timer callback
+    - GFS2: fix d_splice_alias() misuses
+    - IB/qib: Correct reference counting in debugfs qp_stats
+    - IB/mlx4: Avoid null pointer dereference in mlx4_ib_scan_netdevs()
+      (regression in 3.14)
+    - IB/mlx4: Don't duplicate the default RoCE GID (regression in 3.14)
+    - IB/core: When marshaling uverbs path, clear unused fields
+      (regression in 3.14)
+    - mm: Fix unbalanced mutex in dma_pool_create(). (regression in 3.16)
+    - PCI: Add pci_ignore_hotplug() to ignore hotplug events for a device
+      (regression in 3.15)
+    - Revert "PCI: Don't scan random busses in pci_scan_bridge()"
+      (regression in 3.15)
+    - drm/nouveau/runpm: fix module unload
+    - drm/radeon/px: fix module unload
+    - fs: Fix nasty 32-bit overflow bug in buffer i/o code.
+    - blk-mq: Avoid race condition with uninitialized requests
+    - [x86] crypto: ccp - Check for CCP before registering crypto algs
+    - nl80211: clear skb cb before passing to netlink
+    - Revert "PCI: Make sure bus number resources stay within their parents
+      bounds" (regression in 3.15)
+    - cpufreq: release policy->rwsem on error (regression in 3.14)
+    - cpufreq: fix cpufreq suspend/resume for intel_pstate (regression in 3.15)
+    - media: it913x: init tuner on attach (regression in 3.15)
+    - media: videobuf2-dma-sg: fix for wrong GFP mask to
+      sg_alloc_table_from_pages (regression in 3.13)
+    - media: vb2: fix vb2 state check when start_streaming fails
+      (regression in 3.16.3)
+    - media: vb2: fix plane index sanity check in vb2_plane_cookie()
+    - md/raid1: clean up request counts properly in close_sync()
+      (regression in 3.13)
+    - md/raid1: be more cautious where we read-balance during resync.
+      (regression in 3.13)
+    - md/raid1: make sure resync waits for conflicting writes to complete.
+      (regression in 3.13)
+    - md/raid1: Don't use next_resync to determine how far resync has
+      progressed (regression in 3.13)
+    - md/raid1: update next_resync under resync_lock. (regression in 3.13)
+    - md/raid1: count resync requests in nr_pending. (regression in 3.13)
+    - md/raid1: fix_read_error should act on all non-faulty devices.
+    - md/raid1: intialise start_next_window for READ case to avoid hang
+      (regression in 3.13)
+    - netfilter: xt_hashlimit: perform garbage collection from process context
+    - mmc: mmci: Reverse IRQ handling for the arm_variant (regression in 3.15)
+    - partitions: aix.c: off by one bug (regression in 3.11)
+    - cpufreq: update 'cpufreq_suspended' after stopping governors
+    - aio: block exit_aio() until all context requests are completed
+    - ext4: propagate errors up to ext4_find_entry()'s callers
+    - ext4: avoid trying to kfree an ERR_PTR pointer
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.16.5
+    - udf: Avoid infinite loop when processing indirect ICBs (CVE-2014-6410)
+    - ASoC: core: fix possible ZERO_SIZE_PTR pointer dereferencing error.
+    - perf: fix perf bug in fork()
+    - mm: memcontrol: do not iterate uninitialized memcgs (regression in 3.14)
+    - mm: migrate: Close race between migration completion and mprotect
+    - [x86] ACPI / i915: Update the condition to ignore firmware backlight
+      change request (regression in 3.16)
+    - [x86] cpufreq: pcc-cpufreq: Fix wait_event() under spinlock
+      (regression in 3.15)
+    - md/raid5: disable 'DISCARD' by default due to safety concerns.
+    - [x86] drm/i915: Flush the PTEs after updating them before suspend
+      (regression in 3.12)
+    - cifs: Fix problem recognizing symlinks (regression in 3.13)
+    - ring-buffer: Fix infinite spin in reading buffer (regression in 3.16.3)
+    - mm: numa: Do not mark PTEs pte_numa when splitting huge pages
+    - media: vb2: fix VBI/poll regression
+
+  [ Ian Campbell ]
+  * [armhf] Add Exynos5 disk/usb/nic modules to udebs.
+  * [armhf] Backport BananaPi device tree files. Patch from Karsten
+    Merker (Closes: #763897).
+
+  [ Ben Hutchings ]
+  * [hppa/parisc64-smp] Work around gcc 4.8 miscompilation (Closes: #762390)
+  * [powerpc/powerpc64,ppc64*] video/fb: Change FB_MATROX, FB_RADEON, FB_ATY,
+    FB_SIS, FB_3DFX, FB_VOODOO1 back to modules (Closes: #748398)
+  * udeb: Add pata_rdc to pata-modules (Closes: #633128)
+  * [s390*] 3215: fix tty output containing tabs (Closes: #758264)
+  * radeon: Don't check for installed firmware if driver is built-in
+    (Closes: #763305)
+  * Bump ABI to 3
+  * vfs: fold swapping ->d_name.hash into switch_names()
+  * vfs: Don't exchange "short" filenames unconditionally. (Closes: #763700)
+  * [hppa,m68k,mips/r4k-ip22,sparc*] bluetooth: Enable BT as module
+    (Closes: #764524)
+
+  [ Aurelien Jarno ]
+  * [arm64] Change RTC_DRV_PL031 and RTC_DRV_XGENE from modules to built-ins
+    as the kernel isn't able to initialize the system clock from a hardware
+    clock whose driver is a module, and as there is no initramfs mechanism
+    to do that.
+  * [armhf] Change RTC_DRV_DA9052, RTC_DRV_IMXDI, RTC_DRV_MC13XXX,
+    RTC_DRV_MV, RTC_DRV_MXC, RTC_DRV_OMAP, RTC_DRV_PL030, RTC_DRV_PL031,
+    RTC_DRV_S5M, RTC_DRV_SUNXI, RTC_DRV_VT8500 from modules to built-ins for
+    the same reason as above.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 10 Oct 2014 09:15:17 +0100
+
+linux (3.16.3-2) unstable; urgency=medium
+
+  [ Ben Hutchings ]
+  * [s390*] syscall: Fix unimplented-syscall entries added before
+    memfd_create() (fixes FTBFS) (Closes: #762221)
+  * [armel/kirkwood] Change configuration to reduce kernel image size
+    (fixes FTBFS) (Closes: #762219)
+    - block: Change IOSCHED_DEADLINE to module
+    - gpu: Disable VGA_ARB
+
+  [ Aurelien Jarno ]
+  * [mips*/octeon] Enable OCTEON_USB, USB_EHCI_HCD, USB_OHCI_HCD,
+    and USB_OCTEON_EHCI, USB_OCTEON_OHCI (Closes: #762066).
+
+ -- Bastian Blank <waldi@debian.org>  Sat, 20 Sep 2014 11:43:05 +0200
+
+linux (3.16.3-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.16.3
+    - reiserfs: fix corruption introduced by balance_leaf refactor
+      (regression in 3.16) (Closes: #761457)
+    - reiserfs: Fix use after free in journal teardown
+    - media: v4l: vb2: Fix stream start and buffer completion race
+    - [x86] iommu/vt-d: Exclude devices using RMRRs from IOMMU API domains
+    - [powerpc*] powerpc/powernv: Fix IOMMU group lost (regression in 3.15)
+    - [x86] iommu/vt-d: Defer domain removal if device is assigned to a driver
+    - [x86] iommu/amd: Fix cleanup_domain for mass device removal
+    - [s390*] locking: Reenable optimistic spinning
+    - firmware: Do not use WARN_ON(!spin_is_locked())
+    - CAPABILITIES: remove undefined caps from all processes
+    - fanotify: fix double free of pending permission events
+    - ocfs2: do not write error flag to user structure we cannot copy from/to
+    - [powerpc*] mm: fix potential infinite loop in dissolve_free_huge_pages()
+    - drivers/mfd/rtsx_usb.c: export device table (Closes: #761428)
+    - [powerpc*] mm: Use read barrier when creating real_pte
+    - [powerpc*] thp: Add write barrier after updating the valid bit
+    - [powerpc*] thp: Invalidate old 64K based hash page mapping before insert
+      of 4k pte
+    - [powerpc*] thp: Handle combo pages in invalidate
+    - [powerpc*] thp: Invalidate with vpn in loop
+    - [powerpc*] thp: Use ACCESS_ONCE when loading pmdp
+    - SCSI: save command pool address of Scsi_Host (regression in 3.15)
+    - fix regression in SCSI_IOCTL_SEND_COMMAND (regression in 3.16)
+    - [mips*] GIC: Prevent array overrun
+    - [mips*] ptrace: Test correct task's flags in task_user_regset_view()
+    - [mips*] ptrace: Change GP regset to use correct core dump register layout
+    - [mips*] ptrace: Avoid smp_processor_id() when retrieving FPU IR
+    - [mips*] syscall: Fix AUDIT value for O32 processes on MIPS64
+    - [mips*] scall64-o32: Fix indirect syscall detection
+    - [mips,powerpc] bfa: Fix undefined bit shift on big-endian architectures
+      with 32-bit DMA address
+    - ACPI / hotplug: Check scan handlers in acpi_scan_hot_remove()
+      (regression in 3.14)
+    - ACPI: Run fixed event device notifications in process context
+      (regression in 3.15)
+    - ACPI / scan: Allow ACPI drivers to bind to PNP device objects
+      (regression in 3.16)
+    - ACPI / EC: Add support to disallow QR_EC to be issued when SCI_EVT isn't
+      set (regression in 3.14.13, 3.16)
+    - ACPI / EC: Add support to disallow QR_EC to be issued before completing
+      previous QR_EC (regression in 3.14.13, 3.16)
+    - ACPI / scan: not cache _SUN value in struct acpi_device_pnp
+      (regression in 3.14)
+    - ACPI / video: Add a disable_native_backlight quirk
+    - ACPI / video: Disable native_backlight on HP ENVY 15 Notebook PC
+    - ring-buffer: Always reset iterator to reader page
+    - ring-buffer: Up rb_iter_peek() loop count to 3
+    - vfs: get rid of propagate_umount() mistakenly treating slaves as busy.
+      (regression in 3.15)
+    - Bluetooth: Fix tracking local SSP authentication requirement
+    - Bluetooth: Avoid use of session socket after the session gets freed
+    - vfs: __generic_file_write_iter(): fix handling of sync error after DIO
+      (regression in 3.16)
+    - rbd: rework rbd_request_fn() (regression in 3.15)
+    - vfs: fix copy_tree() regression (regression in 3.14)
+    - md/raid1,raid10: always abort recover on write error.
+    - md/raid5: avoid livelock caused by non-aligned writes.
+      (regression in 3.16)
+    - md/raid6: avoid data corruption during recovery of double-degraded RAID6
+    - md/raid10: fix memory leak when reshaping a RAID10.
+    - xfs: ensure verifiers are attached to recovered buffers
+    - xfs: quotacheck leaves dquot buffers without verifiers
+    - xfs: don't dirty buffers beyond EOF
+    - xfs: don't zero partial page cache pages during O_DIRECT writes
+    - xfs: don't zero partial page cache pages during O_DIRECT reads
+    - libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctly
+    - libceph: gracefully handle large reply messages from the mon
+    - libceph: do not hard code max auth ticket len (CVE-2014-6416,
+      CVE-2014-6417, CVE-2014-6418)
+    - CIFS: Fix async reading on reconnects
+    - CIFS: Possible null ptr deref in SMB2_tcon
+    - CIFS: Fix wrong directory attributes after rename
+    - mtd/ftl: fix the double free of the buffers allocated in build_maps()
+    - mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()
+    - dm table: propagate QUEUE_FLAG_NO_SG_MERGE (regression in 3.16)
+    - KEYS: Fix use-after-free in assoc_array_gc()
+    - KEYS: Fix termination condition in assoc array garbage collection
+      (CVE-2014-3631)
+
+  [ Ben Hutchings ]
+  * sfc: Adding PCI ID for Solarflare 7000 series 40G network adapter.
+  * sfc: Add 40G link capability decoding
+  * Bump ABI to 2 (Closes: #761874)
+  * ata: Enable SATA_ZPODD
+  * tracing: Enable TRACER_SNAPSHOT
+  * Add memfd_create() and shared memory sealing (Closes: #760702):
+    - mm: allow drivers to prevent new writable mappings
+    - shm: add sealing API
+    - shm: add memfd_create() syscall
+    - shm: wait for pins to be released when sealing
+    - mm: Add memfd_create() system call
+    - [arm*,m68k,mips*,powerpc*,s390*,sparc*] Wire up memfd_create()
+  * udeb: Add ccm, ctr to crypto-modules (Closes: #761902)
+  * [armhf] udeb: Add ehci-platform, ohci-platform and phy-sun4i-usb to
+    usb-modules (Closes: #761591)
+
+  [ Ian Campbell ]
+  * [armhf] Enable support for Exynos5 systems. (Closes: #759291)
+  * [arm64] Enable crypto accelerator modules
+  * [arm64] Add cdrom-core-modules udeb
+
+  [ Aurelien Jarno ]
+  * [powerpc/powerpc64,ppc64el] Backport more KVM patches from 3.17. Enable
+    KVM_BOOK3S_64, KVM_BOOK3S_64_HV, KVM_BOOK3S_64_PR and KVM_XICS.  (Closes:
+    #761656).
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 18 Sep 2014 03:32:47 +0100
+
+linux (3.16.2-3) unstable; urgency=medium
+
+  [ Ben Hutchings ]
+  * [armhf] udeb: Remove efi-modules, as EFI is not yet supported on ARM!
+  * [arm64] ata: Enable PHY_XYGENE, AHCI_XGENE as modules
+    - udeb: Add ahci_xgene to sata-modules (fixes FTBFS)
+  * [arm64] rtc: Enable RTC_DRV_XGENE as module
+  * mfd,mmc,memstick: Enable MFD_RTSX_USB, MMC_REALTEK_USB,
+    MEMSTICK_REALTEK_USB as modules (Closes: #761099)
+  * [mips64,mips64el] Properly add the 5kc-malta flavour (should fix FTBFS)
+  * batman-adv: Enable BATMAN_ADV_MCAST
+  * can: Enable CAN_GS_USB as module
+  * bluetooth: Enable BT_6LOWPAN
+  * ubi: Enable MTD_UBI_BLOCK
+  * md: Enable DM_ERA as module
+  * qlcnic: Enable QLCNIC_VXLAN
+  * net/wireless: Enable RSI_91X, RSI_USB as modules
+    - udeb: Add rsi_usb to nic-wireless-modules
+  * i2c: Enable I2C_ROBOTFUZZ_OSIF as module
+  * mfd,gpio,i2c,iio: Enable MFD_VIPERBOARD, GPIO_VIPERBOARD, I2C_VIPERBOARD,
+    VIPERBOARD_ADC as modules
+  * media/usb/gspca: Enable USB_GSPCA_DTCS033 as module
+  * media/pci/cx23885: Enable MEDIA_ALTERA_CI as module
+  * sound/usb: Enable SND_USB_HIFACE, SND_BCD2000 as modules
+  * usb/misc: Enable USB_EHSET_TEST_FIXTURE as module
+  * usb/gadget: Enable USB_NET2280 as module
+  * leds: Enable LEDS_TRIGGER_CPU as built-in and LEDS_TRIGGER_ONESHOT,
+    LEDS_TRIGGER_GPIO, LEDS_TRIGGER_TRANSIENT, LEDS_TRIGGER_CAMERA as modules
+  * uio: Enable UIO_MF624 as module
+  * iio: Enable HID_SENSOR_PROX, HID_SENSOR_DEVICE_ROTATION, HID_SENSOR_PRESS
+    as modules
+  * ecryptfs: Enable ECRYPT_FS_MESSAGING
+  * ceph: Enable CEPH_FSCACHE
+  * crypto: Enable CRYPTO_LZ4, CRYPTO_LZ4HC as modules
+  * [x86] mfd,gpio,i2c,watchdog: Enable KEMPLD_MFD, GPIO_KEMPLD, I2C_KEMPLD,
+    KEMPLD_WDT as modules
+  * [x86] staging: Enable R8723AU as module
+  * [x86] staging: Enable WIMAX_GDM72XX as modules
+    - gdmwm: Enable WIMAX_GDM72XX_USB, WIMAX_GDM72XX_USB_PM
+  * [x86] staging/media: Enable DVB_AS102, USB_MSI3101, MEDIA_TUNER_MSI001,
+    SOLO6X10 as modules
+  * [x86] dvb-usb-rtl28xxu: Enable DVB_RTL2832_SDR
+  * [x86] platform: Enable ALIENWARE_WMI, DELL_SMO8800, IBM_RTL,
+    SAMSUNG_Q10, INTEL_RST, INTEL_SMARTCONNECT (Closes: #749273), PVPANIC
+    as modules
+  * [x86] sony-laptop: Enable SONYPI_COMPAT
+  * [x86,ia64] firmware: Enable DMI_SYSFS
+  * [x86] Disable USB_SN9C102; this driver is deprecated in favour of the
+    gspca drivers
+  * [i386] usb/gadget: Enable USB_AMD5536UDC as module
+  * [i386] comedi: Enable COMEDI_AMPLC_DIO200_ISA, COMEDI_AMPLC_PC236_ISA,
+    COMEDI_AMPLC_PC263_ISA, COMEDI_DAS08_ISA, COMEDI_NI_LABPC_ISA as modules
+  * [i386] speakup: Enable SPEAKUP_SYNTH_DECPC as module
+  * [!x86] staging: Enable R8712U, R8188EU as modules (Closes: #742055, #760859)
+  * i2o: Disable I2O_EXT_ADAPTEC on 64-bit, as it assumes 32-bit virtual
+    addresses
+  * SCSI: aic94xx: Remove broken fallback for missing 'Ctrl-A' user settings
+  * udeb: Add ath6kl_sdio, libertas_cs, libertas_sdio, mwifiex_sdio,
+    r8192u_usb, r8723au, rtl8188eu, rtl818x_pci, rtl8723be, rtl8821ae,
+    spectrum_cs to nic-wireless-modules
+  * builddeb: put the dbg files into the correct directory
+  * [ppc64el] deb-pkg: Add support for powerpc little endian
+  * [armhf] deb-pkg: Add automatic support for armhf architecture
+  * debian/rules.real: Never make kernel-wedge errors non-fatal, as in
+    practice this meant we didn't see them until they appeared in unstable
+  * udeb: Fix typo in dependencies of speakup-modules (fixes FTBFS on
+    mips64el due to interaction with another bug in kernel-wedge)
+  * libceph: Apply critical fixes:
+    - set last_piece in ceph_msg_data_pages_cursor_init() correctly
+    - gracefully handle large reply messages from the mon
+    - add process_one_ticket() helper
+    - do not hard code max auth ticket len
+
+  [ Ian Campbell ]
+  * [armel/orion5x] udeb: Include mvmdio in nic-modules udeb.
+  * [arm64] Backport X-GENE Ethernet driver from v3.17-rcs
+  * [arm64] Including phy-xgene in sata-modules udeb since it is needed by
+    ahci_xgene.
+
+  [ Aurelien Jarno ]
+  * [mips64el] Drop loongson-2e and loongson-2f flavour as the minimum
+    supported ISA will be at least MIPS64.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 13 Sep 2014 03:49:53 +0100
+
+linux-tools (3.16-2) unstable; urgency=medium
+
+  * linux-kbuild: Change the type headers used for devicetable-offsets.c
+    to avoid depending on UAPI headers or <linux/types.h>.  This really
+    closes: #754213.  It also fixes modpost handling of input device IDs
+    when host and target have differing word size.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 09 Sep 2014 13:21:05 +0100
+
+linux-tools (3.16-1) unstable; urgency=medium
+
+  * New upstream release
+
+  [ Mauricio Faria de Oliveira ]
+  * [ppc64el] Build linux-tools binary package (Closes: #754213)
+
+  [ Ben Hutchings ]
+  * linux-kbuild: Build and install recordmcount and recordmcount.pl,
+    needed for kernels with DYNAMIC_FTRACE enabled
+  * linux-kbuild: Fix recordmcount dependency for OOT modules
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 08 Sep 2014 18:45:06 +0100
+
+linux (3.16.2-2) unstable; urgency=medium
+
+  [ Ben Hutchings ]
+  * [armel,mips*] udeb: Remove lzo-modules, as LZO_COMPRESS is now built-in
+    (fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 08 Sep 2014 18:39:25 +0100
+
+linux (3.16.2-1) unstable; urgency=medium
+
+  * New upstream stable update (closes: #748615):
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.16.1
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.16.2
+    - isofs: Fix unbounded recursion when processing relocated directories
+      (CVE-2014-5471, CVE-2014-5472)
+    - kvm: iommu: fix the third parameter of kvm_iommu_put_pages
+      (CVE-2014-3601)
+
+  [ Ben Hutchings ]
+  * HID: Enable HID_RMI as module (Closes: #754519)
+  * Set ABI to 1
+  * [armhf,arm64] udeb: Add efi-modules
+  * ftrace: Enable more tracers (Closes: #563847, #758469):
+    - Enable FUNCTION_TRACER and DYNAMIC_FTRACE
+    - Enable FUNCTION_GRAPH_TRACER, FTRACE_SYSCALLS and STACK_TRACER 
+      (except on armel/kirkwood)
+  * [powerpc] drm: Disable DRM_RADEON_UMS, as radeon X driver now requires KMS
+  * aio: fix reqs_available handling (regression in 3.14.10)
+  * mm: Enable FRONTSWAP, ZSWAP (except armel/{ixp4xx,orion5x})
+    (Closes: #725703)
+  * [x86] mgag200: Enable auto-loading, but require mode-setting to be
+    explicitly enabled (as xserver-xorg-video-modesetting does)
+  * [armel] Remove obsolete mv78xx0 flavour
+  * virtio-scsi: Implement change_queue_depth for virtscsi targets
+    (Closes: #760324)
+  * sound/firewire: Enable SND_DICE, SND_FIREWORKS, SND_BEBOB as modules
+    (Closes: #756842)
+  * hid-sony: Enable SONY_FF (Closes: #760684)
+  * mtd: Enable MTD_SPI_NOR as module, since M25P80 now depends on it
+  * [m68k] Enable CGROUPS, required by systemd
+  * [armhf] Re-enable SPI_IMX as module
+  * [i386] comedi: Enable COMEDI_DAC02 as module, replacing COMEDI_POC
+  * sound: Disable SND_CS5535AUDIO on all but i386 and mips*/loongson-2f
+  * [mips*/loongson-2f] video: Re-add and enable sm7xxfb driver, removed
+    upstream in 3.15
+  * mnt: Fix flag handling on remount (CVE-2014-5206, CVE-2014-5207)
+    - mnt: Only change user settable mount flags in remount
+    - mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into
+      do_remount
+    - mnt: Correct permission checks in do_remount
+    - mnt: Change the default remount atime from relatime to the existing value
+    - mnt: Add tests for unprivileged remount cases that have found to be
+      faulty
+  * [armel/kirkwood] mm: Enable HIGHMEM (Closes: #760786)
+  * aufs: Update to aufs3.16-20140908:
+    - bugfix, missing mnt_want_write in moo
+    - new ioctl BRINFO
+    - bugfix, restore the lost unlock in an error path
+    - allow deleting a branch who has an opened dir
+    - bugfix, stop passing an error code to dput()
+    - possible bugfix, ptr in an array
+    - implement fhsm (not enabled)
+    - si_files has all opened files
+    - bugfix, use id instead of index to identify a branch
+    - new move-down flag AUFS_MVDOWN_FHSM_LOWER
+    - branch attr 'fhsm' is independent from rw/ro attrib
+    - support for a branch ro+fhsm
+    - fhsm notify after fixing inode attrib
+    - bugfix, hfile test in br_del_file()
+    - bugfix, pinning in mvdown
+    - bugfix, instantiate-revalidate race
+    - possible bugfix, temporary d_inode
+    - fhsm and br_del, allow the root dir only
+    - bugfix, get a removed dentry from an inode
+  * MAINTAINERS: Change aufs entry to say it's not upstream
+
+  [ Vagrant Cascadian ]
+  * [armmp] Enable IMX_IPUV3_CORE (closes: #756810).
+
+  [ Aurelien Jarno ]
+  * [mips*] Fix FP emulation for unaligned accesses.
+  * Update Spanish debconf template translations (Matias A. Bellone)
+    (Closes: #758591).
+  * [mips*/loongson3] Backport Loongson 3B support from 3.17.
+  * [powerpc,ppc64el] Backport KVM little endian support from 3.17.
+
+  [ maximilian attems ]
+  * Redisable UAS due to trouble with Seagate expansion drives
+    (closes: #755995, #759662), (reopen: #749014).
+
+  [ Ian Campbell ]
+  * [armhf] Remove incomplete list of hardware from image description. See
+    https://wiki.debian.org/DebianKernel/ARMMP for details.
+  * [armel/kirkwood] Enable CONFIG_MTD_SPI_NOR for flash access.
+
+  * [ppc64el] debian/patches/debian/ppc64el-disable-zImage.patch: remove patch.
+    The 'powerpc/boot: 64bit little endian wrapper' patch-set is in linux 3.16,
+    thus the default make/image-y target is OK now.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 08 Sep 2014 03:17:11 +0100
+
+linux (3.16-1~exp1) experimental; urgency=medium
+
+  * New upstream release: http://kernelnewbies.org/Linux_3.16
+
+  [ Aurelien Jarno ]
+  * [x86] vfio: Enable VFIO_PCI_VGA.
+  * udeb: rename crc32c.ko into crc32c_generic.ko in crc-modules.
+  * [mips*] Fix FP emulation.
+  * [mips*/loongson3] Enable TRANSPARENT_HUGEPAGE.
+
+  [ Bastian Blank ]
+  * [x86] Enable Xen PVH support.
+  * Enable more Nftables modules.
+  * [x86] Enable EARLY_PRINTK_EFI.
+  * Enable stack protector on all supported architectures. (closes: #756898)
+  * [powerpc64, s390x] Enable PCI hotplug.
+  * Enable RTL8723BE.
+  * Enable OPROFILE.
+  * [ppc64] Enable 64KiB pages.
+
+  [ Ben Hutchings ]
+  * udeb: Add new sound drivers to sound-modules (thanks to Samuel Thibault)
+    (Closes: #756998)
+  * [armhf] touchscreen: Enable TOUCHSCREEN_SUN4I as module (Closes: #757086)
+  * [!alpha,m68k,x86] Disable USELIB, only needed by libc5
+  * [arm*,ia64,ppc64el,s390*,sh4] Disable SYSFS_SYSCALL, only needed for
+    SVR4 compatibility
+  * [armel] Disable BINFMT_AOUT
+  * [armel] Re-enable ixp4xx flavour
+  * [armel] Change configuration to reduce kernel image size
+    - [/kirkwood] Change IPV6 to module
+    - [/ixp4xx,orion5x] Change IOSCHED_DEADLINE to module
+    - [/ixp4xx,orion5x] Disable SECURITY (i.e. Linux Security Modules,
+      including SELinux)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 09 Aug 2014 21:58:12 +0100
+
+linux-tools (3.16~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * genorig: Include new directory for usbip UAPI header
+  * debian/control: Update Build-Depends for usbip switching from
+    libsysfs to libudev
+  * perf: Build with V=1 as V=2 no longer works
+  * perf: Change build command to avoid a rebuild during 'make install'
+  * linux-tools: Install traceevent plugins in
+    /usr/lib/traceevent_<version>/plugins (Closes: #756429)
+  * linux-kbuild: Install scripts/Makefile.extrawarn
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 29 Jul 2014 21:11:10 +0100
+
+linux (3.16~rc6-1~exp1) experimental; urgency=medium
+
+  * New upstream rc
+
+  [ Aurelien Jarno ]
+  * [mipsel/loongson3] Enable SND_HDA_INTEL.
+  * [mips/4kc-malta, mips/5kc-malta] Cleanup configuration file.
+  * [mips/sb1-bcm91250a] Cleanup configuration file.
+  * [mips/r4k-ip22] Cleanup configuration file.
+  * [mips/r5k-ip32] Cleanup configuration file.
+  * [mips64,mips64el] Add a 5kc-malta flavour.
+
+  [ Ben Hutchings ]
+  * [x86] wireless: Enable R8192EE as module (Closes: #755310)
+  * net: Re-enable CGROUP_NET_PRIO as builtin
+
+ -- maximilian attems <maks@debian.org>  Mon, 21 Jul 2014 21:51:45 +0200
+
+linux (3.16~rc5-1~exp1) experimental; urgency=medium
+
+  [ maximilian attems ]
+  * New upstream rc
+
+  [ Ben Hutchings ]
+  * aufs: Update to aufs3.x-rcN-20140714:
+    - tiny, no msg in spinlock regeion
+    - minor bugfix, correct error value in link(2)
+    - O_TMPFILE support
+    - bugfix, handling an error in opening a FIFO
+    - propagate aufs file references to new vmas created by remap_file_pages()
+    - begin supporting fallocate(2)
+    - linux-3.16, convert iovec into iov_iter
+    - allow an unprivileged mount under user_ns (enabled by module parameter)
+    - simply handing attribute string
+    - add mount option for copy-up on open
+    - add mount option for move-up on open
+    - add dirperm1 mount option
+    - mvdown, return a subset of statfs(2) optionally
+    - mvdown, tell about the branch is at the bottom
+
+ -- maximilian attems <maks@debian.org>  Tue, 15 Jul 2014 22:57:31 +0200
+
+linux (3.15.5-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.15.4
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.15.5
+
+ -- maximilian attems <maks@debian.org>  Thu, 10 Jul 2014 16:02:29 +0200
+
+linux (3.15.3-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.15.2
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.15.3
+
+  [ Yunqiang Su ]
+  * [mips,mipsel] Move common MIPS kernel config files to kernelarch-mips.
+  * [mips,mipsel] Clean mipsel installer by using symlinks to the mips
+    versions.
+  * [mips,mipsel] Add mips64 and mips64el support (Closes: #749688).
+
+ -- maximilian attems <maks@debian.org>  Wed, 02 Jul 2014 20:30:41 +0200
+
+linux (3.15.1-1~exp1) experimental; urgency=medium
+
+  * New upstream release: http://kernelnewbies.org/Linux_3.15
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.15.1
+
+  [ maximilian attems ]
+  * Update policy version to 3.9.5 without changes
+
+  [ Ian Campbell ]
+  * [armhf] Enable HDMI on imx6qdl-wandboard, SolidRun HummingBoard and
+    Cubox -i. (Closes: #750406)
+
+  [ Ben Hutchings ]
+  * [powerpc] Build-depend on gcc-4.8 (>= 4.8.2-1) to ensure that
+    JUMP_LABEL works
+
+ -- maximilian attems <maks@debian.org>  Fri, 20 Jun 2014 23:13:13 +0200
+
+linux (3.15~rc8-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ian Campbell ]
+  * [armhf] Enable Broadcom IEEE802.11n embedded FullMAC WLAN driver
+    (Closes: #734430)
+  * [armhf] Backport and enable sunxi MMC driver (Closes: #749484)
+
+ -- maximilian attems <maks@debian.org>  Tue, 03 Jun 2014 11:43:26 +0200
+
+linux (3.15~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ maximilian attems ]
+  * Enable USB_UAS in topconfig (closes: #749014)
+
+  [ Ian Campbell ]
+  * [armhf] Enable SERIAL_OF_PLATFORM.
+  * [armhf] Enable DRM drivers DRM_IMX_* for IMX platform (Closes: #748406)
+  * [armhf] Enable SND_SOC_IMX_SPDIF (Closes: #748890)
+
+ -- maximilian attems <maks@debian.org>  Tue, 27 May 2014 10:55:32 +0200
+
+linux (3.15~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * aufs: Update to aufs3.x-rcN-20140421
+  * [rt] Disable until it is updated for 3.15 or later
+
+  [ Aurelien Jarno ]
+  * [mipsel] Add a loongson-3 flavour to support Loongson 3A/3B machines.
+  * [mips/mipsel] Remove the sb1a-bcm91480b flavour.
+
+  [ Ian Campbell ]
+  * [armel/orion5x] Disable BPF_JIT, MEMCG, USER_NS to reduce kernel
+    size.
+  * [armel/kirkwood] Enable PCI_MVEBU for PCI support when booted via Device
+    Tree.
+
+ -- maximilian attems <maks@debian.org>  Fri, 16 May 2014 14:33:57 +0200
+
+linux (3.14.15-2) unstable; urgency=medium
+
+  [ Aurelien Jarno ]
+  * [mips*/4kc-malta] Remove ABI reference as previous kernels were not
+    really usable, and the fix changes the ABI.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 09 Aug 2014 01:09:38 +0100
+
+linux (3.14.15-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.14
+    - Bluetooth: Ignore H5 non-link packets in non-active state
+    - fuse: timeout comparison fix
+    - tracing: instance_rmdir() leaks ftrace_event_file->filter
+      (regression in 3.11)
+    - xen/balloon: set ballooned out pages as invalid in p2m
+      (regression in 3.12)
+    - quota: missing lock in dqcache_shrink_scan() (regression in 3.12)
+    - shmem: fix faulting into a hole, not taking i_mutex (CVE-2014-4171)
+    - shmem: fix splicing from a hole while it's punched (CVE-2014-4171)
+    - e1000e: Fix SHRA register access for 82579 (regression in 3.12)
+    - ip_tunnel: fix ip_tunnel_lookup
+    - net: sctp: check proc_dointvec result in proc_sctp_do_auth
+    - 8021q: fix a potential memory leak
+    - net: fix UDP tunnel GSO of frag_list GRO packets
+    - ipv4: fix dst race in sk_dst_get()
+    - ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fix
+    - bnx2x: fix possible panic under memory stress
+    - tcp: Fix divide by zero when pushing during tcp-repair
+    - ipv4: icmp: Fix pMTU handling for rare case
+    - net: Fix NETDEV_CHANGE notifier usage causing spurious arp flush
+      (regression in 3.11)
+    - igmp: fix the problem when mc leave group
+    - appletalk: Fix socket referencing in skb
+    - netlink: Fix handling of error from netlink_dump().
+    - tipc: clear 'next'-pointer of message fragments before reassembly
+      (regression in 3.13)
+    - net: sctp: fix information leaks in ulpevent layer
+    - bonding: fix ad_select module param check (regression in 3.14)
+    - net-gre-gro: Fix a bug that breaks the forwarding path
+      (regression in 3.14)
+    - perf/x86/intel: ignore CondChgd bit to avoid false NMI handling
+    - mwifiex: fix Tx timeout issue
+    - [x86] tsc: Fix cpufreq lockup (regression in 3.14)
+    - dm thin metadata: do not allow the data block size to change
+    - dm cache metadata: do not allow the data block size to change
+    - locking/mutex: Disable optimistic spinning on some architectures
+    - sched: Fix possible divide by zero in avg_atom() calculation
+    - aio: protect reqs_available updates from changes in interrupt handlers
+      (regression in 3.14.10)
+    - Don't trigger congestion wait on dirty-but-not-writeout pages
+      (regression in 3.11)
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.15
+    - nfs: only show Posix ACLs in listxattr if actually present
+      (regression in 3.14)
+    - block: don't assume last put of shared tags is for the host
+    - libata: support the ata host which implements a queue depth less than 32
+      (regression in 3.14.4)
+    - libata: introduce ata_host->n_tags to avoid oops on SAS controllers
+    - blkcg: don't call into policy draining if root_blkg is already gone
+    - coredump: fix the setting of PF_DUMPCORE
+    - [hppa] Remove SA_RESTORER define
+    - hwmon: (smsc47m192) Fix temperature limit and vrm write operations
+    - fs: umount on symlink leaks mnt count (CVE-2014-5045)
+    - [x86] x86_32, entry: Store badsys error code in %eax
+      (regression in 3.14.10)
+    - drm/radeon: fix irq ring buffer overflow handling (regression in 3.14)
+    - mm: hugetlb: fix copy_hugetlb_page_range() (regression in 3.14.12)
+    - [x86] efi: Include a .bss section within the PE/COFF headers
+    - nl80211: move set_qos_map command into split state (regression in 3.14)
+    - platform_get_irq: Revert to platform_get_resource if of_irq_get fails
+      (regression in 3.14.6)
+
+  [ Aurelien Jarno ]
+  * Update German debconf template translations (Holger Wansing) (Closes:
+    #756049).
+  * Update French debconf template translations (David Prévot) (Closes:
+    #756134).
+  * Rewrite postinst to not require File::stat perl module (Closes: #756207).
+  * [mips*] Avoid smp_processor_id() in preemptible code.
+  * [mips*/octeon] Fix /proc/cpuinfo issues.
+  * [mips,mipsel/4kc-malta] Fix bug which can cause incorrect system call
+    restarts (fix hang on boot).
+  * [mips*] Fix hugepage support on machines with R4K like TLB.
+  * [mips*] Prevent user from setting FCSR cause bits and cause possible
+    kernel oops.
+  * Update Japanese debconf template translations (Victory).
+
+  [ Ben Hutchings ]
+  * [amd64] Reject x32 executables if x32 ABI not supported
+  * [amd64] Make x32 syscall support conditional on a kernel parameter
+  * [amd64] Enable X86_X32 (Closes: #708070) and X86_X32_DISABLED.
+    Use the kernel parameter "syscall.x32=y" to enable support for x32.
+  * [s390,s390x] 3215: fix hanging console issue (Closes: #747922)
+  * [armhf] Enable BRCMFMAC, BRCMFMAC_SDIO as modules (Closes: #734430)
+  * net: sctp: inherit auth_capable on INIT collisions (CVE-2014-5077)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 07 Aug 2014 16:47:21 +0100
+
+linux (3.14.13-2) unstable; urgency=medium
+
+  [ Aurelien Jarno ]
+  * [mips64,mips64el] Really enable mips64 and mips64el architectures.
+  * [mips64,mips64el] Build udebs for 5kc-malta flavour. 
+  * [mipsel,mips64el/loongson-3] Disable not built modules in nic-modules,
+    scsi-common-modules, scsi-extra-modules, scsi-modules (fixes FTBFS).
+  * Add scsi_transport_sas and scsi_transport_spi to scsi-core-modules udeb
+    as optional so that these modules do not end up in two different udebs
+    as dependencies. Remove them from the i386, ia64, powerpc and sparc
+    definition.
+  * [mipsel,mips64el/loongson-2e,2f] Enable CONFIG_RTC_DRV_CMOS as built-in.
+  * [mips*] Add few new udebs and use standard udebs configuration when
+    possible.
+  * [s390,s390x] ptrace: fix PSW mask check (CVE-2014-3534).
+  * [mipsel,mips64el/loongson-3] Enable PREEMPT instead of PREEMPT_VOLUNTARY
+    as it workarounds SMP issues.
+
+ -- Aurelien Jarno <aurel32@debian.org>  Thu, 24 Jul 2014 21:05:08 +0200
+
+linux (3.14.13-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.13
+    - iio: ti_am335x_adc: Fix: Use same step id at FIFOs both ends
+      (regression in 3.11)
+    - [hppa] Do not hardcode maximum userspace stack size (regression in 3.14)
+    - workqueue: fix dev_set_uevent_suppress() imbalance (regression in 3.10)
+    - workqueue: zero cpumask of wq_numa_possible_cpumask on init
+      (regression in 3.10)
+    - i8k: Fix non-SMP operation (regression in 3.14)
+    - Revert "ACPI / AC: Remove AC's proc directory." (regression in 3.13)
+    - ACPI / resources: only reject zero length resources based at address zero
+      (regression in 3.14)
+    - ACPI / EC: Avoid race condition related to advance_transaction()
+    - ACPI / EC: Fix race condition in ec_transaction_completed()
+    - [x86] crypto: sha512_ssse3 - fix byte count to bit count conversion
+    - [arm64] implement TASK_SIZE_OF
+    - phy: core: Fix error path in phy_create()
+    - dm io: fix a race condition in the wake up code for sync_io
+    - [x86] intel_pstate: Fix setting VID (regression in 3.14.6)
+    - PCI: Fix unaligned access in AF transaction pending test
+      (regression in 3.14)
+    - ext4: fix unjournalled bg descriptor while initializing inode bitmap
+    - ext4: fix a potential deadlock in __ext4_es_shrink()
+    - drm/radeon: stop poisoning the GART TLB
+    - [x86] drm/i915: Don't clobber the GTT when it's within stolen memory
+
+  [ Ian Campbell ]
+  * [armel] Remove drivers/net/phy configs which are redundant with toplevel.
+  * [armhf] Add MMC and NIC modules for BeagleBone Black to udebs.
+    (Closes: #754491)
+  * [arm64] Add xfs-modules udeb and add xen-netfront to nic-modules udeb.
+  * aufs: Fix build on arm64.
+
+  [ Aurelien Jarno ]
+  * [mips,mipsel] Add a debconf note to warn users that they have to
+    configure the system bootloader to load initramfs.
+  * Update Polish debconf template translations (Łukasz Dulny).
+  * Update Czech debconf template translations (Michal Simunek) (Closes:
+    #755060).
+  * Update Russian debconf template translations (Yuri Kozlov) (Closes:
+    #755085).
+  * Update Portuguese debconf template translations (Américo Monteiro)
+    (Closes: #755100).
+  * Update Swedish debconf template translations (Martin Bagge) (Closes:
+    #755145).
+  * Update Slovak debconf template translation (Slavko) (Closes: #755152).
+  * Update Turkish debconf template translation (Mert Dirik) (Closes:
+    #755223).
+  * Update Danish debconf template translation (Joe Dalton) (Closes:
+    #755400).
+  * [mips,mipsel] Cleanup configuration files.
+  * [mips,mipsel] Move common MIPS kernel config files to kernelarch-mips.
+  * [mips,mipsel] Clean mipsel installer by using symlinks to the mips
+    versions.
+  * [mipsel] Backport Loongson 3A/3B support from 3.15 and add the
+    corresponding flavour.
+  * [mips,mipsel] Remove the sb1a-bcm91480b flavour.
+  * [mips,mipsel] Add mips64 and mips64el support (Closes: #749688).
+  * [mips/octeon] Backport from upstream PCIe2 support and interface
+    mode detection for Octeon.
+  * [mips/sb1-91250a] Backport from upstream additional build flags
+    to fix excessive kernel warnings.
+  * [mips/malta] Backport from upstream power management support for
+    Malta.
+  * [mipsel/loongson3] Add support for Loongson 3 LS3A RS780E 1-way
+    boards.
+
+  [ Ben Hutchings ]
+  * net/l2tp: don't fall back on UDP [get|set]sockopt (CVE-2014-4943)
+  * Bump ABI to 2 (Closes: #754902)
+  * [powerpc/powerpc64] Re-enable JUMP_LABEL
+  * [powerpc/powerpc64,ppc64] Enable PPC_TRANSACTIONAL_MEM
+  * Enable DYNAMIC_DEBUG (except for armel/orion5x) (Closes: #694884)
+  * [rt] Update to 3.14.12-rt9 (no functional changes)
+  * udeb: Add sdhci-acpi to mmc-modules (Closes: #747284)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 21 Jul 2014 14:02:14 +0100
+
+linux (3.14.12-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.11
+    - iscsi-target: Avoid rejecting incorrect ITT for Data-Out
+    - iscsi-target: Explicily clear login response PDU in exception path
+      (regression in 3.10)
+    - iscsi-target: fix iscsit_del_np deadlock on unload (regression in 3.13)
+    - Input: synaptics - fix resolution for manually provided min/max
+      (regression in 3.14)
+    - [mips] MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd region
+    - UBIFS: fix an mmap and fsync race condition
+    - UBIFS: Remove incorrect assertion in shrink_tnc()
+    - IB/ipath: Translate legacy diagpkt into newer extended diagpkt
+    - IB/srp: Fix a sporadic crash triggered by cable pulling
+    - IB/umad: Fix error handling
+    - IB/umad: Fix use-after-free on close
+    - nfsd4: fix FREE_STATEID lockowner leak (regression in 3.14.6)
+    - nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs buffer
+    - NFS: Don't declare inode uptodate unless all attributes were checked
+    - nfs: Fix cache_validity check in nfs_write_pageuptodate()
+    - [powerpc] mm: Check paca psize is up to date for huge mappings
+    - [powerpc] perf: Ensure all EBB register state is cleared on fork()
+    - xfs: xfs_readsb needs to check for magic numbers (regression in 3.14)
+    - reiserfs: call truncate_setsize under tailpack mutex
+    - ipvs: Fix panic due to non-linear skb
+    - tracing: Fix syscall_*regfunc() vs copy_process() race
+    - ALSA: usb-audio: Fix races at disconnection and PCM closing
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.12
+    - [powerpc] ibmvscsi: Abort init sequence during error recovery
+    - [powerpc] ibmvscsi: Add memory barriers for send / receive
+    - virtio-scsi: avoid cancelling uninitialized work items
+    - scsi_error: fix invalid setting of host byte
+    - virtio-scsi: fix various bad behavior on aborted requests
+    - xhci: Use correct SLOT ID when handling a reset device command
+      (regression in 3.13)
+    - usb: chipidea: udc: delete td from req's td list at ep_dequeue
+    - mtd: eLBC NAND: fix subpage write support (regression in 3.10)
+    - mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in
+      erased-page
+    - [x86] drm/i915: Avoid div-by-zero when pixel_multiplier is zero
+      (regression in 3.13)
+    - [x86] drm/i915: set backlight duty cycle after backlight enable for gen4
+      (regression in 3.14)
+    - Bluetooth: Fix SSP acceptor just-works confirmation without MITM
+    - Bluetooth: Fix check for connection encryption
+    - rbd: use reference counts for image requests
+    - rbd: handle parent_overlap on writes correctly
+    - mac80211: fix a memory leak on sta rate selection table
+      (regression in 3.10)
+    - hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned
+      entry
+    - [arm64] mm: Make icache synchronisation logic huge page aware
+    - [arm64] Bug fix in stack alignment exception
+    - fs/cifs: fix regression in cifs_create_mf_symlink() (regression in 3.14)
+    - blkcg: fix use-after-free in __blkg_release_rcu() by making
+      blkcg_gq refcnt an atomic_t
+    - ext4: Fix buffer double free in ext4_alloc_branch()
+    - ext4: Fix hole punching for files with indirect blocks
+    - [x86] KVM: preserve the high 32-bits of the PAT register
+    - [x86] kvm: fix wrong address when writing Hyper-V tsc page
+    - nfsd: fix rare symlink decoding bug
+    - tracing: Remove ftrace_stop/start() from reading the trace file
+    - md: flush writes before starting a recovery.
+    - mlx4_core: Fix incorrect FLAGS1 bitmap test in mlx4_QUERY_FUNC_CAP
+      (regression in 3.14)
+    - netfilter: nf_nat: fix oops on netns removal
+    - brcmfmac: Fix brcmf_chip_ai_coredisable not applying reset bits to
+      BCMA_IOCTL (regression in 3.14)
+    - mmc: rtsx: add R1-no-CRC mmc command type handle (regression in 3.13)
+    - aio: block io_destroy() until all context requests are completed
+      (regression in 3.11)
+    - audit: remove superfluous new- prefix in AUDIT_LOGIN messages
+      (regression in 3.14)
+    - mm/numa: Remove BUG_ON() in __handle_mm_fault() (regression in 3.13)
+    - slab: fix oops when reading /proc/slab_allocators
+    - sym53c8xx_2: Set DID_REQUEUE return code when aborting squeue
+    - mm: fix crashes from mbind() merging vmas
+
+  [ Ben Hutchings ]
+  * [rt] Update to 3.14.10-rt7:
+    - rtmutex: Resolve conflicts with changes in 3.14.10
+    - sched: Do not clear PF_NO_SETAFFINITY flag in select_fallback_rq()
+    - workqueue: Prevent deadlock/stall on RT
+  * [rt] random: Restore interrupt randomness dropped in 3.14.10-rt6
+  * [s390,s390x] Ignore ABI change in lowcore structure (fixes FTBFS)
+  * [m68k] block: Change IOSCHED_CFQ to built-in and make it the default
+    I/O scheduler, consistent with other architectures
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 11 Jul 2014 17:56:20 +0100
+
+linux (3.14.10-1) unstable; urgency=high
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.10
+    - [s390] af_iucv: wrong mapping of sent and confirmed skbs
+    - Staging: rtl8188eu: overflow in update_sta_support_rate()
+    - USB: option: fix runtime PM handling
+    - hugetlb: restrict hugepage_migration_support() to x86_64
+    - kthread: fix return value of kthread_create() upon SIGKILL.
+    - mm/memory-failure.c-failure: send right signal code to correct thread
+    - mm/memory-failure.c: don't let collect_procs() skip over processes for
+      MF_ACTION_REQUIRED
+    - ptrace: fix fork event messages across pid namespaces
+    - idr: fix overflow bug during maximum ID calculation at maximum height
+    - [s390] time: cast tv_nsec to u64 prior to shift in update_vsyscall
+      (regression in 3.13)
+    - [s390] lowcore: reserve 96 bytes for IRB in lowcore
+    - ext4: fix data integrity sync in ordered mode
+    - ext4: fix zeroing of page during writeback
+    - ext4: fix wrong assert in ext4_mb_normalize_request()
+    - USB: usb_wwan: fix race between write and resume
+    - USB: usb_wwan: fix write and suspend race
+    - USB: usb_wwan: fix urb leak at shutdown
+    - USB: sierra: fix use after free at suspend/resume
+    - USB: sierra: fix remote wakeup
+    - USB: serial: fix potential runtime pm imbalance at device remove
+    - media: stk1160: Avoid stack-allocated buffer for control URBs
+    - rtmutex: Detect changes in the pi lock chain
+    - rtmutex: Handle deadlock detection smarter
+    - rtmutex: Plug slow unlock race
+    - media: uvcvideo: Fix clock param realtime setting
+    - media: saa7134: fix regression with tvtime (regression in 3.14)
+    - Bluetooth: Fix L2CAP deadlock
+    - Target/iser: Wait for proper cleanup before unloading
+    - target: Set CMD_T_ACTIVE bit for Task Management Requests
+    - target: Use complete_all for se_cmd->t_transport_stop_comp
+    - iscsi-target: Fix ABORT_TASK + connection reset iscsi_queue_req memory
+      leak
+    - target: Explicitly clear ramdisk_mcp backend pages
+    - [x86] x86-32, espfix: Remove filter for espfix32 due to race
+    - aio: fix aio request leak when events are reaped by userspace
+    - aio: fix kernel memory disclosure in io_getevents() introduced in v3.10
+      (CVE-2014-0206)
+    - CIFS: Fix memory leaks in SMB2_open
+    - Btrfs: fix double free in find_lock_delalloc_range
+    - Btrfs: make sure there are not any read requests before stopping workers
+    - Btrfs: mark mapping with error flag to report errors to userspace
+    - Btrfs: set right total device count for seeding support
+    - fs: btrfs: volumes.c: Fix for possible null pointer dereference
+    - Btrfs: don't check nodes for extent items
+    - Btrfs: fix scrub_print_warning to handle skinny metadata extents
+    - btrfs: fix use of uninit "ret" in end_extent_writepage()
+    - btrfs: allocate raid type kobjects dynamically
+    - lz4: fix another possible overrun
+    - epoll: fix use-after-free in eventpoll_release_file
+    - builddeb: use $OBJCOPY variable instead of objcopy (regression in 3.12)
+    - [i386] efi-pstore: Fix an overflow on 32-bit builds
+
+  [ Ben Hutchings ]
+  * [amd64] ptrace,x86: force IRET path after a ptrace_stop() (CVE-2014-4699)
+  * shmem: fix faulting into a hole while it's punched (CVE-2014-4171)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 07 Jul 2014 09:54:10 +0100
+
+linux (3.14.9-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.8
+    - Target/iscsi,iser: Avoid accepting transport connections during stop
+      stage
+    - iser-target: Fix multi network portal shutdown regression
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.9
+    - target: Fix NULL pointer dereference for XCOPY in target_put_sess_cmd
+      (regression in 3.14.6)
+    - iscsi-target: Reject mutual authentication with reflected CHAP_C
+    - ima: audit log files opened with O_DIRECT flag
+    - ima: introduce ima_kernel_read() (regression in 3.10)
+    - evm: prohibit userspace writing 'security.evm' HMAC value
+    - net: Use netlink_ns_capable to verify the permisions of netlink messages
+      (CVE-2014-0181)
+    - netlink: Only check file credentials for implicit destinations
+    - qlcnic: info leak in qlcnic_dcb_peer_app_info()
+    - ipv6: Fix regression caused by efe4208 in udp_v6_mcast_next()
+      (regression in 3.13)
+    - netlink: rate-limit leftover bytes warning and print process name
+    - bridge: Prevent insertion of FDB entry with disallowed vlan
+    - net: tunnels - enable module autoloading
+    - [sparc] net: filter: fix typo in sparc BPF JIT
+    - sfc: PIO:Restrict to 64bit arch and use 64-bit writes.
+      (regression in 3.13)
+    - ipv4: fix a race in ip4_datagram_release_cb()
+    - sctp: Fix sk_ack_backlog wrap-around problem
+    - udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookup
+      (regression in 3.13)
+    - USB: cdc-acm: Fix various bugs in power management
+    - USB: cdc-acm: fix I/O after failed open
+    - [x86] hv: use correct order when freeing monitor_pages
+    - ASoC: dapm: Make sure to always update the DAPM graph in _put_volsw()
+      (regression in 3.12)
+    - lzo: properly check for overruns (CVE-2014-4608)
+    - lz4: ensure length does not wrap (CVE-2014-4608)
+    - ALSA: compress: Cancel the optimization of compiler and fix the size of
+      struct for all platform.
+    - ALSA: control: Protect user controls against concurrent access
+      (CVE-2014-4652)
+    - ALSA: control: Fix replacing user controls (CVE-2014-4654, CVE-2014-4655)
+    - ALSA: control: Don't access controls outside of protected regions
+      (CVE-2014-4653)
+    - ALSA: control: Make sure that id->index does not overflow;
+      Handle numid overflow (CVE-2014-4656)
+
+  [ Ben Hutchings ]
+  * aufs: Update to aufs3.14-20140616:
+    - tiny, no msg in spinlock regeion
+    - minor bugfix, correct error value in link(2)
+    - O_TMPFILE support
+    - bugfix, handling an error in opening a FIFO
+    - propagate aufs file references to new vmas created by remap_file_pages()
+  * linux-image: Make initramfs support unconditional
+  * [x86] x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)
+  * [rt] Fix latency histogram after "hrtimer: Set expiry time before
+    switch_hrtimer_base()" in 3.14.6
+
+  [ Aurelien Jarno ]
+  * [arm64] Enable COMPAT to support 32-bit binaries.
+  * [mips,mipsel] Enable initramfs for all flavours, but keep the disk
+    related drivers built-in for now.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 30 Jun 2014 13:57:11 +0100
+
+linux (3.14.7-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.6
+    - [mipsel] loongson2_cpufreq: Fix CPU clock rate setting
+      (regression in 3.14)
+    - rtmutex: Fix deadlock detector for real
+    - kernfs: add back missing error check in kernfs_fop_mmap()
+      (regression in 3.14)
+    - coredump: fix va_list corruption (regression in 3.11)
+    - mm: make fixup_user_fault() check the vma access rights too
+    - serial: 8250: Fix thread unsafe __dma_tx_complete function
+    - 8250_core: Fix unwanted TX chars write
+    - iwlwifi: 7000: bump API to 9
+    - timer: Prevent overflow in apply_slack
+    - cfg80211: free sme on connection failures (regression in 3.11)
+    - cfg80211: add cfg80211_sched_scan_stopped_rtnl (regression in 3.14)
+    - mac80211: fix nested rtnl locking on ieee80211_reconfig
+      (regression in 3.14)
+    - mm, thp: close race between mremap() and split_huge_page()
+    - [x86] mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow()
+    - hwpoison, hugetlb: lock_page/unlock_page does not match for handling a
+      free hugepage
+    - iwlwifi: mvm: delay enabling smart FIFO until after beacon RX
+      (regression in 3.14)
+    - aio: fix potential leak in aio_run_iocb().
+    - Revert "hwmon: (coretemp) Refine TjMax detection"
+    - hrtimer: Prevent remote enqueue of leftmost timers
+    - hrtimer: Set expiry time before switch_hrtimer_base()
+    - dm verity: fix biovecs hash calculation regression (regression in 3.14)
+    - dm cache: fix writethrough mode quiescing in cache_map
+      (regression in 3.13)
+    - md/raid10: call wait_barrier() for each request submitted.
+      (regression in 3.14)
+    - PNP / ACPI: Do not return errors if _DIS or _SRS are not present
+      (regression in 3.14)
+    - ACPI / EC: Process rather than discard events in acpi_ec_clear
+      (regression in 3.13.7, 3.14)
+    - irqchip: armada-370-xp: fix invalid cast of signed value into unsigned
+      variable (regression in 3.13)
+    - irqchip: armada-370-xp: implement the ->check_device() msi_chip
+      operation (regression in 3.13)
+    - irqchip: armada-370-xp: Fix releasing of MSIs (regression in 3.13)
+    - [x86] drm/i915: Allow user modes to exceed DVI 165MHz limit
+      (regression in 3.14)
+    - [x86] drm/i915: Don't check gmch state on inherited configs
+      (regression in 3.13?)
+    - [x86] drm/i915: Don't WARN nor handle unexpected hpd interrupts on gmch
+      platforms (regression in 3.13)
+    - [x86] drm/radeon: fix runpm handling on APUs (v4) (regression in 3.13)
+    - drm/radeon: disable mclk dpm on R7 260X (regression in 3.14)
+    - drm/radeon: add support for newer mc ucode on SI (v2)
+    - drm/radeon: add support for newer mc ucode on CI (v2)
+    - drm/radeon: re-enable mclk dpm on R7 260X asics
+    - drm/radeon/uvd: use lower clocks on old UVD to boot v2
+      (regression in 3.13)
+    - drm/radeon: check buffer relocation offset
+    - USB: Nokia 305 should be treated as unusual dev
+    - USB: Nokia 5300 should be treated as unusual dev
+    - Revert "Bluetooth: Enable autosuspend for Intel Bluetooth device"
+      (regression in 3.14)
+    - posix_acl: handle NULL ACL in posix_acl_equiv_mode
+    - fs/affs/super.c: bugfix / double free (regression in 3.14)
+    - [armel/orion5x] fix target ID for crypto SRAM window
+      (regression in 3.12)
+    - [armel/kirkwood]: dts: fix mislocated pcie-controller nodes
+      (regression in 3.12)
+    - [armhf/armmp-lpae] 8012/1: kdump: Avoid overflow when converting pfn to
+      physaddr
+    - drm/nouveau: fix another lock unbalance in nouveau_crtc_page_flip
+      (regression in 3.11)
+    - drm/i915/vlv: reset VLV media force wake request register
+      (regression in 3.14?)
+    - i40e: potential array underflow in i40e_vc_process_vf_msg()
+    - igb: Fix Null-pointer dereference in igb_reset_q_vector
+      (regression in 3.14)
+    - igb: Unset IGB_FLAG_HAS_MSIX-flag when falling back to msi-only
+      (regression in 3.14)
+    - leds: leds-pwm: properly clean up after probe failure
+    - device_cgroup: rework device access check and exception checking
+    - device_cgroup: check if exception removal is allowed
+    - media: media-device: fix infoleak in ioctl media_enum_entities()
+      (CVE-2014-1739)
+    - Input: Add INPUT_PROP_TOPBUTTONPAD device property
+    - Input: synaptics - report INPUT_PROP_TOPBUTTONPAD property
+    - e1000e: Fix no connectivity when driver loaded with cable out
+      (regression in 3.12)
+    - autofs: fix lockref lookup
+    - vfs: fix races between __d_instantiate() and checks of dentry flags
+    - ALSA: hda - hdmi: Set converter channel count even without sink
+      (regression in 3.13)
+    - NFSd: Move default initialisers from create_client() to alloc_client()
+    - NFSd: call rpc_destroy_wait_queue() from free_client()
+    - NFSD: Call ->set_acl with a NULL ACL structure if no entries
+    - nfsd4: remove lockowner when removing lock stateid
+    - workqueue: fix bugs in wq_update_unbound_numa() failure path
+    - workqueue: fix a possible race condition between rescuer and pwq-release
+    - [arm] mvebu: mvebu-soc-id: add missing clk_put() call
+      (regression in 3.14)
+    - [arm] mvebu: mvebu-soc-id: keep clock enabled if PCIe unit is enabled
+      (regression in 3.14)
+    - ASoC: dapm: Skip CODEC<->CODEC links in connect_dai_link_widgets()
+      (regression in 3.14)
+    - [hppa] ratelimit userspace segfault printing
+    - [amd64] modify_ldt: Make support for 16-bit segments a runtime option
+    - sysfs: make sure read buffer is zeroed (possible regression in 3.13)
+    - Target/iser: Fix wrong connection requests list addition
+    - Target/iser: Fix iscsit_accept_np and rdma_cm racy flow
+    - iscsi-target: Change BUG_ON to REJECT in iscsit_process_nop_out
+      (regression in 3.11)
+    - target: fix memory leak on XCOPY
+    - [x86] drm/i915: Disable self-refresh for untiled fbs on i915gm
+      (regression in 3.14)
+    - [x86] drm/i915: move power domain init earlier during system resume
+      (regression in 3.14?)
+    - [x86] drm/i915: Fix unsafe loop iteration over vma whilst unbinding them
+      (regression in 3.12)
+    - iwlwifi: mvm: BT Coex - fix Look Up Table (regression in 3.13)
+    - PCI: Wrong register used to check pending traffic (regression in 3.14)
+    - dm crypt: fix cpu hotplug crash by removing per-cpu structure
+    - dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE mode
+      (regression in 3.14)
+    - dm thin: add timeout to stop out-of-data-space mode holding IO forever
+    - dmaengine: fix dmaengine_unmap failure
+    - dma: mv_xor: Flush descriptors before activating a channel
+    - tcm_fc: Fix free-after-use regression in ft_free_cmd
+      (regression in 3.13)
+    - ACPICA: Tables: Restore old behavor to favor 32-bit FADT addresses.
+      (regression in 3.14)
+    - ACPI: Revert "ACPI: Remove CONFIG_ACPI_PROCFS_POWER and cm_sbsc.c"
+      (regression in 3.13)
+    - ACPI: Revert "ACPI / Battery: Remove battery's proc directory"
+      (regression in 3.13)
+    - [x86] ACPI / video: Add use_native_backlight quirks for more systems
+    - ACPI: Revert "ACPI / AC: convert ACPI ac driver to platform bus"
+      (regression in 3.13)
+    - [x86] ACPI / TPM: Fix resume regression on Chromebooks
+      (regression in 3.14)
+    - i2c: s3c2410: resume race fix
+    - [x86] intel_pstate: Set turbo VID for BayTrail
+    - [s390] crypto: fix aes,des ctr mode concurrency finding.
+    - clk: Fix double free due to devm_clk_register()
+    - clk: Fix slab corruption in clk_unregister()
+    - [powerpc] powernv: Reset root port in firmware (regression in 3.14)
+    - [powerpc] irq work racing with timer interrupt can result in timer
+      interrupt hang (regression in 3.14)
+    - [powerpc] kexec: Fix "Processor X is stuck" issue during kexec from ST
+      mode (regression in 3.13)
+    - spi: core: Ignore unsupported Dual/Quad Transfer Mode bits
+      (regression in 3.12)
+    - libceph: fix corruption when using page_count 0 page in rbd
+    - media: V4L2: ov7670: fix a wrong index, potentially Oopsing the kernel
+      from user-space
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.7
+    - perf: Limit perf_event_attr::sample_period to 63 bits
+    - perf: Fix race in removing an event
+    - SCSI: scsi_transport_sas: move bsg destructor into sas_rphy_remove
+      (regression in 3.13)
+    - [arm] 8051/1: put_user: fix possible data corruption in put_user
+    - [arm] 8064/1: fix v7-M signal return (regression in 3.11)
+    - cpufreq: remove race while accessing cur_policy
+    - firewire: revert to 4 GB RDMA, fix protocols using Memory Space
+      (regression in 3.14)
+    - [mips] Fix typo when reporting cache and ftlb errors for ImgTec cores
+      (regression in 3.14)
+    - dm cache: always split discards on cache block boundaries
+    - virtio_blk: fix race between start and stop queue
+    - sched/deadline: Restrict user params max value to 2^63 ns
+    - sched/dl: Fix race in dl_task_timer()
+    - drm/radeon: avoid crash if VM command submission isn't available
+    - [x86] drm/i915: Only copy back the modified fields to userspace from
+      execbuffer
+    - drm/radeon/dpm: resume fixes for some systems (regression in 3.14)
+    - libata: Blacklist queued trim for Crucial M500 (regression in 3.14.4)
+    - md: always set MD_RECOVERY_INTR when aborting a reshape or other
+      "resync".
+    - md: always set MD_RECOVERY_INTR when interrupting a reshape thread.
+      (regression in 3.12.9, 3.13)
+    - xhci: delete endpoints from bandwidth list before freeing whole device
+    - staging: comedi: ni_daq_700: add mux settling delay
+    - staging: r8192e_pci: fix htons error (regression in 3.14)
+    - ALSA: hda/analog - Fix silent output on ASUS A8JN (regression in 3.12)
+    - USB: io_ti: fix firmware download on big-endian machines (part 2)
+    - usb: pci-quirks: Prevent Sony VAIO t-series from switching usb ports
+      (regression in 3.12)
+    - percpu-refcount: fix usage of this_cpu_ops
+    - [x86] intel_pstate: Remove C0 tracking (regression in 3.14)
+    - [x86] intel_pstate: Correct rounding in busy calculation
+      (regression in 3.14)
+    - [x86] intel_pstate: add sample time scaling
+    - [x86] intel_pstate: Improve initial busy calculation
+    - mm: add !pte_present() check on existing hugetlb_entry callbacks
+      (CVE-2014-3940)
+    - mm: rmap: fix use-after-free in __put_anon_vma
+    - iser-target: Add missing target_put_sess_cmd for ImmedateData failure
+    - iscsi-target: Fix wrong buffer / buffer overrun in
+      iscsi_change_param_value()
+    - target: Fix alua_access_state attribute OOPs for un-configured devices
+    - netfilter: Fix potential use after free in ip6_route_me_harder()
+    - netfilter: nfnetlink: Fix use after free when it fails to process batch
+    - [x86] iommu/vt-d: Fix missing IOTLB flush in intel_iommu_unmap()
+
+  [ Ian Campbell ]
+  * [armhf] Enable VIRTIO_BALLOON and VIRTIO_PCI (Closes: #750742)
+  * [arm64] Update modules included in installer udebs.
+  * Include virtio_mmio in virtio-modules udeb when available.
+
+  [ Aurelien Jarno ]
+  * topconfig: Enable modular HW_RANDOM.
+  * [kernelarch-powerpc] Remove HW_RANDOM.
+  * [kernelarch-x86] Remove HW_RANDOM.
+  * [mips/4kc-malta] Remove HW_RANDOM.
+  * [mips/5kc-malta] Remove HW_RANDOM.
+  * [mips/octeon] Remove HW_RANDOM.
+  * [arm64] Enable modular RTC_DRV_PL031. 
+
+  [ Ben Hutchings ]
+  * [ppc64el] Add kernel image, thanks to Mauricio Faria de Oliveira:
+    - Split common/big-endian powerpc64 options
+    - Add little-endian powerpc64 options
+    - Temporarily disable zImage
+    - powerpc/powernv: Add calls to support little endian host
+    - Add 'ppc64le' (uname output) to bug/include-model script
+    - udeb: Add packages based on ppc64 configuration
+  * netfilter: ipv4: defrag: set local_df flag on defragmented skb
+    (regression in 3.14.5)
+  * [mips] seccomp: Check system calls whenever seccomp is enabled,
+    even if audit and trace are disabled (Closes: #751417)
+  * auditsc: audit_krule mask accesses need bounds checking (CVE-2014-3917)
+  * fs,userns: Change inode_capable to capable_wrt_inode_uidgid
+    (CVE-2014-4014)
+  * SCSI: Fix spurious request sense in error handling (regression in 3.14)
+  * PCI/MSI: Fix memory leak in free_msi_irqs() (regression in 3.14)
+  * [rt] hrtimer: Disable MISSED_TIMER_OFFSETS_HIST as it will currently
+    result in a panic
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 16 Jun 2014 09:51:49 +0100
+
+linux (3.14.5-1) unstable; urgency=high
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.5
+    - SCSI: dual scan thread bug fix
+    - SCSI: megaraid: missing bounds check in mimd_to_kioc()
+    - [x86] KVM: remove WARN_ON from get_kernel_ns()
+    - audit: convert PPIDs to the inital PID namespace.
+    - netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4
+    - netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->len
+      (Closes: #741667)
+    - netfilter: Can't fail and free after table replacement
+    - [i386] x86,preempt: Fix preemption for i386
+    - rbd: fix error paths in rbd_img_request_fill()
+    - [x86] drm/i915: restore QUIRK_NO_PCH_PWM_ENABLE (regression in 3.14)
+    - tick-sched: Don't call update_wall_time() when delta is lesser than
+      tick_period (regression in 3.14)
+    - tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()
+      (regression in 3.13)
+    - [hppa] change value of SHMLBA from 0x00400000 to PAGE_SIZE
+    - [hppa] fix epoll_pwait syscall on compat kernel
+    - [hppa] remove _STK_LIM_MAX override
+    - vfs: don't bother with {get,put}_write_access() on non-regular files
+    - cifs: Wait for writebacks to complete before attempting write.
+    - xen/spinlock: Don't enable them unconditionally. (regression in 3.12)
+    - thp: close race between split and zap huge pages (regression in 3.13)
+    - mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()
+    - mm: use paravirt friendly ops for NUMA hinting ptes
+    - USB: io_ti: fix firmware download on big-endian machines
+    - fs: Don't return 0 from get_anon_bdev (regression in 3.14)
+    - [x86] drm/vmwgfx: Make sure user-space can't DMA across buffer object
+      boundaries v2
+    - [x86] drm/i915: Do not dereference pointers from ring buffer in evict
+      event (regression in 3.13)  
+    - net: core: don't account for udp header size when computing seglen
+      (regression in 3.14)
+    - bridge: Fix double free and memory leak around br_allowed_ingress
+    - filter: prevent nla extensions to peek beyond the end of the message
+      (CVE-2014-3144, CVE-2014-3145)
+    - Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of
+      the receiver's buffer" (regression in 3.14)
+    - ip6_gre: don't allow to remove the fb_tunnel_dev
+    - net: sctp: cache auth_enable per endpoint
+    - net: Fix ns_capable check in sock_diag_put_filterinfo
+    - rtnetlink: Warn when interface's information won't fit in our packet
+    - rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF
+      is set
+    - tcp_cubic: fix the range of delayed_ack
+    - net: cdc_ncm: fix buffer overflow (regression in 3.13)
+    - ip_tunnel: Set network header properly for IP_ECN_decapsulate()
+      (regression in 3.11)
+    - ipv4: ip_tunnels: disable cache for nbma gre tunnels (regression in 3.14)
+    - net: cdc_mbim: __vlan_find_dev_deep need rcu_read_lock
+      (regression in 3.13)
+    - net: ipv4: ip_forward: fix inverted local_df test (regression in 3.14)
+    - net: ipv6: send pkttoobig immediately if orig frag size > mtu
+      (regression in 3.14)
+    - ip6_tunnel: fix potential NULL pointer dereference
+    - neigh: set nud_state to NUD_INCOMPLETE when probing router reachability
+      (regression in 3.14)
+    - batman-adv: fix neigh_ifinfo imbalance (regression in 3.14)
+    - batman-adv: fix neigh reference imbalance (regression in 3.14)
+    - batman-adv: always run purge_orig_neighbors (regression in 3.14)
+    - batman-adv: fix removing neigh_ifinfo (regression in 3.14)
+    - [s390,x86] net: filter: fix JIT address randomization
+    - net: avoid dependency of net_get_random_once on nop patching
+      (regression in 3.13)
+    - ipv6: fix calculation of option len in ip6_append_data
+      (regression in 3.13)
+    - rtnetlink: wait for unregistering devices in rtnl_link_unregister()
+    - bonding: fix out of range parameters for bond_intmax_tbl
+      (regression in 3.14)
+    - net: gro: make sure skb->cb[] initial content has not to be zero
+      (regression in 3.13)
+    - batman-adv: fix indirect hard_iface NULL dereference (regression in 3.14)
+    - batman-adv: fix reference counting imbalance while sending fragment
+      (regression in 3.14)
+    - batman-adv: increase orig refcount when storing ref in gw_node
+    - batman-adv: fix local TT check for outgoing arp requests in DAT
+      (regression in 3.13)
+    - net_sched: fix an oops in tcindex filter (regression in 3.14)
+    - ipv6: gro: fix CHECKSUM_COMPLETE support (regression in 3.14)
+    - ipv4: initialise the itag variable in __mkroute_input
+    - net-gro: reset skb->truesize in napi_reuse_skb()
+
+  [ Ben Hutchings ]
+  * [x86] ACPICA: Tables: Fix invalid pointer accesses in
+    acpi_tb_parse_root_table(). (Closes: #748574)
+  * net: Revert lockdep changes in 3.14.5 to avoid an ABI change
+  * futex: Add another early deadlock detection check
+  * futex: Prevent attaching to kernel threads
+  * futex: Forbid uaddr == uaddr2 in futex_requeue(..., requeue_pi=1)
+    (CVE-2014-3153)
+  * futex: Validate atomic acquisition in futex_lock_pi_atomic()
+  * futex: Always cleanup owner tid in unlock_pi
+  * futex: Make lookup_pi_state more robust
+
+  [ Ian Campbell ]
+  * [arm64] Initial kernel configuration and packaging (Closes: #745349).
+  * [armhf] Add virtio-modules udeb.
+
+  [ Aurelien Jarno ]
+  * [mips,mipsel] Fix branch emulation of branch likely instructions. 
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 05 Jun 2014 13:49:15 +0100
+
+linux (3.14.4-1) unstable; urgency=high
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.3
+    - ASoC: pcm: Drop incorrect double/extra frees
+    - [s390] KVM: Optimize ucontrol path (regression in 3.11)
+    - [s390] bitops,atomic: add missing memory barriers
+    - [s390] fix control register update (regression in 3.14)
+    - mei: me: do not load the driver if the FW doesn't support MEI interface
+    - staging: comedi: usbdux: bug fix for accessing 'ao_chanlist' in private
+      data
+    - [x86] AVX-512: AVX-512 Feature Detection
+    - [x86] AVX-512: Enable AVX-512 States Context Switch
+    - [x86] ftrace: One more missing sync after fixup of function modification
+      failure
+    - [amd64] modify_ldt: Ban 16-bit segments on 64-bit kernels
+    - [armhf] PCI: imx6: Wait for retraining (regression in 3.14)
+    - [arm] PCI: mvebu: Fix potential issue in range parsing
+      (regression in 3.12)
+    - NFSv4: Fix a use-after-free problem in open()
+    - nfsd: revert v2 half of "nfsd: don't return high mode bits"
+      (regression in 3.14)
+    - nfsd4: buffer-length check for SUPPATTR_EXCLCREAT
+    - nfsd4: fix test_stateid error reply encoding
+    - nfsd: notify_change needs elevated write count
+    - nfsd: check passed socket's net matches NFSd superblock's one
+    - nfsd4: fix memory leak in nfsd4_encode_fattr()
+    - nfsd4: fix setclientid encode size
+    - NFSD: Traverse unconfirmed client through hash-table
+    - IB/ipath: Fix potential buffer overrun in sending diag packet routine
+    - IB/nes: Return an error on ib_copy_from_udata() failure instead of NULL
+    - IB/mthca: Return an error on ib_copy_to_udata() failure
+    - IB/ehca: Returns an error on ib_copy_to_udata() failure
+    - IB/core: Don't resolve passive side RoCE L2 address in CMA REQ handler
+      (regression in 3.14)
+    - ib_srpt: Use correct ib_sg_dma primitives
+    - SCSI: arcmsr: upper 32 of dma address lost
+    - iscsi-target: Fix ERL=2 ASYNC_EVENT connection pointer bug
+    - target/iblock: Fix double bioset_integrity_free bug
+    - target/tcm_fc: Fix use-after-free of ft_tpg
+    - [x86] efi: Correct EFI boot stub use of code32_start
+    - efi: Pass correct file handle to efi_file_{read,close}
+    - reiserfs: fix race in readdir
+    - media: v4l2-dv-timings: add module name, description, license
+    - media: em28xx-audio: fix user counting in snd_em28xx_capture_open()
+    - [armhf] usb: musb: fix PHY power on/off (regression in 3.14)
+    - mtip32xx: Unmap the DMA segments before completing the IO request
+    - mtip32xx: mtip_async_complete() bug fixes
+    - iser-target: Match FRMR descriptors to available session tags
+    - iser-target: Add missing se_cmd put for WRITE_PENDING in tx_comp_err
+    - [sh] fix format string bug in stack tracer
+    - mm: page_alloc: spill to remote nodes before waking kswapd
+      (regression in 3.12/3.13)
+    - mm: try_to_unmap_cluster() should lock_page() before mlocking
+      (CVE-2014-3122) (Closes: #747326)
+    - xattr: guard against simultaneous glibc header inclusion
+    - ocfs2: do not put bh when buffer_uptodate failed
+    - ocfs2: fix panic on kfree(xattr->name)
+    - vfs: smarter propagate_mnt()
+    - block: Fix for_each_bvec()
+    - ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKS
+    - ext4: note the error in ext4_end_bio()
+    - ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent()
+    - ext4: use i_size_read in ext4_unaligned_aio()
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.4
+    - tty: Fix lockless tty buffer race
+    - n_tty: Fix n_tty_write crash when echoing in raw mode (CVE-2014-0196)
+      (Closes: #747166)
+    - floppy: ignore kernel-only members in FDRAWCMD ioctl input (CVE-2014-1737)
+    - floppy: don't write kernel-only members to FDRAWCMD ioctl output
+      (CVE-2014-1738)
+    - KVM: async_pf: mm->mm_users can not pin apf->mm
+    - KVM: ioapic: fix assignment of ioapic->rtc_status.pending_eoi
+      (CVE-2014-0155)
+    - [powerpc] KVM: Book3S HV: Fix KVM hang with CONFIG_KVM_XICS=n
+      (regression in 3.14)
+    - [mips] Hibernate: Flush TLB entries in swsusp_arch_resume()
+    - [powerpc] Fix Oops in rtas_stop_self() (regression in 3.14)
+    - [s390] bpf,jit: initialize A register if 1st insn is BPF_S_LDX_B_MSH
+    - SUNRPC: Ensure that call_connect times out correctly (regression in 3.13)
+    - SUNRPC: Ensure call_connect_status() deals correctly with SOFTCONN tasks
+      (regression in 3.13)
+    - Revert "net: mvneta: fix usage as a module on RGMII configurations"
+      (regression in 3.14)
+    - iwlwifi: dvm: take mutex when sending SYNC BT config command
+    - mac80211: fix potential use-after-free
+    - mac80211: fix WPA with VLAN on AP side with ps-sta again
+    - locks: allow __break_lease to sleep even when break_time is 0
+    - rtlwifi: rtl8192se: Fix regression due to commit 1bf4bbb
+      (regression in 3.13)
+    - dm cache: prevent corruption caused by discard_block_size >
+      cache_block_size
+    - dm transaction manager: fix corruption due to non-atomic transaction
+      commit
+    - dm: take care to copy the space map roots before locking the superblock
+    - dm thin: fix dangling bio in process_deferred_bios error path
+    - aio: v4 ensure access to ctx->ring_pages is correctly serialised for
+      migration
+    - cpufreq: loongson2_cpufreq: don't declare local variable as static
+      (regression in 3.14)
+
+  [ Ben Hutchings ]
+  * [or1k] Build a linux-libc-dev package (Closes: #746309)
+  * net: Start with correct mac_len in skb_network_protocol (Closes: #746453)
+  * [x86] ACPI/Processor: Fix failure of loading acpi-cpufreq driver
+    (Closes: #746448)
+  * [armhf] ARM: sun4i: dt: Add bindings for USB clocks (fixes FTBFS,
+    Closes: #746420)
+  * [x86] udeb: Add hyperv-keyboard to hyperv-modules
+  * drm: Enable auto-loading of ast, udl
+  * [ppc64el] Build a linux-libc-dev package (Closes: #747367)
+  * net: ipv4: current group_info should be put after using. (CVE-2014-2851)
+  * filter: prevent nla extensions to peek beyond the end of the message
+    (CVE-2014-3144, CVE-2014-3145)
+  * [powerpc,ppc64] Add versioned build-dependency on gcc-4.8, as compiler
+    changes have resulted in a different kernel module ABI
+    - [powerpc] Bump ABI to 1a as 3.14.2-1 was built with an older compiler
+  * [armhf] Enable IR_GPIO_CIR as module (Closes: #747762)
+  * [hppa/parisc64-smp] ipmi: Enable IPMI_HANDLER, IPMI_DEVICE_INTERFACE,
+    IPMI_SI, IPMI_WATCHDOG, IPMI_POWEROFF as modules (Closes: #747482)
+  * [armhf] Enable various drivers to support BeagleBone Black
+    (Closes: #747364)
+  * [hppa] udeb: Add xfs-modules (Closes: #746506)
+  * udeb: Add mtip32xx, nvme to sata-modules
+  * [rt] Update to 3.14.3-rt5:
+    - tracing: use migrate_disable() to prevent beeing pushed off the cpu
+    - rwsem-rt: Do not allow readers to nest
+    - Revert "migrate_disable pushd down in atomic_dec_and_spin_lock"
+    - rwlock: disable migration before taking a lock
+    - timer: do not spin_trylock() on UP
+    - stomp-machine: Fix wait for completion
+    - stomp-machine: create lg_global_trylock_relax() primitive
+    - stomp-machine: use lg_global_trylock_relax() to dead with
+      stop_cpus_lock lglock
+    - blk-mq: revert raw locks, post pone notifier to POST_DEAD
+    - use EXPORT_SYMBOL() on __rt_mutex_init() and rt_down_write_nested_lock()
+    - netconsole: Allow use with PREEMPT_RT_FULL
+  * aufs: Update to aufs3.14-20140512:
+    - bugfix, stop calling security_mmap_file() again
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 14 May 2014 00:46:05 +0100
+
+linux-tools (3.14-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 28 Apr 2014 17:46:24 +0100
+
+linux (3.14.2-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.2
+
+  [ Ian Campbell ]
+  * [armhf] Drop suffix from kernel udeb.
+  * [armhf] Backport sunxi AHCI and GMAC drivers from v3.15-rc1
+
+  [ Ben Hutchings ]
+  * [x86] Enable X86_INTEL_LPSS (Closes: #745331)
+  * [x86] thinkpad_acpi: Add support for X1 Carbon 2nd generation's adaptive
+    keyboard (Closes: #745252)
+  * [armhf] Enable more Allwinner/sunxi drivers (Closes: #745972):
+    - spi: sunxi: Add Allwinner A31 SPI controller driver
+    - ARM: dt: sun4i: Add A10 SPI controller nodes
+    - PHY: sunxi: Add driver for sunxi usb phy
+    - ARM: sun4i: dt: Add USB host bindings
+    - Enable PHY_SUN4I_USB, RTC_DRV_SUNXI, SPI_SUN6I, USB_EHCI_HCD_PLATFORM,
+      USB_OHCI_HCD_PLATFORM and CONFIG_SUNXI_WATCHDOG as modules
+  * Set ABI to 1
+  * Staging: speakup: Move pasting into a work item and update it to match vt
+    (Closes: #735202,  #744015)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 28 Apr 2014 17:12:03 +0100
+
+linux (3.14.1-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.1
+
+  [ Ben Hutchings ]
+  * [armel] Disable ixp4xx flavour (fixes FTBFS)
+  * [armhf] Enable SECURITY_APPARMOR, SECURITY_TOMOYO
+  * [rt] Update to 3.14.0-rt1 and reenable
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 17 Apr 2014 13:17:18 +0100
+
+linux (3.14-1~exp1) experimental; urgency=medium
+
+  * New upstream release: http://kernelnewbies.org/Linux_3.14
+
+  [ Ben Hutchings ]
+  * nftables: Enable NF_TABLES_BRIDGE, NF_TABLES_IPV4, NFT_CHAIN_ROUTE_IPV4,
+    NFT_CHAIN_NAT_IPV4, NF_TABLES_ARP, NF_TABLES_IPV6, NFT_CHAIN_ROUTE_IPV6,
+    NFT_CHAIN_NAT_IPV6 as modules (Closes: #742763)
+  * udeb: Update sound-modules, thanks to Samuel Thibault (Closes: #743319)
+  * aufs: Update to aufs3.14-20140407 (no functional changes)
+  * mtd: Enable MTD_NAND_ECC_BCH (Closes: #743933)
+  * drm: Enable DRM_LOAD_EDID_FIRMWARE (Closes: #728275)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 09 Apr 2014 09:53:05 +0100
+
+linux-tools (3.14~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 17 Mar 2014 19:31:14 +0000
+
+linux (3.14~rc7-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * bfa,bna: Replace large udelay() with mdelay() (fixes FTBFS on arm)
+    (Closes: #741142)
+  * aufs: Update to aufs3.x-rcN-20140310
+    - bugfix, Fix unmount to properly free anonymous block devices
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 17 Mar 2014 13:30:03 +0000
+
+linux (3.14~rc5-1~exp1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * mm: Enable ZSMALLOC as built-in, ZRAM as module (except for
+    armel/{ixp4xx,orion5x}) (Closes: #676779)
+  * iio,HID: Enable HID_SENSOR_INCLINOMETER_3D as module
+  * media/radio: Enable USB_RAREMONO as module
+  * i40e: Enable I40E_VXLAN, I40E_DCB
+  * net: Enable I40EVF, USB_NET_SR9800 as modules
+  * serial: Enable USB_SERIAL_MXUPORT as module
+  * ceph: Enable CEPH_FS_POSIX_ACL
+  * netfilter: Enable NF_TABLES_INET, NFT_QUEUE, NFT_REJECT,
+    NETFILTER_XT_MATCH_CGROUP, NETFILTER_XT_MATCH_IPCOMP as modules
+  * net/sched: Enable NET_SCH_HHF, NET_SCH_PIE as modules
+  * [x86] crypto: Enable CRYPTO_DEV_CCP, CRYPTO_DEV_CCP_DD,
+    CRYPTO_DEV_CCP_CRYPTO as modules
+  * [x86] platform: Enable CHROMEOS_PSTORE, HP_WIRELESS as modules
+  * [x86] comedi: Enable COMEDI_MF6X4 as modules
+  * [x86] staging: Enable R8821AE, RTS5208 as modules
+  * [x86] thermal: Enable ACPI_INT3403_THERMAL as module
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 07 Mar 2014 03:36:35 +0000
+
+linux (3.13.10-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.13.8
+    - ALSA: compress: Pass through return value of open ops callback
+    - [hppa] partly revert commit 8a10bc9: parisc/sti_console: prefer Linux
+      fonts over built-in ROM fonts (regression in 3.13.2)
+    - [armhf] net: davinci_emac: Replace devm_request_irq with request_irq
+      (regression in 3.11)
+    - NFSv4: Use the correct net namespace in nfs4_update_server
+    - media: cxusb: unlock on error in cxusb_i2c_xfer() (regression in 3.13)
+    - media: dw2102: some missing unlocks on error (regression in 3.13)
+    - libceph: block I/O when PAUSE or FULL osd map flags are set
+    - libceph: resend all writes after the osdmap loses the full flag
+    - stop_machine: Fix^2 race between stop_two_cpus() and stop_cpus()
+    - [arm] 7941/2: Fix incorrect FDT initrd parameter override
+      (regression in 3.13)
+    - [x86] bpf_jit: support negative offsets
+    - printk: fix syslog() overflowing user buffer
+    - Fix uses of dma_max_pfn() when converting to a limiting address
+    - deb-pkg: Fix building for MIPS big-endian or ARM OABI
+    - deb-pkg: Fix cross-building linux-headers package
+    - fs/proc/proc_devtree.c: remove empty /proc/device-tree when no
+      openfirmware exists.
+    - KVM: MMU: handle invalid root_hpa at __direct_map
+    - [x86] KVM: x86: handle invalid root_hpa everywhere
+    - KVM: VMX: fix use after free of vmx->loaded_vmcs
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.13.9
+    - ext4: atomically set inode->i_flags in ext4_set_inode_flags()
+    - rcuwalk: recheck mount_lock after mountpoint crossing attempts
+    - Input: mousedev - fix race when creating mixed device
+    - xen/balloon: flush persistent kmaps in correct position
+    - Revert "xen: properly account for _PAGE_NUMA during xen pte translations"
+      (regression in 3.13.5)
+    - drm/i915: Undo gtt scratch pte unmapping again (regression in 3.12)
+    - [i386/486] fix boot on uniprocessor systems
+    - random32: avoid attempt to late reseed if in the middle of seeding
+    - rcuwalk: switch mnt_hash to hlist
+    - mm: close PageTail race
+    - cgroup: protect modifications to cgroup_idr with cgroup_mutex
+    - netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages
+      (CVE-2014-2523)
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.13.10
+    - selinux: correctly label /proc inodes in use before the policy is loaded
+    - net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunk
+    - bridge: multicast: add sanity check for query source addresses
+    - tipc: allow connection shutdown callback to be invoked in advance
+    - tipc: fix connection refcount leak
+    - tipc: drop subscriber connection id invalidation
+    - inet: frag: make sure forced eviction removes all frags
+    - vlan: Set correct source MAC address with TX VLAN offload enabled
+      (regression in 3.13)
+    - tcp: tcp_release_cb() should release socket ownership
+    - bridge: multicast: add sanity check for general query destination
+    - bridge: multicast: enable snooping on general queries only
+    - net: socket: error on a negative msg_namelen (regression in 3.11.10)
+    - bonding: set correct vlan id for alb xmit path (regression in 3.12)
+    - ipv6: Avoid unnecessary temporary addresses being generated
+    - net: cdc_ncm: fix control message ordering (regression in 3.13)
+    - tcp: syncookies: do not use getnstimeofday() (regression in 3.13)
+    - tipc: fix spinlock recursion bug for failed subscriptions
+    - ip_tunnel: Fix dst ref-count. (regression in 3.13.7)
+    - tg3: Do not include vlan acceleration features in vlan_features
+    - virtio-net: correct error handling of virtqueue_kick()
+      (regression in 3.13)
+    - usbnet: include wait queue head in device structure
+    - vhost: fix total length when packets are too short (CVE-2014-0077)
+    - vhost: validate vhost_get_vq_desc return value (CVE-2014-0055)
+    - tcp: fix get_timewait4_sock() delay computation on 64bit
+      (regression in 3.13)
+    - xen-netback: remove pointless clause from if statement
+    - netlink: don't compare the nul-termination in nla_strcmp
+    - xen-netback: disable rogue vif in kthread context
+    - net: vxlan: fix crash when interface is created with no group
+    - rds: prevent dereference of a NULL device in rds_iw_laddr_check
+      (CVE-2014-2678)
+    - powernow-k6: disable cache when changing frequency
+    - [m68k] Skip futex_atomic_cmpxchg_inatomic() test
+    - crypto: ghash-clmulni-intel - use C implementation for setkey()
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 15 Apr 2014 22:12:38 +0100
+
+linux (3.13.7-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.13.7
+    - mm: page_alloc: exempt GFP_THISNODE allocations from zone fairness
+      (regression in 3.12)
+    - mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)locking
+      (regression in 3.12)
+    - ocfs2: fix quota file corruption
+    - ocfs2 syncs the wrong range...
+    - memcg: fix endless loop in __mem_cgroup_iter_next()
+      (regression in 3.13.3)
+    - net-tcp: fastopen: fix high order allocations
+    - ipv6: reuse ip6_frag_id from ip6_ufo_append_data
+    - ipv4: ipv6: better estimate tunnel header cut for correct ufo handling
+    - ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL
+      pointer
+    - mac80211: clear sequence/fragment number in QoS-null frames
+    - ath9k: Fix ETSI compliance for AR9462 2.0
+    - ath9k: protect tid->sched check
+    - cpuset: fix a locking issue in cpuset_migrate_mm()
+    - cpuset: fix a race condition in __cpuset_node_allowed_softwall()
+    - firewire: net: fix use after free
+    - firewire: don't use PREPARE_DELAYED_WORK
+    - libata: disable queued TRIM for Crucial M500 mSATA SSDs
+    - libata: use wider match for blacklisting Crucial M500
+    - NFSv4: Fix another nfs4_sequence corruptor (Closes: #734268)
+    - cpufreq: use cpufreq_cpu_get() to avoid cpufreq_get() race conditions
+    - cpufreq: Skip current frequency initialization for ->setpolicy drivers
+      (regression in 3.13)
+    - iscsi/iser-target: Use list_del_init for ->i_conn_node
+    - iser-target: Ignore completions for FRWRs in isert_cq_tx_work
+    - iser-target: Fix post_send_buf_count for RDMA READ/WRITE
+    - mm/readahead.c: fix do_readahead() for no readpage(s)
+      (regression in 3.13)
+    - fs/proc/base.c: fix GPF in /proc/$PID/map_files
+    - drm/i915: fix pch pci device enumeration (regression in 3.11)
+    - drm/i915: Reject >165MHz modes w/ DVI monitors (regression in 3.11)
+    - drm/radeon: fix runpm disabling on non-PX harder
+      (may fix #741619, #742507)
+    - PCI: Enable INTx in pci_reenable_device() only when MSI/MSI-X not enabled
+      (fixes regression in 3.13.6)
+    - [x86] vmxnet3: fix netpoll race condition
+    - mm/compaction: break out of loop on !PageBuddy in isolate_freepages_block
+    - dm space map metadata: fix refcount decrement below 0 which caused
+      corruption
+    - dm cache: fix truncation bug when copying a block to/from >2TB fast
+      device
+    - net: unix socket code abuses csum_partial
+    - SCSI: qla2xxx: Fix multiqueue MSI-X registration.
+    - [x86] fpu: Check tsk_used_math() in kernel_fpu_end() for eager FPU
+    - Btrfs: fix tree mod logging
+    - Btrfs: fix data corruption when reading/updating compressed extents
+    - intel_pstate: Add setting voltage value for baytrail P states.
+    - Fix mountpoint reference leakage in linkat
+    - bio-integrity: Fix bio_integrity_verify segment start bug
+    - memcg: reparent charges of children before processing parent
+
+  [ Ben Hutchings ]
+  * [arm] mm: Avoid ABI change in 3.13.6 (fixes FTBFS)
+  * nfqueue: Orphan frags in nfqnl_zcopy() and handle errors (CVE-2014-2568)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 25 Mar 2014 17:23:31 +0000
+
+linux-tools (3.13.6-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.13.5
+    - Modpost: fixed USB alias generation for ranges including 0x9 and 0xA
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.13.6
+    - perf trace: Fix ioctl 'request' beautifier build problems on
+      !(i386 || x86_64) arches
+
+  [ Ben Hutchings ]
+  * linux-tools: Remove the 'trace_3.13' link to perf
+  * Clean another autoconf-generated file so double-builds work
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 19 Mar 2014 22:33:21 +0000
+
+linux (3.13.6-1) unstable; urgency=high
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.13.6
+    - drm/nouveau/fb: use correct ram oclass for nv1a hardware
+      (regression in 3.13)
+    - ext4: fix xfstest generic/299 block validity failures
+    - ext4: fix error paths in swap_inode_boot_loader()
+    - ext4: don't try to modify s_flags if the the file system is read-only
+    - ext4: fix online resize with a non-standard blocks per group setting
+    - [arm] 7950/1: mm: Fix stage-2 device memory attributes
+    - [arm] 7953/1: mm: ensure TLB invalidation is complete before enabling MMU
+    - [arm] 7957/1: add DSB after icache flush in __flush_icache_all()
+    - powerpc: Set the correct ksp_limit on ppc32 when switching to irq stack
+      (regression in 3.12)
+    - jbd2: fix use after free in jbd2_journal_start_reserved()
+    - cifs: ensure that uncached writes handle unmapped areas correctly
+      (CVE-2014-0069)
+    - NFS: Do not set NFS_INO_INVALID_LABEL unless server supports labeled NFS
+      (regression in 3.11)
+    - NFS fix error return in nfs4_select_rw_stateid (regression in 3.12)
+    - bridge: fix netconsole setup over bridge (regression in 3.12)
+    - net: fix 'ip rule' iif/oif device rename
+    - net: asix: add missing flag to struct driver_info
+    - gre: add link local route when local addr is any (regression in 3.13)
+    - ipv4: fix counter in_slow_tot
+    - net: use __GFP_NORETRY for high order allocations
+    - batman-adv: fix soft-interface MTU computation (regression in 3.13)
+    - batman-adv: fix TT-TVLV parsing on OGM reception
+    - batman-adv: release vlan object after checking the CRC
+    - batman-adv: properly check pskb_may_pull return value
+    - batman-adv: avoid potential race condition when adding a new neighbour
+    - batman-adv: fix TT CRC computation by ensuring byte order
+      (regression in 3.13)
+    - batman-adv: free skb on TVLV parsing success
+    - batman-adv: avoid double free when orig_node initialization fails
+    - batman-adv: fix potential kernel paging error for unicast transmissions
+    - cgroup: fix error return value in cgroup_mount()
+    - cgroup: fix error return from cgroup_create()
+    - cgroup: fix locking in cgroup_cfts_commit()
+    - cgroup: update cgroup_enable_task_cg_lists() to grab siglock
+    - fs: fix iversion handling
+    - kvm: x86: fix emulator buffer overflow (CVE-2014-0049)
+    - kvm, vmx: Really fix lazy FPU on nested guest
+    - SUNRPC: Ensure that gss_auth isn't freed before its upcall messages
+    - powerpc/powernv: Fix opal_xscom_{read,write} prototype
+    - powerpc/powernv: Fix indirect XSCOM unmangling
+    - perf/x86: Fix event scheduling
+    - sata_sil: apply MOD15WRITE quirk to TOSHIBA MK2561GSYN
+    - cpufreq: powernow-k8: Initialize per-cpu data-structures properly
+      (regression in 3.12)
+    - Revert "writeback: do not sync data dirtied after sync start"
+      (regression in 3.13)
+    - [arm] PCI: mvebu: Use Device ID and revision from underlying endpoint
+    - PCI: Enable INTx if BIOS left them disabled
+    - i7core_edac: Fix PCI device reference count
+    - can: kvaser_usb: check number of channels returned by HW
+    - usb: chipidea: need to mask when writting endptflush and endptprime
+    - mei: set client's read_cb to NULL when flow control fails
+    - workqueue: ensure @task is valid across kthread_stop()
+    - regulator: da9063: Bug fix when setting max voltage on LDOs 5-11
+    - [armhf] mtd: nand: omap: fix ecclayout to be in sync with u-boot NAND
+      driver (regression in 3.13)
+    - [armhf] mtd: nand: omap: fix ecclayout->oobfree->offset
+    - [armhf] mtd: nand: omap: fix ecclayout->oobfree->length
+    - [armhf/armmp-lpae] iommu/arm-smmu: fix pud/pmd entry fill sequence
+    - [armhf/armmp-lpae] iommu/arm-smmu: really fix page table locking
+    - [armhf/armmp-lpae] iommu/arm-smmu: fix table flushing during initial
+      allocations
+    - [armhf/armmp-lpae] iommu/arm-smmu: set CBARn.BPSHCFG to NSH for
+      s1-s2-bypass contexts
+    - perf: Fix hotplug splat
+    - quota: Fix race between dqput() and dquot_scan_active()
+    - ipc,mqueue: remove limits for the amount of system-wide queues
+    - mm, thp: fix infinite loop on memcg OOM
+    - qla2xxx: Fix kernel panic on selective retransmission request
+    - i7300_edac: Fix device reference count
+    - dm cache: move hook_info into common portion of per_bio_data structure
+      (regression in 3.13)
+    - drm/radeon: fix missing bo reservation
+    - drm/radeon: free uvd ring on unload
+
+  [ Ben Hutchings ]
+  * xhci: Revert more sg changes (Closes: #741989; also see #738113):
+    - Revert "xhci 1.0: Limit arbitrarily-aligned scatter gather."
+    - Revert "USBNET: ax88179_178a: enable tso if usb host supports sg dma"
+  * aufs: Update to aufs3.13-20140303
+    - bugfix, Fix unmount to properly free anonymous block devices
+  * net: fix for a race condition in the inet frag code (CVE-2014-0100)
+  * net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capable
+    (CVE-2014-0101)
+  * KEYS: Make the keyring cycle detector ignore other keyrings of the
+    same name (CVE-2014-0102)
+  * skbuff: skb_segment: orphan frags before copying (CVE-2014-0131)
+  * ipv6: don't set DST_NOCOUNT for remotely added routes (CVE-2014-2309)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 19 Mar 2014 16:18:42 +0000
+
+linux (3.13.5-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.13.5
+    - xen: properly account for _PAGE_NUMA during xen pte translations
+    - mm: fix page leak at nfs_symlink()
+    - mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASED
+    - CIFS: Fix SMB2 mounts so they don't try to set or get xattrs via cifs
+    - CIFS: Add protocol specific operation for CIFS xattrs
+    - CIFS: retrieving CIFS ACLs when mounted with SMB2 fails dropping session
+    - mac80211: release the channel in error path in start_ap
+    - mac80211: Fix IBSS disconnect
+    - mac80211: fix fragmentation code, particularly for encryption
+    - ath9k_htc: Do not support PowerSave by default
+    - ath9k: Do not support PowerSave by default
+    - [s390x] fix kernel crash due to linkage stack instructions
+    - raw: test against runtime value of max_raw_minors
+    - hwmon: (ntc_thermistor) Avoid math overflow
+    - lockd: send correct lock when granting a delayed lock.
+    - drm/i915: Pair va_copy with va_end in i915_error_vprintf
+    - vt: Fix secure clear screen
+    - staging: lustre: fix quotactl permission denied (LU-4530)
+    - staging: comedi: adv_pci1710: fix analog output readback value
+    - iio: adis16400: Set timestamp as the last element in chan_spec
+    - iio: ak8975: Fix calculation formula for convert micro tesla to gauss
+      unit
+    - usb-storage: add unusual-devs entry for BlackBerry 9000
+    - usb-storage: restrict bcdDevice range for Super Top in Cypress ATACB
+    - xhci 1.0: Limit arbitrarily-aligned scatter gather.
+    - Revert "usbcore: set lpm_capable field for LPM capable root hubs"
+      (regression in 3.12.1)
+    - block: __elv_next_request() shouldn't call into the elevator if bypassing
+    - block: Fix nr_vecs for inline integrity vectors
+    - block: add cond_resched() to potentially long running ioctl discard loop
+    - compiler/gcc4: Make quirk for asm_volatile_goto() unconditional
+    - misc: mic: fix possible signed underflow (undefined behavior) in
+      userspace API
+    - KVM: return an error code in kvm_vm_ioctl_register_coalesced_mmio()
+    - md/raid1: restore ability for check and repair to fix read errors.
+      (regression in 3.10.5)
+    - i2c: mv64xxx: refactor message start to ensure proper initialization
+    - target: Fix free-after-use regression in PR unregister
+    - drivers/edac/edac_mc_sysfs.c: poll timeout cannot be zero
+    - EDAC: Poll timeout cannot be zero, p2
+    - EDAC: Correct workqueue setup path
+
+  [ Ben Hutchings ]
+  * [armhf] net/wireless: Really enable WL_TI and dependent modules
+  * aufs: Update to aufs3.13-20140127 (no functional changes)
+  * [powerpc] Change I2C_POWERMAC from module to built-in (Closes: #713943)
+  * [mips] rtl8187: fix regression on MIPS without coherent DMA
+    (Closes: #739978)
+  * [x86] Enable CHROME_PLATFORMS and re-enable CHROMEOS_LAPTOP as module
+    (Closes: #740042)
+  * [armel/!kirkwood] udeb: Re-add lzo-modules udeb as lzo_compress is a
+    module again (Closes: #740219)
+  * debian/control: Simplify build-dependencies:
+    - Remove versions for debhelper, python, kernel-wedge that are
+      satisfied by stable
+    - Remove module-init-tools as alternative to kmod, which is in stable
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 04 Mar 2014 19:49:27 +0000
+
+linux-tools (3.13.4-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.13.2
+    - perf kvm: Fix kvm report without guestmount.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 22 Feb 2014 15:39:27 +0000
+
+linux (3.13.4-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.13.1
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.13.2
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.13.3
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.13.4
+
+  [ Ben Hutchings ]
+  * [x86] Enable POWERCAP, INTEL_RAPL as module (Closes: #736399)
+  * [arm] Disable OABI_COMPAT and enable AUDITSYSCALL (except for
+    armel/{ixp4xx,orion5x}) (Closes: #728975, #736843)
+  * [x86] Enable R8188EU as module, 88EU_AP_MODE and 88EU_P2P (Closes: #736905)
+  * [x86] Enable I2C_DESIGNWARE_PLATFORM as module (Closes: #737163)
+  * [x86] snd-pcsp: Disable autoload (Closes: #697709)
+  * DFSG: Remove the af9005 initialisation script and vs6624 driver again
+    (they were renamed in 3.7)
+  * linux-image.postinst: Use lstat() to check symlink existence
+    (Closes: #738707)
+  * [hppa] Update configuration, thanks to Helge Deller (Closes: #738487)
+    - megaraid: Enable MEGARAID_NEWGEN as module; disable MEGARAID_LEGACY
+    - drm: Change DRM from module to built-in
+    - [/parisc64-smp] udeb: Add fb-modules package containing radeon driver
+  * udeb: Add various recently enabled drivers
+    - Add i40e to nic-modules
+    - Add r815x to nic-usb-modules
+    - Add ath10k_core, ath10k_pci, brcmfmac to nic-wireless-modules
+    - Add esas2r to scsi-modules
+  * Bluetooth: allocate static minor for vhci (fixes depmod error)
+  * Set ABI to 1
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 22 Feb 2014 11:54:57 +0000
+
+linux-tools (3.13-1~exp3) experimental; urgency=medium
+
+  * linux-tools: Fix/revert unportable code in perf trace (fixes FTBFS
+    on powerpc, sparc)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 07 Feb 2014 20:36:29 +0000
+
+linux-tools (3.13-1~exp2) experimental; urgency=medium
+
+  * Merge changes from sid up to 3.12.6-3
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 02 Feb 2014 16:57:49 +0100
+
+linux-tools (3.13-1~exp1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 02 Feb 2014 12:02:29 +0100
+
+linux (3.13-1~exp1) experimental; urgency=low
+
+  * New upstream release: http://kernelnewbies.org/Linux_3.13
+
+  [ Ben Hutchings ]
+  * [armhf] xen/pci: Fix build on non-x86
+  * [hppa/parisc64-smp] Disable MLONGCALLS (Closes: #733897)
+  * [armel] Remove iop32x flavour (fixes FTBFS)
+  * aufs: Update to aufs3.x-rcN-20140120
+    - bugfix, removed /proc/PID/fd/N
+
+  [ Bastian Blank ]
+  * Initial Python 3 support:
+    - Build-depend on python-six.
+
+  [ Aurelien Jarno ]
+  * [mipsel] Remove cobalt d-i files.
+  * [mipsel] Enable KEXEC like on mips.
+  * [mipsel] Explicitly unset RAPIDIO like on mips. 
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 20 Jan 2014 05:43:51 +0000
+
+linux (3.13~rc6-1~exp1) experimental; urgency=low
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [rt] Disable until it is updated for 3.13 or later
+  * aufs: Update to aufs3.x-rcN-20131223
+  * [x86] staging: lustre: Make LUSTRE_LLITE_LLOOP tristate
+  * mm: Enable MEM_SOFT_DIRTY, NUMA_BALANCING but not
+    NUMA_BALANCING_DEFAULT_ENABLED
+  * ipv6: Enable IPV6_VTI as module
+  * netfilter: Enable NF_TABLES, NFT_EXTHDR, NFT_META, NFT_CT, NFT_RBTREE,
+    NFT_HASH, NFT_COUNTER, NFT_LOG, NFT_LIMIT, NFT_NAT, NFT_COMPAT,
+    IP_SET_HASH_NETPORTNET, IP_SET_HASH_NETNET, IP_NF_TARGET_SYNPROXY,
+    IP6_NF_TARGET_SYNPROXY as modules
+  * net/sched: Enable NET_CLS_BPF as module
+  * nfc: Enable NFC_DIGITAL, NFC_PORT100 as modules
+  * block: Enable BLK_DEV_NULL_BLK, BLK_DEV_SKD as modules
+  * SCSI: Enable SCSI_ESAS2R as module
+  * net/usb: Enable USB_NET_HUAWEI_CDC_NCM as module
+  * touchscreen: Enable TOUCHSCREEN_SUR40 as module
+  * [x86] video: Enable X86_SYSFB, FB_SIMPLE
+  * [x86] ACPI: Enable ACPI_EXTLOG
+  * [x86] touchscreen: Enable TOUCHSCREEN_TSC_SERIO as module
+  * [x86] tpm: Enable TCG_TIS_I2C_ATMEL, TCG_TIS_I2C_INFINEON,
+    TCG_TIS_I2C_NUVOTON, TCG_ST33_I2C, TCG_XEN as modules
+  * [amd64] misc: Enable INTEL_MIC_HOST as module
+  * [powerpc/powerpc64] block: Enable AIX_PARTITION
+  * net/sched: Change NET_CLS_CGROUP from built-in to module
+  * nfc: Disable NFC_NCI as no enabled drivers need it
+  * misc: Disable BMP085_I2C as unlikely to be useful
+
+  [ Aurelien Jarno ]
+  * [mipsel] Remove r5k-cobalt flavour.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 30 Dec 2013 02:36:11 +0100
+
+linux-tools (3.12.6-3) unstable; urgency=medium
+
+  * linux-tools: Explicitly enable/disable libunwind usage for all
+    architectures (fixes FTBFS on s390x and sparc)
+  * linux-tools: Only use libunwind on x86, as perf needs additional
+    porting work for other architectures (fixes FTBFS on arm and powerpc)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 02 Feb 2014 16:46:44 +0100
+
+linux-tools (3.12.6-2) unstable; urgency=medium
+
+  * linux-tools: Replace build-dependency on libunwind7-dev with
+    libunwind8-dev
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 02 Feb 2014 11:51:18 +0100
+
+linux (3.12.9-1) unstable; urgency=high
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.12.9
+    - Revert "ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDs"
+      (regression in 3.12.7)
+    - GFS2: Increase i_writecount during gfs2_setattr_chown
+    - vfs: Fix a regression in mounting proc (regression in 3.12)
+    - fork: Allow CLONE_PARENT after setns(CLONE_NEWPID) (regression in 3.12)
+    - i2c: Re-instate body of i2c_parent_is_i2c_adapter() (regression in 3.12)
+    - writeback: Fix data corruption on NFS
+    - thp: fix copy_page_rep GPF by testing is_huge_zero_pmd once only
+    - [x86] ftrace: Load ftrace_ops in parameter not the variable holding it
+    - nilfs2: fix segctor bug that causes file system corruption
+    - md: fix problem when adding device to read-only array with bitmap.
+    - md/raid10: fix bug when raid10 recovery fails to recover a block.
+    - md/raid10: fix two bugs in handling of known-bad-blocks.
+    - md/raid5: Fix possible confusion when multiple write errors occur.
+    - mm: Make {,set}page_address() static inline if WANT_PAGE_VIRTUAL
+      (fixes FTBFS on sparc and m68k)
+    - [x86] drm/i915: Don't grab crtc mutexes in intel_modeset_gem_init()
+      (regression in 3.12.7)
+    - [arm] 7938/1: OMAP4/highbank: Flush L2 cache before disabling
+
+  [ Ben Hutchings ]
+  * HID: Enable HID_ELO, HID_XINMO as modules (Closes: #736369)
+  * xhci: Revert generalised sg support (Closes: #733826, #736274)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 01 Feb 2014 18:50:01 +0100
+
+linux (3.12.8-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.12.7
+    - [powerpc] kvm: fix rare but potential deadlock scene
+    - [m68k] TTY: pmac_zilog, check existence of ports in pmz_console_init()
+    - xhci: Limit the spurious wakeup fix only to HP machines (fixes
+      regression in 3.12)
+    - usb: chipidea: host: Only disable the vbus regulator if it is not NULL
+      (fixes regression in 3.12)
+    - aio: fix kioctx leak introduced by "aio: Fix a trinity splat"
+    - iser-target: Move INIT_WORK setup into isert_create_device_ib_res
+    - [x86] idle: Repair large-server 50-watt idle-power regression
+      (fixes regression in 3.10)
+    - ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() fails
+    - ext4: fix use-after-free in ext4_mb_new_blocks
+    - ext4: fix del_timer() misuse for ->s_err_report
+    - ext4: add explicit casts when masking cluster sizes
+    - ext4: fix bigalloc regression
+    - sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entities
+    - net_dma: mark broken (fixes potential data loss)
+    - drm/i915: Take modeset locks around intel_modeset_setup_hw_state()
+    - drm/i915: Hold mutex across i915_gem_release
+    - drm/i915: Fix use-after-free in do_switch
+    - drm/i915: don't update the dri1 breadcrumb with modesetting
+    - drm/i915: Fix erroneous dereference of batch_obj inside reset_status
+    - ceph: Avoid data inconsistency due to d-cache aliasing in readpage()
+    - tg3: Expand 4g_overflow_test workaround to skb fragments of any size.
+    - cgroup: fix cgroup_create() error handling path
+    - [powerpc] auxvec.h: account for AT_HWCAP2 in AT_VECTOR_SIZE_BASE
+    - ath9k_htc: properly set MAC address and BSSID mask (CVE-2013-4579)
+      (Closes: #729573)
+    - KVM: nVMX: Unconditionally uninit the MMU on nested vmexit
+    - [x86] KVM: Fix APIC map calculation after re-enabling
+    - [powerpc] Fix bad stack check in exception entry
+    - libata: implement ATA_HORKAGE_NO_NCQ_TRIM and apply it to Micro M500 SSDs
+      (fixes potential data loss)
+    - radiotap: fix bitmap-end-finding buffer overrun
+    - mm: numa: serialise parallel get_user_page against THP migration
+    - mm: numa: call MMU notifiers on THP migration
+    - mm: clear pmd_numa before invalidating
+    - mm: numa: do not clear PTE for pte_numa update
+    - mm: numa: ensure anon_vma is locked to prevent parallel THP splits
+    - sched: numa: skip inaccessible VMAs
+    - mm: numa: clear numa hinting information on mprotect
+    - mm: fix TLB flush race between migration, and change_protection_range
+    - mm: numa: guarantee that tlb_flush_pending updates are visible before
+      page table updates
+    - mm/mempolicy: correct putback method for isolate pages if failed
+    - mm/compaction: respect ignore_skip_hint in update_pageblock_skip
+    - mm/hugetlb: check for pte NULL pointer in __page_check_address()
+    - mm: munlock: fix a bug where THP tail page is encountered
+    - mm: munlock: fix deadlock in __munlock_pagevec()
+    - mm: fix use-after-free in sys_remap_file_pages
+    - Input: allocate absinfo data when setting ABS capability
+    - GFS2: Fix use-after-free race when calling gfs2_remove_from_ail
+    - GFS2: Fix slab memory leak in gfs2_bufdata
+    - GFS2: Fix incorrect invalidation for DIO/buffered I/O
+    - [s390] 3270: fix allocation of tty3270_screen structure
+    - [sh] always link in helper functions extracted from libgcc
+    - selinux: look for IPsec labels on both inbound and outbound packets
+    - selinux: process labeled IPsec TCP SYN-ACK packets properly in
+      selinux_ip_postroute()
+    - aio: clean up and fix aio_setup_ring page mapping
+    - aio/migratepages: make aio migrate pages sane
+    - ACPIPHP / radeon / nouveau: Fix VGA switcheroo problem related to hotplug
+      (regression in 3.12)
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.12.8
+    - IPv6: Fixed support for blackhole and prohibit routes
+    - net: do not pretend FRAGLIST support
+    - tun: unbreak truncated packet signalling
+    - macvtap: signal truncated packets
+    - br: fix use of ->rx_handler_data in code executed on non-rx_handler path
+    - inet: fix NULL pointer Oops in fib(6)_rule_suppress
+    - vxlan: release rt when found circular route
+    - ipv6: fix illegal mac_header comparison on 32bit
+    - ip_gre: fix msg_name parsing for recvfrom/recvmsg
+    - net: inet_diag: zero out uninitialized idiag_{src,dst} fields
+    - drivers/net/hamradio: Integer overflow in hdlcdrv_ioctl()
+    - hamradio/yam: fix info leak in ioctl
+    - net: fec: fix potential use after free
+    - rds: prevent dereference of a NULL device
+    - arc_emac: fix potential use after free
+    - net: rose: restore old recvmsg behavior (regression in 3.12.4)
+    - vlan: Fix header ops passthru when doing TX VLAN offload.
+    - virtio-net: fix refill races during restore
+    - net: llc: fix use after free in llc_ui_recvmsg
+    - netpoll: Fix missing TXQ unlock and and OOPS.
+    - bridge: use spin_lock_bh() in br_multicast_set_hash_max
+    - sfc: Add length checks to efx_xmit_with_hwtstamp() and
+      efx_ptp_is_ptp_tx()
+    - sfc: PTP: Moderate log message on event queue overflow
+    - sfc: Rate-limit log message for PTP packets without a matching timestamp
+      event
+    - [arm] fix "bad mode in ... handler" message for undefined instructions
+    - [arm] 7923/1: mm: fix dcache flush logic for compound high pages
+    - [hppa] Ensure full cache coherency for kmap/kunmap
+    - clk: clk-divider: fix divisor > 255 bug
+    - mfd: rtsx_pcr: Disable interrupts before cancelling delayed works
+    - netfilter: fix wrong byte order in nf_ct_seqadj_set internal information
+      (regression in 3.12)
+    - netfilter: nf_nat: fix access to uninitialized buffer in IRC NAT helper
+    - x86, fpu, amd: Clear exceptions in AMD FXSAVE workaround
+      (CVE-2014-1438) (Closes: #733551)
+    - sched: Fix race on toggling cfs_bandwidth_used
+    - sched: Fix cfs_bandwidth misuse of hrtimer_expires_remaining
+    - sched: Fix hrtimer_cancel()/rq->lock deadlock
+
+  [ Ben Hutchings ]
+  * [hppa] Update configuration, thanks to Helge Deller (Closes: #733895)
+    - Change AGP, AGP_PARISC from modules to built-in, to work around
+      race condition between DRM and AGP
+    - Enable DEBUG_STACKOVERFLOW
+    - udeb: Build packages for the parisc64-smp flavour instead of the
+      removed parisc flavour (fixes FTBFS)
+  * linux-image: Make maintainer scripts less verbose (Closes: #734266)
+  * [m68k] Enable EARLY_PRINTK (Closes: #734289)
+  * crypto: Enable more processor-specific algorithms and drivers:
+    - [amd64] Enable CRYPTO_CRCT10DIF_PCLMUL, CRYPTO_SHA256_SSSE3,
+      CRYPTO_SHA512_SSSE3, CRYPTO_GHASH_CLMUL_NI_INTEL,
+      CRYPTO_CAMELLIA_AESNI_AVX_X86_64, CRYPTO_CAMELLIA_AESNI_AVX2_X86_64,
+      CRYPTO_CAST5_AVX_X86_64, CRYPTO_CAST6_AVX_X86_64,
+      CRYPTO_SERPENT_AVX2_X86_64 as modules (Closes: #734376)
+    - [arm] Enable CRYPTO_SHA1_ARM, CRYPTO_AES_ARM as modules
+    - [powerpc] Enable CRYPTO_SHA1_PPC as module
+    - [sparc] Enable CRYPTO_CRC32C_SPARC64, CRYPTO_MD5_SPARC64,
+      CRYPTO_SHA1_SPARC64, CRYPTO_SHA256_SPARC64, CRYPTO_SHA512_SPARC64,
+      CRYPTO_AES_SPARC64, CRYPTO_CAMELLIA_SPARC64, CRYPTO_DES_SPARC64,
+      CRYPTO_DEV_NIAGARA2 as modules
+    - [x86] Enable CRYPTO_CRC32_PCLMUL as module
+  * [powerpc] Remove AT_HWCAP2 from auxv to avoid module ABI change
+  * [rt] Update to 3.12.6-rt9:
+    - rcu: Don't activate RCU core on NO_HZ_FULL CPUs
+    - timers: do not raise softirq unconditionally
+    - rcutree/rcu_bh_qs: disable irq while calling rcu_preempt_qs()
+  * Revert "net: unix: allow set_peek_off to fail", included in 3.12.8,
+    as it would cause an ABI change
+  * media: Enable VIDEO_STK1160_COMMON (new dependency of VIDEO_STK1160)
+    as module (Closes: #735870)
+  * [x86] brcm80211: Enable BRCMFMAC as module, and BRCMFMAC_SDIO
+    (Closes: #735245)
+  * [x86] staging: lustre: Make LUSTRE_LLITE_LLOOP tristate
+
+  [ Ian Campbell ]
+  * [armel/kirkwood] Fix interrupt handling on non-DT platforms (Closes: #735172)
+  * [armhf/armmp] Add mmci driver to mmc-module udeb.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 19 Jan 2014 19:22:22 +0000
+
+linux (3.12.6-2) unstable; urgency=medium
+
+  [ Bastian Blank ]
+  * [x86] Make MICROCODE built-in for early microcode loading.
+
+  [ Ben Hutchings ]
+  * [armhf] linux-headers: Fix typo in compiler dependency
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 29 Dec 2013 16:56:20 +0100
+
+linux (3.12.6-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.12.4
+    - net: x86: bpf: don't forget to free sk_filter (v2)
+    - net: Fix "ip rule delete table 256" (Closes: #724783)
+    - net-tcp: fix panic in tcp_fastopen_cache_set()
+    - inet: prevent leakage of uninitialized memory to user in recv syscalls
+      (CVE-2013-6405)
+    - ping: prevent NULL pointer dereference on write to msg_name
+      (CVE-2013-6432)
+    - ipv6: fix leaking uninitialized port number of offender sockaddr
+    - netfilter: push reasm skb through instead of original frag skbs
+    - packet: fix use after free race in send path when dev is released
+    - gso: handle new frag_list of frags GRO packets
+    - net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
+    - xfs: add capability check to free eofblocks ioctl
+    - iommu/vt-d: Fixed interaction of VFIO_IOMMU_MAP_DMA with IOMMU address
+      limits
+    - aio: Fix a trinity splat
+    - aio: prevent double free in ioctx_alloc
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.12.5
+    - [s390,s390x] crypto: Fix aes-xts parameter corruption
+    - crypto: scatterwalk - Set the chain pointer indication bit
+    - crypto: ccm - Fix handling of zero plaintext when computing mac
+    - crypto: authenc - Find proper IV address in ablkcipher callback
+    - [armhf] mvebu: use the virtual CPU registers to access coherency
+      registers
+    - vfs: fix subtle use-after-free of pipe_inode_info
+    - SCSI: bfa: Fix crash when symb name set for offline vport
+    - SCSI: hpsa: do not discard scsi status on aborted commands
+    - [hppa] fix mmap(MAP_FIXED|MAP_SHARED) to already mmapped address
+    - net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
+    - SCSI: Disable WRITE SAME for RAID and virtual host adapter drivers
+    - tg3: avoid double-freeing of rx data memory
+    - crypto: scatterwalk - Use sg_chain_ptr on chain entries
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.12.6
+    - ALSA: memalloc.h - fix wrong truncation of dma_addr_t
+    - [arm] 7912/1: check stack pointer in get_wchan
+    - [arm] 7913/1: fix framepointer check in unwind_frame
+    - KVM: Improve create VCPU parameter (CVE-2013-4587)
+    - [x86] KVM: Fix potential divide by 0 in lapic (CVE-2013-6367)
+    - [x86] KVM: Convert vapic synchronization to _cached functions
+      (CVE-2013-6368)
+    - [x86] KVM: fix guest-initiated crash with x2apic (CVE-2013-6376)
+    - xfs: growfs overruns AGFL buffer on V4 filesystems
+    - futex: fix handling of read-only-mapped hugepages
+    - nfsd: when reusing an existing repcache entry, unhash it first
+    - [armhf] usb: musb: musb_cppi41: handle pre-mature TX complete interrupt
+    - powerpc: Fix PTE page address mismatch in pgtable ctor/dtor
+    - mm: memcg: do not allow task about to OOM kill to bypass the limit
+    - mm: memcg: fix race condition between memcg teardown and swapin
+    - cfg80211: disable 5/10 MHz support for all drivers
+    - Revert "mac80211: allow disable power save in mesh"
+    - mac80211: fix scheduled scan rtnl deadlock
+    - iwlwifi: mvm: check sta_id/drain values in debugfs
+    - Btrfs: fix access_ok() check in btrfs_ioctl_send()
+    - dm snapshot: avoid snapshot space leak on crash
+    - dm array: fix a reference counting bug in shadow_ablock
+    - dm space map metadata: return on failure in sm_metadata_new_block
+    - dm space map: disallow decrementing a reference count below zero
+    - dm table: fail dm_table_create on dm_round_up overflow
+    - dm thin: switch to read only mode if a mapping insert fails
+    - dm thin: switch to read-only mode if metadata space is exhausted
+    - dm thin: always fallback the pool mode if commit fails
+    - dm thin: re-establish read-only state when switching to fail mode
+    - dm thin: allow pool in read-only mode to transition to read-write mode
+    - media/cxd2820r_core: Fix regression in 3.12.3
+    - sched: Avoid throttle_cfs_rq() racing with period_timer stopping
+    - Btrfs: do a full search everytime in btrfs_search_old_slot
+    - Btrfs: reset intwrite on transaction abort
+    - Btrfs: fix memory leak of chunks' extent map
+    - Btrfs: fix hole check in log_one_extent
+    - Btrfs: fix incorrect inode acl reset
+    - Btrfs: take ordered root lock when removing ordered operations inode
+    - Btrfs: do not run snapshot-aware defragment on error
+    - Btrfs: fix a crash when running balance and defrag concurrently
+    - Btrfs: fix lockdep error in async commit
+
+  [ Ben Hutchings ]
+  * udeb: Add ohci-pci to usb-modules (Closes: #730789)
+  * cifs: Enable CIFS_SMB2
+  * [hppa] Update flavours and configuration, thanks to Helge Deller
+    (Closes: #721191)
+    - Remove parisc-smp and parisc64 (UP) flavours
+    - Build with gcc-4.8
+    - rtc: Enable HP_SDC_RTC as module
+    - megaraid: Enable MEGARAID_NEWGEN
+    - [/parisc64-smp] Enable MLONGCALLS, DISCONTIGMEM_MANUAL
+    - [/parisc64-smp] Enable PATA_SIL680, AGP, AGP_PARISC, DRM,
+      DRM_RADEON as modules
+  * firmware: Disable FW_LOADER_USER_HELPER (see #725714)
+  * firmware: Improve logging of success/failure for direct file loading
+  * media: az6007: support Technisat Cablestar Combo HDCI (minus remote)
+    (Closes: #732106)
+  * linux-source: Compress with gzip -1 (Closes: #725492)
+  * [alpha] Prevent a NULL ptr dereference in csum_partial_copy
+  * Set ABI to 1
+  * [ia64] Enable PSTORE, EFI_VARS_PSTORE
+  * [x86,ia64] udeb: Remove zlib-modules as zlib is now built-in
+  * [rt] Update to 3.12.5-rt7:
+    - ptrace: fix ptrace vs tasklist_lock race
+    - migrate_disable pushd down in atomic_dec_and_spin_lock
+    - migrate_disable pushd down in rt_spin_trylock_irqsave
+    - migrate_disable pushd down in rt_write_trylock_irqsave
+    - Revert "sched/rt: Fix wait_task_interactive() to test rt_spin_lock state"
+    - seqlock: consolidate spin_lock/unlock waiting with spin_unlock_wait
+    - softirq: make migrate disable/enable conditioned on softirq_nestcnt
+
+  [ Ian Campbell ]
+  * [armel/kirkwood+orion] Reenable MARVELL_PHY (Closes: #723177)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 21 Dec 2013 03:12:38 +0000
+
+linux (3.12.3-1~exp1) experimental; urgency=medium
+
+  * New upstream stable update:
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.12.1
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.12.2
+    - libertas: potential oops in debugfs (CVE-2013-6378)
+    - exec/ptrace: fix get_dumpable() incorrect tests (CVE-2013-2929)
+    https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.12.3
+
+  [ Ben Hutchings ]
+  * [rt] Update to 3.12.0-rt2 and reenable
+  * HID: Enable UHID as module (Closes: #729338)
+  * [sh4] Remove some accidental inconsistencies in config
+  * Enable CHECKPOINT_RESTORE (Closes: #682700)
+  * Enable JUMP_LABEL (Closes: #730071)
+  * [x86] staging: Enable CRYSTALHD as module (Closes: #730832)
+  * aufs: Update to aufs3.12-20131111 (no functional change)
+  * [rt] Update to 3.12.1-rt4
+  * udeb: Add snd-usb-hiface to sound-modules, thanks to Samuel Thibault
+    (Closes: #730418)
+  * linux-image-dbg: Use correct objcopy command when cross-compiling,
+    thanks to Jon Severinsson
+
+  [ Bastian Blank ]
+  * Use compiler name instead of Linux version in compiler meta-packages.
+
+  [ Ian Campbell ]
+  * [armhf]: Enable AHCI_IMX in armmp+lpae flavours.
+
+  [ Aurelien Jarno ]
+  * [mips/octeon] Add kernel udebs.
+  * [mipsel] Add a loongson-2e flavour.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 05 Dec 2013 14:34:39 +0000
+
+linux-tools (3.12.6-1) unstable; urgency=medium
+
+  * New upstream stable update
+    - perf tools: Remove cast of non-variadic function to variadic
+    - perf tools: Synthesize anon MMAP records again
+
+  [ Ben Hutchings ]
+  * linux-tools: Replace build-dependency on binutils-dev with
+    libiberty-dev (or old binutils-dev, for ease of backporting)
+    (Closes: #730883)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 30 Nov 2013 23:48:32 +0000
+
+linux-tools (3.12-1~exp1) experimental; urgency=low
+
+  * New upstream release (Closes: #729197)
+  * [x86, powerpc, ppc64] linux-tools: Build perf with libnuma
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 18 Nov 2013 05:14:34 +0000
+
+linux (3.12-1~exp1) experimental; urgency=low
+
+  * New upstream release: http://kernelnewbies.org/Linux_3.12
+
+  [ Ben Hutchings ]
+  * namespaces: Enable USER_NS (Closes: #712870)
+    - Restrict creation of user namespaces to root (CAP_SYS_ADMIN) by
+      default (sysctl: kernel.unprivileged_userns_clone)
+  * aufs: Update to aufs3.x-rcN-20131104
+    - mmap() holds a reference to the union file as well as the branch file
+  * [armel/{iop32x,ixp4xx}] Disable BPF_JIT, MEMCG, USER_NS to reduce kernel
+    size
+  * [arm,x86,s390,s390x] Introduce linux-compiler meta-packages to allow use
+    of foreign linux-headers packages with a native multilib compiler
+  * perf/ftrace: Fix paranoid level for enabling function tracer
+    (CVE-2013-2930)
+  * media/usb/gspca: Enable USB_GSPCA_STK1135 as module
+  * net/ethernet: Enable I40E as module
+  * net/usb: Enable USB_NET_SR9700 as module
+  * net/wireless/rt2x00: Enable RT2800USB_RT3573
+  * openvswitch: Enable OPENVSWITCH_VXLAN
+  * net/sched: Enable NET_SCH_FQ as module
+  * [x86] HID: Enable I2C_HID as module (Closes: #729801)
+  * [x86] input/misc: Enable INPUT_IDEAPAD_SLIDEBAR as module
+  * [x86] fs: Enable LUSTRE_FS, LUSTRE_LLITE_LOOP, LNET_XPRT_IB as modules
+  * [x86] thermal: Enable INTEL_POWERCLAMP, X86_PKG_TEMP_THERMAL as modules
+  * [armhf/armmp] udeb: Add zlib-modules
+
+  [ Thorsten Glaser ]
+  * Update m68k config (Closes: #728392):
+    - enable COMPAT_BRK by explicit upstream (m68k maintainer) request
+    - re-enable FPU emulation after discussion upstream, by popular request
+    - disable ADB_MACIISI by upstream (Mac68k maintainer) request
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 17 Nov 2013 22:41:26 +0000
+
+linux (3.12~rc7-1~exp1) experimental; urgency=low
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * aufs: Update to aufs3.x-rcN-20131014
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 28 Oct 2013 04:12:20 +0000
+
+linux (3.11.10-1) unstable; urgency=medium
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.11.9
+    - net/mlx4_core: Fix call to __mlx4_unregister_mac
+    - net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcb
+    - cxgb3: Fix length calculation in write_ofld_wr() on 32-bit architectures
+    - tcp: gso: fix truesize tracking
+    - xen-netback: Handle backend state transitions in a more robust way
+    - xen-netback: transition to CLOSED when removing a VIF
+    - [x86] hyperv-fb: add pci stub
+    - tracing: Fix potential out-of-bounds in trace_get_user()
+    - perf: Fix perf ring buffer memory ordering
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.11.10
+    - ACPICA: DeRefOf operator: Update to fully resolve FieldUnit and
+      BufferField refs.
+    - libertas: potential oops in debugfs (CVE-2013-6378)
+    - aacraid: prevent invalid pointer dereference
+    - ACPICA: Return error if DerefOf resolves to a null package element.
+    - ACPICA: Fix for a Store->ArgX when ArgX contains a reference to a field.
+    - USB: mos7840: fix tiocmget error handling
+    - Btrfs: relocate csums properly with prealloc extents
+    - [s390,s390x] crypto: s390 - Fix aes-cbc IV corruption
+    - can: c_can: Fix RX message handling, handle lost message before EOB
+    - ipc,shm: correct error return value in shmctl (SHM_UNLOCK)
+    - ipc,shm: fix shm_file deletion races
+    - drm/nvc0-/gr: fix a number of missing explicit array terminators...
+    - sched, idle: Fix the idle polling state logic
+    - [x86] ACPI / EC: Ensure lock is acquired before accessing ec struct
+      members
+    - [x86] ACPI / video: Quirk initial backlight level 0
+    - Staging: zram: Fix access of NULL pointer
+    - Drivers: hv: vmbus: Fix a bug in channel rescind code
+    - rt2x00: fix a crash bug in the HT descriptor handling fix
+    - Bluetooth: revert: "Bluetooth: Add missing reset_resume dev_pm_ops"
+    - exec/ptrace: fix get_dumpable() incorrect tests (CVE-2013-2929)
+
+  [ Ben Hutchings ]
+  * net: clamp ->msg_namelen instead of returning an error
+  * tcp: tsq: restore minimal amount of queueing
+  * rds: prevent BUG_ON triggered on congestion update to loopback
+    (CVE-2012-2372)
+  * ipv6: fix headroom calculation in udp6_ufo_fragment (CVE-2013-4563)
+  * [s390,s390x] qeth: avoid buffer overflow in snmp ioctl (CVE-2013-6381)
+  * xfs: underflow bug in xfs_attrlist_by_handle() (CVE-2013-6382)
+  * [x86] Enable CHROMEOS_LAPTOP as module (Closes: #731271)
+    - iio/light: Enable SENSORS_TSL2563, SENSORS_ISL29018, TSL2583 as modules
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 04 Dec 2013 14:49:01 +0000
+
+linux (3.11.8-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.11.8
+    - bcache: Fixed incorrect order of arguments to bio_alloc_bioset()
+    - cgroup: fix to break the while loop in cgroup_attach_task() correctly
+    - mac80211: drop spoofed packets in ad-hoc mode
+    - mac80211: fix crash if bitrate calculation goes wrong
+    - rtlwifi: rtl8192cu: Fix error in pointer arithmetic
+    - jfs: fix error path in ialloc
+    - SCSI: sd: call blk_pm_runtime_init before add_disk
+    - ecryptfs: Fix memory leakage in keystore.c
+    - eCryptfs: fix 32 bit corruption issue
+    - raid5: set bio bi_vcnt 0 for discard request
+    - raid5: avoid finding "discard" stripe
+    - libata: make ata_eh_qc_retry() bump scmd->allowed on bogus failures
+    - Revert "epoll: use freezable blocking call"
+    - Revert "select: use freezable blocking call"
+    - md: Fix skipping recovery for read-only arrays.
+    - vhost/scsi: Fix incorrect usage of get_user_pages_fast write parameter
+    - Fix a few incorrectly checked [io_]remap_pfn_range() calls
+    - lib/scatterlist.c: don't flush_kernel_dcache_page on slab page
+    - aacraid: missing capable() check in compat ioctl
+    - mm: Wait for THP migrations to complete during NUMA hinting faults
+    - mm: Prevent parallel splits during THP migration
+    - mm: Close races between THP migration and PMD numa clearing
+    - mm/pagewalk.c: fix walk_page_range() access of wrong PTEs
+    - drm: Prevent overwriting from userspace underallocating core ioctl
+      structs
+    - seq_file: always update file->f_pos in seq_lseek()
+
+  [ Ben Hutchings ]
+  * perf/ftrace: Fix paranoid level for enabling function tracer
+    (CVE-2013-2930)
+  * [armhf] Bump ABI to 2
+  * [armhf/armmp] udeb: Add zlib-modules (fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 13 Nov 2013 05:36:36 +0000
+
+linux (3.11.7-1) unstable; urgency=low
+  
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.11.7
+    - tcp: TSO packets automatic sizing
+    - tcp: TSQ can use a dynamic limit
+    - tcp: must unclone packets before mangling them
+    - tcp: fix incorrect ca_state in tail loss probe (Closes: #728726)
+
+  [ Ben Hutchings ]
+  * [armel] udeb: Re-enable iop32x flavour
+  * Bump ABI to 2 due to TCP changes
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 09 Nov 2013 20:18:02 +0000
+
+linux (3.11.6-2) unstable; urgency=medium
+
+  [ Ben Hutchings ]
+  * [sh4] Reduce compiler version to gcc-4.7, as gcc-4.8 is not yet
+    available
+  * [ia64] Reduce compiler version to gcc-4.6, matching gcc-defaults
+    (fixes FTBFS)
+  * [armhf] Bump ABI to 1a, as enabling Xen and KVM support changes ABI
+  * net: Fix infinite loop in in skb_flow_dissect() (CVE-2013-4348)
+  * net: do not call sock_put() on TIMEWAIT sockets
+  * l2tp: fix kernel panic when using IPv4-mapped IPv6 addresses
+  * net: heap overflow in __audit_sockaddr()
+  * proc connector: fix info leaks
+  * bridge: update mdb expiration timer upon reports.
+  * Revert "bridge: only expire the mdb entry when query is received"
+  * unix_diag: fix info leak
+  * be2net: pass if_id for v1 and V2 versions of TX_CREATE cmd
+  * net: fix cipso packet validation when !NETLABEL
+  * inet: fix possible memory corruption with UDP_CORK and UFO
+  * [arm] 7851/1: check for number of arguments in syscall_get/set_arguments()
+  * ext[34]: fix double put in tmpfile
+  * dm snapshot: fix data corruption (CVE-2013-4299)
+  * i2c: ismt: initialize DMA buffer
+  * mm: fix BUG in __split_huge_page_pmd
+  * writeback: fix negative bdi max pause
+
+  [ Aurelien Jarno ]
+  * UAPI: include <asm/byteorder.h> in linux/raid/md_p.h.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 01 Nov 2013 05:23:13 +0000
+
+linux-tools (3.11-3) unstable; urgency=low
+
+  * linux-tools: Replace build-dependency on libunwind8-dev with
+    libunwind7-dev, as the new libunwind will not enter testing soon
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 29 Oct 2013 02:12:36 +0000
+
+linux (3.11.6-1) unstable; urgency=low
+  
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.11.6
+    - random: run random_int_secret_init() run after all late_initcalls
+    - ext4: fix memory leak in xattr
+    - KVM: PPC: Book3S HV: Fix typo in saving DSCR
+    - ipc: Apply mainline changes up to 3.12-rc5
+
+  [ Ian Campbell ]
+  * [armhf] Enable Xen and virtio for armmp and armmp-lpae as well as KVM for
+    armmp-lpae only.
+
+  [ Ben Hutchings ]
+  * kbuild: Use -nostdinc in compile tests (Closes: #726861, workaround
+    for #717557)
+  * Disable CC_OPTIMIZE_FOR_SIZE (Closes: #635899, fixes FTBFS on mips,
+    mipsel, powerpc) [!armel/{iop32x,ixp4xx,kirkwood,orion5x},m68k]
+  * aufs: Update to aufs3.11-20131014
+    - Remove dependency on loop module (Closes: #727243)
+  * [armhf/armmp] udeb: Add ppp-modules
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 27 Oct 2013 19:02:04 +0000
+
+linux-tools (3.11-2) unstable; urgency=low
+
+  * linux-tools: Limit build-dependency on libunwind8-dev to architectures
+    where it is available and needed
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 27 Oct 2013 18:01:37 +0000
+
+linux-tools (3.11-1) unstable; urgency=low
+
+  * New upstream release
+  * linux-tools: Build perf with libaudit and libunwind
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 19 Oct 2013 02:38:59 +0100
+
+linux (3.11.5-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.11.1
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.11.2
+    - media: siano: fix divide error on 0 counters (Closes: #719623)
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.11.3
+    - HID: multitouch: validate indexes details (CVE-2013-2897)
+    - HID: LG: validate HID output report details (CVE-2013-2893)
+    - HID: zeroplus: validate output report details (CVE-2013-2889)
+    - HID: lenovo-tpkbd: fix leak if tpkbd_probe_tp fails (CVE-2013-2894)
+    - HID: steelseries: validate output report details (CVE-2013-2891)
+    - HID: logitech-dj: validate output report details (CVE-2013-2895)
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.11.4
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.11.5
+    - cpqarray: fix info leak in ida_locked_ioctl() (CVE-2013-2147)
+    - cciss: fix info leak in cciss_ioctl32_passthru() (CVE-2013-2147)
+    - tuntap: correctly handle error in tun_set_iff() (CVE-2013-4343)
+    - net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmit (CVE-2013-4350)
+    - ipv6: udp packets following an UFO enqueued packet need also be handled
+      by UFO (CVE-2013-4387)
+
+  [ Ben Hutchings ]
+  * udeb: Update config to match previous kernel config changes:
+    - Remove ext{2,3}-modules
+    - Update description of ext4-modules and let it provide ext{2,3}-modules
+    - Remove aic7xxx_old, enc28j60 and imm from module lists
+    - [sh4] kernel-image no longer provides ext3-modules
+  * [hppa] udeb: kernel-image does not provide ext2-modules (since 3.2.7-1)
+  * [arm] thermal: Re-enable CPU_THERMAL as built-in (regression in
+    3.10~rc4-1~exp1)
+  * Stop providing virtual packages linux-image (Closes: #724569),
+    linux-headers and linux-source
+  * hwmon: Enable SENSORS_JC42, SENSORS_NCT6775 as modules (Closes: #722062)
+  * compiler/gcc4: Add quirk for 'asm goto' miscompilation bug
+  * [arm64] Build a linux-libc-dev package (Closes: #695241)
+  * crypto: ansi_cprng - Fix off by one error in non-block size request
+    (CVE-2013-4345)
+  * mvsas: Recognise device/subsystem 9485/9485 as 88SE9485
+  * Set ABI to 1
+  * [i386] Remove xen-linux-system-<version> packages (Closes: #726010)
+
+  [ Ian Campbell ]
+  * [armhf] Enable CONFIG_PCI for multiplatform flavour.
+    - Enable standard NIC and SCSI modules and include in udebs.
+  * [armhf] Add multiplatform + LPAE flavour (armmp-lpae).
+  * [armhf] Remove mx5, omap and vexpress flavours. These are all supported
+    by the multiplatform flavour.
+  * [armel/kirkwood] Add orion-ehci, mvmdio and of_mdio modules to udebs.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 17 Oct 2013 14:46:41 +0100
+
+linux (3.11-1~exp1) experimental; urgency=low
+
+  * New upstream release: http://kernelnewbies.org/Linux_3.11
+
+  [ Ben Hutchings ]
+  * Disable drivers for various platform/undetectable devices by default:
+    - ata: Disable PATA_ARASAN_CF
+    - hwrng: Disable HW_RANDOM_TIMERIOMEM
+    - mdio: Disable MDIO_BITBANG
+    - media: Disable SOC_CAMERA
+    - media/radio: Disable I2C_SI470X, RADIO_SAA7706H, RADIO_SI4713,
+      RADIO_TEA5764, RADIO_TEF6862, RADIO_WL1273
+    - mfd: Disable HTC_PASIC3, MFD_PCF50633, MFD_SM501, TPS65010
+    - mtd: Disable MTD_ONENAND_GENERIC
+    - mmc: Disable MMC_SPI, MMC_SDHCI_PLTFM
+    - net/can: Disable CAN_MCP251X
+    - net/ethernet: Disable DNET, ENC28J60, ETHOC, KS8842, KS8851, KS8851_MLL,
+      WIZNET_W5100, WIZNET_W5300
+    - net/wireless: Disable LIBERTAS_SPI, P54_SPI
+    - parport: Disable PARPORT_AX88796
+    - power: Disable BATTERY_BQ27x00, BATTERY_DS2760, BATTERY_DS2782,
+      BATTERY_MAX17040
+    - regulator: Disable all drivers
+    - rtc: Disable all drivers except RTC_DRV_CMOS
+    - serial: Disable SERIAL_MAX3100
+    - spi: Disable SPI_TLE62X0
+    - uio: Disable UIO_PDRV, UIO_PDRV_GENIRQ
+    - USB: Disable USB_C67X00_HCD, USB_ISP116X_HCD, USB_R8A66597_HCD
+    - video: Disable FB_METRONOME
+    - w1: Disable W1_SLAVE_DS2760
+  * [x86] mtd: Disable MTD_NAND_PLATFORM
+  * [x86] power: Disable PDA_POWER
+  * [x86] video: Disable FB_S1D13XXX
+  * Disable some old non-hotplug PCI drivers:
+    - SCSI: Disable SCSI_AIC7XXX_OLD
+    - [x86] mtd: Disable MTD_PMC551
+    - [x86] net/wan: Disable SBNI
+  * Disable parport drivers that are no longer likely to be useful:
+    - block: Disable PARIDE
+    - media: Disable VIDEO_BWQCAM, VIDEO_CQCAM, VIDEO_W9966
+    - SCSI: Disable SCSI_IMM, SCSI_PPA
+    - [x86] net/ethernet: Disable ATP
+  * bluetooth: Disable BT_HCIBTUART; the serial_cs and hci_uart drivers
+    should be used instead
+  * PCI: Disable PCIEPORTBUS in configurations for systems without PCI
+    Express: armel/{iop32x,ixp4xx}, mips/!octeon, mipsel/*, sh4/*
+  * [armhf/{armmp,mx5}] cpufreq: Enable GENERIC_CPUFREQ_CPU0 as module,
+    replacing CPU_FREQ_IMX
+  * [armhf/armmp] Enable PINCTRL_WM8850, replacing GPIO_VT8500
+  * [powerpc/powerpc64] Enable CPU_FREQ_CBE (previously CBE_CPUFREQ) as module
+  * [armel] Re-enable iop32x and ixp4xx flavours
+  * aufs: Update to aufs3.x-rcN-20130909
+
+  [ Bastian Blank ]
+  * Symlink doc directory in linux-headers packages.
+  * Make gcc-4.8 the default compiler.
+  * Use default font selection.
+  * Enable NFS 4.2 client support.
+  * Use ext4 for all ext-variants.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 12 Sep 2013 03:57:27 +0100
+
+linux (3.11~rc7-1~exp1) experimental; urgency=low
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [arm,mips,s390,sh4] Enable KPROBES
+  * trace: Enable KPROBE_EVENT (Closes: #640953)
+  * trace: Enable UPROBES, UPROBE_EVENT (Closes: #691167)
+  * irq: Always define devm_{request_threaded,free}_irq() (fixes FTBFS on
+    s390,s390x)
+  * [armel] Disable iop32x and ixp4xx flavours (fixes FTBFS)
+  * Clean up maintainer scripts and templating system
+    - Move all templates under debian/templates
+    - linux-image: Remove undocumented $KERNEL_ARCH variable from hook
+      environment
+    - Use only one template syntax (@keyword@) and do all substitutions
+      in gencontrol.py
+    - linux-image.postinst: Remove debconf warning about ramdisk variable in
+      /etc/kernel-img.conf
+    - linux-image.postinst: Remove debconf warning about missing firmware;
+      this should now be redundant and it annoys users that don't need the
+      files (Closes: #612822)
+  * Update Brazilian Portugese debconf template translations
+    (Fernando Ike de Oliveira) (Closes: #719725)
+  * hid: Enable HID_HUION as module (Closes: #721002)
+  * [powerpc,x86] hid: Enable HID_APPLEIR as module
+  * ACPI: Enable ACPI_INITRD_TABLE_OVERRIDE (Closes: #721310)
+  * net: Enable NET_MPLS_GSO
+  * nfc: Enable NFC_SIM as module
+  * md: Enable DM_SWITCH as module
+  * net: Enable NLMON as module
+  * wireless: Enable ATH10K, ATH10K_PCI as modules
+  * media: Enable VIDEO_USBTV as module
+  * video: Enable FB_SMSCUFX as module
+  * usb/serial: Enable USB_SERIAL_WISHBONE, USB_SERIAL_FLASHLOADER,
+    USB_SERIAL_SUUNTO as modules
+  * infiniband: Enable INFINIBAND_ISERT as module
+  * xen: Enable XEN_BALLOON_MEMORY_HOTPLUG
+  * fs: Enable QNX6FS_FS as module
+  * f2fs: Enable F2FS_FS_SECURITY
+  * 9p: Enable 9P_FS_SECURITY
+  * sunrpc: Enable SUNRPC_DEBUG
+  * vhost: Enable VHOST_SCSI as module
+  * [x86] video: Enable FB_HYPERV as module
+  * [x86] snd-hda-intel: Enable SND_HDA_I915
+  * [x86] mmc: Enable MMC_SDHCI_ACPI as module
+  * [x86] comedi: Enable COMEDI_ADV_PCI1724, COMEDI_NI_LABPC_PCI (formerly
+    COMEDI_NI_LABPC) as modules
+  * [x86] Enable MLX5_INFINIBAND as module
+  * [amd64] iommu: Enable AMD_IOMMU_V2
+  * [x86,ia64] fs: Enable EFIVAR_FS as module
+  * wireless/ti: Disable WL_TI on all configurations except armhf/armmp
+  * [hppa,mips,mipsel,sh4,sparc] ehci-hcd: Enable USB_EHCI_ROOT_HUB_TT and
+    USB_EHCI_TT_NEWSCHED in all configurations, consistent with other
+    architectures
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 01 Sep 2013 05:15:57 +0100
+
+linux-tools (3.11~rc4-1~exp1) experimental; urgency=low
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * linux-tools: Build perf documentation out-of-tree, as this now works
+    and our previous workaround does not
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 08 Aug 2013 16:21:00 +0200
+
+linux (3.11~rc4-1~exp1) experimental; urgency=low
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * aufs: Update to aufs3.x-rcN-20130805
+
+  [ Hector Oron ]
+  * [armhf/armmp] Enable NET_CALXEDA_XGMAC as module (Closes: #717269) 
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 08 Aug 2013 13:09:47 +0200
+
+linux (3.10.11-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.8
+    - [arm] perf/arm: Fix armpmu_map_hw_event()
+    - memcg: don't initialize kmem-cache destroying work for root caches
+    - fs/proc/task_mmu.c: fix buffer overflow in add_page_map()
+    - elevator: Fix a race in elevator switching
+    - mac80211: fix infinite loop in ieee80211_determine_chantype
+    - can: pcan_usb: fix wrong memcpy() bytes length
+    - cfg80211: fix P2P GO interface teardown
+    - ASoC: dapm: Fix empty list check in dapm_new_mux()
+    - ALSA: 6fire: make buffers DMA-able (pcm)
+    - ALSA: 6fire: make buffers DMA-able (midi)
+    - USB: ti_usb_3410_5052: fix big-endian firmware handling
+    - USB: mos7720: fix broken control requests
+    - Fix TLB gather virtual address range invalidation corner cases
+    - [arm] 7809/1: perf: fix event validation for software group leaders
+      (CVE-2013-4254)
+    - jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.9
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.10
+    - [s390] KVM: s390: move kvm_guest_enter,exit closer to sie
+    - mac80211: don't wait for TX status forever
+    - tracing/kprobe: Wait for disabling all running kprobe handlers
+    - tracing: Fix many race conditions including potential use-after-free
+    - tracing/kprobes: Fail to unregister if probe event files are in use
+    - tracing/uprobes: Fail to unregister if probe event files are in use
+    - ftrace: Check module functions being traced on reload
+    - zd1201: do not use stack as URB transfer_buffer
+    - VFS: collect_mounts() should return an ERR_PTR
+    - [arm] davinci: nand: specify ecc strength
+    - drm/radeon/r7xx: fix copy paste typo in golden register setup
+    - drm/radeon: fix UVD message buffer validation
+    - drm/i915: Invalidate TLBs for the rings after a reset
+    - nilfs2: remove double bio_put() in nilfs_end_bio_write() for
+      BIO_EOPNOTSUPP error
+    - Hostap: copying wrong data prism2_ioctl_giwaplist()
+    - SCSI: zfcp: fix lock imbalance by reworking request queue locking
+    - SCSI: zfcp: fix schedule-inside-lock in scsi_device list loops
+    - SCSI: sg: Fix user memory corruption when SG_IO is interrupted by a
+      signal
+    - [x86] get_unmapped_area: Access mmap_legacy_base through mm_struct member
+    - bcache: FUA fixes
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.11
+    - drm/nouveau/mc: fix race condition between constructor and request_irq()
+    - jfs: fix readdir cookie incompatibility with NFSv4 (Closes: #714974)
+    - [powerpc] Work around gcc miscompilation of __pa() on 64-bit
+    - [powerpc] Don't Oops when accessing /proc/powerpc/lparcfg without
+      hypervisor
+    - timer_list: correct the iterator for timer_list
+    - drivers/base/memory.c: fix show_mem_removable() to handle missing sections
+    - memcg: check that kmem_cache has memcg_params before accessing it
+    - SUNRPC: Fix memory corruption issue on 32-bit highmem systems
+    - ath9k_htc: Restore skb headroom when returning skb to mac80211
+    - iscsi-target: Fix ImmediateData=Yes failure regression in >= v3.10
+    - iscsi-target: Fix potential NULL pointer in solicited NOPOUT reject
+    - ACPI / EC: Add ASUSTEK L4R to quirk list in order to validate ECDT
+    - regmap: rbtree: Fix overlapping rbnodes.
+
+  [ Ben Hutchings ]
+  * [rt] Update to 3.10.10-rt7:
+    - hwlat-detector: Update hwlat_detector to add outer loop detection
+    - hwlat-detector: Use thread instead of stop machine
+    - hwlat-detector: Use trace_clock_local if available
+    - genirq: do not invoke the affinity callback via a workqueue
+    - simple-wait: rename and export the equivalent of waitqueue_active()
+    - simple-wait: Fix a race condition with swait wakeups vs adding items
+      to the list
+    - rcu: Use swait_wake_all() in rcu_nocb_gp_cleanup()
+  * aufs: Update to aufs3.10-20130826
+  * aufs: mvdown, don't let unprivileged users provoke a WARNING
+  * [x86] ACPI: Re-enable ACPI_HOTPLUG_MEMORY as built-in
+  * [x86] amd64_edac: Fix single-channel setups (Closes: #717473)
+  * [x86] efi: Ensure efi-pstore is loaded on EFI systems
+  * bug script: Prompt to include crash logs from pstore
+  * ipv6: remove max_addresses check from ipv6_create_tempaddr (CVE-2013-0343)
+  * HID: validate HID report id size (CVE-2013-2888)
+  * HID: pantherlord: validate output report details (CVE-2013-2892)
+  * HID: ntrig: validate feature report details (CVE-2013-2896)
+  * HID: sensor-hub: validate feature report details (CVE-2013-2898)
+  * HID: picolcd_core: validate output report details (CVE-2013-2899)
+  * HID: check for NULL field when setting values
+
+  [ Ian Campbell ]
+  * [armel]: Enable MVMDIO and USB_EHCI_HCD_ORION on Kirkwood and Orion
+    (Closes: #719680)
+  * Bump ABI to 3
+  * [armhf]: Add udebs for armmp flavour
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 10 Sep 2013 14:13:16 +0100
+
+linux-tools (3.10-4) unstable; urgency=low
+
+  * Sourceful upload for the perl 5.18 transition
+  * usbip: Fix package version override to be binNMU-safe
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 30 Aug 2013 12:44:56 +0100
+
+linux (3.10.7-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.6
+    - [arm] Modify vectors page to defend against ROP buffer overflow attacks
+    - [armel] 7790/1: Fix deferred mm switch on VIVT processors
+    - [armel] 7791/1: a.out: remove partial a.out support
+    - [powerpc] VPHN topology change updates all siblings
+    - hwmon: (max6697) fix MAX6581 ideality
+    - USB: mos7840: fix race in register handling
+    - USB: mos7840: fix race in led handling
+    - mac80211: fix duplicate retransmission detection
+    - mac80211: fix ethtool stats for non-station interfaces
+    - ixgbe: Fix Tx Hang issue with lldpad on 82598EB
+    - Bluetooth: ath3k: don't use stack memory for DMA
+    - Bluetooth: fix wrong use of PTR_ERR() in btusb
+    - svcrpc: fix gss-proxy xdr decoding oops
+    - svcrpc: fix gss_rpc_upcall create error
+    - svcrpc: fix kfree oops in gss-proxy code
+    - zram: avoid invalid memory access in zram_exit()
+    - zram: use zram->lock to protect zram_free_page() in swap free notify path
+    - zram: avoid double free in function zram_bvec_write()
+    - zram: avoid access beyond the zram device
+    - zram: protect sysfs handler from invalid memory access
+    - Revert "cpuidle: Quickly notice prediction failure in general case"
+    - cpufreq: Fix cpufreq driver module refcount balance after suspend/resume
+    - Revert "cpuidle: Quickly notice prediction failure for repeat mode"
+    - drm/radeon: Disable dma rings for bo moves on r6xx
+    - xen-blkfront: use a different scatterlist for each request
+    - drm/radeon: never unpin UVD bo v3
+    - Btrfs: fix crash regarding to ulist_add_merge
+    - [s390] bitops: fix find_next_bit_left
+    - userns: unshare_userns(&cred) should not populate cred on failure
+      (CVE-2013-4205)
+    - ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanup
+    - usbnet: do not pretend to support SG/TSO
+    - net_sched: Fix stack info leak in cbq_dump_wrr().
+    - af_key: more info leaks in pfkey messages
+    - net_sched: info leak in atm_tc_dump_class()
+    - 8139cp: Add dma_mapping_error checking
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.7
+    - [powerpc] Save the TAR register earlier
+    - [powerpc] tm: Fix context switching TAR, PPR and DSCR SPRs
+    - ext4: make sure group number is bumped after a inode allocation race
+    - regmap: cache: Make sure to sync the last register in a block
+    - hwmon: (adt7470) Fix incorrect return code check
+    - media: em28xx: fix assignment of the eeprom data
+    - ACPI / PM: Walk physical_node_list under physical_node_lock
+    - ALSA: 6fire: fix DMA issues with URB transfer_buffer usage
+    - Btrfs: release both paths before logging dir/changed extents
+    - LOCKD: Don't call utsname()->nodename from nlmclnt_setlockargs
+    - SUNRPC: Don't auto-disconnect from the local rpcbind socket
+    - SUNRPC: If the rpcbind channel is disconnected, fail the call to
+      unregister
+    - virtio/console: Quit from splice_write if pipe->nrbufs is 0
+    - virtio/console: Add pipe_lock/unlock for splice_write
+    - virtio: console: fix race with port unplug and open/close
+    - virtio: console: fix race in port_fops_open() and port unplug
+    - virtio: console: clean up port data immediately at time of unplug
+    - virtio: console: fix raising SIGIO after port unplug
+    - virtio: console: return -ENODEV on all read operations after unplug
+    - drm/radeon: stop sending invalid UVD destroy msg
+    - ext4: flush the extent status cache during EXT4_IOC_SWAP_BOOT
+    - cifs: extend the buffer length enought for sprintf() using
+    - zram: allow request end to coincide with disksize
+    - reiserfs: fix deadlock in umount
+    - [x86] drm/i915: initialize gt_lock early with other spin locks
+
+  [ Ben Hutchings ]
+  * [x86] Enable ASUS_OLED as module (Closes: #680016)
+  * [armel/orion5x] I2C: mv64xxx: fix race between FSM/interrupt and process
+    context (Closes: #622325)
+  * [rt] Update to 3.10.6-rt3
+    - hpsa: fix warning with smp_processor_id() in preemptible
+  * [arm] Change SERIAL_8250_PCI from built-in to module
+  * net: Change WIZNET_W5{1,3}00 from built-in(!) to module
+  * net: Change DROP_MONITOR from built-in to module
+  * netlink: Change NETLINK_DIAG from built-in to module; enable on
+    armel/{iop32x,ixp4xx,orion5x}
+
+  [ Thorsten Glaser ]
+  * [m68k] debian/patches/bugfix/m68k/atari-irqs.patch: patch from mailing list
+    to silence IRQ problems on Atari platforms with multi-platform kernel
+  * [m68k] debian/patches/bugfix/m68k/type-fix-div64.patch: patch from Andreas
+    Schwab to handle do_div being called with a non-u32 second argument
+  * [m68k] begin working on d-i kernel configs (just enough to not FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 17 Aug 2013 22:35:15 +0200
+
+linux-tools (3.10-3) unstable; urgency=low
+
+  * linux-kbuild: Fix no-modules case in modpost wrapper (Closes: #719129)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 08 Aug 2013 21:49:02 +0200
+
+linux (3.10.5-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.4
+    - ipv6,mcast: always hold idev->lock before mca_lock
+    - ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET
+      pending data (CVE-2013-4162)
+    - ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_size
+      (CVE-2013-4163)
+    - sunvnet: vnet_port_remove must call unregister_netdev
+    - ipv6: only static routes qualify for equal cost multipathing
+      (CVE-2013-4125)
+    - atl1e: fix dma mapping warnings
+    - atl1e: unmap partially mapped skb on dma error and free skb
+    - vlan: mask vlan prio bits
+    - vlan: fix a race in egress prio management
+    - fuse: readdirplus: fix dentry leak
+    - fuse: readdirplus: fix instantiate
+    - fuse: readdirplus: sanity checks
+    - bcache: Fix a dumb race
+    - bcache: Advertise that flushes are supported
+    - bcache: Shutdown fix (possibly fixes #715019)
+    - bcache: Fix a sysfs splat on shutdown
+    - bcache: Journal replay fix
+    - ext4: fix error handling in ext4_ext_truncate()
+    - media: saa7134: Fix unlocked snd_pcm_stop() call
+    - media: dmxdev: remove dvb_ringbuffer_flush() on writer side
+    - lockd: protect nlm_blocked access in nlmsvc_retry_blocked
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.5
+    - mm: fix the TLB range flushed when __tlb_remove_page() runs out of slots
+    - iscsi-target: Fix tfc_tpg_nacl_auth_cit configfs length overflow
+    - iser-target: Fix session reset bug with RDMA_CM_EVENT_DISCONNECTED
+    - iscsi-target: Fix ISCSI_OP_SCSI_TMFUNC handling for iser
+    - firewire: fix libdc1394/FlyCap2 iso event regression
+    - SCSI: sd: fix crash when UA received on DIF enabled device
+    - tracing: Remove locking trace_types_lock from
+      tracing_reset_all_online_cpus()
+    - usb: host: xhci: Enable XHCI_SPURIOUS_SUCCESS for all controllers with
+      xhci 1.0
+    - xhci: fix null pointer dereference on ring_doorbell_for_active_rings
+    - xhci: Avoid NULL pointer deref when host dies.
+    - staging: comedi: fix a race between do_cmd_ioctl() and read/write
+    - Btrfs: fix wrong write offset when replacing a device
+    - Btrfs: fix lock leak when resuming snapshot deletion
+    - Btrfs: re-add root to dead root list if we stop dropping it
+    - xen-netfront: pull on receive skb may need to happen earlier
+    - md: Remove recent change which allows devices to skip recovery.
+    - md/raid1: fix bio handling problems in process_checks()
+    - md/raid5: fix interaction of 'replace' and 'recovery'.
+    - md/raid10: remove use-after-free bug.
+    - svcrdma: underflow issue in decode_write_list()
+    - nfsd: nfsd_open: when dentry_open returns an error do not propagate as
+      struct file
+    - ACPI / scan: Do not try to attach scan handlers to devices having them
+    - drm/radeon: fix endian issues with DP handling (v3)
+    - drm/radeon: fix combios tables on older cards
+    - drm/i915: fix up ring cleanup for the i830/i845 CS tlb w/a
+    - drm/i915: Fix write-read race with multiple rings
+    - Partially revert "drm/i915: unconditionally use mt forcewake on hsw/ivb"
+    - drm/i915: Fix incoherence with fence updates on Sandybridge+
+    - drm/i915: fix long-standing SNB regression in power consumption after resume v2
+    - drm/i915: Fix dereferencing invalid connectors in is_crtc_connector_off()
+    - drm/i915: correctly restore fences with objects attached
+    - drm/i915: Serialize almost all register access
+    - drm/radeon/atom: initialize more atom interpretor elements to 0
+    - mm: mempolicy: fix mbind_range() && vma_adjust() interaction
+    - tty_port: Fix refcounting leak in tty_port_tty_hangup()
+    - vfs: livelock avoidance in sget()
+    - iscsi-target: Fix iscsit_add_reject* usage for iser
+    - drm/i915: Correct obj->mm_list link to
+      dev_priv->dev_priv->mm.inactive_list
+
+  [ Ben Hutchings ]
+  * [hppa] udeb: Add core-modules package (Closes: #718270)
+  * nl80211: fix another nl80211_fam.attrbuf race
+  * Bump ABI to 2
+  * ext4: fix retry handling in ext4_ext_truncate()
+  * atl1c: Fix misuse of netdev_alloc_skb in refilling rx ring
+    (Closes: #718505)
+  * [rt] genpatch.py: Accept missing series-rt
+  * [rt] Update to 3.10.4-rt1 and reenable
+  * [rt] genpatch.py: Fix parsing of upstream patches with no header
+  * aufs: Update to aufs3.10-20130805
+  * [rt] md: Disable BCACHE, as it fails to build
+  * SCSI: Don't attempt to send extended INQUIRY command if skip_vpd_pages is
+    set (Closes: #719002)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 07 Aug 2013 22:38:45 +0200
+
+linux (3.10.3-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.2
+    - CIFS: Fix a deadlock when a file is reopened
+    - jbd2: move superblock checksum calculation to jbd2_write_superblock()
+    - jbd2: fix theoretical race in jbd2__journal_restart
+    - ext4: fix corruption when online resizing a fs with 1K block size
+    - ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree()
+    - ext4: check error return from ext4_write_inline_data_end()
+    - xhci: check for failed dma pool allocation
+    - [x86] drivers: hv: switch to use mb() instead of smp_mb()
+    - cgroup: fix umount vs cgroup_event_remove() race
+    - cgroup: fix RCU accesses to task->cgroups
+    - [hppa] Fix gcc miscompilation in pa_memcpy()
+    - [hppa] Ensure volatile space register %sr1 is not clobbered
+    - genirq: Fix can_request_irq() for IRQs without an action
+      (Closes: #709647)
+    - [x86] ACPI: Fix HP Folio 13 EC register access (Closes: #684186)
+      + ACPI: Add CMOS RTC Operation Region handler support
+      + ACPI / EC: Add HP Folio 13 to ec_dmi_table in order to skip DSDT scan
+    - ocfs2: xattr: fix inlined xattr reflink
+    - iwlwifi: pcie: fix race in queue unmapping
+    - Btrfs: fix estale with btrfs send
+    - Btrfs: hold the tree mod lock in __tree_mod_log_rewind
+    - Btrfs: only do the tree_mod_log_free_eb if this is our last ref
+    - ext4: fix data offset overflow on 32-bit archs in
+      ext4_inline_data_fiemap()
+    - ext4: fix overflows in SEEK_HOLE, SEEK_DATA implementations
+    - ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archs
+    - ext4: fix overflow when counting used blocks on 32-bit architectures
+    - ext4: fix ext4_get_group_number()
+    - ext4: don't allow ext4_free_blocks() to fail due to ENOMEM
+    - [arm] 7767/1: let the ASID allocator handle suspended animation
+    - [arm] 7768/1: prevent risks of out-of-bound access in ASID allocator
+    - [arm] 7769/1: Cortex-A15: fix erratum 798181 implementation
+    - [arm] 7778/1: smp_twd: twd_update_frequency need be run on all online CPUs
+    - [armhf] dts: imx: cpus/cpu nodes dts updates
+    - [armhf] drivers/dma/pl330.c: fix locking in pl330_free_chan_resources()
+    - memcg, kmem: fix reference count handling on the error path
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.3
+    - cpufreq: Revert commit a66b2e to fix suspend/resume regression
+    - iio: Fix iio_channel_has_info
+    - iio: inkern: fix iio_convert_raw_to_processed_unlocked
+    - ALSA: seq-oss: Initialize MIDI clients asynchronously
+    - ALSA: Fix unlocked snd_pcm_stop() calls in various drivers
+    - libata-zpodd: Use ata_tf_init() to select the right device
+    - md/raid10: fix bug which causes all RAID10 reshapes to move no data.
+    - md/raid10: fix two bugs affecting RAID10 reshape.
+    - md/raid10: fix two problems with RAID10 resync. (Closes: #717681)
+    - mac80211: close AP_VLAN interfaces before unregistering all
+    - svcrpc: fix failures to handle -1 uid's
+    - svcrpc: fix handling of too-short rpc's
+    - drm/i915: Fix context sizes on HSW
+    - drm/i915: Only clear write-domains after a successful wait-seqno
+    - drm/gem: fix not to assign error value to gem name
+    - drm/nv50-/disp: Use output specific mask in interrupt (Closes: #717590)
+    - iommu/amd: Only unmap large pages from the first pte
+    - MIPS: Octeon: Don't clobber bootloader data structures.
+    - perf: Clone child context from parent context pmu
+    - perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid
+      scenario
+    - perf: Fix perf_lock_task_context() vs RCU
+    - tracing: Protect ftrace_trace_arrays list in trace_events.c
+    - tracing: Fix race between deleting buffer and setting events
+
+  [ Arnaud Patard ]
+  * udeb: add ehci-pci to usb-modules
+
+  [ Ben Hutchings ]
+  * udeb: Add snd-cmi8328 and snd-scs1x to sound-modules, thanks to
+    Samuel Thibault (Closes: #717183)
+  * be2net: Fix to avoid hardware workaround when not needed
+  * iwlwifi: Update 3160 and 7260 support to work with production firmware
+  * rtlwifi: rtl8723ae: Fix typo in firmware names
+  * [x86] Change INTEL_MEI_ME back to a module (Closes: #717383)
+  * [armhf/armmp] Enable NET_CALXEDA_XGMAC as module (Closes: #717269)
+  * linux-source: Switch compression of tarball and patch to xz.  Disable
+    compression of package (but use gzip, to keep old tools happy).
+  * linux-source: Install kernel config files for linux-image packages in
+    /usr/src/linux-config-$UPSTREAMVERSION directory
+  * ata: Disable SATA_INIC162X - this driver corrupts data and is not
+    expected to be fixed (Closes: #714295)
+  * writeback: Fix periodic writeback after fs mount
+  * sfc: Fix memory leak when discarding scattered packets
+  * neighbour: fix a race in neigh_destroy()
+  * virtio: support unlocked queue poll
+  * virtio_net: fix race in RX VQ processing
+  * vhost-net: fix use-after-free in vhost_net_flush
+  * tuntap: correctly linearize skb when zerocopy is used
+  * macvtap: correctly linearize skb when zerocopy is used
+  * ipv6: in case of link failure remove route directly instead of
+    letting it expire
+  * 9p: fix off by one causing access violations and memory corruption
+
+  [ Thorsten Glaser ]
+  * Update m68k configs (Closes: #717689):
+    - disable some functionality due to size constraints
+    - switch to using initrd
+    - drop all flavours; build a generic image that runs on
+      multiple subarchitectores (old Amiga, Atari, Macintosh tested;
+      old BVME6000, MVME147, MVME16x, new Apollo, Q40/Q60 untested)
+    - use gcc-4.8
+    - add patch to make Atari EtherNAT actually selectable
+  * nfs: Enable swap on NFS
+  * fs/nls: Enable Macintosh HFS+ codepage modules
+  * debian/control: Fix Vcs-Svn: use anonscm.debian.org
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 28 Jul 2013 00:33:32 +0100
+
+linux-tools (3.10-2) unstable; urgency=low
+
+  * linux-kbuild: Fix use of getline() in modpost wrapper (Closes: #717195)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 18 Jul 2013 04:02:11 +0100
+
+linux-tools (3.10-1) unstable; urgency=low
+
+  * New upstream release
+
+  [ Chris Boot ]
+  * Update modpost-symbol-prefix.patch for 3.10
+
+  [ Ben Hutchings ]
+  * debian/patches: Add DEP-3 headers (From, Subject, Forwarded) to all patches
+  * debian/copyright: Convert to machine-readable format (fka DEP-5)
+  * debian/copyright: Add explanation of indirect linking of perf to OpenSSL
+  * debian/rules.real: Remove support for pre-multiarch dpkg
+  * Update policy version to 3.9.4
+    - debian/rules: Implement build-arch and build-indep targets
+  * linux-kbuild: Update modpost wrapper for 3.10
+    - Implement the -T option
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 16 Jul 2013 13:29:22 +0100
+
+linux (3.10.1-1) unstable; urgency=low
+
+  * New upstream release: http://kernelnewbies.org/Linux_3.10
+    - netfilter: nf_nat_sip: fix mangling (Closes: #715822)
+    - drm/i915: Add HPD IRQ storm detection (Closes: #572537)
+    - ipv6: ip6_sk_dst_check() must not assume ipv6 dst (CVE-2013-2232)
+    - af_key: fix info leaks in notify messages (CVE-2013-2234)
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.1
+    - libceph: Fix NULL pointer dereference in auth client code (CVE-2013-1059)
+    - ceph: fix sleeping function called from invalid context.
+    - libceph: fix invalid unsigned->signed conversion for timespec encoding
+    - module: do percpu allocation after uniqueness check. No, really!
+    - charger-manager: Ensure event is not used as format string
+    - hpfs: better test for errors
+    - crypto: sanitize argument for format string
+    - MAINTAINERS: add stable_kernel_rules.txt to stable maintainer information
+    - futex: Take hugepages into account when generating futex_key
+    - tty: Reset itty for other pty
+    - Revert "serial: 8250_pci: add support for another kind of NetMos
+      Technology PCI 9835 Multi-I/O Controller"
+    - NFSv4.1 end back channel session draining
+    - nfsd4: fix decoding of compounds across page boundaries
+    - KVM: VMX: mark unusable segment as nonpresent
+    - SCSI: sd: Fix parsing of 'temporary ' cache mode prefix
+    - cpufreq: Fix cpufreq regression after suspend/resume
+    - Revert "memcg: avoid dangling reference count in creation failure"
+	
+  [ Ben Hutchings ]
+  * cassini: Make missing firmware non-fatal (Closes: #714128)
+  * debian/patches: Add DEP-3 headers (From/Author, Subject/Description,
+    Forwarded/Origin) to all patches
+  * aufs: Add DEP-3 headers to generated/copied patches
+  * [rt] genpatch.py: Work with upstream patch series as well as git
+    - Fold convert-series into genpatch.py
+  * [rt] genpatch.py: Add Origin header to all patches
+  * debian/bin/check-patches.sh: Report missing DEP-3 headers
+  * alx: Use upstream minimal driver
+    - Update to 3.11-rc1
+  * [x86] efivars: Reenable 'paranoid' size check by default, as it should
+    no longer have false positives
+  * debian/patches: Reorder and group patches in series
+  * debian/rules.real: Remove support for pre-multiarch dpkg
+  * Update policy version to 3.9.4
+    - debian/control: Put xen-linux-system-* in the 'metapackages' section
+  * linux-source: Add bc to recommended packages (Closes: #715413)
+  * udeb: Add ath6kl_usb and mwifiex_usb to nic-wireless-modules
+  * udeb: Add pm80xx (previously pm8001) to scsi-extra-modules
+  * udeb: Add virtio_scsi to virtio-modules
+  * Set ABI to 1
+  * xen/blkback: Check device permissions before allowing OP_DISCARD
+    (CVE-2013-2140)
+  * udeb: Remove obsolete and unsupported drivers and filesystems
+    - Remove ppa from scsi-modules
+    - Remove floppy-modules, irda-modules, parport-modules, plip-modules,
+      qnx4-modules, reiserfs-modules, ufs-modules
+  * [x86] efivars: Re-enable pstore support by default.  It can be disabled
+    by setting module parameter pstore_disable=Y.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 16 Jul 2013 02:06:53 +0100
+
+linux (3.10~rc7-1~exp1) experimental; urgency=low
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [armhf/armmp] Add EMAC ethernet driver found on Allwinner A10 SoCs,
+    thanks to Niall Walsh (Closes: #711998)
+    - Add MDIO bus driver for the Allwinner EMAC
+    - Add EMAC controller node to sun4i DTSI
+    - cubieboard: Enable ethernet (EMAC) support in dts
+    - Add EMAC Controller to Hackberry dt
+  * [x86] cpufreq: Enable X86_INTEL_PSTATE (Closes: #712062)
+  * debian/control: Add Homepage field
+  * debian/watch: Add watch file and update script
+  * misc/bmp085: Enable building as a module
+  * misc: Enable BMP085_I2C as module
+  * team: Enable NET_TEAM_MODE_RANDOM as module
+  * 8021q: Enable VLAN_8021Q_MVRP
+  * batman: Enable BATMAN_ADV_NC
+  * netlink: Enable NETLINK_MMAP, NETLINK_DIAG [!armel/{iop32x,ixp4xx,orion5x}]
+  * sctp: Enable SCTP_COOKIE_HMAC_SHA1
+  * tipc: Enable TIPC_MEDIA_IB
+  * [x86] cpufreq: Enable X86_AMD_FREQ_SENSITIVITY as module
+  * [x86] i2c: Enable I2C_ISMT, I2C_DESIGNWARE_PCI as modules
+  * [x86] mouse: Enable MOUSE_CYAPA as modules
+  * [armel/{iop32x,ixp4xx,orion5x}] Disable features to reduce kernel size
+    - Disable KSM, YAMA
+    - [armel/orion5x] Disable FTRACE
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 24 Jun 2013 14:55:23 +0100
+
+linux (3.10~rc5-1~exp1) experimental; urgency=low
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [x86] Enable HYPERVISOR_GUEST
+  * udeb: Clean up configuration:
+    - Move i2c-algo-bit to i2c-modules
+    - Remove redundant control file overrides
+    - [s390] Use symlinks to follow s390x configuration
+    - [sparc64] Use symlinks to follow sparc configuration
+    - Only list the 'new' firewire modules in firewire-core-modules
+    - Remove obsolete eth1394 and firewire-core-modules dependency from
+      nic-modules
+    - Move ide-modules and ide-core-modules into ia64 configuration
+    - [powerpc,x86] Fold nic-extra-modules into nic-modules
+  * iwlegacy: Use consistent condition for il_pm_ops (fixes FTBFS on ia64)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 11 Jun 2013 04:44:05 +0100
+
+linux (3.10~rc4-1~exp1) experimental; urgency=low
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * aufs: Update to aufs3.x-rcN-20130520
+  * alx: Update VLAN tag handling for 3.10
+  * md: Enable BCACHE as module
+  * net/usb: Enable USB_RTL8152 as module
+    - udeb: Add r8152 to nic-usb-modules
+  * rt2800usb: Enable RT2800USB_RT55XX
+  * net/wireless: Enable RTL8188EE
+    - udeb: Add rtl8188ee to nic-wireless-modules
+  * linux-image: Restore package date (in ISO format) to utsname version
+    string ('uname -v' output)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 03 Jun 2013 02:43:51 +0100
+
+linux (3.9.8-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.9.7
+    - b43: stop format string leaking into error msgs (CVE-2013-2852)
+    - ACPI / video: Do not bind to device objects with a scan handler
+    - libceph: must hold mutex for reset_changed_osds()
+    - ceph: ceph_pagelist_append might sleep while atomic
+    - rbd: don't destroy ceph_opts in rbd_add()
+    - Bluetooth: Fix missing length checks for L2CAP signalling PDUs
+    - kmsg: honor dmesg_restrict sysctl on /dev/kmsg
+    - memcg: don't initialize kmem-cache destroying work for root caches
+    - md/raid1: consider WRITE as successful only if at least one non-Faulty
+      and non-rebuilding drive completed it.
+    - md/raid1,5,10: Disable WRITE SAME until a recovery strategy is in place
+    - [x86] Modify UEFI anti-bricking code
+    - powerpc: Fix stack overflow crash in resume_kernel when ftracing
+    - USB: pl2303: fix device initialisation at open
+    - USB: f81232: fix device initialisation at open
+    - USB: spcp8x5: fix device initialisation at open
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.9.8
+    - ARM: 7752/1: errata: LoUIS bit field in CLIDR register is incorrect
+    - clk: remove notifier from list before freeing it
+    - [hppa] make interrupt and interruption stack allocation reentrant
+    - ACPI / dock: Take ACPI scan lock in write_undock()
+    - net: fec: fix kernel oops when plug/unplug cable many times
+    - tcp: fix tcp_md5_hash_skb_data()
+    - net/802/mrp: fix lockdep splat
+    - ipv6: fix possible crashes in ip6_cork_release()
+    - r8169: fix offloaded tx checksum for small packets.
+    - xfrm: properly handle invalid states as an error
+    - ip_tunnel: fix kernel panic with icmp_dest_unreach
+    - net: Block MSG_CMSG_COMPAT in send(m)msg and recv(m)msg
+    - net: force a reload of first item in hlist_nulls_for_each_entry_rcu
+    - vhost_net: clear msg.control for non-zerocopy case during tx
+    - net: sctp: fix NULL pointer dereference in socket destruction
+    - team: check return value of team_get_port_by_index_rcu() for NULL
+    - team: move add to port list before port enablement
+    - l2tp: Fix PPP header erasure and memory leak
+    - sctp: fully initialize sctp_outq in sctp_outq_init
+    - macvtap: set transport header before passing skb to lower device
+    - tuntap: set transport header before passing it to kernel
+    - packet: set transport header before doing xmit
+    - netback: set transport header before passing it to kernel
+    - net_sched: better precise estimation on packet length for untrusted
+      packets
+    - firmware loader: fix use-after-free by double abort
+    - target/iscsi: don't corrupt bh_count in iscsit_stop_time2retain_timer()
+    - rbd: use the correct length for format 2 object names
+    - perf: Fix perf mmap bugs
+    - perf: Fix mmap() accounting hole
+
+  [ Ben Hutchings ]
+  * yama: Disable ptrace restrictions by default, and change boot message
+    to indicate this (Closes: #712740)
+  * fanotify: info leak in copy_event_to_user() (CVE-2013-2148)
+  * drivers/cdrom/cdrom.c: use kzalloc() for failing hardware (CVE-2013-2164)
+  * block: do not pass disk names as format strings (CVE-2013-2851)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 29 Jun 2013 18:44:21 +0100
+
+linux (3.9.6-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.9.6
+    - xhci - correct comp_mode_recovery_timer on return from hibernate
+    - usb: musb: make use_sg flag URB specific
+    - USB: keyspan: fix bogus array index
+    - [arm] 7747/1: pcpu: ensure __my_cpu_offset cannot be re-ordered across
+      barrier()
+    - hpfs: fix warnings when the filesystem fills up
+    - cifs: fix off-by-one bug in build_unc_path_to_root
+    - ecryptfs: fixed msync to flush data
+    - eCryptfs: Check return of filemap_write_and_wait during fsync
+    - hwmon: (adm1021) Strengthen chip detection for ADM1021, LM84 and MAX1617
+    - drm: fix a use-after-free when GPU acceleration disabled
+    - [powerpc] pseries: Force 32 bit MSIs for devices that require it
+    - [powerpc] pseries: Make 32-bit MSI quirk work on systems lacking firmware
+      support
+
+  [ Ben Hutchings ]
+  * [armel/orion5x] Enable EXPERT; disable FIPS, OABI_COMPAT, PCI_QUIRKS,
+    VGA_ARB to reduce kernel size (really fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 15 Jun 2013 04:53:13 +0100
+
+linux (3.9.5-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.9.5
+    - [arm] 7723/1: crypto: sha1-armv4-large.S: fix SP handling
+    - mac80211: use just spin_lock() in ieee80211_get_tkip_p2k()
+    - USB: cxacru: potential underflow in cxacru_cm_get_array()
+    - TTY: Fix tty miss restart after we turn off flow-control
+      (Closes: #465823)
+    - cifs: only set ops for inodes in I_NEW state
+    - drivers/char/random.c: fix priming of last_data
+    - random: fix accounting race condition with lockless irq entropy_count
+      update
+    - fat: fix possible overflow for fat_clusters
+    - tg3: Fix data corruption on 5725 with TSO
+    - ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in
+      ocfs2_fiemap()
+    - mm compaction: fix of improper cache flush in migration code
+    - klist: del waiter from klist_remove_waiters before wakeup waitting process
+    - wait: fix false timeouts when using wait_event_timeout()
+    - nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundary
+    - mm: mmu_notifier: re-fix freed page still mapped in secondary MMU
+    - mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in uncharge
+    - mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areas
+    - mm/THP: use pmd_populate() to update the pmd with pgtable_t pointer
+    - module: don't unlink the module until we've removed all exposure.
+    - xfs: kill suid/sgid through the truncate path.
+    - SUNRPC: Prevent an rpc_task wakeup race
+    - cifs: fix potential buffer overrun when composing a new options string
+    - cgroup: initialize xattr before calling d_instantiate()
+    - [powerpc] 32bit:Store temporary result in r0 instead of r8
+    - [powerpc] tm: Fix userspace stack corruption on signal delivery for active
+      transactions
+    - [powerpc] tm: Abort on emulation and alignment faults
+    - iscsi-target: fix heap buffer overflow on error
+    - KVM: fix sil/dil/bpl/spl in the mod/rm fields
+    - reiserfs: fix deadlock with nfs racing on create/lookup
+    - reiserfs: fix problems with chowning setuid file w/ xattrs
+    - reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentry
+    - jfs: fix a couple races
+    - IB/iser: Return error to upper layers on EAGAIN registration failures
+    - fuse: fix readdirplus Oops in fuse_dentry_revalidate
+    - target: Re-instate sess_wait_list for target_wait_for_sess_cmds
+    - xen-netback: Fix regressions caused by fix for CVE-2013-0216
+      + coalesce slots in TX path and fix regressions
+      + don't disconnect frontend when seeing oversize packet
+
+  [ Ben Hutchings ]
+  * [powerpcspe] Remove installer udebs (really fixes FTBFS)
+  * [s390] Add pgste to ptep_modify_prot_start()
+  * [s390] Enable PCI, PCI and USB drivers
+  * [powerpc] Fix build error in stable/3.9
+  * [armel/iop32x,armel/ixp4xx] Disable OABI_COMPAT, PCI_QUIRKS to reduce
+    kernel size (fixes FTBFS)
+  * ath9k: Disable PowerSave by default (Closes: #695968)
+  * [i386] udeb: Add viafb to fb-modules (Closes: #705788)
+    - [i386] udeb: Move i2c-algo-bit to i2c-modules and make fb-modules
+      depend on it
+    - viafb: Autoload on OLPC XO 1.5 only
+  * fs: Enable F2FS_FS as module (Closes: #711342)
+  * iio,HID: Enable IIO, HID_SENSOR_HUB, HID_SENSOR_ACCEL_3D,
+    HID_SENSOR_ALS, HID_SENSOR_GYRO_3D, HID_SENSOR_MAGNETOMETER_3D
+    as modules (Closes: #711690)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 10 Jun 2013 02:41:53 +0100
+
+linux-tools (3.9.4-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 03 Jun 2013 13:45:52 +0100
+
+linux (3.9.4-1) unstable; urgency=low
+
+  * New upstream release: http://kernelnewbies.org/Linux_3.9
+    - ALSA: hda - Add generic parser support to Analog Device codec driver
+      (Closes: #659033)
+    - Input: add support for Cypress PS/2 Trackpads (Closes: #703607)
+    - [armel] media: VIDEO_ZORAN is disabled as it requires virt_to_bus()
+    - [armhf/omap] OMAP_MBOX_FWK and TIDSPBRIDGE is disabled as they are
+      not yet compatible with ARM multiplatform
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.9.1
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.9.2
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.9.3
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.9.4
+
+  [ Ben Hutchings ]
+  * [rt] Disable until it is updated for Linux 3.9 or later
+  * Build-Depend on bc, needed to build kernel/timeconst.h
+  * [x86] Enable VMWARE_VMCI, VSOCKETS, VMWARE_VMCI_VSOCKETS as modules
+    (Closes: #707676)
+  * README.Debian: Correct reference to Berkeley Database development package
+  * aufs: Update to aufs3.9-20130506
+  * [powerpcspe] Prevent building uImage with missing mkimage, thanks to
+    Roland Stigge (Closes: #708094)
+  * udeb: Fix yet more configuration errors causing FTBFS:
+    - [powerpc/powerpc64] Replace ibmvscsic with ibmvscsi in scsi-modules
+    - [ppc64] Use symlinks to follow powerpc/powerpc64 configuration
+    - [powerpcspe] Use symlinks to follow powerpc configuration
+      (Closes: #708336, #708662)
+    - Add raid6_pq to md-modules, and make btrfs-modules depend on it
+  * netfilter: Enable NETFILTER_XT_MATCH_BPF, NETFILTER_XT_MATCH_CONNLABEL
+    as modules
+  * bridge: Enable BRIDGE_VLAN_FILTERING
+  * batman: Enable BATMAN_ADV_DAT
+  * nfc: Enable NFC_LLCP
+  * can: Enable CAN_PEAK_USB, CAN_8DEV_USB as modules
+  * hci_uart: Enable BT_HCIUART_3WIRE
+  * [amd64,powerpc/powerpc64,ppc64] block: Enable BLK_DEV_RSXX as module
+  * SCSI: Enable SCSI_CHELSIO_FCOE, SCSI_MPT3SAS, SCSI_UFSHCD as modules
+    - udeb: Add csiostor, mpt3sas, ufshcd, ufshcd-pci to scsi-extra-modules
+  * md: Enable DM_CACHE as module
+  * net/usb: Enable USB_NET_AX88179_178A as module (Closes: #704129)
+    - udeb: Add ax88179_178a to nic-usb-modules
+  * net/wireless: Enable AR5523 (Closes: #701777), IWLMVM,
+    RTL8723AE (Closes: #708348), WIL6210 as modules
+    - udeb: Add ar5523, iwldvm, iwlmvm, rtl8723ae, wil6210 to
+      nic-wireless-modules
+  * serial: Enable SERIAL_RP2 as module
+    - udeb: Add rp2 to serial-modules
+  * hw_random: Enable HW_RANDOM_TPM as module
+  * [x86] watchdog: Enable IE6XX_WDT, VIA_WDT as modules
+  * media/usb: Enable DVB_USB_AZ6007, USB_GSPCA_JL2005BCD as modules
+  * stk1160: Enable VIDEO_STK1160_AC97
+  * ivtv: Enable VIDEO_IVTV_ALSA as module
+  * radio: Enable RADIO_SHARK, RADIO_SHARK2, USB_KEENE, USB_MA901 as modules
+  * hda: Enable SND_HDA_CODEC_CA0132_DSP
+  * sound/firewire: Enable SND_SCS1X as module
+  * hid-holtek: Enable HOLTEK_FF
+  * hid: Enable HID_ICADE, HID_PS3REMOTE, HID_STEELSERIES, HID_THINGM as
+    modules
+  * usb/serial: Enable USB_SERIAL_F81232, USB_SERIAL_METRO, USB_SERIAL_QT2,
+    USB_SERIAL_XSENS_MT, USB_SERIAL_ZTE as modules
+    - udeb: Add f81232, quatech2, zte_ev to usb-serial-modules
+  * infiniband: Enable INFINIBAND_OCRDMA as module
+  * [x86] vfio: Enable VFIO, VFIO_PCI as modules
+  * [x86] hv: Enable HYPERV_BALLOON as module
+  * security: Enable SECURITY_YAMA, SECURITY_YAMA_STACKED (Closes: #704750)
+  * iscsi-target: fix heap buffer overflow on error (CVE-2013-2850)
+
+  [ Aurelien Jarno ]
+  * [mips] Enable KEXEC.
+
+  [ Arnaud Patard ]
+  * [armhf] Add armmp flavour
+  * [armhf] backport usb support for imx53 through chipidea and usb phy nop fixes
+  * [armhf] backport armada 370/xp thermal support
+  * [armhf] fix hard freeze when mvneta is used as module
+  * [arm] backport ehci split patches for omap and orion
+  * [armel] enable thermal
+  * [armel] kirkwood: enable more DT configs, thermal, POWER_RESET_*
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 01 Jun 2013 23:13:01 +0100
+
+linux (3.8.13-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.13
+    - autofs - remove autofs dentry mount check
+    - hugetlbfs: fix mmap failure in unaligned size request
+      (fixes regression in 3.4)
+    - perf/x86/intel/lbr: Fix LBR filter
+    - perf/x86/intel/lbr: Demand proper privileges for PERF_SAMPLE_BRANCH_KERNEL
+    - ipvs: ip_vs_sip_fill_param() BUG: bad check of return value
+    - netfilter: ctnetlink: don't permit ct creation with random tuple
+    - ext4: add check for inodes_count overflow in new resize ioctl
+    - r8169: fix 8168evl frame padding.
+    - drm/prime: keep a reference from the handle to exported dma-buf (v6)
+    - Btrfs: compare relevant parts of delayed tree refs
+    - Btrfs: fix extent logging with O_DIRECT into prealloc
+    - kernel/audit_tree.c: tree will leak memory when failure occurs in
+      audit_trim_trees()
+
+  [ Ben Hutchings ]
+  * udeb: Fix more configuration errors causing FTBFS:
+    - [m68k,mips,mipsel,ppc64,sparc64] Add crc-modules as common dependency
+      of btrfs-modules and xfs-modules (and others)
+    - [powerpc] Add llc to nic-shared-modules
+  * Bump ABI to 2
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 16 May 2013 00:28:04 +0100
+
+linux (3.8.12-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.12
+    - [powerpc] spufs: Initialise inode->i_ino in spufs_new_inode()
+      (possibly fixes: #707175)
+    - iwlwifi: fix freeing uninitialized pointer
+    - tty: fix up atime/mtime mess, take three
+    - sysfs: fix use after free in case of concurrent read/write and readdir
+    - [ia64] Fix initialization of CMCI/CMCP interrupts
+    - [ia64] Wrong asm register contraints in the futex implementation
+      (Closes: #702641)
+    - [ia64] Wrong asm register contraints in the kvm implementation
+      (Closes: #702639)
+    - fs/fscache/stats.c: fix memory leak
+    - hrtimer: Fix ktime_add_ns() overflow on 32bit architectures
+    - swap: redirty page if page write fails on swap file
+    - mm: swap: mark swap pages writeback before queueing for direct IO
+    - ACPI: Fix wrong parameter passed to memblock_reserve
+    - cgroup: fix an off-by-one bug which may trigger BUG_ON()
+    - cgroup: fix broken file xattrs
+    - clockevents: Set dummy handler on CPU_DEAD shutdown (Closes: #700333)
+    - inotify: invalid mask should return a error number but not set it
+      (fixes regression in 3.8.1)
+    - exec: do not abuse ->cred_guard_mutex in threadgroup_lock()
+    - md: bad block list should default to disabled.
+    - MD: ignore discard request for hard disks of hybid raid1/raid10 array
+      (fixes regression in 3.6)
+    - nfsd4: don't close read-write opens too soon
+    - wireless: regulatory: fix channel disabling race condition
+    - ext4/jbd2: don't wait (forever) for stale tid caused by wraparound
+    - jbd2: fix race between jbd2_journal_remove_checkpoint and
+      ->j_commit_callback
+    - ext4: fix journal callback list traversal
+    - ext4: fix big-endian bug in metadata checksum calculations
+    - [x86] KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x
+      instructions
+
+  [ Ben Hutchings ]
+  * [rt] Remove xen-linux-system packages and references to Xen support,
+    as Xen does not support real-time scheduling
+  * udeb: Fix configuration errors causing FTBFS:
+    - [armhf/vexpress] Remove ipv6-modules; ipv6 is now built-in
+    - [mipsel/sb1-bcm91250a,sparc] Add crc-modules as common dependency of
+      btrfs-modules and xfs-modules (and others)
+    - [powerpc] Add nic-shared-modules as common dependency of nic-modules
+      and nic-extra-modules
+    - Unify module list for nic-shared-modules across architectures [!m68k]
+  * [rt] Update to 3.8.11-rt8:
+    - time/timekeeping: shadow tk->cycle_last together with clock->cycle_last
+    - sched/workqueue: Only wake up idle workers if not blocked on sleeping
+      spin lock
+  * aufs: Update to aufs3.8-20130506
+    - for linux-3.7, btrfs limits the link count explicitly
+    - for linux-3.6, push mnt_want_write() outside of i_mutex
+    - possible bugfix, make sure the target branch is upper
+    - possible bugfix, error handling in reopen_nondir()
+    - new copyup implementation
+    - pin the branch dir
+    - convert the plink list into hlist
+  * linux-doc: Include aufs documentation
+  * [x86] zsmalloc: Change to built-in, as it can no longer be modular
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 10 May 2013 04:46:36 +0100
+
+linux-tools (3.8.11-1) unstable; urgency=low
+
+  * New upstream stable update
+
+  [ Ben Hutchings ]
+  * Upload to unstable (Closes: #707023)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 07 May 2013 02:11:16 +0100
+
+linux (3.8.11-1) unstable; urgency=high
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.6
+    - sysfs: fix race between readdir and lseek
+    - sysfs: handle failure path correctly for readdir()
+    - rtlwifi: usb: add missing freeing of skbuff
+    - b43: A fix for DMA transmission sequence errors
+    - tg3: fix length overflow in VPD firmware parsing (CVE-2013-1929)
+    - xen-blkback: fix dispatch_rw_block_io() error path
+    - net/irda: add missing error path release_sock call
+    - usb: xhci: Fix TRB transfer length macro used for Event TRB.
+    - Btrfs: fix locking on ROOT_REPLACE operations in tree mod log
+    - Btrfs: fix race between mmap writes and compression
+    - USB: serial: fix use-after-free in TIOCMIWAIT
+    - loop: prevent bdev freeing while device in use
+    - virtio: console: add locking around c_ovq operations
+    - nfsd4: reject "negative" acl lengths
+    - Btrfs: fix space leak when we fail to reserve metadata space
+    - net: remove a WARN_ON() in net_enable_timestamp()
+    - 8021q: fix a potential use-after-free
+    - unix: fix a race condition in unix_release()
+    - atl1e: drop pci-msi support because of packet corruption
+      (possibly fixes: #577747)
+    - ipv6: fix bad free of addrconf_init_net
+    - ipv6: don't accept multicast traffic with scope 0
+    - ipv6: don't accept node local multicast traffic from the wire
+    - pch_gbe: fix ip_summed checksum reporting on rx
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.7
+    - drm/nouveau: fix handling empty channel list in ioctl's
+    - drm/i915: Be sure to turn hsync/vsync back on at crt enable (v2)
+      (fixes regression in 3.8.3)
+    - drm: correctly restore mappings if drm_open fails
+    - mm: prevent mmap_cache race in find_vma()
+    - mwifiex: limit channel number not to overflow memory
+    - spinlocks and preemption points need to be at least compiler barriers
+    - crypto: gcm - fix assumption that assoc has one segment
+    - NFSv4/4.1: Fix bugs in nfs4[01]_walk_client_list
+    - vfio-pci: Fix possible integer overflow
+    - can: gw: use kmem_cache_free() instead of kfree()
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.8
+    - ipc: set msg back to -EAGAIN if copy wasn't performed
+    - GFS2: Fix unlock of fcntl locks during withdrawn state
+    - cifs: Allow passwords which begin with a delimitor (fixes
+      regression in 3.8)
+    - [i386] Fix possible incomplete TLB invalidate with PAE pagetables
+    - sched_clock: Prevent 64bit inatomicity on 32bit systems
+    - [x86] mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates
+    - tty: don't deadlock while flushing workqueue
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.9
+    - [powerpc] add a missing label in resume_kernel
+    - [powerpc] kvm/powerpc/e500mc: fix tlb invalidation on cpu migration
+    - kthread: Prevent unpark race which puts threads on the wrong cpu
+    - hrtimer: Don't reinitialize a cpu_base lock on CPU_UP
+    - hugetlbfs: add swap entry check in follow_hugetlb_page()
+    - kernel/signal.c: stop info leak via the tkill and the tgkill syscalls
+    - hfsplus: fix potential overflow in hfsplus_file_truncate()
+    - md: raid1,10: Handle REQ_WRITE_SAME flag in write bios
+    - [x86] KVM: Allow cross page reads and writes from cached translations.
+      (fixes regression in fix for CVE-2013-1796)
+    - hsched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s
+    - [armel] Fix kexec by setting outer_cache.inv_all for Feroceon
+    - ath9k_htc: accept 1.x firmware newer than 1.3
+    - mac80211: fix cfg80211 interaction on auth/assoc request
+    - crypto: algif - suppress sending source address information in recvmsg
+      (CVE-2013-3076)
+    - vm: add and use vm_iomap_memory() helper function
+    - Btrfs: make sure nbytes are right after log replay
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.10
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.11
+    - TTY: do not update atime/mtime on read/write
+    - TTY: fix atime/mtime regression
+    - [sparc] sparc64: Fix race in TLB batch processing.
+    - atm: update msg_namelen in vcc_recvmsg() (CVE-2013-3222)
+    - ax25: fix info leak via msg_name in ax25_recvmsg() (CVE-2013-3223)
+    - Bluetooth: fix possible info leak in bt_sock_recvmsg() (CVE-2013-3224)
+    - Bluetooth: RFCOMM - Fix missing msg_namelen update in
+      rfcomm_sock_recvmsg() (CVE-2013-3225)
+    - Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg()
+    - caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()
+      (CVE-2013-3227)
+    - irda: Fix missing msg_namelen update in irda_recvmsg_dgram()
+      (CVE-2013-3228)
+    - [s390] iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()
+      (CVE-2013-3229)
+    - l2tp: fix info leak in l2tp_ip6_recvmsg()
+    - llc: Fix missing msg_namelen update in llc_ui_recvmsg() (CVE-2013-3231)
+    - netrom: fix info leak via msg_name in nr_recvmsg()
+    - NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg()
+    - rose: fix info leak via msg_name in rose_recvmsg() (CVE-2013-3234)
+    - tipc: fix info leaks via msg_name in recv_msg/recv_stream
+      (CVE-2013-3235)
+    - atl1e: limit gso segment size to prevent generation of wrong ip length
+      fields (Closes: #565404)
+    - af_unix: If we don't care about credentials coallesce all messages
+    - ipv6/tcp: Stop processing ICMPv6 redirect messages
+    - rtnetlink: Call nlmsg_parse() with correct header length
+    - tcp: incoming connections might use wrong route under synflood
+    - tcp: Reallocate headroom if it would overflow csum_start
+    - net: cdc_mbim: remove bogus sizeof()
+    - net: fix incorrect credentials passing (CVE-2013-1979)
+    - net: drop dst before queueing fragments
+
+  [ Ben Hutchings ]
+  * [rt] Update to 3.8.10-rt6
+  * aufs: Update to aufs3.8-20130325
+    - ftruncate() supports sb_{start,end}_write()
+    - replace mnt_drop_write_file() by __mnt_drop_write()
+    - support for vfs_truncate()
+  * udeb: Move modules and adjust dependencies to avoid duplicates
+    (Closes: #706646)
+    - Move crc16 to crc-modules; make ext4-modules and nic-usb-modules depend
+      on it
+    - Make xfs-modules depends on crc-modules
+    - Move pps_core and ptp to nic-common-modules or nic-modules as appropriate
+  * udeb: Merge redundant configuration for ext{2,3} dependency on mbcache
+  * Set ABI to 1
+  * bug script: Remove broken sound functions (Closes: #705619)
+  * [i386/486] udeb: Add lxfb to fb-modules (Closes: #705780)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 04 May 2013 21:45:23 +0100
+
+linux (3.8.5-1~experimental.1) experimental; urgency=high
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.4
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.5
+
+  [ Ben Hutchings ]
+  * signal: Fix use of missing sa_restorer field (build regression
+    introduced by fix for CVE-2013-0914)
+  * udeb: Add hid-generic, hid-holtek-kbd, hid-lenovo-tpkbd,
+    hid-roccat-isku, hid-roccat-lua, hid-roccat-savu to input-modules
+  * cdc_ncm,cdc_mbim: Use NCM by default
+  * [rt] Update to 3.8.4-rt2 and reenable
+  * [rt] wireless: orinoco_usb is BROKEN
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 31 Mar 2013 07:35:31 +0100
+
+linux (3.8.3-1~experimental.1) experimental; urgency=high
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.3
+
+  [ Ben Hutchings ]
+  * aufs: Update to aufs3.8-20130311
+  * USB: cdc-wdm: fix buffer overflow (CVE-2013-1860)
+  * signal: always clear sa_restorer on execve (CVE-2013-0914)
+  * ext3: Fix format string issues (CVE-2013-1848)
+  * net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATS (CVE-2013-1828)
+  * bridge: fix mdb info leaks
+  * rtnl: fix info leak on RTM_GETLINK request for VF devices
+  * dcbnl: fix various netlink info leaks
+  * ALSA: seq: Fix missing error handling in snd_seq_timer_open()
+
+  [ Ian Campbell ]
+  * arm: correct path to DTB files. Patch from Nobuhiro Iwamatsu.
+    (Closes: #703082)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 19 Mar 2013 04:52:46 +0000
+
+linux-tools (3.8.2-1~experimental.1) experimental; urgency=low
+
+  * New upstream release (Closes: #702450)
+
+  [ Ben Hutchings ]
+  * linux-tools: Install bash_completion script for perf with a version-
+    dependent name (Closes: #701790)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 07 Mar 2013 05:32:40 +0000
+
+linux (3.8.2-1~experimental.1) experimental; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.1
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.2
+
+  [ Ben Hutchings ]
+  * linux-image: Increase minimum version of initramfs-tools to 0.110~
+    which copes with the recently renamed EHCI and NFS modules
+  * genorig: Accept xz-compressed upstream tarballs and patches,
+    thanks to Sedat Dilek
+  * net: Enable USB_NET_CDC_MBIM as module (Closes: #701869)
+  * mfd,mmc,memstick: Enable MFD_RTSX_PCI, MMC_REALTEK_PCI and
+    MEMSTICK_REALTEK_PCI as modules, replacing RTS_PSTOR (Closes: #702108)
+  * [mips,mipsel] Add dependencies for HAVE_ARCH_TRANSPARENT_HUGEPAGE
+    (fixes FTBFS)
+
+  [ Aurelien Jarno ]
+  * [mips/octeon] Change HW_RANDOM and HW_RANDOM_OCTEON to modules.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 07 Mar 2013 04:00:04 +0000
+
+linux (3.8-1~experimental.1) experimental; urgency=low
+
+  * New upstream release: http://kernelnewbies.org/Linux_3.8
+    - pidns: Support unsharing the pid namespace. (Closes: #595920)
+    - fsnotify: Rework locking and reference counting (Closes: #602966)
+
+  [ Ben Hutchings ]
+  * aufs: Update to aufs3.x-rcN-20130204
+  * sock_diag: Fix out-of-bounds access to sock_diag_handlers[]
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 25 Feb 2013 05:29:53 +0000
+
+linux (3.7.8-1~experimental.1) experimental; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.7.4
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.7.5
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.7.6
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.7.7
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.7.8
+
+  [ Ben Hutchings ]
+  * Add powerpcspe architecture, thanks to Roland Stigge (Closes: #693042)
+  * aufs: Hide CONFIG_AUFS_PROC_MAP, which requires a patch we don't apply
+    (Closes: #693332)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 15 Feb 2013 00:42:03 +0000
+
+linux (3.7.3-1~experimental.1) experimental; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.7.2
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.7.3
+
+  [ Ben Hutchings ]
+  * [ia64] nouveau: Disable another bit of ACPI support (fixes FTBFS)
+  * [armhf/omap] Make OMAP_DMA built-in (fixes FTBFS)
+  * ath6kl: Do not use virt_addr_valid() (fixes FTBFS on mips,mipsel)
+  * [armel/iop32x,armel/ixp4xx,armel/orion5x] Make IPV6 a module again due
+    to kernel size limit (fixes FTBFS)
+  * ALSA: usb-audio: Avoid autopm calls after disconnection; Fix missing
+    autopm for MIDI input (Closes: #664068)
+  * [!x86] Disable ZRAM, ZSMALLOC as modules (Reopens: #676779), as they
+    really aren't portable yet.
+  * udeb: Remove ipv6-modules on all architectures/flavours where it's
+    now built-in (fixes FTBFS)
+
+  [ Ian Campbell ]
+  * [x86/xen] Update microcode driver to use new API.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 18 Jan 2013 01:36:15 +0000
+
+linux (3.7.1-1~experimental.2) experimental; urgency=low
+
+  [ Ben Hutchings ]
+  * linux-headers-common: Include the include/uapi/asm-generic directory
+    (Closes: #696664)
+  * linux-headers-common: Do not use link-vmlinux.sh when cleaning external
+    modules (Closes: #696775)
+  * Enable ZRAM, ZSMALLOC as modules on all architectures (Closes: #676779)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 05 Jan 2013 17:48:05 +0000
+
+linux-tools (3.7.1-1~experimental.1) experimental; urgency=low
+
+  * New upstream release
+
+  [ Ben Hutchings ]
+  * [amd64] linux-tools: Enable optimisations and special-casing of x86_64
+    (Closes: #694759)
+
+  [ Uwe Kleine-König ]
+  * linux-kbuild: debian/control: Use Section: kernel (Closes: #545017)
+
+ -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 28 Dec 2012 09:29:53 -0800
+
+linux (3.7.1-1~experimental.1) experimental; urgency=low
+
+  * New upstream release: http://kernelnewbies.org/Linux_3.7
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.7.1
+
+  [ maximilian attems ]
+  * Enable WIZNET_W5100, WIZNET_W5300, AMD_PHY, BCM87XX_PHY.
+
+  [ Ben Hutchings ]
+  * aufs: Update to aufs3.x-rcN-20121210
+  * [rt] Disable until it is updated for Linux 3.7 or later
+  * Make gcc-4.7 the default compiler
+  * [mips,mipsel,sparc] media/parpot: Disable VIDEO_PMS in all
+    configurations where the other parport video drivers are disabled
+  * [x86] fs: Re-enable PSTORE_RAM (formerly known as RAMOOPS) as module
+  * net/wireless: Enable WL_TI; re-enable WL1251 and WL12XX as modules
+  * staging: Enable RTLLIB; re-enable RTL8192E as module
+  * media: Enable IR_TTUSBIR as module, replacing LIRC_TTUSBIR
+  * media: Enable VIDEO_STK1160 as module, replacing EASYCAP
+  * [armhf/mx5] Update configuration:
+    - Enable MACH_IMX51_DT, replacing MACH_MX51_EFIKAMX (but not fully
+      working in this kernel version)
+    - Enable SOC_IMX53, replacing MACH_MX53_{EVK,SMD,LOCO,ARD}
+    - Re-enable MFD_MC13XXX_SPI (formerly included in MFD_MC13XXX)
+    - Enable PWM and re-enable PWM_IMX (formerly known as MXC_PWM)
+  * [i386] comedi: Re-enable COMEDI_ISA_DRIVERS
+  * [i386,alpha] media/radio: Enable V4L_RADIO_ISA_DRIVERS and re-enable
+    the ISA drivers
+  * PCI: Enable PCI_REALLOC_ENABLE_AUTO
+  * [x86] PCI: Enable PCI_PRI, PCI_PASID, PCI_IOAPIC
+  * [amd64] ACPI: Enable ACPI_BGRT
+  * net: Enable INET_UDP_DIAG, NET_IPVTI, PACKET_DIAG, UNIX_DIAG as modules
+  * netfilter: Enable NF_NAT_IPV6, IP6_NF_TARGET_MASQUERADE, IP6_NF_TARGET_NPT,
+    NF_CT_NETLINK_HELPER as modules
+  * net/sched: Enable NET_EMATCH_CANID, NET_EMATCH_IPSET as modules
+  * can: Enable CAN_PEAK_PCIEC, CAN_PEAK_PCMCIA, CAN_PEAK_USB as modules
+  * [i386] can: Enable CAN_CC770, CAN_CC770_ISA as module
+  * block: Enable BLK_DEV_NVME, BLK_DEV_PCIESSD_MTIP32XX as modules
+  * qla2xxx: Enable TCM_QLA2XXX as module
+  * team: Enable NET_TEAM_MODE_BROADCAST as module
+  * net: Enable VXLAN as module
+  * phy: Enable AT803X_PHY as module
+  * rt2800pci: Enable RT2800PCI_RT3290
+  * wireless/ti: Enable WL18XX as module
+  * ptp: Enable clock drivers along with associated net/PHY drivers
+  * [!x86] drm: Disable DRM_VMWGFX
+  * drm: Enable DRM_UDL as module
+    - Disable autoloading as it is incompatible with older versions of
+      xserver-xorg-video-displaylink
+  * [x86] drm: Enable DRM_AST, DRM_MGAG200 as modules
+    - Disable autoloading as they are incompatible with older versions of
+      xserver-xorg-video-ast and xserver-xorg-video-mga
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 24 Dec 2012 02:50:21 +0000
+
+linux (3.6.9-1~experimental.1) experimental; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.6.9
+
+  [ maximilian attems ]
+  * Enable NETFILTER_XT_TARGET_HMARK, NET_EMATCH_IPSET, USB_NET_QMI_WWAN.
+  * Enable more HID drivers.
+  * [x86] Enable INTEL_MEI.
+  * [ARM]: 7492/1: add strstr declaration for decompressors.
+
+  [ Ben Hutchings ]
+  * HID: Add Apple wireless keyboard 2011 ANSI to special driver list
+    (Closes: #694546)
+
+  [ Arnaud Patard ]
+  * [ARM]: add patch from staging-next to fix lis3l02dq on omap
+  * [ARM]: backport omap usb fixes to make it build again.
+  * Change musb Kconfig so that our configuration of USB_MUSB_OMAP2PLUS
+  is used and not set to 'm'.
+
+ -- maximilian attems <maks@debian.org>  Wed, 05 Dec 2012 16:16:50 +0100
+
+linux (3.6.8-1~experimental.1) experimental; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.6.7
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.6.8
+
+  [ Bastian Blank ]
+  * Enable POWER_SUPPLY, BLK_DEV_THROTTLING and NETPRIO_CGROUP.
+  * [amd64] Enable CRYPTO_CAMELLIA_X86_64, CRYPTO_SERPENT_AVX_X86_64 and
+    CRYPTO_TWOFISH_AVX_X86_64.
+  * [x86] Enable more platform drivers.
+  * [s390/s390x-tape, s390x/s390x-tape] Remove not longer supported image
+    variant.
+  * [s390, s390x] Enable support for transparent hugepages.
+  * Use XZ for kernel images if supported.
+
+  [ maximilian attems ]
+  * Enable DVB_USB_RTL28XXU. (closes: #692749)
+  * Enable SBP_TARGET. (closes: #685341)
+
+ -- maximilian attems <maks@debian.org>  Wed, 28 Nov 2012 18:35:41 +0100
+
+linux-tools (3.6-1~experimental.1) experimental; urgency=low
+
+  * New upstream release (Closes: #690011)
+
+  [ Ben Hutchings ]
+  * genorig: Accept xz-compressed upstream tarballs and patches, and
+    generate an xz-compressed orig tarball, thanks to Sedat Dilek
+  * source: Enable xz-compression for debian directory tarball
+
+  [ Jonathan Nieder ]
+  * Add myself to uploaders list.
+
+ -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 24 Nov 2012 13:40:28 -0800
+
+linux (3.6.6-1~experimental.1) experimental; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.6.5
+    - [x86] mm: Find_early_table_space based on ranges that are actually
+      being mapped (Closes: #692067)
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.6.6
+    - ext4: fix unjournaled inode bitmap modification (Closes: #692411)
+
+  [ Uwe Kleine-König ]
+  * [rt] bump to 3.6.4-rt10
+
+  [ Ben Hutchings ]
+  * [x86] staging: Re-enable ZSMALLOC as module, previously selected by
+    ZRAM but now a dependency (Closes: #692024)
+  * fs: Re-enable link security restrictions that are disabled by default
+    in 3.6.5
+  * [rt] Update to 3.6.6-rt17
+  * rc: Enable RC_DEVICES; re-enable LIRC; re-enable the drivers that
+    depend on those; enable IR_SANYO_DECODER and IR_IGUANA as modules
+
+  [ Bastian Blank ]
+  * [sparc] Remove IP_PNP, IP_PNP_RARP, NET_IPGRE and ARPD overrides.
+  * Enable IPv6 globally.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 15 Nov 2012 04:49:50 +0000
+
+linux (3.6.4-1~experimental.1) experimental; urgency=low
+
+  * New upstream release: http://kernelnewbies.org/Linux_3.6
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.6.1
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.6.2
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.6.3
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.6.4
+
+  [ Ben Hutchings ]
+  * aufs: Update to aufs3.6-20121015
+  * cirrus: Disable by default, as it is currently incompatible with
+    xserver-xorg-video-cirrus. It can be forced to load with module
+    parameter modeset=1.
+
+  [ Uwe Kleine-König ]
+  * reenable the rt featureset using 3.6.3-rt8
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 29 Oct 2012 04:22:02 +0000
+
+linux (3.5.5-1~experimental.1) experimental; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.5.3
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.5.4
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.5.5
+
+  [ Ben Hutchings ]
+  * mfd: lpc_ich: Fix a 3.5 kernel regression for iTCO_wdt driver
+    (Closes: #686040)
+  * drm: Enable various drivers (Closes: #685479):
+    - [x86] Enable DRM_GMA500 (previously DRM_PSB) as module
+    - Enable DRM_CIRRUS_QEMU as module
+  * media/dvb: Enable DVB_USB_AF9035 as module (Closes: #687050)
+
+  [ Bastian Blank ]
+  * Remove superfluous dependency in debugging packages.
+
+ -- Bastian Blank <waldi@debian.org>  Thu, 04 Oct 2012 15:19:30 +0200
+
+linux-tools (3.5-1~experimental.1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 20 Aug 2012 00:57:12 +0100
+
+linux (3.5.2-1~experimental.1) experimental; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.5.1
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.5.2
+
+  [ Ben Hutchings ]
+  * genorig: Fix linux_upstream_full compute for version with modifier,
+    thanks to Julien Danjou (Closes: #683824)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 19 Aug 2012 21:36:04 +0100
+
+linux (3.5-1~experimental.1) experimental; urgency=low
+
+  * New upstream release: http://kernelnewbies.org/Linux_3.5
+
+  [ Ben Hutchings ]
+  * net: Enable OPENVSWITCH as module (Closes: #675010)
+  * aufs: Update to aufs3.5-20120730
+  * rt: Disable until it is updated for Linux 3.5 or later
+  * debian/copyright: Convert to machine-readable format (fka DEP-5)
+  * debian/copyright: Add copyright notice for newly-added Unicode data
+  * [x86] seccomp: Enable SECCOMP_FILTER
+  * [x86] applesmc: Update to Linux 3.6, including fixes for new MacBook models
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 01 Aug 2012 14:08:55 +0100
+
+linux (3.4.4-1~experimental.1) experimental; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.4.2
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.4.3
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.4.4
+
+  [ Ben Hutchings ]
+  * [ia64] Export <asm/cmpxchg.h> to userland (fixes FTBFS)
+  * [x86] Enable BATTERY_SBS as module (Closes: #662902)
+  * team: Enable NET_TEAM_MODE_LOADBALANCE as module
+  * [x32] Build a linux-libc-dev package
+  * input: Enable MOUSE_SYNAPTICS_USB (Closes: #678071)
+  * [x86] staging: zsmalloc: Finish conversion to a separate module
+    (Closes: #677273)
+  * [rt] Update to 3.4.4-rt13
+
+  [ Arnaud Patard ]
+  * [armel] disable FIPS, VGA_ARB, FTRACE on iop32x and ixp4xx to reduce
+  kernel size.
+  * [armel] disable virtio modules on all platforms except versatile
+  * [armel] enable PHYSMAP on all platforms except ixp4xx
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 26 Jun 2012 07:28:41 +0100
+
+linux-tools (3.4-1~experimental.1) experimental; urgency=low
+
+  * New upstream release
+  * Build-Depend on bison and flex, now required to build perf
+  * Fix version insertion in perf man pages
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 09 Jun 2012 20:51:12 +0100
+
+linux-2.6 (3.4.1-1~experimental.1) experimental; urgency=low
+
+  * New upstream release: http://kernelnewbies.org/Linux_3.4
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.4.1
+
+  [ maximilian attems ]
+  * Enable DM_VERITY, NF_CONNTRACK_TIMEOUT, NF_CT_NETLINK_TIMEOUT,
+    IP_NF_MATCH_RPFILTER, IP6_NF_MATCH_RPFILTER, NETFILTER_NETLINK_ACCT,
+    NETFILTER_XT_MATCH_NFACCT, NET_SCH_PLUG, SCSI_UFSHCD, SCSI_VIRTIO,
+    NET_TEAM, ATH6KL.
+
+  [ Ben Hutchings ]
+  * DFSG: Remove the new vs6624 driver, which contains non-free firmware
+  * aufs: Update to aufs3.4-20120521
+  * [rt] Update to 3.4-rt8 and reenable
+
+ -- maximilian attems <maks@debian.org>  Wed, 06 Jun 2012 10:25:57 +0200
+
+linux-2.6 (3.3.6-1~experimental.1) experimental; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.3.5
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.3.6
+    - USB: cdc-wdm: fix race leading leading to memory corruption
+    - autofs: make the autofsv5 packet file descriptor use a packetized pipe
+      (Closes: #633423)
+    - PM / Hibernate: fix the number of pages used for hibernate/thaw buffering
+      (Closes: #659363)
+    - efi: Validate UEFI boot variables
+    - efivars: Improve variable validation
+    - fs/cifs: fix parsing of dfs referrals
+    - hfsplus: Fix potential buffer overflows (CVE-2012-2319)
+    - exit_signal: fix the "parent has changed security domain" logic
+    - net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsg
+    - sky2: fix receive length error in mixed non-VLAN/VLAN traffic
+      (Closes: #492853)
+    - [s390] KVM: do store status after handling STOP_ON_STOP bit
+    - [s390] KVM: Sanitize fpc registers for KVM_SET_FPU
+    - KVM: Fix write protection race during dirty logging
+    - KVM: mmu_notifier: Flush TLBs before releasing mmu_lock
+    - KVM: Ensure all vcpus are consistent with in-kernel irqchip settings
+      (CVE-2012-1601)
+    - KVM: nVMX: Fix erroneous exception bitmap check
+    - KVM: VMX: Fix kvm_set_shared_msr() called in preemptible context
+    - KVM: lock slots_lock around device assignment
+    - hugepages: fix use after free bug in "quota" handling
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 18 May 2012 03:53:16 +0100
+
+linux-2.6 (3.3.4-1~experimental.1) experimental; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.3.3
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.3.4
+
+  [ Ben Hutchings ]
+  * [x86] dell-laptop: Terminate quirks list properly
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 01 May 2012 01:23:59 +0100
+
+linux-2.6 (3.3.2-1~experimental.1) experimental; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.3.1
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.3.2
+
+  [ Ben Hutchings ]
+  * [armel/iop32x] Add missing #includes (fixes FTBFS)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 15 Apr 2012 16:36:13 +0100
+
+linux-tools (3.3-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+  * linux-kbuild: debian/control: Set Multi-Arch: foreign
+  * linux-tools: Build perf on alpha and hppa (Closes: #664834)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 24 Mar 2012 23:15:59 +0000
+
+linux-2.6 (3.3-1~experimental.1) experimental; urgency=low
+
+  * New upstream release: http://kernelnewbies.org/Linux_3.3
+
+  [ Ben Hutchings ]
+  * [x86] crypto: Enable CRYPTO_SERPENT_SSE2_586, CRYPTO_SERPENT_SSE2_X86_64
+  * aufs: Update to aufs3.x-rcN-20120312
+  * IB: Enable INFINIBAND_SRPT as module (Closes: #663041)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 21 Mar 2012 03:08:36 +0000
+
+linux-2.6 (3.3~rc6-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * aufs: Update to aufs3.x-rcN-20120123
+  * rt: Disable until it is updated for Linux 3.3 or later
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 04 Mar 2012 20:27:42 +0000
+
+linux (3.2.41-2) unstable; urgency=low
+
+  * [ia64] udeb: Remove efi-modules package; make kernel-image provide
+    efi-modules (fixes FTBFS)
+  * linux-headers: Fix file installation on architectures without
+    Kbuild.platforms (Closes: #703800)
+  * [x86] drm/i915: bounds check execbuffer relocation count (CVE-2013-0913)
+  * [x86] drm: Enable DRM_GMA500 as module, replacing DRM_PSB (Closes: #703506)
+    - Enable DRM_GMA600, DRM_GMA3600, DRM_MEDFIELD
+  * [x86] KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME
+    (CVE-2013-1796)
+  * [x86] KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache
+    functions (CVE-2013-1797)
+  * KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 25 Mar 2013 15:17:44 +0000
+
+linux (3.2.41-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.40
+    - ext4: return ENOMEM if sb_getblk() fails
+    - ext4: fix possible use-after-free with AIO
+    - s390/kvm: Fix store status for ACRS/FPRS
+    - staging: comedi: disallow COMEDI_DEVCONFIG on non-board minors
+    - ext4: fix race in ext4_mb_add_n_trim()
+    - UBIFS: fix double free of ubifs_orphan objects
+    - hrtimer: Prevent hrtimer_enqueue_reprogram race
+    - nfsd: Fix memleak
+    - x86: Do not leak kernel page mapping locations
+    - USB: usb-storage: unusual_devs update for Super TOP SATA bridge
+    - posix-cpu-timers: Fix nanosleep task_struct leak
+    - NFSv4.1: Don't decode skipped layoutgets
+    - cgroup: fix exit() vs rmdir() race
+    - cpuset: fix cpuset_print_task_mems_allowed() vs rename() race
+    - ext4: fix xattr block allocation/release with bigalloc
+    - mm: fix pageblock bitmap allocation
+    - target: Add missing mapped_lun bounds checking during make_mappedlun
+      setup
+    - b43: Increase number of RX DMA slots
+    - posix-timer: Don't call idr_find() with out-of-range ID
+    - fs: Fix possible use-after-free with AIO
+    - powerpc/kexec: Disable hard IRQ before kexec
+    - mmu_notifier_unregister NULL Pointer deref and multiple ->release()
+      callouts
+    - tmpfs: fix use-after-free of mempolicy object (CVE-2013-1767)
+    - ocfs2: fix possible use-after-free with AIO
+    - ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctly
+    - ocfs2: ac->ac_allow_chain_relink=0 won't disable group relink
+    - idr: fix a subtle bug in idr_get_next()
+    - idr: make idr_get_next() good for rcu_read_lock()
+    - idr: fix top layer handling
+    - sysctl: fix null checking in bin_dn_node_address()
+    - nbd: fsync and kill block device on shutdown
+    - s390/timer: avoid overflow when programming clock comparator
+      (regression in 3.2.38)
+    - xen-pciback: rate limit error messages from xen_pcibk_enable_msi{,x}()
+      (CVE-2013-0231)
+    - xen-netback: correctly return errors from netbk_count_requests()
+    - xen-netback: cancel the credit timer when taking the vif down
+    - ipv6: use a stronger hash for tcp
+    - staging: comedi: ni_labpc: correct differential channel sequence for
+      AI commands
+    - staging: comedi: ni_labpc: set up command4 register *after* command3
+    - vhost: fix length for cross region descriptor (CVE-2013-0311)
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.41
+    - NFS: Don't allow NFS silly-renamed files to be deleted, no signal
+    - ARM: VFP: fix emulation of second VFP instruction
+    - md: fix two bugs when attempting to resize RAID0 array.
+    - proc connector: reject unprivileged listener bumps
+    - cifs: ensure that cifs_get_root() only traverses directories
+    - dm: fix truncated status strings
+    - hw_random: make buffer usable in scatterlist. (real fix for #701784)
+    - efi_pstore: Check remaining space with QueryVariableInfo() before
+      writing data
+    - efi: be more paranoid about available space when creating variables
+      (Closes: #703574)
+    - vfs: fix pipe counter breakage
+    - xen/pciback: Don't disable a PCI device that is already disabled.
+    - ALSA: seq: Fix missing error handling in snd_seq_timer_open()
+    - ext3: Fix format string issues (CVE-2013-1848)
+    - keys: fix race with concurrent install_user_keyrings() (CVE-2013-1792)
+    - USB: cdc-wdm: fix buffer overflow (CVE-2013-1860)
+    - signal: always clear sa_restorer on execve (CVE-2013-0914)
+    - crypto: user - fix info leaks in report API (CVE-2013-2546,
+      CVE-2013-2547, CVE-2013-2548)
+    - Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and
+      security keys
+    - batman-adv: bat_socket_read missing checks
+    - batman-adv: Only write requested number of byte to user buffer
+    - mm/hotplug: correctly add new zone to all other nodes' zone lists
+      (CVE-2012-5517)
+    - btrfs: use rcu_barrier() to wait for bdev puts at unmount
+
+  [ Aurelien Jarno]
+  * [mips,mipsel] Disable VGA_CONSOLE and ignore the corresponding ABI
+    change. It is completely broken on MIPS.
+  * headers: Include Kbuild.platforms and Platform files in -common to
+    fix out-of-tree building on mips and mipsel.
+  * [{mips,mipsel}/{4,5}kc-malta] Enable HW_RANDOM as module so that both
+    flavours have a consistent configuration.
+
+  [ Ben Hutchings ]
+  * [x86] ata_piix: reenable MS Virtual PC guests (fixes regression in
+    3.2.19-1)
+  * test-patches: Clean up all previous test patches, whether or not they
+    were applied
+  * test-patches: Add --fuzz option to allow testing patches that have fuzz
+  * [x86] efi: Fix processor-specific memcpy() build error (Closes: #698581)
+  * udeb: Add hid-topseed to input-modules (Closes: #702611)
+  * [x86] drm/i915: Unconditionally initialise the interrupt workers,
+    thanks to Bjørn Mork (Closes: #692607)
+  * efi: Ensure efivars is loaded on EFI systems (Closes: #703363)
+    - [x86] Use a platform device to trigger loading of efivars
+    - [ia64] Change EFI_VARS from module to built-in
+  * efivars: Work around serious firmware bugs
+    - Allow disabling use as a pstore backend
+    - Add module parameter to disable use as a pstore backend
+      * [x86] Set EFI_VARS_PSTORE_DEFAULT_DISABLE=y
+    - explicitly calculate length of VariableName
+    - Handle duplicate names from get_next_variable()
+  * efi_pstore: Introducing workqueue updating sysfs
+  * efivars: pstore: Do not check size when erasing variable
+  * efivars: Remove check for 50% full on write
+  * kmsg_dump: Only dump kernel log in error cases (Closes: #703386)
+    - kexec: remove KMSG_DUMP_KEXEC
+    - kmsg_dump: don't run on non-error paths by default
+  * [x86] i915: initialize CADL in opregion (Closes: #703271)
+  * drm, agp: Update to 3.4.37:
+    - drm/radeon/dce6: fix display powergating
+    - drm: don't add inferred modes for monitors that don't support them
+    - drm/i915: Increase the RC6p threshold.
+  * signal: Fix use of missing sa_restorer field (build regression
+    introduced by fix for CVE-2013-0914)
+  * rds: limit the size allocated by rds_message_alloc()
+  * rtnl: fix info leak on RTM_GETLINK request for VF devices
+  * dcbnl: fix various netlink info leaks
+  * [s390] mm: fix flush_tlb_kernel_range()
+  * [powerpc] Fix cputable entry for 970MP rev 1.0
+  * vhost/net: fix heads usage of ubuf_info
+  * udf: avoid info leak on export (CVE-2012-6548)
+  * isofs: avoid info leak on export (CVE-2012-6549)
+  * [x86,powerpc/powerpc64] random: Change HW_RANDOM back from built-in to
+    module, as we now have a real fix for #701784
+  * [rt] Update to 3.2.40-rt60
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 23 Mar 2013 03:54:34 +0000
+
+linux (3.2.39-2) unstable; urgency=high
+
+  * [s390,s390x] virtio: Ignore ABI changes in 3.2.39 (fixes FTBFS)
+  * [sparc] drm: Ignore ABI changes in 3.2.39 (fixes FTBFS)
+  * [sparc] drm: Change from built-in to module
+  * [rt] Update to 3.2.39-rt59:
+    - acpi/rt: Convert acpi_gbl_hardware lock back to a raw_spinlock_t
+    - printk: Fix rq->lock vs logbuf_lock unlock lock inversion
+    - wait-simple: Simple waitqueue implementation
+    - rcutiny: Use simple waitqueue
+  * [x86] efi: Fix ABI change for introduction of efi_enabled() function
+    in 3.2.38 (Closes: #701690)
+  * [armel/versatile] i2c: Re-enable I2C_PCA_PLATFORM as module, erroneously
+    disabled in 3.2.39-1 (fixes FTBFS)
+  * [x86,powerpc/powerpc64] random: Change HW_RANDOM from module to built-in,
+    to work around virtio-rng bug (Closes: #701784)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 27 Feb 2013 03:48:30 +0000
+
+linux (3.2.39-1) unstable; urgency=high
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.36
+    - freezer: PF_FREEZER_NOSIG should be cleared along with PF_NOFREEZE
+      (Closes: #697077)
+    - tmpfs: fix shared mempolicy leak
+    - virtio: 9p: correctly pass physical address to userspace for high pages
+    - virtio: force vring descriptors to be allocated from lowmem
+    - USB: EHCI: bugfix: urb->hcpriv should not be NULL
+    - rcu: Fix batch-limit size problem
+    - Bluetooth: ath3k: Add support for VAIO VPCEH [0489:e027]
+      (Closes: #700550)
+    - mvsas: fix undefined bit shift
+    - ALSA: usb-audio: Avoid autopm calls after disconnection; Fix missing
+      autopm for MIDI input (Closes: #664068)
+    - target/file: Fix 32-bit highmem breakage for SGL -> iovec mapping
+    - SCSI: fix Null pointer dereference on disk error
+    - proc: pid/status: show all supplementary groups
+    - nfsd4: fix oops on unusual readlike compound
+    - ARM: missing ->mmap_sem around find_vma() in swp_emulate.c
+    - sctp: fix memory leak in sctp_datamsg_from_user() when copy from user
+      space fails
+    - ne2000: add the right platform device
+    - irda: sir_dev: Fix copy/paste typo
+    - ipv4: ip_check_defrag must not modify skb before unsharing
+    - telephony: ijx: buffer overflow in ixj_write_cid()
+    - udf: fix memory leak while allocating blocks during write
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.37
+    - ext4: fix extent tree corruption caused by hole punch
+    - jbd2: fix assertion failure in jbd2_journal_flush()
+    - tmpfs mempolicy: fix /proc/mounts corrupting memory
+    - sparc: huge_ptep_set_* functions need to call set_huge_pte_at()
+    - inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and
+      dccp_v4/6_request_recv_sock
+    - net: sched: integer overflow fix
+    - tcp: implement RFC 5961 3.2
+    - tcp: implement RFC 5961 4.2
+    - tcp: refine SYN handling in tcp_validate_incoming
+    - tcp: tcp_replace_ts_recent() should not be called from
+      tcp_validate_incoming()
+    - tcp: RFC 5961 5.2 Blind Data Injection Attack Mitigation
+    - RDMA/nes: Fix for crash when registering zero length MR for CQ
+    - ACPI : do not use Lid and Sleep button for S5 wakeup
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.38
+    - staging: comedi: comedi_test: fix race when cancelling command
+    - mm: use aligned zone start for pfn_to_bitidx calculation
+    - [s390] s390/time: fix sched_clock() overflow (Closes: #698382) 
+    - [i386] xen: Fix stack corruption in xen_failsafe_callback for 32bit
+      PVOPS guests. (CVE-2013-0190)
+    - KVM: PPC: Emulate dcbf
+    - evm: checking if removexattr is not a NULL
+    - ath9k_htc: Fix memory leak
+    - ath9k: do not link receive buffers during flush
+    - ath9k: fix double-free bug on beacon generate failure
+    - x86/msr: Add capabilities check
+    - can: c_can: fix invalid error codes
+    - can: ti_hecc: fix invalid error codes
+    - can: pch_can: fix invalid error codes
+    - smp: Fix SMP function call empty cpu mask race
+    - xfs: Fix possible use-after-free with AIO
+    - EDAC: Test correct variable in ->store function
+    - samsung-laptop: Disable on EFI hardware, to avoid damaging it
+    - NFS: Don't silently fail setattr() requests on mountpoints
+    - intel-iommu: Prevent devices with RMRRs from being placed into SI Domain
+    - ALSA: usb-audio: Fix regression by disconnection-race-fix patch
+      (Closes: #696321)
+    - printk: fix buffer overflow when calling log_prefix function from
+      call_console_drivers
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.39
+    - USB: XHCI: fix memory leak of URB-private data
+    - sched/rt: Use root_domain of rt_rq not current processor
+    - mwifiex: fix incomplete scan in case of IE parsing error
+    - x86-64: Replace left over sti/cli in ia32 audit exit code
+    - Bluetooth: Fix handling of unexpected SMP PDUs
+    - ptrace/x86: Partly fix set_task_blockstep()->update_debugctlmsr() logic
+    - Fix race condition with PTRACE_SETREGS and fatal signal (CVE-2013-0871)
+      + ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()
+      + ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL
+      + wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED
+        task
+    - net: prevent setting ttl=0 via IP_TTL
+    - ipv6: fix header length calculation in ip6_append_data()
+    - netxen: fix off by one bug in netxen_release_tx_buffer()
+    - r8169: remove the obsolete and incorrect AMD workaround
+    - net: loopback: fix a dst refcounting issue
+    - packet: fix leakage of tx_ring memory
+    - net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree
+    - net: sctp: sctp_endpoint_free: zero out secret key data
+    - xen/netback: shutdown the ring if it contains garbage. (CVE-2013-0216)
+    - xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.
+    - xen/netback: free already allocated memory on failure in
+      xen_netbk_get_requests
+    - netback: correct netbk_tx_err to handle wrap around. (CVE-2013-0217)
+    - tcp: frto should not set snd_cwnd to 0
+    - tcp: fix for zero packets_in_flight was too broad
+    - tcp: fix MSG_SENDPAGE_NOTLAST logic
+    - bridge: Pull ip header into skb->data before looking into ip header.
+      (Closes: #697903)
+    - x86/xen: don't assume %ds is usable in xen_iret for 32-bit PVOPS.
+      (CVE-2013-0228)
+
+  [ Aurelien Jarno ]
+  * [armhf/vexpress] Add kernel udebs.
+
+  [ Julien Cristau ]
+  * Backport drm and agp subsystems from Linux 3.4.29 (closes: #687442)
+    - [x86] i915: Fixes freezes on Ivy Bridge (Closes: #689268)
+    - nouveau: Support for newer nvidia chipsets (Closes: #690284)
+    - radeon: Support for HD7000 'Southern Islands' chips
+    - [x86] drm/i915: add Ivy Bridge GT2 Server entries (Closes: #684767)
+    - [x86] drm/i915: Close race between processing unpin task and queueing
+      the flip
+
+  [ Ben Hutchings ]
+  * Input: wacom - fix touch support for Bamboo Fun CTH-461
+  * media/rc: Add iguanair driver from Linux 3.7 (Closes: #696925)
+  * rt2800: add chipset revision RT5390R support (Closes: #696592)
+  * [armhf/mx5] mtd: Enable MTD_BLOCK as module
+  * [armhf/mx5] udeb: Add missing storage drivers (Closes: #697128)
+    - Add ata-modules including libata, pata-modules including pata_imx,
+      sata-modules including ahci_platform
+    - Add sdhci-esdhc-imx to mmc-modules
+    - Add mtd-modules including mtd, mtdblock and m25p80
+  * [armhf] udeb: Fix network driver selection
+    - [armhf/mx5] Remove nic-modules
+    - [armhf/vexpress] Add usb-modules
+    - Add standard set of USB drivers to nic-usb-modules
+    - Add nic-wireless-modules
+  * be2net: Apply backported fixes requested by Emulex (Closes: #697479)
+    - be2net: do not modify PCI MaxReadReq size
+    - be2net: fix reporting number of actual rx queues
+    - be2net: do not use SCRATCHPAD register
+    - be2net: reduce gso_max_size setting to account for ethernet header.
+    - be2net: Increase statistics structure size for skyhawk.
+    - be2net: Explicitly clear the reserved field in the Tx Descriptor
+    - be2net: Regression bug wherein VFs creation broken for multiple cards.
+    - be2net: Fix to trim skb for padded vlan packets to workaround an ASIC Bug
+    - be2net: Fix Endian
+    - be2net: Enable RSS UDP hashing for Lancer and Skyhawk
+    - be2net: dont pull too much data in skb linear part
+    - be2net: Fix to parse RSS hash from Receive completions correctly.
+    - be2net: Avoid disabling BH in be_poll()
+  * udeb: Add specialised USB keyboard/mouse drivers to input-modules:
+    hid-a4tech, hid-cypress, hid-ezkey (Closes: #697035), hid-kensington,
+    hid-keytouch, hid-kye, hid-multitouch, hid-ortek, hid-primax,
+    hid-quanta, hid-samsung, hid-speedlink
+  * radeon: Firmware is required for DRM and KMS on R600 onward, but not
+    for KMS on earlier chips (Closes: #697229)
+  * [!powerpc] radeon: Reenable DRM_RADEON_KMS, as it apparently works on
+    most non-PowerMac systems
+  * fs: cachefiles: add support for large files in filesystem caching
+    (Closes: #698376)
+  * [rt] Update to 3.2.38-rt57:
+    - sched: Adjust sched_reset_on_fork when nothing else changes
+    - sched: Queue RT tasks to head when prio drops
+    - sched: Consider pi boosting in setscheduler
+    - sched: Init idle->on_rq in init_idle()
+    - sched: Check for idle task in might_sleep()
+    - mm: swap: Initialize local locks early
+  * [armel/versatile,armhf/vexpress] i2c: Enable I2C, I2C_VERSATILE as modules
+    (Closes: #696182)
+  * ext4: Fix corruption by hole punch in large files (Closes: #685726)
+    - rewrite punch hole to use ext4_ext_remove_space()
+    - fix hole punch failure when depth is greater than 0
+    - fix kernel BUG on large-scale rm -rf commands
+  * md: protect against crash upon fsync on ro array (Closes: #696650)
+  * net: Add alx driver for Atheros AR8161 and AR8162 (Closes: #699129)
+    - Mark as staging, since it has not been accepted upstream
+  * [armel/kirkwood] rtc-s35390a: add wakealarm support (Closes: #693997)
+  * [x86] i915: Invert backlight brightness control for various models
+    including Packard Bell NCL20 (Closes: #627372) and eMachines G725
+    (Closes: #680737)
+    - Also allow this behaviour to be enabled via module parameter
+      invert_brightness=1
+  * [amd64] edac: Enable EDAC_SBRIDGE as module (Closes: #699283)
+  * SCSI: Add virtio_scsi driver (Closes: #686636)
+  * [x86] sound: Enable LINE6_USB as module (Closes: #700211)
+    - Apply upstream changes up to Linux 3.8-rc1
+  * [armhf/mx5] Update description to mention i.MX53
+  * mm: Try harder to allocate vmemmap blocks (Closes: #699913)
+  * aufs: Update to aufs3.2-20130204:
+    - support for syncfs(2)
+    - possible bugfix, race in lookup
+    - bugfix, half refreshed iinfo
+    - possible bugfix, au_lkup_by_ino() returns ESTALE
+  * [x86] efi: Clear EFI_RUNTIME_SERVICES rather than EFI_BOOT by "noefi" boot
+    parameter
+  * [x86] efi: Make "noefi" really disable EFI runtime serivces
+  * drm, agp: Update to 3.4.32
+    - drm/radeon: add WAIT_UNTIL to the non-VM safe regs list for cayman/TN
+    - drm/radeon: prevent crash in the ring space allocation
+  * linux-image-dbg: Add symlinks to vmlinux from the locations expected by
+    kdump-tools (Closes: #700418), systemtap and others
+  * mm: fix pageblock bitmap allocation (fixes regression in 3.2.38)
+  * USB: usb-storage: unusual_devs update for Super TOP SATA bridge
+
+  [ Cyril Brulebois ]
+  * Bump python build-dep, needed since the switch from local SortedDict
+    to collections.OrderedDict (new in version 2.7). (Closes: #697740)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 25 Feb 2013 00:36:51 +0000
+
+linux (3.2.35-2) unstable; urgency=low
+
+  * [ia64] Make IPV6 built-in (fixes FTBFS)
+  * [rt] Update to 3.2.35-rt52
+  * audit: Increase maximum number of names logged per syscall to 30
+    (Closes: #631799)
+  * asix: Add support for Lenovo 10/100 USB dongle (Closes: #696248)
+  * udeb: Add ums-eneub6250, ums-realtek (Closes: #694348) to
+    usb-storage-modules
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 19 Dec 2012 03:41:35 +0000
+
+linux (3.2.35-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.33
+    - samsung-laptop: don't handle backlight if handled by acpi/video
+      (Closes: #693190)
+    - e1000: fix vlan processing regression (Closes: #690956)
+    - [x86] drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13
+      (Closes: #691122)
+    - au0828: fix case where STREAMOFF being called on stopped stream
+      causes BUG()
+    - net: Fix skb_under_panic oops in neigh_resolve_output
+    - vlan: don't deliver frames for unknown vlans to protocols
+    - RDS: fix rds-ping spinlock recursion
+    - tcp: resets are misrouted
+    - nfsd4: fix nfs4 stateid leak
+    - [arm] vfp: fix saving d16-d31 vfp registers on v6+ kernels
+    - scsi_debug: Fix off-by-one bug when unmapping region
+    - storvsc: Account for in-transit packets in the RESET path
+    - tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking
+    - ext4: race-condition protection for ext4_convert_unwritten_extents_endio
+      (CVE-2012-4508)
+    - md/raid10: use correct limit variable
+    - net/wireless: ipw2200: Fix panic occurring in ipw_handle_promiscuous_tx()
+    - USB: cdc-acm: fix pipe type of write endpoint
+    - [x86] xen: don't corrupt %eip when returning from a signal handler
+    - sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()
+    - fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error check
+    - netfilter: nf_conntrack: fix racy timer handling with reliable events
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.34
+    - x86: Remove the ancient and deprecated disable_hlt() and enable_hlt()
+      facility (Closes: #667501)
+    - ALSA: PCM: Fix some races at disconnection
+    - ALSA: usb-audio: Fix races at disconnection
+    - crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent
+      data corruption
+    - mac80211: Only process mesh config header on frames that RA_MATCH
+    - mac80211: fix SSID copy on IBSS JOIN
+    - mac80211: check management frame header length
+    - mac80211: verify that skb data is present
+    - mac80211: make sure data is accessible in EAPOL check
+    - ath9k: Test for TID only in BlockAcks while checking tx status
+    - nfs: Show original device name verbatim in /proc/*/mount{s,info}
+      (Closes: #669314)
+    - target: Avoid integer overflow in se_dev_align_max_sectors()
+    - hwmon: (w83627ehf) Force initial bank selection
+    - xfs: fix reading of wrapped log data
+    - fanotify: fix missing break
+    - drm/vmwgfx: Fix a case where the code would BUG when trying to pin
+      GMR memory
+    - sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()
+    - netlink: use kfree_rcu() in netlink_release()
+    - tcp: fix FIONREAD/SIOCINQ
+    - net: fix divide by zero in tcp algorithm illinois (CVE-2012-4565)
+    - af-packet: fix oops when socket is not present
+    - r8169: Fix WoL on RTL8168d/8111d. (Closes: #674154)
+    - sky2: Fix for interrupt handler (Closes: #681280)
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.35
+    - UBIFS: fix mounting problems after power cuts
+    - [s390] gup: add missing TASK_SIZE check to get_user_pages_fast()
+    - [x86] Exclude E820_RESERVED regions and memory holes above 4 GB from
+      direct mapping.
+    - netfilter: Mark SYN/ACK packets as invalid from original direction
+    - netfilter: Validate the sequence number of dataless ACK packets as well
+    - ipv4: avoid undefined behavior in do_ip_setsockopt()
+    - Input: i8042 - also perform controller reset when suspending
+      (Closes: #693934)
+    - brcm80211: smac: only print block-ack timeout message at trace level
+      (Closes: #674430)
+    - GFS2: Test bufdata with buffer locked and gfs2_log_lock held
+    - [x86] mce, therm_throt: Don't report power limit and package level
+      thermal throttle events in mcelog (Closes: #695209)
+    - [hppa] fix virtual aliasing issue in get_shared_area()
+    - xfs: drop buffer io reference when a bad bio is built
+    - reiserfs: Protect reiserfs_quota_{on,write}() with write lock
+    - md: Reassigned the parameters if read_seqretry returned true in func
+      md_is_badblock.
+    - md: Avoid write invalid address if read_seqretry returned true.
+    - [i386] Fix invalid stack address while in softirq
+    - selinux: fix sel_netnode_insert() suspicious rcu dereference
+    - [hppa] fix user-triggerable panic on parisc
+    - block: Don't access request after it might be freed
+    - futex: avoid wake_futex() for a PI futex_q
+
+  [ Ben Hutchings ]
+  * [x86] udeb: Re-add isci to scsi-extra-modules (Closes: #690886;
+    regression of #652897 in version 3.2~rc7-1~experimental.1 due to
+    mis-merge)
+  * udeb: Add missing net drivers:
+    - Add 8021q (Closes: #689159), cxgb4, cxgb4vf, igbvf, ixgbevf, micrel,
+      mlx4_en, pch_gbe, qlge, smsc9420, tehuti, vxge to nic-extra-modules
+    - Add int51x1, smsc75xx, smsc95xx to nic-usb-modules
+    - Add adm8211, at76c50x-usb, b43legacy, iwl4965, libertas_tf_usb,
+      mwifiex_pcie, mwl8k, orinoco_usb, prism2_usb, r8187se, r8192e_pci,
+      r8712u, rtl8192ce (Closes: #686605), rtl8192cu, rtl8192de, rtl8192se
+      vt6656_stage to nic-wireless-modules
+    - Move broadcom to nic-modules, as it may be needed by tg3
+  * udeb: Add bnx2fc, fnic, pmcraid to scsi-extra-modules
+  * udeb: Move rtl8180 to nic-wireless-modules
+  * [x86] asus-laptop: Do not call HWRS on init (Closes: #692436)
+  * [x86] drm/i915: Only kick out vesafb if we takeover the fbcon with KMS
+    (Closes: #686284)
+  * [!x86] radeon: Disable DRM_RADEON_KMS, as this is still not expected to
+    work (Closes: #628972)
+  * radeon: Disable KMS earlier if firmware is not installed (Closes: #607194)
+  * [amd64] linux-image: Include VIA Nano in package description
+  * linux-image-dbg: Change package description to use the phrase
+    'debugging symbols' and correct grammar
+  * usb: Disable UAS; it is known to be broken, and the supported devices
+    can also work with usb-storage
+  * ipv6: Treat ND option 31 as userland (DNSSL support) (Closes: #694522)
+  * rt2x00: Add device IDs 5362, 5392, 539b (Closes: #694312)
+  * udeb: Add pata_piccolo to pata-modules (Closes: #695437)
+  * firmware_class: Log every success and failure against given device
+  * firmware: Remove redundant log messages from drivers
+  * [x86] ACPI / video: ignore BIOS initial backlight value for
+    HP Folio 13-2000 (Closes: #692361)
+  * [x86] KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set
+    (CVE-2012-4461)
+  * kmod: make __request_module() killable (CVE-2012-4398)
+  * exec: do not leave bprm->interp on stack (CVE-2012-4530)
+  * exec: use -ELOOP for max recursion depth
+  * [rt] Update to 3.2.34-rt51:
+    - hrtimer: Raise softirq if hrtimer irq stalled
+    - rcu: Disable RCU_FAST_NO_HZ on RT
+    - net: netfilter: Serialize xt_write_recseq sections on RT
+  * megaraid_sas: fix memory leak if SGL has zero length entries
+    (Closes: #688198)
+
+  [ Ian Campbell ]
+  * [xen] add support for microcode updating. (Closes: #693053)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 10 Dec 2012 00:14:55 +0000
+
+linux (3.2.32-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.31
+    - target: Fix ->data_length re-assignment bug with SCSI overflow
+    - hpsa: fix handling of protocol error
+    - cifs: fix return value in cifsConvertToUTF16
+    - asix: Support DLink DUB-E100 H/W Ver C1 (Closes: #687567)
+    - dj: memory scribble in logi_dj
+    - dm: handle requests beyond end of device instead of using BUG_ON
+    - md/raid10: fix "enough" function for detecting if array is failed.
+    - libata: Prevent interface errors with Seagate FreeAgent GoFlex
+    - vfs: dcache: fix deadlock in tree traversal
+    - Revert "drm/radeon: rework pll selection (v3)" (regression in 3.2.30)
+    - HID: hidraw: don't deallocate memory when it is in use
+    - xfrm: Workaround incompatibility of ESN and async crypto
+    - xfrm_user: fix various information leaks
+    - xfrm_user: ensure user supplied esn replay window is valid
+    - net: guard tcp_set_keepalive() to tcp sockets
+    - ipv4: raw: fix icmp_filter()
+    - ipv6: raw: fix icmpv6_filter()
+    - ipv6: mip6: fix mip6_mh_filter()
+    - netrom: copy_datagram_iovec can fail
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.32
+    - mtd: nand: Use the mirror BBT descriptor when reading its version
+    - TTY: ttyprintk, don't touch behind tty->write_buf
+    - n_gsm: fix various serious bugs
+    - hpsa: Use LUN reset instead of target reset
+    - staging: comedi: don't dereference user memory for INSN_INTTRIG
+    - ext4: fix potential deadlock in ext4_nonda_switch()
+    - staging: comedi: fix memory leak for saved channel list
+    - scsi_remove_target: fix softlockup regression on hot remove
+      (Closes: #690990)
+    - usb: host: xhci: Fix Null pointer dereferencing with 71c731a for
+      non-x86 systems (regression in 3.2.30)
+    - ext4: online defrag is not supported for journaled files
+    - staging: comedi: s626: don't dereference insn->data
+    - serial: pl011: handle corruption at high clock speeds
+    - ext4: always set i_op in ext4_mknod()
+    - ext4: fix fdatasync() for files with only i_size changes
+    - [x86] drm/i915: use adjusted_mode instead of mode for checking the
+      6bpc force flag (regression in 3.2.29)
+    - staging: comedi: jr3_pci: fix iomem dereference
+    - JFFS2: don't fail on bitflips in OOB
+    - mtd: nandsim: bugfix: fail if overridesize is too big
+    - pnfsblock: fix partial page buffer wirte
+    - target/file: Re-enable optional fd_buffered_io=1 operation
+    - iscsit: remove incorrect unlock in iscsit_build_sendtargets_resp
+    - rapidio/rionet: fix multicast packet transmit logic
+    - ALSA: aloop - add locking to timer access
+    - [armhf/omap] counter: add locking to read_persistent_clock
+    - mm: fix invalidate_complete_page2() lock ordering
+    - mm: thp: fix pmd_present for split_huge_page and PROT_NONE with THP
+    - mm: hugetlb: fix pgoff computation when unmapping page from vma
+    - hugetlb: do not use vma_hugecache_offset() for vma_prio_tree_foreach
+    - [x86] firewire: cdev: fix user memory corruption (i386 userland on
+      amd64 kernel)
+    - udf: fix retun value on error path in udf_load_logicalvol
+    - eCryptfs: Unlink lower inode when ecryptfs_create() fails
+    - eCryptfs: Initialize empty lower files when opening them
+    - eCryptfs: Revert to a writethrough cache model
+    - eCryptfs: Write out all dirty pages just before releasing the lower file
+    - eCryptfs: Call lower ->flush() from ecryptfs_flush()
+    - mempolicy: remove mempolicy sharing
+    - mempolicy: fix a race in shared_policy_replace()
+    - mempolicy: fix refcount leak in mpol_set_shared_policy()
+    - mempolicy: fix a memory corruption by refcount imbalance in
+      alloc_pages_vma()
+    - hpsa: dial down lockup detection during firmware flash
+    - netfilter: nf_ct_ipv4: packets with wrong ihl are invalid
+    - netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP
+      expectation
+    - netfilter: nf_ct_expect: fix possible access to uninitialized timer
+    - ipvs: fix oops on NAT reply in br_nf context
+
+  [ Ben Hutchings ]
+  * codel: refine one condition to avoid a nul rec_inv_sqrt
+  * [mips,mipsel] Ignore NFS/SunRPC ABI changes in 3.2.30 (fixes FTBFS)
+  * tg3: Fix TSO CAP for 5704 devs w / ASF enabled
+  * SUNRPC: Set alloc_slot for backchannel tcp ops (regression in 3.2.30)
+  * iwlwifi: Do not request unreleased firmware for IWL6000 (Closes: #689416)
+  * aufs: Update to aufs3.2-20120827:
+    - Fix statfs() values when different block sizes are in use
+  * udeb: Add hid-logitech-dj to input-modules (Closes: #661379)
+  * connector: Make CONNECTOR built-in; enable PROC_EVENTS (Closes: #588200)
+  * e1000e: Change wthresh to 1 to avoid possible Tx stalls
+  * [x86] efi: Build EFI stub with EFI-appropriate options
+  * [rt] Update to 3.2.32-rt48:
+    - random: Make add_interrupt_randomness() work on rt
+    - softirq: Init softirq local lock after per cpu section is set up
+    - mm: slab: Fix potential deadlock
+    - mm: page_alloc: Use local_lock_on() instead of plain spinlock
+    - rt: rwsem/rwlock: lockdep annotations
+    - sched: Better debug output for might sleep
+    - stomp_machine: Use mutex_trylock when called from inactive cpu
+  * [x86] storvsc: Account for in-transit packets in the RESET path
+  * fs: handle failed audit_log_start properly
+  * fs: prevent use after free in auditing when symlink following was denied
+  * kernel/sys.c: fix stack memory content leak via UNAME26 (CVE-2012-0957)
+  * ALSA: hda: Fix oops caused by "Fix internal mic for Lenovo Ideapad U300s"
+    in 3.2.32
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 22 Oct 2012 06:25:37 +0100
+
+linux (3.2.30-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.30
+    - ext3: Fix fdatasync() for files with only i_size changes
+    - UBI: fix a horrible memory deallocation bug
+    - fuse: fix retrieve length
+    - mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption
+    - udf: Fix data corruption for files in ICB
+    - xen: Use correct masking in xen_swiotlb_alloc_coherent.
+    - CIFS: Fix error handling in cifs_push_mandatory_locks
+    - [x86] drm/i915: Wait for all pending operations to the fb before
+      disabling the pipe
+    - xhci: Fix bug after deq ptr set to link TRB
+    - NFS: Fix the initialisation of the readdir 'cookieverf' array
+    - staging: comedi: das08: Correct AI encoding for das08jr-16-ao
+    - staging: comedi: das08: Correct AO output for das08jr-16-ao
+    - rt2800usb: Added rx packet length validity check
+    - staging: zcache: fix cleancache race condition with shrinker
+    - NFS: return error from decode_getfh in decode open
+    - ARM: 7526/1: traps: send SIGILL if get_user fails on undef handling path
+    - ahci: Add alternate identifier for the 88SE9172
+
+  [ Ben Hutchings ]
+  * [s390/s390x-tape] udeb: Remove fuse-modules configuration (fixes FTBFS)
+
+ -- dann frazier <dannf@debian.org>  Wed, 26 Sep 2012 16:00:58 +0900
+
+linux (3.2.29-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.24
+    - sched/nohz: Rewrite and fix load-avg computation -- again
+      (Closes: #674153)
+    - libsas: fix taskfile corruption in sas_ata_qc_fill_rtf
+    - md/raid1: fix use-after-free bug in RAID1 data-check code.
+    - PCI: EHCI: fix crash during suspend on ASUS computers
+    - cpufreq / ACPI: Fix not loading acpi-cpufreq driver (regression in 3.2.2)
+    - block: fix infinite loop in __getblk_slow (regression in 3.2.19)
+      (Closes: #684293)
+    - PM / Hibernate: Hibernate/thaw fixes/improvements
+    - tcm_fc: Fix crash seen with aborts and large reads
+    - fifo: Do not restart open() if it already found a partner
+    - cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap space
+    - UBIFS: fix a bug in empty space fix-up
+    - ore: Fix NFS crash by supporting any unaligned RAID IO
+    - ore: Remove support of partial IO request (NFS crash)
+    - pnfs-obj: don't leak objio_state if ore_write/read fails
+    - pnfs-obj: Fix __r4w_get_page when offset is beyond i_size
+    - dm raid1: fix crash with mirror recovery and discard
+    - dm raid1: set discard_zeroes_data_unsupported
+    - time: Fix bugs in leap-second handling (Closes: #679882)
+      + ntp: Fix leap-second hrtimer livelock
+      + timekeeping: Fix leapsecond triggered load spike issue
+    - bnx2x: fix checksum validation
+    - bnx2x: fix panic when TX ring is full
+    - eCryptfs: Gracefully refuse miscdev file ops on inherited/passed files
+    - ACPI / PM: Make acpi_pm_device_sleep_state() follow the specification
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.25
+    - mm: Fix various performance problems, particularly affecting use of
+      transparent hugepages (Closes: #675493)
+    - target: Add range checking to UNMAP emulation
+    - target: Fix reading of data length fields for UNMAP commands
+    - target: Fix possible integer underflow in UNMAP emulation
+    - target: Check number of unmap descriptors against our limit
+    - ext4: don't let i_reserved_meta_blocks go negative
+    - ext4: undo ext4_calc_metadata_amount if we fail to claim space
+    - locks: fix checking of fcntl_setlease argument
+    - Btrfs: call the ordered free operation without any locks held
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.26
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.27
+    - lirc_sir: make device registration work (Closes: #680762)
+    - random: Improve random number generation on non-interactive systems
+      + random: Use arch_get_random_int instead of cycle counter if avail
+      + random: Use arch-specific RNG to initialize the entropy store
+      + random: make 'add_interrupt_randomness()' do something sane
+      + usb: feed USB device information to the /dev/random driver
+      + net: feed /dev/random with the MAC address when registering a device
+      + rtc: wm831x: Feed the write counter into device_add_randomness()
+      + mfd: wm831x: Feed the device UUID into device_add_randomness()
+    - futex: Test for pi_mutex on fault in futex_wait_requeue_pi()
+    - futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi()
+    - s390/mm: downgrade page table after fork of a 31 bit process
+    - asus-wmi: use ASUS_WMI_METHODID_DSTS2 as default DSTS ID.
+      (Closes: #679158)
+    - md/raid1: don't abort a resync on the first badblock.
+    - [arm] 7467/1: mutex: use generic xchg-based implementation for ARMv6+
+    - [arm] 7476/1: vfp: only clear vfp state for current cpu in vfp_pm_suspend
+    - [arm] 7477/1: vfp: Always save VFP state in vfp_pm_suspend on UP
+    - [arm] 7478/1: errata: extend workaround for erratum #720789
+    - [arm] Fix undefined instruction exception handling
+    - mm: mmu_notifier: fix freed page still mapped in secondary MMU
+    - mm: hugetlbfs: close race during teardown of hugetlbfs shared page tables
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.28
+    - bnx2: Fix bug in bnx2_free_tx_skbs().
+    - sch_sfb: Fix missing NULL check
+    - sctp: Fix list corruption resulting from freeing an association on a list
+    - cipso: don't follow a NULL pointer when setsockopt() is called
+    - caif: fix NULL pointer check
+    - net/tun: fix ioctl() based info leaks
+    - rtlwifi: rtl8192cu: Change buffer allocation for synchronous reads
+    - hfsplus: fix overflow in sector calculations in hfsplus_submit_bio
+    - drm/i915: fixup seqno allocation logic for lazy_request
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.29
+    - pnfs: defer release of pages in layoutget
+    - fuse: verify all ioctl retry iov elements
+    - usb: serial: mos7840: Fixup mos7840_chars_in_buffer()
+    - sched: fix divide by zero at {thread_group,task}_times
+    - vfs: canonicalize create mode in build_open_flags()
+    - dccp: check ccid before dereferencing
+    - md: Don't truncate size at 4TB for RAID0 and Linear
+    - target: fix NULL pointer dereference bug alloc_page() fails to get memory
+    - USB: CDC ACM: Fix NULL pointer dereference
+    - alpha: Don't export SOCK_NONBLOCK to user space. (Closes: #658460)
+    - radeon: Fix various bugs in reading vbios (Closes: #685604)
+    - vfs: missed source of ->f_pos races
+    - svcrpc: fix BUG() in svc_tcp_clear_pages
+    - svcrpc: sends on closed socket should stop immediately
+    - fbcon: fix race condition between console lock and cursor timer (v1.1)
+    - mm: hugetlbfs: correctly populate shared pmd
+    - fs/buffer.c: remove BUG() in possible but rare condition
+    - block: replace __getblk_slow misfix by grow_dev_page fix
+    - Staging: speakup: fix an improperly-declared variable. (Closes: #685953)
+    - NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidate
+
+  [ Ben Hutchings ]
+  * Bump ABI to 4
+  * linux-image: Include package version in utsname version string
+    ('uname -v' output) (Closes: #638878)
+  * linux-source: Drop support for version.$DISTRIBUTION
+  * [arm,ia64,powerpc,s390,sh,x86] linux-image: Include package version
+    in stack traces from WARN, BUG, Oops etc.
+  * udeb: Add snd-hda-codec-ca0132 to sound-modules (Closes: #682368)
+  * linux-source: Suggest pkg-config, needed to build kconfig GUIs
+    (Closes: #682726)
+  * debugfs: Add mode, uid and gid mount options; set default mode to 700
+    (Closes: #681418)
+  * net: new counter for tx_timeout errors in sysfs
+  * net: Add byte queue limits (bql) for reduced buffer-bloat
+  * bnx2,bnx2x,e1000e,forcedeth,igb,ixgbe,sfc,skge,sky2,tg3:
+    Add support for bql
+  * fs: Update link security restrictions to match Linux 3.6:
+    - Drop kconfig options; restrictions can only be disabled by sysctl
+    - Change the audit message type from AUDIT_AVC (1400) to
+      AUDIT_ANON_LINK (1702)
+  * [rt] Update to 3.2.28-rt42:
+    - time/rt: Fix up leap-second backport for RT changes
+    - fix printk flush of messages
+  * rds: set correct msg_namelen (CVE-2012-3430)
+  * e1000: add dropped DMA receive enable back in for WoL (Closes: #684618)
+  * PCI/PM/Runtime: make PCI traces quieter (Closes: #684049)
+  * rc: ite-cir: Initialise ite_dev::rdev earlier (Closes: #684441)
+  * input: Enable TOUCHSCREEN_ATMEL_MXT as module (Closes: #685123)
+  * usb: Add USB_QUIRK_RESET_RESUME for all Logitech UVC webcams
+    (Closes: #668211)
+  * [alpha] Use gcc-4.6 (Closes: #685894)
+    - Use large data model to work around link failure
+  * [i386/486] video: Change FB_GEODE_LX from built-in to module (lxfb)
+    (Closes: #686528)
+  * [i386/686-pae] video: Disable Geode framebuffer drivers, not used with
+    any chips that support PAE
+  * [x86] drm/i915: Fix i8xx interrupt handling (Closes: #655152)
+  * [armel/kirkwood] ahci: Add JMicron 362 device IDs (Closes: #634180)
+  * speakup: lower default software speech rate (Closes: #686742)
+  * e1000e: Fix potential DoS when TSO enabled
+  * mm: Remove user-triggerable BUG from mpol_to_str
+  * sfc: Fix maximum number of TSO segments and minimum TX queue size
+    (CVE-2012-3412)
+    - tcp: Apply device TSO segment limit earlier
+  * net_sched: gact: Fix potential panic in tcf_gact().
+  * af_packet: remove BUG statement in tpacket_destruct_skb
+  * net: Fix various information leaks
+  * af_packet: don't emit packet on orig fanout group
+  * af_netlink: force credentials passing (CVE-2012-3520)
+  * netlink: fix possible spoofing from non-root processes
+  * net: ipv4: ipmr_expire_timer causes crash when removing net namespace
+  * [i386] i810fb: Enable FB_I810_GTF, FB_I810_I2C (Closes: #687644)
+  * udeb: Add fuse-modules to support os-prober (see #684265)
+
+  [ Bastian Blank ]
+  * Make xen-linux-system meta-packages depend on xen-system. This allows
+    automatic updates. (closes: #681637)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 16 Sep 2012 06:16:38 +0100
+
+linux (3.2.23-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.22
+    - nilfs2: ensure proper cache clearing for gc-inodes
+    - ath9k_hw: avoid possible infinite loop in ar9003_get_pll_sqsum_dvc
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.23
+    - splice: fix racy pipe->buffers uses
+    - NFC: Prevent multiple buffer overflows in NCI (CVE-2012-3364)
+    - NFC: Return from rawsock_release when sk is NULL
+    - md/raid5: Do not add data_offset before call to is_badblock
+    - md/raid5: In ops_run_io, inc nr_pending before calling
+      md_wait_for_blocked_rdev
+    - md/raid10: fix failure when trying to repair a read error.
+    - udf: Improve sanity checking of filesystem metadata (CVE-2012-3400)
+      + udf: Avoid run away loop when partition table length is corrupted
+      + udf: Fortify loading of sparing table
+    - l2tp: fix a race in l2tp_ip_sendmsg()
+    - netpoll: fix netpoll_send_udp() bugs
+    - Btrfs: run delayed directory updates during log replay
+    - ocfs2: clear unaligned io flag when dio fails
+    - aio: make kiocb->private NUll in init_sync_kiocb()
+    - mm: Hold a file reference in madvise_remove
+
+  [ Ben Hutchings ]
+  * linux-libc-dev: Fix redundant 'GNU glibc' in description (Closes: #631228)
+  * README.source: Correct name of main patch series file
+  * [sh] Fix up store queue code for subsys_interface changes (Closes: #680025)
+  * scsi: Silence unnecessary warnings about ioctl to partition
+    (Closes: #656899)
+  * Update Czech debconf template translations (Michal Simunek)
+    (Closes: #679674)
+  * linux-image: Remove versioned relations where stable version is new enough
+  * udf: Improve table length check to avoid possible overflow
+  * CIFS: Respect negotiated MaxMpxCount (deferred from 3.2.14)
+  * epoll: clear the tfile_check_list on -ELOOP (CVE-2012-3375)
+  * nouveau: Update to support Fermi (NVC0+) acceleration (Closes: #679566)
+    - Refactor sub-channel use
+    - Bump version to 1.0.0
+  * e100: ucode is optional in some cases
+  * [x86] drm/i915: prefer wide & slow to fast & narrow in DP configs
+    (Closes: #658662)
+  * cipso: don't follow a NULL pointer when setsockopt() is called
+  * [x86] hwmon: Enable SENSORS_SCH5636 as module (Closes: #680934)
+  * atl1c: fix issue of transmit queue 0 timed out
+  * raid5: delayed stripe fix (Closes: #680366)
+  * fs: Remove easily user-triggerable BUG from generic_setlease
+  * tcp: drop SYN+FIN messages
+  * fifo: Do not restart open() if it already found a partner (Closes: #678852)
+  * [rt] linux-source: Include -rt version suffix
+  * [rt] Update to 3.2.23-rt37:
+    - Latency histogramms: Cope with backwards running local trace clock
+    - Latency histograms: Adjust timer, if already elapsed when programmed
+    - Disable RT_GROUP_SCHED in PREEMPT_RT_FULL
+    - Latency histograms: Detect another yet overlooked sharedprio condition
+    - slab: Prevent local lock deadlock
+    - fs, jbd: pull your plug when waiting for space
+    - perf: Make swevent hrtimer run in irq instead of softirq
+    - cpu/rt: Rework cpu down for PREEMPT_RT
+    - cpu/rt: Fix cpu_hotplug variable initialization
+    - workqueue: Revert workqueue: Fix PF_THREAD_BOUND abuse
+    - workqueue: Revert workqueue: Fix cpuhotplug trainwreck
+
+  [ Arnaud Patard ]
+  * [mipsel] add r8169 to d-i udeb.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 22 Jul 2012 23:25:47 +0100
+
+linux (3.2.21-3) unstable; urgency=low
+
+  * driver core: remove __must_check from device_create_file
+    (fixes FTBFS on sparc)
+  * i2400m: Disable I2400M_SDIO; hardware did not reach production
+  * apparmor: remove advertising the support of network rules from
+    compat iface (Closes: #676515)
+  * xen/netfront: teardown the device before unregistering it (Closes: #675190)
+  * linux-{doc,manual,source,support}: Mark as capable of satisfying
+    relations from foreign packages (Multi-Arch: foreign) (Closes: #679202)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 28 Jun 2012 04:58:18 +0100
+
+linux (3.2.21-2) unstable; urgency=low
+
+  * [i386] cpufreq/gx: Fix the compile error
+  * [powerpc] Enable PPC_DISABLE_WERROR (fixes FTBFS)
+  * tracing/mm: Move include of trace/events/kmem.h out of header into slab.c
+    (fixes FTBFS on sparc)
+  * [i386] Disable incomplete lguest support
+  * udeb: Add missing dependencies for various modules (see #678587)
+    - [armel/kirkwood] fb-modules depends on kernel-image
+    - [ia64] nic-usb-modules depends on kernel-image, nic-shared-modules,
+      usb-modules
+    - [ia64] sata-modules depends on kernel-image, scsi-core-modules
+    - [ia64] scsi-modules depends on scsi-core-modules
+    - [ia64,powerpc,ppc64] pcmcia-modules depends on kernel-image
+    - [powerpc,ppc64] nic-pcmcia-modules depends on kernel-image,
+      nic-shared-modules, pcmcia-modules
+    - [powerpc,ppc64,x86] scsi-modules depends on ata-modules
+    - [x86] nic-extra-modules depends on i2c-modules
+  * wacom: do not crash when retrieving touch_max (Closes: #678798)
+  * wacom: Revert unintended changes to handling of Tablet PCs
+    (Closes: #677164)
+  * linux-image, README.Debian: Suggest debian-kernel-handbook package
+
+  [ Arnaud Patard ]
+  * [armel, armhf] backport BPF JIT support
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 26 Jun 2012 01:56:42 +0100
+
+linux-tools (3.2.17-1) unstable; urgency=low
+
+  * New upstream stable updates:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.15
+    - modpost: fix ALL_INIT_DATA_SECTIONS
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.16
+    - perf hists: Catch and handle out-of-date hist entry maps.
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.17
+    - Perf: fix build breakage
+
+  * Fix version insertion in perf man pages
+  * Build usbip userland packages (Closes: #568362)
+    - Do not build a shared library package; the API and ABI have changed
+      from libusbip0 but there has been no upstream soversion change
+  * usbipd: Enable TCP wrappers for access control
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 24 Jun 2012 02:52:26 +0100
+
+linux (3.2.21-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.21
+    - NFSv4.1: Fix a request leak on the back channel
+    - target: Return error to initiator if SET TARGET PORT GROUPS emulation
+      fails
+    - USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2
+    - USB: fix gathering of interface associations
+
+  [ Ben Hutchings ]
+  * [ia64,powerpc] udeb: Add crc-itu-t to crc-modules; make
+    firewire-core-modules depend on it (fixes FTBFS)
+  * [arm,m68k,sh4] udeb: Build ipv6-modules
+  * ethtool: allow ETHTOOL_GSSET_INFO for users
+  * [rt] bump version to 3.2.20-rt32
+  * cpu: Convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem
+  * [x86] Add driver auto probing for x86 features
+    - crypto: Add support for x86 cpuid auto loading for x86 crypto drivers
+      (Closes: #568008)
+    - intel-idle: convert to x86_cpu_id auto probing
+    - HWMON: Convert coretemp to x86 cpuid autoprobing
+    - HWMON: Convert via-cputemp to x86 cpuid autoprobing
+    - cpufreq: Add support for x86 cpuinfo auto loading (Closes: #664813)
+  * [x86] ACPI: Load acpi-cpufreq from processor driver automatically
+  * Bump ABI to 3
+  * input: Add Synaptics USB device driver (Closes: #678071)
+  * [x86] udeb: Fix dependencies for nic-wireless-modules
+
+  [ Aurelien Jarno ]
+  * [mips,mipsel] udeb: Remove rivafb and nvidiafb.
+  * [ppc64]: add udebs, based on powerpc/powerpc64.
+
+  [ Bastian Blank ]
+  * Support build-arch and build-indep make targets.
+
+  [ Arnaud Patard ]
+  * [armel/kirkwood] Add dreamplug and iconnect support (Closes: #675922)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 22 Jun 2012 13:54:15 +0100
+
+linux (3.2.20-1) unstable; urgency=low
+
+  * The "Confused? You Won't Be" release
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.20
+   - cifs: fix oops while traversing open file list (try #4)
+   - mm/fork: fix overflow in vma length when copying mmap on clone
+   - mm: fix faulty initialization in vmalloc_init()
+   - x86, amd, xen: Avoid NULL pointer paravirt references
+   - ext4: force ro mount if ext4_setup_super() fails
+   - ext4: disallow hard-linked directory in ext4_lookup
+   - ext4: add missing save_error_info() to ext4_error()
+   - ALSA: usb-audio: fix rate_list memory leak
+   - Bluetooth: btusb: typo in Broadcom SoftSailing id (Closes: #674565)
+   - ipv4: Do not use dead fib_info entries.
+   - ipv4: fix the rcu race between free_fib_info and ip_route_output_slow
+   - l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC case
+   - btree: fix tree corruption in btree_get_prev()
+   - asix: allow full size 8021Q frames to be received (Closes: #676545)
+   - ext4: don't trash state flags in EXT4_IOC_SETFLAGS
+   - ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bg
+
+  [ Ben Hutchings ]
+  * Rename source package to 'linux' (Closes: #636010)
+  * Convert source package format to 3.0 (quilt)
+    - Convert patch system to quilt, except for the 'orig' patch series
+    - Use xz compression for upstream and Debian tarballs
+    - README.source: Update description of patch system to match current
+      usage
+    - linux-patch-debian: Remove; it is no longer necessary for GPL
+      compliance and does not work with our current patch management
+  * linux-image: Change package name for bugs to 'src:linux' (Closes: #644198)
+  * DFSG: video: Remove nvidiafb and rivafb, which include apparently
+    obfuscated code (Closes: #383481, #609615).  The nouveau driver supports
+    all the same hardware, aside from RIVA 128 (NV3).
+  * udeb: Add udf-modules containing UDF filesystem module (Closes: #613972)
+  * [mipsel/loongson2f] linux-image: Recommend libc6-loongson2f
+    (Closes: #629410)
+  * Build-Depend on kmod or module-init-tools, not just the latter
+  * test-patches: Recognise the rt featureset automatically
+  * udeb: Build-Depend on kernel-wedge >= 2.84; this allows us to list
+    modules as required even if they are built-in in some configurations
+  * filter: Allow to create sk-unattached filters
+  * proc: Backport hidepid mount option from Linux 3.4 (Closes: #669028)
+  * NFSv4: Reduce the footprint of the idmapper (Closes: #657078)
+  * [i386] thp: avoid atomic64_read in pmd_read_atomic for 32bit PAE
+    (Closes: #676360)
+  * linux-source: Add single patch for each featureset
+  * [x86] Enable CRASH_DUMP, PROC_VMCORE (Closes: #623177)
+  * media/dvb: Enable DVB_DDBRIDGE as module (Closes: #676952)
+  * net: sock: validate data_len before allocating skb in
+    sock_alloc_send_pskb() (CVE-2012-2136)
+  * macvtap: zerocopy: fix offset calculation when building skb
+  * macvtap: zerocopy: fix truesize underestimation
+  * macvtap: zerocopy: put page when fail to get all requested user pages
+  * macvtap: zerocopy: set SKBTX_DEV_ZEROCOPY only when skb is built
+    successfully
+  * macvtap: zerocopy: validate vectors before building skb (CVE-2012-2119)
+  * KVM: Fix buffer overflow in kvm_set_irq() (CVE-2012-2137)
+
+  [ Bastian Blank ]
+  * [s390/s390x,s390x/s390x] Build debugging symbols.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 11 Jun 2012 02:46:34 +0100
+
+linux-2.6 (3.2.19-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.19
+    - hpsa: Fix problem with MSA2xxx devices (Closes: #661057)
+    - IB/core: Fix mismatch between locked and pinned pages
+    - iommu: Fix off by one in dmar_get_fault_reason()
+    - vfs: make AIO use the proper rw_verify_area() area helpers
+    - HID: logitech: read all 32 bits of report type bitfield (Closes: #671292)
+    - USB: Remove races in devio.c
+    - ext{3,4}: Fix error handling on inode bitmap corruption
+    - uvcvideo: Fix ENUMINPUT handling
+    - dl2k: Clean up rio_ioctl (CVE-2012-2313)
+    - [x86] MCE: Fix vm86 handling for 32bit mce handler
+    - [x86] mce: Fix check for processor context when machine check was taken.
+    - ethtool: Null-terminate filename passed to ethtool_ops::flash_device
+    - NFSv4: Fix buffer overflows in ACL support (CVE-2012-2375)
+      + Avoid reading past buffer when calling GETACL
+      + Avoid beyond bounds copy while caching ACL
+
+  [ Ben Hutchings ]
+  * be2net: Backport most changes up to Linux 3.5-rc1, thanks to
+    Sarveshwar Bandi (Closes: #673391)
+    - Add support for Skyhawk cards
+  * net/sched: Add codel and fq_codel from Linux 3.5-rc1
+  * [x86] udeb: Add hyperv-modules containing Hyper-V paravirtualised drivers
+  * [x86] ata_piix: defer disks to the Hyper-V drivers by default
+  * [x86] drm/i915:: Disable FBC on SandyBridge (Closes: #675022)
+  * AppArmor: compatibility patch for v5 interface (Closes: #661151)
+  * hugepages: fix use after free bug in "quota" handling (CVE-2012-2133)
+  * [x86] mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race
+    condition (CVE-2012-2373)
+  * hugetlb: fix resv_map leak in error path (CVE-2012-2390)
+  * [SCSI] fix scsi_wait_scan (Closes: #647436)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 01 Jun 2012 13:15:48 +0100
+
+linux-2.6 (3.2.18-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.18
+    - hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()
+    - net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsg
+    - [sparc] sparc64: Do not clobber %g2 in xcall_fetch_glob_regs().
+    - ext4: avoid deadlock on sync-mounted FS w/o journal
+    - brcm80211: smac: fix endless retry of A-MPDU transmissions
+      (Closes: #672891)
+    - target: Fix SPC-2 RELEASE bug for multi-session iSCSI client setups
+    - ALSA: hda/idt - Fix power-map for speaker-pins with some HP laptops
+      (Closes: #672582)
+    - usbnet: fix skb traversing races during unlink(v2)
+    - [arm] prevent VM_GROWSDOWN mmaps extending below FIRST_USER_ADDRESS
+
+  [ Jonathan Nieder ]
+  * wacom: Add support for various tablet models (Closes: #671801)
+  * rt2800usb: Add support for Ralink RT5392/RF5372 chipset (Closes: #673186)
+
+  [ Ben Hutchings ]
+  * test-patches: Fix -j option, broken since 3.1.0-1~experimental.1
+  * rt2800usb: Re-enable powersaving by default, as it should work better
+    than in 2.6.38
+  * [sparc,sparc64] Build virtio-modules-udeb for use in qemu (Closes: #673320)
+  * KVM: mmu_notifier: Flush TLBs before releasing mmu_lock
+  * [x86] KVM: nVMX: Fix erroneous exception bitmap check
+  * [x86] KVM: VMX: vmx_set_cr0 expects kvm->srcu locked
+  * [s390] KVM: do store status after handling STOP_ON_STOP bit
+  * [s390] KVM: Sanitize fpc registers for KVM_SET_FPU
+  * ACPI battery: only refresh the sysfs files when pertinent information
+    changes (Closes: #670958)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 21 May 2012 04:07:08 +0100
+
+linux-2.6 (3.2.17-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.17
+    - md: fix possible corruption of array metadata on shutdown.
+    - ext4: fix endianness breakage in ext4_split_extent_at()
+    - KVM: unmap pages from the iommu when slots are removed (CVE-2012-2121)
+    - btrfs: btrfs_root_readonly() broken on big-endian
+    - ocfs2: Fix various bugs affecting big-endian architectures
+    - lockd: fix the endianness bug
+    - phonet: Check input from user before allocating
+    - netlink: fix races after skb queueing
+    - net: fix a race in sock_queue_err_skb()
+    - net/ethernet: ks8851_mll fix rx frame buffer overflow
+    - x86, apic: APIC code touches invalid MSR on P5 class machines
+    - drm/i915: fix integer overflow in i915_gem_execbuffer2()
+    - drm/i915: fix integer overflow in i915_gem_do_execbuffer()
+    - USB: cdc-wdm: fix race leading leading to memory corruption
+    - autofs: make the autofsv5 packet file descriptor use a packetized pipe
+      (Closes: #633423)
+    - efi: Validate UEFI boot variables
+    - efivars: Improve variable validation
+    - fs/cifs: fix parsing of dfs referrals
+    - hfsplus: Fix potential buffer overflows (CVE-2012-2319)
+    - exit_signal: fix the "parent has changed security domain" logic
+
+  [ Ben Hutchings ]
+  * aufs: Enable AUFS_EXPORT
+  * ext4: Report max_batch_time option correctly (Closes: #654206)
+  * [i386/rt-686-pae] Enable HIGHMEM64G as intended for this configuration
+  * NFSv4: Revalidate uid/gid after open (Closes: #659111)
+  * sky2: propogate rx hash when packet is copied
+  * sky2: fix receive length error in mixed non-VLAN/VLAN traffic
+    (Closes: #492853)
+  * KVM: Ensure all vcpus are consistent with in-kernel irqchip settings
+    (CVE-2012-1601)
+  * KVM: lock slots_lock around device assignment (CVE-2012-2121)
+  * [rt] bump version to 3.2.16-rt27
+
+  [ Bastian Blank ]
+  * [s390] Enable IUCV special message support. (closes: #671238)
+
+  [ Arnaud Patard ]
+  * [armhf] Add vexpress support from Vagrant Cascadian with a slightly
+    modified kernel configuration (Closes: #670462)
+  * [armel] Introduce a new udeb module for leds and use it on kirkwoord
+    kernel thanks to Simon Guinot (Closes: #671200)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 12 May 2012 15:29:09 +0100
+
+linux-2.6 (3.2.16-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.16
+    - drm/i915: properly compute dp dithering for user-created modes
+      (Closes: #666360)
+    - md/bitmap: prevent bitmap_daemon_work running while initialising bitmap
+    - [ia64] Fix futex_atomic_cmpxchg_inatomic() (Closes: #659485)
+    - USB: serial: fix race between probe and open
+    - fcaps: clear the same personality flags as suid when fcaps are used
+      (CVE-2012-2123)
+    - ACPICA: Fix to allow region arguments to reference other scopes
+      (Closes: #661581)
+    - futex: Do not leak robust list to unprivileged process
+    - drm/radeon/kms: fix the regression of DVI connector check
+      (Closes: #670047)
+
+  [ Ben Hutchings ]
+  * rt2x00: Identify rt2800usb chipsets. (Closes: #658067)
+  * [x86] Add EFI boot stub support (Closes: #669033)
+  * brcmsmac: "INTERMEDIATE but not AMPDU" only when tracing
+  * NFSv4: Fix error handling and improve error reporting for file locking
+    (Closes: #669270)
+    - Rate limit the state manager for lock reclaim warning messages
+    - Ensure that the LOCK code sets exception->inode
+    - Ensure that we check lock exclusive/shared type against open modes
+  * [x86] i915: Fix integer overflows in i915_gem_{do_execbuffer,execbuffer2}
+  * Revert "autofs: work around unhappy compat problem on x86-64".
+    Reopens #633423.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 29 Apr 2012 08:00:53 +0100
+
+linux-2.6 (3.2.15-1) unstable; urgency=high
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.15
+    - drm/radeon/kms: fix fans after resume (Closes: #596741)
+    - sysctl: fix write access to dmesg_restrict/kptr_restrict
+    - [x86] PCI: use host bridge _CRS info on MSI MS-7253 (Closes: #619034)
+    - nfs: Fix length of buffer copied in __nfs4_get_acl_uncached
+    - [x86] ioat: fix size of 'completion' for Xen (Closes: #660554)
+    - cred: copy_process() should clear child->replacement_session_keyring
+
+  [ Ben Hutchings ]
+  * net: fix /proc/net/dev regression (Closes: #659499)
+  * [armel/orion5x] Fix GPIO enable bits for MPP9 (Closes: #667446)
+  * [x86] drm/i915: mask transcoder select bits before setting them on LVDS
+  * [armhf/mx5,mipsel/loongson-2f] input: Enable INPUT_TOUCHSCREEN
+    (Closes: #668036)
+  * [x86] hv: Update all Hyper-V drivers to 3.4-rc1 (Closes: #661318)
+  * hugetlb: fix race condition in hugetlb_fault()
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 14 Apr 2012 18:23:44 +0100
+
+linux-2.6 (3.2.14-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.14
+    - mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem
+      read mode (CVE-2012-1179)
+    - hugetlbfs: avoid taking i_mutex from hugetlbfs_read()
+    - md/bitmap: ensure to load bitmap when creating via sysfs
+      (Closes: #661558)
+    - md: dont set md arrays to readonly on shutdown
+    - md/raid1,raid10: avoid deadlock during resync/recovery (Closes: #584881)
+    - md: fix clearing of the changed flags for the bad blocks list
+    - xfs: fix inode lookup race
+    - sysctl: protect poll() in entries that may go away
+    - NFSv4: Rate limit the state manager warning messages (Closes: #666121)
+    - jbd2: clear BH_Delay & BH_Unwritten in journal_unmap_buffer
+    - ext4: ignore EXT4_INODE_JOURNAL_DATA flag with delalloc
+    - ext4: fix race between sync and completed io work
+    - ext4: check for zero length extent
+    - vfs: fix d_ancestor() case in d_materialize_unique
+    - udf: Fix deadlock in udf_release_file()
+    - dm crypt: add missing error handling
+    - dm thin: fix stacked bi_next usage
+    - xfs: Fix oops on IO error during xlog_recover_process_iunlinks()
+    - NFSv4: Fix two infinite loops in the mount code
+    - drm/i915: suspend fbdev device around suspend/hibernate
+      (Closes: #645547)
+    - net: fix a potential rcu_read_lock() imbalance in rt6_fill_node()
+    - [x86] tls: Off by one limit check
+    - PCI: ASPM: Fix pcie devices with non-pcie children (Closes: #665420)
+
+  [ Jonathan Nieder ]
+  * ata: Enable PATA_IT8213 as module (Closes: #666506)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 05 Apr 2012 05:02:45 +0100
+
+linux-2.6 (3.2.13-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.13
+
+  [ Ben Hutchings ]
+  * kbuild: do not check for ancient modutils tools
+
+  [ Uwe Kleine-König ]
+  * [rt] bump version to 3.2.12-rt22
+
+  [ Bastian Blank ]
+  * [s390x] Ignore ABI change.
+
+ -- Bastian Blank <waldi@debian.org>  Wed, 28 Mar 2012 13:40:26 +0200
+
+linux-tools (3.2.7-2) unstable; urgency=high
+
+  * Apply upstream changes to fix various buffer overflow bugs:
+    - perf tools: Use scnprintf where applicable
+    - perf tools: Incorrect use of snprintf results in SEGV
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 20 Mar 2012 04:54:22 +0000
+
+linux-2.6 (3.2.12-1) unstable; urgency=high
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.11
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.12
+    - aio: fix io_setup/io_destroy race
+    - aio: fix the "too late munmap()" race
+    - vfs: fix double put after complete_walk()
+    - acer-wmi: No wifi rfkill on Lenovo machines (Closes: #655941)
+    - tcp: fix false reordering signal in tcp_shifted_skb
+    - r8169: corrupted IP fragments fix for large mtu
+    - tcp: don't fragment SACKed skbs in tcp_mark_head_lost()
+    - tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_una
+    - block: Fix NULL pointer dereference in sd_revalidate_disk
+      (Closes: #649735)
+    - block: fix __blkdev_get and add_disk race condition
+
+  [ Ben Hutchings ]
+  * [powerpc] Enable KVM_GUEST
+  * [s390] Ignore arch_pick_mmap_layout version change; it should not be
+    needed by modules (fixes FTBFS)
+  * [x86] Disable POHMELFS; this version is obsolete
+  * epoll: Don't limit non-nested epoll paths
+  * CIFS: Fix a spurious error in cifs_push_posix_locks
+  * [rt] bump rt patch to version 3.2.11-rt20
+  * aufs: Update to aufs3.2-20120312
+  * tcp: fix syncookie regression
+  * ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu
+
+  [ Jonathan Nieder ]
+  * [x86] Enable RTS5139 as module (Closes: #663912)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 20 Mar 2012 04:32:51 +0000
+
+linux-2.6 (3.2.10-1) unstable; urgency=high
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.10
+    - regset: Prevent null pointer reference on readonly regsets
+      (CVE-2012-1097)
+
+  [ Uwe Kleine-König ]
+  * [rt] bump rt patch to version 3.2.9-rt17
+  * [rt] fix conflict between the security restrictions on links introduced in
+    3.2.9-1 and rt (Closes: #663269)
+
+  [ Aurelien Jarno ]
+  * [mips,mipsel] Mark ext4-modules as provided by the kernel-image udeb, remove
+    ide-core-modules provide.
+
+  [ Ben Hutchings ]
+  * [x86,ia64] PCI/hotplug: Build-in common hotplug drivers:
+    - Change HOTPLUG_PCI, HOTPLUG_PCI_PCIE to built-in
+    - [x86] Change HOTPLUG_PCI_ACPI to built-in (Closes: #663433)
+    - [ia64] Enable HOTPLUG_PCI_SGI as built-in
+  * linux-headers: Remove unused, broken symlinks to Kbuild (Closes: #663597)
+  * udeb: Remove dependency of {pcmcia,usb}-storage-modules on ide-core-modules
+  * [mips,mipsel] Mark ata-modules as provided by the kernel-image udeb
+    for most flavours
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 13 Mar 2012 17:19:32 +0100
+
+linux-tools (3.2.7-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.7
+    - perf tools: Fix perf stack to non executable on x86_64
+    - perf evsel: Fix an issue where perf report fails to show the proper
+      percentage
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 05 Mar 2012 00:19:02 +0000
+
+linux-2.6 (3.2.9-1) unstable; urgency=high
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.8
+    - [i386] i387: move TS_USEDFPU flag from thread_info to task_struct
+    - [x86] additional refactoring of FPU/SSE state save and restore
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.9
+    - vfs: fix d_inode_lookup() dentry ref leak
+    - target: Allow control CDBs with data > 1 page
+    - epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()
+    - epoll: ep_unregister_pollwait() can use the freed pwq->whead
+    - epoll: limit paths (CVE-2011-1083)
+    - cdrom: use copy_to_user() without the underscores
+
+  [ Bastian Blank ]
+  * [mips,mipsel] Also remove ext4 modules from installer.
+
+  [ Ben Hutchings ]
+  * Update debconf template translations:
+    - Update Dutch (Willem Kuyn) (Closes: #658736)
+    - Add Polish (Michał Kułach) (Closes: #658912)
+  * Bump ABI to 2
+  * fs: Introduce and enable security restrictions on links:
+    - Do not follow symlinks in /tmp that are owned by other users
+      (sysctl: fs.protected_symlinks)
+    - Do not allow unprivileged users to create hard links to sensitive files
+      (sysctl: fs.protected_hardlinks) (Closes: #609455)
+      + This breaks the 'at' package in stable, which will be fixed shortly
+        (see #597130)
+    The precise restrictions are specified in Documentation/sysctl/fs.txt in
+    the linux-doc-3.2 and linux-source-3.2 packages.
+  * iwlwifi: fix key removal (Closes: #651199)
+  * cgroups: Set CGROUP_PERF
+  * hid: Enable HID_HOLTEK, HID_PRIMAX, HID_SPEEDLINK, HID_WIIMOTE as modules,
+    HID_ACRUX_FF
+  * media/rc: Enable RC_ATI_REMOTE as module
+  * gspca: Enable USB_GSPCA_TOPRO as module
+  * dvb-usb: Enable DVB_USB_PCTV452E, DVB_USB_MXL111SF as modules
+
+  [ Uwe Kleine-König ]
+  * [x86] Update rt featureset to 3.2.9-rt15
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 04 Mar 2012 15:32:20 +0000
+
+linux-2.6 (3.2.7-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.7
+
+  [ Ben Hutchings ]
+  * Add Turkish debconf template translations (Mert Dirik) (Closes: #660117)
+  * [amd64] Disable BLK_DEV_IDEPNP, BLK_DEV_OPTI621, IDE_GENERIC
+  * Use libata-based drivers for most of the remaining PATA controllers:
+    - pata_legacy replaces ide-generic
+    - pata_isapnp replaces ide-pnp
+    - pata_opti replaces opti621
+    - pata_hpt366 and pata_hpt37x replace hpt366
+    - pata_ninja32 replaces delkin_cb
+    - pata_cs5535 replaces cs5535
+    - pata_winbond replaces sl82c105
+    - [alpha] pata_cypress replaces cy82c693
+    - [hppa] pata_ns87415 replaces ns87415
+    - [sparc] Various replacements, as for x86 in 2.6.32-10
+  * Disable old IDE subsystem [!ia64,m68k]:
+    - Disable BLK_DEV_IT8172, BLK_DEV_IT8213, BLK_DEV_TC86C001, BLK_DEV_TRM290
+    - [alpha] Disable BLK_DEV_4DRIVES, BLK_DEV_ALI14XX, BLK_DEV_DTC2278,
+      BLK_DEV_HT6560B, BLK_DEV_QD65XX, BLK_DEV_UMC8672
+  * fs: Enable EFI_PARTITION in all configurations (Closes: #660582)
+  * [i386] Re-enable INTEL_IOMMU, IRQ_REMAP
+  * [mips/r5k-ip32] Enable INPUT_SGI_BTNS (previously INPUT_SGIO2_BTNS)
+  * [powerpc/powerpc64] Enable IBM_EMAC (previously IBM_NEW_EMAC)
+  * [x86] drm/i915: do not enable RC6p on Sandy Bridge (Closes: #660265)
+  * ipsec: be careful of non existing mac headers (Closes: #660804)
+  * version: Use maintainer rather than uploader address for official
+    binary packages
+
+  [ Bastian Blank ]
+  * Don't advertise Xen support for rt images. (closes: #659988)
+  * [m68k,mips,mipsel] Use ext4 for all ext-variants. (closes: #660446)
+  * [m68k,mips,mipsel] Don't built-in ramdisk support.
+  * [hppa,mips,mipsel] Don't built-in cramfs support.
+  * [alpha,hppa] Don't built-in ext2.
+  * Remove IDE trigger for LED support.
+  * Remove all framebuffer bootup logos.
+  * NFSv4: Fix an Oops in the NFSv4 getacl code.
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 28 Feb 2012 16:00:41 +0100
+
+linux-2.6 (3.2.6-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.5
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.6
+    - ALSA: hda - Apply 0x0f-VREF fix to all ASUS laptops with ALC861/660
+      (Closes: #657302)
+    - [armhf] vfp: flush thread hwstate before restoring context from sigframe
+    - proc: mem_release() should check mm != NULL
+    - proc: make sure mem_open() doesnt pin the targets memory
+    - [arm] sched/rt: Fix task stack corruption under
+      __ARCH_WANT_INTERRUPTS_ON_CTXSW
+    - eCryptfs: Infinite loop due to overflow in ecryptfs_write()
+    - iscsi-target: Fix reject release handling in iscsit_free_cmd()
+    - iscsi-target: Fix double list_add with iscsit_alloc_buffs reject
+    - pcmcia: fix socket refcount decrementing on each resume
+
+  [ Aurelien Jarno ]
+  * hwmon: backport IT8728F support for linux 3.3. 
+
+  [ Uwe Kleine-König ]
+  * [amd64] Update rt featureset to 3.2.5-rt12
+  * [i386] enable rt featureset for 686-pae
+
+  [ Arnaud Patard ]
+  * Merge ixp4xx oops fix when probing mtd.
+
+  [ Ben Hutchings ]
+  * Change linux-image dependencies to allow kmod as an alternative to
+    module-init-tools
+  * relay: prevent integer overflow in relay_open()
+  * builddeb: Don't create files in /tmp with predictable names
+  * ath9k: fix a WEP crypto related regression (Closes: #659484)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 16 Feb 2012 02:38:38 +0000
+
+linux-2.6 (3.2.4-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.3
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.4
+    - eCryptfs: Sanitize write counts of /dev/ecryptfs
+    - eCryptfs: Make truncate path killable
+    - eCryptfs: Check inode changes in setattr
+    - drm/i915: paper over missed irq issues with force wake voodoo
+    - tpm_tis: add delay after aborting command (Closes: #649033)
+    - USB: ftdi_sio: fix initial baud rate (Closes: #658164)
+    - USB: Realtek cr: fix autopm scheduling while atomic (Closes: #656724)
+
+  [ Ben Hutchings ]
+  * [armel] Add mv78xx0 flavour; thanks to Steve McIntyre for the config
+  * net: Disable FIXED_PHY; this driver only causes trouble
+  * PCI: Rework ASPM disable code (fixes power usage regression on some
+    systems)
+
+  [ Bastian Blank ]
+  * Remove unneeded scmversion workaround.
+
+ -- Bastian Blank <waldi@debian.org>  Sun, 05 Feb 2012 15:42:21 +0100
+
+linux-2.6 (3.2.2-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.2
+    - ext4: fix undefined behavior in ext4_fill_flex_info() (CVE-2009-4307)
+    - Unused iocbs in a batch should not be accounted as active (CVE-2012-0058)
+    - uvcvideo: Fix integer overflow in uvc_ioctl_ctrl_map()
+    - [arm] proc: clear_refs: do not clear reserved pages
+
+  [ Ben Hutchings ]
+  * Clean up linux-image maintainer scripts:
+    - Stop changing 'build' and 'source' symlinks; these now belong to the
+      linux-headers packages
+    - Remove unused configuration variables
+    - prerm: Remove last vestige of /usr/doc transition
+    - postrm: Remove modules.*.bin; currently modules.builtin.bin is left
+      behind
+  * [alpha] Build with gcc-4.5 (Closes: #657112)
+  * aufs: Update to aufs3.2-20120109 (fixes FTBFS on m68k)
+  * [m68k] Fix assembler constraint to prevent overeager gcc optimisation
+  * sdhci-pci: Include driver in installer
+  * [armel] udeb: Do not attempt to build lzo-modules udeb as lzo_compress
+    is now built-in (fixes FTBFS)
+  * [armhf] udeb: Include rt2800usb in nic-modules, replacing rt2870sta
+    which was removed from the kernel
+  * drm: Fix authentication kernel crash
+  * xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()
+  * jbd: Issue cache flush after checkpointing
+  * crypto: sha512 - make it work, undo percpu message schedule
+    - crypto: sha512 - reduce stack usage to safe number
+  * [x86] xen: size struct xen_spinlock to always fit in arch_spinlock_t
+  * l2tp: l2tp_ip - fix possible oops on packet receive
+  * macvlan: fix a possible use after free
+  * tcp: fix tcp_trim_head() to adjust segment count with skb MSS
+  * [x86] KVM: fix missing checks in syscall emulation (CVE-2012-0045)
+
+  [ Thorsten Glaser ]
+  * [m68k] Use gcc-4.6 like (almost) all other architectures
+  * Pass the cflags define as CFLAGS_KERNEL and CFLAGS_MODULE to kbuild
+  * [m68k] Use cflags -ffreestanding (Closes: #648996)
+
+  [ Aurelien Jarno ]
+  * [mips,octeon] Disabled CONFIG_FIXED_PHY as it conflicts with the octeon
+    phy driver.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 01 Feb 2012 01:44:05 +0000
+
+linux-tools (3.2.1-2) unstable; urgency=low
+
+  * Add Vcs-{Svn,Browser} fields
+  * Reduce minimum version of linux-base to 3.4~ to support backports
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 24 Jan 2012 04:26:24 +0000
+
+linux-2.6 (3.2.1-2) unstable; urgency=high
+
+  [ Stefan Lippers-Hollmann ]
+  * udeb: Add missing modules to nic-wireless-modules:
+    - lib80211 encryption algorithms (lib80211_crypt_{wep,ccmptkip})
+      needed for e.g. ipw2x00 wlan modules (Closes: #636259)
+    - ath9k_htc, carl9170 and rt2800{pci,usb} drivers
+      (Closes: #636321, #636353, #636385)
+
+  [ Ben Hutchings ]
+  * Update Vcs-Browser URL for the switch to ViewVC
+  * Point Vcs-{Svn,Browser} at trunk branch, since the sid branch does
+    not always exist
+  * Build linux-libc-dev without multiarch if dpkg does not support it,
+    to support backports
+  * proc: clean up and fix /proc/<pid>/mem handling (CVE-2012-0056)
+
+  [ Aurelien Jarno ]
+  * [x86] Backport KVM nested VMX fixes from 3.3 to fix warnings and
+    crashes of L1 guests.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 23 Jan 2012 15:10:04 +0000
+
+linux-tools (3.2.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 19 Jan 2012 04:17:19 +0000
+
+linux-2.6 (3.2.1-1) unstable; urgency=low
+
+  * New upstream release: http://kernelnewbies.org/Linux_3.2
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.1
+
+  [ Aurelien Jarno ]
+  * [arm, mips, mipsel, sh4] Add a virtio-modules udeb on flavours which
+    can be emulated by QEMU.
+
+  [ Ben Hutchings ]
+  * media/dvb: Enable DVB_USB_IT913X as module (Closes: #653776)
+  * [arm] Remove use of possibly undefined BUILD_BUG_ON in <asm/bug.h>
+    (fixes FTBFS)
+  * Install /lib/modules/<kernel-version>/modules.builtin in linux-image
+    packages
+  * [ia64] Add accept4() syscall (Closes: #647825)
+  * [x86] staging: Enable STAGING_MEDIA, which various drivers now depend on
+    (Closes: #654800)
+  * [um,m68k] Register a generic CPU device (fixes regression introduced by
+    the fix for #649216)
+  * [alpha] add io{read,write}{16,32}be functions, thanks to Michael Cree
+  * net: reintroduce missing rcu_assign_pointer() calls
+  * Input: ALPS - add support for protocol versions 3 and 4
+    (Closes: #618422, #648207)
+  * [powerpc/powerpc64] udeb: Drop zlib-modules; ZLIB_DEFLATE is built-in
+  * [amd64] iommu: Enable INTEL_IOMMU, INTEL_IOMMU_FLOPPY_WA, IRQ_REMAP
+  * [amd64] cpufreq: Enable X86_P4_CLOCKMOD (Closes: #656328)
+  * Refresh list of related firmware packages for bug script
+
+  [ Bastian Blank ]
+  * [amd64] crypt: Enable some amd64 only ciphers.
+  * Packaging updates:
+    - Use unicode.
+    - Cleanup config handling.
+    - Remove support for plain-xen image type.
+    - Allow disabling debug infos for unreleased builds.
+
+  [ Arnaud Patard ]
+  * [armel] disable tomoyo and apparmor to allow kernel image to fit into flash.
+  * [armel] add back ixp4xx gpiolib patch
+  * [arm] backport topdown mmap support from rmk's tree
+  * [armel] Enable support from LaCIE kirkwood devices, thanks to Simon Guinot
+    (Closes: #655344)
+  * [armel] Backport 88f6282 A1 support
+
+  [ Jurij Smakov ]
+  * [sparc] Add mpt2sas to scsi-common-modules udeb on sparc and sparc64,
+    needed by Niagara T3 machines.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 18 Jan 2012 16:14:12 +0000
+
+linux-2.6 (3.2~rc7-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+    - [powerpc] pasemi_mac: Fix building as module
+    - [x86] mpparse: Account for bus types other than ISA and PCI
+      (Closes: #586494)
+    - EHCI : Fix a regression in the ISO scheduler (Closes: #651382)
+    - [arm] setup: initialize arm_dma_zone_size earlier (Closes: #651215)
+
+  [ Ben Hutchings ]
+  * [x86] et131x: Include driver in installer (Closes: #651440)
+  * security: Enable APPARMOR (Closes: #598408)
+
+  [ Uwe Kleine-König ]
+  * [amd64] Update rt featureset to 3.2-rc5-rt8
+
+  [ Bastian Blank ]
+  * Use xz compression for all packages.
+
+ -- Bastian Blank <waldi@debian.org>  Wed, 28 Dec 2011 14:55:38 +0100
+
+linux-tools (3.2~rc4-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 07 Dec 2011 01:53:15 +0000
+
+linux-2.6 (3.2~rc4-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * aufs: Update to aufs3.x-rcN-20111114
+  * ieee802154: Enable IEEE802154_6LOWPAN as module
+  * can: Enable CAN_GW, CAN_EMS_PCMCIA, CAN_PEAK_PCI as modules
+  * nfc: enable NFC_NCI as module
+  * scsi: Enable MVUMI as module
+  * dm: Enable DM_THIN_PROVISIONING as module
+  * b43: Enable B43_PHY_HT
+  * [ia64,powerpc,sparc,x86] wireless: Enable MWIFIEX_PCIE as module
+  * udeb: Update configuration for 3.2:
+    - Provide the default configuration instead of including it from the
+      kernel-wedge package
+    - iwlagn is renamed to iwlwifi
+    - blowfish is renamed to blowfish_generic
+
+  [ Uwe Kleine-König ]
+  * [amd64] reenable rt featureset with 3.2-rc4-rt5
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 03 Dec 2011 23:07:41 +0000
+
+linux-2.6 (3.1.8-2) unstable; urgency=high
+
+  * igmp: Avoid zero delay when receiving odd mixture of IGMP queries
+    (Closes: #654876) (CVE-2012-0207)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 10 Jan 2012 00:14:39 +0000
+
+linux-2.6 (3.1.8-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.1.7
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.1.8
+    - Revert "clockevents: Set noop handler in clockevents_exchange_device()",
+      included in stable update 3.1.5 (Closes: #653398)
+    - cfq-iosched: fix cfq_cic_link() race condition
+    - binary_sysctl(): fix memory leak
+    - cgroups: fix a css_set not found bug in cgroup_attach_proc
+    - iwlwifi: allow to switch to HT40 if not associated (Closes: #653423)
+    - futex: Fix uninterruptible loop due to gate_area
+    - drm/radeon/kms: bail on BTC parts if MC ucode is missing
+    - [sparc] sparc64: Fix masking and shifting in VIS fpcmp emulation.
+    - llc: llc_cmsg_rcv was getting called after sk_eat_skb.
+    - ipv4: reintroduce route cache garbage collector
+    - Revert "rtc: Disable the alarm in the hardware" (Closes: #652869)
+
+  [ Ben Hutchings ]
+  * snapshot: Implement compat_ioctl (Closes: #502816)
+  * drm/radeon: flush read cache for gtt with fence on r6xx and newer GPU
+    (Closes: #646376)
+  * rtc: Fix alarm rollover when day or month is out-of-range (Closes: #646429)
+  * l2tp: ensure sk->dst is still valid (Closes: #652503)
+  * Update Russian debconf template translations (Yuri Kozlov)
+    (Closes: #653716)
+  * v4l2-ioctl: integer overflow in video_usercopy()
+  * Restrict ioctl forwarding on partitions and logical volumes (CVE-2011-4127)
+  * [x86] KVM: Prevent starting PIT timers in the absence of irqchip support
+    (CVE-2011-4622)
+
+  [ Jonathan Nieder ]
+  * prerm: Print an error message when aborting removal of the running
+    kernel (Closes: #601962)
+  
+  [ Aurelien Jarno ]
+  * [sh4] Remove core-modules udeb as it is empty.
+  * [sh4/sh7751r] Disable CONFIG_RTS7751R2D_1. Support for this board 
+    implies IRQless IDE, which causes data corruption.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 08 Jan 2012 16:31:16 +0000
+
+linux-2.6 (3.1.6-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.1.6
+    - staging: r8712u: Add new USB ID (Closes: #651622)
+    - [arm] setup: initialize arm_dma_zone_size earlier (Closes: #651215)
+
+  [ Ben Hutchings ]
+  * [x86] Enable HYPERV, HYPERV_STORAGE, HYPERV_NET, HYPERV_UTILS,
+    HYPERV_MOUSE as modules (Closes: #652014)
+  * cciss: Add IRQF_SHARED back in for the non-MSI(X) interrupt handler
+    (Closes: #650119)
+  * udeb: Update configuration:
+    - Provide the default configuration instead of including it from the
+      kernel-wedge package
+    - [x86] Include et131x (Closes: #651440)
+    - [x86] Include isci (Closes: #652897)
+
+ -- Bastian Blank <waldi@debian.org>  Fri, 23 Dec 2011 17:02:26 +0100
+
+linux-tools (3.1.1-3) unstable; urgency=low
+
+  * Fix s390x support.
+
+ -- Aurelien Jarno <aurel32@debian.org>  Sun, 18 Dec 2011 19:32:12 +0100
+
+linux-2.6 (3.1.5-1) unstable; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.1.5
+    - bridge: correct IPv6 checksum after pull (Closes: #651469)
+    - USB: EHCI: fix HUB TT scheduling issue with iso transfer
+      (Closes: #651015)
+    - [x86] mpparse: Account for bus types other than ISA and PCI
+      (Closes: #586494)
+
+  [ Bastian Blank ]
+  * Fix generation of revisions for the patch list.
+
+  [ Hector Oron ]
+  * regulator: backport fix for nullpointer dereference in core.
+
+  [ Ben Hutchings ]
+  * [x86] Enable MEMTEST (Closes: #613321, #646361)
+    - If bad RAM is detected, WARN and recommend a more thorough test
+  * brcmsmac: Fix I/O functions for MIPS and for big-endian architectures
+  * [x86] Enable GPIO_PCH, GPIO_ML_IOH, I2C_EG20T, PCH_CAN, PCH_DMA,
+    PCH_GBE, PCH_PHUB, SERIAL_PCH_UART, SPI_TOPCLIFF_PCH, USB_GADGET,
+    USB_EG20T as modules
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 11 Dec 2011 05:28:40 +0000
+
+linux-2.6 (3.1.4-1) unstable; urgency=low
+
+  * New upstream stable updates:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.1.2
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.1.3
+    - TTY: ldisc, wait for ldisc infinitely in hangup (Closes: #645071)
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.1.4
+
+  [ Martin Michlmayr ]
+  * [armel] Set the priority of pata-modules to standard since the
+    GLAN Tank uses PATA.
+
+  [ Ben Hutchings ]
+  * Enable BCMA as module, BCMA_HOST_PCI and B43_BCMA (Closes: #649567)
+    but limit these to devices not supported by brcmsmac
+  * brcmsmac: Enable as module for all architectures
+  * Include module taint flags in bug reports
+  * lirc_serial: Fix various bugs that may result in a crash, deadlock or
+    other failure (Closes: #645811)
+  * amilo-rfkill: Use proper functions to write to the i8042 safely
+  * topology: Provide CPU topology in sysfs in !SMP configurations
+    (Closes: #649216)
+
+  [ Bastian Blank ]
+  * Include generated headers. (closes: #650085)
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 29 Nov 2011 14:14:14 +0100
+
+linux-tools (3.1.1-2) unstable; urgency=low
+
+  * Change the check for stale debian/control to tolerate binNMUs
+    (Closes: #649005)
+  * Rebuild with perl 5.14 (Closes: #649006)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 17 Nov 2011 03:18:03 +0000
+
+linux-tools (3.1.1-1) unstable; urgency=low
+
+  * New upstream release
+
+  [ Bastian Blank ]
+  * Rename to linux-tools.
+  * Use 3.0 (quilt) source format.
+  * Properly patch modpost symbol prefix setting.
+  * Build linux-tools binary package.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 14 Nov 2011 04:57:47 +0000
+
+linux-2.6 (3.1.1-1) unstable; urgency=high
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.1.1
+
+  [ Aurelien Jarno ]
+  * [s390x] Add s390x udebs, based on linux-kernel-di-s390x-2.6.
+  * [sparc64] Sync udebs with sparc.
+
+  [ Ben Hutchings ]
+  * [powerpc] Fix module selection for {ata,ide,scsi-core}-modules udebs
+  * [alpha] wire up accept4 syscall, thanks to Michael Cree
+  * iwlagn: fix modinfo display for 135 ucode (Closes: #647958)
+  * [powerpc] ptrace: Fix build with gcc 4.6
+  * [arm] add io{read,write}{16,32}be functions (fixes FTBFS)
+  * cifs, freezer: add wait_event_freezekillable and have cifs use it
+    (Closes: #488794)
+  * [alpha] Remove old, broken udeb configuration (Closes: #647586)
+  * DFSG: Remove drivers/staging/ft1000/ft1000-*/*.img, non-free
+    firmware for drivers we don't build
+  * hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops (CVE-2011-2203)
+  * vmscan: fix shrinker callback bug in fs/super.c
+  * block: Always check length of all iov entries in blk_rq_map_user_iov()
+  * [x86] Add amilo-rfkill driver for some Fujitsu-Siemens Amilo laptops
+    (Closes: #631664)
+
+  [ Arnaud Patard ]
+  * [arm] add missing ioread/write be functions to ixp4xx to fix FTBFS
+  * [armhf] allow to build kernel image for iMX51 and iMX53 and enable some
+    iMX53 platforms.
+  * [armhf] add ahci for iMX53, pata for iMX51
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 13 Nov 2011 20:08:09 +0000
+
+linux-2.6 (3.1.0-1~experimental.1) experimental; urgency=low
+
+  * New upstream release: http://kernelnewbies.org/Linux_3.1
+    - drm/i915: FBC off for ironlake and older, otherwise on by default
+      (Closes: #641622)
+    - drm/radeon: Update AVIVO cursor coordinate origin before x/yorigin
+      calculation (Closes: #585130)
+    - crypto: ghash - Avoid null pointer dereference if no key is set
+
+  [ Ben Hutchings ]
+  * [powerpc/powerpc64] Add missing #include to LPAR console selection fix
+  * Make kernel-wedge package checks non-fatal in experimental builds
+  * [x86/!486] Enable INTEL_IDLE
+  * aufs: Update to aufs3.1-20111031 (Closes: #644687)
+
+  [ Bastian Blank ]
+  * Use xz compression for debug packages.
+  * Make gcc-4.6 the default compiler.
+  * Use shorter versions in the package names.
+  * Remove linux-tools-* binary package.
+  * Drop external module packages stuff.
+  * Set default security module to Unix Discretionary Access Controls.
+    - Remove unneeded selinux boot parameter.
+
+ -- Bastian Blank <waldi@debian.org>  Thu, 03 Nov 2011 20:03:14 +0100
+
+linux-2.6 (3.1.0~rc7-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * Build udebs for the installer
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 25 Sep 2011 22:52:50 +0100
+
+linux-2.6 (3.1.0~rc6-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [ia64] Disable GENERIC_GPIO (fixes FTBFS)
+  * [i386] libertas: prioritize usb8388_olpc.bin firmware on OLPC machines
+  * [armel/ixp4xx] Add gpioblib support (fixes FTBFS)
+  * [i386] Fix alignment of alternative instruction entries (Closes: #640964)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 21 Sep 2011 05:45:40 +0100
+
+linux-2.6 (3.1.0~rc4-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * aufs: Disable until it is updated for Linux 3.1
+  * rt: Disable until it is updated for Linux 3.1
+  * nfs: Enable NFSv4.1/pNFS (Closes: #627655)
+  * [x86] ACPI: Enable ACPI_APEI_GHES as built-in (no longer modular).
+    Enable ACPI_APEI_MEMORY_FAILURE.
+  * netfilter: Enable IP_SET_HASH_NETIFACE as module
+  * net: Enable NFC, NFC_PN533 as modules
+  * video: Enable FB_UDL as module (Closes: #618261)
+  * target: Enable ISCSI_TARGET as module
+  * skge: Enable SKGE_GENESIS
+  * net/wireless: Enable RTL8192DE as module
+  * hwmon: Enable SENSORS_EMC2103, SENSORS_LM95245, SENSORS_MAX1668,
+    SENSORS_NTC_THERMISTOR, SENSORS_SMM665 as modules
+  * [i386] Enable GPIO_CS5535, MFD_CS5535, CS5535_MFGPT,
+    CS5535_CLOCK_EVENT_SRC, GPIO_VX855, MFD_VX855 as modules;
+    [i386/486] Enable OLPC_XO1_PM, OLPC_XO1_RTC, OLPC_XO1_SCI, OLPC_XO15_SCI
+    (Closes: #639113)
+  * media/dvb: Enable DVB_NET
+  * media/rc: Enable IR_MCE_KBD_DECODER as module
+  * gspca: Enable USB_GSPCA_SE401 as module
+  * de4x5: Disable on all architectures except alpha (Closes: #639538)
+  * wl128x: Disable on all flavours except armhf/omap
+  * Make bug script accept failure of lspci (Closes: #639439)
+  * [alpha] Disable GENERIC_GPIO (Closes: #638696)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 29 Aug 2011 14:48:28 +0100
+
+linux-2.6 (3.0.0-6) unstable; urgency=high
+
+  [ Uwe Kleine-König ]
+  * [amd64] Update rt featureset to 3.0.7-rt20
+
+  [ Bastian Blank ]
+  * Add stable 3.0.7, including:
+    - drm/radeon: Update AVIVO cursor coordinate origin before x/yorigin
+      calculation (Closes: #585130)
+    - ipv6: fix NULL dereference in udp6_ufo_fragment() (Closes: #643817)
+    For the complete list of changes, see:
+     http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.0.7
+
+  [ Ben Hutchings ]
+  * [powerpc] Change ATA, PATA_MACIO from module to built-in (Closes: #641210)
+  * [powerpc] Change IDE, IDE_GD from built-in to module
+  * Add stable 3.0.8, including:
+    - cputimer: Cure lock inversion
+    - drm/ttm: ensure ttm for new node is bound before calling move_notify()
+    - drm/ttm: unbind ttm before destroying node in accel move cleanup
+    - CIFS: Fix ERR_PTR dereference in cifs_get_root
+    - xfs: start periodic workers later
+    - mm: fix race between mremap and removing migration entry
+    - x25: Prevent skb overreads when checking call user data
+    - crypto: ghash - Avoid null pointer dereference if no key is set
+      (CVE-2011-4081)
+    - hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error path
+    For the complete list of changes, see:
+     http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.0.8
+  * [{mips,mipsel}/{4,5}kc-malta] Disable X.25, as in all other configurations
+  * ark3116: Fix initialisation order (Closes: #640391)
+  * Add empty files to trigger generation of kernel-image udebs
+  * aufs: Update to aufs3.0-20111031 (Closes: #644687)
+  * xfs: Fix possible memory corruption in xfs_readlink (CVE-2011-4077)
+  * oom: fix integer overflow of points in oom_badness (CVE-2011-4097)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 01 Nov 2011 14:50:06 +0000
+
+linux-2.6 (3.0.0-5) unstable; urgency=low
+
+  [ Ben Hutchings ]
+  * Bump ABI to 2
+  * kobj_uevent: Ignore if some listeners cannot handle message
+    (Closes: #641661)
+  * Build udebs for the installer
+  * Add stable 3.0.5 and 3.0.6, including:
+    - TTY: pty, fix pty counting
+    - pata_via: disable ATAPI DMA on AVERATEC 3200
+    - atm: br2684: Fix oops due to skb->dev being NULL
+    - alarmtimers: Avoid possible null pointer traversal
+    - alarmtimers: Memset itimerspec passed into alarm_timer_get
+    - alarmtimers: Avoid possible denial of service with high freq periodic
+      timers
+    - rtc: Fix RTC PIE frequency limit
+    - x86, perf: Check that current->mm is alive before getting user callchain
+    - xen/smp: Warn user why they keel over - nosmp or noapic and what to use
+      instead. (Closes: #637308)
+    - drm/nouveau: properly handle allocation failure in nouveau_sgdma_populate
+    - net/9p: fix client code to fail more gracefully on protocol error
+    - virtio: Fix the size of receive buffer packing onto VirtIO ring.
+    - virtio: VirtIO can transfer VIRTQUEUE_NUM of pages.
+    - fs/9p: Fid is not valid after a failed clunk.
+    - fs/9p: When doing inode lookup compare qid details and inode mode bits.
+    - fs/9p: Always ask new inode in create
+    - net/9p: Fix the msize calculation.
+    - 9p: close ACL leaks
+    - fs/9p: Add fid before dentry instantiation
+    - net/9p: Fix kernel crash with msize 512K
+    - fs/9p: Always ask new inode in lookup for cache mode disabled
+    - vfs: restore pinning the victim dentry in vfs_rmdir()/vfs_rename_dir()
+    - cifs: fix possible memory corruption in CIFSFindNext (CVE-2011-3191)
+    - writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stage
+    - writeback: update dirtied_when for synced inode to prevent livelock
+    - fib:fix BUG_ON in fib_nl_newrule when add new fib rule
+    - scm: Capture the full credentials of the scm sender
+    - vlan: reset headers on accel emulation path
+    - xfrm: Perform a replay check after return from async codepaths
+    - bridge: Pseudo-header required for the checksum of ICMPv6
+    - bridge: fix a possible use after free
+    - TPM: Call tpm_transmit with correct size (CVE-2011-1161)
+    - TPM: Zero buffer after copying to userspace (CVE-2011-1162)
+    - ALSA: fm801: Gracefully handle failure of tuner auto-detect
+      (Closes: #641946)
+    - btrfs: fix d_off in the first dirent
+    - ARM: 7091/1: errata: D-cache line maintenance operation by MVA may not
+      succeed
+    - ARM: 7099/1: futex: preserve oldval in SMP __futex_atomic_op
+    - ALSA: usb-audio: Check for possible chip NULL pointer before clearing
+      probing flag
+    - cfg80211: Fix validation of AKM suites
+    - iwlagn: fix dangling scan request
+    - block: Free queue resources at blk_release_queue() (Closes: #631187)
+    For the complete list of changes, see:
+     http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.0.5
+     http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.0.6
+  * Make taskstats require root access (CVE-2011-2494)
+
+  [ Uwe Kleine-König ]
+  * [amd64] Update rt featureset to 3.0.6-rt16 (Closes: #643301)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 05 Oct 2011 15:14:34 +0100
+
+linux-2.6 (3.0.0-4) unstable; urgency=low
+
+  [ Ben Hutchings ]
+  * Make bug script accept failure of lspci (Closes: #639439)
+  * [alpha] Disable GENERIC_GPIO (Closes: #638696)
+  * Add stable 3.0.4, including:
+    - loop: fix deadlock when sysfs and LOOP_CLR_FD race against each other
+    - Btrfs: fix an oops of log replay
+    - ext4: Fix ext4_should_writeback_data() for no-journal mode
+    - ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inode
+    - ext4: Resolve the hang of direct i/o read in handling
+      EXT4_IO_END_UNWRITTEN.
+    - ext4: fix nomblk_io_submit option so it correctly converts uninit blocks
+    - xen-blkfront: Drop name and minor adjustments for emulated scsi devices
+    - xen/x86: replace order-based range checking of M2P table by linear one
+    - rt2x00: fix order of entry flags modification
+    - Add a personality to report 2.6.x version numbers
+    For the complete list of changes, see:
+     http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.0.4
+  * sendmmsg/sendmsg: fix unsafe user pointer access
+  * rt2x00: fix crash in rt2800usb_write_tx_desc
+  * rt2x00: fix crash in rt2800usb_get_txwi (Closes: #636531)
+  * [sparc] Only Panther cheetah+ chips have POPC (Closes: #639949)
+  * uvcvideo: Fix crash when linking entities (Closes: #637740)
+  * Update Spanish debconf template translations (Omar Campagne)
+    (Closes: #636242)
+
+  [ Moritz Muehlenhoff ]
+  * Update German Debconf translation. Thanks to Holger Wansing
+    (Closes: #641487)
+
+  [ Uwe Kleine-König ]
+  * [amd64] Update rt featureset to 3.0.4-rt14
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 19 Sep 2011 14:40:42 +0100
+
+linux-2.6 (3.0.0-3) unstable; urgency=low
+
+  [ Ben Hutchings ]
+  * Disable SENSORS_SHT15, unlikely to be usable on any supported platform
+    (Closes: #638696)
+  * Add stable 3.0.3, including:
+    - atm: br2864: sent packets truncated in VC routed mode (Closes: #638656)
+    For the complete list of changes, see:
+     http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.0.3
+  * netfilter: TCP and raw fix for ip_route_me_harder (fixes case where
+    SNAT/masquerading is not done)
+  * Remove net device features from bug reports (Closes: #638956)
+  * [mips,mipsel] Ignore nfs ABI changes made in 3.0.0-2; fixes FTBFS
+  * genirq: Fix wrong bit operation
+  * befs: Validate length of long symbolic links (CVE-2011-2928)
+  * CIFS: Fix memory corruption on mount (Closes: #635344)
+  * x86-32, vdso: On system call restart after SYSENTER, use int $0x80
+  * drm/ttm: fix ttm_bo_add_ttm(user) failure path
+  * fuse: check size of FUSE_NOTIFY_INVAL_ENTRY message
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 27 Aug 2011 08:04:02 +0100
+
+linux-2.6 (3.0.0-2) unstable; urgency=high
+
+  [ Aurelien Jarno ]
+  * Add configuration files for s390x architecture.
+
+  [ Ben Hutchings ]
+  * linux-libc-dev: Install include/asm under arch-specific directory
+    (thanks to Aurelien for correcting the directory); mark package as
+    multi-arch-coinstallable (Multi-Arch: same)
+  * [powerpc] Use libata-based drivers for most PATA controllers
+    (Closes: #636854):
+    - Various drivers replaced as for x86 in 2.6.32-10
+    - pata_macio replaces ide_pmac
+  * Add stable 3.0.2, including:
+    - net: Cap number of elements for sendmmsg
+    - net: Fix security_socket_sendmsg() bypass problem
+    - [x86] xen: allow enable use of VGA console on dom0
+    - net: Compute protocol sequence numbers and fragment IDs using MD5
+    - cifs: cope with negative dentries in cifs_get_root
+    - ALSA: snd-usb: avoid dividing by zero on invalid input
+    - ipv6: make fragment identifications less predictable (CVE-2011-2699)
+    - sch_sfq: fix sfq_enqueue() (Closes: #631945)
+    - gre: fix improper error handling
+    - ecryptfs: Add mount option to check uid of device being mounted
+      = expect uid
+    - ecryptfs: Return error when lower file pointer is NULL
+    - ext{3,4}: Properly count journal credits for long symlinks
+    For the complete list of changes, see:
+     http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.0.2
+  * [x86] Enable RTS_PSTOR as module
+
+  [ maximilian attems ]
+  * Add stable 3.0.1, including:
+    - gro: Only reset frag0 when skb can be pulled (CVE-2011-2723)
+    - staging: comedi: fix infoleak to userspace (CVE-2011-2909)
+    - rtc: limit frequency
+    - CIFS: Fix oops while mounting with prefixpath
+    - [SCSI] fix crash in scsi_dispatch_cmd()
+    - tracing: Fix bug when reading system filters on module removal
+    - tracing: Have "enable" file use refcounts like the "filter" file
+    - ext4: fix i_blocks/quota accounting when extent insertion fails
+    - ext4: free allocated and pre-allocated blocks when check_eofblocks_fl
+      fails
+    - ext3: Fix oops in ext3_try_to_allocate_with_rsv()
+    - nfsd4: remember to put RW access on stateid destruction
+    - nfsd4: fix file leak on open_downgrade
+    - NFS: Fix spurious readdir cookie loop messages
+    - proc: fix a race in do_io_accounting()
+    - ipc/sem.c: fix race with concurrent semtimedop() timeouts and IPC_RMID
+    - [armel,armhf,hppa] dm io: flush cpu cache with vmapped io
+    - dm snapshot: flush disk cache when merging
+    For the complete list of changes, see:
+     http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.0.1
+
+  [ Jonathan Nieder ]
+  * perf: do not look at ./config for configuration (Closes: #632923)
+    (CVE-2011-2905)
+
+  [ Uwe Kleine-König ]
+  * [amd64] Update rt featureset to 3.0.1-rt11
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 16 Aug 2011 06:08:53 +0100
+
+linux-kbuild-2.6 (3.0.0-2) unstable; urgency=low
+
+  * Include new script depmod.sh (Closes: #635539)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 29 Jul 2011 01:00:20 +0200
+
+linux-kbuild-2.6 (3.0.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 24 Jul 2011 15:38:35 +0200
+
+linux-2.6 (3.0.0-1) unstable; urgency=low
+
+  * New upstream release: http://kernelnewbies.org/Linux_3.0
+
+  [ maximilian attems ]
+  * Topconfig enable modular VIDEO_SR030PC30, VIDEO_NOON010PC30,
+    SOC_CAMERA_IMX074, SOC_CAMERA_OV2640, SOC_CAMERA_OV6650,
+    SOC_CAMERA_OV9740, USB_YUREX.
+  * [x86] enable modular VIDEO_VIA_CAMERA.
+  * [x86_32] enable modular XO15_EBOOK.
+  * ALSA: hda - Enable auto-parser as default for Conexant codecs.
+
+  [ Ben Hutchings ]
+  * linux-support, linux-tools: Use dh_python2 instead of dh_pysupport
+  * aufs: Update for 3.0
+  * [amd64] Enable PCMCIA_AHA152X as module (Closes: #632929)
+  * Update debconf template translations:
+    - Slovak (Slavko)
+  * [x86] comedi: Enable the same drivers as in stable (squeeze), except
+    for ISA drivers on amd64 (Closes: #633516)
+  * Reduce required initramfs-tools version to 0.99~, to ease backporting
+  * [armhf/mx5] Explicitly configure this flavour to support i.MX51; it
+    is not currently possible to support other i.MX5x processors as well
+
+  [ Arnaud Patard ]
+  * Merge ixp4xx build fix and enable ixp4xx back
+ 
+  [ Aurelien Jarno ]
+  * [mips/octeon] Disable MEGARAID_SAS, SUSPEND, HIBERNATION, PM_RUNTIME.
+    Enable FUSION, FUSION_SAS, HW_RANDOM, HW_RANDOM_OCTEON, 
+    OCTEON_MGMT_ETHERNET, CONFIG_OCTEON_ETHERNET.
+
+  [ Bastian Blank ]
+  * [xen] Allow autoloading of backend drivers.
+
+  [ Uwe Kleine-König ]
+  * [amd64] Add rt featureset with 3.0-rt2 patch set
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 24 Jul 2011 02:42:27 +0200
+
+linux-2.6 (3.0.0~rc6-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+
+  [ maximilian attems ]
+  * Topconfig enable modular USB_NET_KALMIA, I2C_DIOLAN_U2C, SMBUS,
+    SENSORS_SMBUS, SENSORS_SHT21, SENSORS_EMC6W201, SENSORS_SCH5627,
+    SENSORS_ADS1015, SENSORS_W83795, SENSORS_DS620, SENSORS_LINEAGE,
+    SENSORS_LTC4151, SENSORS_LTC4261, SENSORS_MAX16065, SENSORS_MAX6639,
+    SENSORS_MAX6642, BT_WILINK.
+  * [x86_32] enable modular I2C_PXA.
+  * [x86] enable modular SENSORS_FAM15H_POWER.
+  * drm/i915: Hold struct_mutex during i915_save_state/i915_restore_state.
+  * [thinkpad]: Add KEY_MICMUTE and enable it on Lenovo X220.
+  * [m68k]: resources: Add lookup_resource().
+  * m68k/atari: Reserve some ST-RAM early on for device buffer use.
+  * ALSA: hda - Handle -1 as invalid position, too
+  * ALSA: hda - Judge playback stream from stream id in azx_via_get_position()
+
+  [ Ben Hutchings ]
+  * [x86] Enable SCSI_ISCI as module
+
+ -- maximilian attems <maks@debian.org>  Tue, 05 Jul 2011 11:05:43 +0200
+
+linux-kbuild-2.6 (3.0.0~rc5-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 29 Jun 2011 02:32:31 +0100
+
+linux-2.6 (3.0.0~rc5-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+    -  fix wrong iput on d_inod. (closes: #631255, #631802)
+
+  [ maximilian attems ]
+  * [x86] enable some comedi modules. (closes: #631199)
+  * [kirkwood] Enable sound support for the HP t5325 (closes: #631762)
+
+  [ Arnaud Patard ]
+  * [armel] disable ixp4xx, until upstream agrees on how to fix
+  the build error
+  * [armel] Remove configuration options which don't exist anymore
+  * [armhf] disable net dma/async tx on mx5 as it can't work
+
+ -- maximilian attems <maks@debian.org>  Tue, 28 Jun 2011 11:55:21 +0200
+
+linux-2.6 (3.0.0~rc4-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+    - drm/i915: Fixes. (closes: #627976)
+
+  [ maximilian attems ]
+  * [x86] enable modular INTEL_OAKTRAIL, ACPI_APEI_PCIEAER.
+  * Topconfig enable modular RADIO_WL1273, RADIO_WL128X.
+
+  [ Ben Hutchings ]
+  * rt2800pci: Add device ID for RT539F device (Closes: #630960)
+  * atm: Enable for all architectures except m68k, s390 (Closes: #630900)
+
+ -- maximilian attems <maks@debian.org>  Tue, 21 Jun 2011 15:00:23 +0200
+
+linux-2.6 (3.0.0~rc3-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [i386] idle: EXPORT_SYMBOL(default_idle, pm_idle) if
+    CONFIG_APM_MODULE (only); fixes FTBFS
+
+  [ maximilian attems ]
+  * Update configs.
+  * Topconfig enable BPF_JIT. (closes: #630553)
+  * Update debconf pt (Américo Monteiro) translations. (closes: #627631)
+  * Add kbuild fixes out of linux-next.
+
+ -- maximilian attems <maks@debian.org>  Thu, 16 Jun 2011 15:04:33 +0200
+
+linux-2.6 (3.0.0~rc2-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+
+  [ maximilian attems ]
+  * Newer Standards-Version 3.9.2 without changes.
+  
+  [ Hector Oron ]
+  * [armel/iop32x] Fix FTBFS (Closes: #629342)
+
+  [ Aurelien Jarno ]
+  * [mips,mipsel] Update arch/mips/kernel/i8259.c to fix FTBFS.
+  * [mips,mipsel] Remove explicit disable of CONFIG_DRM_NOUVEAU and 
+    CONFIG_DRM_RADEON_KMS.
+
+  [ Ben Hutchings ]
+  * perf: Cancel -Werror compiler option; fixes FTBFS with perl 5.14
+  * qla4xxx: Remove our fix for #598503; it has now been fixed upstream
+    in a different way and the two changes resulted in FTBFS
+  * [ia64] nouveau: Disable ACPI support. It probably wasn't very useful
+    on ia64, and now depends on mxm-wmi which is definitely x86-only.
+  * Make gcc-4.5 the default compiler (except for alpha, hppa and m68k)
+  * Restore xen-linux-system-<version>-<flavour> packages
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 09 Jun 2011 01:10:53 +0100
+
+linux-kbuild-2.6 (3.0.0~rc1-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+  * Remove docproc, no longer required for module builds
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 01 Jun 2011 10:21:01 +0100
+
+linux-2.6 (3.0.0~rc1-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [x86] Enable BACKLIGHT_APPLE, replacing BACKLIGHT_MBP_NVIDIA
+    (Closes: #627492)
+  * cgroups: Disable memory resource controller by default. Allow it
+    to be enabled using kernel parameter 'cgroup_enable=memory'.
+  * rt2800usb: Enable support for more USB devices including
+    Linksys WUSB600N (Closes: #596626) (this change was accidentally
+    omitted from 2.6.39-1)
+  * fs: Enable FHANDLE
+  * cgroups: Enable CGROUP_MEM_RES_CTLR_SWAP but not
+    CGROUP_MEM_RES_CTLR_SWAP_ENABLED. Swap accounting can be enabled
+    using kernel parameter 'swapaccount'.
+  * ipv4: Enable IP_FIB_TRIE_STATS
+  * netfilter: Enable IP_SET, IP_SET_BITMAP_IP, IP_SET_BITMAP_IPMAC,
+    IP_SET_BITMAP_PORT, IP_SET_HASH_IP, IP_SET_HASH_IPPORT,
+    IP_SET_HASH_IPPORTIP, IP_SET_HASH_IPPORTNET, IP_SET_HASH_NET,
+    IP_SET_HASH_NETPORT, IP_SET_LIST_SET, NETFILTER_XT_SET as modules
+  * net/sched: Enable NET_SCH_QFQ as module
+  * can: Enable CAN_SOFTING, CAN_SOFTING_CS as modules
+  * mtd: Enable MTD_SWAP as module
+  * of, proc: Enable PROC_DEVICETREE
+  * dm: Enable DM_RAID, DM_FLAKEY as modules. Note these are currently
+    experimental.
+  * target: Enable TCM_FC as module
+  * net/wireless/ath: Enable CARL9170 as module (carl9170, replacing
+    ar9170usb)
+  * rtlwifi: Enable RTL8192SE as module (Closes: #590280)
+  * net/wireless: Enable MWIFIEX, MWIFIEX_SDIO as modules
+  * net/usb: Enable USB_VL600 as module
+  * tablet: Enable drivers for all possible architectures and flavours
+  * tablet: Enable TABLET_USB_HANWANG as module
+  * pps: Enable PPS_CLIENT_PARPORT as module
+  * ptp: Enable PTP_1588_CLOCK, PTP_1588_CLOCK_GIANFAR,
+    PTP_1588_CLOCK_IXP46X as modules
+  * [x86] watchdog: Enable SP5100_TCO, NV_TCO as modules
+  * media/rc: Enable IR_REDRAT3, RC_LOOPBACK as module
+  * [x86] media/rc: Enable IR_ITE_CIR, IR_FINTEK as modules
+  * gspca: Enable USB_GSPCA_KINECT as module
+  * [i386] radio: Enable RADIO_MIROPCM20 as module
+  * s3fb: Enable FB_S3_DDC
+  * viafb: Enable FB_VIA_X_COMPATIBILITY
+  * es1968: Enable SND_ES1968_RADIO
+  * sound: Enable SND_ISIGHT, SND_LOLA as modules
+  * hid: Enable HID_ACRUX, HID_EMS_FF, HID_KEYTOUCH, HID_LCPOWER,
+    HID_MULTITOUCH, HID_ROCCAT_ARVO, HID_ROCCAT_KONEPLUS,
+    HID_ROCCAT_KOVAPLUS as modules
+  * usb-storage: Enable USB_STORAGE_REALTEK, USB_STORAGE_ENE_UB6250 as
+    modules
+  * mmc: Enable MMC_VUB300, MMC_USHC as modules
+  * memstick: Enable MEMSTICK_R592 as module
+  * [x86] edac: Enable EDAC_I7300 as module
+  * [i386] staging, video: Enable FB_OLPC_DCON as module
+  * [x86] staging, drm: Enable DRM_PSB as module
+  * crypto, net: Enable CRYPTO_USER_API_HASH, CRYPTO_USER_API_SKCIPHER as
+    modules
+  * [x86] block, xen: Enable XEN_BLKDEV_BACKEND as module
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 01 Jun 2011 06:41:14 +0100
+
+linux-2.6 (2.6.39-3) unstable; urgency=low
+
+  [ Ben Hutchings ]
+  * [x86] i915: Revert "drm/i915: Enable GMBUS for post-gen2 chipsets"
+    (Closes: #627575)
+  * linux-source-<version>: Suggest libqt4-dev (for 'make xconfig')
+    instead of libqt3-mt-dev (Closes: #631666)
+  * [armhf] Add omap flavour, thanks to Sebastian Reichel
+  * [armhf] rtc-twl: Switch to using threaded irq
+  * bridge/netfilter: provide a cow_metrics method for fake_ops
+    (Closes: #629932)
+  * Update debconf template translations:
+    - Danish (Joe Dalton) (Closes: #632551)
+    - Slovak (Slavko) (Closes: #608684)
+  * partitions/efi: Fix crash (oops) caused by corrupted GUID partition
+    table (CVE-2011-1577)
+  * ksm: fix NULL pointer dereference in scan_get_next_rmap_item()
+    (CVE-2011-2183)
+  * inet_diag: Fix infinite loop in inet_diag_bc_audit() (CVE-2011-2213)
+  * taskstats: don't allow duplicate entries in listener mode (CVE-2011-2484)
+  * bluetooth: Prevent buffer overflow in l2cap config request
+    (CVE-2011-2497)
+
+  [ maximilian attems ]
+  * Add stable 2.6.39.2, including:
+    - block: Fix crash (oops) in blkdev_get() on failed exclusive open
+      (Closes: #631574)
+    - nl80211: fix check for valid SSID size in scan operations (CVE-2011-2517)
+    - drm/radeon/kms: viewport height has to be even
+    - drm/radeon/kms: fix for radeon on systems >4GB without hardware iommu
+    - fat: Fix corrupt inode flags when remove ATTR_SYS flag
+    - scsi:  Fix oops caused by queue refcounting failure
+    - cifs: don't allow cifs_reconnect to exit with NULL socket pointer
+    - drm/radeon/kms: do bounds checking for 3D_LOAD_VBPNTR and bump array
+      limit
+    - TOMOYO: Fix oops in tomoyo_mount_acl() (CVE-2011-2518)
+    For the complete list of changes, see:
+     http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.39.2
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 04 Jul 2011 07:08:10 +0100
+
+linux-2.6 (2.6.39-2) unstable; urgency=low
+
+  [ Ben Hutchings ]
+  * [x86] Enable BACKLIGHT_APPLE, replacing BACKLIGHT_MBP_NVIDIA
+    (Closes: #627492)
+  * cgroups: Disable memory resource controller by default. Allow it
+    to be enabled using kernel parameter 'cgroup_enable=memory'.
+  * rt2800usb: Enable support for more USB devices including
+    Linksys WUSB600N (Closes: #596626) (this change was accidentally
+    omitted from 2.6.39-1)
+  * [x86] Remove Celeron from list of processors supporting PAE. Most
+    'Celeron M' models do not.
+  * Update debconf template translations:
+    - Swedish (Martin Bagge) (Closes: #628932)
+    - French (David Prévot) (Closes: #628191)
+  * aufs: Update for 2.6.39 (Closes: #627837)
+  * Add stable 2.6.39.1, including:
+    - ext4: dont set PageUptodate in ext4_end_bio()
+    - pata_cmd64x: fix boot crash on parisc (Closes: #622997, #622745)
+    - ext3: Fix fs corruption when make_indexed_dir() fails
+    - netfilter: nf_ct_sip: validate Content-Length in TCP SIP messages
+    - sctp: fix race between sctp_bind_addr_free() and
+      sctp_bind_addr_conflict()
+    - sctp: fix memory leak of the ASCONF queue when free asoc
+    - md/bitmap: fix saving of events_cleared and other state
+    - cdc_acm: Fix oops when Droids MuIn LCD is connected
+    - cx88: Fix conversion from BKL to fine-grained locks (Closes: #619827)
+    - keys: Set cred->user_ns in key_replace_session_keyring (CVE-2011-2184)
+    - tmpfs: fix race between truncate and writepage
+    - nfs41: Correct offset for LAYOUTCOMMIT
+    - xen/mmu: fix a race window causing leave_mm BUG()
+    - ext4: fix possible use-after-free in ext4_remove_li_request()
+    For the complete list of changes, see:
+     http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.39.1
+  * Bump ABI to 2
+  * netfilter: Enable IP_SET, IP_SET_BITMAP_IP, IP_SET_BITMAP_IPMAC,
+    IP_SET_BITMAP_PORT, IP_SET_HASH_IP, IP_SET_HASH_IPPORT,
+    IP_SET_HASH_IPPORTIP, IP_SET_HASH_IPPORTNET, IP_SET_HASH_NET,
+    IP_SET_HASH_NETPORT, IP_SET_LIST_SET, NETFILTER_XT_SET as modules
+    (Closes: #629401)
+
+  [ Aurelien Jarno ]
+  * [mipsel/loongson-2f] Disable_SCSI_LPFC to workaround GCC ICE.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 07 Jun 2011 12:14:05 +0100
+
+linux-kbuild-2.6 (2.6.39-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 20 May 2011 04:53:57 +0100
+
+linux-2.6 (2.6.39-1) unstable; urgency=low
+
+  [ maximilian attems ]
+  * [x86] Enable CRYPTO_AES_NI_INTEL for all flavours. (closes: #623631)
+  * topconfig: Enable SND_USB_6FIRE, SND_FIREWIRE_SPEAKERS,
+    MEDIA_CONTROLLER, DVB_USB_TECHNISAT_USB2, USB_GSPCA_NW80X,
+    USB_GSPCA_VICAM, XEN_WDT, LOOPBACK_TARGET.
+  * [x86] Enable modular XEN_NETDEV_BACKEND.
+  * topconfig enable mem cgroup RESOURCE_COUNTERS, CGROUP_MEM_RES_CTLR.
+    (closes: #534964)
+  * Cleanup configs.
+
+  [ Ben Hutchings ]
+  * [!x86] Disable TPM drivers. TPMs are currently only fitted in PCs.
+  * rt2800usb: Enable support for more USB devices including
+    Linksys WUSB600N (Closes: #596626)
+  * mm: Select SLAB allocator again. Although SLUB is currently the
+    upstream default, this was set as an experiment rather than a
+    recommendation! SLUB generally has poorer performance than SLAB on
+    larger systems.
+  * postinst: Remove specific support for running a ramdisk creator;
+    warn users that specify one in /etc/kernel-img.conf
+  * Require initramfs-tools >= 0.99, which installs a postinst hook
+
+  [ Arnaud Patard ]
+  * [armel] Disable eeti touchscreen driver due to missing irq_to_gpio on
+    several platforms.
+
+ -- maximilian attems <maks@debian.org>  Thu, 19 May 2011 15:34:37 +0200
+
+linux-2.6 (2.6.39~rc7-1~experimental.1) experimental; urgency=low
+
+  * [x86] Enable modular ASUS_WMI and ASUS_NB_WMI. (closes: #626141)
+  * [x86] Enable modular DELL_WMI_AIO, HP_ACCEL, INTEL_IPS, ACPI_IPMI.
+  * [x86/486] Enable modular XO1_RFKILL, XO15_EBOOK.
+  * topconfig: Enable modular NF_CONNTRACK_TIMESTAMP, NF_CONNTRACK_SNMP,
+    NETFILTER_XT_TARGET_AUDIT, NETFILTER_XT_MATCH_ADDRTYPE,
+    NETFILTER_XT_MATCH_DEVGROUP, NET_SCH_SFB, NET_SCH_MQPRIO, NET_SCH_CHOKE,
+    SATA_ACARD_AHCI, PATA_ARASAN_CF, SCSI_BNX2X_FCOE.
+  * Add nl debconf template translation. (closes: #622967)
+    Thanks willem kuyn <willemkuyn@gmail.com>.
+  * topconfig Enable modular RTL8192CU. (closes: #625613)
+
+ -- maximilian attems <maks@debian.org>  Tue, 10 May 2011 15:11:00 +0200
+
+linux-2.6 (2.6.39~rc6-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate  
+
+  [ maximilian attems ]
+  * Enable SQUASHFS_{LZO,XZ}. (closes: #613658)
+  * [x86] Enable EASYCAP. (closes: #624505)
+
+  [ Ben Hutchings
+  * xhci-hcd: Include <linux/slab.h> in xhci-pci.c (fixes FTBFS on armel)
+  * [x86] Enable BRCMSMAC; the brcmsmac module replaces brcm80211
+    (Closes: #625510)
+
+  [ Aurelien Jarno ]
+  * drm/nouveau, drm/radeon: remove fix for non-powerpc/sparc/x86.
+  * [mips,mipsel] Disabled CONFIG_DRM_NOUVEAU and CONFIG_DRM_RADEON_KMS.
+  * [mips/octeon] Disabled CONFIG_HOTPLUG_CPU and CONFIG_PM.
+
+ -- maximilian attems <maks@debian.org>  Sun, 08 May 2011 12:23:15 +0200
+
+linux-2.6 (2.6.39~rc5-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate  
+
+  [ Ben Hutchings ]
+  * [powerpc] kexec: Fix build failure on 32-bit SMP
+  * net/wireless: Adjust config for iwlegacy/iwlwifi split (Closes: #624124)
+    - Enable IWLWIFI_LEGACY as module
+    - Enable IWL4965 as module; it is no longer part of the iwlagn module
+  * [armhf] Actually install zImage into the linux-image package, thanks to
+    Sebastian Reichel
+  * [armhf] Build a linux-tools package
+  * Fix configuration for features that are no longer modular, thanks to
+    Sedat Dilek (Closes: #624372):
+    - bluetooth: Re-enable BT_L2CAP and BT_SCO as part of bluetooth module
+    - leds: Explicitly enable LEDS_CLASS as built-in
+    - mfd: Explicitly disable MFD_WM8994
+
+  [ Aurelien Jarno ]
+  * drm/nouveau, drm/radeon: fix build failure on mips.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 29 Apr 2011 06:04:13 +0100
+
+linux-2.6 (2.6.39~rc4-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [i386] Rename '686-bigmem' flavour to '686-pae'; remove '686' flavour.
+    For 686-class systems without PAE, the '486' flavour is more efficient
+    than the '686' flavour due to optimisation for uniprocessor systems.
+  * Add armhf architecture with mx5 flavour, thanks to Hector Oron and
+    Vagrant Cascadian (Closes: #621032)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 24 Apr 2011 03:21:31 +0100
+
+linux-2.6 (2.6.38-5) unstable; urgency=medium
+
+  [ Thorsten Glaser ]
+  * [m68k] atari: Enable and compile in generic RTC
+  * [m68k] Backport the most urgent fixes from 2.6.39
+    - Add helper functions to handle kernel faults, traps and
+      exceptions better (used by the other patches below)
+    - Add improved support for running under the ARAnyM emulator
+      (its native features interface) and emulated hardware
+      + block access (similar to virtio-block)
+      + console access (redirection to stdout)
+      + network access (Ethernet)  (Closes: #599121)
+  * [m68k] Add patch from queue fixing atarifb console output on
+    machines with a lot of FastRAM by reserving some ST-RAM early
+  * [m68k] Add patch from mm mailing list to fix SLUB breakage
+
+  [ Aurelien Jarno ]
+  * [mips/octeon] Disable CONFIG_HOTPLUG_CPU.
+
+  [ Ben Hutchings ]
+  * rt2800pci, rt2800usb: Enable experimental support for more recent
+    chips (Closes: #623808)
+  * [x86] staging: Enable EASYCAP as module (Closes: #624505)
+  * Add stable 2.6.38.5, including:
+    - p54: Initialize extra_len in p54_tx_80211
+    - nfsd4: Fix filp leak (regression introduced in 2.6.38.3)
+    - radeon: PLL tweaks for R7xx
+    - nouveau: Fix notifier memory corruption bug
+    - radeon: Fix bad shift in atom iio table parser
+    - [x86] i915: Sanitize the output registers after resume
+    - [x86] ideapad: Read brightness setting on brightness key notify
+    - ath9k_hw: Partially revert "fix dma descriptor rx error bit parsing"
+    - [s390] pfault: fix token handling
+    - ACPI/PM: Avoid infinite recurrence while registering power resources
+    - [hppa] slub: Disable use with DISCONTIGMEM && !NUMA
+    - vfs: avoid large kmalloc()s for the fdtable
+    - agp: Fix arbitrary kernel memory writes (CVE-2011-1745)
+    - agp: Fix OOM and buffer overflow (CVE-2011-1746)
+    For the complete list of changes, see:
+     http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.38.5
+  * [hppa] Bump ABI to 2a
+  * mpt2sas: Prevent heap overflows and unchecked reads
+    (CVE-2011-1494, CVE-2011-1495)
+  * [armel] Prevent heap corruption in OABI semtimedop
+  * can: Add missing socket check in can/bcm release (CVE-2011-1598)
+  * ldm: Disable broken support for VBLK fragments (CVE-2011-1017)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 07 May 2011 21:24:55 +0100
+
+linux-2.6 (2.6.38-4) unstable; urgency=low
+
+  * usb-audio: Define another USB ID for a buggy USB MIDI cable
+    (Closes: #617743)
+  * net: Enable BATMAN_ADV as module (Closes: #622361)
+  * Add stable 2.6.38.3, including:
+    - eCryptfs: Unlock page in write_begin error path
+    - irda: validate peer name and attribute lengths (CVE-2011-1180)
+    - irda: prevent heap corruption on invalid nickname
+    - nilfs2: fix data loss in mmap page write for hole blocks
+    - ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0()
+    - inotify: fix double free/corruption of stuct user
+    - perf: Fix task_struct reference leak
+    - ROSE: prevent heap corruption with bad facilities (CVE-2011-1493)
+    - [x86] mtrr, pat: Fix one cpu getting out of sync during resume
+    - Input: synaptics - fix crash in synaptics_module_init()
+    - ath9k: fix a chip wakeup related crash in ath9k_start
+    - mac80211: fix a crash in minstrel_ht in HT mode with no supported MCS
+      rates
+    - UBIFS: fix oops on error path in read_pnode
+    - quota: Don't write quota info in dquot_commit()
+    - mm: avoid wrapping vm_pgoff in mremap()
+    - wl12xx: fix potential buffer overflow in testmode nvs push
+    - Bluetooth: sco: fix information leak to userspace (CVE-2011-1078)
+    - bridge: netfilter: fix information leak (CVE-2011-1080)
+    - Bluetooth: bnep: fix buffer overflow (CVE-2011-1079)
+    - netfilter: ip_tables: fix infoleak to userspace (CVE-2011-1171)
+    - netfilter: arp_tables: fix infoleak to userspace (CVE-2011-1170)
+    - [x86] Revert "x86: Cleanup highmap after brk is concluded"
+      (Closes: #621072)
+    - Squashfs: handle corruption of directory structure
+    - ext4: fix a double free in ext4_register_li_request
+    - ext4: fix credits computing for indirect mapped files
+    - nfsd: fix auth_domain reference leak on nlm operations
+    - nfsd4: fix oops on lock failure
+    - char/tpm: Fix unitialized usage of data buffer (CVE-2011-1160)
+    - ipv6: netfilter: ip6_tables: fix infoleak to userspace (CVE-2011-1172)
+    - econet: 4 byte infoleak to the network (CVE-2011-1173)
+    - sound/oss: remove offset from load_patch callbacks
+      (CVE-2011-1476, CVE-2011-1477)
+    - inotify: fix double free/corruption of stuct user (CVE-2011-1479)
+    For the complete list of changes, see:
+     http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.38.3
+  * Add stable 2.6.38.4, including:
+    - vm: Fix vm_pgoff wrap in stack expansion
+    - cifs: Always do is_path_accessible check in cifs_mount
+    - cifs: Check for private_data before trying to put it
+    - sn9c102: Restrict world-wirtable sysfs files
+    - UBIFS: Restrict world-writable debugfs files
+    - vm: Fix mlock() on stack guard page
+    - UBIFS: Fix assertion warnings
+    - perf: Fix task context scheduling
+    - fib: Add rtnl locking in ip_fib_net_exit
+    - l2tp: Fix possible oops on l2tp_eth module unload
+    - ipv6: Fix duplicate /proc/sys/net/ipv6/neigh directory entries.
+    - net_sched: fix ip_tos2prio
+    - pppoe: drop PPPOX_ZOMBIEs in pppoe_flush_dev
+    - xfrm: Refcount destination entry on xfrm_lookup
+    - vlan: Take into account needed_headroom
+    - bridge: Reset IPCB when entering IP stack on NF_FORWARD
+    - futex: Set FLAGS_HAS_TIMEOUT during futex_wait restart setup
+    - oom-kill: Remove boost_dying_task_prio()
+    - UBIFS: Fix oops when R/O file-system is fsync'ed
+    - sched: Fix erroneous all_pinned logic
+    - vmscan: all_unreclaimable() use zone->all_unreclaimable as a name
+    - next_pidmap: fix overflow condition
+    - proc: Do proper range check on readdir offset
+    - [powerpc] Fix oops if scan_dispatch_log is called too early
+    - ehci: Unlink unused QHs when the controller is stopped
+    - USB: Fix formatting of SuperSpeed endpoints in /proc/bus/usb/devices
+    - xhci: Fix math in xhci_get_endpoint_interval()
+    - xhci: Also free streams when resetting devices
+    - USB: Fix unplug of device with active streams
+    - bluetooth: Fix HCI_RESET command synchronization
+    - bridge: Reset IPCB in br_parse_ip_options
+    - ip: ip_options_compile() resilient to NULL skb route
+    For the complete list of changes, see:
+     http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.38.4
+  * [s390] pfault: fix token handling (Closes: #622570)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 23 Apr 2011 03:17:53 +0100
+
+linux-2.6 (2.6.38-3) unstable; urgency=low
+
+  [ Ben Hutchings ]
+  * [ppc64] Add to linux-tools package architectures (Closes: #620124)
+  * [amd64] Save cr4 to mmu_cr4_features at boot time (Closes: #620284)
+  * appletalk: Fix bugs introduced when removing use of BKL
+  * ALSA: Fix yet another race in disconnection
+  * cciss: Fix lost command issue
+  * ath9k: Fix kernel panic in AR2427
+  * ses: Avoid kernel panic when lun 0 is not mapped
+  * PCI/ACPI: Report ASPM support to BIOS if not disabled from command line
+
+  [ Aurelien Jarno ]
+  * rtlwifi: fix build when PCI is not enabled.
+
+  [ Martin Michlmayr ]
+  * rtlwifi: Eliminate udelay calls with too large values (Closes: #620204)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 06 Apr 2011 13:53:30 +0100
+
+linux-2.6 (2.6.38-2) unstable; urgency=low
+
+  [ Ben Hutchings ]
+  * kconfig: Avoid buffer underrun in choice input (fixes FTBFS on mips)
+  * rt2800usb: Disable powersaving by default (Closes: #618930)
+  * b43: Enable B43_PHY_N (Closes: #619070)
+  * net/wireless: Enable RTL8192CE as module (Closes: #619051)
+  * Add configuration for Debian architecture ppc64, matching the
+    powerpc/powerpc64 flavour (Closes: #618976)
+  * Enable BOOT_PRINTK_DELAY (support for the boot_delay kernel parameter)
+  * [x86/!486] Enable TRANSPARENT_HUGEPAGE, TRANSPARENT_HUGEPAGE_MADVISE
+    (Closes: #618924)
+  * [x86/486] Enable X86_32_IRIS (IRIS power-off support) (Closes: #619493)
+  * Add stable 2.6.38.1, including:
+    - RDMA/cma: Fix crash in request handlers (CVE-2011-0695)
+    For the complete list of changes, see:
+     http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.38.1
+  * radeon: Add some sanity checks to obj info record parsing, thanks
+    to John Lindgren (Closes: #618847)
+  * [x86] KVM: remove isr_ack logic from PIC (Closes: #612105)
+  * Add stable 2.6.38.2, including:
+    - cgroups: If you list_empty() a head then don't list_del() it
+    - oom: Fix various bugs in victim task selection
+    - xen-kbdfront: Advertise either absolute or relative coordinates
+    - signal: Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
+      the signal code (CVE-2011-1182)
+    - ext3: Skip orphan cleanup on rocompat fs
+    - sysctl: Restrict write access to dmesg_restrict
+    - proc: Protect mm start_code/end_code in /proc/pid/stat
+    - nfsd: Fix internal NFSv4.1 operation flags to be non-overlapping
+    - nfsd: Fix wrong limit used in NFSv4 session creation
+    - USB: Do not pass negative length to snoop_urb()
+    - cdc-acm: Fix various bugs that can lead to a crash or memory corruption
+    - fs: Fix deadlock in pivot_root()
+    - fs: Assign sb->s_bdi to default_backing_dev_info if the bdi is going away
+    - x86: Cleanup highmap after brk is concluded
+    - NFS: Fix a hang/infinite loop in nfs_wb_page()
+    - ext4: Skip orphan cleanup if fs has unknown ROCOMPAT features
+    For the complete list of changes, see:
+     http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.38.2
+  * [amd64] media/rc: Enable IR_NUVOTON as module (Closes: #619937)
+  * [x86] media/rc: Enable IR_WINBOND_CIR as module
+  * [x86] Enable DEBUG_SET_MODULE_RONX (Closes: #619838)
+  * SCSI: Enable TARGET_CORE and related modules (Closes: #619298)
+  * [hppa] Remove .size directive for flush_alias_page (should fix FTBFS)
+
+  [ Jurij Smakov ]
+  * Bump CONFIG_NR_CPUS on sparc to 256 to accomodate T2+ machines
+    (Closes: #619435)
+  * Bump ABI to 2
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 29 Mar 2011 05:31:03 +0100
+
+linux-kbuild-2.6 (2.6.38-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 16 Mar 2011 13:45:58 +0000
+
+linux-2.6 (2.6.38-1) unstable; urgency=low
+
+  * New upstream release: http://kernelnewbies.org/Linux_2_6_38
+
+  [ Ben Hutchings ]
+  * Move firmware-linux-free to separate source package (firmware-free)
+  * Move linux-base to separate source package
+  * net/can: Enable CAN_SLCAN as module (Closes: #617629)
+  * sound: Enable SND_ALOOP as module (Closes: #617869)
+  * Remove the Big Kernel Lock:
+    - adfs,appletalk,i810,ufs,usbip: Refactor locking
+    - hpfs: Disable HPFS_FS
+  * ext4: Disable FS_IOC_FIEMAP ioctl temporarily (together with fixes
+    for btrfs in 2.6.38, closes: #615035)
+  * sched: Build with SCHED_AUTOGROUP, but do not enable autogrouping by
+    default (use sysctl kernel.sched_autogroup_enabled=1) (Closes: #618486)
+  * Set ABI to 1
+
+  [ Aurelien Jarno]
+  * mips/malta-[45]kc: 
+    - disable ATM, TR, WAN.
+    - synchronize options in malta-4kc and malta-5kc.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 16 Mar 2011 04:47:57 +0000
+
+linux-2.6 (2.6.38~rc8-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * [sparc] Fix .size directive for do_int_load
+  * [arm] Fix .size directive for xscale_dma_a0_map_area
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 12 Mar 2011 03:31:52 +0000
+
+linux-2.6 (2.6.38~rc7-1~experimental.1) experimental; urgency=low
+
+  [ maximilian attems ]
+  * New upstream release candidate
+    - swiotlb: Fix wrong panic (Closes: #615990)
+  * x86: Set DRM_I915_KMS on request by xorg team.
+
+  [ Ben Hutchings ]
+  * [x86] Correct typos in label names in two asm functions (Closes: #616426)
+  * [x86] Enable VT6656, loading firmware from a separate file (requires
+    firmware-linux-nonfree 0.29) (Closes: #568454)
+  * perf: Build with libdwarf for improved analysis capabilities
+  * perf: Build with newt for improved user interface (Closes: #615868)
+  * aufs: Update for 2.6.38
+  * aufs: Fix device numbers passed to security_path_mknod()
+  * dib0700/dib7000m: Add pid filtering (Closes: #614837)
+  * [powerpc] Revert fb module changes (Closes: #614221)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 08 Mar 2011 02:34:04 +0000
+
+linux-2.6 (2.6.38~rc6-1~experimental.1) experimental; urgency=low
+
+  [ Ben Hutchings ]
+  * New upstream release candidate
+    - drm/radeon/kms: hopefully fix pll issues for real (v3) (Closes: #614566)
+    - r8169: Keep firmware in memory (Closes: #609538)
+    - [sparc] Fix misaligned tracing information which the module loader
+      does not support (Closes: #609371)
+    - [sh4] Export cpu_core_map to fix build failure with CONFIG_SFC=m.
+    - [armel] Support for Buffalo LS-CHL (Closes: #590105).
+    - btrfs: Prevent heap corruption in btrfs_ioctl_space_info()
+      (CVE-2011-0699)
+    - [s390] Remove task_show_regs (CVE-2011-0710)
+  * DFSG: Remove drivers/staging/ft1000/ft1000-pcmcia/boot.h, non-free
+    firmware for a driver we don't build (Closes: #609448)
+  * module,bug: Add TAINT_OOT_MODULE flag for modules that weren't built
+    in-tree
+
+  [ maximilian attems ]
+  * [x86] linux-images suggest extlinux, s/grub/grub-pc/. (closes: #613909)
+
+  [ Aurelien Jarno]
+  * mips/swarm: enable PATA drivers that have been lost during IDE -> PATA
+    conversion.
+  * mips/malta-[45]kc: set VIRTUALIZATION.
+
+ -- maximilian attems <maks@debian.org>  Tue, 22 Feb 2011 14:36:33 +0100
+
+linux-2.6 (2.6.37-2) unstable; urgency=low
+
+  [ Ben Hutchings ]
+  * Add stable 2.6.37.1:
+    - libata: Set queue DMA alignment to sector size for ATAPI too
+    - USB: serial: add missing .usb_driver field in serial drivers
+    - USB: EHCI: fix scheduling while atomic during suspend
+    - zram: Fix data corruption issue
+    - brcm80211: Fix suspend/resume issue
+    - ath9k: Fix system hang when resuming from S3/S4
+    - SCSI: Fix medium error problems with some arrays which can cause
+      data corruption
+    - libsas: Fix runaway error handler problem
+    - NFS: Don't use vm_map_ram() in readdir
+    - NFS: Fix NFSv3 exclusive open semantics
+    - /proc/kcore: Fix seeking
+    - mm: Fix migration hangs on anon_vma lock
+    - writeback: Stop background/kupdate works from livelocking other works
+    - writeback: Avoid livelocking WB_SYNC_ALL writeback
+    - ext4: Fix trimming of a single group
+    - af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks
+    - virtio_net: Add schedule check to napi_enable call
+    - ptrace: Use safer wake up on ptrace_detach()
+    - net: Fix ip link add netns oops
+    - SMP: Fix smp_call_function_many() SMP race
+    - md: Ensure no IO request to get md device before it is properly
+      initialised
+    - PM/runtime: Don't enable interrupts while running in_interrupt
+    - [x86] mm: Avoid possible bogus TLB entries by clearing prev
+      mm_cpumask after switching mm
+  * Kbuild: Include localversion file in linux-headers-*; fixes output
+    of 'make kernelrelease'
+  * Add stable 2.6.37.2:
+    - nfsd: Memory corruption due to writing beyond the stat array
+    - xen: p2m: Correctly initialize partial p2m leaf
+    - av7110: Check for negative array offset (CVE-2011-0521)
+    - cred: Fix kernel panic upon security_file_alloc() failure
+    - btrfs: Prevent heap corruption in btrfs_ioctl_space_info()
+      (CVE-2011-0699)
+    - cred: Fix BUG() upon security_cred_alloc_blank() failure
+    - cred: Fix memory and refcount leaks upon security_prepare_creds()
+      failure
+    - PCI: Use security_capable() when checking capablities during config
+      space read
+    - [s390] Remove task_show_regs (CVE-2011-0710)
+    - PM/hibernate: Return error code when alloc_image_page() fails
+    - fs/partitions: Validate map_count in Mac partition tables
+    - workqueue: Wake up a worker when a rescuer is leaving a gcwq
+    - ALSA: caiaq - Fix possible string-buffer overflow
+  * Set ABI to 2
+
+  [ Martin Michlmayr ]
+  * [armel/orion5x] Re-enable all devices.
+  * [armel/kirkwood] Re-enable Seagate FreeAgent DockStar support.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 26 Feb 2011 03:16:16 +0000
+
+linux-kbuild-2.6 (2.6.37-1) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 15 Feb 2011 14:15:36 +0000
+
+linux-2.6 (2.6.37-1) unstable; urgency=low
+
+  [ Ben Hutchings ]
+  * [arm] ixp4xx: Revert build fix, now applied upstream which resulted
+    in another build failure
+  * r8169: Keep firmware in memory (Closes: #609538)
+  * r8712u: Firmware filename is rtlwifi/rtl8712u.bin (Closes: #602450)
+  * [sparc] Fix misaligned tracing information which the module loader
+    does not support (Closes: #609371)
+  * Set ABI to 1
+  * Add aufs2.1, marked as staging (Closes: #573189, #613248)
+  * fs/notify: Enable FANOTIFY (Closes: #599877)
+  * acer-wmi, aic94xx, asus_acpi, iscsi, janz-ican3, rtc-ds1511, tc1100-wmi:
+    Restrict write permissions on files in procfs/sysfs
+  * nbd: Remove module-level ioctl mutex mistakenly introduced in 2.6.37
+  * [x86] crypto: Re-enable AES_NI_INTEL as module (Closes: #597658)
+  * [powerpc] video/fb: Enable FB_VGA16 as built-in; build FB_CT65550,
+    FB_NVIDIA, FB_MATROX, FB_RADEON, FB_ATY128, FB_ATY, FB_SIS, FB_3DFX
+    as modules (Closes: #609615)
+
+  [ Aurelien Jarno ]
+  * [sh4] Export cpu_core_map to fix build failure with CONFIG_SFC=m.
+  * [mips/5kc-malta] Enable CONFIG_VGA_CONSOLE.
+
+  [ Bastian Blank ]
+  * Enable CIFS fscache and ACL support.
+  * Enable Xen PCI frontend.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 15 Feb 2011 04:14:09 +0000
+
+linux-kbuild-2.6 (2.6.37-1~experimental.1) experimental; urgency=low
+
+  * New upstream version
+  * Include new script gcc-goto.sh
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 16 Jan 2011 15:14:34 +0000
+
+linux-2.6 (2.6.37-1~experimental.1) experimental; urgency=low
+
+  * New upstream release: http://kernelnewbies.org/Linux_2_6_37
+    - starfire: Fix dma_addr_t size test for MIPS (fixes FTBFS)
+    - watchdog: Improve failure message and documentation (Closes: #608138)
+
+  [ Ben Hutchings ]
+  * i2c-i801: Include <linux/slab.h> (fixes FTBFS on alpha)
+  * [x86] Staging: Enable R8712U as module (r8712u, replacing r8192s_usb)
+    - Enable loading external firmware, thanks to Stefan Lippers-Hollmann
+  * linux-base: Look for GRUB 1 configuration in both /boot/grub and
+    /boot/boot/grub (Closes: #607863)
+  * btrfs: Require CAP_SYS_ADMIN for filesystem rebalance (Closes: #608185)
+  * r8169: Change RTL8111D/RTL8168D initialisation and firmware loading to
+    match upstream version (Closes: #596390 with firmware-realtek 0.28)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 05 Jan 2011 02:44:28 +0000
+
+linux-2.6 (2.6.37~rc7-1~experimental.1) experimental; urgency=low
+  
+  * New upstream release candidate
+    - [mips] Rename mips_dma_cache_sync back to dma_cache_sync (fixes FTBFS)
+
+  [ Ben Hutchings ]
+  * debian/copyright: Add explanation of indirect linking of perf to
+    OpenSSL (Closes: #606520)
+  * [powerpc,x86] Enable PATA_PCMCIA (Closes: #606324)
+  * Disable BLK_DEV_IDECS
+  * [alpha] Use libata-based drivers for most PATA controllers
+  * [powerpc] linux-base: Run ybin after updating yaboot.conf
+    (Closes: #607284)
+  * Update debconf template translations:
+    - Add Catalan (Jordi Mallach)
+    - Update Danish (Joe Hansen)
+    - Update Spanish (Omar Campagne, Javier Fernández-Sanguino)
+    - Add Italian (Luca Bruno)
+    - Update Japanese (Nobuhiro Iwamatsu)
+    - Add Brazilian Portugese (Flamarion Jorge)
+    - Update Vietnamese (Clytie Siddall)
+  * debian/bin/test-patches: Restrict patches to featureset when building
+    with a featureset (thanks to Tim Small)
+  * Recommend use of 'make deb-pkg' to build custom kernel packages
+  * [ia64] drm/nouveau: Revert unnecessary exclusion of ACPI support code
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 25 Dec 2010 16:21:09 +0000
+
+linux-2.6 (2.6.37~rc5-1~experimental.3) experimental; urgency=low
+
+  * Really apply patches added in the previous version
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 11 Dec 2010 16:27:21 +0000
+
+linux-2.6 (2.6.37~rc5-1~experimental.2) experimental; urgency=low
+
+  * Second attempt to fix FTBFS on various architectures:
+    - [alpha] Do not use -Werror for arch/alpha
+    - [arm/ixp4xx] Rename FREQ macro to avoid collisions (v2)
+    - drm/nouveau: Only select ACPI_VIDEO if its dependencies are met
+    - [mips] Change mips_sc_is_activated() to do what the comment says
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 11 Dec 2010 06:27:51 +0000
+
+linux-2.6 (2.6.37~rc5-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+
+  [ Ben Hutchings ]
+  * Attempt to fix FTBFS on various architectures:
+    - [alpha] Do not use -Werror for arch/alpha/kernel
+    - [arm/ixp4xx] Rename FREQ macro to avoid collisions
+    - [mips] Add the necessary parameter to mips_sc_is_activated()
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 10 Dec 2010 02:59:12 +0000
+
+linux-2.6 (2.6.37~rc4-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+
+  [ maximilian attems ]
+  * Newer Standards-Version 3.9.1 without changes.
+
+  [ Martin Michlmayr ]
+  * Add ixp4xx build fix from Arnaud Patard (Closes: #602669)
+  * [armel/kirkwood] Enable sound.
+  * ASoC: Add support for OpenRD Ultimate (Arnaud Patard).
+
+  [ Ben Hutchings ]
+  * Enable PM_ADVANCED_DEBUG (Closes: #603254)
+  * Disable X.25 protocol and related drivers.  This 10 year old experiment
+    has stalled and is a source of security bugs.
+  * Disable Econet protocol.  It is unmaintained upstream, probably broken,
+    and of historical interest only.
+  * af_802154,decnet,rds: Disable auto-loading as mitigation against local
+    exploits.  These protocol modules are not widely used and can be
+    explicitly loaded or aliased on systems where they are wanted.
+  * debian/rules: Change 'clean' rule to remove package build directories
+    even after a version bump, thanks to Timo Juhani Lindfors
+  * dm: Deal with merge_bvec_fn in component devices better (Closes: #604457)
+  * 9p: Enable 9P_FS_POSIX_ACL
+  * netfilter/ipvs: Enable IP_VS_PE_SIP as module
+  * net/sched: Enable NET_ACT_CSUM as module
+  * can: Enable CAN_SJA1000_ISA, CAN_TSCAN1 as modules
+  * block: Enable BLK_DEV_RBD (Rados) as module
+  * sensors: Enable AD525X_DPOT_SPI, APDS9802ALS, ISL29020, SENSORS_BH1780,
+    SENSORS_BH1770, SENSORS_APDS990X, HMC6352, BMP085 as modules
+  * scsi: Enable SCSI_CXGB4_ISCSI as module
+  * net/ppp: Enable PPTP as module
+  * net: Enable BNA, SMCTR, USB_NET_CX82310_ETH as modules
+  * IR: Enable IR_RC5_SZ_DECODER as module
+  * [i386] IR: Enable IR_NUVOTON as module
+  * V4L: Enable GSPCA_KONICA, GSPCA_XIRLINK_CIT as modules
+  * DVB: Enable USB_LME2510 as module
+  * [i386] sound/isa: Enable SND_AZT1605, SND_AZT2316, SND_JAZZ16,
+    SND_MSND_PINNACLE, SND_MSND_CLASSIC as modules
+  * HID: Enable HID_UCLOGIC, HID_WALTOP, HID_ROCCAT_PYRA as modules
+  * hid-logitech: Enable LOGIWII_FF
+  * Enable USB_UAS (USB-attached SCSI) as module
+  * serial: Enable USB_SERIAL_SAMBA as module
+  * drm/nouveau: Enable DRM_I2C_SIL164 as module
+  * perf: Use libiberty, not libbfd, for symbol demangling
+    (Closes: #604750, #606050)
+  * firmware: Correct copyright information and add source for CIS files
+    (accidentally omitted when merging from sid branch)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 05 Dec 2010 23:19:38 +0000
+
+linux-kbuild-2.6 (2.6.36-1~experimental.1) experimental; urgency=low
+
+  * New upstream version
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 15 Nov 2010 00:20:33 +0000
+
+linux-2.6 (2.6.36-1~experimental.1) experimental; urgency=low
+
+  * New upstream release: http://kernelnewbies.org/Linux_2_6_36
+    - writeback: always use sb->s_bdi for writeback purposes (Closes: #599466)
+    - i7core_edac: fix panic in udimm sysfs attributes registration
+      (Closes: #600528)
+
+  [ Ben Hutchings ]
+  * qla4xxx: Fix build on some architectures lacking 64-bit I/O
+    (Closes: #598503)
+  * [x86] Enable modular TM6000, TM6000_ALSA, TM6000_DVB
+  * [x86] Staging: fix Makefile so brcm80211 will actually build
+    (Closes: #599465)
+  * [x86] Enable modular IDEAPAD_ACPI (Closes: #599444)
+  * perf: Enable Perl and Python scripting
+    - Move scripts to /usr/share/perf_<version>-core (Closes: #599624)
+  * crypto: Explicitly enable algorithm self-tests (Closes: #599441)
+  * [x86] Skip looking for ioapic overrides when ioapics are not present
+    (Closes: #598533)
+  * [x86] ata_piix: Add device ID for ICH4-L
+  * [armel/iop32x,ia64,x86] Disable BLK_DEV_PIIX as obsolete
+  * [amd64] Disable DRM_I810; i81x chipsets do not support 64-bit processors
+  * [x86] Disable DRM_I830; the i915 driver is now used instead
+
+  [ Martin Michlmayr ]
+  * Kirkwood: restrict the scope of the PCIe reset workaround
+
+ -- maximilian attems <max@stro.at>  Wed, 27 Oct 2010 13:23:11 +0200
+
+linux-2.6 (2.6.36~rc6-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+    - drm/i915: Ensure that the crtcinfo is populated during mode_fixup()
+      (Closes: #592415)
+    - USB: fix bug in initialization of interface minor numbers
+      (Closes: #598207)
+
+  [ Ben Hutchings ]
+  * linux-base: Remove dependency on libapt-pkg-perl (Closes: #589996, really)
+  * Disable INTEL_IDLE.  It can no longer be built as a module and so was
+    actually disabled by the previous version, but I do not consider it ready
+    to build-in yet.
+  * Enable modular NETFILTER_XT_TARGET_CHECKSUM, NETFILTER_XT_TARGET_IDLETIMER,
+    NETFILTER_XT_MATCH_CPU, NETFILTER_XT_MATCH_IPVS
+  * Reenable LOCKUP_DETECTOR, accidentally disabled by the previous version
+  * Enable modular AD525X_DPOT_I2C, ATM_NICSTAR, CAN_ESD_USB2, CHELSIO_T4VF,
+    FIREWIRE_NOSY, HID_ACRUX_FF, HID_ELECOM, INFINIBAND_CXGB4, INFINIBAND_QIB,
+    MTD_PCMCIA, ORINOCO_USB, PPS_CLIENT_LDISC, RAMOOPS, SERIAL_MFD_HSU,
+    UIO_NETX, USB_GSPCA_SPCA1528, USB_GSPCA_SQ930X, USB_SERIAL_SSU100,
+    USB_SERIAL_ZIO, WL1271_SDIO, WL1271_SPI
+  * Enable BT_HCIUART_ATH3K, USB_SERIAL_MOS7715_PARPORT
+  * [x86] Enable modular SENSORS_PKGTEMP
+  * Enable modular IR_CORE, RC_MAP, all IR decoders, IR_IMON, IR_MCEUSB,
+    IR_ENE, IR_STREAMZAP
+  * [x86] Enable modular LIRC drivers
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 03 Oct 2010 21:18:41 +0100
+
+linux-2.6 (2.6.36~rc5-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+    - 3c59x: Fix deadlock in vortex_error() (Closes: #595554)
+
+  [ Ben Hutchings ]
+  * speakup: Update to match Debian package version 3.1.5.dfsg.1-1
+  * [x86] Add brcm80211 driver for Broadcom 802.11n wireless network
+    controllers
+  * [x86] Set XEN_PLATFORM_PCI=y
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 21 Sep 2010 02:15:33 +0100
+
+linux-2.6 (2.6.35-1~experimental.3) experimental; urgency=low
+
+  [ Ritesh Raj Sarraf ]
+  * Add .gnu_debuglink information into kernel modules (Closes: #555549)
+  
+  [ Ben Hutchings ]
+  * linux-base: Remove dependency on libapt-pkg-perl (Closes: #589996)
+  * Update debconf template translations:
+    - Czech (Michal Simunek) (Closes: #590546)
+    - Portugese (Américo Monteiro) (Closes: #590557)
+    - French (David Prévot) (Closes: #591149)
+    - Russian (Yuri Kozlov) (Closes: #591241)
+    - Swedish (Martin Bagge) (Closes: #592045)
+    - German (Holger Wansing) (Closes: #592226)
+  * [x86] Enable samsung-laptop driver
+  * [sparc] Enable XVR1000 driver (Closes: #574243)
+  * Change BLK_CGROUP from module to built-in so that cfq can be the
+    default I/O scheduler again (Closes: #593720)
+  * [mipsel/loongson-2f] Enable smtcfb (FB_SM7XX) driver (Closes: #594642)
+
+  [ Ian Campbell ]
+  * Fixes/overrides for Linitan warnings:
+    - Add "(meta package)" to short description of linux-headers
+      metapackages, resolves empty-binary-package.
+    - Add dependency on ${misc:Depends} to all packages, resolves
+      debhelper-but-no-misc-depends. Required update to gencontrol.py to
+      augment rather than override headers_arch_depends read from templates.
+    - Override dbg-package-missing-depends for linux-image-*-dbg. It is not
+      necessary to install the kernel image package to use the dbg package
+      since the dbg package already contains a complete image with symbols.
+
+  [ Bastian Blank ]
+  * Disable Ralink staging drivers, the in-tree ones reached "works-for-me"
+    status.
+
+  [ Aurelien Jarno ]
+  * Fix netfilter CONFIG_COMPAT support.
+  * [sh4] set VIRTUALIZATION.
+  * [mips] Add an octeon flavour.
+
+  [ maximilian attems]
+  * Add stable 2.6.35.3 and 2.6.35.4.
+
+ -- maximilian attems <maks@debian.org>  Mon, 06 Sep 2010 15:16:17 +0200
+
+linux-2.6 (2.6.35-1~experimental.2) experimental; urgency=low
+
+  * images: Nuke modules.devname on removal. (closes: #590607)
+  * Add stable 2.6.35.1 and 2.6.35.2.
+  * mm: fix page table unmap for stack guard page properly.
+  * mm: fix up some user-visible effects of the stack guard page.
+  * config.loongson-2f: Enable USB and RTC for loongson-2f.
+    Thanks Geert Stappers <stappers@stappers.nl> (closes: #583689)
+
+ -- maximilian attems <maks@debian.org>  Mon, 16 Aug 2010 23:49:32 +0200
+
+linux-kbuild-2.6 (2.6.35-1~experimental.1) experimental; urgency=low
+
+  * New upstream version
+  * Update policy version to 3.9.1; no changes required
+  * Fix minor issues reported by lintian:
+    - Add ${misc:Depends} to dependencies
+    - Add debian/source/format file
+    - Remove redundant priority and section fields
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 08 Aug 2010 22:31:47 +0100
+
+linux-2.6 (2.6.35-1~experimental.1) experimental; urgency=low
+
+  * New upstream release: http://kernelnewbies.org/Linux_2_6_35
+    - [ia64] Fix crash when gcore reads gate area (Closes: #588574)
+    - tpm_tis: fix subsequent suspend failures (Closes: #591031)
+
+  * topconfig enable BLK_CGROUP, NETFILTER_XT_TARGET_TEE, VMWARE_BALLOON,
+    ATH9K_HTC, TOUCHSCREEN_HAMPSHIRE, TOUCHSCREEN_TPS6507X, SND_ASIHPI,
+    SQUASHFS_XATTRS, RCU_FAST_NO_HZ, COMPACTION, IP_MROUTE_MULTIPLE_TABLES,
+    IPV6_MROUTE_MULTIPLE_TABLES, NET_DCCPPROBE, NET_SCTPPROBE, L2TP,
+    BT_L2CAP_EXT_FEATURES, MTD_NAND_RICOH, ATA_BMDMA, KEYBOARD_QT2160,
+    N_GSM, SENSORS_SHT15, SENSORS_EMC1403, SENSORS_ADS7871, SENSORS_TMP102,
+    SND_ES1968_INPUT, SND_MAESTRO3_INPUT, LEDS_LT3593, LEDS_MC13783.
+  * x86 enable INTEL_IDLE, ACPI_HED, ACPI_APEI, ACPI_APEI_GHES,
+    PCI_CNB20LE_QUIRK.
+
+ -- maximilian attems <maks@debian.org>  Tue, 03 Aug 2010 16:21:16 +0200
+
+linux-2.6 (2.6.35~rc6-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+    - drm/i915: Add 'reclaimable' to i915 self-reclaimable page allocations
+      (Closes: #534422)
+
+  [ Ben Hutchings ]
+  * [!x86] Disable FB_VIA; these GPUs are only found on x86 motherboards
+  * ds2782_battery: Fix build failure on several architectures
+  * postinst: Remove support for 'default' boot loaders. Warn users on
+    upgrade if the current configuration may rely on this.
+  * [i386/686] Remove AMD K6 from the list of supported processors; it
+    does not implement the CMOV instruction
+  * 3c59x: Fix call to mdio_sync() with the wrong argument (Closes: #589989)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 24 Jul 2010 01:00:26 +0100
+
+linux-2.6 (2.6.35~rc5-1~experimental.1) experimental; urgency=low
+
+  * New upstream release candidate
+  
+  [ Ben Hutchings ]
+  * Consistently name the linux-tools package and perf binary using the
+    upstream version without any -rcN suffix
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 13 Jul 2010 01:09:27 +0100
+
+linux-2.6 (2.6.35~rc4-1~experimental.1) experimental; urgency=low
+  
+  * New upstream snapshot
+    - [hppa] clear floating point exception flag on SIGFPE signal
+      (Closes: #559406)
+    - Add mantis and hopper DVB drivers (Closes: #577264)
+    - eeepc-laptop: Disable wireless hotplug on more models where the
+      controller is not at the expected address (Closes: #576199)
+    - qcserial: Add support for Qualcomm Gobi 2000 devices
+      (Closes: #585661)
+    - radeon: Fix MacBook Pro connector quirk (Closes: #585943)
+    - r8169: Fix MDIO timing (Closes: #583139)
+    - asix: fix setting mac address for AX88772 (Closes: #587580)
+    - Update Marvell CESA (mv_cesa) driver (Closes: #585790):
+
+  [ Ben Hutchings ]
+  * ipr: add writeq definition if needed (Closes: #584840)
+  * [mips] Fix boot from ATA hard drives (Closes: #584784):
+    - Set io_map_base for several PCI bridges lacking it
+    - Replace per-platform built-in IDE drivers with libata-based drivers
+    - Enable BLK_DEV_SD as built-in on all platforms
+  * Update Spanish debconf templates, thanks to Omar Campagne
+    (Closes: #580538)
+  * [powerpc] Enable pata_amd driver, replacing amd74xx
+  * linux-base: Don't identify LVM2 PVs by UUID (Closes: #585852)
+  * Move NEWS to linux-latest-2.6 (Closes: #586401)
+  * 3c59x: Change locking to avoid use of disable_irq() (Closes: #586967)
+  * Enable IPv6 support for IPVS (IP_VS_IPV6) (Closes: #584549)
+  * linux-base: If the disk ID update process fails, give the user a
+    chance to retry or change their answers (Closes: #585609)
+  * ipv6: Clamp reported valid_lft to a minimum of 0 (Closes: #514644)
+  * ipv6: Use interface max_desync_factor instead of static default
+    (Closes: #514646)
+  * [ia64, powerpc, sparc, x86] Enable KPROBES and KRETPROBES
+    (Closes: #584130)
+  * r8192s_usb: Fix various bugs:
+    - Clean up in case of an error in module initialisation
+    - Rename and remove proc directories correctly if an interface is
+      not called wlan0 (Closes: #582972)
+    - Correct device ID table (Closes: #584945, #587985)
+  * [x86] Enable r8192u_usb driver
+  * Add linux-tools-<version> package containing the perf tool
+    (Closes: #548715)
+  * Enable SERIAL_USB_TI (Closes: #588096) and SERIAL_USB_WHITEHEAT
+  * [x86] Enable EDAC_I7CORE
+
+  [ maximilian attems ]
+  * Enable DRM_RADEON_KMS.
+
+  [ Martin Michlmayr ]
+  * OpenRD-Base: revert patch "allow SD/UART1 selection" since it
+    never made it upstream.
+  * ARM: update mach types.
+  * Add support for OpenRD-Ultimate.
+  * QNAP TS-11x/TS-21x: Add MPP44 (board ID).
+  * Add support for the HP t5325 Thin Client.
+  * m25p80: Add support for Macronix 25L8005.
+  * [armel/kirkwood] Enable FB_XGI and FRAMEBUFFER_CONSOLE.
+  * [armel] Make MOUSE_PS2 modular.
+  * [armel] Build INPUT_UINPUT for all flavours.
+  * [armel/kirkwood] Enable FB_UDL.
+  * [armel] Disable PARPORT_PC (Closes: #588164)
+
+  [ Bastian Blank ]
+  * Disable mISDN support for NETJet cards. The driver binds a generic PCI
+    bridge.
+  * Disable ISDN4Linux drivers.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 10 Jul 2010 21:53:57 +0100
+
+linux-2.6 (2.6.34-1~experimental.2) experimental; urgency=low
+
+  [ Ben Hutchings ]
+  * [x86] Reenable rtl8192su, accidentally disabled in previous version
+    (Closes: #580740)
+  * writeback: Update dirty flags in two steps
+  * writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync
+    (Closes: #582808)
+  * writeback: fix non-integrity write-back
+  * [mipsel] Add a loongson-2f flavour
+  * [mipsel] Loongson: Define rtc device on MC146818-equipped systems
+  * Make gcc-4.4 the default compiler
+  * [ia64] Hardcode the output of the scripts under arch/ia64/scripts so
+    that we can build out-of-tree modules correctly (refresh and re-add
+    dropped patch) (Closes: #392592)
+  * [ia64] Enable SGI SN support and mspec driver (Closes: #582224)
+  * iwlwifi: Disable QoS when connected to a non-QoS-capable AP
+    (Closes: #578262)
+  * [x86] Disable e_powersaver cpufreq driver as unsafe. It has already
+    been blacklisted by cpufrequtils. The acpi-cpufreq driver can be used
+    instead on some VIA C7 systems. (Closes: #566208)
+  * [amd64] ext4: Fix compat EXT4_IOC_ADD_GROUP (used by online resize)
+  * Install debug kernel image in /usr/lib/debug/boot (Closes: #582810)
+  * Build inet_lro as a module
+  * [sparc] Enable CONFIG_FB_XVR500, CONFIG_FB_XVR2500 (Closes: #508108)
+
+  [ maximilian attems ]
+  * topconfig enable CFQ_GROUP_IOSCHED, MFD_WM8994, REGULATOR_MAX8649,
+    REGULATOR_WM8994, VHOST_NET, BT_ATH3K, CRYPTO_PCRYPT.
+  * [x86] Enable X86_PCC_CPUFREQ, VGA_SWITCHEROO (closes: #582637).
+
+  [ Martin Michlmayr ]
+  * QNAP TS-419P: Export GPIO indicating jumper setting of JP1.
+
+  [ dann frazier ]
+  * [hppa] clear floating point exception flag on SIGFPE signal
+    (Closes: #559406)
+
+  [ Aurelien Jarno ]
+  * [sh4] fix sh_tmu clocksource following recent nohz changes.
+
+  [ Moritz Muehlenhoff ]
+  * Enable X86 board specific fixups for reboot (Closes: #536537)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 06 Jun 2010 18:53:04 +0100
+
+linux-kbuild-2.6 (2.6.34-1~experimental.1) experimental; urgency=low
+
+  * New upstream version
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 20 May 2010 01:19:43 +0100
+
+linux-2.6 (2.6.34-1~experimental.1) experimental; urgency=low
+
+  * New upstream release: http://kernelnewbies.org/Linux_2_6_34
+
+  * New upstream release
+    - rtl8192su: Add IDs for several more devices (Closes: #580740)
+
+  [ maximilian attems ]
+  * topconfig enable IPV6_SIT_6RD, NETFILTER_XT_TARGET_CT, IP_VS_PROTO_SCTP,
+    NF_CONNTRACK_ZONES, CAN_PLX_PCI, TI_DAC7512, SCSI_HPSA, PATA_TOSHIBA,
+    MACVTAP, CHELSIO_T4, IXGBEVF, QLCNIC, LIBERTAS_MESH,
+    USB_NET_SMSC75XX, USB_SIERRA_NET, VIDEO_CX18_ALSA, USB_GSPCA_BENQ,
+    USB_GSPCA_CPIA1, USB_GSPCA_OV534_9, USB_GSPCA_SN9C2028, RADIO_TEF6862,
+    RADIO_SAA7706H, SND_USB_UA101, CEPH_FS, MICREL_PHY, KSZ884X_PCI,
+    SENSORS_ADT7411, SENSORS_ASC7621, VIDEO_TLG2300, DVB_USB_AZ6027,
+    DVB_NGENE, HID_3M_PCT, LOGIG940_FF, HID_MAGICMOUSE, HID_MOSART,
+    HID_NTRIG, HID_QUANTA, HID_STANTUM, HID_WACOM, USB_SERIAL_QCAUX,
+    USB_SERIAL_VIVOPAY_SERIAL, MMC_RICOH_MMC, LEDS_DELL_NETBOOKS, LOGFS.
+  * [x86] Enable EEEPC_WMI.
+  * Fix backlight support on some recent Thinkpads.
+  * acpi: Fall back to manually changing SCI_EN.
+  * Explicitly pass in whether sb is pinned or not.
+  
+  [ Ben Hutchings ]
+  * Prepare debconf templates for translation (Closes: #576758)
+  * [x86] Enable r8187se driver, previously named rtl8187se
+
+  [ Aurelien Jarno ]
+  * mips/swarm: fix boot from IDE based media (Sebastian Andrzej Siewior)
+    (closes: #466977).
+  * mips/*: remove SND_* options, as they are already enabled in topconfig.
+
+ -- maximilian attems <maks@debian.org>  Wed, 19 May 2010 17:06:13 +0200
+
+linux-2.6 (2.6.33-1~experimental.5) experimental; urgency=low
+
+  [ Ian Campbell ]
+  * Include Xen hypervisor in reportbug "related to" list.
+
+  [ maximilian attems]
+  * Add stable 2.6.33.2.
+
+  [ Ben Hutchings ]
+  * [x86] Enable ramzswap driver (Closes: #573912)
+  * [x86] Re-enable rt2860sta and rt2870sta drivers which were accidentally
+    disabled when moving to Linux 2.6.33 (Closes: #576723)
+  * Add stable 2.6.33.3:
+    - ACPI: EC: Allow multibyte access to EC; fixes temperature monitoring
+      on some Dell laptops (Closes: #563313)
+
+  [ Aurelien Jarno ]
+  * Add support for sh4 architecture, patch by Nobuhiro Iwamatsu
+    (Closes: #569034)
+  * [mips*/*malta] Remove options that are present in topconfig.
+
+ -- maximilian attems <maks@debian.org>  Wed, 05 May 2010 16:38:53 +0200
+
+linux-2.6 (2.6.33-1~experimental.4) experimental; urgency=low
+
+  [ Ben Hutchings ]
+  * Include aufs2, marked as staging (Closes: #573189)
+  * Remove /usr/include/drm from linux-libc-dev; let libdrm-dev provide it
+    again (Closes: #572067)
+  * [x86] Enable rtl8192su driver using external firmware
+
+  [ maximilian attems]
+  * Add stable 2.6.33.1.
+
+ -- maximilian attems <maks@debian.org>  Wed, 17 Mar 2010 18:13:53 +0100
+
+linux-2.6 (2.6.33-1~experimental.3) experimental; urgency=low
+
+  [ Ben Hutchings ]
+  * Fix regexp for binNMU versions in modules/rules.include (Closes: #524632)
+  * linux-base: Fix bugs and improve libata transition code:
+    - Fix calls to disk_id_to_path (renamed to id_to_path) (Closes: #572283)
+    - Don't show empty list of devices to be relabelled
+    - Don't update udev CD rules unnecessarily
+    - Show the device paths to be added to udev CD rules
+    - Ignore nonexistent devices and properly handle devices of unknown
+      filesystem type (Closes: #572341, #572445)
+    - Don't accept empty filesystem labels as identifiers (Closes: #572438)
+    - For consistency with fresh installations, use or assign UUIDs rather
+      than labels where both are available (Closes: #572376)
+    - Replace CD/DVD/BD device names with udev-provided persistent aliases
+    - Fix update of boot device name for LILO and related loaders
+    - Update uswsusp resume device name
+
+ -- maximilian attems <maks@debian.org>  Thu, 11 Mar 2010 05:58:02 +0100
+
+linux-2.6 (2.6.33-1~experimental.2) experimental; urgency=low
+
+  [ Ben Hutchings ]
+  * Add missing debconf templates for linux-base (Closes: #571558)
+  * Fix libata transition code for GRUB 1 config (Closes: #571662)
+
+ -- maximilian attems <maks@debian.org>  Sun, 28 Feb 2010 17:48:11 +0100
+
+linux-2.6 (2.6.33-1~experimental.1) experimental; urgency=low
+
+  * New upstream release: http://kernelnewbies.org/Linux_2_6_33
+
+  [ maximilian attems]
+  * [topconfig] set BLK_DEV_DRBD, DRM_NOUVEAU, DRM_NOUVEAU_BACKLIGHT,
+    DRM_VMWGFX, SENSORS_LM73, SENSORS_AMC682, SENSORS_LIS3_I2C,
+    SENSORS_MC13783_ADC, TOUCHSCREEN_DYNAPRO, TOUCHSCREEN_MC13783,
+    GIGASET_CAPI, LEDS_DAC124S085, LEDS_INTEL_SS4200, LEDS_INTEL_SS4200,
+    DVB_FIREDTV, DVB_USB_EC168, SOC_CAMERA_MT9T112, SOC_CAMERA_OV9640,
+    USB_GSPCA_PAC7302, USB_GSPCA_STV0680, AD525X_DPOT, CAN_MCP251X,
+    RT2800PCI, REGULATOR_MAX8660, RTC_DRV_BQ32K, RTC_DRV_MSM6242,
+    RTC_DRV_RP5C01, VMWARE_PVSCSI, SCSI_PM8001, WIMAX_IWMC3200_SDIO,
+    INPUT_SPARSEKMAP, SERIO_ALTERA_PS2, MANTIS_CORE, DVB_MANTIS,
+    DVB_HOPPER.
+  * [x86] set CS5535_MFGPT, SENSORS_K10TEMP, GEODE_WDT, MSI_WMI,
+    TOSHIBA_BT_RFKILL, ACPI_CMPC, CRYPTO_GHASH_CLMUL_NI_INTE.
+
+  [ Ben Hutchings ]
+  * Use libata-based drivers for most PATA controllers (Closes: #444182):
+    - pata_triflex replaces triflex
+    - pata_atiixp replaces atiixp
+    - pata_ns87415 replaces ns87415
+    - pata_sc1200 replaces sc1200
+    - pata_cs5536 replaces cs5536
+    - pata_amd replaces amd74xx
+    - pata_sis replaces sis5513
+    - pata_rz1000 replaces rz1000
+    - pata_efar replaces slc90e66
+    - pata_pdc202xx_old replaces pdc202xx_old
+    - pata_pdc2027x replaces pdc202xx_new
+    - pata_cs5520 replaces cs5520
+    - pata_cs5530 replaces cs5530
+    - pata_cmd64x replaces cmd64x
+    - pata_sil680 replaces siimage
+    - pata_ali replaces alim15x3
+    - pata_via replaces via82cxxx
+    - pata_serverworks replaces serverworks
+    - pata_artop replaces aec62xx
+    - pata_it821x replaces it821x
+    - ata_piix, pata_oldpiix, pata_mpiix mostly replace piix
+    - ata_generic, pata_ns87410, pata_netcell replace ide-pci-generic
+  * Add libata transition script
+
+ -- maximilian attems <maks@debian.org>  Thu, 25 Feb 2010 15:21:38 +0100
+
+linux-2.6 (2.6.32-30) unstable; urgency=high
+
+  [ Ben Hutchings ]
+  * mpt2sas: Fix incorrect scsi_dma_map error checking (Closes: #606968)
+  * Update Spanish debconf template translation (Omar Campagne, Javier
+    Fernández-Sanguino) (Really closes: #600694)
+  * intel-iommu: Force-disable IOMMU for iGFX on broken Cantiga revisions
+    (Closes: #607095)
+  * [powerpc] linux-base: Run ybin after updating yaboot.conf
+    (Closes: #607284)
+  * tehuti: Firmware filename is tehuti/bdx.bin
+  * iwlwifi: Reduce a failure-prone memory allocation (Closes: #599345)
+  * linux-base: Look for GRUB 1 configuration in both /boot/grub and
+    /boot/boot/grub (Closes: #607863)
+  * rt28x0: Add ieee80211_regdom module parameter mimicking cfg80211 as a
+    workaround for incorrect region code in NVRAM (Closes: #594561)
+  * btrfs: Require CAP_SYS_ADMIN for filesystem rebalance (Closes: #608185)
+  * [x86] dell-laptop: Enable for some newer Dell models
+  * r8169: Change RTL8111D/RTL8168D initialisation and firmware loading to
+    match upstream version (Closes: #596390 with firmware-realtek 0.28)
+  * Add stable 2.6.32.28:
+    - NFS: Fix panic after nfs_umount()
+    - usb-storage/libusual: Add support for Samsung YP-CP3 MP4 Player,
+      thanks to Vitaly Kuznetsov (Closes: #555835)
+    - bfa: Fix system crash when reading sysfs fc_host statistics
+      (CVE-2010-4343)
+    - IB/uverbs: Handle large number of entries in poll CQ (CVE-2010-4649)
+    - orinoco: Fix TKIP countermeasure behaviour (CVE-2010-4648)
+    - mm: Add security_file_mmap check to install_special_mapping
+      (CVE-2010-4346)
+    - sctp: Fix a race between ICMP protocol unreachable and connect()
+      (CVE-2010-4526)
+    - hvc_console: Fix race between hvc_close and hvc_remove (CVE-2010-2653)
+      (previously applied as an isolated fix in 2.6.32-25)
+    - fuse/cuse: Verify ioctl retries (CVE-2010-4650)
+  * [powerpc] Restore device tree source files to linux-image packages
+    (Closes: #609155)
+
+  [ maximilian attems ]
+  * [openvz] Reenable NF_CONNTRACK_IPV6. (closes: #580507)
+  * cifs: fix another memleak, in cifs_root_iget.
+  * b43: Fix warning at drivers/mmc/core/core.c:237 in mmc_wait_for_cmd.
+  * drm/radeon/kms: MC vram map needs to be >= pci aperture size.
+  * drm/radeon/kms: make sure blit addr masks are 64 bit.
+  * drm/radeon/kms: fix handling of tex lookup disable in cs checker on r2xx.
+  * drm/i915: Free hardware status page on unload when physically mapped.
+  * drm/i915/overlay: Ensure that the reg_bo is in the GTT prior to writing.
+  * drm/radeon/kms/atom: set sane defaults in atombios_get_encoder_mode().
+  * drm/radeon/kms: fix typos in disabled vbios code.
+  * drm/radeon/kms: add workaround for dce3 ddc line vbios bug.
+  * drm/radeon/kms: fix interlaced and doublescan handling.
+  * drm/i915/sdvo: Always add a 30ms delay to make SDVO TV detection reliable.
+  * wireless: b43: fix error path in SDIO.
+  * drm/radeon/kms: don't apply 7xx HDP flush workaround on AGP.
+
+  [ Ian Campbell ]
+  * xen: backport TTM patches to use PCI API. Fixes PCIe GPU (specifically
+    Radeon and Nouveau) on Xen (Closes: #601341).
+  * xen: netback: drop SKBs which are GSO but do not have a partial
+    checksum set (Closes: #608144).
+
+  [ dann frazier ]
+  * exec: make argv/envp memory visible to oom-killer (CVE-2010-4243)
+  * irda: Fix information leak in IRLMP_ENUMDEVICES (CVE-2010-4529)
+  * af_unix: limit unix_tot_inflight (CVE-2010-4249)
+
+  [ Moritz Muehlenhoff ]
+  * net: ax25: fix information leak to userland (CVE-2010-3875)
+  * net: packet: fix information leak to userland (CVE-2010-3876)	
+  * net: tipc: fix information leak to userland (CVE-2010-3877)
+  * inet_diag: Make sure we actually run the same bytecode we audited
+    (CVE-2010-3880)
+  * econet: Fix crash in aun_incoming() (CVE-2010-4342)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 11 Jan 2011 05:42:11 +0000
+
+linux-2.6 (2.6.32-29) unstable; urgency=high
+
+  [ Ben Hutchings ]
+  * megaraid_sas: Add support for 'entry-level' SAS controllers including
+    the 9240 family (Closes: #604083)
+  * tcp: Make TCP_MAXSEG minimum more correct (refinement of fix for
+    CVE-2010-4165)
+  * l2tp: Fix UDP socket reference count bugs in the pppol2tp driver
+    (Closes: #604748)
+  * USB: Retain device power/wakeup setting across reconfiguration;
+    don't enable remote wakeup by default (Closes: #605246)
+  * dm: Deal with merge_bvec_fn in component devices better (Closes: #604457)
+  * Update Spanish debconf template translation (Aaron H Farias Martinez)
+    (Closes: #600694)
+  * perf: Use libiberty, not libbfd, for symbol demangling
+    (Closes: #590226, #606050)
+  * [x86] Add support for Fintek hardware watchdogs (Closes: #601187)
+    - resource: Add shared I/O region support
+    - hwmon: f71882fg: Use a muxed resource lock for the Super I/O port
+    - watchdog: Add f71808e_wdt driver
+  * bcm5974: Add reporting of multitouch events (Closes: #605450)
+  * fusion: Set FUSION_MAX_SGE=128, the upstream default (Closes: #606096)
+  * Add stable 2.6.32.27:
+    - block: limit vec count in bio_kmalloc() and bio_alloc_map_data()
+    - block: take care not to overflow when calculating total iov length
+    - block: check for proper length of iov entries in blk_rq_map_user_iov()
+      (CVE-2010-4163)
+    - net: clear heap allocation for ETHTOOL_GRXCLSRLALL (CVE-2010-3861)
+    - asus_oled: fix up some sysfs attribute permissions
+    - ipc: initialize structure memory to zero for compat functions
+      (CVE-2010-4073)
+    - ipc/shm: fix information leak to userland (CVE-2010-4072)
+    - ipc/sem: sys_semctl: fix kernel stack information leakage (CVE-2010-4083)
+    - tty: prevent DOS in the flush_to_ldisc
+    - [x86] KVM: VMX: Fix host userspace gsbase corruption (Closes: #604956)
+    - KVM: VMX: fix vmx null pointer dereference on debug register access
+      (CVE-2010-0435)
+    - KVM: x86: fix information leak to userland (CVE-2010-3881)
+    - firewire/cdev: fix information leak
+    - firewire-core: fix an information leak
+    - firewire-ohci: fix buffer overflow in AR split packet handling
+    - bio: take care not overflow page count when mapping/copying user data
+      (CVE-2010-4162)
+    - sisusbvga: fix information leak to userland
+    - iowarrior: fix information leak to userland
+    - usb: core: fix information leak to userland
+    - usb-storage/sierra_ms: fix sysfs file attribute
+    - ueagle-atm: fix up some permissions on the sysfs files
+    - cypress_cy7c63: fix up some sysfs attribute permissions
+    - usbled: fix up some sysfs attribute permissions
+    - trancevibrator: fix up a sysfs attribute permission
+    - usbsevseg: fix up some sysfs attribute permissions
+    - do_exit(): make sure that we run with get_fs() == USER_DS (CVE-2010-4258)
+    - DECnet: don't leak uninitialized stack byte
+    - perf_events: Fix perf_counter_mmap() hook in mprotect() (CVE-2010-4169)
+    - frontier: fix up some sysfs attribute permissions
+    - net/sched: fix kernel information leak in act_police
+    - can-bcm: fix minor heap overflow (CVE-2010-3874)
+    - ivtvfb: prevent reading uninitialized stack memory (CVE-2010-4079)
+    - net/sched: fix some kernel information leaks
+  * TTY: Fix error return from tty_ldisc_open() (regression in 2.6.32.27)
+  * filter: make sure filters dont read uninitialized memory (CVE-2010-4158)
+  * posix-cpu-timers: workaround to suppress the problems with mt exec
+    (CVE-2010-4248)
+
+  [ Ian Campbell ]
+  * xen: disable ACPI NUMA for PV guests and allow IRQ desc allocation on any
+    node (Closes: #603632)
+  * xen: handle potential time discontinuity on resume (Closes: #602273)
+  * xen: don't bother to stop other cpus on shutdown/reboot (Closes: #605448)
+  * xen: Add cpu hotplug support to prevent crash while parsing ACPI processor
+    tables (Closes: #602109)
+
+  [ Martin Michlmayr ]
+  * Kirkwood: Add support for 6282 based QNAP devices.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 10 Dec 2010 05:45:11 +0000
+
+linux-2.6 (2.6.32-28) unstable; urgency=high
+
+  [ maximilian attems ]
+  * ipc: initialize structure memory to zero for shmctl.
+  * drm/i915: set DIDL using the ACPI video output device _ADR method return.
+  * images: Nuke modules.devname on removal. (closes: #590607)
+  * Newer Standards-Version 3.9.1 without changes.
+  * drm/ttm: Clear the ghost cpu_writers flag on ttm_buffer_object_transfer.
+  * [openvz] Update upstream patch to 2.6.32-dzhanibekov.
+  * [openvz] ubc: Fix orphan count checks after merge.
+
+  [ Martin Michlmayr ]
+  * Update udlfb to 2.6.37:
+    - udlfb: minor cleanups
+    - udlfb: fix coding style issues
+    - udlfb: fbdev character read and write support
+    - udlfb: add DPMS support
+    - udlfb: remove metrics_misc sysfs attribute
+    - udlfb: revamp reference handling to insure successful shutdown
+    - udlfb: enhance EDID and mode handling support
+    - udlfb: fix big endian rendering error
+    - udlfb: support for writing backup EDID to sysfs file
+    - udlfb: add module options for console and fb_defio
+    - udlfb: fix incorrect fb_defio implementation for multiple framebuffers
+    - udlfb: fix checkpatch and style
+
+  [ Ben Hutchings ]
+  * Update debconf template translations:
+    - Update Japanese (Nobuhiro Iwamatsu) (Closes: #602152)
+    - Update Catalan (Jordi Mallach) (Closes: #602520)
+    - Add Italian (Luca Bruno) (Closes: #602945)
+  * sunrpc: Fix NFS client over TCP hangs due to packet loss (Closes: #589945)
+  * brcm80211: Update to 2.6.37-rc1
+  * [powerpc] ALSA: Fix headphone and line-out detection on PowerMac G4 DA
+    (Closes: #603419)
+  * [x86] snd-hda-codec-cirrus: Add quirks for IMac 27", MacBookPro 5,5 and 7,1
+  * [x86] btusb: Add device IDs for MacBookPro 6,2 and 7,1 (Closes: #603651)
+  * [x86] applesmc: Add support for iMac 9,1 and MacBookPro 2,2, 5,3, 5,4, 6,*
+    and 7,*
+  * [x86] applesmc, bcm5974, btusb, HID, mbp_nvidia_bl, snd-hda-codec-cirrus:
+    Add support for MacBookAir 3,1 and 3,2 (Closes: #603395)
+  * [x86] mbp_nvidia_bl: Add support for MacBookPro 7,1
+  * x25: Fix remote denial-of-service vulnerabilities:
+    - x25 accesses fields beyond end of packet
+    - memory corruption in X.25 facilities parsing (CVE-2010-3873)
+    - Prevent crashing when parsing bad X.25 facilities (CVE-2010-4164)
+  * tcp: Increase TCP_MAXSEG socket option minimum (CVE-2010-4165)
+  * rds: Fix integer overflow in RDS cmsg handling
+  * af_802154,decnet,econet,rds,x25: Disable auto-loading as mitigation
+    against local exploits.  These protocol modules are not widely used
+    and can be explicitly loaded or aliased on systems where they are
+    wanted.
+  * atl1c: Add support for Atheros AR8151 and AR8152 (Closes: #599771)
+  * Add stable 2.6.32.26:
+    - synclink_cs: Fix information leak to userland
+    - bluetooth: Fix missing NULL check
+    - [x86] KVM: VMX: Fix host GDT.LIMIT corruption
+    - [x86] KVM: Fix fs/gs reload oops with invalid ldt (CVE-2010-3698)
+    - gdth: Fix integer overflow in ioctl (CVE-2010-4157)
+  * [x86] KVM: SVM: Fix wrong intercept masks for KVM_{GET,SET}_VCPU_EVENTS
+    on 32 bit, thanks to Philipp Matthias Hahn (Closes: #599507)
+
+  [ dann frazier ]
+  * [vserver] Update patch to 2.6.32.25-vs2.3.0.36.29.6
+  * add qlcnic driver
+  * econet: Avoid stack overflow w/ large msgiovlen (CVE-2010-3848)
+  * econet: disallow NULL remote addr for sendmsg() (CVE-2010-3849)
+  * econet: Add mising CAP_NET_ADMIN check in SIOCSIFADDR (CVE-2010-3850)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 25 Nov 2010 01:20:50 +0000
+
+linux-2.6 (2.6.32-27) unstable; urgency=high
+  
+  * The "We'll Always Have Paris" release
+
+  [ Ben Hutchings ]
+  * rndis_host: Restrict fix for #576929 to specific devices
+    (Closes: #589403, #600660)
+  * Add stable 2.6.32.25:
+    - rme9652: prevent reading uninitialized stack memory
+      (CVE-2010-4080, CVE-2010-4081)
+    - ocfs2: Don't walk off the end of fast symlinks
+    - ip: fix truesize mismatch in ip fragmentation
+    - net: clear heap allocations for privileged ethtool actions
+    - execve: setup_arg_pages: diagnose excessive argument size
+    - execve: improve interactivity with large arguments
+    - execve: make responsive to SIGKILL with large arguments
+    - rose: Fix signedness issues wrt. digi count. (CVE-2010-3310)
+    - ALSA: prevent heap corruption in snd_ctl_new() (CVE-2010-3442)
+    - setup_arg_pages: diagnose excessive argument size (CVE-2010-3858)
+  * btrfs: add a "df" ioctl for btrfs (Closes: #600190)
+  * Update debconf template translations:
+    - Add Catalan (Jordi Mallach) (Closes: #601146)
+    - Add Brazilian Portugese (Flamarion Jorge) (Closes: #601102)
+    - Update Vietnamese (Clytie Siddall) (Closes: #601534)
+  * phonet: device notifier only runs on initial namespace
+    (Really closes: #597904)
+  * net/socket: Limit sendto()/recvfrom() length (CVE-2010-1187)
+    [Original reference is incorrect; should be CVE-2010-3859.]
+
+  [ Ian Campbell ]
+  * xen: import additional fixes for disabling netfront smartpoll mode
+    (Closes: #600992).
+
+  [ dann frazier ]
+  * e1000e: Reset 82577/82578 PHY before first PHY register read
+    (Closes: #601017)
+
+  [ Martin Michlmayr ]
+  * Kirkwood: reset PCIe unit on boot
+  * Kirkwood: restrict the scope of the PCIe reset workaround
+
+  [ maximilian attems ]
+  * Update abi files, readd Xen as ABI stable.
+  * 2.6.33.stable-queue: drm/radeon: fix PCI ID 5657 to be an RV410.
+  * Add drm changes from 2.6.32.24+drm33.11:
+    - i915: return -EFAULT if copy_to_user fails.
+    - drm/i915: Prevent double dpms on
+    - drm: Only decouple the old_fb from the crtc is we call mode_set*
+    - drm/i915: Unset cursor if out-of-bounds upon mode change (v4)
+    - drm/i915,agp/intel: Add second set of PCI-IDs for B43
+  * net: Limit socket I/O iovec total length to INT_MAX. (CVE-2010-1187)
+    [Original reference is incorrect; should be CVE-2010-3859.]
+  * numa: fix slab_node(MPOL_BIND).
+
+ -- maximilian attems <maks@debian.org>  Sat, 30 Oct 2010 12:24:37 +0200
+
+linux-2.6 (2.6.32-26) unstable; urgency=high
+
+  [ Ian Campbell ]
+  * xen: fix PVHVM hang at boot when Xen does not support vector callbacks.
+  * xen: fix race between PV drivers and xenstore initialisation which caused
+    breakage in drivers for both regular PV and PVHVM guests.
+
+  [ maximilian attems ]
+  * [openvz] Enable ioprio. (closes: #596772)
+    Thanks Daniel Hahler <debian-bugs@thequod.de>
+
+  [ Ben Hutchings ]
+  * [x86] radeon: Add quirks to make HP nx6125 and dv5000 laptops resume
+    (Closes: #583968)
+  * dm-crypt: Add 'plain64' IV; this avoids watermarking attacks that are
+    possible with 'plain' IV on devices larger than 2TB (Closes: #600384)
+  * [x86] ahci,ata_generic: let ata_generic handle new MBP w/ MCP89
+    (Closes: #600305)
+  * debian/.../patches.py: Open files as needed, rather than all at once
+    (Closes: #600423)
+  * [openvz] printk: Handle global log buffer reallocation (Closes: #600299)
+  * debian/bin/test-patches: Restrict patches to featureset when building
+    with a featureset (thanks to Tim Small)
+  * sata_via: Delay on vt6420 when starting ATAPI DMA write (Closes: #488566)
+  * r6040: Fix various bugs in r6040_multicast_list() (Closes: #600155)
+
+  [ dann frazier ]
+  * Force enable DMA on MBP w/ MCP 7,1
+  * RDS sockets: remove unsafe kmap_atomic optimization (CVE-2010-3904)
+  * v4l: disable dangerous buggy compat function (CVE-2010-2963)
+
+ -- dann frazier <dannf@debian.org>  Tue, 19 Oct 2010 07:50:55 -0600
+
+linux-2.6 (2.6.32-25) unstable; urgency=high
+
+  [ Ben Hutchings ]
+  * mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y
+  * Add stable 2.6.32.24 (trivial fix, already applied)
+  * ipg: Remove device claimed by dl2k from pci id table (Closes: #599021)
+  * linux-image: Include modules.order in image packages (Closes: #598518)
+  * [x86] isdn/i4l: Reenable ISDN4Linux drivers, but mark them as staging
+    (Closes: #588551)
+    - hisax: Disable device aliases that conflict with mISDN
+  * Update Danish debconf template translation (Joe Hansen) (Closes: #599457)
+  * [x86] KVM: SVM: Fix wrong intercept masks on 32 bit (Closes: #599507)
+  * e1000: fix Tx hangs by disabling 64-bit DMA (Closes: #518182)
+  * rt2x00: Fix calculation of required TX headroom (Closes: #599395)
+  * Add drm changes from 2.6.32.22+drm33.10:
+    - i915: Don't touch PORT_HOTPLUG_EN in intel_dp_detect()
+    - i915: Kill dangerous pending-flip debugging
+    - radeon: release AGP bridge at suspend
+    - radeon: initialize set_surface_reg for rs600 asic
+  * [x86] toshiba_acpi: Add full hotkey support (Closes: #599768)
+
+  [ Stephen R. Marenka ]
+  * m68k: fix missing io macros.
+  * m68k: modular swim on mac.
+  * m68k: never build staging drivers on m68k.
+  * m68k: build in rtc class on atari.
+
+  [ Ian Campbell ]
+  * xen: do not truncate machine address on gnttab_copy_grant_page hypercall
+    (Closes: #599089)
+
+  [ dann frazier ]
+  * drm/i915: Sanity check pread/pwrite (CVE-2010-2962)
+  * drm/i915: Rephrase pwrite bounds checking to avoid any potential overflow
+  * GFS2: Fix writing to non-page aligned gfs2_quota structures (CVE-2010-1436)
+  * hvc_console: Fix race between hvc_close and hvc_remove (CVE-2010-2653)
+  * net sched: fix some kernel memory leaks (CVE-2010-2942)
+  * niu: Fix kernel buffer overflow for ETHTOOL_GRXCLSRLALL (CVE-2010-3084)
+  * rose: Fix signedness issues wrt. digi count (CVE-2010-3310)
+  * Fix pktcdvd ioctl dev_minor range check (CVE-2010-3437)
+  * ALSA: prevent heap corruption in snd_ctl_new() (CVE-2010-3442)
+  * net sched: fix kernel leak in act_police (CVE-2010-3477)
+  * sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac() (CVE-2010-3705)
+
+ -- dann frazier <dannf@debian.org>  Thu, 14 Oct 2010 01:08:05 -0600
+
+linux-2.6 (2.6.32-24) unstable; urgency=high
+
+  [ Ben Hutchings ]
+  * speakup: Update to match Debian package version 3.1.5.dfsg.1-1
+  * scsi_dh_emc: Fix mode select request setup (Closes: #591540)
+  * snd-hda-codec-via: Fix syntax error when CONFIG_SND_HDA_POWER_SAVE is
+    disabled (Closes: #597043)
+  * Add stable 2.6.32.22:
+    - [vserver] Revert sched changes since they conflict.
+  * Recommend use of 'make deb-pkg' to build custom kernel packages
+  * [x86] Revert "i915: Blacklist i830, i845, i855 for KMS". The current X
+    driver (xserver-xorg-video-intel version 2.12.0+shadow-1) should work
+    properly with KMS on these chips. (Closes: #596453)
+  * phonet: Restrict to initial namespace (Closes: #597904)
+  * Add stable 2.6.32.23:
+    - serial/mos*: prevent reading uninitialized stack memory
+    - net: Fix oops from tcp_collapse() when using splice()
+    - rds: fix a leak of kernel memory
+    - hso: prevent reading uninitialized memory (CVE-2010-3298)
+    - cxgb3: prevent reading uninitialized stack memory (CVE-2010-3296)
+    - eql: prevent reading uninitialized stack memory (CVE-2010-3297)
+    - vt6655: fix buffer overflow
+    - net/llc: make opt unsigned in llc_ui_setsockopt()
+    - sisfb: prevent reading uninitialized stack memory
+    - aio: check for multiplication overflow in do_io_submit (CVE-2010-3067)
+    - xfs: prevent reading uninitialized stack memory (CVE-2010-3078)
+    - viafb: prevent reading uninitialized stack memory
+    - [hppa,ia64] mm: guard page for stacks that grow upwards (CVE-2010-2240)
+    - sctp: Do not reset the packet during sctp_packet_config()
+      (CVE-2010-3432)
+  * xen: Fix typo in xen_percpu_chip definition
+  * 3c59x: Remove incorrect locking (Closes: #598103)
+  * f71882fg: Add support for the f71889fg (Closes: #597820)
+  * drm/radeon: Fix regressions introduced in 2.6.34.3 (Closes: #597636)
+  * mmc: fix hangs related to mmc/sd card insert/removal during suspend/resume
+    (Closes: #598147)
+
+  [ Martin Michlmayr ]
+  * ARM: update mach types.
+  * [armel/config.kirkwood] Enable MACH_DOCKSTAR.
+
+  [ Ian Campbell ]
+  * [x86/xen] Disable netfront's smartpoll mode by default. (Closes: #596635)
+
+  [ maximilian attems ]
+  * [openvz] Update upstream patch to 2.6.32-dyomin.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 30 Sep 2010 00:46:16 +0100
+
+linux-2.6 (2.6.32-23) unstable; urgency=low
+
+  [ Ben Hutchings ]
+  * cgroupfs: create /sys/fs/cgroup to mount cgroupfs on (Closes: #595964)
+  * r8169: Fix MDIO timing (Closes: #583139; mistakenly reverted in 2.6.32-19)
+  * gro: Fix bogus gso_size on the first fraglist entry (Closes: #596802)
+  * vgaarb: Fix VGA arbiter to accept PCI domains other than 0 (from stable
+    2.6.32.12; mistakenly omitted in 2.6.32-12)
+
+  [ maximilian attems ]
+  * openvz: cfq-iosched: do not force idling for sync workload.
+
+  [ Stephen R. Marenka ]
+  * m68k: switch to generic siginfo layout.
+  * m68k: NPTL support.
+
+  [ dann frazier ]
+  * compat: Make compat_alloc_user_space() incorporate the access_ok()
+    (CVE-2010-3081)
+  * x86-64, compat (CVE-2010-3301):
+    - Retruncate rax after ia32 syscall entry tracing
+    - Test %rax for the syscall number, not %eax
+  * wireless extensions: fix kernel heap content leak (CVE-2010-2955)
+  * KEYS (CVE-2010-2960):
+    - Fix RCU no-lock warning in keyctl_session_to_parent()
+    - Fix bug in keyctl_session_to_parent() if parent has no session keyring
+
+ -- dann frazier <dannf@debian.org>  Fri, 17 Sep 2010 15:27:04 -0600
+
+linux-2.6 (2.6.32-22) unstable; urgency=low
+
+  [ Ian Campbell ]
+  * xen: backport pvhvm drivers from upstream.
+  * Fixes/overrides for Lintian warnings:
+    - Add "(meta package)" to short description of linux-headers
+      metapackages, resolves empty-binary-package.
+    - Add dependency on ${misc:Depends} to all packages, resolves
+      debhelper-but-no-misc-depends. Required update to gencontrol.py to
+      augment rather than override headers_arch_depends read from templates.
+    - Override dbg-package-missing-depends for linux-image-*-dbg. It is not
+      necessary to install the kernel image package to use the dbg package
+      since the dbg package already contains a complete image with symbols.
+
+  [ Ben Hutchings ]
+  * [x86/xen] Restore stack guard page (CVE-2010-2240)
+  * Add stable 2.6.32.21:
+    - ext4: consolidate in_range() definitions (CVE-2010-3015)
+    - mm: make the mlock() stack guard page checks stricter
+      (avoids regression for Xen tools; closes: 594756)
+    - [sparc] sunxvr500: Ignore secondary output PCI devices
+      (Closes: #594604)
+    - ocfs2: fix o2dlm dlm run purgelist (Closes: #593679)
+    - Avoid ABI change in mm
+    - Ignore ABI change in snd-emu10k1
+  * Add drm changes from stable 2.6.34.6:
+    - drm: stop information leak of old kernel stack (CVE-2010-2803)
+  * rt2870sta: Add more device IDs from vendor drivers
+  * rt2860sta, rt2870sta: Enable channels 12-14 (Closes: #594561)
+  * SCSI/mptsas: fix hangs caused by ATA pass-through (Closes: #594690)
+  * sky2: Apply fixes and new hardware support from 2.6.33-2.6.35
+    (Closes: #571526)
+  * postinst: Really warn users on upgrade if the current configuration may
+    rely on running a default boot loader.
+  * input: add compat support for sysfs and /proc capabilities output
+    (Closes: #579017)
+  * snd-hda-intel: Add support for VIA V1708S, VT1718S, VT1828S, VT2020,
+    VT1716S, VT2002P, VT1812, VT1818S
+  * hwmon/w83627ehf: Add support for W83667HG-B
+  * 3c59x: Fix deadlock in vortex_error() (Closes: #595554)
+  * [x86] paravirt: Add a global synchronization point for pvclock (from
+    2.6.32.16; reverted due to a regression which was addressed in 2.6.32.19)
+  * sched, cputime: Introduce thread_group_times() (from 2.6.32.19; reverted
+    due to the potential ABI change which we now carefully avoid)
+  * net/{tcp,udp,llc,sctp,tipc,x25}: Add limit for socket backlog
+    (Closes: #592187)
+  * tun: Don't add sysfs attributes to devices without sysfs directories
+    (Closes: #594845)
+  * [x86] Add brcm80211 driver for Broadcom 802.11n wireless network
+    controllers
+  * r8169: Remove MODULE_FIRMWARE declarations since the firmware is
+    non-essential and we do not distribute it
+  * [x86] HPET: unmap unused I/O space
+  * ipheth: add support for iPhone 4
+  * ipheth: remove incorrect devtype of WWAN
+  * ALSA: emux: Add trivial compat ioctl handler (Closes: #596478)
+  * hostap_pci: set dev->base_addr during probe (Closes: #595802)
+  * ethtool: allow non-netadmin to query settings (see #520724)
+  * ACPI: add boot option acpi=copy_dsdt to fix corrupt DSDT, and enable this
+    automatically for known-bad Toshiba models (Closes: #596709)
+
+  [ Bastian Blank ]
+  * Use Breaks instead of Conflicts.
+
+  [ Aurelien Jarno ]
+  * [mips,mipsel] Fix computation of DMA flags from device's 
+    coherent_dma_mask.
+
+  [ Martin Michlmayr ]
+  * Add some patches from the Orion tree:
+    - OpenRD: Enable SD/UART selection for serial port 1
+    - kirkwood: Unbreak PCIe I/O port
+    - Kirkwood: support for Seagate DockStar
+
+  [ dann frazier ]
+  * netxen_nic: add support for loading unified firmware images
+  * irda: Correctly clean up self->ias_obj on irda_bind() failure.
+    (CVE-2010-2954)
+
+  [ maximilian attems ]
+  * [powerpc] Enable WINDFARM_PM121. (closes: #596515)
+    Thanks Étienne BERSAC <bersace03@gmail.com>
+  * nouveau: disable acceleration on NVA3/NVA5/NVA8 by default.
+  * openvz: disable KSM. Thanks Dietmar Maurer <dietmar@proxmox.com>.
+    (closes: #585864)
+  * Update openvz patch to d38b56fd0dca.
+  * openvz: enalbe modular VZ_EVENT.
+
+ -- maximilian attems <maks@debian.org>  Tue, 14 Sep 2010 14:17:11 +0200
+
+linux-2.6 (2.6.32-21) unstable; urgency=high
+
+  [ Ben Hutchings ]
+  * Add stable 2.6.32.19:
+    - ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only files
+      (CVE-2010-2066)
+    - mm: keep a guard page below a grow-down stack segment (CVE-2010-2240)
+      (not applied to xen featureset)
+    - md/raid10: fix deadlock with unaligned read during resync
+      (Closes: #591415)
+    - Revert "sched, cputime: Introduce thread_group_times()" which would
+      result in an ABI change
+  * Add stable 2.6.32.20:
+    - Fix regressions introduced by original fix for CVE-2010-2240
+  * Add drm and other relevant changes from stable 2.6.34.4
+  * Add 'breaks' relation from image packages to boot loader packages that
+    do not install required hooks (Closes: #593683)
+  * [x86] i915: Blacklist i830, i845, i855 for KMS
+    (Closes: #568207, #582105, #593432, #593507)
+
+  [ Bastian Blank ]
+  * Update Xen patch.
+    - Notify Xen on crash.
+    - Several blktap fixes.
+
+  [ Ritesh Raj Sarraf ]
+  * Add .gnu_debuglink information into kernel modules (Closes: #555549)
+
+  [ Ian Campbell ]
+  * [x86/xen] temporarily remove stack guard page, it breaks the xen
+    toolstack.
+
+  [ Aurelien Jarno ]
+  * [mips,mipsel] Fix 64-bit atomics.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 25 Aug 2010 01:06:18 +0100
+
+linux-2.6 (2.6.32-20) unstable; urgency=low
+
+  [ Moritz Muehlenhoff ]
+  * Backport XVR1000 driver (Closes: #574243)
+
+  [ Ben Hutchings ]
+  * Add stable 2.6.32.18:
+    - CIFS: Fix compile error with __init in cifs_init_dns_resolver()
+      definition (FTBFS for most architectures)
+    - GFS2: rename causes kernel Oops (CVE-2010-2798)
+    - xfs: prevent swapext from operating on write-only files
+      (CVE-2010-2226)
+  * Update debconf template translations:
+    - Swedish (Martin Bagge) (Closes: #592045)
+    - German (Holger Wansing) (Closes: #592226)
+  * [i386/openvz-686] Remove AMD Geode LX and VIA C3 "Nehemiah" from the
+    list of supported processors; they do not implement PAE
+  * V4L/DVB: Add Elgato EyeTV Diversity to dibcom driver (Closes: #591710)
+  * [s390] dasd: use correct label location for diag fba disks
+    (Closes: #582281)
+  * Add drm changes from stable 2.6.34.2 (thanks to Stefan Bader) and
+    2.6.34.3
+  * drm/i915: disable FBC when more than one pipe is active
+    (Closes: #589077)
+  * IB/ipath: Fix probe failure path (Closes: #579393)
+  * ext4: fix freeze deadlock under IO (regression introduced in 2.6.32.17)
+  * xen: Completely disable use of XSAVE (Closes: #592428)
+
+  [ Martin Michlmayr ]
+  * [armel/orion5x] Add a missing #include to fix a build issue.
+  * [armel/kirkwood, armel/orion5x] Build-in support for more devices.
+
+  [ dann frazier ]
+  * can: add limit for nframes and clean up signed/unsigned variables
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 12 Aug 2010 03:26:39 +0100
+
+linux-2.6 (2.6.32-19) unstable; urgency=low
+
+  [ maximilian attems ]
+  * inotify send IN_UNMOUNT events.
+  * inotify fix oneshot support.
+
+  [ Ben Hutchings ]
+  * linux-base: Remove dependency on libapt-pkg-perl (Closes: #589996)
+  * pata_pdc202xx_old: Fix UDMA mode for PDC2024x and PDC2026x controllers
+    (Closes: #590532)
+  * Update debconf template translations:
+    - Czech (Michal Simunek) (Closes: #590546)
+    - Portugese (Américo Monteiro) (Closes: #590557)
+    - French (David Prévot) (Closes: #591149)
+    - Russian (Yuri Kozlov) (Closes: #591241)
+  * Add stable 2.6.32.17:
+    - ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALL
+      (CVE-2010-2478)
+    - GFS2: Fix up system xattrs (CVE-2010-2525)
+    - Revert ABI changes in firmware_class and ssb
+    - Ignore ABI changes in acpi_processor, hostap and jbd2
+  * Add drm changes from stable 2.6.33.7:
+    - drm/i915: Enable low-power render writes on GEN3 hardware (915, 945,
+      G33 and Atom "Pineview") (Closes: #590193, maybe others)
+  * [i386/xen-686] Remove AMD Geode LX and VIA C3 "Nehemiah" from the list
+    of supported processors; they do not implement PAE
+  * [x86] Add samsung-laptop driver
+
+  [ dann frazier ]
+  * [ia64] Fix crash when gcore reads gate area (Closes: #588574)
+
+  [ Bastian Blank ]
+  * Update Xen patch.
+    - Ignore ABI changes.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 05 Aug 2010 02:43:19 +0100
+
+linux-2.6 (2.6.32-18) unstable; urgency=low
+
+  [ Ben Hutchings ]
+  * iwlwifi: Allocate pages for RX buffers, reducing the probability of
+    allocation failure (Closes: #580124)
+  * postinst: Remove support for 'default' boot loaders. Warn users on
+    upgrade if the current configuration may rely on this.
+  * rt2860sta, rt2870sta: Apply changes from Linux 2.6.33 and 2.6.34
+    - rt2860sta: Fix WPA(2)PSK issue when group cipher of AP is WEP40
+      or WEP104 (Closes: #574766)
+  * rt3090sta: Replace with rt2860sta (Closes: #588863)
+  * [i386/686] Remove AMD K6 from the list of supported processors; it
+    does not implement the CMOV instruction
+  * drm/i915: Add 'reclaimable' to i915 self-reclaimable page allocations
+    (really closes: #534422, we hope)
+  * Revert "x86, paravirt: Add a global synchronization point for pvclock",
+    included in stable 2.6.32.16 (Closes: #588426)
+  * 3c59x: Fix call to mdio_sync() with the wrong argument (Closes: #589989)
+
+  [ Martin Michlmayr ]
+  * Add some patches from the Orion tree, including support for Marvell's
+    Armada 300 (88F6282):
+    - Kirkwood: update MPP definition.
+    - Kirkwood: fix HP t5325 after updating MPP definitions
+    - leds: leds-gpio: Change blink_set callback to be able to turn off
+      blinking
+    - net/phy/marvell: Expose IDs and flags in a .h and add dns323 LEDs
+      setup flag
+    - orion5x: Base support for DNS-323 rev C1
+    - orion5x: Fix soft-reset for some platforms
+    - mtd: orion/kirkwood: add RnB line support to orion mtd driver
+    - mtd: kirkwood: allow machines to register RnB callback
+    - Kirkwood: add support for rev A1 of the 88f6192 and 88f6180 chips
+    - Kirkwood: Add support for 88f6282
+    - PCI: add platform private data to pci_sys_data
+    - Kirkwood: add support for PCIe1
+    - Kirkwood: more factorization of the PCIe init code
+
+  [ maximilian attems ]
+  * sched: Fix over-scheduling bug.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 23 Jul 2010 03:48:08 +0100
+
+linux-2.6 (2.6.32-17) unstable; urgency=low
+
+  [ maximilian attems ]
+  * agp: add no warn since we have a fallback to vmalloc paths.
+
+  [ Ben Hutchings ]
+  * linux-tools: Fix build for hppa and do not attempt to build for
+    architectures where perf events are not available (Closes: #588409)
+  * linux-tools: Add build-dependency on binutils-dev to enable symbol
+    demangling in perf
+  * drm/i915: Fix memory corruption on resume from hibernation
+    (Closes: #534422)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 10 Jul 2010 16:40:38 +0100
+
+linux-2.6 (2.6.32-16) unstable; urgency=low
+
+  [ dann frazier ]
+  * [hppa] clear floating point exception flag on SIGFPE signal
+    (Closes: #559406)
+
+  [ Ben Hutchings ]
+  * Add stable 2.6.32.15
+  * Add mantis and hopper DVB drivers with mb86a16 and tda665x DVB
+    front-ends, backported by Bjørn Mork (Closes: #577264)
+  * Build inet_lro as a module
+  * [sparc] Enable CONFIG_FB_XVR500, CONFIG_FB_XVR2500 (Closes: #508108)
+  * Update Spanish debconf templates, thanks to Omar Campagne
+    (Closes: #580538)
+  * Revert "Add EC path for Thinkpad X100."; it is incomplete and broken
+  * sctp: fix append error cause to ERROR chunk correctly (regression due
+    to fix for CVE-2010-1173)
+  * [powerpc] Enable pata_amd driver, replacing amd74xx
+  * eeepc-laptop: Disable wireless hotplug on more models where the
+    controller is not at the expected address (Closes: #576199)
+  * [mips] Fix boot from ATA hard drives (Closes: #584784):
+    - Set io_map_base for several PCI bridges lacking it
+    - Replace per-platform built-in IDE drivers with libata-based drivers
+    - Enable BLK_DEV_SD as built-in on all platforms
+  * Revert "vlan/macvlan: propagate transmission state to upper layers"
+    (Closes: #585770)
+  * linux-base: Don't identify LVM2 PVs by UUID (Closes: #585852)
+  * usb-serial: Add generic USB WWAN code, backported by Mark Hymers
+    (Closes: #585661)
+    - option, qcserial: Use generic USB WWAN code
+    - qcserial: Add support for Qualcomm Gobi 2000 devices
+  * radeon: Fix MacBook Pro connector quirk (Closes: #585943)
+  * r8169: Fix MDIO timing (Closes: #583139)
+  * Move NEWS to linux-latest-2.6 (Closes: #586401)
+  * 3c59x: Change locking to avoid use of disable_irq() (Closes: #586967)
+  * Enable IPv6 support for IPVS (IP_VS_IPV6) (Closes: #584549)
+  * Revert "tpm: autoload tpm_tis based on system PnP IDs", included in
+    stable 2.6.32.12 (Closes: #584273)
+  * linux-base: If the disk ID update process fails, give the user a
+    chance to retry or change their answers (Closes: #585609)
+  * asix: fix setting mac address for AX88772 (Closes: #587580)
+  * ipv6: Clamp reported valid_lft to a minimum of 0 (Closes: #514644)
+  * ipv6: Use interface max_desync_factor instead of static default
+    (Closes: #514646)
+  * Add stable 2.6.32.16:
+    - Fixes CVE-2010-1641, CVE-2010-1187, CVE-2010-1148, CVE-2010-1173
+      and CVE-2010-2071
+    - libata: disable ATAPI AN by default (Closes: #582737, #582903)
+  * Add drm changes from stable 2.6.33.6
+  * [ia64, powerpc, sparc, x86] Enable KPROBES and KRETPROBES
+    (Closes: #584130)
+  * r8192s_usb: Fix various bugs:
+    - Check for skb allocation failure in 2 more places
+    - Update LED control code
+    - Clean up in case of an error in module initialisation
+    - Rename and remove proc directories correctly if an interface is
+      not called wlan0 (Closes: #582972)
+    - Correct device ID table (Closes: #584945, #587985)
+  * Add r8192u_usb driver
+  * Add linux-tools-<version> package containing the perf tool
+    (Closes: #548715)
+  * Enable USB_SERIAL_TI (Closes: #588096) and USB_SERIAL_WHITEHEAT
+
+  [ Aurelien Jarno ]
+  * [sh4] optimize runtime disabling of trapped I/O. 
+  * [mips] backport mips/swarm: fix M3 TLB exception handler.
+
+  [ Moritz Muehlenhoff ]
+  * Enable X86 board specific fixups for reboot (Closes: #536537)
+
+  [ Martin Michlmayr ]
+  * OpenRD-Base: revert patch "allow SD/UART1 selection" since it
+    never made it upstream.
+  * ARM: update mach types.
+  * Add support for OpenRD-Ultimate.
+  * QNAP TS-11x/TS-21x: Add MPP36 (RAM) and MPP44 (board ID).
+  * Add support for the HP t5325 Thin Client.
+  * m25p80: Add support for Macronix 25L8005.
+  * Add framebuffer driver for XGI chipsets.
+  * [armel/kirkwood] Enable FB_XGI and FRAMEBUFFER_CONSOLE.
+  * [armel] Make MOUSE_PS2 modular.
+  * [armel] Build INPUT_UINPUT for all flavours.
+  * Update Marvell CESA (mv_cesa) driver (Closes: #585790):
+    - Invoke the user callback from a softirq context
+    - Remove compiler warning in mv_cesa driver
+    - Fix situation where the dest sglist is organized differently than...
+    - Fix situations where the src sglist spans more data than the reques...
+    - Enqueue generic async requests
+    - Rename a variable to a more suitable name
+    - Execute some code via function pointers rathr than direct calls
+    - Make the copy-back of data optional
+    - Support processing of data from previous requests
+    - Add sha1 and hmac(sha1) async hash drivers
+  * Update DisplayLink (udlfb) driver:
+    - add dynamic modeset support
+    - checkpatch cleanup
+    - reorganize function order
+    - pre-allocated urb list helpers
+    - clean up function naming
+    - Add functions to expose sysfs metrics and controls
+    - Rework startup and teardown to fix race conditions
+    - improved rendering performance
+    - Support for fbdev mmap clients (defio)
+    - explicit dependencies and warnings
+    - remove printk and small cleanup
+  * [armel/kirkwood] Enable FB_UDL.
+  * [armel] Disable PARPORT_PC (Closes: #588164)
+
+  [ Bastian Blank ]
+  * Disable mISDN support for NETJet cards. The driver binds a generic PCI
+    bridge.
+  * Disable ISDN4Linux drivers.
+
+  [ maximilian attems]
+  * Update openvz patch to 5fd638726a69.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 05 Jul 2010 22:13:33 +0100
+
+linux-2.6 (2.6.32-15) unstable; urgency=low
+
+  [ Ben Hutchings ]
+  * [hppa] Ignore ABI change caused by disabling CONFIG_IDE_TIMINGS
+  * [powerpc] Fix unnecessary ABI change
+
+  [ Bastian Blank ]
+  * xen: Fix crash in netback.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 01 Jun 2010 01:31:05 +0100
+
+linux-2.6 (2.6.32-14) unstable; urgency=low
+
+  [ Ben Hutchings ]
+  * [ia64] Hardcode the output of the scripts under arch/ia64/scripts so
+    that we can build out-of-tree modules correctly (refresh and re-add
+    dropped patch) (Closes: #392592)
+  * vlan/macvlan: propagate transmission state to upper layers
+  * macvlan: add GRO bit to features mask
+  * macvlan: allow multiple driver backends
+  * Add macvtap driver (Closes: #568755)
+  * [ia64] Enable SGI SN support and mspec driver (Closes: #582224)
+  * iwlwifi: Disable QoS when connected to a non-QoS-capable AP
+    (Closes: #578262)
+  * [x86] Disable e_powersaver cpufreq driver as unsafe. It has already
+    been blacklisted by cpufrequtils. The acpi-cpufreq driver can be used
+    instead on some VIA C7 systems. (Closes: #566208)
+  * nouveau: Fix fbcon corruption with font width not divisible by 8
+    (Closes: #583162)
+  * [amd64] ext4: Fix compat EXT4_IOC_ADD_GROUP (used by online resize)
+  * Install debug kernel image in /usr/lib/debug/boot (Closes: #582810)
+  * net: sysfs: Check for null ethtool_ops before getting speed/duplex
+  * Add stable 2.6.32.14:
+    - [hppa] Revert "parisc: Set PCI CLS early in boot.", erroneously
+      included in 2.6.32.13 causing FTBFS
+    - btrfs: check for read permission on src file in the clone ioctl
+      (CVE-2010-1636)
+
+  [ Bastian Blank ]
+  * Update Xen patch.
+    - Fix checksum offloading in netback. (closes: #583366)
+
+  [ maximilian attems]
+  * Add drm changes from stable 2.6.33.5:
+    - i915: Disable FBC on 915GM and 945GM (Closes: #582427)
+  * Update openvz patch to e7399c239fad.
+
+  [ Martin Michlmayr ]
+  * QNAP TS-419P: Export GPIO indicating jumper setting of JP1.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 29 May 2010 00:32:44 +0100
+
+linux-2.6 (2.6.32-13) unstable; urgency=low
+
+  [ Frederik Schueler ]
+  * sparc: Fix use of uid16_t and gid16_t in asm/stat.h
+
+  [ Moritz Muehlenhoff ]
+  * Enable tomoyo (Closes: #562486)
+
+  [ maximilian attems]
+  * backport KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updates.
+    (closes: #580652)
+  * KEYS: find_keyring_by_name() can gain access to a freed keyring.
+    CVE-2010-1437
+  * hppa, sparc, powerpc disable BLK_DEV_CMD64X.
+  * topconfig enable PATA_CMD64X. (closes: #580799)
+  * x86: Disable CRYPTO_AES_NI_INTEL as it causes boot failures on T410.
+  * Add stable 2.6.32.13:
+    - [SCSI] Enable retries for SYNCRONIZE_CACHE commands to fix I/O error.
+    - [SCSI] Retry commands with UNIT_ATTENTION sense codes to fix ext3/ext4
+      I/O errors.
+    - [SCSI] skip sense logging for some ATA PASS-THROUGH cdbs
+      (Closes: #578129)
+    - raid6: fix recovery performance regression.
+    - raid456: Enable error-correction on singly-degraded RAID6
+      (Closes: #581392)
+    - r8169: fix broken register writes (Closes: #407217, #573007)
+    - V4L/DVB: budget: Fix crash in case of failure to attach frontend
+      (Closes: #575207)
+  * drm/edid: Fix 1024x768@85Hz.
+
+  [ Ben Hutchings ]
+  * linux-base: Fix typo in disk relabelling code (Closes: #580467)
+  * linux-base: Don't quote boot device name in elilo.conf
+    (Closes: #580710; works-around: #581173)
+  * rtl8192su: Add IDs for several more devices (Closes: #580740)
+  * Add drm and sfc changes from stable 2.6.33.4
+  * Improve workaround for HPAs (Host Protected Areas) overlapping
+    partitions, thanks to Tejun Heo:
+    - SCSI/libata: Disable HPA if it overlaps a partition (Closes: #572618)
+    - buffer: Make invalidate_bdev() drain all percpu LRU add caches
+    - block: Rescan partition tables after HPA is disabled
+    - libata: Disable HPA if it is only enabled after suspend
+  * V4L/DVB: budget: Select correct frontend drivers (Closes: #575223)
+  * 3c503: Fix IRQ probing (Closes: #566522)
+  * sis-agp: Remove SIS 760, handled by amd64-agp
+  * amd64-agp: Probe unknown AGP devices the right way (Closes: #548090)
+
+  [ Aurelien Jarno ]
+  * mips/swarm: fix boot from IDE based media (Sebastian Andrzej Siewior)
+    (closes: #466977).
+  * backport mips/swarm: fix M3 TLB exception handler.
+    [This patch was actually reverted and never applied in version 2.6.32-13]
+  * backport MIPS FPU emulator: allow Cause bits of FCSR to be writeable
+    by ctc1. (closes: #580602).
+  * mips/swarm: enable adm* hwmon drivers.
+  * backport Input: Add support of Synaptics Clickpad device (Closes: #572842)
+
+  [ Bastian Blank ]
+  * Fix symlinks in several packages.
+  * Update Xen patch.
+  * [amd64, i386/{686-bigmem,openvz-686,vserver-686-bigmem,xen-686}]
+    Build debugging symbols. (closes: #365349)
+  * Ignore crypto ABI changes.
+
+  [ Martin Michlmayr ]
+  * Backport GuruPlug support.
+
+  [ Christian Perrier ]
+  * Update debconf templates:
+    - English revised by the debian-l10n-english team as part of the Smith
+      review project (Closes: #578349)
+    - Vietnamese (Clytie Siddall) (Closes: #579234)
+    - German (Holger Wansing) (Closes: #579864)
+    - Russian (Yuri Kozlov) (Closes: #578994)
+    - Estonian (mihkel) (Closes: #579019)
+    - Czech (Michal Simunek) (Closes: #579268)
+    - Swedish (Martin Bagge) (Closes: #579308)
+    - French (David Prévot) (Closes: #579763)
+    - Spanish (Omar Campagne) (Closes: #580538)
+    - Portuguese (Américo Monteiro) (Closes: #577227)
+    - Japanese (Kenshi Muto) (Closes: #580855)
+    - Danish (Joe Hansen) (Closes: #580915)
+    - Czech (Michal Simunek) (Closes: #581399)
+
+ -- maximilian attems <maks@debian.org>  Mon, 17 May 2010 15:29:27 +0200
+
+linux-2.6 (2.6.32-12) unstable; urgency=low
+
+  * The "Microwave Background" release
+
+  [ Ben Hutchings ]
+  * Prepare debconf templates for translation. (closes: #576758)
+  * [x86] PCI/forcedeth: Disable MSI for MCP55 on P5N32-E SLI
+    (Closes: #552299)
+  * phylib: Fix typo in bcm63xx PHY driver table
+  * linux-base: Fix bugs and improve libata transition code:
+    - Fix scope of _system() function (Closes: #576925)
+    - Fix case where a file may wrongly be listed as automatically converted
+      (Closes: #577047)
+    - Check device IDs in mdadm.conf rather than assuming it needs manual
+      conversion
+    - Use vol_id if available since the version of blkid in lenny does not
+      support the output format we need (Closes: #576608)
+    - Fix missing line breaks in updated crypttab (Closes: #577735)
+  * i915: Stop trying to use ACPI lid status to determine LVDS connection
+    (Closes: #577724)
+  * forcedeth: Fix hardware version check for TX bug workaround
+    (Closes: #572201)
+  * rndis_host: Poll status channel before control channel (Closes: #576929)
+  * megaraid_sas: Fix copying of sense data for 32-bit management tools on
+    64-bit kernel (Closes: #578398)
+  * Add ipheth driver for iPhone tethering
+  * virtio_net: Make delayed refill more reliable (Closes: #576838)
+
+  [ maximilian attems]
+  * [ia64] Built in fbcon.
+  * Update openvz patch to c05f95fcb04e. (closes: #574598)
+  * Reenable nouveau autoloading.
+  * reiserfs: Fix permissions on .reiserfs_priv. CVE-2010-1146
+  * libata,ata_piix: detect and clear spurious IRQs.
+  * libata/SCSI: fix locking around blk_abort_request().
+  * topconfig enable NET_DROP_MONITOR. (closes: #578568)
+  * Add stable 2.6.32.12:
+    - ACPI: EC: Allow multibyte access to EC; fixes temperature monitoring
+      on some Dell laptops (Closes: #563313)
+    - [x86] KVM: disable paravirt mmu reporting (Closes: #573071)
+    - thinkpad-acpi: lock down video output state access (Closes: #565790)
+    - xfs update (closes: #579410)
+  * Add drm changes from stable 2.6.33.3:
+    - drm/radeon: R300 AD only has one quad pipe (Closes: #575681)
+  * libata: Fix accesses at LBA28 boundary (old bug, but nasty) (v2)
+  * Add EC path for Thinkpad X100.
+  * Bump ABI to 5, apply:
+    - hrtimer: Tune hrtimer_interrupt hang logic
+  * Add libata TRIM support.
+  * Backport radeon r800 modesetting support.
+  * drm/radeon/kms: further spread spectrum fixes.
+  * Backport p54 fixes.
+  * net: export device speed and duplex via sysfs.
+  * postrm: rm modules.softdep. (closes: #579175)
+  * Backport KVM: Xen PV-on-HVM guest support.
+  * Backport KVM: x86: Add KVM_GET/SET_VCPU_EVENTS.
+  * hugetlb: fix infinite loop in get_futex_key() when backed by huge pages
+  * ext4: Issue the discard operation *before* releasing the blocks to be
+    reused.
+  * libiscsi: regression: fix header digest errors.
+  * Revert module.c and module.h changes from -stable update.
+
+  [ dann frazier ]
+  * Add DRBD backport
+  * sctp: Fix skb_over_panic resulting from multiple invalid parameter
+    errors (CVE-2010-1173)
+  * [CIFS] Allow null nd (as nfs server uses) on create (CVE-2010-1148)
+  * tipc: Fix oops on send prior to entering networked mode (CVE-2010-1187)
+  * [powerpc] KGDB: don't needlessly skip PAGE_USER test for Fsl booke
+    Note: KGDB is not currently enabled in debian builds (CVE-2010-1446)
+
+  [ Aurelien Jarno ]
+  * [sh4] Add a sh7751r flavour.
+  * [mips/*malta] Remove options that are present in topconfig.
+
+  [ Martin Michlmayr ]
+  * dns323-setup.c: fix WARN() when booting (Arnaud Patard).
+  * mips: enable PATA platform on SWARM and LITTLESUR (Sebastian Andrzej
+    Siewior).
+  * [mips/sb1-bcm91250a] Enable PATA_PLATFORM.
+
+  [ Bastian Blank ]
+  * Update Xen patch.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 01 May 2010 02:58:31 +0100
+
+linux-2.6 (2.6.32-11) unstable; urgency=low
+
+  [ Ben Hutchings ]
+  * [sparc] Provide io{read,write}{16,32}be() (Closes: #574421)
+  * Use libata-based drivers for most PATA controllers on all architectures
+    (previously applied only to x86)
+  * linux-base: Fix bugs and improve libata transition code:
+    - Handle duplicates in /etc/udev/rules.d/70-persistent-cd.rules
+      (Closes: #574630)
+    - Always attempt conversion if $DEBCONF_RECONFIGURE is set
+    - Never attempt conversion during a fresh installation (Closes: #576243)
+    - Convert disk IDs in crypttab (Closes: #575056)
+    - Redirect stdin and stdout of child processes to avoid interfering with
+      debconf (Closes: #574987)
+    - Report when hdparm.conf or mdadm.conf may need to be updated
+      (Closes: #576442)
+    - Where a device has both a UUID and a label, prefer to identify it by
+      UUID, consistent with fresh installations
+    - Do not use device labels including certain unsafe characters
+      (Closes: #576537)
+  * iwlwifi: Fix repeated warnings about tfds_in_queue (Closes: #574526)
+  * eeepc-laptop: Disable CPU speed control on 701 and 702 since it can
+    cause the system to hang (Closes: #559578)
+  * eeepc-laptop: Disable wireless hotplug on 1005HA, 1201N and 1005PE
+    since it disconnects the wrong device (Closes: #573607)
+  * linux-headers-*: Support postinst hooks in /etc/kernel/header_postinst.d,
+    thanks to Michael Gilbert (Closes: #569724)
+  * rt2860sta: Fix argument to linux_pci_unmap_single() (Closes: #575726)
+  * nouveau: nv50: Implement ctxprog/state generation
+  * phylib: Support PHY module autoloading (Closes: #553024)
+  * [x86] Add ramzswap driver (Closes: #573912)
+
+  [ maximilian attems]
+  * [alpha, hppa] Disable oprofile as tracing code is unsupported here.
+    (closes: #574368)
+  * Update openvz patch to 14a9729fab67. (closes: #574598, #575189)
+  * [x86]: Disable FB_INTEL. (closes: #447575, #503766, #574401)
+  * ssb: do not read SPROM if it does not exist.
+  * ssb: Avoid null pointer dereference by aboves.
+  * Add stable 2.6.32.11.
+    - MIPS: Cleanup forgotten label_module_alloc in tlbex.c (Closes: #571305) 	
+    - ath5k: fix setup for CAB queue (closes: #576213)
+    - NFS: Prevent another deadlock in nfs_release_page() (Closes: #574348)
+  * Revert to keep ABI:
+    - hrtimer: Tune hrtimer_interrupt hang logic
+
+  [ Moritz Muehlenhoff ]
+  * Add support for sh4 architecture, patch by Nobuhiro Iwamatsu
+  (Closes: #569034)
+
+  [ Bastian Blank ]
+  * Update Xen patch.
+    - Fix free interrupt problem on uni-processor machines.
+
+  [ Ian Campbell ]
+  * Include Xen hypervisor in reportbug "related to" list.
+
+ -- maximilian attems <maks@debian.org>  Mon, 05 Apr 2010 20:31:15 +0200
+
+linux-2.6 (2.6.32-10) unstable; urgency=low
+  
+  * The "Big Bang" release
+
+  [ maximilian attems]
+  * tcp: fix ICMP-RTO war.
+  * Add stable 2.6.32.10.
+    - net/via-rhine: Fix scheduling while atomic bugs (closes: #549606)
+    - HID: remove TENX iBuddy from blacklist (Closes: #551312)
+    - USB: SIS USB2VGA DRIVER: support KAIREN's USB VGA adaptor
+      USB20SVGA-MB-PLUS (Closes: #565857)
+  * Bump ABI to 4.
+  * [x86] Add openvz flavour.
+    - adds ppp support (closes: #550975)
+  * Prevent nouveau from autoloading until xserver-xorg-video-nouveau lands.
+ 
+  [ Moritz Muehlenhoff ]
+  * Enable CONFIG_KEYS_DEBUG_PROC_KEYS (Closes: #400932)
+  * Amend README.source with documentation on how to generate a 
+    source tree with all patches applied (Closes: #509156)
+  * Document needed packages for preparatory packaging
+    steps (Closes: #548028)
+
+  [ Aurelien Jarno ]
+  * Fix signal stack alignement on sparc64 (Closes: #569797)
+  
+  [ Bastian Blank ]
+  * Add support for Xen dom0 into its featureset.
+    (Closes: #499745, #503857, #504805, #505545, #506118, #507785, #509085,
+     #509733, #511963, #513835, #514511, #516223, #516374, #516635, #517048,
+     #519586, #520702, #522452, #524571, #524596, #526695, #533132, #533432,
+     #534880, #534978, #541227, #542299, #542614, #543489, #544525, #548345,
+     #554564, #554621, #559175, #559634)
+  * [alpha, amd64, i386, amd64, powerpc] Make all AGP driver built-in to
+    workaround race-condition between DRM and AGP.
+
+  [ Ben Hutchings ]
+  * drm: Apply all changes from 2.6.33 and 2.6.33.1:
+    - Add nouveau driver
+    - i915: Fix disappearing mouse pointer (Closes: #551330)
+    - i915: Restore video overlay support (Closes: #560033)
+    - i915: Fix DDC on some systems by clearing BIOS GMBUS (Closes: #567747)
+    - radeon: Enable KMS support
+  * qla2xxx: Disable MSI/MSI-X on some chips or as selected by module parameter
+    (Closes: #572322)
+    - MSI is disabled on QLA24xx chips other than QLA2432 (MSI-X already was)
+    - MSI-X is disabled if qlx2enablemsix=2
+    - MSI and MSI-X are disabled if qlx2enablemsix=0
+  * [sparc64] Make prom entry spinlock NMI safe (Closes: #572442)
+  * firmware: Correct copyright information and add source for CIS files
+  * Fix first line of kernel-doc for a few functions so that they get valid
+    manual pages
+  * Remove /usr/include/drm from linux-libc-dev; let libdrm-dev provide it
+    again
+  * [x86] Enable rtl8192su driver using external firmware
+  * [x86] Use libata-based drivers for most PATA controllers (Closes: #444182):
+    - pata_triflex replaces triflex
+    - pata_atiixp replaces atiixp
+    - pata_ns87415 replaces ns87415
+    - pata_sc1200 replaces sc1200
+    - pata_cs5536 replaces cs5536
+    - pata_amd replaces amd74xx
+    - pata_sis replaces sis5513
+    - pata_rz1000 replaces rz1000
+    - pata_efar replaces slc90e66
+    - pata_pdc202xx_old replaces pdc202xx_old
+    - pata_pdc2027x replaces pdc202xx_new
+    - pata_cs5520 replaces cs5520
+    - pata_cs5530 replaces cs5530
+    - pata_cmd64x replaces cmd64x
+    - pata_sil680 replaces siimage
+    - pata_ali replaces alim15x3
+    - pata_via replaces via82cxxx
+    - pata_serverworks replaces serverworks
+    - pata_artop replaces aec62xx
+    - pata_it821x replaces it821x
+    - ata_piix, pata_oldpiix, pata_mpiix mostly replace piix
+    - ata_generic, pata_ns87410, pata_netcell replace ide-pci-generic
+  * linux-base: Add libata transition script
+  * Hide sensitive information when including network configuration in bug
+    reports and running a different kernel version
+
+  [ Martin Michlmayr ]
+  * Add some ARM patches from git:
+    - Update mach types
+    - eSATA SheevaPlug: basic board support
+    - eSATA SheevaPlug: configure SoC SATA interface
+    - eSATA SheevaPlug: correlate MPP to SD CD and SD WP
+  * [armel/kirkwood] Enable MACH_ESATA_SHEEVAPLUG.
+
+ -- maximilian attems <maks@debian.org>  Tue, 16 Mar 2010 23:39:05 +0100
+
+linux-2.6 (2.6.32-9) unstable; urgency=high
+
+  [ Ben Hutchings ]
+  * Do not build obsolete lgs8gl5 driver
+  * [x86] Enable USB IP drivers (Closes: #568903)
+  * Ignore failure of lsusb when gathering information for bug reports
+    (Closes: #569725)
+  * macvlan: Add bridge, VEPA and private modes (Closes: #568756)
+  * [sparc] sunxvr500: Support Intergraph graphics chips again
+    (Closes: #508108)
+  * sfc: Apply fixes from 2.6.33
+  * ath9k: Add support for AR2427
+  * fs/exec.c: fix initial stack reservation (regression in 2.6.32.9)
+
+  [ maximilian attems]
+  * Postinst don't refercence k-p related manpage. (closes: #542208)
+  * Postinst only write kernel-img.conf for palo boxes.
+  * Enable VT_HW_CONSOLE_BINDING for unbinding efifb. (closes: #569314)
+  * hwmon: Add driver for VIA CPU core temperature.
+  * wireless: report reasonable bitrate for MCS rates through wext.
+  * efifb: fix framebuffer handoff. (bugzilla.k.o #15151)
+  * Add stable 2.6.32.9:
+    - drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup.
+      (closes: #567747)
+    - futex: Handle futex value corruption gracefully. (CVE-2010-0623)
+    - futex_lock_pi() key refcnt fix. (CVE-2010-0623)
+    - Staging: fix rtl8187se compilation errors with mac80211.
+      (closes: #566726)
+  * r8169 patch for rx length check errors. (CVE-2009-4537)
+  * vgaarb: fix incorrect dereference of userspace pointer.
+  * Bump ABI to 3.
+  * drm/i915: give up on 8xx lid status.
+  * vgaarb: fix "target=default" passing.
+  * drm/radeon: block ability for userspace app to trash 0 page and beyond.
+    (closes: #550562)
+
+  [ Bastian Blank ]
+  * Restrict access to sensitive SysRq keys by default.
+  * debian/rules.real: Install arch specific scripts.
+
+  [ Moritz Muehlenhoff ]
+  * Set source format to 1.0
+
+  [ Martin Michlmayr ]
+  * [armel/iop32x] Enable ARCH_IQ80321 and ARCH_IQ31244 (Thanks Arnaud
+    Patard).
+  * [armel/kirkwood] Disable MTD_NAND_VERIFY_WRITE to avoid errors
+    with ubifs on OpenRD (Thanks Gert Doering) (Closes: #570407)
+  * OpenRD-Base: allow SD/UART1 selection (Closes: #571019)
+  * D-Link DNS-323 revision A1: implement power LED (Closes: 503172).
+
+ -- maximilian attems <maks@debian.org>  Wed, 24 Feb 2010 17:06:27 +0100
+
+linux-2.6 (2.6.32-8) unstable; urgency=high
+
+  [ Bastian Blank ]
+  * Don't let default compiler flags escape into build.
+
+  [ dann frazier ]
+  * KVM: PIT: control word is write-only (CVE-2010-0309)
+  * Fix potential crash with sys_move_pages (CVE-2010-0415)
+
+  [ Ben Hutchings ]
+  * Build lgs8gxx driver along with cxusb (Closes: #568414)
+  * Revert incorrect change to powerpc clocksource setup (Closes: #568457)
+  * Add stable release 2.6.32.8:
+    - Remove TIF_ABI_PENDING bit from x86, sparc & powerpc, fixing
+      32-bit userland/64-bit kernel breakage (Closes: #568416)
+    - connector: Delete buggy notification code. (CVE-2010-0410)
+  * [x86] KVM: Add IOPL/CPL checks to emulator, to prevent privilege
+    escalation within a guest. (CVE-2010-0298, CVE-2010-0306)
+
+  [ Martin Michlmayr ]
+  * Implement power-off for D-Link DNS-323 rev B1 and fix the blinking
+    power LED (Erik Benada) (Closes: #503172).
+
+  [ Aurelien Jarno ]
+  * Enable CONFIG_FB_CIRRUS and CONFIG_LOGO on 4kc-malta and 5kc-malta.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 11 Feb 2010 02:17:17 +0000
+
+linux-2.6 (2.6.32-7) unstable; urgency=low
+
+  [ maximilian attems]
+  * [x86] Disable deprecated X86_CPU_DEBUG, causes boot failures.
+  * Newer Standards-Version 3.8.4 without changes.
+
+  [ Ben Hutchings ]
+  * clocksource/events: Fix fallout of generic code changes
+    (Closes: #568030)
+  * Set ABI to 2.
+
+  [ dann frazier ]
+  * Disable FUNCTION_TRACER due to performance/build issues.
+    (Closes: #568025)
+  * Split 'flush_old_exec' into two functions (CVE-2010-0307)
+
+ -- dann frazier <dannf@debian.org>  Wed, 03 Feb 2010 18:35:21 -0700
+
+linux-2.6 (2.6.32-6) unstable; urgency=high
+
+  [ Ben Hutchings ]
+  * Documentation/3c509: document ethtool support (Closes: #564743)
+  * Add MODULE_FIRMWARE declarations to several drivers that lacked them
+  * [x86] Update rt2860sta/rt2870sta firmware loader patch
+    - Accept 8K versions of rt2870.bin
+    - Fix hang on resume
+  * [x86] Enable rt3090sta using firmware loader
+  * Add stable release 2.6.32.4:
+    - untangle the do_mremap() mess (CVE-2010-0291)
+    - fasync: split 'fasync_helper()' into separate add/remove functions
+      (CVE-2009-4141)
+    - kernel/signal.c: fix kernel information leak with print-fatal-signals=1
+      (CVE-2010-0003)
+    - netfilter: ebtables: enforce CAP_NET_ADMIN (CVE-2010-0007)
+    - quota: Fix dquot_transfer for filesystems different from ext4
+      (Closes: #566532)
+    - audit: Fix memory management bugs (Closes: #562815)
+      + fix braindamage in audit_tree.c untag_chunk()
+      + fix more leaks in audit_tree.c tag_chunk()
+    - ipv6: skb_dst() can be NULL in ipv6_hop_jumbo(). (CVE-2010-0006)
+    - Fix DMA mapping for i915 driver (Closes: #558237, #567352)
+      + drm: remove address mask param for drm_pci_alloc()
+      + agp/intel-agp: Clear entire GTT on startup
+  * e1000,e1000e: Discard all fragments of received over-length packets
+    (CVE-2009-4536, CVE-2009-4538)
+  * Enable the '686' configuration options in '686-vserver' packages and
+    the '686-bigmem' configuration options in '686-bigmem-vserver' packages
+    (Closes: #566213)
+  * Add stable release 2.6.32.5:
+    - inotify: do not reuse watch descriptors (Closes: #561880)
+    - megaraid_sas: remove sysfs poll_mode_io world writeable permissions
+      (CVE-2009-3939) (Closes: #562975)
+  * Force distribution=UNRELEASED in debian/bin/test-patches so that it
+    works in released source packages
+  * Add stable release 2.6.32.6
+  * postinst: Enable escape sequences in debconf notes (Closes: #566539)
+  * Add 3w-sas driver for LSI 3ware 9750 SAS controllers
+  * aufs2: Update to snapshot from 2010-01-25 (Closes: #567391)
+  * cdc_ether: Do not set link down initially; not all devices send link
+    change interrupts (Closes: #567689)
+  * Add stable release 2.6.32.7:
+    - clockevent: Don't remove broadcast device on halt or CPU hotplug
+      (Closes: #566547)
+  * sfc: Apply fixes from 2.6.33-rc{5,6}
+  * Set ABI to 1.
+
+  [ Ian Campbell ]
+  * xen: Enable up to 32G of guest memory on i386.
+
+  [ Julien Cristau ]
+  * drm/i915: disable powersave by default (closes: #564807)
+
+  [ Bastian Blank ]
+  * Enable all NCP file system options.
+  * [amd64] Make AGP support again built-in to fullfill the not completely
+    documented dependency with GART IOMMU support. (closes: #561552)
+  * Enable dynamic minor allocations for ALSA, DVB and USB. (closes: #510593)
+
+  [ maximilian attems ]
+  * [topconfig] set MEMORY_FAILURE, 9P_FSCACHE, INFINIBAND_IPOIB_CM
+    (closes: #565494), ITCO_VENDOR_SUPPORT (closes: #525232), PCIEASPM
+    (closes: #545417), HWPOISON_INJECT.
+  * Enable easier debugging of Power Managment code. (closes: #478315)
+  * Pass `DEB_MAINT_PARAMS' to hook scripts. (closes: #563161)
+  * Enable more mobile IPv6 needs. (closes: #528834)
+
+  [ dann frazier ]
+  * [vserver] explicitly disable CFS_HARD_LIMITS
+  * Enable FUNCTION_TRACER and STACK_TRACER (Closes: #563847)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 31 Jan 2010 23:09:28 +0000
+
+linux-2.6 (2.6.32-5) unstable; urgency=low
+
+  [ Ben Hutchings ]
+  * sfc: Apply fixes from 2.6.33-rc3
+  * ath5k: Fix eeprom checksum check for custom sized eeproms
+    (Closes: #563136)
+
+  [ maximilian attems ]
+  * topconfig unset USB_ISP1362_HCD FTBFS on armel and useless.
+    (closes: #564156)
+  * topconfig set PATA_ATP867X, PATA_RDC, SND_CS5535AUDIO, PM_RUNTIME,
+    ATA_VERBOSE_ERROR, RTC_DRV_WM831X, RTC_DRV_PCF2123, RTC_DRV_AB3100,
+    SND_HDA_PATCH_LOADER, DEVTMPFS (closes: #560040).
+  * [x86] set RTL8192E, TOPSTAR_LAPTOP, I2C_SCMI.
+  * Explicitly disable diverse staging drivers.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 10 Jan 2010 03:22:23 +0000
+
+linux-2.6 (2.6.32-4) unstable; urgency=low
+
+  [ Ben Hutchings ]
+  * Correct comments referring to dpkg --print-installation-architecture
+    in maintainer scripts (Closes: #558077)
+  * modules: Skip empty sections when exporting section notes
+    (Closes: #563036)
+  * via-velocity: Give RX descriptors to the NIC later on open or MTU change
+    (Closes: #508527)
+  * dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board chips
+    (Closes: #515533)
+  * Add stable release 2.6.32.3:
+    - ath5k: fix SWI calibration interrupt storm (may fix #563466)
+    - iwl3945: disable power save (Closes: #563693)
+    - rt2x00: Disable powersaving for rt61pci and rt2800pci (may fix #561087)
+
+  [ maximilian attems ]
+  * topconfig set CAN_EMS_USB, BT_MRVL, BT_MRVL_SDIO, BE2ISCSI, SCSI_PMCRAID,
+    SCSI_BFA_FC, USB_GL860, USB_GSPCA_JEILINJ, I2C_SI4713, RADIO_SI4713,
+    RADIO_SI470X, DVB_USB_FRIIO, EDAC_I3200, SENSORS_TMP421, SENSORS_WM8350,
+    SBC_FITPC2_WATCHDOG, TOUCHSCREEN_MCS5000, UIO_PCI_GENERIC, KSZ8842,
+    KS8851, KS8851_MLL, MISDN_AVMFRITZ, MISDN_SPEEDFAX, MISDN_INFINEON,
+    MISDN_W6692, MISDN_NETJET, INPUT_WINBOND_CIR, BATTERY_DS2782, MFD_WM831X,
+    MFD_MC13783, MTD_SST25L, TOUCHSCREEN_USB_E2I, INPUT_WM831X_ON,
+    SENSORS_WM831X, WM831X_WATCHDOG, AB3100_OTP, REGULATOR_WM831X,
+    REGULATOR_MC13783, REGULATOR_AB3100, REGULATOR_TPS65023,
+    REGULATOR_TPS6507X, VIDEO_SAA7164, DVB_PT1, BACKLIGHT_WM831X,
+    SND_HDA_CODEC_CIRRUS, USB_ISP1362_HCD, LEDS_WM831X_STATUS,
+    MTD_ONENAND_GENERIC, B43_SDIO, B43_PHY_LP, KEYBOARD_ADP5588, QT2160,
+    KEYBOARD_LM8323, KEYBOARD_MAX7359, KEYBOARD_OPENCORES, MOUSE_PS2_SENTELIC,
+    WM831X_POWER.
+  * [x86] set ACPI_POWER_METER, ACPI_PROCESSOR_AGGREGATOR, SFI,
+    EDAC_DECODE_MCE.
+  * Set MOUSE_PS2_ELANTECH for various EeePc. (closes: #522920)
+
+  [ dann frazier ]
+  * Fix vserver build on ia64 (Closes: #563356)
+  * Fix vserver build on s390 (Closes: #563355)
+
+  [ Martin Michlmayr ]
+  * Report model information on armel when filing a bug.
+  * ARM: Add an earlyprintk debug console (Catalin Marinas)
+  * [armel] Enable EARLY_PRINTK.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 07 Jan 2010 03:33:39 +0000
+
+linux-2.6 (2.6.32-3) unstable; urgency=high
+
+  * The "Not a Suitable Christmas Present" release
+
+  [ Martin Michlmayr ]
+  * [armel/orion5x] Build MTD_CFI_AMDSTD into the kernel again since
+    it's needed on the D-Link DNS-323 (thanks Manuel Roeder).
+    (Closes: #562205)
+
+  [ dann frazier ]
+  * Input: ALPS - add support for touchpads with 4-directional button
+  * Input: ALPS - add interleaved protocol support (Dell E6x00 series)
+    (Closes: #561589)
+  * Re-enable vserver
+
+  [ Ben Hutchings ]
+  * sfc: Apply changes from 2.6.33-rc1 adding support for SFC9000 family
+  * Add stable release 2.6.32.2:
+    - KVM: x86 emulator: limit instructions to 15 bytes (CVE-2009-4031)
+    - hfs: fix a potential buffer overflow (CVE-2009-4020)
+  * radeon: fix crtc vblank update for r600 (regression in 2.6.32.2)
+  * ia64: Include <linux/personality.h> header in <asm/fcntl.h>; fixes
+    FTBFS
+  * r8169: Allow RTL8168D v1 and v2 to be used without firmware files
+    (Closes: #561309)
+  * Enable vmxnet3 (VMware guest paravirt net driver) (Closes: #562046)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 24 Dec 2009 04:28:55 +0000
+
+linux-2.6 (2.6.32-2) unstable; urgency=high
+
+  [ Bastian Blank ]
+  * Allow memory hot-add and -remove if possible.
+  * Enable USB suspend.
+  * Enable kernel samepage merging. (closes: #558200)
+  * [s390]
+    - Enable SECCOMP.
+    - Enable z/VM Watchdog Timer.
+
+  [ Moritz Muehlenhoff ]
+  * Disable cryptoloop (Closes: #559755)
+  * Initial work on a README.source file as suggested by current policy
+
+  [ Ben Hutchings ]
+  * aufs2: Update to snapshot from 2009-12-05
+  * postinst: Fix failure paths in check for missing firmware
+    (Closes: #560263)
+  * atl1c: Fix system hang when link drops (Closes: #559577)
+  * netfilter: xtables: fix conntrack match v1 ipt-save output
+    (Closes: #556587)
+
+  [ Aurelien Jarno ]
+  * Add support for the sparc64 architecture.
+
+  [ dann frazier ]
+  * Add stable release 2.6.32.1:
+    - ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT (CVE-2009-4306)
+    - ext4: avoid divide by zero when trying to mount a corrupted file system
+      (CVE-2009-4307)
+    - ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT (CVE-2009-4131)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 16 Dec 2009 21:42:49 +0000
+
+linux-kbuild-2.6 (2.6.32-1) unstable; urgency=low
+
+  [ Ben Hutchings ]
+  * New upstream version. (closes: #560090)
+  * Include new script module-common.lds, thanks to Zoran Dzelajlija.
+
+  [ Bastian Blank ]
+  * Move contents of linux-kbuild package to /usr/lib.
+
+ -- Bastian Blank <waldi@debian.org>  Fri, 11 Dec 2009 16:16:12 +0100
+
+linux-2.6 (2.6.32-1) unstable; urgency=low
+
+  * New upstream release candidate:
+  - Fixes wifi with rt73usb (Closes: #555640)
+
+  [ Martin Michlmayr ]
+  * [armel/kirkwood] Turn on USB_SUSPEND (on the request of a SheevaPlug
+    user).
+  * [mips/4kc-malta, mips/5kc-malta] Compile USB as a module rather than
+    into the kernel.
+
+  [ Bastian Blank ]
+  * Enable PCI_MSI.
+  * [powerpc] Properly enable Apple PMU battery.
+  * [mips/mipsel] Drop remaining OSS drivers.
+  * [powerpc] Enable PCIe support.
+  * Move contents of linux-support package to /usr/share.
+  * Make linux-patch package depend against python.
+  * Use python-support instead of python-central.
+  * Always enable software watchdog support.
+  * Always enable complete USB mass storage support.
+  * [amd64, powerpc, sparc] Build USB support as module.
+  * [amd64] Build AGP support as module.
+  * Always enable dummy net driver support.
+  * Drop linux-tree package, it have no users left.
+
+  [ Ben Hutchings ]
+  * Re-enable accidentally omitted drivers, thanks to Uwe Kleine-König
+    (Closes: #558011):
+    - Atheros wireless drivers (ar9170, ath5k, ath9k)
+    - TI wl12xx wireless drivers (wl1251_spi, wl1251_sdio and wl1271
+      replace wl12xx)
+    - Silicon Labs Si470x FM Radio Receiver driver (radio-usb-si470x)
+  * Add 'removable' option to the mmc module. Setting this to 0 causes
+    MMC/SD cards to be assumed non-removable, and filesystems on them
+    will remain mounted over a suspend/resume cycle. (Closes: #504391)
+  * Add MODULE_FIRMWARE declarations to many drivers that lacked them, so
+    that missing firmware will be reported automatically during upgrades
+  * atl1e: Remove broken implementation of TSO for TCP/IPv6
+    (Closes: #558426) and allow other hardware offloads to be disabled in
+    case they are also buggy
+  * usbnet: Set link down initially for drivers that update link state
+    (Closes: #444043)
+  * aufs2: Update to snapshot from 2009-11-29
+  * i915: Enable auto-loading even though CONFIG_DRM_I915_KMS is not set
+
+  [ dann frazier ]
+  * mac80211 (CVE-2009-4026, CVE-2009-4027):
+    - fix two remote exploits
+    - fix spurious delBA handling
+
+ -- Bastian Blank <waldi@debian.org>  Sun, 06 Dec 2009 18:17:39 +0100
+
+linux-2.6 (2.6.32~rc8-1~experimental.1) unstable; urgency=low
+
+  [ Ben Hutchings ]
+  * New upstream release candidate.
+    - slip: Clean up create and destroy	 (Closes: #408635)
+    - signal: Fix alternate signal stack check (Closes: #544905)
+  * README.Debian: Add brief information about building specific binary
+    packages (Closes: #546182)
+  * lgs8gxx: Remove firmware for lgs8g75 and use request_firmware() to
+    load it
+  * r8169: Remove firmware for RTL8168D v1 and v2 and use
+    request_firmware() to load it
+  * DocBook: Fix build breakage
+  * Hide WPA authentication parameters and comments when including network
+    configuration in bug reports
+
+  [ Bastian Blank ]
+  * [mips] Don't force EMBEDDED on.
+  * [sparc] Don't builtin Ext2 support.
+  * Enable PERF_EVENTS, EVENT_PROFILE, CRYPTO_VMAC, CRYPTO_GHASH, TREE_RCU.
+  * Use SLUB as default SLAB allocator.
+
+  [ Martin Michlmayr ]
+  * [armel] Make some options modular (since there's no reason for them
+    to be built in): FTL, NFTL, MTD_CFI_AMDSTD, MTD_CFI_STAA.
+  * [armel/orion5x, armel/kirkwood] Enable ISDN (requested by Markus
+    Krebs).
+  * Add patch from Albin Tonnerre to add HAVE_KERNEL_LZMA to arm.
+  * [armel] Enable KERNEL_LZMA, i.e. compress kernels with lzma to get
+    much better compression.
+  * [armel] Re-enable options that were turned off recently because of
+    size constraints: DEBUG_USER, DEBUG_KERNEL, BOOT_TRACER, ARM_UNWIND,
+    BLK_DEV_IO_TRACE and SECURITY_SELINUX.
+
+  [ maximilian attems ]
+  * Simplify postinst nuke reverse symlinks handling. Patch from
+    Sebastian Andrzej Siewior <sebastian@breakpoint.cc>.
+
+ -- Bastian Blank <waldi@debian.org>  Sat, 21 Nov 2009 21:41:45 +0100
+
+linux-2.6 (2.6.31-2) unstable; urgency=low
+
+  [ Martin Michlmayr ]
+  * [armel/orion5x, armel/kirkwood] Make sure VGA_CONSOLE is disabled,
+    otherwise the kernel won't boot.
+  * [armel/kirkwood] Enable CRYPTO_DEV_MV_CESA (Closes: #552270).
+  * [armel/kirkwood, armel/orion5x] Enable ORION_WATCHDOG (the
+    name of the config variable changed).
+  * Add OpenRD-Client support again.
+  * Add QNAP TS-41x support.
+  * [armel/orion5x, armel/kirkwood] Enable ISDN (requested by Markus
+    Krebs).
+  * Fix a build failure of the ISDN hisax elsa driver on ARM.
+  * mips: fix build of vmlinux.lds (Closes: #552422).
+
+  [ Ben Hutchings ]
+  * postinst: Accept absolute paths in modules.dep generated by the
+    lenny version of module-init-tools (Closes: #552610)
+  * aufs2: Remove incorrect static assertion (Closes: #554120)
+  * Add stable release 2.6.31.6:
+    - fs: pipe.c null pointer dereference (CVE-2009-3547)
+    - KEYS: get_instantiation_keyring() should inc the keyring refcount
+      in all cases (CVE-2009-3624)
+    - netlink: fix typo in initialization (CVE-2009-3612)
+  * Undo PCMCIA ABI change in 2.6.31.6
+  * Hide wireless keys and wake-on-LAN password when including network
+    configuration in bug reports
+  * Add Geode LX/NX to list of 686-class processors
+
+  [ Bastian Blank ]
+  * [powerpc] Remove SMP warning from PowerMac cpufreq (Closes: #554124)
+
+  [ maximilian Attems ]
+  * Really fix making a debian kernel installable without kernel-img.conf.
+    Thanks for patch to Sebastian Andrzej Siewior <sebastian@breakpoint.cc>.
+    (closes: #555093).
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 15 Nov 2009 18:47:49 +0000
+
+linux-kbuild-2.6 (2.6.31.2-1) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 25 Oct 2009 18:38:44 +0000
+
+linux-2.6 (2.6.31-1) unstable; urgency=low
+
+  [ Ben Hutchings ]
+  * Include aufs2, marked as staging (Closes: #541828)
+  * Include speakup modules under staging
+  * Add stable release 2.6.31.5
+  * [x86_64] Enable NUMA_EMU (Closes: #541389)
+
+  [ Martin Michlmayr ]
+  * CPUidle: always return with interrupts enabled.
+  * [armel/orion5x, armel/kirkwood] Enable FB since some Kirkwood
+    machines have a VGA chip (e.g. OpenRD-Client) and because it's
+    possible to use a DisplayLink USB virtual graphics adapter.
+
+  [ maximilian attems ]
+  * [alpha] Disable SND_MIXART, causes gcc ICE.
+  * [x86] Enable modular X86_MCE_INJECT.
+  * [x86_32] Set LSM_MMAP_MIN_ADDR to zero to unbreak dosemu and 16-bit Wine,
+    ia64 and x86_64 to 65536 otherwise default to 32768.
+  * Unset UEVENT_HELPER_PATH to save some boot cycles.
+
+  [ Bastian Blank ]
+  * Set ABI to 1.
+  * Enable Apple PMU battery. (closes: #544264)
+
+ -- Bastian Blank <waldi@debian.org>  Sat, 24 Oct 2009 19:17:30 +0200
+
+linux-kbuild-2.6 (2.6.31.2-1~experimental.1) experimental; urgency=low
+
+  [ Bastian Blank ]
+  * New upstream version.
+
+  [ Ben Hutchings ]
+  * Include new script gcc-x86_32-has-stack-protector.sh.
+  * Add myself to Uploaders.
+  * New upstream version (2.6.31.2).
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 17 Oct 2009 23:05:27 +0100
+
+linux-2.6 (2.6.31-1~experimental.2) experimental; urgency=low
+
+  [ Ben Hutchings ]
+  * Include more information in bug reports:
+    - Model information
+    - Firmware package status
+    - Network configuration and status (optional)
+    - USB device list
+  * nfs: Avoid overrun when copying client IP address string
+    (Closes: #549002)
+  * Add support for DEB_BUILD_OPTIONS=parallel=N (Closes: #458560)
+  * sfc: Fix initial link state
+  * Improve package descriptions
+    - Clarify the differences between i386 flavours (Closes: #414690)
+    - Simplify wording of the description template
+  * Add stable release 2.6.31.3
+  * Remove /usr/include/scsi from linux-libc-dev; these headers are
+    provided by libc6-dev (Closes: #550130)
+  * Remove dummy dot-files from linux-libc-dev
+  * hfsplus: Refuse to mount volumes larger than 2TB, which may otherwise
+    be corrupted (Closes: #550010)
+  * Add stable release 2.6.31.4
+    - x86: Don't leak 64-bit kernel register values to 32-bit processes
+      (CVE-2009-2910)
+    - appletalk: Fix skb leak when ipddp interface is not loaded
+      (CVE-2009-2903)
+
+  [ maximilian attems ]
+  * Add stable release 2.6.31.2
+    - ax25: Fix signed comparison in the sockopt handler (CVE-2009-2909)
+    - PM / yenta: Fix cardbus suspend/resume regression (Closes: #522828)
+
+  [ dann frazier ]
+  * [sparc] build zImage by default, fixes build
+  * [ia64] Fix call to elilo in postinst
+
+ -- maximilian attems <maks@debian.org>  Mon, 12 Oct 2009 23:54:52 +0200
+
+linux-2.6 (2.6.31-1~experimental.1) experimental; urgency=low
+
+  * New upstream release.
+    - Support for W83627DHG-P (closes: #535646).
+    - Restore MAC address and MTU change operations on Orinoco and others
+      (Closes: #536455)
+    - Remove incorrect ACPI blacklisting of ASUS P4B266 mainboards
+      (Closes: #525625)
+    - atl1c fixes for Eee PC model 1005HA-H. (closes: #538410)
+    - parisc64-smp boot fix on J5600. (closes: #539369)
+    - parisc: Fix GOT overflow during module load on 64bit kernel
+      (closes: #539378)
+    - xfs: fix freeing of inodes not yet added to the inode cache
+      (Closes: #527517)
+    - IPv6: add "disable" module parameter support to ipv6.ko.
+      (closes: #542470)
+    - IPv6: avoid wraparound for expired preferred lifetime
+      (Closes: #518710)
+    - Fixes lockups with older dual-CPU machines (Closes: #542551)
+    - x86, pat: Allow ISA memory range uncacheable mapping requests
+      (Closes: #538159)
+    - drm/i915: Hook connector to encoder during load detection
+      (Closes: #522358)
+    - module: workaround duplicate section names (Closes: #545229)
+    - b43: Add fw capabilities (Closes: #533357)
+    - procfs: Fix idle time in uptime (Closes: #545981)
+    - e1000, e1000e, igb, ixgb, ixgbe: Fix initial link state
+      (Closes: #546041)
+    - CIFS: Handle port= mount option correctly (Closes: #524142)
+    - i915: Prevent screen flickering in X11 (Closes: #545377)
+    - hppa: Ensure broadcast tlb purge runs single threaded
+      (Closes: #539215)
+
+  [ maximilian attems ]
+  * [powerpc64] Enable modular RTC_DRV_PS3, PS3_VRAM.
+    (Closes: #528694)
+  * Set new NETFILTER_XT_MATCH_OSF, FIREWIRE_NET, SND_CTXFI, USB_XHCI_HCD,
+    IEEE802154, CAN_DEV, EEPROM_MAX6875, DM_LOG_USERSPACE, DM_MULTIPATH_QL,
+    DM_MULTIPATH_ST, LIBERTAS_SPI, CAN_SJA1000, CAN_SJA1000_PLATFORM,
+    CAN_EMS_PCI, CAN_KVASER_PCI, CB710_CORE, CNIC, RT2800USB,
+    USB_NET_INT51X1, SND_LX6464ES, BLK_DEV_OSD, SCSI_BNX2_ISCSI, IWM,
+    IEEE802154_DRIVERS, TOUCHSCREEN_EETI, TOUCHSCREEN_W90X900,
+    BATTERY_MAX17040, SENSORS_TMP401, REGULATOR_USERSPACE_CONSUMER,
+    REGULATOR_MAX1586, REGULATOR_LP3971, MEDIA_SUPPORT, CUSE,
+    WL12XX, PPS, AB3100_CORE, SND_HDA_INPUT_JACK,MMC_SDHCI_PLTFM,
+    MMC_CB710, MMC_VIA_SDMMC, LEDS_LP3944, RTC_DRV_RX8025,
+    SMARTJOYPLUS_FF, USB_CDC_PHONET, USB_GSPCA_SN9C20X, MOUSE_SYNAPTICS_I2C,
+    PCIEAER_INJECT.
+  * Disable v4l1 ov511 and quickcam_messenger drivers.
+  * [x86_64] Enable HW_RANDOM_VIA.
+  * [x86] Keep divers staging stuff enabled.
+  * [x86] Enable RT3070, COMEDI_PCMCIA_DRIVERS, ACERHDF, EDAC_AMD64,
+    XEN_DEV_EVTCHN, XEN_SYS_HYPERVISOR, PERF_COUNTERS,
+    CC_STACKPROTECTOR, DEFAULT_MMAP_MIN_ADDR=65536.
+  * rtl8192su: remove firmware and disable.
+  * Newer Standards-Version 3.8.2 without changes.
+  * Allow install in chroot without do_initrd check for piuparts.
+  * Cleanup Maintainer scripts from ancient pre linux-2.6 assumptions.
+    (Also closes: #536333)
+  * Disable DEVKMEM.
+  * [ppc, sparc] Enable EFI_PARTITION. (closes: #540486)
+  * Disable old USB_DEVICE_CLASS. (Closes: #510279)
+  * Drop yaird initramfs generator support.
+  * Add stable release 2.6.31.1.
+  * Enable PREEMPT_VOLUNTARY.
+
+  [ Ben Hutchings ]
+  * mga: remove unnecessary change from firmware-loading patch
+  * cxgb3: remove PHY firmware and use request_firmware() to load it
+  * Add firmware-linux-free package containing DFSG-free firmware
+  * av7110: include firmware source and binary
+  * snd-cs46xx: reenable using external firmware (closes: #464197,
+    but note that Debian cannot currently distribute the firmware),
+    thanks to Kalle Olavi Niemitalo <kon@iki.fi>
+  * ib_ipath: remove firmware for QLogic IBA7220 and use
+    request_firmware() to load it
+  * dvb-usb-af9005: remove initialisation script derived from Windows
+    driver and use request_firmware() to extract it at run-time
+    (closes: #494119)
+  * Add warning on upgrade to a new upstream version where the system
+    appears to be missing necessary firmware files (closes: #541702)
+  * qla1280: Release spinlock when requesting firmware (closes: #543244)
+  * r128: Add test for initialisation to all ioctls that require it
+    (closes: #541630)
+  * rt{2860,2870,3070}sta: Use existing CCITT CRC implementation on
+    firmware rather than adding an equivalent variant of ITU-T CRC
+  * rd: Build as a module since we do not require initrd support
+  * x86: Fix crash in text_poke_early() on 486-class processors
+    (Closes: #515982)
+  * intel-agp: Fix cache flushing on i8xx chipsets, avoiding graphics
+    corruption and GPU lock-ups (Closes: #541307)
+  * Generate architecture-qualified package relations as needed for
+    flavours that exist for multiple architectures (Closes: #278729)
+  * Prompt bug reporters to run the kernel version they're reporting on
+    or otherwise record boot messages
+  * Include PCI device list in bug reports even if the running kernel
+    doesn't match
+
+  [ Martin Michlmayr ]
+  * [armel/orion5x, armel/kirkwood] Set GPIO_SYSFS=y since these
+    platforms have been converted to GPIOLIB.
+  * [armel/orion5x, armel/kirkwood] Disable MARVELL_PHY since it may
+    lead to conflicts with the built-in Ethernet.
+  * Add features from 2.6.32:
+    - crypto: mv_cesa - Add support for Orion5X crypto engine
+  * [armel/orion5x] Enable CRYPTO_DEV_MV_CESA.
+  * Disable SYS_HAS_EARLY_PRINTK on SGI IP22 to work around a hang
+    during bootup (Closes: #507557)
+  * [armel] Enable BPQETHER (on the request of Iain Young) and some
+    other AX25 drivers.
+
+  [ Bastian Blank ]
+  * Disable staging drivers by default.
+  * Force all bugs against images to be reported to linux-2.6.
+    (closes: #539176)
+  * [arm] Remove old arm architecture.
+  * Use kernel architecture for libc-dev build.
+
+  [ Moritz Muehlenhoff ]
+  * Fix Linus' name in copyright file (Closes: #530620)
+  * More verbose explanation on difference between Alpha flavour
+    (Closes: #497230)
+  * Add Vcs-Svn and Vcs-Browser stanzas pointing to the SVN branch
+    used for development in unstable. There are other branches
+    used for experimental (trunk), oldstable and stable, but Vcs-*
+    doesn't yet provide the ability to distinguish branches in a
+    more fine-grained manner. (Closes: #471495)
+  * Update Standards-Version to 3.8.3, no changes needed
+  * Disable PROM console support (Closes: #525958)
+  * Make the description of linux-support a little more verbose
+    (Closes: #400825)
+  * This upload fixes the following security issues:
+    - CVE-2009-3290 (2.6.31)
+    - CVE-2009-3288 (2.6.31.1)
+    - CVE-2009-3280 (2.6.31.1)
+    - CVE-2009-3234 (2.6.31.1)
+    - CVE-2009-3043 (2.6.31)
+    - CVE-2009-3002 (2.6.31)
+    - CVE-2009-3001 (2.6.31)
+    - CVE-2009-2844 (2.6.31)
+    - CVE-2009-2695 (2.6.31)
+    - CVE-2009-2691 (2.6.31)
+
+  [ dann frazier ]
+  * n_tty: Fix echo race
+  * [ia64] Stop disabling CONFIG_HOTPLUG_CPU, which was blocking
+    CONFIG_KEXEC from being enabled
+  * [hppa] Disable CONFIG_AB3100_CORE, it fails to build
+
+ -- maximilian attems <maks@debian.org>  Sun, 04 Oct 2009 20:27:05 +0200
+
+linux-2.6 (2.6.30-8) unstable; urgency=low
+
+  [ Martin Michlmayr ]
+  * Disable SYS_HAS_EARLY_PRINTK on SGI IP22 to work around a hang
+    during bootup (Closes: #507557)
+  * module: workaround duplicate section names to fix a panic on
+    boot on hppa (Closes: #545229).
+  * Add stable release 2.6.30.8.
+  * [armel/kirkwood] Add Marvell OpenRD-Client support (Dhaval Vasa).
+    Thanks Stefan Kaltenbrunner.
+
+ -- Bastian Blank <waldi@debian.org>  Fri, 25 Sep 2009 23:47:56 +0200
+
+linux-2.6 (2.6.30-7) unstable; urgency=low
+
+  [ Martin Michlmayr ]
+  * [armel/kirkwood] Enable eSATA on QNAP TS-219P (John Holland).
+  * [armel/kirkwood] Marvell OpenRD-Base board support (Dhaval Vasa).
+  * [armel/kirkwood] Initialise SATA for OpenRD-Base (Ron Lee).
+  * [armel/kirkwood] Enable SATA_AHCI.
+
+  [ Ben Hutchings ]
+  * qla1280: Release spinlock when requesting firmware (closes: #543244)
+  * r128: Add test for initialisation to all ioctls that require it
+    (closes: #541630)
+  * [i386] Fix crash in text_poke_early() on 486-class processors
+    (Closes: #515982)
+  * intel-agp: Fix cache flushing on i8xx chipsets, avoiding graphics
+    corruption and GPU lock-ups (Closes: #541307)
+  * [i386] Allow ISA memory range uncacheable mapping requests
+    (Closes: #538159)
+  * Fix idle time in /proc/uptime (Closes: #545981)
+  * e1000, e1000e, igb, ixgb, ixgbe, sfc: Fix initial link state
+    (Closes: #546041)
+
+  [ Bastian Blank ]
+  * Add stable release 2.6.30.5.
+    - drm/i915: Hook connector to encoder during load detection
+      (fixes tv/vga detect) (Closes: #522358)
+  * Add stable release 2.6.30.6.
+    - x86: Fix lock-up on SMP Pentium Pro, Pentium 2, Pentium 3, and
+      Athlon MP systems (Closes: #542551)
+    - NET: Fix information leaks from getsockname() (CVE-2009-3001,
+      CVE-2009-3002)
+    - iwl3945/rfkill: Reenable radio when hardware switch turned back on
+      (Closes: #530554)
+  * Bump ABI to 2.
+  * Apply missing fixes:
+    - block: fix sg SG_DXFER_TO_FROM_DEV regression.
+    - sched_rt: Fix overload bug on rt group scheduling.
+  * Add stable release 2.6.30.7.
+  * [sparc] Disable PROM console. (closes: #525958)
+
+ -- Bastian Blank <waldi@debian.org>  Wed, 16 Sep 2009 17:23:13 +0200
+
+linux-2.6 (2.6.30-6) unstable; urgency=high
+
+  [ Bastian Blank ]
+  * Set default low address space protection to default value.
+
+  [ dann frazier ]
+  * Make sock_sendpage() use kernel_sendpage() (CVE-2009-2692)
+  * flat: fix uninitialized ptr with shared libs
+  * [parisc] isa-eeprom - Fix loff_t usage
+  * do_sigaltstack: avoid copying 'stack_t' as a structure to user space
+  * posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAW
+
+ -- Bastian Blank <waldi@debian.org>  Sat, 15 Aug 2009 15:50:02 +0200
+
+linux-2.6 (2.6.30-5) unstable; urgency=high
+
+  [ maximilian attems ]
+  * Add stable release 2.6.30.4.
+    - cifs: fix regression with O_EXCL creates and optimize away lookup
+      (closes: #536426)
+    - ecryptfs: check tag 11 literal data buffer size (CVE-2009-2406)
+    - ecryptfs: check tag 3 package encrypted size (CVE-2009-2407)
+  * Ignore nf_conntrack ABI change.
+  * Revert to keep ABI:
+    - block: fix sg SG_DXFER_TO_FROM_DEV regression.
+    - sched_rt: Fix overload bug on rt group scheduling.
+  * [hppa]: Ignore any ABI (broke on 2.6.30.2).
+
+ -- maximilian attems <maks@debian.org>  Mon, 03 Aug 2009 12:08:56 +0200
+
+linux-2.6 (2.6.30-4) unstable; urgency=low
+
+  [ Bastian Blank ]
+  * Add stable release 2.6.30.2.
+  * Fix pci access in x86 startup code. (closes: #537783)
+  * Ignore ABI changes.
+  * Include all plattform and mach specific headers on arm.
+
+  [ maximilian attems ]
+  * Add stable release 2.6.30.3.
+
+ -- Bastian Blank <waldi@debian.org>  Thu, 30 Jul 2009 11:55:11 +0200
+
+linux-2.6 (2.6.30-3) unstable; urgency=low
+
+  [ Bastian Blank ]
+  * Build-Depend against cpio. (closes: #536196)
+
+  [ Martin Michlmayr ]
+  * [arm] Export __cpu_flush_dcache_page.
+
+  [ Aurelien Jarno ]
+  * [ia64] Fix asm/fpu.h includes.
+
+  [ dann frazier ]
+  * Fix NULL pointer dereference in tun_chr_pool() (CVE-2009-1897)
+  * personality: fix PER_CLEAR_ON_SETID (CVE-2009-1895)
+  * Add -fno-delete-null-pointer-checks to CFLAGS
+
+ -- Bastian Blank <waldi@debian.org>  Sat, 18 Jul 2009 10:00:01 +0200
+
+linux-2.6 (2.6.30-2) unstable; urgency=low
+
+  [ dann frazier ]
+  * [powerpc] Use generic rtc (closes: #535354)
+  * [parisc]
+    - ensure broadcast tlb purge runs single threaded
+    - fix ldcw inline assembler
+    (closes: #535844)
+
+  [ Bastian Blank ]
+  * Add stable release 2.6.30.1:
+    - KVM: x86: check for cr3 validity in ioctl_set_sregs (CVE-2009-2287)
+    - ALSA: intel8x0 - Fix PCM position craziness (closes: #533780)
+    - ide-cd: prevent null pointer deref via cdrom_newpc_intr (closes: #535342)
+  * Ignore ABI changes.
+
+  [ maximilian attems ]
+  * [alpha] Add upstream smp buildfix.
+  * [parisc] Disable vxge and niu.
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 07 Jul 2009 14:45:43 +0200
+
+linux-kbuild-2.6 (2.6.30-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Bastian Blank <waldi@debian.org>  Wed, 17 Jun 2009 16:49:57 +0200
+
+linux-2.6 (2.6.30-1) unstable; urgency=low
+
+  * New upstream release.
+    - radeonfb: suspend/resume for ATI Mobility Radeon RV350.
+      (closes: #506964)
+    - tcp: fix MSG_PEEK race check (closes: #513695)
+    - e100 fixes (closes: #527056)
+    - mos7840: fix miscalculation of minor numbers (closes: #498293)
+    - reiserfs update (closes: #531804)
+    - bluetooth stack suspend/resume (closes: #508426, #529785)
+    - e1000e: Remove mutex_trylock and associated WARN on failure
+      (closes: #524699)
+
+  [ maximilian attems ]
+  * [sparc] Enable BLK_DEV_CRYPTOLOOP. (closes: #521829)
+  * Enable PATA_JMICRON instead of legacy BLK_DEV_JMICRON.
+    (closes: #431500, #458493)
+  * Set new NILFS2, AT76C50X_USB, MWL8K, P54_SPI, AR9170_USB,
+    NETFILTER_XT_MATCH_CLUSTER, RDS, SCSI_MPT2SAS, SCSI_OSD_INITIATOR,
+    ETHOC, IGBVF, VXGE, TOUCHSCREEN_AD7877, SENSORS_ATK0110,
+    NETFILTER_XT_TARGET_LED, 3C359, HW_RANDOM_TIMERIOMEM, SENSORS_G760A,
+    SENSORS_LTC4215, SENSORS_LM95241, USB_GSPCA_MR97310A, USB_GSPCA_SQ905,
+    USB_GSPCA_SQ905C, USB_PWC_INPUT_EVDEV, DVB_USB_CE6230, SND_INDIGOIOX,
+    SND_INDIGODJX, USB_SERIAL_CP210X, USB_SERIAL_QUALCOMM,
+    USB_SERIAL_SYMBOL, ISL29003, SERIAL_MAX3100, VIDEO_HDPVR, VIDEO_CX231XX,
+    DRAGONRISE_FF, LEDS_LP5521, LEDS_DAC124S085, LEDS_BD2802,
+    UIO_AEC, CRYPTO_ZLIB, REGULATOR_FIXED_VOLTAGE, NOP_USB_XCEIV,
+    POHMELFS, FSCACHE, CACHEFILES, EXOFS, NFS_FSCACHE, AFS_FSCACHE,
+    MTD_NAND_NANDSIM, STRIP_ASM_SYMS, FCOE_FNIC, USB_NET_CDC_EEM,
+    PCI_IOV, ASYNC_TX_DMA, ROMFS_BACKED_BY_BOTH, DETECT_HUNG_TASK.
+  * [amd64, i386] Set new DELL_WMI, EDAC_AMD8131, EDAC_AMD8111, X86_PAT, DMAR,
+    X86_CPU_DEBUG, CRYPTO_AES_NI_INTEL, X86_X2APIC.
+  * Newer Standards-Version 3.8.1 without changes.
+  * xfs: fix freeing memory in xfs_getbmap().
+
+  [ Ben Hutchings ]
+  * Remove firmware from drivers/staging (closes: #521553)
+    - make rt2860sta and rt2870sta use request_firmware(),
+      thanks to Darren Salt
+  * Remove some sourceless firmware not included in Debian kernel images
+
+  [ Martin Michlmayr ]
+  * [mipsel/r5k-cobalt] Enable SCSI_SYM53C8XX_2 (closes: #526836).
+  * [arm/iop32x, arm/ixp4xx, arm/orion5x] Turn off BOOT_TRACER,
+    BLK_DEV_IO_TRACE, CONTEXT_SWITCH_TRACER, ARM_UNWIND and
+    SECURITY_SELINUX because of size constraints.
+  * [mips/sb1-bcm91250a] There is a platform PATA driver for SWARM IDE
+    these days, so disable IDE and build in ATA, SCSI and BLK_DEV_SD.
+  * [mips/sb1-bcm91250a, mips/sb1a-bcm91480b] Compile in SB1250_MAC and
+    BROADCOM_PHY.
+  * [mips/r4k-ip22] Enable NET_ISA and various ISA network modules on
+    the request of Damian Dimmich since they might be useful on the
+    SGI Indigo2.
+  * Add patches from git.marvell.com:
+    - alternative copy_to_user: more precise fallback threshold
+    - lower overhead with alternative copy_to_user for small copies
+    - Kirkwood: Add CPU idle driver
+    - Kirkwood: clock gating for unused peripherals
+
+  [ Aurelien Jarno ]
+  * [mips(el)/sb1-bcm91250a] Set CONFIG_SCSI_AIC7XXX=y, it is needed
+    on the build daemons.
+  * topconfig set CONFIG_RD_GZIP, CONFIG_RD_BZIP2, CONFIG_RD_LZMA.
+
+  [ Bastian Blank ]
+  * [i386] Disable PentiumPro errata workaround.
+  * [i386] Enable support for big SMP systems.
+  * Disable OSS.
+  * [s390] Use Sparse Memory layout.
+  * [amd64, i386, powerpc, sparc] Make IPv6 support built-in.
+  * Centralize Sound core options.
+  * Centralize Power Management options.
+  * Centralize CPU Frequency scaling options.
+  * [sparc] Enable CPU Frequency scaling.
+  * Enable Network console logging support.
+  * [s390/s390x-tape] Add image.
+  * [s390/s390, s390/s390-tape] Remove images.
+  * [i386/486] Enable High Memory Support.
+  * [i386] Allocate pagetables from High Memory.
+  * [amd64, i386] Write protect kernel read-only data structures.
+  * [amd64, i386] Make kernel relocatable.
+  * Move images and headers into kernel section.
+
+  [ dann frazier ]
+  * Enable bnx2x, using firmware-split patches from net-next and mirroring
+    the per-subarch config settings used for bnx2
+
+ -- Bastian Blank <waldi@debian.org>  Sun, 14 Jun 2009 11:45:08 +0200
+
+linux-2.6 (2.6.29-5) unstable; urgency=low
+
+  [ dann frazier ]
+  * [ia64] Backport rtc-efi driver from mainline
+
+  [ maximilian attems ]
+  * qla1280: Fix off-by-some error in firmware loading. (closes: #527265)
+
+  [ Martin Michlmayr ]
+  * Broadcom SB: fix locking in set_irq_affinity.
+  * mmc: load mvsdio automatically when it's a platform device.
+  * mmc: mvsdio: ignore high speed timing requests from the core
+  * USB: ftdi_sio: add vendor/product id for the Marvell SheevaPlug.
+
+  [ Bastian Blank ]
+  * Add stable release 2.6.29.3:
+    - ath9k: Fix FIF_BCN_PRBRESP_PROMISC handling
+    - tracing: x86, mmiotrace: fix range test
+    - sched: account system time properly
+    - rndis_wlan: fix initialization order for workqueue&workers
+    - mm: fix Committed_AS underflow on large NR_CPUS environment
+    - Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions
+    - clockevents: prevent endless loop in tick_handle_periodic()
+    - intel-iommu: Avoid panic() for DRHD at address zero.
+    - intel-iommu: Fix oops in device_to_iommu() when devices not found.
+    - intel-iommu: Fix device-to-iommu mapping for PCI-PCI bridges.
+    - cs5536: define dma_sff_read_status() method
+    - proc: avoid information leaks to non-privileged processes
+    - ath5k: fix buffer overrun in rate debug code
+    - mv643xx_eth: OOM handling fixes
+    - mv643xx_eth: 64bit mib counter read fix
+    - check_unsafe_exec: s/lock_task_sighand/rcu_read_lock/
+    - do_execve() must not clear fs->in_exec if it was set by another thread
+    - check_unsafe_exec() doesn't care about signal handlers sharing
+    - New locking/refcounting for fs_struct
+    - Take fs_struct handling to new file (fs/fs_struct.c)
+    - Get rid of bumping fs_struct refcount in pivot_root(2)
+    - Kill unsharing fs_struct in __set_personality()
+    - Annotate struct fs_struct's usage count restriction
+    - fix setuid sometimes wouldn't
+    - fix setuid sometimes doesn't
+    - compat_do_execve should unshare_files
+    - powerpc: Sanitize stack pointer in signal handling code
+    - ACPI: Revert conflicting workaround for BIOS w/ mangled PRT entries
+    - USB: serial: fix lifetime and locking problems
+    - ptrace: ptrace_attach: fix the usage of ->cred_exec_mutex
+    - kbuild: fix Module.markers permission error under cygwin
+    - pagemap: require aligned-length, non-null reads of /proc/pid/pagemap
+    - drm/i915: allow tiled front buffers on 965+
+    - bio: fix memcpy corruption in bio_copy_user_iov()
+    - PCI quirk: disable MSI on VIA VT3364 chipsets
+    - ASoC: Fix offset of freqmode in WM8580 PLL configuration
+    - x86/PCI: don't call e820_all_mapped with -1 in the mmconfig case
+    - x86-64: fix FPU corruption with signals and preemption
+    - drm/i915: add support for G41 chipset
+    - unreached code in selinux_ip_postroute_iptables_compat() (CVE-2009-1184)
+    - PCI: fix incorrect mask of PM No_Soft_Reset bit
+    - exit_notify: kill the wrong capable(CAP_KILL) check (CVE-2009-1337)
+    - crypto: ixp4xx - Fix handling of chained sg buffers
+    - block: include empty disks in /proc/diskstats
+    - b44: Use kernel DMA addresses for the kernel DMA API
+    - virtio-rng: Remove false BUG for spurious callbacks
+    - USB: Unusual Device support for Gold MP3 Player Energy
+    - KVM: x86: release time_page on vcpu destruction
+    - KVM: Fix overlapping check for memory slots
+    - KVM: MMU: disable global page optimization
+    - KVM: MMU: Fix off-by-one calculating large page count
+    - mac80211: fix basic rate bitmap calculation
+    - ALSA: us122l: add snd_us122l_free()
+    - thinkpad-acpi: fix LED blinking through timer trigger
+    - b43: Refresh RX poison on buffer recycling
+    - b43: Poison RX buffers
+    - mac80211: Fix bug in getting rx status for frames pending in reorder
+      buffer
+    - forcedeth: Fix resume from hibernation regression.
+  * Ignore ABI change.
+
+  [ Jurij Smakov ]
+  * [sparc] Fix build
+
+ -- Bastian Blank <waldi@debian.org>  Sun, 17 May 2009 12:45:13 +0200
+
+linux-2.6 (2.6.29-4) unstable; urgency=low
+
+  [ maximilian attems ]
+  * drm/i915: allow tiled front buffers on 965+.
+
+  [ Martin Michlmayr ]
+  * Extend erase timeout in M25P80 SPI Flash driver (Peter Horton).
+  * Add driver for GMT G760A fan speed PWM controller chip.
+  * [arm/orion5x] Enable SENSORS_G760A.
+  * Add patches from git.marvell.com:
+    - allow for alternative __copy_to_user/__clear_user implementations
+    - alternative copy_to_user/clear_user implementation copy_user
+  * [arm/orion5x, armel/kirkwood] Enable UACCESS_WITH_MEMCPY.
+  * [MMC] give Sandisk/Kingston SDHC cards some slack before the SWITCH
+    command.
+
+  [ dann frazier ]
+  * [parisc] Fix macro expansion in atomic.h fixing PHONET compilation issue
+  * [parisc] reenable PHONET
+  * Btrfs: fix __ucmpdi2 compile bug on 32 bit builds
+
+  [ Stephen R. Marenka ]
+  * [m68k] Add 2.6.29 patches.
+  * [m68k] Enable RTC for aranym (2.6.29 solution).
+
+  [ Bastian Blank ]
+  * Add stable release 2.6.29.2:
+    - Bonding: fix zero address hole bug in arp_ip_target list
+    - skge: fix occasional BUG during MTU change
+    - scsi: mpt: suppress debugobjects warning
+    - hugetlbfs: return negative error code for bad mount option
+    - NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargs
+    - gso: Fix support for linear packets
+    - agp: zero pages before sending to userspace
+    - virtio: fix suspend when using virtio_balloon
+    - Revert "console ASCII glyph 1:1 mapping"
+    - Input: gameport - fix attach driver code
+    - x86, PAT: Remove page granularity tracking for vm_insert_pfn maps
+    - KVM: is_long_mode() should check for EFER.LMA
+    - KVM: VMX: Update necessary state when guest enters long mode
+    - KVM: fix kvm_vm_ioctl_deassign_device
+    - KVM: MMU: handle compound pages in kvm_is_mmio_pfn
+    - KVM: Reset PIT irq injection logic when the PIT IRQ is unmasked
+    - KVM: Interrupt mask notifiers for ioapic
+    - KVM: Add CONFIG_HAVE_KVM_IRQCHIP
+    - KVM: Fix missing smp tlb flush in invlpg
+    - USB: usb-storage: augment unusual_devs entry for Simple Tech/Datafab
+    - USB: fix oops in cdc-wdm in case of malformed descriptors
+    - USB: ftdi_sio: add vendor/project id for JETI specbos 1201 spectrometer
+    - usb gadget: fix ethernet link reports to ethtool
+    - x86: disable X86_PTRACE_BTS for now
+    - SCSI: sg: fix q->queue_lock on scsi_error_handler path
+    - SCSI: sg: avoid blk_put_request/blk_rq_unmap_user in interrupt
+    - SCSI: sg: fix races with ioctl(SG_IO)
+    - SCSI: sg: fix races during device removal
+    - mm: pass correct mm when growing stack
+    - pata_hpt37x: fix HPT370 DMA timeouts
+    - hpt366: fix HPT370 DMA timeouts
+    - powerpc: Fix data-corrupting bug in __futex_atomic_op
+    - ALSA: hda - Fix the cmd cache keys for amp verbs
+    - sfc: Match calls to netif_napi_add() and netif_napi_del()
+    - tty: Fix leak in ti-usb
+    - spi: spi_write_then_read() bugfixes
+    - add some long-missing capabilities to fs_mask
+    - hrtimer: fix rq->lock inversion (again)
+    - x86: fix broken irq migration logic while cleaning up multiple vectors
+    - sched: do not count frozen tasks toward load
+    - dm kcopyd: fix callback race
+    - dm kcopyd: prepare for callback race fix
+    - posix-timers: fix RLIMIT_CPU && setitimer(CPUCLOCK_PROF)
+    - posix-timers: fix RLIMIT_CPU && fork()
+    - posixtimers, sched: Fix posix clock monotonicity
+    - cap_prctl: don't set error to 0 at 'no_change'
+    - SCSI: libiscsi: fix iscsi pool error path
+    - SCSI: libiscsi: fix iscsi pool error path
+    - sparc64: Fix bug in ("sparc64: Flush TLB before releasing pages.")
+    - ALSA: hda - add missing comma in ad1884_slave_vols
+    - splice: fix deadlock in splicing to file
+    - netfilter: {ip, ip6, arp}_tables: fix incorrect loop detection
+    - kprobes: Fix locking imbalance in kretprobes
+    - acer-wmi: Blacklist Acer Aspire One
+    - crypto: shash - Fix unaligned calculation with short length
+    - net/netrom: Fix socket locking
+    - af_rose/x25: Sanity check the maximum user frame size
+    - dm table: fix upgrade mode race
+    - dm: path selector use module refcount directly
+    - dm target: use module refcount directly
+    - dm snapshot: avoid having two exceptions for the same chunk
+    - dm snapshot: avoid dropping lock in __find_pending_exception
+    - dm snapshot: refactor __find_pending_exception
+    - dm io: make sync_io uninterruptible
+    - dm raid1: switch read_record from kmalloc to slab to save memory
+    - vfs: skip I_CLEAR state inodes
+    - dm: preserve bi_io_vec when resubmitting bios
+    - ixgbe: Fix potential memory leak/driver panic issue while setting up Tx &
+      Rx ring parameters
+    - mm: do_xip_mapping_read: fix length calculation
+    - mm: define a UNIQUE value for AS_UNEVICTABLE flag
+    - sysctl: fix suid_dumpable and lease-break-time sysctls
+    - cpumask: fix slab corruption caused by alloc_cpumask_var_node()
+    - ide-atapi: start DMA after issuing a packet command
+    - ide: drivers/ide/ide-atapi.c needs <linux/scatterlist.h>
+    - V4L/DVB (10943): cx88: Prevent general protection fault on rmmod
+    - r8169: Reset IntrStatus after chip reset
+    - md/raid1 - don't assume newly allocated bvecs are initialised.
+    - SCSI: sg: fix iovec bugs introduced by the block layer conversion
+    - drm/i915: fix TV mode setting in property change
+    - drm/i915: only set TV mode when any property changed
+    - drm: Use pgprot_writecombine in GEM GTT mapping to get the right bits for
+      !PAT.
+    - drm/i915: check for -EINVAL from vm_insert_pfn
+    - drm/i915: Check for dev->primary->master before dereference.
+    - drm/i915: Sync crt hotplug detection with intel video driver
+    - drm/i915: Read the right SDVO register when detecting SVDO/HDMI.
+    - drm/i915: Change DCC tiling detection case to cover only mobile parts.
+    - dock: fix dereference after kfree()
+    - ACPI: cap off P-state transition latency from buggy BIOSes
+    - x86, setup: mark %esi as clobbered in E820 BIOS call
+    - tracing/core: fix early free of cpumasks
+    - rt2x00: Fix SLAB corruption during rmmod
+    - ext4: fix locking typo in mballoc which could cause soft lockup hangs
+    - ext4: fix typo which causes a memory leak on error path
+    - MIPS: Compat: Zero upper 32-bit of offset_high and offset_low.
+    - PCI/x86: detect host bridge config space size w/o using quirks
+    - ide: Fix code dealing with sleeping devices in do_ide_request()
+    - fbdev: fix info->lock deadlock in fbcon_event_notify()
+    - fbmem: fix fb_info->lock and mm->mmap_sem circular locking dependency
+    - security/smack: fix oops when setting a size 0 SMACK64 xattr
+  * Bump ABI to 2.
+  * [sparc] Make the kernels again 64bit. (closes: #525926)
+
+ -- Bastian Blank <waldi@debian.org>  Sun, 03 May 2009 09:38:42 +0200
+
+linux-2.6 (2.6.29-3) unstable; urgency=low
+
+  [ maximilian attems ]
+  * [powerpc] Pipe mkimage postinst call to stderr for debconf.
+    Thanks Jordi Mallach <jordi@debian.org> for the patch. (closes: #518231)
+  * [parisc] Disable PHONET.
+  * [sparc] Disable BTRFS.
+
+  [ Bastian Blank ]
+  * [alpha] Fix location of kernel image.
+  * Add source link to headers packages. (closes: #523726)
+
+  [ Martin Michlmayr ]
+  * Add some sata_mv fixes for Kirkwood from Marvell:
+    - use new sata phy register settings for new devices
+    - increate the IORDY timeout for the soc controllers
+
+ -- maximilian attems <maks@debian.org>  Fri, 17 Apr 2009 10:36:03 +0200
+
+linux-2.6 (2.6.29-2) unstable; urgency=low
+
+  [ Martin Michlmayr ]
+  * [arm/ixp4xx] Build in LEDS_TRIGGER_TIMER (closes: #521141).
+  * [mips*/4kc-malta, mips*/5kc-malta] Build in RTC_DRV_CMOS.
+
+  [ maximilian attems ]
+  * linux-libc-dev: Bump versioned replaces libdrm-dev.
+  * parisc: hardcode gcc-4.3 usage.
+  * Postrm cleanup new module-init-tools 3.7 files.
+
+  [ Bastian Blank ]
+  * Install all needed Makefiles into common headers package.
+    (closes: #521472)
+  * Add stable release 2.6.29.1:
+    - V4L: v4l2-common: remove incorrect MODULE test
+    - sparc64: Fix reset hangs on Niagara systems.
+    - sparc64: Flush TLB before releasing pages.
+    - sparc64: Fix MM refcount check in smp_flush_tlb_pending().
+    - KVM: MMU: Fix another largepage memory leak
+    - cfg80211: fix incorrect assumption on last_request for 11d
+    - lguest: fix spurious BUG_ON() on invalid guest stack.
+    - lguest: wire up pte_update/pte_update_defer
+    - VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoff
+    - x86: mtrr: don't modify RdDram/WrDram bits of fixed MTRRs
+    - x86: ptrace, bts: fix an unreachable statement
+    - x86: fix 64k corruption-check
+    - x86, uv: fix cpumask iterator in uv_bau_init()
+    - x86, PAT, PCI: Change vma prot in pci_mmap to reflect inherited prot
+    - Add a missing unlock_kernel() in raw_open()
+    - fuse: fix fuse_file_lseek returning with lock held
+    - ARM: 5435/1: fix compile warning in sanity_check_meminfo()
+    - ARM: twl4030 - leak fix
+    - ARM: fix leak in iop13xx/pci
+    - ARM: cumana: Fix a long standing bogon
+    - ARM: 5428/1: Module relocation update for R_ARM_V4BX
+    - ARM: pxa: fix overlay being un-necessarily initialized on pxa25x
+    - DVB: firedtv: FireDTV S2 problems with tuning solved
+    - cfg80211: force last_request to be set for OLD_REG if regdom is EU
+    - CIFS: Fix memory overwrite when saving nativeFileSystem field during mount
+    - ath5k: warn and correct rate for unknown hw rate indexes
+    - ath5k: disable MIB interrupts
+    - b43: fix b43_plcp_get_bitrate_idx_ofdm return type
+    - ath9k: fix dma mapping leak of rx buffer upon rmmod
+    - ath5k: use spin_lock_irqsave for beacon lock
+    - cifs: fix buffer format byte on NT Rename/hardlink
+    - ath9k: downgrade xmit queue full message to xmit debug
+    - KVM: SVM: set accessed bit for VMCB segment selectors
+    - KVM: VMX: Don't allow uninhibited access to EFER on i386
+    - USB: add quirk to avoid config and interface strings
+    - USB: gadget: fix rndis regression
+    - USB: usb-storage: increase max_sectors for tape drives
+    - USB: fix USB_STORAGE_CYPRESS_ATACB
+    - USB: EHCI: add software retry for transaction errors
+    - xfrm: spin_lock() should be spin_unlock() in xfrm_state.c
+    - ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c)
+    - GRO: Disable GRO on legacy netif_rx path (closes: #521691)
+    - bridge: bad error handling when adding invalid ether address
+    - dnet: drivers/net/dnet.c needs <linux/io.h>
+    - udp: Wrong locking code in udp seq_file infrastructure
+    - netfilter: nf_conntrack_tcp: fix unaligned memory access in tcp_sack
+
+  [ dann frazier ]
+  * bnx2: correct firmware revisions (closes: #522049)
+  * [mips] Zero upper 32-bits of compat llseek (closes: #521016)
+
+ -- Bastian Blank <waldi@debian.org>  Sat, 04 Apr 2009 15:13:33 +0200
+
+linux-kbuild-2.6 (2.6.29-1) unstable; urgency=low
+
+  * New upstream version. 
+  * Autogenerate list of supported options in modpost. (closes: #518961)
+    - Build-depend against python.
+  * Use debhelper compat level 7.
+
+ -- Bastian Blank <waldi@debian.org>  Thu, 26 Mar 2009 12:54:47 +0100
+
+linux-2.6 (2.6.29-1) unstable; urgency=low
+
+  * New upstream release
+    - tg3 use request_firmware and firmware nuked.
+    - acenic use request_firmware and firmware nuked.
+    - e100 use request_firmware and firmware nuked. (closes: #494308)
+    - cassini use request_firmware and firmware nuked.
+    - starfire use request_firmware and firmware nuked. (closes: #501152)
+    - cxgb3 use request_firmware and firmware nuked.
+    - NR_CPUS setting no longer affects size of modules. (closes: #516709)
+    - orinoco: use KERN_DEBUG for link status messages. (closes: #447549)
+    - [CIFS] Fix oops in cifs_strfromUCS_le mounting to servers which do
+      not specify their OS. (closes: #463402)
+    - fixes conflict between <asm/byteorder.h> and <endian.h> on mips
+      (closes: #519761)
+
+  [ maximilian attems ]
+  * topconfig set new NET_NS, NET_SCH_DRR, NET_CLS_CGROUP, LIB80211,
+    SCSI_CXGB3_ISCSI, NATIONAL_PHY, STE10XP, LSI_ET1011C_PHY, BTRFS_FS,
+    SQUASHFS, PCI_STUB, WIMAX, MTD_LPDDR, EEPROM_AT24, EEPROM_AT25,
+    EEPROM_LEGACY, BLK_DEV_IT8172, SMSC9420, WIMAX_I2400M_USB,
+    WIMAX_I2400M_SDIO, MISDN_HFCUSB, SENSORS_ADT7475, SENSORS_LTC4245,
+    RADIO_TEA5764, SND_HDA_CODEC_INTELHDMI, RT2860, RT2870, RTL8187SE,
+    LIBFC, FCOE, ATL1C, JOYSTICK_WALKERA0701, TOUCHSCREEN_WACOM_W8001,
+    TOUCHSCREEN_TSC2007, W1_SLAVE_DS2431, WM8350_POWER, SOC_CAMERA_MT9T031,
+    SOC_CAMERA_TW9910, SOC_CAMERA_OV772X, USB_STV06XX, USB_GSPCA_OV534,
+    DVB_LGDT3304, WM8350_WATCHDOG, SMSC_SCH311X_WDT, SND_HRTIMER,
+    SND_HDA_RECONFIG, GREENASIA_FF, USB_SERIAL_SIEMENS_MPI,
+    USB_SERIAL_OPTICON, LEDS_ALIX2, LEDS_WM8350, OCFS2_FS_POSIX_ACL,
+    BTRFS_FS_POSIX_ACL, ATM_SOLOS, MFD_PCF50633, PCF50633_ADC, PCF50633_GPIO,
+    REGULATOR_PCF50633, DVB_S921, EDAC_I5400, RTC_DRV_PCF50633,
+    INPUT_PCF50633_PMU, CHARGER_PCF50633, DEVPTS_MULTIPLE_INSTANCES,
+    SCHED_OMIT_FRAME_POINTER, DCB, IXGBE_DCB, SFC_MTD, BE2NET, DNET.
+  * topconfig enable SND_HDA_HWDEP for sound debugging purpose.
+  * topconfig enable USB_HIDDEV (closes: #517771)
+  * [x86] set DELL_LAPTOP, COMEDI, X86_PTRACE_BTS, XENFS, XEN_COMPAT_XENFS,
+    X86_REROUTE_FOR_BROKEN_BOOT_IRQS, OPTIMIZE_INLINING.
+  * [x86] unset DRM_I915_KMS due to upgrade path from Lenny override with
+    modeset module param.
+  * temp.image.plain/preinst: Consistent output.
+  * [x86_64] set SPARSE_IRQ, NUMA_MIGRATE_IRQ_DESC, TREE_RCU.
+  * [x86_32] set BLK_DEV_CS5536.
+  * [powerpc] set PHANTOM, HP_ILO, MV643XX_ETH, MOUSE_BCM5974, VIRTUALIZATION.
+  * topconfig unset legacy SCSI_PROC_FS, PCMCIA_IOCTL, ACPI_PROCFS_POWER,
+    ACPI_PROC_EVENT.
+
+  [ Bastian Blank ]
+  * Use external source directory for all builds.
+  * Use external source directory for all header packages.
+  * Use dh_prep.
+  * Update copyright file.
+  * [s390/s390] Disable BTRFS.
+  * [sparc] Use sparc as kernel architecture.
+  * Update kconfig report changes patch.
+  * [s390] Enable KVM.
+  * Use debhelper compat level 7.
+
+  [ Martin Michlmayr ]
+  * [mips/r4k-ip22] Build in RTC_DRV_DS1286.
+  * [mips/r5k-ip32] Build in RTC_DRV_CMOS (Closes: #516775).
+  * [arm/versatile, arm/iop32x, arm/ixp4xx] Make LLC2 modular.
+  * [arm, mips, mipsel] Make MII modular.
+  * [arm/ixp4xx] Make IXP4XX_WATCHDOG modular.
+  * topconfig: Disable NET_DSA since this hardware is special purpose and
+    the option cannot be made modular at the moment and bloats the kernel
+    image too much.
+  * [arm, armel] Enable various V4L USB devices. (Closes: #518582)
+  * [arm/orion5x] Build the SENSORS_LM75 module since it's needed on the
+    D-Link DNS-323.
+  * [arm/iop32x, arm/ixp4xx, arm/orion5x] Enable INPUT_TOUCHSCREEN.
+  * [arm/iop32x, arm/ixp4xx, arm/orion5x] Enable INPUT_JOYDEV, GAMEPORT
+    and INPUT_JOYSTICK (Closes: #520433).
+  * [arm/iop32x, arm/ixp4xx, arm/orion5x] Add a size check to ensure that
+    the kernel will fit in flash.
+  * Add patches from git.marvell.com to improve Kirkwood support:
+    - make gpio /input/output validation separate
+    - MPP initialization code
+    - SDIO driver for Marvell SoCs
+    - SDIO driver registration for DB6281 and RD6281
+    - register internal devices in a common place
+    - Marvell SheevaPlug support
+    - SheevaPlug USB Power Enable setup
+    - SheevaPlug LED support
+    - Hook up I2C on Kirkwood
+    - Add support for QNAP TS-119/TS-219 Turbo NAS
+  * [armel/kirkwood] Add an image for Marvell's Kirkwood platform.
+
+  [ Ben Hutchings ]
+  * Remove firmware from drivers and make them use request_firmware():
+    - mga (closes: #502666)
+    - qla1280 (closes: #502667)
+    - r128 (closes: #494007)
+    - radeon (closes: #494009)
+    - tehuti (closes: #501153)
+    - typhoon (closes: #502669)
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 24 Mar 2009 14:32:11 +0100
+
+linux-kbuild-2.6 (2.6.28-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Bastian Blank <waldi@debian.org>  Sun, 22 Feb 2009 13:45:39 +0100
+
+linux-2.6 (2.6.28-1) unstable; urgency=low
+
+  * New upstream release
+    - new btusb. (closes: #505184)
+    - iwlagn driver for Intel Wifi Link 5100 and 5300. (closes: #501157)
+    - drm git branch vblank-rework merged. (closes: #456219)
+    - netfilter.h got in.h include. (closes: #487103)
+    - netlink errno propageted. (closes: #489340)
+    - agp g41 support (closes: #513228)
+    - Includes atl2 driver (Closes: #500065)
+    - Fixes loading of video module on Samsung systems
+      (Closes: #475319, #495697)
+    - Fix rf_kill handling of iwl3945 driver (Closes: #503688)
+    - Fix adjtimex frequency offset (Closes: #432877)
+    - Fix oopses with Canon PIXMA MP150 (Closes: #487725)
+    - Fix excessive interrrupts with compiz (Closes: #456219)
+    - dsp56k: use request_firmware and firmware nuked (closes: #494010)
+    - dabusb: use request_firmware and firmware nuked (closes: #502663)
+    - kaweth: use request_firmware and firmware nuked (closes: #502665)
+
+  [ maximilian attems ]
+  * Reenable new Juju firewire stack.
+  * topconfig set ATH9K, IWL5000, IP_NF_SECURITY, IP6_NF_SECURITY,
+    BRIDGE_EBT_IP6, BT_HCIBTUSB, TOUCHSCREEN_INEXIO, TOUCHSCREEN_TOUCHIT213,
+    VIRTIO_CONSOLE, VIDEO_ZORAN_ZR36060, USB_VIDEO_CLASS_INPUT_EVDEV,
+    USB_GSPCA, USB_S2255, OCFS2_FS_STATS, OMFS_FS, CRYPTO_RMD128,
+    CRYPTO_RMD160, CRYPTO_RMD256, CRYPTO_RMD320, VLAN_8021Q_GVRP, HP_WMI,
+    COMPAL_LAPTOP, SCSI_DH, SCSI_DH_RDAC, SCSI_DH_HP_SW, SCSI_DH_EMC,
+    SCSI_DH_ALUA, MAC80211_HWSIM, USB_HSO, BLK_DEV_INTEGRITY, SGI_XP, SGI_GRU,
+    TLAN, ATM_IA, ATM_FORE200E, MISDN, I2C_HELPER_AUTO, I2C_ISCH,
+    I2C_NFORCE2_S4985, AT24, SENSORS_AD7414, SENSORS_ADCXX,
+    SOC_CAMERA_PLATFORM, VIDEO_SH_MOBILE_CEU, DVB_USB_DW2102, DVB_USB_ANYSEE,
+    DVB_SIANO_SMS1XXX, DVB_DRX397XD, MMC_SDHCI_PCI (closes: #507150),
+    MMC_SDRICOH_CS (closes: #509979), EDAC_I5100, RTC_DRV_M41T94,
+    RTC_DRV_DS1305, UBIFS, EXT4 (closes: #512266), CGROUP_FREEZER,
+    NETFILTER_TPROXY, NETFILTER_XT_TARGET_TPROXY, NETFILTER_XT_MATCH_RECENT,
+    NETFILTER_XT_MATCH_SOCKET, NET_ACT_SKBEDIT, PHONET, NET_9P_RDMA, ATL2, JME,
+    ENIC, MLX4_EN, USB_NET_SMSC95XX, I7300_IDLE, NET_SCH_MULTIQ, ICS932S401,
+    PANASONIC_LAPTOP, QLGE, LIBERTAS_THINFIRM, LIBERTAS_THINFIRM_USB,
+    INPUT_CM109, W1_SLAVE_BQ27000, SENSORS_ADT7462, SENSORS_MAX1111,
+    SENSORS_LIS3LV02D, MFD_WM8400, MFD_WM8350_I2C, SOC_CAMERA_MT9M111,
+    USB_M5602, USB_GSPCA_CONEX, USB_GSPCA_ETOMS, USB_GSPCA_FINEPIX,
+    USB_GSPCA_MARS, USB_GSPCA_OV519, USB_GSPCA_PAC207, USB_GSPCA_PAC7311,
+    USB_GSPCA_SONIXB, USB_GSPCA_SONIXJ, USB_GSPCA_SPCA500, USB_GSPCA_SPCA501,
+    USB_GSPCA_SPCA505, USB_GSPCA_SPCA506, USB_GSPCA_SPCA508, USB_GSPCA_SPCA561,
+    USB_GSPCA_STK014, USB_GSPCA_SUNPLUS, USB_GSPCA_T613, USB_GSPCA_TV8532,
+    USB_GSPCA_VC032X, USB_GSPCA_ZC3XX, C2PORT, C2PORT_DURAMAR_2150,
+    W83697UG_WDT, USB_MR800, DVB_USB_CINERGY_T2, DVB_USB_DTV5100,
+    DVB_USB_AF9015, DVB_DM1105, DVB_LGS8GL5, DVB_DUMMY_FE,
+    SND_HDA_CODEC_NVHDMI, SND_USB_US122L, USB_VST, LEDS_PCA9532, LEDS_HP_DISK,
+    LEDS_PCA955X, LEDS_TRIGGER_BACKLIGHT, EDAC_X38, RTC_DRV_RX8581,
+    RTC_DRV_DS1390, RTC_DRV_DS3234, RTC_DRV_DS1286, RTC_DRV_M48T35,
+    RTC_DRV_BQ4802, RTC_DRV_WM8350, UNEVICTABLE_LRU, MAC80211_RC_MINSTREL,
+    BATTERY_BQ27x00, REGULATOR, REGULATOR_BQ24022, REGULATOR_WM8350,
+    REGULATOR_WM8400, FB_VIA, FB_METRONOME, FB_MB862XX, UIO_SERCOS3,
+    CORE_DUMP_DEFAULT_ELF_HEADERS, NET_DSA, NET_DSA_MV88E6060,
+    NET_DSA_MV88E6131, NET_DSA_MV88E6123_61_65, IT87_WDT,
+    BACKLIGHT_MBP_NVIDIA, SND_HDA_INPUT_BEEP, USB_WUSB, USB_TMC, IDE_GD,
+    IDE_GD_ATA, IDE_GD_ATAPI, PCMCIA_IBMTR, USB_EMI62, USB_EMI26, USB_SEVSEG,
+    UWB, UWB_WLP, UWB_I1480U, UWB_I1480U_WLP, CRYPTO_FIPS, ANSI_CPRNG,
+    CRC_T10DIF, STAGING, ET131X, CRYPTO_ANSI_CPRNG, PRISM2_USB, HID_COMPAT,
+    SYSCTL_SYSCALL_CHECK, BOOT_TRACER.
+  * [x86] set MOUSE_BCM5974, X86_RESERVE_LOW_64K, OPROFILE_IBS,
+    MICROCODE_INTEL, MICROCODE_AMD, X86_VERBOSE_BOOTUP, MTRR_SANITIZER,
+    CRYPTO_CRC32C_INTEL, STRICT_DEVMEM.
+  * [x86_64] set AMD_IOMMU, INTR_REMAP.
+  * [x86_32] set TOUCHSCREEN_HTCPEN, MOUSE_PS2_OLPC.
+  * Add stable releases 2.6.28.1-6.
+  * Turn off SYSFS_DEPRECATED* for newer udev and proper /sys/.
+  * linux-libc-dev: Add versioned replaces libdrm-dev. (closes: #513604)
+  * topconfig: Enable MACVLAN. (closes: #504611)
+  * [ppc] BAYCOM_PAR, BAYCOM_EPP.
+  * [x86_64] set NR_CPUS to 512. (closes: #491309)
+  * [686-bigmem] set modular XEN_FBDEV_FRONTEND.
+  * Newer Standards-Version 3.8.0 without changes.
+  * Use update-initramfs for initramfs-tools.
+  * Fix preinst and postinst call to not use deprecated mkinitramfs-kpkg
+    interfaces.
+
+  [ Martin Michlmayr ]
+  * [mips/r4k-ip22, mips/sb1-bcm91250a] Don't build in ISO9660.
+  * [mipsel/r5k-cobalt] Enable INPUT_COBALT_BTNS.
+  * [mipsel/r5k-cobalt] Enable the new Cobalt LCD driver (FB_COBALT).
+  * [mips/r4k-ip22] Enable the new ALSA sound driver (SND_SGI_HAL2).
+  * [arm/iop32x, arm/ixp4xx] Don't build in KEYBOARD_ATKBD, MOUSE_PS2,
+    SERIO, JFFS2_FS, and CRAMFS.
+  * [arm/iop32x, arm/ixp4xx] Unset DEBUG_KERNEL so the kernel will
+    fit in flash.
+  * [arm/orion5x] Unset FIXED_PHY to work around a clash with fixed
+    mdio bus and mv643xx_eth.
+  * Migrate arm, armel, mips and mipsel away from kernel-package.
+
+  [ Ian Campbell ]
+  * [x86]: Enable Xen guest support in amd64 flavour. (closes: #495590)
+
+  [ dann frazier ]
+  * [x86, ia64] Enable ACPI_PCI_SLOT
+
+  [ Bastian Blank ]
+  * Make gcc-4.3 the default compiler. (closes: #463295)
+  * Add optional image size check.
+  * debian/rules.real: Setup image installation rules for alpha, hppa,
+    ia64 and sparc.
+  * Remove support to build images using kernel-package.
+
+ -- maximilian attems <maks@debian.org>  Wed, 18 Feb 2009 16:36:04 +0100
+
+linux-2.6 (2.6.26-12) unstable; urgency=high
+
+  [ Ian Campbell ]
+  * xen: fix ACPI processor throttling for when processor id is -1. (closes: #502849)
+
+  [ dann frazier ]
+  * Make sendmsg() block during UNIX garbage collection (CVE-2008-5300)
+  * Fix race conditions between inotify removal and umount (CVE-2008-5182)
+  * Fix DoS when calling svc_listen twice on the same socket while reading
+    /proc/net/atm/*vc (CVE-2008-5079)
+
+  [ Bastian Blank ]
+  * [openvz, vserver] Fix descriptions.
+  * [sparc] Enable Sun Logical Domains support. (closes: #501684)
+  * Fix coexistence of pata_marvell and ahci. (closes: #507432)
+  * [sparc] Support Intergraph graphics chips. (closes: #508108)
+
+ -- Bastian Blank <waldi@debian.org>  Mon, 15 Dec 2008 12:57:18 +0100
+
+linux-2.6 (2.6.26-11) unstable; urgency=low
+
+  [ Bastian Blank ]
+  * [sparc] Reintroduce dummy PCI host controller to workaround broken X.org.
+  * [sparc] Fix size checks in PCI maps.
+  * Add stable release 2.6.26.8:
+    - netfilter: restore lost ifdef guarding defrag exception
+    - netfilter: snmp nat leaks memory in case of failure
+    - netfilter: xt_iprange: fix range inversion match
+    - ACPI: dock: avoid check _STA method
+    - ACPI: video: fix brightness allocation
+    - sparc64: Fix race in arch/sparc64/kernel/trampoline.S
+    - math-emu: Fix signalling of underflow and inexact while packing result.
+    - tcpv6: fix option space offsets with md5
+    - net: Fix netdev_run_todo dead-lock
+    - scx200_i2c: Add missing class parameter
+    - DVB: s5h1411: Power down s5h1411 when not in use
+    - DVB: s5h1411: Perform s5h1411 soft reset after tuning
+    - DVB: s5h1411: bugfix: Setting serial or parallel mode could destroy bits
+    - V4L: pvrusb2: Keep MPEG PTSs from drifting away
+    - ACPI: Always report a sync event after a lid state change
+    - ALSA: use correct lock in snd_ctl_dev_disconnect()
+    - file caps: always start with clear bprm->caps_*
+    - libertas: fix buffer overrun
+    - net: Fix recursive descent in __scm_destroy().
+    - SCSI: qla2xxx: Skip FDMI registration on ISP21xx/22xx parts.
+      (Closes: #502552)
+    - edac cell: fix incorrect edac_mode
+    - ext[234]: Avoid printk floods in the face of directory corruption
+      (CVE-2008-3528)
+    - gpiolib: fix oops in gpio_get_value_cansleep()
+  * Override ABI changes.
+  * [xen] Update description. (closes: #505961)
+  * Revert parts of 2.6.26.6 to fix resume breakage. (closes: #504167)
+    - clockevents: prevent multiple init/shutdown
+    - clockevents: broadcast fixup possible waiters
+
+  [ dann frazier ]
+  * Fix buffer overflow in hfsplus (CVE-2008-4933)
+  * Fix BUG() in hfsplus (CVE-2008-4934)
+  * Fix stack corruption in hfs (CVE-2008-5025)
+  * Fix oops in tvaudio when controlling bass/treble (CVE-2008-5033)
+
+  [ Martin Michlmayr ]
+  * [arm/iop32x, arm/ixp4xx, arm/orion5x] Enable support for more partition
+    tables, including MAC_PARTITION (requested by Benoît Knecht).
+  * leds-pca9532: Fix memory leak and properly handle errors (Sven Wegener)
+  * leds-pca9532: Move i2c work to a workqueque (Riku Voipio). (closes:
+    #506116)
+
+ -- Bastian Blank <waldi@debian.org>  Wed, 26 Nov 2008 11:43:48 +0100
+
+linux-2.6 (2.6.26-10) unstable; urgency=low
+
+  [ dann frazier ]
+  * sctp: Fix possible kernel panic in sctp_sf_abort_violation (CVE-2008-4618)
+
+  [ Martin Michlmayr ]
+  * DNS-323: add support for revision B1 machines (Matthew Palmer).
+  * ext3/ext4: Add support for non-native signed/unsigned htree hash
+    algorithms (Theodore Ts'o). (closes: #493957)
+  * [arm/ixp4xx] Enable USB_ACM (closes: #504723).
+
+  [ Bastian Blank ]
+  * agp: Fix stolen memory counting on Intel G4X. (closes: #502606)
+  * Add stable release 2.6.26.7:
+    - security: avoid calling a NULL function pointer in drivers/video/tvaudio.c
+    - DVB: au0828: add support for another USB id for Hauppauge HVR950Q
+    - drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831)
+    - ACPI: Ignore _BQC object when registering backlight device
+    - hwmon: (it87) Prevent power-off on Shuttle SN68PT
+    - Check mapped ranges on sysfs resource files
+    - x86: avoid dereferencing beyond stack + THREAD_SIZE
+    - PCI: disable ASPM on pre-1.1 PCIe devices
+    - PCI: disable ASPM per ACPI FADT setting
+    - V4L/DVB (9053): fix buffer overflow in uvc-video
+    - V4L/DVB (8617): uvcvideo: don't use stack-based buffers for USB transfers.
+    - V4L/DVB (8498): uvcvideo: Return sensible min and max values when querying
+      a boolean control.
+    - V4L: zr36067: Fix RGBR pixel format
+    - V4L: bttv: Prevent NULL pointer dereference in radio_open
+    - libata: fix EH action overwriting in ata_eh_reset()
+    - libata: always do follow-up SRST if hardreset returned -EAGAIN
+    - fbcon_set_all_vcs: fix kernel crash when switching the rotated consoles
+    - modules: fix module "notes" kobject leak
+    - b43legacy: Fix failure in rate-adjustment mechanism
+    - CIFS: make sure we have the right resume info before calling CIFSFindNext
+    - sched_rt.c: resch needed in rt_rq_enqueue() for the root rt_rq
+    - tty: Termios locking - sort out real_tty confusions and lock reads
+    - x86, early_ioremap: fix fencepost error
+    - x86: improve UP kernel when CPU-hotplug and SMP is enabled
+    - x86: Reserve FIRST_DEVICE_VECTOR in used_vectors bitmap.
+  * [xen] Remove pte file workaround.
+
+  [ Ian Campbell ]
+  * [xen] Disable usage of PAT. (closes: #503821)
+
+ -- Bastian Blank <waldi@debian.org>  Sat, 08 Nov 2008 10:50:58 +0100
+
+linux-2.6 (2.6.26-9) unstable; urgency=low
+
+  [ Bastian Blank ]
+  * Add stable release 2.6.26.6:
+    - mm owner: fix race between swapoff and exit
+    - rtc: fix kernel panic on second use of SIGIO nofitication
+    - fbcon: fix monochrome color value calculation
+    - ALSA: snd-powermac: HP detection for 1st iMac G3 SL
+    - ALSA: snd-powermac: mixers for PowerMac G4 AGP
+    - sparc64: Fix missing devices due to PCI bridge test in
+      of_create_pci_dev().
+    - sparc64: Fix disappearing PCI devices on e3500.
+    - sparc64: Fix OOPS in psycho_pcierr_intr_other().
+    - sparc64: Fix interrupt register calculations on Psycho and Sabre.
+    - sparc64: Fix PCI error interrupt registry on PSYCHO.
+    - udp: Fix rcv socket locking
+    - sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTH
+      (CVE-2008-4576)
+    - sctp: do not enable peer features if we can't do them.
+    - ipsec: Fix pskb_expand_head corruption in xfrm_state_check_space
+    - netlink: fix overrun in attribute iteration
+    - niu: panic on reset
+    - ipv6: Fix OOPS in ip6_dst_lookup_tail().
+    - XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachep
+    - af_key: Free dumping state on socket close
+    - pcmcia: Fix broken abuse of dev->driver_data
+    - clockevents: remove WARN_ON which was used to gather information
+    - ntp: fix calculation of the next jiffie to trigger RTC sync
+    - x86: HPET: read back compare register before reading counter
+    - x86: HPET fix moronic 32/64bit thinko
+    - clockevents: broadcast fixup possible waiters
+    - HPET: make minimum reprogramming delta useful
+    - clockevents: prevent endless loop lockup
+    - clockevents: prevent multiple init/shutdown
+    - clockevents: enforce reprogram in oneshot setup
+    - clockevents: prevent endless loop in periodic broadcast handler
+    - clockevents: prevent clockevent event_handler ending up handler_noop
+    - x86: fix memmap=exactmap boot argument
+    - x86: add io delay quirk for Presario F700
+    - ACPI: Avoid bogus EC timeout when EC is in Polling mode
+    - x86: fix SMP alternatives: use mutex instead of spinlock, text_poke is
+      sleepable
+    - rtc: fix deadlock
+    - mm: dirty page tracking race fix
+    - x86-64: fix overlap of modules and fixmap areas
+    - x86: PAT proper tracking of set_memory_uc and friends
+    - x86: fix oprofile + hibernation badness
+    - x86: fdiv bug detection fix
+    - rt2x00: Use ieee80211_hw->workqueue again
+    - x86: Fix 27-rc crash on vsmp due to paravirt during module load
+    - sg: disable interrupts inside sg_copy_buffer
+    - ocfs2: Increment the reference count of an already-active stack.
+    - APIC routing fix
+    - sched: fix process time monotonicity
+    - block: submit_bh() inadvertently discards barrier flag on a sync write
+    - x64, fpu: fix possible FPU leakage in error conditions
+    - x86-64: Clean up save/restore_i387() usage
+    - KVM: SVM: fix guest global tlb flushes with NPT
+    - KVM: SVM: fix random segfaults with NPT enabled
+    - ALSA: remove unneeded power_mutex lock in snd_pcm_drop
+    - ALSA: fix locking in snd_pcm_open*() and snd_rawmidi_open*()
+    - ALSA: oxygen: fix distorted output on AK4396-based cards
+    - ALSA: hda - Fix model for Dell Inspiron 1525
+    - SCSI: qla2xxx: Defer enablement of RISC interrupts until ISP
+      initialization completes.
+    - USB: fix hcd interrupt disabling
+    - smb.h: do not include linux/time.h in userspace
+    - pxa2xx_spi: fix build breakage
+    - pxa2xx_spi: chipselect bugfixes
+    - pxa2xx_spi: dma bugfixes
+    - mm: mark the correct zone as full when scanning zonelists
+    - async_tx: fix the bug in async_tx_run_dependencies
+    - drivers/mmc/card/block.c: fix refcount leak in mmc_block_open()
+    - ixgbe: initialize interrupt throttle rate
+    - i2c-dev: Return correct error code on class_create() failure
+    - x86-32: AMD c1e force timer broadcast late
+  * [x86] Update patch to detect not properly announced cmos RTC devices.
+  * [xen] Overtake hvc console by default.
+
+  [ maximilian attems ]
+  * [openvz] ip: NULL pointer dereferrence in tcp_v(4|6)_send_ack
+    (closes: #500472)
+  * [openvz] unset NF_CONNTRACK_IPV6 for now until abi bump.
+
+  [ Stephen R. Marenka ]
+  * [m68k] add patches to fix atari ethernec per Michael Schmitz:
+    atari-ethernec-IRQF_SHARED.diff and atari-ethernec-fixes.diff.
+  * [m68k] add mac-esp-fix-for-quadras-with-two-esp-chips.diff to fix macs
+    with dual scsi busses and a problem with xorg, per Finn Thain.
+  * [m68k] add atari-atari_keyb_init-operator-precedence.diff per
+    Michael Schmitz.
+  * [m68k] more mac patches, per Finn Thain.
+
+  [ Martin Michlmayr ]
+  * [arm/ixp4xx] Enable USB_ATM and USB_SPEEDTOUCH (closes: #502182).
+  * [arm/iop32x, arm/orion5x] Likewise.
+  * DNS-323: read MAC address from flash (Matthew Palmer).
+
+  [ dann frazier ]
+  * Restrict access to the DRM_I915_HWS_ADDR ioctl (CVE-2008-3831)
+  * Don't allow splicing to files opened with O_APPEND (CVE-2008-4554)
+
+ -- Bastian Blank <waldi@debian.org>  Sat, 18 Oct 2008 12:14:22 +0200
+
+linux-2.6 (2.6.26-8) unstable; urgency=medium
+
+  [ dann frazier ]
+  * [x86] Fix broken LDT access in VMI (CVE-2008-4410)
+  * ata: Fix off-by-one-error that causes errors when reading a
+    block on the LBA28-LBA48 boundary
+  * [s390] prevent ptrace padding area read/write in 31-bit mode
+    (CVE-2008-1514)
+
+  [ Bastian Blank ]
+  * Fix generation of i386 Xen image information.
+  * [i386] Restrict the usage of long NOPs. (closes: #464962)
+  * Fix access to uninitialized user keyring. (closes: #500279)
+  * [x86] Fix detection of non-PNP RTC devices. (closes: #499230)
+
+ -- Bastian Blank <waldi@debian.org>  Thu, 09 Oct 2008 12:07:21 +0200
+
+linux-2.6 (2.6.26-7) unstable; urgency=low
+
+  [ Bastian Blank ]
+  * [xen] Add SuSE Xen patch. (closes: #495895)
+  * Only register notifiers in braille console if used, fixes Insert key.
+    (closes: #494374)
+  * Fix ACPI EC GPE storm detection. (closes: #494546)
+  * Disable useless support for ISP1760 USB host controller.
+    (closes: #498304)
+  * rt61pci: Add a sleep after firmware upload. (closes: #498828)
+
+  [ Stephen R. Marenka ]
+  * [m68k] Set CONFIG_ATARI_ETHERNEC=m for atari, since it only works
+    in modular form.
+  * [m68k] Enable CONFIG_ADB_PMU68K=y for mac.
+  * [m68k] Add atari-aranym-nf-wrappers.diff patch to fix atari LBD
+    problems, set CONFIG_LBD=y for atari.
+
+  [ Martin Michlmayr ]
+  * [arm/orion5x] Enable CONFIG_ATALK (requested by Ben Schwarz).
+  * [arm/versatile] Enable CONFIG_VFP. (closes: #499463)
+  * ath5k: Fix bad udelay calls on AR5210 code (Nick Kossifidis).
+  * [arm] No longer disable ATH5K.
+
+  [ dann frazier ]
+  * Add missing capability checks in sbni_ioctl (CVE-2008-3525)
+
+ -- Bastian Blank <waldi@debian.org>  Wed, 01 Oct 2008 09:02:30 +0200
+
+linux-2.6 (2.6.26-6) unstable; urgency=low
+
+  [ maximilian attems ]
+  * [openvz] Enable checkpointing. (closes: #497292)
+
+  [ Bastian Blank ]
+  * Allow forced module loading again. (closes: #494144)
+  * Set IEEE 802.11 (wireless) regulatory domain default to EU.
+    (closes: #497971)
+  * [i386] Enable IDE ACPI support. Override ABI changes. (closes: #470528)
+  * [i386/686-bigmem] Promote to generic subarch. (closes: #476120)
+
+  [ Martin Michlmayr ]
+  * Fix dead 21041 ethernet after ifconfig down (Thomas Bogendoerfer).
+
+  [ dann frazier ]
+  * [hppa] Enable the FPU before using it, fixes booting on A500s
+    with our CONFIG_PRINTK_TIME=y setting. (closes: #499458)
+
+ -- Bastian Blank <waldi@debian.org>  Wed, 24 Sep 2008 12:06:47 +0200
+
+linux-2.6 (2.6.26-5) unstable; urgency=low
+
+  [ Martin Michlmayr ]
+  * Backport power-off method for Kurobox Pro.
+  * [arm/versatile] Really enable CONFIG_RTC_DRV_PL031 (closes: #484432).
+
+  [ Stephen R. Marenka ]
+  * [m68k] Set CONFIG_LBD=n for atari, since it conflicts with nfblock.
+
+  [ Bastian Blank ]
+  * Reenable SiS SATA support. (closes: #496603)
+  * [amd64,i386] Disable new-style SiS PATA support.
+  * Add stable release 2.6.26.4:
+    - sata_mv: don't issue two DMA commands concurrently
+    - KVM: MMU: Fix torn shadow pte
+    - x86: work around MTRR mask setting, v2
+    - nfsd: fix buffer overrun decoding NFSv4 acl (CVE-2008-3915)
+    - sunrpc: fix possible overrun on read of /proc/sys/sunrpc/transports
+      (CVE-2008-3911)
+    - r8169: balance pci_map / pci_unmap pair
+    - tg3: Fix firmware event timeouts
+    - crypto: authenc - Avoid using clobbered request pointer
+    - sparc64: Fix cmdline_memory_size handling bugs.
+    - sparc64: Fix overshoot in nid_range().
+    - ipsec: Fix deadlock in xfrm_state management. (closes: #497796)
+    - sctp: fix random memory dereference with SCTP_HMAC_IDENT option.
+    - sctp: correct bounds check in sctp_setsockopt_auth_key
+    - sch_prio: Fix nla_parse_nested_compat() regression
+    - sctp: add verification checks to SCTP_AUTH_KEY option
+    - sctp: fix potential panics in the SCTP-AUTH API.
+    - udp: Drop socket lock for encapsulated packets
+    - pkt_sched: Fix actions referencing
+    - pkt_sched: Fix return value corruption in HTB and TBF.
+    - netns: Add network namespace argument to rt6_fill_node() and
+      ipv6_dev_get_saddr()
+    - ipv6: Fix OOPS, ip -f inet6 route get fec0::1, linux-2.6.26,
+      ip6_route_output, rt6_fill_node+0x175 (CVE-2008-3686)
+    - AX.25: Fix sysctl registration if !CONFIG_AX25_DAMA_SLAVE
+    - mm: make setup_zone_migrate_reserve() aware of overlapping nodes
+    - 8250: improve workaround for UARTs that don't re-assert THRE correctly
+    - rtc_time_to_tm: fix signed/unsigned arithmetic
+    - drivers/char/random.c: fix a race which can lead to a bogus BUG()
+    - cifs: fix O_APPEND on directio mounts
+    - atl1: disable TSO by default
+    - forcedeth: fix checksum flag
+    - bio: fix bio_copy_kern() handling of bio->bv_len
+    - bio: fix __bio_copy_iov() handling of bio->bv_len
+    - ALSA: oxygen: prevent muting of nonexistent AC97 controls
+    - S390 dasd: fix data size for PSF/PRSSD command
+    - x86: fix "kernel won't boot on a Cyrix MediaGXm (Geode)"
+    - x86: work around MTRR mask setting
+    - USB: cdc-acm: don't unlock acm->mutex on error path
+    - binfmt_misc: fix false -ENOEXEC when coupled with other binary handlers
+    - fbdefio: add set_page_dirty handler to deferred IO FB
+    - eeepc-laptop: fix use after free
+    - PCI: fix reference leak in pci_get_dev_by_id()
+    - cramfs: fix named-pipe handling
+  * Override ABI changes.
+  * [hppa] Disable new-style RTC support. Override ABI changes.
+
+  [ maximilian attems ]
+  * openvz: Add upstream fixes up to 24cebf40278cb071ff8b. (closes: #497528)
+
+ -- Bastian Blank <waldi@debian.org>  Wed, 10 Sep 2008 12:55:16 +0200
+
+linux-2.6 (2.6.26-4) unstable; urgency=low
+
+  [ maximilian attems ]
+  * x86: Reset ACPI_PROCFS_POWER for Lenny as buggy apps depend on it.
+    (closes: #495541)
+  * x86: ACPI: Fix thermal shutdowns
+  * openvz: Add upstream fixes up to 0f14912e3d2251aff. (closes: #494384)
+  * Add stable release 2.6.26.3:
+    - USB: fix interface unregistration logic
+    - usb-storage: unusual_devs entries for iRiver T10 and Datafab CF+SM reader
+    - usb-serial: don't release unregistered minors
+    - usb-storage: revert DMA-alignment change for Wireless USB
+    - usb-storage: automatically recognize bad residues
+    - USB: ftdi_sio: Add USB Product Id for ELV HS485
+    - qla2xxx: Set an rport's dev_loss_tmo value in a consistent manner.
+    - dccp: change L/R must have at least one byte in the dccpsf_val field
+      (CVE-2008-3276)
+    - KVM: Avoid instruction emulation when event delivery is pending
+    - cs5520: add enablebits checking
+    - acer-wmi: Fix wireless and bluetooth on early AMW0 v2 laptops
+    - USB: usb-storage: quirk around v1.11 firmware on Nikon D4
+    - radeonfb: fix accel engine hangs
+    - radeon: misc corrections
+    - sparc64: Fix global reg snapshotting on self-cpu.
+    - sparc64: Do not clobber %g7 in setcontext() trap.
+    - sparc64: Fix end-of-stack checking in save_stack_trace().
+    - sparc64: Fix recursion in stack overflow detection handling.
+    - sparc64: Make global reg dumping even more useful.
+    - sparc64: Implement IRQ stacks.
+    - sparc64: Handle stack trace attempts before irqstacks are setup.
+    - PCI: Limit VPD length for Broadcom 5708S
+    - ide: it821x in pass-through mode segfaults in 2.6.26-stable
+    - syncookies: Make sure ECN is disabled
+    - USB: ftdi_sio: add support for Luminance Stellaris Evaluation/Development
+      Kits
+    - i2c: Fix NULL pointer dereference in i2c_new_probed_device
+    - SCSI: hptiop: add more PCI device IDs
+    - SCSI: ses: fix VPD inquiry overrun
+    - SCSI: scsi_transport_spi: fix oops in revalidate
+    - CIFS: Fix compiler warning on 64-bit
+    - x86: fix spin_is_contended()
+    - matrox maven: fix a broken error path
+    - i2c: Let users select algorithm drivers manually again
+    - CIFS: properly account for new user= field in SPNEGO upcall string
+      allocation
+    - x86: fix setup code crashes on my old 486 box
+    - KVM: ia64: Fix irq disabling leak in error handling code
+    - mlock() fix return values
+    - rtl8187: Fix lockups due to concurrent access to config routine
+    - KVM: task switch: segment base is linear address
+    - KVM: task switch: use seg regs provided by subarch instead of reading
+      from GDT
+    - KVM: task switch: translate guest segment limit to virt-extension byte
+      granular field
+    - r8169: avoid thrashing PCI conf space above RTL_GIGA_MAC_VER_06
+    - sparc64: FUTEX_OP_ANDN fix
+    - posix-timers: do_schedule_next_timer: fix the setting of ->si_overrun
+    - posix-timers: fix posix_timer_event() vs dequeue_signal() race
+    - vt8623fb: fix kernel oops
+    - ide-cd: fix endianity for the error message in cdrom_read_capacity
+    - qla2xxx: Add dev_loss_tmo_callbk/terminate_rport_io callback support.
+    - random32: seeding improvement
+    - CIFS: mount of IPC$ breaks with iget patch
+    - CIFS: if get root inode fails during mount, cleanup tree connection
+    - crypto: padlock - fix VIA PadLock instruction usage with
+      irq_ts_save/restore()
+    - ipvs: Fix possible deadlock in estimator code
+    - SCSI: block: Fix miscalculation of sg_io timeout in CDROM_SEND_PACKET
+      handler.
+    - ALSA: asoc: restrict sample rate and size in Freescale MPC8610 sound
+      drivers
+    - ALSA: ASoC: fix SNDCTL_DSP_SYNC support in Freescale 8610 sound drivers
+    - USB: pl2023: Remove USB id (4348:5523) handled by ch341
+    - relay: fix "full buffer with exactly full last subbuffer" accounting
+      problem
+    - ipv6: Fix ip6_xmit to send fragments if ipfragok is true
+    - x86: amd opteron TOM2 mask val fix
+
+  [ dann frazier ]
+  * [ia64] Fix boot-time hang w/ PRINTK_TIME by ensuring that cpu0 can access
+    per-cpu vars in early boot
+  * delay calls to sched_clock() until after sched_clock_init() to prevent
+    inaccurate printk timings on ia64 and presumably other architectures
+
+  [ Ian Campbell ]
+  * [xen] import upstream fix to fb-defio driver used by Xen framebuffer.
+
+  [ Bastian Blank ]
+  * [powerpc] Enable proper RTC support. (closes: #484693)
+
+  [ Martin Michlmayr ]
+  * Add Marvell Orion fixes:
+    - sata_mv: add the Gen IIE flag to the SoC devices.
+    - sata_mv: don't avoid clearing interrupt status on SoC host adapters
+
+  [ dann frazier ]
+  * Fix overflow condition in sctp_setsockopt_auth_key (CVE-2008-3526)
+  * Fix panics that may occur if SCTP AUTH is disabled (CVE-2008-3792)
+  * [x86] Fix memory leak in the copy_user routine
+    (CVE-2008-0598, closes: #490910)
+
+ -- Bastian Blank <waldi@debian.org>  Thu, 28 Aug 2008 08:46:42 +0200
+
+linux-2.6 (2.6.26-3) unstable; urgency=low
+
+  [ Bastian Blank ]
+  * Disable Emagic Audiowerk 2 soundcard support. The PCI IDs clashes with
+    many DVB cards.
+  * Update VServer patch to 2.3.0.35.
+  * [armel/versatile] Override ABI changes.
+  * [i386/686-bigmem] Add VServer image.
+
+  [ Aurelien Jarno ]
+  * [armel/versatile] Disable CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS for
+    dynticks. (closes: #494842)
+
+  [ Martin Michlmayr ]
+  * Fix PCIe on the Kurobox Pro (Lennert Buytenhek).
+  * Fix regressions caused by the "use software GSO for SG+CSUM capable
+    netdevices" patch:
+    - loopback: Enable TSO (Herbert Xu)
+    - net: Preserve netfilter attributes in skb_gso_segment using
+      __copy_skb_header (Herbert Xu)
+
+  [ dann frazier ]
+  * [amd64] Fix typo in TOM2 mask value, preventing a hang on some opteron
+    systems. (closes: #494365)
+
+ -- Bastian Blank <waldi@debian.org>  Mon, 18 Aug 2008 15:34:38 +0200
+
+linux-kbuild-2.6 (2.6.26-3) unstable; urgency=low
+
+  * Fix recursive installation. (closes: #494435)
+
+ -- Bastian Blank <waldi@debian.org>  Sun, 10 Aug 2008 13:01:41 +0200
+
+linux-kbuild-2.6 (2.6.26-2) unstable; urgency=low
+
+  * Include new scripts. (closes: #494435)
+
+ -- Bastian Blank <waldi@debian.org>  Sat, 09 Aug 2008 20:45:12 +0200
+
+linux-2.6 (2.6.26-2) unstable; urgency=low
+
+  [ Bastian Blank ]
+  * [powerpc] Install arch/powerpc/lib/crtsavres.o into the headers, it is
+    used during module linking.
+  * Add stable release 2.6.26.1:
+    - Fix off-by-one error in iov_iter_advance()
+    - ath5k: don't enable MSI, we cannot handle it yet
+    - b43legacy: Release mutex in error handling code
+    - cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called already
+    - VFS: increase pseudo-filesystem block size to PAGE_SIZE
+    - markers: fix markers read barrier for multiple probes
+    - tmpfs: fix kernel BUG in shmem_delete_inode
+    - mpc52xx_psc_spi: fix block transfer
+    - ixgbe: remove device ID for unsupported device
+    - UML - Fix boot crash
+    - eCryptfs: use page_alloc not kmalloc to get a page of memory
+    - x86: fix kernel_physical_mapping_init() for large x86 systems
+    - DVB: cx23885: SRAM changes for the 885 and 887 silicon parts
+    - DVB: cx23885: Reallocated the sram to avoid concurrent VIDB/C issues
+    - DVB: cx23885: DVB Transport cards using DVB port VIDB/TS1 did not stream
+    - DVB: cx23885: Ensure PAD_CTRL is always reset to a sensible default
+    - V4L: cx23885: Bugfix for concurrent use of /dev/video0 and /dev/video1
+    - V4L: saa7134: Copy tuner data earlier to avoid overwriting manual tuner type
+    - V4L: uvcvideo: Add support for Medion Akoya Mini E1210 integrated webcam
+    - V4L: uvcvideo: Make input device support optional
+    - V4L: uvcvideo: Don't free URB buffers on suspend
+    - V4L: uvcvideo: Use GFP_NOIO when allocating memory during resume
+    - V4L: uvcvideo: Fix a buffer overflow in format descriptor parsing
+    - DVB: dib0700: add support for Hauppauge Nova-TD Stick 52009
+    - V4L: cx18: Upgrade to newer firmware & update documentation
+    - ALSA: trident - pause s/pdif output
+    - myri10ge: do not use mgp->max_intr_slots before loading the firmware
+    - myri10ge: do not forget to setup the single slice pointers
+    - iop-adma: fix platform driver hotplug/coldplug
+    - sparc64: Do not define BIO_VMERGE_BOUNDARY.
+    - sparc64: Fix cpufreq notifier registry.
+    - sparc64: Fix lockdep issues in LDC protocol layer.
+    - tcp: Clear probes_out more aggressively in tcp_ack().
+    - ARM: fix fls() for 64-bit arguments
+    - vmlinux.lds: move __attribute__((__cold__)) functions back into final .text section
+    - rtc-at91rm9200: avoid spurious irqs
+    - ide-cd: fix oops when using growisofs
+    - x86: fix crash due to missing debugctlmsr on AMD K6-3
+    - cpusets: fix wrong domain attr updates
+    - proc: fix /proc/*/pagemap some more
+    - Fix build on COMPAT platforms when CONFIG_EPOLL is disabled
+    - markers: fix duplicate modpost entry
+    - x86, suspend, acpi: enter Big Real Mode
+    - USB: fix usb serial pm counter decrement for disconnected interfaces
+    - x86 reboot quirks: add Dell Precision WorkStation T5400
+    - Fix typos from signal_32/64.h merge
+    - rcu: fix rcu_try_flip_waitack_needed() to prevent grace-period stall
+    - Patch Upstream: x86 ptrace: fix PTRACE_GETFPXREGS error
+    - KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hosts
+    - KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction
+    - KVM: x86 emulator: Fix HLT instruction
+    - KVM: VMX: Add ept_sync_context in flush_tlb
+    - KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be held
+    - KVM: SVM: fix suspend/resume support
+    - KVM: VMX: Fix a wrong usage of vmcs_config
+    - isofs: fix minor filesystem corruption
+    - quota: fix possible infinite loop in quota code
+    - hdlcdrv: Fix CRC calculation.
+    - ipv6: __KERNEL__ ifdef struct ipv6_devconf
+    - ipv6: use timer pending
+    - udplite: Protection against coverage value wrap-around
+    - pxamci: trivial fix of DMA alignment register bit clearing
+  * [sparc] Install asm-sparc headers again.
+  * Force RTC on by default and set clock on startup. Override ABI changes.
+  * [i386, amd64] Make the CMOS RTC support builtin. (closes: #493567)
+  * Add stable release 2.6.26.2:
+    - sound: ensure device number is valid in snd_seq_oss_synth_make_info
+    - Ath5k: kill tasklets on shutdown
+    - Ath5k: fix memory corruption
+    - vfs: fix lookup on deleted directory
+    - ALSA: emu10k1 - Fix inverted Analog/Digital mixer switch on Audigy2
+    - ALSA: hda - Add missing Thinkpad Z60m support
+    - ALSA: hda - Fix DMA position inaccuracy
+    - ALSA: hda - Fix wrong volumes in AD1988 auto-probe mode
+    - Add compat handler for PTRACE_GETSIGINFO
+    - Bluetooth: Signal user-space for HIDP and BNEP socket errors
+    - Input: i8042 - add Acer Aspire 1360 to nomux blacklist
+    - Input: i8042 - add Gericom Bellagio to nomux blacklist
+    - Input: i8042 - add Intel D845PESV to nopnp list
+    - jbd: fix race between free buffer and commit transaction
+    - NFS: Ensure we zap only the access and acl caches when setting new acls
+    - SCSI: ch: fix ch_remove oops
+    - linear: correct disk numbering error check
+    - netfilter: xt_time: fix time's time_mt()'s use of do_div()
+    - Kprobe smoke test lockdep warning
+    - Close race in md_probe
+    - x86: io delay - add checking for NULL early param
+    - x86: idle process - add checking for NULL early param
+    - SCSI: bsg: fix bsg_mutex hang with device removal
+    - netfilter: nf_nat_sip: c= is optional for session
+    - romfs_readpage: don't report errors for pages beyond i_size
+    - ftrace: remove unneeded documentation
+
+  [ Martin Michlmayr ]
+  * METH: fix MAC address setup (Thomas Bogendoerfer)
+  * Export the reset button of the QNAP TS-409.
+  * net: use software GSO for SG+CSUM capable netdevices (Lennert Buytenhek)
+
+  [ dann frazier ]
+  * device_create interface changed between 2.6.26 and 2.6.27; adjust hpilo
+    backport appropriately. Fixes a NULL pointer dereference in ilo_probe().
+
+ -- Bastian Blank <waldi@debian.org>  Fri, 08 Aug 2008 08:09:00 +0200
+
+linux-kbuild-2.6 (2.6.26-1) unstable; urgency=low
+
+  * New upstream version.
+  * modpost: Support new parameters.
+
+ -- Bastian Blank <waldi@debian.org>  Sat, 02 Aug 2008 13:09:54 +0200
+
+linux-2.6 (2.6.26-1) unstable; urgency=low
+
+  * New upstream release see http://kernelnewbies.org/Linux_2_6_26
+    - UDF 2.50 support. (closes: #480910)
+    - mmc: increase power up delay (closes: #481190)
+    - snd-hda-intel suspend troubles fixed. (closes: #469727, #481613, #480034)
+    - cifs QueryUnixPathInfo fix (closes: #480995)
+    - r8169 oops in r8169_get_mac_version (closes: #471892)
+    - netfilter headers cleanup (closes: #482331)
+    - iwlwifi led support (closes: #469095)
+    - ath5k associates on AR5213A (closes: #463785)
+    - T42 suspend fix (closes: #485873)
+    - cpuidle acpi driver: fix oops on AC<->DC (closes: #477201)
+    - opti621 ide fixes (closes: #475561)
+    - ssh connection hangs with mac80211 (closes: #486089)
+    - ocfs2: Allow uid/gid/perm changes of symlinks (closes: #479475)
+    - xircom_tulip_cb: oboslete driver removed (closes: #416900)
+    - r8169 properly detect link status (closes: #487586)
+    - iwl3945 connection + support fixes (closes: #481436, #482196)
+    - longrun cpufreq min freq fix (closes: #468149)
+    - emux midi synthesizer SOFT_PEDAL-release event (closes: #474312)
+    - vmemmap fixes to use smaller pages (closes: #483489)
+    - x86 freeze fixes (closes: #482100, #482074)
+    - xen boot failure fix (closes: #488284)
+    - gdb read floating-point and SSE registers (closes: #485375)
+    - USB_PERSIST is default on (closes: #489963)
+    - alsa snd-hda Dell Inspiron fix (closes: #490649)
+    - ipw2200: queue direct scans (closes: #487721)
+    - better gcc-4.3 support (closes: #492301)
+    - iwl3945 monitor mode. (closes: #482387)
+
+  [ maximilian attems ]
+  * topconfig set CRYPTO_CTS, SND_PCSP, SND_AW2, IWL4965_LEDS, IWL3945_LEDS,
+    RT2400PCI_LEDS, RT2500PCI_LEDS, RT61PCI_LEDS, RT2500USB_LEDS,
+    RT73USB_LEDS, NF_CT_PROTO_DCCP, BRIDGE_EBT_NFLOG, IWLWIFI_RFKILL,
+    USB_SERIAL_SPCP8X5, USB_STORAGE_CYPRESS_ATACB, DVB_ISL6405, DVB_AU8522,
+    VIDEO_EM28XX_DVB, VIDEO_CX18, VIDEO_AU0828, SOC_CAMERA_MT9M001,
+    SOC_CAMERA_MT9V022, DVB_TUNER_ITD1000, VIDEO_PVRUSB2_DVB, USB_C67X00_HCD,
+    USB_ISP1760_HCD, HTC_PASIC3, I2C_PCA_PLATFORM, TOUCHSCREEN_WM97XX,
+    JOYSTICK_ZHENHUA, SFC, ACCESSIBILITY, UIO_SMX, LOGIRUMBLEPAD2_FF,
+    A11Y_BRAILLE_CONSOLE, EDS_TRIGGER_DEFAULT_ON, VIDEO_ALLOW_V4L1, ATA_ACPI,
+    SATA_PMP, ATA_SFF, USB_SERIAL_MOTOROLA, USB_WDM, MAC80211_MESH,
+    IPV6_MROUTE, IPV6_PIMSM_V2, MTD_AR7_PARTS, SENSORS_IBMAEM, PATA_SCH,
+    CGROUP_DEVICE, USB_ISIGHTFW, HW_RANDOM_VIRTIO, RTC_DRV_FM3130,
+    USB_VIDEO_CLASS, CIFS_DFS_UPCALL.
+  * [amd64, i386]: KVM_CLOCK, KVM_GUEST, ISCSI_IBFT_FIND, ISCSI_IBFT, THERMAL,
+    EEEPC_LAPTOP, FB_N411, THERMAL_HWMON.
+  * [amd64]: Enable SCSI_DPT_I2O as 64 bit now.
+  * Reenable USB_SERIAL_EDGEPORT, USB_SERIAL_EDGEPORT_TI. (closes: #480195)
+  * Enable TCP_MD5SIG for BGP sessions. (closes: #443742)
+  * Add recognised alsa cards to bug report.
+  * topconfig: Enable HYSDN, no longer broken on smp.
+  * Add request_firmware patch for keyspan. (closes: #448900)
+  * [x86]: Enable dma engine. (closes: #473331)
+  * [ppc64]: Enable IBMEBUS and EHEA. (closes: #484888)
+  * topconfig: Enable PROFILING across all flavours. (closes: #484885)
+  * 486: enable OLPC support thanks Andres Salomon for merge.
+    Kconfig variable patch by Robert Millan (closes: #485063).
+  * Add request_firmware patch for ip2.
+  * Add request_firmware patch for acenic. (closes: #284221)
+  * [x86, ia64]: Set HPET_RTC_IRQ. (closes: #479709, #476970)
+  * [ppc]: Set SND_VIRMIDI. (closes: #290090)
+  * Fallback for userspace compatibility to old IEEE 1394 FireWire stack.
+    (closes: #451367, #475295, #478419)
+  * [x86]: Enable modular FB_UVESA. (closes: #473180)
+  * JFFS2 enable summary and compressor support. (closes: #488242)
+  * Add OLPC sdhci quirks. Thanks Andres Salomon <dilinger@debian.org>
+    (closes: #485192)
+  * [ppc]: Enable RTC_DRV_PPC. (closes: #484693) Thanks for the patch to
+    Geoff Levand <geoffrey.levand@am.sony.com>.
+  * Enable BLK_DEV_BSG for SG v4 support.
+  * [amd64] Enable default disabled memtest boot param.
+  * topconfig: Enable PATA_SIS instead of SATA_SIS. (closes: #485609)
+  * Add OpenVZ countainer flavour for amd64, i386. (closes: #392015)
+  * atl1e driver for Atheros(R) L1e Fast Ethernet. (closes: #492029)
+  * [ALSA] hda - Add ICH9 controller support (8086:2911)
+  * [ALSA] hda - support intel DG33 motherboards
+  * HP iLO driver
+  * Input: i8042 - add Arima-Rioworks HDAMB board to noloop list
+    (closes: #489190) thanks Guillaume Morin <guillaume@morinfr.org>
+
+  [ Martin Michlmayr ]
+  * [arm/orion5x] Update the config to reflect upstream renaming this
+    subarch.
+  * [arm/orion5x] Add some patches from Marvell's Orion tree:
+    - Feroceon: speed up flushing of the entire cache
+    - support for 5281 D0 stepping
+    - cache align destination pointer when copying memory for some processors
+    - cache align memset and memzero
+    - DMA engine driver for Marvell XOR engine
+    - Orion hardware watchdog support
+  * [arm/orion5x] Enable NETCONSOLE.
+  * [arm/orion5x] Disable more SCSI drivers.
+  * [arm/ixp4xx] Disable most ATA and more SCSI and network drivers.
+  * [arm/versatile] Enable CONFIG_RTC_DRV_PL031 (closes: #484432).
+  * [arm/iop32x, arm/ixp4xx, arm/versatile] Enable ARM_THUMB (closes: #484524).
+  * [arm/iop32x] Add LED driver for Thecus N2100 (Riku Voipio).
+  * [mips/r5k-ip32] Enable USB.
+  * [arm/orion5x, arm/iop32x, arm/ixp4xx, mipsel/r5k-cobalt] Enable HAMRADIO
+    on the request of Heinz Janssen.
+  * [arm/orion5x] Add support for QNAP TS-409 and HP mv2120; thanks
+    Sylver Bruneau.
+  * [mips] Add patches from Thomas Bogendoerfer:
+    - gbefb: fix cmap FIFO timeout (closes: #487257)
+    - IP32: Enable FAST-20 for onboard scsi
+    - IP32: SGI O2 sound driver
+  * [arm/ixp4xx] Add support for Freecom FSG-3 (Rod Whitby).
+  * [arm/ixp4xx] Enable CONFIG_MACH_DSMG600.
+  * [arm/iop32x] Unset NET_DMA since it actually leads to worse network
+    performance.
+  * [arm/orion5x] Fix a boot crash on the Kurobox Pro.
+  * [arm/orion5x] use better key codes for the TS-209/TS-409 buttons
+  * [arm/orion5x] export red SATA lights on TS-409, fix SATA presence/activity
+  * [arm] Enable KEXEC (closes: #492268).
+  * [arm/orion5x] Enable USB_PRINTER, requested by Mike Arthur.
+  * [arm/orion5x] Enable binfmt aout, x25, wireless and ATM.
+  * [arm/iop32x, arm/orion5x] Enable USB_SISUSBVGA.
+  * [arm] xfs: pack some shortform dir2 structures for the ARM old ABI
+    architecture (closes: #414932).
+
+  [ Ian Campbell ]
+  * Readme.build updated on how to generate orig tarballs.
+  * Forward port vmlinuz-target.patch.
+  * Enable Xen save/restore and memory ballooning for Xen enabled kernels.
+
+  [ Bastian Blank ]
+  * [powerpc/powerpc-miboot] Disable. (closes: #481358)
+  * [powerpc/powerpc64] Support IBM Cell based plattforms and PS3.
+    (closes: #462529)
+  * [s390] Synchronize block device, network bridge, network scheduler and CRC
+    support.
+  * [s390] Enable support for PCI-attached cryptographic adapters.
+  * Use control group as base for group CPU scheduler. This reenabled
+    traditional nice behaviour. (closes: #489223)
+  * Bump yaird dependencies to at least 0.0.13.
+  * Reenable SECCOMP. There is no longer additional overhead.
+    (closes: #474648)
+  * Export symbol required for MOL again. (closes: #460667)
+  * [powerpc/powerpc64] Fix console selection in LPAR environment.
+    (closes: #492703)
+  * Fix several userspace compatibility problems.
+
+  [ Christian T. Steigies ]
+  * [m68k] enable SERIAL_CONSOLE for amiga and atari
+
+  [ Thiemo Seufer ]
+  * [mips] Fix logic bug in atomic_sub_if_positive.
+
+  [ Stephen R. Marenka ]
+  * [m68k] Update pending m68k patches.
+  * [m68k] Enable nfcon and nfblock for atari.
+  * [m68k] Change compiler to default.
+
+  [ Aurelien Jarno ]
+  * [arm/versatile] Switch scsi/ext3/smc91x to modules now that we have proper
+    d-i support. Remove options defined in toplevel config file.
+
+ -- Bastian Blank <waldi@debian.org>  Wed, 30 Jul 2008 10:17:29 +0200
+
+linux-2.6 (2.6.25-7) unstable; urgency=high
+
+  * Add stable release 2.6.25.10:
+    - TTY: fix for tty operations bugs (CVE-2008-2812)
+    - sched: fix cpu hotplug
+    - IB/mthca: Clear ICM pages before handing to FW
+    - DRM: enable bus mastering on i915 at resume time
+    - x86: shift bits the right way in native_read_tscp
+    - x86_64 ptrace: fix sys32_ptrace task_struct leak (CVE-2008-3077)
+    - ptrace GET/SET FPXREGS broken
+    - futexes: fix fault handling in futex_lock_pi
+    - x86: fix cpu hotplug crash
+  * Add stable release 2.6.25.11:
+    - x86: fix ldt limit for 64 bit
+
+ -- maximilian attems <maks@debian.org>  Mon, 14 Jul 2008 10:58:14 +0200
+
+linux-2.6 (2.6.25-6) unstable; urgency=high
+
+  [ maximilian attems ]
+  * Add stable release 2.6.25.7:
+    - double-free of inode on alloc_file() failure exit in create_write_pipe()
+    - m68k: Add ext2_find_{first,next}_bit() for ext4
+    - bluetooth: fix locking bug in the rfcomm socket cleanup handling
+    - serial: fix enable_irq_wake/disable_irq_wake imbalance in serial_core.c
+    - bttv: Fix a deadlock in the bttv driver (closes: #487594)
+    - forcedeth: msi interrupts
+    - CPUFREQ: Fix format string bug.
+    - mmc: wbsd: initialize tasklets before requesting interrupt
+    - ecryptfs: fix missed mutex_unlock
+    - mac80211: send association event on IBSS create
+    - bluetooth: rfcomm_dev_state_change deadlock fix
+    - sunhv: Fix locking in non-paged I/O case.
+    - cassini: Only use chip checksum for ipv4 packets.
+    - ipwireless: Fix blocked sending
+    - net: Fix call to ->change_rx_flags(dev, IFF_MULTICAST) in
+      dev_change_flags()
+    - fbdev: export symbol fb_mode_option
+    - ipsec: Use the correct ip_local_out function
+    - tcp: fix skb vs fack_count out-of-sync condition
+    - tcp FRTO: Fix fallback to conventional recovery
+    - tcp FRTO: SACK variant is errorneously used with NewReno
+    - tcp FRTO: work-around inorder receivers
+    - tcp: Fix inconsistency source (CA_Open only when !tcp_left_out(tp))
+    - l2tp: avoid skb truesize bug if headroom is increased
+    - l2tp: Fix possible WARN_ON from socket code when UDP socket is closed
+    - l2tp: Fix possible oops if transmitting or receiving when tunnel goes down
+    - ax25: Fix NULL pointer dereference and lockup.
+    - sound: emu10k1 - fix system hang with Audigy2 ZS Notebook PCMCIA card
+    - tcp: Allow send-limited cwnd to grow up to max_burst when gso disabled
+    - tcp: Limit cwnd growth when deferring for GSO
+    - af_key: Fix selector family initialization.
+    - hgafb: resource management fix
+    - cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabled
+    - b43: Fix controller restart crash
+    - ssb: Fix context assertion in ssb_pcicore_dev_irqvecs_enable
+    - eCryptfs: protect crypt_stat->flags in ecryptfs_open()
+    - cciss: add new hardware support
+    - ecryptfs: add missing lock around notify_change
+    - ecryptfs: clean up (un)lock_parent
+    - Add 'rd' alias to new brd ramdisk driver
+    - net_sched: cls_api: fix return value for non-existant classifiers
+    - vlan: Correctly handle device notifications for layered VLAN devices
+    - IB/umem: Avoid sign problems when demoting npages to integer
+    - x86: fix recursive dependencies
+    - can: Fix copy_from_user() results interpretation
+    - Kconfig: introduce ARCH_DEFCONFIG to DEFCONFIG_LIST
+    - tcp: TCP connection times out if ICMP frag needed is delayed
+    - ALSA: hda - Fix resume of auto-config mode with Realtek codecs
+    - netlink: Fix nla_parse_nested_compat() to call nla_parse() directly
+  * Add stable release 2.6.25.9:
+    - Add return value to reserve_bootmem_node()
+    - x86: use BOOTMEM_EXCLUSIVE on 32-bit
+    - sctp: Make sure N * sizeof(union sctp_addr) does not overflow.
+    - hwmon: (lm85) Fix function RANGE_TO_REG()
+    - hwmon: (adt7473) Initialize max_duty_at_overheat before use
+    - x86: set PAE PHYSICAL_MASK_SHIFT to 44 bits.
+    - Reinstate ZERO_PAGE optimization in 'get_user_pages()' and fix XIP
+    - watchdog: hpwdt: fix use of inline assembly
+    - Fix ZERO_PAGE breakage with vmware
+    - atl1: relax eeprom mac address error check
+
+  [ Martin Michlmayr]
+  * [arm/orion5x] Enable INPUT_EVDEV and KEYBOARD_GPIO.
+
+  [ Steve Langasek ]
+  * Enable CONFIG_CIFS_EXPERIMENTAL and CONFIG_CIFS_UPCALL, required for
+    CIFS mounts to be able to use Kerberos authentication.  Closes: #480663.
+
+  [ Bastian Blank ]
+  * Add stable release 2.6.25.8:
+    - x86: disable mwait for AMD family 10H/11H CPUs
+    - x86: remove mwait capability C-state check
+    - nf_conntrack_h323: fix memory leak in module initialization error path
+    - nf_conntrack_h323: fix module unload crash
+    - nf_conntrack: fix ctnetlink related crash in nf_nat_setup_info()
+    - SCSI: sr: fix corrupt CD data after media change and delay
+    - ACPICA: Ignore ACPI table signature for Load() operator
+    - scsi_host regression: fix scsi host leak
+    - b43: Fix possible NULL pointer dereference in DMA code
+    - b43: Fix noise calculation WARN_ON
+    - virtio_net: Fix skb->csum_start computation
+    - opti621: remove DMA support
+    - opti621: disable read prefetch
+    - Fix tty speed handling on 8250
+    - x86-64: Fix "bytes left to copy" return value for copy_from_user()
+   * Fix alpha build due too inconsistent kallsyms data.
+
+ -- maximilian attems <maks@debian.org>  Fri, 27 Jun 2008 00:33:53 +0200
+
+linux-2.6 (2.6.25-5) unstable; urgency=low
+
+  [ maximilian attems ]
+  [ Bastian Blank ]
+  * Reenable VServer images.
+
+  [ maximilian attems ]
+  * Add stable release 2.6.25.5:
+    - asn1: additional sanity checking during BER decoding (CVE-2008-1673)
+  * Add stable release 2.6.25.6:
+    - atl1: fix 4G memory corruption bug
+    - capabilities: remain source compatible with 32-bit raw legacy capability
+      support.
+    - usb-serial: Use ftdi_sio driver for RATOC REX-USB60F
+    - cpufreq: fix null object access on Transmeta CPU
+    - Smack: fuse mount hang fix
+    - cgroups: remove node_ prefix_from ns subsystem
+    - XFS: Fix memory corruption with small buffer reads
+    - x86: don't read maxlvt before checking if APIC is mapped
+    - USB: option: add new Dell 5520 HSDPA variant
+    - md: do not compute parity unless it is on a failed drive
+    - md: fix uninitialized use of mddev->recovery_wait
+    - md: fix prexor vs sync_request race
+    - HID: split Numlock emulation quirk from HID_QUIRK_APPLE_HAS_FN.
+    - USB: do not handle device 1410:5010 in 'option' driver
+    - USB: unusual_devs: Add support for GI 0401 SD-Card interface
+    - USB: add Telstra NextG CDMA id to option driver
+    - USB: fix build errors in ohci-omap.c and ohci-sm501.c
+    - USB: add TELIT HDSPA UC864-E modem to option driver
+    - memory_hotplug: always initialize pageblock bitmap
+    - x86: fix bad pmd ffff810000207xxx(9090909090909090)
+    - USB: add Zoom Telephonics Model 3095F V.92 USB Mini External modem to
+      cdc-acm
+    - x86: prevent PGE flush from interruption/preemption
+    - IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish()
+    - i386: fix asm constraint in do_IRQ()
+    - i2c-nforce2: Disable the second SMBus channel on the DFI Lanparty NF4
+      Expert
+    - i2c/max6875: Really prevent 24RF08 corruption
+    - brk: make sys_brk() honor COMPAT_BRK when computing lower bound
+    - Revert "PCI: remove default PCI expansion ROM memory allocation"
+    - PS3: gelic: fix memory leak
+    - eCryptfs: remove unnecessary page decrypt call
+    - netfilter: nf_conntrack_expect: fix error path unwind in
+      nf_conntrack_expect_init()
+    - netfilter: xt_connlimit: fix accouning when receive RST packet in
+      ESTABLISHED state
+    - netfilter: nf_conntrack_ipv6: fix inconsistent lock state in
+      nf_ct_frag6_gather()
+    - POWERPC Bolt in SLB entry for kernel stack on secondary cpus
+    - netfilter: xt_iprange: module aliases for xt_iprange
+    - x86: user_regset_view table fix for ia32 on 64-bit
+    - x86: if we cannot calibrate the TSC, we panic.
+    - CIFS: Fix UNC path prefix on QueryUnixPathInfo to have correct slash
+    - x86, fpu: fix CONFIG_PREEMPT=y corruption of application's FPU stack
+    - libata: force hardreset if link is in powersave mode
+    - x86: fix setup of cyc2ns in tsc_64.c
+    - x86: distangle user disabled TSC from unstable
+    - x86: disable TSC for sched_clock() when calibration failed
+    - pagemap: fix bug in add_to_pagemap, require aligned-length reads of
+      /proc/pid/pagemap
+    - ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()
+    - proc: calculate the correct /proc/<pid> link count
+    - CPUFREQ: Make acpi-cpufreq more robust against BIOS freq changes behind
+      our back.
+    - USB: remove PICDEM FS USB demo (04d8:000c) device from ldusb
+    - types.h: don't expose struct ustat to userspace
+
+  [ Bastian Blank ]
+  * Ignore ABI change in internal XFS symbol.
+
+ -- Bastian Blank <waldi@debian.org>  Thu, 12 Jun 2008 08:47:11 +0200
+
+linux-2.6 (2.6.25-4) unstable; urgency=low
+
+  [ maximilian attems ]
+  * Fix arm Kconfig logic disabling random drivers. (closes: #481410)
+  * Add stable release 2.6.25.4:
+    - OHCI: fix regression upon awakening from hibernation
+    - V4L/DVB (7473): PATCH for various Dibcom based devices
+    - {nfnetlink, ip, ip6}_queue: fix skb_over_panic when enlarging packets
+    - dccp: return -EINVAL on invalid feature length
+    - md: fix raid5 'repair' operations
+    - sparc: Fix SA_ONSTACK signal handling.
+    - sparc: Fix fork/clone/vfork system call restart.
+    - sparc64: Stop creating dummy root PCI host controller devices.
+    - sparc64: Fix wedged irq regression.
+    - SPARC64: Fix args to 64-bit sys_semctl() via sys_ipc().
+    - serial: Fix sparc driver name strings.
+    - sparc: Fix ptrace() detach.
+    - sparc: Fix mremap address range validation.
+    - sparc: Fix debugger syscall restart interactions.
+    - sparc32: Don't twiddle PT_DTRACE in exec.
+    - r8169: fix oops in r8169_get_mac_version
+    - SCSI: aha152x: Fix oops on module removal
+    - SCSI: aha152x: fix init suspiciously returned 1, it should follow
+      0/-E convention
+    - sch_htb: remove from event queue in htb_parent_to_leaf()
+    - i2c-piix4: Blacklist two mainboards
+    - SCSI: qla1280: Fix queue depth problem
+    - ipvs: fix oops in backup for fwmark conn templates
+    - USB: airprime: unlock mutex instead of trying to lock it again
+    - rtc: rtc_time_to_tm: use unsigned arithmetic
+    - SCSI: libiscsi regression in 2.6.25: fix nop timer handling
+    - SCSI: libiscsi regression in 2.6.25: fix setting of recv timer
+    - can: Fix can_send() handling on dev_queue_xmit() failures
+    - macvlan: Fix memleak on device removal/crash on module removal
+    - nf_conntrack: padding breaks conntrack hash on ARM
+    - sparc: sunzilog uart order
+    - r8169: fix past rtl_chip_info array size for unknown chipsets
+    - x86: use defconfigs from x86/configs/*
+    - vt: fix canonical input in UTF-8 mode
+    - ata_piix: verify SIDPR access before enabling it
+    - serial: access after NULL check in uart_flush_buffer()
+    - x86: sysfs cpu?/topology is empty in 2.6.25 (32-bit Intel system)
+    - XFRM: AUDIT: Fix flowlabel text format ambibuity.
+  * Update userspace merged HZ alpha fixed version.
+  * Backport netfilter: Move linux/types.h inclusions outside of #ifdef
+    __KERNEL__. (closes: #479899)
+  * types.h: don't expose struct ustat to userspace. (closes: #429064)
+
+  [ Bastian Blank ]
+  * Fix ABI changes from: ipvs: fix oops in backup for fwmark conn templates
+
+ -- maximilian attems <maks@debian.org>  Tue, 27 May 2008 11:46:11 +0200
+
+linux-2.6 (2.6.25-3) unstable; urgency=low
+
+  [ Bastian Blank ]
+  * Add stable release 2.6.25.3:
+    - sit: Add missing kfree_skb() on pskb_may_pull() failure.
+    - sparc: Fix mmap VA span checking.
+    - CRYPTO: eseqiv: Fix off-by-one encryption
+    - CRYPTO: authenc: Fix async crypto crash in crypto_authenc_genicv()
+    - CRYPTO: cryptd: Correct kzalloc error test
+    - CRYPTO: api: Fix scatterwalk_sg_chain
+    - x86 PCI: call dmi_check_pciprobe()
+    - b43: Fix some TX/RX locking issues
+    - kprobes/arm: fix decoding of arithmetic immediate instructions
+    - kprobes/arm: fix cache flush address for instruction stub
+    - b43: Fix dual-PHY devices
+    - POWERPC: mpc5200: Fix unterminated of_device_id table
+    - reiserfs: Unpack tails on quota files
+    - sched: fix hrtick_start_fair and CPU-Hotplug
+    - vfs: fix permission checking in sys_utimensat
+    - md: fix use after free when removing rdev via sysfs
+    - mm: fix usemap initialization
+    - 2.6.25 regression: powertop says 120K wakeups/sec
+
+  [ maximilian attems ]
+  * Redisable old dup prism54 driver.
+  * Reenable accidentaly disabled SIS190. (closes: #478773)
+  * Add lmkl patch to unbreak HZ userspace aka perl5.10 build fix.
+    (closes: #480130)
+
+  [ Martin Michlmayr ]
+  * [armel] Disable some SCSI drives (that are disabled on arm) so the
+    ramdisk will fit in flash on NSLU2 (closes: #480310).
+
+ -- maximilian attems <maks@debian.org>  Wed, 14 May 2008 11:16:56 +0200
+
+linux-2.6 (2.6.25-2) unstable; urgency=low
+
+  [ maximilian attems ]
+  * Add stable release 2.6.25.1:
+    - Fix dnotify/close race (CVE-2008-1375)
+    - V4L: Fix VIDIOCGAP corruption in ivtv
+    - USB: log an error message when USB enumeration fails
+    - USB: OHCI: fix bug in controller resume
+    - SCSI: qla2xxx: Correct regression in relogin code.
+    - rose: Socket lock was not released before returning to user space
+    - x86, pci: fix off-by-one errors in some pirq warnings
+    - hrtimer: timeout too long when using HRTIMER_CB_SOFTIRQ
+    - RDMA/nes: Fix adapter reset after PXE boot
+    - rtc-pcf8583 build fix
+    - JFFS2: Fix free space leak with in-band cleanmarkers
+    - SELinux: no BUG_ON(!ss_initialized) in selinux_clone_mnt_opts
+    - tehuti: check register size (CVE-2008-1675)
+    - IPSEC: Fix catch-22 with algorithm IDs above 31
+    - alpha: unbreak OSF/1 (a.out) binaries
+    - tehuti: move ioctl perm check closer to function start (CVE-2008-1675)
+    - aio: io_getevents() should return if io_destroy() is invoked
+    - mm: fix possible off-by-one in walk_pte_range()
+    - TCP: Increase the max_burst threshold from 3 to tp->reordering.
+    - ssb: Fix all-ones boardflags
+    - cgroup: fix a race condition in manipulating tsk->cg_list
+    - drivers/net/tehuti: use proper capability check for raw IO access
+    - tg3: 5701 DMA corruption fix
+    - V4L: tea5761: bugzilla #10462: tea5761 autodetection code were broken
+    - b43: Workaround invalid bluetooth settings
+    - b43: Add more btcoexist workarounds
+    - b43: Workaround DMA quirks
+    - dm snapshot: fix chunksize sector conversion
+    - x86: Fix 32-bit x86 MSI-X allocation leakage
+    - RTNETLINK: Fix bogus ASSERT_RTNL warning
+    - net: Fix wrong interpretation of some copy_to_user() results.
+    - dz: test after postfix decrement fails in dz_console_putchar()
+    - RDMA/nes: Free IRQ before killing tasklet
+    - S2io: Fix memory leak during free_tx_buffers
+    - S2io: Version update for memory leak fix during free_tx_buffers
+    - USB: Add HP hs2300 Broadband Wireless Module to sierra.c
+    - V4L: cx88: enable radio GPIO correctly
+    - hrtimer: raise softirq unlocked to avoid circular lock dependency
+    - tcp: tcp_probe buffer overflow and incorrect return value
+  * [ide] Add upstream piix patch for asus eee pc. (closes: #479217)
+
+  [ Christian T. Steigies ]
+  * [m68k] Add patches for 2.6.25.
+  * [m68k] Disable EXT4DEV_FS for now.
+  * [m68k] Enable SCSI_MAC_ESP for mac.
+
+  [ Ian Campbell ]
+  * [x86]: Enable Xen guest support in all i386 flavours.
+
+  [ Bastian Blank ]
+  * Add stable release 2.6.25.2:
+    - fix SMP ordering hole in fcntl_setlk() (CVE-2008-1669)
+
+ -- Bastian Blank <waldi@debian.org>  Thu, 08 May 2008 14:46:48 +0200
+
+linux-kbuild-2.6 (2.6.25-2) unstable; urgency=low
+
+  * modpost: Support new parameters. (closes: #479271)
+
+ -- Bastian Blank <waldi@debian.org>  Mon, 05 May 2008 19:58:40 +0200
+
+linux-kbuild-2.6 (2.6.25-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Bastian Blank <waldi@debian.org>  Fri, 02 May 2008 10:32:13 +0200
+
+linux-2.6 (2.6.25-1) unstable; urgency=low
+
+  * New upstream release (closes: #456799, #468440, #475161, #475134, #475441)
+    - Add oabi shim for fstatat64 (closes: #462677)
+
+  [ maximilian attems ]
+  * topconfig set NOZOMI, CRYPTO_SEQIV, CRYPTO_CTR, CRYPTO_GCM, CRYPTO_CCM,
+    CRYPTO_SALSA20, CRYPTO_LZO, CRYPTO_DEV_HIFN_795X, USB_SI470X,
+    USB_STKWEBCAM, VIDEO_PVRUSB2_ONAIR_USB2, VIDEO_PVRUSB2_ONAIR_CREATOR,
+    VIDEO_EM28XX_ALSA, CRYPTO_DEV_HIFN_795X_RNG, PCF8575, TPS65010, RTL8180,
+    ENC28J60, R6040, CAN, NETFILTER_XT_MATCH_OWNER, MAC80211_RC_DEFAULT_PI,
+    NETFILTER_XT_TARGET_RATEEST, NETFILTER_XT_TARGET_TCPOPTSTRIP,
+    NETFILTER_XT_MATCH_IPRANGE, NETFILTER_XT_MATCH_RATEEST, SND_OXYGEN,
+    SND_HIFIER, SND_VIRTUOSO, USB_NET_RNDIS_WLAN, USB_ANNOUNCE_NEW_DEVICES,
+    USB_SERIAL_IUU, NET_CLS_FLOW, INFINIBAND_NES, RTC_DRV_R9701,
+    RTC_DRV_DS1511, MEMSTICK, SENSORS_W83L786NG, SENSORS_ADS7828, IPWIRELESS,
+    RISCOM8, IGB, UTS_NS, IPC_NS, IPV6_ROUTE_INFO, ENCLOSURE_SERVICES,
+    SCSI_ENCLOSURE, SENSORS_ADT7473, SCSI_MVSAS, REALTEK_PHY, RTC_DRV_S35390A,
+    MEMSTICK_JMICRON_38X, IWL4965_HT.
+  * [amd64] Enable CRYPTO_SALSA20_X86_64, EDAC_I3000, EFI, EFI_VARS, I8K,
+    PARAVIRT_GUEST, PARAVIRT, VIRTIO_PCI, VIRTIO_BALLOON, SPARSEMEM_VMEMMAP.
+  * [amd64, i386]: Enable LEDS_CLEVO_MAIL, INPUT_APANEL, ACER_WMI,
+    THINKPAD_ACPI_HOTKEY_POLL, HP_WATCHDOG, THINKPAD_ACPI_VIDEO,
+    VIRTION_CONSOLE, ACPI_WMI, IO_DELAY_0X80.
+  * topconfig disable PARPORT_PC_FIFO due to instabilities.
+    (closes: #366165, #388309, #406056, #407816, #453911)
+  * [amd64, i386]: Enable SONYPI_COMPAT for better sony laptop support.
+  * topconfig: Enable HID_FF for some HID devices. (closes: #441348)
+  * topconfig: Enable IPV6_ROUTER_PREF for multi-homed net. (closes: #449247)
+  * topconfig: Set UTF8 as default encoding. (closes: #417324)
+  * Tighten yaird dependency. (closes: #403171)
+  * Configs general cleanup, centralize USB_NET, disable IRDA_DEBUG.
+  * postinst: Nuke confusing postinst message. (closes: #465512)
+  * [sparc]: Enable SCSI_SCAN_ASYNC.
+  * [i386]: Enable TC1100_WMI, SND_SIS7019, CRYPTO_SALSA20_586.
+  * topconfig: Centralize old IEEE80211 stack options. (closes: #470558)
+  * control.source.in: Newer standard version without changes.
+  * copyright: adapt to latest lintian recommendation.
+  * input: Add 4 additional exports for modular speakup and braille support.
+  * firewire: Add firewire-git.patch for latest firewire tree features.
+  * 686: Set USB_PERSIST for eee pc suspend support. (closes: #468213)
+  * topconfig disable PATA_SIS as sis5513 enabled. (closes: #475525)
+  * [xen]: Support direct load of bzImage under Xen. (closes: #474509)
+    Thanks Ian Campbell <ijc@hellion.org.uk> for patches.
+  * [xen]: Module autoprobing support for frontend drivers.
+  * [arm]: Don't ovverride topconfig SENSORS_W83792D setting.
+    (closes: #477745)
+
+  [ Martin Michlmayr ]
+  * [arm/armel] Add a kernel for Orion based devices, such as the QNAP
+    TS-109/TS-209.
+  * [mips(el)/sb1*] Enable SB1250_MAC (thanks Thomas Bogendoerfer).
+  * [mipsel/r5k-cobalt] Enable DUMMY_CONSOLE since this might
+    fix the debian-installer startup hang on Qube 2700.
+  * [arm/footbridge] Disable KEYS and SECURITY for smaller d-i image.
+  * [arm/footbridge] Build NFS as a module to make the image smaller.
+  * [mips/r5k-ip32] Don't build in NFS.
+  * [mips/r5k-ip32] Use the generic config options for NFS, which will
+    enable NFSv4. (closes: #471007)
+  * [mips/r5k-ip32] Enable R8169, requested by Giuseppe Sacco.
+  * [arm/iop32x] Enable MACH_EM7210. (closes: #473136)
+  * [arm/orion] Add patch to set the MAC address on QNAP TS-109/TS-209
+    (Lennert Buytenhek).
+  * [arm/orion] Add support for Buffalo Linkstation Pro/Live (Byron Bradley).
+  * [arm/orion] Fix hang when Write Allocate is enabled (Lennert Buytenhek).
+  * [arm/orion] Add support for QNAP TS-409 (Sylver Bruneau).
+  * [arm/orion] Add preliminary support for HP mv2120.
+
+  [ Daniel Baumann ]
+  * Added patch from unionfs upstream to export release_open_intent symbol.
+
+  [ Gordon Farquharson ]
+  * [arm/ixp4xx] Use GPIO LED driver as opposed to ixp4xx LED driver.
+  * [arm/ixp4xx] Fix ixp4xx-beeper module so that udev loads it
+    automatically.
+  * [arm/iop32x] Enable support for the GLAN Tank flash chip (M29W400DB).
+  * [arm/iop32x] Do not build the ARTOP PATA driver (PATA_ARTOP).
+  * [arm/iop32x] Register the F75375 device in the GLAN Tank platform code.
+  * Prevent physmap from calling request_module() too early.
+  * [arm/ixp4xx] Fix used_sram_bitmap corruption in qmgr_release_queue().
+
+  [ Aurelien Jarno ]
+  * [mips/mipsel] Enable CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS for dynticks
+    and true high-resolution timers on 4kc-malta and 5kc-malta flavours.
+  * [i386, amd64] Set modular VIRTIO, VIRTIO_RING, VIRTIO_BLK, VIRTIO_NET.
+
+  [ Bastian Blank ]
+  * Remove binary only firmwares for:
+    - Broadcom NetXtremeII 10Gb support
+  * Disable now broken drivers:
+    - Broadcom NetXtremeII 10Gb support
+  * Fix broken drivers:
+    - Broadcom NetXtremeII support
+  * [powerpc] Use new wrapper install support.
+  * [s390] Enable DM_MULTIPATH_EMC.
+  * Enable AF_RXRPC, RXKAD, PRINTK_TIME, DEBUG_KERNEL, SCHED_DEBUG,
+    TIMER_STATS, DEBUG_FS.
+  * Disable R3964, USB_GADGET.
+  * [hppa] Enable several filesystems.
+  * Make NLS modular.
+  * [i386/486] Make ext2 modular.
+  * [alpha,amd64,i386] Make ATM modular.
+  * [powerpc/powerpc64] Support PA Semi based plattforms. (closes: #463200)
+  * Follow upstream change for default TCP congestion control.
+    (closes: #477589)
+
+  [ Steve Langasek ]
+  * topconfig: Enable CONFIG_CIFS_WEAK_PW_HASH, required for compatibility
+    with legacy (pre-NTLM) fileservers.
+
+  [ Christian Perrier ]
+  * Debconf template rewrite + mark them as translatable.
+    Thanks to Justin B Rye <jbr@edlug.org.uk> for review.
+
+ -- Bastian Blank <waldi@debian.org>  Fri, 25 Apr 2008 16:27:23 +0200
+
+linux-2.6 (2.6.24-6) unstable; urgency=high
+
+  [ Martin Michlmayr ]
+  * [armel] Fix FTBFS on armel by enabling CONFIG_USB_USBNET=m in
+    armel/config, as it was done for arm/config already.
+  * [armel] Add oabi shim for fstatat64 (Riku Voipio)
+
+  [ Gordon Farquharson ]
+  * [arm/iop32x] Do not build the ARTOP PATA driver (PATA_ARTOP).
+  * [arm/iop32x] Enable MTD_CMDLINE_PARTS.
+
+  [ Kyle McMartin ]
+  * [hppa] fix pdc_console panic at boot (closes: #476292).
+  * [hppa] properly flush user signal tramps
+  * [hppa] special case futex cmpxchg on kernel space NULL (closes: 476285).
+
+ -- Bastian Blank <waldi@debian.org>  Fri, 18 Apr 2008 19:41:30 +0200
+
+linux-2.6 (2.6.24-5) unstable; urgency=low
+
+  [ Gordon Farquharson ]
+  * [arm] Enable asix driver (USB_NET_AX8817X).
+  * [arm] Enable CONFIG_USB_CATC, CONFIG_USB_KAWETH, CONFIG_USB_PEGASUS,
+          and CONFIG_USB_RTL8150.
+  * [arm/ixp4xx] Update Ethernet driver (closes: #471062).
+  * [arm/ixp4xx] Add HSS driver.
+
+  [ Bastian Blank ]
+  * [s390/s390-tape]: Override localversion correctly.
+  * Add stable release 2.6.24.3:
+    - x86_64: CPA, fix cache attribute inconsistency bug
+    - bonding: fix NULL pointer deref in startup processing
+    - POWERPC: Revert chrp_pci_fixup_vt8231_ata devinit to fix libata on pegasos
+    - PCMCIA: Fix station address detection in smc
+    - SCSI: gdth: scan for scsi devices
+    - USB: fix pm counter leak in usblp
+    - S390: Fix futex_atomic_cmpxchg_std inline assembly.
+    - genirq: do not leave interupts enabled on free_irq
+    - hrtimer: catch expired CLOCK_REALTIME timers early
+    - hrtimer: check relative timeouts for overflow
+    - SLUB: Deal with annoying gcc warning on kfree()
+    - hrtimer: fix *rmtp/restarts handling in compat_sys_nanosleep()
+    - hrtimer: fix *rmtp handling in hrtimer_nanosleep()
+    - Disable G5 NAP mode during SMU commands on U3
+    - Be more robust about bad arguments in get_user_pages()
+    - AUDIT: Increase skb->truesize in audit_expand
+    - BLUETOOTH: Add conn add/del workqueues to avoid connection fail.
+    - INET: Prevent out-of-sync truesize on ip_fragment slow path
+    - INET_DIAG: Fix inet_diag_lock_handler error path.
+    - IPCOMP: Fetch nexthdr before ipch is destroyed
+    - IPCOMP: Fix reception of incompressible packets
+    - IPV4: fib: fix route replacement, fib_info is shared
+    - IPV4: fib_trie: apply fixes from fib_hash
+    - PKT_SCHED: ematch: oops from uninitialized variable (resend)
+    - SELinux: Fix double free in selinux_netlbl_sock_setsid()
+    - TC: oops in em_meta
+    - TCP: Fix a bug in strategy_allowed_congestion_control
+    - SCSI: sd: handle bad lba in sense information
+    - Fix dl2k constants
+    - XFS: Fix oops in xfs_file_readdir()
+    - hugetlb: add locking for overcommit sysctl
+    - inotify: fix check for one-shot watches before destroying them
+    - NFS: Fix a potential file corruption issue when writing
+    - NETFILTER: nf_conntrack_tcp: conntrack reopening fix
+    - SPARC/SPARC64: Fix usage of .section .sched.text in assembler code.
+  * Add stable release 2.6.24.4:
+    - S390 futex: let futex_atomic_cmpxchg_pt survive early functional tests.
+    - slab: NUMA slab allocator migration bugfix
+    - relay: fix subbuf_splice_actor() adding too many pages
+    - BLUETOOTH: Fix bugs in previous conn add/del workqueue changes.
+    - SCSI advansys: Fix bug in AdvLoadMicrocode
+    - async_tx: avoid the async xor_zero_sum path when src_cnt > device->max_xor
+    - aio: bad AIO race in aio_complete() leads to process hang
+    - jbd: correctly unescape journal data blocks
+    - jbd2: correctly unescape journal data blocks
+    - zisofs: fix readpage() outside i_size
+    - NETFILTER: nfnetlink_log: fix computation of netlink skb size
+    - NETFILTER: nfnetlink_queue: fix computation of allocated size for netlink skb
+    - NETFILTER: xt_time: fix failure to match on Sundays
+    - sched_nr_migrate wrong mode bits
+    - nfsd: fix oops on access from high-numbered ports
+    - sched: fix race in schedule()
+    - SCSI: mpt fusion: don't oops if NumPhys==0
+    - SCSI: gdth: fix to internal commands execution
+    - SCSI: gdth: bugfix for the at-exit problems
+    - Fix default compose table initialization
+    - x86: don't use P6_NOPs if compiling with CONFIG_X86_GENERIC
+    - SCSI: fix BUG when sum(scatterlist) > bufflen
+    - USB: ehci: handle large bulk URBs correctly (again)
+    - USB: ftdi_sio - really enable EM1010PC
+    - USB: ftdi_sio: Workaround for broken Matrix Orbital serial port
+    - VT notifier fix for VT switch
+    - eCryptfs: make ecryptfs_prepare_write decrypt the page
+    - ioat: fix 'ack' handling, driver must ensure that 'ack' is zero
+    - macb: Fix speed setting
+    - x86: move out tick_nohz_stop_sched_tick() call from the loop
+    - atmel_spi: fix clock polarity
+    - b43: Backport bcm4311 fix
+    - arcmsr: fix IRQs disabled warning spew
+    - e1000e: Fix CRC stripping in hardware context bug
+    - PCI x86: always use conf1 to access config space below 256 bytes
+    - moduleparam: fix alpha, ia64 and ppc64 compile failures
+    - pata_hpt*, pata_serverworks: fix UDMA masking
+    - SCSI advansys: fix overrun_buf aligned bug
+    - NETFILTER: fix ebtable targets return
+    - NETFILTER: Fix incorrect use of skb_make_writable
+    - NETFILTER: nfnetlink_queue: fix SKB_LINEAR_ASSERT when mangling packet data
+    - spi: pxa2xx_spi clock polarity fix
+    - ufs: fix parenthesisation in ufs_set_fs_state()
+    - hugetlb: ensure we do not reference a surplus page after handing it to buddy
+    - file capabilities: simplify signal check
+    - futex: runtime enable pi and robust functionality
+    - futex: fix init order
+    - ARM pxa: fix clock lookup to find specific device clocks
+    - x86: replace LOCK_PREFIX in futex.h
+    - SCSI aic94xx: fix REQ_TASK_ABORT and REQ_DEVICE_RESET
+    - SCSI gdth: don't call pci_free_consistent under spinlock
+    - SCSI ips: fix data buffer accessors conversion bug
+    - usb-storage: don't access beyond the end of the sg buffer
+    - fuse: fix permission checking
+    - CRYPTO xts: Use proper alignment
+    - CRYPTO xcbc: Fix crash with IPsec
+    - SCSI ips: handle scsi_add_host() failure, and other err cleanups
+    - x86: adjust enable_NMI_through_LVT0()
+    - drivers: fix dma_get_required_mask
+    - iov_iter_advance() fix
+    - x86: Clear DF before calling signal handler (closes: #469058)
+    - ub: fix up the conversion to sg_init_table()
+    - MIPS: Mark all but i8259 interrupts as no-probe.
+    - IRQ_NOPROBE helper functions
+    - IPCOMP: Disable BH on output when using shared tfm
+    - IPCONFIG: The kernel gets no IP from some DHCP servers
+    - IPV4: Remove IP_TOS setting privilege checks.
+    - IPV6: dst_entry leak in ip4ip6_err.
+    - IPV6: Fix IPsec datagram fragmentation
+    - NET: Fix race in dev_close(). (Bug 9750)
+    - NET: Messed multicast lists after dev_mc_sync/unsync (closes: #466719)
+    - NIU: Bump driver version and release date.
+    - NIU: Fix BMAC alternate MAC address indexing.
+    - NIU: More BMAC alt MAC address fixes.
+    - TCP: Improve ipv4 established hash function.
+    - SPARC: Fix link errors with gcc-4.3
+    - SPARC64: Loosen checks in exception table handling.
+
+  [ Martin Michlmayr ]
+  * [mips/r4k-ip22] Enable BLK_DEV_LOOP and BLK_DEV_CRYPTOLOOP.
+  * [mips/r5k-ip32] Enable BLK_DEV_LOOP and BLK_DEV_CRYPTOLOOP.
+  * [mips/r4k-ip22] Enable PPP, PPPOE and SLIP.
+  * [mips/r5k-ip32] Enable PPP, PPPOE and SLIP.
+  * Don't check the section size when we're cross compiling.
+
+  [ dann frazier ]
+  * Remove cap_task_kill (closes: #463669)
+
+ -- Bastian Blank <waldi@debian.org>  Thu, 27 Mar 2008 12:40:16 +0100
+
+linux-2.6 (2.6.24-4) unstable; urgency=low
+
+  * Add stable release 2.6.24.1:
+    - splice: missing user pointer access verification (CVE-2008-0009/10)
+    - drm: the drm really should call pci_set_master..
+    - Driver core: Revert "Fix Firmware class name collision"
+    - fix writev regression: pan hanging unkillable and un-straceable
+    - sched: fix high wake up latencies with FAIR_USER_SCHED
+    - sched: let +nice tasks have smaller impact
+    - b43: Reject new firmware early
+    - selinux: fix labeling of /proc/net inodes
+    - b43legacy: fix DMA slot resource leakage
+    - b43legacy: drop packets we are not able to encrypt
+    - b43legacy: fix suspend/resume
+    - b43legacy: fix PIO crash
+    - b43: Fix dma-slot resource leakage
+    - b43: Drop packets we are not able to encrypt
+    - b43: Fix suspend/resume
+    - sky2: fix for WOL on some devices
+    - sky2: restore multicast addresses after recovery
+    - x86: restore correct module name for apm
+    - ACPI: update ACPI blacklist
+    - PCI: Fix fakephp deadlock
+    - sys_remap_file_pages: fix ->vm_file accounting
+    - lockdep: annotate epoll
+    - forcedeth: mac address mcp77/79
+    - USB: Fix usb_serial_driver structure for Kobil cardreader driver.
+    - USB: handle idVendor of 0x0000
+    - USB: fix usbtest halt check on big endian systems
+    - USB: storage: Add unusual_dev for HP r707
+    - USB: Variant of the Dell Wireless 5520 driver
+    - USB: use GFP_NOIO in reset path
+    - USB: ftdi driver - add support for optical probe device
+    - USB: pl2303: add support for RATOC REX-USB60F
+    - USB: remove duplicate entry in Option driver and Pl2303 driver for Huawei modem
+    - USB: sierra: add support for Onda H600/Zte MF330 datacard to USB Driver for Sierra Wireless
+    - USB: ftdi-sio: Patch to add vendor/device id for ATK_16IC CCD
+    - USB: ftdi_sio - enabling multiple ELV devices, adding EM1010PC
+    - USB: sierra driver - add devices
+    - USB: Adding YC Cable USB Serial device to pl2303
+    - USB: Sierra - Add support for Aircard 881U
+    - USB: add support for 4348:5523 WinChipHead USB->RS 232 adapter
+    - USB: CP2101 New Device IDs
+    - usb gadget: fix fsl_usb2_udc potential OOPS
+    - USB: keyspan: Fix oops
+    - vm audit: add VM_DONTEXPAND to mmap for drivers that need it (CVE-2008-0007)
+    - slab: fix bootstrap on memoryless node
+    - DVB: cx23885: add missing subsystem ID for Hauppauge HVR1800 Retail
+
+  [ Martin Michlmayr ]
+  * [arm/ixp4xx] Enble ATA_OVER_ETH, requested by Nicola Fankhauser.
+  * [arm/iop32x] Enble ATA_OVER_ETH.
+
+  [ Bastian Blank ]
+  * Add stable release 2.6.24.2:
+    - splice: fix user pointer access in get_iovec_page_array()
+    (CVE-2008-0600, closes: #464945)
+
+ -- Bastian Blank <waldi@debian.org>  Mon, 11 Feb 2008 12:29:23 +0100
+
+linux-2.6 (2.6.24-3) unstable; urgency=low
+
+  [ maximilian attems ]
+  * [scsi]: hptiop: add more adapter models and fixes.
+  * [amd64, i386]: Reenable ACPI_PROCFS_POWER. (closes: #463253)
+
+  [ Gordon Farquharson ]
+  * [arm/ixp4xx] Update Ethernet driver so that it can be loaded by udev
+    automatically.
+
+  [ Martin Michlmayr ]
+  * [mips/r5k-ip32] Enable R8169, requested by Giuseppe Sacco. (Closes:
+    #463705)
+
+ -- Bastian Blank <waldi@debian.org>  Wed, 06 Feb 2008 13:05:18 +0100
+
+linux-2.6 (2.6.24-2) unstable; urgency=low
+
+  [ Bastian Blank ]
+  * Fix broken merge of flavour specific settings.
+    - [i386]: Recommends are fixed.
+    - [s390/s390-tape]: Built as small image again.
+
+  [ maximilian attems ]
+  * Disable old dup prism54 driver.
+  * Stable queue: slab: fix bootstrap on memoryless node.
+
+  [ Aurelien Jarno ]
+  * [arm]: Remove options that are present in topconfig from config.versatile.
+  * [arm]: Turn off B44 since it fails to compile on armel.
+
+ -- Bastian Blank <waldi@debian.org>  Thu, 31 Jan 2008 17:37:00 +0100
+
+linux-kbuild-2.6 (2.6.24-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 29 Jan 2008 14:03:06 +0100
+
+linux-2.6 (2.6.24-1) unstable; urgency=low
+
+  * New upstream release
+    (closes: #461639)
+
+  [ Martin Michlmayr ]
+  * Don't build the AdvanSys driver on ARM since it fails to compile.
+  * Disable ATH5K on ARM since it fails to compile.
+  * [arm/iop32x] Activate DMADEVICES.
+  * [mips/mipsel] Turn off CONFIG_NIU since it fails to compile.
+
+  [ maximilian attems ]
+  * [amd64, i386]: Enable ACPI_SYSFS_POWER and disable ACPI_PROCFS_POWER.
+  * [fw] Sync with latest git-ieee1394 for sbp2 fixes.
+
+  [ Bastian Blank ]
+  * Kill reboot warning from old templates.
+  * Fix strange default value for link_in_boot. (closes: #425056)
+  * [powerpc/powerpc]: Enable Efika support.
+  * [powerpc]: Lower mkvmlinuz to the state of a bootloader.
+  * [powerpc]: Remove ppc and m68k include dirs from headers.
+  * Remove versions from relations fullfilled in stable.
+
+  [ Aurelien Jarno ]
+  * [arm]: Update versatile config.
+
+  [ Gordon Farquharson ]
+  * [arm/ixp4xx] Change the ixp4xx network driver from the driver
+    written by Christian Hohnstaedt to the driver written by Krzysztof
+    Hasala which has partially been accepted upstream.
+
+ -- Bastian Blank <waldi@debian.org>  Sat, 26 Jan 2008 11:35:11 +0100
+
+linux-2.6 (2.6.24~rc8-1~experimental.1) experimental; urgency=low
+
+  * New upstream release
+    (closes: #454776, #458142, #457992, #458899, #426124, #459732, #455566).
+
+  [ maximilian attems ]
+  * New upstream release, rebase dfsg stuff plus drivers-atm.patch,
+    scripts-kconfig-reportoldconfig.patch.
+  * [amd64, powerpc] Set HIGH_RES_TIMERS and NO_HZ (closes: #458312).
+  * topconfig set NETFILTER_XT_MATCH_TIME, NET_ACT_NAT, KSDAZZLE_DONGLE,
+    KS959_DONGLE, NET_9P_FD, IP1000, VETH, IXGBE, NIU, TEHUTI, LIBERTAS_CS,
+    LIBERTAS_SDIO, RT2X00, SENSORS_ADT7470, SENSORS_I5K_AMB, SENSORS_F71882FG,
+    SENSORS_FSCHMD, SENSORS_IBMPEX, CRYPTO_XTS, CRYPTO_SEED, CRYPTO_AUTHENC,
+    DVB_S5H1409, DVB_TUNER_MT2131, INET_LRO, MMC_RICOH_MMC, MMC_SPI,
+    RTC_DRV_DS1374, VIDEO_CX23885, VIDEO_FB_IVTV, USB_SERIAL_CH341,
+    SCSI_SRP_TGT_ATTRS, ADM8211, MTD_INTEL_VR_NOR, MTD_ALAUDA,
+    MTD_ONENAND_2X_PROGRAM, MTD_ONENAND_SIM, DM_MULTIPATH_HP, FUJITSU_LAPTOP,
+    QUOTA_NETLINK_INTERFACE, DM_UEVENT, SCSI_FC_TGT_ATTRS, SSB, BT_HCIUART_LL,
+    BT_HCIBTSDIO, MTD_OOPS, CGROUPS, MDIO_BITBANG, HIDRAW, P54, SDIO_UART,
+    NETCONSOLE_DYNAMIC, SECURITY_FILE_CAPABILITIES.
+  * Disable smbfs in topconfig, not supported upstream, use cifs.
+  * Disable bcm43xx, deprecated by upstream. Enable B43 (needs v4 firmware)
+    and B43LEGACY (needs v3 firmware).
+  * [i386]: Set SND_SC6000, EDAC_I3000, EDAC_I5000, SBC7240_WDT,
+    NET_9P_VIRTIO, FB_GEODE_LX, VIRTIO_NET, VIRTIO_BLK.
+  * Set USB_EHCI_TT_NEWSCHED fills USB 2.0 bandwith better. (closes: #454797)
+  * postrm: Nuke initramfs sha1sum on linux-image removal. (closes: #420245)
+  * Unifiy BSD_PROCESS_ACCT settings across configs. (closes: #455892)
+  * Reenable DABUSB as firmware is BSD licensed.
+  * [hppa]: Disable OCFS2, due build trouble.
+  * topconfig: Enable delay accounting TASKSTATS. (closes: #433204)
+  * Add git-ieee1394.patch for latest firewire fixes.
+  * [i386] Enable PARAVIRT_GUEST. (closes: #457562)
+  * [amd64, i386] Enable CPU_IDLE for software-controlled idle pm.
+  * [amd64, i386] Enable IT8712F_WDT, FB_EFI.
+  * Add and enable at76.patch wireless driver for Atmel USB cards.
+  * Add and enable ath5k.patch wireless driver for Atheros 5xxx cards.
+  * Unify VLAN_8021Q setting, needed also on r5k-cobalt.
+  * Double max SERIAL_8250_NR_UARTS to 32. (closes: #440807)
+  * topconfig: Enable AUDITSYSCALL for better SELinux support.
+
+  [ Bastian Blank ]
+  * [amd64, i386]: Set kernel architecture to x86.
+  * [i386]: Remove linux-libc-dev arch override.
+
+  [ Martin Michlmayr ]
+  * [mipsel/r5k-cobalt] Enable the new LEDs driver for Cobalt RaQ.
+  * [arm/iop32x] Re-enable USB_NET and PPP, thanks Daniel Hess (closes:
+    #456416).
+  * [arm/iop32x] Enable BSD_PROCESS_ACCT and POSIX_MQUEUE (closes: #455892).
+  * [mips] Disable AdvanSys SCSI since it doesn't compile.
+  * [arm/ixp4xx] Enable IP_ADVANCED_ROUTER, requested by Oliver Urbann.
+  * [arm/iop32x] Enable IP_ADVANCED_ROUTER.
+
+  [ dann frazier ]
+  * [ia64]: Enable BLK_CPQ_DA
+
+  [ Frederik Schüler ]
+  * Add GFS2 locking symbols export patch.
+
+  [ Aurelien Jarno ]
+  * [mips/mipsel] Remove QEMU flavour, as the Malta platform is now correctly
+    emulated in QEMU.
+
+  [ Christian T. Steigies ]
+  * [m68k]: Update patches from linux-m68k CVS
+  * [m68k]: Enable building for bvme6000, mvme147, and mvme16x again
+
+ -- Bastian Blank <waldi@debian.org>  Fri, 18 Jan 2008 12:23:26 +0100
+
+linux-2.6 (2.6.23-2) unstable; urgency=low
+
+  [ dann frazier ]
+  * [ia64]: Enable BLK_CPQ_DA
+
+  [ Gordon Farquharson ]
+  * [arm/iop32x] Use the new i2c framework to load rtc-rs5c372 for the
+    GLAN Tank.
+
+  [ Frederik Schüler ]
+  * Export gfs2 locking symbols required to build gfs1 module.
+
+  [ maximilian attems ]
+  * [ppc] Reenable PMAC_BACKLIGHT.
+  * [sparc] Add davem get_cpu() SunFire boot patch. (closes: #440720)
+  * Add stable release 2.6.23.10:
+    - IPV4: Remove bogus ifdef mess in arp_process
+    - KVM: x86 emulator: Use emulator_write_emulated and not emulator_write_std
+    - KVM: SVM: Fix FPU leak while emulating clts
+    - revert "dpt_i2o: convert to SCSI hotplug model"
+    - KVM: x86 emulator: fix access registers for instructions with ModR/M
+      byte and Mod = 3
+    - KVM: x86 emulator: invd instruction
+    - KVM: SVM: Intercept the 'invd' and 'wbinvd' instructions
+    - KVM: Skip pio instruction when it is emulated, not executed
+    - KVM: VMX: Force vm86 mode if setting flags during real mode
+    - forcedeth: new mcp79 pci ids
+    - forcedeth boot delay fix
+    - PFKEY: Sending an SADB_GET responds with an SADB_GET
+    - rd: fix data corruption on memory pressure.
+    - create /sys/.../power when CONFIG_PM is set
+    - USB: fix up EHCI startup synchronization
+    - RXRPC: Add missing select on CRYPTO
+    - KVM: VMX: Reset mmu context when entering real mode
+    - NET: random : secure_tcp_sequence_number should not assume
+      CONFIG_KTIME_SCALAR
+    - NET: Corrects a bug in ip_rt_acct_read()
+    - NETFILTER: Fix NULL pointer dereference in nf_nat_move_storage()
+    - netfilter: Fix kernel panic with REDIRECT target.
+    - IPV6: Restore IPv6 when MTU is big enough
+    - UNIX: EOF on non-blocking SOCK_SEQPACKET
+    - x86 setup: add a near jump to serialize %cr0 on 386/486
+    - Fix synchronize_irq races with IRQ handler
+    - CRYPTO api: Fix potential race in crypto_remove_spawn
+    - TCP: Fix TCP header misalignment
+    - tmpfs: restore missing clear_highpage (CVE-2007-6417)
+    - TCP: MTUprobe: fix potential sk_send_head corruption
+    - NETFILTER: fix forgotten module release in xt_CONNMARK and xt_CONNSECMARK
+    - fb_ddc: fix DDC lines quirk
+    - VLAN: Fix nested VLAN transmit bug
+    - I4L: fix isdn_ioctl memory overrun vulnerability (CVE-2007-6151)
+    - isdn: avoid copying overly-long strings
+    - nf_nat: fix memset error
+    - esp_scsi: fix reset cleanup spinlock recursion
+    - libertas: properly account for queue commands
+    - KVM: Fix hang on uniprocessor
+    - USB: make the microtek driver and HAL cooperate
+    - TEXTSEARCH: Do not allow zero length patterns in the textsearch
+      infrastructure
+    - XFRM: Fix leak of expired xfrm_states
+    - NETFILTER: xt_TCPMSS: remove network triggerable WARN_ON
+    - BRIDGE: Lost call to br_fdb_fini() in br_init() error path
+    - DECNET: dn_nl_deladdr() almost always returns no error
+    - BRIDGE: Properly dereference the br_should_route_hook
+    - PKT_SCHED: Check subqueue status before calling hard_start_xmit
+    - Freezer: Fix APM emulation breakage
+    - XFS: Make xfsbufd threads freezable
+    - TCP: Problem bug with sysctl_tcp_congestion_control function
+    - wait_task_stopped(): pass correct exit_code to wait_noreap_copyout()
+    - KVM: x86 emulator: implement 'movnti mem, reg'
+    - TCP: illinois: Incorrect beta usage
+    - futex: fix for futex_wait signal stack corruption
+    - libata: kill spurious NCQ completion detection
+    - hrtimers: avoid overflow for large relative timeouts (CVE-2007-5966)
+    - Input: ALPS - add support for model found in Dell Vostro 1400
+      (closes: #448818)
+    - PNP: increase the maximum number of resources
+    - sched: some proc entries are missed in sched_domain sys_ctl debug code
+    - ATM: [he] initialize lock and tasklet earlier
+  * Add stable release 2.6.23.11:
+    - BRIDGE: Section fix.
+    - Revert "Freezer: Fix APM emulation breakage"
+  * Backport fix for CVE-2007-5938
+    - iwlwifi: fix possible NULL dereference in iwl_set_rate()
+  * Add stable release 2.6.23.12:
+    - Revert "PNP: increase the maximum number of resources"
+  * VM/Security: add security hook to do_brk (CVE-2007-6434)
+  * security: protect from stack expantion into low vm addresses
+  * [hppa]: Disable OCFS2, due build trouble.
+
+  [ Aurelien Jarno ]
+  * [arm/versatile] Disable ACENIC and MYRI10GE as they are useless on this
+    platform.
+  * Add em28xx-dv100.patch to add support for Pinnacle Dazzle DVC 100.
+
+  [ Bastian Blank ]
+  * Fix abi change in 2.6.23.10.
+
+ -- maximilian attems <maks@debian.org>  Fri, 21 Dec 2007 11:47:55 +0100
+
+linux-kbuild-2.6 (2.6.23-1) unstable; urgency=low
+
+  * New upstream version.
+  * modpost: Support -s.
+
+ -- Bastian Blank <waldi@debian.org>  Wed, 05 Dec 2007 08:23:28 +0100
+
+linux-2.6 (2.6.23-1) unstable; urgency=low
+
+  * New upstream release (closes: #447682).
+    - r8169: fix confusion between hardware and IP header alignment
+      (closes: #452069).
+
+  [ maximilian attems ]
+  * [ppc] Enable for powerpc config the ams (Apple Motion Sensor).
+    (closes: #426210)
+  * Add to linux-doc the missing toplevel text files.
+    (closes: #360876, #438697)
+  * Set CONFIG_BLK_DEV_IO_TRACE for blktrace(8) support. (closes: #418442)
+  * ipw2200: Enable IPW2200_RADIOTAP and IPW2200_PROMISCUOUS for optional
+    rtap interface. (closes: #432555)
+  * Enable in topconfig NF_CT_PROTO_UDPLITE, NETFILTER_XT_TARGET_TRACE,
+    NETFILTER_XT_MATCH_CONNLIMIT, NETFILTER_XT_MATCH_U32, SENSORS_ABITUGURU3,
+    SENSORS_LM93, SENSORS_DME1737, SENSORS_THMC50, DVB_USB_AF9005,
+    DVB_USB_AF9005_REMOTE, CRC7, I2C_TAOS_EVM, DS1682, SENSORS_TSL2550,
+    SPI_LM70_LLP, SPI_TLE62X0, W1_SLAVE_DS2760, TUNER_TEA5761, NET_9P,
+    DM_MULTIPATH_RDAC, NET_SCH_RR, EEPROM_93CX6, PPPOL2TP, CRYPTO_HW, UIO,
+    UIO_CIF, SND_CS5530, RTL8187, PC300TOO, TCG_TIS, SCSI_SAS_ATA,
+    PATA_MARVELL.
+  * [i386] Enable lguest.
+  * [amd64, i386] Enable VIDEO_OUTPUT_CONTROL, NETDEVICES_MULTIQUEUE.
+  * linux-image bugscript add cmdline.
+  * [amd64, i386, ia64]: Enable DMIID, ACPI_PROC_EVENT.
+  * Enable TCG_TPM various userspace accesses it. (closes: #439020)
+  * Add and enable IWLWIFI.
+  * Add git-ieee1394.patch for latest firewire fixes.
+  * [ipv6] Enable IPV6_MULTIPLE_TABLES, IPV6_SUBTREES. (closes: #441226)
+  * Add and enable E1000E.
+  * Add stable release 2.6.23.1:
+    - libata: sata_mv: more S/G fixes
+
+  [ Martin Michlmayr ]
+  * [mips] Add a bcm1480 PCI build fix.
+  * Update Riku Voipio's Fintek F75375/SP driver to the latest version.
+  * [arm/iop32x] Set the fan on Thecus N2100 to full speed (Riku Voipio).
+  * [arm/iop32x] Remove the IPv6 and filesystem info from the config file
+    so we will get the values from the main config file.  This should
+    enable NFSv4 and ip6tables support requested by Wouter Verhelst.
+  * [arm/iop32x] Remove even more options to receive the default options.
+  * [arm/ixp4xx] Remove a lot of options to receive the default options.
+  * [mips/r4k-ip22] Remove a lot of options to receive the default options.
+    This will enable ISCSI requested by Martin Zobel-Helas.
+  * [mips/r5k-ip32] Remove a lot of options to receive the default options.
+    This will enable PCI Ethernet devices requested by Giuseppe Sacco.
+  * [mipsel/r5k-cobalt] Remove a lot of options to receive the default
+    options.
+  * [mipsel/r5k-cobalt] Enable the modern Cobalt LEDs driver.
+  * [arm/iop32x] Enable Intel IOP ADMA support.
+  * [arm] Mark BCM43XX as broken on ARM.
+  * [mips/r4k-ip22] Disable EARLY PRINTK because it breaks serial console.
+  * [mips] Add some IP22 fixes from Thomas Bogendoerfer:
+    - Fix broken EISA interrupt setup by switching to generic i8259
+    - Fix broken eeprom access by using __raw_readl/__raw_writel
+
+  [ Bastian Blank ]
+  * Add unpriviledged only Xen support.
+  * [i386] Drop k7 images.
+  * Drop maybe IETF document. (closes: #423040)
+  * Drop drivers because of binary only firmwares:
+    - DABUSB driver
+    - COPS LocalTalk PC support
+    - Digi Intl. RightSwitch SE-X support
+    - 3Com 3C359 Token Link Velocity XL adapter support
+    - SMC ISA/MCA adapter support
+    - EMI 6|2m USB Audio interface support
+    - EMI 2|6 USB Audio interface support
+    - Computone IntelliPort Plus serial support
+  * Remove binary only firmwares for:
+    - Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support
+    - Broadcom Tigon3 support
+    - USB Keyspan USA-xxx Serial Driver
+    - Korg 1212 IO
+    - ESS Allegro/Maestro3
+    - Yamaha YMF724/740/744/754
+    - Technotrend/Hauppauge Nova-USB devices
+    - YAM driver for AX.25
+    - MyriCOM Gigabit Ethernet support
+    - PTI Qlogic, ISP Driver
+    - Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x
+    - Madge Ambassador (Collage PCI 155 Server)
+    - PCA-200E support
+    - SBA-200E support
+    - Broadcom NetXtremeII support
+  * Disable now broken drivers:
+    - Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support
+    - USB Keyspan USA-xxx Serial Driver
+    - Technotrend/Hauppauge Nova-USB devices
+    - YAM driver for AX.25
+    - MyriCOM Gigabit Ethernet support
+    - PTI Qlogic, ISP Driver
+    - Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x
+    - Madge Ambassador (Collage PCI 155 Server)
+    - PCA-200E support
+    - SBA-200E support
+    - Broadcom NetXtremeII support
+  * Add -common to common header package names.
+  * Drop provides from common header packages.
+  * Update plain image type.
+  * Put only a config dump into linux-support.
+
+  [ Aurelien Jarno ]
+  * [mips, mipsel] Add a 64-bit image (5kc-malta) for the MIPS Malta board.
+    (closes: #435677)
+    [sparc] Enable r8169 module on sparc64 and sparc64-smp flavours (closes:
+    #431977)
+
+  [ Frederik Schüler ]
+  * Move all PATA options into the global config file, exept PATA_ARTOP
+    (arm/ixp4xx) and PATA_MPC52xx (powerpc).
+  * Move new global options into the global config file
+  * Clean up new amd64 options
+
+  [ dann frazier ]
+  * [ia64] Re-enable various unintentionally disabled config options
+  * Enable hugetlbfs on i386, amd64, sparc64 and powerpc64. Closes: #450939
+
+  [ Bastian Blank ]
+  * Add stable release 2.6.23.2:
+    - BLOCK: Fix bad sharing of tag busy list on queues with shared tag maps
+    - fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATE
+    - Fix compat futex hangs. (closes: #433187)
+    - sched: keep utime/stime monotonic
+    - fix the softlockup watchdog to actually work
+    - splice: fix double kunmap() in vmsplice copy path
+    - writeback: don't propagate AOP_WRITEPAGE_ACTIVATE
+    - SLUB: Fix memory leak by not reusing cpu_slab
+    - HOWTO: update ja_JP/HOWTO with latest changes
+    - fix param_sysfs_builtin name length check
+    - param_sysfs_builtin memchr argument fix
+    - Remove broken ptrace() special-case code from file mapping
+    - locks: fix possible infinite loop in posix deadlock detection
+    - lockdep: fix mismatched lockdep_depth/curr_chain_hash
+  * Add stable release 2.6.23.3:
+    - revert "x86_64: allocate sparsemem memmap above 4G"
+    - x86: fix TSC clock source calibration error
+    - x86 setup: sizeof() is unsigned, unbreak comparisons
+    - x86 setup: handle boot loaders which set up the stack incorrectly
+    - x86: fix global_flush_tlb() bug
+    - xfs: eagerly remove vmap mappings to avoid upsetting Xen
+    - xen: fix incorrect vcpu_register_vcpu_info hypercall argument
+    - xen: deal with stale cr3 values when unpinning pagetables
+    - xen: add batch completion callbacks
+    - UML - kill subprocesses on exit
+    - UML - stop using libc asm/user.h
+    - UML - Fix kernel vs libc symbols clash
+    - UML - Stop using libc asm/page.h
+    - POWERPC: Make sure to of_node_get() the result of pci_device_to_OF_node()
+    - POWERPC: Fix handling of stfiwx math emulation
+    - MIPS: R1: Fix hazard barriers to make kernels work on R2 also.
+    - MIPS: MT: Fix bug in multithreaded kernels.
+    - Fix sparc64 MAP_FIXED handling of framebuffer mmaps
+    - Fix sparc64 niagara optimized RAID xor asm
+  * Add stable release 2.6.23.4:
+    - mac80211: make ieee802_11_parse_elems return void
+    - mac80211: only honor IW_SCAN_THIS_ESSID in STA, IBSS, and AP modes
+    - mac80211: honor IW_SCAN_THIS_ESSID in siwscan ioctl
+    - mac80211: store SSID in sta_bss_list
+    - mac80211: store channel info in sta_bss_list
+    - mac80211: reorder association debug output
+    - ieee80211: fix TKIP QoS bug
+    - NETFILTER: nf_conntrack_tcp: fix connection reopening
+    - Fix netlink timeouts.
+    - Fix crypto_alloc_comp() error checking.
+    - Fix SET_VLAN_INGRESS_PRIORITY_CMD error return.
+    - Fix VLAN address syncing.
+    - Fix endianness bug in U32 classifier.
+    - Fix TEQL oops.
+    - Fix error returns in sys_socketpair()
+    - softmac: fix wext MLME request reason code endianness
+    - Fix kernel_accept() return handling.
+    - TCP: Fix size calculation in sk_stream_alloc_pskb
+    - Fix SKB_WITH_OVERHEAD calculations.
+    - Fix 9P protocol build
+    - Fix advertised packet scheduler timer resolution
+    - Add get_unaligned to ieee80211_get_radiotap_len
+    - mac80211: Improve sanity checks on injected packets
+    - mac80211: filter locally-originated multicast frames
+  * Add stable release 2.6.23.5:
+    - zd1211rw, fix oops when ejecting install media
+    - rtl8187: Fix more frag bit checking, rts duration calc
+    - ipw2100: send WEXT scan events
+    - zd1201: avoid null ptr access of skb->dev
+    - sky2: fix power settings on Yukon XL
+    - sky2: ethtool register reserved area blackout
+    - sky2: status ring race fix
+    - skge: XM PHY handling fixes
+    - Fix L2TP oopses.
+    - TG3: Fix performance regression on 5705.
+    - forcedeth: add MCP77 device IDs
+    - forcedeth msi bugfix
+    - ehea: 64K page kernel support fix
+    - libertas: fix endianness breakage
+    - libertas: more endianness breakage
+  * Add stable release 2.6.23.6:
+    - ACPI: suspend: Wrong order of GPE restore.
+    - ACPI: sleep: Fix GPE suspend cleanup
+    - libata: backport ATA_FLAG_NO_SRST and ATA_FLAG_ASSUME_ATA, part 2
+    - libata: backport ATA_FLAG_NO_SRST and ATA_FLAG_ASSUME_ATA
+    - libata: add HTS542525K9SA00 to NCQ blacklist
+    - radeon: set the address to access the GART table on the CPU side correctly
+    - Char: moxa, fix and optimise empty timer
+    - Char: rocket, fix dynamic_dev tty
+    - hptiop: avoid buffer overflow when returning sense data
+    - ide: Fix cs5535 driver accessing beyond array boundary
+    - ide: Fix siimage driver accessing beyond array boundary
+    - ide: Add ide_get_paired_drive() helper
+    - ide: fix serverworks.c UDMA regression
+    - i4l: fix random freezes with AVM B1 drivers
+    - i4l: Fix random hard freeze with AVM c4 card
+    - ALSA: hda-codec - Add array terminator for dmic in STAC codec
+    - USB: usbserial - fix potential deadlock between write() and IRQ
+    - USB: add URB_FREE_BUFFER to permissible flags
+    - USB: mutual exclusion for EHCI init and port resets
+    - usb-gadget-ether: prevent oops caused by error interrupt race
+    - USB: remove USB_QUIRK_NO_AUTOSUSPEND
+    - MSI: Use correct data offset for 32-bit MSI in read_msi_msg()
+    - md: raid5: fix clearing of biofill operations
+    - md: fix an unsigned compare to allow creation of bitmaps with v1.0 metadata
+    - dm: fix thaw_bdev
+    - dm delay: fix status
+    - libata: sync NCQ blacklist with upstream
+    - ALSA: hdsp - Fix zero division
+    - ALSA: emu10k1 - Fix memory corruption
+    - ALSA: Fix build error without CONFIG_HAS_DMA
+    - ALSA: fix selector unit bug affecting some USB speakerphones
+    - ALSA: hda-codec - Avoid zero NID in line_out_pins[] of STAC codecs
+    - IB/mthca: Use mmiowb() to avoid firmware commands getting jumbled up
+    - IB/uverbs: Fix checking of userspace object ownership
+    - hwmon/lm87: Disable VID when it should be
+    - hwmon/lm87: Fix a division by zero
+    - hwmon/w83627hf: Don't assume bank 0
+    - hwmon/w83627hf: Fix setting fan min right after driver load
+    - i915: fix vbl swap allocation size.
+    - POWERPC: Fix platinumfb framebuffer
+  * Add stable release 2.6.23.7:
+    - NFS: Fix a writeback race...
+    - ocfs2: fix write() performance regression
+    - minixfs: limit minixfs printks on corrupted dir i_size (CVE-2006-6058)
+  * Add stable release 2.6.23.8:
+    - wait_task_stopped: Check p->exit_state instead of TASK_TRACED (CVE-2007-5500)
+    - TCP: Make sure write_queue_from does not begin with NULL ptr (CVE-2007-5501)
+  * Add stable release 2.6.23.9:
+    - ipw2200: batch non-user-requested scan result notifications
+    - USB: Nikon D40X unusual_devs entry
+    - USB: unusual_devs modification for Nikon D200
+    - softlockup: use cpu_clock() instead of sched_clock()
+    - softlockup watchdog fixes and cleanups
+    - x86: fix freeze in x86_64 RTC update code in time_64.c
+    - ntp: fix typo that makes sync_cmos_clock erratic
+    - x86: return correct error code from child_rip in x86_64 entry.S
+    - x86: NX bit handling in change_page_attr()
+    - x86: mark read_crX() asm code as volatile
+    - x86: fix off-by-one in find_next_zero_string
+    - i386: avoid temporarily inconsistent pte-s
+    - libcrc32c: keep intermediate crc state in cpu order
+    - geode: Fix not inplace encryption
+    - Fix divide-by-zero in the 2.6.23 scheduler code
+    - ACPI: VIDEO: Adjust current level to closest available one.
+    - libata: sata_sis: use correct S/G table size
+    - sata_sis: fix SCR read breakage
+    - reiserfs: don't drop PG_dirty when releasing sub-page-sized dirty file
+    - x86: disable preemption in delay_tsc()
+    - dmaengine: fix broken device refcounting
+    - nfsd4: recheck for secure ports in fh_verify
+    - knfsd: fix spurious EINVAL errors on first access of new filesystem
+    - raid5: fix unending write sequence
+    - oProfile: oops when profile_pc() returns ~0LU
+    - drivers/video/ps3fb: fix memset size error
+    - i2c/eeprom: Hide Sony Vaio serial numbers
+    - i2c/eeprom: Recognize VGN as a valid Sony Vaio name prefix
+    - i2c-pasemi: Fix NACK detection
+
+ -- maximilian attems <maks@debian.org>  Fri, 30 Nov 2007 11:40:09 +0100
+
+linux-2.6 (2.6.22-6) unstable; urgency=low
+
+  [ Martin Michlmayr ]
+  * [mips] Add IP22 (SGI Indy) patches from Thomas Bogendoerfer:
+    - Disable EARLY PRINTK because it breaks serial.
+    - fix wrong argument order.
+    - wrong check for second HPC.  Closes: #448488
+
+  [ maximilian attems ]
+  * Add stable release 2.6.22.11 - minus ipv6 abi breaker:
+    - libertas: fix endianness breakage
+    - libertas: more endianness breakage
+    - Fix ROSE module unload oops.
+    - Add get_unaligned to ieee80211_get_radiotap_len
+    - Fix ipv6 redirect processing, leads to TAHI failures.
+    - i915: fix vbl swap allocation size.
+    - Fix ESP host instance numbering.
+    - Fix TCP MD5 on big-endian.
+    - Fix zero length socket write() semantics.
+    - Fix sys_ipc() SEMCTL on sparc64.
+    - Fix TCP initial sequence number selection.
+    - lockdep: fix mismatched lockdep_depth/curr_chain_hash
+    - V4L: ivtv: fix udma yuv bug
+    - Fix TCP's ->fastpath_cnt_hit handling.
+    - hwmon/lm87: Fix a division by zero
+    - hwmon/lm87: Disable VID when it should be
+    - hwmon/w83627hf: Fix setting fan min right after driver load
+    - hwmon/w83627hf: Don't assume bank 0
+    - netdrvr: natsemi: Fix device removal bug
+    - Fix ieee80211 handling of bogus hdrlength field
+    - mac80211: filter locally-originated multicast frames
+    - POWERPC: Fix handling of stfiwx math emulation
+    - dm9601: Fix receive MTU
+    - firewire: fix unloading of fw-ohci while devices are attached
+    - Fix cls_u32 error return handling.
+    - ACPI: disable lower idle C-states across suspend/resume
+  * Add stable release 2.6.22.12-rc1:
+    - genirq: cleanup mismerge artifact
+    - genirq: suppress resend of level interrupts
+    - genirq: mark io_apic level interrupts to avoid resend
+    - IB/uverbs: Fix checking of userspace object ownership
+    - minixfs: limit minixfs printks on corrupted dir i_size (CVE-2006-6058)
+    - param_sysfs_builtin memchr argument fix
+    - x86: fix global_flush_tlb() bug
+    - dm snapshot: fix invalidation deadlock
+    - Revert "x86_64: allocate sparsemem memmap above 4G"
+
+  [ Bastian Blank ]
+  * Update vserver patch to 2.2.0.5.
+    - Ignore symbols from never to be merged patch.
+
+ -- maximilian attems <maks@debian.org>  Sun,  4 Nov 2007 17:35:51 +0100
+
+linux-2.6 (2.6.22-5) unstable; urgency=low
+
+  [ maximilian attems ]
+  * Add stable release 2.6.22.6:
+    - USB: allow retry on descriptor fetch errors
+    - PCI: lets kill the 'PCI hidden behind bridge' message
+    - Netfilter: Missing Kbuild entry for netfilter
+    - Fix soft-fp underflow handling.
+    - SPARC64: Fix sparc64 task stack traces.
+    - TCP: Do not autobind ports for TCP sockets
+    - DCCP: Fix DCCP GFP_KERNEL allocation in atomic context
+    - NET: Share correct feature code between bridging and bonding
+    - SNAP: Fix SNAP protocol header accesses.
+    - NET: Fix missing rcu unlock in __sock_create()
+    - IPv6: Invalid semicolon after if statement
+    - TCP: Fix TCP rate-halving on bidirectional flows.
+    - TCP: Fix TCP handling of SACK in bidirectional flows.
+    - uml: fix previous request size limit fix
+    - usb: add PRODUCT, TYPE to usb-interface events
+    - PPP: Fix PPP buffer sizing.
+    - ocfs2: Fix bad source start calculation during kernel writes
+    - signalfd: fix interaction with posix-timers
+    - signalfd: make it group-wide, fix posix-timers scheduling
+    - USB: fix DoS in pwc USB video driver
+    - sky2: don't clear phy power bits
+    - PCI: disable MSI on RS690
+    - PCI: disable MSI on RD580
+    - PCI: disable MSI on RX790
+    - IPV6: Fix kernel panic while send SCTP data with IP fragments
+    - i386: fix lazy mode vmalloc synchronization for paravirt
+  * Set abi to 3.
+  * Add stable release 2.6.22.7: (CVE-2007-4573)
+    - x86_64: Zero extend all registers after ptrace in 32bit entry path.
+  * Add stable release 2.6.22.8: (CVE-2007-4571)
+    - Convert snd-page-alloc proc file to use seq_file
+  * Add stable release 2.6.22.9:
+    - 3w-9xxx: Fix dma mask setting
+    - Fix pktgen src_mac handling.
+    - nfs: fix oops re sysctls and V4 support
+    - DVB: get_dvb_firmware: update script for new location of tda10046 firmware
+    - afs: mntput called before dput
+    - disable sys_timerfd()
+    - Fix "Fix DAC960 driver on machines which don't support 64-bit DMA"
+    - futex_compat: fix list traversal bugs
+    - MTD: Initialise s_flags in get_sb_mtd_aux()
+    - Fix sparc64 v100 platform booting.
+    - Fix IPV6 DAD handling
+    - ext34: ensure do_split leaves enough free space in both blocks
+    - dir_index: error out instead of BUG on corrupt dx dirs
+    - Fix oops in vlan and bridging code
+    - V4L: ivtv: fix VIDIOC_S_FBUF: new OSD values were never set
+    - crypto: blkcipher_get_spot() handling of buffer at end of page
+    - Fix datagram recvmsg NULL iov handling regression.
+    - Handle snd_una in tcp_cwnd_down()
+    - Fix TCP DSACK cwnd handling
+    - JFFS2: fix write deadlock regression
+    - hwmon: End of I/O region off-by-one
+    - Fix debug regression in video/pwc
+    - splice: fix direct splice error handling
+    - Fix race with shared tag queue maps
+    - Fix ipv6 source address handling.
+    - POWERPC: Flush registers to proper task context
+    - bcm43xx: Fix cancellation of work queue crashes
+    - Fix DAC960 driver on machines which don't support 64-bit DMA
+    - DVB: get_dvb_firmware: update script for new location of sp8870 firmware
+    - USB: fix linked list insertion bugfix for usb core
+    - Correctly close old nfsd/lockd sockets.
+    - Fix IPSEC AH4 options handling
+    - setpgid(child) fails if the child was forked by sub-thread
+    - sigqueue_free: fix the race with collect_signal()
+    - Fix decnet device address listing.
+    - Fix inet_diag OOPS.
+    - Leases can be hidden by flocks
+    - kconfig: oldconfig shall not set symbols if it does not need to
+    - MTD: Makefile fix for mtdsuper
+    - firewire: fw-ohci: ignore failure of pci_set_power_state
+      (fix suspend regression)
+    - ieee1394: ohci1394: fix initialization if built non-modular
+    - Fix device address listing for ipv4.
+    - Fix tc_ematch kbuild
+    - V4L: cx88: Avoid a NULL pointer dereference during mpeg_open()
+    - DVB: b2c2-flexcop: fix Airstar HD5000 tuning regression
+    - fix realtek phy id in forcedeth
+    - rpc: fix garbage in printk in svc_tcp_accept()
+    - Fix IPV6 append OOPS.
+    - Fix ipv6 double-sock-release with MSG_CONFIRM
+    - ACPI: Validate XSDT, use RSDT if XSDT fails
+  * Update vserver patch to 2.2.0.4.
+  * Add stable release 2.6.22.10:
+    - i386: Use global flag to disable broken local apic timer on AMD CPUs.
+    - Fix timer_stats printout of events/sec
+    - libata: update drive blacklists
+    - i2c-algo-bit: Read block data bugfix
+    - scsi_transport_spi: fix domain validation failure from incorrect width
+      setting
+    - Fix SMP poweroff hangs
+    - Fix ppp_mppe kernel stack usage.
+    - sky2: reduce impact of watchdog timer
+    - sky2: fix VLAN receive processing
+    - sky2: fix transmit state on resume
+    - SELinux: clear parent death signal on SID transitions
+    - NLM: Fix a circular lock dependency in lockd
+    - NLM: Fix a memory leak in nlmsvc_testlock
+
+  [ Martin Michlmayr ]
+  * [mips] Add a fix so qemu NE2000 will work again.
+  * [mipsel/r5k-cobalt] Enable MTD.
+  * [mips] Backport "Fix CONFIG_BUILD_ELF64 kernels with symbols in
+    CKSEG0" to fix crash on boot on IP32 (SGI O2).  Closes: #444104.
+
+  [ Steve Langasek ]
+  * Set CONFIG_MATHEMU=y on alpha, which is required for proper fp math on
+    at least ev4-ev56 systems.  Closes: #411813.
+  * linux-image packages need to depend on a newer version of coreutils,
+    because of the use of readlink -q -m inherited from kernel-package.
+    Closes: #413311.
+
+  [ Bastian Blank ]
+  * Fix tainted check in bug scripts.
+
+  [ dann frazier ]
+  * [ia64] Re-enable various unintentionally disabled config options
+
+ -- Maximilian Attems <maks@debian.org>  Thu, 11 Oct 2007 13:31:38 +0000
+
+linux-2.6 (2.6.22-4) unstable; urgency=low
+
+  [ dann frazier ]
+  * [hppa] Use generic compat_sys_getdents (closes: #431773)
+
+  [ Martin Michlmayr ]
+  * [powerpc] Fix PS/2 keyboard detection on Pegasos (closes: #435378).
+
+  [ Emanuele Rocca ]
+  * [sparc] Add patch to fix PCI config space accesses on sun4u.
+  * [sparc] Disable CONFIG_SCSI_SCAN_ASYNC.
+
+  [ maximilian attems ]
+  * Add stable release 2.6.22.2:
+    - usb-serial: Fix edgeport regression on non-EPiC devices
+    - Missing header include in ipt_iprange.h
+    - drivers/video/macmodes.c:mac_find_mode() mustn't be __devinit
+    - Fix ipv6 tunnel endianness bug.
+    - aacraid: fix security hole
+    - USB: cdc-acm: fix sysfs attribute registration bug
+    - USB: fix warning caused by autosuspend counter going negative
+    - Fix sparc32 memset()
+    - Fix leak on /proc/lockdep_stats
+    - Fix leaks on /proc/{*/sched, sched_debug, timer_list, timer_stats}
+    - futex: pass nr_wake2 to futex_wake_op
+    - md: handle writes to broken raid10 arrays gracefully
+    - forcedeth bug fix: cicada phy
+    - forcedeth bug fix: vitesse phy
+    - forcedeth bug fix: realtek phy
+    - ACPI: dock: fix opps after dock driver fails to initialize
+    - pcmcia: give socket time to power down
+    - drm/i915: Fix i965 secured batchbuffer usage (CVE-2007-3851)
+    - Fix console write locking in sparc drivers.
+    - Sparc64 bootup assembler bug
+    - IPV6: /proc/net/anycast6 unbalanced inet6_dev refcnt
+    - make timerfd return a u64 and fix the __put_user
+    - Fix error queue socket lookup in ipv6
+    - Input: lifebook - fix an oops on Panasonic CF-18
+    - readahead: MIN_RA_PAGES/MAX_RA_PAGES macros
+    - V4L: Add check for valid control ID to v4l2_ctrl_next
+    - V4L: ivtv: fix broken VBI output support
+    - V4L: ivtv: fix DMA timeout when capturing VBI + another stream
+    - V4L: ivtv: Add locking to ensure stream setup is atomic
+    - V4L: wm8775/wm8739: Fix memory leak when unloading module
+    - do not limit locked memory when RLIMIT_MEMLOCK is RLIM_INFINITY
+    - Include serial_reg.h with userspace headers (closes: #433755)
+    - TCP FRTO retransmit bug fix
+    - Fix rfkill IRQ flags.
+    - nfsd: fix possible read-ahead cache and export table corruption
+    - nfsd: fix possible oops on re-insertion of rpcsec_gss modules
+    - jbd commit: fix transaction dropping
+    - jbd2 commit: fix transaction dropping
+    - softmac: Fix ESSID problem
+    - uml: limit request size on COWed devices
+    - UML: exports for hostfs
+    - splice: fix double page unlock
+    - cfq-iosched: fix async queue behaviour
+    - cr_backlight_probe() allocates too little storage for struct cr_panel
+    - sx: switch subven and subid values
+    - hugetlb: fix race in alloc_fresh_huge_page()
+    - KVM: SVM: Reliably detect if SVM was disabled by BIOS
+    - dm io: fix another panic on large request
+    - md: raid10: fix use-after-free of bio
+    - fs: 9p/conv.c error path fix
+    - Fix sparc32 udelay() rounding errors.
+    - sony-laptop: fix bug in event handling
+    - eCryptfs: ecryptfs_setattr() bugfix
+    - Hangup TTY before releasing rfcomm_dev
+    - dm io: fix panic on large request
+    - dm raid1: fix status
+    - dm snapshot: permit invalid activation
+    - "ext4_ext_put_in_cache" uses __u32 to receive physical block number
+    - destroy_workqueue() can livelock
+    - USB: fix for ftdi_sio quirk handling
+    - Fix TC deadlock.
+    - Fix IPCOMP crashes.
+    - gen estimator timer unload race
+    - Netfilter: Fix logging regression
+    - Fix user struct leakage with locked IPC shem segment
+    - Fix reported task file values in sense data
+    - gen estimator deadlock fix
+    - Netpoll leak
+    - dm: disable barriers
+    - firewire: fw-sbp2: set correct maximum payload (fixes CardBus adapters)
+    - fw-ohci: fix "scheduling while atomic"
+    - firewire: fix memory leak of fw_request instances
+    - ieee1394: revert "sbp2: enforce 32bit DMA mapping"
+    - libata: add FUJITSU MHV2080BH to NCQ blacklist
+    - i386: HPET, check if the counter works
+    - CPU online file permission
+    - acpi-cpufreq: Proper ReadModifyWrite of PERF_CTL MSR
+    - Keep rfcomm_dev on the list until it is freed
+    - SCTP scope_id handling fix
+    - Fix ipv6 link down handling.
+    - Fix TCP IPV6 MD5 bug.
+    - sysfs: release mutex when kmalloc() failed in sysfs_open_file().
+    - nf_conntrack: don't track locally generated special ICMP error
+  * Bump abi due to firewire, ivtv and xrfm changes.
+  * Add stable release 2.6.22.3:
+    - fix oops in __audit_signal_info()
+    - direct-io: fix error-path crashes
+    - powerpc: Fix size check for hugetlbfs
+    - stifb: detect cards in double buffer mode more reliably
+    - pata_atiixp: add SB700 PCI ID
+    - PPC: Revert "[POWERPC] Add 'mdio' to bus scan id list for platforms
+      with QE UEC"
+    - random: fix bound check ordering (CVE-2007-3105)
+    - softmac: Fix deadlock of wx_set_essid with assoc work
+    - PPC: Revert "[POWERPC] Don't complain if size-cells == 0 in prom_parse()"
+    - ata_piix: update map 10b for ich8m
+    - CPUFREQ: ondemand: fix tickless accounting and software coordination bug
+    - CPUFREQ: ondemand: add a check to avoid negative load calculation
+  * Add stable release 2.6.22.4:
+    - Reset current->pdeath_signal on SUID binary execution (CVE-2007-3848)
+  * Add stable release 2.6.22.5:
+    - x86_64: Check for .cfi_rel_offset in CFI probe
+    - x86_64: Change PMDS invocation to single macro
+    - i386: Handle P6s without performance counters in nmi watchdog
+    - revert "x86, serial: convert legacy COM ports to platform devices"
+    - ACPICA: Fixed possible corruption of global GPE list
+    - ACPICA: Clear reserved fields for incoming ACPI 1.0 FADTs
+    - i386: Fix double fault handler
+    - JFFS2 locking regression fix.
+    - r8169: avoid needless NAPI poll scheduling
+    - Linux 2.6.22.5
+    - AVR32: Fix atomic_add_unless() and atomic_sub_unless()
+    - i386: allow debuggers to access the vsyscall page with compat vDSO
+    - hwmon: (smsc47m1) restore missing name attribute
+    - hwmon: fix w83781d temp sensor type setting
+    - Hibernation: do not try to mark invalid PFNs as nosave
+    - sky2: restore workarounds for lost interrupts
+    - sky2: carrier management
+    - sky2: check for more work before leaving NAPI
+    - sky2: check drop truncated packets
+    - forcedeth: fix random hang in forcedeth driver when using netconsole
+    - libata: add ATI SB700 device IDs to AHCI driver
+
+  [ dann frazier ]
+  * [ia64] Restore config cleanup now that its safe to break the ABI
+
+  [ Bastian Blank ]
+  * Update vserver patch to 2.2.0.3.
+
+ -- Bastian Blank <waldi@debian.org>  Thu, 30 Aug 2007 20:19:44 +0200
+
+linux-2.6 (2.6.22-3) unstable; urgency=low
+
+  [ dann frazier ]
+  * [ia64] Config cleanup in 2.6.22-2 broke the ABI; revert most of it
+    for now (everything but the efivars and sym53c8xx modules)
+
+  [ Martin Michlmayr ]
+  * [mipsel/r5k-cobalt] Fix a typo in the config file.
+  * [mipsel/4kc-malta] Update the config file, thanks Aurelien Jarno.
+  * [mipsel] Add patch from Yoichi Yuasa to fix IDE on Cobalt.
+
+ -- Bastian Blank <waldi@debian.org>  Sun, 29 Jul 2007 13:47:38 +0200
+
+linux-2.6 (2.6.22-2) unstable; urgency=low
+
+  [ Steve Langasek ]
+  * [alpha] request_irq-retval.patch: capture the return value of all
+    request_irq() calls in sys_titan.c to suppress the warning (and
+    build failure with -Werror); failures still aren't being handled, but
+    there's nothing that needs to be done -- or nothing that can be done
+    -- if these requests fail anyway.
+
+  [ Christian T. Steigies ]
+  * Add module.lds to kernel headers (closes: #396220)
+  * Enable INPUT_UINPUT on mac
+  * Add 2.6.22 patches from linux-m68k CVS
+
+  [ maximilian attems ]
+  * Add stable release 2.6.22.1:
+    - nf_conntrack_h323: add checking of out-of-range on choices' index values
+      (CVE-2007-3642)
+
+  [ dann frazier ]
+  * [ia64] Re-enable various config options which were unintentionally
+    disabled somewhere between 2.6.21 and 2.6.22
+  * [ia64] Re-enable vserver flavour - this was somehow lost when 2.6.22
+    was merged from trunk to the sid branch
+
+  [ Bastian Blank ]
+  * Update vserver patch to 2.2.0.3-rc1.
+
+ -- Bastian Blank <waldi@debian.org>  Mon, 23 Jul 2007 09:38:01 +0200
+
+linux-kbuild-2.6 (2.6.22-1) unstable; urgency=low
+
+  * New upstream version.
+  * Don't fail if no module is specified.
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 17 Jul 2007 23:14:23 +0200
+
+linux-2.6 (2.6.22-1) unstable; urgency=low
+
+  [ Bastian Blank ]
+  * Drop asfs options.
+  * Drop linux-libc-headers references.
+  * Update vserver patch to 2.2.0-rc5.
+
+  [ maximilian attems ]
+  * Fullfils policy 3.7.2.2.
+  * Add Sempron to the k7 image description (closes: #384737)
+    Thanks Robert Millan <rmh@aybabtu.com>.
+  * [powerpc] Enable CONFIG_ADB_PMU_LED.
+  * [hppa] Disable a bunch of topconfig enabled fb devices. Thanks Frank
+    Lichtenheld <djpig@debian.org> for build fix.
+
+  [ Christian T. Steigies ]
+  * Add module.lds to kernel headers
+  * Enable INPUT_UINPUT on mac
+  * Add 2.6.22 patches from linux-m68k CVS
+
+  [ dann frazier ]
+  * Enable vserver flavour for ia64 (closes: #423232)
+
+ -- Bastian Blank <waldi@debian.org>  Sun, 15 Jul 2007 15:03:40 +0200
+
+linux-2.6 (2.6.22~rc5-1~experimental.1) experimental; urgency=low
+
+  [ Bastian Blank ]
+  * [powerpc]: Disable prep.
+  * [powerpc]: Disable apm emulation.
+  * Drop inactive members from Uploaders.
+
+  [ maximilian attems ]
+  * Cleanup configs of old unused variables.
+  * Enable TCP_CONG_YEAH, TCP_CONG_ILLINOIS, NF_CONNTRACK_SANE, DM_DELAY,
+    GIGASET_M101, SATA_INIC162X, VIDEO_IVTV, USB_ZR364XX, INFINIBAND_CXGB3,
+    MLX4_INFINIBAND, SPI_AT25, MFD_SM501, DVB_USB_M920X, DVB_USB_GL861,
+    DVB_USB_AU6610, DVB_USB_OPERA1, SENSORS_AD7418, SENSORS_ADM1029,
+    SENSORS_F75375S, SENSORS_CORETEMP, SENSORS_MAX6650, SENSORS_APPLESMC,
+    I2C_SIMTEC, I2C_TINY_USB, SC92031, LIBERTAS_USB, RFKILL, RFKILL_INPUT,
+    MTD_UBI, SND_USB_CAIAQ, SND_USB_CAIAQ_INPUT, USB_BERRY_CHARGE,
+    RTC_DRV_MAX6900, SUNRPC_BIND34, SND_PORTMAN2X4, FB_VT8623, FUSION_LAN,
+    DISPLAY_SUPPORT, FB_ARK, FB_SM501
+    and disable SCSI_ESP_CORE, SPI_SPIDEV, CRYPT_CRYPTD, SYSV68_PARTITION,
+    MOUSE_PS2_TOUCHKIT, INPUT_POLLDEV in topconfig.
+  * [amd64, i386]: Take care of the renaming acpi-ibm to thinkpad-acpi.
+    Enable KINGSUN_DONGLE, AF_RXRPC, RXKAD, MTD_NAND_PLATFORM, BLINK, PHANTOM,
+    BACKLIGHT_PROGEAR, FB_HECUBA, FB_LE80578, FB_CARILLO_RANCH.
+    Disable OSS_OBSOLETE.
+  * Enable WLAN_PRE80211 and WLAN_80211 on all archs with NET_RADIO enabled.
+  * Fix RTC_INTF_{DEV,SYSFS,PROC}=y where enabled modular.
+  * Enable new wirless stack mac80211 and improved wireless conf api.
+  * Enable new USB Touchscreen Driver on all configs with touchscreens.
+  * Enable the newly added crypto algorythm: fcrypt, pcbc and camellia.
+  * Unify CONFIG_TR to toplevel config, also enable new drivers 3C359
+    and SMCTR.
+  * Enable the moved USB tablets config options where wacom is enabled.
+  * [i386] Enable driver for Crystalfontz 128x64 2-color LCD.
+  * [amd64] Enable KS0108 LCD controller.
+  * Enable the new firewire stack labeled to be more simple and robust.
+  * [i386] Enable VMI paravirtualized interface.
+  * [powerpc] Enable fb for IBM GXT4500P adaptor.
+  * [amd64] Enable timerstats too.
+
+  [ Martin Michlmayr ]
+  * mipsel/r5k-cobalt: Use the new RTC system.
+
+  [ dann frazier ]
+  * Add Xen licensing info to the copyright file. (closes: #368912)
+
+  [ Gordon Farquharson ]
+  * arm: Mark CHELSIO_T3, NETXEN_NIC, BCM43XX, VIDEO_BT848,
+    DVB_B2C2_FLEXCOP, and DVB_BUDGET as broken on ARM.
+  * arm/ixp4xx: Add support for the new generic I2C GPIO driver on the
+    NSLU2 and the NAS100D. Thanks to Michael-Luke Jones and Rod Whitby.
+  * arm/ixp4xx: Update Artop PATA support patch for the NAS 100d.
+
+  [ Christian T. Steigies ]
+  * m68k: Disable already included patches (611, 618, 630)
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 19 Jun 2007 17:49:52 +0200
+
+linux-2.6 (2.6.21-6) unstable; urgency=low
+
+  * Add stable release 2.6.21.6:
+    - nf_conntrack_h323: add checking of out-of-range on choices' index values
+      (CVE-2007-3642)
+  * Update vserver patch to 2.2.0.
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 10 Jul 2007 18:36:17 +0200
+
+linux-2.6 (2.6.21-5) unstable; urgency=low
+
+  [ Christian T. Steigies ]
+  * [m68k] Add atari isa and scsi fixes
+
+  [ maximilian attems ]
+  * Add stable release 2.6.21.4:
+    - cpuset: prevent information leak in cpuset_tasks_read (CVE-2007-2875)
+    - random: fix error in entropy extraction (CVE-2007-2453 1 of 2)
+    - random: fix seeding with zero entropy (CVE-2007-2453 2 of 2)
+    - NETFILTER: {ip, nf}_conntrack_sctp: fix remotely triggerable NULL ptr
+      dereference (CVE-2007-2876)
+  * Add stable release 2.6.21.5:
+    - acpi: fix potential call to a freed memory section.
+    - USB: set the correct Interrupt interval in usb_bulk_msg
+    - i386: Fix K8/core2 oprofile on multiple CPUs
+    - ntfs_init_locked_inode(): fix array indexing
+    - ALSA: wm8750 typo fix
+    - neofb: Fix pseudo_palette array overrun in neofb_setcolreg
+    - e1000: disable polling before registering netdevice
+    - timer statistics: fix race
+    - x86: fix oprofile double free
+    - ALSA: usb-audio: explicitly match Logitech QuickCam
+    - zd1211rw: Add AL2230S RF support
+    - IPV4: Correct rp_filter help text.
+    - Fix AF_UNIX OOPS
+    - ICMP: Fix icmp_errors_use_inbound_ifaddr sysctl
+    - NET: Fix BMSR_100{HALF,FULL}2 defines in linux/mii.h
+    - SPARC64: Fix _PAGE_EXEC_4U check in sun4u I-TLB miss handler.
+    - SPARC64: Don't be picky about virtual-dma values on sun4v.
+    - SPARC64: Fix two bugs wrt. kernel 4MB TSB.
+    - cciss: fix pci_driver.shutdown while device is still active
+    - fix compat console unimap regression
+    - timer stats: speedups
+    - SPARC: Linux always started with 9600 8N1
+    - pci_ids: update patch for Intel ICH9M
+    - PCI: quirk disable MSI on via vt3351
+    - UML - Improve host PTRACE_SYSEMU check
+    - NET: parse ip:port strings correctly in in4_pton
+    - Char: cyclades, fix deadlock
+    - IPSEC: Fix panic when using inter address familiy IPsec on loopback.
+    - TCP: Use default 32768-61000 outgoing port range in all cases.
+    - TG3: Fix link problem on Dell's onboard 5906.
+    - fuse: fix mknod of regular file
+    - md: Avoid overflow in raid0 calculation with large components.
+    - md: Don't write more than is required of the last page of a bitmap
+    - make freezeable workqueues singlethread
+    - tty: fix leakage of -ERESTARTSYS to userland
+    - V4L/DVB (5593): Budget-ci: Fix tuning for TDM 1316 (160..200 MHz)
+    - Input: i8042 - fix AUX port detection with some chips
+    - SCSI: aacraid: Correct sa platform support.
+      (Was: [Bug 8469] Bad EIP value on pentium3 SMP kernel-2.6.21.1)
+    - BLUETOOTH: Fix locking in hci_sock_dev_event().
+    - hpt366: don't check enablebits for HPT36x
+    - ieee1394: eth1394: bring back a parent device
+    - NET: Fix race condition about network device name allocation.
+    - ALSA: hda-intel - Probe additional slots only if necessary
+    - ALSA: hda-intel - Fix detection of audio codec on Toshiba A100
+    - ahci: disable 64bit dma on sb600
+    - i386: HPET, check if the counter works
+    - Ignore bogus ACPI info for offline CPUs
+    - NOHZ: Rate limit the local softirq pending warning output
+    - Prevent going idle with softirq pending
+    - Work around Dell E520 BIOS reboot bug
+    - NET: "wrong timeout value" in sk_wait_data() v2
+    - IPV6 ROUTE: No longer handle ::/0 specially.
+    - x86_64: allocate sparsemem memmap above 4G
+  * Bump ABI to 2.
+
+  [ Bastian Blank ]
+  * Back out ABI fixing changes.
+  * Update vserver patch to 2.2.0-rc3.
+
+ -- Bastian Blank <waldi@debian.org>  Fri, 22 Jun 2007 12:39:47 +0200
+
+linux-2.6 (2.6.21-4) unstable; urgency=low
+
+  * [powerpc] Fix mkvmlinuz support.
+  * [s390] Add exception handler for diagnose 224.
+
+ -- Bastian Blank <waldi@debian.org>  Sat, 26 May 2007 14:08:44 +0200
+
+linux-2.6 (2.6.21-3) unstable; urgency=low
+
+  [ Gordon Farquharson ]
+  * arm/ixp4xx: Add patch to set NSLU2 timer frequency.
+
+  [ maximilian attems ]
+  * sparc64: enable USB_SERIAL. (closes: #412740)
+  * Apply stable 2.6.21.1.
+  * Add stable release 2.6.21.2:
+    - slob: fix page order calculation on not 4KB page
+    - libata-sff: Undo bug introduced with pci_iomap changes
+    - kbuild: fixdep segfault on pathological string-o-death
+    - IPMI: fix SI address space settings
+    - IPV6: Reverse sense of promisc tests in ip6_mc_input
+    - iop: fix iop_getttimeoffset
+    - iop13xx: fix i/o address translation
+    - arm: fix handling of svc mode undefined instructions
+    - CPUFREQ: powernow-k7: fix MHz rounding issue with perflib
+    - CPUFREQ: Support rev H AMD64s in powernow-k8
+    - CPUFREQ: Correct revision mask for powernow-k8
+    - JFS: Fix race waking up jfsIO kernel thread
+    - IPV6: Send ICMPv6 error on scope violations.
+    - SPARC64: Add missing cpus_empty() check in hypervisor xcall handling.
+    - SPARC64: Fix recursion in PROM tree building.
+    - SERIAL SUNHV: Add an ID string.
+    - SPARC64: Bump PROMINTR_MAX to 32.
+    - SPARC64: Be more resiliant with PCI I/O space regs.
+    - oom: fix constraint deadlock
+    - fix for bugzilla 8426: massive slowdown on SCSI CD/DVD drive connected to
+      mptspi driver
+    - x86_64 : Fix vgettimeofday()
+    - IPV6: Fix slab corruption running ip6sic
+    - IPSEC: Check validity of direction in xfrm_policy_byid
+    - CRYPTO: api: Read module pointer before freeing algorithm
+    - NET_SCHED: prio qdisc boundary condition
+    - reiserfs: suppress lockdep warning
+    - USB HID: hiddev - fix race between hiddev_send_event() and
+      hiddev_release()
+    - NETFILTER: {ip,nf}_nat_proto_gre: do not modify/corrupt GREv0 packets
+      through NAT
+    - fix leaky resv_huge_pages when cpuset is in use
+    - ACPI: Fix 2.6.21 boot regression on P4/HT
+    - TG3: Fix TSO bugs.
+    - TG3: Remove reset during MAC address changes.
+    - TG3: Update version and reldate.
+    - BNX2: Fix TSO problem with small MSS.
+    - BNX2: Block MII access when ifdown.
+    - BNX2: Save PCI state during suspend.
+    - BNX2: Update version and reldate.
+    - sis900: Allocate rx replacement buffer before rx operation
+    - knfsd: Avoid use of unitialised variables on error path when nfs exports.
+    - knfsd: rpc: fix server-side wrapping of krb5i replies
+    - md: Avoid a possibility that a read error can wrongly propagate through
+    - md/raid1 to a filesystem.
+    - fat: fix VFAT compat ioctls on 64-bit systems
+    - NETFILTER: {ip,nf}_conntrack: fix use-after-free in helper destroy
+      callback invocation
+    - ppp: Fix ppp_deflate issues with recent zlib_inflate changes
+    - NETPOLL: Fix TX queue overflow in trapped mode.
+    - NETPOLL: Remove CONFIG_NETPOLL_RX
+    - cxacru: Fix infinite loop when trying to cancel polling task
+    - TCP: zero out rx_opt in tcp_disconnect()
+    - ipv6: track device renames in snmp6
+    - skge: default WOL should be magic only (rev2)
+    - skge: allow WOL except for known broken chips
+    - sky2: allow 88E8056
+    - sky2: 88e8071 support not ready
+    - skge: crash on shutdown/suspend
+    - sky2: fix oops on shutdown
+    - udf: decrement correct link count in udf_rmdir
+    - ALSA: hda-codec - Fix resume of STAC92xx codecs
+    - sata_via: add missing PM hooks
+    - driver-core: don't free devt_attr till the device is released
+    - pci-quirks: disable MSI on RS400-200 and RS480
+    - highres/dyntick: prevent xtime lock contention
+    - clocksource: fix resume logic
+    - smc911x: fix compilation breakage wjen debug is on
+    - SCTP: Fix sctp_getsockopt_local_addrs_old() to use local storage.
+    - SCTP: Correctly copy addresses in sctp_copy_laddrs
+    - SCTP: Prevent OOPS if hmac modules didn't load
+    - IPV6: Do no rely on skb->dst before it is assigned.
+    - IPV6 ROUTE: Assign rt6i_idev for ip6_{prohibit,blk_hole}_entry.
+
+  [ Christian T. Steigies ]
+  * m68k: enable ATARI_SCSI and ATARI_ROM_ISA
+
+  [ Bastian Blank ]
+  * Fix linux/version.h in linux-libc-dev.
+  * Make it possible to specifiy special CFLAGS.
+  * [hppa] Reenable.
+  * [hppa] Workaround hppa64 failure.
+  * [hppa] Fix debugging in lws syscalls.
+  * Fix abi change.
+  * Add stable release 2.6.21.3:
+    - [PATCH] GEODE-AES: Allow in-place operations [CVE-2007-2451]
+
+ -- Bastian Blank <waldi@debian.org>  Fri, 25 May 2007 10:57:48 +0200
+
+linux-kbuild-2.6 (2.6.21-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Bastian Blank <waldi@debian.org>  Fri, 18 May 2007 23:45:14 +0200
+
+linux-2.6 (2.6.21-2) unstable; urgency=low
+
+  [ Christian T. Steigies ]
+  * m68k: fix atari scc patch
+  * m68k: install compressed vmlinuz images so the post-inst script can find it
+
+  [ Steve Langasek ]
+  * [alpha] isa-mapping-support.patch: add isa_page_to_bus and
+    isa_bus_to_virt defines to complement the existing isa_virt_to_bus
+    define; untested, but these should all be straightforward on alpha and
+    defining them is certainly a better option for getting user feedback
+    than disabling the affected drivers.
+
+  [ Bastian Blank ]
+  * [powerpc] Readd mkvmlinuz support. (closes: #419033)
+  * [sparc]: Disable sparc32 image.
+  * [hppa]: Temporary disable all images.
+
+ -- Bastian Blank <waldi@debian.org>  Fri, 18 May 2007 19:52:36 +0200
+
+linux-2.6 (2.6.21-1) unstable; urgency=low
+
+  [ maximilian attems ]
+  * New upstream release see http://kernelnewbies.org/Linux_2_6_21
+    (closes: #423874)
+  * Disable CONFIG_IP_ROUTE_MULTIPATH_CACHED in topconfig.
+  * Enable CONFIG_IP6_NF_MATCH_MH, CONFIG_CHELSIO_T3, CONFIG_USB_NET_DM9601,
+    CONFIG_NETFILTER_XT_TARGET_TCPMSS, CONFIG_RTC_DRV_CMOS,
+    CONFIG_ASUS_LAPTOP, CONFIG_SONY_LAPTOP, CONFIG_DVB_TUNER_QT1010,
+    CONFIG_USB_IOWARRIOR, CONFIG_ATL1 in topconfig.
+  * [i386] Enable CONFIG_ACPI_BAY, CONFIG_X86_LONGHAUL, CONFIG_BLK_DEV_DELKIN,
+    CONFIG_BLK_DEV_IT8213, CONFIG_BLK_DEV_TC86C001, CONFIG_INPUT_ATLAS_BTNS,
+    CONFIG_SENSORS_ADM1029, CONFIG_FB_SVGALIB, CONFIG_FB_S3,
+    CONFIG_USB_KC2190, CONFIG_KS0108.
+  * Add stable release 2.6.21.1:
+    - IPV4: Fix OOPS'er added to netlink fib.
+    - IPV6: Fix for RT0 header ipv6 change.
+  * [i386] Enable CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS for dynticks and true
+    high-resolution timers.
+  * [i386] Enable CONFIG_TIMER_STATS to collect stats about kernel/userspace
+    timer aka power usage (see powertop). (closes: #423694)
+  * [i386] Disable obsolete CONFIG_IRQBALANCE due to bad timer behaviour.
+
+  [ Martin Michlmayr ]
+  * Add armel (arm with EABI) support.  Thanks, Lennert Buytenhek and
+    Joey Hess.  (closes: #410853)
+  * Mark CHELSIO_T3 as broken on ARM.
+  * Take arch/arm/tools/mach-types from current git to fix build failure
+    because MACH_TYPE_EP80219 is not defined.
+  * mips/sb1: Don't build CONFIG_ATA into the kernel.
+  * mips/sb1: Unset CONFIG_USB_{KBD,MOUSE} since the generic HID is used.
+  * arm/iop32x: Don't build CONFIG_ATA into the kernel.
+  * arm/ixp4xx: Enable more SATA drivers.
+  * arm/ixp4xx: Enable PATA_ARTOP which is needed by the nas100d.
+  * arm/ixp4xx: Set CONFIG_USB_EHCI_TT_NEWSCHED.
+  * mips/4kc-malta: Add an image for the MIPS Malta board.  Thanks,
+    Aurelien Jarno. (closes: #421377)
+
+  [ Emanuele Rocca ]
+  * sparc: Enable CONFIG_SCSI_QLOGIC_1280. (closes: #423177)
+
+  [ Christian T. Steigies ]
+  * Add m68k patches for 2.6.21
+  * Add type: plain to [image] in arch/m68k/defines to fix missing
+    Modules.symvers problem
+
+  [ Steve Langasek ]
+  * Revert change to disable image building on alpha.
+
+  [ Bastian Blank ]
+  * Update vserver patch to 2.2.0-rc1.
+
+ -- Bastian Blank <waldi@debian.org>  Wed, 16 May 2007 13:46:38 +0200
+
+linux-2.6 (2.6.20-3) unstable; urgency=low
+
+  [ Gordon Farquharson ]
+  * arm: Mark CONFIG_MTD_NAND_CAFE and CONFIG_NETXEN_NIC as broken to
+    fix FTBFS.
+
+  [ Bastian Blank ]
+  * Disable new pata drivers. (closes: #419458)
+  * Disable pata in ata_piix.
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 24 Apr 2007 09:54:44 +0200
+
+linux-2.6 (2.6.20-2) unstable; urgency=low
+
+  [ Bastian Blank ]
+  * Rename linux-libc-headers into linux-libc-dev.
+  * [mips] Drop sb1250 uart support.
+  * [alpha] Temporary disable alpha images.
+  * Add stable release 2.6.20.7:
+    - Linux 2.6.20.7
+    - Update libata drive blacklist to the latest from 2.6.21
+    - fix page leak during core dump
+    - revert "retries in ext4_prepare_write() violate ordering requirements"
+    - revert "retries in ext3_prepare_write() violate ordering requirements"
+    - libata: Clear tf before doing request sense (take 3)
+    - fix lba48 bug in libata fill_result_tf()
+    - ahci.c: walkaround for SB600 SATA internal error issue
+    - libata bugfix: preserve LBA bit for HDIO_DRIVE_TASK
+    - softmac: avoid assert in ieee80211softmac_wx_get_rate
+    - knfsd: allow nfsd READDIR to return 64bit cookies
+    - Fix TCP slow_start_after_idle sysctl
+    - Fix tcindex classifier ABI borkage...
+    - Fix IPSEC replay window handling
+    - Fix TCP receiver side SWS handling.
+    - Fix scsi sense handling
+    - Fix length validation in rawv6_sendmsg()
+    - NETFILTER: ipt_CLUSTERIP: fix oops in checkentry function
+    - 8139too: RTNL and flush_scheduled_work deadlock
+    - Fix calculation for size of filemap_attr array in md/bitmap.
+    - HID: Do not discard truncated input reports
+    - DVB: pluto2: fix incorrect TSCR register setting
+    - DVB: tda10086: fix DiSEqC message length
+    - sky2: phy workarounds for Yukon EC-U A1
+    - sky2: turn on clocks when doing resume
+    - sky2: turn carrier off when down
+    - skge: turn carrier off when down
+    - sky2: reliable recovery
+    - i386: fix file_read_actor() and pipe_read() for original i386 systems
+    - kbuild: fix dependency generation
+
+  [ dann frazier ]
+  * [hppa] Add parisc arch patch from Kyle McMartin
+  * [hppa] Enable CONFIG_TULIP_MMIO (closes: #332962)
+  * [hppa] Disable ni52 driver, it doesn't build (and wouldn't work if it did)
+
+ -- Bastian Blank <waldi@debian.org>  Sun, 15 Apr 2007 16:04:16 +0200
+
+linux-kbuild-2.6 (2.6.20-1) unstable; urgency=low
+
+  * New upstream version.
+  * modpost: Support -w.
+
+ -- Bastian Blank <waldi@debian.org>  Thu, 12 Apr 2007 06:53:00 +0200
+
+linux-2.6 (2.6.20-1) unstable; urgency=low
+
+  [ Martin Michlmayr ]
+  * mipsel: Drop DECstation support (both r3k-kn02 and r4k-kn04).
+  * arm: Drop RiscPC (rpc) support.
+  * arm: Update configs for 2.6.19-rc6.
+  * arm: source drivers/ata/Kconfig so SATA can be enabled on ARM.
+  * arm/footbridge: Unset SATA.
+  * arm/s3c2410: Drop this flavour since no such device is supported
+    in debian-installer and the ARM build resources are limited.
+
+  [ Sven Luther ]
+  * [powerpc] Added Genesi Efika support patch
+
+  [ Bastian Blank ]
+  * Remove legacy pty support. (closes: #338404)
+  * Enable new scsi parts.
+  * powerpc: Enable ibmvscsis.
+  * Add stable release 2.6.20.1:
+    - Linux 2.6.20.1
+    - [PATCH] Fix a free-wrong-pointer bug in nfs/acl server (CVE-2007-0772)
+  * Add stable release 2.6.20.2:
+    - Linux 2.6.20.2
+    - IPV6: Handle np->opt being NULL in ipv6_getsockopt_sticky() [CVE-2007-1000]
+    - x86-64: survive having no irq mapping for a vector
+    - Fix buffer overflow in Omnikey CardMan 4040 driver (CVE-2007-0005)
+    - TCP: Fix minisock tcp_create_openreq_child() typo.
+    - gfs2: fix locking mistake
+    - ATA: convert GSI to irq on ia64
+    - pktcdvd: Correctly set cmd_len field in pkt_generic_packet
+    - video/aty/mach64_ct.c: fix bogus delay loop
+    - revert "drivers/net/tulip/dmfe: support basic carrier detection"
+    - throttle_vm_writeout(): don't loop on GFP_NOFS and GFP_NOIO allocations
+    - fix section mismatch warning in lockdep
+    - ueagle-atm.c needs sched.h
+    - kvm: Fix asm constraint for lldt instruction
+    - lockdep: forward declare struct task_struct
+    - Char: specialix, isr have 2 params
+    - buffer: memorder fix
+    - kernel/time/clocksource.c needs struct task_struct on m68k
+    - m32r: build fix for processors without ISA_DSP_LEVEL2
+    - hugetlb: preserve hugetlb pte dirty state
+    - enable mouse button 2+3 emulation for x86 macs
+    - v9fs_vfs_mkdir(): fix a double free
+    - ufs: restore back support of openstep
+    - Fix MTRR compat ioctl
+    - kexec: Fix CONFIG_SMP=n compilation V2 (ia64)
+    - NLM: Fix double free in __nlm_async_call
+    - RPM: fix double free in portmapper code
+    - Revert "[PATCH] LOG2: Alter get_order() so that it can make use of ilog2() on a constant"
+    - Backport of psmouse suspend/shutdown cleanups
+    - USB: usbnet driver bugfix
+    - sched: fix SMT scheduler bug
+    - tty_io: fix race in master pty close/slave pty close path
+    - forcedeth: disable msix
+    - export blk_recount_segments
+    - Fix reference counting (memory leak) problem in __nfulnl_send() and callers related to packet queueing.
+    - Fix anycast procfs device leak
+    - Don't add anycast reference to device multiple times
+    - Fix TCP MD5 locking.
+    - Fix %100 cpu spinning on sparc64
+    - Fix skb data reallocation handling in IPSEC
+    - Fix xfrm_add_sa_expire() return value
+    - Fix interrupt probing on E450 sparc64 systems
+    - HID: fix possible double-free on error path in hid parser
+    - POWERPC: Fix performance monitor exception
+    - libata: add missing CONFIG_PM in LLDs
+    - libata: add missing PM callbacks
+    - bcm43xx: Fix assertion failures in interrupt handler
+    - mmc: Power quirk for ENE controllers
+    - UML - Fix 2.6.20 hang
+    - fix umask when noACL kernel meets extN tuned for ACLs
+    - sata_sil: ignore and clear spurious IRQs while executing commands by polling
+    - swsusp: Fix possible oops in userland interface
+    - Fix posix-cpu-timer breakage caused by stale p->last_ran value
+    - V4L: cx88-blackbird: allow usage of 376836 and 262144 sized firmware images
+    - V4L: fix cx25840 firmware loading
+    - DVB: digitv: open nxt6000 i2c_gate for TDED4 tuner handling
+    - DVB: cxusb: fix firmware patch for big endian systems
+    - V4L: pvrusb2: Handle larger cx2341x firmware images
+    - V4L: pvrusb2: Fix video corruption on stream start
+    - dvbdev: fix illegal re-usage of fileoperations struct
+    - md: Fix raid10 recovery problem.
+    - bcm43xx: fix for 4309
+    - i386: Fix broken CONFIG_COMPAT_VDSO on i386
+    - x86: Don't require the vDSO for handling a.out signals
+    - x86_64: Fix wrong gcc check in bitops.h
+    - sky2: transmit timeout deadlock
+    - sky2: dont flush good pause frames
+    - Fix oops in xfrm_audit_log()
+    - Prevent pseudo garbage in SYN's advertized window
+    - Fix IPX module unload
+    - Clear TCP segmentation offload state in ipt_REJECT
+    - Fix atmarp.h for userspace
+    - UHCI: fix port resume problem
+    - Fix recently introduced problem with shutting down a busy NFS server.
+    - Avoid using nfsd process pools on SMP machines.
+    - EHCI: turn off remote wakeup during shutdown
+    - IPV6: HASHTABLES: Use appropriate seed for caluculating ehash index.
+    - MTD: Fatal regression in drivers/mtd/redboot.c in 2.6.20
+    - Kconfig: FAULT_INJECTION can be selected only if LOCKDEP is enabled.
+    - USB HID: Fix USB vendor and product IDs endianness for USB HID devices
+    - Fix null pointer dereference in appledisplay driver
+    - ieee1394: fix host device registering when nodemgr disabled
+    - ieee1394: video1394: DMA fix
+    - Fix compile error for e500 core based processors
+    - md: Avoid possible BUG_ON in md bitmap handling.
+    - Fix allocation failure handling in multicast
+    - Fix TCP FIN handling
+    - Fix ATM initcall ordering.
+    - Fix various bugs with aligned reads in RAID5.
+    - hda-intel - Don't try to probe invalid codecs
+    - usbaudio - Fix Oops with unconventional sample rates
+    - usbaudio - Fix Oops with broken usb descriptors
+    - USB: fix concurrent buffer access in the hub driver
+    - Missing critical phys_to_virt in lib/swiotlb.c
+    - AGP: intel-agp bugfix
+    - bcm43xx: Fix for oops on ampdu status
+    - bcm43xx: Fix for oops on resume
+    - ide: fix drive side 80c cable check
+    - Keys: Fix key serial number collision handling
+    - knfsd: Fix a race in closing NFSd connections.
+    - pata_amd: fix an obvious bug in cable detection
+    - prism54: correct assignment of DOT1XENABLE in WE-19 codepaths
+    - rtc-pcf8563: detect polarity of century bit automatically
+    - x86_64: fix 2.6.18 regression - PTRACE_OLDSETOPTIONS should be accepted
+    - ocfs2: ocfs2_link() journal credits update
+  * Update xen patch to changeset 48670 from fedora 2.6.20 branch.
+  * Support xen versions 3.0.4-1 and 3.0.3-1.
+
+  [ Rod Whitby ]
+  * arm/ixp4xx: Enable PATA_ARTOP for the nas100d and dsmg600.
+  * arm/ixp4xx: Enable RTC for the nas100d
+  * Add nas100d Ethernet MAC setup support.
+  * Add temporary hack to get Artop PATA support going on the nas100d.
+
+  [ maximilian attems ]
+  * i386: Enable kvm.
+  * Add stable release 2.6.20.3:
+    - Fix sparc64 device register probing
+    - Fix bug 7994 sleeping function called from invalid context
+    - Fix timewait jiffies
+    - Fix UDP header pointer after pskb_trim_rcsum()
+    - Fix compat_getsockopt
+    - bcm43xx: Fix problem with >1 GB RAM
+    - nfnetlink_log: fix NULL pointer dereference
+    - nfnetlink_log: fix possible NULL pointer dereference
+    - conntrack: fix {nf, ip}_ct_iterate_cleanup endless loops
+    - nf_conntrack/nf_nat: fix incorrect config ifdefs
+    - tcp conntrack: accept SYN|URG as valid
+    - nfnetlink_log: fix reference leak
+    - nfnetlink_log: fix use after free
+    - nf_conntrack: fix incorrect classification of IPv6 fragments as
+      ESTABLISHED
+    - nfnetlink_log: zero-terminate prefix
+    - nfnetlink_log: fix crash on bridged packet
+    - Fix callback bug in connector
+    - fix for bugzilla #7544 (keyspan USB-to-serial converter)
+    - ip6_route_me_harder should take into account mark
+  * Add myself to uploaders field, entry got lost after 2.6.16-2
+  * Add stable release 2.6.20.4:
+    - fix deadlock in audit_log_task_context()
+    - EHCI: add delay to bus_resume before accessing ports
+    - Copy over mac_len when cloning an skb
+    - fix read past end of array in md/linear.c
+    - oom fix: prevent oom from killing a process with children/sibling unkillable
+    - Fix sparc64 hugepage bugs
+    - Fix page allocation debugging on sparc64
+    - Fix niagara memory corruption
+    - Input: i8042 - really suppress ACK/NAK during panic blink
+    - Input: i8042 - fix AUX IRQ delivery check
+    - Input: i8042 - another attempt to fix AUX delivery checks
+    - Fix rtm_to_ifaddr() error return.
+    - r8169: fix a race between PCI probe and dev_open
+    - futex: PI state locking fix
+    - adjust legacy IDE resource setting (v2)
+    - UML - arch_prctl should set thread fs
+    - gdth: fix oops in gdth_copy_cmd()
+    - Fix extraneous IPSEC larval SA creation
+    - IA64: fix NULL pointer in ia64/irq_chip-mask/unmask function
+    - st: fix Tape dies if wrong block size used, bug 7919
+    - Fix ipv6 flow label inheritance
+    - NETFILTER: nfnetlink_log: fix reference counting
+    - mm: fix madvise infinine loop
+    - Fix another NULL pointer deref in ipv6_sockglue.c
+    - NetLabel: Verify sensitivity level has a valid CIPSO mapping
+    - Fix GFP_KERNEL with preemption disabled in fib_trie
+    - IrDA: irttp_dup spin_lock initialisation
+    - hda-intel - Fix codec probe with ATI controllers
+    - hrtimer: prevent overrun DoS in hrtimer_forward()
+    - fix MTIME_SEC_MAX on 32-bit
+    - nfs: nfs_getattr() can't call nfs_sync_mapping_range() for non-regular files
+    - dio: invalidate clean pages before dio write
+    - initialise pi_lock if CONFIG_RT_MUTEXES=N
+  * Add stable release 2.6.20.5:
+    - FRA_{DST,SRC} are le16 for decnet
+    - CIFS: reset mode when client notices that ATTR_READONLY is no longer set
+    - ide: clear bmdma status in ide_intr() for ICHx controllers (revised #4)
+    - ide: remove clearing bmdma status from cdrom_decode_status() (rev #4)
+    - NET: Fix sock_attach_fd() failure in sys_accept()
+    - DCCP: Fix exploitable hole in DCCP socket options
+    - ide: revert "ide: fix drive side 80c cable check, take 2" for now
+    - generic_serial: fix decoding of baud rate
+    - IPV6: Fix ipv6 round-robin locking.
+    - VIDEO: Fix FFB DAC revision probing
+    - PPP: Fix PPP skb leak
+    - V4L: msp_attach must return 0 if no msp3400 was found.
+    - CRYPTO: api: scatterwalk_copychunks() fails to advance through scatterlist
+    - APPLETALK: Fix a remotely triggerable crash (CVE-2007-1357)
+    - UML - fix epoll
+    - UML - host VDSO fix
+    - UML - Fix static linking
+    - UML - use correct register file size everywhere
+    - libata: sata_mv: don't touch reserved bits in EDMA config register
+    - libata: sata_mv: Fix 50xx irq mask
+    - libata bugfix: HDIO_DRIVE_TASK
+    - V4L: Fix SECAM handling on saa7115
+    - DVB: fix nxt200x rf input switching
+    - SPARC: Fix sparc builds with gcc-4.2.x
+    - V4L: saa7146: Fix allocation of clipping memory
+    - uml: fix unreasonably long udelay
+    - NET: Fix packet classidier NULL pointer OOPS
+    - NET_SCHED: Fix ingress qdisc locking.
+    - sata_nv: delay on switching between NCQ and non-NCQ commands
+    - dvb-core: fix several locking related problems
+    - ieee1394: dv1394: fix CardBus card ejection
+    - CIFS: Allow reset of file to ATTR_NORMAL when archive bit not set
+    - jmicron: make ide jmicron driver play nice with libata ones
+    - libata: clear TF before IDENTIFYing
+    - NET: Fix FIB rules compatability
+    - DVB: isl6421: don't reference freed memory
+    - V4L: radio: Fix error in Kbuild file
+    - i2o: block IO errors on i2o disk
+  * Add stable release 2.6.20.6:
+    - CRYPTO api: Use the right value when advancing scatterwalk_copychunks
+    - uml: fix static linking for real
+
+  [ Gordon Farquharson ]
+  * Disable broken config options on ARM.
+
+  [ Frederik Schüler ]
+  * Disable NAPI on forcedeth, it is broken.
+
+  [ dann frazier ]
+  * Hardcode the output of the scripts under arch/ia64/scripts as executed
+    in an etch environment so that we can build out of tree modules correctly
+    (re-add; patch seems to have been dropped during a merge.)
+    See: #392592
+  * Allow '.' and '+' in the target dist field of the changelog. dpkg has
+    supported this since 1.13.20, see #361171.
+
+ -- Bastian Blank <waldi@debian.org>  Mon, 09 Apr 2007 19:21:52 +0200
+
+linux-2.6 (2.6.18.dfsg.1-10) unstable; urgency=low
+
+  [ maximilian attems ]
+  * Add patches out of stable queue 2.6.18
+    - [amd64] Don't leak NT bit into next task (CVE-2006-5755)
+    - IB/srp: Fix FMR mapping for 32-bit kernels and addresses above 4G
+    - SCSI: add missing cdb clearing in scsi_execute()
+  * Xen postinst: Use takeover for update-initramfs. Makes postinst idempotent.
+    On creation it should always overwrite. (closes: #401183)
+  * Hand-picked from stable release 2.6.16.38:
+    - i2c-viapro: Add support for the VT8237A and VT8251
+    - PCI: irq: irq and pci_ids patch for Intel ICH9
+    - i2c-i801: SMBus patch for Intel ICH9
+    - fix the UML compilation
+    - drm: allow detection of new VIA chipsets
+    - drm: Add the P4VM800PRO PCI ID.
+    - rio: typo in bitwise AND expression.
+    - i2c-mv64xxx: Fix random oops at boot
+    - i2c: fix broken ds1337 initialization
+    - [SUNKBD]: Fix sunkbd_enable(sunkbd, 0); obvious.
+    - Call init_timer() for ISDN PPP CCP reset state timer (CVE-2006-5749)
+    - V4L: cx88: Fix leadtek_eeprom tagging
+    - SPI/MTD: mtd_dataflash oops prevention
+    - grow_buffers() infinite loop fix (CVE-2006-5757/CVE-2006-6060)
+    - corrupted cramfs filesystems cause kernel oops (CVE-2006-5823)
+    - ext2: skip pages past number of blocks in ext2_find_entry
+      (CVE-2006-6054)
+    - handle ext3 directory corruption better (CVE-2006-6053)
+    - hfs_fill_super returns success even if no root inode (CVE-2006-6056)
+      backout previous fix, was not complete.
+    - Fix for shmem_truncate_range() BUG_ON()
+    - ebtables: check struct type before computing gap
+    - [IPV4/IPV6]: Fix inet{,6} device initialization order.
+    - [IPV6] Fix joining all-node multicast group.
+    - [SOUND] Sparc CS4231: Use 64 for period_bytes_min
+  * [PKTGEN]: Convert to kthread API. Thanks David Miller for patch.
+  * [IDE] Add driver for Jmicron  JMB36x devices by Alan Cox.
+    Enable jmicron on i386 and amd64 archs.
+  * Hand-picked from stable release 2.6.16.39:
+    - atiixp: hang fix
+    - V4L/DVB: Flexcop-usb: fix debug printk
+    - V4L/DVB: Fix uninitialised variable in dvb_frontend_swzigzag
+    - read_zero_pagealigned() locking fix
+    - adfs: fix filename handling
+    - sparc32: add offset in pci_map_sg()
+    - cdrom: set default timeout to 7 seconds
+    - [SCSI] qla1280 command timeout
+    - [SCSI] qla1280 bus reset typo
+    - [Bluetooth] Check if DLC is still attached to the TTY
+    - [Bluetooth] Fix uninitialized return value for RFCOMM sendmsg()
+    - [Bluetooth] Return EINPROGRESS for non-blocking socket calls
+    - [Bluetooth] Handle command complete event for exit periodic inquiry
+    - [Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDP
+    - [Bluetooth] Add locking for bt_proto array manipulation
+    - i386: fix CPU hotplug with 2GB VMSPLIT
+
+  [ dann frazier ]
+  * Fix raid1 recovery (closes: #406181)
+
+  [ Jurij Smakov ]
+  * Add dtlb-prot-bug-niagara.patch by David Miller, fixing the bug in the
+    Niagara's DTLB-PROT trap.
+
+  [ Bastian Blank ]
+  * i386: Add amd64 image. (closes: #379090)
+
+ -- Bastian Blank <waldi@debian.org>  Fri,  2 Feb 2007 12:50:35 +0100
+
+linux-2.6 (2.6.18.dfsg.1-9) unstable; urgency=low
+
+  [ Martin Michlmayr ]
+  * arm/iop32x: Enable CONFIG_IP_NF_CONNTRACK_EVENTS and _NETLINK.
+  * arm/ixp4xx: Enable some more I2C sensor modules.
+  * arm/ixp4xx: Enable CONFIG_USB_NET_RNDIS_HOST.
+  * arm/footbridge: Enable CONFIG_NATSEMI.
+  * Revert mm/msync patches because they cause filesystem corruption
+    (closes: #401006, #401980, #402707) ...
+  * ... and add an alternative msync patch from Hugh Dickins that
+    doesn't depend on the mm changes (closes: #394392).
+  * mips: provide pci_get_legacy_ide_irq needed by some IDE drivers
+    (see #404950).
+  * arm: Implement flush_anon_page(), which is needed for FUSE
+    (closes: #402876) and possibly dm-crypt/LUKS (see #403426).
+  * arm: Turn off PCI burst on the Cyber2010, otherwise X11 on
+    Netwinder will crash.
+  * arm/iop32x: Enable CONFIG_IEEE80211_SOFTMAC and drivers based
+    on it.
+  * arm/ixp4xx: Upgrade to version 0.3.1 of the IXP4xx NPE Ethernet
+    driver.  This version fixes stuck connections, e.g. with scp and
+    NFS (closes: #404447).
+  * arm/ixp4xx: Enable CONFIG_VIDEO_CPIA_USB.
+  * arm/ixp4xx: Enable CONFIG_ISCSI_TCP.
+  * arm/iop32x: Likewise.
+
+  [ Bastian Blank ]
+  * Bump ABI to 4.
+  * Update vserver patch to 2.0.2.2-rc9. (closes: #402743, #403790)
+  * Update xen patch to changeset 36186 from Fedora 2.6.18 branch.
+  * i386/xen: Build only the pae version. (closes: #390862)
+  * hppa: Override host type when necessary.
+  * Fix tg3 reset. (closes: #405085)
+
+  [ dann frazier ]
+  * Fix potential fragmentation attacks in ip6_tables (CVE-2006-4572)
+  * Backport a number of fixes for the cciss driver
+    - Fix a bug with 1TB disks caused by converting total_size to an int
+    - Claim devices that are of the HP RAID class and have a valid cciss sig
+    - Make NR_CMDS a per-controller define - most can do 1024 commands, but
+      the E200 family can only support 128
+    - Change the SSID on the E500 as a workaround for a firmware bug
+    - Disable prefetch on the P600 controller. An ASIC bug may result in
+      prefetching beyond the end of physical memory
+    - Increase blk_queue_max_sectors from 512 to 2048 to increase performance
+    - Map out more memor for the PCI config table, required to reach offset
+      0x214 to disable DMA on the P600
+    - Set a default raid level on a volume that either does not support
+      reading the geometry or reports an invalid geometry for whatever reason
+      to avoid problems with buggy firmware
+    - Revert change that replaed XFER_READ/XFER_WRITE macros with
+      h->cciss_read/h->cciss_write that caused command timeouts on older
+      controllers on ia32 (closes: #402787)
+  * Fix mincore hang (CVE-2006-4814)
+  * ia64: turn on IOC4 modules for SGI Altix systems. Thanks to Stephane Larose
+    for suggesting this.
+  * Add versioned build dep on findutils to make sure the system find command
+    supports the -execdir action (closes: #405150)
+  * Hardcode the output of the scripts under arch/ia64/scripts as executed
+    in an etch environment so that we can build out of tree modules correctly
+    (closes: #392592)
+  * Update unusual_devs entry for ipod to fix an eject issue (closes: #406124)
+  * Re-add verify_pmtmr_rate, resolving problems seen on older K6 ASUS
+    boards where the ACPI PM timer runs too fast (closes: #394753)
+  * Avoid condition where /proc/swaps header may not be printed
+    (closes: #292318)
+  * [hppa] disable XFS until it works (closes: #350482)
+
+  [ Norbert Tretkowski ]
+  * libata: handle 0xff status properly. (closes: #391867)
+  * alpha: enabled CONFIG_SCSI_ARCMSR. (closes: #401187)
+  * removed BROKEN_ON_SMP dependency from I2C_ELEKTOR. (closes: #402253)
+
+  [ Christian T. Steigies ]
+  * m68k/atari: enable keyboard, mouse and fb drivers
+  * m68k/atari: fixes for ethernec and video driver by Michael Schmitz
+  * m68k/atari: fixes for scsi driver by Michael Schmitz
+  * m68k/mac: fixes for mace and cuda driver by Finn Thain
+  * m68k/atari: fixes for ide driver by Michael Schmitz
+  * m68k/atari: fixes for ide driver by Michael Schmitz
+  * m68k/atari: fixes for ethernec and atakeyb driver by Michael Schmitz, build ethernec as module
+  * m68k/mac: fixes for mace and adb driver by Finn Thain
+
+  [ maximilian attems ]
+  * Add stable release 2.6.18.6:
+    - EBTABLES: Fix wraparounds in ebt_entries verification.
+    - EBTABLES: Verify that ebt_entries have zero ->distinguisher.
+    - EBTABLES: Deal with the worst-case behaviour in loop checks.
+    - EBTABLES: Prevent wraparounds in checks for entry components' sizes.
+    - skip data conversion in compat_sys_mount when data_page is NULL
+    - bonding: incorrect bonding state reported via ioctl
+    - x86-64: Mark rdtsc as sync only for netburst, not for core2
+      (closes: #406767)
+    - dm crypt: Fix data corruption with dm-crypt over RAID5 (closes: #402812)
+    - forcedeth: Disable INTx when enabling MSI in forcedeth
+    - PKT_SCHED act_gact: division by zero
+    - XFRM: Use output device disable_xfrm for forwarded packets
+    - IPSEC: Fix inetpeer leak in ipv4 xfrm dst entries.
+    - V4L: Fix broken TUNER_LG_NTSC_TAPE radio support
+    - m32r: make userspace headers platform-independent
+    - IrDA: Incorrect TTP header reservation
+    - SUNHME: Fix for sunhme failures on x86
+    - Bluetooth: Add packet size checks for CAPI messages (CVE-2006-6106)
+    - softmac: remove netif_tx_disable when scanning
+    - DVB: lgdt330x: fix signal / lock status detection bug
+    - dm snapshot: fix freeing pending exception
+    - NET_SCHED: policer: restore compatibility with old iproute binaries
+    - NETFILTER: ip_tables: revision support for compat code
+    - ARM: Add sys_*at syscalls
+    - ieee1394: ohci1394: add PPC_PMAC platform code to driver probe
+    - softirq: remove BUG_ONs which can incorrectly trigger
+  * Hand-picked from stable release 2.6.16.30:
+    - [PPPOE]: Advertise PPPoE MTU
+  * Hand-picked from stable release 2.6.16.31:
+    - [NETFILTER]: Fix ip6_tables extension header bypass bug (CVE-2006-4572)
+    - fix RARP ic_servaddr breakage
+  * Hand-picked from stable release 2.6.16.32:
+    - drivers/telephony/ixj: fix an array overrun
+    - flush D-cache in failure path
+  * Hand-picked from stable release 2.6.16.33:
+    - Add new PHY to sis900 supported list
+    - ipmi_si_intf.c: fix "&& 0xff" typos
+    - drivers/scsi/psi240i.c: fix an array overrun
+  * Hand-picked from stable release 2.6.16.34:
+    - [IPX]: Annotate and fix IPX checksum
+    - [IGMP]: Fix IGMPV3_EXP() normalization bit shift value.
+  * Hand-picked from stable release 2.6.16.35:
+    - sgiioc4: Disable module unload
+    - Fix a masking bug in the 6pack driver.
+    - drivers/usb/input/ati_remote.c: fix cut'n'paste error
+    - proper flags type of spin_lock_irqsave()
+  * Hand-picked from stable release 2.6.16.37:
+    - [CRYPTO] sha512: Fix sha384 block size
+    - [SCSI] gdth: Fix && typos
+    - Fix SUNRPC wakeup/execute race condition
+  * Enable DEBUG_FS for usbmon in generic config. Don't disable it on alpha,
+    amd64, hppa and ia64. (closes: 378542)
+  * Backport a number of upstream fixes for the r8169 driver, needed for
+    network performance (closes: 388870, 400524)
+    - r8169: more alignment for the 0x8168
+    - r8169: phy program update
+    - r8169: more magic during initialization of the hardware
+    - r8169: perform a PHY reset before any other operation at boot time
+    - r8169: Fix iteration variable sign
+    - r8169: remove extraneous Cmd{Tx/Rx}Enb write
+  * sound: hda: detect ALC883 on MSI K9A Platinum motherboards (MS-7280)
+    patch from Leonard Norrgard <leonard.norrgard@refactor.fi>
+  * tulip: Add i386 specific patch to remove duplicate pci ids.
+    Thanks Jurij Smakov <jurij@wooyd.org> (closes: #334104, #405203)
+  * amd64, i386: Disable SK98LIN as SKGE is the modern capable driver.
+    (closes: 405196)
+  * Backout net-bcm43xx_netdev_watchdog.patch and push 2.6.18.2 fix.
+    (closes: 402475)
+
+  [ Jurij Smakov ]
+  * Add bugfix/sparc/isa-dev-no-reg.patch to make sure that
+    isa_dev_get_resource() can deal with devices which do not have a 'reg'
+    PROM property. Failure to handle such devices properly resulted in an
+    oops during boot on Netra X1. Thanks to Richard Mortimer for debugging
+    and patch. (closes: #404216)
+  * Add bugfix/sparc/ehci-hub-contol-alignment.patch to prevent unaligned
+    memory accesses in ehci-hub-control() by adding an alignment attribute
+    to the tbuf array declaration. Thanks to David Miller for the patch.
+
+  [ Sven Luther ]
+  * [powerpc] Enable CONFIG_PMAC_BACKLIGHT_LEGACY (Closes: #407671).
+
+ -- Bastian Blank <waldi@debian.org>  Wed, 24 Jan 2007 13:21:51 +0100
+
+linux-2.6 (2.6.18-8) unstable; urgency=low
+
+  * Fix relations in the generated control file. (closes: #400544)
+  * Add stable release 2.6.18.4:
+    - bridge: fix possible overflow in get_fdb_entries (CVE-2006-5751)
+  * Add stable release 2.6.18.5:
+    - pcmcia: fix 'rmmod pcmcia' with unbound devices
+    - BLUETOOTH: Fix unaligned access in hci_send_to_sock.
+    - alpha: Fix ALPHA_EV56 dependencies typo
+    - TG3: Add missing unlock in tg3_open() error path.
+    - softmac: fix a slab corruption in WEP restricted key association
+    - AGP: Allocate AGP pages with GFP_DMA32 by default
+    - V4L: Do not enable VIDEO_V4L2 unconditionally
+    - bcm43xx: Drain TX status before starting IRQs
+    - fuse: fix Oops in lookup
+    - UDP: Make udp_encap_rcv use pskb_may_pull
+    - NETFILTER: Missing check for CAP_NET_ADMIN in iptables compat layer
+    - NETFILTER: ip_tables: compat error way cleanup
+    - NETFILTER: ip_tables: fix module refcount leaks in compat error paths
+    - NETFILTER: Missed and reordered checks in {arp,ip,ip6}_tables
+    - NETFILTER: arp_tables: missing unregistration on module unload
+    - NETFILTER: Kconfig: fix xt_physdev dependencies
+    - NETFILTER: xt_CONNSECMARK: fix Kconfig dependencies
+    - NETFILTER: H.323 conntrack: fix crash with CONFIG_IP_NF_CT_ACCT
+    - IA64: bte_unaligned_copy() transfers one extra cache line.
+    - x86 microcode: don't check the size
+    - scsi: clear garbage after CDBs on SG_IO
+    - IPV6: Fix address/interface handling in UDP and DCCP, according to the scoping architecture.
+  * Revert abi changing patch from 2.6.18.5.
+
+ -- Bastian Blank <waldi@debian.org>  Sun, 10 Dec 2006 17:51:53 +0100
+
+linux-2.6 (2.6.18-7) unstable; urgency=low
+
+  [ Bastian Blank ]
+  * Emit conflict lines for initramfs generators. (closes: #400305)
+  * Update vserver patch to 2.0.2.2-rc8.
+  * s390: Add patch to fix posix types.
+
+  [ Martin Michlmayr ]
+  * r8169: Add an option to ignore parity errors.
+  * r8169: Ignore parity errors on the Thecus N2100.
+  * rtc: Add patch from Riku Voipio to get RS5C372 going on the N2100.
+  * arm/iop32x: Build RS5C372 support into the kernel.
+
+  [ maximilian attems ]
+  * hfs: Fix up error handling in HFS. (MOKB-14-11-2006)
+  * sata: Avoid null pointer dereference in SATA Promise.
+  * cifs: Set CIFS preferred IO size.
+
+  [ Jurij Smakov ]
+  * Add bugfix/sunhme-pci-enable.patch, fixing the failure of sunhme
+    driver on x86/PCI hosts due to missing pci_enable_device() and
+    pci_set_master() calls, lost during code refactoring upstream.
+    (closes: #397460)
+
+ -- Bastian Blank <waldi@debian.org>  Mon,  4 Dec 2006 15:20:30 +0100
+
+linux-2.6 (2.6.18-6) unstable; urgency=low
+
+  [ maximilian attems ]
+  * Enable the new ACT modules globally. They were already set for amd64, hppa
+    and mips/mipsel - needed by newer iproute2. (closes: #395882, #398172)
+  * Fix msync() for LSB 3.1 compliance, backport fedora patches from 2.6.19
+   - mm: tracking shared dirty pages
+   - mm: balance dirty pages
+   - mm: optimize the new mprotect() code a bit
+   - mm: small cleanup of install_page()
+   - mm: fixup do_wp_page()
+   - mm: msync() cleanup (closes: #394392)
+  * [amd64,i386] Enable CONFIG_USB_APPLETOUCH=m (closes: #382298)
+  * Add stable release 2.6.18.3:
+    - x86_64: Fix FPU corruption
+    - e1000: Fix regression: garbled stats and irq allocation during swsusp
+    - POWERPC: Make alignment exception always check exception table
+    - usbtouchscreen: use endpoint address from endpoint descriptor
+    - fix via586 irq routing for pirq 5
+    - init_reap_node() initialization fix
+    - CPUFREQ: Make acpi-cpufreq unsticky again.
+    - SPARC64: Fix futex_atomic_cmpxchg_inatomic implementation.
+    - SPARC: Fix missed bump of NR_SYSCALLS.
+    - NET: __alloc_pages() failures reported due to fragmentation
+    - pci: don't try to remove sysfs files before they are setup.
+    - fix UFS superblock alignment issues
+    - NET: Set truesize in pskb_copy
+    - block: Fix bad data direction in SG_IO (closes: #394690)
+    - cpqarray: fix iostat
+    - cciss: fix iostat
+    - Char: isicom, fix close bug
+    - TCP: Don't use highmem in tcp hash size calculation.
+    - S390: user readable uninitialised kernel memory, take 2.
+    - correct keymapping on Powerbook built-in USB ISO keyboards
+    - USB: failure in usblp's error path
+    - Input: psmouse - fix attribute access on 64-bit systems
+    - Fix sys_move_pages when a NULL node list is passed.
+    - CIFS: report rename failure when target file is locked by Windows
+    - CIFS: New POSIX locking code not setting rc properly to zero on successful
+    - Patch for nvidia divide by zero error for 7600 pci-express card
+      (maybe fixes 398258)
+    - ipmi_si_intf.c sets bad class_mask with PCI_DEVICE_CLASS
+
+  [ Steve Langasek ]
+  * [alpha] new titan-video patch, for compatibility with TITAN and similar
+    systems with non-standard VGA hose configs
+  * [alpha] bugfix for srm_env module from upstream (Jan-Benedict Glaw),
+    makes the module compatible with the current /proc interface so that
+    reads no longer return EFAULT.  (closes: #353079)
+  * Bump ABI to 3 for the msync fixes above.
+
+  [ Martin Michlmayr ]
+  * arm: Set CONFIG_BINFMT_MISC=m
+  * arm/ixp4xx: Set CONFIG_ATM=m (and related modules) so CONFIG_USB_ATM has
+    an effect.
+  * arm/iop32x: Likewise.
+  * arm/s3c2410: Unset CONFIG_PM_LEGACY.
+  * arm/versatile: Fix Versatile PCI config byte accesses
+  * arm/ixp4xx: Swap the disk 1 and disk 2 LED definitions so they're right.
+  * mipsel/r5k-cobalt: Unset CONFIG_SCSI_SYM53C8XX_2 because the timeout is
+    just too long.
+  * arm/ixp4xx: Enable more V4L USB devices.
+
+  [ dann frazier ]
+  * Backport various SCTP changesets from 2.6.19, recommended by Vlad Yasevich
+    (closes: #397946)
+  * Add a "Scope of security support" section to README.Debian, recommended
+    by Moritz Muehlenhoff
+
+  [ Thiemo Seufer ]
+  * Enable raid456 for mips/mipsel qemu kernel.
+
+  [ dann frazier ]
+  * The scope of the USR-61S2B unusual_dev entry was tightened, but too
+    strictly. Loosen it to apply to additional devices with a smaller bcd.
+    (closes: #396375)
+
+  [ Sven Luther ]
+  * Added support for TI ez430 development tool ID in ti_usb.
+    Thanks to Oleg Verych for providing the patch.
+
+  [ Christian T. Steigies ]
+  * Added support for Atari EtherNEC, Aranym, video, keyboard, mouse, and serial
+    by Michael Schmitz
+
+  [ Bastian Blank ]
+  * [i386] Reenable AVM isdn card modules. (closes: #386872)
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 21 Nov 2006 11:28:09 +0100
+
+linux-2.6 (2.6.18-5) unstable; urgency=low
+
+  [ maximilian attems ]
+  * [s390] readd the fix for "S390: user readable uninitialised kernel memory
+    (CVE-2006-5174)"
+  * [s390] temporarily add patch queued for 2.6.18.3 fixing 32 bit opcodes and
+    instructions.
+
+  [ Thiemo Seufer ]
+  * Fix build failure of hugetlbfs (closes: #397139).
+  * Add kernel configuration for qemu's mips/mipsel emulation, thanks to
+    Aurelien Jarno.
+
+  [ Bastian Blank ]
+  * Update vserver patch to 2.0.2.2-rc6.
+  * Update xen parts for vserver. (closes: #397281)
+
+  [ dann frazier ]
+  * [ia64] Move to upstream version of sal-flush-fix patch, which is slightly
+    different than the early version added in 2.6.18-3.
+
+  [ Frederik Schüler ]
+  * [i386] Acticate CONFIG_SX for all flavours. (closes: #391275)
+
+  [ Steve Langasek ]
+  * [alpha] new asm-subarchs patch: tell the compiler that we're
+    deliberately emitting ev56 or ev6 instructions, so that this code
+    will still compile without having to cripple gcc-4.1's checking of
+    whether the correct instruction set is used.  Closes: #397139.
+
+  [ Martin Michlmayr ]
+  * arm/ixp4xx: Enable CONFIG_USB_ATM.
+  * arm/iop32x: Enable CONFIG_PPPOE.
+  * arm/iop32x: Enable CONFIG_USB_ATM.
+
+ -- Bastian Blank <waldi@debian.org>  Wed,  8 Nov 2006 17:15:55 +0100
+
+linux-2.6 (2.6.18-4) unstable; urgency=low
+
+  [ Norbert Tretkowski ]
+  * [alpha] Switched to gcc-4.1.
+
+  [ Jurij Smakov ]
+  * [sparc] Remove sparc64-atyfb-xl-gr.patch, it does more harm than
+    good in 2.6.18.
+  * [sparc] Add bugfix/sparc/compat-alloc-user-space-alignment.patch
+    (thanks to David Miller) to make sure that compat_alloc_user_space()
+    always returns memory aligned on a 8-byte boundary on sparc. This
+    prevents a number of unaligned memory accesses, like the ones in
+    sys_msgrcv() and compat_sys_msgrcv(), triggered every 5 seconds whenever
+    fakeroot is running.
+  * [sparc] Add bugfix/sparc/bus-id-size.patch (thanks to David Miller)
+    to ensure that the size of the strings stored in the bus_id field of
+    struct device never exceeds the amount of memory allocated for them
+    (20 bytes). It fixes the situations in which storing longer device
+    names in this field would cause corruption of adjacent memory regions.
+    (closes: #394697).
+  * [sparc] Add bugfix/sparc/sunblade1k-boot-fix.patch (thanks to David
+    Miller) to fix a boottime crash on SunBlade1000.
+  * [sparc] Add bugfix/sparc/t1k-cpu-lockup.patch (thanks to David Miller)
+    to prevent soft CPU lockup on T1000 servers, which can be triggered from
+    userspace, resulting in denial of service.
+
+  [ Martin Michlmayr ]
+  * arm/iop32x: Fix the interrupt of the 2nd Ethernet slot on N2100.
+  * arm/iop32x: Allow USB and serial to co-exist on N2100.
+  * arm/ixp4xx: Add clocksource for Intel IXP4xx platforms.
+  * arm: Enable CONFIG_AUDIT=y again.
+  * arm/ixp4xx: Add the IXP4xx Ethernet driver.
+  * arm/ixp4xx: Build LED support into the kernel.
+  * Add a driver for Fintek F75375S/SP and F75373.
+  * arm/iop32x: Build F75375S/SP support in.
+  * arm/iop32x: Fix the size of the RedBoot config partition.
+
+  [ maximilian attems ]
+  * Add netpoll leak fix.
+  * Add upstream forcedeth swsusp support.
+  * r8169: PCI ID for Corega Gigabit network card.
+  * r8169: the MMIO region of the 8167 stands behin BAR#1.
+  * r8169: Add upstream fix for infinite loop during hotplug.
+  * Bump build-dependency on kernel-package to 10.063.
+  * r8169: pull revert mac address change support.
+  * bcm43xx: Add full netdev watchout timeout patch. (closes: 392065)
+    Thanks Sjoerd Simons <sjoerd@spring.luon.net> for the testing.
+  * Add stable release 2.6.18.2:
+    - Remove not yet released, revert the included patches.
+    - Keep aboves bcm43xx fix, it's more complete.
+    - Watchdog: sc1200wdt - fix missing pnp_unregister_driver()
+    - fix missing ifdefs in syscall classes hookup for generic targets
+    - JMB 368 PATA detection
+    - usbfs: private mutex for open, release, and remove
+    - sound/pci/au88x0/au88x0.c: ioremap balanced with iounmap
+    - x86-64: Fix C3 timer test
+    - Reintroduce NODES_SPAN_OTHER_NODES for powerpc
+    - ALSA: emu10k1: Fix outl() in snd_emu10k1_resume_regs()
+    - IB/mthca: Use mmiowb after doorbell ring
+    - SCSI: DAC960: PCI id table fixup
+    - ALSA: snd_rtctimer: handle RTC interrupts with a tasklet
+    - JFS: pageno needs to be long
+    - SPARC64: Fix central/FHC bus handling on Ex000 systems.
+    - SPARC64: Fix memory corruption in pci_4u_free_consistent().
+    - SPARC64: Fix PCI memory space root resource on Hummingbird.
+      (closes: #392078)
+    - Fix uninitialised spinlock in via-pmu-backlight code.
+    - SCSI: aic7xxx: pause sequencer before touching SBLKCTL
+    - IPoIB: Rejoin all multicast groups after a port event
+    - ALSA: Dereference after free in snd_hwdep_release()
+    - rtc-max6902: month conversion fix
+    - NET: Fix skb_segment() handling of fully linear SKBs
+    - SCTP: Always linearise packet on input
+    - SCSI: aic7xxx: avoid checking SBLKCTL register for certain cards
+    - IPV6: fix lockup via /proc/net/ip6_flowlabel [CVE-2006-5619]
+    - fix Intel RNG detection
+    - ISDN: check for userspace copy faults
+    - ISDN: fix drivers, by handling errors thrown by ->readstat()
+    - splice: fix pipe_to_file() ->prepare_write() error path
+    - ALSA: Fix bug in snd-usb-usx2y's usX2Y_pcms_lock_check()
+    - ALSA: Repair snd-usb-usx2y for usb 2.6.18
+    - PCI: Remove quirk_via_abnormal_poweroff
+    - Bluetooth: Check if DLC is still attached to the TTY
+    - vmscan: Fix temp_priority race
+    - Use min of two prio settings in calculating distress for reclaim
+    - __div64_32 for 31 bit. Fixes funny clock speed on hercules emulator.
+      (closes: 395247)
+    - DVB: fix dvb_pll_attach for mt352/zl10353 in cx88-dvb, and nxt200x
+    - fuse: fix hang on SMP
+    - md: Fix bug where spares don't always get rebuilt properly when they become live.
+    - md: Fix calculation of ->degraded for multipath and raid10
+    - knfsd: Fix race that can disable NFS server.
+    - md: check bio address after mapping through partitions.
+    - fill_tgid: fix task_struct leak and possible oops
+    - uml: fix processor selection to exclude unsupported processors and features
+    - uml: remove warnings added by previous -stable patch
+    - Fix sfuzz hanging on 2.6.18
+    - SERIAL: Fix resume handling bug
+    - SERIAL: Fix oops when removing suspended serial port
+    - sky2: MSI test race and message
+    - sky2: pause parameter adjustment
+    - sky2: turn off PHY IRQ on shutdown
+    - sky2: accept multicast pause frames
+    - sky2: GMAC pause frame
+    - sky2: 88E803X transmit lockup (2.6.18)
+    - tcp: cubic scaling error
+    - mm: fix a race condition under SMC + COW
+    - ALSA: powermac - Fix Oops when conflicting with aoa driver
+    - ALSA: Fix re-use of va_list
+    - posix-cpu-timers: prevent signal delivery starvation
+    - NFS: nfs_lookup - don't hash dentry when optimising away the lookup
+    - uml: make Uml compile on FC6 kernel headers
+    - Fix potential interrupts during alternative patching
+  * Backport atkbd - supress "too many keys" error message.
+  * [s390] Revert temporarly 2.6.18.1 "S390: user readable uninitialised
+    kernel memory (CVE-2006-5174)" fix as it causes ftfbs
+
+  [ Sven Luther ]
+  * [powerpc] Added exception alignement patch from Benjamin Herrenschmidt.
+
+  [ Frederik Schüler ]
+  * Bump ABI to 2.
+  * Update vserver patch to 2.0.2.2-rc4.
+
+  [ Thiemo Seufer ]
+  * Add patches from linux-mips.org's 2.6.18-stable branch:
+    - bugfix/copy-user-highpage.patch, needed for cache alias handling
+      on mips/mipsel/hppa.
+    - bugfix/mips/syscall-wiring.patch, fixes TLS register access, and
+      n32 rt_sigqueueinfo.
+    - bugfix/mips/sb1-flush-cache-data-page.patch, missing cache flush
+      on SB-1.
+    - bugfix/mips/trylock.patch, fix trylock implementation for R1x000
+      and R3xxx.
+    - bugfix/mips/smp-cpu-bringup.patch, correct initialization of
+      non-contiguous CPU topology.
+    - bugfix/mips/header-exports.patch, clean up userland exports of
+      kernel headers.
+    - bugfix/mips/sb1-interrupt-handler.patch, fix broken interrupt
+      routing on SB-1.
+    - bugfix/mips/cache-alias.patch, fixes #387498 for mips/mipsel.
+    - bugfix/mips/ip22-zilog-console.patch, fix long delays seen with
+      SGI ip22 serial console.
+    - bugfix/mips/signal-handling.patch, fixes a signal handling race
+      condition shown with gdb.
+    - bugfix/mips/sb1-duart-tts.patch, replaces mips-sb1-duart-tts.patch,
+      use standard Linux names for SB-1 consoles.
+    - bugfix/mips/wait-race.patch, correct behaviour of the idle loop.
+    - bugfix/mips/sgi-ioc3.patch, checksumming fix for IOC3 network
+      driver.
+    - features/mips/qemu-kernel.patch, support for the mips/mipsel
+      machine emulated by Qemu.
+    - features/mips/backtrace.patch, reimplementation of stack analysis
+      and backtrace printing, useful for in-kernel debugging.
+    - bugfix/mips/dec-scsi.patch, replaces mips-dec-scsi.patch, fixes DSP
+      SCSI driver for DECstations.
+    - bugfix/mips/dec-serial.patch, replaces mips-dec-serial.patch, fix
+      serial console handling on DECstations.
+
+ -- Frederik Schüler <fs@debian.org>  Sat,  4 Nov 2006 18:45:02 +0100
+
+linux-2.6 (2.6.18-3) unstable; urgency=low
+
+  [ Bastian Blank ]
+  * Fix home of patch apply script.
+  * Unify CPUSET option. (closes: #391931)
+  * Support xen version 3.0.3-1.
+  * Add AHCI suspend support.
+  * Add patch to support bindmount without nodev on vserver.
+  * Update fedora xen patch to changeset 36252.
+
+  [ Steve Langasek ]
+  * [alpha] restore alpha-prctl.patch, which keeps disappearing every time
+    there's a kernel upgrade :/
+
+  [ Frederik Schüler ]
+  * Activate CONFIG_NET_CLS_* globaly. (Closes: #389918)
+  * Make CONFIG_EFI_VARS modular on i386. (Closes: #381951)
+  * Activate CONFIG_SCSI_ARCMSR on amd64, powerpc, sparc too.
+  * [vserver] Activate HARDCPU and HARDCPU_IDLE.
+  * [vserver] Upgrade to vs2.0.2.2-rc2.
+
+  [ maximilian attems ]
+  * [mipsel] Disable CONFIG_SECURITY_SECLVL on DECstations too.
+  * Add stable release 2.6.18.1:
+   - add utsrelease.h to the dontdiff file
+   - V4L: copy-paste bug in videodev.c
+   - block layer: elv_iosched_show should get elv_list_lock
+   - NETFILTER: NAT: fix NOTRACK checksum handling
+   - bcm43xx: fix regressions in 2.6.18 (Closes: #392065)
+   - x86-64: Calgary IOMMU: Fix off by one when calculating register space
+     location
+   - ide-generic: jmicron fix
+   - scx200_hrt: fix precedence bug manifesting as 27x clock in 1 MHz mode
+   - invalidate_inode_pages2(): ignore page refcounts
+   - rtc driver rtc-pcf8563 century bit inversed
+   - fbdev: correct buffer size limit in fbmem_read_proc()
+   - mm: bug in set_page_dirty_buffers
+   - TCP: Fix and simplify microsecond rtt sampling
+   - MD: Fix problem where hot-added drives are not resynced.
+   - IPV6: Disable SG for GSO unless we have checksum
+   - PKT_SCHED: cls_basic: Use unsigned int when generating handle
+   - sata_mv: fix oops
+   - [SPARC64]: Kill bogus check from bootmem_init().
+   - IPV6: bh_lock_sock_nested on tcp_v6_rcv
+   - [CPUFREQ] Fix some more CPU hotplug locking.
+   - SPARC64: Fix serious bug in sched_clock() on sparc64
+   - Fix VIDIOC_ENUMSTD bug
+   - load_module: no BUG if module_subsys uninitialized
+   - i386: fix flat mode numa on a real numa system
+   - cpu to node relationship fixup: map cpu to node
+   - cpu to node relationship fixup: acpi_map_cpu2node
+   - backlight: fix oops in __mutex_lock_slowpath during head
+     /sys/class/graphics/fb0/*
+   - do not free non slab allocated per_cpu_pageset
+   - rtc: lockdep fix/workaround
+   - powerpc: Fix ohare IDE irq workaround on old powermacs
+   - sysfs: remove duplicated dput in sysfs_update_file
+   - powerpc: fix building gdb against asm/ptrace.h
+   - Remove offsetof() from user-visible <linux/stddef.h>
+   - Clean up exported headers on CRIS
+   - Fix v850 exported headers
+   - Don't advertise (or allow) headers_{install,check} where inappropriate.
+   - Remove UML header export
+   - Remove ARM26 header export.
+   - Fix H8300 exported headers.
+   - Fix m68knommu exported headers
+   - Fix exported headers for SPARC, SPARC64
+   - Fix 'make headers_check' on m32r
+   - Fix 'make headers_check' on sh64
+   - Fix 'make headers_check' on sh
+   - Fix ARM 'make headers_check'
+   - One line per header in Kbuild files to reduce conflicts
+   - sky2 network driver device ids
+   - sky2: tx pause bug fix
+   - netdrvr: lp486e: fix typo
+   - mv643xx_eth: fix obvious typo, which caused build breakage
+   - zone_reclaim: dynamic slab reclaim
+   - Fix longstanding load balancing bug in the scheduler
+   - jbd: fix commit of ordered data buffers
+   - ALSA: Fix initiailization of user-space controls
+   - USB: Allow compile in g_ether, fix typo
+   - IB/mthca: Fix lid used for sending traps
+   - S390: user readable uninitialised kernel memory (CVE-2006-5174)
+   - zd1211rw: ZD1211B ASIC/FWT, not jointly decoder
+   - V4L: pvrusb2: Limit hor res for 24xxx devices
+   - V4L: pvrusb2: Suppress compiler warning
+   - V4L: pvrusb2: improve 24XXX config option description
+   - V4L: pvrusb2: Solve mutex deadlock
+   - DVB: cx24123: fix PLL divisor setup
+   - V4L: Fix msp343xG handling regression
+   - UML: Fix UML build failure
+   - uml: use DEFCONFIG_LIST to avoid reading host's config
+   - uml: allow using again x86/x86_64 crypto code
+   - NET_SCHED: Fix fallout from dev->qdisc RCU change
+  * Add backported git patch remving BSD secure level - request by the
+    Debian Security Team. (closes: 389282)
+  * [powerpc] Add DAC960-ipr PCI id table fixup.
+  * [powerpc] Fix uninitialised spinlock in via-pmu-backlight code.
+  * Fix serial_cs resume handling.
+  * Fix oops when removing suspended serial port.
+  * Check if DLC is still attached to the TTY.
+  * Add fedora backport of i965 DRM support.
+
+  [ Martin Michlmayr ]
+  * [mips] Apply some patches from linux-mips' linux-2.6.18-stable GIT tree:
+    - The o32 fstatat syscall behaves differently on 32 and 64 bit kernels
+    - fstatat syscall names
+    - BCM1480: Mask pending interrupts against c0_status.im.
+    - Cobalt: Time runs too quickly
+    - Show actual CPU information in /proc/cpuinfo
+    - Workaround for bug in gcc -EB / -EL options
+    - Do not use -msym32 option for modules
+    - Fix O32 personality(2) call with 0xffffffff argument
+    - Use compat_sys_mount
+
+  [ dann frazier ]
+  * [ia64]: Fix booting on HP cell systems, thanks to Troy Heber
+    - Enable CONFIG_HUGETLBFS
+    - bugfix/ia64/sal-flush-fix.patch: delay sal cache flush
+  * bugfix/sky2-receive-FIFO-fix.patch: fix sky2 hangs on some chips
+    Thanks to Stephen Hemminger for the patch. (Closes: #391382)
+  * features/all/drivers/cciss-support-for-gt-2TB-volumes.patch:
+    Add support for > 2TB volumes
+  * bugfix/sym2-dont-claim-raid-devs.patch: Prevent cpqarray/sym2 conflict
+    by telling sym2 not to claim raid devices. (Closes: #391384)
+
+  [ Sven Luther ]
+  * [powerpc] Added AMD74xx driver module to the powerpc64 flavour
+    (Closes: #391861).
+
+  [ Kyle McMartin ]
+  * [hppa] Force CROSS_COMPILE=hppa64-linux-gnu- (closes: #389296)
+
+ -- Bastian Blank <waldi@debian.org>  Sat, 21 Oct 2006 15:59:43 +0200
+
+linux-2.6 (2.6.18-2) unstable; urgency=low
+
+  [ Bastian Blank ]
+  * hppa: Fix compiler dependencies. (closes: #389296)
+  * Make cfq the default io scheduler.
+  * Add arcmsr (Areca) driver.
+  * powerpc/prep: Fix compatibility asm symlink.
+  * m68k: Disable initramfs support.
+
+  [ Kyle McMartin ]
+  * hppa: Add parisc patchset.
+
+  [ Norbert Tretkowski ]
+  * [alpha] Workaround undefined symbols by setting CONFIG_SCSI=y for smp flavour.
+    (closes: #369517)
+
+  [ Christian T. Steiges ]
+  * m68k: Update patches for 2.6.18.
+  * m68k: Re-Add m68k-as and m68k-macro patch which allow building with current binutils.
+  * m68k: disable CONFIG_AUDIT for m68k.
+  * m68k/mac: add m68k-no-backlight and m68k-fbcon patch.
+  * m68k/mac: enable SONIC, disable all ADB but CUDA.
+
+  [ Jurij Smakov ]
+  * Add bugfix/proc-fb-reading.patch to fix the inconsistent behaviour
+    of /proc/fb. (Closes: #388815)
+  * sparc: Enable vserver flavour for sparc64. (Closes: #386656)
+
+ -- Bastian Blank <waldi@debian.org>  Fri, 29 Sep 2006 14:12:19 +0200
+
+linux-kbuild-2.6 (2.6.18-1) unstable; urgency=low
+
+  * New upstream version.
+  * Use included headers. (closes: #382286, #384211)
+
+ -- Bastian Blank <waldi@debian.org>  Mon, 25 Sep 2006 21:45:50 +0200
+
+linux-2.6 (2.6.18-1) unstable; urgency=low
+
+  The unpruned release
+
+  [ Martin Michlmayr ]
+  * Bump build-dependency on kernel-package to 10.054.
+  * arm/iop32x: Build ext2/3 as modules.
+  * arm/iop32x: Disable CONFIG_EMBEDDED.
+  * mipsel/r5k-cobalt: Enable ISDN.
+  * arm/footbridge: Enable the CIFS module (closes: #274808).
+  * arm/nslu2: Drop flavour since this machine is supported by arm/ixp4xx.
+  * arm: Make get_unaligned() work with const pointers and GCC 4.1.
+  * mipsel/r5k-cobalt: Enable CONFIG_BONDING as a module.
+  * arm/iop32x: Likewise.
+  * arm/ixp4xx: Likewise.
+  * arm: Disable CONFIG_AUDIT for now since it's broken.
+
+  [ Sven Luther ]
+  * [powerpc] Enabled the -prep flavour. (Closes: #359025)
+  * [powerpc] The sisfb framebuffer device is now builtin.
+  * [powerpc] Updated the powerpc serial patch. This fixes the XServe serial
+    port, but at the cost powermac pcmcia serial cards support.
+    Thanks go to Mark Hymers for providing the patch.
+    (Closes: #364637, #375194)
+  * [powerpc] Added patch to fix oldworld/quik booting.
+    Thanks fo to Christian Aichinger for investigating to Benjamin
+    Herrenschmidt for providing the patch. (Closes: #366620, #375035).
+  * [powerpc] Fixes hvc_console caused suspsend-to-disk breakage. Thanks to
+    Andrew Morton for providing the patch. (Closes: #387178)
+  * [powerpc] Disabled mv643xx_eth on powerpc64 flavours, as there never was a
+    Marvell Discovery northbrige for 64bit powerpc cpus.
+
+  [ Frederik Schüler ]
+  * Remove obsolete options from amd64 and i386 configs.
+  * Deactivate EVBUG.
+  * Make PARPORT options global.
+  * [i386] Add class definition for 486 flavour.
+
+  [ maximilian attems ]
+  * Enable CONFIG_PRINTER=m for all powerpc flavours.
+  * Enable the new alsa CONFIG_SND_AOA framework for powerpc.
+  * Add the merged advansys pci table patch.
+
+  [ Bastian Blank ]
+  * hppa: Use gcc-4.1.
+  * Only provide 16 legacy ptys.
+
+  [ Norbert Tretkowski ]
+  * [alpha] Updated configs.
+  * [alpha] Disabled CONFIG_AUDIT, broken.
+  * [alpha] Added vserver flavour.
+
+ -- Bastian Blank <waldi@debian.org>  Sun, 24 Sep 2006 15:55:37 +0200
+
+linux-2.6 (2.6.17-9) unstable; urgency=medium
+
+  [ Bastian Blank ]
+  * Update vserver patch to 2.0.2.
+    - Fix possible priviledge escalation in remount code. (CVE-2006-4243)
+
+  [ Frederik Schüler ]
+  * Add stable release 2.5.17.12:
+    - sky2: version 1.6.1
+    - sky2: fix fiber support
+    - sky2: MSI test timing
+    - sky2: use dev_alloc_skb for receive buffers
+    - sky2: clear status IRQ after empty
+    - sky2: accept flow control
+    - dm: Fix deadlock under high i/o load in raid1 setup.
+    - Remove redundant up() in stop_machine()
+    - Missing PCI id update for VIA IDE
+    - PKTGEN: Fix oops when used with balance-tlb bonding
+    - PKTGEN: Make sure skb->{nh,h} are initialized in fill_packet_ipv6() too.
+    - Silent data corruption caused by XPC
+    - uhci-hcd: fix list access bug
+    - binfmt_elf: fix checks for bad address
+    - [s390] bug in futex unqueue_me
+    - fcntl(F_SETSIG) fix
+    - IPV6 OOPS'er triggerable by any user
+    - SCTP: Fix sctp_primitive_ABORT() call in sctp_close().
+    - SPARC64: Fix X server crashes on sparc64
+    - TG3: Disable TSO by default
+    - dm: mirror sector offset fix
+    - dm: fix block device initialisation
+    - dm: add module ref counting
+    - dm: fix mapped device ref counting
+    - dm: add DMF_FREEING
+    - dm: change minor_lock to spinlock
+    - dm: move idr_pre_get
+    - dm: fix idr minor allocation
+    - dm snapshot: unify chunk_size
+    - Have ext2 reject file handles with bad inode numbers early.
+    - Allow per-route window scale limiting
+    - bridge-netfilter: don't overwrite memory outside of skb
+    - fix compilation error on IA64
+    - Fix output framentation of paged-skbs
+    - spectrum_cs: Fix firmware uploading errors
+    - TEXTSEARCH: Fix Boyer Moore initialization bug
+  * Add stable release 2.6.17.13:
+    - lib: add idr_replace
+    - pci_ids.h: add some VIA IDE identifiers
+  * Remove patches merged upstream:
+    - s390-kernel-futex-barrier.patch
+  * Unpatch ia64-mman.h-fix.patch
+
+ -- Bastian Blank <waldi@debian.org>  Wed, 13 Sep 2006 14:54:14 +0200
+
+linux-2.6 (2.6.17-8) unstable; urgency=low
+
+  [ Martin Michlmayr ]
+  * arm/ixp4xx: Enable CONFIG_W1.
+
+  [ dann frazier ]
+  * sound-pci-hda-mac-mini-quirks.diff, sound-pci-hda-intel-d965.diff
+    sound-pci-hda-mac-mini-intel945.diff:
+    Updates to patch_sigmatel.c to add x86 mac-mini sound support
+    Thanks to Matt Kraai. (closes: #384972)
+
+  [ Kyle McMartin ]
+  * hppa: Re-enable pa8800 fixing patches from James Bottomley.
+    Pulled fresh from parisc-linux git tree.
+  * ia64: Pull in compile-failure fix from Christian Cotte-Barrot.
+    Pulled from linux-ia64 mailing list. Fix is correct.
+  * hppa/alpha/mips: Fix compile-failure due to missing arch_mmap_check. Patch sent
+    upstream to stable@kernel.org.
+
+  [ dann frazier ]
+  * sym2: only claim "Storage" class devices - the cpqarray driver should be
+    used for 5c1510 devices in RAID mode. (closes: #380272)
+
+  [ Bastian Blank ]
+  * Backport change to allow all hypercalls for xen.
+
+ -- Bastian Blank <waldi@debian.org>  Thu, 31 Aug 2006 12:12:51 +0200
+
+linux-2.6 (2.6.17-7) unstable; urgency=low
+
+  [ Martin Michlmayr ]
+  * arm/iop32x: Enable CONFIG_BLK_DEV_OFFBOARD.
+  * arm/iop32x: Unset CONFIG_BLK_DEV_AMD74XX since it fails on ARM
+    with "Unknown symbol pci_get_legacy_ide_irq".
+  * arm/iop32x: Enable a number of MD and DM modules.
+  * arm/iop32x: Enable some more USB network modules.
+  * mipsel/r5k-cobalt: Increase 8250 NR_UARTS and RUNTIME_UARTS to 4.
+  * mipsel/r5k-cobalt: Fix MAC detection problem on Qube 2700.
+
+  [ Bastian Blank ]
+  * Update vserver patch to 2.0.2-rc29.
+  * Add stable release 2.6.17.10:
+    - Fix possible UDF deadlock and memory corruption (CVE-2006-4145)
+    - elv_unregister: fix possible crash on module unload
+    - Fix sctp privilege elevation (CVE-2006-3745)
+
+  [ maximilian attems ]
+  * Add RAM range to longclass for -bigmem. (closes: 382799)
+  * Add stable release 2.6.17.9:
+    - powerpc: Clear HID0 attention enable on PPC970 at boot time
+    (CVE-2006-4093)
+  * Add stable release 2.6.17.11:
+    - Fix ipv4 routing locking bug
+    - disable debugging version of write_lock()
+    - PCI: fix ICH6 quirks
+    - 1394: fix for recently added firewire patch that breaks things on ppc
+    - Fix IFLA_ADDRESS handling
+    - Fix BeFS slab corruption
+    - Fix timer race in dst GC code
+    - Have ext3 reject file handles with bad inode numbers early
+    - Kill HASH_HIGHMEM from route cache hash sizing
+    - sys_getppid oopses on debug kernel
+    - IA64: local DoS with corrupted ELFs
+    - tpm: interrupt clear fix
+    - ulog: fix panic on SMP kernels
+    - dm: BUG/OOPS fix
+    - MD: Fix a potential NULL dereference in md/raid1
+    - ip_tables: fix table locking in ipt_do_table
+    - swsusp: Fix swap_type_of
+    - sky2: phy power problem on 88e805x
+    - ipx: header length validation needed
+
+  [ Frederik Schüler ]
+  * Activate CONFIG_R8169_VLAN on amd64. (closes: #383707)
+  * Activate EFI boot support on i386. (closes: #381951)
+
+  [ dann frazier ]
+  * Include module.lds in headers package if it exists. (closes: #342246)
+  * Add Apple MacBook product IDs to usbhid and set
+    CONFIG_USB_HIDINPUT_POWERBOOK=y on i386 and amd64. (closes: #383620)
+
+ -- Bastian Blank <waldi@debian.org>  Thu, 24 Aug 2006 15:54:51 +0000
+
+linux-2.6 (2.6.17-6) unstable; urgency=low
+
+  [ maximilian attems ]
+  * debian/arch/i386/defines: Activate 686-bigmem flavour for enterprise
+  usage.
+  * Add ubuntu pci table patch for scsi drivers advansys and fdomain.
+
+  [ Martin Michlmayr ]
+  * arm/armeb: Use gcc-4.1.
+  * mips/mipsel: Use gcc-4.1.
+  * arm/ixp4xx: Update config based on the NSLU2 config.
+  * arm/s3c2410: Unset CONFIG_DEBUG_INFO.
+  * arm/iop32x: xscale: don't mis-report 80219 as an iop32x
+  * arm/iop32x: Add an MTD map for IOP3xx boards
+  * arm/iop32x: Add support for the Thecus N2100.
+  * arm/iop32x: Add support for the GLAN Tank.
+  * arm/iop32x: Add a flavour for IOP32x based machines.
+
+  [ Bastian Blank ]
+  * Shrink short descriptions.
+  * Make gcc-4.1 the default compiler.
+  * [powerpc]: Use gcc-4.1.
+  * Move latest and transitional packages to linux-latest-2.6.
+
+  [ Frederik Schüler ]
+  * [amd64] Add smp-alternatives backport.
+  * [amd64] Drop smp flavours.
+  * [amd64] Merge k8 and p4 flavours into a generic one, following upstreams
+    advice.
+  * Activate BSD_PROCESS_ACCT_V3.
+  * Add stable release 2.6.17.8:
+    - ALSA: Don't reject O_RDWR at opening PCM OSS
+    - Add stable branch to maintainers file
+    - tty serialize flush_to_ldisc
+    - S390: fix futex_atomic_cmpxchg_inatomic
+    - Fix budget-av compile failure
+    - cond_resched() fix
+    - e1000: add forgotten PCI ID for supported device
+    - ext3: avoid triggering ext3_error on bad NFS file handle
+    - ext3 -nobh option causes oops
+    - Fix race related problem when adding items to and svcrpc auth cache.
+    - ieee1394: sbp2: enable auto spin-up for Maxtor disks
+    - invalidate_bdev() speedup
+    - Sparc64 quad-float emulation fix
+    - VLAN state handling fix
+    - Update frag_list in pskb_trim
+    - UHCI: Fix handling of short last packet
+    - sky2: NAPI bug
+    - i2c: Fix 'ignore' module parameter handling in i2c-core
+    - scx200_acb: Fix the block transactions
+    - scx200_acb: Fix the state machine
+    - H.323 helper: fix possible NULL-ptr dereference
+    - Don't allow chmod() on the /proc/<pid>/ files
+    - PCI: fix issues with extended conf space when MMCONFIG disabled because of e820
+
+  [ Sven Luther ]
+  * [powerpc] Added console=hvsi0 too to CMDLINE to the powerpc64 flavour, for
+    non-virtualized IBM power machines serial console.
+
+ -- Bastian Blank <waldi@debian.org>  Fri, 11 Aug 2006 19:58:06 +0200
+
+linux-kbuild-2.6 (2.6.17-3) unstable; urgency=low
+
+  * Replace own modpost with original one.
+
+ -- Bastian Blank <waldi@debian.org>  Tue,  1 Aug 2006 11:01:18 +0200
+
+linux-2.6 (2.6.17-5) unstable; urgency=low
+
+  [ Martin Michlmayr ]
+  * [arm/nslu2] Enable CONFIG_USB_EHCI_SPLIT_ISO.  Closes: #378554
+
+  [ maximilian attems ]
+  * Add stable release 2.6.17.7:
+    - BLOCK: Fix bounce limit address check
+    - v4l/dvb: Fix budget-av frontend detection
+    - v4l/dvb: Fix CI on old KNC1 DVBC cards
+    - v4l/dvb: Fix CI interface on PRO KNC1 cards
+    - v4l/dvb: Backport fix to artec USB DVB devices
+    - v4l/dvb: Backport the DISEQC regression fix to 2.6.17.x
+    - v4l/dvb: stradis: dont export MODULE_DEVICE_TABLE
+    - pnp: suppress request_irq() warning
+    - generic_file_buffered_write(): handle zero-length iovec segments
+    - serial 8250: sysrq deadlock fix
+    - Reduce ACPI verbosity on null handle condition
+    - ieee80211: TKIP requires CRC32
+    - Make powernow-k7 work on SMP kernels.
+    - via-velocity: the link is not correctly detected when the device starts
+    - Add missing UFO initialisations
+    - USB serial ftdi_sio: Prevent userspace DoS (CVE-2006-2936)
+    - cdrom: fix bad cgc.buflen assignment
+    - splice: fix problems with sys_tee()
+    - fix fdset leakage
+    - struct file leakage
+    - XFS: corruption fix
+    - v4l/dvb: Kconfig: fix description and dependencies for saa7115 module
+    - dvb-bt8xx: fix frontend detection for DViCO FusionHDTV DVB-T Lite rev 1.2
+    - IB/mthca: restore missing PCI registers after reset
+    - v4l/dvb: Backport the budget driver DISEQC instability fix
+    - Fix IPv4/DECnet routing rule dumping
+    - pdflush: handle resume wakeups
+    - x86_64: Fix modular pc speaker
+    - Fix powernow-k8 SMP kernel on UP hardware bug.
+    - ALSA: RME HDSP - fixed proc interface (missing {})
+    - ALSA: au88x0 - Fix 64bit address of MPU401 MMIO port
+    - ALSA: Fix a deadlock in snd-rtctimer
+    - ALSA: Fix missing array terminators in AD1988 codec support
+    - ALSA: Fix model for HP dc7600
+    - ALSA: Fix mute switch on VAIO laptops with STAC7661
+    - ALSA: fix the SND_FM801_TEA575X dependencies
+    - ALSA: Fix undefined (missing) references in ISA MIRO sound driver
+    - ALSA: Fix workaround for AD1988A rev2 codec
+    - ALSA: hda-intel - Fix race in remove
+    - Suppress irq handler mismatch messages in ALSA ISA drivers
+    - PKT_SCHED: Fix illegal memory dereferences when dumping actions
+    - PKT_SCHED: Return ENOENT if action module is unavailable
+    - PKT_SCHED: Fix error handling while dumping actions
+    - generic_file_buffered_write(): deadlock on vectored write
+    - ethtool: oops in ethtool_set_pauseparam()
+    - memory hotplug: solve config broken: undefined reference to `online_page'
+  * Add budget-av-compile-fix.patch stable compile fix.
+  * Enable in all configs setting SND_FM801_TEA575X SND_FM801_TEA575X_BOOL=y.
+
+ -- Bastian Blank <waldi@debian.org>  Sat, 29 Jul 2006 13:30:06 +0200
+
+linux-2.6 (2.6.17-4) unstable; urgency=low
+
+  [ Bastian Blank ]
+  * Add stable release 2.6.17.5:
+    - Fix nasty /proc vulnerability (CVE-2006-3626)
+  * Add stable release 2.6.17.6:
+    - Relax /proc fix a bit
+  * Set section of images to admin.
+
+  [ dann frazier ]
+  * [ia64] Drop the non-SMP flavours; they are not well maintained upstream.
+    Note that the non-SMP flavours have been identical to the SMP builds
+    since 2.6.13-1; this was to avoid having to drop then re-add these
+    flavours if upstream resolved the issue - but that never happened.
+    Note that this is a measurable performance penalty on non-SMP systems.
+
+ -- Bastian Blank <waldi@debian.org>  Mon, 17 Jul 2006 11:08:41 +0200
+
+linux-2.6 (2.6.17-3) unstable; urgency=low
+
+  [ maximilian attems ]
+  * Add stable release 2.6.17.2:
+    - ide-io: increase timeout value to allow for slave wakeup
+    - NTFS: Critical bug fix (affects MIPS and possibly others)
+    - Link error when futexes are disabled on 64bit architectures
+    - SCTP: Reset rtt_in_progress for the chunk when processing its sack.
+    - SPARC32: Fix iommu_flush_iotlb end address
+    - ETHTOOL: Fix UFO typo
+    - UML: fix uptime
+    - x86: compile fix for asm-i386/alternatives.h
+    - bcm43xx: init fix for possible Machine Check
+    - SCTP: Fix persistent slowdown in sctp when a gap ack consumes rx buffer.
+    - kbuild: bugfix with initramfs
+    - Input: return correct size when reading modalias attribute
+    - ohci1394: Fix broken suspend/resume in ohci1394
+    - idr: fix race in idr code
+    - USB: Whiteheat: fix firmware spurious errors
+    - libata: minor patch for ATA_DFLAG_PIO
+    - SCTP: Send only 1 window update SACK per message.
+    - PFKEYV2: Fix inconsistent typing in struct sadb_x_kmprivate.
+    - SCTP: Limit association max_retrans setting in setsockopt.
+    - SCTP: Reject sctp packets with broadcast addresses.
+    - IPV6: Sum real space for RTAs.
+    - IPV6 ADDRCONF: Fix default source address selection without
+      CONFIG_IPV6_PRIVACY
+    - IPV6: Fix source address selection.
+  * Add stable release 2.6.17.3:
+    - NETFILTER: SCTP conntrack: fix crash triggered by packet without chunks
+    [CVE-2006-2934]
+  * Deapply merged sparc32-iotlb.patch.
+  * Fix README.Debian: Correct svn location, remove old boot param bswap
+    reference, the asfs patch is in the Debian kernel. Remove reference to
+    AMD 768 erratum 10, it was solved in 2.6.12. Add wording corrections.
+  * Set CONFIG_SERIAL_8250_RN_UARTS=16 for all archs beside mips/m68k unless
+    explicitly set on a specific value. (closes: 377151)
+  * Add stable release 2.6.17.4:
+    - fix prctl privilege escalation and suid_dumpable (CVE-2006-2451)
+
+  [ Sven Luther ]
+  * Re-enabled fs-asfs patch.
+
+  [ Thiemo Seufer ]
+  * [mips,mipsel] Fix sb1 interrupt handlers.
+  * [mips,mipsel] Fix devfs-induced build failure in sb1250 serial driver.
+  * [mips] SGI ip22 RTC was broken, fixed thanks to Julien Blache.
+  * [mips] Fix SGI ip22 serial console, thanks to Julien Blache.
+
+  [ Martin Michlmayr ]
+  * [arm/nslu2] Enable HFS and some other filesystems.
+  * [arm/nslu2] Unset CONFIG_USB_STORAGE_DEBUG.  Closes: #377853.
+
+ -- Bastian Blank <waldi@debian.org>  Thu, 13 Jul 2006 13:14:53 +0200
+
+linux-kbuild-2.6 (2.6.17-2) unstable; urgency=low
+
+  * Fix uninitialied variable. (closes: #377656)
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 11 Jul 2006 10:10:24 +0200
+
+linux-kbuild-2.6 (2.6.17-1) unstable; urgency=low
+
+  * Initial release. (closes: #368544)
+
+ -- Bastian Blank <waldi@debian.org>  Sat,  1 Jul 2006 19:10:07 +0200
+
+linux-2.6 (2.6.17-2) unstable; urgency=low
+
+  [ Jurij Smakov ]
+  * [sparc] Switch to gcc-4.1 as it produces a working kernel,
+    while gcc-4.0 does not. No ABI bump neccessary, because
+    2.6.17-1 sparc binaries never made it to the archive.
+  * [sparc32] Add sparc32-iotlb.patch to fix DMA errors on sparc32.
+
+  [ Sven Luther ]
+  * [powerpc] Added console=hvc0 default commandline option to powerpc64 flavour.
+  * [powerpc] Fixed mkvmlinuz support, which was missing from -1. (Closes: #375645)
+  * [powerpc] Added PowerBook HID support for last-gen PowerBook keyboards.
+    (Closes: #307327)
+
+  [ Martin Michlmayr ]
+  * [mipsel] Fix compilation error in dz serial driver.
+  * [mipsel] Update configs.
+  * [mipsel] Add a build fix for the Cobalt early console support.
+  * [arm/nslu2] Disable SE Linux support for now so the kernel fits into flash.
+
+  [ Christian T. Steigies ]
+  * [m68k] Update patches for 2.6.17.
+  * [m68k] Add m68k-as and m68k-macro patch which allow building with current binutils.
+  * [m68k] Disable all subarches but amiga and mac for official linux-images.
+
+  [ Kyle McMartin ]
+  * [hppa] Update patchset (2.6.17-pa6) from parisc-linux.org.
+    Which fixes relocation errors in modules with 64-bit kernels, and
+    a softlockup on non-SMP flavours with gettimeofday.
+
+ -- Bastian Blank <waldi@debian.org>  Thu, 29 Jun 2006 18:49:35 +0200
+
+linux-2.6 (2.6.17-1) unstable; urgency=low
+
+  [ Frederik Schüler ]
+  * New upstream release.
+  * [amd64] Use gcc 4.1.
+  * [amd64] Drop amd64-generic flavor. We will use amd64-k8 for the
+    installer.
+
+  [ Martin Michlmayr ]
+  * [mips] Update patches for 2.6.17.
+  * [arm] Update configs.
+  * [armeb] Update configs.
+
+  [ Thiemo Seufer ]
+  * [mips] Fix SWARM FPU detection.
+  * [mips] Update configurations.
+
+  [ Kyle McMartin ]
+  * [hppa] Set PDC_CHASSIS_WARN to y.
+  * [hppa] Update patchset (2.6.17-pa2) from parisc-linux.org.
+  * [hppa] Change NR_CPUS to 8 from 32 on both SMP flavours.
+  * [hppa] Set PARISC_PAGE_SIZE to 4K on all platforms.
+
+  [ Bastian Blank ]
+  * [s390] Use gcc 4.1.
+  * [i386] Enable REGPARM.
+  * [i386] Use gcc 4.1.
+  * [powerpc] Disable prep.
+
+  [ dann frazier ]
+  * [ia64] Update configs
+  * [ia64] Use gcc 4.1.
+
+  [ maximilian attems ]
+  * Add stable release 2.6.17.1:
+    - xt_sctp: fix endless loop caused by 0 chunk length (CVE-2006-3085)
+
+ -- Bastian Blank <waldi@debian.org>  Thu, 22 Jun 2006 12:13:15 +0200
+
+linux-2.6 (2.6.16+2.6.17-rc3-0experimental.1) experimental; urgency=low
+
+  [ Frederik Schüler ]
+  * New upstream release candidate.
+  * Switch HZ from 1000 to 250, following upstreams default.
+  * Activate CONFIG_BCM43XX_DEBUG.
+
+  [ maximilian attems ]
+  * Disable broken and known unsecure LSM modules: CONFIG_SECURITY_SECLVL,
+    CONFIG_SECURITY_ROOTPLUG. Upstream plans to remove them for 2.6.18
+
+ -- Frederik Schüler <fs@debian.org>  Sun,  7 May 2006 17:06:29 +0200
+
+linux-2.6.16 (2.6.16-18) unstable; urgency=high
+
+  [ Sven Luther ]
+  * [powerpc] Added console=hvsi0 too to CMDLINE to the powerpc64 flavour,
+    for non-virtualized IBM power machines serial console.
+
+  [ dann frazier ]
+  * fs-ext3-bad-nfs-handle.patch: avoid triggering ext3_error on bad NFS
+    file handle (CVE-2006-3468)
+  * cdrom-bad-cgc.buflen-assign.patch: fix buffer overflow in dvd_read_bca
+  * usb-serial-ftdi_sio-dos.patch: fix userspace DoS in ftdi_sio driver
+
+  [ Bastian Blank ]
+  * Update xen patch to changeset 9762.
+
+ -- Frederik Schüler <fs@debian.org>  Fri, 18 Aug 2006 20:29:17 +0200
+
+linux-2.6.16 (2.6.16-17) unstable; urgency=high
+
+  [ Martin Michlmayr ]
+  * Add stable release 2.6.16.22:
+    - powernow-k8 crash workaround
+    - NTFS: Critical bug fix (affects MIPS and possibly others)
+    - JFS: Fix multiple errors in metapage_releasepage
+    - SPARC64: Fix D-cache corruption in mremap
+    - SPARC64: Respect gfp_t argument to dma_alloc_coherent().
+    - SPARC64: Fix missing fold at end of checksums.
+    - scsi_lib.c: properly count the number of pages in scsi_req_map_sg()
+    - I2O: Bugfixes to get I2O working again
+    - Missed error checking for intent's filp in open_namei().
+    - tmpfs: time granularity fix for [acm]time going backwards
+    - USB: Whiteheat: fix firmware spurious errors
+    - fs/namei.c: Call to file_permission() under a spinlock in do_lookup_path()
+  * Add stable release 2.6.16.23:
+    - revert PARPORT_SERIAL should depend on SERIAL_8250_PCI patch
+    - NETFILTER: SCTP conntrack: fix crash triggered by packet without
+      chunks (CVE-2006-2934)
+  * Add stable release 2.6.16.24:
+    - fix prctl privilege escalation and suid_dumpable (CVE-2006-2451)
+  * Add stable release 2.6.16.25:
+    - Fix nasty /proc vulnerability (CVE-2006-3626)
+  * Relax /proc fix a bit (Linus Torvalds)
+
+  * [arm/nslu2] Unset CONFIG_USB_STORAGE_DEBUG.  Closes: #377853.
+  * [mips] SGI ip22 RTC was broken, fixed thanks to Julien Blache.
+  * [mips] Fix SGI ip22 serial console, thanks to Julien Blache.
+
+  [ Bastian Blank ]
+  * Fix vserver patch.
+
+ -- Bastian Blank <waldi@debian.org>  Sat, 15 Jul 2006 17:18:49 +0200
+
+linux-2.6.16 (2.6.16-16) unstable; urgency=low
+
+  [ Sven Luther ]
+  * [powerpc] Added console=hvc0 default commandline option to powerpc64 flavour.
+  * [powerpc] Now THERM_PM72 and all WINDFARMs are builtin, for better fan control.
+
+  [ Martin Michlmayr ]
+  * [arm/nslu2] Disable SE Linux support for now so the kernel fits into
+    flash.  Closes: #376926.
+
+  [ Bastian Blank ]
+  * [powerpc,powerpc-miboot] Enable OpenFirmware device tree support.
+    (closes: #376012)
+
+ -- Bastian Blank <waldi@debian.org>  Sat,  8 Jul 2006 17:57:57 +0200
+
+linux-2.6.16 (2.6.16-15) unstable; urgency=low
+
+  [ maximilian attems ]
+  * Add stable release 2.6.16.18:
+    - NETFILTER: SNMP NAT: fix memory corruption (CVE-2006-2444)
+  * Add stable release 2.6.16.19:
+    - NETFILTER: Fix small information leak in SO_ORIGINAL_DST (CVE-2006-1343)
+  * Add stable release 2.6.16.20:
+    - x86_64: Don't do syscall exit tracing twice
+    - Altix: correct ioc4 port order
+    - Input: psmouse - fix new device detection logic
+    - PowerMac: force only suspend-to-disk to be valid
+    - the latest consensus libata resume fix
+    - Altix: correct ioc3 port order
+    - Cpuset: might sleep checking zones allowed fix
+    - ohci1394, sbp2: fix "scsi_add_device failed" with PL-3507 based devices
+    - sbp2: backport read_capacity workaround for iPod
+    - sbp2: fix check of return value of hpsb_allocate_and_register_addrspace
+    - x86_64: x86_64 add crashdump trigger points
+    - ipw2200: Filter unsupported channels out in ad-hoc mode
+  * Add stable release 2.6.16.21:
+    - check_process_timers: fix possible lockup
+    - run_posix_cpu_timers: remove a bogus BUG_ON() (CVE-2006-2445)
+    - xt_sctp: fix endless loop caused by 0 chunk length (CVE-2006-3085)
+    - powerpc: Fix machine check problem on 32-bit kernels (CVE-2006-2448)
+
+  [ Christian T. Steigies ]
+  * [m68k] Add mac via patch from Finn Thain.
+  * [m68k] Enable INPUT_EVDEV.
+
+  [ Martin Michlmayr ]
+  * [mips/b1-bcm91250a] Enable SMP.
+  * [mips] Add a compile fix for the Maxine fb.
+  * [mipsel] Add a patch that let's you enable serial console on DECstation.
+  * [mipsel] Add a patch to get SCSI working on DECstation.
+  * [mipsel] Handle memory-mapped RTC chips properly.
+  * [mipsel] Add configs for r3k-kn02 and r4k-kn04 DECstation.
+  * [arm] Allow RiscPC machines to boot an initrd (tagged list fix).
+  * [arm/nslu2] Enable many modules.
+  * [arm] Build loop support as a module.
+  * [arm] Use the generic netfilter configuration.
+  * [arm/footbridge] Enable sound.
+
+  [ Kyle McMartin ]
+  * [hppa] Pulled patch from cvs to fix build of kernel/ptrace.c which needs
+    {read,write}_can_lock.
+  * [hppa] Disable CONFIG_DETECT_SOFTLOCKUP to fix boot on pa8800 machines.
+
+  [ Sven Luther ]
+  * [powerpc,prep] Added a new ARCH=ppc PReP flavour, currently mostly a copy
+    of the -powerpc one.
+  * Upgraded mkvmlinuz dependency to mkvmlinuz 21.
+
+  [ Bastian Blank ]
+  * Update vserver patch to 2.0.2-rc21.
+  * Bump build-dependency on kernel-package to 10.049.
+
+  [ Jurij Smakov ]
+  * Add dcache-memory-corruption.patch to fix the mremap(), occasionally
+    triggered on sparc in the form of dpkg database corruption. Affects
+    sparc64, mips and generic includes. Thanks to David Miller, original
+    patch is included in 2.6.17.
+    Ref: http://marc.theaimsgroup.com/?l=linux-sparc&m=114920963824047&w=2
+  * Add sparc32-iotlb.patch to fix the DMA errors encountered with latest
+    kernels on sparc32, in particularly HyperSparcs. Thanks to Bob Breuer.
+    Ref: http://marc.theaimsgroup.com/?l=linux-sparc&m=115077649707675&w=2
+
+ -- Bastian Blank <waldi@debian.org>  Wed, 21 Jun 2006 14:09:11 +0200
+
+linux-2.6 (2.6.16-14) unstable; urgency=low
+
+  [ Bastian Blank ]
+  * Add stable release 2.6.16.16:
+    - fs/locks.c: Fix lease_init (CVE-2006-1860)
+  * Make i386 xen images recommend libc6-xen.
+  * Update vserver patch to 2.0.2-rc20.
+  * Update xen patch to changeset 9687.
+
+  [ Christian T. Steigies ]
+  * [m68k] Add generic m68k ide fix.
+  * [m68k] Add cross-compile instructions.
+  * [m68k] Enable INPUT_EVDEV for yaird.
+  * [m68k] sun3 general compile and scsi fixes, enable sun3 SCSI again.
+
+  [ dann frazier ]
+  * cs4281 - Fix the check of timeout in probe to deal with variable HZ.
+    (closes: #361197)
+
+  [ Norbert Tretkowski ]
+  * [alpha] Readded patch to support prctl syscall, got lost when upgrading
+    to 2.6.16.
+
+  [ Frederik Schüler ]
+  * Add stable release 2.6.16.17:
+    - SCTP: Validate the parameter length in HB-ACK chunk (CVE-2006-1857)
+    - SCTP: Respect the real chunk length when walking parameters
+      (CVE-2006-1858)
+    - ptrace_attach: fix possible deadlock schenario with irqs
+    - Fix ptrace_attach()/ptrace_traceme()/de_thread() race
+    - page migration: Fix fallback behavior for dirty pages
+    - add migratepage address space op to shmem
+    - Remove cond_resched in gather_stats()
+    - VIA quirk fixup, additional PCI IDs
+    - PCI quirk: VIA IRQ fixup should only run for VIA southbridges
+    - Fix udev device creation
+    - limit request_fn recursion
+    - PCI: correctly allocate return buffers for osc calls
+    - selinux: check for failed kmalloc in security_sid_to_context()
+    - TG3: ethtool always report port is TP.
+    - Netfilter: do_add_counters race, possible oops or info leak
+      (CVE-2006-0039)
+    - scx200_acb: Fix resource name use after free
+    - smbus unhiding kills thermal management
+    - fs/compat.c: fix 'if (a |= b )' typo
+    - smbfs: Fix slab corruption in samba error path
+    - fs/locks.c: Fix sys_flock() race
+    - USB: ub oops in block_uevent
+    - via-rhine: zero pad short packets on Rhine I ethernet cards
+    - md: Avoid oops when attempting to fix read errors on raid10
+
+ -- Bastian Blank <waldi@debian.org>  Mon, 22 May 2006 14:56:11 +0200
+
+linux-2.6 (2.6.16-13) unstable; urgency=low
+
+  [ Frederik Schüler ]
+  * Add stable release 2.6.16.14:
+    - smbfs chroot issue (CVE-2006-1864)
+
+  [ Bastian Blank ]
+  * Don't make headers packages depend on images.
+  * Bump abiname to 2. (closes: #366291)
+  * Update vserver patch to 2.0.2-rc19.
+  * Update xen patch to changeset 9668.
+  * Remove abi fixes.
+  * Add stable release 2.6.16.15:
+    - SCTP: Allow spillover of receive buffer to avoid deadlock. (CVE-2006-2275)
+    - SCTP: Fix panic's when receiving fragmented SCTP control chunks. (CVE-2006-2272)
+    - SCTP: Fix state table entries for chunks received in CLOSED state. (CVE-2006-2271)
+    - SCTP: Prevent possible infinite recursion with multiple bundled DATA. (CVE-2006-2274)
+  * Switch HZ from 1000 to 250.
+
+  [ Christian T. Steigies ]
+  * [m68k] Add patches that allow building images for atari
+  * [m68k] Enable atyfb driver for atari
+
+ -- Bastian Blank <waldi@debian.org>  Wed, 10 May 2006 18:58:44 +0200
+
+linux-2.6 (2.6.16-12) unstable; urgency=low
+
+  [ Bastian Blank ]
+  * Add stable release 2.6.16.12:
+    - dm snapshot: fix kcopyd destructor
+    - x86_64: Pass -32 to the assembler when compiling the 32bit vsyscall pages
+    - for_each_possible_cpu
+    - Simplify proc/devices and fix early termination regression
+    - sonypi: correct detection of new ICH7-based laptops
+    - MIPS: Fix tx49_blast_icache32_page_indexed.
+    - NET: e1000: Update truesize with the length of the packet for packet split
+    - i386: fix broken FP exception handling
+    - tipar oops fix
+    - USB: fix array overrun in drivers/usb/serial/option.c
+    - Altix snsc: duplicate kobject fix
+    - Alpha: strncpy() fix
+    - LSM: add missing hook to do_compat_readv_writev()
+    - Fix reiserfs deadlock
+    - make vm86 call audit_syscall_exit
+    - fix saa7129 support in saa7127 module for pvr350 tv out
+    - dm flush queue EINTR
+    - get_dvb_firmware: download nxt2002 firmware from new driver location
+    - cxusb-bluebird: bug-fix: power down corrupts frontend
+    - x86_64: Fix a race in the free_iommu path.
+    - MIPS: Use "R" constraint for cache_op.
+    - MIPS: R2 build fixes for gcc < 3.4.
+    - cs5535_gpio.c: call cdev_del() during module_exit to unmap kobject references and other cleanups
+    - MIPS: Fix branch emulation for floating-point exceptions.
+    - x86/PAE: Fix pte_clear for the >4GB RAM case
+  * Add stable release 2.6.16.13:
+    - NETFILTER: SCTP conntrack: fix infinite loop (CVE-2006-1527)
+  * Remove merged patches.
+  * Rediff xen patch.
+  * Bump build-dependency on kernel-package to 10.047.
+
+  [ Martin Michlmayr ]
+  * [arm] Enable cramfs for ixp4xx and rpc.
+
+ -- Bastian Blank <waldi@debian.org>  Thu,  4 May 2006 11:37:26 +0200
+
+linux-2.6 (2.6.16-11) unstable; urgency=low
+
+  * Update vserver patch to 2.0.2-rc18.
+    - Limit ccaps to root inside a guest (CVE-2006-2110)
+  * Conflict with known broken grub versions. (closes: #361308)
+  * Enable s390 vserver image.
+  * Enable xen and xen-vserver images.
+  * Use localversion for kernel-package images. (closes: #365505)
+
+ -- Bastian Blank <waldi@debian.org>  Mon,  1 May 2006 16:38:45 +0200
+
+linux-2.6 (2.6.16-10) unstable; urgency=low
+
+  [ Norbert Tretkowski ]
+  * [alpha] Added backport of for_each_possible_cpu() to fix alpha build.
+    (closes: #364206)
+  * Add stable release 2.6.16.10:
+    - IPC: access to unmapped vmalloc area in grow_ary()
+    - Add more prevent_tail_call()
+    - alim15x3: ULI M-1573 south Bridge support
+    - apm: fix Armada laptops again
+    - fbdev: Fix return error of fb_write
+    - Fix file lookup without ref
+    - m41t00: fix bitmasks when writing to chip
+    - Open IPMI BT overflow
+    - x86: be careful about tailcall breakage for sys_open[at] too
+    - x86: don't allow tail-calls in sys_ftruncate[64]()
+    - IPV6: XFRM: Fix decoding session with preceding extension header(s).
+    - IPV6: XFRM: Don't use old copy of pointer after pskb_may_pull().
+    - IPV6: Ensure to have hop-by-hop options in our header of &sk_buff.
+    - selinux: Fix MLS compatibility off-by-one bug
+    - PPC: fix oops in alsa powermac driver
+    - MTD_NAND_SHARPSL and MTD_NAND_NANDSIM should be tristate's
+    - i2c-i801: Fix resume when PEC is used
+    - Fix hotplug race during device registration
+    - Fix truesize underflow
+    - efficeon-agp: Add missing memory mask
+    - 3ware 9000 disable local irqs during kmap_atomic
+    - 3ware: kmap_atomic() fix
+
+  [ maximilian attems ]
+  * Add stable release 2.6.16.11:
+    -  Don't allow a backslash in a path component (CVE-2006-1863)
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 25 Apr 2006 13:56:19 +0200
+
+linux-2.6 (2.6.16-9) unstable; urgency=low
+
+  [ maximilian attems ]
+  * Add stable release 2.6.16.8:
+    - ip_route_input panic fix (CVE-2006-1525)
+  * Add stable release 2.6.16.9:
+    - i386/x86-64: Fix x87 information leak between processes (CVE-2006-1056)
+
+  [ Bastian Blank ]
+  * Update vserver patch to 2.0.2-rc17.
+
+ -- Bastian Blank <waldi@debian.org>  Thu, 20 Apr 2006 15:37:28 +0200
+
+linux-2.6 (2.6.16-8) unstable; urgency=low
+
+  * Fix ABI-breakage introduced in -7. (closes: #363032)
+  * Add stable release 2.6.16.6:
+    - ext3: Fix missed mutex unlock
+    - RLIMIT_CPU: fix handling of a zero limit
+    - alpha: SMP boot fixes
+    - m32r: security fix of {get, put}_user macros
+    - m32r: Fix cpu_possible_map and cpu_present_map initialization for SMP kernel
+    - shmat: stop mprotect from giving write permission to a readonly attachment (CVE-2006-1524)
+    - powerpc: fix incorrect SA_ONSTACK behaviour for 64-bit processes
+    - MPBL0010 driver sysfs permissions wide open
+    - cciss: bug fix for crash when running hpacucli
+    - fuse: fix oops in fuse_send_readpages()
+    - Fix utime(2) in the case that no times parameter was passed in.
+    - Fix buddy list race that could lead to page lru list corruptions
+    - NETFILTER: Fix fragmentation issues with bridge netfilter
+    - USB: remove __init from usb_console_setup
+    - Fix suspend with traced tasks
+    - isd200: limit to BLK_DEV_IDE
+    - edac_752x needs CONFIG_HOTPLUG
+    - fix non-leader exec under ptrace
+    - sky2: bad memory reference on dual port cards
+    - atm: clip causes unregister hang
+    - powerpc: iSeries needs slb_initialize to be called
+    - Fix block device symlink name
+    - Incorrect signature sent on SMB Read
+  * Add stable release 2.6.16.7:
+    - fix MADV_REMOVE vulnerability (CVE-2006-1524 for real this time)
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 18 Apr 2006 16:22:31 +0200
+
+linux-2.6 (2.6.16-7) unstable; urgency=low
+
+  [ Frederik Schüler ]
+  * Add stable release 2.6.16.3:
+    - Keys: Fix oops when adding key to non-keyring (CVE-2006-1522)
+
+  [ Bastian Blank ]
+  * Add stable release 2.6.16.4:
+    - RCU signal handling (CVE-2006-1523)
+
+  [ Sven Luther ]
+  * [powerpc] Transitioned mkvmlinuz support patch to the 2.6.16 ARCH=powerpc
+    tree. PReP is broken in 2.6.16 though.
+
+  [ maximilian attems ]
+  * Add stable release 2.6.16.5:
+   - x86_64: Clean up execve
+   - x86_64: When user could have changed RIP always force IRET (CVE-2006-0744)
+  * Disable CONFIG_SECCOMP (adds useless overhead on context-switch) -
+    thanks to fs for checking abi.
+
+  [ Christian T. Steigies ]
+  * [m68k] update m68k patch and config to 2.6.16, temporarily disable atari
+
+ -- Bastian Blank <waldi@debian.org>  Sat, 15 Apr 2006 13:56:05 +0200
+
+linux-2.6 (2.6.16-6) unstable; urgency=medium
+
+  [ Bastian Blank ]
+  * Provide version infos in support package and don't longer rely on the
+    changelog.
+  * [amd64/i386] Enable cpu hotplug support.
+
+  [ maximilian attems ]
+  * Add stable release 2.6.16.2:
+    - PCMCIA_SPECTRUM must select FW_LOADER
+    - drivers/net/wireless/ipw2200.c: fix an array overun
+    - AIRO{,_CS} <-> CRYPTO fixes
+    - tlclk: fix handling of device major
+    - fbcon: Fix big-endian bogosity in slow_imageblit()
+    - Fix NULL pointer dereference in node_read_numastat()
+    - USB: EHCI full speed ISO bugfixes
+    - Mark longhaul driver as broken.
+    - fib_trie.c node freeing fix
+    - USB: Fix irda-usb use after use
+    - sysfs: zero terminate sysfs write buffers (CVE-2006-1055)
+    - USB: usbcore: usb_set_configuration oops (NULL ptr dereference)
+    - pcmcia: permit single-character-identifiers
+    - hostap: Fix EAPOL frame encryption
+    - wrong error path in dup_fd() leading to oopses in RCU
+    - {ip, nf}_conntrack_netlink: fix expectation notifier unregistration
+    - isicom must select FW_LOADER
+    - knfsd: Correct reserved reply space for read requests.
+    - Fix module refcount leak in __set_personality()
+    - sbp2: fix spinlock recursion
+    - powerpc: make ISA floppies work again
+    - opti9x - Fix compile without CONFIG_PNP
+    - Add default entry for CTL Travel Master U553W
+    - Fix the p4-clockmod N60 errata workaround.
+    - kdump proc vmcore size oveflow fix
+
+ -- Bastian Blank <waldi@debian.org>  Mon, 10 Apr 2006 16:09:51 +0200
+
+linux-2.6 (2.6.16-5) unstable; urgency=low
+
+  [ Bastian Blank ]
+  * Provide real dependency packages for module building.
+    - Add linux-headers-$version-$abiname-all and
+      linux-headers-$version-$abiname-all-$arch.
+  * Rename support package to linux-support-$version-$abiname.
+  * Fix module package output.
+  * Include .kernelrelease in headers packages. (closes: #359813)
+  * Disable Cumana partition support completely. (closes: #359207)
+  * Update vserver patch to 2.0.2-rc15.
+
+  [ dann frazier ]
+  * [ia64] initramfs-tools works now, no longer restrict initramfs-generators
+
+ -- Bastian Blank <waldi@debian.org>  Mon,  3 Apr 2006 14:00:08 +0200
+
+linux-2.6 (2.6.16-4) unstable; urgency=medium
+
+  [ Martin Michlmayr ]
+  * [arm/armeb] Update nslu2 config.
+  * Add stable release 2.6.16.1:
+    - Fix speedstep-smi assembly bug in speedstep_smi_ownership
+    - DMI: fix DMI onboard device discovery
+    - cciss: fix use-after-free in cciss_init_one
+    - DM: Fix bug: BIO_RW_BARRIER requests to md/raid1 hang.
+    - fix scheduler deadlock
+    - proc: fix duplicate line in /proc/devices
+    - rtc.h broke strace(1) builds
+    - dm: bio split bvec fix
+    - v9fs: assign dentry ops to negative dentries
+    - i810fb_cursor(): use GFP_ATOMIC
+    - NET: Ensure device name passed to SO_BINDTODEVICE is NULL terminated.
+    - XFS writeout fix
+    - sysfs: fix a kobject leak in sysfs_add_link on the error path
+    - get_cpu_sysdev() signedness fix
+    - firmware: fix BUG: in fw_realloc_buffer
+    - sysfs: sysfs_remove_dir() needs to invalidate the dentry
+    - TCP: Do not use inet->id of global tcp_socket when sending RST (CVE-2006-1242)
+    - 2.6.xx: sata_mv: another critical fix
+    - Kconfig: VIDEO_DECODER must select FW_LOADER
+    - V4L/DVB (3324): Fix Samsung tuner frequency ranges
+    - sata_mv: fix irq port status usage
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 28 Mar 2006 17:19:10 +0200
+
+linux-2.6 (2.6.16-3) unstable; urgency=low
+
+  [ Frederik Schüler ]
+  * [amd64] Add asm-i386 to the linux-headers packages.
+
+  [ Jonas Smedegaard ]
+  * Tighten yaird dependency to at least 0.0.12-8 (supporting Linux
+    2.6.16 uppercase hex in Kconfig and new IDE sysfs naming, and VIA
+    IDE on powerpc).
+
+  [ Martin Michlmayr ]
+  * [arm/armeb] Enable CONFIG_NFSD on NSLU2 again.  Closes: #358709.
+  * [arm/footbridge] CONFIG_NE2K_PCI should be a module, not built-in.
+  * [arm/footbridge] Enable CONFIG_BLK_DEV_IDECD=m since the CATS can
+    have a CD-ROM drive.
+  * [mips/sb1*] Use ttyS rather than duart as the name for the serial
+    console since the latter causes problems with debian-installer.
+
+  [ Bastian Blank ]
+  * Update vserver patch to 2.0.2-rc14.
+    - Fix sendfile. (closes: #358391, #358752)
+
+ -- Bastian Blank <waldi@debian.org>  Mon, 27 Mar 2006 16:08:20 +0200
+
+linux-2.6 (2.6.16-2) unstable; urgency=low
+
+  [ dann frazier ]
+  * [ia64] Set unconfigured options:
+      CONFIG_PNP_DEBUG=n and CONFIG_NET_SB1000=m
+  * [hppa] Update config for 2.6.16
+
+  [ Martin Michlmayr ]
+  * [mips/mipsel] Put something in the generic config file because diff
+    will otherwise remove the empty file, causing the build to fail.
+  * [mipsel/r5k-cobalt] Set CONFIG_PACKET=y.
+  * [arm] Set CONFIG_MACLIST=y for ixp4xx because nas100d needs it.
+
+  [ Frederik Schüler ]
+  * Add Maximilian Attems to uploaders list.
+
+ -- Martin Michlmayr <tbm@cyrius.com>  Wed, 22 Mar 2006 15:15:14 +0000
+
+linux-2.6 (2.6.16-1) unstable; urgency=low
+
+  [ Bastian Blank ]
+  * New upstream release.
+  * Default to initramfs-tools 0.55 or higher on s390.
+
+  [ maximilian attems ]
+  * Default to initramfs-tools on arm and armeb.
+
+  [ Martin Michlmayr ]
+  * [mips/mipsel] Add an image for the Broadcom BCM91480B evaluation board
+    (aka "BigSur").
+  * [arm, armeb] Enable the netconsole module.
+  * [mipsel/cobalt] Enable the netconsole module.
+  * [mips] SB1: Fix interrupt disable hazard (Ralf Baechle).
+  * [mips] SB1: Support for 1480 ethernet (Broadcom).
+  * [mips] SB1: Support for NAPI (Tom Rix).
+  * [mips] SB1: DUART support (Broadcom).
+  * [mips] Work around bad code generation for <asm/io.h> (Ralf Baechle).
+  * [mips] Fix VINO drivers when using a 64-bit kernel (Mikael Nousiainen).
+  * [arm/armeb] Update configs for 2.6.16.
+  * [mips/mipsel] Update configs for 2.6.16.
+  * [arm/armeb] Enable the SMB module on NSLU2.
+  * [mipsel] Enable parallel port modules for Cobalt since there are PCI
+    cards that can be used in a Qube.
+  * [mipsel] Enable the JFS module on Cobalt.
+
+  [ dann frazier ]
+  * [ia64] use yaird on ia64 until #357414 is fixed
+  * [ia64] Update configs for 2.6.16
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 21 Mar 2006 16:12:16 +0100
+
+linux-2.6 (2.6.15+2.6.16-rc5-0experimental.1) experimental; urgency=low
+
+  [ Frederik Schüler ]
+  * New upstream release candidate.
+
+  [ Martin Michlmayr ]
+  * Add initial mips/mipsel 2.6 kernels.
+  * Important changes compared to the 2.4 kernels:
+    - Drop the XXS1500 flavour since there's little interest in it.
+    - Drop the LASAT flavour since these machines never went into
+      production.
+    - Drop the IP22 R5K (Indy, Indigo2) flavour since the IP22 R4K
+      image now also works on machines with a R5K CPU.
+    - Add an image for SGI IP32 (O2).
+    - Rename the sb1-swarm-bn flavour to sb1-bcm91250a.
+    - Enable PCI network (and other) modules on Cobalt.  Closes: #315895.
+  * Add various MIPS related patches:
+    - Fix iomap compilation on machines without COW.
+    - Improve gettimeofday on MIPS.
+    - Fix an oops on IP22 zerilog (serial console).
+    - Improve IDE probing so it won't take so long on Cobalt.
+    - Probe for IDE disks on SWARM.
+    - Test whether there's a scache (fixes Cobalt crash).
+    - Add Tulip fixes for Cobalt.
+  * Fix a typo in the description of the linux-doc-* package,
+    thanks Justin Pryzby.  Closes: #343424.
+  * [arm] Enable nfs and nfsd modules.
+  * [arm/footbride] Suggest nwutil (Netwinder utilities).
+
+ -- Frederik Schüler <fs@debian.org>  Thu,  9 Mar 2006 14:13:17 +0000
+
+linux-2.6 (2.6.15+2.6.16-rc4-0experimental.1) experimental; urgency=low
+
+  [ Frederik Schüler ]
+  * New upstream release.
+  * Activate CONFIG_DVB_AV7110_OSD on alpha amd64 and ia64.
+    Closes: #353292
+  * Globally enable NAPI on all network card drivers which support it.
+
+  [ maximilian attems ]
+  * Drop fdutils from i386 and amd64 Suggests.
+  * Swap lilo and grub Suggests for i386 and amd64.
+
+  [ Jurij Smakov ]
+  * Make sure that LOCALVERSION environment variable is not
+    passed to a shell while invoking make-kpkg, since it
+    appends it to the version string, breaking the build.
+    Closes: #349472
+  * [sparc32] Re-enable the building of sparc32 images.
+  * [sparc64] Re-add (partial) sparc64-atyf-xl-gr.patch, since it
+    was only partially applied upstream, so the problem (garbled
+    screen output on SunBlade 100) is still present. Thanks to
+    Luis Ortiz for pointing it out.
+  * Bump the build-dep on kernel-package to 10.035, which fixes
+    the problem with building documentation packages.
+
+  [ Martin Michlmayr ]
+  * [sparc] Add sys_newfstatat -> sys_fstatat64 fix from git.
+  * [arm] Update configs for 2.6.16-rc3.
+  * [armeb] Update configs for 2.6.16-rc3.
+  * [arm/armeb] Fix compilation error on NSLU2 due to recent flash
+    changes.
+  * [arm/armeb] Fix a compilation error in the IXP4xx beeper support
+    (Alessandro Zummo).
+
+  [ Norbert Tretkowski ]
+  * [alpha] Update arch/alpha/config* for 2.6.16-rc3.
+
+ -- Bastian Blank <waldi@debian.org>  Fri, 24 Feb 2006 16:02:11 +0000
+
+linux-2.6 (2.6.15-8) unstable; urgency=high
+
+  [ maximilian attems ]
+  * Add stable Release 2.6.15.5:
+    - Fix deadlock in br_stp_disable_bridge
+    - Fix a severe bug
+    - i386: Move phys_proc_id/early intel workaround to correct function
+    - ramfs: update dir mtime and ctime
+    - sys_mbind sanity checking
+    - Fix s390 build failure.
+    - Revert skb_copy_datagram_iovec() recursion elimination.
+    - s390: add #ifdef __KERNEL__ to asm-s390/setup.h
+    - netfilter missing symbol has_bridge_parent
+    - hugetlbfs mmap ENOMEM failure
+    - IB/mthca: max_inline_data handling tweaks
+    - it87: Fix oops on removal
+    - hwmon it87: Probe i2c 0x2d only
+    - reiserfs: disable automatic enabling of reiserfs inode attributes
+    - Fix snd-usb-audio in 32-bit compat environment
+    - dm: missing bdput/thaw_bdev at removal
+    - dm: free minor after unlink gendisk
+    - gbefb: IP32 gbefb depth change fix
+    - shmdt cannot detach not-alined shm segment cleanly.
+    - Address autoconfiguration does not work after device down/up cycle
+    - gbefb: Set default of FB_GBE_MEM to 4 MB
+    - XFS ftruncate() bug could expose stale data (CVE-2006-0554)
+    - sys_signal: initialize ->sa_mask
+    - do_sigaction: cleanup ->sa_mask manipulation
+    - fix zap_thread's ptrace related problems
+    - fix deadlock in ext2
+    - cfi: init wait queue in chip struct
+    - sd: fix memory corruption with broken mode page headers
+    - sbp2: fix another deadlock after disconnection
+    - skge: speed setting
+    - skge: fix NAPI/irq race
+    - skge: genesis phy initialization fix
+    - skge: fix SMP race
+    - x86_64: Check for bad elf entry address (CVE-2006-0741)
+    - alsa: fix bogus snd_device_free() in opl3-oss.c
+    - ppc32: Put cache flush routines back into .relocate_code section
+    - sys32_signal() forgets to initialize ->sa_mask
+    - Normal user can panic NFS client with direct I/O (CVE-2006-0555)
+  * Deactivate merged duplicates: s390-klibc-buildfix.patch,
+    powerpc-relocate_code.patch.
+  * Add stable Release 2.6.15.6:
+    - Don't reset rskq_defer_accept in reqsk_queue_alloc
+    - fs/nfs/direct.c compile fix
+    - mempolicy.c compile fix, make sure BITS_PER_BYTE is defined
+    - [IA64] die_if_kernel() can return (CVE-2006-0742)
+
+  [ Sven Luther ]
+  * [powerpc] Disabled CONFIG_IEEE1394_SBP2_PHYS_DMA, which was broken on
+    powerpc64, as it used the long deprecated bus_to_virt symbol.
+    (Closes: #330225)
+  * [powerpc] Fixed gettimeofday breakage causing clock drift.
+
+ -- Bastian Blank <waldi@debian.org>  Mon,  6 Mar 2006 11:06:28 +0100
+
+linux-2.6 (2.6.15-7) unstable; urgency=low
+
+  [ Norbert Tretkowski ]
+  * [alpha] Disabled CONFIG_ALPHA_LEGACY_START_ADDRESS for -alpha-generic and
+    -alpha-smp flavours, and introduced a new -alpha-legacy flavour for MILO
+    based machines, which has CONFIG_ALPHA_LEGACY_START_ADDRESS enabled.
+    (closes: #352186)
+  * [alpha] Added new patch to support prctl syscall. (closes: #349765)
+  * [i386] Renamed kernel-image-2.6-486 to kernel-image-2.6-386, it's meant for
+    transition only, and kernel-image-2.6-386 is the package name in sarge.
+
+  [ Jurij Smakov ]
+  * Bump build-dependency on kernel-package to 10.035, which is fixed
+    to build the documentation packages again.
+    Closes: #352000, #348332
+
+  [ Frederik Schüler ]
+  * Activate CONFIG_DVB_AV7110_OSD on alpha amd64 and ia64.
+    Closes: #353292
+  * Deactivate CONFIG_FB_ATY_XL_INIT on all architectures: it is broken and
+    already removed in 2.6.16-rc.
+    Closes: #353310
+
+  [ Christian T. Steigies ]
+  * [m68k] build in cirrusfb driver
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 21 Feb 2006 17:35:21 +0000
+
+linux-2.6 (2.6.15-6) unstable; urgency=low
+
+  [ Bastian Blank ]
+  * Moved the mkvmlinuz support patch modification to a -1 version of the
+    patch.
+
+  [ maximilian attems ]
+  * Add stable treee 2.6.15.4
+    - PCMCIA=m, HOSTAP_CS=y is not a legal configuration
+    - Input: iforce - do not return ENOMEM upon successful allocation
+    - x86_64: Let impossible CPUs point to reference per cpu data
+    - x86_64: Clear more state when ignoring empty node in SRAT parsing
+    - x86_64: Dont record local apic ids when they are disabled in MADT
+    - Fix keyctl usage of strnlen_user()
+    - Kill compat_sys_clock_settime sign extension stub.
+    - Input: grip - fix crash when accessing device
+    - Input: db9 - fix possible crash with Saturn gamepads
+    - Input: iforce - fix detection of USB devices
+    - Fixed hardware RX checksum handling
+    - SCSI: turn off ordered flush barriers
+    - Input: mousedev - fix memory leak
+    - seclvl settime fix
+    - fix regression in xfs_buf_rele
+    - md: remove slashes from disk names when creation dev names in sysfs
+    - d_instantiate_unique / NFS inode leakage
+    - dm-crypt: zero key before freeing it
+    - bridge: netfilter races on device removal
+    - bridge: fix RCU race on device removal
+    - SELinux: fix size-128 slab leak
+    - __cmpxchg() must really always be inlined
+    - emu10k1 - Fix the confliction of 'Front' control
+    - Input: sidewinder - fix an oops
+  * Deactivate merged alpha-cmpxchg-inline.patch, sparc64-clock-settime.patch.
+
+  [ Christian T. Steigies ]
+  * [m68k] Add fix for m68k/buddha IDE and m68k/mac SCSI driver
+  * [m68k] Patch by Peter Krummrich to stop flickering pixels with PicassoII
+  * [m68k] make Amiga keyboard usable again, patch by Roman Zippel
+  * [m68k] prevent wd33c93 SCSI driver from crashing the kernel, patch by Roman Zippel
+  * [m68k] remove SBCs from VME descriptions (closes: #351924)
+
+ -- Frederik Schüler <fs@debian.org>  Fri, 10 Feb 2006 15:33:21 +0000
+
+linux-2.6 (2.6.15-5) unstable; urgency=low
+
+  [ Martin Michlmayr ]
+  * Add a fix for the input support for the ixp4xx beeper driver from
+    2.6.16-rc2.
+  * Add stable tree 2.6.15.3:
+    - Fix extra dst release when ip_options_echo fails (CVE-2006-0454)
+
+  [ Sven Luther ]
+  * [powerpc] Removed -o root -g root option to mkvmlinuz support patch.
+    (Closes: #351412)
+
+ -- Sven Luther <luther@debian.org>  Tue,  7 Feb 2006 19:23:14 +0000
+
+linux-2.6 (2.6.15-4) unstable; urgency=low
+
+  [ Jurij Smakov ]
+  * [sparc64] Add sparc64-clock-settime.patch to fix the incorrect
+    handling of the clock_settime syscall arguments, which resulted
+    in a hang when trying to set the date using 'date -s'. Patch
+    by David Miller is applied upstream. Thanks to Ludovic Courtes
+    and Frans Pop for reporting and testing.
+    Ref: http://marc.theaimsgroup.com/?t=113861017400002&r=1&w=2
+
+  [ Christian T. Steigies ]
+  * [m68k] update m68k patch and config to 2.6.15
+  * [m68k] SCSI drivers need to be built in until ramdisk generator tools
+    supports loading scsi modules
+  * [m68k] ISCSI and IDE-TAPE don't compile, disabled
+  * [m68k] set CC_OPTIMIZE_FOR_SIZE=n
+  * [m68k] added vmeints patch which fixes building for vme
+
+  [ maximilian attems ]
+  * Use initramfs-tools for ia64 - fixed klibc.
+  * Add stable tree 2.6.15.2:
+    - Fix double decrement of mqueue_mnt->mnt_count in sys_mq_open
+    - (CVE-2005-3356)
+    - Mask off GFP flags before swiotlb_alloc_coherent
+    - usb-audio: don't use empty packets at start of playback
+    - Make second arg to skb_reserved() signed.
+    - Input: HID - fix an oops in PID initialization code
+    - Fix oops in ufs_fill_super at mount time
+    - Kill blk_attempt_remerge()
+    - Fix i2o_scsi oops on abort
+    - Fix mkiss locking bug
+    - Fix timekeeping on sparc64 ultra-IIe machines
+    - Someone broke reiserfs v3 mount options and this fixes it
+  * Deactivate sparc64-jumping-time.patch, amd64-pppd-fix.patch incl in aboves.
+  * Add s390-klibc-buildfix.patch, regression due to header file changes.
+
+  [ Steve Langasek ]
+  * [alpha] set __attribute__((always_inline)) on __cmpxchg(), to avoid
+    wrong optimizations with -Os (Closes: #347556).
+
+  [ Martin Michlmayr ]
+  * Add input support for the ixp4xx beeper driver (Alessandro Zummo).
+  * [arm] Add NSLU2 specific portion of ixp4xx beeper driver (Alessandro Zummo).
+  * [arm/nslu2] Build PPP as a module.
+  * [arm/nslu2] Enable wireless.
+  * [arm/nslu2] Enable most USB modules.
+  * [arm/nslu2] Enable ALSA and USB sound modules.
+  * [arm/nslu2] Set 4 MB as the size of the initrd in the kernel cmd line.
+  * [arm/footbridge] Set CONFIG_BLK_DEV_RAM_SIZE to 8192.
+  * [armeb] Add support for big-endian ARM.
+  * [armeb/nslu2] Use the nslu2 config from arm.
+
+  [ Frederik Schüler ]
+  * [amd64] Add amd64-pppd-fix.patch to fix kernel panic when using pppd.
+    (Closes: #347711)
+  * Add 64bit-vidiocswin-ioctl-fix.patch to fix VIDIOCSWIN ioctl on 64bit
+    kernel 32bit userland setups. (Closes: #349338)
+
+  [ Sven Luther ]
+  * [powerpc] Adapted apus config file to be more modular and in sync with the
+    other powerpc configs. Scsi drivers are disabled as they don't build
+    cleanly though (need some esp stuff).
+  * [powerpc] Default to initramfs-tools as initramfs generator, as klibc
+    build is fixed now.
+
+  [ Bastian Blank ]
+  * [powerpc] Fix dependencies of image packages.
+
+ -- maximilian attems <maks@sternwelten.at>  Wed,  1 Feb 2006 11:34:20 +0100
+
+linux-2.6 (2.6.15-3) unstable; urgency=low
+
+  [ Martin Michlmayr ]
+  * [arm] Update configs for 2.6.15; closes: #347998.
+  * [arm] Activate tmpfs.
+  * [arm] Allow modules to be unloaded.
+  * [arm] Enable CONFIG_INPUT_EVDEV since yaird needs this module in
+    order to generate initrds.
+  * [arm/footbridge] Activate IDEPCI so SL82C105 will really be
+    compiled in.
+  * [arm/footbridge] Activate the right network drivers (Tulip and
+    NE2K).
+  * [arm/footbridge] Enable more framebuffer drivers.
+  * debian/patches/arm-fix-dc21285.patch: Fix compilation of DC21285
+    flash driver.
+  * [arm/footbridge] Enable MTD and the DC21285 flash driver.
+  * [arm/footbridge] Enable RAID and LVM modules.
+  * [arm/footbridge] Enable USB modules.
+  * [arm/nslu2] Add an image for Network Storage Link for USB 2.0 Disk
+    Drives.
+  * debian/patches/arm-memory-h-page-shift.patch: Fix error "PAGE_SHIFT
+    undeclared" (Rod Whitby).
+  * debian/patches/mtdpart-redboot-fis-byteswap.patch: recognise a foreign
+    endian RedBoot partition table (John Bowler).
+  * debian/patches/maclist.patch: Add support for the maclist interface
+    (John Bowler).
+  * debian/patches/arm-nslu2-maclist.patch: Add NSLU2 maclist support
+    (John Bowler).
+  * [arm/nslu2] Activate maclist.
+
+  [ maximilian attems ]
+  * Add stable tree 2.6.15.1:
+    - arch/sparc64/Kconfig: fix HUGETLB_PAGE_SIZE_64K dependencies
+    - moxa serial: add proper capability check
+    - fix /sys/class/net/<if>/wireless without dev->get_wireless_stats
+    - Don't match tcp/udp source/destination port for IP fragments
+    - Fix sys_fstat64() entry in 64-bit syscall table.
+    - UFS: inode->i_sem is not released in error path
+    - netlink oops fix due to incorrect error code
+    - Fix onboard video on SPARC Blade 100 for 2.6.{13,14,15}
+    - Fix DoS in netlink_rcv_skb() (CVE-2006-0035)
+    - fix workqueue oops during cpu offline
+    - Fix crash in ip_nat_pptp (CVE-2006-0036)
+    - Fix another crash in ip_nat_pptp (CVE-2006-0037)
+    - ppc32: Re-add embed_config.c to ml300/ep405
+    - Fix ptrace/strace
+    - vgacon: fix doublescan mode
+    - BRIDGE: Fix faulty check in br_stp_recalculate_bridge_id()
+    - skge: handle out of memory on ring changes
+  * Drop merged patch:
+    - sparc64-atyfb-xl-gr-final.patch
+
+  [ Simon Horman ]
+  * Fix booting on PReP machines
+    (Closes: #348040)
+    powerpc-relocate_code.patch
+
+ -- Simon Horman <horms@verge.net.au>  Tue, 17 Jan 2006 18:01:17 +0900
+
+linux-2.6 (2.6.15-2) unstable; urgency=low
+
+  [ maximilian attems ]
+  * Default to initramfs-tools as initramfs generator for amd64, hppa, i386,
+    alpha and sparc. More archs will be added once klibc matures.
+    (Closes: #346141, #343147, #341524, #346305)
+  * Backport alsa patch for opl3 - Fix the unreleased resources.
+    (Closes: #346273)
+  * Readd buslogic-pci-id-table.patch.
+
+  [ dann frazier ]
+  * [ia64] Update config for 2.6.15.
+
+  [ Frederik Schüler ]
+  * Make CONFIG_IPW2100 a per-architecture option and deactivate it on all
+    architectures but i386. (Closes: #344515)
+
+  [ Sven Luther ]
+  * Removed spurious file from powerpc-apus patch. (Closes: #346159)
+
+  [ Norbert Tretkowski ]
+  * Backport the generic irq framework for alpha. (closes: #339080)
+
+  [ Bastian Blank ]
+  * Remove pre-sarge conflict with hotplug.
+  * Fix hppa diff to apply.
+  * Make the latest packages depend on the corect version of the real images.
+    (closes: #346366)
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 10 Jan 2006 16:54:21 +0100
+
+linux-2.6 (2.6.15-1) unstable; urgency=low
+
+  [ Sven Luther ]
+  * New upstream release.
+  * [powerpc] Now use ARCH=powerpc for 64bit powerpc flavours, 32bit still
+    stays with ARCH=ppc for now.
+  * [powerpc] Readded PReP Motorola PowerStack II Utah IDE interrupt
+    (Closes: #345424)
+  * [powerpc] Fixed apus patch.
+  * Added make-kpkg --arch option support to gencontrol.py.
+  * Added debian/bin/kconfig.ml to process config file snipplet, so we can
+    preserve the pre 2.6.15 ordering of config file snipplets. Upto 2.6.15
+    the kernel Kconfig magic apparently kept the later occuring config options,
+    but it seems that this is no more the case. Instead of catting the config
+    files together, not use the kconfig.ml script to read in the files from
+    more generic to more specific, and keep only the more specific.
+
+  [ Bastian Blank ]
+  * [s390] Update configs.
+
+  [ Kyle McMartin ]
+  * [hppa] Snag latest hppa.diff from cvs.parisc-linux.org.
+  * [hppa] Update configs for 2.6.15.
+  * [hppa] Change parisc kernel names to something less ambiguous.
+
+  [ dann frazier ]
+  * [ia64] Update ia64 configs
+
+  [ maximilian attems ]
+  * Drop modular-ide.patch, nacked by ide upstream.  Prevents udev to load
+    ide-generic and those successfull boots with initramfs-tools.
+  * Disable CONFIG_USB_BANDWIDTH, causes major trouble for alsa usb cards.
+
+  [ Norbert Tretkowski ]
+  * [alpha] Removed conflict with initramfs-tools, thanks vorlon for finding
+    the klibc bug!
+
+  [ Jonas Smedegaard ]
+  * Adjust short description of transitional package kernel-image-2.6-
+    486 to mention 2.6 (not 2.6.12).
+  * Clean duplicate Kconfig options.
+
+  [ Frederik Schüler ]
+  * Add updated version of drivers-scsi-megaraid_splitup.patch.
+  * Deactivate CONFIG_IDE_TASK_IOCTL on alpha and ia64 and make it a global
+    option.
+  * Make CONFIG_VIDEO_SAA7134 a global option.
+  * New option CONFIG_CC_OPTIMIZE_FOR_SIZE set per-arch.
+  * Rename i386 368 flavour to 486.
+  * Add myself to uploaders.
+  * Readdition of qla2xxx drivers, as firmware license has been fixed.
+  * Make CONFIG_PACKET, PACKET_MM and UNIX builtin on all architectures:
+    statically linked has better performance then modules due to TLB issue.
+  * clean up debian-patches dir: remove all obsolete patches:
+    - alpha-compile-fix.patch: obsolete
+    - amd64-int3-fix.patch: fixed since 2.6.12
+    - net-ipconntrack-nat-fix.patch: merged upstream after 2.6.14 release
+    - net-nf_queue-oops.patch: merged upstream after 2.6.14 release
+    - qla2xxx-removed.patch: obsolete
+  * Drop M386 support remains from the i386 386 flavour: built with M486
+    from now on.
+
+  [ Martin Michlmayr ]
+  * [arm] Don't define "compiler" since GCC 4.x is the default now anyway.
+  * [arm] Add descriptions for "class" and "longclass".
+  * [arm] Compile CONFIG_BLK_DEV_SL82C105 support into the kernel on
+    Footbridge.
+  * [arm] Compile ext3 support into the kernel on Footbridge.
+  * [arm] Turn on CONFIG_SERIAL_8250 support on Footbridge.
+
+  [ Jurij Smakov ]
+  * [sparc] Correct the patch for the atyfb framebuffer driver
+    (sparc64-atyfb-xl-gr.patch) to finally fix the console and X
+    image defects on Blade 100/150. The new patch is named
+    sparc64-atyfb-xl-gr-final.patch to avoid the confusion.
+    Thanks to Luis F. Ortiz for fixing the patch and Luigi Gangitano
+    for testing it out.
+  * Drop tty-locking-fixes9.patch, which was preventing the oops during
+    shutdown on some sparc machines with serial console. Proper fix has
+    been incorporated upstream.
+
+  [ Simon Horman ]
+  * Enable MKISS globally (closes: #340215)
+  * Add recommends libc6-i686 to 686 and k7 image packages
+    (closes: #278729)
+  * Enable OBSOLETE_OSS_USB_DRIVER and USB_AUDIO
+    as alsa snd-usb-audio still isn't quite there.
+    I expect this to be re-disabled at some stage,
+    possibly soon if it proves to be a source of bugs.
+    (closes: #340388)
+
+ -- Sven Luther <luther@debian.org>  Tue,  3 Jan 2006 06:48:07 +0000
+
+linux-2.6 (2.6.14-7) unstable; urgency=low
+
+  [ maximilian attems ]
+  * Add stable tree 2.6.14.5 fixes:
+    - setting ACLs on readonly mounted NFS filesystems (CVE-2005-3623)
+    - Fix bridge-nf ipv6 length check
+    - Perform SA switchover immediately.
+    - Input: fix an OOPS in HID driver
+    - Fix hardware checksum modification
+    - kernel/params.c: fix sysfs access with CONFIG_MODULES=n
+    - Fix RTNLGRP definitions in rtnetlink.h
+    - Fix CTA_PROTO_NUM attribute size in ctnetlink
+    - Fix unbalanced read_unlock_bh in ctnetlink
+    - Fix NAT init order
+    - Fix incorrect dependency for IP6_NF_TARGET_NFQUEUE
+    - dpt_i2o fix for deadlock condition
+    - SCSI: fix transfer direction in sd (kernel panic when ejecting iPod)
+    - SCSI: fix transfer direction in scsi_lib and st
+    - Fix hardware rx csum errors
+    - Fix route lifetime.
+    - apci: fix NULL deref in video/lcd/brightness
+  * Disable CONFIG_USB_BANDWIDTH, causes major trouble on alsa usb cards.
+    (Closes: #344939)
+
+ -- maximilian attems <maks@sternwelten.at>  Tue, 27 Dec 2005 20:50:28 +0100
+
+linux-2.6 (2.6.14-6) unstable; urgency=low
+
+  [ Kyle McMartin ]
+  * Change parisc kernel names to something less ambiguous.
+
+  [ maximilian attems ]
+  * Drop modular-ide.patch, nacked by ide upstream.  Prevents udev to load
+    ide-generic and those successfull boots with initramfs-tools.
+  * Add stable tree 2.6.14.4 with the following fixes:
+    - drivers/scsi/dpt_i2o.c: fix a user-after-free
+    - drivers/message/i2o/pci.c: fix a use-after-free
+    - drivers/infiniband/core/mad.c: fix a use-after-free
+    - DVB: BUDGET CI card depends on STV0297 demodulator
+    - setkeys needs root
+    - Fix listxattr() for generic security attributes
+    - AGPGART: Fix serverworks TLB flush.
+    - Fix crash when ptrace poking hugepage areas
+    - I8K: fix /proc reporting of blank service tags
+    - i82365: release all resources if no devices are found
+    - bonding: fix feature consolidation
+    - libata: locking rewrite (== fix)
+    - cciss: bug fix for BIG_PASS_THRU
+    - ALSA: nm256: reset workaround for Latitude CSx
+    - cciss: bug fix for hpacucli
+    - V4L/DVB: Fix analog NTSC for Thomson DTT 761X hybrid tuner
+    - BRIDGE: recompute features when adding a new device
+    - 32bit integer overflow in invalidate_inode_pages2()
+    - USB: Adapt microtek driver to new scsi features
+    - ide-floppy: software eject not working with LS-120 drive
+    - Add try_to_freeze to kauditd
+    - V4L/DVB (3135) Fix tuner init for Pinnacle PCTV Stereo
+    - NETLINK: Fix processing of fib_lookup netlink messages
+    - ACPI: fix HP nx8220 boot hang regression
+
+  [ Norbert Tretkowski ]
+  * [alpha] Removed conflict with initramfs-tools, thanks vorlon for finding
+    the klibc bug!
+
+  [ Frederik Schüler ]
+  * Add updated drivers-scsi-megaraid_splitup.patch. (Closes: #317258)
+  * Add ppc64-thermal-overtemp.patch to fix a thermal control bug in G5
+    machines. (Closes: #343980)
+  * Unpatch the following patches which are included in 2.6.14.4:
+    - setkeys-needs-root-1.patch
+    - setkeys-needs-root-2.patch
+    - mm-invalidate_inode_pages2-overflow.patch
+    - net-bonding-consolidation-fix.patch
+
+ -- Frederik Schüler <fs@debian.org>  Tue, 20 Dec 2005 18:50:41 +0000
+
+linux-2.6 (2.6.14-5) unstable; urgency=low
+
+  [ dann frazier ]
+  * ia64-new-assembler-fix.patch
+    Fix ia64 builds with newer assembler (Closes: #341257)
+
+  [ Sven Luther ]
+  * [powerpc] incremented ramdisk size to 24576 from 8192, needed by the
+    graphical installer, maybe we can bring this to 16384 later.
+
+  [ Simon Horman ]
+  * Add recommends libc6-i686 to 686 and k7 image packages
+    (closes: #278729)
+  * Enable OBSOLETE_OSS_USB_DRIVER and USB_AUDIO
+    as alsa snd-usb-audio still isn't quite there.
+    I expect this to be re-disabled at some stage,
+    possibly soon if it proves to be a source of bugs.
+    (closes: #340388)
+
+  [ dann frazier ]
+  * buslogic-pci-id-table.patch
+    add a pci device id table to fix initramfs-tools discovery.
+    (closes #342057)
+  * fix feature consolidation in bonding driver.  (closes #340068)
+
+ -- dann frazier <dannf@debian.org>  Thu,  8 Dec 2005 10:59:31 -0700
+
+linux-2.6 (2.6.14-4) unstable; urgency=low
+
+  [ dann frazier ]
+  * setkeys-needs-root-1.patch, setkeys-needs-root-2.patch:
+    [SECURITY] Require root privilege to write the current
+    function key string entry of other user's terminals.
+    See CVE-2005-3257 (Closes: #334113)
+
+  [ Simon Horman ]
+  * Enable MKISS globally (closes: #340215)
+  * mm-invalidate_inode_pages2-overflow.patch
+    [SECURITY] 32bit integer overflow in invalidate_inode_pages2() (local DoS)
+  * ctnetlink-check-if-protoinfo-is-present.patch
+    [SECURITY] ctnetlink: check if protoinfo is present (local DoS)
+  * ctnetlink-fix-oops-when-no-icmp-id-info-in-message.patch
+    [SECURITY] ctnetlink: Fix oops when no ICMP ID info in message (local DoS)
+
+  [ Sven Luther ]
+  * Re-added powerpc/apus patch, now that Roman Zippel merged it in.
+  * Let's create asm-(ppc|ppc64) -> asm-powerpc symlink farm.  (Closes: #340571)
+
+  [ maximilian attems ]
+  * Add 2.6.14.3 patch - features changelog:
+    - isdn/hardware/eicon/os_4bri.c: correct the xdiLoadFile() signature
+    - x86_64/i386: Compute correct MTRR mask on early Noconas
+    - PPTP helper: Fix endianness bug in GRE key / CallID NAT
+    - nf_queue: Fix Ooops when no queue handler registered
+    - ctnetlink: check if protoinfo is present
+    - ip_conntrack: fix ftp/irc/tftp helpers on ports >= 32768
+    - VFS: Fix memory leak with file leases
+    - hwmon: Fix lm78 VID conversion
+    - hwmon: Fix missing it87 fan div init
+    - ppc64 memory model depends on NUMA
+    - Generic HDLC WAN drivers - disable netif_carrier_off()
+    - ctnetlink: Fix oops when no ICMP ID info in message
+    - Don't auto-reap traced children
+    - packet writing oops fix
+    - PPTP helper: fix PNS-PAC expectation call id
+    - NAT: Fix module refcount dropping too far
+    - Fix soft lockup with ALSA rtc-timer
+    - Fix calculation of AH length during filling ancillary data.
+    - ip_conntrack TCP: Accept SYN+PUSH like SYN
+    - refcount leak of proto when ctnetlink dumping tuple
+    - Fix memory management error during setting up new advapi sockopts.
+    - Fix sending extension headers before and including routing header.
+    - hwmon: Fix missing boundary check when setting W83627THF in0 limits
+  * Remove ctnetlink-check-if-protoinfo-is-present.patch,
+    net-nf_queue-oops.patch - already included in 2.6.14.3.
+
+  [ Frederik Schüler ]
+  * Make CONFIG_PACKET, PACKET_MM and UNIX builtin on all architectures:
+    statically linked has better performance then modules due to TLB issue.
+  * Add myself to uploaders.
+
+ -- Frederik Schüler <fs@debian.org>  Sat, 26 Nov 2005 13:18:41 +0100
+
+linux-2.6 (2.6.14-3) unstable; urgency=low
+
+  [ Norbert Tretkowski ]
+  * [alpha] Switch to gcc 4.0.
+  * [alpha] Conflict with initramfs-tools, klibc is broken on alpha.
+  * [alpha] Enabled CONFIG_KOBJECT_UEVENT in arch/alphaconfig to fix trouble
+    with latest udev, thanks to Uwe Schindler for reporting. (closes: #338911)
+  * Bumped ABI revision:
+    + ABI changes on sparc and alpha because of compiler switch.
+    + 2.6.14.1 changes ABI of procfs.
+
+  [ Sven Luther ]
+  * Set default TCP congestion algorithm to NewReno + BIC (Closes: #337089)
+
+  [ maximilian attems ]
+  * Reenable CONFIG_SOFTWARE_SUSPEND on i386 and ppc, resume=/dev/<other device>
+    must be set by boot loader. (Closes: #267600)
+  * Set CONFIG_USB_SUSPEND on i386. Usefull for suspend to ram and apm suspend.
+  * Add 2.6.14.1 patch:
+    - Al Viro: CVE-2005-2709 sysctl unregistration oops
+  * Add 2.6.14.2 patch:
+    - airo.c/airo_cs.c: correct prototypes
+    - fix XFS_QUOTA for modular XFS (closes: #337072)
+    - USB: always export interface information for modalias
+    - NET: Fix zero-size datagram reception
+    - fix alpha breakage
+    - Oops on suspend after on-the-fly switch to anticipatory i/o scheduler
+    - ipvs: fix connection leak if expire_nodest_conn=1
+    - Fix ptrace self-attach rule
+    - fix signal->live leak in copy_process()
+    - fix de_thread() vs send_group_sigqueue() race
+    - prism54 : Fix frame length
+    - tcp: BIC max increment too large
+  * Remove alpha compile fix as contained in 2.6.14.2
+  * Readd CONFIG_XFS_QUOTA=y.
+  * Disable ACPI cutoff year on i386, was set to 2001.
+    No need for acpi=force on boot.
+
+  [ Jurij Smakov ]
+  * Fix the install-image script to correctly include all the necessary
+    stuff in scripts. (Closes: #336424)
+  * Enable CONFIG_SND_ALI5451 on sparc.
+  * Switch sparc to gcc-4.0. Thanks to Norbert for making sure it successfully
+    builds a working kernel now.
+  * Apply patch to fix ATI framebuffer output corruption on SunBlade 100
+    (sparc64-atyfb-xl-gr.patch). Thanks to Luigi Gangitano. (Closes: #321200)
+  * Disable CONFIG_PARPORT_PC_FIFO on sparc, since it causes a hang whenever
+    something is sent to the parallel port device. Thanks to Attilla
+    (boera at rdslink.ro) for pointing that out.
+
+  [ Simon Horman ]
+  * [386, AMD64] Set CONFIG_FRAMEBUFFER_CONSOLE=y instead of m.
+    As vesadb now built into the kernel, after finally dropping the
+    debian-specific patch to make it modular, make fbcons builtin too, else
+    all sorts of weird stuff happens which is hard for the inird builders to
+    automatically compenste for. (Closes: #336450)
+  * Redisable CONFIG_SOFTWARE_SUSPEND on ppc/miboot as it required
+    CONFIG_PM to compile.
+  * [NETFILTER] nf_queue: Fix Ooops when no queue handler registered
+    This is a regression introduced in 2.6.14.
+    net-nf_queue-oops.patch. (Closes: #337713)
+  * Make manuals with defconfig, as is required for kernel-package 10.008
+
+  [ dann frazier ]
+  * net-ipconntrack-nat-fix.patch - fix compilation of
+    ip_conntrack_helper_pptp.c when NAT is disabled. (Closes: #336431)
+
+  [ Christian T. Steigies ]
+  * update m68k.diff to 2.6.14
+  * add m68k-*vme* patches
+  * disable macsonic driver until the dma patch is fixed
+  * disable IEEE80211 drivers for all of m68k
+
+  [ Frederik Schüler ]
+  * activate CONFIG_SECURITY_NETWORK to fix SElinux operation.
+    (Closes: #338543)
+
+ -- Norbert Tretkowski <nobse@debian.org>  Mon, 14 Nov 2005 10:23:05 +0100
+
+linux-2.6 (2.6.14-2) unstable; urgency=low
+
+  [ Simon Horman ]
+  * [SECURITY] Avoid 'names_cache' memory leak with CONFIG_AUDITSYSCALL
+    This fix, included as part of the 2.6.13.4 patch in
+    2.6.13+2.6.14-rc4-0experimental.1 is CVE-2005-3181
+  * Fix genearation of .extraversion, again (closes: #333842)
+  * Add missing kernel-arch and kernel-header-dirs to defines
+    so headers get included. (closes: #336521)
+    N.B: I only filled in arches where other's hadn't done so alread.
+         Please fix if its wrong.
+  * Allow powerpc64 to compile with AUDIT enabled but
+    AUDITSYSCALL disabled. powerpc64-audit_sysctl-build.patch
+
+  [ dann frazier ]
+  * Update hppa.diff to 2.6.14-pa0
+
+  [ Norbert Tretkowski ]
+  * [alpha] New patch to include compiler.h in barrier.h, barrier() is used in
+    non-SMP case.
+  * [alpha] Added kernel-header-dirs and kernel-arch to debian/arch/alpha/defines
+    to include asm-alpha in linux-headers package.
+  * Added myself to Uploaders.
+
+  [ Frederik Schüler ]
+  * [amd64] use DISCONTIGMEM instead of SPARSEMEM on amd64-k8-smp flavour to
+    fix bootup kernel panic.
+  * [amd64] include asm-x86_64 in linux-headers package.
+  * Deactivate AUDITSYSCALL globally, it slows down the kernel and is not
+    needed for selinux at all.
+
+ -- Simon Horman <horms@debian.org>  Tue,  1 Nov 2005 15:27:40 +0900
+
+linux-2.6 (2.6.14-1) unstable; urgency=low
+
+  [ Sven Luther ]
+  * New upstream release.
+
+  [ Norbert Tretkowski ]
+  * [alpha] Update arch/alpha/config* for 2.6.14.
+
+  [ Simon Horman ]
+  * Fix misformatting of long description of
+    linux-patch-debian-linux-patch-debian-X.Y.Z.
+    templates/control.main.in
+    (closes: #335088)
+  * Make sure version is seeded in apply and unapply scripts.
+    Actually changed in some earlier, post 2.6.12, release,
+    but the changelog seems to be missing.
+    (closes: #324583)
+
+  [ dann frazier ]
+  * [ia64] Disable the CONFIG_IA64_SGI_SN_XP module.  This forces
+    CONFIG_GENERIC_ALLOCATOR and CONFIG_IA64_UNCACHED_ALLOCATOR to y, which
+    appears to break on zx1 systems.
+
+ -- Simon Horman <horms@debian.org>  Fri, 28 Oct 2005 16:26:03 +0900
+
+linux-2.6 (2.6.13+2.6.14-rc5-0experimental.1) experimental; urgency=low
+
+  [ Sven Luther ]
+  * Upgraded to 2.6.14-rc5.
+
+  [ Jonas Smedegaard ]
+  * Quote variables in debian/rules.real and postinstall (making it
+    safer to run with weird characters in path of build environment).
+
+  [ Bastian Blank ]
+  * Add some missing files from scripts to headers packages.
+  * Add new patch powerpc-build-links.patch: Emit relative symlinks in
+    arch/ppc{,64}/include.
+  * Include arch/*/include into headers package.
+
+ -- Sven Luther <luther@debian.org>  Tue, 25 Oct 2005 03:56:11 +0000
+
+linux-2.6 (2.6.13+2.6.14-rc4-0experimental.1) experimental; urgency=low
+
+  [ Sven Luther ]
+  * Upgraded to 2.6.14-rc4.
+
+  [ Simon Horman ]
+  * Fix genearation of .extraversion (closes: #333842)
+
+  [ dann frazier ]
+  * Enhance the linux-source description to explain the types of patches
+    Debian adds to it.  (closes: #258043)
+  * Correct linux-patch-debian description.  It replaces the
+    kernel-patch-debian packages, not the kernel-source packages.
+
+  [ Jonas Smedegaard ]
+  * Fix building from within a very long dir (all patches was applied at
+    once - exhausting shell commandline, now applied one by one).
+  * Add Simon Horman, Sven Luther and myself as Uploaders.
+
+  [ Bastian Blank ]
+  * Use list of revisions in patch scripts.
+  * Use correct names for tarball and scripts.
+
+  [ Jurij Smakov ]
+  * [i386] Set the CONFIG_HPET_EMULATE_RTC option to make the clock
+    work properly on certain Dell machines. This required setting the
+    CONFIG_RTC option to 'y' instead of 'm'. (closes: #309909)
+    [i386] Enable VIDEO_CX88 and VIDEO_CX88_DVB (both set to 'm') by
+    popular demand. (closes: #330916)
+
+  [ Norbert Tretkowski ]
+  * [alpha] Update arch/alpha/config for 2.6.13.
+
+  [ Kyle McMartin ]
+  * [hppa] Oops. Fix linux-headers not including asm-parisc by adding
+    headers_dirs = parisc to Makefile.inc.
+
+  [ maximilian attems ]
+  * Set CONFIG_FB_VESA=y for i386 and amd64 configs. (closes: #333003)
+
+  [ Sven Luther ]
+  * [powerpc] Fixed apus build, now use mkvmlinuz too to generate the vmlinuz
+    kernel.
+  * Fixed control.image.in to depend on :
+      initramfs-tools | yaird | linux-ramdisk-tool
+    where linux-ramdisk-tools is the virtual package provided by all
+    initrd/initramfs generating tools.
+
+  [ Frederik Schüler ]
+  * deactivate FB_RIVA on all architectures.
+  * deactivate BLK_DEV_IDESCSI on all architectures.
+  * Added patch-2.6.13.4:
+    - [SECURITY] key: plug request_key_auth memleak
+      See CAN-2005-3119
+    - [SECURITY] Fix drm 'debug' sysfs permissions
+      See CAN-2005-3179
+    - [SECURITY] Avoid 'names_cache' memory leak with CONFIG_AUDITSYSCALL
+    - [SPARC64] Fix userland FPU state corruption.
+    - BIC coding bug in Linux 2.6.13
+    - [SECURITY] orinoco: Information leakage due to incorrect padding
+      See CAN-2005-3180
+    - ieee1394/sbp2: fixes for hot-unplug and module unloading
+
+  [ Christian T. Steigies ]
+  * disable CONFIG_EXT2_FS_XIP for m68k like on all(?) other arches
+  * deactivate OKTAGON_SCSI for amiga/m68k until it can be compiled again
+  * deactivate CONFIG_KEYBOARD_HIL_OLD, CONFIG_KEYBOARD_HIL, CONFIG_MOUSE_HIL,
+    CONFIG_HIL_MLC, and CONFIG_HP_SDC for hp/m68k
+  * update m68k.diff for 2.6.13
+  * split out patches that do not intefere with other arches to
+    patches-debian/m68k-*
+
+ -- Bastian Blank <waldi@debian.org>  Fri, 21 Oct 2005 12:17:47 +0000
+
+linux-2.6 (2.6.13-1) experimental; urgency=low
+
+  * New upstream release "git booost":
+    - new arch xtensa
+    - kexec/kdump
+    - execute-in-place
+    - inotify (closes: #304387)
+    - time-sharing cfq I/O scheduler
+    - manual driver binding
+    - voluntary preemption
+    - user-space I/O initiation for InfiniBand
+    - new speedy DES (crypto) implementation
+    - uml "almost-skas" mode support
+    - 250 HZ default (closes: #320366)
+    - fixes all over (alsa, archs, ide, input, ntfs, scsi, swsusp, usb, ..)
+    - orinoco driver updates (closes: #291684)
+    - md, dm updates (closes: #317787)
+
+  [ Frederik Schüler ]
+  * [amd64] Added class and longclass descriptions for amd64 flavours.
+  * [amd64] add amd64-tlb-flush-sigsegv-fix.patch: disable tlb flush
+    filtering on smp systems to workaround processor errata.
+  * backport kernel-api-documentation-generation-fix.diff from git to fix
+    documentation build.
+  * Added patch-2.6.13.1:
+    - raw_sendmsg DoS (CAN-2005-2492)
+    - 32bit sendmsg() flaw (CAN-2005-2490)
+    - Reassembly trim not clearing CHECKSUM_HW
+    - Use SA_SHIRQ in sparc specific code.
+    - Fix boundary check in standard multi-block cipher processors
+    - 2.6.13 breaks libpcap (and tcpdump)
+    - x86: pci_assign_unassigned_resources() update
+    - Fix PCI ROM mapping
+    - aacraid: 2.6.13 aacraid bad BUG_ON fix
+    - Kconfig: saa7134-dvb must select tda1004x
+
+  [ Simon Horman ]
+  * Disable BSDv3 accounting on hppa and alpha, it was already
+    disabled on all other architectures. Also unify BSD accounting
+    config into top level config, rather than per flavour configs.
+  * [SECURITY] The seq_file memory leak fix included in 2.6.12-6
+    as part of upstream's 2.6.12.6 patchset is now CAN-2005-2800.
+
+  [ Jurij Smakov, Simon Horman ]
+  * Ensure that only one kernel-manual/linux-manual package can
+    be installed at a time to avoid file conflicts. (closes: #320042)
+
+  [ Bastian Blank ]
+  * Move audit, preempt and security settings to core config file.
+  * Fix powerpc configuration.
+  * Add debian version information to kernel version string.
+  * Drop coreutils | fileutils dependencies.
+  * Drop modular-vesafb patch. (closes: #222374, #289810)
+
+  [ Christian T. Steigies ]
+  * update m68k.diff for linux-2.6.13
+  * add m68k-42_dma.patch and m68k-sonic.patch that will be in upstream 2.6.14
+    (which makes sun3 build fail, needs fixing)
+
+  [ maximilian attems ]
+  * Drop drivers-add-scsi_changer.patch (merged)
+  * Drop drivers-ide-dma-blacklist-toshiba.patch (merged)
+  * Drop drivers-ide-__devinit.patch (merged)
+  * Added patch-2.6.13.2:
+    - USB: ftdi_sio: custom baud rate fix
+    - Fix up more strange byte writes to the PCI_ROM_ADDRESS config word
+    - Fix MPOL_F_VERIFY
+    - jfs: jfs_delete_inode must call clear_inode
+    - Fix DHCP + MASQUERADE problem
+    - Sun HME: enable and map PCI ROM properly
+    - Sun GEM ethernet: enable and map PCI ROM properly
+    - hpt366: write the full 4 bytes of ROM address, not just low 1 byte
+    - forcedeth: Initialize link settings in every nv_open()
+    - Lost sockfd_put() in routing_ioctl()
+    - lost fput in 32bit ioctl on x86-64
+  * Added patch-2.6.13.3:
+    - Fix fs/exec.c:788 (de_thread()) BUG_ON
+    - Don't over-clamp window in tcp_clamp_window()
+    - fix IPv6 per-socket multicast filtering in exact-match case
+    - yenta oops fix
+    - ipvs: ip_vs_ftp breaks connections using persistence
+    - uml - Fix x86_64 page leak
+    - skge: set mac address oops with bonding
+    - tcp: set default congestion control correctly for incoming connections
+
+  [ Sven Luther ]
+  * [powerpc] Added hotplug support to the mv643xx_eth driver :
+      powerpc-mv643xx-hotplug-support.patch
+    thanks go to Nicolas Det for providing the patch.
+  * [powerpc] Modified a couple of configuration options for the powerpc64
+    flavour, fixes and enhances Apple G5 support (Closes: #323724, #328324)
+  * [powerpc] Added powerpc-miboot flavour to use exclusively with oldworld
+    powermac miboot floppies for debian-installer.
+  * [powerpc] Checked upgraded version of the apus patches, separated them in
+    a part which is safe to apply, and one which needs checking, and is thus
+    not applied yet.
+
+  [ Kyle McMartin ]
+  * [hppa] Update hppa.diff to 2.6.13-pa4.
+  * [hppa] Add space register fix to pacache.S to hppa.diff.
+
+  [ dann frazier ]
+  * Add a note to README.Debian that explains where users can find the .config
+    files used to generate the linux-image packages.  Closes: #316809
+  * [ia64] Workaround #325070 until upstream works out an acceptable solution.
+    This bug breaks module loading on non-SMP ia64 kernels.  The workaround
+    is to temporarily use an SMP config for the non-SMP kernels.  (Note that
+    John Wright is running benchmarks to determine the overhead of running
+    an SMP kernel on UP systems to help decide if this should be a
+    permanent change).
+  * [ia64] Update arch/ia64/config for 2.6.13
+
+ -- Simon Horman <horms@debian.org>  Thu,  6 Oct 2005 15:45:21 +0900
+
+linux-2.6 (2.6.12-6) unstable; urgency=high
+
+  [ Andres Salomon, Bastian Blank ]
+  * Change ATM and Classical-IP-over-ATM to be modular, instead of being
+    statically included. (closes: #323143)
+
+  [ Sven Luther ]
+  * [powerpc] powerpc-pmac-sound-check.patch: Added pmac-sound sanity check.
+  * [powerpc] powerpc-apus.patch:
+    Added preliminary apus patch to package, not applied to kernel tree yet.
+
+  [ Simon Horman ]
+  * Unset CC_OPTIMIZE_FOR_SIZE in i386 config,
+    it breaks iproute's (and other netlink users) ability
+    to set routes. (closes: #322723)
+  * Added 2.6.12.6
+    - [SECURITY: CAN-2005-2555] Restrict socket policy loading to
+      CAP_NET_ADMIN.
+    - [SECURITY] Fix DST leak in icmp_push_reply().  Possible remote
+      DoS?
+    - [SECURITY] NPTL signal delivery deadlock fix; possible local
+      DoS.
+    - fix gl_skb/skb type error in genelink driver in usbnet
+    - [SECURITY] fix a memory leak in devices seq_file implementation;
+      local DoS.
+    - [SECURITY] Fix SKB leak in ip6_input_finish(); local DoS.
+
+  [ Andres Salomon ]
+  * [hppa] enable discontiguous memory support for 32bit hppa images, so
+    they build.
+
+ -- Andres Salomon <dilinger@debian.org>  Tue, 06 Sep 2005 10:14:35 -0400
+
+linux-2.6 (2.6.12-5) unstable; urgency=low
+
+  * Change ARM to use GCC 3.3 to avoid FTBFS errors with GCC 4
+   (dann frazier)
+
+  * Remove spurious double quote character from ia64 package descriptions.
+    (dann frazier)
+
+  * Add transitional meta packages (kernel-image-2.6-*) for ia64.
+    (dann frazier)
+
+  * Change fuzz factor to 1, stricter patch appliance. (Maximilian Attems)
+
+  * Enabled CONFIG_THERM_PM72 on powerpc64 flavour. (Sven Luther)
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 16 Aug 2005 21:43:31 +0200
+
+linux-2.6 (2.6.12-4) unstable; urgency=low
+
+  * Supply correct subarch values for the powerpc images.
+
+ -- Bastian Blank <waldi@debian.org>  Mon, 15 Aug 2005 21:06:18 +0200
+
+linux-2.6 (2.6.12-3) unstable; urgency=low
+
+  * Added reference to old kernel-* package names to make
+    transition a little more obvious to end users.
+    A Dan Jacobson special. (Simon Horman) Closes: #321167
+
+  * By the time this makes it into the archive, it will
+    be handling kernel-image-2.6-* packages. (Simon Horman)
+    Closes: #321867
+
+  * Link palinfo statically on ia64. (dann frazier) (Closes: #321885)
+
+  * [hppa] :
+    - Add hppa arch specific patch.
+    - Build-Depend on binutils-hppa64 and gcc-4.0-hppa64.
+    (Kyle McMartin)
+
+  * Fix permissions in source tarball. (Bastian Blank) (Closes: #322409)
+
+  * Enable the CONFIG_IP_ADVANCED_ROUTER and related options on
+    sparc64 to sync with other architectures. (Jurij Smakov)
+    Closes: #321236
+
+  * Include all executables as well as *.sh and *.pl files found in
+    scripts directory in the headers package. (Bastian Blank)
+    Closes: #322612, #322680, #322765
+
+  * Include m68k headers into the arch-common headers package on
+    powerpc and make sure that all the directories are linked to
+    properly from the flavour-specific headers packages. (Jurij Smakov)
+    Closes: #322610
+
+  * [powerpc] Enabled the powerpc64 flavour, now that we have a real biarch
+    toolchain in sid. Many thanks go to GOTO Masanori and Matthias Klose as
+    well as any other who worked on the biarch toolchain to make this happen.
+
+  * Added 2.6.12.5 (Simon Horman)
+    - Fix BUG() is triggered by a call to set_mempolicy() with a negativ
+      first argument.
+    - [amd64] Fix a SRAT handling on systems with dual cores.
+    - [amd64] SMP timing problem
+    - [security] Zlib fixes See CAN-2005-2458, CAN-2005-2459
+      http://sources.redhat.com/ml/bug-gnu-utils/1999-06/msg00183.html
+      http://bugs.gentoo.org/show_bug.cgi
+    - Add zlib deflateBound()
+    - [security] Fix error during session join. See CAN-2005-2098
+    - [security] Fix keyring destructor. See CAN-2005-2099
+    - Module per-cpu alignment cannot always be met
+      http://www.ussg.iu.edu/hypermail/linux/kernel/0409.0/0768.html
+    Closes: #323039
+
+ -- Bastian Blank <waldi@debian.org>  Mon, 15 Aug 2005 16:42:05 +0200
+
+linux-2.6 (2.6.12-2) unstable; urgency=low
+
+  * The Kernel Team offers its condolences to the family of Jens Schmalzing
+    (jensen@debian), who died Saturday, July 30, 2005 in a tragic accident in
+    Munich.  Jens was a member of the Kernel Team, and was instrumental in
+    taking the powerpc kernel package to 2.6, as well as maintaining MOL
+    and its kernel modules.
+
+  * Add @longclass@ variable to control file autogeneration. (Andres Salomon)
+
+  * Bump build-depends on kernel-package to a fixed version (>= 9.005).
+    (Jurij Smakov, Sven Luther) (closes: #319657, #320422, #321625)
+
+  * Change default ramdisk size for sparc to 16,384K to accomodate a fatter
+    d-i initrd for netboot installs.
+    (Joshua Kwan)
+
+  * Don't build-depend on console-tools on s390. (Bastian Blank)
+
+  * Add ARM support. (Vincent Sanders)
+
+  * Add ia64 descriptions. (dann frazier)
+
+  * Strip down the scripts dir in the headers packages. (Bastian Blank)
+
+  * Add m68k support. (Christian T. Steigies)
+
+  * Added 2.6.12.4 (Frederik Schüler)
+    - Fix powernow oops on dual-core athlon
+    - Fix early vlan adding leads to not functional device
+    - sys_get_thread_area does not clear the returned argument
+    - bio_clone fix
+    - Fix possible overflow of sock->sk_policy (CAN-2005-2456)
+      (closes: #321401)
+    - Wait until all references to ip_conntrack_untracked are dropped on
+      unload
+    - Fix potential memory corruption in NAT code (aka memory NAT)
+    - Fix deadlock in ip6_queue
+    - Fix signedness issues in net/core/filter.c
+    - x86_64 memleak from malicious 32bit elf program
+    - rocket.c: Fix ldisc ref count handling
+    - kbuild: build TAGS problem with O=
+
+  * Enable CONFIG_6PACK=m for all archs (Andres Salomon)
+    (closes: #319646)
+
+  * Overhaul the generation of the control file. Now it is handled
+    by debian/bin/gencontrol.py. The debian/control target in rules
+    also fails now, since we don't want the control file generated
+    during build. Arch-specific Depends and suggests are now generated
+    correctly. (Bastian Blank) (Closes: #319896)
+
+  * [powerpc] Fixed typo which made asm-ppc and asm-ppc64 not being included
+    in the header package. (Sven Luther) (Closes: #320817)
+
+  * Added list of flavours built to common header package. (Sven Luther)
+
+ -- Bastian Blank <waldi@debian.org>  Tue, 09 Aug 2005 11:12:40 +0200
+
+linux-2.6 (2.6.12-1) unstable; urgency=low
+
+  * New upstream release:
+    - "git rocks"
+    - address space randomization
+    - conversion of ide driver code to the device model
+    - restored Philips webcam driver
+    - new Broadcom bcm5706 gigabit driver
+    - new resource limits for the audio community
+    - Multipath device mapper
+    - Intel HD Audio alsa driver
+    - fixes + arch updates..
+    - readdition of tg3 driver, as firmware license has been fixed
+
+  * Dropped the following patches:
+    - patch-2.6.11.*.patch (merged)
+    - powerpc-ppc64-ibmvscsi.patch (Christoph didn't like it, and it failed
+      to build anyways) (Sven Luther)
+    - doc-post_halloween.patch (unless someone can come up w/ a valid
+      reason for carrying around rapidly bitrotting documentation...)
+      (Andres Salomon)
+    - sparc32-hypersparc-srmmu.patch (dropped until sparc32 is working
+      again, and we can figure out whether it's necessary)
+    - fix-alpha-ext3-oops.patch (no longer needed, fixed by compiler)
+    - x86-i486_emu.patch (buggy and insecure 80486 instruction emulation
+      for 80386; we're no longer supporting this) (closes: #250468)
+    - amd64-outs.patch (according to
+      http://www.ussg.iu.edu/hypermail/linux/kernel/0502.3/1095.html, this
+      is unnecessary for us) (Andres Salomon)
+    - sparc64-rtc-mostek.patch (merged)
+    - sparc64-compat-nanoseconds.patch (merged)
+    - sparc64-sunsu-init-2.6.11.patch (merged)
+    - sunsab-uart-update-timeout.patch (merged)
+    - alpha-read-trylock.patch (different version got merged)
+    - powerpc-prep-motorola-irq-fix.patch (merged)
+    - drivers-media-video-saa7134-update.patch (merged)
+    - drivers-media-video-saa7134-update-2.patch (merged)
+    - drivers-media-video-pll-lib.patch (merged)
+    - drivers-media-video-pll-lib-2.patch (merged)
+    - drivers-media-video-tuner-update-1.patch (merged)
+    - drivers-media-video-tuner-update-2.patch (merged)
+    - drivers-media-video-v4l-mpeg-support.patch (merged)
+    - drivers-media-video-mt352-update.patch (merged)
+    - arch-ppc64-hugepage-aio-panic.patch (merged)
+    - drivers-input-serio-nmouse.patch (merged)
+    - sparc64-sb1500-clock-2.6.patch (merged)
+    - docbook-allow-preprocessor-directives-... (merged)
+    - docbook-fix-function-parameter-descriptin-in-fbmem.patch (merged)
+    - docbook-move-kernel-doc-comment-next-to-function.patch (merged)
+    - powerpc-therm-adt746x-new-i2c-fix.patch (merged)
+    - powerpc-mv643xx-enet.patch (merged)
+    - powerpc-mv643xx-eth-pegasos.patch (merged)
+    - powerpc-pmac-agp-sleep.patch (merged)
+    - drivers-input-serio-8042-resume.patch (merged)
+
+  * Premiere of the common-source kernel package
+    (Jurij Smakov, Andres Salomon)
+    - build all architectures out of kernel source package
+    - rename source and binary packages
+    - create a common config for different architectures, and management
+      tools to allow for easier modification of config options
+    - drop default configs, autogenerate them instead; requires
+      kernel-package >= 9.002.
+
+  * Add 2.6.12.1 (Maximilian Attems)
+    - Clean up subthread exec (CAN-2005-1913)
+    - ia64 ptrace + sigrestore_context (CAN-2005-1761)
+
+  * Add 2.6.12.2 (Frederik Schüler)
+    - Fix two socket hashing bugs.
+    -  ACPI: Make sure we call acpi_register_gsi() even for default PCI
+       interrupt assignment
+    - Add "memory" clobbers to the x86 inline asm of strncmp and friends
+    - e1000: fix spinlock bug
+    - fix remap_pte_range BUG
+    - Fix typo in drivers/pci/pci-driver.c
+
+  * Add 2.6.12.3 (Joshua Kwan)
+    - Fix semaphore handling in __unregister_chrdev
+    - Fix TT mode in UML.
+    - Check for a null return in tty_ldisc_ref.
+    - v4l: cx88 hue offset fix
+    - Fix 8139cp breakage that occurs with tpm driver.
+    - Fix the 6pack driver in SMP environments.
+    - Switch to spinlocks in the shaper driver.
+    - ppc32: stop misusing NTP's time_offset value
+    - netfilter: go back to dropping conntrack references manually
+    - ACPI: don't accept 0 as a PCI IRQ.
+
+  * Enable CONFIG_SCSI_INITIO. (Maximilian Attems) (closes: #318121)
+
+  * [powerpc] :
+    - Added powerpc-mkvmlinuz-support patch which allows, together with
+      kernel-package 9.0002 to add mkvmlinuz support to hand built packages.
+    - Removed powerpc-ppc64-ibmvscsi.patch, FTBFS, and Christoph doesn't like
+      it and thinks it is not needed.
+    - Disabled swim3 on powerpc-smp, FTBFS.
+    - Disabled software-suspend on powerpc-smp, FTBFS, amd64/i386 only smp code.
+    - Rediffed and readded the G4 L2 hardware flush assist patch from Jacob Pan.
+    (Sven Luther)
+
+  * [sparc]
+    - Drop sparc32 flavour for now. sparc32 kernel is currently in the
+      category "too buggy for us to support". In spite of numerous efforts
+      I still see occasional random filesystem corruptions in my tests.
+      That does NOT mean that we are dropping sparc32 support, we will
+      work with upstream trying to solve these problems for the next
+      kernel release. Those interested in helping/testing are encouraged
+      to subscribe to debian-sparc mailing list.
+      (Jurij Smakov)
+
+  * [alpha]
+    - Renamed resulting binary packages for alpha, kernel-image-x.y.z-generic
+      wasn't a generic kernel, it was a generic kernel for alpha machines, so
+      we're now using linux-image-x.y.z-alpha-generic (and of course, the same
+      change for the smp kernel-image). This change was postponed after the
+      sarge release. (closes: #260003)
+    (Norbert Tretkowski)
+
+  * [amd64]
+    - Now using the default compiler (gcc-4.0), thus we get rid of the
+      annoying MAKEFLAGS="CC=gcc-3.4" make-kpkg... invocation for third-party
+      modules.
+      This release lacks 64bit kernels for i386 userland; support will be
+      added in a later release as soon as the toolchain has stabilized again.
+      (Frederik Schüler)
+
+ -- Andres Salomon <dilinger@debian.org>  Wed, 20 Jul 2005 17:16:04 -0400
+
diff --git a/debian/config/alpha/config b/debian/config/alpha/config
new file mode 100644
index 0000000000000..8dd6a4f9af509
--- /dev/null
+++ b/debian/config/alpha/config
@@ -0,0 +1,904 @@
+##
+## file: arch/alpha/Kconfig
+##
+## choice: Alpha system type
+CONFIG_ALPHA_GENERIC=y
+# CONFIG_ALPHA_ALCOR is not set
+# CONFIG_ALPHA_XL is not set
+# CONFIG_ALPHA_BOOK1 is not set
+# CONFIG_ALPHA_AVANTI_CH is not set
+# CONFIG_ALPHA_CABRIOLET is not set
+# CONFIG_ALPHA_DP264 is not set
+# CONFIG_ALPHA_EB164 is not set
+# CONFIG_ALPHA_EB64P_CH is not set
+# CONFIG_ALPHA_EB66 is not set
+# CONFIG_ALPHA_EB66P is not set
+# CONFIG_ALPHA_EIGER is not set
+# CONFIG_ALPHA_JENSEN is not set
+# CONFIG_ALPHA_LX164 is not set
+# CONFIG_ALPHA_LYNX is not set
+# CONFIG_ALPHA_MARVEL is not set
+# CONFIG_ALPHA_MIATA is not set
+# CONFIG_ALPHA_MIKASA is not set
+# CONFIG_ALPHA_NAUTILUS is not set
+# CONFIG_ALPHA_NONAME_CH is not set
+# CONFIG_ALPHA_NORITAKE is not set
+# CONFIG_ALPHA_PC164 is not set
+# CONFIG_ALPHA_P2K is not set
+# CONFIG_ALPHA_RAWHIDE is not set
+# CONFIG_ALPHA_RUFFIAN is not set
+# CONFIG_ALPHA_RX164 is not set
+# CONFIG_ALPHA_SX164 is not set
+# CONFIG_ALPHA_SABLE is not set
+# CONFIG_ALPHA_SHARK is not set
+# CONFIG_ALPHA_TAKARA is not set
+# CONFIG_ALPHA_TITAN is not set
+# CONFIG_ALPHA_WILDFIRE is not set
+## end choice
+# CONFIG_VERBOSE_MCHECK is not set
+CONFIG_SRM_ENV=m
+
+##
+## file: arch/alpha/Kconfig.debug
+##
+CONFIG_MATHEMU=y
+
+##
+## file: block/partitions/Kconfig
+##
+CONFIG_ACORN_PARTITION=y
+# CONFIG_ACORN_PARTITION_CUMANA is not set
+# CONFIG_ACORN_PARTITION_EESOX is not set
+CONFIG_ACORN_PARTITION_ICS=y
+# CONFIG_ACORN_PARTITION_ADFS is not set
+# CONFIG_ACORN_PARTITION_POWERTEC is not set
+CONFIG_ACORN_PARTITION_RISCIX=y
+CONFIG_OSF_PARTITION=y
+CONFIG_AMIGA_PARTITION=y
+CONFIG_ATARI_PARTITION=y
+CONFIG_MAC_PARTITION=y
+CONFIG_BSD_DISKLABEL=y
+CONFIG_MINIX_SUBPARTITION=y
+CONFIG_SOLARIS_X86_PARTITION=y
+CONFIG_UNIXWARE_DISKLABEL=y
+CONFIG_LDM_PARTITION=y
+# CONFIG_LDM_DEBUG is not set
+CONFIG_SGI_PARTITION=y
+CONFIG_ULTRIX_PARTITION=y
+CONFIG_SUN_PARTITION=y
+
+##
+## file: drivers/ata/Kconfig
+##
+CONFIG_PATA_ALI=m
+CONFIG_PATA_AMD=m
+CONFIG_PATA_CS5520=m
+CONFIG_PATA_CYPRESS=m
+CONFIG_PATA_EFAR=m
+CONFIG_PATA_HPT366=m
+CONFIG_PATA_HPT37X=m
+CONFIG_PATA_NS87415=m
+CONFIG_PATA_OLDPIIX=m
+CONFIG_PATA_PDC2027X=m
+CONFIG_PATA_PDC_OLD=m
+CONFIG_PATA_SC1200=m
+CONFIG_PATA_SERVERWORKS=m
+CONFIG_PATA_SIL680=m
+CONFIG_PATA_TRIFLEX=m
+CONFIG_PATA_VIA=m
+CONFIG_PATA_ISAPNP=y
+CONFIG_PATA_MPIIX=m
+CONFIG_PATA_OPTI=m
+CONFIG_PATA_LEGACY=m
+
+##
+## file: drivers/atm/Kconfig
+##
+CONFIG_ATM_DRIVERS=y
+CONFIG_ATM_TCP=m
+CONFIG_ATM_LANAI=m
+CONFIG_ATM_ENI=m
+# CONFIG_ATM_ENI_DEBUG is not set
+# CONFIG_ATM_ENI_TUNE_BURST is not set
+CONFIG_ATM_IDT77252=m
+# CONFIG_ATM_IDT77252_DEBUG is not set
+# CONFIG_ATM_IDT77252_RCV_ALL is not set
+# CONFIG_ATM_FORE200E_USE_TASKLET is not set
+CONFIG_ATM_FORE200E_TX_RETRY=16
+CONFIG_ATM_FORE200E_DEBUG=0
+CONFIG_ATM_HE=m
+CONFIG_ATM_HE_USE_SUNI=y
+
+##
+## file: drivers/block/Kconfig
+##
+CONFIG_BLK_DEV_FD=m
+CONFIG_CDROM_PKTCDVD=m
+CONFIG_CDROM_PKTCDVD_BUFFERS=8
+CONFIG_CDROM_PKTCDVD_WCACHE=y
+
+##
+## file: drivers/bluetooth/Kconfig
+##
+CONFIG_BT_HCIUART=m
+CONFIG_BT_HCIUART_H4=y
+CONFIG_BT_HCIUART_BCSP=y
+CONFIG_BT_HCIBCM203X=m
+CONFIG_BT_HCIBPA10X=m
+CONFIG_BT_HCIBFUSB=m
+CONFIG_BT_HCIDTL1=m
+CONFIG_BT_HCIBT3C=m
+CONFIG_BT_HCIBLUECARD=m
+CONFIG_BT_HCIVHCI=m
+
+##
+## file: drivers/char/Kconfig
+##
+CONFIG_PRINTER=m
+# CONFIG_LP_CONSOLE is not set
+CONFIG_PPDEV=m
+CONFIG_DTLK=m
+CONFIG_APPLICOM=m
+
+##
+## file: drivers/char/agp/Kconfig
+##
+#. Workaround
+CONFIG_AGP=y
+#. Workaround
+CONFIG_AGP_ALPHA_CORE=y
+
+##
+## file: drivers/char/ipmi/Kconfig
+##
+CONFIG_IPMI_HANDLER=m
+# CONFIG_IPMI_PANIC_EVENT is not set
+CONFIG_IPMI_DEVICE_INTERFACE=m
+CONFIG_IPMI_SI=m
+CONFIG_IPMI_WATCHDOG=m
+CONFIG_IPMI_POWEROFF=m
+
+##
+## file: drivers/eisa/Kconfig
+##
+CONFIG_EISA=y
+CONFIG_EISA_PCI_EISA=y
+CONFIG_EISA_VIRTUAL_ROOT=y
+CONFIG_EISA_NAMES=y
+
+##
+## file: drivers/gpu/drm/Kconfig
+##
+CONFIG_DRM=m
+
+##
+## file: drivers/gpu/drm/i2c/Kconfig
+##
+CONFIG_DRM_I2C_CH7006=m
+CONFIG_DRM_I2C_SIL164=m
+
+##
+## file: drivers/gpu/drm/nouveau/Kconfig
+##
+CONFIG_DRM_NOUVEAU=m
+# CONFIG_DRM_NOUVEAU_BACKLIGHT is not set
+
+##
+## file: drivers/gpu/drm/radeon/Kconfig
+##
+CONFIG_DRM_RADEON=m
+
+##
+## file: drivers/hid/usbhid/Kconfig
+##
+CONFIG_USB_HID=m
+
+##
+## file: drivers/hwmon/Kconfig
+##
+CONFIG_SENSORS_ADM1021=m
+CONFIG_SENSORS_ADM1025=m
+CONFIG_SENSORS_ADM1026=m
+CONFIG_SENSORS_ADM1031=m
+CONFIG_SENSORS_ASB100=m
+CONFIG_SENSORS_DS1621=m
+CONFIG_SENSORS_F71805F=m
+CONFIG_SENSORS_GL518SM=m
+CONFIG_SENSORS_GL520SM=m
+CONFIG_SENSORS_IT87=m
+CONFIG_SENSORS_MAX1619=m
+CONFIG_SENSORS_LM63=m
+CONFIG_SENSORS_LM75=m
+CONFIG_SENSORS_LM77=m
+CONFIG_SENSORS_LM78=m
+CONFIG_SENSORS_LM80=m
+CONFIG_SENSORS_LM83=m
+CONFIG_SENSORS_LM85=m
+CONFIG_SENSORS_LM87=m
+CONFIG_SENSORS_LM90=m
+CONFIG_SENSORS_LM92=m
+CONFIG_SENSORS_PC87360=m
+CONFIG_SENSORS_PCF8591=m
+CONFIG_SENSORS_SIS5595=m
+CONFIG_SENSORS_SMSC47M1=m
+CONFIG_SENSORS_SMSC47B397=m
+CONFIG_SENSORS_VIA686A=m
+CONFIG_SENSORS_W83781D=m
+CONFIG_SENSORS_W83L785TS=m
+CONFIG_SENSORS_W83627HF=m
+
+##
+## file: drivers/i2c/Kconfig
+##
+CONFIG_I2C=m
+CONFIG_I2C_STUB=m
+# CONFIG_I2C_DEBUG_CORE is not set
+# CONFIG_I2C_DEBUG_ALGO is not set
+# CONFIG_I2C_DEBUG_BUS is not set
+
+##
+## file: drivers/i2c/busses/Kconfig
+##
+CONFIG_I2C_ALI1535=m
+CONFIG_I2C_ALI1563=m
+CONFIG_I2C_ALI15X3=m
+CONFIG_I2C_AMD756=m
+# CONFIG_I2C_AMD756_S4882 is not set
+CONFIG_I2C_AMD8111=m
+CONFIG_I2C_I801=m
+CONFIG_I2C_PIIX4=m
+CONFIG_I2C_NFORCE2=m
+CONFIG_I2C_SIS5595=m
+CONFIG_I2C_SIS630=m
+CONFIG_I2C_SIS96X=m
+CONFIG_I2C_VIA=m
+CONFIG_I2C_VIAPRO=m
+CONFIG_I2C_PARPORT=m
+CONFIG_I2C_ELEKTOR=m
+CONFIG_I2C_PCA_ISA=m
+CONFIG_SCx200_ACB=m
+
+##
+## file: drivers/input/gameport/Kconfig
+##
+CONFIG_GAMEPORT=m
+CONFIG_GAMEPORT_NS558=m
+CONFIG_GAMEPORT_L4=m
+CONFIG_GAMEPORT_EMU10K1=m
+CONFIG_GAMEPORT_FM801=m
+
+##
+## file: drivers/input/keyboard/Kconfig
+##
+CONFIG_INPUT_KEYBOARD=y
+CONFIG_KEYBOARD_ATKBD=y
+CONFIG_KEYBOARD_LKKBD=m
+CONFIG_KEYBOARD_NEWTON=m
+CONFIG_KEYBOARD_SUNKBD=m
+CONFIG_KEYBOARD_XTKBD=m
+
+##
+## file: drivers/input/misc/Kconfig
+##
+CONFIG_INPUT_MISC=y
+CONFIG_INPUT_PCSPKR=m
+CONFIG_INPUT_UINPUT=m
+
+##
+## file: drivers/input/mouse/Kconfig
+##
+CONFIG_INPUT_MOUSE=y
+CONFIG_MOUSE_PS2=m
+CONFIG_MOUSE_SERIAL=m
+CONFIG_MOUSE_INPORT=m
+# CONFIG_MOUSE_ATIXL is not set
+CONFIG_MOUSE_LOGIBM=m
+CONFIG_MOUSE_PC110PAD=m
+CONFIG_MOUSE_VSXXXAA=m
+
+##
+## file: drivers/input/serio/Kconfig
+##
+CONFIG_SERIO=y
+CONFIG_SERIO_I8042=y
+CONFIG_SERIO_SERPORT=m
+CONFIG_SERIO_PARKBD=m
+CONFIG_SERIO_PCIPS2=m
+CONFIG_SERIO_LIBPS2=y
+CONFIG_SERIO_RAW=m
+
+##
+## file: drivers/input/touchscreen/Kconfig
+##
+CONFIG_INPUT_TOUCHSCREEN=y
+
+##
+## file: drivers/isdn/Kconfig
+##
+CONFIG_ISDN=y
+
+##
+## file: drivers/media/radio/Kconfig
+##
+CONFIG_RADIO_MAXIRADIO=m
+CONFIG_USB_DSBR=m
+CONFIG_V4L_RADIO_ISA_DRIVERS=y
+CONFIG_RADIO_AZTECH=m
+CONFIG_RADIO_CADET=m
+CONFIG_RADIO_GEMTEK=m
+CONFIG_RADIO_RTRACK=m
+CONFIG_RADIO_RTRACK2=m
+CONFIG_RADIO_SF16FMI=m
+CONFIG_RADIO_SF16FMR2=m
+CONFIG_RADIO_TERRATEC=m
+CONFIG_RADIO_TRUST=m
+CONFIG_RADIO_TYPHOON=m
+CONFIG_RADIO_ZOLTRIX=m
+
+##
+## file: drivers/mmc/Kconfig
+##
+CONFIG_MMC=m
+
+##
+## file: drivers/mmc/core/Kconfig
+##
+CONFIG_MMC_BLOCK=m
+
+##
+## file: drivers/mmc/host/Kconfig
+##
+# CONFIG_MMC_DEBUG is not set
+
+##
+## file: drivers/mtd/Kconfig
+##
+CONFIG_FTL=m
+CONFIG_NFTL=m
+CONFIG_NFTL_RW=y
+CONFIG_INFTL=m
+
+##
+## file: drivers/mtd/chips/Kconfig
+##
+CONFIG_MTD_CFI=m
+CONFIG_MTD_JEDECPROBE=m
+CONFIG_MTD_CFI_ADV_OPTIONS=y
+## choice: Flash cmd/query data swapping
+# CONFIG_MTD_CFI_NOSWAP is not set
+CONFIG_MTD_CFI_BE_BYTE_SWAP=y
+# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set
+## end choice
+CONFIG_MTD_CFI_GEOMETRY=y
+CONFIG_MTD_MAP_BANK_WIDTH_1=y
+CONFIG_MTD_MAP_BANK_WIDTH_2=y
+CONFIG_MTD_MAP_BANK_WIDTH_4=y
+CONFIG_MTD_MAP_BANK_WIDTH_8=y
+CONFIG_MTD_MAP_BANK_WIDTH_16=y
+CONFIG_MTD_MAP_BANK_WIDTH_32=y
+CONFIG_MTD_CFI_I1=y
+CONFIG_MTD_CFI_I2=y
+CONFIG_MTD_CFI_I4=y
+CONFIG_MTD_CFI_I8=y
+# CONFIG_MTD_OTP is not set
+CONFIG_MTD_CFI_INTELEXT=m
+CONFIG_MTD_CFI_AMDSTD=m
+CONFIG_MTD_CFI_STAA=m
+CONFIG_MTD_RAM=m
+CONFIG_MTD_ROM=m
+CONFIG_MTD_ABSENT=m
+
+##
+## file: drivers/mtd/devices/Kconfig
+##
+CONFIG_MTD_PMC551=m
+# CONFIG_MTD_PMC551_BUGFIX is not set
+# CONFIG_MTD_PMC551_DEBUG is not set
+CONFIG_MTD_SLRAM=m
+CONFIG_MTD_PHRAM=m
+CONFIG_MTD_MTDRAM=m
+CONFIG_MTDRAM_TOTAL_SIZE=4096
+CONFIG_MTDRAM_ERASE_SIZE=128
+CONFIG_MTD_BLOCK2MTD=m
+
+##
+## file: drivers/mtd/maps/Kconfig
+##
+CONFIG_MTD_COMPLEX_MAPPINGS=y
+CONFIG_MTD_PHYSMAP=m
+CONFIG_MTD_PHYSMAP_START=0x8000000
+CONFIG_MTD_PHYSMAP_LEN=0x4000000
+CONFIG_MTD_PHYSMAP_BANKWIDTH=2
+CONFIG_MTD_PCI=m
+
+##
+## file: drivers/mtd/nand/raw/Kconfig
+##
+CONFIG_MTD_RAW_NAND=m
+# CONFIG_MTD_NAND_DISKONCHIP is not set
+
+##
+## file: drivers/mtd/parsers/Kconfig
+##
+CONFIG_MTD_CMDLINE_PARTS=y
+CONFIG_MTD_REDBOOT_PARTS=y
+CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1
+CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y
+CONFIG_MTD_REDBOOT_PARTS_READONLY=y
+
+##
+## file: drivers/net/Kconfig
+##
+CONFIG_NET_FC=y
+CONFIG_NET_SB1000=m
+
+##
+## file: drivers/net/arcnet/Kconfig
+##
+CONFIG_ARCNET=m
+CONFIG_ARCNET_1201=m
+CONFIG_ARCNET_1051=m
+CONFIG_ARCNET_RAW=m
+CONFIG_ARCNET_CAP=m
+CONFIG_ARCNET_COM90xx=m
+CONFIG_ARCNET_COM90xxIO=m
+CONFIG_ARCNET_RIM_I=m
+CONFIG_ARCNET_COM20020=m
+CONFIG_ARCNET_COM20020_ISA=m
+CONFIG_ARCNET_COM20020_PCI=m
+CONFIG_ARCNET_COM20020_CS=m
+
+##
+## file: drivers/net/ethernet/3com/Kconfig
+##
+CONFIG_NET_VENDOR_3COM=y
+CONFIG_EL3=m
+CONFIG_3C515=m
+CONFIG_PCMCIA_3C574=m
+CONFIG_PCMCIA_3C589=m
+CONFIG_VORTEX=m
+CONFIG_TYPHOON=m
+
+##
+## file: drivers/net/ethernet/8390/Kconfig
+##
+CONFIG_PCMCIA_AXNET=m
+CONFIG_NE2000=m
+CONFIG_NE2K_PCI=m
+CONFIG_PCMCIA_PCNET=m
+CONFIG_ULTRA=m
+CONFIG_WD80x3=m
+
+##
+## file: drivers/net/ethernet/adaptec/Kconfig
+##
+CONFIG_ADAPTEC_STARFIRE=m
+
+##
+## file: drivers/net/ethernet/amd/Kconfig
+##
+CONFIG_AMD8111_ETH=m
+CONFIG_LANCE=m
+CONFIG_PCMCIA_NMCLAN=m
+
+##
+## file: drivers/net/ethernet/broadcom/Kconfig
+##
+CONFIG_B44=m
+
+##
+## file: drivers/net/ethernet/cirrus/Kconfig
+##
+CONFIG_CS89x0_ISA=m
+
+##
+## file: drivers/net/ethernet/dec/tulip/Kconfig
+##
+CONFIG_NET_TULIP=y
+CONFIG_DE2104X=m
+CONFIG_TULIP=m
+# CONFIG_TULIP_MWI is not set
+# CONFIG_TULIP_MMIO is not set
+CONFIG_WINBOND_840=m
+CONFIG_DM9102=m
+CONFIG_PCMCIA_XIRCOM=m
+
+##
+## file: drivers/net/ethernet/dlink/Kconfig
+##
+CONFIG_SUNDANCE=m
+# CONFIG_SUNDANCE_MMIO is not set
+
+##
+## file: drivers/net/ethernet/fujitsu/Kconfig
+##
+CONFIG_PCMCIA_FMVJ18X=m
+
+##
+## file: drivers/net/ethernet/intel/Kconfig
+##
+CONFIG_E100=m
+
+##
+## file: drivers/net/ethernet/natsemi/Kconfig
+##
+CONFIG_NATSEMI=m
+
+##
+## file: drivers/net/ethernet/nvidia/Kconfig
+##
+CONFIG_FORCEDETH=m
+
+##
+## file: drivers/net/ethernet/realtek/Kconfig
+##
+CONFIG_8139CP=m
+CONFIG_8139TOO=m
+
+##
+## file: drivers/net/ethernet/sis/Kconfig
+##
+CONFIG_SIS900=m
+
+##
+## file: drivers/net/ethernet/smsc/Kconfig
+##
+CONFIG_SMC9194=m
+CONFIG_PCMCIA_SMC91C92=m
+CONFIG_EPIC100=m
+
+##
+## file: drivers/net/ethernet/sun/Kconfig
+##
+CONFIG_HAPPYMEAL=m
+CONFIG_SUNGEM=m
+
+##
+## file: drivers/net/ethernet/via/Kconfig
+##
+CONFIG_VIA_RHINE=m
+# CONFIG_VIA_RHINE_MMIO is not set
+
+##
+## file: drivers/net/ethernet/xircom/Kconfig
+##
+CONFIG_PCMCIA_XIRC2PS=m
+
+##
+## file: drivers/net/fddi/Kconfig
+##
+CONFIG_FDDI=y
+CONFIG_SKFP=m
+
+##
+## file: drivers/net/hippi/Kconfig
+##
+CONFIG_HIPPI=y
+CONFIG_ROADRUNNER=m
+# CONFIG_ROADRUNNER_LARGE_RINGS is not set
+
+##
+## file: drivers/net/plip/Kconfig
+##
+CONFIG_PLIP=m
+
+##
+## file: drivers/net/wan/Kconfig
+##
+CONFIG_WAN=y
+CONFIG_PCI200SYN=m
+CONFIG_WANXL=m
+CONFIG_N2=m
+CONFIG_C101=m
+CONFIG_FARSYNC=m
+
+##
+## file: drivers/net/wireless/intel/ipw2x00/Kconfig
+##
+# CONFIG_IPW2100 is not set
+
+##
+## file: drivers/net/wireless/marvell/mwifiex/Kconfig
+##
+CONFIG_MWIFIEX=m
+CONFIG_MWIFIEX_SDIO=m
+
+##
+## file: drivers/pcmcia/Kconfig
+##
+CONFIG_PCCARD=m
+CONFIG_PCMCIA=m
+CONFIG_CARDBUS=y
+CONFIG_YENTA=m
+CONFIG_PD6729=m
+CONFIG_I82092=m
+CONFIG_I82365=m
+CONFIG_TCIC=m
+CONFIG_PCMCIA_DEBUG=y
+
+##
+## file: drivers/pnp/Kconfig
+##
+CONFIG_PNP=y
+
+##
+## file: drivers/pnp/isapnp/Kconfig
+##
+CONFIG_ISAPNP=y
+
+##
+## file: drivers/rtc/Kconfig
+##
+CONFIG_RTC_CLASS=y
+CONFIG_RTC_DRV_ALPHA=y
+
+##
+## file: drivers/scsi/Kconfig
+##
+CONFIG_SCSI_ARCMSR=m
+CONFIG_SCSI_BUSLOGIC=m
+CONFIG_SCSI_MYRB=m
+CONFIG_SCSI_MYRS=m
+CONFIG_SCSI_DMX3191D=m
+CONFIG_SCSI_GENERIC_NCR5380=m
+CONFIG_SCSI_IPS=m
+CONFIG_SCSI_INITIO=m
+CONFIG_SCSI_INIA100=m
+CONFIG_SCSI_IMM=y
+CONFIG_SCSI_IZIP_SLOW_CTR=y
+CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
+CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
+CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
+CONFIG_SCSI_IPR=m
+CONFIG_SCSI_IPR_TRACE=y
+CONFIG_SCSI_IPR_DUMP=y
+CONFIG_SCSI_QLOGIC_FAS=m
+CONFIG_SCSI_QLOGIC_1280=m
+CONFIG_SCSI_SIM710=m
+CONFIG_SCSI_DC395x=m
+CONFIG_SCSI_AM53C974=m
+CONFIG_SCSI_DEBUG=m
+
+##
+## file: drivers/scsi/aic7xxx/Kconfig.aic7xxx
+##
+CONFIG_AIC7XXX_CMDS_PER_DEVICE=8
+
+##
+## file: drivers/scsi/megaraid/Kconfig.megaraid
+##
+CONFIG_MEGARAID_NEWGEN=y
+CONFIG_MEGARAID_MM=m
+CONFIG_MEGARAID_MAILBOX=m
+CONFIG_MEGARAID_LEGACY=m
+
+##
+## file: drivers/scsi/pcmcia/Kconfig
+##
+CONFIG_PCMCIA_QLOGIC=m
+CONFIG_PCMCIA_SYM53C500=m
+
+##
+## file: drivers/tty/Kconfig
+##
+CONFIG_VT=y
+CONFIG_VT_CONSOLE=y
+# CONFIG_SERIAL_NONSTANDARD is not set
+CONFIG_MOXA_INTELLIO=m
+CONFIG_N_HDLC=m
+
+##
+## file: drivers/tty/serial/Kconfig
+##
+CONFIG_SERIAL_JSM=m
+
+##
+## file: drivers/tty/serial/8250/Kconfig
+##
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_SERIAL_8250_CS=m
+CONFIG_SERIAL_8250_NR_UARTS=32
+CONFIG_SERIAL_8250_RUNTIME_UARTS=4
+CONFIG_SERIAL_8250_EXTENDED=y
+CONFIG_SERIAL_8250_MANY_PORTS=y
+CONFIG_SERIAL_8250_SHARE_IRQ=y
+# CONFIG_SERIAL_8250_DETECT_IRQ is not set
+CONFIG_SERIAL_8250_RSA=y
+
+##
+## file: drivers/usb/Kconfig
+##
+CONFIG_USB=m
+
+##
+## file: drivers/usb/atm/Kconfig
+##
+CONFIG_USB_ATM=m
+CONFIG_USB_SPEEDTOUCH=m
+
+##
+## file: drivers/usb/host/Kconfig
+##
+CONFIG_USB_EHCI_HCD=m
+CONFIG_USB_OHCI_HCD=m
+CONFIG_USB_UHCI_HCD=m
+CONFIG_USB_SL811_HCD=m
+CONFIG_USB_SL811_CS=m
+
+##
+## file: drivers/usb/misc/Kconfig
+##
+CONFIG_USB_USS720=m
+
+##
+## file: drivers/video/backlight/Kconfig
+##
+CONFIG_LCD_CLASS_DEVICE=m
+
+##
+## file: drivers/video/console/Kconfig
+##
+CONFIG_VGA_CONSOLE=y
+CONFIG_MDA_CONSOLE=m
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+CONFIG_FB_CIRRUS=m
+CONFIG_FB_PM2=m
+CONFIG_FB_PM2_FIFO_DISCONNECT=y
+CONFIG_FB_CYBER2000=m
+# CONFIG_FB_ASILIANT is not set
+# CONFIG_FB_IMSTT is not set
+CONFIG_FB_TGA=m
+CONFIG_FB_S1D13XXX=m
+CONFIG_FB_MATROX=m
+CONFIG_FB_MATROX_MILLENIUM=y
+CONFIG_FB_MATROX_MYSTIQUE=y
+CONFIG_FB_MATROX_G=y
+CONFIG_FB_MATROX_I2C=m
+CONFIG_FB_MATROX_MAVEN=m
+CONFIG_FB_RADEON=m
+CONFIG_FB_RADEON_I2C=y
+# CONFIG_FB_RADEON_DEBUG is not set
+CONFIG_FB_ATY128=m
+CONFIG_FB_ATY=m
+CONFIG_FB_ATY_CT=y
+# CONFIG_FB_ATY_GENERIC_LCD is not set
+CONFIG_FB_ATY_GX=y
+CONFIG_FB_SAVAGE=m
+# CONFIG_FB_SAVAGE_I2C is not set
+# CONFIG_FB_SAVAGE_ACCEL is not set
+CONFIG_FB_SIS=m
+CONFIG_FB_SIS_300=y
+CONFIG_FB_SIS_315=y
+CONFIG_FB_NEOMAGIC=m
+CONFIG_FB_KYRO=m
+CONFIG_FB_VOODOO1=m
+CONFIG_FB_TRIDENT=m
+CONFIG_FB_VIRTUAL=m
+
+##
+## file: drivers/video/fbdev/core/Kconfig
+##
+CONFIG_FB_MODE_HELPERS=y
+CONFIG_FB_TILEBLITTING=y
+
+##
+## file: drivers/watchdog/Kconfig
+##
+CONFIG_PCWATCHDOG=m
+CONFIG_MIXCOMWD=m
+CONFIG_WDT=m
+CONFIG_PCIPCWATCHDOG=m
+CONFIG_WDTPCI=m
+CONFIG_USBPCWATCHDOG=m
+
+##
+## file: init/Kconfig
+##
+CONFIG_USELIB=y
+#. TODO
+# CONFIG_AUDIT is not set
+CONFIG_SYSFS_SYSCALL=y
+
+##
+## file: lib/Kconfig
+##
+#. TODO
+CONFIG_CRC32=m
+
+##
+## file: net/lapb/Kconfig
+##
+CONFIG_LAPB=m
+
+##
+## file: sound/drivers/Kconfig
+##
+CONFIG_SND_DUMMY=m
+CONFIG_SND_VIRMIDI=m
+CONFIG_SND_MTPAV=m
+CONFIG_SND_SERIAL_U16550=m
+CONFIG_SND_MPU401=m
+
+##
+## file: sound/isa/Kconfig
+##
+CONFIG_SND_ADLIB=m
+CONFIG_SND_AD1816A=m
+CONFIG_SND_AD1848=m
+CONFIG_SND_ALS100=m
+CONFIG_SND_AZT2320=m
+CONFIG_SND_CMI8330=m
+CONFIG_SND_CS4231=m
+CONFIG_SND_CS4236=m
+CONFIG_SND_ES1688=m
+CONFIG_SND_ES18XX=m
+CONFIG_SND_GUSCLASSIC=m
+CONFIG_SND_GUSEXTREME=m
+CONFIG_SND_GUSMAX=m
+CONFIG_SND_INTERWAVE=m
+CONFIG_SND_INTERWAVE_STB=m
+CONFIG_SND_OPL3SA2=m
+CONFIG_SND_OPTI92X_AD1848=m
+CONFIG_SND_OPTI92X_CS4231=m
+CONFIG_SND_OPTI93X=m
+CONFIG_SND_MIRO=m
+CONFIG_SND_SB8=m
+CONFIG_SND_SB16=m
+CONFIG_SND_SBAWE=m
+CONFIG_SND_SB16_CSP=y
+CONFIG_SND_SSCAPE=m
+CONFIG_SND_WAVEFRONT=m
+
+##
+## file: sound/pci/Kconfig
+##
+CONFIG_SND_ALS4000=m
+CONFIG_SND_ALI5451=m
+CONFIG_SND_ATIIXP=m
+CONFIG_SND_ATIIXP_MODEM=m
+CONFIG_SND_AU8810=m
+CONFIG_SND_AU8820=m
+CONFIG_SND_AU8830=m
+CONFIG_SND_AZT3328=m
+CONFIG_SND_BT87X=m
+# CONFIG_SND_BT87X_OVERCLOCK is not set
+CONFIG_SND_CA0106=m
+CONFIG_SND_CMIPCI=m
+CONFIG_SND_CS4281=m
+CONFIG_SND_CS46XX=m
+CONFIG_SND_CS46XX_NEW_DSP=y
+CONFIG_SND_EMU10K1=m
+CONFIG_SND_EMU10K1X=m
+CONFIG_SND_ENS1370=m
+CONFIG_SND_ENS1371=m
+CONFIG_SND_ES1938=m
+CONFIG_SND_ES1968=m
+CONFIG_SND_FM801=m
+CONFIG_SND_FM801_TEA575X_BOOL=y
+CONFIG_SND_HDSP=m
+CONFIG_SND_ICE1712=m
+CONFIG_SND_ICE1724=m
+CONFIG_SND_INTEL8X0=m
+CONFIG_SND_INTEL8X0M=m
+CONFIG_SND_KORG1212=m
+CONFIG_SND_MAESTRO3=m
+# CONFIG_SND_MIXART is not set
+CONFIG_SND_NM256=m
+CONFIG_SND_RME32=m
+CONFIG_SND_RME96=m
+CONFIG_SND_RME9652=m
+CONFIG_SND_SONICVIBES=m
+CONFIG_SND_TRIDENT=m
+CONFIG_SND_VIA82XX=m
+CONFIG_SND_VIA82XX_MODEM=m
+CONFIG_SND_VX222=m
+CONFIG_SND_YMFPCI=m
+
+##
+## file: sound/pci/hda/Kconfig
+##
+CONFIG_SND_HDA_INTEL=m
diff --git a/debian/config/alpha/config.alpha-generic b/debian/config/alpha/config.alpha-generic
new file mode 100644
index 0000000000000..50398c7a8f3ab
--- /dev/null
+++ b/debian/config/alpha/config.alpha-generic
@@ -0,0 +1,9 @@
+##
+## file: arch/alpha/Kconfig
+##
+# CONFIG_SMP is not set
+
+##
+## file: arch/alpha/Kconfig.debug
+##
+# CONFIG_ALPHA_LEGACY_START_ADDRESS is not set
diff --git a/debian/config/alpha/config.alpha-smp b/debian/config/alpha/config.alpha-smp
new file mode 100644
index 0000000000000..7b53986dbc6d7
--- /dev/null
+++ b/debian/config/alpha/config.alpha-smp
@@ -0,0 +1,15 @@
+##
+## file: arch/alpha/Kconfig
+##
+CONFIG_SMP=y
+CONFIG_NR_CPUS=64
+
+##
+## file: arch/alpha/Kconfig.debug
+##
+# CONFIG_ALPHA_LEGACY_START_ADDRESS is not set
+
+##
+## file: drivers/scsi/Kconfig
+##
+CONFIG_SCSI=y
diff --git a/debian/config/alpha/defines.toml b/debian/config/alpha/defines.toml
new file mode 100644
index 0000000000000..2096f19d77bcd
--- /dev/null
+++ b/debian/config/alpha/defines.toml
@@ -0,0 +1,28 @@
+[[flavour]]
+name = 'alpha-generic'
+[flavour.description]
+hardware = 'Alpha'
+hardware_long = 'DEC Alpha systems with extended kernel start address (Wildfire, Titan, Marvel)'
+[flavour.packages]
+installer = true
+
+[[flavour]]
+name = 'alpha-smp'
+[flavour.defs]
+is_default = true
+[flavour.description]
+hardware = 'Alpha SMP'
+hardware_long = 'DEC Alpha SMP systems with extended kernel start address (Wildfire, Titan, Marvel)'
+
+[[featureset]]
+name = 'none'
+
+[build]
+kernel_file = 'arch/alpha/boot/vmlinux.gz'
+kernel_stem = 'vmlinuz'
+
+[relations.image]
+suggests = [
+  'aboot',
+  'fdutils',
+]
diff --git a/debian/config/amd64/config b/debian/config/amd64/config
new file mode 100644
index 0000000000000..9d7c7fcafecb0
--- /dev/null
+++ b/debian/config/amd64/config
@@ -0,0 +1,339 @@
+##
+## file: arch/Kconfig
+##
+CONFIG_ARCH_MMAP_RND_BITS=28
+CONFIG_ARCH_MMAP_RND_COMPAT_BITS=8
+
+##
+## file: arch/x86/Kconfig
+##
+CONFIG_64BIT=y
+CONFIG_SMP=y
+CONFIG_X86_X2APIC=y
+CONFIG_INTEL_TDX_GUEST=y
+CONFIG_MAXSMP=y
+CONFIG_X86_16BIT=y
+CONFIG_X86_VSYSCALL_EMULATION=y
+CONFIG_NUMA=y
+CONFIG_AMD_NUMA=y
+CONFIG_X86_64_ACPI_NUMA=y
+CONFIG_NUMA_EMU=y
+CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y
+CONFIG_X86_SGX=y
+CONFIG_EFI_MIXED=y
+CONFIG_RANDOMIZE_MEMORY=y
+## choice: vsyscall table for legacy applications
+CONFIG_LEGACY_VSYSCALL_NONE=y
+## end choice
+CONFIG_MITIGATION_SLS=y
+CONFIG_PCI_MMCONFIG=y
+CONFIG_ISA_DMA_API=y
+CONFIG_X86_X32_ABI=y
+CONFIG_X86_X32_DISABLED=y
+
+##
+## file: arch/x86/Kconfig.cpu
+##
+## choice: Processor family
+# CONFIG_MK8 is not set
+# CONFIG_MPSC is not set
+# CONFIG_MCORE2 is not set
+# CONFIG_MATOM is not set
+CONFIG_GENERIC_CPU=y
+## end choice
+
+##
+## file: arch/x86/crypto/Kconfig
+##
+CONFIG_CRYPTO_BLOWFISH_X86_64=m
+CONFIG_CRYPTO_CAMELLIA_X86_64=m
+CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64=m
+CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64=m
+CONFIG_CRYPTO_CAST5_AVX_X86_64=m
+CONFIG_CRYPTO_CAST6_AVX_X86_64=m
+CONFIG_CRYPTO_DES3_EDE_X86_64=m
+CONFIG_CRYPTO_SERPENT_SSE2_X86_64=m
+CONFIG_CRYPTO_SERPENT_AVX_X86_64=m
+CONFIG_CRYPTO_SERPENT_AVX2_X86_64=m
+CONFIG_CRYPTO_TWOFISH_X86_64=m
+CONFIG_CRYPTO_TWOFISH_X86_64_3WAY=m
+CONFIG_CRYPTO_TWOFISH_AVX_X86_64=m
+CONFIG_CRYPTO_CHACHA20_X86_64=m
+CONFIG_CRYPTO_AEGIS128_AESNI_SSE2=m
+CONFIG_CRYPTO_NHPOLY1305_SSE2=m
+CONFIG_CRYPTO_NHPOLY1305_AVX2=m
+CONFIG_CRYPTO_POLY1305_X86_64=m
+CONFIG_CRYPTO_SHA1_SSSE3=m
+CONFIG_CRYPTO_SHA256_SSSE3=m
+CONFIG_CRYPTO_SHA512_SSSE3=m
+CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=m
+CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m
+
+##
+## file: arch/x86/ras/Kconfig
+##
+CONFIG_RAS_CEC=y
+
+##
+## file: arch/x86/xen/Kconfig
+##
+CONFIG_XEN_512GB=y
+
+##
+## file: crypto/asymmetric_keys/Kconfig
+##
+CONFIG_SIGNED_PE_FILE_VERIFICATION=y
+
+##
+## file: drivers/acpi/Kconfig
+##
+CONFIG_ACPI_BGRT=y
+
+##
+## file: drivers/android/Kconfig
+##
+CONFIG_ANDROID_BINDER_IPC=m
+
+##
+## file: drivers/char/agp/Kconfig
+##
+CONFIG_AGP=y
+#. Needed by GART_IOMMU
+CONFIG_AGP_AMD64=y
+
+##
+## file: drivers/cxl/Kconfig
+##
+CONFIG_CXL_BUS=y
+
+##
+## file: drivers/dma/Kconfig
+##
+CONFIG_INTEL_IDXD=m
+CONFIG_INTEL_IDXD_SVM=y
+CONFIG_INTEL_IDXD_PERFMON=y
+
+##
+## file: drivers/edac/Kconfig
+##
+CONFIG_EDAC_SBRIDGE=m
+CONFIG_EDAC_IGEN6=m
+
+##
+## file: drivers/gpu/drm/i915/Kconfig
+##
+CONFIG_DRM_I915_GVT_KVMGT=m
+CONFIG_DRM_I915_PXP=y
+
+##
+## file: drivers/hid/amd-sfh-hid/Kconfig
+##
+CONFIG_AMD_SFH_HID=m
+
+##
+## file: drivers/hwtracing/intel_th/Kconfig
+##
+CONFIG_INTEL_TH_STH=m
+
+##
+## file: drivers/hwtracing/stm/Kconfig
+##
+CONFIG_STM=m
+CONFIG_STM_PROTO_BASIC=m
+CONFIG_STM_PROTO_SYS_T=m
+CONFIG_STM_DUMMY=m
+CONFIG_STM_SOURCE_CONSOLE=m
+CONFIG_STM_SOURCE_HEARTBEAT=m
+CONFIG_STM_SOURCE_FTRACE=m
+
+##
+## file: drivers/i2c/Kconfig
+##
+CONFIG_I2C_STUB=m
+
+##
+## file: drivers/input/mouse/Kconfig
+##
+CONFIG_MOUSE_PS2_LOGIPS2PP=y
+CONFIG_MOUSE_PS2_SYNAPTICS=y
+CONFIG_MOUSE_PS2_LIFEBOOK=y
+CONFIG_MOUSE_PS2_TRACKPOINT=y
+
+##
+## file: drivers/iommu/amd/Kconfig
+##
+CONFIG_AMD_IOMMU=y
+
+##
+## file: drivers/macintosh/Kconfig
+##
+CONFIG_MACINTOSH_DRIVERS=y
+CONFIG_MAC_EMUMOUSEBTN=y
+
+##
+## file: drivers/net/Kconfig
+##
+CONFIG_FUJITSU_ES=m
+
+##
+## file: drivers/net/ethernet/amd/Kconfig
+##
+CONFIG_AMD_XGBE=m
+
+##
+## file: drivers/net/ethernet/google/Kconfig
+##
+CONFIG_NET_VENDOR_GOOGLE=y
+CONFIG_GVE=m
+
+##
+## file: drivers/net/ethernet/microsoft/Kconfig
+##
+CONFIG_NET_VENDOR_MICROSOFT=y
+CONFIG_MICROSOFT_MANA=m
+
+##
+## file: drivers/net/wireless/intel/ipw2x00/Kconfig
+##
+# CONFIG_IPW2100 is not set
+
+##
+## file: drivers/nvdimm/Kconfig
+##
+CONFIG_NVDIMM_PFN=y
+
+##
+## file: drivers/pci/Kconfig
+##
+CONFIG_PCI_HYPERV=y
+
+##
+## file: drivers/pinctrl/Kconfig
+##
+CONFIG_PINCTRL_AMD=y
+
+##
+## file: drivers/platform/x86/amd/pmc/Kconfig
+##
+CONFIG_AMD_PMC=m
+
+##
+## file: drivers/platform/x86/amd/pmf/Kconfig
+##
+CONFIG_AMD_PMF=m
+
+##
+## file: drivers/platform/x86/intel/Kconfig
+##
+CONFIG_INTEL_TPMI=m
+
+##
+## file: drivers/platform/x86/intel/ifs/Kconfig
+##
+CONFIG_INTEL_IFS=m
+
+##
+## file: drivers/platform/x86/intel/uncore-frequency/Kconfig
+##
+CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
+
+##
+## file: drivers/powercap/Kconfig
+##
+CONFIG_INTEL_RAPL_TPMI=m
+
+##
+## file: drivers/scsi/Kconfig
+##
+CONFIG_SCSI_INIA100=m
+
+##
+## file: drivers/spi/Kconfig
+##
+CONFIG_SPI_PXA2XX=m
+
+##
+## file: drivers/tee/Kconfig
+##
+CONFIG_TEE=m
+
+##
+## file: drivers/tee/amdtee/Kconfig
+##
+CONFIG_AMDTEE=m
+
+##
+## file: drivers/tty/Kconfig
+##
+CONFIG_MOXA_INTELLIO=m
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+CONFIG_FB_MATROX_G=y
+CONFIG_FB_MATROX_MAVEN=m
+# CONFIG_FB_ATY_GENERIC_LCD is not set
+# CONFIG_FB_SAVAGE_I2C is not set
+
+##
+## file: drivers/virt/coco/tdx-guest/Kconfig
+##
+CONFIG_TDX_GUEST_DRIVER=m
+
+##
+## file: drivers/virtio/Kconfig
+##
+CONFIG_VIRTIO_MEM=m
+
+##
+## file: init/Kconfig
+##
+CONFIG_KALLSYMS_ALL=y
+
+##
+## file: kernel/Kconfig.kexec
+##
+CONFIG_KEXEC_FILE=y
+CONFIG_KEXEC_SIG=y
+CONFIG_KEXEC_BZIMAGE_VERIFY_SIG=y
+
+##
+## file: kernel/livepatch/Kconfig
+##
+CONFIG_LIVEPATCH=y
+
+##
+## file: kernel/rcu/Kconfig
+##
+CONFIG_RCU_FANOUT=64
+
+##
+## file: lib/Kconfig.debug
+##
+CONFIG_DEBUG_INFO_BTF=y
+#. Workaround module loading of different builds of on-disk modules
+#. vs booted kernel when keeping same ABI, cf. #1003210, #1022202
+CONFIG_MODULE_ALLOW_BTF_MISMATCH=y
+CONFIG_FRAME_WARN=2048
+
+##
+## file: mm/Kconfig
+##
+## choice: Memory model
+CONFIG_SPARSEMEM_MANUAL=y
+## end choice
+CONFIG_SPARSEMEM_VMEMMAP=y
+CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=y
+CONFIG_ZONE_DEVICE=y
+
+##
+## file: security/Kconfig
+##
+CONFIG_LSM_MMAP_MIN_ADDR=65536
+
+##
+## file: sound/soc/amd/Kconfig
+##
+CONFIG_SND_SOC_AMD_ACP3x=m
+CONFIG_SND_SOC_AMD_RENOIR=m
+CONFIG_SND_SOC_AMD_RENOIR_MACH=m
diff --git a/debian/config/amd64/config.cloud-amd64 b/debian/config/amd64/config.cloud-amd64
new file mode 100644
index 0000000000000..e091267f3cd51
--- /dev/null
+++ b/debian/config/amd64/config.cloud-amd64
@@ -0,0 +1,54 @@
+##
+## file: arch/x86/Kconfig
+##
+# CONFIG_X86_MPPARSE is not set
+# CONFIG_X86_EXTENDED_PLATFORM is not set
+# CONFIG_X86_INTEL_LPSS is not set
+# CONFIG_X86_AMD_PLATFORM_DEVICE is not set
+# CONFIG_IOSF_MBI is not set
+# CONFIG_GART_IOMMU is not set
+#. XXX
+# CONFIG_X86_MCE is not set
+# CONFIG_X86_16BIT is not set
+# CONFIG_AMD_NUMA is not set
+# CONFIG_NUMA_EMU is not set
+# CONFIG_ISA_DMA_API is not set
+# CONFIG_ISA is not set
+# CONFIG_X86_X32_ABI is not set
+
+##
+## file: arch/x86/xen/Kconfig
+##
+# CONFIG_XEN_DOM0 is not set
+
+##
+## file: drivers/firmware/google/Kconfig
+##
+CONFIG_GOOGLE_COREBOOT_TABLE=m
+CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=m
+
+##
+## file: drivers/hwmon/Kconfig
+##
+# CONFIG_I8K is not set
+
+##
+## file: drivers/infiniband/hw/usnic/Kconfig
+##
+# CONFIG_INFINIBAND_USNIC is not set
+
+##
+## file: drivers/platform/x86/Kconfig
+##
+# CONFIG_X86_PLATFORM_DEVICES is not set
+
+##
+## file: drivers/platform/x86/dell/Kconfig
+##
+# CONFIG_DCDBAS is not set
+# CONFIG_DELL_RBU is not set
+
+##
+## file: drivers/watchdog/Kconfig
+##
+# CONFIG_PCIPCWATCHDOG is not set
diff --git a/debian/config/amd64/defines.toml b/debian/config/amd64/defines.toml
new file mode 100644
index 0000000000000..f492bce6da606
--- /dev/null
+++ b/debian/config/amd64/defines.toml
@@ -0,0 +1,37 @@
+[[flavour]]
+name = 'amd64'
+[flavour.defs]
+is_default = true
+[flavour.description]
+hardware = '64-bit PCs'
+hardware_long = 'PCs with AMD64, Intel 64 or VIA Nano processors'
+[flavour.packages]
+installer = true
+
+[[flavour]]
+name = 'cloud-amd64'
+[flavour.build]
+config = ['config.cloud']
+[flavour.defs]
+is_quick = true
+[flavour.description]
+hardware = 'x86-64 cloud'
+hardware_long = 'cloud platforms including Amazon EC2, Microsoft Azure, and Google Compute Engine'
+
+[[featureset]]
+name = 'none'
+
+[[featureset]]
+name = 'rt'
+# Override available flavours in rt featureset
+[[featureset.flavour]]
+name = 'amd64'
+
+[build]
+enable_signed = true
+enable_vdso = true
+kernel_file = 'arch/x86/boot/bzImage'
+kernel_stem = 'vmlinuz'
+
+[relations.image]
+suggests = ['grub-pc | grub-efi-amd64 | extlinux']
diff --git a/debian/config/arm64/config b/debian/config/arm64/config
new file mode 100644
index 0000000000000..cd8f3b8845891
--- /dev/null
+++ b/debian/config/arm64/config
@@ -0,0 +1,2498 @@
+##
+## file: arch/Kconfig
+##
+CONFIG_SECCOMP=y
+# CONFIG_RELR is not set
+
+##
+## file: arch/arm/crypto/Kconfig
+##
+CONFIG_CRYPTO_NHPOLY1305_NEON=m
+
+##
+## file: arch/arm64/Kconfig
+##
+CONFIG_ARM64_ERRATUM_834220=y
+CONFIG_ARM64_ERRATUM_843419=y
+CONFIG_ARM64_ERRATUM_1418040=y
+## choice: Virtual address space size
+CONFIG_ARM64_VA_BITS_48=y
+## end choice
+CONFIG_SCHED_MC=y
+CONFIG_SCHED_SMT=y
+CONFIG_NR_CPUS=512
+CONFIG_NUMA=y
+CONFIG_XEN=y
+CONFIG_COMPAT=y
+CONFIG_COMPAT_VDSO=y
+CONFIG_COMPAT_ALIGNMENT_FIXUPS=y
+CONFIG_ARMV8_DEPRECATED=y
+CONFIG_SWP_EMULATION=y
+CONFIG_CP15_BARRIER_EMULATION=y
+CONFIG_SETEND_EMULATION=y
+CONFIG_ARM64_USE_LSE_ATOMICS=y
+CONFIG_ARM64_PMEM=y
+CONFIG_RANDOMIZE_BASE=y
+CONFIG_RANDOMIZE_MODULE_REGION_FULL=y
+CONFIG_ARM64_ACPI_PARKING_PROTOCOL=y
+
+##
+## file: arch/arm64/Kconfig.platforms
+##
+CONFIG_ARCH_SUNXI=y
+CONFIG_ARCH_BCM=y
+CONFIG_ARCH_BCM2835=y
+CONFIG_ARCH_K3=y
+CONFIG_ARCH_HISI=y
+CONFIG_ARCH_MEDIATEK=y
+CONFIG_ARCH_MESON=y
+CONFIG_ARCH_MVEBU=y
+CONFIG_ARCH_NXP=y
+CONFIG_ARCH_LAYERSCAPE=y
+CONFIG_ARCH_MXC=y
+CONFIG_ARCH_QCOM=y
+CONFIG_ARCH_RENESAS=y
+CONFIG_ARCH_ROCKCHIP=y
+CONFIG_ARCH_SEATTLE=y
+CONFIG_ARCH_SYNQUACER=y
+CONFIG_ARCH_TEGRA=y
+CONFIG_ARCH_THUNDER=y
+CONFIG_ARCH_THUNDER2=y
+CONFIG_ARCH_VEXPRESS=y
+CONFIG_ARCH_XGENE=y
+CONFIG_ARCH_ZYNQMP=y
+
+##
+## file: arch/arm64/crypto/Kconfig
+##
+CONFIG_CRYPTO_GHASH_ARM64_CE=m
+CONFIG_CRYPTO_SHA1_ARM64_CE=m
+CONFIG_CRYPTO_SHA2_ARM64_CE=m
+CONFIG_CRYPTO_SHA512_ARM64=m
+CONFIG_CRYPTO_SHA512_ARM64_CE=m
+CONFIG_CRYPTO_SHA3_ARM64=m
+CONFIG_CRYPTO_POLYVAL_ARM64_CE=m
+CONFIG_CRYPTO_AES_ARM64_CE=m
+CONFIG_CRYPTO_AES_ARM64_CE_BLK=m
+# CONFIG_CRYPTO_AES_ARM64_NEON_BLK is not set
+CONFIG_CRYPTO_AES_ARM64_BS=m
+CONFIG_CRYPTO_AES_ARM64_CE_CCM=m
+CONFIG_CRYPTO_CRCT10DIF_ARM64_CE=m
+
+##
+## file: arch/arm64/kvm/Kconfig
+##
+CONFIG_VIRTUALIZATION=y
+CONFIG_KVM=y
+
+##
+## file: drivers/acpi/Kconfig
+##
+CONFIG_ACPI=y
+CONFIG_ACPI_SPCR_TABLE=y
+CONFIG_ACPI_IPMI=m
+CONFIG_ACPI_PCI_SLOT=y
+CONFIG_ACPI_HED=y
+CONFIG_ACPI_BGRT=y
+
+##
+## file: drivers/acpi/apei/Kconfig
+##
+CONFIG_ACPI_APEI=y
+CONFIG_ACPI_APEI_GHES=y
+CONFIG_ACPI_APEI_PCIEAER=y
+CONFIG_ACPI_APEI_MEMORY_FAILURE=y
+CONFIG_ACPI_APEI_EINJ=m
+
+##
+## file: drivers/acpi/numa/Kconfig
+##
+CONFIG_ACPI_NUMA=y
+
+##
+## file: drivers/android/Kconfig
+##
+CONFIG_ANDROID_BINDER_IPC=m
+
+##
+## file: drivers/ata/Kconfig
+##
+CONFIG_SATA_AHCI_PLATFORM=m
+CONFIG_AHCI_DWC=m
+CONFIG_AHCI_CEVA=m
+CONFIG_AHCI_MVEBU=m
+CONFIG_AHCI_TEGRA=m
+CONFIG_AHCI_XGENE=m
+CONFIG_AHCI_QORIQ=m
+CONFIG_SATA_AHCI_SEATTLE=m
+
+##
+## file: drivers/bluetooth/Kconfig
+##
+CONFIG_BT_HCIUART=m
+CONFIG_BT_MRVL_SDIO=m
+CONFIG_BT_QCOMSMD=m
+
+##
+## file: drivers/bus/Kconfig
+##
+CONFIG_MOXTET=m
+CONFIG_HISILICON_LPC=y
+CONFIG_QCOM_EBI2=y
+CONFIG_TEGRA_ACONNECT=y
+
+##
+## file: drivers/bus/fsl-mc/Kconfig
+##
+CONFIG_FSL_MC_BUS=y
+CONFIG_FSL_MC_UAPI_SUPPORT=y
+
+##
+## file: drivers/char/hw_random/Kconfig
+##
+CONFIG_HW_RANDOM_BCM2835=m
+CONFIG_HW_RANDOM_IPROC_RNG200=m
+CONFIG_HW_RANDOM_OMAP=m
+CONFIG_HW_RANDOM_HISI=m
+CONFIG_HW_RANDOM_XGENE=m
+CONFIG_HW_RANDOM_MESON=m
+CONFIG_HW_RANDOM_CAVIUM=m
+CONFIG_HW_RANDOM_MTK=m
+CONFIG_HW_RANDOM_OPTEE=m
+CONFIG_HW_RANDOM_ARM_SMCCC_TRNG=m
+CONFIG_HW_RANDOM_CN10K=m
+
+##
+## file: drivers/char/ipmi/Kconfig
+##
+CONFIG_IPMI_HANDLER=m
+CONFIG_IPMI_DEVICE_INTERFACE=m
+CONFIG_IPMI_SSIF=m
+CONFIG_IPMI_WATCHDOG=m
+CONFIG_IPMI_POWEROFF=m
+
+##
+## file: drivers/char/tpm/Kconfig
+##
+CONFIG_TCG_TIS_SPI_CR50=y
+CONFIG_TCG_TIS_I2C_CR50=m
+CONFIG_TCG_TIS_I2C_INFINEON=m
+
+##
+## file: drivers/clk/Kconfig
+##
+CONFIG_COMMON_CLK=y
+CONFIG_COMMON_CLK_RK808=y
+CONFIG_COMMON_CLK_HI655X=y
+CONFIG_COMMON_CLK_SCMI=y
+CONFIG_COMMON_CLK_SCPI=m
+CONFIG_COMMON_CLK_SI5341=y
+CONFIG_COMMON_CLK_FSL_SAI=y
+CONFIG_CLK_QORIQ=y
+CONFIG_CLK_LS1028A_PLLDIG=y
+CONFIG_COMMON_CLK_XGENE=y
+CONFIG_COMMON_CLK_PWM=m
+
+##
+## file: drivers/clk/bcm/Kconfig
+##
+CONFIG_CLK_RASPBERRYPI=y
+
+##
+## file: drivers/clk/hisilicon/Kconfig
+##
+CONFIG_STUB_CLK_HI6220=y
+
+##
+## file: drivers/clk/imx/Kconfig
+##
+CONFIG_CLK_IMX8MM=y
+CONFIG_CLK_IMX8MN=y
+CONFIG_CLK_IMX8MP=y
+CONFIG_CLK_IMX8MQ=y
+
+##
+## file: drivers/clk/keystone/Kconfig
+##
+CONFIG_TI_SCI_CLK=y
+
+##
+## file: drivers/clk/mediatek/Kconfig
+##
+CONFIG_COMMON_CLK_MEDIATEK_FHCTL=y
+CONFIG_COMMON_CLK_MT2712=m
+CONFIG_COMMON_CLK_MT2712_BDPSYS=m
+CONFIG_COMMON_CLK_MT2712_IMGSYS=m
+CONFIG_COMMON_CLK_MT2712_JPGDECSYS=m
+CONFIG_COMMON_CLK_MT2712_MFGCFG=m
+CONFIG_COMMON_CLK_MT2712_MMSYS=m
+CONFIG_COMMON_CLK_MT2712_VDECSYS=m
+CONFIG_COMMON_CLK_MT2712_VENCSYS=m
+CONFIG_COMMON_CLK_MT6765=y
+CONFIG_COMMON_CLK_MT6765_AUDIOSYS=m
+CONFIG_COMMON_CLK_MT6765_CAMSYS=m
+CONFIG_COMMON_CLK_MT6765_GCESYS=m
+CONFIG_COMMON_CLK_MT6765_MMSYS=m
+CONFIG_COMMON_CLK_MT6765_IMGSYS=m
+CONFIG_COMMON_CLK_MT6765_VCODECSYS=m
+CONFIG_COMMON_CLK_MT6765_MFGSYS=m
+CONFIG_COMMON_CLK_MT6765_MIPI0ASYS=m
+CONFIG_COMMON_CLK_MT6765_MIPI0BSYS=m
+CONFIG_COMMON_CLK_MT6765_MIPI1ASYS=m
+CONFIG_COMMON_CLK_MT6765_MIPI1BSYS=m
+CONFIG_COMMON_CLK_MT6765_MIPI2ASYS=m
+CONFIG_COMMON_CLK_MT6765_MIPI2BSYS=m
+CONFIG_COMMON_CLK_MT6779=m
+CONFIG_COMMON_CLK_MT6779_MMSYS=m
+CONFIG_COMMON_CLK_MT6779_IMGSYS=m
+CONFIG_COMMON_CLK_MT6779_IPESYS=m
+CONFIG_COMMON_CLK_MT6779_CAMSYS=m
+CONFIG_COMMON_CLK_MT6779_VDECSYS=m
+CONFIG_COMMON_CLK_MT6779_VENCSYS=m
+CONFIG_COMMON_CLK_MT6779_MFGCFG=m
+CONFIG_COMMON_CLK_MT6779_AUDSYS=m
+CONFIG_COMMON_CLK_MT6795=m
+CONFIG_COMMON_CLK_MT6795_MFGCFG=m
+CONFIG_COMMON_CLK_MT6795_MMSYS=m
+CONFIG_COMMON_CLK_MT6795_VDECSYS=m
+CONFIG_COMMON_CLK_MT6795_VENCSYS=m
+CONFIG_COMMON_CLK_MT6797=y
+CONFIG_COMMON_CLK_MT6797_MMSYS=m
+CONFIG_COMMON_CLK_MT6797_IMGSYS=m
+CONFIG_COMMON_CLK_MT6797_VDECSYS=m
+CONFIG_COMMON_CLK_MT6797_VENCSYS=m
+CONFIG_COMMON_CLK_MT7622=m
+CONFIG_COMMON_CLK_MT7622_ETHSYS=m
+CONFIG_COMMON_CLK_MT7622_HIFSYS=m
+CONFIG_COMMON_CLK_MT7622_AUDSYS=m
+CONFIG_COMMON_CLK_MT7981=y
+CONFIG_COMMON_CLK_MT7981_ETHSYS=m
+CONFIG_COMMON_CLK_MT7986=m
+CONFIG_COMMON_CLK_MT7986_ETHSYS=m
+CONFIG_COMMON_CLK_MT8167=m
+CONFIG_COMMON_CLK_MT8167_AUDSYS=m
+CONFIG_COMMON_CLK_MT8167_IMGSYS=m
+CONFIG_COMMON_CLK_MT8167_MFGCFG=m
+CONFIG_COMMON_CLK_MT8167_MMSYS=m
+CONFIG_COMMON_CLK_MT8167_VDECSYS=m
+CONFIG_COMMON_CLK_MT8173=m
+CONFIG_COMMON_CLK_MT8173_IMGSYS=m
+CONFIG_COMMON_CLK_MT8173_MMSYS=m
+CONFIG_COMMON_CLK_MT8173_VDECSYS=m
+CONFIG_COMMON_CLK_MT8173_VENCSYS=m
+CONFIG_COMMON_CLK_MT8183=m
+CONFIG_COMMON_CLK_MT8183_AUDIOSYS=m
+CONFIG_COMMON_CLK_MT8183_CAMSYS=m
+CONFIG_COMMON_CLK_MT8183_IMGSYS=m
+CONFIG_COMMON_CLK_MT8183_IPU_CORE0=m
+CONFIG_COMMON_CLK_MT8183_IPU_CORE1=m
+CONFIG_COMMON_CLK_MT8183_IPU_ADL=m
+CONFIG_COMMON_CLK_MT8183_IPU_CONN=m
+CONFIG_COMMON_CLK_MT8183_MFGCFG=m
+CONFIG_COMMON_CLK_MT8183_MMSYS=m
+CONFIG_COMMON_CLK_MT8183_VDECSYS=m
+CONFIG_COMMON_CLK_MT8183_VENCSYS=m
+CONFIG_COMMON_CLK_MT8186=m
+CONFIG_COMMON_CLK_MT8186_CAMSYS=m
+CONFIG_COMMON_CLK_MT8186_IMGSYS=m
+CONFIG_COMMON_CLK_MT8186_IPESYS=m
+CONFIG_COMMON_CLK_MT8186_WPESYS=m
+CONFIG_COMMON_CLK_MT8186_IMP_IIC_WRAP=m
+CONFIG_COMMON_CLK_MT8186_MCUSYS=m
+CONFIG_COMMON_CLK_MT8186_MDPSYS=m
+CONFIG_COMMON_CLK_MT8186_MFGCFG=m
+CONFIG_COMMON_CLK_MT8186_MMSYS=m
+CONFIG_COMMON_CLK_MT8186_VDECSYS=m
+CONFIG_COMMON_CLK_MT8186_VENCSYS=m
+CONFIG_COMMON_CLK_MT8188=m
+CONFIG_COMMON_CLK_MT8188_ADSP_AUDIO26M=m
+CONFIG_COMMON_CLK_MT8188_CAMSYS=m
+CONFIG_COMMON_CLK_MT8188_IMGSYS=m
+CONFIG_COMMON_CLK_MT8188_IMP_IIC_WRAP=m
+CONFIG_COMMON_CLK_MT8188_IPESYS=m
+CONFIG_COMMON_CLK_MT8188_MFGCFG=m
+CONFIG_COMMON_CLK_MT8188_VDECSYS=m
+CONFIG_COMMON_CLK_MT8188_VDOSYS=m
+CONFIG_COMMON_CLK_MT8188_VENCSYS=m
+CONFIG_COMMON_CLK_MT8188_VPPSYS=m
+CONFIG_COMMON_CLK_MT8188_WPESYS=m
+CONFIG_COMMON_CLK_MT8192=m
+CONFIG_COMMON_CLK_MT8192_AUDSYS=m
+CONFIG_COMMON_CLK_MT8192_CAMSYS=m
+CONFIG_COMMON_CLK_MT8192_IMGSYS=m
+CONFIG_COMMON_CLK_MT8192_IMP_IIC_WRAP=m
+CONFIG_COMMON_CLK_MT8192_IPESYS=m
+CONFIG_COMMON_CLK_MT8192_MDPSYS=m
+CONFIG_COMMON_CLK_MT8192_MFGCFG=m
+CONFIG_COMMON_CLK_MT8192_MMSYS=m
+CONFIG_COMMON_CLK_MT8192_MSDC=m
+CONFIG_COMMON_CLK_MT8192_SCP_ADSP=m
+CONFIG_COMMON_CLK_MT8192_VDECSYS=m
+CONFIG_COMMON_CLK_MT8192_VENCSYS=m
+CONFIG_COMMON_CLK_MT8195=y
+CONFIG_COMMON_CLK_MT8195_APUSYS=m
+CONFIG_COMMON_CLK_MT8195_AUDSYS=m
+CONFIG_COMMON_CLK_MT8195_IMP_IIC_WRAP=m
+CONFIG_COMMON_CLK_MT8195_MFGCFG=m
+CONFIG_COMMON_CLK_MT8195_MSDC=m
+CONFIG_COMMON_CLK_MT8195_SCP_ADSP=m
+CONFIG_COMMON_CLK_MT8195_VDOSYS=m
+CONFIG_COMMON_CLK_MT8195_VPPSYS=m
+CONFIG_COMMON_CLK_MT8195_CAMSYS=m
+CONFIG_COMMON_CLK_MT8195_IMGSYS=m
+CONFIG_COMMON_CLK_MT8195_IPESYS=m
+CONFIG_COMMON_CLK_MT8195_WPESYS=m
+CONFIG_COMMON_CLK_MT8195_VDECSYS=m
+CONFIG_COMMON_CLK_MT8195_VENCSYS=m
+CONFIG_COMMON_CLK_MT8365=m
+CONFIG_COMMON_CLK_MT8365_APU=m
+CONFIG_COMMON_CLK_MT8365_CAM=m
+CONFIG_COMMON_CLK_MT8365_MFG=m
+CONFIG_COMMON_CLK_MT8365_MMSYS=m
+CONFIG_COMMON_CLK_MT8365_VDEC=m
+CONFIG_COMMON_CLK_MT8365_VENC=m
+CONFIG_COMMON_CLK_MT8516=m
+CONFIG_COMMON_CLK_MT8516_AUDSYS=m
+
+##
+## file: drivers/clk/qcom/Kconfig
+##
+CONFIG_COMMON_CLK_QCOM=y
+CONFIG_QCOM_CLK_RPM=m
+CONFIG_QCOM_CLK_SMD_RPM=m
+CONFIG_QCOM_CLK_RPMH=y
+CONFIG_MSM_GCC_8916=y
+CONFIG_MSM_GCC_8996=y
+CONFIG_MSM_MMCC_8996=y
+CONFIG_SC_DISPCC_8280XP=m
+CONFIG_SC_GCC_8280XP=m
+CONFIG_SC_GPUCC_8280XP=m
+CONFIG_SC_LPASSCC_8280XP=m
+CONFIG_SDM_CAMCC_845=m
+CONFIG_SDM_GCC_845=y
+CONFIG_SDM_GPUCC_845=m
+CONFIG_SDM_VIDEOCC_845=m
+CONFIG_SDM_DISPCC_845=m
+CONFIG_QCOM_HFPLL=y
+
+##
+## file: drivers/clk/rockchip/Kconfig
+##
+CONFIG_CLK_RK3328=y
+CONFIG_CLK_RK3399=y
+CONFIG_CLK_RK3568=y
+CONFIG_CLK_RK3588=y
+
+##
+## file: drivers/clk/sunxi-ng/Kconfig
+##
+CONFIG_SUN8I_DE2_CCU=y
+
+##
+## file: drivers/clk/zynqmp/Kconfig
+##
+CONFIG_COMMON_CLK_ZYNQMP=y
+
+##
+## file: drivers/clocksource/Kconfig
+##
+CONFIG_MTK_TIMER=y
+CONFIG_MTK_CPUX_TIMER=y
+
+##
+## file: drivers/cpufreq/Kconfig
+##
+## choice: Default CPUFreq governor
+# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
+CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL=y
+## end choice
+CONFIG_CPUFREQ_DT=m
+CONFIG_CPUFREQ_DT_PLATDEV=y
+CONFIG_QORIQ_CPUFREQ=m
+CONFIG_ACPI_CPPC_CPUFREQ=m
+
+##
+## file: drivers/cpufreq/Kconfig.arm
+##
+CONFIG_ARM_ALLWINNER_SUN50I_CPUFREQ_NVMEM=m
+CONFIG_ARM_ARMADA_37XX_CPUFREQ=m
+CONFIG_ARM_SCPI_CPUFREQ=m
+CONFIG_ARM_IMX_CPUFREQ_DT=m
+CONFIG_ARM_MEDIATEK_CPUFREQ=m
+CONFIG_ARM_MEDIATEK_CPUFREQ_HW=m
+CONFIG_ARM_QCOM_CPUFREQ_HW=m
+CONFIG_ARM_RASPBERRYPI_CPUFREQ=m
+
+##
+## file: drivers/cpuidle/Kconfig.arm
+##
+CONFIG_ARM_PSCI_CPUIDLE=y
+CONFIG_ARM_PSCI_CPUIDLE_DOMAIN=y
+
+##
+## file: drivers/crypto/Kconfig
+##
+CONFIG_CRYPTO_DEV_QCE=m
+CONFIG_CRYPTO_DEV_QCOM_RNG=m
+CONFIG_CRYPTO_DEV_ROCKCHIP=m
+CONFIG_CRYPTO_DEV_SAFEXCEL=m
+
+##
+## file: drivers/crypto/allwinner/Kconfig
+##
+CONFIG_CRYPTO_DEV_SUN8I_CE=m
+
+##
+## file: drivers/crypto/caam/Kconfig
+##
+CONFIG_CRYPTO_DEV_FSL_CAAM=m
+CONFIG_CRYPTO_DEV_FSL_CAAM_JR=m
+CONFIG_CRYPTO_DEV_FSL_DPAA2_CAAM=m
+
+##
+## file: drivers/crypto/cavium/cpt/Kconfig
+##
+CONFIG_CAVIUM_CPT=m
+
+##
+## file: drivers/crypto/cavium/nitrox/Kconfig
+##
+CONFIG_CRYPTO_DEV_NITROX_CNN55XX=m
+
+##
+## file: drivers/crypto/marvell/Kconfig
+##
+CONFIG_CRYPTO_DEV_MARVELL_CESA=m
+
+##
+## file: drivers/cxl/Kconfig
+##
+CONFIG_CXL_BUS=y
+
+##
+## file: drivers/devfreq/Kconfig
+##
+CONFIG_DEVFREQ_GOV_PASSIVE=m
+CONFIG_ARM_IMX_BUS_DEVFREQ=m
+CONFIG_ARM_IMX8M_DDRC_DEVFREQ=m
+CONFIG_ARM_MEDIATEK_CCI_DEVFREQ=m
+CONFIG_ARM_RK3399_DMC_DEVFREQ=m
+
+##
+## file: drivers/devfreq/event/Kconfig
+##
+CONFIG_PM_DEVFREQ_EVENT=y
+CONFIG_DEVFREQ_EVENT_ROCKCHIP_DFI=m
+
+##
+## file: drivers/dma/Kconfig
+##
+CONFIG_DMADEVICES=y
+CONFIG_DMA_BCM2835=y
+CONFIG_DMA_SUN6I=m
+CONFIG_FSL_EDMA=m
+CONFIG_FSL_QDMA=m
+CONFIG_IMX_SDMA=m
+CONFIG_K3_DMA=m
+CONFIG_MV_XOR=y
+CONFIG_MV_XOR_V2=y
+CONFIG_PL330_DMA=m
+CONFIG_TEGRA20_APB_DMA=y
+CONFIG_TEGRA210_ADMA=y
+CONFIG_XGENE_DMA=m
+
+##
+## file: drivers/dma/qcom/Kconfig
+##
+CONFIG_QCOM_BAM_DMA=m
+CONFIG_QCOM_HIDMA_MGMT=m
+CONFIG_QCOM_HIDMA=m
+
+##
+## file: drivers/dma/ti/Kconfig
+##
+CONFIG_TI_K3_UDMA=y
+CONFIG_TI_K3_UDMA_GLUE_LAYER=y
+
+##
+## file: drivers/edac/Kconfig
+##
+CONFIG_EDAC=y
+CONFIG_EDAC_LAYERSCAPE=m
+CONFIG_EDAC_THUNDERX=m
+CONFIG_EDAC_XGENE=m
+
+##
+## file: drivers/extcon/Kconfig
+##
+CONFIG_EXTCON=m
+CONFIG_EXTCON_PTN5150=m
+CONFIG_EXTCON_QCOM_SPMI_MISC=m
+CONFIG_EXTCON_USB_GPIO=m
+CONFIG_EXTCON_USBC_CROS_EC=m
+
+##
+## file: drivers/firmware/Kconfig
+##
+CONFIG_ARM_SCPI_PROTOCOL=m
+CONFIG_RASPBERRYPI_FIRMWARE=y
+CONFIG_MTK_ADSP_IPC=m
+CONFIG_TURRIS_MOX_RWTM=m
+
+##
+## file: drivers/firmware/arm_scmi/Kconfig
+##
+CONFIG_ARM_SCMI_PROTOCOL=y
+CONFIG_ARM_SCMI_TRANSPORT_SMC=y
+
+##
+## file: drivers/firmware/google/Kconfig
+##
+CONFIG_GOOGLE_COREBOOT_TABLE=y
+CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=y
+
+##
+## file: drivers/firmware/qcom/Kconfig
+##
+CONFIG_QCOM_QSEECOM=y
+CONFIG_QCOM_QSEECOM_UEFISECAPP=y
+
+##
+## file: drivers/gpio/Kconfig
+##
+CONFIG_GPIOLIB=y
+CONFIG_GPIO_DAVINCI=y
+CONFIG_GPIO_MB86S7X=m
+CONFIG_GPIO_MPC8XXX=y
+CONFIG_GPIO_MXC=y
+CONFIG_GPIO_PL061=y
+CONFIG_GPIO_RCAR=m
+CONFIG_GPIO_ROCKCHIP=m
+CONFIG_GPIO_SYSCON=m
+CONFIG_GPIO_XGENE=y
+CONFIG_GPIO_XGENE_SB=m
+CONFIG_GPIO_XLP=y
+CONFIG_GPIO_ZYNQ=m
+CONFIG_GPIO_PCA953X=y
+CONFIG_GPIO_PCA953X_IRQ=y
+CONFIG_GPIO_MAX77620=y
+CONFIG_GPIO_SL28CPLD=m
+CONFIG_GPIO_MOXTET=m
+
+##
+## file: drivers/gpu/drm/Kconfig
+##
+CONFIG_DRM=m
+CONFIG_DRM_HYPERV=m
+
+##
+## file: drivers/gpu/drm/amd/amdgpu/Kconfig
+##
+CONFIG_DRM_AMDGPU=m
+
+##
+## file: drivers/gpu/drm/arm/Kconfig
+##
+CONFIG_DRM_HDLCD=m
+CONFIG_DRM_MALI_DISPLAY=m
+
+##
+## file: drivers/gpu/drm/ast/Kconfig
+##
+CONFIG_DRM_AST=m
+
+##
+## file: drivers/gpu/drm/bridge/Kconfig
+##
+CONFIG_DRM_DISPLAY_CONNECTOR=m
+CONFIG_DRM_LVDS_CODEC=m
+CONFIG_DRM_NWL_MIPI_DSI=m
+CONFIG_DRM_NXP_PTN3460=m
+CONFIG_DRM_PARADE_PS8640=m
+CONFIG_DRM_SII902X=m
+CONFIG_DRM_SIMPLE_BRIDGE=m
+CONFIG_DRM_TI_SN65DSI86=m
+
+##
+## file: drivers/gpu/drm/bridge/adv7511/Kconfig
+##
+CONFIG_DRM_I2C_ADV7511=m
+CONFIG_DRM_I2C_ADV7511_AUDIO=y
+
+##
+## file: drivers/gpu/drm/bridge/analogix/Kconfig
+##
+CONFIG_DRM_ANALOGIX_ANX6345=m
+CONFIG_DRM_ANALOGIX_ANX7625=m
+
+##
+## file: drivers/gpu/drm/bridge/cadence/Kconfig
+##
+CONFIG_DRM_CDNS_MHDP8546=m
+
+##
+## file: drivers/gpu/drm/bridge/synopsys/Kconfig
+##
+CONFIG_DRM_DW_HDMI_CEC=m
+
+##
+## file: drivers/gpu/drm/etnaviv/Kconfig
+##
+CONFIG_DRM_ETNAVIV=m
+
+##
+## file: drivers/gpu/drm/hisilicon/hibmc/Kconfig
+##
+CONFIG_DRM_HISI_HIBMC=m
+
+##
+## file: drivers/gpu/drm/hisilicon/kirin/Kconfig
+##
+CONFIG_DRM_HISI_KIRIN=m
+
+##
+## file: drivers/gpu/drm/imx/dcss/Kconfig
+##
+CONFIG_DRM_IMX_DCSS=m
+
+##
+## file: drivers/gpu/drm/lima/Kconfig
+##
+CONFIG_DRM_LIMA=m
+
+##
+## file: drivers/gpu/drm/mediatek/Kconfig
+##
+CONFIG_DRM_MEDIATEK=m
+CONFIG_DRM_MEDIATEK_DP=m
+CONFIG_DRM_MEDIATEK_HDMI=m
+
+##
+## file: drivers/gpu/drm/meson/Kconfig
+##
+CONFIG_DRM_MESON=m
+
+##
+## file: drivers/gpu/drm/msm/Kconfig
+##
+CONFIG_DRM_MSM=m
+CONFIG_DRM_MSM_DSI=y
+CONFIG_DRM_MSM_DSI_28NM_PHY=y
+CONFIG_DRM_MSM_DSI_20NM_PHY=y
+
+##
+## file: drivers/gpu/drm/mxsfb/Kconfig
+##
+CONFIG_DRM_MXSFB=m
+
+##
+## file: drivers/gpu/drm/nouveau/Kconfig
+##
+CONFIG_NOUVEAU_PLATFORM_DRIVER=y
+
+##
+## file: drivers/gpu/drm/panel/Kconfig
+##
+CONFIG_DRM_PANEL_BOE_TV101WUM_NL6=m
+CONFIG_DRM_PANEL_FEIYANG_FY07024DI26A30D=m
+CONFIG_DRM_PANEL_LVDS=m
+CONFIG_DRM_PANEL_INNOLUX_P079ZCA=m
+CONFIG_DRM_PANEL_KINGDISPLAY_KD097D04=m
+CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN=m
+CONFIG_DRM_PANEL_SITRONIX_ST7703=m
+CONFIG_DRM_PANEL_EDP=m
+CONFIG_DRM_PANEL_SIMPLE=m
+
+##
+## file: drivers/gpu/drm/panfrost/Kconfig
+##
+CONFIG_DRM_PANFROST=m
+
+##
+## file: drivers/gpu/drm/radeon/Kconfig
+##
+CONFIG_DRM_RADEON=m
+
+##
+## file: drivers/gpu/drm/rockchip/Kconfig
+##
+CONFIG_DRM_ROCKCHIP=m
+CONFIG_ROCKCHIP_VOP=y
+CONFIG_ROCKCHIP_VOP2=y
+CONFIG_ROCKCHIP_ANALOGIX_DP=y
+CONFIG_ROCKCHIP_CDN_DP=y
+CONFIG_ROCKCHIP_DW_HDMI=y
+CONFIG_ROCKCHIP_DW_MIPI_DSI=y
+
+##
+## file: drivers/gpu/drm/sun4i/Kconfig
+##
+CONFIG_DRM_SUN4I=m
+CONFIG_DRM_SUN6I_DSI=m
+CONFIG_DRM_SUN8I_DW_HDMI=m
+CONFIG_DRM_SUN8I_MIXER=m
+
+##
+## file: drivers/gpu/drm/tegra/Kconfig
+##
+CONFIG_DRM_TEGRA=m
+CONFIG_DRM_TEGRA_STAGING=y
+
+##
+## file: drivers/gpu/drm/tidss/Kconfig
+##
+CONFIG_DRM_TIDSS=m
+
+##
+## file: drivers/gpu/drm/v3d/Kconfig
+##
+CONFIG_DRM_V3D=m
+
+##
+## file: drivers/gpu/drm/vc4/Kconfig
+##
+CONFIG_DRM_VC4=m
+CONFIG_DRM_VC4_HDMI_CEC=y
+
+##
+## file: drivers/gpu/drm/vmwgfx/Kconfig
+##
+CONFIG_DRM_VMWGFX=m
+
+##
+## file: drivers/gpu/host1x/Kconfig
+##
+CONFIG_TEGRA_HOST1X=m
+
+##
+## file: drivers/hid/Kconfig
+##
+CONFIG_HID_HYPERV_MOUSE=m
+
+##
+## file: drivers/hid/i2c-hid/Kconfig
+##
+CONFIG_I2C_HID_ACPI=m
+CONFIG_I2C_HID_OF=m
+
+##
+## file: drivers/hv/Kconfig
+##
+CONFIG_HYPERV=m
+CONFIG_HYPERV_UTILS=m
+CONFIG_HYPERV_BALLOON=m
+
+##
+## file: drivers/hwmon/Kconfig
+##
+CONFIG_SENSORS_ARM_SCPI=m
+CONFIG_SENSORS_GPIO_FAN=m
+CONFIG_SENSORS_LM75=m
+CONFIG_SENSORS_LM90=m
+CONFIG_SENSORS_PWM_FAN=m
+CONFIG_SENSORS_SL28CPLD=m
+CONFIG_SENSORS_XGENE=m
+
+##
+## file: drivers/hwmon/pmbus/Kconfig
+##
+CONFIG_PMBUS=m
+CONFIG_SENSORS_PMBUS=m
+CONFIG_SENSORS_LTC2978=m
+
+##
+## file: drivers/hwspinlock/Kconfig
+##
+CONFIG_HWSPINLOCK=y
+CONFIG_HWSPINLOCK_QCOM=m
+
+##
+## file: drivers/hwtracing/coresight/Kconfig
+##
+CONFIG_CORESIGHT=m
+CONFIG_CORESIGHT_LINKS_AND_SINKS=m
+CONFIG_CORESIGHT_LINK_AND_SINK_TMC=m
+CONFIG_CORESIGHT_CATU=m
+CONFIG_CORESIGHT_SINK_TPIU=m
+CONFIG_CORESIGHT_SINK_ETBV10=m
+CONFIG_CORESIGHT_SOURCE_ETM4X=m
+CONFIG_CORESIGHT_STM=m
+CONFIG_CORESIGHT_CPU_DEBUG=m
+CONFIG_CORESIGHT_CTI=m
+CONFIG_CORESIGHT_TRBE=m
+
+##
+## file: drivers/i2c/Kconfig
+##
+CONFIG_I2C=y
+CONFIG_I2C_MUX=m
+
+##
+## file: drivers/i2c/busses/Kconfig
+##
+CONFIG_I2C_BCM2835=m
+CONFIG_I2C_DESIGNWARE_PLATFORM=m
+CONFIG_I2C_GPIO=m
+CONFIG_I2C_IMX=m
+CONFIG_I2C_IMX_LPI2C=m
+CONFIG_I2C_MESON=m
+CONFIG_I2C_MT65XX=m
+CONFIG_I2C_MV64XXX=m
+CONFIG_I2C_PXA=m
+CONFIG_I2C_QCOM_GENI=m
+CONFIG_I2C_QUP=m
+CONFIG_I2C_RK3X=m
+CONFIG_I2C_TEGRA=m
+CONFIG_I2C_THUNDERX=m
+CONFIG_I2C_XLP9XX=m
+CONFIG_I2C_CROS_EC_TUNNEL=m
+CONFIG_I2C_XGENE_SLIMPRO=m
+
+##
+## file: drivers/i2c/muxes/Kconfig
+##
+CONFIG_I2C_MUX_PCA954x=m
+CONFIG_I2C_MUX_PINCTRL=m
+CONFIG_I2C_MUX_REG=m
+
+##
+## file: drivers/iio/adc/Kconfig
+##
+CONFIG_MEDIATEK_MT6577_AUXADC=m
+CONFIG_QCOM_SPMI_IADC=m
+CONFIG_QCOM_SPMI_VADC=m
+CONFIG_QCOM_SPMI_ADC5=m
+CONFIG_ROCKCHIP_SARADC=m
+
+##
+## file: drivers/iio/common/cros_ec_sensors/Kconfig
+##
+CONFIG_IIO_CROS_EC_SENSORS_CORE=m
+CONFIG_IIO_CROS_EC_SENSORS=m
+
+##
+## file: drivers/iio/humidity/Kconfig
+##
+CONFIG_DHT11=m
+
+##
+## file: drivers/infiniband/hw/hns/Kconfig
+##
+CONFIG_INFINIBAND_HNS=m
+CONFIG_INFINIBAND_HNS_HIP08=y
+
+##
+## file: drivers/input/keyboard/Kconfig
+##
+CONFIG_KEYBOARD_ADC=m
+CONFIG_KEYBOARD_GPIO=m
+CONFIG_KEYBOARD_GPIO_POLLED=m
+CONFIG_KEYBOARD_SNVS_PWRKEY=m
+CONFIG_KEYBOARD_TEGRA=m
+CONFIG_KEYBOARD_CROS_EC=m
+
+##
+## file: drivers/input/misc/Kconfig
+##
+CONFIG_INPUT_MISC=y
+CONFIG_INPUT_PM8941_PWRKEY=m
+CONFIG_INPUT_GPIO_BEEPER=m
+CONFIG_INPUT_GPIO_VIBRA=m
+CONFIG_INPUT_AXP20X_PEK=m
+CONFIG_INPUT_UINPUT=m
+CONFIG_INPUT_RK805_PWRKEY=m
+CONFIG_INPUT_HISI_POWERKEY=m
+
+##
+## file: drivers/input/mouse/Kconfig
+##
+CONFIG_MOUSE_ELAN_I2C=m
+
+##
+## file: drivers/input/serio/Kconfig
+##
+CONFIG_HYPERV_KEYBOARD=m
+
+##
+## file: drivers/input/touchscreen/Kconfig
+##
+CONFIG_INPUT_TOUCHSCREEN=y
+CONFIG_TOUCHSCREEN_ELAN=m
+CONFIG_TOUCHSCREEN_MELFAS_MIP4=m
+CONFIG_TOUCHSCREEN_EDT_FT5X06=m
+CONFIG_TOUCHSCREEN_RASPBERRYPI_FW=m
+
+##
+## file: drivers/interconnect/imx/Kconfig
+##
+CONFIG_INTERCONNECT_IMX=m
+CONFIG_INTERCONNECT_IMX8MQ=m
+
+##
+## file: drivers/interconnect/qcom/Kconfig
+##
+CONFIG_INTERCONNECT_QCOM=y
+CONFIG_INTERCONNECT_QCOM_OSM_L3=m
+CONFIG_INTERCONNECT_QCOM_SC8280XP=m
+CONFIG_INTERCONNECT_QCOM_SDM845=y
+
+##
+## file: drivers/iommu/Kconfig
+##
+CONFIG_IOMMU_IO_PGTABLE_ARMV7S=y
+CONFIG_ROCKCHIP_IOMMU=y
+CONFIG_SUN50I_IOMMU=y
+CONFIG_TEGRA_IOMMU_SMMU=y
+CONFIG_ARM_SMMU=y
+CONFIG_ARM_SMMU_V3=y
+CONFIG_MTK_IOMMU=m
+CONFIG_QCOM_IOMMU=y
+
+##
+## file: drivers/irqchip/Kconfig
+##
+CONFIG_SL28CPLD_INTC=y
+CONFIG_QCOM_IRQ_COMBINER=y
+CONFIG_QCOM_PDC=y
+CONFIG_MST_IRQ=y
+
+##
+## file: drivers/leds/Kconfig
+##
+CONFIG_LEDS_GPIO=m
+CONFIG_LEDS_PWM=m
+
+##
+## file: drivers/leds/rgb/Kconfig
+##
+CONFIG_LEDS_GROUP_MULTICOLOR=m
+CONFIG_LEDS_PWM_MULTICOLOR=m
+CONFIG_LEDS_QCOM_LPG=m
+
+##
+## file: drivers/leds/trigger/Kconfig
+##
+CONFIG_LEDS_TRIGGER_HEARTBEAT=y
+
+##
+## file: drivers/mailbox/Kconfig
+##
+CONFIG_MAILBOX=y
+CONFIG_ARM_MHU=m
+CONFIG_IMX_MBOX=m
+CONFIG_PLATFORM_MHU=m
+CONFIG_ARMADA_37XX_RWTM_MBOX=m
+CONFIG_OMAP2PLUS_MBOX=y
+CONFIG_ROCKCHIP_MBOX=y
+CONFIG_BCM2835_MBOX=y
+CONFIG_HI6220_MBOX=y
+CONFIG_QCOM_APCS_IPC=m
+CONFIG_XGENE_SLIMPRO_MBOX=m
+CONFIG_MTK_ADSP_MBOX=m
+CONFIG_MTK_CMDQ_MBOX=m
+CONFIG_QCOM_IPCC=m
+
+##
+## file: drivers/media/cec/platform/Kconfig
+##
+CONFIG_CEC_MESON_AO=m
+CONFIG_CEC_MESON_G12A_AO=m
+
+##
+## file: drivers/media/i2c/Kconfig
+##
+CONFIG_VIDEO_OV2685=m
+CONFIG_VIDEO_OV5695=m
+
+##
+## file: drivers/media/platform/amlogic/meson-ge2d/Kconfig
+##
+CONFIG_VIDEO_MESON_GE2D=m
+
+##
+## file: drivers/media/platform/mediatek/jpeg/Kconfig
+##
+CONFIG_VIDEO_MEDIATEK_JPEG=m
+
+##
+## file: drivers/media/platform/mediatek/mdp/Kconfig
+##
+CONFIG_VIDEO_MEDIATEK_MDP=m
+
+##
+## file: drivers/media/platform/mediatek/mdp3/Kconfig
+##
+CONFIG_VIDEO_MEDIATEK_MDP3=m
+
+##
+## file: drivers/media/platform/mediatek/vcodec/Kconfig
+##
+CONFIG_VIDEO_MEDIATEK_VCODEC=m
+
+##
+## file: drivers/media/platform/mediatek/vpu/Kconfig
+##
+CONFIG_VIDEO_MEDIATEK_VPU=m
+
+##
+## file: drivers/media/platform/nxp/Kconfig
+##
+CONFIG_VIDEO_IMX7_CSI=m
+CONFIG_VIDEO_IMX8MQ_MIPI_CSI2=m
+CONFIG_VIDEO_IMX_MIPI_CSIS=m
+
+##
+## file: drivers/media/platform/qcom/venus/Kconfig
+##
+CONFIG_VIDEO_QCOM_VENUS=m
+
+##
+## file: drivers/media/platform/rockchip/rga/Kconfig
+##
+CONFIG_VIDEO_ROCKCHIP_RGA=m
+
+##
+## file: drivers/media/platform/rockchip/rkisp1/Kconfig
+##
+CONFIG_VIDEO_ROCKCHIP_ISP1=m
+
+##
+## file: drivers/media/platform/verisilicon/Kconfig
+##
+CONFIG_VIDEO_HANTRO=m
+
+##
+## file: drivers/media/rc/Kconfig
+##
+CONFIG_IR_GPIO_CIR=m
+CONFIG_IR_MESON=m
+CONFIG_IR_SUNXI=m
+
+##
+## file: drivers/memory/Kconfig
+##
+CONFIG_MTK_SMI=m
+
+##
+## file: drivers/memory/tegra/Kconfig
+##
+CONFIG_TEGRA_MC=y
+
+##
+## file: drivers/mfd/Kconfig
+##
+CONFIG_MFD_AXP20X_I2C=m
+CONFIG_MFD_AXP20X_RSB=m
+CONFIG_MFD_CROS_EC_DEV=m
+CONFIG_MFD_HI655X_PMIC=m
+CONFIG_MFD_MAX77620=y
+CONFIG_MFD_MT6360=m
+CONFIG_MFD_MT6397=m
+CONFIG_MFD_QCOM_RPM=m
+CONFIG_MFD_SPMI_PMIC=m
+CONFIG_MFD_RK8XX_I2C=y
+CONFIG_MFD_RK8XX_SPI=y
+CONFIG_MFD_SL28CPLD=y
+CONFIG_MFD_WM8994=m
+CONFIG_MFD_ROHM_BD718XX=m
+CONFIG_MFD_KHADAS_MCU=m
+
+##
+## file: drivers/misc/Kconfig
+##
+CONFIG_QCOM_COINCELL=m
+CONFIG_QCOM_FASTRPC=m
+CONFIG_SRAM=y
+
+##
+## file: drivers/misc/ti-st/Kconfig
+##
+CONFIG_TI_ST=m
+
+##
+## file: drivers/mmc/Kconfig
+##
+CONFIG_MMC=y
+
+##
+## file: drivers/mmc/core/Kconfig
+##
+CONFIG_PWRSEQ_SIMPLE=y
+
+##
+## file: drivers/mmc/host/Kconfig
+##
+CONFIG_MMC_ARMMMCI=m
+CONFIG_MMC_QCOM_DML=y
+CONFIG_MMC_SDHCI_ACPI=m
+CONFIG_MMC_SDHCI_PLTFM=m
+CONFIG_MMC_SDHCI_OF_ARASAN=m
+CONFIG_MMC_SDHCI_OF_ESDHC=m
+CONFIG_MMC_SDHCI_OF_DWCMSHC=m
+CONFIG_MMC_SDHCI_ESDHC_IMX=m
+CONFIG_MMC_SDHCI_TEGRA=m
+CONFIG_MMC_SDHCI_F_SDH30=m
+CONFIG_MMC_SDHCI_IPROC=m
+CONFIG_MMC_MESON_GX=m
+CONFIG_MMC_SDHCI_MSM=m
+CONFIG_MMC_SPI=m
+CONFIG_MMC_SDHI=m
+CONFIG_MMC_CAVIUM_THUNDERX=m
+CONFIG_MMC_DW=m
+CONFIG_MMC_DW_K3=m
+CONFIG_MMC_DW_ROCKCHIP=m
+CONFIG_MMC_SUNXI=m
+CONFIG_MMC_BCM2835=m
+CONFIG_MMC_MTK=m
+CONFIG_MMC_SDHCI_XENON=m
+CONFIG_MMC_SDHCI_AM654=m
+
+##
+## file: drivers/mtd/spi-nor/controllers/Kconfig
+##
+CONFIG_SPI_HISI_SFC=m
+
+##
+## file: drivers/mux/Kconfig
+##
+CONFIG_MUX_GPIO=m
+CONFIG_MUX_MMIO=m
+
+##
+## file: drivers/net/Kconfig
+##
+CONFIG_VMXNET3=m
+
+##
+## file: drivers/net/can/Kconfig
+##
+CONFIG_CAN_FLEXCAN=m
+
+##
+## file: drivers/net/can/c_can/Kconfig
+##
+CONFIG_CAN_C_CAN=m
+CONFIG_CAN_C_CAN_PLATFORM=m
+
+##
+## file: drivers/net/can/m_can/Kconfig
+##
+CONFIG_CAN_M_CAN=m
+CONFIG_CAN_M_CAN_PLATFORM=m
+
+##
+## file: drivers/net/dsa/Kconfig
+##
+CONFIG_NET_DSA_MV88E6060=m
+
+##
+## file: drivers/net/dsa/mv88e6xxx/Kconfig
+##
+CONFIG_NET_DSA_MV88E6XXX=m
+
+##
+## file: drivers/net/dsa/ocelot/Kconfig
+##
+CONFIG_NET_DSA_MSCC_FELIX=m
+
+##
+## file: drivers/net/ethernet/3com/Kconfig
+##
+CONFIG_NET_VENDOR_3COM=y
+CONFIG_VORTEX=m
+CONFIG_TYPHOON=m
+
+##
+## file: drivers/net/ethernet/8390/Kconfig
+##
+CONFIG_NET_VENDOR_8390=y
+CONFIG_NE2K_PCI=m
+
+##
+## file: drivers/net/ethernet/adaptec/Kconfig
+##
+CONFIG_NET_VENDOR_ADAPTEC=y
+CONFIG_ADAPTEC_STARFIRE=m
+
+##
+## file: drivers/net/ethernet/amd/Kconfig
+##
+CONFIG_AMD_XGBE=m
+
+##
+## file: drivers/net/ethernet/apm/xgene/Kconfig
+##
+CONFIG_NET_XGENE=m
+
+##
+## file: drivers/net/ethernet/apm/xgene-v2/Kconfig
+##
+CONFIG_NET_XGENE_V2=m
+
+##
+## file: drivers/net/ethernet/broadcom/Kconfig
+##
+CONFIG_BCMGENET=m
+
+##
+## file: drivers/net/ethernet/cadence/Kconfig
+##
+CONFIG_NET_VENDOR_CADENCE=y
+CONFIG_MACB=m
+
+##
+## file: drivers/net/ethernet/cavium/Kconfig
+##
+CONFIG_NET_VENDOR_CAVIUM=y
+CONFIG_THUNDER_NIC_PF=m
+CONFIG_THUNDER_NIC_VF=m
+CONFIG_THUNDER_NIC_BGX=m
+CONFIG_THUNDER_NIC_RGX=m
+
+##
+## file: drivers/net/ethernet/dec/tulip/Kconfig
+##
+CONFIG_NET_TULIP=y
+CONFIG_DE2104X=m
+CONFIG_TULIP=m
+# CONFIG_TULIP_MWI is not set
+# CONFIG_TULIP_MMIO is not set
+CONFIG_WINBOND_840=m
+CONFIG_DM9102=m
+
+##
+## file: drivers/net/ethernet/dlink/Kconfig
+##
+CONFIG_NET_VENDOR_DLINK=y
+CONFIG_SUNDANCE=m
+# CONFIG_SUNDANCE_MMIO is not set
+
+##
+## file: drivers/net/ethernet/freescale/Kconfig
+##
+CONFIG_NET_VENDOR_FREESCALE=y
+CONFIG_FEC=m
+CONFIG_FSL_XGMAC_MDIO=m
+
+##
+## file: drivers/net/ethernet/freescale/dpaa2/Kconfig
+##
+CONFIG_FSL_DPAA2_ETH=m
+CONFIG_FSL_DPAA2_PTP_CLOCK=m
+
+##
+## file: drivers/net/ethernet/freescale/enetc/Kconfig
+##
+CONFIG_FSL_ENETC=m
+CONFIG_FSL_ENETC_VF=m
+CONFIG_FSL_ENETC_MDIO=m
+CONFIG_FSL_ENETC_PTP_CLOCK=m
+CONFIG_FSL_ENETC_QOS=y
+
+##
+## file: drivers/net/ethernet/google/Kconfig
+##
+CONFIG_NET_VENDOR_GOOGLE=y
+CONFIG_GVE=m
+
+##
+## file: drivers/net/ethernet/hisilicon/Kconfig
+##
+CONFIG_NET_VENDOR_HISILICON=y
+CONFIG_HIX5HD2_GMAC=m
+CONFIG_HISI_FEMAC=m
+CONFIG_HIP04_ETH=m
+CONFIG_HNS_DSAF=m
+CONFIG_HNS_ENET=m
+CONFIG_HNS3=m
+CONFIG_HNS3_HCLGE=m
+CONFIG_HNS3_DCB=y
+CONFIG_HNS3_HCLGEVF=m
+CONFIG_HNS3_ENET=m
+
+##
+## file: drivers/net/ethernet/intel/Kconfig
+##
+CONFIG_NET_VENDOR_INTEL=y
+CONFIG_E100=m
+
+##
+## file: drivers/net/ethernet/marvell/Kconfig
+##
+CONFIG_MVMDIO=m
+CONFIG_MVNETA=m
+CONFIG_MVPP2=m
+
+##
+## file: drivers/net/ethernet/mscc/Kconfig
+##
+CONFIG_NET_VENDOR_MICROSEMI=y
+
+##
+## file: drivers/net/ethernet/natsemi/Kconfig
+##
+CONFIG_NET_VENDOR_NATSEMI=y
+CONFIG_NATSEMI=m
+
+##
+## file: drivers/net/ethernet/qualcomm/Kconfig
+##
+CONFIG_QCOM_EMAC=m
+
+##
+## file: drivers/net/ethernet/realtek/Kconfig
+##
+CONFIG_8139CP=m
+CONFIG_8139TOO=m
+
+##
+## file: drivers/net/ethernet/smsc/Kconfig
+##
+CONFIG_NET_VENDOR_SMSC=y
+CONFIG_SMC91X=m
+CONFIG_EPIC100=m
+CONFIG_SMSC911X=m
+
+##
+## file: drivers/net/ethernet/socionext/Kconfig
+##
+CONFIG_SNI_NETSEC=m
+
+##
+## file: drivers/net/ethernet/stmicro/stmmac/Kconfig
+##
+CONFIG_STMMAC_ETH=m
+CONFIG_STMMAC_PLATFORM=m
+CONFIG_DWMAC_GENERIC=m
+CONFIG_DWMAC_IPQ806X=m
+CONFIG_DWMAC_MEDIATEK=m
+CONFIG_DWMAC_MESON=m
+CONFIG_DWMAC_ROCKCHIP=m
+
+##
+## file: drivers/net/ethernet/ti/Kconfig
+##
+CONFIG_TI_K3_AM65_CPSW_NUSS=m
+CONFIG_TI_K3_AM65_CPTS=m
+
+##
+## file: drivers/net/fddi/Kconfig
+##
+CONFIG_FDDI=y
+CONFIG_SKFP=m
+
+##
+## file: drivers/net/hyperv/Kconfig
+##
+CONFIG_HYPERV_NET=m
+
+##
+## file: drivers/net/mdio/Kconfig
+##
+CONFIG_MDIO_XGENE=m
+CONFIG_MDIO_HISI_FEMAC=m
+CONFIG_MDIO_THUNDER=m
+CONFIG_MDIO_BUS_MUX_MMIOREG=m
+
+##
+## file: drivers/net/phy/Kconfig
+##
+CONFIG_MESON_GXL_PHY=m
+CONFIG_ADIN_PHY=m
+CONFIG_BCM54140_PHY=m
+CONFIG_MARVELL_PHY=m
+CONFIG_MARVELL_10G_PHY=m
+CONFIG_MICROSEMI_PHY=m
+CONFIG_MOTORCOMM_PHY=m
+CONFIG_REALTEK_PHY=m
+
+##
+## file: drivers/net/phy/qcom/Kconfig
+##
+CONFIG_AT803X_PHY=m
+
+##
+## file: drivers/net/usb/Kconfig
+##
+CONFIG_USB_NET_SMSC95XX=m
+
+##
+## file: drivers/net/wireless/ath/ath10k/Kconfig
+##
+CONFIG_ATH10K_SDIO=m
+
+##
+## file: drivers/net/wireless/ath/wcn36xx/Kconfig
+##
+CONFIG_WCN36XX=m
+
+##
+## file: drivers/net/wireless/broadcom/brcm80211/brcmfmac/Kconfig
+##
+CONFIG_BRCMFMAC_SDIO=y
+
+##
+## file: drivers/net/wireless/marvell/mwifiex/Kconfig
+##
+CONFIG_MWIFIEX=m
+CONFIG_MWIFIEX_SDIO=m
+CONFIG_MWIFIEX_PCIE=m
+
+##
+## file: drivers/net/wireless/mediatek/mt76/mt7615/Kconfig
+##
+CONFIG_MT7622_WMAC=y
+
+##
+## file: drivers/net/wireless/mediatek/mt76/mt7921/Kconfig
+##
+CONFIG_MT7921S=m
+
+##
+## file: drivers/net/wireless/ti/Kconfig
+##
+CONFIG_WLAN_VENDOR_TI=y
+
+##
+## file: drivers/net/wireless/ti/wl1251/Kconfig
+##
+CONFIG_WL1251=m
+CONFIG_WL1251_SPI=m
+CONFIG_WL1251_SDIO=m
+
+##
+## file: drivers/net/wireless/ti/wl12xx/Kconfig
+##
+CONFIG_WL12XX=m
+
+##
+## file: drivers/net/wireless/ti/wl18xx/Kconfig
+##
+CONFIG_WL18XX=m
+
+##
+## file: drivers/net/wireless/ti/wlcore/Kconfig
+##
+CONFIG_WLCORE=m
+CONFIG_WLCORE_SPI=m
+CONFIG_WLCORE_SDIO=m
+
+##
+## file: drivers/nvmem/Kconfig
+##
+CONFIG_NVMEM_IMX_OCOTP=m
+CONFIG_NVMEM_LAYERSCAPE_SFP=m
+CONFIG_NVMEM_MESON_EFUSE=m
+CONFIG_NVMEM_MTK_EFUSE=m
+CONFIG_NVMEM_QCOM_QFPROM=m
+CONFIG_NVMEM_RMEM=m
+CONFIG_NVMEM_ROCKCHIP_EFUSE=m
+CONFIG_NVMEM_ROCKCHIP_OTP=m
+CONFIG_NVMEM_SPMI_SDAM=m
+CONFIG_NVMEM_SUNXI_SID=m
+
+##
+## file: drivers/pci/Kconfig
+##
+CONFIG_PCI=y
+CONFIG_PCI_PRI=y
+CONFIG_PCI_PASID=y
+CONFIG_PCI_HYPERV=m
+
+##
+## file: drivers/pci/controller/Kconfig
+##
+CONFIG_PCI_AARDVARK=y
+CONFIG_PCIE_BRCMSTB=y
+CONFIG_PCI_HOST_THUNDER_PEM=y
+CONFIG_PCI_HOST_THUNDER_ECAM=y
+CONFIG_PCI_HOST_GENERIC=y
+CONFIG_PCIE_MEDIATEK_GEN3=y
+CONFIG_PCI_TEGRA=y
+CONFIG_PCIE_ROCKCHIP_HOST=y
+CONFIG_PCI_XGENE=y
+CONFIG_PCIE_XILINX_NWL=y
+
+##
+## file: drivers/pci/controller/cadence/Kconfig
+##
+CONFIG_PCI_J721E_HOST=y
+CONFIG_PCI_J721E_EP=y
+
+##
+## file: drivers/pci/controller/dwc/Kconfig
+##
+CONFIG_PCI_IMX6_HOST=y
+CONFIG_PCI_IMX6_EP=y
+CONFIG_PCI_LAYERSCAPE=y
+CONFIG_PCI_HISI=y
+CONFIG_PCIE_KIRIN=y
+CONFIG_PCIE_ARMADA_8K=y
+CONFIG_PCIE_QCOM=y
+CONFIG_PCIE_ROCKCHIP_DW_HOST=y
+
+##
+## file: drivers/pci/controller/mobiveil/Kconfig
+##
+CONFIG_PCIE_LAYERSCAPE_GEN4=y
+
+##
+## file: drivers/pci/hotplug/Kconfig
+##
+CONFIG_HOTPLUG_PCI=y
+CONFIG_HOTPLUG_PCI_ACPI=y
+CONFIG_HOTPLUG_PCI_ACPI_IBM=m
+CONFIG_HOTPLUG_PCI_CPCI_ZT5550=m
+CONFIG_HOTPLUG_PCI_CPCI_GENERIC=m
+CONFIG_HOTPLUG_PCI_SHPC=y
+
+##
+## file: drivers/pci/pcie/Kconfig
+##
+CONFIG_HOTPLUG_PCI_PCIE=y
+
+##
+## file: drivers/perf/Kconfig
+##
+CONFIG_ARM_CCI_PMU=y
+CONFIG_ARM_CCI400_PMU=y
+CONFIG_ARM_CCI5xx_PMU=y
+CONFIG_ARM_CCN=m
+CONFIG_ARM_CMN=m
+CONFIG_ARM_SMMU_V3_PMU=m
+CONFIG_ARM_PMUV3=y
+CONFIG_ARM_DSU_PMU=m
+CONFIG_FSL_IMX8_DDR_PMU=m
+CONFIG_QCOM_L2_PMU=y
+CONFIG_QCOM_L3_PMU=y
+CONFIG_XGENE_PMU=y
+CONFIG_ARM_SPE_PMU=m
+
+##
+## file: drivers/perf/hisilicon/Kconfig
+##
+CONFIG_HISI_PMU=y
+
+##
+## file: drivers/phy/Kconfig
+##
+CONFIG_PHY_XGENE=m
+
+##
+## file: drivers/phy/allwinner/Kconfig
+##
+CONFIG_PHY_SUN4I_USB=m
+CONFIG_PHY_SUN50I_USB3=m
+
+##
+## file: drivers/phy/amlogic/Kconfig
+##
+CONFIG_PHY_MESON8B_USB2=m
+
+##
+## file: drivers/phy/freescale/Kconfig
+##
+CONFIG_PHY_FSL_IMX8MQ_USB=m
+CONFIG_PHY_MIXEL_MIPI_DPHY=m
+CONFIG_PHY_FSL_IMX8M_PCIE=m
+CONFIG_PHY_FSL_LYNX_28G=m
+
+##
+## file: drivers/phy/hisilicon/Kconfig
+##
+CONFIG_PHY_HI6220_USB=m
+
+##
+## file: drivers/phy/marvell/Kconfig
+##
+CONFIG_PHY_MVEBU_A3700_COMPHY=m
+CONFIG_PHY_MVEBU_A3700_UTMI=m
+CONFIG_PHY_MVEBU_CP110_COMPHY=m
+
+##
+## file: drivers/phy/mediatek/Kconfig
+##
+CONFIG_PHY_MTK_PCIE=m
+CONFIG_PHY_MTK_TPHY=m
+CONFIG_PHY_MTK_UFS=m
+CONFIG_PHY_MTK_HDMI=m
+CONFIG_PHY_MTK_MIPI_DSI=m
+CONFIG_PHY_MTK_DP=m
+
+##
+## file: drivers/phy/qualcomm/Kconfig
+##
+CONFIG_PHY_QCOM_APQ8064_SATA=m
+CONFIG_PHY_QCOM_EDP=m
+CONFIG_PHY_QCOM_IPQ806X_SATA=m
+CONFIG_PHY_QCOM_QMP=m
+CONFIG_PHY_QCOM_QMP_PCIE=m
+CONFIG_PHY_QCOM_QUSB2=m
+CONFIG_PHY_QCOM_USB_HS=m
+CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=m
+CONFIG_PHY_QCOM_USB_HSIC=m
+
+##
+## file: drivers/phy/renesas/Kconfig
+##
+CONFIG_PHY_RCAR_GEN3_USB2=m
+
+##
+## file: drivers/phy/rockchip/Kconfig
+##
+CONFIG_PHY_ROCKCHIP_DP=m
+CONFIG_PHY_ROCKCHIP_DPHY_RX0=m
+CONFIG_PHY_ROCKCHIP_EMMC=m
+CONFIG_PHY_ROCKCHIP_INNO_HDMI=m
+CONFIG_PHY_ROCKCHIP_INNO_USB2=m
+CONFIG_PHY_ROCKCHIP_INNO_CSIDPHY=m
+CONFIG_PHY_ROCKCHIP_INNO_DSIDPHY=m
+CONFIG_PHY_ROCKCHIP_NANENG_COMBO_PHY=m
+CONFIG_PHY_ROCKCHIP_PCIE=m
+CONFIG_PHY_ROCKCHIP_SNPS_PCIE3=m
+CONFIG_PHY_ROCKCHIP_TYPEC=m
+CONFIG_PHY_ROCKCHIP_USB=m
+
+##
+## file: drivers/phy/tegra/Kconfig
+##
+CONFIG_PHY_TEGRA_XUSB=m
+
+##
+## file: drivers/phy/xilinx/Kconfig
+##
+CONFIG_PHY_XILINX_ZYNQMP=m
+
+##
+## file: drivers/pinctrl/Kconfig
+##
+CONFIG_PINCTRL_AMD=y
+CONFIG_PINCTRL_AXP209=m
+CONFIG_PINCTRL_MAX77620=y
+CONFIG_PINCTRL_RK805=y
+CONFIG_PINCTRL_ROCKCHIP=y
+CONFIG_PINCTRL_SINGLE=y
+
+##
+## file: drivers/pinctrl/freescale/Kconfig
+##
+CONFIG_PINCTRL_IMX8MM=y
+CONFIG_PINCTRL_IMX8MN=y
+CONFIG_PINCTRL_IMX8MP=y
+CONFIG_PINCTRL_IMX8MQ=y
+
+##
+## file: drivers/pinctrl/mediatek/Kconfig
+##
+CONFIG_EINT_MTK=y
+CONFIG_PINCTRL_MT2712=y
+CONFIG_PINCTRL_MT6765=y
+CONFIG_PINCTRL_MT6779=y
+CONFIG_PINCTRL_MT6795=y
+CONFIG_PINCTRL_MT6797=y
+CONFIG_PINCTRL_MT7622=y
+CONFIG_PINCTRL_MT7981=y
+CONFIG_PINCTRL_MT7986=y
+CONFIG_PINCTRL_MT8167=y
+CONFIG_PINCTRL_MT8173=y
+CONFIG_PINCTRL_MT8183=y
+CONFIG_PINCTRL_MT8186=y
+CONFIG_PINCTRL_MT8188=y
+CONFIG_PINCTRL_MT8192=y
+CONFIG_PINCTRL_MT8195=y
+CONFIG_PINCTRL_MT8365=y
+CONFIG_PINCTRL_MT8516=y
+CONFIG_PINCTRL_MT6397=y
+
+##
+## file: drivers/pinctrl/qcom/Kconfig
+##
+CONFIG_PINCTRL_MSM=y
+CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
+CONFIG_PINCTRL_QCOM_SSBI_PMIC=y
+CONFIG_PINCTRL_LPASS_LPI=m
+CONFIG_PINCTRL_SC8280XP_LPASS_LPI=m
+
+##
+## file: drivers/pinctrl/qcom/Kconfig.msm
+##
+CONFIG_PINCTRL_MSM8916=y
+CONFIG_PINCTRL_MSM8996=y
+CONFIG_PINCTRL_SC8280XP=m
+CONFIG_PINCTRL_SDM845=y
+
+##
+## file: drivers/platform/chrome/Kconfig
+##
+CONFIG_CHROME_PLATFORMS=y
+CONFIG_CHROMEOS_ACPI=m
+CONFIG_CROS_EC=m
+CONFIG_CROS_EC_I2C=m
+CONFIG_CROS_EC_RPMSG=m
+CONFIG_CROS_EC_SPI=m
+CONFIG_CROS_KBD_LED_BACKLIGHT=m
+
+##
+## file: drivers/pmdomain/bcm/Kconfig
+##
+CONFIG_RASPBERRYPI_POWER=y
+
+##
+## file: drivers/pmdomain/mediatek/Kconfig
+##
+CONFIG_MTK_SCPSYS=y
+CONFIG_MTK_SCPSYS_PM_DOMAINS=y
+
+##
+## file: drivers/pmdomain/qcom/Kconfig
+##
+CONFIG_QCOM_RPMHPD=y
+CONFIG_QCOM_RPMPD=y
+
+##
+## file: drivers/pmdomain/rockchip/Kconfig
+##
+CONFIG_ROCKCHIP_PM_DOMAINS=y
+
+##
+## file: drivers/pmdomain/ti/Kconfig
+##
+CONFIG_TI_SCI_PM_DOMAINS=y
+
+##
+## file: drivers/power/reset/Kconfig
+##
+CONFIG_POWER_RESET_HISI=y
+CONFIG_POWER_RESET_MSM=y
+CONFIG_POWER_RESET_QCOM_PON=m
+CONFIG_POWER_RESET_VEXPRESS=y
+CONFIG_POWER_RESET_XGENE=y
+CONFIG_POWER_RESET_SYSCON=y
+CONFIG_POWER_RESET_SYSCON_POWEROFF=y
+CONFIG_SYSCON_REBOOT_MODE=m
+
+##
+## file: drivers/power/supply/Kconfig
+##
+CONFIG_BATTERY_CW2015=m
+CONFIG_BATTERY_QCOM_BATTMGR=m
+CONFIG_BATTERY_SBS=m
+CONFIG_BATTERY_BQ27XXX=m
+CONFIG_CHARGER_AXP20X=m
+CONFIG_BATTERY_AXP20X=m
+CONFIG_AXP20X_POWER=m
+CONFIG_AXP288_FUEL_GAUGE=m
+CONFIG_CHARGER_GPIO=m
+CONFIG_CHARGER_MT6360=m
+CONFIG_CHARGER_QCOM_SMBB=m
+CONFIG_CHARGER_BQ25890=m
+CONFIG_CHARGER_RK817=m
+CONFIG_CHARGER_CROS_USBPD=m
+
+##
+## file: drivers/pps/clients/Kconfig
+##
+CONFIG_PPS_CLIENT_GPIO=m
+
+##
+## file: drivers/ptp/Kconfig
+##
+CONFIG_PTP_1588_CLOCK_QORIQ=m
+
+##
+## file: drivers/pwm/Kconfig
+##
+CONFIG_PWM=y
+CONFIG_PWM_BCM2835=m
+CONFIG_PWM_CROS_EC=m
+CONFIG_PWM_IMX27=m
+CONFIG_PWM_MESON=m
+CONFIG_PWM_MTK_DISP=m
+CONFIG_PWM_RASPBERRYPI_POE=m
+CONFIG_PWM_ROCKCHIP=m
+CONFIG_PWM_SL28CPLD=m
+CONFIG_PWM_SUN4I=m
+CONFIG_PWM_TEGRA=m
+CONFIG_PWM_TIECAP=m
+
+##
+## file: drivers/regulator/Kconfig
+##
+CONFIG_REGULATOR=y
+CONFIG_REGULATOR_FIXED_VOLTAGE=m
+CONFIG_REGULATOR_AXP20X=m
+CONFIG_REGULATOR_BD718XX=m
+CONFIG_REGULATOR_CROS_EC=m
+CONFIG_REGULATOR_DA9211=m
+CONFIG_REGULATOR_FAN53555=m
+CONFIG_REGULATOR_GPIO=m
+CONFIG_REGULATOR_HI655X=m
+CONFIG_REGULATOR_MAX77620=m
+CONFIG_REGULATOR_MP8859=m
+CONFIG_REGULATOR_MT6315=m
+CONFIG_REGULATOR_MT6357=m
+CONFIG_REGULATOR_MT6358=m
+CONFIG_REGULATOR_MT6359=m
+CONFIG_REGULATOR_MT6360=m
+CONFIG_REGULATOR_MT6397=m
+CONFIG_REGULATOR_PCA9450=m
+CONFIG_REGULATOR_PFUZE100=m
+CONFIG_REGULATOR_PWM=m
+CONFIG_REGULATOR_QCOM_RPM=m
+CONFIG_REGULATOR_QCOM_RPMH=m
+CONFIG_REGULATOR_QCOM_SMD_RPM=m
+CONFIG_REGULATOR_QCOM_SPMI=m
+CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY=m
+CONFIG_REGULATOR_RK808=m
+CONFIG_REGULATOR_VCTRL=m
+
+##
+## file: drivers/remoteproc/Kconfig
+##
+CONFIG_REMOTEPROC=y
+CONFIG_MTK_SCP=m
+CONFIG_QCOM_Q6V5_ADSP=m
+CONFIG_QCOM_Q6V5_MSS=m
+CONFIG_QCOM_Q6V5_PAS=m
+CONFIG_QCOM_Q6V5_WCSS=m
+CONFIG_QCOM_SYSMON=m
+#. We want to enable this but it currently results in a dependency loop!
+# CONFIG_QCOM_WCNSS_PIL is not set
+CONFIG_TI_K3_R5_REMOTEPROC=m
+
+##
+## file: drivers/reset/Kconfig
+##
+CONFIG_RESET_CONTROLLER=y
+CONFIG_RESET_IMX7=m
+CONFIG_RESET_QCOM_AOSS=y
+CONFIG_RESET_RZG2L_USBPHY_CTRL=m
+CONFIG_RESET_SCMI=y
+CONFIG_RESET_TI_SCI=y
+
+##
+## file: drivers/rpmsg/Kconfig
+##
+CONFIG_RPMSG_MTK_SCP=m
+CONFIG_RPMSG_QCOM_GLINK_RPM=m
+CONFIG_RPMSG_QCOM_GLINK_SMEM=m
+CONFIG_RPMSG_QCOM_SMD=m
+
+##
+## file: drivers/rtc/Kconfig
+##
+CONFIG_RTC_DRV_DS1307=y
+CONFIG_RTC_DRV_HYM8563=m
+CONFIG_RTC_DRV_MAX77686=y
+CONFIG_RTC_DRV_RK808=y
+CONFIG_RTC_DRV_RS5C372=m
+CONFIG_RTC_DRV_PCF8523=m
+CONFIG_RTC_DRV_PCF85063=y
+CONFIG_RTC_DRV_PCF8563=y
+CONFIG_RTC_DRV_M41T80=m
+CONFIG_RTC_DRV_RV8803=m
+CONFIG_RTC_DRV_PCF2127=m
+CONFIG_RTC_DRV_EFI=y
+CONFIG_RTC_DRV_CROS_EC=m
+CONFIG_RTC_DRV_FSL_FTM_ALARM=m
+CONFIG_RTC_DRV_PL031=y
+CONFIG_RTC_DRV_SUN6I=y
+CONFIG_RTC_DRV_MV=m
+CONFIG_RTC_DRV_ARMADA38X=m
+CONFIG_RTC_DRV_PM8XXX=m
+CONFIG_RTC_DRV_TEGRA=y
+CONFIG_RTC_DRV_SNVS=m
+CONFIG_RTC_DRV_MT6397=m
+CONFIG_RTC_DRV_XGENE=y
+
+##
+## file: drivers/scsi/Kconfig
+##
+CONFIG_HYPERV_STORAGE=m
+CONFIG_SCSI_DMX3191D=m
+
+##
+## file: drivers/scsi/hisi_sas/Kconfig
+##
+CONFIG_SCSI_HISI_SAS=m
+CONFIG_SCSI_HISI_SAS_PCI=m
+
+##
+## file: drivers/soc/fsl/Kconfig
+##
+CONFIG_FSL_MC_DPIO=m
+CONFIG_DPAA2_CONSOLE=m
+CONFIG_FSL_RCPM=y
+
+##
+## file: drivers/soc/mediatek/Kconfig
+##
+CONFIG_MTK_CMDQ=m
+CONFIG_MTK_DEVAPC=m
+CONFIG_MTK_INFRACFG=y
+CONFIG_MTK_PMIC_WRAP=m
+CONFIG_MTK_REGULATOR_COUPLER=y
+CONFIG_MTK_MMSYS=m
+CONFIG_MTK_SVS=m
+
+##
+## file: drivers/soc/qcom/Kconfig
+##
+CONFIG_QCOM_AOSS_QMP=y
+CONFIG_QCOM_COMMAND_DB=y
+CONFIG_QCOM_GENI_SE=y
+CONFIG_QCOM_GSBI=m
+CONFIG_QCOM_LLCC=m
+CONFIG_QCOM_OCMEM=m
+CONFIG_QCOM_PMIC_GLINK=m
+CONFIG_QCOM_RPMH=y
+CONFIG_QCOM_SMEM=m
+CONFIG_QCOM_SMD_RPM=m
+CONFIG_QCOM_SMP2P=m
+CONFIG_QCOM_SMSM=m
+CONFIG_QCOM_STATS=m
+CONFIG_QCOM_WCNSS_CTRL=m
+CONFIG_QCOM_APR=m
+CONFIG_QCOM_ICC_BWMON=m
+
+##
+## file: drivers/soc/renesas/Kconfig
+##
+CONFIG_ARCH_R8A774A1=y
+CONFIG_ARCH_R9A07G043=y
+CONFIG_ARCH_R9A07G044=y
+CONFIG_ARCH_R9A07G054=y
+CONFIG_ARCH_R9A09G011=y
+
+##
+## file: drivers/soc/rockchip/Kconfig
+##
+CONFIG_ROCKCHIP_GRF=y
+CONFIG_ROCKCHIP_IODOMAIN=m
+CONFIG_ROCKCHIP_DTPM=m
+
+##
+## file: drivers/soc/tegra/Kconfig
+##
+CONFIG_ARCH_TEGRA_132_SOC=y
+CONFIG_ARCH_TEGRA_210_SOC=y
+
+##
+## file: drivers/spi/Kconfig
+##
+CONFIG_SPI_ARMADA_3700=m
+CONFIG_SPI_BCM2835=m
+CONFIG_SPI_BCM2835AUX=m
+CONFIG_SPI_FSL_QUADSPI=m
+CONFIG_SPI_NXP_FLEXSPI=m
+CONFIG_SPI_GPIO=m
+CONFIG_SPI_IMX=m
+CONFIG_SPI_FSL_DSPI=m
+CONFIG_SPI_MESON_SPICC=m
+CONFIG_SPI_MESON_SPIFC=m
+CONFIG_SPI_MT65XX=m
+CONFIG_SPI_MTK_NOR=m
+CONFIG_SPI_OMAP24XX=m
+CONFIG_SPI_ROCKCHIP=m
+CONFIG_SPI_ROCKCHIP_SFC=m
+CONFIG_SPI_QUP=m
+CONFIG_SPI_QCOM_GENI=m
+CONFIG_SPI_SUN6I=m
+CONFIG_SPI_TEGRA114=m
+CONFIG_SPI_TEGRA20_SFLASH=m
+CONFIG_SPI_TEGRA20_SLINK=m
+CONFIG_SPI_THUNDERX=m
+CONFIG_SPI_XLP=m
+
+##
+## file: drivers/spmi/Kconfig
+##
+CONFIG_SPMI=y
+CONFIG_SPMI_MSM_PMIC_ARB=y
+CONFIG_SPMI_MTK_PMIF=y
+
+##
+## file: drivers/staging/media/Kconfig
+##
+CONFIG_STAGING_MEDIA=y
+
+##
+## file: drivers/staging/media/meson/vdec/Kconfig
+##
+CONFIG_VIDEO_MESON_VDEC=m
+
+##
+## file: drivers/staging/media/rkvdec/Kconfig
+##
+CONFIG_VIDEO_ROCKCHIP_VDEC=m
+
+##
+## file: drivers/staging/media/sunxi/Kconfig
+##
+CONFIG_VIDEO_SUNXI=y
+
+##
+## file: drivers/staging/media/sunxi/cedrus/Kconfig
+##
+CONFIG_VIDEO_SUNXI_CEDRUS=m
+
+##
+## file: drivers/staging/vc04_services/bcm2835-audio/Kconfig
+##
+CONFIG_SND_BCM2835=m
+
+##
+## file: drivers/staging/vc04_services/bcm2835-camera/Kconfig
+##
+CONFIG_VIDEO_BCM2835=m
+
+##
+## file: drivers/tee/Kconfig
+##
+CONFIG_TEE=m
+
+##
+## file: drivers/tee/optee/Kconfig
+##
+CONFIG_OPTEE=m
+
+##
+## file: drivers/thermal/Kconfig
+##
+CONFIG_THERMAL=y
+CONFIG_CPU_THERMAL=y
+CONFIG_HISI_THERMAL=m
+CONFIG_K3_THERMAL=m
+CONFIG_QORIQ_THERMAL=m
+CONFIG_SUN8I_THERMAL=m
+CONFIG_ROCKCHIP_THERMAL=m
+CONFIG_ARMADA_THERMAL=m
+CONFIG_GENERIC_ADC_THERMAL=m
+CONFIG_KHADAS_MCU_FAN_THERMAL=m
+
+##
+## file: drivers/thermal/broadcom/Kconfig
+##
+CONFIG_BCM2711_THERMAL=m
+CONFIG_BCM2835_THERMAL=m
+
+##
+## file: drivers/thermal/mediatek/Kconfig
+##
+CONFIG_MTK_THERMAL=m
+CONFIG_MTK_LVTS_THERMAL=m
+
+##
+## file: drivers/thermal/qcom/Kconfig
+##
+CONFIG_QCOM_TSENS=m
+CONFIG_QCOM_SPMI_ADC_TM5=m
+CONFIG_QCOM_SPMI_TEMP_ALARM=m
+
+##
+## file: drivers/thermal/tegra/Kconfig
+##
+CONFIG_TEGRA_SOCTHERM=y
+
+##
+## file: drivers/tty/serial/Kconfig
+##
+CONFIG_SERIAL_AMBA_PL010=y
+CONFIG_SERIAL_AMBA_PL010_CONSOLE=y
+CONFIG_SERIAL_AMBA_PL011=y
+CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
+CONFIG_SERIAL_MESON=y
+CONFIG_SERIAL_MESON_CONSOLE=y
+CONFIG_SERIAL_TEGRA=y
+CONFIG_SERIAL_IMX=y
+CONFIG_SERIAL_IMX_CONSOLE=y
+CONFIG_SERIAL_SH_SCI=y
+CONFIG_SERIAL_MSM=y
+CONFIG_SERIAL_MSM_CONSOLE=y
+CONFIG_SERIAL_QCOM_GENI=y
+CONFIG_SERIAL_QCOM_GENI_CONSOLE=y
+CONFIG_SERIAL_XILINX_PS_UART=y
+CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y
+CONFIG_SERIAL_FSL_LPUART=y
+CONFIG_SERIAL_FSL_LPUART_CONSOLE=y
+CONFIG_SERIAL_MVEBU_UART=y
+CONFIG_SERIAL_MVEBU_CONSOLE=y
+
+##
+## file: drivers/tty/serial/8250/Kconfig
+##
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_SERIAL_8250_DMA=y
+CONFIG_SERIAL_8250_NR_UARTS=4
+CONFIG_SERIAL_8250_RUNTIME_UARTS=4
+CONFIG_SERIAL_8250_EXTENDED=y
+CONFIG_SERIAL_8250_SHARE_IRQ=y
+CONFIG_SERIAL_8250_BCM2835AUX=y
+CONFIG_SERIAL_8250_DW=y
+# CONFIG_SERIAL_8250_EM is not set
+CONFIG_SERIAL_8250_OMAP=y
+CONFIG_SERIAL_8250_MT6577=y
+CONFIG_SERIAL_OF_PLATFORM=y
+
+##
+## file: drivers/ufs/host/Kconfig
+##
+CONFIG_SCSI_UFSHCD_PLATFORM=m
+CONFIG_SCSI_UFS_QCOM=m
+
+##
+## file: drivers/usb/chipidea/Kconfig
+##
+CONFIG_USB_CHIPIDEA=m
+CONFIG_USB_CHIPIDEA_UDC=y
+CONFIG_USB_CHIPIDEA_HOST=y
+
+##
+## file: drivers/usb/dwc2/Kconfig
+##
+CONFIG_USB_DWC2=m
+## choice: DWC2 Mode Selection
+CONFIG_USB_DWC2_DUAL_ROLE=y
+## end choice
+
+##
+## file: drivers/usb/dwc3/Kconfig
+##
+CONFIG_USB_DWC3=m
+CONFIG_USB_DWC3_ULPI=y
+## choice: DWC3 Mode Selection
+CONFIG_USB_DWC3_DUAL_ROLE=y
+## end choice
+CONFIG_USB_DWC3_OF_SIMPLE=m
+
+##
+## file: drivers/usb/gadget/Kconfig
+##
+CONFIG_USB_GADGET=m
+
+##
+## file: drivers/usb/host/Kconfig
+##
+CONFIG_USB_XHCI_HCD=m
+CONFIG_USB_XHCI_PLATFORM=m
+CONFIG_USB_XHCI_MTK=m
+CONFIG_USB_XHCI_MVEBU=m
+CONFIG_USB_XHCI_TEGRA=m
+CONFIG_USB_EHCI_HCD=m
+CONFIG_USB_EHCI_FSL=m
+CONFIG_USB_EHCI_HCD_ORION=m
+CONFIG_USB_EHCI_TEGRA=m
+CONFIG_USB_EHCI_HCD_PLATFORM=m
+CONFIG_USB_OHCI_HCD=m
+CONFIG_USB_OHCI_HCD_PLATFORM=m
+
+##
+## file: drivers/usb/isp1760/Kconfig
+##
+CONFIG_USB_ISP1760=m
+## choice: ISP1760 Mode Selection
+# CONFIG_USB_ISP1760_HOST_ROLE is not set
+# CONFIG_USB_ISP1760_GADGET_ROLE is not set
+CONFIG_USB_ISP1760_DUAL_ROLE=y
+## end choice
+
+##
+## file: drivers/usb/misc/Kconfig
+##
+CONFIG_USB_HSIC_USB3503=m
+CONFIG_USB_ONBOARD_HUB=m
+
+##
+## file: drivers/usb/mtu3/Kconfig
+##
+CONFIG_USB_MTU3=m
+## choice: MTU3 Mode Selection
+CONFIG_USB_MTU3_DUAL_ROLE=y
+## end choice
+
+##
+## file: drivers/usb/musb/Kconfig
+##
+CONFIG_USB_MUSB_HDRC=m
+CONFIG_USB_MUSB_SUNXI=m
+
+##
+## file: drivers/usb/phy/Kconfig
+##
+CONFIG_NOP_USB_XCEIV=m
+CONFIG_USB_ULPI=y
+
+##
+## file: drivers/usb/roles/Kconfig
+##
+CONFIG_USB_ROLE_SWITCH=y
+
+##
+## file: drivers/usb/typec/Kconfig
+##
+CONFIG_TYPEC=m
+
+##
+## file: drivers/usb/typec/mux/Kconfig
+##
+CONFIG_TYPEC_MUX_GPIO_SBU=m
+
+##
+## file: drivers/usb/typec/tcpm/Kconfig
+##
+CONFIG_TYPEC_TCPM=m
+CONFIG_TYPEC_TCPCI=m
+CONFIG_TYPEC_MT6360=m
+CONFIG_TYPEC_FUSB302=m
+
+##
+## file: drivers/vfio/Kconfig
+##
+CONFIG_VFIO=m
+
+##
+## file: drivers/vfio/fsl-mc/Kconfig
+##
+CONFIG_VFIO_FSL_MC=m
+
+##
+## file: drivers/vfio/pci/Kconfig
+##
+CONFIG_VFIO_PCI=m
+
+##
+## file: drivers/video/backlight/Kconfig
+##
+CONFIG_BACKLIGHT_LP855X=m
+CONFIG_BACKLIGHT_GPIO=m
+CONFIG_BACKLIGHT_LED=m
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+CONFIG_FB_EFI=y
+CONFIG_FB_SIMPLE=y
+
+##
+## file: drivers/virtio/Kconfig
+##
+CONFIG_VIRTIO_MEM=m
+CONFIG_VIRTIO_MMIO=m
+
+##
+## file: drivers/watchdog/Kconfig
+##
+CONFIG_GPIO_WATCHDOG=m
+CONFIG_WDAT_WDT=m
+CONFIG_SL28CPLD_WATCHDOG=m
+CONFIG_ARM_SP805_WATCHDOG=m
+CONFIG_ARM_SBSA_WATCHDOG=m
+CONFIG_ARMADA_37XX_WATCHDOG=m
+CONFIG_DW_WATCHDOG=m
+CONFIG_K3_RTI_WATCHDOG=m
+CONFIG_SUNXI_WATCHDOG=m
+CONFIG_IMX2_WDT=m
+CONFIG_TEGRA_WATCHDOG=m
+CONFIG_QCOM_WDT=m
+CONFIG_MESON_GXBB_WATCHDOG=m
+CONFIG_MESON_WATCHDOG=m
+CONFIG_MEDIATEK_WATCHDOG=m
+CONFIG_ARM_SMC_WATCHDOG=m
+CONFIG_I6300ESB_WDT=m
+CONFIG_BCM2835_WDT=m
+
+##
+## file: kernel/Kconfig.kexec
+##
+CONFIG_KEXEC=y
+CONFIG_CRASH_DUMP=y
+
+##
+## file: kernel/dma/Kconfig
+##
+CONFIG_DMA_CMA=y
+CONFIG_CMA_SIZE_MBYTES=64
+
+##
+## file: kernel/power/Kconfig
+##
+CONFIG_ENERGY_MODEL=y
+
+##
+## file: lib/Kconfig.debug
+##
+CONFIG_DEBUG_INFO_BTF=y
+#. Workaround module loading of different builds of on-disk modules
+#. vs booted kernel when keeping same ABI, cf. #1003210, #1022202
+CONFIG_MODULE_ALLOW_BTF_MISMATCH=y
+
+##
+## file: mm/Kconfig
+##
+CONFIG_CMA=y
+
+##
+## file: mm/Kconfig.debug
+##
+CONFIG_DEBUG_WX=y
+
+##
+## file: net/bluetooth/Kconfig
+##
+CONFIG_BT_LEDS=y
+
+##
+## file: net/dsa/Kconfig
+##
+CONFIG_NET_DSA=m
+
+##
+## file: net/qrtr/Kconfig
+##
+CONFIG_QRTR_SMD=m
+
+##
+## file: net/rfkill/Kconfig
+##
+CONFIG_RFKILL_GPIO=m
+
+##
+## file: net/vmw_vsock/Kconfig
+##
+CONFIG_HYPERV_VSOCKETS=m
+
+##
+## file: sound/pci/Kconfig
+##
+CONFIG_SND_CMIPCI=m
+
+##
+## file: sound/pci/hda/Kconfig
+##
+CONFIG_SND_HDA_INTEL=m
+CONFIG_SND_HDA_TEGRA=m
+
+##
+## file: sound/soc/Kconfig
+##
+CONFIG_SND_SOC=m
+
+##
+## file: sound/soc/bcm/Kconfig
+##
+CONFIG_SND_BCM2835_SOC_I2S=m
+
+##
+## file: sound/soc/codecs/Kconfig
+##
+CONFIG_SND_SOC_BT_SCO=m
+CONFIG_SND_SOC_CROS_EC_CODEC=m
+CONFIG_SND_SOC_ES8316=m
+CONFIG_SND_SOC_GTM601=m
+CONFIG_SND_SOC_RK3328=m
+CONFIG_SND_SOC_RK817=m
+CONFIG_SND_SOC_SGTL5000=m
+CONFIG_SND_SOC_SIMPLE_AMPLIFIER=m
+CONFIG_SND_SOC_SPDIF=m
+CONFIG_SND_SOC_TS3A227E=m
+CONFIG_SND_SOC_WCD938X_SDW=m
+CONFIG_SND_SOC_WM8804_I2C=m
+CONFIG_SND_SOC_WM8904=m
+CONFIG_SND_SOC_WM8960=m
+CONFIG_SND_SOC_WSA883X=m
+CONFIG_SND_SOC_MT6358=m
+CONFIG_SND_SOC_LPASS_WSA_MACRO=m
+CONFIG_SND_SOC_LPASS_VA_MACRO=m
+CONFIG_SND_SOC_LPASS_RX_MACRO=m
+CONFIG_SND_SOC_LPASS_TX_MACRO=m
+
+##
+## file: sound/soc/fsl/Kconfig
+##
+CONFIG_SND_SOC_FSL_SAI=m
+CONFIG_SND_SOC_FSL_SPDIF=m
+CONFIG_SND_SOC_FSL_MICFIL=m
+CONFIG_SND_IMX_SOC=m
+CONFIG_SND_SOC_FSL_ASOC_CARD=m
+CONFIG_SND_SOC_IMX_AUDMIX=m
+CONFIG_SND_SOC_IMX_HDMI=m
+
+##
+## file: sound/soc/generic/Kconfig
+##
+CONFIG_SND_SIMPLE_CARD=m
+CONFIG_SND_AUDIO_GRAPH_CARD=m
+
+##
+## file: sound/soc/hisilicon/Kconfig
+##
+CONFIG_SND_I2S_HI6210_I2S=m
+
+##
+## file: sound/soc/mediatek/Kconfig
+##
+CONFIG_SND_SOC_MT8173=m
+CONFIG_SND_SOC_MT8173_RT5650=m
+CONFIG_SND_SOC_MT8183=m
+CONFIG_SND_SOC_MT8183_MT6358_TS3A227E_MAX98357A=m
+CONFIG_SND_SOC_MT8183_DA7219_MAX98357A=m
+CONFIG_SND_SOC_MT8195=m
+CONFIG_SND_SOC_MT8195_MT6359=m
+
+##
+## file: sound/soc/meson/Kconfig
+##
+CONFIG_SND_MESON_AXG_SOUND_CARD=m
+CONFIG_SND_MESON_GX_SOUND_CARD=m
+
+##
+## file: sound/soc/qcom/Kconfig
+##
+CONFIG_SND_SOC_QCOM=m
+CONFIG_SND_SOC_APQ8016_SBC=m
+CONFIG_SND_SOC_QDSP6=m
+CONFIG_SND_SOC_SC8280XP=m
+
+##
+## file: sound/soc/rockchip/Kconfig
+##
+CONFIG_SND_SOC_ROCKCHIP=m
+CONFIG_SND_SOC_ROCKCHIP_I2S=m
+CONFIG_SND_SOC_ROCKCHIP_I2S_TDM=m
+CONFIG_SND_SOC_ROCKCHIP_PDM=m
+CONFIG_SND_SOC_ROCKCHIP_SPDIF=m
+CONFIG_SND_SOC_ROCKCHIP_RT5645=m
+CONFIG_SND_SOC_RK3399_GRU_SOUND=m
+
+##
+## file: sound/soc/sof/Kconfig
+##
+CONFIG_SND_SOC_SOF_TOPLEVEL=y
+CONFIG_SND_SOC_SOF_OF=m
+
+##
+## file: sound/soc/sof/mediatek/Kconfig
+##
+CONFIG_SND_SOC_SOF_MTK_TOPLEVEL=y
+CONFIG_SND_SOC_SOF_MT8195=m
+
+##
+## file: sound/soc/sunxi/Kconfig
+##
+CONFIG_SND_SUN8I_CODEC=m
+CONFIG_SND_SUN50I_CODEC_ANALOG=m
+CONFIG_SND_SUN4I_I2S=m
+CONFIG_SND_SUN50I_DMIC=m
+
+##
+## file: sound/soc/tegra/Kconfig
+##
+CONFIG_SND_SOC_TEGRA=m
+CONFIG_SND_SOC_TEGRA_RT5640=m
+CONFIG_SND_SOC_TEGRA_WM8753=m
+CONFIG_SND_SOC_TEGRA_WM8903=m
+CONFIG_SND_SOC_TEGRA_TRIMSLICE=m
+CONFIG_SND_SOC_TEGRA_ALC5632=m
+CONFIG_SND_SOC_TEGRA_MAX98090=m
+CONFIG_SND_SOC_TEGRA_RT5677=m
diff --git a/debian/config/arm64/config.cloud-arm64 b/debian/config/arm64/config.cloud-arm64
new file mode 100644
index 0000000000000..d1193465dafb5
--- /dev/null
+++ b/debian/config/arm64/config.cloud-arm64
@@ -0,0 +1,123 @@
+##
+## file: arch/arm64/Kconfig.platforms
+##
+# CONFIG_ARCH_ACTIONS is not set
+# CONFIG_ARCH_SUNXI is not set
+CONFIG_ARCH_ALPINE=y
+# CONFIG_ARCH_BCM2835 is not set
+# CONFIG_ARCH_BCM_IPROC is not set
+# CONFIG_ARCH_BRCMSTB is not set
+# CONFIG_ARCH_BERLIN is not set
+# CONFIG_ARCH_BITMAIN is not set
+# CONFIG_ARCH_EXYNOS is not set
+# CONFIG_ARCH_K3 is not set
+# CONFIG_ARCH_LG1K is not set
+CONFIG_ARCH_HISI=y
+# CONFIG_ARCH_MEDIATEK is not set
+# CONFIG_ARCH_MESON is not set
+# CONFIG_ARCH_MVEBU is not set
+# CONFIG_ARCH_LAYERSCAPE is not set
+# CONFIG_ARCH_MXC is not set
+CONFIG_ARCH_QCOM=y
+# CONFIG_ARCH_REALTEK is not set
+# CONFIG_ARCH_RENESAS is not set
+# CONFIG_ARCH_ROCKCHIP is not set
+CONFIG_ARCH_SEATTLE=y
+# CONFIG_ARCH_SYNQUACER is not set
+# CONFIG_ARCH_TEGRA is not set
+# CONFIG_ARCH_SPRD is not set
+CONFIG_ARCH_THUNDER=y
+CONFIG_ARCH_THUNDER2=y
+# CONFIG_ARCH_UNIPHIER is not set
+CONFIG_ARCH_VEXPRESS=y
+CONFIG_ARCH_XGENE=y
+# CONFIG_ARCH_ZYNQMP is not set
+
+##
+## file: drivers/acpi/Kconfig
+##
+CONFIG_ACPI=y
+CONFIG_ACPI_SPCR_TABLE=y
+# CONFIG_ACPI_EC_DEBUGFS is not set
+CONFIG_ACPI_AC=y
+CONFIG_ACPI_BATTERY=y
+CONFIG_ACPI_BUTTON=y
+CONFIG_ACPI_FAN=y
+CONFIG_ACPI_PROCESSOR=y
+CONFIG_ACPI_THERMAL=y
+CONFIG_ACPI_TABLE_UPGRADE=y
+CONFIG_ACPI_PCI_SLOT=y
+CONFIG_ACPI_CONTAINER=y
+CONFIG_ACPI_HOTPLUG_MEMORY=y
+CONFIG_ACPI_HED=y
+
+##
+## file: drivers/acpi/apei/Kconfig
+##
+CONFIG_ACPI_APEI=y
+CONFIG_ACPI_APEI_GHES=y
+CONFIG_ACPI_APEI_PCIEAER=y
+CONFIG_ACPI_APEI_MEMORY_FAILURE=y
+CONFIG_ACPI_APEI_EINJ=m
+
+##
+## file: drivers/acpi/numa/Kconfig
+##
+CONFIG_ACPI_NUMA=y
+
+##
+## file: drivers/ata/Kconfig
+##
+# CONFIG_AHCI_QORIQ is not set
+
+##
+## file: drivers/bus/Kconfig
+##
+CONFIG_VEXPRESS_CONFIG=y
+
+##
+## file: drivers/clk/Kconfig
+##
+# CONFIG_CLK_QORIQ is not set
+
+##
+## file: drivers/cpufreq/Kconfig
+##
+CONFIG_ACPI_CPPC_CPUFREQ=m
+
+##
+## file: drivers/firmware/google/Kconfig
+##
+CONFIG_GOOGLE_COREBOOT_TABLE=m
+CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=m
+
+##
+## file: drivers/i2c/Kconfig
+##
+CONFIG_ACPI_I2C_OPREGION=y
+
+##
+## file: drivers/input/keyboard/Kconfig
+##
+# CONFIG_KEYBOARD_GPIO_POLLED is not set
+
+##
+## file: drivers/power/reset/Kconfig
+##
+CONFIG_POWER_RESET=y
+CONFIG_POWER_RESET_GPIO=y
+CONFIG_POWER_RESET_GPIO_RESTART=y
+CONFIG_POWER_RESET_HISI=y
+CONFIG_POWER_RESET_RESTART=y
+CONFIG_POWER_RESET_VEXPRESS=y
+CONFIG_POWER_RESET_SYSCON=y
+
+##
+## file: drivers/power/supply/Kconfig
+##
+CONFIG_POWER_SUPPLY_HWMON=y
+
+##
+## file: kernel/power/Kconfig
+##
+CONFIG_PM=y
diff --git a/debian/config/arm64/defines.toml b/debian/config/arm64/defines.toml
new file mode 100644
index 0000000000000..12e9d984fed87
--- /dev/null
+++ b/debian/config/arm64/defines.toml
@@ -0,0 +1,34 @@
+[[flavour]]
+name = 'arm64'
+[flavour.defs]
+is_default = true
+[flavour.description]
+hardware = '64-bit ARMv8 machines'
+[flavour.packages]
+installer = true
+
+[[flavour]]
+name = 'cloud-arm64'
+[flavour.build]
+config = ['config.cloud']
+[flavour.defs]
+is_quick = true
+[flavour.description]
+hardware = 'arm64 cloud'
+hardware_long = 'cloud platforms supporting arm64 virtual machines'
+
+[[featureset]]
+name = 'none'
+
+[[featureset]]
+name = 'rt'
+# Override available flavours in rt featureset
+[[featureset.flavour]]
+name = 'arm64'
+
+[build]
+compiler_gnutype_compat = 'arm-linux-gnueabihf'
+enable_signed = true
+enable_vdso = true
+kernel_file = 'arch/arm64/boot/Image'
+kernel_stem = 'vmlinuz'
diff --git a/debian/config/arm64/rt/config b/debian/config/arm64/rt/config
new file mode 100644
index 0000000000000..bd5e81c512f82
--- /dev/null
+++ b/debian/config/arm64/rt/config
@@ -0,0 +1,6 @@
+##
+## file: arch/arm64/kvm/Kconfig
+##
+#. ARCH_SUPPORTS_RT depends on HAVE_POSIX_CPU_TIMERS_TASK_WORK
+#. HAVE_POSIX_CPU_TIMERS_TASK_WORK depneds on !KVM
+# CONFIG_KVM is not set
diff --git a/debian/config/armel/config b/debian/config/armel/config
new file mode 100644
index 0000000000000..b3859d5d3befc
--- /dev/null
+++ b/debian/config/armel/config
@@ -0,0 +1,14 @@
+##
+## file: net/netlabel/Kconfig
+##
+# CONFIG_NETLABEL is not set
+
+##
+## file: security/selinux/Kconfig
+##
+# CONFIG_SECURITY_SELINUX is not set
+
+##
+## file: security/tomoyo/Kconfig
+##
+# CONFIG_SECURITY_TOMOYO is not set
diff --git a/debian/config/armel/config.rpi b/debian/config/armel/config.rpi
new file mode 100644
index 0000000000000..97ea44bf39ce8
--- /dev/null
+++ b/debian/config/armel/config.rpi
@@ -0,0 +1,239 @@
+##
+## file: arch/arm/Kconfig
+##
+CONFIG_VFP=y
+
+##
+## file: arch/arm/Kconfig.platforms
+##
+CONFIG_ARCH_MULTI_V6=y
+# CONFIG_ARCH_MULTI_V7 is not set
+
+##
+## file: arch/arm/mach-bcm/Kconfig
+##
+CONFIG_ARCH_BCM=y
+CONFIG_ARCH_BCM2835=y
+
+##
+## file: drivers/bluetooth/Kconfig
+##
+CONFIG_BT_HCIUART=m
+
+##
+## file: drivers/char/hw_random/Kconfig
+##
+CONFIG_HW_RANDOM_BCM2835=m
+
+##
+## file: drivers/clk/bcm/Kconfig
+##
+CONFIG_CLK_RASPBERRYPI=y
+
+##
+## file: drivers/cpufreq/Kconfig
+##
+## choice: Default CPUFreq governor
+# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
+CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
+## end choice
+CONFIG_CPU_FREQ_GOV_ONDEMAND=y
+CONFIG_CPUFREQ_DT=m
+CONFIG_CPUFREQ_DT_PLATDEV=y
+
+##
+## file: drivers/cpufreq/Kconfig.arm
+##
+CONFIG_ARM_RASPBERRYPI_CPUFREQ=m
+
+##
+## file: drivers/dma/Kconfig
+##
+CONFIG_DMADEVICES=y
+CONFIG_DMA_BCM2835=y
+
+##
+## file: drivers/firmware/Kconfig
+##
+CONFIG_RASPBERRYPI_FIRMWARE=y
+
+##
+## file: drivers/gpu/drm/Kconfig
+##
+CONFIG_DRM=y
+
+##
+## file: drivers/gpu/drm/vc4/Kconfig
+##
+CONFIG_DRM_VC4=y
+
+##
+## file: drivers/hwmon/Kconfig
+##
+CONFIG_SENSORS_RASPBERRYPI_HWMON=m
+
+##
+## file: drivers/i2c/busses/Kconfig
+##
+CONFIG_I2C_BCM2835=y
+
+##
+## file: drivers/iommu/Kconfig
+##
+# CONFIG_IOMMU_SUPPORT is not set
+
+##
+## file: drivers/mailbox/Kconfig
+##
+CONFIG_MAILBOX=y
+CONFIG_BCM2835_MBOX=y
+
+##
+## file: drivers/mmc/Kconfig
+##
+CONFIG_MMC=y
+
+##
+## file: drivers/mmc/host/Kconfig
+##
+CONFIG_MMC_SDHCI_PLTFM=y
+CONFIG_MMC_SDHCI_IPROC=y
+CONFIG_MMC_BCM2835=y
+
+##
+## file: drivers/net/wireless/broadcom/brcm80211/brcmfmac/Kconfig
+##
+CONFIG_BRCMFMAC_SDIO=y
+
+##
+## file: drivers/nvmem/Kconfig
+##
+CONFIG_NVMEM_RMEM=m
+
+##
+## file: drivers/pmdomain/bcm/Kconfig
+##
+CONFIG_RASPBERRYPI_POWER=y
+
+##
+## file: drivers/pps/clients/Kconfig
+##
+CONFIG_PPS_CLIENT_GPIO=m
+
+##
+## file: drivers/pwm/Kconfig
+##
+CONFIG_PWM=y
+CONFIG_PWM_BCM2835=y
+
+##
+## file: drivers/rtc/Kconfig
+##
+CONFIG_RTC_DRV_DS1307=m
+
+##
+## file: drivers/spi/Kconfig
+##
+CONFIG_SPI_BCM2835=y
+CONFIG_SPI_BCM2835AUX=y
+
+##
+## file: drivers/staging/vc04_services/bcm2835-audio/Kconfig
+##
+CONFIG_SND_BCM2835=m
+
+##
+## file: drivers/staging/vc04_services/bcm2835-camera/Kconfig
+##
+CONFIG_VIDEO_BCM2835=m
+
+##
+## file: drivers/thermal/broadcom/Kconfig
+##
+CONFIG_BCM2835_THERMAL=y
+
+##
+## file: drivers/tty/serial/Kconfig
+##
+CONFIG_SERIAL_AMBA_PL011=y
+CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
+
+##
+## file: drivers/tty/serial/8250/Kconfig
+##
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_SERIAL_8250_EXTENDED=y
+CONFIG_SERIAL_8250_SHARE_IRQ=y
+CONFIG_SERIAL_8250_BCM2835AUX=y
+
+##
+## file: drivers/usb/Kconfig
+##
+CONFIG_USB=y
+
+##
+## file: drivers/usb/core/Kconfig
+##
+CONFIG_USB_OTG=y
+
+##
+## file: drivers/usb/dwc2/Kconfig
+##
+CONFIG_USB_DWC2=y
+
+##
+## file: drivers/usb/gadget/Kconfig
+##
+CONFIG_USB_GADGET=y
+
+##
+## file: drivers/usb/gadget/legacy/Kconfig
+##
+CONFIG_USB_ETH_EEM=y
+
+##
+## file: drivers/usb/phy/Kconfig
+##
+CONFIG_NOP_USB_XCEIV=y
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+CONFIG_FB_SIMPLE=y
+
+##
+## file: drivers/watchdog/Kconfig
+##
+CONFIG_BCM2835_WDT=y
+
+##
+## file: kernel/dma/Kconfig
+##
+CONFIG_DMA_CMA=y
+CONFIG_CMA_SIZE_MBYTES=32
+
+##
+## file: kernel/power/Kconfig
+##
+# CONFIG_SUSPEND is not set
+
+##
+## file: lib/xz/Kconfig
+##
+# CONFIG_XZ_DEC_ARMTHUMB is not set
+
+##
+## file: mm/Kconfig
+##
+CONFIG_CMA=y
+
+##
+## file: sound/soc/Kconfig
+##
+CONFIG_SND_SOC=y
+
+##
+## file: sound/soc/bcm/Kconfig
+##
+CONFIG_SND_BCM2835_SOC_I2S=y
diff --git a/debian/config/armel/defines.toml b/debian/config/armel/defines.toml
new file mode 100644
index 0000000000000..4fd318e6daa70
--- /dev/null
+++ b/debian/config/armel/defines.toml
@@ -0,0 +1,12 @@
+[[flavour]]
+name = 'rpi'
+[flavour.description]
+hardware = 'Raspberry Pi Zero, Zero W and 1'
+hardware_long = 'Raspberry Pi Zero, Zero W and 1 based systems'
+
+[[featureset]]
+name = 'none'
+
+[build]
+kernel_file = 'arch/arm/boot/zImage'
+kernel_stem = 'vmlinuz'
diff --git a/debian/config/armhf/config b/debian/config/armhf/config
new file mode 100644
index 0000000000000..c6f783205560f
--- /dev/null
+++ b/debian/config/armhf/config
@@ -0,0 +1,1803 @@
+##
+## file: arch/arm/Kconfig
+##
+CONFIG_ARCH_MULTIPLATFORM=y
+CONFIG_ARM_ERRATA_430973=y
+CONFIG_ARM_ERRATA_643719=y
+CONFIG_ARM_ERRATA_754327=y
+CONFIG_ARM_ERRATA_773022=y
+CONFIG_SMP=y
+CONFIG_SMP_ON_UP=y
+CONFIG_MCPM=y
+CONFIG_NR_CPUS=8
+CONFIG_HIGHMEM=y
+CONFIG_XEN=y
+CONFIG_ARM_APPENDED_DTB=y
+CONFIG_ARM_ATAG_DTB_COMPAT=y
+## choice: Kernel command line type
+CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y
+# CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND is not set
+## end choice
+CONFIG_ATAGS_PROC=y
+CONFIG_EFI=y
+#. Enable floating point unit
+CONFIG_VFP=y
+CONFIG_NEON=y
+CONFIG_KERNEL_MODE_NEON=y
+
+##
+## file: arch/arm/Kconfig.debug
+##
+#. DEBUG_LL is incompatible with multiplatform
+# CONFIG_DEBUG_LL is not set
+
+##
+## file: arch/arm/Kconfig.platforms
+##
+# CONFIG_ARCH_MULTI_V6 is not set
+CONFIG_ARCH_MULTI_V7=y
+CONFIG_ARCH_VIRT=y
+
+##
+## file: arch/arm/crypto/Kconfig
+##
+CONFIG_CRYPTO_CURVE25519_NEON=m
+CONFIG_CRYPTO_GHASH_ARM_CE=m
+CONFIG_CRYPTO_NHPOLY1305_NEON=m
+CONFIG_CRYPTO_BLAKE2B_NEON=m
+CONFIG_CRYPTO_SHA1_ARM_NEON=m
+CONFIG_CRYPTO_SHA1_ARM_CE=m
+CONFIG_CRYPTO_SHA2_ARM_CE=m
+CONFIG_CRYPTO_AES_ARM_BS=m
+CONFIG_CRYPTO_AES_ARM_CE=m
+CONFIG_CRYPTO_CHACHA20_NEON=m
+CONFIG_CRYPTO_CRC32_ARM_CE=m
+CONFIG_CRYPTO_CRCT10DIF_ARM_CE=m
+
+##
+## file: arch/arm/mach-aspeed/Kconfig
+##
+CONFIG_ARCH_ASPEED=y
+CONFIG_MACH_ASPEED_G6=y
+
+##
+## file: arch/arm/mach-bcm/Kconfig
+##
+CONFIG_ARCH_BCM=y
+CONFIG_ARCH_BCM2835=y
+
+##
+## file: arch/arm/mach-exynos/Kconfig
+##
+CONFIG_ARCH_EXYNOS=y
+# CONFIG_ARCH_EXYNOS3 is not set
+CONFIG_ARCH_EXYNOS4=y
+CONFIG_ARCH_EXYNOS5=y
+
+##
+## file: arch/arm/mach-highbank/Kconfig
+##
+CONFIG_ARCH_HIGHBANK=y
+
+##
+## file: arch/arm/mach-imx/Kconfig
+##
+CONFIG_ARCH_MXC=y
+CONFIG_SOC_IMX51=y
+CONFIG_SOC_IMX53=y
+CONFIG_SOC_IMX6Q=y
+CONFIG_SOC_IMX6SL=y
+CONFIG_SOC_IMX6SLL=y
+CONFIG_SOC_IMX6SX=y
+CONFIG_SOC_IMX6UL=y
+CONFIG_SOC_IMX7D=y
+
+##
+## file: arch/arm/mach-meson/Kconfig
+##
+CONFIG_ARCH_MESON=y
+
+##
+## file: arch/arm/mach-mmp/Kconfig
+##
+CONFIG_ARCH_MMP=y
+CONFIG_MACH_MMP2_DT=y
+CONFIG_MACH_MMP3_DT=y
+
+##
+## file: arch/arm/mach-mvebu/Kconfig
+##
+CONFIG_ARCH_MVEBU=y
+CONFIG_MACH_ARMADA_370=y
+CONFIG_MACH_ARMADA_375=y
+CONFIG_MACH_ARMADA_38X=y
+CONFIG_MACH_ARMADA_39X=y
+CONFIG_MACH_ARMADA_XP=y
+CONFIG_MACH_DOVE=y
+
+##
+## file: arch/arm/mach-omap1/Kconfig
+##
+CONFIG_OMAP_MUX=y
+# CONFIG_OMAP_MUX_DEBUG is not set
+CONFIG_OMAP_MUX_WARNINGS=y
+CONFIG_OMAP_32K_TIMER=y
+# CONFIG_OMAP_MPU_TIMER is not set
+CONFIG_OMAP_SERIAL_WAKE=y
+CONFIG_OMAP_RESET_CLOCKS=y
+
+##
+## file: arch/arm/mach-omap2/Kconfig
+##
+# CONFIG_ARCH_OMAP2 is not set
+CONFIG_ARCH_OMAP3=y
+CONFIG_ARCH_OMAP4=y
+CONFIG_SOC_OMAP5=y
+CONFIG_SOC_AM33XX=y
+CONFIG_SOC_DRA7XX=y
+CONFIG_ARCH_OMAP2PLUS_TYPICAL=y
+CONFIG_POWER_AVS_OMAP=y
+CONFIG_POWER_AVS_OMAP_CLASS3=y
+# CONFIG_OMAP3_L2_AUX_SECURE_SAVE_RESTORE is not set
+CONFIG_SOC_OMAP3430=y
+CONFIG_SOC_TI81XX=y
+
+##
+## file: arch/arm/mach-rockchip/Kconfig
+##
+CONFIG_ARCH_ROCKCHIP=y
+
+##
+## file: arch/arm/mach-socfpga/Kconfig
+##
+CONFIG_ARCH_INTEL_SOCFPGA=y
+
+##
+## file: arch/arm/mach-stm32/Kconfig
+##
+CONFIG_ARCH_STM32=y
+
+##
+## file: arch/arm/mach-sunxi/Kconfig
+##
+CONFIG_ARCH_SUNXI=y
+
+##
+## file: arch/arm/mach-tegra/Kconfig
+##
+CONFIG_ARCH_TEGRA=y
+
+##
+## file: arch/arm/mach-versatile/Kconfig
+##
+CONFIG_ARCH_VEXPRESS=y
+CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA=y
+
+##
+## file: arch/arm/mach-vt8500/Kconfig
+##
+CONFIG_ARCH_WM8850=y
+
+##
+## file: arch/arm/mm/Kconfig
+##
+CONFIG_ARM_THUMBEE=y
+CONFIG_CACHE_TAUROS2=y
+
+##
+## file: drivers/android/Kconfig
+##
+CONFIG_ANDROID_BINDER_IPC=m
+
+##
+## file: drivers/ata/Kconfig
+##
+CONFIG_SATA_AHCI_PLATFORM=m
+CONFIG_AHCI_DWC=m
+CONFIG_AHCI_IMX=m
+CONFIG_AHCI_MVEBU=m
+CONFIG_AHCI_SUNXI=m
+CONFIG_AHCI_TEGRA=m
+CONFIG_SATA_HIGHBANK=m
+CONFIG_PATA_IMX=m
+CONFIG_PATA_PLATFORM=m
+CONFIG_PATA_OF_PLATFORM=m
+
+##
+## file: drivers/auxdisplay/Kconfig
+##
+CONFIG_ARM_CHARLCD=y
+
+##
+## file: drivers/bluetooth/Kconfig
+##
+CONFIG_BT_HCIUART=m
+
+##
+## file: drivers/bus/Kconfig
+##
+CONFIG_OMAP_INTERCONNECT=m
+CONFIG_OMAP_OCP2SCP=m
+
+##
+## file: drivers/char/hw_random/Kconfig
+##
+CONFIG_HW_RANDOM_BCM2835=m
+CONFIG_HW_RANDOM_OMAP=m
+CONFIG_HW_RANDOM_OMAP3_ROM=m
+CONFIG_HW_RANDOM_IMX_RNGC=m
+CONFIG_HW_RANDOM_STM32=m
+CONFIG_HW_RANDOM_MESON=m
+CONFIG_HW_RANDOM_EXYNOS=m
+CONFIG_HW_RANDOM_ARM_SMCCC_TRNG=m
+
+##
+## file: drivers/char/ipmi/Kconfig
+##
+CONFIG_ASPEED_KCS_IPMI_BMC=m
+CONFIG_ASPEED_BT_IPMI_BMC=m
+
+##
+## file: drivers/clk/Kconfig
+##
+CONFIG_COMMON_CLK_MAX77686=m
+CONFIG_COMMON_CLK_RK808=m
+CONFIG_COMMON_CLK_SI5351=m
+CONFIG_COMMON_CLK_ASPEED=y
+CONFIG_COMMON_CLK_S2MPS11=m
+CONFIG_CLK_TWL6040=m
+CONFIG_COMMON_CLK_MMP2_AUDIO=m
+
+##
+## file: drivers/clk/bcm/Kconfig
+##
+CONFIG_CLK_RASPBERRYPI=y
+
+##
+## file: drivers/clk/sunxi-ng/Kconfig
+##
+CONFIG_SUNXI_CCU=y
+CONFIG_SUN8I_DE2_CCU=y
+
+##
+## file: drivers/cpufreq/Kconfig
+##
+## choice: Default CPUFreq governor
+# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
+CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL=y
+## end choice
+CONFIG_CPUFREQ_DT=m
+CONFIG_CPUFREQ_DT_PLATDEV=y
+
+##
+## file: drivers/cpufreq/Kconfig.arm
+##
+CONFIG_ARM_IMX6Q_CPUFREQ=m
+CONFIG_ARM_IMX_CPUFREQ_DT=m
+CONFIG_ARM_RASPBERRYPI_CPUFREQ=m
+CONFIG_ARM_TEGRA20_CPUFREQ=y
+
+##
+## file: drivers/cpuidle/Kconfig.arm
+##
+CONFIG_ARM_EXYNOS_CPUIDLE=y
+
+##
+## file: drivers/crypto/Kconfig
+##
+CONFIG_CRYPTO_DEV_OMAP=m
+CONFIG_CRYPTO_DEV_OMAP_SHAM=m
+CONFIG_CRYPTO_DEV_OMAP_AES=m
+CONFIG_CRYPTO_DEV_ROCKCHIP=m
+
+##
+## file: drivers/crypto/allwinner/Kconfig
+##
+CONFIG_CRYPTO_DEV_SUN4I_SS=m
+
+##
+## file: drivers/crypto/caam/Kconfig
+##
+CONFIG_CRYPTO_DEV_FSL_CAAM=m
+
+##
+## file: drivers/crypto/marvell/Kconfig
+##
+CONFIG_CRYPTO_DEV_MARVELL_CESA=m
+
+##
+## file: drivers/crypto/stm32/Kconfig
+##
+CONFIG_CRYPTO_DEV_STM32_CRC=m
+CONFIG_CRYPTO_DEV_STM32_HASH=m
+CONFIG_CRYPTO_DEV_STM32_CRYP=m
+
+##
+## file: drivers/devfreq/Kconfig
+##
+CONFIG_PM_DEVFREQ=y
+CONFIG_ARM_TEGRA_DEVFREQ=m
+
+##
+## file: drivers/dma/Kconfig
+##
+CONFIG_DMADEVICES=y
+CONFIG_AMBA_PL08X=y
+CONFIG_DMA_BCM2835=y
+CONFIG_DMA_SUN6I=m
+CONFIG_IMX_DMA=y
+CONFIG_IMX_SDMA=y
+CONFIG_MV_XOR=y
+CONFIG_MXS_DMA=y
+CONFIG_PL330_DMA=y
+CONFIG_STM32_DMA=y
+CONFIG_STM32_DMAMUX=y
+CONFIG_STM32_MDMA=y
+CONFIG_TEGRA20_APB_DMA=y
+
+##
+## file: drivers/dma/ti/Kconfig
+##
+CONFIG_TI_CPPI41=m
+CONFIG_TI_EDMA=y
+CONFIG_DMA_OMAP=y
+
+##
+## file: drivers/extcon/Kconfig
+##
+CONFIG_EXTCON=m
+CONFIG_EXTCON_AXP288=m
+CONFIG_EXTCON_PALMAS=m
+CONFIG_EXTCON_USB_GPIO=m
+
+##
+## file: drivers/firmware/Kconfig
+##
+CONFIG_RASPBERRYPI_FIRMWARE=y
+
+##
+## file: drivers/firmware/google/Kconfig
+##
+CONFIG_GOOGLE_COREBOOT_TABLE=y
+CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=y
+
+##
+## file: drivers/fsi/Kconfig
+##
+CONFIG_FSI=m
+# CONFIG_FSI_NEW_DEV_NODE is not set
+CONFIG_FSI_MASTER_GPIO=m
+CONFIG_FSI_MASTER_HUB=m
+CONFIG_FSI_MASTER_ASPEED=m
+CONFIG_FSI_SCOM=m
+CONFIG_FSI_SBEFIFO=m
+CONFIG_FSI_OCC=m
+
+##
+## file: drivers/gpio/Kconfig
+##
+CONFIG_GPIOLIB=y
+CONFIG_GPIO_ASPEED=m
+CONFIG_GPIO_GENERIC_PLATFORM=m
+CONFIG_GPIO_MXC=m
+CONFIG_GPIO_PCA953X=m
+CONFIG_GPIO_PCA953X_IRQ=y
+CONFIG_GPIO_PCF857X=m
+CONFIG_GPIO_DA9052=m
+CONFIG_GPIO_PALMAS=y
+CONFIG_GPIO_TWL4030=y
+CONFIG_GPIO_TWL6040=y
+
+##
+## file: drivers/gpu/drm/Kconfig
+##
+CONFIG_DRM=m
+
+##
+## file: drivers/gpu/drm/armada/Kconfig
+##
+CONFIG_DRM_ARMADA=m
+
+##
+## file: drivers/gpu/drm/aspeed/Kconfig
+##
+CONFIG_DRM_ASPEED_GFX=m
+
+##
+## file: drivers/gpu/drm/bridge/Kconfig
+##
+CONFIG_DRM_DISPLAY_CONNECTOR=m
+CONFIG_DRM_SII902X=m
+CONFIG_DRM_TI_TPD12S015=m
+
+##
+## file: drivers/gpu/drm/bridge/synopsys/Kconfig
+##
+CONFIG_DRM_DW_HDMI_AHB_AUDIO=m
+CONFIG_DRM_DW_HDMI_I2S_AUDIO=m
+CONFIG_DRM_DW_HDMI_CEC=m
+
+##
+## file: drivers/gpu/drm/etnaviv/Kconfig
+##
+CONFIG_DRM_ETNAVIV=m
+
+##
+## file: drivers/gpu/drm/exynos/Kconfig
+##
+CONFIG_DRM_EXYNOS=m
+CONFIG_DRM_EXYNOS_FIMD=y
+CONFIG_DRM_EXYNOS_MIXER=y
+CONFIG_DRM_EXYNOS_DSI=y
+CONFIG_DRM_EXYNOS_DP=y
+CONFIG_DRM_EXYNOS_HDMI=y
+
+##
+## file: drivers/gpu/drm/i2c/Kconfig
+##
+CONFIG_DRM_I2C_NXP_TDA998X=m
+
+##
+## file: drivers/gpu/drm/imx/ipuv3/Kconfig
+##
+CONFIG_DRM_IMX=m
+CONFIG_DRM_IMX_PARALLEL_DISPLAY=m
+CONFIG_DRM_IMX_LDB=m
+CONFIG_DRM_IMX_HDMI=m
+
+##
+## file: drivers/gpu/drm/lima/Kconfig
+##
+CONFIG_DRM_LIMA=m
+
+##
+## file: drivers/gpu/drm/nouveau/Kconfig
+##
+CONFIG_NOUVEAU_PLATFORM_DRIVER=y
+
+##
+## file: drivers/gpu/drm/omapdrm/Kconfig
+##
+CONFIG_DRM_OMAP=m
+CONFIG_OMAP2_DSS_VENC=y
+CONFIG_OMAP4_DSS_HDMI=y
+CONFIG_OMAP5_DSS_HDMI=y
+CONFIG_OMAP2_DSS_SDI=y
+CONFIG_OMAP2_DSS_DSI=y
+
+##
+## file: drivers/gpu/drm/panel/Kconfig
+##
+CONFIG_DRM_PANEL_FEIYANG_FY07024DI26A30D=m
+CONFIG_DRM_PANEL_ORISETECH_OTM8009A=m
+CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN=m
+CONFIG_DRM_PANEL_SONY_ACX565AKM=m
+CONFIG_DRM_PANEL_EDP=m
+CONFIG_DRM_PANEL_SIMPLE=m
+CONFIG_DRM_PANEL_TPO_TD028TTEC1=m
+CONFIG_DRM_PANEL_TPO_TD043MTEA1=m
+
+##
+## file: drivers/gpu/drm/panfrost/Kconfig
+##
+CONFIG_DRM_PANFROST=m
+
+##
+## file: drivers/gpu/drm/rockchip/Kconfig
+##
+CONFIG_DRM_ROCKCHIP=m
+CONFIG_ROCKCHIP_ANALOGIX_DP=y
+CONFIG_ROCKCHIP_DW_HDMI=y
+CONFIG_ROCKCHIP_DW_MIPI_DSI=y
+CONFIG_ROCKCHIP_LVDS=y
+
+##
+## file: drivers/gpu/drm/stm/Kconfig
+##
+CONFIG_DRM_STM=m
+CONFIG_DRM_STM_DSI=m
+
+##
+## file: drivers/gpu/drm/sun4i/Kconfig
+##
+CONFIG_DRM_SUN4I=m
+CONFIG_DRM_SUN4I_HDMI=m
+CONFIG_DRM_SUN4I_HDMI_CEC=y
+CONFIG_DRM_SUN4I_BACKEND=m
+CONFIG_DRM_SUN8I_DW_HDMI=m
+CONFIG_DRM_SUN8I_MIXER=m
+
+##
+## file: drivers/gpu/drm/tegra/Kconfig
+##
+CONFIG_DRM_TEGRA=m
+# CONFIG_DRM_TEGRA_DEBUG is not set
+CONFIG_DRM_TEGRA_STAGING=y
+
+##
+## file: drivers/gpu/drm/tilcdc/Kconfig
+##
+CONFIG_DRM_TILCDC=m
+
+##
+## file: drivers/gpu/drm/tiny/Kconfig
+##
+CONFIG_DRM_PANEL_MIPI_DBI=m
+
+##
+## file: drivers/gpu/host1x/Kconfig
+##
+CONFIG_TEGRA_HOST1X=m
+CONFIG_TEGRA_HOST1X_FIREWALL=y
+
+##
+## file: drivers/gpu/ipu-v3/Kconfig
+##
+CONFIG_IMX_IPUV3_CORE=m
+
+##
+## file: drivers/hsi/Kconfig
+##
+CONFIG_HSI=m
+
+##
+## file: drivers/hsi/clients/Kconfig
+##
+CONFIG_NOKIA_MODEM=m
+CONFIG_CMT_SPEECH=m
+CONFIG_SSI_PROTOCOL=m
+
+##
+## file: drivers/hsi/controllers/Kconfig
+##
+CONFIG_OMAP_SSI=m
+
+##
+## file: drivers/hwmon/Kconfig
+##
+CONFIG_SENSORS_ASPEED=m
+CONFIG_SENSORS_G762=m
+CONFIG_SENSORS_GPIO_FAN=m
+CONFIG_SENSORS_LM75=m
+CONFIG_SENSORS_LM90=m
+CONFIG_SENSORS_PWM_FAN=m
+
+##
+## file: drivers/hwmon/occ/Kconfig
+##
+CONFIG_SENSORS_OCC_P9_SBE=m
+
+##
+## file: drivers/hwmon/pmbus/Kconfig
+##
+CONFIG_PMBUS=m
+CONFIG_SENSORS_PMBUS=m
+CONFIG_SENSORS_IBM_CFFPS=m
+CONFIG_SENSORS_MAX31785=m
+
+##
+## file: drivers/hwspinlock/Kconfig
+##
+CONFIG_HWSPINLOCK=y
+CONFIG_HWSPINLOCK_OMAP=m
+
+##
+## file: drivers/hwtracing/coresight/Kconfig
+##
+CONFIG_CORESIGHT=m
+CONFIG_CORESIGHT_LINKS_AND_SINKS=m
+CONFIG_CORESIGHT_LINK_AND_SINK_TMC=m
+CONFIG_CORESIGHT_CATU=m
+CONFIG_CORESIGHT_SINK_TPIU=m
+CONFIG_CORESIGHT_SINK_ETBV10=m
+CONFIG_CORESIGHT_SOURCE_ETM3X=m
+CONFIG_CORESIGHT_STM=m
+CONFIG_CORESIGHT_CPU_DEBUG=m
+CONFIG_CORESIGHT_CTI=m
+
+##
+## file: drivers/i2c/Kconfig
+##
+CONFIG_I2C_MUX=m
+
+##
+## file: drivers/i2c/busses/Kconfig
+##
+CONFIG_I2C_ASPEED=m
+CONFIG_I2C_BCM2835=m
+CONFIG_I2C_EXYNOS5=m
+CONFIG_I2C_GPIO=y
+CONFIG_I2C_IMX=m
+CONFIG_I2C_MESON=m
+CONFIG_I2C_MV64XXX=m
+CONFIG_I2C_OMAP=y
+CONFIG_I2C_PXA=m
+CONFIG_I2C_RK3X=m
+CONFIG_I2C_S3C2410=y
+CONFIG_I2C_STM32F7=m
+CONFIG_I2C_SUN6I_P2WI=m
+CONFIG_I2C_TEGRA=y
+CONFIG_I2C_VERSATILE=m
+CONFIG_I2C_CROS_EC_TUNNEL=m
+CONFIG_I2C_FSI=m
+
+##
+## file: drivers/i2c/muxes/Kconfig
+##
+CONFIG_I2C_ARB_GPIO_CHALLENGE=m
+CONFIG_I2C_MUX_PCA954x=m
+CONFIG_I2C_MUX_PINCTRL=m
+
+##
+## file: drivers/iio/Kconfig
+##
+CONFIG_IIO=m
+
+##
+## file: drivers/iio/adc/Kconfig
+##
+CONFIG_ASPEED_ADC=m
+CONFIG_EXYNOS_ADC=m
+CONFIG_IMX7D_ADC=m
+CONFIG_ROCKCHIP_SARADC=m
+CONFIG_TI_AM335X_ADC=m
+CONFIG_TWL4030_MADC=m
+
+##
+## file: drivers/input/keyboard/Kconfig
+##
+CONFIG_KEYBOARD_GPIO=y
+CONFIG_KEYBOARD_TCA8418=m
+CONFIG_KEYBOARD_IMX=m
+CONFIG_KEYBOARD_TEGRA=m
+CONFIG_KEYBOARD_SUN4I_LRADC=m
+CONFIG_KEYBOARD_OMAP4=m
+CONFIG_KEYBOARD_TWL4030=m
+CONFIG_KEYBOARD_CROS_EC=m
+
+##
+## file: drivers/input/misc/Kconfig
+##
+CONFIG_INPUT_MMA8450=m
+CONFIG_INPUT_TPS65218_PWRBUTTON=m
+CONFIG_INPUT_AXP20X_PEK=m
+CONFIG_INPUT_TWL4030_PWRBUTTON=m
+CONFIG_INPUT_TWL4030_VIBRA=m
+CONFIG_INPUT_TWL6040_VIBRA=m
+CONFIG_INPUT_RK805_PWRKEY=m
+CONFIG_INPUT_STPMIC1_ONKEY=m
+
+##
+## file: drivers/input/mouse/Kconfig
+##
+CONFIG_MOUSE_PS2_LOGIPS2PP=y
+CONFIG_MOUSE_PS2_SYNAPTICS=y
+CONFIG_MOUSE_PS2_TRACKPOINT=y
+CONFIG_MOUSE_ELAN_I2C=m
+
+##
+## file: drivers/input/serio/Kconfig
+##
+CONFIG_SERIO_AMBAKMI=m
+CONFIG_SERIO_OLPC_APSP=m
+CONFIG_SERIO_SUN4I_PS2=m
+
+##
+## file: drivers/input/touchscreen/Kconfig
+##
+CONFIG_INPUT_TOUCHSCREEN=y
+CONFIG_TOUCHSCREEN_EDT_FT5X06=m
+CONFIG_TOUCHSCREEN_TI_AM335X_TSC=m
+CONFIG_TOUCHSCREEN_TSC2005=m
+CONFIG_TOUCHSCREEN_STMPE=m
+CONFIG_TOUCHSCREEN_SUN4I=m
+
+##
+## file: drivers/iommu/Kconfig
+##
+CONFIG_OMAP_IOMMU=y
+# CONFIG_OMAP_IOMMU_DEBUG is not set
+CONFIG_ROCKCHIP_IOMMU=y
+CONFIG_TEGRA_IOMMU_SMMU=y
+
+##
+## file: drivers/leds/Kconfig
+##
+CONFIG_LEDS_CLASS=y
+CONFIG_LEDS_ARIEL=m
+CONFIG_LEDS_LP5523=m
+CONFIG_LEDS_PCA963X=m
+CONFIG_LEDS_DA9052=m
+CONFIG_LEDS_PWM=m
+CONFIG_LEDS_TCA6507=m
+
+##
+## file: drivers/leds/trigger/Kconfig
+##
+CONFIG_LEDS_TRIGGER_GPIO=m
+
+##
+## file: drivers/mailbox/Kconfig
+##
+CONFIG_MAILBOX=y
+CONFIG_OMAP2PLUS_MBOX=y
+CONFIG_ROCKCHIP_MBOX=y
+CONFIG_BCM2835_MBOX=y
+CONFIG_STM32_IPCC=m
+
+##
+## file: drivers/media/Kconfig
+##
+CONFIG_MEDIA_CONTROLLER=y
+
+##
+## file: drivers/media/cec/platform/Kconfig
+##
+CONFIG_CEC_STM32=m
+CONFIG_CEC_TEGRA=m
+
+##
+## file: drivers/media/platform/Kconfig
+##
+CONFIG_VIDEO_MUX=m
+
+##
+## file: drivers/media/platform/aspeed/Kconfig
+##
+CONFIG_VIDEO_ASPEED=m
+
+##
+## file: drivers/media/platform/chips-media/coda/Kconfig
+##
+CONFIG_VIDEO_CODA=m
+
+##
+## file: drivers/media/platform/marvell/Kconfig
+##
+CONFIG_VIDEO_MMP_CAMERA=m
+
+##
+## file: drivers/media/platform/nxp/Kconfig
+##
+CONFIG_VIDEO_IMX_PXP=m
+
+##
+## file: drivers/media/platform/rockchip/rga/Kconfig
+##
+CONFIG_VIDEO_ROCKCHIP_RGA=m
+
+##
+## file: drivers/media/platform/ti/Kconfig
+##
+CONFIG_VIDEO_TI_VPE=m
+
+##
+## file: drivers/media/platform/ti/omap/Kconfig
+##
+CONFIG_VIDEO_OMAP2_VOUT=m
+
+##
+## file: drivers/media/platform/ti/omap3isp/Kconfig
+##
+CONFIG_VIDEO_OMAP3=m
+
+##
+## file: drivers/media/platform/verisilicon/Kconfig
+##
+CONFIG_VIDEO_HANTRO=m
+
+##
+## file: drivers/media/radio/Kconfig
+##
+CONFIG_RADIO_ADAPTERS=y
+CONFIG_RADIO_SI4713=m
+
+##
+## file: drivers/media/radio/si4713/Kconfig
+##
+CONFIG_I2C_SI4713=m
+
+##
+## file: drivers/media/radio/wl128x/Kconfig
+##
+CONFIG_RADIO_WL128X=m
+
+##
+## file: drivers/media/rc/Kconfig
+##
+CONFIG_IR_GPIO_CIR=m
+CONFIG_IR_SUNXI=m
+
+##
+## file: drivers/memory/Kconfig
+##
+CONFIG_TI_EMIF=m
+
+##
+## file: drivers/memory/tegra/Kconfig
+##
+CONFIG_TEGRA_MC=y
+CONFIG_TEGRA124_EMC=y
+
+##
+## file: drivers/mfd/Kconfig
+##
+CONFIG_MFD_AS3722=y
+CONFIG_MFD_AC100=y
+CONFIG_MFD_AXP20X_I2C=y
+CONFIG_MFD_AXP20X_RSB=y
+# CONFIG_MFD_CROS_EC_DEV is not set
+CONFIG_MFD_DA9052_SPI=y
+CONFIG_MFD_DA9052_I2C=y
+CONFIG_MFD_ENE_KB3930=m
+CONFIG_MFD_MC13XXX_SPI=m
+CONFIG_MFD_MC13XXX_I2C=m
+CONFIG_MFD_MAX77686=y
+CONFIG_MFD_RK8XX_I2C=y
+CONFIG_MFD_RN5T618=m
+CONFIG_MFD_SEC_CORE=y
+CONFIG_MFD_STMPE=y
+CONFIG_MFD_TI_AM335X_TSCADC=m
+CONFIG_MFD_PALMAS=y
+CONFIG_MFD_TPS65217=m
+CONFIG_TWL4030_CORE=y
+CONFIG_TWL6040_CORE=y
+CONFIG_MFD_STM32_LPTIMER=m
+CONFIG_MFD_STPMIC1=m
+
+##
+## file: drivers/misc/ti-st/Kconfig
+##
+CONFIG_TI_ST=m
+
+##
+## file: drivers/mmc/Kconfig
+##
+CONFIG_MMC=y
+
+##
+## file: drivers/mmc/core/Kconfig
+##
+CONFIG_PWRSEQ_SD8787=m
+
+##
+## file: drivers/mmc/host/Kconfig
+##
+CONFIG_MMC_ARMMMCI=m
+CONFIG_MMC_SDHCI=m
+CONFIG_MMC_SDHCI_PLTFM=m
+CONFIG_MMC_SDHCI_OF_ASPEED=m
+CONFIG_MMC_SDHCI_ESDHC_IMX=m
+CONFIG_MMC_SDHCI_DOVE=m
+CONFIG_MMC_SDHCI_TEGRA=m
+CONFIG_MMC_SDHCI_S3C=m
+CONFIG_MMC_SDHCI_PXAV3=m
+CONFIG_MMC_SDHCI_IPROC=m
+CONFIG_MMC_MESON_MX_SDIO=m
+CONFIG_MMC_OMAP=m
+CONFIG_MMC_OMAP_HS=m
+CONFIG_MMC_MVSDIO=m
+CONFIG_MMC_SPI=m
+CONFIG_MMC_DW=m
+CONFIG_MMC_DW_EXYNOS=m
+CONFIG_MMC_DW_ROCKCHIP=m
+CONFIG_MMC_WMT=m
+CONFIG_MMC_SUNXI=m
+CONFIG_MMC_BCM2835=m
+CONFIG_MMC_SDHCI_OMAP=m
+
+##
+## file: drivers/mtd/Kconfig
+##
+CONFIG_MTD=y
+
+##
+## file: drivers/mtd/nand/onenand/Kconfig
+##
+CONFIG_MTD_ONENAND=y
+CONFIG_MTD_ONENAND_OMAP2=m
+
+##
+## file: drivers/mtd/nand/raw/Kconfig
+##
+CONFIG_MTD_RAW_NAND=y
+CONFIG_MTD_NAND_OMAP2=m
+CONFIG_MTD_NAND_ORION=m
+CONFIG_MTD_NAND_MARVELL=m
+CONFIG_MTD_NAND_GPMI_NAND=m
+CONFIG_MTD_NAND_MXC=m
+CONFIG_MTD_NAND_SUNXI=m
+CONFIG_MTD_NAND_STM32_FMC2=m
+
+##
+## file: drivers/mux/Kconfig
+##
+CONFIG_MUX_MMIO=m
+
+##
+## file: drivers/net/can/Kconfig
+##
+CONFIG_CAN_FLEXCAN=m
+CONFIG_CAN_SUN4I=m
+
+##
+## file: drivers/net/can/c_can/Kconfig
+##
+CONFIG_CAN_C_CAN=m
+CONFIG_CAN_C_CAN_PLATFORM=m
+
+##
+## file: drivers/net/dsa/Kconfig
+##
+CONFIG_NET_DSA_BCM_SF2=m
+CONFIG_NET_DSA_MV88E6060=m
+
+##
+## file: drivers/net/dsa/b53/Kconfig
+##
+CONFIG_B53=m
+CONFIG_B53_MDIO_DRIVER=m
+
+##
+## file: drivers/net/dsa/mv88e6xxx/Kconfig
+##
+CONFIG_NET_DSA_MV88E6XXX=m
+
+##
+## file: drivers/net/ethernet/3com/Kconfig
+##
+CONFIG_NET_VENDOR_3COM=y
+CONFIG_TYPHOON=m
+
+##
+## file: drivers/net/ethernet/8390/Kconfig
+##
+CONFIG_NET_VENDOR_8390=y
+CONFIG_NE2K_PCI=m
+
+##
+## file: drivers/net/ethernet/adaptec/Kconfig
+##
+CONFIG_NET_VENDOR_ADAPTEC=y
+CONFIG_ADAPTEC_STARFIRE=m
+
+##
+## file: drivers/net/ethernet/allwinner/Kconfig
+##
+CONFIG_SUN4I_EMAC=m
+
+##
+## file: drivers/net/ethernet/arc/Kconfig
+##
+CONFIG_EMAC_ROCKCHIP=m
+
+##
+## file: drivers/net/ethernet/calxeda/Kconfig
+##
+CONFIG_NET_CALXEDA_XGMAC=m
+
+##
+## file: drivers/net/ethernet/dec/tulip/Kconfig
+##
+CONFIG_NET_TULIP=y
+CONFIG_DE2104X=m
+CONFIG_TULIP=m
+# CONFIG_TULIP_MWI is not set
+# CONFIG_TULIP_MMIO is not set
+CONFIG_WINBOND_840=m
+CONFIG_DM9102=m
+
+##
+## file: drivers/net/ethernet/dlink/Kconfig
+##
+CONFIG_NET_VENDOR_DLINK=y
+CONFIG_SUNDANCE=m
+# CONFIG_SUNDANCE_MMIO is not set
+
+##
+## file: drivers/net/ethernet/faraday/Kconfig
+##
+CONFIG_FTGMAC100=m
+
+##
+## file: drivers/net/ethernet/freescale/Kconfig
+##
+CONFIG_FEC=m
+
+##
+## file: drivers/net/ethernet/intel/Kconfig
+##
+CONFIG_NET_VENDOR_INTEL=y
+CONFIG_E100=m
+
+##
+## file: drivers/net/ethernet/marvell/Kconfig
+##
+CONFIG_MV643XX_ETH=m
+CONFIG_MVMDIO=m
+CONFIG_MVNETA=m
+CONFIG_MVPP2=m
+
+##
+## file: drivers/net/ethernet/microchip/Kconfig
+##
+CONFIG_ENC28J60=m
+# CONFIG_ENC28J60_WRITEVERIFY is not set
+
+##
+## file: drivers/net/ethernet/natsemi/Kconfig
+##
+CONFIG_NET_VENDOR_NATSEMI=y
+CONFIG_NATSEMI=m
+
+##
+## file: drivers/net/ethernet/realtek/Kconfig
+##
+CONFIG_8139CP=m
+CONFIG_8139TOO=m
+
+##
+## file: drivers/net/ethernet/smsc/Kconfig
+##
+CONFIG_NET_VENDOR_SMSC=y
+CONFIG_SMC91X=m
+CONFIG_EPIC100=m
+CONFIG_SMSC911X=m
+
+##
+## file: drivers/net/ethernet/stmicro/stmmac/Kconfig
+##
+CONFIG_STMMAC_ETH=m
+CONFIG_DWMAC_GENERIC=m
+CONFIG_DWMAC_ROCKCHIP=m
+CONFIG_DWMAC_SOCFPGA=m
+CONFIG_DWMAC_SUNXI=m
+
+##
+## file: drivers/net/ethernet/ti/Kconfig
+##
+CONFIG_TI_DAVINCI_EMAC=m
+CONFIG_TI_DAVINCI_MDIO=m
+CONFIG_TI_CPSW=m
+CONFIG_TI_CPSW_SWITCHDEV=m
+CONFIG_TI_CPTS=y
+
+##
+## file: drivers/net/fddi/Kconfig
+##
+CONFIG_FDDI=y
+CONFIG_SKFP=m
+
+##
+## file: drivers/net/mdio/Kconfig
+##
+CONFIG_MDIO_SUN4I=y
+CONFIG_MDIO_ASPEED=m
+
+##
+## file: drivers/net/phy/Kconfig
+##
+CONFIG_ADIN_PHY=m
+
+##
+## file: drivers/net/wireless/broadcom/brcm80211/brcmfmac/Kconfig
+##
+CONFIG_BRCMFMAC=m
+CONFIG_BRCMFMAC_SDIO=y
+
+##
+## file: drivers/net/wireless/marvell/mwifiex/Kconfig
+##
+CONFIG_MWIFIEX=m
+CONFIG_MWIFIEX_SDIO=m
+
+##
+## file: drivers/net/wireless/ti/Kconfig
+##
+CONFIG_WLAN_VENDOR_TI=y
+
+##
+## file: drivers/net/wireless/ti/wl1251/Kconfig
+##
+CONFIG_WL1251=m
+CONFIG_WL1251_SPI=m
+CONFIG_WL1251_SDIO=m
+
+##
+## file: drivers/net/wireless/ti/wl12xx/Kconfig
+##
+CONFIG_WL12XX=m
+
+##
+## file: drivers/net/wireless/ti/wl18xx/Kconfig
+##
+CONFIG_WL18XX=m
+
+##
+## file: drivers/net/wireless/ti/wlcore/Kconfig
+##
+CONFIG_WLCORE_SPI=m
+CONFIG_WLCORE_SDIO=m
+
+##
+## file: drivers/nvmem/Kconfig
+##
+CONFIG_NVMEM_IMX_OCOTP=m
+CONFIG_NVMEM_MESON_MX_EFUSE=m
+CONFIG_NVMEM_RMEM=m
+CONFIG_NVMEM_ROCKCHIP_EFUSE=m
+CONFIG_NVMEM_SUNXI_SID=m
+
+##
+## file: drivers/pci/Kconfig
+##
+CONFIG_PCI=y
+
+##
+## file: drivers/pci/controller/Kconfig
+##
+CONFIG_PCI_HOST_GENERIC=y
+CONFIG_PCI_MVEBU=y
+CONFIG_PCI_TEGRA=y
+
+##
+## file: drivers/pci/controller/dwc/Kconfig
+##
+CONFIG_PCI_IMX6_HOST=y
+CONFIG_PCI_IMX6_EP=y
+CONFIG_PCI_DRA7XX_HOST=y
+
+##
+## file: drivers/phy/allwinner/Kconfig
+##
+CONFIG_PHY_SUN4I_USB=m
+CONFIG_PHY_SUN9I_USB=m
+
+##
+## file: drivers/phy/marvell/Kconfig
+##
+CONFIG_PHY_MVEBU_A38X_COMPHY=m
+CONFIG_PHY_PXA_USB=m
+CONFIG_PHY_MMP3_USB=m
+
+##
+## file: drivers/phy/rockchip/Kconfig
+##
+CONFIG_PHY_ROCKCHIP_DP=m
+CONFIG_PHY_ROCKCHIP_EMMC=m
+CONFIG_PHY_ROCKCHIP_INNO_HDMI=m
+CONFIG_PHY_ROCKCHIP_USB=m
+
+##
+## file: drivers/phy/samsung/Kconfig
+##
+CONFIG_PHY_EXYNOS_DP_VIDEO=m
+CONFIG_PHY_EXYNOS_MIPI_VIDEO=m
+CONFIG_PHY_SAMSUNG_USB2=m
+CONFIG_PHY_EXYNOS5_USBDRD=m
+CONFIG_PHY_EXYNOS5250_SATA=m
+
+##
+## file: drivers/phy/st/Kconfig
+##
+CONFIG_PHY_STM32_USBPHYC=m
+
+##
+## file: drivers/phy/tegra/Kconfig
+##
+CONFIG_PHY_TEGRA_XUSB=m
+
+##
+## file: drivers/phy/ti/Kconfig
+##
+CONFIG_OMAP_CONTROL_PHY=m
+CONFIG_OMAP_USB2=m
+CONFIG_TI_PIPE3=y
+CONFIG_TWL4030_USB=m
+
+##
+## file: drivers/pinctrl/Kconfig
+##
+CONFIG_PINCTRL_AS3722=y
+CONFIG_PINCTRL_AXP209=m
+CONFIG_PINCTRL_MCP23S08=m
+CONFIG_PINCTRL_PALMAS=y
+CONFIG_PINCTRL_RK805=y
+CONFIG_PINCTRL_SINGLE=y
+
+##
+## file: drivers/pinctrl/aspeed/Kconfig
+##
+CONFIG_PINCTRL_ASPEED_G6=y
+
+##
+## file: drivers/pinctrl/vt8500/Kconfig
+##
+CONFIG_PINCTRL_WM8850=y
+
+##
+## file: drivers/platform/chrome/Kconfig
+##
+CONFIG_CHROME_PLATFORMS=y
+CONFIG_CROS_EC=m
+CONFIG_CROS_EC_SPI=m
+
+##
+## file: drivers/platform/olpc/Kconfig
+##
+CONFIG_OLPC_XO175=y
+CONFIG_OLPC_XO175_EC=m
+
+##
+## file: drivers/pmdomain/bcm/Kconfig
+##
+CONFIG_RASPBERRYPI_POWER=y
+
+##
+## file: drivers/pmdomain/rockchip/Kconfig
+##
+CONFIG_ROCKCHIP_PM_DOMAINS=y
+
+##
+## file: drivers/power/reset/Kconfig
+##
+CONFIG_POWER_RESET=y
+CONFIG_POWER_RESET_AS3722=y
+CONFIG_POWER_RESET_GPIO=y
+CONFIG_POWER_RESET_GPIO_RESTART=y
+CONFIG_POWER_RESET_RESTART=y
+CONFIG_POWER_RESET_SYSCON=y
+CONFIG_POWER_RESET_SYSCON_POWEROFF=y
+CONFIG_SYSCON_REBOOT_MODE=m
+
+##
+## file: drivers/power/supply/Kconfig
+##
+CONFIG_BATTERY_OLPC=m
+CONFIG_BATTERY_SBS=m
+CONFIG_BATTERY_BQ27XXX=m
+CONFIG_CHARGER_AXP20X=m
+CONFIG_BATTERY_AXP20X=m
+CONFIG_AXP20X_POWER=m
+CONFIG_AXP288_CHARGER=m
+CONFIG_AXP288_FUEL_GAUGE=m
+CONFIG_BATTERY_TWL4030_MADC=m
+CONFIG_BATTERY_RX51=m
+CONFIG_CHARGER_ISP1704=m
+CONFIG_CHARGER_TWL4030=m
+CONFIG_CHARGER_GPIO=m
+CONFIG_CHARGER_BQ2415X=m
+CONFIG_CHARGER_BQ24735=m
+
+##
+## file: drivers/pps/clients/Kconfig
+##
+CONFIG_PPS_CLIENT_GPIO=m
+
+##
+## file: drivers/pwm/Kconfig
+##
+CONFIG_PWM=y
+CONFIG_PWM_BCM2835=m
+CONFIG_PWM_IMX27=m
+CONFIG_PWM_MESON=m
+CONFIG_PWM_OMAP_DMTIMER=m
+CONFIG_PWM_ROCKCHIP=m
+CONFIG_PWM_SAMSUNG=m
+CONFIG_PWM_STM32_LP=m
+CONFIG_PWM_SUN4I=m
+CONFIG_PWM_TEGRA=m
+CONFIG_PWM_TIECAP=m
+CONFIG_PWM_TIEHRPWM=m
+CONFIG_PWM_TWL=m
+CONFIG_PWM_TWL_LED=m
+CONFIG_PWM_VT8500=m
+
+##
+## file: drivers/regulator/Kconfig
+##
+CONFIG_REGULATOR=y
+CONFIG_REGULATOR_ACT8865=m
+CONFIG_REGULATOR_ANATOP=m
+CONFIG_REGULATOR_AS3722=y
+CONFIG_REGULATOR_AXP20X=m
+CONFIG_REGULATOR_DA9052=m
+CONFIG_REGULATOR_FAN53555=m
+CONFIG_REGULATOR_GPIO=m
+CONFIG_REGULATOR_MAX77686=m
+CONFIG_REGULATOR_MC13783=m
+CONFIG_REGULATOR_MC13892=m
+CONFIG_REGULATOR_PALMAS=y
+CONFIG_REGULATOR_PBIAS=m
+CONFIG_REGULATOR_PFUZE100=m
+CONFIG_REGULATOR_RK808=m
+CONFIG_REGULATOR_RN5T618=m
+CONFIG_REGULATOR_S2MPA01=m
+CONFIG_REGULATOR_S2MPS11=m
+CONFIG_REGULATOR_S5M8767=m
+CONFIG_REGULATOR_STM32_BOOSTER=m
+CONFIG_REGULATOR_STM32_VREFBUF=m
+CONFIG_REGULATOR_STM32_PWR=y
+CONFIG_REGULATOR_STPMIC1=m
+CONFIG_REGULATOR_TI_ABB=m
+CONFIG_REGULATOR_SY8106A=m
+CONFIG_REGULATOR_TPS65910=m
+CONFIG_REGULATOR_TWL4030=y
+CONFIG_REGULATOR_VEXPRESS=m
+
+##
+## file: drivers/remoteproc/Kconfig
+##
+CONFIG_REMOTEPROC=y
+CONFIG_STM32_RPROC=m
+
+##
+## file: drivers/rpmsg/Kconfig
+##
+CONFIG_RPMSG_CHAR=m
+CONFIG_RPMSG_CTRL=m
+CONFIG_RPMSG_VIRTIO=m
+
+##
+## file: drivers/rtc/Kconfig
+##
+CONFIG_RTC_DRV_AC100=y
+CONFIG_RTC_DRV_AS3722=y
+CONFIG_RTC_DRV_DS1307=y
+CONFIG_RTC_DRV_MAX77686=y
+CONFIG_RTC_DRV_RK808=y
+CONFIG_RTC_DRV_PCF8523=y
+CONFIG_RTC_DRV_PCF8563=y
+CONFIG_RTC_DRV_TWL4030=y
+CONFIG_RTC_DRV_PALMAS=y
+CONFIG_RTC_DRV_S5M=y
+CONFIG_RTC_DRV_DA9052=y
+CONFIG_RTC_DRV_EFI=y
+CONFIG_RTC_DRV_IMXDI=y
+CONFIG_RTC_DRV_OMAP=y
+CONFIG_RTC_DRV_PL030=y
+CONFIG_RTC_DRV_PL031=y
+CONFIG_RTC_DRV_VT8500=y
+CONFIG_RTC_DRV_SUN6I=y
+CONFIG_RTC_DRV_SUNXI=y
+CONFIG_RTC_DRV_MV=y
+CONFIG_RTC_DRV_ARMADA38X=y
+CONFIG_RTC_DRV_MC13XXX=y
+CONFIG_RTC_DRV_TEGRA=y
+CONFIG_RTC_DRV_MXC=y
+CONFIG_RTC_DRV_SNVS=y
+CONFIG_RTC_DRV_STM32=y
+CONFIG_RTC_DRV_ASPEED=m
+
+##
+## file: drivers/scsi/Kconfig
+##
+CONFIG_SCSI_DMX3191D=m
+CONFIG_SCSI_AM53C974=m
+
+##
+## file: drivers/soc/aspeed/Kconfig
+##
+CONFIG_ASPEED_LPC_CTRL=m
+CONFIG_ASPEED_LPC_SNOOP=m
+CONFIG_ASPEED_P2A_CTRL=m
+
+##
+## file: drivers/soc/rockchip/Kconfig
+##
+CONFIG_ROCKCHIP_IODOMAIN=m
+
+##
+## file: drivers/soc/tegra/Kconfig
+##
+# CONFIG_ARCH_TEGRA_2x_SOC is not set
+# CONFIG_ARCH_TEGRA_3x_SOC is not set
+# CONFIG_ARCH_TEGRA_114_SOC is not set
+CONFIG_ARCH_TEGRA_124_SOC=y
+
+##
+## file: drivers/spi/Kconfig
+##
+CONFIG_SPI=y
+CONFIG_SPI_ASPEED_SMC=m
+CONFIG_SPI_BCM2835=m
+CONFIG_SPI_BCM2835AUX=m
+CONFIG_SPI_GPIO=y
+CONFIG_SPI_IMX=m
+CONFIG_SPI_MESON_SPICC=m
+CONFIG_SPI_MESON_SPIFC=m
+CONFIG_SPI_OMAP24XX=m
+CONFIG_SPI_TI_QSPI=m
+CONFIG_SPI_ORION=m
+CONFIG_SPI_PL022=m
+CONFIG_SPI_PXA2XX=m
+CONFIG_SPI_ROCKCHIP=m
+CONFIG_SPI_STM32=m
+CONFIG_SPI_STM32_QSPI=m
+CONFIG_SPI_SUN4I=m
+CONFIG_SPI_SUN6I=m
+CONFIG_SPI_TEGRA114=m
+CONFIG_SPI_TEGRA20_SFLASH=m
+CONFIG_SPI_SLAVE=y
+
+##
+## file: drivers/staging/media/Kconfig
+##
+CONFIG_STAGING_MEDIA=y
+
+##
+## file: drivers/staging/media/imx/Kconfig
+##
+CONFIG_VIDEO_IMX_MEDIA=m
+
+##
+## file: drivers/staging/media/rkvdec/Kconfig
+##
+CONFIG_VIDEO_ROCKCHIP_VDEC=m
+
+##
+## file: drivers/staging/media/sunxi/Kconfig
+##
+CONFIG_VIDEO_SUNXI=y
+
+##
+## file: drivers/staging/media/sunxi/cedrus/Kconfig
+##
+CONFIG_VIDEO_SUNXI_CEDRUS=m
+
+##
+## file: drivers/staging/vc04_services/bcm2835-audio/Kconfig
+##
+CONFIG_SND_BCM2835=m
+
+##
+## file: drivers/staging/vc04_services/bcm2835-camera/Kconfig
+##
+CONFIG_VIDEO_BCM2835=m
+
+##
+## file: drivers/thermal/Kconfig
+##
+CONFIG_IMX_THERMAL=m
+CONFIG_SUN8I_THERMAL=m
+CONFIG_ROCKCHIP_THERMAL=m
+CONFIG_DOVE_THERMAL=m
+CONFIG_ARMADA_THERMAL=y
+
+##
+## file: drivers/thermal/broadcom/Kconfig
+##
+CONFIG_BCM2835_THERMAL=m
+
+##
+## file: drivers/thermal/tegra/Kconfig
+##
+CONFIG_TEGRA_SOCTHERM=y
+
+##
+## file: drivers/thermal/ti-soc-thermal/Kconfig
+##
+CONFIG_TI_SOC_THERMAL=m
+CONFIG_TI_THERMAL=y
+CONFIG_OMAP4_THERMAL=y
+CONFIG_OMAP5_THERMAL=y
+CONFIG_DRA752_THERMAL=y
+
+##
+## file: drivers/tty/Kconfig
+##
+CONFIG_RPMSG_TTY=m
+
+##
+## file: drivers/tty/serial/Kconfig
+##
+CONFIG_SERIAL_AMBA_PL010=y
+CONFIG_SERIAL_AMBA_PL010_CONSOLE=y
+CONFIG_SERIAL_AMBA_PL011=y
+CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
+CONFIG_SERIAL_MESON=y
+CONFIG_SERIAL_MESON_CONSOLE=y
+CONFIG_SERIAL_SAMSUNG=y
+CONFIG_SERIAL_SAMSUNG_CONSOLE=y
+CONFIG_SERIAL_TEGRA=y
+CONFIG_SERIAL_IMX=y
+CONFIG_SERIAL_IMX_CONSOLE=y
+CONFIG_SERIAL_VT8500=y
+CONFIG_SERIAL_VT8500_CONSOLE=y
+CONFIG_SERIAL_OMAP=y
+CONFIG_SERIAL_OMAP_CONSOLE=y
+CONFIG_SERIAL_ARC=y
+CONFIG_SERIAL_ARC_CONSOLE=y
+CONFIG_SERIAL_ARC_NR_PORTS=1
+CONFIG_SERIAL_STM32=y
+CONFIG_SERIAL_STM32_CONSOLE=y
+
+##
+## file: drivers/tty/serial/8250/Kconfig
+##
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_SERIAL_8250_DMA=y
+CONFIG_SERIAL_8250_NR_UARTS=5
+CONFIG_SERIAL_8250_RUNTIME_UARTS=5
+CONFIG_SERIAL_8250_EXTENDED=y
+CONFIG_SERIAL_8250_ASPEED_VUART=m
+CONFIG_SERIAL_8250_SHARE_IRQ=y
+CONFIG_SERIAL_8250_BCM2835AUX=y
+CONFIG_SERIAL_8250_DW=y
+# CONFIG_SERIAL_8250_EM is not set
+CONFIG_SERIAL_OF_PLATFORM=y
+
+##
+## file: drivers/usb/Kconfig
+##
+CONFIG_USB=m
+
+##
+## file: drivers/usb/chipidea/Kconfig
+##
+CONFIG_USB_CHIPIDEA=m
+CONFIG_USB_CHIPIDEA_UDC=y
+CONFIG_USB_CHIPIDEA_HOST=y
+
+##
+## file: drivers/usb/dwc2/Kconfig
+##
+CONFIG_USB_DWC2=m
+## choice: DWC2 Mode Selection
+CONFIG_USB_DWC2_DUAL_ROLE=y
+## end choice
+
+##
+## file: drivers/usb/dwc3/Kconfig
+##
+CONFIG_USB_DWC3=m
+## choice: DWC3 Mode Selection
+CONFIG_USB_DWC3_DUAL_ROLE=y
+## end choice
+CONFIG_USB_DWC3_OMAP=m
+CONFIG_USB_DWC3_EXYNOS=m
+# CONFIG_USB_DWC3_PCI is not set
+
+##
+## file: drivers/usb/gadget/Kconfig
+##
+CONFIG_USB_GADGET=m
+
+##
+## file: drivers/usb/gadget/legacy/Kconfig
+##
+CONFIG_USB_G_NOKIA=m
+
+##
+## file: drivers/usb/gadget/udc/aspeed-vhub/Kconfig
+##
+CONFIG_USB_ASPEED_VHUB=m
+
+##
+## file: drivers/usb/host/Kconfig
+##
+CONFIG_USB_XHCI_MVEBU=m
+CONFIG_USB_XHCI_TEGRA=m
+CONFIG_USB_EHCI_HCD=m
+CONFIG_USB_EHCI_HCD_OMAP=y
+CONFIG_USB_EHCI_TEGRA=m
+CONFIG_USB_EHCI_EXYNOS=m
+CONFIG_USB_EHCI_MV=m
+CONFIG_USB_EHCI_HCD_PLATFORM=m
+CONFIG_USB_OHCI_HCD=m
+CONFIG_USB_OHCI_HCD_OMAP3=y
+CONFIG_USB_OHCI_EXYNOS=m
+CONFIG_USB_OHCI_HCD_PLATFORM=m
+
+##
+## file: drivers/usb/misc/Kconfig
+##
+CONFIG_USB_HSIC_USB3503=m
+
+##
+## file: drivers/usb/musb/Kconfig
+##
+CONFIG_USB_MUSB_HDRC=m
+## choice: MUSB Mode Selection
+# CONFIG_USB_MUSB_HOST is not set
+# CONFIG_USB_MUSB_GADGET is not set
+CONFIG_USB_MUSB_DUAL_ROLE=y
+## end choice
+CONFIG_USB_MUSB_SUNXI=m
+CONFIG_USB_MUSB_TUSB6010=m
+CONFIG_USB_MUSB_OMAP2PLUS=m
+CONFIG_USB_MUSB_DSPS=m
+# CONFIG_MUSB_PIO_ONLY is not set
+CONFIG_USB_INVENTRA_DMA=y
+CONFIG_USB_TI_CPPI41_DMA=y
+CONFIG_USB_TUSB_OMAP_DMA=y
+
+##
+## file: drivers/usb/phy/Kconfig
+##
+CONFIG_NOP_USB_XCEIV=m
+CONFIG_AM335X_PHY_USB=m
+CONFIG_TWL6030_USB=m
+CONFIG_USB_MXS_PHY=m
+
+##
+## file: drivers/video/backlight/Kconfig
+##
+CONFIG_BACKLIGHT_PANDORA=m
+CONFIG_BACKLIGHT_GPIO=m
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+CONFIG_FB_EFI=y
+CONFIG_FB_VT8500=y
+CONFIG_FB_WM8505=y
+CONFIG_FB_SIMPLE=y
+
+##
+## file: drivers/video/fbdev/omap2/omapfb/Kconfig
+##
+#. Redundant and conflicting with DRM_OMAP
+# CONFIG_FB_OMAP2 is not set
+
+##
+## file: drivers/virtio/Kconfig
+##
+CONFIG_VIRTIO_MMIO=m
+
+##
+## file: drivers/w1/masters/Kconfig
+##
+CONFIG_HDQ_MASTER_OMAP=m
+
+##
+## file: drivers/watchdog/Kconfig
+##
+CONFIG_DA9052_WATCHDOG=m
+CONFIG_ARM_SP805_WATCHDOG=m
+CONFIG_S3C2410_WATCHDOG=m
+CONFIG_DW_WATCHDOG=m
+CONFIG_OMAP_WATCHDOG=m
+CONFIG_ORION_WATCHDOG=m
+CONFIG_RN5T618_WATCHDOG=m
+CONFIG_SUNXI_WATCHDOG=m
+CONFIG_TWL4030_WATCHDOG=m
+CONFIG_IMX2_WDT=m
+CONFIG_TEGRA_WATCHDOG=m
+CONFIG_MESON_WATCHDOG=m
+CONFIG_STPMIC1_WATCHDOG=m
+CONFIG_BCM2835_WDT=m
+
+##
+## file: kernel/dma/Kconfig
+##
+CONFIG_DMA_CMA=y
+
+##
+## file: kernel/power/Kconfig
+##
+CONFIG_SUSPEND=y
+CONFIG_APM_EMULATION=y
+CONFIG_ENERGY_MODEL=y
+
+##
+## file: mm/Kconfig
+##
+CONFIG_CMA=y
+
+##
+## file: net/dsa/Kconfig
+##
+CONFIG_NET_DSA=m
+
+##
+## file: net/ncsi/Kconfig
+##
+CONFIG_NET_NCSI=y
+
+##
+## file: net/phonet/Kconfig
+##
+CONFIG_PHONET=m
+
+##
+## file: sound/pci/hda/Kconfig
+##
+CONFIG_SND_HDA_TEGRA=m
+
+##
+## file: sound/soc/Kconfig
+##
+CONFIG_SND_SOC=m
+
+##
+## file: sound/soc/bcm/Kconfig
+##
+CONFIG_SND_BCM2835_SOC_I2S=m
+
+##
+## file: sound/soc/codecs/Kconfig
+##
+CONFIG_SND_SOC_CS42L51_I2C=m
+CONFIG_SND_SOC_SPDIF=y
+CONFIG_SND_SOC_WM8804_I2C=m
+
+##
+## file: sound/soc/fsl/Kconfig
+##
+CONFIG_SND_IMX_SOC=m
+CONFIG_SND_SOC_EUKREA_TLV320=m
+CONFIG_SND_SOC_IMX_ES8328=m
+CONFIG_SND_SOC_IMX_SGTL5000=m
+CONFIG_SND_SOC_IMX_SPDIF=m
+CONFIG_SND_SOC_FSL_ASOC_CARD=m
+
+##
+## file: sound/soc/generic/Kconfig
+##
+CONFIG_SND_SIMPLE_CARD=m
+CONFIG_SND_AUDIO_GRAPH_CARD=m
+
+##
+## file: sound/soc/kirkwood/Kconfig
+##
+CONFIG_SND_KIRKWOOD_SOC=m
+
+##
+## file: sound/soc/meson/Kconfig
+##
+CONFIG_SND_MESON_GX_SOUND_CARD=m
+
+##
+## file: sound/soc/pxa/Kconfig
+##
+CONFIG_SND_MMP_SOC_SSPA=m
+
+##
+## file: sound/soc/rockchip/Kconfig
+##
+CONFIG_SND_SOC_ROCKCHIP=m
+CONFIG_SND_SOC_ROCKCHIP_I2S=m
+CONFIG_SND_SOC_ROCKCHIP_SPDIF=m
+CONFIG_SND_SOC_ROCKCHIP_MAX98090=m
+CONFIG_SND_SOC_ROCKCHIP_RT5645=m
+CONFIG_SND_SOC_RK3288_HDMI_ANALOG=m
+
+##
+## file: sound/soc/stm/Kconfig
+##
+CONFIG_SND_SOC_STM32_SAI=m
+CONFIG_SND_SOC_STM32_I2S=m
+CONFIG_SND_SOC_STM32_SPDIFRX=m
+CONFIG_SND_SOC_STM32_DFSDM=m
+
+##
+## file: sound/soc/sunxi/Kconfig
+##
+CONFIG_SND_SUN4I_CODEC=m
+CONFIG_SND_SUN8I_CODEC=m
+CONFIG_SND_SUN8I_CODEC_ANALOG=m
+CONFIG_SND_SUN4I_I2S=m
+CONFIG_SND_SUN4I_SPDIF=m
+
+##
+## file: sound/soc/tegra/Kconfig
+##
+CONFIG_SND_SOC_TEGRA=m
+CONFIG_SND_SOC_TEGRA_RT5640=m
+CONFIG_SND_SOC_TEGRA_WM8753=m
+CONFIG_SND_SOC_TEGRA_WM8903=m
+CONFIG_SND_SOC_TEGRA_TRIMSLICE=m
+CONFIG_SND_SOC_TEGRA_ALC5632=m
+CONFIG_SND_SOC_TEGRA_MAX98090=m
+CONFIG_SND_SOC_TEGRA_RT5677=m
+
+##
+## file: sound/soc/ti/Kconfig
+##
+CONFIG_SND_SOC_DAVINCI_MCASP=m
+CONFIG_SND_SOC_NOKIA_RX51=m
+CONFIG_SND_SOC_OMAP3_PANDORA=m
+CONFIG_SND_SOC_OMAP3_TWL4030=m
+CONFIG_SND_SOC_OMAP_ABE_TWL6040=m
diff --git a/debian/config/armhf/config.armmp-lpae b/debian/config/armhf/config.armmp-lpae
new file mode 100644
index 0000000000000..a23edc64b40b2
--- /dev/null
+++ b/debian/config/armhf/config.armmp-lpae
@@ -0,0 +1,14 @@
+##
+## file: arch/arm/Kconfig
+##
+CONFIG_ARM_DMA_IOMMU_ALIGNMENT=8
+
+##
+## file: arch/arm/mm/Kconfig
+##
+CONFIG_ARM_LPAE=y
+
+##
+## file: drivers/iommu/Kconfig
+##
+CONFIG_ARM_SMMU=y
diff --git a/debian/config/armhf/defines.toml b/debian/config/armhf/defines.toml
new file mode 100644
index 0000000000000..51cd3911a02c7
--- /dev/null
+++ b/debian/config/armhf/defines.toml
@@ -0,0 +1,29 @@
+[[flavour]]
+name = "armmp"
+[flavour.defs]
+is_default = true
+[flavour.description]
+hardware = 'ARMv7 multiplatform compatible SoCs'
+hardware_long = 'ARMv7 multiplatform kernel. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms'
+[flavour.packages]
+installer = true
+
+[[flavour]]
+name = "armmp-lpae"
+[flavour.description]
+hardware = 'ARMv7 multiplatform compatible SoCs supporting LPAE'
+hardware_long = 'ARMv7 multiplatform kernel supporting LPAE. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms.'
+
+[[featureset]]
+name = 'none'
+
+[[featureset]]
+name = 'rt'
+# Override available flavours in rt featureset
+[[featureset.flavour]]
+name = 'armmp'
+
+[build]
+enable_vdso = true
+kernel_file = 'arch/arm/boot/zImage'
+kernel_stem = 'vmlinuz'
diff --git a/debian/config/config b/debian/config/config
new file mode 100644
index 0000000000000..5a345ec70e761
--- /dev/null
+++ b/debian/config/config
@@ -0,0 +1,8129 @@
+##
+## file: arch/Kconfig
+##
+CONFIG_KPROBES=y
+CONFIG_JUMP_LABEL=y
+# CONFIG_STATIC_KEYS_SELFTEST is not set
+CONFIG_STACKPROTECTOR=y
+CONFIG_STACKPROTECTOR_STRONG=y
+CONFIG_VMAP_STACK=y
+CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT=y
+CONFIG_STRICT_KERNEL_RWX=y
+CONFIG_STRICT_MODULE_RWX=y
+
+##
+## file: block/Kconfig
+##
+CONFIG_BLOCK=y
+CONFIG_BLK_DEV_INTEGRITY=y
+CONFIG_BLK_DEV_ZONED=y
+CONFIG_BLK_DEV_THROTTLING=y
+# CONFIG_BLK_DEV_THROTTLING_LOW is not set
+CONFIG_BLK_WBT=y
+CONFIG_BLK_WBT_MQ=y
+# CONFIG_BLK_CGROUP_IOLATENCY is not set
+CONFIG_BLK_CGROUP_IOCOST=y
+CONFIG_BLK_DEBUG_FS=y
+CONFIG_BLK_SED_OPAL=y
+
+##
+## file: block/Kconfig.iosched
+##
+CONFIG_MQ_IOSCHED_DEADLINE=y
+CONFIG_MQ_IOSCHED_KYBER=m
+CONFIG_IOSCHED_BFQ=m
+CONFIG_BFQ_GROUP_IOSCHED=y
+# CONFIG_BFQ_CGROUP_DEBUG is not set
+
+##
+## file: block/partitions/Kconfig
+##
+CONFIG_PARTITION_ADVANCED=y
+# CONFIG_ACORN_PARTITION is not set
+# CONFIG_AIX_PARTITION is not set
+# CONFIG_OSF_PARTITION is not set
+# CONFIG_AMIGA_PARTITION is not set
+# CONFIG_ATARI_PARTITION is not set
+# CONFIG_MAC_PARTITION is not set
+CONFIG_MSDOS_PARTITION=y
+# CONFIG_BSD_DISKLABEL is not set
+# CONFIG_MINIX_SUBPARTITION is not set
+# CONFIG_SOLARIS_X86_PARTITION is not set
+# CONFIG_UNIXWARE_DISKLABEL is not set
+# CONFIG_LDM_PARTITION is not set
+# CONFIG_SGI_PARTITION is not set
+# CONFIG_ULTRIX_PARTITION is not set
+# CONFIG_SUN_PARTITION is not set
+CONFIG_KARMA_PARTITION=y
+CONFIG_EFI_PARTITION=y
+# CONFIG_SYSV68_PARTITION is not set
+# CONFIG_CMDLINE_PARTITION is not set
+
+##
+## file: certs/Kconfig
+##
+## choice: Type of module signing key to be generated
+CONFIG_MODULE_SIG_KEY_TYPE_ECDSA=y
+## end choice
+#. Add secondary keyring with keys from UEFI db and MOK.
+CONFIG_SECONDARY_TRUSTED_KEYRING=y
+CONFIG_SYSTEM_BLACKLIST_KEYRING=y
+
+##
+## file: crypto/Kconfig
+##
+CONFIG_CRYPTO=y
+CONFIG_CRYPTO_FIPS=y
+CONFIG_CRYPTO_MANAGER=y
+CONFIG_CRYPTO_USER=m
+# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
+CONFIG_CRYPTO_NULL=m
+CONFIG_CRYPTO_PCRYPT=m
+# CONFIG_CRYPTO_CRYPTD is not set
+CONFIG_CRYPTO_AUTHENC=m
+CONFIG_CRYPTO_TEST=m
+CONFIG_CRYPTO_RSA=m
+CONFIG_CRYPTO_DH=m
+CONFIG_CRYPTO_ECDH=m
+CONFIG_CRYPTO_ECRDSA=m
+# CONFIG_CRYPTO_SM2 is not set
+CONFIG_CRYPTO_CURVE25519=m
+CONFIG_CRYPTO_AES=m
+CONFIG_CRYPTO_AES_TI=m
+CONFIG_CRYPTO_ANUBIS=m
+CONFIG_CRYPTO_BLOWFISH=m
+CONFIG_CRYPTO_CAMELLIA=m
+CONFIG_CRYPTO_CAST5=m
+CONFIG_CRYPTO_CAST6=m
+CONFIG_CRYPTO_DES=m
+CONFIG_CRYPTO_FCRYPT=m
+CONFIG_CRYPTO_KHAZAD=m
+CONFIG_CRYPTO_SEED=m
+CONFIG_CRYPTO_SERPENT=m
+# CONFIG_CRYPTO_SM4_GENERIC is not set
+CONFIG_CRYPTO_TEA=m
+CONFIG_CRYPTO_TWOFISH=m
+CONFIG_CRYPTO_ADIANTUM=m
+CONFIG_CRYPTO_ARC4=m
+CONFIG_CRYPTO_CHACHA20=m
+CONFIG_CRYPTO_CBC=m
+CONFIG_CRYPTO_CTR=m
+CONFIG_CRYPTO_CTS=m
+CONFIG_CRYPTO_ECB=m
+CONFIG_CRYPTO_KEYWRAP=m
+CONFIG_CRYPTO_LRW=m
+CONFIG_CRYPTO_PCBC=m
+CONFIG_CRYPTO_XTS=m
+CONFIG_CRYPTO_AEGIS128=m
+CONFIG_CRYPTO_CHACHA20POLY1305=m
+CONFIG_CRYPTO_CCM=m
+CONFIG_CRYPTO_GCM=m
+CONFIG_CRYPTO_SEQIV=m
+CONFIG_CRYPTO_ECHAINIV=m
+CONFIG_CRYPTO_ESSIV=m
+CONFIG_CRYPTO_CMAC=m
+CONFIG_CRYPTO_GHASH=m
+CONFIG_CRYPTO_HMAC=m
+CONFIG_CRYPTO_MD4=m
+CONFIG_CRYPTO_MD5=y
+CONFIG_CRYPTO_MICHAEL_MIC=m
+CONFIG_CRYPTO_POLY1305=m
+CONFIG_CRYPTO_RMD160=m
+CONFIG_CRYPTO_SHA1=m
+#. Must be built-in for IMA_DEFAULT_HASH_SHA256
+CONFIG_CRYPTO_SHA256=y
+CONFIG_CRYPTO_SHA512=m
+CONFIG_CRYPTO_SHA3=m
+# CONFIG_CRYPTO_SM3_GENERIC is not set
+CONFIG_CRYPTO_VMAC=m
+CONFIG_CRYPTO_WP512=m
+CONFIG_CRYPTO_XCBC=m
+CONFIG_CRYPTO_CRC32C=m
+CONFIG_CRYPTO_CRC32=m
+CONFIG_CRYPTO_CRCT10DIF=m
+CONFIG_CRYPTO_DEFLATE=m
+CONFIG_CRYPTO_LZO=m
+# CONFIG_CRYPTO_842 is not set
+CONFIG_CRYPTO_LZ4=m
+CONFIG_CRYPTO_LZ4HC=m
+CONFIG_CRYPTO_ZSTD=m
+CONFIG_CRYPTO_ANSI_CPRNG=m
+CONFIG_CRYPTO_DRBG_MENU=m
+CONFIG_CRYPTO_DRBG_HASH=y
+CONFIG_CRYPTO_DRBG_CTR=y
+CONFIG_CRYPTO_JITTERENTROPY=m
+CONFIG_CRYPTO_USER_API_HASH=m
+CONFIG_CRYPTO_USER_API_SKCIPHER=m
+CONFIG_CRYPTO_USER_API_RNG=m
+CONFIG_CRYPTO_USER_API_AEAD=m
+# CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE is not set
+
+##
+## file: crypto/asymmetric_keys/Kconfig
+##
+CONFIG_ASYMMETRIC_KEY_TYPE=y
+CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y
+CONFIG_PKCS8_PRIVATE_KEY_PARSER=m
+
+##
+## file: drivers/accessibility/Kconfig
+##
+CONFIG_ACCESSIBILITY=y
+CONFIG_A11Y_BRAILLE_CONSOLE=y
+
+##
+## file: drivers/accessibility/speakup/Kconfig
+##
+CONFIG_SPEAKUP=m
+CONFIG_SPEAKUP_SYNTH_ACNTSA=m
+CONFIG_SPEAKUP_SYNTH_ACNTPC=m
+CONFIG_SPEAKUP_SYNTH_APOLLO=m
+CONFIG_SPEAKUP_SYNTH_AUDPTR=m
+CONFIG_SPEAKUP_SYNTH_BNS=m
+CONFIG_SPEAKUP_SYNTH_DECTLK=m
+CONFIG_SPEAKUP_SYNTH_DECEXT=m
+CONFIG_SPEAKUP_SYNTH_DTLK=m
+CONFIG_SPEAKUP_SYNTH_KEYPC=m
+CONFIG_SPEAKUP_SYNTH_LTLK=m
+CONFIG_SPEAKUP_SYNTH_SOFT=m
+CONFIG_SPEAKUP_SYNTH_SPKOUT=m
+CONFIG_SPEAKUP_SYNTH_TXPRT=m
+CONFIG_SPEAKUP_SYNTH_DUMMY=m
+
+##
+## file: drivers/acpi/Kconfig
+##
+# CONFIG_ACPI_DEBUGGER is not set
+CONFIG_ACPI_TAD=m
+CONFIG_ACPI_TABLE_UPGRADE=y
+# CONFIG_ACPI_BGRT is not set
+# CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set
+# CONFIG_ACPI_CONFIGFS is not set
+
+##
+## file: drivers/acpi/nfit/Kconfig
+##
+CONFIG_ACPI_NFIT=m
+
+##
+## file: drivers/acpi/numa/Kconfig
+##
+CONFIG_ACPI_HMAT=y
+
+##
+## file: drivers/acpi/pmic/Kconfig
+##
+# CONFIG_PMIC_OPREGION is not set
+
+##
+## file: drivers/android/Kconfig
+##
+# CONFIG_ANDROID_BINDER_IPC is not set
+CONFIG_ANDROID_BINDER_DEVICES="binder"
+# CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set
+
+##
+## file: drivers/ata/Kconfig
+##
+CONFIG_ATA=m
+CONFIG_ATA_VERBOSE_ERROR=y
+CONFIG_ATA_ACPI=y
+CONFIG_SATA_ZPODD=y
+CONFIG_SATA_PMP=y
+CONFIG_SATA_AHCI=m
+CONFIG_SATA_MOBILE_LPM_POLICY=3
+# CONFIG_SATA_AHCI_PLATFORM is not set
+# CONFIG_AHCI_CEVA is not set
+# CONFIG_AHCI_QORIQ is not set
+#. This driver loses data (#714295)
+# CONFIG_SATA_INIC162X is not set
+CONFIG_SATA_ACARD_AHCI=m
+CONFIG_SATA_SIL24=m
+CONFIG_ATA_SFF=y
+CONFIG_PDC_ADMA=m
+CONFIG_SATA_QSTOR=m
+CONFIG_SATA_SX4=m
+CONFIG_ATA_BMDMA=y
+CONFIG_ATA_PIIX=m
+# CONFIG_SATA_DWC is not set
+# CONFIG_SATA_HIGHBANK is not set
+CONFIG_SATA_MV=m
+CONFIG_SATA_NV=m
+CONFIG_SATA_PROMISE=m
+# CONFIG_SATA_RCAR is not set
+CONFIG_SATA_SIL=m
+CONFIG_SATA_SIS=m
+CONFIG_SATA_SVW=m
+CONFIG_SATA_ULI=m
+CONFIG_SATA_VIA=m
+CONFIG_SATA_VITESSE=m
+# CONFIG_PATA_ALI is not set
+# CONFIG_PATA_AMD is not set
+# CONFIG_PATA_ARASAN_CF is not set
+CONFIG_PATA_ARTOP=m
+# CONFIG_PATA_ATIIXP is not set
+CONFIG_PATA_ATP867X=m
+CONFIG_PATA_CMD64X=m
+# CONFIG_PATA_CS5536 is not set
+# CONFIG_PATA_CYPRESS is not set
+# CONFIG_PATA_EFAR is not set
+# CONFIG_PATA_HPT366 is not set
+# CONFIG_PATA_HPT37X is not set
+# CONFIG_PATA_HPT3X2N is not set
+# CONFIG_PATA_HPT3X3 is not set
+CONFIG_PATA_IT8213=m
+CONFIG_PATA_IT821X=m
+CONFIG_PATA_JMICRON=m
+CONFIG_PATA_MARVELL=m
+# CONFIG_PATA_NETCELL is not set
+CONFIG_PATA_NINJA32=m
+# CONFIG_PATA_NS87415 is not set
+# CONFIG_PATA_OLDPIIX is not set
+# CONFIG_PATA_OPTIDMA is not set
+# CONFIG_PATA_PDC2027X is not set
+# CONFIG_PATA_PDC_OLD is not set
+# CONFIG_PATA_RADISYS is not set
+CONFIG_PATA_RDC=m
+CONFIG_PATA_SCH=m
+# CONFIG_PATA_SERVERWORKS is not set
+# CONFIG_PATA_SIL680 is not set
+CONFIG_PATA_SIS=m
+CONFIG_PATA_TOSHIBA=m
+# CONFIG_PATA_TRIFLEX is not set
+# CONFIG_PATA_VIA is not set
+# CONFIG_PATA_WINBOND is not set
+# CONFIG_PATA_CMD640_PCI is not set
+# CONFIG_PATA_ISAPNP is not set
+# CONFIG_PATA_MPIIX is not set
+# CONFIG_PATA_NS87410 is not set
+# CONFIG_PATA_OPTI is not set
+# CONFIG_PATA_PCMCIA is not set
+# CONFIG_PATA_PLATFORM is not set
+# CONFIG_PATA_QDI is not set
+# CONFIG_PATA_RZ1000 is not set
+# CONFIG_PATA_WINBOND_VLB is not set
+# CONFIG_PATA_ACPI is not set
+CONFIG_ATA_GENERIC=m
+# CONFIG_PATA_LEGACY is not set
+
+##
+## file: drivers/atm/Kconfig
+##
+CONFIG_ATM_DUMMY=m
+CONFIG_ATM_NICSTAR=m
+CONFIG_ATM_NICSTAR_USE_SUNI=y
+CONFIG_ATM_NICSTAR_USE_IDT77105=y
+CONFIG_ATM_IA=m
+# CONFIG_ATM_IA_DEBUG is not set
+CONFIG_ATM_FORE200E=m
+CONFIG_ATM_SOLOS=m
+
+##
+## file: drivers/auxdisplay/Kconfig
+##
+# CONFIG_AUXDISPLAY is not set
+# CONFIG_PANEL is not set
+
+##
+## file: drivers/base/Kconfig
+##
+# CONFIG_UEVENT_HELPER is not set
+CONFIG_DEVTMPFS=y
+# CONFIG_DEVTMPFS_MOUNT is not set
+CONFIG_STANDALONE=y
+CONFIG_PREVENT_FIRMWARE_BUILD=y
+CONFIG_ALLOW_DEV_COREDUMP=y
+# CONFIG_DEBUG_DRIVER is not set
+# CONFIG_DEBUG_DEVRES is not set
+# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set
+# CONFIG_DMA_FENCE_TRACE is not set
+
+##
+## file: drivers/base/firmware_loader/Kconfig
+##
+CONFIG_FW_LOADER=y
+CONFIG_EXTRA_FIRMWARE=""
+# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
+CONFIG_FW_LOADER_COMPRESS=y
+CONFIG_FW_LOADER_COMPRESS_XZ=y
+# CONFIG_FW_LOADER_COMPRESS_ZSTD is not set
+
+##
+## file: drivers/base/test/Kconfig
+##
+# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
+
+##
+## file: drivers/bcma/Kconfig
+##
+CONFIG_BCMA=m
+CONFIG_BCMA_HOST_PCI=y
+# CONFIG_BCMA_HOST_SOC is not set
+# CONFIG_BCMA_DRIVER_PCI_HOSTMODE is not set
+# CONFIG_BCMA_DRIVER_GMAC_CMN is not set
+# CONFIG_BCMA_DRIVER_GPIO is not set
+# CONFIG_BCMA_DEBUG is not set
+
+##
+## file: drivers/block/Kconfig
+##
+CONFIG_BLK_DEV=y
+CONFIG_BLK_DEV_LOOP=m
+CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
+CONFIG_BLK_DEV_NBD=m
+CONFIG_BLK_DEV_RAM=m
+CONFIG_BLK_DEV_RAM_COUNT=16
+CONFIG_BLK_DEV_RAM_SIZE=16384
+CONFIG_ATA_OVER_ETH=m
+CONFIG_XEN_BLKDEV_FRONTEND=m
+CONFIG_XEN_BLKDEV_BACKEND=m
+CONFIG_VIRTIO_BLK=m
+CONFIG_BLK_DEV_RBD=m
+CONFIG_BLK_DEV_UBLK=m
+
+##
+## file: drivers/block/drbd/Kconfig
+##
+CONFIG_BLK_DEV_DRBD=m
+# CONFIG_DRBD_FAULT_INJECTION is not set
+
+##
+## file: drivers/block/mtip32xx/Kconfig
+##
+CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m
+
+##
+## file: drivers/block/null_blk/Kconfig
+##
+CONFIG_BLK_DEV_NULL_BLK=m
+
+##
+## file: drivers/block/zram/Kconfig
+##
+CONFIG_ZRAM=m
+CONFIG_ZRAM_WRITEBACK=y
+CONFIG_ZRAM_MEMORY_TRACKING=y
+
+##
+## file: drivers/bluetooth/Kconfig
+##
+CONFIG_BT_HCIBTUSB=m
+CONFIG_BT_HCIBTUSB_AUTOSUSPEND=y
+CONFIG_BT_HCIBTUSB_BCM=y
+CONFIG_BT_HCIBTUSB_MTK=y
+CONFIG_BT_HCIBTUSB_RTL=y
+CONFIG_BT_HCIBTSDIO=m
+CONFIG_BT_HCIUART_NOKIA=m
+CONFIG_BT_HCIUART_ATH3K=y
+CONFIG_BT_HCIUART_LL=y
+CONFIG_BT_HCIUART_3WIRE=y
+CONFIG_BT_HCIUART_INTEL=y
+CONFIG_BT_HCIUART_BCM=y
+CONFIG_BT_HCIUART_RTL=y
+CONFIG_BT_HCIUART_QCA=y
+CONFIG_BT_HCIUART_AG6XX=y
+CONFIG_BT_HCIUART_MRVL=y
+CONFIG_BT_MRVL=m
+CONFIG_BT_MRVL_SDIO=m
+CONFIG_BT_ATH3K=m
+CONFIG_BT_MTKUART=m
+
+##
+## file: drivers/bus/Kconfig
+##
+# CONFIG_OMAP_OCP2SCP is not set
+
+##
+## file: drivers/bus/mhi/host/Kconfig
+##
+CONFIG_MHI_BUS=m
+CONFIG_MHI_BUS_PCI_GENERIC=m
+
+##
+## file: drivers/char/Kconfig
+##
+CONFIG_TTY_PRINTK=m
+CONFIG_VIRTIO_CONSOLE=m
+CONFIG_PC8736x_GPIO=m
+CONFIG_NSC_GPIO=m
+CONFIG_DEVMEM=y
+CONFIG_DEVPORT=y
+CONFIG_HANGCHECK_TIMER=m
+CONFIG_TELCLOCK=m
+
+##
+## file: drivers/char/hw_random/Kconfig
+##
+CONFIG_HW_RANDOM=y
+# CONFIG_HW_RANDOM_TIMERIOMEM is not set
+CONFIG_HW_RANDOM_VIRTIO=m
+
+##
+## file: drivers/char/ipmi/Kconfig
+##
+CONFIG_IPMI_SSIF=m
+
+##
+## file: drivers/char/tpm/Kconfig
+##
+CONFIG_TCG_TIS_SPI=m
+CONFIG_TCG_VTPM_PROXY=m
+
+##
+## file: drivers/char/tpm/st33zp24/Kconfig
+##
+# CONFIG_TCG_TIS_ST33ZP24_SPI is not set
+
+##
+## file: drivers/char/xillybus/Kconfig
+##
+# CONFIG_XILLYBUS is not set
+
+##
+## file: drivers/clk/Kconfig
+##
+# CONFIG_COMMON_CLK_SI5351 is not set
+# CONFIG_COMMON_CLK_SI514 is not set
+# CONFIG_COMMON_CLK_SI570 is not set
+# CONFIG_COMMON_CLK_CDCE706 is not set
+# CONFIG_COMMON_CLK_CDCE925 is not set
+# CONFIG_COMMON_CLK_CS2000_CP is not set
+
+##
+## file: drivers/clk/xilinx/Kconfig
+##
+# CONFIG_COMMON_CLK_XLNX_CLKWZRD is not set
+
+##
+## file: drivers/comedi/Kconfig
+##
+# CONFIG_COMEDI is not set
+
+##
+## file: drivers/connector/Kconfig
+##
+CONFIG_CONNECTOR=y
+CONFIG_PROC_EVENTS=y
+
+##
+## file: drivers/cpufreq/Kconfig
+##
+CONFIG_CPU_FREQ=y
+CONFIG_CPU_FREQ_STAT=y
+## choice: Default CPUFreq governor
+CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
+# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
+# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
+# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
+# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
+# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set
+## end choice
+CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
+CONFIG_CPU_FREQ_GOV_POWERSAVE=m
+CONFIG_CPU_FREQ_GOV_USERSPACE=m
+CONFIG_CPU_FREQ_GOV_ONDEMAND=m
+CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
+CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y
+# CONFIG_CPUFREQ_DT is not set
+
+##
+## file: drivers/cpuidle/Kconfig
+##
+CONFIG_CPU_IDLE_GOV_LADDER=y
+CONFIG_CPU_IDLE_GOV_MENU=y
+
+##
+## file: drivers/crypto/Kconfig
+##
+CONFIG_CRYPTO_HW=y
+CONFIG_CRYPTO_DEV_HIFN_795X=m
+CONFIG_CRYPTO_DEV_HIFN_795X_RNG=y
+
+##
+## file: drivers/crypto/chelsio/Kconfig
+##
+CONFIG_CRYPTO_DEV_CHELSIO=m
+
+##
+## file: drivers/crypto/virtio/Kconfig
+##
+CONFIG_CRYPTO_DEV_VIRTIO=m
+
+##
+## file: drivers/cxl/Kconfig
+##
+CONFIG_CXL_PCI=m
+# CONFIG_CXL_MEM_RAW_COMMANDS is not set
+CONFIG_CXL_ACPI=m
+CONFIG_CXL_PMEM=m
+CONFIG_CXL_MEM=m
+
+##
+## file: drivers/dax/Kconfig
+##
+CONFIG_DEV_DAX=m
+CONFIG_DEV_DAX_PMEM=m
+
+##
+## file: drivers/devfreq/Kconfig
+##
+# CONFIG_PM_DEVFREQ is not set
+CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
+# CONFIG_DEVFREQ_GOV_PERFORMANCE is not set
+# CONFIG_DEVFREQ_GOV_POWERSAVE is not set
+# CONFIG_DEVFREQ_GOV_USERSPACE is not set
+
+##
+## file: drivers/devfreq/event/Kconfig
+##
+# CONFIG_PM_DEVFREQ_EVENT is not set
+
+##
+## file: drivers/dma/Kconfig
+##
+# CONFIG_DMADEVICES_DEBUG is not set
+# CONFIG_FSL_EDMA is not set
+# CONFIG_INTEL_IDMA64 is not set
+CONFIG_ASYNC_TX_DMA=y
+# CONFIG_DMATEST is not set
+
+##
+## file: drivers/dma/dw/Kconfig
+##
+# CONFIG_DW_DMAC is not set
+# CONFIG_DW_DMAC_PCI is not set
+
+##
+## file: drivers/dma-buf/Kconfig
+##
+# CONFIG_SYNC_FILE is not set
+
+##
+## file: drivers/edac/Kconfig
+##
+CONFIG_EDAC_LEGACY_SYSFS=y
+
+##
+## file: drivers/extcon/Kconfig
+##
+# CONFIG_EXTCON is not set
+# CONFIG_EXTCON_FSA9480 is not set
+
+##
+## file: drivers/firewire/Kconfig
+##
+CONFIG_FIREWIRE=m
+CONFIG_FIREWIRE_OHCI=m
+CONFIG_FIREWIRE_SBP2=m
+CONFIG_FIREWIRE_NET=m
+CONFIG_FIREWIRE_NOSY=m
+
+##
+## file: drivers/firmware/Kconfig
+##
+CONFIG_DMI_SYSFS=y
+CONFIG_ISCSI_IBFT=m
+CONFIG_FW_CFG_SYSFS=m
+#. Needs to be disabled under Secure Boot - but should be done at run-time
+# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
+
+##
+## file: drivers/firmware/efi/Kconfig
+##
+CONFIG_EFI_VARS_PSTORE=m
+# CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set
+CONFIG_EFI_SOFT_RESERVE=y
+CONFIG_EFI_BOOTLOADER_CONTROL=m
+CONFIG_EFI_CAPSULE_LOADER=m
+# CONFIG_EFI_TEST is not set
+CONFIG_RESET_ATTACK_MITIGATION=y
+
+##
+## file: drivers/firmware/google/Kconfig
+##
+CONFIG_GOOGLE_FIRMWARE=y
+CONFIG_GOOGLE_SMI=m
+CONFIG_GOOGLE_COREBOOT_TABLE=m
+CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=m
+CONFIG_GOOGLE_MEMCONSOLE_COREBOOT=m
+CONFIG_GOOGLE_VPD=m
+
+##
+## file: drivers/fpga/Kconfig
+##
+# CONFIG_FPGA is not set
+
+##
+## file: drivers/gnss/Kconfig
+##
+CONFIG_GNSS=m
+CONFIG_GNSS_SIRF_SERIAL=m
+CONFIG_GNSS_UBX_SERIAL=m
+
+##
+## file: drivers/gpio/Kconfig
+##
+# CONFIG_GPIOLIB is not set
+# CONFIG_DEBUG_GPIO is not set
+CONFIG_GPIO_SYSFS=y
+# CONFIG_GPIO_74XX_MMIO is not set
+# CONFIG_GPIO_ALTERA is not set
+# CONFIG_GPIO_AMDPT is not set
+# CONFIG_GPIO_DWAPB is not set
+CONFIG_GPIO_EXAR=m
+# CONFIG_GPIO_GENERIC_PLATFORM is not set
+# CONFIG_GPIO_GRGPIO is not set
+# CONFIG_GPIO_MB86S7X is not set
+# CONFIG_GPIO_XILINX is not set
+# CONFIG_GPIO_VX855 is not set
+# CONFIG_GPIO_104_IDIO_16 is not set
+# CONFIG_GPIO_IT87 is not set
+# CONFIG_GPIO_SCH311X is not set
+# CONFIG_GPIO_TS5500 is not set
+# CONFIG_GPIO_WINBOND is not set
+# CONFIG_GPIO_WS16C48 is not set
+# CONFIG_GPIO_ADNP is not set
+# CONFIG_GPIO_MAX7300 is not set
+# CONFIG_GPIO_MAX732X is not set
+# CONFIG_GPIO_PCA953X is not set
+# CONFIG_GPIO_PCF857X is not set
+# CONFIG_GPIO_TPIC2810 is not set
+# CONFIG_GPIO_TS4900 is not set
+# CONFIG_GPIO_CS5535 is not set
+# CONFIG_GPIO_AMD8111 is not set
+# CONFIG_GPIO_ML_IOH is not set
+CONFIG_GPIO_PCI_IDIO_16=m
+CONFIG_GPIO_PCIE_IDIO_24=m
+# CONFIG_GPIO_RDC321X is not set
+# CONFIG_GPIO_74X164 is not set
+# CONFIG_GPIO_MAX3191X is not set
+# CONFIG_GPIO_MAX7301 is not set
+# CONFIG_GPIO_MC33880 is not set
+# CONFIG_GPIO_PISOSR is not set
+# CONFIG_GPIO_XRA1403 is not set
+CONFIG_GPIO_VIPERBOARD=m
+# CONFIG_GPIO_MOCKUP is not set
+
+##
+## file: drivers/gpu/drm/Kconfig
+##
+CONFIG_DRM_FBDEV_EMULATION=y
+CONFIG_DRM_FBDEV_OVERALLOC=100
+# CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM is not set
+CONFIG_DRM_LOAD_EDID_FIRMWARE=y
+CONFIG_DRM_VGEM=m
+
+##
+## file: drivers/gpu/drm/amd/acp/Kconfig
+##
+# CONFIG_DRM_AMD_ACP is not set
+
+##
+## file: drivers/gpu/drm/amd/amdgpu/Kconfig
+##
+CONFIG_DRM_AMDGPU_SI=y
+CONFIG_DRM_AMDGPU_CIK=y
+CONFIG_DRM_AMDGPU_USERPTR=y
+
+##
+## file: drivers/gpu/drm/amd/display/Kconfig
+##
+CONFIG_DRM_AMD_DC=y
+CONFIG_DRM_AMD_DC_SI=y
+# CONFIG_DEBUG_KERNEL_DC is not set
+
+##
+## file: drivers/gpu/drm/ast/Kconfig
+##
+# CONFIG_DRM_AST is not set
+
+##
+## file: drivers/gpu/drm/bridge/Kconfig
+##
+# CONFIG_DRM_NXP_PTN3460 is not set
+# CONFIG_DRM_PARADE_PS8622 is not set
+
+##
+## file: drivers/gpu/drm/bridge/adv7511/Kconfig
+##
+# CONFIG_DRM_I2C_ADV7511 is not set
+
+##
+## file: drivers/gpu/drm/bridge/analogix/Kconfig
+##
+# CONFIG_DRM_ANALOGIX_ANX78XX is not set
+
+##
+## file: drivers/gpu/drm/display/Kconfig
+##
+CONFIG_DRM_DP_AUX_CHARDEV=y
+
+##
+## file: drivers/gpu/drm/hisilicon/hibmc/Kconfig
+##
+# CONFIG_DRM_HISI_HIBMC is not set
+
+##
+## file: drivers/gpu/drm/i2c/Kconfig
+##
+# CONFIG_DRM_I2C_CH7006 is not set
+# CONFIG_DRM_I2C_SIL164 is not set
+# CONFIG_DRM_I2C_NXP_TDA998X is not set
+# CONFIG_DRM_I2C_NXP_TDA9950 is not set
+
+##
+## file: drivers/gpu/drm/i915/Kconfig
+##
+CONFIG_DRM_I915_CAPTURE_ERROR=y
+CONFIG_DRM_I915_COMPRESS_ERROR=y
+CONFIG_DRM_I915_USERPTR=y
+
+##
+## file: drivers/gpu/drm/i915/Kconfig.debug
+##
+# CONFIG_DRM_I915_WERROR is not set
+# CONFIG_DRM_I915_DEBUG is not set
+# CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS is not set
+# CONFIG_DRM_I915_SW_FENCE_CHECK_DAG is not set
+# CONFIG_DRM_I915_DEBUG_GUC is not set
+# CONFIG_DRM_I915_SELFTEST is not set
+# CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS is not set
+# CONFIG_DRM_I915_DEBUG_VBLANK_EVADE is not set
+
+##
+## file: drivers/gpu/drm/mgag200/Kconfig
+##
+# CONFIG_DRM_MGAG200 is not set
+
+##
+## file: drivers/gpu/drm/nouveau/Kconfig
+##
+CONFIG_DRM_NOUVEAU=m
+CONFIG_NOUVEAU_DEBUG=5
+CONFIG_NOUVEAU_DEBUG_DEFAULT=3
+# CONFIG_NOUVEAU_DEBUG_MMU is not set
+CONFIG_DRM_NOUVEAU_BACKLIGHT=y
+
+##
+## file: drivers/gpu/drm/panel/Kconfig
+##
+# CONFIG_DRM_PANEL_LG_LG4573 is not set
+# CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN is not set
+# CONFIG_DRM_PANEL_SAMSUNG_LD9040 is not set
+# CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0 is not set
+# CONFIG_DRM_PANEL_SHARP_LQ101R1SX01 is not set
+
+##
+## file: drivers/gpu/drm/qxl/Kconfig
+##
+CONFIG_DRM_QXL=m
+
+##
+## file: drivers/gpu/drm/radeon/Kconfig
+##
+# CONFIG_DRM_RADEON_USERPTR is not set
+
+##
+## file: drivers/gpu/drm/tiny/Kconfig
+##
+CONFIG_DRM_BOCHS=m
+CONFIG_DRM_CIRRUS_QEMU=m
+
+##
+## file: drivers/gpu/drm/udl/Kconfig
+##
+CONFIG_DRM_UDL=m
+
+##
+## file: drivers/gpu/drm/virtio/Kconfig
+##
+CONFIG_DRM_VIRTIO_GPU=m
+
+##
+## file: drivers/gpu/drm/vkms/Kconfig
+##
+# CONFIG_DRM_VKMS is not set
+
+##
+## file: drivers/gpu/drm/vmwgfx/Kconfig
+##
+# CONFIG_DRM_VMWGFX is not set
+
+##
+## file: drivers/greybus/Kconfig
+##
+# CONFIG_GREYBUS is not set
+
+##
+## file: drivers/hid/Kconfig
+##
+CONFIG_HID=m
+CONFIG_HID_BATTERY_STRENGTH=y
+CONFIG_HIDRAW=y
+CONFIG_UHID=m
+CONFIG_HID_GENERIC=m
+CONFIG_HID_A4TECH=y
+CONFIG_HID_ACCUTOUCH=m
+CONFIG_HID_ACRUX=m
+CONFIG_HID_ACRUX_FF=y
+CONFIG_HID_APPLE=y
+CONFIG_HID_ASUS=m
+CONFIG_HID_AUREAL=m
+CONFIG_HID_BELKIN=y
+CONFIG_HID_BETOP_FF=m
+CONFIG_HID_BIGBEN_FF=m
+CONFIG_HID_CHERRY=y
+CONFIG_HID_CHICONY=y
+CONFIG_HID_CORSAIR=m
+CONFIG_HID_COUGAR=m
+CONFIG_HID_MACALLY=m
+CONFIG_HID_PRODIKEYS=m
+CONFIG_HID_CMEDIA=m
+CONFIG_HID_CP2112=m
+CONFIG_HID_CREATIVE_SB0540=m
+CONFIG_HID_CYPRESS=y
+CONFIG_HID_DRAGONRISE=m
+CONFIG_DRAGONRISE_FF=y
+CONFIG_HID_EMS_FF=m
+CONFIG_HID_ELAN=m
+CONFIG_HID_ELECOM=m
+CONFIG_HID_ELO=m
+CONFIG_HID_EZKEY=y
+CONFIG_HID_FT260=m
+CONFIG_HID_GEMBIRD=m
+CONFIG_HID_GFRM=m
+CONFIG_HID_GLORIOUS=m
+CONFIG_HID_HOLTEK=m
+CONFIG_HOLTEK_FF=y
+CONFIG_HID_GOOGLE_HAMMER=m
+CONFIG_HID_VIVALDI=m
+CONFIG_HID_GT683R=m
+CONFIG_HID_KEYTOUCH=m
+CONFIG_HID_KYE=m
+CONFIG_HID_UCLOGIC=m
+CONFIG_HID_WALTOP=m
+CONFIG_HID_VIEWSONIC=m
+CONFIG_HID_GYRATION=m
+CONFIG_HID_ICADE=m
+CONFIG_HID_ITE=m
+CONFIG_HID_JABRA=m
+CONFIG_HID_TWINHAN=m
+CONFIG_HID_KENSINGTON=y
+CONFIG_HID_LCPOWER=m
+CONFIG_HID_LED=m
+CONFIG_HID_LENOVO=m
+CONFIG_HID_LOGITECH=y
+CONFIG_HID_LOGITECH_DJ=m
+CONFIG_LOGITECH_FF=y
+CONFIG_LOGIRUMBLEPAD2_FF=y
+CONFIG_LOGIG940_FF=y
+CONFIG_LOGIWHEELS_FF=y
+CONFIG_HID_MAGICMOUSE=m
+CONFIG_HID_MALTRON=m
+CONFIG_HID_MAYFLASH=m
+CONFIG_HID_REDRAGON=m
+CONFIG_HID_MICROSOFT=y
+CONFIG_HID_MONTEREY=y
+CONFIG_HID_MULTITOUCH=m
+CONFIG_HID_NINTENDO=m
+CONFIG_NINTENDO_FF=y
+CONFIG_HID_NTI=m
+CONFIG_HID_NTRIG=m
+CONFIG_HID_ORTEK=m
+CONFIG_HID_PANTHERLORD=m
+CONFIG_PANTHERLORD_FF=y
+CONFIG_HID_PENMOUNT=m
+CONFIG_HID_PETALYNX=m
+CONFIG_HID_PICOLCD=m
+CONFIG_HID_PICOLCD_FB=y
+CONFIG_HID_PICOLCD_BACKLIGHT=y
+CONFIG_HID_PICOLCD_LCD=y
+CONFIG_HID_PICOLCD_LEDS=y
+CONFIG_HID_PICOLCD_CIR=y
+CONFIG_HID_PLANTRONICS=m
+CONFIG_HID_PLAYSTATION=m
+CONFIG_PLAYSTATION_FF=y
+CONFIG_HID_PRIMAX=m
+CONFIG_HID_RETRODE=m
+CONFIG_HID_ROCCAT=m
+CONFIG_HID_SAITEK=m
+CONFIG_HID_SAMSUNG=m
+CONFIG_HID_SEMITEK=m
+CONFIG_HID_SONY=m
+CONFIG_SONY_FF=y
+CONFIG_HID_SPEEDLINK=m
+CONFIG_HID_STEAM=m
+CONFIG_HID_STEELSERIES=m
+CONFIG_HID_SUNPLUS=m
+CONFIG_HID_RMI=m
+CONFIG_HID_GREENASIA=m
+CONFIG_GREENASIA_FF=y
+CONFIG_HID_SMARTJOYPLUS=m
+CONFIG_SMARTJOYPLUS_FF=y
+CONFIG_HID_TIVO=m
+CONFIG_HID_TOPSEED=m
+CONFIG_HID_THINGM=m
+CONFIG_HID_THRUSTMASTER=m
+CONFIG_THRUSTMASTER_FF=y
+CONFIG_HID_UDRAW_PS3=m
+CONFIG_HID_U2FZERO=m
+CONFIG_HID_WACOM=m
+CONFIG_HID_WIIMOTE=m
+CONFIG_HID_XINMO=m
+CONFIG_HID_ZEROPLUS=m
+CONFIG_ZEROPLUS_FF=y
+CONFIG_HID_ZYDACRON=m
+CONFIG_HID_SENSOR_HUB=m
+CONFIG_HID_SENSOR_CUSTOM_SENSOR=m
+CONFIG_HID_ALPS=m
+CONFIG_HID_MCP2221=m
+
+##
+## file: drivers/hid/intel-ish-hid/Kconfig
+##
+# CONFIG_INTEL_ISH_HID is not set
+
+##
+## file: drivers/hid/usbhid/Kconfig
+##
+CONFIG_HID_PID=y
+CONFIG_USB_HIDDEV=y
+#. These are for HID Boot Protocol, not full HID
+# CONFIG_USB_KBD is not set
+# CONFIG_USB_MOUSE is not set
+
+##
+## file: drivers/hsi/Kconfig
+##
+# CONFIG_HSI is not set
+
+##
+## file: drivers/hwmon/Kconfig
+##
+CONFIG_HWMON=y
+# CONFIG_HWMON_DEBUG_CHIP is not set
+CONFIG_SENSORS_ABITUGURU=m
+CONFIG_SENSORS_ABITUGURU3=m
+# CONFIG_SENSORS_AD7314 is not set
+CONFIG_SENSORS_AD7414=m
+CONFIG_SENSORS_AD7418=m
+CONFIG_SENSORS_ADM1029=m
+CONFIG_SENSORS_ADM9240=m
+# CONFIG_SENSORS_ADT7310 is not set
+CONFIG_SENSORS_ADT7411=m
+CONFIG_SENSORS_ADT7462=m
+CONFIG_SENSORS_ADT7470=m
+CONFIG_SENSORS_ADT7475=m
+CONFIG_SENSORS_ASC7621=m
+CONFIG_SENSORS_APPLESMC=m
+CONFIG_SENSORS_ASPEED=m
+CONFIG_SENSORS_ATXP1=m
+CONFIG_SENSORS_DRIVETEMP=m
+CONFIG_SENSORS_DS620=m
+CONFIG_SENSORS_I5K_AMB=m
+CONFIG_SENSORS_F71882FG=m
+CONFIG_SENSORS_F75375S=m
+CONFIG_SENSORS_MC13783_ADC=m
+CONFIG_SENSORS_FSCHMD=m
+CONFIG_SENSORS_FTSTEUTATES=m
+CONFIG_SENSORS_G760A=m
+# CONFIG_SENSORS_GPIO_FAN is not set
+# CONFIG_SENSORS_HIH6130 is not set
+CONFIG_SENSORS_IBMAEM=m
+CONFIG_SENSORS_IBMPEX=m
+CONFIG_SENSORS_IIO_HWMON=m
+CONFIG_SENSORS_CORETEMP=m
+# CONFIG_SENSORS_IT87 is not set
+CONFIG_SENSORS_JC42=m
+CONFIG_SENSORS_LINEAGE=m
+CONFIG_SENSORS_LTC4151=m
+CONFIG_SENSORS_LTC4215=m
+CONFIG_SENSORS_LTC4245=m
+CONFIG_SENSORS_LTC4261=m
+CONFIG_SENSORS_MAX1111=m
+CONFIG_SENSORS_MAX16065=m
+CONFIG_SENSORS_MAX1668=m
+# CONFIG_SENSORS_MAX197 is not set
+CONFIG_SENSORS_MAX6639=m
+CONFIG_SENSORS_MAX6642=m
+CONFIG_SENSORS_MAX6650=m
+# CONFIG_SENSORS_MCP3021 is not set
+CONFIG_SENSORS_ADCXX=m
+CONFIG_SENSORS_LM70=m
+CONFIG_SENSORS_LM73=m
+CONFIG_SENSORS_LM93=m
+CONFIG_SENSORS_LM95241=m
+CONFIG_SENSORS_LM95245=m
+CONFIG_SENSORS_PC87427=m
+CONFIG_SENSORS_NTC_THERMISTOR=m
+CONFIG_SENSORS_NCT6683=m
+CONFIG_SENSORS_NCT6775=m
+CONFIG_SENSORS_NCT7802=m
+CONFIG_SENSORS_NCT7904=m
+CONFIG_SENSORS_NPCM7XX=m
+# CONFIG_SENSORS_SHT15 is not set
+CONFIG_SENSORS_SHT21=m
+CONFIG_SENSORS_SHT3x=m
+CONFIG_SENSORS_SHT4x=m
+CONFIG_SENSORS_DME1737=m
+CONFIG_SENSORS_EMC1403=m
+CONFIG_SENSORS_EMC2103=m
+CONFIG_SENSORS_EMC6W201=m
+CONFIG_SENSORS_SMSC47M192=m
+CONFIG_SENSORS_SCH5627=m
+CONFIG_SENSORS_ADS7828=m
+CONFIG_SENSORS_ADS7871=m
+CONFIG_SENSORS_AMC6821=m
+# CONFIG_SENSORS_INA209 is not set
+# CONFIG_SENSORS_INA2XX is not set
+CONFIG_SENSORS_THMC50=m
+CONFIG_SENSORS_TMP102=m
+CONFIG_SENSORS_TMP401=m
+CONFIG_SENSORS_TMP421=m
+CONFIG_SENSORS_VIA_CPUTEMP=m
+CONFIG_SENSORS_VT1211=m
+CONFIG_SENSORS_VT8231=m
+CONFIG_SENSORS_W83773G=m
+CONFIG_SENSORS_W83791D=m
+CONFIG_SENSORS_W83792D=m
+CONFIG_SENSORS_W83793=m
+CONFIG_SENSORS_W83795=m
+# CONFIG_SENSORS_W83795_FANCTRL is not set
+CONFIG_SENSORS_W83L786NG=m
+CONFIG_SENSORS_W83627EHF=m
+CONFIG_SENSORS_WM831X=m
+CONFIG_SENSORS_WM8350=m
+# CONFIG_SENSORS_XGENE is not set
+CONFIG_SENSORS_ATK0110=m
+
+##
+## file: drivers/hwmon/pmbus/Kconfig
+##
+# CONFIG_PMBUS is not set
+
+##
+## file: drivers/hwtracing/intel_th/Kconfig
+##
+# CONFIG_INTEL_TH is not set
+
+##
+## file: drivers/hwtracing/stm/Kconfig
+##
+# CONFIG_STM is not set
+# CONFIG_STM_DUMMY is not set
+# CONFIG_STM_SOURCE_CONSOLE is not set
+
+##
+## file: drivers/i2c/Kconfig
+##
+CONFIG_I2C_COMPAT=y
+CONFIG_I2C_CHARDEV=m
+# CONFIG_I2C_MUX is not set
+CONFIG_I2C_HELPER_AUTO=y
+# CONFIG_I2C_SLAVE is not set
+
+##
+## file: drivers/i2c/busses/Kconfig
+##
+CONFIG_I2C_ISCH=m
+CONFIG_I2C_NFORCE2_S4985=m
+# CONFIG_I2C_CBUS_GPIO is not set
+# CONFIG_I2C_DESIGNWARE_SLAVE is not set
+# CONFIG_I2C_DESIGNWARE_PLATFORM is not set
+# CONFIG_I2C_DESIGNWARE_BAYTRAIL is not set
+# CONFIG_I2C_EMEV2 is not set
+# CONFIG_I2C_GPIO is not set
+CONFIG_I2C_OCORES=m
+CONFIG_I2C_OMAP=m
+CONFIG_I2C_PCA_PLATFORM=m
+# CONFIG_I2C_RK3X is not set
+CONFIG_I2C_SIMTEC=m
+# CONFIG_I2C_XILINX is not set
+CONFIG_I2C_DIOLAN_U2C=m
+CONFIG_I2C_ROBOTFUZZ_OSIF=m
+CONFIG_I2C_TAOS_EVM=m
+CONFIG_I2C_TINY_USB=m
+CONFIG_I2C_VIPERBOARD=m
+# CONFIG_I2C_MLXCPLD is not set
+
+##
+## file: drivers/i2c/muxes/Kconfig
+##
+# CONFIG_I2C_ARB_GPIO_CHALLENGE is not set
+# CONFIG_I2C_MUX_GPIO is not set
+# CONFIG_I2C_MUX_LTC4306 is not set
+# CONFIG_I2C_MUX_PCA9541 is not set
+# CONFIG_I2C_MUX_PCA954x is not set
+# CONFIG_I2C_MUX_PINCTRL is not set
+# CONFIG_I2C_MUX_REG is not set
+# CONFIG_I2C_MUX_MLXCPLD is not set
+
+##
+## file: drivers/iio/Kconfig
+##
+CONFIG_IIO=m
+CONFIG_IIO_BUFFER=y
+# CONFIG_IIO_TRIGGER is not set
+
+##
+## file: drivers/iio/accel/Kconfig
+##
+CONFIG_ADIS16201=m
+CONFIG_ADIS16209=m
+CONFIG_ADXL345_I2C=m
+CONFIG_ADXL345_SPI=m
+CONFIG_ADXL372_SPI=m
+CONFIG_ADXL372_I2C=m
+CONFIG_BMA180=m
+CONFIG_BMA220=m
+CONFIG_BMA400=m
+CONFIG_BMC150_ACCEL=m
+CONFIG_DA280=m
+CONFIG_DA311=m
+CONFIG_DMARD09=m
+CONFIG_DMARD10=m
+CONFIG_HID_SENSOR_ACCEL_3D=m
+CONFIG_IIO_ST_ACCEL_3AXIS=m
+CONFIG_KXSD9=m
+CONFIG_KXCJK1013=m
+CONFIG_MC3230=m
+CONFIG_MMA7455_I2C=m
+CONFIG_MMA7455_SPI=m
+CONFIG_MMA7660=m
+CONFIG_MMA8452=m
+CONFIG_MMA9551=m
+CONFIG_MMA9553=m
+CONFIG_MXC4005=m
+CONFIG_MXC6255=m
+CONFIG_SCA3000=m
+CONFIG_STK8312=m
+CONFIG_STK8BA50=m
+
+##
+## file: drivers/iio/adc/Kconfig
+##
+CONFIG_AD7091R5=m
+CONFIG_AD7124=m
+CONFIG_AD7192=m
+CONFIG_AD7266=m
+# CONFIG_AD7280 is not set
+CONFIG_AD7291=m
+CONFIG_AD7292=m
+CONFIG_AD7298=m
+CONFIG_AD7476=m
+CONFIG_AD7606_IFACE_PARALLEL=m
+CONFIG_AD7606_IFACE_SPI=m
+CONFIG_AD7766=m
+CONFIG_AD7768_1=m
+CONFIG_AD7780=m
+CONFIG_AD7791=m
+CONFIG_AD7793=m
+CONFIG_AD7887=m
+CONFIG_AD7923=m
+CONFIG_AD7949=m
+CONFIG_AD799X=m
+CONFIG_AD9467=m
+CONFIG_ADI_AXI_ADC=m
+CONFIG_AXP20X_ADC=m
+CONFIG_AXP288_ADC=m
+CONFIG_CC10001_ADC=m
+CONFIG_HI8435=m
+CONFIG_HX711=m
+CONFIG_INA2XX_ADC=m
+CONFIG_LTC2471=m
+CONFIG_LTC2485=m
+CONFIG_LTC2496=m
+CONFIG_LTC2497=m
+CONFIG_MAX1027=m
+CONFIG_MAX11100=m
+CONFIG_MAX1118=m
+CONFIG_MAX1241=m
+CONFIG_MAX1363=m
+CONFIG_MAX9611=m
+CONFIG_MCP320X=m
+CONFIG_MCP3422=m
+CONFIG_MCP3911=m
+CONFIG_NAU7802=m
+CONFIG_TI_ADC081C=m
+CONFIG_TI_ADC0832=m
+CONFIG_TI_ADC084S021=m
+CONFIG_TI_ADC12138=m
+CONFIG_TI_ADC108S102=m
+CONFIG_TI_ADC128S052=m
+CONFIG_TI_ADC161S626=m
+CONFIG_TI_ADS1015=m
+CONFIG_TI_ADS7950=m
+# CONFIG_VF610_ADC is not set
+CONFIG_VIPERBOARD_ADC=m
+
+##
+## file: drivers/iio/amplifiers/Kconfig
+##
+# CONFIG_AD8366 is not set
+
+##
+## file: drivers/iio/buffer/Kconfig
+##
+#. These will be selected by drivers that need them
+# CONFIG_IIO_BUFFER_CB is not set
+# CONFIG_IIO_KFIFO_BUF is not set
+
+##
+## file: drivers/iio/cdc/Kconfig
+##
+# CONFIG_AD7150 is not set
+# CONFIG_AD7746 is not set
+
+##
+## file: drivers/iio/chemical/Kconfig
+##
+# CONFIG_ATLAS_PH_SENSOR is not set
+# CONFIG_IAQCORE is not set
+# CONFIG_VZ89X is not set
+
+##
+## file: drivers/iio/common/ssp_sensors/Kconfig
+##
+# CONFIG_IIO_SSP_SENSORHUB is not set
+
+##
+## file: drivers/iio/dac/Kconfig
+##
+CONFIG_AD5064=m
+CONFIG_AD5360=m
+CONFIG_AD5380=m
+CONFIG_AD5421=m
+CONFIG_AD5446=m
+CONFIG_AD5449=m
+CONFIG_AD5592R=m
+CONFIG_AD5593R=m
+CONFIG_AD5504=m
+CONFIG_AD5624R_SPI=m
+CONFIG_AD5686_SPI=m
+CONFIG_AD5696_I2C=m
+CONFIG_AD5755=m
+CONFIG_AD5758=m
+CONFIG_AD5761=m
+CONFIG_AD5764=m
+CONFIG_AD5770R=m
+CONFIG_AD5791=m
+CONFIG_AD7303=m
+CONFIG_AD8801=m
+CONFIG_DS4424=m
+CONFIG_LTC1660=m
+CONFIG_LTC2632=m
+CONFIG_M62332=m
+CONFIG_MAX517=m
+# CONFIG_MAX5821 is not set
+CONFIG_MCP4725=m
+CONFIG_MCP4922=m
+CONFIG_TI_DAC082S085=m
+CONFIG_TI_DAC5571=m
+CONFIG_TI_DAC7311=m
+CONFIG_TI_DAC7612=m
+
+##
+## file: drivers/iio/dummy/Kconfig
+##
+# CONFIG_IIO_SIMPLE_DUMMY is not set
+
+##
+## file: drivers/iio/frequency/Kconfig
+##
+# CONFIG_AD9523 is not set
+# CONFIG_ADF4350 is not set
+
+##
+## file: drivers/iio/gyro/Kconfig
+##
+CONFIG_ADIS16080=m
+CONFIG_ADIS16130=m
+CONFIG_ADIS16136=m
+CONFIG_ADIS16260=m
+CONFIG_ADXRS290=m
+CONFIG_ADXRS450=m
+CONFIG_BMG160=m
+CONFIG_FXAS21002C=m
+CONFIG_HID_SENSOR_GYRO_3D=m
+CONFIG_MPU3050_I2C=m
+CONFIG_IIO_ST_GYRO_3AXIS=m
+CONFIG_ITG3200=m
+
+##
+## file: drivers/iio/health/Kconfig
+##
+# CONFIG_AFE4403 is not set
+# CONFIG_AFE4404 is not set
+# CONFIG_MAX30100 is not set
+
+##
+## file: drivers/iio/humidity/Kconfig
+##
+# CONFIG_AM2315 is not set
+# CONFIG_DHT11 is not set
+# CONFIG_HDC100X is not set
+# CONFIG_HTU21 is not set
+# CONFIG_SI7005 is not set
+# CONFIG_SI7020 is not set
+
+##
+## file: drivers/iio/imu/Kconfig
+##
+# CONFIG_ADIS16400 is not set
+CONFIG_ADIS16460=m
+CONFIG_ADIS16475=m
+CONFIG_ADIS16480=m
+CONFIG_FXOS8700_I2C=m
+CONFIG_FXOS8700_SPI=m
+CONFIG_KMX61=m
+
+##
+## file: drivers/iio/imu/bmi160/Kconfig
+##
+CONFIG_BMI160_I2C=m
+CONFIG_BMI160_SPI=m
+
+##
+## file: drivers/iio/imu/inv_icm42600/Kconfig
+##
+CONFIG_INV_ICM42600_I2C=m
+CONFIG_INV_ICM42600_SPI=m
+
+##
+## file: drivers/iio/imu/inv_mpu6050/Kconfig
+##
+CONFIG_INV_MPU6050_I2C=m
+CONFIG_INV_MPU6050_SPI=m
+
+##
+## file: drivers/iio/imu/st_lsm6dsx/Kconfig
+##
+CONFIG_IIO_ST_LSM6DSX=m
+
+##
+## file: drivers/iio/light/Kconfig
+##
+CONFIG_ACPI_ALS=m
+CONFIG_ADJD_S311=m
+CONFIG_ADUX1020=m
+CONFIG_AL3010=m
+CONFIG_AL3320A=m
+CONFIG_APDS9300=m
+CONFIG_APDS9960=m
+CONFIG_AS73211=m
+CONFIG_BH1750=m
+CONFIG_BH1780=m
+CONFIG_CM32181=m
+CONFIG_CM3232=m
+CONFIG_CM3323=m
+CONFIG_CM36651=m
+CONFIG_GP2AP002=m
+CONFIG_GP2AP020A00F=m
+CONFIG_SENSORS_ISL29018=m
+CONFIG_SENSORS_ISL29028=m
+CONFIG_ISL29125=m
+CONFIG_HID_SENSOR_ALS=m
+CONFIG_HID_SENSOR_PROX=m
+CONFIG_JSA1212=m
+CONFIG_RPR0521=m
+CONFIG_LTR501=m
+CONFIG_LV0104CS=m
+CONFIG_MAX44000=m
+CONFIG_MAX44009=m
+CONFIG_NOA1305=m
+CONFIG_OPT3001=m
+CONFIG_PA12203001=m
+CONFIG_SI1133=m
+CONFIG_SI1145=m
+CONFIG_STK3310=m
+CONFIG_ST_UVIS25=m
+CONFIG_TCS3414=m
+CONFIG_TCS3472=m
+CONFIG_SENSORS_TSL2563=m
+CONFIG_TSL2583=m
+CONFIG_TSL2772=m
+CONFIG_TSL4531=m
+CONFIG_US5182D=m
+CONFIG_VCNL4000=m
+CONFIG_VCNL4035=m
+CONFIG_VEML6030=m
+CONFIG_VEML6070=m
+CONFIG_VL6180=m
+CONFIG_ZOPT2201=m
+
+##
+## file: drivers/iio/magnetometer/Kconfig
+##
+CONFIG_AK8975=m
+CONFIG_AK09911=m
+CONFIG_BMC150_MAGN_I2C=m
+CONFIG_BMC150_MAGN_SPI=m
+CONFIG_MAG3110=m
+CONFIG_HID_SENSOR_MAGNETOMETER_3D=m
+CONFIG_MMC35240=m
+CONFIG_IIO_ST_MAGN_3AXIS=m
+CONFIG_SENSORS_HMC5843_I2C=m
+CONFIG_SENSORS_HMC5843_SPI=m
+CONFIG_SENSORS_RM3100_I2C=m
+CONFIG_SENSORS_RM3100_SPI=m
+
+##
+## file: drivers/iio/orientation/Kconfig
+##
+CONFIG_HID_SENSOR_INCLINOMETER_3D=m
+CONFIG_HID_SENSOR_DEVICE_ROTATION=m
+
+##
+## file: drivers/iio/potentiometer/Kconfig
+##
+# CONFIG_DS1803 is not set
+# CONFIG_MAX5487 is not set
+# CONFIG_MCP4131 is not set
+# CONFIG_MCP4531 is not set
+# CONFIG_TPL0102 is not set
+
+##
+## file: drivers/iio/pressure/Kconfig
+##
+CONFIG_ABP060MG=m
+CONFIG_BMP280=m
+CONFIG_DLHL60D=m
+CONFIG_DPS310=m
+CONFIG_HID_SENSOR_PRESS=m
+CONFIG_HP03=m
+CONFIG_ICP10100=m
+CONFIG_MPL115_I2C=m
+CONFIG_MPL115_SPI=m
+CONFIG_MPL3115=m
+CONFIG_MS5611=m
+CONFIG_MS5637=m
+CONFIG_IIO_ST_PRESS=m
+CONFIG_T5403=m
+CONFIG_HP206C=m
+CONFIG_ZPA2326=m
+
+##
+## file: drivers/iio/proximity/Kconfig
+##
+# CONFIG_AS3935 is not set
+CONFIG_ISL29501=m
+CONFIG_LIDAR_LITE_V2=m
+CONFIG_MB1232=m
+CONFIG_PING=m
+CONFIG_RFD77402=m
+CONFIG_SRF04=m
+CONFIG_SX9310=m
+# CONFIG_SX9500 is not set
+CONFIG_SRF08=m
+CONFIG_VCNL3020=m
+CONFIG_VL53L0X_I2C=m
+
+##
+## file: drivers/iio/resolver/Kconfig
+##
+# CONFIG_AD2S90 is not set
+# CONFIG_AD2S1200 is not set
+# CONFIG_AD2S1210 is not set
+
+##
+## file: drivers/iio/temperature/Kconfig
+##
+CONFIG_LTC2983=m
+CONFIG_MAXIM_THERMOCOUPLE=m
+CONFIG_HID_SENSOR_TEMP=m
+CONFIG_MLX90614=m
+CONFIG_MLX90632=m
+CONFIG_TMP006=m
+CONFIG_TMP007=m
+CONFIG_TSYS01=m
+CONFIG_TSYS02D=m
+CONFIG_MAX31856=m
+
+##
+## file: drivers/iio/trigger/Kconfig
+##
+# CONFIG_IIO_INTERRUPT_TRIGGER is not set
+# CONFIG_IIO_SYSFS_TRIGGER is not set
+
+##
+## file: drivers/infiniband/Kconfig
+##
+CONFIG_INFINIBAND=m
+CONFIG_INFINIBAND_USER_MAD=m
+CONFIG_INFINIBAND_USER_ACCESS=m
+CONFIG_INFINIBAND_ON_DEMAND_PAGING=y
+
+##
+## file: drivers/infiniband/hw/cxgb4/Kconfig
+##
+CONFIG_INFINIBAND_CXGB4=m
+
+##
+## file: drivers/infiniband/hw/hfi1/Kconfig
+##
+CONFIG_INFINIBAND_HFI1=m
+
+##
+## file: drivers/infiniband/hw/irdma/Kconfig
+##
+CONFIG_INFINIBAND_IRDMA=m
+
+##
+## file: drivers/infiniband/hw/mlx4/Kconfig
+##
+CONFIG_MLX4_INFINIBAND=m
+
+##
+## file: drivers/infiniband/hw/mlx5/Kconfig
+##
+CONFIG_MLX5_INFINIBAND=m
+
+##
+## file: drivers/infiniband/hw/mthca/Kconfig
+##
+CONFIG_INFINIBAND_MTHCA=m
+CONFIG_INFINIBAND_MTHCA_DEBUG=y
+
+##
+## file: drivers/infiniband/hw/ocrdma/Kconfig
+##
+CONFIG_INFINIBAND_OCRDMA=m
+
+##
+## file: drivers/infiniband/hw/qedr/Kconfig
+##
+CONFIG_INFINIBAND_QEDR=m
+
+##
+## file: drivers/infiniband/hw/qib/Kconfig
+##
+CONFIG_INFINIBAND_QIB=m
+CONFIG_INFINIBAND_QIB_DCA=y
+
+##
+## file: drivers/infiniband/sw/rdmavt/Kconfig
+##
+CONFIG_INFINIBAND_RDMAVT=m
+
+##
+## file: drivers/infiniband/sw/rxe/Kconfig
+##
+CONFIG_RDMA_RXE=m
+
+##
+## file: drivers/infiniband/ulp/ipoib/Kconfig
+##
+CONFIG_INFINIBAND_IPOIB=m
+CONFIG_INFINIBAND_IPOIB_CM=y
+CONFIG_INFINIBAND_IPOIB_DEBUG=y
+# CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set
+
+##
+## file: drivers/infiniband/ulp/iser/Kconfig
+##
+CONFIG_INFINIBAND_ISER=m
+
+##
+## file: drivers/infiniband/ulp/isert/Kconfig
+##
+CONFIG_INFINIBAND_ISERT=m
+
+##
+## file: drivers/infiniband/ulp/srp/Kconfig
+##
+CONFIG_INFINIBAND_SRP=m
+
+##
+## file: drivers/infiniband/ulp/srpt/Kconfig
+##
+CONFIG_INFINIBAND_SRPT=m
+
+##
+## file: drivers/input/Kconfig
+##
+CONFIG_INPUT=y
+CONFIG_INPUT_LEDS=y
+CONFIG_INPUT_FF_MEMLESS=m
+CONFIG_INPUT_SPARSEKMAP=m
+# CONFIG_INPUT_MATRIXKMAP is not set
+CONFIG_INPUT_MOUSEDEV=y
+CONFIG_INPUT_MOUSEDEV_PSAUX=y
+CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
+CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
+CONFIG_INPUT_JOYDEV=m
+CONFIG_INPUT_EVDEV=m
+# CONFIG_INPUT_EVBUG is not set
+
+##
+## file: drivers/input/joystick/Kconfig
+##
+CONFIG_INPUT_JOYSTICK=y
+CONFIG_JOYSTICK_ANALOG=m
+CONFIG_JOYSTICK_A3D=m
+CONFIG_JOYSTICK_ADI=m
+CONFIG_JOYSTICK_COBRA=m
+CONFIG_JOYSTICK_GF2K=m
+CONFIG_JOYSTICK_GRIP=m
+CONFIG_JOYSTICK_GRIP_MP=m
+CONFIG_JOYSTICK_GUILLEMOT=m
+CONFIG_JOYSTICK_INTERACT=m
+CONFIG_JOYSTICK_SIDEWINDER=m
+CONFIG_JOYSTICK_TMDC=m
+CONFIG_JOYSTICK_WARRIOR=m
+CONFIG_JOYSTICK_MAGELLAN=m
+CONFIG_JOYSTICK_SPACEORB=m
+CONFIG_JOYSTICK_SPACEBALL=m
+CONFIG_JOYSTICK_STINGER=m
+CONFIG_JOYSTICK_TWIDJOY=m
+CONFIG_JOYSTICK_ZHENHUA=m
+CONFIG_JOYSTICK_DB9=m
+CONFIG_JOYSTICK_GAMECON=m
+CONFIG_JOYSTICK_TURBOGRAFX=m
+# CONFIG_JOYSTICK_AS5011 is not set
+CONFIG_JOYSTICK_JOYDUMP=m
+CONFIG_JOYSTICK_XPAD=m
+CONFIG_JOYSTICK_XPAD_FF=y
+CONFIG_JOYSTICK_XPAD_LEDS=y
+CONFIG_JOYSTICK_WALKERA0701=m
+# CONFIG_JOYSTICK_PSXPAD_SPI is not set
+CONFIG_JOYSTICK_PXRC=m
+
+##
+## file: drivers/input/joystick/iforce/Kconfig
+##
+CONFIG_JOYSTICK_IFORCE=m
+CONFIG_JOYSTICK_IFORCE_USB=y
+CONFIG_JOYSTICK_IFORCE_232=y
+
+##
+## file: drivers/input/keyboard/Kconfig
+##
+CONFIG_INPUT_KEYBOARD=y
+# CONFIG_KEYBOARD_ADC is not set
+CONFIG_KEYBOARD_ADP5588=m
+# CONFIG_KEYBOARD_ADP5589 is not set
+# CONFIG_KEYBOARD_QT1070 is not set
+CONFIG_KEYBOARD_QT2160=m
+# CONFIG_KEYBOARD_DLINK_DIR685 is not set
+# CONFIG_KEYBOARD_GPIO is not set
+# CONFIG_KEYBOARD_GPIO_POLLED is not set
+# CONFIG_KEYBOARD_TCA6416 is not set
+# CONFIG_KEYBOARD_TCA8418 is not set
+# CONFIG_KEYBOARD_MATRIX is not set
+CONFIG_KEYBOARD_LM8323=m
+# CONFIG_KEYBOARD_LM8333 is not set
+CONFIG_KEYBOARD_MAX7359=m
+# CONFIG_KEYBOARD_MCS is not set
+# CONFIG_KEYBOARD_MPR121 is not set
+CONFIG_KEYBOARD_OPENCORES=m
+# CONFIG_KEYBOARD_SAMSUNG is not set
+CONFIG_KEYBOARD_STOWAWAY=m
+# CONFIG_KEYBOARD_OMAP4 is not set
+# CONFIG_KEYBOARD_TM2_TOUCHKEY is not set
+# CONFIG_KEYBOARD_CAP11XX is not set
+# CONFIG_KEYBOARD_BCM is not set
+
+##
+## file: drivers/input/misc/Kconfig
+##
+# CONFIG_INPUT_AD714X is not set
+# CONFIG_INPUT_BMA150 is not set
+# CONFIG_INPUT_E3X0_BUTTON is not set
+# CONFIG_INPUT_MMA8450 is not set
+# CONFIG_INPUT_GPIO_BEEPER is not set
+# CONFIG_INPUT_GPIO_DECODER is not set
+CONFIG_INPUT_ATI_REMOTE2=m
+CONFIG_INPUT_KEYSPAN_REMOTE=m
+# CONFIG_INPUT_KXTJ9 is not set
+CONFIG_INPUT_POWERMATE=m
+CONFIG_INPUT_YEALINK=m
+CONFIG_INPUT_CM109=m
+# CONFIG_INPUT_REGULATOR_HAPTIC is not set
+CONFIG_INPUT_AXP20X_PEK=m
+CONFIG_INPUT_PCF50633_PMU=m
+# CONFIG_INPUT_PCF8574 is not set
+# CONFIG_INPUT_PWM_BEEPER is not set
+# CONFIG_INPUT_PWM_VIBRA is not set
+# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
+CONFIG_INPUT_WM831X_ON=m
+# CONFIG_INPUT_ADXL34X is not set
+# CONFIG_INPUT_IMS_PCU is not set
+# CONFIG_INPUT_CMA3000 is not set
+CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
+# CONFIG_INPUT_DRV260X_HAPTICS is not set
+# CONFIG_INPUT_DRV2665_HAPTICS is not set
+# CONFIG_INPUT_DRV2667_HAPTICS is not set
+
+##
+## file: drivers/input/mouse/Kconfig
+##
+CONFIG_MOUSE_PS2_ALPS=y
+CONFIG_MOUSE_PS2_BYD=y
+CONFIG_MOUSE_PS2_LOGIPS2PP=y
+CONFIG_MOUSE_PS2_SYNAPTICS=y
+CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y
+CONFIG_MOUSE_PS2_CYPRESS=y
+CONFIG_MOUSE_PS2_LIFEBOOK=y
+CONFIG_MOUSE_PS2_TRACKPOINT=y
+CONFIG_MOUSE_PS2_ELANTECH=y
+CONFIG_MOUSE_PS2_ELANTECH_SMBUS=y
+CONFIG_MOUSE_PS2_SENTELIC=y
+# CONFIG_MOUSE_PS2_TOUCHKIT is not set
+CONFIG_MOUSE_PS2_FOCALTECH=y
+# CONFIG_MOUSE_ELAN_I2C is not set
+# CONFIG_MOUSE_GPIO is not set
+CONFIG_MOUSE_SYNAPTICS_I2C=m
+CONFIG_MOUSE_SYNAPTICS_USB=m
+
+##
+## file: drivers/input/rmi4/Kconfig
+##
+# CONFIG_RMI4_I2C is not set
+# CONFIG_RMI4_SPI is not set
+CONFIG_RMI4_F03=y
+CONFIG_RMI4_F11=y
+CONFIG_RMI4_F12=y
+CONFIG_RMI4_F30=y
+CONFIG_RMI4_F34=y
+CONFIG_RMI4_F3A=y
+#. Enabling this makes input-modules pull in media/v4l2
+# CONFIG_RMI4_F54 is not set
+CONFIG_RMI4_F55=y
+
+##
+## file: drivers/input/serio/Kconfig
+##
+CONFIG_SERIO_ALTERA_PS2=m
+# CONFIG_SERIO_PS2MULT is not set
+# CONFIG_SERIO_ARC_PS2 is not set
+# CONFIG_SERIO_APBPS2 is not set
+# CONFIG_SERIO_OLPC_APSP is not set
+# CONFIG_USERIO is not set
+
+##
+## file: drivers/input/tablet/Kconfig
+##
+CONFIG_INPUT_TABLET=y
+CONFIG_TABLET_USB_ACECAD=m
+CONFIG_TABLET_USB_AIPTEK=m
+CONFIG_TABLET_USB_HANWANG=m
+CONFIG_TABLET_USB_KBTAB=m
+CONFIG_TABLET_USB_PEGASUS=m
+CONFIG_TABLET_SERIAL_WACOM4=m
+
+##
+## file: drivers/input/touchscreen/Kconfig
+##
+CONFIG_TOUCHSCREEN_ADS7846=m
+CONFIG_TOUCHSCREEN_AD7877=m
+CONFIG_TOUCHSCREEN_AD7879=m
+CONFIG_TOUCHSCREEN_AD7879_I2C=m
+# CONFIG_TOUCHSCREEN_AD7879_SPI is not set
+# CONFIG_TOUCHSCREEN_ADC is not set
+# CONFIG_TOUCHSCREEN_AR1021_I2C is not set
+#. Chromebook Pixel
+CONFIG_TOUCHSCREEN_ATMEL_MXT=m
+# CONFIG_TOUCHSCREEN_ATMEL_MXT_T37 is not set
+# CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set
+# CONFIG_TOUCHSCREEN_BU21013 is not set
+# CONFIG_TOUCHSCREEN_BU21029 is not set
+# CONFIG_TOUCHSCREEN_CHIPONE_ICN8318 is not set
+# CONFIG_TOUCHSCREEN_CHIPONE_ICN8505 is not set
+# CONFIG_TOUCHSCREEN_CY8CTMG110 is not set
+# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set
+# CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set
+CONFIG_TOUCHSCREEN_DYNAPRO=m
+CONFIG_TOUCHSCREEN_HAMPSHIRE=m
+CONFIG_TOUCHSCREEN_EETI=m
+# CONFIG_TOUCHSCREEN_EGALAX is not set
+# CONFIG_TOUCHSCREEN_EGALAX_SERIAL is not set
+# CONFIG_TOUCHSCREEN_EXC3000 is not set
+CONFIG_TOUCHSCREEN_FUJITSU=m
+CONFIG_TOUCHSCREEN_GOODIX=m
+# CONFIG_TOUCHSCREEN_HIDEEP is not set
+# CONFIG_TOUCHSCREEN_ILI210X is not set
+# CONFIG_TOUCHSCREEN_S6SY761 is not set
+CONFIG_TOUCHSCREEN_GUNZE=m
+# CONFIG_TOUCHSCREEN_EKTF2127 is not set
+# CONFIG_TOUCHSCREEN_ELAN is not set
+CONFIG_TOUCHSCREEN_ELO=m
+CONFIG_TOUCHSCREEN_WACOM_W8001=m
+# CONFIG_TOUCHSCREEN_WACOM_I2C is not set
+# CONFIG_TOUCHSCREEN_MAX11801 is not set
+CONFIG_TOUCHSCREEN_MCS5000=m
+# CONFIG_TOUCHSCREEN_MMS114 is not set
+# CONFIG_TOUCHSCREEN_MELFAS_MIP4 is not set
+CONFIG_TOUCHSCREEN_MTOUCH=m
+# CONFIG_TOUCHSCREEN_IMX6UL_TSC is not set
+CONFIG_TOUCHSCREEN_INEXIO=m
+CONFIG_TOUCHSCREEN_MK712=m
+CONFIG_TOUCHSCREEN_HTCPEN=m
+CONFIG_TOUCHSCREEN_PENMOUNT=m
+# CONFIG_TOUCHSCREEN_EDT_FT5X06 is not set
+CONFIG_TOUCHSCREEN_TOUCHRIGHT=m
+CONFIG_TOUCHSCREEN_TOUCHWIN=m
+# CONFIG_TOUCHSCREEN_PIXCIR is not set
+# CONFIG_TOUCHSCREEN_WDT87XX_I2C is not set
+CONFIG_TOUCHSCREEN_WM97XX=m
+CONFIG_TOUCHSCREEN_WM9705=y
+CONFIG_TOUCHSCREEN_WM9712=y
+CONFIG_TOUCHSCREEN_WM9713=y
+CONFIG_TOUCHSCREEN_USB_COMPOSITE=m
+CONFIG_TOUCHSCREEN_MC13783=m
+CONFIG_TOUCHSCREEN_USB_EGALAX=y
+CONFIG_TOUCHSCREEN_USB_PANJIT=y
+CONFIG_TOUCHSCREEN_USB_3M=y
+CONFIG_TOUCHSCREEN_USB_ITM=y
+CONFIG_TOUCHSCREEN_USB_ETURBO=y
+CONFIG_TOUCHSCREEN_USB_GUNZE=y
+CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y
+CONFIG_TOUCHSCREEN_USB_IRTOUCH=y
+CONFIG_TOUCHSCREEN_USB_IDEALTEK=y
+CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y
+CONFIG_TOUCHSCREEN_USB_GOTOP=y
+CONFIG_TOUCHSCREEN_USB_JASTEC=y
+CONFIG_TOUCHSCREEN_USB_ELO=y
+CONFIG_TOUCHSCREEN_USB_E2I=y
+CONFIG_TOUCHSCREEN_USB_ZYTRONIC=y
+CONFIG_TOUCHSCREEN_USB_ETT_TC45USB=y
+CONFIG_TOUCHSCREEN_USB_NEXIO=y
+CONFIG_TOUCHSCREEN_USB_EASYTOUCH=y
+CONFIG_TOUCHSCREEN_TOUCHIT213=m
+# CONFIG_TOUCHSCREEN_TSC2004 is not set
+# CONFIG_TOUCHSCREEN_TSC2005 is not set
+CONFIG_TOUCHSCREEN_TSC2007=m
+# CONFIG_TOUCHSCREEN_TSC2007_IIO is not set
+# CONFIG_TOUCHSCREEN_RM_TS is not set
+CONFIG_TOUCHSCREEN_SILEAD=m
+# CONFIG_TOUCHSCREEN_SIS_I2C is not set
+# CONFIG_TOUCHSCREEN_ST1232 is not set
+# CONFIG_TOUCHSCREEN_STMFTS is not set
+CONFIG_TOUCHSCREEN_SUR40=m
+# CONFIG_TOUCHSCREEN_SX8654 is not set
+CONFIG_TOUCHSCREEN_TPS6507X=m
+# CONFIG_TOUCHSCREEN_ZET6223 is not set
+# CONFIG_TOUCHSCREEN_ZFORCE is not set
+# CONFIG_TOUCHSCREEN_ROHM_BU21023 is not set
+
+##
+## file: drivers/iommu/Kconfig
+##
+CONFIG_IOMMU_SUPPORT=y
+
+##
+## file: drivers/ipack/Kconfig
+##
+# CONFIG_IPACK_BUS is not set
+
+##
+## file: drivers/isdn/Kconfig
+##
+# CONFIG_ISDN is not set
+
+##
+## file: drivers/isdn/hardware/mISDN/Kconfig
+##
+CONFIG_MISDN_HFCPCI=m
+CONFIG_MISDN_HFCMULTI=m
+CONFIG_MISDN_HFCUSB=m
+CONFIG_MISDN_AVMFRITZ=m
+CONFIG_MISDN_SPEEDFAX=m
+CONFIG_MISDN_INFINEON=m
+CONFIG_MISDN_W6692=m
+#. Binds a generic PCI bridge
+# CONFIG_MISDN_NETJET is not set
+
+##
+## file: drivers/isdn/mISDN/Kconfig
+##
+CONFIG_MISDN=m
+CONFIG_MISDN_DSP=m
+CONFIG_MISDN_L1OIP=m
+
+##
+## file: drivers/leds/Kconfig
+##
+CONFIG_NEW_LEDS=y
+CONFIG_LEDS_CLASS=y
+# CONFIG_LEDS_CLASS_FLASH is not set
+CONFIG_LEDS_CLASS_MULTICOLOR=m
+CONFIG_LEDS_BRIGHTNESS_HW_CHANGED=y
+# CONFIG_LEDS_BCM6328 is not set
+# CONFIG_LEDS_BCM6358 is not set
+# CONFIG_LEDS_LM3530 is not set
+# CONFIG_LEDS_LM3642 is not set
+CONFIG_LEDS_NET48XX=m
+# CONFIG_LEDS_PCA9532 is not set
+CONFIG_LEDS_GPIO=m
+CONFIG_LEDS_LP3944=m
+# CONFIG_LEDS_LP3952 is not set
+# CONFIG_LEDS_LP5521 is not set
+# CONFIG_LEDS_LP5523 is not set
+# CONFIG_LEDS_LP5562 is not set
+# CONFIG_LEDS_LP8501 is not set
+# CONFIG_LEDS_LP8860 is not set
+CONFIG_LEDS_PCA955X=m
+# CONFIG_LEDS_PCA963X is not set
+CONFIG_LEDS_WM831X_STATUS=m
+CONFIG_LEDS_WM8350=m
+CONFIG_LEDS_DAC124S085=m
+CONFIG_LEDS_REGULATOR=m
+CONFIG_LEDS_BD2802=m
+CONFIG_LEDS_INTEL_SS4200=m
+CONFIG_LEDS_LT3593=m
+CONFIG_LEDS_MC13783=m
+# CONFIG_LEDS_TCA6507 is not set
+# CONFIG_LEDS_TLC591XX is not set
+# CONFIG_LEDS_LM355x is not set
+# CONFIG_LEDS_OT200 is not set
+# CONFIG_LEDS_BLINKM is not set
+# CONFIG_LEDS_MLXCPLD is not set
+
+##
+## file: drivers/leds/trigger/Kconfig
+##
+CONFIG_LEDS_TRIGGERS=y
+CONFIG_LEDS_TRIGGER_TIMER=m
+CONFIG_LEDS_TRIGGER_ONESHOT=m
+CONFIG_LEDS_TRIGGER_DISK=y
+CONFIG_LEDS_TRIGGER_MTD=y
+CONFIG_LEDS_TRIGGER_HEARTBEAT=m
+CONFIG_LEDS_TRIGGER_BACKLIGHT=m
+CONFIG_LEDS_TRIGGER_CPU=y
+CONFIG_LEDS_TRIGGER_ACTIVITY=m
+CONFIG_LEDS_TRIGGER_GPIO=m
+CONFIG_LEDS_TRIGGER_DEFAULT_ON=m
+CONFIG_LEDS_TRIGGER_TRANSIENT=m
+CONFIG_LEDS_TRIGGER_CAMERA=m
+CONFIG_LEDS_TRIGGER_PANIC=y
+CONFIG_LEDS_TRIGGER_NETDEV=m
+CONFIG_LEDS_TRIGGER_PATTERN=m
+
+##
+## file: drivers/mailbox/Kconfig
+##
+# CONFIG_MAILBOX is not set
+
+##
+## file: drivers/mcb/Kconfig
+##
+# CONFIG_MCB is not set
+
+##
+## file: drivers/md/Kconfig
+##
+CONFIG_MD=y
+CONFIG_BLK_DEV_MD=m
+CONFIG_MD_RAID0=m
+CONFIG_MD_RAID1=m
+CONFIG_MD_RAID10=m
+CONFIG_MD_RAID456=m
+CONFIG_MD_CLUSTER=m
+CONFIG_BLK_DEV_DM=m
+# CONFIG_DM_DEBUG is not set
+# CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING is not set
+# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set
+CONFIG_DM_UNSTRIPED=m
+CONFIG_DM_CRYPT=m
+CONFIG_DM_SNAPSHOT=m
+CONFIG_DM_THIN_PROVISIONING=m
+CONFIG_DM_CACHE=m
+CONFIG_DM_CACHE_SMQ=m
+CONFIG_DM_WRITECACHE=m
+CONFIG_DM_ERA=m
+CONFIG_DM_MIRROR=m
+CONFIG_DM_LOG_USERSPACE=m
+CONFIG_DM_RAID=m
+CONFIG_DM_ZERO=m
+CONFIG_DM_MULTIPATH=m
+CONFIG_DM_MULTIPATH_QL=m
+CONFIG_DM_MULTIPATH_ST=m
+CONFIG_DM_DELAY=m
+CONFIG_DM_UEVENT=y
+CONFIG_DM_FLAKEY=m
+CONFIG_DM_VERITY=m
+CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG=y
+CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG_SECONDARY_KEYRING=y
+CONFIG_DM_VERITY_FEC=y
+CONFIG_DM_SWITCH=m
+CONFIG_DM_LOG_WRITES=m
+CONFIG_DM_INTEGRITY=m
+CONFIG_DM_ZONED=m
+
+##
+## file: drivers/md/bcache/Kconfig
+##
+CONFIG_BCACHE=m
+# CONFIG_BCACHE_DEBUG is not set
+
+##
+## file: drivers/media/Kconfig
+##
+CONFIG_MEDIA_SUPPORT=m
+CONFIG_MEDIA_SUBDRV_AUTOSELECT=y
+CONFIG_MEDIA_CAMERA_SUPPORT=y
+CONFIG_MEDIA_ANALOG_TV_SUPPORT=y
+CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
+CONFIG_MEDIA_RADIO_SUPPORT=y
+CONFIG_MEDIA_SDR_SUPPORT=y
+CONFIG_MEDIA_CONTROLLER=y
+
+##
+## file: drivers/media/cec/Kconfig
+##
+CONFIG_MEDIA_CEC_RC=y
+CONFIG_MEDIA_CEC_SUPPORT=y
+
+##
+## file: drivers/media/cec/usb/pulse8/Kconfig
+##
+CONFIG_USB_PULSE8_CEC=m
+
+##
+## file: drivers/media/cec/usb/rainshadow/Kconfig
+##
+CONFIG_USB_RAINSHADOW_CEC=m
+
+##
+## file: drivers/media/common/siano/Kconfig
+##
+CONFIG_SMS_SIANO_RC=y
+# CONFIG_SMS_SIANO_DEBUGFS is not set
+
+##
+## file: drivers/media/dvb-core/Kconfig
+##
+# CONFIG_DVB_MMAP is not set
+CONFIG_DVB_NET=y
+CONFIG_DVB_DYNAMIC_MINORS=y
+# CONFIG_DVB_DEMUX_SECTION_LOSS_LOG is not set
+# CONFIG_DVB_ULE_DEBUG is not set
+
+##
+## file: drivers/media/dvb-frontends/Kconfig
+##
+CONFIG_DVB_CX24110=m
+CONFIG_DVB_CX24123=m
+CONFIG_DVB_MT312=m
+CONFIG_DVB_S5H1420=m
+CONFIG_DVB_STV0299=m
+CONFIG_DVB_TDA10086=m
+CONFIG_DVB_TDA8083=m
+CONFIG_DVB_TDA826X=m
+CONFIG_DVB_TUA6100=m
+CONFIG_DVB_TUNER_ITD1000=m
+CONFIG_DVB_VES1X93=m
+CONFIG_DVB_CX22700=m
+CONFIG_DVB_CX22702=m
+CONFIG_DVB_DIB3000MB=m
+CONFIG_DVB_DIB3000MC=m
+CONFIG_DVB_DIB7000M=m
+CONFIG_DVB_DIB7000P=m
+CONFIG_DVB_L64781=m
+CONFIG_DVB_MT352=m
+CONFIG_DVB_NXT6000=m
+CONFIG_DVB_SP887X=m
+CONFIG_DVB_TDA1004X=m
+CONFIG_DVB_ZL10353=m
+CONFIG_DVB_STV0297=m
+CONFIG_DVB_TDA10021=m
+CONFIG_DVB_TDA10023=m
+CONFIG_DVB_VES1820=m
+CONFIG_DVB_BCM3510=m
+CONFIG_DVB_LGDT330X=m
+CONFIG_DVB_NXT200X=m
+CONFIG_DVB_OR51132=m
+CONFIG_DVB_OR51211=m
+CONFIG_DVB_S5H1409=m
+CONFIG_DVB_S921=m
+CONFIG_DVB_TC90522=m
+CONFIG_DVB_PLL=m
+CONFIG_DVB_ISL6405=m
+CONFIG_DVB_ISL6421=m
+CONFIG_DVB_LGS8GXX=m
+CONFIG_DVB_LNBP21=m
+CONFIG_DVB_DUMMY_FE=m
+
+##
+## file: drivers/media/firewire/Kconfig
+##
+CONFIG_DVB_FIREDTV=m
+
+##
+## file: drivers/media/i2c/Kconfig
+##
+# CONFIG_VIDEO_MT9M001 is not set
+# CONFIG_VIDEO_MT9T112 is not set
+# CONFIG_VIDEO_OV2640 is not set
+CONFIG_VIDEO_OV7670=m
+# CONFIG_VIDEO_OV772X is not set
+# CONFIG_VIDEO_OV9640 is not set
+# CONFIG_VIDEO_RJ54N1 is not set
+CONFIG_VIDEO_CS53L32A=m
+CONFIG_VIDEO_MSP3400=m
+CONFIG_VIDEO_TDA7432=m
+CONFIG_VIDEO_TDA9840=m
+CONFIG_VIDEO_TEA6415C=m
+CONFIG_VIDEO_TEA6420=m
+CONFIG_VIDEO_TLV320AIC23B=m
+CONFIG_VIDEO_TVAUDIO=m
+CONFIG_VIDEO_WM8739=m
+CONFIG_VIDEO_WM8775=m
+CONFIG_VIDEO_SAA6588=m
+CONFIG_VIDEO_BT819=m
+CONFIG_VIDEO_BT856=m
+CONFIG_VIDEO_KS0127=m
+CONFIG_VIDEO_SAA7110=m
+CONFIG_VIDEO_SAA711X=m
+CONFIG_VIDEO_TVP5150=m
+# CONFIG_VIDEO_TW9910 is not set
+CONFIG_VIDEO_VPX3220=m
+CONFIG_VIDEO_ADV7170=m
+CONFIG_VIDEO_ADV7175=m
+CONFIG_VIDEO_SAA7127=m
+CONFIG_VIDEO_SAA7185=m
+CONFIG_VIDEO_UPD64031A=m
+CONFIG_VIDEO_UPD64083=m
+
+##
+## file: drivers/media/i2c/cx25840/Kconfig
+##
+CONFIG_VIDEO_CX25840=m
+
+##
+## file: drivers/media/mc/Kconfig
+##
+# CONFIG_MEDIA_CONTROLLER_DVB is not set
+
+##
+## file: drivers/media/mmc/siano/Kconfig
+##
+CONFIG_SMS_SDIO_DRV=m
+
+##
+## file: drivers/media/pci/Kconfig
+##
+CONFIG_MEDIA_PCI_SUPPORT=y
+# CONFIG_VIDEO_PCI_SKELETON is not set
+
+##
+## file: drivers/media/pci/b2c2/Kconfig
+##
+CONFIG_DVB_B2C2_FLEXCOP_PCI=m
+# CONFIG_DVB_B2C2_FLEXCOP_PCI_DEBUG is not set
+
+##
+## file: drivers/media/pci/bt8xx/Kconfig
+##
+CONFIG_VIDEO_BT848=m
+CONFIG_DVB_BT8XX=m
+
+##
+## file: drivers/media/pci/cx18/Kconfig
+##
+CONFIG_VIDEO_CX18=m
+CONFIG_VIDEO_CX18_ALSA=m
+
+##
+## file: drivers/media/pci/cx23885/Kconfig
+##
+CONFIG_VIDEO_CX23885=m
+CONFIG_MEDIA_ALTERA_CI=m
+
+##
+## file: drivers/media/pci/cx25821/Kconfig
+##
+# CONFIG_VIDEO_CX25821 is not set
+
+##
+## file: drivers/media/pci/cx88/Kconfig
+##
+CONFIG_VIDEO_CX88=m
+CONFIG_VIDEO_CX88_ALSA=m
+CONFIG_VIDEO_CX88_BLACKBIRD=m
+CONFIG_VIDEO_CX88_DVB=m
+CONFIG_VIDEO_CX88_ENABLE_VP3054=y
+
+##
+## file: drivers/media/pci/ddbridge/Kconfig
+##
+CONFIG_DVB_DDBRIDGE=m
+# CONFIG_DVB_DDBRIDGE_MSIENABLE is not set
+
+##
+## file: drivers/media/pci/dm1105/Kconfig
+##
+CONFIG_DVB_DM1105=m
+
+##
+## file: drivers/media/pci/dt3155/Kconfig
+##
+CONFIG_VIDEO_DT3155=m
+
+##
+## file: drivers/media/pci/ivtv/Kconfig
+##
+CONFIG_VIDEO_IVTV=m
+CONFIG_VIDEO_IVTV_ALSA=m
+CONFIG_VIDEO_FB_IVTV=m
+
+##
+## file: drivers/media/pci/mantis/Kconfig
+##
+CONFIG_MANTIS_CORE=m
+CONFIG_DVB_MANTIS=m
+CONFIG_DVB_HOPPER=m
+
+##
+## file: drivers/media/pci/netup_unidvb/Kconfig
+##
+CONFIG_DVB_NETUP_UNIDVB=m
+
+##
+## file: drivers/media/pci/ngene/Kconfig
+##
+CONFIG_DVB_NGENE=m
+
+##
+## file: drivers/media/pci/pluto2/Kconfig
+##
+CONFIG_DVB_PLUTO2=m
+
+##
+## file: drivers/media/pci/pt1/Kconfig
+##
+CONFIG_DVB_PT1=m
+
+##
+## file: drivers/media/pci/pt3/Kconfig
+##
+CONFIG_DVB_PT3=m
+
+##
+## file: drivers/media/pci/saa7134/Kconfig
+##
+CONFIG_VIDEO_SAA7134=m
+CONFIG_VIDEO_SAA7134_ALSA=m
+CONFIG_VIDEO_SAA7134_RC=y
+CONFIG_VIDEO_SAA7134_DVB=m
+
+##
+## file: drivers/media/pci/saa7146/Kconfig
+##
+CONFIG_VIDEO_HEXIUM_GEMINI=m
+CONFIG_VIDEO_HEXIUM_ORION=m
+CONFIG_VIDEO_MXB=m
+
+##
+## file: drivers/media/pci/saa7164/Kconfig
+##
+CONFIG_VIDEO_SAA7164=m
+
+##
+## file: drivers/media/pci/smipcie/Kconfig
+##
+CONFIG_DVB_SMIPCIE=m
+
+##
+## file: drivers/media/pci/solo6x10/Kconfig
+##
+CONFIG_VIDEO_SOLO6X10=m
+
+##
+## file: drivers/media/pci/ttpci/Kconfig
+##
+CONFIG_DVB_BUDGET_CORE=m
+CONFIG_DVB_BUDGET=m
+CONFIG_DVB_BUDGET_CI=m
+CONFIG_DVB_BUDGET_AV=m
+
+##
+## file: drivers/media/pci/tw5864/Kconfig
+##
+CONFIG_VIDEO_TW5864=m
+
+##
+## file: drivers/media/pci/tw68/Kconfig
+##
+CONFIG_VIDEO_TW68=m
+
+##
+## file: drivers/media/pci/tw686x/Kconfig
+##
+CONFIG_VIDEO_TW686X=m
+
+##
+## file: drivers/media/platform/Kconfig
+##
+CONFIG_V4L_PLATFORM_DRIVERS=y
+# CONFIG_SDR_PLATFORM_DRIVERS is not set
+# CONFIG_DVB_PLATFORM_DRIVERS is not set
+CONFIG_V4L_MEM2MEM_DRIVERS=y
+# CONFIG_VIDEO_MEM2MEM_DEINTERLACE is not set
+
+##
+## file: drivers/media/platform/marvell/Kconfig
+##
+CONFIG_VIDEO_CAFE_CCIC=m
+
+##
+## file: drivers/media/platform/renesas/Kconfig
+##
+# CONFIG_VIDEO_RENESAS_CEU is not set
+
+##
+## file: drivers/media/radio/Kconfig
+##
+CONFIG_RADIO_ADAPTERS=y
+# CONFIG_RADIO_SAA7706H is not set
+CONFIG_RADIO_SHARK=m
+CONFIG_RADIO_SHARK2=m
+# CONFIG_RADIO_SI4713 is not set
+# CONFIG_RADIO_TEA5764 is not set
+# CONFIG_RADIO_TEF6862 is not set
+# CONFIG_RADIO_WL1273 is not set
+CONFIG_USB_KEENE=m
+CONFIG_USB_MA901=m
+CONFIG_USB_MR800=m
+CONFIG_USB_RAREMONO=m
+
+##
+## file: drivers/media/radio/si470x/Kconfig
+##
+CONFIG_RADIO_SI470X=y
+CONFIG_USB_SI470X=m
+# CONFIG_I2C_SI470X is not set
+
+##
+## file: drivers/media/radio/si4713/Kconfig
+##
+# CONFIG_I2C_SI4713 is not set
+
+##
+## file: drivers/media/radio/wl128x/Kconfig
+##
+# CONFIG_RADIO_WL128X is not set
+
+##
+## file: drivers/media/rc/Kconfig
+##
+CONFIG_RC_CORE=m
+CONFIG_LIRC=y
+CONFIG_RC_DECODERS=y
+CONFIG_IR_IMON_DECODER=m
+CONFIG_IR_JVC_DECODER=m
+CONFIG_IR_MCE_KBD_DECODER=m
+CONFIG_IR_NEC_DECODER=m
+CONFIG_IR_RC5_DECODER=m
+CONFIG_IR_RC6_DECODER=m
+CONFIG_IR_SANYO_DECODER=m
+CONFIG_IR_SHARP_DECODER=m
+CONFIG_IR_SONY_DECODER=m
+CONFIG_IR_XMP_DECODER=m
+CONFIG_RC_DEVICES=y
+CONFIG_IR_ENE=m
+# CONFIG_IR_GPIO_CIR is not set
+# CONFIG_IR_HIX5HD2 is not set
+CONFIG_IR_IGORPLUGUSB=m
+CONFIG_IR_IGUANA=m
+CONFIG_IR_IMON=m
+CONFIG_IR_IMON_RAW=m
+CONFIG_IR_MCEUSB=m
+# CONFIG_IR_NUVOTON is not set
+CONFIG_IR_REDRAT3=m
+CONFIG_IR_STREAMZAP=m
+CONFIG_IR_TTUSBIR=m
+CONFIG_RC_ATI_REMOTE=m
+CONFIG_RC_LOOPBACK=m
+
+##
+## file: drivers/media/rc/img-ir/Kconfig
+##
+# CONFIG_IR_IMG is not set
+
+##
+## file: drivers/media/rc/keymaps/Kconfig
+##
+CONFIG_RC_MAP=m
+
+##
+## file: drivers/media/spi/Kconfig
+##
+# CONFIG_CXD2880_SPI_DRV is not set
+
+##
+## file: drivers/media/test-drivers/Kconfig
+##
+CONFIG_V4L_TEST_DRIVERS=y
+# CONFIG_VIDEO_VIM2M is not set
+
+##
+## file: drivers/media/test-drivers/vivid/Kconfig
+##
+CONFIG_VIDEO_VIVID=m
+CONFIG_VIDEO_VIVID_CEC=y
+CONFIG_VIDEO_VIVID_MAX_DEVS=64
+
+##
+## file: drivers/media/tuners/Kconfig
+##
+CONFIG_MEDIA_TUNER_MT2060=m
+CONFIG_MEDIA_TUNER_MT2131=m
+CONFIG_MEDIA_TUNER_QT1010=m
+CONFIG_MEDIA_TUNER_TDA827X=m
+CONFIG_MEDIA_TUNER_TEA5761=y
+
+##
+## file: drivers/media/usb/Kconfig
+##
+CONFIG_MEDIA_USB_SUPPORT=y
+
+##
+## file: drivers/media/usb/airspy/Kconfig
+##
+CONFIG_USB_AIRSPY=m
+
+##
+## file: drivers/media/usb/as102/Kconfig
+##
+CONFIG_DVB_AS102=m
+
+##
+## file: drivers/media/usb/au0828/Kconfig
+##
+CONFIG_VIDEO_AU0828=m
+CONFIG_VIDEO_AU0828_V4L2=y
+CONFIG_VIDEO_AU0828_RC=y
+
+##
+## file: drivers/media/usb/b2c2/Kconfig
+##
+CONFIG_DVB_B2C2_FLEXCOP_USB=m
+# CONFIG_DVB_B2C2_FLEXCOP_USB_DEBUG is not set
+
+##
+## file: drivers/media/usb/cx231xx/Kconfig
+##
+CONFIG_VIDEO_CX231XX=m
+CONFIG_VIDEO_CX231XX_RC=y
+CONFIG_VIDEO_CX231XX_ALSA=m
+CONFIG_VIDEO_CX231XX_DVB=m
+
+##
+## file: drivers/media/usb/dvb-usb/Kconfig
+##
+CONFIG_DVB_USB=m
+# CONFIG_DVB_USB_DEBUG is not set
+CONFIG_DVB_USB_A800=m
+CONFIG_DVB_USB_AF9005=m
+CONFIG_DVB_USB_AF9005_REMOTE=m
+CONFIG_DVB_USB_AZ6027=m
+CONFIG_DVB_USB_CINERGY_T2=m
+CONFIG_DVB_USB_CXUSB=m
+CONFIG_DVB_USB_DIB0700=m
+CONFIG_DVB_USB_DIBUSB_MB=m
+CONFIG_DVB_USB_DIBUSB_MB_FAULTY=y
+CONFIG_DVB_USB_DIBUSB_MC=m
+CONFIG_DVB_USB_DIGITV=m
+CONFIG_DVB_USB_DTT200U=m
+CONFIG_DVB_USB_DTV5100=m
+CONFIG_DVB_USB_DW2102=m
+CONFIG_DVB_USB_GP8PSK=m
+CONFIG_DVB_USB_M920X=m
+CONFIG_DVB_USB_NOVA_T_USB2=m
+CONFIG_DVB_USB_OPERA1=m
+CONFIG_DVB_USB_PCTV452E=m
+CONFIG_DVB_USB_TECHNISAT_USB2=m
+CONFIG_DVB_USB_TTUSB2=m
+CONFIG_DVB_USB_UMT_010=m
+CONFIG_DVB_USB_VP702X=m
+CONFIG_DVB_USB_VP7045=m
+
+##
+## file: drivers/media/usb/dvb-usb-v2/Kconfig
+##
+CONFIG_DVB_USB_V2=m
+CONFIG_DVB_USB_AF9015=m
+CONFIG_DVB_USB_AF9035=m
+CONFIG_DVB_USB_ANYSEE=m
+CONFIG_DVB_USB_AU6610=m
+CONFIG_DVB_USB_AZ6007=m
+CONFIG_DVB_USB_CE6230=m
+CONFIG_DVB_USB_DVBSKY=m
+CONFIG_DVB_USB_EC168=m
+CONFIG_DVB_USB_GL861=m
+CONFIG_DVB_USB_LME2510=m
+CONFIG_DVB_USB_MXL111SF=m
+CONFIG_DVB_USB_RTL28XXU=m
+CONFIG_DVB_USB_ZD1301=m
+
+##
+## file: drivers/media/usb/em28xx/Kconfig
+##
+CONFIG_VIDEO_EM28XX=m
+CONFIG_VIDEO_EM28XX_V4L2=m
+CONFIG_VIDEO_EM28XX_ALSA=m
+CONFIG_VIDEO_EM28XX_DVB=m
+CONFIG_VIDEO_EM28XX_RC=y
+
+##
+## file: drivers/media/usb/go7007/Kconfig
+##
+CONFIG_VIDEO_GO7007=m
+CONFIG_VIDEO_GO7007_USB=m
+CONFIG_VIDEO_GO7007_LOADER=m
+CONFIG_VIDEO_GO7007_USB_S2250_BOARD=m
+
+##
+## file: drivers/media/usb/gspca/Kconfig
+##
+CONFIG_USB_GSPCA=m
+CONFIG_USB_GSPCA_BENQ=m
+CONFIG_USB_GSPCA_CONEX=m
+CONFIG_USB_GSPCA_CPIA1=m
+CONFIG_USB_GSPCA_DTCS033=m
+CONFIG_USB_GSPCA_ETOMS=m
+CONFIG_USB_GSPCA_FINEPIX=m
+CONFIG_USB_GSPCA_JEILINJ=m
+CONFIG_USB_GSPCA_JL2005BCD=m
+CONFIG_USB_GSPCA_KINECT=m
+CONFIG_USB_GSPCA_KONICA=m
+CONFIG_USB_GSPCA_MARS=m
+CONFIG_USB_GSPCA_MR97310A=m
+CONFIG_USB_GSPCA_NW80X=m
+CONFIG_USB_GSPCA_OV519=m
+CONFIG_USB_GSPCA_OV534=m
+CONFIG_USB_GSPCA_OV534_9=m
+CONFIG_USB_GSPCA_PAC207=m
+CONFIG_USB_GSPCA_PAC7302=m
+CONFIG_USB_GSPCA_PAC7311=m
+CONFIG_USB_GSPCA_SE401=m
+CONFIG_USB_GSPCA_SN9C2028=m
+CONFIG_USB_GSPCA_SN9C20X=m
+CONFIG_USB_GSPCA_SONIXB=m
+CONFIG_USB_GSPCA_SONIXJ=m
+CONFIG_USB_GSPCA_SPCA1528=m
+CONFIG_USB_GSPCA_SPCA500=m
+CONFIG_USB_GSPCA_SPCA501=m
+CONFIG_USB_GSPCA_SPCA505=m
+CONFIG_USB_GSPCA_SPCA506=m
+CONFIG_USB_GSPCA_SPCA508=m
+CONFIG_USB_GSPCA_SPCA561=m
+CONFIG_USB_GSPCA_SQ905=m
+CONFIG_USB_GSPCA_SQ905C=m
+CONFIG_USB_GSPCA_SQ930X=m
+CONFIG_USB_GSPCA_STK014=m
+CONFIG_USB_GSPCA_STK1135=m
+CONFIG_USB_GSPCA_STV0680=m
+CONFIG_USB_GSPCA_SUNPLUS=m
+CONFIG_USB_GSPCA_T613=m
+CONFIG_USB_GSPCA_TOPRO=m
+CONFIG_USB_GSPCA_TOUPTEK=m
+CONFIG_USB_GSPCA_TV8532=m
+CONFIG_USB_GSPCA_VC032X=m
+CONFIG_USB_GSPCA_VICAM=m
+CONFIG_USB_GSPCA_XIRLINK_CIT=m
+CONFIG_USB_GSPCA_ZC3XX=m
+
+##
+## file: drivers/media/usb/gspca/gl860/Kconfig
+##
+CONFIG_USB_GL860=m
+
+##
+## file: drivers/media/usb/gspca/m5602/Kconfig
+##
+CONFIG_USB_M5602=m
+
+##
+## file: drivers/media/usb/gspca/stv06xx/Kconfig
+##
+CONFIG_USB_STV06XX=m
+
+##
+## file: drivers/media/usb/hackrf/Kconfig
+##
+CONFIG_USB_HACKRF=m
+
+##
+## file: drivers/media/usb/hdpvr/Kconfig
+##
+CONFIG_VIDEO_HDPVR=m
+
+##
+## file: drivers/media/usb/msi2500/Kconfig
+##
+CONFIG_USB_MSI2500=m
+
+##
+## file: drivers/media/usb/pvrusb2/Kconfig
+##
+CONFIG_VIDEO_PVRUSB2=m
+CONFIG_VIDEO_PVRUSB2_SYSFS=y
+CONFIG_VIDEO_PVRUSB2_DVB=y
+# CONFIG_VIDEO_PVRUSB2_DEBUGIFC is not set
+
+##
+## file: drivers/media/usb/pwc/Kconfig
+##
+CONFIG_USB_PWC=m
+# CONFIG_USB_PWC_DEBUG is not set
+CONFIG_USB_PWC_INPUT_EVDEV=y
+
+##
+## file: drivers/media/usb/s2255/Kconfig
+##
+CONFIG_USB_S2255=m
+
+##
+## file: drivers/media/usb/siano/Kconfig
+##
+CONFIG_SMS_USB_DRV=m
+
+##
+## file: drivers/media/usb/stk1160/Kconfig
+##
+CONFIG_VIDEO_STK1160=m
+
+##
+## file: drivers/media/usb/ttusb-budget/Kconfig
+##
+CONFIG_DVB_TTUSB_BUDGET=m
+
+##
+## file: drivers/media/usb/ttusb-dec/Kconfig
+##
+CONFIG_DVB_TTUSB_DEC=m
+
+##
+## file: drivers/media/usb/usbtv/Kconfig
+##
+CONFIG_VIDEO_USBTV=m
+
+##
+## file: drivers/media/usb/uvc/Kconfig
+##
+CONFIG_USB_VIDEO_CLASS=m
+CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
+
+##
+## file: drivers/media/v4l2-core/Kconfig
+##
+# CONFIG_VIDEO_ADV_DEBUG is not set
+# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
+
+##
+## file: drivers/memory/Kconfig
+##
+CONFIG_MEMORY=y
+
+##
+## file: drivers/memstick/Kconfig
+##
+CONFIG_MEMSTICK=m
+# CONFIG_MEMSTICK_DEBUG is not set
+
+##
+## file: drivers/memstick/core/Kconfig
+##
+# CONFIG_MEMSTICK_UNSAFE_RESUME is not set
+CONFIG_MSPRO_BLOCK=m
+# CONFIG_MS_BLOCK is not set
+
+##
+## file: drivers/memstick/host/Kconfig
+##
+CONFIG_MEMSTICK_TIFM_MS=m
+CONFIG_MEMSTICK_JMICRON_38X=m
+CONFIG_MEMSTICK_R592=m
+CONFIG_MEMSTICK_REALTEK_PCI=m
+CONFIG_MEMSTICK_REALTEK_USB=m
+
+##
+## file: drivers/message/fusion/Kconfig
+##
+CONFIG_FUSION=y
+CONFIG_FUSION_SPI=m
+CONFIG_FUSION_FC=m
+CONFIG_FUSION_SAS=m
+CONFIG_FUSION_MAX_SGE=128
+CONFIG_FUSION_CTL=m
+CONFIG_FUSION_LAN=m
+# CONFIG_FUSION_LOGGING is not set
+
+##
+## file: drivers/mfd/Kconfig
+##
+# CONFIG_MFD_CS5535 is not set
+# CONFIG_MFD_AS3711 is not set
+# CONFIG_MFD_AS3722 is not set
+# CONFIG_PMIC_ADP5520 is not set
+# CONFIG_MFD_AAT2870_CORE is not set
+# CONFIG_MFD_ATMEL_FLEXCOM is not set
+# CONFIG_MFD_ATMEL_HLCDC is not set
+# CONFIG_MFD_BCM590XX is not set
+# CONFIG_MFD_BD9571MWV is not set
+# CONFIG_MFD_AXP20X_I2C is not set
+# CONFIG_MFD_MADERA is not set
+# CONFIG_PMIC_DA903X is not set
+# CONFIG_MFD_DA9052_SPI is not set
+# CONFIG_MFD_DA9052_I2C is not set
+# CONFIG_MFD_DA9055 is not set
+# CONFIG_MFD_DA9062 is not set
+# CONFIG_MFD_DA9063 is not set
+# CONFIG_MFD_DA9150 is not set
+# CONFIG_MFD_DLN2 is not set
+# CONFIG_MFD_EXYNOS_LPASS is not set
+# CONFIG_MFD_MC13XXX_SPI is not set
+# CONFIG_MFD_MC13XXX_I2C is not set
+# CONFIG_MFD_HI6421_PMIC is not set
+CONFIG_LPC_SCH=m
+# CONFIG_INTEL_SOC_PMIC is not set
+# CONFIG_MFD_INTEL_LPSS_ACPI is not set
+# CONFIG_MFD_INTEL_LPSS_PCI is not set
+# CONFIG_MFD_JANZ_CMODIO is not set
+# CONFIG_MFD_KEMPLD is not set
+# CONFIG_MFD_88PM800 is not set
+# CONFIG_MFD_88PM805 is not set
+# CONFIG_MFD_88PM860X is not set
+# CONFIG_MFD_MAX14577 is not set
+# CONFIG_MFD_MAX77686 is not set
+# CONFIG_MFD_MAX77693 is not set
+# CONFIG_MFD_MAX77843 is not set
+# CONFIG_MFD_MAX8907 is not set
+# CONFIG_MFD_MAX8925 is not set
+# CONFIG_MFD_MAX8997 is not set
+# CONFIG_MFD_MAX8998 is not set
+# CONFIG_MFD_MT6397 is not set
+# CONFIG_MFD_MENF21BMC is not set
+# CONFIG_EZX_PCAP is not set
+CONFIG_MFD_VIPERBOARD=m
+# CONFIG_MFD_RETU is not set
+# CONFIG_MFD_PCF50633 is not set
+CONFIG_PCF50633_ADC=m
+CONFIG_PCF50633_GPIO=m
+# CONFIG_MFD_RDC321X is not set
+# CONFIG_MFD_RT5033 is not set
+# CONFIG_MFD_RC5T583 is not set
+# CONFIG_MFD_RK8XX_I2C is not set
+# CONFIG_MFD_RK8XX_SPI is not set
+# CONFIG_MFD_RN5T618 is not set
+# CONFIG_MFD_SEC_CORE is not set
+# CONFIG_MFD_SI476X_CORE is not set
+# CONFIG_MFD_SM501 is not set
+# CONFIG_MFD_SKY81452 is not set
+# CONFIG_ABX500_CORE is not set
+# CONFIG_MFD_STMPE is not set
+# CONFIG_MFD_SYSCON is not set
+# CONFIG_MFD_TI_AM335X_TSCADC is not set
+# CONFIG_MFD_LP3943 is not set
+# CONFIG_MFD_LP8788 is not set
+# CONFIG_MFD_TI_LMU is not set
+# CONFIG_MFD_PALMAS is not set
+# CONFIG_TPS6105X is not set
+# CONFIG_TPS65010 is not set
+# CONFIG_TPS6507X is not set
+# CONFIG_MFD_TPS65086 is not set
+# CONFIG_MFD_TPS65090 is not set
+# CONFIG_MFD_TPS65217 is not set
+# CONFIG_MFD_TI_LP873X is not set
+# CONFIG_MFD_TPS65218 is not set
+# CONFIG_MFD_TPS6586X is not set
+# CONFIG_MFD_TPS65910 is not set
+# CONFIG_MFD_TPS65912_I2C is not set
+# CONFIG_MFD_TPS65912_SPI is not set
+# CONFIG_TWL4030_CORE is not set
+# CONFIG_TWL6040_CORE is not set
+# CONFIG_MFD_WL1273_CORE is not set
+# CONFIG_MFD_LM3533 is not set
+# CONFIG_MFD_TIMBERDALE is not set
+# CONFIG_MFD_TC3589X is not set
+# CONFIG_MFD_VX855 is not set
+# CONFIG_MFD_ARIZONA_I2C is not set
+# CONFIG_MFD_ARIZONA_SPI is not set
+# CONFIG_MFD_WM8400 is not set
+# CONFIG_MFD_WM831X_I2C is not set
+# CONFIG_MFD_WM831X_SPI is not set
+# CONFIG_MFD_WM8350_I2C is not set
+# CONFIG_MFD_WM8994 is not set
+# CONFIG_RAVE_SP_CORE is not set
+
+##
+## file: drivers/misc/Kconfig
+##
+CONFIG_AD525X_DPOT=m
+CONFIG_AD525X_DPOT_I2C=m
+CONFIG_AD525X_DPOT_SPI=m
+# CONFIG_DUMMY_IRQ is not set
+CONFIG_TIFM_CORE=m
+CONFIG_TIFM_7XX1=m
+CONFIG_ICS932S401=m
+# CONFIG_ATMEL_SSC is not set
+CONFIG_ENCLOSURE_SERVICES=m
+CONFIG_SGI_XP=m
+CONFIG_CS5535_CLOCK_EVENT_SRC=m
+CONFIG_SGI_GRU=m
+# CONFIG_SGI_GRU_DEBUG is not set
+CONFIG_APDS9802ALS=m
+CONFIG_ISL29003=m
+CONFIG_ISL29020=m
+CONFIG_SENSORS_TSL2550=m
+CONFIG_SENSORS_BH1770=m
+CONFIG_SENSORS_APDS990X=m
+CONFIG_HMC6352=m
+CONFIG_DS1682=m
+# CONFIG_LATTICE_ECP3_CONFIG is not set
+# CONFIG_SRAM is not set
+# CONFIG_PCI_ENDPOINT_TEST is not set
+
+##
+## file: drivers/misc/altera-stapl/Kconfig
+##
+# CONFIG_ALTERA_STAPL is not set
+
+##
+## file: drivers/misc/c2port/Kconfig
+##
+CONFIG_C2PORT=m
+CONFIG_C2PORT_DURAMAR_2150=m
+
+##
+## file: drivers/misc/cardreader/Kconfig
+##
+CONFIG_MISC_RTSX_PCI=m
+CONFIG_MISC_RTSX_USB=m
+
+##
+## file: drivers/misc/cb710/Kconfig
+##
+CONFIG_CB710_CORE=m
+# CONFIG_CB710_DEBUG is not set
+
+##
+## file: drivers/misc/echo/Kconfig
+##
+# CONFIG_ECHO is not set
+
+##
+## file: drivers/misc/eeprom/Kconfig
+##
+CONFIG_EEPROM_AT24=m
+CONFIG_EEPROM_AT25=m
+CONFIG_EEPROM_MAX6875=m
+CONFIG_EEPROM_93CX6=m
+# CONFIG_EEPROM_93XX46 is not set
+# CONFIG_EEPROM_IDT_89HPESX is not set
+CONFIG_EEPROM_EE1004=m
+
+##
+## file: drivers/misc/genwqe/Kconfig
+##
+# CONFIG_GENWQE is not set
+
+##
+## file: drivers/misc/lis3lv02d/Kconfig
+##
+CONFIG_SENSORS_LIS3_I2C=m
+
+##
+## file: drivers/misc/ti-st/Kconfig
+##
+# CONFIG_TI_ST is not set
+
+##
+## file: drivers/mmc/core/Kconfig
+##
+CONFIG_MMC_BLOCK_MINORS=256
+CONFIG_SDIO_UART=m
+# CONFIG_MMC_TEST is not set
+
+##
+## file: drivers/mmc/host/Kconfig
+##
+CONFIG_MMC_SDHCI=m
+CONFIG_MMC_SDHCI_PCI=m
+CONFIG_MMC_RICOH_MMC=y
+# CONFIG_MMC_SDHCI_PLTFM is not set
+CONFIG_MMC_WBSD=m
+CONFIG_MMC_TIFM_SD=m
+# CONFIG_MMC_SPI is not set
+CONFIG_MMC_SDRICOH_CS=m
+CONFIG_MMC_CB710=m
+CONFIG_MMC_VIA_SDMMC=m
+CONFIG_MMC_VUB300=m
+CONFIG_MMC_USHC=m
+# CONFIG_MMC_USDHI6ROL0 is not set
+CONFIG_MMC_REALTEK_PCI=m
+CONFIG_MMC_REALTEK_USB=m
+CONFIG_MMC_TOSHIBA_PCI=m
+# CONFIG_MMC_MTK is not set
+
+##
+## file: drivers/most/Kconfig
+##
+# CONFIG_MOST is not set
+
+##
+## file: drivers/mtd/Kconfig
+##
+CONFIG_MTD=m
+# CONFIG_MTD_TESTS is not set
+CONFIG_MTD_BLOCK=m
+CONFIG_MTD_BLOCK_RO=m
+CONFIG_RFD_FTL=m
+CONFIG_SSFDC=m
+# CONFIG_SM_FTL is not set
+CONFIG_MTD_OOPS=m
+CONFIG_MTD_SWAP=m
+# CONFIG_MTD_PARTITIONED_MASTER is not set
+
+##
+## file: drivers/mtd/devices/Kconfig
+##
+CONFIG_MTD_DATAFLASH=m
+# CONFIG_MTD_DATAFLASH_WRITE_VERIFY is not set
+# CONFIG_MTD_DATAFLASH_OTP is not set
+# CONFIG_MTD_MCHP23K256 is not set
+CONFIG_MTD_SST25L=m
+# CONFIG_MTD_DOCG3 is not set
+
+##
+## file: drivers/mtd/lpddr/Kconfig
+##
+CONFIG_MTD_LPDDR=m
+
+##
+## file: drivers/mtd/maps/Kconfig
+##
+# CONFIG_MTD_PHYSMAP_OF is not set
+# CONFIG_MTD_PHYSMAP_GPIO_ADDR is not set
+# CONFIG_MTD_ESB2ROM is not set
+# CONFIG_MTD_CK804XROM is not set
+CONFIG_MTD_PCMCIA=m
+# CONFIG_MTD_PCMCIA_ANONYMOUS is not set
+CONFIG_MTD_PLATRAM=m
+
+##
+## file: drivers/mtd/nand/Kconfig
+##
+# CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC is not set
+CONFIG_MTD_NAND_ECC_SW_BCH=y
+
+##
+## file: drivers/mtd/nand/onenand/Kconfig
+##
+CONFIG_MTD_ONENAND=m
+CONFIG_MTD_ONENAND_VERIFY_WRITE=y
+# CONFIG_MTD_ONENAND_GENERIC is not set
+# CONFIG_MTD_ONENAND_OTP is not set
+CONFIG_MTD_ONENAND_2X_PROGRAM=y
+
+##
+## file: drivers/mtd/nand/raw/Kconfig
+##
+# CONFIG_MTD_NAND_DENALI_PCI is not set
+# CONFIG_MTD_NAND_DENALI_DT is not set
+CONFIG_MTD_NAND_CAFE=m
+CONFIG_MTD_NAND_CS553X=m
+# CONFIG_MTD_NAND_HISI504 is not set
+# CONFIG_MTD_NAND_MTK is not set
+# CONFIG_MTD_NAND_GPIO is not set
+# CONFIG_MTD_NAND_PLATFORM is not set
+CONFIG_MTD_NAND_NANDSIM=m
+CONFIG_MTD_NAND_RICOH=m
+
+##
+## file: drivers/mtd/nand/spi/Kconfig
+##
+# CONFIG_MTD_SPI_NAND is not set
+
+##
+## file: drivers/mtd/parsers/Kconfig
+##
+CONFIG_MTD_OF_PARTS=m
+
+##
+## file: drivers/mtd/spi-nor/Kconfig
+##
+CONFIG_MTD_SPI_NOR=m
+CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y
+
+##
+## file: drivers/mtd/ubi/Kconfig
+##
+CONFIG_MTD_UBI=m
+CONFIG_MTD_UBI_WL_THRESHOLD=4096
+CONFIG_MTD_UBI_BEB_LIMIT=20
+# CONFIG_MTD_UBI_FASTMAP is not set
+# CONFIG_MTD_UBI_GLUEBI is not set
+CONFIG_MTD_UBI_BLOCK=y
+
+##
+## file: drivers/net/Kconfig
+##
+CONFIG_NETDEVICES=y
+CONFIG_NET_CORE=y
+CONFIG_BONDING=m
+CONFIG_DUMMY=m
+CONFIG_WIREGUARD=m
+# CONFIG_WIREGUARD_DEBUG is not set
+CONFIG_EQUALIZER=m
+CONFIG_IFB=m
+CONFIG_MACVLAN=m
+CONFIG_MACVTAP=m
+CONFIG_IPVLAN=m
+CONFIG_IPVTAP=m
+CONFIG_VXLAN=m
+CONFIG_GENEVE=m
+CONFIG_GTP=m
+CONFIG_MACSEC=m
+CONFIG_NETCONSOLE=m
+CONFIG_NETCONSOLE_DYNAMIC=y
+CONFIG_TUN=m
+# CONFIG_TUN_VNET_CROSS_LE is not set
+CONFIG_VETH=m
+CONFIG_VIRTIO_NET=m
+CONFIG_NLMON=m
+CONFIG_NET_VRF=m
+CONFIG_VSOCKMON=m
+CONFIG_MHI_NET=m
+CONFIG_XEN_NETDEV_FRONTEND=m
+CONFIG_XEN_NETDEV_BACKEND=m
+# CONFIG_VMXNET3 is not set
+# CONFIG_FUJITSU_ES is not set
+# CONFIG_NETDEVSIM is not set
+CONFIG_NET_FAILOVER=m
+
+##
+## file: drivers/net/can/Kconfig
+##
+CONFIG_CAN_DEV=m
+CONFIG_CAN_VCAN=m
+CONFIG_CAN_VXCAN=m
+CONFIG_CAN_CALC_BITTIMING=y
+# CONFIG_CAN_GRCAN is not set
+CONFIG_CAN_SLCAN=m
+# CONFIG_CAN_DEBUG_DEVICES is not set
+
+##
+## file: drivers/net/can/c_can/Kconfig
+##
+# CONFIG_CAN_C_CAN is not set
+
+##
+## file: drivers/net/can/cc770/Kconfig
+##
+# CONFIG_CAN_CC770 is not set
+
+##
+## file: drivers/net/can/ifi_canfd/Kconfig
+##
+# CONFIG_CAN_IFI_CANFD is not set
+
+##
+## file: drivers/net/can/m_can/Kconfig
+##
+# CONFIG_CAN_M_CAN is not set
+
+##
+## file: drivers/net/can/peak_canfd/Kconfig
+##
+CONFIG_CAN_PEAK_PCIEFD=m
+
+##
+## file: drivers/net/can/sja1000/Kconfig
+##
+CONFIG_CAN_SJA1000=m
+CONFIG_CAN_EMS_PCI=m
+CONFIG_CAN_EMS_PCMCIA=m
+CONFIG_CAN_KVASER_PCI=m
+CONFIG_CAN_PEAK_PCI=m
+CONFIG_CAN_PEAK_PCIEC=y
+CONFIG_CAN_PEAK_PCMCIA=m
+CONFIG_CAN_PLX_PCI=m
+CONFIG_CAN_SJA1000_ISA=m
+# CONFIG_CAN_SJA1000_PLATFORM is not set
+CONFIG_CAN_TSCAN1=m
+
+##
+## file: drivers/net/can/softing/Kconfig
+##
+CONFIG_CAN_SOFTING=m
+CONFIG_CAN_SOFTING_CS=m
+
+##
+## file: drivers/net/can/spi/Kconfig
+##
+CONFIG_CAN_HI311X=m
+CONFIG_CAN_MCP251X=m
+
+##
+## file: drivers/net/can/spi/mcp251xfd/Kconfig
+##
+CONFIG_CAN_MCP251XFD=m
+
+##
+## file: drivers/net/can/usb/Kconfig
+##
+CONFIG_CAN_8DEV_USB=m
+CONFIG_CAN_EMS_USB=m
+CONFIG_CAN_ESD_USB=m
+CONFIG_CAN_GS_USB=m
+CONFIG_CAN_KVASER_USB=m
+CONFIG_CAN_MCBA_USB=m
+CONFIG_CAN_PEAK_USB=m
+CONFIG_CAN_UCAN=m
+
+##
+## file: drivers/net/dsa/Kconfig
+##
+# CONFIG_NET_DSA_BCM_SF2 is not set
+# CONFIG_NET_DSA_MV88E6060 is not set
+
+##
+## file: drivers/net/dsa/mv88e6xxx/Kconfig
+##
+# CONFIG_NET_DSA_MV88E6XXX is not set
+
+##
+## file: drivers/net/ethernet/Kconfig
+##
+CONFIG_ETHERNET=y
+# CONFIG_DNET is not set
+CONFIG_JME=m
+# CONFIG_ETHOC is not set
+
+##
+## file: drivers/net/ethernet/agere/Kconfig
+##
+CONFIG_NET_VENDOR_AGERE=y
+CONFIG_ET131X=m
+
+##
+## file: drivers/net/ethernet/alacritech/Kconfig
+##
+CONFIG_NET_VENDOR_ALACRITECH=y
+# CONFIG_SLICOSS is not set
+
+##
+## file: drivers/net/ethernet/alteon/Kconfig
+##
+CONFIG_NET_VENDOR_ALTEON=y
+CONFIG_ACENIC=m
+# CONFIG_ACENIC_OMIT_TIGON_I is not set
+
+##
+## file: drivers/net/ethernet/amazon/Kconfig
+##
+CONFIG_NET_VENDOR_AMAZON=y
+CONFIG_ENA_ETHERNET=m
+
+##
+## file: drivers/net/ethernet/amd/Kconfig
+##
+CONFIG_NET_VENDOR_AMD=y
+CONFIG_PCNET32=m
+CONFIG_AMD_XGBE_DCB=y
+
+##
+## file: drivers/net/ethernet/apm/xgene/Kconfig
+##
+# CONFIG_NET_XGENE is not set
+
+##
+## file: drivers/net/ethernet/aquantia/Kconfig
+##
+CONFIG_NET_VENDOR_AQUANTIA=y
+CONFIG_AQTION=m
+
+##
+## file: drivers/net/ethernet/arc/Kconfig
+##
+# CONFIG_NET_VENDOR_ARC is not set
+
+##
+## file: drivers/net/ethernet/atheros/Kconfig
+##
+CONFIG_NET_VENDOR_ATHEROS=y
+CONFIG_ATL2=m
+CONFIG_ATL1=m
+CONFIG_ATL1E=m
+CONFIG_ATL1C=m
+CONFIG_ALX=m
+
+##
+## file: drivers/net/ethernet/broadcom/Kconfig
+##
+CONFIG_NET_VENDOR_BROADCOM=y
+# CONFIG_BCMGENET is not set
+CONFIG_BNX2=m
+CONFIG_CNIC=m
+CONFIG_TIGON3=m
+CONFIG_TIGON3_HWMON=y
+CONFIG_BNX2X=m
+CONFIG_BNX2X_SRIOV=y
+# CONFIG_SYSTEMPORT is not set
+CONFIG_BNXT=m
+CONFIG_BNXT_SRIOV=y
+CONFIG_BNXT_FLOWER_OFFLOAD=y
+CONFIG_BNXT_DCB=y
+CONFIG_BNXT_HWMON=y
+
+##
+## file: drivers/net/ethernet/brocade/Kconfig
+##
+CONFIG_NET_VENDOR_BROCADE=y
+
+##
+## file: drivers/net/ethernet/brocade/bna/Kconfig
+##
+CONFIG_BNA=m
+
+##
+## file: drivers/net/ethernet/cadence/Kconfig
+##
+CONFIG_NET_VENDOR_CADENCE=y
+# CONFIG_MACB is not set
+
+##
+## file: drivers/net/ethernet/calxeda/Kconfig
+##
+# CONFIG_NET_CALXEDA_XGMAC is not set
+
+##
+## file: drivers/net/ethernet/cavium/Kconfig
+##
+CONFIG_NET_VENDOR_CAVIUM=y
+# CONFIG_THUNDER_NIC_PF is not set
+# CONFIG_THUNDER_NIC_VF is not set
+# CONFIG_THUNDER_NIC_BGX is not set
+# CONFIG_THUNDER_NIC_RGX is not set
+CONFIG_CAVIUM_PTP=m
+CONFIG_LIQUIDIO=m
+CONFIG_LIQUIDIO_VF=m
+
+##
+## file: drivers/net/ethernet/chelsio/Kconfig
+##
+CONFIG_NET_VENDOR_CHELSIO=y
+CONFIG_CHELSIO_T1=m
+CONFIG_CHELSIO_T1_1G=y
+CONFIG_CHELSIO_T3=m
+CONFIG_CHELSIO_T4=m
+CONFIG_CHELSIO_T4_DCB=y
+CONFIG_CHELSIO_T4_FCOE=y
+CONFIG_CHELSIO_T4VF=m
+
+##
+## file: drivers/net/ethernet/cirrus/Kconfig
+##
+# CONFIG_CS89x0_PLATFORM is not set
+
+##
+## file: drivers/net/ethernet/cisco/Kconfig
+##
+CONFIG_NET_VENDOR_CISCO=y
+
+##
+## file: drivers/net/ethernet/cisco/enic/Kconfig
+##
+CONFIG_ENIC=m
+
+##
+## file: drivers/net/ethernet/cortina/Kconfig
+##
+CONFIG_NET_VENDOR_CORTINA=y
+
+##
+## file: drivers/net/ethernet/dec/Kconfig
+##
+CONFIG_NET_VENDOR_DEC=y
+
+##
+## file: drivers/net/ethernet/dec/tulip/Kconfig
+##
+CONFIG_DE2104X_DSL=0
+CONFIG_TULIP_NAPI=y
+CONFIG_TULIP_NAPI_HW_MITIGATION=y
+CONFIG_ULI526X=m
+
+##
+## file: drivers/net/ethernet/dlink/Kconfig
+##
+CONFIG_NET_VENDOR_DLINK=y
+CONFIG_DL2K=m
+
+##
+## file: drivers/net/ethernet/emulex/Kconfig
+##
+CONFIG_NET_VENDOR_EMULEX=y
+
+##
+## file: drivers/net/ethernet/emulex/benet/Kconfig
+##
+CONFIG_BE2NET=m
+CONFIG_BE2NET_HWMON=y
+CONFIG_BE2NET_BE2=y
+CONFIG_BE2NET_BE3=y
+CONFIG_BE2NET_LANCER=y
+CONFIG_BE2NET_SKYHAWK=y
+
+##
+## file: drivers/net/ethernet/ezchip/Kconfig
+##
+CONFIG_NET_VENDOR_EZCHIP=y
+# CONFIG_EZCHIP_NPS_MANAGEMENT_ENET is not set
+
+##
+## file: drivers/net/ethernet/huawei/Kconfig
+##
+CONFIG_NET_VENDOR_HUAWEI=y
+
+##
+## file: drivers/net/ethernet/huawei/hinic/Kconfig
+##
+CONFIG_HINIC=m
+
+##
+## file: drivers/net/ethernet/i825xx/Kconfig
+##
+CONFIG_NET_VENDOR_I825XX=y
+
+##
+## file: drivers/net/ethernet/intel/Kconfig
+##
+CONFIG_NET_VENDOR_INTEL=y
+CONFIG_E1000=m
+CONFIG_E1000E=m
+CONFIG_E1000E_HWTS=y
+CONFIG_IGB=m
+CONFIG_IGB_HWMON=y
+CONFIG_IGB_DCA=y
+CONFIG_IGBVF=m
+CONFIG_IXGBE=m
+CONFIG_IXGBE_HWMON=y
+CONFIG_IXGBE_DCA=y
+CONFIG_IXGBE_DCB=y
+CONFIG_IXGBEVF=m
+CONFIG_I40E=m
+CONFIG_I40E_DCB=y
+CONFIG_I40EVF=m
+CONFIG_ICE=m
+# CONFIG_FM10K is not set
+CONFIG_IGC=m
+
+##
+## file: drivers/net/ethernet/marvell/Kconfig
+##
+CONFIG_NET_VENDOR_MARVELL=y
+# CONFIG_MVMDIO is not set
+CONFIG_SKGE=m
+# CONFIG_SKGE_DEBUG is not set
+CONFIG_SKGE_GENESIS=y
+CONFIG_SKY2=m
+# CONFIG_SKY2_DEBUG is not set
+
+##
+## file: drivers/net/ethernet/mellanox/Kconfig
+##
+CONFIG_NET_VENDOR_MELLANOX=y
+
+##
+## file: drivers/net/ethernet/mellanox/mlx4/Kconfig
+##
+CONFIG_MLX4_EN=m
+CONFIG_MLX4_EN_DCB=y
+CONFIG_MLX4_DEBUG=y
+CONFIG_MLX4_CORE_GEN2=y
+
+##
+## file: drivers/net/ethernet/mellanox/mlx5/core/Kconfig
+##
+CONFIG_MLX5_CORE=m
+CONFIG_MLX5_FPGA=y
+CONFIG_MLX5_CORE_EN=y
+CONFIG_MLX5_EN_ARFS=y
+CONFIG_MLX5_EN_RXNFC=y
+CONFIG_MLX5_MPFS=y
+CONFIG_MLX5_ESWITCH=y
+CONFIG_MLX5_CORE_EN_DCB=y
+CONFIG_MLX5_CORE_IPOIB=y
+CONFIG_MLX5_SW_STEERING=y
+
+##
+## file: drivers/net/ethernet/mellanox/mlxfw/Kconfig
+##
+CONFIG_MLXFW=m
+
+##
+## file: drivers/net/ethernet/mellanox/mlxsw/Kconfig
+##
+# CONFIG_MLXSW_CORE is not set
+
+##
+## file: drivers/net/ethernet/micrel/Kconfig
+##
+CONFIG_NET_VENDOR_MICREL=y
+# CONFIG_KS8842 is not set
+# CONFIG_KS8851 is not set
+# CONFIG_KS8851_MLL is not set
+CONFIG_KSZ884X_PCI=m
+
+##
+## file: drivers/net/ethernet/microchip/Kconfig
+##
+CONFIG_NET_VENDOR_MICROCHIP=y
+# CONFIG_ENC28J60 is not set
+# CONFIG_ENC28J60_WRITEVERIFY is not set
+# CONFIG_ENCX24J600 is not set
+CONFIG_LAN743X=m
+
+##
+## file: drivers/net/ethernet/mscc/Kconfig
+##
+CONFIG_NET_VENDOR_MICROSEMI=y
+# CONFIG_MSCC_OCELOT_SWITCH is not set
+
+##
+## file: drivers/net/ethernet/myricom/Kconfig
+##
+CONFIG_NET_VENDOR_MYRI=y
+CONFIG_MYRI10GE=m
+CONFIG_MYRI10GE_DCA=y
+
+##
+## file: drivers/net/ethernet/natsemi/Kconfig
+##
+CONFIG_NET_VENDOR_NATSEMI=y
+CONFIG_NS83820=m
+
+##
+## file: drivers/net/ethernet/neterion/Kconfig
+##
+CONFIG_NET_VENDOR_NETERION=y
+CONFIG_S2IO=m
+
+##
+## file: drivers/net/ethernet/netronome/Kconfig
+##
+CONFIG_NET_VENDOR_NETRONOME=y
+CONFIG_NFP=m
+CONFIG_NFP_APP_FLOWER=y
+CONFIG_NFP_APP_ABM_NIC=y
+# CONFIG_NFP_DEBUG is not set
+
+##
+## file: drivers/net/ethernet/ni/Kconfig
+##
+CONFIG_NET_VENDOR_NI=y
+
+##
+## file: drivers/net/ethernet/oki-semi/Kconfig
+##
+CONFIG_NET_VENDOR_OKI=y
+
+##
+## file: drivers/net/ethernet/packetengines/Kconfig
+##
+CONFIG_NET_VENDOR_PACKET_ENGINES=y
+CONFIG_HAMACHI=m
+CONFIG_YELLOWFIN=m
+
+##
+## file: drivers/net/ethernet/qlogic/Kconfig
+##
+CONFIG_NET_VENDOR_QLOGIC=y
+CONFIG_QLA3XXX=m
+CONFIG_QLCNIC=m
+CONFIG_QLCNIC_SRIOV=y
+CONFIG_QLCNIC_DCB=y
+CONFIG_QLCNIC_HWMON=y
+CONFIG_NETXEN_NIC=m
+CONFIG_QED=m
+CONFIG_QED_SRIOV=y
+CONFIG_QEDE=m
+
+##
+## file: drivers/net/ethernet/qualcomm/Kconfig
+##
+CONFIG_NET_VENDOR_QUALCOMM=y
+# CONFIG_QCA7000_SPI is not set
+# CONFIG_QCOM_EMAC is not set
+
+##
+## file: drivers/net/ethernet/qualcomm/rmnet/Kconfig
+##
+# CONFIG_RMNET is not set
+
+##
+## file: drivers/net/ethernet/rdc/Kconfig
+##
+CONFIG_NET_VENDOR_RDC=y
+CONFIG_R6040=m
+
+##
+## file: drivers/net/ethernet/realtek/Kconfig
+##
+CONFIG_NET_VENDOR_REALTEK=y
+# CONFIG_8139TOO_PIO is not set
+CONFIG_8139TOO_TUNE_TWISTER=y
+CONFIG_8139TOO_8129=y
+# CONFIG_8139_OLD_RX_RESET is not set
+CONFIG_R8169=m
+
+##
+## file: drivers/net/ethernet/renesas/Kconfig
+##
+CONFIG_NET_VENDOR_RENESAS=y
+# CONFIG_SH_ETH is not set
+
+##
+## file: drivers/net/ethernet/rocker/Kconfig
+##
+CONFIG_NET_VENDOR_ROCKER=y
+# CONFIG_ROCKER is not set
+
+##
+## file: drivers/net/ethernet/samsung/Kconfig
+##
+CONFIG_NET_VENDOR_SAMSUNG=y
+# CONFIG_SXGBE_ETH is not set
+
+##
+## file: drivers/net/ethernet/seeq/Kconfig
+##
+# CONFIG_NET_VENDOR_SEEQ is not set
+
+##
+## file: drivers/net/ethernet/sfc/Kconfig
+##
+CONFIG_NET_VENDOR_SOLARFLARE=y
+CONFIG_SFC=m
+CONFIG_SFC_MTD=y
+CONFIG_SFC_MCDI_MON=y
+CONFIG_SFC_SRIOV=y
+CONFIG_SFC_MCDI_LOGGING=y
+
+##
+## file: drivers/net/ethernet/sfc/falcon/Kconfig
+##
+CONFIG_SFC_FALCON=m
+CONFIG_SFC_FALCON_MTD=y
+
+##
+## file: drivers/net/ethernet/sfc/siena/Kconfig
+##
+CONFIG_SFC_SIENA=m
+CONFIG_SFC_SIENA_MTD=y
+CONFIG_SFC_SIENA_MCDI_MON=y
+CONFIG_SFC_SIENA_SRIOV=y
+CONFIG_SFC_SIENA_MCDI_LOGGING=y
+
+##
+## file: drivers/net/ethernet/silan/Kconfig
+##
+CONFIG_NET_VENDOR_SILAN=y
+CONFIG_SC92031=m
+
+##
+## file: drivers/net/ethernet/sis/Kconfig
+##
+CONFIG_NET_VENDOR_SIS=y
+CONFIG_SIS190=m
+
+##
+## file: drivers/net/ethernet/smsc/Kconfig
+##
+CONFIG_NET_VENDOR_SMSC=y
+# CONFIG_SMSC911X is not set
+CONFIG_SMSC9420=m
+
+##
+## file: drivers/net/ethernet/socionext/Kconfig
+##
+CONFIG_NET_VENDOR_SOCIONEXT=y
+
+##
+## file: drivers/net/ethernet/stmicro/Kconfig
+##
+CONFIG_NET_VENDOR_STMICRO=y
+
+##
+## file: drivers/net/ethernet/stmicro/stmmac/Kconfig
+##
+# CONFIG_STMMAC_ETH is not set
+
+##
+## file: drivers/net/ethernet/sun/Kconfig
+##
+CONFIG_NET_VENDOR_SUN=y
+CONFIG_CASSINI=m
+CONFIG_NIU=m
+
+##
+## file: drivers/net/ethernet/synopsys/Kconfig
+##
+CONFIG_NET_VENDOR_SYNOPSYS=y
+# CONFIG_DWC_XLGMAC is not set
+
+##
+## file: drivers/net/ethernet/tehuti/Kconfig
+##
+CONFIG_NET_VENDOR_TEHUTI=y
+CONFIG_TEHUTI=m
+
+##
+## file: drivers/net/ethernet/ti/Kconfig
+##
+CONFIG_NET_VENDOR_TI=y
+CONFIG_TLAN=m
+
+##
+## file: drivers/net/ethernet/via/Kconfig
+##
+CONFIG_NET_VENDOR_VIA=y
+CONFIG_VIA_VELOCITY=m
+
+##
+## file: drivers/net/ethernet/wiznet/Kconfig
+##
+CONFIG_NET_VENDOR_WIZNET=y
+# CONFIG_WIZNET_W5100 is not set
+# CONFIG_WIZNET_W5300 is not set
+
+##
+## file: drivers/net/ethernet/xscale/Kconfig
+##
+CONFIG_PTP_1588_CLOCK_IXP46X=y
+
+##
+## file: drivers/net/fddi/Kconfig
+##
+CONFIG_DEFXX=m
+
+##
+## file: drivers/net/hamradio/Kconfig
+##
+CONFIG_MKISS=m
+CONFIG_6PACK=m
+CONFIG_BPQETHER=m
+CONFIG_SCC=m
+# CONFIG_SCC_DELAY is not set
+# CONFIG_SCC_TRXECHO is not set
+CONFIG_BAYCOM_SER_FDX=m
+CONFIG_BAYCOM_SER_HDX=m
+CONFIG_BAYCOM_PAR=m
+CONFIG_BAYCOM_EPP=m
+CONFIG_YAM=m
+
+##
+## file: drivers/net/ieee802154/Kconfig
+##
+CONFIG_IEEE802154_DRIVERS=m
+CONFIG_IEEE802154_FAKELB=m
+CONFIG_IEEE802154_AT86RF230=m
+CONFIG_IEEE802154_MRF24J40=m
+CONFIG_IEEE802154_CC2520=m
+CONFIG_IEEE802154_ATUSB=m
+CONFIG_IEEE802154_ADF7242=m
+# CONFIG_IEEE802154_CA8210 is not set
+# CONFIG_IEEE802154_MCR20A is not set
+CONFIG_IEEE802154_HWSIM=m
+
+##
+## file: drivers/net/mdio/Kconfig
+##
+CONFIG_MDIO_DEVICE=m
+# CONFIG_MDIO_BITBANG is not set
+# CONFIG_MDIO_BCM_UNIMAC is not set
+# CONFIG_MDIO_GPIO is not set
+# CONFIG_MDIO_MSCC_MIIM is not set
+# CONFIG_MDIO_OCTEON is not set
+# CONFIG_MDIO_THUNDER is not set
+# CONFIG_MDIO_BUS_MUX_GPIO is not set
+# CONFIG_MDIO_BUS_MUX_MMIOREG is not set
+
+##
+## file: drivers/net/phy/Kconfig
+##
+CONFIG_PHYLIB=m
+CONFIG_LED_TRIGGER_PHY=y
+#. Must only be enabled for specific flavours
+# CONFIG_FIXED_PHY is not set
+CONFIG_SFP=m
+CONFIG_AMD_PHY=m
+# CONFIG_AX88796B_PHY is not set
+CONFIG_BROADCOM_PHY=m
+# CONFIG_BCM63XX_PHY is not set
+# CONFIG_BCM7XXX_PHY is not set
+CONFIG_BCM87XX_PHY=m
+CONFIG_CICADA_PHY=m
+CONFIG_CORTINA_PHY=m
+CONFIG_DAVICOM_PHY=m
+CONFIG_ICPLUS_PHY=m
+CONFIG_LXT_PHY=m
+# CONFIG_INTEL_XWAY_PHY is not set
+CONFIG_LSI_ET1011C_PHY=m
+CONFIG_MARVELL_PHY=m
+CONFIG_MARVELL_10G_PHY=m
+CONFIG_MICREL_PHY=m
+CONFIG_MICROCHIP_PHY=m
+CONFIG_MICROCHIP_T1_PHY=m
+CONFIG_MICROSEMI_PHY=m
+CONFIG_NATIONAL_PHY=m
+CONFIG_QSEMI_PHY=m
+CONFIG_REALTEK_PHY=m
+CONFIG_RENESAS_PHY=m
+CONFIG_ROCKCHIP_PHY=m
+CONFIG_SMSC_PHY=m
+CONFIG_STE10XP=m
+CONFIG_TERANETICS_PHY=m
+CONFIG_DP83822_PHY=m
+CONFIG_DP83TC811_PHY=m
+CONFIG_DP83848_PHY=m
+CONFIG_DP83867_PHY=m
+CONFIG_DP83TD510_PHY=m
+CONFIG_VITESSE_PHY=m
+# CONFIG_XILINX_GMII2RGMII is not set
+# CONFIG_MICREL_KS8995MA is not set
+
+##
+## file: drivers/net/phy/aquantia/Kconfig
+##
+CONFIG_AQUANTIA_PHY=m
+
+##
+## file: drivers/net/phy/qcom/Kconfig
+##
+CONFIG_AT803X_PHY=m
+
+##
+## file: drivers/net/ppp/Kconfig
+##
+CONFIG_PPP=m
+CONFIG_PPP_BSDCOMP=m
+CONFIG_PPP_DEFLATE=m
+CONFIG_PPP_FILTER=y
+CONFIG_PPP_MPPE=m
+CONFIG_PPP_MULTILINK=y
+CONFIG_PPPOATM=m
+CONFIG_PPPOE=m
+CONFIG_PPTP=m
+CONFIG_PPPOL2TP=m
+CONFIG_PPP_ASYNC=m
+CONFIG_PPP_SYNC_TTY=m
+
+##
+## file: drivers/net/slip/Kconfig
+##
+CONFIG_SLIP=m
+CONFIG_SLIP_COMPRESSED=y
+CONFIG_SLIP_SMART=y
+CONFIG_SLIP_MODE_SLIP6=y
+
+##
+## file: drivers/net/team/Kconfig
+##
+CONFIG_NET_TEAM=m
+CONFIG_NET_TEAM_MODE_BROADCAST=m
+CONFIG_NET_TEAM_MODE_ROUNDROBIN=m
+CONFIG_NET_TEAM_MODE_RANDOM=m
+CONFIG_NET_TEAM_MODE_ACTIVEBACKUP=m
+CONFIG_NET_TEAM_MODE_LOADBALANCE=m
+
+##
+## file: drivers/net/usb/Kconfig
+##
+CONFIG_USB_CATC=m
+CONFIG_USB_KAWETH=m
+CONFIG_USB_PEGASUS=m
+CONFIG_USB_RTL8150=m
+CONFIG_USB_RTL8152=m
+CONFIG_USB_LAN78XX=m
+CONFIG_USB_USBNET=m
+CONFIG_USB_NET_AX8817X=m
+CONFIG_USB_NET_AX88179_178A=m
+CONFIG_USB_NET_CDCETHER=m
+CONFIG_USB_NET_CDC_EEM=m
+CONFIG_USB_NET_CDC_NCM=m
+CONFIG_USB_NET_HUAWEI_CDC_NCM=m
+CONFIG_USB_NET_CDC_MBIM=m
+CONFIG_USB_NET_DM9601=m
+CONFIG_USB_NET_SR9700=m
+CONFIG_USB_NET_SR9800=m
+CONFIG_USB_NET_SMSC75XX=m
+CONFIG_USB_NET_SMSC95XX=m
+CONFIG_USB_NET_GL620A=m
+CONFIG_USB_NET_NET1080=m
+CONFIG_USB_NET_PLUSB=m
+CONFIG_USB_NET_MCS7830=m
+CONFIG_USB_NET_RNDIS_HOST=m
+CONFIG_USB_NET_CDC_SUBSET=m
+CONFIG_USB_ALI_M5632=y
+CONFIG_USB_AN2720=y
+CONFIG_USB_BELKIN=y
+CONFIG_USB_ARMLINUX=y
+CONFIG_USB_EPSON2888=y
+CONFIG_USB_KC2190=y
+CONFIG_USB_NET_ZAURUS=m
+CONFIG_USB_NET_CX82310_ETH=m
+CONFIG_USB_NET_KALMIA=m
+CONFIG_USB_NET_QMI_WWAN=m
+CONFIG_USB_HSO=m
+CONFIG_USB_NET_INT51X1=m
+CONFIG_USB_CDC_PHONET=m
+CONFIG_USB_IPHETH=m
+CONFIG_USB_SIERRA_NET=m
+CONFIG_USB_VL600=m
+CONFIG_USB_NET_CH9200=m
+CONFIG_USB_NET_AQC111=m
+
+##
+## file: drivers/net/wan/Kconfig
+##
+CONFIG_HDLC=m
+CONFIG_HDLC_RAW=m
+CONFIG_HDLC_RAW_ETH=m
+CONFIG_HDLC_CISCO=m
+CONFIG_HDLC_FR=m
+CONFIG_HDLC_PPP=m
+# CONFIG_HDLC_X25 is not set
+# CONFIG_PC300TOO is not set
+
+##
+## file: drivers/net/wireless/Kconfig
+##
+CONFIG_WLAN=y
+
+##
+## file: drivers/net/wireless/admtek/Kconfig
+##
+CONFIG_WLAN_VENDOR_ADMTEK=y
+CONFIG_ADM8211=m
+
+##
+## file: drivers/net/wireless/ath/Kconfig
+##
+CONFIG_WLAN_VENDOR_ATH=y
+# CONFIG_ATH_DEBUG is not set
+
+##
+## file: drivers/net/wireless/ath/ar5523/Kconfig
+##
+CONFIG_AR5523=m
+
+##
+## file: drivers/net/wireless/ath/ath10k/Kconfig
+##
+CONFIG_ATH10K=m
+CONFIG_ATH10K_PCI=m
+# CONFIG_ATH10K_SDIO is not set
+CONFIG_ATH10K_USB=m
+# CONFIG_ATH10K_DEBUG is not set
+# CONFIG_ATH10K_DEBUGFS is not set
+# CONFIG_ATH10K_TRACING is not set
+
+##
+## file: drivers/net/wireless/ath/ath11k/Kconfig
+##
+CONFIG_ATH11K=m
+CONFIG_ATH11K_AHB=m
+CONFIG_ATH11K_PCI=m
+# CONFIG_ATH11K_DEBUG is not set
+# CONFIG_ATH11K_DEBUGFS is not set
+# CONFIG_ATH11K_TRACING is not set
+
+##
+## file: drivers/net/wireless/ath/ath5k/Kconfig
+##
+CONFIG_ATH5K=m
+# CONFIG_ATH5K_DEBUG is not set
+# CONFIG_ATH5K_TRACER is not set
+
+##
+## file: drivers/net/wireless/ath/ath6kl/Kconfig
+##
+CONFIG_ATH6KL=m
+CONFIG_ATH6KL_SDIO=m
+CONFIG_ATH6KL_USB=m
+# CONFIG_ATH6KL_DEBUG is not set
+# CONFIG_ATH6KL_TRACING is not set
+
+##
+## file: drivers/net/wireless/ath/ath9k/Kconfig
+##
+CONFIG_ATH9K_BTCOEX_SUPPORT=y
+CONFIG_ATH9K=m
+CONFIG_ATH9K_PCI=y
+# CONFIG_ATH9K_AHB is not set
+# CONFIG_ATH9K_DEBUGFS is not set
+# CONFIG_ATH9K_DYNACK is not set
+# CONFIG_ATH9K_WOW is not set
+CONFIG_ATH9K_RFKILL=y
+CONFIG_ATH9K_CHANNEL_CONTEXT=y
+CONFIG_ATH9K_PCOEM=y
+CONFIG_ATH9K_HTC=m
+# CONFIG_ATH9K_HTC_DEBUGFS is not set
+# CONFIG_ATH9K_HWRNG is not set
+
+##
+## file: drivers/net/wireless/ath/carl9170/Kconfig
+##
+CONFIG_CARL9170=m
+CONFIG_CARL9170_LEDS=y
+# CONFIG_CARL9170_DEBUGFS is not set
+# CONFIG_CARL9170_HWRNG is not set
+
+##
+## file: drivers/net/wireless/ath/wcn36xx/Kconfig
+##
+# CONFIG_WCN36XX is not set
+
+##
+## file: drivers/net/wireless/ath/wil6210/Kconfig
+##
+CONFIG_WIL6210=m
+CONFIG_WIL6210_ISR_COR=y
+CONFIG_WIL6210_TRACING=y
+CONFIG_WIL6210_DEBUGFS=y
+
+##
+## file: drivers/net/wireless/atmel/Kconfig
+##
+CONFIG_WLAN_VENDOR_ATMEL=y
+CONFIG_AT76C50X_USB=m
+
+##
+## file: drivers/net/wireless/broadcom/Kconfig
+##
+CONFIG_WLAN_VENDOR_BROADCOM=y
+
+##
+## file: drivers/net/wireless/broadcom/b43/Kconfig
+##
+CONFIG_B43=m
+## choice: Supported bus types
+CONFIG_B43_BUSES_BCMA_AND_SSB=y
+# CONFIG_B43_BUSES_BCMA is not set
+# CONFIG_B43_BUSES_SSB is not set
+## end choice
+CONFIG_B43_SDIO=y
+CONFIG_B43_PHY_G=y
+CONFIG_B43_PHY_N=y
+CONFIG_B43_PHY_LP=y
+CONFIG_B43_PHY_HT=y
+# CONFIG_B43_DEBUG is not set
+
+##
+## file: drivers/net/wireless/broadcom/b43legacy/Kconfig
+##
+CONFIG_B43LEGACY=m
+CONFIG_B43LEGACY_DEBUG=y
+## choice: Broadcom 43xx-legacy data transfer mode
+CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y
+# CONFIG_B43LEGACY_DMA_MODE is not set
+# CONFIG_B43LEGACY_PIO_MODE is not set
+## end choice
+
+##
+## file: drivers/net/wireless/broadcom/brcm80211/Kconfig
+##
+CONFIG_BRCMSMAC=m
+# CONFIG_BRCM_TRACING is not set
+# CONFIG_BRCMDBG is not set
+
+##
+## file: drivers/net/wireless/broadcom/brcm80211/brcmfmac/Kconfig
+##
+CONFIG_BRCMFMAC=m
+# CONFIG_BRCMFMAC_SDIO is not set
+CONFIG_BRCMFMAC_USB=y
+CONFIG_BRCMFMAC_PCIE=y
+
+##
+## file: drivers/net/wireless/intel/Kconfig
+##
+CONFIG_WLAN_VENDOR_INTEL=y
+
+##
+## file: drivers/net/wireless/intel/ipw2x00/Kconfig
+##
+CONFIG_IPW2200=m
+CONFIG_IPW2200_MONITOR=y
+CONFIG_IPW2200_RADIOTAP=y
+CONFIG_IPW2200_PROMISCUOUS=y
+CONFIG_IPW2200_QOS=y
+# CONFIG_IPW2200_DEBUG is not set
+# CONFIG_LIBIPW_DEBUG is not set
+
+##
+## file: drivers/net/wireless/intel/iwlegacy/Kconfig
+##
+CONFIG_IWL4965=m
+CONFIG_IWL3945=m
+# CONFIG_IWLEGACY_DEBUG is not set
+
+##
+## file: drivers/net/wireless/intel/iwlwifi/Kconfig
+##
+CONFIG_IWLWIFI=m
+CONFIG_IWLDVM=m
+CONFIG_IWLMVM=m
+# CONFIG_IWLWIFI_DEBUG is not set
+
+##
+## file: drivers/net/wireless/intersil/Kconfig
+##
+CONFIG_WLAN_VENDOR_INTERSIL=y
+
+##
+## file: drivers/net/wireless/intersil/p54/Kconfig
+##
+CONFIG_P54_COMMON=m
+CONFIG_P54_USB=m
+CONFIG_P54_PCI=m
+# CONFIG_P54_SPI is not set
+# CONFIG_P54_SPI_DEFAULT_EEPROM is not set
+
+##
+## file: drivers/net/wireless/marvell/Kconfig
+##
+CONFIG_WLAN_VENDOR_MARVELL=y
+CONFIG_MWL8K=m
+
+##
+## file: drivers/net/wireless/marvell/libertas/Kconfig
+##
+CONFIG_LIBERTAS=m
+CONFIG_LIBERTAS_USB=m
+CONFIG_LIBERTAS_SDIO=m
+# CONFIG_LIBERTAS_SPI is not set
+# CONFIG_LIBERTAS_DEBUG is not set
+CONFIG_LIBERTAS_MESH=y
+
+##
+## file: drivers/net/wireless/marvell/libertas_tf/Kconfig
+##
+CONFIG_LIBERTAS_THINFIRM=m
+# CONFIG_LIBERTAS_THINFIRM_DEBUG is not set
+CONFIG_LIBERTAS_THINFIRM_USB=m
+
+##
+## file: drivers/net/wireless/mediatek/Kconfig
+##
+CONFIG_WLAN_VENDOR_MEDIATEK=y
+
+##
+## file: drivers/net/wireless/mediatek/mt76/mt7615/Kconfig
+##
+CONFIG_MT7615E=m
+CONFIG_MT7663U=m
+
+##
+## file: drivers/net/wireless/mediatek/mt76/mt76x0/Kconfig
+##
+CONFIG_MT76x0U=m
+CONFIG_MT76x0E=m
+
+##
+## file: drivers/net/wireless/mediatek/mt76/mt76x2/Kconfig
+##
+CONFIG_MT76x2E=m
+CONFIG_MT76x2U=m
+
+##
+## file: drivers/net/wireless/mediatek/mt76/mt7915/Kconfig
+##
+CONFIG_MT7915E=m
+
+##
+## file: drivers/net/wireless/mediatek/mt76/mt7921/Kconfig
+##
+CONFIG_MT7921E=m
+CONFIG_MT7921U=m
+
+##
+## file: drivers/net/wireless/mediatek/mt7601u/Kconfig
+##
+CONFIG_MT7601U=m
+
+##
+## file: drivers/net/wireless/quantenna/Kconfig
+##
+CONFIG_WLAN_VENDOR_QUANTENNA=y
+
+##
+## file: drivers/net/wireless/ralink/Kconfig
+##
+CONFIG_WLAN_VENDOR_RALINK=y
+
+##
+## file: drivers/net/wireless/ralink/rt2x00/Kconfig
+##
+CONFIG_RT2X00=m
+CONFIG_RT2400PCI=m
+CONFIG_RT2500PCI=m
+CONFIG_RT61PCI=m
+CONFIG_RT2800PCI=m
+CONFIG_RT2800PCI_RT33XX=y
+CONFIG_RT2800PCI_RT35XX=y
+CONFIG_RT2800PCI_RT53XX=y
+CONFIG_RT2800PCI_RT3290=y
+CONFIG_RT2500USB=m
+CONFIG_RT73USB=m
+CONFIG_RT2800USB=m
+CONFIG_RT2800USB_RT33XX=y
+CONFIG_RT2800USB_RT35XX=y
+CONFIG_RT2800USB_RT3573=y
+CONFIG_RT2800USB_RT53XX=y
+CONFIG_RT2800USB_RT55XX=y
+# CONFIG_RT2800USB_UNKNOWN is not set
+# CONFIG_RT2X00_DEBUG is not set
+
+##
+## file: drivers/net/wireless/realtek/Kconfig
+##
+CONFIG_WLAN_VENDOR_REALTEK=y
+
+##
+## file: drivers/net/wireless/realtek/rtl818x/Kconfig
+##
+CONFIG_RTL8180=m
+CONFIG_RTL8187=m
+
+##
+## file: drivers/net/wireless/realtek/rtl8xxxu/Kconfig
+##
+CONFIG_RTL8XXXU=m
+# CONFIG_RTL8XXXU_UNTESTED is not set
+
+##
+## file: drivers/net/wireless/realtek/rtlwifi/Kconfig
+##
+CONFIG_RTL_CARDS=m
+CONFIG_RTL8192CE=m
+CONFIG_RTL8192SE=m
+CONFIG_RTL8192DE=m
+CONFIG_RTL8723AE=m
+CONFIG_RTL8723BE=m
+CONFIG_RTL8188EE=m
+CONFIG_RTL8192EE=m
+CONFIG_RTL8821AE=m
+CONFIG_RTL8192CU=m
+# CONFIG_RTLWIFI_DEBUG is not set
+
+##
+## file: drivers/net/wireless/realtek/rtw88/Kconfig
+##
+CONFIG_RTW88=m
+CONFIG_RTW88_8822BE=m
+CONFIG_RTW88_8822BS=m
+CONFIG_RTW88_8822BU=m
+CONFIG_RTW88_8822CE=m
+CONFIG_RTW88_8822CS=m
+CONFIG_RTW88_8822CU=m
+CONFIG_RTW88_8723DE=m
+CONFIG_RTW88_8723DU=m
+CONFIG_RTW88_8821CE=m
+CONFIG_RTW88_8821CS=m
+CONFIG_RTW88_8821CU=m
+
+##
+## file: drivers/net/wireless/realtek/rtw89/Kconfig
+##
+CONFIG_RTW89=m
+CONFIG_RTW89_8852AE=m
+CONFIG_RTW89_8852BE=m
+CONFIG_RTW89_8852CE=m
+
+##
+## file: drivers/net/wireless/rsi/Kconfig
+##
+CONFIG_WLAN_VENDOR_RSI=y
+CONFIG_RSI_91X=m
+CONFIG_RSI_DEBUGFS=y
+# CONFIG_RSI_SDIO is not set
+CONFIG_RSI_USB=m
+CONFIG_RSI_COEX=y
+
+##
+## file: drivers/net/wireless/st/Kconfig
+##
+CONFIG_WLAN_VENDOR_ST=y
+
+##
+## file: drivers/net/wireless/st/cw1200/Kconfig
+##
+# CONFIG_CW1200 is not set
+
+##
+## file: drivers/net/wireless/ti/Kconfig
+##
+# CONFIG_WLAN_VENDOR_TI is not set
+
+##
+## file: drivers/net/wireless/virtual/Kconfig
+##
+CONFIG_MAC80211_HWSIM=m
+
+##
+## file: drivers/net/wireless/zydas/Kconfig
+##
+CONFIG_WLAN_VENDOR_ZYDAS=y
+
+##
+## file: drivers/net/wireless/zydas/zd1211rw/Kconfig
+##
+CONFIG_ZD1211RW=m
+# CONFIG_ZD1211RW_DEBUG is not set
+
+##
+## file: drivers/net/wwan/Kconfig
+##
+CONFIG_WWAN=m
+CONFIG_MHI_WWAN_CTRL=m
+CONFIG_MHI_WWAN_MBIM=m
+CONFIG_IOSM=m
+CONFIG_MTK_T7XX=m
+
+##
+## file: drivers/nfc/Kconfig
+##
+# CONFIG_NFC_TRF7970A is not set
+CONFIG_NFC_SIM=m
+CONFIG_NFC_PORT100=m
+
+##
+## file: drivers/nfc/microread/Kconfig
+##
+# CONFIG_NFC_MICROREAD_I2C is not set
+# CONFIG_NFC_MICROREAD_MEI is not set
+
+##
+## file: drivers/nfc/nxp-nci/Kconfig
+##
+CONFIG_NFC_NXP_NCI=m
+CONFIG_NFC_NXP_NCI_I2C=m
+
+##
+## file: drivers/nfc/pn533/Kconfig
+##
+CONFIG_NFC_PN533_USB=m
+# CONFIG_NFC_PN533_I2C is not set
+
+##
+## file: drivers/nfc/st21nfca/Kconfig
+##
+# CONFIG_NFC_ST21NFCA_I2C is not set
+
+##
+## file: drivers/nfc/st95hf/Kconfig
+##
+# CONFIG_NFC_ST95HF is not set
+
+##
+## file: drivers/ntb/Kconfig
+##
+# CONFIG_NTB is not set
+
+##
+## file: drivers/nvdimm/Kconfig
+##
+CONFIG_NVDIMM_DAX=y
+
+##
+## file: drivers/nvme/host/Kconfig
+##
+CONFIG_BLK_DEV_NVME=m
+CONFIG_NVME_MULTIPATH=y
+CONFIG_NVME_HWMON=y
+CONFIG_NVME_RDMA=m
+CONFIG_NVME_FC=m
+CONFIG_NVME_TCP=m
+
+##
+## file: drivers/nvme/target/Kconfig
+##
+CONFIG_NVME_TARGET=m
+# CONFIG_NVME_TARGET_LOOP is not set
+CONFIG_NVME_TARGET_RDMA=m
+CONFIG_NVME_TARGET_FC=m
+# CONFIG_NVME_TARGET_FCLOOP is not set
+CONFIG_NVME_TARGET_TCP=m
+
+##
+## file: drivers/nvmem/Kconfig
+##
+CONFIG_NVMEM=y
+
+##
+## file: drivers/of/Kconfig
+##
+# CONFIG_OF is not set
+# CONFIG_OF_UNITTEST is not set
+# CONFIG_OF_OVERLAY is not set
+
+##
+## file: drivers/parport/Kconfig
+##
+CONFIG_PARPORT=m
+CONFIG_PARPORT_PC=m
+CONFIG_PARPORT_SERIAL=m
+# CONFIG_PARPORT_PC_FIFO is not set
+# CONFIG_PARPORT_PC_SUPERIO is not set
+CONFIG_PARPORT_PC_PCMCIA=m
+CONFIG_PARPORT_1284=y
+
+##
+## file: drivers/pci/Kconfig
+##
+CONFIG_PCI_MSI=y
+CONFIG_PCI_QUIRKS=y
+# CONFIG_PCI_DEBUG is not set
+CONFIG_PCI_REALLOC_ENABLE_AUTO=y
+CONFIG_PCI_STUB=m
+CONFIG_PCI_PF_STUB=m
+CONFIG_XEN_PCIDEV_FRONTEND=m
+CONFIG_PCI_IOV=y
+# CONFIG_PCI_PRI is not set
+# CONFIG_PCI_PASID is not set
+CONFIG_VGA_ARB=y
+
+##
+## file: drivers/pci/controller/dwc/Kconfig
+##
+# CONFIG_PCIE_DW_PLAT_HOST is not set
+
+##
+## file: drivers/pci/endpoint/Kconfig
+##
+# CONFIG_PCI_ENDPOINT is not set
+
+##
+## file: drivers/pci/hotplug/Kconfig
+##
+CONFIG_HOTPLUG_PCI_CPCI=y
+
+##
+## file: drivers/pci/pcie/Kconfig
+##
+CONFIG_PCIEPORTBUS=y
+CONFIG_HOTPLUG_PCI_PCIE=y
+CONFIG_PCIEAER=y
+CONFIG_PCIEAER_INJECT=m
+# CONFIG_PCIE_ECRC is not set
+CONFIG_PCIEASPM=y
+## choice: Default ASPM policy
+CONFIG_PCIEASPM_DEFAULT=y
+# CONFIG_PCIEASPM_POWERSAVE is not set
+# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set
+# CONFIG_PCIEASPM_PERFORMANCE is not set
+## end choice
+CONFIG_PCIE_DPC=y
+CONFIG_PCIE_PTM=y
+
+##
+## file: drivers/pci/switch/Kconfig
+##
+# CONFIG_PCI_SW_SWITCHTEC is not set
+
+##
+## file: drivers/pcmcia/Kconfig
+##
+CONFIG_PCMCIA_LOAD_CIS=y
+CONFIG_YENTA_O2=y
+CONFIG_YENTA_RICOH=y
+CONFIG_YENTA_TI=y
+CONFIG_YENTA_ENE_TUNE=y
+CONFIG_YENTA_TOSHIBA=y
+
+##
+## file: drivers/phy/Kconfig
+##
+# CONFIG_GENERIC_PHY is not set
+
+##
+## file: drivers/phy/broadcom/Kconfig
+##
+# CONFIG_BCM_KONA_USB2_PHY is not set
+
+##
+## file: drivers/phy/marvell/Kconfig
+##
+# CONFIG_PHY_PXA_28NM_HSIC is not set
+# CONFIG_PHY_PXA_28NM_USB2 is not set
+
+##
+## file: drivers/phy/samsung/Kconfig
+##
+# CONFIG_PHY_EXYNOS_DP_VIDEO is not set
+# CONFIG_PHY_EXYNOS_MIPI_VIDEO is not set
+# CONFIG_PHY_SAMSUNG_USB2 is not set
+
+##
+## file: drivers/phy/ti/Kconfig
+##
+# CONFIG_OMAP_CONTROL_PHY is not set
+# CONFIG_OMAP_USB2 is not set
+# CONFIG_TWL4030_USB is not set
+
+##
+## file: drivers/pinctrl/Kconfig
+##
+# CONFIG_PINMUX is not set
+# CONFIG_PINCONF is not set
+# CONFIG_DEBUG_PINCTRL is not set
+# CONFIG_PINCTRL_AMD is not set
+# CONFIG_PINCTRL_MCP23S08 is not set
+# CONFIG_PINCTRL_SINGLE is not set
+# CONFIG_PINCTRL_SX150X is not set
+
+##
+## file: drivers/pinctrl/intel/Kconfig
+##
+# CONFIG_PINCTRL_BAYTRAIL is not set
+# CONFIG_PINCTRL_CHERRYVIEW is not set
+# CONFIG_PINCTRL_BROXTON is not set
+# CONFIG_PINCTRL_SUNRISEPOINT is not set
+
+##
+## file: drivers/platform/chrome/Kconfig
+##
+# CONFIG_CHROME_PLATFORMS is not set
+
+##
+## file: drivers/platform/goldfish/Kconfig
+##
+# CONFIG_GOLDFISH is not set
+
+##
+## file: drivers/pnp/Kconfig
+##
+# CONFIG_PNP_DEBUG_MESSAGES is not set
+
+##
+## file: drivers/power/reset/Kconfig
+##
+# CONFIG_POWER_RESET is not set
+
+##
+## file: drivers/power/supply/Kconfig
+##
+CONFIG_POWER_SUPPLY=y
+# CONFIG_POWER_SUPPLY_DEBUG is not set
+# CONFIG_GENERIC_ADC_BATTERY is not set
+CONFIG_WM831X_POWER=m
+CONFIG_WM8350_POWER=m
+# CONFIG_TEST_POWER is not set
+# CONFIG_CHARGER_ADP5061 is not set
+CONFIG_BATTERY_DS2760=m
+# CONFIG_BATTERY_DS2780 is not set
+# CONFIG_BATTERY_DS2781 is not set
+# CONFIG_BATTERY_DS2782 is not set
+# CONFIG_CHARGER_SBS is not set
+# CONFIG_MANAGER_SBS is not set
+CONFIG_BATTERY_BQ27XXX=m
+# CONFIG_BATTERY_BQ27XXX_I2C is not set
+CONFIG_BATTERY_BQ27XXX_HDQ=m
+# CONFIG_BATTERY_MAX17040 is not set
+# CONFIG_BATTERY_MAX17042 is not set
+# CONFIG_BATTERY_MAX1721X is not set
+CONFIG_CHARGER_PCF50633=m
+# CONFIG_CHARGER_ISP1704 is not set
+# CONFIG_CHARGER_MAX8903 is not set
+# CONFIG_CHARGER_LP8727 is not set
+# CONFIG_CHARGER_GPIO is not set
+# CONFIG_CHARGER_MANAGER is not set
+# CONFIG_CHARGER_LT3651 is not set
+# CONFIG_CHARGER_BQ2415X is not set
+# CONFIG_CHARGER_BQ24190 is not set
+# CONFIG_CHARGER_BQ24257 is not set
+# CONFIG_CHARGER_BQ24735 is not set
+# CONFIG_CHARGER_BQ25890 is not set
+# CONFIG_CHARGER_SMB347 is not set
+# CONFIG_BATTERY_GAUGE_LTC2941 is not set
+# CONFIG_CHARGER_RT9455 is not set
+
+##
+## file: drivers/pps/Kconfig
+##
+CONFIG_PPS=m
+# CONFIG_PPS_DEBUG is not set
+# CONFIG_NTP_PPS is not set
+
+##
+## file: drivers/pps/clients/Kconfig
+##
+# CONFIG_PPS_CLIENT_KTIMER is not set
+CONFIG_PPS_CLIENT_LDISC=m
+CONFIG_PPS_CLIENT_PARPORT=m
+# CONFIG_PPS_CLIENT_GPIO is not set
+
+##
+## file: drivers/ptp/Kconfig
+##
+CONFIG_PTP_1588_CLOCK=y
+CONFIG_PTP_1588_CLOCK_DTE=m
+CONFIG_PTP_1588_CLOCK_QORIQ=m
+CONFIG_DP83640_PHY=m
+CONFIG_PTP_1588_CLOCK_INES=m
+CONFIG_PTP_1588_CLOCK_IDT82P33=m
+CONFIG_PTP_1588_CLOCK_IDTCM=m
+CONFIG_PTP_1588_CLOCK_OCP=m
+
+##
+## file: drivers/pwm/Kconfig
+##
+# CONFIG_PWM is not set
+
+##
+## file: drivers/regulator/Kconfig
+##
+# CONFIG_REGULATOR is not set
+# CONFIG_REGULATOR_DEBUG is not set
+# CONFIG_REGULATOR_FIXED_VOLTAGE is not set
+# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
+# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
+# CONFIG_REGULATOR_88PG86X is not set
+# CONFIG_REGULATOR_ACT8865 is not set
+# CONFIG_REGULATOR_AD5398 is not set
+# CONFIG_REGULATOR_AXP20X is not set
+# CONFIG_REGULATOR_DA9210 is not set
+# CONFIG_REGULATOR_DA9211 is not set
+# CONFIG_REGULATOR_FAN53555 is not set
+# CONFIG_REGULATOR_GPIO is not set
+# CONFIG_REGULATOR_ISL9305 is not set
+# CONFIG_REGULATOR_ISL6271A is not set
+# CONFIG_REGULATOR_LP3971 is not set
+# CONFIG_REGULATOR_LP3972 is not set
+# CONFIG_REGULATOR_LP872X is not set
+# CONFIG_REGULATOR_LP8755 is not set
+# CONFIG_REGULATOR_LTC3589 is not set
+# CONFIG_REGULATOR_LTC3676 is not set
+# CONFIG_REGULATOR_MAX1586 is not set
+# CONFIG_REGULATOR_MAX8649 is not set
+# CONFIG_REGULATOR_MAX8660 is not set
+# CONFIG_REGULATOR_MAX8952 is not set
+# CONFIG_REGULATOR_MT6311 is not set
+# CONFIG_REGULATOR_PFUZE100 is not set
+# CONFIG_REGULATOR_PV88060 is not set
+# CONFIG_REGULATOR_PV88080 is not set
+# CONFIG_REGULATOR_PV88090 is not set
+# CONFIG_REGULATOR_PWM is not set
+# CONFIG_REGULATOR_TPS51632 is not set
+# CONFIG_REGULATOR_TPS62360 is not set
+# CONFIG_REGULATOR_TPS65023 is not set
+# CONFIG_REGULATOR_TPS6507X is not set
+# CONFIG_REGULATOR_TPS65132 is not set
+# CONFIG_REGULATOR_TPS6524X is not set
+
+##
+## file: drivers/reset/Kconfig
+##
+# CONFIG_RESET_CONTROLLER is not set
+
+##
+## file: drivers/rtc/Kconfig
+##
+CONFIG_RTC_CLASS=y
+CONFIG_RTC_HCTOSYS=y
+CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
+CONFIG_RTC_SYSTOHC=y
+CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
+# CONFIG_RTC_DEBUG is not set
+CONFIG_RTC_NVMEM=y
+CONFIG_RTC_INTF_SYSFS=y
+CONFIG_RTC_INTF_PROC=y
+CONFIG_RTC_INTF_DEV=y
+# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
+# CONFIG_RTC_DRV_TEST is not set
+# CONFIG_RTC_DRV_ABB5ZES3 is not set
+# CONFIG_RTC_DRV_ABX80X is not set
+# CONFIG_RTC_DRV_DS1307 is not set
+# CONFIG_RTC_DRV_DS1374 is not set
+# CONFIG_RTC_DRV_DS1672 is not set
+# CONFIG_RTC_DRV_HYM8563 is not set
+# CONFIG_RTC_DRV_MAX6900 is not set
+# CONFIG_RTC_DRV_RS5C372 is not set
+# CONFIG_RTC_DRV_ISL1208 is not set
+# CONFIG_RTC_DRV_ISL12022 is not set
+# CONFIG_RTC_DRV_X1205 is not set
+# CONFIG_RTC_DRV_PCF8523 is not set
+# CONFIG_RTC_DRV_PCF85063 is not set
+# CONFIG_RTC_DRV_PCF8563 is not set
+# CONFIG_RTC_DRV_PCF8583 is not set
+# CONFIG_RTC_DRV_M41T80 is not set
+# CONFIG_RTC_DRV_M41T80_WDT is not set
+# CONFIG_RTC_DRV_BQ32K is not set
+# CONFIG_RTC_DRV_S35390A is not set
+# CONFIG_RTC_DRV_FM3130 is not set
+# CONFIG_RTC_DRV_RX8010 is not set
+# CONFIG_RTC_DRV_RX8581 is not set
+# CONFIG_RTC_DRV_RX8025 is not set
+# CONFIG_RTC_DRV_EM3027 is not set
+# CONFIG_RTC_DRV_RV8803 is not set
+# CONFIG_RTC_DRV_M41T93 is not set
+# CONFIG_RTC_DRV_M41T94 is not set
+# CONFIG_RTC_DRV_DS1302 is not set
+# CONFIG_RTC_DRV_DS1305 is not set
+# CONFIG_RTC_DRV_DS1343 is not set
+# CONFIG_RTC_DRV_DS1347 is not set
+# CONFIG_RTC_DRV_DS1390 is not set
+# CONFIG_RTC_DRV_MAX6916 is not set
+# CONFIG_RTC_DRV_R9701 is not set
+# CONFIG_RTC_DRV_RX4581 is not set
+# CONFIG_RTC_DRV_RS5C348 is not set
+# CONFIG_RTC_DRV_MAX6902 is not set
+# CONFIG_RTC_DRV_PCF2123 is not set
+# CONFIG_RTC_DRV_MCP795 is not set
+# CONFIG_RTC_DRV_DS3232 is not set
+# CONFIG_RTC_DRV_PCF2127 is not set
+# CONFIG_RTC_DRV_RV3029C2 is not set
+# CONFIG_RTC_DRV_RX6110 is not set
+CONFIG_RTC_DRV_CMOS=m
+# CONFIG_RTC_DRV_DS1286 is not set
+# CONFIG_RTC_DRV_DS1511 is not set
+# CONFIG_RTC_DRV_DS1553 is not set
+# CONFIG_RTC_DRV_DS1685_FAMILY is not set
+# CONFIG_RTC_DRV_DS1742 is not set
+# CONFIG_RTC_DRV_DS2404 is not set
+# CONFIG_RTC_DRV_STK17TA8 is not set
+# CONFIG_RTC_DRV_M48T86 is not set
+# CONFIG_RTC_DRV_M48T35 is not set
+# CONFIG_RTC_DRV_M48T59 is not set
+# CONFIG_RTC_DRV_MSM6242 is not set
+# CONFIG_RTC_DRV_BQ4802 is not set
+# CONFIG_RTC_DRV_RP5C01 is not set
+CONFIG_RTC_DRV_WM831X=m
+CONFIG_RTC_DRV_WM8350=m
+CONFIG_RTC_DRV_PCF50633=m
+# CONFIG_RTC_DRV_ZYNQMP is not set
+# CONFIG_RTC_DRV_SNVS is not set
+# CONFIG_RTC_DRV_MOXART is not set
+# CONFIG_RTC_DRV_XGENE is not set
+# CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
+
+##
+## file: drivers/scsi/Kconfig
+##
+CONFIG_RAID_ATTRS=m
+CONFIG_SCSI=m
+# CONFIG_SCSI_PROC_FS is not set
+CONFIG_BLK_DEV_SD=m
+CONFIG_CHR_DEV_ST=m
+CONFIG_BLK_DEV_SR=m
+CONFIG_CHR_DEV_SG=m
+CONFIG_BLK_DEV_BSG=y
+CONFIG_CHR_DEV_SCH=m
+CONFIG_SCSI_ENCLOSURE=m
+CONFIG_SCSI_CONSTANTS=y
+CONFIG_SCSI_LOGGING=y
+CONFIG_SCSI_SCAN_ASYNC=y
+CONFIG_SCSI_SPI_ATTRS=m
+CONFIG_SCSI_FC_ATTRS=m
+CONFIG_SCSI_ISCSI_ATTRS=m
+CONFIG_SCSI_SAS_ATTRS=m
+CONFIG_SCSI_LOWLEVEL=y
+CONFIG_ISCSI_TCP=m
+CONFIG_BLK_DEV_3W_XXXX_RAID=m
+CONFIG_SCSI_HPSA=m
+CONFIG_SCSI_3W_9XXX=m
+CONFIG_SCSI_3W_SAS=m
+CONFIG_SCSI_ACARD=m
+CONFIG_SCSI_AHA152X=m
+CONFIG_SCSI_AHA1542=m
+CONFIG_SCSI_AHA1740=m
+CONFIG_SCSI_AACRAID=m
+CONFIG_SCSI_MVUMI=m
+CONFIG_SCSI_ADVANSYS=m
+CONFIG_SCSI_HPTIOP=m
+CONFIG_XEN_SCSI_FRONTEND=m
+CONFIG_LIBFC=m
+CONFIG_LIBFCOE=m
+CONFIG_FCOE=m
+CONFIG_FCOE_FNIC=m
+CONFIG_SCSI_SNIC=m
+# CONFIG_SCSI_SNIC_DEBUG_FS is not set
+# CONFIG_SCSI_PPA is not set
+# CONFIG_SCSI_IMM is not set
+# CONFIG_SCSI_IZIP_SLOW_CTR is not set
+CONFIG_SCSI_STEX=m
+CONFIG_SCSI_SYM53C8XX_2=m
+CONFIG_SCSI_SYM53C8XX_MMIO=y
+# CONFIG_SCSI_IPR is not set
+CONFIG_SCSI_LPFC=m
+# CONFIG_SCSI_LPFC_DEBUG_FS is not set
+CONFIG_SCSI_WD719X=m
+# CONFIG_SCSI_DEBUG is not set
+CONFIG_SCSI_PMCRAID=m
+CONFIG_SCSI_PM8001=m
+CONFIG_SCSI_BFA_FC=m
+CONFIG_SCSI_VIRTIO=m
+
+##
+## file: drivers/scsi/aic7xxx/Kconfig.aic79xx
+##
+CONFIG_SCSI_AIC79XX=m
+CONFIG_AIC79XX_CMDS_PER_DEVICE=32
+CONFIG_AIC79XX_RESET_DELAY_MS=15000
+CONFIG_AIC79XX_DEBUG_ENABLE=y
+CONFIG_AIC79XX_DEBUG_MASK=0
+CONFIG_AIC79XX_REG_PRETTY_PRINT=y
+
+##
+## file: drivers/scsi/aic7xxx/Kconfig.aic7xxx
+##
+CONFIG_SCSI_AIC7XXX=m
+CONFIG_AIC7XXX_CMDS_PER_DEVICE=32
+CONFIG_AIC7XXX_RESET_DELAY_MS=15000
+CONFIG_AIC7XXX_DEBUG_ENABLE=y
+CONFIG_AIC7XXX_DEBUG_MASK=0
+CONFIG_AIC7XXX_REG_PRETTY_PRINT=y
+
+##
+## file: drivers/scsi/aic94xx/Kconfig
+##
+CONFIG_SCSI_AIC94XX=m
+# CONFIG_AIC94XX_DEBUG is not set
+
+##
+## file: drivers/scsi/be2iscsi/Kconfig
+##
+CONFIG_BE2ISCSI=m
+
+##
+## file: drivers/scsi/bnx2fc/Kconfig
+##
+CONFIG_SCSI_BNX2X_FCOE=m
+
+##
+## file: drivers/scsi/bnx2i/Kconfig
+##
+CONFIG_SCSI_BNX2_ISCSI=m
+
+##
+## file: drivers/scsi/csiostor/Kconfig
+##
+CONFIG_SCSI_CHELSIO_FCOE=m
+
+##
+## file: drivers/scsi/cxgbi/cxgb3i/Kconfig
+##
+CONFIG_SCSI_CXGB3_ISCSI=m
+
+##
+## file: drivers/scsi/cxgbi/cxgb4i/Kconfig
+##
+CONFIG_SCSI_CXGB4_ISCSI=m
+
+##
+## file: drivers/scsi/device_handler/Kconfig
+##
+CONFIG_SCSI_DH=y
+CONFIG_SCSI_DH_RDAC=m
+CONFIG_SCSI_DH_HP_SW=m
+CONFIG_SCSI_DH_EMC=m
+CONFIG_SCSI_DH_ALUA=m
+
+##
+## file: drivers/scsi/esas2r/Kconfig
+##
+CONFIG_SCSI_ESAS2R=m
+
+##
+## file: drivers/scsi/libsas/Kconfig
+##
+CONFIG_SCSI_SAS_LIBSAS=m
+CONFIG_SCSI_SAS_ATA=y
+CONFIG_SCSI_SAS_HOST_SMP=y
+
+##
+## file: drivers/scsi/megaraid/Kconfig.megaraid
+##
+CONFIG_MEGARAID_SAS=m
+
+##
+## file: drivers/scsi/mpi3mr/Kconfig
+##
+CONFIG_SCSI_MPI3MR=m
+
+##
+## file: drivers/scsi/mpt3sas/Kconfig
+##
+CONFIG_SCSI_MPT3SAS=m
+CONFIG_SCSI_MPT2SAS_MAX_SGE=128
+CONFIG_SCSI_MPT3SAS_MAX_SGE=128
+CONFIG_SCSI_MPT2SAS=m
+
+##
+## file: drivers/scsi/mvsas/Kconfig
+##
+CONFIG_SCSI_MVSAS=m
+# CONFIG_SCSI_MVSAS_DEBUG is not set
+# CONFIG_SCSI_MVSAS_TASKLET is not set
+
+##
+## file: drivers/scsi/pcmcia/Kconfig
+##
+CONFIG_SCSI_LOWLEVEL_PCMCIA=y
+
+##
+## file: drivers/scsi/qedf/Kconfig
+##
+CONFIG_QEDF=m
+
+##
+## file: drivers/scsi/qedi/Kconfig
+##
+CONFIG_QEDI=m
+
+##
+## file: drivers/scsi/qla2xxx/Kconfig
+##
+CONFIG_SCSI_QLA_FC=m
+CONFIG_TCM_QLA2XXX=m
+# CONFIG_TCM_QLA2XXX_DEBUG is not set
+
+##
+## file: drivers/scsi/qla4xxx/Kconfig
+##
+CONFIG_SCSI_QLA_ISCSI=m
+
+##
+## file: drivers/scsi/smartpqi/Kconfig
+##
+CONFIG_SCSI_SMARTPQI=m
+
+##
+## file: drivers/soc/ti/Kconfig
+##
+# CONFIG_SOC_TI is not set
+
+##
+## file: drivers/soundwire/Kconfig
+##
+CONFIG_SOUNDWIRE=m
+CONFIG_SOUNDWIRE_INTEL=m
+CONFIG_SOUNDWIRE_QCOM=m
+
+##
+## file: drivers/spi/Kconfig
+##
+CONFIG_SPI=y
+# CONFIG_SPI_DEBUG is not set
+# CONFIG_SPI_ALTERA is not set
+# CONFIG_SPI_AXI_SPI_ENGINE is not set
+CONFIG_SPI_BITBANG=m
+CONFIG_SPI_BUTTERFLY=m
+CONFIG_SPI_CADENCE_QUADSPI=m
+# CONFIG_SPI_DESIGNWARE is not set
+# CONFIG_SPI_GPIO is not set
+CONFIG_SPI_LM70_LLP=m
+# CONFIG_SPI_FSL_SPI is not set
+# CONFIG_SPI_FSL_DSPI is not set
+# CONFIG_SPI_MTK_NOR is not set
+# CONFIG_SPI_OC_TINY is not set
+# CONFIG_SPI_PXA2XX is not set
+# CONFIG_SPI_ROCKCHIP is not set
+# CONFIG_SPI_SC18IS602 is not set
+# CONFIG_SPI_TOPCLIFF_PCH is not set
+# CONFIG_SPI_XCOMM is not set
+# CONFIG_SPI_XILINX is not set
+# CONFIG_SPI_ZYNQMP_GQSPI is not set
+CONFIG_SPI_SPIDEV=y
+# CONFIG_SPI_LOOPBACK_TEST is not set
+# CONFIG_SPI_TLE62X0 is not set
+# CONFIG_SPI_SLAVE is not set
+
+##
+## file: drivers/spmi/Kconfig
+##
+# CONFIG_SPMI is not set
+
+##
+## file: drivers/ssb/Kconfig
+##
+CONFIG_SSB=m
+CONFIG_SSB_PCMCIAHOST=y
+# CONFIG_SSB_HOST_SOC is not set
+# CONFIG_SSB_DRIVER_GPIO is not set
+
+##
+## file: drivers/staging/Kconfig
+##
+CONFIG_STAGING=y
+
+##
+## file: drivers/staging/fbtft/Kconfig
+##
+# CONFIG_FB_TFT is not set
+
+##
+## file: drivers/staging/gdm724x/Kconfig
+##
+# CONFIG_LTE_GDM724X is not set
+
+##
+## file: drivers/staging/iio/accel/Kconfig
+##
+# CONFIG_ADIS16203 is not set
+# CONFIG_ADIS16240 is not set
+
+##
+## file: drivers/staging/iio/adc/Kconfig
+##
+# CONFIG_AD7816 is not set
+
+##
+## file: drivers/staging/iio/addac/Kconfig
+##
+# CONFIG_ADT7316 is not set
+
+##
+## file: drivers/staging/iio/frequency/Kconfig
+##
+# CONFIG_AD9832 is not set
+# CONFIG_AD9834 is not set
+
+##
+## file: drivers/staging/iio/impedance-analyzer/Kconfig
+##
+# CONFIG_AD5933 is not set
+
+##
+## file: drivers/staging/media/Kconfig
+##
+# CONFIG_STAGING_MEDIA is not set
+
+##
+## file: drivers/staging/media/av7110/Kconfig
+##
+CONFIG_DVB_AV7110=m
+CONFIG_DVB_AV7110_OSD=y
+CONFIG_DVB_BUDGET_PATCH=m
+CONFIG_DVB_SP8870=m
+
+##
+## file: drivers/staging/rtl8192e/Kconfig
+##
+# CONFIG_RTLLIB is not set
+
+##
+## file: drivers/staging/rtl8192e/rtl8192e/Kconfig
+##
+# CONFIG_RTL8192E is not set
+
+##
+## file: drivers/staging/rtl8712/Kconfig
+##
+CONFIG_R8712U=m
+
+##
+## file: drivers/staging/rtl8723bs/Kconfig
+##
+CONFIG_RTL8723BS=m
+
+##
+## file: drivers/staging/rts5208/Kconfig
+##
+# CONFIG_RTS5208 is not set
+
+##
+## file: drivers/staging/sm750fb/Kconfig
+##
+# CONFIG_FB_SM750 is not set
+
+##
+## file: drivers/staging/vme_user/Kconfig
+##
+# CONFIG_VME_BUS is not set
+
+##
+## file: drivers/staging/vt6655/Kconfig
+##
+# CONFIG_VT6655 is not set
+
+##
+## file: drivers/staging/vt6656/Kconfig
+##
+# CONFIG_VT6656 is not set
+
+##
+## file: drivers/staging/wlan-ng/Kconfig
+##
+# CONFIG_PRISM2_USB is not set
+
+##
+## file: drivers/target/Kconfig
+##
+CONFIG_TARGET_CORE=m
+CONFIG_TCM_IBLOCK=m
+CONFIG_TCM_FILEIO=m
+CONFIG_TCM_PSCSI=m
+CONFIG_TCM_USER2=m
+
+##
+## file: drivers/target/iscsi/Kconfig
+##
+CONFIG_ISCSI_TARGET=m
+
+##
+## file: drivers/target/iscsi/cxgbit/Kconfig
+##
+CONFIG_ISCSI_TARGET_CXGB4=m
+
+##
+## file: drivers/target/loopback/Kconfig
+##
+CONFIG_LOOPBACK_TARGET=m
+
+##
+## file: drivers/target/sbp/Kconfig
+##
+CONFIG_SBP_TARGET=m
+
+##
+## file: drivers/target/tcm_fc/Kconfig
+##
+CONFIG_TCM_FC=m
+
+##
+## file: drivers/thermal/Kconfig
+##
+CONFIG_THERMAL_NETLINK=y
+CONFIG_THERMAL_STATISTICS=y
+CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
+CONFIG_THERMAL_HWMON=y
+## choice: Default Thermal governor
+CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
+# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
+# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
+# CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR is not set
+## end choice
+CONFIG_THERMAL_GOV_FAIR_SHARE=y
+CONFIG_THERMAL_GOV_STEP_WISE=y
+CONFIG_THERMAL_GOV_BANG_BANG=y
+CONFIG_THERMAL_GOV_USER_SPACE=y
+CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
+CONFIG_DEVFREQ_THERMAL=y
+# CONFIG_THERMAL_EMULATION is not set
+# CONFIG_GENERIC_ADC_THERMAL is not set
+
+##
+## file: drivers/tty/Kconfig
+##
+CONFIG_TTY=y
+CONFIG_VT=y
+CONFIG_CONSOLE_TRANSLATIONS=y
+CONFIG_VT_CONSOLE=y
+CONFIG_VT_HW_CONSOLE_BINDING=y
+CONFIG_UNIX98_PTYS=y
+# CONFIG_LEGACY_PTYS is not set
+# CONFIG_LEGACY_TIOCSTI is not set
+CONFIG_MOXA_SMARTIO=m
+CONFIG_SYNCLINK_GT=m
+CONFIG_IPWIRELESS=m
+# CONFIG_N_GSM is not set
+CONFIG_NOZOMI=m
+
+##
+## file: drivers/tty/hvc/Kconfig
+##
+CONFIG_HVC_XEN=y
+CONFIG_HVC_XEN_FRONTEND=y
+
+##
+## file: drivers/tty/serdev/Kconfig
+##
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
+
+##
+## file: drivers/tty/serial/Kconfig
+##
+# CONFIG_SERIAL_MAX3100 is not set
+# CONFIG_SERIAL_MAX310X is not set
+# CONFIG_SERIAL_UARTLITE is not set
+# CONFIG_SERIAL_SCCNXP is not set
+# CONFIG_SERIAL_SC16IS7XX is not set
+# CONFIG_SERIAL_TIMBERDALE is not set
+# CONFIG_SERIAL_ALTERA_JTAGUART is not set
+# CONFIG_SERIAL_ALTERA_UART is not set
+# CONFIG_SERIAL_XILINX_PS_UART is not set
+# CONFIG_SERIAL_ARC is not set
+CONFIG_SERIAL_RP2=m
+CONFIG_SERIAL_RP2_NR_UARTS=32
+# CONFIG_SERIAL_FSL_LPUART is not set
+# CONFIG_SERIAL_CONEXANT_DIGICOLOR is not set
+# CONFIG_SERIAL_ST_ASC is not set
+
+##
+## file: drivers/tty/serial/8250/Kconfig
+##
+# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
+CONFIG_SERIAL_8250_PNP=y
+CONFIG_SERIAL_8250_DMA=y
+CONFIG_SERIAL_8250_PCI=y
+CONFIG_SERIAL_8250_EXAR=m
+CONFIG_SERIAL_8250_FOURPORT=m
+CONFIG_SERIAL_8250_ACCENT=m
+CONFIG_SERIAL_8250_BOCA=m
+CONFIG_SERIAL_8250_HUB6=m
+# CONFIG_SERIAL_8250_DW is not set
+# CONFIG_SERIAL_8250_RT288X is not set
+# CONFIG_SERIAL_8250_MID is not set
+CONFIG_SERIAL_OF_PLATFORM=m
+
+##
+## file: drivers/ufs/Kconfig
+##
+CONFIG_SCSI_UFSHCD=m
+
+##
+## file: drivers/ufs/host/Kconfig
+##
+CONFIG_SCSI_UFSHCD_PCI=m
+# CONFIG_SCSI_UFS_DWC_TC_PCI is not set
+# CONFIG_SCSI_UFSHCD_PLATFORM is not set
+
+##
+## file: drivers/uio/Kconfig
+##
+CONFIG_UIO=m
+CONFIG_UIO_CIF=m
+# CONFIG_UIO_PDRV_GENIRQ is not set
+# CONFIG_UIO_DMEM_GENIRQ is not set
+CONFIG_UIO_AEC=m
+CONFIG_UIO_SERCOS3=m
+CONFIG_UIO_PCI_GENERIC=m
+CONFIG_UIO_NETX=m
+# CONFIG_UIO_PRUSS is not set
+CONFIG_UIO_MF624=m
+
+##
+## file: drivers/usb/Kconfig
+##
+CONFIG_USB_SUPPORT=y
+CONFIG_USB_PCI=y
+
+##
+## file: drivers/usb/atm/Kconfig
+##
+CONFIG_USB_CXACRU=m
+CONFIG_USB_UEAGLEATM=m
+CONFIG_USB_XUSBATM=m
+
+##
+## file: drivers/usb/chipidea/Kconfig
+##
+# CONFIG_USB_CHIPIDEA is not set
+
+##
+## file: drivers/usb/class/Kconfig
+##
+CONFIG_USB_ACM=m
+CONFIG_USB_PRINTER=m
+CONFIG_USB_WDM=m
+CONFIG_USB_TMC=m
+
+##
+## file: drivers/usb/common/Kconfig
+##
+CONFIG_USB_LED_TRIG=y
+# CONFIG_USB_ULPI_BUS is not set
+
+##
+## file: drivers/usb/core/Kconfig
+##
+CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
+CONFIG_USB_DEFAULT_PERSIST=y
+CONFIG_USB_DYNAMIC_MINORS=y
+# CONFIG_USB_OTG is not set
+# CONFIG_USB_OTG_FSM is not set
+CONFIG_USB_LEDS_TRIGGER_USBPORT=m
+
+##
+## file: drivers/usb/dwc2/Kconfig
+##
+# CONFIG_USB_DWC2 is not set
+
+##
+## file: drivers/usb/dwc3/Kconfig
+##
+# CONFIG_USB_DWC3 is not set
+
+##
+## file: drivers/usb/fotg210/Kconfig
+##
+# CONFIG_USB_FOTG210_HCD is not set
+# CONFIG_USB_FOTG210_UDC is not set
+
+##
+## file: drivers/usb/gadget/Kconfig
+##
+# CONFIG_USB_GADGET is not set
+# CONFIG_USB_GADGET_DEBUG is not set
+# CONFIG_USB_GADGET_DEBUG_FILES is not set
+# CONFIG_USB_GADGET_DEBUG_FS is not set
+CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
+CONFIG_USB_CONFIGFS=m
+CONFIG_USB_CONFIGFS_SERIAL=y
+CONFIG_USB_CONFIGFS_ACM=y
+CONFIG_USB_CONFIGFS_OBEX=y
+CONFIG_USB_CONFIGFS_NCM=y
+CONFIG_USB_CONFIGFS_ECM=y
+CONFIG_USB_CONFIGFS_ECM_SUBSET=y
+CONFIG_USB_CONFIGFS_RNDIS=y
+CONFIG_USB_CONFIGFS_EEM=y
+CONFIG_USB_CONFIGFS_PHONET=y
+CONFIG_USB_CONFIGFS_MASS_STORAGE=y
+CONFIG_USB_CONFIGFS_F_LB_SS=y
+CONFIG_USB_CONFIGFS_F_FS=y
+CONFIG_USB_CONFIGFS_F_UAC1=y
+CONFIG_USB_CONFIGFS_F_UAC2=y
+CONFIG_USB_CONFIGFS_F_MIDI=y
+CONFIG_USB_CONFIGFS_F_HID=y
+CONFIG_USB_CONFIGFS_F_UVC=y
+CONFIG_USB_CONFIGFS_F_PRINTER=y
+
+##
+## file: drivers/usb/gadget/legacy/Kconfig
+##
+CONFIG_USB_ETH=m
+CONFIG_USB_ETH_RNDIS=y
+CONFIG_USB_GADGETFS=m
+CONFIG_USB_FUNCTIONFS=m
+CONFIG_USB_FUNCTIONFS_ETH=y
+CONFIG_USB_FUNCTIONFS_RNDIS=y
+CONFIG_USB_FUNCTIONFS_GENERIC=y
+CONFIG_USB_G_SERIAL=m
+
+##
+## file: drivers/usb/gadget/udc/Kconfig
+##
+# CONFIG_USB_FUSB300 is not set
+# CONFIG_USB_GR_UDC is not set
+# CONFIG_USB_R8A66597 is not set
+# CONFIG_USB_PXA27X is not set
+# CONFIG_USB_MV_UDC is not set
+# CONFIG_USB_MV_U3D is not set
+# CONFIG_USB_M66592 is not set
+# CONFIG_USB_AMD5536UDC is not set
+# CONFIG_USB_NET2272 is not set
+CONFIG_USB_NET2280=m
+# CONFIG_USB_GOKU is not set
+# CONFIG_USB_GADGET_XILINX is not set
+CONFIG_USB_DUMMY_HCD=m
+
+##
+## file: drivers/usb/gadget/udc/bdc/Kconfig
+##
+# CONFIG_USB_BDC_UDC is not set
+
+##
+## file: drivers/usb/host/Kconfig
+##
+# CONFIG_USB_C67X00_HCD is not set
+CONFIG_USB_XHCI_HCD=m
+# CONFIG_USB_XHCI_DBGCAP is not set
+# CONFIG_USB_XHCI_PLATFORM is not set
+CONFIG_USB_EHCI_ROOT_HUB_TT=y
+CONFIG_USB_EHCI_TT_NEWSCHED=y
+# CONFIG_USB_EHCI_HCD_PLATFORM is not set
+# CONFIG_USB_OXU210HP_HCD is not set
+# CONFIG_USB_ISP116X_HCD is not set
+# CONFIG_USB_ISP1362_HCD is not set
+# CONFIG_USB_MAX3421_HCD is not set
+CONFIG_USB_OHCI_HCD_PCI=y
+# CONFIG_USB_OHCI_HCD_PLATFORM is not set
+# CONFIG_USB_R8A66597_HCD is not set
+# CONFIG_USB_HCD_BCMA is not set
+# CONFIG_USB_HCD_SSB is not set
+# CONFIG_USB_HCD_TEST_MODE is not set
+
+##
+## file: drivers/usb/image/Kconfig
+##
+CONFIG_USB_MDC800=m
+CONFIG_USB_MICROTEK=m
+
+##
+## file: drivers/usb/isp1760/Kconfig
+##
+# CONFIG_USB_ISP1760 is not set
+
+##
+## file: drivers/usb/misc/Kconfig
+##
+CONFIG_USB_EMI62=m
+CONFIG_USB_EMI26=m
+CONFIG_USB_ADUTUX=m
+CONFIG_USB_SEVSEG=m
+CONFIG_USB_LEGOTOWER=m
+CONFIG_USB_LCD=m
+CONFIG_USB_CYPRESS_CY7C63=m
+CONFIG_USB_CYTHERM=m
+CONFIG_USB_IDMOUSE=m
+CONFIG_USB_APPLEDISPLAY=m
+CONFIG_APPLE_MFI_FASTCHARGE=m
+CONFIG_USB_LD=m
+CONFIG_USB_TRANCEVIBRATOR=m
+CONFIG_USB_IOWARRIOR=m
+CONFIG_USB_TEST=m
+CONFIG_USB_EHSET_TEST_FIXTURE=m
+CONFIG_USB_ISIGHTFW=m
+CONFIG_USB_YUREX=m
+# CONFIG_USB_HSIC_USB3503 is not set
+# CONFIG_USB_HSIC_USB4604 is not set
+# CONFIG_USB_LINK_LAYER_TEST is not set
+CONFIG_USB_CHAOSKEY=m
+
+##
+## file: drivers/usb/misc/sisusbvga/Kconfig
+##
+CONFIG_USB_SISUSBVGA=m
+
+##
+## file: drivers/usb/mon/Kconfig
+##
+CONFIG_USB_MON=y
+
+##
+## file: drivers/usb/musb/Kconfig
+##
+# CONFIG_USB_MUSB_HDRC is not set
+
+##
+## file: drivers/usb/phy/Kconfig
+##
+# CONFIG_AB8500_USB is not set
+# CONFIG_FSL_USB2_OTG is not set
+# CONFIG_NOP_USB_XCEIV is not set
+# CONFIG_AM335X_PHY_USB is not set
+# CONFIG_TWL6030_USB is not set
+# CONFIG_USB_GPIO_VBUS is not set
+# CONFIG_USB_ISP1301 is not set
+# CONFIG_USB_MV_OTG is not set
+# CONFIG_USB_MXS_PHY is not set
+# CONFIG_USB_ULPI is not set
+
+##
+## file: drivers/usb/renesas_usbhs/Kconfig
+##
+# CONFIG_USB_RENESAS_USBHS is not set
+
+##
+## file: drivers/usb/serial/Kconfig
+##
+CONFIG_USB_SERIAL=m
+CONFIG_USB_SERIAL_GENERIC=y
+CONFIG_USB_SERIAL_SIMPLE=m
+CONFIG_USB_SERIAL_AIRCABLE=m
+CONFIG_USB_SERIAL_ARK3116=m
+CONFIG_USB_SERIAL_BELKIN=m
+CONFIG_USB_SERIAL_CH341=m
+CONFIG_USB_SERIAL_WHITEHEAT=m
+CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
+CONFIG_USB_SERIAL_CP210X=m
+CONFIG_USB_SERIAL_CYPRESS_M8=m
+CONFIG_USB_SERIAL_EMPEG=m
+CONFIG_USB_SERIAL_FTDI_SIO=m
+CONFIG_USB_SERIAL_VISOR=m
+CONFIG_USB_SERIAL_IPAQ=m
+CONFIG_USB_SERIAL_IR=m
+CONFIG_USB_SERIAL_EDGEPORT=m
+CONFIG_USB_SERIAL_EDGEPORT_TI=m
+CONFIG_USB_SERIAL_F81232=m
+CONFIG_USB_SERIAL_F8153X=m
+CONFIG_USB_SERIAL_GARMIN=m
+CONFIG_USB_SERIAL_IPW=m
+CONFIG_USB_SERIAL_IUU=m
+CONFIG_USB_SERIAL_KEYSPAN_PDA=m
+CONFIG_USB_SERIAL_KEYSPAN=m
+CONFIG_USB_SERIAL_KLSI=m
+CONFIG_USB_SERIAL_KOBIL_SCT=m
+CONFIG_USB_SERIAL_MCT_U232=m
+CONFIG_USB_SERIAL_METRO=m
+CONFIG_USB_SERIAL_MOS7720=m
+CONFIG_USB_SERIAL_MOS7715_PARPORT=y
+CONFIG_USB_SERIAL_MOS7840=m
+CONFIG_USB_SERIAL_MXUPORT=m
+CONFIG_USB_SERIAL_NAVMAN=m
+CONFIG_USB_SERIAL_PL2303=m
+CONFIG_USB_SERIAL_OTI6858=m
+CONFIG_USB_SERIAL_QCAUX=m
+CONFIG_USB_SERIAL_QUALCOMM=m
+CONFIG_USB_SERIAL_SPCP8X5=m
+CONFIG_USB_SERIAL_SAFE=m
+# CONFIG_USB_SERIAL_SAFE_PADDED is not set
+CONFIG_USB_SERIAL_SIERRAWIRELESS=m
+CONFIG_USB_SERIAL_SYMBOL=m
+CONFIG_USB_SERIAL_TI=m
+CONFIG_USB_SERIAL_CYBERJACK=m
+CONFIG_USB_SERIAL_OPTION=m
+CONFIG_USB_SERIAL_OMNINET=m
+CONFIG_USB_SERIAL_OPTICON=m
+CONFIG_USB_SERIAL_XSENS_MT=m
+CONFIG_USB_SERIAL_WISHBONE=m
+CONFIG_USB_SERIAL_SSU100=m
+CONFIG_USB_SERIAL_QT2=m
+CONFIG_USB_SERIAL_UPD78F0730=m
+CONFIG_USB_SERIAL_XR=m
+CONFIG_USB_SERIAL_DEBUG=m
+
+##
+## file: drivers/usb/storage/Kconfig
+##
+CONFIG_USB_STORAGE=m
+# CONFIG_USB_STORAGE_DEBUG is not set
+CONFIG_USB_STORAGE_REALTEK=m
+CONFIG_REALTEK_AUTOPM=y
+CONFIG_USB_STORAGE_DATAFAB=m
+CONFIG_USB_STORAGE_FREECOM=m
+CONFIG_USB_STORAGE_ISD200=m
+CONFIG_USB_STORAGE_USBAT=m
+CONFIG_USB_STORAGE_SDDR09=m
+CONFIG_USB_STORAGE_SDDR55=m
+CONFIG_USB_STORAGE_JUMPSHOT=m
+CONFIG_USB_STORAGE_ALAUDA=m
+CONFIG_USB_STORAGE_ONETOUCH=m
+CONFIG_USB_STORAGE_KARMA=m
+CONFIG_USB_STORAGE_CYPRESS_ATACB=m
+CONFIG_USB_STORAGE_ENE_UB6250=m
+CONFIG_USB_UAS=m
+
+##
+## file: drivers/usb/typec/altmodes/Kconfig
+##
+CONFIG_TYPEC_DP_ALTMODE=m
+CONFIG_TYPEC_NVIDIA_ALTMODE=m
+
+##
+## file: drivers/usb/typec/ucsi/Kconfig
+##
+CONFIG_TYPEC_UCSI=m
+CONFIG_UCSI_ACPI=m
+
+##
+## file: drivers/usb/usbip/Kconfig
+##
+CONFIG_USBIP_CORE=m
+CONFIG_USBIP_VHCI_HCD=m
+CONFIG_USBIP_VHCI_HC_PORTS=15
+CONFIG_USBIP_VHCI_NR_HCS=8
+CONFIG_USBIP_HOST=m
+CONFIG_USBIP_VUDC=m
+# CONFIG_USBIP_DEBUG is not set
+
+##
+## file: drivers/vdpa/Kconfig
+##
+CONFIG_VDPA=m
+CONFIG_VDPA_USER=m
+
+##
+## file: drivers/vfio/Kconfig
+##
+# CONFIG_VFIO_NOIOMMU is not set
+
+##
+## file: drivers/vhost/Kconfig
+##
+CONFIG_VHOST_NET=m
+CONFIG_VHOST_SCSI=m
+CONFIG_VHOST_VSOCK=m
+CONFIG_VHOST_VDPA=m
+# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set
+
+##
+## file: drivers/video/backlight/Kconfig
+##
+# CONFIG_LCD_CLASS_DEVICE is not set
+CONFIG_BACKLIGHT_CLASS_DEVICE=y
+CONFIG_BACKLIGHT_PWM=m
+CONFIG_BACKLIGHT_APPLE=m
+# CONFIG_BACKLIGHT_QCOM_WLED is not set
+# CONFIG_BACKLIGHT_SAHARA is not set
+CONFIG_BACKLIGHT_WM831X=m
+# CONFIG_BACKLIGHT_ADP8860 is not set
+# CONFIG_BACKLIGHT_ADP8870 is not set
+# CONFIG_BACKLIGHT_LM3630A is not set
+# CONFIG_BACKLIGHT_LM3639 is not set
+# CONFIG_BACKLIGHT_LP855X is not set
+# CONFIG_BACKLIGHT_GPIO is not set
+# CONFIG_BACKLIGHT_LV5207LP is not set
+# CONFIG_BACKLIGHT_BD6107 is not set
+# CONFIG_BACKLIGHT_ARCXCNN is not set
+
+##
+## file: drivers/video/console/Kconfig
+##
+CONFIG_DUMMY_CONSOLE_COLUMNS=80
+CONFIG_DUMMY_CONSOLE_ROWS=25
+CONFIG_FRAMEBUFFER_CONSOLE=y
+# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
+CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
+#. This won't work nicely unless we also hide the boot menu
+# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+CONFIG_FB=y
+CONFIG_FB_ARC=m
+# CONFIG_FB_UVESA is not set
+# CONFIG_FB_OPENCORES is not set
+# CONFIG_FB_S1D13XXX is not set
+# CONFIG_FB_I740 is not set
+CONFIG_FB_S3=m
+CONFIG_FB_S3_DDC=y
+CONFIG_FB_VIA=m
+# CONFIG_FB_VIA_DIRECT_PROCFS is not set
+CONFIG_FB_VIA_X_COMPATIBILITY=y
+CONFIG_FB_3DFX=m
+# CONFIG_FB_3DFX_ACCEL is not set
+CONFIG_FB_3DFX_I2C=y
+CONFIG_FB_VT8623=m
+CONFIG_FB_ARK=m
+CONFIG_FB_PM3=m
+# CONFIG_FB_CARMINE is not set
+CONFIG_FB_SM501=m
+CONFIG_FB_SMSCUFX=m
+# CONFIG_FB_IBM_GXT4500 is not set
+# CONFIG_FB_GOLDFISH is not set
+CONFIG_XEN_FBDEV_FRONTEND=y
+# CONFIG_FB_METRONOME is not set
+CONFIG_FB_MB862XX=m
+## choice: GDC variant
+CONFIG_FB_MB862XX_PCI_GDC=y
+## end choice
+CONFIG_FB_MB862XX_I2C=y
+# CONFIG_FB_BROADSHEET is not set
+# CONFIG_FB_SSD1307 is not set
+# CONFIG_FB_SM712 is not set
+
+##
+## file: drivers/video/fbdev/core/Kconfig
+##
+CONFIG_FIRMWARE_EDID=y
+# CONFIG_FB_FOREIGN_ENDIAN is not set
+
+##
+## file: drivers/video/logo/Kconfig
+##
+# CONFIG_LOGO is not set
+
+##
+## file: drivers/virt/Kconfig
+##
+CONFIG_VIRT_DRIVERS=y
+
+##
+## file: drivers/virtio/Kconfig
+##
+CONFIG_VIRTIO_PCI=y
+CONFIG_VIRTIO_PCI_LEGACY=y
+CONFIG_VIRTIO_VDPA=m
+CONFIG_VIRTIO_PMEM=m
+CONFIG_VIRTIO_BALLOON=m
+CONFIG_VIRTIO_INPUT=m
+CONFIG_VIRTIO_MMIO=m
+# CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set
+
+##
+## file: drivers/w1/Kconfig
+##
+CONFIG_W1=m
+CONFIG_W1_CON=y
+
+##
+## file: drivers/w1/masters/Kconfig
+##
+# CONFIG_W1_MASTER_MATROX is not set
+CONFIG_W1_MASTER_DS2490=m
+CONFIG_W1_MASTER_DS2482=m
+CONFIG_W1_MASTER_GPIO=m
+
+##
+## file: drivers/w1/slaves/Kconfig
+##
+CONFIG_W1_SLAVE_THERM=m
+CONFIG_W1_SLAVE_SMEM=m
+CONFIG_W1_SLAVE_DS2405=m
+CONFIG_W1_SLAVE_DS2408=m
+CONFIG_W1_SLAVE_DS2408_READBACK=y
+CONFIG_W1_SLAVE_DS2413=m
+CONFIG_W1_SLAVE_DS2406=m
+CONFIG_W1_SLAVE_DS2423=m
+CONFIG_W1_SLAVE_DS2805=m
+CONFIG_W1_SLAVE_DS2431=m
+CONFIG_W1_SLAVE_DS2433=m
+# CONFIG_W1_SLAVE_DS2433_CRC is not set
+CONFIG_W1_SLAVE_DS2438=m
+CONFIG_W1_SLAVE_DS2780=m
+CONFIG_W1_SLAVE_DS2781=m
+CONFIG_W1_SLAVE_DS28E04=m
+CONFIG_W1_SLAVE_DS28E17=m
+
+##
+## file: drivers/watchdog/Kconfig
+##
+CONFIG_WATCHDOG=y
+# CONFIG_WATCHDOG_NOWAYOUT is not set
+CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y
+CONFIG_WATCHDOG_SYSFS=y
+CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT=y
+CONFIG_WATCHDOG_PRETIMEOUT_GOV=y
+CONFIG_WATCHDOG_PRETIMEOUT_GOV_NOOP=y
+CONFIG_WATCHDOG_PRETIMEOUT_GOV_PANIC=m
+## choice: Default Watchdog Pretimeout Governor
+CONFIG_WATCHDOG_PRETIMEOUT_DEFAULT_GOV_NOOP=y
+# CONFIG_WATCHDOG_PRETIMEOUT_DEFAULT_GOV_PANIC is not set
+## end choice
+CONFIG_SOFT_WATCHDOG=m
+# CONFIG_GPIO_WATCHDOG is not set
+CONFIG_WDAT_WDT=m
+CONFIG_WM831X_WATCHDOG=m
+CONFIG_WM8350_WATCHDOG=m
+# CONFIG_XILINX_WATCHDOG is not set
+# CONFIG_ZIIRAVE_WATCHDOG is not set
+# CONFIG_CADENCE_WATCHDOG is not set
+# CONFIG_DW_WATCHDOG is not set
+# CONFIG_MAX63XX_WATCHDOG is not set
+# CONFIG_EBC_C384_WDT is not set
+CONFIG_SBC_FITPC2_WATCHDOG=m
+CONFIG_ITCO_WDT=m
+CONFIG_ITCO_VENDOR_SUPPORT=y
+CONFIG_IT87_WDT=m
+CONFIG_PC87413_WDT=m
+CONFIG_SMSC_SCH311X_WDT=m
+CONFIG_SMSC37B787_WDT=m
+CONFIG_SBC_EPX_C3_WATCHDOG=m
+# CONFIG_BCM7038_WDT is not set
+# CONFIG_MEN_A21_WDT is not set
+CONFIG_XEN_WDT=m
+
+##
+## file: drivers/xen/Kconfig
+##
+CONFIG_XEN_BALLOON=y
+CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y
+CONFIG_XEN_SCRUB_PAGES_DEFAULT=y
+CONFIG_XEN_DEV_EVTCHN=m
+CONFIG_XEN_BACKEND=y
+CONFIG_XENFS=m
+CONFIG_XEN_COMPAT_XENFS=y
+CONFIG_XEN_SYS_HYPERVISOR=y
+CONFIG_XEN_GNTDEV=m
+CONFIG_XEN_GRANT_DEV_ALLOC=m
+CONFIG_XEN_PCIDEV_BACKEND=m
+CONFIG_XEN_SCSI_BACKEND=m
+CONFIG_XEN_MCE_LOG=y
+
+##
+## file: fs/Kconfig
+##
+CONFIG_FS_DAX=y
+CONFIG_FILE_LOCKING=y
+CONFIG_TMPFS=y
+CONFIG_TMPFS_POSIX_ACL=y
+CONFIG_TMPFS_INODE64=y
+CONFIG_HUGETLBFS=y
+CONFIG_MISC_FILESYSTEMS=y
+CONFIG_NETWORK_FILESYSTEMS=y
+
+##
+## file: fs/Kconfig.binfmt
+##
+CONFIG_BINFMT_ELF=y
+CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
+CONFIG_BINFMT_SCRIPT=y
+CONFIG_BINFMT_MISC=m
+CONFIG_COREDUMP=y
+
+##
+## file: fs/9p/Kconfig
+##
+CONFIG_9P_FS=m
+CONFIG_9P_FSCACHE=y
+CONFIG_9P_FS_POSIX_ACL=y
+CONFIG_9P_FS_SECURITY=y
+
+##
+## file: fs/adfs/Kconfig
+##
+CONFIG_ADFS_FS=m
+# CONFIG_ADFS_FS_RW is not set
+
+##
+## file: fs/affs/Kconfig
+##
+CONFIG_AFFS_FS=m
+
+##
+## file: fs/afs/Kconfig
+##
+CONFIG_AFS_FS=m
+# CONFIG_AFS_DEBUG is not set
+CONFIG_AFS_FSCACHE=y
+
+##
+## file: fs/autofs/Kconfig
+##
+CONFIG_AUTOFS_FS=m
+
+##
+## file: fs/bcachefs/Kconfig
+##
+CONFIG_BCACHEFS_FS=m
+CONFIG_BCACHEFS_QUOTA=y
+CONFIG_BCACHEFS_POSIX_ACL=y
+
+##
+## file: fs/befs/Kconfig
+##
+CONFIG_BEFS_FS=m
+# CONFIG_BEFS_DEBUG is not set
+
+##
+## file: fs/bfs/Kconfig
+##
+CONFIG_BFS_FS=m
+
+##
+## file: fs/btrfs/Kconfig
+##
+CONFIG_BTRFS_FS=m
+CONFIG_BTRFS_FS_POSIX_ACL=y
+# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set
+# CONFIG_BTRFS_DEBUG is not set
+# CONFIG_BTRFS_ASSERT is not set
+
+##
+## file: fs/cachefiles/Kconfig
+##
+CONFIG_CACHEFILES=m
+# CONFIG_CACHEFILES_DEBUG is not set
+
+##
+## file: fs/ceph/Kconfig
+##
+CONFIG_CEPH_FS=m
+CONFIG_CEPH_FSCACHE=y
+CONFIG_CEPH_FS_POSIX_ACL=y
+
+##
+## file: fs/coda/Kconfig
+##
+CONFIG_CODA_FS=m
+
+##
+## file: fs/configfs/Kconfig
+##
+CONFIG_CONFIGFS_FS=m
+
+##
+## file: fs/cramfs/Kconfig
+##
+# CONFIG_CRAMFS is not set
+
+##
+## file: fs/crypto/Kconfig
+##
+CONFIG_FS_ENCRYPTION=y
+
+##
+## file: fs/dlm/Kconfig
+##
+CONFIG_DLM=m
+CONFIG_DLM_DEBUG=y
+
+##
+## file: fs/ecryptfs/Kconfig
+##
+CONFIG_ECRYPT_FS=m
+CONFIG_ECRYPT_FS_MESSAGING=y
+
+##
+## file: fs/efivarfs/Kconfig
+##
+CONFIG_EFIVAR_FS=m
+
+##
+## file: fs/efs/Kconfig
+##
+CONFIG_EFS_FS=m
+
+##
+## file: fs/erofs/Kconfig
+##
+CONFIG_EROFS_FS=m
+# CONFIG_EROFS_FS_DEBUG is not set
+CONFIG_EROFS_FS_XATTR=y
+CONFIG_EROFS_FS_POSIX_ACL=y
+CONFIG_EROFS_FS_SECURITY=y
+CONFIG_EROFS_FS_ZIP=y
+
+##
+## file: fs/exfat/Kconfig
+##
+CONFIG_EXFAT_FS=m
+CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
+
+##
+## file: fs/ext2/Kconfig
+##
+# CONFIG_EXT2_FS is not set
+
+##
+## file: fs/ext4/Kconfig
+##
+# CONFIG_EXT3_FS is not set
+CONFIG_EXT4_FS=m
+CONFIG_EXT4_USE_FOR_EXT2=y
+CONFIG_EXT4_FS_POSIX_ACL=y
+CONFIG_EXT4_FS_SECURITY=y
+# CONFIG_EXT4_DEBUG is not set
+
+##
+## file: fs/f2fs/Kconfig
+##
+CONFIG_F2FS_FS=m
+CONFIG_F2FS_STAT_FS=y
+CONFIG_F2FS_FS_XATTR=y
+CONFIG_F2FS_FS_POSIX_ACL=y
+CONFIG_F2FS_FS_SECURITY=y
+# CONFIG_F2FS_FAULT_INJECTION is not set
+CONFIG_F2FS_FS_COMPRESSION=y
+CONFIG_F2FS_FS_LZO=y
+CONFIG_F2FS_FS_LZORLE=y
+CONFIG_F2FS_FS_LZ4=y
+CONFIG_F2FS_FS_ZSTD=y
+
+##
+## file: fs/fat/Kconfig
+##
+CONFIG_MSDOS_FS=m
+CONFIG_VFAT_FS=m
+CONFIG_FAT_DEFAULT_CODEPAGE=437
+#. Mitigate the lack of UTF-8 case-folding which makes FAT name lookup
+#. inconsistent (#833238).  This combination enables case-folding the
+#. ASCII subset while still encoding/decoding as UTF-8.
+CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
+CONFIG_FAT_DEFAULT_UTF8=y
+
+##
+## file: fs/freevxfs/Kconfig
+##
+CONFIG_VXFS_FS=m
+
+##
+## file: fs/fuse/Kconfig
+##
+CONFIG_FUSE_FS=y
+CONFIG_CUSE=m
+CONFIG_VIRTIO_FS=y
+
+##
+## file: fs/gfs2/Kconfig
+##
+CONFIG_GFS2_FS=m
+CONFIG_GFS2_FS_LOCKING_DLM=y
+
+##
+## file: fs/hfs/Kconfig
+##
+CONFIG_HFS_FS=m
+
+##
+## file: fs/hfsplus/Kconfig
+##
+CONFIG_HFSPLUS_FS=m
+
+##
+## file: fs/hpfs/Kconfig
+##
+CONFIG_HPFS_FS=m
+
+##
+## file: fs/isofs/Kconfig
+##
+CONFIG_ISO9660_FS=m
+CONFIG_JOLIET=y
+CONFIG_ZISOFS=y
+
+##
+## file: fs/jbd2/Kconfig
+##
+# CONFIG_JBD2_DEBUG is not set
+
+##
+## file: fs/jffs2/Kconfig
+##
+CONFIG_JFFS2_FS=m
+CONFIG_JFFS2_FS_DEBUG=0
+CONFIG_JFFS2_FS_WRITEBUFFER=y
+# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
+CONFIG_JFFS2_SUMMARY=y
+CONFIG_JFFS2_FS_XATTR=y
+CONFIG_JFFS2_FS_POSIX_ACL=y
+CONFIG_JFFS2_FS_SECURITY=y
+CONFIG_JFFS2_COMPRESSION_OPTIONS=y
+CONFIG_JFFS2_ZLIB=y
+CONFIG_JFFS2_LZO=y
+CONFIG_JFFS2_RTIME=y
+# CONFIG_JFFS2_RUBIN is not set
+## choice: JFFS2 default compression mode
+# CONFIG_JFFS2_CMODE_NONE is not set
+CONFIG_JFFS2_CMODE_PRIORITY=y
+# CONFIG_JFFS2_CMODE_SIZE is not set
+# CONFIG_JFFS2_CMODE_FAVOURLZO is not set
+## end choice
+
+##
+## file: fs/jfs/Kconfig
+##
+CONFIG_JFS_FS=m
+CONFIG_JFS_POSIX_ACL=y
+CONFIG_JFS_SECURITY=y
+# CONFIG_JFS_DEBUG is not set
+# CONFIG_JFS_STATISTICS is not set
+
+##
+## file: fs/minix/Kconfig
+##
+CONFIG_MINIX_FS=m
+
+##
+## file: fs/netfs/Kconfig
+##
+CONFIG_FSCACHE=y
+CONFIG_FSCACHE_STATS=y
+# CONFIG_FSCACHE_DEBUG is not set
+
+##
+## file: fs/nfs/Kconfig
+##
+CONFIG_NFS_FS=m
+CONFIG_NFS_V2=y
+CONFIG_NFS_V3=y
+CONFIG_NFS_V3_ACL=y
+CONFIG_NFS_V4=y
+CONFIG_NFS_SWAP=y
+CONFIG_NFS_V4_1=y
+CONFIG_NFS_V4_2=y
+CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
+# CONFIG_NFS_V4_1_MIGRATION is not set
+CONFIG_NFS_FSCACHE=y
+# CONFIG_NFS_USE_LEGACY_DNS is not set
+
+##
+## file: fs/nfsd/Kconfig
+##
+CONFIG_NFSD=m
+CONFIG_NFSD_V3_ACL=y
+CONFIG_NFSD_V4=y
+CONFIG_NFSD_BLOCKLAYOUT=y
+CONFIG_NFSD_V4_SECURITY_LABEL=y
+
+##
+## file: fs/nilfs2/Kconfig
+##
+CONFIG_NILFS2_FS=m
+
+##
+## file: fs/nls/Kconfig
+##
+CONFIG_NLS=y
+CONFIG_NLS_DEFAULT="utf8"
+CONFIG_NLS_CODEPAGE_437=m
+CONFIG_NLS_CODEPAGE_737=m
+CONFIG_NLS_CODEPAGE_775=m
+CONFIG_NLS_CODEPAGE_850=m
+CONFIG_NLS_CODEPAGE_852=m
+CONFIG_NLS_CODEPAGE_855=m
+CONFIG_NLS_CODEPAGE_857=m
+CONFIG_NLS_CODEPAGE_860=m
+CONFIG_NLS_CODEPAGE_861=m
+CONFIG_NLS_CODEPAGE_862=m
+CONFIG_NLS_CODEPAGE_863=m
+CONFIG_NLS_CODEPAGE_864=m
+CONFIG_NLS_CODEPAGE_865=m
+CONFIG_NLS_CODEPAGE_866=m
+CONFIG_NLS_CODEPAGE_869=m
+CONFIG_NLS_CODEPAGE_936=m
+CONFIG_NLS_CODEPAGE_950=m
+CONFIG_NLS_CODEPAGE_932=m
+CONFIG_NLS_CODEPAGE_949=m
+CONFIG_NLS_CODEPAGE_874=m
+CONFIG_NLS_ISO8859_8=m
+CONFIG_NLS_CODEPAGE_1250=m
+CONFIG_NLS_CODEPAGE_1251=m
+CONFIG_NLS_ASCII=m
+CONFIG_NLS_ISO8859_1=m
+CONFIG_NLS_ISO8859_2=m
+CONFIG_NLS_ISO8859_3=m
+CONFIG_NLS_ISO8859_4=m
+CONFIG_NLS_ISO8859_5=m
+CONFIG_NLS_ISO8859_6=m
+CONFIG_NLS_ISO8859_7=m
+CONFIG_NLS_ISO8859_9=m
+CONFIG_NLS_ISO8859_13=m
+CONFIG_NLS_ISO8859_14=m
+CONFIG_NLS_ISO8859_15=m
+CONFIG_NLS_KOI8_R=m
+CONFIG_NLS_KOI8_U=m
+CONFIG_NLS_MAC_ROMAN=m
+CONFIG_NLS_MAC_CELTIC=m
+CONFIG_NLS_MAC_CENTEURO=m
+CONFIG_NLS_MAC_CROATIAN=m
+CONFIG_NLS_MAC_CYRILLIC=m
+CONFIG_NLS_MAC_GAELIC=m
+CONFIG_NLS_MAC_GREEK=m
+CONFIG_NLS_MAC_ICELAND=m
+CONFIG_NLS_MAC_INUIT=m
+CONFIG_NLS_MAC_ROMANIAN=m
+CONFIG_NLS_MAC_TURKISH=m
+CONFIG_NLS_UTF8=m
+
+##
+## file: fs/notify/dnotify/Kconfig
+##
+CONFIG_DNOTIFY=y
+
+##
+## file: fs/notify/fanotify/Kconfig
+##
+CONFIG_FANOTIFY=y
+CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
+
+##
+## file: fs/notify/inotify/Kconfig
+##
+CONFIG_INOTIFY_USER=y
+
+##
+## file: fs/ocfs2/Kconfig
+##
+CONFIG_OCFS2_FS=m
+CONFIG_OCFS2_FS_O2CB=m
+CONFIG_OCFS2_FS_USERSPACE_CLUSTER=m
+CONFIG_OCFS2_FS_STATS=y
+CONFIG_OCFS2_DEBUG_MASKLOG=y
+# CONFIG_OCFS2_DEBUG_FS is not set
+
+##
+## file: fs/omfs/Kconfig
+##
+CONFIG_OMFS_FS=m
+
+##
+## file: fs/orangefs/Kconfig
+##
+CONFIG_ORANGEFS_FS=m
+
+##
+## file: fs/overlayfs/Kconfig
+##
+CONFIG_OVERLAY_FS=m
+
+##
+## file: fs/proc/Kconfig
+##
+CONFIG_PROC_FS=y
+CONFIG_PROC_KCORE=y
+CONFIG_PROC_VMCORE=y
+CONFIG_PROC_SYSCTL=y
+CONFIG_PROC_PAGE_MONITOR=y
+
+##
+## file: fs/pstore/Kconfig
+##
+# CONFIG_PSTORE_CONSOLE is not set
+# CONFIG_PSTORE_PMSG is not set
+# CONFIG_PSTORE_FTRACE is not set
+CONFIG_PSTORE_RAM=m
+CONFIG_PSTORE_BLK=m
+
+##
+## file: fs/qnx4/Kconfig
+##
+CONFIG_QNX4FS_FS=m
+
+##
+## file: fs/qnx6/Kconfig
+##
+CONFIG_QNX6FS_FS=m
+# CONFIG_QNX6FS_DEBUG is not set
+
+##
+## file: fs/quota/Kconfig
+##
+CONFIG_QUOTA=y
+CONFIG_QUOTA_NETLINK_INTERFACE=y
+CONFIG_PRINT_QUOTA_WARNING=y
+# CONFIG_QUOTA_DEBUG is not set
+CONFIG_QFMT_V1=m
+CONFIG_QFMT_V2=m
+
+##
+## file: fs/reiserfs/Kconfig
+##
+CONFIG_REISERFS_FS=m
+# CONFIG_REISERFS_CHECK is not set
+# CONFIG_REISERFS_PROC_INFO is not set
+CONFIG_REISERFS_FS_XATTR=y
+CONFIG_REISERFS_FS_POSIX_ACL=y
+CONFIG_REISERFS_FS_SECURITY=y
+
+##
+## file: fs/romfs/Kconfig
+##
+CONFIG_ROMFS_FS=m
+## choice: RomFS backing stores
+# CONFIG_ROMFS_BACKED_BY_BLOCK is not set
+# CONFIG_ROMFS_BACKED_BY_MTD is not set
+CONFIG_ROMFS_BACKED_BY_BOTH=y
+## end choice
+
+##
+## file: fs/smb/client/Kconfig
+##
+CONFIG_CIFS=m
+CONFIG_CIFS_UPCALL=y
+CONFIG_CIFS_XATTR=y
+CONFIG_CIFS_POSIX=y
+CONFIG_CIFS_DEBUG=y
+# CONFIG_CIFS_DEBUG2 is not set
+CONFIG_CIFS_DFS_UPCALL=y
+CONFIG_CIFS_NFSD_EXPORT=y
+CONFIG_CIFS_FSCACHE=y
+
+##
+## file: fs/smb/server/Kconfig
+##
+CONFIG_SMB_SERVER=m
+
+##
+## file: fs/squashfs/Kconfig
+##
+CONFIG_SQUASHFS=m
+## choice: File decompression options
+CONFIG_SQUASHFS_FILE_DIRECT=y
+## end choice
+## choice: Select decompression parallel mode at compile time
+CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI_PERCPU=y
+## end choice
+CONFIG_SQUASHFS_XATTR=y
+CONFIG_SQUASHFS_ZLIB=y
+CONFIG_SQUASHFS_LZ4=y
+CONFIG_SQUASHFS_LZO=y
+CONFIG_SQUASHFS_XZ=y
+CONFIG_SQUASHFS_ZSTD=y
+# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
+# CONFIG_SQUASHFS_EMBEDDED is not set
+
+##
+## file: fs/sysfs/Kconfig
+##
+CONFIG_SYSFS=y
+
+##
+## file: fs/sysv/Kconfig
+##
+CONFIG_SYSV_FS=m
+
+##
+## file: fs/ubifs/Kconfig
+##
+CONFIG_UBIFS_FS=m
+CONFIG_UBIFS_FS_ADVANCED_COMPR=y
+CONFIG_UBIFS_FS_LZO=y
+CONFIG_UBIFS_FS_ZLIB=y
+
+##
+## file: fs/udf/Kconfig
+##
+CONFIG_UDF_FS=m
+
+##
+## file: fs/ufs/Kconfig
+##
+CONFIG_UFS_FS=m
+# CONFIG_UFS_FS_WRITE is not set
+# CONFIG_UFS_DEBUG is not set
+
+##
+## file: fs/unicode/Kconfig
+##
+CONFIG_UNICODE=y
+
+##
+## file: fs/verity/Kconfig
+##
+CONFIG_FS_VERITY=y
+CONFIG_FS_VERITY_BUILTIN_SIGNATURES=y
+
+##
+## file: fs/xfs/Kconfig
+##
+CONFIG_XFS_FS=m
+CONFIG_XFS_QUOTA=y
+CONFIG_XFS_POSIX_ACL=y
+CONFIG_XFS_RT=y
+# CONFIG_XFS_WARN is not set
+# CONFIG_XFS_DEBUG is not set
+
+##
+## file: fs/zonefs/Kconfig
+##
+CONFIG_ZONEFS_FS=m
+
+##
+## file: init/Kconfig
+##
+# CONFIG_COMPILE_TEST is not set
+CONFIG_LOCALVERSION=""
+# CONFIG_LOCALVERSION_AUTO is not set
+## choice: Kernel compression mode
+# CONFIG_KERNEL_GZIP is not set
+# CONFIG_KERNEL_BZIP2 is not set
+# CONFIG_KERNEL_LZMA is not set
+CONFIG_KERNEL_XZ=y
+# CONFIG_KERNEL_LZO is not set
+# CONFIG_KERNEL_LZ4 is not set
+## end choice
+CONFIG_DEFAULT_HOSTNAME="(none)"
+CONFIG_SYSVIPC=y
+CONFIG_POSIX_MQUEUE=y
+CONFIG_CROSS_MEMORY_ATTACH=y
+# CONFIG_USELIB is not set
+CONFIG_AUDIT=y
+## choice: Cputime accounting
+CONFIG_TICK_CPU_ACCOUNTING=y
+# CONFIG_VIRT_CPU_ACCOUNTING_NATIVE is not set
+# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
+## end choice
+CONFIG_BSD_PROCESS_ACCT=y
+CONFIG_BSD_PROCESS_ACCT_V3=y
+CONFIG_TASKSTATS=y
+CONFIG_TASK_DELAY_ACCT=y
+CONFIG_TASK_XACCT=y
+CONFIG_TASK_IO_ACCOUNTING=y
+CONFIG_PSI=y
+# CONFIG_PSI_DEFAULT_DISABLED is not set
+CONFIG_CPU_ISOLATION=y
+# CONFIG_IKCONFIG is not set
+CONFIG_LOG_BUF_SHIFT=17
+CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
+CONFIG_NUMA_BALANCING=y
+CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
+CONFIG_CGROUPS=y
+CONFIG_MEMCG=y
+CONFIG_BLK_CGROUP=y
+CONFIG_CGROUP_SCHED=y
+CONFIG_FAIR_GROUP_SCHED=y
+CONFIG_CFS_BANDWIDTH=y
+# CONFIG_RT_GROUP_SCHED is not set
+CONFIG_CGROUP_PIDS=y
+CONFIG_CGROUP_RDMA=y
+CONFIG_CGROUP_FREEZER=y
+CONFIG_CGROUP_HUGETLB=y
+CONFIG_CPUSETS=y
+CONFIG_PROC_PID_CPUSET=y
+CONFIG_CGROUP_DEVICE=y
+CONFIG_CGROUP_CPUACCT=y
+CONFIG_CGROUP_PERF=y
+CONFIG_CGROUP_BPF=y
+CONFIG_CGROUP_MISC=y
+# CONFIG_CGROUP_DEBUG is not set
+CONFIG_NAMESPACES=y
+CONFIG_UTS_NS=y
+CONFIG_IPC_NS=y
+CONFIG_USER_NS=y
+CONFIG_PID_NS=y
+CONFIG_NET_NS=y
+CONFIG_CHECKPOINT_RESTORE=y
+CONFIG_SCHED_AUTOGROUP=y
+CONFIG_RELAY=y
+CONFIG_BLK_DEV_INITRD=y
+## choice: Compiler optimization level
+CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
+# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
+## end choice
+#. Unfortunately some useful options are conditional on EXPERT
+CONFIG_EXPERT=y
+CONFIG_UID16=y
+CONFIG_MULTIUSER=y
+# CONFIG_SYSFS_SYSCALL is not set
+CONFIG_FHANDLE=y
+CONFIG_POSIX_TIMERS=y
+CONFIG_PRINTK=y
+CONFIG_BUG=y
+CONFIG_ELF_CORE=y
+CONFIG_PCSPKR_PLATFORM=y
+CONFIG_BASE_FULL=y
+CONFIG_FUTEX=y
+CONFIG_EPOLL=y
+CONFIG_SIGNALFD=y
+CONFIG_TIMERFD=y
+CONFIG_EVENTFD=y
+CONFIG_SHMEM=y
+CONFIG_AIO=y
+CONFIG_ADVISE_SYSCALLS=y
+CONFIG_MEMBARRIER=y
+CONFIG_RSEQ=y
+# CONFIG_DEBUG_RSEQ is not set
+# CONFIG_PC104 is not set
+CONFIG_KALLSYMS=y
+# CONFIG_KALLSYMS_ALL is not set
+CONFIG_PERF_EVENTS=y
+# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
+CONFIG_PROFILING=y
+
+##
+## file: kernel/Kconfig.hz
+##
+## choice: Timer frequency
+# CONFIG_HZ_100 is not set
+CONFIG_HZ_250=y
+# CONFIG_HZ_300 is not set
+# CONFIG_HZ_1000 is not set
+## end choice
+
+##
+## file: kernel/Kconfig.preempt
+##
+## choice: Preemption Model
+# CONFIG_PREEMPT_NONE is not set
+CONFIG_PREEMPT_VOLUNTARY=y
+# CONFIG_PREEMPT is not set
+## end choice
+
+##
+## file: kernel/bpf/Kconfig
+##
+CONFIG_BPF_SYSCALL=y
+CONFIG_BPF_JIT=y
+# CONFIG_BPF_JIT_ALWAYS_ON is not set
+#. Debian backport of 08389d888287 ("bpf: Add kconfig knob for disabling unpriv
+#. bpf by default") in 5.13-rc4 adds the configuration option to init/Kconfig
+#. and needs to be moved once rebasing to 5.13-rc4 and later.
+CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
+CONFIG_BPF_LSM=y
+
+##
+## file: kernel/dma/Kconfig
+##
+# CONFIG_DMA_API_DEBUG is not set
+
+##
+## file: kernel/gcov/Kconfig
+##
+# CONFIG_GCOV_KERNEL is not set
+
+##
+## file: kernel/irq/Kconfig
+##
+# CONFIG_GENERIC_IRQ_DEBUGFS is not set
+
+##
+## file: kernel/module/Kconfig
+##
+CONFIG_MODULES=y
+CONFIG_MODULE_FORCE_LOAD=y
+CONFIG_MODULE_UNLOAD=y
+CONFIG_MODULE_FORCE_UNLOAD=y
+CONFIG_MODVERSIONS=y
+# CONFIG_MODULE_SRCVERSION_ALL is not set
+CONFIG_MODULE_SIG=y
+#. Signature validation is a run-time option
+# CONFIG_MODULE_SIG_FORCE is not set
+CONFIG_MODULE_SIG_ALL=y
+## choice: Which hash algorithm should modules be signed with?
+CONFIG_MODULE_SIG_SHA256=y
+# CONFIG_MODULE_SIG_SHA384 is not set
+# CONFIG_MODULE_SIG_SHA512 is not set
+## end choice
+## choice: Module compression mode
+CONFIG_MODULE_COMPRESS_XZ=y
+## end choice
+CONFIG_MODULE_DECOMPRESS=y
+# CONFIG_TRIM_UNUSED_KSYMS is not set
+
+##
+## file: kernel/power/Kconfig
+##
+CONFIG_SUSPEND=y
+# CONFIG_SUSPEND_SKIP_SYNC is not set
+CONFIG_HIBERNATION=y
+CONFIG_PM_STD_PARTITION=""
+# CONFIG_PM_AUTOSLEEP is not set
+# CONFIG_PM_WAKELOCKS is not set
+CONFIG_PM=y
+CONFIG_PM_DEBUG=y
+CONFIG_PM_ADVANCED_DEBUG=y
+#. Could be enabled if it becomes configurable at run-time
+# CONFIG_DPM_WATCHDOG is not set
+# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
+CONFIG_ENERGY_MODEL=y
+
+##
+## file: kernel/rcu/Kconfig
+##
+# CONFIG_RCU_EXPERT is not set
+CONFIG_RCU_FANOUT=32
+
+##
+## file: kernel/rcu/Kconfig.debug
+##
+# CONFIG_RCU_TORTURE_TEST is not set
+CONFIG_RCU_CPU_STALL_TIMEOUT=21
+# CONFIG_RCU_TRACE is not set
+# CONFIG_RCU_EQS_DEBUG is not set
+
+##
+## file: kernel/time/Kconfig
+##
+## choice: Timer tick handling
+# CONFIG_HZ_PERIODIC is not set
+# CONFIG_NO_HZ_IDLE is not set
+CONFIG_NO_HZ_FULL=y
+## end choice
+#. Backward compatibility symbol
+# CONFIG_NO_HZ is not set
+CONFIG_HIGH_RES_TIMERS=y
+
+##
+## file: kernel/trace/Kconfig
+##
+CONFIG_FTRACE=y
+CONFIG_FUNCTION_TRACER=y
+CONFIG_FUNCTION_GRAPH_TRACER=y
+CONFIG_DYNAMIC_FTRACE=y
+CONFIG_FPROBE=y
+# CONFIG_FUNCTION_PROFILER is not set
+CONFIG_STACK_TRACER=y
+# CONFIG_IRQSOFF_TRACER is not set
+# CONFIG_PREEMPT_TRACER is not set
+# CONFIG_SCHED_TRACER is not set
+CONFIG_FTRACE_SYSCALLS=y
+CONFIG_TRACER_SNAPSHOT=y
+# CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP is not set
+## choice: Branch Profiling
+CONFIG_BRANCH_PROFILE_NONE=y
+# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
+# CONFIG_PROFILE_ALL_BRANCHES is not set
+## end choice
+CONFIG_BLK_DEV_IO_TRACE=y
+CONFIG_KPROBE_EVENTS=y
+CONFIG_UPROBE_EVENTS=y
+CONFIG_HIST_TRIGGERS=y
+# CONFIG_TRACEPOINT_BENCHMARK is not set
+# CONFIG_RING_BUFFER_BENCHMARK is not set
+# CONFIG_TRACE_EVAL_MAP_FILE is not set
+# CONFIG_FTRACE_STARTUP_TEST is not set
+# CONFIG_RING_BUFFER_STARTUP_TEST is not set
+# CONFIG_MMIOTRACE_TEST is not set
+
+##
+## file: lib/Kconfig
+##
+CONFIG_CRC_CCITT=m
+CONFIG_CRC16=m
+CONFIG_CRC_T10DIF=m
+CONFIG_CRC_ITU_T=m
+CONFIG_CRC32=y
+# CONFIG_CRC32_SELFTEST is not set
+CONFIG_CRC7=m
+CONFIG_LIBCRC32C=m
+# CONFIG_CRC8 is not set
+# CONFIG_RANDOM32_SELFTEST is not set
+# CONFIG_GLOB_SELFTEST is not set
+
+##
+## file: lib/Kconfig.debug
+##
+CONFIG_PRINTK_TIME=y
+CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
+CONFIG_BOOT_PRINTK_DELAY=y
+CONFIG_DYNAMIC_DEBUG=y
+CONFIG_DEBUG_BUGVERBOSE=y
+CONFIG_DEBUG_KERNEL=y
+## choice: Debug information
+CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
+## end choice
+# CONFIG_DEBUG_INFO_REDUCED is not set
+# CONFIG_DEBUG_INFO_SPLIT is not set
+# CONFIG_GDB_SCRIPTS is not set
+CONFIG_STRIP_ASM_SYMS=y
+# CONFIG_READABLE_ASM is not set
+# CONFIG_DEBUG_SECTION_MISMATCH is not set
+CONFIG_SECTION_MISMATCH_WARN_ONLY=y
+# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
+CONFIG_MAGIC_SYSRQ=y
+CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x01b6
+CONFIG_DEBUG_FS=y
+# CONFIG_DEBUG_OBJECTS is not set
+CONFIG_SCHED_STACK_END_CHECK=y
+# CONFIG_DEBUG_VM is not set
+# CONFIG_DEBUG_VIRTUAL is not set
+CONFIG_DEBUG_MEMORY_INIT=y
+#. For use by selftests
+CONFIG_MEMORY_NOTIFIER_ERROR_INJECT=m
+# CONFIG_DEBUG_HIGHMEM is not set
+# CONFIG_PANIC_ON_OOPS is not set
+CONFIG_PANIC_TIMEOUT=0
+CONFIG_SOFTLOCKUP_DETECTOR=y
+# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
+CONFIG_HARDLOCKUP_DETECTOR=y
+# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
+CONFIG_DETECT_HUNG_TASK=y
+CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
+# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
+CONFIG_SCHED_DEBUG=y
+CONFIG_SCHEDSTATS=y
+# CONFIG_DEBUG_TIMEKEEPING is not set
+# CONFIG_PROVE_LOCKING is not set
+# CONFIG_LOCK_STAT is not set
+# CONFIG_DEBUG_RT_MUTEXES is not set
+# CONFIG_DEBUG_SPINLOCK is not set
+# CONFIG_DEBUG_MUTEXES is not set
+# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
+# CONFIG_DEBUG_LOCK_ALLOC is not set
+# CONFIG_DEBUG_ATOMIC_SLEEP is not set
+# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
+# CONFIG_LOCK_TORTURE_TEST is not set
+# CONFIG_DEBUG_KOBJECT is not set
+CONFIG_DEBUG_LIST=y
+# CONFIG_DEBUG_PLIST is not set
+# CONFIG_DEBUG_SG is not set
+# CONFIG_DEBUG_NOTIFIERS is not set
+# CONFIG_DEBUG_CLOSURES is not set
+# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set
+# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set
+# CONFIG_LATENCYTOP is not set
+CONFIG_STRICT_DEVMEM=y
+CONFIG_IO_STRICT_DEVMEM=y
+#. For use by selftests
+CONFIG_NOTIFIER_ERROR_INJECTION=m
+CONFIG_PM_NOTIFIER_ERROR_INJECT=m
+# CONFIG_NETDEV_NOTIFIER_ERROR_INJECT is not set
+# CONFIG_FAULT_INJECTION is not set
+# CONFIG_KCOV is not set
+# CONFIG_LKDTM is not set
+# CONFIG_TEST_LIST_SORT is not set
+# CONFIG_KPROBES_SANITY_TEST is not set
+# CONFIG_BACKTRACE_SELF_TEST is not set
+# CONFIG_RBTREE_TEST is not set
+# CONFIG_INTERVAL_TREE_TEST is not set
+# CONFIG_PERCPU_TEST is not set
+# CONFIG_ATOMIC64_SELFTEST is not set
+#. Self-test
+# CONFIG_ASYNC_RAID6_TEST is not set
+# CONFIG_TEST_HEXDUMP is not set
+# CONFIG_STRING_HELPERS_KUNIT_TEST is not set
+# CONFIG_TEST_KSTRTOX is not set
+# CONFIG_TEST_PRINTF is not set
+# CONFIG_TEST_BITMAP is not set
+# CONFIG_TEST_UUID is not set
+# CONFIG_TEST_RHASHTABLE is not set
+# CONFIG_TEST_LKM is not set
+#. For use by selftests
+CONFIG_TEST_USER_COPY=m
+CONFIG_TEST_BPF=m
+CONFIG_TEST_FIRMWARE=m
+# CONFIG_TEST_UDELAY is not set
+CONFIG_TEST_STATIC_KEYS=m
+
+##
+## file: lib/Kconfig.kasan
+##
+# CONFIG_KASAN is not set
+
+##
+## file: lib/Kconfig.kfence
+##
+CONFIG_KFENCE=y
+CONFIG_KFENCE_SAMPLE_INTERVAL=0
+
+##
+## file: lib/Kconfig.kgdb
+##
+# CONFIG_KGDB is not set
+
+##
+## file: lib/Kconfig.ubsan
+##
+# CONFIG_UBSAN is not set
+
+##
+## file: lib/fonts/Kconfig
+##
+CONFIG_FONTS=y
+CONFIG_FONT_8x8=y
+CONFIG_FONT_8x16=y
+# CONFIG_FONT_6x11 is not set
+# CONFIG_FONT_7x14 is not set
+# CONFIG_FONT_PEARL_8x8 is not set
+# CONFIG_FONT_ACORN_8x8 is not set
+# CONFIG_FONT_MINI_4x6 is not set
+# CONFIG_FONT_6x10 is not set
+# CONFIG_FONT_10x18 is not set
+# CONFIG_FONT_SUN8x16 is not set
+# CONFIG_FONT_SUN12x22 is not set
+CONFIG_FONT_TER16x32=y
+
+##
+## file: lib/math/Kconfig
+##
+CONFIG_CORDIC=m
+
+##
+## file: lib/xz/Kconfig
+##
+#. These are enabled again by arch config, matching the defaults
+# CONFIG_XZ_DEC_X86 is not set
+# CONFIG_XZ_DEC_POWERPC is not set
+# CONFIG_XZ_DEC_ARM is not set
+# CONFIG_XZ_DEC_ARMTHUMB is not set
+# CONFIG_XZ_DEC_SPARC is not set
+# CONFIG_XZ_DEC_TEST is not set
+
+##
+## file: mm/Kconfig
+##
+CONFIG_SWAP=y
+CONFIG_ZSWAP=y
+CONFIG_ZBUD=y
+CONFIG_Z3FOLD=m
+CONFIG_ZSMALLOC=m
+# CONFIG_ZSMALLOC_STAT is not set
+CONFIG_SLAB_MERGE_DEFAULT=y
+CONFIG_SLAB_FREELIST_RANDOM=y
+CONFIG_SLAB_FREELIST_HARDENED=y
+# CONFIG_SLUB_STATS is not set
+CONFIG_SLUB_CPU_PARTIAL=y
+# CONFIG_COMPAT_BRK is not set
+# CONFIG_MMAP_ALLOW_UNINITIALIZED is not set
+CONFIG_MEMORY_HOTPLUG=y
+# CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE is not set
+CONFIG_MEMORY_HOTREMOVE=y
+CONFIG_BALLOON_COMPACTION=y
+CONFIG_COMPACTION=y
+CONFIG_MIGRATION=y
+CONFIG_BOUNCE=y
+CONFIG_KSM=y
+CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
+CONFIG_MEMORY_FAILURE=y
+CONFIG_HWPOISON_INJECT=m
+CONFIG_TRANSPARENT_HUGEPAGE=y
+## choice: Transparent Hugepage Support sysfs defaults
+CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
+# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
+## end choice
+# CONFIG_CMA is not set
+CONFIG_MEM_SOFT_DIRTY=y
+CONFIG_DEFERRED_STRUCT_PAGE_INIT=y
+# CONFIG_IDLE_PAGE_TRACKING is not set
+CONFIG_VM_EVENT_COUNTERS=y
+# CONFIG_PERCPU_STATS is not set
+CONFIG_USERFAULTFD=y
+CONFIG_LRU_GEN=y
+CONFIG_LRU_GEN_ENABLED=y
+
+##
+## file: mm/Kconfig.debug
+##
+CONFIG_PAGE_EXTENSION=y
+# CONFIG_DEBUG_PAGEALLOC is not set
+CONFIG_SLUB_DEBUG=y
+# CONFIG_SLUB_DEBUG_ON is not set
+# CONFIG_PAGE_OWNER is not set
+CONFIG_PAGE_POISONING=y
+# CONFIG_DEBUG_PAGE_REF is not set
+# CONFIG_DEBUG_RODATA_TEST is not set
+# CONFIG_PTDUMP_DEBUGFS is not set
+# CONFIG_DEBUG_KMEMLEAK is not set
+
+##
+## file: net/Kconfig
+##
+CONFIG_NET=y
+CONFIG_INET=y
+CONFIG_NETWORK_SECMARK=y
+CONFIG_NETWORK_PHY_TIMESTAMPING=y
+CONFIG_NETFILTER=y
+CONFIG_NETFILTER_ADVANCED=y
+CONFIG_BRIDGE_NETFILTER=y
+CONFIG_CGROUP_NET_PRIO=y
+CONFIG_BPF_STREAM_PARSER=y
+CONFIG_NET_PKTGEN=m
+CONFIG_NET_DROP_MONITOR=m
+CONFIG_WIRELESS=y
+CONFIG_LWTUNNEL=y
+CONFIG_LWTUNNEL_BPF=y
+CONFIG_FAILOVER=m
+
+##
+## file: net/6lowpan/Kconfig
+##
+CONFIG_6LOWPAN=m
+# CONFIG_6LOWPAN_DEBUGFS is not set
+CONFIG_6LOWPAN_NHC=m
+CONFIG_6LOWPAN_NHC_DEST=m
+CONFIG_6LOWPAN_NHC_FRAGMENT=m
+CONFIG_6LOWPAN_NHC_HOP=m
+CONFIG_6LOWPAN_NHC_IPV6=m
+CONFIG_6LOWPAN_NHC_MOBILITY=m
+CONFIG_6LOWPAN_NHC_ROUTING=m
+CONFIG_6LOWPAN_NHC_UDP=m
+CONFIG_6LOWPAN_GHC_EXT_HDR_HOP=m
+CONFIG_6LOWPAN_GHC_UDP=m
+CONFIG_6LOWPAN_GHC_ICMPV6=m
+CONFIG_6LOWPAN_GHC_EXT_HDR_DEST=m
+CONFIG_6LOWPAN_GHC_EXT_HDR_FRAG=m
+CONFIG_6LOWPAN_GHC_EXT_HDR_ROUTE=m
+
+##
+## file: net/8021q/Kconfig
+##
+CONFIG_VLAN_8021Q=m
+CONFIG_VLAN_8021Q_GVRP=y
+CONFIG_VLAN_8021Q_MVRP=y
+
+##
+## file: net/9p/Kconfig
+##
+CONFIG_NET_9P=m
+CONFIG_NET_9P_VIRTIO=m
+CONFIG_NET_9P_XEN=m
+CONFIG_NET_9P_RDMA=m
+# CONFIG_NET_9P_DEBUG is not set
+
+##
+## file: net/appletalk/Kconfig
+##
+CONFIG_ATALK=m
+
+##
+## file: net/atm/Kconfig
+##
+CONFIG_ATM=m
+CONFIG_ATM_CLIP=m
+# CONFIG_ATM_CLIP_NO_ICMP is not set
+CONFIG_ATM_LANE=m
+CONFIG_ATM_MPOA=m
+CONFIG_ATM_BR2684=m
+# CONFIG_ATM_BR2684_IPFILTER is not set
+
+##
+## file: net/ax25/Kconfig
+##
+CONFIG_HAMRADIO=y
+CONFIG_AX25=m
+CONFIG_AX25_DAMA_SLAVE=y
+CONFIG_NETROM=m
+CONFIG_ROSE=m
+
+##
+## file: net/batman-adv/Kconfig
+##
+CONFIG_BATMAN_ADV=m
+CONFIG_BATMAN_ADV_BATMAN_V=y
+CONFIG_BATMAN_ADV_BLA=y
+CONFIG_BATMAN_ADV_DAT=y
+CONFIG_BATMAN_ADV_NC=y
+CONFIG_BATMAN_ADV_MCAST=y
+# CONFIG_BATMAN_ADV_DEBUG is not set
+
+##
+## file: net/bluetooth/Kconfig
+##
+CONFIG_BT=m
+CONFIG_BT_BREDR=y
+CONFIG_BT_LE=y
+CONFIG_BT_6LOWPAN=m
+CONFIG_BT_LEDS=y
+CONFIG_BT_DEBUGFS=y
+# CONFIG_BT_SELFTEST is not set
+
+##
+## file: net/bluetooth/bnep/Kconfig
+##
+CONFIG_BT_BNEP=m
+CONFIG_BT_BNEP_MC_FILTER=y
+CONFIG_BT_BNEP_PROTO_FILTER=y
+
+##
+## file: net/bluetooth/cmtp/Kconfig
+##
+CONFIG_BT_CMTP=m
+
+##
+## file: net/bluetooth/hidp/Kconfig
+##
+CONFIG_BT_HIDP=m
+
+##
+## file: net/bluetooth/rfcomm/Kconfig
+##
+CONFIG_BT_RFCOMM=m
+CONFIG_BT_RFCOMM_TTY=y
+
+##
+## file: net/bridge/Kconfig
+##
+CONFIG_BRIDGE=m
+CONFIG_BRIDGE_IGMP_SNOOPING=y
+CONFIG_BRIDGE_VLAN_FILTERING=y
+
+##
+## file: net/bridge/netfilter/Kconfig
+##
+CONFIG_NF_TABLES_BRIDGE=y
+CONFIG_NFT_BRIDGE_META=m
+CONFIG_NFT_BRIDGE_REJECT=m
+CONFIG_NF_CONNTRACK_BRIDGE=m
+CONFIG_BRIDGE_NF_EBTABLES=m
+CONFIG_BRIDGE_EBT_BROUTE=m
+CONFIG_BRIDGE_EBT_T_FILTER=m
+CONFIG_BRIDGE_EBT_T_NAT=m
+CONFIG_BRIDGE_EBT_802_3=m
+CONFIG_BRIDGE_EBT_AMONG=m
+CONFIG_BRIDGE_EBT_ARP=m
+CONFIG_BRIDGE_EBT_IP=m
+CONFIG_BRIDGE_EBT_IP6=m
+CONFIG_BRIDGE_EBT_LIMIT=m
+CONFIG_BRIDGE_EBT_MARK=m
+CONFIG_BRIDGE_EBT_PKTTYPE=m
+CONFIG_BRIDGE_EBT_STP=m
+CONFIG_BRIDGE_EBT_VLAN=m
+CONFIG_BRIDGE_EBT_ARPREPLY=m
+CONFIG_BRIDGE_EBT_DNAT=m
+CONFIG_BRIDGE_EBT_MARK_T=m
+CONFIG_BRIDGE_EBT_REDIRECT=m
+CONFIG_BRIDGE_EBT_SNAT=m
+CONFIG_BRIDGE_EBT_LOG=m
+CONFIG_BRIDGE_EBT_NFLOG=m
+
+##
+## file: net/caif/Kconfig
+##
+# CONFIG_CAIF is not set
+
+##
+## file: net/can/Kconfig
+##
+CONFIG_CAN=m
+CONFIG_CAN_RAW=m
+CONFIG_CAN_BCM=m
+CONFIG_CAN_GW=m
+CONFIG_CAN_ISOTP=m
+
+##
+## file: net/can/j1939/Kconfig
+##
+CONFIG_CAN_J1939=m
+
+##
+## file: net/ceph/Kconfig
+##
+CONFIG_CEPH_LIB=m
+# CONFIG_CEPH_LIB_PRETTYDEBUG is not set
+# CONFIG_CEPH_LIB_USE_DNS_RESOLVER is not set
+
+##
+## file: net/dcb/Kconfig
+##
+CONFIG_DCB=y
+
+##
+## file: net/dccp/Kconfig
+##
+CONFIG_IP_DCCP=m
+# CONFIG_IP_DCCP_DEBUG is not set
+
+##
+## file: net/dccp/ccids/Kconfig
+##
+# CONFIG_IP_DCCP_CCID2_DEBUG is not set
+CONFIG_IP_DCCP_CCID3=y
+# CONFIG_IP_DCCP_CCID3_DEBUG is not set
+
+##
+## file: net/dns_resolver/Kconfig
+##
+CONFIG_DNS_RESOLVER=m
+
+##
+## file: net/dsa/Kconfig
+##
+# CONFIG_NET_DSA is not set
+
+##
+## file: net/hsr/Kconfig
+##
+CONFIG_HSR=m
+
+##
+## file: net/ieee802154/Kconfig
+##
+CONFIG_IEEE802154=m
+# CONFIG_IEEE802154_NL802154_EXPERIMENTAL is not set
+CONFIG_IEEE802154_SOCKET=m
+
+##
+## file: net/ieee802154/6lowpan/Kconfig
+##
+CONFIG_IEEE802154_6LOWPAN=m
+
+##
+## file: net/ife/Kconfig
+##
+CONFIG_NET_IFE=m
+
+##
+## file: net/ipv4/Kconfig
+##
+CONFIG_IP_MULTICAST=y
+CONFIG_IP_ADVANCED_ROUTER=y
+CONFIG_IP_FIB_TRIE_STATS=y
+CONFIG_IP_MULTIPLE_TABLES=y
+CONFIG_IP_ROUTE_MULTIPATH=y
+CONFIG_IP_ROUTE_VERBOSE=y
+# CONFIG_IP_PNP is not set
+CONFIG_NET_IPIP=m
+CONFIG_NET_IPGRE_DEMUX=m
+CONFIG_NET_IPGRE=m
+CONFIG_NET_IPGRE_BROADCAST=y
+CONFIG_IP_MROUTE=y
+CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
+CONFIG_IP_PIMSM_V1=y
+CONFIG_IP_PIMSM_V2=y
+CONFIG_SYN_COOKIES=y
+CONFIG_NET_IPVTI=m
+CONFIG_NET_FOU=m
+CONFIG_NET_FOU_IP_TUNNELS=y
+CONFIG_INET_AH=m
+CONFIG_INET_ESP=m
+CONFIG_INET_ESP_OFFLOAD=m
+CONFIG_INET_IPCOMP=m
+CONFIG_INET_DIAG=m
+CONFIG_INET_UDP_DIAG=m
+CONFIG_INET_RAW_DIAG=m
+CONFIG_INET_DIAG_DESTROY=y
+CONFIG_TCP_CONG_ADVANCED=y
+CONFIG_TCP_CONG_BIC=m
+CONFIG_TCP_CONG_CUBIC=y
+CONFIG_TCP_CONG_WESTWOOD=m
+CONFIG_TCP_CONG_HTCP=m
+CONFIG_TCP_CONG_HSTCP=m
+CONFIG_TCP_CONG_HYBLA=m
+CONFIG_TCP_CONG_VEGAS=m
+CONFIG_TCP_CONG_NV=m
+CONFIG_TCP_CONG_SCALABLE=m
+CONFIG_TCP_CONG_LP=m
+CONFIG_TCP_CONG_VENO=m
+CONFIG_TCP_CONG_YEAH=m
+CONFIG_TCP_CONG_ILLINOIS=m
+CONFIG_TCP_CONG_DCTCP=m
+CONFIG_TCP_CONG_CDG=m
+CONFIG_TCP_CONG_BBR=m
+## choice: Default TCP congestion control
+# CONFIG_DEFAULT_BIC is not set
+CONFIG_DEFAULT_CUBIC=y
+# CONFIG_DEFAULT_HTCP is not set
+# CONFIG_DEFAULT_VEGAS is not set
+# CONFIG_DEFAULT_WESTWOOD is not set
+# CONFIG_DEFAULT_DCTCP is not set
+# CONFIG_DEFAULT_RENO is not set
+## end choice
+CONFIG_TCP_MD5SIG=y
+
+##
+## file: net/ipv4/netfilter/Kconfig
+##
+CONFIG_NF_SOCKET_IPV4=m
+CONFIG_NF_TPROXY_IPV4=m
+CONFIG_NF_TABLES_IPV4=y
+CONFIG_NFT_DUP_IPV4=m
+CONFIG_NFT_FIB_IPV4=m
+CONFIG_NF_TABLES_ARP=y
+CONFIG_NF_LOG_ARP=m
+CONFIG_NF_LOG_IPV4=m
+CONFIG_NF_REJECT_IPV4=m
+CONFIG_NF_NAT_SNMP_BASIC=m
+CONFIG_IP_NF_IPTABLES=m
+CONFIG_IP_NF_MATCH_AH=m
+CONFIG_IP_NF_MATCH_ECN=m
+CONFIG_IP_NF_MATCH_RPFILTER=m
+CONFIG_IP_NF_MATCH_TTL=m
+CONFIG_IP_NF_FILTER=m
+CONFIG_IP_NF_TARGET_REJECT=m
+CONFIG_IP_NF_TARGET_SYNPROXY=m
+CONFIG_IP_NF_NAT=m
+CONFIG_IP_NF_TARGET_MASQUERADE=m
+CONFIG_IP_NF_TARGET_NETMAP=m
+CONFIG_IP_NF_TARGET_REDIRECT=m
+CONFIG_IP_NF_MANGLE=m
+CONFIG_IP_NF_TARGET_ECN=m
+CONFIG_IP_NF_TARGET_TTL=m
+CONFIG_IP_NF_RAW=m
+CONFIG_IP_NF_SECURITY=m
+CONFIG_IP_NF_ARPFILTER=m
+CONFIG_IP_NF_ARP_MANGLE=m
+
+##
+## file: net/ipv6/Kconfig
+##
+CONFIG_IPV6=y
+CONFIG_IPV6_ROUTER_PREF=y
+CONFIG_IPV6_ROUTE_INFO=y
+CONFIG_IPV6_OPTIMISTIC_DAD=y
+CONFIG_INET6_AH=m
+CONFIG_INET6_ESP=m
+CONFIG_INET6_ESP_OFFLOAD=m
+CONFIG_INET6_IPCOMP=m
+CONFIG_IPV6_MIP6=y
+CONFIG_IPV6_ILA=m
+CONFIG_IPV6_VTI=m
+CONFIG_IPV6_SIT=m
+CONFIG_IPV6_SIT_6RD=y
+CONFIG_IPV6_TUNNEL=m
+CONFIG_IPV6_GRE=m
+CONFIG_IPV6_MULTIPLE_TABLES=y
+CONFIG_IPV6_SUBTREES=y
+CONFIG_IPV6_MROUTE=y
+CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y
+CONFIG_IPV6_PIMSM_V2=y
+CONFIG_IPV6_SEG6_LWTUNNEL=y
+CONFIG_IPV6_SEG6_HMAC=y
+
+##
+## file: net/ipv6/netfilter/Kconfig
+##
+CONFIG_NF_SOCKET_IPV6=m
+CONFIG_NF_TPROXY_IPV6=m
+CONFIG_NF_TABLES_IPV6=y
+CONFIG_NFT_DUP_IPV6=m
+CONFIG_NFT_FIB_IPV6=m
+CONFIG_NF_REJECT_IPV6=m
+CONFIG_NF_LOG_IPV6=m
+CONFIG_IP6_NF_IPTABLES=m
+CONFIG_IP6_NF_MATCH_AH=m
+CONFIG_IP6_NF_MATCH_EUI64=m
+CONFIG_IP6_NF_MATCH_FRAG=m
+CONFIG_IP6_NF_MATCH_OPTS=m
+CONFIG_IP6_NF_MATCH_HL=m
+CONFIG_IP6_NF_MATCH_IPV6HEADER=m
+CONFIG_IP6_NF_MATCH_MH=m
+CONFIG_IP6_NF_MATCH_RPFILTER=m
+CONFIG_IP6_NF_MATCH_RT=m
+CONFIG_IP6_NF_MATCH_SRH=m
+CONFIG_IP6_NF_TARGET_HL=m
+CONFIG_IP6_NF_FILTER=m
+CONFIG_IP6_NF_TARGET_REJECT=m
+CONFIG_IP6_NF_TARGET_SYNPROXY=m
+CONFIG_IP6_NF_MANGLE=m
+CONFIG_IP6_NF_RAW=m
+CONFIG_IP6_NF_SECURITY=m
+CONFIG_IP6_NF_NAT=m
+CONFIG_IP6_NF_TARGET_MASQUERADE=m
+CONFIG_IP6_NF_TARGET_NPT=m
+
+##
+## file: net/kcm/Kconfig
+##
+CONFIG_AF_KCM=m
+
+##
+## file: net/l2tp/Kconfig
+##
+CONFIG_L2TP=m
+CONFIG_L2TP_DEBUGFS=m
+CONFIG_L2TP_V3=y
+CONFIG_L2TP_IP=m
+CONFIG_L2TP_ETH=m
+
+##
+## file: net/l3mdev/Kconfig
+##
+CONFIG_NET_L3_MASTER_DEV=y
+
+##
+## file: net/llc/Kconfig
+##
+CONFIG_LLC2=m
+
+##
+## file: net/mac80211/Kconfig
+##
+CONFIG_MAC80211=m
+CONFIG_MAC80211_RC_MINSTREL=y
+## choice: Default rate control algorithm
+CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
+## end choice
+CONFIG_MAC80211_MESH=y
+CONFIG_MAC80211_LEDS=y
+# CONFIG_MAC80211_DEBUGFS is not set
+# CONFIG_MAC80211_MESSAGE_TRACING is not set
+# CONFIG_MAC80211_DEBUG_MENU is not set
+
+##
+## file: net/mac802154/Kconfig
+##
+CONFIG_MAC802154=m
+
+##
+## file: net/mpls/Kconfig
+##
+#. Can be built as a module, but nothing will trigger loading
+CONFIG_NET_MPLS_GSO=y
+CONFIG_MPLS_ROUTING=m
+CONFIG_MPLS_IPTUNNEL=m
+
+##
+## file: net/mptcp/Kconfig
+##
+CONFIG_MPTCP=y
+
+##
+## file: net/ncsi/Kconfig
+##
+# CONFIG_NET_NCSI is not set
+
+##
+## file: net/netfilter/Kconfig
+##
+CONFIG_NETFILTER_INGRESS=y
+CONFIG_NETFILTER_NETLINK_ACCT=m
+CONFIG_NETFILTER_NETLINK_QUEUE=m
+CONFIG_NETFILTER_NETLINK_LOG=m
+CONFIG_NETFILTER_NETLINK_OSF=m
+CONFIG_NF_CONNTRACK=m
+CONFIG_NF_CONNTRACK_MARK=y
+CONFIG_NF_CONNTRACK_SECMARK=y
+CONFIG_NF_CONNTRACK_ZONES=y
+CONFIG_NF_CONNTRACK_PROCFS=y
+CONFIG_NF_CONNTRACK_EVENTS=y
+CONFIG_NF_CONNTRACK_TIMEOUT=y
+CONFIG_NF_CONNTRACK_TIMESTAMP=y
+CONFIG_NF_CT_PROTO_DCCP=y
+CONFIG_NF_CT_PROTO_SCTP=y
+CONFIG_NF_CT_PROTO_UDPLITE=y
+CONFIG_NF_CONNTRACK_AMANDA=m
+CONFIG_NF_CONNTRACK_FTP=m
+CONFIG_NF_CONNTRACK_H323=m
+CONFIG_NF_CONNTRACK_IRC=m
+CONFIG_NF_CONNTRACK_NETBIOS_NS=m
+CONFIG_NF_CONNTRACK_SNMP=m
+CONFIG_NF_CONNTRACK_PPTP=m
+CONFIG_NF_CONNTRACK_SANE=m
+CONFIG_NF_CONNTRACK_SIP=m
+CONFIG_NF_CONNTRACK_TFTP=m
+CONFIG_NF_CT_NETLINK=m
+CONFIG_NF_CT_NETLINK_TIMEOUT=y
+CONFIG_NF_CT_NETLINK_HELPER=m
+CONFIG_NETFILTER_NETLINK_GLUE_CT=y
+CONFIG_NF_NAT=m
+CONFIG_NF_TABLES=m
+CONFIG_NF_TABLES_INET=y
+CONFIG_NF_TABLES_NETDEV=y
+CONFIG_NFT_NUMGEN=m
+CONFIG_NFT_CT=m
+CONFIG_NFT_FLOW_OFFLOAD=m
+CONFIG_NFT_CONNLIMIT=m
+CONFIG_NFT_LOG=m
+CONFIG_NFT_LIMIT=m
+CONFIG_NFT_MASQ=m
+CONFIG_NFT_REDIR=m
+CONFIG_NFT_NAT=m
+CONFIG_NFT_TUNNEL=m
+CONFIG_NFT_QUEUE=m
+CONFIG_NFT_QUOTA=m
+CONFIG_NFT_REJECT=m
+CONFIG_NFT_COMPAT=m
+CONFIG_NFT_HASH=m
+CONFIG_NFT_FIB_INET=m
+CONFIG_NFT_XFRM=m
+CONFIG_NFT_SOCKET=m
+CONFIG_NFT_OSF=m
+CONFIG_NFT_TPROXY=m
+CONFIG_NFT_SYNPROXY=m
+CONFIG_NF_DUP_NETDEV=m
+CONFIG_NFT_DUP_NETDEV=m
+CONFIG_NFT_FWD_NETDEV=m
+CONFIG_NFT_FIB_NETDEV=m
+CONFIG_NF_FLOW_TABLE_INET=m
+CONFIG_NF_FLOW_TABLE=m
+CONFIG_NETFILTER_XTABLES=m
+CONFIG_NETFILTER_XT_SET=m
+CONFIG_NETFILTER_XT_TARGET_AUDIT=m
+CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
+CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
+CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
+CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m
+CONFIG_NETFILTER_XT_TARGET_CT=m
+CONFIG_NETFILTER_XT_TARGET_DSCP=m
+CONFIG_NETFILTER_XT_TARGET_HL=m
+CONFIG_NETFILTER_XT_TARGET_HMARK=m
+CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m
+CONFIG_NETFILTER_XT_TARGET_LED=m
+CONFIG_NETFILTER_XT_TARGET_LOG=m
+CONFIG_NETFILTER_XT_TARGET_MARK=m
+CONFIG_NETFILTER_XT_TARGET_NETMAP=m
+CONFIG_NETFILTER_XT_TARGET_NFLOG=m
+CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
+# CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set
+CONFIG_NETFILTER_XT_TARGET_RATEEST=m
+CONFIG_NETFILTER_XT_TARGET_REDIRECT=m
+CONFIG_NETFILTER_XT_TARGET_TEE=m
+CONFIG_NETFILTER_XT_TARGET_TPROXY=m
+CONFIG_NETFILTER_XT_TARGET_TRACE=m
+CONFIG_NETFILTER_XT_TARGET_SECMARK=m
+CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
+CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
+CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
+CONFIG_NETFILTER_XT_MATCH_BPF=m
+CONFIG_NETFILTER_XT_MATCH_CGROUP=m
+CONFIG_NETFILTER_XT_MATCH_CLUSTER=m
+CONFIG_NETFILTER_XT_MATCH_COMMENT=m
+CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
+CONFIG_NETFILTER_XT_MATCH_CONNLABEL=m
+CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
+CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
+CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
+CONFIG_NETFILTER_XT_MATCH_CPU=m
+CONFIG_NETFILTER_XT_MATCH_DCCP=m
+CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m
+CONFIG_NETFILTER_XT_MATCH_DSCP=m
+CONFIG_NETFILTER_XT_MATCH_ECN=m
+CONFIG_NETFILTER_XT_MATCH_ESP=m
+CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
+CONFIG_NETFILTER_XT_MATCH_HELPER=m
+CONFIG_NETFILTER_XT_MATCH_HL=m
+CONFIG_NETFILTER_XT_MATCH_IPCOMP=m
+CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
+CONFIG_NETFILTER_XT_MATCH_IPVS=m
+CONFIG_NETFILTER_XT_MATCH_L2TP=m
+CONFIG_NETFILTER_XT_MATCH_LENGTH=m
+CONFIG_NETFILTER_XT_MATCH_LIMIT=m
+CONFIG_NETFILTER_XT_MATCH_MAC=m
+CONFIG_NETFILTER_XT_MATCH_MARK=m
+CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
+CONFIG_NETFILTER_XT_MATCH_NFACCT=m
+CONFIG_NETFILTER_XT_MATCH_OSF=m
+CONFIG_NETFILTER_XT_MATCH_OWNER=m
+CONFIG_NETFILTER_XT_MATCH_POLICY=m
+CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m
+CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
+CONFIG_NETFILTER_XT_MATCH_QUOTA=m
+CONFIG_NETFILTER_XT_MATCH_RATEEST=m
+CONFIG_NETFILTER_XT_MATCH_REALM=m
+CONFIG_NETFILTER_XT_MATCH_RECENT=m
+CONFIG_NETFILTER_XT_MATCH_SCTP=m
+CONFIG_NETFILTER_XT_MATCH_SOCKET=m
+CONFIG_NETFILTER_XT_MATCH_STATE=m
+CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
+CONFIG_NETFILTER_XT_MATCH_STRING=m
+CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
+CONFIG_NETFILTER_XT_MATCH_TIME=m
+CONFIG_NETFILTER_XT_MATCH_U32=m
+
+##
+## file: net/netfilter/ipset/Kconfig
+##
+CONFIG_IP_SET=m
+CONFIG_IP_SET_MAX=256
+CONFIG_IP_SET_BITMAP_IP=m
+CONFIG_IP_SET_BITMAP_IPMAC=m
+CONFIG_IP_SET_BITMAP_PORT=m
+CONFIG_IP_SET_HASH_IP=m
+CONFIG_IP_SET_HASH_IPMARK=m
+CONFIG_IP_SET_HASH_IPPORT=m
+CONFIG_IP_SET_HASH_IPPORTIP=m
+CONFIG_IP_SET_HASH_IPPORTNET=m
+CONFIG_IP_SET_HASH_IPMAC=m
+CONFIG_IP_SET_HASH_MAC=m
+CONFIG_IP_SET_HASH_NETPORTNET=m
+CONFIG_IP_SET_HASH_NET=m
+CONFIG_IP_SET_HASH_NETNET=m
+CONFIG_IP_SET_HASH_NETPORT=m
+CONFIG_IP_SET_HASH_NETIFACE=m
+CONFIG_IP_SET_LIST_SET=m
+
+##
+## file: net/netfilter/ipvs/Kconfig
+##
+CONFIG_IP_VS=m
+CONFIG_IP_VS_IPV6=y
+# CONFIG_IP_VS_DEBUG is not set
+CONFIG_IP_VS_TAB_BITS=12
+CONFIG_IP_VS_PROTO_TCP=y
+CONFIG_IP_VS_PROTO_UDP=y
+CONFIG_IP_VS_PROTO_ESP=y
+CONFIG_IP_VS_PROTO_AH=y
+CONFIG_IP_VS_PROTO_SCTP=y
+CONFIG_IP_VS_RR=m
+CONFIG_IP_VS_WRR=m
+CONFIG_IP_VS_LC=m
+CONFIG_IP_VS_WLC=m
+CONFIG_IP_VS_FO=m
+CONFIG_IP_VS_OVF=m
+CONFIG_IP_VS_LBLC=m
+CONFIG_IP_VS_LBLCR=m
+CONFIG_IP_VS_DH=m
+CONFIG_IP_VS_SH=m
+CONFIG_IP_VS_MH=m
+CONFIG_IP_VS_SED=m
+CONFIG_IP_VS_NQ=m
+CONFIG_IP_VS_SH_TAB_BITS=8
+CONFIG_IP_VS_FTP=m
+CONFIG_IP_VS_PE_SIP=m
+
+##
+## file: net/netlabel/Kconfig
+##
+CONFIG_NETLABEL=y
+
+##
+## file: net/netlink/Kconfig
+##
+CONFIG_NETLINK_DIAG=m
+
+##
+## file: net/nfc/Kconfig
+##
+CONFIG_NFC=m
+CONFIG_NFC_DIGITAL=m
+
+##
+## file: net/nfc/hci/Kconfig
+##
+# CONFIG_NFC_HCI is not set
+# CONFIG_NFC_SHDLC is not set
+
+##
+## file: net/nfc/nci/Kconfig
+##
+CONFIG_NFC_NCI=m
+
+##
+## file: net/nsh/Kconfig
+##
+CONFIG_NET_NSH=m
+
+##
+## file: net/openvswitch/Kconfig
+##
+CONFIG_OPENVSWITCH=m
+CONFIG_OPENVSWITCH_GRE=y
+CONFIG_OPENVSWITCH_VXLAN=y
+CONFIG_OPENVSWITCH_GENEVE=y
+
+##
+## file: net/packet/Kconfig
+##
+CONFIG_PACKET=y
+CONFIG_PACKET_DIAG=m
+
+##
+## file: net/phonet/Kconfig
+##
+CONFIG_PHONET=m
+
+##
+## file: net/psample/Kconfig
+##
+CONFIG_PSAMPLE=m
+
+##
+## file: net/rds/Kconfig
+##
+CONFIG_RDS=m
+CONFIG_RDS_RDMA=m
+CONFIG_RDS_TCP=m
+# CONFIG_RDS_DEBUG is not set
+
+##
+## file: net/rfkill/Kconfig
+##
+CONFIG_RFKILL=m
+CONFIG_RFKILL_INPUT=y
+# CONFIG_RFKILL_GPIO is not set
+
+##
+## file: net/rxrpc/Kconfig
+##
+CONFIG_AF_RXRPC=m
+CONFIG_AF_RXRPC_IPV6=y
+# CONFIG_AF_RXRPC_INJECT_LOSS is not set
+# CONFIG_AF_RXRPC_DEBUG is not set
+CONFIG_RXKAD=y
+
+##
+## file: net/sched/Kconfig
+##
+CONFIG_NET_SCHED=y
+CONFIG_NET_SCH_HTB=m
+CONFIG_NET_SCH_HFSC=m
+CONFIG_NET_SCH_PRIO=m
+CONFIG_NET_SCH_MULTIQ=m
+CONFIG_NET_SCH_RED=m
+CONFIG_NET_SCH_SFB=m
+CONFIG_NET_SCH_SFQ=m
+CONFIG_NET_SCH_TEQL=m
+CONFIG_NET_SCH_TBF=m
+CONFIG_NET_SCH_CBS=m
+CONFIG_NET_SCH_ETF=m
+CONFIG_NET_SCH_TAPRIO=m
+CONFIG_NET_SCH_GRED=m
+CONFIG_NET_SCH_NETEM=m
+CONFIG_NET_SCH_DRR=m
+CONFIG_NET_SCH_MQPRIO=m
+CONFIG_NET_SCH_SKBPRIO=m
+CONFIG_NET_SCH_CHOKE=m
+CONFIG_NET_SCH_QFQ=m
+CONFIG_NET_SCH_CODEL=m
+CONFIG_NET_SCH_FQ_CODEL=y
+CONFIG_NET_SCH_CAKE=m
+CONFIG_NET_SCH_FQ=m
+CONFIG_NET_SCH_HHF=m
+CONFIG_NET_SCH_PIE=m
+CONFIG_NET_SCH_FQ_PIE=m
+CONFIG_NET_SCH_INGRESS=m
+CONFIG_NET_SCH_PLUG=m
+CONFIG_NET_SCH_ETS=m
+CONFIG_NET_SCH_DEFAULT=y
+## choice: Default queuing discipline
+CONFIG_DEFAULT_FQ_CODEL=y
+## end choice
+CONFIG_NET_CLS_BASIC=m
+CONFIG_NET_CLS_ROUTE4=m
+CONFIG_NET_CLS_FW=m
+CONFIG_NET_CLS_U32=m
+CONFIG_CLS_U32_PERF=y
+CONFIG_CLS_U32_MARK=y
+CONFIG_NET_CLS_FLOW=m
+CONFIG_NET_CLS_CGROUP=m
+CONFIG_NET_CLS_BPF=m
+CONFIG_NET_CLS_FLOWER=m
+CONFIG_NET_CLS_MATCHALL=m
+CONFIG_NET_EMATCH=y
+CONFIG_NET_EMATCH_STACK=32
+CONFIG_NET_EMATCH_CMP=m
+CONFIG_NET_EMATCH_NBYTE=m
+CONFIG_NET_EMATCH_U32=m
+CONFIG_NET_EMATCH_META=m
+CONFIG_NET_EMATCH_TEXT=m
+CONFIG_NET_EMATCH_CANID=m
+CONFIG_NET_EMATCH_IPSET=m
+CONFIG_NET_EMATCH_IPT=m
+CONFIG_NET_CLS_ACT=y
+CONFIG_NET_ACT_POLICE=m
+CONFIG_NET_ACT_GACT=m
+CONFIG_GACT_PROB=y
+CONFIG_NET_ACT_MIRRED=m
+CONFIG_NET_ACT_SAMPLE=m
+CONFIG_NET_ACT_NAT=m
+CONFIG_NET_ACT_PEDIT=m
+CONFIG_NET_ACT_SIMP=m
+CONFIG_NET_ACT_SKBEDIT=m
+CONFIG_NET_ACT_CSUM=m
+CONFIG_NET_ACT_MPLS=m
+CONFIG_NET_ACT_VLAN=m
+CONFIG_NET_ACT_BPF=m
+CONFIG_NET_ACT_CONNMARK=m
+CONFIG_NET_ACT_CTINFO=m
+CONFIG_NET_ACT_SKBMOD=m
+CONFIG_NET_ACT_IFE=m
+CONFIG_NET_ACT_TUNNEL_KEY=m
+CONFIG_NET_ACT_CT=m
+CONFIG_NET_ACT_GATE=m
+CONFIG_NET_IFE_SKBMARK=m
+CONFIG_NET_IFE_SKBPRIO=m
+CONFIG_NET_IFE_SKBTCINDEX=m
+
+##
+## file: net/sctp/Kconfig
+##
+CONFIG_IP_SCTP=m
+# CONFIG_SCTP_DBG_OBJCNT is not set
+## choice: Default SCTP cookie HMAC encoding
+# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5 is not set
+CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1=y
+# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set
+## end choice
+CONFIG_SCTP_COOKIE_HMAC_MD5=y
+CONFIG_SCTP_COOKIE_HMAC_SHA1=y
+
+##
+## file: net/smc/Kconfig
+##
+CONFIG_SMC=m
+CONFIG_SMC_DIAG=m
+
+##
+## file: net/sunrpc/Kconfig
+##
+CONFIG_RPCSEC_GSS_KRB5=m
+CONFIG_SUNRPC_DEBUG=y
+CONFIG_SUNRPC_XPRT_RDMA=m
+
+##
+## file: net/switchdev/Kconfig
+##
+CONFIG_NET_SWITCHDEV=y
+
+##
+## file: net/tipc/Kconfig
+##
+CONFIG_TIPC=m
+CONFIG_TIPC_MEDIA_IB=y
+CONFIG_TIPC_MEDIA_UDP=y
+CONFIG_TIPC_DIAG=m
+
+##
+## file: net/tls/Kconfig
+##
+CONFIG_TLS=m
+CONFIG_TLS_DEVICE=y
+
+##
+## file: net/unix/Kconfig
+##
+CONFIG_UNIX=y
+CONFIG_UNIX_DIAG=m
+
+##
+## file: net/vmw_vsock/Kconfig
+##
+CONFIG_VSOCKETS=m
+CONFIG_VSOCKETS_DIAG=m
+# CONFIG_VMWARE_VMCI_VSOCKETS is not set
+CONFIG_VIRTIO_VSOCKETS=m
+
+##
+## file: net/wireless/Kconfig
+##
+CONFIG_CFG80211=m
+# CONFIG_NL80211_TESTMODE is not set
+# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
+# CONFIG_CFG80211_CERTIFICATION_ONUS is not set
+CONFIG_CFG80211_DEFAULT_PS=y
+# CONFIG_CFG80211_DEBUGFS is not set
+CONFIG_CFG80211_CRDA_SUPPORT=y
+CONFIG_CFG80211_WEXT=y
+# CONFIG_LIB80211_DEBUG is not set
+
+##
+## file: net/x25/Kconfig
+##
+# CONFIG_X25 is not set
+
+##
+## file: net/xdp/Kconfig
+##
+CONFIG_XDP_SOCKETS=y
+CONFIG_XDP_SOCKETS_DIAG=m
+
+##
+## file: net/xfrm/Kconfig
+##
+CONFIG_XFRM_USER=m
+CONFIG_XFRM_INTERFACE=m
+CONFIG_XFRM_SUB_POLICY=y
+CONFIG_XFRM_MIGRATE=y
+CONFIG_XFRM_STATISTICS=y
+CONFIG_NET_KEY=m
+CONFIG_NET_KEY_MIGRATE=y
+
+##
+## file: samples/Kconfig
+##
+# CONFIG_SAMPLES is not set
+
+##
+## file: security/Kconfig
+##
+CONFIG_SECURITY_DMESG_RESTRICT=y
+CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y
+CONFIG_SECURITY=y
+CONFIG_SECURITYFS=y
+CONFIG_SECURITY_NETWORK=y
+CONFIG_SECURITY_NETWORK_XFRM=y
+CONFIG_SECURITY_PATH=y
+# CONFIG_INTEL_TXT is not set
+CONFIG_LSM_MMAP_MIN_ADDR=32768
+CONFIG_HARDENED_USERCOPY=y
+CONFIG_FORTIFY_SOURCE=y
+## choice: First legacy 'major LSM' to be initialized
+CONFIG_DEFAULT_SECURITY_APPARMOR=y
+## end choice
+CONFIG_LSM="landlock,lockdown,yama,loadpin,safesetid,integrity,apparmor,selinux,smack,tomoyo,bpf"
+
+##
+## file: security/Kconfig.hardening
+##
+CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
+CONFIG_BUG_ON_DATA_CORRUPTION=y
+
+##
+## file: security/apparmor/Kconfig
+##
+CONFIG_SECURITY_APPARMOR=y
+CONFIG_SECURITY_APPARMOR_HASH=y
+CONFIG_SECURITY_APPARMOR_HASH_DEFAULT=y
+
+##
+## file: security/integrity/Kconfig
+##
+CONFIG_INTEGRITY=y
+CONFIG_INTEGRITY_SIGNATURE=y
+CONFIG_INTEGRITY_ASYMMETRIC_KEYS=y
+# CONFIG_INTEGRITY_TRUSTED_KEYRING is not set
+CONFIG_INTEGRITY_PLATFORM_KEYRING=y
+CONFIG_INTEGRITY_MACHINE_KEYRING=y
+CONFIG_INTEGRITY_AUDIT=y
+
+##
+## file: security/integrity/evm/Kconfig
+##
+CONFIG_EVM=y
+
+##
+## file: security/integrity/ima/Kconfig
+##
+CONFIG_IMA=y
+## choice: Default template
+CONFIG_IMA_SIG_TEMPLATE=y
+## end choice
+## choice: Default integrity hash algorithm
+# CONFIG_IMA_DEFAULT_HASH_SHA1 is not set
+CONFIG_IMA_DEFAULT_HASH_SHA256=y
+# CONFIG_IMA_DEFAULT_HASH_SHA512 is not set
+# CONFIG_IMA_DEFAULT_HASH_WP512 is not set
+## end choice
+# CONFIG_IMA_WRITE_POLICY is not set
+# CONFIG_IMA_READ_POLICY is not set
+CONFIG_IMA_APPRAISE=y
+CONFIG_IMA_ARCH_POLICY=y
+
+##
+## file: security/keys/Kconfig
+##
+CONFIG_KEYS=y
+CONFIG_PERSISTENT_KEYRINGS=y
+# CONFIG_BIG_KEYS is not set
+# CONFIG_TRUSTED_KEYS is not set
+CONFIG_ENCRYPTED_KEYS=y
+CONFIG_KEY_DH_OPERATIONS=y
+
+##
+## file: security/landlock/Kconfig
+##
+CONFIG_SECURITY_LANDLOCK=y
+
+##
+## file: security/loadpin/Kconfig
+##
+# CONFIG_SECURITY_LOADPIN is not set
+
+##
+## file: security/lockdown/Kconfig
+##
+CONFIG_SECURITY_LOCKDOWN_LSM=y
+## choice: Kernel default lockdown mode
+CONFIG_LOCK_DOWN_KERNEL_FORCE_NONE=y
+## end choice
+CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT=y
+
+##
+## file: security/selinux/Kconfig
+##
+CONFIG_SECURITY_SELINUX=y
+# CONFIG_SECURITY_SELINUX_BOOTPARAM is not set
+CONFIG_SECURITY_SELINUX_DEVELOP=y
+CONFIG_SECURITY_SELINUX_AVC_STATS=y
+
+##
+## file: security/smack/Kconfig
+##
+# CONFIG_SECURITY_SMACK is not set
+
+##
+## file: security/tomoyo/Kconfig
+##
+CONFIG_SECURITY_TOMOYO=y
+CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY=2048
+CONFIG_SECURITY_TOMOYO_MAX_AUDIT_LOG=1024
+# CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER is not set
+#. This is so horrible...
+CONFIG_SECURITY_TOMOYO_POLICY_LOADER="/sbin/tomoyo-init"
+CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/sbin/init"
+
+##
+## file: security/yama/Kconfig
+##
+CONFIG_SECURITY_YAMA=y
+
+##
+## file: sound/Kconfig
+##
+CONFIG_SOUND=m
+# CONFIG_SOUND_OSS_CORE_PRECLAIM is not set
+CONFIG_SND=m
+
+##
+## file: sound/core/Kconfig
+##
+CONFIG_SND_OSSEMUL=y
+CONFIG_SND_MIXER_OSS=m
+CONFIG_SND_PCM_OSS=m
+CONFIG_SND_PCM_OSS_PLUGINS=y
+CONFIG_SND_PCM_TIMER=y
+CONFIG_SND_HRTIMER=m
+CONFIG_SND_DYNAMIC_MINORS=y
+CONFIG_SND_MAX_CARDS=32
+CONFIG_SND_SUPPORT_OLD_API=y
+CONFIG_SND_PROC_FS=y
+CONFIG_SND_VERBOSE_PROCFS=y
+# CONFIG_SND_VERBOSE_PRINTK is not set
+# CONFIG_SND_DEBUG is not set
+
+##
+## file: sound/core/seq/Kconfig
+##
+CONFIG_SND_SEQUENCER=m
+CONFIG_SND_SEQ_DUMMY=m
+# CONFIG_SND_SEQUENCER_OSS is not set
+CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
+
+##
+## file: sound/drivers/Kconfig
+##
+CONFIG_SND_DRIVERS=y
+CONFIG_SND_PCSP=m
+CONFIG_SND_ALOOP=m
+CONFIG_SND_MTS64=m
+CONFIG_SND_PORTMAN2X4=m
+CONFIG_SND_AC97_POWER_SAVE=y
+CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0
+
+##
+## file: sound/firewire/Kconfig
+##
+CONFIG_SND_FIREWIRE=y
+CONFIG_SND_DICE=m
+CONFIG_SND_OXFW=m
+CONFIG_SND_ISIGHT=m
+CONFIG_SND_FIREWORKS=m
+CONFIG_SND_BEBOB=m
+CONFIG_SND_FIREWIRE_DIGI00X=m
+CONFIG_SND_FIREWIRE_TASCAM=m
+CONFIG_SND_FIREWIRE_MOTU=m
+CONFIG_SND_FIREFACE=m
+
+##
+## file: sound/hda/Kconfig
+##
+CONFIG_SND_HDA_PREALLOC_SIZE=2048
+
+##
+## file: sound/isa/Kconfig
+##
+# CONFIG_SND_CMI8328 is not set
+
+##
+## file: sound/pci/Kconfig
+##
+CONFIG_SND_PCI=y
+CONFIG_SND_AD1889=m
+CONFIG_SND_ALS300=m
+CONFIG_SND_ASIHPI=m
+# CONFIG_SND_AW2 is not set
+CONFIG_SND_OXYGEN=m
+CONFIG_SND_CTXFI=m
+CONFIG_SND_DARLA20=m
+CONFIG_SND_GINA20=m
+CONFIG_SND_LAYLA20=m
+CONFIG_SND_DARLA24=m
+CONFIG_SND_GINA24=m
+CONFIG_SND_LAYLA24=m
+CONFIG_SND_MONA=m
+CONFIG_SND_MIA=m
+CONFIG_SND_ECHO3G=m
+CONFIG_SND_INDIGO=m
+CONFIG_SND_INDIGOIO=m
+CONFIG_SND_INDIGODJ=m
+CONFIG_SND_INDIGOIOX=m
+CONFIG_SND_INDIGODJX=m
+CONFIG_SND_ES1968_INPUT=y
+CONFIG_SND_ES1968_RADIO=y
+CONFIG_SND_HDSPM=m
+CONFIG_SND_LOLA=m
+CONFIG_SND_LX6464ES=m
+CONFIG_SND_MAESTRO3_INPUT=y
+CONFIG_SND_PCXHR=m
+CONFIG_SND_RIPTIDE=m
+CONFIG_SND_VIRTUOSO=m
+
+##
+## file: sound/pci/hda/Kconfig
+##
+CONFIG_SND_HDA_HWDEP=y
+CONFIG_SND_HDA_RECONFIG=y
+CONFIG_SND_HDA_INPUT_BEEP=y
+CONFIG_SND_HDA_INPUT_BEEP_MODE=1
+CONFIG_SND_HDA_PATCH_LOADER=y
+CONFIG_SND_HDA_SCODEC_CS35L41_I2C=m
+CONFIG_SND_HDA_SCODEC_CS35L41_SPI=m
+CONFIG_SND_HDA_SCODEC_TAS2781_I2C=m
+CONFIG_SND_HDA_CODEC_REALTEK=y
+CONFIG_SND_HDA_CODEC_ANALOG=y
+CONFIG_SND_HDA_CODEC_SIGMATEL=y
+CONFIG_SND_HDA_CODEC_VIA=y
+CONFIG_SND_HDA_CODEC_HDMI=y
+CONFIG_SND_HDA_CODEC_CIRRUS=y
+CONFIG_SND_HDA_CODEC_CS8409=m
+CONFIG_SND_HDA_CODEC_CONEXANT=y
+CONFIG_SND_HDA_CODEC_CA0110=y
+CONFIG_SND_HDA_CODEC_CA0132=y
+CONFIG_SND_HDA_CODEC_CA0132_DSP=y
+CONFIG_SND_HDA_CODEC_CMEDIA=y
+CONFIG_SND_HDA_CODEC_SI3054=y
+CONFIG_SND_HDA_GENERIC=y
+CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1
+
+##
+## file: sound/pcmcia/Kconfig
+##
+CONFIG_SND_PCMCIA=y
+CONFIG_SND_VXPOCKET=m
+CONFIG_SND_PDAUDIOCF=m
+
+##
+## file: sound/soc/Kconfig
+##
+# CONFIG_SND_SOC is not set
+
+##
+## file: sound/soc/amd/Kconfig
+##
+# CONFIG_SND_SOC_AMD_ACP is not set
+
+##
+## file: sound/soc/atmel/Kconfig
+##
+# CONFIG_SND_ATMEL_SOC is not set
+
+##
+## file: sound/soc/codecs/Kconfig
+##
+# CONFIG_SND_SOC_AC97_CODEC is not set
+# CONFIG_SND_SOC_ADAU1701 is not set
+# CONFIG_SND_SOC_ADAU1761_I2C is not set
+# CONFIG_SND_SOC_ADAU1761_SPI is not set
+# CONFIG_SND_SOC_ADAU7002 is not set
+# CONFIG_SND_SOC_AK4104 is not set
+# CONFIG_SND_SOC_AK4458 is not set
+# CONFIG_SND_SOC_AK4554 is not set
+# CONFIG_SND_SOC_AK4613 is not set
+# CONFIG_SND_SOC_AK4642 is not set
+# CONFIG_SND_SOC_AK5386 is not set
+# CONFIG_SND_SOC_AK5558 is not set
+# CONFIG_SND_SOC_ALC5623 is not set
+# CONFIG_SND_SOC_BD28623 is not set
+# CONFIG_SND_SOC_BT_SCO is not set
+# CONFIG_SND_SOC_CS35L32 is not set
+# CONFIG_SND_SOC_CS35L33 is not set
+# CONFIG_SND_SOC_CS35L34 is not set
+# CONFIG_SND_SOC_CS35L35 is not set
+# CONFIG_SND_SOC_CS42L42 is not set
+# CONFIG_SND_SOC_CS42L51_I2C is not set
+# CONFIG_SND_SOC_CS42L52 is not set
+# CONFIG_SND_SOC_CS42L56 is not set
+# CONFIG_SND_SOC_CS42L73 is not set
+# CONFIG_SND_SOC_CS4265 is not set
+# CONFIG_SND_SOC_CS4270 is not set
+# CONFIG_SND_SOC_CS4271_I2C is not set
+# CONFIG_SND_SOC_CS4271_SPI is not set
+# CONFIG_SND_SOC_CS42XX8_I2C is not set
+# CONFIG_SND_SOC_CS43130 is not set
+# CONFIG_SND_SOC_CS4349 is not set
+# CONFIG_SND_SOC_CS53L30 is not set
+# CONFIG_SND_SOC_ES7134 is not set
+# CONFIG_SND_SOC_ES7241 is not set
+# CONFIG_SND_SOC_ES8316 is not set
+# CONFIG_SND_SOC_ES8328_I2C is not set
+# CONFIG_SND_SOC_ES8328_SPI is not set
+# CONFIG_SND_SOC_GTM601 is not set
+# CONFIG_SND_SOC_INNO_RK3036 is not set
+# CONFIG_SND_SOC_MAX98504 is not set
+# CONFIG_SND_SOC_MAX9867 is not set
+# CONFIG_SND_SOC_MAX98927 is not set
+CONFIG_SND_SOC_MAX98373_SDW=m
+# CONFIG_SND_SOC_MAX9860 is not set
+# CONFIG_SND_SOC_MSM8916_WCD_DIGITAL is not set
+# CONFIG_SND_SOC_PCM1681 is not set
+# CONFIG_SND_SOC_PCM1789_I2C is not set
+# CONFIG_SND_SOC_PCM179X_I2C is not set
+# CONFIG_SND_SOC_PCM179X_SPI is not set
+# CONFIG_SND_SOC_PCM186X_I2C is not set
+# CONFIG_SND_SOC_PCM186X_SPI is not set
+# CONFIG_SND_SOC_PCM3168A_I2C is not set
+# CONFIG_SND_SOC_PCM3168A_SPI is not set
+# CONFIG_SND_SOC_PCM512x_I2C is not set
+# CONFIG_SND_SOC_PCM512x_SPI is not set
+CONFIG_SND_SOC_RT1308_SDW=m
+# CONFIG_SND_SOC_RT5616 is not set
+# CONFIG_SND_SOC_RT5631 is not set
+CONFIG_SND_SOC_RT5682_SDW=m
+CONFIG_SND_SOC_RT700_SDW=m
+CONFIG_SND_SOC_RT711_SDW=m
+CONFIG_SND_SOC_RT715_SDW=m
+# CONFIG_SND_SOC_SGTL5000 is not set
+# CONFIG_SND_SOC_SIMPLE_AMPLIFIER is not set
+# CONFIG_SND_SOC_SPDIF is not set
+# CONFIG_SND_SOC_SSM2305 is not set
+# CONFIG_SND_SOC_SSM2602_SPI is not set
+# CONFIG_SND_SOC_SSM2602_I2C is not set
+# CONFIG_SND_SOC_SSM4567 is not set
+# CONFIG_SND_SOC_STA32X is not set
+# CONFIG_SND_SOC_STA350 is not set
+# CONFIG_SND_SOC_STI_SAS is not set
+# CONFIG_SND_SOC_TAS2552 is not set
+CONFIG_SND_SOC_TAS2781_I2C=m
+# CONFIG_SND_SOC_TAS5086 is not set
+# CONFIG_SND_SOC_TAS571X is not set
+# CONFIG_SND_SOC_TAS5720 is not set
+# CONFIG_SND_SOC_TAS6424 is not set
+# CONFIG_SND_SOC_TDA7419 is not set
+# CONFIG_SND_SOC_TFA9879 is not set
+# CONFIG_SND_SOC_TLV320AIC23_I2C is not set
+# CONFIG_SND_SOC_TLV320AIC23_SPI is not set
+# CONFIG_SND_SOC_TLV320AIC31XX is not set
+# CONFIG_SND_SOC_TLV320AIC32X4_I2C is not set
+# CONFIG_SND_SOC_TLV320AIC32X4_SPI is not set
+# CONFIG_SND_SOC_TS3A227E is not set
+# CONFIG_SND_SOC_TSCS42XX is not set
+# CONFIG_SND_SOC_TSCS454 is not set
+# CONFIG_SND_SOC_WM8510 is not set
+# CONFIG_SND_SOC_WM8523 is not set
+# CONFIG_SND_SOC_WM8524 is not set
+# CONFIG_SND_SOC_WM8580 is not set
+# CONFIG_SND_SOC_WM8711 is not set
+# CONFIG_SND_SOC_WM8728 is not set
+# CONFIG_SND_SOC_WM8731_I2C is not set
+# CONFIG_SND_SOC_WM8731_SPI is not set
+# CONFIG_SND_SOC_WM8737 is not set
+# CONFIG_SND_SOC_WM8741 is not set
+# CONFIG_SND_SOC_WM8750 is not set
+# CONFIG_SND_SOC_WM8753 is not set
+# CONFIG_SND_SOC_WM8770 is not set
+# CONFIG_SND_SOC_WM8776 is not set
+# CONFIG_SND_SOC_WM8782 is not set
+# CONFIG_SND_SOC_WM8804_I2C is not set
+# CONFIG_SND_SOC_WM8804_SPI is not set
+# CONFIG_SND_SOC_WM8903 is not set
+# CONFIG_SND_SOC_WM8960 is not set
+# CONFIG_SND_SOC_WM8962 is not set
+# CONFIG_SND_SOC_WM8974 is not set
+# CONFIG_SND_SOC_WM8978 is not set
+# CONFIG_SND_SOC_WM8985 is not set
+# CONFIG_SND_SOC_MAX9759 is not set
+# CONFIG_SND_SOC_MT6351 is not set
+# CONFIG_SND_SOC_NAU8540 is not set
+# CONFIG_SND_SOC_NAU8810 is not set
+# CONFIG_SND_SOC_NAU8824 is not set
+# CONFIG_SND_SOC_TPA6130A2 is not set
+
+##
+## file: sound/soc/dwc/Kconfig
+##
+# CONFIG_SND_DESIGNWARE_I2S is not set
+
+##
+## file: sound/soc/fsl/Kconfig
+##
+# CONFIG_SND_SOC_FSL_ASRC is not set
+# CONFIG_SND_SOC_FSL_SAI is not set
+# CONFIG_SND_SOC_FSL_SSI is not set
+# CONFIG_SND_SOC_FSL_SPDIF is not set
+# CONFIG_SND_SOC_FSL_ESAI is not set
+# CONFIG_SND_SOC_IMX_AUDMUX is not set
+
+##
+## file: sound/soc/generic/Kconfig
+##
+# CONFIG_SND_SIMPLE_CARD is not set
+
+##
+## file: sound/soc/hisilicon/Kconfig
+##
+# CONFIG_SND_I2S_HI6210_I2S is not set
+
+##
+## file: sound/soc/img/Kconfig
+##
+# CONFIG_SND_SOC_IMG is not set
+
+##
+## file: sound/soc/sunxi/Kconfig
+##
+# CONFIG_SND_SUN4I_CODEC is not set
+
+##
+## file: sound/soc/xtensa/Kconfig
+##
+# CONFIG_SND_SOC_XTFPGA_I2S is not set
+
+##
+## file: sound/spi/Kconfig
+##
+CONFIG_SND_SPI=y
+
+##
+## file: sound/usb/Kconfig
+##
+CONFIG_SND_USB=y
+CONFIG_SND_USB_AUDIO=m
+CONFIG_SND_USB_UA101=m
+CONFIG_SND_USB_USX2Y=m
+CONFIG_SND_USB_CAIAQ=m
+CONFIG_SND_USB_CAIAQ_INPUT=y
+CONFIG_SND_USB_US122L=m
+CONFIG_SND_USB_6FIRE=m
+CONFIG_SND_USB_HIFACE=m
+CONFIG_SND_BCD2000=m
+
+##
+## file: sound/usb/line6/Kconfig
+##
+CONFIG_SND_USB_POD=m
+CONFIG_SND_USB_PODHD=m
+CONFIG_SND_USB_TONEPORT=m
+CONFIG_SND_USB_VARIAX=m
+
+##
+## file: sound/virtio/Kconfig
+##
+CONFIG_SND_VIRTIO=m
+
+##
+## file: sound/xen/Kconfig
+##
+CONFIG_SND_XEN_FRONTEND=m
+
+##
+## file: usr/Kconfig
+##
+CONFIG_INITRAMFS_SOURCE=""
+CONFIG_RD_GZIP=y
+CONFIG_RD_BZIP2=y
+CONFIG_RD_LZMA=y
+CONFIG_RD_XZ=y
+CONFIG_RD_LZO=y
+CONFIG_RD_LZ4=y
+CONFIG_RD_ZSTD=y
diff --git a/debian/config/config.cloud b/debian/config/config.cloud
new file mode 100644
index 0000000000000..1ace0f7245f8e
--- /dev/null
+++ b/debian/config/config.cloud
@@ -0,0 +1,1673 @@
+##
+## file: block/Kconfig.iosched
+##
+CONFIG_MQ_IOSCHED_DEADLINE=m
+
+##
+## file: block/partitions/Kconfig
+##
+# CONFIG_PARTITION_ADVANCED is not set
+
+##
+## file: drivers/accessibility/Kconfig
+##
+# CONFIG_ACCESSIBILITY is not set
+
+##
+## file: drivers/acpi/Kconfig
+##
+# CONFIG_ACPI_AC is not set
+# CONFIG_ACPI_BATTERY is not set
+# CONFIG_ACPI_DOCK is not set
+# CONFIG_ACPI_PROCESSOR is not set
+# CONFIG_ACPI_IPMI is not set
+# CONFIG_ACPI_BGRT is not set
+
+##
+## file: drivers/android/Kconfig
+##
+# CONFIG_ANDROID_BINDER_IPC is not set
+
+##
+## file: drivers/ata/Kconfig
+##
+# CONFIG_ATA_ACPI is not set
+# CONFIG_SATA_ZPODD is not set
+# CONFIG_SATA_PMP is not set
+# CONFIG_SATA_AHCI is not set
+# CONFIG_SATA_ACARD_AHCI is not set
+# CONFIG_SATA_SIL24 is not set
+CONFIG_ATA_SFF=y
+# CONFIG_PDC_ADMA is not set
+# CONFIG_SATA_QSTOR is not set
+# CONFIG_SATA_SX4 is not set
+CONFIG_ATA_BMDMA=y
+CONFIG_ATA_PIIX=m
+# CONFIG_SATA_MV is not set
+# CONFIG_SATA_NV is not set
+# CONFIG_SATA_PROMISE is not set
+# CONFIG_SATA_SIL is not set
+# CONFIG_SATA_SIS is not set
+# CONFIG_SATA_SVW is not set
+# CONFIG_SATA_ULI is not set
+# CONFIG_SATA_VIA is not set
+# CONFIG_SATA_VITESSE is not set
+# CONFIG_PATA_ALI is not set
+# CONFIG_PATA_AMD is not set
+# CONFIG_PATA_ARTOP is not set
+# CONFIG_PATA_ATIIXP is not set
+# CONFIG_PATA_ATP867X is not set
+# CONFIG_PATA_CMD64X is not set
+# CONFIG_PATA_CYPRESS is not set
+# CONFIG_PATA_EFAR is not set
+# CONFIG_PATA_HPT366 is not set
+# CONFIG_PATA_HPT37X is not set
+# CONFIG_PATA_HPT3X2N is not set
+# CONFIG_PATA_HPT3X3 is not set
+# CONFIG_PATA_IT8213 is not set
+# CONFIG_PATA_IT821X is not set
+# CONFIG_PATA_JMICRON is not set
+# CONFIG_PATA_MARVELL is not set
+# CONFIG_PATA_NETCELL is not set
+# CONFIG_PATA_NINJA32 is not set
+# CONFIG_PATA_NS87415 is not set
+# CONFIG_PATA_OLDPIIX is not set
+# CONFIG_PATA_OPTIDMA is not set
+# CONFIG_PATA_PDC2027X is not set
+# CONFIG_PATA_PDC_OLD is not set
+# CONFIG_PATA_RADISYS is not set
+# CONFIG_PATA_RDC is not set
+# CONFIG_PATA_SCH is not set
+# CONFIG_PATA_SERVERWORKS is not set
+# CONFIG_PATA_SIL680 is not set
+# CONFIG_PATA_SIS is not set
+# CONFIG_PATA_TOSHIBA is not set
+# CONFIG_PATA_TRIFLEX is not set
+# CONFIG_PATA_VIA is not set
+# CONFIG_PATA_MPIIX is not set
+# CONFIG_PATA_NS87410 is not set
+# CONFIG_PATA_OPTI is not set
+# CONFIG_PATA_PLATFORM is not set
+# CONFIG_PATA_RZ1000 is not set
+
+##
+## file: drivers/atm/Kconfig
+##
+# CONFIG_ATM_DRIVERS is not set
+
+##
+## file: drivers/auxdisplay/Kconfig
+##
+# CONFIG_AUXDISPLAY is not set
+
+##
+## file: drivers/bcma/Kconfig
+##
+# CONFIG_BCMA is not set
+
+##
+## file: drivers/block/Kconfig
+##
+# CONFIG_BLK_DEV_FD is not set
+# CONFIG_CDROM_PKTCDVD is not set
+CONFIG_XEN_BLKDEV_FRONTEND=m
+
+##
+## file: drivers/block/mtip32xx/Kconfig
+##
+# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
+
+##
+## file: drivers/char/Kconfig
+##
+# CONFIG_APPLICOM is not set
+# CONFIG_MWAVE is not set
+# CONFIG_DEVPORT is not set
+# CONFIG_TELCLOCK is not set
+
+##
+## file: drivers/char/agp/Kconfig
+##
+# CONFIG_AGP is not set
+
+##
+## file: drivers/char/hw_random/Kconfig
+##
+# CONFIG_HW_RANDOM_INTEL is not set
+# CONFIG_HW_RANDOM_AMD is not set
+# CONFIG_HW_RANDOM_GEODE is not set
+# CONFIG_HW_RANDOM_VIA is not set
+
+##
+## file: drivers/char/ipmi/Kconfig
+##
+# CONFIG_IPMI_HANDLER is not set
+
+##
+## file: drivers/char/tpm/Kconfig
+##
+# CONFIG_HW_RANDOM_TPM is not set
+CONFIG_TCG_TIS=m
+# CONFIG_TCG_TIS_SPI is not set
+# CONFIG_TCG_TIS_I2C_ATMEL is not set
+# CONFIG_TCG_TIS_I2C_INFINEON is not set
+# CONFIG_TCG_TIS_I2C_NUVOTON is not set
+# CONFIG_TCG_NSC is not set
+# CONFIG_TCG_ATMEL is not set
+# CONFIG_TCG_INFINEON is not set
+CONFIG_TCG_XEN=m
+CONFIG_TCG_CRB=m
+CONFIG_TCG_VTPM_PROXY=m
+
+##
+## file: drivers/char/xillybus/Kconfig
+##
+# CONFIG_XILLYBUS is not set
+
+##
+## file: drivers/cpufreq/Kconfig
+##
+# CONFIG_CPU_FREQ is not set
+
+##
+## file: drivers/cpuidle/Kconfig
+##
+# CONFIG_CPU_IDLE is not set
+
+##
+## file: drivers/crypto/Kconfig
+##
+# CONFIG_CRYPTO_HW is not set
+
+##
+## file: drivers/dax/Kconfig
+##
+# CONFIG_DAX is not set
+
+##
+## file: drivers/devfreq/Kconfig
+##
+# CONFIG_PM_DEVFREQ is not set
+
+##
+## file: drivers/dma/Kconfig
+##
+# CONFIG_DMADEVICES is not set
+
+##
+## file: drivers/edac/Kconfig
+##
+# CONFIG_EDAC is not set
+
+##
+## file: drivers/eisa/Kconfig
+##
+# CONFIG_EISA is not set
+
+##
+## file: drivers/extcon/Kconfig
+##
+# CONFIG_EXTCON is not set
+
+##
+## file: drivers/firewire/Kconfig
+##
+# CONFIG_FIREWIRE is not set
+# CONFIG_FIREWIRE_NOSY is not set
+
+##
+## file: drivers/fpga/Kconfig
+##
+# CONFIG_FPGA is not set
+
+##
+## file: drivers/fsi/Kconfig
+##
+# CONFIG_FSI is not set
+
+##
+## file: drivers/gnss/Kconfig
+##
+# CONFIG_GNSS is not set
+
+##
+## file: drivers/gpio/Kconfig
+##
+# CONFIG_GPIOLIB is not set
+# CONFIG_GPIO_KEMPLD is not set
+# CONFIG_GPIO_ML_IOH is not set
+
+##
+## file: drivers/gpu/drm/Kconfig
+##
+# CONFIG_DRM is not set
+
+##
+## file: drivers/gpu/vga/Kconfig
+##
+# CONFIG_VGA_SWITCHEROO is not set
+
+##
+## file: drivers/hid/Kconfig
+##
+# CONFIG_HID is not set
+# CONFIG_HID_RMI is not set
+
+##
+## file: drivers/hid/intel-ish-hid/Kconfig
+##
+# CONFIG_INTEL_ISH_HID is not set
+
+##
+## file: drivers/hsi/Kconfig
+##
+# CONFIG_HSI is not set
+
+##
+## file: drivers/hv/Kconfig
+##
+CONFIG_HYPERV=m
+
+##
+## file: drivers/hwmon/Kconfig
+##
+# CONFIG_HWMON is not set
+
+##
+## file: drivers/hwtracing/intel_th/Kconfig
+##
+# CONFIG_INTEL_TH is not set
+
+##
+## file: drivers/i2c/Kconfig
+##
+# CONFIG_I2C is not set
+
+##
+## file: drivers/idle/Kconfig
+##
+# CONFIG_INTEL_IDLE is not set
+
+##
+## file: drivers/iio/Kconfig
+##
+# CONFIG_IIO is not set
+
+##
+## file: drivers/infiniband/Kconfig
+##
+CONFIG_INFINIBAND=m
+CONFIG_INFINIBAND_USER_MAD=m
+CONFIG_INFINIBAND_USER_ACCESS=m
+CONFIG_INFINIBAND_ON_DEMAND_PAGING=y
+CONFIG_INFINIBAND_ADDR_TRANS=y
+
+##
+## file: drivers/infiniband/hw/cxgb4/Kconfig
+##
+# CONFIG_INFINIBAND_CXGB4 is not set
+
+##
+## file: drivers/infiniband/hw/hfi1/Kconfig
+##
+# CONFIG_INFINIBAND_HFI1 is not set
+
+##
+## file: drivers/infiniband/hw/mlx4/Kconfig
+##
+CONFIG_MLX4_INFINIBAND=m
+
+##
+## file: drivers/infiniband/hw/mlx5/Kconfig
+##
+CONFIG_MLX5_INFINIBAND=m
+
+##
+## file: drivers/infiniband/hw/mthca/Kconfig
+##
+# CONFIG_INFINIBAND_MTHCA is not set
+# CONFIG_INFINIBAND_MTHCA_DEBUG is not set
+
+##
+## file: drivers/infiniband/hw/ocrdma/Kconfig
+##
+# CONFIG_INFINIBAND_OCRDMA is not set
+
+##
+## file: drivers/infiniband/hw/qedr/Kconfig
+##
+# CONFIG_INFINIBAND_QEDR is not set
+
+##
+## file: drivers/infiniband/hw/qib/Kconfig
+##
+# CONFIG_INFINIBAND_QIB is not set
+# CONFIG_INFINIBAND_QIB_DCA is not set
+
+##
+## file: drivers/infiniband/sw/rdmavt/Kconfig
+##
+# CONFIG_INFINIBAND_RDMAVT is not set
+
+##
+## file: drivers/infiniband/sw/rxe/Kconfig
+##
+# CONFIG_RDMA_RXE is not set
+
+##
+## file: drivers/infiniband/ulp/ipoib/Kconfig
+##
+# CONFIG_INFINIBAND_IPOIB is not set
+# CONFIG_INFINIBAND_IPOIB_CM is not set
+# CONFIG_INFINIBAND_IPOIB_DEBUG is not set
+# CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set
+
+##
+## file: drivers/infiniband/ulp/iser/Kconfig
+##
+# CONFIG_INFINIBAND_ISER is not set
+
+##
+## file: drivers/infiniband/ulp/isert/Kconfig
+##
+# CONFIG_INFINIBAND_ISERT is not set
+
+##
+## file: drivers/infiniband/ulp/srp/Kconfig
+##
+# CONFIG_INFINIBAND_SRP is not set
+
+##
+## file: drivers/infiniband/ulp/srpt/Kconfig
+##
+# CONFIG_INFINIBAND_SRPT is not set
+
+##
+## file: drivers/input/Kconfig
+##
+# CONFIG_INPUT_FF_MEMLESS is not set
+# CONFIG_INPUT_SPARSEKMAP is not set
+CONFIG_INPUT_MOUSEDEV=m
+# CONFIG_INPUT_JOYDEV is not set
+
+##
+## file: drivers/input/gameport/Kconfig
+##
+# CONFIG_GAMEPORT is not set
+
+##
+## file: drivers/input/joystick/Kconfig
+##
+# CONFIG_INPUT_JOYSTICK is not set
+
+##
+## file: drivers/input/keyboard/Kconfig
+##
+# CONFIG_KEYBOARD_LKKBD is not set
+# CONFIG_KEYBOARD_GPIO is not set
+# CONFIG_KEYBOARD_NEWTON is not set
+# CONFIG_KEYBOARD_OPENCORES is not set
+# CONFIG_KEYBOARD_SAMSUNG is not set
+# CONFIG_KEYBOARD_STOWAWAY is not set
+# CONFIG_KEYBOARD_SUNKBD is not set
+# CONFIG_KEYBOARD_XTKBD is not set
+
+##
+## file: drivers/input/misc/Kconfig
+##
+# CONFIG_INPUT_MISC is not set
+
+##
+## file: drivers/input/mouse/Kconfig
+##
+# CONFIG_INPUT_MOUSE is not set
+
+##
+## file: drivers/input/serio/Kconfig
+##
+# CONFIG_SERIO_SERPORT is not set
+# CONFIG_SERIO_CT82C710 is not set
+# CONFIG_SERIO_PCIPS2 is not set
+CONFIG_SERIO_RAW=m
+# CONFIG_SERIO_ALTERA_PS2 is not set
+CONFIG_HYPERV_KEYBOARD=m
+
+##
+## file: drivers/input/tablet/Kconfig
+##
+# CONFIG_INPUT_TABLET is not set
+
+##
+## file: drivers/input/touchscreen/Kconfig
+##
+# CONFIG_INPUT_TOUCHSCREEN is not set
+
+##
+## file: drivers/iommu/amd/Kconfig
+##
+# CONFIG_AMD_IOMMU is not set
+
+##
+## file: drivers/ipack/Kconfig
+##
+# CONFIG_IPACK_BUS is not set
+
+##
+## file: drivers/isdn/Kconfig
+##
+# CONFIG_ISDN is not set
+
+##
+## file: drivers/leds/Kconfig
+##
+# CONFIG_NEW_LEDS is not set
+
+##
+## file: drivers/macintosh/Kconfig
+##
+# CONFIG_MACINTOSH_DRIVERS is not set
+
+##
+## file: drivers/mailbox/Kconfig
+##
+# CONFIG_MAILBOX is not set
+
+##
+## file: drivers/mcb/Kconfig
+##
+# CONFIG_MCB is not set
+
+##
+## file: drivers/media/Kconfig
+##
+# CONFIG_MEDIA_SUPPORT is not set
+
+##
+## file: drivers/media/rc/Kconfig
+##
+# CONFIG_RC_CORE is not set
+
+##
+## file: drivers/memory/Kconfig
+##
+# CONFIG_MEMORY is not set
+
+##
+## file: drivers/memstick/Kconfig
+##
+# CONFIG_MEMSTICK is not set
+
+##
+## file: drivers/message/fusion/Kconfig
+##
+# CONFIG_FUSION is not set
+
+##
+## file: drivers/mfd/Kconfig
+##
+# CONFIG_LPC_ICH is not set
+# CONFIG_LPC_SCH is not set
+# CONFIG_MFD_INTEL_LPSS_ACPI is not set
+# CONFIG_MFD_INTEL_LPSS_PCI is not set
+# CONFIG_MFD_KEMPLD is not set
+
+##
+## file: drivers/misc/Kconfig
+##
+# CONFIG_IBM_ASM is not set
+# CONFIG_PHANTOM is not set
+# CONFIG_TIFM_CORE is not set
+# CONFIG_TIFM_7XX1 is not set
+# CONFIG_ENCLOSURE_SERVICES is not set
+# CONFIG_HP_ILO is not set
+
+##
+## file: drivers/misc/c2port/Kconfig
+##
+# CONFIG_C2PORT is not set
+
+##
+## file: drivers/misc/cardreader/Kconfig
+##
+# CONFIG_MISC_RTSX_PCI is not set
+
+##
+## file: drivers/misc/cb710/Kconfig
+##
+# CONFIG_CB710_CORE is not set
+
+##
+## file: drivers/misc/eeprom/Kconfig
+##
+# CONFIG_EEPROM_93CX6 is not set
+
+##
+## file: drivers/misc/mei/Kconfig
+##
+# CONFIG_INTEL_MEI is not set
+# CONFIG_INTEL_MEI_ME is not set
+
+##
+## file: drivers/mmc/Kconfig
+##
+# CONFIG_MMC is not set
+
+##
+## file: drivers/mtd/Kconfig
+##
+# CONFIG_MTD is not set
+
+##
+## file: drivers/net/Kconfig
+##
+# CONFIG_GTP is not set
+# CONFIG_NET_SB1000 is not set
+CONFIG_XEN_NETDEV_FRONTEND=m
+# CONFIG_FUJITSU_ES is not set
+
+##
+## file: drivers/net/arcnet/Kconfig
+##
+# CONFIG_ARCNET is not set
+
+##
+## file: drivers/net/ethernet/Kconfig
+##
+# CONFIG_JME is not set
+
+##
+## file: drivers/net/ethernet/3com/Kconfig
+##
+# CONFIG_NET_VENDOR_3COM is not set
+
+##
+## file: drivers/net/ethernet/adaptec/Kconfig
+##
+# CONFIG_NET_VENDOR_ADAPTEC is not set
+
+##
+## file: drivers/net/ethernet/agere/Kconfig
+##
+# CONFIG_NET_VENDOR_AGERE is not set
+
+##
+## file: drivers/net/ethernet/alacritech/Kconfig
+##
+# CONFIG_NET_VENDOR_ALACRITECH is not set
+
+##
+## file: drivers/net/ethernet/alteon/Kconfig
+##
+# CONFIG_NET_VENDOR_ALTEON is not set
+
+##
+## file: drivers/net/ethernet/altera/Kconfig
+##
+# CONFIG_ALTERA_TSE is not set
+
+##
+## file: drivers/net/ethernet/amazon/Kconfig
+##
+CONFIG_NET_VENDOR_AMAZON=y
+#. Amazon EC2 uses Elastic Network Adapter (ENA) support
+CONFIG_ENA_ETHERNET=m
+
+##
+## file: drivers/net/ethernet/amd/Kconfig
+##
+# CONFIG_NET_VENDOR_AMD is not set
+
+##
+## file: drivers/net/ethernet/aquantia/Kconfig
+##
+# CONFIG_NET_VENDOR_AQUANTIA is not set
+
+##
+## file: drivers/net/ethernet/atheros/Kconfig
+##
+# CONFIG_NET_VENDOR_ATHEROS is not set
+
+##
+## file: drivers/net/ethernet/broadcom/Kconfig
+##
+# CONFIG_NET_VENDOR_BROADCOM is not set
+# CONFIG_CNIC is not set
+
+##
+## file: drivers/net/ethernet/brocade/Kconfig
+##
+# CONFIG_NET_VENDOR_BROCADE is not set
+
+##
+## file: drivers/net/ethernet/cadence/Kconfig
+##
+# CONFIG_NET_VENDOR_CADENCE is not set
+
+##
+## file: drivers/net/ethernet/cavium/Kconfig
+##
+# CONFIG_NET_VENDOR_CAVIUM is not set
+
+##
+## file: drivers/net/ethernet/chelsio/Kconfig
+##
+# CONFIG_NET_VENDOR_CHELSIO is not set
+
+##
+## file: drivers/net/ethernet/cisco/Kconfig
+##
+# CONFIG_NET_VENDOR_CISCO is not set
+
+##
+## file: drivers/net/ethernet/dec/Kconfig
+##
+# CONFIG_NET_VENDOR_DEC is not set
+
+##
+## file: drivers/net/ethernet/dlink/Kconfig
+##
+# CONFIG_NET_VENDOR_DLINK is not set
+
+##
+## file: drivers/net/ethernet/emulex/Kconfig
+##
+# CONFIG_NET_VENDOR_EMULEX is not set
+
+##
+## file: drivers/net/ethernet/ezchip/Kconfig
+##
+# CONFIG_NET_VENDOR_EZCHIP is not set
+
+##
+## file: drivers/net/ethernet/google/Kconfig
+##
+CONFIG_NET_VENDOR_GOOGLE=y
+#. Google Cloud specific device
+CONFIG_GVE=m
+
+##
+## file: drivers/net/ethernet/huawei/Kconfig
+##
+# CONFIG_NET_VENDOR_HUAWEI is not set
+
+##
+## file: drivers/net/ethernet/intel/Kconfig
+##
+CONFIG_NET_VENDOR_INTEL=y
+# CONFIG_E100 is not set
+# CONFIG_E1000 is not set
+# CONFIG_E1000E is not set
+# CONFIG_IGB is not set
+# CONFIG_IGBVF is not set
+# CONFIG_IXGBE is not set
+#. Amazon EC2 uses Intel Corporation 82599 Ethernet Controller Virtual Function
+CONFIG_IXGBEVF=m
+# CONFIG_I40E is not set
+# CONFIG_I40EVF is not set
+# CONFIG_ICE is not set
+# CONFIG_IGC is not set
+
+##
+## file: drivers/net/ethernet/marvell/Kconfig
+##
+# CONFIG_NET_VENDOR_MARVELL is not set
+
+##
+## file: drivers/net/ethernet/mellanox/Kconfig
+##
+#. Microsoft Azure uses Mellanox Technologies MT27500/MT27520 Family [ConnectX-3/ConnectX-3 Pro Virtual Function]
+CONFIG_NET_VENDOR_MELLANOX=y
+
+##
+## file: drivers/net/ethernet/micrel/Kconfig
+##
+# CONFIG_NET_VENDOR_MICREL is not set
+
+##
+## file: drivers/net/ethernet/microchip/Kconfig
+##
+# CONFIG_NET_VENDOR_MICROCHIP is not set
+
+##
+## file: drivers/net/ethernet/microsoft/Kconfig
+##
+CONFIG_NET_VENDOR_MICROSOFT=y
+#. Microsoft Azure specific device
+CONFIG_MICROSOFT_MANA=m
+
+##
+## file: drivers/net/ethernet/myricom/Kconfig
+##
+# CONFIG_NET_VENDOR_MYRI is not set
+
+##
+## file: drivers/net/ethernet/natsemi/Kconfig
+##
+# CONFIG_NET_VENDOR_NATSEMI is not set
+
+##
+## file: drivers/net/ethernet/neterion/Kconfig
+##
+# CONFIG_NET_VENDOR_NETERION is not set
+
+##
+## file: drivers/net/ethernet/netronome/Kconfig
+##
+# CONFIG_NET_VENDOR_NETRONOME is not set
+
+##
+## file: drivers/net/ethernet/nvidia/Kconfig
+##
+# CONFIG_NET_VENDOR_NVIDIA is not set
+
+##
+## file: drivers/net/ethernet/oki-semi/Kconfig
+##
+# CONFIG_NET_VENDOR_OKI is not set
+
+##
+## file: drivers/net/ethernet/packetengines/Kconfig
+##
+# CONFIG_NET_VENDOR_PACKET_ENGINES is not set
+
+##
+## file: drivers/net/ethernet/qlogic/Kconfig
+##
+# CONFIG_NET_VENDOR_QLOGIC is not set
+
+##
+## file: drivers/net/ethernet/qualcomm/Kconfig
+##
+# CONFIG_NET_VENDOR_QUALCOMM is not set
+
+##
+## file: drivers/net/ethernet/rdc/Kconfig
+##
+# CONFIG_NET_VENDOR_RDC is not set
+
+##
+## file: drivers/net/ethernet/realtek/Kconfig
+##
+# CONFIG_NET_VENDOR_REALTEK is not set
+
+##
+## file: drivers/net/ethernet/renesas/Kconfig
+##
+# CONFIG_NET_VENDOR_RENESAS is not set
+
+##
+## file: drivers/net/ethernet/rocker/Kconfig
+##
+# CONFIG_NET_VENDOR_ROCKER is not set
+
+##
+## file: drivers/net/ethernet/samsung/Kconfig
+##
+# CONFIG_NET_VENDOR_SAMSUNG is not set
+
+##
+## file: drivers/net/ethernet/seeq/Kconfig
+##
+# CONFIG_NET_VENDOR_SEEQ is not set
+
+##
+## file: drivers/net/ethernet/sfc/Kconfig
+##
+# CONFIG_NET_VENDOR_SOLARFLARE is not set
+# CONFIG_SFC is not set
+
+##
+## file: drivers/net/ethernet/silan/Kconfig
+##
+# CONFIG_NET_VENDOR_SILAN is not set
+
+##
+## file: drivers/net/ethernet/sis/Kconfig
+##
+# CONFIG_NET_VENDOR_SIS is not set
+
+##
+## file: drivers/net/ethernet/smsc/Kconfig
+##
+# CONFIG_NET_VENDOR_SMSC is not set
+
+##
+## file: drivers/net/ethernet/stmicro/Kconfig
+##
+# CONFIG_NET_VENDOR_STMICRO is not set
+
+##
+## file: drivers/net/ethernet/sun/Kconfig
+##
+# CONFIG_NET_VENDOR_SUN is not set
+
+##
+## file: drivers/net/ethernet/synopsys/Kconfig
+##
+# CONFIG_NET_VENDOR_SYNOPSYS is not set
+
+##
+## file: drivers/net/ethernet/tehuti/Kconfig
+##
+# CONFIG_NET_VENDOR_TEHUTI is not set
+
+##
+## file: drivers/net/ethernet/ti/Kconfig
+##
+# CONFIG_NET_VENDOR_TI is not set
+
+##
+## file: drivers/net/ethernet/via/Kconfig
+##
+# CONFIG_NET_VENDOR_VIA is not set
+
+##
+## file: drivers/net/ethernet/wiznet/Kconfig
+##
+# CONFIG_NET_VENDOR_WIZNET is not set
+
+##
+## file: drivers/net/fddi/Kconfig
+##
+# CONFIG_FDDI is not set
+
+##
+## file: drivers/net/hippi/Kconfig
+##
+# CONFIG_HIPPI is not set
+
+##
+## file: drivers/net/hyperv/Kconfig
+##
+CONFIG_HYPERV_NET=m
+
+##
+## file: drivers/net/mdio/Kconfig
+##
+# CONFIG_MDIO_DEVICE is not set
+
+##
+## file: drivers/net/phy/Kconfig
+##
+# CONFIG_PHYLIB is not set
+
+##
+## file: drivers/net/ppp/Kconfig
+##
+# CONFIG_PPP is not set
+
+##
+## file: drivers/net/slip/Kconfig
+##
+# CONFIG_SLIP is not set
+
+##
+## file: drivers/net/wan/Kconfig
+##
+# CONFIG_WAN is not set
+
+##
+## file: drivers/net/wireless/Kconfig
+##
+# CONFIG_WLAN is not set
+
+##
+## file: drivers/ntb/Kconfig
+##
+# CONFIG_NTB is not set
+
+##
+## file: drivers/nvme/host/Kconfig
+##
+CONFIG_BLK_DEV_NVME=y
+CONFIG_NVME_MULTIPATH=y
+
+##
+## file: drivers/nvmem/Kconfig
+##
+# CONFIG_NVMEM is not set
+
+##
+## file: drivers/of/Kconfig
+##
+# CONFIG_OF is not set
+
+##
+## file: drivers/parport/Kconfig
+##
+# CONFIG_PARPORT is not set
+
+##
+## file: drivers/pci/Kconfig
+##
+# CONFIG_PCI_STUB is not set
+# CONFIG_PCI_PRI is not set
+# CONFIG_PCI_PASID is not set
+
+##
+## file: drivers/pci/controller/Kconfig
+##
+# CONFIG_VMD is not set
+
+##
+## file: drivers/pci/hotplug/Kconfig
+##
+# CONFIG_HOTPLUG_PCI_ACPI_IBM is not set
+# CONFIG_HOTPLUG_PCI_CPCI is not set
+# CONFIG_HOTPLUG_PCI_SHPC is not set
+
+##
+## file: drivers/pcmcia/Kconfig
+##
+# CONFIG_PCCARD is not set
+
+##
+## file: drivers/platform/chrome/Kconfig
+##
+# CONFIG_CHROME_PLATFORMS is not set
+
+##
+## file: drivers/pnp/Kconfig
+##
+# CONFIG_PNP is not set
+
+##
+## file: drivers/power/supply/Kconfig
+##
+# CONFIG_BATTERY_BQ27XXX is not set
+
+##
+## file: drivers/pwm/Kconfig
+##
+# CONFIG_PWM is not set
+
+##
+## file: drivers/regulator/Kconfig
+##
+# CONFIG_REGULATOR is not set
+
+##
+## file: drivers/remoteproc/Kconfig
+##
+# CONFIG_REMOTEPROC is not set
+
+##
+## file: drivers/reset/Kconfig
+##
+# CONFIG_RESET_CONTROLLER is not set
+
+##
+## file: drivers/rtc/Kconfig
+##
+# CONFIG_RTC_NVMEM is not set
+# CONFIG_RTC_DRV_ABB5ZES3 is not set
+# CONFIG_RTC_DRV_ABX80X is not set
+# CONFIG_RTC_DRV_DS1307 is not set
+# CONFIG_RTC_DRV_DS1374 is not set
+# CONFIG_RTC_DRV_DS1672 is not set
+# CONFIG_RTC_DRV_HYM8563 is not set
+# CONFIG_RTC_DRV_MAX6900 is not set
+# CONFIG_RTC_DRV_RS5C372 is not set
+# CONFIG_RTC_DRV_ISL1208 is not set
+# CONFIG_RTC_DRV_ISL12022 is not set
+# CONFIG_RTC_DRV_X1205 is not set
+# CONFIG_RTC_DRV_PCF8523 is not set
+# CONFIG_RTC_DRV_PCF85063 is not set
+# CONFIG_RTC_DRV_PCF8563 is not set
+# CONFIG_RTC_DRV_PCF8583 is not set
+# CONFIG_RTC_DRV_M41T80 is not set
+# CONFIG_RTC_DRV_M41T80_WDT is not set
+# CONFIG_RTC_DRV_BQ32K is not set
+# CONFIG_RTC_DRV_S35390A is not set
+# CONFIG_RTC_DRV_FM3130 is not set
+# CONFIG_RTC_DRV_RX8010 is not set
+# CONFIG_RTC_DRV_RX8581 is not set
+# CONFIG_RTC_DRV_RX8025 is not set
+# CONFIG_RTC_DRV_EM3027 is not set
+# CONFIG_RTC_DRV_RV8803 is not set
+# CONFIG_RTC_DRV_M41T93 is not set
+# CONFIG_RTC_DRV_M41T94 is not set
+# CONFIG_RTC_DRV_DS1302 is not set
+# CONFIG_RTC_DRV_DS1305 is not set
+# CONFIG_RTC_DRV_DS1343 is not set
+# CONFIG_RTC_DRV_DS1347 is not set
+# CONFIG_RTC_DRV_DS1390 is not set
+# CONFIG_RTC_DRV_MAX6916 is not set
+# CONFIG_RTC_DRV_R9701 is not set
+# CONFIG_RTC_DRV_RX4581 is not set
+# CONFIG_RTC_DRV_RS5C348 is not set
+# CONFIG_RTC_DRV_MAX6902 is not set
+# CONFIG_RTC_DRV_PCF2123 is not set
+# CONFIG_RTC_DRV_MCP795 is not set
+# CONFIG_RTC_DRV_DS3232 is not set
+# CONFIG_RTC_DRV_PCF2127 is not set
+# CONFIG_RTC_DRV_RV3029C2 is not set
+# CONFIG_RTC_DRV_RX6110 is not set
+# CONFIG_RTC_DRV_DS1286 is not set
+# CONFIG_RTC_DRV_DS1511 is not set
+# CONFIG_RTC_DRV_DS1553 is not set
+# CONFIG_RTC_DRV_DS1685_FAMILY is not set
+# CONFIG_RTC_DRV_DS1742 is not set
+# CONFIG_RTC_DRV_DS2404 is not set
+# CONFIG_RTC_DRV_STK17TA8 is not set
+# CONFIG_RTC_DRV_M48T86 is not set
+# CONFIG_RTC_DRV_M48T35 is not set
+# CONFIG_RTC_DRV_M48T59 is not set
+# CONFIG_RTC_DRV_MSM6242 is not set
+# CONFIG_RTC_DRV_BQ4802 is not set
+# CONFIG_RTC_DRV_RP5C01 is not set
+# CONFIG_RTC_DRV_WM831X is not set
+# CONFIG_RTC_DRV_WM8350 is not set
+# CONFIG_RTC_DRV_PCF50633 is not set
+# CONFIG_RTC_DRV_ZYNQMP is not set
+# CONFIG_RTC_DRV_SNVS is not set
+# CONFIG_RTC_DRV_MOXART is not set
+# CONFIG_RTC_DRV_XGENE is not set
+# CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
+
+##
+## file: drivers/scsi/Kconfig
+##
+CONFIG_SCSI=m
+CONFIG_BLK_DEV_SD=m
+CONFIG_SCSI_FC_ATTRS=m
+# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
+# CONFIG_SCSI_HPSA is not set
+# CONFIG_SCSI_3W_9XXX is not set
+# CONFIG_SCSI_3W_SAS is not set
+# CONFIG_SCSI_ACARD is not set
+# CONFIG_SCSI_AACRAID is not set
+# CONFIG_SCSI_MVUMI is not set
+# CONFIG_SCSI_ADVANSYS is not set
+# CONFIG_SCSI_ARCMSR is not set
+# CONFIG_SCSI_HPTIOP is not set
+# CONFIG_SCSI_MYRB is not set
+# CONFIG_SCSI_MYRS is not set
+CONFIG_HYPERV_STORAGE=m
+# CONFIG_LIBFC is not set
+# CONFIG_SCSI_SNIC is not set
+# CONFIG_SCSI_DMX3191D is not set
+# CONFIG_SCSI_ISCI is not set
+# CONFIG_SCSI_IPS is not set
+# CONFIG_SCSI_INITIO is not set
+# CONFIG_SCSI_INIA100 is not set
+# CONFIG_SCSI_STEX is not set
+# CONFIG_SCSI_SYM53C8XX_2 is not set
+# CONFIG_SCSI_QLOGIC_1280 is not set
+# CONFIG_SCSI_LPFC is not set
+# CONFIG_SCSI_DC395x is not set
+# CONFIG_SCSI_AM53C974 is not set
+# CONFIG_SCSI_WD719X is not set
+# CONFIG_SCSI_PMCRAID is not set
+# CONFIG_SCSI_PM8001 is not set
+# CONFIG_SCSI_BFA_FC is not set
+
+##
+## file: drivers/scsi/aic7xxx/Kconfig.aic79xx
+##
+# CONFIG_SCSI_AIC79XX is not set
+
+##
+## file: drivers/scsi/aic7xxx/Kconfig.aic7xxx
+##
+# CONFIG_SCSI_AIC7XXX is not set
+
+##
+## file: drivers/scsi/aic94xx/Kconfig
+##
+# CONFIG_SCSI_AIC94XX is not set
+
+##
+## file: drivers/scsi/be2iscsi/Kconfig
+##
+# CONFIG_BE2ISCSI is not set
+
+##
+## file: drivers/scsi/bnx2fc/Kconfig
+##
+# CONFIG_SCSI_BNX2X_FCOE is not set
+
+##
+## file: drivers/scsi/bnx2i/Kconfig
+##
+# CONFIG_SCSI_BNX2_ISCSI is not set
+
+##
+## file: drivers/scsi/csiostor/Kconfig
+##
+# CONFIG_SCSI_CHELSIO_FCOE is not set
+
+##
+## file: drivers/scsi/cxgbi/cxgb3i/Kconfig
+##
+# CONFIG_SCSI_CXGB3_ISCSI is not set
+
+##
+## file: drivers/scsi/cxgbi/cxgb4i/Kconfig
+##
+# CONFIG_SCSI_CXGB4_ISCSI is not set
+
+##
+## file: drivers/scsi/device_handler/Kconfig
+##
+# CONFIG_SCSI_DH is not set
+
+##
+## file: drivers/scsi/esas2r/Kconfig
+##
+# CONFIG_SCSI_ESAS2R is not set
+
+##
+## file: drivers/scsi/megaraid/Kconfig.megaraid
+##
+# CONFIG_MEGARAID_NEWGEN is not set
+# CONFIG_MEGARAID_MM is not set
+# CONFIG_MEGARAID_MAILBOX is not set
+# CONFIG_MEGARAID_LEGACY is not set
+# CONFIG_MEGARAID_SAS is not set
+
+##
+## file: drivers/scsi/mpt3sas/Kconfig
+##
+# CONFIG_SCSI_MPT3SAS is not set
+# CONFIG_SCSI_MPT2SAS is not set
+
+##
+## file: drivers/scsi/mvsas/Kconfig
+##
+# CONFIG_SCSI_MVSAS is not set
+
+##
+## file: drivers/scsi/qla2xxx/Kconfig
+##
+# CONFIG_SCSI_QLA_FC is not set
+
+##
+## file: drivers/scsi/qla4xxx/Kconfig
+##
+# CONFIG_SCSI_QLA_ISCSI is not set
+
+##
+## file: drivers/scsi/smartpqi/Kconfig
+##
+# CONFIG_SCSI_SMARTPQI is not set
+
+##
+## file: drivers/spi/Kconfig
+##
+# CONFIG_SPI is not set
+
+##
+## file: drivers/spmi/Kconfig
+##
+# CONFIG_SPMI is not set
+
+##
+## file: drivers/ssb/Kconfig
+##
+# CONFIG_SSB is not set
+
+##
+## file: drivers/staging/Kconfig
+##
+# CONFIG_STAGING is not set
+
+##
+## file: drivers/staging/vme_user/Kconfig
+##
+# CONFIG_VME_BUS is not set
+
+##
+## file: drivers/target/iscsi/cxgbit/Kconfig
+##
+# CONFIG_ISCSI_TARGET_CXGB4 is not set
+
+##
+## file: drivers/thermal/Kconfig
+##
+# CONFIG_THERMAL is not set
+
+##
+## file: drivers/thunderbolt/Kconfig
+##
+# CONFIG_USB4 is not set
+
+##
+## file: drivers/tty/Kconfig
+##
+# CONFIG_SERIAL_NONSTANDARD is not set
+# CONFIG_N_HDLC is not set
+# CONFIG_NOZOMI is not set
+
+##
+## file: drivers/tty/serial/Kconfig
+##
+# CONFIG_SERIAL_JSM is not set
+# CONFIG_SERIAL_RP2 is not set
+
+##
+## file: drivers/tty/serial/8250/Kconfig
+##
+# CONFIG_SERIAL_8250_FINTEK is not set
+# CONFIG_SERIAL_8250_EXAR is not set
+# CONFIG_SERIAL_8250_RSA is not set
+# CONFIG_SERIAL_8250_MID is not set
+
+##
+## file: drivers/ufs/Kconfig
+##
+# CONFIG_SCSI_UFSHCD is not set
+
+##
+## file: drivers/usb/Kconfig
+##
+# CONFIG_USB_SUPPORT is not set
+
+##
+## file: drivers/vfio/pci/Kconfig
+##
+# CONFIG_VFIO_PCI_VGA is not set
+
+##
+## file: drivers/video/backlight/Kconfig
+##
+# CONFIG_LCD_CLASS_DEVICE is not set
+# CONFIG_BACKLIGHT_CLASS_DEVICE is not set
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+# CONFIG_FB_CIRRUS is not set
+# CONFIG_FB_PM2 is not set
+# CONFIG_FB_CYBER2000 is not set
+# CONFIG_FB_ARC is not set
+# CONFIG_FB_ASILIANT is not set
+# CONFIG_FB_IMSTT is not set
+# CONFIG_FB_VGA16 is not set
+# CONFIG_FB_UVESA is not set
+# CONFIG_FB_VESA is not set
+CONFIG_FB_EFI=y
+# CONFIG_FB_N411 is not set
+# CONFIG_FB_HGA is not set
+# CONFIG_FB_OPENCORES is not set
+# CONFIG_FB_S1D13XXX is not set
+# CONFIG_FB_I740 is not set
+# CONFIG_FB_MATROX is not set
+# CONFIG_FB_RADEON is not set
+# CONFIG_FB_ATY128 is not set
+# CONFIG_FB_ATY is not set
+# CONFIG_FB_S3 is not set
+# CONFIG_FB_SAVAGE is not set
+# CONFIG_FB_SIS is not set
+# CONFIG_FB_NEOMAGIC is not set
+# CONFIG_FB_KYRO is not set
+# CONFIG_FB_3DFX is not set
+# CONFIG_FB_VOODOO1 is not set
+# CONFIG_FB_VT8623 is not set
+# CONFIG_FB_TRIDENT is not set
+# CONFIG_FB_ARK is not set
+# CONFIG_FB_PM3 is not set
+# CONFIG_FB_CARMINE is not set
+# CONFIG_FB_IBM_GXT4500 is not set
+# CONFIG_FB_VIRTUAL is not set
+# CONFIG_FB_MB862XX is not set
+CONFIG_FB_HYPERV=m
+# CONFIG_FB_SIMPLE is not set
+# CONFIG_FB_SM712 is not set
+
+##
+## file: drivers/virt/Kconfig
+##
+# CONFIG_VIRT_DRIVERS is not set
+
+##
+## file: drivers/w1/Kconfig
+##
+# CONFIG_W1 is not set
+
+##
+## file: drivers/watchdog/Kconfig
+##
+# CONFIG_ACQUIRE_WDT is not set
+# CONFIG_ADVANTECH_WDT is not set
+# CONFIG_ALIM1535_WDT is not set
+# CONFIG_ALIM7101_WDT is not set
+# CONFIG_F71808E_WDT is not set
+# CONFIG_SP5100_TCO is not set
+# CONFIG_SBC_FITPC2_WATCHDOG is not set
+# CONFIG_EUROTECH_WDT is not set
+# CONFIG_IB700_WDT is not set
+# CONFIG_IBMASR is not set
+# CONFIG_WAFER_WDT is not set
+# CONFIG_I6300ESB_WDT is not set
+# CONFIG_IE6XX_WDT is not set
+# CONFIG_ITCO_WDT is not set
+# CONFIG_ITCO_VENDOR_SUPPORT is not set
+# CONFIG_IT8712F_WDT is not set
+# CONFIG_IT87_WDT is not set
+# CONFIG_HP_WATCHDOG is not set
+# CONFIG_HPWDT_NMI_DECODING is not set
+# CONFIG_KEMPLD_WDT is not set
+# CONFIG_SC1200_WDT is not set
+# CONFIG_PC87413_WDT is not set
+# CONFIG_NV_TCO is not set
+# CONFIG_60XX_WDT is not set
+# CONFIG_CPU5_WDT is not set
+# CONFIG_SMSC_SCH311X_WDT is not set
+# CONFIG_SMSC37B787_WDT is not set
+# CONFIG_VIA_WDT is not set
+# CONFIG_W83627HF_WDT is not set
+# CONFIG_W83877F_WDT is not set
+# CONFIG_W83977F_WDT is not set
+# CONFIG_MACHZ_WDT is not set
+# CONFIG_SBC_EPX_C3_WATCHDOG is not set
+
+##
+## file: fs/adfs/Kconfig
+##
+# CONFIG_ADFS_FS is not set
+
+##
+## file: fs/affs/Kconfig
+##
+# CONFIG_AFFS_FS is not set
+
+##
+## file: fs/afs/Kconfig
+##
+# CONFIG_AFS_FS is not set
+
+##
+## file: fs/befs/Kconfig
+##
+# CONFIG_BEFS_FS is not set
+
+##
+## file: fs/bfs/Kconfig
+##
+# CONFIG_BFS_FS is not set
+
+##
+## file: fs/coda/Kconfig
+##
+# CONFIG_CODA_FS is not set
+
+##
+## file: fs/dlm/Kconfig
+##
+# CONFIG_DLM is not set
+
+##
+## file: fs/ecryptfs/Kconfig
+##
+# CONFIG_ECRYPT_FS is not set
+
+##
+## file: fs/efs/Kconfig
+##
+# CONFIG_EFS_FS is not set
+
+##
+## file: fs/ext4/Kconfig
+##
+CONFIG_EXT4_FS=y
+
+##
+## file: fs/f2fs/Kconfig
+##
+# CONFIG_F2FS_FS is not set
+
+##
+## file: fs/freevxfs/Kconfig
+##
+# CONFIG_VXFS_FS is not set
+
+##
+## file: fs/gfs2/Kconfig
+##
+# CONFIG_GFS2_FS is not set
+
+##
+## file: fs/hfs/Kconfig
+##
+# CONFIG_HFS_FS is not set
+
+##
+## file: fs/hfsplus/Kconfig
+##
+# CONFIG_HFSPLUS_FS is not set
+
+##
+## file: fs/hpfs/Kconfig
+##
+# CONFIG_HPFS_FS is not set
+
+##
+## file: fs/jfs/Kconfig
+##
+# CONFIG_JFS_FS is not set
+
+##
+## file: fs/minix/Kconfig
+##
+# CONFIG_MINIX_FS is not set
+
+##
+## file: fs/nilfs2/Kconfig
+##
+# CONFIG_NILFS2_FS is not set
+
+##
+## file: fs/ocfs2/Kconfig
+##
+# CONFIG_OCFS2_FS is not set
+
+##
+## file: fs/omfs/Kconfig
+##
+# CONFIG_OMFS_FS is not set
+
+##
+## file: fs/qnx4/Kconfig
+##
+# CONFIG_QNX4FS_FS is not set
+
+##
+## file: fs/qnx6/Kconfig
+##
+# CONFIG_QNX6FS_FS is not set
+
+##
+## file: fs/reiserfs/Kconfig
+##
+# CONFIG_REISERFS_FS is not set
+
+##
+## file: fs/ufs/Kconfig
+##
+# CONFIG_UFS_FS is not set
+
+##
+## file: init/Kconfig
+##
+## choice: Kernel compression mode
+# CONFIG_KERNEL_XZ is not set
+CONFIG_KERNEL_LZ4=y
+## end choice
+
+##
+## file: kernel/power/Kconfig
+##
+# CONFIG_PM is not set
+# CONFIG_PM_DEBUG is not set
+
+##
+## file: lib/Kconfig.debug
+##
+# CONFIG_DEBUG_MEMORY_INIT is not set
+# CONFIG_TEST_USER_COPY is not set
+# CONFIG_TEST_BPF is not set
+# CONFIG_TEST_FIRMWARE is not set
+# CONFIG_TEST_STATIC_KEYS is not set
+# CONFIG_MEMTEST is not set
+
+##
+## file: mm/Kconfig
+##
+# CONFIG_ZSWAP is not set
+
+##
+## file: mm/Kconfig.debug
+##
+# CONFIG_PAGE_EXTENSION is not set
+# CONFIG_PAGE_POISONING is not set
+
+##
+## file: net/Kconfig
+##
+# CONFIG_WIRELESS is not set
+
+##
+## file: net/6lowpan/Kconfig
+##
+# CONFIG_6LOWPAN is not set
+
+##
+## file: net/9p/Kconfig
+##
+# CONFIG_NET_9P is not set
+
+##
+## file: net/appletalk/Kconfig
+##
+# CONFIG_ATALK is not set
+
+##
+## file: net/atm/Kconfig
+##
+# CONFIG_ATM is not set
+
+##
+## file: net/ax25/Kconfig
+##
+# CONFIG_HAMRADIO is not set
+
+##
+## file: net/batman-adv/Kconfig
+##
+# CONFIG_BATMAN_ADV is not set
+
+##
+## file: net/bluetooth/Kconfig
+##
+# CONFIG_BT is not set
+
+##
+## file: net/caif/Kconfig
+##
+# CONFIG_CAIF is not set
+
+##
+## file: net/can/Kconfig
+##
+# CONFIG_CAN is not set
+
+##
+## file: net/dsa/Kconfig
+##
+# CONFIG_NET_DSA is not set
+
+##
+## file: net/hsr/Kconfig
+##
+# CONFIG_HSR is not set
+
+##
+## file: net/ieee802154/Kconfig
+##
+# CONFIG_IEEE802154 is not set
+
+##
+## file: net/ife/Kconfig
+##
+# CONFIG_NET_IFE is not set
+
+##
+## file: net/lapb/Kconfig
+##
+# CONFIG_LAPB is not set
+
+##
+## file: net/llc/Kconfig
+##
+# CONFIG_LLC2 is not set
+
+##
+## file: net/mac80211/Kconfig
+##
+# CONFIG_MAC80211 is not set
+
+##
+## file: net/mac802154/Kconfig
+##
+# CONFIG_MAC802154 is not set
+
+##
+## file: net/mpls/Kconfig
+##
+CONFIG_NET_MPLS_GSO=m
+
+##
+## file: net/ncsi/Kconfig
+##
+# CONFIG_NET_NCSI is not set
+
+##
+## file: net/nfc/Kconfig
+##
+# CONFIG_NFC is not set
+
+##
+## file: net/phonet/Kconfig
+##
+# CONFIG_PHONET is not set
+
+##
+## file: net/psample/Kconfig
+##
+# CONFIG_PSAMPLE is not set
+
+##
+## file: net/rfkill/Kconfig
+##
+# CONFIG_RFKILL is not set
+
+##
+## file: net/rxrpc/Kconfig
+##
+# CONFIG_AF_RXRPC is not set
+
+##
+## file: net/switchdev/Kconfig
+##
+# CONFIG_NET_SWITCHDEV is not set
+
+##
+## file: net/wireless/Kconfig
+##
+# CONFIG_CFG80211 is not set
+
+##
+## file: net/x25/Kconfig
+##
+# CONFIG_X25 is not set
+
+##
+## file: security/Kconfig
+##
+CONFIG_SECURITY_INFINIBAND=y
+
+##
+## file: sound/Kconfig
+##
+# CONFIG_SOUND is not set
diff --git a/debian/config/defines.toml b/debian/config/defines.toml
new file mode 100644
index 0000000000000..2f70bb9c2c334
--- /dev/null
+++ b/debian/config/defines.toml
@@ -0,0 +1,110 @@
+[[kernelarch]]
+name = 'alpha'
+  [[kernelarch.debianarch]]
+  name = 'alpha'
+
+[[kernelarch]]
+name = 'arm'
+  [[kernelarch.debianarch]]
+  name = 'armel'
+  [[kernelarch.debianarch]]
+  name = 'armhf'
+
+[[kernelarch]]
+name = 'arm64'
+  [[kernelarch.debianarch]]
+  name = 'arm64'
+
+[[kernelarch]]
+name = 'parisc'
+  [[kernelarch.debianarch]]
+  name = 'hppa'
+
+[[kernelarch]]
+name = 'loongarch'
+  [[kernelarch.debianarch]]
+  name = 'loong64'
+
+[[kernelarch]]
+name = 'm68k'
+  [[kernelarch.debianarch]]
+  name = 'm68k'
+
+[[kernelarch]]
+name = 'mips'
+  [[kernelarch.debianarch]]
+  name = 'mips'
+  [[kernelarch.debianarch]]
+  name = 'mips64'
+  [[kernelarch.debianarch]]
+  name = 'mips64el'
+  [[kernelarch.debianarch]]
+  name = 'mips64r6el'
+  [[kernelarch.debianarch]]
+  name = 'mipsel'
+
+[[kernelarch]]
+name = 'powerpc'
+  [[kernelarch.debianarch]]
+  name = 'powerpc'
+  [[kernelarch.debianarch]]
+  name = 'ppc64'
+  [[kernelarch.debianarch]]
+  name = 'ppc64el'
+
+[[kernelarch]]
+name = 'riscv'
+  [[kernelarch.debianarch]]
+  name = 'riscv64'
+
+[[kernelarch]]
+name = 's390'
+  [[kernelarch.debianarch]]
+  name = 's390x'
+
+[[kernelarch]]
+name = 'sh'
+  [[kernelarch.debianarch]]
+  name = 'sh4'
+
+[[kernelarch]]
+name = 'sparc'
+  [[kernelarch.debianarch]]
+  name = 'sparc64'
+
+[[kernelarch]]
+name = 'x86'
+  [[kernelarch.debianarch]]
+  name = 'amd64'
+  [[kernelarch.debianarch]]
+  name = 'i386'
+  [[kernelarch.debianarch]]
+  name = 'x32'
+
+[[featureset]]
+name = 'none'
+
+[[featureset]]
+name = 'rt'
+enable = true
+  [featureset.description]
+  parts = ['rt']
+  [featureset.description.long]
+  rt = 'This kernel includes the PREEMPT_RT realtime patch set.'
+  [featureset.description.short]
+  rt = 'PREEMPT_RT'
+
+[build]
+compiler = 'gcc-13'
+
+[relations.image]
+depends = [
+  'initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool',
+]
+recommends = [
+  'apparmor',
+]
+breaks = [
+  'fwupdate (<< 12-7)',
+  'wireless-regdb (<< 2019.06.03-1~)',
+]
diff --git a/debian/config/featureset-rt/config b/debian/config/featureset-rt/config
new file mode 100644
index 0000000000000..f571ab24fafee
--- /dev/null
+++ b/debian/config/featureset-rt/config
@@ -0,0 +1,25 @@
+##
+## file: init/Kconfig
+##
+# CONFIG_SCHED_AUTOGROUP is not set
+
+##
+## file: kernel/Kconfig.preempt
+##
+## choice: Preemption Model
+# CONFIG_PREEMPT_VOLUNTARY is not set
+CONFIG_PREEMPT_RT=y
+## end choice
+
+##
+## file: kernel/rcu/Kconfig
+##
+CONFIG_RCU_EXPERT=y
+
+##
+## file: kernel/trace/Kconfig
+##
+CONFIG_SCHED_TRACER=y
+CONFIG_HWLAT_TRACER=y
+CONFIG_OSNOISE_TRACER=y
+CONFIG_TIMERLAT_TRACER=y
diff --git a/debian/config/hppa/config b/debian/config/hppa/config
new file mode 100644
index 0000000000000..b7386890a5427
--- /dev/null
+++ b/debian/config/hppa/config
@@ -0,0 +1,629 @@
+##
+## file: arch/parisc/Kconfig
+##
+## choice: Processor type
+# CONFIG_PA7100LC is not set
+# CONFIG_PA7200 is not set
+# CONFIG_PA7300LC is not set
+## end choice
+CONFIG_MLONGCALLS=y
+## choice: Kernel page size
+CONFIG_PARISC_PAGE_SIZE_4KB=y
+# CONFIG_PARISC_PAGE_SIZE_16KB is not set
+# CONFIG_PARISC_PAGE_SIZE_64KB is not set
+## end choice
+
+##
+## file: block/partitions/Kconfig
+##
+# CONFIG_PARTITION_ADVANCED is not set
+
+##
+## file: crypto/Kconfig
+##
+CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
+
+##
+## file: drivers/ata/Kconfig
+##
+CONFIG_PATA_NS87415=m
+
+##
+## file: drivers/block/Kconfig
+##
+# CONFIG_BLK_DEV_FD is not set
+CONFIG_CDROM_PKTCDVD=m
+CONFIG_CDROM_PKTCDVD_BUFFERS=8
+# CONFIG_CDROM_PKTCDVD_WCACHE is not set
+
+##
+## file: drivers/char/Kconfig
+##
+CONFIG_PRINTER=m
+# CONFIG_LP_CONSOLE is not set
+CONFIG_PPDEV=m
+# CONFIG_DTLK is not set
+# CONFIG_APPLICOM is not set
+
+##
+## file: drivers/char/ipmi/Kconfig
+##
+# CONFIG_IPMI_HANDLER is not set
+
+##
+## file: drivers/eisa/Kconfig
+##
+CONFIG_EISA=y
+CONFIG_EISA_NAMES=y
+
+##
+## file: drivers/firewire/Kconfig
+##
+# CONFIG_FIREWIRE is not set
+
+##
+## file: drivers/gpu/drm/Kconfig
+##
+# CONFIG_DRM is not set
+
+##
+## file: drivers/hid/usbhid/Kconfig
+##
+CONFIG_USB_HID=m
+
+##
+## file: drivers/hwmon/Kconfig
+##
+# CONFIG_SENSORS_F71805F is not set
+
+##
+## file: drivers/i2c/Kconfig
+##
+# CONFIG_I2C is not set
+
+##
+## file: drivers/input/Kconfig
+##
+# CONFIG_INPUT_JOYDEV is not set
+
+##
+## file: drivers/input/gameport/Kconfig
+##
+# CONFIG_GAMEPORT is not set
+
+##
+## file: drivers/input/keyboard/Kconfig
+##
+CONFIG_INPUT_KEYBOARD=y
+CONFIG_KEYBOARD_ATKBD=y
+CONFIG_KEYBOARD_ATKBD_HP_KEYCODES=y
+# CONFIG_KEYBOARD_ATKBD_RDI_KEYCODES is not set
+# CONFIG_KEYBOARD_LKKBD is not set
+CONFIG_KEYBOARD_HIL_OLD=m
+CONFIG_KEYBOARD_HIL=m
+# CONFIG_KEYBOARD_NEWTON is not set
+# CONFIG_KEYBOARD_SUNKBD is not set
+# CONFIG_KEYBOARD_XTKBD is not set
+
+##
+## file: drivers/input/misc/Kconfig
+##
+CONFIG_INPUT_MISC=y
+# CONFIG_HP_SDC_RTC is not set
+
+##
+## file: drivers/input/mouse/Kconfig
+##
+CONFIG_INPUT_MOUSE=y
+CONFIG_MOUSE_PS2=m
+# CONFIG_MOUSE_SERIAL is not set
+# CONFIG_MOUSE_INPORT is not set
+# CONFIG_MOUSE_LOGIBM is not set
+# CONFIG_MOUSE_PC110PAD is not set
+# CONFIG_MOUSE_VSXXXAA is not set
+
+##
+## file: drivers/input/serio/Kconfig
+##
+CONFIG_SERIO=y
+# CONFIG_SERIO_SERPORT is not set
+# CONFIG_SERIO_PARKBD is not set
+CONFIG_SERIO_GSCPS2=y
+CONFIG_HP_SDC=m
+CONFIG_HIL_MLC=m
+# CONFIG_SERIO_PCIPS2 is not set
+CONFIG_SERIO_LIBPS2=y
+CONFIG_SERIO_RAW=m
+
+##
+## file: drivers/input/touchscreen/Kconfig
+##
+# CONFIG_INPUT_TOUCHSCREEN is not set
+
+##
+## file: drivers/mmc/Kconfig
+##
+# CONFIG_MMC is not set
+
+##
+## file: drivers/mtd/Kconfig
+##
+# CONFIG_MTD is not set
+
+##
+## file: drivers/net/arcnet/Kconfig
+##
+# CONFIG_ARCNET is not set
+
+##
+## file: drivers/net/ethernet/3com/Kconfig
+##
+CONFIG_NET_VENDOR_3COM=y
+CONFIG_EL3=m
+# CONFIG_3C515 is not set
+CONFIG_PCMCIA_3C574=m
+CONFIG_PCMCIA_3C589=m
+CONFIG_VORTEX=m
+CONFIG_TYPHOON=m
+
+##
+## file: drivers/net/ethernet/8390/Kconfig
+##
+CONFIG_PCMCIA_AXNET=m
+CONFIG_NE2000=m
+CONFIG_NE2K_PCI=m
+CONFIG_PCMCIA_PCNET=m
+CONFIG_ULTRA=m
+CONFIG_WD80x3=m
+
+##
+## file: drivers/net/ethernet/adaptec/Kconfig
+##
+CONFIG_ADAPTEC_STARFIRE=m
+
+##
+## file: drivers/net/ethernet/amd/Kconfig
+##
+CONFIG_AMD8111_ETH=m
+# CONFIG_LANCE is not set
+CONFIG_PCMCIA_NMCLAN=m
+
+##
+## file: drivers/net/ethernet/broadcom/Kconfig
+##
+CONFIG_B44=m
+
+##
+## file: drivers/net/ethernet/cirrus/Kconfig
+##
+CONFIG_CS89x0_ISA=m
+
+##
+## file: drivers/net/ethernet/dec/tulip/Kconfig
+##
+CONFIG_NET_TULIP=y
+# CONFIG_DE2104X is not set
+CONFIG_TULIP=m
+# CONFIG_TULIP_MWI is not set
+CONFIG_TULIP_MMIO=y
+# CONFIG_WINBOND_840 is not set
+# CONFIG_DM9102 is not set
+CONFIG_PCMCIA_XIRCOM=m
+
+##
+## file: drivers/net/ethernet/dlink/Kconfig
+##
+CONFIG_SUNDANCE=m
+# CONFIG_SUNDANCE_MMIO is not set
+
+##
+## file: drivers/net/ethernet/fujitsu/Kconfig
+##
+CONFIG_PCMCIA_FMVJ18X=m
+
+##
+## file: drivers/net/ethernet/i825xx/Kconfig
+##
+CONFIG_LASI_82596=m
+
+##
+## file: drivers/net/ethernet/intel/Kconfig
+##
+CONFIG_E100=m
+
+##
+## file: drivers/net/ethernet/natsemi/Kconfig
+##
+CONFIG_NATSEMI=m
+
+##
+## file: drivers/net/ethernet/nvidia/Kconfig
+##
+CONFIG_FORCEDETH=m
+
+##
+## file: drivers/net/ethernet/realtek/Kconfig
+##
+CONFIG_8139CP=m
+CONFIG_8139TOO=m
+
+##
+## file: drivers/net/ethernet/sis/Kconfig
+##
+CONFIG_SIS900=m
+
+##
+## file: drivers/net/ethernet/smsc/Kconfig
+##
+CONFIG_SMC9194=m
+CONFIG_PCMCIA_SMC91C92=m
+CONFIG_EPIC100=m
+
+##
+## file: drivers/net/ethernet/sun/Kconfig
+##
+CONFIG_HAPPYMEAL=m
+CONFIG_SUNGEM=m
+# CONFIG_NIU is not set
+
+##
+## file: drivers/net/ethernet/via/Kconfig
+##
+CONFIG_VIA_RHINE=m
+# CONFIG_VIA_RHINE_MMIO is not set
+
+##
+## file: drivers/net/ethernet/xircom/Kconfig
+##
+CONFIG_PCMCIA_XIRC2PS=m
+
+##
+## file: drivers/net/fddi/Kconfig
+##
+# CONFIG_FDDI is not set
+
+##
+## file: drivers/net/hippi/Kconfig
+##
+# CONFIG_HIPPI is not set
+
+##
+## file: drivers/net/plip/Kconfig
+##
+CONFIG_PLIP=m
+
+##
+## file: drivers/net/wan/Kconfig
+##
+# CONFIG_WAN is not set
+
+##
+## file: drivers/net/wireless/intel/ipw2x00/Kconfig
+##
+# CONFIG_IPW2100 is not set
+
+##
+## file: drivers/parisc/Kconfig
+##
+CONFIG_GSC=y
+CONFIG_HPPB=y
+CONFIG_IOMMU_CCIO=y
+CONFIG_GSC_LASI=y
+CONFIG_GSC_WAX=y
+CONFIG_ISA=y
+CONFIG_GSC_DINO=y
+CONFIG_PCI_LBA=y
+CONFIG_SUPERIO=y
+CONFIG_CHASSIS_LCD_LED=y
+CONFIG_PDC_CHASSIS=y
+CONFIG_PDC_CHASSIS_WARN=y
+CONFIG_PDC_STABLE=y
+
+##
+## file: drivers/pci/Kconfig
+##
+CONFIG_PCI=y
+
+##
+## file: drivers/pci/hotplug/Kconfig
+##
+# CONFIG_HOTPLUG_PCI is not set
+
+##
+## file: drivers/pcmcia/Kconfig
+##
+CONFIG_PCCARD=m
+CONFIG_PCMCIA=m
+CONFIG_CARDBUS=y
+CONFIG_YENTA=m
+CONFIG_PD6729=m
+CONFIG_I82092=m
+CONFIG_I82365=m
+# CONFIG_TCIC is not set
+# CONFIG_PCMCIA_DEBUG is not set
+
+##
+## file: drivers/pnp/Kconfig
+##
+# CONFIG_PNP is not set
+
+##
+## file: drivers/rtc/Kconfig
+##
+CONFIG_RTC_CLASS=y
+CONFIG_RTC_DRV_GENERIC=y
+
+##
+## file: drivers/scsi/Kconfig
+##
+# CONFIG_SCSI_BUSLOGIC is not set
+# CONFIG_SCSI_MYRB is not set
+# CONFIG_SCSI_MYRS is not set
+# CONFIG_SCSI_DMX3191D is not set
+# CONFIG_SCSI_GENERIC_NCR5380 is not set
+# CONFIG_SCSI_IPS is not set
+CONFIG_SCSI_INITIO=m
+# CONFIG_SCSI_INIA100 is not set
+CONFIG_SCSI_LASI700=m
+CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
+CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
+CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
+# CONFIG_SCSI_IPR is not set
+CONFIG_SCSI_ZALON=m
+CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=8
+CONFIG_SCSI_NCR53C8XX_MAX_TAGS=32
+CONFIG_SCSI_NCR53C8XX_SYNC=20
+# CONFIG_SCSI_QLOGIC_FAS is not set
+# CONFIG_SCSI_QLOGIC_1280 is not set
+# CONFIG_SCSI_SIM710 is not set
+# CONFIG_SCSI_DC395x is not set
+
+##
+## file: drivers/scsi/megaraid/Kconfig.megaraid
+##
+CONFIG_MEGARAID_NEWGEN=y
+CONFIG_MEGARAID_MM=m
+CONFIG_MEGARAID_MAILBOX=m
+# CONFIG_MEGARAID_LEGACY is not set
+
+##
+## file: drivers/scsi/pcmcia/Kconfig
+##
+CONFIG_PCMCIA_QLOGIC=m
+CONFIG_PCMCIA_SYM53C500=m
+
+##
+## file: drivers/tty/Kconfig
+##
+CONFIG_VT=y
+CONFIG_VT_CONSOLE=y
+# CONFIG_SERIAL_NONSTANDARD is not set
+
+##
+## file: drivers/tty/serial/Kconfig
+##
+CONFIG_SERIAL_MUX=y
+CONFIG_SERIAL_MUX_CONSOLE=y
+CONFIG_SERIAL_JSM=m
+
+##
+## file: drivers/tty/serial/8250/Kconfig
+##
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_SERIAL_8250_CS=m
+CONFIG_SERIAL_8250_NR_UARTS=32
+CONFIG_SERIAL_8250_RUNTIME_UARTS=4
+CONFIG_SERIAL_8250_EXTENDED=y
+CONFIG_SERIAL_8250_MANY_PORTS=y
+CONFIG_SERIAL_8250_SHARE_IRQ=y
+# CONFIG_SERIAL_8250_DETECT_IRQ is not set
+# CONFIG_SERIAL_8250_RSA is not set
+
+##
+## file: drivers/usb/Kconfig
+##
+CONFIG_USB=m
+
+##
+## file: drivers/usb/host/Kconfig
+##
+CONFIG_USB_EHCI_HCD=m
+CONFIG_USB_OHCI_HCD=m
+# CONFIG_USB_UHCI_HCD is not set
+# CONFIG_USB_SL811_HCD is not set
+
+##
+## file: drivers/usb/misc/Kconfig
+##
+# CONFIG_USB_USS720 is not set
+
+##
+## file: drivers/video/console/Kconfig
+##
+CONFIG_DUMMY_CONSOLE_COLUMNS=160
+CONFIG_DUMMY_CONSOLE_ROWS=64
+CONFIG_STI_CONSOLE=y
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+CONFIG_FB_PM2=m
+CONFIG_FB_PM2_FIFO_DISCONNECT=y
+CONFIG_FB_STI=y
+# CONFIG_FB_I740 is not set
+CONFIG_FB_MATROX=m
+CONFIG_FB_MATROX_MILLENIUM=y
+CONFIG_FB_MATROX_MYSTIQUE=y
+CONFIG_FB_MATROX_G=y
+CONFIG_FB_MATROX_I2C=m
+CONFIG_FB_MATROX_MAVEN=m
+CONFIG_FB_ATY128=m
+CONFIG_FB_ATY128_BACKLIGHT=y
+CONFIG_FB_ATY=m
+CONFIG_FB_ATY_CT=y
+# CONFIG_FB_ATY_GENERIC_LCD is not set
+CONFIG_FB_ATY_GX=y
+CONFIG_FB_ATY_BACKLIGHT=y
+CONFIG_FB_S3=m
+CONFIG_FB_S3_DDC=y
+CONFIG_FB_SAVAGE=m
+CONFIG_FB_SAVAGE_I2C=y
+CONFIG_FB_SAVAGE_ACCEL=y
+CONFIG_FB_SIS=m
+CONFIG_FB_SIS_300=y
+CONFIG_FB_SIS_315=y
+CONFIG_FB_VOODOO1=m
+CONFIG_FB_TRIDENT=m
+CONFIG_FB_SMSCUFX=m
+# CONFIG_FB_IBM_GXT4500 is not set
+
+##
+## file: drivers/video/fbdev/core/Kconfig
+##
+CONFIG_FB_MODE_HELPERS=y
+
+##
+## file: drivers/w1/Kconfig
+##
+# CONFIG_W1 is not set
+
+##
+## file: fs/nfs/Kconfig
+##
+CONFIG_ROOT_NFS=y
+
+##
+## file: init/Kconfig
+##
+CONFIG_SGETMASK_SYSCALL=y
+CONFIG_SYSFS_SYSCALL=y
+
+##
+## file: lib/Kconfig.debug
+##
+## choice: Debug information
+#. temporarily disable debug info: Required disk size exceeds our hppa buildd machines.
+CONFIG_DEBUG_INFO_NONE=y
+# CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT is not set
+## end choice
+CONFIG_DEBUG_STACKOVERFLOW=y
+# CONFIG_SOFTLOCKUP_DETECTOR is not set
+# CONFIG_HARDLOCKUP_DETECTOR is not set
+
+##
+## file: mm/Kconfig
+##
+## choice: Memory model
+CONFIG_FLATMEM_MANUAL=y
+# CONFIG_SPARSEMEM_MANUAL is not set
+## end choice
+
+##
+## file: net/ax25/Kconfig
+##
+# CONFIG_HAMRADIO is not set
+
+##
+## file: net/ipv4/Kconfig
+##
+# CONFIG_IP_ADVANCED_ROUTER is not set
+CONFIG_IP_PNP=y
+# CONFIG_IP_PNP_DHCP is not set
+CONFIG_IP_PNP_BOOTP=y
+# CONFIG_IP_PNP_RARP is not set
+
+##
+## file: net/lapb/Kconfig
+##
+# CONFIG_LAPB is not set
+
+##
+## file: net/llc/Kconfig
+##
+# CONFIG_LLC2 is not set
+
+##
+## file: sound/drivers/Kconfig
+##
+CONFIG_SND_DUMMY=m
+# CONFIG_SND_VIRMIDI is not set
+# CONFIG_SND_MTPAV is not set
+# CONFIG_SND_SERIAL_U16550 is not set
+# CONFIG_SND_MPU401 is not set
+
+##
+## file: sound/isa/Kconfig
+##
+# CONFIG_SND_AD1848 is not set
+# CONFIG_SND_CMI8330 is not set
+# CONFIG_SND_CS4231 is not set
+# CONFIG_SND_CS4236 is not set
+# CONFIG_SND_ES1688 is not set
+# CONFIG_SND_ES18XX is not set
+# CONFIG_SND_GUSCLASSIC is not set
+# CONFIG_SND_GUSEXTREME is not set
+# CONFIG_SND_GUSMAX is not set
+# CONFIG_SND_INTERWAVE is not set
+# CONFIG_SND_INTERWAVE_STB is not set
+# CONFIG_SND_OPL3SA2 is not set
+# CONFIG_SND_OPTI92X_AD1848 is not set
+# CONFIG_SND_OPTI92X_CS4231 is not set
+# CONFIG_SND_OPTI93X is not set
+# CONFIG_SND_SB8 is not set
+# CONFIG_SND_SB16 is not set
+# CONFIG_SND_SBAWE is not set
+# CONFIG_SND_SSCAPE is not set
+# CONFIG_SND_WAVEFRONT is not set
+
+##
+## file: sound/parisc/Kconfig
+##
+CONFIG_SND_HARMONY=m
+
+##
+## file: sound/pci/Kconfig
+##
+# CONFIG_SND_ALS4000 is not set
+# CONFIG_SND_ALI5451 is not set
+# CONFIG_SND_ATIIXP is not set
+# CONFIG_SND_ATIIXP_MODEM is not set
+# CONFIG_SND_AU8810 is not set
+# CONFIG_SND_AU8820 is not set
+# CONFIG_SND_AU8830 is not set
+# CONFIG_SND_AZT3328 is not set
+# CONFIG_SND_BT87X is not set
+# CONFIG_SND_CA0106 is not set
+# CONFIG_SND_CMIPCI is not set
+# CONFIG_SND_CS4281 is not set
+# CONFIG_SND_CS46XX is not set
+# CONFIG_SND_EMU10K1 is not set
+# CONFIG_SND_EMU10K1X is not set
+# CONFIG_SND_ENS1370 is not set
+# CONFIG_SND_ENS1371 is not set
+# CONFIG_SND_ES1938 is not set
+# CONFIG_SND_ES1968 is not set
+# CONFIG_SND_FM801 is not set
+# CONFIG_SND_HDSP is not set
+# CONFIG_SND_ICE1712 is not set
+# CONFIG_SND_ICE1724 is not set
+# CONFIG_SND_INTEL8X0 is not set
+# CONFIG_SND_INTEL8X0M is not set
+# CONFIG_SND_KORG1212 is not set
+# CONFIG_SND_MAESTRO3 is not set
+# CONFIG_SND_MIXART is not set
+# CONFIG_SND_NM256 is not set
+# CONFIG_SND_RME32 is not set
+# CONFIG_SND_RME96 is not set
+# CONFIG_SND_RME9652 is not set
+# CONFIG_SND_SONICVIBES is not set
+# CONFIG_SND_TRIDENT is not set
+# CONFIG_SND_VIA82XX is not set
+# CONFIG_SND_VIA82XX_MODEM is not set
+# CONFIG_SND_VX222 is not set
+# CONFIG_SND_YMFPCI is not set
+
+##
+## file: sound/pci/hda/Kconfig
+##
+# CONFIG_SND_HDA_INTEL is not set
diff --git a/debian/config/hppa/config.parisc b/debian/config/hppa/config.parisc
new file mode 100644
index 0000000000000..ca27815e5478d
--- /dev/null
+++ b/debian/config/hppa/config.parisc
@@ -0,0 +1,25 @@
+##
+## file: arch/parisc/Kconfig
+##
+## choice: Processor type
+CONFIG_PA7000=y
+# CONFIG_PA8X00 is not set
+## end choice
+CONFIG_SMP=y
+CONFIG_NR_CPUS=16
+
+##
+## file: drivers/net/ethernet/ti/Kconfig
+##
+CONFIG_TLAN=m
+
+##
+## file: drivers/scsi/Kconfig
+##
+# CONFIG_SCSI_NSP32 is not set
+
+##
+## file: drivers/scsi/pcmcia/Kconfig
+##
+CONFIG_PCMCIA_AHA152X=m
+CONFIG_PCMCIA_NINJA_SCSI=m
diff --git a/debian/config/hppa/config.parisc64 b/debian/config/hppa/config.parisc64
new file mode 100644
index 0000000000000..275f1cbcaa675
--- /dev/null
+++ b/debian/config/hppa/config.parisc64
@@ -0,0 +1,60 @@
+##
+## file: arch/parisc/Kconfig
+##
+## choice: Processor type
+# CONFIG_PA7000 is not set
+CONFIG_PA8X00=y
+## end choice
+CONFIG_64BIT=y
+CONFIG_SMP=y
+CONFIG_NR_CPUS=8
+
+##
+## file: drivers/ata/Kconfig
+##
+CONFIG_PATA_SIL680=m
+
+##
+## file: drivers/char/agp/Kconfig
+##
+#. for ATI FireGL DRM in C8000 workstation
+CONFIG_AGP=y
+CONFIG_AGP_PARISC=y
+
+##
+## file: drivers/char/ipmi/Kconfig
+##
+CONFIG_IPMI_HANDLER=m
+CONFIG_IPMI_DEVICE_INTERFACE=m
+CONFIG_IPMI_SI=m
+CONFIG_IPMI_WATCHDOG=m
+CONFIG_IPMI_POWEROFF=m
+
+##
+## file: drivers/gpu/drm/Kconfig
+##
+#. for ATI FireGL DRM in C8000 workstation
+CONFIG_DRM=y
+
+##
+## file: drivers/gpu/drm/radeon/Kconfig
+##
+CONFIG_DRM_RADEON=m
+
+##
+## file: drivers/i2c/Kconfig
+##
+CONFIG_I2C=y
+
+##
+## file: drivers/i2c/algos/Kconfig
+##
+CONFIG_I2C_ALGOBIT=y
+
+##
+## file: mm/Kconfig
+##
+## choice: Memory model
+# CONFIG_FLATMEM_MANUAL is not set
+# CONFIG_SPARSEMEM_MANUAL is not set
+## end choice
diff --git a/debian/config/hppa/defines.toml b/debian/config/hppa/defines.toml
new file mode 100644
index 0000000000000..b900d437b2b4b
--- /dev/null
+++ b/debian/config/hppa/defines.toml
@@ -0,0 +1,30 @@
+[[flavour]]
+name = 'parisc'
+[flavour.defs]
+is_default = true
+[flavour.description]
+hardware = '32-bit PA-RISC'
+hardware_long = 'HP PA-RISC 32-bit systems with max 4 GB RAM'
+[flavour.packages]
+installer = true
+
+[[flavour]]
+name = 'parisc64'
+[flavour.build]
+compiler_gnutype = 'hppa64-linux-gnu'
+compiler_gnutype_compat = 'hppa-linux-gnu'
+[flavour.description]
+hardware = '64-bit PA-RISC'
+hardware_long = 'HP PA-RISC 64-bit systems with support for more than 4 GB RAM'
+[flavour.packages]
+installer = true
+
+[[featureset]]
+name = 'none'
+
+[build]
+kernel_file = 'arch/parisc/boot/bzImage'
+kernel_stem = 'vmlinuz'
+
+[relations.image]
+suggests = ['palo']
diff --git a/debian/config/i386/config b/debian/config/i386/config
new file mode 100644
index 0000000000000..fc688e024bd18
--- /dev/null
+++ b/debian/config/i386/config
@@ -0,0 +1,493 @@
+##
+## file: arch/Kconfig
+##
+CONFIG_ARCH_MMAP_RND_BITS=8
+
+##
+## file: arch/x86/Kconfig
+##
+# CONFIG_64BIT is not set
+CONFIG_SMP=y
+CONFIG_X86_BIGSMP=y
+CONFIG_NR_CPUS=32
+# CONFIG_X86_LEGACY_VM86 is not set
+CONFIG_TOSHIBA=m
+CONFIG_X86_REBOOTFIXUPS=y
+## choice: High Memory Support
+# CONFIG_NOHIGHMEM is not set
+CONFIG_HIGHMEM4G=y
+# CONFIG_HIGHMEM64G is not set
+## end choice
+## choice: Memory split
+CONFIG_VMSPLIT_3G=y
+# CONFIG_VMSPLIT_3G_OPT is not set
+# CONFIG_VMSPLIT_2G is not set
+# CONFIG_VMSPLIT_2G_OPT is not set
+# CONFIG_VMSPLIT_1G is not set
+## end choice
+# CONFIG_X86_PAE is not set
+# CONFIG_NUMA is not set
+CONFIG_HIGHPTE=y
+CONFIG_PHYSICAL_ALIGN=0x1000000
+CONFIG_APM=m
+# CONFIG_APM_IGNORE_USER_SUSPEND is not set
+# CONFIG_APM_DO_ENABLE is not set
+# CONFIG_APM_CPU_IDLE is not set
+# CONFIG_APM_DISPLAY_BLANK is not set
+# CONFIG_APM_ALLOW_INTS is not set
+## choice: PCI access mode
+# CONFIG_PCI_GOBIOS is not set
+# CONFIG_PCI_GOMMCONFIG is not set
+# CONFIG_PCI_GODIRECT is not set
+# CONFIG_PCI_GOOLPC is not set
+CONFIG_PCI_GOANY=y
+## end choice
+CONFIG_PCI_MMCONFIG=y
+CONFIG_ISA=y
+CONFIG_SCx200=m
+CONFIG_SCx200HR_TIMER=m
+# CONFIG_OLPC is not set
+
+##
+## file: arch/x86/Kconfig.cpu
+##
+CONFIG_X86_GENERIC=y
+
+##
+## file: arch/x86/crypto/Kconfig
+##
+CONFIG_CRYPTO_SERPENT_SSE2_586=m
+CONFIG_CRYPTO_TWOFISH_586=m
+
+##
+## file: drivers/accessibility/speakup/Kconfig
+##
+CONFIG_SPEAKUP_SYNTH_DECPC=m
+
+##
+## file: drivers/ata/Kconfig
+##
+CONFIG_PATA_CS5520=m
+CONFIG_PATA_CS5530=m
+CONFIG_PATA_CS5535=m
+CONFIG_PATA_CS5536=m
+CONFIG_PATA_SC1200=m
+CONFIG_PATA_ISAPNP=m
+CONFIG_PATA_OPTI=m
+
+##
+## file: drivers/atm/Kconfig
+##
+CONFIG_ATM_NICSTAR=m
+# CONFIG_ATM_NICSTAR_USE_SUNI is not set
+# CONFIG_ATM_NICSTAR_USE_IDT77105 is not set
+CONFIG_ATM_IA=m
+# CONFIG_ATM_IA_DEBUG is not set
+
+##
+## file: drivers/auxdisplay/Kconfig
+##
+CONFIG_CFAG12864B=m
+CONFIG_CFAG12864B_RATE=20
+
+##
+## file: drivers/char/Kconfig
+##
+CONFIG_SONYPI=m
+CONFIG_SCx200_GPIO=m
+
+##
+## file: drivers/char/agp/Kconfig
+##
+#. Workaround
+CONFIG_AGP_ALI=y
+#. Workaround
+CONFIG_AGP_ATI=y
+#. Workaround
+CONFIG_AGP_AMD=y
+#. Workaround
+CONFIG_AGP_NVIDIA=y
+#. Workaround
+CONFIG_AGP_SWORKS=y
+#. Workaround
+CONFIG_AGP_EFFICEON=y
+
+##
+## file: drivers/comedi/Kconfig
+##
+CONFIG_COMEDI_ISA_DRIVERS=y
+CONFIG_COMEDI_PCL711=m
+CONFIG_COMEDI_PCL724=m
+CONFIG_COMEDI_PCL726=m
+CONFIG_COMEDI_PCL730=m
+CONFIG_COMEDI_PCL812=m
+CONFIG_COMEDI_PCL816=m
+CONFIG_COMEDI_PCL818=m
+CONFIG_COMEDI_PCM3724=m
+CONFIG_COMEDI_AMPLC_DIO200_ISA=m
+CONFIG_COMEDI_AMPLC_PC236_ISA=m
+CONFIG_COMEDI_AMPLC_PC263_ISA=m
+CONFIG_COMEDI_RTI800=m
+CONFIG_COMEDI_RTI802=m
+CONFIG_COMEDI_DAC02=m
+CONFIG_COMEDI_DAS16M1=m
+CONFIG_COMEDI_DAS08_ISA=m
+CONFIG_COMEDI_DAS16=m
+CONFIG_COMEDI_DAS800=m
+CONFIG_COMEDI_DAS1800=m
+CONFIG_COMEDI_DAS6402=m
+CONFIG_COMEDI_DT2801=m
+CONFIG_COMEDI_DT2811=m
+CONFIG_COMEDI_DT2814=m
+CONFIG_COMEDI_DT2815=m
+CONFIG_COMEDI_DT2817=m
+CONFIG_COMEDI_DT282X=m
+CONFIG_COMEDI_DMM32AT=m
+CONFIG_COMEDI_FL512=m
+CONFIG_COMEDI_AIO_AIO12_8=m
+CONFIG_COMEDI_AIO_IIRO_16=m
+CONFIG_COMEDI_C6XDIGIO=m
+CONFIG_COMEDI_MPC624=m
+CONFIG_COMEDI_ADQ12B=m
+CONFIG_COMEDI_NI_AT_A2150=m
+CONFIG_COMEDI_NI_AT_AO=m
+CONFIG_COMEDI_NI_ATMIO=m
+CONFIG_COMEDI_NI_ATMIO16D=m
+CONFIG_COMEDI_NI_LABPC_ISA=m
+CONFIG_COMEDI_PCMAD=m
+CONFIG_COMEDI_PCMDA12=m
+CONFIG_COMEDI_PCMMIO=m
+CONFIG_COMEDI_PCMUIO=m
+CONFIG_COMEDI_MULTIQ3=m
+
+##
+## file: drivers/cpufreq/Kconfig.x86
+##
+CONFIG_X86_POWERNOW_K6=m
+CONFIG_X86_POWERNOW_K7=m
+CONFIG_X86_GX_SUSPMOD=m
+CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y
+CONFIG_X86_SPEEDSTEP_ICH=m
+CONFIG_X86_SPEEDSTEP_SMI=m
+CONFIG_X86_CPUFREQ_NFORCE2=m
+CONFIG_X86_LONGRUN=m
+CONFIG_X86_LONGHAUL=m
+# CONFIG_X86_E_POWERSAVER is not set
+CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK=y
+
+##
+## file: drivers/crypto/Kconfig
+##
+CONFIG_CRYPTO_DEV_GEODE=m
+
+##
+## file: drivers/dma/Kconfig
+##
+CONFIG_PCH_DMA=m
+
+##
+## file: drivers/gpio/Kconfig
+##
+CONFIG_GPIO_VX855=m
+CONFIG_GPIO_CS5535=m
+CONFIG_GPIO_PCH=m
+
+##
+## file: drivers/i2c/busses/Kconfig
+##
+CONFIG_I2C_EG20T=m
+CONFIG_I2C_PXA=m
+
+##
+## file: drivers/input/misc/Kconfig
+##
+CONFIG_INPUT_WISTRON_BTNS=m
+
+##
+## file: drivers/input/mouse/Kconfig
+##
+# CONFIG_MOUSE_PS2_OLPC is not set
+CONFIG_MOUSE_INPORT=m
+# CONFIG_MOUSE_ATIXL is not set
+CONFIG_MOUSE_LOGIBM=m
+CONFIG_MOUSE_PC110PAD=m
+
+##
+## file: drivers/iommu/intel/Kconfig
+##
+# CONFIG_INTEL_IOMMU is not set
+
+##
+## file: drivers/leds/Kconfig
+##
+CONFIG_LEDS_WRAP=m
+
+##
+## file: drivers/macintosh/Kconfig
+##
+# CONFIG_MACINTOSH_DRIVERS is not set
+
+##
+## file: drivers/media/radio/Kconfig
+##
+CONFIG_V4L_RADIO_ISA_DRIVERS=y
+CONFIG_RADIO_AZTECH=m
+CONFIG_RADIO_CADET=m
+CONFIG_RADIO_GEMTEK=m
+CONFIG_RADIO_MIROPCM20=m
+CONFIG_RADIO_RTRACK=m
+CONFIG_RADIO_RTRACK2=m
+CONFIG_RADIO_SF16FMI=m
+CONFIG_RADIO_SF16FMR2=m
+CONFIG_RADIO_TERRATEC=m
+CONFIG_RADIO_TRUST=m
+CONFIG_RADIO_TYPHOON=m
+CONFIG_RADIO_ZOLTRIX=m
+
+##
+## file: drivers/mfd/Kconfig
+##
+CONFIG_MFD_CS5535=m
+CONFIG_MFD_VX855=m
+
+##
+## file: drivers/misc/Kconfig
+##
+CONFIG_CS5535_CLOCK_EVENT_SRC=m
+CONFIG_PCH_PHUB=m
+
+##
+## file: drivers/mtd/maps/Kconfig
+##
+CONFIG_MTD_SCx200_DOCFLASH=m
+CONFIG_MTD_PCMCIA=m
+# CONFIG_MTD_PCMCIA_ANONYMOUS is not set
+
+##
+## file: drivers/net/arcnet/Kconfig
+##
+CONFIG_ARCNET_COM20020_ISA=m
+
+##
+## file: drivers/net/can/c_can/Kconfig
+##
+CONFIG_CAN_C_CAN=y
+# CONFIG_CAN_C_CAN_PLATFORM is not set
+CONFIG_CAN_C_CAN_PCI=m
+
+##
+## file: drivers/net/can/cc770/Kconfig
+##
+CONFIG_CAN_CC770=m
+CONFIG_CAN_CC770_ISA=m
+# CONFIG_CAN_CC770_PLATFORM is not set
+
+##
+## file: drivers/net/ethernet/3com/Kconfig
+##
+CONFIG_EL3=m
+CONFIG_3C515=m
+
+##
+## file: drivers/net/ethernet/8390/Kconfig
+##
+CONFIG_NE2000=m
+CONFIG_ULTRA=m
+CONFIG_WD80x3=m
+
+##
+## file: drivers/net/ethernet/amd/Kconfig
+##
+CONFIG_LANCE=m
+
+##
+## file: drivers/net/ethernet/cirrus/Kconfig
+##
+CONFIG_NET_VENDOR_CIRRUS=y
+CONFIG_CS89x0_ISA=m
+
+##
+## file: drivers/net/ethernet/dec/Kconfig
+##
+CONFIG_NET_VENDOR_DEC=y
+
+##
+## file: drivers/net/ethernet/oki-semi/pch_gbe/Kconfig
+##
+CONFIG_PCH_GBE=m
+
+##
+## file: drivers/net/ethernet/smsc/Kconfig
+##
+CONFIG_SMC9194=m
+
+##
+## file: drivers/net/wan/Kconfig
+##
+CONFIG_N2=m
+CONFIG_C101=m
+
+##
+## file: drivers/net/wireless/intel/ipw2x00/Kconfig
+##
+CONFIG_IPW2100=m
+CONFIG_IPW2100_MONITOR=y
+# CONFIG_IPW2100_DEBUG is not set
+
+##
+## file: drivers/pci/hotplug/Kconfig
+##
+CONFIG_HOTPLUG_PCI_COMPAQ=m
+CONFIG_HOTPLUG_PCI_IBM=m
+
+##
+## file: drivers/pcmcia/Kconfig
+##
+CONFIG_I82365=m
+
+##
+## file: drivers/platform/x86/hp/Kconfig
+##
+CONFIG_TC1100_WMI=m
+
+##
+## file: drivers/pnp/isapnp/Kconfig
+##
+CONFIG_ISAPNP=y
+
+##
+## file: drivers/pnp/pnpbios/Kconfig
+##
+CONFIG_PNPBIOS=y
+# CONFIG_PNPBIOS_PROC_FS is not set
+
+##
+## file: drivers/scsi/Kconfig
+##
+# CONFIG_SCSI_GENERIC_NCR5380 is not set
+# CONFIG_SCSI_INIA100 is not set
+CONFIG_SCSI_QLOGIC_FAS=m
+CONFIG_SCSI_NSP32=m
+
+##
+## file: drivers/scsi/pcmcia/Kconfig
+##
+CONFIG_PCMCIA_NINJA_SCSI=m
+
+##
+## file: drivers/spi/Kconfig
+##
+CONFIG_SPI_TOPCLIFF_PCH=m
+
+##
+## file: drivers/staging/olpc_dcon/Kconfig
+##
+CONFIG_FB_OLPC_DCON=m
+
+##
+## file: drivers/tty/serial/Kconfig
+##
+CONFIG_SERIAL_PCH_UART=m
+
+##
+## file: drivers/tty/serial/8250/Kconfig
+##
+CONFIG_SERIAL_8250_EXAR_ST16C554=m
+
+##
+## file: drivers/usb/gadget/udc/Kconfig
+##
+CONFIG_USB_AMD5536UDC=m
+
+##
+## file: drivers/video/console/Kconfig
+##
+CONFIG_MDA_CONSOLE=m
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+CONFIG_FB_I810=m
+CONFIG_FB_I810_GTF=y
+CONFIG_FB_I810_I2C=y
+CONFIG_FB_MATROX_G=y
+CONFIG_FB_MATROX_MAVEN=m
+CONFIG_FB_ATY_GENERIC_LCD=y
+CONFIG_FB_SAVAGE_I2C=y
+
+##
+## file: drivers/watchdog/Kconfig
+##
+CONFIG_SCx200_WDT=m
+CONFIG_SBC8360_WDT=m
+CONFIG_SBC7240_WDT=m
+CONFIG_PCWATCHDOG=m
+CONFIG_MIXCOMWD=m
+CONFIG_WDT=m
+
+##
+## file: kernel/irq/Kconfig
+##
+# CONFIG_SPARSE_IRQ is not set
+
+##
+## file: lib/Kconfig.debug
+##
+CONFIG_FRAME_WARN=1024
+
+##
+## file: mm/Kconfig
+##
+## choice: Memory model
+CONFIG_FLATMEM_MANUAL=y
+# CONFIG_SPARSEMEM_MANUAL is not set
+## end choice
+
+##
+## file: security/Kconfig
+##
+CONFIG_LSM_MMAP_MIN_ADDR=0
+
+##
+## file: sound/isa/Kconfig
+##
+CONFIG_SND_ISA=y
+CONFIG_SND_ADLIB=m
+CONFIG_SND_AD1816A=m
+CONFIG_SND_AD1848=m
+CONFIG_SND_ALS100=m
+CONFIG_SND_AZT1605=m
+CONFIG_SND_AZT2316=m
+CONFIG_SND_AZT2320=m
+CONFIG_SND_CMI8330=m
+CONFIG_SND_CS4231=m
+CONFIG_SND_CS4236=m
+CONFIG_SND_ES1688=m
+CONFIG_SND_ES18XX=m
+CONFIG_SND_SC6000=m
+CONFIG_SND_GUSCLASSIC=m
+CONFIG_SND_GUSEXTREME=m
+CONFIG_SND_GUSMAX=m
+CONFIG_SND_INTERWAVE=m
+CONFIG_SND_INTERWAVE_STB=m
+CONFIG_SND_JAZZ16=m
+CONFIG_SND_OPL3SA2=m
+CONFIG_SND_OPTI92X_AD1848=m
+CONFIG_SND_OPTI92X_CS4231=m
+CONFIG_SND_OPTI93X=m
+CONFIG_SND_MIRO=m
+CONFIG_SND_SB8=m
+CONFIG_SND_SB16=m
+CONFIG_SND_SBAWE=m
+CONFIG_SND_SB16_CSP=y
+CONFIG_SND_SSCAPE=m
+CONFIG_SND_WAVEFRONT=m
+CONFIG_SND_MSND_PINNACLE=m
+CONFIG_SND_MSND_CLASSIC=m
+
+##
+## file: sound/pci/Kconfig
+##
+CONFIG_SND_CS5530=m
+CONFIG_SND_CS5535AUDIO=m
+CONFIG_SND_SIS7019=m
diff --git a/debian/config/i386/config.686 b/debian/config/i386/config.686
new file mode 100644
index 0000000000000..13b0e7b21ceb4
--- /dev/null
+++ b/debian/config/i386/config.686
@@ -0,0 +1,82 @@
+##
+## file: arch/x86/Kconfig
+##
+CONFIG_X86_32_IRIS=m
+# CONFIG_MATH_EMULATION is not set
+CONFIG_OLPC=y
+CONFIG_OLPC_XO1_PM=y
+CONFIG_OLPC_XO1_RTC=y
+CONFIG_OLPC_XO1_SCI=y
+CONFIG_OLPC_XO15_SCI=y
+CONFIG_ALIX=y
+CONFIG_NET5501=y
+CONFIG_GEOS=y
+
+##
+## file: arch/x86/Kconfig.cpu
+##
+## choice: Processor family
+# CONFIG_M486 is not set
+#. We want to support Geode LX and similar AMD family 5 CPUs as well as
+#. family 6+ CPUs
+CONFIG_MGEODE_LX=y
+## end choice
+
+##
+## file: drivers/eisa/Kconfig
+##
+# CONFIG_EISA is not set
+
+##
+## file: drivers/i2c/Kconfig
+##
+CONFIG_I2C_STUB=m
+
+##
+## file: drivers/i2c/busses/Kconfig
+##
+# CONFIG_I2C_ELEKTOR is not set
+
+##
+## file: drivers/input/keyboard/Kconfig
+##
+CONFIG_KEYBOARD_GPIO_POLLED=m
+
+##
+## file: drivers/input/mouse/Kconfig
+##
+CONFIG_MOUSE_PS2_OLPC=y
+
+##
+## file: drivers/pci/hotplug/Kconfig
+##
+# CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
+
+##
+## file: drivers/platform/x86/Kconfig
+##
+CONFIG_XO15_EBOOK=m
+CONFIG_XO1_RFKILL=m
+
+##
+## file: drivers/power/supply/Kconfig
+##
+CONFIG_BATTERY_OLPC=m
+
+##
+## file: drivers/tty/Kconfig
+##
+# CONFIG_MOXA_INTELLIO is not set
+
+##
+## file: drivers/video/fbdev/geode/Kconfig
+##
+CONFIG_FB_GEODE=y
+CONFIG_FB_GEODE_LX=m
+CONFIG_FB_GEODE_GX=m
+CONFIG_FB_GEODE_GX1=m
+
+##
+## file: lib/Kconfig.debug
+##
+# CONFIG_DEBUG_HIGHMEM is not set
diff --git a/debian/config/i386/config.686-pae b/debian/config/i386/config.686-pae
new file mode 100644
index 0000000000000..22cce6e926b88
--- /dev/null
+++ b/debian/config/i386/config.686-pae
@@ -0,0 +1,52 @@
+##
+## file: arch/x86/Kconfig
+##
+# CONFIG_X86_32_IRIS is not set
+## choice: High Memory Support
+# CONFIG_NOHIGHMEM is not set
+# CONFIG_HIGHMEM4G is not set
+CONFIG_HIGHMEM64G=y
+## end choice
+CONFIG_X86_PAE=y
+# CONFIG_MATH_EMULATION is not set
+# CONFIG_ALIX is not set
+# CONFIG_NET5501 is not set
+# CONFIG_GEOS is not set
+
+##
+## file: arch/x86/Kconfig.cpu
+##
+## choice: Processor family
+# CONFIG_M486 is not set
+CONFIG_M686=y
+## end choice
+
+##
+## file: drivers/eisa/Kconfig
+##
+# CONFIG_EISA is not set
+
+##
+## file: drivers/i2c/Kconfig
+##
+CONFIG_I2C_STUB=m
+
+##
+## file: drivers/i2c/busses/Kconfig
+##
+# CONFIG_I2C_ELEKTOR is not set
+
+##
+## file: drivers/pci/hotplug/Kconfig
+##
+# CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
+
+##
+## file: drivers/tty/Kconfig
+##
+# CONFIG_MOXA_INTELLIO is not set
+
+##
+## file: lib/Kconfig.debug
+##
+# CONFIG_DEBUG_HIGHMEM is not set
diff --git a/debian/config/i386/defines.toml b/debian/config/i386/defines.toml
new file mode 100644
index 0000000000000..f934e009e417a
--- /dev/null
+++ b/debian/config/i386/defines.toml
@@ -0,0 +1,44 @@
+[[flavour]]
+name = '686'
+[flavour.description]
+hardware = 'older PCs'
+hardware_long = 'PCs with one or more processors not supporting PAE'
+[flavour.packages]
+installer = true
+
+[[flavour]]
+name = '686-pae'
+[flavour.defs]
+is_default = true
+[flavour.description]
+hardware = 'modern PCs'
+hardware_long = 'PCs with one or more processors supporting PAE'
+parts = ['pae']
+[flavour.packages]
+installer = true
+
+[[featureset]]
+name = 'none'
+
+[[featureset]]
+name = 'rt'
+# Override available flavours in rt featureset
+[[featureset.flavour]]
+name = '686-pae'
+
+[build]
+enable_vdso = true
+kernel_file = 'arch/x86/boot/bzImage'
+kernel_stem = 'vmlinuz'
+
+[description.short]
+pae = ''
+
+[description.long]
+pae = '''This kernel requires PAE (Physical Address Extension).
+This feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon,
+Core and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron,
+Turion or Phenom; Transmeta Efficeon; VIA C7; and some other processors.'''
+
+[relations.image]
+suggests = ['grub-pc | grub-efi-ia32 | extlinux']
diff --git a/debian/config/kernelarch-arm/config b/debian/config/kernelarch-arm/config
new file mode 100644
index 0000000000000..46b730926ed71
--- /dev/null
+++ b/debian/config/kernelarch-arm/config
@@ -0,0 +1,165 @@
+##
+## file: arch/Kconfig
+##
+CONFIG_SECCOMP=y
+
+##
+## file: arch/arm/Kconfig
+##
+CONFIG_MMU=y
+CONFIG_AEABI=y
+# CONFIG_OABI_COMPAT is not set
+CONFIG_CPU_SW_DOMAIN_PAN=y
+
+##
+## file: arch/arm/Kconfig.debug
+##
+CONFIG_DEBUG_LL=y
+CONFIG_EARLY_PRINTK=y
+
+##
+## file: arch/arm/crypto/Kconfig
+##
+CONFIG_CRYPTO_POLY1305_ARM=m
+CONFIG_CRYPTO_BLAKE2S_ARM=y
+CONFIG_CRYPTO_SHA1_ARM=m
+CONFIG_CRYPTO_SHA256_ARM=m
+CONFIG_CRYPTO_SHA512_ARM=m
+CONFIG_CRYPTO_AES_ARM=m
+
+##
+## file: arch/arm/mm/Kconfig
+##
+#. Support Thumb user binaries
+CONFIG_ARM_THUMB=y
+
+##
+## file: drivers/char/hw_random/Kconfig
+##
+CONFIG_HW_RANDOM_IPROC_RNG200=m
+
+##
+## file: drivers/gpu/drm/vc4/Kconfig
+##
+CONFIG_DRM_VC4=m
+CONFIG_DRM_VC4_HDMI_CEC=y
+
+##
+## file: drivers/i2c/muxes/Kconfig
+##
+CONFIG_I2C_MUX_PINCTRL=m
+
+##
+## file: drivers/iio/humidity/Kconfig
+##
+CONFIG_DHT11=m
+
+##
+## file: drivers/input/misc/Kconfig
+##
+CONFIG_INPUT_MISC=y
+CONFIG_INPUT_UINPUT=m
+
+##
+## file: drivers/input/mouse/Kconfig
+##
+CONFIG_INPUT_MOUSE=y
+CONFIG_MOUSE_PS2=m
+CONFIG_MOUSE_APPLETOUCH=m
+
+##
+## file: drivers/input/touchscreen/Kconfig
+##
+# CONFIG_TOUCHSCREEN_EETI is not set
+
+##
+## file: drivers/leds/trigger/Kconfig
+##
+CONFIG_LEDS_TRIGGER_HEARTBEAT=y
+
+##
+## file: drivers/mtd/maps/Kconfig
+##
+CONFIG_MTD_PHYSMAP=y
+
+##
+## file: drivers/net/wireless/intel/ipw2x00/Kconfig
+##
+# CONFIG_IPW2100 is not set
+
+##
+## file: drivers/parport/Kconfig
+##
+#. Causes lockups on ARM (see #588164)
+# CONFIG_PARPORT_PC is not set
+
+##
+## file: drivers/pci/Kconfig
+##
+# CONFIG_PCI_IOV is not set
+
+##
+## file: drivers/pwm/Kconfig
+##
+CONFIG_PWM_RASPBERRYPI_POE=m
+
+##
+## file: drivers/scsi/Kconfig
+##
+# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
+# CONFIG_SCSI_3W_9XXX is not set
+# CONFIG_SCSI_AACRAID is not set
+# CONFIG_SCSI_HPTIOP is not set
+
+##
+## file: drivers/scsi/aic7xxx/Kconfig.aic79xx
+##
+# CONFIG_SCSI_AIC79XX is not set
+
+##
+## file: drivers/scsi/aic7xxx/Kconfig.aic7xxx
+##
+# CONFIG_SCSI_AIC7XXX is not set
+
+##
+## file: drivers/scsi/aic94xx/Kconfig
+##
+# CONFIG_SCSI_AIC94XX is not set
+
+##
+## file: drivers/scsi/megaraid/Kconfig.megaraid
+##
+# CONFIG_MEGARAID_SAS is not set
+
+##
+## file: drivers/scsi/qla2xxx/Kconfig
+##
+# CONFIG_SCSI_QLA_FC is not set
+
+##
+## file: drivers/scsi/qla4xxx/Kconfig
+##
+# CONFIG_SCSI_QLA_ISCSI is not set
+
+##
+## file: drivers/thermal/Kconfig
+##
+CONFIG_THERMAL=y
+CONFIG_CPU_THERMAL=y
+
+##
+## file: kernel/Kconfig.kexec
+##
+CONFIG_KEXEC=y
+CONFIG_CRASH_DUMP=y
+
+##
+## file: lib/xz/Kconfig
+##
+CONFIG_XZ_DEC_ARM=y
+CONFIG_XZ_DEC_ARMTHUMB=y
+
+##
+## file: mm/Kconfig.debug
+##
+CONFIG_DEBUG_WX=y
diff --git a/debian/config/kernelarch-mips/config b/debian/config/kernelarch-mips/config
new file mode 100644
index 0000000000000..2102b6b0d8514
--- /dev/null
+++ b/debian/config/kernelarch-mips/config
@@ -0,0 +1,143 @@
+##
+## file: arch/Kconfig
+##
+CONFIG_SECCOMP=y
+
+##
+## file: arch/mips/Kconfig
+##
+CONFIG_CPU_HAS_MSA=y
+CONFIG_RELOCATABLE=y
+CONFIG_RELOCATION_TABLE_SIZE=0x00200000
+CONFIG_RANDOMIZE_BASE=y
+CONFIG_MIPS_O32_FP64_SUPPORT=y
+#. Ignored in 32-bit configurations
+CONFIG_MIPS32_O32=y
+CONFIG_MIPS32_N32=y
+
+##
+## file: arch/mips/Kconfig.debug
+##
+CONFIG_EARLY_PRINTK=y
+
+##
+## file: drivers/ata/Kconfig
+##
+CONFIG_ATA=y
+
+##
+## file: drivers/gpu/drm/Kconfig
+##
+CONFIG_DRM=m
+
+##
+## file: drivers/gpu/drm/amd/amdgpu/Kconfig
+##
+CONFIG_DRM_AMDGPU=m
+
+##
+## file: drivers/gpu/drm/radeon/Kconfig
+##
+CONFIG_DRM_RADEON=m
+
+##
+## file: drivers/i2c/Kconfig
+##
+CONFIG_I2C=y
+
+##
+## file: drivers/input/mouse/Kconfig
+##
+CONFIG_MOUSE_PS2=m
+
+##
+## file: drivers/mmc/Kconfig
+##
+CONFIG_MMC=m
+
+##
+## file: drivers/mmc/core/Kconfig
+##
+CONFIG_MMC_BLOCK=m
+
+##
+## file: drivers/mtd/Kconfig
+##
+CONFIG_MTD=y
+CONFIG_MTD_BLOCK=y
+
+##
+## file: drivers/mtd/chips/Kconfig
+##
+CONFIG_MTD_CFI=m
+CONFIG_MTD_JEDECPROBE=m
+CONFIG_MTD_CFI_INTELEXT=m
+CONFIG_MTD_CFI_AMDSTD=m
+CONFIG_MTD_CFI_STAA=m
+CONFIG_MTD_ROM=m
+CONFIG_MTD_ABSENT=m
+
+##
+## file: drivers/net/ethernet/sun/Kconfig
+##
+# CONFIG_NIU is not set
+
+##
+## file: drivers/pci/Kconfig
+##
+CONFIG_PCI=y
+
+##
+## file: drivers/power/reset/Kconfig
+##
+CONFIG_POWER_RESET=y
+CONFIG_POWER_RESET_SYSCON=y
+
+##
+## file: drivers/rapidio/Kconfig
+##
+# CONFIG_RAPIDIO is not set
+
+##
+## file: drivers/rtc/Kconfig
+##
+CONFIG_RTC_DRV_CMOS=y
+
+##
+## file: drivers/scsi/Kconfig
+##
+CONFIG_SCSI=y
+CONFIG_BLK_DEV_SD=y
+
+##
+## file: drivers/tty/serial/8250/Kconfig
+##
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
+
+##
+## file: drivers/usb/Kconfig
+##
+CONFIG_USB=m
+
+##
+## file: drivers/usb/host/Kconfig
+##
+CONFIG_USB_EHCI_HCD=m
+CONFIG_USB_OHCI_HCD=m
+
+##
+## file: drivers/video/console/Kconfig
+##
+# CONFIG_VGA_CONSOLE is not set
+
+##
+## file: init/Kconfig
+##
+CONFIG_SGETMASK_SYSCALL=y
+CONFIG_SYSFS_SYSCALL=y
+
+##
+## file: kernel/Kconfig.kexec
+##
+CONFIG_KEXEC=y
diff --git a/debian/config/kernelarch-mips/config.boston b/debian/config/kernelarch-mips/config.boston
new file mode 100644
index 0000000000000..10901e178eba6
--- /dev/null
+++ b/debian/config/kernelarch-mips/config.boston
@@ -0,0 +1,86 @@
+##
+## file: arch/mips/Kconfig
+##
+CONFIG_MIPS_CPS=y
+CONFIG_HIGHMEM=y
+CONFIG_NR_CPUS=16
+
+##
+## file: arch/mips/crypto/Kconfig
+##
+CONFIG_CRYPTO_CRC32_MIPS=y
+
+##
+## file: arch/mips/generic/Kconfig
+##
+CONFIG_FIT_IMAGE_FDT_BOSTON=y
+
+##
+## file: drivers/auxdisplay/Kconfig
+##
+CONFIG_AUXDISPLAY=y
+CONFIG_IMG_ASCII_LCD=y
+
+##
+## file: drivers/clk/imgtec/Kconfig
+##
+CONFIG_COMMON_CLK_BOSTON=y
+
+##
+## file: drivers/dma/Kconfig
+##
+CONFIG_PCH_DMA=m
+
+##
+## file: drivers/gpio/Kconfig
+##
+CONFIG_GPIOLIB=y
+CONFIG_GPIO_PCH=m
+
+##
+## file: drivers/i2c/busses/Kconfig
+##
+CONFIG_I2C_EG20T=y
+
+##
+## file: drivers/irqchip/Kconfig
+##
+CONFIG_GOLDFISH_PIC=y
+
+##
+## file: drivers/misc/Kconfig
+##
+CONFIG_PCH_PHUB=y
+
+##
+## file: drivers/mmc/host/Kconfig
+##
+CONFIG_MMC_SDHCI=y
+CONFIG_MMC_SDHCI_PCI=y
+
+##
+## file: drivers/net/ethernet/oki-semi/pch_gbe/Kconfig
+##
+CONFIG_PCH_GBE=m
+
+##
+## file: drivers/pci/controller/Kconfig
+##
+CONFIG_PCI_HOST_GENERIC=y
+CONFIG_PCIE_XILINX=y
+
+##
+## file: drivers/rtc/Kconfig
+##
+CONFIG_RTC_DRV_M41T80=y
+CONFIG_RTC_DRV_GOLDFISH=y
+
+##
+## file: drivers/spi/Kconfig
+##
+CONFIG_SPI_TOPCLIFF_PCH=y
+
+##
+## file: drivers/tty/serial/8250/Kconfig
+##
+CONFIG_SERIAL_OF_PLATFORM=y
diff --git a/debian/config/kernelarch-mips/config.loongson-3 b/debian/config/kernelarch-mips/config.loongson-3
new file mode 100644
index 0000000000000..4d319fa1d2d1f
--- /dev/null
+++ b/debian/config/kernelarch-mips/config.loongson-3
@@ -0,0 +1,123 @@
+##
+## file: arch/mips/Kconfig
+##
+## choice: System type
+CONFIG_MACH_LOONGSON64=y
+## end choice
+## choice: Kernel code model
+# CONFIG_32BIT is not set
+CONFIG_64BIT=y
+## end choice
+CONFIG_NUMA=y
+CONFIG_SMP=y
+CONFIG_HOTPLUG_CPU=y
+CONFIG_NR_CPUS=16
+
+##
+## file: arch/mips/kvm/Kconfig
+##
+CONFIG_VIRTUALIZATION=y
+CONFIG_KVM=y
+
+##
+## file: arch/mips/loongson64/Kconfig
+##
+CONFIG_RS780_HPET=y
+
+##
+## file: drivers/ata/Kconfig
+##
+CONFIG_SATA_AHCI=y
+
+##
+## file: drivers/cpuidle/Kconfig
+##
+CONFIG_CPU_IDLE=y
+
+##
+## file: drivers/gpu/drm/ast/Kconfig
+##
+CONFIG_DRM_AST=m
+
+##
+## file: drivers/i2c/algos/Kconfig
+##
+CONFIG_I2C_ALGOBIT=y
+
+##
+## file: drivers/net/ethernet/8390/Kconfig
+##
+CONFIG_NE2K_PCI=m
+
+##
+## file: drivers/net/ethernet/intel/Kconfig
+##
+CONFIG_E100=m
+
+##
+## file: drivers/net/ethernet/realtek/Kconfig
+##
+CONFIG_8139CP=m
+CONFIG_8139TOO=m
+
+##
+## file: drivers/of/Kconfig
+##
+CONFIG_OF=y
+
+##
+## file: drivers/pci/hotplug/Kconfig
+##
+CONFIG_HOTPLUG_PCI=y
+
+##
+## file: drivers/platform/goldfish/Kconfig
+##
+CONFIG_GOLDFISH=y
+
+##
+## file: drivers/regulator/Kconfig
+##
+CONFIG_REGULATOR=y
+
+##
+## file: drivers/staging/sm750fb/Kconfig
+##
+CONFIG_FB_SM750=m
+
+##
+## file: drivers/tty/serial/8250/Kconfig
+##
+# CONFIG_SERIAL_8250_EXTENDED is not set
+CONFIG_SERIAL_OF_PLATFORM=y
+
+##
+## file: drivers/usb/host/Kconfig
+##
+CONFIG_USB_ISP116X_HCD=m
+CONFIG_USB_UHCI_HCD=m
+CONFIG_USB_SL811_HCD=m
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+CONFIG_FB_RADEON=y
+
+##
+## file: kernel/Kconfig.preempt
+##
+## choice: Preemption Model
+# CONFIG_PREEMPT_VOLUNTARY is not set
+CONFIG_PREEMPT=y
+## end choice
+
+##
+## file: mm/Kconfig.debug
+##
+# CONFIG_PAGE_EXTENSION is not set
+# CONFIG_PAGE_POISONING is not set
+
+##
+## file: sound/pci/hda/Kconfig
+##
+CONFIG_SND_HDA_INTEL=m
diff --git a/debian/config/kernelarch-mips/config.malta b/debian/config/kernelarch-mips/config.malta
new file mode 100644
index 0000000000000..e5cf6bf01fe93
--- /dev/null
+++ b/debian/config/kernelarch-mips/config.malta
@@ -0,0 +1,423 @@
+##
+## file: arch/Kconfig
+##
+## choice: MMU page size
+CONFIG_PAGE_SIZE_4KB=y
+## end choice
+
+##
+## file: arch/mips/Kconfig
+##
+## choice: System type
+CONFIG_MIPS_MALTA=y
+## end choice
+
+##
+## file: drivers/ata/Kconfig
+##
+CONFIG_PATA_HPT366=m
+CONFIG_PATA_NETCELL=m
+CONFIG_PATA_OLDPIIX=m
+CONFIG_PATA_PDC2027X=m
+CONFIG_PATA_PDC_OLD=m
+CONFIG_PATA_SIL680=m
+CONFIG_PATA_MPIIX=m
+CONFIG_PATA_NS87410=m
+
+##
+## file: drivers/block/Kconfig
+##
+CONFIG_BLK_DEV_FD=m
+CONFIG_CDROM_PKTCDVD=m
+
+##
+## file: drivers/bluetooth/Kconfig
+##
+CONFIG_BT_HCIUART=m
+CONFIG_BT_HCIUART_H4=y
+CONFIG_BT_HCIUART_BCSP=y
+CONFIG_BT_HCIBCM203X=m
+CONFIG_BT_HCIBPA10X=m
+CONFIG_BT_HCIBFUSB=m
+CONFIG_BT_HCIVHCI=m
+
+##
+## file: drivers/char/Kconfig
+##
+CONFIG_PRINTER=m
+CONFIG_PPDEV=m
+
+##
+## file: drivers/char/ipmi/Kconfig
+##
+CONFIG_IPMI_HANDLER=m
+CONFIG_IPMI_SI=m
+CONFIG_IPMI_WATCHDOG=m
+CONFIG_IPMI_POWEROFF=m
+
+##
+## file: drivers/hwmon/Kconfig
+##
+CONFIG_SENSORS_ADM1021=m
+CONFIG_SENSORS_ADM1025=m
+CONFIG_SENSORS_ADM1026=m
+CONFIG_SENSORS_ADM1031=m
+CONFIG_SENSORS_DS1621=m
+CONFIG_SENSORS_MAX1619=m
+CONFIG_SENSORS_LM63=m
+CONFIG_SENSORS_LM75=m
+CONFIG_SENSORS_LM77=m
+CONFIG_SENSORS_LM78=m
+CONFIG_SENSORS_LM80=m
+CONFIG_SENSORS_LM83=m
+CONFIG_SENSORS_LM85=m
+CONFIG_SENSORS_LM87=m
+CONFIG_SENSORS_LM90=m
+CONFIG_SENSORS_LM92=m
+CONFIG_SENSORS_PCF8591=m
+
+##
+## file: drivers/i2c/busses/Kconfig
+##
+CONFIG_I2C_PIIX4=m
+CONFIG_I2C_PARPORT=m
+
+##
+## file: drivers/input/gameport/Kconfig
+##
+CONFIG_GAMEPORT=m
+CONFIG_GAMEPORT_EMU10K1=m
+CONFIG_GAMEPORT_FM801=m
+
+##
+## file: drivers/input/keyboard/Kconfig
+##
+CONFIG_KEYBOARD_NEWTON=m
+CONFIG_KEYBOARD_SUNKBD=m
+
+##
+## file: drivers/input/mouse/Kconfig
+##
+CONFIG_MOUSE_SERIAL=m
+CONFIG_MOUSE_APPLETOUCH=m
+CONFIG_MOUSE_VSXXXAA=m
+
+##
+## file: drivers/input/serio/Kconfig
+##
+CONFIG_SERIO_I8042=y
+CONFIG_SERIO_SERPORT=m
+CONFIG_SERIO_PARKBD=m
+CONFIG_SERIO_PCIPS2=y
+CONFIG_SERIO_LIBPS2=y
+CONFIG_SERIO_RAW=m
+
+##
+## file: drivers/input/touchscreen/Kconfig
+##
+CONFIG_INPUT_TOUCHSCREEN=y
+
+##
+## file: drivers/mfd/Kconfig
+##
+CONFIG_MFD_SM501=m
+
+##
+## file: drivers/mtd/Kconfig
+##
+CONFIG_FTL=m
+CONFIG_NFTL=m
+CONFIG_NFTL_RW=y
+CONFIG_INFTL=m
+
+##
+## file: drivers/mtd/devices/Kconfig
+##
+CONFIG_MTD_PMC551=m
+CONFIG_MTD_SLRAM=m
+CONFIG_MTD_PHRAM=m
+CONFIG_MTD_MTDRAM=m
+CONFIG_MTD_BLOCK2MTD=m
+
+##
+## file: drivers/mtd/maps/Kconfig
+##
+CONFIG_MTD_COMPLEX_MAPPINGS=y
+CONFIG_MTD_PHYSMAP=m
+CONFIG_MTD_PCI=m
+
+##
+## file: drivers/mtd/nand/raw/Kconfig
+##
+CONFIG_MTD_RAW_NAND=m
+CONFIG_MTD_NAND_DISKONCHIP=m
+
+##
+## file: drivers/mtd/parsers/Kconfig
+##
+CONFIG_MTD_REDBOOT_PARTS=y
+
+##
+## file: drivers/net/Kconfig
+##
+CONFIG_NET_FC=y
+
+##
+## file: drivers/net/ethernet/3com/Kconfig
+##
+CONFIG_VORTEX=m
+CONFIG_TYPHOON=m
+
+##
+## file: drivers/net/ethernet/8390/Kconfig
+##
+CONFIG_NE2K_PCI=m
+
+##
+## file: drivers/net/ethernet/amd/Kconfig
+##
+CONFIG_AMD8111_ETH=m
+
+##
+## file: drivers/net/ethernet/broadcom/Kconfig
+##
+CONFIG_B44=m
+
+##
+## file: drivers/net/ethernet/dec/tulip/Kconfig
+##
+CONFIG_NET_TULIP=y
+CONFIG_DE2104X=m
+CONFIG_TULIP=m
+CONFIG_DM9102=m
+
+##
+## file: drivers/net/ethernet/dlink/Kconfig
+##
+CONFIG_SUNDANCE=m
+
+##
+## file: drivers/net/ethernet/intel/Kconfig
+##
+CONFIG_E100=m
+
+##
+## file: drivers/net/ethernet/natsemi/Kconfig
+##
+CONFIG_NATSEMI=m
+
+##
+## file: drivers/net/ethernet/realtek/Kconfig
+##
+CONFIG_8139CP=m
+CONFIG_8139TOO=m
+
+##
+## file: drivers/net/ethernet/sis/Kconfig
+##
+CONFIG_SIS900=m
+
+##
+## file: drivers/net/ethernet/smsc/Kconfig
+##
+CONFIG_EPIC100=m
+
+##
+## file: drivers/net/ethernet/via/Kconfig
+##
+CONFIG_VIA_RHINE=m
+
+##
+## file: drivers/net/wireless/intel/ipw2x00/Kconfig
+##
+CONFIG_IPW2100=m
+CONFIG_IPW2100_MONITOR=y
+
+##
+## file: drivers/net/wireless/marvell/mwifiex/Kconfig
+##
+CONFIG_MWIFIEX=m
+CONFIG_MWIFIEX_SDIO=m
+
+##
+## file: drivers/pci/pcie/Kconfig
+##
+# CONFIG_PCIEPORTBUS is not set
+
+##
+## file: drivers/power/reset/Kconfig
+##
+CONFIG_POWER_RESET_PIIX4_POWEROFF=y
+
+##
+## file: drivers/rtc/Kconfig
+##
+CONFIG_RTC_DRV_DS1307=m
+CONFIG_RTC_DRV_DS1672=m
+CONFIG_RTC_DRV_MAX6900=m
+CONFIG_RTC_DRV_RS5C372=m
+CONFIG_RTC_DRV_ISL1208=m
+CONFIG_RTC_DRV_X1205=m
+CONFIG_RTC_DRV_PCF8563=m
+CONFIG_RTC_DRV_PCF8583=m
+CONFIG_RTC_DRV_RS5C348=m
+CONFIG_RTC_DRV_MAX6902=m
+CONFIG_RTC_DRV_M48T86=m
+
+##
+## file: drivers/scsi/Kconfig
+##
+CONFIG_SCSI_ARCMSR=m
+CONFIG_SCSI_MYRB=m
+CONFIG_SCSI_MYRS=m
+CONFIG_SCSI_DMX3191D=m
+CONFIG_SCSI_IPS=m
+CONFIG_SCSI_INITIO=m
+CONFIG_SCSI_INIA100=m
+CONFIG_SCSI_QLOGIC_1280=m
+CONFIG_SCSI_DC395x=m
+CONFIG_SCSI_AM53C974=m
+CONFIG_SCSI_DEBUG=m
+
+##
+## file: drivers/scsi/megaraid/Kconfig.megaraid
+##
+CONFIG_MEGARAID_NEWGEN=y
+CONFIG_MEGARAID_MM=m
+CONFIG_MEGARAID_MAILBOX=m
+CONFIG_MEGARAID_LEGACY=m
+
+##
+## file: drivers/tty/serial/Kconfig
+##
+CONFIG_SERIAL_JSM=m
+
+##
+## file: drivers/tty/serial/8250/Kconfig
+##
+CONFIG_SERIAL_8250_NR_UARTS=4
+CONFIG_SERIAL_8250_RUNTIME_UARTS=4
+CONFIG_SERIAL_8250_EXTENDED=y
+CONFIG_SERIAL_8250_SHARE_IRQ=y
+CONFIG_SERIAL_8250_RSA=y
+
+##
+## file: drivers/usb/atm/Kconfig
+##
+CONFIG_USB_ATM=m
+CONFIG_USB_SPEEDTOUCH=m
+
+##
+## file: drivers/usb/host/Kconfig
+##
+CONFIG_USB_ISP116X_HCD=m
+CONFIG_USB_UHCI_HCD=m
+CONFIG_USB_SL811_HCD=m
+
+##
+## file: drivers/usb/misc/Kconfig
+##
+CONFIG_USB_USS720=m
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+CONFIG_FB_CIRRUS=y
+CONFIG_FB_PM2=m
+CONFIG_FB_PM2_FIFO_DISCONNECT=y
+CONFIG_FB_CYBER2000=m
+CONFIG_FB_S1D13XXX=m
+CONFIG_FB_MATROX=m
+CONFIG_FB_MATROX_MILLENIUM=y
+CONFIG_FB_MATROX_MYSTIQUE=y
+CONFIG_FB_MATROX_G=y
+CONFIG_FB_MATROX_I2C=m
+CONFIG_FB_MATROX_MAVEN=m
+CONFIG_FB_RADEON=m
+CONFIG_FB_RADEON_I2C=y
+CONFIG_FB_RADEON_BACKLIGHT=y
+CONFIG_FB_ATY128=m
+CONFIG_FB_ATY128_BACKLIGHT=y
+CONFIG_FB_ATY=m
+CONFIG_FB_ATY_CT=y
+CONFIG_FB_ATY_GX=y
+CONFIG_FB_ATY_BACKLIGHT=y
+CONFIG_FB_SAVAGE=m
+CONFIG_FB_SIS=m
+CONFIG_FB_SIS_300=y
+CONFIG_FB_SIS_315=y
+CONFIG_FB_NEOMAGIC=m
+CONFIG_FB_KYRO=m
+CONFIG_FB_VOODOO1=m
+CONFIG_FB_TRIDENT=m
+CONFIG_FB_VIRTUAL=m
+
+##
+## file: drivers/video/fbdev/core/Kconfig
+##
+CONFIG_FB_MODE_HELPERS=y
+CONFIG_FB_TILEBLITTING=y
+
+##
+## file: drivers/watchdog/Kconfig
+##
+CONFIG_PCIPCWATCHDOG=m
+CONFIG_WDTPCI=m
+CONFIG_USBPCWATCHDOG=m
+
+##
+## file: net/lapb/Kconfig
+##
+CONFIG_LAPB=m
+
+##
+## file: sound/drivers/Kconfig
+##
+CONFIG_SND_DUMMY=m
+CONFIG_SND_VIRMIDI=m
+CONFIG_SND_MTPAV=m
+CONFIG_SND_SERIAL_U16550=m
+CONFIG_SND_MPU401=m
+
+##
+## file: sound/pci/Kconfig
+##
+CONFIG_SND_ALI5451=m
+CONFIG_SND_ATIIXP=m
+CONFIG_SND_ATIIXP_MODEM=m
+CONFIG_SND_AU8810=m
+CONFIG_SND_AU8820=m
+CONFIG_SND_AU8830=m
+CONFIG_SND_AZT3328=m
+CONFIG_SND_BT87X=m
+CONFIG_SND_CA0106=m
+CONFIG_SND_CMIPCI=m
+CONFIG_SND_CS4281=m
+CONFIG_SND_CS46XX=m
+CONFIG_SND_CS46XX_NEW_DSP=y
+CONFIG_SND_EMU10K1=m
+CONFIG_SND_EMU10K1X=m
+CONFIG_SND_ENS1370=m
+CONFIG_SND_ENS1371=m
+CONFIG_SND_ES1938=m
+CONFIG_SND_ES1968=m
+CONFIG_SND_FM801=m
+CONFIG_SND_FM801_TEA575X_BOOL=y
+CONFIG_SND_HDSP=m
+CONFIG_SND_ICE1712=m
+CONFIG_SND_ICE1724=m
+CONFIG_SND_INTEL8X0=m
+CONFIG_SND_INTEL8X0M=m
+CONFIG_SND_KORG1212=m
+CONFIG_SND_MAESTRO3=m
+CONFIG_SND_MIXART=m
+CONFIG_SND_NM256=m
+CONFIG_SND_RME32=m
+CONFIG_SND_RME96=m
+CONFIG_SND_RME9652=m
+CONFIG_SND_SONICVIBES=m
+CONFIG_SND_TRIDENT=m
+CONFIG_SND_VIA82XX=m
+CONFIG_SND_VIA82XX_MODEM=m
+CONFIG_SND_VX222=m
+CONFIG_SND_YMFPCI=m
diff --git a/debian/config/kernelarch-mips/config.mips32r2 b/debian/config/kernelarch-mips/config.mips32r2
new file mode 100644
index 0000000000000..f8de842c7bcc4
--- /dev/null
+++ b/debian/config/kernelarch-mips/config.mips32r2
@@ -0,0 +1,9 @@
+##
+## file: arch/mips/Kconfig
+##
+## choice: CPU type
+CONFIG_CPU_MIPS32_R2=y
+## end choice
+## choice: Kernel code model
+CONFIG_32BIT=y
+## end choice
diff --git a/debian/config/kernelarch-mips/config.mips32r6 b/debian/config/kernelarch-mips/config.mips32r6
new file mode 100644
index 0000000000000..1771b56be8c32
--- /dev/null
+++ b/debian/config/kernelarch-mips/config.mips32r6
@@ -0,0 +1,9 @@
+##
+## file: arch/mips/Kconfig
+##
+## choice: CPU type
+CONFIG_CPU_MIPS32_R6=y
+## end choice
+## choice: Kernel code model
+CONFIG_32BIT=y
+## end choice
diff --git a/debian/config/kernelarch-mips/config.mips64r2 b/debian/config/kernelarch-mips/config.mips64r2
new file mode 100644
index 0000000000000..99507b262f4d8
--- /dev/null
+++ b/debian/config/kernelarch-mips/config.mips64r2
@@ -0,0 +1,9 @@
+##
+## file: arch/mips/Kconfig
+##
+## choice: CPU type
+CONFIG_CPU_MIPS64_R2=y
+## end choice
+## choice: Kernel code model
+CONFIG_64BIT=y
+## end choice
diff --git a/debian/config/kernelarch-mips/config.mips64r6 b/debian/config/kernelarch-mips/config.mips64r6
new file mode 100644
index 0000000000000..1f72d372fb6e4
--- /dev/null
+++ b/debian/config/kernelarch-mips/config.mips64r6
@@ -0,0 +1,9 @@
+##
+## file: arch/mips/Kconfig
+##
+## choice: CPU type
+CONFIG_CPU_MIPS64_R6=y
+## end choice
+## choice: Kernel code model
+CONFIG_64BIT=y
+## end choice
diff --git a/debian/config/kernelarch-mips/config.octeon b/debian/config/kernelarch-mips/config.octeon
new file mode 100644
index 0000000000000..5945b2ae1079a
--- /dev/null
+++ b/debian/config/kernelarch-mips/config.octeon
@@ -0,0 +1,152 @@
+##
+## file: arch/mips/Kconfig
+##
+## choice: System type
+CONFIG_CAVIUM_OCTEON_SOC=y
+## end choice
+## choice: Kernel code model
+# CONFIG_32BIT is not set
+CONFIG_64BIT=y
+## end choice
+# CONFIG_CPU_HAS_MSA is not set
+CONFIG_SMP=y
+# CONFIG_HOTPLUG_CPU is not set
+CONFIG_NR_CPUS=64
+
+##
+## file: arch/mips/cavium-octeon/Kconfig
+##
+CONFIG_CAVIUM_CN63XXP1=y
+CONFIG_CAVIUM_OCTEON_CVMSEG_SIZE=1
+CONFIG_CAVIUM_OCTEON_LOCK_L2=y
+CONFIG_CAVIUM_OCTEON_LOCK_L2_TLB=y
+CONFIG_CAVIUM_OCTEON_LOCK_L2_EXCEPTION=y
+CONFIG_CAVIUM_OCTEON_LOCK_L2_LOW_LEVEL_INTERRUPT=y
+CONFIG_CAVIUM_OCTEON_LOCK_L2_INTERRUPT=y
+CONFIG_CAVIUM_OCTEON_LOCK_L2_MEMCPY=y
+
+##
+## file: arch/mips/crypto/Kconfig
+##
+CONFIG_CRYPTO_MD5_OCTEON=m
+CONFIG_CRYPTO_SHA1_OCTEON=m
+CONFIG_CRYPTO_SHA256_OCTEON=m
+CONFIG_CRYPTO_SHA512_OCTEON=m
+
+##
+## file: drivers/ata/Kconfig
+##
+CONFIG_SATA_AHCI_PLATFORM=m
+CONFIG_AHCI_OCTEON=m
+CONFIG_PATA_OCTEON_CF=y
+
+##
+## file: drivers/char/hw_random/Kconfig
+##
+CONFIG_HW_RANDOM_OCTEON=m
+
+##
+## file: drivers/edac/Kconfig
+##
+CONFIG_EDAC=y
+CONFIG_EDAC_OCTEON_PC=m
+CONFIG_EDAC_OCTEON_L2C=m
+CONFIG_EDAC_OCTEON_LMC=m
+CONFIG_EDAC_OCTEON_PCI=m
+
+##
+## file: drivers/hwmon/Kconfig
+##
+CONFIG_SENSORS_ADM1031=m
+
+##
+## file: drivers/i2c/busses/Kconfig
+##
+CONFIG_I2C_OCTEON=y
+
+##
+## file: drivers/input/keyboard/Kconfig
+##
+# CONFIG_KEYBOARD_ATKBD is not set
+
+##
+## file: drivers/input/serio/Kconfig
+##
+# CONFIG_SERIO_I8042 is not set
+
+##
+## file: drivers/input/touchscreen/Kconfig
+##
+# CONFIG_INPUT_TOUCHSCREEN is not set
+
+##
+## file: drivers/mmc/host/Kconfig
+##
+CONFIG_MMC_CAVIUM_OCTEON=m
+
+##
+## file: drivers/mtd/maps/Kconfig
+##
+CONFIG_MTD_PHYSMAP=m
+
+##
+## file: drivers/net/ethernet/cavium/Kconfig
+##
+CONFIG_OCTEON_MGMT_ETHERNET=y
+
+##
+## file: drivers/net/mdio/Kconfig
+##
+CONFIG_MDIO_OCTEON=y
+
+##
+## file: drivers/rtc/Kconfig
+##
+CONFIG_RTC_DRV_DS1307=y
+
+##
+## file: drivers/spi/Kconfig
+##
+CONFIG_SPI_OCTEON=y
+
+##
+## file: drivers/staging/octeon/Kconfig
+##
+CONFIG_OCTEON_ETHERNET=y
+
+##
+## file: drivers/tty/serial/8250/Kconfig
+##
+CONFIG_SERIAL_8250_NR_UARTS=2
+CONFIG_SERIAL_8250_RUNTIME_UARTS=2
+CONFIG_SERIAL_8250_DW=y
+
+##
+## file: drivers/usb/host/Kconfig
+##
+CONFIG_USB_OCTEON_HCD=y
+CONFIG_USB_OCTEON_EHCI=y
+CONFIG_USB_OCTEON_OHCI=y
+
+##
+## file: drivers/video/console/Kconfig
+##
+# CONFIG_FRAMEBUFFER_CONSOLE is not set
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+# CONFIG_FB is not set
+
+##
+## file: kernel/power/Kconfig
+##
+# CONFIG_SUSPEND is not set
+# CONFIG_HIBERNATION is not set
+
+##
+## file: mm/Kconfig
+##
+## choice: Memory model
+CONFIG_SPARSEMEM_MANUAL=y
+## end choice
diff --git a/debian/config/kernelarch-powerpc/config b/debian/config/kernelarch-powerpc/config
new file mode 100644
index 0000000000000..ae54ccc870b8e
--- /dev/null
+++ b/debian/config/kernelarch-powerpc/config
@@ -0,0 +1,861 @@
+##
+## file: arch/Kconfig
+##
+CONFIG_SECCOMP=y
+
+##
+## file: arch/powerpc/Kconfig
+##
+# CONFIG_HOTPLUG_CPU is not set
+CONFIG_CMDLINE="console=ttyS0,9600 console=tty0"
+# CONFIG_ADVANCED_OPTIONS is not set
+
+##
+## file: arch/powerpc/Kconfig.debug
+##
+CONFIG_PPC_DISABLE_WERROR=y
+# CONFIG_CODE_PATCHING_SELFTEST is not set
+# CONFIG_FTR_FIXUP_SELFTEST is not set
+# CONFIG_MSI_BITMAP_SELFTEST is not set
+CONFIG_XMON=y
+# CONFIG_XMON_DEFAULT is not set
+CONFIG_XMON_DISASSEMBLY=y
+# CONFIG_BDI_SWITCH is not set
+CONFIG_BOOTX_TEXT=y
+
+##
+## file: arch/powerpc/crypto/Kconfig
+##
+CONFIG_CRYPTO_SHA1_PPC=m
+
+##
+## file: arch/powerpc/kvm/Kconfig
+##
+CONFIG_VIRTUALIZATION=y
+
+##
+## file: arch/powerpc/platforms/Kconfig
+##
+CONFIG_KVM_GUEST=y
+CONFIG_RTAS_PROC=y
+CONFIG_TAU=y
+# CONFIG_TAU_INT is not set
+# CONFIG_TAU_AVERAGE is not set
+
+##
+## file: arch/powerpc/platforms/Kconfig.cputype
+##
+CONFIG_PPC_KUEP=y
+CONFIG_PPC_KUAP=y
+
+##
+## file: arch/powerpc/platforms/52xx/Kconfig
+##
+# CONFIG_PPC_LITE5200 is not set
+
+##
+## file: arch/powerpc/platforms/82xx/Kconfig
+##
+# CONFIG_PPC_82xx is not set
+
+##
+## file: arch/powerpc/platforms/83xx/Kconfig
+##
+# CONFIG_PPC_83xx is not set
+
+##
+## file: arch/powerpc/platforms/86xx/Kconfig
+##
+# CONFIG_PPC_86xx is not set
+
+##
+## file: arch/powerpc/platforms/powermac/Kconfig
+##
+CONFIG_PPC_PMAC=y
+
+##
+## file: block/partitions/Kconfig
+##
+CONFIG_AMIGA_PARTITION=y
+CONFIG_MAC_PARTITION=y
+
+##
+## file: drivers/ata/Kconfig
+##
+CONFIG_ATA=y
+CONFIG_PATA_HPT366=m
+CONFIG_PATA_HPT37X=m
+CONFIG_PATA_MACIO=y
+CONFIG_PATA_NETCELL=m
+CONFIG_PATA_NS87415=m
+CONFIG_PATA_PDC2027X=m
+CONFIG_PATA_PDC_OLD=m
+CONFIG_PATA_SC1200=m
+CONFIG_PATA_SIL680=m
+CONFIG_PATA_VIA=m
+CONFIG_PATA_WINBOND=m
+CONFIG_PATA_NS87410=m
+CONFIG_PATA_PCMCIA=m
+
+##
+## file: drivers/atm/Kconfig
+##
+CONFIG_ATM_DRIVERS=y
+CONFIG_ATM_TCP=m
+CONFIG_ATM_LANAI=m
+CONFIG_ATM_ENI=m
+# CONFIG_ATM_ENI_DEBUG is not set
+# CONFIG_ATM_ENI_TUNE_BURST is not set
+CONFIG_ATM_NICSTAR=m
+CONFIG_ATM_NICSTAR_USE_SUNI=y
+CONFIG_ATM_NICSTAR_USE_IDT77105=y
+CONFIG_ATM_IDT77252=m
+# CONFIG_ATM_IDT77252_DEBUG is not set
+# CONFIG_ATM_IDT77252_RCV_ALL is not set
+CONFIG_ATM_IA=m
+# CONFIG_ATM_IA_DEBUG is not set
+CONFIG_ATM_FORE200E_USE_TASKLET=y
+CONFIG_ATM_FORE200E_TX_RETRY=16
+CONFIG_ATM_FORE200E_DEBUG=0
+CONFIG_ATM_HE=m
+# CONFIG_ATM_HE_USE_SUNI is not set
+
+##
+## file: drivers/block/Kconfig
+##
+CONFIG_BLK_DEV_FD=m
+CONFIG_CDROM_PKTCDVD=m
+CONFIG_CDROM_PKTCDVD_BUFFERS=8
+# CONFIG_CDROM_PKTCDVD_WCACHE is not set
+
+##
+## file: drivers/bluetooth/Kconfig
+##
+CONFIG_BT_HCIUART=m
+CONFIG_BT_HCIUART_H4=y
+CONFIG_BT_HCIUART_BCSP=y
+CONFIG_BT_HCIBCM203X=m
+CONFIG_BT_HCIBPA10X=m
+CONFIG_BT_HCIBFUSB=m
+CONFIG_BT_HCIDTL1=m
+CONFIG_BT_HCIBT3C=m
+CONFIG_BT_HCIBLUECARD=m
+CONFIG_BT_HCIVHCI=m
+
+##
+## file: drivers/char/Kconfig
+##
+CONFIG_PRINTER=m
+CONFIG_DTLK=m
+CONFIG_APPLICOM=m
+CONFIG_NVRAM=y
+
+##
+## file: drivers/char/agp/Kconfig
+##
+#. Workaround
+CONFIG_AGP=y
+#. Workaround
+CONFIG_AGP_UNINORTH=y
+
+##
+## file: drivers/char/ipmi/Kconfig
+##
+CONFIG_IPMI_HANDLER=m
+# CONFIG_IPMI_PANIC_EVENT is not set
+CONFIG_IPMI_DEVICE_INTERFACE=m
+CONFIG_IPMI_SI=m
+CONFIG_IPMI_POWERNV=m
+CONFIG_IPMI_WATCHDOG=m
+CONFIG_IPMI_POWEROFF=m
+
+##
+## file: drivers/cpufreq/Kconfig.powerpc
+##
+CONFIG_CPU_FREQ_PMAC=y
+
+##
+## file: drivers/gpu/drm/Kconfig
+##
+CONFIG_DRM=m
+
+##
+## file: drivers/gpu/drm/i2c/Kconfig
+##
+CONFIG_DRM_I2C_CH7006=m
+CONFIG_DRM_I2C_SIL164=m
+
+##
+## file: drivers/gpu/drm/nouveau/Kconfig
+##
+CONFIG_DRM_NOUVEAU=m
+CONFIG_DRM_NOUVEAU_BACKLIGHT=y
+
+##
+## file: drivers/gpu/drm/radeon/Kconfig
+##
+CONFIG_DRM_RADEON=m
+
+##
+## file: drivers/hid/Kconfig
+##
+CONFIG_HID_APPLEIR=m
+
+##
+## file: drivers/hid/usbhid/Kconfig
+##
+CONFIG_USB_HID=m
+
+##
+## file: drivers/hwmon/Kconfig
+##
+CONFIG_SENSORS_ADM1021=m
+CONFIG_SENSORS_ADM1025=m
+CONFIG_SENSORS_ADM1026=m
+CONFIG_SENSORS_ADM1031=m
+CONFIG_SENSORS_ASB100=m
+CONFIG_SENSORS_DS1621=m
+CONFIG_SENSORS_F71805F=m
+CONFIG_SENSORS_GL518SM=m
+CONFIG_SENSORS_GL520SM=m
+CONFIG_SENSORS_IT87=m
+CONFIG_SENSORS_MAX1619=m
+CONFIG_SENSORS_LM63=m
+CONFIG_SENSORS_LM75=m
+CONFIG_SENSORS_LM77=m
+CONFIG_SENSORS_LM78=m
+CONFIG_SENSORS_LM80=m
+CONFIG_SENSORS_LM83=m
+CONFIG_SENSORS_LM85=m
+CONFIG_SENSORS_LM87=m
+CONFIG_SENSORS_LM90=m
+CONFIG_SENSORS_LM92=m
+CONFIG_SENSORS_PC87360=m
+CONFIG_SENSORS_PCF8591=m
+CONFIG_SENSORS_SIS5595=m
+CONFIG_SENSORS_SMSC47M1=m
+CONFIG_SENSORS_SMSC47B397=m
+CONFIG_SENSORS_VIA686A=m
+CONFIG_SENSORS_W83781D=m
+CONFIG_SENSORS_W83L785TS=m
+CONFIG_SENSORS_W83627HF=m
+
+##
+## file: drivers/i2c/Kconfig
+##
+CONFIG_I2C=y
+# CONFIG_I2C_STUB is not set
+# CONFIG_I2C_DEBUG_CORE is not set
+# CONFIG_I2C_DEBUG_ALGO is not set
+# CONFIG_I2C_DEBUG_BUS is not set
+
+##
+## file: drivers/i2c/busses/Kconfig
+##
+# CONFIG_I2C_ALI1535 is not set
+# CONFIG_I2C_ALI1563 is not set
+# CONFIG_I2C_ALI15X3 is not set
+# CONFIG_I2C_AMD756 is not set
+# CONFIG_I2C_AMD8111 is not set
+# CONFIG_I2C_I801 is not set
+# CONFIG_I2C_PIIX4 is not set
+# CONFIG_I2C_NFORCE2 is not set
+CONFIG_I2C_SIS5595=m
+CONFIG_I2C_SIS630=m
+CONFIG_I2C_SIS96X=m
+CONFIG_I2C_VIA=m
+CONFIG_I2C_VIAPRO=m
+CONFIG_I2C_HYDRA=m
+#. This isn't auto-loaded (#713943)
+CONFIG_I2C_POWERMAC=y
+CONFIG_I2C_MPC=m
+CONFIG_I2C_PARPORT=m
+CONFIG_I2C_PCA_ISA=m
+CONFIG_SCx200_ACB=m
+
+##
+## file: drivers/input/gameport/Kconfig
+##
+CONFIG_GAMEPORT=m
+CONFIG_GAMEPORT_NS558=m
+CONFIG_GAMEPORT_L4=m
+CONFIG_GAMEPORT_EMU10K1=m
+CONFIG_GAMEPORT_FM801=m
+
+##
+## file: drivers/input/keyboard/Kconfig
+##
+CONFIG_INPUT_KEYBOARD=y
+CONFIG_KEYBOARD_ATKBD=m
+# CONFIG_KEYBOARD_LKKBD is not set
+# CONFIG_KEYBOARD_NEWTON is not set
+# CONFIG_KEYBOARD_SUNKBD is not set
+# CONFIG_KEYBOARD_XTKBD is not set
+
+##
+## file: drivers/input/misc/Kconfig
+##
+CONFIG_INPUT_MISC=y
+CONFIG_INPUT_PCSPKR=m
+CONFIG_INPUT_UINPUT=m
+
+##
+## file: drivers/input/mouse/Kconfig
+##
+CONFIG_INPUT_MOUSE=y
+CONFIG_MOUSE_PS2=m
+# CONFIG_MOUSE_SERIAL is not set
+CONFIG_MOUSE_APPLETOUCH=m
+CONFIG_MOUSE_BCM5974=m
+# CONFIG_MOUSE_VSXXXAA is not set
+
+##
+## file: drivers/input/serio/Kconfig
+##
+CONFIG_SERIO=m
+CONFIG_SERIO_I8042=m
+CONFIG_SERIO_SERPORT=m
+# CONFIG_SERIO_PCIPS2 is not set
+CONFIG_SERIO_LIBPS2=m
+CONFIG_SERIO_RAW=m
+
+##
+## file: drivers/input/touchscreen/Kconfig
+##
+CONFIG_INPUT_TOUCHSCREEN=y
+
+##
+## file: drivers/isdn/Kconfig
+##
+CONFIG_ISDN=y
+
+##
+## file: drivers/macintosh/Kconfig
+##
+CONFIG_MACINTOSH_DRIVERS=y
+CONFIG_ADB=y
+CONFIG_ADB_CUDA=y
+CONFIG_ADB_PMU=y
+CONFIG_ADB_PMU_LED=y
+# CONFIG_ADB_PMU_LED_DISK is not set
+CONFIG_PMAC_SMU=y
+# CONFIG_PMAC_APM_EMU is not set
+CONFIG_PMAC_MEDIABAY=y
+CONFIG_PMAC_BACKLIGHT=y
+CONFIG_ADB_MACIO=y
+CONFIG_INPUT_ADBHID=y
+CONFIG_MAC_EMUMOUSEBTN=y
+CONFIG_THERM_WINDTUNNEL=m
+CONFIG_THERM_ADT746X=m
+CONFIG_WINDFARM=m
+CONFIG_ANSLCD=m
+CONFIG_PMAC_RACKMETER=m
+
+##
+## file: drivers/media/radio/Kconfig
+##
+CONFIG_RADIO_MAXIRADIO=m
+CONFIG_USB_DSBR=m
+
+##
+## file: drivers/misc/Kconfig
+##
+CONFIG_PHANTOM=m
+CONFIG_HP_ILO=m
+
+##
+## file: drivers/mmc/Kconfig
+##
+CONFIG_MMC=m
+
+##
+## file: drivers/mmc/core/Kconfig
+##
+CONFIG_MMC_BLOCK=m
+
+##
+## file: drivers/mmc/host/Kconfig
+##
+# CONFIG_MMC_DEBUG is not set
+
+##
+## file: drivers/mtd/Kconfig
+##
+# CONFIG_MTD is not set
+
+##
+## file: drivers/net/Kconfig
+##
+CONFIG_NET_FC=y
+
+##
+## file: drivers/net/arcnet/Kconfig
+##
+CONFIG_ARCNET=m
+CONFIG_ARCNET_1201=m
+CONFIG_ARCNET_1051=m
+CONFIG_ARCNET_RAW=m
+CONFIG_ARCNET_CAP=m
+# CONFIG_ARCNET_COM90xx is not set
+CONFIG_ARCNET_COM90xxIO=m
+# CONFIG_ARCNET_RIM_I is not set
+CONFIG_ARCNET_COM20020=m
+CONFIG_ARCNET_COM20020_PCI=m
+CONFIG_ARCNET_COM20020_CS=m
+
+##
+## file: drivers/net/ethernet/3com/Kconfig
+##
+CONFIG_NET_VENDOR_3COM=y
+CONFIG_PCMCIA_3C574=m
+CONFIG_PCMCIA_3C589=m
+CONFIG_VORTEX=m
+CONFIG_TYPHOON=m
+
+##
+## file: drivers/net/ethernet/8390/Kconfig
+##
+CONFIG_PCMCIA_AXNET=m
+CONFIG_NE2K_PCI=m
+CONFIG_PCMCIA_PCNET=m
+
+##
+## file: drivers/net/ethernet/adaptec/Kconfig
+##
+CONFIG_ADAPTEC_STARFIRE=m
+
+##
+## file: drivers/net/ethernet/amd/Kconfig
+##
+# CONFIG_AMD8111_ETH is not set
+CONFIG_PCMCIA_NMCLAN=m
+
+##
+## file: drivers/net/ethernet/apple/Kconfig
+##
+CONFIG_MACE=m
+# CONFIG_MACE_AAUI_PORT is not set
+CONFIG_BMAC=m
+
+##
+## file: drivers/net/ethernet/broadcom/Kconfig
+##
+CONFIG_B44=m
+
+##
+## file: drivers/net/ethernet/dec/tulip/Kconfig
+##
+CONFIG_NET_TULIP=y
+CONFIG_DE2104X=m
+CONFIG_TULIP=m
+# CONFIG_TULIP_MWI is not set
+# CONFIG_TULIP_MMIO is not set
+CONFIG_WINBOND_840=m
+CONFIG_DM9102=m
+CONFIG_PCMCIA_XIRCOM=m
+
+##
+## file: drivers/net/ethernet/dlink/Kconfig
+##
+CONFIG_SUNDANCE=m
+CONFIG_SUNDANCE_MMIO=y
+
+##
+## file: drivers/net/ethernet/fujitsu/Kconfig
+##
+CONFIG_PCMCIA_FMVJ18X=m
+
+##
+## file: drivers/net/ethernet/intel/Kconfig
+##
+CONFIG_E100=m
+
+##
+## file: drivers/net/ethernet/marvell/Kconfig
+##
+CONFIG_MV643XX_ETH=m
+
+##
+## file: drivers/net/ethernet/natsemi/Kconfig
+##
+CONFIG_NATSEMI=m
+
+##
+## file: drivers/net/ethernet/nvidia/Kconfig
+##
+# CONFIG_FORCEDETH is not set
+
+##
+## file: drivers/net/ethernet/realtek/Kconfig
+##
+CONFIG_8139CP=m
+CONFIG_8139TOO=m
+
+##
+## file: drivers/net/ethernet/sis/Kconfig
+##
+CONFIG_SIS900=m
+
+##
+## file: drivers/net/ethernet/smsc/Kconfig
+##
+CONFIG_PCMCIA_SMC91C92=m
+CONFIG_EPIC100=m
+
+##
+## file: drivers/net/ethernet/sun/Kconfig
+##
+CONFIG_HAPPYMEAL=m
+CONFIG_SUNGEM=m
+
+##
+## file: drivers/net/ethernet/ti/Kconfig
+##
+CONFIG_TLAN=m
+
+##
+## file: drivers/net/ethernet/via/Kconfig
+##
+CONFIG_VIA_RHINE=m
+CONFIG_VIA_RHINE_MMIO=y
+
+##
+## file: drivers/net/ethernet/xircom/Kconfig
+##
+CONFIG_PCMCIA_XIRC2PS=m
+
+##
+## file: drivers/net/fddi/Kconfig
+##
+CONFIG_FDDI=y
+CONFIG_SKFP=m
+
+##
+## file: drivers/net/hippi/Kconfig
+##
+CONFIG_HIPPI=y
+# CONFIG_ROADRUNNER is not set
+
+##
+## file: drivers/net/wan/Kconfig
+##
+CONFIG_WAN=y
+CONFIG_PCI200SYN=m
+CONFIG_WANXL=m
+CONFIG_FARSYNC=m
+
+##
+## file: drivers/net/wireless/intel/ipw2x00/Kconfig
+##
+# CONFIG_IPW2100 is not set
+
+##
+## file: drivers/net/wireless/marvell/mwifiex/Kconfig
+##
+CONFIG_MWIFIEX=m
+CONFIG_MWIFIEX_SDIO=m
+CONFIG_MWIFIEX_PCIE=m
+
+##
+## file: drivers/pci/Kconfig
+##
+CONFIG_PCI=y
+
+##
+## file: drivers/pci/hotplug/Kconfig
+##
+# CONFIG_HOTPLUG_PCI is not set
+
+##
+## file: drivers/pcmcia/Kconfig
+##
+CONFIG_PCCARD=m
+CONFIG_PCMCIA=m
+CONFIG_CARDBUS=y
+CONFIG_YENTA=m
+CONFIG_PD6729=m
+CONFIG_I82092=m
+CONFIG_TCIC=m
+# CONFIG_PCMCIA_DEBUG is not set
+
+##
+## file: drivers/power/supply/Kconfig
+##
+CONFIG_BATTERY_PMU=m
+
+##
+## file: drivers/rapidio/Kconfig
+##
+# CONFIG_RAPIDIO is not set
+
+##
+## file: drivers/rtc/Kconfig
+##
+CONFIG_RTC_DRV_GENERIC=y
+
+##
+## file: drivers/scsi/Kconfig
+##
+CONFIG_SCSI_ARCMSR=m
+CONFIG_SCSI_BUSLOGIC=m
+CONFIG_SCSI_MYRB=m
+CONFIG_SCSI_MYRS=m
+CONFIG_SCSI_DMX3191D=m
+CONFIG_SCSI_IPS=m
+# CONFIG_SCSI_INITIO is not set
+CONFIG_SCSI_INIA100=m
+CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
+CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
+CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
+CONFIG_SCSI_IPR=m
+# CONFIG_SCSI_IPR_TRACE is not set
+# CONFIG_SCSI_IPR_DUMP is not set
+# CONFIG_SCSI_QLOGIC_1280 is not set
+CONFIG_SCSI_DC395x=m
+CONFIG_SCSI_AM53C974=m
+CONFIG_SCSI_NSP32=m
+CONFIG_SCSI_MESH=m
+CONFIG_SCSI_MESH_SYNC_RATE=5
+CONFIG_SCSI_MESH_RESET_DELAY_MS=4000
+CONFIG_SCSI_MAC53C94=m
+
+##
+## file: drivers/scsi/megaraid/Kconfig.megaraid
+##
+CONFIG_MEGARAID_NEWGEN=y
+CONFIG_MEGARAID_MM=m
+CONFIG_MEGARAID_MAILBOX=m
+# CONFIG_MEGARAID_LEGACY is not set
+
+##
+## file: drivers/scsi/pcmcia/Kconfig
+##
+CONFIG_PCMCIA_AHA152X=m
+CONFIG_PCMCIA_NINJA_SCSI=m
+CONFIG_PCMCIA_QLOGIC=m
+CONFIG_PCMCIA_SYM53C500=m
+
+##
+## file: drivers/tty/Kconfig
+##
+CONFIG_VT=y
+CONFIG_VT_CONSOLE=y
+# CONFIG_SERIAL_NONSTANDARD is not set
+
+##
+## file: drivers/tty/hvc/Kconfig
+##
+CONFIG_HVC_RTAS=y
+
+##
+## file: drivers/tty/serial/Kconfig
+##
+CONFIG_SERIAL_PMACZILOG=y
+CONFIG_SERIAL_PMACZILOG_CONSOLE=y
+CONFIG_SERIAL_JSM=m
+
+##
+## file: drivers/tty/serial/8250/Kconfig
+##
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_SERIAL_8250_CS=m
+CONFIG_SERIAL_8250_NR_UARTS=32
+CONFIG_SERIAL_8250_RUNTIME_UARTS=4
+# CONFIG_SERIAL_8250_EXTENDED is not set
+
+##
+## file: drivers/usb/Kconfig
+##
+CONFIG_USB=m
+
+##
+## file: drivers/usb/atm/Kconfig
+##
+CONFIG_USB_ATM=m
+CONFIG_USB_SPEEDTOUCH=m
+
+##
+## file: drivers/usb/host/Kconfig
+##
+CONFIG_USB_EHCI_HCD=m
+CONFIG_USB_OHCI_HCD=y
+CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
+CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
+CONFIG_USB_OHCI_HCD_PCI=y
+CONFIG_USB_UHCI_HCD=m
+CONFIG_USB_SL811_HCD=m
+CONFIG_USB_SL811_CS=m
+
+##
+## file: drivers/video/console/Kconfig
+##
+CONFIG_VGA_CONSOLE=y
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+CONFIG_FB_CIRRUS=m
+# CONFIG_FB_PM2 is not set
+# CONFIG_FB_CYBER2000 is not set
+CONFIG_FB_OF=y
+# CONFIG_FB_ASILIANT is not set
+# CONFIG_FB_VGA16 is not set
+CONFIG_FB_S1D13XXX=m
+CONFIG_FB_MATROX=m
+CONFIG_FB_MATROX_MILLENIUM=y
+CONFIG_FB_MATROX_MYSTIQUE=y
+CONFIG_FB_MATROX_G=y
+CONFIG_FB_MATROX_I2C=m
+CONFIG_FB_MATROX_MAVEN=m
+CONFIG_FB_RADEON=m
+CONFIG_FB_RADEON_I2C=y
+# CONFIG_FB_RADEON_DEBUG is not set
+CONFIG_FB_ATY=m
+CONFIG_FB_ATY_CT=y
+CONFIG_FB_ATY_GENERIC_LCD=y
+CONFIG_FB_ATY_GX=y
+CONFIG_FB_SAVAGE=m
+CONFIG_FB_SAVAGE_I2C=y
+CONFIG_FB_SAVAGE_ACCEL=y
+CONFIG_FB_SIS=m
+CONFIG_FB_SIS_300=y
+CONFIG_FB_SIS_315=y
+CONFIG_FB_NEOMAGIC=m
+CONFIG_FB_KYRO=m
+CONFIG_FB_VOODOO1=m
+CONFIG_FB_TRIDENT=m
+CONFIG_FB_IBM_GXT4500=m
+# CONFIG_FB_VIRTUAL is not set
+
+##
+## file: drivers/video/fbdev/core/Kconfig
+##
+CONFIG_FB_MODE_HELPERS=y
+CONFIG_FB_TILEBLITTING=y
+
+##
+## file: drivers/watchdog/Kconfig
+##
+CONFIG_WATCHDOG_RTAS=m
+CONFIG_PCIPCWATCHDOG=m
+CONFIG_WDTPCI=m
+CONFIG_USBPCWATCHDOG=m
+
+##
+## file: init/Kconfig
+##
+CONFIG_SGETMASK_SYSCALL=y
+
+##
+## file: kernel/Kconfig.kexec
+##
+CONFIG_KEXEC=y
+
+##
+## file: lib/Kconfig.debug
+##
+CONFIG_DEBUG_INFO_BTF=y
+#. Workaround module loading of different builds of on-disk modules
+#. vs booted kernel when keeping same ABI, cf. #1003210, #1022202
+CONFIG_MODULE_ALLOW_BTF_MISMATCH=y
+# CONFIG_DEBUG_STACK_USAGE is not set
+# CONFIG_DEBUG_STACKOVERFLOW is not set
+
+##
+## file: lib/xz/Kconfig
+##
+CONFIG_XZ_DEC_POWERPC=y
+
+##
+## file: net/lapb/Kconfig
+##
+CONFIG_LAPB=m
+
+##
+## file: sound/aoa/Kconfig
+##
+CONFIG_SND_AOA=m
+
+##
+## file: sound/aoa/codecs/Kconfig
+##
+CONFIG_SND_AOA_ONYX=m
+CONFIG_SND_AOA_TAS=m
+CONFIG_SND_AOA_TOONIE=m
+
+##
+## file: sound/aoa/fabrics/Kconfig
+##
+CONFIG_SND_AOA_FABRIC_LAYOUT=m
+
+##
+## file: sound/aoa/soundbus/Kconfig
+##
+CONFIG_SND_AOA_SOUNDBUS=m
+CONFIG_SND_AOA_SOUNDBUS_I2S=m
+
+##
+## file: sound/drivers/Kconfig
+##
+# CONFIG_SND_DUMMY is not set
+CONFIG_SND_VIRMIDI=m
+# CONFIG_SND_MTPAV is not set
+# CONFIG_SND_SERIAL_U16550 is not set
+# CONFIG_SND_MPU401 is not set
+
+##
+## file: sound/pci/Kconfig
+##
+CONFIG_SND_ALS4000=m
+# CONFIG_SND_ALI5451 is not set
+CONFIG_SND_ATIIXP=m
+CONFIG_SND_ATIIXP_MODEM=m
+CONFIG_SND_AU8810=m
+CONFIG_SND_AU8820=m
+CONFIG_SND_AU8830=m
+CONFIG_SND_AZT3328=m
+CONFIG_SND_BT87X=m
+# CONFIG_SND_BT87X_OVERCLOCK is not set
+CONFIG_SND_CA0106=m
+CONFIG_SND_CMIPCI=m
+CONFIG_SND_CS4281=m
+CONFIG_SND_CS46XX=m
+CONFIG_SND_CS46XX_NEW_DSP=y
+CONFIG_SND_EMU10K1=m
+CONFIG_SND_EMU10K1X=m
+CONFIG_SND_ENS1370=m
+CONFIG_SND_ENS1371=m
+CONFIG_SND_ES1938=m
+CONFIG_SND_ES1968=m
+CONFIG_SND_FM801=m
+CONFIG_SND_FM801_TEA575X_BOOL=y
+CONFIG_SND_HDSP=m
+CONFIG_SND_ICE1712=m
+CONFIG_SND_ICE1724=m
+# CONFIG_SND_INTEL8X0 is not set
+# CONFIG_SND_INTEL8X0M is not set
+CONFIG_SND_KORG1212=m
+CONFIG_SND_MAESTRO3=m
+CONFIG_SND_MIXART=m
+CONFIG_SND_NM256=m
+CONFIG_SND_RME32=m
+CONFIG_SND_RME96=m
+CONFIG_SND_RME9652=m
+CONFIG_SND_SONICVIBES=m
+CONFIG_SND_TRIDENT=m
+CONFIG_SND_VIA82XX=m
+CONFIG_SND_VIA82XX_MODEM=m
+CONFIG_SND_VX222=m
+CONFIG_SND_YMFPCI=m
+
+##
+## file: sound/pci/hda/Kconfig
+##
+CONFIG_SND_HDA_INTEL=m
+
+##
+## file: sound/ppc/Kconfig
+##
+CONFIG_SND_POWERMAC=m
+CONFIG_SND_POWERMAC_AUTO_DRC=y
diff --git a/debian/config/kernelarch-powerpc/config-arch-64 b/debian/config/kernelarch-powerpc/config-arch-64
new file mode 100644
index 0000000000000..898d80842f794
--- /dev/null
+++ b/debian/config/kernelarch-powerpc/config-arch-64
@@ -0,0 +1,217 @@
+##
+## file: arch/powerpc/Kconfig
+##
+#. This feature is broken; see #866122
+# CONFIG_PPC_TRANSACTIONAL_MEM is not set
+CONFIG_IRQ_ALL_CPUS=y
+CONFIG_NUMA=y
+## choice: Page size
+CONFIG_PPC_64K_PAGES=y
+## end choice
+CONFIG_SCHED_SMT=y
+CONFIG_KERNEL_START=0xc000000000000000
+
+##
+## file: arch/powerpc/crypto/Kconfig
+##
+CONFIG_CRYPTO_CRC32C_VPMSUM=m
+CONFIG_CRYPTO_DEV_VMX=y
+CONFIG_CRYPTO_DEV_VMX_ENCRYPT=m
+
+##
+## file: arch/powerpc/kvm/Kconfig
+##
+CONFIG_KVM_BOOK3S_64=m
+CONFIG_KVM_BOOK3S_64_HV=m
+CONFIG_KVM_BOOK3S_64_PR=m
+CONFIG_KVM_XICS=y
+
+##
+## file: arch/powerpc/platforms/Kconfig
+##
+CONFIG_RTAS_PROC=y
+CONFIG_RTAS_FLASH=m
+
+##
+## file: arch/powerpc/platforms/Kconfig.cputype
+##
+CONFIG_PPC64=y
+CONFIG_ALTIVEC=y
+CONFIG_VSX=y
+CONFIG_SMP=y
+CONFIG_NR_CPUS=2048
+
+##
+## file: arch/powerpc/platforms/powernv/Kconfig
+##
+CONFIG_OPAL_PRD=m
+
+##
+## file: arch/powerpc/platforms/pseries/Kconfig
+##
+CONFIG_PPC_PSERIES=y
+CONFIG_PPC_SPLPAR=y
+# CONFIG_LPARCFG is not set
+
+##
+## file: block/partitions/Kconfig
+##
+CONFIG_AIX_PARTITION=y
+
+##
+## file: drivers/ata/Kconfig
+##
+CONFIG_PATA_AMD=m
+
+##
+## file: drivers/block/Kconfig
+##
+# CONFIG_MAC_FLOPPY is not set
+
+##
+## file: drivers/char/hw_random/Kconfig
+##
+CONFIG_HW_RANDOM_PSERIES=m
+CONFIG_HW_RANDOM_POWERNV=m
+
+##
+## file: drivers/crypto/Kconfig
+##
+CONFIG_CRYPTO_DEV_NX=y
+
+##
+## file: drivers/crypto/nx/Kconfig
+##
+CONFIG_CRYPTO_DEV_NX_ENCRYPT=m
+CONFIG_CRYPTO_DEV_NX_COMPRESS=m
+CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES=m
+CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV=m
+
+##
+## file: drivers/gpu/drm/amd/amdgpu/Kconfig
+##
+CONFIG_DRM_AMDGPU=m
+
+##
+## file: drivers/gpu/drm/ast/Kconfig
+##
+CONFIG_DRM_AST=m
+
+##
+## file: drivers/iommu/Kconfig
+##
+CONFIG_SPAPR_TCE_IOMMU=y
+
+##
+## file: drivers/misc/genwqe/Kconfig
+##
+CONFIG_GENWQE=m
+
+##
+## file: drivers/mtd/Kconfig
+##
+CONFIG_MTD=m
+
+##
+## file: drivers/mtd/devices/Kconfig
+##
+CONFIG_MTD_POWERNV_FLASH=m
+
+##
+## file: drivers/net/ethernet/ibm/Kconfig
+##
+CONFIG_IBMVETH=m
+
+##
+## file: drivers/net/ethernet/ibm/emac/Kconfig
+##
+CONFIG_IBM_EMAC=m
+CONFIG_IBM_EMAC_RXB=128
+CONFIG_IBM_EMAC_TXB=64
+CONFIG_IBM_EMAC_POLL_WEIGHT=32
+CONFIG_IBM_EMAC_RX_COPY_THRESHOLD=256
+# CONFIG_IBM_EMAC_DEBUG is not set
+
+##
+## file: drivers/net/ethernet/marvell/Kconfig
+##
+# CONFIG_MV643XX_ETH is not set
+
+##
+## file: drivers/pci/hotplug/Kconfig
+##
+CONFIG_HOTPLUG_PCI=y
+CONFIG_HOTPLUG_PCI_POWERNV=m
+CONFIG_HOTPLUG_PCI_RPA=m
+CONFIG_HOTPLUG_PCI_RPA_DLPAR=m
+
+##
+## file: drivers/scsi/Kconfig
+##
+CONFIG_SCSI_IBMVSCSI=m
+CONFIG_SCSI_IBMVSCSIS=m
+CONFIG_SCSI_IBMVFC=m
+CONFIG_SCSI_QLOGIC_1280=m
+
+##
+## file: drivers/scsi/megaraid/Kconfig.megaraid
+##
+CONFIG_MEGARAID_LEGACY=m
+
+##
+## file: drivers/tty/hvc/Kconfig
+##
+CONFIG_HVC_CONSOLE=y
+CONFIG_HVCS=m
+
+##
+## file: drivers/tty/serial/Kconfig
+##
+# CONFIG_SERIAL_ICOM is not set
+
+##
+## file: drivers/vfio/Kconfig
+##
+CONFIG_VFIO=m
+
+##
+## file: drivers/vfio/pci/Kconfig
+##
+CONFIG_VFIO_PCI=m
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+# CONFIG_FB_IMSTT is not set
+
+##
+## file: drivers/watchdog/Kconfig
+##
+CONFIG_WATCHDOG_RTAS=m
+
+##
+## file: init/Kconfig
+##
+## choice: Cputime accounting
+# CONFIG_TICK_CPU_ACCOUNTING is not set
+CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y
+## end choice
+
+##
+## file: kernel/Kconfig.kexec
+##
+CONFIG_CRASH_DUMP=y
+
+##
+## file: lib/Kconfig
+##
+CONFIG_CPUMASK_OFFSTACK=y
+
+##
+## file: mm/Kconfig
+##
+## choice: Memory model
+# CONFIG_FLATMEM_MANUAL is not set
+CONFIG_SPARSEMEM_MANUAL=y
+## end choice
+CONFIG_SPARSEMEM_VMEMMAP=y
diff --git a/debian/config/kernelarch-powerpc/config-arch-64-be b/debian/config/kernelarch-powerpc/config-arch-64-be
new file mode 100644
index 0000000000000..dc8f140fa8ec2
--- /dev/null
+++ b/debian/config/kernelarch-powerpc/config-arch-64-be
@@ -0,0 +1,112 @@
+##
+## file: arch/powerpc/Kconfig
+##
+CONFIG_COMPAT=y
+CONFIG_CMDLINE="console=hvsi0 console=hvc0 console=ttyS0,9600 console=tty0"
+
+##
+## file: arch/powerpc/platforms/cell/Kconfig
+##
+CONFIG_PPC_IBM_CELL_BLADE=y
+CONFIG_SPU_FS=m
+CONFIG_CBE_RAS=y
+CONFIG_CBE_THERM=m
+
+##
+## file: arch/powerpc/platforms/maple/Kconfig
+##
+CONFIG_PPC_MAPLE=y
+
+##
+## file: arch/powerpc/platforms/pasemi/Kconfig
+##
+CONFIG_PPC_PASEMI=y
+CONFIG_PPC_PASEMI_MDIO=m
+
+##
+## file: arch/powerpc/platforms/ps3/Kconfig
+##
+CONFIG_PPC_PS3=y
+CONFIG_PS3_ADVANCED=y
+CONFIG_PS3_HTAB_SIZE=20
+# CONFIG_PS3_DYNAMIC_DMA is not set
+CONFIG_PS3_PS3AV=y
+CONFIG_PS3_SYS_MANAGER=y
+CONFIG_PS3_DISK=m
+CONFIG_PS3_ROM=m
+CONFIG_PS3_FLASH=m
+CONFIG_PS3_VRAM=m
+CONFIG_PS3_LPM=m
+
+##
+## file: arch/powerpc/platforms/pseries/Kconfig
+##
+CONFIG_IBMEBUS=y
+
+##
+## file: drivers/char/hw_random/Kconfig
+##
+CONFIG_HW_RANDOM_AMD=m
+CONFIG_HW_RANDOM_PASEMI=m
+
+##
+## file: drivers/cpufreq/Kconfig.powerpc
+##
+CONFIG_CPU_FREQ_CBE=m
+CONFIG_CPU_FREQ_PMAC64=y
+#. It's a bool
+CONFIG_PPC_PASEMI_CPUFREQ=y
+
+##
+## file: drivers/i2c/busses/Kconfig
+##
+CONFIG_I2C_PASEMI=m
+
+##
+## file: drivers/macintosh/Kconfig
+##
+CONFIG_WINDFARM_PM81=m
+CONFIG_WINDFARM_PM72=m
+CONFIG_WINDFARM_RM31=m
+CONFIG_WINDFARM_PM91=m
+CONFIG_WINDFARM_PM112=m
+CONFIG_WINDFARM_PM121=m
+
+##
+## file: drivers/net/ethernet/ibm/Kconfig
+##
+CONFIG_EHEA=m
+
+##
+## file: drivers/net/ethernet/pasemi/Kconfig
+##
+CONFIG_PASEMI_MAC=m
+
+##
+## file: drivers/net/ethernet/toshiba/Kconfig
+##
+CONFIG_GELIC_NET=m
+CONFIG_GELIC_WIRELESS=y
+CONFIG_SPIDER_NET=m
+
+##
+## file: drivers/rtc/Kconfig
+##
+CONFIG_RTC_DRV_PS3=m
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+CONFIG_FB_PS3=y
+CONFIG_FB_PS3_DEFAULT_SIZE_M=9
+
+##
+## file: init/Kconfig
+##
+CONFIG_SYSFS_SYSCALL=y
+
+##
+## file: sound/ppc/Kconfig
+##
+CONFIG_SND_PS3=m
+CONFIG_SND_PS3_DEFAULT_START_DELAY=2000
diff --git a/debian/config/kernelarch-powerpc/config-arch-64-le b/debian/config/kernelarch-powerpc/config-arch-64-le
new file mode 100644
index 0000000000000..14a2e754d39e0
--- /dev/null
+++ b/debian/config/kernelarch-powerpc/config-arch-64-le
@@ -0,0 +1,40 @@
+##
+## file: arch/powerpc/platforms/Kconfig.cputype
+##
+## choice: Endianness selection
+# CONFIG_CPU_BIG_ENDIAN is not set
+CONFIG_CPU_LITTLE_ENDIAN=y
+## end choice
+
+##
+## file: arch/powerpc/platforms/powermac/Kconfig
+##
+#. This needs to be explicitly disabled currently (3.15)
+# CONFIG_PPC_PMAC is not set
+
+##
+## file: drivers/cpufreq/Kconfig
+##
+## choice: Default CPUFreq governor
+# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
+# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
+# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
+CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
+# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
+## end choice
+
+##
+## file: drivers/cxl/Kconfig
+##
+CONFIG_CXL_BUS=y
+
+##
+## file: drivers/pcmcia/Kconfig
+##
+# CONFIG_PCMCIA is not set
+
+##
+## file: kernel/power/Kconfig
+##
+#. See #789070
+# CONFIG_HIBERNATION is not set
diff --git a/debian/config/kernelarch-sparc/config b/debian/config/kernelarch-sparc/config
new file mode 100644
index 0000000000000..370c54173197d
--- /dev/null
+++ b/debian/config/kernelarch-sparc/config
@@ -0,0 +1,604 @@
+##
+## file: arch/Kconfig
+##
+CONFIG_SECCOMP=y
+
+##
+## file: arch/sparc/Kconfig
+##
+CONFIG_64BIT=y
+# CONFIG_CMDLINE_BOOL is not set
+CONFIG_SUN_LDOMS=y
+CONFIG_SUN_OPENPROMFS=m
+
+##
+## file: arch/sparc/crypto/Kconfig
+##
+CONFIG_CRYPTO_DES_SPARC64=m
+CONFIG_CRYPTO_CRC32C_SPARC64=m
+CONFIG_CRYPTO_MD5_SPARC64=m
+CONFIG_CRYPTO_SHA1_SPARC64=m
+CONFIG_CRYPTO_SHA256_SPARC64=m
+CONFIG_CRYPTO_SHA512_SPARC64=m
+CONFIG_CRYPTO_AES_SPARC64=m
+CONFIG_CRYPTO_CAMELLIA_SPARC64=m
+
+##
+## file: block/partitions/Kconfig
+##
+CONFIG_SUN_PARTITION=y
+
+##
+## file: drivers/ata/Kconfig
+##
+CONFIG_PATA_ALI=m
+CONFIG_PATA_CS5520=m
+CONFIG_PATA_NETCELL=m
+CONFIG_PATA_NS87415=m
+CONFIG_PATA_PDC2027X=m
+CONFIG_PATA_PDC_OLD=m
+CONFIG_PATA_SERVERWORKS=m
+CONFIG_PATA_SIL680=m
+CONFIG_PATA_VIA=m
+CONFIG_PATA_NS87410=m
+CONFIG_PATA_LEGACY=m
+
+##
+## file: drivers/block/Kconfig
+##
+CONFIG_BLK_DEV_FD=y
+CONFIG_CDROM_PKTCDVD=m
+CONFIG_CDROM_PKTCDVD_BUFFERS=8
+# CONFIG_CDROM_PKTCDVD_WCACHE is not set
+CONFIG_SUNVDC=m
+
+##
+## file: drivers/char/Kconfig
+##
+CONFIG_PRINTER=m
+# CONFIG_LP_CONSOLE is not set
+# CONFIG_PPDEV is not set
+# CONFIG_DTLK is not set
+# CONFIG_APPLICOM is not set
+
+##
+## file: drivers/char/hw_random/Kconfig
+##
+CONFIG_HW_RANDOM_N2RNG=m
+
+##
+## file: drivers/char/ipmi/Kconfig
+##
+# CONFIG_IPMI_HANDLER is not set
+
+##
+## file: drivers/crypto/Kconfig
+##
+CONFIG_CRYPTO_DEV_NIAGARA2=m
+
+##
+## file: drivers/gpu/drm/Kconfig
+##
+CONFIG_DRM=m
+
+##
+## file: drivers/gpu/drm/i2c/Kconfig
+##
+CONFIG_DRM_I2C_CH7006=m
+CONFIG_DRM_I2C_SIL164=m
+
+##
+## file: drivers/gpu/drm/nouveau/Kconfig
+##
+CONFIG_DRM_NOUVEAU=m
+# CONFIG_DRM_NOUVEAU_BACKLIGHT is not set
+
+##
+## file: drivers/gpu/drm/radeon/Kconfig
+##
+CONFIG_DRM_RADEON=m
+
+##
+## file: drivers/hid/usbhid/Kconfig
+##
+CONFIG_USB_HID=y
+
+##
+## file: drivers/hwmon/Kconfig
+##
+# CONFIG_SENSORS_ADM1021 is not set
+# CONFIG_SENSORS_ADM1025 is not set
+# CONFIG_SENSORS_ADM1026 is not set
+# CONFIG_SENSORS_ADM1031 is not set
+# CONFIG_SENSORS_ASB100 is not set
+# CONFIG_SENSORS_DS1621 is not set
+# CONFIG_SENSORS_F71805F is not set
+# CONFIG_SENSORS_GL518SM is not set
+# CONFIG_SENSORS_GL520SM is not set
+# CONFIG_SENSORS_MAX1619 is not set
+# CONFIG_SENSORS_LM63 is not set
+# CONFIG_SENSORS_LM75 is not set
+# CONFIG_SENSORS_LM77 is not set
+# CONFIG_SENSORS_LM78 is not set
+# CONFIG_SENSORS_LM80 is not set
+# CONFIG_SENSORS_LM83 is not set
+# CONFIG_SENSORS_LM85 is not set
+# CONFIG_SENSORS_LM87 is not set
+# CONFIG_SENSORS_LM90 is not set
+# CONFIG_SENSORS_LM92 is not set
+# CONFIG_SENSORS_PC87360 is not set
+# CONFIG_SENSORS_PCF8591 is not set
+# CONFIG_SENSORS_SIS5595 is not set
+# CONFIG_SENSORS_SMSC47M1 is not set
+# CONFIG_SENSORS_SMSC47B397 is not set
+# CONFIG_SENSORS_VIA686A is not set
+# CONFIG_SENSORS_W83781D is not set
+# CONFIG_SENSORS_W83L785TS is not set
+# CONFIG_SENSORS_W83627HF is not set
+
+##
+## file: drivers/i2c/Kconfig
+##
+CONFIG_I2C=m
+# CONFIG_I2C_STUB is not set
+# CONFIG_I2C_DEBUG_CORE is not set
+# CONFIG_I2C_DEBUG_ALGO is not set
+# CONFIG_I2C_DEBUG_BUS is not set
+
+##
+## file: drivers/i2c/busses/Kconfig
+##
+# CONFIG_I2C_ALI1535 is not set
+# CONFIG_I2C_ALI1563 is not set
+# CONFIG_I2C_ALI15X3 is not set
+# CONFIG_I2C_AMD756 is not set
+# CONFIG_I2C_AMD8111 is not set
+# CONFIG_I2C_I801 is not set
+# CONFIG_I2C_PIIX4 is not set
+# CONFIG_I2C_NFORCE2 is not set
+# CONFIG_I2C_SIS5595 is not set
+# CONFIG_I2C_SIS630 is not set
+# CONFIG_I2C_SIS96X is not set
+# CONFIG_I2C_VIA is not set
+# CONFIG_I2C_VIAPRO is not set
+CONFIG_I2C_PARPORT=m
+# CONFIG_I2C_PCA_ISA is not set
+
+##
+## file: drivers/input/Kconfig
+##
+# CONFIG_INPUT_JOYDEV is not set
+
+##
+## file: drivers/input/gameport/Kconfig
+##
+# CONFIG_GAMEPORT is not set
+
+##
+## file: drivers/input/keyboard/Kconfig
+##
+CONFIG_INPUT_KEYBOARD=y
+CONFIG_KEYBOARD_ATKBD=y
+CONFIG_KEYBOARD_LKKBD=m
+# CONFIG_KEYBOARD_NEWTON is not set
+CONFIG_KEYBOARD_SUNKBD=y
+# CONFIG_KEYBOARD_XTKBD is not set
+
+##
+## file: drivers/input/misc/Kconfig
+##
+CONFIG_INPUT_MISC=y
+CONFIG_INPUT_SPARCSPKR=m
+# CONFIG_INPUT_UINPUT is not set
+
+##
+## file: drivers/input/mouse/Kconfig
+##
+CONFIG_INPUT_MOUSE=y
+CONFIG_MOUSE_PS2=y
+CONFIG_MOUSE_SERIAL=y
+# CONFIG_MOUSE_VSXXXAA is not set
+
+##
+## file: drivers/input/serio/Kconfig
+##
+CONFIG_SERIO=y
+CONFIG_SERIO_I8042=y
+# CONFIG_SERIO_SERPORT is not set
+# CONFIG_SERIO_PARKBD is not set
+# CONFIG_SERIO_PCIPS2 is not set
+CONFIG_SERIO_LIBPS2=y
+# CONFIG_SERIO_RAW is not set
+
+##
+## file: drivers/input/touchscreen/Kconfig
+##
+# CONFIG_INPUT_TOUCHSCREEN is not set
+
+##
+## file: drivers/media/pci/cx88/Kconfig
+##
+# CONFIG_VIDEO_CX88 is not set
+
+##
+## file: drivers/media/pci/saa7146/Kconfig
+##
+# CONFIG_VIDEO_HEXIUM_GEMINI is not set
+# CONFIG_VIDEO_HEXIUM_ORION is not set
+# CONFIG_VIDEO_MXB is not set
+
+##
+## file: drivers/media/radio/Kconfig
+##
+# CONFIG_RADIO_MAXIRADIO is not set
+# CONFIG_USB_DSBR is not set
+
+##
+## file: drivers/mmc/Kconfig
+##
+# CONFIG_MMC is not set
+
+##
+## file: drivers/mtd/Kconfig
+##
+# CONFIG_MTD is not set
+
+##
+## file: drivers/net/Kconfig
+##
+CONFIG_NET_FC=y
+
+##
+## file: drivers/net/arcnet/Kconfig
+##
+# CONFIG_ARCNET is not set
+
+##
+## file: drivers/net/ethernet/3com/Kconfig
+##
+CONFIG_NET_VENDOR_3COM=y
+CONFIG_VORTEX=m
+CONFIG_TYPHOON=m
+
+##
+## file: drivers/net/ethernet/8390/Kconfig
+##
+CONFIG_NE2K_PCI=m
+
+##
+## file: drivers/net/ethernet/adaptec/Kconfig
+##
+CONFIG_ADAPTEC_STARFIRE=m
+
+##
+## file: drivers/net/ethernet/amd/Kconfig
+##
+# CONFIG_AMD8111_ETH is not set
+CONFIG_SUNLANCE=m
+
+##
+## file: drivers/net/ethernet/broadcom/Kconfig
+##
+CONFIG_B44=m
+
+##
+## file: drivers/net/ethernet/dec/tulip/Kconfig
+##
+CONFIG_NET_TULIP=y
+# CONFIG_DE2104X is not set
+CONFIG_TULIP=m
+# CONFIG_TULIP_MWI is not set
+# CONFIG_TULIP_MMIO is not set
+CONFIG_WINBOND_840=m
+CONFIG_DM9102=m
+
+##
+## file: drivers/net/ethernet/dlink/Kconfig
+##
+CONFIG_SUNDANCE=m
+CONFIG_SUNDANCE_MMIO=y
+
+##
+## file: drivers/net/ethernet/intel/Kconfig
+##
+CONFIG_E100=m
+
+##
+## file: drivers/net/ethernet/natsemi/Kconfig
+##
+CONFIG_NATSEMI=m
+
+##
+## file: drivers/net/ethernet/nvidia/Kconfig
+##
+# CONFIG_FORCEDETH is not set
+
+##
+## file: drivers/net/ethernet/realtek/Kconfig
+##
+# CONFIG_8139CP is not set
+CONFIG_8139TOO=m
+
+##
+## file: drivers/net/ethernet/sis/Kconfig
+##
+CONFIG_SIS900=m
+
+##
+## file: drivers/net/ethernet/smsc/Kconfig
+##
+CONFIG_EPIC100=m
+
+##
+## file: drivers/net/ethernet/sun/Kconfig
+##
+CONFIG_HAPPYMEAL=m
+CONFIG_SUNBMAC=m
+CONFIG_SUNQE=m
+CONFIG_SUNGEM=m
+CONFIG_SUNVNET=m
+
+##
+## file: drivers/net/ethernet/via/Kconfig
+##
+CONFIG_VIA_RHINE=m
+# CONFIG_VIA_RHINE_MMIO is not set
+
+##
+## file: drivers/net/fddi/Kconfig
+##
+CONFIG_FDDI=y
+CONFIG_SKFP=m
+
+##
+## file: drivers/net/hippi/Kconfig
+##
+# CONFIG_HIPPI is not set
+
+##
+## file: drivers/net/plip/Kconfig
+##
+CONFIG_PLIP=m
+
+##
+## file: drivers/net/wan/Kconfig
+##
+# CONFIG_WAN is not set
+
+##
+## file: drivers/net/wireless/marvell/mwifiex/Kconfig
+##
+CONFIG_MWIFIEX=m
+CONFIG_MWIFIEX_PCIE=m
+
+##
+## file: drivers/parport/Kconfig
+##
+CONFIG_PARPORT_SUNBPP=m
+
+##
+## file: drivers/pci/Kconfig
+##
+CONFIG_PCI=y
+
+##
+## file: drivers/sbus/char/Kconfig
+##
+CONFIG_SUN_OPENPROMIO=y
+CONFIG_OBP_FLASH=m
+CONFIG_BBC_I2C=m
+CONFIG_ENVCTRL=m
+CONFIG_DISPLAY7SEG=m
+
+##
+## file: drivers/scsi/Kconfig
+##
+CONFIG_SCSI_ARCMSR=m
+# CONFIG_SCSI_MYRB is not set
+# CONFIG_SCSI_MYRS is not set
+CONFIG_SCSI_DMX3191D=m
+# CONFIG_SCSI_IPS is not set
+CONFIG_SCSI_INITIO=m
+# CONFIG_SCSI_INIA100 is not set
+CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
+CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
+CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
+CONFIG_SCSI_IPR=m
+# CONFIG_SCSI_IPR_TRACE is not set
+# CONFIG_SCSI_IPR_DUMP is not set
+CONFIG_SCSI_QLOGIC_1280=m
+CONFIG_SCSI_QLOGICPTI=m
+CONFIG_SCSI_DC395x=m
+CONFIG_SCSI_SUNESP=m
+
+##
+## file: drivers/scsi/megaraid/Kconfig.megaraid
+##
+CONFIG_MEGARAID_NEWGEN=y
+CONFIG_MEGARAID_MM=m
+CONFIG_MEGARAID_MAILBOX=m
+CONFIG_MEGARAID_LEGACY=m
+
+##
+## file: drivers/tty/Kconfig
+##
+CONFIG_VT=y
+CONFIG_VT_CONSOLE=y
+# CONFIG_SERIAL_NONSTANDARD is not set
+
+##
+## file: drivers/tty/serial/Kconfig
+##
+CONFIG_SERIAL_SUNZILOG=y
+CONFIG_SERIAL_SUNZILOG_CONSOLE=y
+CONFIG_SERIAL_SUNSU=y
+CONFIG_SERIAL_SUNSU_CONSOLE=y
+CONFIG_SERIAL_SUNSAB=y
+CONFIG_SERIAL_SUNSAB_CONSOLE=y
+CONFIG_SERIAL_SUNHV=y
+CONFIG_SERIAL_JSM=m
+
+##
+## file: drivers/usb/Kconfig
+##
+CONFIG_USB=m
+
+##
+## file: drivers/usb/host/Kconfig
+##
+CONFIG_USB_EHCI_HCD=m
+CONFIG_USB_OHCI_HCD=m
+CONFIG_USB_UHCI_HCD=m
+# CONFIG_USB_SL811_HCD is not set
+
+##
+## file: drivers/usb/misc/Kconfig
+##
+# CONFIG_USB_USS720 is not set
+
+##
+## file: drivers/video/backlight/Kconfig
+##
+# CONFIG_LCD_CLASS_DEVICE is not set
+# CONFIG_BACKLIGHT_CLASS_DEVICE is not set
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+# CONFIG_FB_CIRRUS is not set
+CONFIG_FB_PM2=y
+# CONFIG_FB_PM2_FIFO_DISCONNECT is not set
+# CONFIG_FB_ASILIANT is not set
+# CONFIG_FB_IMSTT is not set
+CONFIG_FB_SBUS=y
+# CONFIG_FB_BW2 is not set
+# CONFIG_FB_CG3 is not set
+CONFIG_FB_CG6=y
+CONFIG_FB_FFB=y
+# CONFIG_FB_TCX is not set
+# CONFIG_FB_CG14 is not set
+# CONFIG_FB_P9100 is not set
+# CONFIG_FB_LEO is not set
+CONFIG_FB_XVR500=y
+CONFIG_FB_XVR2500=y
+CONFIG_FB_XVR1000=y
+# CONFIG_FB_S1D13XXX is not set
+# CONFIG_FB_MATROX is not set
+CONFIG_FB_RADEON=y
+# CONFIG_FB_RADEON_I2C is not set
+# CONFIG_FB_RADEON_DEBUG is not set
+CONFIG_FB_ATY128=y
+CONFIG_FB_ATY=y
+CONFIG_FB_ATY_CT=y
+# CONFIG_FB_ATY_GENERIC_LCD is not set
+CONFIG_FB_ATY_GX=y
+# CONFIG_FB_SAVAGE is not set
+# CONFIG_FB_SIS is not set
+# CONFIG_FB_NEOMAGIC is not set
+# CONFIG_FB_KYRO is not set
+# CONFIG_FB_3DFX is not set
+# CONFIG_FB_VOODOO1 is not set
+# CONFIG_FB_TRIDENT is not set
+# CONFIG_FB_VIRTUAL is not set
+
+##
+## file: drivers/video/fbdev/core/Kconfig
+##
+CONFIG_FB_MODE_HELPERS=y
+# CONFIG_FB_TILEBLITTING is not set
+
+##
+## file: drivers/w1/Kconfig
+##
+# CONFIG_W1 is not set
+
+##
+## file: init/Kconfig
+##
+CONFIG_SGETMASK_SYSCALL=y
+CONFIG_SYSFS_SYSCALL=y
+
+##
+## file: lib/xz/Kconfig
+##
+CONFIG_XZ_DEC_SPARC=y
+
+##
+## file: mm/Kconfig
+##
+## choice: Memory model
+# CONFIG_FLATMEM_MANUAL is not set
+CONFIG_SPARSEMEM_MANUAL=y
+## end choice
+
+##
+## file: net/ax25/Kconfig
+##
+# CONFIG_HAMRADIO is not set
+
+##
+## file: net/lapb/Kconfig
+##
+# CONFIG_LAPB is not set
+
+##
+## file: sound/drivers/Kconfig
+##
+# CONFIG_SND_DUMMY is not set
+CONFIG_SND_VIRMIDI=m
+# CONFIG_SND_MTPAV is not set
+# CONFIG_SND_SERIAL_U16550 is not set
+# CONFIG_SND_MPU401 is not set
+
+##
+## file: sound/pci/Kconfig
+##
+CONFIG_SND_ALI5451=m
+# CONFIG_SND_ATIIXP is not set
+# CONFIG_SND_ATIIXP_MODEM is not set
+# CONFIG_SND_AU8810 is not set
+# CONFIG_SND_AU8820 is not set
+# CONFIG_SND_AU8830 is not set
+# CONFIG_SND_AZT3328 is not set
+# CONFIG_SND_BT87X is not set
+# CONFIG_SND_CA0106 is not set
+CONFIG_SND_CMIPCI=m
+# CONFIG_SND_CS4281 is not set
+# CONFIG_SND_CS46XX is not set
+CONFIG_SND_EMU10K1=m
+# CONFIG_SND_EMU10K1X is not set
+CONFIG_SND_ENS1370=m
+CONFIG_SND_ENS1371=m
+# CONFIG_SND_ES1938 is not set
+# CONFIG_SND_ES1968 is not set
+# CONFIG_SND_FM801 is not set
+# CONFIG_SND_HDSP is not set
+# CONFIG_SND_ICE1712 is not set
+# CONFIG_SND_ICE1724 is not set
+# CONFIG_SND_INTEL8X0 is not set
+# CONFIG_SND_INTEL8X0M is not set
+# CONFIG_SND_KORG1212 is not set
+CONFIG_SND_MAESTRO3=m
+# CONFIG_SND_MIXART is not set
+# CONFIG_SND_NM256 is not set
+# CONFIG_SND_RME32 is not set
+# CONFIG_SND_RME96 is not set
+# CONFIG_SND_RME9652 is not set
+# CONFIG_SND_SONICVIBES is not set
+# CONFIG_SND_TRIDENT is not set
+# CONFIG_SND_VIA82XX is not set
+# CONFIG_SND_VIA82XX_MODEM is not set
+# CONFIG_SND_VX222 is not set
+# CONFIG_SND_YMFPCI is not set
+
+##
+## file: sound/pci/hda/Kconfig
+##
+# CONFIG_SND_HDA_INTEL is not set
+
+##
+## file: sound/sparc/Kconfig
+##
+CONFIG_SND_SUN_AMD7930=m
+CONFIG_SND_SUN_CS4231=m
+CONFIG_SND_SUN_DBRI=m
diff --git a/debian/config/kernelarch-sparc/config-smp b/debian/config/kernelarch-sparc/config-smp
new file mode 100644
index 0000000000000..323cbd074e4e1
--- /dev/null
+++ b/debian/config/kernelarch-sparc/config-smp
@@ -0,0 +1,6 @@
+##
+## file: arch/sparc/Kconfig
+##
+CONFIG_SMP=y
+CONFIG_NR_CPUS=256
+CONFIG_SCHED_SMT=y
diff --git a/debian/config/kernelarch-sparc/config-up b/debian/config/kernelarch-sparc/config-up
new file mode 100644
index 0000000000000..4ddea70541b91
--- /dev/null
+++ b/debian/config/kernelarch-sparc/config-up
@@ -0,0 +1,4 @@
+##
+## file: arch/sparc/Kconfig
+##
+# CONFIG_SMP is not set
diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config
new file mode 100644
index 0000000000000..d77140dbd78aa
--- /dev/null
+++ b/debian/config/kernelarch-x86/config
@@ -0,0 +1,2261 @@
+##
+## file: arch/Kconfig
+##
+CONFIG_SECCOMP=y
+# CONFIG_LOCK_EVENT_COUNTS is not set
+
+##
+## file: arch/x86/Kconfig
+##
+CONFIG_X86_MPPARSE=y
+CONFIG_X86_CPU_RESCTRL=y
+# CONFIG_X86_EXTENDED_PLATFORM is not set
+CONFIG_X86_INTEL_LPSS=y
+CONFIG_X86_AMD_PLATFORM_DEVICE=y
+CONFIG_IOSF_MBI=m
+# CONFIG_IOSF_MBI_DEBUG is not set
+CONFIG_SCHED_OMIT_FRAME_POINTER=y
+CONFIG_HYPERVISOR_GUEST=y
+CONFIG_PARAVIRT=y
+# CONFIG_PARAVIRT_DEBUG is not set
+CONFIG_PARAVIRT_SPINLOCKS=y
+CONFIG_KVM_GUEST=y
+# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
+# CONFIG_JAILHOUSE_GUEST is not set
+CONFIG_HPET_TIMER=y
+CONFIG_DMI=y
+CONFIG_GART_IOMMU=y
+CONFIG_SCHED_MC=y
+CONFIG_SCHED_MC_PRIO=y
+CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
+CONFIG_X86_MCE=y
+# CONFIG_X86_MCELOG_LEGACY is not set
+CONFIG_X86_MCE_INTEL=y
+CONFIG_X86_MCE_AMD=y
+# CONFIG_X86_ANCIENT_MCE is not set
+CONFIG_X86_MCE_INJECT=m
+CONFIG_X86_16BIT=y
+CONFIG_X86_MSR=m
+CONFIG_X86_CPUID=m
+CONFIG_AMD_MEM_ENCRYPT=y
+CONFIG_NODES_SHIFT=6
+# CONFIG_ARCH_MEMORY_PROBE is not set
+CONFIG_X86_PMEM_LEGACY=m
+# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
+CONFIG_MTRR=y
+CONFIG_MTRR_SANITIZER=y
+CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
+CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
+CONFIG_X86_PAT=y
+CONFIG_X86_UMIP=y
+CONFIG_EFI=y
+CONFIG_EFI_STUB=y
+# CONFIG_EFI_FAKE_MEMMAP is not set
+CONFIG_EFI_RUNTIME_MAP=y
+CONFIG_RELOCATABLE=y
+CONFIG_RANDOMIZE_BASE=y
+# CONFIG_COMPAT_VDSO is not set
+# CONFIG_CMDLINE_BOOL is not set
+CONFIG_MODIFY_LDT_SYSCALL=y
+CONFIG_MITIGATION_RETPOLINE=y
+# CONFIG_PCI_CNB20LE_QUIRK is not set
+# CONFIG_ISA_BUS is not set
+CONFIG_IA32_EMULATION=y
+
+##
+## file: arch/x86/Kconfig.cpu
+##
+# CONFIG_PROCESSOR_SELECT is not set
+
+##
+## file: arch/x86/Kconfig.debug
+##
+# CONFIG_X86_VERBOSE_BOOTUP is not set
+CONFIG_EARLY_PRINTK=y
+# CONFIG_EARLY_PRINTK_DBGP is not set
+# CONFIG_EFI_PGT_DUMP is not set
+# CONFIG_DEBUG_TLBFLUSH is not set
+# CONFIG_IOMMU_DEBUG is not set
+# CONFIG_X86_DECODER_SELFTEST is not set
+## choice: IO delay type
+CONFIG_IO_DELAY_0X80=y
+# CONFIG_IO_DELAY_0XED is not set
+# CONFIG_IO_DELAY_UDELAY is not set
+# CONFIG_IO_DELAY_NONE is not set
+## end choice
+# CONFIG_DEBUG_BOOT_PARAMS is not set
+# CONFIG_CPA_DEBUG is not set
+# CONFIG_DEBUG_ENTRY is not set
+# CONFIG_DEBUG_NMI_SELFTEST is not set
+# CONFIG_PUNIT_ATOM_DEBUG is not set
+
+##
+## file: arch/x86/crypto/Kconfig
+##
+CONFIG_CRYPTO_AES_NI_INTEL=m
+CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=m
+CONFIG_CRYPTO_CRC32C_INTEL=m
+CONFIG_CRYPTO_CRC32_PCLMUL=m
+
+##
+## file: arch/x86/events/Kconfig
+##
+CONFIG_PERF_EVENTS_INTEL_UNCORE=m
+CONFIG_PERF_EVENTS_INTEL_RAPL=m
+CONFIG_PERF_EVENTS_INTEL_CSTATE=m
+CONFIG_PERF_EVENTS_AMD_POWER=m
+
+##
+## file: arch/x86/kvm/Kconfig
+##
+CONFIG_VIRTUALIZATION=y
+CONFIG_KVM=m
+CONFIG_KVM_INTEL=m
+CONFIG_X86_SGX_KVM=y
+CONFIG_KVM_AMD=m
+CONFIG_KVM_AMD_SEV=y
+
+##
+## file: arch/x86/xen/Kconfig
+##
+CONFIG_XEN=y
+CONFIG_XEN_PV=y
+CONFIG_XEN_PVHVM_GUEST=y
+# CONFIG_XEN_DEBUG_FS is not set
+CONFIG_XEN_PVH=y
+CONFIG_XEN_DOM0=y
+
+##
+## file: block/partitions/Kconfig
+##
+CONFIG_ACORN_PARTITION=y
+# CONFIG_ACORN_PARTITION_CUMANA is not set
+# CONFIG_ACORN_PARTITION_EESOX is not set
+CONFIG_ACORN_PARTITION_ICS=y
+# CONFIG_ACORN_PARTITION_ADFS is not set
+# CONFIG_ACORN_PARTITION_POWERTEC is not set
+CONFIG_ACORN_PARTITION_RISCIX=y
+CONFIG_OSF_PARTITION=y
+CONFIG_AMIGA_PARTITION=y
+CONFIG_ATARI_PARTITION=y
+CONFIG_MAC_PARTITION=y
+CONFIG_BSD_DISKLABEL=y
+CONFIG_MINIX_SUBPARTITION=y
+CONFIG_SOLARIS_X86_PARTITION=y
+CONFIG_UNIXWARE_DISKLABEL=y
+CONFIG_LDM_PARTITION=y
+# CONFIG_LDM_DEBUG is not set
+CONFIG_SGI_PARTITION=y
+CONFIG_ULTRIX_PARTITION=y
+CONFIG_SUN_PARTITION=y
+
+##
+## file: drivers/acpi/Kconfig
+##
+CONFIG_ACPI=y
+CONFIG_ACPI_SPCR_TABLE=y
+CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y
+# CONFIG_ACPI_EC_DEBUGFS is not set
+CONFIG_ACPI_AC=m
+CONFIG_ACPI_BATTERY=m
+CONFIG_ACPI_BUTTON=m
+CONFIG_ACPI_VIDEO=m
+CONFIG_ACPI_FAN=m
+CONFIG_ACPI_DOCK=y
+CONFIG_ACPI_PROCESSOR=m
+CONFIG_ACPI_IPMI=m
+CONFIG_ACPI_PROCESSOR_AGGREGATOR=m
+CONFIG_ACPI_THERMAL=y
+# CONFIG_ACPI_DEBUG is not set
+CONFIG_ACPI_PCI_SLOT=y
+CONFIG_ACPI_CONTAINER=y
+CONFIG_ACPI_HOTPLUG_MEMORY=y
+CONFIG_ACPI_SBS=m
+CONFIG_ACPI_HED=m
+CONFIG_ACPI_EXTLOG=y
+CONFIG_X86_PM_TIMER=y
+
+##
+## file: drivers/acpi/apei/Kconfig
+##
+CONFIG_ACPI_APEI=y
+CONFIG_ACPI_APEI_GHES=y
+CONFIG_ACPI_APEI_PCIEAER=y
+CONFIG_ACPI_APEI_MEMORY_FAILURE=y
+CONFIG_ACPI_APEI_EINJ=m
+# CONFIG_ACPI_APEI_ERST_DEBUG is not set
+
+##
+## file: drivers/acpi/dptf/Kconfig
+##
+CONFIG_DPTF_POWER=m
+
+##
+## file: drivers/acpi/pmic/Kconfig
+##
+CONFIG_PMIC_OPREGION=y
+CONFIG_BYTCRC_PMIC_OPREGION=y
+CONFIG_CHTCRC_PMIC_OPREGION=y
+CONFIG_XPOWER_PMIC_OPREGION=y
+CONFIG_BXT_WC_PMIC_OPREGION=y
+CONFIG_CHT_WC_PMIC_OPREGION=y
+CONFIG_CHT_DC_TI_PMIC_OPREGION=y
+
+##
+## file: drivers/ata/Kconfig
+##
+CONFIG_PATA_ALI=m
+CONFIG_PATA_AMD=m
+CONFIG_PATA_ATIIXP=m
+CONFIG_PATA_CMD64X=m
+CONFIG_PATA_EFAR=m
+CONFIG_PATA_HPT366=m
+CONFIG_PATA_HPT37X=m
+CONFIG_PATA_NETCELL=m
+CONFIG_PATA_NS87415=m
+CONFIG_PATA_OLDPIIX=m
+CONFIG_PATA_PDC2027X=m
+CONFIG_PATA_PDC_OLD=m
+CONFIG_PATA_SERVERWORKS=m
+CONFIG_PATA_SIL680=m
+CONFIG_PATA_TRIFLEX=m
+CONFIG_PATA_VIA=m
+CONFIG_PATA_MPIIX=m
+CONFIG_PATA_NS87410=m
+CONFIG_PATA_PCMCIA=m
+CONFIG_PATA_RZ1000=m
+CONFIG_PATA_LEGACY=m
+
+##
+## file: drivers/atm/Kconfig
+##
+CONFIG_ATM_DRIVERS=y
+CONFIG_ATM_TCP=m
+CONFIG_ATM_LANAI=m
+CONFIG_ATM_ENI=m
+# CONFIG_ATM_ENI_DEBUG is not set
+# CONFIG_ATM_ENI_TUNE_BURST is not set
+CONFIG_ATM_IDT77252=m
+# CONFIG_ATM_IDT77252_DEBUG is not set
+# CONFIG_ATM_IDT77252_RCV_ALL is not set
+# CONFIG_ATM_FORE200E_USE_TASKLET is not set
+CONFIG_ATM_FORE200E_TX_RETRY=16
+CONFIG_ATM_FORE200E_DEBUG=0
+CONFIG_ATM_HE=m
+CONFIG_ATM_HE_USE_SUNI=y
+
+##
+## file: drivers/auxdisplay/Kconfig
+##
+CONFIG_KS0108=m
+CONFIG_KS0108_PORT=0x378
+CONFIG_KS0108_DELAY=2
+
+##
+## file: drivers/block/Kconfig
+##
+CONFIG_BLK_DEV_FD=m
+CONFIG_CDROM_PKTCDVD=m
+CONFIG_CDROM_PKTCDVD_BUFFERS=8
+# CONFIG_CDROM_PKTCDVD_WCACHE is not set
+
+##
+## file: drivers/bluetooth/Kconfig
+##
+CONFIG_BT_HCIUART=m
+CONFIG_BT_HCIUART_H4=y
+CONFIG_BT_HCIUART_BCSP=y
+CONFIG_BT_HCIBCM203X=m
+CONFIG_BT_HCIBPA10X=m
+CONFIG_BT_HCIBFUSB=m
+CONFIG_BT_HCIDTL1=m
+CONFIG_BT_HCIBT3C=m
+CONFIG_BT_HCIBLUECARD=m
+CONFIG_BT_HCIVHCI=m
+
+##
+## file: drivers/char/Kconfig
+##
+CONFIG_PRINTER=m
+# CONFIG_LP_CONSOLE is not set
+CONFIG_PPDEV=m
+CONFIG_DTLK=m
+CONFIG_APPLICOM=m
+CONFIG_MWAVE=m
+CONFIG_NVRAM=m
+CONFIG_HPET=y
+CONFIG_HPET_MMAP=y
+CONFIG_HPET_MMAP_DEFAULT=y
+
+##
+## file: drivers/char/agp/Kconfig
+##
+#. Workaround
+CONFIG_AGP=y
+#. Workaround
+CONFIG_AGP_AMD64=y
+#. Workaround
+CONFIG_AGP_INTEL=y
+#. Workaround
+CONFIG_AGP_SIS=y
+#. Workaround
+CONFIG_AGP_VIA=y
+
+##
+## file: drivers/char/hw_random/Kconfig
+##
+CONFIG_HW_RANDOM_INTEL=m
+CONFIG_HW_RANDOM_AMD=m
+CONFIG_HW_RANDOM_GEODE=m
+CONFIG_HW_RANDOM_VIA=m
+
+##
+## file: drivers/char/ipmi/Kconfig
+##
+CONFIG_IPMI_HANDLER=m
+# CONFIG_IPMI_PANIC_EVENT is not set
+CONFIG_IPMI_DEVICE_INTERFACE=m
+CONFIG_IPMI_SI=m
+CONFIG_IPMI_WATCHDOG=m
+CONFIG_IPMI_POWEROFF=m
+
+##
+## file: drivers/char/tpm/Kconfig
+##
+CONFIG_TCG_TIS=m
+CONFIG_TCG_TIS_SPI_CR50=y
+CONFIG_TCG_TIS_I2C_CR50=m
+CONFIG_TCG_TIS_I2C_ATMEL=m
+CONFIG_TCG_TIS_I2C_INFINEON=m
+CONFIG_TCG_TIS_I2C_NUVOTON=m
+CONFIG_TCG_NSC=m
+CONFIG_TCG_ATMEL=m
+CONFIG_TCG_INFINEON=m
+CONFIG_TCG_XEN=m
+CONFIG_TCG_CRB=m
+
+##
+## file: drivers/char/tpm/st33zp24/Kconfig
+##
+CONFIG_TCG_TIS_ST33ZP24_I2C=m
+
+##
+## file: drivers/comedi/Kconfig
+##
+CONFIG_COMEDI=m
+# CONFIG_COMEDI_DEBUG is not set
+CONFIG_COMEDI_DEFAULT_BUF_SIZE_KB=2048
+CONFIG_COMEDI_DEFAULT_BUF_MAXSIZE_KB=20480
+CONFIG_COMEDI_MISC_DRIVERS=y
+CONFIG_COMEDI_BOND=m
+CONFIG_COMEDI_TEST=m
+CONFIG_COMEDI_PARPORT=m
+CONFIG_COMEDI_SSV_DNP=m
+# CONFIG_COMEDI_ISA_DRIVERS is not set
+CONFIG_COMEDI_II_PCI20KC=m
+CONFIG_COMEDI_S526=m
+CONFIG_COMEDI_PCI_DRIVERS=y
+CONFIG_COMEDI_8255_PCI=m
+CONFIG_COMEDI_ADDI_APCI_1032=m
+CONFIG_COMEDI_ADDI_APCI_1500=m
+CONFIG_COMEDI_ADDI_APCI_1516=m
+CONFIG_COMEDI_ADDI_APCI_1564=m
+CONFIG_COMEDI_ADDI_APCI_16XX=m
+CONFIG_COMEDI_ADDI_APCI_2032=m
+CONFIG_COMEDI_ADDI_APCI_2200=m
+CONFIG_COMEDI_ADDI_APCI_3120=m
+CONFIG_COMEDI_ADDI_APCI_3501=m
+CONFIG_COMEDI_ADDI_APCI_3XXX=m
+CONFIG_COMEDI_ADL_PCI6208=m
+CONFIG_COMEDI_ADL_PCI7X3X=m
+CONFIG_COMEDI_ADL_PCI8164=m
+CONFIG_COMEDI_ADL_PCI9111=m
+CONFIG_COMEDI_ADL_PCI9118=m
+CONFIG_COMEDI_ADV_PCI1710=m
+CONFIG_COMEDI_ADV_PCI1720=m
+CONFIG_COMEDI_ADV_PCI1723=m
+CONFIG_COMEDI_ADV_PCI1724=m
+CONFIG_COMEDI_ADV_PCI1760=m
+CONFIG_COMEDI_ADV_PCI_DIO=m
+CONFIG_COMEDI_AMPLC_DIO200_PCI=m
+CONFIG_COMEDI_AMPLC_PC236_PCI=m
+CONFIG_COMEDI_AMPLC_PC263_PCI=m
+CONFIG_COMEDI_AMPLC_PCI224=m
+CONFIG_COMEDI_AMPLC_PCI230=m
+CONFIG_COMEDI_CONTEC_PCI_DIO=m
+CONFIG_COMEDI_DAS08_PCI=m
+CONFIG_COMEDI_DT3000=m
+CONFIG_COMEDI_DYNA_PCI10XX=m
+CONFIG_COMEDI_GSC_HPDI=m
+CONFIG_COMEDI_MF6X4=m
+CONFIG_COMEDI_ICP_MULTI=m
+CONFIG_COMEDI_DAQBOARD2000=m
+CONFIG_COMEDI_JR3_PCI=m
+CONFIG_COMEDI_KE_COUNTER=m
+CONFIG_COMEDI_CB_PCIDAS64=m
+CONFIG_COMEDI_CB_PCIDAS=m
+CONFIG_COMEDI_CB_PCIDDA=m
+CONFIG_COMEDI_CB_PCIMDAS=m
+CONFIG_COMEDI_CB_PCIMDDA=m
+CONFIG_COMEDI_ME4000=m
+CONFIG_COMEDI_ME_DAQ=m
+CONFIG_COMEDI_NI_6527=m
+CONFIG_COMEDI_NI_65XX=m
+CONFIG_COMEDI_NI_660X=m
+CONFIG_COMEDI_NI_670X=m
+CONFIG_COMEDI_NI_LABPC_PCI=m
+CONFIG_COMEDI_NI_PCIDIO=m
+CONFIG_COMEDI_NI_PCIMIO=m
+CONFIG_COMEDI_RTD520=m
+CONFIG_COMEDI_S626=m
+CONFIG_COMEDI_PCMCIA_DRIVERS=y
+CONFIG_COMEDI_CB_DAS16_CS=m
+CONFIG_COMEDI_DAS08_CS=m
+CONFIG_COMEDI_NI_DAQ_700_CS=m
+CONFIG_COMEDI_NI_DAQ_DIO24_CS=m
+CONFIG_COMEDI_NI_LABPC_CS=m
+CONFIG_COMEDI_NI_MIO_CS=m
+CONFIG_COMEDI_QUATECH_DAQP_CS=m
+CONFIG_COMEDI_USB_DRIVERS=y
+CONFIG_COMEDI_DT9812=m
+CONFIG_COMEDI_NI_USB6501=m
+CONFIG_COMEDI_USBDUX=m
+CONFIG_COMEDI_USBDUXFAST=m
+CONFIG_COMEDI_USBDUXSIGMA=m
+CONFIG_COMEDI_VMK80XX=m
+CONFIG_COMEDI_8255_SA=m
+CONFIG_COMEDI_KCOMEDILIB=m
+
+##
+## file: drivers/cpufreq/Kconfig
+##
+## choice: Default CPUFreq governor
+# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
+# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
+CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
+# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
+## end choice
+
+##
+## file: drivers/cpufreq/Kconfig.x86
+##
+CONFIG_X86_INTEL_PSTATE=y
+CONFIG_X86_PCC_CPUFREQ=m
+CONFIG_X86_AMD_PSTATE=y
+CONFIG_X86_ACPI_CPUFREQ=m
+CONFIG_X86_ACPI_CPUFREQ_CPB=y
+CONFIG_X86_POWERNOW_K8=m
+CONFIG_X86_AMD_FREQ_SENSITIVITY=m
+CONFIG_X86_SPEEDSTEP_CENTRINO=m
+CONFIG_X86_P4_CLOCKMOD=m
+
+##
+## file: drivers/cpuidle/Kconfig
+##
+CONFIG_CPU_IDLE=y
+
+##
+## file: drivers/crypto/Kconfig
+##
+CONFIG_CRYPTO_DEV_PADLOCK=m
+CONFIG_CRYPTO_DEV_PADLOCK_AES=m
+CONFIG_CRYPTO_DEV_PADLOCK_SHA=m
+CONFIG_CRYPTO_DEV_CCP=y
+
+##
+## file: drivers/crypto/ccp/Kconfig
+##
+CONFIG_CRYPTO_DEV_CCP_DD=m
+CONFIG_CRYPTO_DEV_CCP_CRYPTO=m
+
+##
+## file: drivers/crypto/intel/qat/Kconfig
+##
+CONFIG_CRYPTO_DEV_QAT_DH895xCC=m
+CONFIG_CRYPTO_DEV_QAT_C3XXX=m
+CONFIG_CRYPTO_DEV_QAT_C62X=m
+CONFIG_CRYPTO_DEV_QAT_DH895xCCVF=m
+CONFIG_CRYPTO_DEV_QAT_C3XXXVF=m
+CONFIG_CRYPTO_DEV_QAT_C62XVF=m
+
+##
+## file: drivers/dma/Kconfig
+##
+CONFIG_DMADEVICES=y
+CONFIG_INTEL_IDMA64=m
+CONFIG_INTEL_IOATDMA=m
+
+##
+## file: drivers/dma/dw/Kconfig
+##
+CONFIG_DW_DMAC=m
+
+##
+## file: drivers/edac/Kconfig
+##
+CONFIG_EDAC=y
+# CONFIG_EDAC_DEBUG is not set
+CONFIG_EDAC_DECODE_MCE=m
+CONFIG_EDAC_AMD64=m
+CONFIG_EDAC_AMD76X=m
+CONFIG_EDAC_E7XXX=m
+CONFIG_EDAC_E752X=m
+CONFIG_EDAC_I82875P=m
+CONFIG_EDAC_I82975X=m
+CONFIG_EDAC_I3000=m
+CONFIG_EDAC_I3200=m
+CONFIG_EDAC_IE31200=m
+CONFIG_EDAC_X38=m
+CONFIG_EDAC_I5400=m
+CONFIG_EDAC_I7CORE=m
+CONFIG_EDAC_I82860=m
+CONFIG_EDAC_R82600=m
+CONFIG_EDAC_I5000=m
+CONFIG_EDAC_I5100=m
+CONFIG_EDAC_I7300=m
+CONFIG_EDAC_SKX=m
+CONFIG_EDAC_I10NM=m
+CONFIG_EDAC_PND2=m
+CONFIG_EDAC_AMD8131=m
+CONFIG_EDAC_AMD8111=m
+
+##
+## file: drivers/extcon/Kconfig
+##
+CONFIG_EXTCON=m
+CONFIG_EXTCON_AXP288=m
+CONFIG_EXTCON_INTEL_CHT_WC=m
+CONFIG_EXTCON_USBC_CROS_EC=m
+
+##
+## file: drivers/firmware/Kconfig
+##
+CONFIG_EDD=m
+# CONFIG_EDD_OFF is not set
+CONFIG_FIRMWARE_MEMMAP=y
+CONFIG_DMIID=y
+CONFIG_ISCSI_IBFT_FIND=y
+#. Doesn't support handover; see #822575
+# CONFIG_SYSFB_SIMPLEFB is not set
+
+##
+## file: drivers/firmware/efi/Kconfig
+##
+CONFIG_APPLE_PROPERTIES=y
+
+##
+## file: drivers/firmware/google/Kconfig
+##
+CONFIG_GOOGLE_COREBOOT_TABLE=y
+CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=y
+
+##
+## file: drivers/gpio/Kconfig
+##
+CONFIG_GPIOLIB=y
+CONFIG_GPIO_AMDPT=m
+# CONFIG_GPIO_ICH is not set
+CONFIG_GPIO_F7188X=m
+# CONFIG_GPIO_SCH is not set
+CONFIG_GPIO_KEMPLD=m
+CONFIG_GPIO_ML_IOH=m
+
+##
+## file: drivers/gpu/drm/Kconfig
+##
+CONFIG_DRM=m
+CONFIG_DRM_HYPERV=m
+
+##
+## file: drivers/gpu/drm/amd/acp/Kconfig
+##
+CONFIG_DRM_AMD_ACP=y
+
+##
+## file: drivers/gpu/drm/amd/amdgpu/Kconfig
+##
+CONFIG_DRM_AMDGPU=m
+
+##
+## file: drivers/gpu/drm/amd/amdkfd/Kconfig
+##
+CONFIG_HSA_AMD=y
+
+##
+## file: drivers/gpu/drm/ast/Kconfig
+##
+CONFIG_DRM_AST=m
+
+##
+## file: drivers/gpu/drm/display/Kconfig
+##
+CONFIG_DRM_DP_CEC=y
+
+##
+## file: drivers/gpu/drm/gma500/Kconfig
+##
+CONFIG_DRM_GMA500=m
+
+##
+## file: drivers/gpu/drm/i2c/Kconfig
+##
+CONFIG_DRM_I2C_CH7006=m
+CONFIG_DRM_I2C_SIL164=m
+
+##
+## file: drivers/gpu/drm/i915/Kconfig
+##
+CONFIG_DRM_I915=m
+
+##
+## file: drivers/gpu/drm/mgag200/Kconfig
+##
+CONFIG_DRM_MGAG200=m
+
+##
+## file: drivers/gpu/drm/nouveau/Kconfig
+##
+CONFIG_DRM_NOUVEAU=m
+CONFIG_DRM_NOUVEAU_BACKLIGHT=y
+
+##
+## file: drivers/gpu/drm/radeon/Kconfig
+##
+CONFIG_DRM_RADEON=m
+
+##
+## file: drivers/gpu/drm/vboxvideo/Kconfig
+##
+CONFIG_DRM_VBOXVIDEO=m
+
+##
+## file: drivers/gpu/drm/vmwgfx/Kconfig
+##
+CONFIG_DRM_VMWGFX=m
+
+##
+## file: drivers/gpu/drm/xen/Kconfig
+##
+CONFIG_DRM_XEN_FRONTEND=m
+
+##
+## file: drivers/gpu/vga/Kconfig
+##
+CONFIG_VGA_SWITCHEROO=y
+
+##
+## file: drivers/hid/Kconfig
+##
+CONFIG_HID_APPLEIR=m
+CONFIG_HID_HYPERV_MOUSE=m
+
+##
+## file: drivers/hid/i2c-hid/Kconfig
+##
+CONFIG_I2C_HID_ACPI=m
+CONFIG_I2C_HID_OF=m
+
+##
+## file: drivers/hid/intel-ish-hid/Kconfig
+##
+CONFIG_INTEL_ISH_HID=m
+
+##
+## file: drivers/hid/surface-hid/Kconfig
+##
+CONFIG_SURFACE_HID=m
+CONFIG_SURFACE_KBD=m
+
+##
+## file: drivers/hid/usbhid/Kconfig
+##
+CONFIG_USB_HID=m
+
+##
+## file: drivers/hv/Kconfig
+##
+CONFIG_HYPERV=m
+CONFIG_HYPERV_UTILS=m
+CONFIG_HYPERV_BALLOON=m
+
+##
+## file: drivers/hwmon/Kconfig
+##
+CONFIG_SENSORS_ADM1021=m
+CONFIG_SENSORS_ADM1025=m
+CONFIG_SENSORS_ADM1026=m
+CONFIG_SENSORS_ADM1031=m
+CONFIG_SENSORS_AQUACOMPUTER_D5NEXT=m
+CONFIG_SENSORS_K8TEMP=m
+CONFIG_SENSORS_K10TEMP=m
+CONFIG_SENSORS_FAM15H_POWER=m
+CONFIG_SENSORS_ASB100=m
+CONFIG_SENSORS_CORSAIR_CPRO=m
+CONFIG_SENSORS_CORSAIR_PSU=m
+CONFIG_SENSORS_DS1621=m
+CONFIG_SENSORS_DELL_SMM=m
+CONFIG_I8K=y
+CONFIG_SENSORS_F71805F=m
+CONFIG_SENSORS_GL518SM=m
+CONFIG_SENSORS_GL520SM=m
+CONFIG_SENSORS_I5500=m
+CONFIG_SENSORS_IT87=m
+CONFIG_SENSORS_MAX1619=m
+CONFIG_SENSORS_MENF21BMC_HWMON=m
+CONFIG_SENSORS_LM63=m
+CONFIG_SENSORS_LM75=m
+CONFIG_SENSORS_LM77=m
+CONFIG_SENSORS_LM78=m
+CONFIG_SENSORS_LM80=m
+CONFIG_SENSORS_LM83=m
+CONFIG_SENSORS_LM85=m
+CONFIG_SENSORS_LM87=m
+CONFIG_SENSORS_LM90=m
+CONFIG_SENSORS_LM92=m
+CONFIG_SENSORS_PC87360=m
+CONFIG_SENSORS_PCF8591=m
+CONFIG_SENSORS_SIS5595=m
+CONFIG_SENSORS_SMSC47M1=m
+CONFIG_SENSORS_SMSC47B397=m
+CONFIG_SENSORS_SCH5636=m
+CONFIG_SENSORS_VIA686A=m
+CONFIG_SENSORS_W83781D=m
+CONFIG_SENSORS_W83L785TS=m
+CONFIG_SENSORS_W83627HF=m
+CONFIG_SENSORS_ACPI_POWER=m
+CONFIG_SENSORS_ASUS_WMI=m
+CONFIG_SENSORS_ASUS_EC=m
+CONFIG_SENSORS_HP_WMI=m
+
+##
+## file: drivers/hwtracing/intel_th/Kconfig
+##
+CONFIG_INTEL_TH=m
+CONFIG_INTEL_TH_PCI=m
+CONFIG_INTEL_TH_ACPI=m
+CONFIG_INTEL_TH_GTH=m
+CONFIG_INTEL_TH_MSU=m
+CONFIG_INTEL_TH_PTI=m
+
+##
+## file: drivers/i2c/Kconfig
+##
+CONFIG_I2C=y
+CONFIG_ACPI_I2C_OPREGION=y
+# CONFIG_I2C_DEBUG_CORE is not set
+# CONFIG_I2C_DEBUG_ALGO is not set
+# CONFIG_I2C_DEBUG_BUS is not set
+
+##
+## file: drivers/i2c/busses/Kconfig
+##
+CONFIG_I2C_ALI1535=m
+CONFIG_I2C_ALI1563=m
+CONFIG_I2C_ALI15X3=m
+CONFIG_I2C_AMD756=m
+CONFIG_I2C_AMD756_S4882=m
+CONFIG_I2C_AMD8111=m
+CONFIG_I2C_AMD_MP2=m
+CONFIG_I2C_I801=m
+CONFIG_I2C_ISMT=m
+CONFIG_I2C_PIIX4=m
+CONFIG_I2C_CHT_WC=m
+CONFIG_I2C_NFORCE2=m
+CONFIG_I2C_SIS5595=m
+CONFIG_I2C_SIS630=m
+CONFIG_I2C_SIS96X=m
+CONFIG_I2C_VIA=m
+CONFIG_I2C_VIAPRO=m
+CONFIG_I2C_SCMI=m
+#. Sony Vaio Duo 13".
+CONFIG_I2C_DESIGNWARE_PLATFORM=y
+CONFIG_I2C_DESIGNWARE_BAYTRAIL=y
+CONFIG_I2C_DESIGNWARE_PCI=m
+CONFIG_I2C_KEMPLD=m
+CONFIG_I2C_PARPORT=m
+CONFIG_I2C_PCA_ISA=m
+CONFIG_I2C_CROS_EC_TUNNEL=m
+CONFIG_SCx200_ACB=m
+
+##
+## file: drivers/idle/Kconfig
+##
+CONFIG_INTEL_IDLE=y
+
+##
+## file: drivers/iio/accel/Kconfig
+##
+CONFIG_IIO_CROS_EC_ACCEL_LEGACY=m
+
+##
+## file: drivers/iio/common/cros_ec_sensors/Kconfig
+##
+CONFIG_IIO_CROS_EC_SENSORS_CORE=m
+CONFIG_IIO_CROS_EC_SENSORS=m
+CONFIG_IIO_CROS_EC_SENSORS_LID_ANGLE=m
+
+##
+## file: drivers/iio/light/Kconfig
+##
+CONFIG_IIO_CROS_EC_LIGHT_PROX=m
+
+##
+## file: drivers/iio/pressure/Kconfig
+##
+CONFIG_IIO_CROS_EC_BARO=m
+
+##
+## file: drivers/infiniband/hw/usnic/Kconfig
+##
+CONFIG_INFINIBAND_USNIC=m
+
+##
+## file: drivers/input/gameport/Kconfig
+##
+CONFIG_GAMEPORT=m
+CONFIG_GAMEPORT_NS558=m
+CONFIG_GAMEPORT_L4=m
+CONFIG_GAMEPORT_EMU10K1=m
+CONFIG_GAMEPORT_FM801=m
+
+##
+## file: drivers/input/keyboard/Kconfig
+##
+CONFIG_INPUT_KEYBOARD=y
+CONFIG_KEYBOARD_APPLESPI=m
+CONFIG_KEYBOARD_ATKBD=y
+CONFIG_KEYBOARD_LKKBD=m
+CONFIG_KEYBOARD_GPIO=m
+CONFIG_KEYBOARD_NEWTON=m
+CONFIG_KEYBOARD_SUNKBD=m
+CONFIG_KEYBOARD_XTKBD=m
+CONFIG_KEYBOARD_CROS_EC=m
+
+##
+## file: drivers/input/misc/Kconfig
+##
+CONFIG_INPUT_MISC=y
+CONFIG_INPUT_PCSPKR=m
+CONFIG_INPUT_APANEL=m
+CONFIG_INPUT_ATLAS_BTNS=m
+CONFIG_INPUT_UINPUT=m
+CONFIG_INPUT_IDEAPAD_SLIDEBAR=m
+CONFIG_INPUT_SOC_BUTTON_ARRAY=m
+
+##
+## file: drivers/input/mouse/Kconfig
+##
+CONFIG_INPUT_MOUSE=y
+CONFIG_MOUSE_PS2=m
+CONFIG_MOUSE_PS2_VMMOUSE=y
+CONFIG_MOUSE_SERIAL=m
+CONFIG_MOUSE_APPLETOUCH=m
+CONFIG_MOUSE_BCM5974=m
+CONFIG_MOUSE_CYAPA=m
+CONFIG_MOUSE_ELAN_I2C=m
+CONFIG_MOUSE_ELAN_I2C_I2C=y
+CONFIG_MOUSE_ELAN_I2C_SMBUS=y
+CONFIG_MOUSE_VSXXXAA=m
+
+##
+## file: drivers/input/rmi4/Kconfig
+##
+CONFIG_RMI4_CORE=m
+CONFIG_RMI4_SMB=m
+
+##
+## file: drivers/input/serio/Kconfig
+##
+CONFIG_SERIO=y
+CONFIG_SERIO_I8042=y
+CONFIG_SERIO_SERPORT=m
+CONFIG_SERIO_CT82C710=m
+CONFIG_SERIO_PARKBD=m
+CONFIG_SERIO_PCIPS2=m
+CONFIG_SERIO_LIBPS2=y
+CONFIG_SERIO_RAW=m
+CONFIG_HYPERV_KEYBOARD=m
+# CONFIG_SERIO_GPIO_PS2 is not set
+
+##
+## file: drivers/input/touchscreen/Kconfig
+##
+CONFIG_INPUT_TOUCHSCREEN=y
+CONFIG_TOUCHSCREEN_ELAN=m
+CONFIG_TOUCHSCREEN_TSC_SERIO=m
+CONFIG_TOUCHSCREEN_SURFACE3_SPI=m
+
+##
+## file: drivers/iommu/Kconfig
+##
+CONFIG_IRQ_REMAP=y
+
+##
+## file: drivers/iommu/intel/Kconfig
+##
+CONFIG_INTEL_IOMMU=y
+CONFIG_INTEL_IOMMU_SVM=y
+## choice: Default state of Intel DMA Remapping Devices
+CONFIG_INTEL_IOMMU_DEFAULT_ON_INTGPU_OFF=y
+## end choice
+
+##
+## file: drivers/isdn/Kconfig
+##
+CONFIG_ISDN=y
+
+##
+## file: drivers/leds/Kconfig
+##
+CONFIG_LEDS_APU=m
+CONFIG_LEDS_CLEVO_MAIL=m
+CONFIG_LEDS_MENF21BMC=m
+
+##
+## file: drivers/leds/simple/Kconfig
+##
+CONFIG_LEDS_SIEMENS_SIMATIC_IPC=m
+
+##
+## file: drivers/media/cec/Kconfig
+##
+CONFIG_MEDIA_CEC_SUPPORT=y
+
+##
+## file: drivers/media/cec/platform/Kconfig
+##
+CONFIG_CEC_CROS_EC=m
+CONFIG_CEC_SECO=m
+
+##
+## file: drivers/media/dvb-frontends/Kconfig
+##
+CONFIG_DVB_RTL2832_SDR=m
+
+##
+## file: drivers/media/platform/via/Kconfig
+##
+CONFIG_VIDEO_VIA_CAMERA=m
+
+##
+## file: drivers/media/radio/Kconfig
+##
+CONFIG_RADIO_MAXIRADIO=m
+CONFIG_USB_DSBR=m
+
+##
+## file: drivers/media/rc/Kconfig
+##
+CONFIG_IR_FINTEK=m
+CONFIG_IR_ITE_CIR=m
+CONFIG_IR_NUVOTON=m
+CONFIG_IR_SERIAL=m
+CONFIG_IR_SERIAL_TRANSMITTER=y
+CONFIG_IR_WINBOND_CIR=m
+
+##
+## file: drivers/media/tuners/Kconfig
+##
+CONFIG_MEDIA_TUNER_MSI001=m
+
+##
+## file: drivers/media/usb/as102/Kconfig
+##
+CONFIG_DVB_AS102=m
+
+##
+## file: drivers/media/usb/go7007/Kconfig
+##
+# CONFIG_VIDEO_GO7007 is not set
+
+##
+## file: drivers/mfd/Kconfig
+##
+CONFIG_MFD_AXP20X_I2C=m
+# CONFIG_MFD_INTEL_QUARK_I2C_GPIO is not set
+CONFIG_LPC_ICH=m
+CONFIG_INTEL_SOC_PMIC=y
+CONFIG_INTEL_SOC_PMIC_BXTWC=m
+CONFIG_INTEL_SOC_PMIC_CHTWC=y
+CONFIG_INTEL_SOC_PMIC_CHTDC_TI=m
+CONFIG_MFD_INTEL_LPSS_ACPI=m
+CONFIG_MFD_INTEL_LPSS_PCI=m
+CONFIG_MFD_INTEL_PMC_BXT=m
+CONFIG_MFD_KEMPLD=m
+CONFIG_MFD_MENF21BMC=m
+
+##
+## file: drivers/misc/Kconfig
+##
+CONFIG_IBM_ASM=m
+CONFIG_PHANTOM=m
+CONFIG_CS5535_MFGPT=m
+CONFIG_HP_ILO=m
+CONFIG_VMWARE_BALLOON=m
+
+##
+## file: drivers/misc/mei/Kconfig
+##
+CONFIG_INTEL_MEI=m
+CONFIG_INTEL_MEI_ME=m
+CONFIG_INTEL_MEI_TXE=m
+CONFIG_INTEL_MEI_GSC=m
+
+##
+## file: drivers/misc/mei/hdcp/Kconfig
+##
+CONFIG_INTEL_MEI_HDCP=m
+
+##
+## file: drivers/misc/mei/pxp/Kconfig
+##
+CONFIG_INTEL_MEI_PXP=m
+
+##
+## file: drivers/misc/pvpanic/Kconfig
+##
+CONFIG_PVPANIC=y
+CONFIG_PVPANIC_MMIO=m
+CONFIG_PVPANIC_PCI=m
+
+##
+## file: drivers/misc/vmw_vmci/Kconfig
+##
+CONFIG_VMWARE_VMCI=m
+
+##
+## file: drivers/mmc/Kconfig
+##
+CONFIG_MMC=m
+
+##
+## file: drivers/mmc/core/Kconfig
+##
+CONFIG_MMC_BLOCK=m
+
+##
+## file: drivers/mmc/host/Kconfig
+##
+# CONFIG_MMC_DEBUG is not set
+CONFIG_MMC_SDHCI_ACPI=m
+
+##
+## file: drivers/mtd/Kconfig
+##
+CONFIG_FTL=m
+CONFIG_NFTL=m
+CONFIG_NFTL_RW=y
+CONFIG_INFTL=m
+
+##
+## file: drivers/mtd/chips/Kconfig
+##
+CONFIG_MTD_CFI=m
+CONFIG_MTD_JEDECPROBE=m
+# CONFIG_MTD_CFI_ADV_OPTIONS is not set
+CONFIG_MTD_MAP_BANK_WIDTH_1=y
+CONFIG_MTD_MAP_BANK_WIDTH_2=y
+CONFIG_MTD_MAP_BANK_WIDTH_4=y
+# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
+# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
+# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
+CONFIG_MTD_CFI_I1=y
+CONFIG_MTD_CFI_I2=y
+# CONFIG_MTD_CFI_I4 is not set
+# CONFIG_MTD_CFI_I8 is not set
+CONFIG_MTD_CFI_INTELEXT=m
+CONFIG_MTD_CFI_AMDSTD=m
+CONFIG_MTD_CFI_STAA=m
+CONFIG_MTD_RAM=m
+CONFIG_MTD_ROM=m
+CONFIG_MTD_ABSENT=m
+
+##
+## file: drivers/mtd/devices/Kconfig
+##
+# CONFIG_MTD_PMC551 is not set
+# CONFIG_MTD_PMC551_BUGFIX is not set
+# CONFIG_MTD_PMC551_DEBUG is not set
+CONFIG_MTD_SLRAM=m
+CONFIG_MTD_PHRAM=m
+CONFIG_MTD_MTDRAM=m
+CONFIG_MTDRAM_TOTAL_SIZE=4096
+CONFIG_MTDRAM_ERASE_SIZE=128
+CONFIG_MTD_BLOCK2MTD=m
+
+##
+## file: drivers/mtd/maps/Kconfig
+##
+CONFIG_MTD_COMPLEX_MAPPINGS=y
+CONFIG_MTD_PHYSMAP=m
+# CONFIG_MTD_PHYSMAP_COMPAT is not set
+CONFIG_MTD_PHYSMAP_START=0x8000000
+CONFIG_MTD_PHYSMAP_LEN=0x4000000
+CONFIG_MTD_PHYSMAP_BANKWIDTH=2
+CONFIG_MTD_SBC_GXX=m
+# CONFIG_MTD_AMD76XROM is not set
+# CONFIG_MTD_ICHXROM is not set
+# CONFIG_MTD_SCB2_FLASH is not set
+CONFIG_MTD_NETtel=m
+# CONFIG_MTD_L440GX is not set
+CONFIG_MTD_PCI=m
+
+##
+## file: drivers/mtd/nand/raw/Kconfig
+##
+CONFIG_MTD_RAW_NAND=m
+CONFIG_MTD_NAND_DISKONCHIP=m
+# CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED is not set
+CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0
+# CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE is not set
+
+##
+## file: drivers/mtd/parsers/Kconfig
+##
+# CONFIG_MTD_CMDLINE_PARTS is not set
+CONFIG_MTD_REDBOOT_PARTS=y
+CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1
+# CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set
+# CONFIG_MTD_REDBOOT_PARTS_READONLY is not set
+
+##
+## file: drivers/net/Kconfig
+##
+CONFIG_DUMMY=m
+CONFIG_NET_FC=y
+CONFIG_NET_SB1000=m
+CONFIG_VMXNET3=m
+
+##
+## file: drivers/net/arcnet/Kconfig
+##
+CONFIG_ARCNET=m
+CONFIG_ARCNET_1201=m
+CONFIG_ARCNET_1051=m
+CONFIG_ARCNET_RAW=m
+CONFIG_ARCNET_CAP=m
+CONFIG_ARCNET_COM90xx=m
+CONFIG_ARCNET_COM90xxIO=m
+CONFIG_ARCNET_RIM_I=m
+CONFIG_ARCNET_COM20020=m
+CONFIG_ARCNET_COM20020_PCI=m
+CONFIG_ARCNET_COM20020_CS=m
+
+##
+## file: drivers/net/ethernet/Kconfig
+##
+# CONFIG_CX_ECAT is not set
+
+##
+## file: drivers/net/ethernet/3com/Kconfig
+##
+CONFIG_NET_VENDOR_3COM=y
+CONFIG_PCMCIA_3C574=m
+CONFIG_PCMCIA_3C589=m
+CONFIG_VORTEX=m
+CONFIG_TYPHOON=m
+
+##
+## file: drivers/net/ethernet/8390/Kconfig
+##
+CONFIG_NET_VENDOR_8390=y
+CONFIG_PCMCIA_AXNET=m
+CONFIG_NE2K_PCI=m
+CONFIG_PCMCIA_PCNET=m
+
+##
+## file: drivers/net/ethernet/adaptec/Kconfig
+##
+CONFIG_NET_VENDOR_ADAPTEC=y
+CONFIG_ADAPTEC_STARFIRE=m
+
+##
+## file: drivers/net/ethernet/altera/Kconfig
+##
+# CONFIG_ALTERA_TSE is not set
+
+##
+## file: drivers/net/ethernet/amd/Kconfig
+##
+CONFIG_NET_VENDOR_AMD=y
+CONFIG_AMD8111_ETH=m
+CONFIG_PCMCIA_NMCLAN=m
+
+##
+## file: drivers/net/ethernet/broadcom/Kconfig
+##
+CONFIG_NET_VENDOR_BROADCOM=y
+CONFIG_B44=m
+
+##
+## file: drivers/net/ethernet/dec/tulip/Kconfig
+##
+CONFIG_NET_TULIP=y
+CONFIG_DE2104X=m
+CONFIG_TULIP=m
+# CONFIG_TULIP_MWI is not set
+# CONFIG_TULIP_MMIO is not set
+CONFIG_WINBOND_840=m
+CONFIG_DM9102=m
+CONFIG_PCMCIA_XIRCOM=m
+
+##
+## file: drivers/net/ethernet/dlink/Kconfig
+##
+CONFIG_NET_VENDOR_DLINK=y
+CONFIG_SUNDANCE=m
+# CONFIG_SUNDANCE_MMIO is not set
+
+##
+## file: drivers/net/ethernet/fujitsu/Kconfig
+##
+CONFIG_NET_VENDOR_FUJITSU=y
+CONFIG_PCMCIA_FMVJ18X=m
+
+##
+## file: drivers/net/ethernet/intel/Kconfig
+##
+CONFIG_NET_VENDOR_INTEL=y
+CONFIG_E100=m
+
+##
+## file: drivers/net/ethernet/natsemi/Kconfig
+##
+CONFIG_NET_VENDOR_NATSEMI=y
+CONFIG_NATSEMI=m
+
+##
+## file: drivers/net/ethernet/nvidia/Kconfig
+##
+CONFIG_NET_VENDOR_NVIDIA=y
+CONFIG_FORCEDETH=m
+
+##
+## file: drivers/net/ethernet/realtek/Kconfig
+##
+CONFIG_NET_VENDOR_REALTEK=y
+# CONFIG_ATP is not set
+CONFIG_8139CP=m
+CONFIG_8139TOO=m
+
+##
+## file: drivers/net/ethernet/sis/Kconfig
+##
+CONFIG_NET_VENDOR_SIS=y
+CONFIG_SIS900=m
+
+##
+## file: drivers/net/ethernet/smsc/Kconfig
+##
+CONFIG_NET_VENDOR_SMSC=y
+CONFIG_PCMCIA_SMC91C92=m
+CONFIG_EPIC100=m
+
+##
+## file: drivers/net/ethernet/stmicro/stmmac/Kconfig
+##
+CONFIG_STMMAC_ETH=m
+CONFIG_DWMAC_INTEL=m
+
+##
+## file: drivers/net/ethernet/sun/Kconfig
+##
+CONFIG_NET_VENDOR_SUN=y
+CONFIG_HAPPYMEAL=m
+CONFIG_SUNGEM=m
+
+##
+## file: drivers/net/ethernet/via/Kconfig
+##
+CONFIG_NET_VENDOR_VIA=y
+CONFIG_VIA_RHINE=m
+# CONFIG_VIA_RHINE_MMIO is not set
+
+##
+## file: drivers/net/ethernet/xircom/Kconfig
+##
+CONFIG_NET_VENDOR_XIRCOM=y
+CONFIG_PCMCIA_XIRC2PS=m
+
+##
+## file: drivers/net/fddi/Kconfig
+##
+CONFIG_FDDI=y
+CONFIG_SKFP=m
+
+##
+## file: drivers/net/hippi/Kconfig
+##
+CONFIG_HIPPI=y
+CONFIG_ROADRUNNER=m
+# CONFIG_ROADRUNNER_LARGE_RINGS is not set
+
+##
+## file: drivers/net/hyperv/Kconfig
+##
+CONFIG_HYPERV_NET=m
+
+##
+## file: drivers/net/plip/Kconfig
+##
+CONFIG_PLIP=m
+
+##
+## file: drivers/net/thunderbolt/Kconfig
+##
+CONFIG_USB4_NET=m
+
+##
+## file: drivers/net/wan/Kconfig
+##
+CONFIG_WAN=y
+CONFIG_PCI200SYN=m
+CONFIG_WANXL=m
+CONFIG_FARSYNC=m
+
+##
+## file: drivers/net/wireless/broadcom/brcm80211/brcmfmac/Kconfig
+##
+#. Sony Vaio laptops
+CONFIG_BRCMFMAC_SDIO=y
+
+##
+## file: drivers/net/wireless/marvell/mwifiex/Kconfig
+##
+CONFIG_MWIFIEX=m
+CONFIG_MWIFIEX_SDIO=m
+CONFIG_MWIFIEX_PCIE=m
+CONFIG_MWIFIEX_USB=m
+
+##
+## file: drivers/nfc/Kconfig
+##
+CONFIG_NFC_MEI_PHY=m
+
+##
+## file: drivers/nfc/pn544/Kconfig
+##
+CONFIG_NFC_PN544_MEI=m
+
+##
+## file: drivers/nvdimm/Kconfig
+##
+CONFIG_LIBNVDIMM=m
+CONFIG_BLK_DEV_PMEM=m
+CONFIG_BTT=y
+
+##
+## file: drivers/pci/Kconfig
+##
+CONFIG_PCI=y
+CONFIG_PCI_PRI=y
+CONFIG_PCI_PASID=y
+CONFIG_VGA_ARB_MAX_GPUS=16
+
+##
+## file: drivers/pci/controller/Kconfig
+##
+CONFIG_VMD=m
+
+##
+## file: drivers/pci/hotplug/Kconfig
+##
+CONFIG_HOTPLUG_PCI=y
+CONFIG_HOTPLUG_PCI_ACPI=y
+CONFIG_HOTPLUG_PCI_ACPI_IBM=m
+CONFIG_HOTPLUG_PCI_CPCI_ZT5550=m
+CONFIG_HOTPLUG_PCI_CPCI_GENERIC=m
+CONFIG_HOTPLUG_PCI_SHPC=y
+
+##
+## file: drivers/pcmcia/Kconfig
+##
+CONFIG_PCCARD=m
+CONFIG_PCMCIA=m
+CONFIG_CARDBUS=y
+CONFIG_YENTA=m
+CONFIG_PD6729=m
+CONFIG_I82092=m
+CONFIG_TCIC=m
+# CONFIG_PCMCIA_DEBUG is not set
+
+##
+## file: drivers/pinctrl/Kconfig
+##
+CONFIG_PINCTRL_AMD=y
+
+##
+## file: drivers/pinctrl/intel/Kconfig
+##
+CONFIG_PINCTRL_BAYTRAIL=y
+CONFIG_PINCTRL_CHERRYVIEW=y
+# CONFIG_PINCTRL_LYNXPOINT is not set
+CONFIG_PINCTRL_ALDERLAKE=m
+CONFIG_PINCTRL_BROXTON=y
+CONFIG_PINCTRL_CANNONLAKE=y
+CONFIG_PINCTRL_CEDARFORK=y
+CONFIG_PINCTRL_DENVERTON=y
+CONFIG_PINCTRL_ELKHARTLAKE=m
+CONFIG_PINCTRL_EMMITSBURG=m
+CONFIG_PINCTRL_GEMINILAKE=y
+CONFIG_PINCTRL_ICELAKE=y
+CONFIG_PINCTRL_JASPERLAKE=m
+CONFIG_PINCTRL_LAKEFIELD=m
+CONFIG_PINCTRL_LEWISBURG=y
+CONFIG_PINCTRL_METEORLAKE=m
+CONFIG_PINCTRL_METEORPOINT=m
+CONFIG_PINCTRL_SUNRISEPOINT=y
+CONFIG_PINCTRL_TIGERLAKE=y
+
+##
+## file: drivers/platform/chrome/Kconfig
+##
+CONFIG_CHROME_PLATFORMS=y
+CONFIG_CHROMEOS_ACPI=m
+CONFIG_CHROMEOS_LAPTOP=m
+CONFIG_CHROMEOS_PSTORE=m
+CONFIG_CHROMEOS_TBMC=m
+CONFIG_CROS_EC=m
+CONFIG_CROS_EC_I2C=m
+CONFIG_CROS_EC_ISHTP=m
+CONFIG_CROS_EC_SPI=m
+CONFIG_CROS_EC_LPC=m
+CONFIG_CROS_KBD_LED_BACKLIGHT=m
+CONFIG_CROS_USBPD_LOGGER=m
+CONFIG_CHROMEOS_PRIVACY_SCREEN=m
+
+##
+## file: drivers/platform/chrome/wilco_ec/Kconfig
+##
+CONFIG_WILCO_EC=m
+CONFIG_WILCO_EC_DEBUGFS=m
+CONFIG_WILCO_EC_EVENTS=m
+CONFIG_WILCO_EC_TELEMETRY=m
+
+##
+## file: drivers/platform/surface/Kconfig
+##
+CONFIG_SURFACE3_WMI=m
+CONFIG_SURFACE_3_POWER_OPREGION=m
+CONFIG_SURFACE_ACPI_NOTIFY=m
+CONFIG_SURFACE_AGGREGATOR_REGISTRY=m
+CONFIG_SURFACE_DTX=m
+CONFIG_SURFACE_GPE=m
+CONFIG_SURFACE_HOTPLUG=m
+CONFIG_SURFACE_PLATFORM_PROFILE=m
+CONFIG_SURFACE_PRO3_BUTTON=m
+
+##
+## file: drivers/platform/surface/aggregator/Kconfig
+##
+CONFIG_SURFACE_AGGREGATOR=m
+
+##
+## file: drivers/platform/x86/Kconfig
+##
+CONFIG_X86_PLATFORM_DEVICES=y
+CONFIG_ACPI_WMI=m
+CONFIG_HUAWEI_WMI=m
+CONFIG_NVIDIA_WMI_EC_BACKLIGHT=m
+CONFIG_XIAOMI_WMI=m
+CONFIG_GIGABYTE_WMI=m
+CONFIG_ACERHDF=m
+CONFIG_ACER_WIRELESS=m
+CONFIG_ACER_WMI=m
+CONFIG_APPLE_GMUX=m
+CONFIG_ASUS_LAPTOP=m
+CONFIG_ASUS_WIRELESS=m
+CONFIG_ASUS_WMI=m
+CONFIG_ASUS_NB_WMI=m
+CONFIG_EEEPC_LAPTOP=m
+CONFIG_EEEPC_WMI=m
+CONFIG_AMILO_RFKILL=m
+CONFIG_FUJITSU_LAPTOP=m
+CONFIG_FUJITSU_TABLET=m
+CONFIG_GPD_POCKET_FAN=m
+CONFIG_IBM_RTL=m
+CONFIG_IDEAPAD_LAPTOP=m
+CONFIG_LENOVO_YMC=m
+CONFIG_SENSORS_HDAPS=m
+CONFIG_THINKPAD_ACPI=m
+CONFIG_THINKPAD_ACPI_ALSA_SUPPORT=y
+# CONFIG_THINKPAD_ACPI_DEBUGFACILITIES is not set
+# CONFIG_THINKPAD_ACPI_DEBUG is not set
+# CONFIG_THINKPAD_ACPI_UNSAFE_LEDS is not set
+CONFIG_THINKPAD_ACPI_VIDEO=y
+CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y
+CONFIG_THINKPAD_LMI=m
+CONFIG_MSI_LAPTOP=m
+CONFIG_MSI_WMI=m
+CONFIG_PCENGINES_APU2=m
+CONFIG_SAMSUNG_LAPTOP=m
+CONFIG_SAMSUNG_Q10=m
+CONFIG_ACPI_TOSHIBA=m
+CONFIG_TOSHIBA_BT_RFKILL=m
+CONFIG_TOSHIBA_HAPS=m
+CONFIG_TOSHIBA_WMI=m
+CONFIG_ACPI_CMPC=m
+CONFIG_COMPAL_LAPTOP=m
+CONFIG_LG_LAPTOP=m
+CONFIG_PANASONIC_LAPTOP=m
+CONFIG_SONY_LAPTOP=m
+CONFIG_SONYPI_COMPAT=y
+CONFIG_SYSTEM76_ACPI=m
+CONFIG_TOPSTAR_LAPTOP=m
+CONFIG_SERIAL_MULTI_INSTANTIATE=m
+CONFIG_TOUCHSCREEN_DMI=y
+CONFIG_INTEL_IPS=m
+
+##
+## file: drivers/platform/x86/dell/Kconfig
+##
+CONFIG_X86_PLATFORM_DRIVERS_DELL=y
+CONFIG_ALIENWARE_WMI=m
+CONFIG_DCDBAS=m
+CONFIG_DELL_LAPTOP=m
+CONFIG_DELL_RBU=m
+CONFIG_DELL_RBTN=m
+CONFIG_DELL_SMBIOS=m
+CONFIG_DELL_SMBIOS_WMI=y
+CONFIG_DELL_SMBIOS_SMM=y
+CONFIG_DELL_SMO8800=m
+CONFIG_DELL_WMI=m
+CONFIG_DELL_WMI_AIO=m
+CONFIG_DELL_WMI_LED=m
+
+##
+## file: drivers/platform/x86/hp/Kconfig
+##
+CONFIG_X86_PLATFORM_DRIVERS_HP=y
+CONFIG_HP_ACCEL=m
+CONFIG_HP_WMI=m
+
+##
+## file: drivers/platform/x86/intel/Kconfig
+##
+CONFIG_INTEL_HID_EVENT=m
+CONFIG_INTEL_VBTN=m
+CONFIG_INTEL_INT0002_VGPIO=m
+CONFIG_INTEL_OAKTRAIL=m
+CONFIG_INTEL_CHTWC_INT33FE=m
+CONFIG_INTEL_RST=m
+CONFIG_INTEL_SDSI=m
+CONFIG_INTEL_SMARTCONNECT=m
+CONFIG_INTEL_TURBO_MAX_3=y
+CONFIG_INTEL_VSEC=m
+
+##
+## file: drivers/platform/x86/intel/atomisp2/Kconfig
+##
+CONFIG_INTEL_ATOMISP2_PM=m
+
+##
+## file: drivers/platform/x86/intel/int3472/Kconfig
+##
+CONFIG_INTEL_SKL_INT3472=m
+
+##
+## file: drivers/platform/x86/intel/pmc/Kconfig
+##
+CONFIG_INTEL_PMC_CORE=m
+
+##
+## file: drivers/platform/x86/intel/pmt/Kconfig
+##
+CONFIG_INTEL_PMT_TELEMETRY=m
+CONFIG_INTEL_PMT_CRASHLOG=m
+
+##
+## file: drivers/platform/x86/intel/speed_select_if/Kconfig
+##
+CONFIG_INTEL_SPEED_SELECT_INTERFACE=m
+
+##
+## file: drivers/platform/x86/intel/wmi/Kconfig
+##
+CONFIG_INTEL_WMI_THUNDERBOLT=m
+
+##
+## file: drivers/platform/x86/siemens/Kconfig
+##
+CONFIG_SIEMENS_SIMATIC_IPC=m
+
+##
+## file: drivers/platform/x86/x86-android-tablets/Kconfig
+##
+CONFIG_X86_ANDROID_TABLETS=m
+
+##
+## file: drivers/pnp/Kconfig
+##
+CONFIG_PNP=y
+
+##
+## file: drivers/power/supply/Kconfig
+##
+CONFIG_BATTERY_SBS=m
+CONFIG_AXP288_CHARGER=m
+CONFIG_AXP288_FUEL_GAUGE=m
+CONFIG_BATTERY_MAX17042=m
+CONFIG_CHARGER_BQ24190=m
+CONFIG_CHARGER_CROS_USBPD=m
+CONFIG_CHARGER_WILCO=m
+CONFIG_BATTERY_SURFACE=m
+CONFIG_CHARGER_SURFACE=m
+
+##
+## file: drivers/powercap/Kconfig
+##
+CONFIG_POWERCAP=y
+CONFIG_INTEL_RAPL=m
+
+##
+## file: drivers/ptp/Kconfig
+##
+CONFIG_PTP_1588_CLOCK_PCH=m
+CONFIG_PTP_1588_CLOCK_KVM=m
+CONFIG_PTP_1588_CLOCK_VMW=m
+
+##
+## file: drivers/pwm/Kconfig
+##
+CONFIG_PWM=y
+CONFIG_PWM_CRC=y
+CONFIG_PWM_CROS_EC=m
+CONFIG_PWM_LPSS_PLATFORM=m
+
+##
+## file: drivers/rapidio/Kconfig
+##
+# CONFIG_RAPIDIO is not set
+
+##
+## file: drivers/regulator/Kconfig
+##
+CONFIG_REGULATOR=y
+
+##
+## file: drivers/rtc/Kconfig
+##
+CONFIG_RTC_DRV_CMOS=y
+CONFIG_RTC_DRV_CROS_EC=m
+CONFIG_RTC_DRV_WILCO_EC=m
+
+##
+## file: drivers/scsi/Kconfig
+##
+CONFIG_SCSI_ARCMSR=m
+CONFIG_SCSI_BUSLOGIC=m
+# CONFIG_SCSI_FLASHPOINT is not set
+CONFIG_SCSI_MYRB=m
+CONFIG_SCSI_MYRS=m
+CONFIG_VMWARE_PVSCSI=m
+CONFIG_HYPERV_STORAGE=m
+CONFIG_SCSI_DMX3191D=m
+CONFIG_SCSI_ISCI=m
+CONFIG_SCSI_IPS=m
+CONFIG_SCSI_INITIO=m
+CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
+CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
+CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
+CONFIG_SCSI_IPR=m
+# CONFIG_SCSI_IPR_TRACE is not set
+# CONFIG_SCSI_IPR_DUMP is not set
+CONFIG_SCSI_QLOGIC_1280=m
+CONFIG_SCSI_DC395x=m
+CONFIG_SCSI_AM53C974=m
+CONFIG_SCSI_DEBUG=m
+
+##
+## file: drivers/scsi/aic7xxx/Kconfig.aic7xxx
+##
+CONFIG_AIC7XXX_CMDS_PER_DEVICE=8
+
+##
+## file: drivers/scsi/megaraid/Kconfig.megaraid
+##
+CONFIG_MEGARAID_NEWGEN=y
+CONFIG_MEGARAID_MM=m
+CONFIG_MEGARAID_MAILBOX=m
+CONFIG_MEGARAID_LEGACY=m
+
+##
+## file: drivers/scsi/pcmcia/Kconfig
+##
+CONFIG_PCMCIA_AHA152X=m
+CONFIG_PCMCIA_QLOGIC=m
+CONFIG_PCMCIA_SYM53C500=m
+
+##
+## file: drivers/spi/Kconfig
+##
+# CONFIG_SPI_INTEL_PCI is not set
+# CONFIG_SPI_INTEL_PLATFORM is not set
+
+##
+## file: drivers/staging/media/Kconfig
+##
+CONFIG_STAGING_MEDIA=y
+
+##
+## file: drivers/staging/rtl8192e/Kconfig
+##
+CONFIG_RTLLIB=m
+CONFIG_RTLLIB_CRYPTO_CCMP=m
+CONFIG_RTLLIB_CRYPTO_TKIP=m
+CONFIG_RTLLIB_CRYPTO_WEP=m
+
+##
+## file: drivers/staging/rtl8192e/rtl8192e/Kconfig
+##
+CONFIG_RTL8192E=m
+
+##
+## file: drivers/staging/rts5208/Kconfig
+##
+CONFIG_RTS5208=m
+
+##
+## file: drivers/staging/vt6656/Kconfig
+##
+CONFIG_VT6656=m
+
+##
+## file: drivers/staging/wlan-ng/Kconfig
+##
+CONFIG_PRISM2_USB=m
+
+##
+## file: drivers/thermal/Kconfig
+##
+CONFIG_THERMAL=y
+# CONFIG_THERMAL_OF is not set
+# CONFIG_CPU_THERMAL is not set
+
+##
+## file: drivers/thermal/intel/Kconfig
+##
+CONFIG_INTEL_POWERCLAMP=m
+CONFIG_X86_PKG_TEMP_THERMAL=m
+CONFIG_INTEL_SOC_DTS_THERMAL=m
+CONFIG_INTEL_PCH_THERMAL=m
+CONFIG_INTEL_HFI_THERMAL=y
+
+##
+## file: drivers/thermal/intel/int340x_thermal/Kconfig
+##
+CONFIG_INT340X_THERMAL=m
+CONFIG_INT3406_THERMAL=m
+
+##
+## file: drivers/thunderbolt/Kconfig
+##
+CONFIG_USB4=m
+
+##
+## file: drivers/tty/Kconfig
+##
+CONFIG_VT=y
+CONFIG_VT_CONSOLE=y
+CONFIG_SERIAL_NONSTANDARD=y
+CONFIG_N_HDLC=m
+
+##
+## file: drivers/tty/serial/Kconfig
+##
+CONFIG_SERIAL_JSM=m
+
+##
+## file: drivers/tty/serial/8250/Kconfig
+##
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_FINTEK=y
+CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_SERIAL_8250_CS=m
+CONFIG_SERIAL_8250_NR_UARTS=32
+CONFIG_SERIAL_8250_RUNTIME_UARTS=4
+CONFIG_SERIAL_8250_EXTENDED=y
+CONFIG_SERIAL_8250_MANY_PORTS=y
+CONFIG_SERIAL_8250_SHARE_IRQ=y
+# CONFIG_SERIAL_8250_DETECT_IRQ is not set
+CONFIG_SERIAL_8250_RSA=y
+CONFIG_SERIAL_8250_DW=y
+CONFIG_SERIAL_8250_LPSS=m
+CONFIG_SERIAL_8250_MID=y
+
+##
+## file: drivers/uio/Kconfig
+##
+CONFIG_UIO_HV_GENERIC=m
+
+##
+## file: drivers/usb/Kconfig
+##
+CONFIG_USB=m
+
+##
+## file: drivers/usb/atm/Kconfig
+##
+CONFIG_USB_ATM=m
+CONFIG_USB_SPEEDTOUCH=m
+
+##
+## file: drivers/usb/dwc3/Kconfig
+##
+CONFIG_USB_DWC3=m
+CONFIG_USB_DWC3_ULPI=y
+## choice: DWC3 Mode Selection
+CONFIG_USB_DWC3_DUAL_ROLE=y
+## end choice
+
+##
+## file: drivers/usb/gadget/Kconfig
+##
+CONFIG_USB_GADGET=m
+
+##
+## file: drivers/usb/gadget/udc/Kconfig
+##
+CONFIG_USB_EG20T=m
+
+##
+## file: drivers/usb/host/Kconfig
+##
+CONFIG_USB_EHCI_HCD=m
+CONFIG_USB_OHCI_HCD=m
+# CONFIG_USB_OHCI_HCD_SSB is not set
+CONFIG_USB_UHCI_HCD=m
+CONFIG_USB_SL811_HCD=m
+# CONFIG_USB_SL811_HCD_ISO is not set
+CONFIG_USB_SL811_CS=m
+
+##
+## file: drivers/usb/misc/Kconfig
+##
+CONFIG_USB_USS720=m
+
+##
+## file: drivers/usb/roles/Kconfig
+##
+CONFIG_USB_ROLES_INTEL_XHCI=m
+
+##
+## file: drivers/usb/typec/Kconfig
+##
+CONFIG_TYPEC=m
+
+##
+## file: drivers/usb/typec/mux/Kconfig
+##
+CONFIG_TYPEC_MUX_PI3USB30532=m
+
+##
+## file: drivers/usb/typec/tcpm/Kconfig
+##
+CONFIG_TYPEC_TCPM=m
+CONFIG_TYPEC_FUSB302=m
+
+##
+## file: drivers/usb/typec/tipd/Kconfig
+##
+CONFIG_TYPEC_TPS6598X=m
+
+##
+## file: drivers/vfio/Kconfig
+##
+CONFIG_VFIO=m
+
+##
+## file: drivers/vfio/pci/Kconfig
+##
+CONFIG_VFIO_PCI=m
+CONFIG_VFIO_PCI_VGA=y
+
+##
+## file: drivers/video/console/Kconfig
+##
+CONFIG_VGA_CONSOLE=y
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+CONFIG_FB_CIRRUS=m
+CONFIG_FB_PM2=m
+CONFIG_FB_PM2_FIFO_DISCONNECT=y
+CONFIG_FB_CYBER2000=m
+CONFIG_FB_CYBER2000_DDC=y
+# CONFIG_FB_ASILIANT is not set
+# CONFIG_FB_IMSTT is not set
+CONFIG_FB_VGA16=m
+CONFIG_FB_UVESA=m
+CONFIG_FB_VESA=y
+CONFIG_FB_EFI=y
+CONFIG_FB_N411=m
+CONFIG_FB_HGA=m
+CONFIG_FB_MATROX=m
+CONFIG_FB_MATROX_MILLENIUM=y
+CONFIG_FB_MATROX_MYSTIQUE=y
+CONFIG_FB_MATROX_I2C=m
+CONFIG_FB_RADEON=m
+CONFIG_FB_RADEON_I2C=y
+CONFIG_FB_RADEON_BACKLIGHT=y
+# CONFIG_FB_RADEON_DEBUG is not set
+CONFIG_FB_ATY128=m
+CONFIG_FB_ATY128_BACKLIGHT=y
+CONFIG_FB_ATY=m
+CONFIG_FB_ATY_CT=y
+CONFIG_FB_ATY_GX=y
+CONFIG_FB_ATY_BACKLIGHT=y
+CONFIG_FB_SAVAGE=m
+# CONFIG_FB_SAVAGE_ACCEL is not set
+CONFIG_FB_SIS=m
+CONFIG_FB_SIS_300=y
+CONFIG_FB_SIS_315=y
+CONFIG_FB_NEOMAGIC=m
+CONFIG_FB_KYRO=m
+CONFIG_FB_VOODOO1=m
+CONFIG_FB_TRIDENT=m
+CONFIG_FB_VIRTUAL=m
+CONFIG_FB_SIMPLE=y
+
+##
+## file: drivers/video/fbdev/core/Kconfig
+##
+CONFIG_FB_MODE_HELPERS=y
+CONFIG_FB_TILEBLITTING=y
+
+##
+## file: drivers/video/fbdev/geode/Kconfig
+##
+# CONFIG_FB_GEODE is not set
+
+##
+## file: drivers/virt/vboxguest/Kconfig
+##
+CONFIG_VBOXGUEST=m
+
+##
+## file: drivers/watchdog/Kconfig
+##
+CONFIG_MENF21BMC_WATCHDOG=m
+CONFIG_ACQUIRE_WDT=m
+CONFIG_ADVANTECH_WDT=m
+CONFIG_ADVANTECH_EC_WDT=m
+CONFIG_ALIM1535_WDT=m
+CONFIG_ALIM7101_WDT=m
+CONFIG_F71808E_WDT=m
+CONFIG_SP5100_TCO=m
+CONFIG_GEODE_WDT=m
+CONFIG_EUROTECH_WDT=m
+CONFIG_IB700_WDT=m
+CONFIG_IBMASR=m
+CONFIG_WAFER_WDT=m
+CONFIG_I6300ESB_WDT=m
+CONFIG_IE6XX_WDT=m
+CONFIG_IT8712F_WDT=m
+CONFIG_HP_WATCHDOG=m
+CONFIG_HPWDT_NMI_DECODING=y
+CONFIG_KEMPLD_WDT=m
+CONFIG_SC1200_WDT=m
+CONFIG_NV_TCO=m
+CONFIG_60XX_WDT=m
+CONFIG_CPU5_WDT=m
+CONFIG_VIA_WDT=m
+CONFIG_W83627HF_WDT=m
+CONFIG_W83877F_WDT=m
+CONFIG_W83977F_WDT=m
+CONFIG_MACHZ_WDT=m
+CONFIG_INTEL_MEI_WDT=m
+CONFIG_NI903X_WDT=m
+CONFIG_NIC7018_WDT=m
+CONFIG_SIEMENS_SIMATIC_IPC_WDT=m
+CONFIG_PCIPCWATCHDOG=m
+CONFIG_WDTPCI=m
+CONFIG_USBPCWATCHDOG=m
+
+##
+## file: drivers/xen/Kconfig
+##
+CONFIG_XEN_ACPI_PROCESSOR=m
+CONFIG_XEN_SYMS=y
+
+##
+## file: fs/pstore/Kconfig
+##
+CONFIG_PSTORE=y
+
+##
+## file: fs/vboxsf/Kconfig
+##
+CONFIG_VBOXSF_FS=m
+
+##
+## file: init/Kconfig
+##
+CONFIG_USELIB=y
+# CONFIG_IRQ_TIME_ACCOUNTING is not set
+CONFIG_SGETMASK_SYSCALL=y
+CONFIG_SYSFS_SYSCALL=y
+
+##
+## file: kernel/Kconfig.kexec
+##
+CONFIG_KEXEC=y
+# CONFIG_KEXEC_JUMP is not set
+CONFIG_CRASH_DUMP=y
+
+##
+## file: kernel/irq/Kconfig
+##
+CONFIG_SPARSE_IRQ=y
+
+##
+## file: kernel/power/Kconfig
+##
+# CONFIG_PM_TEST_SUSPEND is not set
+# CONFIG_PM_TRACE_RTC is not set
+
+##
+## file: kernel/trace/Kconfig
+##
+CONFIG_MMIOTRACE=y
+
+##
+## file: lib/Kconfig.debug
+##
+# CONFIG_FRAME_POINTER is not set
+# CONFIG_DEBUG_STACK_USAGE is not set
+# CONFIG_DEBUG_PER_CPU_MAPS is not set
+# CONFIG_DEBUG_STACKOVERFLOW is not set
+# CONFIG_DEBUG_SHIRQ is not set
+# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
+CONFIG_MEMTEST=y
+
+##
+## file: lib/xz/Kconfig
+##
+CONFIG_XZ_DEC_X86=y
+
+##
+## file: mm/Kconfig
+##
+CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
+CONFIG_ZONE_DMA=y
+
+##
+## file: mm/Kconfig.debug
+##
+CONFIG_DEBUG_WX=y
+
+##
+## file: net/lapb/Kconfig
+##
+CONFIG_LAPB=m
+
+##
+## file: net/nfc/hci/Kconfig
+##
+CONFIG_NFC_HCI=m
+
+##
+## file: net/vmw_vsock/Kconfig
+##
+CONFIG_VMWARE_VMCI_VSOCKETS=m
+CONFIG_HYPERV_VSOCKETS=m
+
+##
+## file: security/Kconfig
+##
+CONFIG_INTEL_TXT=y
+
+##
+## file: sound/drivers/Kconfig
+##
+CONFIG_SND_DUMMY=m
+CONFIG_SND_VIRMIDI=m
+CONFIG_SND_MTPAV=m
+CONFIG_SND_SERIAL_U16550=m
+CONFIG_SND_MPU401=m
+
+##
+## file: sound/pci/Kconfig
+##
+CONFIG_SND_ALS4000=m
+CONFIG_SND_ALI5451=m
+CONFIG_SND_ATIIXP=m
+CONFIG_SND_ATIIXP_MODEM=m
+CONFIG_SND_AU8810=m
+CONFIG_SND_AU8820=m
+CONFIG_SND_AU8830=m
+CONFIG_SND_AZT3328=m
+CONFIG_SND_BT87X=m
+# CONFIG_SND_BT87X_OVERCLOCK is not set
+CONFIG_SND_CA0106=m
+CONFIG_SND_CMIPCI=m
+CONFIG_SND_CS4281=m
+CONFIG_SND_CS46XX=m
+CONFIG_SND_CS46XX_NEW_DSP=y
+CONFIG_SND_EMU10K1=m
+CONFIG_SND_EMU10K1X=m
+CONFIG_SND_ENS1370=m
+CONFIG_SND_ENS1371=m
+CONFIG_SND_ES1938=m
+CONFIG_SND_ES1968=m
+CONFIG_SND_FM801=m
+CONFIG_SND_FM801_TEA575X_BOOL=y
+CONFIG_SND_HDSP=m
+CONFIG_SND_ICE1712=m
+CONFIG_SND_ICE1724=m
+CONFIG_SND_INTEL8X0=m
+CONFIG_SND_INTEL8X0M=m
+CONFIG_SND_KORG1212=m
+CONFIG_SND_MAESTRO3=m
+CONFIG_SND_MIXART=m
+CONFIG_SND_NM256=m
+CONFIG_SND_RME32=m
+CONFIG_SND_RME96=m
+CONFIG_SND_RME9652=m
+CONFIG_SND_SONICVIBES=m
+CONFIG_SND_TRIDENT=m
+CONFIG_SND_VIA82XX=m
+CONFIG_SND_VIA82XX_MODEM=m
+CONFIG_SND_VX222=m
+CONFIG_SND_YMFPCI=m
+
+##
+## file: sound/pci/hda/Kconfig
+##
+CONFIG_SND_HDA_INTEL=m
+
+##
+## file: sound/soc/Kconfig
+##
+CONFIG_SND_SOC=m
+
+##
+## file: sound/soc/amd/Kconfig
+##
+CONFIG_SND_SOC_AMD_ACP=m
+CONFIG_SND_SOC_AMD_CZ_DA7219MX98357_MACH=m
+CONFIG_SND_SOC_AMD_CZ_RT5645_MACH=m
+CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
+CONFIG_SND_SOC_AMD_ACP5x=m
+CONFIG_SND_SOC_AMD_VANGOGH_MACH=m
+CONFIG_SND_SOC_AMD_ACP6x=m
+CONFIG_SND_SOC_AMD_YC_MACH=m
+CONFIG_SND_SOC_AMD_RPL_ACP6x=m
+CONFIG_SND_SOC_AMD_PS=m
+CONFIG_SND_SOC_AMD_PS_MACH=m
+
+##
+## file: sound/soc/amd/acp/Kconfig
+##
+CONFIG_SND_SOC_AMD_ACP_COMMON=m
+CONFIG_SND_SOC_AMD_SOF_MACH=m
+
+##
+## file: sound/soc/codecs/Kconfig
+##
+CONFIG_SND_SOC_CROS_EC_CODEC=m
+CONFIG_SND_SOC_CS35L41_I2C=m
+CONFIG_SND_SOC_CS42L42=m
+CONFIG_SND_SOC_ES8316=m
+CONFIG_SND_SOC_HDA=m
+CONFIG_SND_SOC_NAU8315=m
+
+##
+## file: sound/soc/dwc/Kconfig
+##
+CONFIG_SND_DESIGNWARE_I2S=m
+
+##
+## file: sound/soc/intel/Kconfig
+##
+CONFIG_SND_SOC_INTEL_SST_TOPLEVEL=y
+CONFIG_SND_SOC_INTEL_CATPT=m
+# CONFIG_SND_SST_ATOM_HIFI2_PLATFORM_PCI is not set
+CONFIG_SND_SST_ATOM_HIFI2_PLATFORM_ACPI=m
+CONFIG_SND_SOC_INTEL_SKYLAKE=m
+CONFIG_SND_SOC_INTEL_CML_LP=m
+CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC=y
+CONFIG_SND_SOC_INTEL_AVS=m
+
+##
+## file: sound/soc/intel/avs/boards/Kconfig
+##
+CONFIG_SND_SOC_INTEL_AVS_MACH_DA7219=m
+CONFIG_SND_SOC_INTEL_AVS_MACH_DMIC=m
+CONFIG_SND_SOC_INTEL_AVS_MACH_HDAUDIO=m
+#. Apparently burns speakers on high volumes on some Chromebooks
+# CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98357A is not set
+CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98373=m
+CONFIG_SND_SOC_INTEL_AVS_MACH_NAU8825=m
+CONFIG_SND_SOC_INTEL_AVS_MACH_RT5663=m
+CONFIG_SND_SOC_INTEL_AVS_MACH_SSM4567=m
+
+##
+## file: sound/soc/intel/boards/Kconfig
+##
+CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES=y
+CONFIG_SND_SOC_INTEL_HASWELL_MACH=m
+CONFIG_SND_SOC_INTEL_BDW_RT5650_MACH=m
+CONFIG_SND_SOC_INTEL_BDW_RT5677_MACH=m
+CONFIG_SND_SOC_INTEL_BROADWELL_MACH=m
+CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH=m
+CONFIG_SND_SOC_INTEL_BYTCR_RT5651_MACH=m
+CONFIG_SND_SOC_INTEL_CHT_BSW_RT5672_MACH=m
+CONFIG_SND_SOC_INTEL_CHT_BSW_RT5645_MACH=m
+CONFIG_SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH=m
+CONFIG_SND_SOC_INTEL_CHT_BSW_NAU8824_MACH=m
+CONFIG_SND_SOC_INTEL_BYT_CHT_CX2072X_MACH=m
+CONFIG_SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m
+CONFIG_SND_SOC_INTEL_BYT_CHT_ES8316_MACH=m
+# CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH is not set
+CONFIG_SND_SOC_INTEL_SKL_RT286_MACH=m
+CONFIG_SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH=m
+CONFIG_SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH=m
+# CONFIG_SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH is not set
+# CONFIG_SND_SOC_INTEL_BXT_RT298_MACH is not set
+CONFIG_SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH=m
+CONFIG_SND_SOC_INTEL_KBL_RT5663_RT5514_MAX98927_MACH=m
+CONFIG_SND_SOC_INTEL_KBL_DA7219_MAX98357A_MACH=m
+CONFIG_SND_SOC_INTEL_KBL_DA7219_MAX98927_MACH=m
+CONFIG_SND_SOC_INTEL_GLK_DA7219_MAX98357A_MACH=m
+CONFIG_SND_SOC_INTEL_GLK_RT5682_MAX98357A_MACH=m
+CONFIG_SND_SOC_INTEL_SKL_HDA_DSP_GENERIC_MACH=m
+CONFIG_SND_SOC_INTEL_SOF_RT5682_MACH=m
+CONFIG_SND_SOC_INTEL_SOF_CS42L42_MACH=m
+CONFIG_SND_SOC_INTEL_SOF_ES8336_MACH=m
+CONFIG_SND_SOC_INTEL_SOF_NAU8825_MACH=m
+CONFIG_SND_SOC_INTEL_CML_LP_DA7219_MAX98357A_MACH=m
+CONFIG_SND_SOC_INTEL_SOF_CML_RT1011_RT5682_MACH=m
+CONFIG_SND_SOC_INTEL_SOF_DA7219_MACH=m
+CONFIG_SND_SOC_INTEL_SOF_SSP_AMP_MACH=m
+CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m
+
+##
+## file: sound/soc/sof/Kconfig
+##
+CONFIG_SND_SOC_SOF_TOPLEVEL=y
+CONFIG_SND_SOC_SOF_PCI=m
+#. The drivers using this conflict with others (see #945914)
+# CONFIG_SND_SOC_SOF_ACPI is not set
+
+##
+## file: sound/soc/sof/amd/Kconfig
+##
+CONFIG_SND_SOC_SOF_AMD_TOPLEVEL=m
+CONFIG_SND_SOC_SOF_AMD_REMBRANDT=m
+
+##
+## file: sound/soc/sof/intel/Kconfig
+##
+CONFIG_SND_SOC_SOF_INTEL_TOPLEVEL=y
+CONFIG_SND_SOC_SOF_HDA_LINK=y
+CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC=y
+
+##
+## file: sound/x86/Kconfig
+##
+CONFIG_SND_X86=y
+CONFIG_HDMI_LPE_AUDIO=m
diff --git a/debian/config/loong64/config b/debian/config/loong64/config
new file mode 100644
index 0000000000000..6df221b4e0c6e
--- /dev/null
+++ b/debian/config/loong64/config
@@ -0,0 +1,236 @@
+##
+## file: arch/loongarch/Kconfig
+##
+CONFIG_DMI=y
+CONFIG_EFI=y
+CONFIG_EFI_STUB=y
+CONFIG_SMP=y
+CONFIG_HOTPLUG_CPU=y
+CONFIG_NR_CPUS=64
+CONFIG_NUMA=y
+CONFIG_CPU_HAS_LSX=y
+CONFIG_CPU_HAS_LASX=y
+
+##
+## file: drivers/acpi/Kconfig
+##
+CONFIG_ACPI_IPMI=m
+CONFIG_ACPI_PCI_SLOT=y
+CONFIG_ACPI_HOTPLUG_MEMORY=y
+
+##
+## file: drivers/bluetooth/Kconfig
+##
+CONFIG_BT_HCIUART=m
+CONFIG_BT_HCIUART_BCSP=y
+CONFIG_BT_HCIBCM203X=m
+CONFIG_BT_HCIBPA10X=m
+CONFIG_BT_HCIBFUSB=m
+CONFIG_BT_HCIDTL1=m
+CONFIG_BT_HCIBT3C=m
+CONFIG_BT_HCIBLUECARD=m
+CONFIG_BT_HCIVHCI=m
+CONFIG_BT_VIRTIO=m
+
+##
+## file: drivers/char/Kconfig
+##
+CONFIG_PRINTER=m
+
+##
+## file: drivers/dma/Kconfig
+##
+CONFIG_DMADEVICES=y
+
+##
+## file: drivers/firmware/efi/Kconfig
+##
+CONFIG_EFI_ZBOOT=y
+
+##
+## file: drivers/gpio/Kconfig
+##
+CONFIG_GPIO_LOONGSON=y
+
+##
+## file: drivers/gpu/drm/Kconfig
+##
+CONFIG_DRM=m
+
+##
+## file: drivers/gpu/drm/amd/amdgpu/Kconfig
+##
+CONFIG_DRM_AMDGPU=m
+
+##
+## file: drivers/gpu/drm/ast/Kconfig
+##
+CONFIG_DRM_AST=m
+
+##
+## file: drivers/gpu/drm/radeon/Kconfig
+##
+CONFIG_DRM_RADEON=m
+
+##
+## file: drivers/hwmon/Kconfig
+##
+CONFIG_SENSORS_LM75=m
+CONFIG_SENSORS_W83627HF=m
+
+##
+## file: drivers/i2c/Kconfig
+##
+CONFIG_I2C=y
+
+##
+## file: drivers/i2c/busses/Kconfig
+##
+CONFIG_I2C_PIIX4=m
+
+##
+## file: drivers/input/keyboard/Kconfig
+##
+CONFIG_KEYBOARD_XTKBD=m
+
+##
+## file: drivers/input/misc/Kconfig
+##
+CONFIG_INPUT_MISC=y
+CONFIG_INPUT_UINPUT=m
+
+##
+## file: drivers/input/mouse/Kconfig
+##
+CONFIG_INPUT_MOUSE=y
+CONFIG_MOUSE_PS2=m
+CONFIG_MOUSE_PS2_VMMOUSE=y
+CONFIG_MOUSE_SERIAL=m
+
+##
+## file: drivers/input/serio/Kconfig
+##
+CONFIG_SERIO_SERPORT=m
+CONFIG_SERIO_RAW=m
+
+##
+## file: drivers/mtd/chips/Kconfig
+##
+CONFIG_MTD_CFI=m
+CONFIG_MTD_JEDECPROBE=m
+CONFIG_MTD_CFI_INTELEXT=m
+CONFIG_MTD_CFI_AMDSTD=m
+CONFIG_MTD_CFI_STAA=m
+CONFIG_MTD_RAM=m
+CONFIG_MTD_ROM=m
+
+##
+## file: drivers/net/ethernet/realtek/Kconfig
+##
+CONFIG_8139CP=m
+CONFIG_8139TOO=m
+
+##
+## file: drivers/net/ethernet/stmicro/stmmac/Kconfig
+##
+CONFIG_STMMAC_ETH=m
+
+##
+## file: drivers/pci/hotplug/Kconfig
+##
+CONFIG_HOTPLUG_PCI=y
+CONFIG_HOTPLUG_PCI_SHPC=y
+
+##
+## file: drivers/power/reset/Kconfig
+##
+CONFIG_POWER_RESET=y
+CONFIG_POWER_RESET_RESTART=y
+CONFIG_POWER_RESET_SYSCON=y
+CONFIG_POWER_RESET_SYSCON_POWEROFF=y
+CONFIG_SYSCON_REBOOT_MODE=m
+
+##
+## file: drivers/pwm/Kconfig
+##
+CONFIG_PWM=y
+
+##
+## file: drivers/rtc/Kconfig
+##
+CONFIG_RTC_DRV_EFI=y
+
+##
+## file: drivers/scsi/megaraid/Kconfig.megaraid
+##
+CONFIG_MEGARAID_NEWGEN=y
+CONFIG_MEGARAID_MM=m
+CONFIG_MEGARAID_MAILBOX=m
+CONFIG_MEGARAID_LEGACY=m
+
+##
+## file: drivers/tty/serial/8250/Kconfig
+##
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_SERIAL_8250_NR_UARTS=16
+CONFIG_SERIAL_8250_RUNTIME_UARTS=16
+CONFIG_SERIAL_8250_EXTENDED=y
+CONFIG_SERIAL_8250_MANY_PORTS=y
+CONFIG_SERIAL_8250_SHARE_IRQ=y
+CONFIG_SERIAL_8250_RSA=y
+CONFIG_SERIAL_OF_PLATFORM=y
+
+##
+## file: drivers/usb/Kconfig
+##
+CONFIG_USB=m
+
+##
+## file: drivers/usb/host/Kconfig
+##
+CONFIG_USB_EHCI_HCD_PLATFORM=m
+CONFIG_USB_OHCI_HCD_PLATFORM=m
+
+##
+## file: drivers/usb/typec/tcpm/Kconfig
+##
+CONFIG_TYPEC_TCPCI=m
+
+##
+## file: drivers/vfio/Kconfig
+##
+CONFIG_VFIO=m
+
+##
+## file: drivers/vfio/pci/Kconfig
+##
+CONFIG_VFIO_PCI=m
+
+##
+## file: drivers/video/backlight/Kconfig
+##
+CONFIG_LCD_CLASS_DEVICE=m
+CONFIG_LCD_PLATFORM=m
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+CONFIG_FB_EFI=y
+CONFIG_FB_RADEON=m
+
+##
+## file: kernel/Kconfig.kexec
+##
+CONFIG_KEXEC=y
+CONFIG_CRASH_DUMP=y
+
+##
+## file: sound/pci/Kconfig
+##
+CONFIG_SND_BT87X=m
+
+##
+## file: sound/pci/hda/Kconfig
+##
+CONFIG_SND_HDA_INTEL=m
diff --git a/debian/config/loong64/defines.toml b/debian/config/loong64/defines.toml
new file mode 100644
index 0000000000000..ee8ce61e9a513
--- /dev/null
+++ b/debian/config/loong64/defines.toml
@@ -0,0 +1,16 @@
+[[flavour]]
+name = 'loong64'
+[flavour.defs]
+is_default = true
+[flavour.description]
+hardware = '64-bit LoongArch platforms'
+[flavour.packages]
+installer = true
+
+[[featureset]]
+name = 'none'
+
+[build]
+enable_vdso = true
+kernel_file = 'arch/loongarch/boot/vmlinuz.efi'
+kernel_stem = 'vmlinuz'
diff --git a/debian/config/m68k/README.build b/debian/config/m68k/README.build
new file mode 100644
index 0000000000000..8941608efd7c6
--- /dev/null
+++ b/debian/config/m68k/README.build
@@ -0,0 +1,26 @@
+HOWTO cross-build m68k linux-image
+
+Building linux-image packages takes a while, especially on the "slower
+arches", ie m68k. Cross-compiling is an alternative, and it works very well
+for m68k.
+
+You need to set up a cross-compiler. The toolchain-source package has some
+limitations, I prefer using cross-tools, see this page for instructions:
+
+ http://people.debian.org/~cts/debian-m68k/cross-compile/
+
+Now you only have to tell the debian build system, that you do want to build
+packages for m68k. It used to be sufficient to pass an option to debuild,
+since recently you also have to set an environment variable, like this:
+
+ DEB_HOST_ARCH=m68k debuild -B -am68k
+
+If you also want to build source packages, omit the -B. 
+
+If you want to build images for just one of the currently nine subarches,
+you can uncomment some lines in the flavours section in:
+ debian/arch/m68k/defines
+
+The first run of debuild will give you an error message that updating the
+configs suceeded, the second run will build the images.
+
diff --git a/debian/config/m68k/config b/debian/config/m68k/config
new file mode 100644
index 0000000000000..2678ab7cd919a
--- /dev/null
+++ b/debian/config/m68k/config
@@ -0,0 +1,858 @@
+##
+## file: arch/m68k/Kconfig
+##
+# CONFIG_PM is not set
+
+##
+## file: arch/m68k/Kconfig.bus
+##
+CONFIG_ZORRO=y
+CONFIG_AMIGA_PCMCIA=y
+CONFIG_ATARI_ROM_ISA=y
+
+##
+## file: arch/m68k/Kconfig.cpu
+##
+CONFIG_M68020=y
+CONFIG_M68030=y
+CONFIG_M68040=y
+CONFIG_M68060=y
+CONFIG_M68KFPU_EMU=y
+# CONFIG_ADVANCED is not set
+
+##
+## file: arch/m68k/Kconfig.debug
+##
+CONFIG_EARLY_PRINTK=y
+
+##
+## file: arch/m68k/Kconfig.devices
+##
+CONFIG_HEARTBEAT=y
+CONFIG_PROC_HARDWARE=y
+CONFIG_NATFEAT=y
+CONFIG_NFBLOCK=y
+CONFIG_NFCON=y
+CONFIG_NFETH=y
+CONFIG_ATARI_ETHERNAT=y
+CONFIG_ATARI_ETHERNEC=y
+CONFIG_ATARI_DSP56K=m
+CONFIG_AMIGA_BUILTIN_SERIAL=y
+CONFIG_SERIAL_CONSOLE=y
+
+##
+## file: arch/m68k/Kconfig.machine
+##
+CONFIG_AMIGA=y
+CONFIG_ATARI=y
+CONFIG_MAC=y
+CONFIG_APOLLO=y
+CONFIG_VME=y
+CONFIG_MVME147=y
+CONFIG_MVME16x=y
+CONFIG_BVME6000=y
+# CONFIG_HP300 is not set
+# CONFIG_SUN3X is not set
+CONFIG_Q40=y
+# CONFIG_SUN3 is not set
+
+##
+## file: block/Kconfig
+##
+# CONFIG_BLK_DEV_INTEGRITY is not set
+
+##
+## file: block/partitions/Kconfig
+##
+CONFIG_PARTITION_ADVANCED=y
+CONFIG_AMIGA_PARTITION=y
+CONFIG_ATARI_PARTITION=y
+CONFIG_MAC_PARTITION=y
+CONFIG_MSDOS_PARTITION=y
+CONFIG_BSD_DISKLABEL=y
+CONFIG_MINIX_SUBPARTITION=y
+CONFIG_SOLARIS_X86_PARTITION=y
+CONFIG_UNIXWARE_DISKLABEL=y
+CONFIG_LDM_PARTITION=y
+CONFIG_LDM_DEBUG=y
+CONFIG_SUN_PARTITION=y
+# CONFIG_KARMA_PARTITION is not set
+CONFIG_SYSV68_PARTITION=y
+
+##
+## file: crypto/Kconfig
+##
+CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
+
+##
+## file: crypto/asymmetric_keys/Kconfig
+##
+# CONFIG_ASYMMETRIC_KEY_TYPE is not set
+
+##
+## file: drivers/accessibility/Kconfig
+##
+# CONFIG_ACCESSIBILITY is not set
+
+##
+## file: drivers/ata/Kconfig
+##
+CONFIG_PATA_FALCON=m
+CONFIG_PATA_GAYLE=m
+CONFIG_PATA_BUDDHA=m
+
+##
+## file: drivers/bcma/Kconfig
+##
+# CONFIG_BCMA is not set
+
+##
+## file: drivers/block/Kconfig
+##
+CONFIG_BLK_DEV_FD=m
+CONFIG_AMIGA_FLOPPY=m
+CONFIG_ATARI_FLOPPY=m
+CONFIG_BLK_DEV_SWIM=m
+CONFIG_AMIGA_Z2RAM=y
+CONFIG_CDROM_PKTCDVD=m
+# CONFIG_BLK_DEV_RBD is not set
+
+##
+## file: drivers/block/drbd/Kconfig
+##
+# CONFIG_BLK_DEV_DRBD is not set
+
+##
+## file: drivers/block/mtip32xx/Kconfig
+##
+# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
+
+##
+## file: drivers/char/Kconfig
+##
+CONFIG_PRINTER=m
+# CONFIG_LP_CONSOLE is not set
+# CONFIG_PPDEV is not set
+CONFIG_NVRAM=y
+
+##
+## file: drivers/connector/Kconfig
+##
+CONFIG_CONNECTOR=m
+
+##
+## file: drivers/crypto/Kconfig
+##
+# CONFIG_CRYPTO_HW is not set
+
+##
+## file: drivers/firewire/Kconfig
+##
+# CONFIG_FIREWIRE is not set
+
+##
+## file: drivers/gpu/drm/Kconfig
+##
+# CONFIG_DRM is not set
+
+##
+## file: drivers/hwmon/Kconfig
+##
+# CONFIG_HWMON is not set
+
+##
+## file: drivers/i2c/Kconfig
+##
+# CONFIG_I2C is not set
+
+##
+## file: drivers/iio/Kconfig
+##
+# CONFIG_IIO is not set
+
+##
+## file: drivers/infiniband/Kconfig
+##
+# CONFIG_INFINIBAND is not set
+
+##
+## file: drivers/input/Kconfig
+##
+CONFIG_INPUT_MOUSEDEV=y
+
+##
+## file: drivers/input/gameport/Kconfig
+##
+# CONFIG_GAMEPORT is not set
+
+##
+## file: drivers/input/joystick/Kconfig
+##
+# CONFIG_JOYSTICK_ANALOG is not set
+# CONFIG_JOYSTICK_A3D is not set
+# CONFIG_JOYSTICK_ADI is not set
+# CONFIG_JOYSTICK_COBRA is not set
+# CONFIG_JOYSTICK_GF2K is not set
+# CONFIG_JOYSTICK_GRIP is not set
+# CONFIG_JOYSTICK_GRIP_MP is not set
+# CONFIG_JOYSTICK_GUILLEMOT is not set
+# CONFIG_JOYSTICK_INTERACT is not set
+# CONFIG_JOYSTICK_SIDEWINDER is not set
+# CONFIG_JOYSTICK_TMDC is not set
+# CONFIG_JOYSTICK_WARRIOR is not set
+# CONFIG_JOYSTICK_MAGELLAN is not set
+# CONFIG_JOYSTICK_SPACEORB is not set
+# CONFIG_JOYSTICK_SPACEBALL is not set
+# CONFIG_JOYSTICK_STINGER is not set
+# CONFIG_JOYSTICK_TWIDJOY is not set
+# CONFIG_JOYSTICK_ZHENHUA is not set
+CONFIG_JOYSTICK_DB9=m
+# CONFIG_JOYSTICK_GAMECON is not set
+# CONFIG_JOYSTICK_TURBOGRAFX is not set
+CONFIG_JOYSTICK_AMIGA=m
+# CONFIG_JOYSTICK_JOYDUMP is not set
+
+##
+## file: drivers/input/joystick/iforce/Kconfig
+##
+# CONFIG_JOYSTICK_IFORCE is not set
+# CONFIG_JOYSTICK_IFORCE_232 is not set
+
+##
+## file: drivers/input/keyboard/Kconfig
+##
+CONFIG_INPUT_KEYBOARD=y
+# CONFIG_KEYBOARD_ADP5588 is not set
+CONFIG_KEYBOARD_AMIGA=y
+CONFIG_KEYBOARD_ATARI=y
+CONFIG_KEYBOARD_ATKBD=y
+# CONFIG_KEYBOARD_QT2160 is not set
+# CONFIG_KEYBOARD_LM8323 is not set
+# CONFIG_KEYBOARD_MAX7359 is not set
+# CONFIG_KEYBOARD_OPENCORES is not set
+# CONFIG_KEYBOARD_STOWAWAY is not set
+
+##
+## file: drivers/input/misc/Kconfig
+##
+CONFIG_INPUT_MISC=y
+CONFIG_INPUT_M68K_BEEP=m
+# CONFIG_INPUT_ATI_REMOTE2 is not set
+# CONFIG_INPUT_KEYSPAN_REMOTE is not set
+# CONFIG_INPUT_POWERMATE is not set
+# CONFIG_INPUT_YEALINK is not set
+# CONFIG_INPUT_CM109 is not set
+CONFIG_INPUT_UINPUT=m
+# CONFIG_INPUT_PCF50633_PMU is not set
+
+##
+## file: drivers/input/mouse/Kconfig
+##
+CONFIG_INPUT_MOUSE=y
+CONFIG_MOUSE_PS2=m
+# CONFIG_MOUSE_PS2_LIFEBOOK is not set
+# CONFIG_MOUSE_PS2_ELANTECH is not set
+# CONFIG_MOUSE_PS2_SENTELIC is not set
+# CONFIG_MOUSE_PS2_TOUCHKIT is not set
+# CONFIG_MOUSE_PS2_OLPC is not set
+CONFIG_MOUSE_SERIAL=m
+# CONFIG_MOUSE_INPORT is not set
+# CONFIG_MOUSE_LOGIBM is not set
+# CONFIG_MOUSE_PC110PAD is not set
+CONFIG_MOUSE_AMIGA=m
+CONFIG_MOUSE_ATARI=m
+# CONFIG_MOUSE_SYNAPTICS_I2C is not set
+# CONFIG_MOUSE_SYNAPTICS_USB is not set
+
+##
+## file: drivers/input/serio/Kconfig
+##
+CONFIG_SERIO=y
+CONFIG_SERIO_SERPORT=y
+CONFIG_SERIO_Q40KBD=y
+CONFIG_SERIO_LIBPS2=y
+# CONFIG_SERIO_ALTERA_PS2 is not set
+
+##
+## file: drivers/input/tablet/Kconfig
+##
+# CONFIG_INPUT_TABLET is not set
+
+##
+## file: drivers/input/touchscreen/Kconfig
+##
+# CONFIG_INPUT_TOUCHSCREEN is not set
+
+##
+## file: drivers/iommu/Kconfig
+##
+# CONFIG_IOMMU_SUPPORT is not set
+
+##
+## file: drivers/leds/Kconfig
+##
+# CONFIG_NEW_LEDS is not set
+
+##
+## file: drivers/macintosh/Kconfig
+##
+CONFIG_ADB=y
+CONFIG_ADB_MACII=y
+#. switched on for the benefit of IIfx, Q900, Q950
+CONFIG_ADB_IOP=y
+CONFIG_ADB_CUDA=y
+CONFIG_ADB_PMU=y
+CONFIG_INPUT_ADBHID=y
+CONFIG_MAC_EMUMOUSEBTN=m
+
+##
+## file: drivers/media/Kconfig
+##
+# CONFIG_MEDIA_SUPPORT is not set
+
+##
+## file: drivers/memstick/Kconfig
+##
+# CONFIG_MEMSTICK is not set
+
+##
+## file: drivers/mfd/Kconfig
+##
+# CONFIG_MFD_SM501 is not set
+
+##
+## file: drivers/misc/Kconfig
+##
+# CONFIG_ENCLOSURE_SERVICES is not set
+
+##
+## file: drivers/misc/c2port/Kconfig
+##
+# CONFIG_C2PORT is not set
+
+##
+## file: drivers/misc/eeprom/Kconfig
+##
+# CONFIG_EEPROM_93CX6 is not set
+
+##
+## file: drivers/mmc/Kconfig
+##
+# CONFIG_MMC is not set
+
+##
+## file: drivers/mtd/Kconfig
+##
+# CONFIG_MTD is not set
+
+##
+## file: drivers/net/arcnet/Kconfig
+##
+# CONFIG_ARCNET is not set
+
+##
+## file: drivers/net/ethernet/Kconfig
+##
+# CONFIG_DNET is not set
+# CONFIG_ETHOC is not set
+
+##
+## file: drivers/net/ethernet/8390/Kconfig
+##
+CONFIG_XSURF100=m
+CONFIG_HYDRA=m
+CONFIG_MAC8390=m
+CONFIG_NE2000=m
+CONFIG_APNE=m
+CONFIG_ZORRO8390=m
+
+##
+## file: drivers/net/ethernet/amd/Kconfig
+##
+CONFIG_A2065=m
+CONFIG_ARIADNE=m
+CONFIG_ATARILANCE=m
+CONFIG_MVME147_NET=m
+
+##
+## file: drivers/net/ethernet/apple/Kconfig
+##
+CONFIG_MACMACE=y
+
+##
+## file: drivers/net/ethernet/cirrus/Kconfig
+##
+CONFIG_MAC89x0=m
+
+##
+## file: drivers/net/ethernet/i825xx/Kconfig
+##
+CONFIG_BVME6000_NET=m
+CONFIG_MVME16x_NET=m
+
+##
+## file: drivers/net/ethernet/micrel/Kconfig
+##
+# CONFIG_KS8851_MLL is not set
+
+##
+## file: drivers/net/ethernet/natsemi/Kconfig
+##
+CONFIG_MACSONIC=m
+
+##
+## file: drivers/net/ethernet/smsc/Kconfig
+##
+CONFIG_SMC91X=m
+
+##
+## file: drivers/net/ethernet/wiznet/Kconfig
+##
+# CONFIG_WIZNET_W5100 is not set
+# CONFIG_WIZNET_W5300 is not set
+
+##
+## file: drivers/net/plip/Kconfig
+##
+CONFIG_PLIP=m
+
+##
+## file: drivers/net/wan/Kconfig
+##
+# CONFIG_WAN is not set
+
+##
+## file: drivers/net/wireless/Kconfig
+##
+# CONFIG_WLAN is not set
+
+##
+## file: drivers/parport/Kconfig
+##
+# CONFIG_PARPORT_PC is not set
+CONFIG_PARPORT_AMIGA=m
+CONFIG_PARPORT_MFC3=m
+CONFIG_PARPORT_ATARI=m
+
+##
+## file: drivers/pnp/Kconfig
+##
+# CONFIG_PNP is not set
+
+##
+## file: drivers/power/supply/Kconfig
+##
+# CONFIG_POWER_SUPPLY is not set
+
+##
+## file: drivers/ptp/Kconfig
+##
+# CONFIG_PTP_1588_CLOCK is not set
+
+##
+## file: drivers/rtc/Kconfig
+##
+# CONFIG_RTC_DRV_DS1286 is not set
+# CONFIG_RTC_DRV_DS1511 is not set
+# CONFIG_RTC_DRV_DS1553 is not set
+# CONFIG_RTC_DRV_DS1742 is not set
+# CONFIG_RTC_DRV_STK17TA8 is not set
+# CONFIG_RTC_DRV_M48T86 is not set
+# CONFIG_RTC_DRV_M48T35 is not set
+# CONFIG_RTC_DRV_M48T59 is not set
+# CONFIG_RTC_DRV_MSM6242 is not set
+# CONFIG_RTC_DRV_BQ4802 is not set
+CONFIG_RTC_DRV_RP5C01=y
+# CONFIG_RTC_DRV_WM831X is not set
+# CONFIG_RTC_DRV_WM8350 is not set
+CONFIG_RTC_DRV_GENERIC=y
+
+##
+## file: drivers/scsi/Kconfig
+##
+#. for MVME147_SCSI that is not tristate
+CONFIG_SCSI=y
+CONFIG_SCSI_SPI_ATTRS=m
+# CONFIG_SCSI_FC_ATTRS is not set
+# CONFIG_SCSI_AHA152X is not set
+# CONFIG_SCSI_ADVANSYS is not set
+# CONFIG_LIBFC is not set
+CONFIG_A3000_SCSI=m
+CONFIG_A2091_SCSI=m
+CONFIG_GVP11_SCSI=m
+CONFIG_SCSI_A4000T=m
+CONFIG_SCSI_ZORRO7XX=m
+CONFIG_SCSI_ZORRO_ESP=m
+CONFIG_ATARI_SCSI=m
+CONFIG_MAC_SCSI=m
+CONFIG_SCSI_MAC_ESP=m
+CONFIG_MVME147_SCSI=y
+CONFIG_MVME16x_SCSI=m
+CONFIG_BVME6000_SCSI=m
+
+##
+## file: drivers/spi/Kconfig
+##
+# CONFIG_SPI is not set
+
+##
+## file: drivers/ssb/Kconfig
+##
+# CONFIG_SSB is not set
+
+##
+## file: drivers/staging/Kconfig
+##
+# CONFIG_STAGING is not set
+
+##
+## file: drivers/tty/Kconfig
+##
+CONFIG_VT=y
+CONFIG_VT_CONSOLE=y
+# CONFIG_SERIAL_NONSTANDARD is not set
+
+##
+## file: drivers/tty/serial/Kconfig
+##
+CONFIG_SERIAL_PMACZILOG=y
+CONFIG_SERIAL_PMACZILOG_TTYS=y
+CONFIG_SERIAL_PMACZILOG_CONSOLE=y
+
+##
+## file: drivers/tty/serial/8250/Kconfig
+##
+CONFIG_SERIAL_8250=m
+CONFIG_SERIAL_8250_CS=m
+CONFIG_SERIAL_8250_NR_UARTS=4
+CONFIG_SERIAL_8250_RUNTIME_UARTS=4
+# CONFIG_SERIAL_8250_EXTENDED is not set
+
+##
+## file: drivers/ufs/Kconfig
+##
+# CONFIG_SCSI_UFSHCD is not set
+
+##
+## file: drivers/usb/Kconfig
+##
+# CONFIG_USB_SUPPORT is not set
+
+##
+## file: drivers/video/backlight/Kconfig
+##
+# CONFIG_LCD_CLASS_DEVICE is not set
+# CONFIG_BACKLIGHT_CLASS_DEVICE is not set
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+CONFIG_FB_CIRRUS=y
+CONFIG_FB_PM2=m
+CONFIG_FB_AMIGA=y
+CONFIG_FB_AMIGA_OCS=y
+CONFIG_FB_AMIGA_ECS=y
+CONFIG_FB_AMIGA_AGA=y
+CONFIG_FB_FM2=y
+CONFIG_FB_ATARI=y
+CONFIG_FB_VALKYRIE=y
+CONFIG_FB_MAC=y
+# CONFIG_FB_UVESA is not set
+# CONFIG_FB_S1D13XXX is not set
+CONFIG_FB_ATY=y
+# CONFIG_FB_ATY_BACKLIGHT is not set
+# CONFIG_FB_VIRTUAL is not set
+# CONFIG_FB_METRONOME is not set
+
+##
+## file: drivers/video/fbdev/core/Kconfig
+##
+# CONFIG_FIRMWARE_EDID is not set
+CONFIG_FB_FOREIGN_ENDIAN=y
+## choice: Choice endianness support
+CONFIG_FB_BOTH_ENDIAN=y
+## end choice
+# CONFIG_FB_MODE_HELPERS is not set
+# CONFIG_FB_TILEBLITTING is not set
+
+##
+## file: drivers/video/logo/Kconfig
+##
+# CONFIG_LOGO is not set
+
+##
+## file: drivers/w1/Kconfig
+##
+# CONFIG_W1 is not set
+
+##
+## file: drivers/watchdog/Kconfig
+##
+# CONFIG_WATCHDOG is not set
+
+##
+## file: drivers/zorro/Kconfig
+##
+CONFIG_ZORRO_NAMES=y
+
+##
+## file: fs/Kconfig.binfmt
+##
+CONFIG_BINFMT_ELF=y
+CONFIG_BINFMT_MISC=m
+
+##
+## file: fs/adfs/Kconfig
+##
+# CONFIG_ADFS_FS is not set
+
+##
+## file: fs/afs/Kconfig
+##
+# CONFIG_AFS_FS is not set
+
+##
+## file: fs/befs/Kconfig
+##
+# CONFIG_BEFS_FS is not set
+
+##
+## file: fs/bfs/Kconfig
+##
+# CONFIG_BFS_FS is not set
+
+##
+## file: fs/ceph/Kconfig
+##
+# CONFIG_CEPH_FS is not set
+
+##
+## file: fs/dlm/Kconfig
+##
+# CONFIG_DLM is not set
+
+##
+## file: fs/efs/Kconfig
+##
+# CONFIG_EFS_FS is not set
+
+##
+## file: fs/f2fs/Kconfig
+##
+# CONFIG_F2FS_FS is not set
+
+##
+## file: fs/freevxfs/Kconfig
+##
+# CONFIG_VXFS_FS is not set
+
+##
+## file: fs/gfs2/Kconfig
+##
+# CONFIG_GFS2_FS is not set
+
+##
+## file: fs/jfs/Kconfig
+##
+# CONFIG_JFS_FS is not set
+
+##
+## file: fs/ocfs2/Kconfig
+##
+# CONFIG_OCFS2_FS is not set
+
+##
+## file: fs/omfs/Kconfig
+##
+# CONFIG_OMFS_FS is not set
+
+##
+## file: fs/qnx4/Kconfig
+##
+# CONFIG_QNX4FS_FS is not set
+
+##
+## file: fs/reiserfs/Kconfig
+##
+# CONFIG_REISERFS_FS_SECURITY is not set
+
+##
+## file: fs/ubifs/Kconfig
+##
+# CONFIG_UBIFS_FS is not set
+
+##
+## file: init/Kconfig
+##
+CONFIG_USELIB=y
+# CONFIG_AUDIT is not set
+# CONFIG_IKCONFIG is not set
+CONFIG_LOG_BUF_SHIFT=16
+# CONFIG_SCHED_AUTOGROUP is not set
+## choice: Compiler optimization level
+CONFIG_CC_OPTIMIZE_FOR_SIZE=y
+## end choice
+CONFIG_SGETMASK_SYSCALL=y
+CONFIG_SYSFS_SYSCALL=y
+
+##
+## file: kernel/module/Kconfig
+##
+# CONFIG_MODULE_SIG is not set
+
+##
+## file: kernel/time/Kconfig
+##
+## choice: Timer tick handling
+CONFIG_HZ_PERIODIC=y
+# CONFIG_NO_HZ_IDLE is not set
+# CONFIG_NO_HZ_FULL is not set
+## end choice
+# CONFIG_NO_HZ is not set
+# CONFIG_HIGH_RES_TIMERS is not set
+
+##
+## file: lib/Kconfig.debug
+##
+# CONFIG_FRAME_POINTER is not set
+# CONFIG_DEBUG_FS is not set
+# CONFIG_SCHED_DEBUG is not set
+
+##
+## file: lib/fonts/Kconfig
+##
+CONFIG_FONT_6x11=y
+CONFIG_FONT_PEARL_8x8=y
+# CONFIG_FONT_TER16x32 is not set
+
+##
+## file: mm/Kconfig
+##
+CONFIG_COMPAT_BRK=y
+# CONFIG_COMPACTION is not set
+# CONFIG_MIGRATION is not set
+# CONFIG_KSM is not set
+
+##
+## file: net/Kconfig
+##
+# CONFIG_WIRELESS is not set
+
+##
+## file: net/atm/Kconfig
+##
+# CONFIG_ATM is not set
+
+##
+## file: net/ax25/Kconfig
+##
+# CONFIG_HAMRADIO is not set
+
+##
+## file: net/batman-adv/Kconfig
+##
+# CONFIG_BATMAN_ADV is not set
+
+##
+## file: net/can/Kconfig
+##
+# CONFIG_CAN is not set
+
+##
+## file: net/ceph/Kconfig
+##
+# CONFIG_CEPH_LIB is not set
+
+##
+## file: net/dcb/Kconfig
+##
+# CONFIG_DCB is not set
+
+##
+## file: net/ieee802154/Kconfig
+##
+# CONFIG_IEEE802154 is not set
+
+##
+## file: net/ipv4/Kconfig
+##
+# CONFIG_IP_ADVANCED_ROUTER is not set
+# CONFIG_TCP_MD5SIG is not set
+
+##
+## file: net/ipv6/Kconfig
+##
+CONFIG_IPV6=m
+
+##
+## file: net/lapb/Kconfig
+##
+# CONFIG_LAPB is not set
+
+##
+## file: net/llc/Kconfig
+##
+# CONFIG_LLC2 is not set
+
+##
+## file: net/mac80211/Kconfig
+##
+# CONFIG_MAC80211 is not set
+
+##
+## file: net/nfc/Kconfig
+##
+# CONFIG_NFC is not set
+
+##
+## file: net/phonet/Kconfig
+##
+# CONFIG_PHONET is not set
+
+##
+## file: net/rds/Kconfig
+##
+# CONFIG_RDS is not set
+
+##
+## file: net/rfkill/Kconfig
+##
+# CONFIG_RFKILL is not set
+
+##
+## file: net/rxrpc/Kconfig
+##
+# CONFIG_AF_RXRPC is not set
+
+##
+## file: net/sctp/Kconfig
+##
+# CONFIG_IP_SCTP is not set
+
+##
+## file: net/tipc/Kconfig
+##
+# CONFIG_TIPC is not set
+
+##
+## file: net/wireless/Kconfig
+##
+# CONFIG_CFG80211 is not set
+
+##
+## file: security/Kconfig
+##
+# CONFIG_SECURITY is not set
+# CONFIG_SECURITYFS is not set
+
+##
+## file: sound/Kconfig
+##
+# CONFIG_SND is not set
+
+##
+## file: sound/oss/dmasound/Kconfig
+##
+CONFIG_DMASOUND_ATARI=m
+CONFIG_DMASOUND_PAULA=m
+CONFIG_DMASOUND_Q40=m
diff --git a/debian/config/m68k/defines.toml b/debian/config/m68k/defines.toml
new file mode 100644
index 0000000000000..c5dbaab92ee41
--- /dev/null
+++ b/debian/config/m68k/defines.toml
@@ -0,0 +1,18 @@
+[[flavour]]
+name = 'm68k'
+[flavour.defs]
+is_default = true
+[flavour.description]
+hardware = 'Motorola MC68020+ family'
+[flavour.packages]
+installer = true
+
+[[featureset]]
+name = 'none'
+
+[build]
+kernel_file = 'vmlinux'
+kernel_stem = 'vmlinux'
+
+[relations.image]
+suggests = ['vmelilo', 'fdutils']
diff --git a/debian/config/mips/config b/debian/config/mips/config
new file mode 100644
index 0000000000000..1d92685267c0d
--- /dev/null
+++ b/debian/config/mips/config
@@ -0,0 +1,7 @@
+##
+## file: arch/mips/Kconfig
+##
+## choice: Endianness selection
+CONFIG_CPU_BIG_ENDIAN=y
+# CONFIG_CPU_LITTLE_ENDIAN is not set
+## end choice
diff --git a/debian/config/mips/defines.toml b/debian/config/mips/defines.toml
new file mode 100644
index 0000000000000..f2d98e7a7e1a7
--- /dev/null
+++ b/debian/config/mips/defines.toml
@@ -0,0 +1,46 @@
+[[flavour]]
+name = '4kc-malta'
+[flavour.build]
+config = [
+  'kernelarch-mips/config.malta',
+  'kernelarch-mips/config.mips32r2',
+]
+[flavour.description]
+hardware = 'MIPS Malta'
+hardware_long = 'MIPS Malta boards'
+[flavour.packages]
+installer = true
+
+[[flavour]]
+name = 'mips32r2eb'
+[flavour.build]
+config = [
+  'kernelarch-mips/config.boston',
+  'kernelarch-mips/config.mips32r2',
+]
+[flavour.description]
+hardware = 'MIPS Generic (mips32r2eb)'
+hardware_long = 'MIPS Generic platform (mips32r2eb)'
+[flavour.packages]
+installer = true
+
+[[flavour]]
+name = 'octeon'
+[flavour.build]
+config = [
+  'kernelarch-mips/config.octeon',
+]
+kernel_file = 'vmlinux'
+kernel_stem = 'vmlinux'
+[flavour.description]
+hardware = 'Octeon'
+hardware_long = 'Cavium Networks Octeon'
+[flavour.packages]
+installer = true
+
+[[featureset]]
+name = 'none'
+
+[build]
+kernel_file = 'vmlinuz'
+kernel_stem = 'vmlinuz'
diff --git a/debian/config/mips64/config b/debian/config/mips64/config
new file mode 100644
index 0000000000000..1d92685267c0d
--- /dev/null
+++ b/debian/config/mips64/config
@@ -0,0 +1,7 @@
+##
+## file: arch/mips/Kconfig
+##
+## choice: Endianness selection
+CONFIG_CPU_BIG_ENDIAN=y
+# CONFIG_CPU_LITTLE_ENDIAN is not set
+## end choice
diff --git a/debian/config/mips64/defines.toml b/debian/config/mips64/defines.toml
new file mode 100644
index 0000000000000..686be0d2b7ec7
--- /dev/null
+++ b/debian/config/mips64/defines.toml
@@ -0,0 +1,46 @@
+[[flavour]]
+name = '5kc-malta'
+[flavour.build]
+config = [
+  'kernelarch-mips/config.malta',
+  'kernelarch-mips/config.mips64r2',
+]
+[flavour.description]
+hardware = 'MIPS Malta'
+hardware_long = 'MIPS Malta boards'
+[flavour.packages]
+installer = true
+
+[[flavour]]
+name = 'mips64r2eb'
+[flavour.build]
+config = [
+  'kernelarch-mips/config.boston',
+  'kernelarch-mips/config.mips64r2',
+]
+[flavour.description]
+hardware = 'MIPS Generic (mips64r2eb)'
+hardware_long = 'MIPS Generic platform (mips64r2eb)'
+[flavour.packages]
+installer = true
+
+[[flavour]]
+name = 'octeon'
+[flavour.build]
+config = [
+  'kernelarch-mips/config.octeon',
+]
+kernel_file = 'vmlinux'
+kernel_stem = 'vmlinux'
+[flavour.description]
+hardware = 'Octeon'
+hardware_long = 'Cavium Networks Octeon'
+[flavour.packages]
+installer = true
+
+[[featureset]]
+name = 'none'
+
+[build]
+kernel_file = 'vmlinuz'
+kernel_stem = 'vmlinuz'
diff --git a/debian/config/mips64el/config b/debian/config/mips64el/config
new file mode 100644
index 0000000000000..9f3326ab06870
--- /dev/null
+++ b/debian/config/mips64el/config
@@ -0,0 +1,11 @@
+##
+## file: arch/mips/Kconfig
+##
+## choice: Endianness selection
+# CONFIG_CPU_BIG_ENDIAN is not set
+CONFIG_CPU_LITTLE_ENDIAN=y
+## end choice
+## choice: CPU type
+# CONFIG_CPU_MIPS64_R1 is not set
+CONFIG_CPU_MIPS64_R2=y
+## end choice
diff --git a/debian/config/mips64el/defines.toml b/debian/config/mips64el/defines.toml
new file mode 100644
index 0000000000000..0be05d5d76691
--- /dev/null
+++ b/debian/config/mips64el/defines.toml
@@ -0,0 +1,60 @@
+[[flavour]]
+name = '5kc-malta'
+[flavour.build]
+config = [
+  'kernelarch-mips/config.malta',
+  'kernelarch-mips/config.mips64r2',
+]
+[flavour.description]
+hardware = 'MIPS Malta'
+hardware_long = 'MIPS Malta boards'
+[flavour.packages]
+installer = true
+
+[[flavour]]
+name = 'mips64r2el'
+[flavour.build]
+config = [
+  'kernelarch-mips/config.boston',
+  'kernelarch-mips/config.mips64r2',
+]
+[flavour.description]
+hardware = 'MIPS Generic (mips64r2el)'
+hardware_long = 'MIPS Generic platform (mips64r2el)'
+[flavour.packages]
+installer = true
+
+[[flavour]]
+name = 'loongson-3'
+[flavour.build]
+config = [
+  'kernelarch-mips/config.loongson-3',
+]
+[flavour.description]
+hardware = 'Loongson 3A/3B'
+hardware_long = 'Loongson 3A or 3B based systems (e.g. from Loongson or Lemote)'
+[flavour.packages]
+installer = true
+[flavour.relations.image]
+recommends = ['pmon-update']
+
+[[flavour]]
+name = 'octeon'
+[flavour.build]
+config = [
+  'kernelarch-mips/config.octeon',
+]
+kernel_file = 'vmlinux'
+kernel_stem = 'vmlinux'
+[flavour.description]
+hardware = 'Octeon'
+hardware_long = 'Cavium Networks Octeon'
+[flavour.packages]
+installer = true
+
+[[featureset]]
+name = 'none'
+
+[build]
+kernel_file = 'vmlinuz'
+kernel_stem = 'vmlinuz'
diff --git a/debian/config/mips64r6el/README b/debian/config/mips64r6el/README
new file mode 100644
index 0000000000000..d2b1b69fa2f5c
--- /dev/null
+++ b/debian/config/mips64r6el/README
@@ -0,0 +1 @@
+Not an architecture in Debian.  Re-check status 2025-12.
diff --git a/debian/config/mips64r6el/config b/debian/config/mips64r6el/config
new file mode 100644
index 0000000000000..bf12a2398d7d5
--- /dev/null
+++ b/debian/config/mips64r6el/config
@@ -0,0 +1,7 @@
+##
+## file: arch/mips/Kconfig
+##
+## choice: Endianness selection
+# CONFIG_CPU_BIG_ENDIAN is not set
+CONFIG_CPU_LITTLE_ENDIAN=y
+## end choice
diff --git a/debian/config/mips64r6el/defines.toml b/debian/config/mips64r6el/defines.toml
new file mode 100644
index 0000000000000..40848b98054d4
--- /dev/null
+++ b/debian/config/mips64r6el/defines.toml
@@ -0,0 +1,19 @@
+[[flavour]]
+name = 'mips64r6el'
+[flavour.build]
+config = [
+  'kernelarch-mips/config.boston',
+  'kernelarch-mips/config.mips64r6',
+]
+[flavour.description]
+hardware = 'MIPS Generic (mips64r6el)'
+hardware_long = 'MIPS Generic platform (mips64r6el)'
+[flavour.packages]
+installer = true
+
+[[featureset]]
+name = 'none'
+
+[build]
+kernel_file = 'vmlinuz'
+kernel_stem = 'vmlinuz'
diff --git a/debian/config/mipsel/config b/debian/config/mipsel/config
new file mode 100644
index 0000000000000..bf12a2398d7d5
--- /dev/null
+++ b/debian/config/mipsel/config
@@ -0,0 +1,7 @@
+##
+## file: arch/mips/Kconfig
+##
+## choice: Endianness selection
+# CONFIG_CPU_BIG_ENDIAN is not set
+CONFIG_CPU_LITTLE_ENDIAN=y
+## end choice
diff --git a/debian/config/mipsel/defines.toml b/debian/config/mipsel/defines.toml
new file mode 100644
index 0000000000000..d5e0a1f82b566
--- /dev/null
+++ b/debian/config/mipsel/defines.toml
@@ -0,0 +1,60 @@
+[[flavour]]
+name = '4kc-malta'
+[flavour.build]
+config = [
+  'kernelarch-mips/config.malta',
+  'kernelarch-mips/config.mips32r2',
+]
+[flavour.description]
+hardware = 'MIPS Malta'
+hardware_long = 'MIPS Malta boards'
+[flavour.packages]
+installer = true
+
+[[flavour]]
+name = 'mips32r2el'
+[flavour.build]
+config = [
+  'kernelarch-mips/config.boston',
+  'kernelarch-mips/config.mips32r2',
+]
+[flavour.description]
+hardware = 'MIPS Generic (mips32r2el)'
+hardware_long = 'MIPS Generic platform (mips32r2el)'
+[flavour.packages]
+installer = true
+
+[[flavour]]
+name = 'loongson-3'
+[flavour.build]
+config = [
+  'kernelarch-mips/config.loongson-3',
+]
+[flavour.description]
+hardware = 'Loongson 3A/3B'
+hardware_long = 'Loongson 3A or 3B based systems (e.g. from Loongson or Lemote)'
+[flavour.packages]
+installer = true
+[flavour.relations.image]
+recommends = ['pmon-update']
+
+[[flavour]]
+name = 'octeon'
+[flavour.build]
+config = [
+  'kernelarch-mips/config.octeon',
+]
+kernel_file = 'vmlinux'
+kernel_stem = 'vmlinux'
+[flavour.description]
+hardware = 'Octeon'
+hardware_long = 'Cavium Networks Octeon'
+[flavour.packages]
+installer = true
+
+[[featureset]]
+name = 'none'
+
+[build]
+kernel_file = 'vmlinuz'
+kernel_stem = 'vmlinuz'
diff --git a/debian/config/powerpc/config.powerpc b/debian/config/powerpc/config.powerpc
new file mode 100644
index 0000000000000..9dc3c24dfce08
--- /dev/null
+++ b/debian/config/powerpc/config.powerpc
@@ -0,0 +1,110 @@
+##
+## file: arch/powerpc/Kconfig
+##
+CONFIG_HIGHMEM=y
+# CONFIG_ISA is not set
+
+##
+## file: arch/powerpc/platforms/Kconfig.cputype
+##
+# CONFIG_PPC64 is not set
+## choice: Processor Type
+# CONFIG_PPC_85xx is not set
+# CONFIG_PPC_8xx is not set
+# CONFIG_40x is not set
+# CONFIG_44x is not set
+## end choice
+CONFIG_ALTIVEC=y
+# CONFIG_SMP is not set
+
+##
+## file: arch/powerpc/platforms/512x/Kconfig
+##
+# CONFIG_MPC5121_ADS is not set
+
+##
+## file: arch/powerpc/platforms/52xx/Kconfig
+##
+CONFIG_PPC_MPC52xx=y
+# CONFIG_PPC_MPC5200_SIMPLE is not set
+CONFIG_PPC_EFIKA=y
+# CONFIG_PPC_LITE5200 is not set
+CONFIG_PPC_MPC5200_BUGFIX=y
+
+##
+## file: arch/powerpc/platforms/chrp/Kconfig
+##
+CONFIG_PPC_CHRP=y
+
+##
+## file: drivers/ata/Kconfig
+##
+CONFIG_PATA_MPC52xx=m
+
+##
+## file: drivers/block/Kconfig
+##
+CONFIG_MAC_FLOPPY=y
+
+##
+## file: drivers/dma/Kconfig
+##
+CONFIG_DMADEVICES=y
+
+##
+## file: drivers/dma/bestcomm/Kconfig
+##
+CONFIG_PPC_BESTCOMM=m
+
+##
+## file: drivers/macintosh/Kconfig
+##
+CONFIG_SENSORS_AMS=m
+CONFIG_SENSORS_AMS_PMU=y
+CONFIG_SENSORS_AMS_I2C=y
+
+##
+## file: drivers/net/ethernet/freescale/Kconfig
+##
+CONFIG_FEC_MPC52xx=m
+CONFIG_FEC_MPC52xx_MDIO=y
+
+##
+## file: drivers/spi/Kconfig
+##
+CONFIG_SPI_MPC52xx_PSC=m
+
+##
+## file: drivers/tty/serial/Kconfig
+##
+CONFIG_SERIAL_MPC52xx=y
+CONFIG_SERIAL_MPC52xx_CONSOLE=y
+CONFIG_SERIAL_MPC52xx_CONSOLE_BAUD=115200
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+CONFIG_FB_CONTROL=y
+CONFIG_FB_PLATINUM=y
+CONFIG_FB_VALKYRIE=y
+CONFIG_FB_CT65550=y
+CONFIG_FB_IMSTT=y
+CONFIG_FB_MATROX=y
+CONFIG_FB_ATY128=y
+CONFIG_FB_ATY=y
+CONFIG_FB_SIS=y
+CONFIG_FB_3DFX=y
+CONFIG_FB_VOODOO1=y
+
+##
+## file: init/Kconfig
+##
+CONFIG_SYSFS_SYSCALL=y
+
+##
+## file: mm/Kconfig
+##
+## choice: Memory model
+CONFIG_FLATMEM_MANUAL=y
+# CONFIG_SPARSEMEM_MANUAL is not set
+## end choice
diff --git a/debian/config/powerpc/config.powerpc-smp b/debian/config/powerpc/config.powerpc-smp
new file mode 100644
index 0000000000000..c496837928535
--- /dev/null
+++ b/debian/config/powerpc/config.powerpc-smp
@@ -0,0 +1,5 @@
+##
+## file: arch/powerpc/platforms/Kconfig.cputype
+##
+CONFIG_SMP=y
+CONFIG_NR_CPUS=4
diff --git a/debian/config/powerpc/defines.toml b/debian/config/powerpc/defines.toml
new file mode 100644
index 0000000000000..6821eec17cf77
--- /dev/null
+++ b/debian/config/powerpc/defines.toml
@@ -0,0 +1,40 @@
+[[flavour]]
+name = 'powerpc'
+[flavour.description]
+hardware = 'uniprocessor 32-bit PowerPC'
+[flavour.packages]
+installer = true
+
+[[flavour]]
+name = 'powerpc-smp'
+[flavour.build]
+config = [
+  'powerpc/config.powerpc',
+]
+[flavour.description]
+hardware = 'multiprocessor 32-bit PowerPC'
+
+[[flavour]]
+name = 'powerpc64'
+[flavour.build]
+config = [
+  'kernelarch-powerpc/config-arch-64',
+  'kernelarch-powerpc/config-arch-64-be',
+]
+[flavour.description]
+hardware = '64-bit PowerPC'
+[flavour.packages]
+installer = true
+
+[[featureset]]
+name = 'none'
+
+[build]
+kernel_file = 'vmlinux'
+kernel_stem = 'vmlinux'
+
+[relations.image]
+suggests = [
+  'mkvmlinuz',
+  'grub-ieee1275',
+]
diff --git a/debian/config/ppc64/defines.toml b/debian/config/ppc64/defines.toml
new file mode 100644
index 0000000000000..157d9ec038d3b
--- /dev/null
+++ b/debian/config/ppc64/defines.toml
@@ -0,0 +1,26 @@
+[[flavour]]
+name = 'powerpc64'
+[flavour.build]
+config = [
+  'kernelarch-powerpc/config-arch-64',
+  'kernelarch-powerpc/config-arch-64-be',
+]
+[flavour.defs]
+is_default = true
+[flavour.description]
+hardware = '64-bit PowerPC'
+[flavour.packages]
+installer = true
+
+[[featureset]]
+name = 'none'
+
+[build]
+kernel_file = 'vmlinux'
+kernel_stem = 'vmlinux'
+
+[relations.image]
+suggests = [
+  'mkvmlinuz',
+  'grub-ieee1275',
+]
diff --git a/debian/config/ppc64el/defines.toml b/debian/config/ppc64el/defines.toml
new file mode 100644
index 0000000000000..e0c43e476d85c
--- /dev/null
+++ b/debian/config/ppc64el/defines.toml
@@ -0,0 +1,26 @@
+[[flavour]]
+name = 'powerpc64le'
+[flavour.build]
+config = [
+  'kernelarch-powerpc/config-arch-64',
+  'kernelarch-powerpc/config-arch-64-le',
+]
+[flavour.defs]
+is_default = true
+[flavour.description]
+hardware = 'Little-endian 64-bit PowerPC'
+[flavour.packages]
+installer = true
+
+[[featureset]]
+name = 'none'
+
+[build]
+kernel_file = 'vmlinux'
+kernel_stem = 'vmlinux'
+
+[relations.image]
+suggests = [
+  'mkvmlinuz',
+  'grub-ieee1275',
+]
diff --git a/debian/config/riscv64/config b/debian/config/riscv64/config
new file mode 100644
index 0000000000000..23a49fc395f22
--- /dev/null
+++ b/debian/config/riscv64/config
@@ -0,0 +1,386 @@
+##
+## file: arch/Kconfig
+##
+CONFIG_SECCOMP=y
+
+##
+## file: arch/riscv/Kconfig
+##
+CONFIG_SMP=y
+CONFIG_NUMA=y
+# CONFIG_COMPAT is not set
+
+##
+## file: arch/riscv/Kconfig.socs
+##
+CONFIG_SOC_MICROCHIP_POLARFIRE=y
+CONFIG_ARCH_RENESAS=y
+CONFIG_SOC_SIFIVE=y
+CONFIG_ARCH_SOPHGO=y
+CONFIG_SOC_STARFIVE=y
+CONFIG_ARCH_SUNXI=y
+CONFIG_ARCH_THEAD=y
+CONFIG_SOC_VIRT=y
+
+##
+## file: arch/riscv/crypto/Kconfig
+##
+CONFIG_CRYPTO_AES_RISCV64=m
+CONFIG_CRYPTO_CHACHA_RISCV64=m
+CONFIG_CRYPTO_GHASH_RISCV64=m
+CONFIG_CRYPTO_SHA256_RISCV64=m
+CONFIG_CRYPTO_SHA512_RISCV64=m
+
+##
+## file: arch/riscv/kvm/Kconfig
+##
+CONFIG_VIRTUALIZATION=y
+CONFIG_KVM=m
+
+##
+## file: drivers/acpi/Kconfig
+##
+CONFIG_ACPI=y
+
+##
+## file: drivers/ata/Kconfig
+##
+CONFIG_SATA_AHCI_PLATFORM=m
+CONFIG_AHCI_DWC=m
+
+##
+## file: drivers/cache/Kconfig
+##
+CONFIG_SIFIVE_CCACHE=y
+
+##
+## file: drivers/char/hw_random/Kconfig
+##
+CONFIG_HW_RANDOM_POLARFIRE_SOC=m
+CONFIG_HW_RANDOM_JH7110=m
+
+##
+## file: drivers/cpufreq/Kconfig
+##
+CONFIG_CPUFREQ_DT=m
+CONFIG_CPUFREQ_DT_PLATDEV=y
+
+##
+## file: drivers/cxl/Kconfig
+##
+CONFIG_CXL_BUS=y
+
+##
+## file: drivers/dma/Kconfig
+##
+CONFIG_DMADEVICES=y
+CONFIG_DMA_SUN6I=m
+CONFIG_DW_AXI_DMAC=m
+
+##
+## file: drivers/firmware/microchip/Kconfig
+##
+CONFIG_POLARFIRE_SOC_AUTO_UPDATE=m
+
+##
+## file: drivers/gpio/Kconfig
+##
+CONFIG_GPIOLIB=y
+CONFIG_GPIO_SIFIVE=y
+
+##
+## file: drivers/gpu/drm/Kconfig
+##
+CONFIG_DRM=m
+
+##
+## file: drivers/gpu/drm/amd/amdgpu/Kconfig
+##
+CONFIG_DRM_AMDGPU=m
+
+##
+## file: drivers/gpu/drm/radeon/Kconfig
+##
+CONFIG_DRM_RADEON=m
+
+##
+## file: drivers/gpu/drm/sun4i/Kconfig
+##
+CONFIG_DRM_SUN4I=m
+
+##
+## file: drivers/hwmon/Kconfig
+##
+CONFIG_SENSORS_LM90=m
+CONFIG_SENSORS_SFCTEMP=m
+
+##
+## file: drivers/i2c/Kconfig
+##
+CONFIG_I2C=y
+
+##
+## file: drivers/i2c/busses/Kconfig
+##
+CONFIG_I2C_DESIGNWARE_PLATFORM=m
+CONFIG_I2C_MV64XXX=m
+
+##
+## file: drivers/input/misc/Kconfig
+##
+CONFIG_INPUT_DA9063_ONKEY=m
+
+##
+## file: drivers/iommu/Kconfig
+##
+CONFIG_SUN50I_IOMMU=y
+
+##
+## file: drivers/leds/Kconfig
+##
+CONFIG_LEDS_PWM=m
+
+##
+## file: drivers/leds/rgb/Kconfig
+##
+CONFIG_LEDS_GROUP_MULTICOLOR=m
+CONFIG_LEDS_PWM_MULTICOLOR=m
+
+##
+## file: drivers/mailbox/Kconfig
+##
+CONFIG_MAILBOX=y
+CONFIG_POLARFIRE_SOC_MAILBOX=m
+
+##
+## file: drivers/mfd/Kconfig
+##
+CONFIG_MFD_AXP20X_I2C=m
+CONFIG_MFD_DA9063=m
+CONFIG_MFD_TPS65086=m
+
+##
+## file: drivers/mmc/Kconfig
+##
+CONFIG_MMC=m
+
+##
+## file: drivers/mmc/host/Kconfig
+##
+CONFIG_MMC_SDHCI_PLTFM=m
+CONFIG_MMC_SDHCI_OF_DWCMSHC=m
+CONFIG_MMC_SDHCI_CADENCE=m
+CONFIG_MMC_SPI=m
+CONFIG_MMC_DW=m
+CONFIG_MMC_DW_STARFIVE=m
+CONFIG_MMC_SUNXI=m
+
+##
+## file: drivers/net/ethernet/cadence/Kconfig
+##
+CONFIG_MACB=m
+
+##
+## file: drivers/net/ethernet/stmicro/stmmac/Kconfig
+##
+CONFIG_STMMAC_ETH=m
+
+##
+## file: drivers/net/phy/Kconfig
+##
+CONFIG_MOTORCOMM_PHY=m
+
+##
+## file: drivers/nvmem/Kconfig
+##
+CONFIG_NVMEM_SUNXI_SID=m
+
+##
+## file: drivers/pci/Kconfig
+##
+CONFIG_PCI=y
+
+##
+## file: drivers/pci/controller/Kconfig
+##
+CONFIG_PCI_HOST_GENERIC=y
+CONFIG_PCIE_MICROCHIP_HOST=y
+CONFIG_PCIE_XILINX=y
+
+##
+## file: drivers/pci/controller/dwc/Kconfig
+##
+CONFIG_PCIE_DW_PLAT_HOST=y
+CONFIG_PCIE_FU740=y
+
+##
+## file: drivers/perf/Kconfig
+##
+CONFIG_STARFIVE_STARLINK_PMU=y
+
+##
+## file: drivers/phy/allwinner/Kconfig
+##
+CONFIG_PHY_SUN4I_USB=m
+
+##
+## file: drivers/phy/starfive/Kconfig
+##
+CONFIG_PHY_STARFIVE_JH7110_DPHY_RX=m
+CONFIG_PHY_STARFIVE_JH7110_PCIE=m
+CONFIG_PHY_STARFIVE_JH7110_USB=m
+
+##
+## file: drivers/power/reset/Kconfig
+##
+CONFIG_POWER_RESET=y
+CONFIG_POWER_RESET_GPIO=y
+CONFIG_POWER_RESET_GPIO_RESTART=y
+CONFIG_POWER_RESET_RESTART=y
+
+##
+## file: drivers/pps/clients/Kconfig
+##
+CONFIG_PPS_CLIENT_GPIO=m
+
+##
+## file: drivers/pwm/Kconfig
+##
+CONFIG_PWM=y
+CONFIG_PWM_SIFIVE=m
+
+##
+## file: drivers/regulator/Kconfig
+##
+CONFIG_REGULATOR=y
+CONFIG_REGULATOR_FIXED_VOLTAGE=m
+CONFIG_REGULATOR_AXP20X=m
+CONFIG_REGULATOR_DA9063=m
+CONFIG_REGULATOR_TPS65086=m
+
+##
+## file: drivers/rtc/Kconfig
+##
+CONFIG_RTC_DRV_DS1307=m
+CONFIG_RTC_DRV_PCF85063=m
+CONFIG_RTC_DRV_PCF8563=m
+CONFIG_RTC_DRV_DA9063=m
+CONFIG_RTC_DRV_SUN6I=y
+CONFIG_RTC_DRV_POLARFIRE_SOC=m
+
+##
+## file: drivers/soc/microchip/Kconfig
+##
+CONFIG_POLARFIRE_SOC_SYS_CTRL=m
+
+##
+## file: drivers/spi/Kconfig
+##
+CONFIG_SPI_SIFIVE=m
+CONFIG_SPI_SUN6I=m
+
+##
+## file: drivers/tty/hvc/Kconfig
+##
+CONFIG_HVC_RISCV_SBI=y
+
+##
+## file: drivers/tty/serial/Kconfig
+##
+CONFIG_SERIAL_EARLYCON_RISCV_SBI=y
+CONFIG_SERIAL_SH_SCI=m
+
+##
+## file: drivers/tty/serial/8250/Kconfig
+##
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_SERIAL_8250_DW=y
+CONFIG_SERIAL_OF_PLATFORM=y
+
+##
+## file: drivers/usb/Kconfig
+##
+CONFIG_USB=m
+
+##
+## file: drivers/usb/cdns3/Kconfig
+##
+CONFIG_USB_CDNS_SUPPORT=m
+CONFIG_USB_CDNS3=m
+CONFIG_USB_CDNS3_GADGET=y
+CONFIG_USB_CDNS3_HOST=y
+CONFIG_USB_CDNS3_STARFIVE=m
+
+##
+## file: drivers/usb/gadget/Kconfig
+##
+CONFIG_USB_GADGET=m
+
+##
+## file: drivers/usb/host/Kconfig
+##
+CONFIG_USB_XHCI_PLATFORM=m
+CONFIG_USB_EHCI_HCD=m
+CONFIG_USB_EHCI_HCD_PLATFORM=m
+CONFIG_USB_OHCI_HCD=m
+CONFIG_USB_OHCI_HCD_PLATFORM=m
+
+##
+## file: drivers/usb/musb/Kconfig
+##
+CONFIG_USB_MUSB_HDRC=m
+CONFIG_USB_MUSB_SUNXI=m
+CONFIG_USB_MUSB_POLARFIRE_SOC=m
+
+##
+## file: drivers/usb/phy/Kconfig
+##
+CONFIG_NOP_USB_XCEIV=m
+
+##
+## file: drivers/watchdog/Kconfig
+##
+CONFIG_DA9063_WATCHDOG=m
+CONFIG_SUNXI_WATCHDOG=m
+CONFIG_STARFIVE_WATCHDOG=m
+
+##
+## file: kernel/Kconfig.kexec
+##
+CONFIG_KEXEC=y
+
+##
+## file: lib/Kconfig.debug
+##
+CONFIG_DEBUG_INFO_BTF=y
+#. Workaround module loading of different builds of on-disk modules
+#. vs booted kernel when keeping same ABI, cf. #1003210, #1022202
+CONFIG_MODULE_ALLOW_BTF_MISMATCH=y
+
+##
+## file: sound/pci/hda/Kconfig
+##
+CONFIG_SND_HDA_INTEL=m
+
+##
+## file: sound/soc/Kconfig
+##
+CONFIG_SND_SOC=m
+
+##
+## file: sound/soc/dwc/Kconfig
+##
+CONFIG_SND_DESIGNWARE_I2S=m
+
+##
+## file: sound/soc/generic/Kconfig
+##
+CONFIG_SND_SIMPLE_CARD=m
+
+##
+## file: sound/soc/starfive/Kconfig
+##
+CONFIG_SND_SOC_STARFIVE=m
+CONFIG_SND_SOC_JH7110_PWMDAC=m
+CONFIG_SND_SOC_JH7110_TDM=m
diff --git a/debian/config/riscv64/defines.toml b/debian/config/riscv64/defines.toml
new file mode 100644
index 0000000000000..56e2a27309928
--- /dev/null
+++ b/debian/config/riscv64/defines.toml
@@ -0,0 +1,16 @@
+[[flavour]]
+name = 'riscv64'
+[flavour.defs]
+is_default = true
+[flavour.description]
+hardware = '64-bit RISC-V platforms'
+[flavour.packages]
+installer = true
+
+[[featureset]]
+name = 'none'
+
+[build]
+enable_vdso = true
+kernel_file = 'arch/riscv/boot/Image'
+kernel_stem = 'vmlinux'
diff --git a/debian/config/s390x/config b/debian/config/s390x/config
new file mode 100644
index 0000000000000..fe01c9f905a02
--- /dev/null
+++ b/debian/config/s390x/config
@@ -0,0 +1,233 @@
+##
+## file: arch/Kconfig
+##
+CONFIG_SECCOMP=y
+
+##
+## file: arch/s390/Kconfig
+##
+## choice: Processor type
+CONFIG_MARCH_Z10=y
+## end choice
+CONFIG_COMPAT=y
+CONFIG_NR_CPUS=256
+CONFIG_SCHED_TOPOLOGY=y
+CONFIG_RANDOMIZE_BASE=y
+# CONFIG_CHECK_STACK is not set
+CONFIG_QDIO=y
+CONFIG_PCI_NR_FUNCTIONS=64
+CONFIG_CHSC_SCH=m
+CONFIG_SCM_BUS=y
+CONFIG_EADM_SCH=m
+CONFIG_PFAULT=y
+CONFIG_CMM=y
+CONFIG_CMM_IUCV=y
+CONFIG_APPLDATA_BASE=y
+CONFIG_APPLDATA_MEM=m
+CONFIG_APPLDATA_OS=m
+CONFIG_APPLDATA_NET_SUM=m
+CONFIG_S390_HYPFS_FS=y
+CONFIG_S390_GUEST=y
+
+##
+## file: arch/s390/crypto/Kconfig
+##
+CONFIG_CRYPTO_SHA512_S390=m
+CONFIG_CRYPTO_SHA1_S390=m
+CONFIG_CRYPTO_SHA256_S390=m
+CONFIG_CRYPTO_AES_S390=m
+CONFIG_CRYPTO_DES_S390=m
+
+##
+## file: arch/s390/kvm/Kconfig
+##
+CONFIG_VIRTUALIZATION=y
+CONFIG_KVM=m
+# CONFIG_KVM_S390_UCONTROL is not set
+
+##
+## file: block/partitions/Kconfig
+##
+CONFIG_IBM_PARTITION=y
+CONFIG_BSD_DISKLABEL=y
+
+##
+## file: drivers/block/Kconfig
+##
+# CONFIG_CDROM_PKTCDVD is not set
+
+##
+## file: drivers/char/hw_random/Kconfig
+##
+CONFIG_HW_RANDOM_S390=m
+
+##
+## file: drivers/crypto/Kconfig
+##
+CONFIG_ZCRYPT=m
+CONFIG_S390_PRNG=m
+
+##
+## file: drivers/iio/Kconfig
+##
+# CONFIG_IIO is not set
+
+##
+## file: drivers/input/joystick/Kconfig
+##
+# CONFIG_INPUT_JOYSTICK is not set
+
+##
+## file: drivers/input/touchscreen/Kconfig
+##
+# CONFIG_INPUT_TOUCHSCREEN is not set
+
+##
+## file: drivers/memstick/Kconfig
+##
+# CONFIG_MEMSTICK is not set
+
+##
+## file: drivers/net/ppp/Kconfig
+##
+# CONFIG_PPP is not set
+
+##
+## file: drivers/net/slip/Kconfig
+##
+# CONFIG_SLIP is not set
+
+##
+## file: drivers/net/wan/Kconfig
+##
+# CONFIG_WAN is not set
+
+##
+## file: drivers/pci/Kconfig
+##
+CONFIG_PCI=y
+# CONFIG_PCI_QUIRKS is not set
+
+##
+## file: drivers/pci/hotplug/Kconfig
+##
+CONFIG_HOTPLUG_PCI=y
+CONFIG_HOTPLUG_PCI_S390=y
+
+##
+## file: drivers/s390/block/Kconfig
+##
+CONFIG_DCSSBLK=m
+CONFIG_DASD=m
+# CONFIG_DASD_PROFILE is not set
+CONFIG_DASD_ECKD=m
+CONFIG_DASD_FBA=m
+CONFIG_DASD_DIAG=m
+# CONFIG_DASD_EER is not set
+CONFIG_SCM_BLOCK=m
+
+##
+## file: drivers/s390/char/Kconfig
+##
+CONFIG_TN3270=y
+CONFIG_TN3270_FS=m
+CONFIG_TN3270_CONSOLE=y
+CONFIG_TN3215=y
+CONFIG_TN3215_CONSOLE=y
+CONFIG_SCLP_TTY=y
+CONFIG_SCLP_CONSOLE=y
+CONFIG_SCLP_VT220_TTY=y
+CONFIG_SCLP_VT220_CONSOLE=y
+CONFIG_S390_TAPE=m
+CONFIG_S390_TAPE_34XX=m
+CONFIG_S390_TAPE_3590=m
+CONFIG_VMLOGRDR=m
+CONFIG_VMCP=y
+CONFIG_MONREADER=m
+CONFIG_MONWRITER=m
+CONFIG_S390_VMUR=m
+
+##
+## file: drivers/s390/net/Kconfig
+##
+CONFIG_LCS=m
+CONFIG_CTCM=m
+CONFIG_NETIUCV=m
+CONFIG_SMSGIUCV=y
+CONFIG_QETH=m
+CONFIG_QETH_L2=m
+CONFIG_QETH_L3=m
+
+##
+## file: drivers/scsi/Kconfig
+##
+CONFIG_ZFCP=m
+
+##
+## file: drivers/tty/hvc/Kconfig
+##
+CONFIG_HVC_IUCV=y
+
+##
+## file: drivers/video/console/Kconfig
+##
+# CONFIG_FRAMEBUFFER_CONSOLE is not set
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+# CONFIG_FB is not set
+
+##
+## file: drivers/watchdog/Kconfig
+##
+CONFIG_DIAG288_WATCHDOG=m
+
+##
+## file: init/Kconfig
+##
+## choice: Cputime accounting
+CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y
+## end choice
+
+##
+## file: lib/Kconfig.debug
+##
+CONFIG_DEBUG_INFO_BTF=y
+#. Workaround module loading of different builds of on-disk modules
+#. vs booted kernel when keeping same ABI, cf. #1003210, #1022202
+CONFIG_MODULE_ALLOW_BTF_MISMATCH=y
+
+##
+## file: mm/Kconfig
+##
+## choice: Memory model
+# CONFIG_FLATMEM_MANUAL is not set
+CONFIG_SPARSEMEM_MANUAL=y
+## end choice
+
+##
+## file: net/appletalk/Kconfig
+##
+# CONFIG_ATALK is not set
+
+##
+## file: net/atm/Kconfig
+##
+# CONFIG_ATM is not set
+
+##
+## file: net/iucv/Kconfig
+##
+CONFIG_IUCV=y
+CONFIG_AFIUCV=m
+
+##
+## file: net/lapb/Kconfig
+##
+# CONFIG_LAPB is not set
+
+##
+## file: net/llc/Kconfig
+##
+# CONFIG_LLC2 is not set
diff --git a/debian/config/s390x/defines.toml b/debian/config/s390x/defines.toml
new file mode 100644
index 0000000000000..ca4bd5c5e1ce6
--- /dev/null
+++ b/debian/config/s390x/defines.toml
@@ -0,0 +1,21 @@
+[[flavour]]
+name = 's390x'
+[flavour.defs]
+is_default = true
+[flavour.description]
+hardware = 'IBM zSeries'
+[flavour.packages]
+installer = true
+
+[[featureset]]
+name = 'none'
+
+[build]
+enable_vdso = true
+kernel_file = 'arch/s390/boot/bzImage'
+kernel_stem = 'vmlinuz'
+
+[relations.image]
+suggests = [
+  's390-tools',
+]
diff --git a/debian/config/sh4/config b/debian/config/sh4/config
new file mode 100644
index 0000000000000..a6cec0e480018
--- /dev/null
+++ b/debian/config/sh4/config
@@ -0,0 +1,66 @@
+##
+## file: arch/Kconfig
+##
+CONFIG_SECCOMP=y
+# CONFIG_STACKPROTECTOR_STRONG is not set
+
+##
+## file: arch/sh/Kconfig.cpu
+##
+## choice: Endianness selection
+CONFIG_CPU_LITTLE_ENDIAN=y
+## end choice
+CONFIG_SH_FPU=y
+CONFIG_SH_STORE_QUEUES=y
+
+##
+## file: arch/sh/drivers/Kconfig
+##
+CONFIG_HEARTBEAT=y
+
+##
+## file: arch/sh/mm/Kconfig
+##
+## choice: Cache mode
+CONFIG_CACHE_WRITEBACK=y
+## end choice
+
+##
+## file: crypto/Kconfig
+##
+CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
+
+##
+## file: drivers/cpufreq/Kconfig
+##
+CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
+CONFIG_SH_CPU_FREQ=y
+
+##
+## file: drivers/pci/pcie/Kconfig
+##
+# CONFIG_PCIEPORTBUS is not set
+
+##
+## file: init/Kconfig
+##
+## choice: Compiler optimization level
+CONFIG_CC_OPTIMIZE_FOR_SIZE=y
+## end choice
+
+##
+## file: kernel/Kconfig.hz
+##
+## choice: Timer frequency
+CONFIG_HZ_250=y
+## end choice
+
+##
+## file: kernel/Kconfig.kexec
+##
+CONFIG_KEXEC=y
+
+##
+## file: kernel/irq/Kconfig
+##
+CONFIG_SPARSE_IRQ=y
diff --git a/debian/config/sh4/config.sh7751r b/debian/config/sh4/config.sh7751r
new file mode 100644
index 0000000000000..b1231104a5d3a
--- /dev/null
+++ b/debian/config/sh4/config.sh7751r
@@ -0,0 +1,174 @@
+##
+## file: arch/Kconfig
+##
+## choice: MMU page size
+CONFIG_PAGE_SIZE_4KB=y
+## end choice
+
+##
+## file: arch/sh/Kconfig
+##
+## choice: Processor sub-type selection
+CONFIG_CPU_SUBTYPE_SH7751R=y
+## end choice
+CONFIG_SH_PCLK_FREQ=60000000
+
+##
+## file: arch/sh/Kconfig.cpu
+##
+## choice: Endianness selection
+CONFIG_CPU_LITTLE_ENDIAN=y
+## end choice
+CONFIG_SH_FPU=y
+
+##
+## file: arch/sh/boards/Kconfig
+##
+CONFIG_SH_RTS7751R2D=y
+
+##
+## file: arch/sh/boards/mach-r2d/Kconfig
+##
+CONFIG_RTS7751R2D_PLUS=y
+
+##
+## file: arch/sh/mm/Kconfig
+##
+CONFIG_MMU=y
+CONFIG_MEMORY_START=0x0c000000
+CONFIG_MEMORY_SIZE=0x04000000
+CONFIG_VSYSCALL=y
+
+##
+## file: drivers/ata/Kconfig
+##
+CONFIG_ATA=y
+CONFIG_ATA_VERBOSE_ERROR=y
+CONFIG_SATA_PMP=y
+CONFIG_ATA_SFF=y
+CONFIG_PATA_PLATFORM=y
+
+##
+## file: drivers/clocksource/Kconfig
+##
+CONFIG_SH_TIMER_TMU=y
+
+##
+## file: drivers/hid/Kconfig
+##
+CONFIG_HID=y
+
+##
+## file: drivers/hid/usbhid/Kconfig
+##
+CONFIG_USB_HID=y
+
+##
+## file: drivers/input/Kconfig
+##
+CONFIG_INPUT=y
+
+##
+## file: drivers/input/keyboard/Kconfig
+##
+CONFIG_INPUT_KEYBOARD=y
+
+##
+## file: drivers/mfd/Kconfig
+##
+CONFIG_MFD_SM501=y
+
+##
+## file: drivers/mtd/Kconfig
+##
+CONFIG_MTD=y
+CONFIG_MTD_BLOCK=y
+
+##
+## file: drivers/mtd/chips/Kconfig
+##
+CONFIG_MTD_CFI=y
+CONFIG_MTD_MAP_BANK_WIDTH_1=y
+CONFIG_MTD_MAP_BANK_WIDTH_2=y
+CONFIG_MTD_MAP_BANK_WIDTH_4=y
+CONFIG_MTD_CFI_I1=y
+CONFIG_MTD_CFI_I2=y
+CONFIG_MTD_CFI_AMDSTD=y
+
+##
+## file: drivers/mtd/maps/Kconfig
+##
+CONFIG_MTD_PHYSMAP=y
+
+##
+## file: drivers/net/Kconfig
+##
+CONFIG_NETDEVICES=y
+
+##
+## file: drivers/net/ethernet/realtek/Kconfig
+##
+CONFIG_8139CP=y
+
+##
+## file: drivers/pci/Kconfig
+##
+CONFIG_PCI=y
+
+##
+## file: drivers/rtc/Kconfig
+##
+CONFIG_RTC_DRV_R9701=y
+# CONFIG_RTC_DRV_SH is not set
+# CONFIG_RTC_DRV_GENERIC is not set
+
+##
+## file: drivers/scsi/Kconfig
+##
+CONFIG_SCSI=y
+CONFIG_BLK_DEV_SD=y
+
+##
+## file: drivers/spi/Kconfig
+##
+CONFIG_SPI=y
+CONFIG_SPI_BITBANG=y
+CONFIG_SPI_SH_SCI=y
+
+##
+## file: drivers/tty/Kconfig
+##
+CONFIG_VT=y
+CONFIG_CONSOLE_TRANSLATIONS=y
+CONFIG_VT_CONSOLE=y
+CONFIG_VT_HW_CONSOLE_BINDING=y
+
+##
+## file: drivers/tty/serial/Kconfig
+##
+CONFIG_SERIAL_SH_SCI=y
+CONFIG_SERIAL_SH_SCI_NR_UARTS=6
+CONFIG_SERIAL_SH_SCI_CONSOLE=y
+
+##
+## file: drivers/usb/Kconfig
+##
+CONFIG_USB_SUPPORT=y
+CONFIG_USB=y
+
+##
+## file: drivers/usb/host/Kconfig
+##
+CONFIG_USB_OHCI_HCD=y
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+CONFIG_FB_SM501=y
+
+##
+## file: mm/Kconfig
+##
+## choice: Memory model
+CONFIG_FLATMEM_MANUAL=y
+## end choice
diff --git a/debian/config/sh4/config.sh7785lcr b/debian/config/sh4/config.sh7785lcr
new file mode 100644
index 0000000000000..4e4260b5b3e8c
--- /dev/null
+++ b/debian/config/sh4/config.sh7785lcr
@@ -0,0 +1,221 @@
+##
+## file: arch/Kconfig
+##
+## choice: MMU page size
+CONFIG_PAGE_SIZE_4KB=y
+## end choice
+
+##
+## file: arch/sh/Kconfig
+##
+## choice: Processor sub-type selection
+CONFIG_CPU_SUBTYPE_SH7785=y
+## end choice
+CONFIG_SH_PCLK_FREQ=50000000
+
+##
+## file: arch/sh/Kconfig.cpu
+##
+## choice: Endianness selection
+CONFIG_CPU_LITTLE_ENDIAN=y
+## end choice
+CONFIG_SH_FPU=y
+CONFIG_SH_STORE_QUEUES=y
+
+##
+## file: arch/sh/boards/Kconfig
+##
+CONFIG_SH_SH7785LCR=y
+
+##
+## file: arch/sh/mm/Kconfig
+##
+CONFIG_MMU=y
+CONFIG_MEMORY_START=0x48000000
+CONFIG_MEMORY_SIZE=0x18000000
+CONFIG_VSYSCALL=y
+## choice: HugeTLB page size
+CONFIG_HUGETLB_PAGE_SIZE_64K=y
+## end choice
+
+##
+## file: drivers/clocksource/Kconfig
+##
+CONFIG_SH_TIMER_TMU=y
+
+##
+## file: drivers/dma/Kconfig
+##
+CONFIG_DMADEVICES=y
+
+##
+## file: drivers/hid/Kconfig
+##
+CONFIG_HID=m
+
+##
+## file: drivers/hid/usbhid/Kconfig
+##
+CONFIG_USB_HID=m
+
+##
+## file: drivers/i2c/Kconfig
+##
+CONFIG_I2C=y
+CONFIG_I2C_COMPAT=y
+CONFIG_I2C_HELPER_AUTO=y
+
+##
+## file: drivers/i2c/algos/Kconfig
+##
+CONFIG_I2C_ALGOPCA=y
+
+##
+## file: drivers/i2c/busses/Kconfig
+##
+CONFIG_I2C_PCA_PLATFORM=y
+
+##
+## file: drivers/input/Kconfig
+##
+CONFIG_INPUT=y
+CONFIG_INPUT_MOUSEDEV=y
+CONFIG_INPUT_MOUSEDEV_PSAUX=y
+CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
+CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
+CONFIG_INPUT_EVDEV=m
+
+##
+## file: drivers/input/keyboard/Kconfig
+##
+CONFIG_INPUT_KEYBOARD=y
+# CONFIG_KEYBOARD_ATKBD is not set
+
+##
+## file: drivers/input/mouse/Kconfig
+##
+CONFIG_INPUT_MOUSE=y
+# CONFIG_MOUSE_PS2 is not set
+# CONFIG_MOUSE_PS2_ALPS is not set
+# CONFIG_MOUSE_PS2_BYD is not set
+# CONFIG_MOUSE_PS2_LOGIPS2PP is not set
+# CONFIG_MOUSE_PS2_SYNAPTICS is not set
+# CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS is not set
+# CONFIG_MOUSE_PS2_CYPRESS is not set
+# CONFIG_MOUSE_PS2_LIFEBOOK is not set
+# CONFIG_MOUSE_PS2_TRACKPOINT is not set
+# CONFIG_MOUSE_PS2_ELANTECH is not set
+# CONFIG_MOUSE_PS2_ELANTECH_SMBUS is not set
+# CONFIG_MOUSE_PS2_SENTELIC is not set
+# CONFIG_MOUSE_PS2_FOCALTECH is not set
+
+##
+## file: drivers/input/serio/Kconfig
+##
+# CONFIG_SERIO is not set
+# CONFIG_SERIO_I8042 is not set
+# CONFIG_SERIO_SERPORT is not set
+# CONFIG_SERIO_LIBPS2 is not set
+
+##
+## file: drivers/mfd/Kconfig
+##
+CONFIG_MFD_SM501=y
+
+##
+## file: drivers/mtd/Kconfig
+##
+CONFIG_MTD=y
+CONFIG_MTD_BLOCK=y
+
+##
+## file: drivers/mtd/chips/Kconfig
+##
+CONFIG_MTD_CFI=y
+CONFIG_MTD_MAP_BANK_WIDTH_1=y
+CONFIG_MTD_MAP_BANK_WIDTH_2=y
+CONFIG_MTD_MAP_BANK_WIDTH_4=y
+CONFIG_MTD_CFI_I1=y
+CONFIG_MTD_CFI_I2=y
+CONFIG_MTD_CFI_AMDSTD=y
+
+##
+## file: drivers/mtd/maps/Kconfig
+##
+CONFIG_MTD_PHYSMAP=y
+
+##
+## file: drivers/net/Kconfig
+##
+CONFIG_NETDEVICES=y
+
+##
+## file: drivers/net/ethernet/realtek/Kconfig
+##
+CONFIG_R8169=m
+
+##
+## file: drivers/parport/Kconfig
+##
+# CONFIG_PARPORT_1284 is not set
+
+##
+## file: drivers/pci/Kconfig
+##
+CONFIG_PCI=y
+
+##
+## file: drivers/rtc/Kconfig
+##
+CONFIG_RTC_DRV_RS5C372=y
+# CONFIG_RTC_DRV_SH is not set
+# CONFIG_RTC_DRV_GENERIC is not set
+
+##
+## file: drivers/tty/Kconfig
+##
+CONFIG_VT=y
+CONFIG_CONSOLE_TRANSLATIONS=y
+CONFIG_VT_CONSOLE=y
+CONFIG_VT_HW_CONSOLE_BINDING=y
+CONFIG_UNIX98_PTYS=y
+
+##
+## file: drivers/tty/serial/Kconfig
+##
+CONFIG_SERIAL_SH_SCI=y
+CONFIG_SERIAL_SH_SCI_NR_UARTS=6
+CONFIG_SERIAL_SH_SCI_CONSOLE=y
+
+##
+## file: drivers/usb/Kconfig
+##
+CONFIG_USB_SUPPORT=y
+CONFIG_USB=m
+
+##
+## file: drivers/usb/host/Kconfig
+##
+CONFIG_USB_EHCI_HCD=m
+CONFIG_USB_R8A66597_HCD=m
+
+##
+## file: drivers/video/fbdev/Kconfig
+##
+CONFIG_FB_SM501=y
+
+##
+## file: drivers/watchdog/Kconfig
+##
+CONFIG_WATCHDOG=y
+CONFIG_SH_WDT=y
+# CONFIG_USBPCWATCHDOG is not set
+
+##
+## file: mm/Kconfig
+##
+## choice: Memory model
+CONFIG_SPARSEMEM_MANUAL=y
+## end choice
+CONFIG_MIGRATION=y
+CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
diff --git a/debian/config/sh4/defines.toml b/debian/config/sh4/defines.toml
new file mode 100644
index 0000000000000..cf13488dcedd7
--- /dev/null
+++ b/debian/config/sh4/defines.toml
@@ -0,0 +1,24 @@
+[[flavour]]
+name = 'sh7751r'
+[flavour.description]
+hardware = 'sh7751r'
+hardware_long = 'Renesas SH7751R R2D plus board'
+[flavour.packages]
+installer = true
+
+[[flavour]]
+name = 'sh7785lcr'
+[flavour.description]
+hardware = 'sh7785lcr'
+hardware_long = 'Renesas SH7785 reference board'
+[flavour.packages]
+installer = true
+[flavour.relations.image]
+recommends = ['u-boot-tools']
+
+[[featureset]]
+name = 'none'
+
+[build]
+kernel_file = 'arch/sh/boot/zImage'
+kernel_stem = 'vmlinuz'
diff --git a/debian/config/sparc64/defines.toml b/debian/config/sparc64/defines.toml
new file mode 100644
index 0000000000000..b3969e82a8f6a
--- /dev/null
+++ b/debian/config/sparc64/defines.toml
@@ -0,0 +1,34 @@
+[[flavour]]
+name = 'sparc64'
+[flavour.build]
+config = [
+  'kernelarch-sparc/config-up',
+]
+[flavour.description]
+hardware = 'uniprocessor 64-bit UltraSPARC'
+[flavour.packages]
+installer = true
+
+[[flavour]]
+name = 'sparc64-smp'
+[flavour.build]
+config = [
+  'kernelarch-sparc/config-smp',
+]
+[flavour.defs]
+is_default = true
+[flavour.description]
+hardware = 'multiprocessor 64-bit UltraSPARC'
+
+[[featureset]]
+name = 'none'
+
+[build]
+kernel_file = 'vmlinux'
+kernel_stem = 'vmlinux'
+
+[relations.image]
+suggests = [
+  'fdutils',
+  'grub-ieee1275',
+]
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000000000..5443ca533cfb2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,291 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Linux kernel
+Source: https://www.kernel.org/pub/linux/kernel/
+Files-Excluded: Documentation/netlabel/draft-ietf-cipso-ipsecurity-01.txt
+ arch/powerpc/platforms/8xx/micropatch.c
+ drivers/media/usb/dvb-usb/af9005-script.h
+ drivers/video/fbdev/nvidia
+ drivers/video/fbdev/riva
+ tools/testing/selftests/tc-testing/action-ebpf
+Comment:
+ The 'perf' tool is dynamically linked with the Python interpreter,
+ which is itself dynamically linked with OpenSSL, which is not
+ GPL-compatible.  However, since perf itself does not link with or use
+ OpenSSL, we believe that this indirect linking does not require
+ additional permissions beyond the GPL.
+
+Files: *
+Copyright: 1991-2012 Linus Torvalds and many others
+License: GPL-2
+
+Files: debian/*
+Copyright: 1996-2006 Manoj Srivastava
+           2005-2012 Debian kernel team
+           2006-2009 Bastian Blank <waldi@debian.org>
+License: GPL-2
+
+Files:
+ arch/arm/boot/dts/armada-370.dtsi
+ arch/arm/boot/dts/armada-370-d*.dts*
+ arch/arm/boot/dts/armada-370-mirabox.dts
+ arch/arm/boot/dts/armada-370-netgear*.dts*
+ arch/arm/boot/dts/armada-370-rd.dts
+ arch/arm/boot/dts/armada-370-synology-ds213j.dts
+ arch/arm/boot/dts/armada-375*.dts*
+ arch/arm/boot/dts/armada-38*.dts*
+ arch/arm/boot/dts/armada-39*.dts*
+ arch/arm/boot/dts/armada-xp*.dts*
+ arch/arm/boot/dts/artpec6.dtsi
+ arch/arm/boot/dts/at91sam9260ek.dts
+ arch/arm/boot/dts/at91sam9xe.dtsi
+ arch/arm/boot/dts/axp*.dts*
+ arch/arm/boot/dts/berlin2*.dts*
+ arch/arm/boot/dts/cros-ec-sbs.dtsi
+ arch/arm/boot/dts/cx92755*.dts*
+ arch/arm/boot/dts/imx7*.dts*
+ arch/arm/boot/dts/kirkwood-linkstation*.dts*
+ arch/arm/boot/dts/ls*.dts*
+ arch/arm/boot/dts/meson*.dts*
+ arch/arm/boot/dts/mps2*.dts*
+ arch/arm/boot/dts/mvebu-linkstation-*.dts*
+ arch/arm/boot/dts/orion5x-kuroboxpro.dts
+ arch/arm/boot/dts/orion5x-linkstation*.dts*
+ arch/arm/boot/dts/orion5x-ls*.dts*
+ arch/arm/boot/dts/qcom-mdm9615*.dts*
+ arch/arm/boot/dts/rk*.dts
+ arch/arm/boot/dts/sama5d2.dtsi
+ arch/arm/boot/dts/sama5d4.dtsi
+ arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
+ arch/arm/boot/dts/stm*.dts*
+ arch/arm/boot/dts/sun*.dts*
+ arch/arm/boot/dts/tegra124-apalis*.dts*
+ arch/arm/boot/dts/uniphier-*.dts*
+ arch/arm/boot/dts/vf610-colibri*.dts*
+ arch/arm/boot/dts/vf610m*.dts*
+ arch/arm64/boot/dts/allwinner/*.dts*
+ arch/arm64/boot/dts/amlogic/*.dts*
+ arch/arm64/boot/dts/cavium/thunder-*.dts*
+ arch/arm64/boot/dts/freescale/fsl-*.dts*
+ arch/arm64/boot/dts/marvell/armada-*.dts*
+ arch/arm64/boot/dts/rockchip/rk33*.dts*
+ arch/arm64/boot/dts/socionext/uniphier-ld*.dts*
+ arch/arm64/boot/dts/synaptics/berlin4ct-*.dts*
+ include/dt-bindings/clock/sun*.h
+ include/dt-bindings/dma/axi-dmac.h
+ include/dt-bindings/dma/sun4i-a10.h
+ include/dt-bindings/pinctrl/sun4i-a10.h
+ include/dt-bindings/reset/sun*.h
+Copyright: 2012-2018 Linus Torvalds and many others
+License: GPL-2+-or-X11
+
+Files: drivers/crypto/vmx/*.pl
+Copyright: 2006,2014 Andy Polyakov <appro@openssl.org>
+License: CRYPTOGAMS
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ * Redistributions of source code must retain copyright notices, this
+   list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the
+   distribution.
+ * Neither the name of the CRYPTOGAMS nor the names of its copyright
+   holder and contributors may be used to endorse or promote products
+   derived from this software without specific prior written
+   permission.
+ .
+ ALTERNATIVELY, provided that this notice is retained in full, this
+ product may be distributed under the terms of the GNU General Public
+ License (GPL), in which case the provisions of the GPL apply INSTEAD
+ OF those given above.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: fs/nls/mac-*
+Copyright: 1991-2012 Unicode, Inc.
+License: Unicode-data
+ All rights reserved.  Distributed under the Terms of Use in
+ http://www.unicode.org/copyright.html.
+ .
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of the Unicode data files and any associated documentation (the "Data
+ Files") or Unicode software and any associated documentation (the
+ "Software") to deal in the Data Files or Software without restriction,
+ including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, and/or sell copies of the Data Files or Software, and
+ to permit persons to whom the Data Files or Software are furnished to do
+ so, provided that (a) the above copyright notice(s) and this permission
+ notice appear with all copies of the Data Files or Software, (b) both the
+ above copyright notice(s) and this permission notice appear in associated
+ documentation, and (c) there is clear notice in each modified Data File or
+ in the Software as well as in the documentation associated with the Data
+ File(s) or Software that the data or software has been modified.
+ .
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
+ KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
+ THIRD PARTY RIGHTS.  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
+ INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT
+ OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
+ USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+ .
+ Except as contained in this notice, the name of a copyright holder shall
+ not be used in advertising or otherwise to promote the sale, use or other
+ dealings in these Data Files or Software without prior written
+ authorization of the copyright holder.
+
+Files: include/xen/interface/*
+Copyright: 2002-2006 Keir Fraser
+           2004 Tim Deegan
+           2004 Andrew Warfield
+           2005 Nguyen Anh Quynh
+           2005-2006 IBM Corporation
+           2005 Anthony Liguori
+           2005 Rusty Russell
+           2005-2006 XenSource Ltd.
+           2006 Ian Campbell
+           2006 Red Hat, Inc.
+           2010 Ryan Wilson
+License: Xen-interface
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to
+ deal in the Software without restriction, including without limitation the
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+
+Files: certs/extract-cert.c scripts/sign-file.c
+Copyright: 2014-2015 Red Hat, Inc.
+           2015 Intel Corporation
+License: LGPL-2.1
+
+Files: tools/lib/bpf/*
+Copyright: 2015-2020 Linus Torvalds and many others
+License: LGPL-2.1 or BSD-2-clause
+
+Files: tools/bpf/bpftool/*
+Copyright: 2017-2020 Linus Torvalds and many others
+License: GPL-2 or BSD-2-clause
+
+License: BSD-2-clause
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions are met:
+  .
+  1. Redistributions of source code must retain the above copyright notice,
+     this list of conditions and the following disclaimer.
+  .
+  2. Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in the
+     documentation and/or other materials provided with the distribution.
+  .
+  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+  POSSIBILITY OF SUCH DAMAGE.
+
+License: GPL-2
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU General Public License version
+ 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+License: LGPL-2.1
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2.1 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program; If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+License: GPL-2+-or-X11
+ This file is dual-licensed: you can use it either under the terms
+ of the GPL or the X11 license, at your option. Note that this dual
+ licensing only applies to this file, and not this project as a
+ whole.
+ .
+  a) This file is free software; you can redistribute it and/or
+     modify it under the terms of the GNU General Public License as
+     published by the Free Software Foundation; either version 2 of the
+     License, or (at your option) any later version.
+ .
+     This file is distributed in the hope that it will be useful,
+     but WITHOUT ANY WARRANTY; without even the implied warranty of
+     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+     GNU General Public License for more details.
+ .
+ Or, alternatively,
+ .
+  b) Permission is hereby granted, free of charge, to any person
+     obtaining a copy of this software and associated documentation
+     files (the "Software"), to deal in the Software without
+     restriction, including without limitation the rights to use,
+     copy, modify, merge, publish, distribute, sublicense, and/or
+     sell copies of the Software, and to permit persons to whom the
+     Software is furnished to do so, subject to the following
+     conditions:
+ .
+     The above copyright notice and this permission notice shall be
+     included in all copies or substantial portions of the Software.
+ .
+     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+     OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/hyperv-daemons.README.Debian b/debian/hyperv-daemons.README.Debian
new file mode 100644
index 0000000000000..8fff2afd3424b
--- /dev/null
+++ b/debian/hyperv-daemons.README.Debian
@@ -0,0 +1,14 @@
+hyperv-daemon for Debian
+------------------------
+
+ If you want to change screen resolution on Linux guest, 
+ plese update kernel parameter.
+
+  1. edit /etc/default/grub file
+     - add 'video=hyperv_fb:"horizontal"x"vertical"' to 
+       'GRUB_CMDLINE_LINUX_DEFAULT=' or 'GRUB_CMDLINE_LINUX=' line
+        (e.g. GRUB_CMDLINE_LINUX=video=hyperv_fb:1280x1024)
+  2. then, exec update-grub
+  3. reboot Linux guest
+
+ -- Hideki Yamane <henrich@debian.org>  Thu, 28 May 2015 10:23:52 +0900
diff --git a/debian/hyperv-daemons.hv-fcopy-daemon.init b/debian/hyperv-daemons.hv-fcopy-daemon.init
new file mode 100644
index 0000000000000..5866dc60edcee
--- /dev/null
+++ b/debian/hyperv-daemons.hv-fcopy-daemon.init
@@ -0,0 +1,109 @@
+#! /bin/sh
+### BEGIN INIT INFO
+# Provides:          hv-fcopy-daemon
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Hyper-V file copy service (FCOPY) daemon
+### END INIT INFO
+
+PATH=/sbin:/usr/sbin:/bin:/usr/bin
+DESC="Hyper-V file copy service (FCOPY) daemon"
+NAME=hv_fcopy_daemon
+DAEMON=/usr/sbin/$NAME
+PIDFILE=/run/$NAME.pid
+SCRIPTNAME=/etc/init.d/hv-fcopy-daemon
+
+# Exit if the package is not installed
+[ -x "$DAEMON" ] || exit 0
+
+# Exit if the kernel device does not exist
+[ -e "/dev/vmbus/hv_fcopy" ] || exit 0
+
+# Load the VERBOSE setting and other rcS variables
+. /lib/init/vars.sh
+
+# Define LSB log_* functions.
+. /lib/lsb/init-functions
+
+#
+# Function that starts the daemon/service
+#
+do_start()
+{
+	# Return
+	#   0 if daemon has been started
+	#   1 if daemon was already running
+	#   2 if daemon could not be started
+	start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --test > /dev/null \
+		|| return 1
+	start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --background --make-pidfile -- -n \
+		|| return 2
+}
+
+#
+# Function that stops the daemon/service
+#
+do_stop()
+{
+	# Return
+	#   0 if daemon has been stopped
+	#   1 if daemon was already stopped
+	#   2 if daemon could not be stopped
+	#   other if a failure occurred
+	start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE --name $NAME
+	[ "$?" = 2 ] && return 2
+	start-stop-daemon --stop --quiet --oknodo --retry=0/30/KILL/5 --exec $DAEMON
+	RETVAL=$?
+	[ "$RETVAL" = 2 ] && return 2
+	# Many daemons don't delete their pidfiles when they exit.
+	rm -f $PIDFILE
+	return "$RETVAL"
+}
+
+case "$1" in
+  start)
+	[ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
+	do_start
+	case "$?" in
+		0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
+		2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
+	esac
+	;;
+  stop)
+	[ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME"
+	do_stop
+	case "$?" in
+		0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
+		2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
+	esac
+	;;
+  status)
+	status_of_proc -p "$PIDFILE" "$DAEMON" "$NAME"
+	;;
+  restart|force-reload)
+	log_daemon_msg "Restarting $DESC" "$NAME"
+	do_stop
+	case "$?" in
+	  0|1)
+		do_start
+		case "$?" in
+			0) log_end_msg 0 ;;
+			1) log_end_msg 1 ;; # Old process is still running
+			*) log_end_msg 1 ;; # Failed to start
+		esac
+		;;
+	  *)
+		# Failed to stop
+		log_end_msg 1
+		;;
+	esac
+	;;
+  *)
+	echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2
+	exit 3
+	;;
+esac
+
+:
diff --git a/debian/hyperv-daemons.hv-fcopy-daemon.service b/debian/hyperv-daemons.hv-fcopy-daemon.service
new file mode 100644
index 0000000000000..d8e4d3b8a3e26
--- /dev/null
+++ b/debian/hyperv-daemons.hv-fcopy-daemon.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Hyper-V file copy service (FCOPY) daemon
+Conflicts=hyperv-daemons.hv-fcopy-daemon.service
+BindsTo=sys-devices-virtual-misc-vmbus\x21hv_fcopy.device
+
+[Service]
+ExecStart=/usr/sbin/hv_fcopy_daemon -n
+
+[Install]
+WantedBy=multi-user.target
diff --git a/debian/hyperv-daemons.hv-kvp-daemon.init b/debian/hyperv-daemons.hv-kvp-daemon.init
new file mode 100644
index 0000000000000..6a78f478b2dce
--- /dev/null
+++ b/debian/hyperv-daemons.hv-kvp-daemon.init
@@ -0,0 +1,109 @@
+#! /bin/sh
+### BEGIN INIT INFO
+# Provides:          hv-kvp-daemon
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Hyper-V key-value pair (KVP) daemon
+### END INIT INFO
+
+PATH=/sbin:/usr/sbin:/bin:/usr/bin
+DESC="Hyper-V key-value pair (KVP) daemon"
+NAME=hv_kvp_daemon
+DAEMON=/usr/sbin/$NAME
+PIDFILE=/run/$NAME.pid
+SCRIPTNAME=/etc/init.d/hv-kvp-daemon
+
+# Exit if the package is not installed
+[ -x "$DAEMON" ] || exit 0
+
+# Exit if the kernel device does not exist
+[ -e "/dev/vmbus/hv_kvp" ] || exit 0
+
+# Load the VERBOSE setting and other rcS variables
+. /lib/init/vars.sh
+
+# Define LSB log_* functions.
+. /lib/lsb/init-functions
+
+#
+# Function that starts the daemon/service
+#
+do_start()
+{
+	# Return
+	#   0 if daemon has been started
+	#   1 if daemon was already running
+	#   2 if daemon could not be started
+	start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --test > /dev/null \
+		|| return 1
+	start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --background --make-pidfile -- -n \
+		|| return 2
+}
+
+#
+# Function that stops the daemon/service
+#
+do_stop()
+{
+	# Return
+	#   0 if daemon has been stopped
+	#   1 if daemon was already stopped
+	#   2 if daemon could not be stopped
+	#   other if a failure occurred
+	start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE --name $NAME
+	[ "$?" = 2 ] && return 2
+	start-stop-daemon --stop --quiet --oknodo --retry=0/30/KILL/5 --exec $DAEMON
+	RETVAL=$?
+	[ "$RETVAL" = 2 ] && return 2
+	# Many daemons don't delete their pidfiles when they exit.
+	rm -f $PIDFILE
+	return "$RETVAL"
+}
+
+case "$1" in
+  start)
+	[ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
+	do_start
+	case "$?" in
+		0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
+		2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
+	esac
+	;;
+  stop)
+	[ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME"
+	do_stop
+	case "$?" in
+		0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
+		2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
+	esac
+	;;
+  status)
+	status_of_proc -p "$PIDFILE" "$DAEMON" "$NAME"
+	;;
+  restart|force-reload)
+	log_daemon_msg "Restarting $DESC" "$NAME"
+	do_stop
+	case "$?" in
+	  0|1)
+		do_start
+		case "$?" in
+			0) log_end_msg 0 ;;
+			1) log_end_msg 1 ;; # Old process is still running
+			*) log_end_msg 1 ;; # Failed to start
+		esac
+		;;
+	  *)
+		# Failed to stop
+		log_end_msg 1
+		;;
+	esac
+	;;
+  *)
+	echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2
+	exit 3
+	;;
+esac
+
+:
diff --git a/debian/hyperv-daemons.hv-kvp-daemon.service b/debian/hyperv-daemons.hv-kvp-daemon.service
new file mode 100644
index 0000000000000..67496e3537296
--- /dev/null
+++ b/debian/hyperv-daemons.hv-kvp-daemon.service
@@ -0,0 +1,22 @@
+[Unit]
+Description=Hyper-V key-value pair (KVP) daemon
+DefaultDependencies=no
+Before=sysinit.target shutdown.target
+Conflicts=hyperv-daemons.hv-kvp-daemon.service shutdown.target
+BindsTo=sys-devices-virtual-misc-vmbus\x21hv_kvp.device
+IgnoreOnIsolate=1
+
+[Service]
+ExecStart=/usr/sbin/hv_kvp_daemon -n
+CapabilityBoundingSet=
+DeviceAllow=/dev/vmbus/hv_kvp
+NoNewPrivileges=true
+ProtectControlGroups=true
+ProtectHome=true
+ProtectKernelModules=true
+ProtectKernelTunables=true
+ProtectSystem=full
+StateDirectory=hyperv
+
+[Install]
+WantedBy=multi-user.target
diff --git a/debian/hyperv-daemons.hv-vss-daemon.init b/debian/hyperv-daemons.hv-vss-daemon.init
new file mode 100644
index 0000000000000..31831aabe4042
--- /dev/null
+++ b/debian/hyperv-daemons.hv-vss-daemon.init
@@ -0,0 +1,109 @@
+#! /bin/sh
+### BEGIN INIT INFO
+# Provides:          hv-vss-daemon
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Hyper-V volume shadow copy service (VSS) daemon
+### END INIT INFO
+
+PATH=/sbin:/usr/sbin:/bin:/usr/bin
+DESC="Hyper-V volume shadow copy service (VSS) daemon"
+NAME=hv_vss_daemon
+DAEMON=/usr/sbin/$NAME
+PIDFILE=/run/$NAME.pid
+SCRIPTNAME=/etc/init.d/hv-vss-daemon
+
+# Exit if the package is not installed
+[ -x "$DAEMON" ] || exit 0
+
+# Exit if the kernel device does not exist
+[ -e "/dev/vmbus/hv_vss" ] || exit 0
+
+# Load the VERBOSE setting and other rcS variables
+. /lib/init/vars.sh
+
+# Define LSB log_* functions.
+. /lib/lsb/init-functions
+
+#
+# Function that starts the daemon/service
+#
+do_start()
+{
+	# Return
+	#   0 if daemon has been started
+	#   1 if daemon was already running
+	#   2 if daemon could not be started
+	start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --test > /dev/null \
+		|| return 1
+	start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --background --make-pidfile -- -n \
+		|| return 2
+}
+
+#
+# Function that stops the daemon/service
+#
+do_stop()
+{
+	# Return
+	#   0 if daemon has been stopped
+	#   1 if daemon was already stopped
+	#   2 if daemon could not be stopped
+	#   other if a failure occurred
+	start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE --name $NAME
+	[ "$?" = 2 ] && return 2
+	start-stop-daemon --stop --quiet --oknodo --retry=0/30/KILL/5 --exec $DAEMON
+	RETVAL=$?
+	[ "$RETVAL" = 2 ] && return 2
+	# Many daemons don't delete their pidfiles when they exit.
+	rm -f $PIDFILE
+	return "$RETVAL"
+}
+
+case "$1" in
+  start)
+	[ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
+	do_start
+	case "$?" in
+		0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
+		2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
+	esac
+	;;
+  stop)
+	[ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME"
+	do_stop
+	case "$?" in
+		0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
+		2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
+	esac
+	;;
+  status)
+	status_of_proc -p "$PIDFILE" "$DAEMON" "$NAME"
+	;;
+  restart|force-reload)
+	log_daemon_msg "Restarting $DESC" "$NAME"
+	do_stop
+	case "$?" in
+	  0|1)
+		do_start
+		case "$?" in
+			0) log_end_msg 0 ;;
+			1) log_end_msg 1 ;; # Old process is still running
+			*) log_end_msg 1 ;; # Failed to start
+		esac
+		;;
+	  *)
+		# Failed to stop
+		log_end_msg 1
+		;;
+	esac
+	;;
+  *)
+	echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2
+	exit 3
+	;;
+esac
+
+:
diff --git a/debian/hyperv-daemons.hv-vss-daemon.service b/debian/hyperv-daemons.hv-vss-daemon.service
new file mode 100644
index 0000000000000..fd3fd6dcd77d0
--- /dev/null
+++ b/debian/hyperv-daemons.hv-vss-daemon.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Hyper-V volume shadow copy service (VSS) daemon
+Conflicts=hyperv-daemons.hv-vss-daemon.service
+BindsTo=sys-devices-virtual-misc-vmbus\x21hv_vss.device
+
+[Service]
+ExecStart=/usr/sbin/hv_vss_daemon -n
+
+[Install]
+WantedBy=multi-user.target
diff --git a/debian/hyperv-daemons.lintian-overrides b/debian/hyperv-daemons.lintian-overrides
new file mode 100644
index 0000000000000..43e0e412d54ff
--- /dev/null
+++ b/debian/hyperv-daemons.lintian-overrides
@@ -0,0 +1,2 @@
+# Our use of systemctl is properly conditional on systemd
+hyperv-daemons: maintainer-script-calls-systemctl *
diff --git a/debian/hyperv-daemons.maintscript b/debian/hyperv-daemons.maintscript
new file mode 100644
index 0000000000000..a2f28e4677275
--- /dev/null
+++ b/debian/hyperv-daemons.maintscript
@@ -0,0 +1,3 @@
+mv_conffile /etc/init.d/hyperv-daemons.hv-fcopy-daemon /etc/init.d/hv-fcopy-daemon 5.8~rc7-1~exp1
+mv_conffile /etc/init.d/hyperv-daemons.hv-kvp-daemon /etc/init.d/hv-kvp-daemon 5.8~rc7-1~exp1
+mv_conffile /etc/init.d/hyperv-daemons.hv-vss-daemon /etc/init.d/hv-vss-daemon 5.8~rc7-1~exp1
diff --git a/debian/hyperv-daemons.postinst b/debian/hyperv-daemons.postinst
new file mode 100644
index 0000000000000..3573c9c2edba5
--- /dev/null
+++ b/debian/hyperv-daemons.postinst
@@ -0,0 +1,18 @@
+#!/bin/sh
+set -e
+
+if [ "$1" = "configure" ]; then
+    if [ -d /run/systemd/system ]; then
+        if [ -z "$2" ]; then
+            # On initial install make sure udev notifies systemd
+            udevadm trigger || true
+        else
+            # On upgrade make sure running daemons are restarted
+            systemctl try-restart hv-fcopy-daemon.service hv-kvp-daemon.service hv-vss-daemon.service
+        fi
+    fi
+fi
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/hyperv-daemons.preinst b/debian/hyperv-daemons.preinst
new file mode 100644
index 0000000000000..5810d294685cd
--- /dev/null
+++ b/debian/hyperv-daemons.preinst
@@ -0,0 +1,17 @@
+#!/bin/sh
+set -e
+
+if [ "$1" = "upgrade" ]; then
+    for i in fcopy kvp vss; do
+        if [ -d /run/systemd/system ]; then
+            systemctl stop hyperv-daemons.hv-$i-daemon.service 2>/dev/null || true
+        fi
+        deb-systemd-helper purge hyperv-daemons.hv-$i-daemon.service || true
+        invoke-rc.d --skip-systemd-native hyperv-daemons.hv-$i-daemon stop || true
+        update-rc.d hyperv-daemons.hv-$i-daemon remove || true
+    done
+fi
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/hyperv-daemons.udev b/debian/hyperv-daemons.udev
new file mode 100644
index 0000000000000..1daacac696bc9
--- /dev/null
+++ b/debian/hyperv-daemons.udev
@@ -0,0 +1,3 @@
+KERNEL=="vmbus/hv_fcopy", TAG+="systemd", ENV{SYSTEMD_WANTS}+="hv-fcopy-daemon.service"
+KERNEL=="vmbus/hv_kvp", TAG+="systemd", ENV{SYSTEMD_WANTS}+="hv-kvp-daemon.service"
+KERNEL=="vmbus/hv_vss", TAG+="systemd", ENV{SYSTEMD_WANTS}+="hv-vss-daemon.service"
diff --git a/debian/installer/modules/acpi-modules b/debian/installer/modules/acpi-modules
new file mode 100644
index 0000000000000..d4723a10b54c5
--- /dev/null
+++ b/debian/installer/modules/acpi-modules
@@ -0,0 +1,2 @@
+fan
+thermal
diff --git a/debian/installer/modules/affs-modules b/debian/installer/modules/affs-modules
new file mode 100644
index 0000000000000..ac282591109e1
--- /dev/null
+++ b/debian/installer/modules/affs-modules
@@ -0,0 +1 @@
+affs
diff --git a/debian/installer/modules/alpha-generic/ata-modules b/debian/installer/modules/alpha-generic/ata-modules
new file mode 100644
index 0000000000000..b81c0f38b74ac
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/ata-modules
@@ -0,0 +1 @@
+#include <ata-modules>
diff --git a/debian/installer/modules/alpha-generic/btrfs-modules b/debian/installer/modules/alpha-generic/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/alpha-generic/cdrom-core-modules b/debian/installer/modules/alpha-generic/cdrom-core-modules
new file mode 100644
index 0000000000000..3ff69b48f4fc3
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/cdrom-core-modules
@@ -0,0 +1 @@
+#include <cdrom-core-modules>
diff --git a/debian/installer/modules/alpha-generic/crc-modules b/debian/installer/modules/alpha-generic/crc-modules
new file mode 100644
index 0000000000000..7e00de705e41c
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/crc-modules
@@ -0,0 +1 @@
+#include <crc-modules>
diff --git a/debian/installer/modules/alpha-generic/crypto-dm-modules b/debian/installer/modules/alpha-generic/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/alpha-generic/crypto-modules b/debian/installer/modules/alpha-generic/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/alpha-generic/event-modules b/debian/installer/modules/alpha-generic/event-modules
new file mode 100644
index 0000000000000..f8819afd361cd
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/event-modules
@@ -0,0 +1 @@
+#include <event-modules>
diff --git a/debian/installer/modules/alpha-generic/ext4-modules b/debian/installer/modules/alpha-generic/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/alpha-generic/f2fs-modules b/debian/installer/modules/alpha-generic/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/alpha-generic/fat-modules b/debian/installer/modules/alpha-generic/fat-modules
new file mode 100644
index 0000000000000..274584eb65fba
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/fat-modules
@@ -0,0 +1 @@
+#include <fat-modules>
diff --git a/debian/installer/modules/alpha-generic/fb-modules b/debian/installer/modules/alpha-generic/fb-modules
new file mode 100644
index 0000000000000..aba524d9021fc
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/fb-modules
@@ -0,0 +1 @@
+#include <fb-modules>
diff --git a/debian/installer/modules/alpha-generic/i2c-modules b/debian/installer/modules/alpha-generic/i2c-modules
new file mode 100644
index 0000000000000..203a607e73ced
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/i2c-modules
@@ -0,0 +1 @@
+#include <i2c-modules>
diff --git a/debian/installer/modules/alpha-generic/input-modules b/debian/installer/modules/alpha-generic/input-modules
new file mode 100644
index 0000000000000..5ecb595a4a491
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/input-modules
@@ -0,0 +1 @@
+#include <input-modules>
diff --git a/debian/installer/modules/alpha-generic/isofs-modules b/debian/installer/modules/alpha-generic/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/alpha-generic/jfs-modules b/debian/installer/modules/alpha-generic/jfs-modules
new file mode 100644
index 0000000000000..7e4d912b95293
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/jfs-modules
@@ -0,0 +1 @@
+#include <jfs-modules>
diff --git a/debian/installer/modules/alpha-generic/kernel-image b/debian/installer/modules/alpha-generic/kernel-image
new file mode 100644
index 0000000000000..1d11b1921daea
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/kernel-image
@@ -0,0 +1 @@
+#include <kernel-image>
diff --git a/debian/installer/modules/alpha-generic/loop-modules b/debian/installer/modules/alpha-generic/loop-modules
new file mode 100644
index 0000000000000..c1c948fa33165
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/loop-modules
@@ -0,0 +1 @@
+#include <loop-modules>
diff --git a/debian/installer/modules/alpha-generic/md-modules b/debian/installer/modules/alpha-generic/md-modules
new file mode 100644
index 0000000000000..26115e10b800e
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/md-modules
@@ -0,0 +1 @@
+#include <md-modules>
diff --git a/debian/installer/modules/alpha-generic/mouse-modules b/debian/installer/modules/alpha-generic/mouse-modules
new file mode 100644
index 0000000000000..15fcb00eaa04b
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/mouse-modules
@@ -0,0 +1 @@
+#include <mouse-modules>
diff --git a/debian/installer/modules/alpha-generic/multipath-modules b/debian/installer/modules/alpha-generic/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/alpha-generic/nbd-modules b/debian/installer/modules/alpha-generic/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/alpha-generic/nic-modules b/debian/installer/modules/alpha-generic/nic-modules
new file mode 100644
index 0000000000000..2512e83950dd9
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/nic-modules
@@ -0,0 +1 @@
+#include <nic-modules>
diff --git a/debian/installer/modules/alpha-generic/nic-pcmcia-modules b/debian/installer/modules/alpha-generic/nic-pcmcia-modules
new file mode 100644
index 0000000000000..7a0702cd5585d
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/nic-pcmcia-modules
@@ -0,0 +1 @@
+#include <nic-pcmcia-modules>
diff --git a/debian/installer/modules/alpha-generic/nic-shared-modules b/debian/installer/modules/alpha-generic/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/alpha-generic/nic-usb-modules b/debian/installer/modules/alpha-generic/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/alpha-generic/nic-wireless-modules b/debian/installer/modules/alpha-generic/nic-wireless-modules
new file mode 100644
index 0000000000000..53fd18d7f4c7c
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/nic-wireless-modules
@@ -0,0 +1 @@
+#include <nic-wireless-modules>
diff --git a/debian/installer/modules/alpha-generic/pata-modules b/debian/installer/modules/alpha-generic/pata-modules
new file mode 100644
index 0000000000000..b0cd6337a28d1
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/pata-modules
@@ -0,0 +1 @@
+#include <pata-modules>
diff --git a/debian/installer/modules/alpha-generic/pcmcia-modules b/debian/installer/modules/alpha-generic/pcmcia-modules
new file mode 100644
index 0000000000000..2bb5350fe14f4
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/pcmcia-modules
@@ -0,0 +1 @@
+#include <pcmcia-modules>
diff --git a/debian/installer/modules/alpha-generic/ppp-modules b/debian/installer/modules/alpha-generic/ppp-modules
new file mode 100644
index 0000000000000..1f26aa1ee60e9
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/ppp-modules
@@ -0,0 +1 @@
+#include <ppp-modules>
diff --git a/debian/installer/modules/alpha-generic/sata-modules b/debian/installer/modules/alpha-generic/sata-modules
new file mode 100644
index 0000000000000..01318c258b5a8
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/sata-modules
@@ -0,0 +1 @@
+#include <sata-modules>
diff --git a/debian/installer/modules/alpha-generic/scsi-core-modules b/debian/installer/modules/alpha-generic/scsi-core-modules
new file mode 100644
index 0000000000000..dd65d661433d8
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/scsi-core-modules
@@ -0,0 +1 @@
+#include <scsi-core-modules>
diff --git a/debian/installer/modules/alpha-generic/scsi-modules b/debian/installer/modules/alpha-generic/scsi-modules
new file mode 100644
index 0000000000000..8909dfb794870
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/scsi-modules
@@ -0,0 +1 @@
+#include <scsi-modules>
diff --git a/debian/installer/modules/alpha-generic/scsi-nic-modules b/debian/installer/modules/alpha-generic/scsi-nic-modules
new file mode 100644
index 0000000000000..089dd5dc6b067
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/scsi-nic-modules
@@ -0,0 +1 @@
+#include <scsi-nic-modules>
diff --git a/debian/installer/modules/alpha-generic/serial-modules b/debian/installer/modules/alpha-generic/serial-modules
new file mode 100644
index 0000000000000..6ab8b8c3551b5
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/serial-modules
@@ -0,0 +1 @@
+#include <serial-modules>
diff --git a/debian/installer/modules/alpha-generic/squashfs-modules b/debian/installer/modules/alpha-generic/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/alpha-generic/srm-modules b/debian/installer/modules/alpha-generic/srm-modules
new file mode 100644
index 0000000000000..01601199779b5
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/srm-modules
@@ -0,0 +1 @@
+srm_env
diff --git a/debian/installer/modules/alpha-generic/usb-modules b/debian/installer/modules/alpha-generic/usb-modules
new file mode 100644
index 0000000000000..c598dedd81124
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/usb-modules
@@ -0,0 +1 @@
+#include <usb-modules>
diff --git a/debian/installer/modules/alpha-generic/usb-serial-modules b/debian/installer/modules/alpha-generic/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/alpha-generic/usb-storage-modules b/debian/installer/modules/alpha-generic/usb-storage-modules
new file mode 100644
index 0000000000000..8c5e81b55e3ae
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/usb-storage-modules
@@ -0,0 +1 @@
+#include <usb-storage-modules>
diff --git a/debian/installer/modules/alpha-generic/xfs-modules b/debian/installer/modules/alpha-generic/xfs-modules
new file mode 100644
index 0000000000000..98374e2bbaf84
--- /dev/null
+++ b/debian/installer/modules/alpha-generic/xfs-modules
@@ -0,0 +1 @@
+#include <xfs-modules>
diff --git a/debian/installer/modules/amd64/acpi-modules b/debian/installer/modules/amd64/acpi-modules
new file mode 100644
index 0000000000000..307528fb17e99
--- /dev/null
+++ b/debian/installer/modules/amd64/acpi-modules
@@ -0,0 +1,2 @@
+#include <acpi-modules>
+
diff --git a/debian/installer/modules/amd64/ata-modules b/debian/installer/modules/amd64/ata-modules
new file mode 100644
index 0000000000000..9409e7cde816f
--- /dev/null
+++ b/debian/installer/modules/amd64/ata-modules
@@ -0,0 +1,2 @@
+#include <ata-modules>
+
diff --git a/debian/installer/modules/amd64/btrfs-modules b/debian/installer/modules/amd64/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/amd64/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/amd64/cdrom-core-modules b/debian/installer/modules/amd64/cdrom-core-modules
new file mode 100644
index 0000000000000..e264d7aa34883
--- /dev/null
+++ b/debian/installer/modules/amd64/cdrom-core-modules
@@ -0,0 +1,2 @@
+#include <cdrom-core-modules>
+
diff --git a/debian/installer/modules/amd64/crc-modules b/debian/installer/modules/amd64/crc-modules
new file mode 100644
index 0000000000000..191b9dfa8fb6a
--- /dev/null
+++ b/debian/installer/modules/amd64/crc-modules
@@ -0,0 +1,2 @@
+#include <crc-modules>
+crc32_pclmul
diff --git a/debian/installer/modules/amd64/crypto-dm-modules b/debian/installer/modules/amd64/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/amd64/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/amd64/crypto-modules b/debian/installer/modules/amd64/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/amd64/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/amd64/efi-modules b/debian/installer/modules/amd64/efi-modules
new file mode 100644
index 0000000000000..e1dc05e8f247a
--- /dev/null
+++ b/debian/installer/modules/amd64/efi-modules
@@ -0,0 +1 @@
+#include <efi-modules>
diff --git a/debian/installer/modules/amd64/event-modules b/debian/installer/modules/amd64/event-modules
new file mode 100644
index 0000000000000..f8819afd361cd
--- /dev/null
+++ b/debian/installer/modules/amd64/event-modules
@@ -0,0 +1 @@
+#include <event-modules>
diff --git a/debian/installer/modules/amd64/ext4-modules b/debian/installer/modules/amd64/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/amd64/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/amd64/f2fs-modules b/debian/installer/modules/amd64/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/amd64/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/amd64/fat-modules b/debian/installer/modules/amd64/fat-modules
new file mode 100644
index 0000000000000..cce8fd30ca4fb
--- /dev/null
+++ b/debian/installer/modules/amd64/fat-modules
@@ -0,0 +1,2 @@
+#include <fat-modules>
+
diff --git a/debian/installer/modules/amd64/fb-modules b/debian/installer/modules/amd64/fb-modules
new file mode 100644
index 0000000000000..8e9892feacab9
--- /dev/null
+++ b/debian/installer/modules/amd64/fb-modules
@@ -0,0 +1,4 @@
+#include <fb-modules>
+
+vesafb ?
+vga16fb
diff --git a/debian/installer/modules/amd64/firewire-core-modules b/debian/installer/modules/amd64/firewire-core-modules
new file mode 100644
index 0000000000000..dcac80af96513
--- /dev/null
+++ b/debian/installer/modules/amd64/firewire-core-modules
@@ -0,0 +1 @@
+#include <firewire-core-modules>
diff --git a/debian/installer/modules/amd64/i2c-modules b/debian/installer/modules/amd64/i2c-modules
new file mode 100644
index 0000000000000..203a607e73ced
--- /dev/null
+++ b/debian/installer/modules/amd64/i2c-modules
@@ -0,0 +1 @@
+#include <i2c-modules>
diff --git a/debian/installer/modules/amd64/input-modules b/debian/installer/modules/amd64/input-modules
new file mode 100644
index 0000000000000..5ecb595a4a491
--- /dev/null
+++ b/debian/installer/modules/amd64/input-modules
@@ -0,0 +1 @@
+#include <input-modules>
diff --git a/debian/installer/modules/amd64/isofs-modules b/debian/installer/modules/amd64/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/amd64/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/amd64/jfs-modules b/debian/installer/modules/amd64/jfs-modules
new file mode 100644
index 0000000000000..7e4d912b95293
--- /dev/null
+++ b/debian/installer/modules/amd64/jfs-modules
@@ -0,0 +1 @@
+#include <jfs-modules>
diff --git a/debian/installer/modules/amd64/kernel-image b/debian/installer/modules/amd64/kernel-image
new file mode 100644
index 0000000000000..1d11b1921daea
--- /dev/null
+++ b/debian/installer/modules/amd64/kernel-image
@@ -0,0 +1 @@
+#include <kernel-image>
diff --git a/debian/installer/modules/amd64/loop-modules b/debian/installer/modules/amd64/loop-modules
new file mode 100644
index 0000000000000..1644677137638
--- /dev/null
+++ b/debian/installer/modules/amd64/loop-modules
@@ -0,0 +1,2 @@
+#include <loop-modules>
+
diff --git a/debian/installer/modules/amd64/md-modules b/debian/installer/modules/amd64/md-modules
new file mode 100644
index 0000000000000..ade088ddbb2f2
--- /dev/null
+++ b/debian/installer/modules/amd64/md-modules
@@ -0,0 +1,2 @@
+#include <md-modules>
+
diff --git a/debian/installer/modules/amd64/mmc-core-modules b/debian/installer/modules/amd64/mmc-core-modules
new file mode 100644
index 0000000000000..7bf38465cf1b5
--- /dev/null
+++ b/debian/installer/modules/amd64/mmc-core-modules
@@ -0,0 +1 @@
+#include <mmc-core-modules>
diff --git a/debian/installer/modules/amd64/mmc-modules b/debian/installer/modules/amd64/mmc-modules
new file mode 100644
index 0000000000000..dadfd5334d629
--- /dev/null
+++ b/debian/installer/modules/amd64/mmc-modules
@@ -0,0 +1 @@
+#include <mmc-modules>
diff --git a/debian/installer/modules/amd64/mouse-modules b/debian/installer/modules/amd64/mouse-modules
new file mode 100644
index 0000000000000..15fcb00eaa04b
--- /dev/null
+++ b/debian/installer/modules/amd64/mouse-modules
@@ -0,0 +1 @@
+#include <mouse-modules>
diff --git a/debian/installer/modules/amd64/mtd-core-modules b/debian/installer/modules/amd64/mtd-core-modules
new file mode 100644
index 0000000000000..28fdada604192
--- /dev/null
+++ b/debian/installer/modules/amd64/mtd-core-modules
@@ -0,0 +1 @@
+#include <mtd-core-modules>
diff --git a/debian/installer/modules/amd64/multipath-modules b/debian/installer/modules/amd64/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/amd64/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/amd64/nbd-modules b/debian/installer/modules/amd64/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/amd64/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/amd64/nic-modules b/debian/installer/modules/amd64/nic-modules
new file mode 100644
index 0000000000000..2512e83950dd9
--- /dev/null
+++ b/debian/installer/modules/amd64/nic-modules
@@ -0,0 +1 @@
+#include <nic-modules>
diff --git a/debian/installer/modules/amd64/nic-pcmcia-modules b/debian/installer/modules/amd64/nic-pcmcia-modules
new file mode 100644
index 0000000000000..7a0702cd5585d
--- /dev/null
+++ b/debian/installer/modules/amd64/nic-pcmcia-modules
@@ -0,0 +1 @@
+#include <nic-pcmcia-modules>
diff --git a/debian/installer/modules/amd64/nic-shared-modules b/debian/installer/modules/amd64/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/amd64/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/amd64/nic-usb-modules b/debian/installer/modules/amd64/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/amd64/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/amd64/nic-wireless-modules b/debian/installer/modules/amd64/nic-wireless-modules
new file mode 100644
index 0000000000000..53fd18d7f4c7c
--- /dev/null
+++ b/debian/installer/modules/amd64/nic-wireless-modules
@@ -0,0 +1 @@
+#include <nic-wireless-modules>
diff --git a/debian/installer/modules/amd64/pata-modules b/debian/installer/modules/amd64/pata-modules
new file mode 100644
index 0000000000000..8c4e514ae7248
--- /dev/null
+++ b/debian/installer/modules/amd64/pata-modules
@@ -0,0 +1,2 @@
+#include <pata-modules>
+
diff --git a/debian/installer/modules/amd64/pcmcia-modules b/debian/installer/modules/amd64/pcmcia-modules
new file mode 100644
index 0000000000000..2bb5350fe14f4
--- /dev/null
+++ b/debian/installer/modules/amd64/pcmcia-modules
@@ -0,0 +1 @@
+#include <pcmcia-modules>
diff --git a/debian/installer/modules/amd64/pcmcia-storage-modules b/debian/installer/modules/amd64/pcmcia-storage-modules
new file mode 100644
index 0000000000000..f73ae5bb9b428
--- /dev/null
+++ b/debian/installer/modules/amd64/pcmcia-storage-modules
@@ -0,0 +1 @@
+#include <pcmcia-storage-modules>
diff --git a/debian/installer/modules/amd64/ppp-modules b/debian/installer/modules/amd64/ppp-modules
new file mode 100644
index 0000000000000..f1ae9b3d15ac3
--- /dev/null
+++ b/debian/installer/modules/amd64/ppp-modules
@@ -0,0 +1,2 @@
+#include <ppp-modules>
+
diff --git a/debian/installer/modules/amd64/rfkill-modules b/debian/installer/modules/amd64/rfkill-modules
new file mode 100644
index 0000000000000..77a2245cec6e0
--- /dev/null
+++ b/debian/installer/modules/amd64/rfkill-modules
@@ -0,0 +1 @@
+#include <rfkill-modules>
diff --git a/debian/installer/modules/amd64/sata-modules b/debian/installer/modules/amd64/sata-modules
new file mode 100644
index 0000000000000..01318c258b5a8
--- /dev/null
+++ b/debian/installer/modules/amd64/sata-modules
@@ -0,0 +1 @@
+#include <sata-modules>
diff --git a/debian/installer/modules/amd64/scsi-core-modules b/debian/installer/modules/amd64/scsi-core-modules
new file mode 100644
index 0000000000000..778a022fa7510
--- /dev/null
+++ b/debian/installer/modules/amd64/scsi-core-modules
@@ -0,0 +1,4 @@
+#include <scsi-core-modules>
+
+# Needed by hv_storvsc in hyperv-modules as well as scsi-modules
+scsi_transport_fc
diff --git a/debian/installer/modules/amd64/scsi-modules b/debian/installer/modules/amd64/scsi-modules
new file mode 100644
index 0000000000000..9b1fa27b98af0
--- /dev/null
+++ b/debian/installer/modules/amd64/scsi-modules
@@ -0,0 +1,3 @@
+#include <scsi-modules>
+# To support nvme
+vmd
diff --git a/debian/installer/modules/amd64/scsi-nic-modules b/debian/installer/modules/amd64/scsi-nic-modules
new file mode 100644
index 0000000000000..089dd5dc6b067
--- /dev/null
+++ b/debian/installer/modules/amd64/scsi-nic-modules
@@ -0,0 +1 @@
+#include <scsi-nic-modules>
diff --git a/debian/installer/modules/amd64/serial-modules b/debian/installer/modules/amd64/serial-modules
new file mode 100644
index 0000000000000..6ab8b8c3551b5
--- /dev/null
+++ b/debian/installer/modules/amd64/serial-modules
@@ -0,0 +1 @@
+#include <serial-modules>
diff --git a/debian/installer/modules/amd64/sound-modules b/debian/installer/modules/amd64/sound-modules
new file mode 100644
index 0000000000000..68395ab3d99a3
--- /dev/null
+++ b/debian/installer/modules/amd64/sound-modules
@@ -0,0 +1 @@
+#include <sound-modules>
diff --git a/debian/installer/modules/amd64/speakup-modules b/debian/installer/modules/amd64/speakup-modules
new file mode 100644
index 0000000000000..29592721a7aa0
--- /dev/null
+++ b/debian/installer/modules/amd64/speakup-modules
@@ -0,0 +1 @@
+#include <speakup-modules>
diff --git a/debian/installer/modules/amd64/squashfs-modules b/debian/installer/modules/amd64/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/amd64/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/amd64/udf-modules b/debian/installer/modules/amd64/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/amd64/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/amd64/uinput-modules b/debian/installer/modules/amd64/uinput-modules
new file mode 100644
index 0000000000000..58a8337794426
--- /dev/null
+++ b/debian/installer/modules/amd64/uinput-modules
@@ -0,0 +1 @@
+#include <uinput-modules>
diff --git a/debian/installer/modules/amd64/usb-modules b/debian/installer/modules/amd64/usb-modules
new file mode 100644
index 0000000000000..c598dedd81124
--- /dev/null
+++ b/debian/installer/modules/amd64/usb-modules
@@ -0,0 +1 @@
+#include <usb-modules>
diff --git a/debian/installer/modules/amd64/usb-serial-modules b/debian/installer/modules/amd64/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/amd64/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/amd64/usb-storage-modules b/debian/installer/modules/amd64/usb-storage-modules
new file mode 100644
index 0000000000000..272d95e2e8b12
--- /dev/null
+++ b/debian/installer/modules/amd64/usb-storage-modules
@@ -0,0 +1,2 @@
+#include <usb-storage-modules>
+
diff --git a/debian/installer/modules/amd64/xfs-modules b/debian/installer/modules/amd64/xfs-modules
new file mode 100644
index 0000000000000..c020b5d399f90
--- /dev/null
+++ b/debian/installer/modules/amd64/xfs-modules
@@ -0,0 +1,2 @@
+#include <xfs-modules>
+
diff --git a/debian/installer/modules/arm64/ata-modules b/debian/installer/modules/arm64/ata-modules
new file mode 100644
index 0000000000000..9409e7cde816f
--- /dev/null
+++ b/debian/installer/modules/arm64/ata-modules
@@ -0,0 +1,2 @@
+#include <ata-modules>
+
diff --git a/debian/installer/modules/arm64/btrfs-modules b/debian/installer/modules/arm64/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/arm64/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/arm64/cdrom-core-modules b/debian/installer/modules/arm64/cdrom-core-modules
new file mode 100644
index 0000000000000..e264d7aa34883
--- /dev/null
+++ b/debian/installer/modules/arm64/cdrom-core-modules
@@ -0,0 +1,2 @@
+#include <cdrom-core-modules>
+
diff --git a/debian/installer/modules/arm64/crc-modules b/debian/installer/modules/arm64/crc-modules
new file mode 100644
index 0000000000000..7e00de705e41c
--- /dev/null
+++ b/debian/installer/modules/arm64/crc-modules
@@ -0,0 +1 @@
+#include <crc-modules>
diff --git a/debian/installer/modules/arm64/crypto-dm-modules b/debian/installer/modules/arm64/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/arm64/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/arm64/crypto-modules b/debian/installer/modules/arm64/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/arm64/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/arm64/efi-modules b/debian/installer/modules/arm64/efi-modules
new file mode 100644
index 0000000000000..e1dc05e8f247a
--- /dev/null
+++ b/debian/installer/modules/arm64/efi-modules
@@ -0,0 +1 @@
+#include <efi-modules>
diff --git a/debian/installer/modules/arm64/event-modules b/debian/installer/modules/arm64/event-modules
new file mode 100644
index 0000000000000..f8819afd361cd
--- /dev/null
+++ b/debian/installer/modules/arm64/event-modules
@@ -0,0 +1 @@
+#include <event-modules>
diff --git a/debian/installer/modules/arm64/ext4-modules b/debian/installer/modules/arm64/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/arm64/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/arm64/f2fs-modules b/debian/installer/modules/arm64/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/arm64/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/arm64/fat-modules b/debian/installer/modules/arm64/fat-modules
new file mode 100644
index 0000000000000..274584eb65fba
--- /dev/null
+++ b/debian/installer/modules/arm64/fat-modules
@@ -0,0 +1 @@
+#include <fat-modules>
diff --git a/debian/installer/modules/arm64/fb-modules b/debian/installer/modules/arm64/fb-modules
new file mode 100644
index 0000000000000..10758ab9dd295
--- /dev/null
+++ b/debian/installer/modules/arm64/fb-modules
@@ -0,0 +1,43 @@
+#include <fb-modules>
+
+ast
+tegra-drm
+rockchipdrm
+hibmc-drm
+
+# For panel/backlight on some chromeos devices
+panel-simple
+panel-edp
+pwm_bl
+pwm-cros-ec
+
+# For panel/backlight on Pinebook
+analogix-anx6345
+pwm-sun4i
+sun4i-drm
+sun8i-mixer
+
+# For panel/backlight on Pinebook Pro
+pwm-rockchip
+
+# For HDMI on some sunxi platforms (e.g. Orange Pi 1+)
+sun8i-drm-hdmi
+
+# For HDMI on some rockchip platforms (e.g. rock64-rk3328)
+nvmem-rockchip-efuse
+phy-rockchip-inno-hdmi
+
+# For panel/backlight on MNT Reform 2
+pwm-imx27
+nwl-dsi
+ti-sn65dsi86
+imx-dcss
+mxsfb
+mux-mmio
+imx8mq-interconnect
+
+# For panel/backlight on Thinkpad X13s
+msm
+gpu-sched
+dispcc-sc8280xp
+gpucc-sc8280xp
diff --git a/debian/installer/modules/arm64/i2c-modules b/debian/installer/modules/arm64/i2c-modules
new file mode 100644
index 0000000000000..5105195b66382
--- /dev/null
+++ b/debian/installer/modules/arm64/i2c-modules
@@ -0,0 +1,6 @@
+#include <i2c-modules>
+i2c-tegra
+i2c-rk3x
+i2c-mv64xxx
+i2c-imx
+i2c-qcom-geni
diff --git a/debian/installer/modules/arm64/input-modules b/debian/installer/modules/arm64/input-modules
new file mode 100644
index 0000000000000..2d4d8e4b2ee66
--- /dev/null
+++ b/debian/installer/modules/arm64/input-modules
@@ -0,0 +1,3 @@
+#include <input-modules>
+
+leds_qcom_lpg
diff --git a/debian/installer/modules/arm64/isofs-modules b/debian/installer/modules/arm64/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/arm64/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/arm64/jfs-modules b/debian/installer/modules/arm64/jfs-modules
new file mode 100644
index 0000000000000..7e4d912b95293
--- /dev/null
+++ b/debian/installer/modules/arm64/jfs-modules
@@ -0,0 +1 @@
+#include <jfs-modules>
diff --git a/debian/installer/modules/arm64/kernel-image b/debian/installer/modules/arm64/kernel-image
new file mode 100644
index 0000000000000..c747d7127e4f5
--- /dev/null
+++ b/debian/installer/modules/arm64/kernel-image
@@ -0,0 +1,57 @@
+#include <kernel-image>
+
+# Multifunction devices
+drivers/mfd/**
+
+# Regulators
+drivers/regulator/**
+
+# NIC,sata, and USB on Armada 8K
+phy-mvebu-cp110-comphy ?
+
+# SoC modules
+drivers/soc/**
+
+# Watchdog needed for reboot
+sunxi_wdt ?
+imx2_wdt ?
+
+# For Turris MOX (u-boot enables the watchdog)
+armada_37xx_wdt ?
+
+# SPI devices
+drivers/spi/**
+
+# For cros_ec mfd device
+cros_ec_spi ?
+
+# PCIe PHYs
+phy-rockchip-pcie ?
+
+# For spi-rockchip
+pl330 ?
+
+# Regulator-SoC synchronization
+rockchip-io-domain ?
+
+# Pin controllers
+drivers/pinctrl/**
+
+# EFUSE/OTP drivers
+nvmem-imx-ocotp ?
+
+# Thinkpad X13s
+gcc-sc8280xp
+qcom-ipcc
+qnoc-sc8280xp
+nvmem_qcom-spmi-sdam
+phy_qcom_edp
+phy-qcom-qmp-combo
+phy-qcom-qmp-pcie
+qcom_glink
+qcom_glink_smem
+qcom_smd
+qcom_hwspinlock
+icc-osm-l3
+rtc-pm8xxx
+qrtr ?
diff --git a/debian/installer/modules/arm64/leds-modules b/debian/installer/modules/arm64/leds-modules
new file mode 100644
index 0000000000000..85d9f2565c1cb
--- /dev/null
+++ b/debian/installer/modules/arm64/leds-modules
@@ -0,0 +1 @@
+#include <leds-modules>
diff --git a/debian/installer/modules/arm64/loop-modules b/debian/installer/modules/arm64/loop-modules
new file mode 100644
index 0000000000000..c1c948fa33165
--- /dev/null
+++ b/debian/installer/modules/arm64/loop-modules
@@ -0,0 +1 @@
+#include <loop-modules>
diff --git a/debian/installer/modules/arm64/md-modules b/debian/installer/modules/arm64/md-modules
new file mode 100644
index 0000000000000..26115e10b800e
--- /dev/null
+++ b/debian/installer/modules/arm64/md-modules
@@ -0,0 +1 @@
+#include <md-modules>
diff --git a/debian/installer/modules/arm64/mmc-modules b/debian/installer/modules/arm64/mmc-modules
new file mode 100644
index 0000000000000..c9f12f3b9d7b0
--- /dev/null
+++ b/debian/installer/modules/arm64/mmc-modules
@@ -0,0 +1,3 @@
+#include <mmc-modules>
+
+phy-rockchip-emmc
diff --git a/debian/installer/modules/arm64/mtd-core-modules b/debian/installer/modules/arm64/mtd-core-modules
new file mode 100644
index 0000000000000..28fdada604192
--- /dev/null
+++ b/debian/installer/modules/arm64/mtd-core-modules
@@ -0,0 +1 @@
+#include <mtd-core-modules>
diff --git a/debian/installer/modules/arm64/multipath-modules b/debian/installer/modules/arm64/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/arm64/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/arm64/nbd-modules b/debian/installer/modules/arm64/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/arm64/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/arm64/nic-modules b/debian/installer/modules/arm64/nic-modules
new file mode 100644
index 0000000000000..863652ef741d1
--- /dev/null
+++ b/debian/installer/modules/arm64/nic-modules
@@ -0,0 +1,2 @@
+#include <nic-modules>
+mdio-bcm-unimac
diff --git a/debian/installer/modules/arm64/nic-shared-modules b/debian/installer/modules/arm64/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/arm64/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/arm64/nic-usb-modules b/debian/installer/modules/arm64/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/arm64/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/arm64/nic-wireless-modules b/debian/installer/modules/arm64/nic-wireless-modules
new file mode 100644
index 0000000000000..53fd18d7f4c7c
--- /dev/null
+++ b/debian/installer/modules/arm64/nic-wireless-modules
@@ -0,0 +1 @@
+#include <nic-wireless-modules>
diff --git a/debian/installer/modules/arm64/ppp-modules b/debian/installer/modules/arm64/ppp-modules
new file mode 100644
index 0000000000000..1f26aa1ee60e9
--- /dev/null
+++ b/debian/installer/modules/arm64/ppp-modules
@@ -0,0 +1 @@
+#include <ppp-modules>
diff --git a/debian/installer/modules/arm64/sata-modules b/debian/installer/modules/arm64/sata-modules
new file mode 100644
index 0000000000000..740a93c365a31
--- /dev/null
+++ b/debian/installer/modules/arm64/sata-modules
@@ -0,0 +1,4 @@
+#include <sata-modules>
+phy-qcom-apq8064-sata
+phy-qcom-ipq806x-sata
+phy-xgene
diff --git a/debian/installer/modules/arm64/scsi-core-modules b/debian/installer/modules/arm64/scsi-core-modules
new file mode 100644
index 0000000000000..dd65d661433d8
--- /dev/null
+++ b/debian/installer/modules/arm64/scsi-core-modules
@@ -0,0 +1 @@
+#include <scsi-core-modules>
diff --git a/debian/installer/modules/arm64/scsi-modules b/debian/installer/modules/arm64/scsi-modules
new file mode 100644
index 0000000000000..8909dfb794870
--- /dev/null
+++ b/debian/installer/modules/arm64/scsi-modules
@@ -0,0 +1 @@
+#include <scsi-modules>
diff --git a/debian/installer/modules/arm64/scsi-nic-modules b/debian/installer/modules/arm64/scsi-nic-modules
new file mode 100644
index 0000000000000..089dd5dc6b067
--- /dev/null
+++ b/debian/installer/modules/arm64/scsi-nic-modules
@@ -0,0 +1 @@
+#include <scsi-nic-modules>
diff --git a/debian/installer/modules/arm64/sound-modules b/debian/installer/modules/arm64/sound-modules
new file mode 100644
index 0000000000000..68395ab3d99a3
--- /dev/null
+++ b/debian/installer/modules/arm64/sound-modules
@@ -0,0 +1 @@
+#include <sound-modules>
diff --git a/debian/installer/modules/arm64/speakup-modules b/debian/installer/modules/arm64/speakup-modules
new file mode 100644
index 0000000000000..29592721a7aa0
--- /dev/null
+++ b/debian/installer/modules/arm64/speakup-modules
@@ -0,0 +1 @@
+#include <speakup-modules>
diff --git a/debian/installer/modules/arm64/squashfs-modules b/debian/installer/modules/arm64/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/arm64/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/arm64/udf-modules b/debian/installer/modules/arm64/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/arm64/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/arm64/uinput-modules b/debian/installer/modules/arm64/uinput-modules
new file mode 100644
index 0000000000000..58a8337794426
--- /dev/null
+++ b/debian/installer/modules/arm64/uinput-modules
@@ -0,0 +1 @@
+#include <uinput-modules>
diff --git a/debian/installer/modules/arm64/usb-modules b/debian/installer/modules/arm64/usb-modules
new file mode 100644
index 0000000000000..ba8605c012dd0
--- /dev/null
+++ b/debian/installer/modules/arm64/usb-modules
@@ -0,0 +1,18 @@
+#include <usb-modules>
+dwc2
+dwc3
+usb3503
+phy-rockchip-typec
+extcon-usbc-cros-ec
+
+# For USB-C on Pinebook Pro
+fusb302
+tcpm
+typec
+
+# For USB on Renesas RZ/G2L-SMARC
+reset-rzg2l-usbphy-ctrl
+
+# Thinkpad X13s
+phy-qcom-snps-femto-v2
+gpio-sbu-mux
diff --git a/debian/installer/modules/arm64/usb-serial-modules b/debian/installer/modules/arm64/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/arm64/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/arm64/usb-storage-modules b/debian/installer/modules/arm64/usb-storage-modules
new file mode 100644
index 0000000000000..8c5e81b55e3ae
--- /dev/null
+++ b/debian/installer/modules/arm64/usb-storage-modules
@@ -0,0 +1 @@
+#include <usb-storage-modules>
diff --git a/debian/installer/modules/arm64/xfs-modules b/debian/installer/modules/arm64/xfs-modules
new file mode 100644
index 0000000000000..98374e2bbaf84
--- /dev/null
+++ b/debian/installer/modules/arm64/xfs-modules
@@ -0,0 +1 @@
+#include <xfs-modules>
diff --git a/debian/installer/modules/armel-marvell/btrfs-modules b/debian/installer/modules/armel-marvell/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/armel-marvell/cdrom-core-modules b/debian/installer/modules/armel-marvell/cdrom-core-modules
new file mode 100644
index 0000000000000..e264d7aa34883
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/cdrom-core-modules
@@ -0,0 +1,2 @@
+#include <cdrom-core-modules>
+
diff --git a/debian/installer/modules/armel-marvell/crc-modules b/debian/installer/modules/armel-marvell/crc-modules
new file mode 100644
index 0000000000000..7e00de705e41c
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/crc-modules
@@ -0,0 +1 @@
+#include <crc-modules>
diff --git a/debian/installer/modules/armel-marvell/crypto-dm-modules b/debian/installer/modules/armel-marvell/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/armel-marvell/crypto-modules b/debian/installer/modules/armel-marvell/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/armel-marvell/event-modules b/debian/installer/modules/armel-marvell/event-modules
new file mode 100644
index 0000000000000..0bc9f776daece
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/event-modules
@@ -0,0 +1,2 @@
+#include <event-modules>
+gpio_keys
diff --git a/debian/installer/modules/armel-marvell/ext4-modules b/debian/installer/modules/armel-marvell/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/armel-marvell/f2fs-modules b/debian/installer/modules/armel-marvell/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/armel-marvell/fat-modules b/debian/installer/modules/armel-marvell/fat-modules
new file mode 100644
index 0000000000000..274584eb65fba
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/fat-modules
@@ -0,0 +1 @@
+#include <fat-modules>
diff --git a/debian/installer/modules/armel-marvell/fb-modules b/debian/installer/modules/armel-marvell/fb-modules
new file mode 100644
index 0000000000000..701ee42c5ff73
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/fb-modules
@@ -0,0 +1 @@
+udlfb
diff --git a/debian/installer/modules/armel-marvell/input-modules b/debian/installer/modules/armel-marvell/input-modules
new file mode 100644
index 0000000000000..34183581c0e26
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/input-modules
@@ -0,0 +1,3 @@
+#include <input-modules>
+# Moved to event-modules for use in network-console builds
+gpio_keys -
diff --git a/debian/installer/modules/armel-marvell/ipv6-modules b/debian/installer/modules/armel-marvell/ipv6-modules
new file mode 100644
index 0000000000000..1e3fc3388c0b6
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/ipv6-modules
@@ -0,0 +1 @@
+#include <ipv6-modules>
diff --git a/debian/installer/modules/armel-marvell/isofs-modules b/debian/installer/modules/armel-marvell/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/armel-marvell/jffs2-modules b/debian/installer/modules/armel-marvell/jffs2-modules
new file mode 100644
index 0000000000000..245c7d8a520e3
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/jffs2-modules
@@ -0,0 +1 @@
+#include <jffs2-modules>
diff --git a/debian/installer/modules/armel-marvell/jfs-modules b/debian/installer/modules/armel-marvell/jfs-modules
new file mode 100644
index 0000000000000..7e4d912b95293
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/jfs-modules
@@ -0,0 +1 @@
+#include <jfs-modules>
diff --git a/debian/installer/modules/armel-marvell/kernel-image b/debian/installer/modules/armel-marvell/kernel-image
new file mode 100644
index 0000000000000..1d11b1921daea
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/kernel-image
@@ -0,0 +1 @@
+#include <kernel-image>
diff --git a/debian/installer/modules/armel-marvell/leds-modules b/debian/installer/modules/armel-marvell/leds-modules
new file mode 100644
index 0000000000000..b18bac13fb255
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/leds-modules
@@ -0,0 +1,2 @@
+leds-ns2
+leds-netxbig
diff --git a/debian/installer/modules/armel-marvell/loop-modules b/debian/installer/modules/armel-marvell/loop-modules
new file mode 100644
index 0000000000000..c1c948fa33165
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/loop-modules
@@ -0,0 +1 @@
+#include <loop-modules>
diff --git a/debian/installer/modules/armel-marvell/md-modules b/debian/installer/modules/armel-marvell/md-modules
new file mode 100644
index 0000000000000..26115e10b800e
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/md-modules
@@ -0,0 +1 @@
+#include <md-modules>
diff --git a/debian/installer/modules/armel-marvell/minix-modules b/debian/installer/modules/armel-marvell/minix-modules
new file mode 100644
index 0000000000000..82b9843720a1e
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/minix-modules
@@ -0,0 +1 @@
+#include <minix-modules>
diff --git a/debian/installer/modules/armel-marvell/mmc-core-modules b/debian/installer/modules/armel-marvell/mmc-core-modules
new file mode 100644
index 0000000000000..7bf38465cf1b5
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/mmc-core-modules
@@ -0,0 +1 @@
+#include <mmc-core-modules>
diff --git a/debian/installer/modules/armel-marvell/mmc-modules b/debian/installer/modules/armel-marvell/mmc-modules
new file mode 100644
index 0000000000000..e8c7b46f52232
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/mmc-modules
@@ -0,0 +1,2 @@
+#include <mmc-modules>
+mvsdio
diff --git a/debian/installer/modules/armel-marvell/mouse-modules b/debian/installer/modules/armel-marvell/mouse-modules
new file mode 100644
index 0000000000000..15fcb00eaa04b
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/mouse-modules
@@ -0,0 +1 @@
+#include <mouse-modules>
diff --git a/debian/installer/modules/armel-marvell/mtd-core-modules b/debian/installer/modules/armel-marvell/mtd-core-modules
new file mode 100644
index 0000000000000..28fdada604192
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/mtd-core-modules
@@ -0,0 +1 @@
+#include <mtd-core-modules>
diff --git a/debian/installer/modules/armel-marvell/mtd-modules b/debian/installer/modules/armel-marvell/mtd-modules
new file mode 100644
index 0000000000000..be36016c97e05
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/mtd-modules
@@ -0,0 +1,12 @@
+#include <mtd-modules>
+spi-nor
+cfi_probe
+gen_probe
+jedec_probe
+nand
+orion_nand
+ofpart
+mtdblock
+physmap
+cmdlinepart
+spi-orion
diff --git a/debian/installer/modules/armel-marvell/multipath-modules b/debian/installer/modules/armel-marvell/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/armel-marvell/nbd-modules b/debian/installer/modules/armel-marvell/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/armel-marvell/nic-modules b/debian/installer/modules/armel-marvell/nic-modules
new file mode 100644
index 0000000000000..1a2cdb1fc9fe7
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/nic-modules
@@ -0,0 +1,2 @@
+mv643xx_eth
+mvmdio
diff --git a/debian/installer/modules/armel-marvell/nic-shared-modules b/debian/installer/modules/armel-marvell/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/armel-marvell/nic-usb-modules b/debian/installer/modules/armel-marvell/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/armel-marvell/ppp-modules b/debian/installer/modules/armel-marvell/ppp-modules
new file mode 100644
index 0000000000000..f1ae9b3d15ac3
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/ppp-modules
@@ -0,0 +1,2 @@
+#include <ppp-modules>
+
diff --git a/debian/installer/modules/armel-marvell/sata-modules b/debian/installer/modules/armel-marvell/sata-modules
new file mode 100644
index 0000000000000..3adbfa16df88c
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/sata-modules
@@ -0,0 +1,2 @@
+ahci
+sata_mv
diff --git a/debian/installer/modules/armel-marvell/scsi-core-modules b/debian/installer/modules/armel-marvell/scsi-core-modules
new file mode 100644
index 0000000000000..dd65d661433d8
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/scsi-core-modules
@@ -0,0 +1 @@
+#include <scsi-core-modules>
diff --git a/debian/installer/modules/armel-marvell/squashfs-modules b/debian/installer/modules/armel-marvell/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/armel-marvell/udf-modules b/debian/installer/modules/armel-marvell/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/armel-marvell/uinput-modules b/debian/installer/modules/armel-marvell/uinput-modules
new file mode 100644
index 0000000000000..58a8337794426
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/uinput-modules
@@ -0,0 +1 @@
+#include <uinput-modules>
diff --git a/debian/installer/modules/armel-marvell/usb-modules b/debian/installer/modules/armel-marvell/usb-modules
new file mode 100644
index 0000000000000..772c4afee3a5a
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/usb-modules
@@ -0,0 +1,2 @@
+#include <usb-modules>
+ehci-orion
diff --git a/debian/installer/modules/armel-marvell/usb-serial-modules b/debian/installer/modules/armel-marvell/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/armel-marvell/usb-storage-modules b/debian/installer/modules/armel-marvell/usb-storage-modules
new file mode 100644
index 0000000000000..8c5e81b55e3ae
--- /dev/null
+++ b/debian/installer/modules/armel-marvell/usb-storage-modules
@@ -0,0 +1 @@
+#include <usb-storage-modules>
diff --git a/debian/installer/modules/armhf-armmp/ata-modules b/debian/installer/modules/armhf-armmp/ata-modules
new file mode 100644
index 0000000000000..04d9c88411a2a
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/ata-modules
@@ -0,0 +1 @@
+libata
diff --git a/debian/installer/modules/armhf-armmp/btrfs-modules b/debian/installer/modules/armhf-armmp/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/armhf-armmp/cdrom-core-modules b/debian/installer/modules/armhf-armmp/cdrom-core-modules
new file mode 100644
index 0000000000000..3ff69b48f4fc3
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/cdrom-core-modules
@@ -0,0 +1 @@
+#include <cdrom-core-modules>
diff --git a/debian/installer/modules/armhf-armmp/crc-modules b/debian/installer/modules/armhf-armmp/crc-modules
new file mode 100644
index 0000000000000..7e00de705e41c
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/crc-modules
@@ -0,0 +1 @@
+#include <crc-modules>
diff --git a/debian/installer/modules/armhf-armmp/crypto-dm-modules b/debian/installer/modules/armhf-armmp/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/armhf-armmp/crypto-modules b/debian/installer/modules/armhf-armmp/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/armhf-armmp/efi-modules b/debian/installer/modules/armhf-armmp/efi-modules
new file mode 100644
index 0000000000000..e1dc05e8f247a
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/efi-modules
@@ -0,0 +1 @@
+#include <efi-modules>
diff --git a/debian/installer/modules/armhf-armmp/event-modules b/debian/installer/modules/armhf-armmp/event-modules
new file mode 100644
index 0000000000000..f8819afd361cd
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/event-modules
@@ -0,0 +1 @@
+#include <event-modules>
diff --git a/debian/installer/modules/armhf-armmp/ext4-modules b/debian/installer/modules/armhf-armmp/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/armhf-armmp/f2fs-modules b/debian/installer/modules/armhf-armmp/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/armhf-armmp/fat-modules b/debian/installer/modules/armhf-armmp/fat-modules
new file mode 100644
index 0000000000000..274584eb65fba
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/fat-modules
@@ -0,0 +1 @@
+#include <fat-modules>
diff --git a/debian/installer/modules/armhf-armmp/fb-modules b/debian/installer/modules/armhf-armmp/fb-modules
new file mode 100644
index 0000000000000..f3d4b2a64ee18
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/fb-modules
@@ -0,0 +1,5 @@
+#include <fb-modules>
+
+imxdrm
+dw_hdmi-imx
+tegra-drm
diff --git a/debian/installer/modules/armhf-armmp/i2c-modules b/debian/installer/modules/armhf-armmp/i2c-modules
new file mode 100644
index 0000000000000..5690c2f51f22b
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/i2c-modules
@@ -0,0 +1,5 @@
+#include <i2c-modules>
+i2c-exynos5
+i2c-mv64xxx
+i2c-rk3x
+
diff --git a/debian/installer/modules/armhf-armmp/input-modules b/debian/installer/modules/armhf-armmp/input-modules
new file mode 100644
index 0000000000000..5ecb595a4a491
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/input-modules
@@ -0,0 +1 @@
+#include <input-modules>
diff --git a/debian/installer/modules/armhf-armmp/isofs-modules b/debian/installer/modules/armhf-armmp/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/armhf-armmp/jfs-modules b/debian/installer/modules/armhf-armmp/jfs-modules
new file mode 100644
index 0000000000000..7e4d912b95293
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/jfs-modules
@@ -0,0 +1 @@
+#include <jfs-modules>
diff --git a/debian/installer/modules/armhf-armmp/kernel-image b/debian/installer/modules/armhf-armmp/kernel-image
new file mode 100644
index 0000000000000..c089d9a23174a
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/kernel-image
@@ -0,0 +1,27 @@
+#include <kernel-image>
+
+# Clocks
+clk-palmas ?
+clk-s2mps11 ?
+clk-twl6040 ?
+
+# GPIO
+gpio-da9052 ?
+gpio-pca953x ?
+gpio-mxc ?
+
+# PCIe PHYs
+phy-omap-control ?
+phy-ti-pipe3 ?
+
+# Regulators
+drivers/regulator/**
+
+# Powersupply
+axp20x_usb_power ?
+
+# Watchdog needed for reboot
+sunxi_wdt ?
+
+# Regulator-SoC synchronization
+rockchip-io-domain ?
diff --git a/debian/installer/modules/armhf-armmp/leds-modules b/debian/installer/modules/armhf-armmp/leds-modules
new file mode 100644
index 0000000000000..85d9f2565c1cb
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/leds-modules
@@ -0,0 +1 @@
+#include <leds-modules>
diff --git a/debian/installer/modules/armhf-armmp/loop-modules b/debian/installer/modules/armhf-armmp/loop-modules
new file mode 100644
index 0000000000000..c1c948fa33165
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/loop-modules
@@ -0,0 +1 @@
+#include <loop-modules>
diff --git a/debian/installer/modules/armhf-armmp/md-modules b/debian/installer/modules/armhf-armmp/md-modules
new file mode 100644
index 0000000000000..26115e10b800e
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/md-modules
@@ -0,0 +1 @@
+#include <md-modules>
diff --git a/debian/installer/modules/armhf-armmp/mmc-modules b/debian/installer/modules/armhf-armmp/mmc-modules
new file mode 100644
index 0000000000000..dadfd5334d629
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/mmc-modules
@@ -0,0 +1 @@
+#include <mmc-modules>
diff --git a/debian/installer/modules/armhf-armmp/mtd-modules b/debian/installer/modules/armhf-armmp/mtd-modules
new file mode 100644
index 0000000000000..fb81032eaee1a
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/mtd-modules
@@ -0,0 +1,3 @@
+#include <mtd-modules>
+mxc_nand
+marvell_nand
diff --git a/debian/installer/modules/armhf-armmp/multipath-modules b/debian/installer/modules/armhf-armmp/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/armhf-armmp/nbd-modules b/debian/installer/modules/armhf-armmp/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/armhf-armmp/nic-modules b/debian/installer/modules/armhf-armmp/nic-modules
new file mode 100644
index 0000000000000..2f94f2d83167f
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/nic-modules
@@ -0,0 +1,14 @@
+#include <nic-modules>
+mvneta
+mvmdio
+smsc911x
+stmmac
+stmmac-platform
+dwmac-generic
+dwmac-altr-socfpga
+dwmac-sunxi
+sun4i-emac
+xgmac
+ti_cpsw
+davinci_mdio
+mdio-aspeed
diff --git a/debian/installer/modules/armhf-armmp/nic-shared-modules b/debian/installer/modules/armhf-armmp/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/armhf-armmp/nic-usb-modules b/debian/installer/modules/armhf-armmp/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/armhf-armmp/nic-wireless-modules b/debian/installer/modules/armhf-armmp/nic-wireless-modules
new file mode 100644
index 0000000000000..53fd18d7f4c7c
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/nic-wireless-modules
@@ -0,0 +1 @@
+#include <nic-wireless-modules>
diff --git a/debian/installer/modules/armhf-armmp/pata-modules b/debian/installer/modules/armhf-armmp/pata-modules
new file mode 100644
index 0000000000000..2ff7276d4026f
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/pata-modules
@@ -0,0 +1 @@
+pata_imx
diff --git a/debian/installer/modules/armhf-armmp/ppp-modules b/debian/installer/modules/armhf-armmp/ppp-modules
new file mode 100644
index 0000000000000..1f26aa1ee60e9
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/ppp-modules
@@ -0,0 +1 @@
+#include <ppp-modules>
diff --git a/debian/installer/modules/armhf-armmp/sata-modules b/debian/installer/modules/armhf-armmp/sata-modules
new file mode 100644
index 0000000000000..8e7e1ed2c5ea1
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/sata-modules
@@ -0,0 +1,5 @@
+#include <sata-modules>
+sata_highbank
+
+# SATA PHYs
+phy-exynos5250-sata
diff --git a/debian/installer/modules/armhf-armmp/scsi-core-modules b/debian/installer/modules/armhf-armmp/scsi-core-modules
new file mode 100644
index 0000000000000..dd65d661433d8
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/scsi-core-modules
@@ -0,0 +1 @@
+#include <scsi-core-modules>
diff --git a/debian/installer/modules/armhf-armmp/scsi-modules b/debian/installer/modules/armhf-armmp/scsi-modules
new file mode 100644
index 0000000000000..675462a141fa6
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/scsi-modules
@@ -0,0 +1,2 @@
+#include <scsi-modules>
+
diff --git a/debian/installer/modules/armhf-armmp/scsi-nic-modules b/debian/installer/modules/armhf-armmp/scsi-nic-modules
new file mode 100644
index 0000000000000..089dd5dc6b067
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/scsi-nic-modules
@@ -0,0 +1 @@
+#include <scsi-nic-modules>
diff --git a/debian/installer/modules/armhf-armmp/sound-modules b/debian/installer/modules/armhf-armmp/sound-modules
new file mode 100644
index 0000000000000..68395ab3d99a3
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/sound-modules
@@ -0,0 +1 @@
+#include <sound-modules>
diff --git a/debian/installer/modules/armhf-armmp/speakup-modules b/debian/installer/modules/armhf-armmp/speakup-modules
new file mode 100644
index 0000000000000..29592721a7aa0
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/speakup-modules
@@ -0,0 +1 @@
+#include <speakup-modules>
diff --git a/debian/installer/modules/armhf-armmp/squashfs-modules b/debian/installer/modules/armhf-armmp/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/armhf-armmp/udf-modules b/debian/installer/modules/armhf-armmp/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/armhf-armmp/uinput-modules b/debian/installer/modules/armhf-armmp/uinput-modules
new file mode 100644
index 0000000000000..58a8337794426
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/uinput-modules
@@ -0,0 +1 @@
+#include <uinput-modules>
diff --git a/debian/installer/modules/armhf-armmp/usb-modules b/debian/installer/modules/armhf-armmp/usb-modules
new file mode 100644
index 0000000000000..5917b7f79aea5
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/usb-modules
@@ -0,0 +1,4 @@
+#include <usb-modules>
+omap-ocp2scp
+extcon-usb-gpio
+usb3503
diff --git a/debian/installer/modules/armhf-armmp/usb-serial-modules b/debian/installer/modules/armhf-armmp/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/armhf-armmp/usb-storage-modules b/debian/installer/modules/armhf-armmp/usb-storage-modules
new file mode 100644
index 0000000000000..8c5e81b55e3ae
--- /dev/null
+++ b/debian/installer/modules/armhf-armmp/usb-storage-modules
@@ -0,0 +1 @@
+#include <usb-storage-modules>
diff --git a/debian/installer/modules/ata-modules b/debian/installer/modules/ata-modules
new file mode 100644
index 0000000000000..6ca33ce0a159e
--- /dev/null
+++ b/debian/installer/modules/ata-modules
@@ -0,0 +1,2 @@
+libata
+ata_generic
diff --git a/debian/installer/modules/btrfs-modules b/debian/installer/modules/btrfs-modules
new file mode 100644
index 0000000000000..00531f6542175
--- /dev/null
+++ b/debian/installer/modules/btrfs-modules
@@ -0,0 +1 @@
+btrfs
diff --git a/debian/installer/modules/cdrom-core-modules b/debian/installer/modules/cdrom-core-modules
new file mode 100644
index 0000000000000..62e5e83a3be5a
--- /dev/null
+++ b/debian/installer/modules/cdrom-core-modules
@@ -0,0 +1,2 @@
+cdrom ?
+sr_mod ?
diff --git a/debian/installer/modules/crc-modules b/debian/installer/modules/crc-modules
new file mode 100644
index 0000000000000..2fe014d4a201e
--- /dev/null
+++ b/debian/installer/modules/crc-modules
@@ -0,0 +1,9 @@
+crc-ccitt
+libcrc32c
+crc32_generic
+crc32c_generic
+crc-itu-t
+crc16
+crc7 ?
+crc8 ?
+crc64 ?
diff --git a/debian/installer/modules/crypto-dm-modules b/debian/installer/modules/crypto-dm-modules
new file mode 100644
index 0000000000000..189131fc1cf80
--- /dev/null
+++ b/debian/installer/modules/crypto-dm-modules
@@ -0,0 +1 @@
+dm-crypt
diff --git a/debian/installer/modules/crypto-modules b/debian/installer/modules/crypto-modules
new file mode 100644
index 0000000000000..26ea3bdd07d6a
--- /dev/null
+++ b/debian/installer/modules/crypto-modules
@@ -0,0 +1,16 @@
+aes_generic
+blowfish_generic
+twofish_generic
+serpent_generic
+sha256_generic
+arc4 ?
+cbc ?
+ccm
+ctr
+ecb
+xts
+michael_mic
+
+# For cryptsetup
+algif_skcipher
+essiv
diff --git a/debian/installer/modules/efi-modules b/debian/installer/modules/efi-modules
new file mode 100644
index 0000000000000..f9ec24485ae8c
--- /dev/null
+++ b/debian/installer/modules/efi-modules
@@ -0,0 +1 @@
+efivarfs
diff --git a/debian/installer/modules/event-modules b/debian/installer/modules/event-modules
new file mode 100644
index 0000000000000..97a5e58aa9c18
--- /dev/null
+++ b/debian/installer/modules/event-modules
@@ -0,0 +1 @@
+evdev
diff --git a/debian/installer/modules/ext4-modules b/debian/installer/modules/ext4-modules
new file mode 100644
index 0000000000000..610034258b66c
--- /dev/null
+++ b/debian/installer/modules/ext4-modules
@@ -0,0 +1,2 @@
+ext4
+jbd2
diff --git a/debian/installer/modules/f2fs-modules b/debian/installer/modules/f2fs-modules
new file mode 100644
index 0000000000000..08e5e7fa192a8
--- /dev/null
+++ b/debian/installer/modules/f2fs-modules
@@ -0,0 +1 @@
+f2fs
diff --git a/debian/installer/modules/fat-modules b/debian/installer/modules/fat-modules
new file mode 100644
index 0000000000000..0498cf834d449
--- /dev/null
+++ b/debian/installer/modules/fat-modules
@@ -0,0 +1,6 @@
+fat ?
+vfat
+# the default codepage for fat (as of 2.6.8)
+nls_cp437 ?
+# the default i/o character set for fat (as of 4.7.2-1)
+nls_ascii ?
diff --git a/debian/installer/modules/fb-modules b/debian/installer/modules/fb-modules
new file mode 100644
index 0000000000000..9358852b89ec3
--- /dev/null
+++ b/debian/installer/modules/fb-modules
@@ -0,0 +1,11 @@
+# We don't include all DRM drivers here as on many platforms we can
+# call system firmware to get hold of a simple framebuffer
+
+drm
+drm_kms_helper
+virtio-gpu ?
+
+# Input modules that depend on drm
+i2c-hid ?
+i2c-hid-acpi ?
+i2c-hid-of ?
diff --git a/debian/installer/modules/firewire-core-modules b/debian/installer/modules/firewire-core-modules
new file mode 100644
index 0000000000000..bcc31d50aa48e
--- /dev/null
+++ b/debian/installer/modules/firewire-core-modules
@@ -0,0 +1,3 @@
+firewire-core
+firewire-ohci
+firewire-sbp2
diff --git a/debian/installer/modules/hfs-modules b/debian/installer/modules/hfs-modules
new file mode 100644
index 0000000000000..4a311558e6f24
--- /dev/null
+++ b/debian/installer/modules/hfs-modules
@@ -0,0 +1,2 @@
+hfs
+hfsplus
diff --git a/debian/installer/modules/hppa-parisc64/ata-modules b/debian/installer/modules/hppa-parisc64/ata-modules
new file mode 100644
index 0000000000000..08f295ad210d7
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/ata-modules
@@ -0,0 +1 @@
+#include "../hppa/ata-modules"
diff --git a/debian/installer/modules/hppa-parisc64/btrfs-modules b/debian/installer/modules/hppa-parisc64/btrfs-modules
new file mode 100644
index 0000000000000..677b351f7b981
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/btrfs-modules
@@ -0,0 +1 @@
+#include "../hppa/btrfs-modules"
diff --git a/debian/installer/modules/hppa-parisc64/cdrom-core-modules b/debian/installer/modules/hppa-parisc64/cdrom-core-modules
new file mode 100644
index 0000000000000..9656269beb64c
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/cdrom-core-modules
@@ -0,0 +1 @@
+#include "../hppa/cdrom-core-modules"
diff --git a/debian/installer/modules/hppa-parisc64/crc-modules b/debian/installer/modules/hppa-parisc64/crc-modules
new file mode 100644
index 0000000000000..f75e86b30df58
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/crc-modules
@@ -0,0 +1 @@
+#include "../hppa/crc-modules"
diff --git a/debian/installer/modules/hppa-parisc64/crypto-dm-modules b/debian/installer/modules/hppa-parisc64/crypto-dm-modules
new file mode 100644
index 0000000000000..ed740a5513f18
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/crypto-dm-modules
@@ -0,0 +1 @@
+#include "../hppa/crypto-dm-modules"
diff --git a/debian/installer/modules/hppa-parisc64/crypto-modules b/debian/installer/modules/hppa-parisc64/crypto-modules
new file mode 100644
index 0000000000000..1c4d2d0cf5928
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/crypto-modules
@@ -0,0 +1 @@
+#include "../hppa/crypto-modules"
diff --git a/debian/installer/modules/hppa-parisc64/event-modules b/debian/installer/modules/hppa-parisc64/event-modules
new file mode 100644
index 0000000000000..1a5cbb04af9dc
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/event-modules
@@ -0,0 +1 @@
+#include "../hppa/event-modules"
diff --git a/debian/installer/modules/hppa-parisc64/ext4-modules b/debian/installer/modules/hppa-parisc64/ext4-modules
new file mode 100644
index 0000000000000..00920ace11185
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/ext4-modules
@@ -0,0 +1 @@
+#include "../hppa/ext4-modules"
diff --git a/debian/installer/modules/hppa-parisc64/f2fs-modules b/debian/installer/modules/hppa-parisc64/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/hppa-parisc64/fat-modules b/debian/installer/modules/hppa-parisc64/fat-modules
new file mode 100644
index 0000000000000..ef6dd33ff50d4
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/fat-modules
@@ -0,0 +1 @@
+#include "../hppa/fat-modules"
diff --git a/debian/installer/modules/hppa-parisc64/fb-modules b/debian/installer/modules/hppa-parisc64/fb-modules
new file mode 100644
index 0000000000000..d0424dc9f35b4
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/fb-modules
@@ -0,0 +1,4 @@
+#include <fb-modules>
+
+radeon ?
+ttm ?
diff --git a/debian/installer/modules/hppa-parisc64/input-modules b/debian/installer/modules/hppa-parisc64/input-modules
new file mode 100644
index 0000000000000..cdeaa30fed3e9
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/input-modules
@@ -0,0 +1 @@
+#include "../hppa/input-modules"
diff --git a/debian/installer/modules/hppa-parisc64/isofs-modules b/debian/installer/modules/hppa-parisc64/isofs-modules
new file mode 100644
index 0000000000000..9e8e2dfb1faef
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/isofs-modules
@@ -0,0 +1 @@
+#include "../hppa/isofs-modules"
diff --git a/debian/installer/modules/hppa-parisc64/jfs-modules b/debian/installer/modules/hppa-parisc64/jfs-modules
new file mode 100644
index 0000000000000..a3b6beb7d3a7f
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/jfs-modules
@@ -0,0 +1 @@
+#include "../hppa/jfs-modules"
diff --git a/debian/installer/modules/hppa-parisc64/kernel-image b/debian/installer/modules/hppa-parisc64/kernel-image
new file mode 100644
index 0000000000000..93d59f5398179
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/kernel-image
@@ -0,0 +1 @@
+#include "../hppa/kernel-image"
diff --git a/debian/installer/modules/hppa-parisc64/loop-modules b/debian/installer/modules/hppa-parisc64/loop-modules
new file mode 100644
index 0000000000000..721ffecf45e4f
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/loop-modules
@@ -0,0 +1 @@
+#include "../hppa/loop-modules"
diff --git a/debian/installer/modules/hppa-parisc64/md-modules b/debian/installer/modules/hppa-parisc64/md-modules
new file mode 100644
index 0000000000000..d7e97202280e7
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/md-modules
@@ -0,0 +1 @@
+#include "../hppa/md-modules"
diff --git a/debian/installer/modules/hppa-parisc64/mouse-modules b/debian/installer/modules/hppa-parisc64/mouse-modules
new file mode 100644
index 0000000000000..f9edf83b0163b
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/mouse-modules
@@ -0,0 +1 @@
+#include "../hppa/mouse-modules"
diff --git a/debian/installer/modules/hppa-parisc64/multipath-modules b/debian/installer/modules/hppa-parisc64/multipath-modules
new file mode 100644
index 0000000000000..46f68a37a48fb
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/multipath-modules
@@ -0,0 +1 @@
+#include "../hppa/multipath-modules"
diff --git a/debian/installer/modules/hppa-parisc64/nbd-modules b/debian/installer/modules/hppa-parisc64/nbd-modules
new file mode 100644
index 0000000000000..b4c4622c73189
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/nbd-modules
@@ -0,0 +1 @@
+#include "../hppa/nbd-modules"
diff --git a/debian/installer/modules/hppa-parisc64/nic-modules b/debian/installer/modules/hppa-parisc64/nic-modules
new file mode 100644
index 0000000000000..e15b2d573904c
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/nic-modules
@@ -0,0 +1 @@
+#include "../hppa/nic-modules"
diff --git a/debian/installer/modules/hppa-parisc64/nic-shared-modules b/debian/installer/modules/hppa-parisc64/nic-shared-modules
new file mode 100644
index 0000000000000..fd0b19c807125
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/nic-shared-modules
@@ -0,0 +1 @@
+#include "../hppa/nic-shared-modules"
diff --git a/debian/installer/modules/hppa-parisc64/nic-usb-modules b/debian/installer/modules/hppa-parisc64/nic-usb-modules
new file mode 100644
index 0000000000000..261192d2e87a0
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/nic-usb-modules
@@ -0,0 +1 @@
+#include "../hppa/nic-usb-modules"
diff --git a/debian/installer/modules/hppa-parisc64/pata-modules b/debian/installer/modules/hppa-parisc64/pata-modules
new file mode 100644
index 0000000000000..46bc71900e6d9
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/pata-modules
@@ -0,0 +1 @@
+#include "../hppa/pata-modules"
diff --git a/debian/installer/modules/hppa-parisc64/ppp-modules b/debian/installer/modules/hppa-parisc64/ppp-modules
new file mode 100644
index 0000000000000..b78085c3487e3
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/ppp-modules
@@ -0,0 +1 @@
+#include "../hppa/ppp-modules"
diff --git a/debian/installer/modules/hppa-parisc64/sata-modules b/debian/installer/modules/hppa-parisc64/sata-modules
new file mode 100644
index 0000000000000..a2ebc29835de3
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/sata-modules
@@ -0,0 +1 @@
+#include "../hppa/sata-modules"
diff --git a/debian/installer/modules/hppa-parisc64/scsi-core-modules b/debian/installer/modules/hppa-parisc64/scsi-core-modules
new file mode 100644
index 0000000000000..ff84a7089d9b8
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/scsi-core-modules
@@ -0,0 +1 @@
+#include "../hppa/scsi-core-modules"
diff --git a/debian/installer/modules/hppa-parisc64/scsi-modules b/debian/installer/modules/hppa-parisc64/scsi-modules
new file mode 100644
index 0000000000000..229e060a8f076
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/scsi-modules
@@ -0,0 +1 @@
+#include "../hppa/scsi-modules"
diff --git a/debian/installer/modules/hppa-parisc64/serial-modules b/debian/installer/modules/hppa-parisc64/serial-modules
new file mode 100644
index 0000000000000..a84a550e85b77
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/serial-modules
@@ -0,0 +1 @@
+#include "../hppa/serial-modules"
diff --git a/debian/installer/modules/hppa-parisc64/squashfs-modules b/debian/installer/modules/hppa-parisc64/squashfs-modules
new file mode 100644
index 0000000000000..f0c79aa4ee92d
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/squashfs-modules
@@ -0,0 +1 @@
+#include "../hppa/squashfs-modules"
diff --git a/debian/installer/modules/hppa-parisc64/usb-modules b/debian/installer/modules/hppa-parisc64/usb-modules
new file mode 100644
index 0000000000000..df2abbbd9f3cf
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/usb-modules
@@ -0,0 +1 @@
+#include "../hppa/usb-modules"
diff --git a/debian/installer/modules/hppa-parisc64/usb-serial-modules b/debian/installer/modules/hppa-parisc64/usb-serial-modules
new file mode 100644
index 0000000000000..1dd05036f229b
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/usb-serial-modules
@@ -0,0 +1 @@
+#include "../hppa/usb-serial-modules"
diff --git a/debian/installer/modules/hppa-parisc64/usb-storage-modules b/debian/installer/modules/hppa-parisc64/usb-storage-modules
new file mode 100644
index 0000000000000..5562ed4c879e5
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/usb-storage-modules
@@ -0,0 +1 @@
+#include "../hppa/usb-storage-modules"
diff --git a/debian/installer/modules/hppa-parisc64/xfs-modules b/debian/installer/modules/hppa-parisc64/xfs-modules
new file mode 100644
index 0000000000000..7960e0bb2a6ae
--- /dev/null
+++ b/debian/installer/modules/hppa-parisc64/xfs-modules
@@ -0,0 +1 @@
+#include "../hppa/xfs-modules"
diff --git a/debian/installer/modules/hppa/ata-modules b/debian/installer/modules/hppa/ata-modules
new file mode 100644
index 0000000000000..b81c0f38b74ac
--- /dev/null
+++ b/debian/installer/modules/hppa/ata-modules
@@ -0,0 +1 @@
+#include <ata-modules>
diff --git a/debian/installer/modules/hppa/btrfs-modules b/debian/installer/modules/hppa/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/hppa/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/hppa/cdrom-core-modules b/debian/installer/modules/hppa/cdrom-core-modules
new file mode 100644
index 0000000000000..e264d7aa34883
--- /dev/null
+++ b/debian/installer/modules/hppa/cdrom-core-modules
@@ -0,0 +1,2 @@
+#include <cdrom-core-modules>
+
diff --git a/debian/installer/modules/hppa/crc-modules b/debian/installer/modules/hppa/crc-modules
new file mode 100644
index 0000000000000..7e00de705e41c
--- /dev/null
+++ b/debian/installer/modules/hppa/crc-modules
@@ -0,0 +1 @@
+#include <crc-modules>
diff --git a/debian/installer/modules/hppa/crypto-dm-modules b/debian/installer/modules/hppa/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/hppa/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/hppa/crypto-modules b/debian/installer/modules/hppa/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/hppa/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/hppa/event-modules b/debian/installer/modules/hppa/event-modules
new file mode 100644
index 0000000000000..f8819afd361cd
--- /dev/null
+++ b/debian/installer/modules/hppa/event-modules
@@ -0,0 +1 @@
+#include <event-modules>
diff --git a/debian/installer/modules/hppa/ext4-modules b/debian/installer/modules/hppa/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/hppa/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/hppa/f2fs-modules b/debian/installer/modules/hppa/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/hppa/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/hppa/fat-modules b/debian/installer/modules/hppa/fat-modules
new file mode 100644
index 0000000000000..cce8fd30ca4fb
--- /dev/null
+++ b/debian/installer/modules/hppa/fat-modules
@@ -0,0 +1,2 @@
+#include <fat-modules>
+
diff --git a/debian/installer/modules/hppa/i2c-modules b/debian/installer/modules/hppa/i2c-modules
new file mode 100644
index 0000000000000..203a607e73ced
--- /dev/null
+++ b/debian/installer/modules/hppa/i2c-modules
@@ -0,0 +1 @@
+#include <i2c-modules>
diff --git a/debian/installer/modules/hppa/input-modules b/debian/installer/modules/hppa/input-modules
new file mode 100644
index 0000000000000..9d4cbf6fa7ae9
--- /dev/null
+++ b/debian/installer/modules/hppa/input-modules
@@ -0,0 +1,6 @@
+#include <input-modules>
+hil_kbd ?
+hilkbd ?
+hp_sdc_mlc ?
+hil_mlc ?
+hp_sdc ?
diff --git a/debian/installer/modules/hppa/isofs-modules b/debian/installer/modules/hppa/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/hppa/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/hppa/jfs-modules b/debian/installer/modules/hppa/jfs-modules
new file mode 100644
index 0000000000000..7e4d912b95293
--- /dev/null
+++ b/debian/installer/modules/hppa/jfs-modules
@@ -0,0 +1 @@
+#include <jfs-modules>
diff --git a/debian/installer/modules/hppa/kernel-image b/debian/installer/modules/hppa/kernel-image
new file mode 100644
index 0000000000000..1d11b1921daea
--- /dev/null
+++ b/debian/installer/modules/hppa/kernel-image
@@ -0,0 +1 @@
+#include <kernel-image>
diff --git a/debian/installer/modules/hppa/loop-modules b/debian/installer/modules/hppa/loop-modules
new file mode 100644
index 0000000000000..1644677137638
--- /dev/null
+++ b/debian/installer/modules/hppa/loop-modules
@@ -0,0 +1,2 @@
+#include <loop-modules>
+
diff --git a/debian/installer/modules/hppa/md-modules b/debian/installer/modules/hppa/md-modules
new file mode 100644
index 0000000000000..ade088ddbb2f2
--- /dev/null
+++ b/debian/installer/modules/hppa/md-modules
@@ -0,0 +1,2 @@
+#include <md-modules>
+
diff --git a/debian/installer/modules/hppa/mouse-modules b/debian/installer/modules/hppa/mouse-modules
new file mode 100644
index 0000000000000..15fcb00eaa04b
--- /dev/null
+++ b/debian/installer/modules/hppa/mouse-modules
@@ -0,0 +1 @@
+#include <mouse-modules>
diff --git a/debian/installer/modules/hppa/multipath-modules b/debian/installer/modules/hppa/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/hppa/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/hppa/nbd-modules b/debian/installer/modules/hppa/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/hppa/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/hppa/nic-modules b/debian/installer/modules/hppa/nic-modules
new file mode 100644
index 0000000000000..8a4b656c9ad98
--- /dev/null
+++ b/debian/installer/modules/hppa/nic-modules
@@ -0,0 +1,4 @@
+lasi_82596
+tg3
+tulip
+e1000
diff --git a/debian/installer/modules/hppa/nic-shared-modules b/debian/installer/modules/hppa/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/hppa/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/hppa/nic-usb-modules b/debian/installer/modules/hppa/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/hppa/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/hppa/pata-modules b/debian/installer/modules/hppa/pata-modules
new file mode 100644
index 0000000000000..8c4e514ae7248
--- /dev/null
+++ b/debian/installer/modules/hppa/pata-modules
@@ -0,0 +1,2 @@
+#include <pata-modules>
+
diff --git a/debian/installer/modules/hppa/ppp-modules b/debian/installer/modules/hppa/ppp-modules
new file mode 100644
index 0000000000000..f1ae9b3d15ac3
--- /dev/null
+++ b/debian/installer/modules/hppa/ppp-modules
@@ -0,0 +1,2 @@
+#include <ppp-modules>
+
diff --git a/debian/installer/modules/hppa/sata-modules b/debian/installer/modules/hppa/sata-modules
new file mode 100644
index 0000000000000..071cb860bbc5e
--- /dev/null
+++ b/debian/installer/modules/hppa/sata-modules
@@ -0,0 +1,2 @@
+#include <sata-modules>
+
diff --git a/debian/installer/modules/hppa/scsi-core-modules b/debian/installer/modules/hppa/scsi-core-modules
new file mode 100644
index 0000000000000..dd65d661433d8
--- /dev/null
+++ b/debian/installer/modules/hppa/scsi-core-modules
@@ -0,0 +1 @@
+#include <scsi-core-modules>
diff --git a/debian/installer/modules/hppa/scsi-modules b/debian/installer/modules/hppa/scsi-modules
new file mode 100644
index 0000000000000..8f289efb81dcd
--- /dev/null
+++ b/debian/installer/modules/hppa/scsi-modules
@@ -0,0 +1,18 @@
+aic79xx
+aic7xxx
+BusLogic ?
+sym53c8xx
+sym53c8xx_2 ?
+53c700
+ch
+lasi700
+sg
+st
+zalon7xx
+megaraid ?
+megaraid_mbox ?
+megaraid_mm ?
+megaraid_sas ?
+qlogicfas408
+mptbase
+mptspi
diff --git a/debian/installer/modules/hppa/serial-modules b/debian/installer/modules/hppa/serial-modules
new file mode 100644
index 0000000000000..6ab8b8c3551b5
--- /dev/null
+++ b/debian/installer/modules/hppa/serial-modules
@@ -0,0 +1 @@
+#include <serial-modules>
diff --git a/debian/installer/modules/hppa/squashfs-modules b/debian/installer/modules/hppa/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/hppa/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/hppa/usb-modules b/debian/installer/modules/hppa/usb-modules
new file mode 100644
index 0000000000000..c598dedd81124
--- /dev/null
+++ b/debian/installer/modules/hppa/usb-modules
@@ -0,0 +1 @@
+#include <usb-modules>
diff --git a/debian/installer/modules/hppa/usb-serial-modules b/debian/installer/modules/hppa/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/hppa/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/hppa/usb-storage-modules b/debian/installer/modules/hppa/usb-storage-modules
new file mode 100644
index 0000000000000..272d95e2e8b12
--- /dev/null
+++ b/debian/installer/modules/hppa/usb-storage-modules
@@ -0,0 +1,2 @@
+#include <usb-storage-modules>
+
diff --git a/debian/installer/modules/hppa/xfs-modules b/debian/installer/modules/hppa/xfs-modules
new file mode 100644
index 0000000000000..98374e2bbaf84
--- /dev/null
+++ b/debian/installer/modules/hppa/xfs-modules
@@ -0,0 +1 @@
+#include <xfs-modules>
diff --git a/debian/installer/modules/i2c-modules b/debian/installer/modules/i2c-modules
new file mode 100644
index 0000000000000..0c4999fa74e23
--- /dev/null
+++ b/debian/installer/modules/i2c-modules
@@ -0,0 +1,3 @@
+i2c-core
+i2c-algo-bit
+i2c-designware-platform ?
diff --git a/debian/installer/modules/i386/acpi-modules b/debian/installer/modules/i386/acpi-modules
new file mode 100644
index 0000000000000..307528fb17e99
--- /dev/null
+++ b/debian/installer/modules/i386/acpi-modules
@@ -0,0 +1,2 @@
+#include <acpi-modules>
+
diff --git a/debian/installer/modules/i386/ata-modules b/debian/installer/modules/i386/ata-modules
new file mode 100644
index 0000000000000..9409e7cde816f
--- /dev/null
+++ b/debian/installer/modules/i386/ata-modules
@@ -0,0 +1,2 @@
+#include <ata-modules>
+
diff --git a/debian/installer/modules/i386/btrfs-modules b/debian/installer/modules/i386/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/i386/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/i386/cdrom-core-modules b/debian/installer/modules/i386/cdrom-core-modules
new file mode 100644
index 0000000000000..e264d7aa34883
--- /dev/null
+++ b/debian/installer/modules/i386/cdrom-core-modules
@@ -0,0 +1,2 @@
+#include <cdrom-core-modules>
+
diff --git a/debian/installer/modules/i386/crc-modules b/debian/installer/modules/i386/crc-modules
new file mode 100644
index 0000000000000..191b9dfa8fb6a
--- /dev/null
+++ b/debian/installer/modules/i386/crc-modules
@@ -0,0 +1,2 @@
+#include <crc-modules>
+crc32_pclmul
diff --git a/debian/installer/modules/i386/crypto-dm-modules b/debian/installer/modules/i386/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/i386/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/i386/crypto-modules b/debian/installer/modules/i386/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/i386/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/i386/efi-modules b/debian/installer/modules/i386/efi-modules
new file mode 100644
index 0000000000000..e1dc05e8f247a
--- /dev/null
+++ b/debian/installer/modules/i386/efi-modules
@@ -0,0 +1 @@
+#include <efi-modules>
diff --git a/debian/installer/modules/i386/event-modules b/debian/installer/modules/i386/event-modules
new file mode 100644
index 0000000000000..f8819afd361cd
--- /dev/null
+++ b/debian/installer/modules/i386/event-modules
@@ -0,0 +1 @@
+#include <event-modules>
diff --git a/debian/installer/modules/i386/ext4-modules b/debian/installer/modules/i386/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/i386/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/i386/f2fs-modules b/debian/installer/modules/i386/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/i386/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/i386/fat-modules b/debian/installer/modules/i386/fat-modules
new file mode 100644
index 0000000000000..cce8fd30ca4fb
--- /dev/null
+++ b/debian/installer/modules/i386/fat-modules
@@ -0,0 +1,2 @@
+#include <fat-modules>
+
diff --git a/debian/installer/modules/i386/fb-modules b/debian/installer/modules/i386/fb-modules
new file mode 100644
index 0000000000000..9602502af2532
--- /dev/null
+++ b/debian/installer/modules/i386/fb-modules
@@ -0,0 +1,6 @@
+#include <fb-modules>
+
+lxfb ?
+vesafb ?
+vga16fb
+viafb
diff --git a/debian/installer/modules/i386/firewire-core-modules b/debian/installer/modules/i386/firewire-core-modules
new file mode 100644
index 0000000000000..dcac80af96513
--- /dev/null
+++ b/debian/installer/modules/i386/firewire-core-modules
@@ -0,0 +1 @@
+#include <firewire-core-modules>
diff --git a/debian/installer/modules/i386/i2c-modules b/debian/installer/modules/i386/i2c-modules
new file mode 100644
index 0000000000000..203a607e73ced
--- /dev/null
+++ b/debian/installer/modules/i386/i2c-modules
@@ -0,0 +1 @@
+#include <i2c-modules>
diff --git a/debian/installer/modules/i386/input-modules b/debian/installer/modules/i386/input-modules
new file mode 100644
index 0000000000000..cdba2e4a79c6d
--- /dev/null
+++ b/debian/installer/modules/i386/input-modules
@@ -0,0 +1,5 @@
+#include <input-modules>
+# Needed on some Geode LX boards - Alix2/3/6, Soekris net5501, Traverse GEOS
+# so only built for 586 flavour
+gpio_keys_polled ?
+leds-gpio ?
diff --git a/debian/installer/modules/i386/isofs-modules b/debian/installer/modules/i386/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/i386/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/i386/jfs-modules b/debian/installer/modules/i386/jfs-modules
new file mode 100644
index 0000000000000..7e4d912b95293
--- /dev/null
+++ b/debian/installer/modules/i386/jfs-modules
@@ -0,0 +1 @@
+#include <jfs-modules>
diff --git a/debian/installer/modules/i386/kernel-image b/debian/installer/modules/i386/kernel-image
new file mode 100644
index 0000000000000..1d11b1921daea
--- /dev/null
+++ b/debian/installer/modules/i386/kernel-image
@@ -0,0 +1 @@
+#include <kernel-image>
diff --git a/debian/installer/modules/i386/loop-modules b/debian/installer/modules/i386/loop-modules
new file mode 100644
index 0000000000000..1644677137638
--- /dev/null
+++ b/debian/installer/modules/i386/loop-modules
@@ -0,0 +1,2 @@
+#include <loop-modules>
+
diff --git a/debian/installer/modules/i386/md-modules b/debian/installer/modules/i386/md-modules
new file mode 100644
index 0000000000000..ade088ddbb2f2
--- /dev/null
+++ b/debian/installer/modules/i386/md-modules
@@ -0,0 +1,2 @@
+#include <md-modules>
+
diff --git a/debian/installer/modules/i386/mmc-core-modules b/debian/installer/modules/i386/mmc-core-modules
new file mode 100644
index 0000000000000..7bf38465cf1b5
--- /dev/null
+++ b/debian/installer/modules/i386/mmc-core-modules
@@ -0,0 +1 @@
+#include <mmc-core-modules>
diff --git a/debian/installer/modules/i386/mmc-modules b/debian/installer/modules/i386/mmc-modules
new file mode 100644
index 0000000000000..dadfd5334d629
--- /dev/null
+++ b/debian/installer/modules/i386/mmc-modules
@@ -0,0 +1 @@
+#include <mmc-modules>
diff --git a/debian/installer/modules/i386/mouse-modules b/debian/installer/modules/i386/mouse-modules
new file mode 100644
index 0000000000000..15fcb00eaa04b
--- /dev/null
+++ b/debian/installer/modules/i386/mouse-modules
@@ -0,0 +1 @@
+#include <mouse-modules>
diff --git a/debian/installer/modules/i386/mtd-core-modules b/debian/installer/modules/i386/mtd-core-modules
new file mode 100644
index 0000000000000..28fdada604192
--- /dev/null
+++ b/debian/installer/modules/i386/mtd-core-modules
@@ -0,0 +1 @@
+#include <mtd-core-modules>
diff --git a/debian/installer/modules/i386/multipath-modules b/debian/installer/modules/i386/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/i386/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/i386/nbd-modules b/debian/installer/modules/i386/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/i386/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/i386/nic-modules b/debian/installer/modules/i386/nic-modules
new file mode 100644
index 0000000000000..2512e83950dd9
--- /dev/null
+++ b/debian/installer/modules/i386/nic-modules
@@ -0,0 +1 @@
+#include <nic-modules>
diff --git a/debian/installer/modules/i386/nic-pcmcia-modules b/debian/installer/modules/i386/nic-pcmcia-modules
new file mode 100644
index 0000000000000..7a0702cd5585d
--- /dev/null
+++ b/debian/installer/modules/i386/nic-pcmcia-modules
@@ -0,0 +1 @@
+#include <nic-pcmcia-modules>
diff --git a/debian/installer/modules/i386/nic-shared-modules b/debian/installer/modules/i386/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/i386/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/i386/nic-usb-modules b/debian/installer/modules/i386/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/i386/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/i386/nic-wireless-modules b/debian/installer/modules/i386/nic-wireless-modules
new file mode 100644
index 0000000000000..53fd18d7f4c7c
--- /dev/null
+++ b/debian/installer/modules/i386/nic-wireless-modules
@@ -0,0 +1 @@
+#include <nic-wireless-modules>
diff --git a/debian/installer/modules/i386/pata-modules b/debian/installer/modules/i386/pata-modules
new file mode 100644
index 0000000000000..8c4e514ae7248
--- /dev/null
+++ b/debian/installer/modules/i386/pata-modules
@@ -0,0 +1,2 @@
+#include <pata-modules>
+
diff --git a/debian/installer/modules/i386/pcmcia-modules b/debian/installer/modules/i386/pcmcia-modules
new file mode 100644
index 0000000000000..2bb5350fe14f4
--- /dev/null
+++ b/debian/installer/modules/i386/pcmcia-modules
@@ -0,0 +1 @@
+#include <pcmcia-modules>
diff --git a/debian/installer/modules/i386/pcmcia-storage-modules b/debian/installer/modules/i386/pcmcia-storage-modules
new file mode 100644
index 0000000000000..f73ae5bb9b428
--- /dev/null
+++ b/debian/installer/modules/i386/pcmcia-storage-modules
@@ -0,0 +1 @@
+#include <pcmcia-storage-modules>
diff --git a/debian/installer/modules/i386/ppp-modules b/debian/installer/modules/i386/ppp-modules
new file mode 100644
index 0000000000000..f1ae9b3d15ac3
--- /dev/null
+++ b/debian/installer/modules/i386/ppp-modules
@@ -0,0 +1,2 @@
+#include <ppp-modules>
+
diff --git a/debian/installer/modules/i386/rfkill-modules b/debian/installer/modules/i386/rfkill-modules
new file mode 100644
index 0000000000000..77a2245cec6e0
--- /dev/null
+++ b/debian/installer/modules/i386/rfkill-modules
@@ -0,0 +1 @@
+#include <rfkill-modules>
diff --git a/debian/installer/modules/i386/sata-modules b/debian/installer/modules/i386/sata-modules
new file mode 100644
index 0000000000000..071cb860bbc5e
--- /dev/null
+++ b/debian/installer/modules/i386/sata-modules
@@ -0,0 +1,2 @@
+#include <sata-modules>
+
diff --git a/debian/installer/modules/i386/scsi-core-modules b/debian/installer/modules/i386/scsi-core-modules
new file mode 100644
index 0000000000000..778a022fa7510
--- /dev/null
+++ b/debian/installer/modules/i386/scsi-core-modules
@@ -0,0 +1,4 @@
+#include <scsi-core-modules>
+
+# Needed by hv_storvsc in hyperv-modules as well as scsi-modules
+scsi_transport_fc
diff --git a/debian/installer/modules/i386/scsi-modules b/debian/installer/modules/i386/scsi-modules
new file mode 100644
index 0000000000000..8909dfb794870
--- /dev/null
+++ b/debian/installer/modules/i386/scsi-modules
@@ -0,0 +1 @@
+#include <scsi-modules>
diff --git a/debian/installer/modules/i386/scsi-nic-modules b/debian/installer/modules/i386/scsi-nic-modules
new file mode 100644
index 0000000000000..089dd5dc6b067
--- /dev/null
+++ b/debian/installer/modules/i386/scsi-nic-modules
@@ -0,0 +1 @@
+#include <scsi-nic-modules>
diff --git a/debian/installer/modules/i386/serial-modules b/debian/installer/modules/i386/serial-modules
new file mode 100644
index 0000000000000..6ab8b8c3551b5
--- /dev/null
+++ b/debian/installer/modules/i386/serial-modules
@@ -0,0 +1 @@
+#include <serial-modules>
diff --git a/debian/installer/modules/i386/sound-modules b/debian/installer/modules/i386/sound-modules
new file mode 100644
index 0000000000000..68395ab3d99a3
--- /dev/null
+++ b/debian/installer/modules/i386/sound-modules
@@ -0,0 +1 @@
+#include <sound-modules>
diff --git a/debian/installer/modules/i386/speakup-modules b/debian/installer/modules/i386/speakup-modules
new file mode 100644
index 0000000000000..29592721a7aa0
--- /dev/null
+++ b/debian/installer/modules/i386/speakup-modules
@@ -0,0 +1 @@
+#include <speakup-modules>
diff --git a/debian/installer/modules/i386/squashfs-modules b/debian/installer/modules/i386/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/i386/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/i386/udf-modules b/debian/installer/modules/i386/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/i386/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/i386/uinput-modules b/debian/installer/modules/i386/uinput-modules
new file mode 100644
index 0000000000000..58a8337794426
--- /dev/null
+++ b/debian/installer/modules/i386/uinput-modules
@@ -0,0 +1 @@
+#include <uinput-modules>
diff --git a/debian/installer/modules/i386/usb-modules b/debian/installer/modules/i386/usb-modules
new file mode 100644
index 0000000000000..c598dedd81124
--- /dev/null
+++ b/debian/installer/modules/i386/usb-modules
@@ -0,0 +1 @@
+#include <usb-modules>
diff --git a/debian/installer/modules/i386/usb-serial-modules b/debian/installer/modules/i386/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/i386/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/i386/usb-storage-modules b/debian/installer/modules/i386/usb-storage-modules
new file mode 100644
index 0000000000000..272d95e2e8b12
--- /dev/null
+++ b/debian/installer/modules/i386/usb-storage-modules
@@ -0,0 +1,2 @@
+#include <usb-storage-modules>
+
diff --git a/debian/installer/modules/i386/xfs-modules b/debian/installer/modules/i386/xfs-modules
new file mode 100644
index 0000000000000..c020b5d399f90
--- /dev/null
+++ b/debian/installer/modules/i386/xfs-modules
@@ -0,0 +1,2 @@
+#include <xfs-modules>
+
diff --git a/debian/installer/modules/ia64/ata-modules b/debian/installer/modules/ia64/ata-modules
new file mode 100644
index 0000000000000..b81c0f38b74ac
--- /dev/null
+++ b/debian/installer/modules/ia64/ata-modules
@@ -0,0 +1 @@
+#include <ata-modules>
diff --git a/debian/installer/modules/ia64/btrfs-modules b/debian/installer/modules/ia64/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/ia64/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/ia64/cdrom-core-modules b/debian/installer/modules/ia64/cdrom-core-modules
new file mode 100644
index 0000000000000..3ff69b48f4fc3
--- /dev/null
+++ b/debian/installer/modules/ia64/cdrom-core-modules
@@ -0,0 +1 @@
+#include <cdrom-core-modules>
diff --git a/debian/installer/modules/ia64/crc-modules b/debian/installer/modules/ia64/crc-modules
new file mode 100644
index 0000000000000..a642ead8be53c
--- /dev/null
+++ b/debian/installer/modules/ia64/crc-modules
@@ -0,0 +1,2 @@
+#include <crc-modules>
+
diff --git a/debian/installer/modules/ia64/crypto-dm-modules b/debian/installer/modules/ia64/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/ia64/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/ia64/crypto-modules b/debian/installer/modules/ia64/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/ia64/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/ia64/event-modules b/debian/installer/modules/ia64/event-modules
new file mode 100644
index 0000000000000..f8819afd361cd
--- /dev/null
+++ b/debian/installer/modules/ia64/event-modules
@@ -0,0 +1 @@
+#include <event-modules>
diff --git a/debian/installer/modules/ia64/ext4-modules b/debian/installer/modules/ia64/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/ia64/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/ia64/f2fs-modules b/debian/installer/modules/ia64/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/ia64/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/ia64/fat-modules b/debian/installer/modules/ia64/fat-modules
new file mode 100644
index 0000000000000..274584eb65fba
--- /dev/null
+++ b/debian/installer/modules/ia64/fat-modules
@@ -0,0 +1 @@
+#include <fat-modules>
diff --git a/debian/installer/modules/ia64/fb-modules b/debian/installer/modules/ia64/fb-modules
new file mode 100644
index 0000000000000..1442c89f91098
--- /dev/null
+++ b/debian/installer/modules/ia64/fb-modules
@@ -0,0 +1,2 @@
+fbcon ?
+vgastate
diff --git a/debian/installer/modules/ia64/firewire-core-modules b/debian/installer/modules/ia64/firewire-core-modules
new file mode 100644
index 0000000000000..8e5fff165e6cb
--- /dev/null
+++ b/debian/installer/modules/ia64/firewire-core-modules
@@ -0,0 +1,2 @@
+#include <firewire-core-modules>
+
diff --git a/debian/installer/modules/ia64/i2c-modules b/debian/installer/modules/ia64/i2c-modules
new file mode 100644
index 0000000000000..203a607e73ced
--- /dev/null
+++ b/debian/installer/modules/ia64/i2c-modules
@@ -0,0 +1 @@
+#include <i2c-modules>
diff --git a/debian/installer/modules/ia64/input-modules b/debian/installer/modules/ia64/input-modules
new file mode 100644
index 0000000000000..5ecb595a4a491
--- /dev/null
+++ b/debian/installer/modules/ia64/input-modules
@@ -0,0 +1 @@
+#include <input-modules>
diff --git a/debian/installer/modules/ia64/isofs-modules b/debian/installer/modules/ia64/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/ia64/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/ia64/jfs-modules b/debian/installer/modules/ia64/jfs-modules
new file mode 100644
index 0000000000000..7e4d912b95293
--- /dev/null
+++ b/debian/installer/modules/ia64/jfs-modules
@@ -0,0 +1 @@
+#include <jfs-modules>
diff --git a/debian/installer/modules/ia64/kernel-image b/debian/installer/modules/ia64/kernel-image
new file mode 100644
index 0000000000000..1d11b1921daea
--- /dev/null
+++ b/debian/installer/modules/ia64/kernel-image
@@ -0,0 +1 @@
+#include <kernel-image>
diff --git a/debian/installer/modules/ia64/loop-modules b/debian/installer/modules/ia64/loop-modules
new file mode 100644
index 0000000000000..1644677137638
--- /dev/null
+++ b/debian/installer/modules/ia64/loop-modules
@@ -0,0 +1,2 @@
+#include <loop-modules>
+
diff --git a/debian/installer/modules/ia64/md-modules b/debian/installer/modules/ia64/md-modules
new file mode 100644
index 0000000000000..ade088ddbb2f2
--- /dev/null
+++ b/debian/installer/modules/ia64/md-modules
@@ -0,0 +1,2 @@
+#include <md-modules>
+
diff --git a/debian/installer/modules/ia64/mouse-modules b/debian/installer/modules/ia64/mouse-modules
new file mode 100644
index 0000000000000..15fcb00eaa04b
--- /dev/null
+++ b/debian/installer/modules/ia64/mouse-modules
@@ -0,0 +1 @@
+#include <mouse-modules>
diff --git a/debian/installer/modules/ia64/mtd-core-modules b/debian/installer/modules/ia64/mtd-core-modules
new file mode 100644
index 0000000000000..28fdada604192
--- /dev/null
+++ b/debian/installer/modules/ia64/mtd-core-modules
@@ -0,0 +1 @@
+#include <mtd-core-modules>
diff --git a/debian/installer/modules/ia64/multipath-modules b/debian/installer/modules/ia64/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/ia64/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/ia64/nbd-modules b/debian/installer/modules/ia64/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/ia64/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/ia64/nic-modules b/debian/installer/modules/ia64/nic-modules
new file mode 100644
index 0000000000000..2512e83950dd9
--- /dev/null
+++ b/debian/installer/modules/ia64/nic-modules
@@ -0,0 +1 @@
+#include <nic-modules>
diff --git a/debian/installer/modules/ia64/nic-shared-modules b/debian/installer/modules/ia64/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/ia64/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/ia64/nic-usb-modules b/debian/installer/modules/ia64/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/ia64/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/ia64/pata-modules b/debian/installer/modules/ia64/pata-modules
new file mode 100644
index 0000000000000..b0cd6337a28d1
--- /dev/null
+++ b/debian/installer/modules/ia64/pata-modules
@@ -0,0 +1 @@
+#include <pata-modules>
diff --git a/debian/installer/modules/ia64/pcmcia-modules b/debian/installer/modules/ia64/pcmcia-modules
new file mode 100644
index 0000000000000..d7a54f360f418
--- /dev/null
+++ b/debian/installer/modules/ia64/pcmcia-modules
@@ -0,0 +1,4 @@
+pcmcia
+pcmcia_core
+pd6729
+rsrc_nonstatic ?
diff --git a/debian/installer/modules/ia64/ppp-modules b/debian/installer/modules/ia64/ppp-modules
new file mode 100644
index 0000000000000..f1ae9b3d15ac3
--- /dev/null
+++ b/debian/installer/modules/ia64/ppp-modules
@@ -0,0 +1,2 @@
+#include <ppp-modules>
+
diff --git a/debian/installer/modules/ia64/sata-modules b/debian/installer/modules/ia64/sata-modules
new file mode 100644
index 0000000000000..071cb860bbc5e
--- /dev/null
+++ b/debian/installer/modules/ia64/sata-modules
@@ -0,0 +1,2 @@
+#include <sata-modules>
+
diff --git a/debian/installer/modules/ia64/scsi-core-modules b/debian/installer/modules/ia64/scsi-core-modules
new file mode 100644
index 0000000000000..dd65d661433d8
--- /dev/null
+++ b/debian/installer/modules/ia64/scsi-core-modules
@@ -0,0 +1 @@
+#include <scsi-core-modules>
diff --git a/debian/installer/modules/ia64/scsi-modules b/debian/installer/modules/ia64/scsi-modules
new file mode 100644
index 0000000000000..8909dfb794870
--- /dev/null
+++ b/debian/installer/modules/ia64/scsi-modules
@@ -0,0 +1 @@
+#include <scsi-modules>
diff --git a/debian/installer/modules/ia64/scsi-nic-modules b/debian/installer/modules/ia64/scsi-nic-modules
new file mode 100644
index 0000000000000..089dd5dc6b067
--- /dev/null
+++ b/debian/installer/modules/ia64/scsi-nic-modules
@@ -0,0 +1 @@
+#include <scsi-nic-modules>
diff --git a/debian/installer/modules/ia64/serial-modules b/debian/installer/modules/ia64/serial-modules
new file mode 100644
index 0000000000000..6ab8b8c3551b5
--- /dev/null
+++ b/debian/installer/modules/ia64/serial-modules
@@ -0,0 +1 @@
+#include <serial-modules>
diff --git a/debian/installer/modules/ia64/squashfs-modules b/debian/installer/modules/ia64/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/ia64/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/ia64/udf-modules b/debian/installer/modules/ia64/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/ia64/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/ia64/uinput-modules b/debian/installer/modules/ia64/uinput-modules
new file mode 100644
index 0000000000000..58a8337794426
--- /dev/null
+++ b/debian/installer/modules/ia64/uinput-modules
@@ -0,0 +1 @@
+#include <uinput-modules>
diff --git a/debian/installer/modules/ia64/usb-modules b/debian/installer/modules/ia64/usb-modules
new file mode 100644
index 0000000000000..c598dedd81124
--- /dev/null
+++ b/debian/installer/modules/ia64/usb-modules
@@ -0,0 +1 @@
+#include <usb-modules>
diff --git a/debian/installer/modules/ia64/usb-serial-modules b/debian/installer/modules/ia64/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/ia64/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/ia64/usb-storage-modules b/debian/installer/modules/ia64/usb-storage-modules
new file mode 100644
index 0000000000000..272d95e2e8b12
--- /dev/null
+++ b/debian/installer/modules/ia64/usb-storage-modules
@@ -0,0 +1,2 @@
+#include <usb-storage-modules>
+
diff --git a/debian/installer/modules/ia64/xfs-modules b/debian/installer/modules/ia64/xfs-modules
new file mode 100644
index 0000000000000..c020b5d399f90
--- /dev/null
+++ b/debian/installer/modules/ia64/xfs-modules
@@ -0,0 +1,2 @@
+#include <xfs-modules>
+
diff --git a/debian/installer/modules/input-modules b/debian/installer/modules/input-modules
new file mode 100644
index 0000000000000..ad32a1a7d7847
--- /dev/null
+++ b/debian/installer/modules/input-modules
@@ -0,0 +1,49 @@
+# Include HID drivers by default
+drivers/hid/**
+
+# Include keyboards
+drivers/input/keyboard/** ?
+
+# Exclude i2c-hid which depends on drm(!)
+i2c-hid -
+i2c-hid-acpi -
+i2c-hid-of -
+
+# Exclude drivers for anything but keyboard and mouse/trackball/touchpad
+drivers/hid/hid-*ff -
+hid-dr -
+hid-elecom -
+hid-gyration -
+hid-icade -
+hid-lcpower -
+hid-ntrig -
+hid-petalynx -
+hid-picolcd -
+hid-pl -
+hid-prodikeys -
+hid-ps3remote -
+hid-quanta -
+drivers/hid/hid-roccat-ko* -
+hid-roccat-pyra -
+hid-saitek -
+hid-sensor-hub -
+hid-sony -
+hid-tivo -
+hid-twinhan -
+hid-uclogic -
+hid-wacom -
+hid-waltop -
+hid-wiimote -
+hid-zydacron -
+wacom -
+
+# Miscellaneous input drivers
+atmel_mxt_ts ?
+synaptics_usb ?
+wistron_btns ?
+gpio_keys ?
+soc_button_array ?
+hyperv-keyboard ?
+virtio_console ?
+virtio_input ?
+olpc_apsp ?
diff --git a/debian/installer/modules/ipv6-modules b/debian/installer/modules/ipv6-modules
new file mode 100644
index 0000000000000..13ac34b44dd8a
--- /dev/null
+++ b/debian/installer/modules/ipv6-modules
@@ -0,0 +1 @@
+ipv6
diff --git a/debian/installer/modules/isofs-modules b/debian/installer/modules/isofs-modules
new file mode 100644
index 0000000000000..0f41779b75604
--- /dev/null
+++ b/debian/installer/modules/isofs-modules
@@ -0,0 +1 @@
+isofs
diff --git a/debian/installer/modules/jffs2-modules b/debian/installer/modules/jffs2-modules
new file mode 100644
index 0000000000000..19f4e109485e7
--- /dev/null
+++ b/debian/installer/modules/jffs2-modules
@@ -0,0 +1 @@
+jffs2
diff --git a/debian/installer/modules/jfs-modules b/debian/installer/modules/jfs-modules
new file mode 100644
index 0000000000000..aa604c46849fe
--- /dev/null
+++ b/debian/installer/modules/jfs-modules
@@ -0,0 +1 @@
+jfs
diff --git a/debian/installer/modules/kernel-image b/debian/installer/modules/kernel-image
new file mode 100644
index 0000000000000..54c950269f006
--- /dev/null
+++ b/debian/installer/modules/kernel-image
@@ -0,0 +1,40 @@
+af_packet
+bitrev ?
+eeprom_93cx6 ?
+firmware_class
+led-class ?
+# Both input-modules and sound-modules can depend on this
+ledtrig-audio ?
+mbcache
+mfd-core ?
+nls_base
+# Default I/O charset for most filesystems that do character conversion
+nls_utf8
+thermal_sys ?
+
+# In case they become modular again
+lz4_compress ?
+lz4hc_compress ?
+lz4_decompress ?
+lzo_compress
+lzo_decompress
+zlib_deflate
+zstd_compress
+zstd_decompress
+
+# Basic paravirtual modules
+hv_utils ?
+hv_vmbus ?
+virtio ?
+virtio_balloon ?
+virtio_mmio ?
+virtio_pci ?
+virtio_ring ?
+
+# The installer generally needs good entropy sources
+drivers/char/hw_random/**
+
+# LPSS might be needed for I2C (e.g. for touchpads on laptops), SPI, UART
+intel_lpss ?
+intel_lpss_acpi ?
+intel_lpss_pci ?
diff --git a/debian/installer/modules/leds-modules b/debian/installer/modules/leds-modules
new file mode 100644
index 0000000000000..fef2e5303cc29
--- /dev/null
+++ b/debian/installer/modules/leds-modules
@@ -0,0 +1 @@
+leds-gpio
diff --git a/debian/installer/modules/loong64/ata-modules b/debian/installer/modules/loong64/ata-modules
new file mode 100644
index 0000000000000..b81c0f38b74ac
--- /dev/null
+++ b/debian/installer/modules/loong64/ata-modules
@@ -0,0 +1 @@
+#include <ata-modules>
diff --git a/debian/installer/modules/loong64/btrfs-modules b/debian/installer/modules/loong64/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/loong64/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/loong64/cdrom-core-modules b/debian/installer/modules/loong64/cdrom-core-modules
new file mode 100644
index 0000000000000..3ff69b48f4fc3
--- /dev/null
+++ b/debian/installer/modules/loong64/cdrom-core-modules
@@ -0,0 +1 @@
+#include <cdrom-core-modules>
diff --git a/debian/installer/modules/loong64/crc-modules b/debian/installer/modules/loong64/crc-modules
new file mode 100644
index 0000000000000..7e00de705e41c
--- /dev/null
+++ b/debian/installer/modules/loong64/crc-modules
@@ -0,0 +1 @@
+#include <crc-modules>
diff --git a/debian/installer/modules/loong64/crypto-dm-modules b/debian/installer/modules/loong64/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/loong64/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/loong64/crypto-modules b/debian/installer/modules/loong64/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/loong64/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/loong64/efi-modules b/debian/installer/modules/loong64/efi-modules
new file mode 100644
index 0000000000000..e1dc05e8f247a
--- /dev/null
+++ b/debian/installer/modules/loong64/efi-modules
@@ -0,0 +1 @@
+#include <efi-modules>
diff --git a/debian/installer/modules/loong64/event-modules b/debian/installer/modules/loong64/event-modules
new file mode 100644
index 0000000000000..f8819afd361cd
--- /dev/null
+++ b/debian/installer/modules/loong64/event-modules
@@ -0,0 +1 @@
+#include <event-modules>
diff --git a/debian/installer/modules/loong64/ext4-modules b/debian/installer/modules/loong64/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/loong64/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/loong64/f2fs-modules b/debian/installer/modules/loong64/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/loong64/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/loong64/fat-modules b/debian/installer/modules/loong64/fat-modules
new file mode 100644
index 0000000000000..274584eb65fba
--- /dev/null
+++ b/debian/installer/modules/loong64/fat-modules
@@ -0,0 +1 @@
+#include <fat-modules>
diff --git a/debian/installer/modules/loong64/fb-modules b/debian/installer/modules/loong64/fb-modules
new file mode 100644
index 0000000000000..aba524d9021fc
--- /dev/null
+++ b/debian/installer/modules/loong64/fb-modules
@@ -0,0 +1 @@
+#include <fb-modules>
diff --git a/debian/installer/modules/loong64/firewire-core-modules b/debian/installer/modules/loong64/firewire-core-modules
new file mode 100644
index 0000000000000..dcac80af96513
--- /dev/null
+++ b/debian/installer/modules/loong64/firewire-core-modules
@@ -0,0 +1 @@
+#include <firewire-core-modules>
diff --git a/debian/installer/modules/loong64/i2c-modules b/debian/installer/modules/loong64/i2c-modules
new file mode 100644
index 0000000000000..203a607e73ced
--- /dev/null
+++ b/debian/installer/modules/loong64/i2c-modules
@@ -0,0 +1 @@
+#include <i2c-modules>
diff --git a/debian/installer/modules/loong64/input-modules b/debian/installer/modules/loong64/input-modules
new file mode 100644
index 0000000000000..5ecb595a4a491
--- /dev/null
+++ b/debian/installer/modules/loong64/input-modules
@@ -0,0 +1 @@
+#include <input-modules>
diff --git a/debian/installer/modules/loong64/isofs-modules b/debian/installer/modules/loong64/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/loong64/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/loong64/jfs-modules b/debian/installer/modules/loong64/jfs-modules
new file mode 100644
index 0000000000000..7e4d912b95293
--- /dev/null
+++ b/debian/installer/modules/loong64/jfs-modules
@@ -0,0 +1 @@
+#include <jfs-modules>
diff --git a/debian/installer/modules/loong64/kernel-image b/debian/installer/modules/loong64/kernel-image
new file mode 100644
index 0000000000000..1d11b1921daea
--- /dev/null
+++ b/debian/installer/modules/loong64/kernel-image
@@ -0,0 +1 @@
+#include <kernel-image>
diff --git a/debian/installer/modules/loong64/loop-modules b/debian/installer/modules/loong64/loop-modules
new file mode 100644
index 0000000000000..c1c948fa33165
--- /dev/null
+++ b/debian/installer/modules/loong64/loop-modules
@@ -0,0 +1 @@
+#include <loop-modules>
diff --git a/debian/installer/modules/loong64/md-modules b/debian/installer/modules/loong64/md-modules
new file mode 100644
index 0000000000000..26115e10b800e
--- /dev/null
+++ b/debian/installer/modules/loong64/md-modules
@@ -0,0 +1 @@
+#include <md-modules>
diff --git a/debian/installer/modules/loong64/mouse-modules b/debian/installer/modules/loong64/mouse-modules
new file mode 100644
index 0000000000000..15fcb00eaa04b
--- /dev/null
+++ b/debian/installer/modules/loong64/mouse-modules
@@ -0,0 +1 @@
+#include <mouse-modules>
diff --git a/debian/installer/modules/loong64/mtd-core-modules b/debian/installer/modules/loong64/mtd-core-modules
new file mode 100644
index 0000000000000..28fdada604192
--- /dev/null
+++ b/debian/installer/modules/loong64/mtd-core-modules
@@ -0,0 +1 @@
+#include <mtd-core-modules>
diff --git a/debian/installer/modules/loong64/mtd-modules b/debian/installer/modules/loong64/mtd-modules
new file mode 100644
index 0000000000000..5dd7997b2c71a
--- /dev/null
+++ b/debian/installer/modules/loong64/mtd-modules
@@ -0,0 +1 @@
+#include <mtd-modules>
diff --git a/debian/installer/modules/loong64/multipath-modules b/debian/installer/modules/loong64/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/loong64/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/loong64/nbd-modules b/debian/installer/modules/loong64/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/loong64/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/loong64/nic-modules b/debian/installer/modules/loong64/nic-modules
new file mode 100644
index 0000000000000..2512e83950dd9
--- /dev/null
+++ b/debian/installer/modules/loong64/nic-modules
@@ -0,0 +1 @@
+#include <nic-modules>
diff --git a/debian/installer/modules/loong64/nic-shared-modules b/debian/installer/modules/loong64/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/loong64/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/loong64/nic-usb-modules b/debian/installer/modules/loong64/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/loong64/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/loong64/nic-wireless-modules b/debian/installer/modules/loong64/nic-wireless-modules
new file mode 100644
index 0000000000000..53fd18d7f4c7c
--- /dev/null
+++ b/debian/installer/modules/loong64/nic-wireless-modules
@@ -0,0 +1 @@
+#include <nic-wireless-modules>
diff --git a/debian/installer/modules/loong64/pata-modules b/debian/installer/modules/loong64/pata-modules
new file mode 100644
index 0000000000000..b0cd6337a28d1
--- /dev/null
+++ b/debian/installer/modules/loong64/pata-modules
@@ -0,0 +1 @@
+#include <pata-modules>
diff --git a/debian/installer/modules/loong64/ppp-modules b/debian/installer/modules/loong64/ppp-modules
new file mode 100644
index 0000000000000..1f26aa1ee60e9
--- /dev/null
+++ b/debian/installer/modules/loong64/ppp-modules
@@ -0,0 +1 @@
+#include <ppp-modules>
diff --git a/debian/installer/modules/loong64/rfkill-modules b/debian/installer/modules/loong64/rfkill-modules
new file mode 100644
index 0000000000000..77a2245cec6e0
--- /dev/null
+++ b/debian/installer/modules/loong64/rfkill-modules
@@ -0,0 +1 @@
+#include <rfkill-modules>
diff --git a/debian/installer/modules/loong64/sata-modules b/debian/installer/modules/loong64/sata-modules
new file mode 100644
index 0000000000000..01318c258b5a8
--- /dev/null
+++ b/debian/installer/modules/loong64/sata-modules
@@ -0,0 +1 @@
+#include <sata-modules>
diff --git a/debian/installer/modules/loong64/scsi-core-modules b/debian/installer/modules/loong64/scsi-core-modules
new file mode 100644
index 0000000000000..dd65d661433d8
--- /dev/null
+++ b/debian/installer/modules/loong64/scsi-core-modules
@@ -0,0 +1 @@
+#include <scsi-core-modules>
diff --git a/debian/installer/modules/loong64/scsi-modules b/debian/installer/modules/loong64/scsi-modules
new file mode 100644
index 0000000000000..8909dfb794870
--- /dev/null
+++ b/debian/installer/modules/loong64/scsi-modules
@@ -0,0 +1 @@
+#include <scsi-modules>
diff --git a/debian/installer/modules/loong64/scsi-nic-modules b/debian/installer/modules/loong64/scsi-nic-modules
new file mode 100644
index 0000000000000..089dd5dc6b067
--- /dev/null
+++ b/debian/installer/modules/loong64/scsi-nic-modules
@@ -0,0 +1 @@
+#include <scsi-nic-modules>
diff --git a/debian/installer/modules/loong64/serial-modules b/debian/installer/modules/loong64/serial-modules
new file mode 100644
index 0000000000000..6ab8b8c3551b5
--- /dev/null
+++ b/debian/installer/modules/loong64/serial-modules
@@ -0,0 +1 @@
+#include <serial-modules>
diff --git a/debian/installer/modules/loong64/sound-modules b/debian/installer/modules/loong64/sound-modules
new file mode 100644
index 0000000000000..68395ab3d99a3
--- /dev/null
+++ b/debian/installer/modules/loong64/sound-modules
@@ -0,0 +1 @@
+#include <sound-modules>
diff --git a/debian/installer/modules/loong64/speakup-modules b/debian/installer/modules/loong64/speakup-modules
new file mode 100644
index 0000000000000..29592721a7aa0
--- /dev/null
+++ b/debian/installer/modules/loong64/speakup-modules
@@ -0,0 +1 @@
+#include <speakup-modules>
diff --git a/debian/installer/modules/loong64/squashfs-modules b/debian/installer/modules/loong64/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/loong64/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/loong64/udf-modules b/debian/installer/modules/loong64/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/loong64/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/loong64/uinput-modules b/debian/installer/modules/loong64/uinput-modules
new file mode 100644
index 0000000000000..58a8337794426
--- /dev/null
+++ b/debian/installer/modules/loong64/uinput-modules
@@ -0,0 +1 @@
+#include <uinput-modules>
diff --git a/debian/installer/modules/loong64/usb-modules b/debian/installer/modules/loong64/usb-modules
new file mode 100644
index 0000000000000..c598dedd81124
--- /dev/null
+++ b/debian/installer/modules/loong64/usb-modules
@@ -0,0 +1 @@
+#include <usb-modules>
diff --git a/debian/installer/modules/loong64/usb-serial-modules b/debian/installer/modules/loong64/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/loong64/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/loong64/usb-storage-modules b/debian/installer/modules/loong64/usb-storage-modules
new file mode 100644
index 0000000000000..8c5e81b55e3ae
--- /dev/null
+++ b/debian/installer/modules/loong64/usb-storage-modules
@@ -0,0 +1 @@
+#include <usb-storage-modules>
diff --git a/debian/installer/modules/loong64/xfs-modules b/debian/installer/modules/loong64/xfs-modules
new file mode 100644
index 0000000000000..98374e2bbaf84
--- /dev/null
+++ b/debian/installer/modules/loong64/xfs-modules
@@ -0,0 +1 @@
+#include <xfs-modules>
diff --git a/debian/installer/modules/loop-modules b/debian/installer/modules/loop-modules
new file mode 100644
index 0000000000000..1ef2ddf24a4e3
--- /dev/null
+++ b/debian/installer/modules/loop-modules
@@ -0,0 +1 @@
+loop
diff --git a/debian/installer/modules/m68k/affs-modules b/debian/installer/modules/m68k/affs-modules
new file mode 100644
index 0000000000000..21d616a1cc947
--- /dev/null
+++ b/debian/installer/modules/m68k/affs-modules
@@ -0,0 +1 @@
+#include <affs-modules>
diff --git a/debian/installer/modules/m68k/ata-modules b/debian/installer/modules/m68k/ata-modules
new file mode 100644
index 0000000000000..04d9c88411a2a
--- /dev/null
+++ b/debian/installer/modules/m68k/ata-modules
@@ -0,0 +1 @@
+libata
diff --git a/debian/installer/modules/m68k/btrfs-modules b/debian/installer/modules/m68k/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/m68k/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/m68k/cdrom-core-modules b/debian/installer/modules/m68k/cdrom-core-modules
new file mode 100644
index 0000000000000..3ff69b48f4fc3
--- /dev/null
+++ b/debian/installer/modules/m68k/cdrom-core-modules
@@ -0,0 +1 @@
+#include <cdrom-core-modules>
diff --git a/debian/installer/modules/m68k/crc-modules b/debian/installer/modules/m68k/crc-modules
new file mode 100644
index 0000000000000..7e00de705e41c
--- /dev/null
+++ b/debian/installer/modules/m68k/crc-modules
@@ -0,0 +1 @@
+#include <crc-modules>
diff --git a/debian/installer/modules/m68k/crypto-modules b/debian/installer/modules/m68k/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/m68k/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/m68k/ext4-modules b/debian/installer/modules/m68k/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/m68k/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/m68k/fat-modules b/debian/installer/modules/m68k/fat-modules
new file mode 100644
index 0000000000000..274584eb65fba
--- /dev/null
+++ b/debian/installer/modules/m68k/fat-modules
@@ -0,0 +1 @@
+#include <fat-modules>
diff --git a/debian/installer/modules/m68k/hfs-modules b/debian/installer/modules/m68k/hfs-modules
new file mode 100644
index 0000000000000..57d12f64921c1
--- /dev/null
+++ b/debian/installer/modules/m68k/hfs-modules
@@ -0,0 +1 @@
+#include <hfs-modules>
diff --git a/debian/installer/modules/m68k/isofs-modules b/debian/installer/modules/m68k/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/m68k/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/m68k/kernel-image b/debian/installer/modules/m68k/kernel-image
new file mode 100644
index 0000000000000..1d11b1921daea
--- /dev/null
+++ b/debian/installer/modules/m68k/kernel-image
@@ -0,0 +1 @@
+#include <kernel-image>
diff --git a/debian/installer/modules/m68k/loop-modules b/debian/installer/modules/m68k/loop-modules
new file mode 100644
index 0000000000000..c1c948fa33165
--- /dev/null
+++ b/debian/installer/modules/m68k/loop-modules
@@ -0,0 +1 @@
+#include <loop-modules>
diff --git a/debian/installer/modules/m68k/md-modules b/debian/installer/modules/m68k/md-modules
new file mode 100644
index 0000000000000..26115e10b800e
--- /dev/null
+++ b/debian/installer/modules/m68k/md-modules
@@ -0,0 +1 @@
+#include <md-modules>
diff --git a/debian/installer/modules/m68k/nbd-modules b/debian/installer/modules/m68k/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/m68k/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/m68k/nic-modules b/debian/installer/modules/m68k/nic-modules
new file mode 100644
index 0000000000000..2512e83950dd9
--- /dev/null
+++ b/debian/installer/modules/m68k/nic-modules
@@ -0,0 +1 @@
+#include <nic-modules>
diff --git a/debian/installer/modules/m68k/nic-shared-modules b/debian/installer/modules/m68k/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/m68k/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/m68k/pata-modules b/debian/installer/modules/m68k/pata-modules
new file mode 100644
index 0000000000000..b0cd6337a28d1
--- /dev/null
+++ b/debian/installer/modules/m68k/pata-modules
@@ -0,0 +1 @@
+#include <pata-modules>
diff --git a/debian/installer/modules/m68k/ppp-modules b/debian/installer/modules/m68k/ppp-modules
new file mode 100644
index 0000000000000..1f26aa1ee60e9
--- /dev/null
+++ b/debian/installer/modules/m68k/ppp-modules
@@ -0,0 +1 @@
+#include <ppp-modules>
diff --git a/debian/installer/modules/m68k/scsi-core-modules b/debian/installer/modules/m68k/scsi-core-modules
new file mode 100644
index 0000000000000..dd65d661433d8
--- /dev/null
+++ b/debian/installer/modules/m68k/scsi-core-modules
@@ -0,0 +1 @@
+#include <scsi-core-modules>
diff --git a/debian/installer/modules/m68k/scsi-modules b/debian/installer/modules/m68k/scsi-modules
new file mode 100644
index 0000000000000..f2956ef957e9b
--- /dev/null
+++ b/debian/installer/modules/m68k/scsi-modules
@@ -0,0 +1,13 @@
+sg
+
+a2091
+a3000
+a4000t
+atari_scsi
+bvme6000_scsi
+gvp11
+mac_esp
+mac_scsi
+mvme16x_scsi
+zorro7xx
+zorro_esp
diff --git a/debian/installer/modules/m68k/squashfs-modules b/debian/installer/modules/m68k/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/m68k/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/m68k/udf-modules b/debian/installer/modules/m68k/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/m68k/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/md-modules b/debian/installer/modules/md-modules
new file mode 100644
index 0000000000000..dc34883ec053a
--- /dev/null
+++ b/debian/installer/modules/md-modules
@@ -0,0 +1,14 @@
+md-mod
+dm-mod
+raid0
+raid1
+raid456
+raid10
+dm-mirror
+dm-raid
+dm-snapshot
+bcache
+
+# RAID-related libraries, also used by btrfs
+raid6_pq
+xor
diff --git a/debian/installer/modules/minix-modules b/debian/installer/modules/minix-modules
new file mode 100644
index 0000000000000..aa6ca5db63dad
--- /dev/null
+++ b/debian/installer/modules/minix-modules
@@ -0,0 +1 @@
+minix
diff --git a/debian/installer/modules/mips/affs-modules b/debian/installer/modules/mips/affs-modules
new file mode 100644
index 0000000000000..21d616a1cc947
--- /dev/null
+++ b/debian/installer/modules/mips/affs-modules
@@ -0,0 +1 @@
+#include <affs-modules>
diff --git a/debian/installer/modules/mips/ata-modules b/debian/installer/modules/mips/ata-modules
new file mode 100644
index 0000000000000..b81c0f38b74ac
--- /dev/null
+++ b/debian/installer/modules/mips/ata-modules
@@ -0,0 +1 @@
+#include <ata-modules>
diff --git a/debian/installer/modules/mips/btrfs-modules b/debian/installer/modules/mips/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/mips/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/mips/cdrom-core-modules b/debian/installer/modules/mips/cdrom-core-modules
new file mode 100644
index 0000000000000..3ff69b48f4fc3
--- /dev/null
+++ b/debian/installer/modules/mips/cdrom-core-modules
@@ -0,0 +1 @@
+#include <cdrom-core-modules>
diff --git a/debian/installer/modules/mips/crc-modules b/debian/installer/modules/mips/crc-modules
new file mode 100644
index 0000000000000..7e00de705e41c
--- /dev/null
+++ b/debian/installer/modules/mips/crc-modules
@@ -0,0 +1 @@
+#include <crc-modules>
diff --git a/debian/installer/modules/mips/crypto-dm-modules b/debian/installer/modules/mips/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/mips/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/mips/crypto-modules b/debian/installer/modules/mips/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/mips/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/mips/event-modules b/debian/installer/modules/mips/event-modules
new file mode 100644
index 0000000000000..f8819afd361cd
--- /dev/null
+++ b/debian/installer/modules/mips/event-modules
@@ -0,0 +1 @@
+#include <event-modules>
diff --git a/debian/installer/modules/mips/ext4-modules b/debian/installer/modules/mips/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/mips/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/mips/f2fs-modules b/debian/installer/modules/mips/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/mips/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/mips/fat-modules b/debian/installer/modules/mips/fat-modules
new file mode 100644
index 0000000000000..274584eb65fba
--- /dev/null
+++ b/debian/installer/modules/mips/fat-modules
@@ -0,0 +1 @@
+#include <fat-modules>
diff --git a/debian/installer/modules/mips/fb-modules b/debian/installer/modules/mips/fb-modules
new file mode 100644
index 0000000000000..7653cb832f883
--- /dev/null
+++ b/debian/installer/modules/mips/fb-modules
@@ -0,0 +1,6 @@
+#include <fb-modules>
+
+amdgpu -
+radeon -
+ast -
+sm750fb -
diff --git a/debian/installer/modules/mips/firewire-core-modules b/debian/installer/modules/mips/firewire-core-modules
new file mode 100644
index 0000000000000..dcac80af96513
--- /dev/null
+++ b/debian/installer/modules/mips/firewire-core-modules
@@ -0,0 +1 @@
+#include <firewire-core-modules>
diff --git a/debian/installer/modules/mips/input-modules b/debian/installer/modules/mips/input-modules
new file mode 100644
index 0000000000000..5ecb595a4a491
--- /dev/null
+++ b/debian/installer/modules/mips/input-modules
@@ -0,0 +1 @@
+#include <input-modules>
diff --git a/debian/installer/modules/mips/isofs-modules b/debian/installer/modules/mips/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/mips/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/mips/jfs-modules b/debian/installer/modules/mips/jfs-modules
new file mode 100644
index 0000000000000..7e4d912b95293
--- /dev/null
+++ b/debian/installer/modules/mips/jfs-modules
@@ -0,0 +1 @@
+#include <jfs-modules>
diff --git a/debian/installer/modules/mips/kernel-image b/debian/installer/modules/mips/kernel-image
new file mode 100644
index 0000000000000..1d11b1921daea
--- /dev/null
+++ b/debian/installer/modules/mips/kernel-image
@@ -0,0 +1 @@
+#include <kernel-image>
diff --git a/debian/installer/modules/mips/loop-modules b/debian/installer/modules/mips/loop-modules
new file mode 100644
index 0000000000000..c1c948fa33165
--- /dev/null
+++ b/debian/installer/modules/mips/loop-modules
@@ -0,0 +1 @@
+#include <loop-modules>
diff --git a/debian/installer/modules/mips/md-modules b/debian/installer/modules/mips/md-modules
new file mode 100644
index 0000000000000..26115e10b800e
--- /dev/null
+++ b/debian/installer/modules/mips/md-modules
@@ -0,0 +1 @@
+#include <md-modules>
diff --git a/debian/installer/modules/mips/minix-modules b/debian/installer/modules/mips/minix-modules
new file mode 100644
index 0000000000000..82b9843720a1e
--- /dev/null
+++ b/debian/installer/modules/mips/minix-modules
@@ -0,0 +1 @@
+#include <minix-modules>
diff --git a/debian/installer/modules/mips/mmc-core-modules b/debian/installer/modules/mips/mmc-core-modules
new file mode 100644
index 0000000000000..7bf38465cf1b5
--- /dev/null
+++ b/debian/installer/modules/mips/mmc-core-modules
@@ -0,0 +1 @@
+#include <mmc-core-modules>
diff --git a/debian/installer/modules/mips/mmc-modules b/debian/installer/modules/mips/mmc-modules
new file mode 100644
index 0000000000000..dadfd5334d629
--- /dev/null
+++ b/debian/installer/modules/mips/mmc-modules
@@ -0,0 +1 @@
+#include <mmc-modules>
diff --git a/debian/installer/modules/mips/mouse-modules b/debian/installer/modules/mips/mouse-modules
new file mode 100644
index 0000000000000..15fcb00eaa04b
--- /dev/null
+++ b/debian/installer/modules/mips/mouse-modules
@@ -0,0 +1 @@
+#include <mouse-modules>
diff --git a/debian/installer/modules/mips/multipath-modules b/debian/installer/modules/mips/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/mips/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/mips/nbd-modules b/debian/installer/modules/mips/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/mips/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/mips/nfs-modules b/debian/installer/modules/mips/nfs-modules
new file mode 100644
index 0000000000000..946fb8e4424c0
--- /dev/null
+++ b/debian/installer/modules/mips/nfs-modules
@@ -0,0 +1 @@
+#include <nfs-modules>
diff --git a/debian/installer/modules/mips/nic-modules b/debian/installer/modules/mips/nic-modules
new file mode 100644
index 0000000000000..3a2814f9ed0c1
--- /dev/null
+++ b/debian/installer/modules/mips/nic-modules
@@ -0,0 +1,15 @@
+#include <nic-modules>
+8139cp -
+8139too -
+dmfe -
+e100 -
+epic100 -
+fealnx -
+natsemi -
+ne2k-pci -
+skfp -
+sundance -
+starfire -
+tulip -
+typhoon -
+winbond-840 -
diff --git a/debian/installer/modules/mips/nic-shared-modules b/debian/installer/modules/mips/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/mips/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/mips/nic-usb-modules b/debian/installer/modules/mips/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/mips/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/mips/nic-wireless-modules b/debian/installer/modules/mips/nic-wireless-modules
new file mode 100644
index 0000000000000..53fd18d7f4c7c
--- /dev/null
+++ b/debian/installer/modules/mips/nic-wireless-modules
@@ -0,0 +1 @@
+#include <nic-wireless-modules>
diff --git a/debian/installer/modules/mips/pata-modules b/debian/installer/modules/mips/pata-modules
new file mode 100644
index 0000000000000..b0cd6337a28d1
--- /dev/null
+++ b/debian/installer/modules/mips/pata-modules
@@ -0,0 +1 @@
+#include <pata-modules>
diff --git a/debian/installer/modules/mips/ppp-modules b/debian/installer/modules/mips/ppp-modules
new file mode 100644
index 0000000000000..1f26aa1ee60e9
--- /dev/null
+++ b/debian/installer/modules/mips/ppp-modules
@@ -0,0 +1 @@
+#include <ppp-modules>
diff --git a/debian/installer/modules/mips/qnx4-modules b/debian/installer/modules/mips/qnx4-modules
new file mode 100644
index 0000000000000..cd0c96d414d07
--- /dev/null
+++ b/debian/installer/modules/mips/qnx4-modules
@@ -0,0 +1 @@
+#include <qnx4-modules>
diff --git a/debian/installer/modules/mips/sata-modules b/debian/installer/modules/mips/sata-modules
new file mode 100644
index 0000000000000..01318c258b5a8
--- /dev/null
+++ b/debian/installer/modules/mips/sata-modules
@@ -0,0 +1 @@
+#include <sata-modules>
diff --git a/debian/installer/modules/mips/scsi-core-modules b/debian/installer/modules/mips/scsi-core-modules
new file mode 100644
index 0000000000000..dd65d661433d8
--- /dev/null
+++ b/debian/installer/modules/mips/scsi-core-modules
@@ -0,0 +1 @@
+#include <scsi-core-modules>
diff --git a/debian/installer/modules/mips/scsi-modules b/debian/installer/modules/mips/scsi-modules
new file mode 100644
index 0000000000000..bf002062ddd0f
--- /dev/null
+++ b/debian/installer/modules/mips/scsi-modules
@@ -0,0 +1,4 @@
+#include <scsi-modules>
+dmx3191d -
+ips -
+sym53c8xx -
diff --git a/debian/installer/modules/mips/scsi-nic-modules b/debian/installer/modules/mips/scsi-nic-modules
new file mode 100644
index 0000000000000..089dd5dc6b067
--- /dev/null
+++ b/debian/installer/modules/mips/scsi-nic-modules
@@ -0,0 +1 @@
+#include <scsi-nic-modules>
diff --git a/debian/installer/modules/mips/sound-modules b/debian/installer/modules/mips/sound-modules
new file mode 100644
index 0000000000000..68395ab3d99a3
--- /dev/null
+++ b/debian/installer/modules/mips/sound-modules
@@ -0,0 +1 @@
+#include <sound-modules>
diff --git a/debian/installer/modules/mips/speakup-modules b/debian/installer/modules/mips/speakup-modules
new file mode 100644
index 0000000000000..29592721a7aa0
--- /dev/null
+++ b/debian/installer/modules/mips/speakup-modules
@@ -0,0 +1 @@
+#include <speakup-modules>
diff --git a/debian/installer/modules/mips/squashfs-modules b/debian/installer/modules/mips/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/mips/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/mips/udf-modules b/debian/installer/modules/mips/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/mips/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/mips/usb-modules b/debian/installer/modules/mips/usb-modules
new file mode 100644
index 0000000000000..9bac97ff02938
--- /dev/null
+++ b/debian/installer/modules/mips/usb-modules
@@ -0,0 +1,2 @@
+#include <usb-modules>
+octeon-hcd -
diff --git a/debian/installer/modules/mips/usb-serial-modules b/debian/installer/modules/mips/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/mips/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/mips/usb-storage-modules b/debian/installer/modules/mips/usb-storage-modules
new file mode 100644
index 0000000000000..8c5e81b55e3ae
--- /dev/null
+++ b/debian/installer/modules/mips/usb-storage-modules
@@ -0,0 +1 @@
+#include <usb-storage-modules>
diff --git a/debian/installer/modules/mips/xfs-modules b/debian/installer/modules/mips/xfs-modules
new file mode 100644
index 0000000000000..98374e2bbaf84
--- /dev/null
+++ b/debian/installer/modules/mips/xfs-modules
@@ -0,0 +1 @@
+#include <xfs-modules>
diff --git a/debian/installer/modules/mips64/affs-modules b/debian/installer/modules/mips64/affs-modules
new file mode 100644
index 0000000000000..21d616a1cc947
--- /dev/null
+++ b/debian/installer/modules/mips64/affs-modules
@@ -0,0 +1 @@
+#include <affs-modules>
diff --git a/debian/installer/modules/mips64/ata-modules b/debian/installer/modules/mips64/ata-modules
new file mode 100644
index 0000000000000..b81c0f38b74ac
--- /dev/null
+++ b/debian/installer/modules/mips64/ata-modules
@@ -0,0 +1 @@
+#include <ata-modules>
diff --git a/debian/installer/modules/mips64/btrfs-modules b/debian/installer/modules/mips64/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/mips64/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/mips64/cdrom-core-modules b/debian/installer/modules/mips64/cdrom-core-modules
new file mode 100644
index 0000000000000..3ff69b48f4fc3
--- /dev/null
+++ b/debian/installer/modules/mips64/cdrom-core-modules
@@ -0,0 +1 @@
+#include <cdrom-core-modules>
diff --git a/debian/installer/modules/mips64/crc-modules b/debian/installer/modules/mips64/crc-modules
new file mode 100644
index 0000000000000..7e00de705e41c
--- /dev/null
+++ b/debian/installer/modules/mips64/crc-modules
@@ -0,0 +1 @@
+#include <crc-modules>
diff --git a/debian/installer/modules/mips64/crypto-dm-modules b/debian/installer/modules/mips64/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/mips64/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/mips64/crypto-modules b/debian/installer/modules/mips64/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/mips64/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/mips64/event-modules b/debian/installer/modules/mips64/event-modules
new file mode 100644
index 0000000000000..f8819afd361cd
--- /dev/null
+++ b/debian/installer/modules/mips64/event-modules
@@ -0,0 +1 @@
+#include <event-modules>
diff --git a/debian/installer/modules/mips64/ext4-modules b/debian/installer/modules/mips64/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/mips64/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/mips64/f2fs-modules b/debian/installer/modules/mips64/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/mips64/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/mips64/fat-modules b/debian/installer/modules/mips64/fat-modules
new file mode 100644
index 0000000000000..274584eb65fba
--- /dev/null
+++ b/debian/installer/modules/mips64/fat-modules
@@ -0,0 +1 @@
+#include <fat-modules>
diff --git a/debian/installer/modules/mips64/fb-modules b/debian/installer/modules/mips64/fb-modules
new file mode 100644
index 0000000000000..7653cb832f883
--- /dev/null
+++ b/debian/installer/modules/mips64/fb-modules
@@ -0,0 +1,6 @@
+#include <fb-modules>
+
+amdgpu -
+radeon -
+ast -
+sm750fb -
diff --git a/debian/installer/modules/mips64/firewire-core-modules b/debian/installer/modules/mips64/firewire-core-modules
new file mode 100644
index 0000000000000..dcac80af96513
--- /dev/null
+++ b/debian/installer/modules/mips64/firewire-core-modules
@@ -0,0 +1 @@
+#include <firewire-core-modules>
diff --git a/debian/installer/modules/mips64/input-modules b/debian/installer/modules/mips64/input-modules
new file mode 100644
index 0000000000000..5ecb595a4a491
--- /dev/null
+++ b/debian/installer/modules/mips64/input-modules
@@ -0,0 +1 @@
+#include <input-modules>
diff --git a/debian/installer/modules/mips64/isofs-modules b/debian/installer/modules/mips64/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/mips64/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/mips64/jfs-modules b/debian/installer/modules/mips64/jfs-modules
new file mode 100644
index 0000000000000..7e4d912b95293
--- /dev/null
+++ b/debian/installer/modules/mips64/jfs-modules
@@ -0,0 +1 @@
+#include <jfs-modules>
diff --git a/debian/installer/modules/mips64/kernel-image b/debian/installer/modules/mips64/kernel-image
new file mode 100644
index 0000000000000..1d11b1921daea
--- /dev/null
+++ b/debian/installer/modules/mips64/kernel-image
@@ -0,0 +1 @@
+#include <kernel-image>
diff --git a/debian/installer/modules/mips64/loop-modules b/debian/installer/modules/mips64/loop-modules
new file mode 100644
index 0000000000000..c1c948fa33165
--- /dev/null
+++ b/debian/installer/modules/mips64/loop-modules
@@ -0,0 +1 @@
+#include <loop-modules>
diff --git a/debian/installer/modules/mips64/md-modules b/debian/installer/modules/mips64/md-modules
new file mode 100644
index 0000000000000..26115e10b800e
--- /dev/null
+++ b/debian/installer/modules/mips64/md-modules
@@ -0,0 +1 @@
+#include <md-modules>
diff --git a/debian/installer/modules/mips64/minix-modules b/debian/installer/modules/mips64/minix-modules
new file mode 100644
index 0000000000000..82b9843720a1e
--- /dev/null
+++ b/debian/installer/modules/mips64/minix-modules
@@ -0,0 +1 @@
+#include <minix-modules>
diff --git a/debian/installer/modules/mips64/mmc-core-modules b/debian/installer/modules/mips64/mmc-core-modules
new file mode 100644
index 0000000000000..7bf38465cf1b5
--- /dev/null
+++ b/debian/installer/modules/mips64/mmc-core-modules
@@ -0,0 +1 @@
+#include <mmc-core-modules>
diff --git a/debian/installer/modules/mips64/mmc-modules b/debian/installer/modules/mips64/mmc-modules
new file mode 100644
index 0000000000000..dadfd5334d629
--- /dev/null
+++ b/debian/installer/modules/mips64/mmc-modules
@@ -0,0 +1 @@
+#include <mmc-modules>
diff --git a/debian/installer/modules/mips64/mouse-modules b/debian/installer/modules/mips64/mouse-modules
new file mode 100644
index 0000000000000..15fcb00eaa04b
--- /dev/null
+++ b/debian/installer/modules/mips64/mouse-modules
@@ -0,0 +1 @@
+#include <mouse-modules>
diff --git a/debian/installer/modules/mips64/multipath-modules b/debian/installer/modules/mips64/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/mips64/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/mips64/nbd-modules b/debian/installer/modules/mips64/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/mips64/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/mips64/nfs-modules b/debian/installer/modules/mips64/nfs-modules
new file mode 100644
index 0000000000000..946fb8e4424c0
--- /dev/null
+++ b/debian/installer/modules/mips64/nfs-modules
@@ -0,0 +1 @@
+#include <nfs-modules>
diff --git a/debian/installer/modules/mips64/nic-modules b/debian/installer/modules/mips64/nic-modules
new file mode 100644
index 0000000000000..3a2814f9ed0c1
--- /dev/null
+++ b/debian/installer/modules/mips64/nic-modules
@@ -0,0 +1,15 @@
+#include <nic-modules>
+8139cp -
+8139too -
+dmfe -
+e100 -
+epic100 -
+fealnx -
+natsemi -
+ne2k-pci -
+skfp -
+sundance -
+starfire -
+tulip -
+typhoon -
+winbond-840 -
diff --git a/debian/installer/modules/mips64/nic-shared-modules b/debian/installer/modules/mips64/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/mips64/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/mips64/nic-usb-modules b/debian/installer/modules/mips64/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/mips64/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/mips64/nic-wireless-modules b/debian/installer/modules/mips64/nic-wireless-modules
new file mode 100644
index 0000000000000..53fd18d7f4c7c
--- /dev/null
+++ b/debian/installer/modules/mips64/nic-wireless-modules
@@ -0,0 +1 @@
+#include <nic-wireless-modules>
diff --git a/debian/installer/modules/mips64/pata-modules b/debian/installer/modules/mips64/pata-modules
new file mode 100644
index 0000000000000..b0cd6337a28d1
--- /dev/null
+++ b/debian/installer/modules/mips64/pata-modules
@@ -0,0 +1 @@
+#include <pata-modules>
diff --git a/debian/installer/modules/mips64/ppp-modules b/debian/installer/modules/mips64/ppp-modules
new file mode 100644
index 0000000000000..1f26aa1ee60e9
--- /dev/null
+++ b/debian/installer/modules/mips64/ppp-modules
@@ -0,0 +1 @@
+#include <ppp-modules>
diff --git a/debian/installer/modules/mips64/qnx4-modules b/debian/installer/modules/mips64/qnx4-modules
new file mode 100644
index 0000000000000..cd0c96d414d07
--- /dev/null
+++ b/debian/installer/modules/mips64/qnx4-modules
@@ -0,0 +1 @@
+#include <qnx4-modules>
diff --git a/debian/installer/modules/mips64/sata-modules b/debian/installer/modules/mips64/sata-modules
new file mode 100644
index 0000000000000..01318c258b5a8
--- /dev/null
+++ b/debian/installer/modules/mips64/sata-modules
@@ -0,0 +1 @@
+#include <sata-modules>
diff --git a/debian/installer/modules/mips64/scsi-core-modules b/debian/installer/modules/mips64/scsi-core-modules
new file mode 100644
index 0000000000000..dd65d661433d8
--- /dev/null
+++ b/debian/installer/modules/mips64/scsi-core-modules
@@ -0,0 +1 @@
+#include <scsi-core-modules>
diff --git a/debian/installer/modules/mips64/scsi-modules b/debian/installer/modules/mips64/scsi-modules
new file mode 100644
index 0000000000000..bf002062ddd0f
--- /dev/null
+++ b/debian/installer/modules/mips64/scsi-modules
@@ -0,0 +1,4 @@
+#include <scsi-modules>
+dmx3191d -
+ips -
+sym53c8xx -
diff --git a/debian/installer/modules/mips64/scsi-nic-modules b/debian/installer/modules/mips64/scsi-nic-modules
new file mode 100644
index 0000000000000..089dd5dc6b067
--- /dev/null
+++ b/debian/installer/modules/mips64/scsi-nic-modules
@@ -0,0 +1 @@
+#include <scsi-nic-modules>
diff --git a/debian/installer/modules/mips64/sound-modules b/debian/installer/modules/mips64/sound-modules
new file mode 100644
index 0000000000000..68395ab3d99a3
--- /dev/null
+++ b/debian/installer/modules/mips64/sound-modules
@@ -0,0 +1 @@
+#include <sound-modules>
diff --git a/debian/installer/modules/mips64/speakup-modules b/debian/installer/modules/mips64/speakup-modules
new file mode 100644
index 0000000000000..29592721a7aa0
--- /dev/null
+++ b/debian/installer/modules/mips64/speakup-modules
@@ -0,0 +1 @@
+#include <speakup-modules>
diff --git a/debian/installer/modules/mips64/squashfs-modules b/debian/installer/modules/mips64/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/mips64/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/mips64/udf-modules b/debian/installer/modules/mips64/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/mips64/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/mips64/usb-modules b/debian/installer/modules/mips64/usb-modules
new file mode 100644
index 0000000000000..9bac97ff02938
--- /dev/null
+++ b/debian/installer/modules/mips64/usb-modules
@@ -0,0 +1,2 @@
+#include <usb-modules>
+octeon-hcd -
diff --git a/debian/installer/modules/mips64/usb-serial-modules b/debian/installer/modules/mips64/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/mips64/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/mips64/usb-storage-modules b/debian/installer/modules/mips64/usb-storage-modules
new file mode 100644
index 0000000000000..8c5e81b55e3ae
--- /dev/null
+++ b/debian/installer/modules/mips64/usb-storage-modules
@@ -0,0 +1 @@
+#include <usb-storage-modules>
diff --git a/debian/installer/modules/mips64/xfs-modules b/debian/installer/modules/mips64/xfs-modules
new file mode 100644
index 0000000000000..98374e2bbaf84
--- /dev/null
+++ b/debian/installer/modules/mips64/xfs-modules
@@ -0,0 +1 @@
+#include <xfs-modules>
diff --git a/debian/installer/modules/mips64el/affs-modules b/debian/installer/modules/mips64el/affs-modules
new file mode 100644
index 0000000000000..21d616a1cc947
--- /dev/null
+++ b/debian/installer/modules/mips64el/affs-modules
@@ -0,0 +1 @@
+#include <affs-modules>
diff --git a/debian/installer/modules/mips64el/ata-modules b/debian/installer/modules/mips64el/ata-modules
new file mode 100644
index 0000000000000..b81c0f38b74ac
--- /dev/null
+++ b/debian/installer/modules/mips64el/ata-modules
@@ -0,0 +1 @@
+#include <ata-modules>
diff --git a/debian/installer/modules/mips64el/btrfs-modules b/debian/installer/modules/mips64el/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/mips64el/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/mips64el/cdrom-core-modules b/debian/installer/modules/mips64el/cdrom-core-modules
new file mode 100644
index 0000000000000..3ff69b48f4fc3
--- /dev/null
+++ b/debian/installer/modules/mips64el/cdrom-core-modules
@@ -0,0 +1 @@
+#include <cdrom-core-modules>
diff --git a/debian/installer/modules/mips64el/crc-modules b/debian/installer/modules/mips64el/crc-modules
new file mode 100644
index 0000000000000..7e00de705e41c
--- /dev/null
+++ b/debian/installer/modules/mips64el/crc-modules
@@ -0,0 +1 @@
+#include <crc-modules>
diff --git a/debian/installer/modules/mips64el/crypto-dm-modules b/debian/installer/modules/mips64el/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/mips64el/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/mips64el/crypto-modules b/debian/installer/modules/mips64el/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/mips64el/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/mips64el/event-modules b/debian/installer/modules/mips64el/event-modules
new file mode 100644
index 0000000000000..f8819afd361cd
--- /dev/null
+++ b/debian/installer/modules/mips64el/event-modules
@@ -0,0 +1 @@
+#include <event-modules>
diff --git a/debian/installer/modules/mips64el/ext4-modules b/debian/installer/modules/mips64el/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/mips64el/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/mips64el/f2fs-modules b/debian/installer/modules/mips64el/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/mips64el/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/mips64el/fat-modules b/debian/installer/modules/mips64el/fat-modules
new file mode 100644
index 0000000000000..274584eb65fba
--- /dev/null
+++ b/debian/installer/modules/mips64el/fat-modules
@@ -0,0 +1 @@
+#include <fat-modules>
diff --git a/debian/installer/modules/mips64el/fb-modules b/debian/installer/modules/mips64el/fb-modules
new file mode 100644
index 0000000000000..7653cb832f883
--- /dev/null
+++ b/debian/installer/modules/mips64el/fb-modules
@@ -0,0 +1,6 @@
+#include <fb-modules>
+
+amdgpu -
+radeon -
+ast -
+sm750fb -
diff --git a/debian/installer/modules/mips64el/firewire-core-modules b/debian/installer/modules/mips64el/firewire-core-modules
new file mode 100644
index 0000000000000..dcac80af96513
--- /dev/null
+++ b/debian/installer/modules/mips64el/firewire-core-modules
@@ -0,0 +1 @@
+#include <firewire-core-modules>
diff --git a/debian/installer/modules/mips64el/input-modules b/debian/installer/modules/mips64el/input-modules
new file mode 100644
index 0000000000000..5ecb595a4a491
--- /dev/null
+++ b/debian/installer/modules/mips64el/input-modules
@@ -0,0 +1 @@
+#include <input-modules>
diff --git a/debian/installer/modules/mips64el/isofs-modules b/debian/installer/modules/mips64el/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/mips64el/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/mips64el/jfs-modules b/debian/installer/modules/mips64el/jfs-modules
new file mode 100644
index 0000000000000..7e4d912b95293
--- /dev/null
+++ b/debian/installer/modules/mips64el/jfs-modules
@@ -0,0 +1 @@
+#include <jfs-modules>
diff --git a/debian/installer/modules/mips64el/kernel-image b/debian/installer/modules/mips64el/kernel-image
new file mode 100644
index 0000000000000..1d11b1921daea
--- /dev/null
+++ b/debian/installer/modules/mips64el/kernel-image
@@ -0,0 +1 @@
+#include <kernel-image>
diff --git a/debian/installer/modules/mips64el/loop-modules b/debian/installer/modules/mips64el/loop-modules
new file mode 100644
index 0000000000000..c1c948fa33165
--- /dev/null
+++ b/debian/installer/modules/mips64el/loop-modules
@@ -0,0 +1 @@
+#include <loop-modules>
diff --git a/debian/installer/modules/mips64el/md-modules b/debian/installer/modules/mips64el/md-modules
new file mode 100644
index 0000000000000..26115e10b800e
--- /dev/null
+++ b/debian/installer/modules/mips64el/md-modules
@@ -0,0 +1 @@
+#include <md-modules>
diff --git a/debian/installer/modules/mips64el/minix-modules b/debian/installer/modules/mips64el/minix-modules
new file mode 100644
index 0000000000000..82b9843720a1e
--- /dev/null
+++ b/debian/installer/modules/mips64el/minix-modules
@@ -0,0 +1 @@
+#include <minix-modules>
diff --git a/debian/installer/modules/mips64el/mmc-core-modules b/debian/installer/modules/mips64el/mmc-core-modules
new file mode 100644
index 0000000000000..7bf38465cf1b5
--- /dev/null
+++ b/debian/installer/modules/mips64el/mmc-core-modules
@@ -0,0 +1 @@
+#include <mmc-core-modules>
diff --git a/debian/installer/modules/mips64el/mmc-modules b/debian/installer/modules/mips64el/mmc-modules
new file mode 100644
index 0000000000000..dadfd5334d629
--- /dev/null
+++ b/debian/installer/modules/mips64el/mmc-modules
@@ -0,0 +1 @@
+#include <mmc-modules>
diff --git a/debian/installer/modules/mips64el/mouse-modules b/debian/installer/modules/mips64el/mouse-modules
new file mode 100644
index 0000000000000..15fcb00eaa04b
--- /dev/null
+++ b/debian/installer/modules/mips64el/mouse-modules
@@ -0,0 +1 @@
+#include <mouse-modules>
diff --git a/debian/installer/modules/mips64el/multipath-modules b/debian/installer/modules/mips64el/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/mips64el/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/mips64el/nbd-modules b/debian/installer/modules/mips64el/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/mips64el/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/mips64el/nfs-modules b/debian/installer/modules/mips64el/nfs-modules
new file mode 100644
index 0000000000000..946fb8e4424c0
--- /dev/null
+++ b/debian/installer/modules/mips64el/nfs-modules
@@ -0,0 +1 @@
+#include <nfs-modules>
diff --git a/debian/installer/modules/mips64el/nic-modules b/debian/installer/modules/mips64el/nic-modules
new file mode 100644
index 0000000000000..3a2814f9ed0c1
--- /dev/null
+++ b/debian/installer/modules/mips64el/nic-modules
@@ -0,0 +1,15 @@
+#include <nic-modules>
+8139cp -
+8139too -
+dmfe -
+e100 -
+epic100 -
+fealnx -
+natsemi -
+ne2k-pci -
+skfp -
+sundance -
+starfire -
+tulip -
+typhoon -
+winbond-840 -
diff --git a/debian/installer/modules/mips64el/nic-shared-modules b/debian/installer/modules/mips64el/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/mips64el/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/mips64el/nic-usb-modules b/debian/installer/modules/mips64el/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/mips64el/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/mips64el/nic-wireless-modules b/debian/installer/modules/mips64el/nic-wireless-modules
new file mode 100644
index 0000000000000..53fd18d7f4c7c
--- /dev/null
+++ b/debian/installer/modules/mips64el/nic-wireless-modules
@@ -0,0 +1 @@
+#include <nic-wireless-modules>
diff --git a/debian/installer/modules/mips64el/pata-modules b/debian/installer/modules/mips64el/pata-modules
new file mode 100644
index 0000000000000..b0cd6337a28d1
--- /dev/null
+++ b/debian/installer/modules/mips64el/pata-modules
@@ -0,0 +1 @@
+#include <pata-modules>
diff --git a/debian/installer/modules/mips64el/ppp-modules b/debian/installer/modules/mips64el/ppp-modules
new file mode 100644
index 0000000000000..1f26aa1ee60e9
--- /dev/null
+++ b/debian/installer/modules/mips64el/ppp-modules
@@ -0,0 +1 @@
+#include <ppp-modules>
diff --git a/debian/installer/modules/mips64el/qnx4-modules b/debian/installer/modules/mips64el/qnx4-modules
new file mode 100644
index 0000000000000..cd0c96d414d07
--- /dev/null
+++ b/debian/installer/modules/mips64el/qnx4-modules
@@ -0,0 +1 @@
+#include <qnx4-modules>
diff --git a/debian/installer/modules/mips64el/sata-modules b/debian/installer/modules/mips64el/sata-modules
new file mode 100644
index 0000000000000..01318c258b5a8
--- /dev/null
+++ b/debian/installer/modules/mips64el/sata-modules
@@ -0,0 +1 @@
+#include <sata-modules>
diff --git a/debian/installer/modules/mips64el/scsi-core-modules b/debian/installer/modules/mips64el/scsi-core-modules
new file mode 100644
index 0000000000000..dd65d661433d8
--- /dev/null
+++ b/debian/installer/modules/mips64el/scsi-core-modules
@@ -0,0 +1 @@
+#include <scsi-core-modules>
diff --git a/debian/installer/modules/mips64el/scsi-modules b/debian/installer/modules/mips64el/scsi-modules
new file mode 100644
index 0000000000000..bf002062ddd0f
--- /dev/null
+++ b/debian/installer/modules/mips64el/scsi-modules
@@ -0,0 +1,4 @@
+#include <scsi-modules>
+dmx3191d -
+ips -
+sym53c8xx -
diff --git a/debian/installer/modules/mips64el/scsi-nic-modules b/debian/installer/modules/mips64el/scsi-nic-modules
new file mode 100644
index 0000000000000..089dd5dc6b067
--- /dev/null
+++ b/debian/installer/modules/mips64el/scsi-nic-modules
@@ -0,0 +1 @@
+#include <scsi-nic-modules>
diff --git a/debian/installer/modules/mips64el/sound-modules b/debian/installer/modules/mips64el/sound-modules
new file mode 100644
index 0000000000000..68395ab3d99a3
--- /dev/null
+++ b/debian/installer/modules/mips64el/sound-modules
@@ -0,0 +1 @@
+#include <sound-modules>
diff --git a/debian/installer/modules/mips64el/speakup-modules b/debian/installer/modules/mips64el/speakup-modules
new file mode 100644
index 0000000000000..29592721a7aa0
--- /dev/null
+++ b/debian/installer/modules/mips64el/speakup-modules
@@ -0,0 +1 @@
+#include <speakup-modules>
diff --git a/debian/installer/modules/mips64el/squashfs-modules b/debian/installer/modules/mips64el/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/mips64el/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/mips64el/udf-modules b/debian/installer/modules/mips64el/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/mips64el/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/mips64el/usb-modules b/debian/installer/modules/mips64el/usb-modules
new file mode 100644
index 0000000000000..9bac97ff02938
--- /dev/null
+++ b/debian/installer/modules/mips64el/usb-modules
@@ -0,0 +1,2 @@
+#include <usb-modules>
+octeon-hcd -
diff --git a/debian/installer/modules/mips64el/usb-serial-modules b/debian/installer/modules/mips64el/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/mips64el/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/mips64el/usb-storage-modules b/debian/installer/modules/mips64el/usb-storage-modules
new file mode 100644
index 0000000000000..8c5e81b55e3ae
--- /dev/null
+++ b/debian/installer/modules/mips64el/usb-storage-modules
@@ -0,0 +1 @@
+#include <usb-storage-modules>
diff --git a/debian/installer/modules/mips64el/xfs-modules b/debian/installer/modules/mips64el/xfs-modules
new file mode 100644
index 0000000000000..98374e2bbaf84
--- /dev/null
+++ b/debian/installer/modules/mips64el/xfs-modules
@@ -0,0 +1 @@
+#include <xfs-modules>
diff --git a/debian/installer/modules/mips64r6/affs-modules b/debian/installer/modules/mips64r6/affs-modules
new file mode 100644
index 0000000000000..21d616a1cc947
--- /dev/null
+++ b/debian/installer/modules/mips64r6/affs-modules
@@ -0,0 +1 @@
+#include <affs-modules>
diff --git a/debian/installer/modules/mips64r6/ata-modules b/debian/installer/modules/mips64r6/ata-modules
new file mode 100644
index 0000000000000..b81c0f38b74ac
--- /dev/null
+++ b/debian/installer/modules/mips64r6/ata-modules
@@ -0,0 +1 @@
+#include <ata-modules>
diff --git a/debian/installer/modules/mips64r6/btrfs-modules b/debian/installer/modules/mips64r6/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/mips64r6/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/mips64r6/cdrom-core-modules b/debian/installer/modules/mips64r6/cdrom-core-modules
new file mode 100644
index 0000000000000..3ff69b48f4fc3
--- /dev/null
+++ b/debian/installer/modules/mips64r6/cdrom-core-modules
@@ -0,0 +1 @@
+#include <cdrom-core-modules>
diff --git a/debian/installer/modules/mips64r6/crc-modules b/debian/installer/modules/mips64r6/crc-modules
new file mode 100644
index 0000000000000..7e00de705e41c
--- /dev/null
+++ b/debian/installer/modules/mips64r6/crc-modules
@@ -0,0 +1 @@
+#include <crc-modules>
diff --git a/debian/installer/modules/mips64r6/crypto-dm-modules b/debian/installer/modules/mips64r6/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/mips64r6/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/mips64r6/crypto-modules b/debian/installer/modules/mips64r6/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/mips64r6/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/mips64r6/event-modules b/debian/installer/modules/mips64r6/event-modules
new file mode 100644
index 0000000000000..f8819afd361cd
--- /dev/null
+++ b/debian/installer/modules/mips64r6/event-modules
@@ -0,0 +1 @@
+#include <event-modules>
diff --git a/debian/installer/modules/mips64r6/ext4-modules b/debian/installer/modules/mips64r6/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/mips64r6/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/mips64r6/f2fs-modules b/debian/installer/modules/mips64r6/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/mips64r6/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/mips64r6/fat-modules b/debian/installer/modules/mips64r6/fat-modules
new file mode 100644
index 0000000000000..274584eb65fba
--- /dev/null
+++ b/debian/installer/modules/mips64r6/fat-modules
@@ -0,0 +1 @@
+#include <fat-modules>
diff --git a/debian/installer/modules/mips64r6/fb-modules b/debian/installer/modules/mips64r6/fb-modules
new file mode 100644
index 0000000000000..7653cb832f883
--- /dev/null
+++ b/debian/installer/modules/mips64r6/fb-modules
@@ -0,0 +1,6 @@
+#include <fb-modules>
+
+amdgpu -
+radeon -
+ast -
+sm750fb -
diff --git a/debian/installer/modules/mips64r6/firewire-core-modules b/debian/installer/modules/mips64r6/firewire-core-modules
new file mode 100644
index 0000000000000..dcac80af96513
--- /dev/null
+++ b/debian/installer/modules/mips64r6/firewire-core-modules
@@ -0,0 +1 @@
+#include <firewire-core-modules>
diff --git a/debian/installer/modules/mips64r6/input-modules b/debian/installer/modules/mips64r6/input-modules
new file mode 100644
index 0000000000000..5ecb595a4a491
--- /dev/null
+++ b/debian/installer/modules/mips64r6/input-modules
@@ -0,0 +1 @@
+#include <input-modules>
diff --git a/debian/installer/modules/mips64r6/isofs-modules b/debian/installer/modules/mips64r6/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/mips64r6/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/mips64r6/jfs-modules b/debian/installer/modules/mips64r6/jfs-modules
new file mode 100644
index 0000000000000..7e4d912b95293
--- /dev/null
+++ b/debian/installer/modules/mips64r6/jfs-modules
@@ -0,0 +1 @@
+#include <jfs-modules>
diff --git a/debian/installer/modules/mips64r6/kernel-image b/debian/installer/modules/mips64r6/kernel-image
new file mode 100644
index 0000000000000..1d11b1921daea
--- /dev/null
+++ b/debian/installer/modules/mips64r6/kernel-image
@@ -0,0 +1 @@
+#include <kernel-image>
diff --git a/debian/installer/modules/mips64r6/loop-modules b/debian/installer/modules/mips64r6/loop-modules
new file mode 100644
index 0000000000000..c1c948fa33165
--- /dev/null
+++ b/debian/installer/modules/mips64r6/loop-modules
@@ -0,0 +1 @@
+#include <loop-modules>
diff --git a/debian/installer/modules/mips64r6/md-modules b/debian/installer/modules/mips64r6/md-modules
new file mode 100644
index 0000000000000..26115e10b800e
--- /dev/null
+++ b/debian/installer/modules/mips64r6/md-modules
@@ -0,0 +1 @@
+#include <md-modules>
diff --git a/debian/installer/modules/mips64r6/minix-modules b/debian/installer/modules/mips64r6/minix-modules
new file mode 100644
index 0000000000000..82b9843720a1e
--- /dev/null
+++ b/debian/installer/modules/mips64r6/minix-modules
@@ -0,0 +1 @@
+#include <minix-modules>
diff --git a/debian/installer/modules/mips64r6/mmc-core-modules b/debian/installer/modules/mips64r6/mmc-core-modules
new file mode 100644
index 0000000000000..7bf38465cf1b5
--- /dev/null
+++ b/debian/installer/modules/mips64r6/mmc-core-modules
@@ -0,0 +1 @@
+#include <mmc-core-modules>
diff --git a/debian/installer/modules/mips64r6/mmc-modules b/debian/installer/modules/mips64r6/mmc-modules
new file mode 100644
index 0000000000000..dadfd5334d629
--- /dev/null
+++ b/debian/installer/modules/mips64r6/mmc-modules
@@ -0,0 +1 @@
+#include <mmc-modules>
diff --git a/debian/installer/modules/mips64r6/mouse-modules b/debian/installer/modules/mips64r6/mouse-modules
new file mode 100644
index 0000000000000..15fcb00eaa04b
--- /dev/null
+++ b/debian/installer/modules/mips64r6/mouse-modules
@@ -0,0 +1 @@
+#include <mouse-modules>
diff --git a/debian/installer/modules/mips64r6/multipath-modules b/debian/installer/modules/mips64r6/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/mips64r6/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/mips64r6/nbd-modules b/debian/installer/modules/mips64r6/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/mips64r6/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/mips64r6/nfs-modules b/debian/installer/modules/mips64r6/nfs-modules
new file mode 100644
index 0000000000000..946fb8e4424c0
--- /dev/null
+++ b/debian/installer/modules/mips64r6/nfs-modules
@@ -0,0 +1 @@
+#include <nfs-modules>
diff --git a/debian/installer/modules/mips64r6/nic-modules b/debian/installer/modules/mips64r6/nic-modules
new file mode 100644
index 0000000000000..3a2814f9ed0c1
--- /dev/null
+++ b/debian/installer/modules/mips64r6/nic-modules
@@ -0,0 +1,15 @@
+#include <nic-modules>
+8139cp -
+8139too -
+dmfe -
+e100 -
+epic100 -
+fealnx -
+natsemi -
+ne2k-pci -
+skfp -
+sundance -
+starfire -
+tulip -
+typhoon -
+winbond-840 -
diff --git a/debian/installer/modules/mips64r6/nic-shared-modules b/debian/installer/modules/mips64r6/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/mips64r6/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/mips64r6/nic-usb-modules b/debian/installer/modules/mips64r6/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/mips64r6/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/mips64r6/nic-wireless-modules b/debian/installer/modules/mips64r6/nic-wireless-modules
new file mode 100644
index 0000000000000..53fd18d7f4c7c
--- /dev/null
+++ b/debian/installer/modules/mips64r6/nic-wireless-modules
@@ -0,0 +1 @@
+#include <nic-wireless-modules>
diff --git a/debian/installer/modules/mips64r6/pata-modules b/debian/installer/modules/mips64r6/pata-modules
new file mode 100644
index 0000000000000..b0cd6337a28d1
--- /dev/null
+++ b/debian/installer/modules/mips64r6/pata-modules
@@ -0,0 +1 @@
+#include <pata-modules>
diff --git a/debian/installer/modules/mips64r6/ppp-modules b/debian/installer/modules/mips64r6/ppp-modules
new file mode 100644
index 0000000000000..1f26aa1ee60e9
--- /dev/null
+++ b/debian/installer/modules/mips64r6/ppp-modules
@@ -0,0 +1 @@
+#include <ppp-modules>
diff --git a/debian/installer/modules/mips64r6/qnx4-modules b/debian/installer/modules/mips64r6/qnx4-modules
new file mode 100644
index 0000000000000..cd0c96d414d07
--- /dev/null
+++ b/debian/installer/modules/mips64r6/qnx4-modules
@@ -0,0 +1 @@
+#include <qnx4-modules>
diff --git a/debian/installer/modules/mips64r6/sata-modules b/debian/installer/modules/mips64r6/sata-modules
new file mode 100644
index 0000000000000..01318c258b5a8
--- /dev/null
+++ b/debian/installer/modules/mips64r6/sata-modules
@@ -0,0 +1 @@
+#include <sata-modules>
diff --git a/debian/installer/modules/mips64r6/scsi-core-modules b/debian/installer/modules/mips64r6/scsi-core-modules
new file mode 100644
index 0000000000000..dd65d661433d8
--- /dev/null
+++ b/debian/installer/modules/mips64r6/scsi-core-modules
@@ -0,0 +1 @@
+#include <scsi-core-modules>
diff --git a/debian/installer/modules/mips64r6/scsi-modules b/debian/installer/modules/mips64r6/scsi-modules
new file mode 100644
index 0000000000000..bf002062ddd0f
--- /dev/null
+++ b/debian/installer/modules/mips64r6/scsi-modules
@@ -0,0 +1,4 @@
+#include <scsi-modules>
+dmx3191d -
+ips -
+sym53c8xx -
diff --git a/debian/installer/modules/mips64r6/scsi-nic-modules b/debian/installer/modules/mips64r6/scsi-nic-modules
new file mode 100644
index 0000000000000..089dd5dc6b067
--- /dev/null
+++ b/debian/installer/modules/mips64r6/scsi-nic-modules
@@ -0,0 +1 @@
+#include <scsi-nic-modules>
diff --git a/debian/installer/modules/mips64r6/sound-modules b/debian/installer/modules/mips64r6/sound-modules
new file mode 100644
index 0000000000000..68395ab3d99a3
--- /dev/null
+++ b/debian/installer/modules/mips64r6/sound-modules
@@ -0,0 +1 @@
+#include <sound-modules>
diff --git a/debian/installer/modules/mips64r6/speakup-modules b/debian/installer/modules/mips64r6/speakup-modules
new file mode 100644
index 0000000000000..29592721a7aa0
--- /dev/null
+++ b/debian/installer/modules/mips64r6/speakup-modules
@@ -0,0 +1 @@
+#include <speakup-modules>
diff --git a/debian/installer/modules/mips64r6/squashfs-modules b/debian/installer/modules/mips64r6/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/mips64r6/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/mips64r6/udf-modules b/debian/installer/modules/mips64r6/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/mips64r6/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/mips64r6/usb-modules b/debian/installer/modules/mips64r6/usb-modules
new file mode 100644
index 0000000000000..9bac97ff02938
--- /dev/null
+++ b/debian/installer/modules/mips64r6/usb-modules
@@ -0,0 +1,2 @@
+#include <usb-modules>
+octeon-hcd -
diff --git a/debian/installer/modules/mips64r6/usb-serial-modules b/debian/installer/modules/mips64r6/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/mips64r6/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/mips64r6/usb-storage-modules b/debian/installer/modules/mips64r6/usb-storage-modules
new file mode 100644
index 0000000000000..8c5e81b55e3ae
--- /dev/null
+++ b/debian/installer/modules/mips64r6/usb-storage-modules
@@ -0,0 +1 @@
+#include <usb-storage-modules>
diff --git a/debian/installer/modules/mips64r6/xfs-modules b/debian/installer/modules/mips64r6/xfs-modules
new file mode 100644
index 0000000000000..98374e2bbaf84
--- /dev/null
+++ b/debian/installer/modules/mips64r6/xfs-modules
@@ -0,0 +1 @@
+#include <xfs-modules>
diff --git a/debian/installer/modules/mips64r6el/affs-modules b/debian/installer/modules/mips64r6el/affs-modules
new file mode 100644
index 0000000000000..21d616a1cc947
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/affs-modules
@@ -0,0 +1 @@
+#include <affs-modules>
diff --git a/debian/installer/modules/mips64r6el/ata-modules b/debian/installer/modules/mips64r6el/ata-modules
new file mode 100644
index 0000000000000..b81c0f38b74ac
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/ata-modules
@@ -0,0 +1 @@
+#include <ata-modules>
diff --git a/debian/installer/modules/mips64r6el/btrfs-modules b/debian/installer/modules/mips64r6el/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/mips64r6el/cdrom-core-modules b/debian/installer/modules/mips64r6el/cdrom-core-modules
new file mode 100644
index 0000000000000..3ff69b48f4fc3
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/cdrom-core-modules
@@ -0,0 +1 @@
+#include <cdrom-core-modules>
diff --git a/debian/installer/modules/mips64r6el/crc-modules b/debian/installer/modules/mips64r6el/crc-modules
new file mode 100644
index 0000000000000..7e00de705e41c
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/crc-modules
@@ -0,0 +1 @@
+#include <crc-modules>
diff --git a/debian/installer/modules/mips64r6el/crypto-dm-modules b/debian/installer/modules/mips64r6el/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/mips64r6el/crypto-modules b/debian/installer/modules/mips64r6el/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/mips64r6el/event-modules b/debian/installer/modules/mips64r6el/event-modules
new file mode 100644
index 0000000000000..f8819afd361cd
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/event-modules
@@ -0,0 +1 @@
+#include <event-modules>
diff --git a/debian/installer/modules/mips64r6el/ext4-modules b/debian/installer/modules/mips64r6el/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/mips64r6el/f2fs-modules b/debian/installer/modules/mips64r6el/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/mips64r6el/fat-modules b/debian/installer/modules/mips64r6el/fat-modules
new file mode 100644
index 0000000000000..274584eb65fba
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/fat-modules
@@ -0,0 +1 @@
+#include <fat-modules>
diff --git a/debian/installer/modules/mips64r6el/fb-modules b/debian/installer/modules/mips64r6el/fb-modules
new file mode 100644
index 0000000000000..7653cb832f883
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/fb-modules
@@ -0,0 +1,6 @@
+#include <fb-modules>
+
+amdgpu -
+radeon -
+ast -
+sm750fb -
diff --git a/debian/installer/modules/mips64r6el/firewire-core-modules b/debian/installer/modules/mips64r6el/firewire-core-modules
new file mode 100644
index 0000000000000..dcac80af96513
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/firewire-core-modules
@@ -0,0 +1 @@
+#include <firewire-core-modules>
diff --git a/debian/installer/modules/mips64r6el/input-modules b/debian/installer/modules/mips64r6el/input-modules
new file mode 100644
index 0000000000000..5ecb595a4a491
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/input-modules
@@ -0,0 +1 @@
+#include <input-modules>
diff --git a/debian/installer/modules/mips64r6el/isofs-modules b/debian/installer/modules/mips64r6el/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/mips64r6el/jfs-modules b/debian/installer/modules/mips64r6el/jfs-modules
new file mode 100644
index 0000000000000..7e4d912b95293
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/jfs-modules
@@ -0,0 +1 @@
+#include <jfs-modules>
diff --git a/debian/installer/modules/mips64r6el/kernel-image b/debian/installer/modules/mips64r6el/kernel-image
new file mode 100644
index 0000000000000..1d11b1921daea
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/kernel-image
@@ -0,0 +1 @@
+#include <kernel-image>
diff --git a/debian/installer/modules/mips64r6el/loop-modules b/debian/installer/modules/mips64r6el/loop-modules
new file mode 100644
index 0000000000000..c1c948fa33165
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/loop-modules
@@ -0,0 +1 @@
+#include <loop-modules>
diff --git a/debian/installer/modules/mips64r6el/md-modules b/debian/installer/modules/mips64r6el/md-modules
new file mode 100644
index 0000000000000..26115e10b800e
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/md-modules
@@ -0,0 +1 @@
+#include <md-modules>
diff --git a/debian/installer/modules/mips64r6el/minix-modules b/debian/installer/modules/mips64r6el/minix-modules
new file mode 100644
index 0000000000000..82b9843720a1e
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/minix-modules
@@ -0,0 +1 @@
+#include <minix-modules>
diff --git a/debian/installer/modules/mips64r6el/mmc-core-modules b/debian/installer/modules/mips64r6el/mmc-core-modules
new file mode 100644
index 0000000000000..7bf38465cf1b5
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/mmc-core-modules
@@ -0,0 +1 @@
+#include <mmc-core-modules>
diff --git a/debian/installer/modules/mips64r6el/mmc-modules b/debian/installer/modules/mips64r6el/mmc-modules
new file mode 100644
index 0000000000000..dadfd5334d629
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/mmc-modules
@@ -0,0 +1 @@
+#include <mmc-modules>
diff --git a/debian/installer/modules/mips64r6el/mouse-modules b/debian/installer/modules/mips64r6el/mouse-modules
new file mode 100644
index 0000000000000..15fcb00eaa04b
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/mouse-modules
@@ -0,0 +1 @@
+#include <mouse-modules>
diff --git a/debian/installer/modules/mips64r6el/multipath-modules b/debian/installer/modules/mips64r6el/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/mips64r6el/nbd-modules b/debian/installer/modules/mips64r6el/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/mips64r6el/nfs-modules b/debian/installer/modules/mips64r6el/nfs-modules
new file mode 100644
index 0000000000000..946fb8e4424c0
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/nfs-modules
@@ -0,0 +1 @@
+#include <nfs-modules>
diff --git a/debian/installer/modules/mips64r6el/nic-modules b/debian/installer/modules/mips64r6el/nic-modules
new file mode 100644
index 0000000000000..3a2814f9ed0c1
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/nic-modules
@@ -0,0 +1,15 @@
+#include <nic-modules>
+8139cp -
+8139too -
+dmfe -
+e100 -
+epic100 -
+fealnx -
+natsemi -
+ne2k-pci -
+skfp -
+sundance -
+starfire -
+tulip -
+typhoon -
+winbond-840 -
diff --git a/debian/installer/modules/mips64r6el/nic-shared-modules b/debian/installer/modules/mips64r6el/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/mips64r6el/nic-usb-modules b/debian/installer/modules/mips64r6el/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/mips64r6el/nic-wireless-modules b/debian/installer/modules/mips64r6el/nic-wireless-modules
new file mode 100644
index 0000000000000..53fd18d7f4c7c
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/nic-wireless-modules
@@ -0,0 +1 @@
+#include <nic-wireless-modules>
diff --git a/debian/installer/modules/mips64r6el/pata-modules b/debian/installer/modules/mips64r6el/pata-modules
new file mode 100644
index 0000000000000..b0cd6337a28d1
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/pata-modules
@@ -0,0 +1 @@
+#include <pata-modules>
diff --git a/debian/installer/modules/mips64r6el/ppp-modules b/debian/installer/modules/mips64r6el/ppp-modules
new file mode 100644
index 0000000000000..1f26aa1ee60e9
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/ppp-modules
@@ -0,0 +1 @@
+#include <ppp-modules>
diff --git a/debian/installer/modules/mips64r6el/qnx4-modules b/debian/installer/modules/mips64r6el/qnx4-modules
new file mode 100644
index 0000000000000..cd0c96d414d07
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/qnx4-modules
@@ -0,0 +1 @@
+#include <qnx4-modules>
diff --git a/debian/installer/modules/mips64r6el/sata-modules b/debian/installer/modules/mips64r6el/sata-modules
new file mode 100644
index 0000000000000..01318c258b5a8
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/sata-modules
@@ -0,0 +1 @@
+#include <sata-modules>
diff --git a/debian/installer/modules/mips64r6el/scsi-core-modules b/debian/installer/modules/mips64r6el/scsi-core-modules
new file mode 100644
index 0000000000000..dd65d661433d8
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/scsi-core-modules
@@ -0,0 +1 @@
+#include <scsi-core-modules>
diff --git a/debian/installer/modules/mips64r6el/scsi-modules b/debian/installer/modules/mips64r6el/scsi-modules
new file mode 100644
index 0000000000000..bf002062ddd0f
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/scsi-modules
@@ -0,0 +1,4 @@
+#include <scsi-modules>
+dmx3191d -
+ips -
+sym53c8xx -
diff --git a/debian/installer/modules/mips64r6el/scsi-nic-modules b/debian/installer/modules/mips64r6el/scsi-nic-modules
new file mode 100644
index 0000000000000..089dd5dc6b067
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/scsi-nic-modules
@@ -0,0 +1 @@
+#include <scsi-nic-modules>
diff --git a/debian/installer/modules/mips64r6el/sound-modules b/debian/installer/modules/mips64r6el/sound-modules
new file mode 100644
index 0000000000000..68395ab3d99a3
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/sound-modules
@@ -0,0 +1 @@
+#include <sound-modules>
diff --git a/debian/installer/modules/mips64r6el/speakup-modules b/debian/installer/modules/mips64r6el/speakup-modules
new file mode 100644
index 0000000000000..29592721a7aa0
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/speakup-modules
@@ -0,0 +1 @@
+#include <speakup-modules>
diff --git a/debian/installer/modules/mips64r6el/squashfs-modules b/debian/installer/modules/mips64r6el/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/mips64r6el/udf-modules b/debian/installer/modules/mips64r6el/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/mips64r6el/usb-modules b/debian/installer/modules/mips64r6el/usb-modules
new file mode 100644
index 0000000000000..9bac97ff02938
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/usb-modules
@@ -0,0 +1,2 @@
+#include <usb-modules>
+octeon-hcd -
diff --git a/debian/installer/modules/mips64r6el/usb-serial-modules b/debian/installer/modules/mips64r6el/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/mips64r6el/usb-storage-modules b/debian/installer/modules/mips64r6el/usb-storage-modules
new file mode 100644
index 0000000000000..8c5e81b55e3ae
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/usb-storage-modules
@@ -0,0 +1 @@
+#include <usb-storage-modules>
diff --git a/debian/installer/modules/mips64r6el/xfs-modules b/debian/installer/modules/mips64r6el/xfs-modules
new file mode 100644
index 0000000000000..98374e2bbaf84
--- /dev/null
+++ b/debian/installer/modules/mips64r6el/xfs-modules
@@ -0,0 +1 @@
+#include <xfs-modules>
diff --git a/debian/installer/modules/mipsel/affs-modules b/debian/installer/modules/mipsel/affs-modules
new file mode 100644
index 0000000000000..21d616a1cc947
--- /dev/null
+++ b/debian/installer/modules/mipsel/affs-modules
@@ -0,0 +1 @@
+#include <affs-modules>
diff --git a/debian/installer/modules/mipsel/ata-modules b/debian/installer/modules/mipsel/ata-modules
new file mode 100644
index 0000000000000..b81c0f38b74ac
--- /dev/null
+++ b/debian/installer/modules/mipsel/ata-modules
@@ -0,0 +1 @@
+#include <ata-modules>
diff --git a/debian/installer/modules/mipsel/btrfs-modules b/debian/installer/modules/mipsel/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/mipsel/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/mipsel/cdrom-core-modules b/debian/installer/modules/mipsel/cdrom-core-modules
new file mode 100644
index 0000000000000..3ff69b48f4fc3
--- /dev/null
+++ b/debian/installer/modules/mipsel/cdrom-core-modules
@@ -0,0 +1 @@
+#include <cdrom-core-modules>
diff --git a/debian/installer/modules/mipsel/crc-modules b/debian/installer/modules/mipsel/crc-modules
new file mode 100644
index 0000000000000..7e00de705e41c
--- /dev/null
+++ b/debian/installer/modules/mipsel/crc-modules
@@ -0,0 +1 @@
+#include <crc-modules>
diff --git a/debian/installer/modules/mipsel/crypto-dm-modules b/debian/installer/modules/mipsel/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/mipsel/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/mipsel/crypto-modules b/debian/installer/modules/mipsel/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/mipsel/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/mipsel/event-modules b/debian/installer/modules/mipsel/event-modules
new file mode 100644
index 0000000000000..f8819afd361cd
--- /dev/null
+++ b/debian/installer/modules/mipsel/event-modules
@@ -0,0 +1 @@
+#include <event-modules>
diff --git a/debian/installer/modules/mipsel/ext4-modules b/debian/installer/modules/mipsel/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/mipsel/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/mipsel/f2fs-modules b/debian/installer/modules/mipsel/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/mipsel/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/mipsel/fat-modules b/debian/installer/modules/mipsel/fat-modules
new file mode 100644
index 0000000000000..274584eb65fba
--- /dev/null
+++ b/debian/installer/modules/mipsel/fat-modules
@@ -0,0 +1 @@
+#include <fat-modules>
diff --git a/debian/installer/modules/mipsel/fb-modules b/debian/installer/modules/mipsel/fb-modules
new file mode 100644
index 0000000000000..7653cb832f883
--- /dev/null
+++ b/debian/installer/modules/mipsel/fb-modules
@@ -0,0 +1,6 @@
+#include <fb-modules>
+
+amdgpu -
+radeon -
+ast -
+sm750fb -
diff --git a/debian/installer/modules/mipsel/firewire-core-modules b/debian/installer/modules/mipsel/firewire-core-modules
new file mode 100644
index 0000000000000..dcac80af96513
--- /dev/null
+++ b/debian/installer/modules/mipsel/firewire-core-modules
@@ -0,0 +1 @@
+#include <firewire-core-modules>
diff --git a/debian/installer/modules/mipsel/input-modules b/debian/installer/modules/mipsel/input-modules
new file mode 100644
index 0000000000000..5ecb595a4a491
--- /dev/null
+++ b/debian/installer/modules/mipsel/input-modules
@@ -0,0 +1 @@
+#include <input-modules>
diff --git a/debian/installer/modules/mipsel/isofs-modules b/debian/installer/modules/mipsel/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/mipsel/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/mipsel/jfs-modules b/debian/installer/modules/mipsel/jfs-modules
new file mode 100644
index 0000000000000..7e4d912b95293
--- /dev/null
+++ b/debian/installer/modules/mipsel/jfs-modules
@@ -0,0 +1 @@
+#include <jfs-modules>
diff --git a/debian/installer/modules/mipsel/kernel-image b/debian/installer/modules/mipsel/kernel-image
new file mode 100644
index 0000000000000..1d11b1921daea
--- /dev/null
+++ b/debian/installer/modules/mipsel/kernel-image
@@ -0,0 +1 @@
+#include <kernel-image>
diff --git a/debian/installer/modules/mipsel/loop-modules b/debian/installer/modules/mipsel/loop-modules
new file mode 100644
index 0000000000000..c1c948fa33165
--- /dev/null
+++ b/debian/installer/modules/mipsel/loop-modules
@@ -0,0 +1 @@
+#include <loop-modules>
diff --git a/debian/installer/modules/mipsel/md-modules b/debian/installer/modules/mipsel/md-modules
new file mode 100644
index 0000000000000..26115e10b800e
--- /dev/null
+++ b/debian/installer/modules/mipsel/md-modules
@@ -0,0 +1 @@
+#include <md-modules>
diff --git a/debian/installer/modules/mipsel/minix-modules b/debian/installer/modules/mipsel/minix-modules
new file mode 100644
index 0000000000000..82b9843720a1e
--- /dev/null
+++ b/debian/installer/modules/mipsel/minix-modules
@@ -0,0 +1 @@
+#include <minix-modules>
diff --git a/debian/installer/modules/mipsel/mmc-core-modules b/debian/installer/modules/mipsel/mmc-core-modules
new file mode 100644
index 0000000000000..7bf38465cf1b5
--- /dev/null
+++ b/debian/installer/modules/mipsel/mmc-core-modules
@@ -0,0 +1 @@
+#include <mmc-core-modules>
diff --git a/debian/installer/modules/mipsel/mmc-modules b/debian/installer/modules/mipsel/mmc-modules
new file mode 100644
index 0000000000000..dadfd5334d629
--- /dev/null
+++ b/debian/installer/modules/mipsel/mmc-modules
@@ -0,0 +1 @@
+#include <mmc-modules>
diff --git a/debian/installer/modules/mipsel/mouse-modules b/debian/installer/modules/mipsel/mouse-modules
new file mode 100644
index 0000000000000..15fcb00eaa04b
--- /dev/null
+++ b/debian/installer/modules/mipsel/mouse-modules
@@ -0,0 +1 @@
+#include <mouse-modules>
diff --git a/debian/installer/modules/mipsel/multipath-modules b/debian/installer/modules/mipsel/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/mipsel/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/mipsel/nbd-modules b/debian/installer/modules/mipsel/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/mipsel/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/mipsel/nfs-modules b/debian/installer/modules/mipsel/nfs-modules
new file mode 100644
index 0000000000000..946fb8e4424c0
--- /dev/null
+++ b/debian/installer/modules/mipsel/nfs-modules
@@ -0,0 +1 @@
+#include <nfs-modules>
diff --git a/debian/installer/modules/mipsel/nic-modules b/debian/installer/modules/mipsel/nic-modules
new file mode 100644
index 0000000000000..3a2814f9ed0c1
--- /dev/null
+++ b/debian/installer/modules/mipsel/nic-modules
@@ -0,0 +1,15 @@
+#include <nic-modules>
+8139cp -
+8139too -
+dmfe -
+e100 -
+epic100 -
+fealnx -
+natsemi -
+ne2k-pci -
+skfp -
+sundance -
+starfire -
+tulip -
+typhoon -
+winbond-840 -
diff --git a/debian/installer/modules/mipsel/nic-shared-modules b/debian/installer/modules/mipsel/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/mipsel/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/mipsel/nic-usb-modules b/debian/installer/modules/mipsel/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/mipsel/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/mipsel/nic-wireless-modules b/debian/installer/modules/mipsel/nic-wireless-modules
new file mode 100644
index 0000000000000..53fd18d7f4c7c
--- /dev/null
+++ b/debian/installer/modules/mipsel/nic-wireless-modules
@@ -0,0 +1 @@
+#include <nic-wireless-modules>
diff --git a/debian/installer/modules/mipsel/pata-modules b/debian/installer/modules/mipsel/pata-modules
new file mode 100644
index 0000000000000..b0cd6337a28d1
--- /dev/null
+++ b/debian/installer/modules/mipsel/pata-modules
@@ -0,0 +1 @@
+#include <pata-modules>
diff --git a/debian/installer/modules/mipsel/ppp-modules b/debian/installer/modules/mipsel/ppp-modules
new file mode 100644
index 0000000000000..1f26aa1ee60e9
--- /dev/null
+++ b/debian/installer/modules/mipsel/ppp-modules
@@ -0,0 +1 @@
+#include <ppp-modules>
diff --git a/debian/installer/modules/mipsel/qnx4-modules b/debian/installer/modules/mipsel/qnx4-modules
new file mode 100644
index 0000000000000..cd0c96d414d07
--- /dev/null
+++ b/debian/installer/modules/mipsel/qnx4-modules
@@ -0,0 +1 @@
+#include <qnx4-modules>
diff --git a/debian/installer/modules/mipsel/sata-modules b/debian/installer/modules/mipsel/sata-modules
new file mode 100644
index 0000000000000..01318c258b5a8
--- /dev/null
+++ b/debian/installer/modules/mipsel/sata-modules
@@ -0,0 +1 @@
+#include <sata-modules>
diff --git a/debian/installer/modules/mipsel/scsi-core-modules b/debian/installer/modules/mipsel/scsi-core-modules
new file mode 100644
index 0000000000000..dd65d661433d8
--- /dev/null
+++ b/debian/installer/modules/mipsel/scsi-core-modules
@@ -0,0 +1 @@
+#include <scsi-core-modules>
diff --git a/debian/installer/modules/mipsel/scsi-modules b/debian/installer/modules/mipsel/scsi-modules
new file mode 100644
index 0000000000000..bf002062ddd0f
--- /dev/null
+++ b/debian/installer/modules/mipsel/scsi-modules
@@ -0,0 +1,4 @@
+#include <scsi-modules>
+dmx3191d -
+ips -
+sym53c8xx -
diff --git a/debian/installer/modules/mipsel/scsi-nic-modules b/debian/installer/modules/mipsel/scsi-nic-modules
new file mode 100644
index 0000000000000..089dd5dc6b067
--- /dev/null
+++ b/debian/installer/modules/mipsel/scsi-nic-modules
@@ -0,0 +1 @@
+#include <scsi-nic-modules>
diff --git a/debian/installer/modules/mipsel/sound-modules b/debian/installer/modules/mipsel/sound-modules
new file mode 100644
index 0000000000000..68395ab3d99a3
--- /dev/null
+++ b/debian/installer/modules/mipsel/sound-modules
@@ -0,0 +1 @@
+#include <sound-modules>
diff --git a/debian/installer/modules/mipsel/speakup-modules b/debian/installer/modules/mipsel/speakup-modules
new file mode 100644
index 0000000000000..29592721a7aa0
--- /dev/null
+++ b/debian/installer/modules/mipsel/speakup-modules
@@ -0,0 +1 @@
+#include <speakup-modules>
diff --git a/debian/installer/modules/mipsel/squashfs-modules b/debian/installer/modules/mipsel/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/mipsel/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/mipsel/udf-modules b/debian/installer/modules/mipsel/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/mipsel/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/mipsel/usb-modules b/debian/installer/modules/mipsel/usb-modules
new file mode 100644
index 0000000000000..9bac97ff02938
--- /dev/null
+++ b/debian/installer/modules/mipsel/usb-modules
@@ -0,0 +1,2 @@
+#include <usb-modules>
+octeon-hcd -
diff --git a/debian/installer/modules/mipsel/usb-serial-modules b/debian/installer/modules/mipsel/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/mipsel/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/mipsel/usb-storage-modules b/debian/installer/modules/mipsel/usb-storage-modules
new file mode 100644
index 0000000000000..8c5e81b55e3ae
--- /dev/null
+++ b/debian/installer/modules/mipsel/usb-storage-modules
@@ -0,0 +1 @@
+#include <usb-storage-modules>
diff --git a/debian/installer/modules/mipsel/xfs-modules b/debian/installer/modules/mipsel/xfs-modules
new file mode 100644
index 0000000000000..98374e2bbaf84
--- /dev/null
+++ b/debian/installer/modules/mipsel/xfs-modules
@@ -0,0 +1 @@
+#include <xfs-modules>
diff --git a/debian/installer/modules/mipsr6/affs-modules b/debian/installer/modules/mipsr6/affs-modules
new file mode 100644
index 0000000000000..21d616a1cc947
--- /dev/null
+++ b/debian/installer/modules/mipsr6/affs-modules
@@ -0,0 +1 @@
+#include <affs-modules>
diff --git a/debian/installer/modules/mipsr6/ata-modules b/debian/installer/modules/mipsr6/ata-modules
new file mode 100644
index 0000000000000..b81c0f38b74ac
--- /dev/null
+++ b/debian/installer/modules/mipsr6/ata-modules
@@ -0,0 +1 @@
+#include <ata-modules>
diff --git a/debian/installer/modules/mipsr6/btrfs-modules b/debian/installer/modules/mipsr6/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/mipsr6/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/mipsr6/cdrom-core-modules b/debian/installer/modules/mipsr6/cdrom-core-modules
new file mode 100644
index 0000000000000..3ff69b48f4fc3
--- /dev/null
+++ b/debian/installer/modules/mipsr6/cdrom-core-modules
@@ -0,0 +1 @@
+#include <cdrom-core-modules>
diff --git a/debian/installer/modules/mipsr6/crc-modules b/debian/installer/modules/mipsr6/crc-modules
new file mode 100644
index 0000000000000..7e00de705e41c
--- /dev/null
+++ b/debian/installer/modules/mipsr6/crc-modules
@@ -0,0 +1 @@
+#include <crc-modules>
diff --git a/debian/installer/modules/mipsr6/crypto-dm-modules b/debian/installer/modules/mipsr6/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/mipsr6/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/mipsr6/crypto-modules b/debian/installer/modules/mipsr6/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/mipsr6/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/mipsr6/event-modules b/debian/installer/modules/mipsr6/event-modules
new file mode 100644
index 0000000000000..f8819afd361cd
--- /dev/null
+++ b/debian/installer/modules/mipsr6/event-modules
@@ -0,0 +1 @@
+#include <event-modules>
diff --git a/debian/installer/modules/mipsr6/ext4-modules b/debian/installer/modules/mipsr6/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/mipsr6/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/mipsr6/f2fs-modules b/debian/installer/modules/mipsr6/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/mipsr6/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/mipsr6/fat-modules b/debian/installer/modules/mipsr6/fat-modules
new file mode 100644
index 0000000000000..274584eb65fba
--- /dev/null
+++ b/debian/installer/modules/mipsr6/fat-modules
@@ -0,0 +1 @@
+#include <fat-modules>
diff --git a/debian/installer/modules/mipsr6/fb-modules b/debian/installer/modules/mipsr6/fb-modules
new file mode 100644
index 0000000000000..7653cb832f883
--- /dev/null
+++ b/debian/installer/modules/mipsr6/fb-modules
@@ -0,0 +1,6 @@
+#include <fb-modules>
+
+amdgpu -
+radeon -
+ast -
+sm750fb -
diff --git a/debian/installer/modules/mipsr6/firewire-core-modules b/debian/installer/modules/mipsr6/firewire-core-modules
new file mode 100644
index 0000000000000..dcac80af96513
--- /dev/null
+++ b/debian/installer/modules/mipsr6/firewire-core-modules
@@ -0,0 +1 @@
+#include <firewire-core-modules>
diff --git a/debian/installer/modules/mipsr6/input-modules b/debian/installer/modules/mipsr6/input-modules
new file mode 100644
index 0000000000000..5ecb595a4a491
--- /dev/null
+++ b/debian/installer/modules/mipsr6/input-modules
@@ -0,0 +1 @@
+#include <input-modules>
diff --git a/debian/installer/modules/mipsr6/isofs-modules b/debian/installer/modules/mipsr6/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/mipsr6/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/mipsr6/jfs-modules b/debian/installer/modules/mipsr6/jfs-modules
new file mode 100644
index 0000000000000..7e4d912b95293
--- /dev/null
+++ b/debian/installer/modules/mipsr6/jfs-modules
@@ -0,0 +1 @@
+#include <jfs-modules>
diff --git a/debian/installer/modules/mipsr6/kernel-image b/debian/installer/modules/mipsr6/kernel-image
new file mode 100644
index 0000000000000..1d11b1921daea
--- /dev/null
+++ b/debian/installer/modules/mipsr6/kernel-image
@@ -0,0 +1 @@
+#include <kernel-image>
diff --git a/debian/installer/modules/mipsr6/loop-modules b/debian/installer/modules/mipsr6/loop-modules
new file mode 100644
index 0000000000000..c1c948fa33165
--- /dev/null
+++ b/debian/installer/modules/mipsr6/loop-modules
@@ -0,0 +1 @@
+#include <loop-modules>
diff --git a/debian/installer/modules/mipsr6/md-modules b/debian/installer/modules/mipsr6/md-modules
new file mode 100644
index 0000000000000..26115e10b800e
--- /dev/null
+++ b/debian/installer/modules/mipsr6/md-modules
@@ -0,0 +1 @@
+#include <md-modules>
diff --git a/debian/installer/modules/mipsr6/minix-modules b/debian/installer/modules/mipsr6/minix-modules
new file mode 100644
index 0000000000000..82b9843720a1e
--- /dev/null
+++ b/debian/installer/modules/mipsr6/minix-modules
@@ -0,0 +1 @@
+#include <minix-modules>
diff --git a/debian/installer/modules/mipsr6/mmc-core-modules b/debian/installer/modules/mipsr6/mmc-core-modules
new file mode 100644
index 0000000000000..7bf38465cf1b5
--- /dev/null
+++ b/debian/installer/modules/mipsr6/mmc-core-modules
@@ -0,0 +1 @@
+#include <mmc-core-modules>
diff --git a/debian/installer/modules/mipsr6/mmc-modules b/debian/installer/modules/mipsr6/mmc-modules
new file mode 100644
index 0000000000000..dadfd5334d629
--- /dev/null
+++ b/debian/installer/modules/mipsr6/mmc-modules
@@ -0,0 +1 @@
+#include <mmc-modules>
diff --git a/debian/installer/modules/mipsr6/mouse-modules b/debian/installer/modules/mipsr6/mouse-modules
new file mode 100644
index 0000000000000..15fcb00eaa04b
--- /dev/null
+++ b/debian/installer/modules/mipsr6/mouse-modules
@@ -0,0 +1 @@
+#include <mouse-modules>
diff --git a/debian/installer/modules/mipsr6/multipath-modules b/debian/installer/modules/mipsr6/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/mipsr6/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/mipsr6/nbd-modules b/debian/installer/modules/mipsr6/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/mipsr6/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/mipsr6/nfs-modules b/debian/installer/modules/mipsr6/nfs-modules
new file mode 100644
index 0000000000000..946fb8e4424c0
--- /dev/null
+++ b/debian/installer/modules/mipsr6/nfs-modules
@@ -0,0 +1 @@
+#include <nfs-modules>
diff --git a/debian/installer/modules/mipsr6/nic-modules b/debian/installer/modules/mipsr6/nic-modules
new file mode 100644
index 0000000000000..3a2814f9ed0c1
--- /dev/null
+++ b/debian/installer/modules/mipsr6/nic-modules
@@ -0,0 +1,15 @@
+#include <nic-modules>
+8139cp -
+8139too -
+dmfe -
+e100 -
+epic100 -
+fealnx -
+natsemi -
+ne2k-pci -
+skfp -
+sundance -
+starfire -
+tulip -
+typhoon -
+winbond-840 -
diff --git a/debian/installer/modules/mipsr6/nic-shared-modules b/debian/installer/modules/mipsr6/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/mipsr6/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/mipsr6/nic-usb-modules b/debian/installer/modules/mipsr6/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/mipsr6/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/mipsr6/nic-wireless-modules b/debian/installer/modules/mipsr6/nic-wireless-modules
new file mode 100644
index 0000000000000..53fd18d7f4c7c
--- /dev/null
+++ b/debian/installer/modules/mipsr6/nic-wireless-modules
@@ -0,0 +1 @@
+#include <nic-wireless-modules>
diff --git a/debian/installer/modules/mipsr6/pata-modules b/debian/installer/modules/mipsr6/pata-modules
new file mode 100644
index 0000000000000..b0cd6337a28d1
--- /dev/null
+++ b/debian/installer/modules/mipsr6/pata-modules
@@ -0,0 +1 @@
+#include <pata-modules>
diff --git a/debian/installer/modules/mipsr6/ppp-modules b/debian/installer/modules/mipsr6/ppp-modules
new file mode 100644
index 0000000000000..1f26aa1ee60e9
--- /dev/null
+++ b/debian/installer/modules/mipsr6/ppp-modules
@@ -0,0 +1 @@
+#include <ppp-modules>
diff --git a/debian/installer/modules/mipsr6/qnx4-modules b/debian/installer/modules/mipsr6/qnx4-modules
new file mode 100644
index 0000000000000..cd0c96d414d07
--- /dev/null
+++ b/debian/installer/modules/mipsr6/qnx4-modules
@@ -0,0 +1 @@
+#include <qnx4-modules>
diff --git a/debian/installer/modules/mipsr6/sata-modules b/debian/installer/modules/mipsr6/sata-modules
new file mode 100644
index 0000000000000..01318c258b5a8
--- /dev/null
+++ b/debian/installer/modules/mipsr6/sata-modules
@@ -0,0 +1 @@
+#include <sata-modules>
diff --git a/debian/installer/modules/mipsr6/scsi-core-modules b/debian/installer/modules/mipsr6/scsi-core-modules
new file mode 100644
index 0000000000000..dd65d661433d8
--- /dev/null
+++ b/debian/installer/modules/mipsr6/scsi-core-modules
@@ -0,0 +1 @@
+#include <scsi-core-modules>
diff --git a/debian/installer/modules/mipsr6/scsi-modules b/debian/installer/modules/mipsr6/scsi-modules
new file mode 100644
index 0000000000000..bf002062ddd0f
--- /dev/null
+++ b/debian/installer/modules/mipsr6/scsi-modules
@@ -0,0 +1,4 @@
+#include <scsi-modules>
+dmx3191d -
+ips -
+sym53c8xx -
diff --git a/debian/installer/modules/mipsr6/scsi-nic-modules b/debian/installer/modules/mipsr6/scsi-nic-modules
new file mode 100644
index 0000000000000..089dd5dc6b067
--- /dev/null
+++ b/debian/installer/modules/mipsr6/scsi-nic-modules
@@ -0,0 +1 @@
+#include <scsi-nic-modules>
diff --git a/debian/installer/modules/mipsr6/sound-modules b/debian/installer/modules/mipsr6/sound-modules
new file mode 100644
index 0000000000000..68395ab3d99a3
--- /dev/null
+++ b/debian/installer/modules/mipsr6/sound-modules
@@ -0,0 +1 @@
+#include <sound-modules>
diff --git a/debian/installer/modules/mipsr6/speakup-modules b/debian/installer/modules/mipsr6/speakup-modules
new file mode 100644
index 0000000000000..29592721a7aa0
--- /dev/null
+++ b/debian/installer/modules/mipsr6/speakup-modules
@@ -0,0 +1 @@
+#include <speakup-modules>
diff --git a/debian/installer/modules/mipsr6/squashfs-modules b/debian/installer/modules/mipsr6/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/mipsr6/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/mipsr6/udf-modules b/debian/installer/modules/mipsr6/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/mipsr6/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/mipsr6/usb-modules b/debian/installer/modules/mipsr6/usb-modules
new file mode 100644
index 0000000000000..9bac97ff02938
--- /dev/null
+++ b/debian/installer/modules/mipsr6/usb-modules
@@ -0,0 +1,2 @@
+#include <usb-modules>
+octeon-hcd -
diff --git a/debian/installer/modules/mipsr6/usb-serial-modules b/debian/installer/modules/mipsr6/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/mipsr6/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/mipsr6/usb-storage-modules b/debian/installer/modules/mipsr6/usb-storage-modules
new file mode 100644
index 0000000000000..8c5e81b55e3ae
--- /dev/null
+++ b/debian/installer/modules/mipsr6/usb-storage-modules
@@ -0,0 +1 @@
+#include <usb-storage-modules>
diff --git a/debian/installer/modules/mipsr6/xfs-modules b/debian/installer/modules/mipsr6/xfs-modules
new file mode 100644
index 0000000000000..98374e2bbaf84
--- /dev/null
+++ b/debian/installer/modules/mipsr6/xfs-modules
@@ -0,0 +1 @@
+#include <xfs-modules>
diff --git a/debian/installer/modules/mipsr6el/affs-modules b/debian/installer/modules/mipsr6el/affs-modules
new file mode 100644
index 0000000000000..21d616a1cc947
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/affs-modules
@@ -0,0 +1 @@
+#include <affs-modules>
diff --git a/debian/installer/modules/mipsr6el/ata-modules b/debian/installer/modules/mipsr6el/ata-modules
new file mode 100644
index 0000000000000..b81c0f38b74ac
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/ata-modules
@@ -0,0 +1 @@
+#include <ata-modules>
diff --git a/debian/installer/modules/mipsr6el/btrfs-modules b/debian/installer/modules/mipsr6el/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/mipsr6el/cdrom-core-modules b/debian/installer/modules/mipsr6el/cdrom-core-modules
new file mode 100644
index 0000000000000..3ff69b48f4fc3
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/cdrom-core-modules
@@ -0,0 +1 @@
+#include <cdrom-core-modules>
diff --git a/debian/installer/modules/mipsr6el/crc-modules b/debian/installer/modules/mipsr6el/crc-modules
new file mode 100644
index 0000000000000..7e00de705e41c
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/crc-modules
@@ -0,0 +1 @@
+#include <crc-modules>
diff --git a/debian/installer/modules/mipsr6el/crypto-dm-modules b/debian/installer/modules/mipsr6el/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/mipsr6el/crypto-modules b/debian/installer/modules/mipsr6el/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/mipsr6el/event-modules b/debian/installer/modules/mipsr6el/event-modules
new file mode 100644
index 0000000000000..f8819afd361cd
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/event-modules
@@ -0,0 +1 @@
+#include <event-modules>
diff --git a/debian/installer/modules/mipsr6el/ext4-modules b/debian/installer/modules/mipsr6el/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/mipsr6el/f2fs-modules b/debian/installer/modules/mipsr6el/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/mipsr6el/fat-modules b/debian/installer/modules/mipsr6el/fat-modules
new file mode 100644
index 0000000000000..274584eb65fba
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/fat-modules
@@ -0,0 +1 @@
+#include <fat-modules>
diff --git a/debian/installer/modules/mipsr6el/fb-modules b/debian/installer/modules/mipsr6el/fb-modules
new file mode 100644
index 0000000000000..7653cb832f883
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/fb-modules
@@ -0,0 +1,6 @@
+#include <fb-modules>
+
+amdgpu -
+radeon -
+ast -
+sm750fb -
diff --git a/debian/installer/modules/mipsr6el/firewire-core-modules b/debian/installer/modules/mipsr6el/firewire-core-modules
new file mode 100644
index 0000000000000..dcac80af96513
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/firewire-core-modules
@@ -0,0 +1 @@
+#include <firewire-core-modules>
diff --git a/debian/installer/modules/mipsr6el/input-modules b/debian/installer/modules/mipsr6el/input-modules
new file mode 100644
index 0000000000000..5ecb595a4a491
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/input-modules
@@ -0,0 +1 @@
+#include <input-modules>
diff --git a/debian/installer/modules/mipsr6el/isofs-modules b/debian/installer/modules/mipsr6el/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/mipsr6el/jfs-modules b/debian/installer/modules/mipsr6el/jfs-modules
new file mode 100644
index 0000000000000..7e4d912b95293
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/jfs-modules
@@ -0,0 +1 @@
+#include <jfs-modules>
diff --git a/debian/installer/modules/mipsr6el/kernel-image b/debian/installer/modules/mipsr6el/kernel-image
new file mode 100644
index 0000000000000..1d11b1921daea
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/kernel-image
@@ -0,0 +1 @@
+#include <kernel-image>
diff --git a/debian/installer/modules/mipsr6el/loop-modules b/debian/installer/modules/mipsr6el/loop-modules
new file mode 100644
index 0000000000000..c1c948fa33165
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/loop-modules
@@ -0,0 +1 @@
+#include <loop-modules>
diff --git a/debian/installer/modules/mipsr6el/md-modules b/debian/installer/modules/mipsr6el/md-modules
new file mode 100644
index 0000000000000..26115e10b800e
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/md-modules
@@ -0,0 +1 @@
+#include <md-modules>
diff --git a/debian/installer/modules/mipsr6el/minix-modules b/debian/installer/modules/mipsr6el/minix-modules
new file mode 100644
index 0000000000000..82b9843720a1e
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/minix-modules
@@ -0,0 +1 @@
+#include <minix-modules>
diff --git a/debian/installer/modules/mipsr6el/mmc-core-modules b/debian/installer/modules/mipsr6el/mmc-core-modules
new file mode 100644
index 0000000000000..7bf38465cf1b5
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/mmc-core-modules
@@ -0,0 +1 @@
+#include <mmc-core-modules>
diff --git a/debian/installer/modules/mipsr6el/mmc-modules b/debian/installer/modules/mipsr6el/mmc-modules
new file mode 100644
index 0000000000000..dadfd5334d629
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/mmc-modules
@@ -0,0 +1 @@
+#include <mmc-modules>
diff --git a/debian/installer/modules/mipsr6el/mouse-modules b/debian/installer/modules/mipsr6el/mouse-modules
new file mode 100644
index 0000000000000..15fcb00eaa04b
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/mouse-modules
@@ -0,0 +1 @@
+#include <mouse-modules>
diff --git a/debian/installer/modules/mipsr6el/multipath-modules b/debian/installer/modules/mipsr6el/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/mipsr6el/nbd-modules b/debian/installer/modules/mipsr6el/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/mipsr6el/nfs-modules b/debian/installer/modules/mipsr6el/nfs-modules
new file mode 100644
index 0000000000000..946fb8e4424c0
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/nfs-modules
@@ -0,0 +1 @@
+#include <nfs-modules>
diff --git a/debian/installer/modules/mipsr6el/nic-modules b/debian/installer/modules/mipsr6el/nic-modules
new file mode 100644
index 0000000000000..3a2814f9ed0c1
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/nic-modules
@@ -0,0 +1,15 @@
+#include <nic-modules>
+8139cp -
+8139too -
+dmfe -
+e100 -
+epic100 -
+fealnx -
+natsemi -
+ne2k-pci -
+skfp -
+sundance -
+starfire -
+tulip -
+typhoon -
+winbond-840 -
diff --git a/debian/installer/modules/mipsr6el/nic-shared-modules b/debian/installer/modules/mipsr6el/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/mipsr6el/nic-usb-modules b/debian/installer/modules/mipsr6el/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/mipsr6el/nic-wireless-modules b/debian/installer/modules/mipsr6el/nic-wireless-modules
new file mode 100644
index 0000000000000..53fd18d7f4c7c
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/nic-wireless-modules
@@ -0,0 +1 @@
+#include <nic-wireless-modules>
diff --git a/debian/installer/modules/mipsr6el/pata-modules b/debian/installer/modules/mipsr6el/pata-modules
new file mode 100644
index 0000000000000..b0cd6337a28d1
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/pata-modules
@@ -0,0 +1 @@
+#include <pata-modules>
diff --git a/debian/installer/modules/mipsr6el/ppp-modules b/debian/installer/modules/mipsr6el/ppp-modules
new file mode 100644
index 0000000000000..1f26aa1ee60e9
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/ppp-modules
@@ -0,0 +1 @@
+#include <ppp-modules>
diff --git a/debian/installer/modules/mipsr6el/qnx4-modules b/debian/installer/modules/mipsr6el/qnx4-modules
new file mode 100644
index 0000000000000..cd0c96d414d07
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/qnx4-modules
@@ -0,0 +1 @@
+#include <qnx4-modules>
diff --git a/debian/installer/modules/mipsr6el/sata-modules b/debian/installer/modules/mipsr6el/sata-modules
new file mode 100644
index 0000000000000..01318c258b5a8
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/sata-modules
@@ -0,0 +1 @@
+#include <sata-modules>
diff --git a/debian/installer/modules/mipsr6el/scsi-core-modules b/debian/installer/modules/mipsr6el/scsi-core-modules
new file mode 100644
index 0000000000000..dd65d661433d8
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/scsi-core-modules
@@ -0,0 +1 @@
+#include <scsi-core-modules>
diff --git a/debian/installer/modules/mipsr6el/scsi-modules b/debian/installer/modules/mipsr6el/scsi-modules
new file mode 100644
index 0000000000000..bf002062ddd0f
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/scsi-modules
@@ -0,0 +1,4 @@
+#include <scsi-modules>
+dmx3191d -
+ips -
+sym53c8xx -
diff --git a/debian/installer/modules/mipsr6el/scsi-nic-modules b/debian/installer/modules/mipsr6el/scsi-nic-modules
new file mode 100644
index 0000000000000..089dd5dc6b067
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/scsi-nic-modules
@@ -0,0 +1 @@
+#include <scsi-nic-modules>
diff --git a/debian/installer/modules/mipsr6el/sound-modules b/debian/installer/modules/mipsr6el/sound-modules
new file mode 100644
index 0000000000000..68395ab3d99a3
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/sound-modules
@@ -0,0 +1 @@
+#include <sound-modules>
diff --git a/debian/installer/modules/mipsr6el/speakup-modules b/debian/installer/modules/mipsr6el/speakup-modules
new file mode 100644
index 0000000000000..29592721a7aa0
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/speakup-modules
@@ -0,0 +1 @@
+#include <speakup-modules>
diff --git a/debian/installer/modules/mipsr6el/squashfs-modules b/debian/installer/modules/mipsr6el/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/mipsr6el/udf-modules b/debian/installer/modules/mipsr6el/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/mipsr6el/usb-modules b/debian/installer/modules/mipsr6el/usb-modules
new file mode 100644
index 0000000000000..9bac97ff02938
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/usb-modules
@@ -0,0 +1,2 @@
+#include <usb-modules>
+octeon-hcd -
diff --git a/debian/installer/modules/mipsr6el/usb-serial-modules b/debian/installer/modules/mipsr6el/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/mipsr6el/usb-storage-modules b/debian/installer/modules/mipsr6el/usb-storage-modules
new file mode 100644
index 0000000000000..8c5e81b55e3ae
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/usb-storage-modules
@@ -0,0 +1 @@
+#include <usb-storage-modules>
diff --git a/debian/installer/modules/mipsr6el/xfs-modules b/debian/installer/modules/mipsr6el/xfs-modules
new file mode 100644
index 0000000000000..98374e2bbaf84
--- /dev/null
+++ b/debian/installer/modules/mipsr6el/xfs-modules
@@ -0,0 +1 @@
+#include <xfs-modules>
diff --git a/debian/installer/modules/mmc-core-modules b/debian/installer/modules/mmc-core-modules
new file mode 100644
index 0000000000000..67128eac00033
--- /dev/null
+++ b/debian/installer/modules/mmc-core-modules
@@ -0,0 +1 @@
+mmc_core
diff --git a/debian/installer/modules/mmc-modules b/debian/installer/modules/mmc-modules
new file mode 100644
index 0000000000000..c7aa372bd7359
--- /dev/null
+++ b/debian/installer/modules/mmc-modules
@@ -0,0 +1,8 @@
+mmc_block
+drivers/mmc/host/**
+
+# Multifunction card reader driver
+tifm_7xx1 ?
+
+# Adds a dependency on pcmcia-modules
+sdricoh_cs -
diff --git a/debian/installer/modules/mouse-modules b/debian/installer/modules/mouse-modules
new file mode 100644
index 0000000000000..8d65ba4d894d4
--- /dev/null
+++ b/debian/installer/modules/mouse-modules
@@ -0,0 +1 @@
+psmouse
diff --git a/debian/installer/modules/mtd-core-modules b/debian/installer/modules/mtd-core-modules
new file mode 100644
index 0000000000000..96dc6e77ff56e
--- /dev/null
+++ b/debian/installer/modules/mtd-core-modules
@@ -0,0 +1 @@
+mtd
diff --git a/debian/installer/modules/mtd-modules b/debian/installer/modules/mtd-modules
new file mode 100644
index 0000000000000..90e6b13f673f2
--- /dev/null
+++ b/debian/installer/modules/mtd-modules
@@ -0,0 +1 @@
+mtdblock
diff --git a/debian/installer/modules/multipath-modules b/debian/installer/modules/multipath-modules
new file mode 100644
index 0000000000000..2e235994c5d2a
--- /dev/null
+++ b/debian/installer/modules/multipath-modules
@@ -0,0 +1,4 @@
+dm-multipath
+dm-round-robin
+dm-service-time
+drivers/scsi/device_handler/*
diff --git a/debian/installer/modules/nbd-modules b/debian/installer/modules/nbd-modules
new file mode 100644
index 0000000000000..cb3ca605f1efe
--- /dev/null
+++ b/debian/installer/modules/nbd-modules
@@ -0,0 +1 @@
+nbd
diff --git a/debian/installer/modules/nfs-modules b/debian/installer/modules/nfs-modules
new file mode 100644
index 0000000000000..a5bfd2ce6d3f5
--- /dev/null
+++ b/debian/installer/modules/nfs-modules
@@ -0,0 +1,3 @@
+nfs
+lockd
+sunrpc
diff --git a/debian/installer/modules/nic-modules b/debian/installer/modules/nic-modules
new file mode 100644
index 0000000000000..45ddeaae54f0c
--- /dev/null
+++ b/debian/installer/modules/nic-modules
@@ -0,0 +1,29 @@
+# Include Ethernet switch, controller and PHY drivers by default
+drivers/net/dsa/** ?
+drivers/net/ethernet/**
+
+# Include paravirtual network drivers
+hv_netvsc ?
+virtio_net ?
+vmxnet3 ?
+xen-netfront ?
+
+# Include VLAN driver
+8021q
+
+# Include bonding driver
+bonding
+
+# Exclude drivers packaged in nic-pcmcia-modules
+drivers/net/**_cs -
+b44 -
+xircom_cb -
+
+# Exclude libraries packaged in nic-{common,shared} modules
+8390 -
+fixed_phy -
+libphy -
+mdio_devres -
+
+# Exclude iSCSI drivers packaged in scsi-modules
+cnic -
diff --git a/debian/installer/modules/nic-pcmcia-modules b/debian/installer/modules/nic-pcmcia-modules
new file mode 100644
index 0000000000000..a0f4d74560fb6
--- /dev/null
+++ b/debian/installer/modules/nic-pcmcia-modules
@@ -0,0 +1,5 @@
+# Include PCMCIA Ethernet and wireless drivers by default
+drivers/net/ethernet/**_cs
+drivers/net/wireless/**_cs
+b44 ?
+xircom_cb
diff --git a/debian/installer/modules/nic-shared-modules b/debian/installer/modules/nic-shared-modules
new file mode 100644
index 0000000000000..f47cbe4ab687f
--- /dev/null
+++ b/debian/installer/modules/nic-shared-modules
@@ -0,0 +1,11 @@
+drivers/net/phy/**
+
+8390 ?
+fixed_phy ?
+libphy ?
+mdio_devres ?
+mii ?
+of_mdio ?
+pps_core ?
+ptp ?
+selftests ?
diff --git a/debian/installer/modules/nic-usb-modules b/debian/installer/modules/nic-usb-modules
new file mode 100644
index 0000000000000..975fc24cf7cd8
--- /dev/null
+++ b/debian/installer/modules/nic-usb-modules
@@ -0,0 +1,12 @@
+# Include USB wired drivers by default
+drivers/net/usb/*
+
+# Exclude wireless modem drivers which need extra configuration
+cdc_mbim -
+cdc-phonet -
+hso -
+huawei_cdc_ncm -
+kalmia -
+lg-vl600 -
+qmi_wwan -
+sierra_net -
diff --git a/debian/installer/modules/nic-wireless-modules b/debian/installer/modules/nic-wireless-modules
new file mode 100644
index 0000000000000..7c0f7919387aa
--- /dev/null
+++ b/debian/installer/modules/nic-wireless-modules
@@ -0,0 +1,21 @@
+# Include wireless drivers by default
+drivers/net/wireless/**
+
+# Include staging wireless drivers
+prism2_usb ?
+drivers/staging/rtl8** ?
+vt6656_stage ?
+
+# Exclude drivers packaged in nic-pcmcia-modules
+drivers/net/wireless/**_cs -
+
+# Exclude debug driver
+mac80211_hwsim -
+
+# lib80211 encryption algorithms
+lib80211_crypt_wep ?
+lib80211_crypt_ccmp ?
+lib80211_crypt_tkip ?
+
+# (pending) ath11k_pci soft-dep:
+qrtr_mhi ?
diff --git a/debian/installer/modules/pata-modules b/debian/installer/modules/pata-modules
new file mode 100644
index 0000000000000..1d963a18edad8
--- /dev/null
+++ b/debian/installer/modules/pata-modules
@@ -0,0 +1,9 @@
+# Include PATA drivers by default
+drivers/ata/pata_*
+
+# Exclude pata_sis, which goes in sata-modules as a dependency of sata_sis
+pata_sis -
+
+# Exclude drivers packaged in pcmcia-storage-modules
+pata_ninja32 -
+pata_pcmcia -
diff --git a/debian/installer/modules/pcmcia-modules b/debian/installer/modules/pcmcia-modules
new file mode 100644
index 0000000000000..ab5b4b234cef2
--- /dev/null
+++ b/debian/installer/modules/pcmcia-modules
@@ -0,0 +1,8 @@
+pcmcia
+
+i82092
+i82365 ?
+pcmcia_core
+tcic ?
+yenta_socket
+pd6729 ?
diff --git a/debian/installer/modules/pcmcia-storage-modules b/debian/installer/modules/pcmcia-storage-modules
new file mode 100644
index 0000000000000..b6b1721644cd8
--- /dev/null
+++ b/debian/installer/modules/pcmcia-storage-modules
@@ -0,0 +1,2 @@
+pata_ninja32 ?
+pata_pcmcia ?
diff --git a/debian/installer/modules/powerpc-powerpc64/affs-modules b/debian/installer/modules/powerpc-powerpc64/affs-modules
new file mode 100644
index 0000000000000..f12f6ace215ad
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/affs-modules
@@ -0,0 +1 @@
+#include "../powerpc/affs-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/ata-modules b/debian/installer/modules/powerpc-powerpc64/ata-modules
new file mode 100644
index 0000000000000..39540d4b6a428
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/ata-modules
@@ -0,0 +1 @@
+#include "../powerpc/ata-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/btrfs-modules b/debian/installer/modules/powerpc-powerpc64/btrfs-modules
new file mode 100644
index 0000000000000..9eeeb149ab7a6
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/btrfs-modules
@@ -0,0 +1 @@
+#include "../powerpc/btrfs-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/cdrom-core-modules b/debian/installer/modules/powerpc-powerpc64/cdrom-core-modules
new file mode 100644
index 0000000000000..feed89a1a493e
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/cdrom-core-modules
@@ -0,0 +1 @@
+#include "../powerpc/cdrom-core-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/crc-modules b/debian/installer/modules/powerpc-powerpc64/crc-modules
new file mode 100644
index 0000000000000..b49dc9eca554d
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/crc-modules
@@ -0,0 +1 @@
+#include "../powerpc/crc-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/crypto-dm-modules b/debian/installer/modules/powerpc-powerpc64/crypto-dm-modules
new file mode 100644
index 0000000000000..6613c798fb9d6
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/crypto-dm-modules
@@ -0,0 +1 @@
+#include "../powerpc/crypto-dm-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/crypto-modules b/debian/installer/modules/powerpc-powerpc64/crypto-modules
new file mode 100644
index 0000000000000..8fa818fb87ae2
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/crypto-modules
@@ -0,0 +1 @@
+#include "../powerpc/crypto-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/event-modules b/debian/installer/modules/powerpc-powerpc64/event-modules
new file mode 100644
index 0000000000000..9e9424c60f6e3
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/event-modules
@@ -0,0 +1 @@
+#include "../powerpc/event-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/ext4-modules b/debian/installer/modules/powerpc-powerpc64/ext4-modules
new file mode 100644
index 0000000000000..664c3118f39e7
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/ext4-modules
@@ -0,0 +1 @@
+#include "../powerpc/ext4-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/f2fs-modules b/debian/installer/modules/powerpc-powerpc64/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/powerpc-powerpc64/fancontrol-modules b/debian/installer/modules/powerpc-powerpc64/fancontrol-modules
new file mode 100644
index 0000000000000..a3fc55cca941a
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/fancontrol-modules
@@ -0,0 +1,19 @@
+i2c-powermac ?
+windfarm_core ?
+windfarm_cpufreq_clamp ?
+windfarm_lm75_sensor ?
+windfarm_max6690_sensor ?
+windfarm_pid ?
+windfarm_pm121 ?
+windfarm_pm112 ?
+windfarm_pm81 ?
+windfarm_pm91 ?
+windfarm_pm72 ?
+windfarm_rm31 ?
+windfarm_smu_controls ?
+windfarm_smu_sat ?
+windfarm_smu_sensors ?
+windfarm_ad7417_sensor ?
+windfarm_fcu_controls ?
+windfarm_lm87_sensor ?
+windfarm_pid ?
diff --git a/debian/installer/modules/powerpc-powerpc64/fat-modules b/debian/installer/modules/powerpc-powerpc64/fat-modules
new file mode 100644
index 0000000000000..043dc5602954d
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/fat-modules
@@ -0,0 +1 @@
+#include "../powerpc/fat-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/fb-modules b/debian/installer/modules/powerpc-powerpc64/fb-modules
new file mode 100644
index 0000000000000..8857d558d1ee8
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/fb-modules
@@ -0,0 +1,4 @@
+# We *don't* want the extra modules listed in powerpc/fb-modules
+#include <fb-modules>
+
+ast
diff --git a/debian/installer/modules/powerpc-powerpc64/firewire-core-modules b/debian/installer/modules/powerpc-powerpc64/firewire-core-modules
new file mode 100644
index 0000000000000..035ab3162504c
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/firewire-core-modules
@@ -0,0 +1 @@
+#include "../powerpc/firewire-core-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/hfs-modules b/debian/installer/modules/powerpc-powerpc64/hfs-modules
new file mode 100644
index 0000000000000..a85f6914303d1
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/hfs-modules
@@ -0,0 +1 @@
+#include "../powerpc/hfs-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/hypervisor-modules b/debian/installer/modules/powerpc-powerpc64/hypervisor-modules
new file mode 100644
index 0000000000000..29ceb6154d7b0
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/hypervisor-modules
@@ -0,0 +1,2 @@
+hvcserver
+hvcs
diff --git a/debian/installer/modules/powerpc-powerpc64/i2c-modules b/debian/installer/modules/powerpc-powerpc64/i2c-modules
new file mode 100644
index 0000000000000..203a607e73ced
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/i2c-modules
@@ -0,0 +1 @@
+#include <i2c-modules>
diff --git a/debian/installer/modules/powerpc-powerpc64/input-modules b/debian/installer/modules/powerpc-powerpc64/input-modules
new file mode 100644
index 0000000000000..38a888940fa72
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/input-modules
@@ -0,0 +1 @@
+#include "../powerpc/input-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/isofs-modules b/debian/installer/modules/powerpc-powerpc64/isofs-modules
new file mode 100644
index 0000000000000..5a03261729437
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/isofs-modules
@@ -0,0 +1 @@
+#include "../powerpc/isofs-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/jfs-modules b/debian/installer/modules/powerpc-powerpc64/jfs-modules
new file mode 100644
index 0000000000000..b71ebd35e8649
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/jfs-modules
@@ -0,0 +1 @@
+#include "../powerpc/jfs-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/kernel-image b/debian/installer/modules/powerpc-powerpc64/kernel-image
new file mode 100644
index 0000000000000..a0b7d0cf49cd9
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/kernel-image
@@ -0,0 +1 @@
+#include "../powerpc/kernel-image"
diff --git a/debian/installer/modules/powerpc-powerpc64/loop-modules b/debian/installer/modules/powerpc-powerpc64/loop-modules
new file mode 100644
index 0000000000000..e2273687f5480
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/loop-modules
@@ -0,0 +1 @@
+#include "../powerpc/loop-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/md-modules b/debian/installer/modules/powerpc-powerpc64/md-modules
new file mode 100644
index 0000000000000..93be33f95c56c
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/md-modules
@@ -0,0 +1 @@
+#include "../powerpc/md-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/mmc-core-modules b/debian/installer/modules/powerpc-powerpc64/mmc-core-modules
new file mode 100644
index 0000000000000..5308bc4346708
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/mmc-core-modules
@@ -0,0 +1 @@
+#include "../powerpc/mmc-core-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/mouse-modules b/debian/installer/modules/powerpc-powerpc64/mouse-modules
new file mode 100644
index 0000000000000..22aca9411c683
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/mouse-modules
@@ -0,0 +1 @@
+#include "../powerpc/mouse-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/mtd-core-modules b/debian/installer/modules/powerpc-powerpc64/mtd-core-modules
new file mode 100644
index 0000000000000..28fdada604192
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/mtd-core-modules
@@ -0,0 +1 @@
+#include <mtd-core-modules>
diff --git a/debian/installer/modules/powerpc-powerpc64/multipath-modules b/debian/installer/modules/powerpc-powerpc64/multipath-modules
new file mode 100644
index 0000000000000..fcb0045b0a156
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/multipath-modules
@@ -0,0 +1 @@
+#include "../powerpc/multipath-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/nbd-modules b/debian/installer/modules/powerpc-powerpc64/nbd-modules
new file mode 100644
index 0000000000000..ff7fc80eab042
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/nbd-modules
@@ -0,0 +1 @@
+#include "../powerpc/nbd-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/nic-modules b/debian/installer/modules/powerpc-powerpc64/nic-modules
new file mode 100644
index 0000000000000..7578f433296cf
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/nic-modules
@@ -0,0 +1 @@
+#include "../powerpc/nic-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/nic-pcmcia-modules b/debian/installer/modules/powerpc-powerpc64/nic-pcmcia-modules
new file mode 100644
index 0000000000000..3f521e9db033f
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/nic-pcmcia-modules
@@ -0,0 +1 @@
+#include "../powerpc/nic-pcmcia-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/nic-shared-modules b/debian/installer/modules/powerpc-powerpc64/nic-shared-modules
new file mode 100644
index 0000000000000..5b05e0d43cb97
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/nic-shared-modules
@@ -0,0 +1 @@
+#include "../powerpc/nic-shared-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/nic-usb-modules b/debian/installer/modules/powerpc-powerpc64/nic-usb-modules
new file mode 100644
index 0000000000000..790780afc7779
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/nic-usb-modules
@@ -0,0 +1 @@
+#include "../powerpc/nic-usb-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/nic-wireless-modules b/debian/installer/modules/powerpc-powerpc64/nic-wireless-modules
new file mode 100644
index 0000000000000..b25c130da6422
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/nic-wireless-modules
@@ -0,0 +1 @@
+#include "../powerpc/nic-wireless-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/pata-modules b/debian/installer/modules/powerpc-powerpc64/pata-modules
new file mode 100644
index 0000000000000..bb9cbe3abe71f
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/pata-modules
@@ -0,0 +1 @@
+#include "../powerpc/pata-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/pcmcia-modules b/debian/installer/modules/powerpc-powerpc64/pcmcia-modules
new file mode 100644
index 0000000000000..e508df6643571
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/pcmcia-modules
@@ -0,0 +1 @@
+#include "../powerpc/pcmcia-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/pcmcia-storage-modules b/debian/installer/modules/powerpc-powerpc64/pcmcia-storage-modules
new file mode 100644
index 0000000000000..f00f24605f567
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/pcmcia-storage-modules
@@ -0,0 +1 @@
+#include "../powerpc/pcmcia-storage-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/ppp-modules b/debian/installer/modules/powerpc-powerpc64/ppp-modules
new file mode 100644
index 0000000000000..eb7ab74a52f17
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/ppp-modules
@@ -0,0 +1 @@
+#include "../powerpc/ppp-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/sata-modules b/debian/installer/modules/powerpc-powerpc64/sata-modules
new file mode 100644
index 0000000000000..591ad741022ab
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/sata-modules
@@ -0,0 +1 @@
+#include "../powerpc/sata-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/scsi-core-modules b/debian/installer/modules/powerpc-powerpc64/scsi-core-modules
new file mode 100644
index 0000000000000..c972a47174087
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/scsi-core-modules
@@ -0,0 +1 @@
+#include "../powerpc/scsi-core-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/scsi-modules b/debian/installer/modules/powerpc-powerpc64/scsi-modules
new file mode 100644
index 0000000000000..74a817729da55
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/scsi-modules
@@ -0,0 +1,7 @@
+#include "../powerpc/scsi-modules"
+
+# Really SATA, but keep it with ps3rom as they both depend on ps3stor_lib
+ps3disk ?
+
+# Exclude target driver
+ibmvscsis -
diff --git a/debian/installer/modules/powerpc-powerpc64/scsi-nic-modules b/debian/installer/modules/powerpc-powerpc64/scsi-nic-modules
new file mode 100644
index 0000000000000..edcfa738e26ef
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/scsi-nic-modules
@@ -0,0 +1 @@
+#include "../powerpc/scsi-nic-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/serial-modules b/debian/installer/modules/powerpc-powerpc64/serial-modules
new file mode 100644
index 0000000000000..349196e30e8b1
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/serial-modules
@@ -0,0 +1 @@
+#include "../powerpc/serial-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/squashfs-modules b/debian/installer/modules/powerpc-powerpc64/squashfs-modules
new file mode 100644
index 0000000000000..32a1b6ffa5591
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/squashfs-modules
@@ -0,0 +1 @@
+#include "../powerpc/squashfs-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/udf-modules b/debian/installer/modules/powerpc-powerpc64/udf-modules
new file mode 100644
index 0000000000000..6c72cbc143c4a
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/udf-modules
@@ -0,0 +1 @@
+#include "../powerpc/udf-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/uinput-modules b/debian/installer/modules/powerpc-powerpc64/uinput-modules
new file mode 100644
index 0000000000000..5020f7cc37480
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/uinput-modules
@@ -0,0 +1 @@
+#include "../powerpc/uinput-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/usb-modules b/debian/installer/modules/powerpc-powerpc64/usb-modules
new file mode 100644
index 0000000000000..9c5b10a7b9e09
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/usb-modules
@@ -0,0 +1 @@
+#include "../powerpc/usb-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/usb-serial-modules b/debian/installer/modules/powerpc-powerpc64/usb-serial-modules
new file mode 100644
index 0000000000000..e25b5586285f2
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/usb-serial-modules
@@ -0,0 +1 @@
+#include "../powerpc/usb-serial-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/usb-storage-modules b/debian/installer/modules/powerpc-powerpc64/usb-storage-modules
new file mode 100644
index 0000000000000..5f278e65f8387
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/usb-storage-modules
@@ -0,0 +1 @@
+#include "../powerpc/usb-storage-modules"
diff --git a/debian/installer/modules/powerpc-powerpc64/xfs-modules b/debian/installer/modules/powerpc-powerpc64/xfs-modules
new file mode 100644
index 0000000000000..c850127e905dd
--- /dev/null
+++ b/debian/installer/modules/powerpc-powerpc64/xfs-modules
@@ -0,0 +1 @@
+#include "../powerpc/xfs-modules"
diff --git a/debian/installer/modules/powerpc/affs-modules b/debian/installer/modules/powerpc/affs-modules
new file mode 100644
index 0000000000000..3f0e4bb909e2f
--- /dev/null
+++ b/debian/installer/modules/powerpc/affs-modules
@@ -0,0 +1,2 @@
+#include <affs-modules>
+
diff --git a/debian/installer/modules/powerpc/ata-modules b/debian/installer/modules/powerpc/ata-modules
new file mode 100644
index 0000000000000..b81c0f38b74ac
--- /dev/null
+++ b/debian/installer/modules/powerpc/ata-modules
@@ -0,0 +1 @@
+#include <ata-modules>
diff --git a/debian/installer/modules/powerpc/btrfs-modules b/debian/installer/modules/powerpc/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/powerpc/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/powerpc/cdrom-core-modules b/debian/installer/modules/powerpc/cdrom-core-modules
new file mode 100644
index 0000000000000..e264d7aa34883
--- /dev/null
+++ b/debian/installer/modules/powerpc/cdrom-core-modules
@@ -0,0 +1,2 @@
+#include <cdrom-core-modules>
+
diff --git a/debian/installer/modules/powerpc/crc-modules b/debian/installer/modules/powerpc/crc-modules
new file mode 100644
index 0000000000000..7e00de705e41c
--- /dev/null
+++ b/debian/installer/modules/powerpc/crc-modules
@@ -0,0 +1 @@
+#include <crc-modules>
diff --git a/debian/installer/modules/powerpc/crypto-dm-modules b/debian/installer/modules/powerpc/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/powerpc/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/powerpc/crypto-modules b/debian/installer/modules/powerpc/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/powerpc/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/powerpc/event-modules b/debian/installer/modules/powerpc/event-modules
new file mode 100644
index 0000000000000..f8819afd361cd
--- /dev/null
+++ b/debian/installer/modules/powerpc/event-modules
@@ -0,0 +1 @@
+#include <event-modules>
diff --git a/debian/installer/modules/powerpc/ext4-modules b/debian/installer/modules/powerpc/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/powerpc/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/powerpc/f2fs-modules b/debian/installer/modules/powerpc/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/powerpc/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/powerpc/fat-modules b/debian/installer/modules/powerpc/fat-modules
new file mode 100644
index 0000000000000..cce8fd30ca4fb
--- /dev/null
+++ b/debian/installer/modules/powerpc/fat-modules
@@ -0,0 +1,2 @@
+#include <fat-modules>
+
diff --git a/debian/installer/modules/powerpc/fb-modules b/debian/installer/modules/powerpc/fb-modules
new file mode 100644
index 0000000000000..3a53ab2692824
--- /dev/null
+++ b/debian/installer/modules/powerpc/fb-modules
@@ -0,0 +1,7 @@
+#include <fb-modules>
+
+# 32-bit PowerMacs mostly have either ATI Rage 128 or Radeon graphics
+# chips for which the offb driver doesn't work properly.  aty128fb is
+# currently built-in but that could plausibly change in future.
+aty128fb
+radeonfb
diff --git a/debian/installer/modules/powerpc/firewire-core-modules b/debian/installer/modules/powerpc/firewire-core-modules
new file mode 100644
index 0000000000000..dcac80af96513
--- /dev/null
+++ b/debian/installer/modules/powerpc/firewire-core-modules
@@ -0,0 +1 @@
+#include <firewire-core-modules>
diff --git a/debian/installer/modules/powerpc/hfs-modules b/debian/installer/modules/powerpc/hfs-modules
new file mode 100644
index 0000000000000..57d12f64921c1
--- /dev/null
+++ b/debian/installer/modules/powerpc/hfs-modules
@@ -0,0 +1 @@
+#include <hfs-modules>
diff --git a/debian/installer/modules/powerpc/input-modules b/debian/installer/modules/powerpc/input-modules
new file mode 100644
index 0000000000000..51e37ced9a772
--- /dev/null
+++ b/debian/installer/modules/powerpc/input-modules
@@ -0,0 +1,3 @@
+#include <input-modules>
+atkbd
+i8042
diff --git a/debian/installer/modules/powerpc/isofs-modules b/debian/installer/modules/powerpc/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/powerpc/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/powerpc/jfs-modules b/debian/installer/modules/powerpc/jfs-modules
new file mode 100644
index 0000000000000..925a43a9e2a59
--- /dev/null
+++ b/debian/installer/modules/powerpc/jfs-modules
@@ -0,0 +1,2 @@
+#include <jfs-modules>
+
diff --git a/debian/installer/modules/powerpc/kernel-image b/debian/installer/modules/powerpc/kernel-image
new file mode 100644
index 0000000000000..b17bb591a8ab1
--- /dev/null
+++ b/debian/installer/modules/powerpc/kernel-image
@@ -0,0 +1,2 @@
+#include <kernel-image>
+bestcomm-core ?
diff --git a/debian/installer/modules/powerpc/loop-modules b/debian/installer/modules/powerpc/loop-modules
new file mode 100644
index 0000000000000..1644677137638
--- /dev/null
+++ b/debian/installer/modules/powerpc/loop-modules
@@ -0,0 +1,2 @@
+#include <loop-modules>
+
diff --git a/debian/installer/modules/powerpc/md-modules b/debian/installer/modules/powerpc/md-modules
new file mode 100644
index 0000000000000..ade088ddbb2f2
--- /dev/null
+++ b/debian/installer/modules/powerpc/md-modules
@@ -0,0 +1,2 @@
+#include <md-modules>
+
diff --git a/debian/installer/modules/powerpc/mmc-core-modules b/debian/installer/modules/powerpc/mmc-core-modules
new file mode 100644
index 0000000000000..7bf38465cf1b5
--- /dev/null
+++ b/debian/installer/modules/powerpc/mmc-core-modules
@@ -0,0 +1 @@
+#include <mmc-core-modules>
diff --git a/debian/installer/modules/powerpc/mouse-modules b/debian/installer/modules/powerpc/mouse-modules
new file mode 100644
index 0000000000000..15fcb00eaa04b
--- /dev/null
+++ b/debian/installer/modules/powerpc/mouse-modules
@@ -0,0 +1 @@
+#include <mouse-modules>
diff --git a/debian/installer/modules/powerpc/multipath-modules b/debian/installer/modules/powerpc/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/powerpc/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/powerpc/nbd-modules b/debian/installer/modules/powerpc/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/powerpc/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/powerpc/nic-modules b/debian/installer/modules/powerpc/nic-modules
new file mode 100644
index 0000000000000..2512e83950dd9
--- /dev/null
+++ b/debian/installer/modules/powerpc/nic-modules
@@ -0,0 +1 @@
+#include <nic-modules>
diff --git a/debian/installer/modules/powerpc/nic-pcmcia-modules b/debian/installer/modules/powerpc/nic-pcmcia-modules
new file mode 100644
index 0000000000000..7a0702cd5585d
--- /dev/null
+++ b/debian/installer/modules/powerpc/nic-pcmcia-modules
@@ -0,0 +1 @@
+#include <nic-pcmcia-modules>
diff --git a/debian/installer/modules/powerpc/nic-shared-modules b/debian/installer/modules/powerpc/nic-shared-modules
new file mode 100644
index 0000000000000..a6f274a444b7b
--- /dev/null
+++ b/debian/installer/modules/powerpc/nic-shared-modules
@@ -0,0 +1,2 @@
+#include <nic-shared-modules>
+llc
diff --git a/debian/installer/modules/powerpc/nic-usb-modules b/debian/installer/modules/powerpc/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/powerpc/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/powerpc/nic-wireless-modules b/debian/installer/modules/powerpc/nic-wireless-modules
new file mode 100644
index 0000000000000..53fd18d7f4c7c
--- /dev/null
+++ b/debian/installer/modules/powerpc/nic-wireless-modules
@@ -0,0 +1 @@
+#include <nic-wireless-modules>
diff --git a/debian/installer/modules/powerpc/pata-modules b/debian/installer/modules/powerpc/pata-modules
new file mode 100644
index 0000000000000..b0cd6337a28d1
--- /dev/null
+++ b/debian/installer/modules/powerpc/pata-modules
@@ -0,0 +1 @@
+#include <pata-modules>
diff --git a/debian/installer/modules/powerpc/pcmcia-modules b/debian/installer/modules/powerpc/pcmcia-modules
new file mode 100644
index 0000000000000..2bb5350fe14f4
--- /dev/null
+++ b/debian/installer/modules/powerpc/pcmcia-modules
@@ -0,0 +1 @@
+#include <pcmcia-modules>
diff --git a/debian/installer/modules/powerpc/pcmcia-storage-modules b/debian/installer/modules/powerpc/pcmcia-storage-modules
new file mode 100644
index 0000000000000..9fbaff306dbda
--- /dev/null
+++ b/debian/installer/modules/powerpc/pcmcia-storage-modules
@@ -0,0 +1,2 @@
+#include <pcmcia-storage-modules>
+
diff --git a/debian/installer/modules/powerpc/ppp-modules b/debian/installer/modules/powerpc/ppp-modules
new file mode 100644
index 0000000000000..f1ae9b3d15ac3
--- /dev/null
+++ b/debian/installer/modules/powerpc/ppp-modules
@@ -0,0 +1,2 @@
+#include <ppp-modules>
+
diff --git a/debian/installer/modules/powerpc/sata-modules b/debian/installer/modules/powerpc/sata-modules
new file mode 100644
index 0000000000000..071cb860bbc5e
--- /dev/null
+++ b/debian/installer/modules/powerpc/sata-modules
@@ -0,0 +1,2 @@
+#include <sata-modules>
+
diff --git a/debian/installer/modules/powerpc/scsi-core-modules b/debian/installer/modules/powerpc/scsi-core-modules
new file mode 100644
index 0000000000000..dd65d661433d8
--- /dev/null
+++ b/debian/installer/modules/powerpc/scsi-core-modules
@@ -0,0 +1 @@
+#include <scsi-core-modules>
diff --git a/debian/installer/modules/powerpc/scsi-modules b/debian/installer/modules/powerpc/scsi-modules
new file mode 100644
index 0000000000000..8909dfb794870
--- /dev/null
+++ b/debian/installer/modules/powerpc/scsi-modules
@@ -0,0 +1 @@
+#include <scsi-modules>
diff --git a/debian/installer/modules/powerpc/scsi-nic-modules b/debian/installer/modules/powerpc/scsi-nic-modules
new file mode 100644
index 0000000000000..089dd5dc6b067
--- /dev/null
+++ b/debian/installer/modules/powerpc/scsi-nic-modules
@@ -0,0 +1 @@
+#include <scsi-nic-modules>
diff --git a/debian/installer/modules/powerpc/serial-modules b/debian/installer/modules/powerpc/serial-modules
new file mode 100644
index 0000000000000..6ab8b8c3551b5
--- /dev/null
+++ b/debian/installer/modules/powerpc/serial-modules
@@ -0,0 +1 @@
+#include <serial-modules>
diff --git a/debian/installer/modules/powerpc/squashfs-modules b/debian/installer/modules/powerpc/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/powerpc/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/powerpc/udf-modules b/debian/installer/modules/powerpc/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/powerpc/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/powerpc/uinput-modules b/debian/installer/modules/powerpc/uinput-modules
new file mode 100644
index 0000000000000..58a8337794426
--- /dev/null
+++ b/debian/installer/modules/powerpc/uinput-modules
@@ -0,0 +1 @@
+#include <uinput-modules>
diff --git a/debian/installer/modules/powerpc/usb-modules b/debian/installer/modules/powerpc/usb-modules
new file mode 100644
index 0000000000000..c598dedd81124
--- /dev/null
+++ b/debian/installer/modules/powerpc/usb-modules
@@ -0,0 +1 @@
+#include <usb-modules>
diff --git a/debian/installer/modules/powerpc/usb-serial-modules b/debian/installer/modules/powerpc/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/powerpc/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/powerpc/usb-storage-modules b/debian/installer/modules/powerpc/usb-storage-modules
new file mode 100644
index 0000000000000..272d95e2e8b12
--- /dev/null
+++ b/debian/installer/modules/powerpc/usb-storage-modules
@@ -0,0 +1,2 @@
+#include <usb-storage-modules>
+
diff --git a/debian/installer/modules/powerpc/xfs-modules b/debian/installer/modules/powerpc/xfs-modules
new file mode 100644
index 0000000000000..c020b5d399f90
--- /dev/null
+++ b/debian/installer/modules/powerpc/xfs-modules
@@ -0,0 +1,2 @@
+#include <xfs-modules>
+
diff --git a/debian/installer/modules/ppc64/affs-modules b/debian/installer/modules/ppc64/affs-modules
new file mode 100644
index 0000000000000..f12f6ace215ad
--- /dev/null
+++ b/debian/installer/modules/ppc64/affs-modules
@@ -0,0 +1 @@
+#include "../powerpc/affs-modules"
diff --git a/debian/installer/modules/ppc64/ata-modules b/debian/installer/modules/ppc64/ata-modules
new file mode 100644
index 0000000000000..39540d4b6a428
--- /dev/null
+++ b/debian/installer/modules/ppc64/ata-modules
@@ -0,0 +1 @@
+#include "../powerpc/ata-modules"
diff --git a/debian/installer/modules/ppc64/btrfs-modules b/debian/installer/modules/ppc64/btrfs-modules
new file mode 100644
index 0000000000000..9eeeb149ab7a6
--- /dev/null
+++ b/debian/installer/modules/ppc64/btrfs-modules
@@ -0,0 +1 @@
+#include "../powerpc/btrfs-modules"
diff --git a/debian/installer/modules/ppc64/cdrom-core-modules b/debian/installer/modules/ppc64/cdrom-core-modules
new file mode 100644
index 0000000000000..feed89a1a493e
--- /dev/null
+++ b/debian/installer/modules/ppc64/cdrom-core-modules
@@ -0,0 +1 @@
+#include "../powerpc/cdrom-core-modules"
diff --git a/debian/installer/modules/ppc64/crc-modules b/debian/installer/modules/ppc64/crc-modules
new file mode 100644
index 0000000000000..b49dc9eca554d
--- /dev/null
+++ b/debian/installer/modules/ppc64/crc-modules
@@ -0,0 +1 @@
+#include "../powerpc/crc-modules"
diff --git a/debian/installer/modules/ppc64/crypto-dm-modules b/debian/installer/modules/ppc64/crypto-dm-modules
new file mode 100644
index 0000000000000..6613c798fb9d6
--- /dev/null
+++ b/debian/installer/modules/ppc64/crypto-dm-modules
@@ -0,0 +1 @@
+#include "../powerpc/crypto-dm-modules"
diff --git a/debian/installer/modules/ppc64/crypto-modules b/debian/installer/modules/ppc64/crypto-modules
new file mode 100644
index 0000000000000..8fa818fb87ae2
--- /dev/null
+++ b/debian/installer/modules/ppc64/crypto-modules
@@ -0,0 +1 @@
+#include "../powerpc/crypto-modules"
diff --git a/debian/installer/modules/ppc64/event-modules b/debian/installer/modules/ppc64/event-modules
new file mode 100644
index 0000000000000..9e9424c60f6e3
--- /dev/null
+++ b/debian/installer/modules/ppc64/event-modules
@@ -0,0 +1 @@
+#include "../powerpc/event-modules"
diff --git a/debian/installer/modules/ppc64/ext4-modules b/debian/installer/modules/ppc64/ext4-modules
new file mode 100644
index 0000000000000..664c3118f39e7
--- /dev/null
+++ b/debian/installer/modules/ppc64/ext4-modules
@@ -0,0 +1 @@
+#include "../powerpc/ext4-modules"
diff --git a/debian/installer/modules/ppc64/f2fs-modules b/debian/installer/modules/ppc64/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/ppc64/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/ppc64/fancontrol-modules b/debian/installer/modules/ppc64/fancontrol-modules
new file mode 100644
index 0000000000000..a3fc55cca941a
--- /dev/null
+++ b/debian/installer/modules/ppc64/fancontrol-modules
@@ -0,0 +1,19 @@
+i2c-powermac ?
+windfarm_core ?
+windfarm_cpufreq_clamp ?
+windfarm_lm75_sensor ?
+windfarm_max6690_sensor ?
+windfarm_pid ?
+windfarm_pm121 ?
+windfarm_pm112 ?
+windfarm_pm81 ?
+windfarm_pm91 ?
+windfarm_pm72 ?
+windfarm_rm31 ?
+windfarm_smu_controls ?
+windfarm_smu_sat ?
+windfarm_smu_sensors ?
+windfarm_ad7417_sensor ?
+windfarm_fcu_controls ?
+windfarm_lm87_sensor ?
+windfarm_pid ?
diff --git a/debian/installer/modules/ppc64/fat-modules b/debian/installer/modules/ppc64/fat-modules
new file mode 100644
index 0000000000000..043dc5602954d
--- /dev/null
+++ b/debian/installer/modules/ppc64/fat-modules
@@ -0,0 +1 @@
+#include "../powerpc/fat-modules"
diff --git a/debian/installer/modules/ppc64/fb-modules b/debian/installer/modules/ppc64/fb-modules
new file mode 100644
index 0000000000000..8857d558d1ee8
--- /dev/null
+++ b/debian/installer/modules/ppc64/fb-modules
@@ -0,0 +1,4 @@
+# We *don't* want the extra modules listed in powerpc/fb-modules
+#include <fb-modules>
+
+ast
diff --git a/debian/installer/modules/ppc64/firewire-core-modules b/debian/installer/modules/ppc64/firewire-core-modules
new file mode 100644
index 0000000000000..035ab3162504c
--- /dev/null
+++ b/debian/installer/modules/ppc64/firewire-core-modules
@@ -0,0 +1 @@
+#include "../powerpc/firewire-core-modules"
diff --git a/debian/installer/modules/ppc64/hfs-modules b/debian/installer/modules/ppc64/hfs-modules
new file mode 100644
index 0000000000000..a85f6914303d1
--- /dev/null
+++ b/debian/installer/modules/ppc64/hfs-modules
@@ -0,0 +1 @@
+#include "../powerpc/hfs-modules"
diff --git a/debian/installer/modules/ppc64/hypervisor-modules b/debian/installer/modules/ppc64/hypervisor-modules
new file mode 100644
index 0000000000000..29ceb6154d7b0
--- /dev/null
+++ b/debian/installer/modules/ppc64/hypervisor-modules
@@ -0,0 +1,2 @@
+hvcserver
+hvcs
diff --git a/debian/installer/modules/ppc64/i2c-modules b/debian/installer/modules/ppc64/i2c-modules
new file mode 100644
index 0000000000000..203a607e73ced
--- /dev/null
+++ b/debian/installer/modules/ppc64/i2c-modules
@@ -0,0 +1 @@
+#include <i2c-modules>
diff --git a/debian/installer/modules/ppc64/input-modules b/debian/installer/modules/ppc64/input-modules
new file mode 100644
index 0000000000000..38a888940fa72
--- /dev/null
+++ b/debian/installer/modules/ppc64/input-modules
@@ -0,0 +1 @@
+#include "../powerpc/input-modules"
diff --git a/debian/installer/modules/ppc64/isofs-modules b/debian/installer/modules/ppc64/isofs-modules
new file mode 100644
index 0000000000000..5a03261729437
--- /dev/null
+++ b/debian/installer/modules/ppc64/isofs-modules
@@ -0,0 +1 @@
+#include "../powerpc/isofs-modules"
diff --git a/debian/installer/modules/ppc64/jfs-modules b/debian/installer/modules/ppc64/jfs-modules
new file mode 100644
index 0000000000000..b71ebd35e8649
--- /dev/null
+++ b/debian/installer/modules/ppc64/jfs-modules
@@ -0,0 +1 @@
+#include "../powerpc/jfs-modules"
diff --git a/debian/installer/modules/ppc64/kernel-image b/debian/installer/modules/ppc64/kernel-image
new file mode 100644
index 0000000000000..a0b7d0cf49cd9
--- /dev/null
+++ b/debian/installer/modules/ppc64/kernel-image
@@ -0,0 +1 @@
+#include "../powerpc/kernel-image"
diff --git a/debian/installer/modules/ppc64/loop-modules b/debian/installer/modules/ppc64/loop-modules
new file mode 100644
index 0000000000000..e2273687f5480
--- /dev/null
+++ b/debian/installer/modules/ppc64/loop-modules
@@ -0,0 +1 @@
+#include "../powerpc/loop-modules"
diff --git a/debian/installer/modules/ppc64/md-modules b/debian/installer/modules/ppc64/md-modules
new file mode 100644
index 0000000000000..93be33f95c56c
--- /dev/null
+++ b/debian/installer/modules/ppc64/md-modules
@@ -0,0 +1 @@
+#include "../powerpc/md-modules"
diff --git a/debian/installer/modules/ppc64/mmc-core-modules b/debian/installer/modules/ppc64/mmc-core-modules
new file mode 100644
index 0000000000000..5308bc4346708
--- /dev/null
+++ b/debian/installer/modules/ppc64/mmc-core-modules
@@ -0,0 +1 @@
+#include "../powerpc/mmc-core-modules"
diff --git a/debian/installer/modules/ppc64/mouse-modules b/debian/installer/modules/ppc64/mouse-modules
new file mode 100644
index 0000000000000..22aca9411c683
--- /dev/null
+++ b/debian/installer/modules/ppc64/mouse-modules
@@ -0,0 +1 @@
+#include "../powerpc/mouse-modules"
diff --git a/debian/installer/modules/ppc64/mtd-core-modules b/debian/installer/modules/ppc64/mtd-core-modules
new file mode 100644
index 0000000000000..28fdada604192
--- /dev/null
+++ b/debian/installer/modules/ppc64/mtd-core-modules
@@ -0,0 +1 @@
+#include <mtd-core-modules>
diff --git a/debian/installer/modules/ppc64/multipath-modules b/debian/installer/modules/ppc64/multipath-modules
new file mode 100644
index 0000000000000..fcb0045b0a156
--- /dev/null
+++ b/debian/installer/modules/ppc64/multipath-modules
@@ -0,0 +1 @@
+#include "../powerpc/multipath-modules"
diff --git a/debian/installer/modules/ppc64/nbd-modules b/debian/installer/modules/ppc64/nbd-modules
new file mode 100644
index 0000000000000..ff7fc80eab042
--- /dev/null
+++ b/debian/installer/modules/ppc64/nbd-modules
@@ -0,0 +1 @@
+#include "../powerpc/nbd-modules"
diff --git a/debian/installer/modules/ppc64/nic-modules b/debian/installer/modules/ppc64/nic-modules
new file mode 100644
index 0000000000000..7578f433296cf
--- /dev/null
+++ b/debian/installer/modules/ppc64/nic-modules
@@ -0,0 +1 @@
+#include "../powerpc/nic-modules"
diff --git a/debian/installer/modules/ppc64/nic-pcmcia-modules b/debian/installer/modules/ppc64/nic-pcmcia-modules
new file mode 100644
index 0000000000000..3f521e9db033f
--- /dev/null
+++ b/debian/installer/modules/ppc64/nic-pcmcia-modules
@@ -0,0 +1 @@
+#include "../powerpc/nic-pcmcia-modules"
diff --git a/debian/installer/modules/ppc64/nic-shared-modules b/debian/installer/modules/ppc64/nic-shared-modules
new file mode 100644
index 0000000000000..5b05e0d43cb97
--- /dev/null
+++ b/debian/installer/modules/ppc64/nic-shared-modules
@@ -0,0 +1 @@
+#include "../powerpc/nic-shared-modules"
diff --git a/debian/installer/modules/ppc64/nic-usb-modules b/debian/installer/modules/ppc64/nic-usb-modules
new file mode 100644
index 0000000000000..790780afc7779
--- /dev/null
+++ b/debian/installer/modules/ppc64/nic-usb-modules
@@ -0,0 +1 @@
+#include "../powerpc/nic-usb-modules"
diff --git a/debian/installer/modules/ppc64/nic-wireless-modules b/debian/installer/modules/ppc64/nic-wireless-modules
new file mode 100644
index 0000000000000..b25c130da6422
--- /dev/null
+++ b/debian/installer/modules/ppc64/nic-wireless-modules
@@ -0,0 +1 @@
+#include "../powerpc/nic-wireless-modules"
diff --git a/debian/installer/modules/ppc64/pata-modules b/debian/installer/modules/ppc64/pata-modules
new file mode 100644
index 0000000000000..bb9cbe3abe71f
--- /dev/null
+++ b/debian/installer/modules/ppc64/pata-modules
@@ -0,0 +1 @@
+#include "../powerpc/pata-modules"
diff --git a/debian/installer/modules/ppc64/pcmcia-modules b/debian/installer/modules/ppc64/pcmcia-modules
new file mode 100644
index 0000000000000..e508df6643571
--- /dev/null
+++ b/debian/installer/modules/ppc64/pcmcia-modules
@@ -0,0 +1 @@
+#include "../powerpc/pcmcia-modules"
diff --git a/debian/installer/modules/ppc64/pcmcia-storage-modules b/debian/installer/modules/ppc64/pcmcia-storage-modules
new file mode 100644
index 0000000000000..f00f24605f567
--- /dev/null
+++ b/debian/installer/modules/ppc64/pcmcia-storage-modules
@@ -0,0 +1 @@
+#include "../powerpc/pcmcia-storage-modules"
diff --git a/debian/installer/modules/ppc64/ppp-modules b/debian/installer/modules/ppc64/ppp-modules
new file mode 100644
index 0000000000000..eb7ab74a52f17
--- /dev/null
+++ b/debian/installer/modules/ppc64/ppp-modules
@@ -0,0 +1 @@
+#include "../powerpc/ppp-modules"
diff --git a/debian/installer/modules/ppc64/sata-modules b/debian/installer/modules/ppc64/sata-modules
new file mode 100644
index 0000000000000..591ad741022ab
--- /dev/null
+++ b/debian/installer/modules/ppc64/sata-modules
@@ -0,0 +1 @@
+#include "../powerpc/sata-modules"
diff --git a/debian/installer/modules/ppc64/scsi-core-modules b/debian/installer/modules/ppc64/scsi-core-modules
new file mode 100644
index 0000000000000..c972a47174087
--- /dev/null
+++ b/debian/installer/modules/ppc64/scsi-core-modules
@@ -0,0 +1 @@
+#include "../powerpc/scsi-core-modules"
diff --git a/debian/installer/modules/ppc64/scsi-modules b/debian/installer/modules/ppc64/scsi-modules
new file mode 100644
index 0000000000000..74a817729da55
--- /dev/null
+++ b/debian/installer/modules/ppc64/scsi-modules
@@ -0,0 +1,7 @@
+#include "../powerpc/scsi-modules"
+
+# Really SATA, but keep it with ps3rom as they both depend on ps3stor_lib
+ps3disk ?
+
+# Exclude target driver
+ibmvscsis -
diff --git a/debian/installer/modules/ppc64/scsi-nic-modules b/debian/installer/modules/ppc64/scsi-nic-modules
new file mode 100644
index 0000000000000..edcfa738e26ef
--- /dev/null
+++ b/debian/installer/modules/ppc64/scsi-nic-modules
@@ -0,0 +1 @@
+#include "../powerpc/scsi-nic-modules"
diff --git a/debian/installer/modules/ppc64/serial-modules b/debian/installer/modules/ppc64/serial-modules
new file mode 100644
index 0000000000000..349196e30e8b1
--- /dev/null
+++ b/debian/installer/modules/ppc64/serial-modules
@@ -0,0 +1 @@
+#include "../powerpc/serial-modules"
diff --git a/debian/installer/modules/ppc64/squashfs-modules b/debian/installer/modules/ppc64/squashfs-modules
new file mode 100644
index 0000000000000..32a1b6ffa5591
--- /dev/null
+++ b/debian/installer/modules/ppc64/squashfs-modules
@@ -0,0 +1 @@
+#include "../powerpc/squashfs-modules"
diff --git a/debian/installer/modules/ppc64/udf-modules b/debian/installer/modules/ppc64/udf-modules
new file mode 100644
index 0000000000000..6c72cbc143c4a
--- /dev/null
+++ b/debian/installer/modules/ppc64/udf-modules
@@ -0,0 +1 @@
+#include "../powerpc/udf-modules"
diff --git a/debian/installer/modules/ppc64/uinput-modules b/debian/installer/modules/ppc64/uinput-modules
new file mode 100644
index 0000000000000..5020f7cc37480
--- /dev/null
+++ b/debian/installer/modules/ppc64/uinput-modules
@@ -0,0 +1 @@
+#include "../powerpc/uinput-modules"
diff --git a/debian/installer/modules/ppc64/usb-modules b/debian/installer/modules/ppc64/usb-modules
new file mode 100644
index 0000000000000..9c5b10a7b9e09
--- /dev/null
+++ b/debian/installer/modules/ppc64/usb-modules
@@ -0,0 +1 @@
+#include "../powerpc/usb-modules"
diff --git a/debian/installer/modules/ppc64/usb-serial-modules b/debian/installer/modules/ppc64/usb-serial-modules
new file mode 100644
index 0000000000000..e25b5586285f2
--- /dev/null
+++ b/debian/installer/modules/ppc64/usb-serial-modules
@@ -0,0 +1 @@
+#include "../powerpc/usb-serial-modules"
diff --git a/debian/installer/modules/ppc64/usb-storage-modules b/debian/installer/modules/ppc64/usb-storage-modules
new file mode 100644
index 0000000000000..5f278e65f8387
--- /dev/null
+++ b/debian/installer/modules/ppc64/usb-storage-modules
@@ -0,0 +1 @@
+#include "../powerpc/usb-storage-modules"
diff --git a/debian/installer/modules/ppc64/xfs-modules b/debian/installer/modules/ppc64/xfs-modules
new file mode 100644
index 0000000000000..c850127e905dd
--- /dev/null
+++ b/debian/installer/modules/ppc64/xfs-modules
@@ -0,0 +1 @@
+#include "../powerpc/xfs-modules"
diff --git a/debian/installer/modules/ppc64el/ata-modules b/debian/installer/modules/ppc64el/ata-modules
new file mode 100644
index 0000000000000..03599667e6401
--- /dev/null
+++ b/debian/installer/modules/ppc64el/ata-modules
@@ -0,0 +1 @@
+#include "../ppc64/ata-modules"
diff --git a/debian/installer/modules/ppc64el/btrfs-modules b/debian/installer/modules/ppc64el/btrfs-modules
new file mode 100644
index 0000000000000..1d9d7d86f4065
--- /dev/null
+++ b/debian/installer/modules/ppc64el/btrfs-modules
@@ -0,0 +1 @@
+#include "../ppc64/btrfs-modules"
diff --git a/debian/installer/modules/ppc64el/cdrom-core-modules b/debian/installer/modules/ppc64el/cdrom-core-modules
new file mode 100644
index 0000000000000..4e22480aa7422
--- /dev/null
+++ b/debian/installer/modules/ppc64el/cdrom-core-modules
@@ -0,0 +1 @@
+#include "../ppc64/cdrom-core-modules"
diff --git a/debian/installer/modules/ppc64el/crc-modules b/debian/installer/modules/ppc64el/crc-modules
new file mode 100644
index 0000000000000..6adf710eec44f
--- /dev/null
+++ b/debian/installer/modules/ppc64el/crc-modules
@@ -0,0 +1 @@
+#include "../ppc64/crc-modules"
diff --git a/debian/installer/modules/ppc64el/crypto-dm-modules b/debian/installer/modules/ppc64el/crypto-dm-modules
new file mode 100644
index 0000000000000..f00e293258332
--- /dev/null
+++ b/debian/installer/modules/ppc64el/crypto-dm-modules
@@ -0,0 +1 @@
+#include "../ppc64/crypto-dm-modules"
diff --git a/debian/installer/modules/ppc64el/crypto-modules b/debian/installer/modules/ppc64el/crypto-modules
new file mode 100644
index 0000000000000..1d84b7f90a346
--- /dev/null
+++ b/debian/installer/modules/ppc64el/crypto-modules
@@ -0,0 +1 @@
+#include "../ppc64/crypto-modules"
diff --git a/debian/installer/modules/ppc64el/event-modules b/debian/installer/modules/ppc64el/event-modules
new file mode 100644
index 0000000000000..e4a33897e1355
--- /dev/null
+++ b/debian/installer/modules/ppc64el/event-modules
@@ -0,0 +1 @@
+#include "../ppc64/event-modules"
diff --git a/debian/installer/modules/ppc64el/ext4-modules b/debian/installer/modules/ppc64el/ext4-modules
new file mode 100644
index 0000000000000..b145b0d960d16
--- /dev/null
+++ b/debian/installer/modules/ppc64el/ext4-modules
@@ -0,0 +1 @@
+#include "../ppc64/ext4-modules"
diff --git a/debian/installer/modules/ppc64el/f2fs-modules b/debian/installer/modules/ppc64el/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/ppc64el/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/ppc64el/fancontrol-modules b/debian/installer/modules/ppc64el/fancontrol-modules
new file mode 100644
index 0000000000000..c3ace7562c5b3
--- /dev/null
+++ b/debian/installer/modules/ppc64el/fancontrol-modules
@@ -0,0 +1 @@
+#include "../ppc64/fancontrol-modules"
diff --git a/debian/installer/modules/ppc64el/fat-modules b/debian/installer/modules/ppc64el/fat-modules
new file mode 100644
index 0000000000000..016d972753449
--- /dev/null
+++ b/debian/installer/modules/ppc64el/fat-modules
@@ -0,0 +1 @@
+#include "../ppc64/fat-modules"
diff --git a/debian/installer/modules/ppc64el/fb-modules b/debian/installer/modules/ppc64el/fb-modules
new file mode 100644
index 0000000000000..9b0ad3c940d68
--- /dev/null
+++ b/debian/installer/modules/ppc64el/fb-modules
@@ -0,0 +1,3 @@
+#include <fb-modules>
+
+ast
diff --git a/debian/installer/modules/ppc64el/firewire-core-modules b/debian/installer/modules/ppc64el/firewire-core-modules
new file mode 100644
index 0000000000000..5a7791fe82dba
--- /dev/null
+++ b/debian/installer/modules/ppc64el/firewire-core-modules
@@ -0,0 +1 @@
+#include "../ppc64/firewire-core-modules"
diff --git a/debian/installer/modules/ppc64el/hypervisor-modules b/debian/installer/modules/ppc64el/hypervisor-modules
new file mode 100644
index 0000000000000..2c8e7d824e403
--- /dev/null
+++ b/debian/installer/modules/ppc64el/hypervisor-modules
@@ -0,0 +1 @@
+#include "../ppc64/hypervisor-modules"
diff --git a/debian/installer/modules/ppc64el/i2c-modules b/debian/installer/modules/ppc64el/i2c-modules
new file mode 100644
index 0000000000000..1121952acc819
--- /dev/null
+++ b/debian/installer/modules/ppc64el/i2c-modules
@@ -0,0 +1 @@
+#include "../ppc64/i2c-modules"
diff --git a/debian/installer/modules/ppc64el/input-modules b/debian/installer/modules/ppc64el/input-modules
new file mode 100644
index 0000000000000..94d6a1174c3f7
--- /dev/null
+++ b/debian/installer/modules/ppc64el/input-modules
@@ -0,0 +1 @@
+#include "../ppc64/input-modules"
diff --git a/debian/installer/modules/ppc64el/isofs-modules b/debian/installer/modules/ppc64el/isofs-modules
new file mode 100644
index 0000000000000..ff9a9e5cb501f
--- /dev/null
+++ b/debian/installer/modules/ppc64el/isofs-modules
@@ -0,0 +1 @@
+#include "../ppc64/isofs-modules"
diff --git a/debian/installer/modules/ppc64el/jfs-modules b/debian/installer/modules/ppc64el/jfs-modules
new file mode 100644
index 0000000000000..86a502bda7b2a
--- /dev/null
+++ b/debian/installer/modules/ppc64el/jfs-modules
@@ -0,0 +1 @@
+#include "../ppc64/jfs-modules"
diff --git a/debian/installer/modules/ppc64el/kernel-image b/debian/installer/modules/ppc64el/kernel-image
new file mode 100644
index 0000000000000..243665337577a
--- /dev/null
+++ b/debian/installer/modules/ppc64el/kernel-image
@@ -0,0 +1 @@
+#include "../ppc64/kernel-image"
diff --git a/debian/installer/modules/ppc64el/loop-modules b/debian/installer/modules/ppc64el/loop-modules
new file mode 100644
index 0000000000000..2373df6431933
--- /dev/null
+++ b/debian/installer/modules/ppc64el/loop-modules
@@ -0,0 +1 @@
+#include "../ppc64/loop-modules"
diff --git a/debian/installer/modules/ppc64el/md-modules b/debian/installer/modules/ppc64el/md-modules
new file mode 100644
index 0000000000000..be97ac8b0e700
--- /dev/null
+++ b/debian/installer/modules/ppc64el/md-modules
@@ -0,0 +1 @@
+#include "../ppc64/md-modules"
diff --git a/debian/installer/modules/ppc64el/mouse-modules b/debian/installer/modules/ppc64el/mouse-modules
new file mode 100644
index 0000000000000..fecdd47a4dcdd
--- /dev/null
+++ b/debian/installer/modules/ppc64el/mouse-modules
@@ -0,0 +1 @@
+#include "../ppc64/mouse-modules"
diff --git a/debian/installer/modules/ppc64el/mtd-core-modules b/debian/installer/modules/ppc64el/mtd-core-modules
new file mode 100644
index 0000000000000..28fdada604192
--- /dev/null
+++ b/debian/installer/modules/ppc64el/mtd-core-modules
@@ -0,0 +1 @@
+#include <mtd-core-modules>
diff --git a/debian/installer/modules/ppc64el/multipath-modules b/debian/installer/modules/ppc64el/multipath-modules
new file mode 100644
index 0000000000000..d6965bdb86f67
--- /dev/null
+++ b/debian/installer/modules/ppc64el/multipath-modules
@@ -0,0 +1 @@
+#include "../ppc64/multipath-modules"
diff --git a/debian/installer/modules/ppc64el/nbd-modules b/debian/installer/modules/ppc64el/nbd-modules
new file mode 100644
index 0000000000000..9037d8f6362dd
--- /dev/null
+++ b/debian/installer/modules/ppc64el/nbd-modules
@@ -0,0 +1 @@
+#include "../ppc64/nbd-modules"
diff --git a/debian/installer/modules/ppc64el/nic-modules b/debian/installer/modules/ppc64el/nic-modules
new file mode 100644
index 0000000000000..f692264177ea9
--- /dev/null
+++ b/debian/installer/modules/ppc64el/nic-modules
@@ -0,0 +1 @@
+#include "../ppc64/nic-modules"
diff --git a/debian/installer/modules/ppc64el/nic-shared-modules b/debian/installer/modules/ppc64el/nic-shared-modules
new file mode 100644
index 0000000000000..c8ff13b12d46a
--- /dev/null
+++ b/debian/installer/modules/ppc64el/nic-shared-modules
@@ -0,0 +1 @@
+#include "../ppc64/nic-shared-modules"
diff --git a/debian/installer/modules/ppc64el/nic-usb-modules b/debian/installer/modules/ppc64el/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/ppc64el/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/ppc64el/nic-wireless-modules b/debian/installer/modules/ppc64el/nic-wireless-modules
new file mode 100644
index 0000000000000..68609a32c063b
--- /dev/null
+++ b/debian/installer/modules/ppc64el/nic-wireless-modules
@@ -0,0 +1 @@
+#include "../ppc64/nic-wireless-modules"
diff --git a/debian/installer/modules/ppc64el/ppp-modules b/debian/installer/modules/ppc64el/ppp-modules
new file mode 100644
index 0000000000000..212615220f219
--- /dev/null
+++ b/debian/installer/modules/ppc64el/ppp-modules
@@ -0,0 +1 @@
+#include "../ppc64/ppp-modules"
diff --git a/debian/installer/modules/ppc64el/sata-modules b/debian/installer/modules/ppc64el/sata-modules
new file mode 100644
index 0000000000000..92f711ac9d71e
--- /dev/null
+++ b/debian/installer/modules/ppc64el/sata-modules
@@ -0,0 +1 @@
+#include "../ppc64/sata-modules"
diff --git a/debian/installer/modules/ppc64el/scsi-core-modules b/debian/installer/modules/ppc64el/scsi-core-modules
new file mode 100644
index 0000000000000..b764c2b2e99a8
--- /dev/null
+++ b/debian/installer/modules/ppc64el/scsi-core-modules
@@ -0,0 +1 @@
+#include "../ppc64/scsi-core-modules"
diff --git a/debian/installer/modules/ppc64el/scsi-modules b/debian/installer/modules/ppc64el/scsi-modules
new file mode 100644
index 0000000000000..c3979d6735cb6
--- /dev/null
+++ b/debian/installer/modules/ppc64el/scsi-modules
@@ -0,0 +1 @@
+#include "../ppc64/scsi-modules"
diff --git a/debian/installer/modules/ppc64el/scsi-nic-modules b/debian/installer/modules/ppc64el/scsi-nic-modules
new file mode 100644
index 0000000000000..089dd5dc6b067
--- /dev/null
+++ b/debian/installer/modules/ppc64el/scsi-nic-modules
@@ -0,0 +1 @@
+#include <scsi-nic-modules>
diff --git a/debian/installer/modules/ppc64el/serial-modules b/debian/installer/modules/ppc64el/serial-modules
new file mode 100644
index 0000000000000..111ebcd6dc563
--- /dev/null
+++ b/debian/installer/modules/ppc64el/serial-modules
@@ -0,0 +1 @@
+#include "../ppc64/serial-modules"
diff --git a/debian/installer/modules/ppc64el/squashfs-modules b/debian/installer/modules/ppc64el/squashfs-modules
new file mode 100644
index 0000000000000..557d0d2046698
--- /dev/null
+++ b/debian/installer/modules/ppc64el/squashfs-modules
@@ -0,0 +1 @@
+#include "../ppc64/squashfs-modules"
diff --git a/debian/installer/modules/ppc64el/udf-modules b/debian/installer/modules/ppc64el/udf-modules
new file mode 100644
index 0000000000000..c7471ab0b958d
--- /dev/null
+++ b/debian/installer/modules/ppc64el/udf-modules
@@ -0,0 +1 @@
+#include "../ppc64/udf-modules"
diff --git a/debian/installer/modules/ppc64el/uinput-modules b/debian/installer/modules/ppc64el/uinput-modules
new file mode 100644
index 0000000000000..4a3898f136de6
--- /dev/null
+++ b/debian/installer/modules/ppc64el/uinput-modules
@@ -0,0 +1 @@
+#include "../ppc64/uinput-modules"
diff --git a/debian/installer/modules/ppc64el/usb-modules b/debian/installer/modules/ppc64el/usb-modules
new file mode 100644
index 0000000000000..a113185a21180
--- /dev/null
+++ b/debian/installer/modules/ppc64el/usb-modules
@@ -0,0 +1 @@
+#include "../ppc64/usb-modules"
diff --git a/debian/installer/modules/ppc64el/usb-serial-modules b/debian/installer/modules/ppc64el/usb-serial-modules
new file mode 100644
index 0000000000000..c7fe81a40275b
--- /dev/null
+++ b/debian/installer/modules/ppc64el/usb-serial-modules
@@ -0,0 +1 @@
+#include "../ppc64/usb-serial-modules"
diff --git a/debian/installer/modules/ppc64el/usb-storage-modules b/debian/installer/modules/ppc64el/usb-storage-modules
new file mode 100644
index 0000000000000..43d2811a904b5
--- /dev/null
+++ b/debian/installer/modules/ppc64el/usb-storage-modules
@@ -0,0 +1 @@
+#include "../ppc64/usb-storage-modules"
diff --git a/debian/installer/modules/ppc64el/xfs-modules b/debian/installer/modules/ppc64el/xfs-modules
new file mode 100644
index 0000000000000..3431331e90b89
--- /dev/null
+++ b/debian/installer/modules/ppc64el/xfs-modules
@@ -0,0 +1 @@
+#include "../ppc64/xfs-modules"
diff --git a/debian/installer/modules/ppp-modules b/debian/installer/modules/ppp-modules
new file mode 100644
index 0000000000000..0dd77f0b5923f
--- /dev/null
+++ b/debian/installer/modules/ppp-modules
@@ -0,0 +1,5 @@
+ppp_async ?
+ppp_deflate
+ppp_synctty ?
+pppoe
+pppox
diff --git a/debian/installer/modules/qnx4-modules b/debian/installer/modules/qnx4-modules
new file mode 100644
index 0000000000000..05d4adc627125
--- /dev/null
+++ b/debian/installer/modules/qnx4-modules
@@ -0,0 +1 @@
+qnx4
diff --git a/debian/installer/modules/rfkill-modules b/debian/installer/modules/rfkill-modules
new file mode 100644
index 0000000000000..c9eff47f940fd
--- /dev/null
+++ b/debian/installer/modules/rfkill-modules
@@ -0,0 +1 @@
+rfkill
diff --git a/debian/installer/modules/riscv64/ata-modules b/debian/installer/modules/riscv64/ata-modules
new file mode 100644
index 0000000000000..ab5e7fdf09d17
--- /dev/null
+++ b/debian/installer/modules/riscv64/ata-modules
@@ -0,0 +1 @@
+libata ?
diff --git a/debian/installer/modules/riscv64/btrfs-modules b/debian/installer/modules/riscv64/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/riscv64/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/riscv64/cdrom-core-modules b/debian/installer/modules/riscv64/cdrom-core-modules
new file mode 100644
index 0000000000000..3ff69b48f4fc3
--- /dev/null
+++ b/debian/installer/modules/riscv64/cdrom-core-modules
@@ -0,0 +1 @@
+#include <cdrom-core-modules>
diff --git a/debian/installer/modules/riscv64/crc-modules b/debian/installer/modules/riscv64/crc-modules
new file mode 100644
index 0000000000000..7e00de705e41c
--- /dev/null
+++ b/debian/installer/modules/riscv64/crc-modules
@@ -0,0 +1 @@
+#include <crc-modules>
diff --git a/debian/installer/modules/riscv64/crypto-dm-modules b/debian/installer/modules/riscv64/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/riscv64/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/riscv64/crypto-modules b/debian/installer/modules/riscv64/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/riscv64/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/riscv64/efi-modules b/debian/installer/modules/riscv64/efi-modules
new file mode 100644
index 0000000000000..e1dc05e8f247a
--- /dev/null
+++ b/debian/installer/modules/riscv64/efi-modules
@@ -0,0 +1 @@
+#include <efi-modules>
diff --git a/debian/installer/modules/riscv64/event-modules b/debian/installer/modules/riscv64/event-modules
new file mode 100644
index 0000000000000..f8819afd361cd
--- /dev/null
+++ b/debian/installer/modules/riscv64/event-modules
@@ -0,0 +1 @@
+#include <event-modules>
diff --git a/debian/installer/modules/riscv64/ext4-modules b/debian/installer/modules/riscv64/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/riscv64/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/riscv64/f2fs-modules b/debian/installer/modules/riscv64/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/riscv64/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/riscv64/fat-modules b/debian/installer/modules/riscv64/fat-modules
new file mode 100644
index 0000000000000..274584eb65fba
--- /dev/null
+++ b/debian/installer/modules/riscv64/fat-modules
@@ -0,0 +1 @@
+#include <fat-modules>
diff --git a/debian/installer/modules/riscv64/fb-modules b/debian/installer/modules/riscv64/fb-modules
new file mode 100644
index 0000000000000..aba524d9021fc
--- /dev/null
+++ b/debian/installer/modules/riscv64/fb-modules
@@ -0,0 +1 @@
+#include <fb-modules>
diff --git a/debian/installer/modules/riscv64/i2c-modules b/debian/installer/modules/riscv64/i2c-modules
new file mode 100644
index 0000000000000..203a607e73ced
--- /dev/null
+++ b/debian/installer/modules/riscv64/i2c-modules
@@ -0,0 +1 @@
+#include <i2c-modules>
diff --git a/debian/installer/modules/riscv64/input-modules b/debian/installer/modules/riscv64/input-modules
new file mode 100644
index 0000000000000..5ecb595a4a491
--- /dev/null
+++ b/debian/installer/modules/riscv64/input-modules
@@ -0,0 +1 @@
+#include <input-modules>
diff --git a/debian/installer/modules/riscv64/isofs-modules b/debian/installer/modules/riscv64/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/riscv64/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/riscv64/jfs-modules b/debian/installer/modules/riscv64/jfs-modules
new file mode 100644
index 0000000000000..7e4d912b95293
--- /dev/null
+++ b/debian/installer/modules/riscv64/jfs-modules
@@ -0,0 +1 @@
+#include <jfs-modules>
diff --git a/debian/installer/modules/riscv64/kernel-image b/debian/installer/modules/riscv64/kernel-image
new file mode 100644
index 0000000000000..653794784ce0c
--- /dev/null
+++ b/debian/installer/modules/riscv64/kernel-image
@@ -0,0 +1,17 @@
+#include <kernel-image>
+
+# Clocks
+drivers/clk/**
+
+# Multifunction devices
+drivers/mfd/**
+
+# PCIe PHYs
+drivers/phy/phy-*-pcie* ?
+drivers/phy/*/phy-*-pcie* ?
+
+# Regulators
+drivers/regulator/**
+
+# RTC
+drivers/rtc/**
diff --git a/debian/installer/modules/riscv64/loop-modules b/debian/installer/modules/riscv64/loop-modules
new file mode 100644
index 0000000000000..c1c948fa33165
--- /dev/null
+++ b/debian/installer/modules/riscv64/loop-modules
@@ -0,0 +1 @@
+#include <loop-modules>
diff --git a/debian/installer/modules/riscv64/md-modules b/debian/installer/modules/riscv64/md-modules
new file mode 100644
index 0000000000000..26115e10b800e
--- /dev/null
+++ b/debian/installer/modules/riscv64/md-modules
@@ -0,0 +1 @@
+#include <md-modules>
diff --git a/debian/installer/modules/riscv64/mmc-core-modules b/debian/installer/modules/riscv64/mmc-core-modules
new file mode 100644
index 0000000000000..7bf38465cf1b5
--- /dev/null
+++ b/debian/installer/modules/riscv64/mmc-core-modules
@@ -0,0 +1 @@
+#include <mmc-core-modules>
diff --git a/debian/installer/modules/riscv64/mmc-modules b/debian/installer/modules/riscv64/mmc-modules
new file mode 100644
index 0000000000000..dadfd5334d629
--- /dev/null
+++ b/debian/installer/modules/riscv64/mmc-modules
@@ -0,0 +1 @@
+#include <mmc-modules>
diff --git a/debian/installer/modules/riscv64/mtd-core-modules b/debian/installer/modules/riscv64/mtd-core-modules
new file mode 100644
index 0000000000000..28fdada604192
--- /dev/null
+++ b/debian/installer/modules/riscv64/mtd-core-modules
@@ -0,0 +1 @@
+#include <mtd-core-modules>
diff --git a/debian/installer/modules/riscv64/mtd-modules b/debian/installer/modules/riscv64/mtd-modules
new file mode 100644
index 0000000000000..5dd7997b2c71a
--- /dev/null
+++ b/debian/installer/modules/riscv64/mtd-modules
@@ -0,0 +1 @@
+#include <mtd-modules>
diff --git a/debian/installer/modules/riscv64/multipath-modules b/debian/installer/modules/riscv64/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/riscv64/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/riscv64/nbd-modules b/debian/installer/modules/riscv64/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/riscv64/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/riscv64/nic-modules b/debian/installer/modules/riscv64/nic-modules
new file mode 100644
index 0000000000000..2512e83950dd9
--- /dev/null
+++ b/debian/installer/modules/riscv64/nic-modules
@@ -0,0 +1 @@
+#include <nic-modules>
diff --git a/debian/installer/modules/riscv64/nic-shared-modules b/debian/installer/modules/riscv64/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/riscv64/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/riscv64/nic-usb-modules b/debian/installer/modules/riscv64/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/riscv64/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/riscv64/nic-wireless-modules b/debian/installer/modules/riscv64/nic-wireless-modules
new file mode 100644
index 0000000000000..53fd18d7f4c7c
--- /dev/null
+++ b/debian/installer/modules/riscv64/nic-wireless-modules
@@ -0,0 +1 @@
+#include <nic-wireless-modules>
diff --git a/debian/installer/modules/riscv64/pata-modules b/debian/installer/modules/riscv64/pata-modules
new file mode 100644
index 0000000000000..b0cd6337a28d1
--- /dev/null
+++ b/debian/installer/modules/riscv64/pata-modules
@@ -0,0 +1 @@
+#include <pata-modules>
diff --git a/debian/installer/modules/riscv64/ppp-modules b/debian/installer/modules/riscv64/ppp-modules
new file mode 100644
index 0000000000000..1f26aa1ee60e9
--- /dev/null
+++ b/debian/installer/modules/riscv64/ppp-modules
@@ -0,0 +1 @@
+#include <ppp-modules>
diff --git a/debian/installer/modules/riscv64/sata-modules b/debian/installer/modules/riscv64/sata-modules
new file mode 100644
index 0000000000000..01318c258b5a8
--- /dev/null
+++ b/debian/installer/modules/riscv64/sata-modules
@@ -0,0 +1 @@
+#include <sata-modules>
diff --git a/debian/installer/modules/riscv64/scsi-core-modules b/debian/installer/modules/riscv64/scsi-core-modules
new file mode 100644
index 0000000000000..dd65d661433d8
--- /dev/null
+++ b/debian/installer/modules/riscv64/scsi-core-modules
@@ -0,0 +1 @@
+#include <scsi-core-modules>
diff --git a/debian/installer/modules/riscv64/scsi-modules b/debian/installer/modules/riscv64/scsi-modules
new file mode 100644
index 0000000000000..675462a141fa6
--- /dev/null
+++ b/debian/installer/modules/riscv64/scsi-modules
@@ -0,0 +1,2 @@
+#include <scsi-modules>
+
diff --git a/debian/installer/modules/riscv64/scsi-nic-modules b/debian/installer/modules/riscv64/scsi-nic-modules
new file mode 100644
index 0000000000000..089dd5dc6b067
--- /dev/null
+++ b/debian/installer/modules/riscv64/scsi-nic-modules
@@ -0,0 +1 @@
+#include <scsi-nic-modules>
diff --git a/debian/installer/modules/riscv64/squashfs-modules b/debian/installer/modules/riscv64/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/riscv64/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/riscv64/udf-modules b/debian/installer/modules/riscv64/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/riscv64/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/riscv64/usb-modules b/debian/installer/modules/riscv64/usb-modules
new file mode 100644
index 0000000000000..c598dedd81124
--- /dev/null
+++ b/debian/installer/modules/riscv64/usb-modules
@@ -0,0 +1 @@
+#include <usb-modules>
diff --git a/debian/installer/modules/riscv64/usb-serial-modules b/debian/installer/modules/riscv64/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/riscv64/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/riscv64/usb-storage-modules b/debian/installer/modules/riscv64/usb-storage-modules
new file mode 100644
index 0000000000000..8c5e81b55e3ae
--- /dev/null
+++ b/debian/installer/modules/riscv64/usb-storage-modules
@@ -0,0 +1 @@
+#include <usb-storage-modules>
diff --git a/debian/installer/modules/riscv64/xfs-modules b/debian/installer/modules/riscv64/xfs-modules
new file mode 100644
index 0000000000000..98374e2bbaf84
--- /dev/null
+++ b/debian/installer/modules/riscv64/xfs-modules
@@ -0,0 +1 @@
+#include <xfs-modules>
diff --git a/debian/installer/modules/s390x/btrfs-modules b/debian/installer/modules/s390x/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/s390x/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/s390x/cdrom-core-modules b/debian/installer/modules/s390x/cdrom-core-modules
new file mode 100644
index 0000000000000..3ff69b48f4fc3
--- /dev/null
+++ b/debian/installer/modules/s390x/cdrom-core-modules
@@ -0,0 +1 @@
+#include <cdrom-core-modules>
diff --git a/debian/installer/modules/s390x/crc-modules b/debian/installer/modules/s390x/crc-modules
new file mode 100644
index 0000000000000..7e00de705e41c
--- /dev/null
+++ b/debian/installer/modules/s390x/crc-modules
@@ -0,0 +1 @@
+#include <crc-modules>
diff --git a/debian/installer/modules/s390x/crypto-dm-modules b/debian/installer/modules/s390x/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/s390x/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/s390x/crypto-modules b/debian/installer/modules/s390x/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/s390x/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/s390x/dasd-extra-modules b/debian/installer/modules/s390x/dasd-extra-modules
new file mode 100644
index 0000000000000..ddd10cdfb115c
--- /dev/null
+++ b/debian/installer/modules/s390x/dasd-extra-modules
@@ -0,0 +1 @@
+dasd_diag_mod
diff --git a/debian/installer/modules/s390x/dasd-modules b/debian/installer/modules/s390x/dasd-modules
new file mode 100644
index 0000000000000..d3df219e70fa3
--- /dev/null
+++ b/debian/installer/modules/s390x/dasd-modules
@@ -0,0 +1,2 @@
+dasd_eckd_mod
+dasd_fba_mod
diff --git a/debian/installer/modules/s390x/ext4-modules b/debian/installer/modules/s390x/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/s390x/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/s390x/f2fs-modules b/debian/installer/modules/s390x/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/s390x/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/s390x/fat-modules b/debian/installer/modules/s390x/fat-modules
new file mode 100644
index 0000000000000..cce8fd30ca4fb
--- /dev/null
+++ b/debian/installer/modules/s390x/fat-modules
@@ -0,0 +1,2 @@
+#include <fat-modules>
+
diff --git a/debian/installer/modules/s390x/isofs-modules b/debian/installer/modules/s390x/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/s390x/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/s390x/kernel-image b/debian/installer/modules/s390x/kernel-image
new file mode 100644
index 0000000000000..fd8c3a7721eac
--- /dev/null
+++ b/debian/installer/modules/s390x/kernel-image
@@ -0,0 +1,2 @@
+#include <kernel-image>
+vmcp ?
diff --git a/debian/installer/modules/s390x/loop-modules b/debian/installer/modules/s390x/loop-modules
new file mode 100644
index 0000000000000..c1c948fa33165
--- /dev/null
+++ b/debian/installer/modules/s390x/loop-modules
@@ -0,0 +1 @@
+#include <loop-modules>
diff --git a/debian/installer/modules/s390x/md-modules b/debian/installer/modules/s390x/md-modules
new file mode 100644
index 0000000000000..ade088ddbb2f2
--- /dev/null
+++ b/debian/installer/modules/s390x/md-modules
@@ -0,0 +1,2 @@
+#include <md-modules>
+
diff --git a/debian/installer/modules/s390x/mtd-core-modules b/debian/installer/modules/s390x/mtd-core-modules
new file mode 100644
index 0000000000000..28fdada604192
--- /dev/null
+++ b/debian/installer/modules/s390x/mtd-core-modules
@@ -0,0 +1 @@
+#include <mtd-core-modules>
diff --git a/debian/installer/modules/s390x/multipath-modules b/debian/installer/modules/s390x/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/s390x/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/s390x/nbd-modules b/debian/installer/modules/s390x/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/s390x/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/s390x/nic-modules b/debian/installer/modules/s390x/nic-modules
new file mode 100644
index 0000000000000..5e39d1f5efd71
--- /dev/null
+++ b/debian/installer/modules/s390x/nic-modules
@@ -0,0 +1,7 @@
+netiucv
+ctcm
+lcs
+qeth
+qeth_l2
+qeth_l3
+virtio_net
diff --git a/debian/installer/modules/s390x/scsi-core-modules b/debian/installer/modules/s390x/scsi-core-modules
new file mode 100644
index 0000000000000..3537f82349aec
--- /dev/null
+++ b/debian/installer/modules/s390x/scsi-core-modules
@@ -0,0 +1,2 @@
+#include <scsi-core-modules>
+
diff --git a/debian/installer/modules/s390x/scsi-modules b/debian/installer/modules/s390x/scsi-modules
new file mode 100644
index 0000000000000..0a64e24fe38b8
--- /dev/null
+++ b/debian/installer/modules/s390x/scsi-modules
@@ -0,0 +1,2 @@
+#include <scsi-modules>
+zfcp
diff --git a/debian/installer/modules/s390x/udf-modules b/debian/installer/modules/s390x/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/s390x/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/s390x/xfs-modules b/debian/installer/modules/s390x/xfs-modules
new file mode 100644
index 0000000000000..c020b5d399f90
--- /dev/null
+++ b/debian/installer/modules/s390x/xfs-modules
@@ -0,0 +1,2 @@
+#include <xfs-modules>
+
diff --git a/debian/installer/modules/sata-modules b/debian/installer/modules/sata-modules
new file mode 100644
index 0000000000000..da038b7396c3d
--- /dev/null
+++ b/debian/installer/modules/sata-modules
@@ -0,0 +1,13 @@
+# Include SATA drivers by default
+drivers/ata/ahci* ?
+drivers/ata/sata_*
+
+# sata-sis depends on pata-sis; avoid a dependency
+pata_sis ?
+
+# Include more SATA drivers with unusual names
+acard-ahci ?
+ata_piix ?
+sx8 ?
+pdc_adma ?
+mtip32xx ?
diff --git a/debian/installer/modules/scsi-core-modules b/debian/installer/modules/scsi-core-modules
new file mode 100644
index 0000000000000..6b95c3a8f8c73
--- /dev/null
+++ b/debian/installer/modules/scsi-core-modules
@@ -0,0 +1,5 @@
+scsi_common
+scsi_mod
+sd_mod
+scsi_transport_sas ?
+scsi_transport_spi ?
diff --git a/debian/installer/modules/scsi-modules b/debian/installer/modules/scsi-modules
new file mode 100644
index 0000000000000..14920f2fc7a63
--- /dev/null
+++ b/debian/installer/modules/scsi-modules
@@ -0,0 +1,48 @@
+# Include SCSI controller drivers by default
+drivers/scsi/**
+mptfc ?
+mptsas ?
+mptspi ?
+
+# Include iSCSI boot support
+iscsi_ibft ?
+
+# Include Xen block driver even though it's not SCSI
+xen-blkfront ?
+
+# Exclude PCMCIA drivers, which depend on pcmcia-modules (FIXME)
+drivers/scsi/pcmcia/* -
+
+# Exclude drivers for converged NICs, packaged in scsi-nic-modules
+drivers/scsi/cxgbi/* -
+cxgb3i -
+cxgb4i -
+qedf -
+qedi -
+
+# Exclude enclosure driver
+ses -
+
+# Exclude target drivers
+tcm_qla2xxx -
+
+# Exclude common code packaged in {cdrom,scsi}-core-modules
+scsi_common -
+scsi_mod -
+sd_mod -
+sr_mod -
+scsi_transport_sas -
+scsi_transport_spi -
+
+# Exclude any other common code that isn't pulled in by dependencies
+drivers/scsi/device_handler/* -
+drivers/scsi/lib** -
+drivers/scsi/osd/* -
+drivers/scsi/scsi_transport_* -
+fcoe -
+raid_class -
+scsi_debug -
+
+# XXX not actually SCSI
+nvme ?
+virtio_blk ?
diff --git a/debian/installer/modules/scsi-nic-modules b/debian/installer/modules/scsi-nic-modules
new file mode 100644
index 0000000000000..b2b8f5e5d09a9
--- /dev/null
+++ b/debian/installer/modules/scsi-nic-modules
@@ -0,0 +1,4 @@
+cxgb3i
+cxgb4i
+qedf
+qedi
diff --git a/debian/installer/modules/serial-modules b/debian/installer/modules/serial-modules
new file mode 100644
index 0000000000000..738348dd66a3a
--- /dev/null
+++ b/debian/installer/modules/serial-modules
@@ -0,0 +1,3 @@
+rp2 ?
+serial_cs ?
+synclink_cs ?
diff --git a/debian/installer/modules/sh4-sh7751r/btrfs-modules b/debian/installer/modules/sh4-sh7751r/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/cdrom-core-modules b/debian/installer/modules/sh4-sh7751r/cdrom-core-modules
new file mode 100644
index 0000000000000..e264d7aa34883
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/cdrom-core-modules
@@ -0,0 +1,2 @@
+#include <cdrom-core-modules>
+
diff --git a/debian/installer/modules/sh4-sh7751r/crc-modules b/debian/installer/modules/sh4-sh7751r/crc-modules
new file mode 100644
index 0000000000000..7e00de705e41c
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/crc-modules
@@ -0,0 +1 @@
+#include <crc-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/crypto-dm-modules b/debian/installer/modules/sh4-sh7751r/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/crypto-modules b/debian/installer/modules/sh4-sh7751r/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/ext4-modules b/debian/installer/modules/sh4-sh7751r/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/f2fs-modules b/debian/installer/modules/sh4-sh7751r/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/fat-modules b/debian/installer/modules/sh4-sh7751r/fat-modules
new file mode 100644
index 0000000000000..274584eb65fba
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/fat-modules
@@ -0,0 +1 @@
+#include <fat-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/firewire-core-modules b/debian/installer/modules/sh4-sh7751r/firewire-core-modules
new file mode 100644
index 0000000000000..dcac80af96513
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/firewire-core-modules
@@ -0,0 +1 @@
+#include <firewire-core-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/i2c-modules b/debian/installer/modules/sh4-sh7751r/i2c-modules
new file mode 100644
index 0000000000000..203a607e73ced
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/i2c-modules
@@ -0,0 +1 @@
+#include <i2c-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/isofs-modules b/debian/installer/modules/sh4-sh7751r/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/jfs-modules b/debian/installer/modules/sh4-sh7751r/jfs-modules
new file mode 100644
index 0000000000000..7e4d912b95293
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/jfs-modules
@@ -0,0 +1 @@
+#include <jfs-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/kernel-image b/debian/installer/modules/sh4-sh7751r/kernel-image
new file mode 100644
index 0000000000000..1d11b1921daea
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/kernel-image
@@ -0,0 +1 @@
+#include <kernel-image>
diff --git a/debian/installer/modules/sh4-sh7751r/loop-modules b/debian/installer/modules/sh4-sh7751r/loop-modules
new file mode 100644
index 0000000000000..c1c948fa33165
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/loop-modules
@@ -0,0 +1 @@
+#include <loop-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/md-modules b/debian/installer/modules/sh4-sh7751r/md-modules
new file mode 100644
index 0000000000000..26115e10b800e
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/md-modules
@@ -0,0 +1 @@
+#include <md-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/minix-modules b/debian/installer/modules/sh4-sh7751r/minix-modules
new file mode 100644
index 0000000000000..82b9843720a1e
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/minix-modules
@@ -0,0 +1 @@
+#include <minix-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/multipath-modules b/debian/installer/modules/sh4-sh7751r/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/nbd-modules b/debian/installer/modules/sh4-sh7751r/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/nic-modules b/debian/installer/modules/sh4-sh7751r/nic-modules
new file mode 100644
index 0000000000000..67761a69cc749
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/nic-modules
@@ -0,0 +1,6 @@
+3c59x ?
+8139too ?
+e100 ?
+e1000 ?
+ne2k-pci ?
+r8169 ?
diff --git a/debian/installer/modules/sh4-sh7751r/nic-shared-modules b/debian/installer/modules/sh4-sh7751r/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/nic-usb-modules b/debian/installer/modules/sh4-sh7751r/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/pata-modules b/debian/installer/modules/sh4-sh7751r/pata-modules
new file mode 100644
index 0000000000000..b0cd6337a28d1
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/pata-modules
@@ -0,0 +1 @@
+#include <pata-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/ppp-modules b/debian/installer/modules/sh4-sh7751r/ppp-modules
new file mode 100644
index 0000000000000..1f26aa1ee60e9
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/ppp-modules
@@ -0,0 +1 @@
+#include <ppp-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/sata-modules b/debian/installer/modules/sh4-sh7751r/sata-modules
new file mode 100644
index 0000000000000..01318c258b5a8
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/sata-modules
@@ -0,0 +1 @@
+#include <sata-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/sound-modules b/debian/installer/modules/sh4-sh7751r/sound-modules
new file mode 100644
index 0000000000000..68395ab3d99a3
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/sound-modules
@@ -0,0 +1 @@
+#include <sound-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/speakup-modules b/debian/installer/modules/sh4-sh7751r/speakup-modules
new file mode 100644
index 0000000000000..29592721a7aa0
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/speakup-modules
@@ -0,0 +1 @@
+#include <speakup-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/squashfs-modules b/debian/installer/modules/sh4-sh7751r/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/udf-modules b/debian/installer/modules/sh4-sh7751r/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/usb-serial-modules b/debian/installer/modules/sh4-sh7751r/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/usb-storage-modules b/debian/installer/modules/sh4-sh7751r/usb-storage-modules
new file mode 100644
index 0000000000000..8c5e81b55e3ae
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/usb-storage-modules
@@ -0,0 +1 @@
+#include <usb-storage-modules>
diff --git a/debian/installer/modules/sh4-sh7751r/xfs-modules b/debian/installer/modules/sh4-sh7751r/xfs-modules
new file mode 100644
index 0000000000000..98374e2bbaf84
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7751r/xfs-modules
@@ -0,0 +1 @@
+#include <xfs-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/ata-modules b/debian/installer/modules/sh4-sh7785lcr/ata-modules
new file mode 100644
index 0000000000000..b81c0f38b74ac
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/ata-modules
@@ -0,0 +1 @@
+#include <ata-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/btrfs-modules b/debian/installer/modules/sh4-sh7785lcr/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/cdrom-core-modules b/debian/installer/modules/sh4-sh7785lcr/cdrom-core-modules
new file mode 100644
index 0000000000000..e264d7aa34883
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/cdrom-core-modules
@@ -0,0 +1,2 @@
+#include <cdrom-core-modules>
+
diff --git a/debian/installer/modules/sh4-sh7785lcr/crc-modules b/debian/installer/modules/sh4-sh7785lcr/crc-modules
new file mode 100644
index 0000000000000..7e00de705e41c
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/crc-modules
@@ -0,0 +1 @@
+#include <crc-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/crypto-dm-modules b/debian/installer/modules/sh4-sh7785lcr/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/crypto-modules b/debian/installer/modules/sh4-sh7785lcr/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/ext4-modules b/debian/installer/modules/sh4-sh7785lcr/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/f2fs-modules b/debian/installer/modules/sh4-sh7785lcr/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/fat-modules b/debian/installer/modules/sh4-sh7785lcr/fat-modules
new file mode 100644
index 0000000000000..274584eb65fba
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/fat-modules
@@ -0,0 +1 @@
+#include <fat-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/firewire-core-modules b/debian/installer/modules/sh4-sh7785lcr/firewire-core-modules
new file mode 100644
index 0000000000000..dcac80af96513
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/firewire-core-modules
@@ -0,0 +1 @@
+#include <firewire-core-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/i2c-modules b/debian/installer/modules/sh4-sh7785lcr/i2c-modules
new file mode 100644
index 0000000000000..203a607e73ced
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/i2c-modules
@@ -0,0 +1 @@
+#include <i2c-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/isofs-modules b/debian/installer/modules/sh4-sh7785lcr/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/jfs-modules b/debian/installer/modules/sh4-sh7785lcr/jfs-modules
new file mode 100644
index 0000000000000..7e4d912b95293
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/jfs-modules
@@ -0,0 +1 @@
+#include <jfs-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/kernel-image b/debian/installer/modules/sh4-sh7785lcr/kernel-image
new file mode 100644
index 0000000000000..1d11b1921daea
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/kernel-image
@@ -0,0 +1 @@
+#include <kernel-image>
diff --git a/debian/installer/modules/sh4-sh7785lcr/loop-modules b/debian/installer/modules/sh4-sh7785lcr/loop-modules
new file mode 100644
index 0000000000000..c1c948fa33165
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/loop-modules
@@ -0,0 +1 @@
+#include <loop-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/md-modules b/debian/installer/modules/sh4-sh7785lcr/md-modules
new file mode 100644
index 0000000000000..26115e10b800e
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/md-modules
@@ -0,0 +1 @@
+#include <md-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/minix-modules b/debian/installer/modules/sh4-sh7785lcr/minix-modules
new file mode 100644
index 0000000000000..82b9843720a1e
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/minix-modules
@@ -0,0 +1 @@
+#include <minix-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/multipath-modules b/debian/installer/modules/sh4-sh7785lcr/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/nbd-modules b/debian/installer/modules/sh4-sh7785lcr/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/nic-modules b/debian/installer/modules/sh4-sh7785lcr/nic-modules
new file mode 100644
index 0000000000000..67761a69cc749
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/nic-modules
@@ -0,0 +1,6 @@
+3c59x ?
+8139too ?
+e100 ?
+e1000 ?
+ne2k-pci ?
+r8169 ?
diff --git a/debian/installer/modules/sh4-sh7785lcr/nic-shared-modules b/debian/installer/modules/sh4-sh7785lcr/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/nic-usb-modules b/debian/installer/modules/sh4-sh7785lcr/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/pata-modules b/debian/installer/modules/sh4-sh7785lcr/pata-modules
new file mode 100644
index 0000000000000..b0cd6337a28d1
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/pata-modules
@@ -0,0 +1 @@
+#include <pata-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/ppp-modules b/debian/installer/modules/sh4-sh7785lcr/ppp-modules
new file mode 100644
index 0000000000000..1f26aa1ee60e9
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/ppp-modules
@@ -0,0 +1 @@
+#include <ppp-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/sata-modules b/debian/installer/modules/sh4-sh7785lcr/sata-modules
new file mode 100644
index 0000000000000..01318c258b5a8
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/sata-modules
@@ -0,0 +1 @@
+#include <sata-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/scsi-core-modules b/debian/installer/modules/sh4-sh7785lcr/scsi-core-modules
new file mode 100644
index 0000000000000..dd65d661433d8
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/scsi-core-modules
@@ -0,0 +1 @@
+#include <scsi-core-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/sound-modules b/debian/installer/modules/sh4-sh7785lcr/sound-modules
new file mode 100644
index 0000000000000..68395ab3d99a3
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/sound-modules
@@ -0,0 +1 @@
+#include <sound-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/speakup-modules b/debian/installer/modules/sh4-sh7785lcr/speakup-modules
new file mode 100644
index 0000000000000..29592721a7aa0
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/speakup-modules
@@ -0,0 +1 @@
+#include <speakup-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/squashfs-modules b/debian/installer/modules/sh4-sh7785lcr/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/udf-modules b/debian/installer/modules/sh4-sh7785lcr/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/usb-modules b/debian/installer/modules/sh4-sh7785lcr/usb-modules
new file mode 100644
index 0000000000000..c598dedd81124
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/usb-modules
@@ -0,0 +1 @@
+#include <usb-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/usb-serial-modules b/debian/installer/modules/sh4-sh7785lcr/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/sh4-sh7785lcr/xfs-modules b/debian/installer/modules/sh4-sh7785lcr/xfs-modules
new file mode 100644
index 0000000000000..98374e2bbaf84
--- /dev/null
+++ b/debian/installer/modules/sh4-sh7785lcr/xfs-modules
@@ -0,0 +1 @@
+#include <xfs-modules>
diff --git a/debian/installer/modules/sound-modules b/debian/installer/modules/sound-modules
new file mode 100644
index 0000000000000..7bd30ee8e5577
--- /dev/null
+++ b/debian/installer/modules/sound-modules
@@ -0,0 +1,15 @@
+# Include sound drivers by default
+sound/**
+
+# Exclude any core/shared modules that aren't pulled in by dependencies
+sound/core/** -
+sound/drivers/** -
+sound/i2c/** -
+
+# Exclude synthesiser drivers
+snd-adlib -
+sound/**-synth -
+
+# Exclude soft-modem drivers
+sound/**-modem -
+snd-intel8x0m -
diff --git a/debian/installer/modules/sparc64/ata-modules b/debian/installer/modules/sparc64/ata-modules
new file mode 100644
index 0000000000000..b81c0f38b74ac
--- /dev/null
+++ b/debian/installer/modules/sparc64/ata-modules
@@ -0,0 +1 @@
+#include <ata-modules>
diff --git a/debian/installer/modules/sparc64/btrfs-modules b/debian/installer/modules/sparc64/btrfs-modules
new file mode 100644
index 0000000000000..e261e13883804
--- /dev/null
+++ b/debian/installer/modules/sparc64/btrfs-modules
@@ -0,0 +1 @@
+#include <btrfs-modules>
diff --git a/debian/installer/modules/sparc64/cdrom-core-modules b/debian/installer/modules/sparc64/cdrom-core-modules
new file mode 100644
index 0000000000000..e264d7aa34883
--- /dev/null
+++ b/debian/installer/modules/sparc64/cdrom-core-modules
@@ -0,0 +1,2 @@
+#include <cdrom-core-modules>
+
diff --git a/debian/installer/modules/sparc64/crc-modules b/debian/installer/modules/sparc64/crc-modules
new file mode 100644
index 0000000000000..7e00de705e41c
--- /dev/null
+++ b/debian/installer/modules/sparc64/crc-modules
@@ -0,0 +1 @@
+#include <crc-modules>
diff --git a/debian/installer/modules/sparc64/crypto-dm-modules b/debian/installer/modules/sparc64/crypto-dm-modules
new file mode 100644
index 0000000000000..4c8f2354cd264
--- /dev/null
+++ b/debian/installer/modules/sparc64/crypto-dm-modules
@@ -0,0 +1 @@
+#include <crypto-dm-modules>
diff --git a/debian/installer/modules/sparc64/crypto-modules b/debian/installer/modules/sparc64/crypto-modules
new file mode 100644
index 0000000000000..3a1e862b4cc9f
--- /dev/null
+++ b/debian/installer/modules/sparc64/crypto-modules
@@ -0,0 +1 @@
+#include <crypto-modules>
diff --git a/debian/installer/modules/sparc64/ext4-modules b/debian/installer/modules/sparc64/ext4-modules
new file mode 100644
index 0000000000000..394c577ce40dd
--- /dev/null
+++ b/debian/installer/modules/sparc64/ext4-modules
@@ -0,0 +1 @@
+#include <ext4-modules>
diff --git a/debian/installer/modules/sparc64/f2fs-modules b/debian/installer/modules/sparc64/f2fs-modules
new file mode 100644
index 0000000000000..34359e041189c
--- /dev/null
+++ b/debian/installer/modules/sparc64/f2fs-modules
@@ -0,0 +1 @@
+#include <f2fs-modules>
diff --git a/debian/installer/modules/sparc64/fat-modules b/debian/installer/modules/sparc64/fat-modules
new file mode 100644
index 0000000000000..cce8fd30ca4fb
--- /dev/null
+++ b/debian/installer/modules/sparc64/fat-modules
@@ -0,0 +1,2 @@
+#include <fat-modules>
+
diff --git a/debian/installer/modules/sparc64/fb-modules b/debian/installer/modules/sparc64/fb-modules
new file mode 100644
index 0000000000000..aba524d9021fc
--- /dev/null
+++ b/debian/installer/modules/sparc64/fb-modules
@@ -0,0 +1 @@
+#include <fb-modules>
diff --git a/debian/installer/modules/sparc64/i2c-modules b/debian/installer/modules/sparc64/i2c-modules
new file mode 100644
index 0000000000000..203a607e73ced
--- /dev/null
+++ b/debian/installer/modules/sparc64/i2c-modules
@@ -0,0 +1 @@
+#include <i2c-modules>
diff --git a/debian/installer/modules/sparc64/input-modules b/debian/installer/modules/sparc64/input-modules
new file mode 100644
index 0000000000000..5ecb595a4a491
--- /dev/null
+++ b/debian/installer/modules/sparc64/input-modules
@@ -0,0 +1 @@
+#include <input-modules>
diff --git a/debian/installer/modules/sparc64/isofs-modules b/debian/installer/modules/sparc64/isofs-modules
new file mode 100644
index 0000000000000..da4fa9a3c77dd
--- /dev/null
+++ b/debian/installer/modules/sparc64/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/modules/sparc64/jfs-modules b/debian/installer/modules/sparc64/jfs-modules
new file mode 100644
index 0000000000000..7e4d912b95293
--- /dev/null
+++ b/debian/installer/modules/sparc64/jfs-modules
@@ -0,0 +1 @@
+#include <jfs-modules>
diff --git a/debian/installer/modules/sparc64/kernel-image b/debian/installer/modules/sparc64/kernel-image
new file mode 100644
index 0000000000000..1d11b1921daea
--- /dev/null
+++ b/debian/installer/modules/sparc64/kernel-image
@@ -0,0 +1 @@
+#include <kernel-image>
diff --git a/debian/installer/modules/sparc64/md-modules b/debian/installer/modules/sparc64/md-modules
new file mode 100644
index 0000000000000..ade088ddbb2f2
--- /dev/null
+++ b/debian/installer/modules/sparc64/md-modules
@@ -0,0 +1,2 @@
+#include <md-modules>
+
diff --git a/debian/installer/modules/sparc64/multipath-modules b/debian/installer/modules/sparc64/multipath-modules
new file mode 100644
index 0000000000000..a8b69b2537a06
--- /dev/null
+++ b/debian/installer/modules/sparc64/multipath-modules
@@ -0,0 +1 @@
+#include <multipath-modules>
diff --git a/debian/installer/modules/sparc64/nbd-modules b/debian/installer/modules/sparc64/nbd-modules
new file mode 100644
index 0000000000000..3c9b3e5d426dc
--- /dev/null
+++ b/debian/installer/modules/sparc64/nbd-modules
@@ -0,0 +1 @@
+#include <nbd-modules>
diff --git a/debian/installer/modules/sparc64/nic-modules b/debian/installer/modules/sparc64/nic-modules
new file mode 100644
index 0000000000000..ad212bc8bd706
--- /dev/null
+++ b/debian/installer/modules/sparc64/nic-modules
@@ -0,0 +1,4 @@
+#include <nic-modules>
+
+eql
+skfp
diff --git a/debian/installer/modules/sparc64/nic-shared-modules b/debian/installer/modules/sparc64/nic-shared-modules
new file mode 100644
index 0000000000000..cc84b14dcd107
--- /dev/null
+++ b/debian/installer/modules/sparc64/nic-shared-modules
@@ -0,0 +1 @@
+#include <nic-shared-modules>
diff --git a/debian/installer/modules/sparc64/nic-usb-modules b/debian/installer/modules/sparc64/nic-usb-modules
new file mode 100644
index 0000000000000..c479669b477e4
--- /dev/null
+++ b/debian/installer/modules/sparc64/nic-usb-modules
@@ -0,0 +1 @@
+#include <nic-usb-modules>
diff --git a/debian/installer/modules/sparc64/pata-modules b/debian/installer/modules/sparc64/pata-modules
new file mode 100644
index 0000000000000..b0cd6337a28d1
--- /dev/null
+++ b/debian/installer/modules/sparc64/pata-modules
@@ -0,0 +1 @@
+#include <pata-modules>
diff --git a/debian/installer/modules/sparc64/ppp-modules b/debian/installer/modules/sparc64/ppp-modules
new file mode 100644
index 0000000000000..f1ae9b3d15ac3
--- /dev/null
+++ b/debian/installer/modules/sparc64/ppp-modules
@@ -0,0 +1,2 @@
+#include <ppp-modules>
+
diff --git a/debian/installer/modules/sparc64/sata-modules b/debian/installer/modules/sparc64/sata-modules
new file mode 100644
index 0000000000000..01318c258b5a8
--- /dev/null
+++ b/debian/installer/modules/sparc64/sata-modules
@@ -0,0 +1 @@
+#include <sata-modules>
diff --git a/debian/installer/modules/sparc64/scsi-core-modules b/debian/installer/modules/sparc64/scsi-core-modules
new file mode 100644
index 0000000000000..6026fdf46e6c6
--- /dev/null
+++ b/debian/installer/modules/sparc64/scsi-core-modules
@@ -0,0 +1,6 @@
+#include <scsi-core-modules>
+
+# Support for virtual disk devices as a client under Sun Logical Domains.
+# Does not really belong here, but it's better than adding a new kernel
+# udeb just for this module.
+sunvdc ?
diff --git a/debian/installer/modules/sparc64/scsi-modules b/debian/installer/modules/sparc64/scsi-modules
new file mode 100644
index 0000000000000..263dcc9d4aed5
--- /dev/null
+++ b/debian/installer/modules/sparc64/scsi-modules
@@ -0,0 +1,26 @@
+3w-9xxx
+3w-xxxx
+aacraid
+aic79xx
+aic7xxx
+aic94xx
+arcmsr
+atp870u ?
+dc395x
+dmx3191d
+hptiop
+initio
+ipr
+lpfc
+megaraid
+megaraid_sas
+mpt3sas
+mptsas
+mptspi
+qla1280 ?
+qla2xxx ?
+qla4xxx ?
+qlogicpti ?
+stex
+sun_esp
+sym53c8xx
diff --git a/debian/installer/modules/sparc64/squashfs-modules b/debian/installer/modules/sparc64/squashfs-modules
new file mode 100644
index 0000000000000..42d77887ad3d2
--- /dev/null
+++ b/debian/installer/modules/sparc64/squashfs-modules
@@ -0,0 +1 @@
+#include <squashfs-modules>
diff --git a/debian/installer/modules/sparc64/udf-modules b/debian/installer/modules/sparc64/udf-modules
new file mode 100644
index 0000000000000..b90d7ee9b52ed
--- /dev/null
+++ b/debian/installer/modules/sparc64/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
diff --git a/debian/installer/modules/sparc64/ufs-modules b/debian/installer/modules/sparc64/ufs-modules
new file mode 100644
index 0000000000000..163ead095a541
--- /dev/null
+++ b/debian/installer/modules/sparc64/ufs-modules
@@ -0,0 +1 @@
+#include <ufs-modules>
diff --git a/debian/installer/modules/sparc64/usb-modules b/debian/installer/modules/sparc64/usb-modules
new file mode 100644
index 0000000000000..c598dedd81124
--- /dev/null
+++ b/debian/installer/modules/sparc64/usb-modules
@@ -0,0 +1 @@
+#include <usb-modules>
diff --git a/debian/installer/modules/sparc64/usb-serial-modules b/debian/installer/modules/sparc64/usb-serial-modules
new file mode 100644
index 0000000000000..c0a0dc3bd179a
--- /dev/null
+++ b/debian/installer/modules/sparc64/usb-serial-modules
@@ -0,0 +1 @@
+#include <usb-serial-modules>
diff --git a/debian/installer/modules/sparc64/usb-storage-modules b/debian/installer/modules/sparc64/usb-storage-modules
new file mode 100644
index 0000000000000..272d95e2e8b12
--- /dev/null
+++ b/debian/installer/modules/sparc64/usb-storage-modules
@@ -0,0 +1,2 @@
+#include <usb-storage-modules>
+
diff --git a/debian/installer/modules/sparc64/xfs-modules b/debian/installer/modules/sparc64/xfs-modules
new file mode 100644
index 0000000000000..c020b5d399f90
--- /dev/null
+++ b/debian/installer/modules/sparc64/xfs-modules
@@ -0,0 +1,2 @@
+#include <xfs-modules>
+
diff --git a/debian/installer/modules/speakup-modules b/debian/installer/modules/speakup-modules
new file mode 100644
index 0000000000000..16822b914bc12
--- /dev/null
+++ b/debian/installer/modules/speakup-modules
@@ -0,0 +1,15 @@
+speakup
+speakup_acntpc ?
+speakup_acntsa
+speakup_apollo
+speakup_audptr
+speakup_bns
+speakup_decext
+speakup_dectlk
+speakup_dtlk ?
+speakup_dummy
+speakup_keypc ?
+speakup_ltlk
+speakup_soft
+speakup_spkout
+speakup_txprt
diff --git a/debian/installer/modules/squashfs-modules b/debian/installer/modules/squashfs-modules
new file mode 100644
index 0000000000000..7c1157fa31e74
--- /dev/null
+++ b/debian/installer/modules/squashfs-modules
@@ -0,0 +1 @@
+squashfs
diff --git a/debian/installer/modules/udf-modules b/debian/installer/modules/udf-modules
new file mode 100644
index 0000000000000..97c604ff2f150
--- /dev/null
+++ b/debian/installer/modules/udf-modules
@@ -0,0 +1 @@
+udf
diff --git a/debian/installer/modules/ufs-modules b/debian/installer/modules/ufs-modules
new file mode 100644
index 0000000000000..19173e9aac31e
--- /dev/null
+++ b/debian/installer/modules/ufs-modules
@@ -0,0 +1 @@
+ufs
diff --git a/debian/installer/modules/uinput-modules b/debian/installer/modules/uinput-modules
new file mode 100644
index 0000000000000..42bc0053c7855
--- /dev/null
+++ b/debian/installer/modules/uinput-modules
@@ -0,0 +1 @@
+uinput
diff --git a/debian/installer/modules/usb-modules b/debian/installer/modules/usb-modules
new file mode 100644
index 0000000000000..68490ca76d481
--- /dev/null
+++ b/debian/installer/modules/usb-modules
@@ -0,0 +1,21 @@
+# Include USB host and dual-role drivers by default
+drivers/usb/host/**
+drivers/usb/c67x00/* ?
+drivers/usb/chipidea/* ?
+drivers/usb/dwc2/* ?
+drivers/usb/dwc3/* ?
+drivers/usb/isp1760/* ?
+drivers/usb/musb/* ?
+drivers/usb/renesas_usbhs/* ?
+
+# Exclude some obscure host drivers
+hwa-hc -
+sl811_cs -
+sl811-hcd -
+u132-hcd -
+whci-hcd -
+
+# Include USB PHY drivers by default
+drivers/phy/phy-*-usb* ?
+drivers/phy/*/phy-*-usb* ?
+drivers/usb/phy/* ?
diff --git a/debian/installer/modules/usb-serial-modules b/debian/installer/modules/usb-serial-modules
new file mode 100644
index 0000000000000..28f3aa7600605
--- /dev/null
+++ b/debian/installer/modules/usb-serial-modules
@@ -0,0 +1,28 @@
+# Include USB serial drivers by default
+drivers/usb/serial/*
+
+# Exclude drivers that are useless for serial consoles
+aircable -
+cyberjack -
+cypress_m8 -
+empeg -
+garmin_gps -
+ipaq -
+ipw -
+ir-usb -
+iuu_phoenix -
+kobil_sct -
+metro-usb -
+navman -
+omninet -
+opticon -
+option -
+qcaux -
+qcserial -
+sierra -
+symbolserial -
+usb_debug -
+usb_wwan -
+visor -
+wishbone-serial -
+xsens_mt -
diff --git a/debian/installer/modules/usb-storage-modules b/debian/installer/modules/usb-storage-modules
new file mode 100644
index 0000000000000..013c58cfc1493
--- /dev/null
+++ b/debian/installer/modules/usb-storage-modules
@@ -0,0 +1,2 @@
+# Include USB storage drivers by default
+drivers/usb/storage/*
diff --git a/debian/installer/modules/xfs-modules b/debian/installer/modules/xfs-modules
new file mode 100644
index 0000000000000..7bd8fb2ac4765
--- /dev/null
+++ b/debian/installer/modules/xfs-modules
@@ -0,0 +1,2 @@
+# Not available currently on all kernel versions, so marked optional.
+xfs ?
diff --git a/debian/installer/package-list b/debian/installer/package-list
new file mode 100644
index 0000000000000..41665ca97b281
--- /dev/null
+++ b/debian/installer/package-list
@@ -0,0 +1,443 @@
+# This file is used to build up the control file. The kernel version and
+# "-di" are appended to the package names. Section can be left out. So can
+# architecture, which is derived from the files in the modules directory.
+#
+Package: kernel-image
+Provides_arm64: mmc-core-modules
+Provides_armel: rtc-modules
+Provides_armmp: mmc-core-modules, mtd-core-modules
+Provides_i386: rtc-modules
+Provides_ia64: efi-modules
+Provides_mips: i2c-modules, rtc-modules, mtd-core-modules, mtd-modules
+Provides_mips64: i2c-modules, rtc-modules, mtd-core-modules, mtd-modules
+Provides_mips64el: i2c-modules, rtc-modules, mtd-core-modules, mtd-modules
+Provides_mips64r6: i2c-modules, rtc-modules, mtd-core-modules, mtd-modules
+Provides_mips64r6el: i2c-modules, rtc-modules, mtd-core-modules, mtd-modules
+Provides_mipsel: i2c-modules, rtc-modules, mtd-core-modules, mtd-modules
+Provides_mipsr6: i2c-modules, rtc-modules, mtd-core-modules, mtd-modules
+Provides_mipsr6el: i2c-modules, rtc-modules, mtd-core-modules, mtd-modules
+Provides_parisc64: i2c-modules
+Provides_powerpc: i2c-modules
+Provides_powerpc64:
+Provides_sh4: event-modules, fb-modules, input-modules, mouse-modules, nic-shared-modules, rtc-modules, uinput-modules, usb-modules
+Priority: standard
+Description: Linux kernel image and core modules for the Debian installer
+ This package contains the kernel image and core modules for the Debian
+ installer boot images. It does _not_ provide a usable kernel for your full
+ Debian system.
+
+Package: nic-modules
+Depends: kernel-image, nic-shared-modules, i2c-modules, crc-modules, mtd-core-modules
+Provides: nic-extra-modules
+Priority: standard
+Description: NIC drivers
+ This package contains Ethernet and some paravirtualised network drivers
+ for the kernel.
+
+Package: nic-wireless-modules
+Depends: kernel-image, nic-shared-modules, usb-modules, mmc-core-modules, pcmcia-modules, crc-modules, rfkill-modules, crypto-modules
+Priority: standard
+Description: Wireless NIC drivers
+ This package contains wireless NIC drivers for the kernel.
+ Includes crypto modules only needed for wireless (WEP, WPA).
+
+Package: nic-shared-modules
+Depends: kernel-image, crc-modules, i2c-modules
+Priority: standard
+Description: Shared NIC drivers
+ This package contains NIC drivers needed by combinations of nic-modules,
+ nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules.
+
+Package: serial-modules
+Depends: kernel-image, pcmcia-modules
+Priority: optional
+Description: Serial drivers
+ This package contains serial drivers for the kernel.
+
+Package: usb-serial-modules
+Depends: kernel-image, usb-modules
+Priority: optional
+Description: USB serial drivers
+ This package contains USB serial drivers for the kernel.
+
+Package: ppp-modules
+Depends: kernel-image, serial-modules, crc-modules
+Priority: optional
+Description: PPP drivers
+ This package contains PPP drivers for the kernel.
+
+Package: pata-modules
+Depends: kernel-image, ata-modules
+Priority: standard
+Priority_armhf: optional
+Description: PATA drivers
+ This package contains PATA drivers for the kernel.
+
+Package: cdrom-core-modules
+Depends: kernel-image, scsi-core-modules
+Priority: standard
+Description: CDROM support
+ This package contains core CDROM support for the kernel.
+
+Package: firewire-core-modules
+Depends: kernel-image, scsi-core-modules, crc-modules
+Priority: standard
+Description: Core FireWire drivers
+ This package contains core FireWire drivers for the kernel.
+
+Package: scsi-core-modules
+Depends: kernel-image, crc-modules
+Priority: standard
+Description: Core SCSI subsystem
+ This package contains the core SCSI subsystem for the kernel.
+
+Package: scsi-modules
+Depends: kernel-image, scsi-core-modules, cdrom-core-modules, ata-modules
+Priority: standard
+Description: SCSI drivers
+ This package contains SCSI drivers for the kernel.
+
+Package: scsi-nic-modules
+Depends: scsi-modules, nic-modules
+Priority: optional
+Description: SCSI drivers for converged NICs
+ This package contains SCSI drivers that depend on net drivers.
+
+Package: loop-modules
+Depends: kernel-image
+Priority: standard
+Description: Loopback filesystem support
+ This package contains loopback filesystem support for the kernel.
+
+Package: ipv6-modules
+Depends: kernel-image
+Priority: optional
+Description: IPv6 driver
+ This package contains the IPv6 driver for the kernel.
+
+Package: btrfs-modules
+Depends: kernel-image, crc-modules, md-modules
+Priority: optional
+Description: BTRFS filesystem support
+ This package contains the BTRFS filesystem module for the kernel.
+
+Package: ext4-modules
+Depends: kernel-image, crc-modules
+Provides: ext2-modules, ext3-modules
+Priority: standard
+Description: ext2/ext3/ext4 filesystem support
+ This package contains the ext4 filesystem module for the kernel, which
+ also supports ext2 and ext3.
+
+Package: isofs-modules
+Depends: kernel-image, cdrom-core-modules
+Priority: standard
+Description: ISOFS filesystem support
+ This package contains the ISOFS filesystem module for the kernel.
+
+Package: jffs2-modules
+Depends: kernel-image, mtd-modules
+Priority: optional
+Description: JFFS2 filesystem support
+ This package contains the JFFS2 filesystem module for the kernel.
+
+Package: jfs-modules
+Depends: kernel-image
+Priority: standard
+Description: JFS filesystem support
+ This package contains the JFS filesystem module for the kernel.
+
+Package: ufs-modules
+Depends: kernel-image
+Priority: optional
+Description: UFS filesystem support
+ This package contains the UFS filesystem module for the kernel.
+
+Package: xfs-modules
+Depends: kernel-image, crc-modules
+Priority: standard
+Description: XFS filesystem support
+ This package contains the XFS filesystem module for the kernel.
+
+Package: fat-modules
+Depends: kernel-image
+Priority: optional
+Priority_amd64: standard
+Priority_i386: standard
+Priority_ia64: standard
+Description: FAT filesystem support
+ This package contains the FAT and VFAT filesystem modules for the kernel.
+
+Package: hfs-modules
+Depends: kernel-image, cdrom-core-modules
+Priority: optional
+Description: HFS filesystem support
+ This package contains the HFS and HFS+ filesystem modules for the kernel.
+
+Package: affs-modules
+Depends: kernel-image
+Priority: optional
+Description: Amiga filesystem support
+ This package contains the Amiga filesystem module for the kernel.
+
+Package: minix-modules
+Depends: kernel-image
+Priority: optional
+Description: Minix filesystem support
+ This package contains the Minix filesystem module for the kernel.
+
+Package: nfs-modules
+Depends: kernel-image
+Priority: optional
+Description: NFS filesystem support
+ This package contains the NFS filesystem module for the kernel.
+
+Package: squashfs-modules
+Depends: kernel-image
+Priority: optional
+Description: squashfs modules
+ This package contains squashfs modules.
+
+Package: udf-modules
+Depends: kernel-image, crc-modules, cdrom-core-modules
+Priority: optional
+Description: UDF modules
+ This package contains the UDF filesystem module.
+
+Package: f2fs-modules
+Depends: kernel-image, crc-modules
+Priority: optional
+Description: f2fs filesystem support
+ This package contains the f2fs (Flash-Friendly Filesystem) module.
+
+Package: md-modules
+Depends: kernel-image, crc-modules
+Priority: optional
+Description: RAID and LVM support
+ This package contains RAID and LVM modules for the kernel.
+
+Package: multipath-modules
+Depends: kernel-image, md-modules, scsi-core-modules
+Priority: optional
+Description: Multipath support
+ This package contains DM-Multipath modules for the kernel.
+
+Package: usb-modules
+Depends: kernel-image
+Priority: optional
+Description: USB support
+ This package contains core USB drivers for the kernel.
+
+Package: usb-storage-modules
+Depends: kernel-image, scsi-core-modules, usb-modules
+Priority: standard
+Description: USB storage support
+ This package contains the USB storage driver for the kernel.
+
+Package: pcmcia-storage-modules
+Depends: kernel-image, cdrom-core-modules, pcmcia-modules, ata-modules
+Priority: standard
+Description: PCMCIA storage drivers
+ This package contains PCMCIA storage drivers for the kernel.
+
+Package: fb-modules
+Depends: kernel-image, i2c-modules, input-modules
+Depends_armel: kernel-image, usb-modules
+Priority: optional
+Priority_hppa: standard
+Description: Frame buffer support
+ This package contains Frame buffer drivers for the kernel.
+
+Package: input-modules
+Depends: kernel-image, usb-modules, i2c-modules, rfkill-modules, crc-modules
+Priority: optional
+Description: Input devices support
+ This package contains input device drivers for the kernel.
+
+Package: event-modules
+Depends: kernel-image
+Priority: optional
+Description: Event support
+ This package contains event drivers for the kernel.
+
+Package: mouse-modules
+Depends: kernel-image, event-modules, input-modules, usb-modules
+Priority: optional
+Description: Mouse support
+ This package contains mouse drivers for the kernel.
+
+Package: nic-pcmcia-modules
+Depends: kernel-image, nic-shared-modules, nic-wireless-modules, pcmcia-modules, mmc-core-modules
+Priority: standard
+Description: Common PCMCIA NIC drivers
+ This package contains common PCMCIA NIC drivers for the kernel.
+
+Package: pcmcia-modules
+Depends: kernel-image
+Priority: standard
+Description: Common PCMCIA drivers
+ This package contains common PCMCIA drivers for the kernel.
+
+Package: nic-usb-modules
+Depends: kernel-image, nic-shared-modules, nic-wireless-modules, usb-modules, crc-modules
+Priority: standard
+Description: USB NIC drivers
+ This package contains USB network adapter drivers for the kernel.
+
+Package: sata-modules
+Depends: kernel-image, scsi-core-modules, ata-modules
+Priority: standard
+Description: SATA drivers
+ This package contains SATA drivers for the kernel.
+
+Package: acpi-modules
+Depends: kernel-image
+Priority: optional
+Description: ACPI support modules
+ This package contains kernel modules for ACPI.
+
+Package: i2c-modules
+Depends: kernel-image
+Priority: optional
+Description: i2c support modules
+ This package contains basic i2c support modules.
+
+Package: crc-modules
+Depends: kernel-image
+Priority: optional
+Description: CRC modules
+ This package contains CRC support modules.
+
+Package: crypto-modules
+Depends: kernel-image
+Priority: optional
+Description: crypto modules
+ This package contains crypto modules.
+
+Package: crypto-dm-modules
+Depends: kernel-image, md-modules
+Priority: optional
+Description: devicemapper crypto module
+ This package contains the devicemapper crypto (dm-crypt) module.
+
+Package: efi-modules
+Depends: kernel-image
+Priority: optional
+Description: EFI modules
+ This package contains EFI modules.
+
+Package: ata-modules
+Depends: kernel-image, scsi-core-modules
+Priority: optional
+Description: ATA disk modules
+ This package contains core ATA disk modules used by both PATA and SATA
+ disk drivers.
+
+Package: mmc-core-modules
+Depends: kernel-image
+Priority: optional
+Description: MMC/SD/SDIO core modules
+ This package contains core modules for MMC/SD/SDIO support.
+
+Package: mmc-modules
+Depends: kernel-image, mmc-core-modules, usb-modules, crc-modules
+Priority: optional
+Description: MMC/SD card modules
+ This package contains modules needed to support MMC (multimedia) and
+ SD cards.
+
+Package: nbd-modules
+Depends: kernel-image
+Priority: optional
+Description: Network Block Device modules
+ This package contains the modules required for support of the Network Block
+ Device
+
+Package: speakup-modules
+Depends: kernel-image
+Priority: optional
+Description: speakup modules
+ This package contains speakup modules.
+
+Package: uinput-modules
+Depends: kernel-image
+Priority: optional
+Description: uinput support
+ This package contains the uinput module.
+
+Package: sound-modules
+Depends: kernel-image, i2c-modules, usb-modules, pcmcia-modules, firewire-core-modules, crc-modules
+Priority: optional
+Description: sound support
+ This package contains sound modules.
+
+Package: leds-modules
+Depends: kernel-image
+Priority: optional
+Description: LED modules
+ This package contains LED modules.
+
+Package: mtd-modules
+Depends: kernel-image, mtd-core-modules
+Priority: optional
+Description: MTD driver modules
+ This package contains MTD driver modules.
+
+Package: mtd-core-modules
+Depends: kernel-image
+Priority: optional
+Description: MTD core
+ This package contains the MTD core.
+
+Package: rfkill-modules
+Depends: kernel-image
+Priority: optional
+Description: rfkill modules
+ This package contains the rfkill module.
+
+Package: srm-modules
+Depends: kernel-image
+Priority: standard
+Description: SRM modules
+ This package contains the srm_env module which provides access to the SRM
+ environment.
+
+Package: ide-core-modules
+Depends: kernel-image
+Priority: standard
+Description: IDE support
+ This package contains core IDE support for the kernel.
+
+Package: ide-modules
+Depends: kernel-image, ide-core-modules
+Priority: standard
+Description: IDE drivers
+ This package contains IDE drivers for the kernel.
+
+Package: hypervisor-modules
+Depends: kernel-image
+Priority: standard
+Description: IBM 64bit hypervisor console modules
+ Contains drivers for the hypervisor console, used as console for linux
+ running in logical partitions of IBM hardware supporting it.
+
+Package: fancontrol-modules
+Depends: kernel-image
+Priority: standard
+Description: Apple powermac fancontrol modules
+ Contains drivers for macintosh i2c bus as well as for the monitoring devices
+ connected to it. This allows to control the fans during installation.
+
+Package: dasd-modules
+Depends: kernel-image
+Priority: standard
+Description: dasd modules
+ This package contains dasd modules.
+
+Package: dasd-extra-modules
+Depends: kernel-image, dasd-modules
+Priority: optional
+Description: optional dasd DIAG support
+ This package contains the module for dasd DIAG support. The udeb is
+ not loaded by default as the installer does not actually support this.
+ It can however be useful to have available in rescue situations.
diff --git a/debian/lib/python/debian_linux/__init__.py b/debian/lib/python/debian_linux/__init__.py
new file mode 100644
index 0000000000000..b785cebf71082
--- /dev/null
+++ b/debian/lib/python/debian_linux/__init__.py
@@ -0,0 +1 @@
+# Module
diff --git a/debian/lib/python/debian_linux/abi.py b/debian/lib/python/debian_linux/abi.py
new file mode 100644
index 0000000000000..abaaeeaa94724
--- /dev/null
+++ b/debian/lib/python/debian_linux/abi.py
@@ -0,0 +1,45 @@
+class Symbol(object):
+    def __init__(self, name, namespace, module, version, export):
+        self.name, self.namespace, self.module = name, namespace, module
+        self.version, self.export = version, export
+
+    def __eq__(self, other):
+        if not isinstance(other, Symbol):
+            return NotImplemented
+
+        # Symbols are resolved to modules by depmod at installation/
+        # upgrade time, not compile time, so moving a symbol between
+        # modules is not an ABI change.  Compare everything else.
+        if self.name != other.name:
+            return False
+        if self.namespace != other.namespace:
+            return False
+        if self.version != other.version:
+            return False
+        if self.export != other.export:
+            return False
+
+        return True
+
+    def __ne__(self, other):
+        ret = self.__eq__(other)
+        if ret is NotImplemented:
+            return ret
+        return not ret
+
+
+class Symbols(dict):
+    def __init__(self, file=None):
+        if file:
+            self.read(file)
+
+    def read(self, file):
+        for line in file:
+            version, name, module, export, namespace = \
+                line.strip('\r\n').split('\t')
+            self[name] = Symbol(name, namespace, module, version, export)
+
+    def write(self, file):
+        for s in sorted(self.values(), key=lambda i: i.name):
+            file.write("%s\t%s\t%s\t%s\t%s\n" %
+                       (s.version, s.name, s.module, s.export, s.namespace))
diff --git a/debian/lib/python/debian_linux/config.py b/debian/lib/python/debian_linux/config.py
new file mode 100644
index 0000000000000..7424c6278c9a6
--- /dev/null
+++ b/debian/lib/python/debian_linux/config.py
@@ -0,0 +1,257 @@
+import collections
+import os
+import os.path
+import pickle
+import re
+import sys
+
+from configparser import RawConfigParser
+
+__all__ = [
+    'ConfigCoreDump',
+    'ConfigCoreHierarchy',
+    'ConfigParser',
+]
+
+
+class SchemaItemBoolean(object):
+    def __call__(self, i):
+        i = i.strip().lower()
+        if i in ("true", "1"):
+            return True
+        if i in ("false", "0"):
+            return False
+        raise ValueError
+
+
+class SchemaItemInteger(object):
+    def __call__(self, i):
+        return int(i.strip(), 0)
+
+
+class SchemaItemList(object):
+    def __init__(self, type=r"\s+"):
+        self.type = type
+
+    def __call__(self, i):
+        i = i.strip()
+        if not i:
+            return []
+        return [j.strip() for j in re.split(self.type, i)]
+
+
+# Using OrderedDict instead of dict makes the pickled config reproducible
+class ConfigCore(collections.OrderedDict):
+    def get_merge(self, section, arch, featureset, flavour, key, default=None):
+        temp = []
+
+        if arch and featureset and flavour:
+            temp.append(self.get((section, arch, featureset, flavour), {})
+                        .get(key))
+            temp.append(self.get((section, arch, None, flavour), {}).get(key))
+        if arch and featureset:
+            temp.append(self.get((section, arch, featureset), {}).get(key))
+        if arch:
+            temp.append(self.get((section, arch), {}).get(key))
+        if featureset:
+            temp.append(self.get((section, None, featureset), {}).get(key))
+        temp.append(self.get((section,), {}).get(key))
+
+        ret = []
+
+        for i in temp:
+            if i is None:
+                continue
+            elif isinstance(i, (list, tuple)):
+                ret.extend(i)
+            elif ret:
+                # TODO
+                return ret
+            else:
+                return i
+
+        return ret or default
+
+    def merge(self, section, arch=None, featureset=None, flavour=None):
+        ret = {}
+        ret.update(self.get((section,), {}))
+        if featureset:
+            ret.update(self.get((section, None, featureset), {}))
+        if arch:
+            ret.update(self.get((section, arch), {}))
+        if arch and featureset:
+            ret.update(self.get((section, arch, featureset), {}))
+        if arch and featureset and flavour:
+            ret.update(self.get((section, arch, None, flavour), {}))
+            ret.update(self.get((section, arch, featureset, flavour), {}))
+        return ret
+
+    def dump(self, fp):
+        pickle.dump(self, fp, 0)
+
+
+class ConfigCoreDump(object):
+    def __new__(self, fp):
+        return pickle.load(fp)
+
+
+class ConfigCoreHierarchy(object):
+    schema_base = {
+        'base': {
+            'arches': SchemaItemList(),
+            'enabled': SchemaItemBoolean(),
+            'featuresets': SchemaItemList(),
+            'flavours': SchemaItemList(),
+        },
+    }
+
+    def __new__(cls, schema, dirs=[]):
+        schema_complete = cls.schema_base.copy()
+        for key, value in schema.items():
+            schema_complete.setdefault(key, {}).update(value)
+        return cls.Reader(dirs, schema_complete)()
+
+    class Reader(object):
+        config_name = "defines"
+
+        def __init__(self, dirs, schema):
+            self.dirs, self.schema = dirs, schema
+
+        def __call__(self):
+            ret = ConfigCore()
+            self.read(ret)
+            return ret
+
+        def get_files(self, *dirs):
+            dirs = list(dirs)
+            dirs.append(self.config_name)
+            return (os.path.join(i, *dirs) for i in self.dirs if i)
+
+        def read_arch(self, ret, arch):
+            config = ConfigParser(self.schema)
+            config.read(self.get_files(arch))
+
+            featuresets = config['base', ].get('featuresets', [])
+            flavours = config['base', ].get('flavours', [])
+
+            for section in iter(config):
+                if section[0] in featuresets:
+                    real = (section[-1], arch, section[0])
+                elif len(section) > 1:
+                    real = (section[-1], arch, None) + section[:-1]
+                else:
+                    real = (section[-1], arch) + section[:-1]
+                s = ret.get(real, {})
+                s.update(config[section])
+                ret[tuple(real)] = s
+
+            for featureset in featuresets:
+                self.read_arch_featureset(ret, arch, featureset)
+
+            if flavours:
+                base = ret['base', arch]
+                featuresets.insert(0, 'none')
+                base['featuresets'] = featuresets
+                del base['flavours']
+                ret['base', arch] = base
+                ret['base', arch, 'none'] = {'flavours': flavours,
+                                             'implicit-flavour': True}
+
+        def read_arch_featureset(self, ret, arch, featureset):
+            config = ConfigParser(self.schema)
+            config.read(self.get_files(arch, featureset))
+
+            for section in iter(config):
+                real = (section[-1], arch, featureset) + section[:-1]
+                s = ret.get(real, {})
+                s.update(config[section])
+                ret[tuple(real)] = s
+
+        def read(self, ret):
+            config = ConfigParser(self.schema)
+            config.read(self.get_files())
+
+            arches = config['base', ]['arches']
+            featuresets = config['base', ].get('featuresets', [])
+
+            for section in iter(config):
+                if section[0].startswith('featureset-'):
+                    real = (section[-1], None, section[0][11:])
+                else:
+                    real = (section[-1],) + section[1:]
+                ret[real] = config[section]
+
+            for arch in arches:
+                self.read_arch(ret, arch)
+            for featureset in featuresets:
+                self.read_featureset(ret, featureset)
+
+        def read_featureset(self, ret, featureset):
+            config = ConfigParser(self.schema)
+            config.read(self.get_files('featureset-%s' % featureset))
+
+            for section in iter(config):
+                real = (section[-1], None, featureset)
+                s = ret.get(real, {})
+                s.update(config[section])
+                ret[real] = s
+
+
+class ConfigParser(object):
+    __slots__ = '_config', 'schemas'
+
+    def __init__(self, schemas):
+        self.schemas = schemas
+
+        self._config = RawConfigParser()
+
+    def __getitem__(self, key):
+        return self._convert()[key]
+
+    def __iter__(self):
+        return iter(self._convert())
+
+    def __str__(self):
+        return '<%s(%s)>' % (self.__class__.__name__, self._convert())
+
+    def _convert(self):
+        ret = {}
+        for section in self._config.sections():
+            data = {}
+            for key, value in self._config.items(section):
+                data[key] = value
+            section_list = section.split('_')
+            section_base = section_list[-1]
+            if section_base in self.schemas:
+                section_ret = tuple(section_list)
+                data = self._convert_one(self.schemas[section_base], data)
+            else:
+                section_ret = (section, )
+            ret[section_ret] = data
+        return ret
+
+    def _convert_one(self, schema, data):
+        ret = {}
+        for key, value in data.items():
+            value = value.replace('\n', ' ')
+            if key in schema:
+                value = schema[key](value)
+            ret[key] = value
+        return ret
+
+    def keys(self):
+        return self._convert().keys()
+
+    def read(self, data):
+        return self._config.read(data)
+
+
+if __name__ == '__main__':
+    sys.path.append('debian/lib/python')
+    config = ConfigCoreDump(open('debian/config.defines.dump', 'rb'))
+    for section, items in sorted(config.items(),
+                                 key=(lambda a: tuple(i or '' for i in a[0]))):
+        print(u"[%s]" % (section,))
+        for item, value in sorted(items.items()):
+            print(u"%s: %s" % (item, value))
+        print()
diff --git a/debian/lib/python/debian_linux/config_v2.py b/debian/lib/python/debian_linux/config_v2.py
new file mode 100644
index 0000000000000..1c32bc886481f
--- /dev/null
+++ b/debian/lib/python/debian_linux/config_v2.py
@@ -0,0 +1,612 @@
+from __future__ import annotations
+
+import dataclasses
+import functools
+import subprocess
+import tomllib
+from collections.abc import (
+    Iterable,
+)
+from pathlib import Path
+from typing import (
+    Optional,
+    Self,
+    TypeVar,
+)
+
+import dacite
+
+from . import dataclasses_extra
+from .debian import PackageRelationGroup
+
+
+_dacite_config = dacite.Config(
+    cast=[
+        PackageRelationGroup,
+        Path,
+    ],
+    strict=True,
+)
+
+
+@dataclasses.dataclass
+class ConfigBuild:
+    cflags: Optional[str] = None
+    compiler: Optional[str] = None
+    compiler_gnutype: Optional[str] = None
+    compiler_gnutype_compat: Optional[str] = None
+    config: list[Path] = dataclasses.field(default_factory=list)
+    config_default: list[Path] = dataclasses.field(default_factory=list, repr=False)
+    enable_signed: Optional[bool] = None
+    enable_vdso: Optional[bool] = None
+    kernel_file: Optional[str] = None
+    kernel_stem: Optional[str] = None
+
+
+@dataclasses.dataclass
+class ConfigDescription:
+    hardware: Optional[str] = None
+    hardware_long: Optional[str] = None
+    parts: list[str] = dataclasses.field(default_factory=list)
+    short: dict[str, str] = dataclasses.field(default_factory=dict)
+    long: dict[str, str] = dataclasses.field(default_factory=dict)
+
+
+@dataclasses.dataclass
+class ConfigPackages:
+    docs: Optional[bool] = dataclasses.field(default=None, metadata={'default': True})
+    installer: Optional[bool] = dataclasses.field(default=None, metadata={'default': False})
+    libc_dev: Optional[bool] = dataclasses.field(default=None, metadata={'default': True})
+    meta: Optional[bool] = dataclasses.field(default=None, metadata={'default': True})
+    source: Optional[bool] = dataclasses.field(default=None, metadata={'default': True})
+    tools_unversioned: Optional[bool] = dataclasses.field(default=None, metadata={'default': True})
+    tools_versioned: Optional[bool] = dataclasses.field(default=None, metadata={'default': True})
+
+
+@dataclasses.dataclass
+class ConfigRelationsSingle:
+    depends: list[PackageRelationGroup] = dataclasses.field(default_factory=list)
+    recommends: list[PackageRelationGroup] = dataclasses.field(default_factory=list)
+    suggests: list[PackageRelationGroup] = dataclasses.field(default_factory=list)
+    breaks: list[PackageRelationGroup] = dataclasses.field(default_factory=list)
+
+
+@dataclasses.dataclass
+class ConfigRelations:
+    image: ConfigRelationsSingle = dataclasses.field(default_factory=ConfigRelationsSingle)
+
+
+@dataclasses.dataclass
+class ConfigDebianarchDefs:
+    __arch: Optional[str] = dataclasses.field(default=None, init=False)
+
+    def __post_init_defs__(self, parent: ConfigDebianarch) -> None:
+        self.__arch = parent.name
+
+    @staticmethod
+    @functools.cache
+    def __dpkg_architecture(arch: str, query: str) -> str:
+        return subprocess.check_output(
+            [
+                'dpkg-architecture',
+                '-f',
+                '-a', arch,
+                '-q', query,
+            ],
+            stderr=subprocess.DEVNULL,
+            encoding='ascii',
+        ).strip()
+
+    @property
+    def gnutype(self) -> str:
+        assert self.__arch is not None
+        return self.__dpkg_architecture(self.__arch, 'DEB_HOST_GNU_TYPE')
+
+    @property
+    def gnutype_package(self) -> str:
+        return self.gnutype.replace("_", "-")
+
+    @property
+    def multiarch(self) -> str:
+        assert self.__arch is not None
+        return self.__dpkg_architecture(self.__arch, 'DEB_HOST_MULTIARCH')
+
+
+@dataclasses.dataclass
+class ConfigFlavourDefs:
+    is_default: bool = False
+    is_quick: bool = False
+
+
+@dataclasses.dataclass
+class ConfigBase:
+    name: str
+    enable: bool = True
+    path: Optional[Path] = None
+
+    build: ConfigBuild = dataclasses.field(default_factory=ConfigBuild)
+    description: ConfigDescription = dataclasses.field(default_factory=ConfigDescription)
+    packages: ConfigPackages = dataclasses.field(default_factory=ConfigPackages)
+    relations: ConfigRelations = dataclasses.field(default_factory=ConfigRelations)
+
+    def __post_init_hierarchy__(self, path: Path) -> None:
+        '''
+        Setup path and default config in the complete hierarchy
+        '''
+        self.path = path
+        self.build.config_default = [path / 'config']
+
+    def read_replace(self, bases: Iterable[Path], path: Path) -> Self:
+        '''
+        Read defines.toml at specified path in all bases and merged them
+        '''
+        config = self
+
+        try:
+            for base in bases:
+                if (file := base / path / 'defines.toml').exists():
+                    with file.open('rb') as f:
+                        data = dataclasses.asdict(self) | tomllib.load(f)
+
+                    config = dataclasses_extra.merge(config, dacite.from_dict(
+                        data_class=self.__class__,
+                        data=data,
+                        config=_dacite_config,
+                    ))
+        except tomllib.TOMLDecodeError as e:
+            raise RuntimeError(f'{file}: {e}') from None
+
+        return config
+
+
+ConfigT = TypeVar('ConfigT', bound=ConfigBase)
+
+
+@dataclasses.dataclass
+class Config(ConfigBase):
+    # Disable basic fields
+    name: str = dataclasses.field(init=False, repr=False, default='')
+    enable: bool = dataclasses.field(init=False, repr=False, default=True)
+
+    featureset: list[ConfigFeatureset] = dataclasses.field(
+        default_factory=list, metadata={'merge': 'assoclist'},
+    )
+    kernelarch: list[ConfigKernelarch] = dataclasses.field(
+        default_factory=list, metadata={'merge': 'assoclist'},
+    )
+
+    def __post_init_hierarchy__(self, path: Path) -> None:
+        super().__post_init_hierarchy__(path)
+
+        for featureset in self.featureset:
+            featureset.__post_init_hierarchy_featureset__(
+                Path(f'featureset-{featureset.name}'),
+                None,
+            )
+        for kernelarch in self.kernelarch:
+            kernelarch.__post_init_hierarchy__(
+                Path(f'kernelarch-{kernelarch.name}'),
+            )
+
+    @property
+    def merged(self) -> ConfigMerged:
+        return ConfigMerged(root=self)
+
+    @classmethod
+    def read_orig(cls, bases: Iterable[Path]) -> Config:
+        '''
+        Read defines.toml at the root in all bases and merge them
+        '''
+        config = cls()
+        found = False
+
+        try:
+            for base in bases:
+                if (file := base / 'defines.toml').exists():
+                    with file.open('rb') as f:
+                        data = tomllib.load(f)
+                    found = True
+
+                    config = dataclasses_extra.merge(config, dacite.from_dict(
+                        data_class=cls,
+                        data=data,
+                        config=_dacite_config,
+                    ))
+        except (tomllib.TOMLDecodeError, dacite.exceptions.UnexpectedDataError) as e:
+            raise RuntimeError(f'{file}: {e}') from None
+        if not found:
+            raise FileNotFoundError('Did not find defines.toml in any directory')
+
+        config.__post_init_hierarchy__(Path())
+
+        config.featureset = list(cls._read_hierarchy(bases, config.featureset))
+        config.kernelarch = list(cls._read_hierarchy(bases, config.kernelarch))
+        for kernelarch in config.kernelarch:
+            kernelarch.debianarch = list(cls._read_hierarchy(bases, kernelarch.debianarch))
+
+        config.__post_init_hierarchy__(Path())
+
+        return config
+
+    @classmethod
+    def _read_hierarchy(
+        cls, bases: Iterable[Path], orig: Iterable[ConfigT],
+    ) -> Iterable[ConfigT]:
+        for i in orig:
+            try:
+                assert i.path is not None
+                yield i.read_replace(bases, i.path)
+            except FileNotFoundError:
+                yield i
+
+
+@dataclasses.dataclass
+class ConfigKernelarch(ConfigBase):
+    debianarch: list[ConfigDebianarch] = dataclasses.field(
+        default_factory=list, metadata={'merge': 'assoclist'},
+    )
+
+    def __post_init_hierarchy__(self, path: Path) -> None:
+        super().__post_init_hierarchy__(path)
+
+        for debianarch in self.debianarch:
+            debianarch.__post_init_hierarchy__(
+                Path(debianarch.name),
+            )
+
+
+@dataclasses.dataclass
+class ConfigDebianarch(ConfigBase):
+    defs: ConfigDebianarchDefs = dataclasses.field(default_factory=ConfigDebianarchDefs)
+
+    featureset: list[ConfigFeatureset] = dataclasses.field(
+        default_factory=list, metadata={'merge': 'assoclist'},
+    )
+    flavour: list[ConfigFlavour] = dataclasses.field(
+        default_factory=list, metadata={'merge': 'assoclist'},
+    )
+
+    def __post_init__(self) -> None:
+        self.defs.__post_init_defs__(self)
+
+    def __post_init_hierarchy__(self, path: Path) -> None:
+        super().__post_init_hierarchy__(path)
+
+        for featureset in self.featureset:
+            featureset.__post_init_hierarchy_featureset__(
+                Path(path / featureset.name),
+                self,
+            )
+
+        for flavour in self.flavour:
+            flavour.__post_init_hierarchy__(path)
+
+
+@dataclasses.dataclass
+class ConfigFeatureset(ConfigBase):
+    flavour: list[ConfigFlavour] = dataclasses.field(default_factory=list)
+
+    def __post_init_hierarchy__(self, path: Path) -> None:
+        super().__post_init_hierarchy__(path)
+
+        for flavour in self.flavour:
+            flavour.__post_init_hierarchy__(path)
+
+    def __post_init_hierarchy_featureset__(
+        self,
+        path: Path,
+        debianarch: Optional[ConfigDebianarch],
+    ) -> None:
+        # If we have no flavours defined within a featureset, we copy it from debianarch
+        if not self.flavour and debianarch:
+            self.flavour = [
+                ConfigFlavour(name=flavour.name, defs=flavour.defs)
+                for flavour in debianarch.flavour
+            ]
+
+        self.__post_init_hierarchy__(path)
+
+
+@dataclasses.dataclass
+class ConfigFlavour(ConfigBase):
+    defs: ConfigFlavourDefs = dataclasses.field(default_factory=ConfigFlavourDefs)
+
+    def __post_init_hierarchy__(self, path: Path) -> None:
+        self.path = path
+        self.build.config_default = [path / f'config.{self.name}']
+
+
+class ConfigMergedBase:
+    _entries: list[ConfigBase]
+
+    def __init__(self) -> None:
+        self._entries = []
+
+    @property
+    def enable(self) -> bool:
+        for entry in self._entries:
+            if not entry.enable:
+                return False
+        return True
+
+    @property
+    def build(self) -> ConfigBuild:
+        return dataclasses_extra.merge_default(
+            ConfigBuild, *(i.build for i in self._entries)
+        )
+
+    @property
+    def config(self) -> list[Path]:
+        ret: list[Path] = []
+        for entry in self._entries:
+            ret += entry.build.config + entry.build.config_default
+        return ret
+
+    @property
+    def description(self) -> ConfigDescription:
+        return dataclasses_extra.merge_default(
+            ConfigDescription, *(i.description for i in self._entries)
+        )
+
+    @property
+    def packages(self) -> ConfigPackages:
+        return dataclasses_extra.merge_default(
+            ConfigPackages, *(i.packages for i in self._entries)
+        )
+
+    @property
+    def relations(self) -> ConfigRelations:
+        return dataclasses_extra.merge_default(
+            ConfigRelations, *(i.relations for i in self._entries)
+        )
+
+
+class ConfigMerged(ConfigMergedBase):
+    _root: Config
+
+    def __init__(
+        self, *,
+        root: Optional[ConfigBase],
+        **kw: Optional[ConfigBase],
+    ) -> None:
+        super().__init__(**kw)
+
+        assert isinstance(root, Config)
+        self._root = root
+        self._entries.append(root)
+
+    @property
+    def root_featuresets(self) -> Iterable[ConfigMergedFeatureset]:
+        for featureset in self._root.featureset:
+            yield ConfigMergedFeatureset(
+                root=self._root,
+                root_featureset=None,
+                kernelarch=None,
+                debianarch=None,
+                debianarch_flavour=None,
+                featureset=featureset,
+            )
+
+    @property
+    def kernelarchs(self) -> Iterable[ConfigMergedKernelarch]:
+        for kernelarch in self._root.kernelarch:
+            yield ConfigMergedKernelarch(
+                root=self._root,
+                kernelarch=kernelarch,
+            )
+
+
+class ConfigMergedKernelarch(ConfigMerged):
+    _kernelarch: ConfigKernelarch
+
+    def __init__(
+        self, *,
+        kernelarch: Optional[ConfigBase],
+        **kw: Optional[ConfigBase],
+    ) -> None:
+        super().__init__(**kw)
+
+        if kernelarch is not None:
+            assert isinstance(kernelarch, ConfigKernelarch)
+            self._kernelarch = kernelarch
+            self._entries.append(kernelarch)
+
+    @property
+    def name(self) -> str:
+        return self._kernelarch.name
+
+    @property
+    def name_kernelarch(self) -> str:
+        return self._kernelarch.name
+
+    @property
+    def debianarchs(self) -> Iterable[ConfigMergedDebianarch]:
+        for debianarch in self._kernelarch.debianarch:
+            yield ConfigMergedDebianarch(
+                root=self._root,
+                kernelarch=self._kernelarch,
+                debianarch=debianarch,
+            )
+
+
+class ConfigMergedDebianarch(ConfigMergedKernelarch):
+    _debianarch: ConfigDebianarch
+
+    def __init__(
+        self, *,
+        debianarch: Optional[ConfigBase],
+        **kw: Optional[ConfigBase],
+    ) -> None:
+        super().__init__(**kw)
+
+        if debianarch is not None:
+            assert isinstance(debianarch, ConfigDebianarch)
+            self._debianarch = debianarch
+            self._entries.append(debianarch)
+
+    @property
+    def name(self) -> str:
+        return self._debianarch.name
+
+    @property
+    def name_debianarch(self) -> str:
+        return self._debianarch.name
+
+    @property
+    def defs_debianarch(self) -> ConfigDebianarchDefs:
+        return self._debianarch.defs
+
+    @property
+    def featuresets(self) -> Iterable[ConfigMergedFeatureset]:
+        root_featureset = {
+            i.name: i
+            for i in self._root.featureset
+        }
+
+        for featureset in self._debianarch.featureset:
+            yield ConfigMergedFeatureset(
+                root=self._root,
+                root_featureset=root_featureset[featureset.name],
+                kernelarch=self._kernelarch,
+                debianarch=self._debianarch,
+                debianarch_flavour=None,
+                featureset=featureset,
+            )
+
+
+class ConfigMergedFeatureset(ConfigMergedDebianarch):
+    _featureset: ConfigFeatureset
+    _root_featureset: Optional[ConfigFeatureset] = None
+    _debianarch_flavour: Optional[ConfigFlavour] = None
+
+    def __init__(
+        self, *,
+        featureset: Optional[ConfigBase],
+        root_featureset: Optional[ConfigBase],
+        debianarch_flavour: Optional[ConfigBase],
+        **kw: Optional[ConfigBase],
+    ) -> None:
+        super().__init__(**kw)
+
+        if debianarch_flavour is not None:
+            assert isinstance(debianarch_flavour, ConfigFlavour)
+            self._debianarch_flavour = debianarch_flavour
+            self._entries.append(debianarch_flavour)
+
+        if root_featureset is not None:
+            assert isinstance(root_featureset, ConfigFeatureset)
+            self._root_featureset = root_featureset
+            self._entries.append(root_featureset)
+
+        if featureset is not None:
+            assert isinstance(featureset, ConfigFeatureset)
+            self._featureset = featureset
+            self._entries.append(featureset)
+
+    @property
+    def name(self) -> str:
+        return self._featureset.name
+
+    @property
+    def name_featureset(self) -> str:
+        return self._featureset.name
+
+    @property
+    def flavours(self) -> Iterable[ConfigMergedFlavour]:
+        debianarch_flavour = {
+            i.name: i
+            for i in self._debianarch.flavour
+        }
+
+        for flavour in self._featureset.flavour:
+            yield ConfigMergedFlavour(
+                root=self._root,
+                root_featureset=self._root_featureset,
+                kernelarch=self._kernelarch,
+                debianarch=self._debianarch,
+                debianarch_flavour=debianarch_flavour[flavour.name],
+                featureset=self._featureset,
+                flavour=flavour,
+            )
+
+
+class ConfigMergedFlavour(ConfigMergedFeatureset):
+    _flavour: ConfigFlavour
+
+    def __init__(
+        self, *,
+        flavour: Optional[ConfigBase],
+        **kw: Optional[ConfigBase],
+    ) -> None:
+        super().__init__(**kw)
+
+        if flavour is not None:
+            assert isinstance(flavour, ConfigFlavour)
+            self._flavour = flavour
+            self._entries.append(flavour)
+
+    @property
+    def name(self) -> str:
+        return self._flavour.name
+
+    @property
+    def name_flavour(self) -> str:
+        return self._flavour.name
+
+    @property
+    def defs_flavour(self) -> ConfigFlavourDefs:
+        return self._flavour.defs
+
+
+if __name__ == "__main__":
+    import argparse
+
+    parser = argparse.ArgumentParser()
+    parser.add_argument(
+        'dir',
+        default=[Path('debian/config')],
+        nargs='+',
+        type=Path,
+    )
+    args = parser.parse_args()
+    config = Config.read_orig(args.dir)
+    merged = config.merged
+
+#    from pprint import pprint
+#    pprint(config)
+
+    def print_indent(indent: int, s: str, *args: str) -> None:
+        print(' ' * indent * 4 + s, *args)
+
+    for kernelarch in merged.kernelarchs:
+        print_indent(
+            0,
+            f'Kernelarch: {kernelarch.name}',
+            f'enable={kernelarch.enable}',
+        )
+
+        for debianarch in kernelarch.debianarchs:
+            print_indent(
+                1,
+                f'Debianarch: {debianarch.name}',
+                f'enable={debianarch.enable}',
+            )
+
+            for featureset in debianarch.featuresets:
+                print_indent(
+                    2,
+                    f'Featureset: {featureset.name}',
+                    f'enable={featureset.enable}',
+                )
+
+                for flavour in featureset.flavours:
+                    print_indent(
+                        3,
+                        f'Flavour: {flavour.name}',
+                        f'enable={flavour.enable}',
+                        f'is_default={flavour.defs_flavour.is_default}',
+                    )
+                    print_indent(4, f'Config: {" ".join(str(i) for i in flavour.config)}')
+
+                else:
+                    print()
diff --git a/debian/lib/python/debian_linux/dataclasses_extra.py b/debian/lib/python/debian_linux/dataclasses_extra.py
new file mode 100644
index 0000000000000..49f2410038637
--- /dev/null
+++ b/debian/lib/python/debian_linux/dataclasses_extra.py
@@ -0,0 +1,113 @@
+from __future__ import annotations
+
+from dataclasses import (
+    fields,
+    is_dataclass,
+    replace,
+)
+from typing import (
+    Protocol,
+    TypeVar,
+    TYPE_CHECKING,
+)
+
+if TYPE_CHECKING:
+    from _typeshed import DataclassInstance as _DataclassInstance
+
+    class _HasName(Protocol, _DataclassInstance):
+        name: str
+
+    _DataclassT = TypeVar('_DataclassT', bound=_DataclassInstance)
+    _HasNameT = TypeVar('_HasNameT', bound=_HasName)
+
+
+def default(
+    cls: type[_DataclassT],
+    /,
+) -> _DataclassT:
+    f = {}
+
+    for field in fields(cls):
+        if 'default' in field.metadata:
+            f[field.name] = field.metadata['default']
+
+    return cls(**f)
+
+
+def merge(
+    self: _DataclassT,
+    other: _DataclassT | None, /,
+) -> _DataclassT:
+    if other is None:
+        return self
+
+    f = {}
+
+    for field in fields(self):
+        if not field.init:
+            continue
+
+        field_default_type = object
+        if isinstance(field.default_factory, type):
+            field_default_type = field.default_factory
+
+        self_field = getattr(self, field.name)
+        other_field = getattr(other, field.name)
+
+        if field.name == 'name':
+            assert self_field == other_field
+        elif field.type == 'bool':
+            f[field.name] = other_field
+        elif field.metadata.get('merge') == 'assoclist':
+            f[field.name] = _merge_assoclist(self_field, other_field)
+        elif is_dataclass(field_default_type):
+            f[field.name] = merge(self_field, other_field)
+        elif issubclass(field_default_type, list):
+            f[field.name] = self_field + other_field
+        elif issubclass(field_default_type, dict):
+            f[field.name] = self_field | other_field
+        elif field.default is None:
+            if other_field is not None:
+                f[field.name] = other_field
+        else:
+            raise RuntimeError(f'Unable to merge for type {field.type}')
+
+    return replace(self, **f)
+
+
+def merge_default(
+    cls: type[_DataclassT],
+    /,
+    *others: _DataclassT,
+) -> _DataclassT:
+    ret: _DataclassT = default(cls)
+    for o in others:
+        ret = merge(ret, o)
+    return ret
+
+
+def _merge_assoclist(
+    self_list: list[_HasNameT],
+    other_list: list[_HasNameT],
+    /,
+) -> list[_HasNameT]:
+    '''
+    Merge lists where each item got a "name" attribute
+    '''
+    if not self_list:
+        return other_list
+    if not other_list:
+        return self_list
+
+    ret: list[_HasNameT] = []
+    other_dict = {
+        i.name: i
+        for i in other_list
+    }
+    for i in self_list:
+        if i.name in other_dict:
+            ret.append(merge(i, other_dict.pop(i.name)))
+        else:
+            ret.append(i)
+    ret.extend(other_dict.values())
+    return ret
diff --git a/debian/lib/python/debian_linux/debian.py b/debian/lib/python/debian_linux/debian.py
new file mode 100644
index 0000000000000..4a37b62a6671c
--- /dev/null
+++ b/debian/lib/python/debian_linux/debian.py
@@ -0,0 +1,705 @@
+from __future__ import annotations
+
+import collections
+import collections.abc
+import dataclasses
+import enum
+import itertools
+import os.path
+import re
+import typing
+import warnings
+from typing import (
+    Iterable,
+    Self,
+    TypeAlias,
+)
+
+
+class Changelog(list):
+    _top_rules = r"""
+^
+(?P<source>
+    \w[-+0-9a-z.]+
+)
+[ ]
+\(
+(?P<version>
+    [^\(\)\ \t]+
+)
+\)
+\s+
+(?P<distribution>
+    [-+0-9a-zA-Z.]+
+)
+\;\s+urgency=
+(?P<urgency>
+    \w+
+)
+(?:,|\n)
+"""
+    _top_re = re.compile(_top_rules, re.X)
+    _bottom_rules = r"""
+^
+[ ]--[ ]
+(?P<maintainer>
+    \S(?:[ ]?\S)*
+)
+[ ]{2}
+(?P<date>
+    (.*)
+)
+\n
+"""
+    _bottom_re = re.compile(_bottom_rules, re.X)
+    _ignore_re = re.compile(r'^(?:  |\s*\n)')
+
+    class Entry(object):
+        __slot__ = ('distribution', 'source', 'version', 'urgency',
+                    'maintainer', 'date')
+
+        def __init__(self, **kwargs):
+            for key, value in kwargs.items():
+                setattr(self, key, value)
+
+    def __init__(self, dir='', version=None, file=None) -> None:
+        if version is None:
+            version = Version
+        if file:
+            self._parse(version, file)
+        else:
+            with open(os.path.join(dir, "debian/changelog"),
+                      encoding="UTF-8") as f:
+                self._parse(version, f)
+
+    def _parse(self, version, f) -> None:
+        top_match = None
+        line_no = 0
+
+        for line in f:
+            line_no += 1
+
+            if self._ignore_re.match(line):
+                pass
+            elif top_match is None:
+                top_match = self._top_re.match(line)
+                if not top_match:
+                    raise Exception('invalid top line %d in changelog' %
+                                    line_no)
+                try:
+                    v = version(top_match.group('version'))
+                except Exception:
+                    if not len(self):
+                        raise
+                    v = Version(top_match.group('version'))
+            else:
+                bottom_match = self._bottom_re.match(line)
+                if not bottom_match:
+                    raise Exception('invalid bottom line %d in changelog' %
+                                    line_no)
+
+                self.append(self.Entry(
+                    distribution=top_match.group('distribution'),
+                    source=top_match.group('source'),
+                    version=v,
+                    urgency=top_match.group('urgency'),
+                    maintainer=bottom_match.group('maintainer'),
+                    date=bottom_match.group('date')))
+                top_match = bottom_match = None
+
+
+class Version(object):
+    revision: str | None
+
+    _epoch_re = re.compile(r'\d+$')
+    _upstream_re = re.compile(r'[0-9][A-Za-z0-9.+\-:~]*$')
+    _revision_re = re.compile(r'[A-Za-z0-9+.~]+$')
+
+    def __init__(self, version) -> None:
+        try:
+            split = version.index(':')
+        except ValueError:
+            epoch, rest = None, version
+        else:
+            epoch, rest = version[0:split], version[split+1:]
+        try:
+            split = rest.rindex('-')
+        except ValueError:
+            upstream, revision = rest, None
+        else:
+            upstream, revision = rest[0:split], rest[split+1:]
+        if (epoch is not None and not self._epoch_re.match(epoch)) or \
+           not self._upstream_re.match(upstream) or \
+           (revision is not None and not self._revision_re.match(revision)):
+            raise RuntimeError(u"Invalid debian version")
+        self.epoch = epoch and int(epoch)
+        self.upstream = upstream
+        self.revision = revision
+
+    def __str__(self) -> str:
+        return self.complete
+
+    @property
+    def complete(self) -> str:
+        if self.epoch is not None:
+            return u"%d:%s" % (self.epoch, self.complete_noepoch)
+        return self.complete_noepoch
+
+    @property
+    def complete_noepoch(self) -> str:
+        if self.revision is not None:
+            return u"%s-%s" % (self.upstream, self.revision)
+        return self.upstream
+
+    @property
+    def debian(self) -> str | None:
+        from warnings import warn
+        warn(u"debian argument was replaced by revision", DeprecationWarning,
+             stacklevel=2)
+        return self.revision
+
+
+class VersionLinux(Version):
+    _upstream_re = re.compile(r"""
+(?P<version>
+    \d+\.\d+
+)
+(?P<update>
+    (?:\.\d+)?
+    (?:-[a-z]+\d+)?
+)
+(?:
+    ~
+    (?P<modifier>
+        .+?
+    )
+)?
+(?:
+    \.dfsg\.
+    (?P<dfsg>
+        \d+
+    )
+)?
+$
+    """, re.X)
+    _revision_re = re.compile(r"""
+\d+
+(\.\d+)?
+(?:
+    (?P<revision_experimental>
+        ~exp\d+
+    )
+    |
+    (?P<revision_security>
+        (?:[~+]deb\d+u\d+)+
+    )?
+    (?P<revision_backports>
+        ~bpo\d+\+\d+
+    )?
+    |
+    (?P<revision_other>
+        .+?
+    )
+)
+(?:\+b\d+)?
+$
+    """, re.X)
+
+    def __init__(self, version) -> None:
+        super(VersionLinux, self).__init__(version)
+        up_match = self._upstream_re.match(self.upstream)
+        assert self.revision is not None
+        rev_match = self._revision_re.match(self.revision)
+        if up_match is None or rev_match is None:
+            raise RuntimeError(u"Invalid debian linux version")
+        d = up_match.groupdict()
+        self.linux_modifier = d['modifier']
+        self.linux_version = d['version']
+        if d['modifier'] is not None:
+            assert not d['update']
+            self.linux_upstream = '-'.join((d['version'], d['modifier']))
+        else:
+            self.linux_upstream = d['version']
+        self.linux_upstream_full = self.linux_upstream + d['update']
+        self.linux_dfsg = d['dfsg']
+        d = rev_match.groupdict()
+        self.linux_revision_experimental = d['revision_experimental'] and True
+        self.linux_revision_security = d['revision_security'] and True
+        self.linux_revision_backports = d['revision_backports'] and True
+        self.linux_revision_other = d['revision_other'] and True
+
+
+class PackageArchitecture(set[str]):
+    def __init__(
+        self,
+        v: str | Iterable[str] | None = None,
+        /,
+    ) -> None:
+        if v:
+            if isinstance(v, str):
+                v = re.split(r'\s+', v.strip())
+            self |= frozenset(v)
+
+    def __str__(self) -> str:
+        return ' '.join(sorted(self))
+
+
+class PackageDescription:
+    short: list[str]
+    long: list[str]
+
+    def __init__(
+        self,
+        v: str | Self | None = None,
+        /,
+    ) -> None:
+        self.short = []
+        self.long = []
+
+        if v:
+            if isinstance(v, str):
+                desc_split = v.split('\n', 1)
+                self.append_short(desc_split[0])
+                if len(desc_split) == 2:
+                    self.append(desc_split[1])
+            else:
+                self.short.extend(v.short)
+                self.long.extend(v.long)
+
+    def __str__(self) -> str:
+        from .utils import TextWrapper
+        wrap = TextWrapper(width=74, fix_sentence_endings=True).wrap
+        short = ', '.join(self.short)
+        long_pars = []
+        for i in self.long:
+            long_pars.append(wrap(i))
+        long = '\n .\n '.join('\n '.join(i) for i in long_pars)
+        return short + '\n ' + long if long else short
+
+    def append(self, long: str) -> None:
+        long = long.strip()
+        if long:
+            self.long.extend(long.split('\n.\n'))
+
+    def append_short(self, short: str) -> None:
+        for i in [i.strip() for i in short.split(',')]:
+            if i:
+                self.short.append(i)
+
+    def extend(self, desc: PackageDescription) -> None:
+        self.short.extend(desc.short)
+        self.long.extend(desc.long)
+
+
+class PackageRelationEntryOperator(enum.StrEnum):
+    OP_LT = '<<'
+    OP_LE = '<='
+    OP_EQ = '='
+    OP_NE = '!='
+    OP_GE = '>='
+    OP_GT = '>>'
+
+    def __neg__(self) -> PackageRelationEntryOperator:
+        return typing.cast(PackageRelationEntryOperator, {
+            self.OP_LT: self.OP_GE,
+            self.OP_LE: self.OP_GT,
+            self.OP_EQ: self.OP_NE,
+            self.OP_NE: self.OP_EQ,
+            self.OP_GE: self.OP_LT,
+            self.OP_GT: self.OP_LE,
+        }[self])
+
+
+class PackageRelationEntry:
+    name: str
+    operator: typing.Optional[PackageRelationEntryOperator]
+    version: typing.Optional[str]
+    arches: PackageArchitecture
+    restrictions: PackageBuildprofile
+
+    __re = re.compile(
+        r'^(?P<name>\S+)'
+        r'(?: \((?P<operator><<|<=|=|!=|>=|>>)\s*(?P<version>[^)]+)\))?'
+        r'(?: \[(?P<arches>[^]]+)\])?'
+        r'(?P<restrictions>(?: <[^>]+>)*)$'
+    )
+
+    def __init__(
+        self,
+        v: str | Self,
+        /, *,
+        name: str | None = None,
+        arches: set[str] | None = None,
+        restrictions: PackageBuildprofile | str | None = None,
+    ) -> None:
+        if isinstance(v, str):
+            match = self.__re.match(v)
+            if not match:
+                raise RuntimeError('Unable to parse dependency "%s"' % v)
+
+            self.name = name or match['name']
+
+            if operator := match['operator']:
+                self.operator = PackageRelationEntryOperator(operator)
+            else:
+                self.operator = None
+
+            self.version = match['version']
+            self.arches = PackageArchitecture(arches or match['arches'])
+            if isinstance(restrictions, PackageBuildprofile):
+                self.restrictions = restrictions.copy()
+            else:
+                self.restrictions = PackageBuildprofile.parse(
+                    restrictions or match['restrictions'],
+                )
+
+        else:
+            self.name = name or v.name
+            self.operator = v.operator
+            self.version = v.version
+            self.arches = PackageArchitecture(arches or v.arches)
+            if isinstance(restrictions, str):
+                self.restrictions = PackageBuildprofile.parse(restrictions)
+            else:
+                self.restrictions = (restrictions or v.restrictions).copy()
+
+    def __str__(self):
+        ret = [self.name]
+        if self.operator and self.version:
+            ret.append(f'({self.operator} {self.version})')
+        if self.arches:
+            ret.append(f'[{self.arches}]')
+        if self.restrictions:
+            ret.append(str(self.restrictions))
+        return ' '.join(ret)
+
+
+class PackageRelationGroup(list[PackageRelationEntry]):
+    def __init__(
+        self,
+        v: Iterable[PackageRelationEntry | str] | str | Self | None = None,
+        /, *,
+        arches: set[str] | None = None,
+    ) -> None:
+        if v:
+            if isinstance(v, str):
+                v = (i.strip() for i in re.split(r'\|', v.strip()))
+            self.extend(PackageRelationEntry(i, arches=arches) for i in v if i)
+
+    def __str__(self) -> str:
+        return ' | '.join(str(i) for i in self)
+
+    def _merge_eq(self, v: PackageRelationGroup) -> typing.Optional[PackageRelationGroup]:
+        if all(
+            (
+                i.name == j.name and i.operator == j.operator
+                and i.version == j.version
+            ) for i, j in zip(self, v)
+        ):
+            return self
+        return None
+
+
+class PackageRelation(list[PackageRelationGroup]):
+    Init: TypeAlias = PackageRelationGroup | Iterable[PackageRelationEntry] | str
+
+    def __init__(
+        self,
+        v: Iterable[Init] | str | Self | None = None,
+        /, *,
+        arches: set[str] | None = None,
+    ) -> None:
+        if v:
+            if isinstance(v, str):
+                v = (i.strip() for i in re.split(r',', v.strip()))
+            self.extend(PackageRelationGroup(i, arches=arches) for i in v if i)
+
+    def __str__(self) -> str:
+        return ', '.join(str(i) for i in self)
+
+    def _merge_eq(self, v: PackageRelationGroup) -> typing.Optional[PackageRelationGroup]:
+        for i in self:
+            if i._merge_eq(v):
+                return i
+        return None
+
+    def merge(
+        self,
+        v: Init | str,
+        /,
+    ) -> None:
+        v = PackageRelationGroup(v)
+        if g := self._merge_eq(v):
+            for i, j in zip(g, v):
+                i.arches |= j.arches
+                i.restrictions.update(j.restrictions)
+        else:
+            super().append(v)
+
+
+@dataclasses.dataclass
+class PackageBuildprofileEntry:
+    pos: set[str] = dataclasses.field(default_factory=set)
+    neg: set[str] = dataclasses.field(default_factory=set)
+
+    __re = re.compile(r'^<(?P<profiles>[a-z0-9. !-]+)>$')
+
+    def copy(self) -> Self:
+        return self.__class__(
+            pos=set(self.pos),
+            neg=set(self.neg),
+        )
+
+    @classmethod
+    def parse(cls, v: str, /) -> Self:
+        match = cls.__re.match(v)
+        if not match:
+            raise RuntimeError('Unable to parse build profile "%s"' % v)
+
+        ret = cls()
+        for i in re.split(r' ', match.group('profiles')):
+            if i:
+                if i[0] == '!':
+                    ret.neg.add(i[1:])
+                else:
+                    ret.pos.add(i)
+        return ret
+
+    def __eq__(self, other: object, /) -> bool:
+        if not isinstance(other, PackageBuildprofileEntry):
+            return NotImplemented
+        return self.pos == other.pos and self.neg == other.neg
+
+    def isdisjoint(self, other: Self, /) -> bool:
+        return not (self.issubset(other)) and not (self.issuperset(other))
+
+    def issubset(self, other: Self, /) -> bool:
+        '''
+        Test wether this build profile would select a subset of packages.
+
+        For positive profile matches: Ading profiles will select a subset.
+        For negative profile matches: Removing profiles will select a subset.
+        '''
+        return self.pos >= other.pos and self.neg <= other.neg
+    __le__ = issubset
+
+    def issuperset(self, other: Self, /) -> bool:
+        '''
+        Test wether this build profile would select a superset of packages.
+
+        For positive profile matches: Removing profiles will select a superset.
+        For negative profile matches: Adding profiles will select a superset.
+        '''
+        return self.pos <= other.pos and self.neg >= other.neg
+    __ge__ = issuperset
+
+    def update(self, other: Self, /) -> None:
+        '''
+        Update the build profiles, adding entries from other, merging if possible.
+
+        Negating entries (profile vs !profile) are completely removed.
+        All others remain if they are used on both sides.
+        '''
+        diff = (self.pos & other.neg) | (self.neg & other.pos)
+        self.pos &= other.pos - diff
+        self.neg &= other.neg - diff
+    __ior__ = update
+
+    def __str__(self) -> str:
+        s = ' '.join(itertools.chain(
+            sorted(self.pos),
+            (f'!{i}' for i in sorted(self.neg)),
+        ))
+        return f'<{s}>'
+
+
+class PackageBuildprofile(list[PackageBuildprofileEntry]):
+    __re = re.compile(r' *(<[^>]+>)(?: +|$)')
+
+    def copy(self) -> Self:
+        return self.__class__(i.copy() for i in self)
+
+    @classmethod
+    def parse(cls, v: str, /) -> Self:
+        ret = cls()
+        for match in cls.__re.finditer(v):
+            ret.append(PackageBuildprofileEntry.parse(match.group(1)))
+        return ret
+
+    def update(self, v: Self, /) -> None:
+        for i in v:
+            for j in self:
+                if not j.isdisjoint(i):
+                    j.update(i)
+                    break
+            else:
+                self.append(i)
+    __ior__ = update
+
+    def __str__(self) -> str:
+        return ' '.join(str(i) for i in self)
+
+
+class _ControlFileDict(collections.abc.MutableMapping):
+    def __init__(self):
+        self.__data = {}
+        self.meta = {}
+
+    def __getitem__(self, key):
+        return self.__data[key]
+
+    def __setitem__(self, key, value):
+        if key.lower().startswith('meta-'):
+            self.meta[key.lower()[5:]] = value
+            return
+
+        try:
+            cls = self._fields[key]
+            if not isinstance(value, cls):
+                if f := getattr(cls, 'parse', None):
+                    value = f(value)
+                else:
+                    value = cls(value)
+        except KeyError:
+            warnings.warn(
+                f'setting unknown field {key} in {type(self).__name__}',
+                stacklevel=2)
+        self.__data[key] = value
+
+    def __delitem__(self, key):
+        del self.__data[key]
+
+    def __iter__(self):
+        keys = set(self.__data.keys())
+        for key in self._fields.keys():
+            if key in self.__data:
+                keys.remove(key)
+                yield key
+        for key in sorted(keys):
+            yield key
+
+    def __len__(self):
+        return len(self.__data)
+
+    def setdefault(self, key):
+        try:
+            return self[key]
+        except KeyError:
+            try:
+                ret = self[key] = self._fields[key]()
+            except KeyError:
+                warnings.warn(
+                    f'setting unknown field {key} in {type(self).__name__}',
+                    stacklevel=2)
+                ret = self[key] = ''
+            return ret
+
+    def copy(self):
+        ret = self.__class__()
+        ret.__data = self.__data.copy()
+        ret.meta = self.meta.copy()
+        return ret
+
+    @classmethod
+    def read_rfc822(cls, f):
+        entries = []
+        eof = False
+
+        while not eof:
+            e = cls()
+            last = None
+            lines = []
+            while True:
+                line = f.readline()
+                if not line:
+                    eof = True
+                    break
+                # Strip comments rather than trying to preserve them
+                if line[0] == '#':
+                    continue
+                line = line.strip('\n')
+                if not line:
+                    break
+                if line[0] in ' \t':
+                    if not last:
+                        raise ValueError(
+                            'Continuation line seen before first header')
+                    lines.append(line.lstrip())
+                    continue
+                if last:
+                    e[last] = '\n'.join(lines)
+                i = line.find(':')
+                if i < 0:
+                    raise ValueError(u"Not a header, not a continuation: ``%s''" %
+                                     line)
+                last = line[:i]
+                lines = [line[i + 1:].lstrip()]
+            if last:
+                e[last] = '\n'.join(lines)
+            if e:
+                entries.append(e)
+
+        return entries
+
+
+class SourcePackage(_ControlFileDict):
+    _fields = collections.OrderedDict((
+        ('Source', str),
+        ('Architecture', PackageArchitecture),
+        ('Section', str),
+        ('Priority', str),
+        ('Maintainer', str),
+        ('Uploaders', str),
+        ('Standards-Version', str),
+        ('Build-Depends', PackageRelation),
+        ('Build-Depends-Arch', PackageRelation),
+        ('Build-Depends-Indep', PackageRelation),
+        ('Rules-Requires-Root', str),
+        ('Homepage', str),
+        ('Vcs-Browser', str),
+        ('Vcs-Git', str),
+        ('XS-Autobuild', str),
+    ))
+
+
+class BinaryPackage(_ControlFileDict):
+    _fields = collections.OrderedDict((
+        ('Package', str),
+        ('Package-Type', str),  # for udeb only
+        ('Architecture', PackageArchitecture),
+        ('Section', str),
+        ('Priority', str),
+        # Build-Depends* fields aren't allowed for binary packages in
+        # the real control file, but we move them to the source
+        # package
+        ('Build-Depends', PackageRelation),
+        ('Build-Depends-Arch', PackageRelation),
+        ('Build-Depends-Indep', PackageRelation),
+        ('Build-Profiles', PackageBuildprofile),
+        ('Built-Using', PackageRelation),
+        ('Provides', PackageRelation),
+        ('Pre-Depends', PackageRelation),
+        ('Depends', PackageRelation),
+        ('Recommends', PackageRelation),
+        ('Suggests', PackageRelation),
+        ('Replaces', PackageRelation),
+        ('Breaks', PackageRelation),
+        ('Conflicts', PackageRelation),
+        ('Multi-Arch', str),
+        ('Kernel-Version', str),  # for udeb only
+        ('Description', PackageDescription),
+        ('Homepage', str),
+    ))
+
+
+class TestsControl(_ControlFileDict):
+    _fields = collections.OrderedDict((
+        ('Tests', str),
+        ('Test-Command', str),
+        ('Architecture', PackageArchitecture),
+        ('Restrictions', str),
+        ('Features', str),
+        ('Depends', PackageRelation),
+        ('Tests-Directory', str),
+        ('Classes', str),
+    ))
diff --git a/debian/lib/python/debian_linux/firmware.py b/debian/lib/python/debian_linux/firmware.py
new file mode 100644
index 0000000000000..b1a4a7e85d044
--- /dev/null
+++ b/debian/lib/python/debian_linux/firmware.py
@@ -0,0 +1,90 @@
+import re
+
+
+class FirmwareFile(object):
+    def __init__(self, binary, desc=None, source=None, version=None) -> None:
+        self.binary = binary
+        self.desc = desc
+        self.source = source
+        self.version = version
+
+
+class FirmwareSection(object):
+    def __init__(self, driver, files, licence) -> None:
+        self.driver = driver
+        self.files = files
+        self.licence = licence
+
+
+class FirmwareWhence(list):
+    def __init__(self, file) -> None:
+        self.read(file)
+
+    def read(self, file) -> None:
+        in_header = True
+        driver = None
+        files = {}
+        licence = None
+        binary = []
+        desc = None
+        source = []
+        version = None
+
+        for line in file:
+            if line.startswith('----------'):
+                if in_header:
+                    in_header = False
+                else:
+                    # Finish old section
+                    if driver:
+                        self.append(FirmwareSection(driver, files, licence))
+                    driver = None
+                    files = {}
+                    licence = None
+                continue
+
+            if in_header:
+                continue
+
+            if line == '\n':
+                # End of field; end of file fields
+                for b in binary:
+                    # XXX The WHENCE file isn't yet consistent in its
+                    # association of binaries and their sources and
+                    # metadata.  This associates all sources and
+                    # metadata in a group with each binary.
+                    files[b] = FirmwareFile(b, desc, source, version)
+                binary = []
+                desc = None
+                source = []
+                version = None
+                continue
+
+            match = re.match(
+                r'(Driver|File|Info|Licen[cs]e|Source|Version'
+                r'|Original licen[cs]e info(?:rmation)?):\s*(.*)\n',
+                line)
+            if match:
+                keyword, value = match.group(1, 2)
+                if keyword == 'Driver':
+                    driver = value.split(' ')[0].lower()
+                elif keyword == 'File':
+                    match = re.match(r'(\S+)(?:\s+--\s+(.*))?', value)
+                    binary.append(match.group(1))
+                    desc = match.group(2)
+                elif keyword in ['Info', 'Version']:
+                    version = value
+                elif keyword == 'Source':
+                    source.append(value)
+                else:
+                    licence = value
+            elif licence is not None:
+                licence = (licence + '\n'
+                           + re.sub(r'^(?:[/ ]\*| \*/)?\s*(.*?)\s*$', r'\1',
+                                    line))
+
+        # Finish last section if non-empty
+        for b in binary:
+            files[b] = FirmwareFile(b, desc, source, version)
+        if driver:
+            self.append(FirmwareSection(driver, files, licence))
diff --git a/debian/lib/python/debian_linux/gencontrol.py b/debian/lib/python/debian_linux/gencontrol.py
new file mode 100644
index 0000000000000..49f52e878bc48
--- /dev/null
+++ b/debian/lib/python/debian_linux/gencontrol.py
@@ -0,0 +1,682 @@
+from __future__ import annotations
+
+import contextlib
+import itertools
+import pathlib
+import re
+from collections import OrderedDict
+from collections.abc import (
+    Generator,
+)
+from typing import (
+    Any,
+    Iterable,
+    Iterator,
+    IO,
+)
+
+from .config_v2 import (
+    ConfigMerged,
+    ConfigMergedDebianarch,
+    ConfigMergedFeatureset,
+    ConfigMergedFlavour,
+)
+from .debian import Changelog, PackageArchitecture, \
+    Version, _ControlFileDict
+from .utils import Templates
+
+
+class PackagesList(OrderedDict):
+    def append(self, package) -> None:
+        self[package['Package']] = package
+
+    def extend(self, packages) -> None:
+        for package in packages:
+            self[package['Package']] = package
+
+    def setdefault(self, package) -> Any:
+        return super().setdefault(package['Package'], package)
+
+
+class Makefile:
+    rules: dict[str, MakefileRule]
+
+    def __init__(self) -> None:
+        self.rules = {}
+
+    def add_cmds(self, name: str, cmds) -> None:
+        rule = self.rules.setdefault(name, MakefileRule(name))
+        rule.add_cmds(MakefileRuleCmdsSimple(cmds))
+
+    def add_deps(self, name: str, deps) -> None:
+        rule = self.rules.setdefault(name, MakefileRule(name))
+        rule.add_deps(deps)
+
+        for i in deps:
+            self.rules.setdefault(i, MakefileRule(i))
+
+    def add_rules(self, name: str, target, makeflags, packages=set(), packages_extra=set()) -> None:
+        rule = self.rules.setdefault(name, MakefileRule(name))
+        rule.add_cmds(MakefileRuleCmdsRules(target, makeflags, packages, packages_extra))
+
+    def write(self, out) -> None:
+        out.write('''\
+.NOTPARALLEL:
+.PHONY:
+packages_enabled := $(shell dh_listpackages)
+define if_package
+$(if $(filter $(1),$(packages_enabled)),$(2))
+endef
+''')
+        for k, rule in sorted(self.rules.items()):
+            rule.write(out)
+
+
+class MakefileRule:
+    name: str
+    cmds: list[MakefileRuleCmds]
+    deps: set[str]
+
+    def __init__(self, name: str) -> None:
+        self.name = name
+        self.cmds = []
+        self.deps = set()
+
+    def add_cmds(self, cmds: MakefileRuleCmds) -> None:
+        self.cmds.append(cmds)
+
+    def add_deps(self, deps: Iterable[str]) -> None:
+        self.deps.update(deps)
+
+    def write(self, out: IO) -> None:
+        if self.cmds:
+            out.write(f'{self.name}:{" ".join(sorted(self.deps))}\n')
+            for c in self.cmds:
+                c.write(out)
+        else:
+            out.write(f'{self.name}:{" ".join(sorted(self.deps))}\n')
+
+
+class MakefileRuleCmds:
+    def write(self, out: IO) -> None:
+        raise NotImplementedError
+
+
+class MakefileRuleCmdsRules(MakefileRuleCmds):
+    def __init__(self, target, makeflags, packages, packages_extra) -> None:
+        self.target = target
+        self.makeflags = makeflags.copy()
+        self.packages = packages
+        self.packages_extra = packages_extra
+
+        packages_all = packages | packages_extra
+
+        if packages_all:
+            if len(packages_all) == 1:
+                package_name = list(packages_all)[0]
+                self.makeflags['PACKAGE_NAME'] = package_name
+                self.makeflags['DESTDIR'] = f'$(CURDIR)/debian/{package_name}'
+            else:
+                self.makeflags['DESTDIR'] = '$(CURDIR)/debian/tmp'
+
+            self.makeflags['DH_OPTIONS'] = ' '.join(f'-p{i}' for i in sorted(packages_all))
+
+    def write(self, out: IO) -> None:
+        cmd = f'$(MAKE) -f debian/rules.real {self.target} {self.makeflags}'
+        if self.packages:
+            out.write(f'\t$(call if_package, {" ".join(sorted(self.packages))}, {cmd})\n')
+        else:
+            out.write(f'\t{cmd}\n')
+
+
+class MakefileRuleCmdsSimple(MakefileRuleCmds):
+    cmds: list[str]
+
+    def __init__(self, cmds: list[str]) -> None:
+        self.cmds = cmds
+
+    def write(self, out: IO) -> None:
+        for i in self.cmds:
+            out.write(f'\t{i}\n')
+
+
+class MakeFlags(dict):
+    def __str__(self) -> str:
+        return ' '.join("%s='%s'" % i for i in sorted(self.items()))
+
+    def copy(self) -> MakeFlags:
+        return self.__class__(super(MakeFlags, self).copy())
+
+
+class PackagesBundle:
+    name: str | None
+    templates: Templates
+    base: pathlib.Path
+    makefile: Makefile
+    packages: PackagesList
+
+    def __init__(
+            self,
+            name: str | None,
+            templates: Templates,
+            base: pathlib.Path = pathlib.Path('debian'),
+    ) -> None:
+        self.name = name
+        self.templates = templates
+        self.base = base
+        self.makefile = Makefile()
+        self.packages = PackagesList()
+
+    def add(
+            self,
+            pkgid: str,
+            ruleid: Iterable[str],
+            makeflags: MakeFlags,
+            replace: dict[str, str],
+            *,
+            arch: str | None = None,
+            check_packages: bool = True,
+    ) -> list[Any]:
+        ret = []
+        for raw_package in self.templates.get_control(f'{pkgid}.control', replace):
+            package = self.packages.setdefault(raw_package)
+            package_name = package['Package']
+            ret.append(package)
+
+            package.meta.setdefault('rules-ruleids', {})[ruleid] = makeflags
+            if arch:
+                package.meta.setdefault('architectures', PackageArchitecture()).add(arch)
+            package.meta['rules-check-packages'] = check_packages
+
+            for name in (
+                    'NEWS',
+                    'bug-presubj',
+                    'lintian-overrides',
+                    'maintscript',
+                    'postinst',
+                    'postrm',
+                    'preinst',
+                    'prerm',
+            ):
+                try:
+                    template = self.templates.get(f'{pkgid}.{name}',
+                                                  replace | {'package': package_name})
+                except KeyError:
+                    pass
+                else:
+                    with self.open(f'{package_name}.{name}') as f:
+                        f.write(template)
+
+        return ret
+
+    def add_packages(
+            self,
+            packages: Iterable[_ControlFileDict],
+            ruleid: Iterable[str],
+            makeflags: MakeFlags,
+            *,
+            arch: str | None = None,
+            check_packages: bool = True,
+    ) -> None:
+        for package in packages:
+            package = self.packages.setdefault(package)
+            package.meta.setdefault('rules-ruleids', {})[ruleid] = makeflags
+            if arch:
+                package.meta.setdefault('architectures', PackageArchitecture()).add(arch)
+            package.meta['rules-check-packages'] = check_packages
+
+    def path(self, name) -> pathlib.Path:
+        if self.name:
+            return self.base / f'generated.{self.name}/{name}'
+        return self.base / name
+
+    @staticmethod
+    def __ruleid_deps(ruleid: tuple[str], name: str) -> Iterator[tuple[str, str]]:
+        """
+        Generate all the rules dependencies.
+        ```
+        build: build_a
+        build_a: build_a_b
+        build_a_b: build_a_b_image
+        ```
+        """
+        r = ruleid + (name, )
+        yield (
+            '',
+            '_' + '_'.join(r[:1]),
+        )
+        for i in range(1, len(r)):
+            yield (
+                '_' + '_'.join(r[:i]),
+                '_' + '_'.join(r[:i + 1]),
+            )
+
+    @contextlib.contextmanager
+    def open(self, name: str, mode: str = 'w') -> Generator[IO, None, None]:
+        path = self.path(name)
+        path.parent.mkdir(parents=True, exist_ok=True)
+        with path.open(mode=mode, encoding='utf-8') as f:
+            yield f
+
+    def extract_makefile(self) -> None:
+        targets: dict[frozenset[str], dict] = {}
+
+        for package_name, package in self.packages.items():
+            target_name = package.meta.get('rules-target')
+            ruleids = package.meta.get('rules-ruleids')
+            makeflags = MakeFlags({
+                # Requires Python 3.9+
+                k.removeprefix('rules-makeflags-').upper(): v
+                for (k, v) in package.meta.items() if k.startswith('rules-makeflags-')
+            })
+
+            if ruleids:
+                arches = package.meta.get('architectures')
+                if arches:
+                    package['Architecture'] = arches
+                else:
+                    arches = package.get('Architecture')
+
+                if target_name:
+                    for ruleid, makeflags_package in ruleids.items():
+                        target_key = frozenset(
+                            [target_name, ruleid]
+                            + [f'{k}_{v}' for (k, v) in makeflags.items()]
+                        )
+                        target = targets.setdefault(
+                            target_key,
+                            {
+                                'name': target_name,
+                                'ruleid': ruleid,
+                            },
+                        )
+
+                        if package.meta['rules-check-packages']:
+                            target.setdefault('packages', set()).add(package_name)
+                        else:
+                            target.setdefault('packages_extra', set()).add(package_name)
+                        makeflags_package = makeflags_package.copy()
+                        makeflags_package.update(makeflags)
+                        target['makeflags'] = makeflags_package
+
+                        if arches == set(['all']):
+                            target['type'] = 'indep'
+                        else:
+                            target['type'] = 'arch'
+
+        for target in targets.values():
+            name = target['name']
+            ruleid = target['ruleid']
+            packages = target.get('packages', set())
+            packages_extra = target.get('packages_extra', set())
+            makeflags = target['makeflags']
+            ttype = target['type']
+
+            rule = '_'.join(ruleid + (name, ))
+            self.makefile.add_rules(f'setup_{rule}',
+                                    f'setup_{name}', makeflags, packages, packages_extra)
+            self.makefile.add_rules(f'build-{ttype}_{rule}',
+                                    f'build_{name}', makeflags, packages, packages_extra)
+            self.makefile.add_rules(f'binary-{ttype}_{rule}',
+                                    f'binary_{name}', makeflags, packages, packages_extra)
+
+            for i, j in self.__ruleid_deps(ruleid, name):
+                self.makefile.add_deps(f'setup{i}',
+                                       [f'setup{j}'])
+                self.makefile.add_deps(f'build-{ttype}{i}',
+                                       [f'build-{ttype}{j}'])
+                self.makefile.add_deps(f'binary-{ttype}{i}',
+                                       [f'binary-{ttype}{j}'])
+
+    def merge_build_depends(self) -> None:
+        # Merge Build-Depends pseudo-fields from binary packages into the
+        # source package
+        source = self.packages["source"]
+        arch_all = PackageArchitecture("all")
+        for name, package in self.packages.items():
+            if name == "source":
+                continue
+            dep = package.get("Build-Depends")
+            if not dep:
+                continue
+            del package["Build-Depends"]
+            if package["Architecture"] == arch_all:
+                dep_type = "Build-Depends-Indep"
+            else:
+                dep_type = "Build-Depends-Arch"
+            for group in dep:
+                for item in group:
+                    if package["Architecture"] != arch_all and not item.arches:
+                        item.arches = package["Architecture"]
+                    if package.get("Build-Profiles") and not item.restrictions:
+                        item.restrictions = package["Build-Profiles"]
+                source.setdefault(dep_type).merge(group)
+
+    def write(self) -> None:
+        self.write_control()
+        self.write_makefile()
+
+    def write_control(self) -> None:
+        with self.open('control') as f:
+            self.write_rfc822(f, self.packages.values())
+
+    def write_makefile(self) -> None:
+        with self.open('rules.gen') as f:
+            self.makefile.write(f)
+
+    def write_rfc822(self, f: IO, entries: Iterable) -> None:
+        for entry in entries:
+            for key, value in entry.items():
+                if value:
+                    f.write(u"%s: %s\n" % (key, value))
+            f.write('\n')
+
+
+class Gencontrol(object):
+    config: ConfigMerged
+    vars: dict[str, str]
+    bundles: dict[str, PackagesBundle]
+
+    def __init__(self, config: ConfigMerged, templates, version=Version) -> None:
+        self.config, self.templates = config, templates
+        self.changelog = Changelog(version=version)
+        self.vars = {}
+        self.bundles = {'': PackagesBundle(None, templates)}
+
+    @property
+    def bundle(self) -> PackagesBundle:
+        return self.bundles['']
+
+    def __call__(self) -> None:
+        self.do_source()
+        self.do_main()
+        self.do_extra()
+
+        self.write()
+
+    def do_source(self) -> None:
+        source = self.templates.get_source_control("source.control", self.vars)[0]
+        if not source.get('Source'):
+            source['Source'] = self.changelog[0].source
+        self.bundle.packages['source'] = source
+
+    def do_main(self) -> None:
+        vars = self.vars.copy()
+
+        makeflags = MakeFlags()
+
+        self.do_main_setup(self.config, vars, makeflags)
+        self.do_main_makefile(self.config, vars, makeflags)
+        self.do_main_packages(self.config, vars, makeflags)
+        self.do_main_recurse(self.config, vars, makeflags)
+
+    def do_main_setup(
+        self,
+        config: ConfigMerged,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        pass
+
+    def do_main_makefile(
+        self,
+        config: ConfigMerged,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        pass
+
+    def do_main_packages(
+        self,
+        config: ConfigMerged,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        pass
+
+    def do_main_recurse(
+        self,
+        config: ConfigMerged,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        for featureset in config.root_featuresets:
+            self.do_indep_featureset(featureset, vars.copy(), makeflags.copy())
+
+        # Sort the output the same way as before
+        for arch in sorted(
+            itertools.chain.from_iterable(
+                i.debianarchs for i in config.kernelarchs
+            ),
+            key=lambda i: i.name
+        ):
+            if arch.enable:
+                self.do_arch(arch, vars.copy(), makeflags.copy())
+
+    def do_extra(self) -> None:
+        try:
+            packages_extra = self.templates.get_control("extra.control", self.vars)
+        except KeyError:
+            return
+
+        extra_arches: dict[str, Any] = {}
+        for package in packages_extra:
+            arches = package['Architecture']
+            for arch in arches:
+                i = extra_arches.get(arch, [])
+                i.append(package)
+                extra_arches[arch] = i
+        for arch in sorted(extra_arches.keys()):
+            self.bundle.add_packages(packages_extra, (arch, ),
+                                     MakeFlags(), check_packages=False)
+
+    def do_indep_featureset(
+        self,
+        config: ConfigMergedFeatureset,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        vars['localversion'] = ''
+        if config.name_featureset != 'none':
+            vars['localversion'] = '-' + config.name_featureset
+
+        self.do_indep_featureset_setup(config, vars, makeflags)
+        self.do_indep_featureset_makefile(config, vars, makeflags)
+        self.do_indep_featureset_packages(config, vars, makeflags)
+
+    def do_indep_featureset_setup(
+        self,
+        config: ConfigMergedFeatureset,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        pass
+
+    def do_indep_featureset_makefile(
+        self,
+        config: ConfigMergedFeatureset,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        makeflags['FEATURESET'] = config.name
+
+    def do_indep_featureset_packages(
+        self,
+        config: ConfigMergedFeatureset,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        pass
+
+    def do_arch(
+        self,
+        config: ConfigMergedDebianarch,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        vars['arch'] = config.name
+
+        self.do_arch_setup(config, vars, makeflags)
+        self.do_arch_makefile(config, vars, makeflags)
+        self.do_arch_packages(config, vars, makeflags)
+        self.do_arch_recurse(config, vars, makeflags)
+
+    def do_arch_setup(
+        self,
+        config: ConfigMergedDebianarch,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        pass
+
+    def do_arch_makefile(
+        self,
+        config: ConfigMergedDebianarch,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        makeflags['ARCH'] = config.name
+
+    def do_arch_packages(
+        self,
+        config: ConfigMergedDebianarch,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        pass
+
+    def do_arch_recurse(
+        self,
+        config: ConfigMergedDebianarch,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        for featureset in config.featuresets:
+            if featureset.enable:
+                self.do_featureset(featureset, vars.copy(), makeflags.copy())
+
+    def do_featureset(
+        self,
+        config: ConfigMergedFeatureset,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        vars['localversion'] = ''
+        if config.name_featureset != 'none':
+            vars['localversion'] = '-' + config.name_featureset
+
+        self.do_featureset_setup(config, vars, makeflags)
+        self.do_featureset_makefile(config, vars, makeflags)
+        self.do_featureset_packages(config, vars, makeflags)
+        self.do_featureset_recurse(config, vars, makeflags)
+
+    def do_featureset_setup(
+        self,
+        config: ConfigMergedFeatureset,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        pass
+
+    def do_featureset_makefile(
+        self,
+        config: ConfigMergedFeatureset,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        makeflags['FEATURESET'] = config.name
+
+    def do_featureset_packages(
+        self,
+        config: ConfigMergedFeatureset,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        pass
+
+    def do_featureset_recurse(
+        self,
+        config: ConfigMergedFeatureset,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        for flavour in config.flavours:
+            if flavour.enable:
+                self.do_flavour(flavour, vars.copy(), makeflags.copy())
+
+    def do_flavour(
+        self,
+        config: ConfigMergedFlavour,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        vars['localversion'] += '-' + config.name_flavour
+
+        self.do_flavour_setup(config, vars, makeflags)
+        self.do_flavour_makefile(config, vars, makeflags)
+        self.do_flavour_packages(config, vars, makeflags)
+
+    def do_flavour_setup(
+        self,
+        config: ConfigMergedFlavour,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        for i in (
+            ('kernel-arch', 'KERNEL_ARCH'),
+            ('localversion', 'LOCALVERSION'),
+        ):
+            if i[0] in vars:
+                makeflags[i[1]] = vars[i[0]]
+
+    def do_flavour_makefile(
+        self,
+        config: ConfigMergedFlavour,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        makeflags['FLAVOUR'] = config.name
+
+    def do_flavour_packages(
+        self,
+        config: ConfigMergedFlavour,
+        vars: dict[str, str],
+        makeflags: MakeFlags,
+    ) -> None:
+        pass
+
+    def substitute(self, s: str | list | tuple, vars) -> str | list:
+        if isinstance(s, (list, tuple)):
+            return [self.substitute(i, vars) for i in s]
+
+        def subst(match) -> str:
+            return vars[match.group(1)]
+
+        return re.sub(r'@([-_a-z0-9]+)@', subst, str(s))
+
+    def write(self) -> None:
+        for bundle in self.bundles.values():
+            bundle.extract_makefile()
+            bundle.merge_build_depends()
+            bundle.write()
+
+
+def merge_packages(packages, new, arch) -> None:
+    for new_package in new:
+        name = new_package['Package']
+        if name in packages:
+            package = packages.get(name)
+            package['Architecture'].add(arch)
+
+            for field in ('Depends', 'Provides', 'Suggests', 'Recommends',
+                          'Conflicts'):
+                if field in new_package:
+                    if field in package:
+                        v = package[field]
+                        v.extend(new_package[field])
+                    else:
+                        package[field] = new_package[field]
+
+        else:
+            new_package['Architecture'] = arch
+            packages.append(new_package)
diff --git a/debian/lib/python/debian_linux/kconfig.py b/debian/lib/python/debian_linux/kconfig.py
new file mode 100644
index 0000000000000..291ccd8439455
--- /dev/null
+++ b/debian/lib/python/debian_linux/kconfig.py
@@ -0,0 +1,93 @@
+from typing import Iterable
+from collections import OrderedDict
+
+__all__ = (
+    "KconfigFile",
+)
+
+
+class KConfigEntry(object):
+    __slots__ = 'name', 'value', 'comments'
+
+    def __init__(self, name, value, comments=None) -> None:
+        self.name, self.value = name, value
+        self.comments = comments or []
+
+    def __eq__(self, other) -> bool:
+        return self.name == other.name and self.value == other.value
+
+    def __hash__(self) -> int:
+        return hash(self.name) | hash(self.value)
+
+    def __repr__(self) -> str:
+        return ('<{}({!r}, {!r}, {!r})>'
+                .format(self.__class__.__name__, self.name, self.value,
+                        self.comments))
+
+    def __str__(self) -> str:
+        return 'CONFIG_{}={}'.format(self.name, self.value)
+
+    def write(self) -> Iterable[str]:
+        for comment in self.comments:
+            yield '#. ' + comment
+        yield str(self)
+
+
+class KConfigEntryTristate(KConfigEntry):
+    __slots__ = ()
+
+    VALUE_NO = False
+    VALUE_YES = True
+    VALUE_MOD = object()
+
+    def __init__(self, name, value, comments=None) -> None:
+        if value == 'n' or value is None:
+            value = self.VALUE_NO
+        elif value == 'y':
+            value = self.VALUE_YES
+        elif value == 'm':
+            value = self.VALUE_MOD
+        else:
+            raise NotImplementedError
+        super(KConfigEntryTristate, self).__init__(name, value, comments)
+
+    def __str__(self) -> str:
+        if self.value is self.VALUE_MOD:
+            return 'CONFIG_{}=m'.format(self.name)
+        if self.value:
+            return 'CONFIG_{}=y'.format(self.name)
+        return '# CONFIG_{} is not set'.format(self.name)
+
+
+class KconfigFile(OrderedDict[str, KConfigEntry]):
+    def __str__(self) -> str:
+        ret = []
+        for i in self.str_iter():
+            ret.append(i)
+        return '\n'.join(ret) + '\n'
+
+    def read(self, f) -> None:
+        for line in iter(f.readlines()):
+            line = line.strip()
+            if line.startswith("CONFIG_"):
+                i = line.find('=')
+                option = line[7:i]
+                value = line[i + 1:]
+                self.set(option, value)
+            elif line.startswith("# CONFIG_"):
+                option = line[9:-11]
+                self.set(option, 'n')
+            elif line.startswith("#") or not line:
+                pass
+            else:
+                raise RuntimeError("Can't recognize %s" % line)
+
+    def set(self, key, value) -> None:
+        if value in ('y', 'm', 'n'):
+            self[key] = KConfigEntryTristate(key, value)
+        else:
+            self[key] = KConfigEntry(key, value)
+
+    def str_iter(self) -> Iterable[str]:
+        for key, value in self.items():
+            yield str(value)
diff --git a/debian/lib/python/debian_linux/test_debian.py b/debian/lib/python/debian_linux/test_debian.py
new file mode 100644
index 0000000000000..06133dc46e4f3
--- /dev/null
+++ b/debian/lib/python/debian_linux/test_debian.py
@@ -0,0 +1,424 @@
+import pytest
+
+from .debian import (
+    Version,
+    VersionLinux,
+    PackageArchitecture,
+    PackageDescription,
+    PackageRelationEntry,
+    PackageRelationGroup,
+    PackageRelation,
+    PackageBuildprofileEntry,
+    PackageBuildprofile,
+)
+
+
+class TestVersion:
+    def test_native(self) -> None:
+        v = Version('1.2+c~4')
+        assert v.epoch is None
+        assert v.upstream == '1.2+c~4'
+        assert v.revision is None
+        assert v.complete == '1.2+c~4'
+        assert v.complete_noepoch == '1.2+c~4'
+
+    def test_nonnative(self) -> None:
+        v = Version('1-2+d~3')
+        assert v.epoch is None
+        assert v.upstream == '1'
+        assert v.revision == '2+d~3'
+        assert v.complete == '1-2+d~3'
+        assert v.complete_noepoch == '1-2+d~3'
+
+    def test_native_epoch(self) -> None:
+        v = Version('5:1.2.3')
+        assert v.epoch == 5
+        assert v.upstream == '1.2.3'
+        assert v.revision is None
+        assert v.complete == '5:1.2.3'
+        assert v.complete_noepoch == '1.2.3'
+
+    def test_nonnative_epoch(self) -> None:
+        v = Version('5:1.2.3-4')
+        assert v.epoch == 5
+        assert v.upstream == '1.2.3'
+        assert v.revision == '4'
+        assert v.complete == '5:1.2.3-4'
+        assert v.complete_noepoch == '1.2.3-4'
+
+    def test_multi_hyphen(self) -> None:
+        v = Version('1-2-3')
+        assert v.epoch is None
+        assert v.upstream == '1-2'
+        assert v.revision == '3'
+        assert v.complete == '1-2-3'
+
+    def test_multi_colon(self) -> None:
+        v = Version('1:2:3')
+        assert v.epoch == 1
+        assert v.upstream == '2:3'
+        assert v.revision is None
+
+    def test_invalid_epoch(self) -> None:
+        with pytest.raises(RuntimeError):
+            Version('a:1')
+        with pytest.raises(RuntimeError):
+            Version('-1:1')
+        with pytest.raises(RuntimeError):
+            Version('1a:1')
+
+    def test_invalid_upstream(self) -> None:
+        with pytest.raises(RuntimeError):
+            Version('1_2')
+        with pytest.raises(RuntimeError):
+            Version('1/2')
+        with pytest.raises(RuntimeError):
+            Version('a1')
+        with pytest.raises(RuntimeError):
+            Version('1 2')
+
+    def test_invalid_revision(self) -> None:
+        with pytest.raises(RuntimeError):
+            Version('1-2_3')
+        with pytest.raises(RuntimeError):
+            Version('1-2/3')
+        with pytest.raises(RuntimeError):
+            Version('1-2:3')
+
+
+class TestVersionLinux:
+    def test_stable(self) -> None:
+        v = VersionLinux('1.2.3-4')
+        assert v.linux_version == '1.2'
+        assert v.linux_upstream == '1.2'
+        assert v.linux_upstream_full == '1.2.3'
+        assert v.linux_modifier is None
+        assert v.linux_dfsg is None
+        assert not v.linux_revision_experimental
+        assert not v.linux_revision_security
+        assert not v.linux_revision_backports
+        assert not v.linux_revision_other
+
+    def test_rc(self) -> None:
+        v = VersionLinux('1.2~rc3-4')
+        assert v.linux_version == '1.2'
+        assert v.linux_upstream == '1.2-rc3'
+        assert v.linux_upstream_full == '1.2-rc3'
+        assert v.linux_modifier == 'rc3'
+        assert v.linux_dfsg is None
+        assert not v.linux_revision_experimental
+        assert not v.linux_revision_security
+        assert not v.linux_revision_backports
+        assert not v.linux_revision_other
+
+    def test_dfsg(self) -> None:
+        v = VersionLinux('1.2~rc3.dfsg.1-4')
+        assert v.linux_version == '1.2'
+        assert v.linux_upstream == '1.2-rc3'
+        assert v.linux_upstream_full == '1.2-rc3'
+        assert v.linux_modifier == 'rc3'
+        assert v.linux_dfsg == '1'
+        assert not v.linux_revision_experimental
+        assert not v.linux_revision_security
+        assert not v.linux_revision_backports
+        assert not v.linux_revision_other
+
+    def test_experimental(self) -> None:
+        v = VersionLinux('1.2~rc3-4~exp5')
+        assert v.linux_upstream_full == '1.2-rc3'
+        assert v.linux_revision_experimental
+        assert not v.linux_revision_security
+        assert not v.linux_revision_backports
+        assert not v.linux_revision_other
+
+    def test_security(self) -> None:
+        v = VersionLinux('1.2.3-4+deb10u1')
+        assert v.linux_upstream_full == '1.2.3'
+        assert not v.linux_revision_experimental
+        assert v.linux_revision_security
+        assert not v.linux_revision_backports
+        assert not v.linux_revision_other
+
+    def test_backports(self) -> None:
+        v = VersionLinux('1.2.3-4~bpo9+10')
+        assert v.linux_upstream_full == '1.2.3'
+        assert not v.linux_revision_experimental
+        assert not v.linux_revision_security
+        assert v.linux_revision_backports
+        assert not v.linux_revision_other
+
+    def test_security_backports(self) -> None:
+        v = VersionLinux('1.2.3-4+deb10u1~bpo9+10')
+        assert v.linux_upstream_full == '1.2.3'
+        assert not v.linux_revision_experimental
+        assert v.linux_revision_security
+        assert v.linux_revision_backports
+        assert not v.linux_revision_other
+
+    def test_lts_backports(self) -> None:
+        # Backport during LTS, as an extra package in the -security
+        # suite.  Since this is not part of a -backports suite it
+        # shouldn't get the linux_revision_backports flag.
+        v = VersionLinux('1.2.3-4~deb9u10')
+        assert v.linux_upstream_full == '1.2.3'
+        assert not v.linux_revision_experimental
+        assert v.linux_revision_security
+        assert not v.linux_revision_backports
+        assert not v.linux_revision_other
+
+    def test_lts_backports_2(self) -> None:
+        # Same but with two security extensions in the revision.
+        v = VersionLinux('1.2.3-4+deb10u1~deb9u10')
+        assert v.linux_upstream_full == '1.2.3'
+        assert not v.linux_revision_experimental
+        assert v.linux_revision_security
+        assert not v.linux_revision_backports
+        assert not v.linux_revision_other
+
+    def test_binnmu(self) -> None:
+        v = VersionLinux('1.2.3-4+b1')
+        assert not v.linux_revision_experimental
+        assert not v.linux_revision_security
+        assert not v.linux_revision_backports
+        assert not v.linux_revision_other
+
+    def test_other_revision(self) -> None:
+        v = VersionLinux('4.16.5-1+revert+crng+ready')  # from #898087
+        assert not v.linux_revision_experimental
+        assert not v.linux_revision_security
+        assert not v.linux_revision_backports
+        assert v.linux_revision_other
+
+    def test_other_revision_binnmu(self) -> None:
+        v = VersionLinux('4.16.5-1+revert+crng+ready+b1')
+        assert not v.linux_revision_experimental
+        assert not v.linux_revision_security
+        assert not v.linux_revision_backports
+        assert v.linux_revision_other
+
+
+class TestPackageArchitecture:
+    def test_init(self) -> None:
+        a = PackageArchitecture()
+        assert a == set()
+
+    def test_init_str(self) -> None:
+        a = PackageArchitecture(' foo  bar\tbaz ')
+        assert a == {'foo', 'bar', 'baz'}
+
+    def test_init_iter(self) -> None:
+        a = PackageArchitecture(('foo', 'bar'))
+        assert a == {'foo', 'bar'}
+
+    def test_init_self(self) -> None:
+        a = PackageArchitecture(PackageArchitecture(('foo', 'bar')))
+        assert a == {'foo', 'bar'}
+
+    def test_str(self) -> None:
+        a = PackageArchitecture(('foo', 'bar'))
+        assert str(a) == 'bar foo'
+
+
+class TestPackageDescription:
+    def test_init(self) -> None:
+        a = PackageDescription()
+        assert a.short == []
+        assert a.long == []
+
+    def test_init_str(self) -> None:
+        a = PackageDescription('Short\nLong1\n.\nLong2')
+        assert a.short == ['Short']
+        assert a.long == ['Long1', 'Long2']
+
+    def test_init_self(self) -> None:
+        a = PackageDescription(PackageDescription('Short\nLong1\n.\nLong2'))
+        assert a.short == ['Short']
+        assert a.long == ['Long1', 'Long2']
+
+    def test_str(self) -> None:
+        a = PackageDescription('Short\nLong1\n.\nLong2')
+        assert str(a) == 'Short\n Long1\n .\n Long2'
+
+
+class TestPackageRelationEntry:
+    def test_init_str(self) -> None:
+        a = PackageRelationEntry('package (>=version) [arch2 arch1] <profile1 >')
+        assert a.name == 'package'
+        assert a.version == 'version'
+        assert a.arches == {'arch1', 'arch2'}
+        # TODO: assert a.profiles
+        assert str(a) == 'package (>= version) [arch1 arch2] <profile1>'
+
+    def test_init_self(self) -> None:
+        a = PackageRelationEntry(PackageRelationEntry('package [arch2 arch1]'))
+        assert a.name == 'package'
+        assert a.arches == {'arch1', 'arch2'}
+        assert str(a) == 'package [arch1 arch2]'
+
+
+class TestPackageRelationGroup:
+    def test_init(self) -> None:
+        a = PackageRelationGroup()
+        assert a == []
+
+    def test_init_str(self) -> None:
+        a = PackageRelationGroup('foo | bar')
+        assert len(a) == 2
+        assert a[0].name == 'foo'
+        assert a[1].name == 'bar'
+
+    def test_init_iter_entry(self) -> None:
+        a = PackageRelationGroup((PackageRelationEntry('foo'), PackageRelationEntry('bar')))
+        assert len(a) == 2
+        assert a[0].name == 'foo'
+        assert a[1].name == 'bar'
+
+    def test_init_iter_str(self) -> None:
+        a = PackageRelationGroup(('foo', 'bar'))
+        assert len(a) == 2
+        assert a[0].name == 'foo'
+        assert a[1].name == 'bar'
+
+    def test_init_self(self) -> None:
+        a = PackageRelationGroup(PackageRelationGroup(['foo', 'bar']))
+        assert len(a) == 2
+        assert a[0].name == 'foo'
+        assert a[1].name == 'bar'
+
+    def test_str(self) -> None:
+        a = PackageRelationGroup('foo|  bar')
+        assert str(a) == 'foo | bar'
+
+
+class TestPackageRelation:
+    def test_init(self) -> None:
+        a = PackageRelation()
+        assert a == []
+
+    def test_init_str(self) -> None:
+        a = PackageRelation('foo1 | foo2, bar')
+        assert len(a) == 2
+        assert len(a[0]) == 2
+        assert a[0][0].name == 'foo1'
+        assert a[0][1].name == 'foo2'
+        assert len(a[1]) == 1
+        assert a[1][0].name == 'bar'
+
+    def test_init_iter_entry(self) -> None:
+        a = PackageRelation([[PackageRelationEntry('foo')], [PackageRelationEntry('bar')]])
+        assert len(a) == 2
+        assert len(a[0]) == 1
+        assert a[0][0].name == 'foo'
+        assert len(a[1]) == 1
+        assert a[1][0].name == 'bar'
+
+    def test_init_iter_str(self) -> None:
+        a = PackageRelation(('foo', 'bar'))
+        assert len(a) == 2
+        assert len(a[0]) == 1
+        assert a[0][0].name == 'foo'
+        assert len(a[1]) == 1
+        assert a[1][0].name == 'bar'
+
+    def test_init_self(self) -> None:
+        a = PackageRelation(PackageRelation(('foo', 'bar')))
+        assert len(a) == 2
+        assert len(a[0]) == 1
+        assert a[0][0].name == 'foo'
+        assert len(a[1]) == 1
+        assert a[1][0].name == 'bar'
+
+    def test_str(self) -> None:
+        a = PackageRelation('foo ,bar')
+        assert str(a) == 'foo, bar'
+
+
+class TestPackageBuildprofileEntry:
+    def test_parse(self) -> None:
+        a = PackageBuildprofileEntry.parse('<profile1 !profile2 profile3 !profile4>')
+        assert a.pos == {'profile1', 'profile3'}
+        assert a.neg == {'profile2', 'profile4'}
+        assert str(a) == '<profile1 profile3 !profile2 !profile4>'
+
+    def test_eq(self) -> None:
+        a = PackageBuildprofileEntry.parse('<profile1 !profile2>')
+        b = PackageBuildprofileEntry(pos={'profile1'}, neg={'profile2'})
+        assert a == b
+
+    def test_isdisjoint(self) -> None:
+        a = PackageBuildprofileEntry.parse('<profile1 profile2>')
+        b = PackageBuildprofileEntry.parse('<profile1 profile3>')
+        assert a.isdisjoint(b)
+
+    def test_issubset_empty(self) -> None:
+        a = PackageBuildprofileEntry.parse('<profile1 profile2>')
+        b = PackageBuildprofileEntry()
+        assert a.issubset(b)
+
+    def test_issubset_pos(self) -> None:
+        a = PackageBuildprofileEntry.parse('<profile1 profile2>')
+        b = PackageBuildprofileEntry.parse('<profile1>')
+        assert a.issubset(b)
+
+    def test_issubset_neg(self) -> None:
+        a = PackageBuildprofileEntry.parse('<!profile1>')
+        b = PackageBuildprofileEntry.parse('<!profile1 !profile2>')
+        assert a.issubset(b)
+
+    def test_issubset_both(self) -> None:
+        a = PackageBuildprofileEntry.parse('<!profile1 !profile2 profile3>')
+        b = PackageBuildprofileEntry.parse('<!profile1 !profile2 !profile3>')
+        assert a.issubset(b)
+
+    def test_issuperset_empty(self) -> None:
+        a = PackageBuildprofileEntry.parse('<profile1 profile2>')
+        b = PackageBuildprofileEntry()
+        assert b.issuperset(a)
+
+    def test_issuperset_pos(self) -> None:
+        a = PackageBuildprofileEntry.parse('<profile1 profile2>')
+        b = PackageBuildprofileEntry.parse('<profile1>')
+        assert b.issuperset(a)
+
+    def test_issuperset_neg(self) -> None:
+        a = PackageBuildprofileEntry.parse('<!profile1>')
+        b = PackageBuildprofileEntry.parse('<!profile1 !profile2>')
+        assert b.issuperset(a)
+
+    def test_issuperset_both(self) -> None:
+        a = PackageBuildprofileEntry.parse('<!profile1 !profile2 profile3>')
+        b = PackageBuildprofileEntry.parse('<!profile1 !profile2 !profile3>')
+        assert b.issuperset(a)
+
+    def test_update_pos(self) -> None:
+        a = PackageBuildprofileEntry.parse('<profile1 profile2>')
+        b = PackageBuildprofileEntry.parse('<profile1>')
+        a.update(b)
+        assert a.pos == {'profile1'}
+        assert a.neg == set()
+
+    def test_update_neg(self) -> None:
+        a = PackageBuildprofileEntry.parse('<!profile1 !profile2>')
+        b = PackageBuildprofileEntry.parse('<!profile1>')
+        a.update(b)
+        assert a.pos == set()
+        assert a.neg == {'profile1'}
+
+    def test_update_both(self) -> None:
+        a = PackageBuildprofileEntry.parse('<profile1 !profile2 profile3>')
+        b = PackageBuildprofileEntry.parse('<profile1 !profile2 !profile3>')
+        a.update(b)
+        assert a.pos == {'profile1'}
+        assert a.neg == {'profile2'}
+
+
+class TestPackageBuildprofile:
+    def test_parse(self) -> None:
+        a = PackageBuildprofile.parse('<profile1> <!profile2> <profile3> <!profile4>')
+        assert str(a) == '<profile1> <!profile2> <profile3> <!profile4>'
+
+    def test_update(self) -> None:
+        a = PackageBuildprofile.parse('<profile1 profile2> <profile2>')
+        b = PackageBuildprofile.parse('<profile1> <profile2 !profile3> <profile3>')
+        a.update(b)
+        assert str(a) == '<profile1> <profile2> <profile3>'
diff --git a/debian/lib/python/debian_linux/utils.py b/debian/lib/python/debian_linux/utils.py
new file mode 100644
index 0000000000000..0c6569b5a055a
--- /dev/null
+++ b/debian/lib/python/debian_linux/utils.py
@@ -0,0 +1,76 @@
+import io
+import os
+import re
+import textwrap
+import typing
+
+import jinja2
+
+from .debian import SourcePackage, BinaryPackage, TestsControl
+
+
+class Templates(object):
+    dirs: list[str]
+    _cache: dict[str, str]
+    _jinja2: jinja2.Environment
+
+    def __init__(self, dirs: list[str] = ["debian/templates"]) -> None:
+        self.dirs = dirs
+
+        self._cache = {}
+        self._jinja2 = jinja2.Environment(
+            # autoescape uses HTML safe escaping, which does not help us
+            autoescape=False,
+            keep_trailing_newline=True,
+            trim_blocks=True,
+            undefined=jinja2.StrictUndefined,
+        )
+
+    def _read(self, name: str) -> typing.Any:
+        pkgid, name = name.rsplit('.', 1)
+
+        for suffix in ['.j2', '.in', '']:
+            for dir in self.dirs:
+                filename = "%s/%s.%s%s" % (dir, pkgid, name, suffix)
+                if os.path.exists(filename):
+                    with open(filename, 'r', encoding='utf-8') as f:
+                        return (f.read(), suffix)
+
+        raise KeyError(name)
+
+    def _get(self, key: str) -> typing.Any:
+        try:
+            return self._cache[key]
+        except KeyError:
+            self._cache[key] = value = self._read(key)
+            return value
+
+    def get(self, key: str, context: dict[str, str] = {}) -> str:
+        value = self._get(key)
+        suffix = value[1]
+
+        if context:
+            if suffix == '.in':
+                def subst(match):
+                    return context[match.group(1)]
+                return re.sub(r'@([-_a-z0-9]+)@', subst, str(value[0]))
+
+            elif suffix == '.j2':
+                return self._jinja2.from_string(value[0]).render(context)
+
+        return value[0]
+
+    def get_control(self, key: str, context: dict[str, str] = {}) -> BinaryPackage:
+        return BinaryPackage.read_rfc822(io.StringIO(self.get(key, context)))
+
+    def get_source_control(self, key: str, context: dict[str, str] = {}) -> SourcePackage:
+        return SourcePackage.read_rfc822(io.StringIO(self.get(key, context)))
+
+    def get_tests_control(self, key: str, context: dict[str, str] = {}) -> TestsControl:
+        return TestsControl.read_rfc822(io.StringIO(self.get(key, context)))
+
+
+class TextWrapper(textwrap.TextWrapper):
+    wordsep_re = re.compile(
+        r'(\s+|'                                  # any whitespace
+        r'(?<=[\w\!\"\'\&\.\,\?])-{2,}(?=\w))')   # em-dash
diff --git a/debian/libcpupower-dev.install b/debian/libcpupower-dev.install
new file mode 100644
index 0000000000000..f3800aad52cb8
--- /dev/null
+++ b/debian/libcpupower-dev.install
@@ -0,0 +1,2 @@
+usr/include/*
+usr/lib/*/lib*.so
diff --git a/debian/libcpupower1.install b/debian/libcpupower1.install
new file mode 100644
index 0000000000000..3ddde58419842
--- /dev/null
+++ b/debian/libcpupower1.install
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff --git a/debian/libcpupower1.lintian-overrides b/debian/libcpupower1.lintian-overrides
new file mode 100644
index 0000000000000..e1b83c5c887c4
--- /dev/null
+++ b/debian/libcpupower1.lintian-overrides
@@ -0,0 +1,2 @@
+# Experimental uploads don't get backported so we don't need to append ~
+libcpupower1: symbols-file-contains-debian-revision on symbol * (libcpupower.so.1)*
diff --git a/debian/libcpupower1.symbols b/debian/libcpupower1.symbols
new file mode 100644
index 0000000000000..4f2af60e917ca
--- /dev/null
+++ b/debian/libcpupower1.symbols
@@ -0,0 +1,56 @@
+libcpupower.so.1 libcpupower1 #MINVER#
+ acpi_cppc_get_data@Base 5.18~rc1
+ cpu_topology_release@Base 4.7~rc2-1~exp1
+ cpufreq_get_affected_cpus@Base 4.7~rc2-1~exp1
+ cpufreq_get_available_frequencies@Base 4.7~rc2-1~exp1
+ cpufreq_get_available_governors@Base 4.7~rc2-1~exp1
+ cpufreq_get_boost_frequencies@Base 5.5.8-1~exp1
+ cpufreq_get_driver@Base 4.7~rc2-1~exp1
+ cpufreq_get_freq_hardware@Base 4.7~rc2-1~exp1
+ cpufreq_get_freq_kernel@Base 4.7~rc2-1~exp1
+ cpufreq_get_hardware_limits@Base 4.7~rc2-1~exp1
+ cpufreq_get_policy@Base 4.7~rc2-1~exp1
+ cpufreq_get_related_cpus@Base 4.7~rc2-1~exp1
+ cpufreq_get_stats@Base 4.7~rc2-1~exp1
+ cpufreq_get_sysfs_value_from_table@Base 5.18~rc1
+ cpufreq_get_transition_latency@Base 4.7~rc2-1~exp1
+ cpufreq_get_transitions@Base 4.7~rc2-1~exp1
+ cpufreq_modify_policy_governor@Base 4.7~rc2-1~exp1
+ cpufreq_modify_policy_max@Base 4.7~rc2-1~exp1
+ cpufreq_modify_policy_min@Base 4.7~rc2-1~exp1
+ cpufreq_put_affected_cpus@Base 4.7~rc2-1~exp1
+ cpufreq_put_available_frequencies@Base 4.7~rc2-1~exp1
+ cpufreq_put_available_governors@Base 4.7~rc2-1~exp1
+ cpufreq_put_boost_frequencies@Base 5.5.8-1~exp1
+ cpufreq_put_driver@Base 4.7~rc2-1~exp1
+ cpufreq_put_policy@Base 4.7~rc2-1~exp1
+ cpufreq_put_related_cpus@Base 4.7~rc2-1~exp1
+ cpufreq_put_stats@Base 4.7~rc2-1~exp1
+ cpufreq_set_frequency@Base 4.7~rc2-1~exp1
+ cpufreq_set_policy@Base 4.7~rc2-1~exp1
+ cpuidle_get_driver@Base 4.7~rc2-1~exp1
+ cpuidle_get_governor@Base 4.7~rc2-1~exp1
+ cpuidle_is_state_disabled@Base 4.7~rc2-1~exp1
+ cpuidle_state_count@Base 4.7~rc2-1~exp1
+ cpuidle_state_desc@Base 4.7~rc2-1~exp1
+ cpuidle_state_disable@Base 4.7~rc2-1~exp1
+ cpuidle_state_latency@Base 4.7~rc2-1~exp1
+ cpuidle_state_name@Base 4.7~rc2-1~exp1
+ cpuidle_state_time@Base 4.7~rc2-1~exp1
+ cpuidle_state_usage@Base 4.7~rc2-1~exp1
+ cpupower_is_cpu_online@Base 4.7~rc2-1~exp1
+ cpupower_read_sysfs@Base 5.13.9-1~exp1
+ cpupower_write_sysfs@Base 5.13.9-1~exp1
+ get_cpu_topology@Base 4.7~rc2-1~exp1
+ is_valid_path@Base 6.6~rc1-1~exp1
+ powercap_get_driver@Base 6.2~rc1-1~exp1
+ powercap_get_enabled@Base 6.2~rc1-1~exp1
+ powercap_get_energy_uj@Base 6.2~rc1-1~exp1
+ powercap_get_max_energy_range_uj@Base 6.2~rc1-1~exp1
+ powercap_get_max_power_range_uw@Base 6.2~rc1-1~exp1
+ powercap_get_power_uw@Base 6.2~rc1-1~exp1
+ powercap_init_zones@Base 6.2~rc1-1~exp1
+ powercap_read_zone@Base 6.2~rc1-1~exp1
+ powercap_walk_zones@Base 6.2~rc1-1~exp1
+ powercap_zone_get_enabled@Base 6.2~rc1-1~exp1
+ powercap_zone_set_enabled@Base 6.2~rc1-1~exp1
diff --git a/debian/linux-cpupower.install b/debian/linux-cpupower.install
new file mode 100755
index 0000000000000..cbed747b987a6
--- /dev/null
+++ b/debian/linux-cpupower.install
@@ -0,0 +1,4 @@
+#!/usr/bin/dh-exec
+usr/bin
+[i386 amd64 x32] usr/sbin
+usr/share/
diff --git a/debian/linux-cpupower.manpages b/debian/linux-cpupower.manpages
new file mode 100755
index 0000000000000..96f9593efbf75
--- /dev/null
+++ b/debian/linux-cpupower.manpages
@@ -0,0 +1,3 @@
+#!/usr/bin/dh-exec
+[i386 amd64 x32] tools/power/x86/turbostat/turbostat.8
+[i386 amd64 x32] tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.8
diff --git a/debian/linux-perf.lintian-overrides b/debian/linux-perf.lintian-overrides
new file mode 100755
index 0000000000000..12f3e95801697
--- /dev/null
+++ b/debian/linux-perf.lintian-overrides
@@ -0,0 +1,11 @@
+#!/usr/bin/dh-exec
+
+# These executables are needed to handle processes running in compat mode
+[amd64] linux-perf: binary-from-other-architecture *usr/lib/perf-core/perf-read-vdsox32*
+
+# Some of these plugins only need symbols from libtraceevent, which
+# loads them and should not have a NEEDED entry
+linux-perf: shared-library-lacks-prerequisites *usr/lib/traceevent/plugins/plugin_*.so*
+
+# This transition was too complex for dh_installdeb to handle
+linux-perf: maintainer-script-should-not-use-dpkg-maintscript-helper "dpkg-maintscript-helper" *
diff --git a/debian/linux-perf.postinst b/debian/linux-perf.postinst
new file mode 100644
index 0000000000000..d38695a0542a9
--- /dev/null
+++ b/debian/linux-perf.postinst
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+old_version_suffix="$(echo "$2" | sed -rn 's/^([0-9]+\.[0-9]+).*/\1/p')"
+if [ "$old_version_suffix" ]; then
+    dpkg-maintscript-helper symlink_to_dir \
+	/usr/share/doc/linux-perf "linux-perf-${old_version_suffix}" 5.16\~rc8-1\~exp1 linux-perf -- "$@"
+fi
+
+#DEBHELPER#
diff --git a/debian/linux-perf.postrm b/debian/linux-perf.postrm
new file mode 100644
index 0000000000000..84a6e3df5ba47
--- /dev/null
+++ b/debian/linux-perf.postrm
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+set -e
+
+old_version_suffix="$(echo "$2" | sed -rn 's/^([0-9]+\.[0-9]+).*/\1/p')"
+if [ "$old_version_suffix" ]; then
+    dpkg-maintscript-helper symlink_to_dir \
+	/usr/share/doc/linux-perf "linux-perf-${old_version_suffix}" 5.16\~rc8-1\~exp1 linux-perf -- "$@"
+fi
+
+if [ "$1" = remove ]
+then
+	for wrapper in /usr/bin/perf \
+		       /usr/share/bash-completion/completions/perf \
+		       /usr/share/man/man1/perf.1.gz; do
+	    diversion="${wrapper%/perf*}/perf.wrapper${wrapper#*/perf}"
+	    dpkg-divert --package linux-perf --divert "$diversion" --rename \
+		--remove "$wrapper"
+	done
+fi
+
+#DEBHELPER#
diff --git a/debian/linux-perf.preinst b/debian/linux-perf.preinst
new file mode 100644
index 0000000000000..8965a322f2f9b
--- /dev/null
+++ b/debian/linux-perf.preinst
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+set -e
+
+old_version_suffix="$(echo "$2" | sed -rn 's/^([0-9]+\.[0-9]+).*/\1/p')"
+if [ "$old_version_suffix" ]; then
+    dpkg-maintscript-helper symlink_to_dir \
+	/usr/share/doc/linux-perf "linux-perf-${old_version_suffix}" 5.16\~rc8-1\~exp1 linux-perf -- "$@"
+fi
+
+if [ "$1" = install ] || [ "$1" = upgrade ]
+then
+	for wrapper in /usr/bin/perf \
+		       /usr/share/bash-completion/completions/perf \
+		       /usr/share/man/man1/perf.1.gz; do
+	    diversion="${wrapper%/perf*}/perf.wrapper${wrapper#*/perf}"
+	    dpkg-divert --package linux-perf --divert "$diversion" --rename \
+		--add "$wrapper"
+	done
+fi
+
+#DEBHELPER#
diff --git a/debian/linux-perf.prerm b/debian/linux-perf.prerm
new file mode 100644
index 0000000000000..d38695a0542a9
--- /dev/null
+++ b/debian/linux-perf.prerm
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+old_version_suffix="$(echo "$2" | sed -rn 's/^([0-9]+\.[0-9]+).*/\1/p')"
+if [ "$old_version_suffix" ]; then
+    dpkg-maintscript-helper symlink_to_dir \
+	/usr/share/doc/linux-perf "linux-perf-${old_version_suffix}" 5.16\~rc8-1\~exp1 linux-perf -- "$@"
+fi
+
+#DEBHELPER#
diff --git a/debian/lockdep.dirs b/debian/lockdep.dirs
new file mode 100644
index 0000000000000..e77248175524d
--- /dev/null
+++ b/debian/lockdep.dirs
@@ -0,0 +1 @@
+usr/bin
diff --git a/debian/rtla.links b/debian/rtla.links
new file mode 100644
index 0000000000000..aca6c89a3c8c3
--- /dev/null
+++ b/debian/rtla.links
@@ -0,0 +1,2 @@
+usr/share/man/man1/rtla-osnoise.1 usr/share/man/man1/osnoise.1
+usr/share/man/man1/rtla-timerlat.1 usr/share/man/man1/timerlat.1
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000000000..e98f5af6d2ab2
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,159 @@
+#!/usr/bin/make -f
+
+include /usr/share/dpkg/architecture.mk
+include /usr/share/dpkg/pkg-info.mk
+
+DEB_VERSION_SOURCE = $(shell echo '$(DEB_VERSION)' | sed -re 's/\+b([0-9]+)$$//')
+
+SHELL    := sh -e
+
+include debian/rules.defs
+
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+  DEBIAN_KERNEL_JOBS := $(subst parallel=,,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+endif
+ifdef DEBIAN_KERNEL_JOBS
+  MAKEFLAGS += -j$(DEBIAN_KERNEL_JOBS)
+endif
+
+# dpkg-buildpackage passes the -s option if DEB_BUILD_OPTIONS contains
+# terse, but that triggers Kbuild to turn off progress messages
+# completely, which we don't want.
+override MAKEFLAGS := $(subst s,,$(filter-out -%,$(MAKEFLAGS))) $(filter -%,$(MAKEFLAGS))
+
+.NOTPARALLEL:
+
+source: debian/control
+	dh_testdir
+	$(MAKE) -f debian/rules.gen source
+
+setup: debian/control
+	dh_testdir
+	$(MAKE) -f debian/rules.gen setup_$(DEB_HOST_ARCH)
+
+build: build-arch build-indep
+
+build-arch: debian/control
+	dh_testdir
+
+# The perf-read-vdso* programs are built for different architectures,
+# without standard flags, but are not exposed to untrusted input.
+	@printf '%s\n' 'blhc: ignore-line-regexp: .* -o *[^ ]*/perf-read-vdso.*'
+
+# Kernel code needs different hardening options that blhc doesn't know
+# about.
+	@printf '%s\n' 'blhc: ignore-line-regexp: .* -D__KERNEL__ .*'
+
+# The tools/perf/tests/workloads/.* programs are deliberately compiled
+# without -O2, so instruct blhc to ignore those
+	@printf '%s\n' 'blhc: ignore-line-regexp: .* -o .*tools/perf/tests/workloads/.*'
+
+# Those tools conflict between flags used for host and build, so get none
+	@printf '%s\n' 'blhc: ignore-line-regexp: .* -o .*/tools/objtool/.*'
+	@printf '%s\n' 'blhc: ignore-line-regexp: .* -o .*/tools/.*/fixdep.*'
+
+# We need to use terse builds in CI due to the log size limit.  This
+# mostly affects the output for builds of kernel code, which need
+# different options for hardening anyway.
+ifneq ($(filter terse,$(DEB_BUILD_OPTIONS)),)
+	@printf '%s\n' 'blhc: ignore-line-regexp: \s*(CC(LD)?|LD|LINK)\b.*'
+endif
+
+	$(MAKE) -f debian/rules.gen build-arch_$(DEB_HOST_ARCH)
+
+build-indep: debian/control
+	dh_testdir
+	$(MAKE) -f debian/rules.gen build-indep
+
+binary:	binary-indep binary-arch
+
+binary-arch: build-arch
+	dh_testdir
+	$(MAKE) -f debian/rules.gen binary-arch_$(DEB_HOST_ARCH)
+
+binary-indep: build-indep
+	dh_testdir
+	$(MAKE) -f debian/rules.gen binary-indep
+
+DIR_ORIG = ../orig/$(DEB_SOURCE)-$(DEB_VERSION_EPOCH_UPSTREAM)
+TAR_ORIG_NAME = $(DEB_SOURCE)_$(DEB_VERSION_EPOCH_UPSTREAM).orig.tar.xz
+TAR_ORIG = $(firstword $(wildcard ../$(TAR_ORIG_NAME)) $(wildcard ../orig/$(TAR_ORIG_NAME)))
+
+orig: $(DIR_ORIG)
+	rsync --delete --exclude /debian --exclude .git --link-dest=$(DIR_ORIG)/ -a $(DIR_ORIG)/ .
+	QUILT_PATCHES='$(CURDIR)/debian/patches' QUILT_PC=.pc quilt push --quiltrc - -a -q --fuzz=0
+
+$(DIR_ORIG):
+ifeq ($(TAR_ORIG),)
+	$(error Cannot find orig tarball $(TAR_ORIG_NAME))
+else
+	mkdir -p ../orig
+	tar -C ../orig -xaf $(TAR_ORIG)
+endif
+
+CLEAN_PATTERNS := $(BUILD_DIR) $(STAMPS_DIR) debian/lib/python/debian_linux/*.pyc debian/lib/python/debian_linux/__pycache__ $$(find debian -maxdepth 1 -type d -name 'linux-*') debian/*-modules-*-di* debian/kernel-image-*-di* debian/*-tmp debian/*.substvars
+
+clean-generated:
+	rm -rf $(CLEAN_PATTERNS)
+# We cannot use dh_clean here because it requires debian/control to exist
+	rm -rf debian/.debhelper debian/*.debhelper* debian/files debian/generated.*
+	rm -f \
+		debian/control \
+		debian/control.md5sum \
+		debian/linux-doc.maintscript \
+		debian/linux-headers-*.maintscript \
+		debian/linux-headers-*.postinst \
+		debian/linux-image-*.NEWS \
+		debian/linux-image-*.bug-presubj \
+		debian/linux-image-*.lintian-overrides \
+		debian/linux-image-*.maintscript \
+		debian/linux-image-*.postinst \
+		debian/linux-image-*.postrm \
+		debian/linux-image-*.preinst \
+		debian/linux-image-*.prerm \
+		debian/linux-source.maintscript \
+		debian/rules.gen \
+		debian/tests/control
+
+maintainerclean: clean-generated
+	rm -rf $(filter-out debian .git, $(wildcard * .[^.]*))
+
+clean: debian/control
+	dh_testdir
+	rm -rf $(CLEAN_PATTERNS)
+	dh_clean
+
+CONTROL_FILES = $(BUILD_DIR)/version-info $(wildcard debian/templates/*.in)
+CONTROL_FILES += debian/config/defines.toml $(wildcard debian/config/*/defines.toml)
+CONTROL_FILES += debian/installer/package-list
+
+# debian/bin/gencontrol.py uses debian/changelog as input, but the
+# output only depends on the source name and version.  To avoid
+# frequent changes to debian/control.md5sum, include only those fields
+# in the checksum.
+$(BUILD_DIR)/version-info: debian/changelog
+	mkdir -p $(@D)
+# Use DEB_VERSION_SOURCE to allow binNMU
+	printf >$@ 'Source: %s\nVersion: %s\n' $(DEB_SOURCE) $(DEB_VERSION)
+
+debian/control debian/rules.gen: debian/bin/gencontrol.py $(CONTROL_FILES)
+ifeq ($(wildcard debian/control.md5sum),)
+	$(MAKE) -f debian/rules debian/control-real
+else
+	md5sum --check debian/control.md5sum --status || \
+		$(MAKE) -f debian/rules debian/control-real
+endif
+
+debian/control-real: debian/bin/gencontrol.py $(CONTROL_FILES)
+# Hash randomisation makes the pickled config unreproducible
+	PYTHONHASHSEED=0 $<
+	md5sum $^ > debian/control.md5sum
+	@echo
+	@echo This target is made to fail intentionally, to make sure
+	@echo that it is NEVER run during the automated build. Please
+	@echo ignore the following error, the debian/control file has
+	@echo been generated SUCCESSFULLY.
+	@echo
+	exit 1
+
+.PHONY: binary binary-% build build-% clean debian/control-real orig setup source clean-generated
diff --git a/debian/rules.d/Makefile.inc b/debian/rules.d/Makefile.inc
new file mode 100644
index 0000000000000..55eae14f852d8
--- /dev/null
+++ b/debian/rules.d/Makefile.inc
@@ -0,0 +1,60 @@
+# Normalise OUTDIR to avoid triggering rebuilds
+override OUTDIR := $(patsubst ./%,%,$(OUTDIR))
+
+VPATH = $(top_rulesdir)/$(OUTDIR) $(top_srcdir)/$(OUTDIR)
+
+SHELL = /bin/sh -e
+
+CC = $(CROSS_COMPILE)gcc
+CXX = $(CROSS_COMPILE)g++
+PKG_CONFIG = $(CROSS_COMPILE)pkg-config
+CFLAGS := $(shell dpkg-buildflags --get CFLAGS) -Wall
+CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS) \
+	-I$(top_srcdir)/$(OUTDIR) \
+	-I$(top_srcdir)/debian/build/build-tools/$(OUTDIR) \
+	-isystem $(top_srcdir)/debian/build/build-tools/include
+CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) -Wall
+LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
+
+installdir ?= $(prefix)/$(OUTDIR)
+
+all: all-local all-recursive
+clean: clean-recursive
+install: install-local install-recursive
+
+%-recursive:
+	+@list='$(SUBDIRS)'; \
+	for subdir in $$list; do \
+	  echo "Making $* in $$subdir"; \
+	  mkdir -p $$subdir; \
+	  $(MAKE) -C $$subdir -f $(top_rulesdir)/$(OUTDIR)/$$subdir/Makefile OUTDIR=$(OUTDIR)/$$subdir $*; \
+	done
+
+all-local: $(PROGS)
+
+install-local: install-local-progs install-local-scripts install-local-data
+
+install-local-progs: $(PROGS)
+	@for p in $^; do \
+	  echo " install -m755 '$$p' '$(DESTDIR)/$(installdir)'"; \
+	  install -D -m755 "$$p" "$(DESTDIR)/$(installdir)/$$(basename $$p)"; \
+	done
+
+SCRIPTS_REAL = $(wildcard $(addprefix $(top_srcdir)/$(OUTDIR)/,$(SCRIPTS)))
+
+install-local-scripts: $(SCRIPTS_REAL)
+	@for p in $^; do \
+	  echo " install -m755 '$$p' '$(DESTDIR)/$(installdir)'"; \
+	  install -D -m755 \
+	    -s --strip-program $(top_srcdir)/debian/bin/fix-shebang \
+	    "$$p" "$(DESTDIR)/$(installdir)/$$(basename $$p)"; \
+	done
+
+DATA_REAL = $(wildcard $(addprefix $(top_srcdir)/$(OUTDIR)/,$(DATA)))
+
+install-local-data: $(DATA_REAL)
+	@for p in $^; do \
+	  echo " install -m644 '$$p' '$(DESTDIR)/$(installdir)'"; \
+	  install -D -m644 "$$p" "$(DESTDIR)/$(installdir)/$$(basename $$p)"; \
+	done
+
diff --git a/debian/rules.d/certs/Makefile b/debian/rules.d/certs/Makefile
new file mode 100644
index 0000000000000..7ff7baeba485c
--- /dev/null
+++ b/debian/rules.d/certs/Makefile
@@ -0,0 +1,7 @@
+PROGS = \
+	extract-cert
+
+include $(top_rulesdir)/Makefile.inc
+
+CPPFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
+extract-cert: LDLIBS += -lcrypto
diff --git a/debian/rules.d/scripts/Makefile b/debian/rules.d/scripts/Makefile
new file mode 100644
index 0000000000000..c913e25e9cf1b
--- /dev/null
+++ b/debian/rules.d/scripts/Makefile
@@ -0,0 +1,47 @@
+PROGS = \
+	kallsyms \
+	recordmcount \
+	sign-file \
+	unifdef
+
+DATA = \
+	Kbuild.include \
+	Makefile.* \
+	mkversion \
+	module-common.lds \
+	subarch.include
+
+SCRIPTS =  \
+	checkincludes.pl \
+	check-local-export \
+	checkstack.pl \
+	checkversion.pl \
+	depmod.sh \
+	gcc-*.sh \
+	gen_initramfs_list.sh \
+	headers_install.sh \
+	kernel-doc \
+	ld-version.sh \
+	Lindent \
+	makelst \
+	mksysmap \
+	mkuboot.sh \
+	modules-check.sh \
+	namespace.pl \
+	pahole-flags.sh \
+	pahole-version.sh \
+	patch-kernel \
+	recordmcount.pl \
+	setlocalversion \
+	ver_linux
+
+SUBDIRS = \
+	basic \
+	genksyms \
+	kconfig \
+	mod
+
+include $(top_rulesdir)/Makefile.inc
+
+CPPFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
+sign-file: LDLIBS += -lcrypto
diff --git a/debian/rules.d/scripts/basic/Makefile b/debian/rules.d/scripts/basic/Makefile
new file mode 100644
index 0000000000000..127f53fa86689
--- /dev/null
+++ b/debian/rules.d/scripts/basic/Makefile
@@ -0,0 +1,4 @@
+PROGS = \
+	fixdep
+
+include $(top_rulesdir)/Makefile.inc
diff --git a/debian/rules.d/scripts/genksyms/Makefile b/debian/rules.d/scripts/genksyms/Makefile
new file mode 100644
index 0000000000000..88524563ff02d
--- /dev/null
+++ b/debian/rules.d/scripts/genksyms/Makefile
@@ -0,0 +1,16 @@
+PROGS = genksyms
+
+include $(top_rulesdir)/Makefile.inc
+
+genksyms: genksyms.o parse.tab.o lex.lex.o
+
+lex.lex.o: keywords.c parse.tab.h
+
+parse.tab.c: parse.y
+	$(YACC) -o$@ -t -l $<
+
+parse.tab.h: parse.y
+	$(YACC) -o/dev/null --defines=$@ -t -l $<
+
+lex.lex.c: lex.l
+	$(LEX) -o$@ -L $<
diff --git a/debian/rules.d/scripts/kconfig/Makefile b/debian/rules.d/scripts/kconfig/Makefile
new file mode 100644
index 0000000000000..c9ad2aaf98140
--- /dev/null
+++ b/debian/rules.d/scripts/kconfig/Makefile
@@ -0,0 +1,16 @@
+PROGS = conf
+
+include $(top_rulesdir)/Makefile.inc
+
+conf: conf.o confdata.o expr.o lexer.lex.o menu.o parser.tab.o preprocess.o symbol.o util.o
+
+lexer.lex.o: parser.tab.h
+
+%.lex.c: %.l
+	flex -o$@ -L $<
+
+%.tab.c: %.y
+	bison -o$@ -t -l $<
+
+%.tab.h: %.y
+	bison -o/dev/null --defines=$@ -t -l $<
diff --git a/debian/rules.d/scripts/mod/Makefile b/debian/rules.d/scripts/mod/Makefile
new file mode 100644
index 0000000000000..6ebade2bc4142
--- /dev/null
+++ b/debian/rules.d/scripts/mod/Makefile
@@ -0,0 +1,22 @@
+PROGS = \
+	modpost \
+	modpost.real-lsb-32 \
+	modpost.real-lsb-64 \
+	modpost.real-msb-32 \
+	modpost.real-msb-64
+
+include $(top_rulesdir)/Makefile.inc
+
+wrapperdir = $(top_rulesdir)/$(OUTDIR)
+
+modpost.real-%:
+	$(MAKE) -f $(wrapperdir)/Makefile.real TYPE=$* SOURCEDIR=$(top_srcdir)/scripts/mod
+
+%: %.o
+	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
+
+modpost-opts.h: $(top_srcdir)/scripts/mod/modpost.c
+	$(wrapperdir)/gendef.py $< > $@
+
+modpost.o: modpost.c modpost-opts.h
+	$(CC) $(CFLAGS) $(CPPFLAGS) -I $(CURDIR) -c -o $@ $<
diff --git a/debian/rules.d/scripts/mod/Makefile.real b/debian/rules.d/scripts/mod/Makefile.real
new file mode 100644
index 0000000000000..40e3ca24eb572
--- /dev/null
+++ b/debian/rules.d/scripts/mod/Makefile.real
@@ -0,0 +1,23 @@
+PROGS = modpost.real-$(TYPE)
+
+include $(top_rulesdir)/Makefile.inc
+
+wrapperdir = $(top_rulesdir)/$(OUTDIR)
+CFLAGS += -I $(CURDIR)/real-$(TYPE) -I $(wrapperdir)/real-$(TYPE)
+
+modpost.real-$(TYPE): file2alias.real-$(TYPE).o modpost.real-$(TYPE).o sumversion.real-$(TYPE).o symsearch.real-$(TYPE).o
+	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
+
+%.real-$(TYPE).o: $(SOURCEDIR)/%.c real-$(TYPE)/devicetable-offsets.h
+	$(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<
+
+real-$(TYPE)/devicetable-offsets.s: $(SOURCEDIR)/devicetable-offsets.c
+	mkdir -p real-$(TYPE)
+	$(CC) -include $(wrapperdir)/real-$(TYPE)/types.h $(CFLAGS) $(CPPFLAGS) -nostdinc -I$(top_srcdir)/include -S -o $@ $<
+
+real-$(TYPE)/devicetable-offsets.h: real-$(TYPE)/devicetable-offsets.s
+	echo >$@ "#define __DEVICEVTABLE_OFFSETS_H__"
+	sed -ne "s:^[[:space:]]*\.ascii[[:space:]]*\"\(.*\)\".*:\1:; \
+		 /^->/{s:->#\(.*\):/* \1 */:; \
+		 s:^->\([^ ]*\) [\$$#]*\([^ ]*\) \(.*\):#define \1 \2 /* \3 */:; \
+		 s:->::; p;}" $< >>$@
diff --git a/debian/rules.d/scripts/mod/elfconfig.h b/debian/rules.d/scripts/mod/elfconfig.h
new file mode 100644
index 0000000000000..8c90ea6002c92
--- /dev/null
+++ b/debian/rules.d/scripts/mod/elfconfig.h
@@ -0,0 +1,7 @@
+#include <endian.h>
+
+#if __BYTE_ORDER == __LITTLE_ENDIAN
+#define HOST_ELFDATA ELFDATA2LSB
+#elif __BYTE_ORDER == __BIG_ENDIAN
+#define HOST_ELFDATA ELFDATA2MSB
+#endif
diff --git a/debian/rules.d/scripts/mod/gendef.py b/debian/rules.d/scripts/mod/gendef.py
new file mode 100755
index 0000000000000..55d3fc60e4ea4
--- /dev/null
+++ b/debian/rules.d/scripts/mod/gendef.py
@@ -0,0 +1,20 @@
+#!/usr/bin/python3
+import re
+import sys
+
+for line in open(sys.argv[1]):
+    match = re.search(r'getopt\(argc, argv, "([\w:]*?)"\)', line)
+    if match:
+        options = match.group(1)
+        break
+else:
+    raise RuntimeError
+
+print('#define GETOPT_OPTIONS "%s"' % options)
+
+print('#define GETOPT_CASE', end=' ')
+for c in options:
+    if c == ':' or c == 'T':
+        continue
+    print("case '%c':" % c, end=' ')
+print()
diff --git a/debian/rules.d/scripts/mod/modpost.c b/debian/rules.d/scripts/mod/modpost.c
new file mode 100644
index 0000000000000..d574957ae3c16
--- /dev/null
+++ b/debian/rules.d/scripts/mod/modpost.c
@@ -0,0 +1,136 @@
+#include <elf.h>
+#include <errno.h>
+#include <getopt.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
+
+#include "modpost-opts.h"
+
+int main (int argc, char *argv[])
+{
+  char const *data, *class;
+  char *list_name = NULL;
+  char *name = NULL;
+  char prog[1024];
+  unsigned char ei[EI_NIDENT];
+  int opt;
+  FILE *file;
+
+  while ((opt = getopt (argc, argv, GETOPT_OPTIONS)) != -1)
+  { 
+    switch(opt)
+    {
+      GETOPT_CASE
+        break;
+      case 'T':
+        list_name = optarg;
+        break;
+      default:
+        return EXIT_FAILURE;
+    }
+  }
+
+  if (optind != argc)
+  {
+    name = argv[optind];
+  }
+  else if (list_name)
+  {
+    size_t name_len;
+    int is_stdin = strcmp (list_name, "-") == 0;
+
+    /* Read first line of list file */
+    if (is_stdin)
+    {
+      file = stdin;
+      setvbuf(stdin, NULL, _IONBF, 0); /* don't over-read */
+    }
+    else
+    {
+      file = fopen (list_name, "r");
+      if (!file)
+      {
+        fprintf (stderr, "Can't open \"%s\"\n", list_name);
+        return EXIT_FAILURE;
+      }
+    }
+    if (getline (&name, &name_len, file) < 0)
+    {
+      if (errno)
+      {
+        fprintf (stderr, "Can't read \"%s\"\n", list_name);
+        return EXIT_FAILURE;
+      }
+      else
+      {
+        /* Empty list */
+        return EXIT_SUCCESS;
+      }
+    }
+    if (!is_stdin)
+      fclose(file);
+
+    /* Remove new-line */
+    name [strcspn (name, "\n")] = 0;
+
+    /* If this came from stdin, we need to add the first name to the
+     * arguments, because the upstream modpost can't read it again.
+     */
+    if (is_stdin)
+    {
+      char **new_argv = malloc (sizeof(*argv) * (argc + 2));
+      memcpy(new_argv, argv, sizeof(*argv) * argc);
+      new_argv [argc] = name;
+      new_argv [argc + 1] = NULL;
+      argv = new_argv;
+    }
+  }
+  else
+  {
+    /* Empty list */
+    return EXIT_SUCCESS;
+  }
+
+  if (!(file = fopen (name, "r")))
+  {
+    fprintf (stderr, "Can't open \"%s\"\n", name);
+    return EXIT_FAILURE;
+  }
+
+  if (fread (ei, 1, EI_NIDENT, file) != EI_NIDENT)
+  {
+    fprintf (stderr, "Error: input truncated\n");
+    return EXIT_FAILURE;
+  }
+
+  if (memcmp (ei, ELFMAG, SELFMAG) != 0)
+  {
+    fprintf (stderr, "Error: not ELF\n");
+    return EXIT_FAILURE;
+  }
+  switch (ei[EI_DATA]) {
+    case ELFDATA2LSB:
+      data = "lsb";
+      break;
+    case ELFDATA2MSB:
+      data = "msb";
+      break;
+    default:
+      return EXIT_FAILURE;
+  }
+  switch (ei[EI_CLASS]) {
+    case ELFCLASS32:
+      class = "32";
+      break;
+    case ELFCLASS64:
+      class = "64";
+      break;
+    default:
+      return EXIT_FAILURE;
+  }
+  snprintf (prog, sizeof prog, "%s.real-%s-%s", argv[0], data, class);
+
+  return execv (prog, argv);
+}
diff --git a/debian/rules.d/scripts/mod/real-lsb-32/elfconfig.h b/debian/rules.d/scripts/mod/real-lsb-32/elfconfig.h
new file mode 100644
index 0000000000000..1f7a7321aab81
--- /dev/null
+++ b/debian/rules.d/scripts/mod/real-lsb-32/elfconfig.h
@@ -0,0 +1,4 @@
+#define KERNEL_ELFCLASS ELFCLASS32
+#define KERNEL_ELFDATA ELFDATA2LSB
+#define MODULE_SYMBOL_PREFIX ""
+#include "../elfconfig.h"
diff --git a/debian/rules.d/scripts/mod/real-lsb-32/types.h b/debian/rules.d/scripts/mod/real-lsb-32/types.h
new file mode 100644
index 0000000000000..bad6dcccd906e
--- /dev/null
+++ b/debian/rules.d/scripts/mod/real-lsb-32/types.h
@@ -0,0 +1,3 @@
+#include "../types.h"
+typedef __u32 kernel_ulong_t;
+#define BITS_PER_LONG 32
diff --git a/debian/rules.d/scripts/mod/real-lsb-64/elfconfig.h b/debian/rules.d/scripts/mod/real-lsb-64/elfconfig.h
new file mode 100644
index 0000000000000..e6f519fcc8d47
--- /dev/null
+++ b/debian/rules.d/scripts/mod/real-lsb-64/elfconfig.h
@@ -0,0 +1,4 @@
+#define KERNEL_ELFCLASS ELFCLASS64
+#define KERNEL_ELFDATA ELFDATA2LSB
+#define MODULE_SYMBOL_PREFIX ""
+#include "../elfconfig.h"
diff --git a/debian/rules.d/scripts/mod/real-lsb-64/types.h b/debian/rules.d/scripts/mod/real-lsb-64/types.h
new file mode 100644
index 0000000000000..8d7b8759164e6
--- /dev/null
+++ b/debian/rules.d/scripts/mod/real-lsb-64/types.h
@@ -0,0 +1,3 @@
+#include "../types.h"
+typedef __u64 __attribute__((aligned(8))) kernel_ulong_t;
+#define BITS_PER_LONG 64
diff --git a/debian/rules.d/scripts/mod/real-msb-32/elfconfig.h b/debian/rules.d/scripts/mod/real-msb-32/elfconfig.h
new file mode 100644
index 0000000000000..a9ae561aba8b5
--- /dev/null
+++ b/debian/rules.d/scripts/mod/real-msb-32/elfconfig.h
@@ -0,0 +1,4 @@
+#define KERNEL_ELFCLASS ELFCLASS32
+#define KERNEL_ELFDATA ELFDATA2MSB
+#define MODULE_SYMBOL_PREFIX ""
+#include "../elfconfig.h"
diff --git a/debian/rules.d/scripts/mod/real-msb-32/types.h b/debian/rules.d/scripts/mod/real-msb-32/types.h
new file mode 100644
index 0000000000000..bad6dcccd906e
--- /dev/null
+++ b/debian/rules.d/scripts/mod/real-msb-32/types.h
@@ -0,0 +1,3 @@
+#include "../types.h"
+typedef __u32 kernel_ulong_t;
+#define BITS_PER_LONG 32
diff --git a/debian/rules.d/scripts/mod/real-msb-64/elfconfig.h b/debian/rules.d/scripts/mod/real-msb-64/elfconfig.h
new file mode 100644
index 0000000000000..844d22f5c5890
--- /dev/null
+++ b/debian/rules.d/scripts/mod/real-msb-64/elfconfig.h
@@ -0,0 +1,4 @@
+#define KERNEL_ELFCLASS ELFCLASS64
+#define KERNEL_ELFDATA ELFDATA2MSB
+#define MODULE_SYMBOL_PREFIX ""
+#include "../elfconfig.h"
diff --git a/debian/rules.d/scripts/mod/real-msb-64/types.h b/debian/rules.d/scripts/mod/real-msb-64/types.h
new file mode 100644
index 0000000000000..8d7b8759164e6
--- /dev/null
+++ b/debian/rules.d/scripts/mod/real-msb-64/types.h
@@ -0,0 +1,3 @@
+#include "../types.h"
+typedef __u64 __attribute__((aligned(8))) kernel_ulong_t;
+#define BITS_PER_LONG 64
diff --git a/debian/rules.d/scripts/mod/types.h b/debian/rules.d/scripts/mod/types.h
new file mode 100644
index 0000000000000..bba382183b1ae
--- /dev/null
+++ b/debian/rules.d/scripts/mod/types.h
@@ -0,0 +1,12 @@
+/* Minimal definitions for mod_devicetable.h and devicetable-offsets.c */
+typedef unsigned char __u8;
+typedef unsigned short __u16;
+typedef unsigned int __u32;
+typedef unsigned long long __u64;
+typedef struct {
+        __u8 b[16];
+} guid_t;
+typedef guid_t uuid_le;
+typedef unsigned char uuid_t[16];
+#define UUID_STRING_LEN 36
+#define offsetof(a,b) __builtin_offsetof(a,b)
diff --git a/debian/rules.d/tools/bpf/bpftool/Makefile b/debian/rules.d/tools/bpf/bpftool/Makefile
new file mode 100644
index 0000000000000..17c27c104417f
--- /dev/null
+++ b/debian/rules.d/tools/bpf/bpftool/Makefile
@@ -0,0 +1,27 @@
+include $(top_rulesdir)/Makefile.inc
+
+MAKE_BPFTOOL := +$(MAKE) -C $(top_srcdir)/$(OUTDIR) O=$(CURDIR)
+MAKE_BPFTOOL += prefix=/usr
+MAKE_BPFTOOL += mandir=/usr/share/man
+MAKE_BPFTOOL += V=1
+MAKE_BPFTOOL += ARCH=$(KERNEL_ARCH)
+MAKE_BPFTOOL += EXTRA_CFLAGS='$(CFLAGS) $(CPPFLAGS)'
+MAKE_BPFTOOL += EXTRA_LDFLAGS='$(LDFLAGS)'
+
+# dynamically linking with libbfd is not allowed in Debian
+MAKE_BPFTOOL += feature-libbfd=0 feature-libbfd-liberty=0 feature-libbfd-liberty-z=0
+
+all:
+	$(MAKE_BPFTOOL)
+ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES)))
+	$(MAKE_BPFTOOL) doc
+endif
+# Check that bpftool wasn't linked with libbfd
+	type ldd
+	! ldd $(CURDIR)/bpftool | grep -E '\blibbfd'
+
+install:
+	$(MAKE_BPFTOOL) install
+ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES)))
+	$(MAKE_BPFTOOL) doc-install
+endif
diff --git a/debian/rules.d/tools/hv/Makefile b/debian/rules.d/tools/hv/Makefile
new file mode 100644
index 0000000000000..5f00f55136f1b
--- /dev/null
+++ b/debian/rules.d/tools/hv/Makefile
@@ -0,0 +1,17 @@
+ifeq ($(filter i386 amd64 x32 arm64,$(DEB_HOST_ARCH)),)
+
+# Build nothing
+include $(top_rulesdir)/Makefile.inc
+
+else
+
+PROGS = \
+	hv_fcopy_daemon \
+	hv_kvp_daemon \
+	hv_vss_daemon
+
+installdir = /usr/sbin
+
+include $(top_rulesdir)/Makefile.inc
+
+endif
diff --git a/debian/rules.d/tools/objtool/Makefile b/debian/rules.d/tools/objtool/Makefile
new file mode 100644
index 0000000000000..8666355f6e4f2
--- /dev/null
+++ b/debian/rules.d/tools/objtool/Makefile
@@ -0,0 +1,18 @@
+PROGS = \
+	objtool \
+	objtool.real-powerpc \
+	objtool.real-x86
+
+include $(top_rulesdir)/Makefile.inc
+
+objtool.real-%:
+	mkdir -p $*
+# objtool always uses HOSTCC, HOSTLD, and HOSTAR; we need to override
+# these on the command line to make cross-builds work.  But it also
+# builds fixdep which still needs to be native in a cross-build.  Set
+# REALHOSTCC and REALHOSTLD variables which will be used for fixdep.
+	$(MAKE) -C $(top_srcdir)/tools/objtool O=$(CURDIR)/$* HOSTARCH=$(KERNEL_ARCH) ARCH=$* HOSTCC=$(CC) HOSTLD=$(CROSS_COMPILE)ld HOSTAR=$(CROSS_COMPILE)ar REALHOSTCC=gcc REALHOSTLD=ld V=1 EXTRA_CFLAGS='$(CFLAGS) $(CPPFLAGS)'
+	ln -f $*/objtool $@
+
+%: %.o
+	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
diff --git a/debian/rules.d/tools/objtool/objtool.c b/debian/rules.d/tools/objtool/objtool.c
new file mode 100644
index 0000000000000..beb42c631fa32
--- /dev/null
+++ b/debian/rules.d/tools/objtool/objtool.c
@@ -0,0 +1,21 @@
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+
+int main(int argc, char **argv)
+{
+	const char *arch;
+	char prog[1024];
+
+	arch = getenv("SRCARCH");
+	if (!arch) {
+		fprintf(stderr, "objtool: SRCARCH variable not defined\n");
+		return 2;
+	}
+
+	snprintf(prog, sizeof(prog), "%s.real-%s", argv[0], arch);
+	execv(prog, argv);
+
+	fprintf(stderr, "objtool: Failed to execute %s\n", prog);
+	return 1;
+}
diff --git a/debian/rules.d/tools/perf/Makefile b/debian/rules.d/tools/perf/Makefile
new file mode 100644
index 0000000000000..b81116ab1744c
--- /dev/null
+++ b/debian/rules.d/tools/perf/Makefile
@@ -0,0 +1,74 @@
+include $(top_rulesdir)/Makefile.inc
+
+MAKE_PERF := $(MAKE) O=$(CURDIR) prefix=/usr V=1 VF=1 ARCH=$(KERNEL_ARCH) WERROR=0 EXTRA_CFLAGS='$(CFLAGS) $(CPPFLAGS)' EXTRA_CXXFLAGS='$(CXXFLAGS) $(CPPFLAGS)' LDFLAGS='$(LDFLAGS)'
+
+# Disable Gtk UI until it's more usable
+MAKE_PERF += NO_GTK2=1
+
+# Do not build the unversioned jvmti library
+MAKE_PERF += feature-jvmti=0
+
+MAKE_PERF += perfexecdir=lib/perf-core plugindir=/usr/lib/traceevent/plugins tipdir=share/doc/linux-perf perf_include_dir=include/perf perf_examples_dir=share/doc/linux-perf/examples
+
+# perf can link against libdebuginfod if available, but the result is
+# undistributable for the same reason.  Override detection of
+# libdebuginfod.
+MAKE_PERF += NO_LIBDEBUGINFOD=1
+
+# perf can link against libcrypto if available, but the result is
+# undistributable as GPL v2 and Apache 2.0 are not compatible without
+# an explicit exception.  Override detection of libcrypto.
+MAKE_PERF += NO_LIBCRYPTO=1
+
+# perf only links against libopencsd (coresight) if specifically enabled
+MAKE_PERF += CORESIGHT=1
+
+# Currently babeltrace support for `perf data' is not automatically detected.
+MAKE_PERF += LIBBABELTRACE=1
+
+# Build with asciidoctor, not asciidoc
+MAKE_PERF += USE_ASCIIDOCTOR=1
+
+# Build with Python 3, not Python 2
+MAKE_PERF += PYTHON=/usr/bin/python3
+
+# Ensure the right options are picked up for libperl and libpython
+export PERL5LIB=/usr/lib/$(DEB_HOST_MULTIARCH)/perl/cross-config
+MAKE_PERF += PYTHON_CONFIG=$(CROSS_COMPILE)python3-config
+
+# Explicitly set DEBUG=0.  This is the default for perf itself, but
+# it's not passed down to libapi and it uses the wrong compiler
+# options unless it's explicitly set.
+MAKE_PERF += DEBUG=0
+
+all:
+# perf changes some default directories depending on whether DESTDIR is
+# set.  We must define it even when building to avoid a rebuild when we
+# run 'make install'.
+	+$(MAKE_PERF) -C $(top_srcdir)/tools/perf -f Makefile.perf all DESTDIR=dummy
+ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES)))
+	+$(MAKE_PERF) -C $(top_srcdir)/tools/perf/Documentation man
+endif
+# Check that perf didn't get linked against incompatibly-licensed libraries
+	@if readelf -d $(CURDIR)/perf | sed -rne 's/.*NEEDED.*\[(.*)\]/\1/p' | grep -E '\blib(bfd|crypto|debuginfod)'; then \
+		echo; \
+		echo 'perf linked against incompatibly-licensed libraries'; \
+		echo; \
+		exit 1; \
+	fi
+# Check that it links against abi::__cxa_demangle from libstdc++
+	grep __cxa_demangle $(CURDIR)/perf
+
+install:
+	+$(MAKE_PERF) -C $(top_srcdir)/tools/perf -f Makefile.perf install install-python_ext
+# Don't install a 'trace' alias yet:
+# - We need a wrapper for it anyway, so there's little point adding a
+#   versioned link
+# - It doesn't work out-of-the-box as non-root (it depends on debugfs),
+#   so it's less widely useful than strace
+# - 'perf trace' doesn't take much more typing
+	rm -f $(DESTDIR)/usr/bin/trace
+	mkdir -p $(DESTDIR)/usr/share/bash-completion/
+	mv $(DESTDIR)/etc/bash_completion.d \
+		$(DESTDIR)/usr/share/bash-completion/completions
+	rmdir --ignore-fail-on-non-empty $(DESTDIR)/etc
diff --git a/debian/rules.d/tools/power/cpupower/Makefile b/debian/rules.d/tools/power/cpupower/Makefile
new file mode 100644
index 0000000000000..e4bd5202da94c
--- /dev/null
+++ b/debian/rules.d/tools/power/cpupower/Makefile
@@ -0,0 +1,26 @@
+include $(top_rulesdir)/Makefile.inc
+
+MAKE_CPUPOWER := CFLAGS='$(CFLAGS) $(CPPFLAGS)' LDFLAGS='$(LDFLAGS)' $(MAKE) O=$(CURDIR) CPUFREQ_BENCH=false V=true mandir=/usr/share/man
+
+MAKE_CPUPOWER += DEBUG=$(if $(filter noopt,$(DEB_BUILD_OPTIONS)),true,)
+
+# Don't strip binaries here; let dh_strip determine what to do
+MAKE_CPUPOWER += STRIP=true
+
+MAKE_CPUPOWER += CROSS='$(CROSS_COMPILE)'
+
+MAKE_CPUPOWER += PACKAGE_BUGREPORT='Debian\ \(reportbug\ linux-cpupower\)'
+
+MAKE_CPUPOWER += libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
+
+all:
+	+$(MAKE_CPUPOWER) -C $(top_srcdir)/tools/power/cpupower
+
+install:
+	+$(MAKE_CPUPOWER) -C $(top_srcdir)/tools/power/cpupower install DESTDIR=$(DESTDIR)
+ifneq (,$(filter nodoc,$(DEB_BUILD_PROFILES)))
+	rm -rf $(DESTDIR)/usr/share/man
+endif
+
+clean:
+	+$(MAKE_CPUPOWER) -C $(top_srcdir)/tools/power/cpupower clean
diff --git a/debian/rules.d/tools/power/x86/Makefile b/debian/rules.d/tools/power/x86/Makefile
new file mode 100644
index 0000000000000..2b9d7735c70d4
--- /dev/null
+++ b/debian/rules.d/tools/power/x86/Makefile
@@ -0,0 +1,5 @@
+SUBDIRS = \
+	turbostat \
+	x86_energy_perf_policy
+
+include $(top_rulesdir)/Makefile.inc
diff --git a/debian/rules.d/tools/power/x86/turbostat/Makefile b/debian/rules.d/tools/power/x86/turbostat/Makefile
new file mode 100644
index 0000000000000..eb5124d3a555e
--- /dev/null
+++ b/debian/rules.d/tools/power/x86/turbostat/Makefile
@@ -0,0 +1,9 @@
+PROGS = turbostat
+
+installdir = /usr/sbin
+
+include $(top_rulesdir)/Makefile.inc
+
+CPPFLAGS += -I"$(top_srcdir)/tools/include" -DMSRHEADER='"$(top_srcdir)/arch/x86/include/asm/msr-index.h"' -DINTEL_FAMILY_HEADER='"$(top_srcdir)/arch/x86/include/asm/intel-family.h"'
+
+LDLIBS += -lcap -lrt
diff --git a/debian/rules.d/tools/power/x86/x86_energy_perf_policy/Makefile b/debian/rules.d/tools/power/x86/x86_energy_perf_policy/Makefile
new file mode 100644
index 0000000000000..b9ec56c89cc82
--- /dev/null
+++ b/debian/rules.d/tools/power/x86/x86_energy_perf_policy/Makefile
@@ -0,0 +1,7 @@
+PROGS = x86_energy_perf_policy
+
+installdir = /usr/sbin
+
+include $(top_rulesdir)/Makefile.inc
+
+CPPFLAGS += -I"$(top_srcdir)/tools/include" -DMSRHEADER='"$(top_srcdir)/arch/x86/include/asm/msr-index.h"'
diff --git a/debian/rules.d/tools/tracing/rtla/Makefile b/debian/rules.d/tools/tracing/rtla/Makefile
new file mode 100644
index 0000000000000..c19b69f5cafff
--- /dev/null
+++ b/debian/rules.d/tools/tracing/rtla/Makefile
@@ -0,0 +1,20 @@
+include $(top_rulesdir)/Makefile.inc
+
+all:
+# Out-of-tree build is not supported, so copy source to the build dir
+	echo '$(UPSTREAMVERSION)' >VERSION
+	rsync -a $(top_srcdir)/tools/tracing/rtla/ .
+	mkdir -p ../../../Documentation/tools/rtla
+	rsync -a $(top_srcdir)/Documentation/tools/rtla/ ../../../Documentation/tools/rtla/
+	rsync -a $(top_srcdir)/tools/build/ ../../../tools/build/
+	rsync -a $(top_srcdir)/tools/scripts/ ../../../tools/scripts/
+	$(MAKE) EXTRA_CFLAGS='$(CFLAGS) $(CPPFLAGS)' EXTRA_LDFLAGS='$(LDFLAGS)' PKG_CONFIG='$(PKG_CONFIG)'
+
+install:
+	$(MAKE) install
+ifneq (,$(filter nodoc,$(DEB_BUILD_PROFILES)))
+	rm -rf $(DESTDIR)/usr/share/man
+endif
+
+clean:
+	rm -rf *
diff --git a/debian/rules.d/tools/usb/usbip/Makefile b/debian/rules.d/tools/usb/usbip/Makefile
new file mode 100644
index 0000000000000..5a2cbdb5d7369
--- /dev/null
+++ b/debian/rules.d/tools/usb/usbip/Makefile
@@ -0,0 +1,31 @@
+srcdir := $(top_srcdir)/tools/usb/usbip
+
+# Make sure we don't override top_srcdir in the sub-make.  'unexport
+# top_srcdir' is *not* sufficient; nor is adding 'MAKEFLAGS=' to the
+# sub-make command line.
+unexport MAKEFLAGS
+
+all: export CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
+all: export CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS) \
+	-isystem $(top_srcdir)/debian/build/build-tools/include
+all: export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
+all:
+	rsync -a $(srcdir)/ .
+	./autogen.sh
+	./configure \
+		--prefix=/usr \
+		--with-tcp-wrappers \
+		--with-usbids-dir=/usr/share/misc \
+		--disable-shared \
+		--disable-static \
+		--host=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+	$(MAKE) V=1
+
+install:
+	$(MAKE) V=1 install
+ifneq (,$(filter nodoc,$(DEB_BUILD_PROFILES)))
+	rm -rf $(DESTDIR)/usr/share/man
+endif
+
+clean:
+	rm -rf *
diff --git a/debian/rules.defs b/debian/rules.defs
new file mode 100644
index 0000000000000..e720ef3a1a7f1
--- /dev/null
+++ b/debian/rules.defs
@@ -0,0 +1,2 @@
+BUILD_DIR = debian/build
+STAMPS_DIR = debian/stamps
diff --git a/debian/rules.real b/debian/rules.real
new file mode 100644
index 0000000000000..8608808561d1b
--- /dev/null
+++ b/debian/rules.real
@@ -0,0 +1,468 @@
+#
+# This Makefile executes the unpack/build/binary targets for a single
+# subarch, which is passed in the subarch variable. Empty subarch
+# variable means that we are building for an arch without the subarch.
+# Additionally, variables version, abiname and ltver are
+# expected to be available (need to be exported from the parent process).
+#
+
+include /usr/share/dpkg/default.mk
+
+SHELL  := bash -e
+MAINTAINER := $(shell sed -ne 's,^Maintainer: .[^<]*<\([^>]*\)>,\1,p' debian/control)
+SOURCE_DATE_UTC_ISO := $(shell date -u -d '@$(SOURCE_DATE_EPOCH)' +%Y-%m-%d)
+
+include debian/rules.defs
+
+ifdef ARCH
+  ifneq ($(DEB_HOST_ARCH),$(ARCH))
+    $(error Attempting to build a $(ARCH) target but host architecture is $(DEB_HOST_ARCH).  Use dpkg-architecture to override the host architecture)
+  endif
+endif
+
+export CROSS_COMPILE := $(or $(KERNEL_GNU_TYPE),$(DEB_HOST_GNU_TYPE))-
+
+export DH_OPTIONS
+export DEB_HOST_ARCH DEB_HOST_GNU_TYPE DEB_BUILD_ARCH
+export DEB_BUILD_PATH = $(CURDIR)  # for dpkg-buildflags
+export DEB_RULES_REQUIRES_ROOT ?= no
+export LC_ALL = C.UTF-8
+undefine LANGUAGE
+
+stamp = [ -d $(dir $@) ] || mkdir $(dir $@); touch $@
+
+setup_env := env -u ABINAME -u ARCH -u FEATURESET -u FLAVOUR -u VERSION -u LOCALVERSION
+setup_env += DISTRIBUTION_OFFICIAL_BUILD=1 DISTRIBUTOR="$(DEB_VENDOR)" DISTRIBUTION_VERSION="$(SOURCEVERSION)" KBUILD_BUILD_TIMESTAMP="@$(SOURCE_DATE_EPOCH)" KBUILD_BUILD_VERSION_TIMESTAMP="$(DEB_VENDOR) $(SOURCEVERSION) ($(SOURCE_DATE_UTC_ISO))" KBUILD_BUILD_USER="$(word 1,$(subst @, ,$(MAINTAINER)))" KBUILD_BUILD_HOST="$(word 2,$(subst @, ,$(MAINTAINER)))"
+setup_env += KBUILD_VERBOSE=$(if $(filter terse,$(DEB_BUILD_OPTIONS)),0,1)
+
+# XXX: All the tools leak flags between host and build all the time, just don't care.  See #1050991.
+MAKE_CLEAN = $(setup_env) $(MAKE) KCFLAGS=-fdebug-prefix-map=$(CURDIR)/= KBUILD_HOSTCFLAGS='' HOSTCFLAGS='' KBUILD_HOSTLDFLAGS=''
+MAKE_SELF := $(MAKE) -f debian/rules.real $(MAKEOVERRIDES)
+MAKEOVERRIDES =
+
+BUILDDEB_ARGS := -Zxz $(if $(filter pkg.linux.quick,$(DEB_BUILD_PROFILES)),-z0)
+
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+  THREAD_COUNT = $(subst parallel=,,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+else
+  THREAD_COUNT = 0
+endif
+
+#
+# Targets
+#
+
+packages_enabled := $(shell dh_listpackages)
+define if_package
+$(if $(filter $(1),$(packages_enabled)),$(2))
+endef
+define if_profile
+$(if $(filter $(1),$(DEB_BUILD_PROFILES)),$(2))
+endef
+
+source: $(STAMPS_DIR)/source_$(FEATURESET)
+
+$(BUILD_DIR)/config.$(ARCH)_$(FEATURESET)_$(FLAVOUR): $(KCONFIG)
+	mkdir -p '$(dir $@)'
+	debian/bin/kconfig.py '$@' $(KCONFIG) $(KCONFIG_OPTIONS) \
+		$(call if_profile, pkg.linux.nokerneldbginfo pkg.linux.quick,-o DEBUG_INFO_NONE=y -o DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=n)
+
+define copy_source
+mkdir -p '$(1)'
+cp -al $(filter-out debian .pc .git, $(wildcard * .[^.]*)) '$(1)'
+endef
+
+$(BUILD_DIR)/$(SOURCE_BASENAME)-source-$(UPSTREAMVERSION).tar.xz: DIR = $(BUILD_DIR)/$(SOURCE_BASENAME)-source-$(UPSTREAMVERSION)
+$(BUILD_DIR)/$(SOURCE_BASENAME)-source-$(UPSTREAMVERSION).tar.xz: $(STAMPS_DIR)/source
+	rm -rf '$@' '$(DIR)'
+	$(call copy_source,$(DIR))
+	chmod -R u+rw,go=rX '$(DIR)'
+	find '$(DIR)' -depth -newermt '@$(SOURCE_DATE_EPOCH)' -print0 | \
+		xargs -0r touch --no-dereference --date='@$(SOURCE_DATE_EPOCH)'
+	cd '$(BUILD_DIR)'; \
+	find '$(SOURCE_BASENAME)-source-$(UPSTREAMVERSION)' \
+		-name '*.pyc' -prune -o \
+		-print0 | \
+		sort -z | \
+		tar --owner=root --group=root --numeric-owner \
+			--no-recursion --null -T - -c | xz -T$(THREAD_COUNT) > '$(SOURCE_BASENAME)-source-$(UPSTREAMVERSION).tar.xz'
+	rm -rf '$(DIR)'
+
+$(BUILD_DIR)/linux-patch-$(UPSTREAMVERSION)-%.patch.xz: $(STAMPS_DIR)/source_none $(STAMPS_DIR)/source_%
+	set -o pipefail;						\
+	(cd '$(BUILD_DIR)';						\
+	 set +e;							\
+         diff -urN -p -x debian -x .pc -x .git -x '*.pyc' source_none source_$*; \
+	 test $$? -eq 1) |						\
+	filterdiff --remove-timestamps --strip=1 --addoldprefix=a/ --addnewprefix=b/ | \
+	xz -c >$@ ||							\
+	(rm -f $@; exit 1)
+
+$(STAMPS_DIR)/source:
+	set +e; QUILT_PC=.pc quilt unapplied --quiltrc - >/dev/null && echo 'Patch series not fully applied'; test $$? -eq 1
+	@$(stamp)
+
+$(STAMPS_DIR)/source_%: SOURCE_DIR=$(BUILD_DIR)/source
+$(STAMPS_DIR)/source_%: DIR=$(BUILD_DIR)/source_$*
+$(STAMPS_DIR)/source_%: $(STAMPS_DIR)/source
+	mkdir -p '$(BUILD_DIR)'
+	rm -rf '$(DIR)'
+	$(call copy_source,$(DIR))
+	cd '$(DIR)' && QUILT_PATCHES='$(CURDIR)/debian/patches-$*' QUILT_PC=.pc quilt push --quiltrc - -a -q --fuzz=0
+	@$(stamp)
+.PRECIOUS: $(STAMPS_DIR)/source_%
+
+$(STAMPS_DIR)/source_none: DIR=$(BUILD_DIR)/source_none
+$(STAMPS_DIR)/source_none: $(STAMPS_DIR)/source
+	mkdir -p '$(BUILD_DIR)'
+	rm -f '$(DIR)'
+	ln -s '$(CURDIR)' '$(DIR)'
+	@$(stamp)
+
+$(STAMPS_DIR)/build-doc: DIR=$(BUILD_DIR)/build-doc
+# sphinx commands in /usr/bin are managed by the alternatives system.
+# Change $PATH to make sure we consistently use the Python 3 version.
+$(STAMPS_DIR)/build-doc: PATH:=/usr/share/sphinx/scripts/python3:$(PATH)
+$(STAMPS_DIR)/build-doc: $(STAMPS_DIR)/source
+ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES)))
+	mkdir -p '$(BUILD_DIR)'
+	rm -rf '$(DIR)'
+	$(call copy_source,$(DIR))
+	+$(MAKE_CLEAN) -C '$(DIR)' PYTHON=python3 xmldocs
+	+$(MAKE_CLEAN) -C '$(DIR)' PYTHON=python3 htmldocs
+endif
+	@$(stamp)
+
+define dh_binary_pre
+	dh_testroot
+	dh_prep
+	dh_installdirs
+endef
+
+define dh_binary_post
+	dh_install $(DH_INSTALL_ARGS)
+	dh_installdocs $(if $(INSTALLDOCS_LINK_DOC),--link-doc=$(INSTALLDOCS_LINK_DOC))
+	dh_installchangelogs
+	dh_installexamples
+	dh_installman
+	dh_installudev
+	dh_bugfiles
+	dh_ucf
+	dh_lintian
+	dh_icons
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_missing
+	dh_strip $(DH_STRIP_ARGS) -Xvmlinux -Xvmlinuz
+	dh_makeshlibs -Xvmlinux -Xvmlinuz
+	dh_shlibdeps $(DH_SHLIBDEPS_ARGS)
+	dh_installdeb
+	if command -v dh_movetousr >/dev/null; then dh_movetousr; fi
+	dh_gencontrol -- $(GENCONTROL_ARGS)
+	dh_md5sums
+	dh_builddeb -- $(BUILDDEB_ARGS)
+endef
+
+build_meta:
+
+binary_meta:
+	$(dh_binary_pre)
+	$(dh_binary_post)
+
+build_doc: $(STAMPS_DIR)/build-doc
+
+binary_doc: DIR = $(BUILD_DIR)/build-doc
+binary_doc: OUT_DIR = $(DESTDIR)/usr/share/doc/$(PACKAGE_NAME)
+binary_doc: $(STAMPS_DIR)/build-doc
+	$(dh_binary_pre)
+ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES)))
+	mkdir -p $(OUT_DIR)
+	set -o pipefail; \
+	find CREDITS MAINTAINERS README Documentation \
+		-name '.gitignore' -prune -o -name DocBook -prune -o \
+		-path Documentation/media -prune -o \
+		-path Documentation/sphinx -prune -o \
+		-name 'Makefile*' -prune -o \
+		-print | \
+	cpio -pd --preserve-modification-time '$(OUT_DIR)'
+	set -o pipefail; \
+	cd $(DIR)/Documentation/output; \
+	find * -name '*.rst' -prune -o -name objects.inv -prune \
+		-o -name xml -prune -o -print | \
+	cpio -pd --preserve-modification-time '$(OUT_DIR)/html'
+	find $(OUT_DIR)/Documentation -type f | xargs gzip -9n
+# Fix up symlinks to gzipped docs
+	cd $(OUT_DIR)/Documentation; \
+	find -type l | while read link; do \
+		dest="$$(readlink -f "$$link")"; \
+		if [ -f "$$dest.gz" ]; then \
+			rm -f "$$link"; \
+			ln -sr "$$dest.gz" "$$link.gz"; \
+		fi; \
+	done
+endif
+	$(dh_binary_post)
+
+build_headers-common:
+binary_headers-common:
+
+build_image:
+build_image-dbg:
+binary_image:
+binary_image-dbg:
+
+build_headers:
+binary_headers:
+
+$(STAMPS_DIR)/build_libc-dev: DIR=$(BUILD_DIR)/build_libc-dev
+$(STAMPS_DIR)/build_libc-dev:
+	rm -rf '$(DIR)/output'
+	+$(foreach ARCH,$(ALL_LIBCDEV_KERNELARCHES), \
+	   $(MAKE_CLEAN) O='$(CURDIR)/$(DIR)' headers_install ARCH=$(ARCH) INSTALL_HDR_PATH='output/usr'; \
+	   mkdir -p '$(DIR)/output/usr/lib/linux/uapi/$(ARCH)'; \
+	   mv '$(DIR)/output/usr/include/asm' '$(DIR)/output/usr/lib/linux/uapi/$(ARCH)/asm'; )
+	@$(stamp)
+
+build_libc-dev: $(STAMPS_DIR)/build_libc-dev
+
+binary_libc-dev: DIR = $(BUILD_DIR)/build_libc-dev/output
+binary_libc-dev: OUT_DIR = debian/$(PACKAGE_NAME)/usr/include
+binary_libc-dev: $(STAMPS_DIR)/build_libc-dev
+	$(dh_binary_pre)
+
+	dh_install --all --sourcedir $(DIR) usr
+
+# Generate symlink farms for every supported multiarch identifier
+	for spec in $(ALL_LIBCDEV_MULTIARCHES); do \
+		IFS=: read -r MULTIARCH KERNELARCH <<< "$$spec"; \
+		dh_link --all $$(find $(DIR)/usr/lib/linux/uapi/$$KERNELARCH/asm -type f -name '*.h' -printf "usr/lib/linux/uapi/$$KERNELARCH/asm/%P usr/include/$$MULTIARCH/asm/%P\\n");  \
+	done
+
+	$(dh_binary_post)
+
+build_support:
+
+binary_support: PACKAGE_ROOT = /usr/share/$(PACKAGE_NAME)
+binary_support:
+	$(dh_binary_pre)
+	dh_installdirs $(PACKAGE_ROOT)/lib/python/debian_linux $(PACKAGE_ROOT)/modules
+	cp -R debian/installer $(DESTDIR)$(PACKAGE_ROOT)/installer
+	cp debian/lib/python/debian_linux/*.py $(DESTDIR)$(PACKAGE_ROOT)/lib/python/debian_linux
+	dh_python3
+	dh_link $(PACKAGE_ROOT) /usr/src/$(PACKAGE_NAME)
+	$(dh_binary_post)
+
+setup_image: $(STAMPS_DIR)/setup_$(ARCH)_$(FEATURESET)_$(FLAVOUR)
+
+build_signed-template:
+
+binary_signed-template: GEN_DIR = debian/generated.signed-$(ARCH)
+binary_signed-template: CODE_SIGNING_DIR = $(DESTDIR)/usr/share/code-signing/$(PACKAGE_NAME)
+binary_signed-template: DEBIAN_DIR = $(CODE_SIGNING_DIR)/source-template/debian
+binary_signed-template: VERSION_TEMPLATE = $(shell echo $(DEB_VERSION) | sed -Ee 's/\+b(\d+)$$/.b\1/' -e 's/-/+/g')
+binary_signed-template:
+	$(dh_binary_pre)
+	rm -rf $(CODE_SIGNING_DIR)
+	mkdir -p $(DEBIAN_DIR)/source
+	for i in $$(find $(GEN_DIR) -type f -printf '%P\n'); do \
+		sed -E \
+			-e 's/@signedtemplate_binaryversion@/$(DEB_VERSION)/g' \
+			-e 's/@signedtemplate_sourceversion@/$(VERSION_TEMPLATE)/g' \
+			$(GEN_DIR)/$$i > $(DEBIAN_DIR)/$$i; \
+	done
+	for i in $$(find debian/signing_templates -type f -printf '%P\n'); do \
+		sed -E \
+			-e 's/@signedtemplate_binaryversion@/$(DEB_VERSION)/g' \
+			-e 's/@signedtemplate_sourceversion@/$(VERSION_TEMPLATE)/g' \
+			debian/signing_templates/$$i > $(DEBIAN_DIR)/$$i; \
+	done
+	mv $(DEBIAN_DIR)/changelog.head $(DEBIAN_DIR)/changelog
+	tail +2 debian/changelog >> $(DEBIAN_DIR)/changelog
+	mv $(DEBIAN_DIR)/files.json $(CODE_SIGNING_DIR)/
+	chmod 755 $(DEBIAN_DIR)/rules
+	cp -R	debian/copyright \
+		debian/installer \
+		$(CODE_SIGNING_DIR)/source-template/debian/
+	$(dh_binary_post)
+
+build_installer:
+build_installer-test:
+
+binary_installer binary_installer-test: export KW_DEFCONFIG_DIR=debian/installer
+binary_installer binary_installer-test: export KW_CONFIG_DIR=debian/installer
+binary_installer binary_installer-test: export SOURCEDIR = $(BUILD_DIR)/install_$(ARCH)_$(FEATURESET)_$(FLAVOUR)
+binary_installer binary_installer-test: REAL_VERSION = $(ABINAME)$(LOCALVERSION)
+
+binary_installer: DH_OPTIONS_IMAGE = -p$(IMAGE_PACKAGE_NAME) --sourcedir=$(SOURCEDIR)
+binary_installer: $(STAMPS_DIR)/install_$(ARCH)_$(FEATURESET)_$(FLAVOUR)
+	$(dh_binary_pre)
+	DH_OPTIONS="$(DH_OPTIONS_IMAGE)" dh_install boot/$(IMAGE_INSTALL_STEM)-$(REAL_VERSION)
+	DH_OPTIONS="$(DH_OPTIONS_IMAGE)" dh_install lib/modules/$(REAL_VERSION)/modules.builtin
+	DH_OPTIONS="$(DH_OPTIONS_IMAGE)" dh_install lib/modules/$(REAL_VERSION)/modules.order
+ifneq ($(filter arm64 armel armhf mipsel mips64el mipsr6 mipsr6el mips64r6 mips64r6el riscv64,$(ARCH)),)
+	DH_OPTIONS="$(DH_OPTIONS_IMAGE)" dh_install usr/lib/linux-image-$(REAL_VERSION)
+endif
+	kernel-wedge copy-modules $(ABINAME) $(FLAVOUR) $(REAL_VERSION)
+	kernel-wedge find-dups $(REAL_VERSION)
+	kernel-wedge find-unpackaged $(REAL_VERSION) $(REAL_VERSION)
+	kernel-wedge check $$(dh_listpackages)
+	dh_fixperms
+	dh_gencontrol
+	dh_builddeb -- $(BUILDDEB_ARGS)
+
+binary_installer-test: export DEB_BUILD_PROFILES += pkg.linux.udeb-unsigned-test-build
+binary_installer-test:
+	if [ -n "$$(dh_listpackages)" ]; then \
+		dh_testdir; \
+		dh_prep; \
+		kernel-wedge copy-modules $(ABINAME) $(FLAVOUR) $(REAL_VERSION); \
+		kernel-wedge find-dups $(REAL_VERSION); \
+		kernel-wedge find-unpackaged $(REAL_VERSION) $(REAL_VERSION); \
+		kernel-wedge check $$(dh_listpackages); \
+	fi
+
+build_source:
+
+binary_source: BUILDDEB_ARGS = -Zxz -z0
+binary_source: $(BUILD_DIR)/$(SOURCE_BASENAME)-source-$(UPSTREAMVERSION).tar.xz $(foreach FEATURESET,$(filter-out none,$(ALL_FEATURESETS)),$(BUILD_DIR)/linux-patch-$(UPSTREAMVERSION)-$(FEATURESET).patch.xz)
+	$(dh_binary_pre)
+	dh_install $^ /usr/src
+	$(dh_binary_post)
+
+build_config:
+
+binary_config: TRIPLETS = $(subst $(BUILD_DIR)/build_,,$(wildcard $(BUILD_DIR)/build_$(ARCH)_*_*))
+binary_config:
+	$(dh_binary_pre)
+	dh_installdirs /usr/src/linux-config-$(UPSTREAMVERSION)
+# Fix the module signing configuration to work for custom kernels.  Also delete
+# CONFIG_BUILD_SALT which makes no sense for custom kernels.
+	for triplet in $(TRIPLETS); do \
+		sed '/CONFIG_\(MODULE_SIG_\(ALL\|KEY\)\|SYSTEM_TRUSTED_KEYS\|BUILD_SALT\)[ =]/d' $(BUILD_DIR)/build_$$triplet/.config | xz -c >debian/$(PACKAGE_NAME)/usr/src/linux-config-$(UPSTREAMVERSION)/config.$$triplet.xz; \
+	done
+	$(dh_binary_post)
+
+define make-tools
++mkdir -p $(BUILD_DIR)/build-tools/$(1) && $(MAKE_CLEAN) -C $(BUILD_DIR)/build-tools/$(1) -f $(CURDIR)/debian/rules.d/$(1)/Makefile top_srcdir=$(CURDIR) top_rulesdir=$(CURDIR)/debian/rules.d OUTDIR=$(1) VERSION=$(VERSION) KERNEL_ARCH=$(KERNEL_ARCH)
+endef
+
+$(STAMPS_DIR)/build-tools-headers:
+	mkdir -p $(BUILD_DIR)/build-tools/headers-tools
+	$(MAKE) ARCH=$(KERNEL_ARCH) O=$(BUILD_DIR)/build-tools/headers-tools \
+		INSTALL_HDR_PATH=$(CURDIR)/$(BUILD_DIR)/build-tools \
+		headers_install
+	@$(stamp)
+
+build_bpftool: $(STAMPS_DIR)/build-tools-headers
+	$(call make-tools,tools/bpf/bpftool)
+
+binary_bpftool: BPFTOOL_VERSION_MAJOR = $(shell sed -ne 's,^#define LIBBPF_MAJOR_VERSION \(.*\)$$,\1,p' tools/lib/bpf/libbpf_version.h)
+binary_bpftool: BPFTOOL_VERSION_MINOR = $(shell sed -ne 's,^#define LIBBPF_MINOR_VERSION \(.*\)$$,\1,p' tools/lib/bpf/libbpf_version.h)
+binary_bpftool: BPFTOOL_VERSION_PATCH = $(shell sed -ne 's,^#define BPFTOOL_PATCH_VERSION \(.*\)$$,\1,p' tools/bpf/bpftool/main.c)
+binary_bpftool: BPFTOOL_VERSION = $(shell expr $(BPFTOOL_VERSION_MAJOR) + 6).$(BPFTOOL_VERSION_MINOR).$(BPFTOOL_VERSION_PATCH)
+binary_bpftool: GENCONTROL_ARGS = -v$(BPFTOOL_VERSION)+$(DEB_VERSION)
+binary_bpftool: build_bpftool
+	$(dh_binary_pre)
+	$(call make-tools,tools/bpf/bpftool) install
+	$(dh_binary_post)
+
+build_kbuild: $(STAMPS_DIR)/build-tools-headers
+	$(call make-tools,certs)
+	$(call make-tools,scripts)
+	$(call make-tools,tools/objtool)
+
+binary_kbuild: PREFIX_DIR = /usr/lib/$(PACKAGE_NAME)
+binary_kbuild: build_kbuild
+	$(dh_binary_pre)
+	$(call make-tools,certs) install prefix=$(PREFIX_DIR)
+	$(call make-tools,scripts) install prefix=$(PREFIX_DIR)
+	$(call make-tools,tools/objtool) install prefix=$(PREFIX_DIR)
+	dh_link $(PREFIX_DIR) /usr/src/$(PACKAGE_NAME)
+	$(dh_binary_post)
+
+build_cpupower: $(STAMPS_DIR)/build-tools-headers
+	$(call make-tools,tools/power/cpupower)
+ifneq ($(filter i386 amd64 x32,$(DEB_HOST_ARCH)),)
+	$(call make-tools,tools/power/x86)
+endif
+
+binary_cpupower: DIR = $(CURDIR)/debian/cpupower-tmp
+binary_cpupower: DH_INSTALL_ARGS = --sourcedir=$(DIR)
+binary_cpupower: build_cpupower
+	$(dh_binary_pre)
+	$(call make-tools,tools/power/cpupower) install DESTDIR=$(DIR)
+ifneq ($(filter i386 amd64 x32,$(DEB_HOST_ARCH)),)
+	$(call make-tools,tools/power/x86) install DESTDIR=$(DIR)
+	echo >> debian/linux-cpupower.substvars 'cpupower:Arch-Description='\
+'The turbostat command reports topology, frequency, idle power-state$${Newline}'\
+'statistics, temperature and power consumption information as provided$${Newline}'\
+'by the CPU.$${Newline}'\
+'$${Newline}'\
+'The x86_energy_perf_policy command sets a general policy on some Intel$${Newline}'\
+'CPU models for the relative importance of performance versus energy$${Newline}'\
+'savings.'
+endif
+	$(dh_binary_post)
+
+binary_perf build_perf: export _PYTHON_SYSCONFIGDATA_NAME = _sysconfigdata__$(DEB_HOST_MULTIARCH)
+
+build_perf: $(STAMPS_DIR)/build-tools-headers
+	$(call make-tools,tools/perf)
+
+binary_perf: DH_SHLIBDEPS_ARGS = -Xperf-read-vdso
+binary_perf: build_perf
+	$(dh_binary_pre)
+	$(call make-tools,tools/perf) install
+	# do not ship python2 script
+	rm -f $(DIR)/usr/lib/perf-core/scripts/python/call-graph-from-sql.py
+	dh_perl /usr/lib/perf-core/scripts/perl/Perf-Trace-Util/lib/
+	dh_python3 /usr/lib/perf-core/scripts/python/Perf-Trace-Util/lib/
+	$(dh_binary_post)
+
+build_usbip: $(STAMPS_DIR)/build-tools-headers
+	$(call make-tools,tools/usb/usbip)
+
+binary_usbip: DIR = $(CURDIR)/debian/usbip-tmp
+binary_usbip: DH_INSTALL_ARGS = --sourcedir=$(DIR)
+binary_usbip: USBIP_VERSION = $(shell sed -Ene 's/^AC_INIT\(\[\S+\],\s*\[(\S+)\].*\)$$/\1/p' tools/usb/usbip/configure.ac)
+binary_usbip: GENCONTROL_ARGS = -v$(USBIP_VERSION)+$(DEB_VERSION)
+binary_usbip: build_usbip
+	$(dh_binary_pre)
+	$(call make-tools,tools/usb/usbip) install DESTDIR=$(DIR)
+	$(dh_binary_post)
+
+build_hyperv-daemons: $(STAMPS_DIR)/build-tools-headers
+	$(call make-tools,tools/hv)
+
+binary_hyperv-daemons: build_hyperv-daemons
+	$(dh_binary_pre)
+	$(call make-tools,tools/hv) install
+	for service in fcopy kvp vss; do \
+		dh_installsystemd --name hv-$$service-daemon --no-enable --no-start \
+			|| break; \
+		dh_installinit --name hv-$$service-daemon \
+			|| break; \
+	done
+	$(dh_binary_post)
+
+build_rtla: $(STAMPS_DIR)/build-tools-headers
+	$(call make-tools,tools/tracing/rtla)
+
+binary_rtla: build_rtla
+	$(dh_binary_pre)
+	$(call make-tools,tools/tracing/rtla) install
+	$(dh_binary_post)
+
+build_linux-tools: $(STAMPS_DIR)/build-tools-headers
+
+binary_linux-tools: build_linux-tools
+	$(dh_binary_pre)
+	$(dh_binary_post)
+
+setup_%:
+	@:
+
+.PHONY: binary_% build_% setup_% binary-% build-% install-% setup-% source
+
+# vim: filetype=make
diff --git a/debian/signing_templates/README.source b/debian/signing_templates/README.source
new file mode 100644
index 0000000000000..f175c35b3e7ae
--- /dev/null
+++ b/debian/signing_templates/README.source
@@ -0,0 +1,4 @@
+This source package is generated by the Debian signing service from a
+template built by the linux package.  It should never be updated directly.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 06 Apr 2018 10:23:29 +0100
diff --git a/debian/signing_templates/rules b/debian/signing_templates/rules
new file mode 100755
index 0000000000000..c79af132db58a
--- /dev/null
+++ b/debian/signing_templates/rules
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+
+include /usr/share/dpkg/architecture.mk
+
+SHELL := sh -e
+
+include debian/rules.defs
+
+build: build-arch build-indep
+build-arch:
+build-indep:
+
+clean:
+	dh_testdir
+	rm -rf $(BUILD_DIR) $(STAMPS_DIR)
+	dh_clean
+
+binary: binary-arch binary-indep
+binary-arch: debian/control
+	dh_testdir
+	$(MAKE) -f debian/rules.gen binary-arch_$(DEB_HOST_ARCH)
+binary-indep:
+
+.PHONY: build build-arch build-indep clean binary binary-arch binary-indep
diff --git a/debian/signing_templates/rules.defs b/debian/signing_templates/rules.defs
new file mode 100644
index 0000000000000..e720ef3a1a7f1
--- /dev/null
+++ b/debian/signing_templates/rules.defs
@@ -0,0 +1,2 @@
+BUILD_DIR = debian/build
+STAMPS_DIR = debian/stamps
diff --git a/debian/signing_templates/rules.real b/debian/signing_templates/rules.real
new file mode 100644
index 0000000000000..ae71310536f96
--- /dev/null
+++ b/debian/signing_templates/rules.real
@@ -0,0 +1,109 @@
+include /usr/share/dpkg/default.mk
+
+SHELL := bash -e
+
+include debian/rules.defs
+
+export DH_OPTIONS
+
+export DEB_RULES_REQUIRES_ROOT ?= no
+
+GENCONTROL_ARGS := -v@signedtemplate_binaryversion@
+BUILDDEB_ARGS := -Zxz $(if $(filter pkg.linux.quick,$(DEB_BUILD_PROFILES)),-z0)
+
+stamp = [ -d $(dir $@) ] || mkdir $(dir $@); touch $@
+
+define dh_binary_pre
+	dh_testroot
+	dh_prep
+	dh_installdirs
+endef
+
+define dh_binary_post
+	dh_install $(DH_INSTALL_ARGS)
+	# Workaround #1068189. By Debian policy and aligned debhelper behaviour /usr/share/doc/package
+	# is permitted to be a symbolic link to another directory in /usr/share/doc only if the two
+	# packages come from the same source package. The package build will fail with the new debhelper
+	# version since debhelper/13.15. As the linux-signed-* packages are quite special in the eco-
+	# system, make the workaround to fallback to the old behaviour until it is agreed on how to
+	# resolve the situation policy conformant.
+	# https://www.debian.org/doc/debian-policy/ch-docs.html#copyright-information
+	$(if $(INSTALLDOCS_LINK_DOC),
+		mkdir -p debian/$(PACKAGE_NAME)/usr/share/doc && ln -sf $(INSTALLDOCS_LINK_DOC) debian/$(PACKAGE_NAME)/usr/share/doc/$(PACKAGE_NAME),
+		dh_installdocs)
+	dh_installchangelogs
+	dh_installexamples
+	dh_installman
+	dh_installudev
+	dh_bugfiles
+	dh_ucf
+	dh_lintian
+	dh_icons
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_missing
+	dh_strip $(DH_STRIP_ARGS) -Xvmlinux -Xvmlinuz
+	dh_makeshlibs -Xvmlinux -Xvmlinuz
+	dh_shlibdeps $(DH_SHLIBDEPS_ARGS)
+	dh_installdeb
+	if command -v dh_movetousr >/dev/null; then dh_movetousr; fi
+	dh_gencontrol -- $(GENCONTROL_ARGS)
+	dh_md5sums
+	dh_builddeb -- $(BUILDDEB_ARGS)
+endef
+
+build-indep:
+
+$(STAMPS_DIR)/install_$(ARCH)_$(FEATURESET)_$(FLAVOUR): REAL_VERSION = $(ABINAME)$(LOCALVERSION)
+$(STAMPS_DIR)/install_$(ARCH)_$(FEATURESET)_$(FLAVOUR): IMAGE_PACKAGE_NAME = linux-image-$(REAL_VERSION)-unsigned
+$(STAMPS_DIR)/install_$(ARCH)_$(FEATURESET)_$(FLAVOUR): SIGNATURE_DIR = debian/signatures/$(IMAGE_PACKAGE_NAME)
+$(STAMPS_DIR)/install_$(ARCH)_$(FEATURESET)_$(FLAVOUR): INSTALL_DIR=$(BUILD_DIR)/install_$(ARCH)_$(FEATURESET)_$(FLAVOUR)
+$(STAMPS_DIR)/install_$(ARCH)_$(FEATURESET)_$(FLAVOUR):
+	mkdir -p $(INSTALL_DIR)/boot
+	rsync -a $(patsubst %,/boot/%-$(REAL_VERSION),config System.map $(IMAGE_INSTALL_STEM)) \
+		$(INSTALL_DIR)/boot/
+	sbattach --attach $(SIGNATURE_DIR)/boot/vmlinuz-$(REAL_VERSION).sig \
+		$(INSTALL_DIR)/boot/vmlinuz-$(REAL_VERSION)
+	mkdir -p $(INSTALL_DIR)/lib/modules/$(REAL_VERSION)
+	rsync -a $(addprefix /lib/modules/$(REAL_VERSION)/,kernel modules.builtin modules.builtin.modinfo modules.order) \
+		$(INSTALL_DIR)/lib/modules/$(REAL_VERSION)/
+# Copy any device tree files
+	if [ -d /usr/lib/linux-image-$(REAL_VERSION) ]; then \
+		mkdir -p $(INSTALL_DIR)/usr/lib/linux-image-$(REAL_VERSION); \
+		rsync -a /usr/lib/linux-image-$(REAL_VERSION)/ \
+			$(INSTALL_DIR)/usr/lib/linux-image-$(REAL_VERSION)/; \
+	fi
+	$(stamp)
+
+build_meta:
+
+binary_meta:
+	$(dh_binary_pre)
+	$(dh_binary_post)
+
+build_installer:
+
+binary_installer: REAL_VERSION = $(ABINAME)$(LOCALVERSION)
+binary_installer: export KW_DEFCONFIG_DIR=debian/installer
+binary_installer: export KW_CONFIG_DIR=debian/installer
+binary_installer: export SOURCEDIR = $(BUILD_DIR)/install_$(ARCH)_$(FEATURESET)_$(FLAVOUR)
+binary_installer: DH_OPTIONS_IMAGE = -p$(IMAGE_PACKAGE_NAME) --sourcedir=$(SOURCEDIR)
+binary_installer: $(STAMPS_DIR)/install_$(ARCH)_$(FEATURESET)_$(FLAVOUR)
+binary_installer:
+	$(dh_binary_pre)
+	DH_OPTIONS="$(DH_OPTIONS_IMAGE)" dh_install boot/$(IMAGE_INSTALL_STEM)-$(REAL_VERSION)
+	DH_OPTIONS="$(DH_OPTIONS_IMAGE)" dh_install lib/modules/$(REAL_VERSION)/modules.builtin
+	DH_OPTIONS="$(DH_OPTIONS_IMAGE)" dh_install lib/modules/$(REAL_VERSION)/modules.order
+ifneq ($(filter arm64 armel armhf mipsel mips64el mipsr6 mipsr6el mips64r6 mips64r6el riscv64,$(ARCH)),)
+	DH_OPTIONS="$(DH_OPTIONS_IMAGE)" dh_install usr/lib/linux-image-$(REAL_VERSION)
+endif
+	kernel-wedge copy-modules $(ABINAME) $(FLAVOUR) $(REAL_VERSION)
+	kernel-wedge find-dups $(REAL_VERSION)
+	kernel-wedge find-unpackaged $(REAL_VERSION) $(REAL_VERSION)
+	kernel-wedge check $$(dh_listpackages)
+	dh_fixperms
+	dh_gencontrol -- $(GENCONTROL_ARGS)
+	dh_builddeb -- $(BUILDDEB_ARGS)
+
+.PHONY: build_% binary_%
diff --git a/debian/signing_templates/source/format b/debian/signing_templates/source/format
new file mode 100644
index 0000000000000..89ae9db8f88b8
--- /dev/null
+++ b/debian/signing_templates/source/format
@@ -0,0 +1 @@
+3.0 (native)
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000000000..c3d9f24074177
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1,2 @@
+3.0 (quilt)
+
diff --git a/debian/source/include-binaries b/debian/source/include-binaries
new file mode 100644
index 0000000000000..76f94eb8cc664
--- /dev/null
+++ b/debian/source/include-binaries
@@ -0,0 +1 @@
+debian/upstream/rt-signing-key.pgp
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000000000..b63773f8f45ec
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,23 @@
+# The copyright notice in the GFDL itself, mentioning invariant
+# sections, is just an example.  lintian seems to whitelist the
+# plain-text version but that doesn't cover this ReST version.
+linux source: license-problem-gfdl-invariants Documentation/userspace-api/media/fdl-appendix.rst invariant part is: with the :ref:`invariant sections <fdl-invariant>` being list their titles, with the :ref:`front-cover texts <fdl-cover-texts>` being list, and with the :ref:`back-cover texts <fdl-cover-texts>` being list
+linux source: license-problem-gfdl-invariants invariant part is: with the :ref:`invariant sections <fdl-invariant>` being list their titles, with the :ref:`front-cover texts <fdl-cover-texts>` being list, and with the :ref:`back-cover texts <fdl-cover-texts>` being list [Documentation/userspace-api/media/fdl-appendix.rst]
+
+# Kernel dbg packages contain a full image with debug data.
+linux source: dbg-package-missing-depends
+
+# We repack the orig tarball
+linux source: orig-tarball-missing-upstream-signature *
+
+# Not a bug, we're just big and complex
+linux source: field-too-long Binary *
+linux source: field-too-long Build-Depends-Arch *
+
+# These executables are test cases and source is provided
+linux source: source-contains-prebuilt-windows-binary *tools/perf/tests/pe-file.exe*
+linux source: source-contains-prebuilt-windows-binary *tools/perf/tests/pe-file.exe.debug*
+
+# Headers depends on the correct version of images, which might be
+# signed.
+linux source: version-substvar-for-external-package Depends ${binary:Version} linux-headers-*
diff --git a/debian/templates/config.control.in b/debian/templates/config.control.in
new file mode 100644
index 0000000000000..0248dafdc0505
--- /dev/null
+++ b/debian/templates/config.control.in
@@ -0,0 +1,13 @@
+Package: @source_basename@-config-@version@
+Meta-Rules-Target: config
+Architecture: linux-any
+Build-Profiles: <!pkg.linux.nosource>
+Multi-Arch: same
+Depends: ${misc:Depends}
+Recommends: @source_basename@-source-@version@
+Description: Debian kernel configurations for Linux @version@
+ This package contains the configuration files used to build the
+ official Debian kernel files, but without references to Debian's
+ signing certificates.
+ .
+ These can be used as a basis for configuring custom kernels.
diff --git a/debian/templates/docs.control.in b/debian/templates/docs.control.in
new file mode 100644
index 0000000000000..a6cd1631aa684
--- /dev/null
+++ b/debian/templates/docs.control.in
@@ -0,0 +1,15 @@
+Package: @source_basename@-doc-@version@
+Meta-Rules-Target: doc
+Build-Profiles: <!nodoc !pkg.linux.quick>
+Architecture: all
+Build-Depends: graphviz, python3-sphinx, python3-sphinx-rtd-theme,
+ texlive-latex-base, texlive-latex-extra, dvipng, python3-yaml
+Depends: ${misc:Depends}
+Section: doc
+Multi-Arch: foreign
+Description: Linux kernel specific documentation for version @version@
+ This package provides the various README files and HTML documentation for
+ the Linux kernel version @version@.  Plenty of information, including the
+ descriptions of various kernel subsystems, filesystems, driver-specific
+ notes and the like.  An index to the documentation is installed as
+ /usr/share/doc/linux-doc-@version@/html/index.html.
diff --git a/debian/templates/docs.meta.control.in b/debian/templates/docs.meta.control.in
new file mode 100644
index 0000000000000..c97e3db3b0449
--- /dev/null
+++ b/debian/templates/docs.meta.control.in
@@ -0,0 +1,10 @@
+Package: @source_basename@-doc@source_suffix@
+Meta-Rules-Target: meta
+Meta-Rules-Makeflags-INSTALLDOCS_LINK_DOC: @source_basename@-doc-@version@
+Build-Profiles: <!nodoc !pkg.linux.nometa !pkg.linux.quick>
+Section: doc
+Architecture: all
+Depends: @source_basename@-doc-@version@ (= ${binary:Version}), ${misc:Depends}
+Description: Linux kernel specific documentation (meta-package)
+ This package depends on the package containing the documentation for the
+ latest Linux kernel.
diff --git a/debian/templates/docs.meta.maintscript.in b/debian/templates/docs.meta.maintscript.in
new file mode 100644
index 0000000000000..7c1750a4a9e52
--- /dev/null
+++ b/debian/templates/docs.meta.maintscript.in
@@ -0,0 +1 @@
+dir_to_symlink /usr/share/doc/@package@ @source_basename@-doc-@version@ 5.7~rc5-1~exp1 @package@
diff --git a/debian/templates/extra.control.in b/debian/templates/extra.control.in
new file mode 100644
index 0000000000000..e69de29bb2d1d
diff --git a/debian/templates/headers.control.in b/debian/templates/headers.control.in
new file mode 100644
index 0000000000000..ab1439820ebbc
--- /dev/null
+++ b/debian/templates/headers.control.in
@@ -0,0 +1,15 @@
+Package: linux-headers-@abiname@@localversion@
+Meta-Rules-Target: headers
+Build-Profiles: <!pkg.linux.nokernel>
+Depends:
+ linux-headers-@abiname@-common@localversion_headers@ (= ${source:Version}),
+ linux-image-@abiname@@localversion@ (= ${binary:Version}) | linux-image-@abiname@@localversion@-unsigned (= ${binary:Version}),
+ linux-kbuild-@abiname@,
+ ${misc:Depends}
+Description: Header files for Linux @abiname@@localversion@
+ This package provides the architecture-specific kernel header files
+ for Linux kernel @abiname@@localversion@, generally
+ used for building out-of-tree kernel modules. These files are going to be
+ installed into /usr/src/linux-headers-@abiname@@localversion@, and can
+ be used for building modules that load into the kernel provided by the
+ linux-image-@abiname@@localversion@ package.
diff --git a/debian/templates/headers.featureset.control.in b/debian/templates/headers.featureset.control.in
new file mode 100644
index 0000000000000..cc7658f2930b9
--- /dev/null
+++ b/debian/templates/headers.featureset.control.in
@@ -0,0 +1,15 @@
+Package: linux-headers-@abiname@-common@localversion@
+Meta-Rules-Target: headers-common
+Build-Profiles: <!pkg.linux.nokernel>
+Architecture: all
+Depends: ${misc:Depends}
+Multi-Arch: foreign
+Description: Common header files for Linux @abiname@@localversion@
+ This package provides the common kernel header files for Linux kernel
+ version @abiname@@featureset_desc@, generally used for building
+ out-of-tree kernel modules. These files are going to be installed into
+ /usr/src/linux-headers-@abiname@-common@localversion@.
+ .
+ To obtain a complete set of headers you also need to install the
+ linux-headers-@abiname@-(flavour) package, matching the flavour of
+ the kernel you intend the build for.
diff --git a/debian/templates/headers.meta.control.in b/debian/templates/headers.meta.control.in
new file mode 100644
index 0000000000000..d5df832857119
--- /dev/null
+++ b/debian/templates/headers.meta.control.in
@@ -0,0 +1,8 @@
+Package: linux-headers@source_suffix@@localversion@
+Meta-Rules-Target: meta
+Meta-Rules-Makeflags-INSTALLDOCS_LINK_DOC: linux-headers-@abiname@@localversion@
+Build-Profiles: <!pkg.linux.nokernel !pkg.linux.nometa>
+Depends: linux-headers-@abiname@@localversion@ (= ${binary:Version}), ${misc:Depends}
+Description: Header files for Linux @flavour@ configuration (meta-package)
+ This package depends on the architecture-specific header files for the latest
+ Linux kernel @flavour@ configuration.
diff --git a/debian/templates/headers.meta.maintscript.in b/debian/templates/headers.meta.maintscript.in
new file mode 100644
index 0000000000000..a4ede228040a3
--- /dev/null
+++ b/debian/templates/headers.meta.maintscript.in
@@ -0,0 +1 @@
+dir_to_symlink /usr/share/doc/@package@ linux-headers-@abiname@@localversion@ 5.7~rc5-1~exp1 @package@
diff --git a/debian/templates/headers.postinst.in b/debian/templates/headers.postinst.in
new file mode 100644
index 0000000000000..c13e6dc54e411
--- /dev/null
+++ b/debian/templates/headers.postinst.in
@@ -0,0 +1,18 @@
+#!/usr/bin/perl
+# Author: Michael Gilbert <michael.s.gilbert@gmail.com>
+# Origin: Stripped down version of the linux-headers postinst from Ubuntu's
+#         2.6.32-14-generic kernel, which was itself derived from a
+#         Debian linux-image postinst script.
+
+$|=1;
+my $version  = "@abiname@@localversion@";
+
+if (-d "/etc/kernel/header_postinst.d") {
+  system ("run-parts --report --exit-on-error --arg=$version " .
+          "/etc/kernel/header_postinst.d") &&
+            die "Failed to process /etc/kernel/header_postinst.d";
+}
+
+exit 0;
+
+__END__
diff --git a/debian/templates/headers.tests-control.in b/debian/templates/headers.tests-control.in
new file mode 100644
index 0000000000000..89648c212e5f7
--- /dev/null
+++ b/debian/templates/headers.tests-control.in
@@ -0,0 +1,4 @@
+Test-Command: debian/tests/headers-kbuild @abiname@@localversion@
+Architecture: @arch@
+Restrictions: skip-not-installable, superficial
+Features: test-name=headers-kbuild@localversion@
diff --git a/debian/templates/image-dbg.control.in b/debian/templates/image-dbg.control.in
new file mode 100644
index 0000000000000..770403bfaa4bf
--- /dev/null
+++ b/debian/templates/image-dbg.control.in
@@ -0,0 +1,9 @@
+Package: linux-image-@abiname@@localversion@-dbg
+Meta-Rules-Target: image-dbg
+Build-Profiles: <!pkg.linux.nokernel !pkg.linux.nokerneldbg !pkg.linux.quick>
+Depends: ${misc:Depends}
+Section: debug
+Priority: optional
+Description: Debug symbols for linux-image-@abiname@@localversion@
+ This package provides the detached debug symbols for the Linux kernel
+ and modules in linux-image-@abiname@@localversion@.
diff --git a/debian/templates/image-dbg.lintian-overrides.j2 b/debian/templates/image-dbg.lintian-overrides.j2
new file mode 100644
index 0000000000000..ce59aa9957b34
--- /dev/null
+++ b/debian/templates/image-dbg.lintian-overrides.j2
@@ -0,0 +1,32 @@
+# Kernel dbg packages contain a full image with debug data
+{{package}}: dbg-package-missing-depends
+
+# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so
+# it's OK that they don't have it
+{% if arch in ['arm64', 'armhf'] %}
+{{package}}: shared-library-lacks-stack-section *usr/lib/debug/lib/modules/{{abiname}}{{localversion}}/vdso/vdso.so*
+{% endif %}
+{% if arch in ['amd64', 'arm64', 'i386', 'ppc64el', 's390x'] %}
+{{package}}: shared-library-lacks-stack-section *usr/lib/debug/lib/modules/{{abiname}}{{localversion}}/vdso/vdso32.so*
+{% endif %}
+{% if arch in ['amd64', 'ppc64el', 's390x'] %}
+{{package}}: shared-library-lacks-stack-section *usr/lib/debug/lib/modules/{{abiname}}{{localversion}}/vdso/vdso64.so*
+{% endif %}
+{% if arch in ['amd64'] %}
+{{package}}: shared-library-lacks-stack-section *usr/lib/debug/lib/modules/{{abiname}}{{localversion}}/vdso/vdsox32.so*
+{% endif %}
+
+# It is intended that 64-bit kernels provide vDSOs for 32-bit executables.
+# lintian currently allows i386 executables on amd64.
+{% if arch in ['arm64', 'ppc64el', 's390x'] %}
+{{package}}: binary-from-other-architecture *usr/lib/debug/lib/modules/{{abiname}}{{localversion}}/vdso/vdso32.so*
+{% endif %}
+{% if arch in ['amd64'] %}
+{{package}}: binary-from-other-architecture *usr/lib/debug/lib/modules/{{abiname}}{{localversion}}/vdso/vdsox32.so*
+{% endif %}
+
+# Some 32-bit architectures need 64-bit kernels and we still build
+# these as the "wrong" architecture rather than mandating multiarch.
+{% if arch in ['hppa', 'mips', 'mipsel', 'powerpc'] %}
+{{package}}: binary-from-other-architecture *usr/lib/debug/*
+{% endif %}
diff --git a/debian/templates/image-dbg.meta.control.in b/debian/templates/image-dbg.meta.control.in
new file mode 100644
index 0000000000000..b2af08dd11d35
--- /dev/null
+++ b/debian/templates/image-dbg.meta.control.in
@@ -0,0 +1,9 @@
+Package: linux-image@source_suffix@@localversion@-dbg
+Meta-Rules-Target: meta
+Meta-Rules-Makeflags-INSTALLDOCS_LINK_DOC: linux-image-@abiname@@localversion@-dbg
+Build-Profiles: <!pkg.linux.nokernel !pkg.linux.nokerneldbg !pkg.linux.nometa !pkg.linux.quick>
+Depends: linux-image-@abiname@@localversion@-dbg (= ${binary:Version}), ${misc:Depends}
+Provides: linux-latest-image-dbg
+Description: Debugging symbols for Linux @flavour@ configuration (meta-package)
+ This package depends on the detached debugging symbols for the latest
+ Linux kernel @flavour@ configuration.
diff --git a/debian/templates/image-dbg.meta.lintian-overrides.in b/debian/templates/image-dbg.meta.lintian-overrides.in
new file mode 100644
index 0000000000000..aef9e3295387b
--- /dev/null
+++ b/debian/templates/image-dbg.meta.lintian-overrides.in
@@ -0,0 +1 @@
+@package@: wrong-section-according-to-package-name linux-image@source_suffix@-@flavour@-dbg => debug
diff --git a/debian/templates/image-dbg.meta.maintscript.in b/debian/templates/image-dbg.meta.maintscript.in
new file mode 100644
index 0000000000000..cd8078c6ea071
--- /dev/null
+++ b/debian/templates/image-dbg.meta.maintscript.in
@@ -0,0 +1 @@
+dir_to_symlink /usr/share/doc/@package@ linux-image-@abiname@@localversion@-dbg 5.7~rc5-1~exp1 @package@
diff --git a/debian/templates/image-unsigned.NEWS.in b/debian/templates/image-unsigned.NEWS.in
new file mode 100644
index 0000000000000..f8e1fc022907f
--- /dev/null
+++ b/debian/templates/image-unsigned.NEWS.in
@@ -0,0 +1,83 @@
+linux (5.10.46-4) unstable; urgency=medium
+
+  * From Linux 5.10.46-4, unprivileged calls to bpf() are disabled by
+    default, mitigating several security issues. However, an admin can
+    still change this setting later on, if needed, by writing 0 or 1 to
+    the kernel.unprivileged_bpf_disabled sysctl.
+
+    If you prefer to keep unprivileged calls to bpf() enabled, set the
+    sysctl:
+
+    kernel.unprivileged_bpf_disabled = 0
+
+    which is the upstream default.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 02 Aug 2021 22:59:24 +0200
+
+linux (5.10~rc7-1~exp2) unstable; urgency=medium
+
+  * From Linux 5.10, all users are allowed to create user namespaces by
+    default.  This will allow programs such as web browsers and container
+    managers to create more restricted sandboxes for untrusted or
+    less-trusted code, without the need to run as root or to use a
+    setuid-root helper.
+
+    The previous Debian default was to restrict this feature to processes
+    running as root, because it exposed more security issues in the
+    kernel.  However, the security benefits of more widespread sandboxing
+    probably now outweigh this risk.
+
+    If you prefer to keep this feature restricted, set the sysctl:
+
+        kernel.unprivileged_userns_clone = 0
+
+ -- Ben Hutchings <benh@debian.org>  Sun, 13 Dec 2020 17:11:36 +0100
+
+linux-latest (86) unstable; urgency=medium
+
+  * From Linux 4.13.10-1, AppArmor is enabled by default.  This allows
+    defining a "profile" for each installed program that can mitigate
+    security vulnerabilities in it.  However, an incorrect profile might
+    disable some functionality of the program.
+
+    In case you suspect that an AppArmor profile is incorrect, see
+    <https://lists.debian.org/debian-devel/2017/11/msg00178.html> and
+    consider reporting a bug in the package providing the profile.  The
+    profile may be part of the program's package or apparmor-profiles.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 30 Nov 2017 20:08:25 +0000
+
+linux-latest (81) unstable; urgency=medium
+
+  * From Linux 4.10, the old 'virtual syscall' interface on 64-bit PCs
+    (amd64) is disabled.  This breaks chroot environments and containers
+    that use (e)glibc 2.13 and earlier, including those based on Debian 7
+    or RHEL/CentOS 6.  To re-enable it, set the kernel parameter:
+    vsyscall=emulate
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 30 Jun 2017 23:50:03 +0100
+
+linux-latest (76) unstable; urgency=medium
+
+  * From Linux 4.8, several changes have been made in the kernel
+    configuration to 'harden' the system, i.e. to mitigate security bugs.
+    Some changes may cause legitimate applications to fail, and can be
+    reverted by run-time configuration:
+    - On most architectures, the /dev/mem device can no longer be used to
+      access devices that also have a kernel driver.  This breaks dosemu
+      and some old user-space graphics drivers.  To allow this, set the
+      kernel parameter: iomem=relaxed
+    - The kernel log is no longer readable by unprivileged users.  To
+      allow this, set the sysctl: kernel.dmesg_restrict=0
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 29 Oct 2016 02:05:32 +0100
+
+linux-latest (75) unstable; urgency=medium
+
+  * From Linux 4.7, the iptables connection tracking system will no longer
+    automatically load helper modules.  If your firewall configuration
+    depends on connection tracking helpers, you should explicitly load the
+    required modules.  For more information, see
+    <https://home.regit.org/netfilter-en/secure-use-of-helpers/>.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 29 Oct 2016 01:53:18 +0100
diff --git a/debian/templates/image-unsigned.control.in b/debian/templates/image-unsigned.control.in
new file mode 100644
index 0000000000000..496ab9c49e2c4
--- /dev/null
+++ b/debian/templates/image-unsigned.control.in
@@ -0,0 +1,12 @@
+Package: linux-image-@abiname@@localversion@-unsigned
+Meta-Rules-Target: image
+Build-Profiles: <!pkg.linux.nokernel>
+Build-Depends:
+# used by kernel-wedge (only on Linux, thus not declared as a dependency)
+ kmod,
+Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}
+Suggests: firmware-linux-free, linux-doc-@version@, debian-kernel-handbook
+Conflicts: linux-image-@abiname@@localversion@
+Replaces: linux-image-@abiname@@localversion@
+Description: Linux @upstreamversion@ for @class@
+ The Linux kernel @upstreamversion@ and modules for use on @longclass@.
diff --git a/debian/templates/image-unsigned.lintian-overrides.j2 b/debian/templates/image-unsigned.lintian-overrides.j2
new file mode 100644
index 0000000000000..2bd64b413564a
--- /dev/null
+++ b/debian/templates/image-unsigned.lintian-overrides.j2
@@ -0,0 +1,13 @@
+# Some 32-bit architectures need 64-bit kernels and we still build
+# these as the "wrong" architecture rather than mandating multiarch.
+{% if arch in ['mips', 'mipsel'] %}
+{{package}}: binary-from-other-architecture *boot/vmlinu*
+{% endif %}
+{% if arch in ['hppa', 'mips', 'mipsel', 'powerpc'] %}
+{{package}}: binary-from-other-architecture *lib/modules/*
+{% endif %}
+
+# vmlinux needs extra sections that would normally be stripped.
+{% if arch in ['mips64el', 'mipsel', 'ppc64el'] %}
+{{package}}: unstripped-binary-or-object *boot/vmlinu*
+{% endif %}
diff --git a/debian/templates/image-unsigned.postinst.in b/debian/templates/image-unsigned.postinst.in
new file mode 100644
index 0000000000000..25e7dd65467e8
--- /dev/null
+++ b/debian/templates/image-unsigned.postinst.in
@@ -0,0 +1,25 @@
+#!/bin/sh -e
+
+version=@abiname@@localversion@
+image_path=/boot/@image-stem@-$version
+
+if [ "$1" != configure ]; then
+    exit 0
+fi
+
+depmod $version
+
+if [ -f /lib/modules/$version/.fresh-install ]; then
+    change=install
+else
+    change=upgrade
+fi
+linux-update-symlinks $change $version $image_path
+rm -f /lib/modules/$version/.fresh-install
+
+if [ -d /etc/kernel/postinst.d ]; then
+    DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \
+	      --arg=$image_path /etc/kernel/postinst.d
+fi
+
+exit 0
diff --git a/debian/templates/image-unsigned.postrm.in b/debian/templates/image-unsigned.postrm.in
new file mode 100644
index 0000000000000..3fb22e6d70097
--- /dev/null
+++ b/debian/templates/image-unsigned.postrm.in
@@ -0,0 +1,31 @@
+#!/bin/sh -e
+
+version=@abiname@@localversion@
+image_path=/boot/@image-stem@-$version
+
+rm -f /lib/modules/$version/.fresh-install
+
+if [ "$1" != upgrade ] && command -v linux-update-symlinks >/dev/null; then
+    linux-update-symlinks remove $version $image_path
+fi
+
+if [ -d /etc/kernel/postrm.d ]; then
+    DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \
+	      --arg=$image_path /etc/kernel/postrm.d
+fi
+
+if [ "$1" = purge ]; then
+    for extra_file in modules.dep modules.isapnpmap modules.pcimap \
+                      modules.usbmap modules.parportmap \
+                      modules.generic_string modules.ieee1394map \
+                      modules.ieee1394map modules.pnpbiosmap \
+                      modules.alias modules.ccwmap modules.inputmap \
+                      modules.symbols modules.ofmap \
+                      modules.seriomap modules.\*.bin \
+                      modules.softdep modules.weakdep modules.devname; do
+	eval rm -f /lib/modules/$version/$extra_file
+    done
+    rmdir /lib/modules/$version || true
+fi
+
+exit 0
diff --git a/debian/templates/image-unsigned.preinst.in b/debian/templates/image-unsigned.preinst.in
new file mode 100644
index 0000000000000..8a5658ecd1bbd
--- /dev/null
+++ b/debian/templates/image-unsigned.preinst.in
@@ -0,0 +1,21 @@
+#!/bin/sh -e
+
+version=@abiname@@localversion@
+image_path=/boot/@image-stem@-$version
+
+if [ "$1" = abort-upgrade ]; then
+    exit 0
+fi
+
+if [ "$1" = install ]; then
+    # Create a flag file for postinst
+    mkdir -p /lib/modules/$version
+    touch /lib/modules/$version/.fresh-install
+fi
+
+if [ -d /etc/kernel/preinst.d ]; then
+    DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \
+	      --arg=$image_path /etc/kernel/preinst.d
+fi
+
+exit 0
diff --git a/debian/templates/image-unsigned.prerm.in b/debian/templates/image-unsigned.prerm.in
new file mode 100644
index 0000000000000..f1bde29b1151d
--- /dev/null
+++ b/debian/templates/image-unsigned.prerm.in
@@ -0,0 +1,17 @@
+#!/bin/sh -e
+
+version=@abiname@@localversion@
+image_path=/boot/@image-stem@-$version
+
+if [ "$1" != remove ]; then
+    exit 0
+fi
+
+linux-check-removal $version
+
+if [ -d /etc/kernel/prerm.d ]; then
+    DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \
+	      --arg=$image_path /etc/kernel/prerm.d
+fi
+
+exit 0
diff --git a/debian/templates/image.NEWS.in b/debian/templates/image.NEWS.in
new file mode 100644
index 0000000000000..f8e1fc022907f
--- /dev/null
+++ b/debian/templates/image.NEWS.in
@@ -0,0 +1,83 @@
+linux (5.10.46-4) unstable; urgency=medium
+
+  * From Linux 5.10.46-4, unprivileged calls to bpf() are disabled by
+    default, mitigating several security issues. However, an admin can
+    still change this setting later on, if needed, by writing 0 or 1 to
+    the kernel.unprivileged_bpf_disabled sysctl.
+
+    If you prefer to keep unprivileged calls to bpf() enabled, set the
+    sysctl:
+
+    kernel.unprivileged_bpf_disabled = 0
+
+    which is the upstream default.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 02 Aug 2021 22:59:24 +0200
+
+linux (5.10~rc7-1~exp2) unstable; urgency=medium
+
+  * From Linux 5.10, all users are allowed to create user namespaces by
+    default.  This will allow programs such as web browsers and container
+    managers to create more restricted sandboxes for untrusted or
+    less-trusted code, without the need to run as root or to use a
+    setuid-root helper.
+
+    The previous Debian default was to restrict this feature to processes
+    running as root, because it exposed more security issues in the
+    kernel.  However, the security benefits of more widespread sandboxing
+    probably now outweigh this risk.
+
+    If you prefer to keep this feature restricted, set the sysctl:
+
+        kernel.unprivileged_userns_clone = 0
+
+ -- Ben Hutchings <benh@debian.org>  Sun, 13 Dec 2020 17:11:36 +0100
+
+linux-latest (86) unstable; urgency=medium
+
+  * From Linux 4.13.10-1, AppArmor is enabled by default.  This allows
+    defining a "profile" for each installed program that can mitigate
+    security vulnerabilities in it.  However, an incorrect profile might
+    disable some functionality of the program.
+
+    In case you suspect that an AppArmor profile is incorrect, see
+    <https://lists.debian.org/debian-devel/2017/11/msg00178.html> and
+    consider reporting a bug in the package providing the profile.  The
+    profile may be part of the program's package or apparmor-profiles.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 30 Nov 2017 20:08:25 +0000
+
+linux-latest (81) unstable; urgency=medium
+
+  * From Linux 4.10, the old 'virtual syscall' interface on 64-bit PCs
+    (amd64) is disabled.  This breaks chroot environments and containers
+    that use (e)glibc 2.13 and earlier, including those based on Debian 7
+    or RHEL/CentOS 6.  To re-enable it, set the kernel parameter:
+    vsyscall=emulate
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 30 Jun 2017 23:50:03 +0100
+
+linux-latest (76) unstable; urgency=medium
+
+  * From Linux 4.8, several changes have been made in the kernel
+    configuration to 'harden' the system, i.e. to mitigate security bugs.
+    Some changes may cause legitimate applications to fail, and can be
+    reverted by run-time configuration:
+    - On most architectures, the /dev/mem device can no longer be used to
+      access devices that also have a kernel driver.  This breaks dosemu
+      and some old user-space graphics drivers.  To allow this, set the
+      kernel parameter: iomem=relaxed
+    - The kernel log is no longer readable by unprivileged users.  To
+      allow this, set the sysctl: kernel.dmesg_restrict=0
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 29 Oct 2016 02:05:32 +0100
+
+linux-latest (75) unstable; urgency=medium
+
+  * From Linux 4.7, the iptables connection tracking system will no longer
+    automatically load helper modules.  If your firewall configuration
+    depends on connection tracking helpers, you should explicitly load the
+    required modules.  For more information, see
+    <https://home.regit.org/netfilter-en/secure-use-of-helpers/>.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 29 Oct 2016 01:53:18 +0100
diff --git a/debian/templates/image.bug/control b/debian/templates/image.bug/control
new file mode 100644
index 0000000000000..b60912c4cd5e8
--- /dev/null
+++ b/debian/templates/image.bug/control
@@ -0,0 +1,2 @@
+Submit-As: src:linux
+Package-Status: firmware-amd-graphics firmware-atheros firmware-bnx2 firmware-bnx2x firmware-brcm80211 firmware-cavium firmware-intelwimax firmware-intel-sound firmware-ipw2x00 firmware-ivtv firmware-iwlwifi firmware-libertas firmware-linux-nonfree firmware-misc-nonfree firmware-myricom firmware-netxen firmware-qlogic firmware-realtek firmware-samsung firmware-siano firmware-ti-connectivity xen-hypervisor
diff --git a/debian/templates/image.bug/include-0version b/debian/templates/image.bug/include-0version
new file mode 100644
index 0000000000000..b5b32bfbd1203
--- /dev/null
+++ b/debian/templates/image.bug/include-0version
@@ -0,0 +1,9 @@
+add_0version() {
+  echo '** Version:' >&3
+  cat /proc/version >&3
+  echo >&3
+}
+
+ask_0version() {
+  true
+}
diff --git a/debian/templates/image.bug/include-1cmdline b/debian/templates/image.bug/include-1cmdline
new file mode 100644
index 0000000000000..3fcc940982325
--- /dev/null
+++ b/debian/templates/image.bug/include-1cmdline
@@ -0,0 +1,9 @@
+add_1cmdline() {
+  echo '** Command line:' >&3
+  cat /proc/cmdline >&3
+  echo >&3
+}
+
+ask_1cmdline() {
+  true
+}
diff --git a/debian/templates/image.bug/include-1tainted b/debian/templates/image.bug/include-1tainted
new file mode 100644
index 0000000000000..8ae5e4766d51f
--- /dev/null
+++ b/debian/templates/image.bug/include-1tainted
@@ -0,0 +1,42 @@
+_check() {
+  if [ $(($tainted & 1<<$1)) -ne 0 ]; then
+    result_short="$result_short$2"
+    result_long="$result_long * $3\n"
+  fi
+}
+
+add_1tainted() {
+  tainted=$(cat /proc/sys/kernel/tainted)
+  if [ "$tainted" -gt 0 ]; then
+    local result_short result_long
+    # Use debian/bin/update-bug-taint-list to update this
+    _check 0 P 'proprietary module was loaded'
+    _check 1 F 'module was force loaded'
+    _check 2 S 'kernel running on an out of specification system'
+    _check 3 R 'module was force unloaded'
+    _check 4 M 'processor reported a Machine Check Exception (MCE)'
+    _check 5 B 'bad page referenced or some unexpected page flags'
+    _check 6 U 'taint requested by userspace application'
+    _check 7 D 'kernel died recently, i.e. there was an OOPS or BUG'
+    _check 8 A 'ACPI table overridden by user'
+    _check 9 W 'kernel issued warning'
+    _check 10 C 'staging driver was loaded'
+    _check 11 I 'workaround for bug in platform firmware applied'
+    _check 12 O 'externally-built ("out-of-tree") module was loaded'
+    _check 13 E 'unsigned module was loaded'
+    _check 14 L 'soft lockup occurred'
+    _check 15 K 'kernel has been live patched'
+    _check 16 X 'auxiliary taint, defined for and used by distros'
+    _check 17 T 'kernel was built with the struct randomization plugin'
+    _check 18 N 'an in-kernel test has been run'
+    echo "** Tainted: $result_short ($tainted)" >&3
+    printf "$result_long" >&3
+  else
+    echo '** Not tainted' >&3
+  fi
+  echo >&3
+}
+
+ask_1tainted() {
+  true
+}
diff --git a/debian/templates/image.bug/include-dmesg b/debian/templates/image.bug/include-dmesg
new file mode 100644
index 0000000000000..634dc99acb1db
--- /dev/null
+++ b/debian/templates/image.bug/include-dmesg
@@ -0,0 +1,21 @@
+add_dmesg() {
+  local got_log=
+  echo '** Kernel log:' >&3
+  if [ "$(cat /proc/sys/kernel/dmesg_restrict)" = 0 ]; then
+    dmesg > >(tail -n 100 >&3) && got_log=y
+  elif command -v sudo >/dev/null; then
+    yesno "Use sudo to read the kernel log? " yep
+    if [ "$REPLY" = yep ]; then
+      sudo dmesg > >(tail -n 100 >&3) && got_log=y
+    fi
+  fi
+  test "$got_log" || echo 'Unable to read kernel log; any relevant messages should be attached' >&3
+  echo >&3
+}
+
+ask_dmesg() {
+  # Remind the user to attach the kernel log.  This should also trigger
+  # a reminder in some MUAs if the user tries to send without it.
+  echo '** Kernel log: boot messages should be attached' >&3
+  echo >&3
+}
diff --git a/debian/templates/image.bug/include-model b/debian/templates/image.bug/include-model
new file mode 100644
index 0000000000000..91d3cc33c10b8
--- /dev/null
+++ b/debian/templates/image.bug/include-model
@@ -0,0 +1,60 @@
+grep_model() {
+  case "$(uname -m)" in
+  alpha)
+    grep -E '^(system (type|variation|revision)|platform string)\b' /proc/cpuinfo
+    ;;
+  arm*)
+    grep -E '^(Processor|Hardware|Revision)\b' /proc/cpuinfo
+    ;;
+  i386|ia64|x86_64)
+    local found=
+    for name in {sys,product,chassis,bios,board}_{vendor,name,version}; do
+      if [ -f /sys/class/dmi/id/$name ]; then
+	echo -n "$name: "
+	cat /sys/class/dmi/id/$name
+	found=y
+      fi
+    done
+    test -n "$found"
+    ;;
+  mips|mips64)
+    grep -E '^(system type|cpu model)\b' /proc/cpuinfo
+    ;;
+  parisc|parisc64)
+    grep -E '^(model|[hs]version)\b' /proc/cpuinfo
+    ;;
+  ppc|ppc64|ppc64le)
+    grep -E -i '^(board|machine|model|motherboard|platform|revision|vendor)\b' /proc/cpuinfo
+    ;;
+  s390|s390x)
+    grep -E '^processor\b' /proc/cpuinfo
+    ;;
+  sparc|sparc64)
+    grep -E '^(cpu|fpu|pmu|prom|type)\b' /proc/cpuinfo
+    ;;
+  sh4|sh4a)
+    grep -E '^(machine|cpu)\b' /proc/cpuinfo
+    ;;
+  *)
+    false
+    ;;
+  esac
+
+  # Device Tree model
+  if [ -r /proc/device-tree/model ]; then
+    echo "Device Tree model:" $(cat /proc/device-tree/model)
+  fi
+}
+
+add_model() {
+  local found=
+  echo '** Model information' >&3
+  grep_model >&3 2>/dev/null || echo "not available" >&3
+  echo >&3
+}
+
+ask_model() {
+  # This is still valid as long as the bug is being reported on the same
+  # system.
+  test $same_system = nop || add_model
+}
diff --git a/debian/templates/image.bug/include-modules b/debian/templates/image.bug/include-modules
new file mode 100644
index 0000000000000..22271c90588ef
--- /dev/null
+++ b/debian/templates/image.bug/include-modules
@@ -0,0 +1,13 @@
+add_modules() {
+  echo '** Loaded modules:' >&3
+  # List modules along with any taint flags.
+  # We should be able to tell cut to use an empty output delimiter, but
+  # currently (coreutils 8.13-3) this results in null bytes in the output.
+  cut -d' ' -f1,7 /proc/modules | sed 's/ //' >&3
+  echo >&3
+}
+
+ask_modules() {
+  true
+}
+
diff --git a/debian/templates/image.bug/include-network b/debian/templates/image.bug/include-network
new file mode 100644
index 0000000000000..89d9cb9de4b09
--- /dev/null
+++ b/debian/templates/image.bug/include-network
@@ -0,0 +1,69 @@
+_list_etc_network_interfaces() {
+  local file
+
+  for file in /etc/network/interfaces /etc/network/interfaces.d/*; do
+    if ! [ -f "$file" ]; then
+      continue
+    fi
+    case "${file##*/}" in
+    *[^-a-zA-Z0-9_]*)
+      continue
+      ;;
+    esac
+    echo "$file"
+  done
+}
+
+_add_etc_network_interfaces() {
+  local file
+  test -f /etc/network/interfaces || return 0
+
+  echo '** Network interface configuration:' >&3
+
+  while read file; do
+    if ! [ -r "$file" ]; then
+      echo "*** $file: unreadable" >&3
+      echo >&3
+      continue
+    fi
+    echo "*** $file:" >&3
+    # Hide passwords/keys
+    awk '$1 ~ /key|pass|^wpa-(anonymous|identity|phase|pin|private|psk)/ { gsub(".", "*", $2); }
+         $1 == "ethtool-wol" { gsub(".", "*", $3); }
+         !/^[[:space:]]*\#/ { print; }
+        ' <"$file" >&3
+    echo >&3
+  done < <(_list_etc_network_interfaces)
+}
+
+add_network() {
+  yesno "Include network configuration and status from this computer? " nop
+  test $REPLY = yep || return 0
+
+  _add_etc_network_interfaces
+  echo '** Network status:' >&3
+  if command -v ip >/dev/null; then
+    echo '*** IP interfaces and addresses:' >&3
+    ip address show >&3
+    echo >&3
+  fi
+  echo '*** Device statistics:' >&3
+  cat /proc/net/dev >&3
+  echo >&3
+  if command -v netstat >/dev/null; then
+    echo '*** Protocol statistics:' >&3
+    netstat -s >&3 || true
+    echo >&3
+  fi
+  echo >&3
+}
+
+ask_network() {
+  test $same_system = yep || return 0
+  test -f /etc/network/interfaces || return 0
+
+  yesno "Include network configuration from this computer? " nop
+  test $REPLY = yep || return 0
+
+  _add_etc_network_interfaces
+}
diff --git a/debian/templates/image.bug/include-pci b/debian/templates/image.bug/include-pci
new file mode 100644
index 0000000000000..8e6528e5a7b8a
--- /dev/null
+++ b/debian/templates/image.bug/include-pci
@@ -0,0 +1,12 @@
+add_pci() {
+  echo '** PCI devices:' >&3
+  lspci -nnvv >&3 2>/dev/null || echo 'not available' >&3
+  echo >&3
+}
+
+ask_pci() {
+  # This information shouldn't vary much between kernel versions, so
+  # include it anyway.
+  test $same_system = nop || add_pci
+}
+
diff --git a/debian/templates/image.bug/include-pstore b/debian/templates/image.bug/include-pstore
new file mode 100644
index 0000000000000..43285bd6a9be6
--- /dev/null
+++ b/debian/templates/image.bug/include-pstore
@@ -0,0 +1,77 @@
+_add_pstore_log() {
+  if [ $# -le 3 ]; then
+    return
+  fi
+
+  local backend="$1"
+  local event="$2"
+  local date="$3"
+
+  yesno "Include log of $event at $(date -d @$date +%c) stored by $backend?" yep
+  if [ $REPLY != yep ]; then
+    return
+  fi
+
+  echo >&3
+  echo "*** Log of $event at $(date -d @$date -Iseconds) from $backend" >&3
+
+  shift 3
+  for file in "$@"; do
+    tail -n +2 "$file" | sed 's/^<.>//' >&3
+  done
+}
+
+add_pstore() {
+  local backend
+  local i
+  local j
+  local file
+  local date
+  local head
+  local event
+  local log_files
+
+  if ! mountpoint -q /sys/fs/pstore; then
+    return 0
+  fi
+
+  set -- /sys/fs/pstore/dmesg-*-1
+  backend=${1#*/dmesg-}
+  backend=${backend%-1}
+  if [ "$backend" = '*' ]; then
+    return 0
+  fi
+
+  i=1
+  while [ -f /sys/fs/pstore/dmesg-$backend-$i ]; do
+    file=/sys/fs/pstore/dmesg-$backend-$i
+    head="$(head -1 "$file")"
+
+    # Is this the first part of a log?
+    if [ "x${head% Part1}" != "x$head" ]; then
+      # Flush previous log, if any
+      _add_pstore_log "$backend" "$event" "$date" $log_files
+
+      event="${head% Part1}"
+      date=$(stat -c %Y $file)
+      log_files=
+      j=1
+    fi
+
+    if [ "x$head" = "x$event Part$j" ]; then
+      # Each part is prepended to the list, because they're numbered
+      # backward in log history
+      log_files="$file $log_files"
+      j=$((j + 1))
+    fi
+
+    i=$((i + 1))
+  done
+
+  # Flush last log, if any
+  _add_pstore_log "$backend" "$event" "$date" $log_files
+}
+
+ask_pstore() {
+  add_pstore
+}
diff --git a/debian/templates/image.bug/include-usb b/debian/templates/image.bug/include-usb
new file mode 100644
index 0000000000000..e8eb67e42d145
--- /dev/null
+++ b/debian/templates/image.bug/include-usb
@@ -0,0 +1,11 @@
+add_usb() {
+  echo '** USB devices:' >&3
+  lsusb >&3 2>/dev/null || echo 'not available' >&3
+  echo >&3
+}
+
+ask_usb() {
+  # This information shouldn't vary much between kernel versions, so
+  # include it anyway.
+  test $same_system = nop || add_usb 
+}
diff --git a/debian/templates/image.bug/presubj b/debian/templates/image.bug/presubj
new file mode 100644
index 0000000000000..59b891acb9654
--- /dev/null
+++ b/debian/templates/image.bug/presubj
@@ -0,0 +1,8 @@
+Please ensure that you are currently running the kernel version that you
+are reporting on.  This will allow your bug report to include useful
+diagnostic information about the running kernel.
+
+If you are reporting that the kernel fails to boot, please use a digital
+camera, serial console or netconsole to record the boot messages and
+attach these to your report.  You can use the kernel parameter
+'boot_delay=1000' to slow down the boot messages.
diff --git a/debian/templates/image.bug/script b/debian/templates/image.bug/script
new file mode 100644
index 0000000000000..8e0b5d557d704
--- /dev/null
+++ b/debian/templates/image.bug/script
@@ -0,0 +1,46 @@
+#!/bin/bash
+set -e
+
+PATH=/sbin:/bin:/usr/sbin:/usr/bin
+
+dir="$(dirname $0)"
+
+. "$dir"/info
+
+for file in "$dir"/include-*; do
+  name="$(echo $file | sed -e 's,^.*/include-,,')"
+  hooks+=($name)
+  . "$file"
+done
+
+if [ "$RELEASE" == "$(uname -r)" ]; then
+  running_ver="$(uname -v)"
+  running_ver="${running_ver#* $DISTRIBUTOR }"
+  running_ver="${running_ver%% *}"
+  if [ "$running_ver" != "$SOURCEVERSION" ]; then
+    cat <<EOF
+You have installed version $PACKAGE_VERSION of
+$PACKAGE_NAME, but version $running_ver is currently
+running.
+
+You should reboot to complete the upgrade.  Until you do this, some
+modules may fail to load.  This is NOT a bug.
+
+If you have already rebooted, check your boot loader configuration.
+
+EOF
+    yesno "Do you still want to report a bug? " nop
+    if [ "$REPLY" = nop ]; then
+      exit 1
+    fi
+  fi
+  for hook in ${hooks[@]}; do
+    add_$hook
+  done
+else
+  yesno "Does the bug you are reporting affect this computer? " yep
+  same_system=$REPLY
+  for hook in ${hooks[@]}; do
+    ask_$hook
+  done
+fi
diff --git a/debian/templates/image.control.in b/debian/templates/image.control.in
new file mode 100644
index 0000000000000..8f47b8d6bd565
--- /dev/null
+++ b/debian/templates/image.control.in
@@ -0,0 +1,10 @@
+Package: linux-image-@abiname@@localversion@
+Meta-Rules-Target: image
+Build-Profiles: <!pkg.linux.nokernel>
+Build-Depends:
+# used by kernel-wedge (only on Linux, thus not declared as a dependency)
+ kmod,
+Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}
+Suggests: firmware-linux-free, linux-doc-@version@, debian-kernel-handbook
+Description: Linux @upstreamversion@ for @class@
+ The Linux kernel @upstreamversion@ and modules for use on @longclass@.
diff --git a/debian/templates/image.lintian-overrides.j2 b/debian/templates/image.lintian-overrides.j2
new file mode 100644
index 0000000000000..2bd64b413564a
--- /dev/null
+++ b/debian/templates/image.lintian-overrides.j2
@@ -0,0 +1,13 @@
+# Some 32-bit architectures need 64-bit kernels and we still build
+# these as the "wrong" architecture rather than mandating multiarch.
+{% if arch in ['mips', 'mipsel'] %}
+{{package}}: binary-from-other-architecture *boot/vmlinu*
+{% endif %}
+{% if arch in ['hppa', 'mips', 'mipsel', 'powerpc'] %}
+{{package}}: binary-from-other-architecture *lib/modules/*
+{% endif %}
+
+# vmlinux needs extra sections that would normally be stripped.
+{% if arch in ['mips64el', 'mipsel', 'ppc64el'] %}
+{{package}}: unstripped-binary-or-object *boot/vmlinu*
+{% endif %}
diff --git a/debian/templates/image.meta.bug-presubj.in b/debian/templates/image.meta.bug-presubj.in
new file mode 100644
index 0000000000000..1f2c5e9c75671
--- /dev/null
+++ b/debian/templates/image.meta.bug-presubj.in
@@ -0,0 +1,5 @@
+You are about to report a bug in a Linux kernel meta package.
+This is probably not what you intended to do.
+
+If you want to report a bug in the Linux kernel or modules, you should use
+the package name linux-image-@abiname@@localversion@ instead.
diff --git a/debian/templates/image.meta.control.in b/debian/templates/image.meta.control.in
new file mode 100644
index 0000000000000..386dd78cfd045
--- /dev/null
+++ b/debian/templates/image.meta.control.in
@@ -0,0 +1,9 @@
+Package: linux-image@source_suffix@@localversion@
+Meta-Rules-Target: meta
+Meta-Rules-Makeflags-INSTALLDOCS_LINK_DOC: linux-image-@abiname@@localversion@
+Build-Profiles: <!pkg.linux.nokernel !pkg.linux.nometa>
+Depends: linux-image-@abiname@@localversion@ (= ${binary:Version}), ${misc:Depends}
+Provides: linux-latest-modules-@abiname@@localversion@, wireguard-modules (= 1.0.0), virtualbox-guest-modules [amd64 i386]
+Description: Linux for @class@ (meta-package)
+ This package depends on the latest Linux kernel and modules for use on
+ @longclass@.
diff --git a/debian/templates/image.meta.maintscript.in b/debian/templates/image.meta.maintscript.in
new file mode 100644
index 0000000000000..f708b9c94c709
--- /dev/null
+++ b/debian/templates/image.meta.maintscript.in
@@ -0,0 +1 @@
+dir_to_symlink /usr/share/doc/@package@ linux-image-@abiname@@localversion@ 5.7~rc5-1~exp1 @package@
diff --git a/debian/templates/image.postinst.in b/debian/templates/image.postinst.in
new file mode 100644
index 0000000000000..25e7dd65467e8
--- /dev/null
+++ b/debian/templates/image.postinst.in
@@ -0,0 +1,25 @@
+#!/bin/sh -e
+
+version=@abiname@@localversion@
+image_path=/boot/@image-stem@-$version
+
+if [ "$1" != configure ]; then
+    exit 0
+fi
+
+depmod $version
+
+if [ -f /lib/modules/$version/.fresh-install ]; then
+    change=install
+else
+    change=upgrade
+fi
+linux-update-symlinks $change $version $image_path
+rm -f /lib/modules/$version/.fresh-install
+
+if [ -d /etc/kernel/postinst.d ]; then
+    DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \
+	      --arg=$image_path /etc/kernel/postinst.d
+fi
+
+exit 0
diff --git a/debian/templates/image.postrm.in b/debian/templates/image.postrm.in
new file mode 100644
index 0000000000000..3fb22e6d70097
--- /dev/null
+++ b/debian/templates/image.postrm.in
@@ -0,0 +1,31 @@
+#!/bin/sh -e
+
+version=@abiname@@localversion@
+image_path=/boot/@image-stem@-$version
+
+rm -f /lib/modules/$version/.fresh-install
+
+if [ "$1" != upgrade ] && command -v linux-update-symlinks >/dev/null; then
+    linux-update-symlinks remove $version $image_path
+fi
+
+if [ -d /etc/kernel/postrm.d ]; then
+    DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \
+	      --arg=$image_path /etc/kernel/postrm.d
+fi
+
+if [ "$1" = purge ]; then
+    for extra_file in modules.dep modules.isapnpmap modules.pcimap \
+                      modules.usbmap modules.parportmap \
+                      modules.generic_string modules.ieee1394map \
+                      modules.ieee1394map modules.pnpbiosmap \
+                      modules.alias modules.ccwmap modules.inputmap \
+                      modules.symbols modules.ofmap \
+                      modules.seriomap modules.\*.bin \
+                      modules.softdep modules.weakdep modules.devname; do
+	eval rm -f /lib/modules/$version/$extra_file
+    done
+    rmdir /lib/modules/$version || true
+fi
+
+exit 0
diff --git a/debian/templates/image.preinst.in b/debian/templates/image.preinst.in
new file mode 100644
index 0000000000000..8a5658ecd1bbd
--- /dev/null
+++ b/debian/templates/image.preinst.in
@@ -0,0 +1,21 @@
+#!/bin/sh -e
+
+version=@abiname@@localversion@
+image_path=/boot/@image-stem@-$version
+
+if [ "$1" = abort-upgrade ]; then
+    exit 0
+fi
+
+if [ "$1" = install ]; then
+    # Create a flag file for postinst
+    mkdir -p /lib/modules/$version
+    touch /lib/modules/$version/.fresh-install
+fi
+
+if [ -d /etc/kernel/preinst.d ]; then
+    DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \
+	      --arg=$image_path /etc/kernel/preinst.d
+fi
+
+exit 0
diff --git a/debian/templates/image.prerm.in b/debian/templates/image.prerm.in
new file mode 100644
index 0000000000000..f1bde29b1151d
--- /dev/null
+++ b/debian/templates/image.prerm.in
@@ -0,0 +1,17 @@
+#!/bin/sh -e
+
+version=@abiname@@localversion@
+image_path=/boot/@image-stem@-$version
+
+if [ "$1" != remove ]; then
+    exit 0
+fi
+
+linux-check-removal $version
+
+if [ -d /etc/kernel/prerm.d ]; then
+    DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \
+	      --arg=$image_path /etc/kernel/prerm.d
+fi
+
+exit 0
diff --git a/debian/templates/image.tests-control.in b/debian/templates/image.tests-control.in
new file mode 100644
index 0000000000000..e69de29bb2d1d
diff --git a/debian/templates/libc-dev.control.in b/debian/templates/libc-dev.control.in
new file mode 100644
index 0000000000000..117d407acdfc9
--- /dev/null
+++ b/debian/templates/libc-dev.control.in
@@ -0,0 +1,13 @@
+Package: linux-libc-dev
+Meta-Rules-Target: libc-dev
+Section: devel
+Architecture: all
+Build-Depends:
+# used by upstream headers_install target
+ rsync,
+Depends: ${misc:Depends}
+Multi-Arch: foreign
+Description: Linux support headers for userspace development
+ This package provides userspaces headers from the Linux kernel. These files
+ are going to be installed into /usr/include, and are used by the installed
+ headers for GNU libc and other system libraries.
diff --git a/debian/templates/main.control.in b/debian/templates/main.control.in
new file mode 100644
index 0000000000000..209a20308c828
--- /dev/null
+++ b/debian/templates/main.control.in
@@ -0,0 +1,12 @@
+Package: @source_basename@-support-@abiname@
+Meta-Rules-Target: support
+Build-Profiles: <!pkg.linux.notools>
+Architecture: all
+Section: devel
+Depends: ${python3:Depends}, python3-dacite, python3-jinja2, ${misc:Depends}
+Multi-Arch: foreign
+Description: Support files for Linux @upstreamversion@
+ This package provides support files for the Linux kernel build,
+ e.g. scripts to handle ABI information and for generation of
+ build system meta data.
+
diff --git a/debian/templates/main.tests-control.in b/debian/templates/main.tests-control.in
new file mode 100644
index 0000000000000..7b8fca661ed18
--- /dev/null
+++ b/debian/templates/main.tests-control.in
@@ -0,0 +1,3 @@
+Test-Command: py.test debian/lib/python
+Depends: python3-pytest, python3-jinja2
+Restrictions: superficial
diff --git a/debian/templates/signed-template.control.in b/debian/templates/signed-template.control.in
new file mode 100644
index 0000000000000..36553a335c29f
--- /dev/null
+++ b/debian/templates/signed-template.control.in
@@ -0,0 +1,7 @@
+Package: linux-image@source_suffix@-@arch@-signed-template
+Meta-Rules-Target: signed-template
+Build-Profiles: <!pkg.linux.nokernel>
+Depends: dpkg-dev, python3:any, ${misc:Depends}
+Description: Template for signed linux-image packages for @arch@
+ This package is used to control code signing by the Debian signing
+ service.
diff --git a/debian/templates/signed-template.lintian-overrides.in b/debian/templates/signed-template.lintian-overrides.in
new file mode 100644
index 0000000000000..7fef9b1c52fee
--- /dev/null
+++ b/debian/templates/signed-template.lintian-overrides.in
@@ -0,0 +1 @@
+linux-image@source_suffix@-@arch@-signed-template: script-not-executable
diff --git a/debian/templates/signed.headers.meta.control.in b/debian/templates/signed.headers.meta.control.in
new file mode 100644
index 0000000000000..d5df832857119
--- /dev/null
+++ b/debian/templates/signed.headers.meta.control.in
@@ -0,0 +1,8 @@
+Package: linux-headers@source_suffix@@localversion@
+Meta-Rules-Target: meta
+Meta-Rules-Makeflags-INSTALLDOCS_LINK_DOC: linux-headers-@abiname@@localversion@
+Build-Profiles: <!pkg.linux.nokernel !pkg.linux.nometa>
+Depends: linux-headers-@abiname@@localversion@ (= ${binary:Version}), ${misc:Depends}
+Description: Header files for Linux @flavour@ configuration (meta-package)
+ This package depends on the architecture-specific header files for the latest
+ Linux kernel @flavour@ configuration.
diff --git a/debian/templates/signed.headers.meta.lintian-overrides.in b/debian/templates/signed.headers.meta.lintian-overrides.in
new file mode 100644
index 0000000000000..4a0a7c08ce9a5
--- /dev/null
+++ b/debian/templates/signed.headers.meta.lintian-overrides.in
@@ -0,0 +1,3 @@
+# linux-signed-* source packages are generated by the linux source
+# package, so it is OK for their binaries to share documentation
+@package@: usr-share-doc-symlink-to-foreign-package linux-headers-@abiname@@localversion@
diff --git a/debian/templates/signed.headers.meta.maintscript.in b/debian/templates/signed.headers.meta.maintscript.in
new file mode 100644
index 0000000000000..a4ede228040a3
--- /dev/null
+++ b/debian/templates/signed.headers.meta.maintscript.in
@@ -0,0 +1 @@
+dir_to_symlink /usr/share/doc/@package@ linux-headers-@abiname@@localversion@ 5.7~rc5-1~exp1 @package@
diff --git a/debian/templates/signed.image.NEWS.in b/debian/templates/signed.image.NEWS.in
new file mode 100644
index 0000000000000..f8e1fc022907f
--- /dev/null
+++ b/debian/templates/signed.image.NEWS.in
@@ -0,0 +1,83 @@
+linux (5.10.46-4) unstable; urgency=medium
+
+  * From Linux 5.10.46-4, unprivileged calls to bpf() are disabled by
+    default, mitigating several security issues. However, an admin can
+    still change this setting later on, if needed, by writing 0 or 1 to
+    the kernel.unprivileged_bpf_disabled sysctl.
+
+    If you prefer to keep unprivileged calls to bpf() enabled, set the
+    sysctl:
+
+    kernel.unprivileged_bpf_disabled = 0
+
+    which is the upstream default.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 02 Aug 2021 22:59:24 +0200
+
+linux (5.10~rc7-1~exp2) unstable; urgency=medium
+
+  * From Linux 5.10, all users are allowed to create user namespaces by
+    default.  This will allow programs such as web browsers and container
+    managers to create more restricted sandboxes for untrusted or
+    less-trusted code, without the need to run as root or to use a
+    setuid-root helper.
+
+    The previous Debian default was to restrict this feature to processes
+    running as root, because it exposed more security issues in the
+    kernel.  However, the security benefits of more widespread sandboxing
+    probably now outweigh this risk.
+
+    If you prefer to keep this feature restricted, set the sysctl:
+
+        kernel.unprivileged_userns_clone = 0
+
+ -- Ben Hutchings <benh@debian.org>  Sun, 13 Dec 2020 17:11:36 +0100
+
+linux-latest (86) unstable; urgency=medium
+
+  * From Linux 4.13.10-1, AppArmor is enabled by default.  This allows
+    defining a "profile" for each installed program that can mitigate
+    security vulnerabilities in it.  However, an incorrect profile might
+    disable some functionality of the program.
+
+    In case you suspect that an AppArmor profile is incorrect, see
+    <https://lists.debian.org/debian-devel/2017/11/msg00178.html> and
+    consider reporting a bug in the package providing the profile.  The
+    profile may be part of the program's package or apparmor-profiles.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 30 Nov 2017 20:08:25 +0000
+
+linux-latest (81) unstable; urgency=medium
+
+  * From Linux 4.10, the old 'virtual syscall' interface on 64-bit PCs
+    (amd64) is disabled.  This breaks chroot environments and containers
+    that use (e)glibc 2.13 and earlier, including those based on Debian 7
+    or RHEL/CentOS 6.  To re-enable it, set the kernel parameter:
+    vsyscall=emulate
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 30 Jun 2017 23:50:03 +0100
+
+linux-latest (76) unstable; urgency=medium
+
+  * From Linux 4.8, several changes have been made in the kernel
+    configuration to 'harden' the system, i.e. to mitigate security bugs.
+    Some changes may cause legitimate applications to fail, and can be
+    reverted by run-time configuration:
+    - On most architectures, the /dev/mem device can no longer be used to
+      access devices that also have a kernel driver.  This breaks dosemu
+      and some old user-space graphics drivers.  To allow this, set the
+      kernel parameter: iomem=relaxed
+    - The kernel log is no longer readable by unprivileged users.  To
+      allow this, set the sysctl: kernel.dmesg_restrict=0
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 29 Oct 2016 02:05:32 +0100
+
+linux-latest (75) unstable; urgency=medium
+
+  * From Linux 4.7, the iptables connection tracking system will no longer
+    automatically load helper modules.  If your firewall configuration
+    depends on connection tracking helpers, you should explicitly load the
+    required modules.  For more information, see
+    <https://home.regit.org/netfilter-en/secure-use-of-helpers/>.
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sat, 29 Oct 2016 01:53:18 +0100
diff --git a/debian/templates/signed.image.control.in b/debian/templates/signed.image.control.in
new file mode 100644
index 0000000000000..d341ada83b788
--- /dev/null
+++ b/debian/templates/signed.image.control.in
@@ -0,0 +1,20 @@
+Package: linux-image-@abiname@@localversion@
+Meta-Rules-Target: image
+Meta-Sign-Package: linux-image-@abiname@@localversion@-unsigned
+Meta-Sign-Files: boot/@image-stem@-@abiname@@localversion@:efi
+Build-Profiles: <!pkg.linux.nokernel>
+Build-Depends:
+ linux-image-@abiname@@localversion@-unsigned (= @signedtemplate_binaryversion@),
+# used by kernel-wedge (only on Linux, thus not declared as a dependency)
+ kmod,
+# Used by debian/signing_templates/rules.real
+ rsync,
+Built-Using: @source_basename@@source_suffix@ (= @version_complete@)
+Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}
+Conflicts: linux-image-@abiname@@localversion@-unsigned
+Replaces: linux-image-@abiname@@localversion@-unsigned
+Suggests: firmware-linux-free, linux-doc-@version@, debian-kernel-handbook
+Description: Linux @upstreamversion@ for @class@ (signed)
+ The Linux kernel @upstreamversion@ and modules for use on @longclass@.
+ .
+ The kernel image is signed for use with Secure Boot.
diff --git a/debian/templates/signed.image.postinst.in b/debian/templates/signed.image.postinst.in
new file mode 100644
index 0000000000000..25e7dd65467e8
--- /dev/null
+++ b/debian/templates/signed.image.postinst.in
@@ -0,0 +1,25 @@
+#!/bin/sh -e
+
+version=@abiname@@localversion@
+image_path=/boot/@image-stem@-$version
+
+if [ "$1" != configure ]; then
+    exit 0
+fi
+
+depmod $version
+
+if [ -f /lib/modules/$version/.fresh-install ]; then
+    change=install
+else
+    change=upgrade
+fi
+linux-update-symlinks $change $version $image_path
+rm -f /lib/modules/$version/.fresh-install
+
+if [ -d /etc/kernel/postinst.d ]; then
+    DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \
+	      --arg=$image_path /etc/kernel/postinst.d
+fi
+
+exit 0
diff --git a/debian/templates/signed.image.postrm.in b/debian/templates/signed.image.postrm.in
new file mode 100644
index 0000000000000..3fb22e6d70097
--- /dev/null
+++ b/debian/templates/signed.image.postrm.in
@@ -0,0 +1,31 @@
+#!/bin/sh -e
+
+version=@abiname@@localversion@
+image_path=/boot/@image-stem@-$version
+
+rm -f /lib/modules/$version/.fresh-install
+
+if [ "$1" != upgrade ] && command -v linux-update-symlinks >/dev/null; then
+    linux-update-symlinks remove $version $image_path
+fi
+
+if [ -d /etc/kernel/postrm.d ]; then
+    DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \
+	      --arg=$image_path /etc/kernel/postrm.d
+fi
+
+if [ "$1" = purge ]; then
+    for extra_file in modules.dep modules.isapnpmap modules.pcimap \
+                      modules.usbmap modules.parportmap \
+                      modules.generic_string modules.ieee1394map \
+                      modules.ieee1394map modules.pnpbiosmap \
+                      modules.alias modules.ccwmap modules.inputmap \
+                      modules.symbols modules.ofmap \
+                      modules.seriomap modules.\*.bin \
+                      modules.softdep modules.weakdep modules.devname; do
+	eval rm -f /lib/modules/$version/$extra_file
+    done
+    rmdir /lib/modules/$version || true
+fi
+
+exit 0
diff --git a/debian/templates/signed.image.preinst.in b/debian/templates/signed.image.preinst.in
new file mode 100644
index 0000000000000..8a5658ecd1bbd
--- /dev/null
+++ b/debian/templates/signed.image.preinst.in
@@ -0,0 +1,21 @@
+#!/bin/sh -e
+
+version=@abiname@@localversion@
+image_path=/boot/@image-stem@-$version
+
+if [ "$1" = abort-upgrade ]; then
+    exit 0
+fi
+
+if [ "$1" = install ]; then
+    # Create a flag file for postinst
+    mkdir -p /lib/modules/$version
+    touch /lib/modules/$version/.fresh-install
+fi
+
+if [ -d /etc/kernel/preinst.d ]; then
+    DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \
+	      --arg=$image_path /etc/kernel/preinst.d
+fi
+
+exit 0
diff --git a/debian/templates/signed.image.prerm.in b/debian/templates/signed.image.prerm.in
new file mode 100644
index 0000000000000..f1bde29b1151d
--- /dev/null
+++ b/debian/templates/signed.image.prerm.in
@@ -0,0 +1,17 @@
+#!/bin/sh -e
+
+version=@abiname@@localversion@
+image_path=/boot/@image-stem@-$version
+
+if [ "$1" != remove ]; then
+    exit 0
+fi
+
+linux-check-removal $version
+
+if [ -d /etc/kernel/prerm.d ]; then
+    DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \
+	      --arg=$image_path /etc/kernel/prerm.d
+fi
+
+exit 0
diff --git a/debian/templates/signed.source.control.in b/debian/templates/signed.source.control.in
new file mode 100644
index 0000000000000..1f55a8e35dfd3
--- /dev/null
+++ b/debian/templates/signed.source.control.in
@@ -0,0 +1,14 @@
+Source: linux-signed@source_suffix@-@arch@
+Section: kernel
+Priority: optional
+Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
+Uploaders: Bastian Blank <waldi@debian.org>, maximilian attems <maks@debian.org>, Ben Hutchings <benh@debian.org>, Salvatore Bonaccorso <carnil@debian.org>
+Standards-Version: 4.2.0
+Build-Depends:
+ debhelper-compat (= 12), dh-exec,
+ python3:any,
+ sbsigntool [amd64 arm64 i386],
+Rules-Requires-Root: no
+Vcs-Git: https://salsa.debian.org/kernel-team/linux.git
+Vcs-Browser: https://salsa.debian.org/kernel-team/linux
+Homepage: https://www.kernel.org/
diff --git a/debian/templates/signed.source.lintian-overrides.in b/debian/templates/signed.source.lintian-overrides.in
new file mode 100644
index 0000000000000..34d68e762b566
--- /dev/null
+++ b/debian/templates/signed.source.lintian-overrides.in
@@ -0,0 +1,7 @@
+# linux-signed-* source packages are generated by the linux source
+# package, and produce binaries with the same versions, even in case
+# of a binNMU of linux
+linux-signed-@arch@ source: version-substvar-for-external-package Depends *${binary:Version} linux-headers-* -> linux-headers-*
+
+# The changelog is mostly copied from linux which is non-native
+linux-signed-@arch@ source: odd-historical-debian-changelog-version * (for native)*
diff --git a/debian/templates/source.control.in b/debian/templates/source.control.in
new file mode 100644
index 0000000000000..59fa8422d9686
--- /dev/null
+++ b/debian/templates/source.control.in
@@ -0,0 +1,39 @@
+Section: kernel
+Priority: optional
+Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
+Uploaders: Bastian Blank <waldi@debian.org>, maximilian attems <maks@debian.org>, Ben Hutchings <benh@debian.org>, Salvatore Bonaccorso <carnil@debian.org>
+Standards-Version: 4.2.0
+Build-Depends:
+ debhelper-compat (= 12), dh-exec,
+# used to run debian/bin/*.py
+ python3:native,
+ python3-dacite:native,
+ python3-jinja2:native,
+# used by debian/rules.real to prepare the source
+ quilt,
+# used by debian/rules.real to build linux-doc and linux-headers
+ cpio <!pkg.linux.nokernel>,
+# used by upstream to compress kernel and by debian/rules.real to build linux-source
+ xz-utils <!pkg.linux.nokernel !pkg.linux.nosource>,
+# used by debian/rules.real to build linux-perf and linux-support
+ dh-python <!pkg.linux.notools>,
+# used by upstream to build genksyms, kconfig, and perf
+ bison <!pkg.linux.nokernel>, flex (>= 2.6.1-1.1~) <!pkg.linux.nokernel>,
+Build-Depends-Arch:
+# used by upstream to build include/generated/timeconst.h
+ bc <!pkg.linux.nokernel>,
+# used by upstream to build signing tools and to process certificates
+ libssl-dev:native <!pkg.linux.nokernel>,
+ libssl-dev <!pkg.linux.notools>,
+ openssl (>= 1.1.0-1~) <!pkg.linux.nokernel>,
+# used by upstream to build objtool (native for images; host arch for
+# linux-kbuild), perf (host arch)
+ libelf-dev:native <!pkg.linux.nokernel>,
+ libelf-dev <!pkg.linux.notools>,
+ lz4 [amd64 arm64] <!pkg.linux.nokernel>,
+# used for bft debug info
+ pahole <!pkg.linux.nokernel> | dwarves:native (>= 1.16~) <!pkg.linux.nokernel>,
+Rules-Requires-Root: no
+Vcs-Git: https://salsa.debian.org/kernel-team/linux.git
+Vcs-Browser: https://salsa.debian.org/kernel-team/linux
+Homepage: https://www.kernel.org/
diff --git a/debian/templates/sourcebin.control.in b/debian/templates/sourcebin.control.in
new file mode 100644
index 0000000000000..8f6569d7702f8
--- /dev/null
+++ b/debian/templates/sourcebin.control.in
@@ -0,0 +1,16 @@
+Package: @source_basename@-source-@version@
+Meta-Rules-Target: source
+Build-Profiles: <!pkg.linux.nosource !pkg.linux.quick>
+Architecture: all
+Section: kernel
+Build-Depends: patchutils
+Depends: binutils, xz-utils, ${misc:Depends}
+Recommends: build-essential, bc, rsync, kmod, cpio, bison, flex, libelf-dev, libssl-dev, @source_basename@-config-@version@
+Suggests: libncurses-dev | ncurses-dev, qtbase5-dev, pkg-config
+Multi-Arch: foreign
+Description: Linux kernel source for version @version@ with Debian patches
+ This package provides source code for the Linux kernel version @version@.
+ This source closely tracks official Linux kernel releases.  Debian's
+ modifications to that source consist of security fixes, bug fixes, and
+ features that have already been (or are believed to be) accepted by the
+ upstream maintainers.
diff --git a/debian/templates/sourcebin.meta.control.in b/debian/templates/sourcebin.meta.control.in
new file mode 100644
index 0000000000000..d176644b52e35
--- /dev/null
+++ b/debian/templates/sourcebin.meta.control.in
@@ -0,0 +1,9 @@
+Package: @source_basename@-source@source_suffix@
+Meta-Rules-Target: meta
+Meta-Rules-Makeflags-INSTALLDOCS_LINK_DOC: @source_basename@-source-@version@
+Build-Profiles: <!pkg.linux.nosource !pkg.linux.nometa !pkg.linux.quick>
+Architecture: all
+Depends: @source_basename@-source-@version@ (= ${binary:Version}), ${misc:Depends}
+Description: Linux kernel source (meta-package)
+ This package depends on packages containing the sources of the latest Linux
+ kernel.
diff --git a/debian/templates/sourcebin.meta.maintscript.in b/debian/templates/sourcebin.meta.maintscript.in
new file mode 100644
index 0000000000000..9b8a862ae121f
--- /dev/null
+++ b/debian/templates/sourcebin.meta.maintscript.in
@@ -0,0 +1 @@
+dir_to_symlink /usr/share/doc/@package@ @source_basename@-source-@version@ 5.7~rc5-1~exp1 @package@
diff --git a/debian/templates/tools-unversioned.control.in b/debian/templates/tools-unversioned.control.in
new file mode 100644
index 0000000000000..0023995181ef9
--- /dev/null
+++ b/debian/templates/tools-unversioned.control.in
@@ -0,0 +1,164 @@
+Package: bpftool
+Meta-Rules-Target: bpftool
+Build-Profiles: <!pkg.linux.notools !pkg.linux.mintools>
+Section: devel
+Architecture: linux-any
+Build-Depends:
+  python3-docutils <!nodoc !pkg.linux.notools>,
+  binutils-dev [hppa],
+  libelf-dev,
+  zlib1g-dev,
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Inspection and simple manipulation of BPF programs and maps
+ The bpftool command allows for inspection and simple modification of
+ Berkeley Packet Filter (BPF) objects on the system.
+
+Package: linux-cpupower
+Meta-Rules-Target: cpupower
+Build-Profiles: <!pkg.linux.notools !pkg.linux.mintools>
+Section: admin
+Architecture: linux-any
+Build-Depends:
+  libcap-dev,
+  libpci-dev,
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: CPU power management tools for Linux
+ The cpupower command allows inspection and control of cpufreq and
+ cpuidle tunables for hardware that supports these features.  It
+ replaces "cpufreq-info" and "cpufreq-set" in cpufrequtils.
+ .
+ ${cpupower:Arch-Description}
+
+Package: libcpupower1
+Meta-Rules-Target: cpupower
+Build-Profiles: <!pkg.linux.notools !pkg.linux.mintools>
+Section: libs
+Architecture: linux-any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: CPU frequency and voltage scaling tools for Linux (libraries)
+ libcpupower is a library for inspecting and controlling cpufreq and
+ cpuidle tunables.
+ .
+ This package contains the shared library.
+
+Package: libcpupower-dev
+Meta-Rules-Target: cpupower
+Build-Profiles: <!pkg.linux.notools !pkg.linux.mintools>
+Section: libdevel
+Architecture: linux-any
+Depends: ${misc:Depends}, libcpupower1 (= ${binary:Version})
+Provides: libcpufreq-dev
+Conflicts: libcpufreq-dev
+Replaces: libcpufreq-dev
+Description: CPU frequency and voltage scaling tools for Linux (development files)
+ libcpupower is a library for inspecting and controlling cpufreq and
+ cpuidle tunables.
+ .
+ This package is needed to compile programs against libcpupower.
+
+Package: linux-perf
+Meta-Rules-Target: perf
+Build-Profiles: <!pkg.linux.notools !pkg.linux.mintools !nopython>
+Section: devel
+Architecture: alpha amd64 arm64 armel armhf hppa i386 loong64 mips mips64 mips64el mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64
+Build-Depends:
+ asciidoc <!nodoc !pkg.linux.notools !nopython>,
+ gcc-multilib [amd64 mips64 mips64el mips64r6 mips64r6el ppc64 s390x sparc64] <!cross>,
+ libaudit-dev,
+ libbabeltrace-dev,
+ libdw-dev,
+ libnewt-dev,
+ libnuma-dev,
+# Build breaks on loong64 with 1.1.1-1, the previous version available.
+ libopencsd-dev (>= 1.5.2-1),
+ libperl-dev,
+ libpython3-dev,
+ libtraceevent-dev (>= 1:1.5),
+ libunwind-dev [amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mipsel powerpc ppc64 ppc64el sh4],
+ libzstd-dev,
+ python3-dev:any,
+ python3-setuptools,
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ${python3:Depends}
+Provides: linux-tools-@version@
+Conflicts: linux-tools-@version@
+Replaces: linux-tools-@version@
+Suggests: linux-doc-@version@
+Description: Performance analysis tools for Linux
+ This package contains the 'perf' performance analysis tools for Linux.
+
+Package: usbip
+Meta-Rules-Target: usbip
+Build-Profiles: <!pkg.linux.notools !pkg.linux.mintools>
+Architecture: linux-any
+Build-Depends:
+ autoconf,
+ automake,
+ libtool,
+ libglib2.0-dev,
+ libudev-dev,
+ libwrap0-dev,
+# debian/rules.d/tools/usb/usbip
+ rsync,
+Depends: usb.ids, ${shlibs:Depends}, ${misc:Depends}
+Section: admin
+Description: USB device sharing system over IP network
+ USB/IP is a system for sharing USB devices over the network.
+ .
+ To share USB devices between computers with their full
+ functionality, USB/IP encapsulates "USB requests" into IP
+ packets and transmits them between computers.
+ .
+ Original USB device drivers and applications can be used
+ for remote USB devices without any modification of them. A
+ computer can use remote USB devices as if they were
+ directly attached.
+ .
+ Currently USB/IP provides no access control or encryption.
+ It should only be used in trusted environments.
+ .
+ This package provides the server component 'usbipd' and the
+ client tool 'usbip'.
+
+Package: hyperv-daemons
+Meta-Rules-Target: hyperv-daemons
+Build-Profiles: <!pkg.linux.notools !pkg.linux.mintools>
+Architecture: i386 amd64 x32 arm64
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: admin
+Description: Support daemons for Linux running on Hyper-V
+ Suite of daemons for Linux guests running on Hyper-V, consisting of
+ hv_fcopy_daemon, hv_kvp_daemon and hv_vss_daemon.
+ .
+ hv_fcopy_daemon provides the file copy service, allowing the host to
+ copy files into the guest.
+ .
+ hv_kvp_daemon provides the key-value pair (KVP) service, allowing the
+ host to get and set the IP networking configuration of the guest.
+ (This requires helper scripts which are not currently included.)
+ .
+ hv_vss_daemon provides the volume shadow copy service (VSS), allowing
+ the host to freeze the guest filesystems while taking a snapshot.
+
+Package: rtla
+Meta-Rules-Target: rtla
+Build-Profiles: <!pkg.linux.notools !pkg.linux.mintools>
+Architecture: amd64 arm64 armhf i386 x32
+Build-Depends: libtracefs-dev (>= 1.3), libtraceevent-dev (>= 1:1.5), python3-docutils
+Depends: ${shlibs:Depends}
+Section: devel
+Description: Real-Time Linux Analysis tools
+ rtla provides a set of commands for analysing the real-time
+ properties of Linux.  rtla uses kernel tracing capabilities to
+ provide precise information about the properties and root causes of
+ unexpected results.
+
+Package: linux-tools
+Meta-Rules-Target: linux-tools
+Architecture: linux-any
+Section: devel
+Build-Profiles: <!pkg.linux.mintools !pkg.linux.notools>
+Depends: bpftool, linux-cpupower, linux-perf, usbip, hyperv-daemons [amd64 arm64 i386 x32], rtla [amd64 arm64 armhf i386 x32]
+Description: Metapackage for Linux tools
+ This metapackage installs all available Linux tools for development and
+ debugging purposes.
diff --git a/debian/templates/tools-versioned.control.in b/debian/templates/tools-versioned.control.in
new file mode 100644
index 0000000000000..91e126fa1be5a
--- /dev/null
+++ b/debian/templates/tools-versioned.control.in
@@ -0,0 +1,8 @@
+Package: linux-kbuild-@abiname@
+Meta-Rules-Target: kbuild
+Build-Profiles: <!pkg.linux.notools>
+Architecture: linux-any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: foreign
+Description: Kbuild infrastructure for Linux @abiname@
+ This package provides the kbuild infrastructure for the headers packages for Linux kernel version @version@.
diff --git a/debian/tests/headers-kbuild b/debian/tests/headers-kbuild
new file mode 100755
index 0000000000000..55681de0152ce
--- /dev/null
+++ b/debian/tests/headers-kbuild
@@ -0,0 +1,46 @@
+#!/bin/sh -eu
+
+KERNEL_RELEASE="$1"
+
+mkdir "$AUTOPKGTEST_TMP"/foo
+cat >"$AUTOPKGTEST_TMP"/foo/foo.c <<EOF
+#include <linux/kernel.h>
+#include <linux/module.h>
+
+static int __init foo_init(void)
+{
+	pr_info("foo initialised\n");
+	return 0;
+}
+module_init(foo_init);
+
+static void __exit foo_exit(void)
+{
+}
+module_exit(foo_exit);
+
+MODULE_LICENSE("GPL");
+EOF
+cat >"$AUTOPKGTEST_TMP"/foo/Kbuild <<EOF
+obj-m += foo.o
+EOF
+
+echo "I: Build for $KERNEL_RELEASE"
+# There are some warnings sent to stderr that we need to suppress,
+# but any other output to stderr should be treated as a failure.
+# We also want all stdout/stderr to appear in order in the log.
+# First, duplicate stdout to fd 3
+exec 3>&1
+# Next, run the build with stdout sent to the original stdout and
+# stderr sent through tee to both the original stdout and a file
+make -C /lib/modules/"$KERNEL_RELEASE"/build M="$AUTOPKGTEST_TMP"/foo V=1 \
+     2>&1 1>&3 | tee "$AUTOPKGTEST_TMP"/foo/make.stderr
+# Close fd 3
+exec 3>&-
+# Check for any stderr output that doesn't match the suppressions
+if grep -q -v -E 'Skipping BTF generation .* due to unavailability of vmlinux' "$AUTOPKGTEST_TMP"/foo/make.stderr; then
+    echo >&2 "E: Unexpected warning/error messages"
+fi
+
+echo "I: Clean"
+make -C /lib/modules/"$KERNEL_RELEASE"/build M="$AUTOPKGTEST_TMP"/foo V=1 clean
diff --git a/debian/upstream/rt-signing-key.pgp b/debian/upstream/rt-signing-key.pgp
new file mode 100644
index 0000000000000000000000000000000000000000..6ba4cb0fdd67aa22d1f5f86eb5c0ee725be8d3d2
GIT binary patch
literal 84522
zcmeF2gO6ox@aJ#awrykDwr$%srfu7t#<XplGi}?p-MusKFT2Sm^A~LPN$x#$t4=C8
z-+XSJdMf7t002TDAONtmkcJuH&(a7d?fv`tYyZ!Bhz17wYXLt30Jnhv2mr1LnOMr#
zb-9SyZ>&S_)MIq&=!cm<ClLNU3&1=)J2sMH$v8_Z1Gqg_piHdL{p02N8@dX{Cugj^
zt16Z7Em7S|d=b{Zu>RxL_#3PAo(=%ZQ0!8yItIue?2%JC?f?GccKI8d#=XfIzdPkS
zZ@w6#c{v3v4&?g&amW9SsYlQ|D6xQ{us?pxfSC|rs3X5>|8ZCTjUCaF(bhEP4&UgE
zNsft96LhWICI4}c{*C=vAOKhZ0F3dE#q{5AfbP_vBg_BT?N5J>SpV7X0MP&O{r~U(
z*A>t~S-bgrjTyjjpmJH4aX^TGp&MBLl#8NFtJoR{mkI5yW*KFCTMmiPqOQB)k1Peu
zg^SY%Dn;f|=<K&IJk{u8Uf3f*#@(hxU~*4*R_(ojOmBkYpo9xsw~#t#?t15Jrd$h5
z$AhgeaAMV*+wcf~&%tM%6iXu(RceE+H{ap9oCAB(5hb@EcWJMjg<XyHJ4m&;$q&qM
zx5+c(7+Xlw!bD&A0hg6QP>rZ5_8}%E#oRtKlu-j`AeP&Np%Qiro0@`+^bmm{hXYDa
z&{jtc3k6z8pd`un2I>xofk*JyOnu>*@7xDi>InqRkd8fxxE*Nqd67`5{s=Q5w(d&b
zLhxs{`@?0YSYD9HZnzI97pK>)z#F6M)r?cX!o9vENU05Lc$<9d=DvvlIcT<?0BRS^
zXe8i*+8pV$V}|U&Ws%A)aGmu{wA)vnKcDe&Fjun=aBtpSne2uqHUg%_y%o}ODX`u=
zkejX3ICo<l^`*R3;0YHzg+1FL4$Xsn#o<miY%!1}IawdRw=_7`5t(Tj$2bl<1_?y4
z9@j56`{ZcsPUsa6lz7tE7?uN91plhs>u-j>zA?h_F(T@dNGtJY;wLAKhdV)ru0=BI
zq`4^T9Zq={=)F9X?{7TV?Z`0v0Qsr2Qkhr9LreKq)MFI&(dgePX1m7=3r$2SK-n*$
ze|%@}-Aa%8%pPD`0zd)+0M(KM0Ok(nKtO*1!M1R5ad75hU|`~8re|Vhqi14ar|0D0
zVr6A%WKuRYGIVyaG_)fWv@>z?GPNR9wlsCOw09!pF|sr_HFWkAu(7mrb#bz{v-F@h
zG3BfMQ-uDc2L7MFRs=9RC<+iHfCvm&F6)XJ7zYFl1_}}a1Pl!t3K9kk9pq0f2F3>h
z#_$I~Lm~d};`{WB2#6aa5eoyKGcLoZ<=wOqNxn1+xP7NKxx-xKXo0l5>n6A04-aXE
zwtfyrM0Za&epVM}1A+&wT9A9l5CZIdR*UVtspwDqhNb-O@4L03!NF<&Z9LXx8;sQK
zA|8kEz-hE8JV+nB8c!P-gv|i4DAL$qdI5V<kmF15px;3FJmyWr%(t{cqc@W!X1zCL
zmOw9F&}=0_(%&Ctu(`TsyJ?KXgITtgb7NP8&{K78ID526fM>hpvt}q9k=}=_*b$%G
zc=BSklJ>BYLM>FCav)jb*o<S2>Q;BZBMwQ_mD3s>vlf{YEU1;QWXQ%`v>psDm4t36
zp;c-rZZg)pv)JI05@iP`nuBA|_DFeTMm2-ouAMiNUsm1~B~6qJ5^JNq>*^Z_h`#fW
zAvB~<-<PHo{#OI>K+?BYbR*{ZuPXeEeQ3TWuQNn}HnM`o*qixZR0_8hgY6BJD;KnZ
zAATHsGXBjxx{A41uxk*_P1mNnKLuVW`4xLo^=#2YAxf6lO^nN6{at$59&>Un6{cc-
z9xbfIk>Oz}{U*zClG+3K!4Xg6&SG<|zGUh|me{#d7U}j5y&K+@8mcB05bT=k-`Q00
z^TFS{>mZRAOqH+87E3!)P-}<l%3uhi^;r4Lqjs|6^n>izcgpKj#eLRXI5)?queC`k
zik^N5M10nQ|Hly^TnrQu2^awW2cQxrp}&;8%kGbv^14wBU;*+Bw#)8@+*c?!?!^z}
zk7F6zc`uRxc`iCfm{~WsicLYfS%?;2G^T>}W&g-m?f&y`zAdG-F2P$rb-Fu1p1jKI
zPJ=7jMPPi3B-okjNGVK#H6WM!cJM@o_RftL5(ILuRp<bf1nTY|`8J~7{^q;j;@nFz
zml5cr1>_h0emjh=pvWtIOsj;C|3onHwpIn?d2fbT*#xrL;f3~&rc~J~vljGM{9pMX
z|GVC->({^e_MyszV#ih1_B{YOSlAk4)Y8OgDTz|J7+%i4_Sgf&fc)C&;=Ji^<GNqc
zu8_f02%;<u6Vm@XUjz^?C?e2*0xG-^ivLZxfbemZnDsO7P6858dy^T_ff1Ji=|g94
z*mj3wq)?hw<qgKX;nB&pylWoyW@e(s_29+nfnPLoZc`r&@2#V(XiM1SM+fgOrnWfO
z?B4%Wq2R{ESbEXH>K7Mb<THwoSH2P?!%;o5*LrDIXx13U+p-p{>s!kG>;9pXZ>qNh
z{CGK5tOEx#2K45x_p?~9Bp+71fYZ*MHOoO=@J)jT>;xDDk8Y<bE}kH=VTQkV$eNJ}
zX|T6V8SHmVtn<s*%0+@y{*DQoy_~xNdBzUEMzm}#<foLvrUQs%mivpSDg+BteEoXE
z%n6A#b?x%IkfoSN>m_)#0d{Dl=^7$)VE1=2737`7RR*)Rf68Rx@gEm&9YC8zRqP)>
zA-<H}4eShN9>!YhszQ|;a`^0>SksMg%^+dR1kV<pw6G#HR%RqJiNAkX2Yo0cbwup6
zvVn>{-I=ca6jn%Yv6pVkqv^S%Cb(~d`7Fm!o7Tz3$t<Ne-=QzLYt<a!$;~kiAF=*W
zRj>EnV*_o^axNi#+BWuc6gl%$mj6&U9Z;Tu^4gir?pk_RK@}3K8FtSHN1i0g0?1VZ
zsyTmHEoEJp9Fea-BhF#R3(f&04LSKEFLn3$e+6no!(FpGm9FXbYipAmKotI*=3diL
zyOB?vKZW34M;(5rz<0`R+j|kQ#|CWli!wdU7SdC@un(j~+#^%L+%aIG^6W)Q)o1)$
zrnJ8@d8nf}f+=3*Pai{k8A*r4`?Md7vJYXyqVqo>+%|l_keysD9WZB{Z1$ba9Tm%0
zRA=bsHb-edcI2xyVtRT5h99K@XY<>BXI=BNIMVT$_u)(>np0{j2r*tHMRz#3z8tks
zwdwuv#7|&`!B(-}YBzZeL85J>0CKI&<~IzILg37kFrr&uaQt}V_<5sMy2Jxz$B@wj
zHd_gB0D=O`cArWQ8+j_?H6caZ+u1wKY+`d&(hPFyx{vO+0InPX9Lw^4jU3B+`tIoI
zy-gd(8>R#$e7qtUXrfjN&GG$0=c(g@Peni)hb9<wOV6c|G;7qGZ8YzreN*F(>=ETT
zq+;2+!V6gAZj>g({<lnxe`OL$<kFy9gWxtvhWI4**$AX=h0=_-G)%FpTRBI*D_&_~
znmhi{ajB!m%A@p^g`A3exW0=N+>)IsW+F{g6;0%QuCP-06w~7zYC9f-jls5cs4yRz
zP6`EUXM%=+F_l*4fE>Smb${!N`Vc1}6KY0I;7DPGIsqz%dVe?}=XtKw6kgL9r`F!s
z({77-REj&XmxcGz1FvkTF_Mf*mT>YLXzNh=UIUVa{@Ku@B%P)^2aH@wo*gAdpkb?K
z7atzlNL~>gEr`n**2q~jSx9pn9r%tTMl@I`<{`tKk>RBFh{Zt`5)D%Z2Dwv0Yr{EF
z_w-Kektko=btGWzF>C0IHb9BMk?92=UHs{vGFiI*m8s2+Yh5SnzO*<C;>!VuS(QWG
zI%a5Gcr7YnC3!B15m17eQY&S(%p&I5YjPHP^ytu4%DTMA<zsMksNTOK^bV&f|5d$-
zxf8leg%9TqvJSEa4c6HDc^hmZS{0jmw(9iM3w!OAOk?A9FL(gJEu6C))ng^xk>Xvj
zJlmK==^G0Rl;nxQH_E<XRAojF!OzgOyKD{CEyx)UM22ff&Zg5w1mgC;%kIilcI0)>
zub1kdBvSkw+UKOH+^8?IP*J`%AOT=-2<Tw|7Cl^4cNjgCbxZW43Hjeq8yvn<Nx7lQ
zWia;+f%O8lyH78a!xJ!i8QeHm7fAL~$UVP;{}>At{HeO{jmUWX-tteG9KZjSNp}9>
zRCQ=aaa{xwP?oiN1$akTn~TC7dS<w;{iSk3fbpfHd?!qI??bIP*p)R4WtOEVKZpt<
zRKz_nOL?+MdXSsEeotNHtS64R?rkdU9cWt)>qxIv#ai<c%_=sxr&RI*ofokcv4x%p
zDsh`jSv=pM;+#l<fP$DQOY&Pjp9v)Ku|}bXumD<umW&{Y;lSz=A_`k+$ys)Khkk`j
zVd+)nvUi2y(h=(*7ikZGz$5(xOfnG`GMilY(MZ0=CD(mX3r+s0Wu#KrzAuMa>B#ni
zjpaLJO{~R6MYTG`j+*-U@NNGs&tqFA&n3$H=0KEnc`=B^pCqm*+!+*aRqPa%Qu)h0
z4bL36;~z4q$+LU?mFYJrWTFVWjRg-1#3z{@j)`#&Uz|ir4Aww9zT=B#I7`vJwKID@
z@Hx0okK!0g0C?NkuhsCxKOOaxC}d^R1_s@mBnK>LAOY{fLIA=tNafG$5RC2cWVgeC
z_DM;jkR>;kG)V~q)fByu@k1I~h~fF9mHun65zi*zdPQcIOi`ov;h#f98uYNYGIpud
z!HKcM;u}jphqQhBS2PTW>9cT0jJIE(=y@1!Z0D7De$khv`t7Gj5`Pg>XmZpCbQ(|o
zxwS*&JY4?#QpXK`G~m3U2fvKcuc}e79}v3$TITYuJ!Z-+1v@eEI5@RoA!hr+be;c<
zf7>*PNLEIcKV*KGJg$Tn<pTdnb(QsRnWF#7#3r=NLXEe@zT*$^Wo$n(Wex39GS{&*
z9l-pF<YUxqvScfsacC?6p_hGuy&o&2kQd^GH?XhQf8K(2hMoS~M0?7fQj@LFDbvso
z^6Mq>OX*uJ@c>6gDypIb90zbu7n$60_0$oNV(N=hUAUHmWRPcu`41{pkyEAP*DdQB
zKY1a=_KPE-^)E#8y4cvV=Ic@1km()$9m>wE_4g%sOn3fzZVfH_@}i|>5zr#<?iY%m
z3rdyNGHG97s5hVS*8^5eoen_$oL@kV(GJZ7Z8MkAtl=Cgri<7?!$O3~(l|vqS(<y?
z5)c5vHvtmCdzwz}xP%<eKEhw_RDuw9APw26pjb>o3P9E&3;#zZ;Q!M%$>n?t_$yOr
zZ2k7P@gk8{M?^qamj=RQKAye)B+V9Dr>S(A<IAt+%fZlYvh%<h#)E)Bnok9#ti^MM
z<uX$CM<780%kfo6yV)#>Qqn@4ep>}IgR(qRzI_d!J(paIa&P+M3#@Hur6>4Awlqx`
z?iOvbE4@RZLtl?-(g3KOkp#3AIE-=b@(5CpU!khb`}G!Y27w3?uNV@BR$#-%;yWnb
zG(1G+SvKDq#jaBkM}spjk4bfc5}L;?zUY5rh#Y?W=up}RN$1Rbl^9tKy8&HC#;e63
zDh`D{qQKJFr>bk11-*_5794Z#IByPVnGXe%CZ0WQusQ<cy&bLSBHrLz6l&_q?sj1h
zhHRc7%Lq9c<@q%s7bt}R7cxIwAJZ^3NjBe3+gs7JQ!4iLQ7dQ_uhS!FkXDW?QG$$V
zKa+r)K*{%or-LvhlXAy_$~%DLRI-CfAr*(`!7|2sfSm%GhEF!HQ(YU*6Tgb5l@vbw
zy7VHKH9@dW$ynN@bGMp1iKVT8KUa2BVKKuk9~T7hwJ#n_A%8bT)f3qu+rYcdPS=Be
z{KR4}Ai)YI<UQB3mQ;q|rJ;l76p}S;t=DNHSHy(aIr%1Nvp{kb$?tmW1Q+V^Gwl##
z)3;>ng8?l(Xfth+W4#EHgm-&&tm(MsCf!<%ve?Hcg*Z7CFo#Hc${)WGq@l8!fCa`-
zJ`7#>FHB0XwEtp~ey~1@F5W_2!-@z<W2SLwH)9-PS6Yl~36Nr8y6kb77jYEd?&Or_
zMbRCF+DRjdTS>5;7{^#ENjZaJM<%;%S~uhhIuTXn7{mCqG4$Cv%nf5EEZq%AJ7iCn
zV3J;?e|2_zJ(tAUk~wTa(Y{x7HXwSNEhMTnsTNQgm0Pk_JOHxrrc2xWJw?PGq3O$#
zU{uq@XD3<ROE1)NexboW@YP0obNL0jOltHHBO2HBdN_9cRujd*s~U0*=e8~$s-igU
zZZPjlXJB+X)NOvLKT-Tcx^#@vE2(em_Ql-wDiHfckeN;W{Pbs_oQY4-8Dr~#c4JsM
zk)jHRhRQ@R8_}YR_OIfCa5xR>Q(t#}lt%b|#;cDYD?U2L3LnW}REQq&r6x6zlKD&N
zroxPGO(Q6zVX6#nQa`ag^jvG8A&ewyj9(Yj&2d#q4+!%%GG$hy?@W55Xp3-<DNL~g
zBhk50r_&M=)r@v=^k<2QMX4;v9yI5e5ngq}xJBGkPCg4SM=^!+Xm{FWWJgPt%zBQ|
z-9k;?D)HO<=`W$eycO}1D-h2dU4=?-1_TCfQKhR*BL^hdjG9CADxr5INXn=#=9P)h
z64bikzHmjxQrb5Gu$EN@UwWOQGolH#xygh+0q+$c8Wz$QGxB9Z1kLmO*@yYN(MD^+
zx1hW{2a)&vNMvK;F-V9d|HK3v@-HUNf`++s?C7xKE(l*Xx!qCOU_zL12EQKfG3pB3
zq1e7#gsjKQ0nv2`&pCF>PGD|p>QC8mFkFV7=(P7!K0vMp9E%UXZJl<AV+f_focrJ7
zFM{24nbSoas5!9z_(0jTEHFgN4(fdIRtgxmpo~;34|aY=$b9@6???{%Yf0=E#H_|A
zdeCftj8+%pZ)VkzUdgyk5f<??e&Hs*<eN_G3yt4hO4e7WcZz)FQAa6|)%N>-S*_IA
zKc=_i1{YtpO8Eh}$7@zdN<;FJkoC+*jDQ)xeQ4UY2&0iz3@cN$tYaf-KBhJsOpN_<
z9xrX*G!nWT`h>!h*2boK)4AK>wZ_LsHwuY!xcPLTA?QO2<d*>6kX}OG`7CI5jjvK5
z+}Ts#xl!!2lu!ZJ?E)!W7=djr5~Zde^N>Kn+L&fqOt5+pOHX%4MV&(-Q0sInBa=RB
znn={Jtv<0g>}-m-0=2ZouU7f~%Mpgx;WqidRb+J~e-jCEk8`vpT6|vp3|^FYg_U2~
zhgk0=?pkoqe+Oe0P%VM;OinmvQks~NwGYB1!j&1HTiRPZB8txz{xy5b;ip=)ag%o^
zN+cKLTe*n*qZ)-nOS?^tbXPW9PRLar5Lr8a|6;=}NznLX&(zSa@oghB-8uGX3cPE`
zZ!)$MNeXFmDTlo<Q2F;L+k;pL&bz2S5Ab7e)ITx7tNV*dSH3}rBzNV$n>@lB1V+C&
zKksuSD;pg_C|rbID0zcQ0pWUKoV>^Hn@VoTV_}Y!brne=NG=o-B(Xy#cjIRqq(MPW
z<WWtP=5CRM^m5Pjxi})sK(taC%8_m+1cdlN&%yO>uTE5g#l0r;E2ZG`Je^Nea49P3
zhfPr8qNQ$iOq#$hh4JEKre7A;z^bhEH+$HFP$Bl~`THrZ?OBSJ+4_o$@+eKkkw_e<
z-({#;JUreet%eGI3iNt@JmWH$1|3E27LwuPewibhPxg9F3M<(wtcO@84QgtYzsS4_
z_P$-NrIK42h(kS;LkJ9f-h2F5g+`D_&hrGJ0r-5Hybbj{#fG)SQ<%|Qsi-9m4Apbv
zC&X^~KSY!!X4mti)fsmLI&Z?gh)A9&YWv%G_`4=KU;{H&gl(K0y`^P-)1kri0}Ud(
zaF9}%w-sWKPy8`-qls~A?2C<=t=;6sA5&pYljjcF$VnLjqAFCC-%4n)LX8j-1q6Hz
zIe<T(59zL<USO7Rl)jKy>?E%TWd`>v9sG<`IH`~46!;>Am3^wIjHK7jTls5&nHNt)
z<|%BGmOnd>wF@F9LRlTrB(g!jMSR_RaxIY4nKr(Uc({0weM`AhHrw5=lkSX>z6cut
zA}U0yF}=}nUYFE(@FO;B(#x%pW@{k3UI^GC>!PB46pt#dmspg`@t>FwqW;C?twr6s
z<QI%}HV?v=tI9H@>fi`^4i1v_8vJ+60rze~jli;QsVWl7vbVP(#Cb3w)e9a=hG3K<
z3*v@33N@S&V!iSl44q|pqlDH)6c4rGQdzW~u7e+c+AM_8_!gHaSOc8TyzJlKjn)yg
zYaeyd1ZpV4lD<0^<~~_=513O{w5RFZ9cFWIhvm@%|3s{;6A6U6oTN}KvNs0ha0J5P
zf9%xDkGW>v{hDK`(K#DV9<ZVhj%(k`#5Yd@<x`*sTTq_M_E7AxSCf3R=+aBm!L)I9
zF20BD>44#)bw2pMumUVw-J*%6hax3fit>T@<LqKvbbOHOm(j1X4Dr3n3AuN1Jb#54
zZfk+JO>vP?g+ph*Bw#ek70x;YSCJSQS>mD2EQdLEQo$`SvoR8QsjL1)CeJdEM|+2w
zEkcrq4>Tbdv-d+J@~~g3PEW+SC@1%aHiVI_ED|;rn~{2@1t=R$0yX|klksmM8hxUz
zl}QZcj9e3((w0BvDOPBsqB%1O#)rmn`EMg6MQ120?SbPzpzi}a-8LJET&5`GZ+fgj
zI;4j7c{1o{JWSds5yolOU}{7}E|w9GrBovwKA-y&cX(vk6$yl^VLka5$&r7T*q4wb
z#@znqZ);3lTX4N1`SQeA+aL|tnSUBG;bR;(grB!E2^VKZoZGn*KK!DYmQ!#%Zb~RC
zfcPgS6rg`Gp$hk9_vtTa#DqZjG8bu~Q#pvHRY4ni^xdVXiQWq=tn7KiqJ6~tt*EuF
zb$zU;al(lwFwetE>q&b_r6<nF{)u^e*h>w(#1y1Siny&yH&k=rb4{wnO!nT?49?T}
z$sGs2`Y1EP1d|LOcR-i}NRn_IUM*-y1N7DhCVHZ(m$G>w%&vgyPaL|+Ao|pkCxP(o
zEqaQRj``*kYnXFJw+)?BM4Y!s^Cln~doO*-<s-so|2oFUVQyt8J_3O$%I8uPeBZ!U
zLJ3C|6;8>s_&K-b&s@z?Lc^b)ha{brH6Q~i4bc&KmlT+6copFR<AHt3f{<X3NN?IH
zof<o+55YL;dO)CfAVRJ_z(iTgllXl+H`z4o@RXpAqMq_NoiosXH~hp-lsCMgXKtV1
zlmCbRVW~Gh4BT9JHN)%3W-0|QlHObZu727tE#_nNqqHB^u@u6AggVcGTT_Yr>=WND
z5sazfNR-<~t5{E3l;^IeDvN|wvdLRUK{M_8$L~8DhNxLX1i8&j5KH(`iugM8+x54t
zU!bW<ZX3=nieN;o@qEjo_x^Nev@~_!0&-mh=|g&|Y991BqDsTHk#5nxzwYQZx&{>b
zz4S*4B<ReNR%fm2M(%rY9;$<dF0%#_cg?y1!;Vx;9rQzK`q-Bzj4ZX;sxZskGQnpv
zmV#y6-Rz(Rz8E7Hnf((JrvE0y^d;8WG-9?n{%i=J)Ub@feZ<JiMrt$Iq&k_p+FXjJ
z-|@!xWk*@({tUSzqX@!Zl?*05-{U2v*U>;}alf{_iw1ww?Rmifh!Cw71dPJX`L7Tp
zk%W&#KYDrgzdUr#8vN^(&F7|v(yoh(BPaTx{F>b^K4PworCCgm*^<XE07sS$+WBhG
zP}D2I{7qUG(jx@%GXz49^@mf-x0?}3!_<<8eG_{OMNjA8LPTG+&SvVOP!OXjlOne3
zuwq~pY5F`|q6W<VnB1d~b$*T0RujEew)UT|o1`{BY(dgwxfwF<y83Bg?>ceF4A3dX
zTofhGq8&&*{Gt-|p<I*Zy>)C57KL(_jA`m_(StWcFFVk##3*dc+HipGviVx^tb3o`
zY=AcQ`w~K_DXxEK8?tVr1d-al3o{8Byp8s4=C@Bapy{jhf6OzJT!4qyAtspZFVIGD
z2c`as-MFXZ5ebWX-Cg(|y|atwscd<VA0)2e=b)<Js!0-effu95fwr5CZ~iTRJWzu8
zH?E`RYjG63*j<7fco+B!(Hw|6q3i_-MoeTBQtD@|o4(qVM9g=FMGrf|rK&4k7S@mq
zuGAxi<CAZXz~GSe1bzkpx2MLCCWQUjMuqZfTVc-g!4ruSht$B}E{?0TgcoKU;raEM
z5GMbXL9M3*<T)LIfg6g6$2k)RXr1;?vVUSSiTt;kpnz-i@6MZZI!PhCf%bXbE<jpR
zF{xgNXsD>X1fV%SjHiRU>D8lN;4hQd#bhRgM!ou~)8V2>LT59ZC_6xd$j0k-qws~~
zK<R81d8_+cyN1>2#-&1{JgWPAnOFl6@uiy$Sw>?rPyC>AgT|L3bZP!2K2g{ozx$*Q
zhEx1-qsiJ2_14_h`s#0!%$M#=<}q}YuUd`(kzBLiPiHep22I97W)dN>n)OB}7wu%g
z{Hr6Ln_1CtXmuSpTmh1qb+iAf4bLz_dK%WT|MhK7l@<vTUG`yvj}|-t%OOS(u+2Ty
zpGnA4)b!j%`t!oygDo}FyyI9)Rqoq<@GZUc7p*(<$?%LKvAsZm{T5Ai&NSvUjIIf%
z!$}}Yw=Sk!fUSI!^8@q)<I{GHnL9c?afkIu#Ph?K5PY&zW+#WZVReHVFP#3z<h}1A
zO>FG90i4yZo%76HSzc|(ap4FTAM@CxBKnPPGOLHXqMi>SG!M$R3aqaLf1%su_*b42
zz0NZxQ`lste1rwWWfMG<q|>-(F_9pdCMjM@w$Rvzoe1cTmaD1i6_vpY#DF8`bx9}O
z%trjCs2}m;h}97s0%vgW4X_s_edEk=`vt_qplc(yxd?=Tl|dnM!Jtewd>!i>@$s#;
zR_3SE(ySJ&?VB|m!q9Bp2cu~aLM@YfH_+f{Ove~{FM%tP2mi!m4gW7Dxjo2tPAhNG
z>amD`>?{f+&cPy#E0$AOmr7)%s(8x|CZqt56aOGMj<-+Pu+_5jYvGU3&_&``hvPc3
zHtp$q1}qfEsP!|h`!k-n!%!eeo3-aCp56yZs@ISpF8n!$rZHT$v0)l5*i@a$Wbwca
zPIu3yj7*PEnKn6&+cv|>^n9}G!-yM_K4yk2csO_?J?OW!hD=(duW9M>r{kN>NIVs-
z+atwubOy?yW4sp>J?q)b?)uSPbLI+HnY(MO%4ufb6HHB`T(07+2XHEz@`%yfF)<We
z-Bj-2^VI(8a%XY$vdv}!LBD<BA#~b#@F)BB2L0PngfnYt%1y4Im<Ep{I*jS&yOTT%
znjgkZJ~K_ytMR7C=tu-az~^Y-(MLitP*0YkkQn6rO7vF5(LOcF(nj7AcN4cx5!30u
z#I98=`B!{+$}Ws^fd;2z--c41<Q<0CDnUzI9?P@}d3$$}+fvfkTQ|>pW8Yf}`md6F
zp9el%cvz8(SXsECU>2ZQsBvwR@;G3<#MhacJ%{PRqt(Nrrf9Yk3p|x6jcg3Mdd}ki
z-2Z>U7gIKtaq6`OWM_#Tt>qKyu=h%F`-O2<rV|&_1fuZGGct01IryVm&z&HiCkXq^
z7H4`Nl2r8S%AI0@Ii;ih&>oNjqr{R3?}6lyq)0Jm3pb2&2=P|QxOEX}R;tP4|0gEf
zG=DMaBC7)hZ*-9K4nzc0z}$dli<&SsCU><36+?3u&q&9>GN`!ie&r|qj$sH`dS4_-
z@i2abiWv#|v-L~NReOft{-h<Cmn~6B-&XqK%5ZVoGV!j;bHv=&g}_@6EOU*2Ln|ug
zACnVn^b}icp(W@H3-B6-dY$Uu(E-YH;*nF-*LB(upWHu0;b!cIc>gKlZ2(IED!ckA
zS?+X{yc71mB~jRW-kSYG%C&!i*TDX;(!`&EDIst!ZaQY#yaW;%jTKA~*7GYA;sSK+
z+8ADqSeO@##)Lts#d)6Q_`(5iS8{PlwwxrkX?_r`2EKf23NCU;H%7f#AGhCYmg>jm
zEl;*1VR7uCuh@%#X`=X^DVigX_^F3$;L#rSu0tM%Jf%#nEckNL`j|Cwm-o55mR7+D
zIM%`NC3iGmznrt?-cR@xD*Vm?CkxypAbLx8@*rdNDU6ktlRP|3Ay<fot-0B;Fg$FJ
zSB{?tYx;+)zU&IUOIg)McVVAhM`$O4dk=53pk5SGI}{90>UNl!U)I@Ojt^BA?bZQq
z3up0HGA*XFi5=f!<F4<5M_ik&3g{ES!RMDu7EvWUH#$C<;H$*H$?pcI*Y!>BpLdOs
zA7cbd`QWQ*wX0J~f~G>ixte|Pud}CC=<k5Xc)H4LFPw$1aOC#9Bvt@BN4l-e-13+z
zFp;ucs_;${{R@*)7>U1_;2uCHL1MON>m49`l95D6NnG(L7ojqd6$<)LHspzqWP$3Y
z=ZrZ$NBM-xS<j6sOqx!!q;RhLYr^ZEIEq1>3Y!OJp~_GGEbz;Z*%YVSy_13@a;%<^
z;kHFg*CS-q96Mz~@;!fQj1wD_XMVeX5s|(FK#vL;Tz)0g5Ab8r*$o!&HR|Tfy&RrW
zKDC4JBUJzk6_31A&{It)3!Vds&E8w{>krZ4ar#lZ$(Z*&Ey7^44Pb-^#wE+>ob;YI
z29OV{ooP=E;1cAQo9X*;qL$aEKPB^*v*go9WKZ@$1^YU-0q50(O-Q@mG|*%$A$bhO
zyt<ukb+Vb{uxMdyR_wn@%hNU}r6=oY-Q$CvkUF+`7GW4L8Lkx~O%fs%Ud3{+b<GY&
z+}n>)lc{nk$e#Wvr+b81{`sH)bHO}^$c8;*{?ujVRjW2T1FA96QjBO-l$?g#5a-an
z3}PCXa^bC}!ZB>-No_aFhLLS0K))CjEHnUya*<?rcqnn3PA+8@8M8Fvs)IW44d|)m
z3a6_p{?HIgExI4%TSu2TSC?jZ9<p&Zag_SFYaaos2k0W+@OVLjvIF;+lH!@x{Nv3;
z*c3&}d_jSn>o|LdHIK}4Z<iN|qXsxAyu;qLWN<Y3fv~YN@B3OEp1KsddEvrh0pbm!
zVi`otObjonn-ORj21l<^9sDZY>c224^ZRc@Y{TTQ!b?R}R6~sjXgf*^i+HJqI*hp@
zW^v#&00WPDA9&{f7z4th#gH}Yx){vjHYo{!6R)YpAdlXCGw6KY8W291wB@tZBs2QJ
zPv_8~e7_z7Ud<j9>y5VA$q~2w!P_F)7HoyhY+T2}`9`L3>(iWa#f)%sdax5A3nJR5
zS}-HM4pc~6xWQ!F)%T>m-p$)zZE@F;(Xq#_vwblY9ix!f&(VFHsX1Rd<e856Yt=_9
zdXuS~x;U8F(*~hguiQ*)5%p^gdQ8W}bLYhQH>=d*JImH|X<S2HY=A+x<%J~Du;2vf
zxs@i=5XDLQtNTrz?U=_1oe$3y72(&qCeqjaMJPZ1w^W;>!|%V+OqTSCvQ^=H;zz;C
z?zc~O`1<Qj!i_T4fjVD~NF9i(JRjc>_Zq${B(AoNr3nOY=lA&uz%R7sH&sTu+<CUo
zSxAiLCb?6!G{7K%BMXS#lX&*8Qx^m2m(As`{=g*uHR41z142qBZxn~%TCU3dK4~8p
zSOF^(<zQJr99eq?wR&xD&p{v;PW@4YaJq*1C7H!xO}ym~>Q}cI6=rdZ$7|bwy*}KP
z$y(wtc17tYfiB1Xl8wIixsfi_=RgI@IxNc2*CwTpdoi5<Y5F8WH9^0R>3E;*c_(YQ
z4-@xZ#*Jy);VOQ=9Vwt7!zwabj}~Q`WeI_eQ1CJyp!+XOs%#MdRukmDYfQsURVf=c
zgfCMkRm9&s36fVP%Czn5@R!4es12qk*N&`x>L5B<3oSXEp^08~3L)^Yq*p*?vn1fi
z{qX&Qf#p0R(Yv8`DT5;)#3vf3&_k*FsflUmZj8ZLI8C5GZ=<3*b11wI^^?sg$SMVB
z-}#e_e>12rr3J-a*h+gGZN|)St2cF%5E1vwBoqcEk8JBwE<{K7_i~t<G@6Up37A9r
zTqg1Un)KO->5X^E(x+^j6tHY>!rT|qRqqNwGsSf2F^&in9+A+`%~C&SPf+J>BH<22
zN{;Kk>QY4Oh?O2O7v*GZmAQH~%}{}(`3C-ioU^qTRCUwxVhTDH34GzwofJ8`92dEF
z6J0w!_MD5!@=A~Ih2)U5{jnqf<-`|Anj$8r?aYguC^&0NCib?G4YsWy%Qh2&2$g|z
z#DXDFbHS8-Xl$4Ya5mT-ueilj4`vHS1%#nWFeM5**Us9uRec+Ur{y&XziAemH9XxV
z>u;kv3-eMMQoQ89*`7LZV`6QJDF%7w{sCTSOnpW<44EITR)D5ggQBg{s;RVR`x&=3
z(&jXZ%Rp)AF#8J3&2Umx0(C|%cN`HU9XJ<JCJT4K<J9p)<=OhBQ%*mASY0Rp-<+oe
z5(97V&S<Sw?K+0_{_)M-VkCf@jvD2Bs$8TH?AD2>C&R;EXt%!vT8D*&<eT?DF_}a7
zi^*BP&6<|lrn4t9A|R+B=_0-K(05+ZlNW@Ru*tAF9xWeIf{k&=B+dv?zEi(s&$1xr
znjKF$vz_GuTH!kp8+b)7jXQY;WVwuIcHk~RpW4w^+d@-oJLH7AfS9=DDG+WJ;{?)*
zZTD~`UW9IZJysORzB26`FFiqh8rHx8YRQ}sr(Z^Hi`y*dO8vgpZIO25ClVR|TU?|l
z?dd?U3tj!x>$nF!g`V9tM=rb0XXU#gL*TEh&Wl~LVo;O{I~F-YM$_DZ$@X1YOgoiP
z7%&*z4<+Ysp#IDTmZCdiQlU^`@D+oabQyl)>FetCr?YmKbduSPz5M4vY>9+M_5wNs
z4T$&eF!GSHUhwxD+`?!sh^j>h%M?w|s#`QJBk+CwjtUQ98Pj9HTHZUW%P~tn>AAi|
zMWtlHkB)&c_Qb{vJtds%ZONzSxu^>qQ>$d<u+VT`*|JbY%l-kl(8CCPGM#M)s;|R{
zW>;?Z+1kY>Ly16%Jv8on7F?c+e9)OhzeVoto&ccfPKhz=PC-G@;}$R0&}C?uz&B0f
zmu>PawEEE)5jGS2v}-R{W4<5_?n-tR$@GkB7~c$to7riO7&KfuPK7h9+#^Z`!Z!mW
z@9WKd<t)SKfLJ3E?b2z`bs-Suvpc>5;yQnl-@t!9OKL-jux=?ClENJ=cjP!FF~Bw?
zo-usKE_MAECe_gHe=!j>2j6f*SOF@)L<BU?fX)jt2V*p-RFuBdS`YMh`Y|I~eRCty
z)+PToq;=_|`CDP^O7Z;#aciLHI8SiU8waVv^ijP3m%ish{&HF<a(t^4g2};{^wO~p
zm#(tG`^CQO-397M`Ufc5_jk$ePILwTqxa+hXx(h^#SCQ}bzfK<i(lmNIT`BLxDDSM
zSJGS1XrbBmVd`_&h8>qbC5MFgBM=i#D~#ZpR!-{o$i-em`-VS9@rh4WC+exL1jV{&
zrp^p`n*~fK8+^$O9fEQko$sNyl9`elFcDZEK?AthaG<kMc$*#iO1fvzAYf~=Zs3&Y
z6k<_HzWZx7Vu6DfF<Muxwo^~tqiZhi^;2UVOur(tEbQc%fg7CGG9xm^Bv0EXjVj}$
z!A(aSGye3GbT<HNAo_$!3+2S5m*Blian-+8L{1CajXe7F1u-mEznDPL@V3Xi*9Y&*
zaIW4Nq2=&Ok3@&<Vpa__PH!D_V2Czl2#yd~+Qz=<b@Sdk{4B_!c(+AkFjNQxq7GZ$
z;O46_6H_N3G~=9<>pr@-U2XVKY$xJXPA}a5xz#$Ig;2g`cH^@4R9C5h&^DqVuE&>5
z^ZjaMuBgGcFRMzaIYO)5f>m!T6j7!n?WooKy@SZG(5FL7TvWus4+TWcq$=Tv>c)?j
z3);FS(7ob$vZ((s&U9P~l&I0;pP1PFw;}fRuU`YZAh8{GMED@sxuL<Hu=Gp8vLd4<
zZ+e5C{3Le(H9EJ)>n#;f)}VE~UtI<ATD*5wnip5KU9%jEi))CIZ6IVHmdv)<ZcoDJ
zyM@$&c}|Uf&ejHjtVGdb_EsUG_oJ)qko^$48sI4N%sEoX0LmJn{FWBM_ac;}q5-Yc
z(HQPSlD~hDOnv$-+D_!LO8J+u4HxEju&v*8lAO@EZ%h=znJoKDtwknx?2{VSX&kWg
zaL#=~UKm;I-^e3Qh00j1Jw1e$YBf?)5vbXkhK_=-W_~}<d{x(^1(lsD-m6;X9)V2E
z(={1$YIL-d_rwu)(oy|-f;y2Dw!Jw<DxcMS7Ps<zwK895uIUcs7MwW1+OMzTkWh7g
z9@6%-Pwp~;EKhx4aP;}43>ht2<@l-^(SYhW(G_C#=`6S{gTgnaBYDvCEqH#y@IH1g
zgd^U)${h3hP#VZ-QfD<8M9ys{SvW?Iz(P#4(34l%r{}6%w>G2AMV}+5Os;TPuimHX
zs>pLk{k@3m0Cm+GIjJ4Qlg{2BW?5t9glPI5gJeGPu)$z(nUV9y#<>O=L+a<#m)pkd
z_~-a*mNo_$eXRYjlT_4s#e(I|EScVNv3X0~SpLrU88Zq^Eyt!MA`Oz1Y_@xN-VpiU
zpI%!koinUf-4LhH47Su*`Rsbt!z#-B#^`UOd7ln+|Hg#uZ#Bu-kWuLKD;2ghNBCqh
zrB9nf_;Qm}xY+tC2^rS5o72wv+>$IxZkqCm^4v3XWNkTF1b*$D9@(L~7RTux86^H@
zPc@hO9a~<2VpSf=yuv=}R#6bf5>GlOyc$CF13RR@i9ZWX7=mSMNa?2@y(s66cM<q<
ztTmnv#w}qo_Jk4OEoI&$pyeS*@W#qLS|=FPjkhYRKR;)-ml88ZMJcWms$)y1$xsWb
zm81asCJ5y=Jaoe|$aw;NB_ABeFcm)mm*(X2`Kb;?p!?f8=%L`1Jzmc_nbB%3lPcQ~
zn3^1S+Yf`$etuGth<B$Y+V`zA1lUs@Dy#bR)C1jSN1n^B?jkG<&rGH5A$f+t3#{C`
zZ-SD}Kj{1wS$!JHhZ!kY>*iCJ*V8m7e$`;fjU3Xs@USzfJR6QVaGJWq7$`Sk!L!FV
zAs6@0vxn!ld1#&Fz#2<U#hv&h^HbyQ_huk?=tjf3NGd7|&PHc6z_Q>n6X7>@JeSp>
z(kILYaE;^K>GfJ;?LOB@oz?v)S98p&z9DXwhXg!H+LYT}Q#V3kewUT|;d0Kp5^iKv
z7XAhRUnZgepGQGxaezq3K(^~R^K{RT=wb_h+OOw(M-$7SLvPBqQKYyIGYJYM@84bQ
z3?(p!IbvLOpkm8Qjg2Q>QYFvLoY1yF@(`p0GuL3tnbz`)*oim#stTO{Cnio<e=!-M
zz=M{oiz*q=Lj)vGU)V{g`6;9F?R`A-&kts2-nE4|^k~;UAXL1#L;6`hPKlF|`z@>6
z-%6?^fO-|c-{^1)V`P_250<?JZO^f^fTIYg&3MJTy{F_f7$$l!O`Q`o8OvRsJUj0L
z>Jga(9@CQhu)cgoBDKH7D2?GqpB(b>I*2mLL|nAt5EAkgFv1BLG1ME%!7yzYB&_3!
z$|k9_W``v|YPEnjLwBlOaZU_U-7VA^H@5`Kn(LT$<RyV6BCSIrlz~QVlB6(`7q+-4
z$d2j7r?m}2RF1%LT6kgRk9<^sN;N%nn-5e?Os~LoEB-tp>vY)x?AJ#aW7z^xF1N-}
zYbV*;m((N@=(mn_K~iMCr|A^O6!Y!*_E0A76cy7Mrt5J1&L27^EQ0&;sA4)3onT61
z9c?LHKVyr{6Kp(H)DiyTaghD^qd?1GmXx>=hL>^nsnD{ijrisn$aikVh}-d-Z<sPe
zy&O0#8+N#=g>ncZYFD#fHFk6mp%G*=WP=GgM}C-Y*&VP|IMn7r=Wb{-Xj)_T)@G*h
zFCDiN3)EQB)SbD0E`_n;RMK!t{-F=9*=z=ZDxF90%94bi=UI4lEMqj+fl@t~&7`o5
zjt)T40cA<JdgCi@f{HZ1uPqkLmUIgi1xDna<I!no$KJ5s^{~JwN-xLYa~JB2E)Xo<
z=vrm|g-PA7&cB#wvSVh>y$zc(DkHqZmEcmpe!56xK+eSI_-e!p3!p}1j~&xN?q31R
z_=Pyra=I=ggdU^Avz6CvX;=7<2s?w<>rTsOffT1RCB&9pBlOI;RvkxnS+-`SrZcAC
zMN$N%m~4}f4~=m!PMssh-XW$aGR3sY3DiHpFb$#-tN5+8(NV3BeJp03s01aJDlq08
zVZ=k(g@Te*){IPc6Y8xOSCPA0@rrd^V(IzjO2=kn9Dh>=EF(Qz@LJ;msZ*G=QIE-_
zt^CBp2U4rov+f+I&f&R!r%zwNs`2?|7E{AiRvQd-5F=-_JvN|c>X9KB?d<Lw{V<*p
zQo}wDz&CiTz^7n66HD#9G-jqTS*Zg*!yvOvxw`cZ*Ag>e#U8r+LEF-ROMpAMX`iVo
zvRMA01rm^hkMG+Te@jF{5#Cpk@SRuG0hxATVP3Y%a5YzDj^n#pCEF21Y*svEcB<Vf
zb5Q)xeUawT+9#oGC7z=ede)NqNvXYbg~`)&-MT%*fycxZ^uQhFz&-)CrdVqn#cIdC
zSe(`n-K4|oP1>lGLKJ38s|2v_yE3{r%8@`~GBhk3PRfa;c$I*R9IYSNd2k}|+(8Y8
zLlQ3Q^2db%2#Qy;^-CQ|-o<q(eVHSw8?=<CRi0V)<}}g`P3|Lp!1PMgB%HD+xe_%Q
z)VQtB3%uKdhnryQhdSa9|H7onmGUnph<Q*U;9oGPzef<hL;^wAlacjPwzWH}Xy2s+
zU!pla({QucC=5!)9U0@siNlzjTHbGk?mCKrT72xm!U?PO9|^i?3T`{<eL1S*vbj?u
z;9YIG1Dhtmu28p=w??Bj$AdDVId;wSc}5q+``xW4xI$#51=9^X;nqfBJETq~aO{x&
zOu3$=z{ox0pP6T^dC#eHs#vMY97aX5(Gulb;@6B$2B;<L_N>><a5D5*wdKVx9hC?t
zQ00oucYYjz0*|zgQlSTnBz<@vEoxoT-S6YIkETjtxTT;<g&SwT)NpoS0)&iOMa#-m
zd&Sg|ZE!>jb&H-y9$<Vnyy^`J!!sxG!SCrMU!jz&b+jY`zENg97)<25GmJXcE1zF7
zH{LI<xhpgFNP6F>>@Z9xNqCfVMCn@_OdZT=sNE*6c1RLoy5?q`31;==xYHo-46A&9
z6H#Ou;@}d!JEqwb;Blv`<mM8JJM((29F6EGeIB#Tb8WZz8HR%*T}S2_3RT$RhUaT@
z@FQ7H-8uG?`6X%Hjre{e(tM^`QUgfAR??j(0t=Ha9+CP90_f2S8f(qa(&Ir(+FnXg
zzgHc3_YTqFdT@<-xn4XBsQcB6+u7MEhT{Wiwi{gXvlQn{!0ZGw(zaQQYGhAsG|GB-
z&O1GIc`@(+zhJ9#S+hs<Fe61fdzxJpwI5h_@?V&=l&k&4q)K}`ez=C%)mR(h1qh{~
zAyM-?4RkP|u>e!;>i!Y@kp3f*@wf7J9^66z=KJsDxUy0;A7zaJ-OpX~Y|HMqr*Z|a
zTTI=Wx#B@6poBwW9b&?t3$#empd52e2k7OTO7a$@hVegq<EQAoVxgx3bV^5#-BNl9
zSbm>5#GuZO=D!hx;Y98EF(1P-*a*A9>&QB6d&m6>vw(fJsCZGM@9>iJAO$MZx?JrO
z*^3IhPFP$8iJQH4cN5!l`zDGmf37Nb&;v-ti{7#64~<#vj-!b-=FrpGGYmi*Wdm!H
zMwBp=49=7ZEmmOxYn?Q!^^Gt&hfGyqP*w7T7)j7DDVCbikQMa<*|B%iL>$VZFiCi1
zUKe*VTXba^AO8k=d<@64+^YG)?adHOBuy*k5E%qDyqoim0u1T2p6+%;S`Oq>Zr$3&
z)W?qOugQxnLh?0IQ18<DNRO;bK}GnPuqRGJ>n{)FOciT@YfT5uH2#Jo?%{cYX~N5W
zpV|S*7p~+ax2XNAM#zC<{q?Zo^4DJ8ITT`f>mq*%=GE0kK%h8lnL}Sr(VWhTj+Nv`
z>Z_hVM;N!sCH6Zf7E({<BP7d~Q}29olE1yuI3Ww;&pb~h5UFhAfq<7}94;pu)>@H!
zwv{M{;C>FZQfBG3s-WuMd8A*5A~G;n31qt14&3)s-9b|=d?}-A2>%?`Z$w@G#bnOj
zEvpX`^tzA=5ikP@8i+O<M5Fs8kT;tI+H*YA1B0?9Fua;0c2|w}auXWWRJDhgb#owD
z!vEv?Gwp1IZ=(2UaVYMW6c_RaWpvX$wHwp+P9Lr=wGWqw`r&bUQg9#5X78@+v*y>_
z%C-=2bVgte!X@fLVwc){C&S$Dtz_IfVUI_(!i&@ATmuP_42*;c!;D}nUP)x!r-l}&
z#X-%{vZKhBo=E^@q-ZiM<wBl!r{r)x07Cjb<3&sb${ogQK@`GeeVvuzONH1a|Il$T
zXSa+%_JXUL%u~ie0G_|E(>IYH@$xZef&S+<Lh9@s1@Xm??*c4gGHeH)Vr|l>!FeUC
z{m(^SeV!kbm%H{1!`)`o@VEu!xFMxXeO@KHYmiWw-3-JJgHrHl_d2i}>zfGKKX!`_
z{jaOul6h=<3!0&x9evgneX?u=dzOq%;#XMkbuDP9JdD)^N=glCLQ&k+q-C-7`ob3n
zTlx=)EBUV3>R-QEp2!v`CyFHbFQq6)J=`*B3on(t!TuoM8)z1V3C4N4k%iv<%6ug+
z9nrzu0XN(?AyIcXjjU_uL>?cJ-Ldg0Kd96qU?cvV8yf$Dc+{Jx`v4H6b1Yk|V?SP3
zVI3o*!`bq+)|i0$xV8}C2fet52=|tlMoeE)$h$(NKL)y0nv1$3?Y*wdjt}FI1*Eqk
zh2{OLn(T4y{Ke!YmzaHfM=Z0m<j;%0QEX7!kQ+w!N?Z8c93pGG3K10?;C-OaZf(IY
z6p#3$;T&D1z1^Q6SNxiwv7}zSAU|{}?44P3!}9NRbIq|YTlAQ@pYn)t+&S4My=R}G
zz;K0ep0UiFZ)7$2>=uV6Z*_wZY@TWKGS`c#iRUEEn0q`02|1r518TG6`Bp>(mvM0I
ze5+0MX_LqNG>^!8O#2Z!KGZNPHx4%804xjRD^2E5EpatEh5amgt;eKQK2hnz?OD0s
zPu>PwapHf%{>oP`^yY7Wia5@80~PVMYP@z-Zt@4c_xKeii61w;=aTg%Cb12%45lhd
zMT&B@RbnzA|Kd#J$@9JP1D>#<8Wci*F<ENeOF@q!;|E4EUa2Gxn-rJtOfgh2y%)+d
zQJd=8K<&d6Qh{s=v7CafN}-C5RV;rtaTpkpYq**Tj-S&}ZhS8jF(E_XS@4~kkn22c
zqCA&Cg*(rZf30=05K&W_1H0*3-4HNotbJND*6;2?vh*X2w6OL<L;gM|*1?*`*K#n@
zT?c*f0^X^21gq*w-DTa?K&xKyLqLo8tzt$&-gCVZFYTU+kSYse-e<u{yLdC$G%C2n
zoOZl0;Xxc>U9Tx9kGnqT5Jppsma@EdP@g?gPnQ=@y2~{eihV9B5PVvHe}}t=VMpw4
z?{-x4szzm`hG}o39ny=$KQNK^49oeiHyOMMYTp)L6-q_;GWxYA(q_>K#R4zo%o?YO
zMbU+Hy0pgLRtk$;H#$?Hkm5yT<JZ>m)d>jcOkj*RYP`C~E0qDz07sF|YwMb1bC;YR
ziXE?F<7}W$NCQ1w;(i9GclSIa&GPKM`rI44ZvwR(*&foYv7~eJ4>zDhZW5x<3l~v2
z`Cdx|)0PZ)N`h~fekKSPFmLb+7a*s_K^8>2TFP{trUoSmt<;%+3@bXG5Jr8-k2JeV
z7qWbdn}<Jl+J>u8=Qf__^u@Jt9~u>h-J8*z3+{Hayc7%O90+xkj^(5e?+smp7PHwq
zjh?tY;ruhG<#)*c<@YR|KoHGFZb{!Huhx8YJBhT7S;5c{V6*!fA^u3v@+kragpp==
zft<a-y$wMF8Rc4D-;^+crSO|G84G56Z!f`nQI?X)Q7lG1W<YSW>ZWHg=Ps?xg-mmq
z*;)gb?x<iq0QmgmO#D*QKTahRiUlRyGc{?mX-G^@KOi5vsG5)`o@u5>xO6ArV=>P0
zJr$)vDix_erY-4zG4_r@mbJ^GZdI3!E?0Hgwr$(CZQHhO+qP{RUAA?4?HlXt{jKP;
z<NlpL-k6c`M2;LeGM^WvW`2tVw>4!TuoW3Q&H5~QD@;aApoG=6l#pzCk~2{(mDu5r
zkOiQdPj9Lz!R&}s4)Rd;F(CYdvLHAP?mWTLe}zvdJxqfPPO`{F)O?3BW$FB&ku49%
zt_IhXwjH=)G$fLy7aWA>_rM)L-~%wVv7FMGM4D_Uz+W(tMKzrH7baT-l`B5n4S7<O
z@Bn=PJFmwg1vb|V+E%(T&XYY_@DiW})JW6yJ?PLftkAXuL6EVOMM_mJ@?SAcUS{p4
z4o4li?GPjPp^#ZAU)QtVQ1gNuO1QuER=!VpYKUOcnga6uqG!%Y3<GgSKoSe+4%!<5
zd_hecZ#j~Sf^g~g)g>=+ovI~pvGw_zO+P`N1TY{Y%&@wp?>S26DI=X*QOa%S#dkrB
zt`nlFC7hV^ki9rT@M+)eA7PtJQywIeX%qT#Be9+atj9(>d#z<Z!FkZyhBAN^3N(HF
zwO4CRzuScb;<0*+`2l+$$X<w=4KZ<;`u(WD7QN<zyaLI!QVaTmjM|lG%jYQ;V43oI
zQ?#i$)TVv1-f~||d~k>O)@5~WEoZue^>;Z%7HH16irv8m_^4Y#9KkX*6bE%8x6E$e
z^(z(XG0XaC8{}R&7&>FJFBXBd65uXrL<<rgz^EoNetRodkyhOL?3+RssFcl3240^{
zW^>Z@JOIM_)V{g}qz_@g2ULC4Pbc<O+m;u|rP<bYL=aeJ-EUK!Y8|{^Wsywyb)4OP
z-8WRusJ%1`mi~%0Zy7=4)*Iox2}NGK($I3)Hd+cLs>XY{tw>cCN!O@95HD{4&qpKq
z)_x(bHULFM*NK@Sh83t^8Qe^s{;gu1u8MjFuD&x>sRJ1vRm4YNu~63oTlu%KB)MIO
zum8#>MASy?aYrN^gK!^kthQ1V7~FJ0??vouih?kPt-&GQS|zxT=sIs*OF%$MyzQeq
zu&`5WiK0}I4>(StyMu#2d7rCHc*#0Px5|U_Ge-0`*t@PpHNi1uO+Hh9#{$K?KW&0*
z!w96#m0#ciz0E41c^WMo_lnbK=HNh``XO3M0Eyh#KMH}@Jq~j&@rNR3#jtaUb--;_
zrlurn?T(RZXOl?@#TwkaDI7PzhNBld&2ILYrLznB@VKbdHu9jmFEO8__>^`PHwhqh
zaRI#-5`omGzxlIDS|9hd7FcCE(JZN97LghTe!%Xk#Ez<dA0ukp(5HC=ImC$>t`YZi
z;YV_uEZT~_IJbiQwnqlhNSxx%Szl@N*#Aw5l)1r##M7=N$v%=N;cUvROIEBn?-qvF
zF|yH)zhxt~u|F6sj7QjHtB>hv-36E%l18kin8}n*2B(h8u+%@>JyE<Ju5oR?lR@sE
zGo%e^$@O9>oW@5bp=*EYVsJK0v&$j4(*(ZG5keA$7kuvMKaZ-uIR<Kun`c!i+(7z)
zyX0l!&K?@^dP`|yys?08l3|+{Aq%W3=L4f8oRL-SDOd_tyXN%_w8FrXn9w_6xEt-9
z9Sv*F&{39h3HoR1Nmia0%AjGCrMSQsMNzgq(P3b%{s}*hn@Fj>DqL4_5c!=Vk!YF{
z)+aocGwHeWFWE$qcSY@An0Nx8!SkHi*0c1%eQS-+Rw*dge|VpU43c-TNy!M+_6-#2
z`T{?{xY(uk<#I}}W+Ugeoh%$sYsY_Q|2XO*ykqZJr={J#ibI%<(Y)-cc)cP+c8vmL
ze%si#?l_wItUF5!32XVPq!z_!H>CuSLA3$|T#$U^$eGIVxK_-o%flMywa%O5T8$V~
zmE~1;r%i_C$eJ9%_?jLsMw&j5V)n=2sL$P!K}mOEoiSX=nAo4R2KqkjunZJqL#V?l
zF*aUi+f(OTOrJ-mUTL^gr_1euQLl6*2zjZT(*`@Q(<G`eIMmcE>N7fY!mr<x<8m}i
zXxAF1#Gddbm=BL{9lAxAUi<CrGF5oMb&#f~K%a$}3$qfZBWEQc5Tgd#En&)pfpjFS
z;(;K5TYq(>G)*Fop8CwtB0E+Co=m#i+_jV4)Vw|89CWX==vSpS2!vjH5_5Y&Q_Io3
zhUsv-Rkl5#)7==;K{(+=XjU}`p7{}#XJv`V<%Oy0^+nIkCwu;l6MVWc4wQZg`p^$}
z+5?pv%!ZgQb>}lH`AjR61Vs*KpXir~0eyn-&6uX#)e+Xl9&&<L@BC!#D_6pSUz*Sa
z7{tg!-{}#7Cl37UIiB(D^lmMt_M|{_*Y`JlHOE9*M1zTu72T7lY@|?U-#7(Phnu!F
zltz)ICgV39<%-b}Dz6g~HiayyG2&k^`Lk;5^)F1C`jF?Sl(@6*o#6pmfW^hz=lm7E
zXEMJ#@ip?JEb-eqGV=g9{lynV3>c>vQ_8ZIwfMErN)GK9#fTxXHlP7;A+DQ(QNm<c
zCL;Afq2<gR30Qf<TCmVE2-w`t8@QgOnJY{r?=CL}Jjb&PAp3dm-4S$2HYY6a5T>Jz
zuy@XE6fo9f`aC!DhQD-PsY`?J92+4O#S)+&riN3JYb(J94kYWQ!<$FQf<Eh7G9~>i
z*(B;-_bSFJgv`Rib<FTo_EMOm2<FpYbFioyv19E!(JDJObb14{t>qiJxc8j*U0B}U
zQFl=CY6*l|3XKLkwQ!a4W(BC_Cmhu?o(3fsbycB=HDib$_tOb<IehXv-XLwop5lkZ
z?&1qHl=krJk}}ujE40RnZZK4>z1;0<!uk|9CAM9)D>tHdEdfjP?u+<U$x2<K0qtMy
ztxN0Bj|-J1!;o{zCY39T8o=bLraZ4fo`uzMXOH++eX8?P$2T?O=<z3Lyngf-cTCzl
zI|qfj>csVtM$~U_DM!a8uO#0*=SoX8==ED@x(nBa(E|G)+)6BCXC20c_;>@2rH#2I
z2KBA$9F@qG4tm2gWXhav5R5kfT1;LN%&LSW4ROZ9E>}z-`f|q*dWnCLV(2V1eLp&7
z-c358vs=S#?xldg+{C@frER28>}0H`P(xWi6PM8G*vTRN9h1O+VM3cO&&!22tQv9+
z58&@h#=L7Orvb4gMx(H4%~H#mr&sz;k6>>@UwDoZd<!r;Lkr@gb`GC}cttP{Zw+g*
z@@J1GRE62Ig|{TPfzNxQWx<w}3KW*zd|1xv;^<JU%AOlty`k1z^^m*XlenEUF$Z*|
ziC~&o7~e#ThtxI%Xy9Sbnud+z=#O@bQ4_8ZX-Y3DK+mF*!Cl*Z<xwyRLUAt1AEAlD
z-d$m@Pr87r@B46teFN|^<H)~{xB{E+g1W_N`BwZCJB_>|JZO_%zq<EA^iT?M$#ER~
zL4$QR953s3+A9m0ugOOm?gdc^&qypZG<$6CnM{dU#LN-R54iiK)$YlbNC=y2{AV!O
zfV09?p?qeUT_DEfsmzr}M^GzI8vY<IuwO^BoZVi8Nj2)A2vog$W67S)?L6&{pK7n5
z>zUVFD$C?llAxIYx|WC=w^t~HPMr*S8BK+5fIQ=3l~@UZ0GZ!Cq^rb7M2(B8(^T^P
zH;df7xCj5Snl%&wXYA@V6?(*I&J7dKGhUAzQVHTQ($E2guKuC{76NMRy~H&_t{wA;
z6t?vJk;eG$Hl7kjd)a*9)!^PMF_WjmE*QJyBsCs#R^lY_Pl|vjGE)lBphK~{1dSzT
zaD*n+@Wl0ffb_kpJub0Xfh11fN{aoS6CpKKc}tQVJ}jQCf-R&WCW7RnJMn*F@?Xv$
z6`ek_e_;ZYkeo&33@!`u0{2BAdS=EB8;QZQdnR{0{^X#J56&X@1ASEaB`%)5uSzud
z1%g8+r0c20R=x`)`Z<7Q5@_b9@R>Ok`Q#@Mc7Zkr4L4ImWg$lSereJz59eDvv`?k1
z;|j1K;cGeyEee?unM$iA5JzS8MvQy?0e~-5qb=5&mf-A%W=%DzN<_Qm*}|i%cHX9U
zF2t`gl9XBl7h1g?Nj?AbeIyibNEjf+cEFoB@8~pebz1YGJ2ID#1DkU1D;aUMdOZ3#
z*hdsCc!seF1E10)eJbZRF(Vq%lsR*}W%C%Sjl2kKcCIugnO+-0Mmlni1kZAaNc?;9
z6&(acXYuO<tqo%^KANsOQ%Zh<JqgVU%7OmL(yGWt=cF&Zdst?Wy~|s!{=7+N=rn5$
zC#~vSK8t$YHc|eYxMuqEI<jR0OxFRxRC2$72vk_{@RV+uXEt5iXux6=w$5VxO2sA>
z*&q)W+YnQ1QT{r5sw92q;vKCJ`E7cM6c23~imY5S=IPLQ1L*W5*mTbUFBAEuB^Nkg
z?!~I!gyfW-L`t!nt@|)p;6-0(#=z3-6dB)G;K(!pUt^2deRm6B99FO^WhMfC6*(Uf
z6-!CbeJl+O*E6Sm_D!I*oM)<;6NkbXLf#x8<1Ms)N!ErG-%m_!L7ba74l%b|=nymX
zWg)}qWe*fM$@-7KV4`Mv#riKyR6VuFwIFFN1BBoK#(UFzG#Y(!#*Ya4eDjentjA<)
z;F;~I9HF1I=vIsTq}!QBw|Wx0jxHU2Su93KvCigny8;ciWtl4pIwb~XXOtgZY3bxx
z-tS6HR1>-IAxgr#r!ay2hqJ*;Fo5NIGptf7^kvImK8IYKC?t%+YIymmejq(yxxVR1
z3>yCFoAvWtCTrR`qCKsL!TKMR7fR(*_A+!KvE@W;*pLU!MUHf&z!<x(2YmrrePEmI
z9Lc8S)=L`G!&^*(fh}qV#;-{?;-FshIROq&YH93!2#Sr#dbIiQSj`1+Ru#yqlX>Uk
zA0<U7iZ#HQqx<z~z0HlG0tX2z=d^0v1R_|I;y$_AoWY(;EkTQN5O~kA+qqinwVw9u
zoJEd+D##pZsG*v=PSmF6cPgXl=f~d}>7XP+-!{=jOpQA>eM8yKys$mDu33v3iauf3
zjAGF?=j7_KF@-=kA(_!f^2fLWF;=O-a&1X-aEnu7HU)K#+?GtzyGlQUYbLWVbQ;Lv
z--@JO_~5wkhui4N&w!+!&f)duB(?c0xM6EFQZjh<gF2vAVC}#%wi#N*@8#>Dxf7A1
zm;RYu$r$M^GceaaHc$vV-KgoAkce-Zj~bO)E_FgYdPhPxYAijiE`X2+@xa2Avff+K
z1dYFcl=(KhZ1KyLqoZI}e)>jVX(1Xl|0gDp|1yXvPp$peENm1ZbCaKCrF26C+_$>K
z%#(x)#zd2K`vUw(y&M#&E(T;+6u{{RR>!CP^{5uumYf$xE-DNc+BM56hR25$-|Nq&
z2|6K*?bY5WTZ!*}CxkljH}%_vPA2Pl3F7<h>p5r!C$z3ErSXK#E#<xp(=lppY4#S}
zAJ}pngISo?qD%Kc$5&3z@CH`5DBQ@BoXYAnPBK#M;m)xh_cQuRjRpD!A;_=Z%?2Nl
zhB{)a8xJeLcJP>qX65^D){&~t%5&@6ELNU1%}WhAy+9pDz^l7_YoWy)?rr;$NS06*
zaTB-+8Qb?h@2bdqZ3f^+eR`@yGquwDA>?@E)CCbV`j(5OxdL<2oor)Uuk%+(KFR~I
z!NT#}zeM>1-40RI^rhL*jhLuXMuLaZm6>^NWQW4frrpOi79_@IF3d|>kDA$9Ob;ro
z-V2cf+kP`uBQ1oB`taU%gUACNY{3VvA1lOa#bE-D1f=+8QrDyCucnp44LmY#!jzme
zQ-!n)kjwe<n02-YIq0K>1VWR=p>8GMzsAxd;b@C!3?du9x)_?eN@wl0;>_*Sa2jEd
z=|b1eE!I`)LgbBG<5j&BZCfr!2g0uiXd#&Iz!&;54wvgP0Ss#uok3iQi03+E2B*;6
zS|U6tYe={EhW$pLgg~gNLDx%oXJ65Z#%bmvv3cZ7LmjH9S#kz+y~_WenEd?zyl{U?
zSlfSP69Ot|EBXqygA*HgfR*gE*v|k9Okz!-IPG))updc0X&*m^^xDkvb)!YqJbSgX
zO7v;QKfpxabgDBygc+a8VLDJ(FeO!T{P+(4ti=F|^iGqgV11)|&exA4Ah68^u=?QE
zEeYFwF!xFrE%DSpm`GuIb-J`%U7;0;dme>R#Msz%BiCce6wDgo|LSq5he<_|$y;2>
zPxUx1Wc6o53IEk=!v+9hs-VoYilbL+>ZvTZ{JVJa7gilxR|dZ|H@Z2BUmyw|&>yW+
z!*4QTECHw3<Vv(;+#_!M#<njuG&kl3Peo`y92(yQO$f92`;#gPt~ce1oe7KC!Q60}
zB{ur@#vAOF;3DLoEdZN|8LWj_^l1a&Q#PHA!VE2R;6?lky3UiB&a`hpI0eKqJ>wAo
z4g>JDrkdngP0oan!%wa#NwK{{5Dp}>COdJ<+#U<sjGRs4-<YGdni`<9q=Hq}p5HcA
zzhu+NA9QHP9P$n@r7EX*7>+}*S*3_bezd2{XFGHH5}n3aalp(}1Q2?m;-`!fWi$tl
z{G#ovjZz2^gcmI1cS|5Tebkl-8j_0e0sat>B8*AA%XXSYy!;){v07UR`aW7&R6vBu
zw;P|S$ir`jL~%^nM+R?t2SHI}tMg%V!^E}1-%_I-k}bB3Us3Gmq0ZGIOk+`i6$*s3
z>QQ6}huWrv!uH?7w;v3D^nu_2zfkaiuYHL_%W8J4xZi3*-)I`;W8i@^Kz^ukN>}}h
zo`3)H^9b(S5UVokzQic^GT2#sYiYA!f^NHULw9jWMpX_t>dWeVe%KDsS>fx<zj^#c
z9f3+`-%fVYlqY`IE2Nxf2CE+Rn1Ctl*=0ZBsT)jpw8y7evS#Kk(OP)B3=8M!4rSAZ
z?>-6X+vOFG8D==krM;l8_36tgxa@c_H6d@1pqm_~C|8Q#ReA}g$&W95EN3^OZOFd8
zQ;R`>7pwxR&F(hq`d9~AzKX0}`wJCeR;`#~1%YvKMl&&iQSz8Jyp;90Xr9-_9Ut)S
zzGSorxQgdZ5~J<75Y$MuGUZ`4#krmei=Cn?hMP8EH)CK15N(;iM;yiQT<9!%FN7c+
z{sr<0Cv1dSEY-_m7o*}JG?VXLtye=!GS(Nf2n;zgK{VqKoFj#;?yi~af~&>Sjk_xo
zyWl%vDPoXEmg=MH&bIk=8X{m;rIi&sPUa%dHAh4h^+#yavY7|!n3PQQQlskIg!uxm
z)9KFVX@)^xl@SXvrCWp9%xk%{&|~)m9g2r6u8CXmc&HzIjd;{XqB(mf;e!8!g^aPH
z(Jf8T2=WA*Uc{Y5#X?wM!cJ3MID9nP$!f^YJbI$VuKW<2evoAy=9j6q*CgtZ9=F31
z=!<mN8(!~vCu}hX)I;UxPXIhtYTI0BIX=aO0Z%*qsvccb(w*KRhNvYab;>Ll#Huc+
z|4uTBfAp`A0NnqJ`1KE1e-m(n{Lq9Z1Ob6Skmq&y7heB%!|G_meIoowErj>-DwY}~
zSp_tdcyvq=xhnLdFHW&a-KKF0rO+8Rh{eH8T6i?NzhcmqHW{l3I#85XUCdL7qi!mg
z#f#7t)9Q;GDej<wq?+&<OI5wrXL0tR)sy025JGUioELxH5CS{d;QE00$#7U{>6{mO
zi>PY=%n`)n`6IG6O(8GF1+N6@Rkg&xJSbA{sJe^_)>)%x$rLL-zQ}J;;&G9V@{2L5
z^x9PlybD1q->HNR`&WLZT7W}q66PV>2@fi4UP*v#wV26dqu%dNCJA-HP7j+F$b<8h
zrTpR^tk&qRYI~oR?azk~hx&^Am=OgSGS{WEO@r=Z(9hYc3K|Bs*ut0#f0{}k!2}|*
zOgE}=XYteKNn0G)z_nlC_CeZlO441B&Jdy%zqn0QJ?b}lHsQz;<$jX%JJQ92oTOEy
zfsg83yqcZBV?`=_06j0&@8I0h;Env~#z|Z}wsGqMv!+H1vl90_)rqgY6`q8y6dF}R
zuLK>w(OD12?})-{RGLSM$|z*-aj^88n9q-=^Zd*hx#=yL24_9@ycN_eVS?lcx#i>E
zeh1Z;w7&w#_gEP9N?PF^BA+ImPV{2JhWXf8;_t90&;xpj>)B}yYe~5+p@Es;63t8$
zDcVM2fnef-&G}Q%4ZfgWln39zFcU*(;`a9?F{2c2vljiq3+Rty7@(2if6)^={M%g2
zt8Z_lXJKn&X6;CAVDP^Qimzh+7f$~tge$jjUz{Q1AEy9?uzVyvNXdmBahSJCjb|=+
z0a`uKNDiwV{%Eb)%m)1P(99t>S4LSD{A1%hKscZQoDP+PeFm}NZp7z-G;2|rjHr=U
z=x70QP74MM20UoomCO5n0XXSRi5sEG-wV_Gj*D^&srxlE9LQ4-?GOG@cvdhJh_R7Z
zpfIO{MGP%+PEXK(&<!AX3jJ(2&?B6VJF24q>8O4S7tous;@h;L#32CGHKc$KhPGAn
zehI4Kp57!nuB956ncn+^fVnIStp<5(7ZQzrIs&D~e?S90R@F0N7c&S8LC*tI&Y8Fz
zIKO2N1$AT$ydWaX{!wP(ZaxQ*%)x+a1<ngQqM6~OXZRpAHD0wiYWRs|3<<a##&**O
z7f&6~x~kK9Z`J}~DMAekK=URPOh8XrEZ3|4mISWLq0-{v%1~MG1C+2Ed&u4c(^f9h
zz!MaB3MPJrr2`FEr~zD*x|F8(7)?Gzo@ax{Nlhy~IXpxN<yYv5-vPWymJ`JWV;6W|
zAF7{Ja!Y{CVkx9&q!T5BF88ddH<Av-Ln&q-thljahMIedv>s|a;sA_T;cg2131ikp
zZ+8W9LlRQpt`8l?J}r?X##U)xJ{2_Ln8NmvypX|>Ir$zB66VU-kU12*Z6O-x7!4ko
za;?A2y$Ca6;G?c}a);7ItOnF|`hVxRe<`jZ0r378cK(#&62brFxBPb+(<c4%Z3=5J
z@%U33EgzdQz%H)om*AdRZp`V0@J4)2`X(O(a@6Rw0)3{VzjTUc(raBZTyeLx>|4>D
zZ)+5bFqLSNaEo-#snGXD-fOQfO4F2O!5GnH?sR|QI<(ai$|bDCfh{6f@@N7H*;X4L
zNP9Z0q;_bMfUtZpan|&Rz4LHQ<s@ap?k6~K42zUHy2W`u;&s3a9kfqy<T?Us#W#oW
zY>FnY4@tj*)H5<(B@afr^r@E?Ly_=(w<aa3mlSV;_hGI+Y#Yi;7)WzSXP#gnPx|+6
zNTr^xz%qJ6Dcm9}9!EqAF8+du$(I*&vK_EGjrqo%#r#M@qwxD?1Ogp5pp5w2xwAYW
ziLfrq`}eUzvm!QypMiJ(5};Jg8DstCy=npG=Z>Nq-?Pz@)f;X(6oj3NveLzH-BC*x
zYR+y?;}*`wQ~of|ES^f@nynKfWDvP#poj-d2aKRut=CwL=a|elbz%tsn1Fp>oMxGE
z<u0}Y9RqT`@sDs|*G87fHlzUh`dOJ<r=^1gZLL_*xcc96ye@_kzov;Oi|c=-_&W~>
z=#FE+2EBB!`sQt8`8P6H<p*b|SBhEcip3Pwhc1q^FvnFBxO4^jf7Mc0%%E}y<{cc-
zpE^56<r@Poq<)BC`cF!M6l6`WRwl!eP~ywqq7;MRe)^$+>mi7Y{NFa=|66fQpa+l%
zhc7oT3SK}PA+k(EvZ7W+$GZ0hkmIb0X4Ehn(0KeNQt8xMhT9LG2>fp%|Hpa%p}6jD
z0La4VTaxMA!k~V{9|I=TjBu8Oj9msu1I$^%qY;qV_zp<9a*uve@Kzgx{L6X&p}79D
zLzjED>o?XlV8NdM)Qp4wegcOe@>BtkBN6wCp*}YOF(?xAoN>yR*U9^v@gL{?RdIc1
z0gxNET~>vWkr)g4)56pDf=vnHy`JXJ{~M4>Stz-)&0`9Z%<$+2l)Ilm`S*GMi{ko2
zAM9JAxY`NG*I_Y$t*}IaBpMd+3l)}gJ+M-y95u<m;dHiQ_87J8Eu^O6_s0hu<m*Ru
zk!rit;f0<@)|m$XiZmATZ}~&^N;1?n58Xm@4H1o%%|f<cji&~WtX?r1<KA>~Jf=tU
zxZ$=8yU^X0=UD*>ibu!4MIUMU2CdfF>Q^=FinXl#CCiuysJN5@5S<kAoTK^Y5ZmkT
z4uym>Oja4{yVic9h9P_;NX||lQJ80)-JQnCgOjXOd?ga!z-zN45NzdirRqAl&JuUy
znH`P{%K${wI4vvf00g84_Iz{3s0{vWRt<>kBgii5Mf3LO>kBWFc?oB_G6!h)_BR*%
zYncA2xIUHx`_mYBN0^MwEGt*&v&Udm$bnbr%Y@#Fjco6KD73I)laQaMZJORH_e8b8
zt){$3;|2-!@Ix_k3fEwaqNmmlQ6{H6v!FvSYO&}>QcPs60OKWjQ>u8^0u2B?y}O22
zNW24dgYP9^x#CS`4U*S6PHH|w8ejX6i4O^p^q{p5lWCcs*y4MUsVJne<26^uS%8(!
z4c+d=Ruy#_*C2?U%@N{{60VQw9X&iMkvy4s#wTf78oOf8_(^%Sy2?L=R?6TBGtnIa
zeaToC{v1~&Y(c}Y8U}VEXHV>F4Sl?){myu#@3vQpSw<+#dPW!PXfRkBAH^hK30MR<
z#R`lzr~LOY{ny;dzZKWR0ASyCSPPqaaTS&NP0##mF65yhV~Xai0^-^r915?X3PUu@
zEu~}yL-Yyfm(4N+GdsQ(H#7wmpHR%NA?9b7#vc-CLQshHSU^ftXTGRuv}GLwN@e^a
znUO5J^~t~{I;}IJW>&OJOp&&~mwT#}ljc65U0;PzW`4=Ct5s9rO!qfxcIYi=qNQNI
zg=bdp6tNOZ5z71jrkEf`3N}4~32+pc9@5P><(tQjvOD5;i`Lk;usn3i+&WAa)Zpa0
z<s<n@2aEazMjuV+mGvtn?Z9IH{wpS!Ai;Q`CdE{HoDP3_<Paf&c5~~%-airRouWo5
z#&ly`*(y>cxn~D4skuh)?_p~ES9SDn#kJ-MI6!_H)vobY-l_*M0G{pXkDQ<8KZSy$
zDgr4k`IIFk$TntK2~;k8woo!?)Cv?H)F0Sk5Nm>AKW&^v7q74xZgcrce450HLup<#
z40q|%m;B*^Aanf*kw$)3=!K3JT}Yp&fh5KPsUk7t^n@k)zdOrerR<VgmGg)er%bZw
z`EF691rG$7LD^}j*nxK>=IJEQ`(iy|X~z5F+i^H$;QgZ22WTTkF`OSAoUF17oHuE~
zNhY@*Hb{iK+}S#j-eajEol<WG{6=A;%ZGJr#vwVf8Yld{y|7d7J-?~`CXy$8zs%Ot
z?LKockuAULl79}21wS-V2`6L7n_9kw=hynzF#S_;O+y9_uqNUZ_*U8Z90`1AfRVzj
z+5qj3Y!yxHh_ViUfRg-)1r<#*7xsbHgwlH182O%=`t^8K>I_1fFar?tI}g)rrAm;n
z@}_J&UM{l_TO8}>?tIZGqVWBO`WvH&D$Kk9O>{XwT#wKCgJoTMJqCrb#*BIvuCXmC
zl-uIFXqIIwabQuf4B+Goc%Jw`f-LxEGf@2^b0#vyAq$jIfE{|bO+~RP|4J;?NE(Ka
zq35+ywp{_ak$l43<ObyNYxU+F?K4y8^%?lx<tzPFexvl6?r|^Dlx#;aMaLYr#UvvZ
zB*?&`Sn+W=e(_SnvC}Y}Xg)ZJck5B1Z}23K#6&94{~yJ*g%3DDK+MaeB3b$3DU<9{
zjddLXXjZ!HEWZSs7)**&q1q@wy_O}RUHwf<;+yskLa~K*m<FzdR;XvDzgti1oZ?bD
z^!1RI3huSD+;Ut|h4h{m{(HC4<(d5P9oxHdvq(u3G&}k{5a_lBz}H+ZsFDM;QT7-l
zl%K%;H{~fmvqxuD3P1QU(8z2LtCm$9-ge2uQHO(Ka8*r~ta_tl)qDh7;M>ju+lb_;
zp7rh4sPA<_8Dud9WnuS0R4dW=*|N(=B4PY1OE9ukmFne2*SVN4T3#1FD>^+x%jK3m
zgtJ9BZD1Ng@6ig=Q8?z~*KF~=2<P+ouic`E_mPOPdsx4lztHrbifcx5uy0o-?f%zG
z3)2Jpl&=~f{lZKb4kw?F$$-^4Z2S@mTUFkW))P{ER%bb8nsl+U`Fo6lGxa<sJ4q2e
zC>%a?<N_<Z^h=?pU-R>*)wDhK_-C&*E>3t@&nRLo(F#KjfA*J+$Foz}-vGa?(oJYJ
zw|*Y>oh_sGOv0jHoL2tW>p$L$SVI_0(s;AXqF;?fTwyiUb(?hzd(6j<Vlkatvg5UC
zK{zsCOOj8Ey@T6FdeO)PT5MXlqqu)_vqgq~6&J}~9q{EVIjQYFR-w`lPlFLe(@Y8i
z?bI}y>y+|FFfy<{f=PzCa=#Qs8dh_tciHoI4A!R~1W9QSG$S<4hLHMunEs)-CMyQ}
zfSE1E#=>|IL(=ssvYO(?f}9*Hx#&WAK@N%5N6)hca20`}B28i7YrCL?s?aX1?0EAM
zOKXFwb5qwmh{rz#T#wXd%UX);H+m9Jv~B8Tj*XJ>V=G`gJTi_!bE%x;lJQi6*w+C2
zxg`S>cD!FQQ`S-fo7c(yp**>jmcrW<O-bCx!%U&?+rfr^6sZ4aeU3pu;5{#$Iaga@
z7{`{-2(G0wQc7Bym#c~LXQgXnK8?;&k<{?L`_Kv^DP?35--(J`&%=WNjgLl4YHbY;
z$t-8R>3Gri5um4)0`Vo+dB)?VRKyswfXTMDhBCLRWUt)%8OplC+7>NXRTxMX-2V;J
z|66h0Zw~kE0BDMhejhNg1)7XNJ*$xph+QH*RC4F&_tWV%k8NWIwhaAf4_^%(zVK_>
z-}ACwKP%>jn2`bq5kIwP#e8>WHs*m1rUQ(0-R9<;$Hf~>L3i})brWJOc#J658n>x_
zA_m|sfKizB!$Y8h+|CG<ZU^D;7FgW&5JH2jAb$!(Qp-Uv($ORA$q9SUAESLVL5Tgl
zi&Ck;zaQ^$CSXCGdqjPYf*)sl4`=SIUO)Lz8?cooHMl17meubEE>Bc@53$ss{c7+H
zr9d`=I6S-{g&iCe#&A&oXW|lrfaO(J9Nv~};tYv6nCOD0AuV#>n!)X*^9ATKV@OZ@
zb89Wn*24JCdmFbe@KYvLZJY|)g;gC^C5BuhZJbm@uZJVRrBTI1Yavh7_Oki${O$&-
zbg2cyOW5-*f*`^J(+5SpUVJSkRt441Lf2j_@sudfNK%g>hvw?jBj3hov*WZg-5P7?
z-E!o1{8Ah1TLXx=y^J)^^k1;#W=aH!5KB?d!k$u{$Ee{#a8QA&fVB7$Eckt&96SPT
z98_Zn+ijF`>x9s^I(kaF=dHO)ara406b$!26gL$UMxb#WRY(-RVz5D6K`dh|6UXTG
z0O0pVN2d<eBVl`Sy&@6qQ)Tjapqyp~;@o18t9jauM9|z9Z3ZaT?&L4&F|m7~EN#F3
zDp&ar#r4YMpD6}hqJ1kjMotac9m2vLZsaK$QziNY>NKv8H&+;L+*#G`sdh?2f&mtK
zXy1Lfa066GDIwiaDQ^b|oA~NJBfb@+_PwUoKeOriou?-IAIjyexMhI>^C>&OPJ#;G
zyn}Uk6z$0$8e9OtY#&2_!_0l;AWA1D0`t@#HYmoO3)vN>&w(cuLy@e%V>z-Bq)2az
zYarDK)1C5|u>;|nxU^6dG$dPAEDWD4!7Bz`e$}p)*k!W<3VT2-><J$1?FL%h{rM1$
zK6X``#j$!>n-|<`wKDqz(Jme^&oe9wm%Kq80z?vC4}^onWGUghU=4G92<W$pQAIyk
z11?VqyF}QR4XZ0@%?a-uP2&ajC}jl{Cd}kl%?I9DAp0Dnybg~ce`ZFQ-v6WdDG<f0
z|NPQ`HSc==#DoAr_px<TY*mS$UUV>_+sSq8E>)pHgbPu!M6slsdhL)X{&M9xY!}W}
zv5Yil=axVi1o5S0JC(0ljV*v+*t{rfNW}%xzRY7F_C2Bv=P@<x$NH=nOMOohq)~d*
zooj_;JkE-Rb)3Drg6{#DIwa1@gAS(Ryv_(e9^3R{Z<3*a1=hgqvY@<SBqSSwTL|oU
zfVrX>kyv$)Ctyfyot8HD(Yu*&5R^YQI!z|%L#&1FzK_8Wee_(L<RCV;mbz*_R9grI
zm4xEovPsE571tD4f7)dn>$hD%5nMK7(3SO8f&h`PMrVvv*S0|8f`LdoT+$t$2c4l-
zaeGUZsMM1jJZQmnzh26Y)9<@tBVV%2uBH_BGXi1^0Qx3&2H^$vI_2bRbnUUXTeU9P
zdu#Wn965@Z4=NrIKP)xQ;=Ib4BjLSJz%-l(r>b?2ZhI2&$~eIG<gvq9gpCltf#y<A
zy8FLxt^1rQ$2{(b8cN@~ux`(IqfYQ=lL8D`Mv7|aQf3Bz%2Ov+sA?I)uWI}$^%8e2
z6-r&v^*V6dPK{qSsdPc=)D620GDKXuR4dn6p{IJ*SYu)?T`Pyp<yC>rAL!77C3b$7
z^*X-8xmx69+w0YG^t$N$Q7j;B`(b?!pPoLH-l!Fr!>*CS_}1*COvu2%<C-fuHP_qC
z9dlg_e9FCP^h!~06eDOnaHs%hvd?i^X)IE@nrzCiN4&gX@%Az`jyKxj$#{VW{=Uj}
z6je9lwQ2aqQIgXaxPH&WTCW-%8O~hAdkWQWrvihHx5CjNX<<w&E{+*MqbeO#)u;2p
zfDozHzY~)dMSZ8Y@mnhw*Pr?tpcyA{9BB{g?;^JFM1@v(YV72IOfjXm&Vr2O_I7Z|
z#OA_{?BXi1N6mt(UNKR&u^0i#?WI`zfRn`+D?@hq{#Y^jvyy%tqG}j+55jdXBc9fV
zhK>vJl*IX0O#Z337F~k}sLv`p)__`^Sj*s|s}zjQbB({>xJNwT+;pOCvRN9C!?q<T
zaKVYB*Lmmk7vUbRh+mcCd<LZ(?Tf==TzVxDAlAqFqlw2!dYFCeZjLKOiYH08e<F9d
zujW4tzVRj&!bs1G*stVO(P1;qUO|Wx5#nwfmJYT*j!=vn%Ai^Wab`RCGaI;ehy>?1
zuf2OTp*39)ef!73F+1e!So}Z>sna(TVM0@k)ES^K=qRP*WpEP*qaE!<lU6kvpD?{Z
z85)ktO-e)^RwrP7=K4a!mp<<apULHZSn1&V!Inri7Tu~5i8Lqug97d~*Userxpoj4
zW3F>mj@wUpTC-hIF5SJ(Q!pU^H(wLmatT+#sqWL)s@t9J!)!G*G0>8z$jl;rr*fhQ
z?{@50Xyogu4q<JV1)LLr8E9P`-ewuJHZ>haZ+4-oCakLOi;YqG_r$LIjJ2Iv$2Cu*
zfio1<vf$)Wk@!4vm{Zs~-&v~&a$ocOio(7|k|PXg3FXVjQ(JO*%tmF@Fz&NtipKn#
zU^(d9Pq;%~;Fc!0Nu05_Tv_LWt#~CF8l`E(o?UE`7W!Z`4vOPGLko)X!Eg_K!5J4d
z?uGEQ5#gz3x@fZOj)nv~wxbW%!cXs;FLGmSq0|p}RTvg9b9#lJ=a!t^45BIEaJcrP
zjy(=RA1g`Nw136qpNea#I=C<Pq37v6n+!ZB@-yc|B58%iuaurBRB{$CGtW4~eKp#C
z{93zhK;}-mLUObPm(>Dy^Jw7$Zh__A<fyX9+RW+&2a>vlB*5@0QHh5`9tNph8_ni<
zPV?WiJ(l$J@b^0&XGfiV&Mof|ggz$yWn6l~@DpO*#ZMHUrv=rDGuz}(Z5vd*CvCv)
z{5y>?GV6N13LvA~MQDmNzFT4QGqhT&F1|-xAN2+KSvAj_kuVQb!sdYCNnf1d*^l=6
z(T!<?G@%KS$iWFgl$Leys0cMd096Yk>l!GqtR`P5IyL?aXr`&2o~gMN7nGD?^$=`c
z;O(O*0Zu}l>p9Dyn9UWYnAdeMN-NhQhf`J9YX)ry%pH^tLgY8{yvmqA&)8+ECkpIV
z9D(Lar^pNk3c=-WJ8w%&!pPwXniqk+A9Q5bKD4fezEid<VukT_$*Hl8sNAU~qYTe{
z<WR-x?~q!xaV&Hv>K0EI2iZsXC)-aNI0Oce<2xhd%bB{e_H1QOsx8$naV6GXdNuWu
z74^}q|BQ917zt3skIFjG`b5kdHLMruTXClRk%e0nO63-~RNr@x`e%`}d2uy+Ps>oi
z0#f;dng39oh_ZL>!(GU3kXSl^0i{o7UFE2J>LQ-lOuVAS)yvOZB7-QJO*ejkvC&v1
z=av`0>GV*H0xkX@&G-MlrKRMbitB|6c!1br8t>sHl6~`p!^;H{IOqBv22h}>ydXQB
zTO5F;(!%P!<Y^N!Eo^bH2JRpLNgs<^_uO@0%s^7#8BB@DRhGq!yX@dM&jd@4NBR!Q
zc5|esvBJBwXfAdHa#Gg()1Ff5_@{%3AIhl?#4c1Tlj`e4n;X4f=``P&(0VnjypWK`
z`k@bU-Aid2o%F1!^q4c$0c9IFA3X&mu`<zvO<p<@f$<MqZ`6xpv*xU6Ei%r($mpI!
z_W0lrCqGPiJJ`Vim?89@$V@}`!PNCwT3F6~K6(2SW*kq4f}Oq&9?%4+6f3oQn4Nzm
z#8$<9ao_mMp5l0g$I;%wLlfgZ<;}-^H}uN=v>0n<X{f4Dd$%Y-4qn0$^4)-1cMDkB
z-<y9+sxbdXou)JDbc652yA)IRG#amS)yd+x*CU1PlRB*s%kw#8r`9AvXf)S8|KyM^
z#96G%=a7XleN(9E_DdR2ef*Rw&l%bmF`iVJQX=jwnfvs$U|~qpKVjvSr`dvH|B;tT
zx65{#ocmFTskmnMB{-S2=EA=udS=cNeytP+zds@H7Iy6F93Cf}gWc;m-Uck<tYyt7
z`m;<lY7NfrCQv})-Ofem+u}>D_Wf#?1OB|4W7Erm?~Lhr<JUDUl9CiOP>|u92L0}r
zEog|?8WR$rZ7n)9?ZK}ud#e9?Nn_amc+)BQr{bD70q$F@tC%4Ti3T{4s&Hv5H-<53
zsFp(OG$!H_0FJ_nc9MVr4=T7X(~raacWDeWJH5#Kg6m0xqHU&X;=FR@z7zAv)-8O*
zZ<B)Hd4Ck;0+rtkHnTSocFnjRbp=gva+oFCr6$9)QsN85faTdHHzcBJ&I-7))xr`>
zY_g(sW)2G2^`O_k&_TNSX@nE9@O^yh!FU>mDV$8%Rnk0X1j7$C+bT)lK8qY7Q|=}n
z+97_*YERM{70!6S-RyJHk{u=_uLi<xStfAzYlKrchvWKTtEaAan>EK|h_1=}Bmq0m
z0N^#b;+SR*>Jw;*xrV-$QT$?-*%I@Ga}jRigw3Li<Ai7+5n8K3M*LF60Do=?iB*yQ
z4zFXIo81uHqaBh%hVw&Tz$(kHbRFujWK!oW%9HADcPIC;c~LGhssu>Nt}bPbf}WlI
z#P$nl&X-oSO@NLw;@gK#uhXsT9YX!E7JSw)m-fODd>%WBlEbq#2cN#*KS+hx`AD>#
z%@+lu^_YM+IurL}yUO$3d(^q(j37MDW2Gw7Y;uO0${@-68XJ$jx{MeB^G`?9!vqHG
z4^TI^2^vsM=99zAO@i(Rh=P*IB;e^dW(MN@Znp3j4KYQ;;3JjQ64<ek9>1`TBn!Tu
zS4H&cjMGq=L*XON85!?BuhVmBex4>Lpx`b3>qF<Cife!&xGyS?EP%3i9A*tBn`90!
zz&nLB9hqo4e`bMH(+<+YOE)2crhHZ@H=|)_MC)A>v!M8v89}#C>5Hr%nLAq%!94SJ
zQ^c8WD2H88(c%7k{ubN{$;BNCMf)0$^lh$pY-701jpqc0eLOrD^2UkD$UM--v+u=4
z=GHgt(_ww{g$8)8?bdZYq0q1LTy81&sI#=R<5<@MzA^sDkd{7JLkcX$r7XF@kwld5
z)NKLk7Qu#T$IH)0Tf{`=Yq=0sX>_tR^#V)_Yrk<1C3dm3aE7hfVH&z0Llr*gR?5Hy
zGc6F2WYmfFUNc!%3e!Nia?E2%t#3c@bq7GoXvMi<id1i1)06dy+^e~8qAsE2C^`TH
z<@r1GCygWVvl#W&>t_lAHT|Uv3q>`;G&2+yat>xLWiLMAe`7LBx&!uAlp{H!Rxu$_
zQ4Fj;mbx!B;rr#`CVZP&BF+h$OAPunReot72obwqE~;6u4#cmAC>|_vm)_d*@(#J$
z$?MWTjNsG3emz>XFl~x+t)tUbC_9A<k4hjuM~9=8dpC$ydb_~uVi7LYK22;Rfn-Xf
z7_n&O4gIFpBMUD*PtcRP0UBr(^Zu+Eq7A#>&*K8!JzEmPmYgtBhhb=SJ%OVC=Ce@$
z)r={nx3y9Z@9(OMgEFN6W5oQm>T2LfNL?`wvwQVdO#Z33&eeqb7CtSK?<=lLmc}3Q
zz#&`{BcDR30wAF;Rd``+8f*@`jmj=`PDS;!2u!>3Yld~zbgJbhoOq~vLb^%{X#Xgh
zXm{HHdI0X-jO31j;RByvfqit_6n95Ug1NSmV{t@_M+!X?pxH_NGP|!-M*{$nW0std
z-;V=;daPIb8GMgrKcp|C%u<2Fl=<qBhE8ci$m2bnum<Se@<YeY(AI#7mq3G0x!2PD
zsv_3YddQQ%>@|jqeqn|N=WZ^-)bx2po=-Zb2&tg<M|iOUM2>Fw(xB>(W>-+Pw%)GF
zwCJcq`>KQ=ZsS=?G>j$)gc!9kBnS)P-~-KhmVD7JT_8ET)?zC{@9rOP?g2*JiO_iy
zx>L2GIl8{M7$&1&`YbdgCN?tA>-YVG`rA%=#s+x%b3j<QwyG2&-!V1L(Fh5NCn|et
za3pN?s9YBLiGqf!kTYp{zCTd85I%7PW|JIy-1qDzMYI4Dz;#W9gWc4z8<VmUt2lZl
zXo!&ge1bXn$OFLFNl)s50^SRKnCAx5pnY=Jy#wc}R0I@YR3Qa<+dAqYWuL?$gpBPA
zWhxRJGzP7#e|e`b^aJy2)6Mm5oBYhfzg5d6i8r~oak@jUJd}1+LjmnfM-m21-rnhv
zKKeOKJnxs8Fq!d+ZC&3o&gw%EeLqqoe-j_Fm+=9!#qw87{;9aO@Q3?E?kJD5xVox$
z*YSZWo{f0J`;z1|qMA4u)ZTJ+_9uTn)Y6fey-W2xC5OtaJw^K{VzJk+B#^)~jHo8h
zpddXCnl9mBXcQ8GH4}~V4&?4fxp>Elwhu0)nr)71sT}KNoJg+M(XzN%$_t#F+c!*{
z-T-1kAjt;uECfLSejD&f^%>NL%VlkLw8r=`_;xGYYX>u#8WsFBp+u1*sU0RuCwTJI
zExn#peD)h;;C%6Wjsq3IRlRroE^B7(cB$5-c(8kg5{L5GTc^BKnArcb9J(t62<}>^
zc|^OEbijRtR}cQ{n+`QUP>rXT%!{dNZe))_vQJfRD;vrfH~u$Lec+Z!NiLQ^(;vHR
zg7io_h*5g-)KHDEdngj&8_wVXnez>rtJ=CcCv7c3Jbys6Oq0M}q3kG;g&X}+5`Ap2
zhIqBl+Utcwq|I^sHzKW^*?0UW=}~Kz85dcD>CJ`d5RnxqT3BIBUiYab=`G9%O;j5$
zL2|rx`nxcH`eeLOMMfwW7G+A1@4!+}bAeu26PCV4xqGW#E4wX}p#z<9QE4)jEi;Bw
zR4f>1a{~9vwNBT<Vjq_QxpV%KJl5@eN<y6R0Xx<Ht@})JwWQ?CG2h|a<9eNCx~K)7
zisRUQL}6@yBqgFbg{r*glM5aj#mSZ&)fNE8;}F!Kl6*h%-!S<P#q~1?+_xQ^tf{&z
zOqnuw`-uSM4+Cap*M6>jM>@4EDe!Ms%+69&`>X<~D`ku4d_nZROrGUgj3KDc;ZmPz
zRcCI+O=`H@2mgK}#O;rre%G6@Qhm-*bHUBF^|Fv;f_O?Foo;j2@5T{)-}Bt_cQz5t
zt4=bhkY7Iw-4;1*=afUumo{80`jGHe9HO`bKH>E@VsYQ&AqT6Qu77jxCcQI&;(J`V
z)x0o?({8p<)HYKw&Z^8ArLPeEGMUGIVrtN^mPw$8RLnwc2JP~Ey=Fit)Myg7;<2x*
z4czcY*C-$)LKIw9px3|xuby)RLeMt7ow`j>&O9m2v#qv{YO)GDiQoXc9ELr&-|HZg
zX067dL7-t=*A)=s#I`WWk5JBIp5)8ztL-vhYi}Yv^>nx&$X~e|atH4_rkHU<7pgP-
zDN`;FP;MGLY}a!%!X;E)Y|eo^%f8`f@RD1Wr<<2Y#}PO1B)?wgd7h%c6>wv%`bCwQ
zy8l=Tzi46L1rt<+<2=0j2nc5T7B|8=fMe~_DXSr!wSG*~xwWG6GjB<D3J^G!`h-K2
z<Nir--IWk)A!Z%shM;>x<)#+LNSO^glWvn<?1vH{;6(;}TX91zq{(JWo5%t!T-}sn
zMGgIt{c_K~Fgu->n0oxo&eFt9{NNZHTO5T(<GVQpj<bsZyq?wHF!>L~b#)^=K*^x9
z*Lg9reoH{bjo|Cj2{2G?DBf-86+OhJgn7XhtnT2E*&VdyLe2dSA^L7(2KzD{q)m5s
z4ceR#sdGj>8|@F@NMz}hCivd3Uxh{Lm*JbWDw!7IA#O#1jjfK@@*m4wr(%o#h+E!c
zBqpru;^MQq0RV=#6!U|Ny(2>bPz~$0j?RFgkdTH^-g<N&BQ7{t+`CgkTiI2>kSr+C
z%7(48D+~jSW4*DoCXp8q7%rbqVTF!b&*PX8Bz8V4t{1I(4>6J9SW^2OVQ;y7YeCOT
zS93eapTrQc)CpBYGxVCWT7^U<tx~;Xyv`d{t#npU5p~!C$j+{WkNf9g=!8%EHRwH5
zC_+c?b=_W>THR_#oQ&El`34WFOqlm_iEMgoYZE3wz%=w<<a91VsiGksk&jTJMDYCf
zE{-_wmdGnN(i$xS*3vvlsayp&-`DuS{iwY}ugZrcm}1P*^@Y`0Y!*e;!>Yw}Z8csW
zbL0`dA?s&ZNbgHyh|Y45AE?c?F1x;Jow`;U2aJQ-lW$-+wD`W6_5j{Jt+G=`_d2B;
zufJ%P{XY<I72&jpEnE)vrr|<2gAt`?@sxUeH~?KL0ujIi#Ei!fXZMTj5hi+6<8{a}
zw-8)64CL?xgn-6~R7PgwcFVnGpsv`hTTBtfkD?!P=Qzf(M|nc+*#3see<-f`E#bZ>
zpR&VYLC$o-+s^HjV=FV6E%?c~2VV6bE7XXdVA9D$ATzCoE~z#v5cp@4rzBGNHI?YR
zCCcQxvzmSu`@~yU^0wU<NQ>I;)fT<F@I%^3)RzACMi59x__lDer@TGz^bodihvJyj
zts^?q+=?`w?ABY6hz74`K9KREF407TR{0en1WgqNkI3(~(>$CWi`kSzL`<GG*LLbX
z-nKYK??DZ1=Rip@l)PP?B_f<;t;=Jklhs!vN^IqNkxU%M+h8{hRfMfrJ+l+kuJ9;r
ztSeTAc$RJ@<R=>mm}XaZ4L~=?>L@i56*_+$|23$Lm)d#YkkAI76Xu3^h!!r64Gx^l
z4(tVFwmHrF@-tojz-?OW&kfMhvHJP881H7^BZ9AN@wmCdW_)Lw<62zO&%U+7*PK0D
z`^fM&h3Yv1$^k-eeDl+fW!indQT+P0DOpcbB-T21@@HiCmqppiVw}>*xYp7JI~|F4
zM2-%-6%S5Eg0D`4!<SD`0&8GHPaJdy^on1H*~{U3yQ)9vX$QES##eW&CBkUQk6y1!
zxWg`4ZD-l}?GHy<Dt2C)jB2xsZ!=hE#|NmkOhp)-%snN-<({c^@*y#3C8hVGsSlY=
zc_6r3+Jj8f3OFSUlV~9pg$V+U+RdTYFOk-Q!P>1Rl3@Fen{u1?E^1kV|BA^!71x_t
z@BlR<nQSOhpY~wK>!h&<t#Q{tLHw4pewlJd<;cDXn8VAz7S0V#B`3$I$Zs6bZ7^h1
zf(`O<#-6^q9|h^#?=1HM6pc1GZpEMSI1k6np<K?_wmcf^bd@0)SDY=XjiSoNg7Wd2
zkz-}leyTFIePv~khJ=##<NlWCklvFNbs;TrpI$GL5!Lx^p2%88tTk0zvx*ua?DcUf
zxqnlcXp%wVt2OAZX!aUgo9e4u0u`tO^~FU^*Xr>M=4s>`|1~X46=+xZdZog-z4tmH
z2s-EsBBZucRw6Q3Pw5tG7pW%h6_l+$UWovT@-td9(5bPd>~`4UE3RjWGKRf6w-J53
zPqu{6+SGn|)q)bkX4q>(kD(mVT?ev`)2pY}fw<Ln&=Ewc*Xpj!<Sgly`>+FqUV@`J
zu<-NF;Gt+2c?X+(R&+Y`DY)X{a7pWR6tba`{gJN`FRQ!y<(*+b{}6t1#yndg)bH~3
z|FHHBOoDFPmUh~<ZQHghZL`vLrES}`ZQHi(thBRhpZLzbeRk~oMR!EMKVij)xz;=9
zn9t~dVn(dIIUho)s<Swfs#dLi_x1<arwR%#rXba2)RE~nZs$FmTDYigP6{viMUz3(
zE_>-AaHci%d_*W6t!QnIz_V0`#2s^qj`-LNaY0(XS4WErMR)ybP2Zw&5Zw4@*$J=o
zd_<d#*x1lX7sH~z{;I@TmM2Anzgj1T63-E^5>>%&e&Q|2hHAaA2*Ae~dsZ9gm+(Ky
z<Zp;;_;2`cqgh(lX5_JcR_@Hg781<&guufYRaK1A9fT1&<+k$IWUNpbwUR_TbAJq|
zc^e8@Cg^Vxf=&}_jtkZqrRa{&hCvi1_VCZ`^tIPL5j(2SKt<*$+4@D;BFe7nnPEc(
zU-$WNYW>3+V|aM1XsTAMuFnUR_M4qIAb(Kgoiq$VBj{&eus1`o?W?rsm~X{J{4jd^
zNW*wE<g(U2Q)UvyCxMvgr3f+9r9A3wF*HYbS|I}S2{e|truK}!2!7V22V+-R`)?^h
z4G~fl5m102R&v{9)mtMo35ClGV5B`hwtBJRgwQCbpwq*28_6}pvXNnJZ0=_Y(Un2|
z%DQxXgucgM)D*aPlp$E5H81&I-g6kPKa1$O86NhCHLH1N71mxMe3(JYx6DKwyZLz+
z6HzFK*fme;-4H2ta8*jHL~e$8bODCXBVBdx;pO;3mHx$AAgt9!$S_!1l$)<?y2E{S
z^6EuvJNjejp~zY|=dsHZumKcFv3EedUD~t~DyRAo#4NXNZYGIo3h6f>%l9b2a$B5g
zjURGBw=jV;59-^$Nt%J^BuqpD&pKVIn;8VQ!3TpqLnniHhUd=-{i#x6Wg>4ROe`ao
zfVUVkT0BDt!pngc6;+ydXD74;Ak>_~W&J$jP|T>W@Z%v(%k@-QbJC=Cj9LAqM45aZ
z{!u3XiMURyK>$b^RnjYHft*cR9^&F19m&tBFKaeu0?$6G<b^=0qPqzSAMTsiSEy`i
zCi0c9uogY-n}I6godv>(W({Z!xw<PFA<p8H*~CpXD=qdeYDDMTX!S~Sf;=he|Kq`>
z2HeN_IzKb*oTy!s<(uP<T?BsY+|axeGUW?`il&@ObCoR$nbE>0)q*Q#H@HXySs7;D
zUS#>Eg}>V!%mCw|Q7|E0J7#<P4g)mygg)g-wfrQ*9do7r@^v!V7_F3DLM}177-Wep
zi9k0tYB+GHyb>&geT4aK8VSC16Z&;lJnVw}Z9w-mkp(U>a;ipE+$Xg~;tV}^kAdaM
zYc9znKuOw0;$Wd7B=;6gK^%6K8_074vz{`Zw!H!2>kR-DaU-NauNEam5Nr9x9}+J2
z5T<>QFu9_&*uS&gMH;KWA#0Ai&nUg*t$2`Dyj({YwA(-c+VYGOi+#4s393c)8@w%W
z+=00T>v>0cwh^@0m3zlS;1FaCm`l&cuTU2#{LCc!YJh3tDN>9hfoKf2X&@9|g7d2Z
zJ8q8|V9{YQWIx_p*57$b=r`6l17zwzo5b&up=`N*LlkP>EzxipnmPWEYILEbbLtoI
zvU5^rw#yT1CYm54nO`5b#rr_3o-0zZt`juFhq05#7F{a~jOhbsjx-xE92qKV4izkl
z$76>7ER+90T<34Vf1)WiTgHN0|1@Mfb61+F=GxfN+RP1mcZE3Gx%jvU{;ki@MKv_X
z!U<~y@tJf}fRMy5Y(4Gnct&sJkA?A`c&P5CmI?S(D^pV=?Q}MbS4QebM*>)%I52S~
zq24@ji?Zt?kYG#L$R!ohy|`hq!TPemR1reRvS%;qQNlZ70gvj%9NZkbp-;P8e-6mm
z+=2@?c@8nwmg^w*ZaJRQ$}%>=$k(UBCTeNDB%~J8;W7ICsJtZ2M3LMF9|_7yFDgD9
zU!nL8*h$J4h@^s|+NR<BCq6?2>z*cfH`kwh#E}FRFiJQ3?$gnd#J0%&Z9pvq3*4)b
z$C(Ob+Gs5U<L6ZH)kDZI7;vdM*u>&DDpula_z$U{Q3;liVP8y@TIMZ+h7^g6w*^*a
zvnM=fxC*E%G7|9B8gWsp6sO$%QaeAYgtb+FIalDIA~r{nOrGh8+{7^ITVHG^CScB%
zMH@eU_AFqEKq`}b(CP0-m0;-iInyb^+GFBBozgN_lmuukLTN&2vwFT@9)t;-?YCdm
zGLKszG$hC&3-Z)cG!vpY`Iz!3Fc*xDAxuF_NxFxw#GTe7=G6X(NSiY1p1@&9H|qgA
zYl;%>l4mPVKwpOrKDCGQ7&WEt9L-<^!D58m^kJjb#*U-(TQS1f{mDm+K|%|7h-Kr`
z<)XMBu{rvWGWk!$HRqqr)bQ3gWdqKP$W9c-u#HH5hsIxa@!DicgyNvm$;|%9UM@o~
zq_t3VT5_eO7QKC3=o{)wjnbQST&}5aL&n*{F9`Z}z*v{GU+W`<ub>9Jn(8E#s7k74
z-Rk|pkZTx&8M;4}0K4d&0rJcX`@W!VUXG@gS8Fwl3l3Z$q2|H27TUTKUMgQ|+R~e{
zBB!fP8&><)0MzcT>gmczRrM%M8}7NzW}OzjZK|coIgAj!1Fe`RpE68DK2g%$Q3add
zJmvI<5doTJwo$S82|wmD*p$%%YN;5>Nij>q-p1L9kpU=&m%&_X-orIhn!c}&!mbWM
zB%;?TOvL($O?MUI2Q9ribUE*4>mgX6*<2K?#IHPo;}Sp6sU^wpH0aPI(*$r7^+J$%
z^-FVRuZ3s~pbkC1FwSqIxVENZvE}HbtJOKa+Id^J2AdDd#6ZLM3SN(#)fCQhZS}C4
zCZBn@-w-NNiXwx;o!I))%9rLEH?@VnjXyj+6*cfNGAO^gKv4`2^c+7geKzdw)j@x@
zbjFA$dZnp)zO4ocFi=f(H3(Bee?XxN0t9;fNjW;13)5Q6jK(tNl~=8K7$XfUuj{EZ
z2Jvq;Fb>ECd-S6S$&A7A_++!G2yB?sB8VqgkndoV81B|el(g<}+`^B<b4$>0=1iH?
z3RJX_b;G?kKmI3~{0(s}cn$x>CW*I(3&-mic>`DQU3DEgge&It%V-QTFw;d#1S6Zp
zU;eaZu(e8Z#V$L51blZq0{0U6W<1p_oknJXOKe49>9&Xi?3tglCtIdc*#ZUpDyo`1
z>6ax410P5@^*vOvCM9Q~Cq~LEH4k0b`7524D1&w2NM?>&ZpBoQ+KC9@NLiP90L;$F
z&(6`$PCdvwDrD_a@4RZvZp><q?kYTUDz8SnHVu4`@+uJ403Yc^HvU~TDjuv{S5JVh
zkDNN33g-gnyA+ygi)nG{7p^@R+Q=}fO$rhI06LhFrOX!W@xerZKZb;M&$gUQa~%@b
z{);TC?gg;b5Ls07_FSs4Uid$87oJ3ulfwQf7PRYgwq#!zxl5*V7>z9*=?pGEA&@rr
zl7X*j_3HgXIIvP2A!__o>0mY5Jmsm3dUD~1#qz03ZwvPIHw3gAFlAQjCq0O$04^6m
z@(81-Y}p*=6AD?`(dJZ;95tc>jA>>t>VQrGoC0S!O&@I*-cAC__N<!|QWo=}nPJWN
z45P;|t0=~#v+Coc;=$ejU|`~;*jo2f1K_DF=7=PsfP8I_cuw{VZ>4p;J`ajfc)<d!
z1fW^G-6CdZN5AL2hwmPm2Np8|(=wbLd$Ig>)$nh;5VAMS_3iwk+m<Jl`19(cA{5NU
zA?WrKS^LNi3B@D6|4AlI&QyQ-)c=jRW>ZA~IBjXDB#8kwI!BsWb!4p&wH|U-8G?yn
zqKf-Kr^t-AqHK+nabIKaGv)O?XXG2Ku+%-j$-bgSX)@iOXzW4${JqyHqD>zwaOb5H
zi+5pq^LT2%(t@}ipAE&^hGd*5x0pU9*IC6g6v%gZH!Niv|Df7#1<H0KL{H)7U!D17
z$iG!}cuHt+t_@bPr<rE03qi<SZEWO<)-f&1>Cawp3$WXssy5L9ouxZvT~xvHX+?bg
zqI`t>XNs#jL}ua#RCHvQ(5{490JQ>bJIIOVZ(uh4+bKKvJQfK@Fi1Gpxeh{%?Khg7
zQ`bxZf_==};tI|u{+JKdM=n;mYmT2Ls=n^wME|3GW~9g^H9eug4s1ZgB|Nr>iZIJ}
zbk6877Vl=lxuZKM1grJb;Az~7Hm-c(?${b!yD34hn5pnkyJZm)^$88v`aX}ne+&{>
z*42>pK>fE;KPUQIfY-{o$3{kG=r8XU=l1f&#}xnRuyyk;0=T;D6><TyL%`}<d?yN`
z1}M{wHF9-71VO*nRVeG?7+D(~M|^m{)Vpt}S01>HAEyK<X8St$1JF7_Y*g^8ELyyw
z9`47J#X#(6H^iV8WTS!PA(bBY)Xw&iTKae!aD^TtyXq(vw+Ki&$TH-HiDYMi53JuA
ze4>K9B&IY?N)D+(_2CpYvG$>*TK^=Izag$GArJu4PVz`<t<6ZCnZ;xDi$@MdX!3xN
z+4qv*AKXZnc*w$e9&GWu2Uj6@NJnp3XkkIqC;cMv^C80mw1pg;`6>i-e@U=@S$6QJ
zxIaO?^S_ov3QR;s%w8B!m3r=en^yn!=NqL4hjj?y&raK{+1r96q)f(O4|->)_L+q5
z+W0Bvi*&I2om?C!&an%=b*4g66l-ePAH_$6HZXB9&1o}R5oVu!!?{B{_Eu(<S(*6L
zz0~s{j2T?thq*HK>>jqTZ!%Gz3RWaLhPjoog`zG6l&UyCC5qvvA4C&M{U+N|>p&;?
zB|UlpQ?3`U<@%zN+st7Z7Y2LOltNUw6!43OOW;{wzGz33+^9*GXJ4=zP|#F<j|geU
zEg>JX{s>UJ0%bvCWew$!4ap)k%WnS>pDcB_wvk6v>(#LS7$oR}_uiTvQ|X8SgATnM
z@a%&rfkhP#8%`-@xp+s(3f>h_yQGmzBcNAh;hN^P)90?#lxcCp<CEbkO$yYvjE<p7
z8pEj0&xO%=fMOaIQ~!Bm>B<U$qK1cyHim2Y@yhBm9}rVKPVNrAJqT;`8<@IWL<~+=
z+`QCYR#%i^Of3tQhFYuKb&ZHX+4Vg62yLO-L?*Cl`-Bzakc%2bb6bQ%F?3&V^~giw
zVD<9mZLhJ~oE*Rps`JYc5zThqTX^)!f0D`H5Z7lPe;7QGqrBHn6;-^L2ovm&3-O=~
z#JB2fl|6Kcjwu^E{ZZR+spdjeY2tjoQR#e>Tgx}j(9agL83^Hrm{{)=5Kf9(i2kfN
zeA~`%6Q}C_C5&!#+viG43alS;P(y8Q3F;J!w9cET)&b{EVo2}4<s_g+2-qvHK5!v4
zv~7k@x9fB}3W35DNYk;$Y=>>^n<mccduAXL!zLGD%%v1i?x!0JenP0bwN_;wg}+@<
z&zG`JGKbFTFdymUjC`I-Y~`I&TJ$#yISOQ_a#rvX*1lglf<wMTSd%J`7c1O9a2GWT
zBL<}9XqS(W$7SqXPKgh1Xp<zCNTsjAZK~v~Zn9mhJbnSoWZ4LC0X@wLm>OE5A!l^)
zOP_Y=?0;i_=l^_4O6Xsfy4-%^m@`ipQS{<7ra%m3^>=Ah#<T0v#OIwyY!k5LvMUdo
zEGEHh!_Az?^u<Q2mR6htkm8gD+ZNU^6MS?C?RcPhDWP$SYvvJrVv4;%BD(iA>bElt
z*EZHAqjzbXu=fwmP5kmGVE~{rKj_zRE8A?sv?W=WF>ZRn8}}SqwvWS_Zy}2)fj5VH
zX%`-|H();LU9u=}LE6H)?ycFZ*b{Y>A}@w@Lww3=7LWRBE#t6sZ7OUmr+8;2JORVK
zjt&gMCL_zK>4Qy6q}7ja%5<LXxA0tg_Kf%^nOxp1{&ng68*z=z2>&gZUn+^V{xr%Q
z0E|j+l84;dc|@6Ab0Q=CfOy_6JJ2Uu<cEv=tCzXr=2~oR)k=H{cLyCvyVg`$f(R1?
zlwvGZB^`7Bjn39|6nnQO94<aNOqvDPcX~C~P<GAl3lxpLA=Fw__2PtJXf`w2qB)-^
zN_NEwsRt7K)rpQ)M_lbg!T*W9zE4>X^LKuV$#(&LnSJj{H<5U=eNBB#`{TI<NxghV
zyZVu7!JgqK0S1_B1wvY(bgl++?DilTD|Z%gqiKn-gz6a`Js<DqxSjwSEA;rOEZV*r
z=5DcWIyW>@yrd8+m=}w(JT3i<!-vp$n5#KQ)uU&@oCY_V!`huqUL6llEokqoU3{)t
zGC(Vl1$oNCQ-`A+r}~(?U9;%G{fo>roD$iByVs<Z2y2jqvfIjmx6@~vgi+0;5H7D=
zjgzn2DB!pE3yRz;SyR=Q;;=y1ZNS%8?3S`%;nD{C7$$t0Z*NvOPVT&CnaZT4G0Fjw
z*dCst1x79te?(W}ayk}Wl<2z@ND%<u5ak02rEJ)HVq#7KA!dW%6AIcy6rk^$VHuBC
zubJx}-Ea_AbUNmbQ7^ong}Vomo7R%89%JNbM;b+<XIcnVN&CS1v}K1<RMz!*%gz}y
z+L)h9d(JoC8X_MjTY_!~JGrjL*`<86t$e{={kFphsJQ<$)A@tAuKd^A<o`olw}-)h
zV!gZJv~NNy0>1B<tg(+7lnCeaF0EDfd6FaA67&zySB<IEiO6<y25wHgx?}ep0C@Cc
zT03|CKy2MTn&Y_{F7Wk9RW#EN?2&Wxdl7RUDt-9iIW+vx5ft9e&tL>HUY!T<&O~!n
zQsD^B4-=l@O7k>CvBLQ3-EP|pan@4#N=&QGyR-Uc9&d|n-;x>t>MVp-+?7Pn|1|lT
zIRS3$4Ya(UAK$_AX6u#rz0P~MhMf?jeK8pvwz~LUezQ@sDj8KzB7L~3XB@jPAltJ5
zl55=#t!(te29PNONyi|N=v2&}lK2Q2C5zyJ>a%&yZK_+`{4!2ybVyz*8f`4o=1JvE
zx}1_aMSdN*Iq$2j;0xvLu+wX^{@JciyMFdzLcO~0-h9~!PZ~0_Yw}C8$Bx7A$eT5D
zDhsyMYO`s8oXB#-z{MBmci$ym^`T&};HlH64GQlt_SiPUAIngFAz(>Qlgo#7;R3Uc
zb%~Wynx@@%gRWYkwNB5)AS@(G!*sl4N$2U;T@0BJHN;LTC7;LOh|xA5wPH^uy+?MP
z@fi9&?NNMr?;O`rEps?yLv(LI(tG*QZzX;K8i=z1voU7TRU`T@SW0t3<}jLDnZVSH
z-^n!iW)=0qcuY-cA6)b6Pe?9Fm>2sFs2dMudgi#u0vAhXT&hxUhEX6OR{u~<{vfWG
z|B}hS5!d7_@Lvp$lt9O3a@a?ghK_!nfDUBDNZL$xnMnx>D^cy9P(zINGiGdV(%1%5
zV_$o!V*UN7R4PBc+5L%oz;g5k)~B(Yw9(~AfOt&!oWP=p<~s*+_VD6mo@LN{viggk
zVD8l7=Xm|+Rc!Inzvfi>oL;08bhj#IS3FRVqR#`xze?4_@7C5!$5z_gctlbA3vmoU
z^n2HjKUfD;<W-!2>Jd}SXV4a3v}@W3x5@4l?0%8e!(O%PfF<m;gF@iE3}R>e06xnp
znD7I8Abe1ADHD$xUlQYQ=6_^;d4brSeG$G+Q$&1yjpg7zJB2P4W1=y--Y<ktv`}A-
zf+=I%H$n6ErC7{S4gCNfN&xOj*VG_evlI$nK*T@0AhO<mMju!d`3jH45`{z0l;pz;
zSjTA`Z4Zy&_Vk`{g}iYK+yp@^?Yo8>TV|A5h<!TX8U4lBo1w1On!!%UQpMlWIbWaE
zs!G8H6S&e(iMJ*!pL&z>Mo;erT4YET2_mnRqqoeOki#$JZJ5H9;io1y=dB<a=z~3(
zrmq-hld*){WlM94wA&dIN7Aoe%^UmkWS^y99dG})D!(IG!^EVrN!MG9n1&1RG>of<
z)2bB^9nl8#Q6w-Z!%f+lBEri};1hQ-{irR;E~X|uj<u7Oe3_1bb3{U6@dl02j1MO8
z1<S!d$mH*cYinHiZzXZUqO)cgV3G~onjAMe`DUhI#(cYLmRgeJdrU5c00h%T-3H*D
za>q{loL3D#HM!HxY)H05R7h_v(t7`-fLUi4-Z<Zae)!js+R6x;`M5iJ_Y&ncaGe{m
zh<dp(e}%fv1i5VevsQSSut3y?y6xt^z%szlp73Bs1cdAn|Hc3&n{!^?vJzF0mT`UZ
z2Oq@hk0mfKmFJem(GY<rwYZ>Xu^Dq){)5@C*C_Li%=a5s$m6+)PzeWqXXNC=r*0QP
z<peD2EsBcVG%?x(+I!Rr;2__1$q^}-75h4~ScLMtWgLVt;0aT)=(YY5Y`N}k)5gGn
z6wym|V)9As4ahT@R<fpX^SwyX5lL0%th@P7aInS+S@=;nXK#t_oY>kcbT<nJ>P(!v
z4bNWLkEq-~g6B?RYR^(=ql&N#radY#_lP)bAu|7oN|&(GbDcNcuk;O%JC?<|eQ%ys
zds6aQVO-5_icDj1+YuW~pazf`-&^;jk0Ltdb%&wfEnWj20j=f29sCR12P7)rC`3;;
z`zp*}-$pb!-}PZ4rOGT2W5>t3a^2uc7wA(jMD61XV#S<YHlG;dQo>d|mgQcGJPa75
zEcC}I=z<q<A*EB=lUQ;#(HOh{OaWc{Eep;UM4K#W3zs%~>jy5JC?DU<TSAge*X-{2
z2tt4U{y)g%58~SBuWIsd#B~J7AImhzh^ng^CFgE+mwtJri=*T3SU@o5Q%F7e`#ZF=
zdo`;Pr~9m{A_aYI;B+U+FUqt~0mg!Ri5hsf+9V^#;tA@r7c+^jA$nW=Wj>&;A>Q}o
z@T^<{*5lbDG&3vgU-d<wk-%Jq7E2P|NB8kf5>)D;akFy=%B@|UK#_m`QDH&v(0+b6
z9ZL>F$k$0#O~(z}F$*=e1JgT3oHT9_?9C{IeEZ*jTWG^j;$JOD=%Y%RhSn>hbfxI7
znxZj;nfhAew;hsEAkIS|R2GuVnS+&%AvBOl?tlxh>E5)-Y7^=TIm|Y4mvb`P_bza`
znI{ZOG>n&BLbG89hbnQWyzK7_^MSpmu4gR;YEOzkXJ>UY<VtqvP-X9j?7s{NSikxX
z4R9;2@pp*F@s_%8(jc<(N23{Ws=9Zo7eM&V5hqiFBb*CsR%ecQ!6<q@WYEwYGoo~D
zp}00A8Tp)DEODO5i6_yhqW4sEJMDIa8tv5I@<T-jMq}U0JnC!#3L~?)cWu3`cosU?
zyGBc5j-3{R8`?F*&*Mhq<Q7O*b9A2L2i0l#&?AVxj%K}uj&SSogv;vPvti0a<f*v+
zAaNo*9Kd@I>GDi&85VN2fEd3$^$M$rN#*?+1YfGXK*r$H<-oba_{p7SBvJihOJ|QQ
zJieojZ*P=>olWQ#mO%0kGWoM={2z#GY!U>3Jn*Yn^rW%G2~uM}ut&$qEy#VH%-z5t
zQG}^U9nj0@NMnYrM`PX<l5nyohBW6u@8iz`a#Ek&StE6TFcx|E4aB9aoFM6xYUbUt
zU$r}T3RnfGIqohp+dp)XX;k`2HB9D^Jcbi!PmhOG9no9)2F;m-=m}>-d`PW+9l!8#
ztumJH2TdWD3=O{7UC<r>q*T+nCB}>k18t=;11`0wI;CsAKJ;X&N9HHHIp_MSiizJc
zs+TvRQoB(l`=Nd+DQXBcT9lg5$1mw&A1VUvN5keIQ%3@-w1$b_3i9NZ&v+j1TV_w*
zTr}KEmawy#P|6w6v;yC7c|Wg|O%h8M%H|80<gm>xu!7ug;FDks5l=8FFh6zz`MO^r
z6xmBQvoHV%P~>QeS;T+k=TXIMvr0{tK1VN~)Fo_i1T2S#yDmH{8KHV5zbo1U|2+Z{
zxVJ0hry#M!jJOMWhjXu?`#7q70E_)BPqDN-E+xDpf>q;~!XL%WCff>GU-dJoaJMxo
zPj?qthXt%r<{62SlTr6Y9vZN;U!F11{A~8!4Sb=puAgV#rXFn43Txq;K0kLceDI!_
z3>I2++Pg($NIJ5)5rZa9v&L`LlGV~J#A79WFxR{&K77C@C3a)*<~HxPV7;juVh~w(
ze0TwxVmUECB~0{}B2mNmu+FVC)j!MRKM>atpnsyla@1GaX`?!`Nn_)biY#PYe4-tC
zkwr(5b?*o;9gz`{XAk@cgw{4LY8wUQQ)|}3O@&0z%T=VnKw5=F?o0anP!3JP+jB$X
zR7)q17u94=SJCV#2L~^oYe%s5&(0EZE1)C$y{FF*lQ};bL${GU*zos$%&j1D?_e4m
zi1-Mj!R+91Tn$aw00Y$+R@Pd4pYR7X6Lr&3WtSNT0Wcw6a`X|^(3=oMdX!dLT7xJ8
zcIoT9_aT^>k$#&On7_E9#)mK7^v^e>1eupJiLlGsk309PNKKcN1$5Gpk@hvKzoP}6
zskww}=+GpY?q2v>x07%SVWyA_^aZXW-6&%E*1Z_)!^ZPbcd<2TwU=|``BXzRv|8q%
zT50T36mT3eRq}wZC1wdVbnqx5R8HZQLz&3gkQq4tn!s*_8IJPq*Wey`7;#`sn;lsU
zk#z}to><y&@hdPjiO5csZvy~AR3AZ<G);&nDE92~xokyE&G~+ypWvl>a^`Aj5)R?%
z!P0-Py8~LCPu|BBLFHo*8R&i0U65s=0K!iE{`Qgjedi4V2LU)|Dh61<uK*>uOk&EG
zoH0erH;*WA=<6{3h68Upqsy1FNhlb6l&3S-nV9zLBhm7Q5*N6%jx=gq({()03(eDX
z_psTBZd|`FA4Vghs`>J4NxNWVv>m|2f6C+^5!Y1)@ZaV%n{wvBC+09*{AdVy`H4B1
z;(H?!x~Rxc`81>ZDaD`I>Jf7H(!#CoShEIW#={u<zts5z^X}p-n7!zle{i>|39O`K
z1q-_a{Ba)X8fhpwB8&CZ-H@}KOAdJ<fC(5*tdHY{gFF}6TcVuDIKFn(y!H;Q$`Opk
z8V>Il9{9c*g<*KI-rT1Otp)D|MAuk(*Hz7>lWfQZ|32*+$;*ze!{)bS-Ok1@V2BIt
z$HFhyVJ&*~LdC9e<8en)H8?!~svh8SPz_h<CWJ3+3ZO(@RtSri&R!Z!XVJ0XvA5jD
zfiCC|LiUC|3Gxk~QJK@jsCBS;eq2C)w49+tV6DMo>8A8URrZm8h15*}dg%Ox9_`7G
zX$&>V)q6|1tc+yfA)`v|)%r%KGC$_2VVa!b!*KRS!br~rtvQn-PR~mw++8k^J_=qD
zLju<S1v){pgMEFUH>9VGOSz|${uLY>>#j8C%I>fNOrxii*1t{yx}xhk47>Y<7+)GF
zp@f3DjM$2yA2U#gSxmn_HPY}F3+jL?{3{Yv5WD<MiIivcmbW+Rro1~8OJ4tqw&LK8
zvn5VqLz$Wo#h!nOW=?Kds15f?O=UioP+^9fQf*Mo`5LTusRXdQBvie5ZL=v8pr~P5
z7hcj{i^1s=@3@Xo8Kv)P5X#E8nh`wpIQYM5DgWBj`Ik)oj<_ZZ{*!JiYE+apy3ZwK
zhUCyL`f5BJe<Lb25;ckoO52xUp5M`!*KYcm`6H{DvI4(zCHRR*IB^Gs9p#(pz>@$b
z`Rr<b88<5=FLPlEI~?Ke0y1(`K)BW<Sx#nvmCPCn=B=TEDgBkxQNhMptpx3npU4VF
zdH1<ql8H%=7l6f=airf(-*J8kefja-6%ddFieDa66xJs&SN=^+@O%FXpy~D;Oy7$+
zo;CFLTcKgz03-@$c1)k?G%qDu8lFydybGQt-2J)Kh*e6^BbkSf03$4VjavDnn+Lf>
zZPc0K^D0lD2Vh^E|24pr@!kwMV*e!%2wGBlK)R{WO3egH!@+dg^=Ndpoxhs3sxyyR
z2Boz{!7`uw*9NrdX1%TIBr;%{RUi2VyN+TGxClqhd)Y0dh@*fc3R0d*#99L#=1hp0
zJ)XVT+@C4<%7bWyCUVb&?r@;P`?`dVd^v(d#2ynl(r(1eXjlkYko8<@{1jRbXqWdD
zd7dzdFfXa(A!n)E6LMBc{L<I6%g|4P&Gb{85=5JcVGCzt`ARMtCZHW_*|({4&J=K%
z&YyGY!5;SbHFCXnTIMGh#358>W=p851Beiyj!CHmAnw4Mvxh6Ob-)(QlC550vub-+
z8<B6gzJ}aLO$*+I1Dva^%{K(?y1j~rP5eTbiWLH+@hE>YIsPN!`h^nyTMZIQBB9hx
zjXyrI;o*bh1ADD0L|WomY=Fh;08s_yIUFvLkYRc55M1~^jZXq>XYtUQ5F$dB^-D%D
z4Oy*|s8~rmQ#*M7XCh_9`Fd&6CAU-N_2X4F7szEgN};v4%k#UUuEKjuE??-nxr&++
zemJlJB2cY$;uPxCEbYw-QZ}?WhG1uH<ff#MF7;PWH4fiu`g!ec$zt9X=e#X%hsY`;
ze4&+UOE8N!Yh5o$LP<B(O!G)N!roB2F<qeUWERW#v$4p1U2E(*!;kqju2(DJKLJB!
ze$Uz4mP&dsGJvY5;lj*&@D4(Z3XMltQSYDfDE7G$QEvQjwqv#hB`uQ2T0iLU(t+g1
zlVios#DTo#&g($j#}}wDq8m-9)c}i$QW}(5weKQ_S-|ZL@P3Lm<cLXRG{H>RaRi+K
zm5TDt0-JZqZn_Z{++N?V$c;#8r@bs>YsIvRPQd4ZIoec#Q6bGk;3`;zayh68J(KaZ
zsP&G>mttc?S3jSBOTF~0kxemdpeIrXC%c|uAF!O!#H33u2~kj=@Aem}Y!vpn5s@SV
zB`m?oWUo>d@J#8P@qSb}XQ!QQ#g79tA6*ZNtmiH^I>3Xw*o8SYHaT&1|Mrq^a1w30
zAu%zq%d^p6GvXJb<@@|_$GL}S&+n7{V^dhwv5|^ianu}5e)-=oo&N!GP2GwB&@50P
z7-FPWh57oialGG#fP4f3XrAG?zmX3NyLzXYl}gn-nW~$m(+A)z&(;?Bs4UhZQN%a8
z;M}VZdlcB2giq4Lmu+n#J_TX)9*nw%QZ_Ro9fJfKST!G`r@`bjM-KOqXdU?^<%=-Y
z+xpl-{I&Q&UdPCT;L!+J=&s?r^`gvi@_uQw4Y(V2lYn%LpW;QCk1NUx;m%`mgCgw6
zBlXxZF|Sp4<39IpQxDiN4xz(Q1r6fyeFCvC;^#)Mj0H*BAHd+J@i<^)1|P1GN+e#g
zAI*qOeMcwJ9#G=ORuryC(ADD-w3zS*rJQy>d6P#~Vy>`46jTiJGUz|5&;@xW>w`C1
zOU(o?UdLH=*8rdFq91ok(79%v2u#jPI9=kO?=#(T)tAycX+Z;P<CV`>YzWend>oUz
z8~{me<303T`}l-#oRWD0a7PyD^5!S&nk+Vl3Qvgc=*p#WdWelFq)F=C5nzHsLwRtD
zt=?EveJf-yOr>wjw3#+j72L45BD3$Bv1^zK8RA<3o+0jYoR{XRAk`mp_wx&66d9c*
z`S2^gTp1_KfL$B|;%$Q&zq==-lG>`)md(1jdCcV97ICji=l}zfsS=WCqdRx7=Cx<s
za2BwO-Nla7)v*H!FnM%_4f?<WFpZLR#N|P&p3evZ7;Xg#F0tB&{=a4Ne~Y-*4}<^W
zf4-(*gccEAa;Gtz%pB$3%vkZhU~PSP%sX(y93#hEaEy??9op>T$48@)*9^=0__)?Y
z@Nmna9cWy$T%WrXwj~;HmOdSgXg%bFXDI)=z!m}n#FmYX$opmB-oUYk@=WRBL8hiN
zJ2h*D|Bilm&5o@c#!4fyGkPeuhG!B*CR0CnjeA>17&4yWj4F5xrr54+R$#M+Bq8CC
z&R#-GJ)$Ci&z-MyO^;cW5RDy{pL!lQB{X03dn*>dhnl!hSD`rUfibQ&Z)dZ$a#~16
zFnVW?h4B>lnk<85$me6KXb_QgTXSZrf<;&X2$-&3bTJ#!p(2^Xm`a5_%XgG{81m8^
z925RV{G|{}QDq}lzcn_!l_|cJbbfEOnRPKe%W0asmtF}X!&yYlhmRj+Wa>;BCk3gn
zn2XV-_w{AvbyI-YoT@AGg+!w&Y2r-_7yaT<<qJ@W3-zNmD&vngItq7;&q7!yHAYZ4
z##;M<kim-OeVq#K2O+!-kcO`H6=iv$f5-US$*GNMs!DdKrl9ub;)%JdRhy)tT^Xq5
zXZd>+TPLs%e&m52O5yw<7Ot1SUIrF472#xjpv_M+?w?-Lw+=~3_L56WiqYS_x|70k
zy`TWJki}^^dB`WsW$zLv^}JWFCb`hA@scM2pvUK{B+PiWFANz@I;a*W|E(Ubf8k$A
z{(teW%8vELK$w7kHCz5ofSvsDCx;!p>DST(F<)r0Mzk};2Da}HTR8}iZh^B!YPA&l
z4&%0Kdx5jIoIFyN+7nh2ciFk`geFr|#rd&^<d!l|Rd9R4>ER6Myp-Srpm`xpl6H7x
zUIgNnx5z+ql-)|wEr@dJoGM24ce5ed-pz2V!nnz(43x!d{U3{=35@~axf#{;P7>Pk
zdS~68n1pxWpu7~TVER8QgAYQ$CS7;28Wdx4XttN#3d^Y16cXCT;;o88?)?xuFdHC|
zE`bfgvG{4H69NEJhhj<~HIuMed2%$sjme4ZBos`#%G*SKkto+0y@Fz1G_+Jd{cy`2
zQf$+lZ6_@W?m-uOQH&X{!jq&2Z>TMVBk->~$|rlxBm^U_rtxhzm{fcmBgx9X2E5;a
z$pIe=gcMq{XwTYKeHMqvu(Ljke5_d>h0mx$h)mev{FO@}-6lSHbQ!HVF<=!Q4xDdH
z$jP9Bc^Kr{n>Ih+*}ZbJ-ApCl7=w00m~J@7Qfbhm+)ACZi9x=KDsV!ifmpV8nys8R
z+&VlHNd#(AB!|hRNR8KsvHA?l=`jyRPSy0J3&8GAc5GP8&2W@*6$W@RLw@;Wp|e7k
zlrcN_xM{;U_j4(+6{i}?l>BwdY+0=-Z(ckf7ZB!3fDMP&gwRR5GG>_98j8BHRRdP9
z&n1rN@J_9ZUm#BTy8o{{v44TA!+`#ubJFb~;lC}AYg7uGgX1W(rfV=Gl)=C~pTN9#
z_ZOoa{}^f_15J7_3)5kRDS&F%C4^!eL`bD#NNy)RL=o>4#Sz7}$bf$f;-kEE7m0Ru
z;|`bCh&z7P#RK)bP#?c~;{-FF6xe#<zWd?#5l`H?odOL|0`9kG_`CEFoCQ^ae+r;z
zHI~Be5Je>P47fBp)QLWK8?!S$wqwnPf|2XGez3=eoR*VPz$s^vl*qsZ5i0D*<aV6~
zx)~(y(9EyeCQ>*qhh6YiRCLU#)Ec_*@D9#Fz<Wf48~+&9$F0Tvq&aU3ff31Is&H$x
zB{04{n29Qv&Mu`;HvSAAHd?sb%z|dWlIt!TV4e)M3+$`gHF$qX0xV<}dUp7XW$P?A
z37cTK(@IZj>OM2_Pa3`{bQ#yU=o|DiVqUwV`;9LT=9d~Nf9j4wdd<Qhu<|2c+%n<U
zRG@f~`2``@a`<Vs1f)*1V0B;O@Vg7&u}_QT0ef|-X8lQd7c3V074l<f?2jj7z0-5N
zgmK#ac}Jo4A3Ng;5Rxy!40^d+;2_n@AyQ~y_zTP(T9I%0zZa&H-4Ql3?5TSyt=e=I
z1m}mMAsJ`rkD)*K8;LS{=46)%XT2c{0Qh8-W@>nKUUdQxvK}Dbm<wW#rhv!A$H7={
znIL#gn5!Zs#r?>;R68&o&DzMW@UkiYEw4t*|B;hk3j+Y~2c-@K@UJfn=>Mdc{l&8W
zTQN)ev#Dq;R_qx4Z6g_V?G#tnu*F5GL(ab3WWPTXx1n^@myp_S)sg=8(a++CH#v9{
z>4Sb9rQ3veBTbE`0@8f;<<mJ&(f>-m!(K@KQq_)ndCAr?OBO}|5eBzzwQXUllS`$u
zUU+q*XLE2$q|@icR=0=@3qvyhSVR(xNbfn{7E!B<T8L?=s|>#N^rnAcyGRU)wxm!9
zZiXnY*c7C(8fusW=pMgzyV4T?W9_&OD(~$itA9$b_1MqhNH%`t0CQM4I@uR6c7W^_
z_}0Xadtruh#IgZ!<ol%lQmnJG(^4m@ZLwNAR_Y~D5_y1RpjHEF-rX9h`G*}%?+{`?
z+pP8FNN1eC9t*<oI;3kRaFU99{#b3W=(s!snuKQ6L&I4G`}lqXFC~?*rO5BKMZd;+
zn5GblI1racYYV)mI#535c=%|sW`kH#N!yDkxa5Vtj%~+R*MzZ%=Ts<jU0}9~hkQ@b
z4OjbhJ9STYWca~ZI!X;#Y+|Du+V(!^SIZ+Xi;SR%v@DR{Upr_Tb@fA!6)0BGseB$I
zi3XDC9{PfqF@1==<~`=_y_rYLrm+fb1gI252_udJlhU^^wpQ|ZFCSJnAU&!AyZsjA
zWrhqtreHgPc-sW+a@lYu0qZ5sG~bJqlZc<P8{Q|F)jPgxX_G<Q?^LN};fAdTUVHVw
zZbZQUVzT@lQW-7+0Z=(g*l^#|!7ikt0GN@fSrN(Tc@SY=tR8@GKxe2-%dAciY@v%y
z@YrX->Gm^4<76buKE(>=skwq99%+>vXT!>3OV|~C(lH4R6D;|dt{VeH+knC?@Sr=Z
zrrZQ(p55oMEpmh}iMa43`29Dkx8a9>SS`nuDLTbF#yrqU({sQr7Cf3PMmaLh+3Tz#
zU-%RL;w?$P<ryC2MJw~5K<WCR(;&rys?N?PX?L$V<MC;q>vz_~9E|UD_IyeduP`~K
zzS=^}+;UgA+pf_EGFTRtNx~kmq&Of+mzi*;;!)f^1>6s}_B9Ia;Y1S6@HsC0I2ol3
zhLD7A>_Qm6^|60GCcnR)25mN6o7x!<rHo(TpJ+(ZA3(9kCy~Zqsi@DkMT?%6gz56x
zEa}jbhzhrlwezb>*iSKv?X7?<Mic5k=Vz0&x$mq*i2M|P?y57g+qdV@fos#j+s>A9
zkx$_ExhPvO_Bsh@PA%3n{6f{tGdt<2PP|QWb)B=ZjUH!To0n8W5;X4k=%S&$Y=WA$
z6d?wl#P~Ed+EPxvDy`zBjZd4kuEIC_O(>_ah~PC*h8jNI>cZ&U-MK3nt&O6$GbwUp
zu#MIT!S5lIHsE1~j|-Xr9CwE2ZyCPzn_wF>(jMNo)O|M9`kB<Od{Jhg*x5Mq;l)ou
z*H9DI*?JV`CFiBmhbV<E2-B`(SPjy^5#^tc=|5PW_jcf4wA~<gcv|dIkIOD)v(o*W
zOqGsQreQSqd)Dk9So%I1h#bTvJ$3d2#7YJ!Yj3IjD+<qv@O+b@FzRM!iR;n)sEWtl
zA1xdRQ}im%tT6nIpW!^e?PXKh3Eb01I!$_%gY{ny0DL@INX&x?2<E9nTiB$vrI+tY
z<IdyPTUc)zu?MX6;|Fsb9UzRQE(YC?0lw`*XQ@}&)Jm$xje&>0RacQDS6se#(M$pA
zmr`Q&q^xl8a`%4#gJkJ-?v^4LCHM|u2bgc8X~_){Y3SP!uWXAy&mpwsVDBh@7nEF!
z2r(lFA$y@o!OO@gqW$(FLA2jXlx@nu>Jqyb!O!;z_^)I7Z^F&r$2D9({#Z%cGd<U6
z75QY!esc?@DuUDuNMEGsgLj%DMcN_`;OLf%i=b6un?nT&fP#zgC6=u49!*cg4Mk){
zSrOElTIC$N%fbm1@elosaZP`IY;}mD?Ihemac&tCD@>ZJc^=Hvx_CVe-d{7Y8$kaB
zB&CczW{yqi{h;m~V_QJfU>ayOy&O4U1_;MME%YoZVLESgx5e<0V^}*1o47d!WIpnH
zP)F^U1*;Z&%tpT+F1maE>d+mSI*W<hu&ZW5r2@77oM~`r*B0Ftv`3o@ExNI&q<!&|
z=JS{ovp8)h#crAw6f9_&H)Lw=5=oc?t+PHQ*A&Mwrnce$10<n$u^j`v>QEOhK(o1m
zM;F8-*ADKXxiT)t%dXhNAAH$_iy>1l2ykfzf2AlwcF`_-4o=F<olwtZDfoz_3YN~f
z9DzY{4w#nPK&~tb@|#Z}9ryTNURm2e#3*<CG%sNrfw{oI^R{6dliEl7(yWF^>5^(W
zJGieTNR6bs({geL4`r1iLU<-5KTqgm7iwYwW3>fG_)vJ9%RZ+ptxJY8)M|q7zRu9o
zOwfAr>g(x8_X(N;nk_HU7mUEmYr0_H`HcvkuI-8(jd0necJawb(Fp8u4HjLwqR>hK
zfr+DlLdqJIA(F|g2~9Z1Glv%4M}k@?h)>_RG$U_!#TvN8=jq?ZHUI9zoBUOD{v9=0
zz=Hr#*Q7^pyq!FyX~S+~ht*g?mWMbDjs##UM@bY9;lPNW!yvu&`z#zDYk8S*0sK$6
zRt#i3zJR{{%;!~#tjTQB3TpcL6wlo@Ob90892#@)e(%$wisY%+%S=(s>$~(D4Tz#U
z+GUIsLE>abnuI-IsGjfdIz}r|c}4pp(l$7m1%>?zI`5KiaLk{EP5}We{9`$iC)gT!
znM|mQeH$V24QAIdGe6_t$5eDr%c*+`6?`PgS}o>}ngqF`Q)(bIDhc477rLS?X$C7$
z^^$_nQ614^qu0v;C6QFZiuBNDe+XqtTLe9oY5eKCPh6aE4p*w2{-$7s5BciE%ZF7X
zv;Z>8iTqZ&Rqe3Y*v80_?&)g?H849ew6t-fRpr;lLO5)(yf(gMA-a1{EtB+`7U57a
z;=tka&98q7ZQ0}ESb3%0mHdb^F|}xwL<*PvC1xJT%i9ID&PgD*w7DlMtMb72(66DG
zx7M+zWR4615m){xl0X%qVOyRs6^Te(e>QI=ktN?hjG}2oLB!o$w8T3FA}IC_Z$9j<
zq3eDIXiZh}i><t+?b$+{FkY=|dkdV}fFF^dzidO1_fic?D_ht5?3kVyy6l@#)U4kk
zN{fII3MwY&;vuMEKZ=tW%Mx4<dHZzBx>NpLqfHVA$DgB3v3uwNXnBRvXna#*_CKr1
zKlb5qv;Oe16uVCV-m_YMt6wMy?xaLlz1~58D#+gzZy?cWtphRxfa{`q8CG&};`QO@
zNYBfpv1NpYJ+Fw|-JxDA5vBAR>$ABdc@(EmU)e$AhD*=J?>rHn>ml97q*LzJjiMGg
z{t6}WAdID{h`>~_zEVb_fW7;@|G=x#c!6qtl@>>W-%{8GQV|*dTSUD(aWI#L&j&1<
z%b576+0)cOV`XY5)BcQm8h4r1YZ@#=f=r$`&LPUes$s>!0xoJln(|Q_qndy#l6U7-
zN?(D<)_)qFQ^%;kc-CIfxU4+jArP2QMJe&1CKLhU^^R`p`4{hcWlIOv$htl&0r*|l
zDC5bvECwuO!*A#~&(yIFEG}Z!*h+aw3iZOaB)uF094pxP{*;_5rJ*J-2C~P*aza}2
z9LlU)5D{u*sx2xyr7B$;8U(bEof%!Ts_uB4J0Ix|g)_6*s#6u=(v|rynV`4WiyxC_
zZLd)GR#^&s`}X#znlUV?cobcXKh?pat6k@bd?Qc5M|-st7Rs=<xgY0IDt`>oFp7y}
zN`3H(a}WJ$s!wc@?*#c1)POhz11~GXhZ~U{<2Hh5j?d+nn9*D!U1^3o7ys?b7Vxmm
zzYv|(pWunUlY+Go_<B_=%UnyQ$yn-8pxQ^TI6E`DCjyyI#Ua*@8SHO7&JPF^PCQT2
z@SigIcOM@4uWIt|sLAj*_-_*&jetm2PlDW-;7%M=JqklYut^y#_$UL?L+lAXTt(0)
zR-0PqV99{QfoQ7lS7eXcSY1Yl06pF<GHV8)qF)=9jPnFRS;?37umI7m%&(nQ-*JWF
z9PCG35(OV(g^FvDwc7}C3h7;FU>ht7S#}ek^WbHAn_HFT3OU7cl?+#d=`wup1jTQ!
zl(Cq_j(TL@An7PZ#)V@wIdt`wh6$cPogFriA1NY_b~l*?0?&FMUFRI_m2%yBA%m0F
zVTCe!*Sb`|1O65|C`pbgbdG{-r_oNuKNQ^JnwQHT!TsPhtJ4cbd{>1F=|-z1EIGbf
z(%6_`7+^LeuHNRik2skKk*LMQ*20|d%}P>`(E_v`In4ARy>HJ(bXWK`qLLqQX5ex{
zYuW%Ra)CnPFo}p!+iOGSENkB7V+9H(VQ@l@lwjW#iOWWm5uu9@oCepa3&P}zPD-9*
z)pj8Q_N;piuh6>I5B*}P`T8!%1)c)O=5UZ4Z**xk`UWHyy%K^>CTT$TsF70>=Da=7
zE-Gki7dUQ{IX*~jE1q^C>9Ej7QuvT|#^N5G?k_c;Y&$Gi@*{QPsi`-s1fJnc1A(Fl
zc^@_|GI}4~JC^lPY9;G_!r2(Mlajj?JyBP3>Y(JeSUkaTvO)a0e!L<fSK_9!NAw;k
z`g7D`*`1<K2LDFi`<G1Afv)})gQUTZk-qRgY;xZO|Lt6+TV`D$i!4u@3tBROnDz4N
zxRn@lmOib&JLfvW>RnVC7|NVrnM!KbUC@RiU|1MANSen3B2jOWsYPSX9qq5vG}5nK
zjv)Sddi2XqX4pZ{x|V{lPJ3O#(SUKB3)S<wTm$`eoT`Q>;B!vB;({V?ru6}eMK1BP
zd~@p2d_Iv}LQPB25~{*=I)b>+KXG&>hExUPohn8ZP5<X779yFoV|vuq@zprz>FRxd
zN*>Ga!=R4l4f~CBkeT1eRzKi!%GXPj3{m6@_aVh2Kd9&+M*8j)Q|!?k1yrvppr>On
za6Peb@G>tFB{k3(6S|+?a&o{TwNJu7=d+lVa9c*T`F=(*B3o-Fx(RdyL4NCoJSR`}
zEa&&Ix5*Rxh#~EK5ZdP;&l#?DG?q3M)OpgQ`UB;WMA@E#;<fF%5<Y-5D=bUhivY<Q
zHhq44$E%`bfWmgIpBTxOd?fx*&x1ix6wa_!{QiE&RoppvQlbV%^O)J75V+bx%07#3
zdE)_!E@~F&{#-Sb#|bd^LF@8Yfb+|UT&P6pR2v$7mPri(mM12<@{XFv!=eWC$3)Vj
zb%okeq}zR;95Km@o0oS)VknKHJj9bFWUqS4-Biw`=Bw`uhfw-_roYwR_4}ph@}Nem
z(n)>|_^Fu)7`gpUJVw=()M=3AA49o<DjD;?SCju?T!Zk(nC4FwFhLk@Oq~l|$B@m*
zu8I+?R+pnyYmdV@SGzy%%=z>F^`}Eh_$)@bWB1mNl@8F3(Z{%VVq}V)gp_u#Uhrvf
zwB8`R0}WP~V)P3ClRc(}zJQmc;f1o8>B@6eweOf0jXas*p<6l64WRq548tPb%vXej
zc6DrGwvsEX>~d{2MeM;Wg7-ZEXZitz#J;If?B%vfzb$7Q3l6GUn!@DSKfb_1iK-F<
ziJy?L{zPZpoNKl^cyc&DQ%$2W0q0e2Tf+pnYlO4E21SLw;8WT(@pLz=K6Nbz8WcO?
z4rz$ktR_1Y6m)_CcEYmRby<;50lFNMaNXyq_eoE;Sq4~pMBLr&uW=Wx-EB;Ooh{9P
z70CP@+UMV`iGt2RRHa5=-EX}0<I9OF-ZR={_5cT$-5qE(p+zbd!ZD~U-vEAzzRr3$
zvVQn1>N6pX$nHA}SUb`#Zbh=;uok<GO{#l-=T2P#C0}D9R<DVdVs21NoC(KwyQ^IN
zI;$tuT%Mt+m+4k_kbh$7!)$_H6<?-X)_F?|qr4IG!?y_tl4gy*Y01exbp|@Yq_zL%
zD!G~&wx`2BmA(WTmfK4y5>T9^VzLtwCHfYVnS&<o^yD+QpIla8%kU1}Hc6Fub_cUU
zc*;X_5^Lk`7UxXm&#bUO;dnl#aX-nS-{-x+?@0V_nf%|5YcgQrzva%@-?M1M-HWgR
z@Vw_Mpw_ec7=Ogd-uLpE@#n(=Iops3YisLHlFluYAXW%z%2Yq~>ncZCm@YiIz?lOc
zxFPLl0qv`n=eAb3IXfRtgi`+yzN)xdeMP9#L-pLe&gKj=G%q@nzENf^WwM5we!8tP
zNq<XSz;=4hWnekMP+4f*`tyW7u70JkYGF6+04InMaky&gmT&a>ou-R14--1zkMy#b
z#k&e-%ZkL7sUSb$9_x=HP4xx{`0*`kJe89blAgQ2p}2TlZR~^()kgB<7MYyOS{+eX
z;8ki%nTOOZY?;M?@e5RMZJ4_9)??hOUdJZaKwZBCSca!In;mFG|5q@!!Co)UaXoX$
z)@M)2OyB*T3QMngnx^27tR-z$E~N!X^}BY3FYtZkH;==`6i^`KdXx6_<@(Ttu^d*#
zIFzHtXf9kpw<y#J>P1jZW#>2zJFQ8TKSScoWbi-!8c|Vgf%|B5{0$J|pEq*I*aM!H
z-_HgRMuhrw?jlJFfN_xfJ!EclB*F^QxA)4|gZqRO^u2P4fL5$N&P+~m*WUk&vww_^
z1lra{;n=oqvt!$~Z95&KW81dVv2EM7osMsM<DC7TZ@lNb<K{=DYOPgcBvo@gbIxbV
zL$@(lp=mm0wT|mL5(JBChG*;(7euAdid#*<woMU@he5)R7vN4V?hI%~j1Y!~0HB=-
z9T&bc6Ki|r2_v1`FX*sUKW@X}eD_bU>}e;<-q|*-S|edU{`iyge@l<rKf*Nv|4X>$
zo7?=~hLQsP{|+UcoJ9a=E67hQ$VluZ3eu!l+Ju}5dSU0oCmRJWFv@Gn`*jjj`}Bd}
zHtkd5+fun;3AoF7)G0j#e1%nhpn_r6vDEqdJrl(FektbT39P%Sk$v=G!D=yVtw%Yo
zUz>$G^U4+%F(~8Uwg_jk;G{TRi>3o8(Ny-D8JzinCZ83P8=OMF!%a~9ssA%R*~aVl
zNDBxUA@R&f=Gy2$WjEXb_J&S3BMC8i2{bF;*7d<6_4}Wl7Ii6$!}?h0FuHtqMx?$!
z<hXpc`M0!a@a^L%)E)p=gECdc+%rju@`M%&`E10q9i7P$w#&J2K$Dj+qt1=OZ0q@;
zx&_cQhP0Mi`gN-M!~HlnO<70nFCA;M9?T8W%^B8=8Y$#L(BjPp5tia2-~zi->T^;$
z8l!gw09pn6p5j)uG29LsS3Z|)VA`mVDjXab{r)V}gHVu~5R=NGMp|M=;L36G;)&(7
z@fsT1Mqp<B<KM*#XVtA|fnTALe#C`Q&*Y!ZoCYswW6nZ}2S|^24)-%0qtRq+*woio
znIZ^YH3f)kSFIWV12?xG&W^`Fr1X@t>HxPPj%Aaw?IAN9QDbB(F!l<%!{7A+2?mO~
z4ar0r6#R;EZ}URfB%^q?&{>^Ij1Ax`p55u3tg^<)gTPZ_w%cXrGGx67d@N`c)LJI2
zLd^y6PAP`|cDeXRET<I+7DP7VDh3b%U?EGAD#Z}Bliv2j#iqxtA?G2zi|m)42@xHk
z*TR;)**S>LaDjkiPEH`zxj-IYHeWLu^oXH`|HKsb=c#dgqh|oAHP2OXhI+j2H0+KL
z@E&bT|A7d+Y9)_hYIeuV)t)o!_1*}Y7!uq{=%p{|v<1TounEU0#;<|S057J`%&Jb<
z3j4I|b&*l7TkY^(Iu7?(@6G+Y9~E(zx4ft^BP4rUs6>~sK#0_7ZkkC5C2eh=>PZI?
zeIFgTnJ!^>-B&DYVIOg{M3@x^ok!TP^NbmlG6$AO8OZx|g%a;|f}WYq5m7UHd|K!U
zR-w(D-a5*jOYa_wT9&z8FeYyw5brmnvMgrzL&PH(>jxspl=QMQAehqRPw0x!L$|%T
zEyHY(gsE;;{(L&D<V&Yi3sR}Y7Lv>8LK+sddN!1P#QUqw7C#{SH#Xo?Eo~wGcm^BF
zBBLOhM)*8U4jXY|@)dBR1oAIcdmzb#dC4v9(Xr3q&t^@FHO~AjocI}Uw*|WZE>OJo
z$QS07GvF)Gs}CkLQe~f8oG95oSB=6xTE|-f70IN%yP4-6_`|h%p&kY3$W}^EN9x#X
zi9ZsF`Y1rghmb7j+WufHtb&-uqY(nBW=3KzGRirZ?k+s_dfw{IIO3J;r2(0}c<h!K
zKqBpOvSCQYF%-@v{7*9{)-3=cAOK((5IzXT_XKT7P@unJ0fY_npHbk_2n2v;^kx&=
z+cqq7LHhezf5POJPm7P#$qL4|oqa~8N=jyYKwcN*fPKJU<w+eg9EpJ%H`aAQdwOu-
z)*Ye_&-S+BRUL5c$wmx+nBPdN9yB!f&oyVcDPRaGxHF%+XtTwr?`Edc{E6Qr=!+IR
z?Vxl&!I0CM4Si%d>;yd4QK&d{%@x}B7)kZzwSPpPH6ZEvDCGC~iB?eJ{F$>mMZBhT
zAV-z;k7-uvGcL$+?@HF5%TBUOy6~5j><d4EOP{Wp65O7@l*L=<SZRo%Mq^gBDJ*i>
zpnN6Rf9&;@wyJYbrjW7+9ZB@uUwmAlWp2IMw&|CLIf{rM75IP`U043O!=sv$E$|Bb
z5b0tt?iS#&7p;0UL`#W(<$j32<A2h!nY}@mQ7$#fe|T_2ov~#p0bnNL+m$|6iGM|I
zmJB*NAP4JHM#CqG$ZBMhJ6@gw3eLH$uhP5jg$AGX0Ng_cb2a_K5ZT2lbUT8&i#_mA
z=<*c{g-gW7+5M1lLO#X77kyQQ&m@$(Ej+@U_9`H!-EL{;HjlOyy*Iz_9)kC55dAdq
zzEkXM;+Qch(Ge&TGY(&i){q6W=bdYLTA}WEM06b;ca6Cf5&XlQ!9`WXcf!Upl0gA!
z6LN{vfFYC1o(^t*h0DusYn$!Dmw@)vSLp?%OHpZk;639u5#i`R$^p5*B?StA>{~|u
zHwDD|4+T{7pJG%d0smz>cLffGlesd>s?~dtLTIQ3b!$#oVrj*l*=`@~I4)91Bkwo6
z8IeF2R<^@z;1Cf;uVlqv#14hvvDAlPd%<8~El4!Zv_2R*Q$0QbGwvtlLaXN^eJ&8R
zNbz*ir=1DRvM;QlvgBsXC<oV=2U)UWzEt%ExIYxLHSQZ=T%MvRz-i40<BfXLx5t+(
z$w)Q8kkP4yXXBK_Cwfg3(&m_dLt3v>^?tWKA*i*VBkIwfR#>QwSX$;Yg#`-0)?^Sc
z)XPnq6s=rby`XC@C0owoZP=jD3;%m{#Rx;5S(`(<CB|$6SSH;s@^SgBEdvKMr0G_u
zlt|rJJ`ZyqPC#xkFBr0;$1U?m$K;`)3^(i^7q<D^f&N8CrMZ_DrPrI+7_qlhvK$uy
zTojBntEMasM6KyeSqXL))fYZn+g)e8?)OYaq~_s9H|Kj4z7QQ+s2E3N-c?N;)CNjl
zO<MEEE3Ou9s5QR14<D2wc+bbutl{MvBxYpg$M)HfZnd{XBLewZBimw0w-%UPwV#6(
zm`Bo5)ph75%PzCkeTvHin`13FXmEDfUT%8pR$^Rfu3@>y$iJrN&Jvb-@FEy0FfHSV
z=IH6=`Vj5jNT;;<6i?fMk-X3JE0n~d21WVf&(mNOdvNBM8ZdXESD30!oa7ITl_Hf8
zuArwRLcf~?|Azun-;3b*RzOpf(>RL5vnDy>5Q#SqU7Z6<K28z8AGfL1ZmlAE@I1-7
z9Ov6`e~CBf387<3bgMt1&s~jJKH?UJ2jO?`MzlLc>cr}PYH^=_Pz&|>H69W28~aG`
zKg<$WQyYtbQQ>j3i;Yg#y(QfRx5)U^PNG}-&6k)MIO~t^!8IZk<||lq$G0~F6zy4u
z*Sf35bT|=WY$6f9+~%(ItDhgpS{1Ty3lGdg7Oc3CV!Tsy>T%*Bcxb}(XDncbdg)x_
z;24#NZ{3oEVWVdF9az7ms>)tNl@|1>?Y@bb+WpRj{atacXEwf~WZMRr<kL9!hXH<<
zNcuy;qwe)KG9lN{H#2YkjqGlR?n59z&o&s;uDH1&aNodSo$}RX0u)e@J)uv;scZ?Z
zg-A8<r999re%D}M$e*lqVIfql+3L7~;lU8chh079ghzO(_q+A>!BBu%%3$euB{rzK
zdz-XkofgcC)%JVNWh>L_%S;sTqVM2qb#UN(Yyj-3$3!a-9J{&X^Fn1BiJtmHP3_&w
z=1VRPS%)j?fR*{Rus9k6G1y8gi~*dVxlG<s1E{5sl`2rv?ZtA*BI`*U5L1Z%m$20W
zVpLxnlEWLnR`H<Y&7bKb`=`NTw1t^sz@Mj`nJN%<SnvUkmHuag&WE&4Kb)r^OOP;W
zw6g*u7PSy1o}@DVrGS3?16BzBubA>zTK<P#8VZL0K&QUR3SdkOv3~o6Ha_-JON-+3
zS>y(f>=yrscf3*WOhY&(dGz%;Vn3X;_+3rXLEj-&5t-4;z8@z@f>z3>gD6cwxS~r@
z70y#=OXE9uUuIO(p;7_<6Y-~toVMmjywRi*=BZ#>LeB#ScI<{n5`Yxf7gO<s&HP>I
zhfeDo_y)|J7O%+kY)gCFqIi921Y?Ah8xbn}hkQ!BgdtIAk7BD^uN1zYhX|p#3XGoP
z?{g4AH)0|b<H$O*%eFv4Maw%j0o?jqanEGOfWn@-F;=p0QAGTL(;)N$Z(HHo*>L0E
z2(Z@$Ug08EcojJ{;2-ks;}IOqBm>FOl6u<yc^99M$1^egfE=srMJAAN-T369nw}aj
zAv_^LG}FHUif)n+Y(%7+o=qoIlh!&*blFHe61C-ta+XUr--!=07sjsET*UcYRgcga
z97SC=N5i8lpo48ycd$9!D7K|-!27L33Q5v~(Ay?)zIxyh`Q3$gu~hfEC?mm#*3#+R
zP-~_5t@dl5DKKf6f7NodJh^5O6gt972jRM8h5A^6>cU|7S>$TD^Ce``cmP$slzBzp
zoBLD)MPtE{y^qPvBpof7?WkoiagQ;&Oh74B_2a=$Z283(u;RFa4>(R+AZw#|_DABO
zUv4z5swB~9QgwLUBhy>gSH&(?Wbks4rTw?h^aF(ATQB|J1xOoEWEBYa|446J=!5@c
zP8E(%ewB};u(4`m@r^kA2-@JPI5w1Ko{A2mmXO3L9lzD+9%?;<&2kQLh((a>*iSjo
zV^F|Qozy<Wy~s$#B|-X=w!{FX9VL6G?vZnTiUNIZEq;g`cF*%QfZ%xCEv-V=-0Q-o
zaQ_;vl%SJKdK1o<x};ZjnQ2bIl-%_NXI}+#-9L7@njeh;XfeM#-V_}+YaARQGmC#9
zCBSu)$Qsk^#Pz6YsKFp7eW6D~=b9D3zc@V-l!Wap19lb@ddCT_n7WuL2!KMi5_ZnL
z#TV>9mEd_XlX+09lOM5Pq%GF&_kk5sWpik&KHEfKfX<r~_3ksnHI~3MLG<=yBa&WU
zMEKZt*<ju#v)v_=A_RXdN#OGhiz58DOA8%ew}=29_f}Hsqz2}$P_pwdO!GzST0)EI
zi<L2deuL<}p*zL~4$I!MR;Hp&+~N0^k}Ee|K0X^+rQ0L+X=jU*a*akP(LM1RO}m$I
z-l9UXV=4Fv>IZq^Y)n+i5>?DH^!UgC4n;G-o}bda4Y=F}jh+MzcUd*KDJ>kZ@ksZT
zKX63`0C8aWB|*jqKW_Bd4faC?8>jKtq0k*B0W~l8Wgqvl<*Z1o7+n;CAmVRVERrVi
zlXdDek{iF$hE8-?uoJO)by5l0=e`jk`>YzDK!x@*an1e-|6}KSS_AZV9_N3#MCyB4
z`rjI9c^{j3u@2?vebV|4qo%om(lHr^^ev|hmxm)fT#mbiO~pNpN<GRoMXD8Z)x6Bc
zZYp}RdH4=p)1k}$rxd23hW(D;ahGKnQO69KjK%Y5@0}~^{(N@v`XGFlZ28488y|J!
z)bGj9=2Wo-_7vNCQfJ4wBiq+?SC2bt63<MGBg+0eslkP*Bd7YvH%c*o;9!F8asDb7
zkh8rfw)Kb70ViW8_h~2C1%~-PM{k}lTW&+HBoQ-qRPr&FI8O6LzZ>UIXT72+;;GXi
z<qQCo%GxPTpL=E(6s1qlD6&P$2`n-!nz9>$DwO*{9m)=dB!OKJZ!exbK|du}Cv#|E
z(d<*9N##40jN`>y0(q!Hokm%<UwhXe4D0FmNzk+dQdfv^sP905^}i}J8kZmEFVSdm
zo({~vSWdhgSL4Y2OJ$Nl@aYKZj`4{1V~del+Vbnx{T?}CZ#+F$=_sP<_xO8IL)RB+
z(a1D*7EMI2AcPZXp2belS{OWow!F8d4^o44%6Dm87^*E8uOlXq;ws5K3jk7^T;^wQ
zl~7q-m+uq=C_U|bNb|nOv)tdt1Q`KcRx;ITN7z6w%d{^sw21PVvury=+hO}&WTU*b
z#nReSVb4i{KD5Ob=Y@LLmTN{FQ)Vj<joqv(9LqaT<dTHtd{oMy4SL8X9dVb*{Zk`>
zSpWakNLl(o*g!!1|D7+}>r4QG`He!j-)gM#=ZrsSnnI^S)d_&y;XWCK<G}<d&|eYz
zYZU)`C9D_zlU<DfWEigA)F|R`@t%y&)MlMKx`CWHfF^+p6ZgnbUiboj5lrs!&kb4*
zu(4-RDuhv01LT1^b4*3zi}$#N^>MX80+ez!j0cN`R?c-`ghP2Vhx%!A$!`_2%|C%%
zb$%NdE@A<_TFoXOZdU;<12S-SA81q4Vi>aI-TtZ=z%KY-7eyf8_xDd{fd&<A$!+0+
z@d1{0Ee^5tbS6&vWEBa#FT$Yw*L7lUGcGyP#L-inPC|iBx}>tKz0DIBY`vrxQ3hM~
z80?%IpwnyDH(A_(Xbn0U1Xg)H?&%pn0Kdu&*#v*Ho~vW*sng`oT%Zu{g#c*gtGm1H
zkxd;93P9`kQ&_s4lsa}PieCN<fN>oh3<}hrHhfjN^ImOVf0f_y7i@*8iEZDQ%T7!)
z9D8{eg29tJIl91}(&YB#iR7h~fQA6;B3U#8Gw;+#<EvK@wsKo_C#!AUT;{-tV*$%4
z)Z0v<nsv$Ggnot-7bBI?q;RJ4he87?YRdSe7vU2vnGi0V-e6P%_Naz-mk*^}vfFQI
zmiL7Q)HLd74XH3J$g_7I57i7d74S5lG{y4sYysV5PpW{|Ajt_6-TZ~l7YeEQ!6Q|O
zx0@!~f(q<j<|{OXUWMhEvr~?_D1c~oThlTTm0UGqav>|I={)Q|Pu!O`ehKMcg`GfS
zL>*s@01#8SY0&Q({$kz~FstwK{Jzfp?wLXXg#>T#_T)A{(3!kEHFu+FpBiy*T$KCX
z?NX;>Os$l<zxTV=j4|Yfo03;F6xej_cR2GigtyV1Qx^gD+XIUtkHup6?XFbx!MkhZ
z0TMl$;43280jff(I!R9OOJ;R_kVx!m(l5yG4&Z=A=;dSKI0*9kN7~D*Nn@|(up-F}
zJH}VPvx3Txn49$-rE|lzJSI4slV3}n%wfTZK2{#Bynof4|K86(AR92pnihBZIdg$@
zZ-*w!=~vQsx56oCTOH=5%OdK+i8mZX?!*|ou!2^*VPOd6;8Gw9+w-!149_lYgw6_S
zXQCC6@6OlBOmn?8NAtimF>kvXlK0#_kAhOpD*D(f6eIs4URq=<r75__+36O*dKSXC
zTemq|OrA?<NAngdAcFM*T)WSjqB=|lXaYPV@R6oK!b2C4>d}QQ&(vGfyhWJlG9fdm
zr`FCOakTIL{0MF98+#4-@mv1$%M>Wy8ZAP!DllHkdvHYZC;vqUR2y0eW0L^ONd*>u
z$<@t5e6ih#h<{NQ$GW~u%7<){drFglX>A}aB&k$ub|sVqZ{Qbga?ubFGuSwZ?4T*|
zDR6Dj6$E-lEdlUV{vjIoEPW1oKR>PZah*Augj{go;7I|ZCP1$AnGzP3*ftX%DAj*-
zjQoFL$87!&JI3@k{5zze@e>i+C3_JbeZ7TT6~98_8<5<WW1d!Alpk_`jDNEY=y8gB
zeO;<_e0=#)k)x|%i$~~w%PZy7@<2HdDwlU{bv#^GX{acZajPSP=9?1re2Vee<SB>&
z42#C4STP6t0^#QeeE9g=TMR-O5*)cC35Gb=_7B{&?q6r@t)x|r3`~nDNMdV`aoV{=
zP@8+<W%cRS{vCg8Zez2$8BNF@freIr<6^A>q){T~MPouF)^1i*9Ev$97rtIK1+mFA
z9VV1UD>cV|n`N-A{_JU#h%!ZWM=JRG`A#yuzN>xcl{$ptPPzdll%UFd7lO)a@I!A1
z#4HJqN*4}BiEq%U-QS&DQ*N%O<L!&~CxiZ;0iz{m6tms33}1}Y_MHpx$o8mA?n6sP
z@$P8n1X<1LnW7gNf{R9g|D&6Ho_f5P3L@J>kvFT8hXr{_&ype`c%d~JTzoZE7P0&;
zbNwl{J1>QqcIK;2^%AQfW0C{#`lKYI^d>Q>RP!}1ib&P&Pi5G5(otoNC>_m=%|Wob
ziay)SSD2bcUjbG;ctP9?NN?H=v`R-T5*t#Kd)~Q}Sxw${)f0=Lk3q*mNw}|pkDqqZ
zG1x#pQBR4x_T|o6-C{wZDpEXH$84jB!=1<ZlJ`~%Ta=rO=Aj6{HIawZD|q^-C(F~u
z(UJFc-AsQ4=%02BAS{SB3@*<%n>Tj7N}i6C!UIOtSfQwHO|_@rls1Et<MhEc`eteI
zJsFidA$%0o^mV=F=n#xUDJh^F*`gqkyGtZeS!|^+x3;9VR~X#7e+U-Qn->-K#y4h$
zqMhy)t7?s65o=P$Z?*dq#wZGga1gj%S+JZPKB-^feuS{>7)*}PTat<u>?f$*)Ce2H
z{4?9IU8{>!e#)dNE1?K?jG&mJNW~At6RF2_*W`*PswLYzpO+)CZS(YEBu~bv$)uxR
zDBFP}6SPP=5a8TT?01P;RDhi>xEYzFg4rc$9=fm#=!ThS?PozZ5lW0HCU0DS4fNLu
zlNXRw4L2#9ujzwkR>$0ay2pQcmj6Xq{V%=&42d-;BoM&X|3O%3ydnU!xTk9~@QK>%
zfVwO?EvIFh75M~P*gUHS_fpjRBh9!=Q(Ksfd<A5hX)`dhG6K}E^f%N}7)A;A(PCc3
zNu+n^I>#(!-Ut;$!>?z$QMH)-VL-c<G@&BFr&|`$fhY_TMdGP{iVr%Ty+&@Ekf=h$
zJ8Ro#sObV7mhb#jB8x#0ah61k%#9S-K*Xi9e6tNYt~}COiz_z!^`n<oT>uI<w7kUm
z3!NkChLJS>23I$0c$Y(sNE@0SilE>$*BXVU5j76vk@TfJea#!5V&!uv7d9;&l0)sq
z#^hRYrOob&@py-5H&WMz-+x8PU7IUc@&~`&pP-ZzFX1KAhINlFT`|MLY)>5pd5WbQ
zrH)*j;r8B`t=k|XLC~m*-qiOFHqxFEqNsXRivYO9=5S>gi4TypYX)v$O=aHFUJ}27
zHO`=YDDC4&>@~ddV1EAiHv7p(Og^I`Box1^SyzncdeWqxd*?U4oXttv^|w%i@LN!a
z@Z6qPpzsMFzl?rh=P9f20Gh?_*3MPW+AV>pfqxojvo!;2X&%`7$rh*jD*!Bd?W({p
z0EW~b+;baVc)F=e937x38Tp;KYx64}((eZ)U14>eC1o#m6&Cp1N?T1;_q4&>`;KYM
z*YjQO*3)&0IcryJC~gq2^@g2#?<evkem&_f!brKD5cIQuQ+)q*t)jlK6;KEu3_v@)
z1sTl6kN32s)LXtK)sT)49xo{rkou7<49<@V)7Wk0cVY|}=Jm+P@px#@vY~||d2>Kr
zzmFz5RR|qxpUuq~;$3<9D!XQ$BvJkO8=KF3kKTto?wN(e#CEA(Cybn%gGaUA($5w7
z6^GRcyG6-%#pczcHt=>Jawr`)@_VwuEK=YUTB5|&@4@K3!p|?LkOC7w9A>ne)Lp(5
z0P%s$J;v(54a~OKpNidNogd?>py@UCUzJpv@(9-)Bq_MEuYt9-r@DkbjPSU2R5F8S
z-DO>aLY#lbSNK~WuWcvANYIbaaKfvTsg&TP_?YPnbhuzdLW#Zlr+|OCd?;bEHXIr_
zqXD95sQ{iU7zIeJ=lr~6zcjRgnFSvTfy<4w)4fC$pYF?p^PEcwDC@jQfL|!PTkw1P
zd33GHo<UTq`x*eOuc%fQhG7Xmt;(ot49nf*#9bnx9Hz19s{2(mM^-Zrah03Ze5h;e
z`c0mDUsAuNlT_qyyGw6vFp>WAS_9wxn}-Jazj8*}|GL&MCV)LX5C3hNtA)|oD>8#3
zvps#xf*Rwat0BE=fdc*gdjFc{|6W-Jfd103$E|<E;efi~O{M87#0ZS{i2)R#GiVUG
zLbq$x4;R>3D0nQ~KKHW=X~X%gfHprgVXP@9u%#bB&{2shcz%bHo*KT_maitj^DI&0
zpvIcF5*<}(=dHzmZmQnvB=k0gMlwIKu0zi-fLrY}mhX5_#WYyw3>lFA=6ks-qftKh
zblN!uV6uoG5cFN1Ho-@Xa1eF=O3<*A*|SJh(EBi5N|yX4sllm9#uXvnOh{m;K(8Wb
zDrCxo*tz$T0NGf9Gh$3Mw{6U|w_0~~?YJVY@G*Zeh`YtKKc)zAO!MIT1AH{RE@ZUa
z>{kcH=(KOi7cLi~AMO@bj%_*?3fCOjQ;-=2B%O~f$r3gEyv|~w%Qb3k%|ba5UDf11
z!v2=r(pFn7;kZ&m>MUV;JfII1Sj}lfq|8Z4?C?+?qF1RGZR3Ep=k5JSZc$-?j^I4~
z_&|K^>4xYNn#1Hs!|mi=4%NLk#S}i#x2e2}01ILUV-fNy)l@@cxL3F5M6CMXu2r8t
z{2SOCiQFBGyGela$ewpHN{$zH7N5E2kHetEBDCfU@*2BISP<d5LCCWq$VGVtB))?h
z40JT<&Bs@%XHZN|-l^IW*(>K9cTjgtAi2%dLz?V{tZ{<p@;|lu>6XilKZejZ&xzzQ
zG$ZI(i;S>cdfO~F+)+pd-s5zhRqfn!BlaOo4JsvbiNS|#*pk$Sx<YeXHE5EKI-BCv
zte#p)0a1m8)wcb2#n&xo&pdR#xbx{RmEk93vmM2Wx0?-zoaT}WPD$-aPT=~&C5s?U
zmo!k!4BFQHTik$m7}qCmDokgyO{z%sGGx!!eLw;TYi4S;S}3F*ZA31)P8?5k`Sv@q
zKJS4-24F6DWvN%FE$b?Xe`G3=1I{Iypj0Kl$LBH5`y7#1Ky#6sO^3{tz*L!63R^JT
z%D6C}&(IZ67UIaA$=W_twosI1jB=hoG>t%IZkV8uu&LF8J^ZNOavy9H(41hc6AunC
zOSl9(il5P_OXT0i^iJL^gLH`P%z4fM^7KM#vn<V+G$g_5|L8BwdT<YC#U)zUDGoLB
z!2wtBF6K}`rr*w%IAN~`qMw6?M+&=?nFU9#&=2ni0;p@xwR>Y2rvO%yt4M6(6<t72
zgV-KZMGr!H=F`k*pM=mhQ7Sr{=?m2<!?7qPG*f3o22Avh;Y8xV5SIkJhNJs0F#Zl-
zf7>`v-(1Z^9b?PEK7Bukq5os(E@FaL^C@(=LmDDm3QIXg5R2RH0OqL)YG7Xa4bS7M
zT@}J5)%!==yO#LWoZ3$P7PE~N3E1wd%wcQnb7OPOXR)j;1sg<*;z72-INnW`eF-b)
zBgOb>_2@%aVXWLOCCskK{&K|60-o;g`~}Vil`j5k+mYcTh%w5v^s^9|&+c)Oj@JyM
z3ds+B`JYWdm^m8A$P+-1J4(J%dcwdG5<uws4Rse%KVMqKEqtr--yvonut200#g8ow
z#D0~o-JBS6O$b|H(dkBSjF<{jq7KfXlai?-z%unJq}M5y`hdC%BF<eC$0*<cawnRR
zwK16L4U!=v&Doe=NSYel^@)R)PT?oKLJV?9SlvTz*N>`&Pk6CoBmPb`_#@3Q!B|F2
zicghdO?~@|WtKnDFDEY(+S(5ML88A%tOvhh%^u;owdpN=N*OMECZPbtKsBpncq;Pa
zK*a$Z9|Gg9-*M94ns}di{6w!(Z@mrLX>o3Y)PRd1HI!%dIEM^OP7OrAsJr}3f`?!v
zmN%4Zs=JpwS{Q$1n#8@+VndicC+J6=0=jHnMZ^+O<zbh~rH#B@SfkH=>Gi>55rP1I
zT7nQFJ*XlPAv*b`Q-o_I_K5K!?O-y*FEC2Wb-sudHF{6Z2Spt+tqW$}@no2Y-FkBT
z|7qj>uR+Ow+IV~a8I;6wfPaUu&FQS4^Kf_Pk$0Kf)E~(C**pS?Kk;xh69r>`&01RS
zO{{2ca`Y#Ow7VT|l)#=-sr*OX;E{pg2q=)+%mEb}^z*a#DP+#Ag*z`1PojciRn0U-
zt^u@ogx&zdLWa!wTG@V0PghHc<;2_xG6jEUIjC$%G?)0901`uH)3eWHv37lY50j~B
z=Gv~8E+EfkW6pFlr~MALfLVU9rQKxoNoFH<E3*hxEuIj`9u&92N}z&+#P+7r3r;?R
zRQd{uIA5U7L(Ov)Q*3|=j2&qZ5;)2oQU3kl%m$B{B#o6}L2HLu`<QzD*)9u#Z_-Aa
z=LAWCk{*jOf_<V3(UgS%bB;Jl87HNv?*$Q1^pYB+$qq=$BhdZ1kp+oeCjEz)i0ppX
z6K{VVX(*%bYJId+mQ(E?5<_k2M`XHFQfXBSRPq-C^(Y-5^c)$f=vn1KJEhM#()sMN
z#Xw3hNJ+*nspnr!kVvdEbsWHnLG*QD>l8E(Le46mk_y?c*rDSQ<4*}cMixkNx2rSf
zJ3YQ~<M@F<w)G~(zz0?Hp`v?+w?Iz9Bw>dTTh<o2Op0Ij5VXe}4{@C-TDFoP?VdkG
zN~;UZr0SNAaez-15S#?ra{AVqehbEHEfwC<MhR_s{mxr4gv)^X1T}KH-~4X2DgB&Y
z6R997{l~pl@YgxnzhT7>d6cVBqk|pLTrEXvm9&^bA2k91fH?pN@NeNMU^V~%;|u^a
z0FLfzVa%X36w&OApY(a3^}43&mecnEg1@KI>*P3GkjSatc7RxqWhG=BenU%tFLVFh
z^94nG2R|4#Z{s`%FT{&`hRp)3{$5u9yQd8fhS{3Jjk$SGVrd)F>yA8|g7UrW{C5xc
z_X<JT0rbNKGzHV%ZbXq!YKzYIa_rwdSa7e1Vf9@2V6Xh!$mR}<A)E5Q%awm0$i2CG
z$z?ph%UOOwiyxEihli~Gec#C6y&H&1d6~`q9l77WdijN)bnP@X@88P@fA{#Md5|uF
z-AGa54^c*2LGLVAqsG7g|G!%RytYXnR#9uxepRe^i&Y#(tNRiX-+MTJ_Y|bywz%1S
z6Xkw;Bv2kYBcz|de*ZCm?0@&Ze*gi#>v(~?zMnDv<25t@$UlDne|XTY*aZFiwzR)_
zOhI#*--=*ndww%<>XY|R?r~%`1>XtV?a6ekJy}9zrFD~i@flRFg1kyK4Q(3$X(B4J
zLeD+Q&_?!itl^#QRpOjljFC+TP*fN-yEqR`eQkgJ$q+TkCA{spquKS=SGOHu59`XQ
zIbGh#hehCeC0p;PLJgwEwXtL^Y5yq&qzj^s{b;s;UG#Wvhz9%~VM^P$9rA;SnSP<X
zEiK&{k%QJYHNrKcIxndYa8yMxagTknyD;;HTA8AwdfGv^8J&IwMKit31c=^cg3ERi
z;xT`}0eUM=fWEkq6D7rI?ii6U%vG?@INq4Ju^I=LMu0x3RUdA6)jInx5e!e0IoRlR
zLN6&8B<{#jU9ECR4M4Uj%xWY(QeDR}aJd=fnTk61yP(ELH1mO`7yDBvn&#C<m#^>1
zgqqi8Nui0+E*6!=h>>H3SlHEELU+zW6y;61>sN7g<4xm)11zmDRfzY}LWu}ZfmvB?
z$9P7`xsYc}I=5sAtB7Ei<`QE2W;>kEO!tVdN9UgHo?RW|*GIA7C$U|ZPTp4?M^E!z
zHJExa-#r+l=}eKEuI}RRo1$Pk@uH;~jVj4hUOv|Vl2a$M%4f+YPpjIj=%`c-(<r47
zTanxga65%32q^RfsM#*$L4kqHa9XRaMffN64kw^vXXV0IN}4t?9!*b1o5f^M5cm}S
zp$Ps}DgIAU1!!PYayD@_u_aKnb8<E@b|#<@HgO~nH!!j?aik>RcKqimznPt#v5kcj
zot>i@@Bb_{Xa7#b1Og!XPQ(O*hJ*kI1_DEc0D^>q20;S?1_Z(b1VZ=w=JY|K3I6Jo
ze`CRC90EXa1J4(SqX6=LFyIn9iI0SAi17=TLdx3-Scoe^6zMlK(qVK$u?28PJrF8r
zTTEbOp5f%mx|JF~m#M^IYj>o6=+VI59H<Ykzd6bo{Xr&%E2vIhl;tlmgfeNl-Kmhp
z15M7YcVfs$O+T+;VXXCWdHE@w^h4qDhZ$b1XV^ewA|?)LDCa;j5?6qQrmndj`YvH`
zbrWK4))YFBC?zZr-o}oBZFI5sZ6-vXXCJYu=`~_z*L<jrl;(jx?4>%4z~Pt3Dy@u*
z`fzF^pniXT|Erf}c8l3Eeo&$1n2FX2)Sjr5OKadWuVD8dl<W@YRA&Jkq7<DDLuCvI
zIJhQzP+5v)XZpR3`oTaXSr&zg_}5pdS_U8&g|%O;^q`n*ziIpM4+_<<CxN)7eGQUs
zHXtGJNS+b`Fkk_~h>+t3U`3kvsC5Jgd%JUZ9H?5H);PSrYjNC4sy-p{SlqB5n;*Gz
zXP7D!;-3ECS8)~02MjRv(VK1~+Up&O8sI06_Jwx6M=bB%s%T{793C(wvV>4Z1I3|>
zn1VUoR~>1#{}dP}RJ<0PO}`jPG(*vPOX_oIt})yq3SBNwxB$5Qv0Z!<8J_~ZjuK|C
z@iGz=dFc_x3}?Kc@QWSKdhaYIV5gZ9f-}AZCGokb*&NkkNH#zfnpL56QBlIA3T0CB
zTc`Z(Spd-bO~=X04MBg?ar4@!^bj0bhV}qzShao=6$V7Z@$jC{8xgaEBbE7FpACl*
zfb>o=APSlbzoqTG+_3{6(fi3wZMrKxpzR!W*SSCoPZ_G*XC=IZQ@JWO_{vb`rPE^W
zKfDH6WGx@-2$3h12}%3nst`|PR(JY6q<Kzgli#R}-rl(iQ^Y2Zg}21%XZR;tx)~yz
zb(owEjK07rGI&q5s?=aK%$E$*Ne=-v^C)S*6i++TFuXJxAlTHIaiXskqZurd+GcTb
zavVeRmK+pyjO;hCd|$2$Z$5cPyRIxoKdHv<R#fvDta?fvFeQ7^HK4rT7ZTUCK=Q;F
zxTvJZb>!xVzuJ%EO8(`y3xE6VKmhQdKz~1$@A%m_?*^|907&`Y_oqkaud5CO0QS!_
zf3McRRcUk`1VBix=0Oblpb`sCRL9(OP7ATMG9|+fStrkF)_L?>UoaCkC*pWNON+`Z
z(r&t&$-{vSh%WUr7#Qm(CAAe>64&6HQ<y=be2sMC%;`2(^akzyh*q$*BoPPL-n<Ba
zv^NJIu1dRZgxxC@4|&02KC=Gt$)uHvv2E6LCcs8XYnoLS|I*B-RL2zOo>N4OpX%3V
z+N1*2UbwN6fEy9bx<%!E2ObH%uKz7Um<|eWO)!KTZR@M_TY_-y(Y0YFxsR)N-P{d3
z!NE(WNcys<6*nfxCdNR-=4bz)D3ZQ`?It)ScN6Anti|Y`%dt@F5O`Zi&xwTTeN3SO
zQ1SV~O(7<9_)l&iq!^gk2wzr?7SQlQQF4bcJ@(#vf684vknaWo*W)A!*0g_q(TO`v
zKQZEo<pZ-5IPaY#gzk^oE0h-^#+m~(k~yPw8*J27d-@af6y@M4Y5~=CsH%p>4>2kI
z0!|7GQ(R=bbWN~4un+2qnmYK&Lq>R=)G4>+X~N!yd2@#rvRd!yoa-vm4k*r@r+#{*
zT85g4W>4+#v%%&rU&zZfT=%INSWS#vQ!U~^e5O36vA$=G<}-JjDEU`l)?wp7JQ>!)
zyu)~eMsNSR<%<2Tw0?$ph0*F{uU(iJIi6~u17VRwN({MTmh=+yM~EuUJB@Viz9HsY
z9Gw+OUdbQR9Iv!W6a@9vmQ;wOoI~yu;n1wWgV&JU3;{2(*G=mNzN)xsJY<NU^=ig&
z_#M9+z<H{pC9)YEQ83IiC^6E|0Vrr;KkAOjs*k}N<jZTNhT>D{J^Y`}FET_{g--3i
z(vFg5z4XF?=G?W|J63+Za4eweg7f57nK}HFIl@)zrdqQXN))OgM3FLQMDHoRIE`u-
zBT~oW8|}}VQehEwDCXE2cQ0P!x)fV%KEdvCx3@0Z@!I7)_><|9XND^XWElv!lTS`n
zdD&L;6{rJbTvkRaLpfZ|N)1&P9P=u-OgBXQvwEn$tn1KD0CD7g?rRCLO{m^YxX^!D
zM~b@oKjB4D;B@R8UK#@k<EGP^nI)<(MjCaDO2XWS?iE(dC6y!t5&}(gD`#Ahz{W>P
zy<RHX`+-&_tyHgak*^U$w-^g)egU~T7_eTRvF8<6x6r$f;w+a>dOb~R-4FfA%Htx~
z>LkGgPS=%=12{K;05=)i`rKC85a8NCt%|uQuXl|B&cm|+6bX5w9yXXejIgU}xG*a)
zuh`MYY80(?%Cdq}X3qscgKvN{#RtK@Qns{X#@8&rriqeUvPiT9#}^YeT=be~BRemU
zz}6WVO}<94Gk*BB&mupf4sP{j#Y#xirK<7+tudmzq(AdEkD^22UYM}=1<33IH2rvD
zsk5A0E>A>@XZwG`%ioXXAMgVB$>R5aftSB${=&<@t#K|%2!LeyjI=i^Dn02ZK#(hQ
zI24oKV%f*JNAYO-YVwpIhrIZa+kW^z-j+uiWsi5na3};_JvLd2owJewbGpL63sn^+
zQ+uEEdu^(+PYx_5U>Z>J`%f#FS?0?v7^t##emS8q&1g%V8VfhMo2W5*dj@*hI1M{C
zM*Sju&Yc+qUuIxppZ0jWodli5dj2S}=kmOft$#amdg{bHzRV2n_diwDgpXFF=SngR
zjv1jcGVBOYNzj-*=*!^^p}`HT?Z>Vm^GtOG%5$GC1PqVCH+9ttmf=-k(<u^uHD>dG
z8IqaLUW=)-DpUO<x!|UFi_O$9RT?+MAHqAaQiuRQ!z>Zyg8<OiMxwa7yrjqTr?{oM
zr&yExY#Q&4imLQ5BFLGq)AnW=N!bAt6x$h0Ft}3)j77@a-vOk759H*{!n>^OTCHqH
zE-4MTLql?kiC0<bB}J17@9fXnwug-Dt?OQ(3EToA?0QArN<^+di~w}O&4bzQc(xxl
zK?^GU4}e}UZ96_W`k$Z6+1!xXg|ITf`sac92tFL}0hF@lBNt~FB5`{Dtd(x7E}V%N
z$lj{+yW0HT`iAEiKZkOLC&{R=zMjOUAKJ5EnN?#vLNcck-HhwlkQeZg_nUmjx7g8t
zIl~3OIW{bcScKyTn*Vwg`e=@l{z{e1@^$$kG-f&~tB%-nz#e6N?o<$o3e*|Z5@bW|
zT)>-AR4}FD;Z<jt)3_w#AHy;m<Fbh%hE3tnY%3=XZlb0Rpu||wA<;H21;F~{`l{A1
zT3zdH|D{B3urw5#iM%wtB~A;9jYNR38%$C8bCQ%z%2|X$SwzUytc29f=2%G87p%~4
z!AF{NrF4HK*FZB;0NS0~rSI3A*z2i3xow+(x3;y(o%rBBp_~p}l6oykhWg|_a>UZx
ztBR^22Z|0$YT%_`Xe)d$WrkqicuRf$>!MKG^N{!yG)(_MEapVRhs}<2r9SpisfPiu
z=X*4ffaKUc6mD2VYxr{{;gDuxb8N^A=+NV_J-$xEf5FRt`&Yw$Cjd%U{uy>jg0SN!
zhZd7$n7J*MOby+9eHN?|D+jd|>MNlU;6rgPz%MgWk&Fx;>`LQd7%+1Xo+I&fpO*1@
zUzA5a;OJ%r4uZy)jS>VF(iM(d$DN{*tlMprlb<@SwQ!CdwK<kRslMLIzNdO;O?~*G
z!+*AW<MjDPcCd1xk{YU!v5vuvc^!LRfKWh%qtBbgc4n7%--e|%8t|(Vs7}Ya3>zf^
zCG}b3g1p+7)ZAa%3?*+Trz&>KYfn5Z#t8tTh=zu@(yeiT$<n}rH<!2vuk{!_OlGjl
z!Etd!j$oFCZsbcc13D!2-Xk8>B|9D<U_pd>X|h8hDmW@QCa6QQ96*6gLy2~vE~x8C
z^U?9<!hZPQ4np%575+vU^Zf`g0{Ijq(!h(SSfy)(V<{dy_wcl^&-g`M@zPju%c>jY
zA?0SR4GFEIGyhUKjc1HEOB>N02PoeC2PsZ<M{_9IyaaXHua|ndLr#3$7}wdloapDz
z*<Wt(@SPwko$2jz-#w_UO^hAy9=tpo%1gC(nY5Er;cwYjbMl>?QgN^A6FHLiJvffa
z>5Pwk;J{S1Zu89cw@c9O0_*RU^^OpsQge^?P{gscb}>5PPi5SkIF`H5wToQD_ejZe
zIF4pjv3kMz?#+%ndgs}w?|(EC`i|8<AUnBlslk~2i)i~>Cj#`3I+1U;`(OFE|Mq)6
z(&4{+3{M9)zT*}<9o9ec8HS>??yyvcQ8T2Ql&3_6+CBnU-cuwfWxHl85>?pF+VFmi
z(t5{+G5P?~vKI|de>S%KY~`0=0@WnyW2oDw!`SbuyiL=z5!#}9U`Ic7;($_rl4gZx
zEG;;Od5bobe1cp`q$kiXx5QTs{TY3w3en<>HI;X@BJ0I>LbTaXyV_*#Uuf%i%qoh<
zRcG|;w;dP#XKBw0;CkF~n@3g*5LsIi_5eS@tIBGD<15?|0t>%;#1_5<B9){bZPF(n
zLN@xl4(wxtx{=ch_$q(#dV={q`R%ALqxMBVJOZe|Ug0#KYPIqX4u|rKzt)N|d4sJ0
zl1@wxSQ!6{VkPHKmKv(a40x6OI&CR|n>6pOvFW*}%^rv;qMO7)@#(@%Tck-@HswHD
z#}md`&qWC<K`CajPqylsMemD*oJ(6<=O5GC<$@XVPG#345BPczlk7-9CB56MoJ9$5
z^-YsTI?&NMP`h<VwL;+9AO~%v%>D<0^NAASsB4KM*IX->xm???M{%pYQe9?4_O_t&
zz~;>Mif5SZHbIfbg)JcDu7@t!v;pa3uxJ!(yd?H)=AO*zM|s6qy?rgfDxB!xg}EMC
zBrIM!8b=N_d<nrIgwA++G(78xu@mZF!LnnAwRI@;W|Of3%rY1-`)k6=pxGts{|9n}
z&B=W;Gkfmyqg|RHhrjmbu(mc#eS~F`)jQHi-S92N@l-4b3LHJCSb=LJ+mGS%(fV`9
zwDKnNYiUl1<IF)@4j~$nmt=GH35uzNea%%=S!gsKdkAa1D5h=DB7U$s7WV8d!{Jxt
zXVkCCvze6^35(cik{rz#{8(4Uh`gH;Q@@;7wq46E_n53Idf|=uv=r4b)SS7*a(8Q*
z)-$hqgp&SlQY>3TD6V`##6&RK<;T_!a+p~!FK=YZhQiFMmg%+}6}J}sRxtQ`_HjN$
zGyc*xm6k{50vl=%8aYk7W{6*pb3Ge!HXmVjS_i6)QzfcR#33M~x@FS(D=j&LA+bnB
zM<!<?c6lsphgHRRsK^v+|7JX;5dzU~7Yv=HG3zaTK<;7OX4U|tJM(HLbDCqbnxinq
zip2Z)9k2kbVbM5&!;(r|0^$6r>ZKKDI7o>A)I(y4kh|6Ir+M0T-OBUD$^EMm*ZNs*
z?X0EEzA}WdE4ZTR2ZD|pTX;6EB>>ZoAPDNg9owdi8*<O@ad#Lvq-R}(kuSx7dV>$Y
zVt%FJJWJBz>>iW(uOW-kZlc*#U-7QU9{e%~Rx0@!j5?WPm?PR<`t;B>0Qeq5de3>9
z3*jshr1oL#Fs81@h3(OqQ>A-dg+nvK+NVI%!r>6TJIHL8b8c_WST(r$WfsV?eB^&2
z2kF24KG|=v_(l#;NWfiYzyIV-1Y*BKe5){63YCinQAq5jZ&0y*Ybg7{f+O?vV&}<w
z-iyYfF0L;x-0phecYLxc2kmpV>xnpt%%fr3yE;&F2P-qYL0D3nrp2TNU^B>SH~s~d
zvS$5Obdz^n!yXGNLSOQ<xMFQqwhGvG^D038=6%)kn^5}e3sY6jJFW6%ldI6^RwBq%
zCm`BCP4USLIU*UijdA#0ZwF4RCvOoL$J5}c>Yi#pd8l~(bI_LL$0S>`BH=$ARM}6b
zw$Ofyr&!Uzq7v&(o9%L>-xm6`3V{#uU9OGJY!T=coNx!e*w1gU{-Tzg4^tjc1gXjh
z3!?bCh;_z%0SO7>xj7LR2)ohjE$H&tC9)}ap3N=#?fX6-iZeZA0l5?c6^8ddTSz+R
z_5_nSHLD~J<J!J>(qwQ7LQZj>3?;*3uMy(08!Dzr*0k?gor?k~JD!3UL2*O|sOFYq
zn;`Z=`5{OPGJjGY-oD=?`=tD3_YC}7fsjzr^;KAsUWhDdl0kSlq}-UoZ6ZZPc%2dU
zWR>2yCI2=R8rC^K<te26mUO}oS=HbxVM(-6(J+uEX1jlnq=OKpyy(XtcTDy;6Zwxl
z9|Qv6-xE@2mU<Qf0vs95JL>O9a48*U^p?+(P^@vS#hVPIsuK-i)hGRCF}h-&5*gc+
zIq7;S;O=dzfw+);CT!Ke!T$$-EPUg~Rkl@(@(6F*T|e&<-~Q&X>n2wnhPo7P#bYgZ
zQ*vUd`nL>+aH-ySf}WAnx}_iGsjNzbJQ##5J(VnLH`6IMgh|a0>fa`0A@fO2E)qxQ
z3cg4{S>1U<yN7shq2TeThCpUOJhZC5)2qi0dVMZ-0jrwc*B_BIl4vw`lR-b(dm!Lf
zhgf@_zan2i?qr0Cs1E}OJaT3-+*rPw^?d|MBCk;>kUQak>`VYy2Jw3-Ba)4|9T9dQ
zzR+{NGeX++EN;w{^Qb}(nCc<k4*0ME>-8(=Qv)o{_5(b&=!Z3=)GTX7G-mAtClviL
zsxyqT>-d7-x8m2y>_EF|ydqf#NY}U0H^sm5MsX|RK_!Lsoj31;-Jl%`MHeRON4Sb2
z5qD%`##oHRUOl8^S~IYTFgz!gsq-~c9$p292Z=4nf+Qx+<@9w!jhz31bYnJl#x?vL
z9ECeLSQ_2arpViybfa8M`z6*2<szoUb-i6gTJ~<QG#Q8C@m>d-t^MSau42>93F!Hh
z6qJ#rx2A%7`sit^`JG~_{&ToY!(()C3vyN&4^H?qhrQGmoP)6_e%=(-&C7u`O3@RY
zq*-riwXmWoxYh&i+!75><O4oi%t*SNejKIk<}IST0s?KNa5z<VfSOm>7DDlN?<;O2
z0qMLuU(g6AkD(r@o8k|Vf8qzofAL1&__6R$$L<?Hfc}Fw>iuut=<k`o(DLt)2)yuj
zsgQJ=Ij*U<{?Lv#=Io(Y+j&v<Sl-ZiFGe5JL+_hd@7(&5?o=_S^5I#I3TBc<Bll9b
z;HR(?m2!z*Kg_m_CW1-+i92cgkxFx<xqxQ!{!iS^)P|yA4^gfdAaMYP&uLjWsh!w8
zO1}muZkk2U{r+TBQ>Ac5w=|pW)z={dV-Gf0`k8Tx2_vtH7ilernwj~43*ReS#J1^M
zx5Zolab26}4)kWDp4lisevK%&2|<ib<P-@8$i2HG2F;VGf<XdpjLr`R1V`rx$Jrn^
z@5p!Hxv8faHX%w0&qFp<-MVhbuf~AiiK+%$BH>!*w8q_5PRgDqNtr15p8b1;^^(uj
z9R$!g{ehG=^AxS$i8LBXI`_I>09%N*W^&K-R71WWMGxU*9LwjCM}K(KMYU^x4%wm1
z2+39L#wp02J2gAX(%-lAHR3_ZA%$RY&LNl=-&k-m@><)6<TlOWY2A+YSv}l5mBQXk
zYHXpyRRKDLt;%zjw8E}<U?J(RmbZRPNwO?Sm&=K$2o1RAX2iwk03luKRjMm40bX4|
zFxU@qVpW{waf{pIzpKxUVx^ZkfS)vqj`M`JL6!DD{J`wpD0#vBS-g6M8m;dof&QTb
zVS!^$SKUCcGD^N%yE5rB<`R1k!(H>7r6t*frClI#oVhkl0c}HbM9Y%5p*>6t|A7_{
zREdaRUON5yJsP|8npX28nougKFn?ZG9qw6IuFB5wBflx@%YRyCUu3<Gt%z`VgBj8-
zhAqife4Oo$q56&Xn71O_fA2s>Oi{D(lpb21kc*h5IcD9dt!)8aq_3yzGU#$AX~@0p
zck)jW^Ri?sN!bm<OAL#fxY<urOE)-&(>UFGwu(v1JNFBCT0;iHSh%?}-1pA-{Xc;f
zLU)=s1u!|<5Rf+!Y~3)s7IPPLt9!KSKqGyDM1^*<CAKE$p=X>`7A776a@>=V$sR^o
z83xZ11Ztui)1Bc0e}MXE*;DN%Z-;zO6?1t8dG}J6j1RiPm=!23397Ztg9@(>%jTPw
z`ZxYKoRd36wrT5B4s1NeO)L#p8Gyr)V8c(QQ0cfTv!Xcf^8>~`+ZhJQ5@yq0=^T@1
zo(nbYUcp>X%J04szhPgnlO6qNi75xk-k$_dXtj7yq#g-TDiLZU0*9@4)2}xgkCzN7
z@KRWCW^_E@*SywkV#L!l#~6z%%jnHRCxCx*7UFBukK9l>DrLO7EZL4-&(#fl-xEz7
z$!q80%<MbCOl!pr#v4*1F%;>gYmWr+XVgwo!Oa6Jj%KZ%{PGQSEZ1gH5az&3JWtFd
zN_NIx#>b66Hej~;U0-Cy93L<P4RUz};}=ON`eg2?M-Qi=Q{%GSbVB@J>gAi3SC)0d
z{!7a%AYBu)bTx6sI!xP`^V6YSx*jSd&Ge0f?la|0Ih`sPTn$i??uF=xWr%^8@YNcE
z-=R5m*(ym3@+ay*C0BArGR%7#DJ(%^35W3=M2IYN6<YnW4A4CxT9DJtbDnn%>DJ8%
zHcjrr#L7{ntEHUL5h8RQ9aVmd;GXFrik{|Aw}<?Rvg-ou1PzS6)w|-GR}~OSj7?@%
zJ^)rtM))-|*?$^ws847=@#sNhlN7No*l5HRQ+S;ilN7!?^#3&Wjp3C<+qSW7+v?c1
zZQHihv6GI`v29x&t7CL*+j;3er_Z_fz4PvS^?g-)eO0yhkJ_`wT5GI1=Gev3Bb{dE
zdM~>oa4w^v1{!9pUwjHpelHS6m^~_Zn8G|+;|zfC^f$#3_Yl*8iVF(Fdt9?sCVMmm
zd~i2mTA)4q-+8m&kL6$R`hVfge&6#OUjMEt>zY9TBnqlRDg1=B)IL|#R7|~WQwrej
z#h7Z@r-)CB;C(J;h`Z-sM7!c$Nasve`(ex~tzc}dgvQ`?l6)$$TRz&EfM0ox+;x&$
z8#3=h?TWZL2?E-br-;?^QTNOXBBNEJdZ)Nnc$YG_0${J6a8euEEgL_M;KIMt!v`K@
zNcURX8y)seWway-hV}T<UD{ViP?$10lwSv~Gu%&CDMgNWhyt{2xwx`n;JZdgh~!YS
zo6w*IU913Fox6W?EJ-C$+$<i{X8V>DzoVy7Cor{qE3oLdsyX&JpZdLLg`)4JZlH}B
z1%|T{`?}!;Dh>#>>7_Xy-+g!b*tw@XLkAfz)mU8NKirUA8?iyexI~5>67TOWJcdE_
zyOkr&&mrCB6{R{3TZ$+B$s?<}HwLQj=R{ITkRGOSWtQ5rk<(n@%vvJKHgN>rw|emq
zdj_@S=*a>@A$2~Djk&Ql)hY;L-I9@R)<P61sRjr{h?>qn2<%_2YDALvX{4`0$sI=Y
z@f^MGG))$j$L{ld7;{Jv+!M>j)(~^RBgt}MPUgDfKZ@^ualiSlCt2hiF{gz9k>vlf
zms?49z9foVm}ZF`<6GR?|Mji7P%kA^$!sM;Kc!FJ^)`%D(!`Glku3(H2n~i^c5qg#
znr7zb>6yXi!~j@s!)i3cqNw61H`NK-ihZ&^kn;zLYM)!~Qbc46hXWL)6ZL}!=V9|k
zeS;pY@)0|!mISzS8T;IEl!`p|-EdU}?n_np<J8krp^R)SGPqo3Q|PgOzv34h)$Ah`
zhpt%>X0TXNCA#$^HVu1exle1r{#aD=f-5zZ2rJgBCV!9k?2;_%HM^(;@<Ah8A{Y_z
z7t^}?4>!0X_|*+Xg!^@-tdBSe%rCm8UdrE#MbV}qLnkSR#uaylD3VNc54mQeGR4?y
z>!x((?W^$h5jq~_L~?A<(|<63L(Q@$_dBuJgLt{?Yz>}Sd{Y+Ez9xG-_rez<Chc$Z
zO?F%w0Z|u=!H%{eM+y0c`<Va<3LIsu%LDaa;YAhKrSTJ9GLA7`s5=iaT^#kdktV-f
z5_-DQcCcHvPl;~Wy>-|<>;g)Y7;86eV-<8;UihkCu+?=-PzXI_5zY(&^{n@qtA4+k
ztUBRuTv!QEW!Ar?FjYL)0$Xa!uyF435;3B^)PSZ)6`!bpZzKHXmz<kpVb-N3R54MM
zk)}j(uCJ{L=e*mgkR4bo6T%$DL2M$m)VBCh05-4Mit=Gpf#$l=KgMc;tZxGkmmfrX
z+4U*7hgQ~yG_5jJ(r+V-iG(~vji4Yv<%*?1HeQ*5F5EzNUsmerxW)WgvnD+5N)KUv
znw$&)KFE1y5f^F{DhpACN%(FY2-o^!DQfnY?1LCx^nZt!-@x*@UJlOuIr}?ZbO)sT
zFKd0jAJ}hD`J0Y{-Ut2yqKPuPH%b+zQ374$OI@FJhTVsM#L$aAU8N7IF;28+uiI^2
zg*mOgzvb1?IKBag9TG5i$-*FWCV#gL1xWQy1kA+zL~}&!D-rb*JevPUvW$=XWGj&>
zip#ZXbl7*G3CtYzowCTO8#T?qHe%Y#XvwGtwNw`xqL>Mo`3Sl@C>MR;CmiIZ!@ed}
zLit3Z6^4P>lw(3HE3pTCu49vfw9JnY0o8z8r9`YGmwK{LO2q0UGs_JBxySWBMd@s4
zavDEHhcw8(74c%<!wr?Y+N0?}$99oQ2o;uPdl93oA137cjop~qWhDXS%VPK_vk)iz
zX&nG#P*f{WO3#&^|6UZmMS*|AG_eBL=O?W3rcAn*Jz%hXw2ronSc)B|K;Azwq|8<&
zN2+b#8U^$HsH9c0);;I+ZI=Vc0!b<TnVwS*?`45w`&_|uz%GP%Ft0k8h`pGt{c}8~
zV5z0wDQl#*`IWm7@GYOmY0F?O1JOMH;3CkTw>tTxxSUHTepO`HFdY5a0^g35>laAY
zkmvJsL5-w5?-XDv{J1ZXF84O^rm$!IO~2q7Lp7>EBY0N%FEc6wdXI}L1E5Bn#0caU
zV&lNQl$cc?rVj6LQ$-Le%J}sTvnbjI{G;MfL)wq2vJXF@`Yv{eG>I^Qj7MHP2!v+Y
zkbvd#3C04lJdymNqEHHYj<|~(L}e<^bp+72@XqB%wT&Qk#**cnu;q1zE9Dx5A)Czh
zLn`&X390M8{`=<PgTt{#j*>Cx_6-D}sPy)O@k*DUq+l7vz-w7UDS~<PwQjIkW9wuM
ztPqL@nyI9gAVAO85`;qBficWe-(mc&Eq}TZ(gGmt_v(_mT@+Ff?9ht7&Er)wR3)2o
z!P2!Y1m|``r7V^qEg6)i$~PV^4?T9Oi=KN41n13B!71kYD}fM!vv`eI-7B2VX7R4g
zK|QaxDYBj+!c|KM5A>ogVM&?*A)eD09#+kNX}rgRJvA%ofWK@sZ>^WL&S*3t8{46=
zQEN;q^_Ex5Exs@Nov8M&qylx2H`h;inMUIAqwOKWs!o_M-{y0-`>cv?pN&^~5kcLh
z&{|<%%cMlTb2D0Gdyou|pE(8@-^7x<Q($;`<WG;j<b7ONw;Y3jz3R=^=_ZfdKsic#
zl>$gB2d-u{+Zg6f?7}aU5KCEX#Wy(6K6lZ#!q_f+%L21#G$upy!`3e;o_1AISI;G9
zIFtKp0B%J2@i7xI8HCmoTahOEpa$}^F|ZO(REti`tOHn&o7!Wo0JaB)1K_U5yzFzU
zU8@KpfaIW4v@wY*FXCIKe}*X3l;plMDlg7;p35U0t1;QCW!A(Y&M+~AKX;xQA7c<n
zftyZK%czD-IAs`5M2JTwZdB@S`G1F(Pi*;oEdQ_3%kO)B1I^#uwp=^#cjlQ(q)<%J
z?5ivf)EaA|W{7z`qYs}4@DS2A*20iguER-OG&-I%*uK>5bWy?xgQD;!ndBgwE@U8v
zmDen~9Sn71bmxab1JRV-7yyoCb7E$`0ss=-8u-JnpokCyoCd(iET-}B7C9$=TcKTi
zs8sn(@|R_)^ofj61D$S2+Dr)kUIM)VYmqpQc|*Z_(&I#34g07BZ;(T~j^03yGe92_
z<?1t(gm2E2STQlbEPZf7JV4Ox_n`#NkFW07md~k7<dWQ)eh%)=hWhvhL4F*>b270%
z;;()ypAZm-BuxQ(7A*=l`KobC=PGJE&zidn8eia94#k|9r^$GWQhreZ|Dmz~pBAA@
zXQQqA==`&<niD>!8Ht*&t$LC4%2c88%a_16Sqi7Q1J?z8356?s46Gv%GBM(~d2Ul{
z4lxE3u{OZeJqU=qs_F|B{_|EnFgR(0oe)B43M#BZRyw6BLl14e^#w>M=909$pwQmb
zD$L+ouS6fh3#Sg;GtQhdV0<cJ*qodr7_laYriK=QM{^pkNEbe>6(`p^Z^;R!`<AQu
zKq~N29zqYjaqXBAwObP0S8gW5LsA%h`hF_gq_Th?j<i0x9*YR((tN+hn|Ix_UMy|`
zjVxPZ4u?S^=c*igq3ZN{f_TRIU6=@|3uGEYGH`{CH8pt<M%Gis=I_LW7M!SQwK#^F
zO#4G|EAUDDz@6bkT7K@}Alo8kAqx1-T5)^TJD*R4CF9)}UtM}^U3O|fSo1@OTm>gM
zdp+C#2nOIW*K3pKuWJXj`f%^6#^vGCOtFnjRkoVCy64$_WWGC9PXG_rwMsANbeB)y
z0JZUonhsp`2V&N2Pw}~w2j*+sl5nyU@eL-bv}ZW*m~uX@&%(l8iO7y}s80C7watTj
zUN@IWiTUjaFSx<Q3SLYbu@S7<>hadzun#mpNtgC%#v%%BZ2(wJLfSlrXyiLV$^)dH
z{f_`XV54g$bmOAg)o->&(U>kLk#tjb2v^42ZaPji1#+of5L@{FhL>m%jeXm<Ppwl=
zS7$?(`ay(ocyrs;h9#zx`J_CJq^Fm$?cN;(9|kjmD+o~oGoZ`SKohg22&*><fN5Kq
zy{AtmC1Jr7IgsAuw8L}TXI&;<qr+?Ot1WXer@2SQmZ+O9YC-Xw%`ty=6dUpmI1G_8
z6`Zv_eo*DwqhyOVj0|MnTdQ*f-2J3x*~xFK?g;0JLoDB#2{;Li=%qw(jL}R;^}HJ+
zPoRFaXRS<wdcI<LeGLaKcGq3LB4a0!WuW}RNIQlqEv13MO{7G!NiYV_m~}xYKQ<uH
zY_eiTL^G1bTZ)LaEZ~+DR@4T-$y!~lL{byb5dr@-1jblysJElm67LMm)xSddQGy3F
zaTWZ2W?{?>^8g5!s|mC<X%K3L^5^<a9;LVhQA(N%u+7(U_)Wx*?!}C{_qo@P{Y{&G
zUYIq>pwwaF4NgX8x=@s5=iKNZ5*+#*j=*x^@(~~bnow|u+uAGF93%<vJO@O!IoF^2
z`cDranCFk@hnxp?`12-jL&O`n|Ae=HYMnlXPX8(Q7!>IDzx8j_>-qPn;lHY${!{Ai
zKfd}K4F4wc;yc0slt*H7k~bS!ZD|-lzYcm5O7@fp$rmuA#bq!VwyVo?t1(ZJ_UvDo
zeRawC%;D#fk|F{~n44gBZVC}eh#!M_pca?JqTfY=URv1%w-SN?`Z30FN>QQ;1CjeU
zHxKw4@<>Ch#r6HPEOUB&`}`c^5~OfWM!vTS+`D6sME*F2W5!W!y#%UI@@m+H*>Um$
z8j#zkU+AC<l2-86GuHgM%xRB5HDi$-;+?Tba3{M?nUdB2bP#{BB7V2#GH2RHRNa>T
zq6M<g@fhI#z)TRoW*EOKAh=YzKWxXQV**vj2U2we66t68bi$UkxL$^?ua{LuGaJ$`
zjc7`U_Bv`vacJ`e5O0Mwm!|UR9v0u6%ZK}8hpv*M>E5R{Uc|;$<3)w(0j&7=2vv?2
z!sqfDM1A>){FJL>47Ia(JUIJ?STolIgBQnX+lf|_<@y5b@gW>&H^nx3LH<*ejUAE>
z@|G_PD>m2x=FSf>Wa2~lx+q(@xfpn8r7!-?k!VKG9D!&E0NrZ(G`02-I&lQY0~?^i
zN9K(fjh!cGKbW<0H8$DdMuYa7x5oUY@_i$hw2J23OWH`CeA?Kk`0Ffbk3#)acn*Xp
zZi|j97;@*rGnZr2x@xwO-z+VnJJ^ze4x(_8+ubi4UxAb{ywM1_UThQd;3-#_0ZloK
z8Y3xn(waZ@sw~Q4HdJ{4AVJf|HqSWH{y+nH6;^CoMp?T&Lf6Ah>AKArXY#zKh)9eg
zY7dfCP$Z_gXcMmiIcKDfvGS!FSH}mB+(>BZ9Iu#hQ2}<!>+^0CrVwANgNk;w>!INb
z$V}0>zw>|jQh#c6LcdZ{_by}ux$*$ocKYp+6sH+kAN|R;eO-ZG<XhLO$gCUa_Q+v`
zj@R^Pb7LKmOiH*zwv<Wdk4*tY&*|-nC3O1E##$xOWifRl6srf{7IXN-{B|f$<l3{G
zu9&R;k`TsBBh!unK_g95j1>-LS+Vq^M-@B1l3!iKZ5b`R#E`e2x&30gb{g;t#!HU2
z4R3)hr0>r766??z=C4Rkj(E!{iQD}p{Xw*g<7ubdXrBvC+7m%b@T5rAht@a>a_aix
zNk8M~C@aRQ2(R?SwK%kc+?AXJ@AJe(<Qae?a20_#PIbl05l4MOyWx8wAIWuu>c752
zHsm;$*GoB;D1LQ7X^vAO2|TsME<Wg_f?+4OcMtyr<3GaF7A6qQsoEAaNNO-Z5Wp2N
zctAjKeq6+gTI)FDtBi>;{XK5jn;BMFx6lVF7obzak`$f*lyIQRKkCTeis%1~7{7n>
z6EOe+{*4u`pIMh^5Pxcy{HIKQP@v!6`3)6+bNfer0s?e)y=*Ji&1Ne4t;RN6ruhJ-
z>$PIJX#9doX#z>iC=dYz2=KbfFz@ak10pxEf8^j6v6$>Rzn5}w$7e|@Z#fEsfk%XY
zrvZanPN}o+-~&JU)#;@^HSD5PZ*q|8z&RC^u#>K;>=vg7D%bU%$C?f6b(8`PA4eDr
zC31Svy@+2HE}8pfH0{PkDqF@wvVZRonr&7%7q4ZlNf#<7z;C~xf$Zc3=!fk`6FOCI
zOfKH3zOjOuOT@jrJYT+uUbSmD+2T;}kJzVGl_B-I1PuU6)@5EW0`85Sw6C~ohQ8C@
zuWr{;Q2`EqWWrpv612Alip+~NI=&~_d=8stWvEU9>9zgq7W!QHLTt__JX{?~z$=`X
z<7&cJ*O~KCCuqarKDM5u5`rXbz)%MVWx+M0T@figFr*w|GMj5L5Gu5gA#oAnGH}Cb
zrA#wsFY-$ow;#EV73c}gR}?p9t_*5@yG}$HWHhRT%wKP59yr&ju$>Vs^I^kAqKv_|
zsf8{p`OpVYBW2qu>ZOMx>ko;LpV!cCV!A5*&bWres%xCW79SOLRjz*)s06ijM<=oD
zF6KWg-U<bF4vJPjSFe|MGp5U%*WPX|w`{sBv?D-#TM&5(L6fBl9Ch5~i!wWDUXCXq
zi=1R&1P7MO*ys#IEa%T+bkZwThn*w4z3UBvg#&EP<rt3D<3g5OC@r}gtt=zR;5!tp
z+(*sM-F|<K!3~hf_I8D|sO(lIKw>^qFJ7v+ZlwR-02gzMqX9V2Qf+qi<@Il{mlgXr
zxa_bPm*RfE`{E$;;bkNB3jhFR?;i>rfKTlR3NipN0FKtL0d2Z*rO<hpy^9UVKr{FJ
zV8Ty12*KwLK)l{9hVSUcB41D~EZYi#Pfb@{@_G7?0;l3pFBPq1{xZ1=e-@DPCRnjQ
z`s(xA9|g|mC-85D3ed)9i{Nwr+(6|&4+Otk007{9p9ji6P0;_haz*#DSnBt^zZEK)
z%pe_~>zD&oF!%kLh}u+^LPj2DrjQ+5d~bL)8>2jeUlJ;4PVll_SNj&^gDlzRAf+Qb
z>_nnuiT5-jqX*j%?It7#WoZ>th;mj<61zaY0F_c$v+)xpoq#{@)Uv>E^^IfAkfkl5
zChhlBKsPDF$_w(I(dw4$G6Y7e!9`hPDxG6)#usYqdr;nNak15WeQ(2L7xuMoAG@_N
zXt8N)xVdU4I)yQ5f4QBr=0J$qFW!dRS}c+30WB!^a<X169a4mdr<Uw*S-<NXg3j?H
z@H~a_m7CP6-sT|rfkI_k=hR&+f2#g6%$PPjXNyB!W4`v|S1qi5zqEgJdnPVy$c)(r
z9iNVdDk*%X|BCntE(6v58h9lTISkh+4@M$L9S2y5SI99TO$Vpvk0_jodFtJdx0#!`
zc<Av7IL~?{EcT49Be;OHtGzuUx!Rj5>KRBkj&l|SgV%ToyjF~3dC`0Bj?j=@i*g|Z
z7d<H(B}VVZ9ez)?2=@t|$lLvM=U{K!mqmoHV&jF=c=bUNY7JC=CA@E^`p$R>Q+7A_
z2yxc?%S$apu0KX{P+7w*1IW^vV?&AQGAr{;+<lw<BV3iRH1W9x3L?u;b!qNXm2$#v
zd+;)(>AmwtbI!OMPL7hNvNjY96+HJ&>ZMCDpZG%<gqLt$j%KzbRj+}r+O#Q9)71n1
zjOG3}g$jYPoehDefvt;^lLY~{v*$lr{AM-=7S?n|b~gWqAcgHykOBcf_zA|$5J-RP
zga1~ge2P+l{);N*H%|Y3Gqi*e077;tLNKZEv=B$t9`+Bjl7WhPEtTFREINH`ZM*>y
zXp=Rg3scslgnIc$luE^crOLhi%Mv~|?-m$=+JO<)s+e~{$LZ)r6b#OKzwF*n0t%X6
zM-|Bp@Tq<oyt5RGu)$er__b*wsfQ}I44mA=crO%=Aa!O5Zx-Z^%y%c&g?s0zw+@Rg
z`F>{^$$ZCMBI8K<5gv>MYkan(#*A$V2YSBvfs?t$g@!I%k!;r$z@<2U{4O2!P`d6B
zwNK0b^%(+V;JR(mY%<`Umq<_-Q#$7RE(}_Ys-Z8s)WgUnB{4Vklod?CK~Piu(3j$G
z5yCm*q=@g188AW--qP&4!tWz?Kl)g&0mY&<eR<L)wc0e#90tjysJ?CjE(&+vg~oh?
zb{3p+F)(vI%vd1@q<?PXmUxGbv4NB*9Xp&DrodUtIhsV^n6eyg%MfA*R0`7Q(a(yi
ztGeSvAstFUGZYCkD`hQ^;C@S6j*Pi&#tJ~)Y2)(@6Yr*AF2!lTNNVWs4}Ctj5`jI4
z!yBWVtHZku2{<%X;LI$Gj(z0gfQ^lC8?up<oqD=Jb5svlZZ3at<nFVA19O+s7hLxS
z%V}L1k-KT0(8lK_Gt<X$0@LwMAL$N<<6_JnjW<rjN;Gyn<6TePa5BL8N{nCY@)eZG
z?=vx|GB<&muL-&DO4jHv!Z!T(i2ECGpNc436YKvdf%;d(X%TAs|9?hYtPcE#Rwkvn
zWAH>ki~rOW(rfh>sUoo`CNqu?x(9g!;7)~sSOlkT#b;969(+YEa8kv~<nga6_H-Qe
zyYj`7PoXK$Y?B29YKhfr;s%xWw=;!pjH{Op+`UO8N><sed(GnHsmfStbGJ-@m4FE6
zR`-|qiFxX(0)~qeKf7;MO3^qlsDgZ+Dkav^GW6$cu#0)FkYVbAm%Da3Ih(01Qy~Iv
zw`~KznOXN3s_wedcQ;`p6#GUneCaXHVLC9>3JN|ZA^-r4vxOwm{OTH;j*MH}cm9hs
zA8O=i(tc6Q(CGL}H!Ms4_ZBFFu>AmxRsJf6b75*~b?2Eh`E?Fhl=2@Asp9}N^Y78o
zJJ;*OLY$;B#cO;9*1NusTJ;;#Dk=TJX5Tu{aGfKisf05q+UPW5+cU666y>r|;J-<H
z&HM`RZILmtyw+M^oX(ofKgS=YYy%()#P-RRk;<7PbcA`uy_7sFaqXyq@qpirD!Wxd
zO>20hI|l%X$7@3u^j=y<!O1Wftv+?x@Hn~eCC7!{^*Nkvp{Ls10ZMkhapB3EcV30J
zr*(W>jM>uArA@U{Xv;h-C`}35Z68lK#jNt7%(7glfN(Ja=70z3oSZxgIL_jw<18ls
zBrQLMjdPNpAcPsk{B>!gNmK%jG5i6I2KqpNBC60C2M4=9edVWg0pGtOj`F`_oShBb
z->9>;uyt{#v#@pk488vZcE62YAprj6TKykj?hg(+{L|?5FW#{c!hgu|7|mp0RR9;B
zM7+b{wBefml=W7@1cFlGXT68!mog>2dm+ia=`fN{Ko?UUYMUHc9O_E3^vU{wzOAgp
z3KGYTHCP<@5#Kw%AP6yd6J3BF{5IcDW{0hBtVrss@J;`%X_v!79OaXnTJflH;qV6`
zSLZ%P&65;qnc|d7`;ncXFC;m^M!J@mIN8c?(>(QE1L7{Q4o);J9>fXFY7Jt~b?-51
z$Prh5B%K7#_$KjS1M7Y>YIz({+nIhvgMp6?VV2)Um-jix!NDpm1p=srt7!_>94DA-
zF1jBIwXaT3x=S3=B4)Oh)#qwJ6yUzBT1l&2p^6VX-fZAbTjcTJ-3|{<7l`NDc^HZu
zSeVEvJl@@O!7HiG!%vYCmKsJu(<$RHZk`Z+L%>A)kdBoc?Si}?av1l9%k>A6aByst
z|CYorQQ!e3)v`hyAF#})qtGuD)XHWThd!c$Wb_~#6{YY+gBFu5s(k3=5pDcJ>EYMp
zv@IBGQ2_=iFpjl59xKc}cxu~pU<)=|w*6P0$9pQk_hsH+=6)8%7n_&4@;(&Yub>9b
z>&CKI>8sVDE@+#8g+F{FB4)h%z_^7P$2^kQ!uZHZGLHfyl5g()#y4Yn?&2>Mez7rW
zNMIdwLG!d01?*}EFD?<GK^3V@sAq1|kE|kx`ZaM~GdJS5=j1=?_WXPNRZE%0f+SBB
zSe?#D?<V;8IcJ2+>ExkvcfW^b+;ed=b;a7ff_HJ8&lG5w$7L%M?1;~&xF`aSQ&PEp
zsM^Mw<V&JL_^F^=E_m;2FN?9MS=Nru$toUnUhcY|t2tr9_TBk3%;wrI<m^nHyb`;g
zQLVP}!v2y)7rV6NOI;j@IXc;@IKcF^Q=L3i6FdOC3_Z=nYle)e5R>$&O9VqV!4q_-
zPSUin4y^_8bfJ%8utyaF@D*xatJG@myX!EthCvt>0)S=L^WL3yKH&f(D^@0)ox5SH
z^kaEeO59k6F)!Cl{;3@0TH{FTP+t{Hb+P3>=<1>b(B(oo_4+(}QbQt?xyB0Y9LhZm
zRUowiu{0-W7h@zpQTB#@$A~mL1rvCleHS>lam1}L=pvs3w2GaGpy;>Ojf{6=M<?k>
zy^G8Znxgw!uOXB!UFOf#H;!GtbnXZ}L2e@CmoU0#BS6dz!&Rh&3w79^AIaQl65)QR
z>;*?J>rq+Pk{mp<i!&J}ueXz&l=+rs^0S0)FuY-6F6Gpu#IzcXNQdZNaPy`jQTplD
z60CdU2FhGw;aiz^(u}w$FwaKUq>qKy{dmMT0gl2UF60cD8iZ$w2pKKDv*|4nv{=F{
z{Iy9>9W3YI_C+;&Alv5C<Bthg6cxF`W-S;Ti{yz*wP{(P{}c%Q+v(u<u>7AH?0=D?
zfe`_qGk(d;_O9=M;K8huE0n#Mb7{S_S{ORArSxbp<R~3r)iRr6lH)<|2Y-3;B+HIa
zyVK9;Q{vJ^x7Qgd)2pH|^OaTAgwg%C3DBxnwOte%0xIkNL39{SpZ1Sc!38|UH6`)U
zD<hR89hkUTt-(*PW&y&7d_yS7i9k2*lnf^QZ){oV8Tha|7u$;*H8sQtA-J)j5b-|H
zqMGdp76og5EhsybaYW**ay13PiE`R##^p(B)a9dUk|=@#IVjalZ67iA2eT54>4SG-
zJlqaOVDUvN7!GP7Bw&j62>lw12KW+sSkMQBXiL^+G7%luP^@11@UhTg9$SS;@4l2?
zvtEucigv%CM+}Ryd%2Q&UGY!f`;t&X;`yEi_h7xWL|4ZG&SpmDir%7juyU}yB;%g9
zrpXxdu316GYDjb}HEA5yg4Ye1sLdfJ3LNf9jcH=rsSK}GjMZf;yv4ecdhDnz&7Y)n
z#5*mi9P_rbo~U%w;~rM!z8`$8ThM_@%2)=V9WHfO@T`}3kF3QhMIf0QIg0(jvEw;=
z=~tdXuU(zneQV^@Tq_mOtbU`H*_DNKmJSX3cAR>T@gp7+RuH~kt%YY;u%A&yMky~_
zW6Ym=XswP$C^x?`gi!~(LS_D3*Aox$dI$_(1QDcvPuZNHyZD|&AuN8Djf4y_@4q7l
zB<JVMtx-Z*g=U$<5fzC>v`p!X(a#iyt2V|G&AAISR%*G?Qq?O$nDLL{c#lF+&6|Os
zMtgx`y3A^kXC*r{D8^KhD>v#5i_na>^K3rBD{~glJyBhf!J$f6mXeE_p1^>5ZVzgz
z*gP+k+>H1-xerm>I}fvGTOeDh)H1pLssw{4SoQ~I+w^7QT)WzKTOGz29(DS63h}hz
z6lej|M!~7ol?*KGx>&#m37#IG3rJ-_$1jNq5W}msQd=M|C8{|#9I#WD!Rvm(iTFUj
zTr-RGx}1MZr@<;$hz1YU$}ZKC?Q^WNBYAUq%*Z6d_>zXP6TPGJPuLtn8A%RN2X#aE
z4IIiN4x+BZu2y$Ga1}T=ycD!r#;xgZYhX=((75wse0Rj4=P4AsSol6#`|I9I+&R8<
zt?baPZE5gJ7exM5{Z&76qtCmnzDv=eRVozzms<Pxy9fBX44kF4CadqLo=~`T(2ut7
zvZu>VvCvU+3Er{#T<<4<A^u$M$|uw0tkU3<9q;qBVtiWxT3Nq(V3;3-dYZ+LH8!1|
zseo~4x#%K`ehwGwv)i8Bd}vn~nbhsR>bqA+g{J@+7_xM3a8NPGBiaEPjnQRNJVApb
zmA<)B8Y*0dmuA`Dd-xvR(f1-x(7J#xR;6KCNhzH-UGc~mCGxyxsCDVGyfngG!+rdN
zg$LpN<kbFnq-Zija(<F$zjIIjBF8^+Pye`){=WKq`t_G!z!!l3a4nC0D72}jT&a>R
zd_H22k1DSAU^)-O=+$X5gTh?oY6+MezFS0uoDGxmo{h`oygybL6iadyd}xi}oOUKu
z4rZBFArkWR75B;m7yCNkJ+tEtRA+yFeV6Jh|Be!0DF^G!2#@gEwU>_iR73xey*=?m
zRoN<!wt>&2+$u=+UjJlH=$#WY8nIGKf*{03%>oa4Jj7nc&!kE$wfYMs_Q!^9iVZlr
z15tQ^Gbx3C<6|aK8<O_`VI_UkP8N%0%}P;JGO_yO=3x;nwmtIdQRAdE-uEO%EA)GL
zLzJLx1TG#8_JxQB%ujEXtx(r6Xd3zx(!54tp~2b8v-r)k^`{o+<jsa5y&U22v<j>o
znYl59r8((yu1AJIZ|&1fI8stlq|J+69fLI;uQBvb`bmSs<EyuFQj)*Cay@P^*+7j1
z4>l7(zah+_h<NX402)Nv?5|3dV;ihRBE9eR^(3&SMXmq@XUG#SPr-&3?jYK9Am@;j
zT4qn&8e*vS9AZp;^-(-l2G|Pqyqd9QL$w974Ly}JkYnD6#4%RTgzztdNFV3!l3x$u
zo$h4G6dzkbfn?wqGo9U?d*@}^MRB_!!U57;@N*Ia!nb{?LN{ns&>Z_j55!=yI(VHc
ziSA{+#%+4R9;_3416w58OzsUrUDV{k$nNDWkGxM5hPO-LKP-gI9H}U7eQL1RSy~!g
z-@D=8sn3}%JJwk}A{ms>;NZmQQ?&!$sC>ZCppsBgz+}OzjbpCSuUmus!n`#hb(De-
zgd(I_DCE=9o%-^(pngD^zfz;<^aDbZ1Pqa8-ij^=_hQI`E6yIoH&Cqr)7RD?nY`!8
zaKhEmxdBP6zYwY&`$a5t(dBFu9T$xV$wXQa`MF)!q>U)w!W?^*so`F>PC=j+S$fIT
za={y?FeL_n!BB$@$^t+AG~dTO`FcrWzE@9sZ9nEt{C?08d+S`yE9&SPB`Qi)OIrgL
z+2K9KhxM&E;F$-oZxrU*epvF%tQws6pge=#84%@GpO!c5VmR`7-_RJ>MxmT6<{iQ-
z3uw`RY|xS&2Z;EvTU<Z6Fqr90nW;P{QWUzPTGWGqHc)MDBoT4yAaqLr8qgn!^hF?R
zZeR+yGxe#BScyOV!+s@!3eqVA($jA}59e2{zr_PJh;OrS@!;-^vx9mh*s)+S$AM|J
zArIp%-^W(mPlKGT0X@o%XGBf|&8tKkPXoxXyU5}RqgcG&T@liRp4g~Cp@BxRO-K>q
z1tmV?9cIG$p9)`!ta+w(euYnuVSt7Q_TsiEv44GvrJ%Ig;IDD@u`<s<5;0d?mFs+|
z{xAmjKeQt$v_H=ve6=Eru=;ojXVF#cVYHYGXRP_#v4~-M<=TW^RoXZ&UWE`Au|GPs
znE(L5p#PKPi~#_Eb^!naz?nDU&Cd*RS&^Dg!9i}+nf6v{QTSvO34YUx<Szv@ZQCP`
zm)Jm3$uI?Y6muLipQrzjoS&aSe~8TA#f5l2_s<QK_w&H{rwROjCoc`AJMDkp^N+GR
zD+QljUl-ypT}`{aDF-QSjAWnsTw8n}1%S#4N%z)-@Nd_koKD>)mZn<)VqqCozRP_D
zoVw+4lrybVPu(MgN(}O#1&kd#SkTEoC2A#`jk>IUZh{Qw>jz|ttE_jd)W^vBk4t1#
zmdBn4!|BkbGw!piD%QmooTT8%Z6>kC&johe&P2z1p#Z1(;Pp|Gi#|ae=bBU86ts-y
z*;lhD8>r943yhu1*;<A2#!7MI;buDr=vyAT+yFzshFdIq5lm`aujN`b=YEfJQHz)r
zxOY)?45jbbwQIT=Kdt7fn+HxucD>U}VD=rjiu^VxJs&9)7PrsG(=XULM(y2tW0bv%
zGwk6!h1(&3hrl!$Eh`Iy+~%(f)_h(BUo7{4$D$T?_8vgm?k+fWx+ytcQ(^=D<_9E*
z_Ptb*-^uFgC`6RFyu!`ykh=z)VyBvkz(M*0!P@_UYq_T)1L9~Uqwd>Lz!|NDfK5xb
zDS}R(Ca3ixNr$F-Rx;!)3-{4y{&~Y<N>i5eck|`5EupyQ;A+Jt>zD-!>4DkQS~mpL
zUPaBP^m$!>Yte=`psduG%qnJuZtJV62T4nQ(Ri}qiYE0kdv%gd5zIc9Lyh)P-}0pV
z#G>lW3+Q~}16)<LNj-fg&EkttmF^Z0C-!$%c#SAtQ%Q2Y`F6uj2kOXv0iLIpKArzW
zTJi{48#r1Ks99KBTNv0l5l~3|VUGxe>>M3Uob2svjZJKgOg<~@7+E`7xmjD=IPw1v
z{L(*5?0^Ev=|9^4Pla}V_o;v10~9p)7f^j{AE9BG^0(Kuc4I>{4|1t0LjC)$Qi%LW
zn(mSX^SX242$#_Vkp<Uo!bvQARY8QxVUFA^coTYBwh!g7?H)Ll2T03;ieF!_jvH`L
ztuGW#zv1S7*s%CgaZFj?rZs{L0F3hv>5g(|ZzI{o5U|eI+VPYiE@+KEj@4dtym6Q7
zu_|W};&%imxqwYN-=eFW(RB)I9)W9`P|D|ey}zNMtR%u_<*#mXN!1!O@*e`#nE$M@
zNeO5&K7y(bD|~N5h-uX@DGMYK|F!sO&;eGL^r*wS?W%)IBda&8>YN|OMI;JIcgtVf
z#cfpQRfiIE>$Qg4vxsX>Oji0b|5ZOhM?MDs$uy$3D<M`sT9)P#;xYAuqn&v|p3MuC
z6Pp01#o&sEPRJaUA$J^+HR6PEmpa%83JpMXoJ)3|!M;9r)N^kYfYV-W^aw>RAyzEn
zoIQ2%IvWtN9l>9VVlAguScLs~=aA0XRXecYc9FV<{4$)m4YL9-rzPdY?a+u{#E8A4
zUuQSp)kPhVU$-qos$Q0_vKbG)eCxG!eLNO$iAJZEkQmlPWoCJ-LIKfUn&8z=fODO9
zHzWGlGG~vbl@Y$rOER-9zN_qknzB?RIUuXEhNOK{3i0N&l1k6K2LY9Ho)L81rR;V5
zv7hu80Mk|(zPr7)Obym5!M~h48aV%RJpN`g39L*!{siJ@z|y(>GhqJ*di`I)C>yj=
z@c$c(eJ}_BDX+}kPKL!E3Ei^o)lkmy>28ZJs$Yu&Yv^3~q3Oo-6sT?9PpKeD7Y=ft
zd%Qj!br3frZ&vHQ>`7L_5mfZu#Ch(_s69nXH;liSyg<Kb_<I2&&`hA`fvtk(Hl1X=
zGp$uV7*Y<Xv-##GZfzO32i-xGZ-a#jPCp)0qbw9I5CV%Bsc6Hi(8^-gr^PumG+$h@
z#)N02r5JO_<~c;0H_I2^UOg6N_q1kkce(Y-72G!1+ENg5OyyBEq@ovO4{zuZ#5B2i
zX|C?I`a#g#ieq|JD{$z{z+(<!1WA@B<MCd1wJ5w;vWTLyO_zbUd%P|rM`@-kQSzQs
z8oq^g#1rhwZ~BpMhXcq5kB8%YOaHchFcSA|@u2s)6s+u63ah@a3_(K09lec0fg=+T
zK<?V~DQ~|%j^);oir3?v@?Fa`HLYl2=ddSe{6eKxA;D2P@fXHO8YyrLW>amZAwVW5
zdf7PaGhiw#xkxUlCJ5?UV<IT5jvT{Y5`sQ=Ah8QTg;DgvXtWZwjQ^hH#Ka&J_bbKv
zPoF&$*kNlrhv%4a;&W}ZpLFbx7<es-#Dt?n2d`TJn2ywW{;bhIG%s<m2$pZlJVa3+
ziOw8oOf|vF)zylvzZ+{~-ay}yD&o}6mERyYCnurdon=_z0F$0@ykd=o<k~r%xkdra
z(fsY)TmMu{_|tV}a^auMPnMq%f(^WS<yqCLVp-}&f`2+~FBS$zMZ*?QL~Xhy@(rHx
z>U?jbQ-`DBxGg|wmfYu-lT2Ws$6wY7r_n@$_tK^>S|r2Od(jR(O_31Jt`+xrEn(Yk
zdyvN?_g4f_#XZxCRS;(?lZJ+Z6@A?aE-Ov%B6+Ne#Dt$`(<}CZ1aVW(x)|hI;1BXU
z--!dE&_8J^_|AatSWyvuT+|c0W$f;aXl~xf!bUMZD~?_KOLhpd)r`*j)6@W+1KAPE
z&a<vY3O|Gcn{+50zWb}(ftVVnrqt2BM)q>TD?WfD+WK4+aGT2TByh&Z8HpXzM{Xel
z7Xr|{Xsh^A(;-A!(u^tyYnRA213h}VXazgWyWRyHpwVuzIeSGu47X#BPcqVN2||vO
z0rKOs%Z5F1(ZETXdhCvb%QkL}NskqL>KQG8c_~GG5=wg2U@RBrz=~diSIGUBVhQXw
zZ2FEY<JVTd0688Oz<knS_6aqXWRRykF_nwFks;JRN_%8s*UR?M!H6d=R?bPjpTH1)
zOU5^Wv`bi8K<6>tAwKbJ<8eSFQ0VkCBQv;oj2ts$qw++;8gyZrYT&*Ye6+Y2#a`ol
zWvu~_6TDII!vJ1RhVIu45k!cZ@AR`6E4@IsY!V0AYQI7cNq64hOO7h_8}Nos&bJ@U
zaW^2r|1oR)!#Dl2V#04o`Qxnlw;Stkg?|F9d##~EIM~$I4~M@oA(%%HlIb4$8sCdo
z$ho5n*5}2J<Z<gf77V?v0oBd#><#qkz;y1`t>LZh$$g!Axz{8_7~|TUsl3)f6kRC|
z6+`VZ!f?1Kw9bv*WP-mF^F2HKO@le|Ebe5>;V|2q;AX&4JRQBQ=Au$b!|U_`qm;F~
zu5DpMzgF@sQhR2MQk5%ax)YQ$YldWewC8Hbl}?|{#^2Co-P>UHNfR1*q_VQl%z%OU
zL;3~n{E#^J(=En?(>h^;^v6MHXq~qp1kk|@6Hm9_Z6C>_tYooMf=QLS+H_W_cBQkW
zt6bvg*=-k_iRjHa_o{DS<+r(JYmfQiAaB*&nY|dRfo;%$TWwx}oMUc9m|mW<c7&)3
z?lPgTg^>OhkanD3{F0vdUEL@AlRRpZHnjA8EEt}PapF(LH5I^>L!PxKR!-@{gktt}
z3!_W;obggF;V`vQ%_N99efS@+QD<>9p+Wm;)*p}|2`(hiFFVYn%PwqpyCms(ALQv{
zPQFRfY&LZ6U0hJ3Q_as~)J9PVxw3u7jVmmg9YY4FZ<ta(%(tLg6?MVmyMBJs!>wP-
z0(n>Bv6;#-IA6c8TX`!yOGh-zyXSrE*JxnI1HgVYJ?G5Yi=*HplD9noBe<?;f@ua8
v0hfZP@DpzY?>l0Jlsc*rw00`_iyUNh=FZ%&tsGnYeDd4)v2)9<dQ|@lX<L!m

literal 0
HcmV?d00001

diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc
new file mode 100644
index 0000000000000..5b5ba938fd94b
--- /dev/null
+++ b/debian/upstream/signing-key.asc
@@ -0,0 +1,249 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Comment: Ben Hutchings, E7BFC8EC95861109
+
+mQINBEpZoUwBEADWqNn2/TvcJO2LyjGJjMQ6VG86RTfXdfYg31Y2UnksKm81Av+M
+daF37fIQUeAmBpWoRsnKL96j0G6ElNZ8Tp1SfjWiAyWFE+O6WzdDX9uaczb+SFXM
+5twQbjwBYbCaiHuhV7ifz33uPeJUoOcqQmNFnZWC9EbEazXtbqnU1eQcKOLUC7kO
+/aKlVCxr3yChQ6J2uaOKNGJqFXb/4bUUdUSqrctGbvruUCYsEBk0VU0h0VKpkvHj
+w2C2rBSdJ4lAyXj7XMB5AYIY7aJvueZHk9WkethA4Xy90CwYS+3fuQFk1YJLpaQ9
+hT3wMpRYH7Du1+oKKySakh8r9i6x9OAPEVfHidyvNkyClUVYhUBXDFwTVXeDo5cF
+qZwQ35yaFbhph+OU0rMMGLCGeGommZ5MiwkizorFvfWvn7mloUNV1i6Y1JLfg1S0
+BhEiPedcbElTsnhg5TKDMeQUmv2uPjWqiVmhOTzhynHZKPY3PGsDxvnS8H2swcmb
+vKVAMVQFSliWmJiiaaaiVut7ty9EnFBQq1Th4Sx6yHzmnxIlP82Hl2VM9TsCeIli
+rf48S7+n8TubTsZkw8L7VJSXrmQnxXEKaFhZynXLC/g+Mdvzv9gY0YbjAu05pV42
+XwD3YBsvK+G3S/YKGmQ0Nn0r9owcFvVbusdkUyPWtI61HBWQFHplkiRR8QARAQAB
+tB9CZW4gSHV0Y2hpbmdzIChET0I6IDE5NzctMDEtMTEpiQI4BBMBCAAiBQJKWaJT
+AhsDBgsJCAcDAgYVCgkICwMEFgIBAAIeAQIXgAAKCRDnv8jslYYRCUCJEADMkiPq
++lgSwisPhlP+MlXkf3biDY/4SXfZgtP69J3llQzgK56RwxPHiCOM/kKvMOEcpxR2
+UzGRlWPk9WE2wpJ1Mcb4/R0KrJIimjJsr27HxAUI8oC/q2mnvVFD/VytIBQmfqkE
+qpFUgUGJwX7Xaq520vXCsrM45+n/HFLYlIfF5YJwj9FxzhwyZyG70BcFU93PeHwy
+NxieIqSb9+brsuJWHF4FcVhpsjBCA9lxbkg0sAcbjxj4lduk4sNnCoEb6Y6jniKU
+6MBNwaqojDvo7KNMz66mUC1x0S50EjPsgAohW+zRgxFYeixiZk1o5qh+XE7H5eun
+HVRdTvEfunkgb17FGSEJPWPRUK6xmAc50LfSk4TFFEa9oi1qP6lMg/wuknnWIwij
+2EFm1KbWrpoFDZ+ZrfWffVCxyF1y/vqgtUe2GKwpe5i5UXMHksTjEArBRCPpXJms
+dkG63e5FY89zov4jCA/xc9rQmF/4LBmS0/3qamInyr6gN00C/nyv6D8XMPq4bZ3c
+vOqzmqeQxZlX9XG6i9AmtTN6yWVjrG4rQFjqbAc71V6GQJflwnk0KT6cHvkOb2yq
+3YGqTOSC2NPqx1WVYFu7BcywUK1/cZwHuETehEoKMUstw3Zf+bMziUKBOyb/tQ8t
+mZKUZYyeBwKpdSBHcaLtSPiNPPHBZpa1Nj6tZrQfQmVuIEh1dGNoaW5ncyA8YmVu
+aEBkZWJpYW4ub3JnPokCOAQTAQgAIgUCSlmiCQIbAwYLCQgHAwIGFQoJCAsDBBYC
+AQACHgECF4AACgkQ57/I7JWGEQnbHg//ZbEABvGMYiSFAEWL2PTm/9pK8txhNL4K
+LTzYD6JVYCGL4l9JYZptuh/ufnSVmWjaZDBxOv6hNcJD1UBRpV+ckYGWrSjQtK1h
++ZEbldZmp88IJTDFrwlIeY4v25HRcEHNXLjWX+NG1wpOdf04D6uViSr/m6sF0CGk
+3XHd8Wxr0wzRTbdy43J6bWMXh8pWcwS2FnEGKLP7PSKQ3ef47MNwy5AC6d2zl80d
+d8CsZT4pjOgbNFYTHVMbt/+KS8xLiDeNOID4IDTIfcDgixc1KMLdeKM3CyEcYjzk
+SRPcNntsHpP9cDw/pyvdR4Gyy1Vxb8pl53A/5NNbe6EaH2qVghq2x5GCBpDY/xcT
+z13aliMdIVWJEgt7cn3rUvMcymRpF+w2U2xoCo+Z4E5Bs3IpjYiFXe8t6CplvrnA
+TSfEe1G9rkPIiyJuzRTVbVW1+xTry7PprpfPBcz+eAHZOEg/OOEY3oFTA5901bfq
+Y7a5rRaJpH245unSA2VVkZzBoYjW9dYE37hFjojv8USIgHmdzAFpZ9b5ljcc6cmK
+uY6aE+u9V/iOFSodAji0vKv9kKyKMNafJoETeW+ws9QyJ9c/MXCybN7p70Z6rwnm
+0Ll+VbScYS+/y4KjEc7IKoIen/P1Elm6jqGy0/n6CBDFiY0Ifo4Ng4xMLZIddFg+
+cacwjdA2Nky0I0JlbiBIdXRjaGluZ3MgPGJlbkBkZWNhZGVudC5vcmcudWs+iQI4
+BBMBCAAiBQJKWaFMAhsDBgsJCAcDAgYVCgkICwMEFgIBAAIeAQIXgAAKCRDnv8js
+lYYRCRorD/9JhthxF8lunlwhHFuT5Y67Q0hYmffcz/0n1qxt7Dzv0mkCxxpKTnGm
+46r5giCuIiyeZ7ylPWQ+k6+hjJ1bGhJi6QUGK2TcNpN2ycflzRsrjzuzwJJPLAxi
+aNX34UX4YU1K31KZU/A/gaNe9fiLSFFuJVz6fBx5okuj2Nth9+20lPrcI05zbdMy
+e5CN9rpIWccaMhskIUEvDqIOXrZ1S9Ph6jqUS8uWVf5Whf1yl/zGaHWB2AH82BOb
+KG2Rz8YQ7CXT11stNmq9Kqz31Jl43WUsyvempVDIiARlicG9CD0vkpwMbTMWOD8I
+lJrfVprl324VrIvTSRm4cSacMou0+zBlPjFcS2rii18ctOK0fyqBkQPb0Ftyx4oT
+mJsF30NOSPxyvCy9mWafT4zYlDBt623xuuS4BxYAPytEN8+h6eLIq94EMs/iZBGB
+Y3kX200zezJmKjFWaU4WNWohqmjbnvbBd2DGv9nolm6TmEtj6dUmOBNaerhfNsid
+6caakY/NjvzxQWKj43qZIdUBpAzxX4hjfmKDSPxZLbWDgbBFAvVqSQvzOI7IJVcM
+UWsey4Uh83b3tQcwr6vrVVyYKCHJkH/o1sjxGjzKUIde4QaPffeK+7jJeit4bH3i
+ZOM+H2rFXcqNAW8DxAjSwFBPwTgqKki/SG5C0QqjUTBH+t6hk2BN/7kCDQRKWaGp
+ARAAmVHlYbmRfHg3Ka+3KXHr9oCA/Gwr7Xe1B9BoIiN/7B34sXDZEZP0sTKyUpjL
+SELv32qmMELLi6Nlk/a1tj8P7saL7/VLxSoOJ9obkz9iSR6ZTYZadkKaU8uRysOG
+2Q5+wydiMs5kmfQ31G5MMt5Wk0ddb+mp0/3cncCcuGzNt+L57q5RqiJ5h/hJtTz0
+jPMTHiltMIrJoX6KkvcmfKm5dAUX+SxBu/8RaPyazO9EWZFvknrYc9oJMnsYnKfb
+lpkLkmpdlsQdkMyUSDfp33VOLO5jU4kqsBwUIGug/xd9qdvs9op0uU+aiUT/jj6t
+X0RTemqK9wikwr3NYwQC9IMvm6sT6SjTZsBKsFcKwobk1l0c/JPGRo1Yj+6LVdRM
+RYHaYQsWgi8Lj7YwG2rL7RBAoNuTOUk04ILJWGo3Q7AgipAhfQLmlwusqiZMQOaj
+pR3zIiZOd6wUrDOYpA3Yc9IMYo+yDE2cSTWr0CRxAxJTeoSbQqnMquGOmw7klnxF
+6QSeaTHGy6kVKoakJOYq1hADeU7PScEY5DzTdVGnUMw74XbnP1OynGFFQb5hU3F5
+FZb6f6Nuj63L0afpSrRvkvVpLfzjdKFpoNQvyPbIZAgVn4Y0kOxjcCBJOyIyKfco
+ByhYDHB2eg82GyGeEK2d8GbwKbEpnR5u9EhUibKqrJvpScsAEQEAAYkCHwQYAQgA
+CQUCSlmhqQIbDAAKCRDnv8jslYYRCYRxEACwUeZ7Rm+WNVAdoqIrb1Y0V9J1WA/Y
+lRvF+vd7FFFq6SgaYm8HF3NX3GEe/Oidxt4/SjB0fimbnbpZj5/BHuRGi0hEAyIC
+9CZEk2weaNrW0GrCdhPrifdfdMAGu+SCdlzkMi6JD1Q3oE9i0Q1v34DKua9LXku+
+i5dPtce0XKCmLnLaOhWbv4NA7pVQ9O6HPdBs8hzZ0CnDbakxPQ9OxO+D9GjZaUP0
+AQ78H7W+VCJHGgeOubuoFJ4J8gp8t9dU04H3GKuktbTZ4NfznbndZS2zho2Rx9lC
+N+nrk6WQxs7zsILLYnzLyythDE/HsdfejR/TFC+io3SbWdDcrXTaBptTf95lmK8I
+j6VeVb/pJ9jjYp9la3o63vftDqAN2L7gyWNCSZszmeE4efvZiUDw6UOC+GRWulf8
+5IYW4wPv7oeV9rHSfMbEVwHCwd9xEgwG+PgltJv5Lm5PxpwCZ8n5ZGI5lZ5TwD43
+7Kt4BuL/XgQZyXevv0F0ffupVSJqVDwuw+fMrRWMKXiDPb5EOAqcWVUPY8lKQ08I
+FkIq1gyctGAFcRM4QMUV8m/14wkpIuHQ+kuVYVqqCjneIt0ERIH/q3cpprHKX/xK
+LPbDwIsKVxTwAuio/NaXMUdsDWPFsCVr0rOizREklnHz3TeFSHnwIlrW4TZpBNlZ
+0Kxj20YbAcPtwA==
+=hzpE
+-----END PGP PUBLIC KEY BLOCK-----
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Comment: Greg Kroah-Hartman, 38DBBDC86092693E
+
+mQINBE58tdUBEADY5iQsoL4k8l06dNt+uP2lH8IPi14M51/tOHsW1ZNc8Iok0stH
++uA8w0LpN97UgNhsvXFEkIK2JjLalasUTiUoIeeTshD9t+ekFBx5a9SbLCFlBrDS
+TwfieK2xalzomoL22N5ztj1XbdLWh6NRM6kKMeYvgAGo8p884WJk4pPIJK6G0wEw
+e9/TG6ilRSLOtxyaF9yZ+FC1eOA1S47Ld2K25Y5GsQF5agwi7nES+9tVVBZp97kB
+8IOvELeiSiY0xFXi60yfwIlK6x9dfcxsx5nCyrp2qdqQiPiMD0EJMiuA6wymoi5W
+XtmfCpweTB8TvW8Y8uqrwYApzmDleBDTIDP0vCY1o9eftJcWWMkRKC9c7Ziy4nT6
+TzmVkNXgqC8/BuOQbpU7I/1VCMoa6e+2a8jrgy5to4dGgu6xQ6jTxWbvgDeB6Hct
+WGqf8f9s5lSpH8D8OZLDOXKolqnBd5YrJr0Qmpq4cCcIqwNCMbURtsTpbW/EdWl+
+AKwnStXXLI5O6Hg+m4c3O8ZwbzcnAOgTJePm2Xoi71t9SbAZZx1/W7p6/57UGrXR
+Q4WfiwpOPD0siF33yO2L7G7Gmm4zh8ieX8aS8guqfWFhuSsDta77F2FB9ozD9WN0
+Z5tJowiy3Z1VkxvZjZH8IbcB05yBBBV47BJxrPnSuDT+w45yNTqZ6m4VYwARAQAB
+tE1HcmVnIEtyb2FoLUhhcnRtYW4gKExpbnV4IGtlcm5lbCBzdGFibGUgcmVsZWFz
+ZSBzaWduaW5nIGtleSkgPGdyZWdAa3JvYWguY29tPokCOAQTAQIAIgUCTny11QIb
+AwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQONu9yGCSaT5fXBAAx2NfTb1I
+Z59eV3PKtqNG0qwQdq/62oSqNKlvlp/JzkeynjeJ7ic1IOs/CTTv2+xoPkLNcNhO
+Pz7uem/4aa/my9A0AEp5UsF6Lvdo/Hy7Jxc++0EgW//TyvWcU9qd5qS/85VZf8I5
+pL9TZtHVwfIfLME+G8hkQx0+CWRJloLFG48lwi8khp+TsCRYv1tQei7G22xAY5s+
+53TssaC1MXyQT7aJBGhwnbspY2IaRMzsrX0msZn+Fn5WlxxMDxUmUACFMyKGJ+1F
+6VY01nWolT3G1udOnpee66qXHJo6XnzkNhzeH8Vf3sMe0sXx8YkN682g1NFaa+el
+0SDcXZvB91pFkWnQaQSfac5gI4KiShxAqePAH6Og+a/fhs5XdyYw0SN50O+yaSnq
+EDl7JkByXVKJiVVihDuEe5JZXkoIO/eTN6uceF89ZQiO/dFn0Kcqc4vL7uuI6FDM
+RZK7mY7bjFxFW1VjspcxhT1NdR7SFNrK8Glzd5FS67oTwSNB3CzkJ3ON/kOJ8JSx
+FEt1ZTc2ZpQujrFyTtbksWm3Yy63kbpwxRoR6xgaGwtx0SdkkWDCcA+2GZymCjk5
+FFQkAhoEk0tu/n5fvHS7TTZui9a2HMsyqmgTJzeU0eQJDgmb/ahzW0VgjHtABaJr
+40Q83M9upkZdHFXSZb7UHFYkAdH1OxdvSFW5Ag0ETny11QEQALIiIb/niWy6M6Gf
+BMt/2EBWpLuE+FYVeUQGpGhXD2rUhOo9UpoxBD/Y5mc5OaJsVL3fySYQldVFOaT7
+Pu0J1N5FXIBckgtbT3eg+TGD9WIfJy6ZpWjBKf6K4frwTwRpLBKqZhcA/78KzxFH
+eRHjV4cEVZVNoRtVqLYuTlbdlkH6G2YxgCioxAfqvsGjsg2ES7Xl6xz3uaBH1DFX
+7S2LXHkDHnloWOTaDRe/4h2VnFHf76xsJCgt2seJp91kI8bhuR7CUrO5mkRMhnp/
+z9v6vc2qcMv8EMK62FiBaqENaKg56ag8Icujar1YwXG7oYhOuYiWxqGpJUwg5+h/
+HeYw5Q8ue0UwHPCUZR14pzQCKxagRMibiufOlS6URbCcBG44ddFAt2vqqopIo069
+moxfqt6OGig59cYv7PSMfHX25dV01Ns+2R1eo7qiktkV+3CSSs/dUArcTxyovuad
+IAUaZAJ3XqsS3FGzZsPYMYNM9faZqOfF6mmGmCZRJMMESWuWjc8ZnVAv4luyD18v
+lsr/J9rO0t28s4PJyqJGozEXLBLtsaCVihxBHMY7QK/pC0jRniLpeniDDHY875TI
+iG3nrmtR84nnW9WNOG6tuaIcB6hD/DmSr72rRoNEpCa/eT7XiCOymGHS5gWR+94R
+1+J1rQZbd1T8gSq/nQQluJII7oz7ABEBAAGJAh8EGAECAAkFAk58tdUCGwwACgkQ
+ONu9yGCSaT4wUxAAvup1iyrlHcch2RHfxpmFRBYNOwtmpExJBy+KUzDZ6RjMTTHF
+bw3YrkkXA1cMQobF2vTxnNZs5B2I3u2sp/AD1MeFxD/Me5tebZcjJTBH8DBfKMRw
+FwX3fbH4X7McLD6XYMIEz7Vo0e3sTzCVqZM27NmPZrhWHj05LQIliLeUuyX54vYw
+L66hlvPuNPhEsIuabVGYYhVWd4ZafhcI0V3LGY/KJwBZq4pqlzVPELMkxcvCGhi1
+9GDeF31Z89plugV0207kIjFb+117oX4Fezlu1BGpcC9s12Zd9rhy3KzLqwCoxAgb
+ZLvCwaGfELDSikPJgpBOvph1gTApX11/7a2/kfOYYEU+htnqTm4k56kTrllRX+CC
+gxQ2aZ13cdaFtHTzAOnnYJNEjXS0ClEyxIXXnoLnwjcuLcTTVb3kNH7LAoR/x1Jm
+bR1onhIOB/RwFJcUT3/mlJFtXUacGCSSCpCtL0HewU0Yr0uL5Nx51i7pNG4acIJN
+teKz1PMyaYZLETVY/euNZ1A/zyaNKs7Y/SCba5q4yOmDc/skSKUQfP7yQ8KiU6tU
+meWAafqUuNI946M0RRsKnxmc4guWXyvUWwdrp+AAYfzckZU4gGIRVWKSvG6CTKDs
+0HtZ5W1cA3+lrcur6HpKyzk57uGORqWOFquQERMs0oXdHKc5w55soziCllQ=
+=DPn8
+-----END PGP PUBLIC KEY BLOCK-----
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Comment: Linus Torvalds, 79BE3E4300411886
+
+mQENBE55CJIBCACkn+aOLmsaq1ejUcXCAOXkO3w7eiLqjR/ziTL2KZ30p7bxP8cT
+UXvfM7fwE7EnqCCkji25x2xsoKXB8AlUswIEYUFCOupj2BOsVmJ/rKZW7fCvKTOK
++BguKjebDxNbgmif39bfSnHDWrW832f5HrYmZn7a/VySDQFdul8Gl/R6gs6PHJbg
+jjt+K7Px6cQVMVNvY/VBWdvA1zckO/4h6gf3kWWZN+Wlq8wv/pxft8QzNFgweH9o
+5bj4tnQ+wMCLCLiDsgEuVawoOAkg3dRMugIUoiKoBKw7b21q9Vjp4jezRvciC6Ys
+4kGUSFG1ZjIn3MpY3f3xZ3yuYwrxQ8JcA7KTABEBAAG0LkxpbnVzIFRvcnZhbGRz
+IDx0b3J2YWxkc0BsaW51eC1mb3VuZGF0aW9uLm9yZz6JATgEEwECACIFAk55CJIC
+GwMGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEHm+PkMAQRiGbpwH/2jMNyBq
+6SjFrltEwt6cwOJak1lkjpP5IfFMemfKPH03jBv98Yb7nnVE/VofRQi0erPvzU9H
+Pitzmq9Hdaz8pTVD1nNiejn6MBHREY5T10U8J9Holn9S1G3CUvEUaBg+YEhHwWA8
+hhxFCIRcfz6NPRkZH5zi9xdXBnjLrE3CpoZwVguwCT/25DuSqqJnviKiH+BOvJi/
+BnHSnjV1J71MOpVabaTZKxQ1Qkwiyo7KRa/MrBV4Cw87MjF1jmja91wWNOuAwv1S
+T+aSaI038zclVqbFrc9gHkTeP3o5p8DG3Q7A1pE/yVLRUW+3jucKtiojylWaqxX7
+FD0RZtIuhNsUig+5AQ0ETnkIkgEIAN+ybgD0IlgKRPJ3eksafd+KORseBWwxUy3G
+H0yAg/4jZCsfHZ7jpbRKzxNTKW1kE6ClSqehUsuXT5Vc1eh6079erN3y+JNxl6zZ
+PC9v+5GNyc28qSfNejt4wmwa/y86T7oQfgo77o8Gu/aO/xzOjw7jSDDR3u9p/hFV
+tsqzptxZzvs3hVaiLS+0mar9qYZheaCUqOXOKVo38Vg5gkOhMEwKvZs9x3fINU/t
+8ckxOHq6KiLap5Bq87XP0ZJsCaMBwdLYhOFxAiEVtlzwyo3DvMplIahqqNELb71Y
+DhpMq/Hu+42oR3pqASCPLfO/0GUSdAGXJVhv7L7ng02ETSBmVOUAEQEAAYkBHwQY
+AQIACQUCTnkIkgIbDAAKCRB5vj5DAEEYhuobB/9Fi1GVG5qnPq14S0WKYEW3N891
+L37LaXmDh977r/j2dyZOoYIiV4rx6a6urhq9UbcgNw/ke01TNM4y7EhW/lFnxJQX
+SMjdsXGcb9HwUevDk2FMV1h9gkHLlqRUlTpjVdQwTB9wMd4bWhZsxybTnGh6o8dC
+wBEaGNsHsSBYO81OXrTE/fcZEgKCeKW2xdKRiazu6Mu5WLU6gBy2nOc6oL2zKJZj
+ACfllQzBx5+6z2N4Sj0JBOobz4RR2JLElMEckMbdqbIS+c+n02ItMmCORgakf74k
++TEbaZx3ZTVHnhvqQqanZz1i4I5IwHJxkUsYLddgYrylZH+MwNDlB5u3I138
+=HEgY
+-----END PGP PUBLIC KEY BLOCK-----
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Comment: Sasha Levin, DEA66FF797772CDC
+
+mQINBE8z850BEADB9bnpTqV5e6QrSvPOFcJd2xnXiSUWVul5nkrgf9uE5St7jfBW
+A20TG5Q7QE7SDVDhcUhPWc36Ib6HCYSe7R15gX8U2eX9zviPdpQz5iQI1lVTiPZl
+x8xHOnuFhgZZAVvY3RXXIzv7kSLmHf7CxiSo/wQB2qi0gNsuWeDAy6sX87l2MSkG
+KvmJy9uRKLd/H2RA2Z2L9G0w7Kg8IeSzKPN5B1JkZolSRk9oJmKAeFPOkvsZSdpg
+zfHqOEKTXEaCw55YC8qz4AVos6BdsoOr7bXMGfUMsQcmjxe4iDCPffI0dkuVxtSQ
+kKG8x+JhHpyWTIegJTzOP26pPxlN2GzIr4XT0rlN74JiAklSVM00myTlPltDXPlA
+EuAspO9uvFArPTPb0o3cZ5amsXRbVvj6ILzlSYhwxX3HGhkOlAC1gnEXHg0G7nTS
+be6Ah/aI39weCEatLXeEq3guUOMmnoJtlVylrzTEFHOaGVu+n9g+Ohcv55qMpBeK
+bGjFkiVbX5C+57xFvEbr2O0pePFAiK7pBLo/4OWEa91n48eJJ1LwTkctbs9CdAYn
+eDyJdrdckjdiMuS+2jSn+8hnDC7k7xfwvWKlhy+lrsRuP5U0ZaL22amnrTdmW0gd
+2imyysXQmrKJRJKQoOGUD76StMECIfHahbnhZkC6U7E5u3E5+dJIf/obzwARAQAB
+tB9TYXNoYSBMZXZpbiA8c2FzaGFsQGtlcm5lbC5vcmc+iQJOBBMBCgA4FiEE4n5d
+ijQDou9mhzu83qZv95d3LNwFAl1MXngCGwMFCwkIBwIGFQoJCAsCBBYCAwECHgEC
+F4AACgkQ3qZv95d3LNz85Q//bt3X4aoFChfdxNmlKdkSKABDmRhl0KLfX1kKSCtx
+MsCDlywd+K+XiVBCDXF9SjlMF9gDwIB5j9fwtozznSFhqj3714Wo8TopYxGA00kp
+gocvIUj3obMwq2wDUnHkxXxj8Tl5yEF1f9kcClkjUb8+hXp5+tEJy8fVm8KlLcfw
+DGm4OGwhtQ1T/Vx9whewPXd1I4U9rztNoDBwmHVh2xuBXi8b1T3TgNLPLTNyWRYI
+9cH2EjLLqJhFrLrIi6znUQ2dETwg4UlgOGTElMCmc50uNqM9ej2g+FiH6Xx1wK8C
+NeH0B/QiO+rMpVaU+MbQWeO6h/CPXgNfJGmGBnBVyhzjNb5+Dus0AuV9JuNxp92m
+/1TuI/F3bUhCsl/POqeBqxtz6IyPehhutSj97s4vX8XKDv5l5nUvSoCk4kgVxcfr
+v+OhGgMeadJi+5rWiyESzW/i03GJfD6vYr2YSGcrmkwrjWFDZowzu+JILeL8QNK2
+fM2K/O87CR8Aurs5iMnBAsPA9ykr47cIT187sfdi/KykpA7sE6wjdO7T6kiNdTGR
+Qu+93x2JcDLO1uRTux7g6uPd7OXLSToeJfbLJfFQv5CHmCjEWUkjyhr+4M71ZFky
+Xt6Sd+ww1NmSHuf8pTwTI4jCrbVNF27Nryaqx48I7HuUDFGJ3h8DVedcIxyccNw2
+7Ry0JFNhc2hhIExldmluIDxzYXNoYS5sZXZpbkBvcmFjbGUuY29tPokCOAQTAQIA
+IgUCTzPznQIbAwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQ3qZv95d3LNxL
+UQ//anNSh95SGJuxiFew2DhcJCRk6ZH7Lm+fgVMlqAf/hIwTJYiiD3PbBK3RVSFw
+sH3/0I6iKkrAYEnhU4HUSzpl7ohPqpRtJ3nCbTGTWMem8WWkX3vFCOq3HJHc5Qc3
+uRyuR32kGILfO0qubXZ1qMhyAJ1psPgU3zSazi3qCEOuWtDGplKEq4gL7au92L98
+wFYYJlVUcThloBP0BjDBEX9+WqPMH7/lu96gqzsaYhNgtLdW4WUKZffxo4MitiPK
+67YEh4eV4YmZonBAg5hrYDoUUkV80FXRsG+OLNi0UNTwC4RQ+HrUJOGeYayvCQqF
+/YSSaKjPtEd5DSfG/+bvZh59LjSvqAaAkSsaMXBA9yiN78I4O/tzI9HBzsfojqKb
+yA73rZKctvYHWJHWh/+tAmrKLfhd3IM8MQyIDRGk5dYGIZbSm6WL8j088odLBFC0
+Djfx0hWQVwnEA+UxfFaNv/z1XKtH4P+9aIw8QpYzJ5Igyc5aHjSW143GOVxH597Z
+bPJ//+P7ImXQcIAjTsF+wRyXS7pSa7IL1zzPWVhD/BAmvEFfC72Z3clVdd5Dm9Tc
+/Kxtr7LrVs8gsmz9k5+PiFn0E0lJDcLlFGVbqfHZ861DPADFbIVHeVPS9Fq1SFT5
+sFM7D3v+vL57ctJQuLxzdsq6P/ms02udsnbb/iwXafCT2aW0KVNhc2hhIExldmlu
+IDxhbGV4YW5kZXIubGV2aW5AdmVyaXpvbi5jb20+iQI4BBMBAgAiBQJXm64BAhsD
+BgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDepm/3l3cs3AzeD/9+bzdB2wPS
+Hf+M4uvsMweGA8Yph1PkeIbcYc38u4PmpBCgkQmkKsJCI0RA59CAw9shNh6GTRDz
+7Ln9DLZXfzKpjvHhqHo9GSUfcIdUjwIjOoq4gXsr9ho/DuS7PsfFQNqMlLz20tkg
+9vczGOYSkh1JsSHDS59kbTsUTyrQb1gzMHoAF+FixaucUKh97pvL6hOfGWmrsdtX
+eAZMvEXnhefvBBc1t/arXmGtDA1oh2gJ6ve97ZUbW59KPp6jkohQPAqqgQu3WOC0
+Kckr0nfZooB01QnIwEG/lacIqn6JSSeGB75fbFTC+bUzZWp1z5CGOA5RRxiEwYgr
+DW81oe+bOp9oxZSmx95tqqpEEXAw3G954QOFKKUAzoSYVOQB7uQSIAkTn25TNZfo
+FHsfuAVb7UMes15904RP8lKAqw2ot2Qe0fFUWlmkMrf3skCH5QiI/1Yjsdyp0Dln
+8UoZHcMSvd+ktOVBQzi5vt3/QLbA6S+tj+VQzgw6B0yG6zA36QfamANzm4kHmHRt
+D/KbyyLLCLOfnJp4I1c90iGproh1SCMRmM5HVY/yaU0E5CJlTM7M/Re9nkm0dgEs
+aVa+UUBRVXFUi5r7U3n0DQc6z1m2UAFLJWzQpusR6c3IhBXAUyTJSjhEx244O+0P
+BJuMe7AqTe22HLuhNit6yXhFfMdBeFszg7QrU2FzaGEgTGV2aW4gPGFsZXhhbmRl
+ci5sZXZpbkBtaWNyb3NvZnQuY29tPokCNwQTAQgAIQUCWmZWBgIbAwULCQgHAgYV
+CAkKCwIEFgIDAQIeAQIXgAAKCRDepm/3l3cs3C0kD/94K6H83ajKvXK7oJ/N5JKI
+1IEHZHh163PApO6G4Jx04yEITTJiJhjgVH+ejaz/tqBXAWNwzIV5pj/g2b0caQaI
+9F1YLtF2tOLGp/gFPDSiho3S0nDuBHq6vW00EnEb6SL8QN6k24Mf7rrKV3Tgw0dc
+6syf3IMUSs0FbTeIHBd0IqwNC/M4meZx2fSUhYV7ittpaBGhlFEIvvfp5EvfASah
+Th7WWuKJaEqwNZeVy9ObLykrc09UZh2cKwHEy1lj1Df5eO8jAfpF2aiF92ISBxCg
+wfuRFxq+QEcHcaODNssQ8HIDL6aswK3+8gOPOYbbnLPetzEyZm/kTD5wDyOqLPdv
+NyIrqlMGYmsOVwAR8lzbVEBCSWIe0q2jji1gWixjoqd8v23vPdhwzU/pNmJO6Ptb
+o8LoZJGhwZjUCxeqtwpANN7FMegCfA35F4sLKhPtJ4IPedycoZAf9XNxW/l2cLgG
+4szmoFEEZxV/pg7JrTt73FNW5hm9af7oxerNtCN3iAEtP8HMEzKDYJ5i1cn5ur6z
+pNxQ7s8HSF06nRMYJwUDwha0YN2TGSCVdt5YBGahQNJEHHO40/syiRX1SENITyI4
+4GWVY8rOiHQXBuiu5NmvJHeCs02sGW3xQIBtKUTxcpKEyMCjGmApv3Y5PbHnJ01c
+RstdEqZvKDiLX9pMBhzkWbkCDQRPM/OdARAA9X09uLohpMynmODsqlKRw+RJUlzf
+j3NRsa22TOMQOowM+LC95Y5anpITNyHB/mYGiHbdChZjd8swSCC3z/CuUP6vz8IV
+PweuPwSoqqpmXWcKfQbyVX6/EtsTTmKbLzT/W48LqX4Ehk0MlOZpOAT0c2yiqsA0
+f7JYi7dUu1bT3wbPljGb92gDRXdUVdokWCnfDF132qZVFyYtK/BFJHKkmPAoKAgh
+3ybVP72TdWOqB42J8adsMH2zBmcW3AtaDlhfiP59XdH3quTzMQKHsypt8Qij2yZR
+4Ihcs67COrBlKMr+9ReQuoywUSdKd198YxhJk9UMxp8WqC1wQ8I6VtKB7XFPvzQy
+YC07WbC27sNCOq6uawozVwGFDyyXIgwicoCLKxsAzWsF8lVp9A7+c+ZVp08Bziea
+cTDAmT3bS+6ebYNfcA4eeaP1CFdlDlEWErpzb/YQjrQt/pSYpYV+OCZ/yWu1r9Bs
+FmrWqoO3u0xXkaSuD9bBdBxFDq4BIyjdkFytV8c82WVj1j73v2ZQ2EzPJmPfHSwa
+EvlR0gs4bskptjgkKZc7Mur1jYwD33bxnJmUmKv5uUBJTlu5SWVndyUGc1bCnYmI
+ckPRUctJt2sfysqgvrwM1Z8ObzDTMfCBkvDt1nSbt4hfZ+Mx1j+YFUU0lySozeWS
++7LWGATDGvPz9hUAEQEAAYkCHwQYAQIACQUCTzPznQIbDAAKCRDepm/3l3cs3CHl
+D/9C8yS+TbQMZxzmOsvw+HJedND3AKKZR444E/GarqwyHE4YcrLUD+Jt5o2cYpUV
+Vu0GKuDT70vOiGLvw9ILhSHiD5c5/tr+39jVwBcj79Yyt2sPkDwS+mPGz2K+05Bz
+eRNXg3MP4fDBaxwWqzjBuOtsl47do3GWEfmtNcblItQnQ+T1A1s8QrdR+vDKn5dV
+bB78voI57GdlhqaYwv60n0VKWlIRtrHuX8TDrQ3T3QwX2yjLMaB58yaubodi+2yY
+SelhFNYM0WOw8LZMYKFfUCH1qkhWYEXQxYUBxrmjYXhjaqLg8Pv9M1mMNtapp4BL
+NSbV8SEmw4SwxCKXDDRPtIkDi7vj/Pe4y/o5ibmWc8h6EIg1bGycu5Ld86swNxSO
+72CjIivNXvdQUkL9ndeCO9vOHAjl82ill07kX9WENBSDRkeiuNAQ0mWGctOyfxUZ
+1LctINUMa2uM3BP2Uecx0gFY6/5mWEB9j8H0h793VNpiOL/u4Vhtqp3KAwhlcrFn
+r3Usg9yP1UFa+rtQYCdXpfYwN8FhUk1rXRdTUn/g/sN3ttaTWhqULkRBVCa//nRY
+wSjF5JTnxspIB0Kk851tj0HtCPvarg6Y+0C+8fIXUClLmO1GgdvmxsjY+wVhc1oy
+tp7gYYczZTS7J63aZPNBM1Kl6BLQr9QM3UYL2bwBnFwlrw==
+=oyHM
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/debian/usbip.install b/debian/usbip.install
new file mode 100644
index 0000000000000..04a6ce5b56da9
--- /dev/null
+++ b/debian/usbip.install
@@ -0,0 +1,2 @@
+usr/sbin/usbip
+usr/sbin/usbipd
diff --git a/debian/usbip.manpages b/debian/usbip.manpages
new file mode 100644
index 0000000000000..ff94009a6dff6
--- /dev/null
+++ b/debian/usbip.manpages
@@ -0,0 +1,2 @@
+tools/usb/usbip/doc/usbip.8
+tools/usb/usbip/doc/usbipd.8
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000000000..c698b1153bb01
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="mode=git, gitmode=shallow, pgpmode=gittag, uversionmangle=s|-rc|~rc|" \
+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git refs/tags/v(.*) debian