]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
locking/refcounts: Do not force refcount_t usage as GPL-only export
authorKees Cook <keescook@chromium.org>
Tue, 5 Dec 2017 01:24:54 +0000 (17:24 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 6 Dec 2017 01:14:31 +0000 (17:14 -0800)
commitb562c171cf011d297059bd0265742eb5fab0ad2f
tree8d0782dc6b3a8a3ca6428e7adfd14a3e9946c668
parent13231caccedffcceff1580b78e6d99d8b0a43404
locking/refcounts: Do not force refcount_t usage as GPL-only export

The refcount_t protection on x86 was not intended to use the stricter
GPL export. This adjusts the linkage again to avoid a regression in
the availability of the refcount API.

Reported-by: Dave Airlie <airlied@gmail.com>
Fixes: 7a46ec0e2f48 ("locking/refcounts, x86/asm: Implement fast refcount overflow protection")
Cc: stable@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/mm/extable.c