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
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
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
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
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
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
> -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:
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
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
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
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)
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
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
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
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
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
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
17 matches
Mail list logo