|
Pull request for branch yem-kconfig-for-next
|
| |
...
Hello Michal, All!
These are the patches against kconfig that I have accumulated for 3.11,
and for which I plan to later send a proper pull-request.
Note-whorthy this time:
- fix values of tristates that are selected by boolean choices (Arve)
- fix choice randomisation in presence of KCONFIG_ALLCONFIG (me)... more »
|
|
led: add Cycle LED trigger.
|
| |
Currently, none of available triggers supports playing with the LED brightness
level. The cycle trigger provides a way to define custom brightness cycle.
For example, it is easy to customize the cycle to mock up the rhythm of human
breathing which is a nice cycle to tell the user the system is doing something.... more »
|
|
checkpatch: Ignore SI unit CamelCase variants like "_uV"
|
| |
Many existing variable names use SI like variants that
should be otherwise obvious and acceptable.
Whitelist them from the CamelCase message.
Suggested-by: Phil Carmody <phil.carm...@partner.samsung. com>
Signed-off-by: Joe Perches <j...@perches.com>
---
scripts/checkpatch.pl | 3 +++
1 file changed, 3 insertions(+)... more »
|
|
FMC: resending unapplied patches
|
| |
Six patches from the series I initially sent on Jun 12.
Changes in V3: all 6 yet unapplied by greg are resent, in correct order.
Changes in V2: turned a generic "public domain" note for code to be
reused into a proper BSD-like license, but I only resent affected
patches, in error.
Alessandro Rubini (6):... more »
|
|
parisc updates for v3.10
|
| |
Hi Linus,
Please pull the latest parisc architecture fixes from:
git://git.kernel.org/pub/scm/l inux/kernel/git/deller/parisc- linux.git parisc-3.10
It contains a kernel segfault fix when reading /proc/kpageflags or /proc/kpagecount,
two fixes for the serial port and PCI graphic card support on C8000 workstations... more »
|
|
Improve selftests
|
| |
First two are cleanups, third adds hugetlbfstest. This test fails on
current kernels, but I have previously sent a patchset to fix the two
failures.
Joern Engel (3):
selftests: exit 1 on failure
self-test: fix make clean
selftests: add hugetlbfstest
tools/testing/selftests/vm/Mak efile | 7 ++-... more »
|
|
FMC: resend sample drivers
|
| |
As suggested by Greg-KH [1] I'm resending the two example submodules
(one carrier driver and one mezzanine driver) with a proper licence
text for BSD. Among the various wordings, I chose the shortest one, as
used by a number of drivers/net/wireless/ files. Thank you David for
checking the distribution policies.... more »
|
|
nbd: remove bogus BUG_ON in NBD_CLEAR_QUE
|
| |
...
The NBD_CLEAR_QUE ioctl has been deprecated for quite some time (its job
is now done by two other ioctls). We should stop trying to make bogus
assertions in it. Also, user-level code should remove calls to
NBD_CLEAR_QUE, ASAP.
Signed-off-by: Michal Belczyk <belc...@bsd.krakow.pl>
Signed-off-by: Paul Clements <paul.cleme...@steeleye.com>... more »
|
|
xhci: Compute last_ctx from complete set of configured endpoints.
|
| |
The context entries field of the slot context must be set to one more
than the highest endpoint index currently active. The previous logic
only included the set of endpoints currently being added, meaning that
if an endpoint where dropped then the field would be reset to 1,
deactivating all configured endpoints.... more »
|
|
|