+ input-fix-uninitialized-old_keycode-oops-in-input_set_keycode.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     input: fix uninitialized old_keycode oops in input_set_keycode
has been added to the -mm tree.  Its filename is
     input-fix-uninitialized-old_keycode-oops-in-input_set_keycode.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: input: fix uninitialized old_keycode oops in input_set_keycode
From: Jarod Wilson <jarod@xxxxxxxxxx>

Patch as suggested by Kyle McMartin, in response to Red Hat bugzilla
615707, filed against a rawhide kernel carrying ir-core enabling patches
from the linuxtv staging/other tree.  Fix is based on the similar logic in
input_set_keycode_big, and is confirmed by the bz reporter.

Signed-off-by: Jarod Wilson <jarod@xxxxxxxxxx>
Cc: Kyle McMartin <kmcmartin@xxxxxxxxxx>
Cc: Dmitry Torokhov <dtor@xxxxxxx>
Tested-by: Valdis Kletnieks <Valdis.Kletnieks@xxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/input/input.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN drivers/input/input.c~input-fix-uninitialized-old_keycode-oops-in-input_set_keycode drivers/input/input.c
--- a/drivers/input/input.c~input-fix-uninitialized-old_keycode-oops-in-input_set_keycode
+++ a/drivers/input/input.c
@@ -929,6 +929,7 @@ int input_set_keycode(struct input_dev *
 		if (retval)
 			goto out;
 
+		old_keycode = kt_entry.keycode;
 		kt_entry.keycode = keycode;
 
 		retval = dev->setkeycodebig(dev, &kt_entry);
_

Patches currently in -mm which might be from jarod@xxxxxxxxxx are

linux-next.patch
input-fix-uninitialized-old_keycode-oops-in-input_set_keycode.patch
input-fix-wiring-up-default-setkeycode-setkeycodebig.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux