[PATCH 04/10] binder: use freezable blocking calls

2013-04-29 Thread Colin Cross
Avoid waking up every thread sleeping in a binder call during suspend and resume by calling a freezable blocking call. Signed-off-by: Colin Cross --- drivers/staging/android/binder.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/staging/android/binder.c b/drive

Re: [PATCH 3/3] Revert "staging: nvec: replace module_platformregister by module_init"

2013-04-29 Thread Marc Dietrich
Hi Greg, On Monday 29 April 2013 09:37:54 Greg KH wrote: > On Sun, Apr 28, 2013 at 04:55:08PM +0200, Marc Dietrich wrote: > > This reverts commit 8e065accc114ee5d939c8c63fbb28230bceb4525. Now that > > modules can be savely unloaded, this change is no longe necessary. > > > > Signed-off-by: Marc D

[PATCH 3/3] staging: nvec: cleanup childs on remove

2013-04-29 Thread Marc Dietrich
Disable device functions and unregister notifier if available. The serio device must not be "kzallocated". Otherwise serio_unregister_port will fail because the device is already freed. Signed-off-by: Marc Dietrich --- drivers/staging/nvec/nvec.c |5 - drivers/staging/nvec/nvec_kbd

[PATCH 1/3] staging: nvec: add missing module aliases

2013-04-29 Thread Marc Dietrich
Keyboard and mouse drivers were missing MODULE_ALIAS definitions. This fixes auto module loading of these drivers. Signed-off-by: Marc Dietrich --- drivers/staging/nvec/nvec_kbd.c |1 + drivers/staging/nvec/nvec_ps2.c |1 + 2 files changed, 2 insertions(+) diff --git a/drivers/staging/n

[PATCH 2/3] staging: nvec: implement unregistering of notifiers

2013-04-29 Thread Marc Dietrich
This implements the unregistering of notifiers so kernel modules can be unloaded. Signed-off-by: Marc Dietrich --- drivers/staging/nvec/nvec.c | 14 ++ drivers/staging/nvec/nvec.h |5 ++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/drivers/staging/nvec/nve

[PATCH 0/3] fix module unload of nvec

2013-04-29 Thread Marc Dietrich
This is a combined resend of the previous two patch series to fix module unloading of the nvec driver and its childs. Marc Dietrich (3): staging: nvec: add missing module aliases staging: nvec: implement unregistering of notifiers staging: nvec: cleanup childs on remove drivers/staging/nve

RE: [PATCH net-next] hyperv: Fix a compiler warning in netvsc_send()

2013-04-29 Thread Haiyang Zhang
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > Sent: Monday, April 29, 2013 2:10 PM > To: Haiyang Zhang > Cc: net...@vger.kernel.org; KY Srinivasan; o...@aepfle.de; > jasow...@redhat.com; linux-ker...@vger.kernel.org; > devel@linuxdriverproject.org > Subject: Re:

Re: [PATCH net-next] hyperv: Fix a compiler warning in netvsc_send()

2013-04-29 Thread David Miller
From: Haiyang Zhang Date: Fri, 26 Apr 2013 11:25:55 -0700 > Fixed: warning: cast from pointer to integer of different size > > The Hyper-V hosts always use 64 bit request id. The guests can have 32 or 64 > bit pointers which equal to the ulong type size. So we cast it to ulong type. > And, assig

Re: linux-next: Tree for Apr 29 (staging/gdm72xx)

2013-04-29 Thread Randy Dunlap
On 04/29/13 02:17, Stephen Rothwell wrote: > Hi all, > > Changes since 20130426: > on x86_64: when CONFIG_MMC=m and CONFIG_WIMAX_GDM72XX_SDIO=y (because it is boolean, not tristate): gdm_sdio.c:(.text+0x147093): undefined reference to `sdio_claim_host' gdm_sdio.c:(.text+0x1470a2): undefined re

Re: [PATCH 3/3] Revert "staging: nvec: replace module_platform register by module_init"

2013-04-29 Thread Greg KH
On Sun, Apr 28, 2013 at 04:55:08PM +0200, Marc Dietrich wrote: > This reverts commit 8e065accc114ee5d939c8c63fbb28230bceb4525. Now that > modules can > be savely unloaded, this change is no longe necessary. > > Signed-off-by: Marc Dietrich > --- > Greg, > > I don't know how far you are with mer

Loan Offer At 2% Interest Rate Per Annual

2013-04-29 Thread Belfast Loan Lenders India
Hello, Do you need an urgent loan and you have been turned down by your local bank, contact us today for your loan application. It is easy, quick and the amazing low interest rate of 2% Yearly. For your loan application,Please email us at: belfastloanlend...@msn.com (Serious Inquiries Only)

Re: [PATCH 1/1] Staging: bcm: Fix of a litte white space error in Bcmchar.c

2013-04-29 Thread Dan Carpenter
On Mon, Apr 29, 2013 at 03:49:04PM +0200, Severin Gsponer wrote: > Fixed a wrong placed whitespace. Found with the checkpatch.pl script. > checkpatch.pl error message: > ERROR: "foo * bar" should be "foo *bar" > +static int bcm_char_open(struct inode *inode, struct file * filp) > Looks good. Ack

[PATCH 1/1] Staging: bcm: Fix of a litte white space error in Bcmchar.c

2013-04-29 Thread Severin Gsponer
Fixed a wrong placed whitespace. Found with the checkpatch.pl script. checkpatch.pl error message: ERROR: "foo * bar" should be "foo *bar" +static int bcm_char_open(struct inode *inode, struct file * filp) Signed-off-by: Severin Gsponer --- drivers/staging/bcm/Bcmchar.c |2 +- 1 file changed

Re: [PATCH 1/1] Staging: bcm: Syntaxfix in Bcmchar.c

2013-04-29 Thread Dan Carpenter
On Mon, Apr 29, 2013 at 02:53:52PM +0200, Severin Gsponer wrote: > Fix a little Syntaxerror. Found with the checkpatch script. > This isn't a syntax error. A syntax error would mean the code doesn't compile. This is just a small "white space" messiness. Put the error message from checkpatch.pl

[PATCH 1/1] Staging: bcm: Syntaxfix in Bcmchar.c

2013-04-29 Thread Severin Gsponer
Fix a little Syntaxerror. Found with the checkpatch script. Signed-off-by: Severin Gsponer --- drivers/staging/bcm/Bcmchar.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index 491e2bf..04e919e 100644 --- a/dr

re: staging: zcache: rename ramster to zcache

2013-04-29 Thread Dan Carpenter
Hi Dan, I had a question about 703ba7fe5e08: "staging: zcache: rename ramster to zcache" from Jan 18, 2013. We call ramster_remote_put_handler() from r2net_process_message() like this: drivers/staging/zcache/ramster/tcp.c 1320 if (be16_to_cpu(hdr->data_len) > nmh->nh_max_len) 1321

Re: [PATCH 2/3] staging: nvec: replace module_platform register bymodule_init

2013-04-29 Thread Marc Dietrich
Am Montag, 29. April 2013, 09:58:21 schrieb Dan Carpenter: > On Sat, Apr 27, 2013 at 02:25:46PM +0200, Marc Dietrich wrote: > > This temporary change prevents nvec module unloading until it is > > implemented and tested. > > Greg, if it's not too late, then could you drop this one? Marc has > sub