Re: [Techteam] [RFC PATCH] x86-32: Start out eflags and cr4 clean

2013-01-18 Thread Mitch Bradley
On 1/18/2013 4:35 PM, H. Peter Anvin wrote: > On 01/18/2013 05:05 PM, Mitch Bradley wrote: >> >> >> On 1/18/2013 2:42 PM, H. Peter Anvin wrote: >>> On 01/18/2013 04:40 PM, Andres Salomon wrote: Bad news on this patch; I've been told that it breaks booting on an XO-1.5. Does anyone

Re: splice() giving unexpected EOF in 3.7.3 and 3.8-rc4+

2013-01-18 Thread Eric Wong
Eric Dumazet wrote: > On Fri, 2013-01-18 at 21:54 -0800, Eric Dumazet wrote: > > Hmm, this might be already fixed in net-next tree, could you try it ? > > Yes, running your program on net-next seems OK. > > David, we need the two following commits. > commit

Re: splice() giving unexpected EOF in 3.7.3 and 3.8-rc4+

2013-01-18 Thread Willy Tarreau
On Fri, Jan 18, 2013 at 10:13:16PM -0800, Eric Dumazet wrote: > On Fri, 2013-01-18 at 21:54 -0800, Eric Dumazet wrote: > > > > > Hmm, this might be already fixed in net-next tree, could you try it ? > > > > Yes, running your program on net-next seems OK. > > David, we need the two following

[PATCH] dts: vt8500: Add initial dts support for WM8850

2013-01-18 Thread Tony Prisk
This patch adds a soc dtsi for the Wondermedia WM8850. A board dts file is also included for the W70v2 tablet, with support for all the drivers currently in mainline. Signed-off-by: Tony Prisk --- Hi Olof, Sorry this is a bit late. Regards Tony P arch/arm/boot/dts/Makefile |3 +-

Re: Issues with "x86, um: switch to generic fork/vfork/clone" commit

2013-01-18 Thread Al Viro
On Mon, Jan 14, 2013 at 10:42:10AM +0100, Nicolas Dichtel wrote: > Hi, > > I'm running a virtual host (kvm/qemu x86 32 bits 16 CPUs, debian > wheezy) over a x86 64bits target. > The virtual host has problem during the boot with recent kernels > (sometimes, daemons crash, but not always, and not

Re: [PATCH v7 3/4] block: implement runtime pm strategy

2013-01-18 Thread Aaron Lu
On 01/18/2013 11:26 PM, Alan Stern wrote: On Fri, 18 Jan 2013, Aaron Lu wrote: Either you have to make sure the q->nr_pending is always correct, even when runtime PM isn't being used, or else the caller has to make sure that no I/O takes place before blk_pm_runtime_init is called. I think we

[PATCH] rtc: vt8500: Fix year field in vt8500_rtc_set_time

2013-01-18 Thread Tony Prisk
year field is incorrectly masked when setting the date. If the year is beyond 2099, the year field will be incorrectly updated in hardware. This patch masks the year field correctly. Signed-off-by: Edgar Toernig Signed-off-by: Tony Prisk --- Hi Andrew, This patch has been floating around

Re: splice() giving unexpected EOF in 3.7.3 and 3.8-rc4+

2013-01-18 Thread Eric Dumazet
On Fri, 2013-01-18 at 21:54 -0800, Eric Dumazet wrote: > > Hmm, this might be already fixed in net-next tree, could you try it ? > Yes, running your program on net-next seems OK. David, we need the two following commits. They actually fixed a bug : current code in Linus tree can push to the

[PATCH 1/4] drivers/video/wm8505fb.c: use devm_ functions

2013-01-18 Thread Tony Prisk
From: Julia Lawall The various devm_ functions allocate memory that is released when a driver detaches. This patch uses these functions for data that is allocated in the probe function of a platform device and is only freed in the remove function. The patch makes some other cleanups. First,

[PATCH] Staging: Comedi: pcl818: Fixed Coding Style Issues

2013-01-18 Thread Jake Champlin
Fixed single line if statement brace issues as well as pointer errors from checkpatch.pl Signed-off-by: Jake Champlin --- drivers/staging/comedi/drivers/pcl818.c | 19 --- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/drivers/staging/comedi/drivers/pcl818.c

[GIT PULL] video: vt8500: Cleanup for 3.9

2013-01-18 Thread Tony Prisk
Hi Florian, This is a series of patches for the vt8500 framebuffer driver. Mostly cleanup stuff. Non-cleanup: video: vt8500: Make wmt_ge_rops optional - This patch makes hardware accelerated raster ops optional as it doesn't work on the newly added WM8850 (yet). Regards Tony Prisk The

[PATCH 4/4] video: vt8500: Update descriptions in video/Kconfig

2013-01-18 Thread Tony Prisk
This patch updates the descriptions for the VIA VT8500 and Wondermedia WM8xxx-series framebuffer drivers to correctly reflect which hardware they support. Signed-off-by: Tony Prisk --- drivers/video/Kconfig |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git

[PATCH 3/4] video: vt8500: Remove unused platform_data/video-vt8500lcdfb.h

2013-01-18 Thread Tony Prisk
With the conversion to devicetree only for arch-vt8500, this header is no longer required. This patch removes the #include from the two framebuffer drivers that used it, and the header file. Signed-off-by: Tony Prisk --- drivers/video/vt8500lcdfb.c |2 --

[PATCH 2/4] video: vt8500: Make wmt_ge_rops optional

2013-01-18 Thread Tony Prisk
At the moment, accelerated raster ops are always enabled on VT8500 and WM8xxx series SoCs. This patch makes them optional. Signed-off-by: Tony Prisk --- drivers/video/Kconfig | 23 +-- drivers/video/vt8500lcdfb.c | 15 +++ drivers/video/wm8505fb.c|

Re: [PATCH] fs: timerfd.c: fix build error

2013-01-18 Thread Al Viro
On Fri, Jan 18, 2013 at 10:52:52PM +0100, Cong Ding wrote: > Invalid number of parentheses if macro COMPAT is defined Thanks; folded. -- 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

Re: [PATCH v3 00/44] Meta Linux Kernel Port

2013-01-18 Thread Al Viro
On Sat, Jan 12, 2013 at 09:55:07AM +, James Hogan wrote: > Hi Stephen, Al, > > On Sat, Jan 12, 2013 at 12:09:57PM +1100, Stephen Rothwell wrote: > > On Fri, 11 Jan 2013 15:02:06 + James Hogan > > wrote: > > > > > > Okay, I've rebased the metag tree from linux-next onto the master branch

Re: splice() giving unexpected EOF in 3.7.3 and 3.8-rc4+

2013-01-18 Thread Eric Dumazet
On Sat, 2013-01-19 at 04:49 +, Eric Wong wrote: > With the following flow, I'm sometimes getting an unexpected EOF on the > pipe reader even though I never close the pipe writer: > > tcp_wr -write-> tcp_rd -splice-> pipe_wr -> pipe_rd -splice-> /dev/null > > I encounter this in in 3.7.3,

Re: kernel BUG at kernel/smpboot.c:125!

2013-01-18 Thread Hillf Danton
On Sat, Jan 19, 2013 at 3:18 AM, Dave Jones wrote: > Since 3.7, we've started seeing reports of this BUG_ON in kernel/smpboot.c > being hit.. > > 121 if (kthread_should_park()) { > 122 __set_current_state(TASK_RUNNING); > 123

Re: [PATCH 00/10] TTY: switch flipping functions to tty_port

2013-01-18 Thread Steven Rostedt
On Wed, 2013-01-16 at 16:42 +, Alan Cox wrote: > On Wed, 16 Jan 2013 16:59:58 +0100 > > OMG. It contains a true copy of serial_core! > > And it seems to just be another 165x0 driver anyway In fact it looks > like the right thing to do is to take it out and shoot it. We've got a > 16x50

splice() giving unexpected EOF in 3.7.3 and 3.8-rc4+

2013-01-18 Thread Eric Wong
With the following flow, I'm sometimes getting an unexpected EOF on the pipe reader even though I never close the pipe writer: tcp_wr -write-> tcp_rd -splice-> pipe_wr -> pipe_rd -splice-> /dev/null I encounter this in in 3.7.3, 3.8-rc3, and the latest from Linus

Re: Compilation problem with drivers/staging/zsmalloc when !SMP on ARM

2013-01-18 Thread Konrad Rzeszutek Wilk
On Fri, Jan 18, 2013 at 07:11:32PM -0600, Matt Sealey wrote: > On Fri, Jan 18, 2013 at 3:08 PM, Russell King - ARM Linux > wrote: > > On Fri, Jan 18, 2013 at 02:24:15PM -0600, Matt Sealey wrote: > >> Hello all, > >> > >> I wonder if anyone can shed some light on this linking problem I have > >>

Re: Compilation problem with drivers/staging/zsmalloc when !SMP on ARM

2013-01-18 Thread Konrad Rzeszutek Wilk
On Fri, Jan 18, 2013 at 01:45:27PM -0800, Greg Kroah-Hartman wrote: > On Fri, Jan 18, 2013 at 09:08:59PM +, Russell King - ARM Linux wrote: > > On Fri, Jan 18, 2013 at 02:24:15PM -0600, Matt Sealey wrote: > > > Hello all, > > > > > > I wonder if anyone can shed some light on this linking

Re: [ 10/21] target: Add link_magic for fabric allow_link destination target_items

2013-01-18 Thread Ben Hutchings
On Fri, 2013-01-18 at 17:19 -0800, Greg Kroah-Hartman wrote: > 3.4-stable review patch. If anyone has any objections, please let me know. > > -- > > From: Nicholas Bellinger > > commit 0ff8754981261a80f4b77db2536dfea92c2d4539 upstream. > > This patch adds [dev,lun]_link_magic

[PATCH] Staging: ramster: zcache-main: Fixed Bracing Issues

2013-01-18 Thread Jake Champlin
Fixed Coding Style Bracing Issues Signed-off-by: Jake Champlin --- drivers/staging/ramster/zcache-main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/ramster/zcache-main.c b/drivers/staging/ramster/zcache-main.c index a09dd5c..2613889 100644 ---

Re: IPsec AH use of ahash

2013-01-18 Thread Eric Dumazet
On Sat, 2013-01-19 at 03:33 +0100, Michal Kubecek wrote: > Someone already pointed you to http://patchwork.ozlabs.org/ > Please do take a look there. I just did and found that in last three > months, about 3500 patches were submitted to this list, i.e. about > 40 patches per day (including

Re: [PATCH v2 19/76] ARC: Signal handling

2013-01-18 Thread Al Viro
On Sat, Jan 19, 2013 at 03:23:57AM +, Al Viro wrote: > ITYM current_pt_regs()... > > > + if (unlikely(is_do_ss_needed(magic))) > > + if (do_sigaltstack(>uc.uc_stack, NULL, regs->sp) == -EFAULT) > if (!restore_altstack(>uc.uc_stack)) > please... ... only without the braino -

Re: [PATCH v2 13/76] ARC: Low level IRQ/Trap/Exception Handling

2013-01-18 Thread Al Viro
On Fri, Jan 18, 2013 at 05:54:27PM +0530, Vineet Gupta wrote: > + ; --- (Slow Path #3) notify_resume --- > +.Lchk_notify_resume: > + btst r9, TIF_NOTIFY_RESUME > + blnz @do_notify_resume > + b resume_user_mode_begin ; unconditionally back to U mode ret > chks > +

Re: [PATCH v2 10/76] ARC: Fundamental ARCH data-types/defines

2013-01-18 Thread Al Viro
On Fri, Jan 18, 2013 at 05:54:24PM +0530, Vineet Gupta wrote: > +/* work to do on interrupt/exception return */ > +#define _TIF_WORK_MASK (0x & ~_TIF_SYSCALL_TRACE) Yuck... Use the real set, please - there's future-proofing and then there's leaving nasty minefields; this

Re: [PATCH v2 19/76] ARC: Signal handling

2013-01-18 Thread Al Viro
On Fri, Jan 18, 2013 at 05:54:33PM +0530, Vineet Gupta wrote: > +SYSCALL_DEFINE0(rt_sigreturn) > +{ > + struct rt_sigframe __user *sf; > + unsigned int magic; > + int err; > + struct pt_regs *regs = task_pt_regs(current); ITYM current_pt_regs()... > + if

Re: [PATCH v2 16/76] ARC: Syscall support (no-legacy-syscall ABI)

2013-01-18 Thread Al Viro
Please, collapse your #36--#40 into that one (and I'd probably fold #17 here as well, to simplify that reordering). Sure, it's not a bisection hazard, but... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

Re: [PATCH] Staging: zcache-main: Fixed Camel Case Issue

2013-01-18 Thread Cong Ding
On Fri, Jan 18, 2013 at 09:56:44PM -0500, Jake Champlin wrote: > Fixed a camel case coding style issue. > > Signed-off-by: Jake Champlin > --- > drivers/staging/zcache/zcache-main.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

Re: dire state of rtl8192se driver in 3.7

2013-01-18 Thread Norbert Preining
Hi Larry, hi all, it is some time that I didn't post, but here I want to come back to this item. On Sa, 22 Dez 2012, Larry Finger wrote: >> But the DMAR item I also reported points to a real problem I guess. > > Yes, I would agree. That seems to be gone with current kernels 3.8.0-rc3 I have

Re: IPsec AH use of ahash

2013-01-18 Thread Tom St Denis
- Original Message - > From: "Michal Kubecek" > To: "Tom St Denis" > Cc: "Waskiewicz Jr, Peter P" , "David > Miller" , "steffen > klassert" , herb...@gondor.apana.org.au, > linux-kernel@vger.kernel.org, > net...@vger.kernel.org > Sent: Friday, 18 January, 2013 9:33:55 PM > Subject: Re:

[PATCH] Staging: zcache-main: Fixed Camel Case Issue

2013-01-18 Thread Jake Champlin
Fixed a camel case coding style issue. Signed-off-by: Jake Champlin --- drivers/staging/zcache/zcache-main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/zcache/zcache-main.c b/drivers/staging/zcache/zcache-main.c index 52b43b7..95be348 100644 ---

[PATCH] Staging: Comedi: daqboard2000: Fixed Coding Style Issue

2013-01-18 Thread Jake Champlin
Fixed Coding Style Warning Signed-off-by: Jake Champlin --- drivers/staging/comedi/drivers/daqboard2000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/daqboard2000.c b/drivers/staging/comedi/drivers/daqboard2000.c index 992e557..d206c7b

Re: IPsec AH use of ahash

2013-01-18 Thread Michal Kubecek
On Fri, Jan 18, 2013 at 05:31:45PM -0500, Tom St Denis wrote: > My gripe here is suppose I spend professional paid time working on an > AH patch to [in my opinion] fix it and then I get > ignored/stonewalled/etc because I didn't cross a t or dot an i ... ... > ... if the likelihood of seeing it in

Re: [Techteam] [RFC PATCH] x86-32: Start out eflags and cr4 clean

2013-01-18 Thread H. Peter Anvin
On 01/18/2013 05:05 PM, Mitch Bradley wrote: > > > On 1/18/2013 2:42 PM, H. Peter Anvin wrote: >> On 01/18/2013 04:40 PM, Andres Salomon wrote: >>> Bad news on this patch; I've been told that it breaks booting on an >>> XO-1.5. Does anyone from OLPC know why yet? >> >> What are the settings of

Re: [PATCH] udf: add extent cache support in case of file reading

2013-01-18 Thread Cong Ding
On Sat, Jan 19, 2013 at 11:17:14AM +0900, Namjae Jeon wrote: > From: Namjae Jeon > > This patch implements extent caching in case of file reading. > While reading a file, currently, UDF reads metadata serially > which takes a lot of time depending on the number of extents present > in the file.

[PATCH v2 net-next] drivers/net: Enable IOMMU pass through for be2net

2013-01-18 Thread Craig Hada
This patch sets the coherent DMA mask to 64-bit after the be2net driver has been acknowledged that the system is 64-bit DMA capable. The coherent DMA mask is examined by the Intel IOMMU driver to determine whether to allow pass through context mapping for all devices. With this patch, the be2net

[PATCH v2 net-next] drivers/net: Enable IOMMU pass through for be2net

2013-01-18 Thread Craig Hada
This patch sets the coherent DMA mask to 64-bit after the be2net driver has been acknowledged that the system is 64-bit DMA capable. The coherent DMA mask is examined by the Intel IOMMU driver to determine whether to allow pass through context mapping for all devices. With this patch, the

[PATCH] fat: eliminate iterations in fat_search_long in case of EOD

2013-01-18 Thread Namjae Jeon
From: Namjae Jeon When searching a directory for names, we can stop checking for further entries if we detect End of Directory, i.e. if (de->name[0] == 0x00).The current code traverses the cluster chain of a directory until a hit is found or till the last cluster for that directory, ignoring the

[PATCH] udf: add extent cache support in case of file reading

2013-01-18 Thread Namjae Jeon
From: Namjae Jeon This patch implements extent caching in case of file reading. While reading a file, currently, UDF reads metadata serially which takes a lot of time depending on the number of extents present in the file. Caching last accessd extent improves metadata read time. Instead of

Re: linux-next: Tree for Jan 18 [ BROKEN suspend: jbd2|acpi|pm? ]

2013-01-18 Thread Sedat Dilek
doesn't require disk space. >> All it takes is to echo "freezer" to /sys/power/pm_test and then do >> "echo mem > /sys/power/state && sleep 1" in a loop. This is described in >> Documentation/power/basic-pm-debugging.txt IIRC. >> > > [ CCin

Re: [RFC PATCH v5 7/8] PCI/PCIe: add "pci=nopciehp" to disable PCIe native hotplug

2013-01-18 Thread Yijing Wang
于 2013-01-19 1:35, Bjorn Helgaas 写道: > On Fri, Jan 18, 2013 at 9:07 AM, Jiang Liu wrote: >> If user specifies "pci=nopciehp" on kernel boot command line, OSPM >> won't claim PCIe native hotplug service from firmware and no PCIe >> port devices will be created for PCIe native hotplug service. > >

[PATCH 03/05] input: RMI4 I2C physical layer

2013-01-18 Thread Christopher Heiny
Changes here are limited to those described in the 0/5 of this patchset, plus some tweaks to debugging output. Signed-off-by: Christopher Heiny Cc: Dmitry Torokhov Cc: Linus Walleij Cc: Joeri de Gram Acked-by: Jean Delvare --- drivers/input/rmi4/rmi_i2c.c | 141

[ 03/33] firmware: make sure the fw file size is not 0

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Luciano Coelho commit 4adf07fba3bd64472921a01aae0e116f9f948b77 upstream. If the requested firmware file size is 0 bytes in the filesytem, we will try to vmalloc(0), which causes a warning:

[ 04/33] arm64: mm: only wrprotect clean ptes if they are present

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Will Deacon commit 02522463c84748b3b8ad770f9424bcfa70a5b4c4 upstream. Marking non-present ptes as read-only can corrupt file ptes, breaking things like swap and file mappings. This patch

[ 06/33] tcm_fc: Do not indicate retry capability to initiators

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Mark Rustad commit f2eeba214bcd0215b7f558cab6420e5fd153042b upstream. When generating a PRLI response to an initiator, clear the FCP_SPPF_RETRY bit in the response. Signed-off-by: Mark Rustad

[ 07/33] tcm_fc: Do not report target role when target is not defined

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Mark Rustad commit edec8dfefa1f372b2dd8197da555352e76a10c03 upstream. Clear the target role when no target is provided for the node performing a PRLI. Signed-off-by: Mark Rustad Reviewed-by:

[ 09/33] target: Fix use-after-free in LUN RESET handling

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Roland Dreier commit 72b59d6ee8adaa51f70377db0a1917ed489bead8 upstream. If a backend IO takes a really long then an initiator might abort a command, and then when it gives up on the abort,

[ 10/33] target: Release se_cmd when LUN lookup fails for TMR

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Roland Dreier commit 5a3b6fc0092c5f8dee7820064ee54d2631d48573 upstream. When transport_lookup_tmr_lun() fails and we return a task management response from target_complete_tmr_failure(), we

[ 08/33] target: Fix missing CMD_T_ACTIVE bit regression for pending WRITEs

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Roland Dreier commit e627c615553a356f6f70215ebb3933c6e057553e upstream. This patch fixes a regression bug introduced during v3.6.x code with the following commit to drop

[ 01/33] ALSA: hda/hdmi - Work around "alsactl restore" errors

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 6f54c361329dbb67dac9de174e938992651d12d7 upstream. When "alsactl restore" is performed on HDMI codecs, it tries to restore the channel map value since the channel map

[ 12/33] x86/Sandy Bridge: reserve pages when integrated graphics is present

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Jesse Barnes commit a9acc5365dbda29f7be2884efb63771dc24bd815 upstream. SNB graphics devices have a bug that prevent them from accessing certain memory ranges, namely anything below 1M and in

[ 13/33] ALSA: usb - fix race in creation of M-Audio Fast track pro driver

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: David Henningsson commit b98ae2729dea161edc96c9d177459b6c28bcbba5 upstream. A patch in the 3.2 kernel caused regression with hotplugging the M-Audio Fast track pro, or sound after suspend. I

[ 15/33] usb: chipidea: Allow disabling streaming not only in udc mode

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Fabio Estevam commit 929473ea05db455ad88cdc081f2adc556b8dc48f upstream. When running a scp transfer using a USB/Ethernet adapter the following crash happens: $ scp test.tar.gz

[ 16/33] drm/radeon: fix NULL pointer dereference in UMS mode

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Ilija Hadzic commit ff4bd0827764e10a428a9d39e6814c5478863f94 upstream. In UMS mode parser->rdev is NULL, so dereferencing will cause an oops. Signed-off-by: Ilija Hadzic Signed-off-by: Alex

[ 11/33] s390/time: fix sched_clock() overflow

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Heiko Carstens commit ed4f20943cd4c7b55105c04daedf8d63ab6d499c upstream. Converting a 64 Bit TOD format value to nanoseconds means that the value must be divided by 4.096. In order to achieve

[ 19/33] intel-iommu: Prevent devices with RMRRs from being placed into SI Domain

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Tom Mingarelli commit ea2447f700cab264019b52e2b417d689e052dcfd upstream. This patch is to prevent non-USB devices that have RMRRs associated with them from being placed into the SI Domain

[ 05/33] target: use correct sense code for LUN communication failure

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Hannes Reinecke commit 18a9df42d53fabfa43b78be1104838cc8b9762e1 upstream. The ASC/ASCQ code for 'Logical Unit Communication failure' is 0x08/0x00; 0x80/0x00 is vendor specific. Signed-off-by:

[ 20/33] igb: release already assigned MSI-X interrupts if setup fails

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Stefan Assmann commit 52285b762b3681669215bf1d17ca6143448ab7d3 upstream. During MSI-X setup the system might run out of vectors. If this happens the already assigned vectors for this NIC

[ 14/33] ext4: init pagevec in ext4_da_block_invalidatepages

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Eric Sandeen commit 66bea92c69477a75a5d37b9bfed5773c92a3c4b4 upstream. ext4_da_block_invalidatepages is missing a pagevec_init(), which means that pvec->cold contains random garbage. This

[ 24/33] USB: option: add TP-LINK HSUPA Modem MA180

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Bjørn Mork commit 99beb2e9687ffd61c92a9875141eabe6f57a71b9 upstream. The driver description files gives these names to the vendor specific functions on this modem: Diagnostics

[ 23/33] USB: io_ti: Fix NULL dereference in chase_port()

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Wolfgang Frisch commit 1ee0a224bc9aad1de496c795f96bc6ba2c394811 upstream. The tty is NULL when the port is hanging up. chase_port() needs to check for this. This patch is intended for stable

[ 21/33] xen/grant-table: correctly initialize grant table version 1

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Matt Wilson commit d0b4d64aadb9f4a90669848de9ef3819050a98cd upstream. Commit 85ff6acb075a484780b3d763fdf41596d8fc0970 (xen/granttable: Grant tables V2 implementation) changed the

[ 25/33] USB: option: blacklist network interface on ONDA MT8205 4G LTE

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- Signed-off-by: Bjørn Mork commit 2291dff02e5f8c708a46a7c4c888f2c467e26642 upstream. The driver description files gives these names to the vendor specific functions on this modem: Diag

[PATCH] Staging: Comedi: amplc_dio200: Fixed bracing issue

2013-01-18 Thread Jake Champlin
Fixed coding style error Signed-off-by: Jake Champlin --- drivers/staging/comedi/drivers/amplc_dio200.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/comedi/drivers/amplc_dio200.c b/drivers/staging/comedi/drivers/amplc_dio200.c index 5f309ba..b09269d

[ 17/33] drm/radeon: fix a bogus kfree

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Ilija Hadzic commit a6b7e1a02b77ab8fe8775d20a88c53d8ba55482e upstream. parser->chunks[.].kpage[.] is not always kmalloc-ed by the parser initialization, so parser_fini should not try to kfree

[ 27/33] tty: serial: vt8500: fix return value check in vt8500_serial_probe()

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Wei Yongjun commit a6dd114e16cbc4410049a90a8a67b967333d108d upstream. In case of error, function of_clk_get() returns ERR_PTR() and never returns NULL. The NULL test in the return value check

[PATCH] perf: Fix compile warnings in tests/attr.c

2013-01-18 Thread Sukadev Bhattiprolu
>From 4d266e5040c33103f5d226b0d16b89f8ef79e3ad Mon Sep 17 00:00:00 2001 From: Sukadev Bhattiprolu Date: Fri, 18 Jan 2013 11:14:28 -0800 Subject: [PATCH] perf: Fix compile warnings in tests/attr.c Replace '%llu' in printf()s with 'PRIu64' in 'tools/perf/tests/attr.c' to fix compile warnings

[ 28/33] tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handler

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Maxime Ripard commit 68e56cb3a068f9c30971c6117fbbd1e32918e49e upstream. Signed-off-by: Maxime Ripard Signed-off-by: Greg Kroah-Hartman --- drivers/tty/serial/8250/8250_dw.c |2 +- 1

[ 26/33] serial:ifx6x60:Delete SPI timer when shut down port

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: chao bi commit 014b9b4ce84281ccb3d723c792bed19815f3571a upstream. When shut down SPI port, it's possible that MRDY has been asserted and a SPI timer was activated waiting for SRDY assert, in

[ 01/21] sh: Fix FDPIC binary loader

2013-01-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Schwinge commit 4a71997a3279a339e7336ea5d0cd27282e2dea44 upstream. Ensure that the aux table is properly initialized, even when optional features are missing. Without this, the FDPIC

[ 04/21] target: Release se_cmd when LUN lookup fails for TMR

2013-01-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Roland Dreier commit 5a3b6fc0092c5f8dee7820064ee54d2631d48573 upstream. When transport_lookup_tmr_lun() fails and we return a task management response from target_complete_tmr_failure(), we

[ 03/21] tcm_fc: Do not report target role when target is not defined

2013-01-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Mark Rustad commit edec8dfefa1f372b2dd8197da555352e76a10c03 upstream. Clear the target role when no target is provided for the node performing a PRLI. Signed-off-by: Mark Rustad Reviewed-by:

[ 06/21] x86/Sandy Bridge: reserve pages when integrated graphics is present

2013-01-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Jesse Barnes commit a9acc5365dbda29f7be2884efb63771dc24bd815 upstream. SNB graphics devices have a bug that prevent them from accessing certain memory ranges, namely anything below 1M and in

[ 05/21] s390/time: fix sched_clock() overflow

2013-01-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Heiko Carstens commit ed4f20943cd4c7b55105c04daedf8d63ab6d499c upstream. Converting a 64 Bit TOD format value to nanoseconds means that the value must be divided by 4.096. In order to achieve

[ 02/21] tcm_fc: Do not indicate retry capability to initiators

2013-01-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Mark Rustad commit f2eeba214bcd0215b7f558cab6420e5fd153042b upstream. When generating a PRLI response to an initiator, clear the FCP_SPPF_RETRY bit in the response. Signed-off-by: Mark Rustad

[ 19/21] tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handler

2013-01-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Maxime Ripard commit 68e56cb3a068f9c30971c6117fbbd1e32918e49e upstream. Signed-off-by: Maxime Ripard Signed-off-by: Greg Kroah-Hartman --- drivers/tty/serial/8250/8250_dw.c |2 +- 1

[ 07/21] ALSA: usb - fix race in creation of M-Audio Fast track pro driver

2013-01-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: David Henningsson commit b98ae2729dea161edc96c9d177459b6c28bcbba5 upstream. A patch in the 3.2 kernel caused regression with hotplugging the M-Audio Fast track pro, or sound after suspend. I

[ 21/21] staging: vt6656: Fix inconsistent structure packing

2013-01-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings commit 1ee4c55fc9620451b2a825d793042a7e0775391b upstream. vt6656 has several headers that use the #pragma pack(1) directive to enable structure packing, but never disable it.

[ 09/21] r8169: avoid NAPI scheduling delay.

2013-01-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Francois Romieu commit 7dbb491878a2c51d372a8890fa45a8ff80358af1 upstream. While reworking the r8169 driver a few months ago to perform the smallest amount of work in the irq handler, I took

[ 18/21] serial:ifx6x60:Delete SPI timer when shut down port

2013-01-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: chao bi commit 014b9b4ce84281ccb3d723c792bed19815f3571a upstream. When shut down SPI port, it's possible that MRDY has been asserted and a SPI timer was activated waiting for SRDY assert, in

[ 10/21] target: Add link_magic for fabric allow_link destination target_items

2013-01-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit 0ff8754981261a80f4b77db2536dfea92c2d4539 upstream. This patch adds [dev,lun]_link_magic value assignment + checks within generic target_fabric_port_link() and

[ 11/21] intel-iommu: Prevent devices with RMRRs from being placed into SI Domain

2013-01-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Tom Mingarelli commit ea2447f700cab264019b52e2b417d689e052dcfd upstream. This patch is to prevent non-USB devices that have RMRRs associated with them from being placed into the SI Domain

[ 00/16] 3.0.60-stable review

2013-01-18 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.0.60 release. There are 16 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Mon Jan 21 01:20:05 UTC 2013. Anything

[ 01/16] sh: Fix FDPIC binary loader

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Schwinge commit 4a71997a3279a339e7336ea5d0cd27282e2dea44 upstream. Ensure that the aux table is properly initialized, even when optional features are missing. Without this, the FDPIC

[ 02/16] tcm_fc: Do not indicate retry capability to initiators

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Mark Rustad commit f2eeba214bcd0215b7f558cab6420e5fd153042b upstream. When generating a PRLI response to an initiator, clear the FCP_SPPF_RETRY bit in the response. Signed-off-by: Mark Rustad

[ 03/16] tcm_fc: Do not report target role when target is not defined

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Mark Rustad commit edec8dfefa1f372b2dd8197da555352e76a10c03 upstream. Clear the target role when no target is provided for the node performing a PRLI. Signed-off-by: Mark Rustad Reviewed-by:

[ 07/16] powerpc: fix wii_memory_fixups() compile error on 3.0.y tree

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Shuah Khan [not upstream as the code involved was removed in the 3.3.0 release] Fix wii_memory_fixups() the following compile error on 3.0.y tree with wii_defconfig on 3.0.y tree. CC

[ 05/16] x86/Sandy Bridge: reserve pages when integrated graphics is present

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Jesse Barnes commit a9acc5365dbda29f7be2884efb63771dc24bd815 upstream. SNB graphics devices have a bug that prevent them from accessing certain memory ranges, namely anything below 1M and in

[ 08/16] USB: fix endpoint-disabling for failed config changes

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit 36caff5d795429c572443894e8789c2150dd796b upstream. This patch (as1631) fixes a bug that shows up when a config change fails for a device under an xHCI controller. The

[ 09/16] intel-iommu: Prevent devices with RMRRs from being placed into SI Domain

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Tom Mingarelli commit ea2447f700cab264019b52e2b417d689e052dcfd upstream. This patch is to prevent non-USB devices that have RMRRs associated with them from being placed into the SI Domain

[ 10/16] drbd: add missing part_round_stats to _drbd_start_io_acct

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Philipp Reisner commit 72585d2428fa3a0daab02ebad1f41e5ef517dbaa upstream. Without this, iostat frequently sees bogus svctime and >= 100% "utilization". Signed-off-by: Philipp Reisner

[ 06/16] ext4: init pagevec in ext4_da_block_invalidatepages

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Eric Sandeen commit 66bea92c69477a75a5d37b9bfed5773c92a3c4b4 upstream. ext4_da_block_invalidatepages is missing a pagevec_init(), which means that pvec->cold contains random garbage. This

[ 04/16] s390/time: fix sched_clock() overflow

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Heiko Carstens commit ed4f20943cd4c7b55105c04daedf8d63ab6d499c upstream. Converting a 64 Bit TOD format value to nanoseconds means that the value must be divided by 4.096. In order to achieve

[ 13/16] USB: option: add TP-LINK HSUPA Modem MA180

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Bjørn Mork commit 99beb2e9687ffd61c92a9875141eabe6f57a71b9 upstream. The driver description files gives these names to the vendor specific functions on this modem: Diagnostics

[ 14/16] USB: option: blacklist network interface on ONDA MT8205 4G LTE

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- Signed-off-by: Bjørn Mork commit 2291dff02e5f8c708a46a7c4c888f2c467e26642 upstream. The driver description files gives these names to the vendor specific functions on this modem: Diag

[ 16/16] staging: vt6656: Fix inconsistent structure packing

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings commit 1ee4c55fc9620451b2a825d793042a7e0775391b upstream. vt6656 has several headers that use the #pragma pack(1) directive to enable structure packing, but never disable it.

[ 12/16] xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests.

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Andrew Cooper commit 9174adbee4a9a49d0139f5d71969852b36720809 upstream. This fixes CVE-2013-0190 / XSA-40 There has been an error on the xen_failsafe_callback path for failed iret, which

  1   2   3   4   5   6   7   8   9   10   >