[PATCH char-misc 1/1] Hyper-V: Remove x86-isms from architecture independent Hyper-V drivers

2017-10-25 Thread mikelley
From: Michael Kelley hv_is_hypercall_page_setup() is used to check if Hyper-V is initialized, but a 'hypercall page' is an x86 implementation detail that isn't necessarily present on other architectures. Rename to the architecture independent hv_is_hyperv_initialized().

Re: Searching help for Linux support for RTL8812AU

2017-10-25 Thread Larry Finger
On 10/24/2017 08:24 AM, txt.file wrote: Hey Linux wireless list, A while ago I bought an ALFA Network AWUS036AC[0] which does not yet seem to be supported in Linux mainline. I would like to get it supported. The problem is that I have not that much experience doing software development. kind

[PATCH] staging: rtl8723bs: Fix space before '[' error.

2017-10-25 Thread Arvind Yadav
Fix checkpatch.pl error: ERROR: space prohibited before open square bracket '['. Signed-off-by: Arvind Yadav --- drivers/staging/rtl8723bs/os_dep/rtw_proc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [PATCH v3 02/26] staging: most: integrate driver in kernel's device model

2017-10-25 Thread Christian Gromm
On Wed, 25 Oct 2017 14:22:58 +0200 Greg KH wrote: > On Tue, Oct 24, 2017 at 07:39:02PM +0200, Christian Gromm wrote: > > On Fri, 20 Oct 2017 16:56:10 +0200 > > Greg KH wrote: > > > > > On Fri, Oct 20, 2017 at 04:20:33PM +0200, Christian

Re: [PATCH v3 02/26] staging: most: integrate driver in kernel's device model

2017-10-25 Thread Greg KH
On Tue, Oct 24, 2017 at 07:39:02PM +0200, Christian Gromm wrote: > On Fri, 20 Oct 2017 16:56:10 +0200 > Greg KH wrote: > > > On Fri, Oct 20, 2017 at 04:20:33PM +0200, Christian Gromm wrote: > > > On 18.10.2017 16:29, Greg KH wrote: > > > > On Wed, Oct 18, 2017 at

Re: [PATCH] staging: ccree: Fix lines longer than 80 characters

2017-10-25 Thread Tobin C. Harding
On Tue, Oct 24, 2017 at 11:52:58PM -0700, Stephen Brennan wrote: > Hi Gilad & Tobin, > > > > Perhaps, if Stephen is willing, re-write the code to be more readable > > > by, for example, using a temp > > > variable for the register address, and in doing so both making the > > > code more readable

Re: [PATCH v2 1/4] android: binder: Don't get mm from task

2017-10-25 Thread Greg Kroah-Hartman
On Tue, Oct 24, 2017 at 11:36:48AM -0700, Arve Hjønnevåg wrote: > On Tue, Oct 24, 2017 at 12:28 AM, Greg Kroah-Hartman > wrote: > > On Mon, Oct 23, 2017 at 11:18:52AM -0700, Arve Hjønnevåg wrote: > >> On Sat, Oct 21, 2017 at 1:15 AM, Greg Kroah-Hartman > >>

Re: [PATCH] staging: ccree: Fix lines longer than 80 characters

2017-10-25 Thread Stephen Brennan
Hi Gilad & Tobin, > > Perhaps, if Stephen is willing, re-write the code to be more readable > > by, for example, using a temp > > variable for the register address, and in doing so both making the > > code more readable as well as > > treating the symptom? I'm definitely willing; however, I