]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
xen-pciback: Add name prefix to global 'permissive' variable
authorBen Hutchings <ben@decadent.org.uk>
Sun, 12 Apr 2015 23:26:35 +0000 (00:26 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Feb 2017 22:32:50 +0000 (23:32 +0100)
commitf014225af8ed6adf75035e9dd76d82874854bf0f
treede67291620458c3f9db1e7899041d7d583eabc7b
parent1d9d642c16d2bd551f74a77901066d1ce2541768
xen-pciback: Add name prefix to global 'permissive' variable

commit 8014bcc86ef112eab9ee1db312dba4e6b608cf89 upstream.

The variable for the 'permissive' module parameter used to be static
but was recently changed to be extern.  This puts it in the kernel
global namespace if the driver is built-in, so its name should begin
with a prefix identifying the driver.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Fixes: af6fc858a35b ("xen-pciback: limit guest control of command register")
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Signed-off-by: Willy Tarreau <w@1wt.eu>
drivers/xen/xen-pciback/conf_space.c
drivers/xen/xen-pciback/conf_space.h
drivers/xen/xen-pciback/conf_space_header.c