Re: [PATCH 12/12] Staging: sm750fb: Insert spaces after commas in three files.

2015-06-01 Thread Sudip Mukherjee
On Sun, May 31, 2015 at 10:01:13PM -0700, Isaac Assegai wrote: > Insert Spaces after commas to rectify the following checkpatch > errors in ddk750_mode.c, sm750_accel.c and sm750_help.h: > ERROR: space required after that ',' > > Signed-off-by: Isaac Assegai > --- > drivers/staging/sm750fb/ddk75

Re: [PATCH 10/12] Staging: sm750fb: Insert spaces after commas in two files.

2015-06-01 Thread Sudip Mukherjee
On Sun, May 31, 2015 at 10:01:11PM -0700, Isaac Assegai wrote: > Insert Spaces after commas to rectify the following > checkpatch errors in ddk750_help.c and ddk750_mode.c: > ERROR: space required after that ',' > > Signed-off-by: Isaac Assegai > --- > > > - ulTmpValue = > FIELD

Re: [PATCH 03/12] Staging: sm750fb: sm750.h: Insert spaces after commas.

2015-06-01 Thread Sudip Mukherjee
On Sun, May 31, 2015 at 10:01:04PM -0700, Isaac Assegai wrote: > Insert Spaces after commas to rectify the > following checkpatch errors in sm750.h: > ERROR: space required after that ',' > > Signed-off-by: Isaac Assegai > --- > drivers/staging/sm750fb/sm750.h | 35 ++

Re: [PATCH v3 00/12] wilc1000: dead code removal and other cleanup

2015-06-01 Thread Johnny Kim
On 2015년 06월 02일 14:20, Greg KH wrote: On Tue, Jun 02, 2015 at 01:53:31PM +0900, Greg KH wrote: On Mon, Jun 01, 2015 at 09:06:33PM +0200, Arnd Bergmann wrote: Hi Greg, Next try, I've rebased on top of your staging-testing branch and fixed the two build errors. While I had done my normal buil

[PATCH v3 2/2] staging: rtl8192u: Fix indentation issue

2015-06-01 Thread Dhere, Chaitanya (C.)
From: Chaitanya Dhere This change was detected with help of checkpatch.pl script. Signed-off-by: Chaitanya Dhere --- drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softma

[PATCH v3 1/2] staging: rtl8192u: Patch to modify if, else conditions

2015-06-01 Thread Dhere, Chaitanya (C.)
From: Chaitanya Dhere In this patch, the if, else conditions are modified to remove the unnecessary equality checks. This change was detected with help of coccinelle tool. Signed-off-by: Chaitanya Dhere --- drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c |6 ++ 1 file changed, 2

Re: [PATCH 02/12] Staging: sm750fb: sm750_help.h: Insert spaces after commas.

2015-06-01 Thread Sudip Mukherjee
On Sun, May 31, 2015 at 10:01:03PM -0700, Isaac Assegai wrote: > Insert Spaces after commas to rectify the > following checkpatch errors in sm750_help.h: > ERROR: space required after that ',' > > Signed-off-by: Isaac Assegai > --- > drivers/staging/sm750fb/sm750_help.h | 12 ++-- > 1 fi

Re: [PATCHv2] staging: dgnc: remove unwanted else block

2015-06-01 Thread Sudip Mukherjee
On Mon, Jun 01, 2015 at 10:38:10AM +, Gujulan Elango, Hari Prasath (H.) wrote: > From: Gujulan Elango Hari Prasath > > Remove the unwanted else block i think you need to refresh your tree. This was already removed by 86b4e7e270d9c08b ('staging: dgnc: remove some dead code from dgnc_tty.c');

Re: [PATCH v2] staging: rtl8192u: ieee80211: Fix sparse endianness warnings

2015-06-01 Thread Sudip Mukherjee
On Mon, Jun 01, 2015 at 09:43:31PM -0300, Gaston Gonzalez wrote: > Fix the following sparse warnings: > > drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c

Re: [PATCH v4 04/16] staging: unisys: Migrate bus from devdata to visor_device

2015-06-01 Thread Greg KH
On Mon, Jun 01, 2015 at 01:00:29PM -0400, Benjamin Romer wrote: > From: Don Zickus > > The bus device and regular device were using two different > structs. Let's combine them as they are not entirely different > from one another. > > This allows us to move this creation up the stack later and

Re: [PATCH 2/3 v4] Staging: rtl8192u: Remove two useless lines at ieee80211_wep_null

2015-06-01 Thread Greg KH
On Tue, Jun 02, 2015 at 12:19:12AM +0200, pmarzo wrote: > On Sun, 2015-05-31 at 10:39 +0900, Greg KH wrote: > > On Thu, May 21, 2015 at 02:25:18AM +0200, Pedro Marzo Perez wrote: > > > Remove two lines at ieee80211_wep_null which checkpatch.pl reported as > > > errors. > > > The first one because

Re: [PATCH v3 00/12] wilc1000: dead code removal and other cleanup

2015-06-01 Thread Greg KH
On Tue, Jun 02, 2015 at 01:53:31PM +0900, Greg KH wrote: > On Mon, Jun 01, 2015 at 09:06:33PM +0200, Arnd Bergmann wrote: > > Hi Greg, > > > > Next try, I've rebased on top of your staging-testing branch > > and fixed the two build errors. > > > > While I had done my normal build testing on the d

Re: [PATCH] staging: rtl8192u: Patch to modify if, else conditions

2015-06-01 Thread Dhere, Chaitanya (C.)
On Sun, May 31, 2015 at 10:38:18AM +0900, gre...@linuxfoundation.org wrote: > On Tue, May 19, 2015 at 04:55:57PM +, Dhere, Chaitanya (C.) wrote: > > In this patch: > > 1. the if condition is modified to remove > > the unnecessary equality check. > > 2. The else if condition is replaced by an el

Re: [PATCH v2 1/4] staging: wilc1000: Fix some compile time warnings

2015-06-01 Thread Greg KH
On Mon, Jun 01, 2015 at 09:56:18PM +0300, Stanislav Kholmanskikh wrote: > Signed-off-by: Stanislav Kholmanskikh > --- > Changes since V1: > > Split the V1 series into more logically unrelated patches > and updated patch descriptions accordingly. This series doesn't apply on my tree due to other

Re: [PATCH v3 00/12] wilc1000: dead code removal and other cleanup

2015-06-01 Thread Greg KH
On Mon, Jun 01, 2015 at 09:06:33PM +0200, Arnd Bergmann wrote: > Hi Greg, > > Next try, I've rebased on top of your staging-testing branch > and fixed the two build errors. > > While I had done my normal build testing on the driver (a few > hundred randconfig builds), I don't normally do 'make cl

Atualização de webmail

2015-06-01 Thread ADMIN
-- Atualização de webmail 20GB 23GB Sua caixa de correio excedeu o limite de armazenamento, que é de 20 GB como definido pelo administrador, está atualmente em execução no 20,9 GB, você pode não ser capaz de enviar ou receber novas mensagens até que você re-validar sua caixa de correio. P

Re: [PATCHv2 1/2] staging: dgnc: delete all references to 'flipbuf'

2015-06-01 Thread gre...@linuxfoundation.org
On Mon, Jun 01, 2015 at 11:29:44PM +0200, Konrad Zapalowicz wrote: > On 06/01, Gujulan Elango, Hari Prasath (H.) wrote: > > From: Hari Prasath Gujulan Elango > > The above line should not be here and it will appear as long as the > email client is not configured correctly. Just take a step back a

Re: Future of Ozwpan Driver - Maintainer? [Was: Re: [PATCH 0/4] ozwpan: Four remote packet-of-death vulnerabilities]

2015-06-01 Thread Greg Kroah-Hartman
On Mon, Jun 01, 2015 at 03:34:57PM +0200, Jason A. Donenfeld wrote: > Hi all, > > With four security critical bug patches having finally been put in > Greg's for-linus branch [1][2][3][4], I'd like to turn attention back > at the bigger issue. Where is the maintainer of this driver during > these

Re: [PATCH v1] staging: lustre: libcfs: add __user annotation in libcfs_ioctl_data

2015-06-01 Thread Greg Kroah-Hartman
On Mon, Jun 01, 2015 at 12:21:30PM -0700, David Decotigny wrote: > Thanks for reviewing. > > The 2 struct members were not marked as __user, which this patch does > here. This was causing warnings with copy from/to user (see commit > description). This patch also propagates the annotation to the c

Re: [PATCH RESEND 2] staging: rtl8192u: ieee80211: Fix sparse endianness warnings

2015-06-01 Thread Joe Perches
On Mon, 2015-06-01 at 18:30 -0300, Gaston Gonzalez wrote: > Fix the following sparse warnings: [] > diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c > b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c [] > @@ -660,8 +660,9 @@ inline struct sk_buff > *ieee80211_authentica

[PATCH v2] staging: rtl8192u: ieee80211: Fix sparse endianness warnings

2015-06-01 Thread Gaston Gonzalez
Fix the following sparse warnings: drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:663:32: warning: incorrect type in assignment (different base types) drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:663:32:expected restricted __le16 [usertype] frame_ctl drivers/staging/rtl8192

Re: [RFC][PATCH] x86: remove vmalloc.h from asm/io.h

2015-06-01 Thread Stephen Rothwell
Hi Dave, On Mon, 01 Jun 2015 15:59:31 -0700 (PDT) David Miller wrote: > > From: Stephen Rothwell > Date: Fri, 29 May 2015 19:18:47 +1000 > > > Nothing in asm/io.h uses anything from vmalloc.h, so remove the include > > and fix up the build problems in an allmodconfig (64 bit and 32 bit) > > bu

[PATCH 1/1] Drivers: hv: balloon: Enable dynamic memory protocol negotiation with Windows 10 hosts

2015-06-01 Thread alexng
From: Alex Ng This enables dynamic protocol support on Windows 10 Hyper-V hosts. If the host does not support Windows 10 protocol, then it falls back to previous versions. Signed-off-by: Alex Ng --- drivers/hv/hv_balloon.c | 26 -- 1 file changed, 20 insertions(+), 6 d

Atualização de webmail

2015-06-01 Thread ADMIN
-- Atualização de webmail 20GB 23GB Sua caixa de correio excedeu o limite de armazenamento, que é de 20 GB como definido pelo administrador, está atualmente em execução no 20,9 GB, você pode não ser capaz de enviar ou receber novas mensagens até que você re-validar sua caixa de correio. P

Re: [PATCH RESEND 2] staging: rtl8192u: ieee80211: Fix sparse endianness warnings

2015-06-01 Thread Gaston Gonzalez
On Mon, Jun 01, 2015 at 02:43:28PM -0700, Joe Perches wrote: > On Mon, 2015-06-01 at 18:30 -0300, Gaston Gonzalez wrote: > > Fix the following sparse warnings: > [] > > diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c > > b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c

Re: [RFC][PATCH] x86: remove vmalloc.h from asm/io.h

2015-06-01 Thread David Miller
From: Stephen Rothwell Date: Fri, 29 May 2015 19:18:47 +1000 > Nothing in asm/io.h uses anything from vmalloc.h, so remove the include > and fix up the build problems in an allmodconfig (64 bit and 32 bit) > build. > > This may be the place where x86 builds get vmalloc.h implicitly included > an

Re: [PATCH] staging: unisys: visorbus: add static declarations

2015-06-01 Thread Drew Fustini
On Mon, Jun 01, 2015 at 02:34:16PM -0400, Ben Romer wrote: > Would you mind if I sent a second version of this patch with it > rebased against my last set of patches, so it will apply? Please go ahead. thanks, drew ___ devel mailing list de...@linuxdriv

Re: [PATCHv2 1/2] staging: dgnc: delete all references to 'flipbuf'

2015-06-01 Thread Konrad Zapalowicz
On 06/01, Gujulan Elango, Hari Prasath (H.) wrote: > From: Hari Prasath Gujulan Elango The above line should not be here and it will appear as long as the email client is not configured correctly. Just take a step back and fix it as this is something that you do once and then it remains *correct*

[PATCH RESEND 2] staging: rtl8192u: ieee80211: Fix sparse endianness warnings

2015-06-01 Thread Gaston Gonzalez
Fix the following sparse warnings: drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:663:32: warning: incorrect type in assignment (different base types) drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:663:32:expected restricted __le16 [usertype] frame_ctl drivers/staging/rtl8192

Re: [PATCH v3 2/3] staging: iio_simple_dummy: fix return types

2015-06-01 Thread Jonathan Cameron
On 30/05/15 09:20, Vladimirs Ambrosovs wrote: > The functions iio_dummy_remove(), iio_simple_dummy_events_unregister() and > iio_dummy_evgen_release_irq() were changed to return void instead of int. > > Signed-off-by: Vladimirs Ambrosovs applied as per previous patch. > --- > drivers/staging/iio

Re: [PATCH v3 1/3] staging: iio_simple_dummy: fix init function

2015-06-01 Thread Jonathan Cameron
On 30/05/15 09:20, Vladimirs Ambrosovs wrote: > This patch fixes the init function for the iio_simple_dummy driver. > The main issues were absence of kfree for the allocated array, and no > devices being removed in case the probe function fails, running in a loop. > > Signed-off-by: Vladimirs Ambr

Re: [PATCH v3 3/3] staging: iio_simple_dummy: fix module_param type

2015-06-01 Thread Jonathan Cameron
On 30/05/15 09:20, Vladimirs Ambrosovs wrote: > Fix the module_param "instances" type to uint, since the variable type > holding the value is unsigned. > > Signed-off-by: Vladimirs Ambrosovs Applied to the togreg branch of iio.git - which will get pushed out as testing in a few days. Or just poss

[PATCH] staging: lustre: lov: remove unnecessary parentheses

2015-06-01 Thread Antonio Murdaca
fix checkpatch.pl warning about unnecessary parentheses Signed-off-by: Antonio Murdaca --- drivers/staging/lustre/lustre/lov/lov_obd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/lov/lov_obd.c b/drivers/staging/lustre/lustre/lov/lov_obd.c in

Re: [PATCH 2/3 v4] Staging: rtl8192u: Remove two useless lines at ieee80211_wep_null

2015-06-01 Thread pmarzo
On Sun, 2015-05-31 at 10:39 +0900, Greg KH wrote: > On Thu, May 21, 2015 at 02:25:18AM +0200, Pedro Marzo Perez wrote: > > Remove two lines at ieee80211_wep_null which checkpatch.pl reported as > > errors. > > The first one because it has a C99 comment style and the second one because > > it is a

Re: [PATCH v1] staging: lustre: libcfs: add __user annotation in libcfs_ioctl_data

2015-06-01 Thread David Decotigny
Thanks for reviewing. The 2 struct members were not marked as __user, which this patch does here. This was causing warnings with copy from/to user (see commit description). This patch also propagates the annotation to the couple of functions that are using those members. On Sat, May 30, 2015 at 7

staging: wilc1000: update TODO list

2015-06-01 Thread Arnd Bergmann
I have crossed off one item on the list, but found a few others that should not get lost, so here is an update of the wilc1000 list Signed-off-by: Arnd Bergmann diff --git a/drivers/staging/wilc1000/TODO b/drivers/staging/wilc1000/TODO index 5dfeb3eda599..95199d80a3e4 100644 --- a/drivers/stagin

RE: [PATCH 3/6] hv:scsi:Untangle the storage protocol negotiation from the vmbus protocol negotiation.

2015-06-01 Thread KY Srinivasan
> -Original Message- > From: Dan Carpenter [mailto:dan.carpen...@oracle.com] > Sent: Monday, June 1, 2015 3:43 AM > To: KY Srinivasan > Cc: gre...@linuxfoundation.org; linux-ker...@vger.kernel.org; > de...@linuxdriverproject.org; oher...@suse.com; > jbottom...@parallels.com; h...@infradea

RE: [PATCH 1/6] scsi: storvsc: Rather than look for sets of specific protocol versions, make decisions based on ranges.

2015-06-01 Thread KY Srinivasan
> -Original Message- > From: Dan Carpenter [mailto:dan.carpen...@oracle.com] > Sent: Monday, June 1, 2015 3:57 AM > To: KY Srinivasan > Cc: gre...@linuxfoundation.org; linux-ker...@vger.kernel.org; > de...@linuxdriverproject.org; oher...@suse.com; > jbottom...@parallels.com; h...@infradea

[PATCH v2 10/12] staging: wilc1000: remove semaphore wrapper

2015-06-01 Thread Arnd Bergmann
The various semaphore functions all directly translate into sema_init(), down() and up(), so we can just remove the API. This is a mostly automated conversion using simple sed scripts, plus some manual changes to account for down() returning no error. As a positive side-effect, down() no longer h

Re: [PATCH 05/16] staging: wilc1000: remove time wrapper

2015-06-01 Thread Arnd Bergmann
On Sunday 31 May 2015 08:58:13 Greg KH wrote: > On Sat, May 30, 2015 at 12:09:23PM +0530, Sudip Mukherjee wrote: > > On Fri, May 29, 2015 at 10:52:16PM +0200, Arnd Bergmann wrote: > > > The abstraction for time in this driver is completely > > > unused, so remove it. > > > > > > Signed-off-by: Arn

[PATCH v2 05/12] staging: wilc1000: simplify semaphore wrapper

2015-06-01 Thread Arnd Bergmann
The driver has its own API for semaphores. This should be replaced with mutexes and completions, but for the moment we can start by removing the obviously unused parts. Signed-off-by: Arnd Bergmann --- drivers/staging/wilc1000/wilc_osconfig.h | 1 - drivers/staging/wilc1000/wilc_oswrapper.h |

[PATCH v2 02/12] staging: wilc1000: remove unused string functions

2015-06-01 Thread Arnd Bergmann
The driver provides wrappers for a lot of string operations. Some of them are unused, while others should be replaced with normal kernel functions. This replaces the unused ones for now, and leaves the other ones for a later cleanup. Signed-off-by: Arnd Bergmann --- drivers/staging/wilc1000/wil

[PATCH v2 08/12] staging: wilc1000: remove unused OS abstraction features

2015-06-01 Thread Arnd Bergmann
All the remaining features from the OS abstraction layer are not used at all in the driver, so we can just remove the remaining references to them. Signed-off-by: Arnd Bergmann --- drivers/staging/wilc1000/wilc_errorsupport.h | 17 drivers/staging/wilc1000/wilc_event.h| 123 ---

[PATCH v2 12/12] staging: wilc1000: fix compiler warnings

2015-06-01 Thread Arnd Bergmann
This avoids the remaining warnings that one gets on a normal build: unused variables, unused labels, and invalid printk format strings. Signed-off-by: Arnd Bergmann --- drivers/staging/wilc1000/linux_wlan.c | 8 ++-- drivers/staging/wilc1000/linux_wlan_spi.c | 3 --- drivers/staging/wilc

[PATCH v2 04/12] staging: wilc1000: remove unused memory handling code

2015-06-01 Thread Arnd Bergmann
The driver contains its own abstraction for memory allocation, most of it unused. This removes the unused parts, but the rest should also be removed later. Signed-off-by: Arnd Bergmann --- drivers/staging/wilc1000/wilc_memory.c| 5 -- drivers/staging/wilc1000/wilc_memory.h| 93 -

[PATCH v2 06/12] staging: wilc1000: clean up sleep wrapper

2015-06-01 Thread Arnd Bergmann
The driver has a simple wrapper around msleep, as well as a more advanced sleep function that is unused. This removes the unused code and the options to turn the feature on or off. A follow-up should rework the code to use msleep directly. Signed-off-by: Arnd Bergmann --- drivers/staging/wilc10

[PATCH v2 11/12] staging: wilc1000: fix const cast warnings

2015-06-01 Thread Arnd Bergmann
The wilc1000 driver produces a lot of warnings about invalid casts between const and non-const variables. This reworks the code to avoid all those warnings, by marking variables and function arguments const. A lot of the types use WILC_Uint8, I change them to const u8 for style reasons, as I'm tou

[PATCH v2 01/12] staging: wilc1000: remove time wrapper

2015-06-01 Thread Arnd Bergmann
The abstraction for time in this driver is completely unused, so remove it. Signed-off-by: Arnd Bergmann --- drivers/staging/wilc1000/Makefile | 2 +- drivers/staging/wilc1000/wilc_osconfig.h | 1 - drivers/staging/wilc1000/wilc_oswrapper.h | 5 - drivers/staging/wilc1000/wilc_pla

[PATCH v2 07/12] staging: wilc1000: clean up timer feature

2015-06-01 Thread Arnd Bergmann
The driver has a simple wrapper around timer_list, and an optional but unused feature to make the timer periodic. This removes support for the periodic timer and simplifies the code around timers. A follow-up should replace the remaining wrapper with open-coded timers. Signed-off-by: Arnd Bergma

[PATCH v2 03/12] staging: wilc1000: simplify msgqueue code

2015-06-01 Thread Arnd Bergmann
The driver contains an abstraction for message queues, with optional unused features, while the driver requires the main feature. This makes the msgqueue code unconditional as it's required but removes the unused parts. A later cleanup should remove the entire msgqueue code and replace it with so

[PATCH v2 09/12] staging: wilc1000: remove EXPORT_SYMTAB

2015-06-01 Thread Arnd Bergmann
The EXPORT_SYMTAB symbol has not been used in Linux for a very long time, the driver does not need to set it. Signed-off-by: Arnd Bergmann --- drivers/staging/wilc1000/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/Makefile b/drivers/stagin

[PATCH v3 00/12] wilc1000: dead code removal and other cleanup

2015-06-01 Thread Arnd Bergmann
Hi Greg, Next try, I've rebased on top of your staging-testing branch and fixed the two build errors. While I had done my normal build testing on the driver (a few hundred randconfig builds), I don't normally do 'make clean', so the stale Makefile entry ended up picking the old object files and s

Re: [PATCH 1/2] staging: wilc1000: Fix some compile warnings

2015-06-01 Thread Stanislav Kholmanskikh
Hello. On Sun, May 31, 2015 at 08:59:41AM +0900, Greg KH wrote: > On Sat, May 30, 2015 at 11:44:18PM +0300, Stanislav Kholmanskikh wrote: > > This patch reduces (a little bit) the amount of compile time > > warnings. > > > > The change of WILC_WFI_init_mon_interface() prototype seems to be ok, >

[PATCH v2 4/4] staging: wilc1000: Align enum members in coreconfigurator

2015-06-01 Thread Stanislav Kholmanskikh
Aligned enum members to follow a common style per enum. Signed-off-by: Stanislav Kholmanskikh --- drivers/staging/wilc1000/coreconfigurator.c | 29 +++--- drivers/staging/wilc1000/coreconfigurator.h | 62 ++--- 2 files changed, 46 insertions(+), 45 deletions(-) d

[PATCH v2 3/4] staging: wilc1000: Cleanup to coreconfigurator

2015-06-01 Thread Stanislav Kholmanskikh
Fixed several syntax/style issues found with checkpatch.pl. Signed-off-by: Stanislav Kholmanskikh --- drivers/staging/wilc1000/coreconfigurator.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/

[PATCH v2 2/4] staging: wilc1000: Change the prototype of WILC_WFI_init_mon_interface

2015-06-01 Thread Stanislav Kholmanskikh
WILC_WFI_init_mon_interface() should be declared with 'const char *name', not simply 'char *name', because this 'name' argument is only passed as is to alloc_netdev(), and alloc_netdev(), in turn, expects 'const char *'. Signed-off-by: Stanislav Kholmanskikh --- drivers/staging/wilc1000/linux_mo

[PATCH v2 1/4] staging: wilc1000: Fix some compile time warnings

2015-06-01 Thread Stanislav Kholmanskikh
Signed-off-by: Stanislav Kholmanskikh --- Changes since V1: Split the V1 series into more logically unrelated patches and updated patch descriptions accordingly. drivers/staging/wilc1000/wilc_spi.c | 6 +++--- drivers/staging/wilc1000/wilc_wlan.c | 6 ++ 2 files changed, 5 insertions(+), 7

Re: [PATCH] staging: unisys: visorbus: add static declarations

2015-06-01 Thread Ben Romer
On 05/28/2015 10:04 PM, Drew Fustini wrote: Add static declarations to statisfy sparse warnings in: drivers/staging/unisys/visorbus/visorbus_main.c Hi, I'd really like to take this patch, but it doesn't apply at the end of the current set of patches I'm working with, and if I put it ahead

Re: [PATCH] staging: rtl8188eu: Kill dead calls to kill_pid()

2015-06-01 Thread Larry Finger
On 05/31/2015 08:04 AM, Jakub Sitnicki wrote: There is no interface to register PIDs of processes the driver should send a signal to. Remove it. Signed-off-by: Jakub Sitnicki --- drivers/staging/rtl8188eu/include/drv_types.h | 1 - drivers/staging/rtl8188eu/include/osdep_service.h | 2

[PATCH v4 16/16] staging: unisys: Add the bus device to the visor device list.

2015-06-01 Thread Benjamin Romer
From: David Kershner When the bus device was created the list_all variables were not being initialized. When the CONTROLVM_BUS_CONFIGURE message was being sent, it was failing to find the bus and produced a panic. Initialize the bus_info->list_all variable by doing a INIT_LIST_HEAD. Signed-off-b

[PATCH v4 09/16] staging: unisys: Convert device creation to use visor_device

2015-06-01 Thread Benjamin Romer
From: Don Zickus This patch removes the legacy dev_info struct and instead creates and passes around a traditional struct device. This allows us to remove a lot of the various look up code and removes the doubt if the struct exists or not. Half of the churn is just the conversion of visorchipse

[PATCH v4 13/16] staging: unisys: Clean up diag_serverity enum

2015-06-01 Thread Benjamin Romer
From: David Kershner Get rid of unused values in the enum. Signed-off-by: David Kershner Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/diagchannel.h | 32 +++- 1 file changed, 12 insertions(+), 20 deletions(-) diff --git a/drivers/staging/unisys/inc

[PATCH v4 03/16] staging: unisys: Prepare vbus_hdr_info to be public

2015-06-01 Thread Benjamin Romer
From: Don Zickus In order to remove bus_info, we need to migrate vbus_hdr_info into the public namespace of visor_device. Because the struct is private, we use a void * to hide the contents. As a result, we need to allocate vbus_hdr_info and manage it. Also work around vbus_valid, as that vari

[PATCH v4 07/16] staging: unisys: Do not use 0 as the default bus root device number

2015-06-01 Thread Benjamin Romer
From: Don Zickus I used 0 as the device id for the bus root, neglecting the fact that device 0 is a valid id in Unisys's configuration. Modify this to use UINT_MAX instead as a unique number. As fallout from this change it was noticed the bus_no and dev_no was not defined the same way consisten

[PATCH v4 05/16] staging: unisys: Remove unused cruft

2015-06-01 Thread Benjamin Romer
From: Don Zickus Removing stuff that isn't being used. Another prepartion patch to allow us to use visor_device everywhere without the baggage of bus/dev_info. Signed-off-by: Don Zickus Signed-off-by: Benjamin Romer --- drivers/staging/unisys/visorbus/visorbus_main.c| 72

[PATCH v4 11/16] staging: unisys: Update diag serverity enum

2015-06-01 Thread Benjamin Romer
From: David Kershner Give the enum the correct values instead of based on other values. Signed-off-by: David Kershner Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/diagchannel.h | 34 1 file changed, 10 insertions(+), 24 deletions(-) diff --git

[PATCH v4 04/16] staging: unisys: Migrate bus from devdata to visor_device

2015-06-01 Thread Benjamin Romer
From: Don Zickus The bus device and regular device were using two different structs. Let's combine them as they are not entirely different from one another. This allows us to move this creation up the stack later and actually remove bus/dev_info easily. Most of the churn is just renaming devda

[PATCH v4 14/16] staging: unisys: Fix double sysfs create for module version

2015-06-01 Thread Benjamin Romer
From: Don Zickus When we combined visorchipset and visorbus into one driver we negelected to strip out some of the MODULE_ stuff from one of the files. When building the drivers in, it causes a WARN that we try to create /proc/modules/visorbus/version when it is already created. visorchipset.c

[PATCH v4 12/16] staging: unisys: Remove unneeded fields in diagchannel.h

2015-06-01 Thread Benjamin Romer
From: David Kershner Diagchannel.h is used primarily for the diagnostics channel. The diagnostics channel is not being used by linux guests currently, so the majority of the file is not needed. What is left is what is needed to perform postcode vmcalls. Those postcodes will eventually end up in t

Re: [PATCH] staging: unisys: use schedule_timeout_interruptible()

2015-06-01 Thread Ben Romer
As the actually intended timeout is not documented and msecs_to_jiffies timeouts can be a factor 10 different from the current effective timeout this needs to be checked by someone who knows the details of this driver in any case it should be passed in a HZ independent manner. I need an ack from

[PATCH v4 01/16] staging: unisys: Move channel creation up the stack

2015-06-01 Thread Benjamin Romer
From: Don Zickus Instead of creating a channel struct to temporarily hold the channel info and passing it through multiple functions until the device is created, just create the channel from the start. This allows us to remove the channel_info struct. I noticed 'chan_info.addr_type' was not bei

[PATCH v4 10/16] staging: unisys: Removed unused entries from struct visor_channeltype_descriptor

2015-06-01 Thread Benjamin Romer
From: Jes Sorensen min_size/max_size aren't used anywhere, and they were just causing headaches in the drivers being ported over to the new interfaces. Signed-off-by: Jes Sorensen Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/visorbus.h | 2 -- 1 file changed, 2 deletions(-

[PATCH v4 08/16] staging: unisys: Convert bus creation to use visor_device

2015-06-01 Thread Benjamin Romer
From: Don Zickus This patch removes the legacy bus_info struct and instead creates and passes around a traditional struct device. This allows us to remove a lot of the various look up code and removes the doubt if the struct exists or not. Half of the churn is just the conversion of visorchipse

[PATCH v4 15/16] staging: unisys: Fix clean up path

2015-06-01 Thread Benjamin Romer
From: Don Zickus When unloading a module, we need to cleanup the platform registration. However, unregistering the platform uncovered a couple of quirks, namely a missing device_release function. Fix things up so module unload works and allows us to reload the module. Signed-off-by: Don Zickus

[PATCH v4 00/16] Continued rest of unisys driver update

2015-06-01 Thread Benjamin Romer
This patch set contains the remaining changes from our driver cleanup efforts, that did not apply to staging-next. No functional changes have been made, these have simply been rebased so they will apply cleanly, and have proper sign-offs. David Kershner (4): staging: unisys: Update diag serverit

[PATCH v4 02/16] staging: unisys: Convert pending_msg_hdr to a pointer

2015-06-01 Thread Benjamin Romer
From: Don Zickus In order for bus/dev_info structs to become public structs, one element, pending_msg_hdr, needs to become opaque. This is to keep all the internals of the controlvm struct private to the bus layer. So a simple conversion of embedding the pending_msg_hdr struct into a pointer is

[PATCH v4 06/16] staging: unisys: Remove server flags

2015-06-01 Thread Benjamin Romer
From: Don Zickus The bus driver doesn't work in server mode, just remove the left over pieces. Signed-off-by: Don Zickus Signed-off-by: Benjamin Romer --- drivers/staging/unisys/visorbus/visorbus_main.c| 66 +++--- drivers/staging/unisys/visorbus/visorbus_private.h | 5 --

Re: [PATCH] staging: xgifb: remove braces around else clause

2015-06-01 Thread Konrad Zapalowicz
On 06/01, Gujulan Elango, Hari Prasath (H.) wrote: > From: Hari Prasath Gujulan Elango > > Remove braces around else clause with single line > > Signed-off-by: Hari Prasath Gujulan Elango > --- > drivers/staging/xgifb/vb_init.c | 10 -- > 1 file changed, 4 insertions(+), 6 deletions(-)

[PATCH] staging: xgifb: remove braces around else clause

2015-06-01 Thread Gujulan Elango, Hari Prasath (H.)
From: Hari Prasath Gujulan Elango Remove braces around else clause with single line Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/xgifb/vb_init.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/staging/xgifb/vb_init.c b/drivers/staging/xg

Re: [PATCH 00/13 V3] Continued rest of unisys driver update

2015-06-01 Thread Don Zickus
On Sun, May 31, 2015 at 10:17:30AM +0900, Greg KH wrote: > On Tue, May 26, 2015 at 02:40:45PM -0400, Don Zickus wrote: > > Hi, > > > > GregKH ran into an issue where the last 13 patches didn't apply. > > > > It looks like Ben cleaned up the patches to address checkpatch.pl > > warnings and forgot

Re: [PATCH 12/13] staging: unisys: Remove unneeded fields in diagchannel.h

2015-06-01 Thread Don Zickus
On Sun, May 31, 2015 at 10:16:37AM +0900, Greg KH wrote: > On Tue, May 26, 2015 at 02:40:57PM -0400, Don Zickus wrote: > > From: David Kershner > > > > Diagchannel.h is used primarily for the diagnostics channel. The > > diagnostics channel is not being used by linux guests currently, so > > the

Re: [PATCH] Patch to integrate RapidDisk and RapidCache RAM Drive / Caching modules into stating subsystem.

2015-06-01 Thread Petros Koutoupis
Dan, You have indeed given me a good amount of homework. Anyway, I will address everything according to your comments and suggestions and resubmit to the "real" part of the kernel and not staging. Thank you very much. Regards, Petros On Mon, 2015-06-01 at 12:18 +0300, Dan Carpenter wrote: > O

Re: [PATCH] Patch to integrate RapidDisk and RapidCache RAM Drive / Caching modules into stating subsystem.

2015-06-01 Thread Petros Koutoupis
On Mon, 2015-06-01 at 13:04 +0900, Greg KH wrote: > On Sun, May 31, 2015 at 09:43:57PM -0500, Petros Koutoupis wrote: > 1969-12-31 18:00:00.0 -0600 > > +++ linux-next/drivers/staging/rapiddisk/TODO 2015-05-31 > > 21:35:26.683515775 -0500 > > @@ -0,0 +1,5 @@ > > +TODO: > > +- ch

[PATCH] staging: wlan-ng: fix long line

2015-06-01 Thread Douglas Barbonaglia Sathler Figueiredo
Style (line over 80 chars) in drivers/staging/wlan-ng/prism2fw.c Signed-off-by: Douglas Barbonaglia Sathler Figueiredo --- drivers/staging/wlan-ng/prism2fw.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wlan-ng/prism2fw.c b/drivers/staging/wlan-ng

Future of Ozwpan Driver - Maintainer? [Was: Re: [PATCH 0/4] ozwpan: Four remote packet-of-death vulnerabilities]

2015-06-01 Thread Jason A. Donenfeld
Hi all, With four security critical bug patches having finally been put in Greg's for-linus branch [1][2][3][4], I'd like to turn attention back at the bigger issue. Where is the maintainer of this driver during these discussions? The MAINTAINERS file lists Shigekatsu Tateno, and in a commit [5] f

Re: [PATCHv2 1/2] staging: dgnc: delete all references to 'flipbuf'

2015-06-01 Thread Sudip Mukherjee
On Mon, Jun 01, 2015 at 01:26:39PM +, Gujulan Elango, Hari Prasath (H.) wrote: > On Mon, Jun 01, 2015 at 04:18:17PM +0300, Dan Carpenter wrote: > > Really both patches should have been folded together. > > > > regards, > > dan carpenter > > > > Yes Dan they can very well be a single patch.I

Re: [PATCHv2 1/2] staging: dgnc: delete all references to 'flipbuf'

2015-06-01 Thread Gujulan Elango, Hari Prasath (H.)
On Mon, Jun 01, 2015 at 04:18:17PM +0300, Dan Carpenter wrote: > Really both patches should have been folded together. > > regards, > dan carpenter > Yes Dan they can very well be a single patch.I have already sent multiple versions of this patch and its confusing.I will leave it as it is for n

Re: [PATCHv2 1/2] staging: dgnc: delete all references to 'flipbuf'

2015-06-01 Thread Dan Carpenter
Really both patches should have been folded together. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCHv2 2/2] staging: dgnc: remove ununsed Macro

2015-06-01 Thread Gujulan Elango, Hari Prasath (H.)
From: Hari Prasath Gujulan Elango Remove the ununsed Macro Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/dgnc/dgnc_driver.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/dgnc/dgnc_driver.h b/drivers/staging/dgnc/dgnc_driver.h index de9e71c..0ec4073 100644

[PATCHv2 1/2] staging: dgnc: delete all references to 'flipbuf'

2015-06-01 Thread Gujulan Elango, Hari Prasath (H.)
From: Hari Prasath Gujulan Elango This patch deletes all references to 'flipbuf'.Memory is allocated and freed but never used anywhere in the driver.Also deleted an ununsed Macro defined in the header file. Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/dgnc/dgnc_driver.c | 9 -

[PATCH v2 2/2] staging: rtl8192u: r819xU_firmware.h: fix line over 80 characters

2015-06-01 Thread Buţiu Alexandru Octavian
Fixed coding style issue line "over 80 characters" detected by checkpatch.pl in r819xU_firmware.h Signed-off-by: Buţiu Alexandru Octavian --- drivers/staging/rtl8192u/r819xU_firmware.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192u/r819xU_firmware.

[PATCH v2 1/2] staging: drivers: rtl8192u: r819xU_firmware.h: removed commented macro

2015-06-01 Thread Buţiu Alexandru Octavian
Removed commented macro that was no longer needed Signed-off-by: Buţiu Alexandru Octavian --- drivers/staging/rtl8192u/r819xU_firmware.h | 8 1 file changed, 8 deletions(-) diff --git a/drivers/staging/rtl8192u/r819xU_firmware.h b/drivers/staging/rtl8192u/r819xU_firmware.h index cfa22

[PATCH v2 0/2] Fix coding style issues and removed useless code

2015-06-01 Thread Buţiu Alexandru Octavian
Fixed coding style issues detected by checkpatch.pl in r819xU_firmware.h and removed commented macro that was no longer needed. Changes since v1: Removed commented macro instead of fixing C99 comment style suggested by Buţiu Alexandru Octavian (2): staging: drivers: rtl8192u: r819xU_firmware.h

Re: [PATCH v2 2/2] staging: rtl8192u: Fix indentation issue

2015-06-01 Thread Sudip Mukherjee
On Mon, Jun 01, 2015 at 12:39:31PM +, Dhere, Chaitanya (C.) wrote: > From: Chaitanya Dhere > > This change was detected with help of coccinelle tool. Hi, can you please let me know how to use coccinelle to detect indention issues. I never knew coccinelle can be used to check these also. rega

[PATCH] staging: rtl8188eu: use table to get channel plan from country code

2015-06-01 Thread Gujulan Elango, Hari Prasath (H.)
From: Hari Prasath Gujulan Elango Use a table to get a channel plan from a given country code.This was a TODO mentioned as a comment in the driver. Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/rtl8188eu/core/rtw_ioctl_set.c | 19 --- drivers/staging/rtl8188e

[PATCH v2 2/2] staging: rtl8192u: Fix indentation issue

2015-06-01 Thread Dhere, Chaitanya (C.)
From: Chaitanya Dhere This change was detected with help of coccinelle tool. Signed-off-by: Chaitanya Dhere --- drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c

[PATCH v2 1/2] staging: rtl8192u: Patch to modify if, else conditions

2015-06-01 Thread Dhere, Chaitanya (C.)
From: Chaitanya Dhere In this patch, the if, else conditions are modified to remove the unnecessary equality checks. This change was detected with help of coccinelle tool. Signed-off-by: Chaitanya Dhere --- .../staging/rtl8192u/ieee80211/ieee80211_softmac.c |6 ++ 1 file changed, 2 ins

[Patchv2] staging: emxx_udc: remove commented code

2015-06-01 Thread Ravindran, Madhusudhanan (M.)
From: Madhusudhanan Ravindran removed the commented INFO lines. Signed-off-by: Madhusudhanan Ravindran --- v2: added From: line in the changelog. --- drivers/staging/emxx_udc/emxx_udc.c | 26 -- 1 file changed, 26 deletions(-) diff --git a/drivers/staging/emxx_udc/em

[Patchv2] staging: fbtft: replace fbtft_dev_dbg with standard dev_dbg call

2015-06-01 Thread Ravindran, Madhusudhanan (M.)
From: Madhusudhanan Ravindran This patch attempts to simplify the debugging using standard dev_dbg call so that individual debug prints can be enabled or disbled by dynamic debugging rather than using module params. Signed-off-by: Madhusudhanan Ravindran --- v2: added From: line in the changelo

[PATCH] staging: lustre: cleanup not needed else clauses

2015-06-01 Thread Antonio Murdaca
cleanup checkpatch.pl warnings about not needed else clauses after a break or return Signed-off-by: Antonio Murdaca --- drivers/staging/lustre/lustre/fid/fid_request.c| 5 ++- .../staging/lustre/lustre/include/lprocfs_status.h | 3 +- drivers/staging/lustre/lustre/lclient/lcommon_cl.c | 36

  1   2   >