Re: [PATCH] rtlwifi: Fix scheduling while atomic error from commit 49f86ec21c01

2016-05-21 Thread Kalle Valo
Larry Finger writes: > Commit 49f86ec21c01 ("rtlwifi: Change long delays to sleeps") was correct > for most cases; however, driver rtl8192ce calls the affected routines while > in atomic context. The kernel bug output is as follows: > > BUG: scheduling while atomic: wpa_supplicant/627/0x0002

Re: [PATCH] staging: rtl8712: Fix some coding style issues

2016-05-21 Thread Greg KH
On Sat, May 21, 2016 at 09:20:23PM -0700, Jonathan Frederick wrote: > Fixed some of the issues found by checkpatch.pl. Which onese specifically? Please only do one type of fix per patch, this should be broken up into multiple patches. thanks, greg k-h ___

[PATCH v3] Drivers: hv: vmbus: fix the race when querying & updating the percpu list

2016-05-21 Thread Dexuan Cui
There is a rare race when we remove an entry from the global list hv_context.percpu_list[cpu] in hv_process_channel_removal() -> percpu_channel_deq() -> list_del(): at this time, if vmbus_on_event() -> process_chn_event() -> pcpu_relid2channel() is trying to query the list, we can get the kernel fa

[PATCH] staging: rtl8712: Fix some coding style issues

2016-05-21 Thread Jonathan Frederick
Fixed some of the issues found by checkpatch.pl. The 80 character limit warnings were ignored due to the sheer amount of them, and that most changes would destroy readability. Signed-off-by: Jonathan Frederick --- drivers/staging/rtl8712/rtl8712_led.c | 48 +++ 1

Assist

2016-05-21 Thread Sgt Anthony Victor
Dear Sir/Madam, I am Sgt Anthony Victor, I have a good business proposal for you. There are no risks involved and it is easy. Please reply for briefs and procedures. Best regards, Sgt Anthony Victor ___ devel mailing list de...@linuxdriverproject.org

[PATCH] rtlwifi: Fix scheduling while atomic error from commit 49f86ec21c01

2016-05-21 Thread Larry Finger
Commit 49f86ec21c01 ("rtlwifi: Change long delays to sleeps") was correct for most cases; however, driver rtl8192ce calls the affected routines while in atomic context. The kernel bug output is as follows: BUG: scheduling while atomic: wpa_supplicant/627/0x0002 [...] [] __schedule+0x899/0xad

[PATCH] Staging: Android: Fix bracket alignment style issue in sync.c

2016-05-21 Thread Craig Inches
This patch changes 3 bracket alignment errors found by checkpatch. Signed-off-by: Craig Inches --- drivers/staging/android/sync.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/android/sync.c b/drivers/staging/android/sync.c index 3a8f210..4a64bdd 10064