Oneiric update to 3.0.33 stable release

Bug #1008697 reported by Herton R. Krzesinski
10
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.33 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.33 stable release:

tilegx: enable SYSCALL_WRAPPERS support
block: fix buffer overflow when printing partition UUIDs
block: don't mark buffers beyond end of disk as mapped
PARISC: fix PA1.1 oops on boot
PARISC: fix crash in flush_icache_page_asm on PA1.1
PARISC: fix panic on prefetch(NULL) on PA7300LC
isdn/gigaset: ratelimit CAPI message dumps
vfs: make AIO use the proper rw_verify_area() area helpers
cfg80211: warn if db.txt is empty with CONFIG_CFG80211_INTERNAL_REGDB
Fix blocking allocations called very early during bootup
s390/pfault: fix task state race
SCSI: mpt2sas: Fix for panic happening because of improper memory allocation
RDMA/cxgb4: Drop peer_abort when no endpoint found
KEYS: Use the compat keyctl() syscall wrapper on Sparc64 for Sparc32 compat
SELinux: if sel_make_bools errors don't leave inconsistent state
drivers/staging/comedi/comedi_fops.c: add missing vfree
perf/x86: Update event scheduling constraints for AMD family 15h models
mtd: sm_ftl: fix typo in major number.
ahci: Detect Marvell 88SE9172 SATA controller
um: Fix __swp_type()
um: Implement a custom pte_same() function
docs: update HOWTO for 2.6.x -> 3.x versioning
USB: cdc-wdm: poll must return POLLHUP if device is gone
workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is active
mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkages
md: using GFP_NOIO to allocate bio for flush request
Add missing call to uart_update_timeout()
tty: Allow uart_register/unregister/register
USB: ftdi-sio: add support for Physik Instrumente E-861
usb-storage: unusual_devs entry for Yarvik PMP400 MP4 player
USB: ffs-test: fix length argument of out function call
drivers/rtc/rtc-pl031.c: configure correct wday for 2000-01-01
SCSI: hpsa: Fix problem with MSA2xxx devices
usb: usbtest: two super speed fixes for usbtest
USB: Remove races in devio.c
USB: serial: ti_usb_3410_5052: Add support for the FRI2 serial console
usb: gadget: fsl_udc_core: dTD's next dtd pointer need to be updated once written
usb: add USB_QUIRK_RESET_RESUME for M-Audio 88es
xhci: Add Lynx Point to list of Intel switchable hosts.
usb-xhci: Handle COMP_TX_ERR for isoc tds
xhci: Reset reserved command ring TRBs on cleanup.
xhci: Add new short TX quirk for Fresco Logic host.
drm/i915: Avoid a double-read of PCH_IIR during interrupt handling
drm/i915: [GEN7] Use HW scheduler for fixed function shaders
drm/i915: don't clobber the pipe param in sanitize_modesetting
nouveau: nouveau_set_bo_placement takes TTM flags
smsusb: add autodetection support for USB ID 2040:c0a0
media: uvcvideo: Fix ENUMINPUT handling
x86/mce: Fix check for processor context when machine check was taken.
mmc: sdio: avoid spurious calls to interrupt handlers
tile: fix bug where fls(0) was not returning 0
isci: fix oem parameter validation on single controller skus
ARM: 7365/1: drop unused parameter from flush_cache_user_range
ARM: 7409/1: Do not call flush_cache_user_range with mmap_sem held
i2c: davinci: Free requested IRQ in remove
Linux 3.0.33

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
Launchpad Janitor (janitor) wrote :
Download full text (4.9 KiB)

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

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

  [Luis Henriques]

  * Release Tracking Bug
    - LP: #1012040

  [ Herton Ronaldo Krzesinski ]

  * SAUCE: fix get_gate_vma call in i386 NX emulation code
    - LP: #1009200

  [ Upstream Kernel Changes ]

  * Avoid reading past buffer when calling GETACL
    - LP: #1002505
    - CVE-2012-2375
  * Avoid beyond bounds copy while caching ACL
    - LP: #1002505
    - CVE-2012-2375
  * Fix length of buffer copied in __nfs4_get_acl_uncached
    - LP: #1002505
    - CVE-2012-2375
  * tilegx: enable SYSCALL_WRAPPERS support
    - LP: #1008697
  * block: fix buffer overflow when printing partition UUIDs
    - LP: #1008697
  * block: don't mark buffers beyond end of disk as mapped
    - LP: #1008697
  * PARISC: fix PA1.1 oops on boot
    - LP: #1008697
  * PARISC: fix crash in flush_icache_page_asm on PA1.1
    - LP: #1008697
  * PARISC: fix panic on prefetch(NULL) on PA7300LC
    - LP: #1008697
  * isdn/gigaset: ratelimit CAPI message dumps
    - LP: #1008697
  * vfs: make AIO use the proper rw_verify_area() area helpers
    - LP: #1008697
  * cfg80211: warn if db.txt is empty with CONFIG_CFG80211_INTERNAL_REGDB
    - LP: #1008697
  * Fix blocking allocations called very early during bootup
    - LP: #1008697
  * s390/pfault: fix task state race
    - LP: #1008697
  * SCSI: mpt2sas: Fix for panic happening because of improper memory
    allocation
    - LP: #1008697
  * RDMA/cxgb4: Drop peer_abort when no endpoint found
    - LP: #1008697
  * KEYS: Use the compat keyctl() syscall wrapper on Sparc64 for Sparc32
    compat
    - LP: #1008697
  * SELinux: if sel_make_bools errors don't leave inconsistent state
    - LP: #1008697
  * drivers/staging/comedi/comedi_fops.c: add missing vfree
    - LP: #1008697
  * perf/x86: Update event scheduling constraints for AMD family 15h models
    - LP: #1008697
  * mtd: sm_ftl: fix typo in major number.
    - LP: #1008697
  * ahci: Detect Marvell 88SE9172 SATA controller
    - LP: #1008697
  * um: Fix __swp_type()
    - LP: #1008697
  * um: Implement a custom pte_same() function
    - LP: #1008697
  * docs: update HOWTO for 2.6.x -> 3.x versioning
    - LP: #1008697
  * USB: cdc-wdm: poll must return POLLHUP if device is gone
    - LP: #1008697
  * workqueue: skip nr_running sanity check in worker_enter_idle() if
    trustee is active
    - LP: #1008697
  * mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy
    linkages
    - LP: #1008697
  * md: using GFP_NOIO to allocate bio for flush request
    - LP: #1008697
  * Add missing call to uart_update_timeout()
    - LP: #1008697
  * tty: Allow uart_register/unregister/register
    - LP: #1008697
  * USB: ftdi-sio: add support for Physik Instrumente E-861
    - LP: #1008697
  * usb-storage: unusual_devs entry for Yarvik PMP400 MP4 player
    - LP: #1008697
  * USB: ffs-test: fix length argument of out function call
    - LP: #1008697
  * drivers/rtc/rtc-pl031.c: configure correct wday for 2000-01-01
    - LP: #1008697
  * SCSI: hpsa: Fix problem with MSA2xxx devices
    - LP: #1008697
  * usb: usbtest: two super speed fixes for usbt...

Read more...

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.