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-next>] [day] [month] [year] [list]
Date:	Sat, 9 Jun 2007 05:25:08 -0400 (EDT)
From:	"Robert P. J. Day" <rpjday@...dspring.com>
To:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: kernel/module.c warning re: non-GPL modules looks wrong


  from kernel/module.c:
...
        ks = lookup_symbol(name, __start___ksymtab_gpl_future,
                                 __stop___ksymtab_gpl_future);
        if (ks) {
                if (!gplok) {
                        printk(KERN_WARNING "Symbol %s is being used "
                          "by a non-GPL module, which will not "
                          "be allowed in the future\n", name);
                        printk(KERN_WARNING "Please see the file "
                          "Documentation/feature-removal-schedule.txt "
                          "in the kernel source tree for more "
                          "details.\n");
...

  but there's nothing in the feature removal file that expands on that
issue.  (there *is* an entry regarding *unused* symbols, but that
doesn't seem to address the above.)

rday
-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://fsdev.net/wiki/index.php?title=Main_Page
========================================================================
-
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