[ubuntu/bionic-proposed] linux-azure_4.15.0-1033.34_amd64.tar.gz - (Accepted)
Marcelo Henrique Cerri
marcelo.cerri at canonical.com
Wed Nov 21 22:57:26 UTC 2018
linux-azure (4.15.0-1033.34) bionic; urgency=medium
* linux-azure: 4.15.0-1033.34 -proposed tracker (LP: #1802559)
[ Ubuntu: 4.15.0-42.45 ]
* linux: 4.15.0-42.45 -proposed tracker (LP: #1803592)
* [FEAT] Guest-dedicated Crypto Adapters (LP: #1787405)
- KVM: s390: reset crypto attributes for all vcpus
- 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
- s390/zcrypt: Add ZAPQ inline function.
- s390/zcrypt: Review inline assembler constraints.
- s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.
- s390/zcrypt: fix ap_instructions_available() returncodes
- s390/zcrypt: remove VLA usage from the AP bus
- s390/zcrypt: Remove deprecated ioctls.
- s390/zcrypt: Remove deprecated zcrypt proc interface.
- s390/zcrypt: Support up to 256 crypto adapters.
- [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
[ Ubuntu: 4.15.0-40.43 ]
* linux: 4.15.0-40.43 -proposed tracker (LP: #1802554)
* 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: don't keep track of MAC address's cast type
- s390/qeth: consolidate qeth MAC address helpers
- s390/qeth: avoid using is_multicast_ether_addr_64bits on (u8 *)[6]
- s390/qeth: remove outdated portname debug msg
- s390/qeth: reduce hard-coded access to ccw channels
- s390/qeth: sanitize strings in debug messages
* [18.04 FEAT] zcrypt DD: introduce APQN tags to support deterministic driver
binding (LP: #1799184)
- s390/zcrypt: code beautify
- s390/zcrypt: AP bus support for alternate driver(s)
- s390/zcrypt: hex string mask improvements for apmask and aqmask.
- s390/zcrypt: remove unused functions and declarations
- s390/zcrypt: Show load of cards and queues in sysfs
* [GLK/CLX] Enhanced IBRS (LP: #1786139)
- x86/speculation: Remove SPECTRE_V2_IBRS in enum spectre_v2_mitigation
- x86/speculation: Support Enhanced IBRS on future CPUs
* Allow signed kernels to be kexec'ed under lockdown (LP: #1798441)
- Fix kexec forbidding kernels signed with keys in the secondary keyring to
boot
* Overlayfs in user namespace leaks directory content of inaccessible
directories (LP: #1793458) // CVE-2018-6559
- SAUCE: overlayfs: ensure mounter privileges when reading directories
* Update ENA driver to version 2.0.1K (LP: #1798182)
- net: ena: remove ndo_poll_controller
- net: ena: fix warning in rmmod caused by double iounmap
- net: ena: fix rare bug when failed restart/resume is followed by driver
removal
- net: ena: fix NULL dereference due to untimely napi initialization
- net: ena: fix auto casting to boolean
- 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 update: upstream stable patchset 2018-10-29 (LP: #1800537)
- 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/sched: act_simple: fix parsing of TCA_DEF_DATA
- tcp: verify the checksum of the first data segment in a new connection
- 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
- tls: fix use-after-free in tls_push_record
- ext4: fix hole length detection in ext4_ind_map_blocks()
- ext4: update mtime in ext4_punch_hole even if no blocks are released
- ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()
- ext4: fix fencepost error in check for inode count overflow during resize
- driver core: Don't ignore class_dir_create_and_add() failure.
- 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: 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
- CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session
expiry
- cifs: For SMB2 security informaion query, check for minimum sized security
descriptor instead of sizeof FileAllInformation class
- nbd: fix nbd device deletion
- nbd: update size when connected
- nbd: use bd_set_size when updating disk size
- blk-mq: reinit q->tag_set_list entry only after grace period
- bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue
- cpufreq: Fix new policy initialization during limits updates via sysfs
- cpufreq: governors: Fix long idle detection logic in load calculation
- libata: zpodd: small read overflow in eject_tray()
- libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk
- w1: mxc_w1: Enable clock before calling clk_get_rate() on it
- x86/intel_rdt: Enable CMT and MBM on new Skylake stepping
- 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
- mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
- net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620
- cpufreq: ti-cpufreq: Fix an incorrect error return value
- 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
* [bionic]mlx5: reading SW stats through ifstat cause kernel crash
(LP: #1799049)
- net/mlx5e: Don't attempt to dereference the ppriv struct if not being
eswitch manager
* [Bionic][Cosmic] ipmi: Fix timer race with module unload (LP: #1799281)
- ipmi: Fix timer race with module unload
* [Bionic] ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
(LP: #1799276)
- ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
* execveat03 in ubuntu_ltp_syscalls failed on X/B (LP: #1786729)
- cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()
* [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
* 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
* [Ubuntu] kvm: fix deadlock when killed by oom (LP: #1800849)
- s390/kvm: fix deadlock when killed by oom
* [Ubuntu] net/af_iucv: fix skb leaks for HiperTransport (LP: #1800639)
- net/af_iucv: drop inbound packets with invalid flags
- net/af_iucv: fix skb handling on HiperTransport xmit error
* 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
* Enable keyboard wakeup for S2Idle laptops (LP: #1798552)
- Input: i8042 - enable keyboard wakeups by default when s2idle is used
* NULL pointer dereference at 0000000000000020 when access
dst_orig->ops->family in function xfrm_lookup_with_ifid() (LP: #1801878)
- xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.
* [Ubuntu] qdio: reset old sbal_state flags (LP: #1801686)
- s390/qdio: reset old sbal_state flags
* hns3: map tx ring to tc (LP: #1802023)
- net: hns3: Set tx ring' tc info when netdev is up
* [Ubuntu] qeth: Fix potential array overrun in cmd/rc lookup (LP: #1800641)
- s390: qeth_core_mpc: Use ARRAY_SIZE instead of reimplementing its function
- s390: qeth: Fix potential array overrun in cmd/rc lookup
* Vulkan applications cause permanent memory leak with Intel GPU
(LP: #1798165)
- drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is set
* Mounting SOFS SMB shares fails (LP: #1792580)
- cifs: connect to servername instead of IP for IPC$ share
* Packaging resync (LP: #1786013)
- [Package] add support for specifying the primary makefile
Date: Thu, 15 Nov 2018 17:28:15 -0200
Changed-By: Marcelo Henrique Cerri <marcelo.cerri at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at lcy01-amd64-014.buildd>
-------------- next part --------------
Format: 1.8
Date: Thu, 15 Nov 2018 17:28:15 -0200
Source: linux-azure
Binary: linux-azure-headers-4.15.0-1033 linux-azure-tools-4.15.0-1033 linux-azure-cloud-tools-4.15.0-1033 linux-image-unsigned-4.15.0-1033-azure linux-modules-4.15.0-1033-azure linux-modules-extra-4.15.0-1033-azure linux-headers-4.15.0-1033-azure linux-image-unsigned-4.15.0-1033-azure-dbgsym linux-tools-4.15.0-1033-azure linux-cloud-tools-4.15.0-1033-azure linux-udebs-azure
Architecture: amd64 all amd64_translations
Version: 4.15.0-1033.34
Distribution: bionic
Urgency: medium
Maintainer: Launchpad Build Daemon <buildd at lcy01-amd64-014.buildd>
Changed-By: Marcelo Henrique Cerri <marcelo.cerri at canonical.com>
Description:
linux-azure-cloud-tools-4.15.0-1033 - Linux kernel version specific cloud tools for version 4.15.0-1033
linux-azure-headers-4.15.0-1033 - Header files related to Linux kernel version 4.15.0
linux-azure-tools-4.15.0-1033 - Linux kernel version specific tools for version 4.15.0-1033
linux-cloud-tools-4.15.0-1033-azure - Linux kernel version specific cloud tools for version 4.15.0-1033
linux-headers-4.15.0-1033-azure - Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
linux-image-unsigned-4.15.0-1033-azure - Linux kernel image for version 4.15.0 on 64 bit x86 SMP
linux-image-unsigned-4.15.0-1033-azure-dbgsym - Linux kernel debug image for version 4.15.0 on 64 bit x86 SMP
linux-modules-4.15.0-1033-azure - Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
linux-modules-extra-4.15.0-1033-azure - Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
linux-tools-4.15.0-1033-azure - Linux kernel version specific tools for version 4.15.0-1033
linux-udebs-azure - Metapackage depending on kernel udebs (udeb)
Launchpad-Bugs-Fixed: 1784501 1786013 1786139 1786729 1787405 1789161 1792580 1793458 1797367 1797990 1798165 1798182 1798441 1798552 1799049 1799184 1799276 1799281 1799794 1800537 1800639 1800641 1800849 1801686 1801875 1801878 1801924 1802023 1802341 1802554 1802559 1803592
Changes:
linux-azure (4.15.0-1033.34) bionic; urgency=medium
.
* linux-azure: 4.15.0-1033.34 -proposed tracker (LP: #1802559)
.
[ Ubuntu: 4.15.0-42.45 ]
.
* linux: 4.15.0-42.45 -proposed tracker (LP: #1803592)
* [FEAT] Guest-dedicated Crypto Adapters (LP: #1787405)
- KVM: s390: reset crypto attributes for all vcpus
- 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
- s390/zcrypt: Add ZAPQ inline function.
- s390/zcrypt: Review inline assembler constraints.
- s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.
- s390/zcrypt: fix ap_instructions_available() returncodes
- s390/zcrypt: remove VLA usage from the AP bus
- s390/zcrypt: Remove deprecated ioctls.
- s390/zcrypt: Remove deprecated zcrypt proc interface.
- s390/zcrypt: Support up to 256 crypto adapters.
- [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
.
[ Ubuntu: 4.15.0-40.43 ]
.
* linux: 4.15.0-40.43 -proposed tracker (LP: #1802554)
* 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: don't keep track of MAC address's cast type
- s390/qeth: consolidate qeth MAC address helpers
- s390/qeth: avoid using is_multicast_ether_addr_64bits on (u8 *)[6]
- s390/qeth: remove outdated portname debug msg
- s390/qeth: reduce hard-coded access to ccw channels
- s390/qeth: sanitize strings in debug messages
* [18.04 FEAT] zcrypt DD: introduce APQN tags to support deterministic driver
binding (LP: #1799184)
- s390/zcrypt: code beautify
- s390/zcrypt: AP bus support for alternate driver(s)
- s390/zcrypt: hex string mask improvements for apmask and aqmask.
- s390/zcrypt: remove unused functions and declarations
- s390/zcrypt: Show load of cards and queues in sysfs
* [GLK/CLX] Enhanced IBRS (LP: #1786139)
- x86/speculation: Remove SPECTRE_V2_IBRS in enum spectre_v2_mitigation
- x86/speculation: Support Enhanced IBRS on future CPUs
* Allow signed kernels to be kexec'ed under lockdown (LP: #1798441)
- Fix kexec forbidding kernels signed with keys in the secondary keyring to
boot
* Overlayfs in user namespace leaks directory content of inaccessible
directories (LP: #1793458) // CVE-2018-6559
- SAUCE: overlayfs: ensure mounter privileges when reading directories
* Update ENA driver to version 2.0.1K (LP: #1798182)
- net: ena: remove ndo_poll_controller
- net: ena: fix warning in rmmod caused by double iounmap
- net: ena: fix rare bug when failed restart/resume is followed by driver
removal
- net: ena: fix NULL dereference due to untimely napi initialization
- net: ena: fix auto casting to boolean
- 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 update: upstream stable patchset 2018-10-29 (LP: #1800537)
- 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/sched: act_simple: fix parsing of TCA_DEF_DATA
- tcp: verify the checksum of the first data segment in a new connection
- 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
- tls: fix use-after-free in tls_push_record
- ext4: fix hole length detection in ext4_ind_map_blocks()
- ext4: update mtime in ext4_punch_hole even if no blocks are released
- ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()
- ext4: fix fencepost error in check for inode count overflow during resize
- driver core: Don't ignore class_dir_create_and_add() failure.
- 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: 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
- CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session
expiry
- cifs: For SMB2 security informaion query, check for minimum sized security
descriptor instead of sizeof FileAllInformation class
- nbd: fix nbd device deletion
- nbd: update size when connected
- nbd: use bd_set_size when updating disk size
- blk-mq: reinit q->tag_set_list entry only after grace period
- bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue
- cpufreq: Fix new policy initialization during limits updates via sysfs
- cpufreq: governors: Fix long idle detection logic in load calculation
- libata: zpodd: small read overflow in eject_tray()
- libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk
- w1: mxc_w1: Enable clock before calling clk_get_rate() on it
- x86/intel_rdt: Enable CMT and MBM on new Skylake stepping
- 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
- mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
- net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620
- cpufreq: ti-cpufreq: Fix an incorrect error return value
- 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
* [bionic]mlx5: reading SW stats through ifstat cause kernel crash
(LP: #1799049)
- net/mlx5e: Don't attempt to dereference the ppriv struct if not being
eswitch manager
* [Bionic][Cosmic] ipmi: Fix timer race with module unload (LP: #1799281)
- ipmi: Fix timer race with module unload
* [Bionic] ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
(LP: #1799276)
- ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
* execveat03 in ubuntu_ltp_syscalls failed on X/B (LP: #1786729)
- cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()
* [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
* 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
* [Ubuntu] kvm: fix deadlock when killed by oom (LP: #1800849)
- s390/kvm: fix deadlock when killed by oom
* [Ubuntu] net/af_iucv: fix skb leaks for HiperTransport (LP: #1800639)
- net/af_iucv: drop inbound packets with invalid flags
- net/af_iucv: fix skb handling on HiperTransport xmit error
* 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
* Enable keyboard wakeup for S2Idle laptops (LP: #1798552)
- Input: i8042 - enable keyboard wakeups by default when s2idle is used
* NULL pointer dereference at 0000000000000020 when access
dst_orig->ops->family in function xfrm_lookup_with_ifid() (LP: #1801878)
- xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.
* [Ubuntu] qdio: reset old sbal_state flags (LP: #1801686)
- s390/qdio: reset old sbal_state flags
* hns3: map tx ring to tc (LP: #1802023)
- net: hns3: Set tx ring' tc info when netdev is up
* [Ubuntu] qeth: Fix potential array overrun in cmd/rc lookup (LP: #1800641)
- s390: qeth_core_mpc: Use ARRAY_SIZE instead of reimplementing its function
- s390: qeth: Fix potential array overrun in cmd/rc lookup
* Vulkan applications cause permanent memory leak with Intel GPU
(LP: #1798165)
- drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is set
* Mounting SOFS SMB shares fails (LP: #1792580)
- cifs: connect to servername instead of IP for IPC$ share
* Packaging resync (LP: #1786013)
- [Package] add support for specifying the primary makefile
Checksums-Sha1:
eb452b5fad3b225e8aa6e62764b2ab36c68963ab 4608 linux-azure-cloud-tools-4.15.0-1033-dbgsym_4.15.0-1033.34_amd64.ddeb
83becde23db5b6e186bdd5ad76dd170056ef40bf 52864 linux-azure-cloud-tools-4.15.0-1033_4.15.0-1033.34_amd64.deb
c91591da89c5e10ffc41d150754d7f9bc8e9b3d5 10989876 linux-azure-headers-4.15.0-1033_4.15.0-1033.34_all.deb
0de08fa32893d1c1eaedb55aab0520b183c7b9d4 4817156 linux-azure-tools-4.15.0-1033-dbgsym_4.15.0-1033.34_amd64.ddeb
6614c37bcc91b2582cde08e79c5a9cb9064363b0 1196504 linux-azure-tools-4.15.0-1033_4.15.0-1033.34_amd64.deb
73bba54b069657f5e22cb6416442bea58d1031b7 16410 linux-azure_4.15.0-1033.34_amd64.buildinfo
1cbaedfc916e73a0a1f9768cd5dd52141aa9209d 7806425 linux-azure_4.15.0-1033.34_amd64.tar.gz
5d9fcbfad9ff2917a415bc8aa68cb220ad74f274 24122 linux-azure_4.15.0-1033.34_amd64_translations.tar.gz
55c35cd060be467a2ecf9fdd94829f5c4c8bc575 1876 linux-cloud-tools-4.15.0-1033-azure_4.15.0-1033.34_amd64.deb
42ff88eeb9373402b00d4e54572a90a313f272e4 927904 linux-headers-4.15.0-1033-azure_4.15.0-1033.34_amd64.deb
251eb7492c3cedafc7a191ae4b07a8e788480f60 391615440 linux-image-unsigned-4.15.0-1033-azure-dbgsym_4.15.0-1033.34_amd64.ddeb
79f809e22724ba0f10e20a4633461575133cc61d 7833612 linux-image-unsigned-4.15.0-1033-azure_4.15.0-1033.34_amd64.deb
ec9205957225bb502c61c7a425c50be66be8ef3e 11068656 linux-modules-4.15.0-1033-azure_4.15.0-1033.34_amd64.deb
b47229bd1c085b646f66c38c9f8ba4676ca4668d 10358176 linux-modules-extra-4.15.0-1033-azure_4.15.0-1033.34_amd64.deb
69962206ff9e7d89b8f6d78667038594edda1847 1948 linux-tools-4.15.0-1033-azure_4.15.0-1033.34_amd64.deb
Checksums-Sha256:
2243062a2ea29d25e2cdd8dbc75dce8bc804117f7b93169e3d9068b273a8a6de 4608 linux-azure-cloud-tools-4.15.0-1033-dbgsym_4.15.0-1033.34_amd64.ddeb
aee8496838d20a2c0bd71ea60cd954366faeb766f2a787b8d21464b42d655462 52864 linux-azure-cloud-tools-4.15.0-1033_4.15.0-1033.34_amd64.deb
ee574101455ac451016354bee63aba91f6c956b3ad6f9cea8d5376455641c10e 10989876 linux-azure-headers-4.15.0-1033_4.15.0-1033.34_all.deb
e91b4b874654c06d020ffb2cf5b7879a23cec138eb87dac7102ec821f97abbf6 4817156 linux-azure-tools-4.15.0-1033-dbgsym_4.15.0-1033.34_amd64.ddeb
92fa9e5f677dd09b6a83e9cd39280bc1394c2735e41c9d3b97cfb7d0b179ce82 1196504 linux-azure-tools-4.15.0-1033_4.15.0-1033.34_amd64.deb
5fdf28abf381bed6e02a19383e97057a7f8d2b76b1b2a85487de17b3be554403 16410 linux-azure_4.15.0-1033.34_amd64.buildinfo
1eb91ad5281f765cadf7f1f107c7f0f4fd044c7cc7ad05025c27e61c45fe0cfa 7806425 linux-azure_4.15.0-1033.34_amd64.tar.gz
55a437995ef81861f0e4f1729fc8321de245a8225a7a9e71270b104d94dd6690 24122 linux-azure_4.15.0-1033.34_amd64_translations.tar.gz
847172797385e4e49bfe3d553099e52cedd195dd0fb6db678f44362feb302e5b 1876 linux-cloud-tools-4.15.0-1033-azure_4.15.0-1033.34_amd64.deb
d823a94fb7c6387ffb568e42738ad48115d6809a055adbab47b03af24edebab3 927904 linux-headers-4.15.0-1033-azure_4.15.0-1033.34_amd64.deb
e15b2b1d0efe1a7eefdf8ba0c931ae7b0f12ab0f123396ac3cba155016a59447 391615440 linux-image-unsigned-4.15.0-1033-azure-dbgsym_4.15.0-1033.34_amd64.ddeb
9084158fb87dded3fd339a53391a2111597cf16cf4071e40e08ef0874ec433ae 7833612 linux-image-unsigned-4.15.0-1033-azure_4.15.0-1033.34_amd64.deb
aa2e59ee5dba06de0b6e9953ddbb91dbe87c4c6815b5b8cfa1b98538e7a54d92 11068656 linux-modules-4.15.0-1033-azure_4.15.0-1033.34_amd64.deb
0aa9725fc2e810497c90a37f632cbb14388be93398bd2047f0d10d604c4648ea 10358176 linux-modules-extra-4.15.0-1033-azure_4.15.0-1033.34_amd64.deb
30af9a9b78a67c7917d9ff9766376f6a99b512f3e957409a9b86963b70299b79 1948 linux-tools-4.15.0-1033-azure_4.15.0-1033.34_amd64.deb
Files:
7a6d0d5926aaf35d4a4daf179b834f15 4608 debug optional linux-azure-cloud-tools-4.15.0-1033-dbgsym_4.15.0-1033.34_amd64.ddeb
1b29779a256ca0ff8953d21376608dcb 52864 devel optional linux-azure-cloud-tools-4.15.0-1033_4.15.0-1033.34_amd64.deb
026c036ba1666850c60c6dca76e6c66a 10989876 devel optional linux-azure-headers-4.15.0-1033_4.15.0-1033.34_all.deb
f9d50fa26ccff552d848dd39824bad25 4817156 debug optional linux-azure-tools-4.15.0-1033-dbgsym_4.15.0-1033.34_amd64.ddeb
1557b92ec60474cbd4ff511ea478e574 1196504 devel optional linux-azure-tools-4.15.0-1033_4.15.0-1033.34_amd64.deb
b2dd3ac18909aaeb804b730c0cb4ed3d 16410 devel optional linux-azure_4.15.0-1033.34_amd64.buildinfo
9175830f4ec6d2075cecac0e3b10f52f 7806425 raw-signing - linux-azure_4.15.0-1033.34_amd64.tar.gz
280c08befdeaf9051c86d8c17a90a2a3 24122 raw-translations - linux-azure_4.15.0-1033.34_amd64_translations.tar.gz
90ac8ec42eb56b6e52f1a19a9d682e82 1876 devel optional linux-cloud-tools-4.15.0-1033-azure_4.15.0-1033.34_amd64.deb
05df972b621ed6d8c7907d534904ab2f 927904 devel optional linux-headers-4.15.0-1033-azure_4.15.0-1033.34_amd64.deb
118b17e14b41c143ceda8d353e1d133f 391615440 devel optional linux-image-unsigned-4.15.0-1033-azure-dbgsym_4.15.0-1033.34_amd64.ddeb
9625db8bcc4e5f786f1d92938bb73cbc 7833612 kernel optional linux-image-unsigned-4.15.0-1033-azure_4.15.0-1033.34_amd64.deb
0a6cbae63bcafb21f36afcc074a01625 11068656 kernel optional linux-modules-4.15.0-1033-azure_4.15.0-1033.34_amd64.deb
fc4363725f4645d04af25d0ce6552882 10358176 kernel optional linux-modules-extra-4.15.0-1033-azure_4.15.0-1033.34_amd64.deb
3ba5c65aa67933980de120dbb61c39e8 1948 devel optional linux-tools-4.15.0-1033-azure_4.15.0-1033.34_amd64.deb
More information about the Bionic-changes
mailing list