Re: [PATCH RFC 1/2] kvm: Handle undercommitted guest case in PLE handler

2012-10-03 Thread Avi Kivity
On 10/03/2012 02:22 PM, Raghavendra K T wrote: >> So I think it's worth trying again with ple_window of 2-4. >> > > Hi Avi, > > I ran different benchmarks increasing ple_window, and results does not > seem to be encouraging for increasing ple_window. Thanks for testing! Comments below.

Re: [PATCHv2 00/14] perf diff: Factor diff command

2012-10-03 Thread Jiri Olsa
On Wed, Oct 03, 2012 at 06:55:32PM +0200, Andi Kleen wrote: > > > hm, I missed this one.. hopefully it should be no problem to add it > > > > Here's more issues I found (again no show stopper): > > And another issue (this one is more serious): > > I was trying to compare the same program with

Re: udev breakages - was: Re: Need of an ".async_probe()" type of callback at driver's core - Was: Re: [PATCH] [media] drxk: change it to use request_firmware_nowait()

2012-10-03 Thread Linus Torvalds
On Wed, Oct 3, 2012 at 9:38 AM, Linus Torvalds wrote: > > Anyway. Attached is a really stupid patch that tries to do the "direct > firmware load" as suggested by Ivan. It has not been tested very > extensively at all (but I did test that it loaded the brcmsmac > firmware images on my laptop so it

Re: udev breakages - was: Re: Need of an ".async_probe()" type of callback at driver's core - Was: Re: [PATCH] [media] drxk: change it to use request_firmware_nowait()

2012-10-03 Thread Greg KH
On Wed, Oct 03, 2012 at 04:36:53PM +0200, Kay Sievers wrote: > On Wed, Oct 3, 2012 at 12:12 AM, Greg KH wrote: > > > Mauro, what version of udev are you using that is still showing this > > issue? > > > > Kay, didn't you resolve this already? If not, what was the reason why? > > It's the same

Re: [PATCHv2 00/14] perf diff: Factor diff command

2012-10-03 Thread Andi Kleen
> > hm, I missed this one.. hopefully it should be no problem to add it > > Here's more issues I found (again no show stopper): And another issue (this one is more serious): I was trying to compare the same program with two different kernels. But perf diff does not recognize the same functions

Re: [PATCHv2 00/14] perf diff: Factor diff command

2012-10-03 Thread Andi Kleen
On Wed, Oct 03, 2012 at 06:18:16PM +0200, Andi Kleen wrote: > On Wed, Oct 03, 2012 at 06:47:57AM -0700, Arnaldo Carvalho de Melo wrote: > > Em Tue, Oct 02, 2012 at 06:30:02PM +0200, Andi Kleen escreveu: > > > The other problem I ran into is that perf archive doesn't seem to work > > > very > > >

Re: [PATCH v2] [RFC] mm, slab: release slab_mutex earlier in kmem_cache_destroy()

2012-10-03 Thread Paul E. McKenney
On Wed, Oct 03, 2012 at 08:25:28PM +0530, Srivatsa S. Bhat wrote: > On 10/03/2012 08:20 PM, Paul E. McKenney wrote: > > On Wed, Oct 03, 2012 at 05:52:26PM +0530, Srivatsa S. Bhat wrote: > >> On 10/03/2012 03:16 PM, Jiri Kosina wrote: > >>> On Wed, 3 Oct 2012, Jiri Kosina wrote: > >>> > Good

Re: [PATCH 04/13] x86, mm: Revert back good_end setting for 64bit

2012-10-03 Thread Jacob Shin
On Mon, Oct 01, 2012 at 12:00:26PM +0100, Stefano Stabellini wrote: > On Sun, 30 Sep 2012, Yinghai Lu wrote: > > After > > > > | commit 8548c84da2f47e71bbbe300f55edb768492575f7 > > | Author: Takashi Iwai > > | Date: Sun Oct 23 23:19:12 2011 +0200 > > | > > |x86: Fix S4 regression > > | > >

[PATCH 3/4] Clean up the long arch list for the DEBUG_BUGVERBOSE config option

2012-10-03 Thread Catalin Marinas
This patch introduces HAVE_DEBUG_BUGVERBOSE config option and selects it in corresponding architecture Kconfig files. Architectures that already select GENERIC_BUG don't need to select HAVE_DEBUG_BUGVERBOSE. Signed-off-by: Catalin Marinas Cc: David Howells Cc: Hirokazu Takata Cc: Geert

Re: [PATCH 18/25] MIPS: Octeon: use OHCI platform driver

2012-10-03 Thread David Daney
On 10/03/2012 08:03 AM, Florian Fainelli wrote: Signed-off-by: Florian Fainelli --- arch/mips/cavium-octeon/octeon-platform.c | 37 - 1 file changed, 36 insertions(+), 1 deletion(-) NACK. Same reason as for the EHCI one (09/25): OCTEON uses device tree now

[PATCH 4/4] Clean up the "#if defined(arch)" list for exception-trace sysctl entry

2012-10-03 Thread Catalin Marinas
This patch introduces SYSCTL_EXCEPTION_TRACE config option and selects it in the architectures requiring support for the "exception-trace" debug_table entry in kernel/sysctl.c. Signed-off-by: Catalin Marinas Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Martin Schwidefsky Cc: Heiko

Re: [PATCH 04/25] MIPS: Netlogic: use ehci-platform driver

2012-10-03 Thread Alan Stern
On Wed, 3 Oct 2012, Florian Fainelli wrote: > Signed-off-by: Florian Fainelli IMO, patches should always have a non-empty changelog. Even if it is relatively trivial. The same comment applies to several other patches in this series. > --- > arch/mips/netlogic/xlr/platform.c |6 ++

Re: [PATCH 25/25] USB: ohci: remove Alchemy OHCI platform driver.

2012-10-03 Thread Alan Stern
On Wed, 3 Oct 2012, Florian Fainelli wrote: > All users have been converted to use the OHCI platform driver instead. > The driver was also doing quirky things with the internal OHCI hcd > structure during suspend/resume, work that is taken care of by the > core OHCI code in ohci-hub.c. This is

[PATCH 2/4] Clean up the long arch list for the DEBUG_KMEMLEAK config option

2012-10-03 Thread Catalin Marinas
This patch introduces HAVE_DEBUG_KMEMLEAK config option and selects it in corresponding architecture Kconfig files. DEBUG_KMEMLEAK now only depends on HAVE_DEBUG_KMEMLEAK. Signed-off-by: Catalin Marinas Cc: Russell King Cc: Michal Simek Cc: Ralf Baechle Cc: Benjamin Herrenschmidt Cc: Paul

[PATCH 1/4] Clean up the long arch list for the UID16 config option

2012-10-03 Thread Catalin Marinas
This patch introduces HAVE_UID16 config option and selects it in corresponding architecture Kconfig files. UID16 now only depends on HAVE_UID16. Signed-off-by: Catalin Marinas Cc: Russell King Cc: Mike Frysinger Cc: Mikael Starvik Cc: Jesper Nilsson Cc: David Howells Cc: Yoshinori Sato Cc:

Re: [PATCH 09/25] MIPS: Octeon: use ehci-platform driver

2012-10-03 Thread David Daney
On 10/03/2012 08:03 AM, Florian Fainelli wrote: Signed-off-by: Florian Fainelli --- arch/mips/cavium-octeon/octeon-platform.c | 43 - 1 file changed, 42 insertions(+), 1 deletion(-) NACK. OCTEON uses device tree now (or as soon as I send in the corresponding

[PATCH 0/4] Clean up some long arch conditionals

2012-10-03 Thread Catalin Marinas
As pointed out by Linus, there are Kconfig or .c files with long condition checks listing several architectures. These patches attempt to solve some of them. Sorry for the long cc but given that the patches are trivial it's not worth submitting individual patches for each architecture. Catalin

Re: [PATCH] make CONFIG_EXPERIMENTAL invisible and default

2012-10-03 Thread Josh Boyer
On Wed, Oct 3, 2012 at 12:15 PM, Kees Cook wrote: > On Wed, Oct 3, 2012 at 6:25 AM, Paul E. McKenney > wrote: >> On Tue, Oct 02, 2012 at 12:50:42PM -0700, Kees Cook wrote: >>> This config item has not carried much meaning for a while now and is >>> almost always enabled by default. As agreed

Re: [PATCH v1] i2c-hid: introduce HID over i2c specification implementation

2012-10-03 Thread Dmitry Torokhov
Hi Benjamin, A few random comments... On Fri, Sep 14, 2012 at 03:41:43PM +0200, benjamin.tissoires wrote: > From: Benjamin Tissoires > > Microsoft published the protocol specification of HID over i2c: > http://msdn.microsoft.com/en-us/library/windows/hardware/hh852380.aspx > > This patch

Re: [Xen-devel] [PATCH] xen: point xen_start_info to a dummy struct for PV on HVM guests

2012-10-03 Thread Ian Campbell
On Wed, 2012-10-03 at 17:13 +0100, Ian Campbell wrote: > On Wed, 2012-10-03 at 17:05 +0100, Stefano Stabellini wrote: > > On Wed, 3 Oct 2012, Ian Campbell wrote: > > > On Wed, 2012-10-03 at 16:48 +0100, Stefano Stabellini wrote: > > > > On Wed, 3 Oct 2012, Ian Campbell wrote: > > > > > On Wed,

Re: udev breakages - was: Re: Need of an ".async_probe()" type of callback at driver's core - Was: Re: [PATCH] [media] drxk: change it to use request_firmware_nowait()

2012-10-03 Thread Linus Torvalds
On Wed, Oct 3, 2012 at 8:13 AM, Mauro Carvalho Chehab wrote: > > Yes. The issue was noticed with media drivers when people started using the > drivers on Fedora 17, witch came with udev-182. There's an open > bugzilla there: > https://bugzilla.redhat.com/show_bug.cgi?id=827538 Yeah, that

[GIT PULL] Devicetree updates for 3.7

2012-10-03 Thread Rob Herring
Linus, Please pull Devicetree updates for 3.7. I'm filling in for Grant again this cycle. The biggest change here is the import of the current upstream dtc scripts. Other than that, it's the typical small set of changes. There's one conflict with commit 3296193d1421c2d6f9 (dt: introduce

Re: [PATCH 3.7-rc1] omap zoom2.c: Fix compile error by including correct header files

2012-10-03 Thread Tony Lindgren
* Tony Lindgren [121003 09:00]: > * Peter Ujfalusi [121003 07:52]: > > On 10/03/2012 05:31 PM, Tim Gardner wrote: > > > Cc: Peter Ujfalusi > > > Cc: Jarkko Nikula > > > Cc: Liam Girdwood > > > Cc: Mark Brown > > > Cc: Jaroslav Kysela > > > Cc: Takashi Iwai > > > Cc:

Re: [PATCH 19/20] drivers/net/ethernet/marvell/skge.c: fix error return code

2012-10-03 Thread Stephen Hemminger
On Wed, 3 Oct 2012 18:18:10 +0200 Peter Senna Tschudin wrote: > From: Peter Senna Tschudin > > Convert a nonnegative error return code to a negative one, as returned > elsewhere in the function. > > A simplified version of the semantic match that finds this problem is as > follows:

Re: Updated: [PATCH] hardening: add PROT_FINAL prot flag to mmap/mprotect

2012-10-03 Thread Kees Cook
On Wed, Oct 3, 2012 at 7:43 AM, Ard Biesheuvel wrote: > This patch adds support for the PROT_FINAL flag to > the mmap() and mprotect() syscalls. > > The PROT_FINAL flag indicates that the requested set > of protection bits should be final, i.e., it shall > not be allowed for a subsequent mprotect

[PATCH 10/20] drivers/net/irda/sh_irda.c: fix error return code

2012-10-03 Thread Peter Senna Tschudin
From: Peter Senna Tschudin Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } |

[PATCH 9/20] drivers/net/irda/sa1100_ir.c: fix error return code

2012-10-03 Thread Peter Senna Tschudin
From: Peter Senna Tschudin Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } |

[PATCH 11/20] drivers/net/irda/sh_sir.c: fix error return code

2012-10-03 Thread Peter Senna Tschudin
From: Peter Senna Tschudin Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } |

[PATCH 7/20] drivers/net/irda/mcs7780.c: fix error return code

2012-10-03 Thread Peter Senna Tschudin
From: Peter Senna Tschudin Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } |

[PATCH 8/20] drivers/net/irda/pxaficp_ir.c: fix error return code

2012-10-03 Thread Peter Senna Tschudin
From: Peter Senna Tschudin Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } |

Re: [PATCH] proc: don't show nonexistent capabilities

2012-10-03 Thread Serge E. Hallyn
Quoting Andrew Vagin (ava...@openvz.org): > Without this patch it is really hard to interpret a bounding set, > if CAP_LAST_CAP is unknown for a current kernel. > > Non-existant capabilities can not be deleted from a bounding set > with help of prctl. > > E.g.: Here are two examples without/with

Re: [PATCH] block: makes bio_split support bio without data

2012-10-03 Thread Martin K. Petersen
> "Kent" == Kent Overstreet writes: Kent> I think we should be able to split REQ_DISCARD bios that have a Kent> payload or REQ_WRITE_SAME bios just fine though - for both of Kent> those cases, the payload doesn't correspond to a particular Kent> sector, so just copy the original bvec to the

[PATCH 6/20] drivers/net/irda/irtty-sir.c: fix error return code

2012-10-03 Thread Peter Senna Tschudin
From: Peter Senna Tschudin Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } |

[PATCH 12/20] drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c: fix error return code

2012-10-03 Thread Peter Senna Tschudin
From: Peter Senna Tschudin Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } |

[PATCH 18/20] drivers/net/ethernet/sun/sungem.c: fix error return code

2012-10-03 Thread Peter Senna Tschudin
From: Peter Senna Tschudin Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } |

[PATCH 16/20] drivers/net/ethernet/renesas/sh_eth.c: fix error return code

2012-10-03 Thread Peter Senna Tschudin
From: Peter Senna Tschudin Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } |

[PATCH 2/20] drivers/net/ethernet/natsemi/natsemi.c: fix error return code

2012-10-03 Thread Peter Senna Tschudin
From: Peter Senna Tschudin Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } |

[PATCH 1/20] drivers/net/ethernet/dec/tulip/dmfe.c: fix error return code

2012-10-03 Thread Peter Senna Tschudin
From: Peter Senna Tschudin Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } |

[PATCH 15/20] drivers/net/ethernet/natsemi/xtsonic.c: fix error return code

2012-10-03 Thread Peter Senna Tschudin
From: Peter Senna Tschudin Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } |

[PATCH 13/20] drivers/net/ethernet/amd/amd8111e.c: fix error return code

2012-10-03 Thread Peter Senna Tschudin
From: Peter Senna Tschudin Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } |

[PATCH 19/20] drivers/net/ethernet/marvell/skge.c: fix error return code

2012-10-03 Thread Peter Senna Tschudin
From: Peter Senna Tschudin Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } |

[PATCH 20/20] drivers/net/ethernet/marvell/sky2.c: fix error return code

2012-10-03 Thread Peter Senna Tschudin
From: Peter Senna Tschudin Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } |

[PATCH 14/20] drivers/net/ethernet/amd/au1000_eth.c: fix error return code

2012-10-03 Thread Peter Senna Tschudin
From: Peter Senna Tschudin Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } |

[PATCH 17/20] drivers/net/ethernet/sun/niu.c: fix error return code

2012-10-03 Thread Peter Senna Tschudin
From: Peter Senna Tschudin Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } |

[PATCH 5/20] drivers/net/ethernet/sis/sis900.c: fix error return code

2012-10-03 Thread Peter Senna Tschudin
From: Peter Senna Tschudin Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } |

[PATCH 3/20] drivers/net/can/sja1000/peak_pci.c: fix error return code

2012-10-03 Thread Peter Senna Tschudin
From: Peter Senna Tschudin Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } |

[PATCH 4/20] drivers/net/can/sja1000/peak_pcmcia.c: fix error return code

2012-10-03 Thread Peter Senna Tschudin
From: Peter Senna Tschudin Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } |

Re: [PATCHv2 00/14] perf diff: Factor diff command

2012-10-03 Thread Andi Kleen
On Wed, Oct 03, 2012 at 06:47:57AM -0700, Arnaldo Carvalho de Melo wrote: > Em Tue, Oct 02, 2012 at 06:30:02PM +0200, Andi Kleen escreveu: > > The other problem I ran into is that perf archive doesn't seem to work very > > well with kernels, so it's hard to move profiles from different kernels > >

Re: [PATCH] make CONFIG_EXPERIMENTAL invisible and default

2012-10-03 Thread Greg Kroah-Hartman
On Wed, Oct 03, 2012 at 06:25:38AM -0700, Paul E. McKenney wrote: > On Tue, Oct 02, 2012 at 12:50:42PM -0700, Kees Cook wrote: > > This config item has not carried much meaning for a while now and is > > almost always enabled by default. As agreed during the Linux kernel > > summit, it should be

Re: [PATCH] make CONFIG_EXPERIMENTAL invisible and default

2012-10-03 Thread Serge Hallyn
Quoting Paul E. McKenney (paul...@linux.vnet.ibm.com): > On Tue, Oct 02, 2012 at 12:50:42PM -0700, Kees Cook wrote: > > This config item has not carried much meaning for a while now and is > > almost always enabled by default. As agreed during the Linux kernel > > summit, it should be removed. As

Re: [PATCH 12/25] USB: ehci: remove CNS3xxx EHCI platform driver

2012-10-03 Thread Alan Stern
On Wed, 3 Oct 2012, Florian Fainelli wrote: > The users have been converted to use the ehci platform driver instead. > > Signed-off-by: Florian Fainelli > --- a/drivers/usb/host/ehci-hcd.c > +++ b/drivers/usb/host/ehci-hcd.c > @@ -1254,16 +1254,6 @@ MODULE_LICENSE ("GPL"); > #define

Re: [Xen-devel] [PATCH] xen: point xen_start_info to a dummy struct for PV on HVM guests

2012-10-03 Thread Ian Campbell
On Wed, 2012-10-03 at 17:05 +0100, Stefano Stabellini wrote: > On Wed, 3 Oct 2012, Ian Campbell wrote: > > On Wed, 2012-10-03 at 16:48 +0100, Stefano Stabellini wrote: > > > On Wed, 3 Oct 2012, Ian Campbell wrote: > > > > On Wed, 2012-10-03 at 15:11 +0100, Konrad Rzeszutek Wilk wrote: > > > > > On

Re: [PATCH] make CONFIG_EXPERIMENTAL invisible and default

2012-10-03 Thread Kees Cook
On Wed, Oct 3, 2012 at 6:25 AM, Paul E. McKenney wrote: > On Tue, Oct 02, 2012 at 12:50:42PM -0700, Kees Cook wrote: >> This config item has not carried much meaning for a while now and is >> almost always enabled by default. As agreed during the Linux kernel >> summit, it should be removed. As a

Re: [PATCH 24/25] MIPS: Alchemy: use the OHCI platform driver

2012-10-03 Thread Florian Fainelli
On Wednesday 03 October 2012 18:07:28 Manuel Lauss wrote: > On Wed, Oct 3, 2012 at 5:03 PM, Florian Fainelli wrote: > > This also greatly simplifies the power_{on,off} callbacks and make them > > work on platform device id instead of checking the OHCI controller base > > address like what was

Re: [PATCH v1] i2c-hid: introduce HID over i2c specification implementation

2012-10-03 Thread Shubhrajyoti Datta
On Wed, Oct 3, 2012 at 9:03 PM, Benjamin Tissoires wrote: > Hi, > > thanks also for the review. Two in the same day! I was about to send a > ping on that patch ;-) > > On Wed, Oct 3, 2012 at 8:05 AM, Shubhrajyoti Datta > wrote: >> On Fri, Sep 14, 2012 at 7:11 PM, benjamin.tissoires >>

Re: [PATCH] mm: use %pK for /proc/vmallocinfo

2012-10-03 Thread Kees Cook
On Tue, Oct 2, 2012 at 10:37 PM, David Rientjes wrote: > On Tue, 2 Oct 2012, Kees Cook wrote: > >> >> In the paranoid case of sysctl kernel.kptr_restrict=2, mask the kernel >> >> virtual addresses in /proc/vmallocinfo too. >> >> >> >> Reported-by: Brad Spengler >> >> Signed-off-by: Kees Cook >>

Re: [PATCH 06/25] USB: ehci: allow need_io_watchdog to be passed to ehci-platform driver

2012-10-03 Thread Florian Fainelli
On Wednesday 03 October 2012 12:01:22 Alan Stern wrote: > On Wed, 3 Oct 2012, Florian Fainelli wrote: > > > And convert all the existing users of ehci-platform to specify a correct > > need_io_watchdog value. > > IMO (and I realize that not everybody agrees), the patch description > should not

Re: [PATCH 24/25] MIPS: Alchemy: use the OHCI platform driver

2012-10-03 Thread Manuel Lauss
On Wed, Oct 3, 2012 at 5:03 PM, Florian Fainelli wrote: > This also greatly simplifies the power_{on,off} callbacks and make them > work on platform device id instead of checking the OHCI controller base > address like what was done in ohci-au1xxx.c. > > Signed-off-by: Florian Fainelli > --- >

Re: [Xen-devel] [PATCH] xen: point xen_start_info to a dummy struct for PV on HVM guests

2012-10-03 Thread Stefano Stabellini
On Wed, 3 Oct 2012, Ian Campbell wrote: > On Wed, 2012-10-03 at 16:48 +0100, Stefano Stabellini wrote: > > On Wed, 3 Oct 2012, Ian Campbell wrote: > > > On Wed, 2012-10-03 at 15:11 +0100, Konrad Rzeszutek Wilk wrote: > > > > On Wed, Oct 03, 2012 at 02:54:42PM +0100, Ian Campbell wrote: > > > > >

Re: [ 046/180] xfs: Fix possible memory corruption in xfs_readlink

2012-10-03 Thread Willy Tarreau
On Wed, Oct 03, 2012 at 12:01:54PM -0300, Herton Ronaldo Krzesinski wrote: > This needs a followup fix, commit 9b025eb3a89e041bab6698e3858706be2385d692 > ("xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()"). > I think it should be also cherry-picked in this release. Thanks

Re: [PATCH v2] mfd: da9052-core: Use regmap_irq_get_virq() and fix the probe

2012-10-03 Thread Fabio Estevam
On Mon, Oct 1, 2012 at 7:22 AM, Mark Brown wrote: > On Fri, Sep 28, 2012 at 05:34:18PM -0300, Fabio Estevam wrote: > >> +static struct irq_chip da9052_irq_chip = { >> + .name = "da9052", >> + .irq_disable= da9052_irq_disable, >> + .irq_enable

Re: [ 008/180] 2.6.32.x: ntp: Fix leap-second hrtimer livelock

2012-10-03 Thread Willy Tarreau
Hi Ben, On Wed, Oct 03, 2012 at 03:50:14PM +0100, Ben Hutchings wrote: > On Tue, 2012-10-02 at 00:52 +0200, Willy Tarreau wrote: > > 2.6.32-longterm review patch. If anyone has any objections, please let me > > know. > [...] > > No objection, but please remove the '2.6.32.x: ' prefix from the

Re: [PATCH -tip ] [BUGFIX] perf probe: Add a workaround for GCC -mfentry

2012-10-03 Thread Mark Wielaard
On Wed, 2012-10-03 at 09:53 -0400, Steven Rostedt wrote: > On Wed, 2012-10-03 at 21:17 +0900, Masami Hiramatsu wrote: > > <1><9a58>: Abbrev Number: 86 (DW_TAG_subprogram) > > <9a59> DW_AT_external: 1 > > <9a59> DW_AT_name: (indirect string, offset: 0xd82): > >

Re: [PATCH 06/25] USB: ehci: allow need_io_watchdog to be passed to ehci-platform driver

2012-10-03 Thread Alan Stern
On Wed, 3 Oct 2012, Florian Fainelli wrote: > And convert all the existing users of ehci-platform to specify a correct > need_io_watchdog value. IMO (and I realize that not everybody agrees), the patch description should not be considered an extension of the patch title, as though the title

Re: [PATCH 3.7-rc1] omap zoom2.c: Fix compile error by including correct header files

2012-10-03 Thread Tony Lindgren
* Peter Ujfalusi [121003 07:52]: > On 10/03/2012 05:31 PM, Tim Gardner wrote: > > Cc: Peter Ujfalusi > > Cc: Jarkko Nikula > > Cc: Liam Girdwood > > Cc: Mark Brown > > Cc: Jaroslav Kysela > > Cc: Takashi Iwai > > Cc: linux-o...@vger.kernel.org > > Cc: alsa-de...@alsa-project.org > >

Re: [Xen-devel] [PATCH] xen: point xen_start_info to a dummy struct for PV on HVM guests

2012-10-03 Thread Ian Campbell
On Wed, 2012-10-03 at 16:48 +0100, Stefano Stabellini wrote: > On Wed, 3 Oct 2012, Ian Campbell wrote: > > On Wed, 2012-10-03 at 15:11 +0100, Konrad Rzeszutek Wilk wrote: > > > On Wed, Oct 03, 2012 at 02:54:42PM +0100, Ian Campbell wrote: > > > > On Wed, 2012-10-03 at 14:51 +0100, Stefano

Re: [PATCH V3 0/3] PNP: Allow PNP resources to be disabled (interface)

2012-10-03 Thread Witold Szczeponik
On 18/09/12 23:42, Rafael J. Wysocki wrote: > Hi, > > On Sunday, September 16, 2012, Witold Szczeponik wrote: >> Hi Rafael, >> >> what about the patches 1 and 3 which do not make any changes to the ABI? >> The first patch simplifies the code, while the third patch fixes a problem in >> the PNP

Re: [PATCH] make CONFIG_EXPERIMENTAL invisible and default

2012-10-03 Thread Paul E. McKenney
On Tue, Oct 02, 2012 at 12:50:42PM -0700, Kees Cook wrote: > This config item has not carried much meaning for a while now and is > almost always enabled by default. As agreed during the Linux kernel > summit, it should be removed. As a first step, remove it from being > listed, and default it to

[PATCH v2] xen: point xen_start_info to a dummy struct for PV on HVM guests

2012-10-03 Thread Stefano Stabellini
PV on HVM guests don't have a start_info page mapped by Xen, so xen_start_info is just NULL for them. That is problem because other parts of the code expect xen_start_info to point to something valid, for example xen_initial_domain() is defined as follow since commit

Re: [PATCH] RFC: Fix AMD Northbridge-ID contiguity assumptions

2012-10-03 Thread H. Peter Anvin
On 10/03/2012 08:30 AM, Daniel Blueman wrote: > > Is that "on NumaScale systems"? If so, please say so rather than trying > to make it sound generic; if it is not, can you give some other examples? It is for Numascale (NumaChip) systems for our purposes. Any other systems which

Re: [PATCH v4] mm, slab: release slab_mutex earlier in kmem_cache_destroy()

2012-10-03 Thread Srivatsa S. Bhat
On 10/03/2012 08:35 PM, Jiri Kosina wrote: > On Wed, 3 Oct 2012, Srivatsa S. Bhat wrote: > >>> diff --git a/mm/slab_common.c b/mm/slab_common.c >>> index 9c21725..90c3053 100644 >>> --- a/mm/slab_common.c >>> +++ b/mm/slab_common.c >>> @@ -166,6 +166,7 @@ void kmem_cache_destroy(struct kmem_cache

Re: [PATCH] xen: point xen_start_info to a dummy struct for PV on HVM guests

2012-10-03 Thread Stefano Stabellini
On Wed, 3 Oct 2012, Konrad Rzeszutek Wilk wrote: > On Wed, Oct 03, 2012 at 02:37:53PM +0100, Stefano Stabellini wrote: > > PV on HVM guests don't have a start_info page mapped by Xen, so > > xen_start_info is just NULL for them. > > That is problem because other parts of the code expect

Re: [Xen-devel] [PATCH] xen: point xen_start_info to a dummy struct for PV on HVM guests

2012-10-03 Thread Stefano Stabellini
On Wed, 3 Oct 2012, Ian Campbell wrote: > On Wed, 2012-10-03 at 15:11 +0100, Konrad Rzeszutek Wilk wrote: > > On Wed, Oct 03, 2012 at 02:54:42PM +0100, Ian Campbell wrote: > > > On Wed, 2012-10-03 at 14:51 +0100, Stefano Stabellini wrote: > > > > On Wed, 3 Oct 2012, Ian Campbell wrote: > > > > >

Re: [PATCH 7/10] compiler{,-gcc4}.h: Introduce __flatten function attribute

2012-10-03 Thread Joe Perches
On Wed, 2012-10-03 at 11:14 -0400, Steven Rostedt wrote: > I first check > the MAINTAINERS file. If the subsystem I'm working on exists there, I > only email those that are listed there, including any mailing lists that > are mentioned (as well as LKML). If it's not listed, I then do a git log >

Re: [PATCH 6/10] bug.h: Replace __linktime_error with __compiletime_error

2012-10-03 Thread Josh Triplett
On Wed, Oct 03, 2012 at 06:49:10AM -0500, Daniel Santos wrote: > On 10/03/2012 01:44 AM, David Rientjes wrote: > > On Fri, 28 Sep 2012, Daniel Santos wrote: > > > >> Signed-off-by: Daniel Santos > > After this is folded into the previous patch in the series, > > "compiler{,-gcc4}.h: Remove

Re: [PATCH v1] i2c-hid: introduce HID over i2c specification implementation

2012-10-03 Thread Benjamin Tissoires
Hi, thanks also for the review. Two in the same day! I was about to send a ping on that patch ;-) On Wed, Oct 3, 2012 at 8:05 AM, Shubhrajyoti Datta wrote: > On Fri, Sep 14, 2012 at 7:11 PM, benjamin.tissoires > wrote: >> From: Benjamin Tissoires >> >> Microsoft published the protocol

Re: [PATCH v6 0/4] Runtime Interpreted Power Sequences

2012-10-03 Thread Stephen Warren
On 10/03/2012 02:24 AM, Alex Courbot wrote: > On 09/14/2012 12:24 AM, Stephen Warren wrote: >> On 09/13/2012 01:29 AM, Mark Brown wrote: >>> On Thu, Sep 13, 2012 at 04:26:34PM +0900, Alex Courbot wrote: On Thursday 13 September 2012 15:19:30 Mark Brown wrote: >> On Thursday 13 September

Re: [PATCH 24/25] MIPS: Alchemy: use the OHCI platform driver

2012-10-03 Thread Manuel Lauss
On Wed, Oct 3, 2012 at 5:24 PM, Florian Fainelli wrote: > On Wednesday 03 October 2012 17:21:37 Manuel Lauss wrote: >> On Wed, Oct 3, 2012 at 5:03 PM, Florian Fainelli wrote: >> > This also greatly simplifies the power_{on,off} callbacks and make them >> > work on platform device id instead of

Re: [PATCH v5] media: mt9p031/mt9t001/mt9v032: use V4L2_CID_TEST_PATTERN for test pattern control

2012-10-03 Thread Sakari Ailus
Prabhakar wrote: From: Lad, Prabhakar V4L2_CID_TEST_PATTERN is now a standard control. This patch replaces the user defined control for test pattern to make use of standard control V4L2_CID_TEST_PATTERN. Signed-off-by: Lad, Prabhakar Signed-off-by: Manjunath Hadli Acked-by: Laurent Pinchart

Re: [PATCH 24/25] MIPS: Alchemy: use the OHCI platform driver

2012-10-03 Thread Florian Fainelli
On Wednesday 03 October 2012 17:21:37 Manuel Lauss wrote: > On Wed, Oct 3, 2012 at 5:03 PM, Florian Fainelli wrote: > > This also greatly simplifies the power_{on,off} callbacks and make them > > work on platform device id instead of checking the OHCI controller base > > address like what was

Re: [PATCH 7/10] compiler{,-gcc4}.h: Introduce __flatten function attribute

2012-10-03 Thread Peter Zijlstra
On Wed, 2012-10-03 at 11:14 -0400, Steven Rostedt wrote: > > Yep. I personally never use the get_maintainers script. I first check > the MAINTAINERS file. If the subsystem I'm working on exists there, I > only email those that are listed there, including any mailing lists that > are mentioned (as

Re: [Bug 48241] New: oops when setting up LVM

2012-10-03 Thread James Bottomley
On Wed, 2012-10-03 at 15:04 +, bugzilla-dae...@bugzilla.kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=48241 > >Summary: oops when setting up LVM >Product: IO/Storage >Version: 2.5 > Kernel Version: 3

Re: [PATCH 24/25] MIPS: Alchemy: use the OHCI platform driver

2012-10-03 Thread Manuel Lauss
On Wed, Oct 3, 2012 at 5:03 PM, Florian Fainelli wrote: > This also greatly simplifies the power_{on,off} callbacks and make them > work on platform device id instead of checking the OHCI controller base > address like what was done in ohci-au1xxx.c. That was by design -- the base address is far

[PATCH 19/25] USB: ohci: remove Octeon OHCI platform driver

2012-10-03 Thread Florian Fainelli
All users have been converted to use the OHCI platform driver instead. Signed-off-by: Florian Fainelli --- drivers/usb/host/Kconfig |6 +- drivers/usb/host/ohci-hcd.c|5 - drivers/usb/host/ohci-octeon.c | 214 3 files changed, 5

[PATCH 25/25] USB: ohci: remove Alchemy OHCI platform driver.

2012-10-03 Thread Florian Fainelli
All users have been converted to use the OHCI platform driver instead. The driver was also doing quirky things with the internal OHCI hcd structure during suspend/resume, work that is taken care of by the core OHCI code in ohci-hub.c. Signed-off-by: Florian Fainelli ---

Re: [PATCH 07/25] MIPS: Alchemy: use the ehci platform driver

2012-10-03 Thread Florian Fainelli
On Wednesday 03 October 2012 17:14:21 Manuel Lauss wrote: > On Wed, Oct 3, 2012 at 5:03 PM, Florian Fainelli wrote: > > Use the ehci platform driver power_{on,suspend,off} callbacks to perform the > > USB block gate enabling/disabling as what the ehci-au1xxx.c driver does. > > > > Signed-off-by:

[PATCH 18/25] MIPS: Octeon: use OHCI platform driver

2012-10-03 Thread Florian Fainelli
Signed-off-by: Florian Fainelli --- arch/mips/cavium-octeon/octeon-platform.c | 37 - 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/arch/mips/cavium-octeon/octeon-platform.c b/arch/mips/cavium-octeon/octeon-platform.c index 539e1bc..07b0a3b 100644

[PATCH 12/25] USB: ehci: remove CNS3xxx EHCI platform driver

2012-10-03 Thread Florian Fainelli
The users have been converted to use the ehci platform driver instead. Signed-off-by: Florian Fainelli --- drivers/usb/host/Kconfig|6 +- drivers/usb/host/ehci-cns3xxx.c | 155 --- drivers/usb/host/ehci-hcd.c | 10 --- 3 files changed, 5

[PATCH 02/25] MIPS: Loongson 1B: use ehci-platform instead of ehci-ls1x.

2012-10-03 Thread Florian Fainelli
The Loongson 1B EHCI driver does nothing more than what the EHCI platform driver already does, so use the generic implementation. Signed-off-by: Florian Fainelli --- arch/mips/configs/ls1b_defconfig |1 + arch/mips/loongson1/common/platform.c |8 +++- 2 files changed, 8

[PATCH 22/25] sh: convert boards to use the OHCI platform driver

2012-10-03 Thread Florian Fainelli
Signed-off-by: Florian Fainelli --- arch/sh/kernel/cpu/sh3/setup-sh7720.c |6 +- arch/sh/kernel/cpu/sh4a/setup-sh7757.c |6 +- arch/sh/kernel/cpu/sh4a/setup-sh7763.c |6 +- arch/sh/kernel/cpu/sh4a/setup-sh7786.c |6 +- 4 files changed, 20 insertions(+), 4

Re: [ 026/180] eCryptfs: Improve statfs reporting

2012-10-03 Thread Ben Hutchings
On Tue, 2012-10-02 at 06:24 -0600, Tim Gardner wrote: > On 10/01/2012 11:46 PM, Tyler Hicks wrote: > > On 2012-10-02 00:52:23, Willy Tarreau wrote: > >> 2.6.32-longterm review patch. If anyone has any objections, > >> please let me know. > > > > Hi - Please drop this patch. It incorrectly

[PATCH 09/25] MIPS: Octeon: use ehci-platform driver

2012-10-03 Thread Florian Fainelli
Signed-off-by: Florian Fainelli --- arch/mips/cavium-octeon/octeon-platform.c | 43 - 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/arch/mips/cavium-octeon/octeon-platform.c b/arch/mips/cavium-octeon/octeon-platform.c index 0938df1..539e1bc 100644

[PATCH 14/25] MIPS: PNX8550: useOHCI platform driver

2012-10-03 Thread Florian Fainelli
Signed-off-by: Florian Fainelli --- arch/mips/pnx8550/common/platform.c | 31 ++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/arch/mips/pnx8550/common/platform.c b/arch/mips/pnx8550/common/platform.c index 5264cc0..0a8faea 100644 ---

[PATCH 05/25] USB: ehci: remove Netlogic XLS EHCI driver

2012-10-03 Thread Florian Fainelli
The platform code has been migrated to use the ehci-platform driver. Signed-off-by: Florian Fainelli --- drivers/usb/host/ehci-hcd.c |5 -- drivers/usb/host/ehci-xls.c | 142 --- 2 files changed, 147 deletions(-) delete mode 100644

[PATCH 13/25] USB: ohci: allow platform driver to specify the number of ports

2012-10-03 Thread Florian Fainelli
Signed-off-by: Florian Fainelli --- drivers/usb/host/ohci-platform.c |4 include/linux/usb/ohci_pdriver.h |2 ++ 2 files changed, 6 insertions(+) diff --git a/drivers/usb/host/ohci-platform.c b/drivers/usb/host/ohci-platform.c index e24ec9f..1caaf65 100644 ---

Re: [PATCHv4 1/4] modem_shm: Add Modem Access Framework

2012-10-03 Thread Greg KH
On Wed, Oct 03, 2012 at 05:54:08AM +0200, Arun MURTHY wrote: > > On Mon, Oct 01, 2012 at 07:30:38AM +0200, Arun MURTHY wrote: > > > > On Fri, Sep 28, 2012 at 01:35:01PM +0530, Arun Murthy wrote: > > > > > +#include > > > > > +#include > > > > > +#include > > > > > +#include > > > > > +#include

Re: [PATCH v6 0/25] Generic Red-Black Trees

2012-10-03 Thread Daniel Santos
On 10/01/2012 03:47 PM, Andrew Morton wrote: > On Mon, 01 Oct 2012 15:41:14 -0500 > Daniel Santos wrote: > >> I can rebase against whatever you like and send either corrections or an >> updated patch set. Just tell me what works please. > I dropped everything - let's start again. I would have

[PATCH 10/25] USB: ehci: remove Octeon EHCI driver

2012-10-03 Thread Florian Fainelli
Users of this driver have been converted to use the ehci platform driver instead. Signed-off-by: Florian Fainelli --- drivers/usb/host/Kconfig |8 +- drivers/usb/host/ehci-octeon.c | 203 2 files changed, 6 insertions(+), 205 deletions(-)

[PATCH 24/25] MIPS: Alchemy: use the OHCI platform driver

2012-10-03 Thread Florian Fainelli
This also greatly simplifies the power_{on,off} callbacks and make them work on platform device id instead of checking the OHCI controller base address like what was done in ohci-au1xxx.c. Signed-off-by: Florian Fainelli --- arch/mips/alchemy/common/platform.c | 31

[PATCH 14/25] MIPS: PNX8550: use OHCI platform driver

2012-10-03 Thread Florian Fainelli
Signed-off-by: Florian Fainelli --- arch/mips/pnx8550/common/platform.c | 31 ++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/arch/mips/pnx8550/common/platform.c b/arch/mips/pnx8550/common/platform.c index 5264cc0..0a8faea 100644 ---

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