[PATCH] Staging: android: ion: Fix missing a blank line coding style issue.

2015-08-10 Thread Junsu Shin
This is a patch to the ion.c that fixes a warning that tells missing a blank line after declaration Signed-off-by: Junsu Shin jjun...@gmail.com --- drivers/staging/android/ion/ion.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/android/ion/ion.c

Re: [PATCH v2 2/2] watchdog: add wdt shutdown callback to disable wdt if enabled

2015-08-10 Thread Guenter Roeck
On 08/10/2015 09:28 PM, Daniel Kurtz wrote: Hi Guenter, Matthias, On Fri, Jul 24, 2015 at 1:37 AM, Matthias Brugger matthias@gmail.com wrote: On Thursday, July 23, 2015 01:49:11 PM Eddie Huang wrote: From: Greta Zhang greta.zh...@mediatek.com Without .shutdown(), watchdog might reset the

Re: [PATCH v7 0/9] Fixes and new clocks support for Mediatek MT8173

2015-08-10 Thread Daniel Kurtz
Hi James, On Mon, Aug 10, 2015 at 5:50 PM, James Liao jamesjj.l...@mediatek.com wrote: This patchset is based on 4.2-rc2 and [1], and contains minor fixes and subsystem clocks support for Mediatek MT8173. The previous reviews can be found in [2]. changes since v6: - Use DUMMY_RATE (0)

[PATCH] pinctrl: mediatek: Fix multiple registeration issue.

2015-08-10 Thread Hongzhou Yang
Use dynamic allocation to fix multiple registeration issue. --8 Since our common driver need support main chip and PMU at the same time, that means it will register two pinctrl device, and the pinctrl_desc structure should be used two times. But pinctrl_desc use

Re: [GIT PULL] MODSIGN: Use PKCS#7 for module signatures [ver #7]

2015-08-10 Thread James Morris
On Tue, 11 Aug 2015, David Howells wrote: This is mentioned in the MODSIGN: Provide a utility to append a PKCS#7 signature to a module commit description. Note that the utility is written in C and must be linked against the OpenSSL crypto library. Would it help to

[PATCH net-next] bpf: fix the bug 'struct bpf_array' has no member named 'prog' in s390 architecture

2015-08-10 Thread Kaixu Xia
'Kbuild test robot' sent me an email about a build error 'struct bpf_array' has no member named 'prog' in s390 architecture. This error is caused by commit: 2a36f0b92eb 638dd023870574eb471b1c56be9ad [656/692] bpf: Make the bpf _prog_array_map more generic. In this patch, the member 'prog' of

Re: [PATCH v2] net/fddi: remove HWM_REVERSE() macro

2015-08-10 Thread yalin wang
On Aug 11, 2015, at 12:24, David Miller da...@davemloft.net wrote: From: yalin wang yalin.wang2...@gmail.com Date: Tue, 11 Aug 2015 09:57:21 +0800 HWM_REVERSE() macro is unused, remove it. Signed-off-by: yalin wang yalin.wang2...@gmail.com Your email client has corrupted this patch.

Re: [RFC PATCH] mmc: sdhci-of-arasan: Add the support for sdhci-5.1

2015-08-10 Thread Michal Simek
On 08/11/2015 03:34 AM, Shawn Lin wrote: This patch adds the quirks and compatible string in sdhci-of-arasan.c to support sdhci-arasan5.1 version of controller. No documented controller IP version is found in the TRM, so we use ths version of command queueing engine integrated into this

[PATCH v2 Resend] net/fddi: remove HWM_REVERSE() macro

2015-08-10 Thread yalin wang
HWM_REVERSE() macro is unused, remove it. Signed-off-by: yalin wang yalin.wang2...@gmail.com --- drivers/net/fddi/skfp/h/hwmtm.h | 10 -- 1 file changed, 10 deletions(-) diff --git a/drivers/net/fddi/skfp/h/hwmtm.h b/drivers/net/fddi/skfp/h/hwmtm.h index 5924d42..4ca2341 100644 ---

Re: [PATCH] staging: lustre: lustre: llite: Added a new line after declaration

2015-08-10 Thread Sudip Mukherjee
On Mon, Aug 10, 2015 at 08:56:02PM +0530, Aparna Karuthodi wrote: Added a new line to fix a coding style error no space after declaration detected by checkpatch. Signed-off-by: Aparna Karuthodi kdasapa...@gmail.com --- Why are you sending this patch again? You have sent this one long back

[PATCH 0/3] ARM: sun6i: Support Security System crypto engine

2015-08-10 Thread Chen-Yu Tsai
Hi everyone, This series enables support for the crypto engine found in sun6i, or Allwinner A31/A31s SoCs. The crypto engine is the same hardware as on earlier sun4i/sun7i (A10/A20), with the only difference being the reset control is separated out of the clock gate control. The same hardware is

[PATCH] zlib_deflate/deftree: Remove bi_reverse()

2015-08-10 Thread yalin wang
This change remove bi_reverse() and use generic bitrev32() instead, have better performance on some platforms. Signed-off-by: yalin wang yalin.wang2...@gmail.com --- lib/zlib_deflate/deftree.c | 6 +++--- lib/zlib_deflate/defutil.h | 16 2 files changed, 3 insertions(+), 19

[PATCH 2/3] crypto: sunxi-ss: Add optional reset control support

2015-08-10 Thread Chen-Yu Tsai
On sun6i and later platforms, the reset control is split out of the clock gates. Add support for an optional reset control. Signed-off-by: Chen-Yu Tsai w...@csie.org --- drivers/crypto/sunxi-ss/sun4i-ss-core.c | 22 ++ drivers/crypto/sunxi-ss/sun4i-ss.h | 2 ++ 2 files

[PATCH 1/3] crypto: sunxi-ss: Document optional reset control bindings

2015-08-10 Thread Chen-Yu Tsai
Later Allwinner SoCs split out the reset controls for individual modules out of the clock gate controls. The Security System crypto engine is no different. Signed-off-by: Chen-Yu Tsai w...@csie.org --- Documentation/devicetree/bindings/crypto/sun4i-ss.txt | 4 1 file changed, 4

Re: [PATCH net-next] bpf: fix the bug 'struct bpf_array' has no member named 'prog' in s390 architecture

2015-08-10 Thread David Miller
From: Kaixu Xia xiaka...@huawei.com Date: Tue, 11 Aug 2015 05:00:24 + 'Kbuild test robot' sent me an email about a build error 'struct bpf_array' has no member named 'prog' in s390 architecture. This error is caused by commit: 2a36f0b92eb 638dd023870574eb471b1c56be9ad [656/692] bpf: Make

[PATCH 3/3] ARM: dts: sun6i: Add security system crypto engine clock and device nodes

2015-08-10 Thread Chen-Yu Tsai
A31/A31s have the same Security System crypto engine as A10/A20, but with a separate reset control. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun6i-a31.dtsi | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi

Re: [PATCH] Staging: android: ion: Fix missing a blank line coding style issue.

2015-08-10 Thread Sudip Mukherjee
On Mon, Aug 10, 2015 at 11:42:27PM -0500, Junsu Shin wrote: This is a patch to the ion.c that fixes a warning that tells missing a blank line after declaration Signed-off-by: Junsu Shin jjun...@gmail.com --- 1) This is a false positive. 2) You need to refresh your tree. This has already

Re: [PATCH v2 Resend] net/fddi: remove HWM_REVERSE() macro

2015-08-10 Thread David Miller
From: yalin wang yalin.wang2...@gmail.com Date: Tue, 11 Aug 2015 13:11:22 +0800 HWM_REVERSE() macro is unused, remove it. Signed-off-by: yalin wang yalin.wang2...@gmail.com You did not do as I asked you to, this patch is still corrupted and there is no way you successfully applied what is in

[PATCH] joystick/zhenhua: remove zhenhua_bitreverse()

2015-08-10 Thread yalin wang
This change remove zhenhua_bitreverse() function, use generic bitrev8() function instead. Signed-off-by: yalin wang yalin.wang2...@gmail.com --- drivers/input/joystick/zhenhua.c | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/drivers/input/joystick/zhenhua.c

Re: [PATCH v2 Resend] net/fddi: remove HWM_REVERSE() macro

2015-08-10 Thread yalin wang
On Aug 11, 2015, at 13:37, David Miller da...@davemloft.net wrote: From: yalin wang yalin.wang2...@gmail.com Date: Tue, 11 Aug 2015 13:11:22 +0800 HWM_REVERSE() macro is unused, remove it. Signed-off-by: yalin wang yalin.wang2...@gmail.com You did not do as I asked you to, this

Re: [PATCH net] netconsole: Check for carrier before calling netpoll_send_udp()

2015-08-10 Thread Jonathan Maxwell
What if the carrier check passes, and then the chip reset starts on another cpu? You'll have the same problem. Okay, let me see if I can come up with a better way to mitigate this. On Tue, Aug 11, 2015 at 2:22 PM, David Miller da...@davemloft.net wrote: From: Jon Maxwell jmaxwel...@gmail.com

Re: [PATCH] ARM: exynos_defconfig: Enable cpufreq-dt driver

2015-08-10 Thread Javier Martinez Canillas
Hello Krzysztof, On 08/11/2015 04:15 AM, Krzysztof Kozlowski wrote: With the latest patches the cpufreq-dt can be used on multiple Exynos SoCs: 3250, 4210, 4212, 4412 and 5250. Enable it along with default ondemand governor to conserve the energy, reduce temperature while maintaining

Re: [PATCH v8 3/4] drivers: nvmem: Add Vybrid OCOTP support

2015-08-10 Thread Srinivas Kandagatla
Hi Sanchayan, On 10/08/15 15:11, Sanchayan Maity wrote: The patch adds support for the On Chip One Time Programmable Peripheral (OCOTP) on the Vybrid platform. Signed-off-by: Sanchayan Maity maitysancha...@gmail.com --- drivers/nvmem/Kconfig | 10 ++ drivers/nvmem/Makefile |

Re: [PATCH] perf, tools: Support static linking with libdw

2015-08-10 Thread Arnaldo Carvalho de Melo
Em Sat, Aug 08, 2015 at 06:42:19PM +0200, Andi Kleen escreveu: please also update the warning, as now it's not obvious you need to install also bz2 libs (bzip2-devel on Fedora) for dwarf support.. we already have check for lzma The package should already pull it in as a dependency.

[PATCH] usb: gadget: atmel: remove useless include

2015-08-10 Thread Alexandre Belloni
Definitions from linux/platform_data/atmel.h are not used, remove the include. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- drivers/usb/gadget/udc/atmel_usba_udc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/gadget/udc/atmel_usba_udc.c

Re: [PATCH 07/10] sched: Migrate sched to use new tick dependency mask model

2015-08-10 Thread Peter Zijlstra
On Mon, Aug 10, 2015 at 04:28:47PM +0200, Peter Zijlstra wrote: On Mon, Aug 10, 2015 at 04:16:58PM +0200, Frederic Weisbecker wrote: I considered many times relying on hrtick btw but everyone seem to say it has a lot of overhead, especially due to clock reprogramming on schedule() calls.

Re: [PATCH V10] fixup! audit: add audit by children of executable path

2015-08-10 Thread Paul Moore
On Saturday, August 08, 2015 10:23:48 AM Richard Guy Briggs wrote: Adding C=1 CF=-D__CHECK_ENDIAN__ to enable sparse warnings identified a warning with the [PATCH V9 3/3] audit: add audit by children of executable path patch posted a couple of days ago (and just re-posted due to another

Re: [PATCH] net/fddi:change HWM_REVERSE() macro

2015-08-10 Thread Joe Perches
On Tue, 2015-08-11 at 00:14 +0800, yalin wang wrote: HWM_REVERSE Is unused and it would be better if removed. -- 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

Re: [RFC PATCH] percpu: Prevent endless loop if there is no unallocated region

2015-08-10 Thread Tejun Heo
Hello, On Sun, Aug 09, 2015 at 05:17:39AM -0700, Guenter Roeck wrote: Qemu tests with unicore32 show memory management code entering an endless loop in pcpu_alloc(). Bisect points to commit a93ace487a33 (percpu: move region iterations out of pcpu_[de]populate_chunk()). Code analysis

Re: [PATCH 3/8][v2]usb:fsl:otg: Add support to add/remove usb host driver

2015-08-10 Thread Felipe Balbi
On Fri, Aug 07, 2015 at 04:33:33PM -0400, Alan Stern wrote: On Wed, 15 Jul 2015, Ramneek Mehresh wrote: Add workqueue to add/remove host driver (outside interrupt context) upon each id change. Signed-off-by: Li Yang le...@freescale.com Signed-off-by: Ramneek Mehresh

[ANNOUNCE] 3.12.44-rt62

2015-08-10 Thread Steven Rostedt
Dear RT Folks, I'm pleased to announce the 3.12.44-rt62 stable release. You can get this release via the git tree at: git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git branch: v3.12-rt Head SHA1: 5c430e983d975e4737aaed0f70ecb2c384f4c786 Or to build 3.12.44-rt62

Re: [PATCH 2/2] arm64: VDSO: fix coarse clock monotonicity regression

2015-08-10 Thread Catalin Marinas
On Mon, Aug 10, 2015 at 10:22:53AM +0100, Will Deacon wrote: On Sat, Aug 08, 2015 at 03:03:23AM +0100, Nathan Lynch wrote: Since 906c55579a63 (timekeeping: Copy the shadow-timekeeper over the real timekeeper last) it has become possible on arm64 to: - Obtain a CLOCK_MONOTONIC_COARSE or

Re: [PATCH v8 4/4] nvmem: Add DT binding documentation for Vybrid OCOTP driver

2015-08-10 Thread Srinivas Kandagatla
On 10/08/15 15:11, Sanchayan Maity wrote: Add the devicetree bindings for the Freescale Vybrid On-Chip OTP driver. Signed-off-by: Sanchayan Maity maitysancha...@gmail.com --- .../devicetree/bindings/nvmem/vf610-ocotp.txt | 21 + 1 file changed, 21 insertions(+)

Re: [PATCH] Update NX crypto driver maintainers and adding VMX maintainers

2015-08-10 Thread Herbert Xu
On Sat, Aug 08, 2015 at 06:29:27PM -0300, Leonidas S. Barbosa wrote: Marcelo and Fin are no long IBMers, thus no longer NX maintainers. Updating with the new names. Adding VMX crypto maintainers. Signed-off-by: Leonidas S. Barbosa leosi...@linux.vnet.ibm.com Applied. -- Email: Herbert Xu

Re: [PATCH] crypto: doc - make URL into hyperlink

2015-08-10 Thread Herbert Xu
On Thu, Aug 06, 2015 at 02:49:00PM -0700, Brian Norris wrote: The HTML output works a little nicer that way. Signed-off-by: Brian Norris computersforpe...@gmail.com Applied. -- Email: Herbert Xu herb...@gondor.apana.org.au Home Page: http://gondor.apana.org.au/~herbert/ PGP Key:

Re: [PATCH 0/6] staging: android: allow building some drivers as a module

2015-08-10 Thread Greg Kroah-Hartman
On Mon, Aug 10, 2015 at 09:24:15AM +0300, Mike Rapoport wrote: Hi, These patches enable building of timed_gpio, sync* and ashmem as a module Why do you want to do this? Does it ever make sense to do this type of thing for your kernel? What does changing these to modules enable you to do

Re: [PATCH RFC V9 2/3] perf,tools: per-event callgraph support

2015-08-10 Thread Arnaldo Carvalho de Melo
Em Mon, Aug 10, 2015 at 12:56:04PM +, Liang, Kan escreveu: Em Fri, Aug 07, 2015 at 12:38:43PM -0300, Arnaldo Carvalho de Melo escreveu: [root@zoo ~]# perf report --header-only # cmdline : /home/acme/bin/perf record -e {cpu/cpu-cycles,call-

Re: [PATCH 1/2] mfd: s2mps11: Add manual shutdown method for Odroid XU3

2015-08-10 Thread Lee Jones
On Mon, 03 Aug 2015, Krzysztof Kozlowski wrote: On Odroid XU3 board (with S2MPS11 PMIC) the PWRHOLD bit in CTRL1 register must be manually set to 0 before initiating power off sequence. One of usual power down methods for Exynos based devices looks like: 1. PWRHOLD pin of PMIC is connected

Re: [PATCH 9/9] drm: bridge/dw_hdmi-i2s-audio: add audio driver

2015-08-10 Thread Russell King - ARM Linux
On Sat, Aug 08, 2015 at 05:10:47PM +0100, Russell King wrote: From: Yakir Yang y...@rock-chips.com Add ALSA based HDMI I2S audio driver for dw_hdmi. Sound card driver could connect to this codec through the codec dai name dw-hdmi-i2s-audio. [Fixed IRQ name, MODULE_DESCRIPTION,

Re: [PATCH v2] ARM: VDSO: fix coarse clock monotonicity regression

2015-08-10 Thread Will Deacon
On Mon, Aug 10, 2015 at 04:46:32PM +0100, Nathan Lynch wrote: Since 906c55579a63 (timekeeping: Copy the shadow-timekeeper over the real timekeeper last) it has become possible on ARM to: - Obtain a CLOCK_MONOTONIC_COARSE or CLOCK_REALTIME_COARSE timestamp via syscall. - Subsequently

Re: [PATCH 1/1] mfd: core: propagate device properties to sub devices drivers

2015-08-10 Thread Andy Shevchenko
On Mon, 2015-08-10 at 16:51 +0100, Lee Jones wrote: On Wed, 05 Aug 2015, Andy Shevchenko wrote: In the similar way like we do for the platform data we propagate the device properties. For example, in case of Intel LPSS drivers we may provide a specific property to tell the actual

Re: [PATCH v5 01/11] block: make generic_make_request handle arbitrarily sized bios

2015-08-10 Thread Ming Lin
On Mon, 2015-08-10 at 09:14 -0700, Ming Lin wrote: On Mon, 2015-08-10 at 11:02 -0400, Mike Snitzer wrote: On Sun, Aug 09 2015 at 3:18am -0400, Ming Lin m...@kernel.org wrote: On Sun, 2015-08-09 at 00:01 -0700, Christoph Hellwig wrote: On Sat, Aug 08, 2015 at 11:55:47PM -0700, Ming

Re: X-Gene: Unhandled fault: synchronous external abort in pci_generic_config_read32

2015-08-10 Thread Bjorn Helgaas
On Fri, Jul 31, 2015 at 12:00 PM, Duc Dang dhd...@apm.com wrote: On Wed, Jul 29, 2015 at 8:55 AM, Bjorn Helgaas bhelg...@google.com wrote: On Tue, Jul 28, 2015 at 08:22:55PM -0500, Bjorn Helgaas wrote: On Tue, Jul 28, 2015 at 02:50:39PM -0700, Duc Dang wrote: Do you have another PCIe card to

Re: regression introduced by block: Add support for DAX reads/writes to block devices

2015-08-10 Thread Linda Knippers
On 8/9/2015 4:52 AM, Boaz Harrosh wrote: On 08/06/2015 11:34 PM, Dave Chinner wrote: On Thu, Aug 06, 2015 at 10:52:47AM +0300, Boaz Harrosh wrote: On 08/06/2015 06:24 AM, Dave Chinner wrote: On Wed, Aug 05, 2015 at 09:42:54PM -0400, Linda Knippers wrote: On 08/05/2015 06:01 PM, Dave Chinner

Re: [Bugfix] x86, irq: Fix a regression caused by commit b5dc8e6c21e7

2015-08-10 Thread Rustad, Mark D
Gerry, On Aug 9, 2015, at 1:15 AM, Jiang Liu jiang@linux.intel.com wrote: Alex Deucher, Mark Rustad and Alexander Holler reported a regression with the latest v4.2-rc4 kernel, which breaks some SATA controllers. With multi-MSI capable SATA controllers, only the first port works, all

Re: [PATCH] ipc,sem: fix use after free on IPC_RMID after a task using same semaphore set exits

2015-08-10 Thread Herton R. Krzesinski
On Sun, Aug 09, 2015 at 07:49:08PM +0200, Manfred Spraul wrote: Hi Herton, (snip) +++ b/ipc/sem.c @@ -2074,17 +2074,24 @@ void exit_sem(struct task_struct *tsk) rcu_read_lock(); un = list_entry_rcu(ulp-list_proc.next, struct

[PATCH tip/core/rcu] Silence lockdep false positive for expedited grace periods

2015-08-10 Thread Paul E. McKenney
In a CONFIG_PREEMPT=y kernel, synchronize_rcu_expedited() acquires the -exp_funnel_mutex in rcu_preempt_state, then invokes synchronize_sched_expedited, which acquires the -exp_funnel_mutex in rcu_sched_state. There can be no deadlock because rcu_preempt_state -exp_funnel_mutex acquisition always

Re: [PATCHv1 bluetooth-next] cc2520: set the default fifo pin value from platform data

2015-08-10 Thread Varka Bhadram
Yup... :-) Your name in the From (LIYONG) address is different from SOB (Yong Li) address. It should be same, please fix your email-client. On 08/10/2015 12:59 PM, LIYONG wrote: In case of the device tree support is disabled, the fifo_pin is uninitialized, this patch will set the fifo_pin

[PATCH v2] ARM: VDSO: fix coarse clock monotonicity regression

2015-08-10 Thread Nathan Lynch
Since 906c55579a63 (timekeeping: Copy the shadow-timekeeper over the real timekeeper last) it has become possible on ARM to: - Obtain a CLOCK_MONOTONIC_COARSE or CLOCK_REALTIME_COARSE timestamp via syscall. - Subsequently obtain a timestamp for the same clock ID via VDSO which predates the

Re: [PATCH v2 00/11] gpio: Allow compile test of GPIO consumers if !GPIOLIB

2015-08-10 Thread Johannes Berg
On Sun, 2015-08-02 at 11:07 +0200, Geert Uytterhoeven wrote: Thanks for applying! Did you expect the series to get applied somewhere (GPIO tree, if there's such a thing?), or the single patches to go through the relevant other trees? Fine with me either way, but it'd be good to know so we

[PATCH] net/fddi:change HWM_REVERSE() macro

2015-08-10 Thread yalin wang
change HWM_REVERSE() macro to generic le32_to_cpu() Signed-off-by: yalin wang yalin.wang2...@gmail.com --- drivers/net/fddi/skfp/h/hwmtm.h | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/drivers/net/fddi/skfp/h/hwmtm.h b/drivers/net/fddi/skfp/h/hwmtm.h index

[PATCH 2/2] rtc: at91sam9: remove useless include

2015-08-10 Thread Alexandre Belloni
Definitions from linux/platform_data/atmel.h are not used, remove the include. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- drivers/rtc/rtc-at91sam9.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/rtc/rtc-at91sam9.c b/drivers/rtc/rtc-at91sam9.c index

[PATCH 1/2] rtc: at91sam9: include linux/of.h

2015-08-10 Thread Alexandre Belloni
This driver is using device tree but is not including of.h Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- drivers/rtc/rtc-at91sam9.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/rtc/rtc-at91sam9.c b/drivers/rtc/rtc-at91sam9.c index

[ANNOUNCE] 3.18.18-rt16

2015-08-10 Thread Steven Rostedt
Dear RT Folks, I'm pleased to announce the 3.18.18-rt16 stable release. You can get this release via the git tree at: git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git branch: v3.18-rt Head SHA1: b628ab744a38ced6fbb48d6d3d32303782daf141 Or to build 3.18.18-rt16

[ANNOUNCE] 3.14.48-rt49

2015-08-10 Thread Steven Rostedt
Dear RT Folks, I'm pleased to announce the 3.14.48-rt49 stable release. You can get this release via the git tree at: git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git branch: v3.14-rt Head SHA1: 30bcf7e47d9cbce6a4fa058b34f3490183579f20 Or to build 3.14.48-rt49

[ANNOUNCE] 3.4.108-rt136

2015-08-10 Thread Steven Rostedt
Dear RT Folks, I'm pleased to announce the 3.4.108-rt136 stable release. You can get this release via the git tree at: git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git branch: v3.4-rt Head SHA1: 32c06eee4342e13020d746cd4f925bc3398f9b6f Or to build 3.4.108-rt136

[ANNOUNCE] 3.2.69-rt102

2015-08-10 Thread Steven Rostedt
Dear RT Folks, I'm pleased to announce the 3.2.69-rt102 stable release. You can get this release via the git tree at: git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git branch: v3.2-rt Head SHA1: dbb2e1a6dca97185b5127eed3d5e2e2f47f86a1f Or to build 3.2.69-rt102

[ANNOUNCE] 3.10.84-rt92

2015-08-10 Thread Steven Rostedt
Dear RT Folks, I'm pleased to announce the 3.10.84-rt92 stable release. You can get this release via the git tree at: git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git branch: v3.10-rt Head SHA1: 5fba66d543ed031e3cb94088db58372ed92b5d51 Or to build 3.10.84-rt92

Re: [PATCH RFC RFT 3/3] clk: introduce CLK_ENABLE_HAND_OFF flag

2015-08-10 Thread Lee Jones
On Fri, 07 Aug 2015, Michael Turquette wrote: Some clocks are critical to system operation (e.g. cpu, memory, etc) and should not be gated until a driver that knows best claims such a clock and expressly gates that clock through the normal clk.h api. The typical way to handle this is for

Re: [PATCH v5 01/11] block: make generic_make_request handle arbitrarily sized bios

2015-08-10 Thread Mike Snitzer
On Sun, Aug 09 2015 at 3:18am -0400, Ming Lin m...@kernel.org wrote: On Sun, 2015-08-09 at 00:01 -0700, Christoph Hellwig wrote: On Sat, Aug 08, 2015 at 11:55:47PM -0700, Ming Lin wrote: Will change it to MAX_BIO_SECTORS. May I add your ACK? Yes, please go ahead. Thanks. I'll

Re: [RFCv5 PATCH 41/46] sched/fair: add triggers for OPP change requests

2015-08-10 Thread Vincent Guittot
On 10 August 2015 at 15:43, Juri Lelli juri.le...@arm.com wrote: Hi Vincent, On 04/08/15 14:41, Vincent Guittot wrote: Hi Juri, On 7 July 2015 at 20:24, Morten Rasmussen morten.rasmus...@arm.com wrote: From: Juri Lelli juri.le...@arm.com Each time a task is {en,de}queued we might

[PATCH] staging: lustre: lustre: llite: Added a new line after declaration

2015-08-10 Thread Aparna Karuthodi
Added a new line to fix a coding style error no space after declaration detected by checkpatch. Signed-off-by: Aparna Karuthodi kdasapa...@gmail.com --- drivers/staging/lustre/lustre/llite/llite_capa.c |1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH v2 1/2] perf hists browser: Support horizontal scrolling with '' and '' key

2015-08-10 Thread Arnaldo Carvalho de Melo
Em Sun, Aug 09, 2015 at 01:21:39PM +0200, Jiri Olsa escreveu: On Sun, Aug 09, 2015 at 07:35:42PM +0900, Namhyung Kim wrote: Hi Jiri, On Sun, Aug 09, 2015 at 11:30:24AM +0200, Jiri Olsa wrote: On Sun, Aug 09, 2015 at 05:21:01PM +0900, Namhyung Kim wrote: Currently perf TUI report

[PATCH 1/3] thermal: power_allocator: relax the requirement of a sustainable_power in tzp

2015-08-10 Thread Javi Merino
The power allocator governor currently requires that a sustainable power is passed as part of the thermal zone's thermal zone parameters. If that parameter is not provided, it doesn't register with the thermal zone. While this parameter is strongly recommended for optimal performance, it doesn't

[PATCH 2/3] thermal: power_allocator: relax the requirement of two passive trip points

2015-08-10 Thread Javi Merino
The power allocator governor currently requires that the thermal zone has at least two passive trip points. If there aren't, the governor refuses to bind to the thermal zone. This commit relaxes that requirement. Now the governor will bind to all thermal zones regardless of how many trip points

[PATCH 3/3] thermal: power_allocator: exit early if there are no cooling devices

2015-08-10 Thread Javi Merino
Don't waste cycles in the power allocator governor's throttle function if there are no cooling devices and exit early. This commit doesn't change any functionality, but should provide better performance for the odd case of a thermal zone with trip points but without cooling devices. ---

Re: [PATCH] perf, tools, report: Add support for srcfile sort key

2015-08-10 Thread Arnaldo Carvalho de Melo
Em Sun, Aug 09, 2015 at 12:30:49PM +0900, Namhyung Kim escreveu: Hi Andi, On Sat, Aug 08, 2015 at 04:27:35AM +0200, Andi Kleen wrote: On Fri, Aug 07, 2015 at 09:02:15PM -0300, Arnaldo Carvalho de Melo wrote: Em Fri, Aug 07, 2015 at 08:51:45PM -0300, Arnaldo Carvalho de Melo escreveu:

Re: [PATCH 3.2 000/110] 3.2.71-rc1 review

2015-08-10 Thread Guenter Roeck
On 08/10/2015 03:12 AM, Ben Hutchings wrote: This is the start of the stable review cycle for the 3.2.71 release. There are 110 patches in this series, which will be posted as responses to this one. If anyone has any issues with these being applied, please let me know. Responses should be made

Re: [PATCH 0/3] mfd: ChromeOS EC Kconfig dependency cleanup

2015-08-10 Thread Lee Jones
On Fri, 07 Aug 2015, Javier Martinez Canillas wrote: On Thu, Jun 25, 2015 at 2:20 AM, Javier Martinez Canillas javier.marti...@collabora.co.uk wrote: This is a trivial series that do some changes to the dependency for the ChromeOS EC drivers Kconfig symbols. The patches are on top of

Re: [PATCH 0/3] mfd: ChromeOS EC Kconfig dependency cleanup

2015-08-10 Thread Javier Martinez Canillas
Hello Lee, On Mon, Aug 10, 2015 at 6:13 PM, Lee Jones lee.jo...@linaro.org wrote: On Mon, 10 Aug 2015, Lee Jones wrote: On Fri, 07 Aug 2015, Javier Martinez Canillas wrote: [snip] Do you know what happened with this patches? I see 3/3 in linux-next but no 1/3 and 2/3. No idea why

Fw: Re: Linux Plumbers funding to go? / two minconf's

2015-08-10 Thread Paul E. McKenney
On Thu, Aug 06, 2015 at 05:39:28PM +0200, Jesper Dangaard Brouer wrote: Specifically for Paul: I would like to discuss with you Paul how we can speed up RCU object freeing, by using my new SLAB/slub bulk API[*]. The delayed free by RCU cause us to hit the slub slowpath... I'm hoping to speedup

Re: [PATCH V10] fixup! audit: add audit by children of executable path

2015-08-10 Thread Richard Guy Briggs
On 15/08/10, Paul Moore wrote: On Saturday, August 08, 2015 10:23:48 AM Richard Guy Briggs wrote: Adding C=1 CF=-D__CHECK_ENDIAN__ to enable sparse warnings identified a warning with the [PATCH V9 3/3] audit: add audit by children of executable path patch posted a couple of days ago

[PATCH] video: fbdev: atmel_lcdfb: remove useless include

2015-08-10 Thread Alexandre Belloni
Definitions from linux/platform_data/atmel.h are not used, remove the include. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- drivers/video/fbdev/atmel_lcdfb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/fbdev/atmel_lcdfb.c

Re: [PATCH net-next v3 0/8] net: dsa: mv88e6xxx: support switchdev FDB objects

2015-08-10 Thread Vivien Didelot
Hi Andrew, On 15-08-10 16:11:38, Andrew Lunn wrote: On Mon, Aug 10, 2015 at 09:09:45AM -0400, Vivien Didelot wrote: This patchset refactors the FDB management in the mv88e6xxx code and adds the glue in DSA to use the switchdev FDB objects. Hi Vivien Thanks for reworking these

[PATCH] ARM: at91: remove useless includes in platform_data/atmel.h

2015-08-10 Thread Alexandre Belloni
include/linux/platform_data/atmel.h has a lot of useless includes, remove them. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- include/linux/platform_data/atmel.h | 8 1 file changed, 8 deletions(-) diff --git a/include/linux/platform_data/atmel.h

Re: [PATCH] localmodconfig: Use Kbuild files too

2015-08-10 Thread Steven Rostedt
On Sat, 8 Aug 2015 14:47:32 +0200 Richard Weinberger richard.weinber...@gmail.com wrote: On Mon, Jul 27, 2015 at 12:06 AM, Richard Weinberger rich...@nod.at wrote: In kbuild it is allowed to define objects in files named Makefile and Kbuild. Currently localmodconfig reads objects only from

[PATCH, RFC 2/2] dax: use range_lock instead of i_mmap_lock

2015-08-10 Thread Kirill A. Shutemov
As we don't have struct pages for DAX memory, Matthew had to find an replacement for lock_page() to avoid fault vs. truncate races. i_mmap_lock was used for that. Recently, Matthew had to convert locking to exclusive to address fault vs. fault races. And this kills scalability completely. The

Re: [PATCH] staging: wilc100: Remove pointer and integer comparision

2015-08-10 Thread Chandra Gorentla
On Mon, Aug 10, 2015 at 12:39:43PM +0300, Dan Carpenter wrote: On Sun, Aug 09, 2015 at 08:50:02PM +0530, Chandra S Gorentla wrote: Removed pointer check with integer; this fixes 'sparse' error - error: incompatible types for operation () left side has type unsigned char [usertype]

Re: [PATCH 07/10] sched: Migrate sched to use new tick dependency mask model

2015-08-10 Thread Frederic Weisbecker
On Mon, Aug 10, 2015 at 05:11:51PM +0200, Peter Zijlstra wrote: On Mon, Aug 10, 2015 at 04:28:47PM +0200, Peter Zijlstra wrote: On Mon, Aug 10, 2015 at 04:16:58PM +0200, Frederic Weisbecker wrote: I considered many times relying on hrtick btw but everyone seem to say it has a lot

Re: [PATCH 3/8][v2]usb:fsl:otg: Add support to add/remove usb host driver

2015-08-10 Thread Fabio Estevam
On Mon, Aug 10, 2015 at 12:35 PM, Ramneek Mehresh ramneek.mehr...@freescale.com wrote: Understood...let me check this once again. Thanks. Why don't use the chipidea driver instead? -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

[PATCH 0/3] Let the power allocator thermal governor run on any thermal zone

2015-08-10 Thread Javi Merino
Relax the thermal governor requirements of sustainable_power and at least two trip points so that it can be bound to any thermal zone. Its behavior won't be optimal, it would be the best it can with the data provided. Javi Merino (3): thermal: power_allocator: relax the requirement of a

Re: [PATCH 0/3] mfd: ChromeOS EC Kconfig dependency cleanup

2015-08-10 Thread Lee Jones
On Mon, 10 Aug 2015, Lee Jones wrote: On Fri, 07 Aug 2015, Javier Martinez Canillas wrote: On Thu, Jun 25, 2015 at 2:20 AM, Javier Martinez Canillas javier.marti...@collabora.co.uk wrote: This is a trivial series that do some changes to the dependency for the ChromeOS EC drivers

Re: [PATCH v5 01/11] block: make generic_make_request handle arbitrarily sized bios

2015-08-10 Thread Ming Lin
On Mon, 2015-08-10 at 11:02 -0400, Mike Snitzer wrote: On Sun, Aug 09 2015 at 3:18am -0400, Ming Lin m...@kernel.org wrote: On Sun, 2015-08-09 at 00:01 -0700, Christoph Hellwig wrote: On Sat, Aug 08, 2015 at 11:55:47PM -0700, Ming Lin wrote: Will change it to MAX_BIO_SECTORS. May

Re: [PATCH V10] fixup: audit: implement audit by executable

2015-08-10 Thread Paul Moore
On Saturday, August 08, 2015 10:20:25 AM Richard Guy Briggs wrote: diff --git a/kernel/audit_watch.c b/kernel/audit_watch.c index 1255dbf..656c7e9 100644 --- a/kernel/audit_watch.c +++ b/kernel/audit_watch.c @@ -540,8 +540,14 @@ int audit_dupe_exe(struct audit_krule *new, struct audit_krule

Re: [PATCH v2 00/11] gpio: Allow compile test of GPIO consumers if !GPIOLIB

2015-08-10 Thread Peter Huewe
Am 10. August 2015 18:23:52 MESZ, schrieb Geert Uytterhoeven ge...@linux-m68k.org: I'd like the individual subsystem maintainers to apply the respective patches. Sorry for being unclear. Okay, thanks for the clarification. I'll apply the TPM patch. Peter -- Sent from my mobile -- To

Re: [PATCH v9 6/6] block: loop: support DIO AIO

2015-08-10 Thread Ming Lei
On Mon, Aug 10, 2015 at 4:08 AM, Christoph Hellwig h...@infradead.org wrote: On Sun, Aug 09, 2015 at 10:50:41PM -0400, Ming Lei wrote: Christoph, could you share your idea again about this approch? If you still don't think it is good to switch between buffered I/O and direct I/O, I will not

Re: [PATCH 9/9] drm: bridge/dw_hdmi-i2s-audio: add audio driver

2015-08-10 Thread Yakir Yang
Hi Russell, 在 2015/8/10 23:48, Russell King - ARM Linux 写道: On Sat, Aug 08, 2015 at 05:10:47PM +0100, Russell King wrote: From: Yakir Yang y...@rock-chips.com Add ALSA based HDMI I2S audio driver for dw_hdmi. Sound card driver could connect to this codec through the codec dai name

Re: [PATCH 3/4] firmware: fold successful fw read early

2015-08-10 Thread Luis R. Rodriguez
On Sun, Aug 9, 2015 at 6:29 AM, Ming Lei ming@canonical.com wrote: On Tue, Aug 4, 2015 at 6:00 PM, Luis R. Rodriguez mcg...@do-not-panic.com wrote: From: David Howells dhowe...@redhat.com We'll be folding in some more checks on fw_read_file_contents(), this will make the success case

Re: [Bugfix] x86, irq: Fix a regression caused by commit b5dc8e6c21e7

2015-08-10 Thread Alex Deucher
On Sun, Aug 9, 2015 at 4:15 AM, Jiang Liu jiang@linux.intel.com wrote: Alex Deucher, Mark Rustad and Alexander Holler reported a regression with the latest v4.2-rc4 kernel, which breaks some SATA controllers. With multi-MSI capable SATA controllers, only the first port works, all other

Re: [PATCH 0/4] change sb_writers to use percpu_rw_semaphore

2015-08-10 Thread Jan Kara
Hello, On Fri 07-08-15 21:55:52, Oleg Nesterov wrote: I'll try to re-check/re-test, but so far I think that this and the previous series are correct. However 3/4 from the previous series (attached at the end just in case) uncovers (I think) some problems in xfs locking. What should I do

[PATCH, RFC 0/2] Recover some scalability for DAX

2015-08-10 Thread Kirill A. Shutemov
Hi all, Currently, i_mmap_lock is huge bottleneck for DAX scalability as we use in place of lock_page(). This patchset tries to recover some scalability by introducing per-mapping range-lock. The range-lock itself is implemented by Jan Kara on top of interval tree. It looks not so cheap, by

[PATCH, RFC 1/2] lib: Implement range locks

2015-08-10 Thread Kirill A. Shutemov
From: Jan Kara j...@suse.cz Implement range locking using interval tree. Signed-off-by: Jan Kara j...@suse.cz Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com --- drivers/gpu/drm/Kconfig | 1 - drivers/gpu/drm/i915/Kconfig | 1 - include/linux/range_lock.h | 51

Re: [PATCH] KVM: x86: zero IDT limit on entry to SMM

2015-08-10 Thread Radim Krčmář
2015-08-07 12:54+0200, Paolo Bonzini: The recent BlackHat 2015 presentation The Memory Sinkhole mentions that the IDT limit is zeroed on entry to SMM. Slide 64 of

Re: [PATCH 1/2] perf record: Support per-event freq term

2015-08-10 Thread Arnaldo Carvalho de Melo
Em Sun, Aug 09, 2015 at 11:34:11AM +0200, Jiri Olsa escreveu: On Sun, Aug 09, 2015 at 03:45:23PM +0900, Namhyung Kim wrote: Now perf can set per-event value of time and (sampling) period. But I guess most users like me just want to set frequency rather than period. So add the 'freq' term

Re: [Xen-devel] [PATCH RFC v2 0/5] Multi-queue support for xen-blkfront and xen-blkback

2015-08-10 Thread Jens Axboe
On 08/10/2015 05:03 AM, Rafal Mielniczuk wrote: On 01/07/15 04:03, Jens Axboe wrote: On 06/30/2015 08:21 AM, Marcus Granado wrote: Hi, Our measurements for the multiqueue patch indicate a clear improvement in iops when more queues are used. The measurements were obtained under the following

Re: [PATCH v2] backlight: pm8941-wled: Move PM8941 WLED driver to backlight

2015-08-10 Thread Lee Jones
On Tue, 21 Jul 2015, Bjorn Andersson wrote: The Qualcomm PM8941 WLED block is used for backlight and should therefor be in the backlight framework and not in the LED framework. This moves the driver and adapts to the backlight api instead. Acked-by: Jacek Anaszewski j.anaszew...@samsung.com

[PATCH] mwl8k: refactor some conditionals for clarity

2015-08-10 Thread John W. Linville
CC [M] drivers/net/wireless/mwl8k.o drivers/net/wireless/mwl8k.c: In function ‘mwl8k_bss_info_changed’: drivers/net/wireless/mwl8k.c:3290:2: warning: ‘ap_mcs_rates’ may be used uninitialized in this function [-Wmaybe-uninitialized] memcpy(cmd-mcs_set, mcs_rates, 16); ^

Re: [PATCH v5 01/11] block: make generic_make_request handle arbitrarily sized bios

2015-08-10 Thread Martin K. Petersen
Mike == Mike Snitzer snit...@redhat.com writes: Mike Shouldn't we also be using MAX_BIO_SECTORS in Mike blkdev_issue_write_same (instead of UINT_MAX 9)? The granularity of WRITE SAME is always 1 logical block and there is no reason to round it down to the next power of two. +/* + * Ensure

Re: [PATCH] staging: wilc100: Remove pointer and integer comparision

2015-08-10 Thread Dan Carpenter
On Mon, Aug 10, 2015 at 08:59:43PM +0530, Chandra Gorentla wrote: I agree with your suggestion that we need to take a broader look. Please help in understanding how does that broader look is suggesting that the patch is not addressing a right problem. The gcc version I am using is - 4.8.2.

Re: [PATCH 1/9] drm: bridge/dw_hdmi-ahb-audio: add audio driver

2015-08-10 Thread Russell King - ARM Linux
On Mon, Aug 10, 2015 at 02:23:07PM +0200, Takashi Iwai wrote: I admit that alsa-lib code is very horrible to follow -- but I guess the change you'd need for iec958 plugin would be fairly small. We can add a config option and let iec958 behaving slightly differently depending on it. Yes, but

  1   2   3   4   5   6   7   8   9   10   >