Re: [RFC PATCH v7 1/7] Restartable sequences system call

2016-08-10 Thread Andy Lutomirski
On Wed, Aug 10, 2016 at 1:06 PM, Mathieu Desnoyers wrote: > - On Aug 10, 2016, at 3:16 PM, Andy Lutomirski l...@amacapital.net wrote: > >> On Wed, Aug 10, 2016 at 12:04 PM, Mathieu Desnoyers >> wrote: >>> - On Aug 10, 2016, at 4:10 AM, Andy Lutomirski l...@amacapital.net >>> wrote: >>>

Re: [RFC PATCH 3/3] Documentation: exclude media documentation from pdf generation

2016-08-10 Thread Luis R. Rodriguez
On Wed, Aug 10, 2016 at 06:54:09PM +0300, Jani Nikula wrote: > Although pdflatex is more robust than rst2pdf, building media > documentation pdf still fails. Exclude media documentation from pdf > generation for now. > > Signed-off-by: Jani Nikula > --- > Documentation/conf.py | 4 +++- > 1

Re: [PATCH V3 2/2] perf/x86/intel/uncore: add enable_box for client msr uncore

2016-08-10 Thread Ingo Molnar
* kan.li...@intel.com wrote: > From: Kan Liang > > PERF_GLOBAL_CTL could be cleared after Package C7. This patch tries to > workaround this issue by re-enable PERF_GLOBAL_CTL in enable_box. > The workaround does not cover all cases. It helps for new events after > returning from C7. > There

Re: [PATCH v2 0/4] remove unnecessary IPI reading uncore events

2016-08-10 Thread Nilay Vaish
On 6 August 2016 at 22:12, David Carrillo-Cisneros wrote: > This patch series adds a new flag to the struct perf_event > (and a flag field to store it) to allow a PMU to tag a CPU or > cgroup event as readable from any CPU in the same package and not > just the CPU where the is currently active.

Re: [PATCH v2 1/1] blk-mq: fix hang caused by freeze/unfreeze sequence

2016-08-10 Thread Roman Penyaev
Hi, On Wed, Aug 10, 2016 at 5:55 AM, Tejun Heo wrote: > Hello, > > On Mon, Aug 08, 2016 at 01:39:08PM +0200, Roman Pen wrote: >> Long time ago there was a similar fix proposed by Akinobu Mita[1], >> but it seems that time everyone decided to fix this subtle race in >> percpu-refcount and Tejun

Applied "regulator: tps65218: do not disable DCDC3 during poweroff on broken PMICs" to the regulator tree

2016-08-10 Thread Mark Brown
The patch regulator: tps65218: do not disable DCDC3 during poweroff on broken PMICs has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually

Re: [PATCH v12] acpi, apei, arm64: APEI initial support for aarch64.

2016-08-10 Thread Fu Wei
Hi Borislav, On 10 August 2016 at 19:10, Borislav Petkov wrote: > On Wed, Aug 10, 2016 at 07:01:05PM +0800, Fu Wei wrote: >> - if (!acpi_disable_cmcff) >> - apei_hest_parse(hest_parse_cmc, NULL); >> + rc =apei_hest_parse(hest_parse_cmc, NULL); >> + if (rc) >> + goto err; >> >> if

Re: [RFC PATCH 0/3] Documentation: switch to pdflatex and fix pdf build

2016-08-10 Thread Luis R. Rodriguez
On Wed, Aug 10, 2016 at 06:54:06PM +0300, Jani Nikula wrote: > Hi Luis, all - > > With these you should be able to get started with pdf generation. It's a > quick transition to pdflatex, the patches are not very pretty, but the > pdf output is. Patch 3/3 works as an example where to add your

Re: [PATCH] FUSE: add the async option for the flush/release operation

2016-08-10 Thread Miklos Szeredi
On Wed, Aug 10, 2016 at 5:26 AM, Enke Chen wrote: > Hi, Miklos: > > This patch adds the async option for the flush/release operation in FUSE. > > The async flush/release option allows a FUSE-based application to be > terminated > without being blocked in the flush/release

Re: [PATCH v12] acpi, apei, arm64: APEI initial support for aarch64.

2016-08-10 Thread Fu Wei
Hi Borislav, On 10 August 2016 at 19:10, Borislav Petkov wrote: > On Wed, Aug 10, 2016 at 07:01:05PM +0800, Fu Wei wrote: >> - if (!acpi_disable_cmcff) >> - apei_hest_parse(hest_parse_cmc, NULL); >> + rc =apei_hest_parse(hest_parse_cmc, NULL); >> + if (rc) >> + goto err; >> >> if

Re: [RFC PATCH 0/3] Documentation: switch to pdflatex and fix pdf build

2016-08-10 Thread Luis R. Rodriguez
On Wed, Aug 10, 2016 at 06:54:06PM +0300, Jani Nikula wrote: > Hi Luis, all - > > With these you should be able to get started with pdf generation. It's a > quick transition to pdflatex, the patches are not very pretty, but the > pdf output is. Patch 3/3 works as an example where to add your

Re: [PATCH] FUSE: add the async option for the flush/release operation

2016-08-10 Thread Miklos Szeredi
On Wed, Aug 10, 2016 at 5:26 AM, Enke Chen wrote: > Hi, Miklos: > > This patch adds the async option for the flush/release operation in FUSE. > > The async flush/release option allows a FUSE-based application to be > terminated > without being blocked in the flush/release operation even in the

Re: [PATCH 2/2] remoteproc: core: Rework obtaining a rproc from a DT phandle

2016-08-10 Thread Santosh Shilimkar
+Suman, On 8/10/2016 10:15 AM, Bjorn Andersson wrote: On Tue 19 Jul 08:49 PDT 2016, Lee Jones wrote: In this patch we; - Use a subsystem generic phandle to obtain an rproc - We have to support TI's bespoke version for the time being - Convert wkup_m3_ipc driver to new API - Rename the

Re: [PATCH v2] usb: core: Add runtime resume checking in choose_wakeup()

2016-08-10 Thread Alan Stern
On Wed, 10 Aug 2016, Baolin Wang wrote: > Considering strict power management for mobile device, we should also power > off the usb controller if there are no slaves attached even though it is usb > host function, but it will meet usb device resume failure in below situation. > > Suppose that no

Re: [PATCH v14 06/14] arch/x86: enable task isolation functionality

2016-08-10 Thread Andy Lutomirski
On Wed, Aug 10, 2016 at 12:40 PM, Chris Metcalf wrote: > On 8/10/2016 3:17 PM, Andy Lutomirski wrote: >> >> On Aug 10, 2016 5:30 PM, "Chris Metcalf" wrote: >>> >>> On 8/10/2016 3:52 AM, Andy Lutomirski wrote: On Aug 9, 2016 11:30 PM, "Chris

[PATCH 1/2] ARM: dts: da850-lcdk: Audio support via simple-card

2016-08-10 Thread Karl Beldan
The LCDK embeds a TLV320AIC3106 connected to the SoC McASP for analog audio. This relies on the 'dummy' regulator as the codec is always on. Quality is good with arecord -pipe- aplay on Line In/Line Out. The MIC path doesn't seem to work yet. Signed-off-by: Karl Beldan ---

Re: [Linux-ima-devel] [PATCH 1/7] ima: on soft reboot, restore the measurement list

2016-08-10 Thread Petko Manolov
On 16-08-10 14:40:13, David Laight wrote: > From: Linuxppc-dev > [mailto:linuxppc-dev-bounces+david.laight=aculab@lists.ozlabs.org] On > Behalf Of > > > > So given what you have above, you'd use something like: > > > > > > > > struct ima_kexec_hdr { > > > > u16 version; > > > >

Re: [RFC PATCH v7 1/7] Restartable sequences system call

2016-08-10 Thread Peter Zijlstra
On Tue, Aug 09, 2016 at 08:06:40PM +, Mathieu Desnoyers wrote: > > Also, do we want a comment somewhere that explains why overflow isn't a > > problem? > > I can add a comment about rseq_increment_event_counter stating: > > * Overflow of the event counter is not a problem in practice. It >

Re: [PATCH] usb: core: Add runtime resume checking

2016-08-10 Thread Baolin Wang
Hi Peter, On 10 August 2016 at 14:18, Peter Chen wrote: > On Wed, Aug 10, 2016 at 10:33:31AM +0800, Baolin Wang wrote: >> Hi Greg, >> >> On 9 August 2016 at 18:26, Greg KH wrote: >> > On Tue, Aug 09, 2016 at 05:33:33PM +0800, Baolin Wang wrote:

Re: [RFC PATCH 2/3] Documentation: switch to pdflatex for pdf generation

2016-08-10 Thread Luis R. Rodriguez
On Wed, Aug 10, 2016 at 06:54:08PM +0300, Jani Nikula wrote: > Looks like rst2pdf is not robust enough, especially for large documents. > > Use recursive make on the Sphinx generated makefile to convert latex to > pdf. The ugly detail is that pdf is generated into > Documentation/output/latex. >

Re: [PATCH 2/2] remoteproc: core: Rework obtaining a rproc from a DT phandle

2016-08-10 Thread Santosh Shilimkar
+Suman, On 8/10/2016 10:15 AM, Bjorn Andersson wrote: On Tue 19 Jul 08:49 PDT 2016, Lee Jones wrote: In this patch we; - Use a subsystem generic phandle to obtain an rproc - We have to support TI's bespoke version for the time being - Convert wkup_m3_ipc driver to new API - Rename the

Re: [PATCH v2] usb: core: Add runtime resume checking in choose_wakeup()

2016-08-10 Thread Alan Stern
On Wed, 10 Aug 2016, Baolin Wang wrote: > Considering strict power management for mobile device, we should also power > off the usb controller if there are no slaves attached even though it is usb > host function, but it will meet usb device resume failure in below situation. > > Suppose that no

Re: [PATCH v14 06/14] arch/x86: enable task isolation functionality

2016-08-10 Thread Andy Lutomirski
On Wed, Aug 10, 2016 at 12:40 PM, Chris Metcalf wrote: > On 8/10/2016 3:17 PM, Andy Lutomirski wrote: >> >> On Aug 10, 2016 5:30 PM, "Chris Metcalf" wrote: >>> >>> On 8/10/2016 3:52 AM, Andy Lutomirski wrote: On Aug 9, 2016 11:30 PM, "Chris Metcalf" wrote: @@ -91,6 +92,15 @@

[PATCH 1/2] ARM: dts: da850-lcdk: Audio support via simple-card

2016-08-10 Thread Karl Beldan
The LCDK embeds a TLV320AIC3106 connected to the SoC McASP for analog audio. This relies on the 'dummy' regulator as the codec is always on. Quality is good with arecord -pipe- aplay on Line In/Line Out. The MIC path doesn't seem to work yet. Signed-off-by: Karl Beldan ---

Re: [Linux-ima-devel] [PATCH 1/7] ima: on soft reboot, restore the measurement list

2016-08-10 Thread Petko Manolov
On 16-08-10 14:40:13, David Laight wrote: > From: Linuxppc-dev > [mailto:linuxppc-dev-bounces+david.laight=aculab@lists.ozlabs.org] On > Behalf Of > > > > So given what you have above, you'd use something like: > > > > > > > > struct ima_kexec_hdr { > > > > u16 version; > > > >

Re: [RFC PATCH v7 1/7] Restartable sequences system call

2016-08-10 Thread Peter Zijlstra
On Tue, Aug 09, 2016 at 08:06:40PM +, Mathieu Desnoyers wrote: > > Also, do we want a comment somewhere that explains why overflow isn't a > > problem? > > I can add a comment about rseq_increment_event_counter stating: > > * Overflow of the event counter is not a problem in practice. It >

Re: [PATCH] usb: core: Add runtime resume checking

2016-08-10 Thread Baolin Wang
Hi Peter, On 10 August 2016 at 14:18, Peter Chen wrote: > On Wed, Aug 10, 2016 at 10:33:31AM +0800, Baolin Wang wrote: >> Hi Greg, >> >> On 9 August 2016 at 18:26, Greg KH wrote: >> > On Tue, Aug 09, 2016 at 05:33:33PM +0800, Baolin Wang wrote: >> >> When the usb device has entered suspend

Re: [RFC PATCH 2/3] Documentation: switch to pdflatex for pdf generation

2016-08-10 Thread Luis R. Rodriguez
On Wed, Aug 10, 2016 at 06:54:08PM +0300, Jani Nikula wrote: > Looks like rst2pdf is not robust enough, especially for large documents. > > Use recursive make on the Sphinx generated makefile to convert latex to > pdf. The ugly detail is that pdf is generated into > Documentation/output/latex. >

Applied "mfd: tps65218: add version check to the PMIC probe" to the regulator tree

2016-08-10 Thread Mark Brown
The patch mfd: tps65218: add version check to the PMIC probe has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24

Re: [PATCH 1/9] remoteproc: core: Ensure error message is clear

2016-08-10 Thread Suman Anna
On 08/09/2016 01:12 PM, Lee Jones wrote: > On Tue, 09 Aug 2016, Bjorn Andersson wrote: > >> On Thu 04 Aug 02:21 PDT 2016, Lee Jones wrote: >> >>> Before this patch, the dma_alloc_coherent() failure path printed out: >>> >>> "dma_alloc_coherent err: 16760832" >>> >>> ... alluding to the Linux

Re: [PATCH] w1: fix timeout_us parameter description

2016-08-10 Thread Evgeniy Polyakov
Hi 10.08.2016, 06:22, "Wei Yongjun" : >>  08.08.2016, 16:52, "Wei Yongjun" : >>>  Fix 'timeout_us' parameter description. >>>   MODULE_PARM_DESC(timeout, "time in seconds between automatic slave >>> searches"); >>>   module_param_named(timeout_us,

Re: [PATCH] sched: Avoid that __wait_on_bit_lock() hangs

2016-08-10 Thread Bart Van Assche
On 08/10/2016 03:46 AM, Oleg Nesterov wrote: OK. Could you try another debugging patch below? diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h index e5a3244..9d5f892 100644 --- a/include/linux/page-flags.h +++ b/include/linux/page-flags.h @@ -711,6 +711,15 @@ static inline

[PATCH v2 2/2] Input: cros_ec_keyb - Stop handling interrupts directly

2016-08-10 Thread Enric Balletbo i Serra
From: Vic Yang Because events other that keyboard ones will be handled by now on by other drivers, stop directly handling interrupts and instead listen to the new notifier in the MFD driver. Signed-off-by: Vic Yang Signed-off-by: Tomeu Vizoso

Re: [PATCH v2 1/4] perf/core: check return value of perf_event_read IPI

2016-08-10 Thread Ingo Molnar
* David Carrillo-Cisneros wrote: > The call to smp_call_function_single in perf_event_read() may fail and, > when it does, its error value is the one to return. > > Signed-off-by: David Carrillo-Cisneros > Reviewed-by: Stephane Eranian

Re: [RFC PATCH v7 1/7] Restartable sequences system call

2016-08-10 Thread Mathieu Desnoyers
- On Aug 10, 2016, at 3:16 PM, Andy Lutomirski l...@amacapital.net wrote: > On Wed, Aug 10, 2016 at 12:04 PM, Mathieu Desnoyers > wrote: >> - On Aug 10, 2016, at 4:10 AM, Andy Lutomirski l...@amacapital.net wrote: >> >>> On Tue, Aug 9, 2016 at 1:06 PM,

Applied "mfd: tps65218: add version check to the PMIC probe" to the regulator tree

2016-08-10 Thread Mark Brown
The patch mfd: tps65218: add version check to the PMIC probe has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24

Re: [PATCH 1/9] remoteproc: core: Ensure error message is clear

2016-08-10 Thread Suman Anna
On 08/09/2016 01:12 PM, Lee Jones wrote: > On Tue, 09 Aug 2016, Bjorn Andersson wrote: > >> On Thu 04 Aug 02:21 PDT 2016, Lee Jones wrote: >> >>> Before this patch, the dma_alloc_coherent() failure path printed out: >>> >>> "dma_alloc_coherent err: 16760832" >>> >>> ... alluding to the Linux

Re: [PATCH] w1: fix timeout_us parameter description

2016-08-10 Thread Evgeniy Polyakov
Hi 10.08.2016, 06:22, "Wei Yongjun" : >>  08.08.2016, 16:52, "Wei Yongjun" : >>>  Fix 'timeout_us' parameter description. >>>   MODULE_PARM_DESC(timeout, "time in seconds between automatic slave >>> searches"); >>>   module_param_named(timeout_us, w1_timeout_us, int, 0); >>>  

Re: [PATCH] sched: Avoid that __wait_on_bit_lock() hangs

2016-08-10 Thread Bart Van Assche
On 08/10/2016 03:46 AM, Oleg Nesterov wrote: OK. Could you try another debugging patch below? diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h index e5a3244..9d5f892 100644 --- a/include/linux/page-flags.h +++ b/include/linux/page-flags.h @@ -711,6 +711,15 @@ static inline

[PATCH v2 2/2] Input: cros_ec_keyb - Stop handling interrupts directly

2016-08-10 Thread Enric Balletbo i Serra
From: Vic Yang Because events other that keyboard ones will be handled by now on by other drivers, stop directly handling interrupts and instead listen to the new notifier in the MFD driver. Signed-off-by: Vic Yang Signed-off-by: Tomeu Vizoso Tested-by: Enric Balletbo i Serra Acked-by:

Re: [PATCH v2 1/4] perf/core: check return value of perf_event_read IPI

2016-08-10 Thread Ingo Molnar
* David Carrillo-Cisneros wrote: > The call to smp_call_function_single in perf_event_read() may fail and, > when it does, its error value is the one to return. > > Signed-off-by: David Carrillo-Cisneros > Reviewed-by: Stephane Eranian > --- > kernel/events/core.c | 6 +++--- > 1 file

Re: [RFC PATCH v7 1/7] Restartable sequences system call

2016-08-10 Thread Mathieu Desnoyers
- On Aug 10, 2016, at 3:16 PM, Andy Lutomirski l...@amacapital.net wrote: > On Wed, Aug 10, 2016 at 12:04 PM, Mathieu Desnoyers > wrote: >> - On Aug 10, 2016, at 4:10 AM, Andy Lutomirski l...@amacapital.net wrote: >> >>> On Tue, Aug 9, 2016 at 1:06 PM, Mathieu Desnoyers >>> wrote: >> >>

Re: [PATCH 05/12] [media] dvb_frontend: merge duplicate dvb_tuner_ops.release implementations

2016-08-10 Thread Max Kellermann
On 2016/08/10 01:01, kbuild test robot <l...@intel.com> wrote: > url: > https://github.com/0day-ci/linux/commits/Max-Kellermann/rc-main-clear-rc_map-name-in-ir_free_table/20160810-054811 > base: git://linuxtv.org/media_tree.git master > config: i386-randconfig-n0-201632 (a

[PATCH v2 5/5] arm64: dts: msm8996: Add thermal zones, tsens and qfprom nodes

2016-08-10 Thread Rajendra Nayak
Add thermal zones, tsens and qfprom nodes Acked-by: Eduardo Valentin Signed-off-by: Rajendra Nayak --- arch/arm64/boot/dts/qcom/msm8996.dtsi | 92 +++ 1 file changed, 92 insertions(+) diff --git

[PATCH v2 3/5] arm: dts: apq8084: Add thermal zones, tsens and qfprom nodes

2016-08-10 Thread Rajendra Nayak
Add thermal zones, tsens and qfprom nodes Acked-by: Eduardo Valentin Signed-off-by: Rajendra Nayak --- arch/arm/boot/dts/qcom-apq8084.dtsi | 103 1 file changed, 103 insertions(+) diff --git

Re: [PATCH 05/12] [media] dvb_frontend: merge duplicate dvb_tuner_ops.release implementations

2016-08-10 Thread Max Kellermann
On 2016/08/10 01:01, kbuild test robot wrote: > url: > https://github.com/0day-ci/linux/commits/Max-Kellermann/rc-main-clear-rc_map-name-in-ir_free_table/20160810-054811 > base: git://linuxtv.org/media_tree.git master > config: i386-randconfig-n0-201632 (attached as .config) >

[PATCH v2 5/5] arm64: dts: msm8996: Add thermal zones, tsens and qfprom nodes

2016-08-10 Thread Rajendra Nayak
Add thermal zones, tsens and qfprom nodes Acked-by: Eduardo Valentin Signed-off-by: Rajendra Nayak --- arch/arm64/boot/dts/qcom/msm8996.dtsi | 92 +++ 1 file changed, 92 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi

[PATCH v2 3/5] arm: dts: apq8084: Add thermal zones, tsens and qfprom nodes

2016-08-10 Thread Rajendra Nayak
Add thermal zones, tsens and qfprom nodes Acked-by: Eduardo Valentin Signed-off-by: Rajendra Nayak --- arch/arm/boot/dts/qcom-apq8084.dtsi | 103 1 file changed, 103 insertions(+) diff --git a/arch/arm/boot/dts/qcom-apq8084.dtsi

Re: [PATCH 1/1] xilinx: check return value of class_create

2016-08-10 Thread Michal Simek
On 10.8.2016 10:08, yizhouz...@ict.ac.cn wrote: > From: Zhouyi Zhou > >return value of class_create should be considered in > module init function. > > Signed-off-by: Zhouyi Zhou > --- > drivers/char/xilinx_hwicap/xilinx_hwicap.c | 3 +++ >

Re: [REGRESSION] !PageLocked(page) assertion with tcpdump

2016-08-10 Thread Laura Abbott
On 08/10/2016 09:13 AM, Kirill A. Shutemov wrote: On Wed, Aug 10, 2016 at 07:33:38AM -0700, Laura Abbott wrote: Hi, There have been several reports[1] of assertions tripping when using tcpdump on the latest master: [ 1013.718212] device wlp2s0 entered promiscuous mode [ 1013.736003]

Re: [PATCH v2] locking/mutex: Prevent lock starvation when spinning is enabled

2016-08-10 Thread kbuild test robot
Hi Jason, [auto build test ERROR on tip/locking/core] [also build test ERROR on v4.8-rc1 next-20160809] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/2] arm: apply more __ro_after_init

2016-08-10 Thread Kees Cook
On Wed, Aug 10, 2016 at 2:43 AM, Russell King - ARM Linux wrote: > On Fri, Jun 03, 2016 at 11:40:24AM -0700, Kees Cook wrote: >> @@ -1309,16 +1309,11 @@ void __init arm_mm_memblock_reserve(void) >> * Any other function or debugging method which may touch any device _will_

Re: [PATCH v2 8/8] p54: convert to sysdata API

2016-08-10 Thread Luis R. Rodriguez
On Fri, Jun 17, 2016 at 08:35:03PM +0200, Luis R. Rodriguez wrote: > On Thu, Jun 16, 2016 at 05:09:30PM -1000, Linus Torvalds wrote: > > On Thu, Jun 16, 2016 at 3:36 PM, Luis R. Rodriguez > > wrote: > > > > > > Reason this could not wait is folks seem to want to keep extending

Re: [PATCH 1/1] xilinx: check return value of class_create

2016-08-10 Thread Michal Simek
On 10.8.2016 10:08, yizhouz...@ict.ac.cn wrote: > From: Zhouyi Zhou > >return value of class_create should be considered in > module init function. > > Signed-off-by: Zhouyi Zhou > --- > drivers/char/xilinx_hwicap/xilinx_hwicap.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff

Re: [REGRESSION] !PageLocked(page) assertion with tcpdump

2016-08-10 Thread Laura Abbott
On 08/10/2016 09:13 AM, Kirill A. Shutemov wrote: On Wed, Aug 10, 2016 at 07:33:38AM -0700, Laura Abbott wrote: Hi, There have been several reports[1] of assertions tripping when using tcpdump on the latest master: [ 1013.718212] device wlp2s0 entered promiscuous mode [ 1013.736003]

Re: [PATCH v2] locking/mutex: Prevent lock starvation when spinning is enabled

2016-08-10 Thread kbuild test robot
Hi Jason, [auto build test ERROR on tip/locking/core] [also build test ERROR on v4.8-rc1 next-20160809] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/2] arm: apply more __ro_after_init

2016-08-10 Thread Kees Cook
On Wed, Aug 10, 2016 at 2:43 AM, Russell King - ARM Linux wrote: > On Fri, Jun 03, 2016 at 11:40:24AM -0700, Kees Cook wrote: >> @@ -1309,16 +1309,11 @@ void __init arm_mm_memblock_reserve(void) >> * Any other function or debugging method which may touch any device _will_ >> * crash the

Re: [PATCH v2 8/8] p54: convert to sysdata API

2016-08-10 Thread Luis R. Rodriguez
On Fri, Jun 17, 2016 at 08:35:03PM +0200, Luis R. Rodriguez wrote: > On Thu, Jun 16, 2016 at 05:09:30PM -1000, Linus Torvalds wrote: > > On Thu, Jun 16, 2016 at 3:36 PM, Luis R. Rodriguez > > wrote: > > > > > > Reason this could not wait is folks seem to want to keep extending the > > > API, >

Re: [RFC PATCH v7 1/7] Restartable sequences system call

2016-08-10 Thread Peter Zijlstra
On Tue, Aug 09, 2016 at 10:41:47PM +, Mathieu Desnoyers wrote: > #ifdef __LP64__ > > static bool rseq_update_cpu_id_event_counter(struct task_struct *t) > { > union rseq_cpu_event u; > > u.e.cpu_id = raw_smp_processor_id(); > u.e.event_counter =

Re: [PATCH v4 5/7] arm64: dts: add Allwinner A64 SoC .dtsi

2016-08-10 Thread Rob Herring
On Mon, Aug 08, 2016 at 06:21:47PM +0100, Andre Przywara wrote: > The Allwinner A64 SoC is a low-cost chip with 4 ARM Cortex-A53 cores > and the typical tablet / TV box peripherals. > The SoC is based on the (32-bit) Allwinner H3 chip, sharing most of > the peripherals and the memory map. >

Re: [PATCH 2/4] ARM: dts: da850: Add an aemif node

2016-08-10 Thread Karl Beldan
On Wed, Aug 10, 2016 at 01:42:01PM +0530, Sekhar Nori wrote: > On Wednesday 10 August 2016 01:37 PM, Karl Beldan wrote: > > On Wed, Aug 10, 2016 at 01:32:03PM +0530, Sekhar Nori wrote: > >> On Wednesday 10 August 2016 01:18 PM, Sekhar Nori wrote: > >>> On Tuesday 09 August 2016 10:45 PM, Karl

Re: [PATCH] fb: adv7393: Use IS_ENABLED() instead of checking for built-in or module

2016-08-10 Thread Tomi Valkeinen
On 11/07/16 23:44, Javier Martinez Canillas wrote: > The IS_ENABLED() macro checks if a Kconfig symbol has been enabled either > built-in or as a module, use that macro instead of open coding the same. > > Signed-off-by: Javier Martinez Canillas > --- > >

Re: [RFC PATCH v7 1/7] Restartable sequences system call

2016-08-10 Thread Peter Zijlstra
On Tue, Aug 09, 2016 at 10:41:47PM +, Mathieu Desnoyers wrote: > #ifdef __LP64__ > > static bool rseq_update_cpu_id_event_counter(struct task_struct *t) > { > union rseq_cpu_event u; > > u.e.cpu_id = raw_smp_processor_id(); > u.e.event_counter =

Re: [PATCH v4 5/7] arm64: dts: add Allwinner A64 SoC .dtsi

2016-08-10 Thread Rob Herring
On Mon, Aug 08, 2016 at 06:21:47PM +0100, Andre Przywara wrote: > The Allwinner A64 SoC is a low-cost chip with 4 ARM Cortex-A53 cores > and the typical tablet / TV box peripherals. > The SoC is based on the (32-bit) Allwinner H3 chip, sharing most of > the peripherals and the memory map. >

Re: [PATCH 2/4] ARM: dts: da850: Add an aemif node

2016-08-10 Thread Karl Beldan
On Wed, Aug 10, 2016 at 01:42:01PM +0530, Sekhar Nori wrote: > On Wednesday 10 August 2016 01:37 PM, Karl Beldan wrote: > > On Wed, Aug 10, 2016 at 01:32:03PM +0530, Sekhar Nori wrote: > >> On Wednesday 10 August 2016 01:18 PM, Sekhar Nori wrote: > >>> On Tuesday 09 August 2016 10:45 PM, Karl

Re: [PATCH] fb: adv7393: Use IS_ENABLED() instead of checking for built-in or module

2016-08-10 Thread Tomi Valkeinen
On 11/07/16 23:44, Javier Martinez Canillas wrote: > The IS_ENABLED() macro checks if a Kconfig symbol has been enabled either > built-in or as a module, use that macro instead of open coding the same. > > Signed-off-by: Javier Martinez Canillas > --- > > drivers/video/fbdev/bfin_adv7393fb.c |

Re: [PATCH v2] locking/mutex: Prevent lock starvation when spinning is enabled

2016-08-10 Thread kbuild test robot
Hi Jason, [auto build test WARNING on tip/locking/core] [also build test WARNING on v4.8-rc1 next-20160809] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2 30/44] x86/unwind: add new unwind interface and implementations

2016-08-10 Thread Josh Poimboeuf
On Wed, Aug 10, 2016 at 12:25:11AM -0700, Andy Lutomirski wrote: > On Aug 10, 2016 2:27 AM, "Josh Poimboeuf" wrote: > > > > On Tue, Aug 09, 2016 at 06:17:41PM -0500, Nilay Vaish wrote: > > > On 4 August 2016 at 17:22, Josh Poimboeuf wrote: > > > > diff

Re: [Resend][PATCH] x86/power/64: Always create temporary identity mapping correctly

2016-08-10 Thread Rafael J. Wysocki
On Wednesday, August 10, 2016 09:50:15 AM Jiri Kosina wrote: > On Wed, 10 Aug 2016, Rafael J. Wysocki wrote: > > > For the lack of better ideas, below is a patch to try. > > > > It avoids the possible issue with the restore kernel's identity mapping > > overlap > > with restore_jump_address by

Re: [PATCH] proc: Fix timerslack_ns CAP_SYS_NICE check when adjusting self

2016-08-10 Thread Arjan van de Ven
On 8/10/2016 12:03 PM, John Stultz wrote: I wasn't entierly sure. I didn't think PR_SET_TIMERSLACK has a security hook, but looking again I now see the top-level security_task_prctl() check, so maybe not skipping it in this case would be good? the easy fix would be to add back the ptrace

Re: [RFC PATCH v7 1/7] Restartable sequences system call

2016-08-10 Thread Mathieu Desnoyers
- On Aug 3, 2016, at 2:29 PM, Chris Lameter c...@linux.com wrote: > On Tue, 26 Jul 2016, Mathieu Desnoyers wrote: > >> > What problem does this solve? >> >> It allows user-space to perform update operations on per-cpu data without >> requiring heavy-weight atomic operations. > > > This is

[PATCH v2 2/5] arm: dts: apq8064: Add thermal zones, tsens and qfprom nodes

2016-08-10 Thread Rajendra Nayak
TSENS is part of GCC, hence add TSENS properties as part of GCC node. Also add thermal zones and qfprom nodes. Update GCC bindings doc to mention the possibility of optional TSENS properties that can be part of GCC node. Acked-by: Eduardo Valentin Signed-off-by: Rajendra

Re: Making pdfdocs with sphinx - only select rst targets

2016-08-10 Thread Mauro Carvalho Chehab
Em Tue, 9 Aug 2016 18:19:14 -0700 "Luis R. Rodriguez" escreveu: > I'm excited to see the new documentation format, so I'm changing my > documentation in the pending patches I have to use it. I however > cannot generate anything other than the main > >

Re: [alsa-devel] [PATCH] ASoC: rt5659: Add mclk controls

2016-08-10 Thread Pierre-Louis Bossart
On 7/29/16 11:39 AM, Mark Brown wrote: On Fri, Jul 29, 2016 at 09:45:21PM +0530, Vinod Koul wrote: Yeah I am not aware of any plan to have clks on x86. For audio we are not going to use much. ACPI and controller w/ firmware does the job. I have added Darren, he oversee platform things so

Re: Making pdfdocs with sphinx - only select rst targets

2016-08-10 Thread Mauro Carvalho Chehab
Em Tue, 9 Aug 2016 18:19:14 -0700 "Luis R. Rodriguez" escreveu: > I'm excited to see the new documentation format, so I'm changing my > documentation in the pending patches I have to use it. I however > cannot generate anything other than the main > > Documentation/output/pdf/Kernel.pdf > >

Re: [alsa-devel] [PATCH] ASoC: rt5659: Add mclk controls

2016-08-10 Thread Pierre-Louis Bossart
On 7/29/16 11:39 AM, Mark Brown wrote: On Fri, Jul 29, 2016 at 09:45:21PM +0530, Vinod Koul wrote: Yeah I am not aware of any plan to have clks on x86. For audio we are not going to use much. ACPI and controller w/ firmware does the job. I have added Darren, he oversee platform things so

Re: [PATCH v2] locking/mutex: Prevent lock starvation when spinning is enabled

2016-08-10 Thread kbuild test robot
Hi Jason, [auto build test WARNING on tip/locking/core] [also build test WARNING on v4.8-rc1 next-20160809] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2 30/44] x86/unwind: add new unwind interface and implementations

2016-08-10 Thread Josh Poimboeuf
On Wed, Aug 10, 2016 at 12:25:11AM -0700, Andy Lutomirski wrote: > On Aug 10, 2016 2:27 AM, "Josh Poimboeuf" wrote: > > > > On Tue, Aug 09, 2016 at 06:17:41PM -0500, Nilay Vaish wrote: > > > On 4 August 2016 at 17:22, Josh Poimboeuf wrote: > > > > diff --git a/arch/x86/kernel/unwind_frame.c > >

Re: [Resend][PATCH] x86/power/64: Always create temporary identity mapping correctly

2016-08-10 Thread Rafael J. Wysocki
On Wednesday, August 10, 2016 09:50:15 AM Jiri Kosina wrote: > On Wed, 10 Aug 2016, Rafael J. Wysocki wrote: > > > For the lack of better ideas, below is a patch to try. > > > > It avoids the possible issue with the restore kernel's identity mapping > > overlap > > with restore_jump_address by

Re: [PATCH] proc: Fix timerslack_ns CAP_SYS_NICE check when adjusting self

2016-08-10 Thread Arjan van de Ven
On 8/10/2016 12:03 PM, John Stultz wrote: I wasn't entierly sure. I didn't think PR_SET_TIMERSLACK has a security hook, but looking again I now see the top-level security_task_prctl() check, so maybe not skipping it in this case would be good? the easy fix would be to add back the ptrace

Re: [RFC PATCH v7 1/7] Restartable sequences system call

2016-08-10 Thread Mathieu Desnoyers
- On Aug 3, 2016, at 2:29 PM, Chris Lameter c...@linux.com wrote: > On Tue, 26 Jul 2016, Mathieu Desnoyers wrote: > >> > What problem does this solve? >> >> It allows user-space to perform update operations on per-cpu data without >> requiring heavy-weight atomic operations. > > > This is

[PATCH v2 2/5] arm: dts: apq8064: Add thermal zones, tsens and qfprom nodes

2016-08-10 Thread Rajendra Nayak
TSENS is part of GCC, hence add TSENS properties as part of GCC node. Also add thermal zones and qfprom nodes. Update GCC bindings doc to mention the possibility of optional TSENS properties that can be part of GCC node. Acked-by: Eduardo Valentin Signed-off-by: Rajendra Nayak ---

[PATCH v5 1/3] locking/mutex: Add waiter parameter to mutex_optimistic_spin()

2016-08-10 Thread Waiman Long
This patch adds a new waiter parameter to the mutex_optimistic_spin() function to prepare it to be used by a waiter-spinner that doesn't need to go into the OSQ as there can only be one waiter-spinner which is the head of the waiting queue. Signed-off-by: Waiman Long ---

Re: [STLinux Kernel] [PATCH] i2c: don't print error when adding adapter fails

2016-08-10 Thread Patrice Chotard
On 08/09/2016 01:36 PM, Wolfram Sang wrote: > Since v4.8-rc1, the I2C core will print detailed information when adding an > I2C > adapter fails. So, drivers can skip this now. > > I am still undecided if I apply this as a single patch or break it out. But > for > reviewing, avoiding the patch

Re: [RFC PATCH v7 1/7] Restartable sequences system call

2016-08-10 Thread Peter Zijlstra
On Tue, Aug 09, 2016 at 08:06:40PM +, Mathieu Desnoyers wrote: > On Aug 3, 2016, at 9:19 AM, Peter Zijlstra pet...@infradead.org wrote: > >> +++ b/kernel/sched/core.c > >> @@ -2664,6 +2664,7 @@ prepare_task_switch(struct rq *rq, struct task_struct > >> *prev, > >> { > >>

RE: [Intel-wired-lan] e1000e: PHY cann't be initialized correctly on some I218 controllers

2016-08-10 Thread Neftin, Sasha
Hello Denis, In case this reset help you fix initialization error of I218 you can use it locally on your system. How many system with I218 encountered with initialization error on your side? Thanks, Sasha -Original Message- From: Intel-wired-lan

Re: [PATCH 3/4] perf/core: introduce PMU_EV_CAP_READ_ACTIVE_PKG

2016-08-10 Thread Nilay Vaish
On 9 August 2016 at 17:28, David Carrillo-Cisneros wrote: > Introduce the flag PMU_EV_CAP_READ_ACTIVE_PKG, useful for uncore events, > that allows a PMU to signal the generic perf code that an event is readable > in the current CPU if the event is active in a CPU in the same

[PATCH v2 1/5] arm: dts: msm8974: Add thermal zones, tsens and qfprom nodes

2016-08-10 Thread Rajendra Nayak
Add thermal zones, tsens and qfprom nodes Acked-by: Eduardo Valentin Signed-off-by: Rajendra Nayak --- arch/arm/boot/dts/qcom-msm8974.dtsi | 103 1 file changed, 103 insertions(+) diff --git

[PATCH v2 5/5] x86/efi: Allocate a trampoline if needed in efi_free_boot_services()

2016-08-10 Thread Andy Lutomirski
On my Dell XPS 13 9350 with firmware 1.4.4 and SGX on, if I boot Fedora 24's grub2-efi off a hard disk, my first 1MB of RAM looks like: efi: mem00: [Runtime Data |RUN| | | | | | | |WB|WT|WC|UC] range=[0x-0x0fff] (0MB) efi: mem01: [Boot Data |

Re: [STLinux Kernel] [PATCH] i2c: don't print error when adding adapter fails

2016-08-10 Thread Patrice Chotard
On 08/09/2016 01:36 PM, Wolfram Sang wrote: > Since v4.8-rc1, the I2C core will print detailed information when adding an > I2C > adapter fails. So, drivers can skip this now. > > I am still undecided if I apply this as a single patch or break it out. But > for > reviewing, avoiding the patch

Re: [RFC PATCH v7 1/7] Restartable sequences system call

2016-08-10 Thread Peter Zijlstra
On Tue, Aug 09, 2016 at 08:06:40PM +, Mathieu Desnoyers wrote: > On Aug 3, 2016, at 9:19 AM, Peter Zijlstra pet...@infradead.org wrote: > >> +++ b/kernel/sched/core.c > >> @@ -2664,6 +2664,7 @@ prepare_task_switch(struct rq *rq, struct task_struct > >> *prev, > >> { > >>

RE: [Intel-wired-lan] e1000e: PHY cann't be initialized correctly on some I218 controllers

2016-08-10 Thread Neftin, Sasha
Hello Denis, In case this reset help you fix initialization error of I218 you can use it locally on your system. How many system with I218 encountered with initialization error on your side? Thanks, Sasha -Original Message- From: Intel-wired-lan

Re: [PATCH 3/4] perf/core: introduce PMU_EV_CAP_READ_ACTIVE_PKG

2016-08-10 Thread Nilay Vaish
On 9 August 2016 at 17:28, David Carrillo-Cisneros wrote: > Introduce the flag PMU_EV_CAP_READ_ACTIVE_PKG, useful for uncore events, > that allows a PMU to signal the generic perf code that an event is readable > in the current CPU if the event is active in a CPU in the same package as > the

[PATCH v2 1/5] arm: dts: msm8974: Add thermal zones, tsens and qfprom nodes

2016-08-10 Thread Rajendra Nayak
Add thermal zones, tsens and qfprom nodes Acked-by: Eduardo Valentin Signed-off-by: Rajendra Nayak --- arch/arm/boot/dts/qcom-msm8974.dtsi | 103 1 file changed, 103 insertions(+) diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi

[PATCH v2 5/5] x86/efi: Allocate a trampoline if needed in efi_free_boot_services()

2016-08-10 Thread Andy Lutomirski
On my Dell XPS 13 9350 with firmware 1.4.4 and SGX on, if I boot Fedora 24's grub2-efi off a hard disk, my first 1MB of RAM looks like: efi: mem00: [Runtime Data |RUN| | | | | | | |WB|WT|WC|UC] range=[0x-0x0fff] (0MB) efi: mem01: [Boot Data |

[PATCH v5 1/3] locking/mutex: Add waiter parameter to mutex_optimistic_spin()

2016-08-10 Thread Waiman Long
This patch adds a new waiter parameter to the mutex_optimistic_spin() function to prepare it to be used by a waiter-spinner that doesn't need to go into the OSQ as there can only be one waiter-spinner which is the head of the waiting queue. Signed-off-by: Waiman Long --- kernel/locking/mutex.c

Re: [PATCHv4 0/2] USB Type-C Connector class

2016-08-10 Thread Oliver Neukum
On Tue, 2016-08-09 at 09:23 -0700, Guenter Roeck wrote: > > I'm not going to take this series until everyone agrees on it, > sorry. > > I'll wait for you and Guenter and Oliver to all come up with a > solution > > that works for everyone. > > > > I have not heard from Heikko for a while. There

Re: [tpmdd-devel] [PATCH] tpm: fix build error

2016-08-10 Thread Jarkko Sakkinen
I'm going to fold this tomorrow with 4d970e733b09. /Jarkko On Mon, Aug 08, 2016 at 11:27:58PM +0300, Jarkko Sakkinen wrote: > As the fix is quite trivial I already pushed this fixup on tip of my > master branch in order to make testing easy. > > /Jarkko > > On Mon, Aug 08, 2016 at 11:25:26PM

Re: [PATCH] ARM: cpuidle: declare cpuidle_ops __read_mostly

2016-08-10 Thread Jisheng Zhang
Dear Arnd, On Wed, 10 Aug 2016 10:57:57 +0200 Arnd Bergmann wrote: > On Wednesday, August 10, 2016 4:49:57 PM CEST Jisheng Zhang wrote: > > diff --git a/arch/arm/kernel/cpuidle.c b/arch/arm/kernel/cpuidle.c > > index 7dccc96..762e0929 100644 > > --- a/arch/arm/kernel/cpuidle.c > > +++

Re: [tpmdd-devel] [PATCH] tpm: fix build error

2016-08-10 Thread Jarkko Sakkinen
I'm going to fold this tomorrow with 4d970e733b09. /Jarkko On Mon, Aug 08, 2016 at 11:27:58PM +0300, Jarkko Sakkinen wrote: > As the fix is quite trivial I already pushed this fixup on tip of my > master branch in order to make testing easy. > > /Jarkko > > On Mon, Aug 08, 2016 at 11:25:26PM

<    4   5   6   7   8   9   10   11   12   13   >