50 Watt idle power regression bisected to Linux-3.10

2013-12-07 Thread Len Brown
Hello Thomas, An idle WSM-EX box (40 Xeon cores) runs 50 Watts hotter after this patch: commit 7d1a941731fabf27e5fb6edbebb79fe856edb4e5 Author: Thomas Gleixner t...@linutronix.de Date: Thu Mar 21 22:50:03 2013 +0100 x86: Use generic idle loop ie. the commit before this patch

Re: [PATCH 1/9] Staging: bcm: DDRInit: Replaced spaces with tabs.

2013-12-07 Thread Dan Carpenter
This breaks the build... :( regards, dan carpenter -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 2/9] Staging: bcm: DDRInit: replaced multiple tabs with tab.

2013-12-07 Thread Dan Carpenter
On Fri, Dec 06, 2013 at 11:35:45PM -0500, Gary Rookard wrote: This is second in a series of patches. This is not useful information. Each patch is it's own thing. If you want to describe the patch series as a whole then send a [patch 0/9] email. regards, dan carpenter Signed-off-by: Gary

Re: [PATCH 5/9] Staging: bcm: DDRInit: replaced C99 comments.

2013-12-07 Thread Dan Carpenter
On Fri, Dec 06, 2013 at 11:52:35PM -0500, Gary Rookard wrote: This is the fifth patch of a series. Signed-off-by: Gary Alan Rookard garyrook...@gmail.com --- On branch staging-next drivers/staging/bcm/DDRInit.c | 270 +- 1 file changed, 135

Re: [PATCH] ARM : unwinder : Prevent data abort due to stack overflow

2013-12-07 Thread Anurag Aggarwal
+ /* we are just starting, initialize last register set as 0 */ + ctrl.last_register_set = 0; + while (ctrl.entries 0) { - int urc = unwind_exec_insn(ctrl); + int urc; + if ((ctrl.sp_high - ctrl.vrs[SP]) TOTAL_REGISTERS) +

Re: [PATCH 5/9] Staging: bcm: DDRInit: replaced C99 comments.

2013-12-07 Thread Levente Kurusa
Hi, A few comments, see below please. 2013-12-07 05:52, Gary Rookard: This is the fifth patch of a series. Signed-off-by: Gary Alan Rookard garyrook...@gmail.com --- On branch staging-next drivers/staging/bcm/DDRInit.c | 270 +- 1 file changed, 135

Re: [PATCH] Trace idle entry and exit times

2013-12-07 Thread Mike Galbraith
On Sat, 2013-12-07 at 06:20 +0100, Andi Kleen wrote: On Sat, Dec 07, 2013 at 05:57:32AM +0100, Mike Galbraith wrote: On Fri, 2013-12-06 at 16:46 -0800, Andi Kleen wrote: From: Andi Kleen a...@linux.intel.com This patch creates 4 new trace points: one at the beginning of idle, one

Re: 50 Watt idle power regression bisected to Linux-3.10

2013-12-07 Thread Mike Galbraith
On Sat, 2013-12-07 at 03:00 -0500, Len Brown wrote: No, Linux-3.13-rc3 does not fix this issue, even though it contains the following patch, claiming to address an issue with the commit above: commit ea8117478918a4734586d35ff530721b682425be Author: Peter Zijlstra pet...@infradead.org Date:

Re: [PATCH] Staging: TIDSPBRIDGE: Remove UUID helper

2013-12-07 Thread Ivajlo Dimitrov
On 06.12.2013 17:10, gre...@linuxfoundation.org wrote: On Fri, Dec 06, 2013 at 08:05:38AM +0200, Ivajlo Dimitrov wrote: Hi Greg, On 01.12.2013 19:07, Ivaylo DImitrov wrote: From: Ivaylo Dimitrov freemangor...@abv.bg Custom uuid helper function is needed only in rmgr/dbdcd.c and doesn't need

[PATCH 11/11] Staging: bcm: DDRInint: tidy up indent issue.

2013-12-07 Thread Gary Rookard
This is the eleventh patch of a series. Signed-off-by: Gary Alan Rookard garyrook...@gmail.com --- On branch staging-next drivers/staging/bcm/DDRInit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/bcm/DDRInit.c b/drivers/staging/bcm/DDRInit.c index

Re: [PATCH] init.h: add missing initcall variants

2013-12-07 Thread Geert Uytterhoeven
On Sat, Dec 7, 2013 at 4:31 AM, Timur Tabi ti...@tabi.org wrote: On Mon, Dec 2, 2013 at 2:14 PM, Randy Dunlap rdun...@infradead.org wrote: From: Randy Dunlap rdun...@infradead.org Add missing initcall variants when building for loadable modules. This fixes this build error on powerpc

Re: [PATCH v4 06/12] efi: export efi runtime memory mapping to sysfs

2013-12-07 Thread Dave Young
Hi, all Update my status: I have finished most of thecode related changes including the krealloc fixes (both for original code and my new code). And I'm slowly moving the kexec related stuff to efi_kexec.c, this involves some other cleanups, such as: efi_systab_init: - move 64bit code to

[PATCH] mfd: mc13xxx: Remove redundant checks

2013-12-07 Thread Alexander Shiyan
Checking for maximal register is already provided by regmap API, so remove redundant checks. Signed-off-by: Alexander Shiyan shc_w...@mail.ru --- drivers/mfd/mc13xxx-core.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/mfd/mc13xxx-core.c

[PATCH][RESEND] x86: remove deprecated IRQF_DISABLED

2013-12-07 Thread Michael Opdenacker
This patch proposes to remove the IRQF_DISABLED flag from x86 architecture code. It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- arch/x86/include/asm/floppy.h | 4 ++-- arch/x86/kernel/hpet.c| 2 +-

Re: oops in pgtable_trans_huge_withdraw

2013-12-07 Thread Kirill A. Shutemov
On Fri, Dec 06, 2013 at 04:02:54PM -0500, Dave Jones wrote: I've spent a few days enhancing trinity's use of mmap's, trying to make it reproduce https://lkml.org/lkml/2013/12/4/499 Instead, I hit this.. related ? Could you try this: https://lkml.org/lkml/2013/12/4/499 -- Kirill A.

Re: [PATCH v3] arch: hexagon: kernel: hexagon_ksyms.c: export related symbols which various modules need

2013-12-07 Thread Chen Gang
On 12/07/2013 02:25 AM, rkuo wrote: On Tue, Dec 03, 2013 at 08:26:46PM +0800, Chen Gang wrote: Need export all related functions and symbols for various modules with allmodconfig. The related errors: MODPOST 2879 modules ERROR: __vmyield [sound/sound_firmware.ko] undefined! ERROR:

[git pull] Input updates for 3.13-rc3

2013-12-07 Thread Dmitry Torokhov
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus or master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. You will get an update to ALPS to support devices on Dell XT2

Re: [PATCH-v2 3/3] ima: added support for new kernel cmdline parameter ima_template_fmt

2013-12-07 Thread Roberto Sassu
On 12/06/2013 08:36 PM, Mimi Zohar wrote: On Fri, 2013-12-06 at 13:57 +0100, Roberto Sassu wrote: This patch allows users to provide a custom template format through the new kernel command line parameter 'ima_template_fmt'. If the supplied format is not valid, IMA uses the default template

Re: [PATCH] powerpc 8xx: Loading kernels over 8Mbytes without CONFIG_PIN_TLB

2013-12-07 Thread christophe leroy
Le 06/12/2013 20:09, Scott Wood a écrit : On Wed, 2013-11-27 at 12:04 +0100, Christophe Leroy wrote: Today, the only way to load kernels whose size is greater than 8Mbytes is to activate CONFIG_PIN_TLB. Otherwise, the physical memory initially mapped is limited to 8Mbytes. This patch sets up

Re: [PATCH 3/3] ARM: sunxi: dts: Add ahci support to a few A10 and A20 boards

2013-12-07 Thread Maxime Ripard
Hi Oliver, On Wed, Dec 04, 2013 at 01:10:55PM +0100, oli...@schinagl.nl wrote: From: Oliver Schinagl oli...@schinagl.nl This patch adds sunxi sata support to A10 and A20 boards that have such a connector. Some boards also feature a regulator via a GPIO and support for this is also added.

Re: [PATCH RFC 08/10] net: stmmac:sti: Add STi SOC glue driver.

2013-12-07 Thread Maxime Ripard
Hi Srinivas, On Mon, Dec 02, 2013 at 12:48:24PM +, srinivas kandagatla wrote: Hi Maxime, Thankyou for the comments. On 29/11/13 19:37, Maxime Ripard wrote: + +ethernet0: ethernet0{ +#address-cells = 1; +#size-cells = 1; +compatible =

Re: [PATCH 02/10] net: stmmac: Honor DT parameter to force DMA store and forward mode

2013-12-07 Thread maxime.ripard
On Sat, Dec 07, 2013 at 09:23:27AM +0800, Chen-Yu Tsai wrote: Point taken. The current implementation will override settings passed from platform data. ORing the two would be better. Platform_data and DT-based configuration are pretty unlikely to be used together, so ORing it doesn't have much

Re: [PATCH 34/34] perf tools unwinding: Use the per-feature check flags

2013-12-07 Thread Jean Pihet
Hi, On 3 December 2013 17:15, Jean Pihet jean.pi...@linaro.org wrote: I just resent the patches as v2. I tested on x86_64, ARMv7 and ARMv8 with and without LIBUNWIND_DIR= set in 'make -C tools/perf'. Can you check on your build setup? I just found that the linker options may not work on some

[PATCH 1/2] perf: add per-feature check flags

2013-12-07 Thread Jean Pihet
Add CFLAGS and LDFLAGS for each feature to be checked. This allows to pass flags and parameters to the feature checks compilation. Also simplifies the feature check makefile, to come in a subsequent patch. Signed-off-by: Jean Pihet jean.pi...@linaro.org --- tools/perf/config/Makefile | 2 +- 1

[PATCH v3 0/2] perf: config: add per-feature check flags

2013-12-07 Thread Jean Pihet
Add CFLAGS and LDFLAGS for each feature to be checked during the build. This allows to pass particular flags and parameters to the feature checks compilation. Use the per-feature check flags for the unwinding feature in order to correctly compile the libunwind and libunwind-debug-frame feature

[PATCH 2/2] perf: unwinding: use the per-feature check flags

2013-12-07 Thread Jean Pihet
Use the per-feature check flags for the unwinding feature in order to correctly compile the libunwind and libunwind-debug-frame feature checks. Tested on x86_64, ARMv7 and ARMv8 with and without LIBUNWIND_DIR set in 'make -C tools/perf' Signed-off-by: Jean Pihet jean.pi...@linaro.org Cc: Jiri

Re: [PATCH 10/10] ARM: dts: sun7i: Add ethernet alias for GMAC

2013-12-07 Thread Maxime Ripard
Hi Chen-Yu, On Sat, Dec 07, 2013 at 01:29:43AM +0800, Chen-Yu Tsai wrote: U-Boot will insert MAC address into the device tree image. It looks up ethernet[0-5] aliases to find the ethernet nodes. Alias GMAC as ethernet0, as it is the only ethernet controller used. Signed-off-by: Chen-Yu Tsai

Re: [PATCH 04/10] net: stmmac: sunxi platfrom extensions for GMAC in Allwinner A20 SoC's

2013-12-07 Thread Maxime Ripard
Chen-Yu, Mike, On Sat, Dec 07, 2013 at 01:29:37AM +0800, Chen-Yu Tsai wrote: The Allwinner A20 has an ethernet controller that seems to be an early version of Synopsys DesignWare MAC 10/100/1000 Universal, which is supported by the stmmac driver. Allwinner's GMAC requires setting additional

Re: [PATCHv2] iio: mxs-lradc: compute temperature from channel 8 and 9

2013-12-07 Thread Jonathan Cameron
On 12/06/13 19:31, Alexandre Belloni wrote: The mxs LRADC is able to read an internal die temperature sensor. The temperature has to be calculated from the value read on channel 8 and channel 9. To be able to expose the result to hwmon, implement iio channel 8 as (channel 9 - channel 8).

Re: [PATCH 01/10] net: stmmac: Enable stmmac main clock when probing hardware

2013-12-07 Thread Maxime Ripard
Hi, On Sat, Dec 07, 2013 at 01:29:34AM +0800, Chen-Yu Tsai wrote: Signed-off-by: Chen-Yu Tsai w...@csie.org --- Guiseppe previously stated that the stmmaceth clock is the main clock that drives the IP. The stmmac driver does not enable this clock during the probe phase. When the driver is

Re: [PATCH v2 4/9] clocksource/cadence_ttc: Use enable/disable_irq

2013-12-07 Thread Thomas Gleixner
On Fri, 6 Dec 2013, Sören Brinkmann wrote: On Thu, Nov 28, 2013 at 08:07:10PM +0100, Thomas Gleixner wrote: There is a solution to this. We can identify the broadcast device in the core and serialize all callers including interrupts on a different cpu against the update. So no need for the

Re: synaptics: PS/2 touchpad isn't detected if a keyboard key is held down on boot

2013-12-07 Thread Andrey Moiseev
psmouse module is not loaded when I hold down a key on boot (when GRUB2 says loading vmlinuz), and, in its turn, the PS/2 touchpad doesn't work. Latest mainline kernel, latest stable one and probably many older ones. I guess i8042's buffer gets full and that confuses drivers somehow. On Fri, Dec

Re: [PATCH V4] cpufreq: suspend governors on system suspend/hibernate

2013-12-07 Thread Bjørn Mork
Viresh Kumar viresh.ku...@linaro.org writes: On 29 November 2013 01:59, Rafael J. Wysocki r...@rjwysocki.net wrote: So I'm reading this as the version of the patch in bleeding-edge is OK. I hope that really is the case. :-) Yeah, that's correct. Sorry to be making noise here again, but I

Re: [PATCH 02/10] net: stmmac: Honor DT parameter to force DMA store and forward mode

2013-12-07 Thread Tomasz Figa
On Saturday 07 of December 2013 11:07:37 maxime.ripard wrote: On Sat, Dec 07, 2013 at 09:23:27AM +0800, Chen-Yu Tsai wrote: Point taken. The current implementation will override settings passed from platform data. ORing the two would be better. Platform_data and DT-based configuration are

Re: [PATCH 04/10] net: stmmac: sunxi platfrom extensions for GMAC in Allwinner A20 SoC's

2013-12-07 Thread Tomasz Figa
On Saturday 07 of December 2013 11:27:10 Maxime Ripard wrote: Chen-Yu, Mike, On Sat, Dec 07, 2013 at 01:29:37AM +0800, Chen-Yu Tsai wrote: The Allwinner A20 has an ethernet controller that seems to be an early version of Synopsys DesignWare MAC 10/100/1000 Universal, which is supported

Re: [PATCH] char: tpm: nuvoton: remove unused variable

2013-12-07 Thread Peter Hüwe
Am Freitag, 29. November 2013, 22:12:52 schrieb Jason Gunthorpe: On Fri, Nov 29, 2013 at 06:00:18PM +0100, Michal Nazarewicz wrote: From: Michal Nazarewicz min...@mina86.com “wait” wait queue is defined but never used in the function, thus it can be removed. Signed-off-by: Michal

Re: [PATCH] can: ems_usb: fix urb leaks on failure paths

2013-12-07 Thread Oliver Hartkopp
Hello Alexey, looks better :-) I added the author of this driver to double check the patch and for his Acked-by ... @Sebastian: Would you like to update your e-mail address too? Best regards, Oliver On 07.12.2013 00:10, Alexey Khoroshilov wrote: There are a couple failure paths where urb

Re: [PATCH 3/3] ARM: sunxi: dts: Add ahci support to a few A10 and A20 boards

2013-12-07 Thread Olliver Schinagl
Hey maxime, On 06-12-13 19:33, Maxime Ripard wrote: Hi Oliver, On Wed, Dec 04, 2013 at 01:10:55PM +0100, oli...@schinagl.nl wrote: From: Oliver Schinagl oli...@schinagl.nl This patch adds sunxi sata support to A10 and A20 boards that have such a connector. Some boards also feature a regulator

Re: [PATCH 04/10] net: stmmac: sunxi platfrom extensions for GMAC in Allwinner A20 SoC's

2013-12-07 Thread Maxime Ripard
On Sat, Dec 07, 2013 at 12:12:26PM +0100, Tomasz Figa wrote: On Saturday 07 of December 2013 11:27:10 Maxime Ripard wrote: Chen-Yu, Mike, On Sat, Dec 07, 2013 at 01:29:37AM +0800, Chen-Yu Tsai wrote: The Allwinner A20 has an ethernet controller that seems to be an early version of

Re: [PATCH] powernv: fix VFIO support with PHB3

2013-12-07 Thread Thadeu Lima de Souza Cascardo
On Sat, Dec 07, 2013 at 11:58:44AM +1100, Alexey Kardashevskiy wrote: On 12/06/2013 11:21 PM, Thadeu Lima de Souza Cascardo wrote: I have recently found out that no iommu_groups could be found under /sys/ on a P8. That prevents PCI passthrough from working. During my investigation, I

Reply Please

2013-12-07 Thread Mr. SUN Zhijun
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

[PATCH] ACPI: full battery charge cannot exceed current one

2013-12-07 Thread Jan Vcelak
Some degraded batteries report maximal capacity to be smaller than current charge of the battery. This can confuse some user space applications (like upower). This patch handles the situation by increasing maximal capacity of the battery if it exceedes current charge. Signed-off-by: Jan Vcelak

Re: [PATCH 04/10] net: stmmac: sunxi platfrom extensions for GMAC in Allwinner A20 SoC's

2013-12-07 Thread Tomasz Figa
On Saturday 07 of December 2013 12:46:16 Maxime Ripard wrote: On Sat, Dec 07, 2013 at 12:12:26PM +0100, Tomasz Figa wrote: On Saturday 07 of December 2013 11:27:10 Maxime Ripard wrote: Chen-Yu, Mike, On Sat, Dec 07, 2013 at 01:29:37AM +0800, Chen-Yu Tsai wrote: The Allwinner A20

Re: 50 Watt idle power regression bisected to Linux-3.10

2013-12-07 Thread Thomas Gleixner
Len, On Sat, 7 Dec 2013, Len Brown wrote: How shall we proceed? Can you please gather a function trace so I can see what the system is doing? Preferrably with 3.13-rc3 so we have Peters fix included. Please send it offlist or put it somehwere for download. Thanks, tglx -- To

[PATCH -next] x86, kaslr: remove unused including linux/version.h

2013-12-07 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Remove including linux/version.h that don't need it. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- arch/x86/boot/compressed/aslr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/boot/compressed/aslr.c

[PATCH 2/3] pinctrl: at91: initialize config parameter to 0

2013-12-07 Thread Alexandre Belloni
When passing a not initialized config parameter, at91_pinconf_get() would return a bogus value. Fix that by initializing it to zero before using it. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- drivers/pinctrl/pinctrl-at91.c | 3 ++- 1 file changed, 2 insertions(+),

[PATCH 3/3] pinctrl: at91: implement at91_pinconf_dbg_show

2013-12-07 Thread Alexandre Belloni
This allows to get the pin configuration by using debugfs. On my system: # cat /sys/kernel/debug/pinctrl/pinctrl.3/pinconf-pins Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- drivers/pinctrl/pinctrl-at91.c | 25 + 1 file changed, 25

[PATCH 1/3] pinctrl: at91: correct a few typos

2013-12-07 Thread Alexandre Belloni
Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- drivers/pinctrl/pinctrl-at91.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/pinctrl/pinctrl-at91.c b/drivers/pinctrl/pinctrl-at91.c index a7549c4c83b4..6446dc804aa7 100644 ---

Re: [linux-sunxi] Re: [PATCH 3/3] ARM: sunxi: dts: Add ahci support to a few A10 and A20 boards

2013-12-07 Thread Michal Suchanek
On 7 December 2013 12:47, Olliver Schinagl oliver+l...@schinagl.nl wrote: Hey maxime, On 06-12-13 19:33, Maxime Ripard wrote: Hi Oliver, On Wed, Dec 04, 2013 at 01:10:55PM +0100, oli...@schinagl.nl wrote: From: Oliver Schinagl oli...@schinagl.nl This patch adds sunxi sata support to A10

Re: tpm: Remainder of earlier clean up

2013-12-07 Thread Peter Hüwe
Hi Jason did push everything to https://github.com/PeterHuewe/linux-tpmdd/tree/testing-and-review against latest rc, with alls signed-offs and reviewed-bys I'll move it to for-james after giving it a final test run. Thanks, Peter -- To unsubscribe from this list: send the line

Re: [PATCH v4 06/12] efi: export efi runtime memory mapping to sysfs

2013-12-07 Thread Borislav Petkov
On Sat, Dec 07, 2013 at 04:01:02AM -0500, Dave Young wrote: Hi, all Update my status: I have finished most of thecode related changes including the krealloc fixes (both for original code and my new code). And I'm slowly moving the kexec related stuff to efi_kexec.c, this involves some

Re: [linux-sunxi] Re: [PATCH 04/10] net: stmmac: sunxi platfrom extensions for GMAC in Allwinner A20 SoC's

2013-12-07 Thread Emilio López
El 07/12/13 09:50, Tomasz Figa escribió: On Saturday 07 of December 2013 12:46:16 Maxime Ripard wrote: On Sat, Dec 07, 2013 at 12:12:26PM +0100, Tomasz Figa wrote: On Saturday 07 of December 2013 11:27:10 Maxime Ripard wrote: Chen-Yu, Mike, On Sat, Dec 07, 2013 at 01:29:37AM +0800, Chen-Yu

Re: [rtc-linux] [PATCH v3 1/2] dt-bindings: add hym8563 binding

2013-12-07 Thread Heiko Stübner
Hi Mark, Am Montag, 2. Dezember 2013, 14:41:10 schrieb Mark Brown: On Sun, Dec 01, 2013 at 08:47:42PM +0100, Heiko Stübner wrote: +Required properties: +- compatible: should be: haoyu,hym8563 +- reg: i2c address +- gpios: alarm interrupt gpio Why is this specified as a GPIO and not as

Re: synaptics: PS/2 touchpad isn't detected if a keyboard key is held down on boot

2013-12-07 Thread Andrey Moiseev
I inserted a printk into ps2_handle_response(struct ps2dev *ps2dev, unsigned char data) in drivers/input/serio/libps2.c and other functions in the file. It really eats scancodes from the keyboard, as I see (0x23 is the 'H' press scancode). Seems like the scancodes are mixed with reasonable values.

Re: [PATCH 9/9] random: simplify accounting code

2013-12-07 Thread Theodore Ts'o
On Fri, Dec 06, 2013 at 01:25:04PM -0500, Greg Price wrote: Sure, that'd be reasonable. I didn't do that mainly because I wanted to preserve existing behavior wherever possible in these cleanups, to make them easy to read and review. I'll make that change and apply this patch, thanks.

Re: [3.13 PATCH 1/2] random: entropy_bytes is actually bits

2013-12-07 Thread Theodore Ts'o
On Fri, Dec 06, 2013 at 09:27:52PM -0500, Greg Price wrote: The variable 'entropy_bytes' is set from an expression that actually counts bits. Fortunately it's also only compared to values that also count bits. Rename it accordingly. Signed-off-by: Greg Price pr...@mit.edu Thanks, applied.

Re: [PATCH V4] cpufreq: suspend governors on system suspend/hibernate

2013-12-07 Thread Paul Bolle
On Sat, 2013-12-07 at 12:01 +0100, Bjørn Mork wrote: Sorry to be making noise here again, but I was eager to verify that the fixes in v3.13-rc3 were OK on my system. Unfortunately it seems this patch completely broke suspend for me. Hibernete ended up with a blank console and no visible

[PATCH] Input: serio - fix sysfs layout

2013-12-07 Thread Dmitry Torokhov
Restore previous layout of sysfs attributes that was broken by commit 3778a2129bcce84f684cc0017ed20d2524afd289 (input: serio: remove bus usage of dev_attrs) which moved all serio device attributes into 'id' group, when only 'type', 'proto', 'id', and 'extra' should be in 'id' group and the rest of

Re: 50 Watt idle power regression bisected to Linux-3.10

2013-12-07 Thread Len Brown
On Sat, Dec 7, 2013 at 3:39 AM, Mike Galbraith bitbuc...@online.de wrote: On Sat, 2013-12-07 at 03:00 -0500, Len Brown wrote: No, Linux-3.13-rc3 does not fix this issue, even though it contains the following patch, claiming to address an issue with the commit above: commit

Re: synaptics: PS/2 touchpad isn't detected if a keyboard key is held down on boot

2013-12-07 Thread Dmitry Torokhov
On Sat, Dec 07, 2013 at 05:47:09PM +0400, Andrey Moiseev wrote: I inserted a printk into ps2_handle_response(struct ps2dev *ps2dev, unsigned char data) in drivers/input/serio/libps2.c and other functions in the file. It really eats scancodes from the keyboard, as I see (0x23 is the 'H' press

xhci USB3 on h87 does behave buggy

2013-12-07 Thread Otto Meier
I just changed MB for my Home Server from GA75N to H87-ITX. Attached to this server I run 3 WINTV HVR 930C DVB-C usb receivers. with the Series Seven MB everything works as it should. with the H87 MB the USB3 Stack crashed as soon as i get more then one Stream from the DVB-C receivers. the Error

Re: Build regressions/improvements in v3.13-rc3

2013-12-07 Thread Geert Uytterhoeven
On Sat, Dec 7, 2013 at 5:02 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.13-rc3[1] to v3.13-rc2[3], the summaries are: - build errors: +3/-4 + /scratch/kisskb/src/arch/sh/mm/cache-sh4.c: error: 'cached_to_uncached' undeclared (first use in this function): =

Re: [PATCH 10/10] ARM: dts: sun7i: Add ethernet alias for GMAC

2013-12-07 Thread Chen-Yu Tsai
I will rebase onto 3.13-rc3 or 3.13 when it comes out. On Sat, Dec 7, 2013 at 6:15 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: Hi Chen-Yu, On Sat, Dec 07, 2013 at 01:29:43AM +0800, Chen-Yu Tsai wrote: U-Boot will insert MAC address into the device tree image. It looks up

Re: Re: [RFC PATCH tip 0/5] tracing filters with BPF

2013-12-07 Thread Jovi Zhangwei
On Sat, Dec 7, 2013 at 7:58 AM, Masami Hiramatsu masami.hiramatsu...@hitachi.com wrote: (2013/12/06 14:19), Jovi Zhangwei wrote: Hi Alexei, On Thu, Dec 5, 2013 at 12:40 PM, Alexei Starovoitov a...@plumgrid.com wrote: On Tue, Dec 3, 2013 at 4:01 PM, Andi Kleen a...@firstfloor.org wrote:

Re: 50 Watt idle power regression bisected to Linux-3.10

2013-12-07 Thread Len Brown
It fixes that, except for my Q6600 box. Too bad mwait_idle() went away, beloved old box doesn't play hints game, so it continues to flog itself. Thanks for pointing this out, Mike! A Q6600 is a Kentsfield. I dug one of those up. Indeed, the only idle capabilities it has are HALT and old

Re: synaptics: PS/2 touchpad isn't detected if a keyboard key is held down on boot

2013-12-07 Thread Andrey Moiseev
Here is my dmesg. At boot 'H' key was held down. [0.00] Initializing cgroup subsys cpuset [0.00] Initializing cgroup subsys cpu [0.00] Initializing cgroup subsys cpuacct [0.00] Linux version 3.13.0-rc3-ARCH-dirty (o2genum@o2pc) (gcc version 4.8.2 (GCC) ) #10 SMP

Re: [RFC PATCH tip 0/5] tracing filters with BPF

2013-12-07 Thread Jovi Zhangwei
On Sat, Dec 7, 2013 at 9:12 AM, Alexei Starovoitov a...@plumgrid.com wrote: On Thu, Dec 5, 2013 at 5:20 PM, Andi Kleen a...@firstfloor.org wrote: H. Peter Anvin h...@zytor.com writes: Not to mention that in that case we might as well -- since we need a compiler anyway -- generate the machine

Re: [PATCH 3.12 00/83] 3.12.4-stable review

2013-12-07 Thread Greg Kroah-Hartman
On Fri, Dec 06, 2013 at 10:44:57PM -0800, Guenter Roeck wrote: On 12/06/2013 01:50 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.12.4 release. There are 83 patches in this series, all will be posted as a response to this one. If anyone has any issues

Re: [PATCH 3.12 00/83] 3.12.4-stable review

2013-12-07 Thread Greg KH
On Fri, Dec 06, 2013 at 10:52:04PM +, Holger Hoffstätte wrote: On Fri, 06 Dec 2013 13:50:50 -0800, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.12.4 release. Patch applied cleanly on top of 3.12.3. Built runs with no problems on both a Thinkpad T60

Re: [PATCH 3.10 00/58] 3.10.23-stable review

2013-12-07 Thread Greg Kroah-Hartman
On Fri, Dec 06, 2013 at 10:43:51PM -0800, Guenter Roeck wrote: On 12/06/2013 01:51 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.10.23 release. There are 58 patches in this series, all will be posted as a response to this one. If anyone has any issues

Re: [PATCH 3.4 00/32] 3.4.73-stable review

2013-12-07 Thread Greg Kroah-Hartman
On Fri, Dec 06, 2013 at 10:45:00PM -0800, Guenter Roeck wrote: On 12/06/2013 01:52 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.4.73 release. There are 32 patches in this series, all will be posted as a response to this one. If anyone has any issues

Re: [PATCH] Input: serio - fix sysfs layout

2013-12-07 Thread Greg Kroah-Hartman
On Sat, Dec 07, 2013 at 07:41:19AM -0800, Dmitry Torokhov wrote: Restore previous layout of sysfs attributes that was broken by commit 3778a2129bcce84f684cc0017ed20d2524afd289 (input: serio: remove bus usage of dev_attrs) which moved all serio device attributes into 'id' group, when only

[PATCH resend 2/2] pwm: jz4740: Use devm_clk_get()

2013-12-07 Thread Lars-Peter Clausen
Using the managed version of clk_get() makes the code a bit shorter and the error paths less complicated. Signed-off-by: Lars-Peter Clausen l...@metafoo.de --- drivers/pwm/pwm-jz4740.c | 20 +++- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git

[PATCH resend 1/2] pwm: jz4740: Pass device to clk_get()

2013-12-07 Thread Lars-Peter Clausen
In preparation to switching the jz4740 clk driver to the common clk framework make sure to pass the device to clk_get(). Signed-off-by: Lars-Peter Clausen l...@metafoo.de --- drivers/pwm/pwm-jz4740.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pwm/pwm-jz4740.c

[PATCH] net: wirelesse: wcn36xx: pull allocation outside of critical section

2013-12-07 Thread Michal Nazarewicz
This also simplifies flow-controll as there is now only one if condition with a single branch. --- drivers/net/wireless/ath/wcn36xx/smd.c | 28 +++- 1 file changed, 15 insertions(+), 13 deletions(-) On Thu, Dec 05 2013, Eugene Krasnikov k.eugen...@gmail.com wrote: I

Re: [PATCH] Trace idle entry and exit times

2013-12-07 Thread Andi Kleen
Well that one is obvious. I mean more the subtle problems. Yeah, not subtle. SGI could use C2 as power supply stress tester. This is only on system where the APIC timer does not tick in deep idle. At this point these are 5+ year old systems. There were some ideas of breaking up that lock,

Re: [patch 7/8] mm, memcg: allow processes handling oom notifications to access reserves

2013-12-07 Thread Johannes Weiner
Hello Tim! On Sat, Dec 07, 2013 at 08:38:20AM -0800, Tim Hockin wrote: We actually started with kernel patches all h these lines - per-memcg scores and all of our crazy policy requirements. It turns out that changing policies is hard. When David offered the opportunity to manage it all in

Re: [PATCH v10 1/3] aerdrv: Trace Event for AER

2013-12-07 Thread Borislav Petkov
On Fri, Dec 06, 2013 at 11:11:07PM +0800, Ethan Zhao wrote: @@ -63,10 +63,10 @@ TRACE_EVENT(aer_event, TP_printk(%s PCIe Bus Error: severity=%s, %s\n, __get_str(dev_name), - __entry-severity == HW_EVENT_ERR_CORRECTED ? Corrected : -

Re: [PATCH RFC] timekeeping: Fix clock stability with nohz

2013-12-07 Thread Richard Cochran
On Fri, Dec 06, 2013 at 05:43:45PM -0800, John Stultz wrote: Anyway, let me know what you think and I'll run some tests on it this weekend. thanks -john diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index 3abf534..bfb36fd 100644 --- a/kernel/time/timekeeping.c

Re: why does index in truncate_inode_pages_range() grows so much ?

2013-12-07 Thread Toralf Förster
On 12/04/2013 02:06 PM, Jan Kara wrote: One idea: Can you add WARN_ON(offset 1000); into mm/filemap.c:add_to_page_cache_locked() ? That should tell us whether someone is indeed inserting pages with strange indices into page cache or if page-index got somehow corrupted.

Re: [patch 7/8] mm, memcg: allow processes handling oom notifications to access reserves

2013-12-07 Thread Johannes Weiner
On Sat, Dec 07, 2013 at 10:12:19AM -0800, Tim Hockin wrote: You more or less described the fundamental change - a score per memcg, with a recursive OOM killer which evaluates scores between siblings at the same level. It gets a bit complicated because we have need if wider scoring ranges

Re: 50 Watt idle power regression bisected to Linux-3.10

2013-12-07 Thread Mike Galbraith
On Sat, 2013-12-07 at 11:45 -0500, Len Brown wrote: It fixes that, except for my Q6600 box. Too bad mwait_idle() went away, beloved old box doesn't play hints game, so it continues to flog itself. Thanks for pointing this out, Mike! A Q6600 is a Kentsfield. I dug one of those up.

[PATCH] ipc/mqueue.c: fixed a brace coding style issue

2013-12-07 Thread Roman Kuznetsov
Fixed a coding style issue. Signed-off-by: Roman Kuznetsov kuznetso...@gmail.com --- ipc/mqueue.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ipc/mqueue.c b/ipc/mqueue.c index 95827ce..9346238 100644 --- a/ipc/mqueue.c +++ b/ipc/mqueue.c @@ -1303,11 +1303,10 @@

Re: [PATCH 2/2] random: clarify bits/bytes in wakeup thresholds

2013-12-07 Thread Theodore Ts'o
On Fri, Dec 06, 2013 at 09:28:03PM -0500, Greg Price wrote: These are a recurring cause of confusion, so rename them to hopefully be clearer. Signed-off-by: Greg Price pr...@mit.edu Thanks, applied with some merge fix ups to get the patch to apply. -

[PATCH v7 2/2] debugfs: Decode {a,c,cr,m}time_extra fields in stat

2013-12-07 Thread David Turner
Decodes post-2038 dates correctly on on machines with a 64-bit time_t. When decoding dates from xtime+xtime_extra fields, we assume that these dates are in the correct format (i.e. pre-1970 dates have xtime_extra low bits == 0 instead of 3). So uncorrected pre-1970 dates will be displayed as

[PATCH v7 1/2] e2fsck: Correct ext4 dates generated by old kernels.

2013-12-07 Thread David Turner
I went ahead and wrote some tests, and they seem to confirm that my patch to e2fsck works as expected (once I added crtime). However, as Andreas notes, we want to verify .. that debugfs -R 'stat testfile' decodes the times correctly. Unfortunately, it does not, and it is not trivial to fix.

Re: [PATCH] PCI: export MSI mode using attributes, not kobjects

2013-12-07 Thread Bjorn Helgaas
On Wed, Nov 27, 2013 at 11:46 AM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: From: Greg Kroah-Hartman gre...@linuxfoundation.org The PCI MSI sysfs code is a mess with kobjects for things that don't really need to be kobjects. This patch creates attributes dynamically for the MSI

Re: [PATCH] Input: serio - fix sysfs layout

2013-12-07 Thread Thomas Hellstrom
On 12/07/2013 04:41 PM, Dmitry Torokhov wrote: Restore previous layout of sysfs attributes that was broken by commit 3778a2129bcce84f684cc0017ed20d2524afd289 (input: serio: remove bus usage of dev_attrs) which moved all serio device attributes into 'id' group, when only 'type', 'proto', 'id',

Re: [PATCH] powerpc 8xx: Loading kernels over 8Mbytes without CONFIG_PIN_TLB

2013-12-07 Thread Benjamin Herrenschmidt
On Sat, 2013-12-07 at 10:39 +0100, christophe leroy wrote: Function setup_initial_memory_limit() in mm/init_32.c defines the limits based on the parameters given by the bootloader. As far as I know, the 8xx doesn't do speculative access just because an area is loaded in a TLB Entry.

Re: [PATCH v2] PCI: Clear Bus Master bit only on kexec reboot

2013-12-07 Thread Bjorn Helgaas
On Wed, Nov 27, 2013 at 3:19 PM, Khalid Aziz khalid.a...@oracle.com wrote: Add a flag to tell the PCI subsystem that kernel is shutting down in prepapration to kexec a kernel. Add code in PCI subsystem to use this flag to clear Bus Master bit on PCI devices only in case of kexec reboot. This

Re: [PATCH v4 06/12] efi: export efi runtime memory mapping to sysfs

2013-12-07 Thread H. Peter Anvin
This is very good advice indeed. Borislav Petkov b...@alien8.de wrote: On Sat, Dec 07, 2013 at 04:01:02AM -0500, Dave Young wrote: Hi, all Update my status: I have finished most of thecode related changes including the krealloc fixes (both for original code and my new code). And I'm

Re: [PATCH 3.12 00/83] 3.12.4-stable review

2013-12-07 Thread Shuah Khan
On 12/06/2013 02:50 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.12.4 release. There are 83 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be

Re: [PATCH 3.10 00/58] 3.10.23-stable review

2013-12-07 Thread Shuah Khan
On 12/06/2013 02:51 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.10.23 release. There are 58 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be

Re: [PATCH 3.4 00/32] 3.4.73-stable review

2013-12-07 Thread Shuah Khan
On 12/06/2013 02:52 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.4.73 release. There are 32 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be

Re: [PATCH RFC] timekeeping: Fix clock stability with nohz

2013-12-07 Thread John Stultz
On 12/07/2013 09:56 AM, Richard Cochran wrote: On Fri, Dec 06, 2013 at 05:43:45PM -0800, John Stultz wrote: Anyway, let me know what you think and I'll run some tests on it this weekend. thanks -john diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index

[PATCH] net: unix: allow set_peek_off to fail

2013-12-07 Thread Sasha Levin
unix_dgram_recvmsg() will hold the readlock of the socket until recv is complete. In the same time, we may try to setsockopt(SO_PEEK_OFF) which will hang until unix_dgram_recvmsg() will complete (which can take a while) without allowing us to break out of it, triggering a hung task spew.

Re: [PATCH v7 1/2] e2fsck: Correct ext4 dates generated by old kernels.

2013-12-07 Thread Andreas Dilger
I suspect that any 32-bit systems running at that time will have been updated to have 64-bit time_t or otherwise have windowed the 32-bit time_t to have a new starting epoch. So I'm willing to punt on decoding the 64-bit value correctly to libc and just assign our time to the system time_t.

Re: [PATCH 04/12] PCI/portdrv: Remove superfluous name cast

2013-12-07 Thread Bjorn Helgaas
On Tue, Nov 12, 2013 at 08:07:17PM +0100, Geert Uytterhoeven wrote: device_driver.name is const char * Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Bjorn Helgaas bhelg...@google.com Cc: linux-...@vger.kernel.org Applied to pci/misc for v3.14, thanks! ---

[PATCH] Staging: android: fix parantheses coding style issue in alarm-dev.c

2013-12-07 Thread Preetam D'Souza
This patch fixes an unecessary return statement parantheses error found in alarm-dev.c by the checkpatch.pl tool -- alarm-dev.c now has no more errors/warnings! Signed-off-by: Preetam D'Souza preetamjdso...@gmail.com --- drivers/staging/android/alarm-dev.c |4 ++-- 1 file changed, 2

Re: [PATCH 3.12 00/83] 3.12.4-stable review

2013-12-07 Thread Greg Kroah-Hartman
On Sat, Dec 07, 2013 at 03:15:17PM -0700, Shuah Khan wrote: On 12/06/2013 02:50 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.12.4 release. There are 83 patches in this series, all will be posted as a response to this one. If anyone has any issues with

  1   2   3   >