Public bug reported:

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

smsc95xx: mark link down on startup and let PHY interrupt deal with carrier 
changes
xen/pte: Fix crashes when trying to see non-existent PGD/PMD/PUD/PTEs
xen/pci: don't use PCI BIOS service for configuration space accesses
percpu, x86: don't use PMD_SIZE as embedded atom_size on 32bit
asm-generic: Use __BITS_PER_LONG in statfs.h
Fix __read_seqcount_begin() to use ACCESS_ONCE for sequence value read
ARM: 7410/1: Add extra clobber registers for assembly in kernel_execve
ARM: 7414/1: SMP: prevent use of the console when using idmap_pgd
regulator: Fix the logic to ensure new voltage setting in valid range
ARM: orion5x: Fix GPIO enable bits for MPP9
asix: Fix tx transfer padding for full-speed USB
netem: fix possible skb leak
net: In unregister_netdevice_notifier unregister the netdevices.
net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsg
sky2: propogate rx hash when packet is copied
sky2: fix receive length error in mixed non-VLAN/VLAN traffic
tg3: Avoid panic from reserved statblk field access
sungem: Fix WakeOnLan
tcp: change tcp_adv_win_scale and tcp_rmem[2]
sony-laptop: Enable keyboard backlight by default
ALSA: echoaudio: Remove incorrect part of assertion
ALSA: HDA: Lessen CPU usage when waiting for chip to respond
usbnet: fix skb traversing races during unlink(v2)
namespaces, pid_ns: fix leakage on fork() failure
sparc64: Do not clobber %g2 in xcall_fetch_glob_regs().
ARM: prevent VM_GROWSDOWN mmaps extending below FIRST_USER_ADDRESS
Revert "UBUNTU: SAUCE: ite-cir: postpone ISR registration"
media: rc: Postpone ISR registration
cdc_ether: Ignore bogus union descriptor for RNDIS devices
cdc_ether: add Novatel USB551L device IDs for FLAG_WWAN
percpu: pcpu_embed_first_chunk() should free unused parts after all allocs are 
complete
hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()
mm: nobootmem: fix sign extend problem in __free_pages_memory()
jffs2: Fix lock acquisition order bug in gc path
arch/tile: apply commit 74fca9da0 to the compat signal handling as well
crypto: mv_cesa requires on CRYPTO_HASH to build
MD: Add del_timer_sync to mddev_suspend (fix nasty panic)
tcp: do_tcp_sendpages() must try to push data out on oom conditions
init: don't try mounting device as nfs root unless type fully matches
ext4: avoid deadlock on sync-mounted FS w/o journal
NFSv4: Revalidate uid/gid after open
memcg: free spare array to avoid memory leak
compat: Fix RT signal mask corruption via sigprocmask
ext3: Fix error handling on inode bitmap corruption
ext4: fix error handling on inode bitmap corruption
ACPI / PM: Add Sony Vaio VPCCW29FX to nonvs blacklist.
SCSI: hpsa: Add IRQF_SHARED back in for the non-MSI(X) interrupt handler
wake up s_wait_unfrozen when ->freeze_fs fails
pch_gpio: Support new device LAPIS Semiconductor ML7831 IOH
pch_gbe: fixed the issue which receives an unnecessary packet.
pch_gbe: support ML7831 IOH
pch_gbe: Fixed the issue on which PC was frozen when link was downed.
pch_gbe: Do not abort probe on bad MAC
pch_gbe: memory corruption calling pch_gbe_validate_option()
ia64: Add accept4() syscall
Linux 3.0.32

** Affects: linux (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: linux (Ubuntu Oneiric)
     Importance: Undecided
         Status: Fix Committed


** Tags: kernel-stable-tracking-bug

** Tags added: kernel-stable-tracking-bug

** Also affects: linux (Ubuntu Oneiric)
   Importance: Undecided
       Status: New

** Description changed:

+ SRU Justification
  
-     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.32 upstream stable
+        patch set is now available. It should be included in the Ubuntu
+        kernel as well.
  
-     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.32 upstream stable
-        patch set is now available. It should be included in the Ubuntu
-        kernel as well.
+        git://git.kernel.org/
  
-        git://git.kernel.org/
+     TEST CASE: TBD
  
-     TEST CASE: TBD
+        The following patches are in the 3.0.32 stable release:
  
-        The following patches are in the 3.0.32 stable release:
+ smsc95xx: mark link down on startup and let PHY interrupt deal with carrier 
changes
+ xen/pte: Fix crashes when trying to see non-existent PGD/PMD/PUD/PTEs
+ xen/pci: don't use PCI BIOS service for configuration space accesses
+ percpu, x86: don't use PMD_SIZE as embedded atom_size on 32bit
+ asm-generic: Use __BITS_PER_LONG in statfs.h
+ Fix __read_seqcount_begin() to use ACCESS_ONCE for sequence value read
+ ARM: 7410/1: Add extra clobber registers for assembly in kernel_execve
+ ARM: 7414/1: SMP: prevent use of the console when using idmap_pgd
+ regulator: Fix the logic to ensure new voltage setting in valid range
+ ARM: orion5x: Fix GPIO enable bits for MPP9
+ asix: Fix tx transfer padding for full-speed USB
+ netem: fix possible skb leak
+ net: In unregister_netdevice_notifier unregister the netdevices.
+ net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsg
+ sky2: propogate rx hash when packet is copied
+ sky2: fix receive length error in mixed non-VLAN/VLAN traffic
+ tg3: Avoid panic from reserved statblk field access
+ sungem: Fix WakeOnLan
+ tcp: change tcp_adv_win_scale and tcp_rmem[2]
+ sony-laptop: Enable keyboard backlight by default
+ ALSA: echoaudio: Remove incorrect part of assertion
+ ALSA: HDA: Lessen CPU usage when waiting for chip to respond
+ usbnet: fix skb traversing races during unlink(v2)
+ namespaces, pid_ns: fix leakage on fork() failure
+ sparc64: Do not clobber %g2 in xcall_fetch_glob_regs().
+ ARM: prevent VM_GROWSDOWN mmaps extending below FIRST_USER_ADDRESS
+ Revert "UBUNTU: SAUCE: ite-cir: postpone ISR registration"
+ media: rc: Postpone ISR registration
+ cdc_ether: Ignore bogus union descriptor for RNDIS devices
+ cdc_ether: add Novatel USB551L device IDs for FLAG_WWAN
+ percpu: pcpu_embed_first_chunk() should free unused parts after all allocs 
are complete
+ hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()
+ mm: nobootmem: fix sign extend problem in __free_pages_memory()
+ jffs2: Fix lock acquisition order bug in gc path
+ arch/tile: apply commit 74fca9da0 to the compat signal handling as well
+ crypto: mv_cesa requires on CRYPTO_HASH to build
+ MD: Add del_timer_sync to mddev_suspend (fix nasty panic)
+ tcp: do_tcp_sendpages() must try to push data out on oom conditions
+ init: don't try mounting device as nfs root unless type fully matches
+ ext4: avoid deadlock on sync-mounted FS w/o journal
+ NFSv4: Revalidate uid/gid after open
+ memcg: free spare array to avoid memory leak
+ compat: Fix RT signal mask corruption via sigprocmask
+ ext3: Fix error handling on inode bitmap corruption
+ ext4: fix error handling on inode bitmap corruption
+ ACPI / PM: Add Sony Vaio VPCCW29FX to nonvs blacklist.
+ SCSI: hpsa: Add IRQF_SHARED back in for the non-MSI(X) interrupt handler
+ wake up s_wait_unfrozen when ->freeze_fs fails
+ pch_gpio: Support new device LAPIS Semiconductor ML7831 IOH
+ pch_gbe: fixed the issue which receives an unnecessary packet.
+ pch_gbe: support ML7831 IOH
+ pch_gbe: Fixed the issue on which PC was frozen when link was downed.
+ pch_gbe: Do not abort probe on bad MAC
+ pch_gbe: memory corruption calling pch_gbe_validate_option()
+ ia64: Add accept4() syscall
+ Linux 3.0.32

** Changed in: linux (Ubuntu Oneiric)
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1002880

Title:
  Oneiric update to 3.0.32 stable release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1002880/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to