[ubuntu/bionic-proposed] linux-azure-4.15_4.15.0-1109.121_amd64.tar.gz - (Accepted)
William Breathitt Gray
william.gray at canonical.com
Thu Feb 25 11:31:01 UTC 2021
linux-azure-4.15 (4.15.0-1109.121) bionic; urgency=medium
* bionic/linux-azure-4.15: 4.15.0-1109.121 -proposed tracker (LP: #1916181)
[ Ubuntu: 4.15.0-137.141 ]
* bionic/linux: 4.15.0-137.141 -proposed tracker (LP: #1916199)
* Fix oops in skb_segment for Bionic series (LP: #1915552)
- net: permit skb_segment on head_frag frag_list skb
- net: bpf: add a test for skb_segment in test_bpf module
- test_bpf: Fix NULL vs IS_ERR() check in test_skb_segment()
* Bionic update: upstream stable patchset 2021-02-10 (LP: #1915328)
- net: cdc_ncm: correct overhead in delayed_ndp_size
- net: vlan: avoid leaks on register_vlan_dev() failures
- net: ip: always refragment ip defragmented packets
- net: fix pmtu check in nopmtudisc mode
- x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSR
- x86/resctrl: Don't move a task to the same resource group
- vmlinux.lds.h: Add PGO and AutoFDO input sections
- drm/i915: Fix mismatch between misplaced vma check and vma insert
- spi: pxa2xx: Fix use-after-free on unbind
- iio: imu: st_lsm6dsx: flip irq return logic
- iio: imu: st_lsm6dsx: fix edge-trigger interrupts
- ARM: OMAP2+: omap_device: fix idling of devices during probe
- i2c: sprd: use a specific timeout to avoid system hang up issue
- cpufreq: powernow-k8: pass policy rather than use cpufreq_cpu_get()
- spi: stm32: FIFO threshold level - fix align packet size
- dmaengine: xilinx_dma: check dma_async_device_register return value
- dmaengine: xilinx_dma: fix mixed_enum_type coverity warning
- wil6210: select CONFIG_CRC32
- block: rsxx: select CONFIG_CRC32
- iommu/intel: Fix memleak in intel_irq_remapping_alloc
- net/mlx5e: Fix memleak in mlx5e_create_l2_table_groups
- net/mlx5e: Fix two double free cases
- wan: ds26522: select CONFIG_BITREVERSE
- KVM: arm64: Don't access PMCR_EL0 when no PMU is available
- block: fix use-after-free in disk_part_iter_next
- net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed
packet
- net: hns3: fix the number of queues actually used by ARQ
- net: stmmac: dwmac-sun8i: Balance internal PHY resource references
- net: stmmac: dwmac-sun8i: Balance internal PHY power
- net/sonic: Fix some resource leaks in error handling paths
- net: ipv6: fib: flush exceptions when purging route
- dmaengine: xilinx_dma: fix incompatible param warning in _child_probe()
- lightnvm: select CONFIG_CRC32
- ASoC: dapm: remove widget from dirty list on free
- MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTB
- MIPS: relocatable: fix possible boot hangup with KASLR enabled
- ACPI: scan: Harden acpi_device_add() against device ID overflows
- mm/hugetlb: fix potential missing huge page size info
- dm snapshot: flush merged data before committing metadata
- r8152: Add Lenovo Powered USB-C Travel Hub
- ext4: fix bug for rename with RENAME_WHITEOUT
- ARC: build: remove non-existing bootpImage from KBUILD_IMAGE
- ARC: build: add uImage.lzma to the top-level target
- ARC: build: add boot_targets to PHONY
- btrfs: fix transaction leak and crash after RO remount caused by qgroup
rescan
- ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pram
- arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
- misdn: dsp: select CONFIG_BITREVERSE
- net: ethernet: fs_enet: Add missing MODULE_LICENSE
- ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPI
- ARM: picoxcell: fix missing interrupt-parent properties
- dump_common_audit_data(): fix racy accesses to ->d_name
- ASoC: Intel: fix error code cnl_set_dsp_D0()
- NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lock
- pNFS: Mark layout for return if return-on-close was not sent
- NFS: nfs_igrab_and_active must first reference the superblock
- ext4: fix superblock checksum failure when setting password salt
- RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grp
- mm, slub: consider rest of partial list if acquire_slab() fails
- net: sunrpc: interpret the return value of kstrtou32 correctly
- dm: eliminate potential source of excessive kernel log noise
- ALSA: firewire-tascam: Fix integer overflow in midi_port_work()
- ALSA: fireface: Fix integer overflow in transmit_midi_msg()
- netfilter: conntrack: fix reading nf_conntrack_buckets
- usb: ohci: Make distrust_firmware param default to false
- nfsd4: readdirplus shouldn't return parent of export
- netxen_nic: fix MSI/MSI-x interrupts
- rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request
- esp: avoid unneeded kmap_atomic call
- net: dcb: Validate netlink message in DCB handler
- net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands
- net: stmmac: Fixed mtu channged by cache aligned
- net: sit: unregister_netdevice on newlink's error path
- net: avoid 32 x truesize under-estimation for tiny skbs
- rxrpc: Fix handling of an unsupported token type in rxrpc_read()
- tipc: fix NULL deref in tipc_link_xmit()
- spi: cadence: cache reference clock rate during probe
- x86/hyperv: check cpu mask after interrupt has been disabled
- mtd: rawnand: fsl_ifc: check result of SRAM initialization fixup
- kbuild: enforce -Werror=return-type
- crypto: x86/crc32c - fix building with clang ias
- rxrpc: Call state should be read with READ_ONCE() under some circumstances
* [ssbs-0118] backport SSBS bug (arm64: cpufeature: Detect SSBS and advertise
to userspace) (LP: #1911376)
- SAUCE: Move SSBS snippet from arm64_elf_hwcaps to arm64_features
* Bionic update: upstream stable patchset 2021-01-25 (LP: #1913214)
- x86/entry/64: Add instruction suffix
- md/raid10: initialize r10_bio->read_slot before use.
- ALSA: usb-audio: simplify set_sync_ep_implicit_fb_quirk
- ALSA: usb-audio: fix sync-ep altsetting sanity check
- mm: memcontrol: eliminate raw access to stat and event counters
- mm: memcontrol: implement lruvec stat functions on top of each other
- mm: memcontrol: fix excessive complexity in memory.stat reporting
- vfio/pci: Move dummy_resources_list init in vfio_pci_probe()
- powerpc/bitops: Fix possible undefined behaviour with fls() and fls64()
- uapi: move constants from <linux/kernel.h> to <linux/const.h>
- of: fix linker-section match-table corruption
- reiserfs: add check for an invalid ih_entry_count
- misc: vmw_vmci: fix kernel info-leak by initializing dbells in
vmci_ctx_get_chkpt_doorbells()
- media: gp8psk: initialize stats at power control logic
- ALSA: seq: Use bool for snd_seq_queue internal flags
- rtc: sun6i: Fix memleak in sun6i_rtc_clk_init
- module: set MODULE_STATE_GOING state when a module fails to load
- quota: Don't overflow quota file offsets
- powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe()
- module: delay kobject uevent until after module init call
- ALSA: pcm: Clear the full allocated memory at hw_params
- dm verity: skip verity work if I/O error when system is shutting down
- kdev_t: always inline major/minor helper functions
- iio:imu:bmi160: Fix alignment and data leak issues
- iio:magnetometer:mag3110: Fix alignment and data leak issues.
- mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_start
- ext4: don't remount read-only with errors=continue on reboot
- KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accesses
- KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
- xen/gntdev.c: Mark pages as dirty
- ALSA: rawmidi: Access runtime->avail always in spinlock
- fcntl: Fix potential deadlock in send_sig{io, urg}()
- dmaengine: at_hdmac: Substitute kzalloc with kmalloc
- dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate()
- dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate()
- kbuild: don't hardcode depmod path
- workqueue: Kick a worker based on the actual activation of delayed works
- scsi: ufs-pci: Ensure UFS device is in PowerDown mode for suspend-to-disk
->poweroff()
- scsi: ide: Do not set the RQF_PREEMPT flag for sense requests
- lib/genalloc: fix the overflow when size is too big
- depmod: handle the case of /sbin/depmod without /sbin in PATH
- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()
- ethernet: ucc_geth: set dev->max_mtu to 1518
- atm: idt77252: call pci_disable_device() on error path
- qede: fix offload for IPIP tunnel packets
- virtio_net: Fix recursive call to cpus_read_lock()
- net/ncsi: Use real net-device for response handler
- net: ethernet: Fix memleak in ethoc_probe
- net-sysfs: take the rtnl lock when storing xps_cpus
- net: ethernet: ti: cpts: fix ethtool output when no ptp_clock registered
- ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()
- net: hns: fix return value check in __lb_other_process()
- net: hdlc_ppp: Fix issues when mod_timer is called while timer is running
- CDC-NCM: remove "connected" log message
- net: usb: qmi_wwan: add Quectel EM160R-GL
- vhost_net: fix ubuf refcount incorrectly when sendmsg fails
- net: sched: prevent invalid Scell_log shift count
- net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tc
- net: mvpp2: Fix GoP port 3 Networking Complex Control configurations
- net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE
- video: hyperv_fb: Fix the mmap() regression for v5.4.y and older
- crypto: ecdh - avoid buffer overflow in ecdh_set_secret()
- usb: gadget: enable super speed plus
- USB: cdc-acm: blacklist another IR Droid device
- usb: dwc3: ulpi: Use VStsDone to detect PHY regs access completion
- usb: chipidea: ci_hdrc_imx: add missing put_device() call in
usbmisc_get_init_data()
- USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk set
- usb: usbip: vhci_hcd: protect shift size
- usb: uas: Add PNY USB Portable SSD to unusual_uas
- USB: serial: iuu_phoenix: fix DMA from stack
- USB: serial: option: add LongSung M5710 module support
- USB: serial: option: add Quectel EM160R-GL
- USB: yurex: fix control-URB timeout handling
- USB: usblp: fix DMA to stack
- ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks
- usb: gadget: select CONFIG_CRC32
- usb: gadget: f_uac2: reset wMaxPacketSize
- usb: gadget: function: printer: Fix a memory leak for interface descriptor
- USB: gadget: legacy: fix return error code in acm_ms_bind()
- usb: gadget: Fix spinlock lockup on usb_function_deactivate
- usb: gadget: configfs: Preserve function ordering after bind failure
- usb: gadget: configfs: Fix use-after-free issue with udc_name
- USB: serial: keyspan_pda: remove unused variable
- x86/mm: Fix leak of pmd ptlock
- ALSA: hda/conexant: add a new hda codec CX11970
- ALSA: hda/realtek - Fix speaker volume control on Lenovo C940
- Revert "device property: Keep secondary firmware node secondary by type"
- netfilter: ipset: fix shift-out-of-bounds in htable_bits()
- netfilter: xt_RATEEST: reject non-null terminated string from userspace
- x86/mtrr: Correct the range check before performing MTRR type lookups
- KVM: x86: fix shift out of bounds reported by UBSAN
- i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs
- tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGS
- USB: cdc-wdm: Fix use after free in service_outstanding_interrupt().
- USB: Gadget Ethernet: Re-enable Jumbo frames.
- usb: gadget: u_ether: Fix MTU size mismatch with RX packet size
Date: Thu, 25 Feb 2021 03:04:15 -0500
Changed-By: William Breathitt Gray <william.gray at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at lgw01-amd64-030.buildd>
-------------- next part --------------
Format: 1.8
Date: Thu, 25 Feb 2021 03:04:15 -0500
Source: linux-azure-4.15
Binary: linux-azure-4.15-headers-4.15.0-1109 linux-azure-4.15-tools-4.15.0-1109 linux-azure-4.15-cloud-tools-4.15.0-1109 linux-image-unsigned-4.15.0-1109-azure linux-modules-4.15.0-1109-azure linux-modules-extra-4.15.0-1109-azure linux-headers-4.15.0-1109-azure linux-image-unsigned-4.15.0-1109-azure-dbgsym linux-tools-4.15.0-1109-azure linux-cloud-tools-4.15.0-1109-azure linux-udebs-azure linux-buildinfo-4.15.0-1109-azure
Architecture: amd64 all amd64_translations
Version: 4.15.0-1109.121
Distribution: bionic
Urgency: medium
Maintainer: Launchpad Build Daemon <buildd at lgw01-amd64-030.buildd>
Changed-By: William Breathitt Gray <william.gray at canonical.com>
Description:
linux-azure-4.15-cloud-tools-4.15.0-1109 - Linux kernel version specific cloud tools for version 4.15.0-1109
linux-azure-4.15-headers-4.15.0-1109 - Header files related to Linux kernel version 4.15.0
linux-azure-4.15-tools-4.15.0-1109 - Linux kernel version specific tools for version 4.15.0-1109
linux-buildinfo-4.15.0-1109-azure - Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
linux-cloud-tools-4.15.0-1109-azure - Linux kernel version specific cloud tools for version 4.15.0-1109
linux-headers-4.15.0-1109-azure - Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
linux-image-unsigned-4.15.0-1109-azure - Linux kernel image for version 4.15.0 on 64 bit x86 SMP
linux-image-unsigned-4.15.0-1109-azure-dbgsym - Linux kernel debug image for version 4.15.0 on 64 bit x86 SMP
linux-modules-4.15.0-1109-azure - Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
linux-modules-extra-4.15.0-1109-azure - Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
linux-tools-4.15.0-1109-azure - Linux kernel version specific tools for version 4.15.0-1109
linux-udebs-azure - Metapackage depending on kernel udebs (udeb)
Launchpad-Bugs-Fixed: 1911376 1913214 1915328 1915552 1916181 1916199
Changes:
linux-azure-4.15 (4.15.0-1109.121) bionic; urgency=medium
.
* bionic/linux-azure-4.15: 4.15.0-1109.121 -proposed tracker (LP: #1916181)
.
[ Ubuntu: 4.15.0-137.141 ]
.
* bionic/linux: 4.15.0-137.141 -proposed tracker (LP: #1916199)
* Fix oops in skb_segment for Bionic series (LP: #1915552)
- net: permit skb_segment on head_frag frag_list skb
- net: bpf: add a test for skb_segment in test_bpf module
- test_bpf: Fix NULL vs IS_ERR() check in test_skb_segment()
* Bionic update: upstream stable patchset 2021-02-10 (LP: #1915328)
- net: cdc_ncm: correct overhead in delayed_ndp_size
- net: vlan: avoid leaks on register_vlan_dev() failures
- net: ip: always refragment ip defragmented packets
- net: fix pmtu check in nopmtudisc mode
- x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSR
- x86/resctrl: Don't move a task to the same resource group
- vmlinux.lds.h: Add PGO and AutoFDO input sections
- drm/i915: Fix mismatch between misplaced vma check and vma insert
- spi: pxa2xx: Fix use-after-free on unbind
- iio: imu: st_lsm6dsx: flip irq return logic
- iio: imu: st_lsm6dsx: fix edge-trigger interrupts
- ARM: OMAP2+: omap_device: fix idling of devices during probe
- i2c: sprd: use a specific timeout to avoid system hang up issue
- cpufreq: powernow-k8: pass policy rather than use cpufreq_cpu_get()
- spi: stm32: FIFO threshold level - fix align packet size
- dmaengine: xilinx_dma: check dma_async_device_register return value
- dmaengine: xilinx_dma: fix mixed_enum_type coverity warning
- wil6210: select CONFIG_CRC32
- block: rsxx: select CONFIG_CRC32
- iommu/intel: Fix memleak in intel_irq_remapping_alloc
- net/mlx5e: Fix memleak in mlx5e_create_l2_table_groups
- net/mlx5e: Fix two double free cases
- wan: ds26522: select CONFIG_BITREVERSE
- KVM: arm64: Don't access PMCR_EL0 when no PMU is available
- block: fix use-after-free in disk_part_iter_next
- net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed
packet
- net: hns3: fix the number of queues actually used by ARQ
- net: stmmac: dwmac-sun8i: Balance internal PHY resource references
- net: stmmac: dwmac-sun8i: Balance internal PHY power
- net/sonic: Fix some resource leaks in error handling paths
- net: ipv6: fib: flush exceptions when purging route
- dmaengine: xilinx_dma: fix incompatible param warning in _child_probe()
- lightnvm: select CONFIG_CRC32
- ASoC: dapm: remove widget from dirty list on free
- MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTB
- MIPS: relocatable: fix possible boot hangup with KASLR enabled
- ACPI: scan: Harden acpi_device_add() against device ID overflows
- mm/hugetlb: fix potential missing huge page size info
- dm snapshot: flush merged data before committing metadata
- r8152: Add Lenovo Powered USB-C Travel Hub
- ext4: fix bug for rename with RENAME_WHITEOUT
- ARC: build: remove non-existing bootpImage from KBUILD_IMAGE
- ARC: build: add uImage.lzma to the top-level target
- ARC: build: add boot_targets to PHONY
- btrfs: fix transaction leak and crash after RO remount caused by qgroup
rescan
- ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pram
- arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
- misdn: dsp: select CONFIG_BITREVERSE
- net: ethernet: fs_enet: Add missing MODULE_LICENSE
- ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPI
- ARM: picoxcell: fix missing interrupt-parent properties
- dump_common_audit_data(): fix racy accesses to ->d_name
- ASoC: Intel: fix error code cnl_set_dsp_D0()
- NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lock
- pNFS: Mark layout for return if return-on-close was not sent
- NFS: nfs_igrab_and_active must first reference the superblock
- ext4: fix superblock checksum failure when setting password salt
- RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grp
- mm, slub: consider rest of partial list if acquire_slab() fails
- net: sunrpc: interpret the return value of kstrtou32 correctly
- dm: eliminate potential source of excessive kernel log noise
- ALSA: firewire-tascam: Fix integer overflow in midi_port_work()
- ALSA: fireface: Fix integer overflow in transmit_midi_msg()
- netfilter: conntrack: fix reading nf_conntrack_buckets
- usb: ohci: Make distrust_firmware param default to false
- nfsd4: readdirplus shouldn't return parent of export
- netxen_nic: fix MSI/MSI-x interrupts
- rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request
- esp: avoid unneeded kmap_atomic call
- net: dcb: Validate netlink message in DCB handler
- net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands
- net: stmmac: Fixed mtu channged by cache aligned
- net: sit: unregister_netdevice on newlink's error path
- net: avoid 32 x truesize under-estimation for tiny skbs
- rxrpc: Fix handling of an unsupported token type in rxrpc_read()
- tipc: fix NULL deref in tipc_link_xmit()
- spi: cadence: cache reference clock rate during probe
- x86/hyperv: check cpu mask after interrupt has been disabled
- mtd: rawnand: fsl_ifc: check result of SRAM initialization fixup
- kbuild: enforce -Werror=return-type
- crypto: x86/crc32c - fix building with clang ias
- rxrpc: Call state should be read with READ_ONCE() under some circumstances
* [ssbs-0118] backport SSBS bug (arm64: cpufeature: Detect SSBS and advertise
to userspace) (LP: #1911376)
- SAUCE: Move SSBS snippet from arm64_elf_hwcaps to arm64_features
* Bionic update: upstream stable patchset 2021-01-25 (LP: #1913214)
- x86/entry/64: Add instruction suffix
- md/raid10: initialize r10_bio->read_slot before use.
- ALSA: usb-audio: simplify set_sync_ep_implicit_fb_quirk
- ALSA: usb-audio: fix sync-ep altsetting sanity check
- mm: memcontrol: eliminate raw access to stat and event counters
- mm: memcontrol: implement lruvec stat functions on top of each other
- mm: memcontrol: fix excessive complexity in memory.stat reporting
- vfio/pci: Move dummy_resources_list init in vfio_pci_probe()
- powerpc/bitops: Fix possible undefined behaviour with fls() and fls64()
- uapi: move constants from <linux/kernel.h> to <linux/const.h>
- of: fix linker-section match-table corruption
- reiserfs: add check for an invalid ih_entry_count
- misc: vmw_vmci: fix kernel info-leak by initializing dbells in
vmci_ctx_get_chkpt_doorbells()
- media: gp8psk: initialize stats at power control logic
- ALSA: seq: Use bool for snd_seq_queue internal flags
- rtc: sun6i: Fix memleak in sun6i_rtc_clk_init
- module: set MODULE_STATE_GOING state when a module fails to load
- quota: Don't overflow quota file offsets
- powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe()
- module: delay kobject uevent until after module init call
- ALSA: pcm: Clear the full allocated memory at hw_params
- dm verity: skip verity work if I/O error when system is shutting down
- kdev_t: always inline major/minor helper functions
- iio:imu:bmi160: Fix alignment and data leak issues
- iio:magnetometer:mag3110: Fix alignment and data leak issues.
- mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_start
- ext4: don't remount read-only with errors=continue on reboot
- KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accesses
- KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
- xen/gntdev.c: Mark pages as dirty
- ALSA: rawmidi: Access runtime->avail always in spinlock
- fcntl: Fix potential deadlock in send_sig{io, urg}()
- dmaengine: at_hdmac: Substitute kzalloc with kmalloc
- dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate()
- dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate()
- kbuild: don't hardcode depmod path
- workqueue: Kick a worker based on the actual activation of delayed works
- scsi: ufs-pci: Ensure UFS device is in PowerDown mode for suspend-to-disk
->poweroff()
- scsi: ide: Do not set the RQF_PREEMPT flag for sense requests
- lib/genalloc: fix the overflow when size is too big
- depmod: handle the case of /sbin/depmod without /sbin in PATH
- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()
- ethernet: ucc_geth: set dev->max_mtu to 1518
- atm: idt77252: call pci_disable_device() on error path
- qede: fix offload for IPIP tunnel packets
- virtio_net: Fix recursive call to cpus_read_lock()
- net/ncsi: Use real net-device for response handler
- net: ethernet: Fix memleak in ethoc_probe
- net-sysfs: take the rtnl lock when storing xps_cpus
- net: ethernet: ti: cpts: fix ethtool output when no ptp_clock registered
- ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()
- net: hns: fix return value check in __lb_other_process()
- net: hdlc_ppp: Fix issues when mod_timer is called while timer is running
- CDC-NCM: remove "connected" log message
- net: usb: qmi_wwan: add Quectel EM160R-GL
- vhost_net: fix ubuf refcount incorrectly when sendmsg fails
- net: sched: prevent invalid Scell_log shift count
- net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tc
- net: mvpp2: Fix GoP port 3 Networking Complex Control configurations
- net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE
- video: hyperv_fb: Fix the mmap() regression for v5.4.y and older
- crypto: ecdh - avoid buffer overflow in ecdh_set_secret()
- usb: gadget: enable super speed plus
- USB: cdc-acm: blacklist another IR Droid device
- usb: dwc3: ulpi: Use VStsDone to detect PHY regs access completion
- usb: chipidea: ci_hdrc_imx: add missing put_device() call in
usbmisc_get_init_data()
- USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk set
- usb: usbip: vhci_hcd: protect shift size
- usb: uas: Add PNY USB Portable SSD to unusual_uas
- USB: serial: iuu_phoenix: fix DMA from stack
- USB: serial: option: add LongSung M5710 module support
- USB: serial: option: add Quectel EM160R-GL
- USB: yurex: fix control-URB timeout handling
- USB: usblp: fix DMA to stack
- ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks
- usb: gadget: select CONFIG_CRC32
- usb: gadget: f_uac2: reset wMaxPacketSize
- usb: gadget: function: printer: Fix a memory leak for interface descriptor
- USB: gadget: legacy: fix return error code in acm_ms_bind()
- usb: gadget: Fix spinlock lockup on usb_function_deactivate
- usb: gadget: configfs: Preserve function ordering after bind failure
- usb: gadget: configfs: Fix use-after-free issue with udc_name
- USB: serial: keyspan_pda: remove unused variable
- x86/mm: Fix leak of pmd ptlock
- ALSA: hda/conexant: add a new hda codec CX11970
- ALSA: hda/realtek - Fix speaker volume control on Lenovo C940
- Revert "device property: Keep secondary firmware node secondary by type"
- netfilter: ipset: fix shift-out-of-bounds in htable_bits()
- netfilter: xt_RATEEST: reject non-null terminated string from userspace
- x86/mtrr: Correct the range check before performing MTRR type lookups
- KVM: x86: fix shift out of bounds reported by UBSAN
- i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs
- tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGS
- USB: cdc-wdm: Fix use after free in service_outstanding_interrupt().
- USB: Gadget Ethernet: Re-enable Jumbo frames.
- usb: gadget: u_ether: Fix MTU size mismatch with RX packet size
Checksums-Sha1:
73d9a58ce1c32bc67e5c4435e391259a6793bb46 64952 linux-azure-4.15-cloud-tools-4.15.0-1109_4.15.0-1109.121_amd64.deb
075f747fe1326c08e0ff354aafbca335538087a6 10974600 linux-azure-4.15-headers-4.15.0-1109_4.15.0-1109.121_all.deb
c96958518a160f0e5c735bcb4b634e4427dd5a8c 4372800 linux-azure-4.15-tools-4.15.0-1109_4.15.0-1109.121_amd64.deb
34fd664200b1b2e7eaeeef8f5b4f6f738c45e8b9 17351 linux-azure-4.15_4.15.0-1109.121_amd64.buildinfo
ca70dfb8a05b1e4a809d61c70c6b57a805154ade 7493555 linux-azure-4.15_4.15.0-1109.121_amd64.tar.gz
15edfe2c383460e6eaabb9d69c9ca9ed3e308f61 24431 linux-azure-4.15_4.15.0-1109.121_amd64_translations.tar.gz
eb30b260e2eaeae41843b6dbad2afb78cc4681c3 182952 linux-buildinfo-4.15.0-1109-azure_4.15.0-1109.121_amd64.deb
384a8384eddb2fddea8478ca721faf2b10b0fdbc 1880 linux-cloud-tools-4.15.0-1109-azure_4.15.0-1109.121_amd64.deb
0e749dcfecc83ae7c89bc42f887e3b304c6af551 948412 linux-headers-4.15.0-1109-azure_4.15.0-1109.121_amd64.deb
53edcd8482b9628927da25bee98b71f27f37ae10 404596420 linux-image-unsigned-4.15.0-1109-azure-dbgsym_4.15.0-1109.121_amd64.ddeb
9edd38fc8244a3496298e3ff16d7ee0345e8bb80 7530400 linux-image-unsigned-4.15.0-1109-azure_4.15.0-1109.121_amd64.deb
407ede53bbed6f8a6c6032cd182effcbfc8c77e9 11913100 linux-modules-4.15.0-1109-azure_4.15.0-1109.121_amd64.deb
16675f6c50ae3e45172388ca1ebe212c3bd00259 10407712 linux-modules-extra-4.15.0-1109-azure_4.15.0-1109.121_amd64.deb
b545f6a441fb5ec3da5470edbb540de02d3e5f3e 1964 linux-tools-4.15.0-1109-azure_4.15.0-1109.121_amd64.deb
Checksums-Sha256:
d2f1785c3a646c41fd52cf406440fadd64cca6b372fffe7b53d7798bdbb763a5 64952 linux-azure-4.15-cloud-tools-4.15.0-1109_4.15.0-1109.121_amd64.deb
9f8fdf1243363c4b132e4edf9274c48eb78330b9f3a11a5da38c3ba6e1589e9a 10974600 linux-azure-4.15-headers-4.15.0-1109_4.15.0-1109.121_all.deb
f144d4a6ed12f991016d15e9f4265a27099f0a56b6a8392c009ba201f352fdf2 4372800 linux-azure-4.15-tools-4.15.0-1109_4.15.0-1109.121_amd64.deb
158e1ed625d69d22d139588728080706b0ca848457aaff80a85d8cd9c6799e73 17351 linux-azure-4.15_4.15.0-1109.121_amd64.buildinfo
728b389f547925c6a00d8a571298d24fb10842dac5ff815293c4ebb40f8113ea 7493555 linux-azure-4.15_4.15.0-1109.121_amd64.tar.gz
50d7b978206feb81f4837e4ec57cf96843b90aa56c582b80ecdc562c0c1995a3 24431 linux-azure-4.15_4.15.0-1109.121_amd64_translations.tar.gz
657ac3a8f728dac8d5b8aa253953b19c2d1bf1ff40f3e4a463948ddd27efcda7 182952 linux-buildinfo-4.15.0-1109-azure_4.15.0-1109.121_amd64.deb
65bc5883f2912bfe2ec546494ef134e501ff7d6b775e518dfcbd85e98e277d58 1880 linux-cloud-tools-4.15.0-1109-azure_4.15.0-1109.121_amd64.deb
85619c449a832331e5aab72be86332fe1240aecfc27e285ad9e71ae1dc9345a1 948412 linux-headers-4.15.0-1109-azure_4.15.0-1109.121_amd64.deb
c11050cd4194face15f4557fa41326cd19f7fed31364b4041e180305c4d912ec 404596420 linux-image-unsigned-4.15.0-1109-azure-dbgsym_4.15.0-1109.121_amd64.ddeb
28a9ca71bef122be43b3ea09becb7fd2d7aaf0fcd89459a8bc71eb556d5c0f90 7530400 linux-image-unsigned-4.15.0-1109-azure_4.15.0-1109.121_amd64.deb
e5fc763ad7e4997f51a02473cf42b4b6810ad26e02fe3c460d3698a8a1308e17 11913100 linux-modules-4.15.0-1109-azure_4.15.0-1109.121_amd64.deb
ea6ac323be012658e9fe67d654eb5eae6ab66525147a0421cc1fe8a40e9966bc 10407712 linux-modules-extra-4.15.0-1109-azure_4.15.0-1109.121_amd64.deb
7a527f65e1e9b0b8cb0fc4e0e9ed10499d1e1e31835db9154f56a2f092302510 1964 linux-tools-4.15.0-1109-azure_4.15.0-1109.121_amd64.deb
Files:
c9f9b4dad83f49a2092a91056f347d15 64952 devel optional linux-azure-4.15-cloud-tools-4.15.0-1109_4.15.0-1109.121_amd64.deb
0829bb3edee3da95c32a1fc3cd0d424f 10974600 devel optional linux-azure-4.15-headers-4.15.0-1109_4.15.0-1109.121_all.deb
43be6f01c880162f90d36d3b2e4b870f 4372800 devel optional linux-azure-4.15-tools-4.15.0-1109_4.15.0-1109.121_amd64.deb
ab6cae407d0bee3d3060457d6e059073 17351 devel optional linux-azure-4.15_4.15.0-1109.121_amd64.buildinfo
c724935a25e6eed6effeb314245e853a 7493555 raw-signing - linux-azure-4.15_4.15.0-1109.121_amd64.tar.gz
2ce73941a224643648bf9777231ef68a 24431 raw-translations - linux-azure-4.15_4.15.0-1109.121_amd64_translations.tar.gz
092bbadc699ec3344b56116ac785a362 182952 kernel optional linux-buildinfo-4.15.0-1109-azure_4.15.0-1109.121_amd64.deb
0b9ef92b035c3b229513b6e85d51807b 1880 devel optional linux-cloud-tools-4.15.0-1109-azure_4.15.0-1109.121_amd64.deb
415f2a52cfd01b036c0e350bb2327d7e 948412 devel optional linux-headers-4.15.0-1109-azure_4.15.0-1109.121_amd64.deb
b4d60c5adf119e1f9616bad4d59bfd16 404596420 devel optional linux-image-unsigned-4.15.0-1109-azure-dbgsym_4.15.0-1109.121_amd64.ddeb
7d0f02c6d8ebefd007becb7c16c2df88 7530400 kernel optional linux-image-unsigned-4.15.0-1109-azure_4.15.0-1109.121_amd64.deb
5d5818afe4e4e8a3cca665871e72ff3c 11913100 kernel optional linux-modules-4.15.0-1109-azure_4.15.0-1109.121_amd64.deb
cebe60ec424e9bc4d27bd453747a9f2f 10407712 kernel optional linux-modules-extra-4.15.0-1109-azure_4.15.0-1109.121_amd64.deb
3e876a8f887878b2775cd271192a0759 1964 devel optional linux-tools-4.15.0-1109-azure_4.15.0-1109.121_amd64.deb
More information about the Bionic-changes
mailing list