Re: [PATCH 10/9] PCI/MSI: Undeprecate pci_enable_msi()

2014-01-29 Thread Bjorn Helgaas
On Fri, Jan 17, 2014 at 10:26:20AM +0100, Alexander Gordeev wrote: Signed-off-by: Alexander Gordeev agord...@redhat.com I applied this to pci/msi, thanks! --- Documentation/PCI/MSI-HOWTO.txt | 23 --- 1 files changed, 20 insertions(+), 3 deletions(-) diff --git

Re: latest git usb3.0 ports not working

2014-01-29 Thread Sarah Sharp
On Tue, Jan 21, 2014 at 02:17:06PM -0800, Sarah Sharp wrote: On Tue, Jan 21, 2014 at 07:47:22PM +0100, Branimir Maksimovic wrote: asus maximus v gene motherboard, this is from dmesg: [ 75.576160] xhci_hcd :03:00.0: Timeout while waiting for a slot [ 88.991634] xhci_hcd

Re: [PATCH 11/9] PCI/MSI: Phase out pci_enable_msi_block()

2014-01-29 Thread Bjorn Helgaas
On Fri, Jan 17, 2014 at 10:27:38AM +0100, Alexander Gordeev wrote: This update obsoletes pci_enable_msi_block() function in favor of pci_enable_msi_range(). Signed-off-by: Alexander Gordeev agord...@redhat.com --- drivers/pci/msi.c | 17 +++-- include/linux/pci.h |7

[GIT PULL] platform/chrome: Cleanups and improvements

2014-01-29 Thread Olof Johansson
Hi Linus, For 3.13 we split off the Chromebook platform pieces to their own platform directory since I anticipated adding more code that cuts across both x86 and ARM to it. It didn't happen for 3.14, but likely for next release. I apologize for the random merge base -- I temporarily started the

Re: [PATCH v2 1/6] audit: Enable arm64 support

2014-01-29 Thread Richard Guy Briggs
On 14/01/29, Richard Guy Briggs wrote: On 14/01/27, AKASHI Takahiro wrote: [To audit maintainers] On 01/23/2014 11:18 PM, Catalin Marinas wrote: On Fri, Jan 17, 2014 at 08:13:14AM +, AKASHI Takahiro wrote: --- a/include/uapi/linux/audit.h +++ b/include/uapi/linux/audit.h @@

Re: [linux-sunxi] Re: [RFC PATCH v2 09/14] mtd: nand: add sunxi NFC dt bindings doc

2014-01-29 Thread Henrik Nordström
ons 2014-01-29 klockan 11:11 -0600 skrev Rob Herring: Isn't allwinner,rb implied by a lack of rb-gpios property. Or no R/B pin is an option? If so, don't you need some fixed time delay properties like max erase time? rb-gpios could be added to the generic nand binding as well. The

Re: compile error on linus git with ppc64

2014-01-29 Thread Benjamin Herrenschmidt
On Wed, 2014-01-29 at 01:00 -0800, David Rientjes wrote: On Wed, 29 Jan 2014, Benjamin Herrenschmidt wrote: I have a fix queued up in next, I'll ask Linus to pull tomorrow. Which fix? From linux-next-20140129: I pushed it yesterday, it might not have made it to sfr yet. I'll send

Re: [PATCH] memblock: Add limit checking to memblock_virt_alloc

2014-01-29 Thread Tony Luck
Hmmph. ia64 is broken too. git bisect says: commit ad6492b80f60a2139fa9bf8fd79b182fe5e3647c Author: Yinghai Lu ying...@kernel.org Date: Mon Jan 27 17:06:49 2014 -0800 memblock, nobootmem: add memblock_virt_alloc_low() is to blame. But this patch doesn't fix it. Still dies with: PID

[PATCH v4] HID: New hid-cp2112 driver

2014-01-29 Thread David Barksdale
This patch adds support for the Silicon Labs CP2112 Single-Chip HID USB to SMBus Master Bridge. This is a HID device driver which registers as an i2c adapter and gpiochip to expose these functions of the CP2112. The customizable USB descriptor fields are exposed as sysfs attributes. The SMBus

[PATCH 1/1] Drivers: hv: vmbus: Extract the mmio information from VMOD

2014-01-29 Thread K. Y. Srinivasan
On Gen2 firmware, Hyper-V does not emulate the PCI bus. However, the MMIO information is packaged up in DSDT. Extract this information and export it for use by the synthetic framebuffer driver. This is the only driver that needs this currently. Signed-off-by: K. Y. Srinivasan k...@microsoft.com

Re: [PATCH 2/2] ARM: dts: OMAP3+: add clock nodes for CPU

2014-01-29 Thread Nishanth Menon
On 01/29/2014 01:29 PM, Robert Nelson wrote: On Wed, Jan 29, 2014 at 12:19 PM, Nishanth Menon n...@ti.com wrote: OMAP34xx, AM3517 and OMAP36xx platforms use dpll1 clock. OMAP443x, OMAP446x, OMAP447x, OMAP5, DRA7, AM43xx platforms use dpll_mpu clock. Latency used is the generic latency

Re: [PATCH] memblock: Add limit checking to memblock_virt_alloc

2014-01-29 Thread Yinghai Lu
On Wed, Jan 29, 2014 at 3:07 PM, Tony Luck tony.l...@gmail.com wrote: Hmmph. ia64 is broken too. git bisect says: commit ad6492b80f60a2139fa9bf8fd79b182fe5e3647c Author: Yinghai Lu ying...@kernel.org Date: Mon Jan 27 17:06:49 2014 -0800 memblock, nobootmem: add

[GIT PULL timers] Timer-wheel bandaids^Wcommits

2014-01-29 Thread Paul E. McKenney
Hello, Ingo, This pull request contains latency bandaids^Woptimizations to the timer-wheel code that are useful in conjunction with NO_HZ_FULL Kconfig option. These optimizations reduce the jiffy-by-jiffy looping in cases where there is either zero or one timers in the timer wheel, which is a

linux-next: bad commits in the blackfin tree

2014-01-29 Thread Stephen Rothwell
Hi all, Looking at the changes in the blackfin tree, I noticed that there are several commits that are missing a Signed-off-by line from the committer. :-( Also a couple of the commits subject lines are pretty useless (the have the From: lines as the subject and their author's are wrong) ...

Re: [PATCH v4] HID: New hid-cp2112 driver

2014-01-29 Thread Joe Perches
On Wed, 2014-01-29 at 17:26 -0600, David Barksdale wrote: This patch adds support for the Silicon Labs CP2112 Single-Chip HID USB to SMBus Master Bridge. Just some trivial notes: diff --git a/drivers/hid/hid-cp2112.c b/drivers/hid/hid-cp2112.c [] +struct __attribute__ ((__packed__))

[PATCH 4/4] ARM: dts: DRA7: Add device nodes for ABB

2014-01-29 Thread Nishanth Menon
Add ABB device nodes for DRA7 family of devices. Data is based on DRA7 Technical Reference Manual revision I (Sept 2013) Signed-off-by: Nishanth Menon n...@ti.com --- Depends on https://patchwork.kernel.org/patch/3530111/ arch/arm/boot/dts/dra7.dtsi | 132

[PATCH 0/4] ARM: dts: OMAP3630+: Add ABB device nodes

2014-01-29 Thread Nishanth Menon
Now that clock nodes have been merged to master, refresh of the series meant for all TI platforms using ABB. Originally posted [1], I will restart with v1. dt bindings and driver is already in upstream, and only the dt node is missing. NOTE: dra7 support depends on [2] - but dt can get sequenced

[PATCH 1/4] ARM: dts: OMAP36xx: Add device node for ABB

2014-01-29 Thread Nishanth Menon
From: Andrii.Tseglytskyi andrii.tseglyts...@ti.com Add ABB device node for OMAP36xx family of devices. Data is based on OMAP36XX Technical Reference Manual revision AB (Dec 2012). [n...@ti.com: co-developer] Signed-off-by: Nishanth Menon n...@ti.com Signed-off-by: Andrii.Tseglytskyi

[PATCH 3/4] ARM: dts: OMAP5: Add device nodes for ABB

2014-01-29 Thread Nishanth Menon
From: Andrii.Tseglytskyi andrii.tseglyts...@ti.com Add ABB device nodes for OMAP5 family of devices. Data is based on OMAP543x Technical Reference Manual revision U (April 2013). NOTE: clock node has been disabled in this patch due to the lack of OMAP5 clock data. [n...@ti.com: co-developer]

[PATCH 2/4] ARM: dts: OMAP4: Add device nodes for ABB

2014-01-29 Thread Nishanth Menon
From: Andrii.Tseglytskyi andrii.tseglyts...@ti.com Add ABB device nodes for OMAP443x family of devices. abb_iva is populated, but disabled as it is not used on current OMAP443x family, but the node is used on OMAP446x family. Data is based on OMAP443x Technical Reference Manual revision AN (April

[PATCH v4 1/2] mm: add kstrimdup function

2014-01-29 Thread Sebastian Capella
kstrimdup will duplicate and trim spaces from the passed in null terminated string. This is useful for strings coming from sysfs that often include trailing whitespace due to user input. Signed-off-by: Sebastian Capella sebastian.cape...@linaro.org Cc: Andrew Morton a...@linux-foundation.org Cc:

[PATCH v4 0/2] PM / Hibernate: sysfs resume

2014-01-29 Thread Sebastian Capella
Patchset related to hibernation resume: - enhancement to make the use of an existing resume file more general - add kstrimdup function which trims and duplicates a string Both patches are based on the 3.13 tag. This was tested on a Beaglebone black with partial hibernation support, and

[PATCH v4 2/2] PM / Hibernate: use name_to_dev_t to parse resume

2014-01-29 Thread Sebastian Capella
Use the name_to_dev_t call to parse the device name echo'd to to /sys/power/resume. This imitates the method used in hibernate.c in software_resume, and allows the resume partition to be specified using other equivalent device formats as well. By allowing /sys/debug/resume to accept the same

Re: latest git usb3.0 ports not working

2014-01-29 Thread Branimir Maksimovic
On 01/29/2014 11:11 PM, Sarah Sharp wrote: On Tue, Jan 21, 2014 at 02:17:06PM -0800, Sarah Sharp wrote: On Tue, Jan 21, 2014 at 07:47:22PM +0100, Branimir Maksimovic wrote: asus maximus v gene motherboard, this is from dmesg: [ 75.576160] xhci_hcd :03:00.0: Timeout while waiting for a

Re: [PATCH] memblock: Add limit checking to memblock_virt_alloc

2014-01-29 Thread Yinghai Lu
On Wed, Jan 29, 2014 at 3:39 PM, Yinghai Lu ying...@kernel.org wrote: On Wed, Jan 29, 2014 at 3:07 PM, Tony Luck tony.l...@gmail.com wrote: Hmmph. ia64 is broken too. git bisect says: commit ad6492b80f60a2139fa9bf8fd79b182fe5e3647c Author: Yinghai Lu ying...@kernel.org Date: Mon Jan 27

[PATCH V5 0/5] Add X-Gene platform reboot mechanism

2014-01-29 Thread Feng Kan
Enable reboot driver for the X-Gene platform. Add generic syscon reboot driver. V5 Change: - Documentation update, endian and access size. V4 Change: - Remove old X-Gene reboot driver - Add generic syscon reboot driver - Add DTS and Kconfig for X-Gene reboot using

[PATCH V5 1/5] power: reset: Add generic SYSCON register mapped reset

2014-01-29 Thread Feng Kan
Add a generic SYSCON register mapped reset mechanism. Signed-off-by: Feng Kan f...@apm.com --- drivers/power/reset/Kconfig |7 +++ drivers/power/reset/Makefile|1 + drivers/power/reset/syscon-reboot.c | 100 +++ 3 files changed, 108

[PATCH V5 4/5] arm64: Select reboot driver for X-Gene platform

2014-01-29 Thread Feng Kan
Select reboot driver for X-Gene platform. Signed-off-by: Feng Kan f...@apm.com --- arch/arm64/Kconfig |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index dd4327f..f43820f 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig

[PATCH V5 3/5] arm64: dts: Add X-Gene reboot driver dts node

2014-01-29 Thread Feng Kan
Add X-Gene platform reboot driver dts node. Signed-off-by: Feng Kan f...@apm.com --- arch/arm64/boot/dts/apm-storm.dtsi | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/arch/arm64/boot/dts/apm-storm.dtsi b/arch/arm64/boot/dts/apm-storm.dtsi index

[PATCH V5 2/5] power: reset: Remove X-Gene reboot driver

2014-01-29 Thread Feng Kan
Remove X-Gene reboot driver. Signed-off-by: Feng Kan f...@apm.com --- drivers/power/reset/Kconfig|7 --- drivers/power/reset/Makefile |1 - drivers/power/reset/xgene-reboot.c | 103 3 files changed, 0 insertions(+), 111 deletions(-)

Re: In pci_fixup_video check if this is or should be the primary video devi

2014-01-29 Thread Bjorn Helgaas
On Wed, Jan 15, 2014 at 11:25:28PM +0100, Sander Eikelenboom wrote: Date: Sun, 12 Jan 2014 04:49:44 +0100 Subject: [PATCH] In pci_fixup_video check if this is or should be the primary video device to prevent setting the IORESOURCE_ROM_SHADOW flag on a secondary VGA card To: Dave Airlie

Re: About gpio-regulator setting on DT

2014-01-29 Thread Kuninori Morimoto
Hi Mark The combination of the enable-active-high and enable-at-boot properties ought be able to cause the driver to do the right thing, the flags do this: if (config-enabled_at_boot) { if (config-enable_high) cfg.ena_gpio_flags |=

[PATCH V5 5/5] Documentation: power: reset: Add documentation for generic SYSCON reboot driver

2014-01-29 Thread Feng Kan
Add documentation for generic SYSCON reboot driver. Signed-off-by: Feng Kan f...@apm.com --- .../bindings/power/reset/syscon-reboot.txt | 23 1 files changed, 23 insertions(+), 0 deletions(-) create mode 100644

Re: [PATCH 1/1] fs: udf: parse_options: blocksize check

2014-01-29 Thread Jan Kara
On Wed 29-01-14 17:13:16, Fabian Frederick wrote: Both affs and isofs check for blocksize integrity during parse_options.Do the same thing for udf. Valid values : 512, 1024, 2048 or 4096 bytes. Thanks. Merged into my tree. Honza

Re: [PATCH] memblock: Add limit checking to memblock_virt_alloc

2014-01-29 Thread Tony Luck
Applying on top of Linus' tree (commit = dda68a8c1707b4011dc3c656fa1b2c6de6f7f304) I just get: patching file include/linux/bootmem.h Hunk #1 FAILED at 264. Hunk #2 FAILED at 272. 2 out of 2 hunks FAILED -- saving rejects to file include/linux/bootmem.h.rej - not a promising start :-( -Tony --

Re: [PATCH v2 3/4] net: ethoc: set up MII management bus clock

2014-01-29 Thread Max Filippov
On Wed, Jan 29, 2014 at 11:01 AM, Florian Fainelli f.faine...@gmail.com wrote: Le 28/01/2014 22:00, Max Filippov a écrit : MII management bus clock is derived from the MAC clock by dividing it by MIIMODER register CLKDIV field value. This value may need to be set up in case it is undefined or

[PATCH] pvh: set cr4 flags for APs

2014-01-29 Thread Mukesh Rathor
We need to set cr4 flags for APs that are already set for BSP. Signed-off-by: Mukesh Rathor mukesh.rat...@oracle.com --- arch/x86/xen/enlighten.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index

[PATCH V0] linux PVH: Set CR4 flags

2014-01-29 Thread Mukesh Rathor
Konrad, The CR4 settings were dropped from my earlier patch because you didn't wanna enable them. But since you do now, we need to set them in the APs also. If you decide not too again, please apply my prev patch pvh: disable pse feature for now. thanks Mukesh -- To unsubscribe from this list:

Re: [RFC PATCH V3 0/4] APM X-Gene PCIe controller

2014-01-29 Thread Bjorn Helgaas
On Sat, Jan 25, 2014 at 9:09 AM, Dann Frazier dann.fraz...@canonical.com wrote: On Fri, Jan 24, 2014 at 2:32 PM, Tanmay Inamdar tinam...@apm.com wrote: This patch adds support for AppliedMicro X-Gene PCIe host controller. The driver is tested on X-Gene platform with different gen1/2/3 PCIe

linux-next: manual merge of the arm-soc tree with Linus' tree

2014-01-29 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the arm-soc tree got a conflict in drivers/clk/Makefile between commit fd3fdaf09f26 (clk: sort Makefile) from Linus' tree and commit 7ee2c5117483 (clk: bcm281xx: add initial clock framework support) from the arm-soc tree. I fixed it up (see below) and can

Re: [PATCH] kthread: ensure locality of task_struct allocations

2014-01-29 Thread David Rientjes
On Wed, 29 Jan 2014, Christoph Lameter wrote: diff --git a/kernel/kthread.c b/kernel/kthread.c index b5ae3ee..8573e4e 100644 --- a/kernel/kthread.c +++ b/kernel/kthread.c @@ -217,7 +217,7 @@ int tsk_fork_get_node(struct task_struct *tsk) if (tsk == kthreadd_task)

Re: [PATCH] memblock: Add limit checking to memblock_virt_alloc

2014-01-29 Thread Andrew Morton
On Wed, 29 Jan 2014 16:12:13 -0800 Tony Luck tony.l...@gmail.com wrote: Applying on top of Linus' tree (commit = dda68a8c1707b4011dc3c656fa1b2c6de6f7f304) I just get: patching file include/linux/bootmem.h Hunk #1 FAILED at 264. Hunk #2 FAILED at 272. 2 out of 2 hunks FAILED -- saving

Re: [patch] mm, oom: base root bonus on current usage

2014-01-29 Thread David Rientjes
On Wed, 29 Jan 2014, Andrew Morton wrote: This changelog has deteriorated :( We should provide sufficient info so that people will be able to determine whether this patch will fix a problem they or their customers are observing. And so that people who maintain -stable and its derivatives can

[PATCH] Documentation cleanup, update 00-INDEX files in Documentation/

2014-01-29 Thread Henrik Austad
Some of the 00-INDEX files are somewhat outdated and some folders does not contain 00-INDEX at all. Only outdated (with the notably exception of spi) indexes are touched here, the 169 folders without 00-INDEX has not been touched. This applies to Linus' tip (0e47c969). New 00-INDEX - spi/* was

Re: [RFC PATCH V3 0/4] APM X-Gene PCIe controller

2014-01-29 Thread Tanmay Inamdar
On Wed, Jan 29, 2014 at 4:18 PM, Bjorn Helgaas bhelg...@google.com wrote: On Sat, Jan 25, 2014 at 9:09 AM, Dann Frazier dann.fraz...@canonical.com wrote: On Fri, Jan 24, 2014 at 2:32 PM, Tanmay Inamdar tinam...@apm.com wrote: This patch adds support for AppliedMicro X-Gene PCIe host

Re: [PATCH] memblock: Add limit checking to memblock_virt_alloc

2014-01-29 Thread Tony Luck
On Wed, Jan 29, 2014 at 4:34 PM, Andrew Morton a...@linux-foundation.org wrote: It applies for me. MIME getting you down? Perhaps - Gmail's web client showed me a downward pointing arrow when I moused over the attachment icon in Yinghai's e-mail. So I clicked it ... and it looked like it

Re: [PATCH v4 1/2] mm: add kstrimdup function

2014-01-29 Thread Mikulas Patocka
On Wed, 29 Jan 2014, Sebastian Capella wrote: kstrimdup will duplicate and trim spaces from the passed in null terminated string. This is useful for strings coming from sysfs that often include trailing whitespace due to user input. Signed-off-by: Sebastian Capella

Re: [PATCH v4 1/2] mm: add kstrimdup function

2014-01-29 Thread Mikulas Patocka
On Wed, 29 Jan 2014, Mikulas Patocka wrote: On Wed, 29 Jan 2014, Sebastian Capella wrote: kstrimdup will duplicate and trim spaces from the passed in null terminated string. This is useful for strings coming from sysfs that often include trailing whitespace due to user input.

Re: [linux-sunxi] [PATCH v2 3/5] spi: sunxi: Add Allwinner A31 SPI controller driver

2014-01-29 Thread Emilio López
Hi Maxime, El 29/01/14 08:10, Maxime Ripard escribió: The Allwinner A31 has a new SPI controller IP compared to the older Allwinner SoCs. It supports DMA, but the driver only does PIO for now, and DMA will be supported eventually. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com

[PATCH V2 1/1] Drivers: hv: vmbus: Extract the mmio information from DSDT

2014-01-29 Thread K. Y. Srinivasan
On Gen2 firmware, Hyper-V does not emulate the PCI bus. However, the MMIO information is packaged up in DSDT. Extract this information and export it for use by the synthetic framebuffer driver. This is the only driver that needs this currently. In this version of the patch mmio, I have updated

Re: [PATCH v4 1/2] mm: add kstrimdup function

2014-01-29 Thread Joe Perches
On Wed, 2014-01-29 at 19:58 -0500, Mikulas Patocka wrote: On Wed, 29 Jan 2014, Sebastian Capella wrote: kstrimdup will duplicate and trim spaces from the passed in null terminated string. This is useful for strings coming from sysfs that often include trailing whitespace due to user input.

linux-next: manual merge of the tip tree with Linus' tree

2014-01-29 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the tip tree got a conflict in kernel/sysctl.c between commit 54a43d54988a (numa: add a sysctl for numa_balancing) from Linus' tree and commit 52bf84aa206c (sched/numa, mm: Remove p-numa_migrate_deferred) from the tip tree. I fixed it up (see below) and can

Re: linux-next: manual merge of the tip tree with Linus' tree

2014-01-29 Thread Andi Kleen
I fixed it up (see below) and can carry the fix as necessary (no action is required). I don't think the fix is correct, both sysctls need to be kept. They do different things. -Andi -- Cheers, Stephen Rothwells...@canb.auug.org.au diff --cc kernel/sysctl.c index

Re: linux-next: manual merge of the tip tree with Linus' tree

2014-01-29 Thread Stephen Rothwell
Hi Andi, On Wed, 29 Jan 2014 17:49:14 -0800 Andi Kleen a...@linux.intel.com wrote: I fixed it up (see below) and can carry the fix as necessary (no action is required). I don't think the fix is correct, both sysctls need to be kept. They do different things. The tip tree commit

Re: [PATCH v2 4/4] net: ethoc: implement ethtool operations

2014-01-29 Thread Ben Hutchings
On Wed, 2014-01-29 at 10:00 +0400, Max Filippov wrote: The following methods are implemented: - get/set settings; - get registers length/registers; - get link state (standard implementation); - get/set ring parameters; - get timestamping info (standard implementation). [...] ---

Re: [git pull] vfs pile 1

2014-01-29 Thread Kim Jaegeuk
2014-01-29 Jan Kara j...@suse.cz: On Tue 28-01-14 19:26:08, Linus Torvalds wrote: On Mon, Jan 27, 2014 at 6:25 AM, Al Viro v...@zeniv.linux.org.uk wrote: Assorted stuff; the biggest pile here is Christoph's ACL series. Plus assorted cleanups and fixes all over the place... There

[PATCH] update Michael Krufky's email address

2014-01-29 Thread Michael Krufky
I am no longer available at the kernellabs.com or m1k.net email addresses. Update each instance of my email to my linuxtv.org account. Signed-off-by: Michael Krufky mkru...@linuxtv.org diff --git a/Documentation/dvb/contributors.txt b/Documentation/dvb/contributors.txt index 47c3009..731a009

Re: linux-next: manual merge of the tip tree with Linus' tree

2014-01-29 Thread Andi Kleen
On Thu, Jan 30, 2014 at 12:58:35PM +1100, Stephen Rothwell wrote: Hi Andi, On Wed, 29 Jan 2014 17:49:14 -0800 Andi Kleen a...@linux.intel.com wrote: I fixed it up (see below) and can carry the fix as necessary (no action is required). I don't think the fix is correct, both sysctls

Contact Me Please

2014-01-29 Thread test
Guten Tag, Mein Name ist Mr.SUN Zhijun, ich mit der Bank of China zu arbeiten. Ich brauche Ihre Unterstützung in Durchführung einer Transaktion bei $ 18,5 Millionen Dollar geschätzt, möchte ich Ihnen 30% der gesamten Mittel als Ausgleich für Ihre Unterstützung in dieser Transaktion. Ich werde

Re: [patch] mm, oom: base root bonus on current usage

2014-01-29 Thread Johannes Weiner
On Wed, Jan 29, 2014 at 12:28:13PM -0800, Andrew Morton wrote: On Sat, 25 Jan 2014 19:48:32 -0800 (PST) David Rientjes rient...@google.com wrote: A 3% of system memory bonus is sometimes too excessive in comparison to other processes and can yield poor results when all processes on the

[GIT PULL] update Michael Krufky's email address

2014-01-29 Thread Michael Krufky
Mauro, My mailer seems to have mangled my patch. :-/ Please just pull my email address update patch from my tree. I am no longer available at the kernellabs.com or m1k.net email addresses. Update each instance of my email to my linuxtv.org account. The following changes since commit

Re: [PATCH] Documentation cleanup, update 00-INDEX files in Documentation/

2014-01-29 Thread Paul E. McKenney
On Thu, Jan 30, 2014 at 01:27:55AM +0100, Henrik Austad wrote: Some of the 00-INDEX files are somewhat outdated and some folders does not contain 00-INDEX at all. Only outdated (with the notably exception of spi) indexes are touched here, the 169 folders without 00-INDEX has not been touched.

From: Joseph

2014-01-29 Thread Andrzej Moderski
Greetings I am a US Army officer currently on military assignment in Iraq, I humbly ask of your assistance secure and invest some money for me in your country. As a matter of fact, I have the sum of US$5 Million which I would like you to help me to invest. I will appreciate it if you can

[git pull] Please pull powerpc.git next branch

2014-01-29 Thread Benjamin Herrenschmidt
Hi Linus ! Here are a few more powerpc bits for this merge window. The bulk is made of two pull requests from Scott and Anatolij that I had missed previously (they arrived while I was away). Since both their branches are in -next independently, and the content has been around for a little while,

Re: [PATCH v2 4/4] net: ethoc: implement ethtool operations

2014-01-29 Thread Max Filippov
On Thu, Jan 30, 2014 at 5:59 AM, Ben Hutchings b...@decadent.org.uk wrote: On Wed, 2014-01-29 at 10:00 +0400, Max Filippov wrote: The following methods are implemented: - get/set settings; - get registers length/registers; - get link state (standard implementation); - get/set ring

[ANNOUNCE]: SCST iSER target driver is available for testing

2014-01-29 Thread Vladislav Bolkhovitin
I'm glad to announce that SCST iSER target driver is available for testing from the SCST SVN iser branch. You can download it either by command: $ svn checkout svn://svn.code.sf.net/p/scst/svn/branches/iser iser-scst-branch or by clicking on Download Snapshot button on

linux-next: manual merge of the init tree with the kvm/kvm-ppc trees

2014-01-29 Thread Stephen Rothwell
Hi Paul, Today's linux-next merge of the init tree got conflicts in arch/powerpc/kvm/44x.c, arch/powerpc/kvm/e500.c, arch/powerpc/kvm/e500mc.c between commit 398a76c677a2 (KVM: PPC: Add devname:kvm aliases for modules) from the kvm/kvm-ppc trees and commit powerpc: kvm e500/44x is not modular, so

Re: linux-next: manual merge of the init tree with the kvm/kvm-ppc trees

2014-01-29 Thread Paul Gortmaker
On Wed, Jan 29, 2014 at 10:27 PM, Stephen Rothwell s...@canb.auug.org.au wrote: Hi Paul, Today's linux-next merge of the init tree got conflicts in arch/powerpc/kvm/44x.c, arch/powerpc/kvm/e500.c, arch/powerpc/kvm/e500mc.c between commit 398a76c677a2 (KVM: PPC: Add devname:kvm aliases for

Re: [PATCH v4 1/2] mm: add kstrimdup function

2014-01-29 Thread Sebastian Capella
Quoting Joe Perches (2014-01-29 17:24:28) Why not minimize the malloc length too? maybe something like: char *kstrimdup(const char *s, gfp_t gfp) { char *buf; const char *begin = skip_spaces(s); size_t len = strlen(begin); while (len isspace(begin[len

Re: [PATCH v2 1/6] idle: move the cpuidle entry point to the generic idle loop

2014-01-29 Thread Preeti U Murthy
Hi Nicolas, On 01/30/2014 02:01 AM, Nicolas Pitre wrote: On Wed, 29 Jan 2014, Nicolas Pitre wrote: In order to integrate cpuidle with the scheduler, we must have a better proximity in the core code with what cpuidle is doing and not delegate such interaction to arch code. Architectures

Re: [PATCH v4 1/2] mm: add kstrimdup function

2014-01-29 Thread Joe Perches
On Wed, 2014-01-29 at 19:41 -0800, Sebastian Capella wrote: Quoting Joe Perches (2014-01-29 17:24:28) Why not minimize the malloc length too? I figured it would be mostly for small trimming, but it seems like it could be and advantage and used more generally this way. I have a couple

[btrfs/i_size] xfstests generic/299 TFAIL

2014-01-29 Thread Fengguang Wu
Hi Steven, We noticed xfstests generic/299 TFAIL on btrfs since commit 9fe55eea7e4b444bafc42facc2d1d2847275 Author: Steven Whitehouse swhit...@redhat.com AuthorDate: Fri Jan 24 14:42:22 2014 + Commit: Al Viro v...@zeniv.linux.org.uk CommitDate: Sun Jan 26 08:26:42 2014 -0500

linux-next: build failure after merge of the final tree

2014-01-29 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (powerpc ppc44x_defconfig) failed like this: arch/powerpc/kvm/44x.c: In function 'kvmppc_44x_exit': arch/powerpc/kvm/44x.c:231:2: error: implicit declaration of function 'kvmppc_booke_exit' [-Werror=implicit-function-declaration]

linux-next: Tree for Jan 30

2014-01-29 Thread Stephen Rothwell
Hi all, Please do *not* add material destined for v3.15 to your linux-next included trees until after v3.14-rc1 is released. This tree fails (more than usual) the powerpc allyesconfig build. Changes since 20140130: Linus' tree lost its build failure. The arm-soc tree gained a conflict against

FTRACE_WARN_ON((rec-flags ~FTRACE_FL_MASK) == 0))

2014-01-29 Thread Dave Jones
WARNING: CPU: 3 PID: 796 at kernel/trace/ftrace.c:1655 __ftrace_hash_rec_update.part.38+0x20a/0x240() CPU: 3 PID: 796 Comm: trinity-main Not tainted 3.13.0+ #100 0009 3628f1c9 8802395dfc48 b1737a8a 8802395dfc80 b106d28d

Re: [PATCH v3] phy: Add new Exynos5 USB 3.0 PHY driver

2014-01-29 Thread Vivek Gautam
Hi Kishon, On Mon, Jan 27, 2014 at 2:27 PM, Kishon Vijay Abraham I kis...@ti.com wrote: Hi, Thanks for review. Please find my answers inline below. On Monday 20 January 2014 07:12 PM, Vivek Gautam wrote: Add a new driver for the USB 3.0 PHY on Exynos5 series of SoCs. The new driver uses

Re: [PATCH] Documentation cleanup, update 00-INDEX files in Documentation/

2014-01-29 Thread Rob Landley
On 01/29/14 18:27, Henrik Austad wrote: Some of the 00-INDEX files are somewhat outdated and some folders does not contain 00-INDEX at all. Only outdated (with the notably exception of spi) indexes are touched here, the 169 folders without 00-INDEX has not been touched. This applies to Linus'

Re: [PATCH] memblock: Add limit checking to memblock_virt_alloc

2014-01-29 Thread Sachin Kamat
On 29 January 2014 03:34, Yinghai Lu ying...@kernel.org wrote: In original bootmem wrapper for memblock, we have limit checking. Add it to memblock_virt_alloc, to address arm and x86 booting crash. Signed-off-by: Yinghai Lu ying...@kernel.org --- Confirmed that this patch fixes the boot

Re: [Lsf-pc] [LSF/MM TOPIC] really large storage sectors - going beyond 4096 bytes

2014-01-29 Thread Matthew Wilcox
On Fri, Jan 24, 2014 at 10:57:48AM +, Mel Gorman wrote: So far on the table is 1. major filesystem overhawl 2. major vm overhawl 3. use compound pages as they are today and hope it does not go completely to hell, reboot when it does Is the below paragraph an exposition of option 2,

Re: [git pull] drm next tree

2014-01-29 Thread Linus Torvalds
On Wed, Jan 29, 2014 at 6:49 PM, Dave Airlie airl...@linux.ie wrote: For some reason the request-pull and the merge into your tree look different, since some of the changes in this have already gone in via the arm-soc tree and dma stuff, all for tegra. Hopefully nobody rebased when they

Re: FTRACE_WARN_ON((rec-flags ~FTRACE_FL_MASK) == 0))

2014-01-29 Thread Steven Rostedt
Are you running as root? If not, you found another way to get perf to start function tracing. -- Steve Dave Jones da...@redhat.com wrote: WARNING: CPU: 3 PID: 796 at kernel/trace/ftrace.c:1655 __ftrace_hash_rec_update.part.38+0x20a/0x240() CPU: 3 PID: 796 Comm: trinity-main Not tainted

Re: [PATCH v2 1/6] idle: move the cpuidle entry point to the generic idle loop

2014-01-29 Thread Nicolas Pitre
On Thu, 30 Jan 2014, Preeti U Murthy wrote: Hi Nicolas, On 01/30/2014 02:01 AM, Nicolas Pitre wrote: On Wed, 29 Jan 2014, Nicolas Pitre wrote: In order to integrate cpuidle with the scheduler, we must have a better proximity in the core code with what cpuidle is doing and not

Re: FTRACE_WARN_ON((rec-flags ~FTRACE_FL_MASK) == 0))

2014-01-29 Thread Dave Jones
On Wed, Jan 29, 2014 at 11:50:43PM -0500, Steven Rostedt wrote: Are you running as root? If not, you found another way to get perf to start function tracing. Good point. In this case, I was trying some new experimental trinity code that starts as root, generates fd's, then drops privs

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

2014-01-29 Thread Kevin Hilman
On Wed, Jan 29, 2014 at 4:19 PM, Stephen Rothwell s...@canb.auug.org.au wrote: Hi all, Today's linux-next merge of the arm-soc tree got a conflict in drivers/clk/Makefile between commit fd3fdaf09f26 (clk: sort Makefile) from Linus' tree and commit 7ee2c5117483 (clk: bcm281xx: add initial

[PATCH v2 1/2] drivers/media: v4l2: Add settings for Horizontal and Vertical MV Search Range

2014-01-29 Thread Amit Grover
Adding V4L2 controls for horizontal and vertical search range in pixels for motion estimation module in video encoder. Signed-off-by: Swami Nathan swaminat...@samsung.com Signed-off-by: Amit Grover amit.gro...@samsung.com --- Documentation/DocBook/media/v4l/controls.xml | 20

[PATCH v2 0/2] drivers/media: Add controls for Horizontal and Vertical MV Search Range

2014-01-29 Thread Amit Grover
Based on 'master' branch of Linux-next. This is v2 version for the patch: s5p-mfc: Add Horizontal and Vertical search range for Video Macro Blocks (https://lkml.org/lkml/2013/12/30/83) Changes from v1: 1) Splitted the patch into v4l2 and mfc driver patches. 2) Incorporated review comments of v1

[PATCH v2 2/2] drivers/media: s5p-mfc: Add Horizontal and Vertical MV Search Range

2014-01-29 Thread Amit Grover
This patch adds Controls to set Horizontal and Vertical search range for Motion Estimation block for Samsung MFC video Encoders. Signed-off-by: Swami Nathan swaminat...@samsung.com Signed-off-by: Amit Grover amit.gro...@samsung.com --- drivers/media/platform/s5p-mfc/regs-mfc-v6.h|1 +

Re: [PATCH v3] arch: use ASM_NL instead of ';' for assembler new line character in the macro

2014-01-29 Thread Chen Gang
On 01/28/2014 05:57 AM, Michal Marek wrote: Dne 25.1.2014 12:07, Chen Gang napsal(a): On 01/21/2014 12:55 PM, Vineet Gupta wrote: Hi Mike, On Saturday 18 January 2014 03:14 PM, Chen Gang wrote: Hello Maintainers: Please help check this patch when you have time. Thanks. Do you know

Re: [GIT PULL timers] Timer-wheel bandaids^Wcommits

2014-01-29 Thread Preeti Murthy
Hi Paul, The commit id:e1d690cdc07637131ba4334: timers: Track total number of timers in list has a minor glitch in the changelog. I am referring to your git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git rcu/timers branch. even if -active_timers is zero, there might well be

Re: [PATCH v2 0/5] Smart Card(SC) interface, TI USIM NxP SC phy driver

2014-01-29 Thread Satish Patel
On 1/20/2014 10:03 AM, Satish Patel wrote: Changes from v1: * RFC(v1) comments are fixed ** removed gpio_to_irq as GPIO controller process cell from DT and give it to DT node ** comments on documentation ** few other comments on null checks are resolved * BWT timing configuration is

Re: [PATCH v2 1/6] idle: move the cpuidle entry point to the generic idle loop

2014-01-29 Thread Preeti U Murthy
Hi Nicolas, On 01/30/2014 10:58 AM, Nicolas Pitre wrote: On Thu, 30 Jan 2014, Preeti U Murthy wrote: Hi Nicolas, On 01/30/2014 02:01 AM, Nicolas Pitre wrote: On Wed, 29 Jan 2014, Nicolas Pitre wrote: In order to integrate cpuidle with the scheduler, we must have a better proximity in

Re: [Lsf-pc] [LSF/MM TOPIC] really large storage sectors - going beyond 4096 bytes

2014-01-29 Thread Dave Chinner
On Wed, Jan 29, 2014 at 09:52:46PM -0700, Matthew Wilcox wrote: On Fri, Jan 24, 2014 at 10:57:48AM +, Mel Gorman wrote: So far on the table is 1. major filesystem overhawl 2. major vm overhawl 3. use compound pages as they are today and hope it does not go completely to hell,

Re: [PATCH v2 0/2] drivers/media: Add controls for Horizontal and Vertical MV Search Range

2014-01-29 Thread Sachin Kamat
Hi Amit, On 30 January 2014 11:12, Amit Grover amit.gro...@samsung.com wrote: Based on 'master' branch of Linux-next. Kamil's tree [1] would be more current most of the times for this driver. [1] git://linuxtv.org/kdebski/media.git This is v2 version for the patch: s5p-mfc: Add Horizontal

Re: [BISECTED] OMAP: DSS: clk rate mismatch

2014-01-29 Thread Tomi Valkeinen
On 2014-01-29 20:52, Ivaylo Dimitrov wrote: Can you try this one: From e511789f7be00be0712910c60a57c51b2705 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen tomi.valkei...@ti.com Date: Wed, 29 Jan 2014 13:28:53 +0200 Subject: [PATCH] clkoutx2 fix ---

Re: [PATCH] kthread: ensure locality of task_struct allocations

2014-01-29 Thread Eric Dumazet
On Wed, 2014-01-29 at 16:27 -0800, David Rientjes wrote: Eric, did you try this when writing 207205a2ba26 (kthread: NUMA aware kthread_create_on_node()) or was it always numa_node_id() from the beginning? Hmm, I think I did not try this, its absolutely possible NUMA_NO_NODE was better here.

Re: [PATCH v3] phy: Add new Exynos5 USB 3.0 PHY driver

2014-01-29 Thread Kishon Vijay Abraham I
Hi, On Thursday 30 January 2014 09:49 AM, Vivek Gautam wrote: Hi Kishon, On Mon, Jan 27, 2014 at 2:27 PM, Kishon Vijay Abraham I kis...@ti.com wrote: Hi, Thanks for review. Please find my answers inline below. On Monday 20 January 2014 07:12 PM, Vivek Gautam wrote: Add a new driver

[tip:x86/asmlinkage] x86, asmlinkage, lguest: Fix C functions used by inline assembler

2014-01-29 Thread tip-bot for Andi Kleen
Commit-ID: 9549b9b3479323a1ad6ae83eae8e98aa765994f0 Gitweb: http://git.kernel.org/tip/9549b9b3479323a1ad6ae83eae8e98aa765994f0 Author: Andi Kleen a...@linux.intel.com AuthorDate: Tue, 22 Oct 2013 09:07:54 -0700 Committer: H. Peter Anvin h...@linux.intel.com CommitDate: Wed, 29 Jan 2014

[tip:x86/asmlinkage] x86: Use inline assembler instead of global register variable to get sp

2014-01-29 Thread tip-bot for Andi Kleen
Commit-ID: dff38e3e93bbc10653a232f68077e5d031624464 Gitweb: http://git.kernel.org/tip/dff38e3e93bbc10653a232f68077e5d031624464 Author: Andi Kleen a...@linux.intel.com AuthorDate: Tue, 22 Oct 2013 09:07:57 -0700 Committer: H. Peter Anvin h...@linux.intel.com CommitDate: Wed, 29 Jan 2014

[tip:x86/asmlinkage] x86, asmlinkage, paravirt: Make paravirt thunks global

2014-01-29 Thread tip-bot for Andi Kleen
Commit-ID: a2e7f0e3a4f0f23fe4cd8cc22da547872f0170bb Gitweb: http://git.kernel.org/tip/a2e7f0e3a4f0f23fe4cd8cc22da547872f0170bb Author: Andi Kleen a...@linux.intel.com AuthorDate: Tue, 22 Oct 2013 09:07:56 -0700 Committer: H. Peter Anvin h...@linux.intel.com CommitDate: Wed, 29 Jan 2014

[tip:x86/asmlinkage] x86, asmlinkage, paravirt: Don' t rely on local assembler labels

2014-01-29 Thread tip-bot for Andi Kleen
Commit-ID: 824a2870098fa5364d49d4cd5a1f41544d9f6c65 Gitweb: http://git.kernel.org/tip/824a2870098fa5364d49d4cd5a1f41544d9f6c65 Author: Andi Kleen a...@linux.intel.com AuthorDate: Tue, 22 Oct 2013 09:07:55 -0700 Committer: H. Peter Anvin h...@linux.intel.com CommitDate: Wed, 29 Jan 2014

<    5   6   7   8   9   10   11   >