Re: linux-next: build warnings after merge of the net-next tree

2016-11-22 Thread Thomas Petazzoni
Hello, On Mon, 21 Nov 2016 17:28:39 -0800, Florian Fainelli wrote: > +Thomas, Gregory, > > On 11/21/2016 05:22 PM, Stephen Rothwell wrote: > [snip] > > > > Introduced by commit > > > > a0627f776a45 ("net: marvell: Allow drivers to be built with COMPILE_TEST") > > > > "a few warnings" is a ma

Re: [PATCHv11 2/3] usb: USB Type-C connector class

2016-11-22 Thread Greg KH
On Tue, Nov 22, 2016 at 09:58:13AM +0200, Heikki Krogerus wrote: > Hi Greg, > > On Mon, Nov 21, 2016 at 03:46:08PM +0100, Greg KH wrote: > > > > > + > > > > > +config TYPEC > > > > > + tristate > > > > > > > > Hah, that says NOTHING about what this code is at all. > > > > > > Alone the class

Re: [PATCH] SMB2: Fix share type handling

2016-11-22 Thread walter harms
Am 21.11.2016 22:53, schrieb Christophe JAILLET: > In fs/cifs/smb2pdu.h, we have: > #define SMB2_SHARE_TYPE_DISK0x01 > #define SMB2_SHARE_TYPE_PIPE0x02 > #define SMB2_SHARE_TYPE_PRINT 0x03 > > Knowing that, with the current code, the SMB2_SHARE_TYPE_PRINT case can > never trigger and p

Re: [PATCH] ARM: dts: exynos: remove the cd-gpios property for eMMC of odroid-xu3/4

2016-11-22 Thread Jaehoon Chung
On 11/22/2016 04:51 PM, Andrzej Hajda wrote: > On 22.11.2016 02:24, Jaehoon Chung wrote: >> On 11/22/2016 02:06 AM, Krzysztof Kozlowski wrote: >>> On Mon, Nov 21, 2016 at 04:10:32PM +0900, Jaehoon Chung wrote: Odroid-xu3/4 didn't need to use the cd-gpios for detecting card. Because Host c

Re: [BUG] msr-trace.h:42 suspicious rcu_dereference_check() usage!

2016-11-22 Thread Paul E. McKenney
On Mon, Nov 21, 2016 at 12:44:45PM -0800, Andi Kleen wrote: > > > http://halobates.de/tracepoint-trace > > > > There's a lot of push and pop regs due to function calling. There's > > places that inlines can still improve things, and perhaps even some > > likely unlikelys well placed. > > Assuming

linux-next: manual merge of the userns tree with Linus' tree

2016-11-22 Thread Stephen Rothwell
Hi Eric, Today's linux-next merge of the userns tree got conflicts in: arch/alpha/kernel/ptrace.c arch/blackfin/kernel/ptrace.c arch/cris/arch-v32/kernel/ptrace.c arch/ia64/kernel/ptrace.c arch/mips/kernel/ptrace32.c arch/powerpc/kernel/ptrace32.c include/linux/mm.h kernel/ptrace.

Re: [RFC][PATCH 1/3] drm/bridge: adv7511: Rework adv7511_power_on/off() so they can be reused internally

2016-11-22 Thread John Stultz
On Tue, Nov 22, 2016 at 12:14 AM, Laurent Pinchart wrote: > Hi John, > > Thank you for the patch. > > On Monday 21 Nov 2016 16:37:30 John Stultz wrote: >> In chasing down issues with EDID probing, I found some >> duplicated but incomplete logic used to power the chip on and >> off. >> >> This patc

Re: [PATCH 2/2] rcu: Force resched_cpu when jiffies >= rcu_state.jiffies_resched

2016-11-22 Thread Byungchul Park
On Wed, Nov 09, 2016 at 03:32:15PM +0900, Byungchul Park wrote: > Currently rcu code forces CPU into scheduler when jiffies >= > rcu_state.gp_start + jiffies_till_sched_qs, via resched_cpu(). > > It would be better to force CPU into scheduler when jiffies >= > rcu_state.jiffies_resched, too. Hell

Re: [RFC][PATCH 1/3] drm/bridge: adv7511: Rework adv7511_power_on/off() so they can be reused internally

2016-11-22 Thread Laurent Pinchart
Hi John, Thank you for the patch. On Monday 21 Nov 2016 16:37:30 John Stultz wrote: > In chasing down issues with EDID probing, I found some > duplicated but incomplete logic used to power the chip on and > off. > > This patch refactors the adv7511_power_on/off functions, so > they can be used f

[PATCH v2 0/2] virtio-crypto: add Linux driver

2016-11-22 Thread Gonglei
The virtio crypto device is a virtual cryptography device as well as a kind of virtual hardware accelerator for virtual machines. The encryption anddecryption requests are placed in the data queue and are ultimately handled by thebackend crypto accelerators. The second queue is the control queue us

[PATCH v2 2/2] crypto: add virtio-crypto driver

2016-11-22 Thread Gonglei
This patch introduces virtio-crypto driver for Linux Kernel. The virtio crypto device is a virtual cryptography device as well as a kind of virtual hardware accelerator for virtual machines. The encryption anddecryption requests are placed in the data queue and are ultimately handled by thebackend

[PATCH v2 1/2] virtio: introduce little edian functions for virtio_cread/write# family

2016-11-22 Thread Gonglei
Virtio modern devices are always little edian, let's introduce the LE functions for read/write configuration space for virtio modern devices, which avoid complaint by Sparse when we use the virtio_creaed/virtio_cwrite in VIRTIO_1 devices. Signed-off-by: Gonglei --- include/linux/virtio_config.h

Re: [PATCH 2/2] MAINTAINERS: Add myself as co-maintainer to fpga mgr framework.

2016-11-22 Thread Greg Kroah-Hartman
On Tue, Nov 22, 2016 at 08:48:57AM +0100, Michal Simek wrote: > On 22.11.2016 03:29, atull wrote: > > On Mon, 21 Nov 2016, Moritz Fischer wrote: > > > >> Add myself as co-maintainer to fpga mgr framework. > >> > >> Signed-off-by: Moritz Fischer > >> Cc: Alan Tull > >> Cc: Greg Kroah-Hartman > >

Re: [PATCH 2/2] MAINTAINERS: Add myself as co-maintainer to fpga mgr framework.

2016-11-22 Thread Michal Simek
On 22.11.2016 03:29, atull wrote: > On Mon, 21 Nov 2016, Moritz Fischer wrote: > >> Add myself as co-maintainer to fpga mgr framework. >> >> Signed-off-by: Moritz Fischer >> Cc: Alan Tull >> Cc: Greg Kroah-Hartman >> Cc: linux-kernel@vger.kernel.org >> Cc: linux-f...@vger.kernel.org >> --- >> H

Re: [PATCHv11 2/3] usb: USB Type-C connector class

2016-11-22 Thread Heikki Krogerus
Hi Greg, On Mon, Nov 21, 2016 at 03:46:08PM +0100, Greg KH wrote: > > > > + > > > > +config TYPEC > > > > + tristate > > > > > > Hah, that says NOTHING about what this code is at all. > > > > Alone the class driver does nothing. Why would the user need to be > > aware of if it when selecti

Re: [PATCH 2/2] pci: Don't set RCB bit in LNKCTL if the upstream bridge hasn't

2016-11-22 Thread Johannes Thumshirn
On Mon, Nov 21, 2016 at 10:53:52AM -0600, Bjorn Helgaas wrote: > On Wed, Nov 16, 2016 at 12:11:58PM -0600, Bjorn Helgaas wrote: > > Hi Johannes, > > > > On Wed, Nov 02, 2016 at 04:35:52PM -0600, Johannes Thumshirn wrote: > > > The Read Completion Boundary (RCB) bit must only be set on a device or

<    5   6   7   8   9   10