RE: [PATCH] tools: hv: lsvmbus: add pci pass-through UUID

2016-04-22 Thread Dexuan Cui
> From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com] > Sent: Saturday, April 23, 2016 0:21 > To: de...@linuxdriverproject.org > Cc: linux-ker...@vger.kernel.org; KY Srinivasan ; Haiyang > Zhang ; Dexuan Cui > Subject: [PATCH]

Re: [PATCH] vme: trivial spelling and capitalization fixes

2016-04-22 Thread Martyn Welch
On 21/04/16 17:18, Aaron Sierra wrote: Fix a typo in the spurious interrupt warning and consistently capitalize VME, PCI, and DMA acronyms. Signed-off-by: Aaron Sierra Acked-by: Martyn Welch --- drivers/vme/vme.c | 12 ++-- 1 file

[PATCH] Input: i8042 - Fix console keyboard support on Gen2 Hyper-V VMs

2016-04-22 Thread Mark Laws
As explained in 1407814240-4275-1-git-send-email-de...@microsoft.com: > hyperv_keyboard invokes serio_interrupt(), which needs a valid serio > driver like atkbd.c. atkbd.c depends on libps2.c because it invokes > ps2_command(). libps2.c depends on i8042.c because it invokes >

[PATCH] Input: i8042 - Fix console keyboard support on Gen2 Hyper-V VMs

2016-04-22 Thread Mark Laws
A few tripels later and the patch has been completely rewritten. The problem symbols have been moved to a new module, libi8042.c, which both libps2.c and i8042.c use. libps2.c no longer depends on i8042.c, and i8042.c no longer needs the gross hack of the previous patch. Since I didn't write

[PATCH] tools: hv: lsvmbus: add pci pass-through UUID

2016-04-22 Thread Vitaly Kuznetsov
lsvmbus keeps its own copy of all VMBus UUIDs, add PCIe pass-through device there to not report 'Unknown' for such devices. Signed-off-by: Vitaly Kuznetsov --- tools/hv/lsvmbus | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/hv/lsvmbus b/tools/hv/lsvmbus index

Re: [PATCH v12 1/2] kernel.h: add u64_to_user_ptr()

2016-04-22 Thread Gustavo Padovan
2016-04-22 Daniel Vetter : > On Thu, Apr 21, 2016 at 12:38:49PM -0300, Gustavo Padovan wrote: > > From: Gustavo Padovan > > > > This function had copies in 3 different files. Unify them in kernel.h. > > > > Cc: Joe Perches >

Re: [PATCH] Input: i8042 - Fix console keyboard support on Gen2 Hyper-V VMs

2016-04-22 Thread Dan Carpenter
Why is platform_create_bundle() failing? It didn't fail in the first version of the patch. Btw, I'm not asking rhetorical questions, if I ask a question it means I legitimately don't know the answer. But I don't like this patch. Could you describe how you have tested it with real hardware?

[PATCH] Input: i8042 - Fix console keyboard support on Gen2 Hyper-V VMs

2016-04-22 Thread Mark Laws
As explained in 1407814240-4275-1-git-send-email-de...@microsoft.com: > hyperv_keyboard invokes serio_interrupt(), which needs a valid serio > driver like atkbd.c. atkbd.c depends on libps2.c because it invokes > ps2_command(). libps2.c depends on i8042.c because it invokes >

[PATCH] Input: i8042 - Fix console keyboard support on Gen2 Hyper-V VMs

2016-04-22 Thread Mark Laws
This is an updated version of the original patch from this thread. It fixes the style issues Dan Carpenter brought up. Mark Laws (1): Input: i8042 - Fix console keyboard support on Gen2 Hyper-V VMs drivers/input/serio/i8042.c | 50 ++--- 1 file

Re: [PATCH 00/10] staging: mite: additional cleanup

2016-04-22 Thread Ian Abbott
On 21/04/16 20:04, H Hartley Sweeten wrote: This series does some additional cleanup of the mite driver and the drivers that use it so that the CHSR_* bit defines do not need to be exposed. These apply after: [PATCH v2 00/15] staging: comedi: mite: cleanup driver H Hartley Sweeten (10):

Re: [PATCH net-next] hv_netvsc: Fix the list processing for network change event

2016-04-22 Thread Vitaly Kuznetsov
Haiyang Zhang writes: > RNDIS_STATUS_NETWORK_CHANGE event is handled as two "half events" -- > media disconnect & connect. The second half should be added to the list > head, not to the tail. So all events are processed in normal order. > Thanks, this matters when we

Re: [PATCH v12 1/2] kernel.h: add u64_to_user_ptr()

2016-04-22 Thread Daniel Vetter
On Thu, Apr 21, 2016 at 12:38:49PM -0300, Gustavo Padovan wrote: > From: Gustavo Padovan > > This function had copies in 3 different files. Unify them in kernel.h. > > Cc: Joe Perches > Cc: Andrew Morton > Cc: David