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 from
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 9ca1b22d6d228177e6f929f6818a1cd3d5e30
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 co
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 +-
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 al
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
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 since
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 p
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, th
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
b/dr
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 followin
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 a/drivers/v
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 --
drivers/video/wm
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|
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 http://vger
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
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, 3.
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 preempt
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 driver
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
3.8-rc4+(5da1f88b8b727dc3a66c52
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
> >> ri
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 probl
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
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
--- a/dr
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 weekend
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(&sf->uc.uc_stack, NULL, regs->sp) == -EFAULT)
> if (!restore_altstack(&sf->uc.uc_stack))
> please...
... only without the b
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
> +
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 is
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 (unlikely(is_do_ss_nee
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 majord
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 a/drivers/staging/zcache/zcache-main.c
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 had
- 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:
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
--- a/dr
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 1006
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
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 C
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. C
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 dr
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
be2ne
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
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 readin
eezer is rather easy and 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 I
于 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.
>
>
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 ++-
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:
v
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 ensur
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
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:
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, send
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 nee
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 transport_add_cmd_to_qu
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 contro
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 th
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 do
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 fabio@192.168.1.
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 D
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 t
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 duri
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:
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 should
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 affe
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 VID_2357&PID_02
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 s
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 GREFS_PER_GRAN
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 VID_19D2&PI
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 1006
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 i
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 s
>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 (which
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 fil
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 th
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 lo
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 nee
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:
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 th
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 t
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
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 fil
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 do
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. The
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 car
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 th
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 target_f
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 duri
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 receive
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 lo
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
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:
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 ar
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 th
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 control
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 duri
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
Signed-o
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 affe
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 t
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 VID_2357&PID_02
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 VID_19D2&PI
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. The
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 cause
1 - 100 of 688 matches
Mail list logo