[ubuntu/xenial-proposed] linux-azure_4.15.0-1033.34~16.04.1_amd64.tar.gz - (Accepted)

Marcelo Henrique Cerri marcelo.cerri at canonical.com
Wed Nov 21 21:57:40 UTC 2018


linux-azure (4.15.0-1033.34~16.04.1) xenial; urgency=medium

  * linux-azure: 4.15.0-1033.34~16.04.1 -proposed tracker (LP: #1802565)

  [ Ubuntu: 4.15.0-1033.34 ]

  * linux-azure: 4.15.0-1033.34 -proposed tracker (LP: #1802559)
  * 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
  * 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 18:00:39 -0200
Changed-By: Marcelo Henrique Cerri <marcelo.cerri at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at lgw01-amd64-038.buildd>

-------------- next part --------------
Format: 1.8
Date: Thu, 15 Nov 2018 18:00:39 -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~16.04.1
Distribution: xenial
Urgency: medium
Maintainer: Launchpad Build Daemon <buildd at lgw01-amd64-038.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 1802565 1803592
Changes:
 linux-azure (4.15.0-1033.34~16.04.1) xenial; urgency=medium
 .
   * linux-azure: 4.15.0-1033.34~16.04.1 -proposed tracker (LP: #1802565)
 .
   [ Ubuntu: 4.15.0-1033.34 ]
 .
   * linux-azure: 4.15.0-1033.34 -proposed tracker (LP: #1802559)
   * 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
   * 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:
 40d2fc7a243dadcf9a6da9fe87fd2d5d7250d5a8 856 linux-azure-cloud-tools-4.15.0-1033-dbgsym_4.15.0-1033.34~16.04.1_amd64.ddeb
 9518d9cc1f0e10a73e7702a38be9175e6a074c0a 52062 linux-azure-cloud-tools-4.15.0-1033_4.15.0-1033.34~16.04.1_amd64.deb
 2a702c0d4d8faef917f35fe7bf6848cbb9944650 10956208 linux-azure-headers-4.15.0-1033_4.15.0-1033.34~16.04.1_all.deb
 823b67b58bc09178e1c47fb4ea16e5766787e58b 876 linux-azure-tools-4.15.0-1033-dbgsym_4.15.0-1033.34~16.04.1_amd64.ddeb
 1389f3201ce0948b73fc3f7048e18c1bc40db65c 1028154 linux-azure-tools-4.15.0-1033_4.15.0-1033.34~16.04.1_amd64.deb
 c792af2a83a217267e14513bf3aee0b2842b7739 7799877 linux-azure_4.15.0-1033.34~16.04.1_amd64.tar.gz
 327304a30c28a4a82868880573d8c2d6a1ac69dd 24122 linux-azure_4.15.0-1033.34~16.04.1_amd64_translations.tar.gz
 a043d145b9b34a81b73aa134a4995d6b1db06a72 1820 linux-cloud-tools-4.15.0-1033-azure_4.15.0-1033.34~16.04.1_amd64.deb
 9626ff8a253dc5eda3b956c4b996c0ec62afdd1c 913738 linux-headers-4.15.0-1033-azure_4.15.0-1033.34~16.04.1_amd64.deb
 bf246a8e409774bc66bb61d0c7766ae2b43f77e5 319400714 linux-image-unsigned-4.15.0-1033-azure-dbgsym_4.15.0-1033.34~16.04.1_amd64.ddeb
 fedd58e39ef85efccdc57034c569bbceea5d7054 7826338 linux-image-unsigned-4.15.0-1033-azure_4.15.0-1033.34~16.04.1_amd64.deb
 0ca300f9fc610c1544f0e81eb7258a02b9a3bb13 11029824 linux-modules-4.15.0-1033-azure_4.15.0-1033.34~16.04.1_amd64.deb
 671d61dc6b04a130cfeb44456ca5ce65d1133eba 10329318 linux-modules-extra-4.15.0-1033-azure_4.15.0-1033.34~16.04.1_amd64.deb
 ea5e8ad973d7c6ef63370dba4a322aad2057bb75 1890 linux-tools-4.15.0-1033-azure_4.15.0-1033.34~16.04.1_amd64.deb
Checksums-Sha256:
 78aa8ee8e8829ad39d6a4d6bba36fb30ff585e24c7d0cf69fd438e913ccac35d 856 linux-azure-cloud-tools-4.15.0-1033-dbgsym_4.15.0-1033.34~16.04.1_amd64.ddeb
 e4f01cef3aec075664441b9b98d929f593fca26b5594c4cb6430620a2ec84849 52062 linux-azure-cloud-tools-4.15.0-1033_4.15.0-1033.34~16.04.1_amd64.deb
 445c6974569d606cda86c5c0340063440ae6ab7ce1f77ceda2168196302e2dd2 10956208 linux-azure-headers-4.15.0-1033_4.15.0-1033.34~16.04.1_all.deb
 b15f7e514e8d724f57573e8b76127d5ed4178665b17cf09185912d32e507ea52 876 linux-azure-tools-4.15.0-1033-dbgsym_4.15.0-1033.34~16.04.1_amd64.ddeb
 e4655d6d7c1f4793981857c81afa145db7c19919be5b4fb1136c65d8ae8c8a50 1028154 linux-azure-tools-4.15.0-1033_4.15.0-1033.34~16.04.1_amd64.deb
 ef154c7f9396df98f07650a8f7e54e266b949736873f57c4bd75c50906094103 7799877 linux-azure_4.15.0-1033.34~16.04.1_amd64.tar.gz
 68b18b6099336a3117d5bb23f9af2fbf85ee0dab49ec158318ab6c83b72b4559 24122 linux-azure_4.15.0-1033.34~16.04.1_amd64_translations.tar.gz
 54e9874ef8f0f27ed66452f0e15e30a9a282a4f6ee4eb48bcbe18c9d6283029a 1820 linux-cloud-tools-4.15.0-1033-azure_4.15.0-1033.34~16.04.1_amd64.deb
 92c512d4170a3bb38d2ae7ee2d2c073b4af88b1760f1ccbc5600c8e09c464999 913738 linux-headers-4.15.0-1033-azure_4.15.0-1033.34~16.04.1_amd64.deb
 3a7e85a17d0bb8a4aa80e174fae64fb46587d8991d42a29422ab9e19f64a99c7 319400714 linux-image-unsigned-4.15.0-1033-azure-dbgsym_4.15.0-1033.34~16.04.1_amd64.ddeb
 e328debd2f7ba245ae2ee684890507e462817004f605836df8593a33b7bac0b8 7826338 linux-image-unsigned-4.15.0-1033-azure_4.15.0-1033.34~16.04.1_amd64.deb
 0c3892451b1cf50856f80f47c5f89abe33422ca7c3746e67a10cb2e252f8e6de 11029824 linux-modules-4.15.0-1033-azure_4.15.0-1033.34~16.04.1_amd64.deb
 550bcc6a9f4e8d20b59468fc9271596fcf717f3c71891af4a6e8ba8cc85b393e 10329318 linux-modules-extra-4.15.0-1033-azure_4.15.0-1033.34~16.04.1_amd64.deb
 30fd1564cba8804050ad60ee5ec7aeeb0f96c1a2a50d4ac7b71097298f7d62c7 1890 linux-tools-4.15.0-1033-azure_4.15.0-1033.34~16.04.1_amd64.deb
Files:
 1ed4ed14af7d88e2851aed02c0dc6e47 856 devel extra linux-azure-cloud-tools-4.15.0-1033-dbgsym_4.15.0-1033.34~16.04.1_amd64.ddeb
 02c789f9d5377618b648c6faf085a4c1 52062 devel optional linux-azure-cloud-tools-4.15.0-1033_4.15.0-1033.34~16.04.1_amd64.deb
 4c47b5b48eab36724d7ce7ea8443b17f 10956208 devel optional linux-azure-headers-4.15.0-1033_4.15.0-1033.34~16.04.1_all.deb
 ec48ea3b3c953af693dc1541782464da 876 devel extra linux-azure-tools-4.15.0-1033-dbgsym_4.15.0-1033.34~16.04.1_amd64.ddeb
 9bc6726fc637a941b44c04e75a2fa89f 1028154 devel optional linux-azure-tools-4.15.0-1033_4.15.0-1033.34~16.04.1_amd64.deb
 c6a6a4ac21d989adf85a67bdedf8abcf 7799877 raw-signing - linux-azure_4.15.0-1033.34~16.04.1_amd64.tar.gz
 83612b937465776cb0b5bb4ebb7a8075 24122 raw-translations - linux-azure_4.15.0-1033.34~16.04.1_amd64_translations.tar.gz
 12b47f7a87cbba583cda805e5dc66229 1820 devel optional linux-cloud-tools-4.15.0-1033-azure_4.15.0-1033.34~16.04.1_amd64.deb
 dc7fc1259e2d0d013c5076dfd88869c2 913738 devel optional linux-headers-4.15.0-1033-azure_4.15.0-1033.34~16.04.1_amd64.deb
 9fc81c7ad7f4df44478987c3332d06c0 319400714 devel optional linux-image-unsigned-4.15.0-1033-azure-dbgsym_4.15.0-1033.34~16.04.1_amd64.ddeb
 25a64a2795a8fe85adb132b8c0d70b2a 7826338 kernel optional linux-image-unsigned-4.15.0-1033-azure_4.15.0-1033.34~16.04.1_amd64.deb
 2385f1da6e70afa00411ee9968d45e01 11029824 kernel optional linux-modules-4.15.0-1033-azure_4.15.0-1033.34~16.04.1_amd64.deb
 b5a18b1101bfeb9f666fc897679546a4 10329318 kernel optional linux-modules-extra-4.15.0-1033-azure_4.15.0-1033.34~16.04.1_amd64.deb
 61ca1b29b6664785e737735b233b877d 1890 devel optional linux-tools-4.15.0-1033-azure_4.15.0-1033.34~16.04.1_amd64.deb


More information about the Xenial-changes mailing list