linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Max Asbock <masbock@us.ibm.com>
To: linux-kernel@vger.kernel.org
Cc: Vernon Mauery <vernux@us.ibm.com>
Subject: [patch][1/4] ibmasm driver: fix command buffer size
Date: Thu, 16 Jun 2005 13:20:05 -0700	[thread overview]
Message-ID: <1118953205.8372.76.camel@w-amax> (raw)

Hi,
 
here are four patches for the ibmasm driver.
(that is the driver for the IBM xSeries RSA service processor)
The patches are against the 2.6.16-rc6 kernel. 

To summarize what they do:
[1] change a #define for the buffer size for commands
[2] Fix a bug where threads in the event handling code calling
wait_event_interruptible() weren't woken up as expected.
[3] Redesigned how remote mouse and keyboard events received by the
driver are handled. 
[4] Fixed a race in the command reference counting logic.

Please apply.

Here is the first one:

Signed-off-by: Max Asbock <masbock@us.ibm.com>


diff -urN linux-2.6.12-rc6/drivers/misc/ibmasm/ibmasm.h linux-2.6.12-rc6.ibmasm/drivers/misc/ibmasm/ibmasm.h
--- linux-2.6.12-rc6/drivers/misc/ibmasm/ibmasm.h	2005-03-01 23:37:48.000000000 -0800
+++ linux-2.6.12-rc6.ibmasm/drivers/misc/ibmasm/ibmasm.h	2005-06-08 17:54:09.534984912 -0700
@@ -52,7 +52,7 @@
 #define IBMASM_CMD_TIMEOUT_NORMAL	45
 #define IBMASM_CMD_TIMEOUT_EXTRA	240
 
-#define IBMASM_CMD_MAX_BUFFER_SIZE	0x4000
+#define IBMASM_CMD_MAX_BUFFER_SIZE	0x8000
 
 #define REVERSE_HEARTBEAT_TIMEOUT	120
 




                 reply	other threads:[~2005-06-16 20:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1118953205.8372.76.camel@w-amax \
    --to=masbock@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vernux@us.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).