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:   Mon, 22 Aug 2016 12:48:29 -0400
From:   Paul Gortmaker <paul.gortmaker@...driver.com>
To:     <linux-kernel@...r.kernel.org>
CC:     Paul Gortmaker <paul.gortmaker@...driver.com>,
        Alexandre Courbot <gnurou@...il.com>,
        Daniel Mack <daniel@...aq.de>,
        Juergen Beisert <kernel@...gutronix.de>,
        Linus Walleij <linus.walleij@...aro.org>,
        Mathias Nyman <mathias.nyman@...ux.intel.com>,
        Shiraz Hashim <shiraz.linux.kernel@...il.com>,
        Stefan Agner <stefan@...er.ch>, <linux-gpio@...r.kernel.org>
Subject: [PATCH 0/4] gpio: delete MODULE_ tags in non-modular drivers

A nice simple series, with zero runtime changes.  We delete tags like
MODULE_LICENSE, MODULE_AUTHOR (while ensuring the documentation at the
top of file reflects author and license) etc from bool drivers where
the tags are no-ops.

Then we are free to delete the module.h include, which we now know adds
about 750kB of output to an otherwise headerless empty file processed
by cpp.  In addition, it will be clear that the driver is non-modular
now, when inspecting the source code.

---

Cc: Alexandre Courbot <gnurou@...il.com>
Cc: Daniel Mack <daniel@...aq.de>
Cc: Juergen Beisert <kernel@...gutronix.de>
Cc: Linus Walleij <linus.walleij@...aro.org>
Cc: Mathias Nyman <mathias.nyman@...ux.intel.com>
Cc: Shiraz Hashim <shiraz.linux.kernel@...il.com>
Cc: Stefan Agner <stefan@...er.ch>
Cc: linux-gpio@...r.kernel.org

Paul Gortmaker (4):
  gpio: msic: drop unused MODULE_ tags from non-modular code
  gpio: mxc: drop unused MODULE_ tags from non-modular code
  gpio: spear-spics: drop unused MODULE_ tags from non-modular code
  gpio: vf610: drop unused MODULE_ tags from non-modular code

 drivers/gpio/gpio-msic.c        |  6 ------
 drivers/gpio/gpio-mxc.c         | 10 ++--------
 drivers/gpio/gpio-spear-spics.c |  7 +------
 drivers/gpio/gpio-vf610.c       |  7 +------
 4 files changed, 4 insertions(+), 26 deletions(-)

-- 
2.8.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ