[038/121] mwifiex: Add missing endian conversion.

2013-09-07 Thread Ben Hutchings
: Tomasz Moń Acked-by: Bing Zhao Signed-off-by: John W. Linville Signed-off-by: Ben Hutchings --- drivers/net/wireless/mwifiex/sdio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/net/wireless/mwifiex/sdio.c +++ b/drivers/net/wireless/mwifiex/sdio.c @@ -1429,8 +1429,8

[108/121] drm/i915: ivb: fix edp voltage swing reg val

2013-09-07 Thread Ben Hutchings
will succeed. Both issues can lead to a blank screen. v2: - improve commit message Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=64880 Tested-by: Jeremy Moles Signed-off-by: Imre Deak Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter Signed-off-by: Ben Hutchings --- drivers/gpu

[063/121] zd1201: do not use stack as URB transfer_buffer

2013-09-07 Thread Ben Hutchings
. Patch is only compile tested. Signed-off-by: Jussi Kivilinna Signed-off-by: John W. Linville Signed-off-by: Ben Hutchings --- drivers/net/wireless/zd1201.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/drivers/net/wireless/zd1201.c +++ b/drivers/net/wireless/zd1201.c @@ -98,10

[047/121] virtio: console: return -ENODEV on all read operations after unplug

2013-09-07 Thread Ben Hutchings
t went away. Fix by returning -ENODEV on all read()s after the port gets unplugged. write() already behaves this way. Signed-off-by: Amit Shah Signed-off-by: Rusty Russell Signed-off-by: Ben Hutchings --- drivers/char/virtio_console.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-)

[043/121] virtio: console: fix race with port unplug and open/close

2013-09-07 Thread Ben Hutchings
d get unplugged. Fix it by taking the reference in find_port_by_devt() itself. Problem reported and analyzed by Mateusz Guzik. Reported-by: Mateusz Guzik Signed-off-by: Amit Shah Signed-off-by: Rusty Russell Signed-off-by: Ben Hutchings --- drivers/char/virtio_console.c | 13 ++--- 1

[062/121] ext4: fix mount/remount error messages for incompatible mount options

2013-09-07 Thread Ben Hutchings
ned-off-by: Piotr Sarna Acked-by: Bartlomiej Zolnierkiewicz Signed-off-by: Kyungmin Park Signed-off-by: "Theodore Ts'o" Signed-off-by: Ben Hutchings --- fs/ext4/super.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) --- a/fs/ext4/super.c +++ b/fs/ext4/sup

[027/121] iwlwifi: dvm: don't send BT_CONFIG on devices w/o Bluetooth

2013-09-07 Thread Ben Hutchings
lib/priv->cfg/] Signed-off-by: Ben Hutchings --- drivers/net/wireless/iwlwifi/iwl-agn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/net/wireless/iwlwifi/iwl-agn.c +++ b/drivers/net/wireless/iwlwifi/iwl-agn.c @@ -1297,7 +1297,7 @@ int iwl_alive_start(struct iwl_pri

[089/121] Revert "PM / Domains: Fix handling of wakeup devices during system resume"

2013-09-07 Thread Ben Hutchings
3.2.51-rc1 review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings This reverts commit 5c6156fac087f551cbd57499f4bed2fc614d70cd, which was commit cc85b20780562d404e18a47b9b55b4a5102ae53e upstream. It broke ARM && PM configurations by

[111/121] pci: frv architecture needs generic setup-bus infrastructure

2013-09-07 Thread Ben Hutchings
_realloc_get_opt' make[1]: *** [.tmp_vmlinux1] Error 1 Cc: David Howells Acked-by: Bjorn Helgaas Signed-off-by: Paul Gortmaker Signed-off-by: Ben Hutchings --- drivers/pci/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 083a49f..16

[050/121] ACPI / battery: Fix parsing _BIX return value

2013-09-07 Thread Ben Hutchings
'revision' to struct acpi_battery and adding the offsetof() information on it to extended_info_offsets[] as the first row. [rjw: Changelog] Reported-and-tested-by: Jan Hoffmann References: http://bugzilla.kernel.org/show_bug.cgi?id=60519 Signed-off-by: Lan Tianyu Signed-off-by: Rafael J. Wysocki

[051/121] drm/radeon/atom: initialize more atom interpretor elements to 0

2013-09-07 Thread Ben Hutchings
invalid fb offset since it has a bad mask set when setting the fb base. While here initialize all the atom interpretor elements to 0. Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=60639 Signed-off-by: Alex Deucher Signed-off-by: Ben Hutchings --- drivers/gpu/drm/radeon/atom.c | 5 + 1

[098/121] Hexagon: misc compile warning/error cleanup due to missing headers

2013-09-07 Thread Ben Hutchings
3.2.51-rc1 review patch. If anyone has any objections, please let me know. -- From: Richard Kuo commit 6bbbc30ce6b0ae428575c8af7c2a6c342c534e19 upstream. Fixed warnings/errors for EXPORT_SYMBOL, linux_binprm, elf related defines Signed-off-by: Richard Kuo Signed-off-by: Ben

[099/121] iwl4965: fix rfkill set state regression

2013-09-07 Thread Ben Hutchings
, context, naming] Signed-off-by: Ben Hutchings --- drivers/net/wireless/iwlegacy/iwl4965-base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/net/wireless/iwlegacy/iwl4965-base.c +++ b/drivers/net/wireless/iwlegacy/iwl4965-base.c @@ -872,9 +872,9 @@ static void

[023/121] jfs: fix readdir cookie incompatibility with NFSv4

2013-09-07 Thread Ben Hutchings
ntext - s/ctx->pos/filp->f_pos/] Signed-off-by: Ben Hutchings --- fs/jfs/jfs_dtree.c | 31 +++ 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/fs/jfs/jfs_dtree.c b/fs/jfs/jfs_dtree.c index 8743ba9..0ec767e 100644 --- a/fs/jfs/jfs_dtree.c +++ b/fs/jfs/

[088/121] nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP error detection

2013-09-07 Thread Ben Hutchings
i Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Ben Hutchings --- fs/nilfs2/segbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/nilfs2/segbuf.c +++ b/fs/nilfs2/segbuf.c @@ -376,12 +376,12 @@ static int nilfs_segbuf_submit_bio(struc bi

[097/121] sparc32: support atomic64_t

2013-09-07 Thread Ben Hutchings
Ravnborg Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- arch/sparc/Kconfig | 1 + arch/sparc/include/asm/atomic_32.h | 2 ++ 2 files changed, 3 insertions(+) --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -31,6 +31,7 @@ config SPARC config SPARC32

[035/121] Bluetooth: Add support for Atheros [0cf3:e003]

2013-09-07 Thread Ben Hutchings
Padovan Signed-off-by: Ben Hutchings --- drivers/bluetooth/ath3k.c | 2 ++ drivers/bluetooth/btusb.c | 1 + 2 files changed, 3 insertions(+) --- a/drivers/bluetooth/ath3k.c +++ b/drivers/bluetooth/ath3k.c @@ -93,6 +93,7 @@ static struct usb_device_id ath3k_table[ { USB_DEVICE(0x04c5

[087/121] nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP error

2013-09-07 Thread Ben Hutchings
was found by Dan Carpenter and he suggests first version of the fix too. Signed-off-by: Vyacheslav Dubeyko Reported-by: Dan Carpenter Acked-by: Ryusuke Konishi Tested-by: Ryusuke Konishi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Ben Hutchings --- fs/nilfs2

[029/121] ath9k_htc: do some initial hardware configuration

2013-09-07 Thread Ben Hutchings
/open-ath9k-htc-firmware/issues/1 Tested-by: Bo Shi Signed-off-by: Oleksij Rempel Signed-off-by: John W. Linville Signed-off-by: Ben Hutchings --- drivers/net/wireless/ath/ath9k/htc_drv_init.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/net/wireless/ath/ath9k/htc_drv_init.c +++ b/drivers

[117/121] sparc32: Add ucmpdi2.o to obj-y instead of lib-y.

2013-09-07 Thread Ben Hutchings
odules. Signed-off-by: David S. Miller Cc: Guenter Roeck Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- arch/sparc/lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/sparc/lib/Makefile b/arch/sparc/lib/Makefile index f6f5f38..49615

[059/121] cifs: don't instantiate new dentries in readdir for inodes that need to be revalidated immediately

2013-09-07 Thread Ben Hutchings
eve French [bwh: Backported to 3.2: need to return NULL] Signed-off-by: Ben Hutchings --- fs/cifs/readdir.c | 8 1 file changed, 8 insertions(+) --- a/fs/cifs/readdir.c +++ b/fs/cifs/readdir.c @@ -96,6 +96,14 @@ cifs_readdir_lookup(struct dentry *paren d

[018/121] ALSA: usb-audio: skip UAC2 EFFECT_UNIT

2013-09-07 Thread Ben Hutchings
-off-by: Eldad Zack Signed-off-by: Takashi Iwai Signed-off-by: Ben Hutchings --- sound/usb/mixer.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) --- a/sound/usb/mixer.c +++ b/sound/usb/mixer.c @@ -720,8 +720,19 @@ static int check_input_term(struct mixer

[040/121] serial/mxs-auart: fix race condition in interrupt handler

2013-09-07 Thread Ben Hutchings
Kroah-Hartman Signed-off-by: Ben Hutchings --- drivers/tty/serial/mxs-auart.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) --- a/drivers/tty/serial/mxs-auart.c +++ b/drivers/tty/serial/mxs-auart.c @@ -374,11 +374,18 @@ static void mxs_auart_settermios(struct static

[072/121] fs/proc/task_mmu.c: fix buffer overflow in add_page_map()

2013-09-07 Thread Ben Hutchings
: Yonghua Zheng Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds [bwh: Backported to 3.2: - Adjust context - There is no pagemap_entry_t definition; keep using u64] Signed-off-by: Ben Hutchings --- fs/proc/task_mmu.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) --- a/fs

[052/121] cifs: extend the buffer length enought for sprintf() using

2013-09-07 Thread Ben Hutchings
256, and define the related macro instead of hard code number '256'. Signed-off-by: Chen Gang Reviewed-by: Jeff Layton Reviewed-by: Shirish Pargaonkar Reviewed-by: Scott Lovenberg Signed-off-by: Steve French [bwh: Backported to 3.2: - Adjust context in sess.c - Drop inapplicable cha

[022/121] NFSv4.1: integer overflow in decode_cb_sequence_args()

2013-09-07 Thread Ben Hutchings
-by: Dan Carpenter Signed-off-by: Trond Myklebust Signed-off-by: Ben Hutchings --- fs/nfs/callback_xdr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/fs/nfs/callback_xdr.c +++ b/fs/nfs/callback_xdr.c @@ -451,9 +451,9 @@ static __be32 decode_cb_sequence_args(st args

[077/121] USB: keyspan: fix null-deref at disconnect and release

2013-09-07 Thread Ben Hutchings
interface private data) at disconnect or release. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- drivers/usb/serial/keyspan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/usb/serial/keyspan.c +++ b/drivers/usb/serial

[032/121] Bluetooth: ath3k: Add support for Fujitsu Lifebook UH5x2 [04c5:1330]

2013-09-07 Thread Ben Hutchings
(wlcon) Sub=01 Prot=01 Driver=btusb I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb Signed-off-by: Thomas Loo Signed-off-by: Gustavo Padovan Signed-off-by: Ben Hutchings --- drivers/bluetooth/ath3k.c | 2 ++ drivers/bluetooth/btusb.c | 1 + 2 files changed, 3 insertions

[049/121] USB: serial: ftdi_sio: add more RT Systems ftdi devices

2013-09-07 Thread Ben Hutchings
eur radios. This patch is a full listing of their current product offerings and should allow these cables to all be recognized. Signed-off-by: Rick Farina (Zero_Chaos) Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- drivers/usb/serial/ftdi_sio.

[000/121] 3.2.51-rc1 review

2013-09-07 Thread Ben Hutchings
tants [b497ceb964a80ebada3b9b3cea4261409039e25a] Ben Hutchings (2): Revert "PM / Domains: Fix handling of wakeup devices during system resume" [not upstream; the change being reverted is correct for Linux 3.3+] ifb: Include [not upstream; seems to be included indirectly in all

[017/121] af_key: initialize satype in key_notify_policy_flush()

2013-09-07 Thread Ben Hutchings
Signed-off-by: Steffen Klassert Signed-off-by: Ben Hutchings --- net/key/af_key.c | 1 + 1 file changed, 1 insertion(+) --- a/net/key/af_key.c +++ b/net/key/af_key.c @@ -2687,6 +2687,7 @@ static int key_notify_policy_flush(const hdr->sadb_msg_pid = c->pid; hdr->sadb_ms

[107/121] workqueue: cond_resched() after processing each work item

2013-09-07 Thread Ben Hutchings
nces: http://thread.gmane.org/gmane.linux.kernel/1552567 [bwh: Backported to 3.2: adjust context] Signed-off-by: Ben Hutchings --- kernel/workqueue.c | 9 + 1 file changed, 9 insertions(+) --- a/kernel/workqueue.c +++ b/kernel/workqueue.c @@ -1920,6 +1920,15 @@ __acquires(&

[105/121] SUNRPC: Fix memory corruption issue on 32-bit highmem systems

2013-09-07 Thread Ben Hutchings
or not. In the former case of we know that the memory ranges cannot possibly overlap, so we can additionally micro-optimise by replacing memmove() with memcpy(). Reported-by: Mark Young Reported-by: Matt Craighead Cc: Bruce Fields Signed-off-by: Trond Myklebust Tested-by: Matt Craighead Sig

[039/121] USB: mos7840: fix race in register handling

2013-09-07 Thread Ben Hutchings
control-urb busy flag. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman [bwh: Backported to 3.2: adjust context] Signed-off-by: Ben Hutchings --- drivers/usb/serial/mos7840.c | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) --- a/drivers/usb/serial/mos7840

[026/121] mac80211: fix duplicate retransmission detection

2013-09-07 Thread Ben Hutchings
uch frames. I found this error while testing AP powersave, it lead to retransmitted PS-Poll frames being dropped entirely as the data beyond the end of the SKB was always zero. Signed-off-by: Johannes Berg Signed-off-by: Ben Hutchings --- net/mac80211/rx.c | 10 -- 1 file changed, 8

[046/121] virtio: console: fix raising SIGIO after port unplug

2013-09-07 Thread Ben Hutchings
-by: Ben Hutchings --- drivers/char/virtio_console.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) --- a/drivers/char/virtio_console.c +++ b/drivers/char/virtio_console.c @@ -1284,12 +1284,14 @@ static void unplug_port(struct port *por spin_unlock_irq(&port->

[010/121] sctp: fully initialize sctp_outq in sctp_outq_init

2013-09-07 Thread Ben Hutchings
ructure is in a known state there instead. Signed-off-by: Neil Horman Reported-by: "West, Steve (NSN - US/Fort Worth)" CC: Vlad Yasevich CC: net...@vger.kernel.org CC: da...@davemloft.net Acked-by: Vlad Yasevich Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings ---

[066/121] ALSA: 6fire: make buffers DMA-able (midi)

2013-09-07 Thread Ben Hutchings
: Takashi Iwai Signed-off-by: Ben Hutchings --- sound/usb/6fire/midi.c | 16 +++- sound/usb/6fire/midi.h | 6 +- 2 files changed, 16 insertions(+), 6 deletions(-) --- a/sound/usb/6fire/midi.c +++ b/sound/usb/6fire/midi.c @@ -20,6 +20,10 @@ #include "chip.h" #inclu

[031/121] Bluetooth: Add support for Mediatek Bluetooth device [0e8d:763f]

2013-09-07 Thread Ben Hutchings
tr=01(Isoc) MxPS= 63 Ivl=1ms E: Ad=83(I) Atr=01(Isoc) MxPS= 63 Ivl=1ms Signed-off-by: Cho, Yu-Chen Signed-off-by: Gustavo Padovan Signed-off-by: John W. Linville Signed-off-by: Ben Hutchings --- drivers/bluetooth/btusb.c | 3 +++ 1 file changed, 3 insertions(+) --- a/drivers/bluetooth/btu

[083/121] [SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signal

2013-09-07 Thread Ben Hutchings
Huge thanks to Costa Sapuntzakis for the original pointer to this bug in the sg code. Signed-off-by: Roland Dreier Tested-by: David Milburn Cc: Jens Axboe Signed-off-by: James Bottomley Signed-off-by: Ben Hutchings --- fs/bio.c | 20 +++- 1 file changed, 15 insertions(+), 5

[067/121] jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()

2013-09-07 Thread Ben Hutchings
reporting. So replace __ext4_journal_stop() with ext4_journal_abort_handle() which was there before that commit and add WARN_ON_ONCE() to dump stack to provide useful information. Reported-by: Sage Weil Signed-off-by: Jan Kara Signed-off-by: "Theodore Ts'o" Signed-off-by: Ben Hutching

[069/121] USB: ti_usb_3410_5052: fix big-endian firmware handling

2013-09-07 Thread Ben Hutchings
pport") and 05a3d905 ("ti_usb_3410_5052: support alternate firmware") which made the driver use the wrong firmware for certain devices on big-endian machines. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman [bwh: Backported to 3.2: adjust context] Signed-off-by: Ben Hut

[106/121] drivers/base/memory.c: fix show_mem_removable() to handle missing sections

2013-09-07 Thread Ben Hutchings
Cc: "Rafael J. Wysocki" Cc: Yinghai Lu Reviewed-by: Yasuaki Ishimatsu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Ben Hutchings --- drivers/base/memory.c | 2 ++ 1 file changed, 2 insertions(+) --- a/drivers/base/memory.c +++ b/drivers/base/memory.c @@

[119/121] target: Fix trailing ASCII space usage in INQUIRY vendor+model

2013-09-07 Thread Ben Hutchings
-by: Tomas Molota Signed-off-by: Nicholas Bellinger [bwh: Backported to 3.2, based on Nicholas's versions for 3.0 and 3.4] Signed-off-by: Ben Hutchings --- drivers/target/target_core_cdb.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) --- a/drivers/target/target_c

[014/121] af_key: more info leaks in pfkey messages

2013-09-07 Thread Ben Hutchings
bers which don't get initialized and could disclose small amounts of private information. Acked-by: Mathias Krause Signed-off-by: Dan Carpenter Acked-by: Steffen Klassert Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- net/key/af_key.c | 4 1 file changed, 4 insertions(+

[104/121] sunrpc: remove the second argument of k[un]map_atomic()

2013-09-07 Thread Ben Hutchings
3.2.51-rc1 review patch. If anyone has any objections, please let me know. -- From: Cong Wang commit b85417860172ff693dc115d7999805fc240cec1c upstream. Signed-off-by: Cong Wang [bwh: Cherry-picked for 3.2 to let the next fix apply cleanly] Signed-off-by: Ben Hutchings

[082/121] block: Add bio_for_each_segment_all()

2013-09-07 Thread Ben Hutchings
when SG_IO is interrupted by a signal'] Signed-off-by: Ben Hutchings --- --- a/drivers/md/raid1.c +++ b/drivers/md/raid1.c @@ -1139,7 +1139,7 @@ read_again: * know the original bi_idx, so we just free

[116/121] sparc32: add ucmpdi2

2013-09-07 Thread Ben Hutchings
Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- arch/sparc/lib/Makefile | 2 +- arch/sparc/lib/ucmpdi2.c | 19 +++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 arch/sparc/lib/ucmpdi2.c diff --git a/arch/sparc/lib/Makefile b/arch

[006/121] perf: Fix event group context move

2013-09-07 Thread Ben Hutchings
Weisbecker Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Cc: Vince Weaver Link: http://lkml.kernel.org/r/1359714225-4231-1-git-send-email-jo...@redhat.com Signed-off-by: Ingo Molnar Signed-off-by: Ben Hutchings --- kernel/events/core.c | 20 ++-- 1 file changed

[065/121] ALSA: 6fire: make buffers DMA-able (pcm)

2013-09-07 Thread Ben Hutchings
: Takashi Iwai [bwh: Backported to 3.2: adjust context] Signed-off-by: Ben Hutchings --- sound/usb/6fire/pcm.c | 41 - sound/usb/6fire/pcm.h | 2 +- 2 files changed, 41 insertions(+), 2 deletions(-) --- a/sound/usb/6fire/pcm.c +++ b/sound/usb/6fire/pcm.c

[101/121] powerpc: Don't Oops when accessing /proc/powerpc/lparcfg without hypervisor

2013-09-07 Thread Ben Hutchings
and adding the necessary hypervisor check before calling the H_GET_EM_PARMS hypercall Signed-off-by: Benjamin Herrenschmidt [bwh: Backported to 3.2: lparcfg_cleanup() was a bit different] Signed-off-by: Ben Hutchings --- arch/powerpc/kernel/lparcfg.c | 22 +- 1 file changed, 9 in

[008/121] arcnet: cleanup sizeof parameter

2013-09-07 Thread Ben Hutchings
o use the header size and not the sizeof the header size. Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- drivers/net/arcnet/arcnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/arcnet/arcnet.c b/drivers/net/a

[114/121] m32r: make memset() global for CONFIG_KERNEL_BZIP2=y

2013-09-07 Thread Ben Hutchings
ds Signed-off-by: Ben Hutchings --- arch/m32r/boot/compressed/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/m32r/boot/compressed/misc.c b/arch/m32r/boot/compressed/misc.c index 3147aa2..28a0952 100644 --- a/arch/m32r/boot/compressed/misc.c +++ b/arch/m32r/boot/

[058/121] ALSA: 6fire: fix DMA issues with URB transfer_buffer usage

2013-09-07 Thread Ben Hutchings
. Furthermore, transfer_buffer should not be allocated as part of larger device structure because DMA coherency issues and patch fixes this issue too. Signed-off-by: Jussi Kivilinna Tested-by: Torsten Schenk Signed-off-by: Takashi Iwai [bwh: Backported to 3.2: adjust context] Signed-off-by: Ben

[064/121] Hostap: copying wrong data prism2_ioctl_giwaplist()

2013-09-07 Thread Ben Hutchings
ata instead. Signed-off-by: Dan Carpenter Signed-off-by: John W. Linville Signed-off-by: Ben Hutchings --- drivers/net/wireless/hostap/hostap_ioctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/net/wireless/hostap/hostap_ioctl.c +++ b/drivers/net/wireless/hostap/host

[086/121] [SCSI] zfcp: fix schedule-inside-lock in scsi_device list loops

2013-09-07 Thread Ben Hutchings
in Linux 2.6.37 by commit b62a8d9b45b971a67a0f8413338c230e3117dff5 "[SCSI] zfcp: Use SCSI device data zfcp_scsi_dev instead of zfcp_unit". Reported-by: Christian Borntraeger Signed-off-by: Martin Peschke Signed-off-by: Steffen Maier Signed-off-by: James Bottomley Signed-off-b

[081/121] xen/events: mask events when changing their VCPU binding

2013-09-07 Thread Ben Hutchings
Beulich [bwh: Backported to 3.2: remove the BM() cast] Signed-off-by: Ben Hutchings --- drivers/xen/events.c | 11 +++ 1 file changed, 11 insertions(+) --- a/drivers/xen/events.c +++ b/drivers/xen/events.c @@ -1340,8 +1340,10 @@ void rebind_evtchn_irq(int evtchn, int i /* Rebind an evtchn so

[085/121] [SCSI] zfcp: fix lock imbalance by reworking request queue locking

2013-09-07 Thread Ben Hutchings
f the critical section. It is okay to call zfcp_erp_adapter_reopen() with req_q_lock held. Reported-by: Mikulas Patocka Reported-by: Heiko Carstens Signed-off-by: Martin Peschke Signed-off-by: Steffen Maier Signed-off-by: James Bottomley Signed-off-by: Ben Hutchings --- drivers/s390/scsi/zfc

[084/121] of: fdt: fix memory initialization for expanded DT

2013-09-07 Thread Ben Hutchings
will crash attempting to do so on the nodes from FDT -- they are not allocated via kzmalloc(). Signed-off-by: Wladislav Wiebe Acked-by: Alexander Sverdlin Signed-off-by: Rob Herring Signed-off-by: Ben Hutchings --- drivers/of/fdt.c | 2 ++ 1 file changed, 2 insertions(+) --- a/drivers/of/f

[112/121] m32r: consistently use "suffix-$(...)"

2013-09-07 Thread Ben Hutchings
x] Error 2 make[3]: *** [zImage] Error 2 Correct the other locations to fix this. Signed-off-by: Geert Uytterhoeven Cc: Hirokazu Takata Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Ben Hutchings --- arch/m32r/boot/compressed/Makefile | 6 +++--- 1 file changed,

[024/121] vm: add no-mmu vm_iomap_memory() stub

2013-09-07 Thread Ben Hutchings
from anybody actually using nommu even to this trivial patch, so I'm not going to touch it any more than required. Here's the fairly minimal stub to make the nommu case at least potentially work. It doesn't seem like anybody cares, though. Signed-off-by: Linus Torvalds Signed-o

[078/121] drm/i915: Invalidate TLBs for the rings after a reset

2013-09-07 Thread Ben Hutchings
off-by: Chris Wilson Tested-by: Thiago Macieira Signed-off-by: Daniel Vetter [bwh: Backported to 3.2: add definition of RING_INSTPM() from commit c1cd90ed7957 'drm/i915: collect more per ring error state'] Signed-off-by: Ben Hutchings --- drivers/gpu/drm/i915/i915_reg.h

[015/121] net_sched: info leak in atm_tc_dump_class()

2013-09-07 Thread Ben Hutchings
eviewed-by: Jiri Pirko Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- net/sched/sch_atm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/sched/sch_atm.c b/net/sched/sch_atm.c index e25e490..6e38ef0 100644 --- a/net/sched/sch_atm.c +++ b/net/sched/sch_atm.c @@ -606,6 +606,7

[091/121] microblaze: Update microblaze defconfigs

2013-09-07 Thread Ben Hutchings
: Ben Hutchings --- arch/microblaze/configs/mmu_defconfig | 49 +++ arch/microblaze/configs/nommu_defconfig | 71 +++-- 2 files changed, 75 insertions(+), 45 deletions(-) --- a/arch/microblaze/configs/mmu_defconfig +++ b/arch/microblaze/configs

[092/121] sound: Fix make allmodconfig on MIPS

2013-09-07 Thread Ben Hutchings
. As a simple workaround, just add a Kconfig dependency. Reported-by: Andrew Morton Cc: Ralf Baechle Signed-off-by: Takashi Iwai Cc: Guenter Roeck Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- sound/oss/Kconfig | 1 + 1 file changed, 1 insertion(+) --- a/sound/oss

[002/121] mm/memory-hotplug: fix lowmem count overflow when offline pages

2013-09-07 Thread Ben Hutchings
: KAMEZAWA Hiroyuki Cc: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds [Backported for 3.4-stable. Adjusted context.] Signed-off-by: Zhouping Liu Signed-off-by: Ben Hutchings --- mm/page_alloc.c | 4 1 file changed, 4 insertions(+) --- a/mm/page_alloc.c +++ b

[033/121] Bluetooth: ath3k: Add support for ID 0x13d3/0x3402

2013-09-07 Thread Ben Hutchings
://bugzilla.kernel.org/show_bug.cgi?id=59701 Signed-off-by: Sujith Manoharan Signed-off-by: Gustavo Padovan Signed-off-by: Ben Hutchings --- drivers/bluetooth/ath3k.c | 2 ++ drivers/bluetooth/btusb.c | 1 + 2 files changed, 3 insertions(+) --- a/drivers/bluetooth/ath3k.c +++ b/drivers/bluetooth/ath3k.c

[001/121] ifb: Include

2013-09-07 Thread Ben Hutchings
3.2.51-rc1 review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings commit b51c3427e95b ('ifb: fix rcu_sched self-detected stalls', commit 440d57bc5ff5 upstream) added a call to cond_resched(), which is declared in '#include &#x

[074/121] m68k: Truncate base in do_div()

2013-09-07 Thread Ben Hutchings
3.2.51-rc1 review patch. If anyone has any objections, please let me know. -- From: Andreas Schwab commit ea077b1b96e073eac5c3c5590529e964767fc5f7 upstream. Explicitly truncate the second operand of do_div() to 32 bits to guard against bogus code calling it with a 64-bit divis

[121/121] x86/xen: do not identity map UNUSABLE regions in the machine E820

2013-09-07 Thread Ben Hutchings
0 - 0001 (reserved) (XEN) 0001 - 00063000 (usable) Signed-off-by: David Vrabel [v1: Altered the patch and description with domU's with UNUSABLE regions] Signed-off-by: Konrad Rzeszutek Wilk Signed-off-by: Ben Hutchings --- arch/x86/xen/se

[080/121] xen/events: initialize local per-cpu mask for all possible events

2013-09-07 Thread Ben Hutchings
masks. Signed-off-by: David Vrabel Signed-off-by: Konrad Rzeszutek Wilk Signed-off-by: Ben Hutchings --- drivers/xen/events.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/xen/events.c +++ b/drivers/xen/events.c @@ -316,7 +316,7 @@ static void init_evtchn_cpu_bindings(voi

[096/121] [PARISC] include in drivers/parisc/iommu-helpers.h

2013-09-07 Thread Ben Hutchings
ers/parisc/sba_iommu.o] Error 1 drivers/parisc/iommu-helpers.h needs to #include where prefetchw is declared. Signed-off-by: WANG Cong Signed-off-by: James Bottomley Signed-off-by: Ben Hutchings --- drivers/parisc/iommu-helpers.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/pa

[036/121] ARM: 7791/1: a.out: remove partial a.out support

2013-09-07 Thread Ben Hutchings
: Ben Hutchings --- --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1,7 +1,6 @@ config ARM bool default y - select HAVE_AOUT select HAVE_DMA_API_DEBUG select HAVE_IDE if PCI || ISA || PCMCIA select HAVE_MEMBLOCK --- a/arch/arm/include/asm/a.out-core.h

[090/121] SCSI: nsp32: use mdelay instead of large udelay constants

2013-09-07 Thread Ben Hutchings
Bergmann Acked-by: GOTO Masanori Cc: YOKOTA Hiroshi Cc: "James E.J. Bottomley" Cc: Guenter Roeck Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- drivers/scsi/nsp32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/scsi/nsp32.c +++ b/drivers/sc

[037/121] x86, fpu: correct the asm constraints for fxsave, unbreak mxcsr.daz

2013-09-07 Thread Ben Hutchings
kernel 2.6.12. Signed-off-by: H. Peter Anvin Signed-off-by: Ben Hutchings --- arch/x86/kernel/i387.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/x86/kernel/i387.c +++ b/arch/x86/kernel/i387.c @@ -51,7 +51,7 @@ void __cpuinit mxcsr_feature_mask_init(v clts();

[003/121] libata: make it clear that sata_inic162x is experimental

2013-09-07 Thread Ben Hutchings
Signed-off-by: Tejun Heo Reported-by: Martin Braure de Calignon Reported-by: Ben Hutchings Reported-by: risc4...@yahoo.com Signed-off-by: Ben Hutchings --- drivers/ata/Kconfig | 2 +- drivers/ata/sata_inic162x.c | 14 ++ 2 files changed, 15 insertions(+), 1 deletion(-

[045/121] virtio: console: clean up port data immediately at time of unplug

2013-09-07 Thread Ben Hutchings
all the context, and all that's left to do when the references to the port have dropped is to free up the port struct itself. Reported-by: chayang Reported-by: YOGANANTH SUBRAMANIAN Reported-by: FuXiangChun Reported-by: Qunfang Zhang Reported-by: Sibiao Luo Signed-off-by: Amit Sh

[109/121] drm/vmwgfx: Split GMR2_REMAP commands if they are to large

2013-09-07 Thread Ben Hutchings
-off-by: Jakob Bornecrantz Reviewed-by: Biran Paul Reviewed-by: Zack Rusin Signed-off-by: Dave Airlie Signed-off-by: Ben Hutchings --- drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c | 58 + 1 file changed, 39 insertions(+), 19 deletions(-) --- a/drivers/gpu/drm/vmwgfx

[021/121] slab: introduce kmalloc_array()

2013-09-07 Thread Ben Hutchings
Morton Suggested-by: Jens Axboe Signed-off-by: Xi Wang Cc: Dan Carpenter Acked-by: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Pekka Enberg Signed-off-by: Ben Hutchings --- include/linux/slab.h | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff

[057/121] tracing: Fix fields of struct trace_iterator that are zeroed by mistake

2013-09-07 Thread Ben Hutchings
TE options. Link: http://lkml.kernel.org/r/1375463803-3085183-1-git-send-email-ava...@openvz.org Signed-off-by: Andrew Vagin Signed-off-by: Steven Rostedt [bwh: Backported to 3.2: there's no snapshot field] Signed-off-by: Ben Hutchings --- include/linux/ftrace_event.h | 10 ++ ke

[073/121] m68k/atari: ARAnyM - Fix NatFeat module support

2013-09-07 Thread Ben Hutchings
the stack to work around this issue. Reported-by: Thorsten Glaser Signed-off-by: Geert Uytterhoeven Signed-off-by: Ben Hutchings --- arch/m68k/emu/natfeat.c | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) --- a/arch/m68k/emu/natfeat.c +++ b/arch/m68k/emu

Re: [16/85] b43: ensue that BCMA is "y" when B43 is "y"

2013-09-09 Thread Ben Hutchings
On Mon, Sep 09, 2013 at 02:01:15PM -0400, Steven Rostedt wrote: > On Wed, Jul 24, 2013 at 03:02:45PM +0100, Ben Hutchings wrote: > > 3.2.49-rc1 review patch. If anyone has any objections, please let me know. > > > > -- > > > > From

Re: [16/85] b43: ensue that BCMA is "y" when B43 is "y"

2013-09-10 Thread Ben Hutchings
ed by the change. > > Therefore, for now I leave /r/ as-is, but you can use /g/ to direct to > gmane instead of marc.info: > > http://lkml.kernel.org/g/5187eb95.2060...@infradead.org [...] Thanks! Ben. -- Ben Hutchings If more than one person is responsible for a bug, no one is at fault. signature.asc Description: This is a digitally signed message part

Re: [PATCH] [Trivial] remove unnecessary header file inclusion

2013-09-13 Thread Ben Hutchings
,7 +4,6 @@ > #include > #include > #include > -#include > #include > #include > -- Ben Hutchings, Staff Engineer, Solarflare Not speaking for my employer; that's the marketing department's job. They asked us to note that Solarflare product names are tr

Re: [PATCH RFC 00/77] Re-design MSI/MSI-X interrupts enablement pattern

2013-10-07 Thread Ben Hutchings
ith 0..nvec-1 in order, but not always. And the IRQ numbers returned aren't usually contiguous either, on x86. Ben. > And for the cleanup ... well that's what the "pcim" functions are for, > we can just make MSI-X variants. -- Ben Hutchings, Staff Engineer, Solarflare Not

Re: [PATCH RFC 00/77] Re-design MSI/MSI-X interrupts enablement pattern

2013-10-07 Thread Ben Hutchings
ctions should be implemented using the same loop that drivers are expected to use now. Ben. -- Ben Hutchings, Staff Engineer, Solarflare Not speaking for my employer; that's the marketing department's job. They asked us to note that Solarflare product names are trademarked. -- To u

Re: [PATCH V2 5/6] vhost_net: poll vhost queue after marking DMA is done

2013-08-30 Thread Ben Hutchings
% 16)) > vhost_poll_queue(&vq->poll); > - /* set len to mark this desc buffers done DMA */ > - vq->heads[ubuf->desc].len = success ? > - VHOST_DMA_DONE_LEN : VHOST_DMA_FAILED_LEN; > - vhost_net_ubuf_put(ubufs); > } > > /*

Re: IRQ affinity notifiers vs RT

2013-08-30 Thread Ben Hutchings
Sebastian, I saw you came up with a fix for this but apparently without seeing my earlier message: On Thu, 2013-07-25 at 00:31 +0100, Ben Hutchings wrote: > Alexandra Kossovsky reported the following lockdep splat when testing an > out-of-tree version of sfc on 3.6-rt. The problem is speci

Re: stable: a59f4e079d19464eebb9b06513a1d4f55fdae5ba needs backport ?

2013-08-31 Thread Ben Hutchings
rograms? As the changelog says: > > > > [ Since this is an ABI and an old bug, we'll test this via a > > slow upstream route, to hopefully discover any app breakage. ] > > It appears to have caused no trouble. > > So I'm fine with backporting it t

Re: stable: please queue commit 0231bb5 ("perf: Fix event group context move")

2013-08-31 Thread Ben Hutchings
nd the "disabled" flag is not set and sw events come first, then > > some of the perf events won't be started after the call to > > perf_event_open(). > > > > The bug fix should be applicable to kernels >= 3.0 && <= 3.7. > > Acked-by: In

Re: [PATCH][v3.2.y] inetpeer: Invalidate the inetpeer tree along with the routing cache

2013-08-31 Thread Ben Hutchings
ace condition that is fixed > by mainline commit 55432d2, so that commit would also be required: > > commit 55432d2b543a4b6dfae54f5c432a566877a85d90 > Author: Eric Dumazet > Date: Tue Jun 5 03:00:18 2012 + > > inetpeer: fix a race in inetpeer_gc_worker() David,

[PATCH] irq: Always define devm_{request_threaded,free}_irq()

2013-09-01 Thread Ben Hutchings
09959 Signed-off-by: Ben Hutchings --- kernel/Makefile | 2 +- kernel/irq/Makefile | 6 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index 35ef118..ed2c9a9 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -79,7 +79,7 @@ obj-$(CO

[PATCH] hwrng: via-rng: Add MODULE_DEVICE_TABLE

2013-09-01 Thread Ben Hutchings
via-rng currently isn't auto-loaded if built as a module. Signed-off-by: Ben Hutchings --- Compile-tested only. Ben. drivers/char/hw_random/via-rng.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/char/hw_random/via-rng.c b/drivers/char/hw_random/via-rng.c index d0

[PATCH] pch_dma: Add MODULE_DEVICE_TABLE

2013-09-01 Thread Ben Hutchings
pch_dma currently isn't auto-loaded if built as a module. Signed-off-by: Ben Hutchings --- Compile-tested only. Ben. drivers/dma/pch_dma.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/dma/pch_dma.c b/drivers/dma/pch_dma.c index 0bbdea5..c4b02d1 100644 --- a/driver

Re: [ 062/117] ext4: fix ext4_writepages() in presence of truncate

2013-09-29 Thread Ben Hutchings
for any older kernel versions? Ben. -- Ben Hutchings Life is like a sewer: what you get out of it depends on what you put into it. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at h

[stable 3.11] [PATCH] irq: Always define devm_{request_threaded,free}_irq()

2013-09-29 Thread Ben Hutchings
/fetch.php?pkg=linux&arch=s390&ver=3.11%7Erc4-1%7Eexp1&stamp=1376009959 Signed-off-by: Ben Hutchings --- kernel/Makefile | 2 +- kernel/irq/Makefile | 6 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index 35ef118..ed2c9a9

[PATCH] sysrq: Allow access to sensitive keys to be restricted by default

2013-09-29 Thread Ben Hutchings
From: Bastian Blank Add a Kconfig variable to set the initial value of the Magic SysRq mask (sysctl: kernel.sysrq). Signed-off-by: Ben Hutchings --- This has been in Debian for a while, but should probably be signed-off by Bastian as well. Debian sets this to 0x01b6, which excludes

Re: [PATCH] ti-connectivity: add wl1251 firmware and license

2013-09-29 Thread Ben Hutchings
n this pull request, so it looks like there is nothing for me to apply at the moment. Ben. -- Ben Hutchings Life is like a sewer: what you get out of it depends on what you put into it. signature.asc Description: This is a digitally signed message part

Re: IRQ affinity notifiers vs RT

2013-09-30 Thread Ben Hutchings
On Mon, 2013-09-23 at 14:58 +0200, Sebastian Andrzej Siewior wrote: > On 08/30/2013 11:29 PM, Ben Hutchings wrote: > > Sebastian, I saw you came up with a fix for this but apparently without > > seeing my earlier message: > > Yes Ben, I haven't seen it. If I was on Cc I

Re: [PATCH 02/10] intel: Remove extern from function prototypes

2013-09-24 Thread Ben Hutchings
on > correctly? The initial reason for using extern was because not all > compilers made the assumption or made it correctly. You are probably thinking of global variables, where declarations without either 'extern' or an initialiser might or might not be treated as 'common'.

<    2   3   4   5   6   7   8   9   10   11   >