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

Andy Whitcroft apw at canonical.com
Wed Feb 24 20:41:43 UTC 2016


linux (4.4.0-8.23) xenial; urgency=low

  * cgroup namespace mounts broken in containers (LP: #1549398)
    - SAUCE: kernfs: Always set super block owner to init_user_ns

  * 4.4.0-7.22 no longer boots on arm64 (LP: #1547718)
    - arm64: mm: avoid calling apply_to_page_range on empty range
    - UBUNTU SAUCE: arm: mm: avoid calling apply_to_page_range on empty range

  * kernel install failed /bin/cp: cannot stat ‘/boot/initrd.img-4.3.0-7-generic’: No such file or directory (LP: #1536810)
    - [Config] postinst -- handle recreating symlinks when a real file is present

  * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
    - SAUCE: cred: Add clone_cred() interface
    - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
    - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
    - SAUCE: overlayfs: Be more careful about copying up sxid files
    - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts

  * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped (LP: #1535150)
    - SAUCE: cred: Add clone_cred() interface
    - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
    - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
    - SAUCE: overlayfs: Be more careful about copying up sxid files
    - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts

  * overlay: mkdir fails if directory exists in lowerdir in a user namespace (LP: #1531747)
    - SAUCE: cred: Add clone_cred() interface
    - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
    - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs

  * Update Intel ethernet drivers to Fortville SW5 (LP: #1547674)
    - net: bulk free infrastructure for NAPI context, use napi_consume_skb
    - net: Add eth_platform_get_mac_address() helper.
    - i40e: Add mac_filter_element at the end of the list instead of HEAD
    - i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtool
    - i40e: Replace X722 mac check in ethtool get_settings
    - i40evf: allow channel bonding of VFs
    - i40e: define function capabilities in only one place
    - i40evf: null out ring pointers on free
    - i40e: Cleanup the code with respect to restarting autoneg
    - i40e: update features with right offload
    - i40e: bump version to 1.4.10
    - i40e: add new device IDs for X722
    - i40e: Extend ethtool RSS hooks for X722
    - i40e/i40evf: Fix for UDP/TCP RSS for X722
    - i40evf: add new write-back mode
    - i40e/i40evf: Use private workqueue
    - i40e: add new proxy-wol bit for X722
    - i40e: Limit DCB FW version checks to X710/XL710 devices
    - i40e: AQ Add Run PHY Activity struct
    - i40e: AQ Geneve cloud tunnel type
    - i40e: AQ Add external power class to get link status
    - i40e: add 100Mb ethtool reporting
    - ixgbe: bulk free SKBs during TX completion cleanup cycle
    - igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()
    - igb: Unpair the queues when changing the number of queues
    - igb/igbvf: don't give up
    - igb: clean up code for setting MAC address
    - igb: Refactor VFTA configuration
    - igb: Allow asymmetric configuration of MTU versus Rx frame size
    - igb: Do not factor VLANs into RLPML calculation
    - igb: Always enable VLAN 0 even if 8021q is not loaded
    - igb: Merge VLVF configuration into igb_vfta_set
    - igb: Clean-up configuration of VF port VLANs
    - igb: Add support for VLAN promiscuous with SR-IOV and NTUPLE
    - igb: Drop unnecessary checks in transmit path
    - igb: Enable use of "bridge fdb add" to set unicast table entries
    - igb: Add workaround for VLAN tag stripping on 82576
    - i40e: AQ Shared resource flags
    - i40e: AQ Add set_switch_config
    - i40e: AQ Add VXLAN-GPE tunnel type
    - i40e: AQ thermal sensor control struct
    - i40e: Bump AQ minor version to 1.5 for new FW features
    - i40e: Store lan_vsi_idx and lan_vsi_id in the right size
    - i40e: fix write-back-on-itr to work with legacy itr
    - i40e: add counter for arq overflows
    - i40e: add 20G speed for Tx bandwidth calculations
    - i40e: refactor DCB function
    - i40e: add a little more to an NVM update debug message
    - i40evf: enable bus master after reset
    - i40e: add netdev info to VSI dump
    - i40e: remove VF device IDs from PF
    - i40e: trivial: remove unnecessary local var
    - i40e/i40evf: Bump i40e to 1.4.11 and i40evf to 1.4.7
    - net: ixgbe: add minimal parser details for ixgbe
    - i40e: trivial: drop duplicate definition
    - i40e: trivial: fix missing space
    - i40e: fix bug in dma sync
    - i40e: do TSO only if CHECKSUM_PARTIAL is set
    - i40e: allocate memory safer
    - i40e: fix: do not sleep in netdev_ops
    - i40e: APIs to Add/remove port mirroring rules
    - i40e: negate PHY int mask bits
    - i40e: drop unused function
    - i40e: count allocation errors
    - i40e: avoid large memcpy by assigning struct
    - i40e/i40evf: bump version to 1.4.12/1.4.8
    - i40e: Enable Geneve offload for FW API ver > 1.4 for XL710/X710 devices
    - i40e: add priv flag for automatic rule eviction
    - i40e: use eth_platform_get_mac_address()
    - i40e: move sync_vsi_filters up in service_task
    - i40e: Make the DCB firmware checks for X710/XL710 only
    - i40e: set shared bit for multicast filters
    - i40e: add VEB stat control and remove L2 cloud filter
    - i40e: use new add_veb calling with VEB stats control
    - i40e: Refactor force_wb and WB_ON_ITR functionality code
    - i40evf: Change vf driver string to reflect all products i40evf supports
    - i40e/i40evf: don't lose interrupts
    - i40e/i40evf: try again after failure
    - i40e: dump descriptor indexes in hex
    - i40e/i40evf: use __GFP_NOWARN
    - i40e/i40evf: use pages correctly in Rx
    - i40e/i40evf: use logical operators, not bitwise
    - i40e: properly show packet split status in debugfs
    - i40e/i40evf: Bump version
    - ixgbe: use u32 instead of __u32 in model header
    - ixgbe: fix dates on header of ixgbe_model.h
    - i40e: get rid of magic number
    - i40e: drop unused debugfs file "dump"
    - i40evf: support packet split receive
    - i40e: trivial: cleanup use of pf->hw
    - i40e: Add a SW workaround for lost interrupts
    - i40e: Fix PROMISC mode for Multi-function per port (MFP) devices
    - i40e: Removal of code which relies on BASE VEB SEID
    - i40e/i40evf: avoid atomics
    - i40e: Do not disable queues in the Legacy/MSI Interrupt handler
    - i40e: expand comment
    - i40e: better error reporting for nvmupdate
    - i40evf: set adapter state on reset failure
    - i40e: clean event descriptor before use
    - i40e: When in promisc mode apply promisc mode to Tx Traffic as well
    - i40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11.
    - i40e/i40evf: Drop outer checksum offload that was not requested
    - i40e/i40evf: Use u64 values instead of casting them in TSO function
    - i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO path
    - i40e/i40evf: Consolidate all header changes into TSO function
    - i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum path
    - i40e/i40evf: Add support for IPv4 encapsulated in IPv6
    - i40e/i40evf: Handle IPv6 extension headers in checksum offload
    - i40e/i40evf: Do not write to descriptor unless we complete
    - i40e/i40evf: Add exception handling for Tx checksum
    - i40e/i40evf: Clean-up Rx packet checksum handling
    - i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUM
    - i40e: Fix ATR in relation to tunnels
    - i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnels
    - i40e: Update feature flags to reflect newly enabled features
    - i40evf: Update feature flags to reflect newly enabled features
    - i40e: Add support for ATR w/ IPv6 extension headers
    - i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx
    - i40e/i40evf: Rewrite logic for 8 descriptor per packet check
    - i40e/i40evf: Move Tx checksum closer to TSO
    - i40e: Add functions to blink led on 10GBaseT PHY
    - i40e: Fix led blink capability for 10GBaseT PHY
    - i40e: Increase timeout when checking GLGEN_RSTAT_DEVSTATE bit
    - i40e: Do not wait for Rx queue disable in DCB reconfig
    - i40e: Fix for unexpected messaging
    - i40e: Expose some registers to program parser, FD and RSS logic
    - i40e: add check for null VSI
    - i40e: add adminq commands for Rx CTL registers
    - i40e: implement and use Rx CTL helper functions
    - i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw.
    - i40e: suspend scheduling during driver unload
    - i40e: let go of the past
    - i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15

  * MPT3SAS Driver update for next kernel release (LP: #1512221)
    - mpt3sas: A correction in unmap_resources
    - mpt3sas: Added support for high port count HBA variants.
    - mpt3sas: Used IEEE SGL instead of MPI SGL while framing a SMP Passthrough request message.
    - mpt3sas: Fix static analyzer(coverity) tool identified defects
    - mpt3sas: Never block the Enclosure device
    - mpt3sas: Make use of additional HighPriority credit message frames for sending SCSI IO's
    - mpt3sas: Added smp_affinity_enable module parameter.
    - mpt3sas: Add support for configurable Chain Frame Size
    - mpt3sas: Updated MPI Header to 2.00.42
    - mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of timedout IO.
    - mpt3sas: Updating mpt3sas driver version to 12.100.00.00
    - mpt3sas: Remove cpumask_clear for zalloc_cpumask_var and don't free free_cpu_mask_var before reply_q

  * /sys/class/scsi_host/hostN/partition_number and .../mad_version showing up BE on LE Ubuntu. (ibmvscsi) (LP: #1547153)
    - ibmvscsi: Add endian conversions to sysfs attribute show functions

  * Miscellaneous Ubuntu changes
    - [Packaging] git-ubuntu-log -- output should be utf-8
    - [Packaging] git-ubuntu-log -- handle invalid or private bugs

Date: Wed, 24 Feb 2016 20:34:49 +0000
Changed-By: Andy Whitcroft <apw at canonical.com>
Maintainer: Ubuntu Kernel Team <kernel-team at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/linux/4.4.0-8.23
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 24 Feb 2016 20:34:49 +0000
Source: linux
Binary: linux-source-4.4.0 linux-doc linux-headers-4.4.0-8 linux-libc-dev linux-tools-common linux-tools-4.4.0-8 linux-cloud-tools-common linux-cloud-tools-4.4.0-8 linux-image-4.4.0-8-generic linux-image-extra-4.4.0-8-generic linux-headers-4.4.0-8-generic linux-image-4.4.0-8-generic-dbgsym linux-tools-4.4.0-8-generic linux-cloud-tools-4.4.0-8-generic linux-udebs-generic linux-image-4.4.0-8-generic-lpae linux-image-extra-4.4.0-8-generic-lpae linux-headers-4.4.0-8-generic-lpae linux-image-4.4.0-8-generic-lpae-dbgsym linux-tools-4.4.0-8-generic-lpae linux-cloud-tools-4.4.0-8-generic-lpae linux-udebs-generic-lpae linux-image-4.4.0-8-lowlatency linux-image-extra-4.4.0-8-lowlatency linux-headers-4.4.0-8-lowlatency linux-image-4.4.0-8-lowlatency-dbgsym linux-tools-4.4.0-8-lowlatency linux-cloud-tools-4.4.0-8-lowlatency linux-udebs-lowlatency linux-image-4.4.0-8-powerpc-e500mc linux-image-extra-4.4.0-8-powerpc-e500mc linux-headers-4.4.0-8-powerpc-e500mc
 linux-image-4.4.0-8-powerpc-e500mc-dbgsym linux-tools-4.4.0-8-powerpc-e500mc linux-cloud-tools-4.4.0-8-powerpc-e500mc linux-udebs-powerpc-e500mc linux-image-4.4.0-8-powerpc-smp linux-image-extra-4.4.0-8-powerpc-smp linux-headers-4.4.0-8-powerpc-smp linux-image-4.4.0-8-powerpc-smp-dbgsym linux-tools-4.4.0-8-powerpc-smp linux-cloud-tools-4.4.0-8-powerpc-smp linux-udebs-powerpc-smp linux-image-4.4.0-8-powerpc64-emb linux-image-extra-4.4.0-8-powerpc64-emb linux-headers-4.4.0-8-powerpc64-emb linux-image-4.4.0-8-powerpc64-emb-dbgsym linux-tools-4.4.0-8-powerpc64-emb linux-cloud-tools-4.4.0-8-powerpc64-emb linux-udebs-powerpc64-emb linux-image-4.4.0-8-powerpc64-smp linux-image-extra-4.4.0-8-powerpc64-smp linux-headers-4.4.0-8-powerpc64-smp linux-image-4.4.0-8-powerpc64-smp-dbgsym linux-tools-4.4.0-8-powerpc64-smp linux-cloud-tools-4.4.0-8-powerpc64-smp
 linux-udebs-powerpc64-smp
Architecture: source
Version: 4.4.0-8.23
Distribution: xenial
Urgency: low
Maintainer: Ubuntu Kernel Team <kernel-team at lists.ubuntu.com>
Changed-By: Andy Whitcroft <apw at canonical.com>
Description: 
 linux-cloud-tools-4.4.0-8 - Linux kernel version specific cloud tools for version 4.4.0-8
 linux-cloud-tools-4.4.0-8-generic - Linux kernel version specific cloud tools for version 4.4.0-8
 linux-cloud-tools-4.4.0-8-generic-lpae - Linux kernel version specific cloud tools for version 4.4.0-8
 linux-cloud-tools-4.4.0-8-lowlatency - Linux kernel version specific cloud tools for version 4.4.0-8
 linux-cloud-tools-4.4.0-8-powerpc-e500mc - Linux kernel version specific cloud tools for version 4.4.0-8
 linux-cloud-tools-4.4.0-8-powerpc-smp - Linux kernel version specific cloud tools for version 4.4.0-8
 linux-cloud-tools-4.4.0-8-powerpc64-emb - Linux kernel version specific cloud tools for version 4.4.0-8
 linux-cloud-tools-4.4.0-8-powerpc64-smp - Linux kernel version specific cloud tools for version 4.4.0-8
 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-8 - Header files related to Linux kernel version 4.4.0
 linux-headers-4.4.0-8-generic - Linux kernel headers for version 4.4.0 on 64 bit x86 SMP
 linux-headers-4.4.0-8-generic-lpae - Linux kernel headers for version 4.4.0 on 64 bit x86 SMP
 linux-headers-4.4.0-8-lowlatency - Linux kernel headers for version 4.4.0 on 64 bit x86 SMP
 linux-headers-4.4.0-8-powerpc-e500mc - Linux kernel headers for version 4.4.0 on 32-bit Freescale Power
 linux-headers-4.4.0-8-powerpc-smp - Linux kernel headers for version 4.4.0 on 32-bit PowerPC SMP
 linux-headers-4.4.0-8-powerpc64-emb - Linux kernel headers for version 4.4.0 on 64-bit PowerPC SMP Book
 linux-headers-4.4.0-8-powerpc64-smp - Linux kernel headers for version 4.4.0 on 64-bit PowerPC SMP
 linux-image-4.4.0-8-generic - Linux kernel image for version 4.4.0 on 64 bit x86 SMP
 linux-image-4.4.0-8-generic-dbgsym - Linux kernel debug image for version 4.4.0 on 64 bit x86 SMP
 linux-image-4.4.0-8-generic-lpae - Linux kernel image for version 4.4.0 on 64 bit x86 SMP
 linux-image-4.4.0-8-generic-lpae-dbgsym - Linux kernel debug image for version 4.4.0 on 64 bit x86 SMP
 linux-image-4.4.0-8-lowlatency - Linux kernel image for version 4.4.0 on 64 bit x86 SMP
 linux-image-4.4.0-8-lowlatency-dbgsym - Linux kernel debug image for version 4.4.0 on 64 bit x86 SMP
 linux-image-4.4.0-8-powerpc-e500mc - Linux kernel image for version 4.4.0 on 32-bit Freescale Power e5
 linux-image-4.4.0-8-powerpc-e500mc-dbgsym - Linux kernel debug image for version 4.4.0 on 32-bit Freescale Po
 linux-image-4.4.0-8-powerpc-smp - Linux kernel image for version 4.4.0 on 32-bit PowerPC SMP
 linux-image-4.4.0-8-powerpc-smp-dbgsym - Linux kernel debug image for version 4.4.0 on 32-bit PowerPC SMP
 linux-image-4.4.0-8-powerpc64-emb - Linux kernel image for version 4.4.0 on 64-bit PowerPC SMP Book3E
 linux-image-4.4.0-8-powerpc64-emb-dbgsym - Linux kernel debug image for version 4.4.0 on 64-bit PowerPC SMP
 linux-image-4.4.0-8-powerpc64-smp - Linux kernel image for version 4.4.0 on 64-bit PowerPC SMP
 linux-image-4.4.0-8-powerpc64-smp-dbgsym - Linux kernel debug image for version 4.4.0 on 64-bit PowerPC SMP
 linux-image-extra-4.4.0-8-generic - Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
 linux-image-extra-4.4.0-8-generic-lpae - Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
 linux-image-extra-4.4.0-8-lowlatency - Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
 linux-image-extra-4.4.0-8-powerpc-e500mc - Linux kernel extra modules for version 4.4.0 on 32-bit Freescale
 linux-image-extra-4.4.0-8-powerpc-smp - Linux kernel extra modules for version 4.4.0 on 32-bit PowerPC SM
 linux-image-extra-4.4.0-8-powerpc64-emb - Linux kernel extra modules for version 4.4.0 on 64-bit PowerPC SM
 linux-image-extra-4.4.0-8-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-8 - Linux kernel version specific tools for version 4.4.0-8
 linux-tools-4.4.0-8-generic - Linux kernel version specific tools for version 4.4.0-8
 linux-tools-4.4.0-8-generic-lpae - Linux kernel version specific tools for version 4.4.0-8
 linux-tools-4.4.0-8-lowlatency - Linux kernel version specific tools for version 4.4.0-8
 linux-tools-4.4.0-8-powerpc-e500mc - Linux kernel version specific tools for version 4.4.0-8
 linux-tools-4.4.0-8-powerpc-smp - Linux kernel version specific tools for version 4.4.0-8
 linux-tools-4.4.0-8-powerpc64-emb - Linux kernel version specific tools for version 4.4.0-8
 linux-tools-4.4.0-8-powerpc64-smp - Linux kernel version specific tools for version 4.4.0-8
 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: 1512221 1531747 1534961 1535150 1536810 1547153 1547674 1547718 1549398
Changes: 
 linux (4.4.0-8.23) xenial; urgency=low
 .
   * cgroup namespace mounts broken in containers (LP: #1549398)
     - SAUCE: kernfs: Always set super block owner to init_user_ns
 .
   * 4.4.0-7.22 no longer boots on arm64 (LP: #1547718)
     - arm64: mm: avoid calling apply_to_page_range on empty range
     - UBUNTU SAUCE: arm: mm: avoid calling apply_to_page_range on empty range
 .
   * kernel install failed /bin/cp: cannot stat ‘/boot/initrd.img-4.3.0-7-generic’: No such file or directory (LP: #1536810)
     - [Config] postinst -- handle recreating symlinks when a real file is present
 .
   * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
     - SAUCE: cred: Add clone_cred() interface
     - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
     - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
     - SAUCE: overlayfs: Be more careful about copying up sxid files
     - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
 .
   * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped (LP: #1535150)
     - SAUCE: cred: Add clone_cred() interface
     - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
     - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
     - SAUCE: overlayfs: Be more careful about copying up sxid files
     - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
 .
   * overlay: mkdir fails if directory exists in lowerdir in a user namespace (LP: #1531747)
     - SAUCE: cred: Add clone_cred() interface
     - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
     - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
 .
   * Update Intel ethernet drivers to Fortville SW5 (LP: #1547674)
     - net: bulk free infrastructure for NAPI context, use napi_consume_skb
     - net: Add eth_platform_get_mac_address() helper.
     - i40e: Add mac_filter_element at the end of the list instead of HEAD
     - i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtool
     - i40e: Replace X722 mac check in ethtool get_settings
     - i40evf: allow channel bonding of VFs
     - i40e: define function capabilities in only one place
     - i40evf: null out ring pointers on free
     - i40e: Cleanup the code with respect to restarting autoneg
     - i40e: update features with right offload
     - i40e: bump version to 1.4.10
     - i40e: add new device IDs for X722
     - i40e: Extend ethtool RSS hooks for X722
     - i40e/i40evf: Fix for UDP/TCP RSS for X722
     - i40evf: add new write-back mode
     - i40e/i40evf: Use private workqueue
     - i40e: add new proxy-wol bit for X722
     - i40e: Limit DCB FW version checks to X710/XL710 devices
     - i40e: AQ Add Run PHY Activity struct
     - i40e: AQ Geneve cloud tunnel type
     - i40e: AQ Add external power class to get link status
     - i40e: add 100Mb ethtool reporting
     - ixgbe: bulk free SKBs during TX completion cleanup cycle
     - igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()
     - igb: Unpair the queues when changing the number of queues
     - igb/igbvf: don't give up
     - igb: clean up code for setting MAC address
     - igb: Refactor VFTA configuration
     - igb: Allow asymmetric configuration of MTU versus Rx frame size
     - igb: Do not factor VLANs into RLPML calculation
     - igb: Always enable VLAN 0 even if 8021q is not loaded
     - igb: Merge VLVF configuration into igb_vfta_set
     - igb: Clean-up configuration of VF port VLANs
     - igb: Add support for VLAN promiscuous with SR-IOV and NTUPLE
     - igb: Drop unnecessary checks in transmit path
     - igb: Enable use of "bridge fdb add" to set unicast table entries
     - igb: Add workaround for VLAN tag stripping on 82576
     - i40e: AQ Shared resource flags
     - i40e: AQ Add set_switch_config
     - i40e: AQ Add VXLAN-GPE tunnel type
     - i40e: AQ thermal sensor control struct
     - i40e: Bump AQ minor version to 1.5 for new FW features
     - i40e: Store lan_vsi_idx and lan_vsi_id in the right size
     - i40e: fix write-back-on-itr to work with legacy itr
     - i40e: add counter for arq overflows
     - i40e: add 20G speed for Tx bandwidth calculations
     - i40e: refactor DCB function
     - i40e: add a little more to an NVM update debug message
     - i40evf: enable bus master after reset
     - i40e: add netdev info to VSI dump
     - i40e: remove VF device IDs from PF
     - i40e: trivial: remove unnecessary local var
     - i40e/i40evf: Bump i40e to 1.4.11 and i40evf to 1.4.7
     - net: ixgbe: add minimal parser details for ixgbe
     - i40e: trivial: drop duplicate definition
     - i40e: trivial: fix missing space
     - i40e: fix bug in dma sync
     - i40e: do TSO only if CHECKSUM_PARTIAL is set
     - i40e: allocate memory safer
     - i40e: fix: do not sleep in netdev_ops
     - i40e: APIs to Add/remove port mirroring rules
     - i40e: negate PHY int mask bits
     - i40e: drop unused function
     - i40e: count allocation errors
     - i40e: avoid large memcpy by assigning struct
     - i40e/i40evf: bump version to 1.4.12/1.4.8
     - i40e: Enable Geneve offload for FW API ver > 1.4 for XL710/X710 devices
     - i40e: add priv flag for automatic rule eviction
     - i40e: use eth_platform_get_mac_address()
     - i40e: move sync_vsi_filters up in service_task
     - i40e: Make the DCB firmware checks for X710/XL710 only
     - i40e: set shared bit for multicast filters
     - i40e: add VEB stat control and remove L2 cloud filter
     - i40e: use new add_veb calling with VEB stats control
     - i40e: Refactor force_wb and WB_ON_ITR functionality code
     - i40evf: Change vf driver string to reflect all products i40evf supports
     - i40e/i40evf: don't lose interrupts
     - i40e/i40evf: try again after failure
     - i40e: dump descriptor indexes in hex
     - i40e/i40evf: use __GFP_NOWARN
     - i40e/i40evf: use pages correctly in Rx
     - i40e/i40evf: use logical operators, not bitwise
     - i40e: properly show packet split status in debugfs
     - i40e/i40evf: Bump version
     - ixgbe: use u32 instead of __u32 in model header
     - ixgbe: fix dates on header of ixgbe_model.h
     - i40e: get rid of magic number
     - i40e: drop unused debugfs file "dump"
     - i40evf: support packet split receive
     - i40e: trivial: cleanup use of pf->hw
     - i40e: Add a SW workaround for lost interrupts
     - i40e: Fix PROMISC mode for Multi-function per port (MFP) devices
     - i40e: Removal of code which relies on BASE VEB SEID
     - i40e/i40evf: avoid atomics
     - i40e: Do not disable queues in the Legacy/MSI Interrupt handler
     - i40e: expand comment
     - i40e: better error reporting for nvmupdate
     - i40evf: set adapter state on reset failure
     - i40e: clean event descriptor before use
     - i40e: When in promisc mode apply promisc mode to Tx Traffic as well
     - i40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11.
     - i40e/i40evf: Drop outer checksum offload that was not requested
     - i40e/i40evf: Use u64 values instead of casting them in TSO function
     - i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO path
     - i40e/i40evf: Consolidate all header changes into TSO function
     - i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum path
     - i40e/i40evf: Add support for IPv4 encapsulated in IPv6
     - i40e/i40evf: Handle IPv6 extension headers in checksum offload
     - i40e/i40evf: Do not write to descriptor unless we complete
     - i40e/i40evf: Add exception handling for Tx checksum
     - i40e/i40evf: Clean-up Rx packet checksum handling
     - i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUM
     - i40e: Fix ATR in relation to tunnels
     - i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnels
     - i40e: Update feature flags to reflect newly enabled features
     - i40evf: Update feature flags to reflect newly enabled features
     - i40e: Add support for ATR w/ IPv6 extension headers
     - i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx
     - i40e/i40evf: Rewrite logic for 8 descriptor per packet check
     - i40e/i40evf: Move Tx checksum closer to TSO
     - i40e: Add functions to blink led on 10GBaseT PHY
     - i40e: Fix led blink capability for 10GBaseT PHY
     - i40e: Increase timeout when checking GLGEN_RSTAT_DEVSTATE bit
     - i40e: Do not wait for Rx queue disable in DCB reconfig
     - i40e: Fix for unexpected messaging
     - i40e: Expose some registers to program parser, FD and RSS logic
     - i40e: add check for null VSI
     - i40e: add adminq commands for Rx CTL registers
     - i40e: implement and use Rx CTL helper functions
     - i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw.
     - i40e: suspend scheduling during driver unload
     - i40e: let go of the past
     - i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15
 .
   * MPT3SAS Driver update for next kernel release (LP: #1512221)
     - mpt3sas: A correction in unmap_resources
     - mpt3sas: Added support for high port count HBA variants.
     - mpt3sas: Used IEEE SGL instead of MPI SGL while framing a SMP Passthrough request message.
     - mpt3sas: Fix static analyzer(coverity) tool identified defects
     - mpt3sas: Never block the Enclosure device
     - mpt3sas: Make use of additional HighPriority credit message frames for sending SCSI IO's
     - mpt3sas: Added smp_affinity_enable module parameter.
     - mpt3sas: Add support for configurable Chain Frame Size
     - mpt3sas: Updated MPI Header to 2.00.42
     - mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of timedout IO.
     - mpt3sas: Updating mpt3sas driver version to 12.100.00.00
     - mpt3sas: Remove cpumask_clear for zalloc_cpumask_var and don't free free_cpu_mask_var before reply_q
 .
   * /sys/class/scsi_host/hostN/partition_number and .../mad_version showing up BE on LE Ubuntu. (ibmvscsi) (LP: #1547153)
     - ibmvscsi: Add endian conversions to sysfs attribute show functions
 .
   * Miscellaneous Ubuntu changes
     - [Packaging] git-ubuntu-log -- output should be utf-8
     - [Packaging] git-ubuntu-log -- handle invalid or private bugs
Checksums-Sha1: 
 9511796c6263da4b1336dd77aab893cad472a682 7612 linux_4.4.0-8.23.dsc
 176f377228c3ef2d4e8f7885ec6d25ee6be0393c 8954596 linux_4.4.0-8.23.diff.gz
Checksums-Sha256: 
 c0bb936c267370ceb883cfbd145f37f954414ab8412f1ac53f199446460bc84e 7612 linux_4.4.0-8.23.dsc
 214acea916397d4623b250c45968953abdbada2d173cfb3fbad83bffbb9414c6 8954596 linux_4.4.0-8.23.diff.gz
Files: 
 e3df10638a2e38cb81682abf78c7cad2 7612 devel optional linux_4.4.0-8.23.dsc
 e8750620ebecbbed3fc151d7c19e86b8 8954596 devel optional linux_4.4.0-8.23.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJWzhUZAAoJEE/75Oku/epytnQP+gPn3tzczSB173bHTItr2ZKK
xwhU3XuhE1wbfkNaq8mpVatcaxHRKWQl6X7Amun2Z1psZI+uUeWXf8fYFiaFWy2j
YcVY7ofpjHeplNz19j5y4ryMpV0r2wgw8fLPoKiVEXTc2S2db8OsMdFZA5byhXIR
qReEPodMGkeqlVViRR+HpqOVxXbQktZwpjuVU+ZXuh1PNDNx+Ts0eyYDlROHrKWk
wpqEJeYYiBqv3fWzcjXyY7k2Dl94+D0tR3zndtyXDVJaBQeZ5X9LmaGj2gli4fai
MXuuyy8UmbRYZf5KvSWksVt9OoGDmsjeu13R6bGxvVTP7CAV/MDcQNT7If648YF5
MVN+Brqn51/sXLZYJO4N3goLNfh+q9YWL4pDC5gnSsbvtU5oMJUNLw/26NXKYPjQ
1OdlodWcVluDypFokyILZx/tX82Ozk9sw85hvXA9soHL9ZWuB1/liV10alC58UcY
WuaAbMJGsxasxWgEjwjuv4a4YHXZfrTzUmu6kgnZzgLgovDu7wsKwe9nR4IDtLqY
EcyFUKk582m/w4iswWdFNu/wPQuG6Cn936mGMJiV8/LrDCSa+HzfJLnVhK/FiY3G
yNN53MQQ5yHtsfrnazfmnueBcQ/3dnovkOSIdMKEamtfHGYdffl2+QePccGwGKgH
GawFabdTtVTpr8t9ZYcK
=OFBu
-----END PGP SIGNATURE-----


More information about the Xenial-changes mailing list