On 13/04/15 00:26, Ben Hutchings wrote:
> 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.
Applied
On Mon, Apr 13, 2015 at 12:26:35AM +0100, Ben Hutchings wrote:
> 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 identifyi
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
Fixes: af6fc858a35b ("xen