Oneiric update to 3.0.58 stable release

Bug #1099442 reported by Herton R. Krzesinski
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Invalid
Undecided
Unassigned
Oneiric
Fix Released
Medium
Herton R. Krzesinski

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.0.58 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.0.58 stable release:

bonding: Bonding driver does not consider the gso_max_size/gso_max_segs setting of slave devices.
bonding: fix race condition in bonding_store_slaves_active
sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space fails
sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscall
ne2000: add the right platform device
irda: sir_dev: Fix copy/paste typo
usb/ipheth: Add iPhone 5 support
pnpacpi: fix incorrect TEST_ALPHA() test
exec: do not leave bprm->interp on stack
x86, 8042: Enable A20 using KBC to fix S3 resume on some MSI laptops
virtio: force vring descriptors to be allocated from lowmem
mm: Fix PageHead when !CONFIG_PAGEFLAGS_EXTENDED
tmpfs mempolicy: fix /proc/mounts corrupting memory
ALSA: usb-audio: Avoid autopm calls after disconnection
ALSA: usb-audio: Fix missing autopm for MIDI input
p54usb: add USB ID for T-Com Sinus 154 data II
p54usb: add USBIDs for two more p54usb devices
usb: gadget: phonet: free requests in pn_bind()'s error path
ACPI / scan: Do not use dummy HID for system bus ACPI nodes
NFS: avoid NULL dereference in nfs_destroy_server
NFS: Fix calls to drop_nlink()
nfsd4: fix oops on unusual readlike compound
nfs: fix null checking in nfs_get_option_str()
Input: walkera0701 - fix crash on startup
genirq: Always force thread affinity
xhci: Add Lynx Point LP to list of Intel switchable hosts
cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()
x86, amd: Disable way access filter on Piledriver CPUs
ftrace: Do not function trace inlined functions
sparc: huge_ptep_set_* functions need to call set_huge_pte_at()
net: sched: integer overflow fix
tcp: implement RFC 5961 3.2
tcp: implement RFC 5961 4.2
tcp: refine SYN handling in tcp_validate_incoming
tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()
tcp: RFC 5961 5.2 Blind Data Injection Attack Mitigation
ARM: mm: use pteval_t to represent page protection values
ARM: missing ->mmap_sem around find_vma() in swp_emulate.c
solos-pci: fix double-free of TX skb in DMA mode
PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHz
Bluetooth: ath3k: Add support for VAIO VPCEH [0489:e027]
Bluetooth: cancel power_on work when unregistering the device
CRIS: fix I/O macros
drivers/rtc/rtc-vt8500.c: correct handling of CR_24H bitfield
drivers/rtc/rtc-vt8500.c: fix handling of data passed in struct rtc_time
mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPT
can: Do not call dev_put if restart timer is running upon close
Linux 3.0.58

These patches were dropped as they were already applied to Oneiric:
exec: do not leave bprm->interp on stack
Bluetooth: ath3k: Add support for VAIO VPCEH [0489:e027]

tags: added: kernel-stable-tracking-bug
description: updated
Changed in linux (Ubuntu):
status: New → Invalid
Changed in linux (Ubuntu Oneiric):
status: New → Fix Committed
importance: Undecided → Medium
assignee: nobody → Herton R. Krzesinski (herton)
Revision history for this message
Adam Conrad (adconrad) wrote : Update Released

The verification of this Stable Release Update has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regresssions.

Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (11.9 KiB)

This bug was fixed in the package linux - 3.0.0-31.48

---------------
linux (3.0.0-31.48) oneiric-proposed; urgency=low

  [Luis Henriques]

  * Release Tracking Bug
    - LP: #1115137

  [ Upstream Kernel Changes ]

  * Revert "ath9k_hw: Update AR9003 high_power tx gain table"
    - LP: #1101192
  * Revert "drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13"
    - LP: #1101192
  * Tools: hv: verify origin of netlink connector message
    - LP: #1096318
    - CVE-2012-2669
  * tools: hv: Netlink source address validation allows DoS
    - LP: #1084777
    - CVE-2012-5532
  * bonding: Bonding driver does not consider the gso_max_size/gso_max_segs
    setting of slave devices.
    - LP: #1099442
  * bonding: fix race condition in bonding_store_slaves_active
    - LP: #1099442
  * sctp: fix memory leak in sctp_datamsg_from_user() when copy from user
    space fails
    - LP: #1099442
  * sctp: fix -ENOMEM result with invalid user space pointer in sendto()
    syscall
    - LP: #1099442
  * ne2000: add the right platform device
    - LP: #1099442
  * irda: sir_dev: Fix copy/paste typo
    - LP: #1099442
  * usb/ipheth: Add iPhone 5 support
    - LP: #1099442
  * pnpacpi: fix incorrect TEST_ALPHA() test
    - LP: #1099442
  * x86, 8042: Enable A20 using KBC to fix S3 resume on some MSI laptops
    - LP: #1099442
  * virtio: force vring descriptors to be allocated from lowmem
    - LP: #1099442
  * mm: Fix PageHead when !CONFIG_PAGEFLAGS_EXTENDED
    - LP: #1099442
  * tmpfs mempolicy: fix /proc/mounts corrupting memory
    - LP: #1099442
  * ALSA: usb-audio: Avoid autopm calls after disconnection
    - LP: #1099442
  * ALSA: usb-audio: Fix missing autopm for MIDI input
    - LP: #1099442
  * p54usb: add USB ID for T-Com Sinus 154 data II
    - LP: #1099442
  * p54usb: add USBIDs for two more p54usb devices
    - LP: #1099442
  * usb: gadget: phonet: free requests in pn_bind()'s error path
    - LP: #1099442
  * ACPI / scan: Do not use dummy HID for system bus ACPI nodes
    - LP: #1099442
  * NFS: avoid NULL dereference in nfs_destroy_server
    - LP: #1099442
  * NFS: Fix calls to drop_nlink()
    - LP: #1099442
  * nfsd4: fix oops on unusual readlike compound
    - LP: #1099442
  * nfs: fix null checking in nfs_get_option_str()
    - LP: #1099442
  * Input: walkera0701 - fix crash on startup
    - LP: #1099442
  * genirq: Always force thread affinity
    - LP: #1099442
  * xhci: Add Lynx Point LP to list of Intel switchable hosts
    - LP: #1099442
  * cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()
    - LP: #1099442
  * x86, amd: Disable way access filter on Piledriver CPUs
    - LP: #1099442
  * ftrace: Do not function trace inlined functions
    - LP: #1099442
  * sparc: huge_ptep_set_* functions need to call set_huge_pte_at()
    - LP: #1099442
  * net: sched: integer overflow fix
    - LP: #1099442
  * tcp: implement RFC 5961 3.2
    - LP: #1099442
  * tcp: implement RFC 5961 4.2
    - LP: #1099442
  * tcp: refine SYN handling in tcp_validate_incoming
    - LP: #1099442
  * tcp: tcp_replace_ts_recent() should not be called from
    tcp_validate_incoming()
    - LP: #1099442
  * tcp: RFC 5961 5.2 Blind Data Injection Atta...

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