]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
kernel/sys.c: fix UNAME26 for 4.0
authorJon DeVree <nuxi@vault24.org>
Fri, 27 Feb 2015 23:52:07 +0000 (15:52 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 28 Feb 2015 17:57:51 +0000 (09:57 -0800)
commit39afb5ee4640b4ed2cdd9e12b2a67cf785cfced8
tree6d96ebba8d64d94c128eec27eecdfec61704666a
parentd2973697b377e8b061e179c6057e94151759a73d
kernel/sys.c: fix UNAME26 for 4.0

There's a uname workaround for broken userspace which can't handle kernel
versions of 3.x.  Update it for 4.x.

Signed-off-by: Jon DeVree <nuxi@vault24.org>
Cc: Andi Kleen <andi@firstfloor.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/sys.c