2012-10-14 (일), 02:21 +0400, Vyacheslav Dubeyko:
> On Oct 14, 2012, at 12:52 AM, Arnd Bergmann wrote:
>
> > On Friday 05 October 2012, 김재극 wrote:
> >> +const char *media_ext_lists[] = {
> >> + "jpg",
> >> + "gif",
> >> + "png",
> >> + "avi",
> >> + "divx",
> >> +
On Sat, Oct 13, 2012 at 03:42:35PM +0200, Segher Boessenkool wrote:
> >Oh, that's strange. I'm pretty sure I've used -x assembler when I've
> >experimented with using cpp on dts manually before, and it seems to
> >have worked.
>
> Maybe you used "-x assembler-with-cpp"? That should work better ;
Jim Meyering wrote:
> Krishna Gudipati wrote:
>>> -Original Message-
>>> From: Jim Meyering [mailto:j...@meyering.net]
>>> Sent: Monday, August 20, 2012 9:55 AM
>>> To: linux-kernel@vger.kernel.org
>>> Cc: Jim Meyering; Jing Huang; Krishna Gudipati; James E.J. Bottomley; linux-
>>> s...@vge
Hi,
Thanks for spotting the problem and for the patch (it got corrupted
in transfer, so please see if the one below is what you meant).
I'll queue it up for v3.7, but I'm travelling now, so it may take a while.
Thanks,
Rafael
> From: jhbird.c...@samsung.com
> Subject: PM / Domains: Fix memory
Jim Meyering wrote:
> Jim Meyering wrote:
>> Krishna Gudipati wrote:
-Original Message-
From: Jim Meyering [mailto:j...@meyering.net]
Sent: Monday, August 20, 2012 9:55 AM
To: linux-kernel@vger.kernel.org
Cc: Jim Meyering; Jing Huang; Krishna Gudipati; James E.J. Bo
Hi,
Thanks for the patch! I'll queue it up for v3.7 when I get back home from
the current trip (around the -rc3 time frame I suppose).
In future please don't send patches directly to sta...@vger.kernel.org.
That doesn't make -stable pick them up anyway and confuses things.
Thanks,
Rafael
On F
Hi Mark,
On Sat, 13 October 2012 Mark Hounschell wrote:
> On 10/13/2012 02:57 PM, Mark Hounschell wrote:
> > On 10/12/2012 05:14 PM, Bruno Prémont wrote:
> >>> TV - LG 42lb9df
> >>> PC - intel DH77DF motherboard
> >>
> > I have another AMD based PC here with an nvidia card and HDMI port. Using
>
Find below a stab at that, lightly tested.
Arnaldo: the way we include some of the include files directly
into tools/perf/ .c files [such as hw_breakpoint.h] and
represent others transparently via utils/include/ [such as
rbtree.h] is a bit messy and ought to be cleaned up I suspect.
What we w
On Sat, Oct 13, 2012 at 9:17 PM, Mark Hounschell wrote:
> One other thing I failed to mention. If i connect the TV HDMI to the Intel
> boards DVI port using the adapter, at power up I get all the BIOS messages
> and can enter the BIOS and all is fine. But when I let it boot all the way
> up like t
Am 02.10.2012 11:30, schrieb Alexander Holler:
Am 01.10.2012 11:21, schrieb Alexander Holler:
Hello,
Am 01.10.2012 11:10, schrieb Jan Kara:
sha1sum Tainted: P O 3.5.4-9-gfa43f23-dirty #228
BTW, fglrx moodule taints the kernel because it is a proprietary
driver.
I know.
C
On Tue, 2012-10-09 at 17:58 +0100, Mel Gorman wrote:
> This is a backport of the series "Memory policy corruption fixes V2". This
> should apply to 3.6-stable, 3.5-stable, 3.4-stable and 3.0-stable without
> any difficulty. It will not apply cleanly to 3.2 but just drop the "revert"
> patch and th
On 10/14/2012 3:43 AM, Hannu Heikkinen wrote:
> Use the devres managed resource functions in the probe routine.
> Also affects the remove routine where the previously used free and
> release functions are not needed.
>
> The devm_* functions eliminate the need for manual resource releasing and
> s
On Wed, 2012-10-10 at 15:24 -0400, Steven Rostedt wrote:
> Greg, Ben,
>
> Can you add this commit to the stable branches. Without it, the
> migration thread's accounting is just totally screwed up:
>
> By running a simple shell while loop along with a ps loop, top shows:
>
> PID USER PR
Use the devres managed resource functions in the probe routine.
Also affects the remove routine where the previously used free and
release functions are not needed.
The devm_* functions eliminate the need for manual resource releasing and
simplify error handling. Resources allocated by devm_* are
On Thu, 2012-10-11 at 18:22 -0400, David Miller wrote:
> From: Steven Rostedt
> Date: Thu, 11 Oct 2012 18:09:45 -0400
>
> > Can you add this to the 3.2 stable tree.
> >
> > commit 3a3847e007aae732d64d8fd1374126393e9879a3
> > Author: Jesse Brandeburg
> > Date: Wed Jan 4 20:23:33 2012 +
> >
Il 13/10/2012 19:07, Al Viro ha scritto:
On Sat, Oct 13, 2012 at 12:04:55PM -0400, Christoph Hellwig wrote:
On Sat, Oct 13, 2012 at 05:01:15PM +0100, Al Viro wrote:
You know, I'm in the middle of dealing with one such TODO. Yours, as it
were. From six years ago. kernel_thread() unexporting.
On 19:40 Sat 13 Oct , Viresh Kumar wrote:
> On 13 October 2012 19:38, Viresh Kumar wrote:
> > On 13 October 2012 17:52, Jean-Christophe PLAGNIOL-VILLARD
> > wrote:
> >> On 14:18 Sat 13 Oct , Viresh Kumar wrote:
> >>>On Oct 13, 2012 12:16 PM, "Jean-Christophe PLAGNIOL-VILLARD"
> >>>
On 10/14/2012 04:58 AM, Daniel Vetter wrote:
On Sat, Oct 13, 2012 at 9:17 PM, Mark Hounschell wrote:
One other thing I failed to mention. If i connect the TV HDMI to the Intel
boards DVI port using the adapter, at power up I get all the BIOS messages
and can enter the BIOS and all is fine. But
On 10/14/2012 04:41 AM, Bruno Prémont wrote:
Hi Mark,
On Sat, 13 October 2012 Mark Hounschell wrote:
On 10/13/2012 02:57 PM, Mark Hounschell wrote:
On 10/12/2012 05:14 PM, Bruno Prémont wrote:
TV - LG 42lb9df
PC - intel DH77DF motherboard
I have another AMD based PC here with an nvidia ca
Il 13/10/2012 18:19, Christoph Hellwig ha scritto:
if ((attr->ia_valid & ATTR_SIZE) &&
attr->ia_size != i_size_read(inode)) {
- status = vmtruncate(inode, attr->ia_size);
+ status = inode_newsize_ok(inode, attr->ia_size);
if (status)
On 13 October 2012 15:55, Steven Rostedt wrote:
> On Sat, 2012-10-13 at 08:32 +0200, Jonas Bonn wrote:
>> On 13 October 2012 04:26, Steven Rostedt wrote:
>> > Signed-off-by: Steven Rostedt
>>
>> Acked-by: Jonas Bonn
>
> Thanks Jonas,
>
> Would you like to pull this into your tree? It's not depe
On Thu, Oct 11, 2012 at 08:28:44PM +0800, ling...@intel.com wrote:
> From: Ma Ling
>
> Modern CPU use fast-string instruction to accelerate copy performance,
> by combining data into 128bit, so we modify comments and code style.
>
> Signed-off-by: Ma Ling
>
> ---
> arch/x86/lib/copy_page_64.S
On 10/14/2012 04:41 AM, Bruno Prémont wrote:
Your best solution is probably to write an EDID blob (or reuse one you find
somewhere) that provides at least one mode matching your TV's native mode
(probably full-HD).
Google suggested the following document:
http://www.jordansmanuals.com/ServiceM
On Sat, Oct 13, 2012 at 4:26 AM, Steven Rostedt wrote:
> From: Steven Rostedt
>
> All the headers but kvm_para.h use the Kbuild infrastructure to
> get to the asm-generic headers.
>
> (also had to add ipcbuf.h)
>
> Cc: linux-kbu...@vger.kernel.org
> Cc: user-mode-linux-de...@lists.sourceforge.net
On Fri, Oct 12, 2012 at 08:04:11PM +0200, Borislav Petkov wrote:
> Right, so benchmark shows around 20% speedup on Bulldozer but this is
> a microbenchmark and before pursue this further, we need to verify
> whether this brings any palpable speedup with a real benchmark, I
> don't know, kernbench,
Adding LAKML and devtree as there might be people willing to comment about
DT representation of i2c-attached clock generators, too.
On 10/12/2012 08:17 PM, Daniel Mack wrote:
On 11.10.2012 18:00, Sebastian Hesselbarth wrote:
>> [...]
Does any of you work rely on a working si5351 driver?
Yes,
On Sun, 14 October 2012 Mark Hounschell wrote:
> On 10/14/2012 04:41 AM, Bruno Prémont wrote:
> > Your best solution is probably to write an EDID blob (or reuse one you find
> > somewhere) that provides at least one mode matching your TV's native mode
> > (probably full-HD).
> >
> > Google suggest
Hi,
On 14.10.2012 12:59, Sebastian Hesselbarth wrote:
> Adding LAKML and devtree as there might be people willing to comment about
> DT representation of i2c-attached clock generators, too.
>
> On 10/12/2012 08:17 PM, Daniel Mack wrote:
>> On 11.10.2012 18:00, Sebastian Hesselbarth wrote:
> >> [
Originally there were a lot mis-indentation, so I made changes to use
only the tabs (no spaces) on indenting code.
- Still, the typedef struct ... tells warning message on checkpatch.pl.
Signed-off-by: Sangho Yi
---
drivers/staging/csr/csr_time.h | 54
On Sun, Oct 14, 2012 at 12:20 PM, Mark Hounschell wrote:
> Hi Daniel,
>
> cat /proc/cmdline
> root=/dev/disk/by-id/ata-INTEL_SSDSC2CW060A3_CVCV205106EB060AGN-part4
> video=1024x768 noresume splash=silent quiet apm=off nomodeset vga=normal
> drm.debug=0xe
>
> dmesg is attached
>From the dmesg:
[
On Sun, Oct 14, 2012 at 08:20:11PM +0900, Sangho Yi wrote:
> Originally there were a lot mis-indentation, so I made changes to use
> only the tabs (no spaces) on indenting code.
> - Still, the typedef struct ... tells warning message on checkpatch.pl.
Yes, we shouldn't be using a typedef, but why
On 10/14/2012 07:26 AM, Daniel Vetter wrote:
On Sun, Oct 14, 2012 at 12:20 PM, Mark Hounschell wrote:
Hi Daniel,
cat /proc/cmdline
root=/dev/disk/by-id/ata-INTEL_SSDSC2CW060A3_CVCV205106EB060AGN-part4
video=1024x768 noresume splash=silent quiet apm=off nomodeset vga=normal
drm.debug=0xe
dmesg
On Oct 14, 2012, at 11:09 AM, Jaegeuk Kim wrote:
> 2012-10-14 (일), 02:21 +0400, Vyacheslav Dubeyko:
>> On Oct 14, 2012, at 12:52 AM, Arnd Bergmann wrote:
>>
>>> On Friday 05 October 2012, 김재극 wrote:
+const char *media_ext_lists[] = {
+ "jpg",
+ "gif",
+ "png
On Sunday 14 October 2012, Jaegeuk Kim wrote:
> 2012-10-13 (토), 18:35 +, Arnd Bergmann:
> > > +
> > > +DESIGN
> > > +
> > > +
> > > +O
> The people which are responsible that the chips for "consumer"-HW and
> laptops got their (already included) ECC functionality disabled should
> get hit with Googles (now 3y old) study on that topic all the day.
> Leaving customers in danger by not offering them at least the
> possibility to
Originally there were a lot of coding style errors so, I cleaned up the
coding style errors including braces and indentations.
Signed-off-by: Sangho Yi
---
.../csr/csr_wifi_router_free_upstream_contents.c | 46 +---
1 file changed, 20 insertions(+), 26 deletions(-)
diff --gi
On 10/14/2012 3:13 PM, Hannu Heikkinen wrote:
> Use the devres managed resource functions in the probe routine.
> Also affects the remove routine where the previously used free and
> release functions are not needed.
>
> The devm_* functions eliminate the need for manual resource releasing and
> s
On drivers/staging/csr/csr_time.h, there were a few warnings on
indentation, braces, and typedef struct usage.
All those were changed to the proper way.
Signed-off-by: Sangho Yi
---
drivers/staging/csr/csr_time.h | 72
1 file changed, 36 insertions(+),
On Sun, Oct 14, 2012 at 09:48:29PM +0900, Sangho Yi wrote:
> On drivers/staging/csr/csr_time.h, there were a few warnings on
> indentation, braces, and typedef struct usage.
> All those were changed to the proper way.
No, as I explained in the talk, only do one thing at a time here.
So, one patch
On 14/10/12 18:06 +0530, Sekhar Nori wrote:
> On 10/14/2012 3:13 PM, Hannu Heikkinen wrote:
> > Use the devres managed resource functions in the probe routine.
> > Also affects the remove routine where the previously used free and
> > release functions are not needed.
> >
> > The devm_* functions
fixed below checkpatch warning.
- WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(...
to printk(KERN_ERR ...
Signed-off-by: YAMANE Toshiaki
---
drivers/staging/comedi/drivers/usbdux.c | 10 --
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/driv
fixed below checkpatch warning.
- Prefer netdev_info(netdev, ... then dev_info(dev, ... then pr_info(... to
printk(KERN_INFO ...
Signed-off-by: YAMANE Toshiaki
---
drivers/staging/comedi/drivers/vmk80xx.c | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/driv
fixed below checkpatch warnings.
- WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(...
to printk(KERN_ERR ...
- WARNING: Prefer netdev_info(netdev, ... then dev_info(dev, ... then
pr_info(... to printk(KERN_INFO ...
and added pr_fmt.
Signed-off-by: YAMANE Toshiaki
--
On Sun, Oct 14, 2012 at 10:38 PM, YAMANE Toshiaki wrote:
> fixed below checkpatch warning.
> - WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then
> pr_err(... to printk(KERN_ERR ...
>
> Signed-off-by: YAMANE Toshiaki
> ---
> drivers/staging/comedi/drivers/usbdux.c | 10 ---
Use the devres managed resource functions in the probe routine.
Also affects the remove routine where the previously used free and
release functions are not needed.
The devm_* functions eliminate the need for manual resource releasing and
simplify error handling. Resources allocated by devm_* are
On 10/14/2012 07:26 AM, Daniel Vetter wrote:
On Sun, Oct 14, 2012 at 12:20 PM, Mark Hounschell wrote:
Hi Daniel,
cat /proc/cmdline
root=/dev/disk/by-id/ata-INTEL_SSDSC2CW060A3_CVCV205106EB060AGN-part4
video=1024x768 noresume splash=silent quiet apm=off nomodeset vga=normal
drm.debug=0xe
dmesg
Thu, Oct 11, 2012 at 04:28:40PM CEST, jstan...@rmrf.net wrote:
>Since commit cc0e40700656b09d93b062ef6c818aa45429d09a, there is a
>problem if you have the 8021q module loaded and you then attempt to
>enslave a VLAN challenged interface. This is because VLAN 0 is
>automatically added to the bond, an
On Sun, Oct 14, 2012 at 4:19 PM, Mark Hounschell wrote:
> OK. Applied to 3.6.2. The dmesg is attached. The message did not show up.
> I'll be here most of the day.
Ok, that at least confirms my suspicion (and yeah, I've mis-remembered
when I've merged the agp removal for gen6+, it's already all d
This is the start of the stable review cycle for the 3.2.32 release.
There are 147 patches in this series, which will be posted as responses
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Tue Oct 16 23:00:00 UTC 2012.
Anything recei
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Artem Bityutskiy
commit abb3e01103eb4e2ea5c15e6fedbc74e08bd4cc2b upstream.
Currently UBI fails in autoresize when it is in R/O mode (e.g., because the
underlying MTD device is R/O). This patch
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Frederic Berat
commit c01af4fec2c8f303d6b3354d44308d9e6bef8026 upstream.
- Correcting handling of FCon/FCoff in order to respect 27.010 spec
- Consider FCon/off will overide all dlci flow contr
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Chris Wilson
commit 7dd4906586274f3945f2aeaaa5a33b451c3b4bba upstream.
The BLT commands on gen2/3 utilize the fence registers and so we cannot
modify any fences for the object whilst those comm
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Elric Fu
commit b63f4053cc8aa22a98e3f9a97845afe6c15d0a0d upstream.
According to xHCI spec section 4.6.1.1 and section 4.6.1.2,
after aborting a command on the command ring, xHC will
generate a
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Jan Engelhardt
commit 82e6bfe2fbc4d48852114c4f979137cd5bf1d1a8 upstream.
Commit v2.6.19-rc1~1272^2~41 tells us that r->cost != 0 can happen when
a running state is saved to userspace and then r
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Florian Westphal
commit 7a909ac70f6b0823d9f23a43f19598d4b57ac901 upstream.
credit_cap can be set to credit, which avoids inlining user2credits
twice. Also, remove inline keyword and let compile
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Nikola Pajkovsky
commit 68766a2edcd5cd744262a70a2f67a320ac944760 upstream.
In case we detect a problem and bail out, we fail to set "ret" to a
nonzero value, and udf_load_logicalvol will mistak
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Martin Michlmayr
commit 0f6d93aa9d96cc9022b51bd10d462b03296be146 upstream.
The ACARD driver calls udelay() with a value > 2000, which leads to to
the following compilation error on ARM:
ERRO
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Ben Widawsky
commit f8f2ac9a76b0f80a6763ca316116a7bab8486997 upstream.
I can't even find how I figured this might be needed anymore. But sure
enough, the value I'm reading back on platforms doe
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Fabio Estevam
commit 0eb5a35801df3c438ce3fc91310a415ea4452c00 upstream.
Do the same as commit a03a202e95fd ("dmaengine: failure to get a
specific DMA channel is not critical") to get rid of the
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Alex Deucher
commit 3a6d59df80897cc87812b6826d70085905bed013 upstream.
Fixes another system on:
https://bugs.freedesktop.org/show_bug.cgi?id=37679
Signed-off-by: Alex Deucher
Signed-off-by: B
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Alex Deucher
commit 2e3b3b105ab3bb5b6a37198da4f193cd13781d13 upstream.
SI asics store voltage information differently so we
don't have a way to deal with it properly yet.
Signed-off-by: Alex D
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Alex Deucher
commit fb6ca6d154cdcd53e7f27f8dbba513830372699b upstream.
There are so many quirks, lets just try and force
this for all RS690s. See:
https://bugs.freedesktop.org/show_bug.cgi?id=
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Dmitry Monakhov
commit f066055a3449f0e5b0ae4f3ceab4445bead47638 upstream.
Proper block swap for inodes with full journaling enabled is
truly non obvious task. In order to be on a safe side let'
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Lin Ming
commit fc54ab72959edbf229b65ac74b2f122d799ca002 upstream.
The _OSC method may exist in module level code,
so it must be called after ACPI_FULL_INITIALIZATION
On some new platforms wit
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Steffen Maier
commit d99b601b63386f3395dc26a699ae703a273d9982 upstream.
Upstream commit f3450c7b917201bb49d67032e9f60d5125675d6a
"[SCSI] zfcp: Replace local reference counting with common kref"
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Julia Lawall
commit ca579c9f136af4274ccfd1bcaee7f38a29a0e2e9 upstream.
If list_for_each_entry, etc complete a traversal of the list, the iterator
variable ends up pointing to an address at an o
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Ian Abbott
commit c8cad4c89ee3b15935c532210ae6ebb5c0a2734d upstream.
When `do_cmd_ioctl()` allocates memory for the kernel copy of a channel
list, it frees any previously allocated channel list
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Bjørn Mork
commit 160c9425ac52cb30502be2d9c5e848cec91bb115 upstream.
Interface #5 on ZTE MF683 is a QMI/wwan interface.
Signed-off-by: Bjørn Mork
Cc: Shawn J. Goff
Signed-off-by: Greg Kroa
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Frank Schäfer
commit 97d2fbf501e3cf105ac957086c7e40e62e15cdf8 upstream.
Signed-off-by: Frank Schäfer
Signed-off-by: Hans de Goede
Signed-off-by: Mauro Carvalho Chehab
[bwh: Backported to 3
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Elric Fu
commit b92cc66c047ff7cf587b318fe377061a353c120f upstream.
Software have to abort command ring and cancel command
when a command is failed or hang. Otherwise, the command
ring will hang
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Hans de Goede
commit 4d6454dbae935825e729f34dc7410bb1b22c7944 upstream.
Reported by: Grzegorz Woźniak
Signed-off-by: Hans de Goede
Signed-off-by: Mauro Carvalho Chehab
Signed-off-by: Ben Hu
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Nicholas Bellinger
commit f25590f39d543272f7ae7b00d533359c8d7ff331 upstream.
This patch adds a missing iscsi_reject-> assignment within
iscsit_send_reject() code to properly follow RFC-
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Elric Fu
commit c181bc5b5d5c79b71203cd10cef97f802fb6f9c1 upstream.
Adding cmd_ring_state for command ring. It helps to verify
the current command ring state for controlling the command
ring ope
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Alex Williamson
commit 2e12bc29fc5a12242d68e11875db3dd58efad9ff upstream.
domain_update_iommu_coherency() currently defaults to setting domains
as coherent when the domain is not attached to an
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Elric Fu
commit 6e4468b9a0793dfb53eb80d9fe52c739b13b27fd upstream.
The patch is used to cancel command when the command isn't
acknowledged and a timeout occurs.
This patch should be backported
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Sarah Sharp
commit 5af98bb06dee79d28c805f9fd0805ce791121784 upstream.
Eric Fu reports a problem with his VIA host controller fetching a zeroed
event ring pointer on resume from suspend. The ho
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: "Stephen M. Cameron"
commit 21e89afd325849eb38adccf382df16cc895911f9 upstream.
It turns out Smart Array logical drives do not support target
reset and when the target reset fails, the logical d
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Wei Yongjun
commit f61bd0585dfc7d99db4936d7467de4ca8e2f7ea0 upstream.
In case of error, the function clk_get() returns ERR_PTR()
and never returns NULL pointer. The NULL test in the error
handl
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Gavin Shan
commit feadf7c0a1a7c08c74bebb4a13b755f8c40e3bbc upstream.
The EEH core is talking with the PCI device driver to determine the
action (purely reset, or PCI device removal). During the
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Ben Hutchings
commit 4b961180ef275035b1538317ffd0e21e80e63e77 upstream.
ite_dev::rdev is currently initialised in ite_probe() after
rc_register_device() returns. If a newly registered device i
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Yinghai Lu
commit 1965f66e7db08d1ebccd24a59043eba826cc1ce8 upstream.
For bridges with "secondary > subordinate", i.e., invalid bus number
apertures, we don't enumerate anything behind the bridg
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Ben Hutchings
commit 40fe4f89671fb3c7ded94190fb267402a38b0261 upstream.
softsynth_read() reads a character at a time from the init string;
when it finds the null terminator it sets the initiali
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: "Paul E. McKenney"
commit a10d206ef1a83121ab7430cb196e0376a7145b22 upstream.
Each grace period is supposed to have at least one callback waiting
for that grace period to complete. However, if
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Lai Jiangshan
commit 3aa62497594430ea522050b75c033f71f2c60ee6 upstream.
Currently, when try_to_grab_pending() grabs a delayed work item, it
leaves its linked work items alone on the delayed_wor
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Peter Senna Tschudin
commit 37bb7899ca366dc212b71b150e78566d04808cc0 upstream.
This patch fixes error cases within target_core_init_configfs() to
properly set ret = -ENOMEM before jumping to th
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Theodore Ts'o
commit 00d4e7362ed01987183e9528295de3213031309c upstream.
In ext4_nonda_switch(), if the file system is getting full we used to
call writeback_inodes_sb_if_idle(). The problem is
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Trond Myklebust
commit a519fc7a70d1a918574bb826cc6905b87b482eb9 upstream.
Instead of doing a shutdown() call, we need to do an actual close().
Ditto if/when the server is sending us junk RPC he
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Tejun Heo
commit 60ea8226cbd5c8301f9a39edc574ddabcb8150e0 upstream.
A queue newly allocated with blk_alloc_queue_node() has only
QUEUE_FLAG_BYPASS set. For request-based drivers,
blk_init_allo
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Ian Abbott
commit 5d06e3df280bd230e2eadc16372e62818c63e894 upstream.
`parse_insn()` is dereferencing the user-space pointer `insn->data`
directly when handling the `INSN_INTTRIG` comedi instruc
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Gustavo Padovan
commit ee66401bb94b1f2ce51089c341dcdd25d26ae631 upstream.
Foxconn devices has a vendor specific class of device, we will match them
differently now.
Signed-off-by: Gustavo Pado
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Steffen Maier
commit 0100998dbfe6dfcd90a6e912ca7ed6f255d48f25 upstream.
Duplicate fssrh_2 from a54ca0f62f953898b05549391ac2a8a4dad6482b
"[SCSI] zfcp: Redesign of the debug tracing for HBA recor
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Steffen Maier
commit 01e60527f0a49b3d7df603010bd6079bb4b6cf07 upstream.
The pl vector has scount elements, i.e. pl[scount-1] is the last valid
element. For maximum sized requests, payload->coun
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Dan Williams
commit bc3f02a795d3b4faa99d37390174be2a75d091bd upstream.
John reports:
BUG: soft lockup - CPU#2 stuck for 23s! [kworker/u:8:2202]
[..]
Call Trace:
[] scsi_remove_target+0xda/
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Steffen Maier
commit cb45214960bc989af8b911ebd77da541c797717d upstream.
If the mapping of FCP device bus ID and corresponding subchannel
is modified while the Linux image is suspended, the resu
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Sujith Manoharan
commit 046b6802c8d3c8a57448485513bf7291633e0fa3 upstream.
Currently, ASPM is disabled for all WLAN+BT combo chipsets
when BTCOEX is enabled. This is incorrect since the workaro
I fixed the indentation warnings on csr_time.h.
Signed-off-by: Sangho Yi
---
drivers/staging/csr/csr_time.h | 63
1 file changed, 32 insertions(+), 31 deletions(-)
diff --git a/drivers/staging/csr/csr_time.h b/drivers/staging/csr/csr_time.h
index 2a45f
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Bjørn Mork
commit c638eb2872b3af079501e7ee44cbb8a5cce9b4b5 upstream.
The three Pantech devices UML190 (106c:3716), UML290 (106c:3718) and
P4200 (106c:3721) all use the same subclasses to ident
I removed the unnecessary typedef struct from the csr_time.h.
There is no actual usage of the typedef definition.
Signed-off-by: Sangho Yi
---
drivers/staging/csr/csr_time.h | 18 --
1 file changed, 18 deletions(-)
diff --git a/drivers/staging/csr/csr_time.h b/drivers/staging/
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Martin Peschke
commit d436de8ce25f53a8a880a931886821f632247943 upstream.
__scsi_remove_device (e.g. due to dev_loss_tmo) calls
zfcp_scsi_slave_destroy which in turn sends a close LUN FSF reques
3.2-stable review patch. If anyone has any objections, please let me know.
--
From: Benjamin Herrenschmidt
commit 225c56960fcafeccc2b6304f96cd3f0dbf42a16a upstream.
The length field in the host config packet is only 16-bit long, so
passing it 0x1 (64K which is our standard
1 - 100 of 338 matches
Mail list logo