]> 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)
committerSasha Levin <sasha.levin@oracle.com>
Sat, 23 May 2015 19:53:21 +0000 (15:53 -0400)
commit8d102e1d92688151716b382f191d76bb19f8e89b
treec66a93b42ca11401ff83fd849c70907b493d55c1
parent3b2ec381961c77785353337031a00691416b4479
xen-pciback: Add name prefix to global 'permissive' variable

[ Upstream commit 8014bcc86ef112eab9ee1db312dba4e6b608cf89 ]

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: Sasha Levin <sasha.levin@oracle.com>
drivers/xen/xen-pciback/conf_space.c
drivers/xen/xen-pciback/conf_space.h
drivers/xen/xen-pciback/conf_space_header.c