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] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 13 Nov 2012 07:33:13 +0000
From:	"Jan Beulich" <JBeulich@...e.com>
To:	"Andrew Cooks" <acooks@...il.com>,
	"Bjorn Helgaas (supporter:PCI SUBSYSTEM)" <bhelgaas@...gle.com>
Cc:	"open list" <linux-kernel@...r.kernel.org>,
	"open list:PCI SUBSYSTEM" <linux-pci@...r.kernel.org>
Subject: Re: [PATCH] Add missing license for ioapic module.

>>> On 13.11.12 at 05:39, Andrew Cooks <acooks@...il.com> wrote:
> config PCI_IOAPIC turned into a tristate in commit 
> b95a7bd700466c10fda84acbd33f70cf66ec91ce, but no module license is specified. 
> This adds the missing module license.
> 
> Signed-off-by: Andrew Cooks <acooks@...il.com>

Acked-by: Jan Beulich <jbeulich@...e.com>

> ---
>  drivers/pci/ioapic.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/pci/ioapic.c b/drivers/pci/ioapic.c
> index 205af8d..22436f7 100644
> --- a/drivers/pci/ioapic.c
> +++ b/drivers/pci/ioapic.c
> @@ -125,3 +125,5 @@ static void __exit ioapic_exit(void)
>  
>  module_init(ioapic_init);
>  module_exit(ioapic_exit);
> +
> +MODULE_LICENSE("GPL");
> -- 
> 1.7.1



--
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