[PATCH v3 07/17] hyper-v: trace vmbus_ongpadl_torndown()

2017-10-05 Thread Vitaly Kuznetsov
Add tracepoint to CHANNELMSG_GPADL_TORNDOWN handler. Signed-off-by: Vitaly Kuznetsov --- drivers/hv/channel_mgmt.c | 2 ++ drivers/hv/hv_trace.h | 8 2 files changed, 10 insertions(+) diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c index af2448e245ca..1ff2cc06485

[PATCH v3 08/17] hyper-v: trace vmbus_onversion_response()

2017-10-05 Thread Vitaly Kuznetsov
Add tracepoint to CHANNELMSG_VERSION_RESPONSE handler. Signed-off-by: Vitaly Kuznetsov --- drivers/hv/channel_mgmt.c | 3 +++ drivers/hv/hv_trace.h | 11 +++ 2 files changed, 14 insertions(+) diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c index 1ff2cc064850..a9a

[PATCH v3 12/17] hyper-v: trace vmbus_establish_gpadl()

2017-10-05 Thread Vitaly Kuznetsov
Add tracepoint to CHANNELMSG_GPADL_HEADER/CHANNELMSG_GPADL_BODY sender. Signed-off-by: Vitaly Kuznetsov --- drivers/hv/channel.c | 6 ++ drivers/hv/hv_trace.h | 42 ++ 2 files changed, 48 insertions(+) diff --git a/drivers/hv/channel.c b/drivers/hv/

[PATCH v3 09/17] hyper-v: trace vmbus_request_offers()

2017-10-05 Thread Vitaly Kuznetsov
Add tracepoint to CHANNELMSG_REQUESTOFFERS sender. Signed-off-by: Vitaly Kuznetsov --- drivers/hv/channel_mgmt.c | 4 +++- drivers/hv/hv_trace.h | 8 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c index a9a1fc1424

[PATCH v3 05/17] hyper-v: trace vmbus_onopen_result()

2017-10-05 Thread Vitaly Kuznetsov
Add tracepoint to CHANNELMSG_OPENCHANNEL_RESULT handler. Signed-off-by: Vitaly Kuznetsov --- drivers/hv/channel_mgmt.c | 2 ++ drivers/hv/hv_trace.h | 17 + 2 files changed, 19 insertions(+) diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c index 563653a02a

[PATCH v3 04/17] hyper-v: trace vmbus_onoffer_rescind()

2017-10-05 Thread Vitaly Kuznetsov
Add tracepoint to CHANNELMSG_RESCIND_CHANNELOFFER handler. Signed-off-by: Vitaly Kuznetsov --- drivers/hv/channel_mgmt.c | 2 ++ drivers/hv/hv_trace.h | 8 2 files changed, 10 insertions(+) diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c index 290ea25ce409..56365

Re: [PATCH] i2c: piix4: Disable completely the IMC during SMBUS_BLOCK_DATA

2017-10-05 Thread Ricardo Ribalda Delgado
Hi Jean Thanks for your review! Long story short, we experimented some corrupted smbus transactions and even code locks on our Bettong board. This errors did not happen when the IMC was disabled. We contacted AMD about this, which could replicate the bug and came back with a fix consisting in two

Re: [v10 5/6] mm, oom: add cgroup v2 mount option for cgroup-aware OOM killer

2017-10-05 Thread Johannes Weiner
On Thu, Oct 05, 2017 at 03:14:19PM +0200, Michal Hocko wrote: > On Wed 04-10-17 16:04:53, Johannes Weiner wrote: > [...] > > That will silently ignore what the user writes to the memory.oom_group > > control files across the system's cgroup tree. > > > > We'll have a knob that lets the workload de

Re: [lockdep] b09be676e0 BUG: unable to handle kernel NULL pointer dereference at 000001f2

2017-10-05 Thread Josh Poimboeuf
On Thu, Oct 05, 2017 at 08:01:46AM -0500, Josh Poimboeuf wrote: > On Tue, Oct 03, 2017 at 09:54:31AM -0700, Linus Torvalds wrote: > > On Tue, Oct 3, 2017 at 7:06 AM, Fengguang Wu wrote: > > > > > > This patch triggers a NULL-dereference bug at update_stack_state(). > > > Although its parent commit

[PATCH v3 02/17] hyper-v: trace vmbus_on_message()

2017-10-05 Thread Vitaly Kuznetsov
Add tracepoint to vmbus_on_message() which is called when we start processing a blocking from work context. Signed-off-by: Vitaly Kuznetsov --- drivers/hv/channel_mgmt.c | 2 ++ drivers/hv/hv_trace.h | 5 + 2 files changed, 7 insertions(+) diff --git a/drivers/hv/channel_mgmt.c b/driver

[PATCH v3 03/17] hyper-v: trace vmbus_onoffer()

2017-10-05 Thread Vitaly Kuznetsov
Add tracepoint to CHANNELMSG_OFFERCHANNEL handler. Signed-off-by: Vitaly Kuznetsov --- drivers/hv/channel_mgmt.c | 2 ++ drivers/hv/hv_trace.h | 37 + 2 files changed, 39 insertions(+) diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c in

Re: [PATCH tip/core/rcu 1/9] rcu: Provide GP ordering in face of migrations and delays

2017-10-05 Thread Paul E. McKenney
On Thu, Oct 05, 2017 at 11:41:14AM +0200, Peter Zijlstra wrote: > On Wed, Oct 04, 2017 at 02:29:27PM -0700, Paul E. McKenney wrote: > > Consider the following admittedly improbable sequence of events: > > > > o RCU is initially idle. > > > > o Task A on CPU 0 executes rcu_read_lock(). > > >

Re: [PATCH] x86/alternatives: Fix alt_max_short macro to really be a max()

2017-10-05 Thread Borislav Petkov
On Thu, Oct 05, 2017 at 02:35:33PM +0200, Mathias Krause wrote: > Oh, btw., quoting its counter part from > arch/x86/include/asm/alternative-asm.h: > > /* > * max without conditionals. Idea adapted from: > * http://graphics.stanford.edu/~seander/bithacks.html#IntegerMinOrMax > */ > #define alt

Re: [PATCH] block/laptop_mode: Convert timers to use timer_setup()

2017-10-05 Thread Jens Axboe
On 10/04/2017 06:49 PM, Kees Cook wrote: > In preparation for unconditionally passing the struct timer_list pointer to > all timer callbacks, switch to using the new timer_setup() and from_timer() > to pass the timer pointer explicitly. > > Cc: Jens Axboe > Cc: Michal Hocko > Cc: Andrew Morton

Re: [PATCH v6 4/6] lib/dlock-list: Make sibling CPUs share the same linked list

2017-10-05 Thread Waiman Long
On 10/05/2017 04:59 AM, Jan Kara wrote: > On Wed 04-10-17 17:20:05, Waiman Long wrote: >> int alloc_dlock_list_heads(struct dlock_list_heads *dlist) >> { >> -int idx; >> +int idx, cnt = nr_dlock_lists ? nr_dlock_lists : nr_cpu_ids; > Hum, is this there for the case where alloc_dlock_list_

RE: [PATCH v4 04/14] platform/x86: dell-wmi: increase severity of some failures

2017-10-05 Thread Mario.Limonciello
> -Original Message- > From: Andy Shevchenko [mailto:andy.shevche...@gmail.com] > Sent: Thursday, October 5, 2017 12:21 AM > To: Limonciello, Mario > Cc: dvh...@infradead.org; LKML ; Platform Driver > ; Andy Lutomirski ; > quasi...@google.com; Pali Rohár ; Rafael J. Wysocki > ; mj...@googl

RE: [PATCH v4 09/14] platform/x86: dell-smbios: Introduce dispatcher for SMM calls

2017-10-05 Thread Mario.Limonciello
> -Original Message- > From: Darren Hart [mailto:dvh...@infradead.org] > Sent: Wednesday, October 4, 2017 8:58 PM > To: Limonciello, Mario > Cc: Andy Shevchenko ; LKML ker...@vger.kernel.org>; platform-driver-...@vger.kernel.org; Andy Lutomirski > ; quasi...@google.com; pali.ro...@gmail.c

Re: [PATCH V2] PCI: AER: fix deadlock in do_recovery

2017-10-05 Thread Wei Yang
On Wed, Oct 4, 2017 at 5:15 AM, Bjorn Helgaas wrote: > [+cc Alex, Gavin, Wei] > > On Fri, Sep 29, 2017 at 10:49:38PM -0700, Govindarajulu Varadarajan wrote: >> CPU0 CPU1 >> - >> __driver_attach() >

Re: [PATCH tip/core/rcu 7/9] rcu: Pretend ->boost_mtx acquired legitimately

2017-10-05 Thread Paul E. McKenney
On Thu, Oct 05, 2017 at 11:50:59AM +0200, Peter Zijlstra wrote: > On Wed, Oct 04, 2017 at 02:29:33PM -0700, Paul E. McKenney wrote: > > RCU priority boosting uses rt_mutex_init_proxy_locked() to initialize an > > rt_mutex structure in locked state held by some other task. When that > > other task

Re: [PATCH] NFC: fdp: make struct nci_ops static

2017-10-05 Thread Stephen Hemminger
On Thu, 5 Oct 2017 10:47:12 +0100 Colin King wrote: > From: Colin Ian King > > The structure nci_ops is local to the source and does not need to > be in global scope, so make it static. > > Cleans up sparse warning: > symbol 'nci_ops' was not declared. Should it be static? > > Signed-off-by:

RE: [PATCH v3 5/8] platform/x86: dell-wmi-smbios: introduce character device for userspace

2017-10-05 Thread Mario.Limonciello
> -Original Message- > From: Darren Hart [mailto:dvh...@infradead.org] > Sent: Wednesday, October 4, 2017 7:03 PM > To: Limonciello, Mario > Cc: g...@kroah.com; andy.shevche...@gmail.com; linux- > ker...@vger.kernel.org; platform-driver-...@vger.kernel.org; l...@kernel.org; > quasi...@goog

Re: [PATCH 1/2] scripts/dtc: add fdt_overlay.c and fdt_addresses.c to sync script

2017-10-05 Thread Rob Herring
On Thu, Oct 5, 2017 at 9:39 AM, Tom Rini wrote: > On Tue, Oct 03, 2017 at 05:23:28PM -0500, Rob Herring wrote: >> On Tue, Oct 3, 2017 at 5:04 PM, Tom Rini wrote: >> > On Tue, Oct 03, 2017 at 01:31:17PM -0500, Rob Herring wrote: >> > >> >> libfdt has gained some new files. We need to include them

Re: [PATCH tip/core/rcu 1/4] sched,rcu: Make cond_resched() provide RCU quiescent state

2017-10-05 Thread Paul E. McKenney
On Thu, Oct 05, 2017 at 12:40:51PM +0200, Peter Zijlstra wrote: > On Wed, Oct 04, 2017 at 02:50:22PM -0700, Paul E. McKenney wrote: > > diff --git a/include/linux/sched.h b/include/linux/sched.h > > index 26a7df4e558c..59688ef3ea23 100644 > > --- a/include/linux/sched.h > > +++ b/include/linux/sche

Re: [PATCH] i2c: piix4: Fix SMBus port selection for AMD Family 17h chips

2017-10-05 Thread Wolfram Sang
> Sorry for the delay. Looks all good to me (as I'd expect from Gunter...) > > Reviewed-by: Jean Delvare Thanks, Jean! Guenter: I will queue it to for-current, when I am back home. Does it need a stable tag? Regards, Wolfram signature.asc Description: PGP signature

RE: [PATCH] rsi: fix integer overflow warning

2017-10-05 Thread David Laight
From: Joe Perches > Sent: 05 October 2017 13:19 > On Thu, 2017-10-05 at 14:05 +0200, Arnd Bergmann wrote: > > gcc produces a harmless warning about a recently introduced > > signed integer overflow: > > > > drivers/net/wireless/rsi/rsi_91x_hal.c: In function 'rsi_prepare_mgmt_desc': > > include/uap

RE: [PATCH v4 11/14] platform/x86: dell-smbios-wmi: Add new WMI dispatcher driver

2017-10-05 Thread Mario.Limonciello
> -Original Message- > From: Darren Hart [mailto:dvh...@infradead.org] > Sent: Wednesday, October 4, 2017 9:15 PM > To: Limonciello, Mario > Cc: Andy Shevchenko ; LKML ker...@vger.kernel.org>; platform-driver-...@vger.kernel.org; Andy Lutomirski > ; quasi...@google.com; pali.ro...@gmail.c

Re: [RFC v2 2/4] iommu/arm-smmu-v3: Add tlbi_on_map option

2017-10-05 Thread Auger Eric
Hi Will, On 23/08/2017 18:42, Will Deacon wrote: > Hi Eric, > > On Wed, Aug 23, 2017 at 02:36:53PM +0200, Auger Eric wrote: >> On 23/08/2017 12:25, Will Deacon wrote: >>> On Tue, Aug 22, 2017 at 10:09:15PM +0300, Michael S. Tsirkin wrote: On Fri, Aug 18, 2017 at 05:49:42AM +0300, Michael S.

Re: [PATCH 2/3] greybus: audio: don't inclide rwlock.h directly.

2017-10-05 Thread Mark Greer
On Thu, Oct 05, 2017 at 02:56:54PM +0200, Sebastian Andrzej Siewior wrote: > rwlock.h should not be included directly. Instead linux/splinlock.h > should be included. One thing it does is to break the RT build. > > Cc: Vaibhav Agarwal > Cc: Mark Greer > Cc: Johan Hovold > Cc: Alex Elder > Cc:

Re: [PATCH 01/20] ARM: dts: sunxi: Remove leading zeros from unit-addresses

2017-10-05 Thread Chen-Yu Tsai
On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard wrote: > Most of our device trees have had leading zeros for padding as part of > the nodes unit-addresses. > > Remove all these useless zeros that generate warnings > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai

Re: [PATCH 02/20] ARM: dts: axp209: Rename usb_power_supply node to avoid warnings

2017-10-05 Thread Chen-Yu Tsai
On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard wrote: > The USB power supply node in the AXP209 DTSI is using underscores in its > node name, which is generating a warning. Change those underscores for > hyphens. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai

Re: [PATCH] mwifiex: Use put_unaligned_le32

2017-10-05 Thread Himanshu Jha
On Thu, Oct 05, 2017 at 11:41:38AM +0300, Kalle Valo wrote: > Himanshu Jha writes: > > >> > --- a/drivers/net/wireless/marvell/mwifiex/cmdevt.c > >> > +++ b/drivers/net/wireless/marvell/mwifiex/cmdevt.c > >> > @@ -17,6 +17,7 @@ > >> > * this warranty disclaimer. > >> > */ > >> > > >> > +#in

Re: [PATCH] drm/i915: Preallocate mmu notifier to unbreak cpu hotplug deadlock

2017-10-05 Thread Thomas Gleixner
On Thu, 5 Oct 2017, Daniel Vetter wrote: > 4.14-rc1 gained the fancy new cross-release support in lockdep, which > seems to have uncovered a few more rules about what is allowed and > isn't. > > This one here seems to indicate that allocating a work-queue while > holding mmap_sem is a no-go, so l

Re: [PATCH 03/20] ARM: dts: sun4i: Change framebuffer node names to avoid warnings

2017-10-05 Thread Chen-Yu Tsai
On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard wrote: > The simple-framebuffer nodes have a unit address, but no reg property which > generates a warning when compiling it with DTC. > > Change the simple-framebuffer node names so that there is no warnings on > this anymore. > > Signed-off-by: Maxim

Re: [PATCH 04/20] ARM: dts: sun4i: Change clock node names to avoid warnings

2017-10-05 Thread Chen-Yu Tsai
On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard wrote: > Our oscillators clock names have a unit address, but no reg property, which > generates a warning in DTC. Change these names to remove those unit > addresses. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai

Re: [PATCH 03/20] ARM: dts: sun4i: Change framebuffer node names to avoid warnings

2017-10-05 Thread Chen-Yu Tsai
On Thu, Oct 5, 2017 at 11:23 PM, Chen-Yu Tsai wrote: > On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard > wrote: >> The simple-framebuffer nodes have a unit address, but no reg property which >> generates a warning when compiling it with DTC. >> >> Change the simple-framebuffer node names so that th

Re: [PATCH 4/4] irqchip: imgpdc: Pass on peripheral mask/unmasks to the parent

2017-10-05 Thread James Hogan
On Thu, Oct 05, 2017 at 03:48:53PM +0100, Ed Blake wrote: > On 04/10/17 15:03, James Hogan wrote: > > Hi Ed, > > > > On Mon, Oct 02, 2017 at 10:55:59AM +0100, Ed Blake wrote: > >> Pass on peripheral (RTC/IR/WD) irq masks and unmasks to the parent > >> interrupt controller, as well as setting / clea

Re: [PATCH 1/2] IB/hfi1: Use preempt_{dis,en}able_nort()

2017-10-05 Thread Thomas Gleixner
On Thu, 5 Oct 2017, Julia Cartwright wrote: > On Tue, Oct 03, 2017 at 12:49:19PM -0300, Arnaldo Carvalho de Melo wrote: > > - preempt_disable(); > > + preempt_disable_nort(); > > this_cpu_inc(*sc->buffers_allocated); > > Have you tried this on RT w/ CONFIG_DEBUG_PREEMPT? I believe that th

Re: [PATCH 05/20] ARM: dts: sun4i: Change pinctrl nodes to avoid warning

2017-10-05 Thread Chen-Yu Tsai
On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard wrote: > All our pinctrl nodes were using a node name convention with a unit-address > to differentiate the different muxing options. However, since those nodes > didn't have a reg property, they were generating warnings in DTC. > > In order to accomod

Re: [PATCH 0/5] CRIS v32: Adjustments for crisv32_nand_flash_probe()

2017-10-05 Thread Gregory CLEMENT
Hi Markus, On mer., oct. 04 2017, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 4 Oct 2017 20:33:20 +0200 > > A few update suggestions were taken into account > from static source code analysis. If you plan to send a v2 could you remove me from the CC. I know that ./scripts/g

Re: [PATCH 06/20] ARM: dts: sun4i: Provide default muxing for relevant controllers

2017-10-05 Thread Chen-Yu Tsai
On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard wrote: > Some controllers have only one muxing option in the SoC. In such a case, we > can just move the muxing into the DTSI, and remove it from the DTS. > > Signed-off-by: Maxime Ripard It would be helpful if you could mention which controllers mat

Re: [PATCH] switchtec: make struct event_regs static

2017-10-05 Thread Logan Gunthorpe
Thanks! Acked-by: Logan Gunthorpe On 10/5/2017 4:01 AM, Colin King wrote: From: Colin Ian King The structure event_regs is local to the source and does not need to be in global scope, so make it static. Cleans up sparse warning: symbol 'event_regs' was not declared. Should it be static Sig

Re: [PATCH 1/2] IB/hfi1: Use preempt_{dis,en}able_nort()

2017-10-05 Thread Julia Cartwright
On Thu, Oct 05, 2017 at 05:27:30PM +0200, Thomas Gleixner wrote: > On Thu, 5 Oct 2017, Julia Cartwright wrote: > > On Tue, Oct 03, 2017 at 12:49:19PM -0300, Arnaldo Carvalho de Melo wrote: > > > - preempt_disable(); > > > + preempt_disable_nort(); > > > this_cpu_inc(*sc->buffers_allocated); > >

Re: [PATCH tip/core/rcu 1/9] rcu: Provide GP ordering in face of migrations and delays

2017-10-05 Thread Peter Zijlstra
On Thu, Oct 05, 2017 at 07:55:13AM -0700, Paul E. McKenney wrote: > On Thu, Oct 05, 2017 at 11:41:14AM +0200, Peter Zijlstra wrote: > > On Wed, Oct 04, 2017 at 02:29:27PM -0700, Paul E. McKenney wrote: > > > Consider the following admittedly improbable sequence of events: > > > > > > o RCU is init

Re: [PATCH] security/keys: BIG_KEY requires CONFIG_CRYPTO

2017-10-05 Thread Serge E. Hallyn
Quoting Arnd Bergmann (a...@arndb.de): > The recent rework introduced a possible randconfig build failure > when CONFIG_CRYPTO configured to only allow modules: > > security/keys/big_key.o: In function `big_key_crypt': > big_key.c:(.text+0x29f): undefined reference to `crypto_aead_setkey' > securi

[PATCH 0/2] PowerPC-Cell OProfile: Adjustments for three function implementations

2017-10-05 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 5 Oct 2017 17:32:10 +0200 Two update suggestions were taken into account from static source code analysis. Markus Elfring (2): Delete an error message for a failed memory allocation in three functions Improve a size determination in two functions arch/powerp

[PATCH 1/2] powerpc/oprofile/cell: Delete an error message for a failed memory allocation in three functions

2017-10-05 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 5 Oct 2017 17:10:11 +0200 Omit extra messages for a memory allocation failure in these functions. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- arch/powerpc/oprofile/cell/spu_task_sync.c | 8 arch/powerpc/o

Re: [PATCH v4 0/6] fs/dcache: Limit # of negative dentries

2017-10-05 Thread Waiman Long
On 09/18/2017 02:20 PM, Waiman Long wrote: > > A rogue application can potentially create a large number of negative > dentries in the system consuming most of the memory available even if > memory controller is enabled to limit memory usage. This can impact > performance of other applications ru

[PATCH 2/2] powerpc/oprofile/cell: Improve a size determination in two functions

2017-10-05 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 5 Oct 2017 17:18:33 +0200 Replace the specification of data structures by pointer dereferences as the parameter for the operator "sizeof" to make the corresponding size determination a bit safer according to the Linux coding style convention. This issue was detect

Re: [PATCH v4 12/14] platform/x86: wmi: create character devices when requested by drivers

2017-10-05 Thread Greg KH
On Thu, Oct 05, 2017 at 02:35:43PM +, mario.limoncie...@dell.com wrote: > > > > > + strcpy(buf, "wmi/"); > > > + strcpy(buf + 4, wdriver->driver.name); > > > + wblock->misc_dev.minor = MISC_DYNAMIC_MINOR; > > > + wblock->misc_dev.name = buf; > > > + wblo

[rcu:rcu/next 33/34] kernel/rcu/tree_plugin.h:533:4: error: implicit declaration of function 'rt_mutex_futex_unlock'

2017-10-05 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git rcu/next head: 31f76cdc284fc45751d88b5ed754630a5f8a8914 commit: 3f4013e60f5eaf15913143831cfa8b8a2e2fbcb5 [33/34] Squash with 7202bfecfbec ("rcu: Pretend ->boost_mtx acquired legitimately") config: i386-randconfig-x077

Apply

2017-10-05 Thread Capital Finance
UNSECURED BUSINESS/PERSONAL LOAN BY LOAN CAPITAL FINANCE - NO COLLATERAL - MINIMUM DOCUMENTATION - BUSINESS LOAN UP TO FIVE(5) MILLION US DOLLARS CONTACT US TODAY VIA EMAIL: financeloa...@hotmail.com

Re: [PATCH 07/20] ARM: dts: sun4i: Remove skeleton and memory to avoid warnings

2017-10-05 Thread Chen-Yu Tsai
On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard wrote: > Using skeleton.dtsi will create a memory node that will generate a warning > in DTC. However, that node will be created by the bootloader, so we can > just remove it entirely in order to remove that warning. > > Signed-off-by: Maxime Ripard >

Re: [PATCH 4/4] irqchip: imgpdc: Pass on peripheral mask/unmasks to the parent

2017-10-05 Thread Ed Blake
On 05/10/17 16:26, James Hogan wrote: > On Thu, Oct 05, 2017 at 03:48:53PM +0100, Ed Blake wrote: >> >> I'm not sure how this is supposed to work, but the issue seems to be >> that without this patch the parent irq isn't being masked.  This is >> causing the parent handler (MIPS GIC in this case) t

Re: [PATCH v4 13/14] platform/x86: dell-smbios-wmi: introduce userspace interface

2017-10-05 Thread Greg KH
On Thu, Oct 05, 2017 at 02:22:37PM +, mario.limoncie...@dell.com wrote: > > -Original Message- > > From: Alan Cox [mailto:gno...@lxorguk.ukuu.org.uk] > > Sent: Thursday, October 5, 2017 8:59 AM > > To: Limonciello, Mario > > Cc: dvh...@infradead.org; Andy Shevchenko ; > > LKML ; platfo

Re: [PATCH 09/20] ARM: dts: sun4i: Remove SoC node unit-name to avoid warnings

2017-10-05 Thread Chen-Yu Tsai
On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard wrote: > Our main node for all the in-SoC controllers used to have a unit name. The > unit-name, in addition to being actually false, would not match any reg > property, which generates a warning. > > Remove it in order to remove those warnings. > > Si

Re: [PATCH 10/20] ARM: dts: sun4i: Rename thermal nodes to avoid warnings

2017-10-05 Thread Chen-Yu Tsai
On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard wrote: > The thermal-zone subnodes we defined for the A10 have underscores in them > that will generate DTC warnings. Change those underscores for hyphens. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai

Re: [PATCH 11/20] ARM: dts: sun4i: Remove all useless pinctrl nodes

2017-10-05 Thread Chen-Yu Tsai
On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard wrote: > The gpio pinctrl nodes are redundant and as such useless most of the times. > Since they will also generate warnings in DTC, we can simply remove most of > them. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai

Re: [PATCH v3 00/17] Hyper-V: add tracing to VMBus module and trace messages/events

2017-10-05 Thread Stephen Hemminger
On Thu, 5 Oct 2017 16:50:27 +0200 Vitaly Kuznetsov wrote: > Changes since v2: > - Use DEFINE_EVENT in PATCH1/2 to avoid compile warnings [Stephen Hemminger] > - Add PATCH17 tracing channel events [Stephen Hemminger] > > Messages between guest and host are used in Hyper-V as control flow. To > s

Re: [PATCH 12/20] ARM: dts: sun4i: Remove underscores from nodes names

2017-10-05 Thread Chen-Yu Tsai
On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard wrote: > Some GPIO pinctrl nodes cannot be easily removed, because they would also > change the pin configuration, for example to add a pull resistor or change > the current delivered by the pin. > > Those nodes still have underscores and unit-addresse

Re: [PATCH 13/20] ARM: dts: sun4i: Remove gpio-keys warnings

2017-10-05 Thread Chen-Yu Tsai
On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard wrote: > Some gpio-keys definitions in our DTs were having buttons defined with a > unit-address and that would generate a DTC warning. > > Change the buttons node names to remove the warnings. > > Signed-off-by: Maxime Ripard > --- > arch/arm/boot/d

Re: [PATCH v4 12/14] platform/x86: wmi: create character devices when requested by drivers

2017-10-05 Thread Pali Rohár
On Thursday 05 October 2017 17:42:14 Greg KH wrote: > > > > --- /dev/null > > > > +++ b/include/uapi/linux/wmi.h > > > > @@ -0,0 +1,10 @@ > > > > +#ifndef _UAPI_LINUX_WMI_H > > > > +#define _UAPI_LINUX_WMI_H > > > > + > > > > +#define WMI_IOC 'W' > > > > +#define WMI_IO(instance) _IO(WMI_IOC,

Re: [PATCH tip/core/rcu 1/3] membarrier: Provide register expedited private command

2017-10-05 Thread Mathieu Desnoyers
- On Oct 5, 2017, at 12:23 AM, Nicholas Piggin npig...@gmail.com wrote: > On Wed, 4 Oct 2017 14:37:53 -0700 > "Paul E. McKenney" wrote: > >> From: Mathieu Desnoyers >> >> Provide a new command allowing processes to register their intent to use >> the private expedited command. >> >> This

Re: [v10 5/6] mm, oom: add cgroup v2 mount option for cgroup-aware OOM killer

2017-10-05 Thread Tejun Heo
Hello, Michal. On Thu, Oct 05, 2017 at 03:14:19PM +0200, Michal Hocko wrote: > Yes and that is why I think a boot time knob would be the most simple > way. It will also open doors for more oom policies in future which I > believe come sooner or later. While boot params are fine for development an

Re: [PATCH 14/20] ARM: dts: sun9i: Remove skeleton to avoid warnings

2017-10-05 Thread Chen-Yu Tsai
On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard wrote: > Using skeleton.dtsi will create a memory node that will generate a warning > in DTC. However, that node will be created by the bootloader, so we can > just remove it entirely in order to remove that warning. > > Signed-off-by: Maxime Ripard

Re: [PATCH 08/20] ARM: dts: sun4i: Change LRADC node names to avoid warnings

2017-10-05 Thread Chen-Yu Tsai
On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard wrote: > One of the usage of the LRADC is to implement buttons. The bindings define > that we should have one subnode per button, with their associated voltage > as a property. > > However, there was no reg property but we still used the voltage associ

Re: [PATCH tip/core/rcu 1/3] membarrier: Provide register expedited private command

2017-10-05 Thread Mathieu Desnoyers
- On Oct 5, 2017, at 8:22 AM, Avi Kivity a...@scylladb.com wrote: > On 10/05/2017 07:23 AM, Nicholas Piggin wrote: >> On Wed, 4 Oct 2017 14:37:53 -0700 >> "Paul E. McKenney" wrote: >> >>> From: Mathieu Desnoyers >>> >>> Provide a new command allowing processes to register their intent to us

Re: [PATCH 16/20] ARM: dts: sun9i: Remove GPIO pinctrl nodes to avoid warnings

2017-10-05 Thread Chen-Yu Tsai
On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard wrote: > The A80 boards still define some GPIO pinctrl nodes that are not really > useful, and redundant with the muxing already happening on gpio_request. > > Let's remove those nodes. This will also remove DTC warnings. > > Signed-off-by: Maxime Ripa

Re: [PATCH 17/20] ARM: dts: sun9i: optimus: Remove card detect pull-up

2017-10-05 Thread Chen-Yu Tsai
On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard wrote: > The board has an external pull-up on the card-detect signal, so there's no > need to add another one. > > This also removes a DTC warning. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai

Re: [PATCH 18/20] ARM: dts: sun9i: cubieboard4: Remove card detect pull-up

2017-10-05 Thread Chen-Yu Tsai
On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard wrote: > The board has an external pull-up on the card-detect signal, so there's no > need to add another one. > > This also removes a DTC warning. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai

Re: [ANNOUNCE] v4.11.12-rt13

2017-10-05 Thread Sebastian Andrzej Siewior
On 2017-10-04 18:07:59 [+0200], Mike Galbraith wrote: > Seems combo-patch induced some ltp posix conformance test grumbling. > > +clock_settime_8_1 ... ... FAILED > +clock_settime_4_2 ... ... FAILED > +clock_settime_speculative_4_3 ... ... FAILED > +timer_settime_5_2 ... ... FAILED > +timer_se

Re: [PATCH 15/20] ARM: dts: sun9i: Rename pinctrl nodes to avoid warnings

2017-10-05 Thread Chen-Yu Tsai
On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard wrote: > Our pinctrl node names were containing unit-adresses without a reg > property, resulting in a warning. Change the names for our new convention. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai

Re: [PATCH 1/2] IB/hfi1: Use preempt_{dis,en}able_nort()

2017-10-05 Thread Steven Rostedt
On Thu, 5 Oct 2017 10:37:59 -0500 Julia Cartwright wrote: > On Thu, Oct 05, 2017 at 05:27:30PM +0200, Thomas Gleixner wrote: > > On Thu, 5 Oct 2017, Julia Cartwright wrote: > > > On Tue, Oct 03, 2017 at 12:49:19PM -0300, Arnaldo Carvalho de Melo wrote: > > > > > > > - preempt_disable()

Re: [PATCH v4 13/14] platform/x86: dell-smbios-wmi: introduce userspace interface

2017-10-05 Thread Pali Rohár
On Thursday 05 October 2017 17:44:45 Greg KH wrote: > On Thu, Oct 05, 2017 at 02:22:37PM +, mario.limoncie...@dell.com wrote: > > > -Original Message- > > > From: Alan Cox [mailto:gno...@lxorguk.ukuu.org.uk] > > > Sent: Thursday, October 5, 2017 8:59 AM > > > To: Limonciello, Mario > >

Re: [PATCH 19/20] ARM: dts: sun9i: Change node names to remove underscores

2017-10-05 Thread Chen-Yu Tsai
On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard wrote: > Some node names in the A80 DTSI still have underscores in them. Remove them > in favour of hyphens to remove DTC warnings. > > Signed-off-by: Maxime Ripard > --- > arch/arm/boot/dts/sun9i-a80.dtsi | 10 +- > 1 file changed, 5 inserti

Re: [PATCH] drm/i915: Preallocate mmu notifier to unbreak cpu hotplug deadlock

2017-10-05 Thread Daniel Vetter
On Thu, Oct 05, 2017 at 05:23:20PM +0200, Thomas Gleixner wrote: > On Thu, 5 Oct 2017, Daniel Vetter wrote: > > > 4.14-rc1 gained the fancy new cross-release support in lockdep, which > > seems to have uncovered a few more rules about what is allowed and > > isn't. > > > > This one here seems to

Re: [PATCH 20/20] ARM: dts: sun9i: Change node names to remove underscores

2017-10-05 Thread Chen-Yu Tsai
On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard wrote: > Some boards have had node names with underscores. Remove them in favour of > hyphens in order to reduce the DTC warnings. > > Signed-off-by: Maxime Ripard > --- > arch/arm/boot/dts/sun9i-a80-cubieboard4.dts | 8 > arch/arm/boot/dts/

Re: [PATCH tip/core/rcu 1/3] membarrier: Provide register expedited private command

2017-10-05 Thread Mathieu Desnoyers
- On Oct 5, 2017, at 8:12 AM, Peter Zijlstra pet...@infradead.org wrote: > On Wed, Oct 04, 2017 at 02:37:53PM -0700, Paul E. McKenney wrote: >> diff --git a/arch/powerpc/kernel/membarrier.c >> b/arch/powerpc/kernel/membarrier.c >> new file mode 100644 >> index ..b0d79a5f5981 >> --

Re: [PATCH 0/3] Arm: dts: stm32: remove extra compatible uart string

2017-10-05 Thread Alexandre Torgue
Hi Vikas On 09/29/2017 12:51 AM, Vikas Manocha wrote: stm32 uart driver is using two compatible strings "st,stm32-usart" & "st,stm32-uart". One can be removed safely to save some space & time. Vikas Manocha (3): Arm: dts: stm32: remove extra compatible string for uart Arm: dts: stm32: re

[PATCH v3 4/4] platform/chrome: Register cros_ec_accel_legacy driver

2017-10-05 Thread Thierry Escande
With this patch, the cros_ec_ctl driver will register the legacy accelerometer driver (named cros_ec_accel_legacy) if it fails to register sensors through the usual path cros_ec_sensors_register(). This legacy device is present on Chromebook devices with older EC firmware only supporting deprecated

[PATCH v3 1/4] platform/chrome: cros_ec_lpc: Register the driver if ACPI entry is missing.

2017-10-05 Thread Thierry Escande
From: Enric Balletbo i Serra Commit 12278dc7c572 ("platform/chrome: cros_ec_lpc: Add support for GOOG004 ACPI device") added support when the firmware reports the ACPI device, there are some firmwares though that doesn't report this device but have it. In such cases we need to instantiate the dri

Re: [PATCH tip/core/rcu 1/3] membarrier: Provide register expedited private command

2017-10-05 Thread Mathieu Desnoyers
- On Oct 5, 2017, at 8:24 AM, Peter Zijlstra pet...@infradead.org wrote: > On Thu, Oct 05, 2017 at 02:12:50PM +0200, Peter Zijlstra wrote: >> On Wed, Oct 04, 2017 at 02:37:53PM -0700, Paul E. McKenney wrote: >> > diff --git a/arch/powerpc/kernel/membarrier.c >> > b/arch/powerpc/kernel/membar

[PATCH v3 0/4] platform/chrome: Support for cros_ec_accel_legacy driver

2017-10-05 Thread Thierry Escande
Hi, This series enables a driver for a legacy accelerometer driver used on Chromebook devices with older EC firmware. In addition to the cros_ec_accel_legacy driver, this series contains a fix that registers the cros_ec_lpc driver on Chromebook devices that does not have the GOOG0004 ACPI entry.

[PATCH v3 3/4] platform/chrome: Add cros_ec_accel_legacy driver

2017-10-05 Thread Thierry Escande
From: Gwendal Grignou Add driver to support older EC firmware that only support deprecated ec command. Rely on ACPI memory map register to access sensor information. Present same interface as the regular cros_ec sensor stack: - one iio device per accelerometer - use HTML5 axis definition - use ii

[PATCH v3 2/4] platform/chrome: cros_ec_lpc: Add support for Google Glimmer

2017-10-05 Thread Thierry Escande
This patch adds device information to the DMI table of the cros_ec_lpc driver for Google Glimmer devices. Since Google BIOS does not enumerate devices in the LPC bus, the cros_ec_lpc driver checks for system compatibility and registers the cros_ec device itself. Signed-off-by: Thierry Escande ---

Re: [PATCH 1/2] IB/hfi1: Use preempt_{dis,en}able_nort()

2017-10-05 Thread Julia Cartwright
On Thu, Oct 05, 2017 at 11:55:39AM -0400, Steven Rostedt wrote: > On Thu, 5 Oct 2017 10:37:59 -0500 > Julia Cartwright wrote: > > > On Thu, Oct 05, 2017 at 05:27:30PM +0200, Thomas Gleixner wrote: > > > On Thu, 5 Oct 2017, Julia Cartwright wrote: > > > > On Tue, Oct 03, 2017 at 12:49:19PM -0300

Re: [PATCH] ARM: dts: stm32: add Timers driver for stm32f746 MCU

2017-10-05 Thread Alexandre Torgue
Hi Benjamin, On 10/04/2017 11:27 AM, Benjamin Gaignard wrote: Add Timers and it sub-nodes into DT for stm32f746 family. Signed-off-by: Benjamin Gaignard --- arch/arm/boot/dts/stm32f746.dtsi | 270 +++ 1 file changed, 270 insertions(+) diff --git a/arch/a

[PATCH] powerpc/perf/hv-24x7: Delete an error message for a failed memory allocation in create_events_from_catalog()

2017-10-05 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 5 Oct 2017 18:02:05 +0200 Omit an extra message for a memory allocation failure in this function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- arch/powerpc/perf/hv-24x7.c | 1 - 1 file changed, 1 deletion(-) diff

lib/lz4/lz4_decompress.c:487:1: internal compiler error: output_operand: unrecognized address

2017-10-05 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 42b76d0e6b1fe0fcb90e0ff6b4d053d50597b031 commit: 8cb5d7482810b7eb1bb05bf4f71bc93ce35e5896 lib/lz4: make arrays static const, reduces object code size date: 2 days ago config: cris-dev88_defconfig (attached

Re: [PATCH] rsi: fix integer overflow warning

2017-10-05 Thread Joe Perches
On Thu, 2017-10-05 at 15:12 +, David Laight wrote: > From: Joe Perches > > Sent: 05 October 2017 13:19 > > On Thu, 2017-10-05 at 14:05 +0200, Arnd Bergmann wrote: > > > gcc produces a harmless warning about a recently introduced > > > signed integer overflow: > > > > > > drivers/net/wireless/r

Re: [PATCH] vfs: hard-ban creating files with control characters in the name

2017-10-05 Thread J. Bruce Fields
On Tue, Oct 03, 2017 at 02:58:52PM -0400, Theodore Ts'o wrote: > The argument for making it be configurable is that if it does break > things in way we can't foresee, it's a lot easier to back it out. And > like what we've done with relatime, if the distro's all run with it as > the default for a

Re: [PATCH 1/2] IB/hfi1: Use preempt_{dis,en}able_nort()

2017-10-05 Thread Thomas Gleixner
On Thu, 5 Oct 2017, Julia Cartwright wrote: > On Thu, Oct 05, 2017 at 11:55:39AM -0400, Steven Rostedt wrote: > > On Thu, 5 Oct 2017 10:37:59 -0500 > > Julia Cartwright wrote: > > > > > On Thu, Oct 05, 2017 at 05:27:30PM +0200, Thomas Gleixner wrote: > > > > On Thu, 5 Oct 2017, Julia Cartwright

Re: [patch V2 22/29] lockup_detector: Make watchdog_nmi_reconfigure() two stage

2017-10-05 Thread Don Zickus
On Tue, Oct 03, 2017 at 07:27:01PM +, Thomas Gleixner wrote: > On Tue, 3 Oct 2017, Thomas Gleixner wrote: > > On Tue, 3 Oct 2017, Thomas Gleixner wrote: > > > On Tue, 3 Oct 2017, Michael Ellerman wrote: > > > > Hmm, I tried that patch, it makes the warning go away. But then I > > > > triggered

vmx.c:undefined reference to `boot_cpu_physical_apicid'

2017-10-05 Thread kbuild test robot
Hi Paolo, It's probably a bug fix that unveils the link errors. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 42b76d0e6b1fe0fcb90e0ff6b4d053d50597b031 commit: c0a1666bcb2a33e84187a15eabdcd54056be9a97 KVM: VMX: use cmpxchg64 date: 7 days ago config: i

Re: linux-next: Tree for Sep 29

2017-10-05 Thread Mark Brown
On Fri, Sep 29, 2017 at 03:48:38PM +1000, Stephen Rothwell wrote: > News: I will not be doing linux-next releases from Setp 30 to Oct 30 > (inclusive). I'll try to pick this up in my usual reduced service best effort manner from Monday (only just noticed and I can't do tomorrow due to other commi

Re: [PATCH tip/core/rcu 1/9] rcu: Provide GP ordering in face of migrations and delays

2017-10-05 Thread Paul E. McKenney
On Thu, Oct 05, 2017 at 05:39:13PM +0200, Peter Zijlstra wrote: > On Thu, Oct 05, 2017 at 07:55:13AM -0700, Paul E. McKenney wrote: > > On Thu, Oct 05, 2017 at 11:41:14AM +0200, Peter Zijlstra wrote: > > > On Wed, Oct 04, 2017 at 02:29:27PM -0700, Paul E. McKenney wrote: > > > > Consider the follow

Re: [PATCH] drm/i915: Preallocate mmu notifier to unbreak cpu hotplug deadlock

2017-10-05 Thread Thomas Gleixner
On Thu, 5 Oct 2017, Daniel Vetter wrote: > On Thu, Oct 05, 2017 at 05:23:20PM +0200, Thomas Gleixner wrote: > > Aside of that, is it really required to use stomp_machine() for this > > synchronization? We certainly have less intrusive mechansisms than that. > > Yeah, the stop_machine needs to go,

Re: [PATCH tip/core/rcu 1/3] membarrier: Provide register expedited private command

2017-10-05 Thread Peter Zijlstra
On Thu, Oct 05, 2017 at 04:02:06PM +, Mathieu Desnoyers wrote: > - On Oct 5, 2017, at 8:12 AM, Peter Zijlstra pet...@infradead.org wrote: > > > On Wed, Oct 04, 2017 at 02:37:53PM -0700, Paul E. McKenney wrote: > >> diff --git a/arch/powerpc/kernel/membarrier.c > >> b/arch/powerpc/kernel/m

Re: [PATCH tip/core/rcu 1/9] rcu: Provide GP ordering in face of migrations and delays

2017-10-05 Thread Peter Zijlstra
On Thu, Oct 05, 2017 at 09:19:09AM -0700, Paul E. McKenney wrote: > > Yes, the ordering does need to be visible to uninvolved CPUs, so > release-acquire is not necessarily strong enough. Why? Because I'm not at all seeing why it needs more. Your Changelog doesn't provide enough hints.

Re: [PATCH] drm/i915: Preallocate mmu notifier to unbreak cpu hotplug deadlock

2017-10-05 Thread Daniel Vetter
On Thu, Oct 05, 2017 at 06:19:30PM +0200, Thomas Gleixner wrote: > On Thu, 5 Oct 2017, Daniel Vetter wrote: > > On Thu, Oct 05, 2017 at 05:23:20PM +0200, Thomas Gleixner wrote: > > > Aside of that, is it really required to use stomp_machine() for this > > > synchronization? We certainly have less i

Re: [PATCH v4 13/14] platform/x86: dell-smbios-wmi: introduce userspace interface

2017-10-05 Thread Greg KH
On Thu, Oct 05, 2017 at 05:56:19PM +0200, Pali Rohár wrote: > On Thursday 05 October 2017 17:44:45 Greg KH wrote: > > On Thu, Oct 05, 2017 at 02:22:37PM +, mario.limoncie...@dell.com wrote: > > > > -Original Message- > > > > From: Alan Cox [mailto:gno...@lxorguk.ukuu.org.uk] > > > > Sen

<    1   2   3   4   5   6   7   8   9   10   >