[PATCH v2] staging: rtl8192u: Fix indentation

2019-08-27 Thread Stephen Brennan
Checkpatch reports WARNING:SUSPECT_CODE_INDENT in several places. Fix this by aligning code properly with tabs. Signed-off-by: Stephen Brennan --- Changes in v2: rebase on next-20190827, fixing conflict with spacing fixes. .../rtl8192u/ieee80211/ieee80211_crypt_ccmp.c | 2 +- .../staging

RE: [PATCH v4 0/8] Enable Linux guests on Hyper-V on ARM64

2019-08-27 Thread Michael Kelley
From: Michael Kelley Sent: Tuesday, August 6, 2019 1:31 PM > > This series enables Linux guests running on Hyper-V on ARM64 > hardware. New ARM64-specific code in arch/arm64/hyperv initializes > Hyper-V, including its interrupts and hypercall mechanism. > Existing architecture independent

[PATCH v2] staging: greybus: add missing includes

2019-08-27 Thread Rui Miguel Silva
Before moving greybus core out of staging and moving header files to include/linux some greybus header files were missing the necessary includes. This would trigger compilation faillures with some example errors logged bellow for with CONFIG_KERNEL_HEADER_TEST=y. So, add the necessary headers to

[PATCH 1/4] binder: add a mount option to show global stats

2019-08-27 Thread Hridya Valsaraju
Currently, all binder state and statistics live in debugfs. We need this information even when debugfs is not mounted. This patch adds the mount option 'stats' to enable a binderfs instance to have binder debug information present in the same. 'stats=global' will enable the global binder

[PATCH 2/4] binder: Add stats, state and transactions files

2019-08-27 Thread Hridya Valsaraju
The following binder stat files currently live in debugfs. /sys/kernel/debug/binder/state /sys/kernel/debug/binder/stats /sys/kernel/debug/binder/transactions This patch makes these files available in a binderfs instance mounted with the mount option 'stats=global'. For example, if a binderfs

[PATCH 0/4] Add binder state and statistics to binderfs

2019-08-27 Thread Hridya Valsaraju
Currently, the only way to access binder state and statistics is through debugfs. We need a way to access the same even when debugfs is not mounted. These patches add a mount option to make this information available in binderfs without affecting its presence in debugfs. The following debugfs

[staging:staging-testing 264/264] include/linux/greybus/svc.h:91:18: warning: 'struct gb_svc_l2_timer_cfg' declared inside parameter list will not be visible outside of this definition or declaration

2019-08-27 Thread kbuild test robot
tree: https://kernel.googlesource.com/pub/scm/linux/kernel/git/gregkh/staging.git staging-testing head: c10bf3921e743dadb11a6cf59ffaf38cdbeb281b commit: c10bf3921e743dadb11a6cf59ffaf38cdbeb281b [264/264] staging: greybus: add missing includes config: sh-allmodconfig (attached as .config)

Investment Project

2019-08-27 Thread H . E Ali Shareef Al Emadi
Hello, I am H.E Ali Shareef Al Emadi. Head of Operations at Finance and Account Department of Qatar Petroleum. I have an Investment opportunity of $30M already, for Investment in your Company. I need your assistance and co-operation to move it into your account as a Contract Payment with the

Re: [PATCH] staging: greybus: add missing includes

2019-08-27 Thread Rui Miguel Silva
Hi Alex, On Tue 27 Aug 2019 at 18:22, Alex Elder wrote: > On 8/27/19 10:53 AM, Rui Miguel Silva wrote: >> Before moving greybus core out of staging and moving header files to >> include/linux some greybus header files were missing the necessary >> includes. This would trigger compilation faillures

Re: [PATCH] staging: greybus: add missing includes

2019-08-27 Thread Alex Elder
On 8/27/19 10:53 AM, Rui Miguel Silva wrote: > Before moving greybus core out of staging and moving header files to > include/linux some greybus header files were missing the necessary > includes. This would trigger compilation faillures with some example > errors logged bellow for with

Re: [PATCH 0/9] staging: move greybus core out of staging

2019-08-27 Thread Greg KH
On Tue, Aug 27, 2019 at 04:57:20PM +0100, Rui Miguel Silva wrote: > Hi Greg, > On Tue 27 Aug 2019 at 16:43, Greg KH wrote: > > On Tue, Aug 27, 2019 at 03:30:21PM +0100, Rui Miguel Silva wrote: > >> Hi, > >> On Tue 27 Aug 2019 at 14:45, Greg Kroah-Hartman wrote: > >> > On Tue, Aug 27, 2019 at

Re: [PATCH 1/9] staging: greybus: fix up SPDX comment in .h files

2019-08-27 Thread Gao Xiang
On Tue, Aug 27, 2019 at 05:43:43PM +0200, Greg Kroah-Hartman wrote: > On Tue, Aug 27, 2019 at 05:20:36PM +0800, Gao Xiang wrote: > > Hi Greg, > > > > On Tue, Aug 27, 2019 at 09:58:02AM +0200, Greg Kroah-Hartman wrote: > > > On Mon, Aug 26, 2019 at 11:21:19AM +0530, Viresh Kumar wrote: > > > > On

Re: [PATCH 0/9] staging: move greybus core out of staging

2019-08-27 Thread Rui Miguel Silva
Hi Greg, On Tue 27 Aug 2019 at 16:43, Greg KH wrote: > On Tue, Aug 27, 2019 at 03:30:21PM +0100, Rui Miguel Silva wrote: >> Hi, >> On Tue 27 Aug 2019 at 14:45, Greg Kroah-Hartman wrote: >> > On Tue, Aug 27, 2019 at 04:36:11PM +0300, Dan Carpenter wrote: >> >> I can't compile greybus so it's hard

[PATCH] staging: greybus: add missing includes

2019-08-27 Thread Rui Miguel Silva
Before moving greybus core out of staging and moving header files to include/linux some greybus header files were missing the necessary includes. This would trigger compilation faillures with some example errors logged bellow for with CONFIG_KERNEL_HEADER_TEST=y. So, add the necessary headers to

Re: [PATCH 1/9] staging: greybus: fix up SPDX comment in .h files

2019-08-27 Thread Greg Kroah-Hartman
On Tue, Aug 27, 2019 at 05:20:36PM +0800, Gao Xiang wrote: > Hi Greg, > > On Tue, Aug 27, 2019 at 09:58:02AM +0200, Greg Kroah-Hartman wrote: > > On Mon, Aug 26, 2019 at 11:21:19AM +0530, Viresh Kumar wrote: > > > On 25-08-19, 07:54, Greg Kroah-Hartman wrote: > > > > When these files originally

Re: [PATCH 0/9] staging: move greybus core out of staging

2019-08-27 Thread Greg KH
On Tue, Aug 27, 2019 at 03:30:21PM +0100, Rui Miguel Silva wrote: > Hi, > On Tue 27 Aug 2019 at 14:45, Greg Kroah-Hartman wrote: > > On Tue, Aug 27, 2019 at 04:36:11PM +0300, Dan Carpenter wrote: > >> I can't compile greybus so it's hard to run Smatch on it... I have a > >> Smatch thing which

Re: [PATCH 7/9] staging: greybus: move core include files to include/linux/greybus/

2019-08-27 Thread Mark Greer
On Sun, Aug 25, 2019 at 07:54:27AM +0200, Greg Kroah-Hartman wrote: > With the goal of moving the core of the greybus code out of staging, the > include files need to be moved to include/linux/greybus.h and > include/linux/greybus/ > > Cc: Vaibhav Hiremath > Cc: Johan Hovold > Cc: Alex Elder >

Re: [PATCH 2/9] staging: greybus: remove license "boilerplate"

2019-08-27 Thread Mark Greer
On Sun, Aug 25, 2019 at 07:54:22AM +0200, Greg Kroah-Hartman wrote: > When the greybus drivers were converted to SPDX identifiers for the > license text, some license boilerplate was not removed. Clean this up > by removing this unneeded text now. > > Cc: Johan Hovold > Cc: Alex Elder > Cc:

Re: [PATCH 0/9] staging: move greybus core out of staging

2019-08-27 Thread Dan Carpenter
On Tue, Aug 27, 2019 at 03:45:57PM +0200, Greg Kroah-Hartman wrote: > Why can't you compile the code? > Now that I try to investigate the compile errors, it starts to compile perfectly... > > drivers/staging/greybus/operation.c:379 gb_operation_message_alloc() warn: > > check 'message_size'

Re: [PATCH 0/9] staging: move greybus core out of staging

2019-08-27 Thread Rui Miguel Silva
Hi, On Tue 27 Aug 2019 at 14:45, Greg Kroah-Hartman wrote: > On Tue, Aug 27, 2019 at 04:36:11PM +0300, Dan Carpenter wrote: >> I can't compile greybus so it's hard to run Smatch on it... I have a >> Smatch thing which ignores missing includes and just tries its best. >> It mostly generates

Re: [PATCH 0/9] staging: move greybus core out of staging

2019-08-27 Thread Greg Kroah-Hartman
On Tue, Aug 27, 2019 at 04:36:11PM +0300, Dan Carpenter wrote: > I can't compile greybus so it's hard to run Smatch on it... I have a > Smatch thing which ignores missing includes and just tries its best. > It mostly generates garbage output but a couple of these look like > potential issues:

Re: [PATCH 0/9] staging: move greybus core out of staging

2019-08-27 Thread Dan Carpenter
I can't compile greybus so it's hard to run Smatch on it... I have a Smatch thing which ignores missing includes and just tries its best. It mostly generates garbage output but a couple of these look like potential issues: drivers/staging/greybus/operation.c:379 gb_operation_message_alloc()

Re: [PATCH] Staging: speakup: spk_types: fixed an unnamed parameter style issue

2019-08-27 Thread kbuild test robot
Hi Matthew, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [cannot apply to v5.3-rc6 next-20190827] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits

[PATCH] staging: most: sound: Fix error path of audio_init

2019-08-27 Thread YueHaibing
If most_register_configfs_subsys() fails, we should call most_deregister_component() do cleanup. Reported-by: Hulk Robot Fixes: 919c03ae11b9 ("staging: most: enable configfs support") Signed-off-by: YueHaibing --- drivers/staging/most/sound/sound.c | 5 - 1 file changed, 4 insertions(+), 1

Re: [greybus-dev] [PATCH 0/9] staging: move greybus core out of staging

2019-08-27 Thread Alex Elder
On 8/25/19 12:54 AM, Greg Kroah-Hartman wrote: > The Greybus code has long been "stable" but was living in the > drivers/staging/ directory to see if there really was going to be > devices using this protocol over the long-term. With the success of > millions of phones with this hardware and code

Re: [PATCH] r8188eu: use skb_put_data instead of skb_put/memcpy pair

2019-08-27 Thread Dan Carpenter
On Sun, Aug 25, 2019 at 11:48:58PM +0300, Ivan Safonov wrote: > skb_put_data is shorter and clear. > Please don't start the commit message in the middle of a sentence. It often gets split from the start of the sentence. See how it looks here.

Re: [PATCH 1/9] staging: greybus: fix up SPDX comment in .h files

2019-08-27 Thread Gao Xiang
Hi Greg, On Tue, Aug 27, 2019 at 09:58:02AM +0200, Greg Kroah-Hartman wrote: > On Mon, Aug 26, 2019 at 11:21:19AM +0530, Viresh Kumar wrote: > > On 25-08-19, 07:54, Greg Kroah-Hartman wrote: > > > When these files originally got an SPDX tag, I used // instead of /* */ > > > for the .h files. Fix

Re: [PATCH v2 1/2] staging: rtl8192u: Add or remove spaces to fix style issues

2019-08-27 Thread Dan Carpenter
On Mon, Aug 26, 2019 at 11:39:09PM +0530, Sumera Priyadarsini wrote: > This patch fixes the file r8190_rtl8256.c to avoid the following > checkpatch.pl warnings: > CHECK: spaces preferred around that '<<' (ctx:VxV) > CHECK: spaces preferred around that '-' (ctx:VxV) > CHECK: No

Re: [PATCH] staging: most-core: Fix checkpatch warnings

2019-08-27 Thread Greg KH
On Mon, Aug 26, 2019 at 01:58:49AM +0800, Peikan Tsai wrote: > Hi, > > This patch solves the following checkpatch.pl's messages in > drivers/staging/most/core.c. > > WARNING: line over 80 characters > + return snprintf(buf, PAGE_SIZE, "%s", > ch_data_type[i].name); > >

Re: [PATCH 1/9] staging: greybus: fix up SPDX comment in .h files

2019-08-27 Thread Greg Kroah-Hartman
On Mon, Aug 26, 2019 at 11:21:19AM +0530, Viresh Kumar wrote: > On 25-08-19, 07:54, Greg Kroah-Hartman wrote: > > When these files originally got an SPDX tag, I used // instead of /* */ > > for the .h files. Fix this up to use // properly. > > > > Cc: Viresh Kumar > > Cc: Johan Hovold > > Cc: