Trusty update to 3.13.11-ckt26 stable release

Bug #1493305 reported by Luis Henriques
18
This bug affects 3 people
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Invalid
Undecided
Unassigned
Trusty
Fix Released
Undecided
Unassigned

Bug Description

SRU Justification

    Impact:
       The upstream process for stable tree updates is quite similar
       in scope to the Ubuntu SRU process, e.g., each patch has to
       demonstrably fix a bug, and each patch is vetted by upstream
       by originating either directly from Linus' tree or in a minimally
       backported form of that patch. The 3.13.11-ckt26 upstream stable
       patch set is now available. It should be included in the Ubuntu
       kernel as well.

       git://kernel.ubuntu.com/ubuntu/linux.git

    TEST CASE: TBD

       The following patches are in the 3.13.11-ckt26 stable release:

md: use kzalloc() when bitmap is disabled
ata: pmp: add quirk for Marvell 4140 SATA PMP
libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for HP 250GB SATA disk VB0250EAVER
libata: add ATA_HORKAGE_NOTRIM
libata: force disable trim for SuperSSpeed S238
libata: increase the timeout when setting transfer mode
libata: Do not blacklist M510DC
mac80211: clear subdir_stations when removing debugfs
ALSA: hda - Add new GPU codec ID 0x10de007d to snd-hda
drm: Stop resetting connector state to unknown
usb: dwc3: Reset the transfer resource index on SET_INTERFACE
usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() function
xhci: Calculate old endpoints correctly on device reset
xhci: report U3 when link is in resume state
xhci: prevent bus_suspend if SS port resuming in phase 1
xhci: do not report PLC when link is in internal resume state
USB: OHCI: Fix race between ED unlink and URB submission
usb-storage: ignore ZTE MF 823 card reader in mode 0x1225
blkcg: fix gendisk reference leak in blkg_conf_prep()
tile: use free_bootmem_late() for initrd
Input: usbtouchscreen - avoid unresponsive TSC-30 touch screen
md/raid1: fix test for 'was read error from last working device'.
mmc: omap_hsmmc: Fix DTO and DCRC handling
isdn/gigaset: reset tty->receive_room when attaching ser_gigaset
mmc: sdhci-pxav3: fix platform_data is not initialized
mmc: block: Add missing mmc_blk_put() in power_ro_lock_show()
mmc: sdhci-esdhc: Make 8BIT bus work
bonding: correctly handle bonding type change on enslave failure
net: Clone skb before setting peeked flag
bridge: mdb: fix double add notification
usb: gadget: mv_udc_core: fix phy_regs I/O memory leak
inet: frags: fix defragmented packet's IP header for af_packet
bonding: fix destruction of bond with devices different from arphrd_ether
ARM: OMAP2+: hwmod: Fix _wait_target_ready() for hwmods without sysc
ASoC: pcm1681: Fix setting de-emphasis sampling rate selection
iscsi-target: Fix use-after-free during TPG session shutdown
iscsi-target: Fix iscsit_start_kthreads failure OOPs
iscsi-target: Fix iser explicit logout TX kthread leak
ALSA: hda - Apply fixup for another Toshiba Satellite S50D
vhost: actually track log eventfd file
xfs: remote attributes need to be considered data
ALSA: usb-audio: add dB range mapping for some devices
drm/radeon/combios: add some validation of lvds values
x86/efi: Use all 64 bit of efi_memmap in setup_e820()
ipr: Fix locking for unit attention handling
ipr: Fix incorrect trace indexing
ipr: Fix invalid array indexing for HRRQ
ALSA: hda - Fix MacBook Pro 5,2 quirk
x86/xen: Probe target addresses in set_aliased_prot() before the hypercall
netfilter: ctnetlink: put back references to master ct and expect objects
bridge: mdb: fix delmdb state in the notification
ipvs: fix crash with sync protocol v0 and FTP
act_pedit: check binding before calling tcf_hash_release()
netfilter: nf_conntrack: Support expectations in different zones
ipvs: do not use random local source address for tunnels
ALSA: hda - fix cs4210_spdif_automute()
niu: don't count tx error twice in case of headroom realloc fails
net/mlx4_core: Fix wrong index in propagating port change event to VFs
ipvs: fix crash if scheduler is changed
Linux 3.13.11-ckt26

Luis Henriques (henrix)
tags: added: kernel-stable-tracking-bug
Luis Henriques (henrix)
description: updated
Changed in linux (Ubuntu):
status: New → Invalid
Luis Henriques (henrix)
Changed in linux (Ubuntu Trusty):
status: New → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (5.4 KiB)

This bug was fixed in the package linux - 3.13.0-65.105

---------------
linux (3.13.0-65.105) trusty; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
    - LP: #1498108

  [ Upstream Kernel Changes ]

  * net: Fix skb_set_peeked use-after-free bug
      - LP: #1497184

linux (3.13.0-64.104) trusty; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
    - LP: #1493803

  [ Chris J Arges ]

  * [Config] DEFAULT_IOSCHED="deadline" for ppc64el
    - LP: #1469829

  [ Upstream Kernel Changes ]

  * tcp: fix recv with flags MSG_WAITALL | MSG_PEEK
    - LP: #1486146
  * libceph: abstract out ceph_osd_request enqueue logic
    - LP: #1488035
  * libceph: resend lingering requests with a new tid
    - LP: #1488035
  * n_tty: Refactor input_available_p() by call site
    - LP: #1397976
  * tty: Fix pty master poll() after slave closes v2
    - LP: #1397976
  * md: use kzalloc() when bitmap is disabled
    - LP: #1493305
  * ata: pmp: add quirk for Marvell 4140 SATA PMP
    - LP: #1493305
  * libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for HP 250GB SATA disk
    VB0250EAVER
    - LP: #1493305
  * libata: add ATA_HORKAGE_NOTRIM
    - LP: #1493305
  * libata: force disable trim for SuperSSpeed S238
    - LP: #1493305
  * libata: increase the timeout when setting transfer mode
    - LP: #1493305
  * libata: Do not blacklist M510DC
    - LP: #1493305
  * mac80211: clear subdir_stations when removing debugfs
    - LP: #1493305
  * ALSA: hda - Add new GPU codec ID 0x10de007d to snd-hda
    - LP: #1493305
  * drm: Stop resetting connector state to unknown
    - LP: #1493305
  * usb: dwc3: Reset the transfer resource index on SET_INTERFACE
    - LP: #1493305
  * usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init()
    function
    - LP: #1493305
  * xhci: Calculate old endpoints correctly on device reset
    - LP: #1493305
  * xhci: report U3 when link is in resume state
    - LP: #1493305
  * xhci: prevent bus_suspend if SS port resuming in phase 1
    - LP: #1493305
  * xhci: do not report PLC when link is in internal resume state
    - LP: #1493305
  * USB: OHCI: Fix race between ED unlink and URB submission
    - LP: #1493305
  * usb-storage: ignore ZTE MF 823 card reader in mode 0x1225
    - LP: #1493305
  * blkcg: fix gendisk reference leak in blkg_conf_prep()
    - LP: #1493305
  * tile: use free_bootmem_late() for initrd
    - LP: #1493305
  * Input: usbtouchscreen - avoid unresponsive TSC-30 touch screen
    - LP: #1493305
  * md/raid1: fix test for 'was read error from last working device'.
    - LP: #1493305
  * mmc: omap_hsmmc: Fix DTO and DCRC handling
    - LP: #1493305
  * isdn/gigaset: reset tty->receive_room when attaching ser_gigaset
    - LP: #1493305
  * mmc: sdhci-pxav3: fix platform_data is not initialized
    - LP: #1493305
  * mmc: block: Add missing mmc_blk_put() in power_ro_lock_show()
    - LP: #1493305
  * mmc: sdhci-esdhc: Make 8BIT bus work
    - LP: #1493305
  * bonding: correctly handle bonding type change on enslave failure
    - LP: #1493305
  * net: Clone skb before setting peeked flag
    - LP: #1493305
  * bridge: mdb: fix double add notification
    - LP: #1493305
  * usb: gadget: mv_udc_c...

Read more...

Changed in linux (Ubuntu Trusty):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.