** 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.16 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.16 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.16 stable release:
  
-        The following patches are in the 3.0.16 stable release:
+ Linux 3.0.14
+ drm/i915: Fix PCH port pipe select in CPT disable paths
+ KVM: x86: Prevent starting PIT timers in the absence of irqchip support
+ Linux 3.0.15
+ ARM: OMAP: rx51: fix USB
+ ipip, sit: copy parms.name after register_netdevice
+ rtc: m41t80: Workaround broken alarm functionality
+ drm/i915: prevent division by zero when asking for chipset power
+ cfq-iosched: free cic_index if blkio_alloc_blkg_stats fails
+ cfq-iosched: fix cfq_cic_link() race confition
+ SCSI: zfcp: return early from slave_destroy if slave_alloc returned early
+ SCSI: mpt2sas: _scsih_smart_predicted_fault uses GFP_KERNEL in interrupt 
context
+ SCSI: fcoe: Fix preempt count leak in fcoe_filter_frames()
+ mac80211: fix another race in aggregation start
+ block: initialize request_queue's numa node during
+ ssb: fix init regression with SoCs
+ MXC PWM: should active during DOZE/WAIT/DBG mode
+ Input: synaptics - fix touchpad not working after S2R on Vostro V13
+ percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addresses
+ binary_sysctl(): fix memory leak
+ oom: fix integer overflow of points in oom_badness
+ oprofile: Fix uninitialized memory access when writing to writing to 
oprofilefs
+ NFSv4.1: Ensure that we handle _all_ SEQUENCE status bits.
+ SELinux: Fix RCU deref check warning in sel_netport_insert()
+ nilfs2: unbreak compat ioctl
+ mmc: vub300: fix type of firmware_rom_wait_states module parameter
+ cgroups: fix a css_set not found bug in cgroup_attach_proc
+ mfd: Fix twl-core oops while calling twl_i2c_* for unbound driver
+ vfs: __read_cache_page should use gfp argument rather than GFP_KERNEL
+ media: s5p-fimc: Use correct fourcc for RGB565 colour format
+ ath9k: fix max phy rate at rate control init
+ iwlwifi: do not set the sequence control bit is not needed
+ iwlwifi: allow to switch to HT40 if not associated
+ memcg: keep root group unchanged if creation fails
+ VFS: Fix race between CPU hotplug and lglocks
+ ARM:imx:fix pwm period value
+ ARM: 7214/1: mmc: mmci: Fixup handling of MCI_STARTBITERR
+ ARM: 7220/1: mmc: mmci: Fixup error handling for dma
+ oprofile, arm/sh: Fix oprofile_arch_exit() linkage issue
+ futex: Fix uninterruptible loop due to gate_area
+ watchdog: hpwdt: Changes to handle NX secure bit in 32bit path
+ drm/radeon/kms: bail on BTC parts if MC ucode is missing
+ mm: hugetlb: fix non-atomic enqueue of huge page
+ mpt2sas: fix non-x86 crash on shutdown
+ sparc64: Fix MSIQ HV call ordering in pci_sun4v_msiq_build_irq().
+ sparc32: Be less strict in matching %lo part of relocation.
+ sparc64: Patch sun4v code sequences properly on module load.
+ sparc: Kill custom io_remap_pfn_range().
+ sparc32: Remove non-kernel code from memcpy implementation.
+ sparc32: Remove uses of %g7 in memcpy implementation.
+ sparc32: Correct the return value of memcpy.
+ sparc64: Fix masking and shifting in VIS fpcmp emulation.
+ sparc: Fix handling of orig_i0 wrt. debugging when restarting syscalls.
+ net: bpf_jit: fix an off-one bug in x86_64 cond jump target 
+ ppp: fix pptp double release_sock in pptp_bind()
+ llc: llc_cmsg_rcv was getting called after sk_eat_skb.
+ mqprio: Avoid panic if no options are provided
+ net: have ipconfig not wait if no dev is available
+ sch_gred: should not use GFP_KERNEL while holding a spinlock
+ sctp: fix incorrect overflow check on autoclose
+ sctp: Do not account for sizeof(struct sk_buff) in estimated rwnd
+ ipv4: flush route cache after change accept_local
+ ipv4: reintroduce route cache garbage collector
+ ipv4: using prefetch requires including prefetch.h
+ iwlwifi: update SCD BC table for all SCD queues
+ mfd: Fix mismatch in twl4030 mutex lock-unlock
+ mfd: Copy the device pointer to the twl4030-madc structure
+ mfd: Check for twl4030-madc NULL pointer
+ mfd: Turn on the twl4030-madc MADC clock
+ xen/swiotlb: Use page alignment for early buffer allocation.
+ xfs: log the inode in ->write_inode calls for kupdate 
+ xfs: log all dirty inodes in xfs_fs_sync_fs
+ drm/radeon/kms/atom: fix possible segfault in pm setup
+ hung_task: fix false positive during vfork
+ Revert "rtc: Disable the alarm in the hardware"
+ ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE race
+ ath9k: Fix kernel panic in AR2427 in AP mode
+ Linux 3.0.16

** Description changed:

  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.16 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.16 stable release:
  
- Linux 3.0.14
- drm/i915: Fix PCH port pipe select in CPT disable paths
- KVM: x86: Prevent starting PIT timers in the absence of irqchip support
  Linux 3.0.15
  ARM: OMAP: rx51: fix USB
  ipip, sit: copy parms.name after register_netdevice
  rtc: m41t80: Workaround broken alarm functionality
  drm/i915: prevent division by zero when asking for chipset power
  cfq-iosched: free cic_index if blkio_alloc_blkg_stats fails
  cfq-iosched: fix cfq_cic_link() race confition
  SCSI: zfcp: return early from slave_destroy if slave_alloc returned early
  SCSI: mpt2sas: _scsih_smart_predicted_fault uses GFP_KERNEL in interrupt 
context
  SCSI: fcoe: Fix preempt count leak in fcoe_filter_frames()
  mac80211: fix another race in aggregation start
  block: initialize request_queue's numa node during
  ssb: fix init regression with SoCs
  MXC PWM: should active during DOZE/WAIT/DBG mode
  Input: synaptics - fix touchpad not working after S2R on Vostro V13
  percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addresses
  binary_sysctl(): fix memory leak
  oom: fix integer overflow of points in oom_badness
  oprofile: Fix uninitialized memory access when writing to writing to 
oprofilefs
  NFSv4.1: Ensure that we handle _all_ SEQUENCE status bits.
  SELinux: Fix RCU deref check warning in sel_netport_insert()
  nilfs2: unbreak compat ioctl
  mmc: vub300: fix type of firmware_rom_wait_states module parameter
  cgroups: fix a css_set not found bug in cgroup_attach_proc
  mfd: Fix twl-core oops while calling twl_i2c_* for unbound driver
  vfs: __read_cache_page should use gfp argument rather than GFP_KERNEL
  media: s5p-fimc: Use correct fourcc for RGB565 colour format
  ath9k: fix max phy rate at rate control init
  iwlwifi: do not set the sequence control bit is not needed
  iwlwifi: allow to switch to HT40 if not associated
  memcg: keep root group unchanged if creation fails
  VFS: Fix race between CPU hotplug and lglocks
  ARM:imx:fix pwm period value
  ARM: 7214/1: mmc: mmci: Fixup handling of MCI_STARTBITERR
  ARM: 7220/1: mmc: mmci: Fixup error handling for dma
  oprofile, arm/sh: Fix oprofile_arch_exit() linkage issue
  futex: Fix uninterruptible loop due to gate_area
  watchdog: hpwdt: Changes to handle NX secure bit in 32bit path
  drm/radeon/kms: bail on BTC parts if MC ucode is missing
  mm: hugetlb: fix non-atomic enqueue of huge page
  mpt2sas: fix non-x86 crash on shutdown
  sparc64: Fix MSIQ HV call ordering in pci_sun4v_msiq_build_irq().
  sparc32: Be less strict in matching %lo part of relocation.
  sparc64: Patch sun4v code sequences properly on module load.
  sparc: Kill custom io_remap_pfn_range().
  sparc32: Remove non-kernel code from memcpy implementation.
  sparc32: Remove uses of %g7 in memcpy implementation.
  sparc32: Correct the return value of memcpy.
  sparc64: Fix masking and shifting in VIS fpcmp emulation.
  sparc: Fix handling of orig_i0 wrt. debugging when restarting syscalls.
- net: bpf_jit: fix an off-one bug in x86_64 cond jump target 
+ net: bpf_jit: fix an off-one bug in x86_64 cond jump target
  ppp: fix pptp double release_sock in pptp_bind()
  llc: llc_cmsg_rcv was getting called after sk_eat_skb.
  mqprio: Avoid panic if no options are provided
  net: have ipconfig not wait if no dev is available
  sch_gred: should not use GFP_KERNEL while holding a spinlock
  sctp: fix incorrect overflow check on autoclose
  sctp: Do not account for sizeof(struct sk_buff) in estimated rwnd
  ipv4: flush route cache after change accept_local
  ipv4: reintroduce route cache garbage collector
  ipv4: using prefetch requires including prefetch.h
  iwlwifi: update SCD BC table for all SCD queues
  mfd: Fix mismatch in twl4030 mutex lock-unlock
  mfd: Copy the device pointer to the twl4030-madc structure
  mfd: Check for twl4030-madc NULL pointer
  mfd: Turn on the twl4030-madc MADC clock
  xen/swiotlb: Use page alignment for early buffer allocation.
- xfs: log the inode in ->write_inode calls for kupdate 
+ xfs: log the inode in ->write_inode calls for kupdate
  xfs: log all dirty inodes in xfs_fs_sync_fs
  drm/radeon/kms/atom: fix possible segfault in pm setup
  hung_task: fix false positive during vfork
  Revert "rtc: Disable the alarm in the hardware"
  ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE race
  ath9k: Fix kernel panic in AR2427 in AP mode
  Linux 3.0.16

** Description changed:

  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.16 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.16 stable release:
  
- Linux 3.0.15
+ KVM: x86: Prevent starting PIT timers in the absence of irqchip 
supportdrm/i915: Fix PCH port pipe select in CPT disable pathsLinux 3.0.15
  ARM: OMAP: rx51: fix USB
  ipip, sit: copy parms.name after register_netdevice
  rtc: m41t80: Workaround broken alarm functionality
  drm/i915: prevent division by zero when asking for chipset power
  cfq-iosched: free cic_index if blkio_alloc_blkg_stats fails
  cfq-iosched: fix cfq_cic_link() race confition
  SCSI: zfcp: return early from slave_destroy if slave_alloc returned early
  SCSI: mpt2sas: _scsih_smart_predicted_fault uses GFP_KERNEL in interrupt 
context
  SCSI: fcoe: Fix preempt count leak in fcoe_filter_frames()
  mac80211: fix another race in aggregation start
  block: initialize request_queue's numa node during
  ssb: fix init regression with SoCs
  MXC PWM: should active during DOZE/WAIT/DBG mode
  Input: synaptics - fix touchpad not working after S2R on Vostro V13
  percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addresses
  binary_sysctl(): fix memory leak
  oom: fix integer overflow of points in oom_badness
  oprofile: Fix uninitialized memory access when writing to writing to 
oprofilefs
  NFSv4.1: Ensure that we handle _all_ SEQUENCE status bits.
  SELinux: Fix RCU deref check warning in sel_netport_insert()
  nilfs2: unbreak compat ioctl
  mmc: vub300: fix type of firmware_rom_wait_states module parameter
  cgroups: fix a css_set not found bug in cgroup_attach_proc
  mfd: Fix twl-core oops while calling twl_i2c_* for unbound driver
  vfs: __read_cache_page should use gfp argument rather than GFP_KERNEL
  media: s5p-fimc: Use correct fourcc for RGB565 colour format
  ath9k: fix max phy rate at rate control init
  iwlwifi: do not set the sequence control bit is not needed
  iwlwifi: allow to switch to HT40 if not associated
  memcg: keep root group unchanged if creation fails
  VFS: Fix race between CPU hotplug and lglocks
  ARM:imx:fix pwm period value
  ARM: 7214/1: mmc: mmci: Fixup handling of MCI_STARTBITERR
  ARM: 7220/1: mmc: mmci: Fixup error handling for dma
  oprofile, arm/sh: Fix oprofile_arch_exit() linkage issue
  futex: Fix uninterruptible loop due to gate_area
  watchdog: hpwdt: Changes to handle NX secure bit in 32bit path
  drm/radeon/kms: bail on BTC parts if MC ucode is missing
  mm: hugetlb: fix non-atomic enqueue of huge page
  mpt2sas: fix non-x86 crash on shutdown
  sparc64: Fix MSIQ HV call ordering in pci_sun4v_msiq_build_irq().
  sparc32: Be less strict in matching %lo part of relocation.
  sparc64: Patch sun4v code sequences properly on module load.
  sparc: Kill custom io_remap_pfn_range().
  sparc32: Remove non-kernel code from memcpy implementation.
  sparc32: Remove uses of %g7 in memcpy implementation.
  sparc32: Correct the return value of memcpy.
  sparc64: Fix masking and shifting in VIS fpcmp emulation.
  sparc: Fix handling of orig_i0 wrt. debugging when restarting syscalls.
  net: bpf_jit: fix an off-one bug in x86_64 cond jump target
  ppp: fix pptp double release_sock in pptp_bind()
  llc: llc_cmsg_rcv was getting called after sk_eat_skb.
  mqprio: Avoid panic if no options are provided
  net: have ipconfig not wait if no dev is available
  sch_gred: should not use GFP_KERNEL while holding a spinlock
  sctp: fix incorrect overflow check on autoclose
  sctp: Do not account for sizeof(struct sk_buff) in estimated rwnd
  ipv4: flush route cache after change accept_local
  ipv4: reintroduce route cache garbage collector
  ipv4: using prefetch requires including prefetch.h
  iwlwifi: update SCD BC table for all SCD queues
  mfd: Fix mismatch in twl4030 mutex lock-unlock
  mfd: Copy the device pointer to the twl4030-madc structure
  mfd: Check for twl4030-madc NULL pointer
  mfd: Turn on the twl4030-madc MADC clock
  xen/swiotlb: Use page alignment for early buffer allocation.
  xfs: log the inode in ->write_inode calls for kupdate
  xfs: log all dirty inodes in xfs_fs_sync_fs
  drm/radeon/kms/atom: fix possible segfault in pm setup
  hung_task: fix false positive during vfork
  Revert "rtc: Disable the alarm in the hardware"
  ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE race
  ath9k: Fix kernel panic in AR2427 in AP mode
  Linux 3.0.16

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

Title:
  Oneiric update to 3.0.16 stable release

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

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

Reply via email to