Bug 43144
Summary: | setleds fails with KDSKBLED: invalid argument since 3.4-rc4 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Christian Casteyde (casteyde.christian) |
Component: | Console/Framebuffers | Assignee: | James Simmons (jsimmons) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | alan, b3nton, florian |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.4-rc7 | Subsystem: | |
Regression: | Yes | Bisected commit-id: |
Description
Christian Casteyde
2012-04-22 15:48:38 UTC
Me too. This sed fixes the problem for me: sed -i '/ spin_u/{N;s#break#return 0#;}' drivers/tty/vt/keyboard.c I should add that it was git commit 079c9534a96da9a85a2a2f9715851050fbfbf749 that introduced the problem Update: still present in 3.4-rc5. Patch submitted (In reply to comment #4) > Patch submitted Is there anyway we can view this mysterious patch of which you speak? Mailed to the kernel list. A patch referencing this bug report has been merged in Linux v3.4: commit eea41aee2bfad4cf5c84e1cab8aa068c66206651 Author: Alan Cox <alan@linux.intel.com> Date: Mon May 14 14:41:31 2012 +0100 tty: Fix LED error return A patch referencing this bug report has been merged in Linux v3.5-rc1: commit 05f843b5d3406c29c8af7d1eb39ea9143b21d6dc Author: Alan Cox <alan@linux.intel.com> Date: Mon May 14 14:41:31 2012 +0100 tty: Fix LED error return Fixed in 3.5. |