[tip:ras/core] kexec/crash: Say which char is the unrecognized

2015-10-21 Thread tip-bot for Borislav Petkov
Commit-ID: 53b90c0c56b502056da83d768047dcf765bac9fb Gitweb: http://git.kernel.org/tip/53b90c0c56b502056da83d768047dcf765bac9fb Author: Borislav Petkov AuthorDate: Mon, 19 Oct 2015 11:17:47 +0200 Committer: Ingo Molnar CommitDate: Wed, 21 Oct 2015 11:10:57 +0200 kexec/crash: Say which

[tip:ras/core] x86/setup/crash: Cleanup some more

2015-10-21 Thread tip-bot for Borislav Petkov
Commit-ID: f56d55781c1ff5663874775d0672ba954fe5634c Gitweb: http://git.kernel.org/tip/f56d55781c1ff5663874775d0672ba954fe5634c Author: Borislav Petkov AuthorDate: Mon, 19 Oct 2015 11:17:45 +0200 Committer: Ingo Molnar CommitDate: Wed, 21 Oct 2015 11:10:56 +0200 x86/setup/crash:

[tip:ras/core] x86/setup/crash: Remove alignment variable

2015-10-21 Thread tip-bot for Borislav Petkov
Commit-ID: 606134f77ce22997fd2800d5937698d85c6990d9 Gitweb: http://git.kernel.org/tip/606134f77ce22997fd2800d5937698d85c6990d9 Author: Borislav Petkov AuthorDate: Mon, 19 Oct 2015 11:17:44 +0200 Committer: Ingo Molnar CommitDate: Wed, 21 Oct 2015 11:10:56 +0200 x86/setup/crash: Remove

[tip:ras/core] x86/setup: Cleanup crashkernel reservation functions

2015-10-21 Thread tip-bot for Borislav Petkov
Commit-ID: 97eac21babe47e1a8ed4cac4f8874c5746cf6e36 Gitweb: http://git.kernel.org/tip/97eac21babe47e1a8ed4cac4f8874c5746cf6e36 Author: Borislav Petkov AuthorDate: Mon, 19 Oct 2015 11:17:43 +0200 Committer: Ingo Molnar CommitDate: Wed, 21 Oct 2015 11:10:56 +0200 x86/setup: Cleanup

[tip:ras/core] x86/setup: Do not reserve crashkernel high memory if low reservation failed

2015-10-21 Thread tip-bot for Baoquan He
Commit-ID: eb6db83d105914c246ac5875be76fd4b944833d5 Gitweb: http://git.kernel.org/tip/eb6db83d105914c246ac5875be76fd4b944833d5 Author: Baoquan He AuthorDate: Mon, 19 Oct 2015 11:17:41 +0200 Committer: Ingo Molnar CommitDate: Wed, 21 Oct 2015 11:10:55 +0200 x86/setup: Do not reserve

[tip:ras/core] x86/amd_nb, EDAC: Rename amd_get_node_id()

2015-10-21 Thread tip-bot for Aravind Gopalakrishnan
Commit-ID: 1a6775c1a2c2ed863699403cda517916c22aeb72 Gitweb: http://git.kernel.org/tip/1a6775c1a2c2ed863699403cda517916c22aeb72 Author: Aravind Gopalakrishnan AuthorDate: Mon, 19 Oct 2015 11:17:42 +0200 Committer: Ingo Molnar CommitDate: Wed, 21 Oct 2015 11:10:55 +0200 x86/amd_nb,

Re: [PATCH 00/19] staging/wilc1000 cleanups

2015-10-21 Thread glen lee
Hi arnd, Thanks for the all the patches. :) About the patch ( use proper naming for global symbols ), We are planning to use this driver not only for wilc1000 but also for other atmel wireless driver. I'd appreciate if you could use wl instead of wilc1000. And the global variable g_linux_wlan

Re: [PATCH 1/2] i2c: designware: register clkdev during acpi device configuration

2015-10-21 Thread Mika Westerberg
On Wed, Oct 21, 2015 at 05:50:02PM +0800, Ken Xue wrote: > After apd was accept in kernel V4.1, there is no issue. But between 3.18 > and V4.1, there will be a problem. We care about that because? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: [PATCH net-next 2/3] bpf: introduce bpf_perf_event_output() helper

2015-10-21 Thread He Kuang
hi, Alexei I've tested the sample in next patch and it works well. I think more work on the perf side needs to be done for parsing PERF_COUNT_SW_BPF_OUTPUT event type, are you working on that? Thank you. On 2015/10/21 11:02, Alexei Starovoitov wrote: This helper is used to send raw data from

Re: [PATCH] EDAC: Add AMD Seattle SoC EDAC

2015-10-21 Thread Andre Przywara
Hi, On 21/10/15 10:35, Borislav Petkov wrote: > On Wed, Oct 21, 2015 at 09:55:43AM +0800, Hanjun Guo wrote: >> So I think the meaning of those error register is the same, but the way >> of handle it may different from SoCs, for single bit error: >> >> - SoC may trigger a interrupt; >> - SoC may

Re: [PATCH v2] cpufreq: arm_big_little: fix frequency check when bL switcher is active

2015-10-21 Thread Viresh Kumar
On 21-10-15, 10:55, Jon Medhurst (Tixy) wrote: > The check for correct frequency being set in bL_cpufreq_set_rate is > broken when the big.LITTLE switcher is active, for two reasons. > > 1. The 'new_rate' variable gets overwritten before the test by the > code calculating the frequency of the old

Re: [Patch v7 4/7] PCI/ACPI: Add interface acpi_pci_root_create()

2015-10-21 Thread Tomasz Nowicki
On 14.10.2015 08:29, Jiang Liu wrote: Introduce common interface acpi_pci_root_create() and related data structures to create PCI root bus for ACPI PCI host bridges. It will be used to kill duplicated arch specific code for IA64 and x86. It may also help ARM64 in future. Reviewed-by: Lorenzo

Re: [PATCH 1/2] i2c: designware: register clkdev during acpi device configuration

2015-10-21 Thread Ken Xue
On Wed, 2015-10-21 at 12:49 +0300, Mika Westerberg wrote: > On Wed, Oct 21, 2015 at 05:37:53PM +0800, Ken Xue wrote: > > On Wed, 2015-10-21 at 12:25 +0300, Mika Westerberg wrote: > > > On Wed, Oct 21, 2015 at 04:42:23PM +0800, Ken Xue wrote: > > > > On Wed, 2015-10-21 at 10:28 +0300, Mika

[PATCH v2] cpufreq: arm_big_little: fix frequency check when bL switcher is active

2015-10-21 Thread Jon Medhurst (Tixy)
The check for correct frequency being set in bL_cpufreq_set_rate is broken when the big.LITTLE switcher is active, for two reasons. 1. The 'new_rate' variable gets overwritten before the test by the code calculating the frequency of the old cluster. 2. The frequency returned by

Re: [PATCH] HID: roccat: Fixed resubmit: Deprecating most Roccat sysfs attributes

2015-10-21 Thread Jiri Kosina
On Sat, 17 Oct 2015, Stefan Achatz wrote: > Deprecates all Roccat sysfs attributes except the ones for the old Kone by > moving > abi descriptions from testing to obsolete. > For most devices everything can be done using the hidraw ioctls HIDIOCGFEATURE > and HIDIOCSFEATURE, so I would suggest

Re: [PATCH v2 3/4] clk: berlin: bg2q: remove CLK_IGNORE_UNUSED flag for sdio clk

2015-10-21 Thread Michael Turquette
Quoting Michael Turquette (2015-10-21 02:30:39) > Quoting Jisheng Zhang (2015-10-20 04:16:46) > > Since we have added the necessary two clks' properties in dts, we can > > remove the "sdio" clk's CLK_IGNORE_UNUSED flag now. > > > > Signed-off-by: Jisheng Zhang > > Applied to clk-next. So the

[GIT PULL] Raspberry Pi KMS driver

2015-10-21 Thread Eric Anholt
Dave suggested it was time to just send a pull request on the driver, so here goes: The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f: Linux 4.3-rc1 (2015-09-12 16:35:56 -0700) are available in the git repository at: http://github.com/anholt/linux

Re: [PATCH RFC RFT 2/3] clk: clk_put WARNs if user has not disabled clk

2015-10-21 Thread Geert Uytterhoeven
Hi Mike, Russell, On Tue, Oct 20, 2015 at 2:40 PM, Michael Turquette wrote: > Quoting Geert Uytterhoeven (2015-09-30 08:38:46) >> On Fri, Aug 7, 2015 at 9:09 PM, Michael Turquette >> wrote: >> > From the clk_put kerneldoc in include/linux/clk.h: >> > >> > """ >> > Note: drivers must ensure that

Re: [PATCH 1/2] i2c: designware: register clkdev during acpi device configuration

2015-10-21 Thread Mika Westerberg
On Wed, Oct 21, 2015 at 05:37:53PM +0800, Ken Xue wrote: > On Wed, 2015-10-21 at 12:25 +0300, Mika Westerberg wrote: > > On Wed, Oct 21, 2015 at 04:42:23PM +0800, Ken Xue wrote: > > > On Wed, 2015-10-21 at 10:28 +0300, Mika Westerberg wrote: > > > > On Wed, Oct 21, 2015 at 09:11:33AM +0800, Ken

Re: [PATCH] clk: iproc: Fix PLL output frequency calculation

2015-10-21 Thread Michael Turquette
Quoting Stephen Boyd (2015-10-19 15:16:05) > On 10/19/2015 02:55 PM, Ray Jui wrote: > > > > > > On 15-10-19 02:49 PM, Stephen Boyd wrote: > >> On 10/16, Ray Jui wrote: > >>> From: Simran Rai > >>> > >>> This patch affects the clocks that use fractional ndivider in their > >>> PLL output frequency

Re: [PATCH 1/2] i2c: designware: register clkdev during acpi device configuration

2015-10-21 Thread Ken Xue
On Wed, 2015-10-21 at 12:25 +0300, Mika Westerberg wrote: > On Wed, Oct 21, 2015 at 04:42:23PM +0800, Ken Xue wrote: > > On Wed, 2015-10-21 at 10:28 +0300, Mika Westerberg wrote: > > > On Wed, Oct 21, 2015 at 09:11:33AM +0800, Ken Xue wrote: > > > > On Tue, 2015-10-20 at 14:17 +0300, Mika

Re: [PATCH v2] x86/mm: warn on W+x mappings

2015-10-21 Thread Ingo Molnar
* Josh Triplett wrote: > On Wed, Oct 14, 2015 at 05:19:40PM +0200, Ingo Molnar wrote: > > > > * Josh Triplett wrote: > > > > > On Mon, Oct 12, 2015 at 04:17:54PM +0200, Ingo Molnar wrote: > > > > * Matt Fleming wrote: > > > > > On Mon, 12 Oct, at 02:49:36PM, Ingo Molnar wrote: > > > > > >

Re: [PATCH v2] x86/mm: warn on W+x mappings

2015-10-21 Thread Ingo Molnar
* Matt Fleming wrote: > > > Right, we could do that, but then we wouldn't be able to support > > > creation/updating variables at runtime, such as when you install a > > > distribution for the first time, or want to boot a new kernel filename > > > directly from the firmware without a boot

[PATCH v1 2/2] mfd: lpss: Add Intel Broxton PCI IDs

2015-10-21 Thread Andy Shevchenko
Intel Broxton has the same LPSS block than Intel Sunrisepoint so add Broxton PCI IDs to the list. Signed-off-by: Mika Westerberg Signed-off-by: Andy Shevchenko --- drivers/mfd/intel-lpss-pci.c | 45 1 file changed, 45 insertions(+) diff --git

Re: [PATCH v2] clk: iproc: Fix PLL output frequency calculation

2015-10-21 Thread Michael Turquette
Quoting Ray Jui (2015-10-19 15:27:19) > From: Simran Rai > > This patch affects the clocks that use fractional ndivider in their > PLL output frequency calculation. Instead of 2^20 divide factor, the > clock's ndiv integer shift was used. Fixed the bug by replacing ndiv > integer shift with 2^20

[PATCH v1 1/2] mfd: lpss: Add Broxton ACPI IDs

2015-10-21 Thread Andy Shevchenko
From: Mika Westerberg Intel Broxton has the same LPSS block than Intel Sunrisepoint so add Broxton ACPI IDs to the list. Signed-off-by: Mika Westerberg Signed-off-by: Andy Shevchenko --- drivers/mfd/intel-lpss-acpi.c | 16 1 file changed, 16 insertions(+) diff --git

[PATCH v1 0/2] mfd: intel-lpss: support Intel Broxton

2015-10-21 Thread Andy Shevchenko
Just IDs to MFD Intel LPSS driver for Intel Broxton SoC. Lee, I think it can be added to the v4.4 queue if no objections. Andy Shevchenko (1): mfd: lpss: Add Intel Broxton PCI IDs Mika Westerberg (1): mfd: lpss: Add Broxton ACPI IDs drivers/mfd/intel-lpss-acpi.c | 16 +++

[PATCH net-next] net: hisilicon: deals with the sub ctrl by syscon

2015-10-21 Thread yankejian
the global Soc configuration is treated by syscon, and sub ctrl bus is Soc bus. it has to be treated by syscon. Signed-off-by: yankejian Signed-off-by: lisheng Signed-off-by: lipeng --- drivers/net/ethernet/hisilicon/hns_mdio.c | 21 +++-- 1 file changed, 11 insertions(+),

Re: [PATCH 4.3-rc6] proc: fix oom_adj value read from /proc//oom_adj

2015-10-21 Thread Michal Hocko
[CC David as well] The original patch has been posted here: http://lkml.kernel.org/r/65a10261038346b1a778443fd15f0980%40SHMBX01.spreadtrum.com On Tue 20-10-15 12:27:58, Eric W. Biederman wrote: > "Hongjie Fang (方洪杰)" writes: > > > The oom_adj's value reading through /proc//oom_adj is different

Re: [PATCH 1/2] i2c: designware: register clkdev during acpi device configuration

2015-10-21 Thread Mika Westerberg
On Wed, Oct 21, 2015 at 04:42:23PM +0800, Ken Xue wrote: > On Wed, 2015-10-21 at 10:28 +0300, Mika Westerberg wrote: > > On Wed, Oct 21, 2015 at 09:11:33AM +0800, Ken Xue wrote: > > > On Tue, 2015-10-20 at 14:17 +0300, Mika Westerberg wrote: > > > > On Tue, Oct 20, 2015 at 02:38:01PM +0800, Ken

Re: [PATCH] EDAC: Add AMD Seattle SoC EDAC

2015-10-21 Thread Borislav Petkov
On Wed, Oct 21, 2015 at 09:55:43AM +0800, Hanjun Guo wrote: > So I think the meaning of those error register is the same, but the way > of handle it may different from SoCs, for single bit error: > > - SoC may trigger a interrupt; > - SoC may just keep silent so we need to scan the registers

Re: [PATCH v2 4/4] clk: berlin: bg2: remove CLK_IGNORE_UNUSED flag for sdio clk

2015-10-21 Thread Michael Turquette
Quoting Jisheng Zhang (2015-10-20 04:16:47) > The clocks' properties have been already properly set, so there's no > need to set this flag for sdio0 and sdio1 clk any more. > > Signed-off-by: Jisheng Zhang Applied to clk-next. Regards, Mike > --- > drivers/clk/berlin/bg2.c | 4 ++-- > 1 file

Re: [PATCH] i2c: designware: fix platform driver probe rename

2015-10-21 Thread Andy Shevchenko
On Wed, 2015-10-21 at 11:16 +0200, Arnd Bergmann wrote: > A function rename was incomplete and missed the !CONFIG_PM > case: > > i2c-designware-platdrv.c:340:13: error: 'dw_i2c_plat_prepare' > undeclared here (not in a function) > i2c-designware-platdrv.c:341:14: error: 'dw_i2c_plat_complete' >

Re: [PATCH v2 3/4] clk: berlin: bg2q: remove CLK_IGNORE_UNUSED flag for sdio clk

2015-10-21 Thread Michael Turquette
Quoting Jisheng Zhang (2015-10-20 04:16:46) > Since we have added the necessary two clks' properties in dts, we can > remove the "sdio" clk's CLK_IGNORE_UNUSED flag now. > > Signed-off-by: Jisheng Zhang Applied to clk-next. Regards, Mike > --- > drivers/clk/berlin/bg2q.c | 2 +- > 1 file

Re: console vs earlycon ?

2015-10-21 Thread Masahiro Yamada
Hi Arnd, 2015-10-21 18:19 GMT+09:00 Arnd Bergmann : > On Wednesday 21 October 2015 18:09:33 Masahiro Yamada wrote: >> Hi Arnd, >> >> >> 2015-10-21 17:57 GMT+09:00 Arnd Bergmann : >> > On Wednesday 21 October 2015 17:21:07 Masahiro Yamada wrote: >> >> Hi. >> >> >> >> >> >> >> >> >> >> I think

Re: [UPDATED] [PATCHv4 00/24] arm64: Consolidate CPU feature handling

2015-10-21 Thread Catalin Marinas
On Mon, Oct 19, 2015 at 02:24:37PM +0100, Suzuki K. Poulose wrote: > At the end( Patches 19-24 ) , we add a new ABI to expose the CPU feature > registers to the user space via emulation of MRS. The system exposes only a > limited set of feature values (See the documentation patch) from the above >

Re: [git pull] clk: shmobile: Add new Renesas CPG/MSSR DT bindings for

2015-10-21 Thread Michael Turquette
Quoting Geert Uytterhoeven (2015-10-20 11:49:58) > Hi Mike, Stephen, > > The following changes since commit 64291f7db5bd8150a74ad2036f1037e6a0428df2: > > Linux 4.2 (2015-08-30 11:34:09 -0700) > > are available in the git repository at: > >

Re: [4.1.3-rt10][RFC PATCH] clk: use raw locks for locking

2015-10-21 Thread Michael Turquette
Quoting Grygorii Strashko (2015-10-20 13:59:19) > Hi Mike, All, > > [not for merge] > > As we discussed I've prepared patch which introduces config option > COMMON_CLK_USE_RAW_LOCKS which, once enabled, switches CCF to use raw locks > for locking​. This way it will be possible to call

Re: [PATCH 4/4] perf evsel: Print branch filter state with -vv

2015-10-21 Thread Ingo Molnar
* Peter Zijlstra wrote: > On Tue, Oct 20, 2015 at 05:25:07PM -0300, Arnaldo Carvalho de Melo wrote: > > From: Andi Kleen > > > > Add a missing field to the perf_event_attr debug output. > > > > Signed-off-by: Andi Kleen > > Cc: Jiri Olsa > > Cc: Peter Zijlstra > > Link: > >

Re: [PATCH v3 1/1] i2c: add ACPI support for I2C mux ports

2015-10-21 Thread Dustin Byford
On Wed Oct 21 12:08, Mika Westerberg wrote: > I don't really have strong feelings whether it should be the I2C core or > individual drivers setting the ACPI companion. However, it would be nice > to match DT here and they assign their of_node per driver. OK with me, if we can convince Rafael this

Re: [PATCH v3 2/4] KVM: use simple waitqueue for vcpu->wq

2015-10-21 Thread Paul Mackerras
On Tue, Oct 20, 2015 at 04:00:31PM +0200, Peter Zijlstra wrote: > > Should we not take this opportunity to get rid of these open-coded wait > loops? > > > Does this work? No, on Book3S HV (POWER8) the VM hangs immediately after the kernel brings up all the secondary vCPUs, and is then

[PATCH v5 2/3] SMAF: add CMA allocator

2015-10-21 Thread Benjamin Gaignard
SMAF CMA allocator implement helpers functions to allow SMAF to allocate contiguous memory. match() each if at least one of the attached devices have coherent_dma_mask set to DMA_BIT_MASK(32). For allocation it use dma_alloc_attrs() with DMA_ATTR_WRITE_COMBINE and not dma_alloc_writecombine to

[PATCH v5 3/3] SMAF: add fake secure module

2015-10-21 Thread Benjamin Gaignard
This module is allow testing secure calls of SMAF. Signed-off-by: Benjamin Gaignard --- drivers/smaf/Kconfig | 6 +++ drivers/smaf/Makefile | 1 + drivers/smaf/smaf-fakesecure.c | 92 ++ 3 files changed, 99 insertions(+) create mode

[PATCH v5 1/3] create SMAF module

2015-10-21 Thread Benjamin Gaignard
Secure Memory Allocation Framework goal is to be able to allocate memory that can be securing. There is so much ways to allocate and securing memory that SMAF doesn't do it by itself but need help of additional modules. To be sure to use the correct allocation method SMAF implement deferred

Re: [PATCH V7] mm: memory hot-add: memory can not be added to movable zone defaultly

2015-10-21 Thread Tang Chen
On 10/21/2015 05:18 PM, Tang Chen wrote: On 10/21/2015 05:00 PM, Vlastimil Babka wrote: On 10/21/2015 04:20 AM, Changsheng Liu wrote: 在 2015/10/15 0:18, Vlastimil Babka 写道: On 10/12/2015 08:58 AM, Changsheng Liu wrote: From: Changsheng Liu After the user config CONFIG_MOVABLE_NODE,

[PATCH v5 0/3] RFC: Secure Memory Allocation Framework

2015-10-21 Thread Benjamin Gaignard
version 5 changes: - rebased on kernel 4.3-rc6 - rework locking schema and make handle status use an atomic_t - add a fake secure module to allow performing tests without trusted environment version 4 changes: - rebased on kernel 4.3-rc3 - fix missing EXPORT_SYMBOL for

Re: [PATCHv4 06/24] arm64: Move /proc/cpuinfo handling code

2015-10-21 Thread Catalin Marinas
On Wed, Oct 21, 2015 at 10:00:51AM +0100, Dave P Martin wrote: > From ab00f84e4d45e95b4d816961a0160f1d448aa886 Mon Sep 17 00:00:00 2001 > From: Dave Martin > Date: Thu, 30 Jul 2015 16:36:25 +0100 > Subject: [PATCH 1/2] arm64: Constify hwcap name string arrays > > The hwcap string arrays used for

Re: [PATCH V7] mm: memory hot-add: memory can not be added to movable zone defaultly

2015-10-21 Thread Tang Chen
On 10/21/2015 05:00 PM, Vlastimil Babka wrote: On 10/21/2015 04:20 AM, Changsheng Liu wrote: 在 2015/10/15 0:18, Vlastimil Babka 写道: On 10/12/2015 08:58 AM, Changsheng Liu wrote: From: Changsheng Liu After the user config CONFIG_MOVABLE_NODE, When the memory is hot added,

Re: console vs earlycon ?

2015-10-21 Thread Arnd Bergmann
On Wednesday 21 October 2015 18:09:33 Masahiro Yamada wrote: > Hi Arnd, > > > 2015-10-21 17:57 GMT+09:00 Arnd Bergmann : > > On Wednesday 21 October 2015 17:21:07 Masahiro Yamada wrote: > >> Hi. > >> > >> > >> > >> > >> I think there are three places where console could be enabled. > >> > >> [1]

Re: [PATCHv4 02/24] arm64: Delay ELF HWCAP initialisation until all CPUs are up

2015-10-21 Thread Catalin Marinas
On Wed, Oct 21, 2015 at 09:44:38AM +0100, Dave P Martin wrote: > On Mon, Oct 19, 2015 at 02:24:39PM +0100, Suzuki K. Poulose wrote: > > Delay the ELF HWCAP initialisation untill all the (enabled) CPUs are > > nit: untill > > No need to fix this unless you respin the series for some other >

[PATCH] x86/spinlocks: Avoid a deadlock when someone unlock a zapped ticked spinlock

2015-10-21 Thread Petr Mladek
There are few situations when we reinitialize (zap) ticket spinlocks. It typically happens when the system is going down after an error and we want to avoid deadlock in some important services. For example, zap_locks() in printk.c and ioapic_zap_locks(). Peter pointed out that partial deadlock

[PATCH] i2c: designware: fix platform driver probe rename

2015-10-21 Thread Arnd Bergmann
A function rename was incomplete and missed the !CONFIG_PM case: i2c-designware-platdrv.c:340:13: error: 'dw_i2c_plat_prepare' undeclared here (not in a function) i2c-designware-platdrv.c:341:14: error: 'dw_i2c_plat_complete' undeclared here (not in a function) This renames the macros

Re: [PATCH] mm: vmpressure: fix scan window after SWAP_CLUSTER_MAX increase

2015-10-21 Thread Mel Gorman
On Tue, Oct 20, 2015 at 09:50:56AM -0400, Johannes Weiner wrote: > On Tue, Oct 20, 2015 at 08:47:00AM +0100, Mel Gorman wrote: > > On Mon, Oct 19, 2015 at 02:13:01PM -0400, Johannes Weiner wrote: > > > mm-increase-swap_cluster_max-to-batch-tlb-flushes.patch changed > > > SWAP_CLUSTER_MAX from 32

Re: [PATCH -next] gpio: generic: Revert to old error handling in bgpio_map

2015-10-21 Thread Heiner Kallweit
On Wed, Oct 21, 2015 at 9:12 AM, Guenter Roeck wrote: > Returning an error instead of NULL in bgpio_map if > platform_get_resource_byname does not find a resource was introduced with > commit cf3f2a2c8bae ("gpio: generic: improve error handling in bgpio_map"). > This results in several qemu

Re: [PATCH V5 1/1] bpf: control events stored in PERF_EVENT_ARRAY maps trace data output when perf sampling

2015-10-21 Thread Peter Zijlstra
On Tue, Oct 20, 2015 at 03:53:02PM -0700, Alexei Starovoitov wrote: > On 10/20/15 12:22 AM, Kaixu Xia wrote: > >diff --git a/kernel/events/core.c b/kernel/events/core.c > >index b11756f..5219635 100644 > >--- a/kernel/events/core.c > >+++ b/kernel/events/core.c > >@@ -6337,6 +6337,9 @@ static int

Re: [PATCH v3 1/1] i2c: add ACPI support for I2C mux ports

2015-10-21 Thread Mika Westerberg
On Wed, Oct 21, 2015 at 01:52:41AM -0700, Dustin Byford wrote: > On Wed Oct 21 11:34, Mika Westerberg wrote: > > On Wed, Oct 21, 2015 at 01:21:16AM -0700, Dustin Byford wrote: > > > On Wed Oct 21 11:12, Mika Westerberg wrote: > > > > On Tue, Oct 20, 2015 at 10:49:59AM -0700, Dustin Byford wrote: >

[PATCH] bus: sunxi-rsb: Allow building sunxi-rsb as a module

2015-10-21 Thread Chen-Yu Tsai
Allwinner Reduced Serial Bus support is only needed for sun[89]i platforms. Having it built-in for multi-platform kernels leads to a bigger kernel image, without any benefit for non sun[89]i systems. The driver already exports the needed symbols and supports module loading/unloading. Change the

Re: [PATCH v3 2/4] KVM: use simple waitqueue for vcpu->wq

2015-10-21 Thread Paul Mackerras
On Tue, Oct 20, 2015 at 04:00:31PM +0200, Peter Zijlstra wrote: > @@ -2018,17 +2017,9 @@ void kvm_vcpu_block(struct kvm_vcpu *vcpu) > } while (single_task_running() && ktime_before(cur, stop)); > } > > - for (;;) { > - prepare_to_wait(>wq, ,

Re: console vs earlycon ?

2015-10-21 Thread Masahiro Yamada
Hi Arnd, 2015-10-21 17:57 GMT+09:00 Arnd Bergmann : > On Wednesday 21 October 2015 17:21:07 Masahiro Yamada wrote: >> Hi. >> >> >> >> >> I think there are three places where console could be enabled. >> >> [1] earlycon >> >> Each driver entry is declared with >> EARLYCON_DECLARE() or

Re: what's in nvdimm.git for v4.4?

2015-10-21 Thread Jan Kara
Sorry for replying to this email and not to patch posting directly but I didn't find the original mail in any of my mailboxes... On Tue 20-10-15 17:31:18, Dan Williams wrote: > On Tue, Oct 20, 2015 at 5:01 PM, Dave Chinner wrote: > > On Tue, Oct 20, 2015 at 11:31:45PM +, Williams, Dan J

Re: [PATCH v3 2/2] ARM: dts: bcm5301x: Add BCM SVK DT files

2015-10-21 Thread Sudeep Holla
On 15/10/15 23:24, Jon Mason wrote: Add device tree files for Broadcom Northstar based SVKs. Since the bcm5301x.dtsi already exists, all that is necessary is the dts files to enable the UARTs. With these files, the SVKs are able to boot to shell. Signed-off-by: Jon Mason [..] diff

Re: [PATCH v3 2/4] KVM: use simple waitqueue for vcpu->wq

2015-10-21 Thread Peter Zijlstra
On Wed, Oct 21, 2015 at 07:55:00PM +1100, Paul Mackerras wrote: > On Tue, Oct 20, 2015 at 04:00:31PM +0200, Peter Zijlstra wrote: > > On Tue, Oct 20, 2015 at 09:28:08AM +0200, Daniel Wagner wrote: > > > diff --git a/arch/powerpc/kvm/book3s_hv.c b/arch/powerpc/kvm/book3s_hv.c > > > index

Re: [GIT PULL] at91: dt for 4.4 #2

2015-10-21 Thread Arnd Bergmann
On Wednesday 21 October 2015 10:50:09 Alexandre Belloni wrote: > Hi, > > Actually, this built on my machine because one of the headers was left > unversionned in my tree. The last patch depends on the MFD tree, I'm not > sure how you want to handle that. I can as well drop the last patch and >

Re: [PATCHv4 06/24] arm64: Move /proc/cpuinfo handling code

2015-10-21 Thread Dave Martin
On Mon, Oct 19, 2015 at 02:24:43PM +0100, Suzuki K. Poulose wrote: > This patch moves the /proc/cpuinfo handling code: > > arch/arm64/kernel/{setup.c to cpuinfo.c} > > No functional changes > > Signed-off-by: Suzuki K. Poulose [...] > diff --git a/arch/arm64/kernel/cpuinfo.c

Re: RFC: 32-bit __data_len and REQ_DISCARD+REQ_SECURE

2015-10-21 Thread Ulf Hansson
On 20 October 2015 at 20:57, Jeff Moyer wrote: > Hi Grant, > > Grant Grundler writes: > >> Ping? Does no one care how long BLK_SECDISCARD takes? >> >> ChromeOS has landed this change as a compromise between "fast" (<10 >> seconds) and "minimize risk" (~90 seconds) for a 23GB partition on >>

Re: [PATCH V7] mm: memory hot-add: memory can not be added to movable zone defaultly

2015-10-21 Thread Vlastimil Babka
On 10/21/2015 04:20 AM, Changsheng Liu wrote: 在 2015/10/15 0:18, Vlastimil Babka 写道: On 10/12/2015 08:58 AM, Changsheng Liu wrote: From: Changsheng Liu After the user config CONFIG_MOVABLE_NODE, When the memory is hot added, should_add_memory_movable() return 0 because all zones including

[PATCH v2 04/13] lib/vsprintf.c: expand field_width to 24 bits

2015-10-21 Thread Rasmus Villemoes
Maurizio Lombardi reported a problem [1] with the %pb extension: It doesn't work for sufficiently large bitmaps, since the size is stashed in the field_width field of the struct printf_spec, which is currently an s16. Concretely, this manifested itself in /sys/bus/pseudo/drivers/scsi_debug/map

Re: [PATCH] fixup! mm: simplify reclaim path for MADV_FREE

2015-10-21 Thread Minchan Kim
Hello Arnd, On Wed, Oct 21, 2015 at 10:47:16AM +0200, Arnd Bergmann wrote: > On Wednesday 21 October 2015 00:33:58 kernelci. org bot wrote: > > lpc18xx_defconfig (arm) — FAIL, 55 errors, 18 warnings, 0 section mismatches > > > > Errors: > > include/linux/rmap.h:274:1: error: expected

Re: [PATCH v3 1/7] drm/vc4: Add devicetree bindings for VC4.

2015-10-21 Thread Eric Anholt
Rob Herring writes: > On Tue, Oct 13, 2015 at 1:17 PM, Eric Anholt wrote: >> Rob Herring writes: >> >>> On Fri, Oct 9, 2015 at 4:27 PM, Eric Anholt wrote: --- v2: Extend the commit message, fix several nits from Stephen Warren. v3: Rename the compatibility strings, clean

[PATCH v3 3/3] MIPS: VDSO: Add implementations of gettimeofday() and clock_gettime()

2015-10-21 Thread Markos Chandras
From: Alex Smith Add user-mode implementations of gettimeofday() and clock_gettime() to the VDSO. This is currently usable with 2 clocksources: the CP0 count register, which is accessible to user-mode via RDHWR on R2 and later cores, or the MIPS Global Interrupt Controller (GIC) timer, which

Re: console vs earlycon ?

2015-10-21 Thread Arnd Bergmann
On Wednesday 21 October 2015 17:21:07 Masahiro Yamada wrote: > Hi. > > > > > I think there are three places where console could be enabled. > > [1] earlycon > > Each driver entry is declared with > EARLYCON_DECLARE() or OF_EARLYCON_DECLARE() > > > > [2] console_init() > > Each entry is

Re: [GIT PULL] On-demand device probing

2015-10-21 Thread Geert Uytterhoeven
Hi Rafael, On Wed, Oct 21, 2015 at 1:34 AM, Rafael J. Wysocki wrote: > On Tuesday, October 20, 2015 09:15:01 AM Rob Herring wrote: >> On Tue, Oct 20, 2015 at 2:56 AM, Rafael J. Wysocki >> wrote: >> > ACPI uses platform devices too. In fact, ACPI device objects are >> > enumerated as >> >

Re: [ovs-dev] [PATCH] ovs: do not allocate memory from offline numa node

2015-10-21 Thread Vlastimil Babka
On 10/20/2015 07:58 PM, Jarno Rajahalme wrote: On Oct 9, 2015, at 5:02 PM, Jarno Rajahalme mailto:jrajaha...@nicira.com>> wrote: On Oct 9, 2015, at 3:11 PM, Jesse Gross mailto:je...@nicira.com>> wrote: On Fri, Oct 9, 2015 at 8:54 AM, Jarno Rajahalme mailto:jrajaha...@nicira.com>> wrote:

Re: [PATCH v3 2/4] KVM: use simple waitqueue for vcpu->wq

2015-10-21 Thread Paul Mackerras
On Tue, Oct 20, 2015 at 04:00:31PM +0200, Peter Zijlstra wrote: > On Tue, Oct 20, 2015 at 09:28:08AM +0200, Daniel Wagner wrote: > > diff --git a/arch/powerpc/kvm/book3s_hv.c b/arch/powerpc/kvm/book3s_hv.c > > index 2280497..f534e15 100644 > > --- a/arch/powerpc/kvm/book3s_hv.c > > +++

Re: [PATCH 04/13] lib/vsprintf.c: expand field_width to 24 bits

2015-10-21 Thread Rasmus Villemoes
b-vsprintf-c-pull-out-padding-code-from-dentry_name/20151021-043621 > config: frv-defconfig (attached as .config) > reproduce: > wget > https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross > -O ~/bin/make.cross > chmod +x ~/bin/m

Re: [PATCH 26/31] perf tools: Support perf event alias name

2015-10-21 Thread Namhyung Kim
Hi, On Wed, Oct 14, 2015 at 12:41:37PM +, Wang Nan wrote: > From: He Kuang > > This patch adds new bison rules for specifying an alias name to a perf > event, which allows cmdline refer to previous defined perf event through > its name. With this patch user can give alias name to a perf

Re: [Y2038] [PATCH] hp_sdc: fixed y2038 problem

2015-10-21 Thread Pingbo Wen
On Monday, October 19, 2015 05:01 PM, Arnd Bergmann wrote: > On Sunday 18 October 2015 17:44:19 WEN Pingbo wrote: >> Two replacements happened in this patch: >> 1. using timespec64 to prevent time overflow in 2038 >> 2. using ktime_get_ts64 to avoid wall time issues(leap second, etc) >>

Re: [PATCH v3 1/1] i2c: add ACPI support for I2C mux ports

2015-10-21 Thread Dustin Byford
On Wed Oct 21 11:34, Mika Westerberg wrote: > On Wed, Oct 21, 2015 at 01:21:16AM -0700, Dustin Byford wrote: > > On Wed Oct 21 11:12, Mika Westerberg wrote: > > > On Tue, Oct 20, 2015 at 10:49:59AM -0700, Dustin Byford wrote: > > > > I considered it, but I thought a default that fairly closely

Re: [PATCHv4 23/24] arm64: Expose feature registers by emulating MRS

2015-10-21 Thread Dave Martin
On Mon, Oct 19, 2015 at 02:25:00PM +0100, Suzuki K. Poulose wrote: > This patch adds the hook for emulating MRS instruction to > export the 'user visible' value of supported system registers. > We emulate only the following id space for system registers: > Op0=0, Op1=0, CRn=0. [...] > diff

Re: [GIT PULL] at91: dt for 4.4 #2

2015-10-21 Thread Alexandre Belloni
Hi, Actually, this built on my machine because one of the headers was left unversionned in my tree. The last patch depends on the MFD tree, I'm not sure how you want to handle that. I can as well drop the last patch and resend a PR. On 19/10/2015 at 21:31:58 +0200, Alexandre Belloni wrote : >

Re: [PATCH 2/3] ARM: dts: uniphier: add ProXstream2 Vodka board support

2015-10-21 Thread Masahiro Yamada
Hi Arnd, 2015-10-16 18:50 GMT+09:00 Masahiro Yamada : > Hi Arnd, > > 2015-10-16 18:18 GMT+09:00 Arnd Bergmann : >> On Friday 16 October 2015 14:24:30 Masahiro Yamada wrote: >>> >>> No, it is not a typo, but intentional. >>> >>> >>> i2c0 - i2c3 are connected to the pads of the SoC package. >>> On

Re: [PATCHv4 08/24] arm64: Keep track of CPU feature registers

2015-10-21 Thread Dave Martin
On Mon, Oct 19, 2015 at 02:24:45PM +0100, Suzuki K. Poulose wrote: > This patch adds an infrastructure to keep track of the CPU feature > registers on the system. For each register, the infrastructure keeps > track of the system wide safe value of the feature bits. Also, tracks > the which fields

Re: [PATCH 4.2 022/258] toshiba_acpi: Fix hotkeys registration on some toshiba models

2015-10-21 Thread Darren Hart
On Tue, Oct 20, 2015 at 12:32:45AM +0100, Ben Hutchings wrote: > On Sat, 2015-10-17 at 18:55 -0700, Greg Kroah-Hartman wrote: > > 4.2-stable review patch.  If anyone has any objections, please let me know. > > > > -- > > > > From: Azael Avalos > > > > commit

Re: [PATCH 13/16] perf callchain: Switch default to 'graph,0.5,caller'

2015-10-21 Thread Ingo Molnar
* Arnaldo Carvalho de Melo wrote: > I was bitten by the --children thing and took some time to get used to it, so > I > can relate to that... > > I think we should revert this change in callchain default, enough > complaints... > Ingo, since you suggested that change, what are your

[PATCH] fixup! mm: simplify reclaim path for MADV_FREE

2015-10-21 Thread Arnd Bergmann
On Wednesday 21 October 2015 00:33:58 kernelci. org bot wrote: > lpc18xx_defconfig (arm) — FAIL, 55 errors, 18 warnings, 0 section mismatches > > Errors: > include/linux/rmap.h:274:1: error: expected declaration specifiers or > '...' before '{' token > include/linux/uaccess.h:88:13:

Re: [PATCH 1/4] Documentation: tps65086: Add DT bindings for the TPS65086 PMIC

2015-10-21 Thread Lee Jones
On Tue, 20 Oct 2015, Andrew F. Davis wrote: > On 10/20/2015 06:31 AM, Lee Jones wrote: > >On Mon, 19 Oct 2015, Andrew F. Davis wrote: > > > >>On 10/19/2015 10:21 AM, Lee Jones wrote: > >>>On Mon, 19 Oct 2015, Andrew F. Davis wrote: > >>> > On 10/19/2015 04:13 AM, Lee Jones wrote: > >On

Re: [PATCH v6 2/4] of: overlay: global sysfs enable attribute

2015-10-21 Thread Pantelis Antoniou
Hi Rob, > On Oct 21, 2015, at 00:50 , Rob Herring wrote: > > On Tue, Oct 20, 2015 at 4:06 PM, Greg Kroah-Hartman > wrote: >> On Tue, Oct 20, 2015 at 10:13:15PM +0300, Pantelis Antoniou wrote: >>> A throw once master enable switch to protect against any >>> further overlay applications if the

Re: [PATCH tip/locking/core v4 1/6] powerpc: atomic: Make *xchg and *cmpxchg a full barrier

2015-10-21 Thread Boqun Feng
On Tue, Oct 20, 2015 at 02:28:35PM -0700, Paul E. McKenney wrote: > On Tue, Oct 20, 2015 at 11:21:47AM +0200, Peter Zijlstra wrote: > > On Tue, Oct 20, 2015 at 03:15:32PM +0800, Boqun Feng wrote: > > > On Wed, Oct 14, 2015 at 01:19:17PM -0700, Paul E. McKenney wrote: > > > > > > > > Am I missing

Re: [PATCH] MAINTAINERS: ARM: EXYNOS: Add documentation and dt-bindings

2015-10-21 Thread Javier Martinez Canillas
Hello Krzysztof, Patch looks good to me, I've only one comment. On 10/21/2015 03:33 AM, Krzysztof Kozlowski wrote: > Extend the Samsung Exynos maintainer entry to match SoC documentation > and SoC dt-bindings directories. Without that some files, like > bindings/arm/samsung/pmu.txt, are not

Re: [PATCHv4 02/24] arm64: Delay ELF HWCAP initialisation until all CPUs are up

2015-10-21 Thread Dave Martin
On Mon, Oct 19, 2015 at 02:24:39PM +0100, Suzuki K. Poulose wrote: > Delay the ELF HWCAP initialisation untill all the (enabled) CPUs are nit: untill No need to fix this unless you respin the series for some other reason. [...] Cheers ---Dave -- To unsubscribe from this list: send the line

Re: [PATCH 2/4] mfd: tps65086: Add driver for the TPS65086 PMIC

2015-10-21 Thread Lee Jones
On Tue, 20 Oct 2015, Andrew F. Davis wrote: > On 10/20/2015 05:02 AM, Lee Jones wrote: > >On Mon, 19 Oct 2015, Andrew F. Davis wrote: > >>On 10/19/2015 04:23 AM, Lee Jones wrote: > >>>On Fri, 16 Oct 2015, Andrew F. Davis wrote: > >>> > Add support for the TPS65912 device. It provides

Re: [PATCH] clk: Make of_clk_get_parent_name() robust with #clock-cells = 1

2015-10-21 Thread Thomas Petazzoni
Stephen, On Thu, 15 Oct 2015 16:19:38 -0700, Stephen Boyd wrote: > If a clock provider has #clock-cells = 1 and we call > of_clk_get_parent_name() on it we may end up returning the name > of the provider node if the provider doesn't have a > clock-output-names property. This doesn't make sense,

Re: [PATCH 2/2] dt-bindings: EXYNOS: Document compatibles from other vendors

2015-10-21 Thread Javier Martinez Canillas
Hello Krzysztof, On 10/21/2015 03:30 AM, Krzysztof Kozlowski wrote: > Document compatibles used on other Exynos-based boards (non-Samsung): > FriendlyARM, Google, Hardkernel and Insignal. > > Signed-off-by: Krzysztof Kozlowski > Cc: Kukjin Kim > Cc: Javier Martinez Canillas > Cc: Hakjoo Kim

Re: [PATCH 0/5] drivers/tty: make more bool drivers explicitly non-modular

2015-10-21 Thread Alexandre Belloni
On 20/10/2015 at 20:20:07 -0400, Paul Gortmaker wrote : > [Re: [PATCH 0/5] drivers/tty: make more bool drivers explicitly non-modular] > On 20/10/2015 (Tue 17:10) Alexandre Belloni wrote: > > > On 18/10/2015 at 18:21:13 -0400, Paul Gortmaker wrote : > > > The one common thread here for all the

Re: [PATCH 1/2] dt-bindings: Consolidate Exynos SoC bindings under Samsung directory

2015-10-21 Thread Javier Martinez Canillas
Hello Krzysztof, On 10/21/2015 03:30 AM, Krzysztof Kozlowski wrote: > Exynos SoC Device Tree bindings are spread over arm/exynos/ and > arm/samsung/ directories. There is no need for that separation and it > actually confuses. Put everything under arm/samsung/. > > Signed-off-by: Krzysztof

Re: Regression since commit 92bac83

2015-10-21 Thread Pali Rohár
On Wednesday 21 October 2015 10:30:47 Hans de Goede wrote: > >Hi! Are you sure that above machines do not have variants without > >ALPS_DUALPOINT or without ALPS_PASS? Because if yes, then we could see > >another break. > > Yes I'm sure that these machines always come with a dualpoint setup >

[GIT PULL] MMC fixes for v.4.3 rc7

2015-10-21 Thread Ulf Hansson
Hi Linus, Here's yet another MMC fix intended for v4.3 rc7. It's based on v4.3-rc5. I don't expect to send any further PR for 4.3 rc[n]. Details are as usual found in the signed tag. Please pull this in! Kind regards Ulf Hansson The following changes since commit

Re: [PATCH v3 1/1] i2c: add ACPI support for I2C mux ports

2015-10-21 Thread Mika Westerberg
On Wed, Oct 21, 2015 at 01:21:16AM -0700, Dustin Byford wrote: > On Wed Oct 21 11:12, Mika Westerberg wrote: > > On Tue, Oct 20, 2015 at 10:49:59AM -0700, Dustin Byford wrote: > > > I considered it, but I thought a default that fairly closely matches the > > > old behavior was more convenient. > >

Re: [PATCH v3 00/27] memory: omap-gpmc: mtd: nand: Support GPMC NAND on non-OMAP platforms

2015-10-21 Thread Roger Quadros
On 19/10/15 10:08, Roger Quadros wrote: > On 17/10/15 00:25, Tony Lindgren wrote: >> * Roger Quadros [151006 04:13]: >>> >>> Fine. The updated series is now at >>> >>> g...@github.com:rogerq/linux.git >>> * [new branch] for-v4.4/gpmc-v4 >> >> Looks like it produces some build errors, this

Re: [PATCH 4/4] perf evsel: Print branch filter state with -vv

2015-10-21 Thread Peter Zijlstra
On Tue, Oct 20, 2015 at 05:25:07PM -0300, Arnaldo Carvalho de Melo wrote: > From: Andi Kleen > > Add a missing field to the perf_event_attr debug output. > > Signed-off-by: Andi Kleen > Cc: Jiri Olsa > Cc: Peter Zijlstra > Link: >

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