Oneiric update to 3.0.68 stable release

Bug #1145196 reported by Brad Figg
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Invalid
Undecided
Unassigned
Oneiric
Fix Released
Undecided
Brad Figg

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.68 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.68 stable release:
           * Linux 3.0.68
           * staging: comedi: check s->async for poll(), read() and write()
           * staging: comedi: ni_labpc: set up command4 register *after* command3
           * staging: comedi: ni_labpc: correct differential channel sequence for AI commands
           * s390/kvm: Fix store status for ACRS/FPRS fix
           * dca: check against empty dca_domains list before unregister provider fix
           * cgroup: fix exit() vs rmdir() race
           * cpuset: fix cpuset_print_task_mems_allowed() vs rename() race
           * x86/apic: Work around boot failure on HP ProLiant DL980 G7 Server systems
           * x86: Do not leak kernel page mapping locations
           * unbreak automounter support on 64-bit kernel with 32-bit userspace (v2)
           * vhost: fix length for cross region descriptor
           * svcrpc: make svc_age_temp_xprts enqueue under sv_lock
           * ext4: fix race in ext4_mb_add_n_trim()
           * sysctl: fix null checking in bin_dn_node_address()
           * firewire: add minor number range check to fw_device_init()
           * idr: fix a subtle bug in idr_get_next()
           * xen-blkback: do not leak mode property
           * ocfs2: ac->ac_allow_chain_relink=0 won't disable group relink
           * target: Add missing mapped_lun bounds checking during make_mappedlun setup
           * x86: Make sure we can boot in the case the BDA contains pure garbage
           * doc, kernel-parameters: Document 'console=hvc<n>'
           * doc, xen: Mention 'earlyprintk=xen' in the documentation.
           * ftrace: Call ftrace cleanup module notifier after all other notifiers
           * posix-timer: Don't call idr_find() with out-of-range ID
           * iommu/amd: Initialize device table after dma_ops
           * quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
           * Linux 3.0.67
           * USB: usb-storage: unusual_devs update for Super TOP SATA bridge
           * USB: storage: properly handle the endian issues of idProduct
           * USB: ehci-omap: Fix autoloading of module
           * USB: option: add Huawei "ACM" devices using protocol = vendor
           * USB: option: add Yota / Megafon M100-1 4g modem
           * USB: option: add and update Alcatel modems
           * dca: check against empty dca_domains list before unregister provider
           * ipv6: use a stronger hash for tcp
           * ipv4: fix a bug in ping_err().
           * xen-netback: cancel the credit timer when taking the vif down
           * xen-netback: correctly return errors from netbk_count_requests()
           * bridge: set priority of STP packets
           * fb: rework locking to fix lock ordering on takeover
           * fbcon: don't lose the console font across generic->chip driver switch
           * pcmcia/vrc4171: Add missing spinlock init
           * Purge existing TLB entries in set_pte_at and ptep_set_wrprotect
           * powerpc/kexec: Disable hard IRQ before kexec
           * ARM: PXA3xx: program the CSMSADRCFG register
           * staging: vt6656: Fix URB submitted while active warning.
           * staging: comedi: disallow COMEDI_DEVCONFIG on non-board minors
           * drm/i915: disable shared panel fitter for pipe
           * drm/usb: bind driver to correct device
           * sunvdc: Fix off-by-one in generic_request().
           * ext4: add missing kfree() on error return path in add_new_gdb()
           * ext4: Free resources in some error path in ext4_fill_super
           * ALSA: usb: Fix Processing Unit Descriptor parsers
           * ALSA: usb-audio: fix Roland A-PRO support
           * p54usb: corrected USB ID for T-Com Sinus 154 data II
           * NLM: Ensure that we resend all pending blocking locks after a reclaim
           * mm/fadvise.c: drain all pagevecs if POSIX_FADV_DONTNEED fails to discard all pages
           * tmpfs: fix use-after-free of mempolicy object
           * drivers/video/backlight/adp88?0_bl.c: fix resume
           * ocfs2: unlock super lock if lockres refresh failed
           * inotify: remove broken mask checks causing unmount to be EINVAL
           * s390/kvm: Fix store status for ACRS/FPRS
           * KVM: s390: Handle hosts not supporting s390-virtio.
           * mmu_notifier_unregister NULL Pointer deref and multiple ->release() callouts
           * mm: mmu_notifier: make the mmu_notifier srcu static
           * mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely schedule
           * Driver core: treat unregistered bus_types as having no devices
           * xen: Send spinlock IPI to all waiters
           * tty: set_termios/set_termiox should not return -EINTR
           * ALSA: rme32.c irq enabling after spin_lock_irq
           * ALSA: ali5451: remove irq enabling in pointer callback
           * hrtimer: Prevent hrtimer_enqueue_reprogram race
           * posix-cpu-timers: Fix nanosleep task_struct leak
           * genirq: Avoid deadlock in spurious handling
           * timeconst.pl: Eliminate Perl warning
           * mm: fix pageblock bitmap allocation
           * x86-32, mm: Remove reference to resume_map_numa_kva()
           * 3.0.66
           * printk: fix buffer overflow when calling log_prefix function from call_console_drivers

       The following commits have already been applied to Oneiric:

           * xen/netback: check correct frag when looking for head frag
           * NLS: improve UTF8 -> UTF16 string conversion routine
           * fb: Yet another band-aid for fixing lockdep mess
           * media: rc: unlock on error in show_protocols()
           * ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()
           * ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL
           * wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task

Brad Figg (brad-figg)
tags: added: kernel-stable-tracking-bug
Brad Figg (brad-figg)
description: updated
Changed in linux (Ubuntu Oneiric):
status: New → Fix Committed
assignee: nobody → Brad Figg (brad-figg)
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 (7.9 KiB)

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

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

  [Steve Conklin]

  * Release Tracking Bug
    - LP: #1158340

  [ Upstream Kernel Changes ]

  * printk: fix buffer overflow when calling log_prefix function from
    call_console_drivers
    - LP: #1145196
  * 3.0.66
    - LP: #1145196
  * x86-32, mm: Remove reference to resume_map_numa_kva()
    - LP: #1145196
  * mm: fix pageblock bitmap allocation
    - LP: #1145196
  * timeconst.pl: Eliminate Perl warning
    - LP: #1145196
  * genirq: Avoid deadlock in spurious handling
    - LP: #1145196
  * posix-cpu-timers: Fix nanosleep task_struct leak
    - LP: #1145196
  * hrtimer: Prevent hrtimer_enqueue_reprogram race
    - LP: #1145196
  * ALSA: ali5451: remove irq enabling in pointer callback
    - LP: #1145196
  * ALSA: rme32.c irq enabling after spin_lock_irq
    - LP: #1145196
  * tty: set_termios/set_termiox should not return -EINTR
    - LP: #1145196
  * xen: Send spinlock IPI to all waiters
    - LP: #1011792, #1145196
  * Driver core: treat unregistered bus_types as having no devices
    - LP: #1145196
  * mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may
    safely schedule
    - LP: #1145196
  * mm: mmu_notifier: make the mmu_notifier srcu static
    - LP: #1145196
  * mmu_notifier_unregister NULL Pointer deref and multiple ->release()
    callouts
    - LP: #1145196
  * KVM: s390: Handle hosts not supporting s390-virtio.
    - LP: #1145196
  * s390/kvm: Fix store status for ACRS/FPRS
    - LP: #1145196
  * inotify: remove broken mask checks causing unmount to be EINVAL
    - LP: #1145196
  * ocfs2: unlock super lock if lockres refresh failed
    - LP: #1145196
  * drivers/video/backlight/adp88?0_bl.c: fix resume
    - LP: #1145196
  * tmpfs: fix use-after-free of mempolicy object
    - LP: #1145196
  * mm/fadvise.c: drain all pagevecs if POSIX_FADV_DONTNEED fails to
    discard all pages
    - LP: #1145196
  * NLM: Ensure that we resend all pending blocking locks after a reclaim
    - LP: #1145196
  * p54usb: corrected USB ID for T-Com Sinus 154 data II
    - LP: #1145196
  * ALSA: usb-audio: fix Roland A-PRO support
    - LP: #1145196
  * ALSA: usb: Fix Processing Unit Descriptor parsers
    - LP: #1145196
  * ext4: Free resources in some error path in ext4_fill_super
    - LP: #1145196
  * ext4: add missing kfree() on error return path in add_new_gdb()
    - LP: #1145196
  * sunvdc: Fix off-by-one in generic_request().
    - LP: #1145196
  * drm/usb: bind driver to correct device
    - LP: #1145196
  * drm/i915: disable shared panel fitter for pipe
    - LP: #1145196
  * staging: comedi: disallow COMEDI_DEVCONFIG on non-board minors
    - LP: #1145196
  * staging: vt6656: Fix URB submitted while active warning.
    - LP: #1145196
  * ARM: PXA3xx: program the CSMSADRCFG register
    - LP: #1145196
  * powerpc/kexec: Disable hard IRQ before kexec
    - LP: #1145196
  * Purge existing TLB entries in set_pte_at and ptep_set_wrprotect
    - LP: #1145196
  * pcmcia/vrc4171: Add missing spinlock init
    - LP: #1145196
  * fbcon: don't lose the console font across generic->chip driver switch
    - L...

Read more...

Changed in linux (Ubuntu Oneiric):
status: Fix Committed → Fix Released
Changed in linux (Ubuntu):
status: New → Invalid
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.