[Lucid][pull request] Update to 2.6.32.11 stable kernel

Andy Whitcroft apw at canonical.com
Thu Apr 8 11:20:43 UTC 2010


On Sat, Apr 03, 2010 at 01:30:58PM +0200, Stefan Bader wrote:
> Hi All,
> 
> http://bugs.launchpad.net/bugs/553837
> 
> The 2.6.32.11 stable kernel has recently been released.
> 
> http://kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.32.11
> http://kernel.org/pub/linux/kernel/v2.6/patch-2.6.32.11.bz2
> 
> The 2.6.32.11 upstream stable kernel brings in 115 patches. As we carry
> the DRM stack from 2.6.33, all patches that affect DRM have been dropped
> (3) and replaced by DRM patches from 2.6.33.2 (3 patches).
> 
> The upstream process for stable tree updates is quite similar in scope
> to the Ubuntu SRU process. e.g: each patch demonstrably fixes a bug and
> is vetted by upstream either by originating directly from Linus' tree or
> by being minimally backported from some patch in Linus' tree.
> 
> The next upstream release (2.6.32.12) is already queuing up. As it looks now,
> this will bring a majority of drm and xfs patches.

I have looked them over and the huge majority seem fine.  There are a
couple which only touch unsupported architectures but in line with out
policy to take all stable updates we should pick those up also.

Overall I am happy to ack, my raw review comments are below.

Acked-by: Andy Whitcroft <apw at canonical.com>

-apw


commit 4a4756917ea5216e695cd53e8762acb704de4bec
Author: Julia Lawall <julia at diku.dk>

    drivers/scsi/ses.c: eliminate double free

Looks to do what it claims, prevents double free.
# Type: NEW

commit 98607c8f15d77d9d1b4490d2f4bbb52d6e7ca7dc
Author: Russell King <rmk at arm.linux.org.uk>

    decompress: fix new decompressor for PIC

Looks to be a pre-requisite patch.  Seems benign when not triggered.
# Type: NEW

commit 4f438f6771432d2027c67541b6d8280e91eb2e08
Author: Russell King <rmk+kernel at arm.linux.org.uk>

    ARM: Fix decompressor's kernel size estimation for ROM=y

Much ARM assembly, the description looks reasonable, should only affect
arm booting and be obvious if wrong.
# Type: NEW

commit 86c31c62ba2131adc731d20655e1082503f57664
Author: David Daney <ddaney at caviumnetworks.com>

    MIPS: Cleanup forgotten label_module_alloc in tlbex.c

Drops redundant code, affects MIPS only.
# Type: NEW

commit f4aa47d30d813a5b9f4668d4c53555b77ad3f313
Author: Louis Rilling <Louis.Rilling at kerlabs.com>

    tg3: Fix tg3_poll_controller() passing wrong pointer to tg3_interrupt()

Fixes an Oops.  Seems sane.
# Type: NEW

commit d6c20bff9f9456c02a290601705c3a40b2865795
Author: Matt Carlson <mcarlson at broadcom.com>

    tg3: Fix 5906 transmit hangs

Networking hang fix.  Picks out frames <= 8 bytes for special handling
to avoid H/W bug.
# Type: NEW

commit 3101dec6e4356797ac33715822f8f6d6c99c5987
Author: Takashi Iwai <tiwai at suse.de>

    ALSA: hda - Fix input source elements of secondary ADCs on Realtek

Fixes badly reported audio elements on Realtek codecs.
# Type: NEW

commit 3558e545412ccfff55c390cef67bd6aeff3caf1d
Author: Daniel T Chen <crimsun at ubuntu.com>

    ALSA: hda: enable MSI for Gateway M-6866

Audio quirk for a Gateway M-6866, low risk.
# Type: NEW

commit 67d52a5a2c4c242dc48c7d050d48177739f22fca
Author: john stultz <johnstul at us.ibm.com>

    timekeeping: Prevent oops when GENERIC_TIME=n

Ooops fix.  Looks sane.
# Type: NEW

commit eec34841da6f02a68b3dc975a9253fe5bf195a9e
Author: Thomas Bächler <thomas at archlinux.org>

    Input: alps - add support for the touchpad on Toshiba Tecra A11-11L

Adds a single device quirk for the Tecra.
# Type: NEW

commit 8c1a11e6619575ee2f03fd020a36283f173249b9
Author: Christoph Fritz <chf.fritz at googlemail.com>

    Input: i8042 - add ALDI/MEDION netbook E1222 to qurik reset table

Adds a single device quirk for the E1222 touchpad.
# Type: NEW

commit 267239453b95ad67a7d3a61973014e64f715c478
Author: Jean Delvare <khali at linux-fr.org>

    i2c-i801: Don't use the block buffer for I2C block writes

Use the anecdotally correct buffer for block writes.  Affects a single
I2C controller.
# Type: NEW

commit 6c35d958fe34c404c1927673ae598e0248584a24
Author: Bob Copeland <me at bobcopeland.com>

    ath5k: dont use external sleep clock in AP mode

hostap mode on ath5k can cause interrupt floods, disables sleep clock in this
case.  Not common use model.
# Type: NEW

commit 8449154c21fa47708cacff70f4736ec0531fb285
Author: Bob Copeland <me at bobcopeland.com>

    ath5k: fix setup for CAB queue

Works round stuck frames on ath5k, avoiding badly docuented or broken H/W.
# Type: NEW

commit a14b49811e592648c3c824459a6bdfbea209f133
Author: Lai Jiangshan <laijs at cn.fujitsu.com>

    ring-buffer: Move disabled check into preempt disable section

Fix for ftrace buffer locking.
# Type: NEW

commit 60d69a85bcb9c980e17a2e8ffd034a669f58e893
Author: Steven Rostedt <srostedt at redhat.com>

    function-graph: Init curr_ret_stack with ret_stack

Fixes potential Ooops in ftrace handling on allocation failure.
# Type: NEW

commit 1676a11f5ac1365e895877f4fad42af213c63a21
Author: Stefan Bader <stefan.bader at canonical.com>

    Revert "(pre-stable) Bluetooth: Fix sleeping function in RFCOMM within invalid context"

Revert for replacement.
# Type: NEW

commit f3af73afcaed396a60e71303964e4cb80a28dc1c
Author: Marcel Holtmann <marcel at holtmann.org>

    Bluetooth: Fix sleeping function in RFCOMM within invalid context

Replacement already acked.
# Type: NEW

commit 48330527f0a3b5a70d8169385d1c2f5393c809cc
Author: Steven Rostedt <srostedt at redhat.com>

    tracing: Use same local variable when resetting the ring buffer

Ftrace related.  Ensure we reset the same buffer we switched.  Looks sane.  
# Type: NEW

commit 451e145aa8e8fe6bfdeccf2fa8b593765bcfc375
Author: Steven Rostedt <srostedt at redhat.com>

    tracing: Disable buffer switching when starting or stopping trace

Ftrace related.  Ensure the buffer cannot switch while enabling or disabling
tracing.
# Type: NEW

commit b2c9e228569d418b0b74d32825233f85b66f5ef4
Author: Steven Rostedt <srostedt at redhat.com>

    tracing: Do not record user stack trace from NMI context

Ftrace related.  Prevents user stack tracing in NMIs which would break the
in-progress page faults and crash the traced application.
# Type: NEW

commit 70d6d332fb4bff9b78f14739bbaab3e0d78e3d99
Author: Andrew Patterson <andrew.patterson at hp.com>

    PCI: unconditionally clear AER uncorr status register during cleanup

Fixes badly reported errors which bleed from one PCI operation to the next.
# Type: NEW

commit 504ee4ebc91c7cb5a6b4cae765df8524e6ecbb5e
Author: Marcin Slusarz <marcin.slusarz at gmail.com>

    efifb: fix framebuffer handoff

Fix for EFI framebuffer which leaks the framebuffer.  Not common as yet.
# Type: NEW

commit f640b2924293082359552128d07a8b365b9948df
Author: Neil Horman <nhorman at tuxdriver.com>

    coredump: suppress uid comparison test if core output files are pipes

Fixes coredumping for non-root processes.
# Type: NEW

commit b56c5f87835c267a8e9e91c27975a1c1f43ce181
Author: Francesco Lavra <francescolavra at interfree.it>

    V4L/DVB (13961): em28xx-dvb: fix memleak in dvb_fini()

Fixes memory leak.  Device specific.
# Type: NEW

commit 4276b5b7b2f0baba862878a7d0e4fa25d0e8c4b9
Author: Thomas Gleixner <tglx at linutronix.de>

    hrtimer: Tune hrtimer_interrupt hang logic

Changes hrtimer backoff logic to better handle running in a virtual machine.
# Type: NEW

commit 0d8028fd8973f5b8aea1aca74880b86625183128
Author: Suresh Siddha <suresh.b.siddha at intel.com>

    x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUs

Takes hotplug CPU count into account when selecting APIC modes.  Good for
larger machines.
# Type: NEW

commit d75e369e761381bcd879778e950c803b8c2e7545
Author: Srinivas <satyasrinivasp at hcl.in>

    mvsas: add support for Adaptec ASC-1045/1405 SAS/SATA HBA

Adds a single extra supported device.
# Type: NEW

commit 092c762156f2fa87ecc91e815949262925fac6ca
Author: Alexander Duyck <alexander.h.duyck at intel.com>

    pci: add support for 82576NS serdes to existing SR-IOV quirk

Adds a single extra supported device.
# Type: NEW

commit df70f66efe92c815d7265a2ef610a37e59036968
Author: Peter Zijlstra <a.p.zijlstra at chello.nl>

    sched: Mark boot-cpu active before smp_init()

Ensures the boot CPU is marked alive to prevent the scheduler getting
confused when there is only one CPU.
# Type: NEW

commit 8addcc24b6ac00381f5023d3bfd548ed77df8840
Author: David S. Miller <davem at davemloft.net>

    sparc64: Make prom entry spinlock NMI safe.

Adds SMP and NMI safety to PROM handling, sparc only.
# Type: NEW

commit 69753f0ab67cf9f82a6be9c37cef33778f8311f4
Author: Kees Cook <kees.cook at canonical.com>

    sysctl: require CAP_SYS_RAWIO to set mmap_min_addr

Tightens up requirements for setting mmap_min_addr to make it harder
to escape.  Security related.
# Type: NEW

commit 551bf57580a873ba01c76fea6617b513835e6dde
Author: Bruce Allan <bruce.w.allan at intel.com>

    e1000e: enable new 82567V-3 device

Adds a single extra supported device.
# Type: NEW

commit d0969a92498a853fde7bd302adb31a2d86a7b23d
Author: Don Skidmore <donald.c.skidmore at intel.com>

    ixgbe: add support for 82599 KR device 0x1517

Adds a single extra supported device.
# Type: NEW

commit b8f7a4c8640b55f36dcd5a1fde5b9ff4e4bbd620
Author: Ming Lei <tom.leiming at gmail.com>

    ath9k: fix lockdep warning when unloading module

Fixes locking warning for ath9k.
# Type: NEW

commit e3b0ee6f145c1d127085eac84779a417e92c45d8
Author: André Goddard Rosa <andre.goddard at gmail.com>

    mqueue: fix mq_open() file descriptor leak on user-space processes

Fixes leak of FDs when using msg queues.
# Type: NEW

commit 9b1e21c4da9f3802dce93d93b97b3105c4ea5854
Author: Michael S. Tsirkin <mst at redhat.com>

    virtio: fix out of range array access

Fixes incorrect attempt to free unallocated IRQs via virtio.
# Type: NEW

commit 4e6dcde9546a67212355801ba2b46105d448ace5
Author: Suresh Siddha <suresh.b.siddha at intel.com>

    sched: Fix SCHED_MC regression caused by change in sched cpu_power

Fixes a regression on load-balancing for larger machines, particularly
those with multiple sockets.
# Type: NEW

commit aa1525dfee0896a4aed27f51cbe15b09cfe3007f
Author: Hisashi Hifumi <hifumi.hisashi at oss.ntt.co.jp>

    readahead: add blk_run_backing_dev

Performance fix for faster RAID devices.
# Type: NEW

commit 4f3709719aae6cba451ef144cafe1489a162a1aa
Author: Daniel T Chen <crimsun at ubuntu.com>

    ALSA: hda: Use LPIB and 6stack-dig for eMachines T5212

Audio device quirks for one machine.
# Type: NEW

commit b7bb66682df3dca98250a4cc2de1ea8af55f41a1
Author: Takashi Iwai <tiwai at suse.de>

    ALSA: hda - Disable MSI for Nvidia controller

Blanket MSI disable for Nvidia controllers.  Seems that they are mostly
broken with MSI.
# Type: NEW

commit c5fdda65514ef47d9bb77ccd7955f62323ca392c
Author: Takashi Iwai <tiwai at suse.de>

    ALSA: hda - Fix secondary ADC of ALC260 basic model

Audio fix for general ALC260 devices.
# Type: NEW

commit 2e68b760ea04f10461323fb56158cbae814339aa
Author: Daniel T Chen <crimsun at ubuntu.com>

    ALSA: hda: Fix 0 dB offset for HP laptops using CX20551 (Waikiki)

Device specific fix for distortion at maximum volume.
# Type: NEW

commit b03855b8dd1dfc2f7fd311bdc0210493437d0b7d
Author: Clemens Ladisch <clemens at ladisch.de>

    ALSA: cmipci: work around invalid PCM pointer

Device specific workaround for bad pointer reads.
# Type: NEW

commit 23958d30d496d355dc67d03fc8f8deb5f40917fa
Author: Tilman Schmidt <tilman at imap.cc>

    gigaset: correct clearing of at_state strings on RING

Ensure we correctly initlialise the RING buffer.
# Type: NEW

commit 80c6b6370a3c83f8034c511a25d7b4c3421957e0
Author: Tilman Schmidt <tilman at imap.cc>

    gigaset: prune use of tty_buffer_request_room

Avoids unnecessary buffer size check.
# Type: NEW

commit 11f5327e12622be49906c4723a34330d5222bce9
Author: John Kacur <jkacur at redhat.com>

    perf: Make the install relative to DESTDIR if specified

Fixes perf installation directory.  Need to confirm perf still builds ok.
# Type: NEW

commit 8fda3c183f7291a9456c393eb89daa5a6fdb053b
Author: Paul Mackerras <paulus at samba.org>

    perf_event: Fix oops triggered by cpu offline/online

Fixes perf event handling in the face of cpu hotplug.  Fixes Ooops.
# Type: NEW

commit 3584aafc63496f5437dae2d3d7015b6eab5fe737
Author: Ravikiran G Thirumalai <kiran at scalex86.org>

    tmpfs: fix oops on mounts with mpol=default

Fixes Oops when remounting a tmpfs.
# Type: NEW

commit e9eb69af7be02b91c68269385ee4e6a0f595b368
Author: KOSAKI Motohiro <kosaki.motohiro at jp.fujitsu.com>

    tmpfs: mpol=bind:0 don't cause mount error.

Fixed mount of a tmpfs bound explicitly to CPU 0.
# Type: NEW

commit dd529799cc1783c17bf8528cf7055f485aa727a7
Author: KOSAKI Motohiro <kosaki.motohiro at jp.fujitsu.com>

    tmpfs: handle MPOL_LOCAL mount option properly

Fixes mount of a tmpfs bound locally.
# Type: NEW

commit 817b2d4b1f007dcd1fd4720145b4215e47785526
Author: KOSAKI Motohiro <kosaki.motohiro at jp.fujitsu.com>

    tmpfs: cleanup mpol_parse_str()

Cleanup tmpfs memory policy handling.
# Type: NEW

commit 0b409b616860f39d0b896864a2ee2e9ed7a0829a
Author: KOSAKI Motohiro <kosaki.motohiro at jp.fujitsu.com>

    doc: add the documentation for mpol=local

Documentation update.  Zero risk.
# Type: NEW

commit 4628eab065c0aa235bfb0400fd26dc64e0916530
Author: Gal Rosen <galr at storwize.com>

    SCSI: scsi_transport_fc: Fix synchronization issue while deleting vport

Fixes delayed delete handling which makes it possible to attmempt a double
delete leading to a panic.
# Type: NEW

commit fa7def92c8d87bf10210b7d927bc07639a7713ac
Author: Trond Myklebust <Trond.Myklebust at netapp.com>

    NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode()

Ensure we do get a files attributes when we do not have them.
# Type: NEW

commit 862623466b8ae2453f1aee685eecd527a930afc7
Author: Trond Myklebust <Trond.Myklebust at netapp.com>

    NFS: Avoid a deadlock in nfs_release_page

Avoids a deadlock in NFS.
# Type: NEW

commit 6cd389922628056e04d71eb5a2dab508712d3b9c
Author: Trond Myklebust <Trond.Myklebust at netapp.com>

    NFS: Prevent another deadlock in nfs_release_page()

Avoids a memory allocation wait deadlock in NFS.
# Type: NEW

commit d456dfaadc0edcf2d3d57d691c41527d5b7db3d4
Author: Alan Cox <alan at linux.intel.com>

    tty: Keep the default buffering to sub-page units

Reduces buffer allocations to less than a page to reduce load on
VM for larger allocations.
# Type: NEW

commit c24365e4dde5ae2a3e4663d6de0199e45bdf78b0
Author: Mel Gorman <mel at csn.ul.ie>

    tty: Take a 256 byte padding into account when buffering below sub-page units

# Type: NEW
Further fix to the above commit.

commit fef4e41e91a99e29f0d9971c44cc0cd1ee553b2d
Author: Stefan Bader <stefan.bader at canonical.com>

    Revert "(pre-stable) USB: fix usbfs regression"

Revert for replacement.
# Type: NEW

commit c9d300888d79d4a1cab1b79d9a6cd6c840209a40
Author: Alan Stern <stern at rowland.harvard.edu>

    USB: fix usbfs regression

Replacement already acked.
# Type: NEW

commit 0ff52c0050070a27906a2f1386bdb33c48933583
Author: Clemens Ladisch <clemens at ladisch.de>

    USB: EHCI: fix ITD list order

Fixes USB capture order.
# Type: NEW

commit c3d586f4e528fd8725f90bc5b46b2788966778b8
Author: Clemens Ladisch <clemens at ladisch.de>

    USB: EHCI: adjust ehci_iso_stream for changes in ehci_qh

Fixes Oops in USB handling.
# Type: NEW

commit 138922198f7812a6a2998419c0832dacaeec661b
Author: Bernhard Rosenkraenzer <br at blankpage.ch>

    USB: qcserial: add new device ids

Adds a slew of new device ids.  A number for major vendors like Dell, Acer,
and Asus.
# Type: NEW

commit c21317786647e55c1982086c3feae6be4c54b0e4
Author: Andiry Xu <andiry.xu at amd.com>

    USB: xHCI: re-initialize cmd_completion

Ensure we close initialise a completion correctly to ensure we do wait
for endpoint completions.
# Type: NEW

commit e176d06b75c12a5ecdc23c6e4cd95f4a71b13866
Author: Daniel Sangorrin <daniel.sangorrin at gmail.com>

    USB: serial: ftdi: add CONTEC vendor and product id

Adds a new Device ID.
# Type: NEW

commit 1f83c86aa61692ecff965ddf55f5c50d9d206ceb
Author: Nathaniel McCallum <nathaniel at natemccallum.com>

    USB: option: fix incorrect manufacturer name in usb/serial/option: MAXON->CMOTECH

Corrects vendor ID for CMOTECH devices.
# Type: NEW

commit 51b6e12a8b08f4f39120e8f0be4598d8a8164307
Author: Nathaniel McCallum <nathaniel at natemccallum.com>

    USB: option: move hardcoded PID to a macro in usb/serial/option

Cleans up product ID for CMOTECH
# Type: NEW

commit 3f1cd1f226ccb3af83c783575f8c5ae3429bee6d
Author: Nathaniel McCallum <nathaniel at natemccallum.com>

    USB: option: add support for a new CMOTECH device to usb/serial/option

Adds a new device id.
# Type: NEW

commit 8080837bc41bae9d1f8726d6809c90111bb98797
Author: Yoshihiro Shimoda <shimoda.yoshihiro at renesas.com>

    usb: r8a66597-hcd: fix removed from an attached hub

Fix handling of device removal on specific USB hubs.
# Type: NEW

commit 10b46927bc85d1e805cb26fc3b04bd7268d7cd86
Author: Grazvydas Ignotas <notasas at gmail.com>

    wl1251: fix potential crash

Fix tie in between driver and debugfs.
# Type: NEW

commit 26edd4bb3bf005d12550b5ff9a200a979689635f
Author: Guo-Fu Tseng <cooldavid at cooldavid.org>

    jme: Fix VLAN memory leak

Fixes memory leak.
# Type: NEW

commit d3054fb0cee0be6b4f0cdc865e95483026af30cd
Author: Guo-Fu Tseng <cooldavid at cooldavid.org>

    jme: Protect vlgrp structure by pause RX actions.

Ensure we stop and restart recieve during configuration updates.
# Type: NEW

commit c9c8bc876c9128a246714b31680320c6f399aea9
Author: Borislav Petkov <borislav.petkov at amd.com>

    edac, mce: Filter out invalid values

Ensure the CPU field is only present when valid when producing EDAC update.
# Type: NEW

commit 7d98bf60a580933cbc18ddb359ab31fa3a9bbbdf
Author: Stanislaw Gruszka <sgruszka at redhat.com>

    iwlwifi: use dma_alloc_coherent
 
Improve allocation reliability.
# Type: NEW

commit 92f7f2f8b621c508689b778b8b29740ccc3aae3f
Author: Adel Gadllah <adel.gadllah at gmail.com>

    iwlwifi: Silence tfds_in_queue message

Reduce log level of messages to prevent logs filling.
# Type: NEW

commit 61a0ce6d17a02f581ad30e2013a5410b15b28ad4
Author: Trond Myklebust <Trond.Myklebust at netapp.com>

    SUNRPC: Fix a potential memory leak in auth_gss
 
Fixes memory leak in errors path.
# Type: NEW

commit 23533bb314dd779d04454d96d581e72bbc5bdbcf
Author: Dan Carpenter <error27 at gmail.com>

    sunrpc: handle allocation errors from __rpc_lookup_create()
 
Oops avoidance.  Correctly report memory allocation failures.
# Type: NEW

commit 2c2c19fd73db975703ea62b84b8bf042114fe265
Author: Paulius Zaleckas <paulius.zaleckas at gmail.com>

    if_tunnel.h: add missing ams/byteorder.h include

Header file fix affects userspace applications using kernel headers.
# Type: NEW

commit 47eefa52afeaea7dfa13ebe752771544cfb8ca85
Author: Daniel Taylor <Daniel.Taylor at wdc.com>

    fs/partitions/msdos: add support for large disks
 
Add partition table support for disks >2TB.
# Type: NEW

commit b90af613f64fff1fe26543e6e101d9b84c1a55e2
Author: OGAWA Hirofumi <hirofumi at mail.parknet.co.jp>

    fs/partition/msdos: fix unusable extended partition for > 512B sector

Fix extended partition handling with disks >2TB.
# Type: NEW

commit 456bbbc138794683fcf9e6852aab641128c8f43d
Author: Dean Nelson <dnelson at redhat.com>

    PCI: fix return value from pcix_get_max_mmrbc()

Ok.
# Type: NEW

commit 90ecc78d12acd3c67ae1a0252a46381db5f12231
Author: Dean Nelson <dnelson at redhat.com>

    PCI: fix access of PCI_X_CMD by pcix get and set mmrbc functions

Shifts to 16 bit accesses.
# Type: NEW

commit 23d1dc48187e53ea5a58c627ef4c355179c8055b
Author: Dean Nelson <dnelson at redhat.com>

    PCI: cleanup error return for pcix get and set mmrbc functions

Cleans up error returns to be all negative.
# Type: NEW

commit 5e09eabaa39c39b82768d502f7f2a4b5f422676f
Author: Ben Hutchings <ben at decadent.org.uk>

    rt2860sta: Fix argument to linux_pci_unmap_single()

Fixes potental Ooops on shutdown.
# Type: NEW

commit 1966f099125abd3de2c894e91376120f422da9e1
Author: Felix Fietkau <nbd at openwrt.org>

    ath9k: fix BUG_ON triggered by PAE frames

Un-special cases PAE frames, avoiding panics.
# Type: NEW

commit 321941cb0a8eb547c6fc6e8ec601b8147fe54891
Author: Miao Xie <miaox at cn.fujitsu.com>

    cpuset: fix the problem that cpuset_mem_spread_node() returns an offline node

Prevents attempts to allocate on offline nodes when tying applications to specific nodes.
# Type: NEW

commit ab63700c327ec86e916897c939655ccf8296e23b
Author: Stefan Bader <stefan.bader at canonical.com>

    Revert "(pre-stable) softlockup: Stop spurious softlockup messages due to overflow"

Revert for replacement.
# Type: NEW

commit fa66bddf1e5338ddb015750ee8fd2352074cc829
Author: Colin Ian King <colin.king at canonical.com>

    softlockup: Stop spurious softlockup messages due to overflow

Replacement already acked.
# Type: NEW

commit be430306914263574e9a56b7875f06fd8b29ff12
Author: Patrick McHardy <kaber at trash.net>

    netfilter: xt_recent: fix regression in rules using a zero hit_count

Semantics re-fix of xt_recent matches.
# Type: NEW

commit 9366ff4683b102609a3623fffb0320c9a92e5a4e
Author: Jan Beulich <JBeulich at novell.com>

    x86: Fix placement of FIX_OHCI1394_BASE

Fixes early boot panics with firewire drivers.
# Type: NEW

commit 8e0eb9e3ed54cea591143c0aa9e2e0b5198cc996
Author: Andreas Herrmann <andreas.herrmann3 at amd.com>

    x86, amd: Restrict usage of c1e_idle()

Fixes for C1E detection and to handle a new Erratum.
# Type: NEW

commit 426500d6e294d04961b240829a1c9080c88ef080
Author: Dean Nelson <dnelson at redhat.com>

    hwmon: (coretemp) Add missing newline to dev_warn() message

Printk cleanup.
# Type: NEW

commit f30a9f928acb5bf2bfeff115e4c0fb8604058d46
Author: Daniel T Chen <crimsun at ubuntu.com>

    ALSA: hda: Use LPIB for ga-ma770-ud3 board

Single device quirk.
# Type: NEW

commit 5b2ae0f91562702c8aec7c409914dfa57f2437ef
Author: Daniel Chen <seven.steps at gmail.com>

    ALSA: ac97: Add Toshiba P500 to ac97 jack sense blacklist

Device specific sound quirk.
# Type: NEW

commit 7265d43842899f5311cae85cdb4944d69cd92048
Author: Daniel T Chen <crimsun at ubuntu.com>

    ALSA: ac97: Add IBM ThinkPad R40e to Headphone/Line Jack Sense blacklist

Device specific sound quirk.
# Type: NEW

commit 79e77544e9d5a21dc0da538a48c8ba545598f1b5
Author: Daniel T Chen <crimsun at ubuntu.com>

    ALSA: hda: Use ALC260_WILL quirk for another Acer model (0x1025007f)

Device specific sound quirk.
# Type: NEW

commit b1b37b33dc37586b27595f5a266a21cc41388890
Author: Senthil Balasubramanian <senthilkumar at atheros.com>

    ath9k: Enable TIM timer interrupt only when needed.

Correctly enable timers when needed only.
# Type: NEW

commit 533e0f2f56bf962c957b5f8264be065f7fd808ba
Author: Vivek Natarajan <vnatarajan at atheros.com>

    mac80211: Retry null data frame for power save

Ensures we wait for the null data frames to be ACKd before assuming
we can power save.
# Type: NEW

commit 18fb71e5b6271eaeb56ed9945fb1d60fc155b021
Author: Vivek Natarajan <vnatarajan at atheros.com>

    ath9k: Enable IEEE80211_HW_REPORTS_TX_ACK_STATUS flag for ath9k
 
Hmmm.
# Type: NEW

commit d2c8513975331d54e3a1dd51501fd753791d511c
Author: Vivek Natarajan <vnatarajan at atheros.com>

    mac80211: Reset dynamic ps timer in Rx path.

Ensure we stay sleeping correctly when we have sent data.
# Type: NEW

commit 6b3d923e45fb6e40fdf862d95c3a1be1091d562d
Author: Anton Vorontsov <avorontsov at ru.mvista.com>

    leds-gpio: fix default state handling on OF platforms

Fix LED default value handling for OF based systems.
# Type: NEW

commit f0adfb92fc3268337ebdf7599c5c2a4788065f8a
Author: Dmitry Monakhov <dmonakhov at openvz.org>

    quota: manage reserved space when quota is not active [v2]

Ensure we track quota reservations even when quota is off to ensure we can
cope when it is subsequently turned on.
# Type: NEW

commit 196331c37357bf8f54183915e5bd23fb7ac1f56e
Author: Jan Kara <jack at suse.cz>

    quota: Fix warning when a delayed write happens before quota is enabled

Better handle writes when quota is not enabled on a quotad filesystem.
# Type: NEW

commit b33cc45242b199c7223937a07daa99eb5f235d7e
Author: Tejun Heo <tj at kernel.org>

    ahci: use BIOS date in broken_suspend list

HP are reusing BIOS names, move to using data instead.
# Type: NEW

commit 9e05593d44e10350f64a0e76b7b59f010de03d34
Author: Marcel Holtmann <marcel at holtmann.org>

    Bluetooth: Fix potential bad memory access with sysfs files

Move to using snprintf to prevent overwriting random memory with lots
of bluetooth devices.
# Type: NEW

commit 4fae2755865e48c5f47b074282d795da83d4a698
Author: Andrei Emeltchenko <andrei.emeltchenko at nokia.com>

    Bluetooth: Fix kernel crash on L2CAP stress tests
 
Ooops avoidance.  Prevent large requests overrunning buffers.
# Type: NEW

commit bedc7cdc8d3af8fa3c06042d9d9b57f875e35221
Author: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>

    sh: Fix zImage boot using fixed PMB.

SH boot fix, not a supported architecture.
# Type: NEW

commit 06c15700bd6d402a9a5dc639b1b8b275ac319c52
Author: Michael Buesch <mb at bu3sch.de>

    b43: Workaround circular locking in hw-tkip key update callback

Locking fix preventing self-deadlocks.
# Type: NEW

commit b7ef0765a731b4d861b2793d4e74dc2ab86cede3
Author: Martin K. Petersen <martin.petersen at oracle.com>

    block: Backport of various I/O topology fixes from 2.6.33 and 2.6.34

Very complex change which is mostly fixing alignment issues for stacked devices.

# Type: NEW

commit fbec52fb485527ff9875b85b9d667248afeda715
Author: Lars-Peter Clausen <lars at metafoo.de>

    s3cmci: initialize default platform data no_wprotect and no_detect with 1

Restored devices after upstream change.
# Type: NEW

commit 105f46932b38a8e2c0cab84bb43bba7efa693942
Author: Dimitri Sivanich <sivanich at sgi.com>

    x86: Fix sched_clock_cpu for systems with unsynchronized TSC
 
Better handling of unsynchonised TSCs
# Type: NEW

commit efa82d39c75bbdc6b8490ea4792382d349776416
Author: Sachin Prabhu <sprabhu at redhat.com>

    GFS2: Skip check for mandatory locks when unlocking

Panic avoidance.
# Type: NEW

commit 7a773ab69cfd9d26ed61354d4b8148fc551c5597
Author: Greg Kroah-Hartman <gregkh at suse.de>

    Linux 2.6.32.11

No brainer.
# Type: NEW

commit e75561a7e8b2513aa3b80b6cf8470384bfdc8056
Author: Dan Carpenter <error27 at gmail.com>

    drm/i915: fix small leak on overlay error path

Memory leak fix.
# Type: NEW

commit f3d7d2e8a07f7bdef721517b50baa0ed8a0b2234
Author: Chris Wilson <chris at chris-wilson.co.uk>

    drm/i915: Avoid NULL deref in get_pages() unwind after error.

Avoids panic in i915 error handling.
# Type: NEW

commit 042de6e12741eb50285f9c7bfff0aa571c66ab73
Author: Stefan Bader <stefan.bader at canonical.com>

    Revert "(pre-stable) drm/nouveau: report unknown connector state if lid closed"

Revert to replace.
# Type: NEW

commit 4b2b95e6192eef09b4bf4bbd7f7ca59b9c9b148c
Author: Ben Skeggs <bskeggs at redhat.com>

    drm/nouveau: report unknown connector state if lid closed

Replacement already acked.
# Type: NEW

commit 6e457a60f077e92ceb0c9c2f9e0513c86ea0e1f6
Author: Stefan Bader <stefan.bader at canonical.com>

    Linux-2.6.32.11+drm33.2

No brainer.
# Type: NEW





More information about the kernel-team mailing list