lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sat, 14 Oct 2006 12:11:45 -0400
From:	Florin Malita <fmalita@...il.com>
To:	Jan Dittmer <jdi@....org>
CC:	linux-kernel@...r.kernel.org, akpm@...l.org,
	trivial@...tcorp.com.au
Subject: Re: Add missing space in module.c for taintskernel

Jan Dittmer wrote:
> Obvious fix, against rc1-git10
>
> Signed-off-by: Jan Dittmer <jdi@....org>
>   

My patch killed that space, thanks for catching it.

Acked-by: Florin Malita <fmalita@...il.com>


> --- linux-2.6-amd64/kernel/module.c~	2006-10-13 17:41:32.000000000 +0200
> +++ linux-2.6-amd64/kernel/module.c	2006-10-13 17:41:40.000000000 +0200
> @@ -1342,7 +1342,7 @@ static void set_license(struct module *m
>  
>  	if (!license_is_gpl_compatible(license)) {
>  		if (!(tainted & TAINT_PROPRIETARY_MODULE))
> -			printk(KERN_WARNING "%s: module license '%s' taints"
> +			printk(KERN_WARNING "%s: module license '%s' taints "
>  				"kernel.\n", mod->name, license);
>  		add_taint_module(mod, TAINT_PROPRIETARY_MODULE);
>  	}
>   

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ