NACK/Cmnt: [PATCH 3/3] Enable config option CONFIG_PCIE_EDR
Michael Reed
michael.reed at canonical.com
Mon May 16 18:32:30 UTC 2022
Thanks for the feedback, I will make some corrections. I think these
additional changes came about when I used "make menuconfig" to enable
CONFIG_PCIE_EDR.
On Mon, May 16, 2022 at 3:33 AM Stefan Bader <stefan.bader at canonical.com>
wrote:
> On 13.05.22 23:54, Michael Reed wrote:
> > From: Michael Reed <Michael.Reed at canonical.com>
> >
> > BugLink: https://bugs.launchpad.net/bugs/1965241
> > ---
> > .../config/amd64/config.common.amd64 | 7 +-
> > debian.master/config/annotations | 2 +-
> > .../config/arm64/config.common.arm64 | 5 +
> > .../config/armhf/config.common.armhf | 5 +
> > debian.master/config/config.common.ubuntu | 5 -
> > .../config/ppc64el/config.common.ppc64el | 5 +
> > .../config/s390x/config.common.s390x | 5 +
> > debian/canonical-certs.pem | 246 +
> > debian/canonical-revoked-certs.pem | 86 +
> > debian/changelog | 17464 ++++++++++++++++
> > debian/control | 584 +
> > debian/copyright | 29 +
> > debian/scripts/fix-filenames.c | 0
> > debian/scripts/sub-flavour | 0
> > scripts/ubuntu-retpoline-extract-one | 270 +
>
> This contains far more changes that it claims. And minimally the changelog
> modifications do not belong here. But also all the other changes outside
> the
> config directory look hight suspicious.
>
> -Stefan
>
> > 15 files changed, 18706 insertions(+), 7 deletions(-)
> > create mode 100644 debian/canonical-certs.pem
> > create mode 100644 debian/canonical-revoked-certs.pem
> > create mode 100644 debian/changelog
> > create mode 100644 debian/control
> > create mode 100644 debian/copyright
> > mode change 100644 => 100755 debian/scripts/fix-filenames.c
> > mode change 100644 => 100755 debian/scripts/sub-flavour
> > create mode 100755 scripts/ubuntu-retpoline-extract-one
> >
> > diff --git a/debian.master/config/amd64/config.common.amd64
> b/debian.master/config/amd64/config.common.amd64
> > index c045fcb816e6..b1f44b1a654c 100644
> > --- a/debian.master/config/amd64/config.common.amd64
> > +++ b/debian.master/config/amd64/config.common.amd64
> > @@ -26,6 +26,7 @@ CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16
> > CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
> > CONFIG_ARCH_NR_GPIO=1024
> > CONFIG_ARCNET=m
> > +CONFIG_AS_VERSION=23400
> > CONFIG_ATA=y
> > CONFIG_ATALK=m
> > CONFIG_ATARI_PARTITION=y
> > @@ -59,7 +60,7 @@ CONFIG_CADENCE_WATCHDOG=m
> > CONFIG_CAIF=m
> > CONFIG_CAN=m
> > CONFIG_CB710_CORE=m
> > -CONFIG_CC_VERSION_TEXT="gcc (Ubuntu 11.2.0-18ubuntu1) 11.2.0"
> > +CONFIG_CC_VERSION_TEXT="gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0"
> > CONFIG_CDROM_PKTCDVD=m
> > # CONFIG_CMA is not set
> > CONFIG_CMDLINE_PARTITION=y
> > @@ -168,6 +169,7 @@ CONFIG_FPGA_DFL=m
> > CONFIG_FRAME_WARN=1024
> > CONFIG_FUSION=y
> > CONFIG_GAMEPORT=m
> > +CONFIG_GCC_VERSION=90400
> > CONFIG_GENERIC_PHY=y
> > CONFIG_GNSS=m
> > CONFIG_GPIO_ADP5588=m
> > @@ -293,6 +295,7 @@ CONFIG_KVM=m
> > CONFIG_LAPB=m
> > CONFIG_LCD_CLASS_DEVICE=m
> > CONFIG_LDM_PARTITION=y
> > +CONFIG_LD_VERSION=23400
> > CONFIG_LIBNVDIMM=y
> > CONFIG_LLC2=m
> > CONFIG_LOG_BUF_SHIFT=18
> > @@ -458,6 +461,7 @@ CONFIG_OMFS_FS=m
> > CONFIG_OSF_PARTITION=y
> > CONFIG_PACKING=y
> > # CONFIG_PAGE_EXTENSION is not set
> > +CONFIG_PAHOLE_VERSION=121
> > CONFIG_PANIC_TIMEOUT=0
> > CONFIG_PARAVIRT=y
> > CONFIG_PARPORT=m
> > @@ -465,6 +469,7 @@ CONFIG_PATA_SIS=y
> > CONFIG_PC104=y
> > CONFIG_PCCARD=m
> > CONFIG_PCIEPORTBUS=y
> > +CONFIG_PCIE_EDR=y
> > CONFIG_PCIPCWATCHDOG=m
> > CONFIG_PCI_EPF_NTB=m
> > CONFIG_PCI_PASID=y
> > diff --git a/debian.master/config/annotations
> b/debian.master/config/annotations
> > index 15759fa435bd..bc97e25d573d 100644
> > --- a/debian.master/config/annotations
> > +++ b/debian.master/config/annotations
> > @@ -7091,7 +7091,7 @@ CONFIG_PCIEAER
> policy<{'amd64': 'y', 'arm64': '
> > CONFIG_PCIEAER_INJECT policy<{'amd64': 'n',
> 'arm64': 'n', 'armhf': 'n', 's390x': 'n'}>
> > CONFIG_PCIE_ECRC policy<{'amd64': 'n',
> 'arm64': 'n', 'armhf': 'n', 's390x': 'n'}>
> > CONFIG_PCIE_DPC policy<{'amd64': 'y',
> 'arm64': 'y', 'armhf': 'y', 's390x': 'y'}>
> > -CONFIG_PCIE_EDR policy<{'amd64': 'n',
> 'arm64': 'n'}>
> > +CONFIG_PCIE_EDR policy<{'amd64': 'y',
> 'arm64': 'y'}>
> > #
> > CONFIG_PCIEAER_INJECT flag<TESTING>
> >
> > diff --git a/debian.master/config/arm64/config.common.arm64
> b/debian.master/config/arm64/config.common.arm64
> > index 85871d992714..215411d78d97 100644
> > --- a/debian.master/config/arm64/config.common.arm64
> > +++ b/debian.master/config/arm64/config.common.arm64
> > @@ -29,6 +29,7 @@ CONFIG_ARCH_TEGRA=y
> > # CONFIG_ARCH_UNIPHIER is not set
> > CONFIG_ARCNET=m
> > CONFIG_ARM_SMMU=y
> > +CONFIG_AS_VERSION=23800
> > CONFIG_ATA=y
> > CONFIG_ATALK=m
> > CONFIG_ATARI_PARTITION=y
> > @@ -180,6 +181,7 @@ CONFIG_FRAME_WARN=1024
> > CONFIG_FSL_MC_BUS=y
> > CONFIG_FUSION=y
> > CONFIG_GAMEPORT=m
> > +CONFIG_GCC_VERSION=110200
> > CONFIG_GENERIC_PHY=y
> > CONFIG_GNSS=m
> > CONFIG_GPIO_ADP5588=m
> > @@ -307,6 +309,7 @@ CONFIG_KVM=y
> > CONFIG_LAPB=m
> > CONFIG_LCD_CLASS_DEVICE=m
> > CONFIG_LDM_PARTITION=y
> > +CONFIG_LD_VERSION=23800
> > CONFIG_LIBNVDIMM=y
> > CONFIG_LLC2=m
> > CONFIG_LOG_BUF_SHIFT=18
> > @@ -477,6 +480,7 @@ CONFIG_OMFS_FS=m
> > CONFIG_OSF_PARTITION=y
> > CONFIG_PACKING=y
> > # CONFIG_PAGE_EXTENSION is not set
> > +CONFIG_PAHOLE_VERSION=122
> > CONFIG_PANIC_TIMEOUT=0
> > CONFIG_PARAVIRT=y
> > CONFIG_PARPORT=m
> > @@ -484,6 +488,7 @@ CONFIG_PATA_SIS=m
> > CONFIG_PC104=y
> > CONFIG_PCCARD=m
> > CONFIG_PCIEPORTBUS=y
> > +# CONFIG_PCIE_EDR is not set
> > CONFIG_PCIPCWATCHDOG=m
> > CONFIG_PCI_EPF_NTB=m
> > CONFIG_PCI_LAYERSCAPE=y
> > diff --git a/debian.master/config/armhf/config.common.armhf
> b/debian.master/config/armhf/config.common.armhf
> > index eee868930bb7..dba5b8bbcc2b 100644
> > --- a/debian.master/config/armhf/config.common.armhf
> > +++ b/debian.master/config/armhf/config.common.armhf
> > @@ -25,6 +25,7 @@ CONFIG_ARCH_NR_GPIO=2048
> > CONFIG_ARCH_UNIPHIER=y
> > CONFIG_ARCNET=m
> > # CONFIG_ARM_SMMU is not set
> > +CONFIG_AS_VERSION=23800
> > CONFIG_ATA=y
> > CONFIG_ATALK=m
> > CONFIG_ATARI_PARTITION=y
> > @@ -175,6 +176,7 @@ CONFIG_FRAME_WARN=1024
> > # CONFIG_FSL_MC_BUS is not set
> > CONFIG_FUSION=y
> > CONFIG_GAMEPORT=m
> > +CONFIG_GCC_VERSION=110200
> > CONFIG_GENERIC_PHY=y
> > CONFIG_GNSS=m
> > CONFIG_GPIO_ADP5588=m
> > @@ -301,6 +303,7 @@ CONFIG_LAPB=m
> > # CONFIG_LATENCYTOP is not set
> > CONFIG_LCD_CLASS_DEVICE=m
> > CONFIG_LDM_PARTITION=y
> > +CONFIG_LD_VERSION=23800
> > CONFIG_LIBNVDIMM=y
> > CONFIG_LLC2=m
> > CONFIG_LOG_BUF_SHIFT=17
> > @@ -467,6 +470,7 @@ CONFIG_OSF_PARTITION=y
> > CONFIG_PACKING=y
> > CONFIG_PAGE_EXTENSION=y
> > CONFIG_PAGE_OFFSET=0xC0000000
> > +CONFIG_PAHOLE_VERSION=122
> > CONFIG_PANIC_TIMEOUT=0
> > # CONFIG_PARAVIRT is not set
> > CONFIG_PARPORT=m
> > @@ -474,6 +478,7 @@ CONFIG_PATA_SIS=m
> > CONFIG_PC104=y
> > # CONFIG_PCCARD is not set
> > CONFIG_PCIEPORTBUS=y
> > +# CONFIG_PCIE_EDR is not set
> > CONFIG_PCIPCWATCHDOG=m
> > CONFIG_PCI_EPF_NTB=m
> > # CONFIG_PCI_LAYERSCAPE is not set
> > diff --git a/debian.master/config/config.common.ubuntu
> b/debian.master/config/config.common.ubuntu
> > index 0fffe06795c0..b2e69df7365b 100644
> > --- a/debian.master/config/config.common.ubuntu
> > +++ b/debian.master/config/config.common.ubuntu
> > @@ -870,7 +870,6 @@ CONFIG_AS_IS_GNU=y
> > CONFIG_AS_SHA1_NI=y
> > CONFIG_AS_SHA256_NI=y
> > CONFIG_AS_TPAUSE=y
> > -CONFIG_AS_VERSION=23800
> > CONFIG_AS_VFP_VMRS_FPINST=y
> > CONFIG_AT76C50X_USB=m
> > CONFIG_AT803X_PHY=m
> > @@ -3851,7 +3850,6 @@ CONFIG_GAMEPORT_L4=m
> > CONFIG_GAMEPORT_NS558=m
> > CONFIG_GARP=m
> > CONFIG_GART_IOMMU=y
> > -CONFIG_GCC_VERSION=110200
> > # CONFIG_GCOV_KERNEL is not set
> > CONFIG_GDB_SCRIPTS=y
> > CONFIG_GEMINI_ETHERNET=m
> > @@ -5617,7 +5615,6 @@ CONFIG_LDISC_AUTOLOAD=y
> > # CONFIG_LD_HEAD_STUB_CATCH is not set
> > CONFIG_LD_IS_BFD=y
> > CONFIG_LD_ORPHAN_WARN=y
> > -CONFIG_LD_VERSION=23800
> > CONFIG_LEDS_88PM860X=m
> > CONFIG_LEDS_AAEON=m
> > CONFIG_LEDS_AAT1290=m
> > @@ -7468,7 +7465,6 @@ CONFIG_PAGE_POOL=y
> > CONFIG_PAGE_REPORTING=y
> > CONFIG_PAGE_TABLE_ISOLATION=y
> > CONFIG_PAHOLE_HAS_SPLIT_BTF=y
> > -CONFIG_PAHOLE_VERSION=122
> > CONFIG_PALMAS_GPADC=m
> > CONFIG_PANASONIC_LAPTOP=m
> > CONFIG_PANEL=m
> > @@ -7603,7 +7599,6 @@ CONFIG_PCIE_DW_PLAT=y
> > CONFIG_PCIE_DW_PLAT_EP=y
> > CONFIG_PCIE_DW_PLAT_HOST=y
> > # CONFIG_PCIE_ECRC is not set
> > -# CONFIG_PCIE_EDR is not set
> > CONFIG_PCIE_HISI_ERR=y
> > CONFIG_PCIE_HISI_STB=y
> > CONFIG_PCIE_IPROC=m
> > diff --git a/debian.master/config/ppc64el/config.common.ppc64el
> b/debian.master/config/ppc64el/config.common.ppc64el
> > index a6f33a530c25..570e796cd3f5 100644
> > --- a/debian.master/config/ppc64el/config.common.ppc64el
> > +++ b/debian.master/config/ppc64el/config.common.ppc64el
> > @@ -22,6 +22,7 @@ CONFIG_ARCH_MMAP_RND_COMPAT_BITS=8
> > CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=13
> > CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=7
> > CONFIG_ARCNET=m
> > +CONFIG_AS_VERSION=23800
> > CONFIG_ATA=y
> > CONFIG_ATALK=m
> > CONFIG_ATARI_PARTITION=y
> > @@ -171,6 +172,7 @@ CONFIG_FPGA_DFL=m
> > CONFIG_FRAME_WARN=2048
> > CONFIG_FUSION=y
> > CONFIG_GAMEPORT=m
> > +CONFIG_GCC_VERSION=110200
> > CONFIG_GENERIC_PHY=y
> > CONFIG_GNSS=m
> > CONFIG_GPIO_ADP5588=m
> > @@ -300,6 +302,7 @@ CONFIG_LAPB=m
> > # CONFIG_LATENCYTOP is not set
> > CONFIG_LCD_CLASS_DEVICE=m
> > CONFIG_LDM_PARTITION=y
> > +CONFIG_LD_VERSION=23800
> > CONFIG_LIBNVDIMM=y
> > CONFIG_LLC2=m
> > CONFIG_LOG_BUF_SHIFT=18
> > @@ -472,12 +475,14 @@ CONFIG_OSF_PARTITION=y
> > CONFIG_PACKING=y
> > # CONFIG_PAGE_EXTENSION is not set
> > CONFIG_PAGE_OFFSET=0xc000000000000000
> > +CONFIG_PAHOLE_VERSION=122
> > CONFIG_PANIC_TIMEOUT=10
> > CONFIG_PARPORT=m
> > CONFIG_PATA_SIS=m
> > CONFIG_PC104=y
> > # CONFIG_PCCARD is not set
> > # CONFIG_PCIEPORTBUS is not set
> > +# CONFIG_PCIE_EDR is not set
> > CONFIG_PCIPCWATCHDOG=m
> > CONFIG_PCI_EPF_NTB=m
> > CONFIG_PCI_PASID=y
> > diff --git a/debian.master/config/s390x/config.common.s390x
> b/debian.master/config/s390x/config.common.s390x
> > index c91f2c92e493..87bba48d487e 100644
> > --- a/debian.master/config/s390x/config.common.s390x
> > +++ b/debian.master/config/s390x/config.common.s390x
> > @@ -15,6 +15,7 @@
> > # CONFIG_APPLICOM is not set
> > # CONFIG_AQTION is not set
> > # CONFIG_ARCNET is not set
> > +CONFIG_AS_VERSION=23800
> > # CONFIG_ATA is not set
> > # CONFIG_ATALK is not set
> > # CONFIG_ATARI_PARTITION is not set
> > @@ -155,6 +156,7 @@ CONFIG_FIXED_PHY=m
> > CONFIG_FRAME_WARN=1024
> > # CONFIG_FUSION is not set
> > # CONFIG_GAMEPORT is not set
> > +CONFIG_GCC_VERSION=110200
> > # CONFIG_GENERIC_PHY is not set
> > # CONFIG_GNSS is not set
> > # CONFIG_GPIO_ADP5588 is not set
> > @@ -277,6 +279,7 @@ CONFIG_KVM=y
> > # CONFIG_LATENCYTOP is not set
> > # CONFIG_LCD_CLASS_DEVICE is not set
> > # CONFIG_LDM_PARTITION is not set
> > +CONFIG_LD_VERSION=23800
> > # CONFIG_LIBNVDIMM is not set
> > # CONFIG_LLC2 is not set
> > CONFIG_LOG_BUF_SHIFT=18
> > @@ -429,11 +432,13 @@ CONFIG_NTFS_RW=y
> > # CONFIG_OSF_PARTITION is not set
> > # CONFIG_PACKING is not set
> > # CONFIG_PAGE_EXTENSION is not set
> > +CONFIG_PAHOLE_VERSION=122
> > CONFIG_PANIC_TIMEOUT=0
> > # CONFIG_PARPORT is not set
> > # CONFIG_PC104 is not set
> > # CONFIG_PCCARD is not set
> > CONFIG_PCIEPORTBUS=y
> > +# CONFIG_PCIE_EDR is not set
> > # CONFIG_PCIPCWATCHDOG is not set
> > # CONFIG_PCI_EPF_NTB is not set
> > # CONFIG_PCI_PASID is not set
> > diff --git a/debian/canonical-certs.pem b/debian/canonical-certs.pem
> > new file mode 100644
> > index 000000000000..6972cf6a7c1b
> > --- /dev/null
> > +++ b/debian/canonical-certs.pem
> > @@ -0,0 +1,246 @@
> > +Certificate:
> > + Data:
> > + Version: 3 (0x2)
> > + Serial Number:
> > + c7:7e:51:6a:1c:25:cd:40
> > + Signature Algorithm: sha512WithRSAEncryption
> > + Issuer: CN = Canonical Ltd. Live Patch Signing
> > + Validity
> > + Not Before: Jul 18 23:41:27 2016 GMT
> > + Not After : Jul 16 23:41:27 2026 GMT
> > + Subject: CN = Canonical Ltd. Live Patch Signing
> > + Subject Public Key Info:
> > + Public Key Algorithm: rsaEncryption
> > + RSA Public-Key: (4096 bit)
> > + Modulus:
> > + 00:bd:74:ee:72:b3:4a:ab:e6:31:e8:29:24:c2:bd:
> > + 46:98:32:c0:39:ee:a3:fb:8a:ad:fe:ab:1a:5b:a3:
> > + 2e:a1:80:db:79:61:9e:47:79:2c:75:57:a2:21:f0:
> > + 93:f6:87:f2:9b:4b:9d:2f:b3:58:61:28:3c:41:70:
> > + 13:16:a1:72:90:c9:d5:16:71:7c:e0:30:f9:28:5e:
> > + 48:20:36:00:69:b7:59:9f:a3:ec:a8:eb:55:41:9f:
> > + 38:1e:22:4a:57:20:f4:83:59:49:c5:00:93:d3:33:
> > + 02:92:d1:fc:f0:84:3b:4a:5b:8f:b6:73:9a:89:fa:
> > + 30:1e:e6:2a:68:f2:91:ef:59:57:3d:dc:1c:52:6f:
> > + 5e:e6:9b:b5:b8:7c:98:c9:13:d1:39:68:01:67:91:
> > + e0:d3:67:72:16:0a:5e:16:83:45:31:4f:b5:2b:b3:
> > + f6:40:86:89:3a:84:6e:6f:16:61:bc:70:84:be:5a:
> > + 13:36:7b:82:ea:07:19:fc:18:c1:16:c6:32:0b:7d:
> > + 2c:6b:c4:21:b9:38:6b:31:dc:d9:0c:ad:56:40:68:
> > + 7c:e3:c6:64:8e:bf:1c:e0:72:3e:6c:db:d2:73:79:
> > + da:d7:c5:2f:5d:04:7d:b0:07:1e:95:dd:2a:47:5e:
> > + bf:3e:3a:c8:66:f6:67:0f:d4:2a:f1:e2:71:59:d2:
> > + 6c:7b:a0:37:ac:e6:97:80:30:13:97:48:d5:74:fc:
> > + 38:68:e4:57:cb:99:69:5a:84:27:ac:98:51:e4:64:
> > + bd:91:62:e8:58:27:06:2a:b9:0b:b8:08:e5:e5:b4:
> > + 51:a7:a2:10:df:4e:07:6c:a0:3b:96:f2:6e:df:75:
> > + 8c:97:1e:64:a0:9a:86:9b:98:26:f9:d8:b7:de:5b:
> > + 21:b7:af:89:01:a3:f7:98:6b:da:19:ba:86:ef:ef:
> > + f1:ce:bb:2f:89:ed:c0:b6:1b:e5:5b:f8:90:11:9a:
> > + 52:93:e9:be:f7:35:b9:08:cb:ba:c3:ed:2f:73:af:
> > + cc:96:07:55:b5:de:f6:03:f6:f1:89:f9:21:40:76:
> > + c1:69:f2:61:cc:9a:94:df:9c:ec:6a:65:38:be:d1:
> > + 4e:2a:87:c7:2f:3e:53:ae:8b:9f:54:a1:09:59:64:
> > + 25:aa:a9:d8:44:a9:a8:a0:71:e1:32:aa:4c:32:fd:
> > + 44:28:cc:9c:6f:8e:db:81:7e:6f:fa:00:56:c5:e5:
> > + 03:46:63:fb:8e:71:8d:e3:13:91:9f:ac:60:3e:64:
> > + f3:df:25:34:09:fa:2d:96:9f:16:05:ea:93:f5:e6:
> > + 00:08:27:32:7b:3c:bd:ee:70:24:6c:3b:55:e9:db:
> > + f4:10:2d:20:06:b4:ca:e9:29:65:55:ad:f6:52:54:
> > + 5f:e5:a3
> > + Exponent: 65537 (0x10001)
> > + X509v3 extensions:
> > + X509v3 Basic Constraints: critical
> > + CA:FALSE
> > + X509v3 Key Usage:
> > + Digital Signature
> > + X509v3 Subject Key Identifier:
> > +
> 14:DF:34:D1:A8:7C:F3:76:25:AB:EC:03:9E:F2:BF:52:12:49:B9:69
> > + X509v3 Authority Key Identifier:
> > +
> keyid:14:DF:34:D1:A8:7C:F3:76:25:AB:EC:03:9E:F2:BF:52:12:49:B9:69
> > +
> > + Signature Algorithm: sha512WithRSAEncryption
> > + 30:e7:48:02:37:e9:28:cf:04:a2:4d:5c:fa:d8:4e:c9:76:c7:
> > + 14:3f:bd:2c:51:3d:33:f0:1a:bc:49:f1:47:95:8f:69:d8:a9:
> > + 54:14:44:6c:4d:9f:55:82:08:1e:c6:5b:d5:91:d9:bc:2e:b0:
> > + af:d6:25:65:74:96:aa:36:de:ae:31:a8:11:f2:a4:2c:5a:e1:
> > + 4f:73:f8:4a:c3:35:b0:76:96:71:f2:b5:7d:4b:75:ee:5d:bf:
> > + 86:a5:ba:0b:a9:52:cb:ec:ab:e5:23:4b:f2:74:55:28:17:1e:
> > + b3:ac:27:ad:45:13:6e:69:b3:5a:be:42:36:29:48:db:e7:5c:
> > + 22:58:a0:90:82:2c:2a:21:2b:db:f4:64:b7:91:5d:1f:2c:48:
> > + a4:1a:85:e3:86:a5:aa:19:cd:19:e8:a5:fb:a3:7b:94:77:48:
> > + 25:a4:cf:a0:cf:71:82:5c:6f:71:22:7c:d6:97:a0:53:bb:ec:
> > + 30:f6:cb:16:fb:7b:fd:16:94:7a:53:6e:bd:04:64:a2:01:10:
> > + 9f:f0:5b:b5:a6:73:41:9d:5f:6f:45:73:0d:05:f7:30:6d:39:
> > + 90:b6:7d:55:7d:4c:2f:ae:5f:38:56:2f:8b:df:f4:bf:12:06:
> > + 93:6e:0d:02:23:bf:71:91:57:88:e8:bd:62:72:99:00:40:29:
> > + 1e:c9:13:11:da:7e:8e:e1:d2:a5:0d:bf:f7:d6:ec:01:0d:89:
> > + 41:cd:d5:dc:d2:f7:5f:33:0d:4c:2f:85:b7:85:b7:81:e4:17:
> > + 29:f0:74:cf:0e:15:8c:1a:50:0b:08:63:1a:91:4f:e7:76:97:
> > + f1:d4:3b:7e:72:d4:c5:45:58:0c:6a:e9:0d:f2:85:d8:91:1e:
> > + 37:bd:78:e3:39:4d:2e:fd:85:31:c1:a6:3b:6a:cc:2c:53:72:
> > + 1d:8e:7b:f0:e6:76:86:09:6f:1a:f3:e4:a1:e2:dd:76:5f:b0:
> > + 8c:e2:2a:54:5d:c1:88:49:90:10:15:42:7d:05:24:53:8c:54:
> > + ff:48:18:1a:36:e3:31:d3:54:32:78:0d:fe:f2:3d:aa:0d:37:
> > + 15:84:b4:36:47:31:e8:85:6e:0b:58:38:ff:21:91:09:c9:a8:
> > + 43:a3:ea:60:cb:7e:ed:f7:41:6f:4e:91:c1:fd:77:46:e7:d4:
> > + e7:86:c0:1b:fd:50:6c:aa:be:00:b3:63:02:ff:4e:c7:a5:57:
> > + 6e:29:64:e9:54:d5:30:63:38:5f:2d:5a:db:49:5f:14:14:22:
> > + d2:81:1f:61:9e:ee:ee:16:66:d6:bc:bd:ac:1b:5c:fb:38:31:
> > + 95:33:2e:84:6e:7a:de:ee:b9:fc:97:17:06:13:bf:70:1c:6e:
> > + 76:ed:66:38:e2:70:08:00
> > +-----BEGIN CERTIFICATE-----
> > +MIIFODCCAyCgAwIBAgIJAMd+UWocJc1AMA0GCSqGSIb3DQEBDQUAMCwxKjAoBgNV
> > +BAMMIUNhbm9uaWNhbCBMdGQuIExpdmUgUGF0Y2ggU2lnbmluZzAeFw0xNjA3MTgy
> > +MzQxMjdaFw0yNjA3MTYyMzQxMjdaMCwxKjAoBgNVBAMMIUNhbm9uaWNhbCBMdGQu
> > +IExpdmUgUGF0Y2ggU2lnbmluZzCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoC
> > +ggIBAL107nKzSqvmMegpJMK9RpgywDnuo/uKrf6rGlujLqGA23lhnkd5LHVXoiHw
> > +k/aH8ptLnS+zWGEoPEFwExahcpDJ1RZxfOAw+SheSCA2AGm3WZ+j7KjrVUGfOB4i
> > +Slcg9INZScUAk9MzApLR/PCEO0pbj7Zzmon6MB7mKmjyke9ZVz3cHFJvXuabtbh8
> > +mMkT0TloAWeR4NNnchYKXhaDRTFPtSuz9kCGiTqEbm8WYbxwhL5aEzZ7guoHGfwY
> > +wRbGMgt9LGvEIbk4azHc2QytVkBofOPGZI6/HOByPmzb0nN52tfFL10EfbAHHpXd
> > +Kkdevz46yGb2Zw/UKvHicVnSbHugN6zml4AwE5dI1XT8OGjkV8uZaVqEJ6yYUeRk
> > +vZFi6FgnBiq5C7gI5eW0UaeiEN9OB2ygO5bybt91jJceZKCahpuYJvnYt95bIbev
> > +iQGj95hr2hm6hu/v8c67L4ntwLYb5Vv4kBGaUpPpvvc1uQjLusPtL3OvzJYHVbXe
> > +9gP28Yn5IUB2wWnyYcyalN+c7GplOL7RTiqHxy8+U66Ln1ShCVlkJaqp2ESpqKBx
> > +4TKqTDL9RCjMnG+O24F+b/oAVsXlA0Zj+45xjeMTkZ+sYD5k898lNAn6LZafFgXq
> > +k/XmAAgnMns8ve5wJGw7Venb9BAtIAa0yukpZVWt9lJUX+WjAgMBAAGjXTBbMAwG
> > +A1UdEwEB/wQCMAAwCwYDVR0PBAQDAgeAMB0GA1UdDgQWBBQU3zTRqHzzdiWr7AOe
> > +8r9SEkm5aTAfBgNVHSMEGDAWgBQU3zTRqHzzdiWr7AOe8r9SEkm5aTANBgkqhkiG
> > +9w0BAQ0FAAOCAgEAMOdIAjfpKM8Eok1c+thOyXbHFD+9LFE9M/AavEnxR5WPadip
> > +VBREbE2fVYIIHsZb1ZHZvC6wr9YlZXSWqjberjGoEfKkLFrhT3P4SsM1sHaWcfK1
> > +fUt17l2/hqW6C6lSy+yr5SNL8nRVKBces6wnrUUTbmmzWr5CNilI2+dcIligkIIs
> > +KiEr2/Rkt5FdHyxIpBqF44alqhnNGeil+6N7lHdIJaTPoM9xglxvcSJ81pegU7vs
> > +MPbLFvt7/RaUelNuvQRkogEQn/BbtaZzQZ1fb0VzDQX3MG05kLZ9VX1ML65fOFYv
> > +i9/0vxIGk24NAiO/cZFXiOi9YnKZAEApHskTEdp+juHSpQ2/99bsAQ2JQc3V3NL3
> > +XzMNTC+Ft4W3geQXKfB0zw4VjBpQCwhjGpFP53aX8dQ7fnLUxUVYDGrpDfKF2JEe
> > +N7144zlNLv2FMcGmO2rMLFNyHY578OZ2hglvGvPkoeLddl+wjOIqVF3BiEmQEBVC
> > +fQUkU4xU/0gYGjbjMdNUMngN/vI9qg03FYS0Nkcx6IVuC1g4/yGRCcmoQ6PqYMt+
> > +7fdBb06Rwf13RufU54bAG/1QbKq+ALNjAv9Ox6VXbilk6VTVMGM4Xy1a20lfFBQi
> > +0oEfYZ7u7hZm1ry9rBtc+zgxlTMuhG563u65/JcXBhO/cBxudu1mOOJwCAA=
> > +-----END CERTIFICATE-----
> > +Certificate:
> > + Data:
> > + Version: 3 (0x2)
> > + Serial Number:
> > + e9:df:13:0f:92:92:a9:b7
> > + Signature Algorithm: sha512WithRSAEncryption
> > + Issuer: C = GB, ST = Isle of Man, L = Douglas, O = Canonical
> Ltd., CN = Canonical Ltd. Kernel Module Signing
> > + Validity
> > + Not Before: May 31 16:06:09 2016 GMT
> > + Not After : May 29 16:06:09 2026 GMT
> > + Subject: C = GB, ST = Isle of Man, L = Douglas, O = Canonical
> Ltd., CN = Canonical Ltd. Kernel Module Signing
> > + Subject Public Key Info:
> > + Public Key Algorithm: rsaEncryption
> > + RSA Public-Key: (4096 bit)
> > + Modulus:
> > + 00:b3:b0:4f:c6:0a:77:8b:f9:d1:53:33:34:d2:80:
> > + b5:63:6f:e1:f6:a2:83:99:d5:b6:b1:e4:99:91:fa:
> > + 6c:19:c6:d0:91:2a:b9:7d:b5:98:a6:0d:28:01:b8:
> > + 7c:8e:aa:38:ec:51:37:33:96:f0:b0:9b:8d:86:5f:
> > + 67:23:69:2f:d7:c2:f3:fb:c5:d7:f9:04:ff:f2:e5:
> > + 61:68:b7:29:b9:c6:8e:4b:4d:2d:8f:92:0c:00:b3:
> > + a3:d2:5a:08:64:cd:f2:09:0b:a5:0e:e6:64:75:d5:
> > + 41:f4:4d:49:3a:0d:dc:b9:27:8e:c4:d6:b1:df:8f:
> > + 6c:f0:e4:f7:31:cb:a9:04:a1:f9:a7:aa:15:da:59:
> > + 03:4d:46:14:d0:dd:bf:e0:f5:9e:f0:71:0c:70:78:
> > + 2b:08:fb:e0:b6:68:a4:74:12:9d:f7:f2:64:88:17:
> > + 2a:8a:ed:1a:91:b5:6c:13:bd:4c:10:0a:0b:72:0b:
> > + 90:db:7d:f3:78:44:4c:d2:a5:41:f7:1c:77:7d:5a:
> > + 8a:54:bc:8f:fe:b7:ee:e1:bc:59:37:c4:d4:e8:14:
> > + d0:5b:42:9b:04:00:8e:6d:83:8a:25:21:5b:08:c4:
> > + 7b:b2:d9:99:52:c9:5e:59:6d:c4:aa:52:59:e2:e4:
> > + 2f:7e:7e:ac:05:01:99:bf:13:72:b7:45:c5:17:da:
> > + 8a:d5:3e:71:73:2e:d8:aa:e6:eb:5a:d0:9a:c4:93:
> > + f3:be:eb:d2:47:25:34:16:29:fa:dd:9a:2f:b1:20:
> > + e5:41:4e:ed:ea:51:7c:23:80:ba:3d:b5:3a:0b:8c:
> > + 9c:85:48:6c:3c:8b:29:2f:2f:12:c7:52:34:02:ea:
> > + 0f:ac:53:23:3c:f8:3e:40:1b:30:63:e9:2d:e6:f6:
> > + 58:cc:51:f9:eb:08:4a:b4:c7:16:80:d1:8b:c2:64:
> > + 6a:71:a9:70:31:a4:a7:3a:c0:93:99:1b:0e:42:c1:
> > + 00:6d:43:27:99:6c:e5:fd:23:16:c1:8e:b5:66:17:
> > + 2b:4c:53:5a:6d:1e:96:16:13:6a:c6:d4:85:5b:74:
> > + 2e:ce:7c:45:2f:ad:cb:75:9e:5e:91:bd:9a:6a:86:
> > + 1a:06:bd:39:be:a3:50:56:ea:e1:f6:e3:95:69:d7:
> > + 31:e4:66:f7:36:b5:51:c2:22:b4:9c:74:9c:44:0b:
> > + 0e:16:5f:53:f0:23:c6:b9:40:bd:d6:b8:7d:1b:f6:
> > + 73:f6:27:e7:c0:e3:65:a0:58:ab:5c:59:b7:80:8c:
> > + 8c:04:b4:a9:ae:a0:51:40:10:3b:63:59:49:87:d1:
> > + 9b:df:a3:8c:c4:2e:eb:70:c1:0a:18:1f:cb:22:c2:
> > + f2:4a:65:0d:e5:81:74:d8:ce:72:c6:35:be:ba:63:
> > + 72:c4:f9
> > + Exponent: 65537 (0x10001)
> > + X509v3 extensions:
> > + X509v3 Basic Constraints: critical
> > + CA:FALSE
> > + X509v3 Key Usage:
> > + Digital Signature
> > + X509v3 Subject Key Identifier:
> > +
> 88:F7:52:E5:60:A1:E0:73:7E:31:16:3A:46:6A:D7:B7:0A:85:0C:19
> > + X509v3 Authority Key Identifier:
> > +
> keyid:88:F7:52:E5:60:A1:E0:73:7E:31:16:3A:46:6A:D7:B7:0A:85:0C:19
> > +
> > + Signature Algorithm: sha512WithRSAEncryption
> > + 04:85:16:27:58:ba:71:28:57:86:7b:c2:83:db:e5:72:6f:1e:
> > + b2:1c:63:b0:db:ad:c0:42:96:c0:4f:65:f6:35:4d:c0:07:0d:
> > + 46:be:d3:1e:ec:f1:22:18:2a:18:5d:bb:69:a6:a6:d4:0d:c3:
> > + 57:03:b9:e7:45:49:28:ca:6d:98:17:68:97:cb:7b:36:81:0a:
> > + 37:9e:34:79:f3:e1:0e:5b:77:43:bb:5a:a5:45:b7:16:50:86:
> > + fd:12:a4:96:0f:15:19:09:1c:e1:fa:80:a5:80:09:be:bb:c8:
> > + 26:0b:3e:de:03:d2:c2:18:a4:8d:0d:de:c5:32:82:0b:fb:75:
> > + 55:66:1a:2a:bb:e4:bd:25:91:20:15:d4:be:b8:3f:53:e3:fb:
> > + a8:c3:55:e3:d5:e7:82:18:95:df:39:09:a7:fc:89:6e:b4:1c:
> > + aa:2d:e8:67:c2:0d:34:34:3e:f9:fa:0b:ce:81:92:11:ae:12:
> > + 0a:fe:35:63:ce:46:29:c4:2b:4f:cb:4e:05:0a:a1:11:e2:35:
> > + f6:5a:5d:b5:e8:d2:6f:4c:fc:3d:24:a6:03:4b:dd:98:6b:f2:
> > + 71:58:16:1d:a5:25:ef:d9:06:7c:e8:db:7b:88:6a:89:5c:59:
> > + 01:92:64:db:44:08:63:6c:7c:32:d6:55:98:63:09:26:61:67:
> > + 0a:fe:5d:ee:fd:23:59:b3:4d:91:c1:4d:41:8b:cd:20:58:fa:
> > + 2d:45:e5:bd:1d:69:5c:03:a0:49:a6:97:54:13:b6:c9:e0:f8:
> > + 56:83:a1:2a:c3:f4:6c:fd:ab:20:ca:3d:9c:95:c0:cf:04:bb:
> > + 46:39:cf:34:81:65:45:27:64:01:7d:62:b3:b8:72:ea:10:d5:
> > + 0f:53:7d:39:88:25:09:6f:8c:bc:e0:49:bb:39:e2:0e:8d:cf:
> > + 56:4d:c1:82:6d:87:d2:e7:fc:c0:9f:a7:65:60:d2:6c:65:18:
> > + 59:38:6e:d0:9c:d7:c3:81:9a:9a:29:8f:83:84:c3:b5:44:ff:
> > + 28:ac:13:17:64:f2:26:13:d9:55:06:b7:69:68:7c:bf:ec:d1:
> > + 8c:ef:b7:da:76:e1:07:73:c6:31:62:31:cb:b6:e1:e7:7f:0c:
> > + c3:f7:4c:52:be:25:36:8e:a1:bb:60:02:c3:cb:3e:6f:29:fc:
> > + 7f:6a:fa:f8:ec:0a:df:49:e2:57:0e:bc:bd:93:c3:1b:d5:36:
> > + 8a:ff:d8:1b:17:c7:1f:cb:69:00:d2:54:9e:ad:61:89:92:95:
> > + 11:f8:ea:17:83:9f:9b:09:7d:b8:94:a4:ea:f5:ae:ea:dc:dd:
> > + 62:b9:9e:68:9c:18:ec:19:c4:13:08:c8:b1:62:ab:8e:84:69:
> > + 11:3c:da:ea:0d:b7:22:bd
> > +-----BEGIN CERTIFICATE-----
> > +MIIF2jCCA8KgAwIBAgIJAOnfEw+Skqm3MA0GCSqGSIb3DQEBDQUAMH0xCzAJBgNV
> > +BAYTAkdCMRQwEgYDVQQIDAtJc2xlIG9mIE1hbjEQMA4GA1UEBwwHRG91Z2xhczEX
> > +MBUGA1UECgwOQ2Fub25pY2FsIEx0ZC4xLTArBgNVBAMMJENhbm9uaWNhbCBMdGQu
> > +IEtlcm5lbCBNb2R1bGUgU2lnbmluZzAeFw0xNjA1MzExNjA2MDlaFw0yNjA1Mjkx
> > +NjA2MDlaMH0xCzAJBgNVBAYTAkdCMRQwEgYDVQQIDAtJc2xlIG9mIE1hbjEQMA4G
> > +A1UEBwwHRG91Z2xhczEXMBUGA1UECgwOQ2Fub25pY2FsIEx0ZC4xLTArBgNVBAMM
> > +JENhbm9uaWNhbCBMdGQuIEtlcm5lbCBNb2R1bGUgU2lnbmluZzCCAiIwDQYJKoZI
> > +hvcNAQEBBQADggIPADCCAgoCggIBALOwT8YKd4v50VMzNNKAtWNv4faig5nVtrHk
> > +mZH6bBnG0JEquX21mKYNKAG4fI6qOOxRNzOW8LCbjYZfZyNpL9fC8/vF1/kE//Ll
> > +YWi3KbnGjktNLY+SDACzo9JaCGTN8gkLpQ7mZHXVQfRNSToN3LknjsTWsd+PbPDk
> > +9zHLqQSh+aeqFdpZA01GFNDdv+D1nvBxDHB4Kwj74LZopHQSnffyZIgXKortGpG1
> > +bBO9TBAKC3ILkNt983hETNKlQfccd31ailS8j/637uG8WTfE1OgU0FtCmwQAjm2D
> > +iiUhWwjEe7LZmVLJXlltxKpSWeLkL35+rAUBmb8TcrdFxRfaitU+cXMu2Krm61rQ
> > +msST877r0kclNBYp+t2aL7Eg5UFO7epRfCOAuj21OguMnIVIbDyLKS8vEsdSNALq
> > +D6xTIzz4PkAbMGPpLeb2WMxR+esISrTHFoDRi8JkanGpcDGkpzrAk5kbDkLBAG1D
> > +J5ls5f0jFsGOtWYXK0xTWm0elhYTasbUhVt0Ls58RS+ty3WeXpG9mmqGGga9Ob6j
> > +UFbq4fbjlWnXMeRm9za1UcIitJx0nEQLDhZfU/AjxrlAvda4fRv2c/Yn58DjZaBY
> > +q1xZt4CMjAS0qa6gUUAQO2NZSYfRm9+jjMQu63DBChgfyyLC8kplDeWBdNjOcsY1
> > +vrpjcsT5AgMBAAGjXTBbMAwGA1UdEwEB/wQCMAAwCwYDVR0PBAQDAgeAMB0GA1Ud
> > +DgQWBBSI91LlYKHgc34xFjpGate3CoUMGTAfBgNVHSMEGDAWgBSI91LlYKHgc34x
> > +FjpGate3CoUMGTANBgkqhkiG9w0BAQ0FAAOCAgEABIUWJ1i6cShXhnvCg9vlcm8e
> > +shxjsNutwEKWwE9l9jVNwAcNRr7THuzxIhgqGF27aaam1A3DVwO550VJKMptmBdo
> > +l8t7NoEKN540efPhDlt3Q7tapUW3FlCG/RKklg8VGQkc4fqApYAJvrvIJgs+3gPS
> > +whikjQ3exTKCC/t1VWYaKrvkvSWRIBXUvrg/U+P7qMNV49XnghiV3zkJp/yJbrQc
> > +qi3oZ8INNDQ++foLzoGSEa4SCv41Y85GKcQrT8tOBQqhEeI19lpdtejSb0z8PSSm
> > +A0vdmGvycVgWHaUl79kGfOjbe4hqiVxZAZJk20QIY2x8MtZVmGMJJmFnCv5d7v0j
> > +WbNNkcFNQYvNIFj6LUXlvR1pXAOgSaaXVBO2yeD4VoOhKsP0bP2rIMo9nJXAzwS7
> > +RjnPNIFlRSdkAX1is7hy6hDVD1N9OYglCW+MvOBJuzniDo3PVk3Bgm2H0uf8wJ+n
> > +ZWDSbGUYWThu0JzXw4GamimPg4TDtUT/KKwTF2TyJhPZVQa3aWh8v+zRjO+32nbh
> > +B3PGMWIxy7bh538Mw/dMUr4lNo6hu2ACw8s+byn8f2r6+OwK30niVw68vZPDG9U2
> > +iv/YGxfHH8tpANJUnq1hiZKVEfjqF4Ofmwl9uJSk6vWu6tzdYrmeaJwY7BnEEwjI
> > +sWKrjoRpETza6g23Ir0=
> > +-----END CERTIFICATE-----
> > diff --git a/debian/canonical-revoked-certs.pem
> b/debian/canonical-revoked-certs.pem
> > new file mode 100644
> > index 000000000000..06c116eec54f
> > --- /dev/null
> > +++ b/debian/canonical-revoked-certs.pem
> > @@ -0,0 +1,86 @@
> > +Certificate:
> > + Data:
> > + Version: 3 (0x2)
> > + Serial Number: 1 (0x1)
> > + Signature Algorithm: sha256WithRSAEncryption
> > + Issuer: C = GB, ST = Isle of Man, L = Douglas, O = Canonical
> Ltd., CN = Canonical Ltd. Master Certificate Authority
> > + Validity
> > + Not Before: Apr 12 11:39:08 2012 GMT
> > + Not After : Apr 11 11:39:08 2042 GMT
> > + Subject: C = GB, ST = Isle of Man, O = Canonical Ltd., OU =
> Secure Boot, CN = Canonical Ltd. Secure Boot Signing
> > + Subject Public Key Info:
> > + Public Key Algorithm: rsaEncryption
> > + RSA Public-Key: (2048 bit)
> > + Modulus:
> > + 00:c9:5f:9b:62:8f:0b:b0:64:82:ac:be:c9:e2:62:
> > + e3:4b:d2:9f:1e:8a:d5:61:1a:2b:5d:38:f4:b7:ce:
> > + b9:9a:b8:43:b8:43:97:77:ab:4f:7f:0c:70:46:0b:
> > + fc:7f:6d:c6:6d:ea:80:5e:01:d2:b7:66:1e:87:de:
> > + 0d:6d:d0:41:97:a8:a5:af:0c:63:4f:f7:7c:c2:52:
> > + cc:a0:31:a9:bb:89:5d:99:1e:46:6f:55:73:b9:76:
> > + 69:ec:d7:c1:fc:21:d6:c6:07:e7:4f:bd:22:de:e4:
> > + a8:5b:2d:db:95:34:19:97:d6:28:4b:21:4c:ca:bb:
> > + 1d:79:a6:17:7f:5a:f9:67:e6:5c:78:45:3d:10:6d:
> > + b0:17:59:26:11:c5:57:e3:7f:4e:82:ba:f6:2c:4e:
> > + c8:37:4d:ff:85:15:84:47:e0:ed:3b:7c:7f:bc:af:
> > + e9:01:05:a7:0c:6f:c3:e9:8d:a3:ce:be:a6:e3:cd:
> > + 3c:b5:58:2c:9e:c2:03:1c:60:22:37:39:ff:41:02:
> > + c1:29:a4:65:51:ff:33:34:aa:42:15:f9:95:78:fc:
> > + 2d:f5:da:8a:85:7c:82:9d:fb:37:2c:6b:a5:a8:df:
> > + 7c:55:0b:80:2e:3c:b0:63:e1:cd:38:48:89:e8:14:
> > + 06:0b:82:bc:fd:d4:07:68:1b:0f:3e:d9:15:dd:94:
> > + 11:1b
> > + Exponent: 65537 (0x10001)
> > + X509v3 extensions:
> > + X509v3 Basic Constraints: critical
> > + CA:FALSE
> > + X509v3 Extended Key Usage:
> > + Code Signing, 1.3.6.1.4.1.311.10.3.6
> > + Netscape Comment:
> > + OpenSSL Generated Certificate
> > + X509v3 Subject Key Identifier:
> > +
> 61:48:2A:A2:83:0D:0A:B2:AD:5A:F1:0B:72:50:DA:90:33:DD:CE:F0
> > + X509v3 Authority Key Identifier:
> > +
> keyid:AD:91:99:0B:C2:2A:B1:F5:17:04:8C:23:B6:65:5A:26:8E:34:5A:63
> > +
> > + Signature Algorithm: sha256WithRSAEncryption
> > + 8f:8a:a1:06:1f:29:b7:0a:4a:d5:c5:fd:81:ab:25:ea:c0:7d:
> > + e2:fc:6a:96:a0:79:93:67:ee:05:0e:25:12:25:e4:5a:f6:aa:
> > + 1a:f1:12:f3:05:8d:87:5e:f1:5a:5c:cb:8d:23:73:65:1d:15:
> > + b9:de:22:6b:d6:49:67:c9:a3:c6:d7:62:4e:5c:b5:f9:03:83:
> > + 40:81:dc:87:9c:3c:3f:1c:0d:51:9f:94:65:0a:84:48:67:e4:
> > + a2:f8:a6:4a:f0:e7:cd:cd:bd:94:e3:09:d2:5d:2d:16:1b:05:
> > + 15:0b:cb:44:b4:3e:61:42:22:c4:2a:5c:4e:c5:1d:a3:e2:e0:
> > + 52:b2:eb:f4:8b:2b:dc:38:39:5d:fb:88:a1:56:65:5f:2b:4f:
> > + 26:ff:06:78:10:12:eb:8c:5d:32:e3:c6:45:af:25:9b:a0:ff:
> > + 8e:ef:47:09:a3:e9:8b:37:92:92:69:76:7e:34:3b:92:05:67:
> > + 4e:b0:25:ed:bc:5e:5f:8f:b4:d6:ca:40:ff:e4:e2:31:23:0c:
> > + 85:25:ae:0c:55:01:ec:e5:47:5e:df:5b:bc:14:33:e3:c6:f5:
> > + 18:b6:d9:f7:dd:b3:b4:a1:31:d3:5a:5c:5d:7d:3e:bf:0a:e4:
> > + e4:e8:b4:59:7d:3b:b4:8c:a3:1b:b5:20:a3:b9:3e:84:6f:8c:
> > + 21:00:c3:39
> > +-----BEGIN CERTIFICATE-----
> > +MIIEIDCCAwigAwIBAgIBATANBgkqhkiG9w0BAQsFADCBhDELMAkGA1UEBhMCR0Ix
> > +FDASBgNVBAgMC0lzbGUgb2YgTWFuMRAwDgYDVQQHDAdEb3VnbGFzMRcwFQYDVQQK
> > +DA5DYW5vbmljYWwgTHRkLjE0MDIGA1UEAwwrQ2Fub25pY2FsIEx0ZC4gTWFzdGVy
> > +IENlcnRpZmljYXRlIEF1dGhvcml0eTAeFw0xMjA0MTIxMTM5MDhaFw00MjA0MTEx
> > +MTM5MDhaMH8xCzAJBgNVBAYTAkdCMRQwEgYDVQQIDAtJc2xlIG9mIE1hbjEXMBUG
> > +A1UECgwOQ2Fub25pY2FsIEx0ZC4xFDASBgNVBAsMC1NlY3VyZSBCb290MSswKQYD
> > +VQQDDCJDYW5vbmljYWwgTHRkLiBTZWN1cmUgQm9vdCBTaWduaW5nMIIBIjANBgkq
> > +hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyV+bYo8LsGSCrL7J4mLjS9KfHorVYRor
> > +XTj0t865mrhDuEOXd6tPfwxwRgv8f23GbeqAXgHSt2Yeh94NbdBBl6ilrwxjT/d8
> > +wlLMoDGpu4ldmR5Gb1VzuXZp7NfB/CHWxgfnT70i3uSoWy3blTQZl9YoSyFMyrsd
> > +eaYXf1r5Z+ZceEU9EG2wF1kmEcVX439Ogrr2LE7IN03/hRWER+DtO3x/vK/pAQWn
> > +DG/D6Y2jzr6m4808tVgsnsIDHGAiNzn/QQLBKaRlUf8zNKpCFfmVePwt9dqKhXyC
> > +nfs3LGulqN98VQuALjywY+HNOEiJ6BQGC4K8/dQHaBsPPtkV3ZQRGwIDAQABo4Gg
> > +MIGdMAwGA1UdEwEB/wQCMAAwHwYDVR0lBBgwFgYIKwYBBQUHAwMGCisGAQQBgjcK
> > +AwYwLAYJYIZIAYb4QgENBB8WHU9wZW5TU0wgR2VuZXJhdGVkIENlcnRpZmljYXRl
> > +MB0GA1UdDgQWBBRhSCqigw0Ksq1a8QtyUNqQM93O8DAfBgNVHSMEGDAWgBStkZkL
> > +wiqx9RcEjCO2ZVomjjRaYzANBgkqhkiG9w0BAQsFAAOCAQEAj4qhBh8ptwpK1cX9
> > +gasl6sB94vxqlqB5k2fuBQ4lEiXkWvaqGvES8wWNh17xWlzLjSNzZR0Vud4ia9ZJ
> > +Z8mjxtdiTly1+QODQIHch5w8PxwNUZ+UZQqESGfkovimSvDnzc29lOMJ0l0tFhsF
> > +FQvLRLQ+YUIixCpcTsUdo+LgUrLr9Isr3Dg5XfuIoVZlXytPJv8GeBAS64xdMuPG
> > +Ra8lm6D/ju9HCaPpizeSkml2fjQ7kgVnTrAl7bxeX4+01spA/+TiMSMMhSWuDFUB
> > +7OVHXt9bvBQz48b1GLbZ992ztKEx01pcXX0+vwrk5Oi0WX07tIyjG7Ugo7k+hG+M
> > +IQDDOQ==
> > +-----END CERTIFICATE-----
> > diff --git a/debian/changelog b/debian/changelog
> > new file mode 100644
> > index 000000000000..77623604b389
> > --- /dev/null
> > +++ b/debian/changelog
> > @@ -0,0 +1,17464 @@
> > +linux (5.15.0-25.25) jammy; urgency=medium
> > +
> > + * jammy/linux: 5.15.0-25.25 -proposed tracker (LP: #1967146)
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: Revert "scsi: core: Reallocate device's budget map on
> queue depth
> > + change"
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Wed, 30 Mar 2022
> 17:28:11 +0200
> > +
> > +linux (5.15.0-24.24) jammy; urgency=medium
> > +
> > + * jammy/linux: 5.15.0-24.24 -proposed tracker (LP: #1966305)
> > +
> > + * Update OS policy capability handshake (LP: #1966089)
> > + - thermal: int340x: Update OS policy capability handshake
> > +
> > + * Jammy update: v5.15.30 upstream stable release (LP: #1966057)
> > + - 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
> > + - arm64: dts: rockchip: fix rk3399-puma eMMC HS400 signal integrity
> > + - arm64: dts: rockchip: align pl330 node name with dtschema
> > + - arm64: dts: rockchip: reorder rk3399 hdmi clocks
> > + - arm64: dts: agilex: use the compatible
> "intel,socfpga-agilex-hsotg"
> > + - ARM: dts: rockchip: reorder rk322x hmdi clocks
> > + - ARM: dts: rockchip: fix a typo on rk3288 crypto-controller
> > + - mac80211: refuse aggregations sessions before authorized
> > + - MIPS: smp: fill in sibling and core maps earlier
> > + - ARM: 9178/1: fix unmet dependency on BITREVERSE for
> HAVE_ARCH_BITREVERSE
> > + - Bluetooth: hci_core: Fix leaking sent_cmd skb
> > + - can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN
> device when
> > + fully ready
> > + - atm: firestream: check the return value of ioremap() in fs_init()
> > + - 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
> > + - kselftest/vm: fix tests build with old libc
> > + - x86/module: Fix the paravirt vs alternative order
> > + - ice: Fix race condition during interface enslave
> > + - Linux 5.15.30
> > +
> > + * Jammy update: v5.15.29 upstream stable release (LP: #1966056)
> > + - arm64: dts: qcom: sm8350: Describe GCC dependency clocks
> > + - arm64: dts: qcom: sm8350: Correct UFS symbol clocks
> > + - HID: elo: Revert USB reference counting
> > + - HID: hid-thrustmaster: fix OOB read in thrustmaster_interrupts
> > + - ARM: boot: dts: bcm2711: Fix HVS register range
> > + - clk: qcom: gdsc: Add support to update GDSC transition delay
> > + - clk: qcom: dispcc: Update the transition delay for MDSS GDSC
> > + - HID: vivaldi: fix sysfs attributes leak
> > + - arm64: dts: armada-3720-turris-mox: Add missing ethernet0 alias
> > + - tipc: fix kernel panic when enabling bearer
> > + - vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET
> command
> > + - vduse: Fix returning wrong type in vduse_domain_alloc_iova()
> > + - 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
> > + - vdpa: fix use-after-free on vp_vdpa_remove
> > + - 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
> > + - esp: Fix BEET mode inter address family tunneling on GSO
> > + - 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
> > + - drm/sun4i: mixer: Fix P010 and P210 format numbers
> > + - net: dsa: mt7530: fix incorrect test in mt753x_phylink_validate()
> > + - ARM: dts: aspeed: Fix AST2600 quad spi group
> > + - 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
> > + - net: ethernet: ti: cpts: Handle error for clk_enable
> > + - net: ethernet: lpc_eth: Handle error for clk_enable
> > + - net: marvell: prestera: Add missing of_node_put() in
> > + prestera_switch_set_base_mac_addr
> > + - 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
> > + - NFC: port100: fix use-after-free in port100_send_complete
> > + - selftests: pmtu.sh: Kill tcpdump processes launched by subshell.
> > + - selftests: pmtu.sh: Kill nettest processes launched in subshell.
> > + - gpio: ts4900: Do not set DAT and OE together
> > + - gianfar: ethtool: Fix refcount leak in gfar_get_ts_info
> > + - net: phy: DP83822: clear MISR2 register to disable interrupts
> > + - sctp: fix kernel-infoleak for SCTP sockets
> > + - net: bcmgenet: Don't claim WOL when its not available
> > + - net: phy: meson-gxl: improve link-up behavior
> > + - selftests/bpf: Add test for bpf_timer overwriting crash
> > + - swiotlb: fix info leak with DMA_FROM_DEVICE
> > + - usb: dwc3: pci: add support for the Intel Raptor Lake-S
> > + - pinctrl: tigerlake: Revert "Add Alder Lake-M ACPI ID"
> > + - KVM: Fix lockdep false negative during host resume
> > + - kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always
> catchup mode
> > + - spi: rockchip: Fix error in getting num-cs property
> > + - spi: rockchip: terminate dma transmission when slave abort
> > + - drm/vc4: hdmi: Unregister codec device on unbind
> > + - x86/kvm: Don't use pv tlb/ipi/sched_yield if on 1 vCPU
> > + - net-sysfs: add check for netdevice being present to speed_show
> > + - hwmon: (pmbus) Clear pmbus fault/warning bits after read
> > + - 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
> > + - selftest/vm: fix map_fixed_noreplace test failure
> > + - selftests/memfd: clean up mapping in mfd_fail_write
> > + - ARM: Spectre-BHB: provide empty stub for non-config
> > + - fuse: fix fileattr op failure
> > + - fuse: fix pipe buffer lifetime for direct_io
> > + - staging: rtl8723bs: Fix access-point mode deadlock
> > + - staging: gdm724x: fix use after free in gdm_lte_rx()
> > + - net: macb: Fix lost RX packet wakeup race in NAPI receive
> > + - riscv: alternative only works on !XIP_KERNEL
> > + - mmc: meson: Fix usage of meson_mmc_post_req()
> > + - riscv: Fix auipc+jalr relocation range checks
> > + - tracing/osnoise: Force quiescent states while tracing
> > + - arm64: dts: marvell: armada-37xx: Remap IO space to bus address
> 0x0
> > + - arm64: Ensure execute-only permissions are not allowed without
> EPAN
> > + - arm64: kasan: fix include error in MTE functions
> > + - swiotlb: rework "fix info leak with DMA_FROM_DEVICE"
> > + - KVM: x86/mmu: kvm_faultin_pfn has to return false if pfh is
> returned
> > + - virtio: unexport virtio_finalize_features
> > + - virtio: acknowledge all features before access
> > + - net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
> > + - ARM: fix Thumb2 regression with Spectre BHB
> > + - watch_queue: Fix filter limit check
> > + - watch_queue, pipe: Free watchqueue state after clearing pipe ring
> > + - watch_queue: Fix to release page in ->release()
> > + - watch_queue: Fix to always request a pow-of-2 pipe ring size
> > + - watch_queue: Fix the alloc bitmap size to reflect notes allocated
> > + - watch_queue: Free the alloc bitmap when the watch_queue is torn
> down
> > + - watch_queue: Fix lack of barrier/sync/lock between post and read
> > + - watch_queue: Make comment about setting ->defunct more accurate
> > + - x86/boot: Fix memremap of setup_indirect structures
> > + - x86/boot: Add setup_indirect support in
> early_memremap_is_setup_data()
> > + - x86/sgx: Free backing memory after faulting the enclave page
> > + - x86/traps: Mark do_int3() NOKPROBE_SYMBOL
> > + - drm/panel: Select DRM_DP_HELPER for DRM_PANEL_EDP
> > + - btrfs: make send work with concurrent block group relocation
> > + - drm/i915: Workaround broken BIOS DBUF configuration on TGL/RKL
> > + - riscv: dts: k210: fix broken IRQs on hart1
> > + - block: drop unused includes in <linux/genhd.h>
> > + - Revert "net: dsa: mv88e6xxx: flush switchdev FDB workqueue before
> removing
> > + VLAN"
> > + - vhost: allow batching hint without size
> > + - Linux 5.15.29
> > +
> > + * Jammy update: v5.15.28 upstream stable release (LP: #1966055)
> > + - slip: fix macro redefine warning
> > + - ARM: fix co-processor register typo
> > + - ARM: Do not use NOCROSSREFS directive with ld.lld
> > + - arm64: Do not include __READ_ONCE() block in assembly files
> > + - ARM: fix build warning in proc-v7-bugs.c
> > + - xen/xenbus: don't let xenbus_grant_ring() remove grants in error
> case
> > + - xen/grant-table: add gnttab_try_end_foreign_access()
> > + - xen/blkfront: don't use gnttab_query_foreign_access() for mapped
> status
> > + - xen/netfront: don't use gnttab_query_foreign_access() for mapped
> status
> > + - xen/scsifront: don't use gnttab_query_foreign_access() for mapped
> status
> > + - xen/gntalloc: don't use gnttab_query_foreign_access()
> > + - xen: remove gnttab_query_foreign_access()
> > + - xen/9p: use alloc/free_pages_exact()
> > + - xen/pvcalls: use alloc/free_pages_exact()
> > + - xen/gnttab: fix gnttab_end_foreign_access() without page specified
> > + - xen/netfront: react properly to failing
> gnttab_end_foreign_access_ref()
> > + - Revert "ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE"
> > + - Linux 5.15.28
> > +
> > + * zfcpdump-kernel update to v5.15 (LP: #1965766)
> > + - SAUCE: Audit: Fix incorrect static inline function declration.
> > +
> > + * [22.04 FEAT] SMC-R v2 Support (LP: #1929035)
> > + - net/smc: save stack space and allocate smc_init_info
> > + - net/smc: prepare for SMC-Rv2 connection
> > + - net/smc: add SMC-Rv2 connection establishment
> > + - net/smc: add listen processing for SMC-Rv2
> > + - net/smc: add v2 format of CLC decline message
> > + - net/smc: retrieve v2 gid from IB device
> > + - net/smc: add v2 support to the work request layer
> > + - net/smc: extend LLC layer for SMC-Rv2
> > + - net/smc: add netlink support for SMC-Rv2
> > + - net/smc: stop links when their GID is removed
> > + - net/smc: fix kernel panic caused by race of smc_sock
> > + - net/smc: Fix hung_task when removing SMC-R devices
> > +
> > + * [22.04 FEAT] Transparent PCI device recovery (LP: #1959532)
> > + - s390/pci: tolerate inconsistent handle in recover
> > + - s390/pci: add simpler s390dbf traces for events
> > + - s390/pci: refresh function handle in iomap
> > + - s390/pci: implement reset_slot for hotplug slot
> > + - PCI: Export pci_dev_lock()
> > + - s390/pci: implement minimal PCI error recovery
> > +
> > + * Mute/mic LEDs no function on some HP platfroms (LP: #1965080)
> > + - ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP
> machines
> > +
> > + * [22.04 FEAT] smc: Add User-defined EID (Enterprise ID) Support -
> kernel
> > + (LP: #1929060)
> > + - net/smc: add support for user defined EIDs
> > + - net/smc: keep static copy of system EID
> > + - net/smc: add generic netlink support for system EID
> > +
> > + * Rotate to 2021v1 signing key (LP: #1964990)
> > + - [Packaging] Rotate to 2021v1 signing key
> > +
> > + * [22.04 FEAT] zcrypt DD: Exploitation Support of new IBM Z Crypto
> Hardware
> > + (kernel part) (LP: #1959547)
> > + - s390/zcrypt: rework of debug feature messages
> > + - s390/ap/zcrypt: debug feature improvements
> > + - s390/zcrypt: CEX8S exploitation support
> > + - s390/zcrypt: handle checkstopped cards with new state
> > + - s390/zcrypt: Support CPRB minor version T7
> > + - s390/zcrypt: change reply buffer size offering
> > + - s390/zcrypt: Provide target domain for EP11 cprbs to scheduling
> function
> > + - s390/airq: use DMA memory for summary indicators
> > +
> > + * [22.04 FEAT] [VS2103] Set KVM_CAP_S390_MEM_OP_EXTENSION capability
> to 211
> > + (LP: #1963901)
> > + - SAUCE: Set KVM_CAP_S390_MEM_OP_EXTENSION capability to 211
> > +
> > + * dependency on crda obsolete according to Debian (LP: #1958918)
> > + - [Packaging] switch dependency from crda to wireless-regdb
> > +
> > + * Cirrus audio support [1028:0BB5] & [1028:0BB6] (LP: #1964748)
> > + - ALSA: hda/cs8409: Add new Warlock SKUs to patch_cs8409
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] mark dkms-build-configure--zfs executable
> > + - [Packaging] Fix bashism in dkms-build script
> > + - [Packaging] Always catch errors in dkms-build scripts
> > + - [Config] toolchain version update
> > +
> > + * Miscellaneous upstream changes
> > + - Ubuntu: remove leftover reference to ubuntu/hio driver
> > + - Reverting commits 61005756c824 and cdb0f8e66513 due to a conflict
> with
> > + LP#1929035. Re-pick them afterwards, which will establish the
> upstream
> > + commit content and order again.
> > + - Revert "UBUNTU: [Packaging] Rotate to 2021v1 signing key"
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Fri, 25 Mar 2022
> 11:25:10 +0100
> > +
> > +linux (5.15.0-23.23) jammy; urgency=medium
> > +
> > + * jammy/linux: 5.15.0-23.23 -proposed tracker (LP: #1964573)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] resync dkms-build{,--nvidia-N} from LRMv5
> > + - debian/dkms-versions -- update from kernel-versions (main/master)
> > +
> > + * [22.04 FEAT] KVM: Enable GISA support for Secure Execution guests
> > + (LP: #1959977)
> > + - KVM: s390: pv: make use of ultravisor AIV support
> > +
> > + * intel_iommu breaks Intel IPU6 camera: isys port open ready failed
> -16
> > + (LP: #1958004)
> > + - SAUCE: iommu: intel-ipu: use IOMMU passthrough mode for Intel IPUs
> > +
> > + * CVE-2022-23960
> > + - ARM: report Spectre v2 status through sysfs
> > + - ARM: early traps initialisation
> > + - ARM: use LOADADDR() to get load address of sections
> > + - ARM: Spectre-BHB workaround
> > + - ARM: include unprivileged BPF status in Spectre V2 reporting
> > + - arm64: Add Neoverse-N2, Cortex-A710 CPU part definition
> > + - arm64: Add HWCAP for self-synchronising virtual counter
> > + - arm64: Add Cortex-X2 CPU part definition
> > + - 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
> > + - 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
> > + - 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
> > + - ARM: fix build error when BPF_SYSCALL is disabled
> > +
> > + * CVE-2021-26401
> > + - 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
> > +
> > + * CVE-2022-0001
> > + - x86,bugs: Unconditionally allow spectre_v2=retpoline,amd
> > + - 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
> > +
> > + * Jammy update: v5.15.27 upstream stable release (LP: #1964361)
> > + - mac80211_hwsim: report NOACK frames in tx_status
> > + - mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_work
> > + - i2c: bcm2835: Avoid clock stretching timeouts
> > + - ASoC: rt5668: 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
> > + - 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()
> > + - cifs: modefromsids must add an ACE for authenticated users
> > + - selftests/seccomp: Fix seccomp failure by adding missing headers
> > + - drm/amd/pm: correct UMD pstate clocks for Dimgrey Cavefish and
> Beige Goby
> > + - dmaengine: shdma: Fix runtime PM imbalance on error
> > + - i2c: cadence: allow COMPILE_TEST
> > + - i2c: imx: allow COMPILE_TEST
> > + - i2c: qup: allow COMPILE_TEST
> > + - 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
> > + - usb: gadget: clear related members when goto fail
> > + - 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
> > + - serial: stm32: prevent TDR register overwrite when sending x_char
> > + - 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
> > + - 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()
> > + - NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()
> > + - NFSD: Fix zero-length NFSv3 WRITEs
> > + - io_uring: fix no lock protection for ctx->cq_extra
> > + - tools/resolve_btf_ids: Close ELF file on error
> > + - mtd: spi-nor: Fix mtd size for s3an flashes
> > + - MIPS: fix local_{add,sub}_return on MIPS64
> > + - signal: In get_signal test for signal_group_exit every time
> through the loop
> > + - PCI: mediatek-gen3: Disable DVFSRC voltage request
> > + - PCI: rcar: Check if device is runtime suspended instead of
> > + __clk_is_enabled()
> > + - PCI: dwc: Do not remap invalid res
> > + - PCI: aardvark: Fix checking for MEM resource type
> > + - KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled
> in guest
> > + - KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking
> vCPU
> > + - KVM: VMX: Read Posted Interrupt "control" exactly once per loop
> iteration
> > + - KVM: X86: Ensure that dirty PDPTRs are loaded
> > + - KVM: x86: Handle 32-bit wrap of EIP for EMULTYPE_SKIP with flat
> code seg
> > + - KVM: x86: Exit to userspace if emulation prepared a completion
> callback
> > + - i3c: fix incorrect address slot lookup on 64-bit
> > + - i3c/master/mipi-i3c-hci: Fix a potentially infinite loop in
> > + 'hci_dat_v1_get_index()'
> > + - tracing: Do not let synth_events block other dyn_event systems
> during create
> > + - Input: ti_am335x_tsc - set ADCREFM for X configuration
> > + - Input: ti_am335x_tsc - fix STEPCONFIG setup for Z2
> > + - PCI: mvebu: Check for errors from pci_bridge_emul_init() call
> > + - PCI: mvebu: Do not modify PCI IO type bits in conf_write
> > + - PCI: mvebu: Fix support for bus mastering and PCI_COMMAND on
> emulated bridge
> > + - PCI: mvebu: Fix configuring secondary bus of PCIe Root Port via
> emulated
> > + bridge
> > + - PCI: mvebu: Setup PCIe controller to Root Complex mode
> > + - PCI: mvebu: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated
> bridge
> > + - PCI: mvebu: Fix support for PCI_EXP_DEVCTL on emulated bridge
> > + - PCI: mvebu: Fix support for PCI_EXP_RTSTA on emulated bridge
> > + - PCI: mvebu: Fix support for DEVCAP2, DEVCTL2 and LNKCTL2
> registers on
> > + emulated bridge
> > + - NFSD: Fix verifier returned in stable WRITEs
> > + - Revert "nfsd: skip some unnecessary stats in the v4 case"
> > + - nfsd: fix crash on COPY_NOTIFY with special stateid
> > + - x86/hyperv: Properly deal with empty cpumasks in
> hyperv_flush_tlb_multi()
> > + - drm/i915: don't call free_mmap_offset when purging
> > + - SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace
> point
> > + - SUNRPC: Fix sockaddr handling in svcsock_accept_class trace points
> > + - drm/sun4i: dw-hdmi: Fix missing put_device() call in
> sun8i_hdmi_phy_get
> > + - drm/atomic: Check new_crtc_state->active to determine if CRTC
> needs disable
> > + in self refresh mode
> > + - ntb_hw_switchtec: Fix pff ioread to read into mmio_part_cfg_all
> > + - ntb_hw_switchtec: Fix bug with more than 32 partitions
> > + - drm/amdkfd: Check for null pointer after calling kmemdup
> > + - drm/amdgpu: use spin_lock_irqsave to avoid deadlock by local
> interrupt
> > + - i3c: master: dw: check return of dw_i3c_master_get_free_pos()
> > + - dma-buf: cma_heap: Fix mutex locking section
> > + - tracing/uprobes: Check the return value of kstrdup() for
> tu->filename
> > + - tracing/probes: check the return value of kstrndup() for pbuf
> > + - mm: defer kmemleak object creation of module_alloc()
> > + - kasan: fix quarantine conflicting with init_on_free
> > + - selftests/vm: make charge_reserved_hugetlb.sh work with existing
> cgroup
> > + setting
> > + - hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list()
> > + - drm/amdgpu/display: Only set vblank_disable_immediate when PSR is
> not
> > + enabled
> > + - drm/amdgpu: filter out radeon PCI device IDs
> > + - drm/amdgpu: filter out radeon secondary ids as well
> > + - drm/amd/display: Use adjusted DCN301 watermarks
> > + - drm/amd/display: move FPU associated DSC code to DML folder
> > + - ethtool: Fix link extended state for big endian
> > + - octeontx2-af: Optimize KPU1 processing for variable-length headers
> > + - octeontx2-af: Reset PTP config in FLR handler
> > + - octeontx2-af: cn10k: RPM hardware timestamp configuration
> > + - octeontx2-af: cn10k: Use appropriate register for LMAC enable
> > + - octeontx2-af: Adjust LA pointer for cpt parse header
> > + - octeontx2-af: Add KPU changes to parse NGIO as separate layer
> > + - net/mlx5e: IPsec: Refactor checksum code in tx data path
> > + - net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP encapsulated
> traffic
> > + - bpf: Use u64_stats_t in struct bpf_prog_stats
> > + - bpf: Fix possible race in inc_misses_counter
> > + - drm/amd/display: Update watermark values for DCN301
> > + - drm: mxsfb: Set fallback bus format when the bridge doesn't
> provide one
> > + - drm: mxsfb: Fix NULL pointer dereference
> > + - riscv/mm: Add XIP_FIXUP for phys_ram_base
> > + - drm/i915/display: split out dpt out of intel_display.c
> > + - drm/i915/display: Move DRRS code its own file
> > + - drm/i915: Disable DRRS on IVB/HSW port != A
> > + - gve: Recording rx queue before sending to napi
> > + - net: dsa: ocelot: seville: utilize of_mdiobus_register
> > + - net: dsa: seville: register the mdiobus under devres
> > + - ibmvnic: don't release napi in __ibmvnic_open()
> > + - of: net: move of_net under net/
> > + - net: ethernet: litex: Add the dependency on HAS_IOMEM
> > + - drm/mediatek: mtk_dsi: Reset the dsi0 hardware
> > + - cifs: protect session channel fields with chan_lock
> > + - cifs: fix confusing unneeded warning message on smb2.1 and earlier
> > + - drm/amd/display: Fix stream->link_enc unassigned during stream
> removal
> > + - bnxt_en: Fix occasional ethtool -t loopback test failures
> > + - drm/amd/display: For vblank_disable_immediate, check PSR is
> really used
> > + - PCI: mvebu: Fix device enumeration regression
> > + - net: of: fix stub of_net helpers for CONFIG_NET=n
> > + - ALSA: intel_hdmi: Fix reference to PCM buffer address
> > + - ucounts: Fix systemd LimitNPROC with private users regression
> > + - riscv/efi_stub: Fix get_boot_hartid_from_fdt() return value
> > + - riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAP
> > + - riscv: Fix config KASAN && DEBUG_VIRTUAL
> > + - iwlwifi: mvm: check debugfs_dir ptr before use
> > + - ASoC: ops: Shift tested values in snd_soc_put_volsw() by +min
> > + - iommu/vt-d: Fix double list_add when enabling VMD in scalable mode
> > + - iommu/amd: Recover from event log overflow
> > + - 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
> > + - thermal: core: Fix TZ_GET_TRIP NULL pointer dereference
> > + - mac80211: fix EAPoL rekey fail in 802.3 rx path
> > + - blktrace: fix use after free for struct blk_trace
> > + - ntb: intel: fix port config status offset for SPR
> > + - 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: ipa: add an interconnect dependency
> > + - 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
> > + - 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: sxgbe: fix return value of __setup handler
> > + - ibmvnic: register netdev after init of adapter
> > + - 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()
> > + - auxdisplay: lcd2s: Fix lcd2s_redefine_char() feature
> > + - firmware: arm_scmi: Remove space in MODULE_ALIAS name
> > + - ASoC: cs4265: Fix the duplicated control name
> > + - auxdisplay: lcd2s: Fix memory leak in ->remove()
> > + - auxdisplay: lcd2s: Use proper API to free the instance of charlcd
> object
> > + - can: gs_usb: change active_channels's type from atomic_t to u8
> > + - iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_find
> > + - arm64: dts: rockchip: Switch RK3399-Gru DP to SPDIF output
> > + - igc: igc_read_phy_reg_gpy: drop premature return
> > + - ARM: Fix kgdb breakpoint for Thumb2
> > + - mips: setup: fix setnocoherentio() boolean setting
> > + - ARM: 9182/1: mmu: fix returns from early_param() and __setup()
> functions
> > + - mptcp: Correctly set DATA_FIN timeout when number of retransmits
> is large
> > + - selftests: mlxsw: tc_police_scale: Make test more robust
> > + - pinctrl: sunxi: Use unique lockdep classes for IRQs
> > + - igc: igc_write_phy_reg_gpy: drop premature return
> > + - ibmvnic: free reset-work-item when flushing
> > + - memfd: fix F_SEAL_WRITE after shmem huge page allocated
> > + - s390/extable: fix exception table sorting
> > + - sched: Fix yet more sched_fork() races
> > + - arm64: dts: juno: Remove GICv2m dma-range
> > + - iommu/amd: Fix I/O page table memory leak
> > + - MIPS: ralink: mt7621: do memory detection on KSEG1
> > + - ARM: dts: switch timer config to common devkit8000 devicetree
> > + - ARM: dts: Use 32KiHz oscillator on devkit8000
> > + - soc: fsl: guts: Revert commit 3c0d64e867ed
> > + - soc: fsl: guts: Add a missing memory allocation failure check
> > + - soc: fsl: qe: Check of ioremap return value
> > + - netfilter: nf_tables: prefer kfree_rcu(ptr, rcu) variant
> > + - ARM: tegra: Move panels to AUX bus
> > + - can: etas_es58x: change opened_channel_cnt's type from atomic_t
> to u8
> > + - net: stmmac: enhance XDP ZC driver level switching performance
> > + - net: stmmac: only enable DMA interrupts when ready
> > + - ibmvnic: initialize rc before completing wait
> > + - ibmvnic: define flush_reset_queue helper
> > + - ibmvnic: complete init_done on transport events
> > + - net: chelsio: cxgb3: check the return value of
> pci_find_capability()
> > + - net: sparx5: Fix add vlan when invalid operation
> > + - iavf: Refactor iavf state machine tracking
> > + - iavf: Add __IAVF_INIT_FAILED state
> > + - iavf: Combine init and watchdog state machines
> > + - iavf: Add trace while removing device
> > + - iavf: Rework mutexes for better synchronisation
> > + - iavf: Add helper function to go from pci_dev to adapter
> > + - iavf: Fix kernel BUG in free_msi_irqs
> > + - 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
> > + - drm/i915/guc/slpc: Correct the param count for unset param
> > + - drm/bridge: ti-sn65dsi86: Properly undo autosuspend
> > + - e1000e: Fix possible HW unit hang after an s0ix exit
> > + - MIPS: ralink: mt7621: use bitwise NOT instead of logical
> > + - nl80211: Handle nla_memdup failures in handle_nan_filter
> > + - drm/amdgpu: fix suspend/resume hang regression
> > + - net: dcb: disable softirqs in dcbnl_flush_dev()
> > + - selftests: mlxsw: resource_scale: Fix return value
> > + - net: stmmac: perserve TX and RX coalesce value during XDP setup
> > + - iavf: do not override the adapter state in the watchdog task
> (again)
> > + - iavf: missing unlocks in iavf_watchdog_task()
> > + - MAINTAINERS: adjust file entry for of_net.c after movement
> > + - 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
> > + - Input: samsung-keypad - properly state IOMEM dependency
> > + - 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: 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: 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
> > + - KVM: x86/mmu: Passing up the error state of
> mmu_alloc_shadow_roots()
> > + - hamradio: fix macro redefine warning
> > + - Linux 5.15.27
> > + - [Config] updateconfigs
> > +
> > + * devices on thunderbolt dock are not recognized on adl-p platform
> > + (LP: #1955016)
> > + - thunderbolt: Tear down existing tunnels when resuming from
> hibernate
> > + - thunderbolt: Runtime resume USB4 port when retimers are scanned
> > + - thunderbolt: Do not allow subtracting more NFC credits than
> configured
> > + - thunderbolt: Do not program path HopIDs for USB4 routers
> > + - thunderbolt: Add debug logging of DisplayPort resource allocation
> > +
> > + * MT7921[14c3:7961] ASPM is disabled and it affects power consumption
> > + (LP: #1955882)
> > + - mt76: mt7921: enable aspm by default
> > +
> > + * Add proper runtime PM support to Realtek PCIe cardreader (LP:
> #1963615)
> > + - mmc: rtsx: Use pm_runtime_{get, put}() to handle runtime PM
> > + - misc: rtsx: Rework runtime power management flow
> > + - misc: rtsx: Cleanup power management ops
> > + - misc: rtsx: Quiesce rts5249 on system suspend
> > + - mmc: rtsx: Let MMC core handle runtime PM
> > + - misc: rtsx: conditionally build rtsx_pm_power_saving()
> > + - misc: rtsx: rts522a rts5228 rts5261 support Runtime PM
> > + - mmc: rtsx: Fix build errors/warnings for unused variable
> > + - mmc: rtsx: add 74 Clocks in power on flow
> > +
> > + * [22.04 FEAT] In-kernel crypto: SIMD implementation of chacha20
> > + (LP: #1853152)
> > + - s390/crypto: add SIMD implementation for ChaCha20
> > + - s390/crypto: fix compile error for ChaCha20 module
> > +
> > + * Add ConnectX7 support and bug fixes to Jammy (LP: #1962185)
> > + - IB/mlx5: Expose NDR speed through MAD
> > +
> > + * INVALID or PRIVATE BUG (LP: #1959890)
> > + - [Config] Deactivate CONFIG_QETH_OSX kernel config option
> > +
> > + * Move virtual graphics drivers from linux-modules-extra to
> linux-modules
> > + (LP: #1960633)
> > + - [Packaging] Move VM DRM drivers into modules
> > +
> > + * Not able to enter s2idle state on AMD platforms (LP: #1961121)
> > + - HID: amd_sfh: Handle amd_sfh work buffer in PM ops
> > + - HID: amd_sfh: Disable the interrupt for all command
> > + - HID: amd_sfh: Add functionality to clear interrupts
> > + - HID: amd_sfh: Add interrupt handler to process interrupts
> > +
> > + * INVALID or PRIVATE BUG (LP: #1960580)
> > + - s390/kexec_file: move kernel image size check
> > + - s390: support command lines longer than 896 bytes
> > +
> > + * [UBUNTU 20.04] kernel: Add support for CPU-MF counter second
> version 7
> > + (LP: #1960182)
> > + - s390/cpumf: Support for CPU Measurement Facility CSVN 7
> > + - s390/cpumf: Support for CPU Measurement Sampling Facility LS bit
> > +
> > + * [SRU]PCI: vmd: Do not disable MSI-X remapping if interrupt
> remapping is
> > + enabled by IOMMU (LP: #1937295)
> > + - PCI: vmd: Do not disable MSI-X remapping if interrupt remapping
> is enabled
> > + by IOMMU
> > +
> > + * Jammy update: v5.15.26 upstream stable release (LP: #1963891)
> > + - mm/filemap: Fix handling of THPs in generic_file_buffered_read()
> > + - cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug
> > + - cgroup-v1: Correct privileges check in release_agent writes
> > + - x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearing
> > + - btrfs: tree-checker: check item_size for inode_item
> > + - btrfs: tree-checker: check item_size for dev_item
> > + - clk: jz4725b: fix mmc0 clock gating
> > + - 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
> > + - parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit
> kernel
> > + - parisc/unaligned: Fix ldw() and stw() unalignment handlers
> > + - KVM: x86/mmu: make apf token non-zero to fix bug
> > + - drm/amd/display: Protect update_bw_bounding_box FPU code.
> > + - drm/amd/pm: fix some OEM SKU specific stability issues
> > + - 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
> > + - drm/i915: Widen the QGV point mask
> > + - drm/i915: Correctly populate use_sagv_wm for all pipes
> > + - 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
> > + - netfilter: xt_socket: fix a typo in socket_mt_destroy()
> > + - netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES
> dependency
> > + - tee: export teedev_open() and teedev_close_context()
> > + - optee: use driver internal tee_context for some rpc
> > + - ping: remove pr_err from ping_lookup
> > + - Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC"
> > + - gpu: host1x: Always return syncpoint value when waiting
> > + - perf evlist: Fix failed to use cpu list for uncore events
> > + - 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
> > + - selftests: mptcp: fix diag instability
> > + - selftests: mptcp: be more conservative with cookie MPJ limits
> > + - bnx2x: fix driver load from initrd
> > + - bnxt_en: Fix active FEC reporting to ethtool
> > + - bnxt_en: Fix offline ethtool selftest with RDMA enabled
> > + - bnxt_en: Fix incorrect multicast rx mask setting when not
> requested
> > + - hwmon: Handle failure to register sensor with thermal zone
> correctly
> > + - net/mlx5: Fix tc max supported prio for nic mode
> > + - 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
> > + - selftests: bpf: Check bpf_msg_push_data return value
> > + - 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
> > + - 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
> > + - drm/vc4: crtc: Fix runtime_pm reference counting
> > + - drm/i915/dg2: Print PHY name properly on calibration error
> > + - net/sched: act_ct: Fix flow table lookup after ct clear or
> switching zones
> > + - net: ll_temac: check the return value of devm_kmalloc()
> > + - net: Force inlining of checksum functions in net/checksum.h
> > + - netfilter: nf_tables: unregister flowtable hooks on netns exit
> > + - nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()
> > + - net: mdio-ipq4019: add delay after clock enable
> > + - netfilter: nf_tables: fix memory leak during stateful obj update
> > + - net/smc: Use a mutex for locking "struct smc_pnettable"
> > + - 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
> > + - ibmvnic: schedule failover only if vioctl fails
> > + - 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: Update log_max_qp value to be 17 at most
> > + - spi: spi-zynq-qspi: Fix a NULL pointer dereference in
> > + zynq_qspi_exec_mem_op()
> > + - gpio: rockchip: Reset int_bothedge when changing trigger
> > + - regmap-irq: Update interrupt clear register for proper reset
> > + - net-timestamp: convert sk->sk_tskey to atomic_t
> > + - RDMA/rtrs-clt: Fix possible double free in error case
> > + - RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_close
> > + - bnxt_en: Increase firmware message response DMA wait time
> > + - configfs: fix a race in configfs_{,un}register_subsystem()
> > + - RDMA/ib_srp: Fix a deadlock
> > + - 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: men_z188_adc: Fix a resource leak in an error handling
> path
> > + - iio: adc: tsc2046: fix memory corruption by preventing array
> overflow
> > + - iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM
> bits
> > + - iio: accel: fxls8962af: add padding to regmap for SPI
> > + - iio: imu: st_lsm6dsx: wait for settling time in
> st_lsm6dsx_read_oneshot
> > + - iio: Fix error handling for PM
> > + - sc16is7xx: Fix for incorrect data being transmitted
> > + - 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
> > + - USB: gadget: validate endpoint index for xilinx udc
> > + - 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
> > + - usb: dwc2: drd: fix soft connect when gadget is unconfigured
> > + - usb: dwc3: pci: Add "snps,dis_u2_susphy_quirk" for Intel Bay Trail
> > + - usb: dwc3: pci: Fix Bay Trail phy GPIO mappings
> > + - 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: prevent copying too big compressed lzo segment
> > + - RDMA/cma: Do not change route.addr.src_addr outside state checks
> > + - thermal: int340x: fix memory leak in int3400_notify()
> > + - staging: fbtft: fb_st7789v: reset display before initialization
> > + - tps6598x: clear int mask on probe failure
> > + - IB/qib: Fix duplicate sysfs directory name
> > + - riscv: fix nommu_k210_sdcard_defconfig
> > + - riscv: fix oops caused by irqsoff latency tracer
> > + - tty: n_gsm: fix encoding of control signal octet bit DV
> > + - 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()
> > + - pinctrl: fix loop in k210_pinconf_get_drive()
> > + - pinctrl: k210: Fix bias-pull-up
> > + - gpio: tegra186: Fix chip_data type confusion
> > + - memblock: use kfree() to release kmalloced memblock regions
> > + - ice: Fix race conditions between virtchnl handling and VF ndo ops
> > + - ice: fix concurrent reset and removal of VFs
> > + - Linux 5.15.26
> > +
> > + * Jammy update: v5.15.25 upstream stable release (LP: #1963890)
> > + - drm/nouveau/pmu/gm200-: use alternate falcon reset sequence
> > + - fs/proc: task_mmu.c: don't read mapcount for migration entry
> > + - btrfs: zoned: cache reported zone during mount
> > + - HID:Add support for UGTABLET WP5540
> > + - Revert "svm: Add warning message for AVIC IPI invalid target"
> > + - parisc: Show error if wrong 32/64-bit compiler is being used
> > + - serial: parisc: GSC: fix build when IOSAPIC is not set
> > + - parisc: Drop __init from map_pages declaration
> > + - parisc: Fix data TLB miss in sba_unmap_sg
> > + - parisc: Fix sglist access in ccio-dma.c
> > + - mmc: block: fix read single on recovery logic
> > + - mm: don't try to NUMA-migrate COW pages that have other uses
> > + - HID: amd_sfh: Add illuminance mask to limit ALS max value
> > + - HID: i2c-hid: goodix: Fix a lockdep splat
> > + - HID: amd_sfh: Increase sensor command timeout
> > + - HID: amd_sfh: Correct the structure field name
> > + - PCI: hv: Fix NUMA node assignment when kernel boots with custom
> NUMA
> > + topology
> > + - parisc: Add ioread64_lo_hi() and iowrite64_lo_hi()
> > + - btrfs: send: in case of IO error log it
> > + - platform/x86: touchscreen_dmi: Add info for the RWC NANOTE P8
> AY07J 2-in-1
> > + - platform/x86: ISST: Fix possible circular locking dependency
> detected
> > + - kunit: tool: Import missing importlib.abc
> > + - selftests: rtc: Increase test timeout so that all tests run
> > + - kselftest: signal all child processes
> > + - net: ieee802154: at86rf230: Stop leaking skb's
> > + - selftests/zram: Skip max_comp_streams interface on newer kernel
> > + - selftests/zram01.sh: Fix compression ratio calculation
> > + - selftests/zram: Adapt the situation that /dev/zram0 is being used
> > + - selftests: openat2: Print also errno in failure messages
> > + - selftests: openat2: Add missing dependency in Makefile
> > + - selftests: openat2: Skip testcases that fail with EOPNOTSUPP
> > + - selftests: skip mincore.check_file_mmap when fs lacks needed
> support
> > + - ax25: improve the incomplete fix to avoid UAF and NPD bugs
> > + - pinctrl: bcm63xx: fix unmet dependency on REGMAP for GPIO_REGMAP
> > + - vfs: make freeze_super abort when sync_filesystem returns error
> > + - quota: make dquot_quota_sync return errors from ->sync_fs
> > + - scsi: pm80xx: Fix double completion for SATA devices
> > + - kselftest: Fix vdso_test_abi return status
> > + - 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
> > + - net: sparx5: do not refer to skb after passing it on
> > + - 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
> > + - x86/Xen: streamline (and fix) PV CPU enumeration
> > + - Revert "module, async: async_synchronize_full() on module init
> iff async is
> > + used"
> > + - gcc-plugins/stackleak: Use noinstr in favor of notrace
> > + - random: wake up /dev/random writers after zap
> > + - KVM: x86/xen: Fix runstate updates to be atomic when preempting
> vCPU
> > + - KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is
> a result of
> > + RSM
> > + - KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT &&
> !gCR0.PG case
> > + - KVM: x86: nSVM: fix potential NULL derefernce on nested migration
> > + - KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved
> state
> > + - iwlwifi: fix use-after-free
> > + - drm/radeon: Fix backlight control on iMac 12,1
> > + - drm/atomic: Don't pollute crtc_state->mode_blob with error
> pointers
> > + - drm/amd/pm: correct the sequence of sending gpu reset msg
> > + - drm/amdgpu: skipping SDMA hw_init and hw_fini for S0ix.
> > + - drm/i915/opregion: check port number bounds for SWSCI display
> power state
> > + - drm/i915: Fix dbuf slice config lookup
> > + - drm/i915: Fix mbus join config lookup
> > + - vsock: remove vsock from connected table when connect is
> interrupted by a
> > + signal
> > + - drm/cma-helper: Set VM_DONTEXPAND for mmap
> > + - drm/i915/gvt: Make DRM_I915_GVT depend on 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: don't send SAR GEO command for 3160 devices
> > + - selftests: netfilter: fix exit value for nft_concat_range
> > + - netfilter: nft_synproxy: unregister hooks on init error path
> > + - selftests: netfilter: disable rp_filter on router
> > + - 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
> > + - net: dsa: lan9303: fix reset on probe
> > + - net: dsa: mv88e6xxx: flush switchdev FDB workqueue before
> removing VLAN
> > + - net: dsa: lantiq_gswip: fix use after free in gswip_remove()
> > + - net: dsa: lan9303: handle hwaccel VLAN tags
> > + - net: dsa: lan9303: add VLAN IDs to master device
> > + - net: ieee802154: ca8210: Fix lifs/sifs periods
> > + - ping: fix the dif and sdif check in ping_lookup
> > + - bonding: force carrier update when releasing slave
> > + - drop_monitor: fix data-race in dropmon_net_event /
> trace_napi_poll_hit
> > + - net_sched: add __rcu annotation to netdev->qdisc
> > + - bonding: fix data-races around agg_select_timer
> > + - libsubcmd: Fix use-after-free for realloc(..., 0)
> > + - net/smc: Avoid overwriting the copies of clcsock callback
> functions
> > + - net: phy: mediatek: remove PHY mode check on MT7531
> > + - atl1c: fix tx timeout after link flap on Mikrotik 10/25G NIC
> > + - tipc: fix wrong publisher node address in link publications
> > + - dpaa2-switch: fix default return of
> dpaa2_switch_flower_parse_mirror_key
> > + - dpaa2-eth: Initialize mutex used in one step timestamping path
> > + - net: bridge: multicast: notify switchdev driver whenever MC
> processing gets
> > + disabled
> > + - perf bpf: Defer freeing string after possible strlen() on it
> > + - selftests/exec: Add non-regular to TEST_GEN_PROGS
> > + - arm64: Correct wrong label in macro __init_el2_gicv3
> > + - ALSA: usb-audio: revert to IMPLICIT_FB_FIXED_DEV for M-Audio
> FastTrack Ultra
> > + - 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
> > + - powerpc/603: Fix boot failure with DEBUG_PAGEALLOC and KFENCE
> > + - powerpc/lib/sstep: fix 'ptesync' build error
> > + - 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
> > + - ASoC: tas2770: Insert post reset delay
> > + - 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: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe()
> > + - mtd: parsers: qcom: Fix kernel panic on skipped partition
> > + - mtd: parsers: qcom: Fix missing free for pparts in cleanup
> > + - mtd: phram: Prevent divide by zero bug in phram_setup()
> > + - mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status
> > + - HID: elo: fix memory leak in elo_probe
> > + - mtd: rawnand: ingenic: Fix missing put_device in ingenic_ecc_get
> > + - Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj
> > + - KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()
> > + - KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a
> perf event
> > + - KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW
> > + - ARM: OMAP2+: hwmod: Add of_node_put() before break
> > + - ARM: OMAP2+: adjust the location of put_device() call in
> omapdss_init_of
> > + - phy: usb: Leave some clocks running during suspend
> > + - staging: vc04_services: Fix RCU dereference check
> > + - phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphy
> > + - 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
> > + - arm64: dts: meson-gx: add ATF BL32 reserved-memory region
> > + - arm64: dts: meson-g12: add ATF BL32 reserved-memory region
> > + - arm64: dts: meson-g12: drop BL32 region from SEI510/SEI610
> > + - pidfd: fix test failure due to stack overflow on some arches
> > + - selftests: fixup build warnings in pidfd / clone3 tests
> > + - mm: io_uring: allow oom-killer from io_uring_setup
> > + - kconfig: let 'shell' return enough output for deep path names
> > + - ata: libata-core: Disable TRIM on M88V29
> > + - soc: aspeed: lpc-ctrl: Block error printing on probe defer cases
> > + - xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create
> > + - drm/rockchip: dw_hdmi: Do not leave clock enabled in error case
> > + - tracing: Fix tp_printk option related with tp_printk_stop_on_boot
> > + - display/amd: decrease message verbosity about watermarks table
> failure
> > + - drm/amd/display: Cap pflip irqs per max otg number
> > + - drm/amd/display: fix yellow carp wm clamping
> > + - net: usb: qmi_wwan: Add support for Dell DW5829e
> > + - net: macb: Align the dma and coherent dma masks
> > + - kconfig: fix failing to generate auto.conf
> > + - scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loop
> > + - EDAC: Fix calculation of returned address and next offset in
> > + edac_align_ptr()
> > + - ucounts: Handle wrapping in is_ucounts_overlimit
> > + - ucounts: In set_cred_ucounts assume new->ucounts is non-NULL
> > + - ucounts: Base set_cred_ucounts changes on the real user
> > + - ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1
> > + - lib/iov_iter: initialize "flags" in new pipe_buffer
> > + - 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
> > + - dmaengine: sh: rcar-dmac: Check for error num after setting mask
> > + - dmaengine: stm32-dmamux: Fix PM disable depth imbalance in
> > + stm32_dmamux_probe
> > + - dmaengine: sh: rcar-dmac: Check for error num after
> dma_set_max_seg_size
> > + - tests: fix idmapped mount_setattr test
> > + - i2c: qcom-cci: don't delete an unregistered adapter
> > + - i2c: qcom-cci: don't put a device tree node before
> i2c_add_adapter()
> > + - dmaengine: ptdma: Fix the error handling path in pt_core_init()
> > + - 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
> > + - i2c: brcmstb: fix support for DSL and CM variants
> > + - lockdep: Correct lock_classes index mapping
> > + - Linux 5.15.25
> > +
> > + * Jammy update: v5.15.24 upstream stable release (LP: #1963889)
> > + - integrity: check the return value of audit_log_start()
> > + - 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
> > + - 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
> > + - thermal/drivers/int340x: Improve the tcc offset saving for
> suspend/resume
> > + - thermal/drivers/int340x: processor_thermal: Suppot 64 bit RFIM
> responses
> > + - thermal: int340x: Limit Kconfig to 64-bit
> > + - thermal/drivers/int340x: Fix RFIM mailbox write commands
> > + - tracing: Propagate is_signed to expression
> > + - 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()
> > + - irqchip/realtek-rtl: Service all pending interrupts
> > + - perf/x86/rapl: fix AMD event handling
> > + - x86/perf: Avoid warning for Arch LBR without XSAVE
> > + - sched: Avoid double preemption in __cond_resched_*lock*()
> > + - 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
> > + - scsi: target: iscsi: Make sure the np under each tpg is unique
> > + - scsi: ufs: ufshcd-pltfrm: Check the return value of devm_kstrdup()
> > + - 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()
> > + - drm/amd/display: Correct MPC split policy for DCN301
> > + - 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
> > + - net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()
> > + - KVM: eventfd: Fix false positive RCU usage warning
> > + - KVM: nVMX: eVMCS: Filter out VM_EXIT_SAVE_VMX_PREEMPTION_TIMER
> > + - KVM: nVMX: Also filter MSR_IA32_VMX_TRUE_PINBASED_CTLS when eVMCS
> > + - KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in
> usermode
> > + - KVM: VMX: Set vmcs.PENDING_DBG.BS on #DB in STI/MOVSS blocking
> shadow
> > + - KVM: x86: Report deprecated x87 features in supported CPUID
> > + - riscv: fix build with binutils 2.38
> > + - riscv: cpu-hotplug: clear cpu from numa map when teardown
> > + - riscv: eliminate unreliable __builtin_frame_address(1)
> > + - gfs2: Fix gfs2_release for non-writers regression
> > + - ARM: dts: imx23-evk: Remove MX23_PAD_SSP1_DETECT from hog group
> > + - ARM: dts: Fix boot regression on Skomer
> > + - ARM: socfpga: fix missing RESET_CONTROLLER
> > + - nvme-tcp: fix bogus request completion when failing to send AER
> > + - ACPI/IORT: Check node revision for PMCG resources
> > + - PM: s2idle: ACPI: Fix wakeup interrupts handling
> > + - drm/amdgpu/display: change pipe policy for DCN 2.0
> > + - drm/rockchip: vop: Correct RK3399 VOP register fields
> > + - drm/i915: Allow !join_mbus cases for adlp+ dbuf configuration
> > + - drm/i915: Populate pipe dbuf slices more accurately during readout
> > + - ARM: dts: Fix timer regression for beagleboard revision c
> > + - ARM: dts: meson: Fix the UART compatible strings
> > + - ARM: dts: meson8: Fix the UART device-tree schema validation
> > + - ARM: dts: meson8b: Fix the UART device-tree schema validation
> > + - phy: broadcom: Kconfig: Fix PHY_BRCM_USB config option
> > + - staging: fbtft: Fix error path in fbtft_driver_module_init()
> > + - ARM: dts: imx6qdl-udoo: Properly describe the SD card detect
> > + - phy: xilinx: zynqmp: Fix bus width setting for SGMII
> > + - phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable()
> > + - ARM: dts: imx7ulp: Fix 'assigned-clocks-parents' typo
> > + - arm64: dts: imx8mq: fix mipi_csi bidirectional port numbers
> > + - usb: f_fs: Fix use-after-free for epfile
> > + - phy: dphy: Correct clk_pre parameter
> > + - gpio: aggregator: Fix calling into sleeping GPIO controllers
> > + - NFS: Don't overfill uncached readdir pages
> > + - NFS: Don't skip directory entries when doing uncached readdir
> > + - drm/vc4: hdmi: Allow DBLCLK modes even if horz timing is odd.
> > + - misc: fastrpc: avoid double fput() on failed usercopy
> > + - net: sparx5: Fix get_stat64 crash in tcpdump
> > + - netfilter: ctnetlink: disable helper autoassign
> > + - arm64: dts: meson-g12b-odroid-n2: fix typo 'dio2133'
> > + - arm64: dts: meson-sm1-odroid: use correct enable-gpio pin for
> tf-io
> > + regulator
> > + - arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO domain for
> GPIOE_2
> > + - arm64: dts: meson-sm1-odroid: fix boot loop after reboot
> > + - ixgbevf: Require large buffers for build_skb on 82599VF
> > + - 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
> > + - gpio: sifive: use the correct register to read output values
> > + - fbcon: Avoid 'cap' set but not used warning
> > + - bonding: pair enable_port with slave_arr_updates
> > + - net: dsa: mv88e6xxx: don't use devres for mdiobus
> > + - net: dsa: ar9331: register the mdiobus under devres
> > + - net: dsa: bcm_sf2: don't use devres for mdiobus
> > + - net: dsa: felix: don't use devres for mdiobus
> > + - net: dsa: mt7530: fix kernel bug in mdiobus_free() when unbinding
> > + - net: dsa: lantiq_gswip: 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
> > + - net: mdio: aspeed: Add missing MODULE_DEVICE_TABLE
> > + - tipc: rate limit warning for received illegal binding update
> > + - net: amd-xgbe: disable interrupts during pci removal
> > + - drm/amd/pm: fix hwmon node of power1_label create issue
> > + - mptcp: netlink: process IPv6 addrs in creating listening sockets
> > + - 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: Fix KASAN error in LAG NETDEV_UNREGISTER handler
> > + - ice: Avoid RTNL lock when re-creating auxiliary device
> > + - net: mscc: ocelot: fix mutex lock error during ethtool stats read
> > + - 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
> > + - usb: dwc2: drd: fix soft connect when gadget is unconfigured
> > + - Revert "usb: dwc2: drd: fix soft connect when gadget is
> unconfigured"
> > + - net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup
> > + - usb: ulpi: Move of_node_put to ulpi_dev_release
> > + - usb: ulpi: Call of_node_put correctly
> > + - usb: dwc3: gadget: Prevent core from processing stale TRBs
> > + - usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE
> transition
> > + - USB: gadget: validate interface OS descriptor requests
> > + - usb: gadget: rndis: check size of RNDIS_MSG_SET command
> > + - usb: gadget: f_uac2: Define specific wTerminalType
> > + - usb: raw-gadget: fix handling of dual-direction-capable endpoints
> > + - 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
> > + - phy: ti: Fix missing sentinel for clk_div_table
> > + - iio: buffer: Fix file related error handling in
> IIO_BUFFER_GET_FD_IOCTL
> > + - mm: memcg: synchronize objcg lists with a dedicated spinlock
> > + - seccomp: Invalidate seccomp mode to catch death failures
> > + - signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLE
> > + - s390/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
> > + - hwmon: (dell-smm) Speed up setting of fan speed
> > + - x86/sgx: Silence softlockup detection when releasing large
> enclaves
> > + - Makefile.extrawarn: Move -Wunaligned-access to W=1
> > + - scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabled
> > + - scsi: lpfc: Reduce log messages seen after firmware download
> > + - MIPS: octeon: Fix missed PTR->PTR_WD conversion
> > + - arm64: dts: imx8mq: fix lcdif port node
> > + - perf: Fix list corruption in perf_cgroup_switch()
> > + - iommu: Fix potential use-after-free during probe
> > + - Linux 5.15.24
> > +
> > + * Jammy update: v5.15.23 upstream stable release (LP: #1963888)
> > + - moxart: fix potential use-after-free on remove path
> > + - arm64: Add Cortex-A510 CPU part definition
> > + - ksmbd: fix SMB 3.11 posix extension mount failure
> > + - crypto: api - Move cryptomgr soft dependency into algapi
> > + - Linux 5.15.23
> > +
> > + * [22.04 FEAT] KVM: Enable storage key checking for intercepted
> instruction
> > + handled by userspace (LP: #1933179)
> > + - KVM: s390: gaccess: Refactor gpa and length calculation
> > + - KVM: s390: gaccess: Refactor access address range check
> > + - KVM: s390: gaccess: Cleanup access to guest pages
> > + - s390/uaccess: introduce bit field for OAC specifier
> > + - s390/uaccess: fix compile error
> > + - s390/uaccess: Add copy_from/to_user_key functions
> > + - KVM: s390: Honor storage keys when accessing guest memory
> > + - KVM: s390: handle_tprot: Honor storage keys
> > + - KVM: s390: selftests: Test TEST PROTECTION emulation
> > + - KVM: s390: Add optional storage key checking to MEMOP IOCTL
> > + - KVM: s390: Add vm IOCTL for key checked guest absolute memory
> access
> > + - KVM: s390: Rename existing vcpu memop functions
> > + - KVM: s390: Add capability for storage key extension of MEM_OP
> IOCTL
> > + - KVM: s390: Update api documentation for memop ioctl
> > + - KVM: s390: Clarify key argument for MEM_OP in api docs
> > + - KVM: s390: Add missing vm MEM_OP size check
> > +
> > + * CVE-2022-25636
> > + - netfilter: nf_tables_offload: incorrect flow offload action array
> size
> > +
> > + * ubuntu_kernel_selftests / ftrace:ftracetest do_softirq failure on
> Jammy
> > + realtime (LP: #1959610)
> > + - selftests/ftrace: Do not trace do_softirq because of PREEMPT_RT
> > +
> > + * CVE-2022-0435
> > + - tipc: improve size validations for received domain records
> > +
> > + * CVE-2022-0516
> > + - KVM: s390: Return error on SIDA memop on normal guest
> > +
> > + * EDAC update for AMD Genoa support in 22.04 (LP: #1960362)
> > + - EDAC: Add RDDR5 and LRDDR5 memory types
> > + - EDAC/amd64: Add support for AMD Family 19h Models 10h-1Fh and
> A0h-AFh
> > +
> > + * hwmon: k10temp updates for AMD Genoa in 22.04 (LP: #1960361)
> > + - x86/amd_nb: Add AMD Family 19h Models (10h-1Fh) and (A0h-AFh) PCI
> IDs
> > + - hwmon: (k10temp) Remove unused definitions
> > + - hwmon: (k10temp) Support up to 12 CCDs on AMD Family of processors
> > + - hwmon: (k10temp) Add support for AMD Family 19h Models 10h-1Fh
> and A0h-AFh
> > +
> > + * [SRU][I/J/OEM-5.13/OEM-5.14] Add basic support of MT7922 (LP:
> #1958151)
> > + - mt76: mt7921: Add mt7922 support
> > + - mt76: mt7921: add support for PCIe ID 0x0608/0x0616
> > + - mt76: mt7921: introduce 160 MHz channel bandwidth support
> > +
> > + * Use EC GPE for s2idle wakeup on AMD platforms (LP: #1960771)
> > + - ACPI: PM: Revert "Only mark EC GPE for wakeup on Intel systems"
> > +
> > + * Update Broadcom Emulex FC HBA lpfc driver to 14.0.0.4 for Ubuntu
> 22.04
> > + (LP: #1956982)
> > + - scsi: lpfc: Change return code on I/Os received during link bounce
> > + - scsi: lpfc: Fix NPIV port deletion crash
> > + - scsi: lpfc: Adjust CMF total bytes and rxmonitor
> > + - scsi: lpfc: Cap CMF read bytes to MBPI
> > + - scsi: lpfc: Add additional debugfs support for CMF
> > + - scsi: lpfc: Update lpfc version to 14.0.0.4
> > +
> > + * Forward-port drm/i915 commits from oem-5.14 for Alder Lake S & P
> > + (LP: #1960298)
> > + - drm/i915/dmc: Update to DMC v2.12
> > + - drm/i915/adlp/tc: Fix PHY connected check for Thunderbolt mode
> > + - drm/i915/tc: Remove waiting for PHY complete during releasing
> ownership
> > + - drm/i915/tc: Check for DP-alt, legacy sinks before taking PHY
> ownership
> > + - drm/i915/tc: Add/use helpers to retrieve TypeC port properties
> > + - drm/i915/tc: Don't keep legacy TypeC ports in connected state w/o
> a sink
> > + - drm/i915/tc: Add a mode for the TypeC PHY's disconnected state
> > + - drm/i915/tc: Refactor TC-cold block/unblock helpers
> > + - drm/i915/tc: Avoid using legacy AUX PW in TBT mode
> > + - drm/i915/icl/tc: Remove the ICL special casing during TC-cold
> blocking
> > + - drm/i915/tc: Fix TypeC PHY connect/disconnect logic on ADL-P
> > + - drm/i915/tc: Drop extra TC cold blocking from
> intel_tc_port_connected()
> > + - drm/i915/tc: Fix system hang on ADL-P during TypeC PHY disconnect
> > + - drm/i915/display/adlp: Disable underrun recovery
> > + - drm/i915/adl_s: Remove require_force_probe protection
> > + - drm/i915/adlp: Remove require_force_probe protection
> > +
> > + * INVALID or PRIVATE BUG (LP: #1959735)
> > + - KVM: s390: Simplify SIGP Set Arch handling
> > + - KVM: s390: Add a routine for setting userspace CPU state
> > +
> > + * Include the QCA WCN 6856 v2.1 support (LP: #1954938)
> > + - SAUCE: ath11k: shrink TCSR read mask for WCN6855 hw2.1
> > +
> > + * Jammy update: v5.15.22 upstream stable release (LP: #1960516)
> > + - 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
> > + - 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
> > + - 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
> > + - drm/i915/adlp: Fix TypeC PHY-ready status readout
> > + - drm/amd/pm: correct the MGpuFanBoost support for Beige Goby
> > + - 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
> > + - nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts()
> > + - mm/debug_vm_pgtable: remove pte entry from the page table
> > + - 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
> > + - dma-buf: heaps: Fix potential spectre v1 gadget
> > + - IB/hfi1: Fix AIP early init panic
> > + - Revert "fbcon: Disable accelerated scrolling"
> > + - fbcon: Add option to enable legacy hardware acceleration
> > + - mptcp: fix msk traversal in mptcp_nl_cmd_set_flags()
> > + - Revert "ASoC: mediatek: Check for error clk pointer"
> > + - KVM: arm64: Avoid consuming a stale esr value when SError occur
> > + - KVM: arm64: Stop handle_exit() from handling HVC twice when an
> SError occurs
> > + - RDMA/cma: Use correct address when leaving multicast group
> > + - RDMA/ucma: Protect mc during concurrent multicast leaves
> > + - RDMA/siw: Fix refcounting leak in siw_create_qp()
> > + - IB/rdmavt: Validate remote_addr during loopback atomic tests
> > + - RDMA/siw: Fix broken RDMA Read Fence/Resume logic.
> > + - 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
> > + - iommu/vt-d: Fix potential memory leak in
> intel_setup_irq_remapping()
> > + - iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()
> > + - spi: bcm-qspi: check for valid cs before applying chip select
> > + - spi: mediatek: Avoid NULL pointer crash in interrupt
> > + - spi: meson-spicc: add IRQ check in meson_spicc_probe
> > + - spi: uniphier: fix reference count leak in uniphier_spi_probe()
> > + - 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
> > + - net: ieee802154: mcr20a: Fix lifs/sifs periods
> > + - net: ieee802154: ca8210: Stop leaking skb's
> > + - 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: dwmac-visconti: No change to ETHER_CLOCK_SEL for
> unexpected
> > + speed request.
> > + - 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: stmmac: ensure PTP time register reads are consistent
> > + - drm/kmb: Fix for build errors with Warray-bounds
> > + - drm/i915/overlay: Prevent divide by zero bugs in scaling
> > + - drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM
> enabled
> > + - ASoC: fsl: Add missing error handling in pcm030_fabric_probe
> > + - ASoC: xilinx: xlnx_formatter_pcm: Make buffer bytes multiple of
> period bytes
> > + - ASoC: simple-card: fix probe failure on platform component
> > + - ASoC: cpcap: Check for NULL pointer after calling
> of_get_child_by_name
> > + - ASoC: max9759: fix underflow in speaker_gain_control_put()
> > + - ASoC: codecs: wcd938x: fix incorrect used of portid
> > + - ASoC: codecs: lpass-rx-macro: fix sidetone register offsets
> > + - ASoC: codecs: wcd938x: fix return value of mixer put function
> > + - pinctrl: sunxi: Fix H616 I2S3 pin data
> > + - pinctrl: intel: Fix a glitch when updating IRQ flags on a
> preconfigured line
> > + - pinctrl: intel: fix unexpected interrupt
> > + - pinctrl: bcm2835: Fix a few error paths
> > + - scsi: bnx2fc: Make bnx2fc_recv_frame() mp safe
> > + - nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed
> client.
> > + - gve: fix the wrong AdminQ buffer queue index check
> > + - bpf: Use VM_MAP instead of VM_ALLOC for ringbuf
> > + - selftests/exec: Remove pipe from TEST_GEN_FILES
> > + - selftests: futex: Use variable MAKE instead of make
> > + - 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()
> > + - kvm/arm64: rework guest entry logic
> > + - perf: Copy perf_event_attr::sig_data on modification
> > + - perf stat: Fix display of grouped aliased events
> > + - perf/x86/intel/pt: Fix crash with stop filters in single-range
> mode
> > + - x86/perf: Default set FREEZE_ON_SMI for all
> > + - EDAC/altera: Fix deferred probing
> > + - 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
> > + - net: dsa: mt7530: make NET_DSA_MT7530 select MEDIATEK_GE_PHY
> > + - cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning
> > + - tools include UAPI: Sync sound/asound.h copy with the kernel
> sources
> > + - gpio: idt3243x: Fix an ignored error return from
> platform_get_irq()
> > + - gpio: mpc8xxx: Fix an ignored error return from platform_get_irq()
> > + - selftests: nft_concat_range: add test for reload with no element
> add/del
> > + - selftests: netfilter: check stateless nat udp checksum fixup
> > + - Linux 5.15.22
> > + - [Config] disable FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION
> > +
> > + * Jammy update: v5.15.21 upstream stable release (LP: #1960515)
> > + - Revert "drm/vc4: hdmi: Make sure the device is powered with CEC"
> > + - Revert "drm/vc4: hdmi: Make sure the device is powered with CEC"
> again
> > + - Linux 5.15.21
> > +
> > + * Jammy update: v5.15.20 upstream stable release (LP: #1960509)
> > + - Revert "UBUNTU: SAUCE: Revert "e1000e: Add handshake with the
> CSME to
> > + support S0ix""
> > + - Revert "UBUNTU: SAUCE: Revert "e1000e: Add polling mechanism to
> indicate
> > + CSME DPG exit""
> > + - Revert "UBUNTU: SAUCE: Revert "e1000e: Additional PHY power
> saving in S0ix""
> > + - PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
> > + - selftests: mptcp: fix ipv6 routing setup
> > + - net: ipa: use a bitmap for endpoint replenish_enabled
> > + - net: ipa: prevent concurrent replenish
> > + - drm/vc4: hdmi: Make sure the device is powered with CEC
> > + - cgroup-v1: Require capabilities to set release_agent
> > + - Revert "mm/gup: small refactoring: simplify try_grab_page()"
> > + - 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: IPsec: Fix tunnel mode crypto offload for non TCP/UDP
> traffic
> > + - net/mlx5: Bridge, take rtnl lock in init error handler
> > + - net/mlx5: Bridge, ensure dev_name is null-terminated
> > + - 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/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/mlx5: E-Switch, Fix uninitialized variable modact
> > + - 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
> > + - net: amd-xgbe: ensure to reset the tx_timer_active flag
> > + - 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()
> > + - 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: add missing tcp_skb_can_collapse() test in
> tcp_shift_skb_data()
> > + - ovl: fix NULL pointer dereference in copy up warning
> > + - Linux 5.15.20
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] use default zstd compression
> > + - [Packaging] do not use compression for image packages
> > + - [Packaging] use xz compression for ddebs
> > + - [Config] upgrade debug symbols from DWARF4 to DWARF5
> > + - SAUCE: Makefile: Remove inclusion of lbm header files
> > + - SAUCE: Makefile: Fix compiler warnings
> > + - SAUCE: AUFS
> > + - SAUCE: aufs: switch to 64-bit ino_t for s390x
> > + - [Config] set AUFS as disabled
> > + - SAUCE: mt76: mt7921e: fix possible probe failure after reboot
> > + - Remove ubuntu/hio driver
> > + - SAUCE: ima_policy: fix test for empty rule set
> > + - SAUCE: sfc: The size of the RX recycle ring should be more
> flexible
> > + - [Config] MITIGATE_SPECTRE_BRANCH_HISTORY=y &&
> HARDEN_BRANCH_HISTORY=y
> > +
> > + * Miscellaneous upstream changes
> > + - kbuild: Unify options for BTF generation for vmlinux and modules
> > + - MAINTAINERS: Add scripts/pahole-flags.sh to BPF section
> > + - kbuild: Add CONFIG_PAHOLE_VERSION
> > + - scripts/pahole-flags.sh: Use pahole-version.sh
> > + - lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSION
> > + - lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+
> > + - x86/sched: Decrease further the priorities of SMT siblings
> > + - sched/topology: Introduce sched_group::flags
> > + - sched/fair: Optimize checking for group_asym_packing
> > + - sched/fair: Provide update_sg_lb_stats() with sched domain
> statistics
> > + - sched/fair: Carve out logic to mark a group for asymmetric packing
> > + - sched/fair: Consider SMT in ASYM_PACKING load balance
> > + - Revert "UBUNTU: [Config] x86-64: SYSFB_SIMPLEFB=y"
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Fri, 11 Mar 2022
> 11:24:13 +0100
> > +
> > +linux (5.15.0-22.22) jammy; urgency=medium
> > +
> > + * jammy/linux: 5.15.0-22.22 -proposed tracker (LP: #1960290)
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Tue, 08 Feb 2022
> 10:48:49 +0100
> > +
> > +linux (5.15.0-21.21) jammy; urgency=medium
> > +
> > + * jammy/linux: 5.15.0-21.21 -proposed tracker (LP: #1960211)
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [packaging] unhook lowlatency flavours from the build
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 07 Feb 2022
> 11:30:18 +0100
> > +
> > +linux (5.15.0-20.20) jammy; urgency=medium
> > +
> > + * jammy/linux: 5.15.0-20.20 -proposed tracker (LP: #1959881)
> > +
> > + * Jammy update: v5.15.19 upstream stable release (LP: #1959879)
> > + - can: m_can: m_can_fifo_{read,write}: don't read or write from/to
> FIFO if
> > + length is 0
> > + - 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
> > + - ARM: 9179/1: uaccess: avoid alignment faults in
> > + copy_[from|to]_kernel_nofault
> > + - ARM: 9180/1: Thumb2: align ALT_UP() sections in modules
> sufficiently
> > + - KVM: arm64: Use shadow SPSR_EL1 when injecting exceptions on !VHE
> > + - s390/hypfs: include z/VM guests with access control group set
> > + - s390/nmi: handle guarded storage validity failures for KVM guests
> > + - s390/nmi: handle vector validity failures for KVM guests
> > + - bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()
> > + - powerpc32/bpf: Fix codegen for bpf-to-bpf calls
> > + - powerpc/bpf: Update ldimm64 instructions during extra pass
> > + - 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
> > + - efi: runtime: avoid EFIv2 runtime services on Apple x86 machines
> > + - PM: wakeup: simplify the output logic of pm_show_wakelocks()
> > + - tracing/histogram: Fix a potential memory leak for kstrdup()
> > + - 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: 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
> > + - powerpc/audit: Fix syscall_get_arch()
> > + - perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICX
> > + - perf/x86/intel: Add a quirk for the calculation of the number of
> counters on
> > + Alder Lake
> > + - drm/etnaviv: relax submit size limits
> > + - drm/atomic: Add the crtc to affected crtc only if uapi.enable =
> true
> > + - drm/amd/display: Fix FP start/end for dcn30_internal_validate_bw.
> > + - KVM: LAPIC: Also cancel preemption timer during SET_LAPIC
> > + - KVM: SVM: Never reject emulation due to SMAP errata for !SEV
> guests
> > + - KVM: SVM: Don't intercept #GP for SEV guests
> > + - KVM: x86: nSVM: skip eax alignment check for non-SVM instructions
> > + - KVM: x86: Forcibly leave nested virt when SMM state is toggled
> > + - KVM: x86: Keep MSR_IA32_XSS unchanged for INIT
> > + - KVM: x86: Update vCPU's runtime CPUID on write to MSR_IA32_XSS
> > + - KVM: x86: Sync the states size with the XCR0/IA32_XSS at, any time
> > + - KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with
> multiple
> > + vCPUs
> > + - 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
> > + - serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrl
> > + - serial: 8250: of: Fix mapped region size when using reg-offset
> property
> > + - serial: stm32: fix software flow control transfer
> > + - tty: n_gsm: fix SW flow control encoding/handling
> > + - tty: Partially revert the removal of the Cyclades public API
> > + - tty: Add support for Brainboxes UC cards.
> > + - kbuild: remove include/linux/cyclades.h from header file check
> > + - usb-storage: Add unusual-devs entry for VL817 USB-SATA bridge
> > + - usb: xhci-plat: fix crash when suspend if remote wake enable
> > + - usb: common: ulpi: Fix crash in ulpi_match()
> > + - usb: gadget: f_sourcesink: Fix isoc transfer for
> USB_SPEED_SUPER_PLUS
> > + - usb: cdnsp: Fix segmentation fault in cdns_lost_power function
> > + - usb: dwc3: xilinx: Skip resets and USB3 register settings for
> USB2.0 mode
> > + - usb: dwc3: xilinx: Fix error handling when getting USB3 PHY
> > + - USB: core: Fix hang in usb_kill_urb by adding memory barriers
> > + - 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
> > + - ucsi_ccg: Check DEV_INT bit only when starting CCG4
> > + - mm, kasan: use compare-exchange operation to set KASAN page tag
> > + - 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
> > + - powerpc/32s: Allocate one 256k IBAT instead of two consecutives
> 128k IBATs
> > + - powerpc/32s: Fix kasan_init_region() for KASAN
> > + - powerpc/32: Fix boot failure with GCC latent entropy plugin
> > + - 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
> > + - usb: roles: fix include/linux/usb/role.h compile issue
> > + - rpmsg: char: Fix race between the release of rpmsg_ctrldev and
> cdev
> > + - rpmsg: char: Fix race between the release of rpmsg_eptdev and cdev
> > + - scsi: elx: efct: Don't use GFP_KERNEL under spin lock
> > + - scsi: bnx2fc: Flush destroy_work queue before calling
> bnx2fc_interface_put()
> > + - ipv6_tunnel: Rate limit warning messages
> > + - ARM: 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
> > + - drm/msm: Fix wrong size calculation
> > + - drm/msm/dsi: Fix missing put_device() call in dsi_get_phy
> > + - 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
> > + - KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenance
> > + - SUNRPC: Use BIT() macro in rpc_show_xprt_state()
> > + - SUNRPC: Don't dereference xprt->snd_task if it's a cookie
> > + - powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA
> v2.06
> > + - 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
> > + - net: stmmac: dwmac-visconti: Fix bit definitions for ETHER_CLK_SEL
> > + - net: stmmac: dwmac-visconti: Fix clock configuration for RMII mode
> > + - phylib: fix potential use-after-free
> > + - octeontx2-af: Do not fixup all VF action entries
> > + - octeontx2-af: Fix LBK backpressure id count
> > + - octeontx2-af: Retry until RVU block reset complete
> > + - octeontx2-pf: cn10k: Ensure valid pointers are freed to aura
> > + - octeontx2-af: verify CQ context updates
> > + - octeontx2-af: Increase link credit restore polling timeout
> > + - octeontx2-af: cn10k: Do not enable RPM loopback for LPC interfaces
> > + - octeontx2-pf: Forward error codes to VF
> > + - rxrpc: Adjust retransmission backoff
> > + - efi/libstub: arm64: Fix image check alignment at entry
> > + - io_uring: fix bug in slow unregistering of nodes
> > + - 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()
> > + - powerpc/perf: Fix power_pmu_disable to call clear_pmi_irq_pending
> only if
> > + PMI is pending
> > + - ipv4: fix ip option filtering for locally generated fragments
> > + - ibmvnic: Allow extra failures before disabling
> > + - ibmvnic: init ->running_cap_crqs early
> > + - ibmvnic: don't spin in tasklet
> > + - net/smc: Transitional solution for clcsock race issue
> > + - video: hyperv_fb: Fix validation of screen resolution
> > + - can: tcan4x5x: regmap: fix max register value
> > + - drm/msm/hdmi: Fix missing put_device() call in msm_hdmi_get_phy
> > + - drm/msm/dpu: invalid parameter check in dpu_setup_dspp_pcc
> > + - drm/msm/a6xx: Add missing suspend_count increment
> > + - yam: fix a memory leak in yam_siocdevprivate()
> > + - net: cpsw: Properly initialise struct page_pool_params
> > + - net: hns3: handle empty unknown interrupt for VF
> > + - sch_htb: Fail on unsupported parameters when offload is requested
> > + - Revert "drm/ast: Support 1600x900 with 108MHz PCLK"
> > + - KVM: selftests: Don't skip L2's VMCALL in SMM test for SVM guest
> > + - 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
> > + - Bluetooth: refactor malicious adv data check
> > + - irqchip/realtek-rtl: Map control data to virq
> > + - irqchip/realtek-rtl: Fix off-by-one in routing
> > + - dt-bindings: can: tcan4x5x: fix mram-cfg RX FIFO config
> > + - perf/core: Fix cgroup event list management
> > + - psi: fix "no previous prototype" warnings when CONFIG_CGROUPS=n
> > + - psi: fix "defined but not used" warnings when CONFIG_PROC_FS=n
> > + - usb: dwc3: xilinx: fix uninitialized return value
> > + - usr/include/Makefile: add linux/nfc.h to the compile-test coverage
> > + - fsnotify: invalidate dcache before IN_DELETE event
> > + - block: Fix wrong offset in bio_truncate()
> > + - mtd: rawnand: mpc5121: Remove unused variable in
> ads5121_select_chip()
> > + - Linux 5.15.19
> > +
> > + * Jammy update: v5.15.18 upstream stable release (LP: #1959878)
> > + - drm/i915: Flush TLBs before releasing backing store
> > + - drm/amd/display: reset dcn31 SMU mailbox on failures
> > + - io_uring: fix not released cached task refs
> > + - bnx2x: Utilize firmware 7.13.21.0
> > + - bnx2x: Invalidate fastpath HSI version for VFs
> > + - memcg: flush stats only if updated
> > + - memcg: unify memcg stat flushing
> > + - memcg: better bounds on the memcg stats updates
> > + - rcu: Tighten rcu_advance_cbs_nowake() checks
> > + - select: Fix indefinitely sleeping task in poll_schedule_timeout()
> > + - drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2
> > + - arm64/bpf: Remove 128MB limit for BPF JIT programs
> > + - Linux 5.15.18
> > +
> > + * CVE-2022-22942
> > + - SAUCE: drm/vmwgfx: Fix stale file descriptors on failed usercopy
> > +
> > + * CVE-2022-24122
> > + - ucount: Make get_ucount a safe get_user replacement
> > +
> > + * CVE-2022-23222
> > + - bpf, selftests: Add verifier test for mem_or_null register with
> offset.
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] toolchain version update
> > +
> > + * Miscellaneous upstream changes
> > + - s390/module: fix loading modules with a lot of relocations
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Thu, 03 Feb 2022
> 12:09:37 +0100
> > +
> > +linux (5.15.0-19.19) jammy; urgency=medium
> > +
> > + * jammy/linux: 5.15.0-19.19 -proposed tracker (LP: #1959418)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - debian/dkms-versions -- update from kernel-versions (main/master)
> > +
> > + * Jammy update: v5.15.17 upstream stable release (LP: #1959376)
> > + - KVM: x86/mmu: Fix write-protection of PTs mapped by the TDP MMU
> > + - KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock
> > + - HID: Ignore battery for Elan touchscreen on HP Envy X360 15t-dr100
> > + - HID: uhid: Fix worker destroying device without any protection
> > + - HID: wacom: Reset expected and received contact counts at the
> same time
> > + - HID: wacom: Ignore the confidence flag when a touch is removed
> > + - HID: wacom: Avoid using stale array indicies to read contact count
> > + - ALSA: core: Fix SSID quirk lookup for subvendor=0
> > + - f2fs: fix to do sanity check on inode type during garbage
> collection
> > + - f2fs: fix to do sanity check in is_alive()
> > + - f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a file
> > + - nfc: llcp: fix NULL error pointer dereference on sendmsg() after
> failed
> > + bind()
> > + - mtd: rawnand: gpmi: Add ERR007117 protection for nfc_apply_timings
> > + - mtd: rawnand: gpmi: Remove explicit default gpmi clock setting
> for i.MX6
> > + - mtd: Fixed breaking list in __mtd_del_partition.
> > + - mtd: rawnand: davinci: Don't calculate ECC when reading page
> > + - mtd: rawnand: davinci: Avoid duplicated page read
> > + - mtd: rawnand: davinci: Rewrite function description
> > + - mtd: rawnand: Export nand_read_page_hwecc_oob_first()
> > + - mtd: rawnand: ingenic: JZ4740 needs 'oob_first' read page function
> > + - riscv: Get rid of MAXPHYSMEM configs
> > + - RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y
> and SMP=n
> > + - riscv: try to allocate crashkern region from 32bit addressible
> memory
> > + - riscv: Don't use va_pa_offset on kdump
> > + - riscv: use hart id instead of cpu id on machine_kexec
> > + - riscv: mm: fix wrong phys_ram_base value for RV64
> > + - x86/gpu: Reserve stolen memory for first integrated Intel GPU
> > + - tools/nolibc: x86-64: Fix startup code bug
> > + - crypto: x86/aesni - don't require alignment of data
> > + - tools/nolibc: i386: fix initial stack alignment
> > + - tools/nolibc: fix incorrect truncation of exit code
> > + - rtc: cmos: take rtc_lock while reading from CMOS
> > + - net: phy: marvell: add Marvell specific PHY loopback
> > + - ksmbd: uninitialized variable in create_socket()
> > + - ksmbd: fix guest connection failure with nautilus
> > + - ksmbd: add support for smb2 max credit parameter
> > + - ksmbd: move credit charge deduction under processing request
> > + - ksmbd: limits exceeding the maximum allowable outstanding requests
> > + - ksmbd: add reserved room in ipc request/response
> > + - media: cec: fix a deadlock situation
> > + - media: ov8865: Disable only enabled regulators on error path
> > + - media: v4l2-ioctl.c: readbuffers depends on V4L2_CAP_READWRITE
> > + - media: flexcop-usb: fix control-message timeouts
> > + - media: mceusb: fix control-message timeouts
> > + - media: em28xx: fix control-message timeouts
> > + - media: cpia2: fix control-message timeouts
> > + - media: s2255: fix control-message timeouts
> > + - media: dib0700: fix undefined behavior in tuner shutdown
> > + - media: redrat3: fix control-message timeouts
> > + - media: pvrusb2: fix control-message timeouts
> > + - media: stk1160: fix control-message timeouts
> > + - media: cec-pin: fix interrupt en/disable handling
> > + - can: softing_cs: softingcs_probe(): fix memleak on registration
> failure
> > + - mei: hbm: fix client dma reply status
> > + - iio: adc: ti-adc081c: Partial revert of removal of ACPI IDs
> > + - iio: trigger: Fix a scheduling whilst atomic issue seen on tsc2046
> > + - lkdtm: Fix content of section containing lkdtm_rodata_do_nothing()
> > + - bus: mhi: pci_generic: Graceful shutdown on freeze
> > + - bus: mhi: core: Fix reading wake_capable channel configuration
> > + - bus: mhi: core: Fix race while handling SYS_ERR at power up
> > + - cxl/pmem: Fix reference counting for delayed work
> > + - arm64: errata: Fix exec handling in erratum 1418040 workaround
> > + - ARM: dts: at91: update alternate function of signal PD20
> > + - iommu/io-pgtable-arm-v7s: Add error handle for page table
> allocation failure
> > + - gpu: host1x: Add back arm_iommu_detach_device()
> > + - drm/tegra: Add back arm_iommu_detach_device()
> > + - virtio/virtio_mem: handle a possible NULL as a memcpy parameter
> > + - dma_fence_array: Fix PENDING_ERROR leak in
> dma_fence_array_signaled()
> > + - PCI: Add function 1 DMA alias quirk for Marvell 88SE9125 SATA
> controller
> > + - mm_zone: add function to check if managed dma zone exists
> > + - dma/pool: create dma atomic pool only if dma zone has managed
> pages
> > + - mm/page_alloc.c: do not warn allocation failure on zone DMA if no
> managed
> > + pages
> > + - shmem: fix a race between shmem_unused_huge_shrink and
> shmem_evict_inode
> > + - drm/ttm: Put BO in its memory manager's lru list
> > + - Bluetooth: L2CAP: Fix not initializing sk_peer_pid
> > + - drm/bridge: display-connector: fix an uninitialized pointer in
> probe()
> > + - drm: fix null-ptr-deref in drm_dev_init_release()
> > + - drm/panel: kingdisplay-kd097d04: Delete panel on attach() failure
> > + - drm/panel: innolux-p079zca: Delete panel on attach() failure
> > + - drm/rockchip: dsi: Fix unbalanced clock on probe error
> > + - drm/rockchip: dsi: Hold pm-runtime across bind/unbind
> > + - drm/rockchip: dsi: Disable PLL clock on bind error
> > + - drm/rockchip: dsi: Reconfigure hardware on resume()
> > + - Bluetooth: virtio_bt: fix memory leak in virtbt_rx_handle()
> > + - Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() fails
> > + - clk: bcm-2835: Pick the closest clock rate
> > + - clk: bcm-2835: Remove rounding up the dividers
> > + - drm/vc4: hdmi: Set a default HSM rate
> > + - drm/vc4: hdmi: Move the HSM clock enable to runtime_pm
> > + - drm/vc4: hdmi: Make sure the controller is powered in detect
> > + - drm/vc4: hdmi: Make sure the controller is powered up during bind
> > + - drm/vc4: hdmi: Rework the pre_crtc_configure error handling
> > + - drm/vc4: crtc: Make sure the HDMI controller is powered when
> disabling
> > + - wcn36xx: ensure pairing of init_scan/finish_scan and
> start_scan/end_scan
> > + - wcn36xx: Indicate beacon not connection loss on MISSED_BEACON_IND
> > + - drm/vc4: hdmi: Enable the scrambler on reconnection
> > + - libbpf: Free up resources used by inner map definition
> > + - wcn36xx: Fix DMA channel enable/disable cycle
> > + - wcn36xx: Release DMA channel descriptor allocations
> > + - wcn36xx: Put DXE block into reset before freeing memory
> > + - wcn36xx: populate band before determining rate on RX
> > + - wcn36xx: fix RX BD rate mapping for 5GHz legacy rates
> > + - ath11k: Send PPDU_STATS_CFG with proper pdev mask to firmware
> > + - bpftool: Fix memory leak in prog_dump()
> > + - mtd: hyperbus: rpc-if: Check return value of rpcif_sw_init()
> > + - media: videobuf2: Fix the size printk format
> > + - media: atomisp: add missing media_device_cleanup() in
> > + atomisp_unregister_entities()
> > + - media: atomisp: fix punit_ddr_dvfs_enable() argument for
> mrfld_power up case
> > + - media: atomisp: fix inverted logic in buffers_needed()
> > + - media: atomisp: do not use err var when checking port validity
> for ISP2400
> > + - media: atomisp: fix inverted error check for
> > + ia_css_mipi_is_source_port_valid()
> > + - media: atomisp: fix ifdefs in sh_css.c
> > + - media: atomisp: add NULL check for asd obtained from
> atomisp_video_pipe
> > + - media: atomisp: fix enum formats logic
> > + - media: atomisp: fix uninitialized bug in
> gmin_get_pmic_id_and_addr()
> > + - media: aspeed: fix mode-detect always time out at 2nd run
> > + - media: em28xx: fix memory leak in em28xx_init_dev
> > + - media: aspeed: Update signal status immediately to ensure sane hw
> state
> > + - arm64: dts: amlogic: meson-g12: Fix GPU operating point table
> node name
> > + - arm64: dts: amlogic: Fix SPI NOR flash node name for ODROID N2/N2+
> > + - arm64: dts: meson-gxbb-wetek: fix HDMI in early boot
> > + - arm64: dts: meson-gxbb-wetek: fix missing GPIO binding
> > + - fs: dlm: don't call kernel_getpeername() in error_report()
> > + - memory: renesas-rpc-if: Return error in case
> devm_ioremap_resource() fails
> > + - Bluetooth: stop proccessing malicious adv data
> > + - ath11k: Fix ETSI regd with weather radar overlap
> > + - ath11k: clear the keys properly via DISABLE_KEY
> > + - ath11k: reset RSN/WPA present state for open BSS
> > + - spi: hisi-kunpeng: Fix the debugfs directory name incorrect
> > + - tee: fix put order in teedev_close_context()
> > + - fs: dlm: fix build with CONFIG_IPV6 disabled
> > + - drm/dp: Don't read back backlight mode in
> drm_edp_backlight_enable()
> > + - drm/vboxvideo: fix a NULL vs IS_ERR() check
> > + - arm64: dts: renesas: cat875: Add rx/tx delays
> > + - media: dmxdev: fix UAF when dvb_register_device() fails
> > + - crypto: atmel-aes - Reestablish the correct tfm context at dequeue
> > + - crypto: qce - fix uaf on qce_aead_register_one
> > + - crypto: qce - fix uaf on qce_ahash_register_one
> > + - crypto: qce - fix uaf on qce_skcipher_register_one
> > + - arm64: dts: qcom: sc7280: Fix incorrect clock name
> > + - mtd: hyperbus: rpc-if: fix bug in rpcif_hb_remove
> > + - cpufreq: qcom-cpufreq-hw: Update offline CPUs per-cpu thermal
> pressure
> > + - cpufreq: qcom-hw: Fix probable nested interrupt handling
> > + - ARM: dts: stm32: fix dtbs_check warning on ili9341 dts binding on
> stm32f429
> > + disco
> > + - libbpf: Fix potential misaligned memory access in btf_ext__new()
> > + - libbpf: Fix glob_syms memory leak in bpf_linker
> > + - libbpf: Fix using invalidated memory in bpf_linker
> > + - crypto: qat - remove unnecessary collision prevention step in PFVF
> > + - crypto: qat - make pfvf send message direction agnostic
> > + - crypto: qat - fix undetected PFVF timeout in ACK loop
> > + - ath11k: Use host CE parameters for CE interrupts configuration
> > + - arm64: dts: ti: k3-j721e: correct cache-sets info
> > + - tty: serial: atmel: Check return code of dmaengine_submit()
> > + - tty: serial: atmel: Call dma_async_issue_pending()
> > + - mfd: atmel-flexcom: Remove #ifdef CONFIG_PM_SLEEP
> > + - mfd: atmel-flexcom: Use .resume_noirq
> > + - bfq: Do not let waker requests skip proper accounting
> > + - libbpf: Silence uninitialized warning/error in
> btf_dump_dump_type_data
> > + - media: i2c: imx274: fix s_frame_interval runtime resume not
> requested
> > + - media: i2c: Re-order runtime pm initialisation
> > + - media: i2c: ov8865: Fix lockdep error
> > + - media: rcar-csi2: Correct the selection of hsfreqrange
> > + - media: imx-pxp: Initialize the spinlock prior to using it
> > + - media: si470x-i2c: fix possible memory leak in si470x_i2c_probe()
> > + - media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is
> released
> > + - media: hantro: Hook up RK3399 JPEG encoder output
> > + - media: coda: fix CODA960 JPEG encoder buffer overflow
> > + - media: venus: correct low power frequency calculation for encoder
> > + - media: venus: core: Fix a potential NULL pointer dereference in
> an error
> > + handling path
> > + - media: venus: core: Fix a resource leak in the error handling
> path of
> > + 'venus_probe()'
> > + - net: stmmac: Add platform level debug register dump feature
> > + - thermal/drivers/imx: Implement runtime PM support
> > + - igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASS
> > + - netfilter: bridge: add support for pppoe filtering
> > + - powerpc: Avoid discarding flags in system_call_exception()
> > + - arm64: dts: qcom: msm8916: fix MMC controller aliases
> > + - drm/vmwgfx: Remove the deprecated lower mem limit
> > + - drm/vmwgfx: Fail to initialize on broken configs
> > + - cgroup: Trace event cgroup id fields should be u64
> > + - ACPI: EC: Rework flushing of EC work while suspended to idle
> > + - thermal/drivers/imx8mm: Enable ADC when enabling monitor
> > + - drm/amdgpu: Fix a NULL pointer dereference in
> > + amdgpu_connector_lcd_native_mode()
> > + - drm/radeon/radeon_kms: Fix a NULL pointer dereference in
> > + radeon_driver_open_kms()
> > + - libbpf: Clean gen_loader's attach kind.
> > + - crypto: caam - save caam memory to support crypto engine retry
> mechanism.
> > + - arm64: dts: ti: k3-am642: Fix the L2 cache sets
> > + - arm64: dts: ti: k3-j7200: Fix the L2 cache sets
> > + - arm64: dts: ti: k3-j721e: Fix the L2 cache sets
> > + - arm64: dts: ti: k3-j7200: Correct the d-cache-sets info
> > + - tty: serial: uartlite: allow 64 bit address
> > + - serial: amba-pl011: do not request memory region twice
> > + - mtd: core: provide unique name for nvmem device
> > + - floppy: Fix hang in watchdog when disk is ejected
> > + - staging: rtl8192e: return error code from rtllib_softmac_init()
> > + - staging: rtl8192e: rtllib_module: fix error handle case in
> alloc_rtllib()
> > + - Bluetooth: btmtksdio: fix resume failure
> > + - bpf: Fix the test_task_vma selftest to support output shorter
> than 1 kB
> > + - sched/fair: Fix detection of per-CPU kthreads waking a task
> > + - sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU
> capacity
> > + - bpf: Adjust BTF log size limit.
> > + - bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)
> > + - bpf: Remove config check to enable bpf support for branch records
> > + - arm64: clear_page() shouldn't use DC ZVA when DCZID_EL0.DZP == 1
> > + - arm64: mte: DC {GVA,GZVA} shouldn't be used when DCZID_EL0.DZP ==
> 1
> > + - samples/bpf: Install libbpf headers when building
> > + - samples/bpf: Clean up samples/bpf build failes
> > + - samples: bpf: Fix xdp_sample_user.o linking with Clang
> > + - samples: bpf: Fix 'unknown warning group' build warning on Clang
> > + - media: dib8000: Fix a memleak in dib8000_init()
> > + - media: saa7146: mxb: Fix a NULL pointer dereference in
> mxb_attach()
> > + - media: si2157: Fix "warm" tuner state detection
> > + - wireless: iwlwifi: Fix a double free in iwl_txq_dyn_alloc_dma
> > + - sched/rt: Try to restart rt period timer when rt runtime exceeded
> > + - ath10k: Fix the MTU size on QCA9377 SDIO
> > + - Bluetooth: refactor set_exp_feature with a feature table
> > + - Bluetooth: MGMT: Use hci_dev_test_and_{set,clear}_flag
> > + - drm/amd/display: Fix bug in debugfs crc_win_update entry
> > + - drm/msm/gpu: Don't allow zero fence_id
> > + - drm/msm/dp: displayPort driver need algorithm rational
> > + - rcu/exp: Mark current CPU as exp-QS in IPI loop second pass
> > + - wcn36xx: Fix max channels retrieval
> > + - drm/msm/dsi: fix initialization in the bonded DSI case
> > + - mwifiex: Fix possible ABBA deadlock
> > + - xfrm: fix a small bug in xfrm_sa_len()
> > + - x86/uaccess: Move variable into switch case statement
> > + - selftests: clone3: clone3: add case CLONE3_ARGS_NO_TEST
> > + - selftests: harness: avoid false negatives if test has no ASSERTs
> > + - crypto: stm32/cryp - fix CTR counter carry
> > + - crypto: stm32/cryp - fix xts and race condition in crypto_engine
> requests
> > + - crypto: stm32/cryp - check early input data
> > + - crypto: stm32/cryp - fix double pm exit
> > + - crypto: stm32/cryp - fix lrw chaining mode
> > + - crypto: stm32/cryp - fix bugs and crash in tests
> > + - crypto: stm32 - Revert broken pm_runtime_resume_and_get changes
> > + - crypto: hisilicon/qm - fix incorrect return value of
> hisi_qm_resume()
> > + - ath11k: Fix deleting uninitialized kernel timer during fragment
> cache flush
> > + - spi: Fix incorrect cs_setup delay handling
> > + - ARM: dts: gemini: NAS4220-B: fis-index-block with 128 KiB sectors
> > + - perf/arm-cmn: Fix CPU hotplug unregistration
> > + - media: dw2102: Fix use after free
> > + - media: msi001: fix possible null-ptr-deref in msi001_probe()
> > + - media: coda/imx-vdoa: Handle dma_set_coherent_mask error codes
> > + - ath11k: Fix a NULL pointer dereference in ath11k_mac_op_hw_scan()
> > + - net: dsa: hellcreek: Fix insertion of static FDB entries
> > + - net: dsa: hellcreek: Add STP forwarding rule
> > + - net: dsa: hellcreek: Allow PTP P2P measurements on blocked ports
> > + - net: dsa: hellcreek: Add missing PTP via UDP rules
> > + - arm64: dts: qcom: c630: Fix soundcard setup
> > + - arm64: dts: qcom: ipq6018: Fix gpio-ranges property
> > + - drm/msm/dpu: fix safe status debugfs file
> > + - drm/bridge: ti-sn65dsi86: Set max register for regmap
> > + - gpu: host1x: select CONFIG_DMA_SHARED_BUFFER
> > + - drm/tegra: gr2d: Explicitly control module reset
> > + - drm/tegra: vic: Fix DMA API misuse
> > + - media: hantro: Fix probe func error path
> > + - xfrm: interface with if_id 0 should return error
> > + - xfrm: state and policy should fail if XFRMA_IF_ID 0
> > + - ARM: 9159/1: decompressor: Avoid UNPREDICTABLE NOP encoding
> > + - usb: ftdi-elan: fix memory leak on device disconnect
> > + - arm64: dts: marvell: cn9130: add GPIO and SPI aliases
> > + - arm64: dts: marvell: cn9130: enable CP0 GPIO controllers
> > + - ARM: dts: armada-38x: Add generic compatible to UART nodes
> > + - mt76: mt7921: drop offload_flags overwritten
> > + - wilc1000: fix double free error in probe()
> > + - rtw88: add quirk to disable pci caps on HP 250 G7 Notebook PC
> > + - iwlwifi: mvm: fix 32-bit build in FTM
> > + - iwlwifi: mvm: test roc running status bits before removing the sta
> > + - iwlwifi: mvm: perform 6GHz passive scan after suspend
> > + - iwlwifi: mvm: set protected flag only for NDP ranging
> > + - mmc: meson-mx-sdhc: add IRQ check
> > + - mmc: meson-mx-sdio: add IRQ check
> > + - block: fix error unwinding in device_add_disk
> > + - selinux: fix potential memleak in selinux_add_opt()
> > + - um: fix ndelay/udelay defines
> > + - um: rename set_signals() to um_set_signals()
> > + - um: virt-pci: Fix 32-bit compile
> > + - lib/logic_iomem: Fix 32-bit build
> > + - lib/logic_iomem: Fix operation on 32-bit
> > + - um: virtio_uml: Fix time-travel external time propagation
> > + - Bluetooth: L2CAP: Fix using wrong mode
> > + - bpftool: Enable line buffering for stdout
> > + - backlight: qcom-wled: Validate enabled string indices in DT
> > + - backlight: qcom-wled: Pass number of elements to read to
> read_u32_array
> > + - backlight: qcom-wled: Fix off-by-one maximum with default
> num_strings
> > + - backlight: qcom-wled: Override default length with
> qcom,enabled-strings
> > + - backlight: qcom-wled: Use cpu_to_le16 macro to perform conversion
> > + - backlight: qcom-wled: Respect enabled-strings in set_brightness
> > + - software node: fix wrong node passed to find nargs_prop
> > + - Bluetooth: hci_qca: Stop IBS timer during BT OFF
> > + - x86/boot/compressed: Move CLANG_FLAGS to beginning of
> KBUILD_CFLAGS
> > + - crypto: octeontx2 - prevent underflow in get_cores_bmap()
> > + - regulator: qcom-labibb: OCP interrupts are not a failure while
> disabled
> > + - hwmon: (mr75203) fix wrong power-up delay value
> > + - x86/mce/inject: Avoid out-of-bounds write when setting flags
> > + - io_uring: remove double poll on poll update
> > + - serial: 8250_bcm7271: Propagate error codes from brcmuart_probe()
> > + - ACPI: scan: Create platform device for BCM4752 and LNV4752 ACPI
> nodes
> > + - pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in
> > + __nonstatic_find_io_region()
> > + - pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in
> > + nonstatic_find_mem_region()
> > + - power: reset: mt6397: Check for null res pointer
> > + - net/xfrm: IPsec tunnel mode fix inner_ipproto setting in sec_path
> > + - net: ethernet: mtk_eth_soc: fix return values and refactor MDIO
> ops
> > + - net: dsa: fix incorrect function pointer check for MRP ring roles
> > + - netfilter: ipt_CLUSTERIP: fix refcount leak in
> clusterip_tg_check()
> > + - bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser()
> > + - bpf, sockmap: Fix double bpf_prog_put on error case in map_link
> > + - bpf: Don't promote bogus looking registers after null check.
> > + - bpf: Fix verifier support for validation of async callbacks
> > + - bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt().
> > + - netfilter: nft_payload: do not update layer 4 checksum when
> mangling
> > + fragments
> > + - netfilter: nft_set_pipapo: allocate pcpu scratch maps on clone
> > + - net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple sockets
> > + - ppp: ensure minimum packet size in ppp_write()
> > + - rocker: fix a sleeping in atomic bug
> > + - staging: greybus: audio: Check null pointer
> > + - fsl/fman: Check for null pointer after calling devm_ioremap
> > + - Bluetooth: hci_bcm: Check for error irq
> > + - Bluetooth: hci_qca: Fix NULL vs IS_ERR_OR_NULL check in
> qca_serdev_probe
> > + - net/smc: Reset conn->lgr when link group registration fails
> > + - usb: dwc3: qcom: Fix NULL vs IS_ERR checking in dwc3_qcom_probe
> > + - usb: dwc2: do not gate off the hardware if it does not support
> clock gating
> > + - usb: dwc2: gadget: initialize max_speed from params
> > + - usb: gadget: u_audio: Subdevice 0 for capture ctls
> > + - HID: hid-uclogic-params: Invalid parameter check in
> uclogic_params_init
> > + - HID: hid-uclogic-params: Invalid parameter check in
> > + uclogic_params_get_str_desc
> > + - HID: hid-uclogic-params: Invalid parameter check in
> > + uclogic_params_huion_init
> > + - HID: hid-uclogic-params: Invalid parameter check in
> > + uclogic_params_frame_init_v1_buttonpad
> > + - debugfs: lockdown: Allow reading debugfs files that are not world
> readable
> > + - drivers/firmware: Add missing platform_device_put() in
> sysfb_create_simplefb
> > + - serial: liteuart: fix MODULE_ALIAS
> > + - serial: stm32: move tx dma terminate DMA to shutdown
> > + - x86, sched: Fix undefined reference to
> init_freq_invariance_cppc() build
> > + error
> > + - net/mlx5e: Fix page DMA map/unmap attributes
> > + - net/mlx5e: Fix wrong usage of fib_info_nh when routes with
> nexthop objects
> > + are used
> > + - net/mlx5e: Don't block routes with nexthop objects in SW
> > + - Revert "net/mlx5e: Block offload of outer header csum for UDP
> tunnels"
> > + - Revert "net/mlx5e: Block offload of outer header csum for GRE
> tunnel"
> > + - net/mlx5e: Fix matching on modified inner ip_ecn bits
> > + - net/mlx5: Fix access to sf_dev_table on allocation failure
> > + - net/mlx5e: Sync VXLAN udp ports during uplink representor profile
> change
> > + - net/mlx5: Set command entry semaphore up once got index free
> > + - lib/mpi: Add the return value check of kcalloc()
> > + - Bluetooth: L2CAP: uninitialized variables in
> l2cap_sock_setsockopt()
> > + - mptcp: fix per socket endpoint accounting
> > + - mptcp: fix opt size when sending DSS + MP_FAIL
> > + - mptcp: fix a DSS option writing error
> > + - spi: spi-meson-spifc: Add missing pm_runtime_disable() in
> meson_spifc_probe
> > + - octeontx2-af: Increment ptp refcount before use
> > + - ax25: uninitialized variable in ax25_setsockopt()
> > + - netrom: fix api breakage in nr_setsockopt()
> > + - regmap: Call regmap_debugfs_exit() prior to _init()
> > + - net: mscc: ocelot: fix incorrect balancing with down LAG ports
> > + - can: mcp251xfd: add missing newline to printed strings
> > + - tpm: add request_locality before write TPM_INT_ENABLE
> > + - tpm_tis: Fix an error handling path in 'tpm_tis_core_init()'
> > + - can: softing: softing_startstop(): fix set but not used variable
> warning
> > + - can: xilinx_can: xcan_probe(): check for error irq
> > + - can: rcar_canfd: rcar_canfd_channel_probe(): make sure we free
> CAN network
> > + device
> > + - pcmcia: fix setting of kthread task states
> > + - net/sched: flow_dissector: Fix matching on zone id for invalid
> conns
> > + - net: openvswitch: Fix matching zone id for invalid conns arriving
> from tc
> > + - net: openvswitch: Fix ct_state nat flags for conns arriving from
> tc
> > + - iwlwifi: mvm: Use div_s64 instead of do_div in
> iwl_mvm_ftm_rtt_smoothing()
> > + - bnxt_en: Refactor coredump functions
> > + - bnxt_en: move coredump functions into dedicated file
> > + - bnxt_en: use firmware provided max timeout for messages
> > + - net: mcs7830: handle usb read errors properly
> > + - ext4: avoid trim error on fs with small groups
> > + - ASoC: Intel: sof_sdw: fix jack detection on HP Spectre x360
> convertible
> > + - ALSA: jack: Add missing rwsem around snd_ctl_remove() calls
> > + - ALSA: PCM: Add missing rwsem around snd_ctl_remove() calls
> > + - ALSA: hda: Add missing rwsem around snd_ctl_remove() calls
> > + - ALSA: hda: Fix potential deadlock at codec unbinding
> > + - RDMA/bnxt_re: Scan the whole bitmap when checking if "disabling
> RCFW with
> > + pending cmd-bit"
> > + - RDMA/hns: Validate the pkey index
> > + - scsi: pm80xx: Update WARN_ON check in pm8001_mpi_build_cmd()
> > + - clk: renesas: rzg2l: Check return value of pm_genpd_init()
> > + - clk: renesas: rzg2l: propagate return value
> of_genpd_add_provider_simple()
> > + - clk: imx8mn: Fix imx8mn_clko1_sels
> > + - powerpc/prom_init: Fix improper check of prom_getprop()
> > + - ASoC: uniphier: drop selecting non-existing
> SND_SOC_UNIPHIER_AIO_DMA
> > + - ASoC: codecs: wcd938x: add SND_SOC_WCD938_SDW to codec list
> instead
> > + - RDMA/rtrs-clt: Fix the initial value of min_latency
> > + - ALSA: hda: Make proper use of timecounter
> > + - dt-bindings: thermal: Fix definition of cooling-maps contribution
> property
> > + - powerpc/perf: Fix PMU callbacks to clear pending PMI before
> resetting an
> > + overflown PMC
> > + - powerpc/modules: Don't WARN on first module allocation attempt
> > + - powerpc/32s: Fix shift-out-of-bounds in KASAN init
> > + - clocksource: Avoid accidental unstable marking of clocksources
> > + - ALSA: oss: fix compile error when OSS_DEBUG is enabled
> > + - ALSA: usb-audio: Drop superfluous '0' in Presonus Studio 1810c's
> ID
> > + - misc: at25: Make driver OF independent again
> > + - char/mwave: Adjust io port register size
> > + - binder: fix handling of error during copy
> > + - binder: avoid potential data leakage when copying txn
> > + - openrisc: Add clone3 ABI wrapper
> > + - iommu: Extend mutex lock scope in iommu_probe_device()
> > + - iommu/io-pgtable-arm: Fix table descriptor paddr formatting
> > + - scsi: core: Fix scsi_device_max_queue_depth()
> > + - scsi: ufs: Fix race conditions related to driver data
> > + - RDMA/qedr: Fix reporting max_{send/recv}_wr attrs
> > + - PCI/MSI: Fix pci_irq_vector()/pci_irq_get_affinity()
> > + - powerpc/powermac: Add additional missing lockdep_register_key()
> > + - iommu/arm-smmu-qcom: Fix TTBR0 read
> > + - RDMA/core: Let ib_find_gid() continue search even after empty
> entry
> > + - RDMA/cma: Let cma_resolve_ib_dev() continue search even after
> empty entry
> > + - ASoC: rt5663: Handle device_property_read_u32_array error codes
> > + - of: unittest: fix warning on PowerPC frame size warning
> > + - of: unittest: 64 bit dma address test requires arch support
> > + - clk: stm32: Fix ltdc's clock turn off by clk_disable_unused()
> after system
> > + enter shell
> > + - mips: add SYS_HAS_CPU_MIPS64_R5 config for MIPS Release 5 support
> > + - mips: fix Kconfig reference to PHYS_ADDR_T_64BIT
> > + - dmaengine: pxa/mmp: stop referencing config->slave_id
> > + - iommu/amd: Restore GA log/tail pointer on host resume
> > + - iommu/amd: X2apic mode: re-enable after resume
> > + - iommu/amd: X2apic mode: setup the INTX registers on mask/unmask
> > + - iommu/amd: X2apic mode: mask/unmask interrupts on suspend/resume
> > + - iommu/amd: Remove useless irq affinity notifier
> > + - ASoC: Intel: catpt: Test dmaengine_submit() result before moving
> on
> > + - iommu/iova: Fix race between FQ timeout and teardown
> > + - ASoC: mediatek: mt8195: correct default value
> > + - of: fdt: Aggregate the processing of "linux,usable-memory-range"
> > + - efi: apply memblock cap after memblock_add()
> > + - scsi: block: pm: Always set request queue runtime active in
> > + blk_post_runtime_resume()
> > + - phy: uniphier-usb3ss: fix unintended writing zeros to PHY register
> > + - ASoC: mediatek: Check for error clk pointer
> > + - powerpc/64s: Mask NIP before checking against SRR0
> > + - powerpc/64s: Use EMIT_WARN_ENTRY for SRR debug warnings
> > + - phy: cadence: Sierra: Fix to get correct parent for mux clocks
> > + - ASoC: samsung: idma: Check of ioremap return value
> > + - misc: lattice-ecp3-config: Fix task hung when firmware load failed
> > + - ASoC: mediatek: mt8195: correct pcmif BE dai control flow
> > + - arm64: tegra: Remove non existent Tegra194 reset
> > + - mips: lantiq: add support for clk_set_parent()
> > + - mips: bcm63xx: add support for clk_set_parent()
> > + - powerpc/xive: Add missing null check after calling kmalloc
> > + - ASoC: fsl_mqs: fix MODULE_ALIAS
> > + - ALSA: hda/cs8409: Increase delay during jack detection
> > + - ALSA: hda/cs8409: Fix Jack detection after resume
> > + - RDMA/cxgb4: Set queue pair state when being queried
> > + - clk: qcom: gcc-sc7280: Mark gcc_cfg_noc_lpass_clk always enabled
> > + - ASoC: imx-card: Need special setting for ak4497 on i.MX8MQ
> > + - ASoC: imx-card: Fix mclk calculation issue for akcodec
> > + - ASoC: imx-card: improve the sound quality for low rate
> > + - ASoC: fsl_asrc: refine the check of available clock divider
> > + - clk: bm1880: remove kfrees on static allocations
> > + - of: base: Fix phandle argument length mismatch error message
> > + - of/fdt: Don't worry about non-memory region overlap for no-map
> > + - MIPS: boot/compressed/: add __ashldi3 to target for ZSTD
> compression
> > + - MIPS: compressed: Fix build with ZSTD compression
> > + - mailbox: fix gce_num of mt8192 driver data
> > + - ARM: dts: omap3-n900: Fix lp5523 for multi color
> > + - leds: lp55xx: initialise output direction from dts
> > + - Bluetooth: Fix debugfs entry leak in hci_register_dev()
> > + - Bluetooth: Fix memory leak of hci device
> > + - drm/panel: Delete panel on mipi_dsi_attach() failure
> > + - Bluetooth: Fix removing adv when processing cmd complete
> > + - fs: dlm: filter user dlm messages for kernel locks
> > + - drm/lima: fix warning when CONFIG_DEBUG_SG=y &
> CONFIG_DMA_API_DEBUG=y
> > + - selftests/bpf: Fix memory leaks in btf_type_c_dump() helper
> > + - selftests/bpf: Destroy XDP link correctly
> > + - selftests/bpf: Fix bpf_object leak in skb_ctx selftest
> > + - ar5523: Fix null-ptr-deref with unexpected WDCMSG_TARGET_START
> reply
> > + - drm/bridge: dw-hdmi: handle ELD when
> DRM_BRIDGE_ATTACH_NO_CONNECTOR
> > + - drm/nouveau/pmu/gm200-: avoid touching PMU outside of
> DEVINIT/PREOS/ACR
> > + - media: atomisp: fix try_fmt logic
> > + - media: atomisp: set per-device's default mode
> > + - media: atomisp-ov2680: Fix ov2680_set_fmt() clobbering the
> exposure
> > + - media: atomisp: check before deference asd variable
> > + - ARM: shmobile: rcar-gen2: Add missing of_node_put()
> > + - batman-adv: allow netlink usage in unprivileged containers
> > + - media: atomisp: handle errors at sh_css_create_isp_params()
> > + - ath11k: Fix crash caused by uninitialized TX ring
> > + - usb: dwc3: meson-g12a: fix shared reset control use
> > + - USB: ehci_brcm_hub_control: Improve port index sanitizing
> > + - usb: gadget: f_fs: Use stream_open() for endpoint files
> > + - psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing
> reclaim
> > + - drm: panel-orientation-quirks: Add quirk for the Lenovo Yoga Book
> X91F/L
> > + - HID: magicmouse: Report battery level over USB
> > + - HID: apple: Do not reset quirks when the Fn key is not found
> > + - media: b2c2: Add missing check in flexcop_pci_isr:
> > + - libbpf: Accommodate DWARF/compiler bug with duplicated structs
> > + - ethernet: renesas: Use div64_ul instead of do_div
> > + - EDAC/synopsys: Use the quirk for version instead of ddr version
> > + - arm64: dts: qcom: sm8350: Shorten camera-thermal-bottom name
> > + - soc: imx: gpcv2: Synchronously suspend MIX domains
> > + - ARM: imx: rename DEBUG_IMX21_IMX27_UART to DEBUG_IMX27_UART
> > + - drm/amd/display: check top_pipe_to_program pointer
> > + - drm/amdgpu/display: set vblank_disable_immediate for DC
> > + - soc: ti: pruss: fix referenced node in error message
> > + - mlxsw: pci: Add shutdown method in PCI driver
> > + - drm/amd/display: add else to avoid double destroy clk_mgr
> > + - drm/bridge: megachips: Ensure both bridges are probed before
> registration
> > + - mxser: keep only !tty test in ISR
> > + - tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of
> .shutdown()
> > + - gpiolib: acpi: Do not set the IRQ type if the IRQ is already in
> use
> > + - HSI: core: Fix return freed object in hsi_new_client
> > + - crypto: jitter - consider 32 LSB for APT
> > + - mwifiex: Fix skb_over_panic in mwifiex_usb_recv()
> > + - rsi: Fix use-after-free in rsi_rx_done_handler()
> > + - rsi: Fix out-of-bounds read in rsi_read_pkt()
> > + - ath11k: Avoid NULL ptr access during mgmt tx cleanup
> > + - media: venus: avoid calling core_clk_setrate() concurrently during
> > + concurrent video sessions
> > + - regulator: da9121: Prevent current limit change when enabled
> > + - drm/vmwgfx: Release ttm memory if probe fails
> > + - drm/vmwgfx: Introduce a new placement for MOB page tables
> > + - ACPI / x86: Drop PWM2 device on Lenovo Yoga Book from always
> present table
> > + - ACPI: Change acpi_device_always_present() into
> acpi_device_override_status()
> > + - ACPI / x86: Allow specifying acpi_device_override_status() quirks
> by path
> > + - ACPI / x86: Add not-present quirk for the PCI0.SDHB.BRC1 device
> on the GPD
> > + win
> > + - arm64: dts: ti: j7200-main: Fix 'dtbs_check' serdes_ln_ctrl node
> > + - arm64: dts: ti: j721e-main: Fix 'dtbs_check' in serdes_ln_ctrl
> node
> > + - usb: uhci: add aspeed ast2600 uhci support
> > + - floppy: Add max size check for user space request
> > + - x86/mm: Flush global TLB when switching to trampoline page-table
> > + - drm: rcar-du: Fix CRTC timings when CMM is used
> > + - media: uvcvideo: Increase UVC_CTRL_CONTROL_TIMEOUT to 5 seconds.
> > + - media: rcar-vin: Update format alignment constraints
> > + - media: saa7146: hexium_orion: Fix a NULL pointer dereference in
> > + hexium_attach()
> > + - media: atomisp: fix "variable dereferenced before check 'asd'"
> > + - media: m920x: don't use stack on USB reads
> > + - thunderbolt: Runtime PM activate both ends of the device link
> > + - arm64: dts: renesas: Fix thermal bindings
> > + - iwlwifi: mvm: synchronize with FW after multicast commands
> > + - iwlwifi: mvm: avoid clearing a just saved session protection id
> > + - rcutorture: Avoid soft lockup during cpu stall
> > + - ath11k: avoid deadlock by change ieee80211_queue_work for
> regd_update_work
> > + - ath10k: Fix tx hanging
> > + - net-sysfs: update the queue counts in the unregistration path
> > + - net: phy: prefer 1000baseT over 1000baseKX
> > + - gpio: aspeed: Convert aspeed_gpio.lock to raw_spinlock
> > + - gpio: aspeed-sgpio: Convert aspeed_sgpio.lock to raw_spinlock
> > + - selftests/ftrace: make kprobe profile testcase description unique
> > + - ath11k: Avoid false DEADLOCK warning reported by lockdep
> > + - ARM: dts: qcom: sdx55: fix IPA interconnect definitions
> > + - x86/mce: Allow instrumentation during task work queueing
> > + - x86/mce: Mark mce_panic() noinstr
> > + - x86/mce: Mark mce_end() noinstr
> > + - x86/mce: Mark mce_read_aux() noinstr
> > + - net: bonding: debug: avoid printing debug logs when bond is not
> notifying
> > + peers
> > + - kunit: Don't crash if no parameters are generated
> > + - bpf: Do not WARN in bpf_warn_invalid_xdp_action()
> > + - drm/amdkfd: Fix error handling in svm_range_add
> > + - HID: quirks: Allow inverting the absolute X/Y values
> > + - HID: i2c-hid-of: Expose the touchscreen-inverted properties
> > + - media: igorplugusb: receiver overflow should be reported
> > + - media: rockchip: rkisp1: use device name for debugfs subdir name
> > + - media: saa7146: hexium_gemini: Fix a NULL pointer dereference in
> > + hexium_attach()
> > + - mmc: tmio: reinit card irqs in reset routine
> > + - mmc: core: Fixup storing of OCR for MMC_QUIRK_NONSTD_SDIO
> > + - drm/amd/amdgpu: fix psp tmr bo pin count leak in SRIOV
> > + - drm/amd/amdgpu: fix gmc bo pin count leak in SRIOV
> > + - audit: ensure userspace is penalized the same as the kernel when
> under
> > + pressure
> > + - arm64: dts: ls1028a-qds: move rtc node to the correct i2c bus
> > + - arm64: tegra: Adjust length of CCPLEX cluster MMIO region
> > + - crypto: ccp - Move SEV_INIT retry for corrupted data
> > + - crypto: hisilicon/hpre - fix memory leak in
> hpre_curve25519_src_init()
> > + - PM: runtime: Add safety net to supplier device release
> > + - cpufreq: Fix initialization of min and max frequency QoS requests
> > + - mt76: mt7615: fix possible deadlock while
> mt7615_register_ext_phy()
> > + - mt76: do not pass the received frame with decryption error
> > + - mt76: mt7615: improve wmm index allocation
> > + - ath9k_htc: fix NULL pointer dereference at ath9k_htc_rxep()
> > + - ath9k_htc: fix NULL pointer dereference at
> ath9k_htc_tx_get_packet()
> > + - ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_stream
> > + - rtw88: 8822c: update rx settings to prevent potential hw deadlock
> > + - PM: AVS: qcom-cpr: Use div64_ul instead of do_div
> > + - iwlwifi: fix leaks/bad data after failed firmware load
> > + - iwlwifi: remove module loading failure message
> > + - iwlwifi: mvm: Fix calculation of frame length
> > + - iwlwifi: mvm: fix AUX ROC removal
> > + - iwlwifi: pcie: make sure prph_info is set when treating wakeup IRQ
> > + - mmc: sdhci-pci-gli: GL9755: Support for CD/WP inversion on OF
> platforms
> > + - block: check minor range in device_add_disk()
> > + - um: registers: Rename function names to avoid conflicts and build
> problems
> > + - ath11k: Fix napi related hang
> > + - Bluetooth: btintel: Add missing quirks and msft ext for legacy
> bootloader
> > + - Bluetooth: vhci: Set HCI_QUIRK_VALID_LE_STATES
> > + - xfrm: rate limit SA mapping change message to user space
> > + - drm/etnaviv: consider completed fence seqno in hang check
> > + - jffs2: GC deadlock reading a page that is used in
> jffs2_write_begin()
> > + - ACPICA: actypes.h: Expand the ACPI_ACCESS_ definitions
> > + - ACPICA: Utilities: Avoid deleting the same object twice in a row
> > + - ACPICA: Executer: Fix the REFCLASS_REFOF case in
> acpi_ex_opcode_1A_0T_1R()
> > + - ACPICA: Fix wrong interpretation of PCC address
> > + - ACPICA: Hardware: Do not flush CPU cache when entering S4 and S5
> > + - mmc: mtk-sd: Use readl_poll_timeout instead of open-coded polling
> > + - drm/amdgpu: fixup bad vram size on gmc v8
> > + - amdgpu/pm: Make sysfs pm attributes as read-only for VFs
> > + - ACPI: battery: Add the ThinkPad "Not Charging" quirk
> > + - ACPI: CPPC: Check present CPUs for determining _CPC is valid
> > + - btrfs: remove BUG_ON() in find_parent_nodes()
> > + - btrfs: remove BUG_ON(!eie) in find_parent_nodes
> > + - net: mdio: Demote probed message to debug print
> > + - mac80211: allow non-standard VHT MCS-10/11
> > + - dm btree: add a defensive bounds check to insert_at()
> > + - dm space map common: add bounds check to sm_ll_lookup_bitmap()
> > + - bpf/selftests: Fix namespace mount setup in tc_redirect
> > + - mlxsw: pci: Avoid flow control for EMAD packets
> > + - net: phy: marvell: configure RGMII delays for 88E1118
> > + - net: gemini: allow any RGMII interface mode
> > + - regulator: qcom_smd: Align probe function with rpmh-regulator
> > + - serial: pl010: Drop CR register reset on set_termios
> > + - serial: pl011: Drop CR register reset on set_termios
> > + - serial: core: Keep mctrl register state and cached copy in sync
> > + - random: do not throw away excess input to crng_fast_load
> > + - net/mlx5: Update log_max_qp value to FW max capability
> > + - net/mlx5e: Unblock setting vid 0 for VF in case PF isn't eswitch
> manager
> > + - parisc: Avoid calling faulthandler_disabled() twice
> > + - can: flexcan: allow to change quirks at runtime
> > + - can: flexcan: rename RX modes
> > + - can: flexcan: add more quirks to describe RX path capabilities
> > + - x86/kbuild: Enable CONFIG_KALLSYMS_ALL=y in the defconfigs
> > + - powerpc/6xx: add missing of_node_put
> > + - powerpc/powernv: add missing of_node_put
> > + - powerpc/cell: add missing of_node_put
> > + - powerpc/btext: add missing of_node_put
> > + - powerpc/watchdog: Fix missed watchdog reset due to memory
> ordering race
> > + - ASoC: imx-hdmi: add put_device() after of_find_device_by_node()
> > + - i2c: i801: Don't silently correct invalid transfer size
> > + - powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILING
> > + - i2c: mpc: Correct I2C reset procedure
> > + - clk: meson: gxbb: Fix the SDM_EN bit for MPLL0 on GXBB
> > + - powerpc/powermac: Add missing lockdep_register_key()
> > + - KVM: PPC: Book3S: Suppress warnings when allocating too big
> memory slots
> > + - KVM: PPC: Book3S: Suppress failed alloc warning in
> H_COPY_TOFROM_GUEST
> > + - w1: Misuse of get_user()/put_user() reported by sparse
> > + - nvmem: core: set size for sysfs bin file
> > + - dm: fix alloc_dax error handling in alloc_dev
> > + - interconnect: qcom: rpm: Prevent integer overflow in rate
> > + - scsi: ufs: Fix a kernel crash during shutdown
> > + - scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIV
> > + - scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup
> > + - ALSA: seq: Set upper limit of processed events
> > + - MIPS: Loongson64: Use three arguments for slti
> > + - powerpc/40x: Map 32Mbytes of memory at startup
> > + - selftests/powerpc/spectre_v2: Return skip code when miss_percent
> is high
> > + - powerpc: handle kdump appropriately with
> crash_kexec_post_notifiers option
> > + - powerpc/fadump: Fix inaccurate CPU state info in vmcore generated
> with panic
> > + - udf: Fix error handling in udf_new_inode()
> > + - MIPS: OCTEON: add put_device() after of_find_device_by_node()
> > + - irqchip/gic-v4: Disable redistributors' view of the VPE table at
> boot time
> > + - i2c: designware-pci: Fix to change data types of hcnt and lcnt
> parameters
> > + - selftests/powerpc: Add a test of sigreturning to the kernel
> > + - MIPS: Octeon: Fix build errors using clang
> > + - scsi: sr: Don't use GFP_DMA
> > + - scsi: mpi3mr: Fixes around reply request queues
> > + - ASoC: mediatek: mt8192-mt6359: fix device_node leak
> > + - phy: phy-mtk-tphy: add support efuse setting
> > + - ASoC: mediatek: mt8173: fix device_node leak
> > + - ASoC: mediatek: mt8183: fix device_node leak
> > + - habanalabs: skip read fw errors if dynamic descriptor invalid
> > + - phy: mediatek: Fix missing check in mtk_mipi_tx_probe
> > + - mailbox: change mailbox-mpfs compatible string
> > + - seg6: export get_srh() for ICMP handling
> > + - icmp: ICMPV6: Examine invoking packet for Segment Route Headers.
> > + - udp6: Use Segment Routing Header for dest address if present
> > + - rpmsg: core: Clean up resources on announce_create failure.
> > + - ifcvf/vDPA: fix misuse virtio-net device config size for blk dev
> > + - crypto: omap-aes - Fix broken pm_runtime_and_get() usage
> > + - crypto: stm32/crc32 - Fix kernel BUG triggered in probe()
> > + - crypto: caam - replace this_cpu_ptr with raw_cpu_ptr
> > + - ubifs: Error path in ubifs_remount_rw() seems to wrongly free
> write buffers
> > + - tpm: fix potential NULL pointer access in tpm_del_char_device
> > + - tpm: fix NPE on probe for missing device
> > + - mfd: tps65910: Set PWR_OFF bit during driver probe
> > + - spi: uniphier: Fix a bug that doesn't point to private data
> correctly
> > + - xen/gntdev: fix unmap notification order
> > + - md: Move alloc/free acct bioset in to personality
> > + - HID: magicmouse: Fix an error handling path in magicmouse_probe()
> > + - fuse: Pass correct lend value to filemap_write_and_wait_range()
> > + - serial: Fix incorrect rs485 polarity on uart open
> > + - cputime, cpuacct: Include guest time in user time in cpuacct.stat
> > + - sched/cpuacct: Fix user/system in shown cpuacct.usage*
> > + - tracing/kprobes: 'nmissed' not showed correctly for kretprobe
> > + - tracing: Have syscall trace events use
> trace_event_buffer_lock_reserve()
> > + - remoteproc: imx_rproc: Fix a resource leak in the remove function
> > + - iwlwifi: mvm: Increase the scan timeout guard to 30 seconds
> > + - s390/mm: fix 2KB pgtable release race
> > + - device property: Fix fwnode_graph_devcon_match() fwnode leak
> > + - drm/tegra: submit: Add missing pm_runtime_mark_last_busy()
> > + - drm/etnaviv: limit submit sizes
> > + - drm/amd/display: Fix the uninitialized variable in
> enable_stream_features()
> > + - drm/nouveau/kms/nv04: use vzalloc for nv04_display
> > + - drm/bridge: analogix_dp: Make PSR-exit block less
> > + - parisc: Fix lpa and lpa_user defines
> > + - powerpc/64s/radix: Fix huge vmap false positive
> > + - scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalance
> > + - drm/amdgpu: don't do resets on APUs which don't support it
> > + - drm/i915/display/ehl: Update voltage swing table
> > + - PCI: xgene: Fix IB window setup
> > + - PCI: pciehp: Use down_read/write_nested(reset_lock) to fix
> lockdep errors
> > + - PCI: pci-bridge-emul: Make expansion ROM Base Address register
> read-only
> > + - PCI: pci-bridge-emul: Properly mark reserved PCIe bits in PCI
> config space
> > + - PCI: pci-bridge-emul: Fix definitions of reserved bits
> > + - PCI: pci-bridge-emul: Correctly set PCIe capabilities
> > + - PCI: pci-bridge-emul: Set PCI_STATUS_CAP_LIST for PCIe device
> > + - xfrm: fix policy lookup for ipv6 gre packets
> > + - xfrm: fix dflt policy check when there is no policy configured
> > + - btrfs: fix deadlock between quota enable and other quota
> operations
> > + - btrfs: check the root node for uptodate before returning it
> > + - btrfs: respect the max size in the header when activating swap
> file
> > + - ext4: make sure to reset inode lockdep class when quota enabling
> fails
> > + - ext4: make sure quota gets properly shutdown on error
> > + - ext4: fix a possible ABBA deadlock due to busy PA
> > + - ext4: initialize err_blk before calling __ext4_get_inode_loc
> > + - ext4: fix fast commit may miss tracking range for
> FALLOC_FL_ZERO_RANGE
> > + - ext4: set csum seed in tmp inode while migrating to extents
> > + - ext4: Fix BUG_ON in ext4_bread when write quota data
> > + - ext4: use ext4_ext_remove_space() for fast commit replay delete
> range
> > + - ext4: fast commit may miss tracking unwritten range during
> ftruncate
> > + - ext4: destroy ext4_fc_dentry_cachep kmemcache on module removal
> > + - ext4: fix null-ptr-deref in '__ext4_journal_ensure_credits'
> > + - ext4: fix an use-after-free issue about data=journal writeback
> mode
> > + - ext4: don't use the orphan list when migrating an inode
> > + - tracing/osnoise: Properly unhook events if
> start_per_cpu_kthreads() fails
> > + - ath11k: qmi: avoid error messages when dma allocation fails
> > + - drm/radeon: fix error handling in radeon_driver_open_kms
> > + - of: base: Improve argument length mismatch error
> > + - firmware: Update Kconfig help text for Google firmware
> > + - can: mcp251xfd: mcp251xfd_tef_obj_read(): fix typo in error
> message
> > + - media: rcar-csi2: Optimize the selection PHTW register
> > + - drm/vc4: hdmi: Make sure the device is powered with CEC
> > + - media: correct MEDIA_TEST_SUPPORT help text
> > + - Documentation: coresight: Fix documentation issue
> > + - Documentation: dmaengine: Correctly describe dmatest with channel
> unset
> > + - Documentation: ACPI: Fix data node reference documentation
> > + - Documentation, arch: Remove leftovers from raw device
> > + - Documentation, arch: Remove leftovers from CIFS_WEAK_PW_HASH
> > + - Documentation: refer to config RANDOMIZE_BASE for kernel
> address-space
> > + randomization
> > + - Documentation: fix firewire.rst ABI file path error
> > + - net: usb: Correct reset handling of smsc95xx
> > + - Bluetooth: hci_sync: Fix not setting adv set duration
> > + - scsi: core: Show SCMD_LAST in text form
> > + - scsi: ufs: ufs-mediatek: Fix error checking in
> ufs_mtk_init_va09_pwr_ctrl()
> > + - RDMA/cma: Remove open coding of overflow checking for
> private_data_len
> > + - dmaengine: uniphier-xdmac: Fix type of address variables
> > + - dmaengine: idxd: fix wq settings post wq disable
> > + - RDMA/hns: Modify the mapping attribute of doorbell to device
> > + - RDMA/rxe: Fix a typo in opcode name
> > + - dmaengine: stm32-mdma: fix STM32_MDMA_CTBR_TSEL_MASK
> > + - Revert "net/mlx5: Add retry mechanism to the command entry index
> allocation"
> > + - powerpc/cell: Fix clang -Wimplicit-fallthrough warning
> > + - powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO
> buses
> > + - block: fix async_depth sysfs interface for mq-deadline
> > + - block: Fix fsync always failed if once failed
> > + - drm/vc4: crtc: Drop feed_txp from state
> > + - drm/vc4: Fix non-blocking commit getting stuck forever
> > + - drm/vc4: crtc: Copy assigned channel to the CRTC
> > + - bpftool: Remove inclusion of utilities.mak from Makefiles
> > + - bpftool: Fix indent in option lists in the documentation
> > + - xdp: check prog type before updating BPF link
> > + - bpf: Fix mount source show for bpffs
> > + - bpf: Mark PTR_TO_FUNC register initially with zero offset
> > + - perf evsel: Override attr->sample_period for non-libpfm4 events
> > + - ipv4: update fib_info_cnt under spinlock protection
> > + - ipv4: avoid quadratic behavior in netns dismantle
> > + - mlx5: Don't accidentally set RTO_ONLINK before
> mlx5e_route_lookup_ipv4_get()
> > + - net/fsl: xgmac_mdio: Add workaround for erratum A-009885
> > + - net/fsl: xgmac_mdio: Fix incorrect iounmap when removing module
> > + - parisc: pdc_stable: Fix memory leak in pdcs_register_pathentries
> > + - riscv: dts: microchip: mpfs: Drop empty chosen node
> > + - drm/vmwgfx: Remove explicit transparent hugepages support
> > + - drm/vmwgfx: Remove unused compile options
> > + - f2fs: fix remove page failed in invalidate compress pages
> > + - f2fs: fix to avoid panic in is_alive() if metadata is inconsistent
> > + - f2fs: compress: fix potential deadlock of compress file
> > + - f2fs: fix to reserve space for IO align feature
> > + - f2fs: fix to check available space of CP area correctly in
> > + update_ckpt_flags()
> > + - crypto: octeontx2 - uninitialized variable in kvf_limits_store()
> > + - af_unix: annote lockless accesses to unix_tot_inflight &
> gc_in_progress
> > + - clk: Emit a stern warning with writable debugfs enabled
> > + - clk: si5341: Fix clock HW provider cleanup
> > + - pinctrl/rockchip: fix gpio device creation
> > + - gpio: mpc8xxx: Fix IRQ check in mpc8xxx_probe
> > + - gpio: idt3243x: Fix IRQ check in idt_gpio_probe
> > + - net/smc: Fix hung_task when removing SMC-R devices
> > + - net: axienet: increase reset timeout
> > + - net: axienet: Wait for PhyRstCmplt after core reset
> > + - net: axienet: reset core on initialization prior to MDIO access
> > + - net: axienet: add missing memory barriers
> > + - net: axienet: limit minimum TX ring size
> > + - net: axienet: Fix TX ring slot available check
> > + - net: axienet: fix number of TX ring slots for available check
> > + - net: axienet: fix for TX busy handling
> > + - net: axienet: increase default TX ring size to 128
> > + - bitops: protect find_first_{,zero}_bit properly
> > + - um: gitignore: Add kernel/capflags.c
> > + - HID: vivaldi: fix handling devices not using numbered reports
> > + - rtc: pxa: fix null pointer dereference
> > + - vdpa/mlx5: Fix wrong configuration of virtio_version_1_0
> > + - virtio_ring: mark ring unused on error
> > + - taskstats: Cleanup the use of task->exit_code
> > + - inet: frags: annotate races around fqdir->dead and
> fqdir->high_thresh
> > + - netns: add schedule point in ops_exit_list()
> > + - iwlwifi: fix Bz NMI behaviour
> > + - xfrm: Don't accidentally set RTO_ONLINK in decode_session4()
> > + - vdpa/mlx5: Restore cur_num_vqs in case of failure in
> change_num_qps()
> > + - gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst()
> > + - libcxgb: Don't accidentally set RTO_ONLINK in cxgb_find_route()
> > + - perf script: Fix hex dump character output
> > + - dmaengine: at_xdmac: Don't start transactions at tx_submit level
> > + - dmaengine: at_xdmac: Start transfer for cyclic channels in
> issue_pending
> > + - dmaengine: at_xdmac: Print debug message after realeasing the lock
> > + - dmaengine: at_xdmac: Fix concurrency over xfers_list
> > + - dmaengine: at_xdmac: Fix lld view setting
> > + - dmaengine: at_xdmac: Fix at_xdmac_lld struct definition
> > + - perf tools: Drop requirement for libstdc++.so for libopencsd check
> > + - perf probe: Fix ppc64 'perf probe add events failed' case
> > + - devlink: Remove misleading internal_flags from health reporter
> dump
> > + - arm64: dts: qcom: msm8996: drop not documented adreno properties
> > + - net: fix sock_timestamping_bind_phc() to release device
> > + - net: bonding: fix bond_xmit_broadcast return value error bug
> > + - net: ipa: fix atomic update in ipa_endpoint_replenish()
> > + - net_sched: restore "mpu xxx" handling
> > + - net: mscc: ocelot: don't let phylink re-enable TX PAUSE on the
> NPI port
> > + - bcmgenet: add WOL IRQ check
> > + - net: wwan: Fix MRU mismatch issue which may lead to data
> connection lost
> > + - net: ethernet: mtk_eth_soc: fix error checking in mtk_mac_config()
> > + - net: ocelot: Fix the call to switchdev_bridge_port_offload
> > + - net: sfp: fix high power modules without diagnostic monitoring
> > + - net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into
> account
> > + - net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq
> aware devices
> > + - net: mscc: ocelot: fix using match before it is set
> > + - dt-bindings: display: meson-dw-hdmi: add missing
> sound-name-prefix property
> > + - dt-bindings: display: meson-vpu: Add missing amlogic,canvas
> property
> > + - dt-bindings: watchdog: Require samsung,syscon-phandle for Exynos7
> > + - sch_api: Don't skip qdisc attach on ingress
> > + - scripts/dtc: dtx_diff: remove broken example from help text
> > + - lib82596: Fix IRQ check in sni_82596_probe
> > + - mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_fault
> > + - bonding: Fix extraction of ports from the packet headers
> > + - lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() test
> > + - scripts: sphinx-pre-install: add required ctex dependency
> > + - scripts: sphinx-pre-install: Fix ctex support on Debian
> > + - Linux 5.15.17
> > +
> > + * rtw88_8821ce causes freeze (LP: #1927808) // Jammy update: v5.15.17
> upstream
> > + stable release (LP: #1959376)
> > + - rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE
> > +
> > + * Jammy update: v5.15.16 upstream stable release (LP: #1958977)
> > + - devtmpfs regression fix: reconfigure on each mount
> > + - orangefs: Fix the size of a memory allocation in
> orangefs_bufmap_alloc()
> > + - remoteproc: qcom: pil_info: Don't memcpy_toio more than is
> provided
> > + - perf: Protect perf_guest_cbs with RCU
> > + - KVM: x86: Register perf callbacks after calling vendor's
> hardware_setup()
> > + - KVM: x86: Register Processor Trace interrupt hook iff PT enabled
> in guest
> > + - KVM: x86: don't print when fail to read/write pv eoi memory
> > + - KVM: s390: Clarify SIGP orders versus STOP/RESTART
> > + - remoteproc: qcom: pas: Add missing power-domain "mxc" for CDSP
> > + - 9p: only copy valid iattrs in 9P2000.L setattr implementation
> > + - video: vga16fb: Only probe for EGA and VGA 16 color graphic cards
> > + - media: uvcvideo: fix division by zero at stream start
> > + - rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore()
> with
> > + interrupts enabled
> > + - firmware: qemu_fw_cfg: fix sysfs information leak
> > + - firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entries
> > + - firmware: qemu_fw_cfg: fix kobject leak in probe error path
> > + - perf annotate: Avoid TUI crash when navigating in the annotation
> of
> > + recursive functions
> > + - KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all
> > + - ALSA: hda/realtek: Add speaker fixup for some Yoga 15ITL5 devices
> > + - ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aorus
> Master after
> > + reboot from Windows
> > + - ALSA: hda: ALC287: Add Lenovo IdeaPad Slim 9i 14ITL5 speaker quirk
> > + - ALSA: hda/tegra: Fix Tegra194 HDA reset failure
> > + - ALSA: hda/realtek: Add quirk for Legion Y9000X 2020
> > + - ALSA: hda/realtek: Re-order quirk entries for Lenovo
> > + - mtd: fixup CFI on ixp4xx
> > + - Linux 5.15.16
> > +
> > + * UBSAN: array-index-out-of-bounds in dcn31_resources on AMD yellow
> carp
> > + platform (LP: #1958229)
> > + - drm/amd/display: Fix out of bounds access on DNC31 stream encoder
> regs
> > +
> > + * Jammy update: v5.15.15 upstream stable release (LP: #1958418)
> > + - s390/kexec: handle R_390_PLT32DBL rela in
> arch_kexec_apply_relocations_add()
> > + - 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
> > + - 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
> > + - fget: clarify and improve __fget_files() implementation
> > + - 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
> > + - ARM: 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
> > + - 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()
> > + - platform/x86/intel: hid: add quirk to support Surface Go 3
> > + - media: Revert "media: uvcvideo: Set unique vdev name based in
> type"
> > + - staging: wlan-ng: Avoid bitwise vs logical OR warning in
> > + hfa384x_usb_throttlefn()
> > + - drm/i915: Avoid bitwise vs logical OR warning in
> snb_wm_latency_quirk()
> > + - staging: greybus: fix stack size warning with UBSAN
> > + - Linux 5.15.15
> > +
> > + * UBSAN warning on unplugging USB4 DP alt mode from AMD Yellow Carp
> graphics
> > + card (LP: #1956497)
> > + - drm/amd/display: explicitly set is_dsc_supported to false before
> use
> > +
> > + * Support USB4 DP alt mode for AMD Yellow Carp graphics card (LP:
> #1953008)
> > + - drm/amd/display: Enable PSR by default on newer DCN
> > + - SAUCE: drm/amd/display: Fixup previous PSR policy commit
> > + - drm/amd/display: Fix USB4 hot plug crash issue
> > + - drm/amd/display: Creating a fw boot options bit for an upcoming
> feature
> > + - drm/amd/display: Enable dpia in dmub only for DCN31 B0
> > + - drm/amd/display: MST support for DPIA
> > + - drm/amd/display: Set phy_mux_sel bit in dmub scratch register
> > + - drm/amd/display: Don't lock connection_mutex for DMUB HPD
> > + - drm/amd/display: Add callbacks for DMUB HPD IRQ notifications
> > +
> > + * Jammy update: v5.15.14 upstream stable release (LP: #1957882)
> > + - fscache_cookie_enabled: check cookie is valid before accessing it
> > + - selftests: x86: fix [-Wstringop-overread] warn in
> test_process_vm_readv()
> > + - 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
> > + - ftrace/samples: Add missing prototypes direct functions
> > + - 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
> > + - selftests: net: udpgro_fwd.sh: explicitly checking the available
> ping
> > + feature
> > + - 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
> > + - EDAC/i10nm: Release mdev/mbase when failing to detect HBM
> > + - KVM: x86: Check for rmaps allocation
> > + - cgroup: Use open-time credentials for process migraton perm checks
> > + - cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv
> > + - cgroup: Use open-time cgroup namespace for process migration perm
> checks
> > + - Revert "i2c: core: support bus regulator controlling in adapter"
> > + - i2c: mpc: Avoid out of bounds memory access
> > + - power: supply: core: Break capacity loop
> > + - power: reset: ltc2952: Fix use of floating point literals
> > + - reset: renesas: Fix Runtime PM usage
> > + - rndis_host: support Hytera digital radios
> > + - gpio: gpio-aspeed-sgpio: Fix wrong hwirq base in irq handler
> > + - net ticp:fix a kernel-infoleak in __tipc_sendmsg()
> > + - phonet: refcount leak in pep_sock_accep
> > + - 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
> > + - 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
> > + - auxdisplay: charlcd: checking for pointer reference before
> dereferencing
> > + - drm/amdgpu: fix dropped backing store handling in
> amdgpu_dma_buf_move_notify
> > + - drm/amd/pm: Fix xgmi link control on aldebaran
> > + - usb: mtu3: fix interval value for intr and isoc
> > + - 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
> > + - 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
> > + - userfaultfd/selftests: fix hugetlb area allocations
> > + - ARM: dts: gpio-ranges property is now required
> > + - Input: zinitix - make sure the IRQ is allocated before it gets
> enabled
> > + - Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)"
> > + - drm/amd/pm: keep the BACO feature enabled for suspend
> > + - Linux 5.15.14
> > +
> > + * alsa/sdw: add sdw audio machine driver for several ADL machines
> > + (LP: #1951563)
> > + - ASoC: Intel: sof_sdw: Add support for SKU 0AF3 product
> > + - ASoC: Intel: soc-acpi: add SKU 0AF3 SoundWire configuration
> > + - ASoC: Intel: sof_sdw: Add support for SKU 0B00 and 0B01 products
> > + - ASoC: Intel: sof_sdw: Add support for SKU 0B11 product
> > + - ASoC: Intel: sof_sdw: Add support for SKU 0B13 product
> > + - ASoC: Intel: soc-acpi: add SKU 0B13 SoundWire configuration
> > + - ASoC: Intel: sof_sdw: Add support for SKU 0B29 product
> > + - ASoC: Intel: soc-acpi: add SKU 0B29 SoundWire configuration
> > + - ASoC: Intel: sof_sdw: Add support for SKU 0B12 product
> > + - ASoC: intel: sof_sdw: return the original error number
> > + - ASoC: intel: sof_sdw: rename be_index/link_id to link_index
> > + - ASoC: intel: sof_sdw: Use a fixed DAI link id for AMP
> > + - ASoC: intel: sof_sdw: move DMIC link id overwrite to
> create_sdw_dailink
> > + - ASoC: intel: sof_sdw: remove SOF_RT715_DAI_ID_FIX quirk
> > + - ASoC: intel: sof_sdw: remove sof_sdw_mic_codec_mockup_init
> > + - ASoC: intel: sof_sdw: remove get_next_be_id
> > + - ASoC: intel: sof_sdw: add link adr order check
> > +
> > + * Add basic Wifi support for Qualcomm WCN6856 (LP: #1955613)
> > + - ath11k: change to use dynamic memory for channel list of scan
> > + - ath11k: add string type to search board data in board-2.bin for
> WCN6855
> > +
> > + * Enable audio mute LED and mic mute LED on a new HP laptop (LP:
> #1956454)
> > + - ALSA: hda/realtek: Use ALC285_FIXUP_HP_GPIO_LED on another HP
> laptop
> > +
> > + * Add missing BT ID for Qualcomm WCN6856 (LP: #1956407)
> > + - Bluetooth: btusb: Add one more Bluetooth part for WCN6855
> > +
> > + * Add Bluetooth support for Qualcomm WCN6856 (LP: #1955689)
> > + - Bluetooth: btusb: Add support using different nvm for variant
> WCN6855
> > + controller
> > + - Bluetooth: btusb: re-definition for board_id in struct qca_version
> > + - Bluetooth: btusb: Add the new support IDs for WCN6855
> > +
> > + * Improve performance and idle power consumption (LP: #1941893)
> > + - x86: ACPI: cstate: Optimize C3 entry on AMD CPUs
> > +
> > + * [Yellow Carp] USB4 interdomain communication problems (LP: #1945361)
> > + - thunderbolt: Enable retry logic for intra-domain control packets
> > +
> > + * 1951111:
> > + - scsi: lpfc: Fix mailbox command failure during driver
> initialization
> > +
> > + * [Jammy] Update Broadcom Emulex FC HBA lpfc driver to 14.0.0.3 for
> Ubuntu
> > + 22.04 (LP: #1951111)
> > + - scsi: lpfc: Fix premature rpi release for unsolicited TPLS and
> LS_RJT
> > + - scsi: lpfc: Fix hang on unload due to stuck fport node
> > + - scsi: lpfc: Fix rediscovery of tape device after LIP
> > + - scsi: lpfc: Don't remove ndlp on PRLI errors in P2P mode
> > + - scsi: lpfc: Fix EEH support for NVMe I/O
> > + - scsi: lpfc: Adjust bytes received vales during cmf timer interval
> > + - scsi: lpfc: Fix I/O block after enabling managed congestion mode
> > + - scsi: lpfc: Zero CGN stats only during initial driver load and
> stat reset
> > + - scsi: lpfc: Improve PBDE checks during SGL processing
> > + - scsi: lpfc: Update lpfc version to 14.0.0.2
> > +
> > + * smartpqi: Update 20.04.4 to latest kernel.org patch level (LP:
> #1953689)
> > + - scsi: smartpqi: Update device removal management
> > + - scsi: smartpqi: Capture controller reason codes
> > + - scsi: smartpqi: Update LUN reset handler
> > + - scsi: smartpqi: Add TEST UNIT READY check for SANITIZE operation
> > + - scsi: smartpqi: Avoid failing I/Os for offline devices
> > + - scsi: smartpqi: Add extended report physical LUNs
> > + - scsi: smartpqi: Fix boot failure during LUN rebuild
> > + - scsi: smartpqi: Fix duplicate device nodes for tape changers
> > + - scsi: smartpqi: Add 3252-8i PCI id
> > + - scsi: smartpqi: Update version to 2.1.12-055
> > +
> > + * Let VMD follow host bridge PCIe settings (LP: #1954611)
> > + - PCI: vmd: Honor ACPI _OSC on PCIe features
> > +
> > + * Fix spurious wakeup caused by Intel 7560 WWAN (LP: #1956443)
> > + - net: wwan: iosm: Keep device at D0 for s2idle case
> > +
> > + * [uacc-0623] hisi_sec2 fail to alloc uacce (LP: #1933301)
> > + - crypto: hisilicon/qm - modify the uacce mode check
> > +
> > + * Jammy update: v5.15.13 upstream stable release (LP: #1956926)
> > + - 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
> > + - parisc: Clear stale IIR value on instruction access rights trap
> > + - platform/mellanox: mlxbf-pmc: Fix an IS_ERR() vs NULL bug in
> > + mlxbf_pmc_map_counters
> > + - platform/x86: apple-gmux: use resource_size() with res
> > + - memblock: fix memblock_phys_alloc() section mismatch error
> > + - recordmcount.pl: fix typo in s390 mcount regex
> > + - powerpc/ptdump: Fix DEBUG_WX since generic ptdump conversion
> > + - 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
> > + - selftests: Calculate udpgso segment count without header
> adjustment
> > + - sctp: use call_rcu to free endpoint
> > + - net/smc: fix using of uninitialized completions
> > + - net: usb: pegasus: Do not drop long Ethernet frames
> > + - net: ag71xx: Fix a potential double free in error handling paths
> > + - net: lantiq_xrx200: fix statistics of received bytes
> > + - NFC: st21nfca: Fix memory leak in device probe and remove
> > + - 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
> > + - ionic: Initialize the 'lif->dbid_inuse' bitmap
> > + - 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
> > + - selftests/net: udpgso_bench_tx: fix dst ip argument
> > + - selftests: net: Fix a typo in udpgro_fwd.sh
> > + - net: bridge: mcast: fix br_multicast_ctx_vlan_global_disabled
> helper
> > + - net/ncsi: check for error return from call to nla_put_u32
> > + - selftests: net: using ping6 for IPv6 in udpgro_fwd.sh
> > + - fsl/fman: Fix missing put_device() call in fman_port_probe
> > + - 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
> > + - 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.
> > + - usb: mtu3: add memory barrier before set GPD's HWO
> > + - usb: mtu3: fix list_head check warning
> > + - usb: mtu3: set interval of FS intr and isoc endpoint
> > + - nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap
> assert
> > + - binder: fix async_free_space accounting for empty parcels
> > + - scsi: vmw_pvscsi: Set residual data length conditionally
> > + - Input: appletouch - initialize work before device registration
> > + - Input: spaceball - fix parsing of movement data packets
> > + - mm/damon/dbgfs: fix 'struct pid' leaks in
> 'dbgfs_target_ids_write()'
> > + - net: fix use-after-free in tw_timer_handler
> > + - fs/mount_setattr: always cleanup mount_kattr
> > + - perf intel-pt: Fix parsing of VM time correlation arguments
> > + - perf script: Fix CPU filtering of a script's switch events
> > + - perf scripts python: intel-pt-events.py: Fix printing of switch
> events
> > + - Linux 5.15.13
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] getabis: Add fwinfo.builtin to the ABI
> > + - [Packaging] Add list of built-in firmwares to the ABI
> > + - [Config] x86-64: SYSFB_SIMPLEFB=y
> > + - [packaging] arm64: introduce the lowlatency and lowlatency-64k
> flavours
> > + - [packaging] arm64: updateconfigs
> > + - [Config] annotations: remove duplicates when arm64-generic ==
> > + arm64-generic-64k option
> > + - [Config] annotations: introduce arm64-lowlatency and
> arm64-lowlatency-64k
> > + kconfig options checks
> > + - [Packaging] Update dependency of pahole / dwarves
> > + - [Config] toolchain version update
> > +
> > + * Miscellaneous upstream changes
> > + - scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to
> > + driver_resource_setup()
> > + - scsi: lpfc: Correct sysfs reporting of loop support after SFP
> status change
> > + - scsi: lpfc: Allow PLOGI retry if previous PLOGI was aborted
> > + - scsi: lpfc: Update lpfc version to 14.0.0.3
> > + - Revert "rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE"
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Fri, 28 Jan 2022
> 17:16:21 +0100
> > +
> > +linux (5.15.0-18.18) jammy; urgency=medium
> > +
> > + * jammy/linux: 5.15.0-18.18 -proposed tracker (LP: #1958638)
> > +
> > + * CVE-2021-4155
> > + - xfs: map unwritten blocks in XFS_IOC_{ALLOC, FREE}SP just like
> fallocate
> > +
> > + * CVE-2022-0185
> > + - SAUCE: vfs: test that one given mount param is not larger than
> PAGE_SIZE
> > +
> > + * [UBUNTU 20.04] KVM hardware diagnose data improvements for guest
> kernel -
> > + kernel part (LP: #1953334)
> > + - KVM: s390: add debug statement for diag 318 CPNC data
> > +
> > + * OOB write on BPF_RINGBUF (LP: #1956585)
> > + - SAUCE: bpf: prevent helper argument PTR_TO_ALLOC_MEM to have
> offset other
> > + than 0
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] re-enable shiftfs
> > + - [SAUCE] shiftfs: support kernel 5.15
> > + - [Config] update toolchain versions
> > +
> > + * Miscellaneous upstream changes
> > + - vfs: fs_context: fix up param length parsing in legacy_parse_param
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Fri, 21 Jan 2022
> 13:32:27 +0100
> > +
> > +linux (5.15.0-17.17) jammy; urgency=medium
> > +
> > + * jammy/linux: 5.15.0-17.17 -proposed tracker (LP: #1957809)
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Thu, 13 Jan 2022
> 17:11:21 +0100
> > +
> > +linux (5.15.0-16.16) jammy; urgency=medium
> > +
> > + * jammy/linux: 5.15.0-16.16 -proposed tracker (LP: #1956820)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - debian/dkms-versions -- update from kernel-versions (main/master)
> > +
> > + * 5.15 stuck at boot on c4.large (LP: #1956780)
> > + - Revert "PCI/MSI: Mask MSI-X vectors only on success"
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: [Packaging] temporarily disable signed
> v4l2loopback"
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Sat, 08 Jan 2022
> 10:57:58 +0100
> > +
> > +linux (5.15.0-15.15) jammy; urgency=medium
> > +
> > + * jammy/linux: 5.15.0-15.15 -proposed tracker (LP: #1956314)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > + - debian/dkms-versions -- update from kernel-versions (main/master)
> > +
> > + * rtw88_8821ce causes freeze (LP: #1927808)
> > + - rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE
> > +
> > + * alsa/sdw: fix the audio sdw codec parsing logic in the acpi table
> > + (LP: #1955686)
> > + - ALSA: hda: intel-sdw-acpi: go through HDAS ACPI at max depth of 2
> > + - ALSA: hda: intel-sdw-acpi: harden detection of controller
> > +
> > + * Got black screen when resume from s2idle with AMD dGPU (LP:
> #1955790)
> > + - SAUCE: drm/amdgpu: put SMU into proper state on runpm suspending
> for BOCO
> > + capable platform
> > + - SAUCE: drm/amdgpu: always reset the asic in suspend (v2)
> > +
> > + * Fix USB3 detection on HP dock (LP: #1955443)
> > + - usb: hub: Add delay for SuperSpeed hub resume to let links
> transit to U0
> > +
> > + * support signed v4l2loopback dkms build (LP: #1938531)
> > + - enable v4l2loopback builds on amd64 kernels
> > + - support v4l2loopback dkms build
> > +
> > + * Jammy update: v5.15.12 upstream stable release (LP: #1956305)
> > + - arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfd
> > + - 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
> > + - selftests: KVM: Fix non-x86 compiling
> > + - 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
> > + - bus: sunxi-rsb: Fix shutdown
> > + - spi: change clk_disable_unprepare to clk_unprepare
> > + - ucounts: Fix rlimit max values check
> > + - drm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_conf
> > + - ASoC: meson: aiu: fifo: Add missing dma_coerce_mask_and_coherent()
> > + - RDMA/hns: Fix RNR retransmission issue for HIP08
> > + - IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()
> > + - 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
> > + - ARM: 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
> > + - net: marvell: prestera: fix incorrect return of port_find
> > + - net: marvell: prestera: fix incorrect structure access
> > + - 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
> > + - gpio: virtio: remove timeout
> > + - bonding: fix ad_actor_system option setting to default
> > + - fjes: Check for error irq
> > + - drivers: net: smc911x: Check for error irq
> > + - net: ks8851: Check for error irq
> > + - sfc: Check null pointer of rx_queue->page_ring
> > + - sfc: falcon: Check null pointer of rx_queue->page_ring
> > + - 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
> > + - net: stmmac: dwmac-visconti: Fix value of
> ETHER_CLK_SEL_FREQ_SEL_2P5M
> > + - 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
> > + - ARM: 9160/1: NOMMU: Reload __secondary_data after
> PROCINFO_INITFUNC
> > + - uapi: Fix undefined __always_inline on non-glibc systems
> > + - compiler.h: Fix annotation macro misplacement with Clang
> > + - platform/x86/intel: Remove X86_PLATFORM_DRIVERS_INTEL
> > + - kernel/crash_core: suppress unknown crashkernel parameter warning
> > + - 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
> > + - ALSA: hda/hdmi: Disable silent stream on GLK
> > + - ALSA: hda/realtek: Amp init fixup for HP ZBook 15 G6
> > + - ALSA: hda/realtek: Add new alc285-hp-amp-init model
> > + - ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
> > + - ALSA: hda/realtek: Fix quirk for Clevo NJ51CU
> > + - ASoC: meson: aiu: Move AIU_I2S_MISC hold setting to aiu-fifo-i2s
> > + - ASoC: tegra: Add DAPM switches for headphones and mic jack
> > + - 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
> > + - parisc: Correct completer in lws start
> > + - parisc: 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
> > + - platform/x86: amd-pmc: only use callbacks for suspend
> > + - platform/x86: intel_pmc_core: fix memleak on registration failure
> > + - KVM: x86: Always set kvm_run->if_flag
> > + - KVM: x86/mmu: Don't advance iterator after restart due to yielding
> > + - KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is required
> > + - KVM: VMX: Always clear vmx->fail on emulation_required
> > + - KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU ==
> this vCPU
> > + - pinctrl: stm32: consider the GPIO offset to expose all the GPIO
> lines
> > + - gpio: dln2: Fix interrupts when replugging the device
> > + - mmc: sdhci-tegra: Fix switch to HS400ES mode
> > + - mmc: meson-mx-sdhc: Set MANUAL_STOP for multi-block SDIO commands
> > + - mmc: core: Disable card detect during shutdown
> > + - mmc: mmci: stm32: clear DLYB_CR after sending tuning command
> > + - ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handling
> > + - ksmbd: fix error code in ndr_read_int32()
> > + - ksmbd: fix uninitialized symbol 'pntsd_size'
> > + - ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1
> > + - 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()
> > + - mm/damon/dbgfs: protect targets destructions with kdamond_lock
> > + - tee: optee: Fix incorrect page free bug
> > + - f2fs: fix to do sanity check on last xattr entry in
> __f2fs_setxattr()
> > + - netfs: fix parameter of cleanup()
> > + - KVM: VMX: Fix stale docs for kvm-intel.emulate_invalid_guest_state
> > + - arm64: dts: lx2160a: fix scl-gpios property name
> > + - kfence: fix memory leak when cat kfence objects
> > + - Input: iqs626a - prohibit inlining of channel parsing functions
> > + - Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312
> > + - Input: goodix - add id->model mapping for the "9111" model
> > + - ASoC: tas2770: Fix setting of high sample rates
> > + - ASoC: SOF: Intel: pci-tgl: add new ADL-P variant
> > + - ASoC: SOF: Intel: pci-tgl: add ADL-N support
> > + - ASoC: rt5682: fix the wrong jack type detected
> > + - pinctrl: mediatek: fix global-out-of-bounds issue
> > + - 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
> > + - Linux 5.15.12
> > +
> > + * Thinkpad E14 Gen2: Kernel panic with trackpad and trackpoint enabled
> > + (LP: #1945590) // Jammy update: v5.15.12 upstream stable release
> > + (LP: #1956305)
> > + - Input: elantech - fix stack out of bound access in
> > + elantech_change_report_id()
> > +
> > + * Jammy update: v5.15.11 upstream stable release (LP: #1956302)
> > + - reset: tegra-bpmp: Revert Handle errors in BPMP response
> > + - KVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv is disabled
> > + - KVM: selftests: Make sure kvm_create_max_vcpus test won't hit
> RLIMIT_NOFILE
> > + - KVM: downgrade two BUG_ONs to WARN_ON_ONCE
> > + - x86/kvm: remove unused ack_notifier callbacks
> > + - 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
> > + - firmware: arm_scpi: Fix string overflow in SCPI genpd driver
> > + - bpf: Fix kernel address leakage in atomic fetch
> > + - bpf, selftests: Add test case for atomic fetch on spilled pointer
> > + - bpf: Fix signed bounds propagation after mov32
> > + - bpf: Make 32->64 bounds propagation slightly more robust
> > + - bpf, selftests: Add test case trying to taint map value pointer
> > + - bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg
> > + - bpf, selftests: Update test case for atomic cmpxchg on r0 with
> pointer
> > + - vduse: fix memory corruption in vduse_dev_ioctl()
> > + - vduse: check that offset is within bounds in get_config()
> > + - virtio_ring: Fix querying of maximum DMA mapping size for virtio
> device
> > + - vdpa: check that offsets are within bounds
> > + - s390/entry: fix duplicate tracking of irq nesting level
> > + - 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
> > + - 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
> > + - dmaengine: idxd: add halt interrupt support
> > + - dmaengine: idxd: fix calling wq quiesce inside spinlock
> > + - mac80211: track only QoS data frames for admission control
> > + - tee: amdtee: fix an IS_ERR() vs NULL bug
> > + - ceph: fix duplicate increment of opened_inodes metric
> > + - ceph: initialize pathlen variable in reconnect_caps_cb
> > + - ARM: 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
> > + - soc: imx: Register SoC device only on i.MX boards
> > + - iwlwifi: mvm: don't crash on invalid rate w/o STA
> > + - virtio: always enter drivers/virtio/
> > + - virtio/vsock: fix the transport to work with VMADDR_CID_ANY
> > + - vdpa: Consider device id larger than 31
> > + - Revert "drm/fb-helper: improve DRM fbdev emulation device names"
> > + - selftests: net: Correct ping6 expected rc from 2 to 1
> > + - s390/kexec_file: fix error handling when applying relocations
> > + - 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
> > + - selftests: icmp_redirect: pass xfail=0 to log_test()
> > + - net: hns3: fix use-after-free bug in hclgevf_send_mbx_msg
> > + - net: hns3: fix race condition in debugfs
> > + - selftests: Add duplicate config only for MD5 VRF tests
> > + - selftests: Fix raw socket bind tests with VRF
> > + - selftests: Fix IPv6 address bind tests
> > + - dmaengine: idxd: fix missed completion on abort path
> > + - dmaengine: st_fdma: fix MODULE_ALIAS
> > + - drm: simpledrm: fix wrong unit with pixel clock
> > + - net/sched: sch_ets: don't remove idle classes from the
> round-robin list
> > + - selftests/net: toeplitz: fix udp option
> > + - net: dsa: mv88e6xxx: Unforce speed & duplex in mac_link_down()
> > + - selftest/net/forwarding: declare NETIFS p9 p10
> > + - mptcp: never allow the PM to close a listener subflow
> > + - drm/ast: potential dereference of null pointer
> > + - 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()
> > + - 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()
> > + - 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
> > + - net/packet: rx_owner_map depends on pg_vec
> > + - net: stmmac: dwmac-rk: fix oob read in rk_gmac_setup
> > + - sfc_ef100: potential dereference of null pointer
> > + - 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
> > + - net: systemport: Add global locking for descriptor lifecycle
> > + - 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.
> > + - bpf, selftests: Fix racing issue in btf_skc_cls_ingress test
> > + - powerpc/85xx: Fix oops when CONFIG_FSL_PMC=n
> > + - USB: gadget: bRequestType is a bitfield, not a enum
> > + - Revert "usb: early: convert to readl_poll_timeout_atomic()"
> > + - 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)
> > + - 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
> > + - usb: xhci-mtk: fix list_del warning when enable list debug
> > + - usb: xhci: Extend support for runtime power management for AMD's
> Yellow
> > + carp.
> > + - usb: cdnsp: Fix incorrect status for control request
> > + - usb: cdnsp: Fix incorrect calling of cdnsp_died function
> > + - usb: cdnsp: Fix issue in cdnsp_log_ep trace event
> > + - usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restore
> > + - 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
> > + - 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()
> > + - riscv: dts: unleashed: Add gpio card detect to mmc-spi-slot
> > + - riscv: 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/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
> > + - Revert "can: m_can: remove support for custom bit timing"
> > + - can: m_can: make custom bittiming fields const
> > + - can: m_can: pci: use custom bit timings for Elkhart Lake
> > + - ARM: dts: imx6ull-pinfunc: Fix CSI_DATA07__ESAI_TX0 pad name
> > + - xsk: Do not sleep in poll() when need_wakeup set
> > + - mptcp: add missing documented NL params
> > + - 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
> > + - fuse: annotate lock in fuse_reverse_inval_entry()
> > + - 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
> > + - bus: ti-sysc: Fix variable set but not used warning for
> reinit_modules
> > + - selftests/damon: test debugfs file reads/writes with huge count
> > + - Revert "xsk: Do not sleep in poll() when need_wakeup set"
> > + - xen/blkfront: harden blkfront against event channel storms
> > + - xen/netfront: harden netfront against event channel storms
> > + - xen/console: harden hvc_xen against event channel storms
> > + - xen/netback: fix rx queue stall detection
> > + - xen/netback: don't queue unlimited number of packages
> > + - Linux 5.15.11
> > +
> > + * Jammy update: v5.15.10 upstream stable release (LP: #1956301)
> > + - nfc: fix segfault in nfc_genl_dump_devices_done
> > + - 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
> > + - inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistently
> > + - dt-bindings: media: nxp,imx7-mipi-csi2: Drop bad if/then schema
> > + - clk: qcom: sm6125-gcc: Swap ops of ice and apps on sdcc1
> > + - perf bpf_skel: Do not use typedef to avoid error on old clang
> > + - netfs: Fix lockdep warning from taking sb_writers whilst holding
> mmap_lock
> > + - RDMA/irdma: Fix a user-after-free in add_pble_prm
> > + - RDMA/irdma: Fix a potential memory allocation issue in
> > + 'irdma_prm_add_pble_mem()'
> > + - RDMA/irdma: Report correct WC errors
> > + - RDMA/irdma: Don't arm the CQ more than two times if no CE for
> this CQ
> > + - ice: fix FDIR init missing when reset VF
> > + - vmxnet3: fix minimum vectors alloc issue
> > + - i2c: virtio: fix completion handling
> > + - drm/msm: Fix null ptr access msm_ioctl_gem_submit()
> > + - drm/msm/a6xx: Fix uinitialized use of gpu_scid
> > + - drm/msm/dsi: set default num_data_lanes
> > + - drm/msm/dp: Avoid unpowered AUX xfers that caused crashes
> > + - KVM: arm64: Save PSTATE early on exit
> > + - s390/test_unwind: use raw opcode instead of invalid instruction
> > + - 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
> > + - ALSA: hda/hdmi: fix HDA codec entry table order for ADL-P
> > + - parisc/agp: Annotate parisc agp init functions with __init
> > + - 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
> > + - staging: most: dim2: use device release method
> > + - fuse: make sure reclaim doesn't write the inode
> > + - perf inject: Fix itrace space allowed for new attributes
> > + - Linux 5.15.10
> > +
> > + * Jammy update: v5.15.9 upstream stable release (LP: #1955161)
> > + - netfilter: selftest: conntrack_vrf.sh: fix file permission
> > + - Linux 5.15.9
> > +
> > + * [SRU][I/J/OEM-5.13/OEM-5.14] Fix pci port lost when hotplug dock
> > + (LP: #1954646)
> > + - PCI: Re-enable Downstream Port LTR after reset or hotplug
> > +
> > + * Add support for NVIDIA EC backlight (LP: #1953286)
> > + - platform/x86: Add driver for ACPI WMAA EC-based backlight control
> > + - platform/x86: Remove "WMAA" from identifier names in
> wmaa-backlight-wmi.c
> > + - platform/x86: Rename wmaa-backlight-wmi to nvidia-wmi-ec-backlight
> > + - [Config] NVIDIA_WMI_EC_BACKLIGHT=m
> > +
> > + * Improve USB Type-C support (LP: #1950974)
> > + - usb: typec: ucsi: Always cancel the command if PPM reports BUSY
> condition
> > + - usb: typec: ucsi: Don't stop alt mode registration on busy
> condition
> > + - usb: typec: ucsi: Add polling mechanism for partner tasks like
> alt mode
> > + checking
> > + - usb: typec: ucsi: acpi: Reduce the command completion timeout
> > + - usb: typec: ucsi: Check the partner alt modes always if there is
> PD contract
> > + - usb: typec: ucsi: Read the PDOs in separate work
> > + - usb: typec: ucsi: Better fix for missing unplug events issue
> > +
> > + * Fix power button wakeup with shared IRQs on AMD platforms (LP:
> #1953540)
> > + - pinctrl: amd: Fix wakeups when IRQ is shared with SCI
> > +
> > + * AMD: Suspend not working when some cores are disabled through
> cpufreq
> > + (LP: #1954930)
> > + - ACPI: processor idle: Allow playing dead in C3 state
> > +
> > + * Jammy update: v5.15.8 upstream stable release (LP: #1954931)
> > + - Revert "UBUNTU: SAUCE: selftests: fib_tests: assign address to
> dummy1 for
> > + rp_filter tests"
> > + - usb: gadget: uvc: fix multiple opens
> > + - HID: quirks: Add quirk for the Microsoft Surface 3 type-cover
> > + - HID: google: add eel USB id
> > + - HID: intel-ish-hid: ipc: only enable IRQ wakeup when requested
> > + - HID: add hid_is_usb() function to make it simpler for USB
> detection
> > + - HID: add USB_HID dependancy to hid-prodikeys
> > + - HID: add USB_HID dependancy to hid-chicony
> > + - HID: add USB_HID dependancy on some USB HID drivers
> > + - 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
> > + - mmc: spi: Add device-tree SPI IDs
> > + - HID: sony: fix error path in probe
> > + - HID: Ignore battery for Elan touchscreen on Asus UX550VE
> > + - platform/x86/intel: hid: add quirk to support Surface Go 3
> > + - 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()
> > + - can: pch_can: pch_can_rx_normal: fix use after free
> > + - can: m_can: m_can_read_fifo: fix memory leak in error branch
> > + - can: m_can: pci: fix incorrect reference clock rate
> > + - can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo()
> > + - can: m_can: Disable and ignore ELO interrupt
> > + - net: dsa: mv88e6xxx: fix "don't use PHY_DETECT on internal PHY's"
> > + - net: dsa: mv88e6xxx: allow use of PHYs on CPU and DSA ports
> > + - x86/sme: Explicitly map new EFI memmap table as encrypted
> > + - platform/x86: amd-pmc: Fix s2idle failures on certain AMD laptops
> > + - nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done
> > + - selftests: netfilter: add a vrf+conntrack testcase
> > + - vrf: don't run conntrack on vrf with !dflt qdisc
> > + - bpf, x86: Fix "no previous prototype" warning
> > + - 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()
> > + - 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()
> > + - net: bcm4908: Handle dma_set_coherent_mask error codes
> > + - net: dsa: mv88e6xxx: error handling for serdes_power functions
> > + - net: dsa: felix: Fix memory leak in felix_setup_mmio_filtering
> > + - net/sched: fq_pie: prevent dismantle issue
> > + - net: mvpp2: fix XDP rx queues registering
> > + - KVM: x86: Don't WARN if userspace mucks with RCX during string
> I/O exit
> > + - KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse
> IPI req
> > + - KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB
> flush
> > + hypercall
> > + - timers: implement usleep_idle_range()
> > + - mm/damon/core: fix fake load reports due to uninterruptible sleeps
> > + - 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
> > + - ALSA: hda/realtek - Add headset Mic support for Lenovo ALC897
> platform
> > + - 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
> > + - perf intel-pt: Fix some PGE (packet generation enable/control
> flow packets)
> > + usage
> > + - perf intel-pt: Fix sync state when a PSB (synchronization) packet
> is found
> > + - perf intel-pt: Fix intel_pt_fup_event() assumptions about setting
> state type
> > + - perf intel-pt: Fix state setting when receiving overflow (OVF)
> packet
> > + - perf intel-pt: Fix next 'err' value, walking trace
> > + - perf intel-pt: Fix missing 'instruction' events with 'q' option
> > + - perf intel-pt: Fix error timestamp setting on the decoder error
> path
> > + - md: fix update super 1.0 on rdev size change
> > + - nfsd: fix use-after-free due to delegation race
> > + - nfsd: Fix nsfd startup race (again)
> > + - tracefs: Have new files inherit the ownership of their parent
> > + - selftests: KVM: avoid failures due to reserved HyperTransport
> region
> > + - hwmon: (pwm-fan) Ensure the fan going on in .probe()
> > + - mmc: renesas_sdhi: initialize variable properly when tuning
> > + - clk: qcom: regmap-mux: fix parent clock lookup
> > + - 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
> > + - 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
> > + - ASoC: qdsp6: q6routing: Fix return value from
> msm_routing_put_audio_mixer
> > + - ASoC: codecs: wsa881x: fix return values from kcontrol put
> > + - ASoC: codecs: wcd934x: handle channel mappping list correctly
> > + - ASoC: codecs: wcd934x: return correct value from mixer put
> > + - RDMA/hns: Do not halt commands during reset until later
> > + - RDMA/hns: Do not destroy QP resources in the hw resetting phase
> > + - hwmon: (dell-smm) Fix warning on /proc/i8k creation error
> > + - clk: imx: use module_platform_driver
> > + - 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
> > + - mtd: rawnand: fsmc: Take instruction delay into account
> > + - mtd: rawnand: fsmc: Fix timing computation
> > + - bpf, sockmap: Re-evaluate proto ops when psock is removed from
> sockmap
> > + - i40e: Fix NULL pointer dereference in i40e_dbg_dump_desc
> > + - Revert "PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on
> emulated bridge"
> > + - drm/amd/display: Fix DPIA outbox timeout after S3/S4/reset
> > + - perf tools: Fix SMT detection fast read path
> > + - Documentation/locking/locktypes: Update migrate_disable() bits.
> > + - dt-bindings: net: Reintroduce PHY no lane swap binding
> > + - tools build: Remove needless libpython-version feature check that
> breaks
> > + test-all fast path
> > + - net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zero
> > + - net: altera: set a couple error code in probe()
> > + - 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()
> > + - selftests/fib_tests: Rework fib_rp_filter_test()
> > + - USB: gadget: detect too-big endpoint 0 requests
> > + - USB: gadget: zero allocate endpoint 0 buffers
> > + - Revert "usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by
> default"
> > + - usb: core: config: fix validation of wMaxPacketValue entries
> > + - usb: core: config: using bit mask instead of individual bits
> > + - xhci: avoid race between disable slot command and host runtime
> suspend
> > + - iio: gyro: adxrs290: fix data signedness
> > + - iio: trigger: Fix reference counting
> > + - iio: trigger: stm32-timer: fix MODULE_ALIAS
> > + - 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: dln2-adc: Fix lockdep complaint
> > + - iio: dln2: Check return value of devm_iio_trigger_register()
> > + - iio: at91-sama5d2: Fix incorrect sign extension
> > + - iio: adc: stm32: fix a current leak by resetting pcsel before
> disabling vdda
> > + - 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
> > + - 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
> > + - csky: fix typo of fpu config macro
> > + - irqchip/aspeed-scu: Replace update_bits with write_bits.
> > + - irqchip/armada-370-xp: Fix return value of
> armada_370_xp_msi_alloc()
> > + - irqchip/armada-370-xp: Fix support for Multi-MSI interrupts
> > + - aio: Fix incorrect usage of eventfd_signal_allowed()
> > + - irqchip/irq-gic-v3-its.c: Force synchronisation when issuing
> INVALL
> > + - irqchip: nvic: Fix offset for Interrupt Priority Offsets
> > + - misc: fastrpc: fix improper packet size calculation
> > + - clocksource/drivers/dw_apb_timer_of: Fix probe failure
> > + - bpf: Add selftests to cover packet access corner cases
> > + - Linux 5.15.8
> > +
> > + * Can't read/write SD card after running CPU offline test in 5.11.0
> and 5.13.0
> > + (LP: #1951784) // Jammy update: v5.15.8 upstream stable release
> > + (LP: #1954931)
> > + - misc: rtsx: Avoid mangling IRQ during runtime PM
> > +
> > + * Enable Landlock by default (LP: #1953192)
> > + - [Config] Enable Landlock by default
> > +
> > + * Add s0i3 RTC wake up for AMD systems (LP: #1950013)
> > + - platform/x86: amd-pmc: Export Idlemask values based on the APU
> > + - platform/x86: amd-pmc: adjust arguments for `amd_pmc_send_cmd`
> > + - platform/x86: amd-pmc: Add special handling for timer based S0i3
> wakeup
> > +
> > + * Fix runtime power management on USB controller with
> XHCI_RESET_ON_RESUME
> > + flag (LP: #1954369)
> > + - SAUCE: xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI
> from runtime
> > + suspending
> > +
> > + * Fix System hangs on black screen when reboot (LP: #1949321)
> > + - drm/i915/hdmi: convert intel_hdmi_to_dev to intel_hdmi_to_i915
> > + - drm/i915: Don't request GMBUS to generate irqs when called while
> irqs are
> > + off
> > + - drm/i915/hdmi: Turn DP++ TMDS output buffers back on in
> encoder->shutdown()
> > +
> > + * require CAP_NET_ADMIN to attach N_HCI ldisc (LP: #1949516)
> > + - Bluetooth: hci_ldisc: require CAP_NET_ADMIN to attach N_HCI ldisc
> > +
> > + * mt7921e: Failed to start WM firmware (LP: #1954300)
> > + - SAUCE: Bluetooth: btusb: Handle download_firmware failure cases
> > + - SAUCE: Bluetooth: btusb: Return error code when getting patch
> status failed
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] Add list of built-in modules to the ABI
> > + - [Packaging] abi-check: Process modules.builtin
> > + - SAUCE: allow to use __wake_up_pollfree() from GPL modules
> > + - [Packaging] enforce xz compression for debs
> > + - [Config] update config after v5.15.12
> > + - [Packaging] temporarily disable signed v4l2loopback
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Tue, 04 Jan 2022
> 11:22:10 +0100
> > +
> > +linux (5.15.0-14.14) jammy; urgency=medium
> > +
> > + * jammy/linux: 5.15.0-14.14 -proposed tracker (LP: #1954627)
> > +
> > + * Jammy update: v5.15.7 upstream stable release (LP: #1953731)
> > + - 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
> > + - drm/sun4i: fix unmet dependency on RESET_CONTROLLER for
> PHY_SUN6I_MIPI_DPHY
> > + - 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
> > + - atlantic: Fix OOB read and write in hw_atl_utils_fw_rpc_wait
> > + - net: return correct error code
> > + - pinctrl: qcom: fix unmet dependencies on GPIOLIB for
> GPIOLIB_IRQCHIP
> > + - platform/x86: dell-wmi-descriptor: disable by default
> > + - platform/x86: thinkpad_acpi: Add support for dual fan control
> > + - platform/x86: thinkpad_acpi: Fix WWAN device disabled issue after
> S3 deep
> > + - s390/setup: avoid using memblock_enforce_memory_limit
> > + - 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
> > + - 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
> > + - ata: ahci: Add Green Sardine vendor ID as board_ahci_mobile
> > + - ata: libahci: Adjust behavior when StorageD3Enable _DSD is set
> > + - 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
> > + - net: tulip: de4x5: fix the problem that the array 'lp->phy[8]'
> may be out of
> > + bound
> > + - 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
> > + - 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
> > + - ALSA: hda/cs8409: Set PMSG_ON earlier inside cs8409 driver
> > + - 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
> > + - dma-buf: system_heap: Use 'for_each_sgtable_sg' in pages free flow
> > + - s390/pci: move pseudo-MMIO to prevent MIO overlap
> > + - fget: check that the fd still exists after getting a ref to it
> > + - sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fsl
> > + - sata_fsl: fix warning in remove_proc_entry when rmmod sata_fsl
> > + - 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
> > + - drm/i915/dp: Perform 30ms delay after source OUI write
> > + - KVM: fix avic_set_running for preemptable kernels
> > + - KVM: Disallow user memslot with size that exceeds "unsigned long"
> > + - KVM: x86/mmu: Fix TLB flush range when handling disconnected pt
> > + - KVM: Ensure local memslot copies operate on up-to-date
> arch-specific data
> > + - KVM: x86: ignore APICv if LAPIC is not enabled
> > + - KVM: nVMX: Emulate guest TLB flush on nested VM-Enter with new
> vpid12
> > + - KVM: nVMX: Flush current VPID (L1 vs. L2) for
> KVM_REQ_TLB_FLUSH_GUEST
> > + - KVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request on nested
> vmentry/vmexit
> > + - KVM: VMX: prepare sync_pir_to_irr for running with APICv disabled
> > + - KVM: x86: Use a stable condition around all VT-d PI paths
> > + - KVM: MMU: shadow nested paging does not have PKU
> > + - KVM: arm64: Avoid setting the upper 32 bits of TCR_EL2 and
> CPTR_EL2 to 1
> > + - KVM: X86: Use vcpu->arch.walk_mmu for kvm_mmu_invlpg()
> > + - KVM: x86: check PIR even for vCPUs with disabled APICv
> > + - tracing/histograms: String compares should not care about signed
> values
> > + - net: dsa: mv88e6xxx: Fix application of erratum 4.8 for 88E6393X
> > + - net: dsa: mv88e6xxx: Drop unnecessary check in
> > + mv88e6393x_serdes_erratum_4_6()
> > + - net: dsa: mv88e6xxx: Save power by disabling SerDes trasmitter
> and receiver
> > + - net: dsa: mv88e6xxx: Add fix for erratum 5.2 of 88E6393X family
> > + - net: dsa: mv88e6xxx: Fix inband AN for 2500base-x on 88E6393X
> family
> > + - net: dsa: mv88e6xxx: Link in pcs_get_state() if AN is bypassed
> > + - wireguard: selftests: increase default dmesg log size
> > + - wireguard: allowedips: add missing __rcu annotation to satisfy
> sparse
> > + - wireguard: selftests: actually test for routing loops
> > + - wireguard: selftests: rename DEBUG_PI_LIST to DEBUG_PLIST
> > + - 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()
> > + - i2c: stm32f7: flush TX FIFO upon transfer errors
> > + - i2c: stm32f7: recover the bus on access timeout
> > + - i2c: stm32f7: stop dma transfer in case of NACK
> > + - i2c: cbus-gpio: set atomic transfer callback
> > + - natsemi: xtensa: fix section mismatch warnings
> > + - 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()
> > + - selftests: net: Correct case name
> > + - net: dsa: b53: Add SPI ID table
> > + - mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_mode
> > + - ASoC: tegra: Fix wrong value type in ADMAIF
> > + - ASoC: tegra: Fix wrong value type in I2S
> > + - ASoC: tegra: Fix wrong value type in DMIC
> > + - ASoC: tegra: Fix wrong value type in DSPK
> > + - ASoC: tegra: Fix kcontrol put callback in ADMAIF
> > + - ASoC: tegra: Fix kcontrol put callback in I2S
> > + - ASoC: tegra: Fix kcontrol put callback in DMIC
> > + - ASoC: tegra: Fix kcontrol put callback in DSPK
> > + - 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()
> > + - 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
> > + - net: marvell: mvpp2: Fix the computation of shared CPUs
> > + - dpaa2-eth: destroy workqueue at the end of remove function
> > + - octeontx2-af: Fix a memleak bug in rvu_mbox_init()
> > + - 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
> > + - drm/msm/a6xx: Allocate enough space for GMU registers
> > + - drm/msm: Do hw_init() before capturing GPU state
> > + - drm/vc4: kms: Wait for the commit before increasing our clock rate
> > + - drm/vc4: kms: Fix return code check
> > + - drm/vc4: kms: Add missing drm_crtc_commit_put
> > + - drm/vc4: kms: Clear the HVS FIFO commit pointer once done
> > + - drm/vc4: kms: Don't duplicate pending commit
> > + - 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.
> > + - Remove Half duplex mode speed capabilities.
> > + - atlantic: Fix statistics logic for production hardware
> > + - atlantic: Remove warn trace message.
> > + - KVM: x86/mmu: Skip tlb flush if it has been done in
> zap_gfn_range()
> > + - KVM: x86/mmu: Pass parameter flush as false in
> > + kvm_tdp_mmu_zap_collapsible_sptes()
> > + - drm/msm/devfreq: Fix OPP refcnt leak
> > + - drm/msm: Fix mmap to include VM_IO and VM_DONTDUMP
> > + - drm/msm: Fix wait_fence submitqueue leak
> > + - drm/msm: Restore error return on invalid fence
> > + - ASoC: rk817: Add module alias for rk817-codec
> > + - iwlwifi: Fix memory leaks in error handling path
> > + - KVM: X86: Fix when shadow_root_level=5 && guest root_level<4
> > + - 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
> > + - KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register
> > + - KVM: VMX: Set failure code in prepare_vmcs02()
> > + - mctp: Don't let RTM_DELROUTE delete local routes
> > + - Revert "drm/i915: Implement Wa_1508744258"
> > + - 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
> > + - KVM: SEV: Return appropriate error codes if SEV-ES scratch setup
> fails
> > + - KVM: x86/mmu: Rename slot_handle_leaf to slot_handle_level_4k
> > + - 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
> > + - serial: 8250_bcm7271: UART errors after resuming from S2
> > + - parisc: Fix KBUILD_IMAGE for self-extracting kernel
> > + - parisc: Fix "make install" on newer debian releases
> > + - parisc: 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
> > + - usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnect
> > + - usb: cdns3: gadget: fix new urb never complete if ep cancel
> previous
> > + requests
> > + - usb: cdnsp: Fix a NULL pointer dereference in
> cdnsp_endpoint_init()
> > + - x86/tsc: Add a timer to make sure TSC_adjust is always checked
> > + - x86/tsc: Disable clocksource watchdog for TSC on qualified
> platorms
> > + - x86/64/mm: Map all kernel memory into trampoline_pgd
> > + - tty: serial: msm_serial: Deactivate RX DMA for polling support
> > + - serial: pl011: Add ACPI SBSA UART match id
> > + - 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
> > + - serial: liteuart: Fix NULL pointer dereference in ->remove()
> > + - serial: liteuart: fix use-after-free and memleak on unbind
> > + - serial: liteuart: fix minor-number leak on probe errors
> > + - ipmi: msghandler: Make symbol 'remove_work_wq' static
> > + - Linux 5.15.7
> > +
> > + * Updates to ib_peer_memory requested by Nvidia (LP: #1947206)
> > + - SAUCE: RDMA/core: Updated ib_peer_memory
> > + - SAUCE: RDMA/core: ib_peer_memory fix build errors
> > +
> > + * Jammy update: v5.15.6 upstream stable release (LP: #1953370)
> > + - scsi: sd: Fix sd_do_mode_sense() buffer length handling
> > + - 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
> > + - usb: dwc2: gadget: Fix ISOC flow for elapsed frames
> > + - usb: dwc2: hcd_queue: Fix use of floating point literal
> > + - usb: dwc3: leave default DMA for PCI devices
> > + - usb: dwc3: core: Revise GHWPARAMS9 offset
> > + - usb: dwc3: gadget: Ignore NoStream after End Transfer
> > + - usb: dwc3: gadget: Check for L1/L2/U3 for Start Transfer
> > + - 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
> > + - usb: chipidea: ci_hdrc_imx: fix potential error pointer
> dereference in probe
> > + - usb: typec: fusb302: Fix masking of comparator and bc_lvl
> interrupts
> > + - 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
> > + - ALSA: hda/realtek: Add quirk for ASRock NUC Box 1100
> > + - ALSA: hda/realtek: Fix LED on HP ProBook 435 G7
> > + - media: cec: copy sequence field for the reply
> > + - Revert "parisc: Fix backtrace to always include init funtion
> names"
> > + - HID: wacom: Use "Confidence" flag to prevent reporting invalid
> contacts
> > + - staging/fbtft: Fix backlight
> > + - staging: greybus: Add missing rwsem around snd_ctl_remove() calls
> > + - 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()
> > + - fuse: release pipe buf after last use
> > + - 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
> > + - drm/nouveau: recognise GA106
> > + - ksmbd: downgrade addition info error msg to debug in
> smb2_get_info_sec()
> > + - ksmbd: contain default data stream even if xattr is empty
> > + - ksmbd: fix memleak in get_file_stream_info()
> > + - 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
> > + - mmc: sdhci-esdhc-imx: disable CMDQ support
> > + - mmc: sdhci: Fix ADMA for PAGE_SIZE >= 64KiB
> > + - mdio: aspeed: Fix "Link is Down" issue
> > + - arm64: mm: Fix VM_BUG_ON(mm != &init_mm) for trans_pgd
> > + - cpufreq: intel_pstate: Fix active mode offline/online EPP handling
> > + - powerpc/32: Fix hardlockup on vmap stack overflow
> > + - iomap: Fix inline extent handling in iomap_readpage
> > + - NFSv42: Fix pagecache invalidation after COPY/CLONE
> > + - PCI: aardvark: Deduplicate code in advk_pcie_rd_conf()
> > + - PCI: aardvark: Implement re-issuing config requests on CRS
> response
> > + - PCI: aardvark: Simplify initialization of rootcap on virtual
> bridge
> > + - 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()
> > + - 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
> > + - firmware: arm_scmi: Fix null de-reference on error path
> > + - ARM: dts: BCM5301X: Fix I2C controller interrupt
> > + - ARM: dts: BCM5301X: Add interrupt properties to GPIO node
> > + - ARM: dts: bcm2711: Fix PCIe interrupts
> > + - ASoC: qdsp6: q6routing: Conditionally reset FrontEnd Mixer
> > + - ASoC: qdsp6: q6asm: fix q6asm_dai_prepare error handling
> > + - ASoC: topology: Add missing rwsem around snd_ctl_remove() calls
> > + - ASoC: codecs: wcd938x: fix volatile register range
> > + - ASoC: codecs: wcd934x: return error code correctly from hw_params
> > + - ASoC: codecs: lpass-rx-macro: fix HPHR setting CLSH mask
> > + - net: ieee802154: handle iftypes as u32
> > + - firmware: arm_scmi: Fix base agent discover response
> > + - firmware: arm_scmi: pm: Propagate return value to caller
> > + - ASoC: stm32: i2s: fix 32 bits channel length without mclk
> > + - NFSv42: Don't fail clone() unless the OP_CLONE operation failed
> > + - ARM: 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
> > + - drm/vc4: fix error code in vc4_create_object()
> > + - drm/aspeed: Fix vga_pw sysfs output
> > + - net: marvell: prestera: fix brige port operation
> > + - net: marvell: prestera: fix double free issue on err path
> > + - 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/pvh: add prototype for xen_pvh_init()
> > + - xen/pvh: add missing prototype to header
> > + - 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
> > + - 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
> > + - mlxsw: spectrum: Protect driver from buggy firmware
> > + - net: ipa: directly disable ipa-setup-ready interrupt
> > + - net: ipa: separate disabling setup from modem stop
> > + - net: ipa: kill ipa_cmd_pipeline_clear()
> > + - net: marvell: mvpp2: increase MTU limit when XDP enabled
> > + - cpufreq: intel_pstate: Add Ice Lake server to out-of-band IDs
> > + - nvmet-tcp: fix incomplete data digest send
> > + - drm/hyperv: Fix device removal on Gen1 VMs
> > + - arm64: uaccess: avoid blocking within critical sections
> > + - 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: loongson64: fix FTLB configuration
> > + - MIPS: use 3-level pgtable for 64KB page size on MIPS_VA_BITS_48
> > + - 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
> > + - net: hns3: fix VF RSS failed problem after PF enable multi-TCs
> > + - net: hns3: fix incorrect components info of ethtool --reset
> command
> > + - net: mscc: ocelot: don't downgrade timestamping RX filters in
> SIOCSHWTSTAMP
> > + - net: mscc: ocelot: correctly report the timestamping RX filters
> in ethtool
> > + - 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()
> > + - iommu/rockchip: Fix PAGE_DESC_HI_MASKs for RK3568
> > + - iommu/vt-d: Fix unmap_pages support
> > + - f2fs: quota: fix potential deadlock
> > + - f2fs: set SBI_NEED_FSCK flag when inconsistent node block found
> > + - riscv: dts: microchip: fix board compatible
> > + - riscv: dts: microchip: drop duplicated MMC/SDHC node
> > + - cifs: nosharesock should not share socket with future sessions
> > + - ceph: properly handle statfs on multifs setups
> > + - iommu/amd: Clarify AMD IOMMUv2 initialization messages
> > + - vdpa_sim: avoid putting an uninitialized iova_domain
> > + - vhost/vsock: fix incorrect used length reported to the guest
> > + - ksmbd: Fix an error handling path in 'smb2_sess_setup()'
> > + - 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
> > + - firmware: arm_scmi: Fix type error assignment in voltage protocol
> > + - firmware: arm_scmi: Fix type error in sensor protocol
> > + - docs: accounting: update delay-accounting.rst reference
> > + - 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+
> > + - Linux 5.15.6
> > +
> > + * Fix bogus HDMI audio interface (LP: #1953208)
> > + - ALSA: hda/hdmi: Consider ELD is invalid when no SAD is present
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] re-enabled UBSAN without TRAP
> > + - SAUCE: ipv6: fix NULL pointer dereference in ip6_output()
> > + - SAUCE: RDMA/core: Introduce peer memory interface
> > + - [Config] toolchain version update
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: [Config] Temporarily disable signing for ppc64el
> and s390x"
> > + - Revert "UBUNTU: SAUCE: vt -- maintain bootloader screen mode and
> content
> > + until vt switch"
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 13 Dec 2021
> 12:13:17 +0100
> > +
> > +linux (5.15.0-13.13) jammy; urgency=medium
> > +
> > + * jammy/linux: 5.15.0-13.13 -proposed tracker (LP: #1952583)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] resync update-dkms-versions helper
> > + - debian/dkms-versions -- update from kernel-versions (main/master)
> > +
> > + * Jammy update: v5.15.5 upstream stable release (LP: #1952579)
> > + - arm64: zynqmp: Do not duplicate flash partition label property
> > + - arm64: zynqmp: Fix serial compatible string
> > + - clk: sunxi-ng: Unregister clocks/resets when unbinding
> > + - ARM: dts: sunxi: Fix OPPs node name
> > + - arm64: dts: allwinner: h5: Fix GPU thermal zone node name
> > + - arm64: dts: allwinner: a100: Fix thermal zone node name
> > + - staging: wfx: ensure IRQ is ready before enabling it
> > + - ARM: dts: BCM5301X: Fix nodes names
> > + - ARM: dts: BCM5301X: Fix MDIO mux binding
> > + - ARM: dts: NSP: Fix mpcore, mmc node names
> > + - arm64: dts: broadcom: bcm4908: Move reboot syscon out of bus
> > + - scsi: pm80xx: Fix memory leak during rmmod
> > + - scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()
> > + - ASoC: mediatek: mt8195: Add missing of_node_put()
> > + - arm64: dts: rockchip: Disable CDN DP on Pinebook Pro
> > + - arm64: dts: hisilicon: fix arm,sp805 compatible string
> > + - RDMA/bnxt_re: Check if the vlan is valid before reporting
> > + - bus: ti-sysc: Add quirk handling for reinit on context lost
> > + - bus: ti-sysc: Use context lost quirk for otg
> > + - usb: musb: tusb6010: check return value after calling
> > + platform_get_resource()
> > + - usb: typec: tipd: Remove WARN_ON in tps6598x_block_read
> > + - ARM: dts: ux500: Skomer regulator fixes
> > + - staging: rtl8723bs: remove possible deadlock when disconnect (v2)
> > + - staging: rtl8723bs: remove a second possible deadlock
> > + - staging: rtl8723bs: remove a third possible deadlock
> > + - ARM: BCM53016: Specify switch ports for Meraki MR32
> > + - arm64: dts: qcom: msm8998: Fix CPU/L2 idle state latency and
> residency
> > + - arm64: dts: qcom: ipq6018: Fix qcom,controlled-remotely property
> > + - arm64: dts: qcom: ipq8074: Fix qcom,controlled-remotely property
> > + - arm64: dts: qcom: sdm845: Fix qcom,controlled-remotely property
> > + - arm64: dts: freescale: fix arm,sp805 compatible string
> > + - arm64: dts: ls1012a: Add serial alias for ls1012a-rdb
> > + - RDMA/rxe: Separate HW and SW l/rkeys
> > + - 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
> > + - clk: imx: imx6ul: Move csi_sel mux to correct base register
> > + - ASoC: es8316: Use IRQF_NO_AUTOEN when requesting the IRQ
> > + - ASoC: rt5651: Use IRQF_NO_AUTOEN when requesting the IRQ
> > + - 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
> > + - ASoC: Intel: soc-acpi: add missing quirk for TGL SDCA single amp
> > + - 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
> > + - ARM: dts: omap: fix gpmc,mux-add-data type
> > + - usb: host: ohci-tmio: check return value after calling
> > + platform_get_resource()
> > + - ASoC: rt5682: fix a little pop while playback
> > + - ARM: dts: ls1021a: move thermal-zones node out of soc/
> > + - ARM: dts: ls1021a-tsn: use generic "jedec,spi-nor" compatible for
> flash
> > + - ALSA: ISA: not for M68K
> > + - iommu/vt-d: Do not falsely log intel_iommu is unsupported kernel
> option
> > + - tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc
> > + - MIPS: sni: Fix the build
> > + - 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
> > + - memory: tegra20-emc: Add runtime dependency on devfreq governor
> module
> > + - powerpc/5200: dts: fix memory node unit name
> > + - ARM: dts: qcom: fix memory and mdio nodes naming for RB3011
> > + - arm64: dts: qcom: Fix node name of rpm-msg-ram device nodes
> > + - ALSA: gus: fix null pointer dereference on pointer block
> > + - ALSA: usb-audio: fix null pointer dereference on pointer cs_desc
> > + - clk: at91: sama7g5: remove prescaler part of master clock
> > + - iommu/dart: Initialize DART_STREAMS_ENABLE
> > + - powerpc/dcr: Use cmplwi instead of 3-argument cmpli
> > + - powerpc/8xx: Fix Oops with STRICT_KERNEL_RWX without
> DEBUG_RODATA_TEST
> > + - sh: check return code of request_irq
> > + - maple: fix wrong return value of maple_bus_init().
> > + - f2fs: fix up f2fs_lookup tracepoints
> > + - f2fs: fix to use WHINT_MODE
> > + - f2fs: fix wrong condition to trigger background checkpoint
> correctly
> > + - sh: fix kconfig unmet dependency warning for FRAME_POINTER
> > + - sh: math-emu: drop unused functions
> > + - sh: define __BIG_ENDIAN for math-emu
> > + - f2fs: compress: disallow disabling compress on non-empty
> compressed file
> > + - f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()
> > + - clk: ingenic: Fix bugs with divided dividers
> > + - clk/ast2600: Fix soc revision for AHB
> > + - clk: qcom: gcc-msm8996: Drop (again) gcc_aggre1_pnoc_ahb_clk
> > + - KVM: arm64: Fix host stage-2 finalization
> > + - mips: BCM63XX: ensure that CPU_SUPPORTS_32BIT_KERNEL is set
> > + - MIPS: boot/compressed/: add __bswapdi2() to target for ZSTD
> decompression
> > + - sched/core: Mitigate race
> cpus_share_cache()/update_top_cache_domain()
> > + - sched/fair: Prevent dead task groups from regaining cfs_rq's
> > + - perf/x86/vlbr: Add c->flags to vlbr event constraints
> > + - blkcg: Remove extra blkcg_bio_issue_init
> > + - tracing/histogram: Do not copy the fixed-size char array field
> over the
> > + field size
> > + - perf bpf: Avoid memory leak from perf_env__insert_btf()
> > + - perf bench futex: Fix memory leak of perf_cpu_map__new()
> > + - perf tests: Remove bash construct from record+zstd_comp_decomp.sh
> > + - drm/nouveau: hdmigv100.c: fix corrupted HDMI Vendor InfoFrame
> > + - bpf: Fix inner map state pruning regression.
> > + - samples/bpf: Fix summary per-sec stats in xdp_sample_user
> > + - samples/bpf: Fix incorrect use of strlen in xdp_redirect_cpu
> > + - selftests: net: switch to socat in the GSO GRE test
> > + - net/ipa: ipa_resource: Fix wrong for loop range
> > + - 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: ipa: HOLB register sometimes must be written twice
> > + - net: ipa: disable HOLB drop when updating timer
> > + - selftests: gpio: fix gpio compiling error
> > + - 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
> > + - MIPS: generic/yamon-dt: fix uninitialized variable error
> > + - mips: bcm63xx: add support for clk_get_parent()
> > + - mips: lantiq: add support for clk_get_parent()
> > + - gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errors
> > + - platform/x86: hp_accel: Fix an error handling path in
> 'lis3lv02d_probe()'
> > + - platform/x86: think-lmi: Abort probe on analyze failure
> > + - 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: kTLS, Fix crash in RX resync flow
> > + - 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
> > + - net: mvmdio: fix compilation warning
> > + - net: sched: act_mirred: drop dst for the direction from egress to
> ingress
> > + - 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
> > + - NFC: reorganize the functions in nci_request
> > + - NFC: reorder the logic in nfc_{un,}register_device
> > + - NFC: add NCI_UNREG flag to eliminate the race
> > + - e100: fix device suspend/resume
> > + - ptp: ocp: Fix a couple NULL vs IS_ERR() checks
> > + - tools build: Fix removal of feature-sync-compare-and-swap feature
> detection
> > + - riscv: fix building external modules
> > + - KVM: PPC: Book3S HV: Use GLOBAL_TOC for kvmppc_h_set_dabr/xdabr()
> > + - powerpc: clean vdso32 and vdso64 directories
> > + - powerpc/pseries: rename numa_dist_table to form2_distances
> > + - powerpc/pseries: Fix numa FORM2 parsing fallback code
> > + - pinctrl: qcom: sdm845: Enable dual edge errata
> > + - pinctrl: qcom: sm8350: Correct UFS and SDC offsets
> > + - perf/x86/intel/uncore: Fix filter_tid mask for CHA events on
> Skylake Server
> > + - perf/x86/intel/uncore: Fix IIO event constraints for Skylake
> Server
> > + - perf/x86/intel/uncore: Fix IIO event constraints for Snowridge
> > + - s390/kexec: fix return code handling
> > + - blk-cgroup: fix missing put device in error path from
> blkg_conf_pref()
> > + - dmaengine: remove debugfs #ifdef
> > + - tun: fix bonding active backup with arp monitoring
> > + - Revert "mark pstore-blk as broken"
> > + - pstore/blk: Use "%lu" to format unsigned long
> > + - hexagon: export raw I/O routines for modules
> > + - hexagon: clean up timer-regs.h
> > + - 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
> > + - mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag
> > + - hugetlb, userfaultfd: fix reservation restore on userfaultfd error
> > + - kmap_local: don't assume kmap PTEs are linear arrays in memory
> > + - mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer
> allocation
> > + - mm/damon/dbgfs: fix missed use of damon_dbgfs_lock
> > + - x86/boot: Pull up cmdline preparation and early param parsing
> > + - x86/sgx: Fix free page accounting
> > + - x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V
> setup fails
> > + - KVM: x86: Assume a 64-bit hypercall for guests with protected
> state
> > + - KVM: x86: Fix uninitialized eoi_exit_bitmap usage in
> vcpu_load_eoi_exitmap()
> > + - KVM: x86/mmu: include EFER.LMA in extended mmu role
> > + - KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFO
> > + - powerpc/signal32: Fix sigset_t copy
> > + - powerpc/xive: Change IRQ domain to a tree domain
> > + - powerpc/8xx: Fix pinned TLBs with CONFIG_STRICT_KERNEL_RWX
> > + - Revert "drm/i915/tgl/dsi: Gate the ddi clocks after pll mapping"
> > + - Revert "parisc: Reduce sigreturn trampoline to 3 instructions"
> > + - 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()
> > + - pinctrl: ralink: include 'ralink_regs.h' in 'pinctrl-mt7620.c'
> > + - s390/setup: avoid reserving memory above identity mapping
> > + - s390/boot: simplify and fix kernel memory layout setup
> > + - s390/vdso: filter out -mstack-guard and -mstack-size
> > + - s390/kexec: fix memory leak of ipl report buffer
> > + - s390/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
> > + - KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created
> vCPUs
> > + - 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
> > + - net: stmmac: socfpga: add runtime suspend/resume callback for
> stratix10
> > + platform
> > + - 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
> > + - parisc/sticon: fix reverse colors
> > + - cfg80211: call cfg80211_stop_ap when switch from P2P_GO type
> > + - mac80211: fix radiotap header generation
> > + - 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
> > + - drm/i915/guc: Fix outstanding G2H accounting
> > + - drm/i915/guc: Don't enable scheduling on a banned context, guc_id
> invalid,
> > + not registered
> > + - drm/i915/guc: Workaround reset G2H is received after schedule
> done G2H
> > + - drm/i915/guc: Don't drop ce->guc_active.lock when unwinding
> context
> > + - 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
> > + - drm/nouveau: use drm_dev_unplug() during device removal
> > + - drm/nouveau: clean up all clients on device removal
> > + - drm/i915/dp: Ensure sink rate values are always valid
> > + - drm/i915/dp: Ensure max link params are always valid
> > + - 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
> > + - signal/powerpc: On swapcontext failure force SIGSEGV
> > + - signal/s390: Use force_sigsegv in default_trap_handler
> > + - signal/sparc32: Exit with a fatal signal when
> try_to_clear_window_buffer
> > + fails
> > + - signal/sparc32: In setup_rt_frame and setup_fram use
> force_fatal_sig
> > + - signal/vm86_32: Properly send SIGSEGV when the vm86 state cannot
> be saved.
> > + - 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
> > + - 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
> > + - ASoC: rsnd: fixup DMAEngine API
> > + - usb: max-3421: Use driver data instead of maintaining a list of
> bound
> > + devices
> > + - 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/Kconfig: Fix an unused variable error in dell-smm-hwmon
> > + - ALSA: hda: hdac_ext_stream: fix potential locking issues
> > + - ALSA: hda: hdac_stream: fix potential locking issue in
> > + snd_hdac_stream_assign()
> > + - Linux 5.15.5
> > +
> > + * Fix non-working e1000e device after resume (LP: #1951861)
> > + - SAUCE: Revert "e1000e: Additional PHY power saving in S0ix"
> > + - SAUCE: Revert "e1000e: Add polling mechanism to indicate CSME DPG
> exit"
> > + - SAUCE: Revert "e1000e: Add handshake with the CSME to support
> S0ix"
> > +
> > + * [SRU][I/OEM-5.13/OEM-5.14] Add MAC passthrough support for more
> Lenovo docks
> > + (LP: #1951767)
> > + - net: usb: r8152: Add MAC passthrough support for more Lenovo Docks
> > +
> > + * [amdgpu] USB4 support for DP tunneling (LP: #1951868)
> > + - drm/amd/display: Support for DMUB HPD interrupt handling
> > + - drm/amd/display: Update link encoder object creation.
> > + - drm/amd/display: USB4 DPIA enumeration and AUX Tunneling
> > + - drm/amd/display: Support for DMUB HPD and HPD RX interrupt
> handling
> > + - drm/amd/display: Set DPIA link endpoint type
> > + - drm/amd/display: Stub out DPIA link training call
> > + - drm/amd/display: Add stub to get DPIA tunneling device data
> > + - drm/amd/display: Skip DPCD read for DPTX-to-DPIA hop
> > + - drm/amd/display: Train DPIA links with fallback
> > + - drm/amd/display: Implement DPIA training loop
> > + - drm/amd/display: Implement DPIA link configuration
> > + - drm/amd/display: Implement DPIA clock recovery phase
> > + - drm/amd/display: Implement DPIA equalisation phase
> > + - drm/amd/display: Implement end of training for hop in DPIA
> display path
> > + - drm/amd/display: Support for SET_CONFIG processing with DMUB
> > + - drm/amd/display: isolate link training setting override to its
> own function
> > + - drm/amd/display: Read USB4 DP tunneling data from DPCD.
> > + - drm/amd/display: Add dpia debug options
> > + - drm/amd/display: Support for SET_CONFIG processing with DMUB
> > + - drm/amd/display: Add DPCD writes at key points
> > + - drm/amd/display: Fix DIG_HPD_SELECT for USB4 display endpoints.
> > + - drm/amd/display: Add helper for blanking all dp displays
> > + - drm/amd/display: Fix link training fallback logic
> > + - drm/amd/display: Add debug flags for USB4 DP link training.
> > + - drm/amd/display: Fix dynamic link encoder access.
> > + - drm/amd/display: Fix concurrent dynamic encoder assignment
> > + - drm/amd/display: Fix dynamic encoder reassignment
> > + - drm/amd/display: Fix for access for ddc pin and aux engine.
> > + - drm/amd/display: Deadlock/HPD Status/Crash Bug Fix
> > + - drm/amd/display: Fix USB4 Aux via DMUB terminate unexpectedly
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] Rewrite debian/scripts/module-check in Python
> > + - [Config] update config and annotations after applying v5.15.5
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 29 Nov 2021
> 09:25:37 +0100
> > +
> > +linux (5.15.0-12.12) jammy; urgency=medium
> > +
> > + * jammy/linux: 5.15.0-12.12 -proposed tracker (LP: #1951810)
> > +
> > + * Jammy update: v5.15.4 upstream stable release (LP: #1951820)
> > + - string: uninline memcpy_and_pad
> > + - Revert "drm: fb_helper: improve CONFIG_FB dependency"
> > + - Revert "drm: fb_helper: fix CONFIG_FB dependency"
> > + - 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
> > + - fortify: Explicitly disable Clang support
> > + - 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
> > + - parisc/entry: fix trace test in syscall exit path
> > + - 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"
> > + - Linux 5.15.4
> > +
> > + * Jammy update: v5.15.3 upstream stable release (LP: #1951822)
> > + - xhci: Fix USB 3.1 enumeration issues by increasing roothub
> power-on-good
> > + delay
> > + - usb: xhci: Enable runtime-pm by default on AMD Yellow Carp
> platform
> > + - Input: iforce - fix control-message timeout
> > + - Input: elantench - fix misreporting trackpoint coordinates
> > + - Input: i8042 - Add quirk for Fujitsu Lifebook T725
> > + - libata: fix read log timeout value
> > + - ocfs2: fix data corruption on truncate
> > + - scsi: scsi_ioctl: Validate command size
> > + - scsi: core: Avoid leaving shost->last_reset with stale value if
> EH does not
> > + run
> > + - scsi: core: Remove command size deduction from
> scsi_setup_scsi_cmnd()
> > + - scsi: lpfc: Don't release final kref on Fport node while ABTS
> outstanding
> > + - scsi: lpfc: Fix FCP I/O flush functionality for TMF routines
> > + - scsi: qla2xxx: Fix crash in NVMe abort path
> > + - scsi: qla2xxx: Fix kernel crash when accessing port_speed sysfs
> file
> > + - scsi: qla2xxx: Fix use after free in eh_abort path
> > + - ce/gf100: fix incorrect CE0 address calculation on some GPUs
> > + - char: xillybus: fix msg_ep UAF in xillyusb_probe()
> > + - mmc: mtk-sd: Add wait dma stop done flow
> > + - mmc: dw_mmc: Dont wait for DRTO on Write RSP error
> > + - exfat: fix incorrect loading of i_blocks for large files
> > + - io-wq: remove worker to owner tw dependency
> > + - parisc: Fix set_fixmap() on PA1.x CPUs
> > + - parisc: Fix ptrace check on syscall return
> > + - tpm: Check for integer overflow in tpm2_map_response_body()
> > + - firmware/psci: fix application of sizeof to pointer
> > + - crypto: s5p-sss - Add error handling in s5p_aes_probe()
> > + - media: rkvdec: Do not override sizeimage for output format
> > + - media: ite-cir: IR receiver stop working after receive overflow
> > + - media: rkvdec: Support dynamic resolution changes
> > + - media: ir-kbd-i2c: improve responsiveness of hauppauge zilog
> receivers
> > + - media: v4l2-ioctl: Fix check_ext_ctrls
> > + - ALSA: hda/realtek: Fix mic mute LED for the HP Spectre x360 14
> > + - ALSA: hda/realtek: Add a quirk for HP OMEN 15 mute LED
> > + - ALSA: hda/realtek: Add quirk for Clevo PC70HS
> > + - ALSA: hda/realtek: Headset fixup for Clevo NH77HJQ
> > + - ALSA: hda/realtek: Add a quirk for Acer Spin SP513-54N
> > + - ALSA: hda/realtek: Add quirk for ASUS UX550VE
> > + - ALSA: hda/realtek: Add quirk for HP EliteBook 840 G7 mute LED
> > + - ALSA: ua101: fix division by zero at probe
> > + - ALSA: 6fire: fix control and bulk message timeouts
> > + - ALSA: line6: fix control and interrupt message timeouts
> > + - ALSA: mixer: oss: Fix racy access to slots
> > + - ALSA: mixer: fix deadlock in snd_mixer_oss_set_volume
> > + - ALSA: usb-audio: Line6 HX-Stomp XL USB_ID for 48k-fixed quirk
> > + - ALSA: usb-audio: Add registration quirk for JBL Quantum 400
> > + - ALSA: hda: Free card instance properly at probe errors
> > + - ALSA: synth: missing check for possible NULL after the call to
> kstrdup
> > + - ALSA: pci: rme: Fix unaligned buffer addresses
> > + - ALSA: PCM: Fix NULL dereference at mmap checks
> > + - ALSA: timer: Fix use-after-free problem
> > + - ALSA: timer: Unconditionally unlink slave instances, too
> > + - Revert "ext4: enforce buffer head state assertion in
> ext4_da_map_blocks"
> > + - ext4: fix lazy initialization next schedule time computation in
> more
> > + granular unit
> > + - ext4: ensure enough credits in ext4_ext_shift_path_extents
> > + - ext4: refresh the ext4_ext_path struct after dropping i_data_sem.
> > + - fuse: fix page stealing
> > + - x86/sme: Use #define USE_EARLY_PGTABLE_L5 in
> mem_encrypt_identity.c
> > + - x86/cpu: Fix migration safety with X86_BUG_NULL_SEL
> > + - x86/irq: Ensure PI wakeup handler is unregistered before module
> unload
> > + - x86/iopl: Fake iopl(3) CLI/STI usage
> > + - btrfs: clear MISSING device status bit in btrfs_close_one_device
> > + - btrfs: fix lost error handling when replaying directory deletes
> > + - btrfs: call btrfs_check_rw_degradable only if there is a missing
> device
> > + - KVM: x86/mmu: Drop a redundant, broken remote TLB flush
> > + - KVM: VMX: Unregister posted interrupt wakeup handler on hardware
> unsetup
> > + - KVM: PPC: Tick accounting should defer vtime accounting 'til
> after IRQ
> > + handling
> > + - ia64: kprobes: Fix to pass correct trampoline address to the
> handler
> > + - selinux: fix race condition when computing ocontext SIDs
> > + - ipmi:watchdog: Set panic count to proper value on a panic
> > + - md/raid1: only allocate write behind bio for WriteMostly device
> > + - hwmon: (pmbus/lm25066) Add offset coefficients
> > + - regulator: s5m8767: do not use reset value as DVS voltage if GPIO
> DVS is
> > + disabled
> > + - regulator: dt-bindings: samsung,s5m8767: correct
> s5m8767,pmic-buck-default-
> > + dvs-idx property
> > + - EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/Haswell
> > + - mwifiex: fix division by zero in fw download path
> > + - ath6kl: fix division by zero in send path
> > + - ath6kl: fix control-message timeout
> > + - ath10k: fix control-message timeout
> > + - ath10k: fix division by zero in send path
> > + - PCI: Mark Atheros QCA6174 to avoid bus reset
> > + - rtl8187: fix control-message timeouts
> > + - evm: mark evm_fixmode as __ro_after_init
> > + - ifb: Depend on netfilter alternatively to tc
> > + - platform/surface: aggregator_registry: Add support for Surface
> Laptop Studio
> > + - mt76: mt7615: fix skb use-after-free on mac reset
> > + - HID: surface-hid: Use correct event registry for managing HID
> events
> > + - HID: surface-hid: Allow driver matching for target ID 1 devices
> > + - wcn36xx: Fix HT40 capability for 2Ghz band
> > + - wcn36xx: Fix tx_status mechanism
> > + - wcn36xx: Fix (QoS) null data frame bitrate/modulation
> > + - PM: sleep: Do not let "syscore" devices runtime-suspend during
> system
> > + transitions
> > + - mwifiex: Read a PCI register after writing the TX ring write
> pointer
> > + - mwifiex: Try waking the firmware until we get an interrupt
> > + - libata: fix checking of DMA state
> > + - dma-buf: fix and rework dma_buf_poll v7
> > + - wcn36xx: handle connection loss indication
> > + - rsi: fix occasional initialisation failure with BT coex
> > + - rsi: fix key enabled check causing unwanted encryption for vap_id
> > 0
> > + - rsi: fix rate mask set leading to P2P failure
> > + - rsi: Fix module dev_oper_mode parameter description
> > + - perf/x86/intel/uncore: Support extra IMC channel on Ice Lake
> server
> > + - perf/x86/intel/uncore: Fix invalid unit check
> > + - perf/x86/intel/uncore: Fix Intel ICX IIO event constraints
> > + - RDMA/qedr: Fix NULL deref for query_qp on the GSI QP
> > + - ASoC: tegra: Set default card name for Trimslice
> > + - ASoC: tegra: Restore AC97 support
> > + - signal: Remove the bogus sigkill_pending in ptrace_stop
> > + - memory: renesas-rpc-if: Correct QSPI data transfer in Manual mode
> > + - signal/mips: Update (_save|_restore)_fp_context to fail with
> -EFAULT
> > + - soc: samsung: exynos-pmu: Fix compilation when nothing selects
> > + CONFIG_MFD_CORE
> > + - soc: fsl: dpio: replace smp_processor_id with raw_smp_processor_id
> > + - soc: fsl: dpio: use the combined functions to protect critical
> zone
> > + - mtd: rawnand: socrates: Keep the driver compatible with on-die
> ECC engines
> > + - mctp: handle the struct sockaddr_mctp padding fields
> > + - power: supply: max17042_battery: Prevent int underflow in
> set_soc_threshold
> > + - power: supply: max17042_battery: use VFSOC for capacity when no
> rsns
> > + - iio: core: fix double free in iio_device_unregister_sysfs()
> > + - iio: core: check return value when calling dev_set_name()
> > + - KVM: arm64: Extract ESR_ELx.EC only
> > + - KVM: x86: Fix recording of guest steal time / preempted status
> > + - KVM: x86: Add helper to consolidate core logic of SET_CPUID{2}
> flows
> > + - KVM: nVMX: Query current VMCS when determining if MSR bitmaps are
> in use
> > + - KVM: nVMX: Handle dynamic MSR intercept toggling
> > + - can: peak_usb: always ask for BERR reporting for PCAN-USB devices
> > + - can: mcp251xfd: mcp251xfd_irq(): add missing
> > + can_rx_offload_threaded_irq_finish() in case of bus off
> > + - can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM
> transport
> > + - can: j1939: j1939_can_recv(): ignore messages with invalid source
> address
> > + - can: j1939: j1939_tp_cmd_recv(): check the dst address of
> TP.CM_BAM
> > + - iio: adc: tsc2046: fix scan interval warning
> > + - powerpc/85xx: Fix oops when mpc85xx_smp_guts_ids node cannot be
> found
> > + - io_uring: honour zeroes as io-wq worker limits
> > + - ring-buffer: Protect ring_buffer_reset() from reentrancy
> > + - serial: core: Fix initializing and restoring termios speed
> > + - ifb: fix building without CONFIG_NET_CLS_ACT
> > + - xen/balloon: add late_initcall_sync() for initial ballooning done
> > + - ovl: fix use after free in struct ovl_aio_req
> > + - ovl: fix filattr copy-up failure
> > + - PCI: pci-bridge-emul: Fix emulation of W1C bits
> > + - PCI: cadence: Add cdns_plat_pcie_probe() missing return
> > + - cxl/pci: Fix NULL vs ERR_PTR confusion
> > + - PCI: aardvark: Do not clear status bits of masked interrupts
> > + - PCI: aardvark: Fix checking for link up via LTSSM state
> > + - PCI: aardvark: Do not unmask unused interrupts
> > + - PCI: aardvark: Fix reporting Data Link Layer Link Active
> > + - PCI: aardvark: Fix configuring Reference clock
> > + - PCI: aardvark: Fix return value of MSI domain .alloc() method
> > + - PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REG
> > + - PCI: aardvark: Fix support for bus mastering and PCI_COMMAND on
> emulated
> > + bridge
> > + - PCI: aardvark: Fix support for PCI_BRIDGE_CTL_BUS_RESET on
> emulated bridge
> > + - PCI: aardvark: Set PCI Bridge Class Code to PCI Bridge
> > + - PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge
> > + - quota: check block number when reading the block in quota file
> > + - quota: correct error number in free_dqentry()
> > + - cifs: To match file servers, make sure the server hostname matches
> > + - cifs: set a minimum of 120s for next dns resolution
> > + - mfd: simple-mfd-i2c: Select MFD_CORE to fix build error
> > + - pinctrl: core: fix possible memory leak in pinctrl_enable()
> > + - coresight: cti: Correct the parameter for pm_runtime_put
> > + - coresight: trbe: Fix incorrect access of the sink specific data
> > + - coresight: trbe: Defer the probe on offline CPUs
> > + - iio: buffer: check return value of kstrdup_const()
> > + - iio: buffer: Fix memory leak in iio_buffers_alloc_sysfs_and_mask()
> > + - iio: buffer: Fix memory leak in
> __iio_buffer_alloc_sysfs_and_mask()
> > + - iio: buffer: Fix memory leak in
> iio_buffer_register_legacy_sysfs_groups()
> > + - drivers: iio: dac: ad5766: Fix dt property name
> > + - iio: dac: ad5446: Fix ad5622_write() return value
> > + - iio: ad5770r: make devicetree property reading consistent
> > + - Documentation:devicetree:bindings:iio:dac: Fix val
> > + - USB: serial: keyspan: fix memleak on probe errors
> > + - serial: 8250: fix racy uartclk update
> > + - ksmbd: set unique value to volume serial field in
> FS_VOLUME_INFORMATION
> > + - io-wq: serialize hash clear with wakeup
> > + - serial: 8250: Fix reporting real baudrate value in c_ospeed field
> > + - Revert "serial: 8250: Fix reporting real baudrate value in
> c_ospeed field"
> > + - most: fix control-message timeouts
> > + - USB: iowarrior: fix control-message timeouts
> > + - USB: chipidea: fix interrupt deadlock
> > + - power: supply: max17042_battery: Clear status bits in interrupt
> handler
> > + - component: do not leave master devres group open after bind
> > + - dma-buf: WARN on dmabuf release with pending attachments
> > + - drm: panel-orientation-quirks: Update the Lenovo Ideapad D330
> quirk (v2)
> > + - drm: panel-orientation-quirks: Add quirk for KD Kurio Smart
> C15200 2-in-1
> > + - drm: panel-orientation-quirks: Add quirk for the Samsung Galaxy
> Book 10.6
> > + - Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()
> > + - Bluetooth: fix use-after-free error in lock_sock_nested()
> > + - Bluetooth: call sock_hold earlier in sco_conn_del
> > + - drm/panel-orientation-quirks: add Valve Steam Deck
> > + - rcutorture: Avoid problematic critical section nesting on
> PREEMPT_RT
> > + - platform/x86: wmi: do not fail if disabling fails
> > + - drm/amdgpu: move iommu_resume before ip init/resume
> > + - MIPS: lantiq: dma: add small delay after reset
> > + - MIPS: lantiq: dma: reset correct number of channel
> > + - locking/lockdep: Avoid RCU-induced noinstr fail
> > + - net: sched: update default qdisc visibility after Tx queue cnt
> changes
> > + - rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread()
> loop
> > + - smackfs: Fix use-after-free in netlbl_catmap_walk()
> > + - ath11k: Align bss_chan_info structure with firmware
> > + - crypto: aesni - check walk.nbytes instead of err
> > + - x86/mm/64: Improve stack overflow warnings
> > + - x86: Increase exception stack sizes
> > + - mwifiex: Run SET_BSS_MODE when changing from P2P to STATION
> vif-type
> > + - mwifiex: Properly initialize private structure on interface type
> changes
> > + - spi: Check we have a spi_device_id for each DT compatible
> > + - fscrypt: allow 256-bit master keys with AES-256-XTS
> > + - drm/amdgpu: Fix MMIO access page fault
> > + - drm/amd/display: Fix null pointer dereference for encoders
> > + - selftests: net: fib_nexthops: Wait before checking reported idle
> time
> > + - ath11k: Avoid reg rules update during firmware recovery
> > + - ath11k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED
> > + - ath11k: Change DMA_FROM_DEVICE to DMA_TO_DEVICE when map
> reinjected packets
> > + - ath10k: high latency fixes for beacon buffer
> > + - octeontx2-pf: Enable promisc/allmulti match MCAM entries.
> > + - media: mt9p031: Fix corrupted frame after restarting stream
> > + - media: netup_unidvb: handle interrupt properly according to the
> firmware
> > + - media: atomisp: Fix error handling in probe
> > + - media: stm32: Potential NULL pointer dereference in
> dcmi_irq_thread()
> > + - media: uvcvideo: Set capability in s_param
> > + - media: uvcvideo: Return -EIO for control errors
> > + - media: uvcvideo: Set unique vdev name based in type
> > + - media: vidtv: Fix memory leak in remove
> > + - media: s5p-mfc: fix possible null-pointer dereference in
> s5p_mfc_probe()
> > + - media: s5p-mfc: Add checking to s5p_mfc_probe().
> > + - media: videobuf2: rework vb2_mem_ops API
> > + - media: imx: set a media_device bus_info string
> > + - media: rcar-vin: Use user provided buffers when starting
> > + - media: mceusb: return without resubmitting URB in case of -EPROTO
> error.
> > + - ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK
> > + - rtw88: fix RX clock gate setting while fifo dump
> > + - brcmfmac: Add DMI nvram filename quirk for Cyberbook T116 tablet
> > + - media: rcar-csi2: Add checking to rcsi2_start_receiver()
> > + - ipmi: Disable some operations during a panic
> > + - fs/proc/uptime.c: Fix idle time reporting in /proc/uptime
> > + - kselftests/sched: cleanup the child processes
> > + - ACPICA: Avoid evaluating methods too early during system resume
> > + - cpufreq: Make policy min/max hard requirements
> > + - ice: Move devlink port to PF/VF struct
> > + - media: imx-jpeg: Fix possible null pointer dereference
> > + - media: ipu3-imgu: imgu_fmt: Handle properly try
> > + - media: ipu3-imgu: VIDIOC_QUERYCAP: Fix bus_info
> > + - media: usb: dvd-usb: fix uninit-value bug in
> dibusb_read_eeprom_byte()
> > + - net-sysfs: try not to restart the syscall if it will fail
> eventually
> > + - drm/amdkfd: rm BO resv on validation to avoid deadlock
> > + - tracefs: Have tracefs directories not set OTH permission bits by
> default
> > + - tracing: Disable "other" permission bits in the tracefs files
> > + - ath: dfs_pattern_detector: Fix possible null-pointer dereference
> in
> > + channel_detector_create()
> > + - KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercall
> > + - mmc: moxart: Fix reference count leaks in moxart_probe
> > + - iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value
> > + - ACPI: battery: Accept charges over the design capacity as full
> > + - ACPI: scan: Release PM resources blocked by unused objects
> > + - drm/amd/display: fix null pointer deref when plugging in display
> > + - drm/amdkfd: fix resume error when iommu disabled in Picasso
> > + - net: phy: micrel: make *-skew-ps check more lenient
> > + - leaking_addresses: Always print a trailing newline
> > + - thermal/core: Fix null pointer dereference in thermal_release()
> > + - drm/msm: prevent NULL dereference in msm_gpu_crashstate_capture()
> > + - thermal/drivers/tsens: Add timeout to get_temp_tsens_valid
> > + - block: bump max plugged deferred size from 16 to 32
> > + - floppy: fix calling platform_device_unregister() on invalid drives
> > + - md: update superblock after changing rdev flags in state_store
> > + - memstick: r592: Fix a UAF bug when removing the driver
> > + - locking/rwsem: Disable preemption for spinning region
> > + - lib/xz: Avoid overlapping memcpy() with invalid input with
> in-place
> > + decompression
> > + - lib/xz: Validate the value before assigning it to an enum variable
> > + - workqueue: make sysfs of unbound kworker cpumask more clever
> > + - tracing/cfi: Fix cmp_entries_* functions signature mismatch
> > + - mt76: mt7915: fix an off-by-one bound check
> > + - mwl8k: Fix use-after-free in mwl8k_fw_state_machine()
> > + - iwlwifi: change all JnP to NO-160 configuration
> > + - block: remove inaccurate requeue check
> > + - media: allegro: ignore interrupt if mailbox is not initialized
> > + - drm/amdgpu/pm: properly handle sclk for profiling modes on vangogh
> > + - nvmet: fix use-after-free when a port is removed
> > + - nvmet-rdma: fix use-after-free when a port is removed
> > + - nvmet-tcp: fix use-after-free when a port is removed
> > + - nvme: drop scan_lock and always kick requeue list when removing
> namespaces
> > + - samples/bpf: Fix application of sizeof to pointer
> > + - arm64: vdso32: suppress error message for 'make mrproper'
> > + - PM: hibernate: Get block device exclusively in swsusp_check()
> > + - selftests: kvm: fix mismatched fclose() after popen()
> > + - selftests/bpf: Fix perf_buffer test on system with offline cpus
> > + - iwlwifi: mvm: disable RX-diversity in powersave
> > + - smackfs: use __GFP_NOFAIL for smk_cipso_doi()
> > + - ARM: clang: Do not rely on lr register for stacktrace
> > + - gre/sit: Don't generate link-local addr if addr_gen_mode is
> > + IN6_ADDR_GEN_MODE_NONE
> > + - can: bittiming: can_fixup_bittiming(): change type of tseg1 and
> alltseg to
> > + unsigned int
> > + - gfs2: Cancel remote delete work asynchronously
> > + - gfs2: Fix glock_hash_walk bugs
> > + - ARM: 9136/1: ARMv7-M uses BE-8, not BE-32
> > + - tools/latency-collector: Use correct size when writing
> queue_full_warning
> > + - vrf: run conntrack only in context of lower/physdev for locally
> generated
> > + packets
> > + - net: annotate data-race in neigh_output()
> > + - ACPI: AC: Quirk GK45 to skip reading _PSR
> > + - ACPI: resources: Add one more Medion model in IRQ override quirk
> > + - btrfs: reflink: initialize return value to 0 in
> btrfs_extent_same()
> > + - btrfs: do not take the uuid_mutex in btrfs_rm_device
> > + - spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in
> > + bcm_qspi_probe()
> > + - wcn36xx: Correct band/freq reporting on RX
> > + - wcn36xx: Fix packet drop on resume
> > + - Revert "wcn36xx: Enable firmware link monitoring"
> > + - ftrace: do CPU checking after preemption disabled
> > + - inet: remove races in inet{6}_getname()
> > + - x86/hyperv: Protect set_hv_tscchange_cb() against getting
> preempted
> > + - drm/amd/display: dcn20_resource_construct reduce scope of FPU
> enabled
> > + - perf/x86/intel: Fix ICL/SPR INST_RETIRED.PREC_DIST encodings
> > + - parisc: fix warning in flush_tlb_all
> > + - task_stack: Fix end_of_stack() for architectures with
> upwards-growing stack
> > + - erofs: don't trigger WARN() when decompression fails
> > + - parisc/unwind: fix unwinder when CONFIG_64BIT is enabled
> > + - parisc/kgdb: add kgdb_roundup() to make kgdb work with idle
> polling
> > + - netfilter: conntrack: set on IPS_ASSURED if flows enters internal
> stream
> > + state
> > + - selftests/bpf: Fix strobemeta selftest regression
> > + - fbdev/efifb: Release PCI device's runtime PM ref during FB destroy
> > + - drm/bridge: anx7625: Propagate errors from sp_tx_rst_aux()
> > + - perf/x86/intel/uncore: Fix Intel SPR CHA event constraints
> > + - perf/x86/intel/uncore: Fix Intel SPR IIO event constraints
> > + - perf/x86/intel/uncore: Fix Intel SPR M2PCIE event constraints
> > + - perf/x86/intel/uncore: Fix Intel SPR M3UPI event constraints
> > + - drm/bridge: it66121: Initialize {device,vendor}_ids
> > + - drm/bridge: it66121: Wait for next bridge to be probed
> > + - Bluetooth: fix init and cleanup of sco_conn.timeout_work
> > + - libbpf: Don't crash on object files with no symbol tables
> > + - Bluetooth: hci_uart: fix GPF in h5_recv
> > + - rcu: Fix existing exp request check in
> sync_sched_exp_online_cleanup()
> > + - MIPS: lantiq: dma: fix burst length for DEU
> > + - x86/xen: Mark cpu_bringup_and_idle() as dead_end_function
> > + - objtool: Handle __sanitize_cov*() tail calls
> > + - net/mlx5: Publish and unpublish all devlink parameters at once
> > + - drm/v3d: fix wait for TMU write combiner flush
> > + - crypto: sm4 - Do not change section of ck and sbox
> > + - virtio-gpu: fix possible memory allocation failure
> > + - lockdep: Let lock_is_held_type() detect recursive read as read
> > + - net: net_namespace: Fix undefined member in key_remove_domain()
> > + - net: phylink: don't call netif_carrier_off() with NULL netdev
> > + - drm: bridge: it66121: Fix return value it66121_probe
> > + - spi: Fixed division by zero warning
> > + - cgroup: Make rebind_subsystems() disable v2 controllers all at
> once
> > + - wcn36xx: Fix Antenna Diversity Switching
> > + - wilc1000: fix possible memory leak in cfg_scan_result()
> > + - Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_sync
> > + - drm/amdgpu: Fix crash on device remove/driver unload
> > + - drm/amd/display: Pass display_pipe_params_st as const in DML
> > + - drm/amdgpu: move amdgpu_virt_release_full_gpu to fini_early stage
> > + - crypto: caam - disable pkc for non-E SoCs
> > + - crypto: qat - power up 4xxx device
> > + - Bluetooth: hci_h5: Fix (runtime)suspend issues on RTL8723BS HCIs
> > + - bnxt_en: Check devlink allocation and registration status
> > + - qed: Don't ignore devlink allocation failures
> > + - rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()
> > + - mptcp: do not shrink snd_nxt when recovering
> > + - fortify: Fix dropped strcpy() compile-time write overflow check
> > + - mac80211: twt: don't use potentially unaligned pointer
> > + - cfg80211: always free wiphy specific regdomain
> > + - net/mlx5: Accept devlink user input after driver initialization
> complete
> > + - net: dsa: rtl8366rb: Fix off-by-one bug
> > + - net: dsa: rtl8366: Fix a bug in deleting VLANs
> > + - bpf/tests: Fix error in tail call limit tests
> > + - ath11k: fix some sleeping in atomic bugs
> > + - ath11k: Avoid race during regd updates
> > + - ath11k: fix packet drops due to incorrect 6 GHz freq value in rx
> status
> > + - ath11k: Fix memory leak in ath11k_qmi_driver_event_work
> > + - gve: DQO: avoid unused variable warnings
> > + - ath10k: Fix missing frame timestamp for beacon/probe-resp
> > + - ath10k: sdio: Add missing BH locking around napi_schdule()
> > + - drm/ttm: stop calling tt_swapin in vm_access
> > + - arm64: mm: update max_pfn after memory hotplug
> > + - drm/amdgpu: fix warning for overflow check
> > + - libbpf: Fix skel_internal.h to set errno on loader retval < 0
> > + - media: em28xx: add missing em28xx_close_extension
> > + - media: meson-ge2d: Fix rotation parameter changes detection in
> > + 'ge2d_s_ctrl()'
> > + - media: cxd2880-spi: Fix a null pointer dereference on error
> handling path
> > + - media: ttusb-dec: avoid release of non-acquired mutex
> > + - media: dvb-usb: fix ununit-value in az6027_rc_query
> > + - media: imx258: Fix getting clock frequency
> > + - media: v4l2-ioctl: S_CTRL output the right value
> > + - media: mtk-vcodec: venc: fix return value when start_streaming
> fails
> > + - media: TDA1997x: handle short reads of hdmi info frame.
> > + - media: mtk-vpu: Fix a resource leak in the error handling path of
> > + 'mtk_vpu_probe()'
> > + - media: imx-jpeg: Fix the error handling path of 'mxc_jpeg_probe()'
> > + - media: i2c: ths8200 needs V4L2_ASYNC
> > + - media: sun6i-csi: Allow the video device to be open multiple times
> > + - media: radio-wl1273: Avoid card name truncation
> > + - media: si470x: Avoid card name truncation
> > + - media: tm6000: Avoid card name truncation
> > + - media: cx23885: Fix snd_card_free call on null card pointer
> > + - media: atmel: fix the ispck initialization
> > + - scs: Release kasan vmalloc poison in scs_free process
> > + - kprobes: Do not use local variable when creating debugfs file
> > + - crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency
> > + - drm: fb_helper: fix CONFIG_FB dependency
> > + - cpuidle: Fix kobject memory leaks in error paths
> > + - media: em28xx: Don't use ops->suspend if it is NULL
> > + - ath10k: Don't always treat modem stop events as crashes
> > + - ath9k: Fix potential interrupt storm on queue reset
> > + - PM: EM: Fix inefficient states detection
> > + - x86/insn: Use get_unaligned() instead of memcpy()
> > + - EDAC/amd64: Handle three rank interleaving mode
> > + - rcu: Always inline rcu_dynticks_task*_{enter,exit}()
> > + - rcu: Fix rcu_dynticks_curr_cpu_in_eqs() vs noinstr
> > + - netfilter: nft_dynset: relax superfluous check on set updates
> > + - media: venus: fix vpp frequency calculation for decoder
> > + - media: dvb-frontends: mn88443x: Handle errors of
> clk_prepare_enable()
> > + - crypto: ccree - avoid out-of-range warnings from clang
> > + - crypto: qat - detect PFVF collision after ACK
> > + - crypto: qat - disregard spurious PFVF interrupts
> > + - hwrng: mtk - Force runtime pm ops for sleep ops
> > + - ima: fix deadlock when traversing "ima_default_rules".
> > + - b43legacy: fix a lower bounds test
> > + - b43: fix a lower bounds test
> > + - gve: Recover from queue stall due to missed IRQ
> > + - gve: Track RX buffer allocation failures
> > + - mmc: sdhci-omap: Fix NULL pointer exception if regulator is not
> configured
> > + - mmc: sdhci-omap: Fix context restore
> > + - memstick: avoid out-of-range warning
> > + - memstick: jmb38x_ms: use appropriate free function in
> jmb38x_ms_alloc_host()
> > + - net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE
> > + - hwmon: Fix possible memleak in __hwmon_device_register()
> > + - hwmon: (pmbus/lm25066) Let compiler determine outer dimension of
> > + lm25066_coeff
> > + - ath10k: fix max antenna gain unit
> > + - kernel/sched: Fix sched_fork() access an invalid sched_task_group
> > + - net: fealnx: fix build for UML
> > + - net: intel: igc_ptp: fix build for UML
> > + - net: tulip: winbond-840: fix build for UML
> > + - tcp: switch orphan_count to bare per-cpu counters
> > + - crypto: octeontx2 - set assoclen in aead_do_fallback()
> > + - thermal/core: fix a UAF bug in __thermal_cooling_device_register()
> > + - drm/msm/dsi: do not enable irq handler before powering up the host
> > + - drm/msm: Fix potential Oops in a6xx_gmu_rpmh_init()
> > + - drm/msm: potential error pointer dereference in init()
> > + - drm/msm: unlock on error in get_sched_entity()
> > + - drm/msm: fix potential NULL dereference in cleanup
> > + - drm/msm: uninitialized variable in msm_gem_import()
> > + - net: stream: don't purge sk_error_queue in sk_stream_kill_queues()
> > + - thermal/drivers/qcom/lmh: make QCOM_LMH depends on QCOM_SCM
> > + - mailbox: Remove WARN_ON for async_cb.cb in cmdq_exec_done
> > + - media: ivtv: fix build for UML
> > + - media: ir_toy: assignment to be16 should be of correct type
> > + - mmc: mxs-mmc: disable regulator on error and in the remove
> function
> > + - io-wq: Remove duplicate code in io_workqueue_create()
> > + - block: ataflop: fix breakage introduced at blk-mq refactoring
> > + - platform/x86: thinkpad_acpi: Fix bitwise vs. logical warning
> > + - mailbox: mtk-cmdq: Validate alias_id on probe
> > + - mailbox: mtk-cmdq: Fix local clock ID usage
> > + - ACPI: PM: Turn off unused wakeup power resources
> > + - ACPI: PM: Fix sharing of wakeup power resources
> > + - drm/amdkfd: Fix an inappropriate error handling in allloc memory
> of gpu
> > + - mt76: mt7921: fix endianness in mt7921_mcu_tx_done_event
> > + - mt76: mt7915: fix endianness warning in mt7915_mac_add_txs_skb
> > + - mt76: mt7921: fix endianness warning in mt7921_update_txs
> > + - mt76: mt7615: fix endianness warning in mt7615_mac_write_txwi
> > + - mt76: mt7915: fix info leak in mt7915_mcu_set_pre_cal()
> > + - mt76: connac: fix mt76_connac_gtk_rekey_tlv usage
> > + - mt76: fix build error implicit enumeration conversion
> > + - mt76: mt7921: fix survey-dump reporting
> > + - mt76: mt76x02: fix endianness warnings in mt76x02_mac.c
> > + - mt76: mt7921: Fix out of order process by invalid event pkt
> > + - mt76: mt7915: fix potential overflow of eeprom page index
> > + - mt76: mt7915: fix bit fields for HT rate idx
> > + - mt76: mt7921: fix dma hang in rmmod
> > + - mt76: connac: fix GTK rekey offload failure on WPA mixed mode
> > + - mt76: overwrite default reg_ops if necessary
> > + - mt76: mt7921: report HE MU radiotap
> > + - mt76: mt7921: fix firmware usage of RA info using legacy rates
> > + - mt76: mt7921: fix kernel warning from cfg80211_calculate_bitrate
> > + - mt76: mt7921: always wake device if necessary in debugfs
> > + - mt76: mt7915: fix hwmon temp sensor mem use-after-free
> > + - mt76: mt7615: fix hwmon temp sensor mem use-after-free
> > + - mt76: mt7915: fix possible infinite loop release semaphore
> > + - mt76: mt7921: fix retrying release semaphore without end
> > + - mt76: mt7615: fix monitor mode tear down crash
> > + - mt76: connac: fix possible NULL pointer dereference in
> > + mt76_connac_get_phy_mode_v2
> > + - mt76: mt7915: fix sta_rec_wtbl tag len
> > + - mt76: mt7915: fix muar_idx in mt7915_mcu_alloc_sta_req()
> > + - rsi: stop thread firstly in rsi_91x_init() error handling
> > + - mwifiex: Send DELBA requests according to spec
> > + - iwlwifi: mvm: reset PM state on unsuccessful resume
> > + - iwlwifi: pnvm: don't kmemdup() more than we have
> > + - iwlwifi: pnvm: read EFI data only if long enough
> > + - net: enetc: unmap DMA in enetc_send_cmd()
> > + - phy: micrel: ksz8041nl: do not use power down mode
> > + - nbd: Fix use-after-free in pid_show
> > + - nvme-rdma: fix error code in nvme_rdma_setup_ctrl
> > + - PM: hibernate: fix sparse warnings
> > + - clocksource/drivers/timer-ti-dm: Select TIMER_OF
> > + - x86/sev: Fix stack type check in vc_switch_off_ist()
> > + - drm/msm: Fix potential NULL dereference in DPU SSPP
> > + - drm/msm/dsi: fix wrong type in msm_dsi_host
> > + - crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks
> > + - smackfs: use netlbl_cfg_cipsov4_del() for deleting cipso_v4_doi
> > + - KVM: selftests: Fix nested SVM tests when built with clang
> > + - libbpf: Fix memory leak in btf__dedup()
> > + - bpftool: Avoid leaking the JSON writer prepared for program
> metadata
> > + - libbpf: Fix overflow in BTF sanity checks
> > + - libbpf: Fix BTF header parsing checks
> > + - mt76: mt7615: mt7622: fix ibss and meshpoint
> > + - s390/gmap: validate VMA in __gmap_zap()
> > + - s390/gmap: don't unconditionally call pte_unmap_unlock() in
> __gmap_zap()
> > + - s390/mm: validate VMA in PGSTE manipulation functions
> > + - s390/mm: fix VMA and page table handling code in storage key
> handling
> > + functions
> > + - s390/uv: fully validate the VMA before calling follow_page()
> > + - KVM: s390: pv: avoid double free of sida page
> > + - KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm
> > + - irq: mips: avoid nested irq_enter()
> > + - net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del
> returns error
> > + - ARM: 9142/1: kasan: work around LPAE build warning
> > + - ath10k: fix module load regression with iram-recovery feature
> > + - block: ataflop: more blk-mq refactoring fixes
> > + - blk-cgroup: synchronize blkg creation against policy deactivation
> > + - libbpf: Fix off-by-one bug in bpf_core_apply_relo()
> > + - tpm: fix Atmel TPM crash caused by too frequent queries
> > + - tpm_tis_spi: Add missing SPI ID
> > + - libbpf: Fix endianness detection in
> BPF_CORE_READ_BITFIELD_PROBED()
> > + - tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()
> > + - tracing: Fix missing trace_boot_init_histograms kstrdup NULL
> checks
> > + - cpufreq: intel_pstate: Fix cpu->pstate.turbo_freq initialization
> > + - spi: spi-rpc-if: Check return value of rpcif_sw_init()
> > + - samples/kretprobes: Fix return value if register_kretprobe()
> failed
> > + - KVM: s390: Fix handle_sske page fault handling
> > + - libertas_tf: Fix possible memory leak in probe and disconnect
> > + - libertas: Fix possible memory leak in probe and disconnect
> > + - wcn36xx: add proper DMA memory barriers in rx path
> > + - wcn36xx: Fix discarded frames due to wrong sequence number
> > + - bpf: Avoid races in __bpf_prog_run() for 32bit arches
> > + - bpf: Fixes possible race in update_prog_stats() for 32bit arches
> > + - wcn36xx: Channel list update before hardware scan
> > + - drm/amdgpu: fix a potential memory leak in amdgpu_device_fini_sw()
> > + - drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bits
> > + - selftests/bpf: Fix fd cleanup in sk_lookup test
> > + - selftests/bpf: Fix memory leak in test_ima
> > + - sctp: allow IP fragmentation when PLPMTUD enters Error state
> > + - sctp: reset probe_timer in sctp_transport_pl_update
> > + - sctp: subtract sctphdr len in sctp_transport_pl_hlen
> > + - sctp: return true only for pathmtu update in
> sctp_transport_pl_toobig
> > + - net: amd-xgbe: Toggle PLL settings during rate change
> > + - ipmi: kcs_bmc: Fix a memory leak in the error handling path of
> > + 'kcs_bmc_serio_add_device()'
> > + - nfp: fix NULL pointer access when scheduling dim work
> > + - nfp: fix potential deadlock when canceling dim work
> > + - net: phylink: avoid mvneta warning when setting pause parameters
> > + - net: bridge: fix uninitialized variables when BRIDGE_CFM is
> disabled
> > + - selftests: net: bridge: update IGMP/MLD membership interval value
> > + - crypto: pcrypt - Delay write to padata->info
> > + - selftests/bpf: Fix fclose/pclose mismatch in test_progs
> > + - udp6: allow SO_MARK ctrl msg to affect routing
> > + - ibmvnic: don't stop queue in xmit
> > + - ibmvnic: Process crqs after enabling interrupts
> > + - ibmvnic: delay complete()
> > + - selftests: mptcp: fix proto type in link_failure tests
> > + - skmsg: Lose offset info in sk_psock_skb_ingress
> > + - cgroup: Fix rootcg cpu.stat guest double counting
> > + - bpf: Fix propagation of bounds from 64-bit min/max into 32-bit
> and var_off.
> > + - bpf: Fix propagation of signed bounds from 64-bit min/max into
> 32-bit.
> > + - of: unittest: fix EXPECT text for gpio hog errors
> > + - cpufreq: Fix parameter in parse_perf_domain()
> > + - staging: r8188eu: fix memory leak in rtw_set_key
> > + - arm64: dts: meson: sm1: add Ethernet PHY reset line for
> ODROID-C4/HC4
> > + - iio: st_sensors: disable regulators after device unregistration
> > + - RDMA/rxe: Fix wrong port_cap_flags
> > + - ARM: dts: BCM5301X: Fix memory nodes names
> > + - arm64: dts: broadcom: bcm4908: Fix UART clock name
> > + - clk: mvebu: ap-cpu-clk: Fix a memory leak in error handling paths
> > + - scsi: pm80xx: Fix lockup in outbound queue management
> > + - scsi: qla2xxx: edif: Use link event to wake up app
> > + - scsi: lpfc: Fix NVMe I/O failover to non-optimized path
> > + - ARM: s3c: irq-s3c24xx: Fix return value check for
> s3c24xx_init_intc()
> > + - arm64: dts: rockchip: Fix GPU register width for RK3328
> > + - ARM: dts: qcom: msm8974: Add xo_board reference clock to DSI0 PHY
> > + - RDMA/bnxt_re: Fix query SRQ failure
> > + - arm64: dts: ti: k3-j721e-main: Fix "max-virtual-functions" in
> PCIe EP nodes
> > + - arm64: dts: ti: k3-j721e-main: Fix "bus-range" upto 256 bus
> number for PCIe
> > + - arm64: dts: ti: j7200-main: Fix "vendor-id"/"device-id"
> properties of pcie
> > + node
> > + - arm64: dts: ti: j7200-main: Fix "bus-range" upto 256 bus number
> for PCIe
> > + - arm64: dts: meson-g12a: Fix the pwm regulator supply properties
> > + - arm64: dts: meson-g12b: Fix the pwm regulator supply properties
> > + - arm64: dts: meson-sm1: Fix the pwm regulator supply properties
> > + - bus: ti-sysc: Fix timekeeping_suspended warning on resume
> > + - ARM: dts: at91: tse850: the emac<->phy interface is rmii
> > + - arm64: dts: qcom: sc7180: Base dynamic CPU power coefficients in
> reality
> > + - soc: qcom: llcc: Disable MMUHWT retention
> > + - arm64: dts: qcom: sc7280: fix display port phy reg property
> > + - scsi: dc395: Fix error case unwinding
> > + - MIPS: loongson64: make CPU_LOONGSON64 depends on MIPS_FP_SUPPORT
> > + - JFS: fix memleak in jfs_mount
> > + - pinctrl: renesas: rzg2l: Fix missing port register 21h
> > + - ASoC: wcd9335: Use correct version to initialize Class H
> > + - arm64: dts: qcom: msm8916: Fix Secondary MI2S bit clock
> > + - arm64: dts: renesas: beacon: Fix Ethernet PHY mode
> > + - iommu/mediatek: Fix out-of-range warning with clang
> > + - arm64: dts: qcom: pm8916: Remove wrong reg-names for rtc at 6000
> > + - iommu/dma: Fix sync_sg with swiotlb
> > + - iommu/dma: Fix arch_sync_dma for map
> > + - ALSA: hda: Reduce udelay() at SKL+ position reporting
> > + - ALSA: hda: Use position buffer for SKL+ again
> > + - ALSA: usb-audio: Fix possible race at sync of urb completions
> > + - soundwire: debugfs: use controller id and link_id for debugfs
> > + - power: reset: at91-reset: check properly the return value of
> devm_of_iomap
> > + - scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the
> definition
> > + - scsi: ufs: core: Stop clearing UNIT ATTENTIONS
> > + - scsi: megaraid_sas: Fix concurrent access to ISR between IRQ
> polling and
> > + real interrupt
> > + - scsi: pm80xx: Fix misleading log statement in
> pm8001_mpi_get_nvmd_resp()
> > + - driver core: Fix possible memory leak in device_link_add()
> > + - arm: dts: omap3-gta04a4: accelerometer irq fix
> > + - ASoC: SOF: topology: do not power down primary core during
> topology removal
> > + - iio: st_pressure_spi: Add missing entries SPI to device ID table
> > + - soc/tegra: Fix an error handling path in
> tegra_powergate_power_up()
> > + - memory: fsl_ifc: fix leak of irq and nand_irq in
> fsl_ifc_ctrl_probe
> > + - clk: at91: check pmc node status before registering syscore ops
> > + - powerpc/mem: Fix arch/powerpc/mm/mem.c:53:12: error: no previous
> prototype
> > + for 'create_section_mapping'
> > + - video: fbdev: chipsfb: use memset_io() instead of memset()
> > + - powerpc: fix unbalanced node refcount in check_kvm_guest()
> > + - powerpc/paravirt: correct preempt debug splat in
> vcpu_is_preempted()
> > + - serial: 8250_dw: Drop wrong use of ACPI_PTR()
> > + - usb: gadget: hid: fix error code in do_config()
> > + - power: supply: rt5033_battery: Change voltage values to µV
> > + - power: supply: max17040: fix null-ptr-deref in max17040_probe()
> > + - scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn()
> > + - RDMA/mlx4: Return missed an error if device doesn't support
> steering
> > + - usb: musb: select GENERIC_PHY instead of depending on it
> > + - staging: most: dim2: do not double-register the same device
> > + - staging: ks7010: select CRYPTO_HASH/CRYPTO_MICHAEL_MIC
> > + - RDMA/core: Set sgtable nents when using ib_dma_virt_map_sg()
> > + - dyndbg: make dyndbg a known cli param
> > + - powerpc/perf: Fix cycles/instructions as PM_CYC/PM_INST_CMPL in
> power10
> > + - pinctrl: renesas: checker: Fix off-by-one bug in drive register
> check
> > + - ARM: dts: stm32: Reduce DHCOR SPI NOR frequency to 50 MHz
> > + - ARM: dts: stm32: fix STUSB1600 Type-C irq level on stm32mp15xx-dkx
> > + - ARM: dts: stm32: fix SAI sub nodes register range
> > + - ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15
> > + - ASoC: cs42l42: Always configure both ASP TX channels
> > + - ASoC: cs42l42: Correct some register default values
> > + - ASoC: cs42l42: Defer probe if request_threaded_irq() returns
> EPROBE_DEFER
> > + - soc: qcom: rpmhpd: Make power_on actually enable the domain
> > + - soc: qcom: socinfo: add two missing PMIC IDs
> > + - iio: buffer: Fix double-free in iio_buffers_alloc_sysfs_and_mask()
> > + - usb: typec: STUSB160X should select REGMAP_I2C
> > + - iio: adis: do not disabe IRQs in 'adis_init()'
> > + - soundwire: bus: stop dereferencing invalid slave pointer
> > + - scsi: ufs: ufshcd-pltfrm: Fix memory leak due to probe defer
> > + - scsi: lpfc: Wait for successful restart of SLI3 adapter during
> host sg_reset
> > + - serial: imx: fix detach/attach of serial console
> > + - usb: dwc2: drd: fix dwc2_force_mode call in dwc2_ovr_init
> > + - usb: dwc2: drd: fix dwc2_drd_role_sw_set when clock could be
> disabled
> > + - usb: dwc2: drd: reset current session before setting the new one
> > + - powerpc/booke: Disable STRICT_KERNEL_RWX, DEBUG_PAGEALLOC and
> KFENCE
> > + - usb: dwc3: gadget: Skip resizing EP's TX FIFO if already resized
> > + - firmware: qcom_scm: Fix error retval in
> __qcom_scm_is_call_available()
> > + - soc: qcom: rpmhpd: fix sm8350_mxc's peer domain
> > + - soc: qcom: apr: Add of_node_put() before return
> > + - arm64: dts: qcom: pmi8994: Fix "eternal"->"external" typo in WLED
> node
> > + - arm64: dts: qcom: sdm845: Use RPMH_CE_CLK macro directly
> > + - arm64: dts: qcom: sdm845: Fix Qualcomm crypto engine bus clock
> > + - pinctrl: equilibrium: Fix function addition in multiple groups
> > + - ASoC: topology: Fix stub for snd_soc_tplg_component_remove()
> > + - phy: qcom-qusb2: Fix a memory leak on probe
> > + - phy: ti: gmii-sel: check of_get_address() for failure
> > + - phy: qcom-qmp: another fix for the sc8180x PCIe definition
> > + - phy: qcom-snps: Correct the FSEL_MASK
> > + - phy: Sparx5 Eth SerDes: Fix return value check in
> sparx5_serdes_probe()
> > + - serial: xilinx_uartps: Fix race condition causing stuck TX
> > + - clk: at91: sam9x60-pll: use DIV_ROUND_CLOSEST_ULL
> > + - clk: at91: clk-master: check if div or pres is zero
> > + - clk: at91: clk-master: fix prescaler logic
> > + - HID: u2fzero: clarify error check and length calculations
> > + - HID: u2fzero: properly handle timeouts in usb_submit_urb
> > + - powerpc/nohash: Fix __ptep_set_access_flags() and
> ptep_set_wrprotect()
> > + - powerpc/book3e: Fix set_memory_x() and set_memory_nx()
> > + - powerpc/44x/fsp2: add missing of_node_put
> > + - powerpc/xmon: fix task state output
> > + - ALSA: oxfw: fix functional regression for Mackie Onyx 1640i in
> v5.14 or
> > + later
> > + - iommu/dma: Fix incorrect error return on iommu deferred attach
> > + - powerpc: Don't provide __kernel_map_pages() without
> > + ARCH_SUPPORTS_DEBUG_PAGEALLOC
> > + - ASoC: cs42l42: Correct configuring of switch inversion from ts-inv
> > + - RDMA/hns: Fix initial arm_st of CQ
> > + - RDMA/hns: Modify the value of MAX_LP_MSG_LEN to meet hardware
> compatibility
> > + - ASoC: rsnd: Fix an error handling path in 'rsnd_node_count()'
> > + - serial: cpm_uart: Protect udbg definitions by
> CONFIG_SERIAL_CPM_CONSOLE
> > + - virtio_ring: check desc == NULL when using indirect with packed
> > + - vdpa/mlx5: Fix clearing of VIRTIO_NET_F_MAC feature bit
> > + - mips: cm: Convert to bitfield API to fix out-of-bounds access
> > + - power: supply: bq27xxx: Fix kernel crash on IRQ handler register
> error
> > + - RDMA/core: Require the driver to set the IOVA correctly during
> rereg_mr
> > + - apparmor: fix error check
> > + - rpmsg: Fix rpmsg_create_ept return when RPMSG config is not
> defined
> > + - mtd: rawnand: intel: Fix potential buffer overflow in probe
> > + - nfsd: don't alloc under spinlock in rpc_parse_scope_id
> > + - rtc: ds1302: Add SPI ID table
> > + - rtc: ds1390: Add SPI ID table
> > + - rtc: pcf2123: Add SPI ID table
> > + - remoteproc: imx_rproc: Fix TCM io memory type
> > + - i2c: i801: Use PCI bus rescan mutex to protect P2SB access
> > + - dmaengine: idxd: move out percpu_ref_exit() to ensure it's outside
> > + submission
> > + - rtc: mcp795: Add SPI ID table
> > + - Input: ariel-pwrbutton - add SPI device ID table
> > + - i2c: mediatek: fixing the incorrect register offset
> > + - NFS: Default change_attr_type to NFS4_CHANGE_TYPE_IS_UNDEFINED
> > + - NFS: Don't set NFS_INO_DATA_INVAL_DEFER and NFS_INO_INVALID_DATA
> > + - NFS: Ignore the directory size when marking for revalidation
> > + - NFS: Fix dentry verifier races
> > + - pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_ds
> > + - drm/bridge/lontium-lt9611uxc: fix provided connector suport
> > + - drm/plane-helper: fix uninitialized variable reference
> > + - PCI: aardvark: Don't spam about PIO Response Status
> > + - PCI: aardvark: Fix preserving PCI_EXP_RTCTL_CRSSVE flag on
> emulated bridge
> > + - opp: Fix return in _opp_add_static_v2()
> > + - NFS: Fix deadlocks in nfs_scan_commit_list()
> > + - sparc: Add missing "FORCE" target when using if_changed
> > + - fs: orangefs: fix error return code of
> orangefs_revalidate_lookup()
> > + - Input: st1232 - increase "wait ready" timeout
> > + - drm/bridge: nwl-dsi: Add atomic_get_input_bus_fmts
> > + - mtd: spi-nor: hisi-sfc: Remove excessive clk_disable_unprepare()
> > + - PCI: uniphier: Serialize INTx masking/unmasking and fix the bit
> operation
> > + - mtd: rawnand: arasan: Prevent an unsupported configuration
> > + - mtd: core: don't remove debugfs directory if device is in use
> > + - remoteproc: Fix a memory leak in an error handling path in
> > + 'rproc_handle_vdev()'
> > + - rtc: rv3032: fix error handling in rv3032_clkout_set_rate()
> > + - dmaengine: at_xdmac: call at_xdmac_axi_config() on resume path
> > + - dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macro
> > + - dmaengine: stm32-dma: fix stm32_dma_get_max_width
> > + - NFS: Fix up commit deadlocks
> > + - NFS: Fix an Oops in pnfs_mark_request_commit()
> > + - Fix user namespace leak
> > + - auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty
> string
> > + - auxdisplay: ht16k33: Connect backlight to fbdev
> > + - auxdisplay: ht16k33: Fix frame buffer device blanking
> > + - soc: fsl: dpaa2-console: free buffer before returning from
> > + dpaa2_console_read
> > + - netfilter: nfnetlink_queue: fix OOB when mac header was cleared
> > + - dmaengine: dmaengine_desc_callback_valid(): Check for
> `callback_result`
> > + - dmaengine: tegra210-adma: fix pm runtime unbalance
> > + - dmanegine: idxd: fix resource free ordering on driver removal
> > + - dmaengine: idxd: reconfig device after device reset command
> > + - signal/sh: Use force_sig(SIGKILL) instead of
> do_group_exit(SIGKILL)
> > + - m68k: set a default value for MEMORY_RESERVE
> > + - watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUT
> > + - ar7: fix kernel builds for compiler test
> > + - scsi: target: core: Remove from tmr_list during LUN unlink
> > + - scsi: qla2xxx: Relogin during fabric disturbance
> > + - scsi: qla2xxx: Fix gnl list corruption
> > + - scsi: qla2xxx: Turn off target reset during issue_lip
> > + - scsi: qla2xxx: edif: Fix app start fail
> > + - scsi: qla2xxx: edif: Fix app start delay
> > + - scsi: qla2xxx: edif: Flush stale events and msgs on session down
> > + - scsi: qla2xxx: edif: Increase ELS payload
> > + - scsi: qla2xxx: edif: Fix EDIF bsg
> > + - NFSv4: Fix a regression in nfs_set_open_stateid_locked()
> > + - dmaengine: idxd: fix resource leak on dmaengine driver disable
> > + - i2c: xlr: Fix a resource leak in the error handling path of
> > + 'xlr_i2c_probe()'
> > + - gpio: realtek-otto: fix GPIO line IRQ offset
> > + - xen-pciback: Fix return in pm_ctrl_init()
> > + - nbd: fix max value for 'first_minor'
> > + - nbd: fix possible overflow for 'first_minor' in nbd_dev_add()
> > + - io-wq: fix max-workers not correctly set on multi-node system
> > + - net: davinci_emac: Fix interrupt pacing disable
> > + - kselftests/net: add missed icmp.sh test to Makefile
> > + - kselftests/net: add missed setup_loopback.sh/setup_veth.sh to
> Makefile
> > + - kselftests/net: add missed SRv6 tests
> > + - kselftests/net: add missed vrf_strict_mode_test.sh test to
> Makefile
> > + - kselftests/net: add missed toeplitz.sh/toeplitz_client.sh to
> Makefile
> > + - ethtool: fix ethtool msg len calculation for pause stats
> > + - openrisc: fix SMP tlb flush NULL pointer dereference
> > + - net: vlan: fix a UAF in vlan_dev_real_dev()
> > + - net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware
> bridge
> > + - ice: Fix replacing VF hardware MAC to existing MAC filter
> > + - ice: Fix not stopping Tx queues for VFs
> > + - kdb: Adopt scheduler's task classification
> > + - ACPI: PMIC: Fix intel_pmic_regs_handler() read accesses
> > + - PCI: j721e: Fix j721e_pcie_probe() error path
> > + - nvdimm/btt: do not call del_gendisk() if not needed
> > + - scsi: bsg: Fix errno when scsi_bsg_register_queue() fails
> > + - scsi: ufs: ufshpb: Use proper power management API
> > + - scsi: ufs: core: Fix NULL pointer dereference
> > + - scsi: ufs: ufshpb: Properly handle max-single-cmd
> > + - drm/nouveau/svm: Fix refcount leak bug and missing check against
> null bug
> > + - nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet
> assigned
> > + - block/ataflop: use the blk_cleanup_disk() helper
> > + - block/ataflop: add registration bool before calling del_gendisk()
> > + - block/ataflop: provide a helper for cleanup up an atari disk
> > + - ataflop: remove ataflop_probe_lock mutex
> > + - PCI: Do not enable AtomicOps on VFs
> > + - cpufreq: intel_pstate: Clear HWP desired on suspend/shutdown and
> offline
> > + - net: phy: fix duplex out of sync problem while changing settings
> > + - block: fix device_add_disk() kobject_create_and_add() error
> handling
> > + - drm/ttm: remove ttm_bo_vm_insert_huge()
> > + - bonding: Fix a use-after-free problem when bond_sysfs_slave_add()
> failed
> > + - octeontx2-pf: select CONFIG_NET_DEVLINK
> > + - ALSA: memalloc: Catch call with NULL snd_dma_buffer pointer
> > + - mfd: core: Add missing of_node_put for loop iteration
> > + - mfd: cpcap: Add SPI device ID table
> > + - mfd: sprd: Add SPI device ID table
> > + - mfd: altera-sysmgr: Fix a mistake caused by resource_size
> conversion
> > + - ACPI: PM: Fix device wakeup power reference counting error
> > + - libbpf: Fix lookup_and_delete_elem_flags error reporting
> > + - selftests/bpf/xdp_redirect_multi: Put the logs to tmp folder
> > + - selftests/bpf/xdp_redirect_multi: Use arping to accurate the arp
> number
> > + - selftests/bpf/xdp_redirect_multi: Give tcpdump a chance to
> terminate cleanly
> > + - selftests/bpf/xdp_redirect_multi: Limit the tests in netns
> > + - drm: fb_helper: improve CONFIG_FB dependency
> > + - Revert "drm/imx: Annotate dma-fence critical section in commit
> path"
> > + - drm/amdgpu/powerplay: fix sysfs_emit/sysfs_emit_at handling
> > + - can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error path
> > + - can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for
> > + mcp251xfd_chip_rx_int_enable()
> > + - mm/zsmalloc.c: close race window between zs_pool_dec_isolated()
> and
> > + zs_unregister_migration()
> > + - zram: off by one in read_block_state()
> > + - perf bpf: Add missing free to bpf_event__print_bpf_prog_info()
> > + - llc: fix out-of-bound array index in llc_sk_dev_hash()
> > + - nfc: pn533: Fix double free when pn533_fill_fragment_skbs() fails
> > + - litex_liteeth: Fix a double free in the remove function
> > + - arm64: arm64_ftr_reg->name may not be a human-readable string
> > + - arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline
> functions
> > + - bpf, sockmap: Remove unhash handler for BPF sockmap usage
> > + - bpf, sockmap: Fix race in ingress receive verdict with redirect
> to self
> > + - bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and
> colliding
> > + - bpf, sockmap: sk_skb data_end access incorrect when src_reg =
> dst_reg
> > + - dmaengine: stm32-dma: fix burst in case of unaligned memory
> address
> > + - dmaengine: stm32-dma: avoid 64-bit division in
> stm32_dma_get_max_width
> > + - gve: Fix off by one in gve_tx_timeout()
> > + - drm/i915/fb: Fix rounding error in subsampled plane size
> calculation
> > + - init: make unknown command line param message clearer
> > + - seq_file: fix passing wrong private data
> > + - drm/amdgpu: fix uvd crash on Polaris12 during driver unloading
> > + - net: dsa: mv88e6xxx: Don't support >1G speeds on 6191X on ports
> other than
> > + 10
> > + - net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any
> > + - net: hns3: fix ROCE base interrupt vector initialization bug
> > + - net: hns3: fix pfc packet number incorrect after querying pfc
> parameters
> > + - net: hns3: fix kernel crash when unload VF while it is being reset
> > + - net: hns3: allow configure ETS bandwidth of all TCs
> > + - net: stmmac: allow a tc-taprio base-time of zero
> > + - net: ethernet: ti: cpsw_ale: Fix access to un-initialized memory
> > + - net: marvell: mvpp2: Fix wrong SerDes reconfiguration order
> > + - vsock: prevent unnecessary refcnt inc for nonblocking connect
> > + - net/smc: fix sk_refcnt underflow on linkdown and fallback
> > + - cxgb4: fix eeprom len when diagnostics not implemented
> > + - selftests/net: udpgso_bench_rx: fix port argument
> > + - thermal: int340x: fix build on 32-bit targets
> > + - smb3: do not error on fsync when readonly
> > + - ARM: 9155/1: fix early early_iounmap()
> > + - ARM: 9156/1: drop cc-option fallbacks for architecture selection
> > + - parisc: Fix backtrace to always include init funtion names
> > + - parisc: Flush kernel data mapping in set_pte_at() when installing
> pte for
> > + user page
> > + - MIPS: fix duplicated slashes for Platform file path
> > + - MIPS: fix *-pkg builds for loongson2ef platform
> > + - MIPS: Fix assembly error from MIPSr2 code used within
> MIPS_ISA_ARCH_LEVEL
> > + - x86/mce: Add errata workaround for Skylake SKX37
> > + - PCI/MSI: Move non-mask check back into low level accessors
> > + - PCI/MSI: Destroy sysfs before freeing entries
> > + - KVM: x86: move guest_pv_has out of user_access section
> > + - posix-cpu-timers: Clear task::posix_cputimers_work in
> copy_process()
> > + - irqchip/sifive-plic: Fixup EOI failed when masked
> > + - f2fs: should use GFP_NOFS for directory inodes
> > + - f2fs: include non-compressed blocks in compr_written_block
> > + - f2fs: fix UAF in f2fs_available_free_memory
> > + - ceph: fix mdsmap decode when there are MDS's beyond max_mds
> > + - erofs: fix unsafe pagevec reuse of hooked pclusters
> > + - drm/i915/guc: Fix blocked context accounting
> > + - block: Hold invalidate_lock in BLKDISCARD ioctl
> > + - block: Hold invalidate_lock in BLKZEROOUT ioctl
> > + - block: Hold invalidate_lock in BLKRESETZONE ioctl
> > + - ksmbd: Fix buffer length check in fsctl_validate_negotiate_info()
> > + - ksmbd: don't need 8byte alignment for request length in
> ksmbd_check_message
> > + - dmaengine: ti: k3-udma: Set bchan to NULL if a channel request
> fail
> > + - dmaengine: ti: k3-udma: Set r/tchan or rflow to NULL if request
> fail
> > + - dmaengine: bestcomm: fix system boot lockups
> > + - net, neigh: Enable state migration between NUD_PERMANENT and
> NTF_USE
> > + - 9p/net: fix missing error check in p9_check_errors
> > + - mm/filemap.c: remove bogus VM_BUG_ON
> > + - memcg: prohibit unconditional exceeding the limit of dying tasks
> > + - mm, oom: pagefault_out_of_memory: don't force global OOM for
> dying tasks
> > + - mm, oom: do not trigger out_of_memory from the #PF
> > + - mm, thp: lock filemap when truncating page cache
> > + - mm, thp: fix incorrect unmap behavior for private pages
> > + - mfd: dln2: Add cell for initializing DLN2 ADC
> > + - video: backlight: Drop maximum brightness override for brightness
> zero
> > + - bcache: fix use-after-free problem in bcache_device_free()
> > + - bcache: Revert "bcache: use bvec_virt"
> > + - PM: sleep: Avoid calling put_device() under dpm_list_mtx
> > + - s390/cpumf: cpum_cf PMU displays invalid value after hotplug
> remove
> > + - s390/cio: check the subchannel validity for dev_busid
> > + - s390/tape: fix timer initialization in tape_std_assign()
> > + - s390/ap: Fix hanging ioctl caused by orphaned replies
> > + - s390/cio: make ccw_device_dma_* more robust
> > + - remoteproc: elf_loader: Fix loading segment when is_iomem true
> > + - remoteproc: Fix the wrong default value of is_iomem
> > + - remoteproc: imx_rproc: Fix ignoring mapping vdev regions
> > + - remoteproc: imx_rproc: Fix rsc-table name
> > + - mtd: rawnand: fsmc: Fix use of SM ORDER
> > + - mtd: rawnand: ams-delta: Keep the driver compatible with on-die
> ECC engines
> > + - mtd: rawnand: xway: Keep the driver compatible with on-die ECC
> engines
> > + - mtd: rawnand: mpc5121: Keep the driver compatible with on-die ECC
> engines
> > + - mtd: rawnand: gpio: Keep the driver compatible with on-die ECC
> engines
> > + - mtd: rawnand: pasemi: Keep the driver compatible with on-die ECC
> engines
> > + - mtd: rawnand: orion: Keep the driver compatible with on-die ECC
> engines
> > + - mtd: rawnand: plat_nand: Keep the driver compatible with on-die
> ECC engines
> > + - mtd: rawnand: au1550nd: Keep the driver compatible with on-die
> ECC engines
> > + - powerpc/vas: Fix potential NULL pointer dereference
> > + - powerpc/bpf: Fix write protecting JIT code
> > + - powerpc/32e: Ignore ESR in instruction storage interrupt handler
> > + - powerpc/powernv/prd: Unregister OPAL_MSG_PRD2 notifier during
> module unload
> > + - powerpc/security: Use a mutex for interrupt exit code patching
> > + - powerpc/64s/interrupt: Fix check_return_regs_valid() false
> positive
> > + - powerpc/pseries/mobility: ignore ibm, platform-facilities updates
> > + - powerpc/85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=n
> > + - drm/sun4i: Fix macros in sun8i_csc.h
> > + - PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macros
> > + - PCI: aardvark: Fix PCIe Max Payload Size setting
> > + - SUNRPC: Partial revert of commit 6f9f17287e78
> > + - drm/amd/display: Look at firmware version to determine using dmub
> on dcn21
> > + - media: vidtv: move kfree(dvb) to vidtv_bridge_dev_release()
> > + - cifs: fix memory leak of smb3_fs_context_dup::server_hostname
> > + - ath10k: fix invalid dma_addr_t token assignment
> > + - mmc: moxart: Fix null pointer dereference on pointer host
> > + - selftests/x86/iopl: Adjust to the faked iopl CLI/STI usage
> > + - selftests/bpf: Fix also no-alu32 strobemeta selftest
> > + - arch/cc: Introduce a function to check for confidential computing
> features
> > + - x86/sev: Add an x86 version of cc_platform_has()
> > + - x86/sev: Make the #VC exception stacks part of the default stacks
> storage
> > + - media: videobuf2: always set buffer vb2 pointer
> > + - media: videobuf2-dma-sg: Fix buf->vb NULL pointer dereference
> > + - Linux 5.15.3
> > +
> > + * kernel panic: NULL pointer dereference in wb_timer_f() (LP:
> #1947557) //
> > + Jammy update: v5.15.3 upstream stable release (LP: #1951822)
> > + - blk-wbt: prevent NULL pointer dereference in wb_timer_fn
> > +
> > + * Medion Notebook Keyboard not working (LP: #1909814) // Jammy
> update: v5.15.3
> > + upstream stable release (LP: #1951822)
> > + - ACPI: resources: Add DMI-based legacy IRQ override quirk
> > +
> > + * Enable CONFIG_INTEL_IOMMU_DEFAULT_ON and
> > + CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON on jammy 5.15 (LP:
> #1951440)
> > + - [Config] enable Intel DMA remapping options by default
> > +
> > + * Thinkpad E14 Gen2: Kernel panic with trackpad and trackpoint enabled
> > + (LP: #1945590)
> > + - SAUCE: Input: elantech - Fix stack out of bound access in
> > + elantech_change_report_id()
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: LSM: Specify which LSM to display (using struct cred as
> input)
> > + - SAUCE: selftests/seccomp: fix check of fds being assigned
> > + - [Config] enable SUNRPC_DISABLE_INSECURE_ENCTYPES
> > + - [Config] updateconfigs following v5.15.3, v5.15.4 import
> > +
> > + * Miscellaneous upstream changes
> > + - binder: use cred instead of task for selinux checks
> > + - binder: use cred instead of task for getsecid
> > + - Revert "UBUNTU: SAUCE: storvsc: use small sg_tablesize on x86"
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 22 Nov 2021
> 13:14:15 +0100
> > +
> > +linux (5.15.0-11.11) jammy; urgency=medium
> > +
> > + * jammy/linux: 5.15.0-11.11 -proposed tracker (LP: #1950948)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - debian/dkms-versions -- update from kernel-versions (main/master)
> > +
> > + * OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI (LP: #1942215)
> > + - SAUCE: ACPICA: prevent out-of-bound access with buggy DSDT
> > + - [Config] disable UBSAN
> > + - SAUCE: ACPICA: avoid accessing operands out-of-bounds
> > +
> > + * Jammy update: v5.15.2 upstream stable release (LP: #1950949)
> > + - KVM: x86: avoid warning with -Wbitwise-instead-of-logical
> > + - Revert "x86/kvm: fix vcpu-id indexed array sizes"
> > + - usb: ehci: handshake CMD_RUN instead of STS_HALT
> > + - usb: gadget: Mark USB_FSL_QE broken on 64-bit
> > + - usb: musb: Balance list entry in musb_gadget_queue
> > + - usb-storage: Add compatibility quirk flags for iODD 2531/2541
> > + - Revert "proc/wchan: use printk format instead of
> lookup_symbol_name()"
> > + - binder: use euid from cred instead of using task
> > + - binder: don't detect sender/target during buffer cleanup
> > + - kfence: always use static branches to guard kfence_alloc()
> > + - kfence: default to dynamic branch instead of static keys mode
> > + - btrfs: fix lzo_decompress_bio() kmap leakage
> > + - staging: rtl8712: fix use-after-free in rtl8712_dl_fw
> > + - isofs: Fix out of bound access for corrupted isofs image
> > + - comedi: dt9812: fix DMA buffers on stack
> > + - comedi: ni_usb6501: fix NULL-deref in command paths
> > + - comedi: vmk80xx: fix transfer-buffer overflows
> > + - comedi: vmk80xx: fix bulk-buffer overflow
> > + - comedi: vmk80xx: fix bulk and interrupt message timeouts
> > + - staging: r8712u: fix control-message timeout
> > + - staging: rtl8192u: fix control-message timeouts
> > + - staging: r8188eu: fix memleak in rtw_wx_set_enc_ext
> > + - media: staging/intel-ipu3: css: Fix wrong size comparison
> imgu_css_fw_init
> > + - rsi: fix control-message timeout
> > + - Linux 5.15.2
> > +
> > + * reuseport_bpf_numa in net from ubuntu_kernel_selftests fails on
> ppc64le
> > + (LP: #1867570)
> > + - selftests/net: Fix reuseport_bpf_numa by skipping unavailable
> nodes
> > +
> > + * Miscellaneous Ubuntu changes
> > + - packaging: switch getabis to the linux package name
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: SAUCE: (no-up) rename the adv7511 drm driver to
> adv7511_drm"
> > + - Revert "UBUNTU: SAUCE: drm/i915/dp: Use max params for older
> panels"
> > + - Revert "UBUNTU: SAUCE: i915: Fix build error due to missing struct
> > + definition"
> > + - selftests/core: fix conflicting types compile error for
> close_range()
> > + - selftests: net: test_vxlan_under_vrf: fix HV connectivity test
> > + - Revert "UBUNTU: SAUCE: ACPICA: prevent out-of-bound access with
> buggy DSDT"
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 15 Nov 2021
> 10:12:47 +0100
> > +
> > +linux (5.15.0-10.10) jammy; urgency=medium
> > +
> > + * jammy/linux: 5.15.0-10.10 -proposed tracker (LP: #1950133)
> > +
> > + * Jammy update: v5.15.1 upstream stable release (LP: #1950131)
> > + - sfc: Fix reading non-legacy supported link modes
> > + - media: firewire: firedtv-avc: fix a buffer overflow in
> avc_ca_pmt()
> > + - Revert "xhci: Set HCD flag to defer primary roothub registration"
> > + - Revert "usb: core: hcd: Add support for deferring roothub
> registration"
> > + - drm/amdkfd: fix boot failure when iommu is disabled in Picasso.
> > + - Revert "soc: imx: gpcv2: move reset assert after requesting
> domain power up"
> > + - ARM: 9120/1: Revert "amba: make use of -1 IRQs warn"
> > + - Revert "wcn36xx: Disable bmps when encryption is disabled"
> > + - drm/amdgpu: revert "Add autodump debugfs node for gpu reset v8"
> > + - drm/amd/display: Revert "Directly retrain link from debugfs"
> > + - Revert "drm/i915/gt: Propagate change in error status to children
> on unhold"
> > + - ALSA: usb-audio: Add quirk for Audient iD14
> > + - Linux 5.15.1
> > +
> > + * Miscellaneous Ubuntu changes
> > + - packaging: fixup previous ABI/spin to -9.9
> > + - [Packaging] Drop unused d-i build-deps and packaging
> > + - [Packaging] Drop now unsupported d-i/ input files
> > +
> > + * Miscellaneous upstream changes
> > + - selftests: net: properly support IPv6 in GSO GRE test
> > + - signal: Add SA_IMMUTABLE to ensure forced siganls do not get
> changed
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 08 Nov 2021
> 14:43:24 +0100
> > +
> > +linux (5.15.0-9.9) jammy; urgency=medium
> > +
> > + * jammy/linux: 5.15.0-1.1 -proposed tracker (LP: #1949876)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] update variants
> > + - [Packaging] update Ubuntu.md
> > +
> > + * Add F81966 watchdog support (LP: #1949063)
> > + - SAUCE: ODM: watchdog: f71808e_wdt: Add F81966 support
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] Rewrite debian/scripts/misc/insert-changes.pl in
> Python
> > + - [Packaging] change source package name to linux
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Thu, 04 Nov 2021
> 18:47:19 +0100
> > +
> > +linux (5.15.0-0.0) jammy; urgency=medium
> > +
> > + * Empty entry
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Thu, 04 Nov 2021
> 16:47:16 +0100
> > +
> > +linux-unstable (5.15.0-8.8) jammy; urgency=medium
> > +
> > + * jammy/linux-unstable: 5.15.0-8.8 -proposed tracker (LP: #1949436)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - debian/dkms-versions -- update from kernel-versions (main/master)
> > +
> > + * Drop "UBUNTU: SAUCE: cachefiles: Page leaking in
> > + cachefiles_read_backing_file while vmscan is active" (LP: #1947709)
> > + - Revert "UBUNTU: SAUCE: cachefiles: Page leaking in
> > + cachefiles_read_backing_file while vmscan is active"
> > +
> > + * Add l2tp.sh in net from ubuntu_kernel_selftests back (LP: #1934293)
> > + - Revert "UBUNTU: SAUCE: selftests/net -- disable l2tp.sh test"
> > +
> > + * Check for changes relevant for security certifications (LP:
> #1945989)
> > + - [Packaging] Add fips-checks as part of finalchecks
> > +
> > + * Add final-checks to check certificates (LP: #1947174)
> > + - [Packaging] Add system trusted and revocation keys final check
> > +
> > + * Can only reach PC3 when ethernet is plugged r8169 (LP: #1946433)
> > + - r8169: Enable chip-specific ASPM regardless of PCIe ASPM status
> > + - PCI/ASPM: Introduce a new helper to report ASPM capability
> > + - r8169: Implement dynamic ASPM mechanism
> > +
> > + * rtw89 kernel module for Realtek 8852 wifi is missing (LP: #1945967)
> > + - rtw89: add Realtek 802.11ax driver
> > + - rtw89: Remove redundant check of ret after call to
> rtw89_mac_enable_bb_rf
> > + - rtw89: fix return value check in rtw89_cam_send_sec_key_cmd()
> > + - rtw89: remove unneeded semicolon
> > + - [Config] RTW89=m
> > +
> > + * Fix A yellow screen pops up in an instant (< 1 second) and then
> disappears
> > + before loading the system (LP: #1945932)
> > + - drm/i915: Stop force enabling pipe bottom color gammma/csc
> > +
> > + * disable CONFIG_KFENCE_STATIC_KEYS in linux 5.15 (LP: #1948038)
> > + - [Config] disable CONFIG_KFENCE_STATIC_KEYS
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Debian] Remove old and unused firmware helper scripts
> > + - [Packaging] Replace Perl oneliner with Bash statements
> > + - rebase to v5.15
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.15
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Tue, 02 Nov 2021
> 08:29:45 +0100
> > +
> > +linux-unstable (5.15.0-7.7) jammy; urgency=medium
> > +
> > + * jammy/linux-unstable: 5.15.0-7.7 -proposed tracker (LP: #1948770)
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] Temporarily disable signing for ppc64el and s390x
> > + - packaging: switch release to Jammy
> > + - rebase to v5.15-rc7
> > + - [Config] GCC version update
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.15-rc7
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Tue, 26 Oct 2021
> 11:38:14 +0200
> > +
> > +linux-unstable (5.15.0-6.6) jammy; urgency=medium
> > +
> > + * impish/linux-unstable: 5.15.0-6.6 -proposed tracker (LP: #1947565)
> > +
> > + * [impish] Remove the downstream xr-usb-uart driver (LP: #1945938)
> > + - SAUCE: xr-usb-serial: remove driver
> > + - [Config] update modules list
> > +
> > + * Packaging resync (LP: #1786013)
> > + - debian/dkms-versions -- update from kernel-versions (main/master)
> > +
> > + * Miscellaneous Ubuntu changes
> > + - rebase to v5.15-rc6
> > + - [Config] update config & annotations following v5.15-rc6 rebase
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: SAUCE: xr-usb-serial: switch to
> tty_alloc_driver() and
> > + tty_driver_kref_put()"
> > + - Revert "UBUNTU: SAUCE: xr-usb-serial: update return code for
> > + xr_usb_serial_tty_write_room() and
> xr_usb_serial_tty_chars_in_buffer()"
> > + - Revert "UBUNTU: [Packaging] FTBFS: disable zfs"
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.15-rc6
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 18 Oct 2021
> 12:24:45 +0200
> > +
> > +linux-unstable (5.15.0-5.5) impish; urgency=medium
> > +
> > + * impish/linux-unstable: 5.15.0-5.5 -proposed tracker (LP: #1946338)
> > +
> > + * Miscellaneous Ubuntu changes
> > + - rebase to v5.15-rc5
> > + - [Config] FB_SIMPLE=m
> > + - [Config] update annotations
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.15-rc5
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 11 Oct 2021
> 12:14:02 +0200
> > +
> > +linux-unstable (5.15.0-4.4) impish; urgency=medium
> > +
> > + * impish/linux-unstable: 5.15.0-4.4 -proposed tracker (LP: #1945953)
> > +
> > + * Fix missing HDMI audio on Intel RKL (LP: #1945556)
> > + - drm/i915/audio: Use BIOS provided value for RKL HDA link
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: media: atomisp: add missing return type (fix
> -Werror=return-type)
> > + - SAUCE: xr-usb-serial: switch to tty_alloc_driver() and
> tty_driver_kref_put()
> > + - rebase to v5.15-rc4
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: [Config] FTBFS: disable INTEL_ATOMISP"
> > + - Revert "UBUNTU: [Config] FTBFS: disable xr-usb-serial"
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.15-rc4
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 04 Oct 2021
> 10:52:41 +0200
> > +
> > +linux-unstable (5.15.0-3.3) impish; urgency=medium
> > +
> > + * impish/linux-unstable: 5.15.0-3.3 -proposed tracker (LP: #1944944)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - debian/dkms-versions -- update from kernel-versions (main/master)
> > +
> > + * Miscellaneous Ubuntu changes
> > + - rebase to v5.15-rc3
> > + - [Config] updateconfigs following v5.15-rc3 rebase
> > + - [Packaging] correctly evaluate release in update-dkms-versions
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.15-rc3
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 27 Sep 2021
> 16:48:03 +0200
> > +
> > +linux-unstable (5.15.0-2.2) impish; urgency=medium
> > +
> > + * impish/linux-unstable: 5.15.0-2.2 -proposed tracker (LP: #1944423)
> > +
> > + * Miscellaneous Ubuntu changes
> > + - rebase to v5.15-rc2
> > + - [Config] updateconfigs following v5.15-rc2 rebase
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.15-rc2
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Tue, 21 Sep 2021
> 11:46:59 +0200
> > +
> > +linux-unstable (5.15.0-1.1) impish; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - debian/dkms-versions -- update from kernel-versions (main/master)
> > +
> > + * LRMv5: switch primary version handling to kernel-versions data set
> > + (LP: #1928921)
> > + - [Packaging] switch to kernel-versions
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] remove remaining references to ports
> > + - [Packaging] drop x32 architecture configs
> > + - [Config] mark CONFIG_BPF_UNPRIV_DEFAULT_OFF enforced
> > + - [Packaging] bump kernel version to 5.15
> > + - rebase to v5.15-rc1
> > + - [Config] updateconfigs following v5.15-rc1 rebase
> > + - [Config] FTBFS: disable INTEL_ATOMISP
> > + - [Config] FTBFS: disable xr-usb-serial
> > + - [Packaging] FTBFS: disable zfs
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "r8169: avoid link-up interrupt issue on RTL8106e if user
> enables
> > + ASPM"
> > + - Revert "UBUNTU: SAUCE: RDMA/core: Introduce peer memory interface"
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.15-rc1
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Fri, 17 Sep 2021
> 11:42:25 +0200
> > +
> > +linux-unstable (5.15.0-0.0) impish; urgency=medium
> > +
> > + * Empty entry
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Wed, 15 Sep 2021
> 11:54:10 +0200
> > +
> > +linux-unstable (5.14.0-9.9) impish; urgency=medium
> > +
> > + * impish/linux-unstable: 5.14.0-9.9 -proposed tracker (LP: #1943022)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] NVIDIA -- Add the NVIDIA 470 driver
> > + - [Packaging] NVIDIA: transition -460 and -465 to -470, transition
> -460-server
> > + to -470-server
> > +
> > + * Miscellaneous upstream changes
> > + - vt_kdsetmode: extend console locking
> > + - Bluetooth: btusb: check conditions before enabling USB ALT 3 for
> WBS
> > + - net: dsa: mt7530: fix VLAN traffic leaks again
> > + - btrfs: fix NULL pointer dereference when deleting device by
> invalid id
> > + - 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
> > + - Linux 5.14.1
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Wed, 08 Sep 2021
> 12:20:18 +0200
> > +
> > +linux-unstable (5.14.0-8.8) impish; urgency=medium
> > +
> > + * impish/linux-unstable: 5.14.0-8.8 -proposed tracker (LP: #1941887)
> > +
> > + * Fix Intel AC9560 BT function cannot turn on if BT turn off before
> S3 entry
> > + (LP: #1941696)
> > + - SAUCE: Bluetooth: btusb: add a reject table to disable msft
> > +
> > + * Add USB4 support for AMD SoC (LP: #1941036)
> > + - thunderbolt: Add vendor specific NHI quirk for auto-clearing
> interrupt
> > + status
> > + - thunderbolt: Handle ring interrupt by reading interrupt status
> register
> > + - thunderbolt: Do not read control adapter config space
> > + - thunderbolt: Fix port linking by checking all adapters
> > +
> > + * Support builtin revoked certificates (LP: #1932029)
> > + - [Config] Enforce SYSTEM_TRUSTED_KEYS and SYSTEM_REVOCATION_KEYS
> > +
> > + * GPIO error logs in start and dmesg after update of kernel (LP:
> #1937897)
> > + - ODM: mfd: Check AAEON BFPI version before adding device
> > +
> > + * initramfs-tools & kernel: use zstd as the default compression method
> > + (LP: #1931725)
> > + - [Config] enforce ZSTD compression
> > +
> > + * Miscellaneous Ubuntu changes
> > + - rebase to v5.14
> > + - [Config] RESET_MCHP_SPARX5 depends on ARCH_SPARX5
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: [Packaging] FTBFS: disable zfs"
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.14
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 30 Aug 2021
> 12:57:19 +0200
> > +
> > +linux-unstable (5.14.0-7.7) impish; urgency=medium
> > +
> > + * Please enable CONFIG_UBSAN_BOUNDS (LP: #1914685)
> > + - [Config] Enable CONFIG_UBSAN_BOUNDS
> > +
> > + * CONFIG_HARDENED_USERCOPY_FALLBACK should be disabled (LP: #1855340)
> > + - [Config] Disable CONFIG_HARDENED_USERCOPY_FALLBACK
> > +
> > + * fs: removing mandatory locks (LP: #1940392)
> > + - [Config] Disable CONFIG_MANDATORY_FILE_LOCKING
> > +
> > + * Fix kernel panic caused by legacy devices on AMD platforms (LP:
> #1936682)
> > + - SAUCE: iommu/amd: Keep swiotlb enabled to ensure devices with
> 32bit DMA
> > + still work
> > +
> > + * ALSA: hda/cs8409: Add support for dolphin (LP: #1939541)
> > + - ALSA: hda/cirrus: Move CS8409 HDA bridge to separate module
> > + - ALSA: hda/cs8409: Move arrays of configuration to a new file
> > + - ALSA: hda/cs8409: Use enums for register names and coefficients
> > + - ALSA: hda/cs8409: Mask all CS42L42 interrupts on initialization
> > + - ALSA: hda/cs8409: Reduce HS pops/clicks for Cyborg
> > + - ALSA: hda/cs8409: Disable unnecessary Ring Sense for
> Cyborg/Warlock/Bullseye
> > + - ALSA: hda/cs8409: Disable unsolicited responses during suspend
> > + - ALSA: hda/cs8409: Disable unsolicited response for the first boot
> > + - ALSA: hda/cs8409: Mask CS42L42 wake events
> > + - ALSA: hda/cs8409: Simplify CS42L42 jack detect.
> > + - ALSA: hda/cs8409: Prevent I2C access during suspend time
> > + - ALSA: hda/cs8409: Generalize volume controls
> > + - ALSA: hda/cs8409: Dont disable I2C clock between consecutive
> accesses
> > + - ALSA: hda/cs8409: Avoid setting the same I2C address for every
> access
> > + - ALSA: hda/cs8409: Avoid re-setting the same page as the last
> access
> > + - ALSA: hda/cs8409: Support i2c bulk read/write functions
> > + - ALSA: hda/cs8409: Separate CS8409, CS42L42 and project functions
> > + - ALSA: hda/cs8409: Move codec properties to its own struct
> > + - ALSA: hda/cs8409: Support multiple sub_codecs for
> Suspend/Resume/Unsol
> > + events
> > + - ALSA: hda/cs8409: Add Support to disable jack type detection for
> CS42L42
> > + - ALSA: hda/cs8409: Add support for dolphin
> > + - ALSA: hda/cs8409: Enable Full Scale Volume for Line Out Codec on
> Dolphin
> > + - ALSA: hda/cs8409: Set fixed sample rate of 48kHz for CS42L42
> > + - ALSA: hda/cs8409: Use timeout rather than retries for I2C
> transaction waits
> > + - ALSA: hda/cs8409: Remove unnecessary delays
> > + - ALSA: hda/cs8409: Follow correct CS42L42 power down sequence for
> suspend
> > + - ALSA: hda/cs8409: Unmute/Mute codec when stream starts/stops
> > + - ALSA: hda/cs8409: Prevent pops and clicks during suspend
> > + - SAUCE: ALSA: hda/cs8409: Prevent pops and clicks during reboot
> > + - [Config] Enable Cirrus Logic HDA bridge support
> > +
> > + * e1000e: add handshake with the Intel CSME to support S0ix (LP:
> #1937252)
> > + - SAUCE: e1000e: Add handshake with the CSME to support S0ix
> > + - SAUCE: e1000e: Add polling mechanism to indicate CSME DPG exit
> > + - SAUCE: e1000e: Additional PHY power saving in S0ix
> > +
> > + * AMDGPU: Fix System hang after resume from suspend (LP: #1940204)
> > + - SAUCE: drm/amdgpu: disable BACO support for 699F:C7 polaris12 SKU
> > + temporarily
> > +
> > + * [Regression] Audio card [8086:9d71] not detected after upgrade from
> linux
> > + 5.4 to 5.8 (LP: #1915117)
> > + - [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y
> > +
> > + * Miscellaneous Ubuntu changes
> > + - rebase to v5.14-rc7
> > + - [Config] updateconfigs following 5.14-rc7 rebase
> > + - [Config] Enable CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT
> > + - [Config] annotations: set CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT
> to y
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: [Config] annotations: set
> > + CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y"
> > + - Revert "UBUNTU: [Config] set
> CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to
> > + y"
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.14-rc7
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Tue, 24 Aug 2021
> 10:32:31 +0200
> > +
> > +linux-unstable (5.14.0-6.6) impish; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - no changes upload (to avoid picking up libc6 from -proposed)
> > +
> > + * No changes upload (to avoid picking up libc6 from -proposed)
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Wed, 18 Aug 2021
> 13:41:16 +0200
> > +
> > +linux-unstable (5.14.0-5.5) impish; urgency=medium
> > +
> > + * disable “CONFIG_HISI_DMA” config for ubuntu version (LP: #1936771)
> > + - [Config] Disable CONFIG_HISI_DMA
> > +
> > + * Dell XPS 17 (9710) PCI/internal sound card not detected (LP:
> #1935850)
> > + - ASoC: Intel: sof_sdw: include rt711.h for RT711 JD mode
> > + - ASoC: Intel: sof_sdw: add quirk for Dell XPS 9710
> > +
> > + * [regression] USB device is not detected during boot (LP: #1939638)
> > + - SAUCE: Revert "usb: core: reduce power-on-good delay time of root
> hub"
> > +
> > + * armhf build failure (LP: #1939308)
> > + - SAUCE: arm: Fix instruction set selection for GCC 11
> > +
> > + * REGRESSION: shiftfs lets sendfile fail with EINVAL (LP: #1939301)
> > + - SAUCE: shiftfs: fix sendfile() invocations
> > +
> > + * Wobbly graphics on built-in display since
> linux-image-5.11.0-22-generic
> > + (LP: #1936708)
> > + - SAUCE: drm/i915/dp: Use max params for older panels
> > +
> > + * [SRU][H/OEM-5.10/OEM-5.13/U] Fix system hang after unplug tbt dock
> > + (LP: #1938689)
> > + - SAUCE: igc: fix page fault when thunderbolt is unplugged
> > +
> > + * e1000e blocks the boot process when it tried to write checksum to
> its NVM
> > + (LP: #1936998)
> > + - SAUCE: e1000e: Do not take care about recovery NVM checksum
> > +
> > + * [Regression] Audio card [8086:9d71] not detected after upgrade from
> linux
> > + 5.4 to 5.8 (LP: #1915117)
> > + - [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y
> > + - [Config] annotations: set
> CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] updateconfigs following 5.14-rc6 rebase
> > + - rebase to v5.14-rc6
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.14-rc6
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Tue, 17 Aug 2021
> 17:49:15 +0200
> > +
> > +linux-unstable (5.14.0-4.4) impish; urgency=medium
> > +
> > + * impish/linux-unstable: 5.14.0-4.4 -proposed tracker (LP: #1938566)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "riscv: Get CPU manufacturer information"
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Tue, 03 Aug 2021
> 14:50:27 +0200
> > +
> > +linux-unstable (5.14.0-3.3) impish; urgency=medium
> > +
> > + * Add additional Mediatek MT7921 WiFi/BT device IDs (LP: #1937004)
> > + - SAUCE: Bluetooth: btusb: Add Mediatek MT7921 support for Foxconn
> > + - SAUCE: Bluetooth: btusb: Add Mediatek MT7921 support for IMC
> Network
> > + - SAUCE: Bluetooth: btusb: Add support for Foxconn Mediatek Chip
> > +
> > + * Fix display output on HP hybrid GFX laptops (LP: #1936296)
> > + - drm/i915: Invoke another _DSM to enable MUX on HP Workstation
> laptops
> > +
> > + * Miscellaneous Ubuntu changes
> > + - rebase to v5.14-rc3
> > + - [Config] updateconfigs following 5.14-rc3 rebase
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.14-rc3
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 26 Jul 2021
> 12:52:38 +0200
> > +
> > +linux-unstable (5.14.0-2.2) impish; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: xr-usb-serial: update return code for
> xr_usb_serial_tty_write_room()
> > + and xr_usb_serial_tty_chars_in_buffer()
> > + - SAUCE: platform/x86: dell-uart-backlight: update return code for
> > + uart_chars_in_buffer(()
> > + - [Config] updateconfigs following 5.14-rc2 rebase
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: [Config] FTBFS: disable ubuntu/xr-usb-serial"
> > + - Revert "UBUNTU: [Config] FTBFS: disable DELL_UART_BACKLIGHT"
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.14-rc2
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Thu, 22 Jul 2021
> 11:03:28 +0200
> > +
> > +linux-unstable (5.14.0-1.1) impish; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] bump kernel version to 5.14
> > + - [Config] updateconfigs following 5.14-rc1 rebase
> > + - [Config] update annotations
> > + - [Packaging] FTBFS: disable zfs
> > + - [Config] FTBFS: disable DELL_UART_BACKLIGHT
> > + - [Config] FTBFS: disable ubuntu/xr-usb-serial
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: [Packaging] update variants"
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.14-rc1
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Fri, 16 Jul 2021
> 15:20:04 +0200
> > +
> > +linux-unstable (5.14.0-0.0) impish; urgency=medium
> > +
> > + * Empty entry
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Tue, 13 Jul 2021
> 12:15:35 +0200
> > +
> > +linux (5.13.0-11.11) impish; urgency=medium
> > +
> > + * impish/linux: 5.13.0-11.11 -proposed tracker (LP: #1933854)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] update variants
> > +
> > + * Support builtin revoked certificates (LP: #1932029)
> > + - [Packaging] build canonical-revoked-certs.pem from branch/arch
> certs
> > + - [Packaging] Revoke 2012 UEFI signing certificate as built-in
> > + - [Config] Configure CONFIG_SYSTEM_REVOCATION_KEYS with revoked keys
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] Change source package name to linux
> > +
> > + * Miscellaneous upstream changes
> > + - mm/page_alloc: Correct return value of populated elements if bulk
> array is
> > + populated
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Tue, 29 Jun 2021
> 07:50:25 +0200
> > +
> > +linux (5.13.0-10.10) impish; urgency=medium
> > +
> > + * Empty entry
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 28 Jun 2021
> 08:40:05 +0200
> > +
> > +linux-unstable (5.13.0-10.10) impish; urgency=medium
> > +
> > + * impish/linux-unstable: 5.13.0-10.10 -proposed tracker (LP: #1933795)
> > +
> > + * Pixel format change broken for Elgato Cam Link 4K (LP: #1932367)
> > + - media: uvcvideo: Fix pixel format change for Elgato Cam Link 4K
> > +
> > + * initramfs-tools & kernel: use zstd as the default compression method
> > + (LP: #1931725)
> > + - s390/decompressor: correct BOOT_HEAP_SIZE condition
> > + - s390/boot: add zstd support
> > + - [Packaging] use ZSTD to compress s390 kernels
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: selftests: tls: fix chacha+bidir tests
> > + - SAUCE: selftests: icmp_redirect: support expected failures
> > + - [Config] update configs and annotations after rebase to 5.13
> > +
> > + * Miscellaneous upstream changes
> > + - tls: prevent oversized sendfile() hangs by ignoring MSG_MORE
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.13
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 28 Jun 2021
> 08:40:05 +0200
> > +
> > +linux-unstable (5.13.0-9.9) impish; urgency=medium
> > +
> > + * impish/linux-unstable: 5.13.0-9.9 -proposed tracker (LP: #1933070)
> > +
> > + * Add support for selective build of special drivers (LP: #1912789)
> > + - [Packaging] Add support for ODM drivers
> > + - [Packaging] Turn on ODM support for amd64
> > + - [Packaging] Fix ODM support in actual build
> > + - [Packaging] Fix ODM DRIVERS Kconfig
> > +
> > + * Add support for IO functions of AAEON devices (LP: #1929504)
> > + - ODM: [Config] update config for AAEON devices
> > + - ODM: hwmon: add driver for AAEON devices
> > + - ODM: leds: add driver for AAEON devices
> > + - ODM: watchdog: add driver for AAEON devices
> > + - ODM: gpio: add driver for AAEON devices
> > + - ODM: mfd: Add support for IO functions of AAEON devices
> > +
> > + * Disable hv-kvp-daemon.service on certain instance types (LP:
> #1932081)
> > + - [Packaging]: Add kernel command line condition to hv-kvp-daemon
> service
> > +
> > + * Fix non-working GPU on Some HP desktops (LP: #1931147)
> > + - PCI: Coalesce host bridge contiguous apertures
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: selftests: seccomp: bump up timeout to 5min
> > + - SAUCE: Revert "net/tls(TLS_SW): Add selftest for 'chunked'
> sendfile test"
> > + - [Config] update annotations after rebase to 5.13-rc7
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.13-rc7
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 21 Jun 2021
> 10:55:36 +0200
> > +
> > +linux-unstable (5.13.0-8.8) impish; urgency=medium
> > +
> > + * impish/linux-unstable: 5.13.0-8.8 -proposed tracker (LP: #1932018)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * initramfs-tools & kernel: use zstd as the default compression method
> > + (LP: #1931725)
> > + - [Config] use ZSTD to compress amd64 kernels
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] enable signing for ppc64el
> > + - SAUCE: powerpc: Fix initrd corruption with relative jump labels
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Tue, 15 Jun 2021
> 15:07:34 +0200
> > +
> > +linux-unstable (5.13.0-7.7) impish; urgency=medium
> > +
> > + * impish/linux-unstable: 5.13.0-7.7 -proposed tracker (LP: #1931840)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > + - [Packaging] resync getabis
> > + - [Packaging] update helper scripts
> > + - update dkms package versions
> > +
> > + * Intel ADL-S graphics feature enabling (LP: #1931240)
> > + - SAUCE: drm/i915/adl_s: ADL-S platform Update PCI ids for Mobile
> BGA
> > +
> > + * Kernel package builds running out of space on builders (LP:
> #1930713)
> > + - [Config] CONFIG_DEBUG_INFO_COMPRESSED=n
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Debian] remove nvidia dkms build support
> > + - [Config] remove now unsued do_dkms_nvidia* build variables
> > + - [Config] enable signing for s390x
> > + - [Config] update annotations after configs review
> > + - [Config] update toolchain versions
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.13-rc6
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 14 Jun 2021
> 11:53:08 +0200
> > +
> > +linux-unstable (5.13.0-6.6) impish; urgency=medium
> > +
> > + * impish/linux-unstable: 5.13.0-6.6 -proposed tracker (LP: #1931071)
> > +
> > + * Kernel package builds running out of space on builders (LP:
> #1930713)
> > + - [Debian] use stamps for flavour install targets
> > + - [Debian] run install-$(flavour) targets during build phase
> > + - [Debian] remove dh_testroot from install targets
> > + - [Debian] dkms-build -- use fakeroot if not running as root
> > + - [Debian] exclude $(DEBIAN)/__abi.current from linux-source
> > +
> > + * [UBUNTU 21.04] tools/kvm_stat: Add restart delay (LP: #1921870)
> > + - [Debian] install kvm_stat systemd service
> > +
> > + * Debugging symbols (dbgsym) packages are missing GDB kernel scripts
> > + (LP: #1928715)
> > + - [Packaging] Build and include GDB Python scripts into debug
> packages
> > +
> > + * Can't detect intel wifi 6235 (LP: #1920180)
> > + - SAUCE: iwlwifi: add new pci id for 6235
> > +
> > + * Select correct boot VGA when BIOS doesn't do it properly (LP:
> #1929217)
> > + - vgaarb: Use ACPI HID name to find integrated GPU
> > +
> > + * Fix kernel panic on Intel Bluetooth (LP: #1928838)
> > + - Bluetooth: Shutdown controller after workqueues are flushed or
> cancelled
> > +
> > + * build module CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m for 5.11,
> 5.13-rc2
> > + and later (LP: #1921632)
> > + - [Config] enable soundwire audio mach driver
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] CONFIG_SND_SOC_RT1308 can only be enabled on amd64
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.13-rc5
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 07 Jun 2021
> 10:45:13 +0200
> > +
> > +linux-unstable (5.13.0-5.5) impish; urgency=medium
> > +
> > + * impish/linux-unstable: 5.13.0-5.5 -proposed tracker (LP: #1930205)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] set CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 31 May 2021
> 12:32:38 +0200
> > +
> > +linux-unstable (5.13.0-4.4) impish; urgency=medium
> > +
> > + * impish/linux-unstable: 5.13.0-4.4 -proposed tracker (LP: #1929404)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Support importing mokx keys into revocation list from the mok table
> > + (LP: #1928679)
> > + - SAUCE: integrity: add informational messages when revoking certs
> > +
> > + * Support importing mokx keys into revocation list from the mok table
> > + (LP: #1928679) // CVE-2020-26541 when certificates are revoked via
> > + MokListXRT.
> > + - SAUCE: integrity: Load mokx certs from the EFI MOK config table
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] Temporarily disable signing for ppc64el and s390x
> > + - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Be more careful about
> copying up
> > + sxid files"
> > + - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Propogate nosuid from
> lower and
> > + upper mounts"
> > + - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Enable user namespace
> mounts"
> > + - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: ensure mounter
> privileges when
> > + reading directories"
> > + - SAUCE: Revert "UBUNTU: SAUCE: fs: Move SB_I_NOSUID to the top of
> s_iflags"
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.13-rc3
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 24 May 2021
> 13:06:17 +0200
> > +
> > +linux-unstable (5.13.0-3.3) impish; urgency=medium
> > +
> > + * impish/linux-unstable: 5.13.0-3.3 -proposed tracker (LP: #1928655)
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.13-rc2
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 17 May 2021
> 11:55:02 +0200
> > +
> > +linux-unstable (5.13.0-2.2) impish; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] enable CONFIG_DEBUG_INFO_COMPRESSED
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: [Config] temporarily disable BPF JIT"
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Fri, 14 May 2021
> 09:19:02 +0200
> > +
> > +linux-unstable (5.13.0-1.1) impish; urgency=medium
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.13-rc1
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Wed, 12 May 2021
> 11:35:23 +0200
> > +
> > +linux-unstable (5.13.0-0.0) impish; urgency=medium
> > +
> > + * Empty entry
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Tue, 11 May 2021
> 08:40:09 +0200
> > +
> > +linux-unstable (5.12.0-11.11) impish; urgency=medium
> > +
> > + * Impish update: v5.12.1 upstream stable release (LP: #1927094)
> > + - net: hso: fix NULL-deref on disconnect regression
> > + - USB: CDC-ACM: fix poison/unpoison imbalance
> > + - iwlwifi: Fix softirq/hardirq disabling in
> iwl_pcie_gen2_enqueue_hcmd()
> > + - cfg80211: fix locking in netlink owner interface destruction
> > + - mei: me: add Alder Lake P device id.
> > + - Linux 5.12.1
> > +
> > + * Packaging resync (LP: #1786013) // Impish update: v5.12.1 upstream
> stable
> > + release (LP: #1927094)
> > + - update dkms package versions
> > +
> > + * Gigabyte R120-T33 (ARM ThunderX SoC) fails to boot in ACPI mode
> > + (LP: #1925075) // Impish update: v5.12.1 upstream stable release
> > + (LP: #1927094)
> > + - ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe
> failure
> > +
> > + * Fix kernel panic at boot on dual GFX systems (LP: #1926792) //
> Impish
> > + update: v5.12.1 upstream stable release (LP: #1927094)
> > + - drm/amdgpu: Register VGA clients after init can no longer fail
> > +
> > + * On TGL platforms screen shows garbage when browsing website by
> scrolling
> > + mouse (LP: #1926579) // Impish update: v5.12.1 upstream stable
> release
> > + (LP: #1927094)
> > + - SAUCE: drm/i915/display: Disable PSR2 if TGL Display stepping is
> B1 from A0
> > +
> > + * CirrusLogic: Cracking noises appears in built-in speaker when
> output volume
> > + is set >80% (LP: #1924997) // Impish update: v5.12.1 upstream
> stable release
> > + (LP: #1927094)
> > + - SAUCE: ALSA: hda/cirrus: Use CS8409 Equalizer to fix abnormal
> sounds on
> > + Bullseye
> > +
> > + * Enable mute/micmute LEDs and limit mic boost on EliteBook 845 G8
> > + (LP: #1925415) // Impish update: v5.12.1 upstream stable release
> > + (LP: #1927094)
> > + - ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost
> on EliteBook
> > + 845 G8
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: SAUCE: PCI: Disable broken RTIT_BAR of Intel TH"
> > + - Revert "UBUNTU: [Config] temporarily disable ZFS"
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Tue, 04 May 2021
> 18:35:54 +0200
> > +
> > +linux-unstable (5.12.0-10.10) impish; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] Drop versioned ABI directory names
> > + - [Packaging] getabis: Download ABIs into an unversioned directory
> > + - [Packaging] final-checks: Handle unversioned ABI directories
> > + - bump to impish
> > + - [Config] GCC version update
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Thu, 29 Apr 2021
> 12:27:20 +0200
> > +
> > +linux-unstable (5.12.0-9.9) impish; urgency=medium
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.12-rc8
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 26 Apr 2021
> 11:14:16 -0500
> > +
> > +linux-unstable (5.12.0-8.8) hirsute; urgency=medium
> > +
> > + * CVE-2021-3492
> > + - SAUCE: shiftfs: free allocated memory in
> shiftfs_btrfs_ioctl_fd_replace()
> > + error paths
> > + - SAUCE: shiftfs: handle copy_to_user() return values correctly
> > +
> > + * Fix no picture from HDMI when it's plugged after boot (LP: #1924238)
> > + - drm/i915/display: Handle lane polarity for DDI port
> > +
> > + * hirsute beta desktop AMD64 ISO kernel panic on boot when booting
> using UEFI
> > + (LP: #1922403)
> > + - SAUCE: efifb: Check efifb_pci_dev before using it
> > +
> > + * Miscellaneous Ubuntu changes
> > + - Rebase to v5.12-rc8
> > + - [Config] updateconfigs following 5.12-rc8 rebase
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.12-rc8
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 19 Apr 2021
> 11:37:27 +0200
> > +
> > +linux-unstable (5.12.0-7.7) hirsute; urgency=medium
> > +
> > + * drm/i915: Drop force_probe requirement for Rocket Lake (LP:
> #1905466)
> > + - drm/i915/rkl: Remove require_force_probe protection
> > +
> > + * HP m400 cartridges fail to find NIC when deploying hirsute (LP:
> #1918793)
> > + - PCI: xgene: Fix cfg resource mapping
> > +
> > + * Update - Fix no screen show on display after S3 on CML-R (LP:
> #1922768)
> > + - drm/i915/gen9bc: Handle TGP PCH during suspend/resume
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: RDMA/core: Introduce peer memory interface
> > + - Rebase to v5.12-rc7
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.12-rc7
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 12 Apr 2021
> 11:48:07 +0200
> > +
> > +linux-unstable (5.12.0-6.6) hirsute; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] update variants
> > +
> > + * i915 doesn't support some high pixel clock 4k * 60Hz monitors (LP:
> #1922372)
> > + - drm/i915/vbt: update DP max link rate table
> > +
> > + * Tegra "mmc0: Timeout waiting for hardware interrupt" (LP: #1921140)
> > + - SAUCE: mmc: host: Add required callbacks to set/clear CQE_EN bit
> > +
> > + * Enable ath11k debugfs/tracing (LP: #1922033)
> > + - [Config] enable ath11k debugfs/tracing
> > +
> > + * Fix mic on P620 after S3 resume (LP: #1921757)
> > + - ALSA: usb-audio: Carve out connector value checking into a helper
> > + - ALSA: usb-audio: Check connector value on resume
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] amd64,arm64: build KFENCE support but disable it by
> default
> > + (KFENCE_SAMPLE_INTERVAL=0)
> > + - Rebase to v5.12-rc6
> > +
> > + * Miscellaneous upstream changes
> > + - drm/dp: add MSO related DPCD registers
> > + - drm/i915/edp: reject modes with dimensions other than fixed mode
> > + - drm/i915/edp: always add fixed mode to probed modes in
> ->get_modes()
> > + - drm/i915/edp: read sink MSO configuration for eDP 1.4+
> > + - drm/i915/reg: add stream splitter configuration definitions
> > + - drm/i915/mso: add splitter state readout for platforms that
> support it
> > + - drm/i915/mso: add splitter state check
> > + - drm/i915/edp: modify fixed and downclock modes for MSO
> > + - drm/i915/edp: enable eDP MSO during link training
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.12-rc6
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Wed, 07 Apr 2021
> 11:42:55 +0200
> > +
> > +linux-unstable (5.12.0-5.5) hirsute; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * alsa/realtek: extend the delay time in the determine_headset_type
> for a
> > + Dell AIO (LP: #1920747)
> > + - SAUCE: ALSA: hda/realtek: fix a determine_headset_type issue for
> a Dell AIO
> > +
> > + * power off stress test will hang on the TGL machines (LP: #1919930)
> > + - SAUCE: ASoC: SOF: Intel: TGL: set shutdown callback to
> hda_dsp_shutdown
> > + - [Config] set SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1 to n
> > +
> > + * lockdown on power (LP: #1855668)
> > + - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] arm64 -- unify build_image and kernel_file values
> > + - SAUCE: (lockdown) Add efi_status_to_str() and rework
> efi_status_to_err().
> > + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to
> print
> > + error messages.
> > + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the
> kernel down
> > + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate
> secure boot
> > + mode
> > + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure
> boot mode
> > + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure
> flag is set
> > + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module
> signature
> > + verify
> > + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI
> secure boot
> > + - SAUCE: (lockdown) security: lockdown: Make
> > + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
> > + - SAUCE: xr-usb-serial: clean up indentation
> > + - SAUCE: xr-usb-serial: clean up build warnings
> > + - SAUCE: apparmor: Fix build error, make sk parameter const
> > + - Rebase to v5.12-rc5
> > + - [Config] updateconfigs following v5.12-rc5 rebase
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: SAUCE: (lockdown) s390: Lock down the kernel when
> the IPL
> > + secure flag is set"
> > + - Revert "UBUNTU: SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT
> flag to
> > + indicate secure boot mode"
> > + - Revert "UBUNTU: SAUCE: (lockdown) powerpc: lock down kernel in
> secure boot
> > + mode"
> > + - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: Make
> > + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic"
> > + - Revert "UBUNTU: SAUCE: (lockdown) arm64: Allow locking down the
> kernel under
> > + EFI secure boot"
> > + - Revert "UBUNTU: SAUCE: (lockdown) KEYS: Make use of platform
> keyring for
> > + module signature verify"
> > + - Revert "UBUNTU: SAUCE: (lockdown) efi: Lock down the kernel if
> booted in
> > + secure boot mode"
> > + - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: expose a
> hook to lock
> > + the kernel down"
> > + - Revert "UBUNTU: SAUCE: (lockdown) Make get_cert_list() use
> > + efi_status_to_str() to print error messages."
> > + - Revert "UBUNTU: SAUCE: (lockdown) Add efi_status_to_str() and
> rework
> > + efi_status_to_err()."
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.12-rc5
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 29 Mar 2021
> 12:59:38 +0200
> > +
> > +linux-unstable (5.12.0-4.4) hirsute; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Fix broken efifb on graphics device without driver (LP: #1914411)
> > + - SAUCE: efifb: Ensure graphics device for efifb stays at PCI D0
> > +
> > + * Fix system sleep on TGL systems with Intel ME (LP: #1919321)
> > + - SAUCE: PCI: Serialize TGL e1000e PM ops
> > +
> > + * Miscellaneous Ubuntu changes
> > + - Rebase to v5.12-rc4
> > + - [Config] updateconfigs following v5.12-rc4 rebase
> > +
> > + * Miscellaneous upstream changes
> > + - riscv: dts: fu740: fix cache-controller interrupts
> > + - riscv: sifive: fu740: cpu{1, 2, 3, 4} set compatible to sifive,
> u74-mc
> > + - riscv: sifive: unmatched: update for 16GB rev3
> > + - riscv: Add 3 SBI wrapper functions to get cpu manufacturer
> information
> > + - riscv: Get CPU manufacturer information
> > + - riscv: Introduce alternative mechanism to apply errata solution
> > + - riscv: sifive: apply errata "cip-453" patch
> > + - clk: sifive: Add pcie_aux clock in prci driver for PCIe driver
> > + - clk: sifive: Use reset-simple in prci driver for PCIe driver
> > + - MAINTAINERS: Add maintainers for SiFive FU740 PCIe driver
> > + - dt-bindings: PCI: Add SiFive FU740 PCIe host controller
> > + - PCI: designware: Add SiFive FU740 PCIe host controller driver
> > + - riscv: dts: Add PCIe support for the SiFive FU740-C000 SoC
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.12-rc4
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 22 Mar 2021
> 12:43:14 +0100
> > +
> > +linux-unstable (5.12.0-3.3) hirsute; urgency=medium
> > +
> > + * riscv: revert SiFive Unleashed CPUFreq (LP: #1917433)
> > + - SAUCE: Revert "SiFive Unleashed CPUFreq"
> > +
> > + * Dell Precision 5550 takes up to 10 seconds to respond when coming
> out of
> > + sleep (LP: #1919123)
> > + - SAUCE: Input: i8042 - add dmi quirk
> > +
> > + * LRMv4: switch to signing nvidia modules via the Ubuntu Modules
> signing key
> > + (LP: #1918134)
> > + - [Packaging] sync dkms-build et al from LRMv4
> > +
> > + * curtin: install flash-kernel in arm64 UEFI unexpected (LP: #1918427)
> > + - [Packaging] Allow grub-efi-arm* to satisfy recommends on ARM
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Enable Tegra support in arm64 for NVIDIA Jetson (LP: #1918471)
> > + - [Config] enable ARCH_TEGRA and all Tegra SOC's
> > + - [Packaging] include modern Tegra modules
> > +
> > + * Cirrus Audio Codec CS8409/CS42L42: Input Device does not switch to
> headset
> > + Mic when a headset is inserted (LP: #1918378)
> > + - SAUCE: ALSA: hda/cirrus: Fix Headset Mic volume control name
> > +
> > + * Cirrus Audio Codec CS8409/CS42L42 support (LP: #1916554)
> > + - ALSA: hda/cirrus: Increase AUTO_CFG_MAX_INS from 8 to 18
> > + - ALSA: hda/cirrus: Add support for CS8409 HDA bridge and CS42L42
> companion
> > + codec.
> > + - ALSA: hda/cirrus: Add jack detect interrupt support from CS42L42
> companion
> > + codec.
> > + - ALSA: hda/cirrus: Add Headphone and Headset MIC Volume Control
> > +
> > + * drm/i915: Drop force_probe requirement for JSL (LP: #1917843)
> > + - SAUCE: drm/i915: Drop require_force_probe from JSL
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] Skip d-i code if udebs are disabled
> > + - [Packaging] Disable udebs if $DEBIAN/d-i doesn't exist
> > + - [Packaging] remove dh-systemd build dependency
> > + - [Config] fix several annotaions with enforcement typos
> > + - [Config] refresh annotations
> > + - [Config] updateconfigs following v5.12-rc3 rebase
> > + - annotations: fixup after v5.12-rc3 rebase
> > + - Rebase to v5.12-rc3
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.12-rc3
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Tue, 16 Mar 2021
> 18:43:03 +0100
> > +
> > +linux-unstable (5.12.0-2.2) hirsute; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - Rebase to v5.12-rc2
> > + - [Config] updateconfigs following v5.12-rc2 rebase
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.12-rc2
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 08 Mar 2021
> 11:22:04 +0100
> > +
> > +linux-unstable (5.12.0-1.1) hirsute; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Support no udeb profile (LP: #1916095)
> > + - [Packaging] replace custom filter script with dctrl-tools
> > + - [Packaging] correctly implement noudeb build profiles.
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] dkms-versions -- remove
> nvidia-graphics-drivers-440-server
> > + - [Debian] run ubuntu-regression-suite for linux-unstable
> > + - [Packaging] remove Provides: aufs-dkms
> > + - [Config] update config and annotations following v5.12-rc1 rebase
> > + - [Config] disable nvidia and nvidia_server builds
> > + - [Config] temporarily disable ZFS
> > + - temporarily disable modules check
> > + - annotations: s390: temporarily remove CONFIG_KMSG_IDS
> > + - [Config] amd64: FTBFS: disable HIO
> > + - [Config] FTBFS: disable SHIFT_FS
> > + - [Config] s390: temporarily remove CONFIG_KMSG_IDS
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: [Config] disable nvidia and nvidia_server builds"
> > + - Revert "UBUNTU: SAUCE: s390: kernel message catalog"
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.12-rc1
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Thu, 04 Mar 2021
> 18:26:12 +0100
> > +
> > +linux-unstable (5.12.0-0.0) hirsute; urgency=medium
> > +
> > + * Empty entry
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Thu, 04 Mar 2021
> 18:17:32 +0100
> > +
> > +linux-unstable (5.11.0-10.11) hirsute; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] update variants
> > +
> > + * Support CML-S CPU + TGP PCH (LP: #1909457)
> > + - drm/i915/rkl: new rkl ddc map for different PCH
> > + - SAUCE: drm/i915/gen9_bc : Add TGP PCH support
> > +
> > + * Use DCPD to control HP DreamColor panel (LP: #1911001)
> > + - SAUCE: drm/dp: Another HP DreamColor panel brigntness fix
> > +
> > + * Update nvidia dkms build for module linker script changes
> > + - [Packaging] build-dkms--nvidia-N -- Update for preprocessed
> module linker
> > + script
> > +
> > + * Please trust Canonical Livepatch Service kmod signing key (LP:
> #1898716)
> > + - [Config] enable CONFIG_MODVERSIONS=y
> > + - [Packaging] build canonical-certs.pem from branch/arch certs
> > + - [Config] add Canonical Livepatch Service key to
> SYSTEM_TRUSTED_KEYS
> > + - [Config] add ubuntu-drivers key to SYSTEM_TRUSTED_KEYS
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] re-enable nvidia dkms
> > + - SAUCE: selftests: memory-hotplug: bump timeout to 10min
> > + - [Debian] update-aufs.sh -- Don't apply tmpfs-idr.patch
> > + - [Config] Update configs
> > + - [Config] disable nvidia and nvidia_server builds
> > + - SAUCE: Import aufs driver
> > + - [Config] CONFIG_AUFS_FS=n
> > + - [Config] refresh annotations file
> > + - [Config] set CONFIG_MIPI_I3C_HCI=m consistently
> > + - [Config] set CONFIG_PINCTRL_MSM8953=m on armhf generic-lpae
> > + - [Packaging] Change source package name to linux-unstable
> > + - [Config] update LD_VERSION in config due to toolchain update
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: SAUCE: tmpfs: Don't use 64-bit inodes by defulat
> with 32-bit
> > + ino_t"
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 22 Feb 2021
> 07:18:07 +0100
> > +
> > +linux-unstable (5.11.0-9.10) hirsute; urgency=medium
> > +
> > + * Empty entry
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 22 Feb 2021
> 07:02:45 +0100
> > +
> > +linux (5.11.0-9.10) hirsute; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] update configs/annotations after rebase to 5.11
> > + - zfs-modules.ignore: add zzstd
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.11
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 15 Feb 2021
> 16:29:36 +0100
> > +
> > +linux (5.11.0-8.9) hirsute; urgency=medium
> > +
> > + * Missing device id for Intel TGL-H ISH [8086:43fc] in intel-ish-hid
> driver
> > + (LP: #1914543)
> > + - SAUCE: HID: intel-ish-hid: ipc: Add Tiger Lake H PCI device ID
> > +
> > + * Add support for new Realtek ethernet NIC (LP: #1914604)
> > + - r8169: Add support for another RTL8168FP
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: tmpfs: Don't use 64-bit inodes by defulat with 32-bit ino_t
> > + - [Config] Set CONFIG_TMPFS_INODE64=n for s390x
> > + - [Config] re-enable ZFS
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.11-rc7
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 08 Feb 2021
> 11:56:23 +0100
> > +
> > +linux (5.11.0-7.8) hirsute; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Boot fails: failed to validate module [nls_iso8859_1] BTF: -22
> > + (LP: #1911359)
> > + - SAUCE: x86/entry: build thunk_$(BITS) only if CONFIG_PREEMPTION=y
> > +
> > + * Remove scary stack trace from Realtek WiFi driver (LP: #1913263)
> > + - rtw88: reduce the log level for failure of tx report
> > +
> > + * Fix unexpected AER/DPC on PCH400 and PCH500 (LP: #1913691)
> > + - Revert "UBUNTU: SAUCE: PCI: Enable ACS quirk on all CML root
> ports"
> > + - Revert "UBUNTU: SAUCE: PCI: Enable ACS quirk on CML root port"
> > + - SAUCE: PCI/AER: Disable AER interrupt during suspend
> > + - SAUCE: PCI/DPC: Disable DPC interrupt during suspend
> > +
> > + * switch to an autogenerated nvidia series based core via
> dkms-versions
> > + (LP: #1912803)
> > + - [Packaging] nvidia -- use dkms-versions to define versions built
> > + - [Packaging] update-version-dkms -- maintain flags fields
> > +
> > + * Introduce the new NVIDIA 460-server series and update the 460 series
> > + (LP: #1913200)
> > + - [Config] dkms-versions -- add the 460-server nvidia driver
> > +
> > + * Fix the video can't output through WD19TB connected with TGL
> platform during
> > + cold-boot (LP: #1910211)
> > + - SAUCE: drm/i915/dp: Prevent setting LTTPR mode if no LTTPR is
> detected
> > +
> > + * Stop using get_scalar_status command in Dell AIO uart backlight
> driver
> > + (LP: #1865402)
> > + - SAUCE: platform/x86: dell-uart-backlight: add get_display_mode
> command
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: selftests/seccomp: Accept any valid fd in
> user_notification_addfd
> > + - [Packaging] Don't disable CONFIG_DEBUG_INFO in headers packages
> > + - [Config] update configs/annotations after rebase to 5.11-rc6
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.11-rc6
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 01 Feb 2021
> 10:27:52 +0100
> > +
> > +linux (5.11.0-6.7) hirsute; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Prevent thermal shutdown during boot process (LP: #1906168)
> > + - thermal/drivers/acpi: Use hot and critical ops
> > + - thermal/core: Remove notify ops
> > + - thermal: int340x: Fix unexpected shutdown at critical temperature
> > + - thermal: intel: pch: Fix unexpected shutdown at critical
> temperature
> > +
> > + * riscv: backport support for SiFive Unmatched (LP: #1910965)
> > + - RISC-V: Update l2 cache DT documentation to add support for
> SiFive FU740
> > + - RISC-V: sifive_l2_cache: Update L2 cache driver to support SiFive
> FU740
> > + - dt-bindings: riscv: Update DT binding docs to support SiFive
> FU740 SoC
> > + - riscv: dts: add initial support for the SiFive FU740-C000 SoC
> > + - dt-bindings: riscv: Update YAML doc to support SiFive HiFive
> Unmatched board
> > + - riscv: dts: add initial board data for the SiFive HiFive Unmatched
> > + - PCI: microsemi: Add host driver for Microsemi PCIe controller
> > + - Microsemi PCIe expansion board DT entry.
> > + - SiFive Unleashed CPUFreq
> > + - SiFive HiFive Unleashed: Add PWM LEDs (D1, D2, D3, D4)
> > +
> > + * initramfs unpacking failed (LP: #1835660)
> > + - lib/decompress_unlz4.c: correctly handle zero-padding around
> initrds.
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] update configs and annotations after rebase to 5.11-rc5
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.11-rc5
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 25 Jan 2021
> 09:31:31 +0100
> > +
> > +linux (5.11.0-5.6) hirsute; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] update config and annotations after rebase to 5.11-rc4
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.11-rc4
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 18 Jan 2021
> 10:46:10 +0100
> > +
> > +linux (5.11.0-4.5) hirsute; urgency=medium
> > +
> > + * Boot fails: failed to validate module [nls_iso8859_1] BTF: -22
> > + (LP: #1911359)
> > + - SAUCE: x86/entry: build thunk_$(BITS) only if CONFIG_PREEMPTION=y
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Thu, 14 Jan 2021
> 12:53:26 +0100
> > +
> > +linux (5.11.0-3.4) hirsute; urgency=medium
> > +
> > + * Boot fails: failed to validate module [nls_iso8859_1] BTF: -22
> > + (LP: #1911359)
> > + - bpf: Allow empty module BTFs
> > + - libbpf: Allow loading empty BTFs
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Thu, 14 Jan 2021
> 07:43:45 +0100
> > +
> > +linux (5.11.0-2.3) hirsute; urgency=medium
> > +
> > + * DMI entry syntax fix for Pegatron / ByteSpeed C15B (LP: #1910639)
> > + - Input: i8042 - unbreak Pegatron C15B
> > +
> > + * SYNA30B4:00 06CB:CE09 Mouse on HP EliteBook 850 G7 not working at
> all
> > + (LP: #1908992)
> > + - HID: multitouch: Enable multi-input for Synaptics
> pointstick/touchpad device
> > +
> > + * debian/scripts/file-downloader does not handle positive failures
> correctly
> > + (LP: #1878897)
> > + - [Packaging] file-downloader not handling positive failures
> correctly
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * CVE-2021-1052 // CVE-2021-1053
> > + - [Packaging] NVIDIA -- Add the NVIDIA 460 driver
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] Remove nvidia-455 dkms build
> > + - SAUCE: ALSA: hda/realtek: fix right sounds and mute/micmute LEDs
> for HP
> > + machines
> > + - [Config] update configs and annotations after rebase to 5.11-rc3
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.11-rc3
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 11 Jan 2021
> 09:52:27 +0100
> > +
> > +linux (5.11.0-1.2) hirsute; urgency=medium
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.11-rc2
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Thu, 07 Jan 2021
> 16:57:01 +0100
> > +
> > +linux (5.11.0-0.1) hirsute; urgency=medium
> > +
> > + * dep-8 ubuntu-regression-suite tests are not run for all linux-hwe-*
> kernels
> > + (LP: #1908529)
> > + - [dep-8] Allow all hwe kernels
> > +
> > + * Fix reading speed and duplex sysfs on igc device (LP: #1906851)
> > + - igc: Report speed and duplex as unknown when device is runtime
> suspended
> > +
> > + * rtwpci driver blocks the system to enter PC10, stuck at PC3 (LP:
> #1907200)
> > + - SAUCE: rtw88: 8723de: let cpu enter c10
> > +
> > + * [21.04 FEAT] Deactivate CONFIG_QETH_OSN kernel config option (LP:
> #1906370)
> > + - [Config] Deactivate CONFIG_QETH_OSN kernel config option
> > +
> > + * Add dpcd backlight control for 0x4c83 0x4f41 (LP: #1905663)
> > + - SAUCE: drm/dp: Add dpcd backlight control for 0x4c83 0x4f41
> > +
> > + * disable building bpf selftests (LP: #1908144)
> > + - SAUCE: selftests/bpf: Clarify build error if no vmlinux
> > + - SAUCE: selftests: Skip BPF selftests by default
> > + - disable building bpf selftests (no VMLINUX_BTF)
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate
> secure boot
> > + mode
> > + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure
> flag is set
> > + - [Config] update configs and annotations after rebase to v5.11-rc1
> > + - hio: fix build error with kernel 5.11
> > + - SAUCE: shiftfs: fix build error with 5.11
> > + - [Config] temporarily disable ZFS
> > + - check-aliases: do not error if modules.alias does not exist
> > + - ppc64el: don't build stripped vdso
> > +
> > + * Miscellaneous upstream changes
> > + - irq: export irq_check_status_bit
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.11-rc1
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 04 Jan 2021
> 09:17:48 +0100
> > +
> > +linux (5.11.0-0.0) hirsute; urgency=medium
> > +
> > + * Empty entry
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Wed, 30 Dec 2020
> 09:04:41 +0100
> > +
> > +linux (5.10.0-9.10) hirsute; urgency=medium
> > +
> > + * Use INTx for Pericom USB controllers (LP: #1906839)
> > + - PCI: Disable MSI for Pericom PCIe-USB adapter
> > +
> > + * disable building bpf selftests (LP: #1908144)
> > + - SAUCE: selftests/bpf: clarify build error if no vmlinux
> > + - SAUCE: selftests: Skip BPF seftests by default
> > + - disable building bpf selftests (no VMLINUX_BTF)
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] Enable CONFIG_BPF_LSM
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "md: change mddev 'chunk_sectors' from int to unsigned"
> > + - Revert "dm raid: fix discard limits for raid1 and raid10"
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Tue, 15 Dec 2020
> 10:16:14 +0100
> > +
> > +linux (5.10.0-8.9) hirsute; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] update variants
> > +
> > + * Fix bpf selftest compilation with clang 11
> > + - bpf: Fix selftest compilation on clang 11
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] update configs and annotations after rebase to v5.10
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.10
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 14 Dec 2020
> 08:57:57 +0100
> > +
> > +linux (5.10.0-7.8) hirsute; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Fix linux-libc-dev build for hirsute forward port kernels (LP:
> #1904067)
> > + - [Debian] Build linux-libc-dev for debian.master* branches
> > +
> > + * Update kernel packaging to support forward porting kernels (LP:
> #1902957)
> > + - [Debian] Update for leader included in BACKPORT_SUFFIX
> > +
> > + * Introduce the new NVIDIA 455 series (LP: #1897751)
> > + - [Packaging] NVIDIA -- Add signed modules for the 455 driver
> > +
> > + * 5.10 kernel fails to boot with secure boot disabled (LP: #1904906)
> > + - [Config] CONFIG_RCU_SCALE_TEST=n
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] s390x: disable GPIO_CDEV
> > + - [Config] ARM_CMN=m
> > + - [Config] disable GPIO_CDEV_V1
> > + - [Config] Reorder annotations after 5.10-rc6 rebase
> > + - [Packaging] Remove nvidia-435 dkms build
> > + - [Packaging] Change source package name to linux
> > + - [Config] Update configs and annotations after rebase to v5.10-rc7
> > + - SAUCE: Revert "mm/filemap: add static for function
> > + __add_to_page_cache_locked"
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.10-rc7
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 07 Dec 2020
> 00:15:20 -0600
> > +
> > +linux (5.10.0-6.7) hirsute; urgency=medium
> > +
> > + * Empty entry.
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Sun, 06 Dec 2020
> 22:13:46 -0600
> > +
> > +linux-5.10 (5.10.0-6.7) hirsute; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Avoid double newline when running insertchanges (LP: #1903293)
> > + - [Packaging] insertchanges: avoid double newline
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging]: linux-modules should depend on linux-image
> > + - [Packaging]: linux-image should suggest linux-modules-extra
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.10-rc6
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 30 Nov 2020
> 07:47:34 +0100
> > +
> > +linux-5.10 (5.10.0-5.6) hirsute; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] add CONFIG_INFINIBAND_VIRT_DMA
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.10-rc5
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 23 Nov 2020
> 13:17:44 +0100
> > +
> > +linux-5.10 (5.10.0-4.5) hirsute; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] reduce the size required to build packages
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.10-rc4
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 16 Nov 2020
> 08:33:54 +0100
> > +
> > +linux-5.10 (5.10.0-3.4) hirsute; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * e1000e: fix issues with S0ix (LP: #1902687)
> > + - SAUCE: e1000e: fix S0ix flow to allow S0i3.2 subset entry
> > + - SAUCE: e1000e: allow turning s0ix flows on for systems with ME
> > + - SAUCE: e1000e: Add Dell's Comet Lake systems into s0ix heuristics
> > + - SAUCE: e1000e: Add more Dell CML systems into s0ix heuristics
> > + - [Config] Update CONFIG_E1000E for ppc64el in annotations
> > +
> > + * perf: Add support for Rocket Lake (LP: #1902004)
> > + - SAUCE: perf/x86/intel: Add Rocket Lake CPU support
> > + - SAUCE: perf/x86/cstate: Add Rocket Lake CPU support
> > + - SAUCE: perf/x86/msr: Add Rocket Lake CPU support
> > + - SAUCE: perf/x86/intel/uncore: Add Rocket Lake support
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] Disable CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE
> > + - [Config] update CONFIG_MST_IRQ after rebase to 5.10-rc3
> > + - [Config] drop obsolete SND_SST_IPC options
> > + - [Config] re-enable ZFS
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.10-rc3
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 09 Nov 2020
> 09:37:08 +0100
> > +
> > +linux-5.10 (5.10.0-2.3) hirsute; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] Switch arm64 default cpufreq governor to ondemand
> > + - [Debian] Include scripts/module.lds from builddir in headers
> package
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 03 Nov 2020
> 21:01:52 -0600
> > +
> > +linux-5.10 (5.10.0-1.2) hirsute; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Fix non-working Intel NVMe after S3 (LP: #1900847)
> > + - SAUCE: PCI: Enable ACS quirk on all CML root ports
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] move to hirsute
> > + - [Config] Update configs and annotations after rebase to 5.10-rc2
> > + - [Config] Update numerous configs to conform with policy
> > + - [Config] Switch default CPUFreq governer for arm64/armhf to
> schedultil
> > + - [Config] Temporarily disable DEBUG_INFO_BTF for armhf
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.10-rc2
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 02 Nov 2020
> 13:18:27 -0600
> > +
> > +linux-5.10 (5.10.0-0.1) hirsute; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] Update configs and annotations for v5.10-rc1
> > + - SAUCE: platform/x86: dell-uart-backlight: rename kzfree() to
> > + kfree_sensitive()
> > + - SAUCE: apparmor: rename kzfree() to kfree_sensitive()
> > + - SAUCE: LSM: change ima_read_file() to use lsmblob
> > + - SAUCE: LSM: Use lsmblob in smk_netlbl_mls()
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: [Packaging] Change source package name to
> linux-5.10"
> > + - s390: correct __bootdata / __bootdata_preserved macros
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.10-rc1
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Tue, 27 Oct 2020
> 16:57:07 +0100
> > +
> > +linux-5.10 (5.10.0-0.0) groovy; urgency=medium
> > +
> > + * Empty entry
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 26 Oct 2020
> 14:55:48 +0100
> > +
> > +linux-5.9 (5.9.0-2.3) groovy; urgency=medium
> > +
> > + * Fix system reboot when disconnecting WiFi (LP: #1899726)
> > + - iwlwifi: msix: limit max RX queues for 9000 family
> > +
> > + * booting linux-generic-lpae armhf kernel under qemu results in
> relocation out
> > + of range, and thus no modules can be loaded (LP: #1899519)
> > + - [Config] armhf: ARM_MODULE_PLTS=y
> > +
> > + * Fix broken MSI interrupt after HDA controller was suspended (LP:
> #1899586)
> > + - ALSA: hda: fix jack detection with Realtek codecs when in D3
> > +
> > + * CVE-2020-16119
> > + - SAUCE: dccp: avoid double free of ccid on child socket
> > +
> > + * python3-venv is gone (LP: #1896801)
> > + - SAUCE: doc: remove python3-venv dependency
> > +
> > + * *-tools-common packages descriptions have typo "PGKVER" (LP:
> #1898903)
> > + - [Packaging] Fix typo in -tools template s/PGKVER/PKGVER/
> > +
> > + * Enable brightness control on HP DreamColor panel (LP: #1898865)
> > + - SAUCE: drm/i915/dpcd_bl: Skip testing control capability with
> force DPCD
> > + quirk
> > + - SAUCE: drm/dp: HP DreamColor panel brigntness fix
> > +
> > + * HP Zbook Studio G7 boots into corrupted screen with PSR featured
> panel
> > + (LP: #1897501)
> > + - SAUCE: drm/i915/psr: allow overriding PSR disable param by quirk
> > + - SAUCE: drm/dp: add DP_QUIRK_FORCE_PSR_CHIP_DEFAULT quirk to CMN
> prod-ID
> > + 19-15
> > +
> > + * Fix broken e1000e device after S3 (LP: #1897755)
> > + - SAUCE: e1000e: Increase polling timeout on MDIC ready bit
> > +
> > + * Wakeup the system by touching the touchpad (LP: #1888331)
> > + - HID: i2c-hid: Enable wakeup capability from Suspend-to-Idle
> > +
> > + * Enable LTR for endpoints behind VMD (LP: #1896598)
> > + - SAUCE: PCI/ASPM: Enable LTR for endpoints behind VMD
> > +
> > + * [SRU] [Focal/OEM-5.6/Groovy]Fix AMD usb host controller lost after
> stress S3
> > + (LP: #1893914)
> > + - SAUCE: xhci: workaround for S3 issue on AMD SNPS 3.0 xHC
> > +
> > + * debian/rules editconfigs does not work on s390x to change s390x
> only configs
> > + (LP: #1863116)
> > + - [Packaging] kernelconfig -- only update/edit configurations on
> architectures
> > + we have compiler support
> > +
> > + * Fix non-working NVMe after S3 (LP: #1895718)
> > + - SAUCE: PCI: Enable ACS quirk on CML root port
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: bpf: Check CONFIG_BPF option for resolve_btfids
> > + - SAUCE: tools resolve_btfids: Always force HOSTARCH
> > + - packaging: arm64: add a 64KB mem pages flavour called
> 'generic-64k'
> > + - packaging: arm64: generic-64k: skip ABI, modules and retpoline
> checks
> > + - SAUCE: drm/i915/display: Fix null deref in
> intel_psr_atomic_check()
> > + - [Config] Update toolchain versions
> > + - [Config] Refresh annotations
> > + - Add ubuntu-host module
> > + - CONFIG_UBUNTU_HOST=m
> > + - SAUCE: apparmor: drop prefixing abs root labels with '='
> > + - SAUCE: apparmor: disable showing the mode as part of a secid to
> secctx
> > + - SAUCE: apparmor: rename aa_sock() to aa_unix_sk()
> > + - SAUCE: apparmor: LSM stacking: switch from SK_CTX() to aa_sock()
> > + - SAUCE: LSM: Infrastructure management of the sock security
> > + - SAUCE: LSM: Create and manage the lsmblob data structure.
> > + - SAUCE: LSM: Use lsmblob in security_audit_rule_match
> > + - SAUCE: LSM: Use lsmblob in security_kernel_act_as
> > + - SAUCE: net: Prepare UDS for security module stacking
> > + - SAUCE: LSM: Use lsmblob in security_secctx_to_secid
> > + - SAUCE: LSM: Use lsmblob in security_secid_to_secctx
> > + - SAUCE: LSM: Use lsmblob in security_ipc_getsecid
> > + - SAUCE: LSM: Use lsmblob in security_task_getsecid
> > + - SAUCE: LSM: Use lsmblob in security_inode_getsecid
> > + - SAUCE: LSM: Use lsmblob in security_cred_getsecid
> > + - SAUCE: IMA: Change internal interfaces to use lsmblobs
> > + - SAUCE: LSM: Specify which LSM to display
> > + - SAUCE: LSM: Ensure the correct LSM context releaser
> > + - SAUCE: LSM: Use lsmcontext in security_secid_to_secctx
> > + - SAUCE: LSM: Use lsmcontext in security_inode_getsecctx
> > + - SAUCE: LSM: security_secid_to_secctx in netlink netfilter
> > + - SAUCE: NET: Store LSM netlabel data in a lsmblob
> > + - SAUCE: LSM: Verify LSM display sanity in binder
> > + - SAUCE: Audit: Add new record for multiple process LSM attributes
> > + - SAUCE: Audit: Add a new record for multiple object LSM
> > + - SAUCE: LSM: Add /proc attr entry for full LSM context
> > + - SAUCE: AppArmor: Remove the exclusive flag
> > + - SAUCE: Audit: Fix for missing NULL check
> > +
> > + * Miscellaneous upstream changes
> > + - tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.9
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Wed, 14 Oct 2020
> 13:31:18 -0500
> > +
> > +linux-5.9 (5.9.0-1.2) groovy; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] Update configs after rebase to 5.9-rc6
> > + - SAUCE: dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
> > + - SAUCE: bpf: Use --no-fail option if CONFIG_BPF is not enabled
> > + - SAUCE: tools resolve_btfids: Always force HOSTARCH
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.9-rc6
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 21 Sep 2020
> 14:39:34 -0500
> > +
> > +linux-5.9 (5.9.0-0.1) groovy; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] Update configs and annotations for v5.9-rc1
> > + - SAUCE: i915: Fix build error due to missing struct definition
> > + - hio -- Update blk_queue_split() calls for changes in 5.9-rc1
> > + - hio -- Updates for move of make_request_fn to struct
> block_device_operations
> > + - [Config] Disable zfs dkms build
> > + - [Config] Disable nvidia dkms build
> > + - [Config] Disable nvidia server dkms builds
> > + - SAUCE: remoteproc: qcom: Use div_u64() for 64-bit division
> > + - SAUCE: PCI/ASPM: Enable ASPM for links under VMD domain
> > + - [Packaging] Bind hv_vss_daemon startup to hv_vss device
> > + - [Packaging] bind hv_fcopy_daemon startup to hv_fcopy device
> > + - [Config] Re-enable UEFI signing for arm64
> > + - SAUCE: Revert "UBUNTU: SAUCE: export __get_vm_area_caller() and
> map_kernel_range()"
> > + - [Config] Set the default CPU governor to ONDEMAND
> > + - [Packaging] update variants
> > + - [Packaging] update helper scripts
> > + - update dkms package versions
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.9-rc5
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Thu, 17 Sep 2020
> 15:01:21 -0500
> > +
> > +linux-5.9 (5.9.0-0.0) groovy; urgency=medium
> > +
> > + * Empty entry
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 18 Aug 2020
> 16:48:03 -0500
> > +
> > +linux (5.8.0-16.17) groovy; urgency=medium
> > +
> > + * groovy/linux: 5.8.0-16.17 -proposed tracker (LP: #1891233)
> > +
> > + * Miscellaneous Ubuntu changes
> > + - hio -- Update to use bio_{start,end}_io_acct with 5.8+
> > + - Enable hio driver
> > + - [Packaging] Temporarily disable building doc package contents
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 11 Aug 2020
> 15:32:58 -0500
> > +
> > +linux (5.8.0-15.16) groovy; urgency=medium
> > +
> > + * groovy/linux: 5.8.0-15.16 -proposed tracker (LP: #1891177)
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: Documentation: import error c_funcptr_sig_re, c_sig_re
> (sphinx-
> > + doc/sphinx at 0f49e30c)
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 11 Aug 2020
> 09:29:58 -0500
> > +
> > +linux (5.8.0-14.15) groovy; urgency=medium
> > +
> > + * groovy/linux: 5.8.0-14.15 -proposed tracker (LP: #1891085)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] update helper scripts
> > +
> > + * msg_zerocopy.sh in net from ubuntu_kernel_selftests failed (LP:
> #1812620)
> > + - selftests/net: relax cpu affinity requirement in msg_zerocopy test
> > +
> > + * Fix missing HDMI/DP Audio on an HP Desktop (LP: #1890441)
> > + - ALSA: hda/hdmi: Add quirk to force connectivity
> > +
> > + * Add initial audio support for Lenovo ThinkStation P620 (LP:
> #1890317)
> > + - ALSA: usb-audio: Add support for Lenovo ThinkStation P620
> > +
> > + * Fix IOMMU error on AMD Radeon Pro W5700 (LP: #1890306)
> > + - PCI: Mark AMD Navi10 GPU rev 0x00 ATS as broken
> > +
> > + * Enlarge hisi_sec2 capability (LP: #1890222)
> > + - crypto: hisilicon - update SEC driver module parameter
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] Re-enable signing for ppc64el
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 10 Aug 2020
> 15:26:46 -0500
> > +
> > +linux (5.8.0-13.14) groovy; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] Remove i386 configs
> > + - SAUCE: apply a workaround to re-enable CONFIG_CRYPTO_AEGIS128_SIMD
> > + - SAUCE: export __get_vm_area_caller() and map_kernel_range()
> > + - [Config] drop CONFIG_BINFMT_AOUT enforcement
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: [Config] disable CONFIG_CRYPTO_AEGIS128_SIMD"
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.8
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Tue, 04 Aug 2020
> 09:51:50 +0200
> > +
> > +linux (5.8.0-12.13) groovy; urgency=medium
> > +
> > + * groovy/linux: 5.8.0-12.13 -proposed tracker (LP: #1889481)
> > +
> > + * Fix right speaker of HP laptop (LP: #1889375)
> > + - SAUCE: hda/realtek: Fix right speaker of HP laptop
> > +
> > + * blk_update_request error when mount nvme partition (LP: #1872383)
> > + - SAUCE: nvme-pci: prevent SK hynix PC400 from using Write Zeroes
> command
> > +
> > + * Add support for Atlantic NIC firmware v4 (LP: #1886908)
> > + - Revert "UBUNTU: SAUCE: net: atlantic: Add support for firmware v4"
> > + - net: atlantic: align return value of ver_match function with
> function name
> > + - net: atlantic: add support for FW 4.x
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Debian] Fix debian/tests for linux-5.8 -> linux rename
> > + - SAUCE: selftests/powerpc: return skip code for spectre_v2
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Wed, 29 Jul 2020
> 16:58:47 -0500
> > +
> > +linux (5.8.0-11.12) groovy; urgency=medium
> > +
> > + * groovy/linux: 5.8.0-11.12 -proposed tracker (LP: #1889336)
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] dwarves is not required for linux-libc-dev or stage1
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 28 Jul 2020
> 22:33:24 -0500
> > +
> > +linux (5.8.0-10.11) groovy; urgency=medium
> > +
> > + * groovy/linux: 5.8.0-10.11 -proposed tracker (LP: #1889316)
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] Add more packages to Build-Depends-Indep for docs
> > + - [Debian] Specify python executable in kmake
> > + - [Debian] Don't treat warnings as errors during perf builds
> > + - [Config] Disable signing for ppc64el
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 28 Jul 2020
> 17:09:52 -0500
> > +
> > +linux (5.8.0-9.10) groovy; urgency=medium
> > +
> > + * groovy/linux: 5.8.0-9.10 -proposed tracker (LP: #1889140)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] update helper scripts
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: Fix s390x compile error on F32 utils/stat-display.c
> > + - [Packaging] Add python3-venv to Build-Depends-Indep
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 27 Jul 2020
> 21:01:46 -0500
> > +
> > +linux (5.8.0-8.9) groovy; urgency=medium
> > +
> > + * groovy/linux: 5.8.0-8.9 -proposed tracker (LP: #1889104)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] update helper scripts
> > + - update dkms package versions
> > + - [Packaging] update variants
> > +
> > + * Introduce the new NVIDIA 450-server and the 450 UDA series (LP:
> #1887674)
> > + - [Packaging] NVIDIA -- Add signed modules for 450 450-server
> > +
> > + * Introduce the new NVIDIA 418-server and 440-server series, and
> update the
> > + current NVIDIA drivers (LP: #1881137)
> > + - [packaging] add signed modules for the 418-server and the
> 440-server
> > + flavours
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: Revert "radix-tree: Use local_lock for protection"
> > + - [Config] CONFIG_DEBUG_INFO_COMPRESSED=n
> > + - [Config] disable CONFIG_CRYPTO_AEGIS128_SIMD
> > + - [Config] Enable nvidia dkms build
> > +
> > + * Miscellaneous upstream changes
> > + - usbip: tools: fix build error for multiple definition
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.8-rc7
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 27 Jul 2020
> 11:18:12 -0500
> > +
> > +linux (5.8.0-7.8) groovy; urgency=medium
> > +
> > + * Empty entry
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 27 Jul 2020
> 09:22:19 +0200
> > +
> > +linux-5.8 (5.8.0-7.8) groovy; urgency=medium
> > +
> > + * soc/amd/renoir: detect dmic from acpi table (LP: #1887734)
> > + - ASoC: amd: add logic to check dmic hardware runtime
> > + - ASoC: amd: add ACPI dependency check
> > + - ASoC: amd: fixed kernel warnings
> > +
> > + * linux 4.15.0-109-generic network DoS regression vs -108 (LP:
> #1886668)
> > + - SAUCE: Revert "netprio_cgroup: Fix unlimited memory leak of v2
> cgroups"
> > +
> > + * Add support for Atlantic NIC firmware v4 (LP: #1886908)
> > + - SAUCE: net: atlantic: Add support for firmware v4
> > +
> > + * MGA G200e doesn't work under GDM Wayland (LP: #1886140)
> > + - drm/mgag200: Remove HW cursor
> > + - drm/mgag200: Clean up mga_set_start_address()
> > + - drm/mgag200: Clean up mga_crtc_do_set_base()
> > + - drm/mgag200: Move mode-setting code into separate helper function
> > + - drm/mgag200: Split MISC register update into PLL selection, SYNC
> and I/O
> > + - drm/mgag200: Update mode registers after plane registers
> > + - drm/mgag200: Set pitch in a separate helper function
> > + - drm/mgag200: Set primary plane's format in separate helper
> function
> > + - drm/mgag200: Move TAGFIFO reset into separate function
> > + - drm/mgag200: Move hiprilvl setting into separate functions
> > + - drm/mgag200: Move register initialization into separate function
> > + - drm/mgag200: Remove out-commented suspend/resume helpers
> > + - drm/mgag200: Use simple-display data structures
> > + - drm/mgag200: Convert to simple KMS helper
> > + - drm/mgag200: Replace VRAM helpers with SHMEM helpers
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: s390/bpf: fix sign extension in branch_ku
> > + - SAUCE: selftests: net: ip_defrag: modprobe missing nf_defrag_ipv6
> support
> > + - SAUCE: selftests: fib_nexthop_multiprefix: fix cleanup() netns
> deletion
> > + - [packaging] debhelper-compat (= 10) (and retire debian/compat)
> > + - [Config] Update configs after rebase to 5.8-rc6
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.8-rc6
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 20 Jul 2020
> 09:55:47 +0200
> > +
> > +linux-5.8 (5.8.0-6.7) groovy; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * perf build broken after updating to bintuils
> 2.34.90.20200706-1ubuntu1
> > + (LP: #1887397)
> > + - SAUCE: libtraceevent: Strip symbol version from nm output
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 13 Jul 2020
> 14:07:53 -0500
> > +
> > +linux-5.8 (5.8.0-5.6) groovy; urgency=medium
> > +
> > + * linux-libc-dev broken for crossbuilding, Multi-Arch:same violation
> > + (LP: #1886188)
> > + - [Packaging] Produce linux-libc-deb package for riscv64
> > + - [Debian] Disallow building linux-libc-dev from linux-riscv
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: Revert "UBUNTU: SAUCE: test_bpf: remove expected fail for
> Ctx heavy
> > + transformations test on s390"
> > + - SAUCE: Revert "test_bpf: flag tests that cannot be jited on s390"
> > + - [Config] Update configs (gcc update)
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.8-rc5
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 13 Jul 2020
> 08:42:14 +0200
> > +
> > +linux-5.8 (5.8.0-4.5) groovy; urgency=medium
> > +
> > + * Add generic LED class support for audio LED (LP: #1885896)
> > + - ALSA: hda: generic: Always call led-trigger for mic mute LED
> > + - ALSA: hda: generic: Add a helper for mic-mute LED with LED
> classdev
> > + - ALSA: hda/realtek: Convert to cdev-variant of mic-mute LED
> controls
> > + - ALSA: hda/conexant: Convert to cdev-variant of mic-mute LED
> controls
> > + - ALSA: hda/sigmatel: Convert to cdev-variant of mic-mute LED
> controls
> > + - ALSA: hda: generic: Drop unused snd_hda_gen_fixup_micmute_led()
> > + - ALSA: hda: generic: Drop the old mic-mute LED hook
> > + - ALSA: hda: generic: Add vmaster mute LED helper
> > + - ALSA: hda/realtek: Use the new vmaster mute LED helper
> > + - ALSA: hda/conexant: Use the new vmaster mute LED helper
> > + - ALSA: hda/sigmatel: Use the new vmaster mute LED helper
> > + - ALSA: hda/realtek: Unify LED helper code
> > + - ALSA: hda: Let LED cdev handling suspend/resume
> > +
> > + * seccomp_bpf fails on powerpc (LP: #1885757)
> > + - SAUCE: selftests/seccomp: fix ptrace tests on powerpc
> > +
> > + * CVE-2020-11935
> > + - SAUCE: aufs: do not call i_readcount_inc()
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: Update aufs to 5.x-rcN 20200622
> > + - [Config] Update configs to set CONFIG_SND_HDA_GENERIC_LEDS value
> > + - [Config] CONFIG_SECURITY_DMESG_RESTRICT=y
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.8-rc4
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 06 Jul 2020
> 08:14:28 -0500
> > +
> > +linux-5.8 (5.8.0-3.4) groovy; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] update helper scripts
> > + - update dkms package versions
> > +
> > + * lxc 1:4.0.2-0ubuntu1 ADT test failure with linux-5.8 5.8.0-1.2
> > + (LP: #1884635)
> > + - SAUCE: overlayfs: fix faulty rebase
> > +
> > + * shiftfs: O_TMPFILE reports ESTALE (LP: #1872757)
> > + - SAUCE: shiftfs: prevent ESTALE for LOOKUP_JUMP lookups
> > +
> > + * shiftfs: fix btrfs regression (LP: #1884767)
> > + - SAUCE: Revert "UBUNTU: SAUCE: shiftfs: fix dentry revalidation"
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] CONFIG_DEBUG_INFO_COMPRESSED=y
> > + - SAUCE: regulator: rename da903x to da903x-regulator
> > + - [Config] Add da903x to modules.ignore
> > + - [Config] Update configs for rebase to 5.8-rc3
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.8-rc3
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 29 Jun 2020
> 08:48:25 -0500
> > +
> > +linux-5.8 (5.8.0-2.3) groovy; urgency=medium
> > +
> > + * Support Audio Mute LED for two new HP laptops (LP: #1884251)
> > + - ALSA: hda/realtek: Add mute LED and micmute LED support for HP
> systems
> > +
> > + * CVE-2019-16089
> > + - SAUCE: nbd_genl_status: null check for nla_nest_start
> > +
> > + * tpm: fix TIS locality timeout problems (LP: #1881710)
> > + - SAUCE: tpm: fix TIS locality timeout problems
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: security,perf: Allow further restriction of perf_event_open
> > + - [Config] CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y
> > + - [Config] Update configs and annotations for 5.8-rc2
> > + - [Config] Enable zfs
> > + - [Config] Enable CONFIG_DEBUG_INFO_BTF
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.8-rc2
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 22 Jun 2020
> 15:05:54 -0500
> > +
> > +linux-5.8 (5.8.0-1.2) groovy; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Debian] Support linux-x.y in udeb package names
> > + - [Packaging] Use SRCPKGNAME for udeb packages
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Wed, 17 Jun 2020
> 19:34:32 -0500
> > +
> > +linux-5.8 (5.8.0-0.1) groovy; urgency=medium
> > +
> > + * Docker registry doesn't stay up and keeps restarting (LP: #1879690)
> > + - Revert "UBUNTU: SAUCE: overlayfs: use shiftfs hacks only with
> shiftfs as underlay"
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] update variants
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] Update source package name to linux-5.8
> > + - SAUCE: (lockdown) Add efi_status_to_str() and rework
> efi_status_to_err().
> > + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to
> print error messages.
> > + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the
> kernel down
> > + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate
> secure boot mode
> > + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure
> boot mode
> > + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure
> flag is set
> > + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module
> signature verify
> > + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI
> secure boot
> > + - SAUCE: (lockdown) security: lockdown: Make
> CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
> > + - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode
> > + - SAUCE: Import aufs driver
> > + - [Config] Update configs for v5.8-rc1
> > + - [Config] Update annotations for v5.8-rc1 config changes
> > + - SAUCE: shiftfs -- Fix build errors from missing fiemap definitions
> > + - Disable hio driver
> > +
> > + * Miscellaneous upstream changes
> > + - acpi: disallow loading configfs acpi tables when locked down
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.8-rc1
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Wed, 17 Jun 2020
> 11:54:24 -0500
> > +
> > +linux-5.8 (5.8.0-0.0) groovy; urgency=medium
> > +
> > + * Empty entry
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Sun, 14 Jun 2020
> 22:40:35 -0500
> > +
> > +linux-5.7 (5.7.0-8.9) groovy; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Enforce all config annotations (LP: #1879327)
> > + - [Config]: do not enforce CONFIG_VERSION_SIGNATURE
> > + - [Config]: prepare to enforce all
> > + - [Config]: enforce all config options
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config]: annotations review after 5.7 rebase
> > + - [Config] annotations: IXP4XX* depends on ARCH_IXP4XX
> > + - [Config] THERMAL_GOV_POWER_ALLOCATOR=y
> > + - [Config] annotations: SOC_CAMERA is marked as BROKEN
> > + - [Config] annotations: NFSD_V4_2_INTER_SSC depends on NFS_FS=y
> > + - [Config] annotations: CRYPTO_DEV_CHELSIO_TLS depends on legacy
> (and largely
> > + unmantained) TLS_TOE
> > + - [Config] annotations: SERIO_OLPC_APSP depends on ARCH_MMP
> > + - [Config] RTW88_DEBUG=y
> > + - [Config] annotations: ISDN_CAPI is a bool, and BT_CMTP depends
> on it
> > + - [Config] annotations SND_SOC_SOF_DEVELOPER_SUPPORT depends on
> > + SND_SOC_SOF_DEVELOPER_SUPPORT
> > + - [Config] annotations: SND_SOC_SOF_BAYTRAIL_SUPPORT is mutually
> exclusive
> > + with SND_SST_ATOM_HIFI2_PLATFORM_ACPI
> > + - [Config] annotations: DEBUG_IMX_UART_PORT is defined only any
> > + DEBUG_IMX*_UART is enabled
> > + - [Config] annotations: HW_RANDOM_IMX_RNGC depends on SOC_IMX25
> > + - [Config] annotations: armhf: VIRTUALIZATION support was removed
> for arm32
> > + - [Config] annotations: arm64: remove DEBUG_ALIGN_RODATA
> > + - [Config] annotations: ppc64: DATA_SHIFT defaults to PPC_PAGE_SHIFT
> > + - [Config] arm64: enforce ARM64_USE_LSE_ATOMICS
> > + - [Config] s390x: MOST is not set
> > + - [Config] s390x: BCM84881_PHY is not set
> > + - [Config] s390x: XILINX_LL_TEMAC is not set
> > + - [Config] s390x: PHY_INTEL_EMMC requires GENERIC_PHY (off by
> default on
> > + s390x)
> > + - [Config] s390x: CHECK_STACK conflicts with VMAP_STACK
> > + - [Config] annotations: s390x: NODES_SHIFT=1
> > + - [Config] annotations: import new symbols
> > + - [Config] annotations: remove unmatched menu and options
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Fri, 12 Jun 2020
> 12:03:01 +0200
> > +
> > +linux-5.7 (5.7.0-7.8) groovy; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > + - [Packaging] update helper scripts
> > +
> > + * [UBUNTU 20.04] s390x/pci: fix linking between PF and VF for
> multifunction
> > + devices (LP: #1879704)
> > + - PCI/IOV: Introduce pci_iov_sysfs_link() function
> > + - s390/pci: create links between PFs and VFs
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] Disable UEFI signing for arm64
> > + - Rebase to v5.7.1
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.7.1
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 08 Jun 2020
> 11:16:58 +0200
> > +
> > +linux-5.7 (5.7.0-6.7) groovy; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] update helper scripts
> > + - update dkms package versions
> > +
> > + * shiftfs: fix btrfs snapshot deletion (LP: #1879688)
> > + - SAUCE: shiftfs: let userns root destroy subvolumes from other
> users
> > +
> > + * seccomp_benchmark times out on eoan (LP: #1881576)
> > + - SAUCE: selftests/seccomp: use 90s as timeout
> > +
> > + * Realtek 8723DE [10ec:d723] subsystem [10ec:d738] disconnects
> unsolicitedly
> > + when Bluetooth is paired: Reason: 23=IEEE8021X_FAILED (LP: #1878147)
> > + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: Move driver IQK to set
> channel before
> > + association for 11N chip"
> > + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: fix rate for a while after
> being
> > + connected"
> > + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: No retry and report for auth
> and assoc"
> > + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: 8723d: Add coex support"
> > + - rtw88: 8723d: Add coex support
> > + - SAUCE: rtw88: coex: 8723d: set antanna control owner
> > + - SAUCE: rtw88: coex: 8723d: handle BT inquiry cases
> > + - SAUCE: rtw88: fix EAPOL 4-way failure by finish IQK earlier
> > +
> > + * ASoC/amd: add audio driver for amd renoir (LP: #1881046)
> > + - ASoC: amd: add Renoir ACP3x IP register header
> > + - ASoC: amd: add Renoir ACP PCI driver
> > + - ASoC: amd: add acp init/de-init functions
> > + - ASoC: amd: create acp3x pdm platform device
> > + - ASoC: amd: add ACP3x PDM platform driver
> > + - ASoC: amd: irq handler changes for ACP3x PDM dma driver
> > + - ASoC: amd: add acp3x pdm driver dma ops
> > + - ASoC: amd: add ACP PDM DMA driver dai ops
> > + - ASoC: amd: add Renoir ACP PCI driver PM ops
> > + - ASoC: amd: add ACP PDM DMA driver pm ops
> > + - ASoC: amd: enable Renoir acp3x drivers build
> > + - ASoC: amd: create platform devices for Renoir
> > + - ASoC: amd: RN machine driver using dmic
> > + - ASoC: amd: enable build for RN machine driver
> > + - ASoC: amd: fix kernel warning
> > + - ASoC: amd: refactoring dai_hw_params() callback
> > + - ASoC: amd: return error when acp de-init fails
> > + - [Config]: enable amd renoir ASoC audio
> > +
> > + * Slow send speed with Intel I219-V on Ubuntu 18.04.1 (LP: #1802691)
> > + - e1000e: Disable TSO for buffer overrun workaround
> > +
> > + * Fix incorrect speed/duplex when I210 device is runtime suspended
> > + (LP: #1880656)
> > + - igb: Report speed and duplex as unknown when device is runtime
> suspended
> > +
> > + * Fix Pericom USB controller OHCI/EHCI PME# defect (LP: #1879321)
> > + - serial: 8250_pci: Move Pericom IDs to pci_ids.h
> > + - PCI: Avoid Pericom USB controller OHCI/EHCI PME# defect
> > +
> > + * [UBUNTU 20.04] s390x/pci: enumerate pci functions per physical
> adapter
> > + (LP: #1874056)
> > + - s390/pci: Expose new port attribute for PCIe functions
> > + - s390/pci: adaptation of iommu to multifunction
> > + - s390/pci: define kernel parameters for PCI multifunction
> > + - s390/pci: define RID and RID available
> > + - s390/pci: create zPCI bus
> > + - s390/pci: adapt events for zbus
> > + - s390/pci: Handling multifunctions
> > + - s390/pci: Do not disable PF when VFs exist
> > + - s390/pci: Documentation for zPCI
> > + - s390/pci: removes wrong PCI multifunction assignment
> > +
> > + * add 16-bit width registers support for EEPROM at24 device (LP:
> #1876699)
> > + - regmap-i2c: add 16-bit width registers support
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] Enable virtualbox guest and shared-folder modules
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.7
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 01 Jun 2020
> 16:11:24 -0500
> > +
> > +linux-5.7 (5.7.0-5.6) groovy; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * [UBUNTU 20.04] PSI generates overhead on s390x (LP: #1876044)
> > + - Ubuntu: [Config] CONFIG_PSI is enabled by default, but creates
> additional
> > + overhead on s390x, hence should be disabled by default on s390x
> only.
> > +
> > + * Miscellaneous Ubuntu changes
> > + - Rebase to v5.7-rc7
> > + - [Config] ppc64el: disable STRICT_KERNEL_RWX
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.7-rc7
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 25 May 2020
> 11:44:09 +0200
> > +
> > +linux-5.7 (5.7.0-4.5) groovy; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * update-initramfs complains of missing amdgpu firmware files (LP:
> #1873325)
> > + - SAUCE: drm/amdgpu: Remove unreleased arcturus and navi12 firmware
> from
> > + modinfo
> > +
> > + * Support DMIC micmute LED on HP platforms (LP: #1876859)
> > + - ALSA: hda/realtek - Introduce polarity for micmute LED GPIO
> > + - ALSA: hda/realtek - Enable micmute LED on and HP system
> > + - ALSA: hda/realtek - Add LED class support for micmute LED
> > + - ALSA: hda/realtek - Fix unused variable warning w/o
> > + CONFIG_LEDS_TRIGGER_AUDIO
> > + - ASoC: SOF: Update correct LED status at the first time usage of
> > + update_mute_led()
> > +
> > + * Killer(R) Wi-Fi 6 AX1650i 160MHz Wireless Network Adapter (201NGW),
> > + REV=0x354 [8086:a0f0] subsystem id [1a56:1651] wireless adapter not
> found
> > + due to firmware crash (LP: #1874685)
> > + - SAUCE: iwlwifi: pcie: handle QuZ configs with killer NICs as well
> > +
> > + * rtkit-daemon[*]: Failed to make ourselves RT: Operation not
> permitted after
> > + upgrade to 20.04 (LP: #1875665)
> > + - [Config] Turn off CONFIG_RT_GROUP_SCHED everywhere
> > +
> > + * Unable to handle kernel pointer dereference in virtual kernel
> address space
> > + on Eoan (LP: #1876645)
> > + - SAUCE: overlayfs: fix shitfs special-casing
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: skip building selftest 'runqslower' if kernel not built
> > + - Rebase to v5.7-rc6
> > + - [Config] updateconfigs after 5.7-rc6 rebase
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.7-rc6
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 18 May 2020
> 11:27:25 +0200
> > +
> > +linux-5.7 (5.7.0-3.4) groovy; urgency=medium
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.7-rc5
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * getitimer returns it_value=0 erroneously (LP: #1349028)
> > + - [Config] CONTEXT_TRACKING_FORCE policy should be unset
> > +
> > + * lockdown on power (LP: #1855668) // Ubuntu Kernel Support for
> OpenPOWER NV
> > + Secure & Trusted Boot (LP: #1866909)
> > + - [Config] Enable configs for OpenPOWER NV Secure & Trusted Boot
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: Import aufs driver
> > + - [Config] Enable aufs
> > + - [Config] annotations: remove SND_SOC_SOF_HDA_COMMON_HDMI_CODEC
> > + - [Config] Remove CONFIG_SND_HDA_INTEL_DETECT_DMIC from annotations
> > + - [Debian] final-checks -- Do not remove ~* from abi
> > + - [Config] Enable 5-level page table support for x86
> > + - [Config] updateconfigs after 5.7-rc5 rebase
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 11 May 2020
> 10:25:42 +0200
> > +
> > +linux-5.7 (5.7.0-2.3) groovy; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] update helper scripts
> > + - update dkms package versions
> > + - [Packaging] update helper scripts
> > +
> > + * ASUS T100HAN boots to a blank screen with a cursor [i965: Failed to
> submit
> > + batchbuffer: Input/output error] (LP: #1860754)
> > + - [Config] CONFIG_PMIC_OPREGION=y and CONFIG_GPIO_CRYSTAL_COVE=y
> for amd64
> > +
> > + * ubuntu/focal64 fails to mount Vagrant shared folders (LP: #1873506)
> > + - [Packaging] Move virtualbox modules to linux-modules
> > + - [Packaging] Remove vbox and zfs modules from
> generic.inclusion-list
> > +
> > + * built-using constraints preventing uploads (LP: #1875601)
> > + - temporarily drop Built-Using data
> > +
> > + * dkms artifacts may expire from the pool (LP: #1850958)
> > + - [Packaging] autoreconstruct -- manage executable debian files
> > + - [packaging] handle downloads from the librarian better
> > +
> > + * Add signed modules for the 435 NVIDIA driver (LP: #1875888)
> > + - [Packaging] NVIDIA -- add signed modules for the 435 NVIDIA driver
> > +
> > + * [Selftests] Apply various fixes and improvements (LP: #1870543)
> > + - SAUCE: selftests/seccomp -- Disable timeout for seccomp tests
> > +
> > + * [17.04 FEAT] Integrate kernel message catalogue for s390x into
> Ubuntu
> > + distribution (LP: #1628889)
> > + - SAUCE: s390: kernel message catalog
> > +
> > + * Overlayfs in user namespace leaks directory content of inaccessible
> > + directories (LP: #1793458) // CVE-2018-6559
> > + - SAUCE: overlayfs: ensure mounter privileges when reading
> directories
> > +
> > + * suspend only works once on ThinkPad X1 Carbon gen 7 (LP: #1865570)
> > + - SAUCE: e1000e: Disable s0ix flow for X1 Carbon 7th
> > +
> > + * [ICL] TC port in legacy/static mode can't be detected due TCCOLD
> > + (LP: #1868936)
> > + - drm/i915/display: Move out code to return the digital_port of the
> aux ch
> > + - drm/i915/display: Add intel_legacy_aux_to_power_domain()
> > + - drm/i915/display: Split hsw_power_well_enable() into two
> > + - drm/i915/tc/icl: Implement TC cold sequences
> > + - drm/i915/tc: Skip ref held check for TC legacy aux power wells
> > + - drm/i915/tc/tgl: Implement TC cold sequences
> > + - drm/i915/tc: Catch TC users accessing FIA registers without
> enable aux
> > + - drm/i915/tc: Do not warn when aux power well of static TC ports
> timeout
> > +
> > + * Touchpad doesn't work on Dell Inspiron 7000 2-in-1 (LP: #1851901)
> > + - Revert "UBUNTU: SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13
> 7390
> > + 2-in-1"
> > +
> > + * 'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL' (LP:
> #1861610)
> > + - SAUCE: Input: elan_i2c - add more hardware ID for Lenovo laptop
> > +
> > + * linux-image-5.0.0-35-generic breaks checkpointing of container
> > + (LP: #1857257)
> > + - SAUCE: overlayfs: use shiftfs hacks only with shiftfs as underlay
> > +
> > + * alsa/sof: kernel oops on the machine without Intel hdmi audio codec
> (a
> > + regression in the asoc machine driver) (LP: #1874359)
> > + - ASoC: intel/skl/hda - fix oops on systems without i915 audio codec
> > +
> > + * Add debian/rules targets to compile/run kernel selftests (LP:
> #1874286)
> > + - [Packaging] add support to compile/run selftests
> > +
> > + * 5.4.0-24.28 does not seem to apply rtprio, whereas -21 does. (LP:
> #1873315)
> > + - [Config] lowlatency: turn off RT_GROUP_SCHED
> > +
> > + * alsa/sof: external mic can't be deteced on Lenovo and HP laptops
> > + (LP: #1872569)
> > + - SAUCE: ASoC: intel/skl/hda - set autosuspend timeout for hda
> codecs
> > +
> > + * shiftfs: O_TMPFILE reports ESTALE (LP: #1872757)
> > + - SAUCE: shiftfs: fix dentry revalidation
> > +
> > + * shiftfs: broken shiftfs nesting (LP: #1872094)
> > + - SAUCE: shiftfs: record correct creator credentials
> > +
> > + * lockdown on power (LP: #1855668)
> > + - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode
> > +
> > + * Add support for Realtek 8723DE wireless adapter (LP: #1780590)
> > + - SAUCE: rtw88: add adaptivity support for EU/JP regulatory
> > + - SAUCE: rtw88: update tx descriptor of mgmt and rsvd page packets
> > + - SAUCE: rtw88: sar: dump sar information via debugfs
> > + - SAUCE: rtw88: 8723d: add IQ calibration
> > + - SAUCE: rtw88: 8723d: Add power tracking
> > + - SAUCE: rtw88: 8723d: implement flush queue
> > + - SAUCE: rtw88: 8723d: set ltecoex register address in chip_info
> > + - SAUCE: rtw88: 8723d: Add coex support
> > + - SAUCE: rtw88: 8723d: Add shutdown callback to disable BT USB
> suspend
> > +
> > + * Fix authentication fail on Realtek WiFi 8723de (LP: #1871300)
> > + - SAUCE: rtw88: No retry and report for auth and assoc
> > + - SAUCE: rtw88: fix rate for a while after being connected
> > + - SAUCE: rtw88: Move driver IQK to set channel before association
> for 11N chip
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: rtw88: fix 'const' mismatch in power suequence hooks
> > + - SAUCE: rtw88: fix 'const' mismatch in
> > + __priority_queue_cfg_legacy()/__priority_queue_cfg()
> > + - [Config] RTW88=m
> > + - SAUCE: (lockdown) Revert carried-forward lockdown patches
> > + - SAUCE: (lockdown) Add efi_status_to_str() and rework
> efi_status_to_err().
> > + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to
> print
> > + error messages.
> > + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the
> kernel down
> > + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate
> secure boot
> > + mode
> > + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure
> boot mode
> > + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure
> flag is set
> > + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module
> signature
> > + verify
> > + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI
> secure boot
> > + - SAUCE: (lockdown) security: lockdown: Make
> > + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
> > + - [Config] Add back CONFIG_LOCK_DOWN_IN_SECURE_BOOT annotation for
> ppc64el
> > + - [Config] CONFIG_RT_GROUP_SCHED=y
> > + - [Packaging] Include modules.builtin.modinfo in linux-modules
> > + - SAUCE: LSM: Infrastructure management of the sock security
> > + - SAUCE: Fix-up af_unix mediation for sock infrastructure management
> > + - SAUCE: Revert "apparmor: Allow filtering based on secmark policy"
> > + - SAUCE: Revert "apparmor: Parse secmark policy"
> > + - SAUCE: Revert "apparmor: Add a wildcard secid"
> > + - SAUCE: Revert "apparmor: fixup secid map conversion to using IDR"
> > + - SAUCE: Revert "apparmor: Use an IDR to allocate apparmor secids"
> > + - SAUCE: Revert "apparmor: add support for mapping secids and using
> secctxes"
> > + - Update dropped.txt for restored apparmor patches
> > + - Remove lockdown patches from dropped.txt
> > + - SAUCE: powerpc/ima: require IMA module signatures only if
> MODULE_SIG is not
> > + enabled
> > + - SAUCE: selftests/ftrace: Use printf instead of echo in kprobe
> syntax error
> > + tests
> > + - SAUCE: selftests/net -- disable l2tp.sh test
> > + - SAUCE: selftests/net -- disable timeout
> > + - SAUCE: tools: hv: Update shebang to use python3 instead of python
> > + - Remove dropped.txt
> > + - [Packaging] move linux-doc and linux-libc-dev stubs to
> debian.master
> > + - [Debian] Support generating configs for riscv64
> > + - [Config] CONFIG_KMSG_IDS=y for s390x
> > + - [Packaging] add libcap-dev dependency
> > + - [Config] CONFIG_AD5770R=m
> > + - [Config] CONFIG_AL3010=m
> > + - [Config] CONFIG_APPLE_MFI_FASTCHARGE=m
> > + - [Config] CONFIG_BAREUDP=m
> > + - [Config] CONFIG_CRYPTO_DEV_OCTEONTX_CPT=m
> > + - [Config] CONFIG_CRYPTO_DEV_ZYNQMP_AES=m
> > + - [Config] CONFIG_DRM_DISPLAY_CONNECTOR=m
> > + - [Config] CONFIG_DRM_PANEL_BOE_TV101WUM_NL6=m
> > + - [Config] CONFIG_DRM_PANEL_ELIDA_KD35T133=m
> > + - [Config] CONFIG_DRM_PANEL_FEIXIN_K101_IM2BA02=m
> > + - [Config] CONFIG_DRM_PANEL_NOVATEK_NT35510=m
> > + - [Config] CONFIG_DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=m
> > + - [Config] CONFIG_DRM_PARADE_PS8640=m
> > + - [Config] CONFIG_DRM_SIMPLE_BRIDGE=m
> > + - [Config] CONFIG_DRM_TIDSS=m
> > + - [Config] CONFIG_DRM_TI_TPD12S015=m
> > + - [Config] CONFIG_DRM_TOSHIBA_TC358768=m
> > + - [Config] CONFIG_EDAC_DMC520=m
> > + - [Config] CONFIG_EXFAT_FS=m
> > + - [Config] CONFIG_GP2AP002=m
> > + - [Config] CONFIG_GPIO_MLXBF2=m
> > + - [Config] CONFIG_HID_GLORIOUS=m
> > + - [Config] CONFIG_HID_MCP2221=m
> > + - [Config] CONFIG_HMC425=m
> > + - [Config] CONFIG_ICP10100=m
> > + - [Config] CONFIG_IMX8MM_THERMAL=m
> > + - [Config] CONFIG_IMX_SC_THERMAL=m
> > + - [Config] CONFIG_INTERCONNECT_QCOM_OSM_L3=m
> > + - [Config] CONFIG_INTERCONNECT_QCOM_SC7180=m
> > + - [Config] CONFIG_K3_RTI_WATCHDOG=m
> > + - [Config] CONFIG_MDIO_IPQ8064=m
> > + - [Config] CONFIG_MDIO_MVUSB=m
> > + - [Config] CONFIG_MHI_BUS=m
> > + - [Config] CONFIG_OCTEONTX2_VF=m
> > + - [Config] CONFIG_PHY_CADENCE_TORRENT=m
> > + - [Config] CONFIG_PHY_QCOM_USB_HS_28NM=m
> > + - [Config] CONFIG_PHY_QCOM_USB_SS=m
> > + - [Config] CONFIG_PINCTRL_DA9062=m
> > + - [Config] CONFIG_PINCTRL_IPQ6018=m
> > + - [Config] CONFIG_PTP_1588_CLOCK_IDT82P33=m
> > + - [Config] CONFIG_PTP_1588_CLOCK_VMW=m
> > + - [Config] CONFIG_QCOM_IPA=m
> > + - [Config] CONFIG_REGULATOR_MP5416=m
> > + - [Config] CONFIG_REGULATOR_MP886X=m
> > + - [Config] CONFIG_RN5T618_ADC=m
> > + - [Config] CONFIG_RTC_DRV_MT2712=m
> > + - [Config] CONFIG_RTC_DRV_RC5T619=m
> > + - [Config] CONFIG_SC_MSS_7180=m
> > + - [Config] CONFIG_SENSORS_AXI_FAN_CONTROL=m
> > + - [Config] CONFIG_SM_GCC_8250=m
> > + - [Config] CONFIG_SND_BCM63XX_I2S_WHISTLER=m
> > + - [Config] CONFIG_SND_MESON_AIU=m
> > + - [Config] CONFIG_SND_MESON_G12A_TOACODEC=m
> > + - [Config] CONFIG_SND_MESON_GX_SOUND_CARD=m
> > + - [Config] CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
> > + - [Config] CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
> > + - [Config] CONFIG_SND_SOC_MESON_T9015=m
> > + - [Config] CONFIG_SND_SOC_RT5682_SDW=m
> > + - [Config] CONFIG_SND_SOC_TLV320ADCX140=m
> > + - [Config] CONFIG_SPI_FSI=m
> > + - [Config] CONFIG_SPI_MTK_NOR=m
> > + - [Config] CONFIG_SPI_MUX=m
> > + - [Config] CONFIG_SPRD_THERMAL=m
> > + - [Config] CONFIG_SURFACE_3_POWER_OPREGION=m
> > + - [Config] CONFIG_TINYDRM_ILI9486=m
> > + - [Config] CONFIG_TI_K3_AM65_CPSW_NUSS=m
> > + - [Config] CONFIG_TYPEC_MUX_INTEL_PMC=m
> > + - [Config] CONFIG_UACCE=m
> > + - [Config] CONFIG_UNIPHIER_XDMAC=m
> > + - [Config] CONFIG_USB_MAX3420_UDC=m
> > + - [Config] CONFIG_USB_RAW_GADGET=m
> > + - [Config] CONFIG_VHOST_VDPA=m
> > + - [Config] CONFIG_VIDEO_IMX219=m
> > + - [Config] CONFIG_VIDEO_SUN8I_ROTATE=m
> > + - [Config] CONFIG_VIRTIO_VDPA=m
> > + - [Config] CONFIG_MOST_COMPONENTS=m
> > + - [Config] CONFIG_MFD_IQS62X=m
> > + - packaging: getabis: switch to ckt-ppa:bootstrap/linux-5.7
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: SAUCE: rtw88: add rtw_read8_mask and
> rtw_read16_mask"
> > + - Revert "UBUNTU: SAUCE: drm/i915/fbc: disable framebuffer
> compression on
> > + IceLake"
> > + - Revert "UBUNTU: SAUCE: platform/x86: dell-uart-backlight: move
> retry block"
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 04 May 2020
> 10:48:48 +0200
> > +
> > +linux-5.7 (5.7.0-1.2) groovy; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] update helper scripts
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: hio: pass make_request ptr directly to blk_alloc_queue()
> > + - SAUCE: hio: locally define disk_map_sector_rcu()
> > + - SAUCE: hio: Revert "block: unexport disk_map_sector_rcu"
> > + - SAUCE: hio: include <linux/part_stat.h>
> > + - [Config] amd64: i386: HIO=m
> > + - [Config] updateconfigs after 5.7-rc3 rebase
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 27 Apr 2020
> 11:31:38 +0200
> > +
> > +linux-5.7 (5.7.0-0.1) groovy; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] updateconfigs after rebase to 5.7-rc1
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.7-rc1
> > + * Rebase to v5.7-rc2
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Thu, 16 Apr 2020
> 11:53:58 +0200
> > +
> > +linux-5.7 (5.7.0-0.0) focal; urgency=medium
> > +
> > + * Dummy entry
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Thu, 16 Apr 2020
> 11:53:58 +0200
> > +
> > +linux-5.6 (5.6.0-7.7) focal; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - update dkms package versions
> > +
> > + * Kernel Oops - general protection fault: 0000 [#1] SMP PTI after
> > + disconnecting thunderbolt docking station (LP: #1864754)
> > + - SAUCE: ptp: free ptp clock properly
> > +
> > + * swap storms kills interactive use (LP: #1861359)
> > + - SAUCE: mm/page_alloc.c: disable memory reclaim watermark boosting
> by default
> > +
> > + * sysfs: incorrect network device permissions on network namespace
> change
> > + (LP: #1865359)
> > + - sysfs: add sysfs_file_change_owner()
> > + - sysfs: add sysfs_link_change_owner()
> > + - sysfs: add sysfs_group{s}_change_owner()
> > + - sysfs: add sysfs_change_owner()
> > + - device: add device_change_owner()
> > + - drivers/base/power: add dpm_sysfs_change_owner()
> > + - net-sysfs: add netdev_change_owner()
> > + - net-sysfs: add queue_change_owner()
> > + - net: fix sysfs permssions when device changes network namespace
> > + - sysfs: fix static inline declaration of
> sysfs_groups_change_owner()
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] updateconfigs after rebase to 5.6
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.6
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Tue, 31 Mar 2020
> 10:45:09 +0200
> > +
> > +linux-5.6 (5.6.0-6.6) focal; urgency=medium
> > +
> > + * suspend only works once on ThinkPad X1 Carbon gen 7 (LP: #1865570)
> > + - SAUCE: e1000e: Disable s0ix flow for X1 Carbon 7th
> > +
> > + * Make Dell WD19 dock more reliable after suspend (LP: #1868217)
> > + - 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
> > +
> > + * update-version-dkms doesn't add a BugLink (LP: #1867790)
> > + - [Packaging] Add BugLink to update-version-dkms commit
> > +
> > + * Add support for Realtek 8723DE wireless adapter (LP: #1780590)
> > + - SAUCE: rtw88: add regulatory process strategy for different
> chipset
> > + - SAUCE: rtw88: support dynamic user regulatory setting
> > + - SAUCE: rtw88: Use secondary channel offset enumeration
> > + - SAUCE: rtw88: 8822c: modify rf protection setting
> > + - SAUCE: rtw88: disable TX-AMSDU on 2.4G band
> > + - SAUCE: Revert "rtw88: disable TX-AMSDU on 2.4G band"
> > + - SAUCE: rtw88: disable TX-AMSDU on 2.4G band
> > + - SAUCE: rtw88: remove unused parameter vif in rtw_lps_pg_info_get()
> > + - SAUCE: rtw88: add rtw_read8_mask and rtw_read16_mask
> > + - SAUCE: rtw88: pci: 8822c should set clock delay to zero
> > + - SAUCE: rtw88: move rtw_enter_ips() to the last when config
> > + - SAUCE: rtw88: avoid holding mutex for cancel_delayed_work_sync()
> > + - SAUCE: rtw88: add ciphers to suppress error message
> > + - SAUCE: rtw88: 8822c: update power sequence to v16
> > + - SAUCE: rtw88: Fix incorrect beamformee role setting
> > + - SAUCE: rtw88: don't hold all IRQs disabled for PS operations
> > + - SAUCE: rtw88: extract alloc rsvd_page and h2c skb routines
> > + - SAUCE: rtw88: associate reserved pages with each vif
> > + - SAUCE: rtw88: add adaptivity support for EU/JP regulatory
> > + - SAUCE: rtw88: 8723d: Add basic chip capabilities
> > + - SAUCE: rtw88: 8723d: add beamform wrapper functions
> > + - SAUCE: rtw88: 8723d: Add power sequence
> > + - SAUCE: rtw88: 8723d: Add RF read/write ops
> > + - SAUCE: rtw88: 8723d: Add mac/bb/rf/agc/power_limit tables
> > + - SAUCE: rtw88: 8723d: Add cfg_ldo25 to control LDO25
> > + - SAUCE: rtw88: 8723d: Add new chip op efuse_grant() to control
> efuse access
> > + - SAUCE: rtw88: 8723d: Add read_efuse to recognize efuse info from
> map
> > + - SAUCE: rtw88: add legacy firmware download for 8723D devices
> > + - SAUCE: rtw88: no need to send additional information to legacy
> firmware
> > + - SAUCE: rtw88: 8723d: Add mac power-on/-off function
> > + - SAUCE: rtw88: decompose while(1) loop of power sequence polling
> command
> > + - SAUCE: rtw88: 8723d: 11N chips don't support H2C queue
> > + - SAUCE: rtw88: 8723d: implement set_tx_power_index ops
> > + - SAUCE: rtw88: 8723d: Organize chip TX/RX FIFO
> > + - SAUCE: rtw88: 8723d: initialize mac/bb/rf basic functions
> > + - SAUCE: rtw88: 8723d: Add DIG parameter
> > + - SAUCE: rtw88: 8723d: Add query_rx_desc
> > + - SAUCE: rtw88: 8723d: Add set_channel
> > + - SAUCE: rtw88: handle C2H_CCX_TX_RPT to know if packet TX'ed
> successfully
> > + - SAUCE: rtw88: 8723d: 11N chips don't support LDPC
> > + - SAUCE: rtw88: set default port to firmware
> > + - SAUCE: rtw88: update tx descriptor of mgmt and rsvd page packets
> > + - SAUCE: rtw88: sar: add SAR of TX power limit
> > + - SAUCE: rtw88: sar: Load static SAR table from ACPI WRDS method
> > + - SAUCE: rtw88: sar: Load dynamic SAR table from ACPI methods
> > + - SAUCE: rtw88: sar: apply dynamic SAR table to tx power limit
> > + - SAUCE: rtw88: sar: add sar_work to poll if dynamic SAR table is
> changed
> > + - SAUCE: rtw88: sar: dump sar information via debugfs
> > + - SAUCE: rtw88: 8723d: Add chip_ops::false_alarm_statistics
> > + - SAUCE: rtw88: 8723d: Set IG register for CCK rate
> > + - SAUCE: rtw88: 8723d: add interface configurations table
> > + - SAUCE: rtw88: 8723d: Add LC calibration
> > + - SAUCE: rtw88: 8723d: add IQ calibration
> > + - SAUCE: rtw88: 8723d: Add power tracking
> > + - SAUCE: rtw88: 8723d: Add shutdown callback to disable BT USB
> suspend
> > + - SAUCE: rtw88: 8723d: implement flush queue
> > + - SAUCE: rtw88: 8723d: set ltecoex register address in chip_info
> > + - SAUCE: rtw88: 8723d: Add coex support
> > + - SAUCE: rtw88: fill zeros to words 0x06 and 0x07 of security cam
> entry
> > + - SAUCE: rtw88: 8723d: Add 8723DE to Kconfig and Makefile
> > + - [Config] CONFIG_RTW88_8723DE=y
> > +
> > + * [Ubuntu 20.04] Unset HIBERNATION and PM kernel config options for
> focal
> > + (LP: #1867753)
> > + - [Config] CONFIG_HIBERNATION=n and CONFIG_PM=n for s390x
> > +
> > + * [20.04 FEAT] Base KVM setup for secure guests - kernel part (LP:
> #1835531)
> > + - s390/protvirt: introduce host side setup
> > + - s390/protvirt: add ultravisor initialization
> > + - s390/mm: provide memory management functions for protected KVM
> guests
> > + - s390/mm: add (non)secure page access exceptions handlers
> > + - s390/protvirt: Add sysfs firmware interface for Ultravisor
> information
> > + - KVM: s390/interrupt: do not pin adapter interrupt pages
> > + - KVM: s390: protvirt: Add UV debug trace
> > + - KVM: s390: add new variants of UV CALL
> > + - KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
> > + - KVM: s390: protvirt: Secure memory is not mergeable
> > + - KVM: s390/mm: Make pages accessible before destroying the guest
> > + - KVM: s390: protvirt: Handle SE notification interceptions
> > + - KVM: s390: protvirt: Instruction emulation
> > + - KVM: s390: protvirt: Implement interrupt injection
> > + - KVM: s390: protvirt: Add SCLP interrupt handling
> > + - KVM: s390: protvirt: Handle spec exception loops
> > + - KVM: s390: protvirt: Add new gprs location handling
> > + - KVM: S390: protvirt: Introduce instruction data area bounce buffer
> > + - KVM: s390: protvirt: handle secure guest prefix pages
> > + - KVM: s390/mm: handle guest unpin events
> > + - KVM: s390: protvirt: Write sthyi data to instruction data area
> > + - KVM: s390: protvirt: STSI handling
> > + - KVM: s390: protvirt: disallow one_reg
> > + - KVM: s390: protvirt: Do only reset registers that are accessible
> > + - KVM: s390: protvirt: Only sync fmt4 registers
> > + - KVM: s390: protvirt: Add program exception injection
> > + - KVM: s390: protvirt: UV calls in support of diag308 0, 1
> > + - KVM: s390: protvirt: Report CPU state to Ultravisor
> > + - KVM: s390: protvirt: Support cmd 5 operation state
> > + - KVM: s390: protvirt: Mask PSW interrupt bits for interception 104
> and 112
> > + - KVM: s390: protvirt: do not inject interrupts after start
> > + - KVM: s390: protvirt: Add UV cpu reset calls
> > + - DOCUMENTATION: Protected virtual machine introduction and IPL
> > + - KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTED
> > + - KVM: s390: protvirt: Add KVM api documentation
> > + - mm/gup/writeback: add callbacks for inaccessible pages
> > +
> > + * All PS/2 ports on PS/2 Serial add-in bracket are not working after
> S3
> > + (LP: #1866734)
> > + - SAUCE: Input: i8042 - fix the selftest retry logic
> > +
> > + * Sys oopsed with sysfs test in ubuntu_stress_smoke_test on X-hwe
> ARM64
> > + (LP: #1866772)
> > + - ACPI: sysfs: copy ACPI data using io memory copying
> > +
> > + * Miscellaneous Ubuntu changes
> > + - hio -- remove duplicated MODULE_DEVICE_TABLE declaration
> > + - SAUCE: r8169: disable ASPM L1.1
> > + - [Config] update annotations from configs
> > + - [Config] update configs after annotation file review
> > + - SAUCE: Revert "tools/power turbostat: Fix 32-bit capabilities
> warning"
> > +
> > + * Miscellaneous upstream changes
> > + - drm/i915: Fix eDP DPCD aux max backlight calculations
> > + - drm/dp: Introduce EDID-based quirks
> > + - drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K
> AMOLED panel
> > + - drm/i915: Force DPCD backlight mode for some Dell CML 2020 panels
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.6-rc7
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Wed, 25 Mar 2020
> 18:09:13 +0100
> > +
> > +linux-5.6 (5.6.0-5.5) focal; urgency=medium
> > +
> > + * please help enable CONFIG_EROFS_FS_ZIP (LP: #1867099)
> > + - [Config] CONFIG_EROFS_FS_ZIP=y
> > + - [Config] CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1
> > +
> > + * Miscellaneous Ubuntu changes
> > + - Config: Fix SND_HDA_PREALLOC_SIZE annotations
> > + - Config: Fix DATA_SHIFT annotations
> > + - Config: remove ANDROID_VSOC from annotations
> > + - Config: remove arm arch from annotations
> > + - Config: Update SOC_R8A7796X annotations
> > + - Config: Update CLK_R8A7796X annotations
> > + - update dkms package versions
> > + - [Config] updateconfigs after rebase to 5.6-rc6
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.6-rc6
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Wed, 18 Mar 2020
> 17:25:30 +0100
> > +
> > +linux-5.6 (5.6.0-4.4) focal; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] resync getabis
> > + - [Packaging] update helper scripts
> > +
> > + * Add sysfs attribute to show remapped NVMe (LP: #1863621)
> > + - SAUCE: ata: ahci: Add sysfs attribute to show remapped NVMe
> device count
> > +
> > + * [20.04 FEAT] Compression improvements in Linux kernel (LP: #1830208)
> > + - [Config] Introducing s390x specific kernel config option
> CONFIG_ZLIB_DFLTCC
> > +
> > + * [UBUNTU 20.04] s390x/pci: increase CONFIG_PCI_NR_FUNCTIONS to 512
> in kernel
> > + config (LP: #1866056)
> > + - [Config] Increase CONFIG_PCI_NR_FUNCTIONS from 64 to 512 starting
> with focal
> > + on s390x
> > +
> > + * CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set (LP: #1865332)
> > + - [Config] CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
> > +
> > + * [UBUNTU 20.04] Enable CONFIG_NET_SWITCHDEV in kernel config for
> s390x
> > + starting with focal (LP: #1865452)
> > + - [Config] Enable CONFIG_NET_SWITCHDEV in kernel config for s390x
> starting
> > + with focal
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: Revert "UBUNTU: SAUCE: blk/core: Gracefully handle unset
> > + make_request_fn"
> > + - [Packaging] prevent duplicated entries in modules.ignore
> > + - update dkms package versions
> > + - [Config] updateconfigs after rebase to 5.6-rc5
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.6-rc5
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 09 Mar 2020
> 09:42:06 +0100
> > +
> > +linux-5.6 (5.6.0-3.3) focal; urgency=medium
> > +
> > + * nsleep-lat / set-timer-lat / inconsistency-check / raw_skew from
> timer in
> > + ubuntu_kernel_selftests timeout on 5.3 / 5.4 (LP: #1864626)
> > + - selftests/timers: Turn off timeout setting
> > +
> > + * Update kernel options CONFIG_NR_CPUS and CONFIG_NUMA_EMU for focal
> > + (LP: #1864198)
> > + - Ubuntu: [Config] Update kernel options CONFIG_NR_CPUS and
> CONFIG_NUMA_EMU
> > +
> > + * alsa/hda/realtek: fix a mute led regression on Lenovo X1 Carbon
> > + (LP: #1864576)
> > + - SAUCE: ALSA: hda/realtek - Fix a regression for mute led on
> Lenovo Carbon X1
> > +
> > + * r8152 init may take up to 40 seconds at initialization with Dell
> WD19/WD19DC
> > + during hotplug (LP: #1864284)
> > + - UBUNTU SAUCE: r8151: check disconnect status after long sleep
> > +
> > + * Another Dell AIO backlight issue (LP: #1863880)
> > + - SAUCE: platform/x86: dell-uart-backlight: move retry block
> > +
> > + * Backport GetFB2 ioctl (LP: #1863874)
> > + - SAUCE: drm: Add getfb2 ioctl
> > +
> > + * Focal Fossa (20.04) feature request - Enable CONFIG_X86_UV (LP:
> #1863810)
> > + - [Config] CONFIG_X86_UV=y
> > +
> > + * Miscellaneous Ubuntu changes
> > + - debian: remove snapdragon config, rules and flavour
> > + - remove snapdragon abi files
> > + - update dkms package versions
> > + - [Config] updateconfigs after rebase to 5.6-rc4
> > +
> > + * Miscellaneous upstream changes
> > + - updateconfigs following snapdragon removal
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.6-rc4
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Wed, 04 Mar 2020
> 08:21:10 +0100
> > +
> > +linux-5.6 (5.6.0-2.2) focal; urgency=medium
> > +
> > + * Sometimes can't adjust brightness on Dell AIO (LP: #1862885)
> > + - SAUCE: platform/x86: dell-uart-backlight: increase retry times
> > +
> > + * Dell XPS 13 (7390) Display Flickering - 19.10 (LP: #1849947)
> > + - SAUCE: drm/i915: Disable PSR by default on all platforms
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [debian] ignore missing wireguard module
> > + - SAUCE: (lockdown) Add efi_status_to_str() and rework
> efi_status_to_err().
> > + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the
> kernel down
> > + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate
> secure boot
> > + mode
> > + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure
> boot mode
> > + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure
> flag is set
> > + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module
> signature
> > + verify
> > + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI
> secure boot
> > + - SAUCE: (lockdown) security: lockdown: Make
> > + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
> > + - [Config] CONFIG_LOCK_DOWN_IN_SECURE_BOOT=y
> > + - update dkms package versions
> > + - [Config] updateconfigs after rebase to 5.6-rc3
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: SAUCE: (lockdown) s390/ipl: lockdown kernel when
> booted
> > + secure"
> > + - Revert "UBUNTU: SAUCE: (lockdown) KEYS: Make use of platform
> keyring for
> > + module signature verify"
> > + - Revert "UBUNTU: SAUCE: (lockdown) Add a SysRq option to lift
> kernel
> > + lockdown"
> > + - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: expose a
> hook to lock
> > + the kernel down"
> > + - Revert "UBUNTU: SAUCE: (lockdown) Add efi_status_to_str() and
> rework
> > + efi_status_to_err()."
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 24 Feb 2020
> 18:57:22 +0100
> > +
> > +linux-5.6 (5.6.0-1.1) focal; urgency=medium
> > +
> > + * Integrate Intel SGX driver into linux-azure (LP: #1844245)
> > + - [Packaging] Add systemd service to load intel_sgx
> > +
> > + * QAT drivers for C3XXX and C62X not included as modules (LP:
> #1845959)
> > + - [Config] CRYPTO_DEV_QAT_C3XXX=m, CRYPTO_DEV_QAT_C62X=m and
> > + CRYPTO_DEV_QAT_DH895xCC=m
> > +
> > + * 5.4.0-11 crash on cryptsetup open (LP: #1860231)
> > + - SAUCE: blk/core: Gracefully handle unset make_request_fn
> > +
> > + * multi-zone raid0 corruption (LP: #1850540)
> > + - SAUCE: md/raid0: Use kernel specific layout
> > +
> > + * Miscellaneous Ubuntu changes
> > + - update dkms package versions
> > + - update dropped.txt after rebase to v5.6-rc1
> > + - [Config] updateconfigs after rebase to 5.6-rc1
> > + - hio -- proc_create() requires a "struct proc_ops" in 5.6
> > + - SAUCE: arm: fix build error in kvm tracepoint
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: [Config] Disable the uselib system call"
> > + - Revert "UBUNTU: [Config] Disable legacy PTY naming"
> > + - Revert "UBUNTU: [Config] Enforce filtered access to iomem"
> > + - Revert "UBUNTU: [Config] Enable notifier call chain validations"
> > + - Revert "UBUNTU: [Config] Enable scatterlist validation"
> > + - Revert "UBUNTU: [Config] Enable cred sanity checks"
> > + - Revert "UBUNTU: [Config] Enable linked list manipulation checks"
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.6-rc1
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Thu, 13 Feb 2020
> 17:20:27 +0100
> > +
> > +linux-5.6 (5.6.0-0.0) focal; urgency=medium
> > +
> > + * Dummy entry
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 10 Feb 2020
> 11:06:18 +0100
> > +
> > +linux-5.5 (5.5.0-7.8) focal; urgency=medium
> > +
> > + * CONFIG_USELIB should be disabled (LP: #1855341)
> > + - [Config] Disable the uselib system call
> > +
> > + * CONFIG_LEGACY_PTYS should be disabled (LP: #1855339)
> > + - [Config] Disable legacy PTY naming
> > +
> > + * CONFIG_IO_STRICT_DEVMEM should be enabled (LP: #1855338)
> > + - [Config] Enforce filtered access to iomem
> > +
> > + * CONFIG_DEBUG_NOTIFIERS should be enabled (LP: #1855337)
> > + - [Config] Enable notifier call chain validations
> > +
> > + * CONFIG_DEBUG_SG should be enabled (LP: #1855336)
> > + - [Config] Enable scatterlist validation
> > +
> > + * CONFIG_DEBUG_CREDENTIALS should be enabled (LP: #1855335)
> > + - [Config] Enable cred sanity checks
> > +
> > + * CONFIG_DEBUG_LIST should be enabled (LP: #1855334)
> > + - [Config] Enable linked list manipulation checks
> > +
> > + * shiftfs: prevent lower dentries from going negative during unlink
> > + (LP: #1860041)
> > + - SAUCE: shiftfs: prevent lower dentries from going negative during
> unlink
> > +
> > + * [SRU][B/OEM-B/OEM-OSP1/D/E/Unstable] UBUNTU: SAUCE: Use native
> backlight on
> > + Lenovo E41-25/45 (LP: #1859561)
> > + - SAUCE: ACPI: video: Use native backlight on Lenovo E41-25/45
> > +
> > + * USB key cannot be detected by hotplug on Sunix USB Type-A 3.1 Gen 2
> card
> > + [1b21:2142] (LP: #1858988)
> > + - SAUCE: PCI: Avoid ASMedia XHCI USB PME# from D0 defect
> > +
> > + * Dell AIO can't adjust brightness (LP: #1858761)
> > + - SAUCE: platform/x86: dell-uart-backlight: add retry for get
> scalar status
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] Fix typo in annotations file
> > + - update dkms package versions
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.5
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 27 Jan 2020
> 11:39:38 +0100
> > +
> > +linux-5.5 (5.5.0-6.7) focal; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] Update ubuntu-regression-suite dependency to python2
> > + - [Packaging] Fix ubuntu-regression-suite python dependency for hwe
> kernel
> > + - update dkms package versions
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.5-rc7
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 20 Jan 2020
> 10:16:01 +0100
> > +
> > +linux-5.5 (5.5.0-5.6) focal; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - update dkms package versions
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.5-rc6
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 13 Jan 2020
> 15:50:12 +0100
> > +
> > +linux-5.5 (5.5.0-4.5) focal; urgency=medium
> > +
> > + * linux build and autopkg tests need to use python2 instead of python
> > + (LP: #1858487)
> > + - [Packaging] Remove python-dev build dependency
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Wed, 08 Jan 2020
> 16:00:26 +0100
> > +
> > +linux-5.5 (5.5.0-3.4) focal; urgency=medium
> > +
> > + * [SRU][B/OEM-B/OEM-OSP1/D/E/F] Add LG I2C touchscreen multitouch
> support
> > + (LP: #1857541)
> > + - SAUCE: HID: multitouch: Add LG MELF0410 I2C touchscreen support
> > +
> > + * Make vfio-pci built-in or xhci_hcd optional (LP: #1770845)
> > + - [Config]: built-in VFIO_PCI for amd64
> > +
> > + * multi-zone raid0 corruption (LP: #1850540)
> > + - SAUCE: md/raid0: Link to wiki with guidance on multi-zone RAID0
> layout
> > + migration
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] update variants
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] Change source package to linux-5.5
> > + - [Packaging] Don't use SRCPKGNAME for linux-libc-dev
> > + - [Packaging] Remove linux-source-3 Provides: from linux-source
> > + - [Packaging] Fix linux-doc in linux-image Suggests:
> > + - [Debian] Read variants list into a variable
> > + - [Packaging] Generate linux-libc-dev package only for primary
> variant
> > + - [Packaging] Generate linux-doc for only the primary variant
> > + - [Debian] Update linux source package name in debian/tests/*
> > + - update dkms package versions
> > + - [Config] updateconfigs after rebase to 5.5-rc3
> > + - [Config] disable PCI_MESON
> > + - [Config] Add pinctrl-equilibrium to modules.ignore
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.5-rc5
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Wed, 08 Jan 2020
> 11:28:43 +0100
> > +
> > +linux-5.5 (5.5.0-2.3) focal; urgency=medium
> > +
> > + * Empty entry.
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 17 Dec 2019
> 22:33:59 -0600
> > +
> > +linux (5.5.0-2.3) focal; urgency=medium
> > +
> > + * Support DPCD aux brightness control (LP: #1856134)
> > + - SAUCE: drm/i915: Fix eDP DPCD aux max backlight calculations
> > + - SAUCE: drm/i915: Assume 100% brightness when not in DPCD control
> mode
> > + - SAUCE: drm/i915: Fix DPCD register order in
> intel_dp_aux_enable_backlight()
> > + - SAUCE: drm/i915: Auto detect DPCD backlight support by default
> > + - SAUCE: drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen
> 4K AMOLED
> > + panel
> > + - USUNTU: SAUCE: drm/i915: Force DPCD backlight mode on Dell
> Precision 4K sku
> > +
> > + * change kconfig of the soundwire bus driver from y to m (LP:
> #1855685)
> > + - [Config]: SOUNDWIRE=m
> > +
> > + * Fix unusable USB hub on Dell TB16 after S3 (LP: #1855312)
> > + - SAUCE: USB: core: Make port power cycle a seperate helper function
> > + - SAUCE: USB: core: Attempt power cycle port when it's in
> eSS.Disabled state
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Debian] add python depends to ubuntu-regression-suite
> > + - SAUCE: selftests: net: tls: remove recv_rcvbuf test
> > + - update dkms package versions
> > +
> > + * Miscellaneous upstream changes
> > + - [Config] updateconfigs after rebase to 5.5-rc2
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Tue, 17 Dec 2019
> 16:02:43 +0100
> > +
> > +linux (5.5.0-1.2) focal; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] disable nvidia dkms build
> > + - [Config] disable virtualbox dkms build
> > + - [Config] disable zfs dkms build
> > + - update dropped.txt after rebase to v5.5-rc1
> > + - SAUCE: (lockdown) Make get_cert_list() not complain about cert
> lists that
> > + aren't present.
> > + - SAUCE: (lockdown) Add efi_status_to_str() and rework
> efi_status_to_err().
> > + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to
> print
> > + error messages.
> > + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the
> kernel down
> > + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate
> secure boot
> > + mode
> > + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure
> boot mode
> > + - SAUCE: (lockdown) Add a SysRq option to lift kernel lockdown
> > + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module
> signature
> > + verify
> > + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI
> secure boot
> > + - SAUCE: (lockdown) security: lockdown: Make
> > + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
> > + - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure
> > + - [Config] Enable lockdown under secure boot
> > + - update dkms package versions
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Thu, 12 Dec 2019
> 16:54:41 +0100
> > +
> > +linux (5.5.0-0.1) focal; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] updateconfigs after rebase to 5.5-rc1
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.5-rc1
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 09 Dec 2019
> 19:03:35 +0100
> > +
> > +linux (5.5.0-0.0) focal; urgency=medium
> > +
> > + * Dummy entry.
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 09 Dec 2019
> 15:14:37 +0100
> > +
> > +linux (5.4.0-8.11) focal; urgency=medium
> > +
> > + * focal/linux: 5.4.0-8.9 -proposed tracker (LP: #1855448)
> > +
> > + * update ENA driver for DIMLIB dynamic interrupt moderation (LP:
> #1853180)
> > + - SAUCE: net: ena: fix issues in setting interrupt moderation
> params in
> > + ethtool
> > + - SAUCE: net: ena: fix too long default tx interrupt moderation
> interval
> > +
> > + * Kernel build log filled with "/bin/bash: line 5: warning: command
> > + substitution: ignored null byte in input" (LP: #1853843)
> > + - [Debian] Fix warnings when checking for modules signatures
> > +
> > + * hwe-edge kernel 5.3.0-23.25 kernel does not boot on Precision 5720
> AIO
> > + (LP: #1852581)
> > + - [Packaging] Fix module signing with older modinfo
> > +
> > + * Fix MST support on Ice Lake (LP: #1854432)
> > + - drm/i915: fix port checks for MST support on gen >= 11
> > +
> > + * headphone has noise as not mute on dell machines with alc236/256
> > + (LP: #1854401)
> > + - SAUCE: ALSA: hda/realtek - Dell headphone has noise on unmute for
> ALC236
> > +
> > + * [CML-S62] Need enable intel_pmc_core driver patch for Comet lake- S
> 6+2
> > + (LP: #1847450)
> > + - SAUCE: platform/x86: intel_pmc_core: Add Comet Lake (CML)
> platform support
> > + to intel_pmc_core driver
> > +
> > + * CVE-2019-14901
> > + - SAUCE: mwifiex: Fix heap overflow in
> mmwifiex_process_tdls_action_frame()
> > +
> > + * CVE-2019-14896 // CVE-2019-14897
> > + - SAUCE: libertas: Fix two buffer overflows at parsing bss
> descriptor
> > +
> > + * CVE-2019-14895
> > + - SAUCE: mwifiex: fix possible heap overflow in
> mwifiex_process_country_ie()
> > +
> > + * [CML-S62] Need enable intel_rapl patch support for Comet lake- S 6+2
> > + (LP: #1847454)
> > + - powercap/intel_rapl: add support for CometLake Mobile
> > + - powercap/intel_rapl: add support for Cometlake desktop
> > +
> > + * External microphone can't work on some dell machines with the codec
> alc256
> > + or alc236 (LP: #1853791)
> > + - SAUCE: ALSA: hda/realtek - Move some alc256 pintbls to fallback
> table
> > + - SAUCE: ALSA: hda/realtek - Move some alc236 pintbls to fallback
> table
> > +
> > + * remount of multilower moved pivoted-root overlayfs root, results in
> I/O
> > + errors on some modified files (LP: #1824407)
> > + - SAUCE: ovl: fix lookup failure on multi lower squashfs
> > +
> > + * [CML-S62] Need enable turbostat patch support for Comet lake- S 6+2
> > + (LP: #1847451)
> > + - SAUCE: tools/power turbostat: Add Cometlake support
> > +
> > + * CONFIG_ARCH_ROCKCHIP is not set in ubuntu 18.04 aarch64,arm64 (LP:
> #1825222)
> > + - [Config] Enable ROCKCHIP support for arm64
> > +
> > + * [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no
> longer
> > + works on Dell Venue 11 Pro 7140 (LP: #1846539)
> > + - SAUCE: ASoC: SOF: Intel: Broadwell: clarify mutual exclusion with
> legacy
> > + driver
> > +
> > + * i40e: general protection fault in i40e_config_vf_promiscuous_mode
> > + (LP: #1852663)
> > + - SAUCE: i40e Fix GPF when deleting VMs
> > +
> > + * libbpf check_abi fails on ppc64el (LP: #1854974)
> > + - libbpf: Fix readelf output parsing on powerpc with recent binutils
> > +
> > + * CVE-2019-19050
> > + - crypto: user - fix memory leak in crypto_reportstat
> > +
> > + * Make hotplugging docking station to Thunderbolt port more reliable
> > + (LP: #1853991)
> > + - PCI/PM: Add pcie_wait_for_link_delay()
> > + - PCI/PM: Add missing link delays required by the PCIe spec
> > +
> > + * i915: Display flickers (monitor loses signal briefly) during
> "flickerfree"
> > + boot, while showing the BIOS logo on a black background (LP:
> #1836858)
> > + - [Config] FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y
> > +
> > + * [CML] New device id's for CMP-H (LP: #1846335)
> > + - i2c: i801: Add support for Intel Comet Lake PCH-H
> > + - mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI
> serial flash
> > + - mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs
> > +
> > + * Focal update: v5.4.2 upstream stable release (LP: #1855326)
> > + - 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()
> > + - crypto: inside-secure - Fix stability issue with Macchiatobin
> > + - driver core: platform: use the correct callback type for
> bus_find_device
> > + - usb: dwc2: use a longer core rest timeout in dwc2_core_reset()
> > + - staging: wilc1000: fix illegal memory access in
> wilc_parse_join_bss_param()
> > + - 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
> > + - mei: bus: prefix device names on bus with the bus name
> > + - mei: me: add comet point V device id
> > + - thunderbolt: Power cycle the router if NVM authentication fails
> > + - x86/fpu: Don't cache access to fpu_fpregs_owner_ctx
> > + - gve: Fix the queue page list allocated pages count
> > + - macvlan: schedule bc_work even if error
> > + - mdio_bus: don't use managed reset-controller
> > + - net: dsa: sja1105: fix sja1105_parse_rgmii_delays()
> > + - 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/tls: free the record on encryption error
> > + - net: skmsg: fix TLS 1.3 crash with full sk_msg
> > + - selftests/tls: add a test for fragmented messages
> > + - net/tls: remove the dead inplace_crypto code
> > + - net/tls: use sg_next() to walk sg entries
> > + - selftests: bpf: test_sockmap: handle file creation failures
> gracefully
> > + - selftests: bpf: correct perror strings
> > + - tipc: fix link name length check
> > + - selftests: pmtu: use -oneline for ip route list cache
> > + - 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()"
> > + - crypto: talitos - Fix build error by selecting LIB_DES
> > + - HID: core: check whether Usage Page item is after Usage ID items
> > + - platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer
> > + - platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as
> input size
> > + - Linux 5.4.2
> > +
> > + * no HDMI video output since GDM greeter after linux-oem-osp1 version
> > + 5.0.0-1026 (LP: #1852386)
> > + - drm/i915: Add new CNL PCH ID seen on a CML platform
> > + - SAUCE: drm/i915: Fix detection for a CMP-V PCH
> > +
> > + * Please add patch fixing RK818 ID detection (LP: #1853192)
> > + - SAUCE: mfd: rk808: Fix RK818 ID template
> > +
> > + * Raydium Touchscreen on ThinkPad L390 does not work (LP: #1849721)
> > + - HID: i2c-hid: fix no irq after reset on raydium 3118
> > +
> > + * Touchpad doesn't work on Dell Inspiron 7000 2-in-1 (LP: #1851901)
> > + - Revert "UBUNTU: SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13
> 7390
> > + 2-in-1"
> > + - lib: devres: add a helper function for ioremap_uc
> > + - mfd: intel-lpss: Use devm_ioremap_uc for MMIO
> > +
> > + * Lenovo dock MAC Address pass through doesn't work in Ubuntu (LP:
> #1827961)
> > + - r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock
> Gen 2
> > +
> > + * Disable unreliable HPET on CFL-H system (LP: #1852216)
> > + - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake H platforms
> > +
> > + * Miscellaneous Ubuntu changes
> > + - update dkms package versions
> > + - [Config] Enable virtualbox dkms build
> > + - [Config] update annotations to match current configs
> > + - SAUCE: Add exfat module to signature inclusion list
> > +
> > + * Miscellaneous upstream changes
> > + - 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
> > + - 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
> > + - x86/stackframe/32: Repair 32-bit Xen PV
> > + - x86/xen/32: Make xen_iret_crit_fixup() independent of frame layout
> > + - x86/xen/32: Simplify ring check in xen_iret_crit_fixup()
> > + - x86/doublefault/32: Fix stack canaries in the double fault handler
> > + - x86/pti/32: Size initial_page_table correctly
> > + - x86/cpu_entry_area: Add guard page for entry stack on 32bit
> > + - x86/entry/32: Fix IRET exception
> > + - x86/entry/32: Use %ss segment where required
> > + - x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALL
> > + - x86/entry/32: Unwind the ESPFIX stack earlier on exception entry
> > + - x86/entry/32: Fix NMI vs ESPFIX
> > + - selftests/x86/mov_ss_trap: Fix the SYSENTER test
> > + - selftests/x86/sigreturn/32: Invalidate DS and ES when abusing the
> kernel
> > + - x86/pti/32: Calculate the various PTI cpu_entry_area sizes
> correctly, make
> > + the CPU_ENTRY_AREA_PAGES assert precise
> > + - 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
> > + - 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
> > + - 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: add config dependency for SGL_ALLOC
> > + - 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
> > + - staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding error
> > + - powerpc/book3s64: Fix link stack flush on context switch
> > + - KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernel
> > + - Linux 5.4.1
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Fri, 06 Dec 2019
> 15:53:53 -0600
> > +
> > +linux (5.4.0-7.8) focal; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: selftests/bpf: Comment out BPF_CORE_READ's which cause
> clang to
> > + segfault
> > + - Update nvidia-430 to nvidia-440
> > + - [Config] Enable nvidia dkms build
> > + - update dkms package versions
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.4
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 25 Nov 2019
> 15:02:30 +0100
> > +
> > +linux (5.4.0-6.7) focal; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - update dkms package versions
> > + - [Config] updateconfigs after rebase to 5.4-rc8
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.4-rc7
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 18 Nov 2019
> 12:08:01 +0100
> > +
> > +linux (5.4.0-5.6) focal; urgency=medium
> > +
> > + * refcount underflow and type confusion in shiftfs (LP: #1850867) //
> > + CVE-2019-15793
> > + - SAUCE: shiftfs: Correct id translation for lower fs operations
> > +
> > + * refcount underflow and type confusion in shiftfs (LP: #1850867) //
> > + CVE-2019-15792
> > + - SAUCE: shiftfs: prevent type confusion
> > +
> > + * refcount underflow and type confusion in shiftfs (LP: #1850867) //
> > + CVE-2019-15791
> > + - SAUCE: shiftfs: Fix refcount underflow in btrfs ioctl handling
> > +
> > + * Some EFI systems fail to boot in efi_init() when booted via maas
> > + (LP: #1851810)
> > + - SAUCE: efi: efi_get_memory_map -- increase map headroom
> > +
> > + * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281)
> > + - SAUCE: seccomp: rework define for SECCOMP_USER_NOTIF_FLAG_CONTINUE
> > + - SAUCE: seccomp: avoid overflow in implicit constant conversion
> > +
> > + * dkms artifacts may expire from the pool (LP: #1850958)
> > + - [Packaging] dkms -- try launchpad librarian for pool downloads
> > + - [Packaging] dkms -- dkms-build quieten wget verbiage
> > +
> > + * tsc marked unstable after entered PC10 on Intel CoffeeLake (LP:
> #1840239)
> > + - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake platforms
> > + - SAUCE: x86/intel: Disable HPET on Intel Ice Lake platforms
> > +
> > + * shiftfs: prevent exceeding project quotas (LP: #1849483)
> > + - SAUCE: shiftfs: drop CAP_SYS_RESOURCE from effective capabilities
> > +
> > + * shiftfs: fix fallocate() (LP: #1849482)
> > + - SAUCE: shiftfs: setup correct s_maxbytes limit
> > +
> > + * The alsa hda driver is not loaded due to the missing of PCIID for
> Comet
> > + Lake-S [8086:a3f0] (LP: #1852070)
> > + - SAUCE: ALSA: hda: Add Cometlake-S PCI ID
> > +
> > + * Can't adjust brightness on DELL UHD dGPU AIO (LP: #1813877)
> > + - SAUCE: platform/x86: dell-uart-backlight: add missing status
> command
> > + - SAUCE: platform/x86: dell-uart-backlight: load driver by scalar
> status
> > + - SAUCE: platform/x86: dell-uart-backlight: add force parameter
> > + - SAUCE: platform/x86: dell-uart-backlight: add quirk for old
> platforms
> > +
> > + * s_iflags overlap prevents unprivileged overlayfs mounts (LP:
> #1851677)
> > + - SAUCE: fs: Move SB_I_NOSUID to the top of s_iflags
> > +
> > + * ubuntu-aufs-modified mmap_region() breaks refcounting in
> overlayfs/shiftfs
> > + error path (LP: #1850994) // CVE-2019-15794
> > + - SAUCE: shiftfs: Restore vm_file value when lower fs mmap fails
> > + - SAUCE: ovl: Restore vm_file value when lower fs mmap fails
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Debian] Convert update-aufs.sh to use aufs5
> > + - SAUCE: import aufs driver
> > + - update dkms package versions
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.4-rc7
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Wed, 13 Nov 2019
> 11:56:35 -0800
> > +
> > +linux (5.4.0-4.5) focal; urgency=medium
> > +
> > + * High power consumption using 5.0.0-25-generic (LP: #1840835)
> > + - 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()
> > +
> > + * Fix signing of staging modules in eoan (LP: #1850234)
> > + - [Packaging] Leave unsigned modules unsigned after adding
> .gnu_debuglink
> > +
> > + * [20.04 FEAT] Set Architecture Level (ALS) to z13 (LP: #1837525)
> > + - [Config] s390x bump march to z13, with tune to z15
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Debian]: do not skip tests for linux-hwe-edge
> > + - update dkms package versions
> > + - [Config] re-enable zfs
> > + - [Config] rename module virtio_fs to virtiofs
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.4-rc6
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 04 Nov 2019
> 15:12:02 +0100
> > +
> > +linux (5.4.0-3.4) focal; urgency=medium
> > +
> > + * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281)
> > + - SAUCE: seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test
> > +
> > + * cloudimg: no iavf/i40evf module so no network available with SR-IOV
> enabled
> > + cloud (LP: #1848481)
> > + - [Packaging] include iavf/i40evf in generic
> > +
> > + * CVE-2019-17666
> > + - SAUCE: rtlwifi: Fix potential overflow on P2P code
> > +
> > + * Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x
> from yes
> > + to no (LP: #1848492)
> > + - [Config] Change Config Option
> CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x
> > + from yes to no
> > +
> > + * Add Intel Comet Lake ethernet support (LP: #1848555)
> > + - SAUCE: e1000e: Add support for Comet Lake
> > +
> > + * seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE (LP: #1847744)
> > + - SAUCE: seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE
> > + - SAUCE: seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE
> > +
> > + * drm/i915: Fix the issue of "azx_get_response timeout" for hdmi
> audio on ICL
> > + platforms (LP: #1847192)
> > + - SAUCE: drm/i915: Fix audio power up sequence for gen10+ display
> > + - SAUCE: drm/i915: extend audio CDCLK>=2*BCLK constraint to more
> platforms
> > +
> > + * PM / hibernate: fix potential memory corruption (LP: #1847118)
> > + - SAUCE: PM / hibernate: memory_bm_find_bit -- tighten node
> optimisation
> > +
> > + * [regression] NoNewPrivileges incompatible with Apparmor (LP:
> #1844186)
> > + - SAUCE: apparmor: fix nnp subset test for unconfined
> > +
> > + * overlayfs: allow with shiftfs as underlay (LP: #1846272)
> > + - SAUCE: overlayfs: allow with shiftfs as underlay
> > +
> > + * eoan: alsa/sof: Enable SOF_HDA link and codec (LP: #1848490)
> > + - [Config] Fix SOF Kconfig options
> > +
> > + * linux won't build when new virtualbox version is present on the
> archive
> > + (LP: #1848788)
> > + - [Packaging]: download virtualbox from sources
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] update annotations from configs
> > + - [Config] updateconfigs after rebase to 5.4-rc5
> > + - update dkms package versions
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.4-rc5
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 29 Oct 2019
> 12:01:27 -0500
> > +
> > +linux (5.4.0-2.3) eoan; urgency=medium
> > +
> > + * Add installer support for iwlmvm adapters (LP: #1848236)
> > + - d-i: Add iwlmvm to nic-modules
> > +
> > + * shiftfs: rework how shiftfs opens files (LP: #1846265)
> > + - SAUCE: shiftfs: rework how shiftfs opens files
> > +
> > + * Miscellaneous Ubuntu changes
> > + - update dkms package versions
> > + - [Config] updateconfigs after rebase to 5.4-rc4
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.4-rc4
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 21 Oct 2019
> 17:31:26 +0200
> > +
> > +linux (5.4.0-1.2) eoan; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - update dkms package versions
> > + - [Config] updateconfigs after rebase to 5.4-rc3
> > + - [Config] add flexfb, fbtft_device and rio500 to modules.ignore
> > + - [Config] amd64: ignore fbtft and all dependent modules
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.4-rc3
> > +
> > + -- Andrea Righi <andrea.righi at canonical.com> Mon, 14 Oct 2019
> 19:48:52 +0200
> > +
> > +linux (5.4.0-0.1) eoan; urgency=medium
> > +
> > + * Enable the Dragonboards out of Eoan/master arm64 kernel (LP:
> #1846704)
> > + - [Packaging] arm64: snapdragon: introduce a snapdragon flavour
> > + - [Packaging] arm64: snapdragon: switch kernel format to Image
> > + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8916=y
> > + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8994=y
> > + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8996=y
> > + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8998=y
> > + - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_RPMH=y
> > + - [Config] arm64: snapdragon: CONFIG_QCOM_BAM_DMA=y
> > + - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA_MGMT=y
> > + - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA=y
> > + - [Config] arm64: snapdragon: CONFIG_COMMON_CLK_QCOM=y
> > + - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_RPMH=y
> > + - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8916=y
> > + - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8994=y
> > + - [Config] arm64: snapdragon: CONFIG_MSM_MMCC_8996=y
> > + - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8998=y
> > + - [Config] arm64: snapdragon: CONFIG_HWSPINLOCK_QCOM=y
> > + - [Config] arm64: snapdragon: CONFIG_QCOM_APCS_IPC=y
> > + - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_GLINK_RPM=y
> > + - [Config] arm64: snapdragon: CONFIG_QCOM_GENI_SE=y
> > + - [Config] arm64: snapdragon: CONFIG_QCOM_SMEM=y
> > + - [Config] arm64: snapdragon: CONFIG_QCOM_SMD_RPM=y
> > + - [Config] arm64: snapdragon: CONFIG_QCOM_SMP2P=y
> > + - [Config] arm64: snapdragon: CONFIG_QCOM_SMSM=y
> > + - [Config] arm64: snapdragon: CONFIG_QCOM_QFPROM=y
> > + - [Config] arm64: snapdragon: CONFIG_SERIAL_QCOM_GENI=y
> > + - [Config] arm64: snapdragon: CONFIG_QCOM_TSENS=y
> > + - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SMD_RPM=y
> > + - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_SMD_RPM=y
> > + - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_SMD=y
> > + - [Config] arm64: snapdragon: CONFIG_MFD_QCOM_RPM=y
> > + - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD=y
> > + - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD_PLATFORM=y
> > + - [Config] arm64: snapdragon: CONFIG_SCSI_UFS_HISI=y
> > + - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI=y
> > + - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_PLTFM=y
> > + - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_MSM=y
> > + - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SPMI=y
> > + - [Config] arm64: snapdragon: CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
> > + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HS=y
> > + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_QMP=y
> > + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_UFS=y
> > + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HSIC=y
> > + - [Config] arm64: snapdragon: CONFIG_USB_CHIPIDEA_OF=y
> > + - [Config] arm64: snapdragon: CONFIG_USB_EHCI_HCD_PLATFORM=y
> > + - [Config] arm64: snapdragon: CONFIG_EXTCON_USB_GPIO=y
> > + - [Config] arm64: snapdragon: CONFIG_REGULATOR_FIXED_VOLTAGE=y
> > + - [Config] arm64: snapdragon: CONFIG_LEDS_GPIO=y
> > + - [Config] arm64: snapdragon: CONFIG_USB_HSIC_USB3503=y
> > + - [Config] arm64: snapdragon: CONFIG_USB_NET_DRIVERS=y
> > + - [Config] arm64: snapdragon: CONFIG_USB_OTG=y
> > + - [Config] arm64: snapdragon: CONFIG_USB_XHCI_PLATFORM=y
> > + - [Config] arm64: snapdragon: CONFIG_USB_OHCI_HCD_PLATFORM=y
> > + - [Config] arm64: snapdragon: CONFIG_USB_MUSB_HDRC=y
> > + - [Config] arm64: snapdragon: CONFIG_USB_DWC3=y
> > + - [Config] arm64: snapdragon: CONFIG_USB_DWC3_PCI=y
> > + - [Config] arm64: snapdragon: CONFIG_USB_DWC3_OF_SIMPLE=y
> > + - [Config] arm64: snapdragon: CONFIG_USB_DWC3_QCOM=y
> > + - [Config] arm64: snapdragon: CONFIG_LEDS_PWM=y
> > + - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_HEARTBEAT=y
> > + - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
> > + - [Config] arm64: snapdragon: CONFIG_QCOM_A53PLL=y
> > + - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_APCS_MSM8916=y
> > + - [Config] arm64: snapdragon: CONFIG_NLS_ISO8859_1=y
> > + - [Config] arm64: snapdragon: CONFIG_USB_USBNET=y
> > + - [Config] arm64: snapdragon: CONFIG_CRYPTO_DEV_QCOM_RNG=y
> > + - [Config] arm64: snapdragon: CONFIG_POWER_RESET_QCOM_PON=y
> > + - [Config] arm64: snapdragon: CONFIG_INPUT_PM8941_PWRKEY=y
> > + - [Config] arm64: snapdragon: CONFIG_KEYBOARD_GPIO=y
> > + - [Config] arm64: snapdragon: CONFIG_RTC_DRV_PM8XXX=y
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] updateconfigs after rebase to 5.4-rc2
> > + - SAUCE: (lockdown) Make get_cert_list() not complain about cert
> lists that
> > + aren't present.
> > + - SAUCE: (lockdown) Add efi_status_to_str() and rework
> efi_status_to_err().
> > + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to
> print
> > + error messages.
> > + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the
> kernel down
> > + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate
> secure boot
> > + mode
> > + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure
> boot mode
> > + - SAUCE: (lockdown) Add a SysRq option to lift kernel lockdown
> > + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module
> signature
> > + verify
> > + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI
> secure boot
> > + - SAUCE: (lockdown) security: lockdown: Make
> > + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
> > + - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure
> > + - [Config] Enable lockdown under secure boot
> > + - SAUCE: import aufs driver
> > + - SAUCE: aufs: rwsem owner changed to atmoic_long_t in 5.3
> > + - SAUCE: aufs: add "WITH Linux-syscall-note" to SPDX tag of uapi
> headers
> > + - [Config] enable aufs
> > + - update dkms package versions
> > + - [Config] disable zfs
> > + - [Config] disable nvidia dkms build
> > + - [Config] disable virtualbox dkms build
> > + - [Debian] Generate stub reconstruct for -rc kernels
> > + - Revert "UBUNTU: SAUCE: (namespace) block_dev: Forbid unprivileged
> mounting
> > + when device is opened for writing"
> > + - Revert "UBUNTU: SAUCE: (namespace) ext4: Add module parameter to
> enable user
> > + namespace mounts"
> > + - Revert "UBUNTU: SAUCE: (namespace) ext4: Add support for
> unprivileged mounts
> > + from user namespaces"
> > + - Revert "UBUNTU: SAUCE: (namespace) mtd: Check permissions towards
> mtd block
> > + device inode when mounting"
> > + - Revert "UBUNTU: SAUCE: (namespace) block_dev: Check permissions
> towards
> > + block device inode when mounting"
> > + - Revert "UBUNTU: SAUCE: (namespace) block_dev: Support checking
> inode
> > + permissions in lookup_bdev()"
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.4-rc2
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Fri, 11 Oct 2019
> 16:42:41 -0500
> > +
> > +linux (5.4.0-0.0) eoan; urgency=medium
> > +
> > + * Dummy entry.
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 08 Oct 2019
> 09:59:00 -0500
> > +
> > +linux (5.3.0-17.18) eoan; urgency=medium
> > +
> > + * eoan/linux: 5.3.0-17.18 -proposed tracker (LP: #1846641)
> > +
> > + * CVE-2019-17056
> > + - nfc: enforce CAP_NET_RAW for raw sockets
> > +
> > + * CVE-2019-17055
> > + - mISDN: enforce CAP_NET_RAW for raw sockets
> > +
> > + * CVE-2019-17054
> > + - appletalk: enforce CAP_NET_RAW for raw sockets
> > +
> > + * CVE-2019-17053
> > + - ieee802154: enforce CAP_NET_RAW for raw sockets
> > +
> > + * CVE-2019-17052
> > + - ax25: enforce CAP_NET_RAW for raw sockets
> > +
> > + * CVE-2019-15098
> > + - ath6kl: fix a NULL-ptr-deref bug in
> ath6kl_usb_alloc_urb_from_pipe()
> > +
> > + * xHCI on AMD Stoney Ridge cannot detect USB 2.0 or 1.1 devices.
> > + (LP: #1846470)
> > + - x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defect
> > +
> > + * Re-enable linux-libc-dev build on i386 (LP: #1846508)
> > + - [Packaging] Build only linux-libc-dev for i386
> > + - [Debian] final-checks -- ignore archtictures with no binaries
> > +
> > + * arm64: loop on boot after installing
> linux-generic-hwe-18.04-edge/bionic-
> > + proposed (LP: #1845820)
> > + - [Config] Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT
> > +
> > + * Revert ESE DASD discard support (LP: #1846219)
> > + - SAUCE: Revert "s390/dasd: Add discard support for ESE volumes"
> > +
> > + * Miscellaneous Ubuntu changes
> > + - update dkms package versions
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Thu, 03 Oct 2019
> 16:57:05 -0500
> > +
> > +linux (5.3.0-16.17) eoan; urgency=medium
> > +
> > + * eoan/linux: 5.3.0-16.17 -proposed tracker (LP: #1846204)
> > +
> > + * zfs fails to build on s390x with debug symbols enabled (LP:
> #1846143)
> > + - SAUCE: s390: Mark atomic const ops always inline
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 01 Oct 2019
> 07:46:43 -0500
> > +
> > +linux (5.3.0-15.16) eoan; urgency=medium
> > +
> > + * eoan/linux: 5.3.0-15.16 -proposed tracker (LP: #1845987)
> > +
> > + * Drop i386 build for 19.10 (LP: #1845714)
> > + - [Packaging] Remove x32 arch references from control files
> > + - [Debian] final-checks -- Get arch list from debian/control
> > +
> > + * ZFS kernel modules lack debug symbols (LP: #1840704)
> > + - [Debian] Fix conditional for setting zfs debug package path
> > +
> > + * Use pyhon3-sphinx instead of python-sphinx for building html docs
> > + (LP: #1845808)
> > + - [Packaging] Update sphinx build dependencies to python3 packages
> > +
> > + * Kernel panic with 19.10 beta image (LP: #1845454)
> > + - efi/tpm: Don't access event->count when it isn't mapped.
> > + - efi/tpm: don't traverse an event log with no events
> > + - efi/tpm: only set efi_tpm_final_log_size after successful event
> log parsing
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 30 Sep 2019
> 11:57:20 -0500
> > +
> > +linux (5.3.0-14.15) eoan; urgency=medium
> > +
> > + * eoan/linux: 5.3.0-14.15 -proposed tracker (LP: #1845728)
> > +
> > + * Drop i386 build for 19.10 (LP: #1845714)
> > + - [Debian] Remove support for producing i386 kernels
> > + - [Debian] Don't use CROSS_COMPILE for i386 configs
> > +
> > + * udevadm trigger will fail when trying to add /sys/devices/vio/
> > + (LP: #1845572)
> > + - SAUCE: powerpc/vio: drop bus_type from parent device
> > +
> > + * Trying to online dasd drive results in invalid input/output from
> the kernel
> > + on z/VM (LP: #1845323)
> > + - SAUCE: s390/dasd: Fix error handling during online processing
> > +
> > + * intel-lpss driver conflicts with write-combining MTRR region (LP:
> #1845584)
> > + - SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390 2-in-1
> > +
> > + * Support Hi1620 zip hw accelerator (LP: #1845355)
> > + - [Config] Enable HiSilicon QM/ZIP as modules
> > + - crypto: hisilicon - add queue management driver for HiSilicon QM
> module
> > + - crypto: hisilicon - add hardware SGL support
> > + - crypto: hisilicon - add HiSilicon ZIP accelerator support
> > + - crypto: hisilicon - add SRIOV support for ZIP
> > + - Documentation: Add debugfs doc for hisi_zip
> > + - crypto: hisilicon - add debugfs for ZIP and QM
> > + - MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller
> driver
> > + - crypto: hisilicon - fix kbuild warnings
> > + - crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP
> > + - crypto: hisilicon - init curr_sgl_dma to fix compile warning
> > + - crypto: hisilicon - add missing single_release
> > + - crypto: hisilicon - fix error handle in hisi_zip_create_req_q
> > + - crypto: hisilicon - Fix warning on printing %p with dma_addr_t
> > + - crypto: hisilicon - Fix return value check in hisi_zip_acompress()
> > + - crypto: hisilicon - avoid unused function warning
> > +
> > + * SafeSetID LSM should be built but disabled by default (LP: #1845391)
> > + - LSM: SafeSetID: Stop releasing uninitialized ruleset
> > + - [Config] Build SafeSetID LSM but don't enable it by default
> > +
> > + * CONFIG_LSM should not specify loadpin since it is not built (LP:
> #1845383)
> > + - [Config] loadpin shouldn't be in CONFIG_LSM
> > +
> > + * Add new pci-id's for CML-S, ICL (LP: #1845317)
> > + - drm/i915/icl: Add missing device ID
> > + - drm/i915/cml: Add Missing PCI IDs
> > +
> > + * Thunderbolt support for ICL (LP: #1844680)
> > + - thunderbolt: Correct path indices for PCIe tunnel
> > + - thunderbolt: Move NVM upgrade support flag to struct icm
> > + - thunderbolt: Use 32-bit writes when writing ring producer/consumer
> > + - thunderbolt: Do not fail adding switch if some port is not
> implemented
> > + - thunderbolt: Hide switch attributes that are not set
> > + - thunderbolt: Expose active parts of NVM even if upgrade is not
> supported
> > + - thunderbolt: Add support for Intel Ice Lake
> > + - ACPI / property: Add two new Thunderbolt property GUIDs to the
> list
> > +
> > + * Ubuntu 19.10 - Additional PCI patch and fix (LP: #1844668)
> > + - s390/pci: fix MSI message data
> > +
> > + * Enhanced Hardware Support - Finalize Naming (LP: #1842774)
> > + - s390: add support for IBM z15 machines
> > + - [Config] CONFIG_MARCH_Z15=n, CONFIG_TUNE_Z15=n
> > +
> > + * Eoan update: v5.3.1 upstream stable release (LP: #1845642)
> > + - 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
> > + - 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
> > + - net: stmmac: Hold rtnl lock in suspend/resume callbacks
> > + - KVM: coalesced_mmio: add bounds checking
> > + - Documentation: sphinx: Add missing comma to list of strings
> > + - 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
> > + - nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
> > + - Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
> > + - ovl: fix regression caused by overlapping layers detection
> > + - phy: qcom-qmp: Correct ready status, again
> > + - floppy: fix usercopy direction
> > + - media: technisat-usb2: break out of loop at end of buffer
> > + - Linux 5.3.1
> > +
> > + * ZFS kernel modules lack debug symbols (LP: #1840704)
> > + - [Debian]: Remove hardcoded $(pkgdir) in debug symbols handling
> > + - [Debian]: Handle debug symbols for modules in extras too
> > + - [Debian]: Check/link modules with debug symbols after DKMS modules
> > + - [Debian]: Warn about modules without debug symbols
> > + - [Debian]: dkms-build: new parameter for debug package directory
> > + - [Debian]: dkms-build: zfs: support for debug symbols
> > + - [Debian]: dkms-build: Avoid executing post-processor scripts twice
> > + - [Debian]: dkms-build: Move zfs special-casing into configure
> script
> > +
> > + * /proc/self/maps paths missing on live session (was vlc won't start;
> eoan
> > + 19.10 & bionic 18.04 ubuntu/lubuntu/kubuntu/xubuntu/ubuntu-mate
> dailies)
> > + (LP: #1842382)
> > + - SAUCE: Revert "UBUNTU: SAUCE: shiftfs: enable overlayfs on
> shiftfs"
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Fri, 27 Sep 2019
> 16:08:06 -0500
> > +
> > +linux (5.3.0-13.14) eoan; urgency=medium
> > +
> > + * eoan/linux: 5.3.0-13.14 -proposed tracker (LP: #1845105)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] update helper scripts
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Debian] Remove binutils-dev build dependency
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 23 Sep 2019
> 19:26:43 -0500
> > +
> > +linux (5.3.0-12.13) eoan; urgency=medium
> > +
> > + * Change kernel compression method to improve boot speed (LP:
> #1840934)
> > + - [Packaging] Add lz4 build dependency for s390x
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: Remove spl and zfs source
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 17 Sep 2019
> 13:36:26 +0200
> > +
> > +linux (5.3.0-11.12) eoan; urgency=medium
> > +
> > + * eoan/linux: 5.3.0-11.12 -proposed tracker (LP: #1844144)
> > +
> > + * Suspend to RAM(S3) does not wake up for latest megaraid and mpt3sas
> > + adapters(SAS3.5 onwards) (LP: #1838751)
> > + - PCI: Restore Resizable BAR size bits correctly for 1MB BARs
> > +
> > + * s390/setup: Actually init kernel lock down (LP: #1843961)
> > + - SAUCE: (lockdown) s390/setup: Actually init kernel lock down
> > +
> > + * cherrypick has_sipl fix (LP: #1843960)
> > + - SAUCE: s390/sclp: Fix bit checked for has_sipl
> > +
> > + * Change kernel compression method to improve boot speed (LP:
> #1840934)
> > + - [Config]: Switch kernel compression from LZO to LZ4 on s390x
> > +
> > + * Installation fails on eoan/PowerVM : missing /dev/nvram (LP:
> #1837726)
> > + - [Config] CONFIG_NVRAM=y for ppc64el
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config]: remove nvram from ppc64el modules ABI
> > + - [Config] Update annotations for recent config changes
> > + - SAUCE: sched: Add __ASSEMBLY__ guards around struct clone_args
> > + - SAUCE: i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga
> C630
> > + - SAUCE: arm64: dts: qcom: Add Lenovo Yoga C630
> > + - update dkms package versions
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.3
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 16 Sep 2019
> 16:18:27 +0200
> > +
> > +linux (5.3.0-10.11) eoan; urgency=medium
> > +
> > + * eoan/linux: 5.3.0-10.11 -proposed tracker (LP: #1843232)
> > +
> > + * No sound inputs from the external microphone and headset on a Dell
> machine
> > + (LP: #1842265)
> > + - SAUCE: ALSA: hda - Expand pin_match function to match upcoming
> new tbls
> > + - SAUCE: ALSA: hda - Define a fallback_pin_fixup_tbl for alc269
> family
> > +
> > + * Horizontal corrupted line at top of screen caused by framebuffer
> compression
> > + (LP: #1840236)
> > + - SAUCE: drm/i915/fbc: disable framebuffer compression on IceLake
> > +
> > + * Add bpftool to linux-tools-common (LP: #1774815)
> > + - [Debian] package bpftool in linux-tools-common
> > +
> > + * Miscellaneous Ubuntu changes
> > + - update dkms package versions
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.3-rc8
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 09 Sep 2019
> 10:00:41 +0200
> > +
> > +linux (5.3.0-9.10) eoan; urgency=medium
> > +
> > + * eoan/linux: 5.3.0-9.10 -proposed tracker (LP: #1842393)
> > +
> > + * shiftfs: mark kmem_cache as reclaimable (LP: #1842059)
> > + - SAUCE: shiftfs: mark slab objects SLAB_RECLAIM_ACCOUNT
> > +
> > + * shiftfs: drop entries from cache on unlink (LP: #1841977)
> > + - SAUCE: shiftfs: fix buggy unlink logic
> > +
> > + * Fix touchpad IRQ storm after S3 (LP: #1841396)
> > + - pinctrl: intel: remap the pin number to gpio offset for irq
> enabled pin
> > +
> > + * Please include DTBs for arm64 laptops (LP: #1842050)
> > + - arm64: dts: qcom: Add Lenovo Miix 630
> > + - arm64: dts: qcom: Add HP Envy x2
> > + - arm64: dts: qcom: Add Asus NovaGo TP370QL
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: import aufs driver
> > + - [Packaging]: ignore vbox modules when vbox is disabled
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.3-rc7
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Tue, 03 Sep 2019
> 10:27:33 +0200
> > +
> > +linux (5.3.0-8.9) eoan; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] resync getabis
> > +
> > + * Change kernel compression method to improve boot speed (LP:
> #1840934)
> > + - [Config] change kernel compression method to improve boot speed
> > + - [Packaging] add build dependencies for compression algorithms
> > +
> > + * realtek r8822be kernel module fails after update to linux
> kernel-headers
> > + 5.0.0-21 (LP: #1838133)
> > + - rtw88: Fix misuse of GENMASK macro
> > + - rtw88: pci: Rearrange the memory usage for skb in RX ISR
> > + - rtw88: pci: Use DMA sync instead of remapping in RX ISR
> > + - rtw88: debug: dump tx power indexes in use
> > + - rtw88: use txpwr_lmt_cfg_pair struct, not arrays
> > + - rtw88: pci: remove set but not used variable 'ip_sel'
> > + - rtw88: allow c2h operation in irq context
> > + - rtw88: enclose c2h cmd handle with mutex
> > + - rtw88: add BT co-existence support
> > + - SAUCE: rtw88: pci: enable MSI interrupt
> > +
> > + * VIMC module not available (CONFIG_VIDEO_VIMC not set) (LP: #1831482)
> > + - [Config] Enable VIMC module
> > +
> > + * Goodix touchpad may drop first input event (LP: #1840075)
> > + - Revert "UBUNTU: SAUCE: i2c: designware: add G3 3590 into i2c
> quirk"
> > + - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron 7591 into i2c
> quirk"
> > + - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron/Vostro 7590
> into i2c
> > + quirk"
> > + - Revert "UBUNTU: SAUCE: i2c: designware: Add disable runtime pm
> quirk"
> > + - mfd: intel-lpss: Remove D3cold delay
> > +
> > + * Include Sunix serial/parallel driver (LP: #1826716)
> > + - serial: 8250_pci: Add support for Sunix serial boards
> > + - parport: parport_serial: Add support for Sunix Multi I/O boards
> > +
> > + * enable lockdown on s390x when Secure IPL is performed (LP: #1839622)
> > + - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure
> > + - Ubuntu: [Config] Enable CONFIG_LOCK_DOWN_KERNEL on s390x.
> > +
> > + * UBUNTU: SAUCE: shiftfs: pass correct point down (LP: #1837231)
> > + - SAUCE: shiftfs: pass correct point down
> > +
> > + * shiftfs: add O_DIRECT support (LP: #1837223)
> > + - SAUCE: shiftfs: add O_DIRECT support
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] enable secureboot signing on s390x
> > + - [Config] CONFIG_TEST_BLACKHOLE_DEV=m
> > + - SAUCE: selftests: fib_tests: assign address to dummy1 for
> rp_filter tests
> > + - [Debian] disable dkms builds for autopktest rebuilds
> > + - update dkms package versions
> > + - [Config] updateconfigs after v5.3-rc6 rebase
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.3-rc5
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 26 Aug 2019
> 10:09:42 +0200
> > +
> > +linux (5.3.0-7.8) eoan; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] resync getabis
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] updateconfigs after v5.3-rc5 rebase
> > + - remove missing module after updateconfigs
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.3-rc5
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 19 Aug 2019
> 15:31:24 +0200
> > +
> > +linux (5.3.0-6.7) eoan; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: selftests/bpf: prevent headers to be compiled as C code
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Wed, 14 Aug 2019
> 13:25:01 -0500
> > +
> > +linux (5.3.0-5.6) eoan; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - update dkms package versions
> > + - [Config] enable zfs build
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 13 Aug 2019
> 09:16:06 -0500
> > +
> > +linux (5.3.0-4.5) eoan; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] resync getabis
> > + - [Packaging] update helper scripts
> > +
> > + * bcache: bch_allocator_thread(): hung task timeout (LP: #1784665) //
> Tight
> > + timeout for bcache removal causes spurious failures (LP: #1796292)
> > + - SAUCE: bcache: fix deadlock in bcache_allocator
> > +
> > + * shiftfs: allow overlayfs (LP: #1838677)
> > + - SAUCE: shiftfs: enable overlayfs on shiftfs
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: Revert "kbuild: modpost: do not parse unnecessary rules
> for vmlinux
> > + modpost"
> > + - update dkms package versions
> > + - enable nvidia dkms build
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.3-rc4
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 12 Aug 2019
> 10:41:27 -0500
> > +
> > +linux (5.3.0-3.4) eoan; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - update dkms package versions
> > + - SAUCE: aufs: add "WITH Linux-syscall-note" to SPDX tag of uapi
> headers
> > + - [Config] add mux-* to modules.ignore
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.3-rc3
> > +
> > + -- Paolo Pisati <paolo.pisati at canonical.com> Mon, 05 Aug 2019
> 18:17:09 +0200
> > +
> > +linux (5.3.0-2.3) eoan; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] add build dependincy on fontconfig
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 29 Jul 2019
> 12:18:46 -0400
> > +
> > +linux (5.3.0-1.2) eoan; urgency=medium
> > +
> > + * System does not auto detect disconnection of external monitor (LP:
> #1835001)
> > + - SAUCE: drm/i915: Add support for retrying hotplug
> > + - SAUCE: drm/i915: Enable hotplug retry
> > +
> > + * Please enable CONFIG_SCSI_UFS_QCOM as a module on arm64 (LP:
> #1837332)
> > + - [Config] Enable CONFIG_SCSI_UFS_QCOM as a module on arm64.
> > +
> > + * Add arm64 CONFIG_ARCH_MESON=y and related configs Edit (LP:
> #1820530)
> > + - [Config] enable ARCH_MESON
> > + - remove missing module
> > + - [Config] update annotations after enabling ARCH_MESON for arm64
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: KVM: PPC: comment implicit fallthrough
> > + - update dkms package versions
> > + - [Config] enable vbox dkms build
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.3-rc2
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Sun, 28 Jul 2019
> 23:10:16 -0400
> > +
> > +linux (5.3.0-0.1) eoan; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] resync git-ubuntu-log
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: (efi-lockdown) Add the ability to lock down access to the
> running
> > + kernel image
> > + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is
> locked down
> > + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the
> kernel is locked
> > + down
> > + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across
> kexec
> > + reboot
> > + - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into
> KEXEC_SIG and
> > + KEXEC_SIG_FORCE
> > + - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is
> locked down
> > + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked
> down
> > + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the
> kernel is locked
> > + down
> > + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when
> the kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when
> the kernel
> > + has been locked down
> > + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
> > + - SAUCE: (efi-lockdown) Lock down module params that specify
> hardware
> > + parameters (eg. ioport)
> > + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace
> module
> > + - SAUCE: (efi-lockdown) Lock down /proc/kcore
> > + - SAUCE: (efi-lockdown) Lock down kprobes
> > + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions
> when the
> > + kernel is locked down
> > + - SAUCE: (efi-lockdown) Lock down perf
> > + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) lockdown: Print current->comm in
> restriction messages
> > + - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate
> IMA policy
> > + when locked down
> > + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
> > + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file
> operation
> > + defined
> > + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about
> cert lists
> > + that aren't present.
> > + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
> > + efi_status_to_err().
> > + - SAUCE: (efi-lockdown) Make get_cert_list() use
> efi_status_to_str() to print
> > + error messages.
> > + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to
> indicate secure
> > + boot mode
> > + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in
> secure boot
> > + mode
> > + - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for
> module
> > + signature verify
> > + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
> > + - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates
> > + - SAUCE: (efi-lockdown) arm64: add kernel config option to lock
> down when in
> > + Secure Boot mode
> > + - SAUCE: import aufs driver
> > + - SAUCE: aufs: rwsem owner changed to atmoic_long_t in 5.3
> > + - [Config] disable zfs dkms build
> > + - [Config] disable nvidia dkms build
> > + - [Config] disable vbox dkms build
> > + - SAUCE: perf diff: use llabs for s64 vaules
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.3-rc1
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 23 Jul 2019
> 21:45:44 -0500
> > +
> > +linux (5.3.0-0.0) eoan; urgency=medium
> > +
> > + * Dummy entry.
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 22 Jul 2019
> 10:19:04 -0500
> > +
> > +linux (5.2.0-9.10) eoan; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] update helper scripts
> > +
> > + * input/mouse: alps trackpoint-only device doesn't work (LP: #1836752)
> > + - SAUCE: Input: alps - don't handle ALPS cs19 trackpoint-only device
> > + - SAUCE: Input: alps - fix a mismatch between a condition check and
> its
> > + comment
> > +
> > + * System does not auto detect disconnection of external monitor (LP:
> #1835001)
> > + - SAUCE: drm/i915: Add support for retrying hotplug
> > + - SAUCE: drm/i915: Enable hotplug retry
> > +
> > + * alsa/hdmi: add icelake hdmi audio support for a Dell machine (LP:
> #1836916)
> > + - SAUCE: ALSA: hda/hdmi - Remove duplicated define
> > + - SAUCE: ALSA: hda/hdmi - Fix i915 reverse port/pin mapping
> > +
> > + * First click on Goodix touchpad doesn't be recognized after runtime
> suspended
> > + (LP: #1836836)
> > + - SAUCE: i2c: designware: add G3 3590 into i2c quirk
> > +
> > + * ixgbe{vf} - Physical Function gets IRQ when VF checks link state
> > + (LP: #1836760)
> > + - ixgbevf: Use cached link state instead of re-reading the value
> for ethtool
> > +
> > + * Doing multiple squashfs (and other loop?) mounts in parallel breaks
> > + (LP: #1836914)
> > + - SAUCE: Revert "loop: Don't change loop device under exclusive
> opener"
> > +
> > + * hibmc-drm Causes Unreadable Display for Huawei amd64 Servers (LP:
> #1762940)
> > + - SAUCE: Make CONFIG_DRM_HISI_HIBMC depend on ARM64
> > + - [Config] Set CONFIG_DRM_HISI_HIBMC to arm64 only
> > + - [Config] add hibmc-drm to modules.ignore
> > +
> > + * hda/realtek: can't detect external mic on a Dell machine (LP:
> #1836755)
> > + - ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machine
> > +
> > + * Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64
> > + (LP: #1835054)
> > + - [Config] Enable Armada SOCs and MVPP2 NIC driver for
> disco/generic arm64
> > +
> > + * Unhide Nvidia HDA audio controller (LP: #1836308)
> > + - PCI: Enable NVIDIA HDA controllers
> > +
> > + * Intel ethernet I219 may wrongly detect connection speed as 10Mbps
> > + (LP: #1836177)
> > + - e1000e: Make watchdog use delayed work
> > +
> > + * Sometimes touchpad(goodix) can't use tap function (LP: #1836020)
> > + - SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c quirk
> > + - SAUCE: i2c: designware: add Inpiron 7591 into i2c quirk
> > +
> > + * Intel ethernet I219 has slow RX speed (LP: #1836152)
> > + - e1000e: add workaround for possible stalled packet
> > + - e1000e: disable force K1-off feature
> > +
> > + * bcache: risk of data loss on I/O errors in backing or caching
> devices
> > + (LP: #1829563)
> > + - Revert "bcache: set CACHE_SET_IO_DISABLE in
> bch_cached_dev_error()"
> > +
> > + * bnx2x driver causes 100% CPU load (LP: #1832082)
> > + - bnx2x: Prevent ptp_task to be rescheduled indefinitely
> > +
> > + * fcf-protection=none patch with new version
> > + - Revert "UBUNTU: SAUCE: kbuild: add -fcf-protection=none to
> retpoline flags"
> > + - SAUCE: kbuild: add -fcf-protection=none when using retpoline flags
> > +
> > + * CVE-2019-12614
> > + - powerpc/pseries/dlpar: Fix a missing check in
> dlpar_parse_cc_property()
> > +
> > + * Eoan update: v5.2.1 upstream stable release (LP: #1836622)
> > + - crypto: lrw - use correct alignmask
> > + - crypto: talitos - rename alternative AEAD algos.
> > + - fscrypt: don't set policy for a dead directory
> > + - udf: Fix incorrect final NOT_ALLOCATED (hole) extent length
> > + - media: stv0297: fix frequency range limit
> > + - ALSA: usb-audio: Fix parse of UAC2 Extension Units
> > + - ALSA: hda/realtek - Headphone Mic can't record after S3
> > + - tpm: Actually fail on TPM errors during "get random"
> > + - tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM
> operations
> > + - block: fix .bi_size overflow
> > + - block, bfq: NULL out the bic when it's no longer valid
> > + - perf intel-pt: Fix itrace defaults for perf script
> > + - perf auxtrace: Fix itrace defaults for perf script
> > + - perf intel-pt: Fix itrace defaults for perf script intel-pt
> documentation
> > + - perf pmu: Fix uncore PMU alias list for ARM64
> > + - perf thread-stack: Fix thread stack return from kernel for
> kernel-only case
> > + - perf header: Assign proper ff->ph in
> perf_event__synthesize_features()
> > + - x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg()
> > + - x86/tls: Fix possible spectre-v1 in do_get_thread_area()
> > + - Documentation: Add section about CPU vulnerabilities for Spectre
> > + - Documentation/admin: Remove the vsyscall=native documentation
> > + - mwifiex: Don't abort on small, spec-compliant vendor IEs
> > + - USB: serial: ftdi_sio: add ID for isodebug v1
> > + - USB: serial: option: add support for GosunCn ME3630 RNDIS mode
> > + - Revert "serial: 8250: Don't service RX FIFO if interrupts are
> disabled"
> > + - p54usb: Fix race between disconnect and firmware loading
> > + - usb: gadget: f_fs: data_len used before properly set
> > + - usb: gadget: ether: Fix race between gether_disconnect and
> rx_submit
> > + - usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset()
> > + - usb: renesas_usbhs: add a workaround for a race condition of
> workqueue
> > + - drivers/usb/typec/tps6598x.c: fix portinfo width
> > + - drivers/usb/typec/tps6598x.c: fix 4CC cmd write
> > + - p54: fix crash during initialization
> > + - staging: comedi: dt282x: fix a null pointer deref on interrupt
> > + - staging: wilc1000: fix error path cleanup in
> wilc_wlan_initialize()
> > + - staging: bcm2835-camera: Restore return behavior of
> ctrl_set_bitrate()
> > + - staging: comedi: amplc_pci230: fix null pointer deref on interrupt
> > + - staging: mt7621-pci: fix PCIE_FTS_NUM_LO macro
> > + - HID: Add another Primax PIXART OEM mouse quirk
> > + - lkdtm: support llvm-objcopy
> > + - binder: fix memory leak in error path
> > + - binder: return errors from buffer copy functions
> > + - iio: adc: stm32-adc: add missing vdda-supply
> > + - coresight: Potential uninitialized variable in probe()
> > + - coresight: etb10: Do not call smp_processor_id from preemptible
> > + - coresight: tmc-etr: Do not call smp_processor_id() from
> preemptible
> > + - coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id
> from
> > + preemptible
> > + - coresight: tmc-etf: Do not call smp_processor_id from preemptible
> > + - carl9170: fix misuse of device driver API
> > + - Revert "x86/build: Move _etext to actual end of .text"
> > + - VMCI: Fix integer overflow in VMCI handle arrays
> > + - staging: vchiq_2835_arm: revert "quit using custom
> down_interruptible()"
> > + - staging: vchiq: make wait events interruptible
> > + - staging: vchiq: revert "switch to wait_for_completion_killable"
> > + - staging: fsl-dpaa2/ethsw: fix memory leak of switchdev_work
> > + - staging: bcm2835-camera: Replace spinlock protecting context_map
> with mutex
> > + - staging: bcm2835-camera: Ensure all buffers are returned on
> disable
> > + - staging: bcm2835-camera: Remove check of the number of buffers
> supplied
> > + - staging: bcm2835-camera: Handle empty EOS buffers whilst streaming
> > + - staging: rtl8712: reduce stack usage, again
> > + - Linux 5.2.1
> > + - [Config] updateconfigs after v5.2.1 stable update
> > +
> > + * fcf-protection=none patch with upstream version
> > + - Revert "UBUNTU: SAUCE: add -fcf-protection=none to retpoline
> flags"
> > + - SAUCE: kbuild: add -fcf-protection=none to retpoline flags
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: selftests/ftrace: avoid failure when trying to probe a
> notrace
> > + function
> > + - SAUCE: selftests/powerpc/ptrace: fix build failure
> > + - update dkms package versions
> > + - [Packaging] add zlua to zfs-modules.ignore
> > + - update dkms package versions
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Fri, 19 Jul 2019
> 15:04:45 -0500
> > +
> > +linux (5.2.0-8.9) eoan; urgency=medium
> > +
> > + * linux: 5.2.0-8.9 -proposed tracker (LP: #1835700)
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] replace zfs and spl build with zfs 0.8.1-1ubuntu1
> > + - SAUCE: test_bpf: remove expected fail for Ctx heavy
> transformations test on
> > + s390
> > + - SAUCE: add -fcf-protection=none to retpoline flags
> > + - SAUCE: usbip: ensure strings copied using strncpy are
> null-terminated
> > + - SAUCE: usbip: add -Wno-address-of-packed-member to EXTRA_CFLAGS
> > + - SAUCE: perf jvmti: ensure strncpy result is null-terminated
> > + - update dkms package versions
> > + - add removed zfs modules to modules.ignore
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.2
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 08 Jul 2019
> 07:13:41 -0500
> > +
> > +linux (5.2.0-7.8) eoan; urgency=medium
> > +
> > + * Kernel panic upon resetting ixgbe SR-IOV VFIO virtual function
> using 5.0
> > + kernel (LP: #1829652)
> > + - SAUCE: ixgbe: Avoid NULL pointer dereference with VF on non-IPsec
> hw
> > +
> > + * Hi1620 driver updates from upstream 5.2 merge window (LP: #1830815)
> > + - net: hns3: initialize CPU reverse mapping
> > + - net: hns3: refine the flow director handle
> > + - net: hns3: add aRFS support for PF
> > + - net: hns3: fix for FEC configuration
> > + - RDMA/hns: Remove unnecessary print message in aeq
> > + - RDMA/hns: Update CQE specifications
> > + - RDMA/hns: Move spin_lock_irqsave to the correct place
> > + - RDMA/hns: Remove jiffies operation in disable interrupt context
> > + - RDMA/hns: Replace magic numbers with #defines
> > + - net: hns3: fix compile warning without CONFIG_RFS_ACCEL
> > + - net: hns3: fix for HNS3_RXD_GRO_SIZE_M macro
> > + - net: hns3: add support for dump firmware statistics by debugfs
> > + - net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC
> client has
> > + registered
> > + - net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE
> client has
> > + registered
> > + - net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC
> client has
> > + registered
> > + - net: hns3: modify hclge_init_client_instance()
> > + - net: hns3: modify hclgevf_init_client_instance()
> > + - net: hns3: add handshake with hardware while doing reset
> > + - net: hns3: stop schedule reset service while unloading driver
> > + - net: hns3: adjust hns3_uninit_phy()'s location in the
> hns3_client_uninit()
> > + - net: hns3: fix a memory leak issue for
> hclge_map_unmap_ring_to_vf_vector
> > + - RDMA/hns: Bugfix for posting multiple srq work request
> > + - net: hns3: remove redundant core reset
> > + - net: hns3: don't configure new VLAN ID into VF VLAN table when
> it's full
> > + - net: hns3: fix VLAN filter restore issue after reset
> > + - net: hns3: set the port shaper according to MAC speed
> > + - net: hns3: add a check to pointer in error_detected and slot_reset
> > + - net: hns3: set ops to null when unregister ad_dev
> > + - net: hns3: add handling of two bits in MAC tunnel interrupts
> > + - net: hns3: remove setting bit of reset_requests when handling mac
> tunnel
> > + interrupts
> > + - net: hns3: add opcode about query and clear RAS & MSI-X to
> special opcode
> > + - net: hns3: delay and separate enabling of NIC and ROCE HW errors
> > + - RDMA/hns: fix inverted logic of readl read and shift
> > + - RDMA/hns: Bugfix for filling the sge of srq
> > + - net: hns3: log detail error info of ROCEE ECC and AXI errors
> > + - net: hns3: fix wrong size of mailbox responding data
> > + - net: hns3: make HW GRO handling compliant with SW GRO
> > + - net: hns3: replace numa_node_id with numa_mem_id for buffer
> reusing
> > + - net: hns3: refactor hns3_get_new_int_gl function
> > + - net: hns3: trigger VF reset if a VF has an over_8bd_nfe_err
> > + - net: hns3: delete the redundant user NIC codes
> > + - net: hns3: small changes for magic numbers
> > + - net: hns3: use macros instead of magic numbers
> > + - net: hns3: refactor PF/VF RSS hash key configuration
> > + - net: hns3: some modifications to simplify and optimize code
> > + - net: hns3: fix some coding style issues
> > + - net: hns3: delay setting of reset level for hw errors until
> slot_reset is
> > + called
> > + - net: hns3: fix avoid unnecessary resetting for the H/W errors
> which do not
> > + require reset
> > + - net: hns3: process H/W errors occurred before HNS dev
> initialization
> > + - net: hns3: add recovery for the H/W errors occurred before the
> HNS dev
> > + initialization
> > + - net: hns3: some changes of MSI-X bits in PPU(RCB)
> > + - net: hns3: extract handling of mpf/pf msi-x errors into functions
> > + - net: hns3: clear restting state when initializing HW device
> > + - net: hns3: free irq when exit from abnormal branch
> > + - net: hns3: fix for dereferencing before null checking
> > + - net: hns3: fix for skb leak when doing selftest
> > + - net: hns3: delay ring buffer clearing during reset
> > + - net: hns3: some variable modification
> > + - net: hns3: fix dereference of ae_dev before it is null checked
> > + - scsi: hisi_sas: Delete PHY timers when rmmod or probe failed
> > + - scsi: hisi_sas: Fix the issue of argument mismatch of printing
> ecc errors
> > + - scsi: hisi_sas: Reduce HISI_SAS_SGE_PAGE_CNT in size
> > + - scsi: hisi_sas: Change the type of some numbers to unsigned
> > + - scsi: hisi_sas: Ignore the error code between phy down to phy up
> > + - scsi: hisi_sas: Disable stash for v3 hw
> > + - net: hns3: Add missing newline at end of file
> > + - RDMa/hns: Don't stuck in endless timeout loop
> > +
> > + * Sometimes touchpad automatically trigger double click (LP: #1833484)
> > + - SAUCE: i2c: designware: Add disable runtime pm quirk
> > +
> > + * Add pointstick support on HP ZBook 17 G5 (LP: #1833387)
> > + - Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A"
> > +
> > + * depmod may prefer unsigned l-r-m nvidia modules to signed modules
> > + (LP: #1834479)
> > + - [Packaging] dkms-build--nvidia-N -- clean up unsigned ko files
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: selftests/powerpc: disable signal_fuzzer test
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.2-rc7
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 01 Jul 2019
> 07:22:18 -0500
> > +
> > +linux (5.2.0-6.7) eoan; urgency=medium
> > +
> > + * hinic: fix oops due to race in set_rx_mode (LP: #1832048)
> > + - hinic: fix a bug in set rx mode
> > +
> > + * Miscellaneous Ubuntu changes
> > + - rebase to v5.2-rc6
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.2-rc6
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Sun, 23 Jun 2019
> 23:36:11 -0500
> > +
> > +linux (5.2.0-5.6) eoan; urgency=medium
> > +
> > + * QCA9377 isn't being recognized sometimes (LP: #1757218)
> > + - SAUCE: USB: Disable USB2 LPM at shutdown
> > +
> > + * shiftfs: allow changing ro/rw for subvolumes (LP: #1832316)
> > + - SAUCE: shiftfs: allow changing ro/rw for subvolumes
> > +
> > + * Miscellaneous Ubuntu changes
> > + - update dkms package versions
> > + - [Packaging] replace nvidia-418 dkms build with nvidia-430
> > + - SAUCE: import aufs driver
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.2-rc5
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 17 Jun 2019
> 15:04:12 -0500
> > +
> > +linux (5.2.0-4.5) eoan; urgency=medium
> > +
> > + * arm64: cma_alloc errors at boot (LP: #1823753)
> > + - [Config] Bump CMA_SIZE_MBYTES to 32 on arm64
> > + - dma-contiguous: add dma_{alloc,free}_contiguous() helpers
> > + - dma-contiguous: use fallback alloc_pages for single pages
> > + - dma-contiguous: fix !CONFIG_DMA_CMA version of dma_{alloc,
> > + free}_contiguous()
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] CONFIG_MFD_TQMX86=n for s390x
> > + - [Config] CONFIG_GPIO_AMD_FCH=n for s390x
> > + - [Config] CONFIG_BACKLIGHT_CLASS_DEVICE=n on s390x
> > + - [Config] CONFIG_LCD_CLASS_DEVICE=n for s390x
> > + - [Config] CONFIG_DRM_ETNAVIV=m for armhf generic-lpae
> > + - [Config] CONFIG_DRM_NOUVEAU_SVM=n
> > + - [Config] CONFIG_HWMON=n for s390x
> > + - [Config] CONFIG_NEW_LEDS=n for s390x
> > + - [Config] CONFIG_MTD_NAND_OMAP2=y for armhf
> > + - [Config] CONFIG_VOP_BUS=n for non-amd64 arches
> > + - [Config] CONFIG_TI_CPSW_PHY_SEL=n
> > + - [Config] CONFIG_INTERCONNECT=n for s390x
> > + - [Config] CONFIG_SCSI_GDTH=n for s390x
> > + - [Config] CONFIG_PACKING=n for s390x
> > + - [Config] CONFIG_ARCH_MILBEAUT=y for armhf
> > + - [Config] update annotations following config review
> > + - update dkms package versions
> > + - [Config] enable nvidia dkms build
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.2-rc4
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 10 Jun 2019
> 07:00:11 -0500
> > +
> > +linux (5.2.0-3.4) eoan; urgency=medium
> > +
> > + * [18.04/18.10] File libperf-jvmti.so is missing in
> linux-tools-common deb on
> > + Ubuntu (LP: #1761379)
> > + - [Packaging] Support building libperf-jvmti.so
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: Revert "bpf, selftest: test global data/bss/rodata
> sections"
> > + - update dkms package versions
> > + - [Config] enable zfs
> > + - rebase to v5.2-rc3
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.2-rc3
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Sun, 02 Jun 2019
> 21:48:50 -0500
> > +
> > +linux (5.2.0-2.3) eoan; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: perf arm64: Fix mksyscalltbl when system kernel headers
> are ahead of
> > + the kernel
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 28 May 2019
> 07:12:39 -0500
> > +
> > +linux (5.2.0-1.2) eoan; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] CONFIG_INTEGRITY_PLATFORM_KEYRING=y
> > + - update dkms package versions
> > + - [Config] enable vbox dkms build
> > + - update dkms package versions
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.2-rc2
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 27 May 2019
> 21:11:27 -0500
> > +
> > +linux (5.2.0-0.1) eoan; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: import aufs driver
> > + - [Packaging] disable ZFS
> > + - [Packaging] disable nvidia
> > + - [Packaging] dkms-build -- expand paths searched for make.log files
> > + - add virtualbox-guest-dkms dkms package build
> > + - enable vbox dkms build for amd64 and i386
> > + - update dkms package versions
> > + - SAUCE: (efi-lockdown) Add the ability to lock down access to the
> running
> > + kernel image
> > + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is
> locked down
> > + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the
> kernel is locked
> > + down
> > + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across
> kexec
> > + reboot
> > + - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into
> KEXEC_SIG and
> > + KEXEC_SIG_FORCE
> > + - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is
> locked down
> > + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked
> down
> > + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the
> kernel is locked
> > + down
> > + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when
> the kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when
> the kernel
> > + has been locked down
> > + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
> > + - SAUCE: (efi-lockdown) Lock down module params that specify
> hardware
> > + parameters (eg. ioport)
> > + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace
> module
> > + - SAUCE: (efi-lockdown) Lock down /proc/kcore
> > + - SAUCE: (efi-lockdown) Lock down kprobes
> > + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions
> when the
> > + kernel is locked down
> > + - SAUCE: (efi-lockdown) Lock down perf
> > + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) lockdown: Print current->comm in
> restriction messages
> > + - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate
> IMA policy
> > + when locked down
> > + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about
> cert lists
> > + that aren't present.
> > + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
> > + efi_status_to_err().
> > + - SAUCE: (efi-lockdown) Make get_cert_list() use
> efi_status_to_str() to print
> > + error messages.
> > + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to
> indicate secure
> > + boot mode
> > + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in
> secure boot
> > + mode
> > + - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for
> module
> > + signature verify
> > + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file
> operation
> > + defined
> > + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
> > + - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates
> > + - SAUCE: (efi-lockdown) arm64: add kernel config option to lock
> down when in
> > + Secure Boot mode
> > + - update dkms package versions
> > + - [Config] disable vbox build
> > + - SAUCE: s390: mark __cpacf_check_opcode() and cpacf_query_func() as
> > + __always_inline
> > + - SAUCE: IB/mlx5: use size_t instead of u64 when dividing
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.2-rc1
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 21 May 2019
> 11:18:43 -0500
> > +
> > +linux (5.2.0-0.0) eoan; urgency=medium
> > +
> > + * Dummy entry.
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 21 May 2019
> 07:34:43 -0500
> > +
> > +linux (5.1.0-2.2) eoan; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] resync git-ubuntu-log
> > +
> > + * Eoan update: v5.1.2 upstream stable release (LP: #1829050)
> > + - x86/msr-index: Cleanup bit defines
> > + - x86/speculation: Consolidate CPU whitelists
> > + - 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: Move L1TF to separate directory
> > + - 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
> > + - 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/mds: Add MDSUM variant to the MDS documentation
> > + - Documentation: Correct the possible MDS sysfs values
> > + - x86/speculation/mds: Fix documentation typo
> > + - Linux 5.1.2
> > +
> > + * Eoan update: v5.1.1 upstream stable release (LP: #1829046)
> > + - Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in
> hv_synic_cleanup()
> > + - ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings
> > + - staging: greybus: power_supply: fix prop-descriptor request size
> > + - staging: wilc1000: Avoid GFP_KERNEL allocation from atomic
> context.
> > + - staging: most: cdev: fix chrdev_region leak in mod_exit
> > + - staging: most: sound: pass correct device when creating a sound
> card
> > + - usb: dwc3: Allow building USB_DWC3_QCOM without EXTCON
> > + - usb: dwc3: Fix default lpm_nyet_threshold value
> > + - USB: serial: f81232: fix interrupt worker not stop
> > + - USB: cdc-acm: fix unthrottle races
> > + - usb-storage: Set virt_boundary_mask to avoid SG overflows
> > + - genirq: Prevent use-after-free and work list corruption
> > + - intel_th: pci: Add Comet Lake support
> > + - iio: adc: qcom-spmi-adc5: Fix of-based module autoloading
> > + - cpufreq: armada-37xx: fix frequency calculation for opp
> > + - ACPI / LPSS: Use acpi_lpss_* instead of acpi_subsys_* functions
> for
> > + hibernate
> > + - soc: sunxi: Fix missing dependency on REGMAP_MMIO
> > + - scsi: lpfc: change snprintf to scnprintf for possible overflow
> > + - scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS
> routines
> > + - scsi: qla2xxx: Set remote port devloss timeout to 0
> > + - scsi: qla2xxx: Fix device staying in blocked state
> > + - Bluetooth: hidp: fix buffer overflow
> > + - Bluetooth: Align minimum encryption key size for LE and BR/EDR
> connections
> > + - Bluetooth: Fix not initializing L2CAP tx_credits
> > + - Bluetooth: hci_bcm: Fix empty regulator supplies for Intel Macs
> > + - UAS: fix alignment of scatter/gather segments
> > + - ASoC: Intel: avoid Oops if DMA setup fails
> > + - i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status()
> > + - locking/futex: Allow low-level atomic operations to return -EAGAIN
> > + - arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OP
> > + - Linux 5.1.1
> > +
> > + * shiftfs: lock security sensitive superblock flags (LP: #1827122)
> > + - SAUCE: shiftfs: lock down certain superblock flags
> > +
> > + * Please package libbpf (which is done out of the kernel src) in
> Debian [for
> > + 19.10] (LP: #1826410)
> > + - SAUCE: tools -- fix add ability to disable libbfd
> > +
> > + * ratelimit cma_alloc messages (LP: #1828092)
> > + - SAUCE: cma: ratelimit cma_alloc error messages
> > +
> > + * Headphone jack switch sense is inverted: plugging in headphones
> disables
> > + headphone output (LP: #1824259)
> > + - ASoC: rt5645: Headphone Jack sense inverts on the LattePanda board
> > +
> > + * There are 4 HDMI/Displayport audio output listed in sound setting
> without
> > + attach any HDMI/DP monitor (LP: #1827967)
> > + - ALSA: hda/hdmi - Read the pin sense from register when repolling
> > + - ALSA: hda/hdmi - Consider eld_valid when reporting jack event
> > +
> > + * CONFIG_LOG_BUF_SHIFT set to 14 is too low on arm64 (LP: #1824864)
> > + - [Config] CONFIG_LOG_BUF_SHIFT=18 on all 64bit arches
> > +
> > + * CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg
> error
> > + Checking for all LINUX clients for devops4p10 (LP: #1766201)
> > + - SAUCE: integrity: downgrade error to warning
> > +
> > + * linux-buildinfo: pull out ABI information into its own package
> > + (LP: #1806380)
> > + - [Packaging] autoreconstruct -- base tag is always primary
> mainline version
> > +
> > + * [SRU] Please sync vbox modules from virtualbox 6.0.6 on next kernel
> update
> > + (LP: #1825210)
> > + - vbox-update: updates for renamed makefiles
> > + - ubuntu: vbox -- update to 6.0.6-dfsg-1
> > +
> > + * autofs kernel module missing (LP: #1824333)
> > + - [Config] Update autofs4 path in inclusion list
> > +
> > + * The Realtek card reader does not enter PCIe 1.1/1.2 (LP: #1825487)
> > + - SAUCE: misc: rtsx: Fixed rts5260 power saving parameter and sd
> glitch
> > +
> > + * CVE-2019-3874
> > + - sctp: implement memory accounting on tx path
> > + - sctp: implement memory accounting on rx path
> > +
> > + * apparmor does not start in Disco LXD containers (LP: #1824812)
> > + - SAUCE: shiftfs: use separate llseek method for directories
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] autoreconstruct -- remove for -rc kernels
> > + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file
> operation
> > + defined
> > + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
> > + - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates
> > + - [Config] (efi-lockdown): update configs after efi lockdown patch
> refresh
> > + - [Packaging] don't delete efi_parser.c
> > + - vbox-update -- do not fix up KERN_DIR or KBUILD_EXTMOD
> > + - ubuntu: vbox -- update to 6.0.6-dfsg-2
> > + - add nvidia-418 dkms build
> > + - remove virtualbox guest drivers
> > + - [Packaging] dkms-build -- expand paths searched for make.log files
> > + - add virtualbox-guest-dkms dkms package build
> > + - enable vbox dkms build for amd64 and i386
> > + - [Config] update configs for v5.1(-rc7)? rebase
> > + - update dkms package versions
> > + - Add the ability to lock down access to the running kernel image
> > + - Enforce module signatures if the kernel is locked down
> > + - Restrict /dev/{mem,kmem,port} when the kernel is locked down
> > + - kexec_load: Disable at runtime if the kernel is locked down
> > + - Copy secure_boot flag in boot params across kexec reboot
> > + - kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and
> KEXEC_SIG_FORCE
> > + - kexec_file: Restrict at runtime if the kernel is locked down
> > + - hibernate: Disable when the kernel is locked down
> > + - uswsusp: Disable when the kernel is locked down
> > + - PCI: Lock down BAR access when the kernel is locked down
> > + - x86: Lock down IO port access when the kernel is locked down
> > + - x86/msr: Restrict MSR access when the kernel is locked down
> > + - ACPI: Limit access to custom_method when the kernel is locked down
> > + - acpi: Ignore acpi_rsdp kernel param when the kernel has been
> locked down
> > + - acpi: Disable ACPI table override if the kernel is locked down
> > + - acpi: Disable APEI error injection if the kernel is locked down
> > + - Prohibit PCMCIA CIS storage when the kernel is locked down
> > + - Lock down TIOCSSERIAL
> > + - Lock down module params that specify hardware parameters (eg.
> ioport)
> > + - x86/mmiotrace: Lock down the testmmiotrace module
> > + - Lock down /proc/kcore
> > + - Lock down kprobes
> > + - bpf: Restrict kernel image access functions when the kernel is
> locked down
> > + - Lock down perf
> > + - debugfs: Restrict debugfs when the kernel is locked down
> > + - lockdown: Print current->comm in restriction messages
> > + - kexec: Allow kexec_file() with appropriate IMA policy when locked
> down
> > + - Make get_cert_list() not complain about cert lists that aren't
> present.
> > + - Add efi_status_to_str() and rework efi_status_to_err().
> > + - Make get_cert_list() use efi_status_to_str() to print error
> messages.
> > + - efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode
> > + - efi: Lock down the kernel if booted in secure boot mode
> > + - KEYS: Make use of platform keyring for module signature verify
> > +
> > + * Miscellaneous upstream changes
> > + - ALSA: hdea/realtek - Headset fixup for System76 Gazelle (gaze14)
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 14 May 2019
> 12:32:56 -0500
> > +
> > +linux (5.1.0-1.1) eoan; urgency=medium
> > +
> > + * bionic: fork out linux-snapdragon into its own topic kernel (LP:
> #1820868)
> > + - [Packaging]: really drop snapdragon
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: fix vbox use of MAP_SHARED
> > + - SAUCE: fix vbox use of vm_fault_t
> > + - [Packaging] disable ZFS
> > + - [Packaging] disable nvidia
> > + - SAUCE: perf annotate: Fix build on 32 bit for BPF annotation
> > + - [Config]: updateconfig after rebase to v5.1-rc
> > + - [Config]: build ETNAVIV only on arm platforms
> > + - [Config]: Disable CMA on non-arm platforms
> > + - [Config]: MMC_CQHCI is needed by some built-in drivers
> > + - [Config]: a.out support has been deprecated
> > + - [Config]: R3964 was marked as BROKEN
> > + - [Config]: Add SENSIRION_SGP30 module
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: SAUCE: tools: lib/bpf -- add generated headers to
> search
> > + path"
> > + - Revert "UBUNTU: SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK"
> > +
> > + -- Thadeu Lima de Souza Cascardo <cascardo at canonical.com> Thu, 25
> Apr 2019 10:03:25 -0300
> > +
> > +linux (5.1.0-0.0) eoan; urgency=medium
> > +
> > + * Dummy entry.
> > +
> > + -- Thadeu Lima de Souza Cascardo <cascardo at canonical.com> Thu, 25
> Apr 2019 09:49:47 -0300
> > +
> > +linux (5.0.0-13.14) disco; urgency=medium
> > +
> > + * linux: 5.0.0-13.14 -proposed tracker (LP: #1824819)
> > +
> > + * Display only has 640x480 (LP: #1824677)
> > + - Revert "UBUNTU: SAUCE: drm/nouveau: Disable nouveau driver by
> default"
> > +
> > + * shiftfs: use after free when checking mount options (LP: #1824735)
> > + - SAUCE: shiftfs: prevent use-after-free when verifying mount
> options
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 15 Apr 2019
> 09:11:23 -0500
> > +
> > +linux (5.0.0-12.13) disco; urgency=medium
> > +
> > + * linux: 5.0.0-12.13 -proposed tracker (LP: #1824726)
> > +
> > + * Linux 5.0 black screen on boot, display flickers (i915 regression
> with
> > + certain laptop panels) (LP: #1824216)
> > + - drm/i915/dp: revert back to max link rate and lane count on eDP
> > +
> > + * kernel BUG at fs/attr.c:287 when using shiftfs (LP: #1824717)
> > + - SAUCE: shiftfs: fix passing of attrs to underaly for setattr
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Sun, 14 Apr 2019
> 13:38:05 -0500
> > +
> > +linux (5.0.0-11.12) disco; urgency=medium
> > +
> > + * linux: 5.0.0-11.12 -proposed tracker (LP: #1824383)
> > +
> > + * hns3: PPU_PF_ABNORMAL_INT_ST over_8bd_no_fe found [error status=0x1]
> > + (LP: #1824194)
> > + - net: hns3: fix for not calculating tx bd num correctly
> > +
> > + * disco: unable to use iptables/enable ufw under -virtual kernel
> > + (LP: #1823862)
> > + - [Packaging] add bpfilter to linux-modules
> > +
> > + * Make shiftfs a module rather than built-in (LP: #1824354)
> > + - [Config] CONFIG_SHIFT_FS=m
> > +
> > + * shiftfs: chown sets untranslated ids in lower fs (LP: #1824350)
> > + - SAUCE: shiftfs: use translated ids when chaning lower fs attrs
> > +
> > + * [Hyper-V] KVP daemon fails to start on first boot of disco VM (LP:
> #1820063)
> > + - [Packaging] bind hv_kvp_daemon startup to hv_kvp device
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Thu, 11 Apr 2019
> 10:17:19 -0500
> > +
> > +linux (5.0.0-10.11) disco; urgency=medium
> > +
> > + * linux: 5.0.0-10.11 -proposed tracker (LP: #1823936)
> > +
> > + * Apparmor enforcement failure in lxc selftests (LP: #1823379)
> > + - SAUCE: apparmor: Restore Y/N in /sys for apparmor's "enabled"
> > +
> > + * systemd cause kernel trace "BUG: unable to handle kernel paging
> request at
> > + 6db23a14" on Cosmic i386 (LP: #1813244)
> > + - openvswitch: fix flow actions reallocation
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 09 Apr 2019
> 08:30:38 -0500
> > +
> > +linux (5.0.0-9.10) disco; urgency=medium
> > +
> > + * linux: 5.0.0-9.10 -proposed tracker (LP: #1823228)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] resync git-ubuntu-log
> > + - [Packaging] update helper scripts
> > + - [Packaging] resync retpoline extraction
> > +
> > + * Huawei Hi1822 NIC has poor performance (LP: #1820187)
> > + - net-next/hinic: replace disable_irq_nosync/enable_irq
> > +
> > + * Add uid shifting overlay filesystem (shiftfs) (LP: #1823186)
> > + - shiftfs: uid/gid shifting bind mount
> > + - shiftfs: rework and extend
> > + - shiftfs: support some btrfs ioctls
> > + - [Config] enable shiftfs
> > +
> > + * Cannot boot or install - have to use nomodeset (LP: #1821820)
> > + - Revert "drm/i915/fbdev: Actually configure untiled displays"
> > +
> > + * Disco update: v5.0.6 upstream stable release (LP: #1823060)
> > + - netfilter: nf_tables: fix set double-free in abort path
> > + - dccp: do not use ipv6 header for ipv4 flow
> > + - genetlink: Fix a memory leak on error path
> > + - gtp: change NET_UDP_TUNNEL dependency to select
> > + - 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
> > + - net: phy: meson-gxl: fix interrupt support
> > + - net: rose: fix a possible stack overflow
> > + - net: stmmac: fix memory corruption with large MTUs
> > + - net-sysfs: call dev_hold if kobject_init_and_add success
> > + - net: usb: aqc111: Extend HWID table by QNAP device
> > + - 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
> > + - thunderx: enable page recycling for non-XDP case
> > + - thunderx: eliminate extra calls to put_page() for pages held for
> recycling
> > + - net: dsa: mv88e6xxx: fix few issues in mv88e6390x_port_set_cmode
> > + - net: mii: Fix PAUSE cap advertisement from
> linkmode_adv_to_lcl_adv_t()
> > + helper
> > + - net: phy: don't clear BMCR in genphy_soft_reset
> > + - r8169: fix cable re-plugging issue
> > + - ila: Fix rhashtable walker list corruption
> > + - tun: add a missing rcu_read_unlock() in error path
> > + - powerpc/fsl: Fix the flush of branch predictor.
> > + - 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: Fix bound checking in qgroup_trace_new_subtree_blocks
> > + - btrfs: Avoid possible qgroup_rsv_size overflow in
> > + btrfs_calculate_inode_block_rsv_size
> > + - Btrfs: fix assertion failure on fsync with NO_HOLES enabled
> > + - locks: wake any locks blocked on request before deadlock check
> > + - tracing: initialize variable in create_dyn_event()
> > + - ARM: imx6q: cpuidle: fix bug that CPU might not wake up at
> expected time
> > + - powerpc: bpf: Fix generation of load/store DW instructions
> > + - vfio: ccw: only free cp on final interrupt
> > + - NFS: Fix nfs4_lock_state refcounting in
> nfs4_alloc_{lock,unlock}data()
> > + - NFS: fix mount/umount race in nlmclnt.
> > + - NFSv4.1 don't free interrupted slot on open
> > + - net: dsa: qca8k: remove leftover phy accessors
> > + - 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
> > + - ALSA: hda/realtek - Fixed Headset Mic JD not stable
> > + - ALSA: hda/realtek: merge alc_fixup_headset_jack to
> alc295_fixup_chromebook
> > + - ALSA: hda/realtek - Add support headset mode for DELL WYSE AIO
> > + - ALSA: hda/realtek - Add support headset mode for New DELL WYSE NB
> > + - ALSA: hda/realtek: Enable headset MIC of Acer AIO with ALC286
> > + - ALSA: hda/realtek: Enable headset MIC of Acer Aspire Z24-890 with
> ALC286
> > + - ALSA: hda/realtek - Add support for Acer Aspire E5-523G/ES1-432
> headset mic
> > + - ALSA: hda/realtek: Enable ASUS X441MB and X705FD headset MIC with
> ALC256
> > + - ALSA: hda/realtek: Enable headset mic of ASUS P5440FF with ALC256
> > + - ALSA: hda/realtek: Enable headset MIC of ASUS X430UN and X512DK
> with ALC256
> > + - 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
> > + - scsi: zfcp: fix rport unblock if deleted SCSI devices on Scsi_Host
> > + - scsi: zfcp: fix scsi_eh host reset with port_forced ERP for
> non-NPIV FCP
> > + devices
> > + - drm/rockchip: vop: reset scale mode when win is disabled
> > + - tty/serial: atmel: Add is_half_duplex helper
> > + - tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stopped
> > + - tty: mxs-auart: fix a potential NULL pointer dereference
> > + - tty: atmel_serial: fix a potential NULL pointer dereference
> > + - tty: serial: qcom_geni_serial: Initialize baud in
> qcom_geni_console_setup
> > + - staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtest
> > + - staging: olpc_dcon_xo_1: add missing 'const' qualifier
> > + - 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.
> > + - staging: erofs: fix to handle error path of erofs_vmap()
> > + - staging: erofs: fix error handling when failed to read
> compresssed data
> > + - staging: erofs: keep corrupted fs from crashing kernel in
> erofs_readdir()
> > + - serial: max310x: Fix to avoid potential NULL pointer dereference
> > + - serial: mvebu-uart: Fix to avoid a potential NULL pointer
> dereference
> > + - 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
> > + - ACPI / CPPC: Fix guaranteed performance handling
> > + - Disable kgdboc failed by echo space to
> /sys/module/kgdboc/parameters/kgdboc
> > + - fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links
> > + - drivers/block/zram/zram_drv.c: fix idle/writeback string compare
> > + - blk-mq: fix sbitmap ws_active for shared tags
> > + - cpufreq: intel_pstate: Also use CPPC nominal_perf for
> base_frequency
> > + - cpufreq: scpi: Fix use after free
> > + - drm/vgem: fix use-after-free when drm_gem_handle_create() fails
> > + - drm/vkms: fix use-after-free when drm_gem_handle_create() fails
> > + - drm/i915: Mark AML 0x87CA as ULX
> > + - drm/i915/gvt: Fix MI_FLUSH_DW parsing with correct index check
> > + - drm/i915/icl: Fix the TRANS_DDI_FUNC_CTL2 bitfield macro
> > + - gpio: exar: add a check for the return value of ida_simple_get
> fails
> > + - gpio: adnp: Fix testing wrong value in adnp_gpio_direction_input
> > + - phy: sun4i-usb: Support set_mode to USB_HOST for non-OTG PHYs
> > + - usb: mtu3: fix EXTCON dependency
> > + - USB: gadget: f_hid: fix deadlock in f_hidg_write()
> > + - usb: common: Consider only available nodes for dr_mode
> > + - mm/memory.c: fix modifying of page protection by insert_pfn()
> > + - usb: host: xhci-rcar: Add XHCI_TRUST_TX_LENGTH quirk
> > + - 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
> > + - usb: typec: tcpm: Try PD-2.0 if sink does not respond to 3.0
> source-caps
> > + - usb: typec: Fix unchecked return value
> > + - mm/hotplug: fix offline undo_isolate_page_range()
> > + - mm: add support for kmem caches in DMA32 zone
> > + - iommu/io-pgtable-arm-v7s: request DMA32 memory, and improve
> debugging
> > + - mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is
> specified
> > + - mm/debug.c: fix __dump_page when mapping->host is not set
> > + - mm/memory_hotplug.c: fix notification in offline error path
> > + - mm/page_isolation.c: fix a wrong flag in set_migratetype_isolate()
> > + - mm/migrate.c: add missing flush_dcache_page for non-mapped page
> migrate
> > + - perf pmu: Fix parser error for uncore event alias
> > + - perf intel-pt: Fix TSC slip
> > + - objtool: Query pkg-config for libelf location
> > + - powerpc/pseries/energy: Use OF accessor functions to read
> ibm,drc-indexes
> > + - powerpc/64: Fix memcmp reading past the end of src/dest
> > + - powerpc/pseries/mce: Fix misleading print for TLB mutlihit
> > + - watchdog: Respect watchdog cpumask on CPU hotplug
> > + - cpu/hotplug: Prevent crash when CPU bringup fails on
> CONFIG_HOTPLUG_CPU=n
> > + - x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=y
> > + - KVM: Reject device ioctls from processes other than the VM's
> creator
> > + - KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
> > + - KVM: x86: update %rip after emulating IO
> > + - bpf: do not restore dst_reg when cur_state is freed
> > + - mt76x02u: use usb_bulk_msg to upload firmware
> > + - Linux 5.0.6
> > +
> > + * RDMA/hns updates for disco (LP: #1822897)
> > + - RDMA/hns: Fix the bug with updating rq head pointer when flush cqe
> > + - RDMA/hns: Bugfix for the scene without receiver queue
> > + - RDMA/hns: Add constraint on the setting of local ACK timeout
> > + - RDMA/hns: Modify the pbl ba page size for hip08
> > + - RDMA/hns: RDMA/hns: Assign rq head pointer when enable rq record
> db
> > + - RDMA/hns: Add the process of AEQ overflow for hip08
> > + - RDMA/hns: Add SCC context allocation support for hip08
> > + - RDMA/hns: Add SCC context clr support for hip08
> > + - RDMA/hns: Add timer allocation support for hip08
> > + - RDMA/hns: Remove set but not used variable 'rst'
> > + - RDMA/hns: Make some function static
> > + - RDMA/hns: Fix the Oops during rmmod or insmod ko when reset occurs
> > + - RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ
> during reset
> > + - RDMA/hns: Fix the chip hanging caused by sending doorbell during
> reset
> > + - RDMA/hns: Limit minimum ROCE CQ depth to 64
> > + - RDMA/hns: Fix the state of rereg mr
> > + - RDMA/hns: Set allocated memory to zero for wrid
> > + - RDMA/hns: Delete useful prints for aeq subtype event
> > + - RDMA/hns: Configure capacity of hns device
> > + - RDMA/hns: Modify qp&cq&pd specification according to UM
> > + - RDMA/hns: Bugfix for set hem of SCC
> > + - RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qp
> > +
> > + * autopkgtests run too often, too much and don't skip enough (LP:
> #1823056)
> > + - Set +x on rebuild testcase.
> > + - Skip rebuild test, for regression-suite deps.
> > + - Make ubuntu-regression-suite skippable on unbootable kernels.
> > + - make rebuild use skippable error codes when skipping.
> > + - Only run regression-suite, if requested to.
> > +
> > + * touchpad not working on lenovo yoga 530 (LP: #1787775)
> > + - Revert "UBUNTU: SAUCE: i2c:amd Depends on ACPI"
> > + - Revert "UBUNTU: SAUCE: i2c:amd move out pointer in union
> i2c_event_base"
> > + - i2c: add extra check to safe DMA buffer helper
> > + - i2c: Add drivers for the AMD PCIe MP2 I2C controller
> > + - [Config] Update config for AMD MP2 I2C driver
> > +
> > + * Detect SMP PHY control command errors (LP: #1822680)
> > + - scsi: libsas: Check SMP PHY control function result
> > +
> > + * disable a.out support (LP: #1818552)
> > + - [Config] Disable a.out support
> > + - [Config] remove binfmt_aout from abi for i386 lowlatency
> > +
> > + * bionic: fork out linux-snapdragon into its own topic kernel (LP:
> #1820868)
> > + - [Packaging] remove snapdragon flavour support
> > + - Revert "UBUNTU: SAUCE: (snapdragon) drm/msm/adv7511: wrap hacks
> under
> > + CONFIG_ADV7511_SNAPDRAGON_HACKS #ifdefs"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) media: ov5645: skip address
> change if dt
> > + addr == default addr"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) DT: leds: Add Qualcomm Light
> Pulse
> > + Generator binding"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) MAINTAINERS: Add Qualcomm
> Camera Control
> > + Interface driver"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) dt-bindings: media: Binding
> document for
> > + Qualcomm Camera Control Interface driver"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) leds: Add driver for Qualcomm
> LPG"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) HACK: drm/msm/adv7511: Don't
> rely on
> > + interrupts for EDID parsing"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) drm/bridge/adv7511: Delay
> clearing of
> > + HPD interrupt status"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) media: ov5645: Fix I2C
> address"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) i2c-qcom-cci: Fix I2C address
> bug"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) i2c-qcom-cci: Fix run queue
> completion
> > + timeout"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) camss: Do not register if no
> cameras are
> > + present"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) i2c: Add Qualcomm Camera
> Control
> > + Interface driver"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) ov5645: I2C address change"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) regulator: smd: Allow
> > + REGULATOR_QCOM_SMD_RPM=m"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) cpufreq: Add apq8016 to
> cpufreq-dt-
> > + platdev blacklist"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Add a helper to get
> an opp
> > + regulator for device"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: HACK: Allow to set
> regulator
> > + without opp_list"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Drop RCU usage in
> > + dev_pm_opp_adjust_voltage()"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Support adjusting
> OPP voltages
> > + at runtime"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) regulator: smd: Add floor and
> corner
> > + operations"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: Register
> with cpufreq-
> > + dt"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: fix with new
> > + reg_sequence structures"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: Use raw mem
> access for
> > + qfprom"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: Add support for
> CPR (Core
> > + Power Reduction)"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) HACK: drm/msm/iommu: Remove
> runtime_put
> > + calls in map/unmap"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable
> LEDS_QCOM_LPG"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable
> 'BBR' TCP
> > + congestion algorithm"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable
> 'fq' and
> > + 'fq_codel' qdiscs"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable
> > + 'schedutil' CPUfreq governor"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: set
> USB_CONFIG_F_FS in
> > + distro.config"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable
> > + CONFIG_USB_CONFIGFS_F_FS by default"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: add freq
> stat to sysfs"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: Enable camera
> drivers"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: disable
> ANALOG_TV and
> > + DIGITAL_TV"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: add more USB
> net
> > + drivers"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable
> BT_QCOMSMD"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable
> > + CFG80211_DEFAULT_PS by default"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) Force the SMD regulator
> driver to be
> > + compiled-in"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: enable
> dm_mod and
> > + dm_crypt"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: Enable
> a53/apcs and
> > + avs"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable QCOM
> Venus"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable
> debug
> > + friendly USB network adpater"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable
> WCN36xx"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs; add
> distro.config"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable QCOM
> audio
> > + drivers for APQ8016 and DB410c"
> > + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable
> REMOTEPROC"
> > + - [Config] fix abi for remove i2c-qcom-cci module
> > + - [Config] update annotations
> > + - [Config] update configs following snapdragon removal
> > +
> > + * Disco update: v5.0.5 upstream stable release (LP: #1822671)
> > + - Revert "ALSA: hda - Enforces runtime_resume after S3 and S4 for
> each codec"
> > + - ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist
> > + - ALSA: firewire-motu: use 'version' field of unit directory to
> identify model
> > + - mmc: pxamci: fix enum type confusion
> > + - mmc: alcor: fix DMA reads
> > + - mmc: mxcmmc: "Revert mmc: mxcmmc: handle highmem pages"
> > + - mmc: renesas_sdhi: limit block count to 16 bit for old revisions
> > + - drm/amdgpu: fix invalid use of change_bit
> > + - drm/vmwgfx: Don't double-free the mode stored in par->set_mode
> > + - drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID's
> > + - iommu/amd: fix sg->dma_address for sg->offset bigger than
> PAGE_SIZE
> > + - iommu/iova: Fix tracking of recently failed iova address
> > + - libceph: wait for latest osdmap in ceph_monc_blacklist_add()
> > + - udf: Fix crash on IO error during truncate
> > + - mips: loongson64: lemote-2f: Add IRQF_NO_SUSPEND to "cascade"
> irqaction.
> > + - MIPS: Ensure ELF appended dtb is relocated
> > + - MIPS: Fix kernel crash for R6 in jump label branch function
> > + - powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038
> > + - powerpc/security: Fix spectre_v2 reporting
> > + - net/mlx5: Fix DCT creation bad flow
> > + - scsi: core: Avoid that a kernel warning appears during system
> resume
> > + - scsi: qla2xxx: Fix FC-AL connection target discovery
> > + - scsi: ibmvscsi: Protect ibmvscsi_head from concurrent modificaiton
> > + - scsi: ibmvscsi: Fix empty event pool access during host removal
> > + - futex: Ensure that futex address is aligned in
> handle_futex_death()
> > + - perf probe: Fix getting the kernel map
> > + - objtool: Move objtool_file struct off the stack
> > + - irqchip/gic-v3-its: Fix comparison logic in lpi_range_cmp
> > + - clocksource/drivers/riscv: Fix clocksource mask
> > + - 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/vkms: Fix flush_work() without INIT_WORK().
> > + - RDMA/cma: Rollback source IP address if failing to acquire device
> > + - f2fs: fix to avoid deadlock of atomic file operations
> > + - aio: simplify - and fix - fget/fput for io_submit()
> > + - 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
> > + - locking/lockdep: Add debug_locks check in __lock_downgrade()
> > + - ALSA: hda - Record the current power state before suspend/resume
> calls
> > + - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
> > + - Linux 5.0.5
> > +
> > + * hisi_sas updates for disco (LP: #1822385)
> > + - scsi: hisi_sas: send primitive NOTIFY to SSP situation only
> > + - scsi: hisi_sas: shutdown axi bus to avoid exception CQ returned
> > + - scsi: hisi_sas: remove the check of sas_dev status in
> > + hisi_sas_I_T_nexus_reset()
> > + - scsi: hisi_sas: Remove unused parameter of function
> hisi_sas_alloc()
> > + - scsi: hisi_sas: Reject setting programmed minimum linkrate > 1.5G
> > + - scsi: hisi_sas: Fix losing directly attached disk when hot-plug
> > + - scsi: hisi_sas: Correct memory allocation size for DQ debugfs
> > + - scsi: hisi_sas: Some misc tidy-up
> > + - scsi: hisi_sas: Fix to only call scsi_get_prot_op() for non-NULL
> scsi_cmnd
> > + - scsi: hisi_sas: Add missing seq_printf() call in
> hisi_sas_show_row_32()
> > + - scsi: hisi_sas: Add support for DIX feature for v3 hw
> > + - scsi: hisi_sas: Add manual trigger for debugfs dump
> > + - scsi: hisi_sas: change queue depth from 512 to 4096
> > + - scsi: hisi_sas: Issue internal abort on all relevant queues
> > + - scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as
> experimental
> > + - scsi: hisi_sas: Do some more tidy-up
> > + - scsi: hisi_sas: Change return variable type in phy_up_v3_hw()
> > + - scsi: hisi_sas: Fix a timeout race of driver internal and SMP IO
> > + - scsi: hisi_sas: print PHY RX errors count for later revision of
> v3 hw
> > + - scsi: hisi_sas: Set PHY linkrate when disconnected
> > + - scsi: hisi_sas: Send HARD RESET to clear the previous affiliation
> of STP
> > + target port
> > + - scsi: hisi_sas: Change SERDES_CFG init value to increase
> reliability of
> > + HiLink
> > + - scsi: hisi_sas: Add softreset in hisi_sas_I_T_nexus_reset()
> > +
> > + * [Patch][Raven 2] kernel 5.0.0 cannot boot because of psp response
> > + (LP: #1822267)
> > + - drm/amdgpu/psp: Fix can't detect psp INVOKE command failed
> > + - drm/amdgpu/psp: ignore psp response status
> > +
> > + * 3b080b2564287be91605bfd1d5ee985696e61d3c in
> ubuntu_btrfs_kernel_fixes
> > + triggers system hang on i386 (LP: #1812845)
> > + - btrfs: raid56: properly unmap parity page in finish_parity_scrub()
> > +
> > + * enable CONFIG_DRM_BOCHS (LP: #1795857)
> > + - [Config] Reenable DRM_BOCHS as module
> > +
> > + * [Dell Precision 7530/5530 with Nvidia Quadro P1000] Live USB
> freezes or
> > + cannot complete install when nouveau driver is loaded (crashing in
> GP100
> > + code) (LP: #1822026)
> > + - SAUCE: drm/nouveau: Disable nouveau driver by default
> > +
> > + * Need to add Intel CML related pci-id's (LP: #1821863)
> > + - drm/i915/cml: Add CML PCI IDS
> > + - drm/i915/cml: Introduce Comet Lake PCH
> > +
> > + * ARM: Add support for the SDEI interface (LP: #1822005)
> > + - ACPI / APEI: Don't wait to serialise with oops messages when
> panic()ing
> > + - ACPI / APEI: Remove silent flag from ghes_read_estatus()
> > + - ACPI / APEI: Switch estatus pool to use vmalloc memory
> > + - ACPI / APEI: Make hest.c manage the estatus memory pool
> > + - ACPI / APEI: Make estatus pool allocation a static size
> > + - ACPI / APEI: Don't store CPER records physical address in struct
> ghes
> > + - ACPI / APEI: Remove spurious GHES_TO_CLEAR check
> > + - ACPI / APEI: Don't update struct ghes' flags in read/clear estatus
> > + - ACPI / APEI: Generalise the estatus queue's notify code
> > + - ACPI / APEI: Don't allow ghes_ack_error() to mask earlier errors
> > + - ACPI / APEI: Move NOTIFY_SEA between the estatus-queue and
> NOTIFY_NMI
> > + - ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
> > + - KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
> > + - arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
> > + - ACPI / APEI: Move locking to the notification helper
> > + - ACPI / APEI: Let the notification helper specify the fixmap slot
> > + - ACPI / APEI: Pass ghes and estatus separately to avoid a later
> copy
> > + - ACPI / APEI: Make GHES estatus header validation more user
> friendly
> > + - ACPI / APEI: Split ghes_read_estatus() to allow a peek at the
> CPER length
> > + - ACPI / APEI: Only use queued estatus entry during
> in_nmi_queue_one_entry()
> > + - ACPI / APEI: Use separate fixmap pages for arm64 NMI-like
> notifications
> > + - firmware: arm_sdei: Add ACPI GHES registration helper
> > + - ACPI / APEI: Add support for the SDEI GHES Notification type
> > +
> > + * CVE-2019-9857
> > + - inotify: Fix fsnotify_mark refcount leak in
> inotify_update_existing_watch()
> > +
> > + * scsi: libsas: Support SATA PHY connection rate unmatch fixing during
> > + discovery (LP: #1821408)
> > + - scsi: libsas: Support SATA PHY connection rate unmatch fixing
> during
> > + discovery
> > +
> > + * Qualcomm Atheros QCA9377 wireless does not work (LP: #1818204)
> > + - platform/x86: ideapad-laptop: Add Ideapad 530S-14ARR to
> no_hw_rfkill list
> > +
> > + * Lenovo ideapad 330-15ICH Wifi rfkill hard blocked (LP: #1811815)
> > + - platform/x86: ideapad: Add ideapad 330-15ICH to no_hw_rfkill
> > +
> > + * hid-sensor-hub spamming dmesg in 4.20 (LP: #1818547)
> > + - HID: Increase maximum report size allowed by hid_field_extract()
> > +
> > + * [disco] [5.0.0-7.8] can't mount guest cifs share (LP: #1821053)
> > + - cifs: allow guest mounts to work for smb3.11
> > + - SMB3: Fix SMB3.1.1 guest mounts to Samba
> > +
> > + * Add HiSilicon SoC quirk for cpufreq (LP: #1821620)
> > + - ACPI / CPPC: Add a helper to get desired performance
> > + - cpufreq / cppc: Work around for Hisilicon CPPC cpufreq
> > +
> > + * Disco update: v5.0.4 upstream stable release (LP: #1821607)
> > + - 9p: use inode->i_lock to protect i_size_write() under 32-bit
> > + - 9p/net: fix memory leak in p9_client_create
> > + - ASoC: fsl_esai: fix register setting issue in RIGHT_J mode
> > + - ASoC: codecs: pcm186x: fix wrong usage of DECLARE_TLV_DB_SCALE()
> > + - ASoC: codecs: pcm186x: Fix energysense SLEEP bit
> > + - iio: adc: exynos-adc: Fix NULL pointer exception on unbind
> > + - iio: adc: exynos-adc: Use proper number of channels for Exynos4x12
> > + - mei: hbm: clean the feature flags on link reset
> > + - mei: bus: move hw module get/put to probe/release
> > + - stm class: Prevent division by zero
> > + - stm class: Fix an endless loop in channel allocation
> > + - crypto: caam - fix hash context DMA unmap size
> > + - crypto: ccree - fix missing break in switch statement
> > + - crypto: caam - fixed handling of sg list
> > + - crypto: caam - fix DMA mapping of stack memory
> > + - crypto: ccree - fix free of unallocated mlli buffer
> > + - crypto: ccree - unmap buffer before copying IV
> > + - crypto: ccree - don't copy zero size ciphertext
> > + - crypto: cfb - add missing 'chunksize' property
> > + - crypto: cfb - remove bogus memcpy() with src == dest
> > + - crypto: ofb - fix handling partial blocks and make thread-safe
> > + - crypto: ahash - fix another early termination in hash walk
> > + - crypto: rockchip - fix scatterlist nents error
> > + - crypto: rockchip - update new iv to device in multiple operations
> > + - dax: Flush partial PMDs correctly
> > + - nfit: Fix nfit_intel_shutdown_status() command submission
> > + - 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
> > + - libnvdimm/label: Clear 'updating' flag after label-set update
> > + - libnvdimm, pfn: Fix over-trim in trim_pfn_device()
> > + - libnvdimm/pmem: Honor force_raw for legacy pmem regions
> > + - libnvdimm: Fix altmap reservation size calculation
> > + - fix cgroup_do_mount() handling of failure exits
> > + - crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
> > + - crypto: aegis - fix handling chunked inputs
> > + - crypto: arm/crct10dif - revert to C code for short inputs
> > + - crypto: arm64/aes-neonbs - fix returning final keystream block
> > + - crypto: arm64/crct10dif - revert to C code for short inputs
> > + - 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
> > + - crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP
> > + - crypto: x86/aesni-gcm - fix crash on empty plaintext
> > + - crypto: x86/morus - fix handling chunked inputs and MAY_SLEEP
> > + - crypto: arm64/aes-ccm - fix logical bug in AAD MAC handling
> > + - crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routine
> > + - CIFS: Fix leaking locked VFS cache pages in writeback retry
> > + - 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
> > + - smb3: make default i/o size for smb3 mounts larger
> > + - 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
> > + - vmw_balloon: release lock on error in vmballoon_reset()
> > + - xen: fix dom0 boot on huge systems
> > + - ACPI / device_sysfs: Avoid OF modalias creation for removed device
> > + - mmc: sdhci-esdhc-imx: fix HS400 timing issue
> > + - mmc: renesas_sdhi: Fix card initialization failure in high speed
> mode
> > + - mmc:fix a bug when max_discard is 0
> > + - spi: ti-qspi: Fix mmap read when more than one CS in use
> > + - spi: pxa2xx: Setup maximum supported DMA transfer length
> > + - spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatch
> > + - spi: spi-gpio: fix SPI_CS_HIGH capability
> > + - regulator: s2mps11: Fix steps for buck7, buck8 and LDO35
> > + - regulator: max77620: Initialize values for DT properties
> > + - regulator: s2mpa01: Fix step values for some LDOs
> > + - mt76: fix corrupted software generated tx CCMP PN
> > + - clocksource/drivers/exynos_mct: Move one-shot check from tick
> clear to ISR
> > + - clocksource/drivers/exynos_mct: Clear timer interrupt when
> shutdown
> > + - clocksource/drivers/arch_timer: Workaround for Allwinner A64 timer
> > + instability
> > + - s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus
> subsystem
> > + - s390/setup: fix early warning messages
> > + - s390/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
> > + - scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is
> not
> > + supported
> > + - scsi: qla2xxx: Use complete switch scan for RSCN events
> > + - 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
> > + - m68k: Add -ffreestanding to CFLAGS
> > + - 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: scrub: fix circular locking dependency warning
> > + - btrfs: drop the lock on error in btrfs_dev_replace_cancel
> > + - btrfs: ensure that a DUP or RAID1 block group has exactly two
> stripes
> > + - btrfs: init csum_list before possible free
> > + - Btrfs: fix corruption reading shared and compressed extents after
> hole
> > + punching
> > + - Btrfs: fix deadlock between clone/dedupe and rename
> > + - soc: qcom: rpmh: Avoid accessing freed memory from batch API
> > + - libertas_tf: don't set URB_ZERO_PACKET on IN USB transfer
> > + - irqchip/gic-v3-its: Avoid parsing _indirect_ twice for Device
> table
> > + - irqchip/brcmstb-l2: Use _irqsave locking variants in
> non-interrupt code
> > + - x86/kprobes: Prohibit probing on optprobe template code
> > + - cpufreq: kryo: Release OPP tables on module removal
> > + - cpufreq: tegra124: add missing of_node_put()
> > + - cpufreq: pxa2xx: remove incorrect __init annotation
> > + - ext4: fix check of inode in swap_inode_boot_loader
> > + - ext4: cleanup pagecache before swap i_data
> > + - 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
> > + - nvmem: core: don't check the return value of notifier chain call
> > + - device property: Fix the length used in PROPERTY_ENTRY_STRING()
> > + - intel_th: Don't reference unassigned outputs
> > + - parport_pc: fix find_superio io compare code, should use equal
> test.
> > + - i2c: tegra: fix maximum transfer size
> > + - i2c: tegra: update maximum transfer size
> > + - media: i2c: ov5640: Fix post-reset delay
> > + - gpio: pca953x: Fix dereference of irq data in shutdown
> > + - ext4: update quota information while swapping boot loader inode
> > + - ext4: add mask of ext4 flags to swap
> > + - ext4: fix crash during online resizing
> > + - dma: Introduce dma_max_mapping_size()
> > + - swiotlb: Introduce swiotlb_max_mapping_size()
> > + - swiotlb: Add is_swiotlb_active() function
> > + - PCI/ASPM: Use LTR if already enabled by platform
> > + - PCI/DPC: Fix print AER status in DPC event handling
> > + - PCI: qcom: Don't deassert reset GPIO during probe
> > + - PCI: dwc: skip MSI init if MSIs have been explicitly disabled
> > + - PCI: pci-bridge-emul: Create per-bridge copy of register behavior
> > + - PCI: pci-bridge-emul: Extend pci_bridge_emul_init() with flags
> > + - IB/hfi1: Close race condition on user context disable and close
> > + - IB/rdmavt: Fix loopback send with invalidate ordering
> > + - IB/rdmavt: Fix concurrency panics in QP post_send and modify to
> error
> > + - cxl: Wrap iterations over afu slices inside 'afu_list_lock'
> > + - ext2: Fix underflow in ext2_max_size()
> > + - clk: uniphier: Fix update register for CPU-gear
> > + - clk: clk-twl6040: Fix imprecise external abort for pdmclk
> > + - clk: samsung: exynos5: Fix possible NULL pointer exception on
> > + platform_device_alloc() failure
> > + - clk: samsung: exynos5: Fix kfree() of const memory on setting
> > + driver_override
> > + - clk: ingenic: Fix round_rate misbehaving with non-integer dividers
> > + - clk: ingenic: Fix doc of ingenic_cgu_div_info
> > + - usb: chipidea: tegra: Fix missed ci_hdrc_remove_device()
> > + - usb: typec: tps6598x: handle block writes separately with
> plain-I2C adapters
> > + - dmaengine: usb-dmac: Make DMAC system sleep callbacks explicit
> > + - 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/32: Clear on-stack exception marker upon exception return
> > + - powerpc/wii: properly disable use of BATs when requested.
> > + - powerpc/powernv: Make opal log only readable by root
> > + - powerpc/83xx: Also save/restore SPRG4-7 during suspend
> > + - powerpc/kvm: Save and restore host AMR/IAMR/UAMOR
> > + - powerpc/powernv: Don't reprogram SLW image on every KVM guest
> entry/exit
> > + - powerpc/64s/hash: Fix assert_slb_presence() use of the slbfee.
> instruction
> > + - 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/smp: Fix NMI IPI timeout
> > + - powerpc/smp: Fix NMI IPI xmon timeout
> > + - powerpc/traps: fix recoverability of machine check handling on
> book3s/32
> > + - powerpc/traps: Fix the message printed when stack overflows
> > + - ARM: s3c24xx: Fix boolean expressions in osiris_dvs_notify
> > + - arm64: Fix HCR.TGE status for NMI contexts
> > + - arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug
> signals
> > + - arm64: debug: Ensure debug handlers check triggering exception
> level
> > + - arm64: KVM: Fix architecturally invalid reset value for
> FPEXC32_EL2
> > + - Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"
> > + - ipmi_si: Fix crash when using hard-coded device
> > + - ipmi_si: fix use-after-free of resource->name
> > + - dm: fix to_sector() for 32bit
> > + - dm integrity: limit the rate of error messages
> > + - media: cx25840: mark pad sig_types to fix cx231xx init
> > + - mfd: sm501: Fix potential NULL pointer dereference
> > + - cpcap-charger: generate events for userspace
> > + - cpuidle: governor: Add new governors to cpuidle_governors again
> > + - 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
> > + - PM / OPP: Update performance state when freq == old_freq
> > + - bcache: treat stale && dirty keys as bad keys
> > + - bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata
> > + - stable-kernel-rules.rst: add link to networking patch queue
> > + - vt: perform safe console erase in the right order
> > + - x86/unwind/orc: Fix ORC unwind table alignment
> > + - 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
> > + - perf intel-pt: Fix overlap calculation for padding
> > + - perf/x86/intel/uncore: Fix client IMC events return huge result
> > + - perf intel-pt: Fix divide by zero when TSC is not available
> > + - md: Fix failed allocation of md_register_thread
> > + - x86/kvmclock: set offset for kvm unstable clock
> > + - x86/ftrace: Fix warning and considate ftrace_jmp_replace() and
> > + ftrace_call_replace()
> > + - 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: imx: prpencvf: Stop upstream before disabling IDMA channel
> > + - media: lgdt330x: fix lock status reporting
> > + - media: sun6i: Fix CSI regmap's max_register
> > + - media: uvcvideo: Avoid NULL pointer dereference at the end of
> streaming
> > + - media: vimc: Add vimc-streamer for stream control
> > + - media: imx-csi: Input connections to CSI should be optional
> > + - media: imx: csi: Disable CSI immediately after last EOF
> > + - media: imx: csi: Stop upstream before disabling IDMA channel
> > + - 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
> > + - KVM: VMX: Compare only a single byte for VMCS' "launched" in
> vCPU-run
> > + - KVM: VMX: Zero out *all* general purpose registers after VM-Exit
> > + - KVM: x86/mmu: Detect MMIO generation wrap in any address space
> > + - KVM: x86/mmu: Do not cache MMIO accesses while memslots are in
> flux
> > + - KVM: nVMX: Sign extend displacements of VMX instr's mem operands
> > + - KVM: nVMX: Apply addr size mask to effective address for VMX
> instructions
> > + - KVM: nVMX: Ignore limit checks on VMX instructions using flat
> segments
> > + - KVM: nVMX: Check a single byte for VMCS "launched" in nested
> early checks
> > + - net: dsa: lantiq_gswip: fix use-after-free on failed probe
> > + - net: dsa: lantiq_gswip: fix OF child-node lookups
> > + - s390/setup: fix boot crash for machine without EDAT-1
> > + - SUNRPC: Prevent thundering herd when the socket is not connected
> > + - SUNRPC: Fix up RPC back channel transmission
> > + - SUNRPC: Respect RPC call timeouts when retrying transmission
> > + - Linux 5.0.4
> > + - [Config] update configs for 5.0.4 stable update
> > +
> > + * New Intel Wireless-AC 9260 [8086:2526] card not correctly probed in
> Ubuntu
> > + system (LP: #1821271)
> > + - iwlwifi: add new card for 9260 series
> > +
> > + * [CONFIG] please enable highdpi font FONT_TER16x32 (LP: #1819881)
> > + - [Config]: enable highdpi Terminus 16x32 font support
> > +
> > + * [SRU][B/B-OEM/C/D] Fix AMD IOMMU NULL dereference (LP: #1820990)
> > + - iommu/amd: Fix NULL dereference bug in match_hid_uid
> > +
> > + * some codecs stop working after S3 (LP: #1820930)
> > + - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
> > + - ALSA: hda - Don't trigger jackpoll_work in azx_resume
> > +
> > + * tcm_loop.ko: move from modules-extra into main modules package
> > + (LP: #1817786)
> > + - [Packaging] move tcm_loop.lo to main linux-modules package
> > +
> > + * C++ demangling support missing from perf (LP: #1396654)
> > + - [Packaging] fix a mistype
> > +
> > + * r8169 doesn't get woken up by ethernet cable plugging, no PME
> generated
> > + (LP: #1817676)
> > + - PCI: pciehp: Disable Data Link Layer State Changed event on
> suspend
> > +
> > + * Disco update: v5.0.3 upstream stable release (LP: #1821074)
> > + - connector: fix unsafe usage of ->real_parent
> > + - fou, fou6: avoid uninit-value in gue_err() and gue6_err()
> > + - 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: hsr: fix memory leak in hsr_dev_finalize()
> > + - net/hsr: fix possible crash in add_timer()
> > + - 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
> > + - ravb: Decrease TxFIFO depth of Q3 and Q2 to one
> > + - 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: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA ports
> > + - vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock
> > + - net: sched: flower: insert new filter to idr after setting its
> mask
> > + - f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
> > + - perf/x86: Fixup typo in stub functions
> > + - 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
> > + - ALSA: hda: Extend i915 component bind timeout
> > + - 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
> > + - perf/x86/intel: Fix memory corruption
> > + - perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
> > + - It's wrong to add len to sector_nr in raid10 reshape twice
> > + - drm: Block fb changes for async plane updates
> > + - Linux 5.0.3
> > +
> > + * Disco update: v5.0.2 upstream stable release (LP: #1820318)
> > + - media: uvcvideo: Fix 'type' check leading to overflow
> > + - Input: wacom_serial4 - add support for Wacom ArtPad II tablet
> > + - Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
> > + - 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"
> > + - ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line on
> Odroid X2/U3
> > + - ARM: dts: exynos: Add minimal clkout parameters to Exynos3250 PMU
> > + - ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid
> XU3/XU4
> > + - drm: disable uncached DMA optimization for ARM and arm64
> > + - media: Revert "media: rc: some events are dropped by userspace"
> > + - Revert "PCI/PME: Implement runtime PM callbacks"
> > + - bpf: Stop the psock parser before canceling its work
> > + - gfs2: Fix missed wakeups in find_insert_glock
> > + - staging: erofs: keep corrupted fs from crashing kernel in
> erofs_namei()
> > + - staging: erofs: compressed_pages should not be accessed again
> after freed
> > + - scripts/gdb: replace flags (MS_xyz -> SB_xyz)
> > + - ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
> > + - perf/x86/intel: Make cpuc allocations consistent
> > + - perf/x86/intel: Generalize dynamic constraint creation
> > + - x86: Add TSX Force Abort CPUID/MSR
> > + - perf/x86/intel: Implement support for TSX Force Abort
> > + - Linux 5.0.2
> > +
> > + * Linux security module stacking support
> > + - LSM: Introduce LSM_FLAG_LEGACY_MAJOR
> > + - LSM: Provide separate ordered initialization
> > + - LSM: Plumb visibility into optional "enabled" state
> > + - LSM: Lift LSM selection out of individual LSMs
> > + - LSM: Build ordered list of LSMs to initialize
> > + - LSM: Introduce CONFIG_LSM
> > + - LSM: Introduce "lsm=" for boottime LSM selection
> > + - LSM: Tie enabling logic to presence in ordered list
> > + - LSM: Prepare for reorganizing "security=" logic
> > + - LSM: Refactor "security=" in terms of enable/disable
> > + - LSM: Separate idea of "major" LSM from "exclusive" LSM
> > + - apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUE
> > + - selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE
> > + - LSM: Add all exclusive LSMs to ordered initialization
> > + - LSM: Split LSM preparation from initialization
> > + - LoadPin: Initialize as ordered LSM
> > + - Yama: Initialize as ordered LSM
> > + - LSM: Introduce enum lsm_order
> > + - capability: Initialize as LSM_ORDER_FIRST
> > + - procfs: add smack subdir to attrs
> > + - Smack: Abstract use of cred security blob
> > + - SELinux: Abstract use of cred security blob
> > + - SELinux: Remove cred security blob poisoning
> > + - SELinux: Remove unused selinux_is_enabled
> > + - AppArmor: Abstract use of cred security blob
> > + - TOMOYO: Abstract use of cred security blob
> > + - Infrastructure management of the cred security blob
> > + - SELinux: Abstract use of file security blob
> > + - Smack: Abstract use of file security blob
> > + - LSM: Infrastructure management of the file security
> > + - SELinux: Abstract use of inode security blob
> > + - Smack: Abstract use of inode security blob
> > + - LSM: Infrastructure management of the inode security
> > + - LSM: Infrastructure management of the task security
> > + - SELinux: Abstract use of ipc security blobs
> > + - Smack: Abstract use of ipc security blobs
> > + - LSM: Infrastructure management of the ipc security blob
> > + - TOMOYO: Update LSM flags to no longer be exclusive
> > + - LSM: generalize flag passing to security_capable
> > + - LSM: Make lsm_early_cred() and lsm_early_task() local functions.
> > + - LSM: Make some functions static
> > + - apparmor: Adjust offset when accessing task blob.
> > + - LSM: Ignore "security=" when "lsm=" is specified
> > + - LSM: Update list of SECURITYFS users in Kconfig
> > + - apparmor: delete the dentry in aafs_remove() to avoid a leak
> > + - apparmor: fix double free when unpack of secmark rules fails
> > + - SAUCE: LSM: Infrastructure management of the sock security
> > + - SAUCE: LSM: Limit calls to certain module hooks
> > + - SAUCE: LSM: Special handling for secctx lsm hooks
> > + - SAUCE: LSM: Specify which LSM to display with
> /proc/self/attr/display
> > + - SAUCE: Fix-up af_unix mediation for sock infrastructure management
> > + - SAUCE: Revert "apparmor: Fix warning about unused function
> > + apparmor_ipv6_postroute"
> > + - SAUCE: Revert "apparmor: fix checkpatch error in Parse secmark
> policy"
> > + - SAUCE: Revert "apparmor: add #ifdef checks for secmark filtering"
> > + - SAUCE: Revert "apparmor: Allow filtering based on secmark policy"
> > + - SAUCE: Revert "apparmor: Parse secmark policy"
> > + - SAUCE: Revert "apparmor: Add a wildcard secid"
> > + - SAUCE: Revert "apparmor: fix bad debug check in
> apparmor_secid_to_secctx()"
> > + - SAUCE: Revert "apparmor: fixup secid map conversion to using IDR"
> > + - SAUCE: Revert "apparmor: Use an IDR to allocate apparmor secids"
> > + - SAUCE: Revert "apparmor: Fix memory leak of rule on error exit
> path"
> > + - SAUCE: Revert "apparmor: modify audit rule support to support
> profile
> > + stacks"
> > + - SAUCE: Revert "apparmor: Add support for audit rule filtering"
> > + - SAUCE: Revert "apparmor: add the ability to get a task's secid"
> > + - SAUCE: Revert "apparmor: add support for mapping secids and using
> secctxes"
> > + - SAUCE: apparmor: add proc subdir to attrs
> > + - SAUCE: apparmor: add an apparmorfs entry to access current attrs
> > + - SAUCE: apparmor: update flags to no longer be exclusive
> > + - SAUCE: update configs and annotations for LSM stacking
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] CONFIG_EARLY_PRINTK_USB_XDBC=y
> > + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions
> when the
> > + kernel is locked down
> > + - [Config] CONFIG_RANDOM_TRUST_CPU=y
> > + - [Config] refresh annotations for recent config changes
> > + - ubuntu: vbox -- update to 6.0.4-dfsg-7
> > + - Revert "UBUNTU: SAUCE: i2c:amd I2C Driver based on PCI Interface
> for
> > + upcoming platform"
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Thu, 04 Apr 2019
> 14:49:59 -0500
> > +
> > +linux (5.0.0-8.9) disco; urgency=medium
> > +
> > + * linux: 5.0.0-8.9 -proposed tracker (LP: #1819759)
> > +
> > + * hisi_sas: add debugfs support (LP: #1819500)
> > + - scsi: hisi_sas: Create root and device debugfs directories
> > + - scsi: hisi_sas: Alloc debugfs snapshot buffer memory for all
> registers
> > + - scsi: hisi_sas: Take debugfs snapshot for all regs
> > + - scsi: hisi_sas: Debugfs global register create file and add file
> operations
> > + - scsi: hisi_sas: Add debugfs for port registers
> > + - scsi: hisi_sas: Add debugfs CQ file and add file operations
> > + - scsi: hisi_sas: Add debugfs DQ file and add file operations
> > + - scsi: hisi_sas: Add debugfs IOST file and add file operations
> > + - scsi: hisi_sas: No need to check return value of debugfs_create
> functions
> > + - scsi: hisi_sas: Fix type casting and missing static qualifier in
> debugfs
> > + code
> > + - scsi: hisi_sas: Add debugfs ITCT file and add file operations
> > +
> > + * [disco] hns driver updates from 5.1 merge window (LP: #1819535)
> > + - net: hns: Use struct_size() in devm_kzalloc()
> > + - net: hns3: modify enet reinitialization interface
> > + - net: hns3: remove unused member in struct hns3_enet_ring
> > + - net: hns3: remove unnecessary hns3_adjust_tqps_num
> > + - net: hns3: reuse reinitialization interface in the
> hns3_set_channels
> > + - net: hns3: add interface hclge_tm_bp_setup
> > + - net: hns3: modify parameter checks in the hns3_set_channels
> > + - net: hns3: remove redundant codes in hclge_knic_setup
> > + - net: hns3: fix user configuration loss for ethtool -L
> > + - net: hns3: adjust the use of alloc_tqps and num_tqps
> > + - net: hns3: fix wrong combined count returned by ethtool -l
> > + - net: hns3: do reinitialization while ETS configuration changed
> > + - net: hns3: add HNAE3_RESTORE_CLIENT interface in enet module
> > + - net: hns3: add calling roce callback function when link status
> change
> > + - net: hns3: add rx multicast packets statistic
> > + - net: hns3: refactor the statistics updating for netdev
> > + - net: hns3: fix rss configuration lost problem when setting channel
> > + - net: hns3: fix for shaper not setting when TC num changes
> > + - net: hns3: fix bug of ethtool_ops.get_channels for VF
> > + - net: hns3: clear param in ring when free ring
> > + - net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTED
> > + - net: hns3: do not return GE PFC setting err when initializing
> > + - net: hns3: add ETS TC weight setting in SSU module
> > + - net: hns3: add statistics for PFC frames and MAC control frames
> > + - net: hns3: fix PFC not setting problem for DCB module
> > + - net: hns3: don't update packet statistics for packets dropped by
> hardware
> > + - net: hns3: clear pci private data when unload hns3 driver
> > + - net: hns3: add error handling in hclge_ieee_setets
> > + - net: hns3: fix return value handle issue for hclge_set_loopback()
> > + - net: hns3: fix broadcast promisc issue for revision 0x20
> > + - net: hns3: After setting the loopback, add the status of getting
> MAC
> > + - net: hns3: do reinitialization while mqprio configuration changed
> > + - net: hns3: remove dcb_ops->map_update in hclge_dcb
> > + - net: hns3: call hns3_nic_set_real_num_queue with netdev down
> > + - net: hns3: add 8 BD limit for tx flow
> > + - net: hns3: add initialization for nic state
> > + - net: hns3: don't allow vf to enable promisc mode
> > + - net: hns3: reuse the definition of l3 and l4 header info union
> > + - net: hns3: fix VF dump register issue
> > + - net: hns3: use the correct interface to stop|open port
> > + - net: hns3: change hnae3_register_ae_dev() to int
> > + - net: hns3: only support tc 0 for VF
> > + - net: hns3: Fix NULL deref when unloading driver
> > + - net: hns3: fix netif_napi_del() not do problem when unloading
> > + - net: hns3: fix for rss result nonuniform
> > + - net: hns3: fix improper error handling in the hclge_init_ae_dev()
> > + - net: hns3: fix an issue for hclgevf_ae_get_hdev
> > + - net: hns3: stop sending keep alive msg to PF when VF is resetting
> > + - net: hns3: keep flow director state unchanged when reset
> > + - net: hns3: Check for allocation failure
> > + - net: hns3: fix a code style issue for hns3_update_new_int_gl()
> > + - net: hns3: fix an issue for hns3_update_new_int_gl
> > + - net: hns3: Modify parameter type from int to bool in set_gro_en
> > + - net: hns3: code optimization for hclge_rx_buffer_calc
> > + - net: hns3: add hclge_cmd_check_retval() to parse comman's return
> value
> > + - net: hns3: move some set_bit statement into hclge_prepare_mac_addr
> > + - net: hns3: fix a wrong checking in the hclge_tx_buffer_calc()
> > + - net: hns3: fix the problem that the supported port is empty
> > + - net: hns3: optimize the maximum TC macro
> > + - net: hns3: don't allow user to change vlan filter state
> > + - net: hns3: modify the upper limit judgment condition
> > + - net: hns3: MAC table entry count function increases operation 0
> value
> > + protection measures
> > + - net: hns3: make function hclge_set_all_vf_rst() static
> > + - net: hns3: add pointer checking at the beginning of the exported
> functions.
> > + - net: hns3: Check variable is valid before assigning it to another
> > + - net: hns3: convert mac advertize and supported from u32 to link
> mode
> > + - net: hns3: fix port info query issue for copper port
> > + - net: hns3: modify print message of ssu common ecc errors
> > + - net: hns3: some bugfix of ppu(rcb) ras errors
> > + - net: hns3: enable 8~11th bit of mac common msi-x error
> > + - net: hns3: fix 6th bit of ppp mpf abnormal errors
> > + - net: hns3: Record VF unicast and multicast tables
> > + - net: hns3: Record VF vlan tables
> > + - net: hns3: uninitialize command queue while unloading PF driver
> > + - net: hns3: clear command queue's registers when unloading VF
> driver
> > + - net: hns3: add xps setting support for hns3 driver
> > + - net: hns3: avoid mult + div op in critical data path
> > + - net: hns3: limit some variable scope in critical data path
> > + - net: hns3: remove some ops in struct hns3_nic_ops
> > + - net: hns3: add unlikely for error handling in data path
> > + - net: hns3: replace hnae3_set_bit and hnae3_set_field in data path
> > + - net: hns3: remove hnae3_get_bit in data path
> > + - net: hns3: add support to config depth for tx|rx ring separately
> > + - net: hns3: enable VF VLAN filter for each VF when initializing
> > + - net: hns3: fix get VF RSS issue
> > + - net: hns3: fix setting of the hns reset_type for rdma hw errors
> > + - net: hns3: fix improper error handling for hns3_client_start
> > + - net: hns: use struct_size() in devm_kzalloc()
> > + - net: hns3: Fix a logical vs bitwise typo
> > + - net: hns3: add dma_rmb() for rx description
> > + - net: hns3: fix to stop multiple HNS reset due to the AER changes
> > +
> > + * Build Nvidia drivers in conjunction with kernel (LP: #1764792)
> > + - [Packaging] dkms-build -- support building against packages in
> PPAs
> > + - [Packaging] dkms-build: do not redownload files on subsequent
> passes
> > + - [Packaging] dkms-build -- elide partial Built-Using information
> > + - [Packaging] dkms-build -- remove retpoline data from final binary
> packages
> > + - [Packaging] dkms-build--nvidia* -- check gcc version against
> primary build
> > + - [Packaging] dkms-build -- add support for unversioned overrides
> > + - [Packaging] dkms-build--nvidia-* -- convert to generic -N form
> > + - [Packaging] fix-filenames -- handle exact string removal
> > + - [Packaging] dkms-build--nvidia-N -- remove GCC versions
> > +
> > + * Disco update: v5.0.1 upstream stable release (LP: #1819515)
> > + - cpufreq: Use struct kobj_attribute instead of struct global_attr
> > + - staging: erofs: fix mis-acted TAIL merging behavior
> > + - binder: create node flag to request sender's security context
> > + - 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
> > + - driver core: Postpone DMA tear-down until after devres release
> > + - staging: erofs: fix fast symlink w/o xattr when fs xattr is on
> > + - staging: erofs: fix memleak of inode's shared xattr array
> > + - staging: erofs: fix race of initializing xattrs of a inode at the
> same time
> > + - staging: erofs: fix illegal address access under memory pressure
> > + - staging: comedi: ni_660x: fix missing break in switch statement
> > + - staging: wilc1000: fix to set correct value for 'vif_num'
> > + - staging: android: ion: fix sys heap pool's gfp_flags
> > + - staging: android: ashmem: Don't call fallocate() with
> ashmem_mutex held.
> > + - staging: android: ashmem: Avoid range_alloc() allocation with
> ashmem_mutex
> > + held.
> > + - ip6mr: Do not call __IP6_INC_STATS() from preemptible context
> > + - net: dsa: mv88e6xxx: add call to mv88e6xxx_ports_cmode_init to
> probe for new
> > + DSA framework
> > + - net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in
> > + mv88e6xxx_port_set_duplex
> > + - net: dsa: mv8e6xxx: fix number of internal PHYs for 88E6x90 family
> > + - net: mscc: Enable all ports in QSGMII
> > + - 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
> > + - team: Free BPF filter when unregistering netdev
> > + - tipc: fix RDM/DGRAM connect() regression
> > + - 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
> > + - xhci: tegra: Prevent error pointer dereference
> > + - usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on
> > + INTEL_SUNRISEPOINT_LP_XHCI
> > + - applicom: Fix potential Spectre v1 vulnerabilities
> > + - alpha: wire up io_pgetevents system call
> > + - 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
> > + - Revert "selftests: firmware: add
> CONFIG_FW_LOADER_USER_HELPER_FALLBACK to
> > + config"
> > + - Revert "selftests: firmware: remove use of non-standard diff -Z
> option"
> > + - selftests: firmware: fix verify_reqs() return value
> > + - Bluetooth: btrtl: Restore old logic to assume firmware is already
> loaded
> > + - Bluetooth: Fix locking in bt_accept_enqueue() for BH context
> > + - Linux 5.0.1
> > +
> > + * sky2 ethernet card doesn't work after returning from suspend
> > + (LP: #1807259) // sky2 ethernet card link not up after suspend
> > + (LP: #1809843) // Disco update: v5.0.1 upstream stable release
> > + (LP: #1819515)
> > + - sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79
> > +
> > + * tls selftest failures/hangs on i386 (LP: #1813607)
> > + - [Config] CONFIG_TLS=n for i386
> > +
> > + * CVE-2019-8980
> > + - exec: Fix mem leak in kernel_read_file
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: selftests: net: Use 'ipproto ipv6-icmp' to match ICMPv6
> headers
> > + - [Config] enable nvidia build
> > + - [Config] update gcc version to 8.3
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: SAUCE: selftests: pmtu: disable accept_dad for
> tests"
> > +
> > + -- Thadeu Lima de Souza Cascardo <cascardo at canonical.com> Tue, 12
> Mar 2019 16:15:44 -0300
> > +
> > +linux (5.0.0-7.8) disco; urgency=medium
> > +
> > + * linux: 5.0.0-7.8 -proposed tracker (LP: #1818519)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] update helper scripts
> > +
> > + * unnecessary request_queue freeze (LP: #1815733)
> > + - block: avoid setting nr_requests to current value
> > + - block: avoid setting none scheduler if it's already none
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: selftests: net: Don't fail test_vxlan_under_vrf on xfail
> > + - update dkms package versions
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.0
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 04 Mar 2019
> 08:46:10 -0600
> > +
> > +linux (5.0.0-6.7) disco; urgency=medium
> > +
> > + * linux: 5.0.0-6.7 -proposed tracker (LP: #1817585)
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] update helper scripts
> > + - [Packaging] resync getabis
> > +
> > + * installer does not support iSCSI iBFT (LP: #1817321)
> > + - d-i: add iscsi_ibft to scsi-modules
> > +
> > + * Silent "Unknown key" message when pressing keyboard backlight hotkey
> > + (LP: #1817063)
> > + - platform/x86: dell-wmi: Ignore new keyboard backlight change event
> > +
> > + * Fix I219 doesn't get woken up after plugging ethernet cable (LP:
> #1817058)
> > + - e1000e: Disable runtime PM on CNP+
> > +
> > + * efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted (LP:
> #1814982)
> > + - efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted
> > +
> > + * CVE-2019-3460
> > + - Bluetooth: Check L2CAP option sizes returned from
> l2cap_get_conf_opt
> > +
> > + * CVE-2019-3459
> > + - Bluetooth: Verify that l2cap_get_conf_opt provides large enough
> buffer
> > +
> > + * kernel net tls selftest fails on 5.0 (LP: #1816716)
> > + - SAUCE: Revert "selftests/tls: Add test for recv(PEEK) spanning
> across
> > + multiple records"
> > +
> > + * Please enable CONFIG_DMA_CMA=y on arm64 (LP: #1803206)
> > + - [Config] annotations -- enforce CONFIG_DMA_CMA and update notes
> > +
> > + * [19.04 FEAT] [LS1801] PCI Virtual function enablement (LP: #1814684)
> > + - s390/pci: map IOV resources
> > + - s390/pci: improve bar check
> > +
> > + * glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2 (LP:
> #1813060)
> > + - SAUCE: prevent a glibc test failure when looking for obsolete
> types on
> > + headers
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] Enforce CONFIG_ZCRYPT_MULTIDEVNODES in annotations
> > + - SAUCE: selftests: pmtu: disable accept_dad for tests
> > + - SAUCE: arm64: add kernel config option to lock down when in
> Secure Boot mode
> > + - SAUCE: selftests: net: Make test for VXLAN underlay in
> non-default VRF an
> > + expected failure
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.0-rc8
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 25 Feb 2019
> 09:37:36 -0600
> > +
> > +linux (5.0.0-5.6) disco; urgency=medium
> > +
> > + * [ALSA] [PATCH] System76 darp5 and oryp5 fixups (LP: #1815831)
> > + - ALSA: hda/realtek - Headset microphone and internal speaker
> support for
> > + System76 oryp5
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] Fix aufs menus in annotations file
> > + - [Config] CONFIG_SAMPLE_TRACE_PRINTK=m
> > + - [Config] Update annotations based on configs
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.0-rc7
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 18 Feb 2019
> 10:04:11 +0100
> > +
> > +linux (5.0.0-4.5) disco; urgency=medium
> > +
> > + * linux-buildinfo: pull out ABI information into its own package
> > + (LP: #1806380)
> > + - [Packaging] autoreconstruct -- base tag is always primary
> mainline version
> > +
> > + * [Packaging] Allow overlay of config annotations (LP: #1752072)
> > + - [Packaging] config-check: Add an include directive
> > +
> > + * Miscellaneous Ubuntu changes
> > + - hio -- stub out BIOVEC_PHYS_MERGEABLE for 4.20+
> > + - hio -- replace use of do_gettimeofday()
> > + - hio -- part_round_stats() removed in 5.0
> > + - hio -- device_add_disk() grew a 'groups' argument in 4.20
> > + - enable hio build
> > + - Revert "UBUNTU: [Packaging] autoreconstruct -- base tag is always
> primary
> > + mainline version"
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.0-rc6
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 12 Feb 2019
> 08:15:32 -0600
> > +
> > +linux (5.0.0-3.4) disco; urgency=medium
> > +
> > + * CONFIG_TEST_BPF is disabled (LP: #1813955)
> > + - [Config]: Reenable TEST_BPF
> > +
> > + * Ignore "incomplete report" from Elan touchpanels (LP: #1813733)
> > + - HID: i2c-hid: Ignore input report if there's no data present on
> Elan
> > + touchpanels
> > +
> > + * SecureBoot support for arm64 (LP: #1804481)
> > + - Build signed kernels for arm64
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: selftests: net: fix "from" match test in fib_rule_tests.sh
> > + - [Config] CONFIG_PCMCIA=n for arm64 and s390x
> > + - [Config] CONFIG_SERIAL_SC16IS7XX=n for s390x
> > + - [Config] disable I2C TPM drivers for s390x
> > + - [Config] CONFIG_RAPIDIO=n for s390x
> > + - [Config] CONFIG_DMADEVICES=n for s390x
> > + - [Config] disable gpio drivers for s390x
> > + - [Config] CONFIG_SENSORS_OCC_P8_I2C=m for ppc64el
> > + - [Config] disable I2C hardware drivers for s390x
> > + - [Config] CONFIG_I3C=n for s390x
> > + - [Config] CONFIG_SERIO=n for s390x
> > + - [Config] disable misc drivers for s390x
> > + - [Config] disable EEPROM drivers for s390x
> > + - [Config] disable MFD drivers for s390x
> > + - [Config] CONFIG_NVMEM=n for s390x
> > + - [Config] CONFIG_MLXSW_I2C=n for s390x
> > + - [Config] CONFIG_NET_VENDOR_MICROCHIP=n for s390x
> > + - [Config] CONFIG_PPP=n for s390x
> > + - [Config] CONFIG_PCCARD=n for s390x
> > + - [Config] CONFIG_PCI_MESON=y
> > + - [Config] CONFIG_SCSI_MYRB=n for s390x
> > + - [Config] CONFIG_REGULATOR=n for s390x
> > + - [Config] CONFIG_ZIIRAVE_WATCHDOG=n for s390x
> > + - [Config] CONFIG_NCSI_OEM_CMD_GET_MAC=y
> > + - [Config] update annotations following config review
> > + - [Packaging] remove handoff check for uefi signing
> > + - [Packaging] decompress gzipped efi images in signing tarball
> > + - vbox-update: allow leading whitespace when fixing up KERN_DIR
> > + - ubuntu: vbox -- update to 6.0.4-dfsg-3
> > + - vbox: remove remount check in sf_read_super_aux()
> > + - enable vbox build
> > + - [Config] CONFIG_ANDROID_BINDER_DEVICES=""
> > + - SAUCE: import aufs driver
> > + - [Config]: Enable aufs
> > + - [Config] relocate aufs annotations to menu
> > + - [Config] remove unmatched configs from annotations
> > + - [Config] fix up abi for removed modules
> > + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is
> locked down
> > + - SAUCE: (efi-lockdown) module: remove support for having IMA
> validate modules
> > + - SAUCE: (efi-lockdown) Move EFI signature blob parser to shared
> location
> > + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI
> Secure Boot
> > + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be
> suppressed
> > + - [Config] (efi-lockdown) enable importing of efi certificates for
> module sig
> > + verification
> > +
> > + * Miscellaneous upstream changes
> > + - binder: fix CONFIG_ANDROID_BINDER_DEVICES
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.0-rc5
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 05 Feb 2019
> 14:26:12 -0600
> > +
> > +linux (5.0.0-2.3) disco; urgency=medium
> > +
> > + * kernel oops in bcache module (LP: #1793901)
> > + - SAUCE: bcache: never writeback a discard operation
> > +
> > + * Enable sound card power saving by default (LP: #1804265)
> > + - [Config] CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1
> > +
> > + * Miscellaneous Ubuntu changes
> > + - Revert "UBUNTU: SAUCE: selftests: disable some failing networking
> tests"
> > + - SAUCE: ashmem: turn into module
> > + - SAUCE: binder: turn into module
> > + - SAUCE: binder: give binder_alloc its own debug mask file
> > + - [Config] enable binder and ashmem as modules
> > + - SAUCE: selftests: net: replace AF_MAX with INT_MAX in socket.c
> > + - SAUCE: selftests/ftrace: Fix tab expansion in trace_marker
> snapshot trigger
> > + test
> > + - update dkms package versions
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.0-rc4
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 29 Jan 2019
> 06:57:32 -0600
> > +
> > +linux (5.0.0-1.2) disco; urgency=medium
> > +
> > + * Fix non-working QCA Rome Bluetooth after S3 (LP: #1812812)
> > + - USB: Add new USB LPM helpers
> > + - USB: Consolidate LPM checks to avoid enabling LPM twice
> > +
> > + * bluetooth controller not detected with 4.15 kernel (LP: #1810797)
> > + - SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK
> > + - [Config] arm64: snapdragon: BT_QCOMSMD_HACK=y
> > +
> > + * [19.04 FEAT| Enable virtio-gpu for s390x (LP: #1799467)
> > + - [Config] enable virtio-gpu for s390x
> > +
> > + * Crash on "ip link add foo type ipip" (LP: #1811803)
> > + - SAUCE: fan: Fix NULL pointer dereference
> > +
> > + * Fix not working Goodix touchpad (LP: #1811929)
> > + - HID: i2c-hid: Disable runtime PM on Goodix touchpad
> > +
> > + * Miscellaneous Ubuntu changes
> > + - update dkms package versions
> > + - enable zfs build
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.0-rc3
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 22 Jan 2019
> 13:56:17 -0600
> > +
> > +linux (5.0.0-0.1) disco; urgency=medium
> > +
> > + * Build Nvidia drivers in conjunction with kernel (LP: #1764792)
> > + - [Packaging] dkms -- add per package post-process step
> > + - [Packaging] dkms -- switch to a consistent build prefix length
> and strip
> > + - [Packaging] nvidia -- build and sign nvidia packages and ship
> signatures
> > + - [Packaging] nvidia -- make nvidia package version explicit
> > +
> > + * Add support for ALC3277 codec on new Dell edge gateways (LP:
> #1807334)
> > + - [Config] CONFIG_SND_SOC_INTEL_KBL_RT5660_MACH=m
> > +
> > + * RTL8822BE WiFi Disabled in Kernel 4.18.0-12 (LP: #1806472)
> > + - [Config] CONFIG_RTLWIFI_DEBUG_ST=n
> > +
> > + * Miscellaneous Ubuntu changes
> > + - ubuntu -- disable vbox build
> > + - ubuntu -- disable hio build
> > + - Disable zfs build
> > + - SAUCE: import aufs driver
> > + - update dkms package versions
> > + - [Config] disable aufs config options
> > + - [Config] disable nvidia build
> > + - update dropped.txt
> > + - [Packaging] disable nvidia dkms builds for mainline
> > + - SAUCE: (efi-lockdown) Add the ability to lock down access to the
> running
> > + kernel image
> > + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
> > + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the
> kernel is locked
> > + down
> > + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is
> locked down
> > + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked
> down
> > + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the
> kernel is locked
> > + down
> > + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when
> the kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when
> the kernel
> > + has been locked down
> > + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
> > + - SAUCE: (efi-lockdown) Lock down module params that specify
> hardware
> > + parameters (eg. ioport)
> > + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace
> module
> > + - SAUCE: (efi-lockdown) Lock down /proc/kcore
> > + - SAUCE: (efi-lockdown) Lock down kprobes
> > + - SAUCE: (efi-lockdown) Lock down perf
> > + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file
> operation
> > + defined
> > + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition
> of keys to
> > + secondary keyring
> > + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about
> cert lists
> > + that aren't present.
> > + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
> > + efi_status_to_err().
> > + - SAUCE: (efi-lockdown) Make get_cert_list() use
> efi_status_to_str() to print
> > + error messages.
> > + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across
> kexec
> > + reboot
> > + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to
> indicate secure
> > + boot mode
> > + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in
> secure boot
> > + mode
> > + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
> > + - [Config] set config options for efi lockdown
> > + - Revert "UBUNTU: SAUCE: import aufs driver"
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v5.0-rc2
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Thu, 17 Jan 2019
> 12:31:29 -0600
> > +
> > +linux (5.0.0-0.0) disco; urgency=medium
> > +
> > + * Dummy entry.
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Wed, 16 Jan 2019
> 14:48:05 -0600
> > +
> > +linux (4.20.0-2.3) disco; urgency=medium
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.20
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Thu, 03 Jan 2019
> 12:11:43 -0600
> > +
> > +linux (4.20.0-1.2) disco; urgency=medium
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Packaging] update helper scripts
> > +
> > + * Power leakage at S5 with Qualcomm Atheros QCA9377 802.11ac Wireless
> Network
> > + Adapter (LP: #1805607)
> > + - SAUCE: ath10k: provide reset function for QCA9377 chip
> > +
> > + * zfs/spl build in conjunction with the kernel from DKMS source (LP:
> #1807378)
> > + - [Packaging] dkms -- dkms package build packaging support
> > + - [Packaging] dkms -- save build objects artifacts for validation
> > + - [Packaging] dkms -- add general Built-Using: support
> > + - [Packaging] simplify Provides comma handling
> > + - [Packaging] zfs/spl -- remove packaging support for incorporated
> source
> > + - [Packaging] zfs/spl -- remove incorporated source
> > + - [Packaging] zfs/spl -- build via dkms
> > + - [Packaging] zfs/spl -- make zfs package version explicit
> > + - [Packaging] update-version-dkms -- sync archive versions to
> package
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] update-version-dkms -- fix getting distrbution from
> changelog
> > + - update dkms package versions
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.20-rc6
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 11 Dec 2018
> 11:33:08 -0600
> > +
> > +linux (4.20.0-0.1) disco; urgency=medium
> > +
> > + * Overlayfs in user namespace leaks directory content of inaccessible
> > + directories (LP: #1793458) // CVE-2018-6559
> > + - Revert "ovl: relax permission checking on underlying layers"
> > + - SAUCE: overlayfs: ensure mounter privileges when reading
> directories
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: (efi-lockdown) Add the ability to lock down access to the
> running
> > + kernel image
> > + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
> > + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is
> locked down
> > + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the
> kernel is locked
> > + down
> > + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is
> locked down
> > + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked
> down
> > + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the
> kernel is locked
> > + down
> > + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when
> the kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when
> the kernel
> > + has been locked down
> > + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
> > + - SAUCE: (efi-lockdown) Lock down module params that specify
> hardware
> > + parameters (eg. ioport)
> > + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace
> module
> > + - SAUCE: (efi-lockdown) Lock down /proc/kcore
> > + - SAUCE: (efi-lockdown) Lock down kprobes
> > + - SAUCE: (efi-lockdown) Lock down perf
> > + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition
> of keys to
> > + secondary keyring
> > + - SAUCE: (efi-lockdown) efi: Add EFI signature data types
> > + - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
> > + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI
> Secure Boot
> > + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be
> suppressed
> > + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about
> cert lists
> > + that aren't present.
> > + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
> > + efi_status_to_err().
> > + - SAUCE: (efi-lockdown) Make get_cert_list() use
> efi_status_to_str() to print
> > + error messages.
> > + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across
> kexec
> > + reboot
> > + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to
> indicate secure
> > + boot mode
> > + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in
> secure boot
> > + mode
> > + - SAUCE: (efi-lockdown) Fix for module sig verification
> > + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
> > + - SAUCE: Import aufs driver
> > + - ubuntu: vbox -- update to 5.2.22-dfsg-2
> > + - ubuntu -- disable vbox build
> > + - ubuntu -- disable hio build
> > + - Disable zfs build
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.20-rc5
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Fri, 07 Dec 2018
> 07:13:42 -0600
> > +
> > +linux (4.20.0-0.0) disco; urgency=medium
> > +
> > + * Dummy entry.
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Thu, 06 Dec 2018
> 10:20:19 -0600
> > +
> > +linux (4.19.0-8.9) disco; urgency=medium
> > +
> > + * linux: 4.19.0-8.9 -proposed tracker (LP: #1806952)
> > +
> > + * Workaround CSS timeout on AMD SNPS 3.0 xHC (LP: #1806838)
> > + - xhci: workaround CSS timeout on AMD SNPS 3.0 xHC
> > +
> > + * Fix Intel I210 doesn't work when ethernet cable gets plugged (LP:
> #1806818)
> > + - igb: Fix an issue that PME is not enabled during runtime suspend
> > +
> > + * The line-out on the Dell Dock station can't work (LP: #1806532)
> > + - ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock
> > +
> > + * CVE-2018-19407
> > + - KVM: X86: Fix scan ioapic use-before-initialization
> > +
> > + * PC SN720 NVMe WDC 256GB consumes more power in S2Idle than during
> long idle
> > + (LP: #1805775)
> > + - SAUCE: pci/nvme: prevent WDC PC SN720 NVMe from entering D3 and
> being
> > + disabled
> > +
> > + * Disco update: 4.19.6 upstream stable release (LP: #1806909)
> > + - HID: steam: remove input device when a hid client is running.
> > + - efi/libstub: arm: support building with clang
> > + - usb: core: Fix hub port connection events lost
> > + - usb: dwc3: gadget: fix ISOC TRB type on unaligned transfers
> > + - usb: dwc3: gadget: Properly check last unaligned/zero chain TRB
> > + - usb: dwc3: core: Clean up ULPI device
> > + - usb: dwc3: Fix NULL pointer exception in dwc3_pci_remove()
> > + - xhci: Fix leaking USB3 shared_hcd at xhci removal
> > + - xhci: handle port status events for removed USB3 hcd
> > + - xhci: Add check for invalid byte size error when UAS devices are
> connected.
> > + - usb: xhci: fix uninitialized completion when USB3 port got wrong
> status
> > + - usb: xhci: fix timeout for transition from RExit to U0
> > + - xhci: Add quirk to workaround the errata seen on Cavium
> Thunder-X2 Soc
> > + - usb: xhci: Prevent bus suspend if a port connect change or
> polling state is
> > + detected
> > + - ALSA: oss: Use kvzalloc() for local buffer allocations
> > + - MAINTAINERS: Add Sasha as a stable branch maintainer
> > + - Documentation/security-bugs: Clarify treatment of embargoed
> information
> > + - Documentation/security-bugs: Postpone fix publication in
> exceptional cases
> > + - mmc: sdhci-pci: Try "cd" for card-detect lookup before using NULL
> > + - mmc: sdhci-pci: Workaround GLK firmware failing to restore the
> tuning value
> > + - gpio: don't free unallocated ida on gpiochip_add_data_with_key()
> error path
> > + - iwlwifi: fix wrong WGDS_WIFI_DATA_SIZE
> > + - iwlwifi: mvm: support sta_statistics() even on older firmware
> > + - iwlwifi: mvm: fix regulatory domain update when the firmware
> starts
> > + - iwlwifi: mvm: don't use SAR Geo if basic SAR is not used
> > + - brcmfmac: fix reporting support for 160 MHz channels
> > + - opp: ti-opp-supply: Dynamically update u_volt_min
> > + - opp: ti-opp-supply: Correct the supply in
> _get_optimal_vdd_voltage call
> > + - tools/power/cpupower: fix compilation with STATIC=true
> > + - v9fs_dir_readdir: fix double-free on p9stat_read error
> > + - selinux: Add __GFP_NOWARN to allocation at str_read()
> > + - Input: synaptics - avoid using uninitialized variable when probing
> > + - bfs: add sanity check at bfs_fill_super()
> > + - sctp: clear the transport of some out_chunk_list chunks in
> > + sctp_assoc_rm_peer
> > + - gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd
> > + - llc: do not use sk_eat_skb()
> > + - mm: don't warn about large allocations for slab
> > + - mm/memory.c: recheck page table entry with page table lock held
> > + - tcp: do not release socket ownership in tcp_close()
> > + - drm/fb-helper: Blacklist writeback when adding connectors to fbdev
> > + - drm/amdgpu: Add missing firmware entry for HAINAN
> > + - drm/vc4: Set ->legacy_cursor_update to false when doing non-async
> updates
> > + - drm/amdgpu: Fix oops when pp_funcs->switch_power_profile is unset
> > + - drm/i915: Disable LP3 watermarks on all SNB machines
> > + - drm/ast: change resolution may cause screen blurred
> > + - drm/ast: fixed cursor may disappear sometimes
> > + - drm/ast: Remove existing framebuffers before loading driver
> > + - can: flexcan: Unlock the MB unconditionally
> > + - can: dev: can_get_echo_skb(): factor out non sending code to
> > + __can_get_echo_skb()
> > + - can: dev: __can_get_echo_skb(): replace struct can_frame by
> canfd_frame to
> > + access frame length
> > + - can: dev: __can_get_echo_skb(): Don't crash the kernel if
> can_priv::echo_skb
> > + is accessed out of bounds
> > + - can: dev: __can_get_echo_skb(): print error message, if trying to
> echo non
> > + existing skb
> > + - can: rx-offload: introduce can_rx_offload_get_echo_skb() and
> > + can_rx_offload_queue_sorted() functions
> > + - can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to
> > + can_rx_offload_queue_tail()
> > + - can: flexcan: use can_rx_offload_queue_sorted() for
> flexcan_irq_bus_*()
> > + - can: flexcan: handle tx-complete CAN frames via rx-offload
> infrastructure
> > + - can: raw: check for CAN FD capable netdev in raw_sendmsg()
> > + - can: hi311x: Use level-triggered interrupt
> > + - can: flexcan: Always use last mailbox for TX
> > + - can: flexcan: remove not needed struct flexcan_priv::tx_mb and
> struct
> > + flexcan_priv::tx_mb_idx
> > + - ACPICA: AML interpreter: add region addresses in global list
> during
> > + initialization
> > + - IB/hfi1: Eliminate races in the SDMA send error path
> > + - fsnotify: generalize handling of extra event flags
> > + - fanotify: fix handling of events on child sub-directory
> > + - pinctrl: meson: fix pinconf bias disable
> > + - pinctrl: meson: fix gxbb ao pull register bits
> > + - pinctrl: meson: fix gxl ao pull register bits
> > + - pinctrl: meson: fix meson8 ao pull register bits
> > + - pinctrl: meson: fix meson8b ao pull register bits
> > + - tools/testing/nvdimm: Fix the array size for dimm devices.
> > + - scsi: lpfc: fix remoteport access
> > + - scsi: hisi_sas: Remove set but not used variable 'dq_list'
> > + - KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILE
> > + - cpufreq: imx6q: add return value check for voltage scale
> > + - rtc: cmos: Do not export alarm rtc_ops when we do not support
> alarms
> > + - rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_write
> > + - crypto: simd - correctly take reqsize of wrapped skcipher into
> account
> > + - floppy: fix race condition in __floppy_read_block_0()
> > + - powerpc/io: Fix the IO workarounds code to work with Radix
> > + - sched/fair: Fix cpu_util_wake() for 'execl' type workloads
> > + - perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and
> CoffeeLake CPUs
> > + - block: copy ioprio in __bio_clone_fast() and bounce
> > + - SUNRPC: Fix a bogus get/put in generic_key_to_expire()
> > + - riscv: add missing vdso_install target
> > + - RISC-V: Silence some module warnings on 32-bit
> > + - drm/amdgpu: fix bug with IH ring setup
> > + - kdb: Use strscpy with destination buffer size
> > + - NFSv4: Fix an Oops during delegation callbacks
> > + - powerpc/numa: Suppress "VPHN is not supported" messages
> > + - efi/arm: Revert deferred unmap of early memmap mapping
> > + - z3fold: fix possible reclaim races
> > + - mm, memory_hotplug: check zone_movable in has_unmovable_pages
> > + - tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a
> negative offset
> > + - mm, page_alloc: check for max order in hot path
> > + - dax: Avoid losing wakeup in dax_lock_mapping_entry
> > + - include/linux/pfn_t.h: force '~' to be parsed as an unary operator
> > + - tty: wipe buffer.
> > + - tty: wipe buffer if not echoing data
> > + - gfs2: Fix iomap buffer head reference counting bug
> > + - rcu: Make need_resched() respond to urgent RCU-QS needs
> > + - media: ov5640: Re-work MIPI startup sequence
> > + - media: ov5640: Fix timings setup code
> > + - media: ov5640: fix exposure regression
> > + - media: ov5640: fix auto gain & exposure when changing mode
> > + - media: ov5640: fix wrong binning value in exposure calculation
> > + - media: ov5640: fix auto controls values when switching to manual
> mode
> > + - Linux 4.19.6
> > +
> > + * linux-buildinfo: pull out ABI information into its own package
> > + (LP: #1806380)
> > + - [Packaging] limit preparation to linux-libc-dev in headers
> > + - [Packaging] commonise debhelper invocation
> > + - [Packaging] ABI -- accumulate abi information at the end of the
> build
> > + - [Packaging] buildinfo -- add basic build information
> > + - [Packaging] buildinfo -- add firmware information to the flavour
> ABI
> > + - [Packaging] buildinfo -- add compiler information to the flavour
> ABI
> > + - [Packaging] buildinfo -- add buildinfo support to getabis
> > + - [Packaging] getabis -- handle all known package combinations
> > + - [Packaging] getabis -- support parsing a simple version
> > +
> > + * linux packages should own /usr/lib/linux/triggers (LP: #1770256)
> > + - [Packaging] own /usr/lib/linux/triggers
> > +
> > + * Miscellaneous upstream changes
> > + - blk-mq: fix corruption with direct issue
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Wed, 05 Dec 2018
> 09:18:30 -0600
> > +
> > +linux (4.19.0-7.8) disco; urgency=medium
> > +
> > + * linux: 4.19.0-7.8 -proposed tracker (LP: #1805465)
> > +
> > + * Fix and issue that LG I2C touchscreen stops working after reboot
> > + (LP: #1805085)
> > + - HID: i2c-hid: Disable runtime PM for LG touchscreen
> > +
> > + * click/pop noise in the headphone on several lenovo laptops (LP:
> #1805079) //
> > + click/pop noise in the headphone on several lenovo laptops (LP:
> #1805079)
> > + - ALSA: hda/realtek - fix the pop noise on headphone for lenovo
> laptops
> > +
> > + * Regression: hinic performance degrades over time (LP: #1805248)
> > + - Revert "net-next/hinic: add checksum offload and TSO support"
> > +
> > + * Disco update: 4.19.5 upstream stable release (LP: #1805461)
> > + - drm/i915: Replace some PAGE_SIZE with I915_GTT_PAGE_SIZE
> > + - cifs: don't dereference smb_file_target before null check
> > + - cifs: fix return value for cifs_listxattr
> > + - arm64: kprobe: make page to RO mode when allocate it
> > + - block: brd: associate with queue until adding disk
> > + - net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset()
> > + - net: hns3: bugfix for rtnl_lock's range in the hclge_reset()
> > + - net: hns3: bugfix for handling mailbox while the command queue
> reinitialized
> > + - net: hns3: bugfix for the initialization of command queue's spin
> lock
> > + - ixgbe: fix MAC anti-spoofing filter after VFLR
> > + - reiserfs: propagate errors from fill_with_dentries() properly
> > + - hfs: prevent btree data loss on root split
> > + - hfsplus: prevent btree data loss on root split
> > + - perf unwind: Take pgoff into account when reporting elf to libdwfl
> > + - um: Give start_idle_thread() a return code
> > + - drm/edid: Add 6 bpc quirk for BOE panel.
> > + - afs: Handle EIO from delivery function
> > + - platform/x86: intel_telemetry: report debugfs failure
> > + - clk: fixed-rate: fix of_node_get-put imbalance
> > + - perf symbols: Set PLT entry/header sizes properly on Sparc
> > + - fs/exofs: fix potential memory leak in mount option parsing
> > + - clk: samsung: exynos5420: Enable PERIS clocks for suspend
> > + - apparmor: Fix uninitialized value in aa_split_fqname
> > + - x86/earlyprintk: Add a force option for pciserial device
> > + - platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307
> > + - clk: meson-axg: pcie: drop the mpll3 clock parent
> > + - arm64: percpu: Initialize ret in the default case
> > + - clk: meson: clk-pll: drop CLK_GET_RATE_NOCACHE where unnecessary
> > + - clk: renesas: r9a06g032: Fix UART34567 clock rate
> > + - clk: ti: fix OF child-node lookup
> > + - serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMA
> > + - netfilter: ipv6: fix oops when defragmenting locally generated
> fragments
> > + - netfilter: bridge: define INT_MIN & INT_MAX in userspace
> > + - s390/decompressor: add missing FORCE to build targets
> > + - s390/vdso: add missing FORCE to build targets
> > + - HID: i2c-hid: Add a small delay after sleep command for Raydium
> touchpanel
> > + - Revert "HID: add NOGET quirk for Eaton Ellipse MAX UPS"
> > + - HID: alps: allow incoming reports when only the trackstick is
> opened
> > + - Revert "netfilter: nft_numgen: add map lookups for numgen random
> operations"
> > + - netfilter: ipset: list:set: Decrease refcount synchronously on
> deletion and
> > + replace
> > + - netfilter: ipset: actually allow allowable CIDR 0 in
> hash:net,port,net
> > + - netfilter: ipset: fix ip_set_list allocation failure
> > + - s390/mm: fix mis-accounting of pgtable_bytes
> > + - s390/mm: Fix ERROR: "__node_distance" undefined!
> > + - bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unpriv
> > + - netfilter: ipset: Correct rcu_dereference() call in
> ip_set_put_comment()
> > + - netfilter: xt_IDLETIMER: add sysfs filename checking routine
> > + - netfilter: ipset: Fix calling ip_set() macro at dumping
> > + - netfilter: nft_compat: ebtables 'nat' table is normal chain type
> > + - s390/qeth: fix HiperSockets sniffer
> > + - s390/qeth: unregister netdevice only when registered
> > + - net: hns3: Fix for out-of-bounds access when setting pfc back
> pressure
> > + - hwmon: (ibmpowernv) Remove bogus __init annotations
> > + - ARM: dts: imx6sll: fix typo for fsl,imx6sll-i2c node
> > + - ARM: dts: fsl: Fix improperly quoted stdout-path values
> > + - Revert "drm/exynos/decon5433: implement frame counter"
> > + - arm64: dts: renesas: r8a7795: add missing dma-names on hscif2
> > + - arm64: dts: renesas: condor: switch from EtherAVB to GEther
> > + - xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug
> message
> > + - clk: fixed-factor: fix of_node_get-put imbalance
> > + - mtd: nand: Fix nanddev_pos_next_page() kernel-doc header
> > + - lib/raid6: Fix arm64 test build
> > + - drm/amd/display: Stop leaking planes
> > + - block: Clear kernel memory before copying to user
> > + - drm/amd/display: Drop reusing drm connector for MST
> > + - drm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder()
> > + - s390/perf: Change CPUM_CF return code in event init function
> > + - ceph: quota: fix null pointer dereference in quota check
> > + - of/device: Really only set bus DMA mask when appropriate
> > + - nvme: make sure ns head inherits underlying device limits
> > + - i2c: omap: Enable for ARCH_K3
> > + - i2c: qcom-geni: Fix runtime PM mismatch with child devices
> > + - sched/core: Take the hotplug lock in sched_init_smp()
> > + - perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so
> > + - perf tools: Do not zero sample_id_all for group members
> > + - ice: Fix dead device link issue with flow control
> > + - ice: Fix the bytecount sent to netdev_tx_sent_queue
> > + - ice: Change req_speeds to be u16
> > + - i40e: restore NETIF_F_GSO_IPXIP[46] to netdev features
> > + - qed: Fix memory/entry leak in qed_init_sp_request()
> > + - qed: Fix blocking/unlimited SPQ entries leak
> > + - qed: Fix SPQ entries not returned to pool in error flows
> > + - qed: Fix potential memory corruption
> > + - net: stmmac: Fix RX packet size > 8191
> > + - net: aquantia: fix potential IOMMU fault after driver unbind
> > + - net: aquantia: fixed enable unicast on 32 macvlan
> > + - net: aquantia: invalid checksumm offload implementation
> > + - kbuild: deb-pkg: fix too low build version number
> > + - Revert "scripts/setlocalversion: git: Make -dirty check more
> robust"
> > + - SUNRPC: drop pointless static qualifier in
> xdr_get_next_encode_buffer()
> > + - x86/mm: Move LDT remap out of KASLR region on 5-level paging
> > + - x86/ldt: Unmap PTEs for the slot before freeing LDT pages
> > + - x86/ldt: Remove unused variable in map_ldt_struct()
> > + - media: v4l: event: Add subscription to list before calling "add"
> operation
> > + - MIPS: OCTEON: cavium_octeon_defconfig: re-enable OCTEON USB driver
> > + - RISC-V: Fix raw_copy_{to,from}_user()
> > + - uio: Fix an Oops on load
> > + - ALSA: hda/realtek - Add quirk entry for HP Pavilion 15
> > + - ALSA: hda/ca0132 - Call pci_iounmap() instead of iounmap()
> > + - can: kvaser_usb: Fix accessing freed memory in
> kvaser_usb_start_xmit()
> > + - can: kvaser_usb: Fix potential uninitialized variable use
> > + - usb: cdc-acm: add entry for Hiro (Conexant) modem
> > + - USB: Wait for extra delay time after USB_PORT_FEAT_RESET for
> quirky hub
> > + - usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB
> > + - misc: atmel-ssc: Fix section annotation on
> atmel_ssc_get_driver_data
> > + - USB: misc: appledisplay: add 20" Apple Cinema Display
> > + - gnss: serial: fix synchronous write timeout
> > + - gnss: sirf: fix synchronous write timeout
> > + - mtd: rawnand: atmel: fix OF child-node lookup
> > + - drivers/misc/sgi-gru: fix Spectre v1 vulnerability
> > + - ACPI / platform: Add SMB0001 HID to forbidden_id_list
> > + - HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated
> privileges
> > + - HID: Add quirk for Primax PIXART OEM mice
> > + - HID: Add quirk for Microsoft PIXART OEM mouse
> > + - libceph: fall back to sendmsg for slab pages
> > + - mt76x0: run vco calibration for each channel configuration
> > + - Linux 4.19.5
> > +
> > + * Miscellaneous Ubuntu changes
> > + - Revert "UBUNTU: Build signed kernels for arm64"
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 27 Nov 2018
> 10:38:34 -0600
> > +
> > +linux (4.19.0-6.7) disco; urgency=medium
> > +
> > + * linux: 4.19.0-6.7 -proposed tracker (LP: #1805195)
> > +
> > + * SecureBoot support for arm64 (LP: #1804481)
> > + - Build signed kernels for arm64
> > +
> > + * Add pointstick support for Cirque Touchpad (LP: #1805081)
> > + - HID: multitouch: Add pointstick support for Cirque Touchpad
> > +
> > + * Power consumption during s2idle is higher than long idle (Intel
> SSDPEKKF)
> > + (LP: #1804588)
> > + - SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3
> > + - SAUCE: nvme: add quirk to not call disable function when
> suspending
> > +
> > + * Disco update: 4.19.4 upstream stable release (LP: #1805159)
> > + - flow_dissector: do not dissect l4 ports for fragments
> > + - ibmvnic: fix accelerated VLAN handling
> > + - ip_tunnel: don't force DF when MTU is locked
> > + - ipv6: fix a dst leak when removing its exception
> > + - ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF
> > + - net: bcmgenet: protect stop from timeout
> > + - net-gro: reset skb->pkt_type in napi_reuse_skb()
> > + - sctp: not allow to set asoc prsctp_enable by sockopt
> > + - tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp
> during TCP
> > + coalescing
> > + - tg3: Add PHY reset for 5717/5719/5720 in change ring and flow
> control paths
> > + - tipc: don't assume linear buffer when reading ancillary data
> > + - tipc: fix lockdep warning when reinitilaizing sockets
> > + - tuntap: fix multiqueue rx
> > + - net: systemport: Protect stop from timeout
> > + - net/sched: act_pedit: fix memory leak when IDR allocation fails
> > + - net: sched: cls_flower: validate nested enc_opts_policy to avoid
> warning
> > + - tipc: fix link re-establish failure
> > + - net/mlx5e: Don't match on vlan non-existence if ethertype is
> wildcarded
> > + - net/mlx5e: Claim TC hw offloads support only under a proper build
> config
> > + - net/mlx5e: Adjust to max number of channles when re-attaching
> > + - net/mlx5e: RX, verify received packet size in Linear Striding RQ
> > + - Revert "sctp: remove sctp_transport_pmtu_check"
> > + - net/mlx5e: Always use the match level enum when parsing TC rule
> match
> > + - net/mlx5e: Fix selftest for small MTUs
> > + - net/mlx5e: Removed unnecessary warnings in FEC caps query
> > + - inet: frags: better deal with smp races
> > + - l2tp: fix a sock refcnt leak in l2tp_tunnel_register
> > + - net/mlx5: IPSec, Fix the SA context hash key
> > + - net/mlx5e: IPoIB, Reset QP after channels are closed
> > + - net: dsa: mv88e6xxx: Fix clearing of stats counters
> > + - net: phy: realtek: fix RTL8201F sysfs name
> > + - sctp: define SCTP_SS_DEFAULT for Stream schedulers
> > + - net: qualcomm: rmnet: Fix incorrect assignment of real_dev
> > + - net: dsa: microchip: initialize mutex before use
> > + - sctp: fix strchange_flags name for Stream Change Event
> > + - net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs
> > + - sctp: not increase stream's incnt before sending addstrm_in
> request
> > + - mlxsw: spectrum: Fix IP2ME CPU policer configuration
> > + - net: smsc95xx: Fix MTU range
> > + - rxrpc: Fix lockup due to no error backoff after ack transmit error
> > + - usbnet: smsc95xx: disable carrier check while suspending
> > + - Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP
> > + mitigation"
> > + - Linux 4.19.4
> > +
> > + * Disco update: 4.19.3 upstream stable release (LP: #1805158)
> > + - 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/Makefile: Fix PPC_BOOK3S_64 ASFLAGS
> > + - 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/nouveau/secboot/acr: fix memory leak
> > + - drm/amdgpu/powerplay: fix missing break in switch statements
> > + - ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL
> > + - powerpc/nohash: fix undefined behaviour when testing page size
> support
> > + - drm/msm/gpu: fix parameters in function msm_gpu_crashstate_capture
> > + - drm/msm/disp/dpu: Use proper define for drm_encoder_init()
> 'encoder_type'
> > + - drm/msm: dpu: Allow planes to extend past active display
> > + - powerpc/mm: Don't report hugepage tables as memory leaks when
> using kmemleak
> > + - drm/omap: fix memory barrier bug in DMM driver
> > + - drm/amd/display: Raise dispclk value for dce120 by 15%
> > + - drm/amd/display: fix gamma not being applied
> > + - drm/hisilicon: hibmc: Do not carry error code in HiBMC
> framebuffer pointer
> > + - media: pci: cx23885: handle adding to list failure
> > + - media: coda: don't overwrite h.264 profile_idc on decoder instance
> > + - MIPS: kexec: Mark CPU offline before disabling local IRQ
> > + - powerpc/boot: Ensure _zimage_start is a weak symbol
> > + - powerpc/memtrace: Remove memory in chunks
> > + - MIPS/PCI: Call pcie_bus_configure_settings() to set MPS/MRRS
> > + - staging: erofs: fix a missing endian conversion
> > + - serial: 8250_of: Fix for lack of interrupt support
> > + - sc16is7xx: Fix for multi-channel stall
> > + - media: tvp5150: fix width alignment during set_selection()
> > + - powerpc/selftests: Wait all threads to join
> > + - staging:iio:ad7606: fix voltage scales
> > + - drm: rcar-du: Update Gen3 output limitations
> > + - drm/amdgpu: Fix SDMA TO after GPU reset v3
> > + - staging: most: video: fix registration of an empty comp
> core_component
> > + - 9p locks: fix glock.client_id leak in do_lock
> > + - udf: Prevent write-unsupported filesystem to be remounted
> read-write
> > + - ARM: dts: imx6ull: keep IMX6UL_ prefix for signals on both
> i.MX6UL and
> > + i.MX6ULL
> > + - media: ov5640: fix mode change regression
> > + - 9p: clear dangling pointers in p9stat_free
> > + - drm/amdgpu: fix integer overflow test in amdgpu_bo_list_create()
> > + - media: ov5640: fix restore of last mode set
> > + - cdrom: fix improper type cast, which can leat to information leak.
> > + - ovl: fix error handling in ovl_verify_set_fh()
> > + - ovl: fix recursive oi->lock in ovl_link()
> > + - ovl: check whiteout in ovl_create_over_whiteout()
> > + - ovl: automatically enable redirect_dir on metacopy=on
> > + - 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: Fix early srb free on abort
> > + - scsi: qla2xxx: shutdown chip if reset fail
> > + - scsi: qla2xxx: Reject bsg request if chip is down.
> > + - scsi: qla2xxx: Fix re-using LoopID when handle is in use
> > + - scsi: qla2xxx: Fix for double free of SRB structure
> > + - scsi: qla2xxx: Fix NVMe session hang on unload
> > + - scsi: qla2xxx: Fix NVMe Target discovery
> > + - scsi: qla2xxx: Fix duplicate switch database entries
> > + - scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configured
> > + - vfs: fix FIGETBSZ ioctl on an overlayfs file
> > + - 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
> > + - drm/msm: fix OF child-node lookup
> > + - arm64: dts: stratix10: Support Ethernet Jumbo frame
> > + - arm64: dts: stratix10: fix multicast filtering
> > + - clk: meson-gxbb: set fclk_div3 as CLK_IS_CRITICAL
> > + - clk: meson: axg: mark fdiv2 and fdiv3 as critical
> > + - zram: close udev startup race condition as default groups
> > + - MIPS: Loongson-3: Fix CPU UART irq delivery problem
> > + - MIPS: Loongson-3: Fix BRIDGE irq delivery problem
> > + - xtensa: add NOTES section to the linker script
> > + - xtensa: make sure bFLT stack is 16 byte aligned
> > + - xtensa: fix boot parameters address translation
> > + - um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP
> > + - clk: s2mps11: Fix matching when built as module and DT node
> contains
> > + compatible
> > + - clk: at91: Fix division by zero in PLL recalc_rate()
> > + - clk: sunxi-ng: h6: fix bus clocks' divider position
> > + - clk: rockchip: fix wrong mmc sample phase shift for rk3328
> > + - 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
> > + - reset: hisilicon: fix potential NULL pointer dereference
> > + - crypto: hisilicon - Fix NULL dereference for same dst and src
> > + - crypto: hisilicon - Fix reference after free of memories on error
> path
> > + - 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
> > + - Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for
> > + CONFIG_SWAP"
> > + - soc: ti: QMSS: Fix usage of irq_set_affinity_hint
> > + - 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
> > + - ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm
> > + - bonding/802.3ad: fix link_failure_count tracking
> > + - mtd: spi-nor: cadence-quadspi: Return error code in
> > + cqspi_direct_read_execute()
> > + - 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 cs-etm: Correct CPU mode for samples
> > + - perf stat: Handle different PMU names with common prefix
> > + - perf callchain: Honour the ordering of
> PERF_CONTEXT_{USER,KERNEL,etc}
> > + - perf intel-pt/bts: Calculate cpumode for synthesized samples
> > + - perf intel-pt: Insert callchain context into synthesized
> callchains
> > + - of, numa: Validate some distance map rules
> > + - x86/cpu/vmware: Do not trace vmware_sched_clock()
> > + - x86/hyper-v: Enable PIT shutdown quirk
> > + - termios, tty/tty_baudrate.c: fix buffer overrun
> > + - arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
> > + - watchdog/core: Add missing prototypes for weak functions
> > + - btrfs: fix pinned underflow after transaction aborted
> > + - Btrfs: fix missing data checksums after a ranged fsync (msync)
> > + - 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
> > + - btrfs: tree-checker: Fix misleading group system information
> > + - 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: Prevent MNT_DETACH from disconnecting locked mounts
> > + - mnt: fix __detach_mounts infinite loop
> > + - uapi: fix linux/kfd_ioctl.h userspace compilation errors
> > + - ARM: cpuidle: Don't register the driver when back-end init
> returns -ENXIO
> > + - kdb: use correct pointer when 'btc' calls 'btt'
> > + - kdb: print real address of pointers instead of hashed addresses
> > + - 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
> > + - fuse: fix possibly missed wake-up after abort
> > + - selinux: check length properly in SCTP bind hook
> > + - 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
> > + - lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as
> noreturn
> > + - hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!
> > + - mm/swapfile.c: use kvzalloc for swap_info_struct allocation
> > + - efi/arm/libstub: Pack FDT after populating it
> > + - mm: don't reclaim inodes with many attached pages
> > + - scripts/spdxcheck.py: make python3 compliant
> > + - drm/rockchip: Allow driver to be shutdown on reboot/kexec
> > + - drm/amdgpu: Fix typo in amdgpu_vmid_mgr_init
> > + - drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type
> > + - drm/amdgpu: Suppress keypresses from ACPI_VIDEO events
> > + - 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
> > + - 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)
> > + - drm/i915/dp: Link train Fallback on eDP only if fallback link BW
> can fit
> > + panel's native mode
> > + - drm/i915: Use the correct crtc when sanitizing plane mapping
> > + - drm/i915: Restore vblank interrupts earlier
> > + - drm/i915: Don't unset intel_connector->mst_port
> > + - drm/i915: Skip vcpi allocation for MSTB ports that are gone
> > + - drm/i915: Large page offsets for pread/pwrite
> > + - drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse()
> > + - drm/i915/dp: Restrict link retrain workaround to external monitors
> > + - drm/i915/icl: Fix the macros for DFLEXDPMLE register bits
> > + - drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values
> > + - drm/i915: Mark up GTT sizes as u64
> > + - drm/i915: Fix error handling for the NV12 fb dimensions check
> > + - drm/i915: Fix ilk+ watermarks when disabling pipes
> > + - drm/i915: Compare user's 64b GTT offset even on 32b
> > + - drm/i915: Don't oops during modeset shutdown after lpe audio
> deinit
> > + - drm/i915: Mark pin flags as u64
> > + - drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5
> > + - drm/i915/execlists: Force write serialisation into context image
> vs
> > + execution
> > + - drm/i915: Fix possible race in intel_dp_add_mst_connector()
> > + - drm/i915: Fix NULL deref when re-enabling HPD IRQs on systems
> with MST
> > + - drm/i915: Fix hpd handling for pins with two encoders
> > + - CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM
> > + - Revert "ACPICA: AML interpreter: add region addresses in global
> list during
> > + initialization"
> > + - Linux 4.19.3
> > +
> > + * glibc 2.28-0ubuntu1 ADT test failure with linux 4.19.0-5.6 (LP:
> #1805154)
> > + - SAUCE: Revert "x86: vdso: Use $LD instead of $CC to link"
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: (noup) Update spl to 0.7.12-1ubuntu1, zfs to
> 0.7.12-1ubuntu1
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 26 Nov 2018
> 11:44:00 -0600
> > +
> > +linux (4.19.0-5.6) disco; urgency=medium
> > +
> > + * crash in ENA driver on removing an interface (LP: #1802341)
> > + - SAUCE: net: ena: fix crash during ena_remove()
> > +
> > + * Ubuntu 18.04.1 - [s390x] Kernel panic while stressing network
> bonding
> > + (LP: #1797367)
> > + - s390/qeth: sanitize strings in debug messages
> > +
> > + * Disco update: 4.19.2 upstream stable release (LP: #1803410)
> > + - bpf: fix partial copy of map_ptr when dst is scalar
> > + - MIPS: VDSO: Reduce VDSO_RANDOMIZE_SIZE to 64MB for 64bit
> > + - gpio: mxs: Get rid of external API call
> > + - mtd: rawnand: marvell: fix the IRQ handler complete() condition
> > + - mtd: maps: gpio-addr-flash: Fix ioremapped size
> > + - mtd: spi-nor: fsl-quadspi: fix read error for flash size larger
> than 16MB
> > + - mtd: spi-nor: intel-spi: Add support for Intel Ice Lake SPI
> serial flash
> > + - mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the bus
> > + - spi: spi-mem: Adjust op len based on message/transfer size
> limitations
> > + - spi: bcm-qspi: switch back to reading flash using smaller chunks
> > + - spi: bcm-qspi: fix calculation of address length
> > + - bcache: trace missed reading by cache_missed
> > + - bcache: fix ioctl in flash device
> > + - 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: 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 interpreter: add region addresses in global list
> during
> > + initialization
> > + - ACPICA: AML Parser: fix parse loop to correctly skip erroneous
> extended
> > + opcodes
> > + - acpi, nfit: Fix Address Range Scrub completion tracking
> > + - kprobes/x86: Use preempt_enable() in optimized_callback()
> > + - mailbox: PCC: handle parse error
> > + - parisc: Fix address in HPMC IVA
> > + - parisc: Fix map_pages() to not overwrite existing pte entries
> > + - parisc: Fix exported address of os_hpmc handler
> > + - ALSA: hda - Add quirk for ASUS G751 laptop
> > + - ALSA: hda - Fix headphone pin config for ASUS G751
> > + - 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
> > + - ALSA: hda - Fix incorrect clearance of thinkpad_acpi hooks
> > + - x86/speculation: Enable cross-hyperthread spectre v2 STIBP
> mitigation
> > + - 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/kvm/nVMX: allow bare VMXON state migration
> > + - x86/mm/pat: Disable preemption around __flush_tlb_all()
> > + - x86/numa_emulation: Fix uniform-split numa emulation
> > + - ARM: dts: exynos: Disable pull control for MAX8997 interrupts on
> Origen
> > + - net: socionext: Reset tx queue in ndo_stop
> > + - net: loopback: clear skb->tstamp before netif_rx()
> > + - locking/lockdep: Fix debug_locks off performance problem
> > + - netfilter: xt_nat: fix DNAT target for shifted portmap ranges
> > + - ataflop: fix error handling during setup
> > + - swim: fix cleanup on setup error
> > + - arm64: cpufeature: ctr: Fix cpu capability check for late CPUs
> > + - hv_netvsc: fix vf serial matching with pci slot info
> > + - nfp: devlink port split support for 1x100G CXP NIC
> > + - tun: Consistently configure generic netdev params via rtnetlink
> > + - s390/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
> > + - spi: spi-ep93xx: Use dma_data_direction for
> ep93xx_spi_dma_{finish,prepare}
> > + - perf tools: Free temporary 'sys' string in read_event_files()
> > + - perf tools: Cleanup trace-event-info 'tdata' leak
> > + - perf tools: Free 'printk' string in parse_ftrace_printk()
> > + - perf strbuf: Match va_{add,copy} with va_end
> > + - 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
> > + - mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if
> unset
> > + - 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
> > + - x86/olpc: Indicate that legacy PC XO-1 platform should not
> register RTC
> > + - wlcore: Fix BUG with clear completion on timeout
> > + - 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
> > + - mtd: rawnand: atmel: Fix potential NULL pointer dereference
> > + - nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath
> I/O
> > + - ath10k: fix tx status flag setting for management frames
> > + - signal: Introduce COMPAT_SIGMINSTKSZ for use in
> compat_sys_sigaltstack
> > + - ice: fix changing of ring descriptor size (ethtool -G)
> > + - ice: update fw version check logic
> > + - net: hns3: Fix for packet buffer setting bug
> > + - Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetooth
> > + - Bluetooth: hci_qca: Remove hdev dereference in qca_close().
> > + - x86: boot: Fix EFI stub alignment
> > + - net: hns3: Add nic state check before calling netif_tx_wake_queue
> > + - net: hns3: Fix ets validate issue
> > + - pinctrl: sunxi: fix 'pctrl->functions' allocation in
> > + sunxi_pinctrl_build_state
> > + - pinctrl: qcom: spmi-mpp: Fix err handling of pmic_mpp_set_mux
> > + - brcmfmac: fix for proper support of 160MHz bandwidth
> > + - net: hns3: Check hdev state when getting link status
> > + - 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
> > + - 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
> > + - pinctrl: spmi-mpp: Fix pmic_mpp_config_get() to be compliant
> > + - pinctrl: ssbi-gpio: Fix pm8xxx_pin_config_get() to be compliant
> > + - net: hns3: Preserve vlan 0 in hardware table
> > + - net: hns3: Fix ping exited problem when doing lp selftest
> > + - net: hns3: Fix for vf vlan delete failed problem
> > + - net: dsa: mv88e6xxx: Fix writing to a PHY page.
> > + - mt76x2u: run device cleanup routine if resume fails
> > + - rsi: fix memory alignment issue in ARM32 platforms
> > + - libertas_tf: prevent underflow in process_cmdrequest()
> > + - iwlwifi: mvm: fix BAR seq ctrl reporting
> > + - gpio: brcmstb: allow 0 width GPIO banks
> > + - ixgbe: disallow IPsec Tx offload when in SR-IOV mode
> > + - ixgbevf: VF2VF TCP RSS
> > + - wil6210: fix RX buffers release and unmap
> > + - ath10k: schedule hardware restart if WMI command times out
> > + - libata: Apply NOLPM quirk for SAMSUNG MZ7TD256HAFV-000L9
> > + - thermal: rcar_thermal: Prevent doing work after unbind
> > + - thermal: da9062/61: Prevent hardware access during system suspend
> > + - cifs: fix a credits leak for compund commands
> > + - cgroup, netclassid: add a preemption point to write_classid
> > + - 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
> > + - of: Add missing exports of node name compare functions
> > + - 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
> > + - KVM: nVMX: Clear reserved bits of #DB exit qualification
> > + - scsi: megaraid_sas: fix a missing-check bug
> > + - RDMA/core: Do not expose unsupported counters
> > + - RDMA/cm: Respect returned status of cm_init_av_by_path
> > + - IB/ipoib: Clear IPCB before icmp_send
> > + - RDMA/bnxt_re: Avoid accessing nq->bar_reg_iomem in failure case
> > + - RDMA/bnxt_re: Fix recursive lock warning in debug kernel
> > + - usb: host: ohci-at91: fix request of irq for optional gpio
> > + - PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching
> logic
> > + - PCI: cadence: Use AXI region 0 to signal interrupts from EP
> > + - 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
> > + - Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu mask
> > + - 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
> > + - usb: dwc2: fix call to vbus supply exit routine, call it unlocked
> > + - usb: dwc2: fix a race with external vbus supply
> > + - usb: gadget: udc: atmel: handle at91sam9rl PMC
> > + - ext4: fix argument checking in EXT4_IOC_MOVE_EXT
> > + - MD: fix invalid stored role for a disk
> > + - PCI: cadence: Correct probe behaviour when failing to get PHY
> > + - nvmem: check the return value of nvmem_add_cells()
> > + - xhci: Avoid USB autosuspend when resuming USB2 ports.
> > + - scsi: qla2xxx: Fix recursive mailbox timeout
> > + - 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
> > + - coresight: etb10: Fix handling of perf mode
> > + - PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode
> > + - crypto: caam - fix implicit casts in endianness helpers
> > + - usb: chipidea: Prevent unbalanced IRQ disable
> > + - Smack: ptrace capability use fixes
> > + - driver/dma/ioat: Call del_timer_sync() without holding prep_lock
> > + - ASoC: AMD: Fix capture unstable in beginning for some runs
> > + - firmware: coreboot: Unmap ioregion after device population
> > + - IB/ipoib: Use dev_port to expose network interface port numbers
> > + - 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
> > + - f2fs: fix to flush all dirty inodes recovered in readonly fs
> > + - mfd: menelaus: Fix possible race condition and leak
> > + - dmaengine: dma-jz4780: Return error if not probed from DT
> > + - IB/rxe: fix for duplicate request processing and ack psns
> > + - ALSA: hda: Check the non-cached stream buffers more explicitly
> > + - cpupower: Fix AMD Family 0x17 msr_pstate size
> > + - Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"
> > + - f2fs: fix missing up_read
> > + - 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
> > + - ARM: dts: exynos: Convert exynos5250.dtsi to opp-v2 bindings
> > + - ARM: 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
> > + - usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround"
> > + - mt76: mt76x2: fix multi-interface beacon configuration
> > + - iwlwifi: mvm: check return value of rs_rate_from_ucode_rate()
> > + - net/ipv4: defensive cipso option parsing
> > + - dmaengine: ppc4xx: fix off-by-one build failure
> > + - scsi: sched/wait: Add wait_event_lock_irq_timeout for
> TASK_UNINTERRUPTIBLE
> > + usage
> > + - scsi: target: Fix target_wait_for_sess_cmds breakage with active
> signals
> > + - 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
> > + - ASoC: intel: skylake: Add missing break in skl_tplg_get_token()
> > + - ASoC: sta32x: set ->component pointer in private struct
> > + - 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
> > + - EDAC, amd64: Add Family 17h, models 10h-2fh support
> > + - EDAC, {i7core,sb,skx}_edac: Fix uncorrected error counting
> > + - EDAC, skx_edac: Fix logical channel intermediate decoding
> > + - ARM: dts: dra7: Fix up unaligned access setting for PCIe EP
> > + - PCI/ASPM: Fix link_state teardown on device removal
> > + - PCI: Add Device IDs for Intel GPU "spurious interrupt" quirk
> > + - 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
> > + - crypto: aesni - don't use GFP_ATOMIC allocation if the request
> doesn't cross
> > + a page in gcm
> > + - crypto: morus/generic - fix for big endian systems
> > + - crypto: aegis/generic - fix for big endian systems
> > + - crypto: speck - remove Speck
> > + - mm: /proc/pid/smaps_rollup: fix NULL pointer deref in
> smaps_pte_range()
> > + - userfaultfd: disable irqs when taking the waitqueue lock
> > + - ima: fix showing large 'violations' or
> 'runtime_measurements_count'
> > + - ima: open a new file instance if no read permissions
> > + - 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
> > + - KVM: arm/arm64: Ensure only THP is candidate for adjustment
> > + - KVM: arm64: Fix caching of host MDCR_EL2 value
> > + - kbuild: fix kernel/bounds.c 'W=1' warning
> > + - iio: ad5064: Fix regulator handling
> > + - iio: adc: imx25-gcq: Fix leak of device_node in
> mx25_gcq_setup_cfgs()
> > + - iio: adc: at91: fix acking DRDY irq on simple conversions
> > + - iio: adc: at91: fix wrong channel number in triggered buffer mode
> > + - 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
> > + - tpm: fix response size validation in tpm_get_random()
> > + - NFC: nfcmrvl_uart: fix OF child-node lookup
> > + - 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
> > + - powerpc64/module elfv1: Set opd addresses after module relocation
> > + - powerpc/msi: Fix compile error on mpc83xx
> > + - powerpc/tm: Fix HFSCR bit for no suspend case
> > + - powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before
> POWER9
> > + - 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
> > + - power: supply: twl4030-charger: fix OF sibling-node lookup
> > + - ocxl: Fix access to the AFU Descriptor Data
> > + - iommu/arm-smmu: Ensure that page-table updates are visible before
> TLBI
> > + - TC: Set DMA masks for devices
> > + - net: bcmgenet: fix OF child-node lookup
> > + - media: v4l2-tpg: fix kernel oops when enabling HFLIP and OSD
> > + - Revert "media: dvbsky: use just one mutex for serializing device
> R/W ops"
> > + - kgdboc: Passing ekgdboc to command line causes panic
> > + - remoteproc: qcom: q6v5: Propagate EPROBE_DEFER
> > + - 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: adv7604: when the EDID is cleared, unconfigure CEC as well
> > + - media: adv7842: when the EDID is cleared, unconfigure CEC as well
> > + - drm/mediatek: fix OF sibling-node lookup
> > + - 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
> > + - rpmsg: smd: fix memory leak on channel create
> > + - Cramfs: fix abad comparison when wrap-arounds occur
> > + - ARM: dts: socfpga: Fix SDRAM node address for Arria10
> > + - arm64: dts: stratix10: Correct System Manager register size
> > + - soc: qcom: rmtfs-mem: Validate that scm is available
> > + - soc/tegra: pmc: Fix child-node lookup
> > + - selftests/ftrace: Fix synthetic event test to delete event
> correctly
> > + - selftests/powerpc: Fix ptrace tm failure
> > + - 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
> > + - vt: fix broken display when running aptitude
> > + - bpf: wait for running BPF programs when updating map-in-map
> > + - vga_switcheroo: Fix missing gpu_bound call at audio client
> registration
> > + - MD: fix invalid stored role for a disk - try2
> > + - Linux 4.19.2
> > +
> > + * [FEAT] Guest-dedicated Crypto Adapters (LP: #1787405)
> > + - KVM: s390: vsie: simulate VCPU SIE entry/exit
> > + - KVM: s390: introduce and use KVM_REQ_VSIE_RESTART
> > + - KVM: s390: refactor crypto initialization
> > + - s390: vfio-ap: base implementation of VFIO AP device driver
> > + - s390: vfio-ap: register matrix device with VFIO mdev framework
> > + - s390: vfio-ap: sysfs interfaces to configure adapters
> > + - s390: vfio-ap: sysfs interfaces to configure domains
> > + - s390: vfio-ap: sysfs interfaces to configure control domains
> > + - s390: vfio-ap: sysfs interface to view matrix mdev matrix
> > + - KVM: s390: interface to clear CRYCB masks
> > + - s390: vfio-ap: implement mediated device open callback
> > + - s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl
> > + - s390: vfio-ap: zeroize the AP queues
> > + - s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl
> > + - KVM: s390: Clear Crypto Control Block when using vSIE
> > + - KVM: s390: vsie: Do the CRYCB validation first
> > + - KVM: s390: vsie: Make use of CRYCB FORMAT2 clear
> > + - KVM: s390: vsie: Allow CRYCB FORMAT-2
> > + - KVM: s390: vsie: allow CRYCB FORMAT-1
> > + - KVM: s390: vsie: allow CRYCB FORMAT-0
> > + - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1
> > + - KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2
> > + - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-2
> > + - KVM: s390: device attrs to enable/disable AP interpretation
> > + - KVM: s390: CPU model support for AP virtualization
> > + - s390: doc: detailed specifications for AP virtualization
> > + - KVM: s390: fix locking for crypto setting error path
> > + - KVM: s390: Tracing APCB changes
> > + - s390: vfio-ap: setup APCB mask using KVM dedicated function
> > + - [Config:] Enable CONFIG_S390_AP_IOMMU and set CONFIG_VFIO_AP to
> module.
> > +
> > + * Bypass of mount visibility through userns + mount propagation (LP:
> #1789161)
> > + - mount: Retest MNT_LOCKED in do_umount
> > + - mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts
> > +
> > + * CVE-2018-18955: nested user namespaces with more than five extents
> > + incorrectly grant privileges over inode (LP: #1801924) //
> CVE-2018-18955
> > + - userns: also map extents in the reverse map to kernel IDs
> > +
> > + * kdump fail due to an IRQ storm (LP: #1797990)
> > + - SAUCE: x86/PCI: Export find_cap() to be used in early PCI code
> > + - SAUCE: x86/quirks: Add parameter to clear MSIs early on boot
> > + - SAUCE: x86/quirks: Scan all busses for early PCI quirks
> > +
> > + * Disable LPM for Raydium Touchscreens (LP: #1802248)
> > + - USB: quirks: Add no-lpm quirk for Raydium touchscreens
> > +
> > + * Power consumption during s2idle is higher than long idle(sk hynix)
> > + (LP: #1801875)
> > + - SAUCE: pci: prevent sk hynix nvme from entering D3
> > + - SAUCE: nvme: add quirk to not call disable function when
> suspending
> > +
> > + * Disco update: v4.19.1 upstream stable release (LP: #1801739)
> > + - bridge: do not add port to router list when receives query with
> source
> > + 0.0.0.0
> > + - ipv6/ndisc: Preserve IPv6 control buffer if protocol error
> handlers are
> > + called
> > + - net/mlx5e: fix csum adjustments caused by RXFCS
> > + - net: sched: gred: pass the right attribute to
> gred_change_table_def()
> > + - net: stmmac: Fix stmmac_mdio_reset() when building stmmac as
> modules
> > + - net: udp: fix handling of CHECKSUM_COMPLETE packets
> > + - Revert "net: simplify sock_poll_wait"
> > + - rtnetlink: Disallow FDB configuration for non-Ethernet device
> > + - vhost: Fix Spectre V1 vulnerability
> > + - bonding: fix length of actor system
> > + - openvswitch: Fix push/pop ethernet validation
> > + - net/ipv6: Allow onlink routes to have a device mismatch if it is
> the default
> > + route
> > + - net/smc: fix smc_buf_unuse to use the lgr pointer
> > + - mlxsw: spectrum_switchdev: Don't ignore deletions of learned MACs
> > + - mlxsw: core: Fix devlink unregister flow
> > + - net: drop skb on failure in ip_check_defrag()
> > + - net: Properly unlink GRO packets on overflow.
> > + - r8169: fix broken Wake-on-LAN from S5 (poweroff)
> > + - Revert "be2net: remove desc field from be_eq_obj"
> > + - sctp: check policy more carefully when getting pr status
> > + - sparc64: Export __node_distance.
> > + - sparc64: Make corrupted user stacks more debuggable.
> > + - sparc64: Wire up compat getpeername and getsockname.
> > + - net: bridge: remove ipv6 zero address check in mcast queries
> > + - Linux 4.19.1
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: (noup) Update spl to 0.7.11-1ubuntu1, zfs to
> 0.7.11-3ubuntu1
> > + - [Config] updateconfigs after 4.19.2 stable update
> > + - [Config] Disable unneded options for s390
> > + - [Config] Update annotations for 4.19
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Thu, 15 Nov 2018
> 09:55:37 -0800
> > +
> > +linux (4.19.0-4.5) disco; urgency=medium
> > +
> > + * Add checksum offload and TSO support for HiNIC adapters (LP:
> #1800664)
> > + - net-next/hinic: add checksum offload and TSO support
> > +
> > + * [Bionic][Cosmic] Fix to ipmi to support vendor specific messages
> greater
> > + than 255 bytes (LP: #1799794)
> > + - ipmi:ssif: Add support for multi-part transmit messages > 2 parts
> > +
> > + * Packaging resync (LP: #1786013)
> > + - [Package] add support for specifying the primary makefile
> > +
> > + * Update ENA driver to version 2.0.1K (LP: #1798182)
> > + - net: ena: minor performance improvement
> > + - net: ena: complete host info to match latest ENA spec
> > + - net: ena: introduce Low Latency Queues data structures according
> to ENA spec
> > + - net: ena: add functions for handling Low Latency Queues in ena_com
> > + - net: ena: add functions for handling Low Latency Queues in
> ena_netdev
> > + - net: ena: use CSUM_CHECKED device indication to report skb's
> checksum status
> > + - net: ena: explicit casting and initialization, and clearer error
> handling
> > + - net: ena: limit refill Rx threshold to 256 to avoid latency issues
> > + - net: ena: change rx copybreak default to reduce kernel memory
> pressure
> > + - net: ena: remove redundant parameter in ena_com_admin_init()
> > + - net: ena: update driver version to 2.0.1
> > + - net: ena: fix indentations in ena_defs for better readability
> > + - net: ena: Fix Kconfig dependency on X86
> > + - net: ena: enable Low Latency Queues
> > + - net: ena: fix compilation error in xtensa architecture
> > +
> > + * [Bionic][Cosmic] ipmi: Fix timer race with module unload (LP:
> #1799281)
> > + - ipmi: Fix timer race with module unload
> > +
> > + * Overlayfs in user namespace leaks directory content of inaccessible
> > + directories (LP: #1793458) // CVE-2018-6559
> > + - SAUCE: overlayfs: ensure mounter privileges when reading
> directories
> > +
> > + * not able to unwind the stack from within __kernel_clock_gettime in
> the Linux
> > + vDSO (LP: #1797963)
> > + - powerpc/vdso: Correct call frame information
> > +
> > + * Miscellaneous Ubuntu changes
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Don't print secure
> boot state
> > + from the efi stub"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Sanitize boot_params
> in efi stub"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() use
> > + efi_status_to_str() to print error messages."
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) Add efi_status_to_str() and
> rework
> > + efi_status_to_err()."
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() not
> complain
> > + about cert lists that aren't present."
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Allow the "db"
> UEFI variable
> > + to be suppressed"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Import
> certificates from UEFI
> > + Secure Boot"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI signature
> blob parser"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add EFI signature data
> types"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) KEYS: Allow unrestricted
> boot-time
> > + addition of keys to secondary keyring"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Lock down the kernel
> if booted in
> > + secure boot mode"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT
> flag to
> > + indicate secure boot mode"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) Copy secure_boot flag in
> boot params
> > + across kexec reboot"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) debugfs: Restrict debugfs
> when the
> > + kernel is locked down"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down perf"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) bpf: Restrict kernel image
> access
> > + functions when the kernel is locked down"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down kprobes"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down /proc/kcore"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the
> > + testmmiotrace module"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down module params
> that specify
> > + hardware parameters (eg. ioport)"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down TIOCSSERIAL"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage
> when the
> > + kernel is locked down"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable APEI error
> injection if
> > + the kernel is locked down"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable ACPI table
> override if
> > + the kernel is locked down"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp
> kernel param
> > + when the kernel has been locked down"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) ACPI: Limit access to
> custom_method
> > + when the kernel is locked down"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/msr: Restrict MSR
> access when the
> > + kernel is locked down"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) x86: Lock down IO port
> access when the
> > + kernel is locked down"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) PCI: Lock down BAR access
> when the
> > + kernel is locked down"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) uswsusp: Disable when the
> kernel is
> > + locked down"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) hibernate: Disable when the
> kernel is
> > + locked down"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) kexec_load: Disable at
> runtime if the
> > + kernel is locked down"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) Restrict
> /dev/{mem,kmem,port} when the
> > + kernel is locked down"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) Enforce module signatures
> if the
> > + kernel is locked down"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) Add a SysRq option to lift
> kernel
> > + lockdown"
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) Add the ability to lock
> down access to
> > + the running kernel image"
> > + - SAUCE: (efi-lockdown) Add the ability to lock down access to the
> running
> > + kernel image
> > + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
> > + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is
> locked down
> > + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the
> kernel is locked
> > + down
> > + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is
> locked down
> > + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked
> down
> > + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the
> kernel is locked
> > + down
> > + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when
> the kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when
> the kernel
> > + has been locked down
> > + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
> > + - SAUCE: (efi-lockdown) Lock down module params that specify
> hardware
> > + parameters (eg. ioport)
> > + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace
> module
> > + - SAUCE: (efi-lockdown) Lock down /proc/kcore
> > + - SAUCE: (efi-lockdown) Lock down kprobes
> > + - SAUCE: (efi-lockdown) Lock down perf
> > + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition
> of keys to
> > + secondary keyring
> > + - SAUCE: (efi-lockdown) efi: Add EFI signature data types
> > + - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
> > + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI
> Secure Boot
> > + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be
> suppressed
> > + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about
> cert lists
> > + that aren't present.
> > + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
> > + efi_status_to_err().
> > + - SAUCE: (efi-lockdown) Make get_cert_list() use
> efi_status_to_str() to print
> > + error messages.
> > + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across
> kexec
> > + reboot
> > + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to
> indicate secure
> > + boot mode
> > + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in
> secure boot
> > + mode
> > + - SAUCE: (efi-lockdown) efi/x86: Call efi_parse_options() from
> efi_main()
> > + - SAUCE: (efi-lockdown) Fix for module sig verification
> > + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
> > + - SAUCE: (efi-lockdown) module: remove support for having IMA
> validate modules
> > + - [Packaging] generate Vcs-Git url from changelog
> > + - [Config] CONFIG_SCSI_MQ_DEFAULT=y
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Fri, 02 Nov 2018
> 14:22:55 -0500
> > +
> > +linux (4.19.0-3.4) cosmic; urgency=medium
> > +
> > + * Support Edge Gateway's Bluetooth LED (LP: #1798332)
> > + - SAUCE: Bluetooth: Support for LED on Edge Gateways
> > +
> > + * Support Edge Gateway's WIFI LED (LP: #1798330)
> > + - SAUCE: mwifiex: Switch WiFi LED state according to the device
> status
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.19
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 22 Oct 2018
> 09:13:39 -0500
> > +
> > +linux (4.19.0-2.3) cosmic; urgency=medium
> > +
> > + * fscache: bad refcounting in fscache_op_complete leads to OOPS (LP:
> #1797314)
> > + - SAUCE: fscache: Fix race in decrementing refcount of op->npages
> > +
> > + * Provide mode where all vCPUs on a core must be the same VM (LP:
> #1792957)
> > + - KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must
> be the same
> > + VM
> > +
> > + * The front MIC can't work on the Lenovo M715 (LP: #1797292)
> > + - ALSA: hda/realtek - Fix the problem of the front MIC on the
> Lenovo M715
> > +
> > + * arm64: snapdragon: WARNING: CPU: 0 PID: 1 at
> drivers/irqchip/irq-gic.c:1016
> > + gic_irq_domain_translate (LP: #1797143)
> > + - SAUCE: arm64: dts: msm8916: camms: fix gic_irq_domain_translate
> warnings
> > +
> > + * Dell new AIO requires a new uart backlight driver (LP: #1727235)
> > + - SAUCE: platform/x86: dell-uart-backlight: new backlight driver
> for DELL AIO
> > + - updateconfigs for Dell UART backlight driver
> > +
> > + * Please make CONFIG_PWM_LPSS_PCI and CONFIG_PWM_LPSS_PLATFORM built
> in to
> > + make brightness adjustment working on various
> BayTrail/CherryTrail-based
> > + devices (LP: #1783964)
> > + - [Config]: Make PWM_LPSS_* built-in
> > +
> > + * check and fix zkey required kernel modules locations in debs,
> udebs, and
> > + initramfs (LP: #1794346)
> > + - [Config] add s390 crypto modules to crypt-modules udeb
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] CONFIG_VBOXGUEST=n
> > + - ubuntu: vbox -- update to 5.2.18-dfsg-2
> > + - ubuntu: enable vbox build
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.19-rc8
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 15 Oct 2018
> 10:52:04 -0500
> > +
> > +linux (4.19.0-1.2) cosmic; urgency=medium
> > +
> > + * Page leaking in cachefiles_read_backing_file while vmscan is active
> > + (LP: #1793430)
> > + - SAUCE: cachefiles: Page leaking in cachefiles_read_backing_file
> while vmscan
> > + is active
> > +
> > + * SRU: Enable middle button of touchpad on ThinkPad P72 (LP: #1793463)
> > + - Input: elantech - enable middle button of touchpad on ThinkPad P72
> > +
> > + * Improvements to the kernel source package preparation (LP: #1793461)
> > + - [Packaging] startnewrelease: add support for backport kernels
> > +
> > + * Fix unusable NVIDIA GPU after S3 (LP: #1793338)
> > + - SAUCE: PCI: Reprogram bridge prefetch registers on resume
> > +
> > + * Error reported when creating ZFS pool with "-t" option, despite
> successful
> > + pool creation (LP: #1769937)
> > + - SAUCE: (noup) Update zfs to 0.7.9-3ubuntu6
> > +
> > + * device hotplug of vfio devices can lead to deadlock in
> vfio_pci_release
> > + (LP: #1792099)
> > + - SAUCE: vfio -- release device lock before userspace requests
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] retpoline -- fix temporary filenaming
> > + - CONFIG_BCH_CONST_PARAMS=n
> > + - Packaging: final-checks: remove trailing backport suffix
> > + - SAUCE: import aufs driver
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.19-rc5
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 25 Sep 2018
> 16:32:24 -0500
> > +
> > +linux (4.19.0-0.1) cosmic; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - ubuntu -- disable vbox build
> > + - Disable zfs build
> > + - SAUCE: Import aufs driver
> > + - Update dropped.txt
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.19-rc3
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Thu, 13 Sep 2018
> 07:54:47 -0500
> > +
> > +linux (4.19.0-0.0) cosmic; urgency=medium
> > +
> > + * Dummy entry.
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Thu, 13 Sep 2018
> 06:44:09 -0500
> > +
> > +linux (4.18.0-8.9) cosmic; urgency=medium
> > +
> > + * linux: 4.18.0-8.9 -proposed tracker (LP: #1791663)
> > +
> > + * Cosmic update to v4.18.7 stable release (LP: #1791660)
> > + - 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: davinci: fix a NULL pointer dereference
> > + - spi: pxa2xx: Add support for Intel Ice Lake
> > + - spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe
> > + - spi: cadence: Change usleep_range() to udelay(), for atomic
> context
> > + - mmc: block: Fix unsupported parallel dispatch of requests
> > + - mmc: renesas_sdhi_internal_dmac: mask DMAC interrupts
> > + - mmc: renesas_sdhi_internal_dmac: fix #define RST_RESERVED_BITS
> > + - 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"
> > + - 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()
> > + - 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
> > + - overflow.h: Add arithmetic shift helper
> > + - 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()
> > + - Drivers: hv: vmbus: Fix the offer_in_progress in
> vmbus_process_offer()
> > + - Drivers: hv: vmbus: Reset the channel callback in
> vmbus_onoffer_rescind()
> > + - iio: sca3000: Fix missing return in switch
> > + - iio: ad9523: Fix displayed phase
> > + - iio: ad9523: Fix return value for ad952x_store()
> > + - extcon: Release locking when sending the notification of
> connector state
> > + - eventpoll.h: wrap casts in () properly
> > + - vmw_balloon: fix inflation of 64-bit GFNs
> > + - vmw_balloon: do not use 2MB without batching
> > + - vmw_balloon: VMCI_DOORBELL_SET does not check status
> > + - vmw_balloon: fix VMCI use when balloon built into kernel
> > + - rtc: omap: fix resource leak in registration error path
> > + - 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()
> > + - livepatch: Validate module/old func name length
> > + - 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
> > + - i2c: designware: Re-init controllers with pm_disabled set on
> resume
> > + - KVM: VMX: fixes for vmentry_l1d_flush module parameter
> > + - KVM: PPC: Book3S: Fix guest DMA when guest partially backed by
> THP pages
> > + - xtensa: limit offsets in __loop_cache_{all,page}
> > + - xtensa: increase ranges in ___invalidate_{i,d}cache_all
> > + - 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()
> > + - ARM: tegra: Fix Tegra30 Cardhu PCA954x reset
> > + - ARM: dts: am57xx-idk: Enable dual role for USB2 port
> > + - pwm: omap-dmtimer: Return -EPROBE_DEFER if no dmtimer platform
> data
> > + - mm/tlb: Remove tlb_remove_table() non-concurrent condition
> > + - iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't
> have IPMMU-
> > + VMSA
> > + - iommu/vt-d: Add definitions for PFSID
> > + - iommu/vt-d: Fix dev iotlb pfsid use
> > + - sys: don't hold uts_sem while accessing userspace memory
> > + - userns: move user access out of the mutex
> > + - 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
> > + - pwm: tiehrpwm: Don't use emulation mode bits to control PWM output
> > + - 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()
> > + - kconfig: fix "Can't open ..." in parallel build
> > + - perf auxtrace: Fix queue resize
> > + - crypto: vmx - Fix sleep-in-atomic bugs
> > + - crypto: aesni - Use unaligned loads from gcm_context_data
> > + - crypto: arm64/sm4-ce - check for the right CPU feature bit
> > + - crypto: caam - fix DMA mapping direction for RSA forms 2 & 3
> > + - crypto: caam/jr - fix descriptor DMA unmapping
> > + - crypto: caam/qi - fix error path in xts setkey
> > + - 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
> > + - Linux 4.18.7
> > +
> > + * CVE-2017-5715
> > + - s390: detect etoken facility
> > + - KVM: s390: add etoken support for guests
> > +
> > + * Missing Intel GPU pci-id's (LP: #1789924)
> > + - drm/i915/whl: Introducing Whiskey Lake platform
> > + - drm/i915/aml: Introducing Amber Lake platform
> > + - drm/i915/cfl: Add a new CFL PCI ID.
> > +
> > + * [18.10 FEAT] Add kernel config options for SMC-R/D (LP: #1789934)
> > + - s390/ism: add device driver for internal shared memory
> > + - CONFIG_ISM=y for s390
> > +
> > + * Cosmic update to v4.18.6 stable release (LP: #1791105)
> > + - PATCH scripts/kernel-doc
> > + - scripts/kernel-doc: Escape all literal braces in regexes
> > + - 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
> > + - bpf, arm32: fix stack var offset in jit
> > + - regulator: arizona-ldo1: Use correct device to get enable GPIO
> > + - 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
> > + - kprobes/arm64: 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
> > + - KVM: arm/arm64: Fix potential loss of ptimer interrupts
> > + - KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when
> blocked
> > + - KVM: arm/arm64: Skip updating PMD entry if no change
> > + - KVM: arm/arm64: Skip updating PTE entry if no change
> > + - s390/kvm: fix deadlock when killed by oom
> > + - 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
> > + - x86/gpu: reserve ICL's graphics stolen memory
> > + - platform/x86: wmi: Do not mix pages and kmalloc
> > + - platform/x86: ideapad-laptop: Apply no_hw_rfkill to Y20-15IKBM,
> too
> > + - mm: move tlb_table_flush to tlb_flush_mmu_free
> > + - mm/tlb, x86/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
> > + - 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()
> > + - KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd
> > + - KVM: x86: 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
> > + - soc: qcom: rmtfs-mem: fix memleak in probe error paths
> > + - 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+
> > + - 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
> > + - s390/mm: fix addressing exception after suspend/resume
> > + - s390/lib: use expoline for all bcr instructions
> > + - s390: fix br_r1_trampoline for machines without exrl
> > + - s390/qdio: reset old sbal_state flags
> > + - s390/numa: move initial setup of node_to_cpumask_map
> > + - s390/purgatory: Fix crash with expoline enabled
> > + - s390/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
> > + - clk: rockchip: fix clk_i2sout parent selection bits on rk3399
> > + - clk: npcm7xx: fix memory allocation
> > + - 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
> > + - Linux 4.18.6
> > + - updateconfigs after v4.18.6 stable update
> > +
> > + * random oopses on s390 systems using NVMe devices (LP: #1790480)
> > + - s390/pci: fix out of bounds access during irq setup
> > +
> > + * [18.10 FEAT] zcrypt DD: introduce APQN tags to support
> deterministic driver
> > + binding (LP: #1784331)
> > + - s390/zcrypt: code beautify
> > + - s390/zcrypt: AP bus support for alternate driver(s)
> > + - s390/zcrypt: hex string mask improvements for apmask and aqmask.
> > +
> > + * performance drop with ATS enabled (LP: #1788097)
> > + - powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage
> > +
> > + * Fix MCE handling for user access of poisoned device-dax mapping
> > + (LP: #1774366)
> > + - device-dax: Convert to vmf_insert_mixed and vm_fault_t
> > + - device-dax: Enable page_mapping()
> > + - device-dax: Set page->index
> > + - filesystem-dax: Set page->index
> > + - mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for
> ZONE_DEVICE pages
> > + - mm, dev_pagemap: Do not clear ->mapping on final put
> > + - mm, madvise_inject_error: Let memory_failure() optionally take a
> page
> > + reference
> > + - mm, memory_failure: Collect mapping size in collect_procs()
> > + - filesystem-dax: Introduce dax_lock_mapping_entry()
> > + - mm, memory_failure: Teach memory_failure() about dev_pagemap pages
> > + - x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy"
> addresses
> > + - x86/memory_failure: Introduce {set, clear}_mce_nospec()
> > + - libnvdimm, pmem: Restore page attributes when clearing errors
> > +
> > + * Reconcile hns3 SAUCE patches with upstream (LP: #1787477)
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix comments for
> > + hclge_get_ring_chain_from_mbx"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for using wrong
> mask and
> > + shift in hclge_get_ring_chain_from_mbx"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for reset_level
> default
> > + assignment probelm"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unnecessary ring
> > + configuration operation while resetting"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix return value error
> in
> > + hns3_reset_notify_down_enet"
> > + - Revert "UBUNTU: SAUCE: net: hns3: Fix for phy link issue when
> using marvell
> > + phy driver"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic
> when
> > + resetting"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: correct reset event
> status
> > + register"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent to request
> reset
> > + frequently"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: reset net device with
> rtnl_lock"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify the order of
> initializeing
> > + command queue register"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent sending
> command during
> > + global or core reset"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Use roce handle when
> calling roce
> > + callback function"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the warning
> when clear
> > + reset cause"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix get_vector ops in
> > + hclgevf_main module"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix warning bug when
> doing lp
> > + selftest"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add configure for mac
> minimal
> > + frame size"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mailbox
> message truncated
> > + problem"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for l4 checksum
> offload bug"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for waterline not
> setting
> > + correctly"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mac pause not
> disable in
> > + pfc mode"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix tc setup when
> netdev is first
> > + up"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add calling roce
> callback
> > + function when link status change"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: optimize the process
> of notifying
> > + roce client"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add pf reset for hip08
> RoCE"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add SPDX tags to hns3
> driver"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused struct
> member and
> > + definition"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix mislead parameter
> name"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify inconsistent
> bit mask
> > + macros"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: use decimal for bit
> offset
> > + macros"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unreasonable code
> comments"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove extra space and
> brackets"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: standardize the handle
> of return
> > + value"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
> > + assignments"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify hnae_ to hnae3_"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: use
> dma_zalloc_coherent instead
> > + of kzalloc/dma_map_single"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: give default option
> while
> > + dependency HNS3 set"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some unused
> members of
> > + some structures"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove a redundant
> > + hclge_cmd_csq_done"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: using modulo for
> cyclic counters
> > + in hclge_cmd_send"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: simplify
> hclge_cmd_csq_clean"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
> > + assignments"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove useless code in
> > + hclge_cmd_send"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused
> > + hclge_ring_to_dma_dir"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: use lower_32_bits and
> > + upper_32_bits"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove back in struct
> hclge_hw"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add unlikely for error
> check"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the Redundant
> put_vector
> > + in hns3_client_uninit"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: print the ret value in
> error
> > + information"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: extraction an
> interface for state
> > + state init|uninit"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused head
> file in
> > + hnae3.c"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add l4_type check for
> both ipv4
> > + and ipv6"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add vector status
> check before
> > + free vector"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: rename the interface
> for
> > + init_client_instance and uninit_client_instance"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove
> hclge_get_vector_index
> > + from hclge_bind_ring_with_vector"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: RX BD information
> valid only in
> > + last BD except VLD bit and buffer size"
> > + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add support for serdes
> loopback
> > + selftest"
> > + - net: hns3: Updates RX packet info fetch in case of multi BD
> > + - net: hns3: remove hclge_get_vector_index from
> hclge_bind_ring_with_vector
> > + - net: hns3: rename the interface for init_client_instance and
> > + uninit_client_instance
> > + - net: hns3: add vector status check before free vector
> > + - net: hns3: add l4_type check for both ipv4 and ipv6
> > + - net: hns3: add unlikely for error check
> > + - net: hns3: remove unused head file in hnae3.c
> > + - net: hns3: extraction an interface for state init|uninit
> > + - net: hns3: print the ret value in error information
> > + - net: hns3: remove the Redundant put_vector in hns3_client_uninit
> > + - net: hns3: remove back in struct hclge_hw
> > + - net: hns3: use lower_32_bits and upper_32_bits
> > + - net: hns3: remove unused hclge_ring_to_dma_dir
> > + - net: hns3: remove useless code in hclge_cmd_send
> > + - net: hns3: remove some redundant assignments
> > + - net: hns3: simplify hclge_cmd_csq_clean
> > + - net: hns3: remove a redundant hclge_cmd_csq_done
> > + - net: hns3: remove some unused members of some structures
> > + - net: hns3: give default option while dependency HNS3 set
> > + - net: hns3: use dma_zalloc_coherent instead of
> kzalloc/dma_map_single
> > + - net: hns3: modify hnae_ to hnae3_
> > + - net: hns3: Fix tc setup when netdev is first up
> > + - net: hns3: Fix for mac pause not disable in pfc mode
> > + - net: hns3: Fix for waterline not setting correctly
> > + - net: hns3: Fix for l4 checksum offload bug
> > + - net: hns3: Fix for mailbox message truncated problem
> > + - net: hns3: Add configure for mac minimal frame size
> > + - net: hns3: Fix warning bug when doing lp selftest
> > + - net: hns3: Fix get_vector ops in hclgevf_main module
> > + - net: hns3: Remove the warning when clear reset cause
> > + - net: hns3: Prevent sending command during global or core reset
> > + - net: hns3: Modify the order of initializing command queue register
> > + - net: hns3: Reset net device with rtnl_lock
> > + - net: hns3: Prevent to request reset frequently
> > + - net: hns3: Correct reset event status register
> > + - net: hns3: Fix return value error in hns3_reset_notify_down_enet
> > + - net: hns3: remove unnecessary ring configuration operation while
> resetting
> > + - net: hns3: Fix for reset_level default assignment probelm
> > + - net: hns3: Fix for using wrong mask and shift in
> > + hclge_get_ring_chain_from_mbx
> > + - net: hns3: Fix comments for hclge_get_ring_chain_from_mbx
> > + - net: hns3: Remove some redundant assignments
> > + - net: hns3: Standardize the handle of return value
> > + - net: hns3: Remove extra space and brackets
> > + - net: hns3: Correct unreasonable code comments
> > + - net: hns3: Use decimal for bit offset macros
> > + - net: hns3: Modify inconsistent bit mask macros
> > + - net: hns3: Fix misleading parameter name
> > + - net: hns3: Remove unused struct member and definition
> > + - net: hns3: Add SPDX tags to HNS3 PF driver
> > + - net: hns3: Add support for serdes loopback selftest
> > + - net: hns3: Fix for phy link issue when using marvell phy driver
> > +
> > + * [Regression] kernel crashdump fails on arm64 (LP: #1786878)
> > + - arm64: export memblock_reserve()d regions via /proc/iomem
> > + - drivers: acpi: add dependency of EFI for arm64
> > + - efi/arm: preserve early mapping of UEFI memory map longer for BGRT
> > + - efi/arm: map UEFI memory map even w/o runtime services enabled
> > + - arm64: acpi: fix alignment fault in accessing ACPI
> > + - [Config] CONFIG_ARCH_SUPPORTS_ACPI=y
> > + - arm64: fix ACPI dependencies
> > + - ACPI: fix menuconfig presentation of ACPI submenu
> > +
> > + * TB 16 issue on Dell Lattitude 7490 with large amount of data (LP:
> #1785780)
> > + - r8152: disable RX aggregation on new Dell TB16 dock
> > +
> > + * Support Power Management for Thunderbolt Controller (LP: #1789358)
> > + - thunderbolt: Use 64-bit DMA mask if supported by the platform
> > + - thunderbolt: Do not unnecessarily call ICM get route
> > + - thunderbolt: No need to take tb->lock in domain suspend/complete
> > + - thunderbolt: Use correct ICM commands in system suspend
> > + - thunderbolt: Add support for runtime PM
> > +
> > + * Enable AMD PCIe MP2 for AMDI0011 (LP: #1773940)
> > + - SAUCE: i2c:amd I2C Driver based on PCI Interface for upcoming
> platform
> > + - SAUCE: i2c:amd move out pointer in union i2c_event_base
> > + - SAUCE: i2c:amd Depends on ACPI
> > + - [Config] i2c: CONFIG_I2C_AMD_MP2=y on x86
> > +
> > + * Microphone cannot be detected with front panel audio combo jack on
> HP Z8-G4
> > + machine (LP: #1789145)
> > + - ALSA: hda/realtek - Fix HP Headset Mic can't record
> > +
> > + * Please enable CONFIG_PAGE_POISONING (LP: #1783651)
> > + - [Config] Enable CONFIG_PAGE_POISONING configs
> > +
> > + * Tango platform uses __initcall without further checks (LP: #1787945)
> > + - [Config] disable ARCH_TANGO
> > +
> > + * [18.10 FEAT] SMC-Direct (LP: #1786902)
> > + - net/smc: determine port attributes independent from pnet table
> > + - net/smc: add pnetid support
> > + - net/smc: add base infrastructure for SMC-D and ISM
> > + - net/smc: add pnetid support for SMC-D and ISM
> > + - net/smc: add SMC-D support in CLC messages
> > + - net/smc: add SMC-D support in data transfer
> > + - net/smc: add SMC-D support in af_smc
> > + - net/smc: add SMC-D diag support
> > + - net/smc: provide smc mode in smc_diag.c
> > + - net/smc: eliminate cursor read and write calls
> > + - net/smc: add function to get link group from link
> > + - net/smc: use DECLARE_BITMAP for rtokens_used_mask
> > + - net/smc: remove local variable page in smc_rx_splice()
> > + - net/smc: Remove a WARN_ON() statement
> > + - net/smc: Simplify ib_post_(send|recv|srq_recv)() calls
> > + - net/smc: fewer parameters for smc_llc_send_confirm_link()
> > + - net/smc: use correct vlan gid of RoCE device
> > + - net/smc: provide fallback reason code
> > + - net/smc: improve delete link processing
> > + - net: simplify sock_poll_wait
> > + - net/smc: send response to test link signal
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] update annotations for CONFIG_CRYPTO_SPECK_NEON
> > + - [Config] fix up annotatios for CONFIG_CRYPTO_SPECK
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 10 Sep 2018
> 07:08:38 -0500
> > +
> > +linux (4.18.0-7.8) cosmic; urgency=medium
> > +
> > + * linux: 4.18.0-7.8 -proposed tracker (LP: #1789459)
> > +
> > + * pmtu.sh fails on 4.18 kernel (LP: #1789436)
> > + - SAUCE: Revert "vti6: fix PMTU caching and reporting on xmit"
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 28 Aug 2018
> 11:08:51 -0500
> > +
> > +linux (4.18.0-6.7) cosmic; urgency=medium
> > +
> > + * linux: 4.18.0-6.7 -proposed tracker (LP: #1788881)
> > +
> > + * systemd 237-3ubuntu10 ADT test failure with linux 4.18.0-5.6 (LP:
> #1787440)
> > + - Config: Disable BPF_JIT_ALWAYS_ON on i386
> > +
> > + * execveat03 in ubuntu_ltp_syscalls failed on X/B (LP: #1786729)
> > + - cap_inode_getsecurity: use d_find_any_alias() instead of
> d_find_alias()
> > +
> > + * Cosmic update to v4.18.5 stable release (LP: #1788874)
> > + - 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
> > + - powerpc64s: Show ori31 availability in spectre_v1 sysfs file not
> v2
> > + - ext4: fix spectre gadget in ext4_mb_regular_allocator()
> > + - drm/i915/kvmgt: Fix potential Spectre v1
> > + - drm/amdgpu/pm: Fix potential Spectre v1
> > + - parisc: Remove unnecessary barriers from spinlock.h
> > + - 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
> > + - 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
> > + - i2c: imx: Fix race condition in dma read
> > + - reiserfs: fix broken xattr handling (heap corruption, bad retval)
> > + - Linux 4.18.5
> > +
> > + * [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB" (LP:
> #1787898)
> > + - [Config] CONFIG_SCLP_OFB=y for s390x
> > +
> > + * errors when scanning partition table of corrupted AIX disk (LP:
> #1787281)
> > + - partitions/aix: fix usage of uninitialized lv_info and lvname
> structures
> > + - partitions/aix: append null character to print data from disk
> > +
> > + * Apply NVMe bugfix from Google that bjf asked for (LP: #1787635)
> > + - nvme-pci: add a memory barrier to
> nvme_dbbuf_update_and_check_event
> > +
> > + * ThinkPad systems have no HDMI sound when using the nvidia GPU (LP:
> #1787058)
> > + - ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio
> > +
> > + * Cosmic update to v4.18.4 stable release (LP: #1788454)
> > + - 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: virmidi: Fix too long output trigger loop
> > + - 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
> > + - 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
> > + - serial: 8250_dw: always set baud rate in dw8250_set_termios
> > + - serial: 8250_dw: Add ACPI support for uart on Broadcom SoC
> > + - uio: fix wrong return value from uio_mmap()
> > + - misc: sram: fix resource leaks in probe error path
> > + - Revert "uio: use request_threaded_irq instead"
> > + - Bluetooth: avoid killing an already killed socket
> > + - isdn: Disable IIOCDBGVAR
> > + - net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()
> > + - 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
> > + - net: ethernet: mvneta: Fix napi structure mixup on armada 3700
> > + - net: mvneta: fix mvneta_config_rss on armada 3700
> > + - cls_matchall: fix tcf_unbind_filter missing
> > + - Linux 4.18.4
> > +
> > + * Cosmic update to v4.18.3 stable release (LP: #1788453)
> > + - x86/speculation/l1tf: Exempt zeroed PTEs from inversion
> > + - Linux 4.18.3
> > +
> > + * Cosmic update to v4.18.2 stable release (LP: #1788452)
> > + - x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled
> > + - x86: i8259: Add missing include file
> > + - 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
> > + - 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
> > + - crypto: ccree - fix finup
> > + - crypto: ccree - fix iv handling
> > + - crypto: ccp - Check for NULL PSP pointer at module unload
> > + - crypto: ccp - Fix command completion detection race
> > + - 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
> > + - 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
> > + - Linux 4.18.2
> > +
> > + * Cosmic update to v4.18.2 stable release (LP: #1788452) //
> CVE-2018-9363
> > + - Bluetooth: hidp: buffer overflow in hidp_process_report
> > +
> > + * linux-cloud-tools-common: Ensure hv-kvp-daemon.service starts before
> > + walinuxagent.service (LP: #1739107)
> > + - [Debian] hyper-v -- Ensure that hv-kvp-daemon.service starts
> before
> > + walinuxagent.service
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: ipvs: remove nbsp characters from Kconfig
> > + - [Config] CONFIG_MPROFILE_KERNEL=y for ppc64el
> > + - [Config] CONFIG_DRM_RCAR_LVDS=m for snapdragon
> > + - [Config] CONFIG_MDIO_MSCC_MIIM=n for s390x
> > + - [Config] CONFIG_NET_VENDOR_MICROSEMI=n, CONFIG_NET_VENDOR_NI=n
> for s390x
> > + - [Config] update annotations following config review
> > + - [Debian] set CROSS_COMPILE when generating kernel configs
> > + - [Config] Disable the Speck cipher
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Fri, 24 Aug 2018
> 14:18:15 -0500
> > +
> > +linux (4.18.0-5.6) cosmic; urgency=medium
> > +
> > + * Cosmic update to v4.18.1 stable release (LP: #1787264)
> > + - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
> > + - x86/speculation: Protect against userspace-userspace spectreRSB
> > + - 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: 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
> > + - Linux 4.18.1
> > + - [Config] updateconfigs after v4.18.1 stable update
> > +
> > + * Consider enabling CONFIG_NETWORK_PHY_TIMESTAMPING (LP: #1785816)
> > + - [Config] Enable timestamping in network PHY devices
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] CONFIG_SYSCTL_SYSCALL=n
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.18
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Wed, 15 Aug 2018
> 14:20:59 -0500
> > +
> > +linux (4.18.0-4.5) cosmic; urgency=medium
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.18-rc8
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 06 Aug 2018
> 13:54:02 -0500
> > +
> > +linux (4.18.0-3.4) cosmic; urgency=medium
> > +
> > + * Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu
> and
> > + Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47) (LP:
> #1774950)
> > + - ACPI / LPSS: Avoid PM quirks on suspend and resume from
> hibernation
> > +
> > + * hinic interfaces aren't getting predictable names (LP: #1783138)
> > + - hinic: Link the logical network device to the pci device in sysfs
> > +
> > + * libvirtd is unable to configure bridge devices inside of LXD
> containers
> > + (LP: #1784501)
> > + - kernfs: allow creating kernfs objects with arbitrary uid/gid
> > + - sysfs, kobject: allow creating kobject belonging to arbitrary
> users
> > + - kobject: kset_create_and_add() - fetch ownership info from parent
> > + - driver core: set up ownership of class devices in sysfs
> > + - net-sysfs: require net admin in the init ns for setting tx_maxrate
> > + - net-sysfs: make sure objects belong to container's owner
> > + - net: create reusable function for getting ownership info of sysfs
> inodes
> > + - bridge: make sure objects belong to container's owner
> > + - sysfs: Fix regression when adding a file to an existing group
> > +
> > + * locking sockets broken due to missing AppArmor socket mediation
> patches
> > + (LP: #1780227)
> > + - UBUNTU SAUCE: apparmor: fix apparmor mediating locking non-fs,
> unix sockets
> > +
> > + * Update2 for ocxl driver (LP: #1781436)
> > + - ocxl: Fix page fault handler in case of fault on dying process
> > +
> > + * HDMI/DP audio can't work on the laptop of Dell Latitude 5495 (LP:
> #1782689)
> > + - ALSA: hda: use PCI_BASE_CLASS_DISPLAY to replace
> PCI_CLASS_DISPLAY_VGA
> > + - vga_switcheroo: set audio client id according to bound GPU id
> > +
> > + * Allow Raven Ridge's audio controller to be runtime suspended (LP:
> #1782540)
> > + - ALSA: hda: Add AZX_DCAPS_PM_RUNTIME for AMD Raven Ridge
> > +
> > + * Invoking obsolete 'firmware_install' target breaks snap build (LP:
> #1782166)
> > + - snapcraft.yaml: stop invoking the obsolete (and non-existing)
> > + 'firmware_install' target
> > +
> > + * snapcraft.yaml: missing ubuntu-retpoline-extract-one script breaks
> the build
> > + (LP: #1782116)
> > + - snapcraft.yaml: copy retpoline-extract-one to scripts before build
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.18-rc7
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Wed, 01 Aug 2018
> 08:49:40 -0500
> > +
> > +linux (4.18.0-2.3) cosmic; urgency=medium
> > +
> > + * Kernel error "task zfs:pid blocked for more than 120 seconds" (LP:
> #1781364)
> > + - SAUCE: (noup) zfs to 0.7.9-3ubuntu4
> > +
> > + * [Regression] EXT4-fs error (device sda1):
> ext4_validate_inode_bitmap:99:
> > + comm stress-ng: Corrupt inode bitmap (LP: #1780137)
> > + - SAUCE: ext4: fix ext4_validate_inode_bitmap: comm stress-ng:
> Corrupt inode
> > + bitmap
> > +
> > + * Cloud-init causes potentially huge boot delays with 4.15 kernels
> > + (LP: #1780062)
> > + - random: Make getrandom() ready earlier
> > +
> > + * hisi_sas_v3_hw: internal task abort: timeout and not done. (LP:
> #1777736)
> > + - scsi: hisi_sas: Update a couple of register settings for v3 hw
> > +
> > + * hisi_sas: Add missing PHY spinlock init (LP: #1777734)
> > + - scsi: hisi_sas: Add missing PHY spinlock init
> > +
> > + * hisi_sas: improve read performance by pre-allocating slot DMA
> buffers
> > + (LP: #1777727)
> > + - scsi: hisi_sas: Use dmam_alloc_coherent()
> > + - scsi: hisi_sas: Pre-allocate slot DMA buffers
> > +
> > + * hisi_sas: Failures during host reset (LP: #1777696)
> > + - scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw()
> > + - scsi: hisi_sas: Fix the conflict between dev gone and host reset
> > + - scsi: hisi_sas: Adjust task reject period during host reset
> > + - scsi: hisi_sas: Add a flag to filter PHY events during reset
> > + - scsi: hisi_sas: Release all remaining resources in clear nexus ha
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: (noup) Update spl to 0.7.9-3ubuntu2, zfs to 0.7.9-3ubuntu3
> > + - SAUCE: mm: Fix exports that inadvertently make put_page()
> EXPORT_SYMBOL_GPL
> > + - Enable zfs build
> > + - SAUCE: Import aufs driver
> > + - Revert "UBUNTU: [Config]: set CONFIG_EDAC_DEBUG=y for ARM64"
> > + - [Config] retpoline -- review and accept retpoline changes
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.18-rc5
> > + * Rebase to v4.18-rc6
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 24 Jul 2018
> 08:41:22 -0500
> > +
> > +linux (4.18.0-1.2) cosmic; urgency=medium
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.18-rc4
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 09 Jul 2018
> 07:36:31 -0500
> > +
> > +linux (4.18.0-0.1) cosmic; urgency=medium
> > +
> > + * Miscellaneous Ubuntu changes
> > + - ubuntu -- disable vbox build
> > + - Disable zfs build
> > + - SAUCE: (efi-lockdown) Add the ability to lock down access to the
> running
> > + kernel image
> > + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
> > + - SAUCE: (efi-lockdown) ima: require secure_boot rules in lockdown
> mode
> > + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is
> locked down
> > + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the
> kernel is locked
> > + down
> > + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is
> locked down
> > + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked
> down
> > + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the
> kernel is locked
> > + down
> > + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when
> the kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when
> the kernel
> > + has been locked down
> > + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
> > + - SAUCE: (efi-lockdown) Lock down module params that specify
> hardware
> > + parameters (eg. ioport)
> > + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace
> module
> > + - SAUCE: (efi-lockdown) Lock down /proc/kcore
> > + - SAUCE: (efi-lockdown) Lock down kprobes
> > + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions
> when the
> > + kernel is locked down
> > + - SAUCE: (efi-lockdown) Lock down perf
> > + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across
> kexec
> > + reboot
> > + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to
> indicate secure
> > + boot mode
> > + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in
> secure boot
> > + mode
> > + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition
> of keys to
> > + secondary keyring
> > + - SAUCE: (efi-lockdown) efi: Add EFI signature data types
> > + - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
> > + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI
> Secure Boot
> > + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be
> suppressed
> > + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about
> cert lists
> > + that aren't present.
> > + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
> > + efi_status_to_err().
> > + - SAUCE: (efi-lockdown) Make get_cert_list() use
> efi_status_to_str() to print
> > + error messages.
> > + - SAUCE: (efi-lockdown) lockdown: fix coordination of kernel module
> signature
> > + verification
> > + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
> > + - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the
> efi stub
> > + - SAUCE: (namespace) block_dev: Support checking inode permissions
> in
> > + lookup_bdev()
> > + - SAUCE: (namespace) block_dev: Check permissions towards block
> device inode
> > + when mounting
> > + - SAUCE: (namespace) mtd: Check permissions towards mtd block
> device inode
> > + when mounting
> > + - SAUCE: (namespace) ext4: Add support for unprivileged mounts from
> user
> > + namespaces
> > + - SAUCE: (namespace) ext4: Add module parameter to enable user
> namespace
> > + mounts
> > + - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when
> device is
> > + opened for writing
> > + - SAUCE: Import aufs driver
> > + - Update dropped.txt
> > + - [Config] updateconfigs after 4.18-rc3 rebase
> > + - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Remove snd_soc_codec
> use for 4.18
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.18-rc3
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Fri, 06 Jul 2018
> 10:46:37 -0500
> > +
> > +linux (4.18.0-0.0) cosmic; urgency=medium
> > +
> > + * Dummy entry.
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 03 Jul 2018
> 11:10:33 -0500
> > +
> > +linux (4.17.0-4.5) cosmic; urgency=medium
> > +
> > + * linux: 4.17.0-4.5 -proposed tracker (LP: #1779399)
> > +
> > + * Update to ocxl driver for 18.04.1 (LP: #1775786)
> > + - powerpc: Add TIDR CPU feature for POWER9
> > + - powerpc: Use TIDR CPU feature to control TIDR allocation
> > + - powerpc: use task_pid_nr() for TID allocation
> > + - ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action
> > + - ocxl: Expose the thread_id needed for wait on POWER9
> > + - ocxl: Add an IOCTL so userspace knows what OCXL features are
> available
> > + - ocxl: Document new OCXL IOCTLs
> > + - ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait()
> > +
> > + * Please include ax88179_178a and r8152 modules in d-i udeb (LP:
> #1771823)
> > + - [Config:] d-i: Add ax88179_178a and r8152 to nic-modules
> > +
> > + * glibc pkeys test fail on powerpc (LP: #1776967)
> > + - [Config] Temporarily disable CONFIG_PPC_MEM_KEYS
> > +
> > + * After update to 4.13-43 Intel Graphics are Laggy (LP: #1773520)
> > + - Revert "drm/i915/edp: Allow alternate fixed mode for eDP if
> available."
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: (noup) Update spl to 0.7.9-3ubuntu1, zfs to 0.7.9-3ubuntu1
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Fri, 29 Jun 2018
> 13:37:52 -0500
> > +
> > +linux (4.17.0-3.4) cosmic; urgency=medium
> > +
> > + * linux: 4.17.0-3.4 -proposed tracker (LP: #1779124)
> > +
> > + * Cosmic update to v4.17.3 stable release (LP: #1778997)
> > + - 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
> > + - net: dsa: add error handling for pskb_trim_rcsum
> > + - net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE
> for DP83620
> > + - net/sched: act_simple: fix parsing of TCA_DEF_DATA
> > + - tcp: verify the checksum of the first data segment in a new
> connection
> > + - tls: fix use-after-free in tls_push_record
> > + - tls: fix waitall behavior in tls_sw_recvmsg
> > + - socket: close race condition between sock_close() and
> sockfs_setattr()
> > + - 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
> > + - hv_netvsc: Fix a network regression after ifdown/ifup
> > + - 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
> > + - 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
> > + - 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/conexant - Add fixup for HP Z2 G4 workstation
> > + - ALSA: hda - Handle kzalloc() failure in
> snd_hda_attach_pcm_stream()
> > + - ALSA: hda: add dock and led support for HP EliteBook 830 G5
> > + - ALSA: hda: add dock and led support for HP ProBook 640 G4
> > + - 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: ti-cpufreq: Fix an incorrect error return value
> > + - 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
> > + - w1: mxc_w1: Enable clock before calling clk_get_rate() on it
> > + - 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
> > + - orangefs: set i_size on new symlink
> > + - orangefs: report attributes_mask and attributes for statx
> > + - 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
> > + - mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
> > + - Linux 4.17.3
> > +
> > + * Use-after-free in sk_peer_label (LP: #1778646)
> > + - SAUCE: apparmor: fix use after free in sk_peer_label
> > +
> > + * kernel: Fix memory leak on CCA and EP11 CPRB processing. (LP:
> #1775390)
> > + - s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak.
> > +
> > + * Various fixes for CXL kernel module (LP: #1774471)
> > + - cxl: Configure PSL to not use APC virtual machines
> > + - cxl: Disable prefault_mode in Radix mode
> > +
> > + * Bluetooth not working (LP: #1764645)
> > + - Bluetooth: btusb: Apply QCA Rome patches for some ATH3012 models
> > +
> > + * Fake SAS addresses for SATA disks on HiSilicon D05 are non-unique
> > + (LP: #1776750)
> > + - scsi: hisi_sas: make SAS address of SATA disks unique
> > +
> > + * linux-snapdragon: wcn36xx: mac address generation on boot (LP:
> #1776491)
> > + - [Config] arm64: snapdragon: WCN36XX_SNAPDRAGON_HACKS=y
> > + - SAUCE: wcn36xx: read MAC from file or randomly generate one
> > +
> > + * Lenovo V330 needs patch in ideapad_laptop module for rfkill (LP:
> #1774636)
> > + - SAUCE: Add Lenovo V330 to the ideapad_laptop rfkill blacklist
> > +
> > + * register on binfmt_misc may overflow and crash the system (LP:
> #1775856)
> > + - fs/binfmt_misc.c: do not allow offset overflow
> > +
> > + * Network installs fail on SocioNext board (LP: #1775884)
> > + - net: socionext: reset hardware in ndo_stop
> > + - net: netsec: enable tx-irq during open callback
> > +
> > + * Fix several bugs in RDMA/hns driver (LP: #1770974)
> > + - RDMA/hns: Drop local zgid in favor of core defined variable
> > + - RDMA/hns: Add 64KB page size support for hip08
> > + - RDMA/hns: Rename the idx field of db
> > + - RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaust
> > + - RDMA/hns: Increase checking CMQ status timeout value
> > + - RDMA/hns: Add reset process for RoCE in hip08
> > + - RDMA/hns: Fix the illegal memory operation when cross page
> > + - RDMA/hns: Implement the disassociate_ucontext API
> > +
> > + * powerpc/livepatch: Implement reliable stack tracing for the
> consistency
> > + model (LP: #1771844)
> > + - powerpc/livepatch: Implement reliable stack tracing for the
> consistency
> > + model
> > +
> > + * Adding back alx WoL feature (LP: #1772610)
> > + - SAUCE: Revert "alx: remove WoL support"
> > + - SAUCE: alx: add enable_wol paramenter
> > +
> > + * Lancer A0 Asic HBA's won't boot with 18.04 (LP: #1768103)
> > + - scsi: lpfc: Fix WQ/CQ creation for older asic's.
> > + - scsi: lpfc: Fix 16gb hbas failing cq create.
> > +
> > + * [LTCTest][OPAL][OP920] cpupower idle-info is not listing stop4 and
> stop5
> > + idle states when all CORES are guarded (LP: #1771780)
> > + - powerpc/powernv/cpuidle: Init all present cpus for deep states
> > +
> > + * Huawei 25G/100G Network Adapters Unsupported (LP: #1770970)
> > + - net-next/hinic: add pci device ids for 25ge and 100ge card
> > +
> > + * Expose arm64 CPU topology to userspace (LP: #1770231)
> > + - drivers: base: cacheinfo: move cache_setup_of_node()
> > + - drivers: base: cacheinfo: setup DT cache properties early
> > + - cacheinfo: rename of_node to fw_token
> > + - arm64/acpi: Create arch specific cpu to acpi id helper
> > + - ACPI/PPTT: Add Processor Properties Topology Table parsing
> > + - [Config] CONFIG_ACPI_PPTT=y
> > + - ACPI: Enable PPTT support on ARM64
> > + - drivers: base cacheinfo: Add support for ACPI based firmware
> tables
> > + - arm64: Add support for ACPI based firmware tables
> > + - arm64: topology: rename cluster_id
> > + - arm64: topology: enable ACPI/PPTT based CPU topology
> > + - ACPI: Add PPTT to injectable table list
> > + - arm64: topology: divorce MC scheduling domain from core_siblings
> > +
> > + * Vcs-Git header on bionic linux source package points to zesty git
> tree
> > + (LP: #1766055)
> > + - [Packaging]: Update Vcs-Git
> > +
> > + * Request to revert SAUCE patches in the 18.04 SRU and update with
> upstream
> > + version (LP: #1768431)
> > + - scsi: cxlflash: Handle spurious interrupts
> > + - scsi: cxlflash: Remove commmands from pending list on timeout
> > + - scsi: cxlflash: Synchronize reset and remove ops
> > + - SAUCE: (no-up) cxlflash: OCXL diff between v2 and v3
> > +
> > + * hisi_sas robustness fixes (LP: #1774466)
> > + - scsi: hisi_sas: delete timer when removing hisi_sas driver
> > + - scsi: hisi_sas: print device id for errors
> > + - scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twice
> > + - scsi: hisi_sas: check host frozen before calling "done" function
> > + - scsi: hisi_sas: check sas_dev gone earlier in
> hisi_sas_abort_task()
> > + - scsi: hisi_sas: stop controller timer for reset
> > + - scsi: hisi_sas: update PHY linkrate after a controller reset
> > + - scsi: hisi_sas: change slot index allocation mode
> > + - scsi: hisi_sas: Change common allocation mode of device id
> > + - scsi: hisi_sas: Reset disks when discovered
> > + - scsi: hisi_sas: Create a scsi_host_template per HW module
> > + - scsi: hisi_sas: Init disks after controller reset
> > + - scsi: hisi_sas: Try wait commands before before controller reset
> > + - scsi: hisi_sas: Include TMF elements in struct hisi_sas_slot
> > + - scsi: hisi_sas: Add v2 hw force PHY function for internal ATA
> command
> > + - scsi: hisi_sas: Terminate STP reject quickly for v2 hw
> > + - scsi: hisi_sas: Fix return value when get_free_slot() failed
> > + - scsi: hisi_sas: Mark PHY as in reset for nexus reset
> > +
> > + * hisi_sas: Support newer v3 hardware (LP: #1774467)
> > + - scsi: hisi_sas: update RAS feature for later revision of v3 HW
> > + - scsi: hisi_sas: check IPTT is valid before using it for v3 hw
> > + - scsi: hisi_sas: fix PI memory size
> > + - scsi: hisi_sas: config ATA de-reset as an constrained command for
> v3 hw
> > + - scsi: hisi_sas: remove redundant handling to event95 for v3
> > + - scsi: hisi_sas: add readl poll timeout helper wrappers
> > + - scsi: hisi_sas: workaround a v3 hw hilink bug
> > + - scsi: hisi_sas: Add LED feature for v3 hw
> > +
> > + * hisi_sas: improve performance by optimizing DQ locking (LP:
> #1774472)
> > + - scsi: hisi_sas: optimise the usage of DQ locking
> > + - scsi: hisi_sas: relocate smp sg map
> > + - scsi: hisi_sas: make return type of prep functions void
> > + - scsi: hisi_sas: allocate slot buffer earlier
> > + - scsi: hisi_sas: Don't lock DQ for complete task sending
> > + - scsi: hisi_sas: Use device lock to protect slot alloc/free
> > + - scsi: hisi_sas: add check of device in hisi_sas_task_exec()
> > + - scsi: hisi_sas: fix a typo in hisi_sas_task_prep()
> > +
> > + * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336)
> > + - SAUCE: CacheFiles: fix a read_waiter/read_copier race
> > +
> > + * enable mic-mute hotkey and led on Lenovo M820z and M920z (LP:
> #1774306)
> > + - ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOs
> > +
> > + * hns3 driver updates (LP: #1768670)
> > + - net: hns3: Remove error log when getting pfc stats fails
> > + - net: hns3: fix to correctly fetch l4 protocol outer header
> > + - net: hns3: Fixes the out of bounds access in hclge_map_tqp
> > + - net: hns3: Fixes the error legs in hclge_init_ae_dev function
> > + - net: hns3: fix for phy_addr error in hclge_mac_mdio_config
> > + - net: hns3: Fix to support autoneg only for port attached with phy
> > + - net: hns3: fix a dead loop in hclge_cmd_csq_clean
> > + - net: hns3: Fix for packet loss due wrong filter config in VLAN
> tbls
> > + - net: hns3: Remove packet statistics in the range of 8192~12287
> > + - net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF
> driver
> > + - net: hns3: Fix for setting mac address when resetting
> > + - net: hns3: remove add/del_tunnel_udp in hns3_enet module
> > + - net: hns3: fix for cleaning ring problem
> > + - net: hns3: refactor the loopback related function
> > + - net: hns3: Fix for deadlock problem occurring when unregistering
> ae_algo
> > + - net: hns3: Fix for the null pointer problem occurring when
> initializing
> > + ae_dev failed
> > + - net: hns3: Add a check for client instance init state
> > + - net: hns3: Change return type of hnae3_register_ae_dev
> > + - net: hns3: Change return type of hnae3_register_ae_algo
> > + - net: hns3: Change return value in hnae3_register_client
> > + - net: hns3: Fixes the back pressure setting when sriov is enabled
> > + - net: hns3: Fix for fiber link up problem
> > + - net: hns3: Add support of .sriov_configure in HNS3 driver
> > + - net: hns3: Fixes the missing PCI iounmap for various legs
> > + - net: hns3: Fixes error reported by Kbuild and internal review
> > + - net: hns3: Fixes API to fetch ethernet header length with kernel
> default
> > + - net: hns3: cleanup of return values in
> hclge_init_client_instance()
> > + - net: hns3: Fix the missing client list node initialization
> > + - net: hns3: Fix for hns3 module is loaded multiple times problem
> > + - net: hns3: Use enums instead of magic number in
> hclge_is_special_opcode
> > + - net: hns3: Fix for netdev not running problem after calling
> net_stop and
> > + net_open
> > + - net: hns3: Fixes kernel panic issue during rmmod hns3 driver
> > + - net: hns3: Fix for CMDQ and Misc. interrupt init order problem
> > + - net: hns3: Updates RX packet info fetch in case of multi BD
> > + - net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2
> config
> > + - net: hns3: Add STRP_TAGP field support for hardware revision 0x21
> > + - net: hns3: Add support to enable TX/RX promisc mode for H/W
> rev(0x21)
> > + - net: hns3: Fix for PF mailbox receving unknown message
> > + - net: hns3: Fixes the state to indicate client-type initialization
> > + - net: hns3: Fixes the init of the VALID BD info in the descriptor
> > + - net: hns3: Removes unnecessary check when clearing TX/RX rings
> > + - net: hns3: Clear TX/RX rings when stopping port & un-initializing
> client
> > + - net: hns3: Remove unused led control code
> > + - net: hns3: Adds support for led locate command for copper port
> > + - net: hns3: Fixes initalization of RoCE handle and makes it
> conditional
> > + - net: hns3: Disable vf vlan filter when vf vlan table is full
> > + - net: hns3: Add support for IFF_ALLMULTI flag
> > + - net: hns3: Add repeat address checking for setting mac address
> > + - net: hns3: Fix setting mac address error
> > + - net: hns3: Fix for service_task not running problem after
> resetting
> > + - net: hns3: Fix for hclge_reset running repeatly problem
> > + - net: hns3: Fix for phy not link up problem after resetting
> > + - net: hns3: Add missing break in misc_irq_handle
> > + - net: hns3: Fix for vxlan tx checksum bug
> > + - net: hns3: Optimize the PF's process of updating multicast MAC
> > + - net: hns3: Optimize the VF's process of updating multicast MAC
> > + - SAUCE: {topost} net: hns3: add support for serdes loopback
> selftest
> > + - SAUCE: {topost} net: hns3: RX BD information valid only in last
> BD except
> > + VLD bit and buffer size
> > + - SAUCE: {topost} net: hns3: remove hclge_get_vector_index from
> > + hclge_bind_ring_with_vector
> > + - SAUCE: {topost} net: hns3: rename the interface for
> init_client_instance and
> > + uninit_client_instance
> > + - SAUCE: {topost} net: hns3: add vector status check before free
> vector
> > + - SAUCE: {topost} net: hns3: add l4_type check for both ipv4 and
> ipv6
> > + - SAUCE: {topost} net: hns3: remove unused head file in hnae3.c
> > + - SAUCE: {topost} net: hns3: extraction an interface for state state
> > + init|uninit
> > + - SAUCE: {topost} net: hns3: print the ret value in error
> information
> > + - SAUCE: {topost} net: hns3: remove the Redundant put_vector in
> > + hns3_client_uninit
> > + - SAUCE: {topost} net: hns3: add unlikely for error check
> > + - SAUCE: {topost} net: hns3: remove back in struct hclge_hw
> > + - SAUCE: {topost} net: hns3: use lower_32_bits and upper_32_bits
> > + - SAUCE: {topost} net: hns3: remove unused hclge_ring_to_dma_dir
> > + - SAUCE: {topost} net: hns3: remove useless code in hclge_cmd_send
> > + - SAUCE: {topost} net: hns3: remove some redundant assignments
> > + - SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean
> > + - SAUCE: {topost} net: hns3: using modulo for cyclic counters in
> > + hclge_cmd_send
> > + - SAUCE: {topost} net: hns3: remove a redundant hclge_cmd_csq_done
> > + - SAUCE: {topost} net: hns3: remove some unused members of some
> structures
> > + - SAUCE: {topost} net: hns3: give default option while dependency
> HNS3 set
> > + - SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead of
> > + kzalloc/dma_map_single
> > + - SAUCE: {topost} net: hns3: modify hnae_ to hnae3_
> > + - SAUCE: {topost} net: hns3: fix unused function warning in VF
> driver
> > + - SAUCE: {topost} net: hns3: remove some redundant assignments
> > + - SAUCE: {topost} net: hns3: standardize the handle of return value
> > + - SAUCE: {topost} net: hns3: remove extra space and brackets
> > + - SAUCE: {topost} net: hns3: fix unreasonable code comments
> > + - SAUCE: {topost} net: hns3: use decimal for bit offset macros
> > + - SAUCE: {topost} net: hns3: modify inconsistent bit mask macros
> > + - SAUCE: {topost} net: hns3: fix mislead parameter name
> > + - SAUCE: {topost} net: hns3: remove unused struct member and
> definition
> > + - SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver
> > + - SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE
> > + - SAUCE: {topost} net: hns3: optimize the process of notifying roce
> client
> > + - SAUCE: {topost} net: hns3: Add calling roce callback function
> when link
> > + status change
> > + - SAUCE: {topost} net: hns3: fix tc setup when netdev is first up
> > + - SAUCE: {topost} net: hns3: fix for mac pause not disable in pfc
> mode
> > + - SAUCE: {topost} net: hns3: fix for waterline not setting correctly
> > + - SAUCE: {topost} net: hns3: fix for l4 checksum offload bug
> > + - SAUCE: {topost} net: hns3: fix for mailbox message truncated
> problem
> > + - SAUCE: {topost} net: hns3: Add configure for mac minimal frame
> size
> > + - SAUCE: {topost} net: hns3: fix warning bug when doing lp selftest
> > + - SAUCE: {topost} net: hns3: fix get_vector ops in hclgevf_main
> module
> > + - SAUCE: {topost} net: hns3: remove the warning when clear reset
> cause
> > + - SAUCE: {topost} net: hns3: Use roce handle when calling roce
> callback
> > + function
> > + - SAUCE: {topost} net: hns3: prevent sending command during global
> or core
> > + reset
> > + - SAUCE: {topost} net: hns3: modify the order of initializeing
> command queue
> > + register
> > + - SAUCE: {topost} net: hns3: reset net device with rtnl_lock
> > + - SAUCE: {topost} net: hns3: prevent to request reset frequently
> > + - SAUCE: {topost} net: hns3: correct reset event status register
> > + - SAUCE: {topost} net: hns3: separate roce from nic when resetting
> > + - SAUCE: net: hns3: Fix for phy link issue when using marvell phy
> driver
> > + - SAUCE: {topost} net: hns3: fix return value error in
> > + hns3_reset_notify_down_enet
> > + - SAUCE: {topost} net: hns3: remove unnecessary ring configuration
> operation
> > + while resetting
> > + - SAUCE: {topost} net: hns3: fix for reset_level default assignment
> probelm
> > + - SAUCE: {topost} net: hns3: fix for using wrong mask and shift in
> > + hclge_get_ring_chain_from_mbx
> > + - SAUCE: {topost} net: hns3: fix comments for
> hclge_get_ring_chain_from_mbx
> > + - SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF response
> > + - SAUCE: net: hns3: Fix for VF mailbox receiving unknown message
> > + - SAUCE: net: hns3: Optimize PF CMDQ interrupt switching process
> > +
> > + * CVE-2018-7755
> > + - SAUCE: floppy: Do not copy a kernel pointer to user memory in
> FDGETPRM ioctl
> > +
> > + * Incorrect blacklist of bcm2835_wdt (LP: #1766052)
> > + - [Packaging] Fix missing watchdog for Raspberry Pi
> > +
> > + * kernel: Fix arch random implementation (LP: #1775391)
> > + - s390/archrandom: Rework arch random implementation.
> > +
> > + * [Ubuntu 1804][boston][ixgbe] EEH causes kernel BUG at /build/linux-
> > + jWa1Fv/linux-4.15.0/drivers/pci/msi.c:352 (i2S) (LP: #1776389)
> > + - ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device
> > +
> > + * Cosmic update to v4.17.2 stable release (LP: #1779117)
> > + - 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
> > + - Linux 4.17.2
> > +
> > + * Cosmic update to v4.17.1 stable release (LP: #1779116)
> > + - 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
> > + - Linux 4.17.1
> > +
> > + * Miscellaneous Ubuntu changes
> > + - Revert "UBUNTU: SAUCE: crypto: thunderx_zip: Fix fallout from
> > + CONFIG_VMAP_STACK"
> > + - Revert "UBUNTU: SAUCE: cred: Add clone_cred() interface"
> > + - SAUCE: apparmor: userspace queries
> > + - SAUCE: apparmor: patch to provide compatibility with v2.x net
> rules
> > + - SAUCE: apparmor: af_unix mediation
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Thu, 28 Jun 2018
> 08:03:32 -0500
> > +
> > +linux (4.17.0-2.3) cosmic; urgency=medium
> > +
> > + * linux: 4.17.0-2.3 -proposed tracker (LP: #1776276)
> > +
> > + * Miscellaneous Ubuntu changes
> > + - Config: remove IrDA from annotations
> > + - Config: remove scsi drivers from annotations
> > + - Config: remove BT_HCIBTUART from annotations
> > + - Config: pstore zlib support was renamed
> > + - Config: disable NVRAM for armhf on annotations
> > + - Config: Disable VT on s390x
> > + - Config: Update SSB and B43/B44 options
> > + - Config: some options not supported on some arches anymore
> > + - Config: renamed and removed options
> > + - Config: TCG_CRB is required for IMA on ACPI systems
> > + - Config: EXTCON_AXP288 depends on X86
> > + - Config: CONFIG_FSI depends on OF
> > + - Config: DRM_RCAR_LVDS now depends on DRM
> > + - CONFIG: Allow CONFIG_LEDS_MLXCPLD for i386
> > + - Config: Enable HINIC on arm64
> > + - Config: Set PPS and PTP_1588_CLOCK as y
> > + - Config: Some NF_TABLES options are built-in now
> > + - Config: GENERIC_CPU for ppc64el
> > + - Config: KEXEC_FILE=n for s390x
> > + - Config: CRYPTO_DEFLATE is needed by PSTORE_DEFLATE_COMPRESS
> > + - Config: Disable STM32 support
> > + - Config: Enable FORTIFY_SOURCE for armhf
> > + - Config: use STRONG instead of AUTO for CC_STACKPROTECTOR
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.17
> > +
> > + -- Thadeu Lima de Souza Cascardo <cascardo at canonical.com> Mon, 11
> Jun 2018 15:22:10 -0300
> > +
> > +linux (4.17.0-1.2) cosmic; urgency=medium
> > +
> > + [ Seth Forshee ]
> > + * [Config] enable EDAC_DEBUG on ARM64 (LP: #1772516)
> > + - [Config]: set CONFIG_EDAC_DEBUG=y for ARM64
> > +
> > + * Ubuntu 18.04 kernel crashed while in degraded mode (LP: #1770849)
> > + - SAUCE: powerpc/perf: Fix memory allocation for core-imc based on
> > + num_possible_cpus()
> > +
> > + * Integrated Webcam Realtek Integrated_Webcam_HD (0bda:58f4) not
> working in
> > + DELL XPS 13 9370 with firmware 1.50 (LP: #1763748)
> > + - SAUCE: media: uvcvideo: Support realtek's UVC 1.5 device
> > +
> > + * Switch Build-Depends: transfig to fig2dev (LP: #1770770)
> > + - [Config] update Build-Depends: transfig to fig2dev
> > +
> > + * update-initramfs not adding i915 GuC firmware for Kaby Lake,
> firmware fails
> > + to load (LP: #1728238)
> > + - Revert "UBUNTU: SAUCE: (no-up) i915: Remove MODULE_FIRMWARE
> statements for
> > + unreleased firmware"
> > +
> > + * No driver for Huawei network adapters on arm64 (LP: #1769899)
> > + - net-next/hinic: add arm64 support
> > +
> > + * linux-snapdragon: reduce EPROBEDEFER noise during boot (LP:
> #1768761)
> > + - [Config] snapdragon: DRM_I2C_ADV7511=y
> > +
> > + * Add d-i support for Huawei NICs (LP: #1767490)
> > + - d-i: add hinic to nic-modules udeb
> > +
> > + * Acer Swift sf314-52 power button not managed (LP: #1766054)
> > + - SAUCE: platform/x86: acer-wmi: add another KEY_POWER keycode
> > +
> > + * Include nfp driver in linux-modules (LP: #1768526)
> > + - [Config] Add nfp.ko to generic inclusion list
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: Import aufs driver
> > + - [Config] Enable AUFS config options
> > + - SAUCE: (efi-lockdown) Fix for module sig verification
> > + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across
> kexec
> > + reboot
> > + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to
> indicate secure
> > + boot mode
> > + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in
> secure boot
> > + mode
> > + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
> > + - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the
> efi stub
> > + - [Config] CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT=y
> > + - SAUCE: (efi-lockdown) really lock down kernel under EFI secure
> boot
> > + - SAUCE: (noup) Update spl to 0.7.5-1ubuntu3, zfs to 0.7.5-1ubuntu17
> > + - enable zfs build
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) ima: require secure_boot
> rules in
> > + lockdown mode"
> > + - Rebased to v4.17-rc6
> > +
> > + -- Thadeu Lima de Souza Cascardo <cascardo at canonical.com> Tue, 22
> May 2018 14:48:13 -0300
> > +
> > +linux (4.17.0-0.1) bionic; urgency=medium
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.17-rc4
> > +
> > + -- Thadeu Lima de Souza Cascardo <cascardo at canonical.com> Tue, 08
> May 2018 16:38:51 -0300
> > +
> > +linux (4.17.0-0.0) bionic; urgency=medium
> > +
> > + * Dummy entry.
> > +
> > + -- Thadeu Lima de Souza Cascardo <cascardo at canonical.com> Fri, 27
> Apr 2018 11:01:13 -0300
> > +
> > +linux (4.16.0-4.5) bionic; urgency=medium
> > +
> > + * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130)
> > + - tools/kvm_stat: Fix python3 syntax
> > + - tools/kvm_stat: Don't use deprecated file()
> > + - tools/kvm_stat: Remove unused function
> > + - [Packaging] Add linux-tools-host package for VM host tools
> > + - [Config] do_tools_host=true for amd64
> > +
> > + * [Featire] CNL: Enable RAPL support (LP: #1685712)
> > + - powercap: RAPL: Add support for Cannon Lake
> > +
> > + * Bionic update to v4.16.2 stable release (LP: #1763388)
> > + - sparc64: Oracle DAX driver depends on SPARC64
> > + - arp: fix arp_filter on l3slave devices
> > + - net: dsa: Discard frames from unused ports
> > + - net/ipv6: Increment OUTxxx counters after netfilter hook
> > + - net/sched: fix NULL dereference in the error path of
> tcf_bpf_init()
> > + - pptp: remove a buggy dst release in pptp_connect()
> > + - sctp: do not leak kernel memory to user space
> > + - sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6
> > + - vlan: also check phy_driver ts_info for vlan's real device
> > + - 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_sched: fix a missing idr_remove() in u32_delete_key()
> > + - nfp: use full 40 bits of the NSP buffer address
> > + - Linux 4.16.2
> > +
> > + * sky2 gigabit ethernet driver sometimes stops working after lid-open
> resume
> > + from sleep (88E8055) (LP: #1758507) // Bionic update to v4.16.2
> stable
> > + release (LP: #1763388)
> > + - sky2: Increase D3 delay to sky2 stops working after suspend
> > +
> > + * Merge the linux-snapdragon kernel into bionic master/snapdragon
> > + (LP: #1763040)
> > + - arm64: defconfig: enable REMOTEPROC
> > + - arm64: defconfig: enable QCOM audio drivers for APQ8016 and DB410c
> > + - kernel: configs; add distro.config
> > + - arm64: configs: enable WCN36xx
> > + - kernel: distro.config: enable debug friendly USB network adpater
> > + - arm64: configs: enable QCOM Venus
> > + - arm64: defconfig: Enable a53/apcs and avs
> > + - arm64: defconfig: enable ondemand governor as default
> > + - arm64: defconfig: enable QCOM_TSENS
> > + - kernel: configs: enable dm_mod and dm_crypt
> > + - Force the SMD regulator driver to be compiled-in
> > + - arm64: defconfig: enable CFG80211_DEFAULT_PS by default
> > + - arm64: configs: enable BT_QCOMSMD
> > + - kernel: configs: add more USB net drivers
> > + - arm64: defconfig: disable ANALOG_TV and DIGITAL_TV
> > + - arm64: configs: Enable camera drivers
> > + - kernel: configs: add freq stat to sysfs
> > + - arm64: defconfig: enable CONFIG_USB_CONFIGFS_F_FS by default
> > + - arm64: defconfig: Enable QRTR features
> > + - kernel: configs: set USB_CONFIG_F_FS in distro.config
> > + - kernel: distro.config: enable 'schedutil' CPUfreq governor
> > + - kernel: distro.config: enable 'fq' and 'fq_codel' qdiscs
> > + - kernel: distro.config: enable 'BBR' TCP congestion algorithm
> > + - arm64: defconfig: enable LEDS_QCOM_LPG
> > + - HACK: drm/msm/iommu: Remove runtime_put calls in map/unmap
> > + - power: avs: Add support for CPR (Core Power Reduction)
> > + - power: avs: cpr: Use raw mem access for qfprom
> > + - power: avs: cpr: fix with new reg_sequence structures
> > + - power: avs: cpr: Register with cpufreq-dt
> > + - regulator: smd: Add floor and corner operations
> > + - PM / OPP: Support adjusting OPP voltages at runtime
> > + - PM / OPP: Drop RCU usage in dev_pm_opp_adjust_voltage()
> > + - PM / OPP: HACK: Allow to set regulator without opp_list
> > + - PM / OPP: Add a helper to get an opp regulator for device
> > + - cpufreq: Add apq8016 to cpufreq-dt-platdev blacklist
> > + - regulator: smd: Allow REGULATOR_QCOM_SMD_RPM=m
> > + - ov5645: I2C address change
> > + - i2c: Add Qualcomm Camera Control Interface driver
> > + - camss: vfe: Skip first four frames from sensor
> > + - camss: Do not register if no cameras are present
> > + - i2c-qcom-cci: Fix run queue completion timeout
> > + - i2c-qcom-cci: Fix I2C address bug
> > + - media: ov5645: Fix I2C address
> > + - drm/bridge/adv7511: Delay clearing of HPD interrupt status
> > + - HACK: drm/msm/adv7511: Don't rely on interrupts for EDID parsing
> > + - leds: Add driver for Qualcomm LPG
> > + - wcn36xx: Fix warning due to duplicate scan_completed notification
> > + - arm64: dts: Add CPR DT node for msm8916
> > + - arm64: dts: add spmi-regulator nodes
> > + - arm64: dts: msm8916: Add cpufreq support
> > + - arm64: dts: msm8916: Add a shared CPU opp table
> > + - arm64: dts: msm8916: Add cpu cooling maps
> > + - arm64: dts: pm8916: Mark the s2 regulator as always-on
> > + - arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node
> > + - arm64: dts: qcom: msm8916: Use the new APCS mailbox driver
> > + - arm64: dts: qcom: msm8916: Add clock properties to the APCS node
> > + - dt-bindings: media: Binding document for Qualcomm Camera Control
> Interface
> > + driver
> > + - MAINTAINERS: Add Qualcomm Camera Control Interface driver
> > + - DT: leds: Add Qualcomm Light Pulse Generator binding
> > + - arm64: dts: qcom: msm8996: Add mpp and lpg blocks
> > + - arm64: dts: qcom: Add pwm node for pm8916
> > + - arm64: dts: qcom: Add user LEDs on db820c
> > + - arm64: dts: qcom: Add WiFI/BT LEDs on db820c
> > + - ARM: dts: qcom: Add LPG node to pm8941
> > + - ARM: dts: qcom: honami: Add LPG node and RGB LED
> > + - arm64: dts: qcom: Add Camera Control Interface support
> > + - arm64: dts: qcom: Add apps_iommu vfe child node
> > + - arm64: dts: qcom: Add camss device node
> > + - arm64: dts: qcom: Add ov5645 device nodes
> > + - arm64: dts: msm8916: Fix camera sensors I2C addresses
> > + - arm: dts: qcom: db410c: Enable PWM signal on MPP4
> > + - packaging: arm64: add a uboot flavour - part1
> > + - packaging: arm64: add a uboot flavour - part2
> > + - packaging: arm64: add a uboot flavour - part3
> > + - packaging: arm64: add a uboot flavour - part4
> > + - packaging: arm64: add a uboot flavour - part5
> > + - packaging: arm64: rename uboot flavour to snapdragon
> > + - [Config] updateconfigs after qcomlt import
> > + - [Config] arm64: snapdragon: COMMON_CLK_QCOM=y
> > + - [Config] arm64: snapdragon: MSM_GCC_8916=y
> > + - [Config] arm64: snapdragon: REGULATOR_FIXED_VOLTAGE=y
> > + - [Config] arm64: snapdragon: PINCTRL_MSM8916=y
> > + - [Config] arm64: snapdragon: HWSPINLOCK_QCOM=y
> > + - [Config] arm64: snapdragon: SPMI=y, SPMI_MSM_PMIC_ARB=y
> > + - [Config] arm64: snapdragon: REGMAP_SPMI=y,
> PINCTRL_QCOM_SPMI_PMIC=y
> > + - [Config] arm64: snapdragon: REGULATOR_QCOM_SPMI=y
> > + - [Config] arm64: snapdragon: MFD_SPMI_PMIC=y
> > + - [Config] arm64: snapdragon: QCOM_SMEM=y
> > + - [Config] arm64: snapdragon: RPMSG=y, RPMSG_QCOM_SMD=y
> > + - [Config] arm64: snapdragon: QCOM_SMD_RPM=y,
> REGULATOR_QCOM_SMD_RPM=y
> > + - [Config] arm64: snapdragon: QCOM_CLK_SMD_RPM=y
> > + - [Config] arm64: snapdragon: QCOM_BAM_DMA=y
> > + - [Config] arm64: snapdragon: QCOM_HIDMA=y, QCOM_HIDMA_MGMT=y
> > + - [Config] arm64: snapdragon: QCOM_CPR=y
> > + - [Config] arm64: snapdragon: QCOM_QFPROM=y, QCOM_TSENS=y
> > + - [Config] arm64: snapdragon: MMC_SDHCI=y, MMC_SDHCI_PLTFM=y,
> MMC_SDHCI_MSM=y
> > + - [Config] turn off DRM_MSM_REGISTER_LOGGING
> > + - [Config] arm64: snapdragon: I2C_QUP=y
> > + - [Config] arm64: snapdragon: SPI_QUP=y
> > + - [Config] arm64: snapdragon: USB_ULPI_BUS=y, PHY_QCOM_USB_HS=y
> > + - [Config] arm64: snapdragon: QCOM_APCS_IPC=y
> > + - [Config] arm64: snapdragon: QCOM_WCNSS_CTRL=y
> > + - [Config] arm64: snapdragon: QCOM_SMSM=y
> > + - [Config] arm64: snapdragon: QCOM_SMP2P=y
> > + - [Config] arm64: snapdragon: DRM_MSM=y
> > + - [Config] arm64: snapdragon: SND_SOC=y
> > + - [Config] arm64: snapdragon: QCOM_WCNSS_PIL=m
> > + - [Config] arm64: snapdragon: INPUT_PM8941_PWRKEY=y
> > + - [Config] arm64: snapdragon: MEDIA_SUBDRV_AUTOSELECT=y,
> VIDEO_OV5645=m
> > + - [Config] arm64: snapdragon: SND_SOC_APQ8016_SBC=y,
> SND_SOC_LPASS_APQ8016=y
> > + - [Config] arm64: snapdragon: SND_SOC_MSM8916_WCD_ANALOG=y,
> > + SND_SOC_MSM8916_WCD_DIGITAL=y
> > + - SAUCE: media: ov5645: skip address change if dt addr == default
> addr
> > + - SAUCE: drm/msm/adv7511: wrap hacks under
> CONFIG_ADV7511_SNAPDRAGON_HACKS
> > + #ifdefs
> > + - [Config] arm64: snapdragon: ADV7511_SNAPDRAGON_HACKS=y
> > + - [Packaging] fix up snapdragon abi paths
> > +
> > + * LSM stacking patches for bionic (LP: #1763062)
> > + - SAUCE: LSM stacking: procfs: add smack subdir to attrs
> > + - SAUCE: LSM stacking: LSM: Manage credential security blobs
> > + - SAUCE: LSM stacking: LSM: Manage file security blobs
> > + - SAUCE: LSM stacking: LSM: Manage task security blobs
> > + - SAUCE: LSM stacking: LSM: Manage remaining security blobs
> > + - SAUCE: LSM stacking: LSM: General stacking
> > + - SAUCE: LSM stacking: fixup initialize task->security
> > + - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
> > + - SAUCE: LSM stacking: add support for stacking getpeersec_stream
> > + - SAUCE: LSM stacking: add stacking support to apparmor network
> hooks
> > + - SAUCE: LSM stacking: fixup apparmor stacking enablement
> > + - SAUCE: LSM stacking: fixup stacking kconfig
> > + - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel
> boot params
> > + - SAUCE: LSM stacking: provide prctl interface for setting context
> > + - SAUCE: LSM stacking: inherit current display LSM
> > + - SAUCE: LSM stacking: keep an index for each registered LSM
> > + - SAUCE: LSM stacking: verify display LSM
> > + - SAUCE: LSM stacking: provide a way to specify the default display
> lsm
> > + - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
> > + - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
> > + - SAUCE: LSM stacking: add Kconfig to set default display LSM
> > + - SAUCE: LSM stacking: add configs for LSM stacking
> > + - SAUCE: LSM stacking: add apparmor and selinux proc dirs
> > + - SAUCE: LSM stacking: remove procfs context interface
> > +
> > + * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14
> > + (LP: #1720779) // LSM stacking patches for bionic (LP: #1763062)
> > + - SAUCE: LSM stacking: check for invalid zero sized writes
> > +
> > + * Support cq/rq record doorbell for RDMA on HSilicon hip08 systems
> > + (LP: #1762755)
> > + - RDMA/hns: Support rq record doorbell for the user space
> > + - RDMA/hns: Support cq record doorbell for the user space
> > + - RDMA/hns: Support rq record doorbell for kernel space
> > + - RDMA/hns: Support cq record doorbell for kernel space
> > + - RDMA/hns: Fix cqn type and init resp
> > + - RDMA/hns: Fix init resp when alloc ucontext
> > + - RDMA/hns: Fix cq record doorbell enable in kernel
> > +
> > + * Replace LPC patchset with upstream version (LP: #1762758)
> > + - Revert "UBUNTU: SAUCE: MAINTAINERS: Add maintainer for HiSilicon
> LPC driver"
> > + - Revert "UBUNTU: SAUCE: HISI LPC: Add ACPI support"
> > + - Revert "UBUNTU: SAUCE: ACPI / scan: do not enumerate Indirect IO
> host
> > + children"
> > + - Revert "UBUNTU: SAUCE: HISI LPC: Support the LPC host on
> Hip06/Hip07 with DT
> > + bindings"
> > + - Revert "UBUNTU: SAUCE: OF: Add missing I/O range exception for
> indirect-IO
> > + devices"
> > + - Revert "UBUNTU: SAUCE: PCI: Apply the new generic I/O management
> on PCI IO
> > + hosts"
> > + - Revert "UBUNTU: SAUCE: PCI: Add fwnode handler as input param of
> > + pci_register_io_range()"
> > + - Revert "UBUNTU: SAUCE: PCI: Remove unused __weak attribute in
> > + pci_register_io_range()"
> > + - Revert "UBUNTU: SAUCE: LIB: Introduce a generic PIO mapping
> method"
> > + - lib: Add generic PIO mapping method
> > + - PCI: Remove __weak tag from pci_register_io_range()
> > + - PCI: Add fwnode handler as input param of pci_register_io_range()
> > + - PCI: Apply the new generic I/O management on PCI IO hosts
> > + - of: Add missing I/O range exception for indirect-IO devices
> > + - HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
> > + - ACPI / scan: Rename acpi_is_serial_bus_slave() for more general
> use
> > + - ACPI / scan: Do not enumerate Indirect IO host children
> > + - HISI LPC: Add ACPI support
> > + - MAINTAINERS: Add John Garry as maintainer for HiSilicon LPC driver
> > +
> > + * Enable Tunneled Operations on POWER9 (LP: #1762448)
> > + - powerpc/powernv: Enable tunneled operations
> > + - cxl: read PHB indications from the device tree
> > +
> > + * PSL traces reset after PERST for debug AFU image (LP: #1762462)
> > + - cxl: Enable NORST bit in PSL_DEBUG register for PSL9
> > +
> > + * NFS + sec=krb5 is broken (LP: #1759791)
> > + - sunrpc: remove incorrect HMAC request initialization
> > +
> > + * Raspberry Pi 3 microSD support missing from the installer (LP:
> #1729128)
> > + - d-i: add bcm2835 to block-modules
> > +
> > + * Backport USB core quirks (LP: #1762695)
> > + - usb: core: Add "quirks" parameter for usbcore
> > + - usb: core: Copy parameter string correctly and remove superfluous
> null check
> > + - usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks
> > +
> > + * [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on failed'
> when
> > + setting up a second end-to-end encrypted disk (LP: #1762353)
> > + - SAUCE: s390/crypto: Adjust s390 aes and paes cipher
> > +
> > + * System Z {kernel} UBUNTU18.04 wrong kernel config (LP: #1762719)
> > + - s390: move nobp parameter functions to nospec-branch.c
> > + - s390: add automatic detection of the spectre defense
> > + - s390: report spectre mitigation via syslog
> > + - s390: add sysfs attributes for spectre
> > + - [Config] CONFIG_EXPOLINE_AUTO=y, CONFIG_KERNEL_NOBP=n for s390
> > + - s390: correct nospec auto detection init order
> > +
> > + * Additional spectre and meltdown patches (LP: #1760099) //
> CVE-2017-5715
> > + - powerpc/64s: Wire up cpu_show_spectre_v2()
> > +
> > + * Additional spectre and meltdown patches (LP: #1760099) //
> CVE-2017-5753
> > + - powerpc/64s: Wire up cpu_show_spectre_v1()
> > +
> > + * Additional spectre and meltdown patches (LP: #1760099) //
> CVE-2017-5754
> > + - powerpc/rfi-flush: Move the logic to avoid a redo into the
> debugfs code
> > + - powerpc/rfi-flush: Make it possible to call setup_rfi_flush()
> again
> > + - powerpc/rfi-flush: Always enable fallback flush on pseries
> > + - powerpc/rfi-flush: Differentiate enabled and patched flush types
> > + - powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration
> > + - powerpc/64s: Move cpu_show_meltdown()
> > + - powerpc/64s: Enhance the information in cpu_show_meltdown()
> > + - powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()
> > + - powerpc/pseries: Use the security flags in
> pseries_setup_rfi_flush()
> > +
> > + * Additional spectre and meltdown patches (LP: #1760099) //
> CVE-2017-5715 //
> > + CVE-2017-5753 // CVE-2017-5754
> > + - powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags
> > + - powerpc: Add security feature flags for Spectre/Meltdown
> > + - powerpc/pseries: Set or clear security feature flags
> > + - powerpc/powernv: Set or clear security feature flags
> > +
> > + * Hisilicon network subsystem 3 support (LP: #1761610)
> > + - net: hns3: export pci table of hclge and hclgevf to userspace
> > + - d-i: Add hns3 drivers to nic-modules
> > +
> > + * "ip a" command on a guest VM shows UNKNOWN status (LP: #1761534)
> > + - virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS
> > +
> > + * perf vendor events arm64: Enable JSON events for ThunderX2 B0 (LP:
> #1760712)
> > + - perf vendor events: Drop incomplete multiple mapfile support
> > + - perf vendor events: Fix error code in json_events()
> > + - perf vendor events: Drop support for unused topic directories
> > + - perf vendor events: Add support for pmu events vendor subdirectory
> > + - perf vendor events arm64: Relocate ThunderX2 JSON to cavium
> subdirectory
> > + - perf vendor events arm64: Relocate Cortex A53 JSONs to arm
> subdirectory
> > + - perf vendor events: Add support for arch standard events
> > + - perf vendor events arm64: Add armv8-recommended.json
> > + - perf vendor events arm64: Fixup ThunderX2 to use recommended
> events
> > + - perf vendor events arm64: fixup A53 to use recommended events
> > + - perf vendor events arm64: add HiSilicon hip08 JSON file
> > + - perf vendor events arm64: Enable JSON events for ThunderX2 B0
> > +
> > + * Warning "cache flush timed out!" seen when unloading the cxl driver
> > + (LP: #1762367)
> > + - cxl: Check if PSL data-cache is available before issue flush
> request
> > +
> > + * Bionic update to v4.16.1 stable release (LP: #1763170)
> > + - bitmap: fix memset optimization on big-endian systems
> > + - USB: serial: ftdi_sio: add RT Systems VX-8 cable
> > + - USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator
> > + - USB: serial: cp210x: add ELDAT Easywave RX09 id
> > + - serial: 8250: Add Nuvoton NPCM UART
> > + - 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
> > + - parport_pc: Add support for WCH CH382L PCI-E single parallel port
> card.
> > + - crypto: lrw - Free rctx->ext with kzfree
> > + - crypto: ccp - Fill the result buffer only on digest, finup, and
> final ops
> > + - crypto: talitos - don't persistently map req_ctx->hw_context and
> > + req_ctx->buf
> > + - crypto: inside-secure - fix clock management
> > + - crypto: testmgr - Fix incorrect values in PKCS#1 test vector
> > + - crypto: talitos - fix IPsec cipher in length
> > + - crypto: ahash - Fix early termination in hash walk
> > + - crypto: caam - Fix null dereference at error path
> > + - crypto: ccp - return an actual key size from RSA max_size callback
> > + - crypto: arm,arm64 - Fix random regeneration of S_shipped
> > + - crypto: x86/cast5-avx - fix ECB encryption when long sg follows
> short one
> > + - Bluetooth: hci_bcm: Add 6 new ACPI HIDs
> > + - Btrfs: fix unexpected cow in run_delalloc_nocow
> > + - siox: fix possible buffer overflow in device_add_store
> > + - staging: comedi: ni_mio_common: ack ai fifo error interrupts.
> > + - Revert "base: arch_topology: fix section mismatch build warnings"
> > + - Input: ALPS - fix TrackStick detection on Thinkpad L570 and
> Latitude 7370
> > + - Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list
> > + - Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix
> touchpad
> > + - vt: change SGR 21 to follow the standards
> > + - Fix slab name "biovec-(1<<(21-12))"
> > + - signal: Correct the offset of si_pkey and si_lower in struct
> siginfo on m68k
> > + - Linux 4.16.1
> > +
> > + * [18.04][config] regression: nvme and nvme_core couldn't be built as
> modules
> > + starting 4.15-rc2 (LP: #1759893)
> > + - SAUCE: Revert "lightnvm: include NVM Express driver if OCSSD is
> selected for
> > + build"
> > + - [Config] CONFIG_BLK_DEV_NMVE=m
> > +
> > + * FFe: Enable configuring resume offset via sysfs (LP: #1760106)
> > + - PM / hibernate: Make passing hibernate offsets more friendly
> > +
> > + * Ubuntu18.04:POWER9:DD2.2 - Unable to start a KVM guest with default
> machine
> > + type(pseries-bionic) complaining "KVM implementation does not
> support
> > + Transactional Memory, try cap-htm=off" (kvm) (LP: #1752026)
> > + - powerpc: Use feature bit for RTC presence rather than timebase
> presence
> > + - powerpc: Book E: Remove unused CPU_FTR_L2CSR bit
> > + - powerpc: Free up CPU feature bits on 64-bit machines
> > + - powerpc: Add CPU feature bits for TM bug workarounds on POWER9
> v2.2
> > + - powerpc/powernv: Provide a way to force a core into SMT4 mode
> > + - KVM: PPC: Book3S HV: Work around transactional memory bugs in
> POWER9
> > + - KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode
> > + - KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state
> > +
> > + * [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge) (LP:
> #1730775)
> > + - thunderbolt: Resume control channel after hibernation image is
> created
> > + - thunderbolt: Serialize PCIe tunnel creation with PCI rescan
> > + - thunderbolt: Handle connecting device in place of host properly
> > + - thunderbolt: Do not overwrite error code when domain adding fails
> > + - thunderbolt: Wait a bit longer for root switch config space
> > + - thunderbolt: Wait a bit longer for ICM to authenticate the active
> NVM
> > + - thunderbolt: Handle rejected Thunderbolt devices
> > + - thunderbolt: Factor common ICM add and update operations out
> > + - thunderbolt: Correct function name in kernel-doc comment
> > + - thunderbolt: Add tb_switch_get()
> > + - thunderbolt: Add tb_switch_find_by_route()
> > + - thunderbolt: Add tb_xdomain_find_by_route()
> > + - thunderbolt: Add constant for approval timeout
> > + - thunderbolt: Move driver ready handling to struct icm
> > + - thunderbolt: Add 'boot' attribute for devices
> > + - thunderbolt: Add support for preboot ACL
> > + - thunderbolt: Introduce USB only (SL4) security level
> > + - thunderbolt: Add support for Intel Titan Ridge
> > +
> > + * QCA9377 requires more IRAM banks for its new firmware (LP: #1748345)
> > + - ath10k: update the IRAM bank number for QCA9377
> > +
> > + * Fix an issue that when system in S3, USB keyboard can't wake up the
> system.
> > + (LP: #1759511)
> > + - ACPI / PM: Allow deeper wakeup power states with no _SxD nor _SxW
> > +
> > + * cxl: Fix timebase synchronization status on POWER9 missing (CAPI)
> > + (LP: #1757228)
> > + - cxl: Fix timebase synchronization status on P9
> > +
> > + * [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA
> support and bug
> > + fixes (LP: #1752182)
> > + - scsi: lpfc: Fix frequency of Release WQE CQEs
> > + - scsi: lpfc: Increase CQ and WQ sizes for SCSI
> > + - scsi: lpfc: move placement of target destroy on driver detach
> > + - scsi: lpfc: correct debug counters for abort
> > + - scsi: lpfc: Add WQ Full Logic for NVME Target
> > + - scsi: lpfc: Fix PRLI handling when topology type changes
> > + - scsi: lpfc: Fix IO failure during hba reset testing with nvme io.
> > + - scsi: lpfc: Fix RQ empty firmware trap
> > + - scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a
> target
> > + - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP
> testing
> > + - scsi: lpfc: Fix issue_lip if link is disabled
> > + - scsi: lpfc: Indicate CONF support in NVMe PRLI
> > + - scsi: lpfc: Fix SCSI io host reset causing kernel crash
> > + - scsi: lpfc: Validate adapter support for SRIU option
> > + - scsi: lpfc: Fix header inclusion in lpfc_nvmet
> > + - scsi: lpfc: Treat SCSI Write operation Underruns as an error
> > + - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.
> > + - scsi: lpfc: update driver version to 11.4.0.7
> > + - scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright
> > + - scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers
> > + - scsi: lpfc: Rework sli4 doorbell infrastructure
> > + - scsi: lpfc: Add SLI-4 if_type=6 support to the code base
> > + - scsi: lpfc: Add push-to-adapter support to sli4
> > + - scsi: lpfc: Add PCI Ids for if_type=6 hardware
> > + - scsi: lpfc: Add 64G link speed support
> > + - scsi: lpfc: Add if_type=6 support for cycling valid bits
> > + - scsi: lpfc: Enable fw download on if_type=6 devices
> > + - scsi: lpfc: Add embedded data pointers for enhanced performance
> > + - scsi: lpfc: Fix nvme embedded io length on new hardware
> > + - scsi: lpfc: Work around NVME cmd iu SGL type
> > + - scsi: lpfc: update driver version to 12.0.0.0
> > + - scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018
> > + - scsi: lpfc: use __raw_writeX on DPP copies
> > + - scsi: lpfc: Add missing unlock in WQ full logic
> > +
> > + * /dev/bcache/by-uuid links not created after reboot (LP: #1729145)
> > + - SAUCE: (no-up) bcache: decouple emitting a cached_dev CHANGE
> uevent
> > +
> > + * DKMS driver builds fail with: Cannot use CONFIG_STACK_VALIDATION=y,
> please
> > + install libelf-dev, libelf-devel or elfutils-libelf-devel (LP:
> #1760876)
> > + - [Packaging] include the retpoline extractor in the headers
> > +
> > + * Use med_with_dipm SATA LPM to save more power for mobile platforms
> > + (LP: #1759547)
> > + - [Config] CONFIG_SATA_MOBILE_LPM_POLICY=3
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] Only install cloud init files when
> do_tools_common=true
> > + - SAUCE: Import aufs driver
> > + - [Config] Enable AUFS config options
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Thu, 12 Apr 2018
> 09:30:56 -0500
> > +
> > +linux (4.16.0-3.4) bionic; urgency=medium
> > +
> > + * Allow multiple mounts of zfs datasets (LP: #1759848)
> > + - SAUCE: Allow mounting datasets more than once (LP: #1759848)
> > +
> > + * zfs system process hung on container stop/delete (LP: #1754584)
> > + - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
> > + - Revert "UBUNTU: SAUCE: Fix non-prefaulted page deadlock (LP:
> #1754584)"
> > + - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
> > +
> > + * ubuntu_zram_smoke test will cause soft lockup on Artful ThunderX
> ARM64
> > + (LP: #1755073)
> > + - SAUCE: crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK
> > +
> > + * CAPI Flash (cxlflash) update (LP: #1752672)
> > + - SAUCE: cxlflash: Preserve number of interrupts for master contexts
> > + - SAUCE: cxlflash: Avoid clobbering context control register value
> > + - SAUCE: cxlflash: Add argument identifier names
> > + - SAUCE: cxlflash: Introduce OCXL backend
> > + - SAUCE: cxlflash: Hardware AFU for OCXL
> > + - SAUCE: cxlflash: Read host function configuration
> > + - SAUCE: cxlflash: Setup function acTag range
> > + - SAUCE: cxlflash: Read host AFU configuration
> > + - SAUCE: cxlflash: Setup AFU acTag range
> > + - SAUCE: cxlflash: Setup AFU PASID
> > + - SAUCE: cxlflash: Adapter context support for OCXL
> > + - SAUCE: cxlflash: Use IDR to manage adapter contexts
> > + - SAUCE: cxlflash: Support adapter file descriptors for OCXL
> > + - SAUCE: cxlflash: Support adapter context discovery
> > + - SAUCE: cxlflash: Support image reload policy modification
> > + - SAUCE: cxlflash: MMIO map the AFU
> > + - SAUCE: cxlflash: Support starting an adapter context
> > + - SAUCE: cxlflash: Support process specific mappings
> > + - SAUCE: cxlflash: Support AFU state toggling
> > + - SAUCE: cxlflash: Support reading adapter VPD data
> > + - SAUCE: cxlflash: Setup function OCXL link
> > + - SAUCE: cxlflash: Setup OCXL transaction layer
> > + - SAUCE: cxlflash: Support process element lifecycle
> > + - SAUCE: cxlflash: Support AFU interrupt management
> > + - SAUCE: cxlflash: Support AFU interrupt mapping and registration
> > + - SAUCE: cxlflash: Support starting user contexts
> > + - SAUCE: cxlflash: Support adapter context polling
> > + - SAUCE: cxlflash: Support adapter context reading
> > + - SAUCE: cxlflash: Support adapter context mmap and release
> > + - SAUCE: cxlflash: Support file descriptor mapping
> > + - SAUCE: cxlflash: Introduce object handle fop
> > + - SAUCE: cxlflash: Setup LISNs for user contexts
> > + - SAUCE: cxlflash: Setup LISNs for master contexts
> > + - SAUCE: cxlflash: Update synchronous interrupt status bits
> > + - SAUCE: cxlflash: Introduce OCXL context state machine
> > + - SAUCE: cxlflash: Register for translation errors
> > + - SAUCE: cxlflash: Support AFU reset
> > + - SAUCE: cxlflash: Enable OCXL operations
> > +
> > + * [Artful][Wyse 3040] System hang when trying to enable an offlined
> CPU core
> > + (LP: #1736393)
> > + - SAUCE: drm/i915:Don't set chip specific data
> > + - SAUCE: drm/i915: make previous commit affects Wyse 3040 only
> > +
> > + * zed process consuming 100% cpu (LP: #1751796)
> > + - SAUCE: Fix ioctl loop-spin in zed (LP: #1751796)
> > +
> > + * Ubuntu18.04:PowerPC - Set Transparent Huge Pages (THP) by default to
> > + "always" (LP: #1753708)
> > + - Config: Set TRANSPARENT_HUGEPAGE_ALWAYS=y on ppc64el
> > +
> > + * retpoline hints: primary infrastructure and initial hints (LP:
> #1758856)
> > + - [Packaging] retpoline -- add safe usage hint support
> > + - [Packaging] retpoline-check -- only report additions
> > + - [Packaging] retpoline -- widen indirect call/jmp detection
> > + - [Packaging] retpoline -- elide %rip relative indirections
> > + - [Packaging] retpoline -- clear hint information from packages
> > + - SAUCE: apm -- annotate indirect calls within
> > + firmware_restrict_branch_speculation_{start,end}
> > + - SAUCE: EFI -- annotate indirect calls within
> > + firmware_restrict_branch_speculation_{start,end}
> > + - SAUCE: early/late -- annotate indirect calls in early/late
> initialisation
> > + code
> > + - SAUCE: vga_set_mode -- avoid jump tables
> > + - [Config] retpoine -- switch to new format
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] final-checks -- remove check for empty retpoline files
> > + - [Packaging] skip cloud tools packaging when not building package
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.16
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 02 Apr 2018
> 16:15:36 -0500
> > +
> > +linux (4.16.0-2.3) bionic; urgency=medium
> > +
> > + * devpts: handle bind-mounts (LP: #1755857)
> > + - SAUCE: devpts: hoist out check for DEVPTS_SUPER_MAGIC
> > + - SAUCE: devpts: resolve devpts bind-mounts
> > + - SAUCE: devpts: comment devpts_mntget()
> > + - SAUCE: selftests: add devpts selftests
> > +
> > + * [bionic][arm64] d-i: add hisi_sas_v3_hw to scsi-modules (LP:
> #1756103)
> > + - d-i: add hisi_sas_v3_hw to scsi-modules
> > +
> > + * [Bionic][ARM64] PCI and SAS driver patches for hip08 SoCs (LP:
> #1756094)
> > + - SAUCE: scsi: hisi_sas: config for hip08 ES
> > + - SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace
> > +
> > + * s390/crypto: Fix kernel crash on aes_s390 module remove (LP:
> #1753424)
> > + - SAUCE: s390/crypto: Fix kernel crash on aes_s390 module remove.
> > +
> > + * Fix ARC hit rate (LP: #1755158)
> > + - SAUCE: Fix ARC hit rate (LP: #1755158)
> > +
> > + * ZFS setgid broken on 0.7 (LP: #1753288)
> > + - SAUCE: Fix ZFS setgid
> > +
> > + * CONFIG_EFI=y on armhf (LP: #1726362)
> > + - [Config] CONFIG_EFI=y on armhf, reconcile secureboot EFI settings
> > +
> > + * [Feature] Add xHCI debug device support in the driver (LP: #1730832)
> > + - [Config] CONFIG_USB_XHCI_DBGCAP=y
> > +
> > + * retpoline: ignore %cs:0xNNN constant indirections (LP: #1752655)
> > + - [Packaging] retpoline -- elide %cs:0xNNNN constants on i386
> > + - [Config] retpoline -- clean up i386 retpoline files
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] retpoline-extract: flag *0xNNN(%reg) branches
> > + - [Config] fix up retpoline abi files
> > + - [Config] fix up retpoline abi files
> > + - d-i: Add netsec to nic-modules
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.16-rc6
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 19 Mar 2018
> 14:09:49 -0500
> > +
> > +linux (4.16.0-1.2) bionic; urgency=medium
> > +
> > + * Driver not found in Ubuntu kernel does not detect interface (LP:
> #1745927)
> > + - d-i: add cxgb4 to nic-modules
> > +
> > + * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
> > + - [Config] CONFIG_INDIRECT_PIO=y
> > + - SAUCE: LIB: Introduce a generic PIO mapping method
> > + - SAUCE: PCI: Remove unused __weak attribute in
> pci_register_io_range()
> > + - SAUCE: PCI: Add fwnode handler as input param of
> pci_register_io_range()
> > + - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
> > + - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
> > + - [Config] CONFIG_HISILICON_LPC=y
> > + - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT
> bindings
> > + - SAUCE: ACPI / scan: do not enumerate Indirect IO host children
> > + - SAUCE: HISI LPC: Add ACPI support
> > + - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: tools: use CC for linking acpi tools
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.16-rc3
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Wed, 28 Feb 2018
> 10:17:23 -0600
> > +
> > +linux (4.16.0-0.1) bionic; urgency=medium
> > +
> > + * retpoline abi files are empty on i386 (LP: #1751021)
> > + - [Packaging] retpoline-extract -- instantiate retpoline files for
> i386
> > + - [Packaging] final-checks -- sanity checking ABI contents
> > + - [Packaging] final-checks -- check for empty retpoline files
> > +
> > + * Miscellaneous upstream changes
> > + - disable vbox build
> > + - Disable zfs build
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.16-rc2
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Thu, 22 Feb 2018
> 08:58:57 -0600
> > +
> > +linux (4.16.0-0.0) bionic; urgency=medium
> > +
> > + * Dummy entry
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Wed, 21 Feb 2018
> 14:33:13 -0600
> > +
> > +linux (4.15.0-10.11) bionic; urgency=medium
> > +
> > + * linux: 4.15.0-10.11 -proposed tracker (LP: #1749250)
> > +
> > + * "swiotlb: coherent allocation failed" dmesg spam with linux
> 4.15.0-9.10
> > + (LP: #1749202)
> > + - swiotlb: suppress warning when __GFP_NOWARN is set
> > + - drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools
> > +
> > + * linux-tools: perf incorrectly linking libbfd (LP: #1748922)
> > + - SAUCE: tools -- add ability to disable libbfd
> > + - [Packaging] correct disablement of libbfd
> > +
> > + * [Artful] Realtek ALC225: 2 secs noise when a headset plugged in
> > + (LP: #1744058)
> > + - ALSA: hda/realtek - update ALC225 depop optimize
> > +
> > + * [Artful] Support headset mode for DELL WYSE (LP: #1723913)
> > + - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE
> > +
> > + * headset mic can't be detected on two Dell machines (LP: #1748807)
> > + - ALSA: hda/realtek - Support headset mode for ALC215/ALC285/ALC289
> > + - ALSA: hda - Fix headset mic detection problem for two Dell
> machines
> > +
> > + * Bionic update to v4.15.3 stable release (LP: #1749191)
> > + - 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
> > + - media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION
> > + - media: soc_camera: soc_scale_crop: add missing
> > + MODULE_DESCRIPTION/AUTHOR/LICENSE
> > + - media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
> > + - gpio: uniphier: fix mismatch between license text and
> MODULE_LICENSE
> > + - crypto: tcrypt - fix S/G table for test_aead_speed()
> > + - Linux 4.15.3
> > +
> > + * bnx2x_attn_int_deasserted3:4323 MC assert! (LP: #1715519) //
> > + CVE-2018-1000026
> > + - net: create skb_gso_validate_mac_len()
> > + - bnx2x: disable GSO where gso_size is too big for hardware
> > +
> > + * ethtool -p fails to light NIC LED on HiSilicon D05 systems (LP:
> #1748567)
> > + - net: hns: add ACPI mode support for ethtool -p
> > +
> > + * CVE-2017-5715 (Spectre v2 Intel)
> > + - [Packaging] retpoline files must be sorted
> > + - [Packaging] pull in retpoline files
> > +
> > + * [Feature] PXE boot with Intel Omni-Path (LP: #1712031)
> > + - d-i: Add hfi1 to nic-modules
> > +
> > + * CVE-2017-5715 (Spectre v2 retpoline)
> > + - [Packaging] retpoline -- add call site validation
> > + - [Config] disable retpoline checks for first upload
> > +
> > + * Do not duplicate changelog entries assigned to more than one bug or
> CVE
> > + (LP: #1743383)
> > + - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 13 Feb 2018
> 11:33:58 -0600
> > +
> > +linux (4.15.0-9.10) bionic; urgency=medium
> > +
> > + * linux: 4.15.0-9.10 -proposed tracker (LP: #1748244)
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Debian] tests -- remove gcc-multilib dependency for arm64
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Thu, 08 Feb 2018
> 11:25:04 -0600
> > +
> > +linux (4.15.0-8.9) bionic; urgency=medium
> > +
> > + * linux: 4.15.0-8.9 -proposed tracker (LP: #1748075)
> > +
> > + * Bionic update to v4.15.2 stable release (LP: #1748072)
> > + - KVM: x86: Make indirect calls in emulator speculation safe
> > + - 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()
> > + - auxdisplay: img-ascii-lcd: add missing
> MODULE_DESCRIPTION/AUTHOR/LICENSE
> > + - iio: adc/accel: Fix up module licenses
> > + - pinctrl: pxa: pxa2xx: add missing
> MODULE_DESCRIPTION/AUTHOR/LICENSE
> > + - ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
> > + - KVM: nVMX: Eliminate vmcs02 pool
> > + - 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
> > + - 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
> > + - KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX
> > + - KVM/x86: Add IBPB support
> > + - KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
> > + - KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
> > + - 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
> > + - Linux 4.15.2
> > +
> > + * Add support for the NIC on SynQuacer E-Series boards (LP: #1747792)
> > + - net: phy: core: remove now uneeded disabling of interrupts
> > + - [Config] CONFIG_NET_VENDOR_SOCIONEXT=y & CONFIG_SNI_NETSEC=m
> > + - net: socionext: Add Synquacer NetSec driver
> > + - net: socionext: include linux/io.h to fix build
> > + - net: socionext: Fix error return code in netsec_netdev_open()
> > +
> > + * [Artful/Bionic] [Config] enable EDAC_GHES for ARM64 (LP: #1747746)
> > + - [Config] CONFIG_EDAC_GHES=y
> > +
> > + * support thunderx2 vendor pmu events (LP: #1747523)
> > + - perf pmu: Pass pmu as a parameter to get_cpuid_str()
> > + - perf tools arm64: Add support for get_cpuid_str function.
> > + - perf pmu: Add helper function is_pmu_core to detect PMU CORE
> devices
> > + - perf vendor events arm64: Add ThunderX2 implementation defined
> pmu core
> > + events
> > + - perf pmu: Add check for valid cpuid in perf_pmu__find_map()
> > +
> > + * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP:
> #1732463)
> > + - SAUCE: mm: disable vma based swap readahead by default
> > + - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] Fix CONFIG_PROFILE_ALL_BRANCHES annotations
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Wed, 07 Feb 2018
> 21:13:27 -0600
> > +
> > +linux (4.15.0-7.8) bionic; urgency=medium
> > +
> > + * Bionic update to v4.15.1 stable release (LP: #1747169)
> > + - 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
> > + - ALSA: hda - Reduce the suspend time consumption for ALC256
> > + - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
> > + - crypto: aesni - handle zero length dst buffer
> > + - crypto: aesni - fix typo in generic_gcmaes_decrypt
> > + - crypto: aesni - add wrapper for generic gcm(aes)
> > + - crypto: aesni - Fix out-of-bounds access of the data buffer in
> generic-gcm-
> > + aesni
> > + - crypto: aesni - Fix out-of-bounds access of the AAD buffer in
> generic-gcm-
> > + aesni
> > + - crypto: inside-secure - fix hash when length is a multiple of a
> block
> > + - 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
> > + - power: reset: zx-reboot: add missing
> MODULE_DESCRIPTION/AUTHOR/LICENSE
> > + - gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
> > + - gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
> > + - mtd: nand: denali_pci: add missing
> MODULE_DESCRIPTION/AUTHOR/LICENSE
> > + - 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
> > + - 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
> > + - tty: fix data race between tty_init_dev and flush of buf
> > + - usb: option: Add support for FS040U modem
> > + - 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()
> > + - ANDROID: binder: remove waitqueue when thread exits.
> > + - android: binder: use VM_ALLOC to get vm area
> > + - 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()
> > + - serial: 8250_dw: Revert "Improve clock rate setting"
> > + - serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS
> > + - 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
> > + - Linux 4.15.1
> > +
> > + * Dell XPS 13 9360 bluetooth (Atheros) won't connect after resume
> > + (LP: #1744712)
> > + - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume"
> > + - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a
> "rewritten"
> > + version
> > +
> > + * apparmor profile load in stacked policy container fails (LP:
> #1746463)
> > + - SAUCE: apparmor: fix display of .ns_name for containers
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Sun, 04 Feb 2018
> 11:56:32 +0100
> > +
> > +linux (4.15.0-6.7) bionic; urgency=low
> > +
> > + * upload urgency should be medium by default (LP: #1745338)
> > + - [Packaging] update urgency to medium by default
> > +
> > + * Shutdown hang on 16.04 with iscsi targets (LP: #1569925)
> > + - scsi: libiscsi: Allow sd_shutdown on bad transport
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: (noup) Update spl to 0.7.5-1ubuntu1, zfs to 0.7.5-1ubuntu1
> > + - Revert "UBUNTU: SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM"
> > + - Revert "UBUNTU: SAUCE: mm: disable vma based swap readahead by
> default"
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.15
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 29 Jan 2018
> 08:47:07 -0600
> > +
> > +linux (4.15.0-5.6) bionic; urgency=low
> > +
> > + * $(LOCAL_ENV_CC) and $(LOCAL_ENV_DISTCC_HOSTS) should be properly
> quoted
> > + (LP: #1744077)
> > + - [Debian] pass LOCAL_ENV_CC and LOCAL_ENV_DISTCC_HOSTS properly
> > +
> > + * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC
> > + (LP: #1743638)
> > + - [d-i] Add qede to nic-modules udeb
> > +
> > + * boot failure on AMD Raven + WesternXT (LP: #1742759)
> > + - SAUCE: drm/amdgpu: add atpx quirk handling (v2)
> > +
> > + * Unable to handle kernel NULL pointer dereference at
> isci_task_abort_task
> > + (LP: #1726519)
> > + - SAUCE: Revert "scsi: libsas: allow async aborts"
> > +
> > + * Update Ubuntu-4.15.0 config to support Intel Atom devices (LP:
> #1739939)
> > + - [Config] CONFIG_SERIAL_DEV_BUS=y, CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
> > +
> > + * Miscellaneous Ubuntu changes
> > + - Rebase to v4.15-rc7
> > + - [Config] CONFIG_CPU_ISOLATION=y
> > + - [Config] Update annotations following config review
> > + - Revert "UBUNTU: SAUCE: Import aufs driver"
> > + - SAUCE: Import aufs driver
> > + - ubuntu: vbox -- update to 5.2.6-dfsg-1
> > + - ubuntu: vbox: build fixes for 4.15
> > + - ubuntu: vbox -- update to 5.2.6-dfsg-2
> > + - hio: updates for timer api changes in 4.15
> > + - enable hio build
> > + - Rebase to v4.15-rc9
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.15-rc9
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 22 Jan 2018
> 10:16:05 -0600
> > +
> > +linux (4.15.0-4.5) bionic; urgency=low
> > +
> > + * [0cf3:e010] QCA6174A XR failed to pair with bt 4.0 device (LP:
> #1741166)
> > + - SAUCE: Bluetooth: btusb: Add support for 0cf3:e010
> > +
> > + * External HDMI monitor failed to show screen on Lenovo X1 series
> > + (LP: #1738523)
> > + - SAUCE: drm/i915: Disable writing of TMDS_OE on Lenovo ThinkPad X1
> series
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Debian] autoreconstruct - add resoration of execute permissions
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.15-rc4
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Wed, 10 Jan 2018
> 10:24:22 -0600
> > +
> > +linux (4.15.0-3.4) bionic; urgency=low
> > +
> > + * ubuntu/xr-usb-serial didn't get built in zesty and artful (LP:
> #1733281)
> > + - SAUCE: make sure ubuntu/xr-usb-serial builds for x86
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.15-rc6
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Wed, 03 Jan 2018
> 20:20:43 -0600
> > +
> > +linux (4.15.0-2.3) bionic; urgency=low
> > +
> > + * nvidia-graphics-drivers-384 384.90-0ubuntu6 ADT test failure with
> linux
> > + 4.15.0-1.2 (LP: #1737752)
> > + - x86/mm: Unbreak modules that use the DMA API
> > +
> > + * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP:
> #1734147)
> > + - [Config] CONFIG_SPI_INTEL_SPI_*=n
> > +
> > + * power: commonise configs IBMVETH/IBMVSCSI and ensure both are in
> linux-image
> > + and udebs (LP: #1521712)
> > + - [Config] Include ibmvnic in nic-modules
> > +
> > + * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
> > + - [Config] Enable support for emulation of deprecated ARMv8
> instructions
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: (noup) Update spl with 4.15 compat fix (LP:#1737761)
> > + - Enable zfs build
> > + - [Debian] add icp to zfs-modules.ignore
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.15-rc4
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 18 Dec 2017
> 09:27:13 -0600
> > +
> > +linux (4.15.0-1.2) bionic; urgency=low
> > +
> > + * Disabling zfs does not always disable module checks for the zfs
> modules
> > + (LP: #1737176)
> > + - [Packaging] disable zfs module checks when zfs is disabled
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] CONFIG_UNWINDER_FRAME_POINTER=y for amd64
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.15-rc3
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Sun, 10 Dec 2017
> 22:07:19 -0600
> > +
> > +linux (4.15.0-0.1) bionic; urgency=low
> > +
> > + * Miscellaneous Ubuntu changes
> > + - ubuntu: vbox -- update to 5.2.2-dfsg-2
> > + - ubuntu: vbox: build fixes for 4.15
> > + - disable hio build
> > + - [Config] Update kernel lockdown options to fix build errors
> > + - Disable zfs build
> > + - SAUCE: Import aufs driver
> > + - [Config] Enable AUFS config options
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.15-rc2
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Fri, 08 Dec 2017
> 13:55:42 -0600
> > +
> > +linux (4.14.0-11.13) bionic; urgency=low
> > +
> > + * linux: 4.14.0-11.13 -proposed tracker (LP: #1736168)
> > +
> > + * CVE-2017-1000405
> > + - mm, thp: Do not make page table dirty unconditionally in
> touch_p[mu]d()
> > +
> > + * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP:
> #1732463)
> > + - SAUCE: mm: disable vma based swap readahead by default
> > + - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
> > +
> > + * Bionic update to v4.14.3 stable release (LP: #1735843)
> > + - s390: fix transactional execution control register handling
> > + - s390/noexec: execute kexec datamover without DAT
> > + - s390/runtime instrumention: fix possible memory corruption
> > + - s390/guarded storage: fix possible memory corruption
> > + - s390/disassembler: add missing end marker for e7 table
> > + - s390/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
> > + - x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing
> > + - x86/entry/64: Add missing irqflags tracing to
> native_load_gs_index()
> > + - perf/x86/intel: Hide TSX events when RTM is not supported
> > + - arm64: Implement arch-specific pte_access_permitted()
> > + - ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE
> > + - ARM: 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: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for
> 32-bit SMP
> > + - MIPS: ralink: Fix MT7628 pinmux
> > + - MIPS: ralink: Fix typo in mt7628 pinmux function
> > + - 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
> > + - PCI: hv: Use effective affinity mask
> > + - PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
> > + - PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
> > + - ALSA: hda: Add Raven PCI ID
> > + - 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
> > + - MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver
> > + - 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: 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: BCM47XX: Fix LED inversion for WRT54GSv1
> > + - 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
> > + - ASoC: sun8i-codec: Invert Master / Slave condition
> > + - ASoC: sun8i-codec: Fix left and right channels inversion
> > + - ASoC: sun8i-codec: Set the BCLK divider
> > + - 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: Export nand_reset() symbol
> > + - 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
> > + - mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence
> > + - 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
> > + - irqchip/gic-v3: Fix ppi-partitions lookup
> > + - lockd: double unregister of inetaddr notifiers
> > + - KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers
> if not
> > + enabled
> > + - KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
> > + - KVM: SVM: obey guest PAT
> > + - kvm: vmx: Reinstate support for CPUs without virtual NMI
> > + - 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
> > + - 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
> > + - i40e: Use smp_rmb rather than read_barrier_depends
> > + - igb: Use smp_rmb rather than read_barrier_depends
> > + - igbvf: Use smp_rmb rather than read_barrier_depends
> > + - ixgbevf: Use smp_rmb rather than read_barrier_depends
> > + - i40evf: Use smp_rmb rather than read_barrier_depends
> > + - fm10k: Use smp_rmb rather than read_barrier_depends
> > + - ixgbe: Fix skb list corruption on Power systems
> > + - parisc: 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
> > + - cx231xx-cards: fix NULL-deref on missing association descriptor
> > + - media: v4l2-ctrl: Fix flags field on Control events
> > + - media: venus: fix wrong size on dma_free
> > + - media: venus: venc: fix bytesused v4l2_plane field
> > + - 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: add a new a000 device
> > + - iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons
> > + - iwlwifi: add new cards for a000 series
> > + - iwlwifi: add new cards for 8265 series
> > + - iwlwifi: add new cards for 8260 series
> > + - 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
> > + - Linux 4.14.3
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: s390/topology: don't inline cpu_to_node
> > + - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 04 Dec 2017
> 09:08:07 -0600
> > +
> > +linux (4.14.0-10.12) bionic; urgency=low
> > +
> > + * linux: 4.14.0-10.12 -proposed tracker (LP: #1734901)
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: Enable the ACPI kernel debugger and acpidbg tool
> > + - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers
> package
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 28 Nov 2017
> 08:46:49 -0600
> > +
> > +linux (4.14.0-9.11) bionic; urgency=low
> > +
> > + * linux: 4.14.0-9.11 -proposed tracker (LP: #1734728)
> > +
> > + * Miscellaneous Ubuntu changes
> > + - Revert "UBUNTU: SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to
> > + 0.7.3-1ubuntu1"
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 27 Nov 2017
> 12:44:48 -0600
> > +
> > +linux (4.14.0-8.10) bionic; urgency=low
> > +
> > + * linux: 4.14.0-8.10 -proposed tracker (LP: #1734695)
> > +
> > + * Bionic update to v4.14.2 stable release (LP: #1734694)
> > + - bio: ensure __bio_clone_fast copies bi_partno
> > + - af_netlink: ensure that NLMSG_DONE never fails in dumps
> > + - vxlan: fix the issue that neigh proxy blocks all icmpv6 packets
> > + - net: cdc_ncm: GetNtbFormat endian fix
> > + - fealnx: Fix building error on MIPS
> > + - net/sctp: Always set scope_id in sctp_inet6_skb_msgname
> > + - ima: do not update security.ima if appraisal status is not
> INTEGRITY_PASS
> > + - serial: omap: Fix EFR write on RTS deassertion
> > + - serial: 8250_fintek: Fix finding base_port with activated SuperIO
> > + - tpm-dev-common: Reject too short writes
> > + - rcu: Fix up pending cbs check in rcu_prepare_for_idle
> > + - mm/pagewalk.c: report holes in hugetlb ranges
> > + - ocfs2: fix cluster hang after a node dies
> > + - ocfs2: should wait dio before inode lock in ocfs2_setattr()
> > + - ipmi: fix unsigned long underflow
> > + - mm/page_alloc.c: broken deferred calculation
> > + - mm/page_ext.c: check if page_ext is not prepared
> > + - coda: fix 'kernel memory exposure attempt' in fsync
> > + - ipmi: Prefer ACPI system interfaces over SMBIOS ones
> > + - Linux 4.14.2
> > +
> > + * Bionic update to v4.14.1 stable release (LP: #1734693)
> > + - EDAC, sb_edac: Don't create a second memory controller if HA1 is
> not present
> > + - dmaengine: dmatest: warn user when dma test times out
> > + - media: imon: Fix null-ptr-deref in imon_probe
> > + - media: dib0700: fix invalid dvb_detach argument
> > + - crypto: dh - Fix double free of ctx->p
> > + - crypto: dh - Don't permit 'p' to be 0
> > + - crypto: dh - Don't permit 'key' or 'g' size longer than 'p'
> > + - crypto: brcm - Explicity ACK mailbox message
> > + - USB: early: Use new USB product ID and strings for DbC device
> > + - USB: usbfs: compute urb->actual_length for isochronous
> > + - USB: Add delay-init quirk for Corsair K70 LUX keyboards
> > + - usb: gadget: f_fs: Fix use-after-free in ffs_free_inst
> > + - USB: serial: metro-usb: stop I/O after failed open
> > + - USB: serial: Change DbC debug device binding ID
> > + - USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw
> update
> > + - USB: serial: garmin_gps: fix I/O after failed probe and remove
> > + - USB: serial: garmin_gps: fix memory leak on probe errors
> > + - selftests/x86/protection_keys: Fix syscall NR redefinition
> warnings
> > + - x86/MCE/AMD: Always give panic severity for UC errors in kernel
> context
> > + - platform/x86: peaq-wmi: Add DMI check before binding to the WMI
> interface
> > + - platform/x86: peaq_wmi: Fix missing terminating entry for
> peaq_dmi_table
> > + - HID: cp2112: add HIDRAW dependency
> > + - HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen
> collection
> > + - rpmsg: glink: Add missing MODULE_LICENSE
> > + - staging: wilc1000: Fix bssid buffer offset in Txq
> > + - staging: sm750fb: Fix parameter mistake in poke32
> > + - staging: ccree: fix 64 bit scatter/gather DMA ops
> > + - staging: greybus: spilib: fix use-after-free after deregistration
> > + - staging: rtl8188eu: Revert 4 commits breaking ARP
> > + - spi: fix use-after-free at controller deregistration
> > + - sparc32: Add cmpxchg64().
> > + - sparc64: mmu_context: Add missing include files
> > + - sparc64: Fix page table walk for PUD hugepages
> > + - Linux 4.14.1
> > +
> > + * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660)
> > + - [Config]: Set PANIC_TIMEOUT=10 on ppc64el
> > +
> > + * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse
> users
> > + (LP: #1732627)
> > + - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 27 Nov 2017
> 07:43:44 -0600
> > +
> > +linux (4.14.0-7.9) bionic; urgency=low
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: apparmor: add base infastructure for socket mediation
> > + - SAUCE: apparmor: af_unix mediation
> > + - SAUCE: LSM stacking: procfs: add smack subdir to attrs
> > + - SAUCE: LSM stacking: LSM: manage credential security blobs
> > + - SAUCE: LSM stacking: LSM: Manage file security blobs
> > + - SAUCE: LSM stacking: LSM: manage task security blobs
> > + - SAUCE: LSM stacking: LSM: Infrastructure management of the
> remaining blobs
> > + - SAUCE: LSM stacking: LSM: general but not extreme module stacking
> > + - SAUCE: LSM stacking: LSM: Complete task_alloc hook
> > + - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs
> > + - SAUCE: LSM stacking: fixup initialize task->security
> > + - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
> > + - SAUCE: LSM stacking: add support for stacking getpeersec_stream
> > + - SAUCE: LSM stacking: add stacking support to apparmor network
> hooks
> > + - SAUCE: LSM stacking: fixup apparmor stacking enablement
> > + - SAUCE: LSM stacking: fixup stacking kconfig
> > + - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel
> boot params
> > + - SAUCE: LSM stacking: provide prctl interface for setting context
> > + - SAUCE: LSM stacking: inherit current display LSM
> > + - SAUCE: LSM stacking: keep an index for each registered LSM
> > + - SAUCE: LSM stacking: verify display LSM
> > + - SAUCE: LSM stacking: provide a way to specify the default display
> lsm
> > + - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
> > + - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
> > + - SAUCE: LSM stacking: add Kconfig to set default display LSM
> > + - SAUCE: LSM stacking: add configs for LSM stacking
> > + - SAUCE: LSM stacking: check for invalid zero sized writes
> > + - [Config] Run updateconfigs after merging LSM stacking
> > + - [Config] CONFIG_AMD_MEM_ENCRYPT=y
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.14
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 13 Nov 2017
> 08:12:08 -0600
> > +
> > +linux (4.14.0-6.8) bionic; urgency=low
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: add workarounds to enable ZFS for 4.14
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.14-rc8
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 06 Nov 2017
> 11:39:00 -0600
> > +
> > +linux (4.14.0-5.7) bionic; urgency=low
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Debian] Fix invocation of dh_prep for dbgsym packages
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 31 Oct 2017
> 07:07:23 -0500
> > +
> > +linux (4.14.0-4.5) bionic; urgency=low
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Packaging] virtualbox -- reduce in kernel module versions
> > + - vbox-update: Fix up KERN_DIR definitions
> > + - ubuntu: vbox -- update to 5.2.0-dfsg-2
> > + - [Config] CONFIG_AMD_MEM_ENCRYPT=n
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.14-rc7
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 30 Oct 2017
> 13:29:20 -0500
> > +
> > +linux (4.14.0-3.4) artful; urgency=low
> > +
> > + * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP:
> #1723986)
> > + - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3
> > + - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI
> > + - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th
> and X280
> > +
> > + * powerpc/64s: Add workaround for P9 vector CI load issuenext (LP:
> #1721070)
> > + - powerpc/64s: Add workaround for P9 vector CI load issue
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: staging: vboxvideo: Fix reporting invalid
> suggested-offset-properties
> > + - [Config] CONFIG_DRM_VBOXVIDEO=m
> > + - SAUCE: Import aufs driver
> > + - [Config] Enable aufs
> > + - [Config] Reorder annotations file after enabling aufs
> > + - vbox-update: Disable imported vboxvideo module
> > + - ubuntu: vbox -- update to 5.1.30-dfsg-1
> > + - Enable vbox
> > + - hio: Use correct sizes when initializing ssd_index_bits* arrays
> > + - hio: Update io stat accounting for 4.14
> > + - Enable hio
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.14-rc5
> > + * Rebase to v4.14-rc6
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 23 Oct 2017
> 13:53:52 -0500
> > +
> > +linux (4.14.0-2.3) artful; urgency=low
> > +
> > + * [Bug] USB controller failed to respond on Denverton after loading
> > + intel_th_pci module (LP: #1715833)
> > + - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH
> > +
> > + * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with
> Ubuntu
> > + 17.10 (kernel 4.13) (LP: #1719290)
> > + - SAUCE: s390: update zfcpdump_defconfig
> > +
> > + * Add installer support for Broadcom BCM573xx network drivers. (LP:
> #1720466)
> > + - d-i: Add bnxt_en to nic-modules.
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] Update annotations for 4.14-rc2
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.14-rc3
> > + * Rebase to v4.14-rc4
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Wed, 11 Oct 2017
> 16:04:27 -0500
> > +
> > +linux (4.14.0-1.2) artful; urgency=low
> > +
> > + * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045)
> > + - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub
> descriptor
> > +
> > + * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091)
> > + - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev
> > +
> > + * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland
> > + (LP: #1718679)
> > + - [Config] CONFIG_DRM_VBOXVIDEO=n
> > +
> > + * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734)
> > + - [Config] Disable CONFIG_IPMMU_VMSA on arm64
> > +
> > + * autopkgtest profile fails to build on armhf (LP: #1717920)
> > + - [Packaging] autopkgtest -- disable d-i when dropping flavours
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] CONFIG_I2C_XLP9XX=m
> > + - [Packaging] Use SRCPKGNAME rather than hard-coding the source
> package name
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.14-rc2
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Fri, 29 Sep 2017
> 09:09:11 -0400
> > +
> > +linux (4.14.0-0.1) artful; urgency=low
> > +
> > + * Miscellaneous Ubuntu changes
> > + - Disable vbox build
> > + - Disable hio build
> > + - Disable zfs build
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.14-rc1
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 19 Sep 2017
> 20:22:29 -0500
> > +
> > +linux (4.13.0-11.12) artful; urgency=low
> > +
> > + * linux: 4.13.0-11.12 -proposed tracker (LP: #1716699)
> > +
> > + * kernel panic -not syncing: Fatal exception: panic_on_oops (LP:
> #1708399)
> > + - s390/mm: fix local TLB flushing vs. detach of an mm address space
> > + - s390/mm: fix race on mm->context.flush_mm
> > +
> > + * CVE-2017-1000251
> > + - Bluetooth: Properly check L2CAP config option output buffer length
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 12 Sep 2017
> 10:18:38 -0500
> > +
> > +linux (4.13.0-10.11) artful; urgency=low
> > +
> > + * linux: 4.13.0-10.11 -proposed tracker (LP: #1716287)
> > +
> > + * please add aufs-dkms to the Provides: for the kernel packages (LP:
> #1716093)
> > + - [Packaging] Add aufs-dkms to the Provides: for kernel packages
> > +
> > + * Artful update to v4.13.1 stable release (LP: #1716284)
> > + - 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
> > + - USB: musb: fix external abort on suspend
> > + - ANDROID: binder: add padding to binder_fd_array_object.
> > + - ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
> > + - USB: core: Avoid race of async_completed() w/ usbdev_release()
> > + - staging/rts5208: fix incorrect shift to extract upper nybble
> > + - staging: ccree: save ciphertext for CTS IV
> > + - staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks
> > + - 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
> > + - binder: free memory on error
> > + - crypto: caam/qi - fix compilation with
> CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
> > + - crypto: caam/qi - fix compilation with DEBUG enabled
> > + - thunderbolt: Fix reset response_type
> > + - fpga: altera-hps2fpga: fix multiple init of l3_remap_lock
> > + - intel_th: pci: Add Cannon Lake PCH-H support
> > + - intel_th: pci: Add Cannon Lake PCH-LP support
> > + - ath10k: fix memory leak in rx ring buffer allocation
> > + - drm/vgem: Pin our pages for dmabuf exports
> > + - drm/ttm: Fix accounting error when fail to get pages for pool
> > + - drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state()
> correctly
> > + - 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
> > + - MCB: add support for SC31 to mcb-lpc
> > + - s390/mm: avoid empty zero pages for KVM guests to avoid postcopy
> hangs
> > + - 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
> > + - Linux 4.13.1
> > +
> > + * Kernel has trouble recognizing Corsair Strafe RGB keyboard (LP:
> #1678477)
> > + - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
> > +
> > + * SRIOV: warning if unload VFs (LP: #1715073)
> > + - PCI: Disable VF decoding before pcibios_sriov_disable() updates
> resources
> > +
> > + * [Patch] network-i40e:NVM bug fixes (cherrypick from 4.14) (LP:
> #1715578)
> > + - i40e: avoid NVM acquire deadlock during NVM update
> > + - i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq
> > +
> > + * [P9,POwer NV] Perf PMU event : pm_br_2path and pm_ld_miss_l1 is
> counted
> > + twice when perf stat is done (perf:) (LP: #1714571)
> > + - perf vendor events powerpc: Remove duplicate events
> > +
> > + * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
> > + (LP: #1703339)
> > + - [Config] Include vmd in storage-core-modules udeb
> > +
> > + * 17.10 fails to boot on POWER9 DD2.0 with Deep stop states (LP:
> #1715064)
> > + - powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle
> > + - powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug
> > + - SAUCE: powerpc/powernv: Clear LPCR[PECE1] via stop-api only for
> deep state
> > + offline
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: selftests/seccomp: Support glibc 2.26 siginfo_t.h
> > + - Revert "UBUNTU: SAUCE: Import aufs driver"
> > + - SAUCE: Import aufs driver
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Sun, 10 Sep 2017
> 17:48:59 -0500
> > +
> > +linux (4.13.0-9.10) artful; urgency=low
> > +
> > + * linux: 4.13.0-9.10 -proposed tracker (LP: #1715145)
> > +
> > + * EDAC sbridge: Failed to register device with error -22. (LP:
> #1714112)
> > + - [Config] CONFIG_EDAC_GHES=n
> > +
> > + * Miscellaneous Ubuntu changes
> > + - ubuntu: vbox -- update to 5.1.26-dfsg-2
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.13
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 05 Sep 2017
> 07:51:19 -0500
> > +
> > +linux (4.13.0-8.9) artful; urgency=low
> > +
> > + * snapd 2.27.3+17.10 ADT test failure with linux 4.13.0-6.7 (LP:
> #1713103)
> > + - SAUCE: apparmor: fix apparmorfs DAC access, permissions
> > +
> > + * enable ARCH_SUNXI (and friends) in arm64 kernel .config (LP:
> #1701137)
> > + - [Config] Enable CONFIG_ARCH_SUNXI and related options for arm64
> > +
> > + * [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
> > + Harrisonville SDP (LP: #1709257)
> > + - EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake
> > + - EDAC, pnd2: Mask off the lower four bits of a BAR
> > + - EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read
> BAR
> > + - EDAC, pnd2: Properly toggle hidden state for P2SB PCI device
> > + - SAUCE: i2c: i801: Restore the presence state of P2SB PCI device
> after
> > + reading BAR
> > +
> > + * Miscellaneous Ubuntu changes
> > + - Revert "UBUNTU: SAUCE: Import aufs driver"
> > + - SAUCE: Import aufs driver
> > + - SAUCE: selftests/powerpc: Disable some ptrace selftests
> > + - [Config] CONFIG_CRYPTO_DEV_NITROX_CNN55XX=n for s390x
> > + - [Config] CONFIG_I2C_SLAVE=n for amd64, i386, ppc64el
> > + - [Config] Disable CONFIG_MDIO_* options for s390x
> > + - [Config] CONFIG_SCSI_MQ_DEFAULT=n for s390x
> > + - [Config] Update annotations for 4.13
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Thu, 31 Aug 2017
> 14:27:09 -0500
> > +
> > +linux (4.13.0-7.8) artful; urgency=low
> > +
> > + * linux 4.12.0-11.12 ADT test failure with linux 4.12.0-11.12 (LP:
> #1710904)
> > + - SAUCE: selftests/powerpc: Use snprintf to construct DSCR sysfs
> interface
> > + paths
> > +
> > + * Miscellaneous Ubuntu changes
> > + - Revert "UBUNTU: SAUCE: seccomp: log actions even when audit is
> disabled"
> > +
> > + * Miscellaneous upstream changes
> > + - seccomp: Provide matching filter for introspection
> > + - seccomp: Sysctl to display available actions
> > + - seccomp: Operation for checking if an action is available
> > + - seccomp: Sysctl to configure actions that are allowed to be logged
> > + - seccomp: Selftest for detection of filter flag support
> > + - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
> > + - seccomp: Action to log before allowing
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.13-rc7
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 28 Aug 2017
> 08:12:24 -0500
> > +
> > +linux (4.13.0-6.7) artful; urgency=low
> > +
> > + * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP:
> #1712481)
> > + - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
> > +
> > + * sort ABI files with C.UTF-8 locale (LP: #1712345)
> > + - [Packaging] sort ABI files with C.UTF-8 locale
> > +
> > + * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
> > + - SAUCE: igb: add support for using Broadcom 54616 as PHY
> > +
> > + * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220)
> > + - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
> > + - powerpc/mm/radix: Improve TLB/PWC flushes
> > + - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
> > +
> > + * Linux 4.12 refuses to load self-signed modules under Secure Boot
> with
> > + properly enrolled keys (LP: #1712168)
> > + - SAUCE: (efi-lockdown) MODSIGN: Fix module signature verification
> > +
> > + * [17.10 FEAT] Enable NVMe driver - kernel (LP: #1708432)
> > + - [Config] CONFIG_BLK_DEV_NVME=m for s390
> > +
> > + * Artful: 4.12.0-11.12: Boot panic in
> vlv2_plat_configure_clock+0x3b/0xa0
> > + (LP: #1711298)
> > + - [Config] CONFIG_INTEL_ATOMISP=n
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: apparmor: af_unix mediation
> > +
> > + * Miscellaneous upstream changes
> > + - apparmor: Fix shadowed local variable in unpack_trans_table()
> > + - apparmor: Fix logical error in verify_header()
> > + - apparmor: Fix an error code in aafs_create()
> > + - apparmor: Redundant condition: prev_ns. in [label.c:1498]
> > + - apparmor: add the ability to mediate signals
> > + - apparmor: add mount mediation
> > + - apparmor: cleanup conditional check for label in label_print
> > + - apparmor: add support for absolute root view based labels
> > + - apparmor: make policy_unpack able to audit different info messages
> > + - apparmor: add more debug asserts to apparmorfs
> > + - apparmor: add base infastructure for socket mediation
> > + - apparmor: move new_null_profile to after profile lookup fns()
> > + - apparmor: fix race condition in null profile creation
> > + - apparmor: ensure unconfined profiles have dfas initialized
> > + - apparmor: fix incorrect type assignment when freeing proxies
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.13-rc6
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Wed, 23 Aug 2017
> 08:10:38 -0500
> > +
> > +linux (4.13.0-5.6) artful; urgency=low
> > +
> > + * Ubuntu17.10 - perf: Update Power9 PMU event JSON files (LP:
> #1708630)
> > + - perf pmu-events: Support additional POWER8+ PVR in mapfile
> > + - perf vendor events: Add POWER9 PMU events
> > + - perf vendor events: Add POWER9 PVRs to mapfile
> > + - SAUCE: perf vendor events powerpc: remove suffix in mapfile
> > + - SAUCE: perf vendor events powerpc: Update POWER9 events
> > +
> > + * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171)
> > + - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el
> > +
> > + * Please only recommend or suggest initramfs-tools |
> linux-initramfs-tool for
> > + kernels able to boot without initramfs (LP: #1700972)
> > + - [Debian] Don't depend on initramfs-tools
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: Import aufs driver
> > + - SAUCE: aufs -- Add missing argument to loop_switch() call
> > + - [Config] Enable aufs
> > + - SAUCE: (noup) Update spl to 0.6.5.11-ubuntu1, zfs to
> 0.6.5.11-1ubuntu3
> > + - Enable zfs build
> > + - SAUCE: powerpc: Always initialize input array when calling
> epapr_hypercall()
> > + - [Packaging] switch up to debhelper 9
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.13-rc5
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 15 Aug 2017
> 09:24:16 -0500
> > +
> > +linux (4.13.0-4.5) artful; urgency=low
> > +
> > + * Lenovo Yoga 910 Sensors (LP: #1708120)
> > + - SAUCE: (no-up) HID: Add quirk for Lenovo Yoga 910 with ITE Chips
> > +
> > + * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
> > + (LP: #1703339)
> > + - [Config] Add vmd driver to generic inclusion list
> > +
> > + * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
> > + - [Config] CONFIG_SATA_HIGHBANK=y
> > +
> > + * Miscellaneous Ubuntu changes
> > + - ubuntu: vbox -- update to 5.1.26-dfsg-1
> > + - SAUCE: hio: Build fixes for 4.13
> > + - Enable hio build
> > + - SAUCE: (noup) Update spl to 0.6.5.11-1, zfs to 0.6.5.11-1ubuntu1
> > + - [debian] use all rather than amd64 dkms debs for sync
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.13-rc4
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 08 Aug 2017
> 11:31:48 -0500
> > +
> > +linux (4.13.0-3.4) artful; urgency=low
> > +
> > + * Adt tests of src:linux time out often on armhf lxc containers (LP:
> #1705495)
> > + - [Packaging] tests -- reduce rebuild test to one flavour
> > + - [Packaging] tests -- reduce rebuild test to one flavour -- use
> filter
> > +
> > + * snapd 2.26.8+17.10 ADT test failure with linux 4.12.0-6.7 (LP:
> #1704158)
> > + - SAUCE: virtio_net: Revert mergeable buffer handling rework
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.13-rc3
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 31 Jul 2017
> 10:08:16 -0500
> > +
> > +linux (4.13.0-2.3) artful; urgency=low
> > +
> > + * Change CONFIG_IBMVETH to module (LP: #1704479)
> > + - [Config] CONFIG_IBMVETH=m
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.13-rc2
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 24 Jul 2017
> 13:58:08 -0500
> > +
> > +linux (4.13.0-1.2) artful; urgency=low
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Debian] Support sphinx-based kernel documentation
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Thu, 20 Jul 2017
> 09:18:33 -0500
> > +
> > +linux (4.13.0-0.1) artful; urgency=low
> > +
> > + * Miscellaneous Ubuntu changes
> > + - Disable hio
> > + - Disable zfs build
> > + - ubuntu: vbox -- update to 5.1.24-dfsg-1
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.13-rc1
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Wed, 19 Jul 2017
> 15:09:31 -0500
> > +
> > +linux (4.12.0-7.8) artful; urgency=low
> > +
> > + * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with
> vhost=on
> > + (LP: #1673564)
> > + - arm64: Add a facility to turn an ESR syndrome into a sysreg
> encoding
> > + - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2
> registers
> > + - KVM: arm64: Make kvm_condition_valid32() accessible from EL2
> > + - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg
> accesses at EL2
> > + - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
> > + - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
> > + - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
> > + - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
> > + - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
> > + - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
> > + - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
> > + - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
> > + - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
> > + - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
> > + - KVM: arm64: vgic-v3: Add misc Group-0 handlers
> > + - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
> > + - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
> > + - arm64: Add MIDR values for Cavium cn83XX SoCs
> > + - arm64: Add workaround for Cavium Thunder erratum 30115
> > + - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
> > + - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
> > + - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
> > + - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
> > + - KVM: arm64: Enable GICv3 common sysreg trapping via command-line
> > + - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
> > + - KVM: arm64: Log an error if trapping a read-from-write-only GICv3
> access
> > + - KVM: arm64: Log an error if trapping a write-to-read-only GICv3
> access
> > +
> > + * hns: under heavy load, NIC may fail and require reboot (LP:
> #1704146)
> > + - net: hns: Bugfix for Tx timeout handling in hns driver
> > +
> > + * New ACPI identifiers for ThunderX SMMU (LP: #1703437)
> > + - iommu/arm-smmu: Plumb in new ACPI identifiers
> > +
> > + * Transparent hugepages should default to enabled=madvise (LP:
> #1703742)
> > + - SAUCE: use CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y as default
> > +
> > + * Artful update to v4.12.1 stable release (LP: #1703858)
> > + - driver core: platform: fix race condition with driver_override
> > + - RDMA/uverbs: Check port number supplied by user verbs cmds
> > + - usb: dwc3: replace %p with %pK
> > + - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
> > + - usb: usbip: set buffer pointers to NULL after free
> > + - Add USB quirk for HVR-950q to avoid intermittent device resets
> > + - usb: Fix typo in the definition of Endpoint[out]Request
> > + - USB: core: fix device node leak
> > + - USB: serial: option: add two Longcheer device ids
> > + - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
> > + - 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
> > + - powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error
> > + - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short
> strings
> > + - sched/fair, cpumask: Export for_each_cpu_wrap()
> > + - sched/core: Implement new approach to scale select_idle_cpu()
> > + - sched/numa: Use down_read_trylock() for the mmap_sem
> > + - sched/numa: Override part of migrate_degrades_locality() when
> idle balancing
> > + - sched/fair: Simplify wake_affine() for the single socket case
> > + - sched/numa: Implement NUMA node level wake_affine()
> > + - sched/fair: Remove effective_load()
> > + - sched/numa: Hide numa_wake_affine() from UP build
> > + - xen: avoid deadlock in xenbus driver
> > + - crypto: drbg - Fixes panic in wait_for_completion call
> > + - Linux 4.12.1
> > +
> > + * cxlflash update request in the Xenial SRU stream (LP: #1702521)
> > + - scsi: cxlflash: Combine the send queue locks
> > + - scsi: cxlflash: Update cxlflash_afu_sync() to return errno
> > + - scsi: cxlflash: Reset hardware queue context via specified
> register
> > + - scsi: cxlflash: Schedule asynchronous reset of the host
> > + - scsi: cxlflash: Handle AFU sync failures
> > + - scsi: cxlflash: Track pending scsi commands in each hardware queue
> > + - scsi: cxlflash: Flush pending commands in cleanup path
> > + - scsi: cxlflash: Add scsi command abort handler
> > + - scsi: cxlflash: Create character device to provide host
> management interface
> > + - scsi: cxlflash: Separate AFU internal command handling from AFU
> sync
> > + specifics
> > + - scsi: cxlflash: Introduce host ioctl support
> > + - scsi: cxlflash: Refactor AFU capability checking
> > + - scsi: cxlflash: Support LUN provisioning
> > + - scsi: cxlflash: Support AFU debug
> > + - scsi: cxlflash: Support WS16 unmap
> > + - scsi: cxlflash: Remove zeroing of private command data
> > + - scsi: cxlflash: Update TMF command processing
> > + - scsi: cxlflash: Avoid double free of character device
> > + - scsi: cxlflash: Update send_tmf() parameters
> > + - scsi: cxlflash: Update debug prints in reset handlers
> > +
> > + * make snap-pkg support (LP: #1700747)
> > + - make snap-pkg support
> > +
> > + * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP:
> #1698706)
> > + - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving
> HiSilicon bridge
> > +
> > + * arm64: fix crash reading /proc/kcore (LP: #1702749)
> > + - fs/proc: kcore: use kcore_list type to check for vmalloc/module
> address
> > + - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
> > +
> > + * Opal and POWER9 DD2 (LP: #1702159)
> > + - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9
> > +
> > + * Data corruption with hio driver (LP: #1701316)
> > + - SAUCE: hio: Fix incorrect use of enum req_opf values
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2
> > + - snapcraft.yaml: Sync with xenial
> > + - [Config] CONFIG_CAVIUM_ERRATUM_30115=y
> > +
> > + * Miscellaneous upstream changes
> > + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for
> secureboot and
> > + MokSBState"
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Fri, 14 Jul 2017
> 15:25:41 -0500
> > +
> > +linux (4.12.0-6.7) artful; urgency=low
> > +
> > + * update ENA driver to 1.2.0k from net-next (LP: #1701575)
> > + - net: ena: change return value for unsupported features
> unsupported return
> > + value
> > + - net: ena: add hardware hints capability to the driver
> > + - net: ena: change sizeof() argument to be the type pointer
> > + - net: ena: add reset reason for each device FLR
> > + - net: ena: add support for out of order rx buffers refill
> > + - net: ena: allow the driver to work with small number of msix
> vectors
> > + - net: ena: use napi_schedule_irqoff when possible
> > + - net: ena: separate skb allocation to dedicated function
> > + - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
> > + - net: ena: update driver's rx drop statistics
> > + - net: ena: update ena driver to version 1.2.0
> > +
> > + * APST gets enabled against explicit kernel option (LP: #1699004)
> > + - nvme: explicitly disable APST on quirked devices
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40)
> > + - SAUCE: hio updates for 4.12
> > + - SAUCE: Enable hio build
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Wed, 05 Jul 2017
> 14:23:20 -0500
> > +
> > +linux (4.12.0-5.6) artful; urgency=low
> > +
> > + * ERAT invalidate on context switch removal (LP: #1700819)
> > + - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
> > +
> > + * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP:
> #1700521)
> > + - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9
> > +
> > + * Miscellaneous Ubuntu changes
> > + - d-i: Move qcom-emac from arm64 to shared nic-modules
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.12
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 03 Jul 2017
> 07:52:02 -0500
> > +
> > +linux (4.12.0-4.5) artful; urgency=low
> > +
> > + * aacraid driver may return uninitialized stack data to userspace
> > + (LP: #1700077)
> > + - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to
> userspace
> > +
> > + * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP:
> #1699651)
> > + - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
> > +
> > + * AACRAID for power9 platform (LP: #1689980)
> > + - scsi: aacraid: Remove __GFP_DMA for raw srb memory
> > + - scsi: aacraid: Fix DMAR issues with iommu=pt
> > + - scsi: aacraid: Added 32 and 64 queue depth for arc natives
> > + - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks
> > + - scsi: aacraid: Remove reset support from check_health
> > + - scsi: aacraid: Change wait time for fib completion
> > + - scsi: aacraid: Log count info of scsi cmds before reset
> > + - scsi: aacraid: Print ctrl status before eh reset
> > + - scsi: aacraid: Using single reset mask for IOP reset
> > + - scsi: aacraid: Rework IOP reset
> > + - scsi: aacraid: Add periodic checks to see IOP reset status
> > + - scsi: aacraid: Rework SOFT reset code
> > + - scsi: aacraid: Rework aac_src_restart
> > + - scsi: aacraid: Use correct function to get ctrl health
> > + - scsi: aacraid: Make sure ioctl returns on controller reset
> > + - scsi: aacraid: Enable ctrl reset for both hba and arc
> > + - scsi: aacraid: Add reset debugging statements
> > + - scsi: aacraid: Remove reference to Series-9
> > + - scsi: aacraid: Update driver version to 50834
> > +
> > + * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700)
> > + - SAUCE: drm: hibmc: Use set_busid function from drm core
> > +
> > + * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954)
> > + - d-i: Add hibmc-drm to kernel-image udeb
> > +
> > + * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844)
> > + - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] CONFIG_SATA_MV=n and CONFIG_GENERIC_PHY=n for s390x
> > + - [Config] CONFIG_ATA=n for s390x
> > + - [Config] Update annotations for 4.12
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.12-rc7
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 26 Jun 2017
> 11:27:29 -0500
> > +
> > +linux (4.12.0-3.4) artful; urgency=low
> > +
> > + * Miscellaneous upstream changes
> > + - ufs: fix the logics for tail relocation
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.12-rc6
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 19 Jun 2017
> 14:50:39 -0500
> > +
> > +linux (4.12.0-2.3) artful; urgency=low
> > +
> > + * CVE-2014-9900
> > + - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in
> > + ethtool_get_wol()
> > +
> > + * System doesn't boot properly on Gigabyte AM4 motherboards (AMD
> Ryzen)
> > + (LP: #1671360)
> > + - pinctrl/amd: Use regular interrupt instead of chained
> > +
> > + * extend-diff-ignore should use exact matches (LP: #1693504)
> > + - [Packaging] exact extend-diff-ignore matches
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: efi: Don't print secure boot state from the efi stub
> > + - ubuntu: vbox -- Update to 5.1.22-dfsg-1
> > + - SAUCE: vbox fixes for 4.12
> > + - Re-enable virtualbox build
> > + - [Config] CONFIG_ORANGEFS_FS=m
> > + - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to
> 0.6.5.9-5ubuntu7
> > + - Enable zfs build
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.12-rc4
> > + * Rebase to v4.12-rc5
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Sun, 11 Jun 2017
> 22:25:13 -0500
> > +
> > +linux (4.12.0-1.2) artful; urgency=low
> > +
> > + * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337)
> > + - [Config] Enable CONFIG_DRM_MGAG200 as module
> > +
> > + * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
> > + - [Config] CONFIG_LIBIO=y on arm64 only
> > + - SAUCE: LIBIO: Introduce a generic PIO mapping method
> > + - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
> > + - [Config] CONFIG_HISILICON_LPC=y
> > + - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07
> > + - SAUCE: LIBIO: Support the dynamically logical PIO registration of
> ACPI host
> > + I/O
> > + - SAUCE: LPC: Add the ACPI LPC support
> > + - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
> > + - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO
> > +
> > + * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
> > + - SAUCE: tty: Fix ldisc crash on reopened tty
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa'
> > + - Rebase to v4.12-rc3
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.12-rc3
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Mon, 29 May 2017
> 20:56:29 -0500
> > +
> > +linux (4.12.0-0.1) artful; urgency=low
> > +
> > + * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614)
> > + - [Config] CONFIG_ARM64_LSE_ATOMICS=y
> > +
> > + * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914)
> > + - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64
> > +
> > + * exec'ing a setuid binary from a threaded program sometimes fails to
> setuid
> > + (LP: #1672819)
> > + - SAUCE: exec: ensure file system accounting in check_unsafe_exec
> is correct
> > +
> > + * Miscellaneous Ubuntu changes
> > + - Update find-missing-sauce.sh to compare to artful
> > + - Update dropped.txt
> > + - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
> > + - SAUCE: (efi-lockdown) Add the ability to lock down access to the
> running
> > + kernel image
> > + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in
> secure boot
> > + mode
> > + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is
> locked down
> > + - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
> > + - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is
> locked down
> > + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across
> kexec
> > + reboot
> > + - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if
> securelevel has been
> > + set
> > + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is
> locked down
> > + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked
> down
> > + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is
> locked
> > + down
> > + - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when
> the kernel
> > + is locked down
> > + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when
> the kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when
> the kernel
> > + has been locked down
> > + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
> > + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions
> when the
> > + kernel is locked down
> > + - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
> > + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
> > + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition
> of keys to
> > + secondary keyring
> > + - SAUCE: (efi-lockdown) efi: Add EFI signature data types
> > + - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
> > + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI
> Secure Boot
> > + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be
> suppressed
> > + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
> > + - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit
> for
> > + MokSBState
> > + - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and
> MokSBState
> > + - [Config] Set values for UEFI secure boot lockdown options
> > + - Disable virtualbox build
> > + - Disable hio build
> > + - SAUCE: securityfs: Replace CURRENT_TIME with current_time()
> > + - Disable zfs build
> > + - [Debian] Work out upstream tag for use with gen-auto-reconstruct
> > + - SAUCE: Import aufs driver
> > + - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
> > + - [Config] Enable aufs
> > + - SAUCE: perf callchain: Include errno.h on x86 unconditinally
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * Rebase to v4.12-rc2
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Sun, 21 May 2017
> 23:44:44 -0500
> > +
> > +linux (4.11.0-3.8) artful; urgency=low
> > +
> > + [ Seth Forshee ]
> > +
> > + * Release Tracking Bug
> > + - LP: #1690999
> > +
> > + * apparmor_parser hangs indefinitely when called by multiple threads
> > + (LP: #1645037)
> > + - SAUCE: apparmor: fix lock ordering for mkdir
> > +
> > + * apparmor leaking securityfs pin count (LP: #1660846)
> > + - SAUCE: apparmor: fix leak on securityfs pin count
> > +
> > + * apparmor reference count leak when securityfs_setup_d_inode\ ()
> fails
> > + (LP: #1660845)
> > + - SAUCE: apparmor: fix reference count leak when
> securityfs_setup_d_inode()
> > + fails
> > +
> > + * apparmor not checking error if security_pin_fs() fails (LP:
> #1660842)
> > + - SAUCE: apparmor: fix not handling error case when
> securityfs_pin_fs() fails
> > +
> > + * libvirt profile is blocking global setrlimit despite having no
> rlimit rule
> > + (LP: #1679704)
> > + - SAUCE: apparmor: fix complain mode failure for rlimit mediation
> > + - apparmor: update auditing of rlimit check to provide capability
> information
> > +
> > + * apparmor: does not provide a way to detect policy updataes (LP:
> #1678032)
> > + - SAUCE: apparmor: add policy revision file interface
> > +
> > + * apparmor does not make support of query data visible (LP: #1678023)
> > + - SAUCE: apparmor: add label data availability to the feature set
> > +
> > + * apparmor query interface does not make supported query info
> available
> > + (LP: #1678030)
> > + - SAUCE: apparmor: add information about the query inteface to the
> feature set
> > +
> > + * change_profile incorrect when using namespaces with a compound stack
> > + (LP: #1677959)
> > + - SAUCE: apparmor: fix label parse for stacked labels
> > +
> > + * Regression in 4.4.0-65-generic causes very frequent system crashes
> > + (LP: #1669611)
> > + - apparmor: sync of apparmor 3.6+ (17.04)
> > +
> > + * Artful update to 4.11.1 stable release (LP: #1690814)
> > + - dm ioctl: prevent stack leak in dm ioctl call
> > + - drm/sti: fix GDP size to support up to UHD resolution
> > + - power: supply: lp8788: prevent out of bounds array access
> > + - brcmfmac: Ensure pointer correctly set if skb data location
> changes
> > + - brcmfmac: Make skb header writable before use
> > + - sparc64: fix fault handling in NGbzero.S and GENbzero.S
> > + - refcount: change EXPORT_SYMBOL markings
> > + - net: macb: fix phy interrupt parsing
> > + - tcp: fix access to sk->sk_state in tcp_poll()
> > + - geneve: fix incorrect setting of UDP checksum flag
> > + - bpf: enhance verifier to understand stack pointer arithmetic
> > + - bpf, arm64: 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
> > + - tcp: randomize timestamps on syncookies
> > + - bnxt_en: allocate enough space for ->ntp_fltr_bmap
> > + - bpf: don't let ldimm64 leak map addresses on unprivileged
> > + - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
> > + - f2fs: sanity check segment count
> > + - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate
> get_dma_ops..."
> > + - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
> > + - block: get rid of blk_integrity_revalidate()
> > + - Linux 4.11.1
> > +
> > + * Module signing exclusion for staging drivers does not work properly
> > + (LP: #1690908)
> > + - SAUCE: Fix module signing exclusion in package builds
> > +
> > + * perf: qcom: Add L3 cache PMU driver (LP: #1689856)
> > + - [Config] CONFIG_QCOM_L3_PMU=y
> > + - perf: qcom: Add L3 cache PMU driver
> > +
> > + * No PMU support for ACPI-based arm64 systems (LP: #1689661)
> > + - drivers/perf: arm_pmu: rework per-cpu allocation
> > + - drivers/perf: arm_pmu: manage interrupts per-cpu
> > + - drivers/perf: arm_pmu: split irq request from enable
> > + - drivers/perf: arm_pmu: remove pointless PMU disabling
> > + - drivers/perf: arm_pmu: define armpmu_init_fn
> > + - drivers/perf: arm_pmu: fold init into alloc
> > + - drivers/perf: arm_pmu: factor out pmu registration
> > + - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()
> > + - drivers/perf: arm_pmu: handle no platform_device
> > + - drivers/perf: arm_pmu: rename irq request/free functions
> > + - drivers/perf: arm_pmu: split cpu-local irq request/free
> > + - drivers/perf: arm_pmu: move irq request/free into probe
> > + - drivers/perf: arm_pmu: split out platform device probe logic
> > + - arm64: add function to get a cpu's MADT GICC table
> > + - [Config] CONFIG_ARM_PMU_ACPI=y
> > + - drivers/perf: arm_pmu: add ACPI framework
> > + - arm64: pmuv3: handle !PMUv3 when probing
> > + - arm64: pmuv3: use arm_pmu ACPI framework
> > +
> > + * Fix NVLINK2 TCE route (LP: #1690155)
> > + - powerpc/powernv: Fix TCE kill on NVLink2
> > +
> > + * CVE-2017-0605
> > + - tracing: Use strlcpy() instead of strcpy() in
> __trace_find_cmdline()
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] Restore powerpc arch to annotations file
> > + - [Config] Disable runtime testing modules
> > + - [Config] Disable drivers not needed on s390x
> > + - [Config] Update annotations for 4.11
> > + - [Config] updateconfigs after apparmor updates
> > +
> > + * Miscellaneous upstream changes
> > + - apparmor: use SHASH_DESC_ON_STACK
> > + - apparmor: fix invalid reference to index variable of iterator
> line 836
> > + - apparmor: fix parameters so that the permission test is bypassed
> at boot
> > + - apparmor: Make path_max parameter readonly
> > + - apparmorfs: Combine two function calls into one in
> aa_fs_seq_raw_abi_show()
> > + - apparmorfs: Use seq_putc() in two functions
> > + - apparmor: provide information about path buffer size at boot
> > + - apparmor: add/use fns to print hash string hex value
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 16 May 2017
> 00:39:13 -0500
> > +
> > +linux (4.11.0-2.7) artful; urgency=low
> > +
> > + * kernel-wedge fails in artful due to leftover squashfs-modules d-i
> files
> > + (LP: #1688259)
> > + - Remove squashfs-modules files from d-i
> > + - [Config] as squashfs-modules is builtin kernel-image must
> Provides: it
> > +
> > + * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297)
> > + - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform."
> > + - d-i: initrd needs qcom_emac on amberwing platform.
> > +
> > + * update for V3 kernel bits and improved multiple fan slice support
> > + (LP: #1470091)
> > + - SAUCE: fan: tunnel multiple mapping mode (v3)
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to
> 0.6.5.9-5ubuntu5
> > + - Enable zfs
> > + - SAUCE: fan: add VXLAN implementation
> > + - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
> > + - SAUCE: (efi-lockdown) Add the ability to lock down access to the
> running
> > + kernel image
> > + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in
> secure boot
> > + mode
> > + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is
> locked down
> > + - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
> > + - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is
> locked down
> > + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across
> kexec
> > + reboot
> > + - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if
> securelevel has been
> > + set
> > + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is
> locked down
> > + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked
> down
> > + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is
> locked
> > + down
> > + - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when
> the kernel
> > + is locked down
> > + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when
> the kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when
> the kernel
> > + has been locked down
> > + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the
> kernel is
> > + locked down
> > + - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
> > + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions
> when the
> > + kernel is locked down
> > + - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
> > + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel
> is locked
> > + down
> > + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
> > + - SAUCE: (efi-lockdown) Add EFI signature data types
> > + - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key
> loader.
> > + - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring
> > + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI
> Secure Boot
> > + - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db
> > + - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI
> runtime is
> > + disabled
> > + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
> > + - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit
> for
> > + MokSBState
> > + - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and
> MokSBState
> > + - [Config] Set values for UEFI secure boot lockdown options
> > + - Update dropped.txt
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * rebase to v4.11
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Fri, 05 May 2017
> 07:43:14 -0500
> > +
> > +linux (4.11.0-1.6) artful; urgency=low
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Debian] Use default compression for all packages
> > + - SAUCE: (namespace) block_dev: Support checking inode permissions
> in
> > + lookup_bdev()
> > + - SAUCE: (namespace) block_dev: Check permissions towards block
> device inode
> > + when mounting
> > + - SAUCE: (namespace) mtd: Check permissions towards mtd block
> device inode
> > + when mounting
> > + - SAUCE: (namespace) fs: Allow superblock owner to change ownership
> of inodes
> > + - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for
> userns root
> > + - SAUCE: (namespace) fs: Allow superblock owner to access
> do_remount_sb()
> > + - SAUCE: (namespace) capabilities: Allow privileged user in
> s_user_ns to set
> > + security.* xattrs
> > + - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze
> and thaw
> > + filesystems
> > + - SAUCE: (namespace) fuse: Add support for pid namespaces
> > + - SAUCE: (namespace) fuse: Support fuse filesystems outside of
> init_user_ns
> > + - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's
> namespace
> > + or a descendant
> > + - SAUCE: (namespace) fuse: Allow user namespace mounts
> > + - SAUCE: (namespace) ext4: Add support for unprivileged mounts from
> user
> > + namespaces
> > + - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts
> > + - SAUCE: (namespace) ext4: Add module parameter to enable user
> namespace
> > + mounts
> > + - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when
> device is
> > + opened for writing
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Wed, 26 Apr 2017
> 10:08:29 -0500
> > +
> > +linux (4.11.0-0.5) artful; urgency=low
> > +
> > + * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
> > + (LP: #1684971)
> > + - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
> > +
> > + * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based
> Backups
> > + (LP: #1470250)
> > + - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after
> freeze fails
> > +
> > + * Enable virtual scsi server driver for Power (LP: #1615665)
> > + - SAUCE: Return TCMU-generated sense data to fabric module
> > +
> > + * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
> > + (LP: #1630990)
> > + - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
> > + CONFIG_SECURITYFS=n
> > +
> > + * Miscellaneous Ubuntu changes
> > + - SAUCE: Import aufs driver
> > + - [Config] Enable aufs
> > + - [Debian] Add script to update virtualbox
> > + - ubuntu: vbox -- Update to 5.1.20-dfsg-2
> > + - Enable vbox
> > + - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * rebase to v4.11-rc8
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 25 Apr 2017
> 13:42:54 -0500
> > +
> > +linux (4.11.0-0.4) zesty; urgency=low
> > +
> > + * POWER9: Improve performance on memory management (LP: #1681429)
> > + - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when
> doing full mm
> > + flush
> > + - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync
> > +
> > + * Miscellaneous Ubuntu changes
> > + - find-missing-sauce.sh
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * rebase to v4.11-rc7
> > +
> > + -- Seth Forshee <seth.forshee at canonical.com> Tue, 18 Apr 2017
> 08:19:43 -0500
> > +
> > +linux (4.11.0-0.3) zesty; urgency=low
> > +
> > + * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888)
> > + - [Config] Disable CONFIG_HVC_UDBG on ppc64el
> > +
> > + * smartpqi driver needed in initram disk and installer (LP: #1680156)
> > + - [Config] Add smartpqi to d-i
> > +
> > + * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315)
> > + - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n
> > +
> > + * Miscellaneous Ubuntu changes
> > + - [Config] flash-kernel should be a Breaks
> > + - [Config] drop the info directory
> > + - [Config] drop NOTES as obsolete
> > + - [Config] drop changelog.historical as obsolete
> > + - rebase to v4.11-rc6
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * rebase to v4.11-rc6
> > +
> > + -- Tim Gardner <tim.gardner at canonical.com> Tue, 11 Apr 2017 07:16:52
> -0600
> > +
> > +linux (4.11.0-0.2) zesty; urgency=low
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * rebase to v4.11-rc5
> > +
> > + -- Tim Gardner <tim.gardner at canonical.com> Mon, 03 Apr 2017 08:26:07
> +0100
> > +
> > +linux (4.11.0-0.1) zesty; urgency=low
> > +
> > + [ Upstream Kernel Changes ]
> > +
> > + * rebase to v4.11-rc4
> > + - LP: #1591053
> > +
> > + -- Tim Gardner <tim.gardner at canonical.com> Mon, 20 Mar 2017 05:15:32
> -0600
> > +
> > +linux (4.11.0-0.0) zesty; urgency=low
> > +
> > + * dummy entry
> > +
> > + -- Tim Gardner <tim.gardner at canonical.com> Mon, 20 Mar 2017 05:15:32
> -0600
> > diff --git a/debian/control b/debian/control
> > new file mode 100644
> > index 000000000000..e77da6bc16ce
> > --- /dev/null
> > +++ b/debian/control
> > @@ -0,0 +1,584 @@
> > +Source: linux
> > +Section: devel
> > +Priority: optional
> > +Maintainer: Ubuntu Kernel Team <kernel-team at lists.ubuntu.com>
> > +Standards-Version: 3.9.4.0
> > +Build-Depends:
> > + debhelper-compat (= 10),
> > + cpio,
> > + kmod <!stage1>,
> > + makedumpfile [amd64] <!stage1>,
> > + libcap-dev <!stage1>,
> > + libelf-dev <!stage1>,
> > + libnewt-dev <!stage1>,
> > + libiberty-dev <!stage1>,
> > + default-jdk-headless <!stage1>,
> > + java-common <!stage1>,
> > + rsync <!stage1>,
> > + libdw-dev <!stage1>,
> > + libpci-dev <!stage1>,
> > + pkg-config <!stage1>,
> > + flex <!stage1>,
> > + bison <!stage1>,
> > + libunwind8-dev [amd64 arm64 armhf ppc64el] <!stage1>,
> > + liblzma-dev <!stage1>,
> > + openssl <!stage1>,
> > + libssl-dev <!stage1>,
> > + libaudit-dev <!stage1>,
> > + bc <!stage1>,
> > + gawk <!stage1>,
> > + libudev-dev <!stage1>,
> > + autoconf <!stage1>,
> > + automake <!stage1>,
> > + libtool <!stage1>,
> > + uuid-dev <!stage1>,
> > + libnuma-dev [amd64 arm64 ppc64el s390x] <!stage1>,
> > + dkms <!stage1>,
> > + curl <!stage1>,
> > + zstd [amd64 s390x] <!stage1>,
> > + pahole [amd64 arm64 armhf ppc64el s390x riscv64] | dwarves (>= 1.21)
> [amd64 arm64 armhf ppc64el s390x riscv64] <!stage1>,
> > +Build-Depends-Indep:
> > + xmlto <!stage1>,
> > + docbook-utils <!stage1>,
> > + ghostscript <!stage1>,
> > + fig2dev <!stage1>,
> > + bzip2 <!stage1>,
> > + sharutils <!stage1>,
> > + asciidoc <!stage1>,
> > + python3-sphinx <!stage1>,
> > + python3-sphinx-rtd-theme <!stage1>,
> > + fontconfig <!stage1>,
> > + python3-docutils <!stage1>,
> > + imagemagick <!stage1>,
> > + graphviz <!stage1>,
> > + dvipng <!stage1>,
> > + fonts-noto-cjk <!stage1>,
> > + latexmk <!stage1>,
> > + librsvg2-bin <!stage1>,
> > +Vcs-Git: git://
> git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/jammy
> > +XS-Testsuite: autopkgtest
> > +#XS-Testsuite-Depends: gcc-4.7 binutils
> > +
> > +Package: linux-source-5.15.0
> > +Build-Profiles: <!stage1>
> > +Architecture: all
> > +Section: devel
> > +Priority: optional
> > +Provides: linux-source
> > +Depends: ${misc:Depends}, binutils, bzip2, coreutils
> > +Recommends: libc-dev, gcc, make
> > +Suggests: libncurses-dev | ncurses-dev, kernel-package, libqt3-dev
> > +Description: Linux kernel source for version 5.15.0 with Ubuntu patches
> > + This package provides the source code for the Linux kernel version
> > + 5.15.0.
> > + .
> > + This package is mainly meant for other packages to use, in order to
> build
> > + custom flavours.
> > + .
> > + If you wish to use this package to create a custom Linux kernel, then
> it
> > + is suggested that you investigate the package kernel-package, which has
> > + been designed to ease the task of creating kernel image packages.
> > + .
> > + If you are simply trying to build third-party modules for your kernel,
> > + you do not want this package. Install the appropriate linux-headers
> > + package instead.
> > +
> > +Package: linux-headers-5.15.0-25
> > +Build-Profiles: <!stage1>
> > +Architecture: all
> > +Multi-Arch: foreign
> > +Section: devel
> > +Priority: optional
> > +Depends: ${misc:Depends}, coreutils
> > +Description: Header files related to Linux kernel version 5.15.0
> > + This package provides kernel header files for version 5.15.0, for sites
> > + that want the latest kernel headers. Please read
> > + /usr/share/doc/linux-headers-5.15.0-25/debian.README.gz for details
> > +
> > +Package: linux-tools-common
> > +Build-Profiles: <!stage1>
> > +Architecture: all
> > +Multi-Arch: foreign
> > +Section: kernel
> > +Priority: optional
> > +Depends: ${misc:Depends}, lsb-release
> > +Description: Linux kernel version specific tools for version 5.15.0
> > + This package provides the architecture independent parts for kernel
> > + version locked tools (such as perf and x86_energy_perf_policy) for
> > + version 5.15.0.
> > +
> > +Package: linux-tools-5.15.0-25
> > +Build-Profiles: <!stage1>
> > +Architecture: amd64 armhf arm64 ppc64el s390x
> > +Section: devel
> > +Priority: optional
> > +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-tools-common
> > +Description: Linux kernel version specific tools for version 5.15.0-25
> > + This package provides the architecture dependant parts for kernel
> > + version locked tools (such as perf and x86_energy_perf_policy) for
> > + version 5.15.0-25 on
> > + 64 bit x86.
> > + You probably want to install linux-tools-5.15.0-25-<flavour>.
> > +
> > +Package: linux-cloud-tools-common
> > +Build-Profiles: <!stage1>
> > +Architecture: all
> > +Multi-Arch: foreign
> > +Section: kernel
> > +Priority: optional
> > +Depends: ${misc:Depends}
> > +Description: Linux kernel version specific cloud tools for version
> 5.15.0
> > + This package provides the architecture independent parts for kernel
> > + version locked tools for cloud tools for version 5.15.0.
> > +
> > +Package: linux-cloud-tools-5.15.0-25
> > +Build-Profiles: <!stage1>
> > +Architecture: amd64 armhf
> > +Section: devel
> > +Priority: optional
> > +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-cloud-tools-common
> > +Description: Linux kernel version specific cloud tools for version
> 5.15.0-25
> > + This package provides the architecture dependant parts for kernel
> > + version locked tools for cloud tools for version 5.15.0-25 on
> > + 64 bit x86.
> > + You probably want to install linux-cloud-tools-5.15.0-25-<flavour>.
> > +
> > +Package: linux-tools-host
> > +Build-Profiles: <!stage1>
> > +Architecture: all
> > +Multi-Arch: foreign
> > +Section: kernel
> > +Priority: optional
> > +Depends: ${misc:Depends}, python3
> > +Description: Linux kernel VM host tools
> > + This package provides kernel tools useful for VM hosts.
> > +
> > +
> > +Package: linux-libc-dev
> > +Architecture: amd64 armhf arm64 i386 ppc64el riscv64 s390x
> > +Depends: ${misc:Depends}
> > +Conflicts: linux-kernel-headers
> > +Replaces: linux-kernel-headers
> > +Provides: linux-kernel-headers, aufs-dev
> > +Multi-Arch: same
> > +Description: Linux Kernel Headers for development
> > + This package provides headers from the Linux kernel. These headers
> > + are used by the installed headers for GNU glibc and other system
> > + libraries. They are NOT meant to be used to build third-party modules
> for
> > + your kernel. Use linux-headers-* packages for that.
> > +
> > +Package: linux-doc
> > +Build-Profiles: <!stage1>
> > +Architecture: all
> > +Section: doc
> > +Priority: optional
> > +Depends: ${misc:Depends}
> > +Description: Linux kernel specific documentation for version 5.15.0
> > + This package provides the various documents in the 5.15.0 kernel
> > + Documentation/ subdirectory. These document kernel subsystems, APIs,
> device
> > + drivers, and so on. See
> > + /usr/share/doc/linux-doc/00-INDEX for a list of what is
> > + contained in each file.
> > +
> > +
> > +Package: linux-image-unsigned-5.15.0-25-generic
> > +Build-Profiles: <!stage1>
> > +Architecture: amd64 armhf arm64 ppc64el s390x
> > +Section: kernel
> > +Priority: optional
> > +Provides: linux-image, fuse-module, kvm-api-4, redhat-cluster-modules,
> ivtv-modules, virtualbox-guest-modules [amd64], ${linux:rprovides}
> > +Depends: ${misc:Depends}, ${shlibs:Depends}, kmod, linux-base (>=
> 4.5ubuntu1~16.04.1), linux-modules-5.15.0-25-generic
> > +Recommends: grub-pc [amd64] | grub-efi-amd64 [amd64] | grub-efi-ia32
> [amd64] | grub [amd64] | lilo [amd64] | flash-kernel [armhf arm64] |
> grub-efi-arm64 [arm64] | grub-efi-arm [armhf] | grub-ieee1275 [ppc64el],
> initramfs-tools | linux-initramfs-tool
> > +Breaks: flash-kernel (<< 3.90ubuntu2) [arm64 armhf], s390-tools (<<
> 2.3.0-0ubuntu3) [s390x]
> > +Conflicts: linux-image-5.15.0-25-generic
> > +Suggests: fdutils, linux-doc | linux-source-5.15.0, linux-tools,
> linux-headers-5.15.0-25-generic, linux-modules-extra-5.15.0-25-generic
> > +Description: Linux kernel image for version 5.15.0 on 64 bit x86 SMP
> > + This package contains the unsigned Linux kernel image for version
> 5.15.0 on
> > + 64 bit x86 SMP.
> > + .
> > + Supports Generic processors.
> > + .
> > + Geared toward desktop and server systems.
> > + .
> > + You likely do not want to install this package directly. Instead,
> install
> > + the linux-generic meta-package, which will ensure that upgrades work
> > + correctly, and that supporting packages are also installed.
> > +
> > +Package: linux-modules-5.15.0-25-generic
> > +Build-Profiles: <!stage1>
> > +Architecture: amd64 armhf arm64 ppc64el s390x
> > +Section: kernel
> > +Priority: optional
> > +Depends: ${misc:Depends}, ${shlibs:Depends},
> linux-image-5.15.0-25-generic | linux-image-unsigned-5.15.0-25-generic
> > +Built-Using: ${linux:BuiltUsing}
> > +Description: Linux kernel extra modules for version 5.15.0 on 64 bit
> x86 SMP
> > + Contains the corresponding System.map file, the modules built by the
> > + packager, and scripts that try to ensure that the system is not left
> in an
> > + unbootable state after an update.
> > + .
> > + Supports Generic processors.
> > + .
> > + Geared toward desktop and server systems.
> > + .
> > + You likely do not want to install this package directly. Instead,
> install
> > + the linux-generic meta-package, which will ensure that upgrades work
> > + correctly, and that supporting packages are also installed.
> > +
> > +Package: linux-modules-extra-5.15.0-25-generic
> > +Build-Profiles: <!stage1>
> > +Architecture: amd64 armhf arm64 ppc64el s390x
> > +Section: kernel
> > +Priority: optional
> > +Depends: ${misc:Depends}, ${shlibs:Depends},
> linux-image-5.15.0-25-generic | linux-image-unsigned-5.15.0-25-generic,
> wireless-regdb
> > +Description: Linux kernel extra modules for version 5.15.0 on 64 bit
> x86 SMP
> > + This package contains the Linux kernel extra modules for version
> 5.15.0 on
> > + 64 bit x86 SMP.
> > + .
> > + Also includes the corresponding System.map file, the modules built by
> the
> > + packager, and scripts that try to ensure that the system is not left
> in an
> > + unbootable state after an update.
> > + .
> > + Supports Generic processors.
> > + .
> > + Geared toward desktop and server systems.
> > + .
> > + You likely do not want to install this package directly. Instead,
> install
> > + the linux-generic meta-package, which will ensure that upgrades work
> > + correctly, and that supporting packages are also installed.
> > +
> > +Package: linux-headers-5.15.0-25-generic
> > +Build-Profiles: <!stage1>
> > +Architecture: amd64 armhf arm64 ppc64el s390x
> > +Section: devel
> > +Priority: optional
> > +Depends: ${misc:Depends}, linux-headers-5.15.0-25, ${shlibs:Depends}
> > +Provides: linux-headers, linux-headers-3.0
> > +Description: Linux kernel headers for version 5.15.0 on 64 bit x86 SMP
> > + This package provides kernel header files for version 5.15.0 on
> > + 64 bit x86 SMP.
> > + .
> > + This is for sites that want the latest kernel headers. Please read
> > + /usr/share/doc/linux-headers-5.15.0-25/debian.README.gz for details.
> > +
> > +Package: linux-image-unsigned-5.15.0-25-generic-dbgsym
> > +Build-Profiles: <!stage1>
> > +Architecture: amd64 armhf arm64 ppc64el s390x
> > +Section: devel
> > +Priority: optional
> > +Depends: ${misc:Depends}
> > +Provides: linux-debug
> > +Description: Linux kernel debug image for version 5.15.0 on 64 bit x86
> SMP
> > + This package provides the unsigned kernel debug image for version
> 5.15.0 on
> > + 64 bit x86 SMP.
> > + .
> > + This is for sites that wish to debug the kernel.
> > + .
> > + The kernel image contained in this package is NOT meant to boot from.
> It
> > + is uncompressed, and unstripped. This package also includes the
> > + unstripped modules.
> > +
> > +Package: linux-tools-5.15.0-25-generic
> > +Build-Profiles: <!stage1>
> > +Architecture: amd64 armhf arm64 ppc64el s390x
> > +Section: devel
> > +Priority: optional
> > +Depends: ${misc:Depends}, linux-tools-5.15.0-25
> > +Description: Linux kernel version specific tools for version 5.15.0-25
> > + This package provides the architecture dependant parts for kernel
> > + version locked tools (such as perf and x86_energy_perf_policy) for
> > + version 5.15.0-25 on
> > + 64 bit x86.
> > +
> > +Package: linux-cloud-tools-5.15.0-25-generic
> > +Build-Profiles: <!stage1>
> > +Architecture: amd64 armhf arm64 ppc64el s390x
> > +Section: devel
> > +Priority: optional
> > +Depends: ${misc:Depends}, linux-cloud-tools-5.15.0-25
> > +Description: Linux kernel version specific cloud tools for version
> 5.15.0-25
> > + This package provides the architecture dependant parts for kernel
> > + version locked tools for cloud for version 5.15.0-25 on
> > + 64 bit x86.
> > +
> > +
> > +Package: linux-buildinfo-5.15.0-25-generic
> > +Build-Profiles: <!stage1>
> > +Architecture: amd64 armhf arm64 ppc64el s390x
> > +Section: kernel
> > +Priority: optional
> > +Depends: ${misc:Depends}, ${shlibs:Depends}
> > +Built-Using: ${linux:BuiltUsing}
> > +Description: Linux kernel buildinfo for version 5.15.0 on 64 bit x86 SMP
> > + This package contains the Linux kernel buildinfo for version 5.15.0 on
> > + 64 bit x86 SMP.
> > + .
> > + You likely do not want to install this package.
> > +
> > +
> > +Package: linux-image-unsigned-5.15.0-25-generic-64k
> > +Build-Profiles: <!stage1>
> > +Architecture: arm64
> > +Section: kernel
> > +Priority: optional
> > +Provides: linux-image, fuse-module, kvm-api-4, redhat-cluster-modules,
> ivtv-modules, ${linux:rprovides}
> > +Depends: ${misc:Depends}, ${shlibs:Depends}, kmod, linux-base (>=
> 4.5ubuntu1~16.04.1), linux-modules-5.15.0-25-generic-64k
> > +Recommends: grub-efi-arm64 [arm64] | flash-kernel [arm64],
> initramfs-tools | linux-initramfs-tool
> > +Breaks: flash-kernel (<< 3.90ubuntu2) [arm64 armhf], s390-tools (<<
> 2.3.0-0ubuntu3) [s390x]
> > +Conflicts: linux-image-5.15.0-25-generic-64k
> > +Suggests: fdutils, linux-doc | linux-source-5.15.0, linux-tools,
> linux-headers-5.15.0-25-generic-64k,
> linux-modules-extra-5.15.0-25-generic-64k
> > +Description: Linux kernel image for version 5.15.0 on 64 bit x86 SMP
> > + This package contains the unsigned Linux kernel image for version
> 5.15.0 on
> > + 64 bit x86 SMP.
> > + .
> > + Supports Generic 64K pages processors.
> > + .
> > + Geared toward desktop and server systems.
> > + .
> > + You likely do not want to install this package directly. Instead,
> install
> > + the linux-generic-64k meta-package, which will ensure that upgrades
> work
> > + correctly, and that supporting packages are also installed.
> > +
> > +Package: linux-modules-5.15.0-25-generic-64k
> > +Build-Profiles: <!stage1>
> > +Architecture: arm64
> > +Section: kernel
> > +Priority: optional
> > +Depends: ${misc:Depends}, ${shlibs:Depends},
> linux-image-5.15.0-25-generic-64k |
> linux-image-unsigned-5.15.0-25-generic-64k
> > +Built-Using: ${linux:BuiltUsing}
> > +Description: Linux kernel extra modules for version 5.15.0 on 64 bit
> x86 SMP
> > + Contains the corresponding System.map file, the modules built by the
> > + packager, and scripts that try to ensure that the system is not left
> in an
> > + unbootable state after an update.
> > + .
> > + Supports Generic 64K pages processors.
> > + .
> > + Geared toward desktop and server systems.
> > + .
> > + You likely do not want to install this package directly. Instead,
> install
> > + the linux-generic-64k meta-package, which will ensure that upgrades
> work
> > + correctly, and that supporting packages are also installed.
> > +
> > +Package: linux-modules-extra-5.15.0-25-generic-64k
> > +Build-Profiles: <!stage1>
> > +Architecture: arm64
> > +Section: kernel
> > +Priority: optional
> > +Depends: ${misc:Depends}, ${shlibs:Depends},
> linux-image-5.15.0-25-generic-64k |
> linux-image-unsigned-5.15.0-25-generic-64k, wireless-regdb
> > +Description: Linux kernel extra modules for version 5.15.0 on 64 bit
> x86 SMP
> > + This package contains the Linux kernel extra modules for version
> 5.15.0 on
> > + 64 bit x86 SMP.
> > + .
> > + Also includes the corresponding System.map file, the modules built by
> the
> > + packager, and scripts that try to ensure that the system is not left
> in an
> > + unbootable state after an update.
> > + .
> > + Supports Generic 64K pages processors.
> > + .
> > + Geared toward desktop and server systems.
> > + .
> > + You likely do not want to install this package directly. Instead,
> install
> > + the linux-generic-64k meta-package, which will ensure that upgrades
> work
> > + correctly, and that supporting packages are also installed.
> > +
> > +Package: linux-headers-5.15.0-25-generic-64k
> > +Build-Profiles: <!stage1>
> > +Architecture: arm64
> > +Section: devel
> > +Priority: optional
> > +Depends: ${misc:Depends}, linux-headers-5.15.0-25, ${shlibs:Depends}
> > +Provides: linux-headers, linux-headers-3.0
> > +Description: Linux kernel headers for version 5.15.0 on 64 bit x86 SMP
> > + This package provides kernel header files for version 5.15.0 on
> > + 64 bit x86 SMP.
> > + .
> > + This is for sites that want the latest kernel headers. Please read
> > + /usr/share/doc/linux-headers-5.15.0-25/debian.README.gz for details.
> > +
> > +Package: linux-image-unsigned-5.15.0-25-generic-64k-dbgsym
> > +Build-Profiles: <!stage1>
> > +Architecture: arm64
> > +Section: devel
> > +Priority: optional
> > +Depends: ${misc:Depends}
> > +Provides: linux-debug
> > +Description: Linux kernel debug image for version 5.15.0 on 64 bit x86
> SMP
> > + This package provides the unsigned kernel debug image for version
> 5.15.0 on
> > + 64 bit x86 SMP.
> > + .
> > + This is for sites that wish to debug the kernel.
> > + .
> > + The kernel image contained in this package is NOT meant to boot from.
> It
> > + is uncompressed, and unstripped. This package also includes the
> > + unstripped modules.
> > +
> > +Package: linux-tools-5.15.0-25-generic-64k
> > +Build-Profiles: <!stage1>
> > +Architecture: arm64
> > +Section: devel
> > +Priority: optional
> > +Depends: ${misc:Depends}, linux-tools-5.15.0-25
> > +Description: Linux kernel version specific tools for version 5.15.0-25
> > + This package provides the architecture dependant parts for kernel
> > + version locked tools (such as perf and x86_energy_perf_policy) for
> > + version 5.15.0-25 on
> > + 64 bit x86.
> > +
> > +Package: linux-cloud-tools-5.15.0-25-generic-64k
> > +Build-Profiles: <!stage1>
> > +Architecture: arm64
> > +Section: devel
> > +Priority: optional
> > +Depends: ${misc:Depends}, linux-cloud-tools-5.15.0-25
> > +Description: Linux kernel version specific cloud tools for version
> 5.15.0-25
> > + This package provides the architecture dependant parts for kernel
> > + version locked tools for cloud for version 5.15.0-25 on
> > + 64 bit x86.
> > +
> > +
> > +Package: linux-buildinfo-5.15.0-25-generic-64k
> > +Build-Profiles: <!stage1>
> > +Architecture: arm64
> > +Section: kernel
> > +Priority: optional
> > +Depends: ${misc:Depends}, ${shlibs:Depends}
> > +Built-Using: ${linux:BuiltUsing}
> > +Description: Linux kernel buildinfo for version 5.15.0 on 64 bit x86 SMP
> > + This package contains the Linux kernel buildinfo for version 5.15.0 on
> > + 64 bit x86 SMP.
> > + .
> > + You likely do not want to install this package.
> > +
> > +
> > +Package: linux-image-unsigned-5.15.0-25-generic-lpae
> > +Build-Profiles: <!stage1>
> > +Architecture: armhf
> > +Section: kernel
> > +Priority: optional
> > +Provides: linux-image, fuse-module, kvm-api-4, redhat-cluster-modules,
> ivtv-modules, ${linux:rprovides}
> > +Depends: ${misc:Depends}, ${shlibs:Depends}, kmod, linux-base (>=
> 4.5ubuntu1~16.04.1), linux-modules-5.15.0-25-generic-lpae
> > +Recommends: flash-kernel [armhf] | grub-efi-arm [armhf],
> initramfs-tools | linux-initramfs-tool
> > +Breaks: flash-kernel (<< 3.90ubuntu2) [arm64 armhf], s390-tools (<<
> 2.3.0-0ubuntu3) [s390x]
> > +Conflicts: linux-image-5.15.0-25-generic-lpae
> > +Suggests: fdutils, linux-doc | linux-source-5.15.0, linux-tools,
> linux-headers-5.15.0-25-generic-lpae,
> linux-modules-extra-5.15.0-25-generic-lpae
> > +Description: Linux kernel image for version 5.15.0 on 64 bit x86 SMP
> > + This package contains the unsigned Linux kernel image for version
> 5.15.0 on
> > + 64 bit x86 SMP.
> > + .
> > + Supports Generic LPAE processors.
> > + .
> > + Geared toward desktop and server systems.
> > + .
> > + You likely do not want to install this package directly. Instead,
> install
> > + the linux-generic-lpae meta-package, which will ensure that upgrades
> work
> > + correctly, and that supporting packages are also installed.
> > +
> > +Package: linux-modules-5.15.0-25-generic-lpae
> > +Build-Profiles: <!stage1>
> > +Architecture: armhf
> > +Section: kernel
> > +Priority: optional
> > +Depends: ${misc:Depends}, ${shlibs:Depends},
> linux-image-5.15.0-25-generic-lpae |
> linux-image-unsigned-5.15.0-25-generic-lpae
> > +Built-Using: ${linux:BuiltUsing}
> > +Description: Linux kernel extra modules for version 5.15.0 on 64 bit
> x86 SMP
> > + Contains the corresponding System.map file, the modules built by the
> > + packager, and scripts that try to ensure that the system is not left
> in an
> > + unbootable state after an update.
> > + .
> > + Supports Generic LPAE processors.
> > + .
> > + Geared toward desktop and server systems.
> > + .
> > + You likely do not want to install this package directly. Instead,
> install
> > + the linux-generic-lpae meta-package, which will ensure that upgrades
> work
> > + correctly, and that supporting packages are also installed.
> > +
> > +Package: linux-modules-extra-5.15.0-25-generic-lpae
> > +Build-Profiles: <!stage1>
> > +Architecture: armhf
> > +Section: kernel
> > +Priority: optional
> > +Depends: ${misc:Depends}, ${shlibs:Depends},
> linux-image-5.15.0-25-generic-lpae |
> linux-image-unsigned-5.15.0-25-generic-lpae, wireless-regdb
> > +Description: Linux kernel extra modules for version 5.15.0 on 64 bit
> x86 SMP
> > + This package contains the Linux kernel extra modules for version
> 5.15.0 on
> > + 64 bit x86 SMP.
> > + .
> > + Also includes the corresponding System.map file, the modules built by
> the
> > + packager, and scripts that try to ensure that the system is not left
> in an
> > + unbootable state after an update.
> > + .
> > + Supports Generic LPAE processors.
> > + .
> > + Geared toward desktop and server systems.
> > + .
> > + You likely do not want to install this package directly. Instead,
> install
> > + the linux-generic-lpae meta-package, which will ensure that upgrades
> work
> > + correctly, and that supporting packages are also installed.
> > +
> > +Package: linux-headers-5.15.0-25-generic-lpae
> > +Build-Profiles: <!stage1>
> > +Architecture: armhf
> > +Section: devel
> > +Priority: optional
> > +Depends: ${misc:Depends}, linux-headers-5.15.0-25, ${shlibs:Depends}
> > +Provides: linux-headers, linux-headers-3.0
> > +Description: Linux kernel headers for version 5.15.0 on 64 bit x86 SMP
> > + This package provides kernel header files for version 5.15.0 on
> > + 64 bit x86 SMP.
> > + .
> > + This is for sites that want the latest kernel headers. Please read
> > + /usr/share/doc/linux-headers-5.15.0-25/debian.README.gz for details.
> > +
> > +Package: linux-image-unsigned-5.15.0-25-generic-lpae-dbgsym
> > +Build-Profiles: <!stage1>
> > +Architecture: armhf
> > +Section: devel
> > +Priority: optional
> > +Depends: ${misc:Depends}
> > +Provides: linux-debug
> > +Description: Linux kernel debug image for version 5.15.0 on 64 bit x86
> SMP
> > + This package provides the unsigned kernel debug image for version
> 5.15.0 on
> > + 64 bit x86 SMP.
> > + .
> > + This is for sites that wish to debug the kernel.
> > + .
> > + The kernel image contained in this package is NOT meant to boot from.
> It
> > + is uncompressed, and unstripped. This package also includes the
> > + unstripped modules.
> > +
> > +Package: linux-tools-5.15.0-25-generic-lpae
> > +Build-Profiles: <!stage1>
> > +Architecture: armhf
> > +Section: devel
> > +Priority: optional
> > +Depends: ${misc:Depends}, linux-tools-5.15.0-25
> > +Description: Linux kernel version specific tools for version 5.15.0-25
> > + This package provides the architecture dependant parts for kernel
> > + version locked tools (such as perf and x86_energy_perf_policy) for
> > + version 5.15.0-25 on
> > + 64 bit x86.
> > +
> > +Package: linux-cloud-tools-5.15.0-25-generic-lpae
> > +Build-Profiles: <!stage1>
> > +Architecture: armhf
> > +Section: devel
> > +Priority: optional
> > +Depends: ${misc:Depends}, linux-cloud-tools-5.15.0-25
> > +Description: Linux kernel version specific cloud tools for version
> 5.15.0-25
> > + This package provides the architecture dependant parts for kernel
> > + version locked tools for cloud for version 5.15.0-25 on
> > + 64 bit x86.
> > +
> > +
> > +Package: linux-buildinfo-5.15.0-25-generic-lpae
> > +Build-Profiles: <!stage1>
> > +Architecture: armhf
> > +Section: kernel
> > +Priority: optional
> > +Depends: ${misc:Depends}, ${shlibs:Depends}
> > +Built-Using: ${linux:BuiltUsing}
> > +Description: Linux kernel buildinfo for version 5.15.0 on 64 bit x86 SMP
> > + This package contains the Linux kernel buildinfo for version 5.15.0 on
> > + 64 bit x86 SMP.
> > + .
> > + You likely do not want to install this package.
> > +
> > diff --git a/debian/copyright b/debian/copyright
> > new file mode 100644
> > index 000000000000..d1d04a6d6697
> > --- /dev/null
> > +++ b/debian/copyright
> > @@ -0,0 +1,29 @@
> > +This is the Ubuntu prepackaged version of the Linux kernel.
> > +Linux was written by Linus Torvalds <Linus.Torvalds at cs.Helsinki.FI>
> > +and others.
> > +
> > +This package was put together by the Ubuntu Kernel Team, from
> > +sources retrieved from upstream linux git.
> > +The sources may be found at most Linux ftp sites, including
> > +ftp://ftp.kernel.org/pub/linux/kernel/
> > +
> > +This package is currently maintained by the
> > +Ubuntu Kernel Team <ubuntu-kernel at lists.ubuntu.com>
> > +
> > +Linux is copyrighted by Linus Torvalds and others.
> > +
> > + This program 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; version 2 dated June, 1991.
> > +
> > + 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 General Public License for more details.
> > +
> > + You should have received a copy of the GNU General Public License
> > + along with this program; if not, write to the Free Software
> > + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> 02110-1301 USA
> > +
> > +On Ubuntu Linux systems, the complete text of the GNU General
> > +Public License v2 can be found in `/usr/share/common-licenses/GPL-2'.
> > diff --git a/debian/scripts/fix-filenames.c
> b/debian/scripts/fix-filenames.c
> > old mode 100644
> > new mode 100755
> > diff --git a/debian/scripts/sub-flavour b/debian/scripts/sub-flavour
> > old mode 100644
> > new mode 100755
> > diff --git a/scripts/ubuntu-retpoline-extract-one
> b/scripts/ubuntu-retpoline-extract-one
> > new file mode 100755
> > index 000000000000..b203bfbf8df5
> > --- /dev/null
> > +++ b/scripts/ubuntu-retpoline-extract-one
> > @@ -0,0 +1,270 @@
> > +#!/bin/bash
> > +
> > +exec </dev/null
> > +
> > +object="$1"
> > +src="$2"
> > +bit16="$3"
> > +
> > +SECTION=".discard.retpoline_safe"
> > +
> > +# Form an associative lookup for the symbol numbers in the ELF symbol
> table.
> > +# Uses 8 character 0 expanded hexadecimal key for ease of consumption.
> > +__symbolmap_init()
> > +{
> > + readelf -W --syms "$1" |
> > + awk '($4 == "SECTION" && $1 ~ /^[0-9]*:/) { printf("%08x
> %08x\n", int($1), int($7)); }' | \
> > + while read symbol_num section_num
> > + do
> > + echo "symbolmap_$symbol_num='$section_num'"
> > + done
> > +}
> > +symbolmap_init()
> > +{
> > + eval $(__symbolmap_init "$1")
> > +}
> > +symbolmap()
> > +{
> > + eval RET="\$symbolmap_$1"
> > + if [ "$RET" = '' ]; then
> > + echo "symbolmap: $1: invalid section" 1>&2
> > + exit 1
> > + fi
> > +}
> > +
> > +# Form an associative lookup for the section numbers in the ELF symbol
> table.
> > +# Uses 8 character 0 expanded hexadecimal key for ease of consumption.
> > +__sectionmap_init()
> > +{
> > + readelf -W --headers "$1" | \
> > + awk '
> > + { sub("\\[", "");
> sub("\\]", ""); }
> > + ($1 ~ /^[0-9][0-9]*/) { printf("%08x %s %s
> %s\n", int($1), $2, $3, $4); }
> > + ' | \
> > + {
> > + while read section_num section_name section_type
> section_vma
> > + do
> > + echo "sectionmap_$section_num='$section_name'"
> > + echo "sectionvma_$section_num='$section_vma'"
> > + case "$section_type" in
> > + REL|RELA) section_relocation="$section_type" ;;
> > + esac
> > + done
> > + echo "section_relocation='$section_relocation'"
> > + }
> > +}
> > +sectionmap_init()
> > +{
> > + eval $(__sectionmap_init "$1")
> > +}
> > +sectionmap()
> > +{
> > + eval RET="\$sectionmap_$1"
> > + if [ "$RET" = '' ]; then
> > + echo "sectionmap: $1: invalid section" 1>&2
> > + exit 1
> > + fi
> > +}
> > +sectionvma()
> > +{
> > + eval RET="\$sectionvma_$1"
> > + if [ "$RET" = '' ]; then
> > + echo "sectionvma: $1: invalid section" 1>&2
> > + exit 1
> > + fi
> > +}
> > +
> > +# Read and parse the hex-dump output.
> > +hex="[0-9a-f]"
> > +hex_8="$hex$hex$hex$hex$hex$hex$hex$hex"
> > +hexspc="[0-9a-f ]"
> > +hexspc_8="$hexspc$hexspc$hexspc$hexspc$hexspc$hexspc$hexspc$hexspc"
> > +
> > +raw32()
> > +{
> > + readelf --hex-dump "$2" "$1" 2>/dev/null |
> > + sed \
> > + -e '/^Hex/d' -e '/^$/d' -e '/^ *NOTE/d' \
> > + -e 's/ *[^ ][^ ]* *\('"$hex_8"'\) \('"$hexspc_8"'\)
> \('"$hexspc_8"'\) \('"$hexspc_8"'\) .*/\1 \2 \3 \4 /' \
> > + -e
> 's/\('"$hex$hex"'\)\('"$hex$hex"'\)\('"$hex$hex"'\)\('"$hex$hex"'\)
> /\4\3\2\1 /g' \
> > + -e 's/ $//g' -e 's/ /\n/g'
> > +}
> > +#-e 's/\([^ ][^ ][^ ][^ ][^ ][^ ][^ ][^ ]\) \([^ ][^ ][^ ][^ ][^ ][^
> ][^ ][^ ]\) /\2\1 /g' \
> > +
> > +rela()
> > +{
> > + #file="$(basename "$1")"
> > + file="$1"
> > +
> > + # Read relocation information for a 64bit binary. Each relocation
> entry
> > + # is 3 long longs so we collect 6 quads here. Note that the dump
> is in
> > + # listed in increasing byte order not withstanding the quad split.
> > + #
> > + # The record says to take the value of <symbol> add <symbol
> offset> and
> > + # shove that into <write offset> in the segment of the <symbol>.
> > + #
> > + # Format:
> > + # <write offset> 64 bits
> > + # <symbol number> 32 bits
> > + # <relocation type> 32 bits
> > + # <symbol offset> 64 bits
> > + raw32 "$1" ".rela$SECTION" | \
> > + {
> > + a1=''; a2=''; a3=''; a4=''; a5=''
> > + while read a6
> > + do
> > + [ "$a1" = '' ] && { a1="$a6"; continue; }
> > + [ "$a2" = '' ] && { a2="$a6"; continue; }
> > + [ "$a3" = '' ] && { a3="$a6"; continue; }
> > + [ "$a4" = '' ] && { a4="$a6"; continue; }
> > + [ "$a5" = '' ] && { a5="$a6"; continue; }
> > +
> > + #echo ">$a1< >$a2< >$a3< >$a4< >$a5< >$a6<" 1>&2
> > + #echo "type<$a3> symbol<$a4> offset<$a2$a1>
> addr<$a6a5>" 1>&2
> > +
> > + symbolmap "$a4"; section_num="$RET"
> > + #echo "section_num<$section_num>" 1>&2
> > +
> > + sectionmap "$section_num"; section="$RET"
> > + sectionvma "$section_num"; vma="$RET"
> > + #echo "section<$section> vma<$vma>" 1>&2
> > +
> > + # Adjust the segment addressing by the segment
> offset.
> > + printf -v addr "%u" "0x$a6$a5"
> > + printf -v vma "%u" "0x$vma"
> > + let offset="$addr + $vma"
> > + printf -v offset "%x" "$offset"
> > +
> > + echo "$file-$section-$offset"
> > +
> > + a1=''; a2=''; a3=''; a4=''; a5=''
> > + done
> > + } | sed -e 's/-00*\([0-9a-f]\)/-\1/'
> > +}
> > +
> > +# Form an associative lookup for the raw contents for an ELF section.
> > +# Uses 8 character 0 expanded hexadecimal key for ease of consumption.
> > +contentmap_init()
> > +{
> > + raw32 "$1" "$2" >"$tmp"
> > + let offset=0
> > + while read value
> > + do
> > + printf -v offset_hex "%08x" $offset
> > + eval contentmap_$offset_hex=\'$value\'
> > +
> > + let offset="$offset + 4"
> > + done <"$tmp"
> > + rm -f "$tmp"
> > +}
> > +contentmap()
> > +{
> > + eval RET="\$contentmap_$1"
> > + if [ "$RET" = '' ]; then
> > + echo "contentmap: $1: invalid offset" 1>&2
> > + exit 1
> > + fi
> > +}
> > +
> > +rel()
> > +{
> > + # Load up the current contents of the $SECTION segment
> > + # as the offsets (see below) are recorded there and we will need
> > + # those to calculate the actuall address.
> > + contentmap_init "$1" "$SECTION"
> > +
> > + #file="$(basename "$1")"
> > + file="$1"
> > +
> > + # Read relocation information for a 32bit binary. Each relocation
> entry
> > + # is 3 longs so we collect 3 quads here. Note that the dump is in
> > + # listed in increasing byte order not withstanding the quad split.
> > + #
> > + # The record says to take the value of <symbol> and add that to the
> > + # existing contents of <write offset> in the segment of the
> <symbol>.
> > + #
> > + # Format:
> > + # <write offset> 32 bits
> > + # <symbol number> 24 bits
> > + # <relocation type> 8 bits
> > + raw32 "$1" ".rel$SECTION" | \
> > + {
> > + a1=''
> > + while read a2
> > + do
> > + [ "$a1" = '' ] && { a1="$a2"; continue; }
> > +
> > + #echo ">$a1< >$a2<"
> > + contentmap "$a1"; offset="$RET"
> > + symbolmap "00${a2%??}"; section_num="$RET"
> > +
> > + sectionmap "$section_num"; section="$RET"
> > + sectionvma "$section_num"; vma="$RET"
> > + #echo ">$a1< >$a2< >$offset< >$section<"
> > +
> > + echo "$file-$section-$offset"
> > +
> > + a1=''
> > + done
> > + } | sed -e 's/-00*\([0-9a-f]\)/-\1/'
> > +}
> > +
> > +tmp=$(mktemp --tmpdir "retpoline-extract-XXXXXX")
> > +
> > +disassemble()
> > +{
> > + local object="$1"
> > + local src="$2"
> > + local options="$3"
> > + local selector="$4"
> > +
> > + objdump $options --disassemble --no-show-raw-insn "$object" | \
> > + awk -F' ' '
> > + BEGIN { file="'"$object"'";
> src="'"$src"'"; }
> > + /Disassembly of section/ { segment=$4; sub(":", "",
> segment); }
> > + /^[0-9a-f][0-9a-f]* <.*>:/ { tag=$0; sub(".*<", "",
> tag); sub(">.*", "", tag); }
> > + $0 ~ /(call|jmp)q? *\*0x[0-9a-f]*\(%rip\)/ {
> > + next
> > + }
> > + $0 ~ /(call|jmp)q? *\*.*%/ {
> > + sub(":", "", $1);
> > + if ('"$selector"') {
> > + offset=$1
> > + $1=tag
> > + print(file "-" segment "-" offset " " src
> " " segment " " $0);
> > + }
> > + }
> > + '
> > +}
> > +
> > +# Accumulate potentially vunerable indirect call/jmp sequences. We do
> this
> > +# by examining the raw disassembly for affected forms, recording the
> location
> > +# of each.
> > +case "$bit16" in
> > +'') disassemble "$object" "$src" '' 'segment != ".init.text"' ;;
> > +*) disassemble "$object" "$src" '--disassembler-options=i8086'
> 'segment != ".init.text" && segment != ".text32" && segment != ".text64"'
> > + disassemble "$object" "$src" '--disassembler-options=i386'
> 'segment == ".text32"'
> > + disassemble "$object" "$src" '--disassembler-options=x86-64'
> 'segment == ".text64"'
> > + ;;
> > +esac | sort -k 1b,1 >"$object.ur-detected"
> > +[ ! -s "$object.ur-detected" ] && rm -f "$object.ur-detected"
> > +
> > +# Load up the symbol table and section mappings.
> > +symbolmap_init "$object"
> > +sectionmap_init "$object"
> > +
> > +# Accumulate annotated safe indirect call/jmp sequences. We do this by
> examining
> > +# the $SECTION sections (and their associated relocation information),
> > +# each entry represents the address of an instruction which has been
> marked
> > +# as ok.
> > +case "$section_relocation" in
> > +REL) rel "$object" ;;
> > +RELA) rela "$object" ;;
> > +esac | sort -k 1b,1 >"$object.ur-safe"
> > +[ ! -s "$object.ur-safe" ] && rm -f "$object.ur-safe"
> > +
> > +# We will perform the below join on the summarised and sorted fragments
> > +# formed above. This is performed in retpoline-check.
> > +#join -v 1 -j 1 "$tmp.extracted" "$tmp.safe" | sed -s 's/[^ ]* *//'
> > +
> > +rm -f "$tmp"
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20220516/7479e83b/attachment-0001.html>
More information about the kernel-team
mailing list