commit: 4949be16822e92a18ea0cc1616319926628092ee
From: Matthew Garrett
Date: Tue, 6 Mar 2012 13:41:49 -0500
Subject: PCI: ignore pre-1.1 ASPM quirking when ASPM is disabled
Right now we won't touch ASPM state if ASPM is disabled, except in the case
where we find a device that appears to be too ol
commit: 210787e82a0ac1ffb5d7be1c796f0c51050849ad
From: Stanislaw Gruszka
Date: Thu, 8 Mar 2012 13:16:01 +0100
Subject: iwl3945: fix possible il->txq NULL pointer dereference in delayed works
On il3945_down procedure we free tx queue data and nullify il->txq
pointer. After that we drop mutex and t
commit: 87e24f4b67e68d9fd8df16e0bf9c66d1ad2a2533
From: Peter Zijlstra
Date: Mon, 5 Mar 2012 23:59:25 +0100
Subject: perf/x86: Fix local vs remote memory events for NHM/WSM
Verified using the below proglet.. before:
[root@westmere ~]# perf stat -e node-stores -e node-store-misses ./numa 0
remote
commit: 3780d038fdf4b5ef26ead10b0604ab1f46dd9510
From: Stanislaw Gruszka
Date: Fri, 9 Mar 2012 12:39:54 +0100
Subject: rt2x00: fix random stalls
Is possible that we stop queue and then do not wake up it again,
especially when packets are transmitted fast. That can be easily
reproduced with modifi
commit: 7f6c7e62fcc123e6bd9206da99a2163fe3facc31
From: Miklos Szeredi
Date: Tue, 6 Mar 2012 13:56:34 +0100
Subject: vfs: fix return value from do_last()
complete_walk() returns either ECHILD or ESTALE. do_last() turns this into
ECHILD unconditionally. If not in RCU mode, this error will reach u
commit: 097b180ca09b581ef0dc24fbcfc1b227de3875df
From: Miklos Szeredi
Date: Tue, 6 Mar 2012 13:56:33 +0100
Subject: vfs: fix double put after complete_walk()
complete_walk() already puts nd->path, no need to do it again at cleanup time.
This would result in Oopses if triggered, apparently the co
commit: d5751469f210d2149cc215966cbeef6da3f2
From: Pavel Shilovsky
Date: Mon, 5 Mar 2012 09:39:20 +0300
Subject: CIFS: Do not kmalloc under the flocks spinlock
Reorganize the code to make the memory already allocated before
spinlock'ed loop.
Cc: stable@vger.kernel.org
Reviewed-by: Jeff Layto
commit: ea5f4db8ece896c2ab9eafa0924148a2596c52e4
From: Dan Carpenter
Date: Sat, 3 Mar 2012 12:09:17 +0100
Subject: block, sx8: fix pointer math issue getting fw version
"mem" is type u8. We need parenthesis here or it screws up the pointer
math probably leading to an oops.
Signed-off-by: Dan Ca
commit: f03570cf1709397ebe656608266b44ec772960c2
From: Axel Lin
Date: Thu, 8 Mar 2012 10:02:17 +0800
Subject: regulator: Fix setting selector in tps6524x set_voltage function
Don't assign the voltage to selector.
Signed-off-by: Axel Lin
Signed-off-by: Mark Brown
Cc: stable@vger.kernel.org
---
commit: fe316bf2d5847bc5dd975668671a7b1067603bc7
From: Jun'ichi Nomura
Date: Fri, 2 Mar 2012 10:38:33 +0100
Subject: block: Fix NULL pointer dereference in sd_revalidate_disk
Since 2.6.39 (1196f8b), when a driver returns -ENOMEDIUM for open(),
__blkdev_get() calls rescan_partitions() to remove
in
commit: 62d3c5439c534b0e6c653fc63e6d8c67be3a57b1
From: Alan Stern
Date: Fri, 2 Mar 2012 10:51:00 +0100
Subject: Block: use a freezable workqueue for disk-event polling
This patch (as1519) fixes a bug in the block layer's disk-events
polling. The polling is done by a work routine queued on the
sy
commit: 9f53d2fe815b4011ff930a7b6db98385d45faa68
From: Stanislaw Gruszka
Date: Fri, 2 Mar 2012 10:43:28 +0100
Subject: block: fix __blkdev_get and add_disk race condition
The following situation might occur:
__blkdev_get: add_disk:
register_disk
commit: aacb6b0052692c72fe0cb94c6b547202def6ef46
From: Jean Delvare
Date: Tue, 13 Mar 2012 04:03:27 -0400
Subject: hwmon: (w83627ehf) Fix temp2 source for W83627UHG
Properly set the source of temp2 for the W83627UHG. Also fix a
comment right before that, and document the W83627UHG as reporting up
commit: 33fa9b620409edfc71aa6cf01a51f990fbe46ab8
From: Guenter Roeck
Date: Mon, 12 Mar 2012 08:21:16 -0700
Subject: hwmon: (w83627ehf) Fix writing into fan_stop_time for NCT6775F/NCT6776F
NCT6775F and NCT6776F have their own set of registers for FAN_STOP_TIME. The
correct registers were used to r
commit: 32260d94408c553dca4ce54104edf79941a27536
From: Guenter Roeck
Date: Mon, 12 Mar 2012 08:33:10 -0700
Subject: hwmon: (w83627ehf) Fix memory leak in probe function
The driver probe function leaked memory if creating the cpu0_vid attribute file
failed. Fix by converting the driver to use devm
commit: 087a03b3ea1c8d6e2d5743a8d1c6d571058caa04
From: Nicholas Bellinger
Date: Tue, 13 Mar 2012 21:29:06 -0700
Subject: target: Fix compatible reservation handling (CRH=1) with legacy
RESERVE/RELEASE
This patch addresses a bug with target_check_scsi2_reservation_conflict()
return checking in ta
commit: 8ee161ce5e0cfc689eb677f227a6248191165fac
From: Ville Syrjala
Date: Thu, 15 Mar 2012 18:11:05 +0100
Subject: i2c-algo-bit: Fix spurious SCL timeouts under heavy load
When the system is under heavy load, there can be a significant delay
between the getscl() and time_after() calls inside scl
commit: 9bbad7da76b3dd578fb55c862624366a8c9ccd22
From: Alexandre Bounine
Date: Thu, 15 Mar 2012 15:17:09 -0700
Subject: rapidio/tsi721: fix bug in register offset definitions
Fix indexed register offset definitions that use decimal (wrong) instead
of hexadecimal (correct) notation for indexing mu
commit: 00fdc6bbef77844ce397a7de7acfaf25e8e2e4eb
From: Nicholas Bellinger
Date: Tue, 13 Mar 2012 18:20:11 -0700
Subject: iscsi-target: Fix reservation conflict -EBUSY response handling bug
This patch addresses a iscsi-target specific bug related to reservation conflict
handling in iscsit_handle_s
commit: fecfb64422d91a9621a3f96ab75c3a5f13e80b58
From: Guenter Roeck
Date: Tue, 13 Mar 2012 09:05:14 -0700
Subject: hwmon: (zl6100) Enable interval between chip accesses for all chips
Intersil reports that all chips supported by the zl6100 driver require
an interval between chip accesses, even ZL
commit: c0173863528a8c9212c53e080d63a1aaae5ef4f4
From: Anton Blanchard
Date: Fri, 16 Mar 2012 10:28:19 +
Subject: afs: Remote abort can cause BUG in rxrpc code
When writing files to afs I sometimes hit a BUG:
kernel BUG at fs/afs/rxrpc.c:179!
With a backtrace of:
afs_free_call
commit: 2c724fb92732c0b2a5629eb8af74e82eb62ac947
From: Anton Blanchard
Date: Fri, 16 Mar 2012 10:28:07 +
Subject: afs: Read of file returns EBADMSG
A read of a large file on an afs mount failed:
# cat junk.file > /dev/null
cat: junk.file: Bad message
Looking at the trace, call->offset wrapp
commit: d7178c79d9b7c5518f9943188091a75fc6ce0675
From: Ryusuke Konishi
Date: Fri, 16 Mar 2012 17:08:39 -0700
Subject: nilfs2: fix NULL pointer dereference in nilfs_load_super_block()
According to the report from Slicky Devil, nilfs caused kernel oops at
nilfs_load_super_block function during moun
commit: b832796caa1fda8516464a003c8c7cc547bc20c2
From: Anton Blanchard
Date: Wed, 7 Mar 2012 11:42:49 +1100
Subject: perf tools: Incorrect use of snprintf results in SEGV
I have a workload where perf top scribbles over the stack and we SEGV.
What makes it interesting is that an snprintf is causin
commit: e7f01d1e3d8d501deb8abeaa269d5d48a703b8b0
From: Arnaldo Carvalho de Melo
Date: Wed, 14 Mar 2012 12:29:29 -0300
Subject: perf tools: Use scnprintf where applicable
Several places were expecting that the value returned was the number of
characters printed, not what would be printed if there
commit: a078c6d0e6288fad6d83fb6d5edd91ddb7b6ab33
From: Sasha Levin
Date: Thu, 15 Mar 2012 12:36:14 -0400
Subject: ntp: Fix integer overflow when setting time
'long secs' is passed as divisor to div_s64, which accepts a 32bit
divisor. On 64bit machines that value is trimmed back from 8 bytes
back
commit: 5889d3d4209c1050b4a3c96c41faf6c0976a4acf
From: =?UTF-8?q?Bj=C3=B8rn=20Mork?=
Date: Fri, 16 Mar 2012 15:41:26 +0100
Subject: USB: option: add ZTE MF820D
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This device presents a total of 5 interfaces wi
commit: 4a4c61b7ce26bfc9d49ea4bd121d52114bad9f99
From: Liz Clark
Date: Thu, 15 Mar 2012 10:33:29 -0700
Subject: TTY: Wrong unicode value copied in con_set_unimap()
Bugzilla 40012: PIO_UNIMAP bug: error updating Unicode-to-font map
https://bugzilla.kernel.org/show_bug.cgi?id=40012
The unicode fon
commit: 963940cf472d76eca2d36296e461202cc6997352
From: =?UTF-8?q?Bj=C3=B8rn=20Mork?=
Date: Fri, 16 Mar 2012 12:56:44 +0100
Subject: USB: option: make interface blacklist work again
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
commit 0d905fd "USB: optio
commit: 9b96fbacda34079dea0638ee1e92c56286f6114a
From: Linus Walleij
Date: Tue, 13 Mar 2012 13:27:23 +0100
Subject: serial: PL011: clear pending interrupts
Chanho Min reported that when the boot loader transfers
control to the kernel, there may be pending interrupts
causing the UART to lock up in
commit: 57e596f3af88ef52dea9640ed5e34ecd38893a02
From: =?UTF-8?q?Micha=C5=82=20Wr=C3=B3bel?=
Date: Thu, 15 Mar 2012 17:24:04 +0100
Subject: USB: ftdi_sio: new PID: LUMEL PD12
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: MichaŠWróbel
commit: 093ea2d3a766cb8a4c4de57efec6c0a127a58792
From: Donald Lee
Date: Wed, 14 Mar 2012 15:26:33 +0800
Subject: USB: serial: mos7840: Fixed MCS7820 device attach problem
A MCS7820 device supports two serial ports and a MCS7840 device supports
four serial ports. Both devices use the same driver,
commit: dc0827c128c0ee5a58b822b99d662b59f4b8e970
From: Jim Paris
Date: Wed, 14 Mar 2012 17:54:25 -0400
Subject: USB: ftdi_sio: add support for FT-X series devices
Add PID 0x6015, corresponding to the new series of FT-X chips
(FT220XD, FT201X, FT220X, FT221X, FT230X, FT231X, FT240X). They all
app
commit: 33d2832ab0149a26418d360af3c444969a63fb28
From: Orjan Friberg
Date: Wed, 7 Mar 2012 17:16:14 +0100
Subject: USB: gadget: Make g_hid device class conform to spec.
HID devices should specify this in their interface descriptors, not in the
device descriptor. This fixes a "missing hardware id"
commit: 540b60e24f3f4781d80e47122f0c4486a03375b8
From: Alexander Gordeev
Date: Fri, 9 Mar 2012 14:59:13 +0100
Subject: genirq: Fix incorrect check for forced IRQ thread handler
We do not want a bitwise AND between boolean operands
Signed-off-by: Alexander Gordeev
Cc: Oleg Nesterov
Link: http:/
commit: 47594d5528f28a4c025c2955c68104c75815637c
From: =?UTF-8?q?Micha=C5=82=20Wr=C3=B3bel?=
Date: Fri, 9 Mar 2012 14:40:18 +0100
Subject: USB: ftdi_sio: new PID: Distortec JTAG-lock-pick
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Mich
commit: a5f43138da9beddc46b00ec31d167143a7176683
From: Cousson, Benoit
Date: Tue, 28 Feb 2012 18:22:12 +0100
Subject: tty: serial: OMAP: Fix oops due to NULL pdata in DT boot
The following commit: be4b0281956c5cae4f63f31f11d07625a6988766
(tty: serial: OMAP: block idle while the UART is transferri
commit: 58112dfbfe02d803566a2c6c8bd97b5fa3c62cdc
From: Dan Carpenter
Date: Wed, 7 Mar 2012 13:05:00 +0300
Subject: tty: moxa: fix bit test in moxa_start()
This is supposed to be doing a shift before the comparison instead of
just doing a bitwise AND directly. The current code means the start()
j
commit: 7b60a18da393ed70db043a777fd9e6d5363077c4
From: Andrew Vagin
Date: Wed, 7 Mar 2012 14:49:56 +0400
Subject: uevent: send events in correct order according to seqnum (v3)
The queue handling in the udev daemon assumes that the events are
ordered.
Before this patch uevent_seqnum is incremente
commit: c1cee1d84001815a1b4321c49b995254c0df3100
From: Bruno Thomsen
Date: Sun, 4 Mar 2012 15:19:14 +0100
Subject: USB: Microchip VID mislabeled as Hornby VID in ftdi_sio.
Microchip VID (0x04d8) was mislabeled as Hornby VID according to USB-IDs.
A Full Speed USB Demo Board PID (0x000a) was misla
commit: 1eda5166c7640092f512138be6899d050c3d62ed
From: Paul E. McKenney
Date: Wed, 7 Mar 2012 17:54:00 +0400
Subject: staging: android/lowmemorykiller: Don't unregister notifier from
atomic context
The lowmemorykiller registers an atomic notifier for notfication of when
the task is freed. From
commit: 85b4b3c8c189e0159101f7628a71411af072ff69
From: Thomas Faber
Date: Fri, 2 Mar 2012 09:41:50 +0100
Subject: usb: gadgetfs: return number of bytes on ep0 read request
A read from GadgetFS endpoint 0 during the data stage of a control
request would always return 0 on success (as returned by
w
commit: 5f0b3f9998ceca8414dfb7d0dba69209f11b44af
From: Dan Carpenter
Date: Fri, 2 Mar 2012 11:08:14 +0300
Subject: usb: otg: ab8500-usb: make probe() work again
The probe() function will always fail because we're testing the wrong
variable.
Signed-off-by: Dan Carpenter
Cc: stable
Signed-off-by
commit: a09b659cd68c10ec6a30cb91ebd2c327fcd5bfe5
From: Russell King
Date: Mon, 5 Mar 2012 15:07:25 -0800
Subject: genirq: Fix long-term regression in genirq irq_set_irq_type() handling
In 2008, commit 0c5d1eb77a8be ("genirq: record trigger type") modified the
way set_irq_type() handles the 'no tr
commit: a5360a53a7ccad5ed9ccef210b94fef13c6e5529
From: Preston Fick
Date: Fri, 24 Feb 2012 13:42:39 -0600
Subject: usb: cp210x: Update to support CP2105 and multiple interface devices
This patch updates the cp210x driver to support CP210x multiple
interface devices devices from Silicon Labs. The
commit: 27a78d6a283d6782438f72306746afe4bf44c215
From: Anton Tikhomirov
Date: Thu, 23 Feb 2012 15:38:46 +0900
Subject: usb: dwc3: use proper function for setting endpoint name
It's wrong to use the size of array as an argument for strncat.
Memory corruption is possible. strlcat is exactly what we
commit: 9bafa56c7cee5c6fa68de5924220abb220c7e229
From: Paul Zimmerman
Date: Fri, 17 Feb 2012 14:10:16 -0800
Subject: usb: dwc3: fix bogus test in dwc3_gadget_start_isoc
Zero is a valid value for a microframe number. So remove the bogus
test for non-zero in dwc3_gadget_start_isoc().
Cc: stable@vg
commit: 8d62cd65d74d0e241b3a152f7347bb66126b705b
From: Paul Zimmerman
Date: Wed, 15 Feb 2012 13:35:06 +0200
Subject: usb: dwc3: gadget: don't wrap around the TRB poll on non-ISOC
If we have a non-ISOC endpoint, we will not have a Link TRB
pointing to the beginning of the TRB pool. On such endpoin
commit: 444aa7fa9bd752d19ce472d3e02558b987c3cc67
From: Peter Korsgaard
Date: Wed, 29 Feb 2012 10:05:37 +0100
Subject: USB: ftdi_sio: add support for BeagleBone rev A5+
BeagleBone changed to the default FTDI 0403:6010 id in rev A5 to make life
easier for Windows users, so we need a similar workaro
commit: f7c96f59b4af72f51c7835ed073da820bc3786b3
From: Greg Kroah-Hartman
Date: Wed, 29 Feb 2012 16:49:21 -0800
Subject: Revert "powerpc/usb: fix usb CTRL_PHY_CLK_VALID breaks on some
platform"
This reverts commit 79857e8e7b1ba740f8025b540f1e171c9a0a5d31.
To quote Shengzhou Liu:
I'm sor
commit: 7204cf584836c24b4b06e4ad4a8e6bb8ea84908e
From: Daniele Palmas
Date: Wed, 29 Feb 2012 15:32:05 +0100
Subject: USB: option driver: adding support for Telit CC864-SINGLE, CC864-DUAL
and DE910-DUAL modems
Adding PID for Telit CC864-SINGLE, CC864-DUAL and DE910-DUAL
modems
Signed-off-by: Dan
commit: da3e6ec2f443ac00aa623c5921e3521f5f38efe4
From: Larry Finger
Date: Sun, 26 Feb 2012 22:08:36 -0600
Subject: staging: r8712u: Fix regression in signal level after commit c6dc001
In commit c6dc001 "staging: r8712u: Merging Realtek's latest (v2.6.6).
Various fixes", the returned qual.qual mem
commit: 075cd14d2a8d35afc39ad28fc7b968275881266b
From: Dan Carpenter
Date: Sat, 4 Feb 2012 16:37:14 +0300
Subject: usb: dwc3: make dwc3_get_device_id() return the id
We always return zero instead of the id we found.
Cc: stable@vger.kernel.org
Signed-off-by: Dan Carpenter
Signed-off-by: Felipe B
commit: 0d8520a1d7f43328bc7085d4244d93c595064157
From: Meng Zhang
Date: Mon, 27 Feb 2012 08:24:19 +0100
Subject: USB: option: Add MediaTek MT6276M modem&app interfaces
Add MEDIATEK products to Option driver
Signed-off-by: Meng Zhang
Signed-off-by: Matthias Urlichs
Cc: stable
Signed-off-by: Gr
commit: 79857e8e7b1ba740f8025b540f1e171c9a0a5d31
From: Shengzhou Liu
Date: Sat, 25 Feb 2012 23:56:30 +0800
Subject: powerpc/usb: fix usb CTRL_PHY_CLK_VALID breaks on some platform
Fix checking of CTRL_PHY_CLK_VALID bit break on some platform on which
there is not USB CTRL_PHY_CLK_VALID bit.
- P
commit: 9f4bc8cf3fe750ed093856a5f5d41c11cc12ad22
From: Larry Finger
Date: Sat, 25 Feb 2012 18:10:20 -0600
Subject: staging: r8712u: Fix regression introduced by commit a5ee652
In commit a5ee652 "staging: r8712u: Interface-state not fully tracked",
the private boolean "bup" was set false when the
commit: 656d2b3964a9d0f9864d472f8dfa2dd7dd42e6c0
From: Greg Kroah-Hartman
Date: Tue, 28 Feb 2012 09:20:09 -0800
Subject: USB: ftdi_sio: fix problem when the manufacture is a NULL string
On some misconfigured ftdi_sio devices, if the manufacturer string is
NULL, the kernel will oops when the devic
commit: 6d161b99f875269ad4ffa44375e1e54bca6fd02e
From: Scott Dial
Date: Fri, 24 Feb 2012 19:04:09 -0500
Subject: usb-serial: Add support for the Sealevel SeaLINK+8 2038-ROHS device
This patch adds new device IDs to the ftdi_sio module to support
the new Sealevel SeaLINK+8 2038-ROHS device.
Signe
commit: 93518dd2ebafcc761a8637b2877008cfd748c202
From: Masami Ichikawa
Date: Tue, 21 Feb 2012 07:43:50 +0900
Subject: sysfs: Fix memory leak in sysfs_sd_setsecdata().
This patch fixies follwing two memory leak patterns that reported by kmemleak.
sysfs_sd_setsecdata() is called during sys_lsetxatt
commit: 2ae73520940a8d5fe147c4c5de760be8824bfe17
From: Stephen Rothwell
Date: Mon, 20 Feb 2012 07:22:38 +1100
Subject: tty/powerpc: early udbg consoles can't be modules
Fixes these build errors:
ERROR: ".udbg_printf" [drivers/tty/ehv_bytechan.ko] undefined!
ERROR: ".register_early_udbg_console"
commit: 4898e07174b79013afd2b422ef6c4336ef8e6783
From: jwbo...@redhat.com
Date: Mon, 20 Feb 2012 15:34:34 -0500
Subject: USB: ums_realtek: do not use stack memory for DMA in
__do_config_autodelink
__do_config_autodelink passes the data variable to the transport function.
If the calling functions
commit: 28c56ea1431421dec51b7b229369e991481453df
From: Shengzhou Liu
Date: Thu, 16 Feb 2012 18:02:20 +0800
Subject: powerpc/usb: fix bug of kernel hang when initializing usb
If USB UTMI PHY is not enable, writing to portsc register will lead to
kernel hang during boot up.
Signed-off-by: Shengzho
commit: e90fc3cb087ce5c5f81e814358222cd6d197b5db
From: Peter Chen
Date: Thu, 16 Feb 2012 09:41:52 +0800
Subject: usb: Fix build error due to dma_mask is not at pdev_archdata at ARM
When build i.mx platform with imx_v6_v7_defconfig, and after adding
USB Gadget support, it has below build error:
C
commit: b7a205545345578712611106b371538992e142ff
From: Ben Hutchings
Date: Sun, 12 Feb 2012 06:02:43 +
Subject: cdc-wdm: Don't clear WDM_READ unless entire read buffer is emptied
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
The WDM_READ flag is cle
commit: 711c68b3c0f7a924ffbee4aa962d8f62b85188ff
From: Ben Hutchings
Date: Sun, 12 Feb 2012 06:00:41 +
Subject: cdc-wdm: Fix more races on the read path
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
We must not allow the input buffer length to chang
commit: c192c8e71a2ded01170c1a992cd21aaedc822756
From: Dan Williams
Date: Fri, 24 Feb 2012 13:08:43 -0600
Subject: USB: qcserial: don't grab QMI port on Gobi 1000 devices
Gobi 1000 devices have a different port layout, which wasn't respected
by the current driver, and thus it grabbed the QMI/net
commit: b5c19ca8014aa5151712274d5e70c3666a8918c1
From: David Daney
Date: Thu, 23 Feb 2012 11:19:31 -0800
Subject: staging/octeon: Fix PHY binding in octeon-ethernet driver.
Commit d6c25be (mdio-octeon: use an unique MDIO bus name.) changed the
names used to refer to MDIO buses. The ethernet driv
commit: cfbc6a92212e74b07aa76c9e2f20c542e36077fb
From: Andrea Righi
Date: Mon, 20 Feb 2012 13:11:49 +0100
Subject: staging: zcache: avoid AB-BA deadlock condition
Commit 9256a47 fixed a deadlock condition, being sure that the buddy
list spinlock is always taken before the page spinlock.
However
commit: 39287076e46d2c19aaceaa6f0a44168ae4d257ec
From: Supriya Karanth
Date: Fri, 17 Feb 2012 14:54:52 +0530
Subject: usb: musb: Reselect index reg in interrupt context
musb INDEX register is getting modified/corrupted during temporary
un-locking in a SMP system. Set this register with proper val
commit: c5cc5ed86667d4ae74fe40ee4ed893f4b46aba05
From: Peter Chen
Date: Thu, 16 Feb 2012 09:36:25 +0800
Subject: usb: fsl_udc_core: Fix scheduling while atomic dump message
When loading g_ether gadget, there is below message:
Backtrace:
[<80012248>] (dump_backtrace+0x0/0x10c) from [<803cb42c>] (
commit: 3b2a2e47174cd978258bbb0fdf2e2b1b5ec2144c
From: Kuninori Morimoto
Date: Mon, 20 Feb 2012 17:35:50 -0800
Subject: usb: renesas_usbhs: bugfix: add .release function to gpriv->gadget.dev
This patch fixup below warning on device_unregister()
renesas_usbhs renesas_usbhs.1: host probed
renesas_
commit: f9c56cdd3905c96c600456203637bd7ec8ec6383
From: Ido Shayevitz
Date: Wed, 8 Feb 2012 13:56:48 +0200
Subject: usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on
disable
This fix a bug in f_serial, which expect the ep->desc to be NULL after
disabling an endpoint.
Cc: sta
commit: 59263b513c11398cd66a52d4c5b2b118ce1e0359
From: Thomas Gleixner
Date: Wed, 15 Feb 2012 12:08:34 +0100
Subject: futex: Cover all PI opcodes with cmpxchg enabled check
Some of the newer futex PI opcodes do not check the cmpxchg enabled
variable and call unconditionally into the handling func
commit: 548dd4b6da8a8e428453d55f7fa7b8a46498d147
From: Johan Hovold
Date: Fri, 10 Feb 2012 13:20:49 +0100
Subject: USB: serial: fix console error reporting
Do not report errors in write path if port is used as a console as this
may trigger the same error (and error report) resulting in a loop.
R
commit: 073863432f7eaa23c7c09733414d4be2eabf5eef
From: Larry Finger
Date: Thu, 9 Feb 2012 16:37:17 -0600
Subject: staging: r8712u: Add missing initialization and remove configuration
parameter CONFIG_R8712_AP
When this driver was upgraded to the vendor 20100831 version in
commit 93c55dda092c7 et
commit: 41c7f7424259ff11009449f87c95656f69f9b186
From: Rabin Vincent
Date: Tue, 22 Nov 2011 11:03:14 +0100
Subject: rtc: Disable the alarm in the hardware (v2)
Currently, the RTC code does not disable the alarm in the hardware.
This means that after a sequence such as the one below (the files ar
commit: cafbe85fb0d00d32988905c4978df433ca9b6512
From: =?UTF-8?q?Bj=C3=B8rn=20Mork?=
Date: Mon, 16 Jan 2012 15:11:59 +0100
Subject: USB: cdc-wdm: better allocate a buffer that is at least as big as we
tell the USB core
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Enc
commit: c1afdaff90538ef085b756454f12b29575411214
From: Felix Fietkau
Date: Sat, 10 Mar 2012 13:57:04 +0100
Subject: ath9k: fix going to full-sleep on PS idle
The check for PS_WAIT_FOR_TX_ACK was inverted, the hardware should only go
to full sleep if no tx is pending.
Reported-by: Sujith Manohara
commit: 342bbf3fee2fa9a18147e74b2e3c4229a4564912
From: Johannes Berg
Date: Sun, 4 Mar 2012 08:50:46 -0800
Subject: iwlwifi: always monitor for stuck queues
If we only monitor while associated, the following
can happen:
- we're associated, and the queue stuck check
runs, setting the queue "tou
commit: ebecdcc12fed5d3c81853dea61a0a78a5aefab52
From: Larry Finger
Date: Fri, 2 Mar 2012 15:23:36 -0600
Subject: rtlwifi: rtl8192c: Prevent sleeping from invalid context in rtl8192cu
When driver rtl8192cu is used with the debug level set to 3 or greater,
the result is "sleeping function called f
commit: 62ebeed8d00aef75eac4fd6c161cae75a41965ca
From: Max Filippov
Date: Thu, 1 Mar 2012 00:40:08 +0400
Subject: p54spi: Release GPIO lines and IRQ on error in p54spi_probe
This makes it possible to reload driver if insmod has failed due to
missing firmware.
Signed-off-by: Max Filippov
Cc: sta
commit: 48752f6513012a1b078da08b145d5c40a644f058
From: Greg Rose
Date: Wed, 8 Feb 2012 00:45:00 +
Subject: rtnetlink: Fix VF IFLA policy
Add VF spoof check to IFLA policy. The original patch I submitted to
add the spoof checking feature to rtnl failed to add the proper policy
rule that ident
commit: d42a179b941a9e4cc6cf41d0f3cbadd75fc48a89
From: Gertjan van Wingerde
Date: Sat, 11 Feb 2012 21:58:09 +0100
Subject: rt2x00: Add support for D-Link DWA-127 to rt2800usb.
This is an RT3070 based device.
Cc:
Reported-by: Mikhail Kryshen
Signed-off-by: Gertjan van Wingerde
Acked-by: Ivo va
commit: a9b89e2567c743483e6354f64d7a7e3a8c101e9e
From: Jingjun Wu
Date: Fri, 2 Mar 2012 20:52:14 -0600
Subject: rtlwifi: rtl8192ce: Fix loss of receive performance
Driver rtl8192ce when used with the RTL8188CE device would start at about
20 Mbps on a 54 Mbps connection, but quickly drop to 1 Mbps
commit: 7f66c2f93e5779625c10d262c84537427a2673ca
From: Simon Graham
Date: Tue, 7 Feb 2012 18:07:38 -0600
Subject: rtlwifi: Handle previous allocation failures when freeing device memory
Handle previous allocation failures when freeing device memory
Signed-off-by: Simon Graham
Signed-off-by: Lar
commit: 3eda95de19e1781612091869e866a5014257f462
From: Larry Finger
Date: Tue, 31 Jan 2012 10:29:22 -0600
Subject: rtlwifi: Remove extra debugging message accidentally left in
In commit b0302aba812bcc39291cdab9ad7e37008f352a91, an extra debugging
message that is spamming the logs was not deleted
commit: b0302aba812bcc39291cdab9ad7e37008f352a91
From: Larry Finger
Date: Mon, 30 Jan 2012 09:54:49 -0600
Subject: rtlwifi: Convert to asynchronous firmware load
This patch addresses a kernel bugzilla report and two recent mail threads.
The kernel bugzilla report is https://bugzilla.kernel.org/s
commit: 76a92be537f1c8c259e393632301446257ca3ea9
From: Larry Finger
Date: Sat, 7 Jan 2012 20:46:40 -0600
Subject: rtlwifi: rtl8192c_common: rtl8192de: Check for allocation failures
In https://bugzilla.redhat.com/show_bug.cgi?id=771656, a kernel bug was
triggered due to a failed skb allocation tha
commit: 57d13370cfaf6017c68981e66ff5b3bf20a2705c
From: Rafael J. Wysocki
Date: Tue, 13 Mar 2012 22:40:14 +0100
Subject: PM / shmobile: Make MTU2 driver use pm_genpd_dev_always_on()
Make the MTU2 clocksource driver mark its device as "always on"
using pm_genpd_dev_always_on() to protect it from su
commit: 1e78a0c7fc92aee076965d516cf54475c39e9894
From: Rafael J. Wysocki
Date: Tue, 13 Mar 2012 22:39:48 +0100
Subject: PM / Domains: Introduce "always on" device flag
The TMU device on the Mackerel board belongs to the A4R power domain
and loses power when the domain is turned off. Unfortunatel
commit: 615a445f7f8a077c145e737864ae59a4d8717882
From: Rafael J. Wysocki
Date: Tue, 13 Mar 2012 22:40:06 +0100
Subject: PM / shmobile: Make CMT driver use pm_genpd_dev_always_on()
Make the CMT clocksource driver mark its device as "always on"
using pm_genpd_dev_always_on() to protect it from surp
commit: 2ee619f9487c2acc1efdf2c78e68e2bd51b635fa
From: Rafael J. Wysocki
Date: Tue, 13 Mar 2012 22:40:00 +0100
Subject: PM / shmobile: Make TMU driver use pm_genpd_dev_always_on()
Make the TMU clocksource driver mark its device as "always on"
using pm_genpd_dev_always_on() to protect it from surp
commit: 65533bbf63b4f37723fdfedc73d0653958973323
From: Rafael J. Wysocki
Date: Tue, 13 Mar 2012 22:39:37 +0100
Subject: PM / Domains: Fix hibernation restore of devices, v2
During resume from hibernation pm_genpd_restore_noirq() should only
power off domains whose suspend_power_off flags are set
commit: cc85b20780562d404e18a47b9b55b4a5102ae53e
From: Rafael J. Wysocki
Date: Tue, 13 Mar 2012 22:39:31 +0100
Subject: PM / Domains: Fix handling of wakeup devices during system resume
During system suspend pm_genpd_suspend_noirq() checks if the given
device is in a wakeup path (i.e. it appears
commit: e10903b087e425298fb86c6ad4b1a88735480db7
From: Roland Dreier
Date: Sun, 26 Feb 2012 01:48:12 -0800
Subject: mlx4_core: Fix one more static exported function
Commit 22c8bff6face ("mlx4_core: Exported functions can't be static")
fixed most of this up, but forgot about mlx4_is_slave_active()
commit: 89e984e2c2cd14f77ccb26c47726ac7f13b70ae8
From: Or Gerlitz
Date: Mon, 5 Mar 2012 18:21:44 +0200
Subject: IB/iser: Post initial receive buffers before sending the final login
request
An iser target may send iscsi NO-OP PDUs as soon as it marks the iSER
iSCSI session as fully operative. Th
commit: 05b4877f6a4f1ba4952d113d262bf8c132b7
From: Srivatsa S. Bhat
Date: Fri, 17 Feb 2012 23:39:51 +0100
Subject: PM / Hibernate: Enable usermodehelpers in hibernate() error path
If create_basic_memory_bitmaps() fails, usermodehelpers are not re-enabled
before returning. Fix this. And while
commit: 3ab1aff89477dafb1aaeafe8c8669114a02b7226
From: Tim Gardner
Date: Tue, 6 Dec 2011 11:29:20 -0700
Subject: TPM: Zero buffer whole after copying to userspace
Commit 3321c07ae5068568cd61ac9f4ba749006a7185c9 correctly clears the TPM
buffer if the user specified read length is >= the TPM buffer
commit: f4a0391dfa91155bd961673b31eb42d9d45c799d
From: Fabio Estevam
Date: Thu, 5 Jan 2012 12:49:54 -0200
Subject: ima: fix Kconfig dependencies
Fix the following build warning:
warning: (IMA) selects TCG_TPM which has unmet direct dependencies
(HAS_IOMEM && EXPERIMENTAL)
Suggested-by: Rajiv And
commit: f5bf18fa22f8c41a13eb8762c7373eb3a93a7333
From: Nishanth Aravamudan
Date: Wed, 21 Mar 2012 16:34:07 -0700
Subject: bootmem/sparsemem: remove limit constraint in alloc_bootmem_section
While testing AMS (Active Memory Sharing) / CMO (Cooperative Memory
Overcommit) on powerpc, we tripped the
1 - 100 of 3729 matches
Mail list logo