[ubuntu/xenial-proposed] linux 4.4.0-9.24 (Accepted)

Tim Gardner tim.gardner at canonical.com
Mon Feb 29 19:25:48 UTC 2016


linux (4.4.0-9.24) xenial; urgency=low

  [ Tim Gardner ]

  * Release Tracking Bug
    - LP: #1551319

  * AppArmor logs denial for when the device path is ENOENT (LP: #1482943)
    - SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails

  * BUG: unable to handle kernel NULL pointer dereference (aa_label_merge) (LP:
    #1448912)
    - SAUCE: apparmor: Fix: insert race between label_update and label_merge
    - SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the
      replacedby is not setup
    - SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale
    - SAUCE: apparmor: Fix: refcount race between locating in labelset and get
    - SAUCE: apparmor: Fix: ensure new labels resulting from merge have a
      replacedby
    - SAUCE: apparmor: Fix: label_vec_merge insertion
    - SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain
    - SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on
      merge path
    - SAUCE: apparmor: Fix: convert replacedby update to be protected by the
      labelset lock
    - SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter

  * apparmor kernel BUG kills firefox (LP: #1430546)
    - SAUCE: apparmor: Disallow update of cred when then subjective != the
      objective cred
    - SAUCE: apparmor: rework retrieval of the current label in the profile update
      case

  * sleep from invalid context in aa_move_mount (LP: #1539349)
    - SAUCE: apparmor: fix sleep from invalid context

  * s390x: correct restore of high gprs on signal return (LP: #1550468)
    - s390/compat: correct restore of high gprs on signal return

  * missing SMAP support (LP: #1550517)
    - x86/entry/compat: Add missing CLAC to entry_INT80_32

  * Floating-point exception handler receives empty Data-Exception Code in
    Floating Point Control register (LP: #1548414)
    - s390/fpu: signals vs. floating point control register

  * kvm fails to boot GNU Hurd kernels with 4.4 Xenial kernel (LP: #1550596)
    - KVM: x86: fix conversion of addresses to linear in 32-bit protected mode

  * Surelock GA2 SP1: capiredp01: cxl_init_adapter fails for CAPI devices
    0000:01:00.0 and 0005:01:00.0 after upgrading to 840.10 Platform firmware
    build fips840/b1208b_1604.840 (LP: #1532914)
    - cxl: Fix PSL timebase synchronization detection

  * [Feature]EDAC support for Knights Landing (LP: #1519631)
    - EDAC, sb_edac: Set fixed DIMM width on Xeon Knights Landing

  * Various failures of kernel_security suite on Xenial kernel on s390x arch
    (LP: #1531327)
    - [config] s390x -- CONFIG_DEFAULT_MMAP_MIN_ADDR=65536

  * Unable to install VirtualBox Guest Service in 15.04 (LP: #1434579)
    - [Config] Provides: virtualbox-guest-modules when appropriate

  * linux is missing provides for virtualbox-guest-modules [i386 amd64 x32] (LP:
    #1507588)
    - [Config] Provides: virtualbox-guest-modules when appropriate

  * Backport more recent driver for SKL, KBL and BXT graphics (LP: #1540390)
    - SAUCE: i915_bpo: Provide a backport driver for SKL, KBL & BXT graphics
    - SAUCE: i915_bpo: Update intel_ips.h file location
    - SAUCE: i915_bpo: Rename the backport driver to i915_bpo
    - SAUCE: i915_bpo: Add i915_bpo_*() calls for ubuntu/i915
    - drm/i915: remove an extra level of indirection in PCI ID list
    - drm/i915/kbl: Add Kabylake PCI ID
    - drm/i915/kbl: Add Kabylake GT4 PCI ID
    - mm: Export nr_swap_pages
    - async: export current_is_async()
    - drm: fix potential dangling else problems in for_each_ macros
    - dp/mst: add SDP stream support
    - drm: Implement drm_modeset_lock_all_ctx()
    - drm: Add "prefix" parameter to drm_rect_debug_print()
    - drm/i915: Set connector_state->connector using the helper.
    - drm/atomic: add connector mask to drm_crtc_state.
    - drm/i915: Report context GTT size
    - drm/i915: Add get_eld audio component
    - SAUCE: Backport I915_PARAM_HAS_EXEC_SOFTPIN and EXEC_OBJECT_PINNED
    - SAUCE: i915_bpo: Revert passing plane/encoder name
    - SAUCE: sound/hda: Load i915_bpo from the hda driver on SKL/KBL/BXT
    - SAUCE: i915_bpo: Support only SKL, KBL and BXT with the backport driver
    - drm/i915/bxt: update list of PCIIDs
    - drm/i915/skl: Add missing SKL ids
    - SAUCE: i915_bpo: Revert "drm/i915: Defer probe if gmux is present but its
      driver isn't"
    - SAUCE: uapi/drm/i915: Backport I915_EXEC_BSD_MASK
    - drm/atomic: Do not unset crtc when an encoder is stolen
    - drm/i915: Update connector_mask during readout, v2.
    - drm/atomic: Add encoder_mask to crtc_state, v3.
    - SAUCE: drm/core: Add drm_encoder_index.
    - SAUCE: i915_bpo: Revert "drm/i915: Switch DDC when reading the EDID"
    - i915_bpo: [Config] Enable CONFIG_DRM_I915_BPO=m

  * arm64: guest hangs when ntpd is running (LP: #1549494)
    - hrtimer: Add support for CLOCK_MONOTONIC_RAW
    - hrtimer: Catch illegal clockids
    - KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW

  * Miscellaneous Ubuntu changes
    - [Debian] git-ubuntu-log -- wrap long bug and commit titles
    - [Config] CONFIG_ARM_SMMU=y on arm64
    - rebase to v4.4.3
    - [Debian] git-ubuntu-log -- ensure we get the last commit
    - [Config] fix up spelling of probably again
    - [Debian] perf -- build in the context of the full generated local headers
    - SAUCE: tools: lib/bpf -- add generated headers to search path
    - SAUCE: proc: Always set super block owner to init_user_ns
    - SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()
    - SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns
    - SAUCE: apparmor: debug: POISON label and replaceby pointer on free
    - SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use
      needs locking
    - SAUCE: apparmor: Fix: refcount leak in aa_label_merge
    - SAUCE: apparmor: ensure that repacedby sharing is done correctly
    - SAUCE: apparmor Fix: refcount bug in pivotroot mediation
    - SAUCE: apparmor: Fix: now that insert can force replacement use it instead
      of remove_and_insert
    - SAUCE: apparmor: Fix: refcount bug when inserting label update that
      transitions ns
    - SAUCE: apparmor: Fix: break circular refcount for label that is directly
      freed.
    - SAUCE: apparmor: Don't remove label on rcu callback if the label has already
      been removed
    - SAUCE: apparmor: Fix: query label file permission
    - SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read
    - SAUCE: fixup: cleanup return handling of labels
    - SAUCE: fix: replacedby forwarding is not being properly update when ns is
      destroyed
    - SAUCE: fixup: make __share_replacedby private to get rid of build warning
    - SAUCE: fixup: 20/23 locking issue around in __label_update
    - SAUCE: fixup: get rid of unused var build warning
    - SAUCE: fixup: cast poison values to remove warnings
    - SAUCE: apparmor: fix refcount race when finding a child profile
    - SAUCE: fixup: warning about aa_label_vec_find_or_create not being static
    - SAUCE: fix: audit "no_new_privs" case for exec failure
    - SAUCE: Fixup: __label_update() still doesn't handle some cases correctly.
    - SAUCE: Move replacedby allocation into label_alloc
    - [Debian] supply zfs dkms Provides: based on do_zfs
    - [Config] supply zfs dkms Provides: based on do_zfs
    - [Config] drop linux-image-3.0 provides

  * Miscellaneous upstream changes
    - x86/mpx: Fix off-by-one comparison with nr_registers

  [ Upstream Kernel Changes ]

  * rebase to v4.4.3

Date: Thu, 25 Feb 2016 19:47:55 -0700
Changed-By: Tim Gardner <tim.gardner at canonical.com>
Maintainer: Ubuntu Kernel Team <kernel-team at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/linux/4.4.0-9.24
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 25 Feb 2016 19:47:55 -0700
Source: linux
Binary: linux-source-4.4.0 linux-doc linux-headers-4.4.0-9 linux-libc-dev linux-tools-common linux-tools-4.4.0-9 linux-cloud-tools-common linux-cloud-tools-4.4.0-9 linux-image-4.4.0-9-generic linux-image-extra-4.4.0-9-generic linux-headers-4.4.0-9-generic linux-image-4.4.0-9-generic-dbgsym linux-tools-4.4.0-9-generic linux-cloud-tools-4.4.0-9-generic linux-udebs-generic linux-image-4.4.0-9-generic-lpae linux-image-extra-4.4.0-9-generic-lpae linux-headers-4.4.0-9-generic-lpae linux-image-4.4.0-9-generic-lpae-dbgsym linux-tools-4.4.0-9-generic-lpae linux-cloud-tools-4.4.0-9-generic-lpae linux-udebs-generic-lpae linux-image-4.4.0-9-lowlatency linux-image-extra-4.4.0-9-lowlatency linux-headers-4.4.0-9-lowlatency linux-image-4.4.0-9-lowlatency-dbgsym linux-tools-4.4.0-9-lowlatency linux-cloud-tools-4.4.0-9-lowlatency linux-udebs-lowlatency linux-image-4.4.0-9-powerpc-e500mc linux-image-extra-4.4.0-9-powerpc-e500mc linux-headers-4.4.0-9-powerpc-e500mc
 linux-image-4.4.0-9-powerpc-e500mc-dbgsym linux-tools-4.4.0-9-powerpc-e500mc linux-cloud-tools-4.4.0-9-powerpc-e500mc linux-udebs-powerpc-e500mc linux-image-4.4.0-9-powerpc-smp linux-image-extra-4.4.0-9-powerpc-smp linux-headers-4.4.0-9-powerpc-smp linux-image-4.4.0-9-powerpc-smp-dbgsym linux-tools-4.4.0-9-powerpc-smp linux-cloud-tools-4.4.0-9-powerpc-smp linux-udebs-powerpc-smp linux-image-4.4.0-9-powerpc64-emb linux-image-extra-4.4.0-9-powerpc64-emb linux-headers-4.4.0-9-powerpc64-emb linux-image-4.4.0-9-powerpc64-emb-dbgsym linux-tools-4.4.0-9-powerpc64-emb linux-cloud-tools-4.4.0-9-powerpc64-emb linux-udebs-powerpc64-emb linux-image-4.4.0-9-powerpc64-smp linux-image-extra-4.4.0-9-powerpc64-smp linux-headers-4.4.0-9-powerpc64-smp linux-image-4.4.0-9-powerpc64-smp-dbgsym linux-tools-4.4.0-9-powerpc64-smp linux-cloud-tools-4.4.0-9-powerpc64-smp
 linux-udebs-powerpc64-smp
Architecture: source
Version: 4.4.0-9.24
Distribution: xenial
Urgency: low
Maintainer: Ubuntu Kernel Team <kernel-team at lists.ubuntu.com>
Changed-By: Tim Gardner <tim.gardner at canonical.com>
Description:
 linux-cloud-tools-4.4.0-9 - Linux kernel version specific cloud tools for version 4.4.0-9
 linux-cloud-tools-4.4.0-9-generic - Linux kernel version specific cloud tools for version 4.4.0-9
 linux-cloud-tools-4.4.0-9-generic-lpae - Linux kernel version specific cloud tools for version 4.4.0-9
 linux-cloud-tools-4.4.0-9-lowlatency - Linux kernel version specific cloud tools for version 4.4.0-9
 linux-cloud-tools-4.4.0-9-powerpc-e500mc - Linux kernel version specific cloud tools for version 4.4.0-9
 linux-cloud-tools-4.4.0-9-powerpc-smp - Linux kernel version specific cloud tools for version 4.4.0-9
 linux-cloud-tools-4.4.0-9-powerpc64-emb - Linux kernel version specific cloud tools for version 4.4.0-9
 linux-cloud-tools-4.4.0-9-powerpc64-smp - Linux kernel version specific cloud tools for version 4.4.0-9
 linux-cloud-tools-common - Linux kernel version specific cloud tools for version 4.4.0
 linux-doc  - Linux kernel specific documentation for version 4.4.0
 linux-headers-4.4.0-9 - Header files related to Linux kernel version 4.4.0
 linux-headers-4.4.0-9-generic - Linux kernel headers for version 4.4.0 on 64 bit x86 SMP
 linux-headers-4.4.0-9-generic-lpae - Linux kernel headers for version 4.4.0 on 64 bit x86 SMP
 linux-headers-4.4.0-9-lowlatency - Linux kernel headers for version 4.4.0 on 64 bit x86 SMP
 linux-headers-4.4.0-9-powerpc-e500mc - Linux kernel headers for version 4.4.0 on 32-bit Freescale Power
 linux-headers-4.4.0-9-powerpc-smp - Linux kernel headers for version 4.4.0 on 32-bit PowerPC SMP
 linux-headers-4.4.0-9-powerpc64-emb - Linux kernel headers for version 4.4.0 on 64-bit PowerPC SMP Book
 linux-headers-4.4.0-9-powerpc64-smp - Linux kernel headers for version 4.4.0 on 64-bit PowerPC SMP
 linux-image-4.4.0-9-generic - Linux kernel image for version 4.4.0 on 64 bit x86 SMP
 linux-image-4.4.0-9-generic-dbgsym - Linux kernel debug image for version 4.4.0 on 64 bit x86 SMP
 linux-image-4.4.0-9-generic-lpae - Linux kernel image for version 4.4.0 on 64 bit x86 SMP
 linux-image-4.4.0-9-generic-lpae-dbgsym - Linux kernel debug image for version 4.4.0 on 64 bit x86 SMP
 linux-image-4.4.0-9-lowlatency - Linux kernel image for version 4.4.0 on 64 bit x86 SMP
 linux-image-4.4.0-9-lowlatency-dbgsym - Linux kernel debug image for version 4.4.0 on 64 bit x86 SMP
 linux-image-4.4.0-9-powerpc-e500mc - Linux kernel image for version 4.4.0 on 32-bit Freescale Power e5
 linux-image-4.4.0-9-powerpc-e500mc-dbgsym - Linux kernel debug image for version 4.4.0 on 32-bit Freescale Po
 linux-image-4.4.0-9-powerpc-smp - Linux kernel image for version 4.4.0 on 32-bit PowerPC SMP
 linux-image-4.4.0-9-powerpc-smp-dbgsym - Linux kernel debug image for version 4.4.0 on 32-bit PowerPC SMP
 linux-image-4.4.0-9-powerpc64-emb - Linux kernel image for version 4.4.0 on 64-bit PowerPC SMP Book3E
 linux-image-4.4.0-9-powerpc64-emb-dbgsym - Linux kernel debug image for version 4.4.0 on 64-bit PowerPC SMP
 linux-image-4.4.0-9-powerpc64-smp - Linux kernel image for version 4.4.0 on 64-bit PowerPC SMP
 linux-image-4.4.0-9-powerpc64-smp-dbgsym - Linux kernel debug image for version 4.4.0 on 64-bit PowerPC SMP
 linux-image-extra-4.4.0-9-generic - Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
 linux-image-extra-4.4.0-9-generic-lpae - Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
 linux-image-extra-4.4.0-9-lowlatency - Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
 linux-image-extra-4.4.0-9-powerpc-e500mc - Linux kernel extra modules for version 4.4.0 on 32-bit Freescale
 linux-image-extra-4.4.0-9-powerpc-smp - Linux kernel extra modules for version 4.4.0 on 32-bit PowerPC SM
 linux-image-extra-4.4.0-9-powerpc64-emb - Linux kernel extra modules for version 4.4.0 on 64-bit PowerPC SM
 linux-image-extra-4.4.0-9-powerpc64-smp - Linux kernel extra modules for version 4.4.0 on 64-bit PowerPC SM
 linux-libc-dev - Linux Kernel Headers for development
 linux-source-4.4.0 - Linux kernel source for version 4.4.0 with Ubuntu patches
 linux-tools-4.4.0-9 - Linux kernel version specific tools for version 4.4.0-9
 linux-tools-4.4.0-9-generic - Linux kernel version specific tools for version 4.4.0-9
 linux-tools-4.4.0-9-generic-lpae - Linux kernel version specific tools for version 4.4.0-9
 linux-tools-4.4.0-9-lowlatency - Linux kernel version specific tools for version 4.4.0-9
 linux-tools-4.4.0-9-powerpc-e500mc - Linux kernel version specific tools for version 4.4.0-9
 linux-tools-4.4.0-9-powerpc-smp - Linux kernel version specific tools for version 4.4.0-9
 linux-tools-4.4.0-9-powerpc64-emb - Linux kernel version specific tools for version 4.4.0-9
 linux-tools-4.4.0-9-powerpc64-smp - Linux kernel version specific tools for version 4.4.0-9
 linux-tools-common - Linux kernel version specific tools for version 4.4.0
 linux-udebs-generic - Metapackage depending on kernel udebs (udeb)
 linux-udebs-generic-lpae - Metapackage depending on kernel udebs (udeb)
 linux-udebs-lowlatency - Metapackage depending on kernel udebs (udeb)
 linux-udebs-powerpc-e500mc - Metapackage depending on kernel udebs (udeb)
 linux-udebs-powerpc-smp - Metapackage depending on kernel udebs (udeb)
 linux-udebs-powerpc64-emb - Metapackage depending on kernel udebs (udeb)
 linux-udebs-powerpc64-smp - Metapackage depending on kernel udebs (udeb)
Launchpad-Bugs-Fixed: 1430546 1434579 1448912 1482943 1507588 1519631 1531327 1532914 1539349 1540390 1548414 1549494 1550468 1550517 1550596 1551319
Changes:
 linux (4.4.0-9.24) xenial; urgency=low
 .
   [ Tim Gardner ]
 .
   * Release Tracking Bug
     - LP: #1551319
 .
   * AppArmor logs denial for when the device path is ENOENT (LP: #1482943)
     - SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails
 .
   * BUG: unable to handle kernel NULL pointer dereference (aa_label_merge) (LP:
     #1448912)
     - SAUCE: apparmor: Fix: insert race between label_update and label_merge
     - SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the
       replacedby is not setup
     - SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale
     - SAUCE: apparmor: Fix: refcount race between locating in labelset and get
     - SAUCE: apparmor: Fix: ensure new labels resulting from merge have a
       replacedby
     - SAUCE: apparmor: Fix: label_vec_merge insertion
     - SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain
     - SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on
       merge path
     - SAUCE: apparmor: Fix: convert replacedby update to be protected by the
       labelset lock
     - SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter
 .
   * apparmor kernel BUG kills firefox (LP: #1430546)
     - SAUCE: apparmor: Disallow update of cred when then subjective != the
       objective cred
     - SAUCE: apparmor: rework retrieval of the current label in the profile update
       case
 .
   * sleep from invalid context in aa_move_mount (LP: #1539349)
     - SAUCE: apparmor: fix sleep from invalid context
 .
   * s390x: correct restore of high gprs on signal return (LP: #1550468)
     - s390/compat: correct restore of high gprs on signal return
 .
   * missing SMAP support (LP: #1550517)
     - x86/entry/compat: Add missing CLAC to entry_INT80_32
 .
   * Floating-point exception handler receives empty Data-Exception Code in
     Floating Point Control register (LP: #1548414)
     - s390/fpu: signals vs. floating point control register
 .
   * kvm fails to boot GNU Hurd kernels with 4.4 Xenial kernel (LP: #1550596)
     - KVM: x86: fix conversion of addresses to linear in 32-bit protected mode
 .
   * Surelock GA2 SP1: capiredp01: cxl_init_adapter fails for CAPI devices
     0000:01:00.0 and 0005:01:00.0 after upgrading to 840.10 Platform firmware
     build fips840/b1208b_1604.840 (LP: #1532914)
     - cxl: Fix PSL timebase synchronization detection
 .
   * [Feature]EDAC support for Knights Landing (LP: #1519631)
     - EDAC, sb_edac: Set fixed DIMM width on Xeon Knights Landing
 .
   * Various failures of kernel_security suite on Xenial kernel on s390x arch
     (LP: #1531327)
     - [config] s390x -- CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
 .
   * Unable to install VirtualBox Guest Service in 15.04 (LP: #1434579)
     - [Config] Provides: virtualbox-guest-modules when appropriate
 .
   * linux is missing provides for virtualbox-guest-modules [i386 amd64 x32] (LP:
     #1507588)
     - [Config] Provides: virtualbox-guest-modules when appropriate
 .
   * Backport more recent driver for SKL, KBL and BXT graphics (LP: #1540390)
     - SAUCE: i915_bpo: Provide a backport driver for SKL, KBL & BXT graphics
     - SAUCE: i915_bpo: Update intel_ips.h file location
     - SAUCE: i915_bpo: Rename the backport driver to i915_bpo
     - SAUCE: i915_bpo: Add i915_bpo_*() calls for ubuntu/i915
     - drm/i915: remove an extra level of indirection in PCI ID list
     - drm/i915/kbl: Add Kabylake PCI ID
     - drm/i915/kbl: Add Kabylake GT4 PCI ID
     - mm: Export nr_swap_pages
     - async: export current_is_async()
     - drm: fix potential dangling else problems in for_each_ macros
     - dp/mst: add SDP stream support
     - drm: Implement drm_modeset_lock_all_ctx()
     - drm: Add "prefix" parameter to drm_rect_debug_print()
     - drm/i915: Set connector_state->connector using the helper.
     - drm/atomic: add connector mask to drm_crtc_state.
     - drm/i915: Report context GTT size
     - drm/i915: Add get_eld audio component
     - SAUCE: Backport I915_PARAM_HAS_EXEC_SOFTPIN and EXEC_OBJECT_PINNED
     - SAUCE: i915_bpo: Revert passing plane/encoder name
     - SAUCE: sound/hda: Load i915_bpo from the hda driver on SKL/KBL/BXT
     - SAUCE: i915_bpo: Support only SKL, KBL and BXT with the backport driver
     - drm/i915/bxt: update list of PCIIDs
     - drm/i915/skl: Add missing SKL ids
     - SAUCE: i915_bpo: Revert "drm/i915: Defer probe if gmux is present but its
       driver isn't"
     - SAUCE: uapi/drm/i915: Backport I915_EXEC_BSD_MASK
     - drm/atomic: Do not unset crtc when an encoder is stolen
     - drm/i915: Update connector_mask during readout, v2.
     - drm/atomic: Add encoder_mask to crtc_state, v3.
     - SAUCE: drm/core: Add drm_encoder_index.
     - SAUCE: i915_bpo: Revert "drm/i915: Switch DDC when reading the EDID"
     - i915_bpo: [Config] Enable CONFIG_DRM_I915_BPO=m
 .
   * arm64: guest hangs when ntpd is running (LP: #1549494)
     - hrtimer: Add support for CLOCK_MONOTONIC_RAW
     - hrtimer: Catch illegal clockids
     - KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW
 .
   * Miscellaneous Ubuntu changes
     - [Debian] git-ubuntu-log -- wrap long bug and commit titles
     - [Config] CONFIG_ARM_SMMU=y on arm64
     - rebase to v4.4.3
     - [Debian] git-ubuntu-log -- ensure we get the last commit
     - [Config] fix up spelling of probably again
     - [Debian] perf -- build in the context of the full generated local headers
     - SAUCE: tools: lib/bpf -- add generated headers to search path
     - SAUCE: proc: Always set super block owner to init_user_ns
     - SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()
     - SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns
     - SAUCE: apparmor: debug: POISON label and replaceby pointer on free
     - SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use
       needs locking
     - SAUCE: apparmor: Fix: refcount leak in aa_label_merge
     - SAUCE: apparmor: ensure that repacedby sharing is done correctly
     - SAUCE: apparmor Fix: refcount bug in pivotroot mediation
     - SAUCE: apparmor: Fix: now that insert can force replacement use it instead
       of remove_and_insert
     - SAUCE: apparmor: Fix: refcount bug when inserting label update that
       transitions ns
     - SAUCE: apparmor: Fix: break circular refcount for label that is directly
       freed.
     - SAUCE: apparmor: Don't remove label on rcu callback if the label has already
       been removed
     - SAUCE: apparmor: Fix: query label file permission
     - SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read
     - SAUCE: fixup: cleanup return handling of labels
     - SAUCE: fix: replacedby forwarding is not being properly update when ns is
       destroyed
     - SAUCE: fixup: make __share_replacedby private to get rid of build warning
     - SAUCE: fixup: 20/23 locking issue around in __label_update
     - SAUCE: fixup: get rid of unused var build warning
     - SAUCE: fixup: cast poison values to remove warnings
     - SAUCE: apparmor: fix refcount race when finding a child profile
     - SAUCE: fixup: warning about aa_label_vec_find_or_create not being static
     - SAUCE: fix: audit "no_new_privs" case for exec failure
     - SAUCE: Fixup: __label_update() still doesn't handle some cases correctly.
     - SAUCE: Move replacedby allocation into label_alloc
     - [Debian] supply zfs dkms Provides: based on do_zfs
     - [Config] supply zfs dkms Provides: based on do_zfs
     - [Config] drop linux-image-3.0 provides
 .
   * Miscellaneous upstream changes
     - x86/mpx: Fix off-by-one comparison with nr_registers
 .
   [ Upstream Kernel Changes ]
 .
   * rebase to v4.4.3
Checksums-Sha1:
 46f4422bd2688c075b36fdd8970f12e9d7fd573f 9522 linux_4.4.0-9.24.dsc
 180ab617036593212274177eff3a67f437c1b5ea 132860730 linux_4.4.0.orig.tar.gz
 20efd63815618d6fd6224a2505419a04e7927c7d 9900257 linux_4.4.0-9.24.diff.gz
Checksums-Sha256:
 ae29e2aacf47aa407dd5167e8db6ef02a5776b19e07edf98b3d604b6ed6ee5bf 9522 linux_4.4.0-9.24.dsc
 730e75919b5d30a9bc934ccb300eaedfdf44994ca9ee1d07a46901c46c221357 132860730 linux_4.4.0.orig.tar.gz
 20ae289e12100cb5b31aadffd2be330290ee785e57f9d20b1c75d6cf528e5744 9900257 linux_4.4.0-9.24.diff.gz
Files:
 2f1a18fa6796a9a5eb1f9d336a5b506d 9522 devel optional linux_4.4.0-9.24.dsc
 2070b49688e8d7ee7ff4c33590afc698 132860730 devel optional linux_4.4.0.orig.tar.gz
 b53cf01fca66cf75632e2524a7717891 9900257 devel optional linux_4.4.0-9.24.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIbBAEBCgAGBQJW1JmGAAoJED12yEX6FEfKyq0P9RCXTLGHDZilvncKlKb1y3yA
gJKdJ5sSr8qJsIycHV1JkKOMWeFEmt9+BCxX5MCbtiwjb1B39mjvyHIymITznAFd
nVOymtw5wWuFi7Qhl3/MXi2I5Jc2uGgYoApX2yMbRUdTfFYi7NqvweCek0v3jntL
Lh/iAZSm05F2IiImG6WuM6hMauvxl502u9z1IPW/oLTgjm/pq8/lo0abIPkQ6+IY
VAE3kIwR9ZsQZTScbrt7joVvfwNwH13hmI0Vp+R374DNiYwycr8M1LUeg3imevil
fjovlyqRXsvEL3KOOZO7vzZvwmZy16IMZUT8v2MDTS4Wc3dhdqr/H6Ze3KBsJhXK
Xj3r6XZXAW78Tkiz33VY/035vOjnCwrZ7wzj7NeFw7GgTxFD52vG9YDLnQ0rBDFB
VQy18m7zcWHF/40xxbbUjGNlLVfqCDRP6JF2vXVCW35Xp1P3pVbHpProtoJmT9OX
ihhXQ3l5vuQ8RtXDXGvycfW0eSEMoJ7PbxTlPsCQ8JXimnH8DCipl42Ei0dMVS8t
gKVRHWUSfYXpzN6vr2AHGT/1rFcSraCbaPDcOA9mcaKXOpPbnHr0GWXa/vJFaK0F
2Xmvvj09kEhwu7AYyzqMaUNqPXbFBSTdDp5/dxSuVkc3dDGXTItuljszVTFF/oC3
wzrpRFpcv3ZTQrLgxEQ=
=kVeH
-----END PGP SIGNATURE-----


More information about the Xenial-changes mailing list