Precise update to 3.2.74 stable release

Bug #1524292 reported by Luis Henriques
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Invalid
Undecided
Unassigned
Precise
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.2.74 upstream stable
       patch set is now available. It should be included in the Ubuntu
       kernel as well.

       git://git.kernel.org/

    TEST CASE: TBD

       The following patches are in the 3.2.74 stable release:

PCI: Fix devfn for VPD access through function 0
PCI: Use function 0 VPD for identical functions, regular VPD for others
mac80211: fix driver RSSI event calculations
HID: core: Avoid uninitialized buffer access
wm831x_power: Use IRQF_ONESHOT to request threaded IRQs
mwifiex: fix mwifiex_rdeeprom_read()
mtd: mtdpart: fix add_mtd_partitions error path
devres: fix a for loop bounds check
packet: fix match_fanout_group()
Btrfs: added helper btrfs_next_item()
Btrfs: fix file corruption and data loss after cloning inline extents
iommu/vt-d: Fix ATSR handling for Root-Complex integrated endpoints
ARM: pxa: remove incorrect __init annotation on pxa27x_set_pwrmode
Btrfs: don't use ram_bytes for uncompressed inline items
Btrfs: fix truncation of compressed and inlined extents
ext4, jbd2: ensure entering into panic after recording an error in superblock
Bluetooth: ath3k: Add new AR3012 0930:021c id
Bluetooth: ath3k: Add support of AR3012 0cf3:817b device
staging: rtl8712: Add device ID for Sitecom WLA2100
ACPI: Use correct IRQ when uninstalling ACPI interrupt handler
MIPS: atomic: Fix comment describing atomic64_add_unless's return value.
ALSA: hda - Disable 64bit address for Creative HDA controllers
megaraid_sas: Do not use PAGE_SIZE for max_sectors
can: Use correct type in sizeof() in nla_put()
mtd: blkdevs: fix potential deadlock + lockdep warnings
crypto: algif_hash - Only export and import on sockets with data
megaraid_sas : SMAP restriction--do not access user memory from IOCTL code
recordmcount: Fix endianness handling bug for nop_mcount
ipv6: fix tunnel error handling
ALSA: hda - Apply pin fixup for HP ProBook 6550b
firewire: ohci: fix JMicron JMB38x IT context discovery
scsi: restart list search after unlock in scsi_remove_target
x86/cpu: Call verify_cpu() after having entered long mode too
Btrfs: fix race leading to incorrect item deletion when dropping extents
Btrfs: fix race leading to BUG_ON when running delalloc for nodatacow
perf: Fix inherited events vs. tracepoint filters
scsi_sysfs: Fix queue_ramp_up_period return code
Btrfs: fix race when listing an inode's xattrs
net: fix a race in dst_release()
FS-Cache: Increase reference of parent after registering, netfs success
FS-Cache: Don't override netfs's primary_index if registering failed
FS-Cache: Handle a write to the page immediately beyond the EOF marker
binfmt_elf: Don't clobber passed executable's file header
fs: make dumpable=2 require fully qualified path
fs: if a coredump already exists, unlink and recreate with O_EXCL
irda: precedence bug in irlmp_seq_hb_idx()
RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_data_recv
ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in preemptible context.
net: avoid NULL deref in inet_ctl_sock_destroy()
splice: sendfile() at once fails for big files
Linux 3.2.74

The following patch from 3.2.74 was already applied to the Precise kernel:

KVM: svm: unconditionally intercept #DB

CVE References

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 Precise):
status: New → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (10.4 KiB)

This bug was fixed in the package linux - 3.2.0-98.138

---------------
linux (3.2.0-98.138) precise; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
    - LP: #1532774

  [ Upstream Kernel Changes ]

  * Revert "xhci: don't finish a TD if we get a short transfer event mid
    TD"
    - LP: #1529077
  * PCI: Fix devfn for VPD access through function 0
    - LP: #1524292
  * PCI: Use function 0 VPD for identical functions, regular VPD for others
    - LP: #1524292
  * mac80211: fix driver RSSI event calculations
    - LP: #1524292
  * HID: core: Avoid uninitialized buffer access
    - LP: #1524292
  * wm831x_power: Use IRQF_ONESHOT to request threaded IRQs
    - LP: #1524292
  * mwifiex: fix mwifiex_rdeeprom_read()
    - LP: #1524292
  * mtd: mtdpart: fix add_mtd_partitions error path
    - LP: #1524292
  * devres: fix a for loop bounds check
    - LP: #1524292
  * packet: fix match_fanout_group()
    - LP: #1524292
  * Btrfs: added helper btrfs_next_item()
    - LP: #1524292
  * Btrfs: fix file corruption and data loss after cloning inline extents
    - LP: #1524292
  * iommu/vt-d: Fix ATSR handling for Root-Complex integrated endpoints
    - LP: #1524292
  * ARM: pxa: remove incorrect __init annotation on pxa27x_set_pwrmode
    - LP: #1524292
  * Btrfs: don't use ram_bytes for uncompressed inline items
    - LP: #1524292
  * Btrfs: fix truncation of compressed and inlined extents
    - LP: #1524292
  * ext4, jbd2: ensure entering into panic after recording an error in
    superblock
    - LP: #1524292
  * Bluetooth: ath3k: Add new AR3012 0930:021c id
    - LP: #1502781, #1524292
  * Bluetooth: ath3k: Add support of AR3012 0cf3:817b device
    - LP: #1506615, #1524292
  * staging: rtl8712: Add device ID for Sitecom WLA2100
    - LP: #1524292
  * ACPI: Use correct IRQ when uninstalling ACPI interrupt handler
    - LP: #1524292
  * MIPS: atomic: Fix comment describing atomic64_add_unless's return
    value.
    - LP: #1524292
  * ALSA: hda - Disable 64bit address for Creative HDA controllers
    - LP: #1524292
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
    - LP: #1524292
  * can: Use correct type in sizeof() in nla_put()
    - LP: #1524292
  * mtd: blkdevs: fix potential deadlock + lockdep warnings
    - LP: #1524292
  * crypto: algif_hash - Only export and import on sockets with data
    - LP: #1524292
  * megaraid_sas : SMAP restriction--do not access user memory from IOCTL
    code
    - LP: #1524292
  * recordmcount: Fix endianness handling bug for nop_mcount
    - LP: #1524292
  * ipv6: fix tunnel error handling
    - LP: #1524292
  * ALSA: hda - Apply pin fixup for HP ProBook 6550b
    - LP: #1524292
  * firewire: ohci: fix JMicron JMB38x IT context discovery
    - LP: #1524292
  * scsi: restart list search after unlock in scsi_remove_target
    - LP: #1524292
  * x86/cpu: Call verify_cpu() after having entered long mode too
    - LP: #1524292
  * Btrfs: fix race leading to incorrect item deletion when dropping
    extents
    - LP: #1524292
  * Btrfs: fix race leading to BUG_ON when running delalloc for nodatacow
    - LP: #1524292
  * perf: Fix inherited events vs. tracepoint filters
    - LP: #1524292
  * scsi_s...

Changed in linux (Ubuntu Precise):
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.