Re: [linux-pm] [RESEND PATCH v4 1/5] thermal: add generic cpufreq cooling implementation

2012-07-13 Thread amit kachhap
On Fri, Jul 13, 2012 at 4:34 AM, Andrew Morton wrote: > On Thu, 12 Jul 2012 19:11:04 +0530 > Amit Daniel Kachhap wrote: > >> [a...@linux-foundation.org: fix comment layout] >> Signed-off-by: Amit Daniel Kachhap >> Cc: Donggeun Kim >> Cc: Guenter Roeck >> Cc: SangWook Ju >> Cc: Durgadoss >> C

Re: [PATCH v4 1/5] thermal: Add generic cpufreq cooling implementation

2012-07-13 Thread amit kachhap
On Fri, Jul 13, 2012 at 3:39 PM, Hongbo Zhang wrote: > > > On 12 May 2012 17:40, Amit Daniel Kachhap wrote: >> >> This patch adds support for generic cpu thermal cooling low level >> implementations using frequency scaling up/down based on the registration >> parameters. Different cpu related coo

Re: [linux-pm] [RESEND PATCH v4 1/5] thermal: add generic cpufreq cooling implementation

2012-07-13 Thread rakesh singh
Hello everyone, I am new to linux and i also want to contribute in linux community. I am running Ubuntu 11.04 and i have downloaded linux-2.6.35.13 for learning. so kindly tell me how to set up and starting kernel development. I did tried some books and websites but i am still unable to do some pr

Re: linux-next: manual merge of the arm-soc tree with the i2c-embedded tree

2012-07-13 Thread Lee Jones
They look like they mostly export register settings which is usually questionable since we might want to abstract bindings so they can be useful for a number of drivers. I'm not exactly sure what you mean by this. These bindings are specific to the ST-Ericsson driver and are localised, hence th

Re: linux-next: build failure after merge of the tty tree

2012-07-13 Thread Alan Cox
On Fri, 13 Jul 2012 14:13:45 +1000 Stephen Rothwell wrote: > Hi Greg, > > After merging the tty tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > drivers/char/mwave/mwavedd.c: In function 'register_serial_portandirq': > drivers/char/mwave/mwavedd.c:472:2: error: impli

[PATCH v5 0/5] thermal: Add kernel thermal support for exynos platform

2012-07-13 Thread Amit Daniel Kachhap
Hi Len/Andrew, This series is a repost of the thermal support for exynos platform. This current patchset is based on 3.5-rc6 with hwmon-next branch merged. (git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-next) Version v4 was accepted for 3.5 merge by Len. (https://

[PATCH v5 1/5] thermal: add generic cpufreq cooling implementation

2012-07-13 Thread Amit Daniel Kachhap
This patchset introduces a new generic cooling device based on cpufreq that can be used on non-ACPI platforms. As a proof of concept, we have drivers for the following platforms using this mechanism now: * Samsung Exynos (Exynos4 and Exynos5) in the current patchset. * TI OMAP (git://git.linaro

[PATCH v5 2/5] hwmon: exynos4: move thermal sensor driver to driver/thermal directory

2012-07-13 Thread Amit Daniel Kachhap
This movement is needed because the hwmon entries and corresponding sysfs interface is a duplicate of utilities already provided by driver/thermal/thermal_sys.c. The goal is to place it in thermal folder and add necessary functions to use the in-kernel thermal interfaces. Signed-off-by: Amit Dani

[PATCH v5 5/5] ARM: exynos: add thermal sensor driver platform data support

2012-07-13 Thread Amit Daniel Kachhap
Add necessary default platform data support needed for TMU driver. This dt/non-dt values are tested for origen exynos4210 and smdk exynos5250 platforms. Signed-off-by: Amit Daniel Kachhap Cc: Donggeun Kim Acked-by: Guenter Roeck Cc: SangWook Ju Cc: Durgadoss Cc: Len Brown Cc: Jean Delvare

[PATCH v5 4/5] thermal: exynos: register the tmu sensor with the kernel thermal layer

2012-07-13 Thread Amit Daniel Kachhap
This code added creates a link between temperature sensors, linux thermal framework and cooling devices for samsung exynos platform. This layer monitors the temperature from the sensor and informs the generic thermal layer to take the necessary cooling action. [a...@linux-foundation.org: fix comm

[PATCH v5 3/5] thermal: exynos5: add exynos5 thermal sensor driver support

2012-07-13 Thread Amit Daniel Kachhap
Insert exynos5 TMU sensor changes into the thermal driver. Some exynos4 changes are made generic for exynos series. [a...@linux-foundation.org: fix comment layout] Signed-off-by: SangWook Ju Signed-off-by: Amit Daniel Kachhap Cc: Donggeun Kim Acked-by: Guenter Roeck Cc: Durgadoss Cc: Len Bro

Re: [PATCH] mfd: Implement devicetree support for AB8500 Btemp

2012-07-13 Thread Rajanikanth HV
> Date: Tue, 10 Jul 2012 18:20:13 +0200 > From: Lee Jones > To: "Rajanikanth H.V" > Cc: STEricsson_nomadik_linux , > linaro-...@lists.linaro.org, linux-kernel@vger.kernel.org, > linux-arm-ker...@lists.infradead.org, patc...@linaro.org > Subject: Re: [PATCH] mfd: Implement devicetr

[PATCH 2/2] Staging: ipack/devices/ipoctal: initialize the device in probe function

2012-07-13 Thread Samuel Iglesias Gonsálvez
Initialize the device when registering it. Sometimes the user access to it and the device is in an unknown state, so it could fail. Signed-off-by: Samuel Iglesias Gonsálvez --- drivers/staging/ipack/devices/ipoctal.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/drivers/s

[PATCH 1/2] Staging: ipack/devices/ipoctal: fix dereference NULL pointer

2012-07-13 Thread Samuel Iglesias Gonsálvez
After opening and closing the file /dev/ipoctal.X.Y.Z for the second time, it gives a kernel oops due to a dereference of a NULL pointer. The problem was that tty->driver_data was not properly initialized when accessing the file for the second time. Reported-by: Alberto Garcia Gonzalez Signed-of

Re: [PATCH] mfd: Implement devicetree support for AB8500 Btemp

2012-07-13 Thread Rajanikanth HV
> Date: Tue, 10 Jul 2012 14:12:01 + > From: Arnd Bergmann > To: linux-arm-ker...@lists.infradead.org > Cc: linaro-...@lists.linaro.org, linux-kernel@vger.kernel.org, > "Rajanikanth H.V" , patc...@linaro.org > Subject: Re: [PATCH] mfd: Implement devicetree support for AB8500 > B

Re: mmotm 2012-07-10-16-59 uploaded

2012-07-13 Thread S, Venkatraman
On Wed, Jul 11, 2012 at 5:31 AM, wrote: > The mm-of-the-moment snapshot 2012-07-10-16-59 has been uploaded to > >http://www.ozlabs.org/~akpm/mmotm/ > > > * drivers-scsi-ufs-use-module_pci_driver.patch > * drivers-scsi-ufs-reverse-the-ufshcd_is_device_present-logic.patch > * ufs-fix-incorrect-

[PATCH] ns: move free_nsproxy() out of do_exit() path

2012-07-13 Thread Kirill A. Shutemov
From: "Kirill A. Shutemov" free_nsproxy() is too heavy to be on exit path. Let's free namespaces asynchronously to not block exit_group() syscall. Microbenchmark: : #define _GNU_SOURCE : #include : #include : #include : #include : : int : main(void) : { : int i; : for (i = 0; i

[PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-13 Thread Stefan Beller
This updates the documentation on how to create patches and send these to the kernel mailing list. The documentation before was written in times before git was there, so the crafting of the patch needed to be done manually by diff -up in the right directory. This patch aims at simplifying the pat

Re: [PATCH] mfd: Implement devicetree support for AB8500 Btemp

2012-07-13 Thread Lee Jones
@@ -964,11 +966,13 @@ static int __devinit ab8500_btemp_probe(struct platform_device *pdev) { int irq, i, ret = 0; u8 val; - struct abx500_bm_plat_data *plat_data = pdev->dev.platform_data; I already told you about this. your previous comment was: "No, it's meant to work w

Re: [PATCH 7/13] USB:support the new interfaces of Huawei Data Card devices in option driver

2012-07-13 Thread Bjørn Mork
"Fangxiaozhi (Franko)" writes: > From: fangxiaozhi > 1. This patch is based on the kernel of 3.5-rc6 > 2. In this patch, we add new micro for matching the series USB devices with > vendor ID and interface information. > 3. In this patch, we add new declarations into option.c to support the new

[PATCH] staging: wlags49_h2: remove vi modelines

2012-07-13 Thread Paul Bolle
Signed-off-by: Paul Bolle --- 0) Opening drivers/staging/wlags49_h2/dhf.2 with vim triggered this warning: "drivers/staging/wlags49_h2/dhf.h" 226L, 8428C Error detected while processing modelines: line2: E518: Unknown option: */ Press ENTER or type command to continue 1) Since the Linux kerne

Re: [PATCH 0/2] Fix info leaks on export for udf and isofs

2012-07-13 Thread Jan Kara
On Thu 12-07-12 08:46:53, Mathias Krause wrote: > Al, Jan, > > this patch set fixes info leaks in isofs and udf. Both file systems fail to > initialize all bytes of the f_handle byte array when creating a handle for a > path pointing to a directory. This memory gets copied to userland and that for

Re: [PATCH v7 2/5] powerpc/85xx: add HOTPLUG_CPU support

2012-07-13 Thread Kumar Gala
On Jul 3, 2012, at 5:21 AM, Zhao Chenhui wrote: > From: Li Yang > > Add support to disable and re-enable individual cores at runtime > on MPC85xx/QorIQ SMP machines. Currently support e500v1/e500v2 core. > > MPC85xx machines use ePAPR spin-table in boot page for CPU kick-off. > This patch uses

Re: [PATCH v6 3/5] powerpc/85xx: add sleep and deep sleep support

2012-07-13 Thread Kumar Gala
On Jun 26, 2012, at 5:25 AM, Zhao Chenhui wrote: > From: Li Yang > > In sleep PM mode, the clocks of e500 core and unused IP blocks is > turned off. IP blocks which are allowed to wake up the processor > are still running. > > Some Freescale chips like MPC8536 and P1022 has deep sleep PM mode

Re: [PATCH] Documentation: Describe the AB8500 Device Tree bindings

2012-07-13 Thread Arnd Bergmann
On Friday 13 July 2012, Lee Jones wrote: > Although for the most part, the AB8500 uses common bindings, some > of the ways in which they are used differ slightly to the common > uses of those bindings. To clear up some of these varying concepts > we provide some documentation describing each of the

Re: linux-next: Tree for July 13

2012-07-13 Thread Theodore Ts'o
On Fri, Jul 13, 2012 at 03:51:21PM +1000, Stephen Rothwell wrote: > > The ext4 tree still has its build failure so I used the version from > next-20120709. I fixed this last night, but I probably just missed when you pulled in the ext4 tree. So hopefully you should have no problems with your nex

Re: [PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-13 Thread Borislav Petkov
On Fri, Jul 13, 2012 at 01:51:50PM +0200, Stefan Beller wrote: > This updates the documentation on how to create patches and send > these to the kernel mailing list. > > The documentation before was written in times before git was there, > so the crafting of the patch needed to be done manually by

Re: Deadlocks due to per-process plugging

2012-07-13 Thread Jan Kara
On Thu 12-07-12 16:15:29, Thomas Gleixner wrote: > On Wed, 11 Jul 2012, Jan Kara wrote: > > On Wed 11-07-12 12:05:51, Jeff Moyer wrote: > > > Jan Kara writes: > > > > > > > Hello, > > > > > > > > we've recently hit a deadlock in our QA runs which is caused by the > > > > per-process plugging

Re: Deadlocks due to per-process plugging

2012-07-13 Thread Jan Kara
On Thu 12-07-12 00:12:44, Thomas Gleixner wrote: > On Wed, 11 Jul 2012, Jan Kara wrote: > > On Wed 11-07-12 12:05:51, Jeff Moyer wrote: > > > This eventually ends in a call to blk_run_queue_async(q) after > > > submitting the I/O from the plug list. Right? So is the question > > > really why does

Re: [PATCH 33/36] AArch64: Generic timers support

2012-07-13 Thread Arnd Bergmann
On Thursday 12 July 2012, John Stultz wrote: > > On 07/12/2012 10:31 AM, Marc Zyngier wrote: > > On Thu, 12 Jul 2012 09:57:33 -0700, John Stultz > > wrote: > > > >> So following ia64's method is probably better then copying the 8253's > >> rate if you're not concerned about tick-granularity error

Re: [PATCH] Documentation/CodingStyle: Mention multi-line macros using expressions

2012-07-13 Thread Robert P. J. Day
On Wed, 11 Jul 2012, Joe Perches wrote: > On Wed, 2012-07-11 at 13:32 -0400, Robert P. J. Day wrote: > [] > > diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle > [] > > +A newer technique is to use the GCC extension of being able to place > > +statements and declarations in an exp

Re: 3.4.4-rt13: btrfs + xfstests 006 = BOOM.. and a bonus rt_mutex deadlock report for absolutely free!

2012-07-13 Thread Mike Galbraith
On Fri, 2012-07-13 at 06:47 -0400, Chris Mason wrote: > On Fri, Jul 13, 2012 at 04:26:26AM -0600, Thomas Gleixner wrote: > > On Fri, 13 Jul 2012, Mike Galbraith wrote: > > > On Fri, 2012-07-13 at 11:52 +0200, Thomas Gleixner wrote: > > > > On Fri, 13 Jul 2012, Mike Galbraith wrote: > > > > > On T

Re: [PATCH 2/2] mtd: lpc32xx_mlc: Adjust to pl08x DMA interface changes

2012-07-13 Thread Alexandre Pereira da Silva
On Thu, Jul 12, 2012 at 9:22 AM, Roland Stigge wrote: > This patch adjusts the LPC32xx MLC NAND driver to the new pl08x DMA interface, > fixing the compile error resulting from changed pl08x structures. > > Signed-off-by: Roland Stigge Acked-By: Alexandre Pereira da Silva > --- > > Applies to

Re: [PATCH] ARM: LPC32xx: Adjust to pl08x DMA interface changes

2012-07-13 Thread Alexandre Pereira da Silva
On Thu, Jul 12, 2012 at 9:22 AM, Roland Stigge wrote: > This patch adjusts the LPC32xx platform support to the new pl08x DMA > interface, > fixing the compile error resulting from changed pl08x structures. > > Signed-off-by: Roland Stigge Acked-By: Alexandre Pereira da Silva > --- > > Applies

Re: [PATCH 1/2] mtd: lpc32xx_slc: Adjust to pl08x DMA interface changes

2012-07-13 Thread Alexandre Pereira da Silva
On Thu, Jul 12, 2012 at 9:22 AM, Roland Stigge wrote: > This patch adjusts the LPC32xx SLC NAND driver to the new pl08x DMA interface, > fixing the compile error resulting from changed pl08x structures. > > Signed-off-by: Roland Stigge Acked-By: Alexandre Pereira da Silva > --- > > Applies to

Re: 3.4.4-rt13: btrfs + xfstests 006 = BOOM.. and a bonus rt_mutex deadlock report for absolutely free!

2012-07-13 Thread Chris Mason
On Wed, Jul 11, 2012 at 11:47:40PM -0600, Mike Galbraith wrote: > Greetings, [ deadlocks with btrfs and the recent RT kernels ] I talked with Thomas about this and I think the problem is the single-reader nature of the RW rwlocks. The lockdep report below mentions that btrfs is calling: > [ 69

Re: [PATCH] add blockconsole version 1.1

2012-07-13 Thread Borislav Petkov
On Thu, Jul 12, 2012 at 01:46:34PM -0400, Jörn Engel wrote: > Console driver similar to netconsole, except it writes to a block > device. Can be useful in a setup where netconsole, for whatever > reasons, is impractical. > > Changes since version 1.0: > - Header format overhaul, addressing severa

Re: [PATCH] kconfig: allow long lines in config file

2012-07-13 Thread Michal Marek
On 11.7.2012 01:47, c...@linux.vnet.ibm.com wrote: > From: Cody Schafer > > For some config options (CONFIG_EXTRA_FIRMWARE, for example), the length > of a config file line can exceed the 1024 byte buffer. > > Switch from fgets to getline to fix. getline() is not a portable function and kconfig

Re: [PATCH 4/6] [TRIVIAL] kconfig: remove lkc_defs.h from .gitignore and dontdiff

2012-07-13 Thread Michal Marek
On Sun, Jul 01, 2012 at 03:44:54PM +0200, Paul Bolle wrote: > Commit 5a6f8d2bd9e3392569ed6f29ea4d7210652f929b ("kconfig: nuke > LKC_DIRECT_LINK cruft") removed all traces of lkc_defs.h from the tree. > Remove its entries in dontdiff and kconfig's .gitignore file too. Applied to kbuild.git#kconfig.

RE: 0xB16B00B5? Really? (was Re: Move hyperv out of the drivers/staging/ directory)

2012-07-13 Thread KY Srinivasan
> -Original Message- > From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo > Bonzini > Sent: Friday, July 13, 2012 6:23 AM > To: KY Srinivasan > Cc: Greg KH; de...@linuxdriverproject.org; linux-kernel@vger.kernel.org; > virtualizat...@lists.osdl.org > Subject: 0xB16B00

Re: 0xB16B00B5? Really? (was Re: Move hyperv out of the drivers/staging/ directory)

2012-07-13 Thread Paolo Bonzini
Il 13/07/2012 15:13, KY Srinivasan ha scritto: >> > >> > Somone was trying to be funny, I guess. >> > >> > KY, I suppose you have access to Hyper-V code or can ask someone who does. >> > Is this signature actually used in the Hyper-V host code? > It is still early in the morning here and pardon m

RE: 0xB16B00B5? Really? (was Re: Move hyperv out of the drivers/staging/ directory)

2012-07-13 Thread KY Srinivasan
> -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: Friday, July 13, 2012 9:15 AM > To: KY Srinivasan > Cc: Greg KH; de...@linuxdriverproject.org; linux-kernel@vger.kernel.org; > virtualizat...@lists.osdl.org > Subject: Re: 0xB16B00B5? Really? (was Re: Move hyp

Re: UIO: missing resource mapping

2012-07-13 Thread Michael S. Tsirkin
On Fri, Jul 13, 2012 at 10:09:15AM +0200, Dominic Eschweiler wrote: > Am Freitag, den 13.07.2012, 02:16 +0300 schrieb Michael S. Tsirkin: > > My concern was people will ask for more and more stuff that pci > > sysfs already has. > > If we do add these is there a way to not duplicate code from pci?

Re: 0xB16B00B5? Really? (was Re: Move hyperv out of the drivers/staging/ directory)

2012-07-13 Thread Borislav Petkov
On Fri, Jul 13, 2012 at 03:15:29PM +0200, Paolo Bonzini wrote: > Il 13/07/2012 15:13, KY Srinivasan ha scritto: > >> > > >> > Somone was trying to be funny, I guess. > >> > > >> > KY, I suppose you have access to Hyper-V code or can ask someone who > >> > does. > >> > Is this signature actually

Re: [PATCH 5/5] uprobes: kill insert_vm_struct()->uprobe_mmap()

2012-07-13 Thread Oleg Nesterov
On 07/13, Srikar Dronamraju wrote: > > * Oleg Nesterov [2012-07-08 22:30:11]: > > > Kill insert_vm_struct()->uprobe_mmap(). It is not needed, nobody > > except arch/ia64/kernel/perfmon.c uses insert_vm_struct(vma) with > > vma->vm_file != NULL. > > > > Right, but somebody else might start using th

Re: [PATCH v3 2/2] kvm: KVM_EOIFD, an eventfd for EOIs

2012-07-13 Thread Michael S. Tsirkin
On Mon, Jul 09, 2012 at 02:35:13PM -0600, Alex Williamson wrote: > > Well internal qemu APIs are qemu's problem and can be addressed there. > > For example, can we make it mimic our interface: make qemu EOI notifier > > accept an object that includes qemu_irq without irqchip and irqfd with? > > So

x86/mm: Limit 2/4M size calculation to x86_32

2012-07-13 Thread Stefan Bader
I was bisecting a problem on 64bit where any attempt to cause a crash kernel to boot would hang. The bisect ended up on commit 722bc6b (x86/mm: Fix the size calculation of mapping tables) and somehow, looking at the calling function and the ranges printed on boot, I think the calculations should on

Re: [PATCH] bnx2: update bnx2-mips-09 firmware to bnx2-mips-09-6.2.1b

2012-07-13 Thread Eric Dumazet
On Fri, 2012-07-13 at 14:04 +0100, Chris Webb wrote: > Commit c2c20ef43d00 "bnx2: Update driver to use new mips firmware" > updated the bnx2 driver to use bnx2-mips-09-6.2.1b in place of > bnx2-mips-09-6.2.1a, but didn't replace the copy of bnx2-mips-09-6.2.1a > in firmware/bnx2/ with the new versi

Re: [PATCH 7/9] Input: ab8500-ponkey: Create AB8500 domain IRQ mapping

2012-07-13 Thread Lee Jones
On 10/07/12 22:08, Linus Walleij wrote: On Mon, Jul 9, 2012 at 11:21 PM, Lee Jones wrote: On 09/07/12 23:03, Linus Walleij wrote: Now since I was fooled by the last patch, thinking you had tested it before submitting (obviously not) - please send a test log of some cat /dev/input/event* for

Re: [PATCH RFC V3 2/3] kvm: Note down when cpu relax intercepted or pause loop exited

2012-07-13 Thread Srikar Dronamraju
> On 12/07/12 21:18, Raghavendra K T wrote: > > +#ifdef CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT > [...] > > + struct { > > + bool cpu_relax_intercepted; > > + bool dy_eligible; > > + } ple; > > +#endif > [...] > > } > > vcpu->run = page_address(page); > > + vcpu->ple.c

[PATCH 1/2] ARM: tegra: harmony: add regulator supply name and its input supply

2012-07-13 Thread Laxman Dewangan
Name the regulator as per board schematics and adds its supply name info in regulator data. Add the always on fixed regulator to refer the battery supply. Use this fixed regulator for input supply of some of PMIC regulator Signed-off-by: Laxman Dewangan --- arch/arm/mach-tegra/board-harmony-pow

[PATCH 0/2] regulator: tps6586x: support for input supply

2012-07-13 Thread Laxman Dewangan
This patch series add the support for the input supply of tps6586x regulator. The changes are based on on discussion on patch [PATCH 1/3] ARM: dt: tegra: seaboard: add regulators on which the input supply name should be require in DT case and unconditionally set on the desc.supply_name. To add thi

[PATCH 2/2] regulator: tps6586x: add support for input supply

2012-07-13 Thread Laxman Dewangan
There is multiple voltage input pins on device which takes the voltage input for different voltage regulator. Support to configure the voltage input supplied by different regulator for each regulators. Signed-off-by: Laxman Dewangan --- .../devicetree/bindings/regulator/tps6586x.txt | 17 +

Re: [PATCH 03/19 v2] Staging: xgifb: Remove LCDA detection in xgifb_probe().

2012-07-13 Thread Miguel Gómez
El 09/07/12 20:39, Greg KH escribió: On Fri, Jul 06, 2012 at 12:40:38PM +0200, Miguel Gómez wrote: The piece of code that checks for LCDA in xgifb_probe() just checks for some register values but doesn't really do anything in response to them (the actions that should be executed are commented).

Re: [PATCH 5/5] uprobes: kill insert_vm_struct()->uprobe_mmap()

2012-07-13 Thread Srikar Dronamraju
* Oleg Nesterov [2012-07-08 22:30:11]: > Kill insert_vm_struct()->uprobe_mmap(). It is not needed, nobody > except arch/ia64/kernel/perfmon.c uses insert_vm_struct(vma) with > vma->vm_file != NULL. > > And it is wrong. Again, get_user_pages() can not succeed before > vma_link(vma) makes is visib

Re: [PATCH 5/5] uprobes: kill insert_vm_struct()->uprobe_mmap()

2012-07-13 Thread Srikar Dronamraju
* Oleg Nesterov [2012-07-13 15:29:16]: > On 07/13, Srikar Dronamraju wrote: > > > > * Oleg Nesterov [2012-07-08 22:30:11]: > > > > > Kill insert_vm_struct()->uprobe_mmap(). It is not needed, nobody > > > except arch/ia64/kernel/perfmon.c uses insert_vm_struct(vma) with > > > vma->vm_file != NULL

Re: [ 000/187] 3.4.5-stable review

2012-07-13 Thread Greg KH
On Fri, Jul 13, 2012 at 06:42:52AM +0200, Sven Joachim wrote: > On 2012-07-12 21:24 +0200, Greg KH wrote: > > > This is the start of the stable review cycle for the 3.4.5 release. > > There are 187 patches in this series, all will be posted as a response > > to this one. If anyone has any issues

[PATCH V2 0/4] [SCSI] ufs: Adds glue drivers to ufshcd

2012-07-13 Thread Vinayak Holikatti
This patch set adds following features - Seprates PCI specific code from ufshcd.c to make it as core - Adds PCI glue driver ufshcd-pci.c - Adds Platform glue driver ufshcd-pltfrm.c - Update correct transfer size in Command UPIU Vinayak Holikatti (4): [SCSI] drivers/scsi/ufs: Remove PCI speci

[PATCH V2 1/4] [SCSI] drivers/scsi/ufs: Remove PCI specific code

2012-07-13 Thread Vinayak Holikatti
This patch removes the PCI specific code to make it into core ufs driver. This separation allows room for other bus specific glue drivers to be added in future Signed-off-by: Vinayak Holikatti Signed-off-by: Santosh Yaraganavi --- drivers/scsi/ufs/Kconfig | 15 ++- drivers/scsi/ufs/ufshcd.c

Re: [PATCH v2] staging: sbe-2t3e3: Remove code that will never execute

2012-07-13 Thread Greg KH
On Thu, Jul 12, 2012 at 11:27:49PM -0300, Marcos Paulo de Souza wrote: > This patch removes all references of "if 0" blocks in the sbe-2t3e3 driver. > > Signed-off-by: Marcos Paulo de Souza > --- > drivers/staging/sbe-2t3e3/2t3e3.h|3 -- > drivers/staging/sbe-2t3e3/cpld.c | 15

Re: [PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-13 Thread Jeff Garzik
On Fri, Jul 13, 2012 at 7:51 AM, Stefan Beller wrote: > This updates the documentation on how to create patches and send > these to the kernel mailing list. > > The documentation before was written in times before git was there, > so the crafting of the patch needed to be done manually by diff -up

Re: [PATCH] bnx2: update bnx2-mips-09 firmware to bnx2-mips-09-6.2.1b

2012-07-13 Thread Chris Webb
Eric Dumazet writes: > Have you read firmware/README.AddingFirmware ? I hadn't, but now I have, and if firmware upgrades are considered 'adding new firmware', I agree this patch is wrong, and should have just removed the obsolete bnx2-mips-09-6.2.1a file that is no longer used by the bnx2 driver

Re: [ 08/68] dummy: fix rcu_sched self-detected stalls

2012-07-13 Thread Herton Ronaldo Krzesinski
On Thu, Jul 12, 2012 at 04:01:42PM -0700, Greg Kroah-Hartman wrote: > From: Greg KH > > 3.0-stable review patch. If anyone has any objections, please let me know. > > -- > > > From: Eric Dumazet > > [ Upstream commit 16b0dc29c1af9df341428f4c49ada4f626258082 ] > > Trying to

Re: [PATCH v3] usb/host/ehci-hub: Fix the issue EG20T USB host controller has long resuming time, when pen drive is attached.

2012-07-13 Thread Alan Stern
On Fri, 13 Jul 2012, Tomoya MORINAGA wrote: > Intel EG20T USB host controller does not send SOF in resuming time after > suspending, if the FLR bit was not cleared. When pen drive is attached, > the controller has a long resuming time to try re-connect it. > This patch clear the FLR bit in suspend

Re: UIO: missing resource mapping

2012-07-13 Thread Hans J. Koch
On Fri, Jul 13, 2012 at 04:22:23PM +0300, Michael S. Tsirkin wrote: > On Fri, Jul 13, 2012 at 10:09:15AM +0200, Dominic Eschweiler wrote: > > Am Freitag, den 13.07.2012, 02:16 +0300 schrieb Michael S. Tsirkin: > > > My concern was people will ask for more and more stuff that pci > > > sysfs already

Re: [ 000/187] 3.4.5-stable review

2012-07-13 Thread Herton Ronaldo Krzesinski
On Fri, Jul 13, 2012 at 06:42:52AM +0200, Sven Joachim wrote: > On 2012-07-12 21:24 +0200, Greg KH wrote: > > > This is the start of the stable review cycle for the 3.4.5 release. > > There are 187 patches in this series, all will be posted as a response > > to this one. If anyone has any issues

Re: [PATCH 20/40] autonuma: alloc/free/init mm_autonuma

2012-07-13 Thread Christoph Lameter
On Thu, 12 Jul 2012, Johannes Weiner wrote: > On Thu, Jul 12, 2012 at 08:08:28PM +0200, Andrea Arcangeli wrote: > > On Sat, Jun 30, 2012 at 01:12:18AM -0400, Konrad Rzeszutek Wilk wrote: > > > On Thu, Jun 28, 2012 at 02:56:00PM +0200, Andrea Arcangeli wrote: > > > > This is where the mm_autonuma s

Re: [PATCH 2/2] regulator: tps6586x: add support for input supply

2012-07-13 Thread Mark Brown
On Fri, Jul 13, 2012 at 07:20:32PM +0530, Laxman Dewangan wrote: > There is multiple voltage input pins on device which > takes the voltage input for different voltage regulator. > Support to configure the voltage input supplied by > different regulator for each regulators. Applied, thanks. sign

Re: Deadlocks due to per-process plugging

2012-07-13 Thread Thomas Gleixner
On Fri, 13 Jul 2012, Jan Kara wrote: > On Thu 12-07-12 16:15:29, Thomas Gleixner wrote: > > > Ah, I didn't know this. Thanks for the hint. So in the kdump I have I > > > can > > > see requests queued in tsk->plug despite the process is sleeping in > > > TASK_UNINTERRUPTIBLE state. So the only w

Re: [ 000/187] 3.4.5-stable review

2012-07-13 Thread Greg KH
On Fri, Jul 13, 2012 at 11:18:29AM -0300, Herton Ronaldo Krzesinski wrote: > On Fri, Jul 13, 2012 at 06:42:52AM +0200, Sven Joachim wrote: > > On 2012-07-12 21:24 +0200, Greg KH wrote: > > > > > This is the start of the stable review cycle for the 3.4.5 release. > > > There are 187 patches in this

[PATCH V2 2/4] [SCSI] drivers/scsi/ufs: Add PCI glue driver

2012-07-13 Thread Vinayak Holikatti
This patch adds PCI glue driver support Signed-off-by: Vinayak Holikatti Signed-off-by: Santosh Yaraganavi --- drivers/scsi/ufs/Kconfig | 11 ++ drivers/scsi/ufs/Makefile|1 + drivers/scsi/ufs/ufshcd-pci.c| 227 ++ drivers/scsi/ufs/

[PATCH V2 3/4] [SCSI] ufs: Add Platform glue driver for ufshcd

2012-07-13 Thread Vinayak Holikatti
This patch adds Platform glue driver for ufshcd. Signed-off-by: Vinayak Holikatti Signed-off-by: Santosh Yaraganavi --- drivers/scsi/ufs/Kconfig | 11 ++ drivers/scsi/ufs/Makefile|1 + drivers/scsi/ufs/ufshcd-pltfrm.c | 215 ++ 3 files

Re: [PATCH] x86/vsyscall: allow seccomp filter in vsyscall=emulate

2012-07-13 Thread Andrew Lutomirski
On Thu, Jul 12, 2012 at 10:17 PM, Will Drewry wrote: > If a seccomp filter program is installed, older static binaries and > distributions with older libc implementations (glibc 2.13 and earlier) > that rely on vsyscall use will be terminated regardless of the filter > program policy when executin

[PATCH V2 4/4] [SCSI] ufs: Correct the expected data transfer size

2012-07-13 Thread Vinayak Holikatti
This patch corrects the expected data transfer size of the command UPIU. The current implementation of cmd->transfersize is wrong as it probably equal to sector size. With this implementation the transfer size is updated correctly Signed-off-by: Vinayak Holikatti Signed-off-by: Santosh Yaraganavi

[PATCH v3] Bluetooth: Add MacBookPro10,1 support

2012-07-13 Thread Henrik Rydberg
Add support for the 2012 15'' MacBook Pro Retina, also known as MacBookPro10,1. The bluetooth device presents itself as T: Bus=02 Lev=04 Prnt=04 Port=02 Cnt=01 Dev#= 8 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=ff(vend.) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=05ac ProdID=8286 Rev=00.74 S: Manufactu

Re: UIO: missing resource mapping

2012-07-13 Thread Dominic Eschweiler
Am Freitag, den 13.07.2012, 16:22 +0300 schrieb Michael S. Tsirkin: > Could you give an example of the problem? How do you bind > both UIO and another driver to the same device? Sorry, I'm looking on it from the user-space perspective. Maybe I'm wrong, but I can give you an example : lspci -v ..

Re: UIO: missing resource mapping

2012-07-13 Thread Dominic Eschweiler
Am Freitag, den 13.07.2012, 16:18 +0200 schrieb Hans J. Koch: > If somebody maps the card's memory through the UIO driver and somebody > else also maps it using sysfs, that is possible. What happens if both > write to the same hardware registers is a different topic. Writing a > driver implies some

[PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-13 Thread Stefan Beller
This updates the documentation on how to create patches and send these to the kernel mailing list. The documentation before was written in times before git was there, so the crafting of the patch needed to be done manually by diff -up in the right directory. This patch aims at simplifying the pat

Re: [RFC][PATCH 14/26] sched, numa: Numa balancer

2012-07-13 Thread Don Morris
On 07/12/2012 03:02 PM, Rik van Riel wrote: > On 03/16/2012 10:40 AM, Peter Zijlstra wrote: > > At LSF/MM, there was a presentation comparing Peter's > NUMA code with Andrea's NUMA code. I believe this is > the main reason why Andrea's code performed better in > that particular test... > >> +

Re: [PATCH 1/2] sound:soc:soc-dmap: Fix compilation warning.

2012-07-13 Thread Mark Brown
On Thu, Jul 12, 2012 at 11:00:16PM +0200, Marek Belisko wrote: > Fix following: > sound/soc/soc-dapm.c: In function ‘dapm_clock_event’: > sound/soc/soc-dapm.c:1021:1: warning: control reaches end of non-void > function [-Wreturn-type] Applied,:but:please:do:make:an:effort:to:use:subject:lines:app

Re: Deadlocks due to per-process plugging

2012-07-13 Thread Jan Kara
On Fri 13-07-12 16:25:05, Thomas Gleixner wrote: > On Fri, 13 Jul 2012, Jan Kara wrote: > > On Thu 12-07-12 16:15:29, Thomas Gleixner wrote: > > > > Ah, I didn't know this. Thanks for the hint. So in the kdump I have I > > > > can > > > > see requests queued in tsk->plug despite the process is s

Re: 3.4.4-rt13: btrfs + xfstests 006 = BOOM.. and a bonus rt_mutex deadlock report for absolutely free!

2012-07-13 Thread Thomas Gleixner
Chris, On Fri, 13 Jul 2012, Chris Mason wrote: > On Wed, Jul 11, 2012 at 11:47:40PM -0600, Mike Galbraith wrote: > > Greetings, > > [ deadlocks with btrfs and the recent RT kernels ] > > I talked with Thomas about this and I think the problem is the > single-reader nature of the RW rwlocks. The

RE: [PATCH]trace,x86: add x86 irq vector tracepoints

2012-07-13 Thread Seiji Aguchi
Thomas, Any comment? Steve, > Thomas Gleixner is the unofficial (or is it now official?) maintainer of > interrupts. You need his Ack for this change. Thank you for letting me know about this. Seiji > -Original Message- > From: Steven Rostedt [mailto:rost...@goodmis.org] > Sent: Thu

Re: [PATCH v2] Extend core dump note section to contain file names of mapped files

2012-07-13 Thread Oleg Nesterov
On 07/12, Denys Vlasenko wrote: > > This note has the following format: > > long count -- how many files are mapped > long page_size -- units for file_ofs > array of [COUNT] elements of >long start >long end >long file_ofs > followed by COUNT filenames in ASCII: "FILE1" NUL "FILE2"

[PATCH RFC] regulator: mc13xxx: Populate selector from mc13xxx_fixed_regulator_set_voltage

2012-07-13 Thread Axel Lin
This was missing until now and the underlying _regulator_do_set_voltage is using this value when calling list_voltage. Signed-off-by: Axel Lin --- Not very sure if we should implement set_voltage callback for fixed voltage. ( Other drivers do not implement set_voltage callback for fixed voltage.

Re: linux-next: manual merge of the clk tree with the arm-soc tree

2012-07-13 Thread Rob Herring
On 07/13/2012 12:14 AM, Stephen Rothwell wrote: > Hi Mike, > > Today's linux-next merge of the clk tree got a conflict in > drivers/clk/Makefile between commit 4a31bd28e86a ("ARM: nomadik: convert > to generic clock") from the arm-soc tree and commit 8d4d9f52081c ("clk: > add highbank clock supp

[GIT PULL] Please pull NFS client bugfixes

2012-07-13 Thread Myklebust, Trond
The following changes since commit 6b16351acbd415e66ba16bf7d473ece1574cf0bc: Linux 3.5-rc4 (2012-06-24 12:53:04 -0700) are available in the git repository at: git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-3.5-4 for you to fetch changes up to f1daf666dd7d097653bd3832024

Re: [PATCH v2] staging: sbe-2t3e3: Remove code that will never execute

2012-07-13 Thread Marcos Souza
2012/7/13 Greg KH : > On Thu, Jul 12, 2012 at 11:27:49PM -0300, Marcos Paulo de Souza wrote: >> This patch removes all references of "if 0" blocks in the sbe-2t3e3 driver. >> >> Signed-off-by: Marcos Paulo de Souza >> --- >> drivers/staging/sbe-2t3e3/2t3e3.h|3 -- >> drivers/staging/sbe-2

Re: [PATCH v2] Btrfs: allow mount -o remount,compress=no

2012-07-13 Thread Mitch Harder
On Thu, Jun 28, 2012 at 10:40 AM, David Sterba wrote: > On Tue, Jun 26, 2012 at 08:48:37AM +0200, Arnd Hannemann wrote: >> How show should we proceed to get above mentioned patch >> (or the similar patch from Andrei Popa) merged? > > Josef picked the patch into btrfs-next, I see not problem to inc

Re: [PATCH 6/7] mfd/mc13xxx: change probing details for mc13xxx devices

2012-07-13 Thread Uwe Kleine-König
On Thu, Jul 12, 2012 at 11:57:52AM +0200, Uwe Kleine-König wrote: > This removes auto-detection of which variant of mc13xxx is used because > mc34708 uses a different layout in the revision register that doesn't > allow differentiation any more. > > Signed-off-by: Uwe Kleine-König > --- > driver

Re: [PATCH v4 1/3] acpi : cpu hot-remove returns error when cpu_down() fails

2012-07-13 Thread Toshi Kani
On Fri, 2012-07-13 at 17:48 +0900, Yasuaki Ishimatsu wrote: > Even if cpu_down() fails, acpi_processor_remove() continues to remove the cpu. > But in this case, it should return error number since some process may run on > the cpu. If the cpu has a running process and the cpu is turned the power of

[PATCH] hv: Change the guest ID value

2012-07-13 Thread Matthew Garrett
If I have to explain this I'm going to be very sad. Signed-off-by: Matthew Garrett --- drivers/hv/hyperv_vmbus.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hv/hyperv_vmbus.h b/drivers/hv/hyperv_vmbus.h index b9426a6..77e48b0 100644 --- a/drivers/hv/hyperv_vmbu

Re: [PATCH v4 2/3] acpi : prevent cpu from becoming online

2012-07-13 Thread Toshi Kani
On Fri, 2012-07-13 at 17:51 +0900, Yasuaki Ishimatsu wrote: > Even if acpi_processor_handle_eject() offlines cpu, there is a chance > to online the cpu after that. So the patch closes the window by using > get/put_online_cpus(). > > Why does the patch change _cpu_up() logic? > > The patch cares t

Re: [PATCH v2] resource: make sure requested range is included in the root range

2012-07-13 Thread Bjorn Helgaas
On Fri, Jul 13, 2012 at 2:38 AM, Octavian Purdila wrote: > On Thu, Jul 12, 2012 at 10:02 PM, Bjorn Helgaas wrote: > >> Why don't you fix this right where the problem occurs, in >> __reserve_region_with_split(), with something like this: >> >> if (end > conflict->start && conflict->start >

Re: [PATCH] i2c: sis964: bus driver

2012-07-13 Thread Bjorn Helgaas
On Fri, Jul 13, 2012 at 3:40 AM, Amaury Decrême wrote: > This patch is a driver for SiS964 I2C bus. > > It was forked from i2c-sis630 and modified with SiS datasheets. > > Tested with kmemleak. > > Signed-off-by: Amaury Decrême > --- > Documentation/i2c/busses/i2c-sis964 | 34 ++ > MAINTAINERS

[PATCH] Add missing attributes to EFI variable attribute print out from sysfs

2012-07-13 Thread Khalid Aziz
Some of the EFI variable attributes are missing from print out from /sys/firmware/efi/vars/*/attributes. This patch adds those in. Signed-off-by: Khalid Aziz Cc: sta...@vger.kernel.org --- drivers/firmware/efivars.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/firmwa

[RFC] dma-fence: dma-buf synchronization (v2)

2012-07-13 Thread Rob Clark
From: Rob Clark A dma-fence can be attached to a buffer which is being filled or consumed by hw, to allow userspace to pass the buffer without waiting to another device. For example, userspace can call page_flip ioctl to display the next frame of graphics after kicking the GPU but while the GPU

Re: mount -o loop with truncated dosdisk.img uses 100% cpu and can't be killed

2012-07-13 Thread Jan Kara
On Fri 13-07-12 04:21:44, OGAWA Hirofumi wrote: > "Steven J. Magnani" writes: > > > On Thu, 2012-07-12 at 16:28 +0200, Stevie Trujillo wrote: > >> Hello, > >> > >> I was trying to create a bootdisk to update my BIOS, and accidentially > >> made a 512byte image with only the FreeDOS header in it

Re: [PATCH] Add missing attributes to EFI variable attribute print out from sysfs

2012-07-13 Thread Kees Cook
On Fri, Jul 13, 2012 at 10:38 AM, Khalid Aziz wrote: > Some of the EFI variable attributes are missing from print out from > /sys/firmware/efi/vars/*/attributes. This patch adds those in. > > Signed-off-by: Khalid Aziz > Cc: sta...@vger.kernel.org Seems good to me. Reviewed-by: Kees Cook --

Re: [GIT PULL] KVM fixes for 3.5-rc6

2012-07-13 Thread Linus Torvalds
Missing diffstat. Please please *please* always make sure you have diffstats, because I really want to know that what I'm pulling matches what you *think* that I'm pulling. And the diffstat isn't just for me - it hopefully really makes you look at the whole "this is what I'm asking Linus to pull" t

<    1   2   3   4   5   >