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, 29 Oct 2016 16:38:40 -0400
From:   Paul Gortmaker <paul.gortmaker@...driver.com>
To:     <linux-kernel@...r.kernel.org>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>
CC:     Paul Gortmaker <paul.gortmaker@...driver.com>,
        Bas Vermeulen <bvermeul@...ckstar.xs4all.nl>,
        Heiko Carstens <heiko.carstens@...ibm.com>,
        Steven Miao <realmz6@...il.com>,
        Martin Schwidefsky <schwidefsky@...ibm.com>,
        Matias Bjorling <mb@...htnvm.io>,
        Michael Holzheu <holzheu@...ux.vnet.ibm.com>,
        <linux-s390@...r.kernel.org>
Subject: [PATCH 0/3] Add new builtin_misc_device users

The new macro builtin_misc_device doesn't currently exist anywhere
other than Greg's char-misc tree.  As such I was going to stagger
the patches containing users of it by a merge window to avoid any
dependency issues, but Greg offered to take the users in via the
char-misc tree which also solves the dependency issue (assuming
the blackfin and s390 people don't mind).

So these three patches are the ones from my queue that use the
new macro.  Build tested for s390 and blackfin to ensure no typos
or implicit include issues inadvertently crept in.

We are simply replacing module_misc_device with the new
builtin_misc_device in code that is always built in due to
the Makefile/Kconfig settings controlling it.  Along with that
we get rid of any other modular related references that are
inactive in the always non-modular case.

Paul.

---

Cc: Bas Vermeulen <bvermeul@...ckstar.xs4all.nl>
Cc: Heiko Carstens <heiko.carstens@...ibm.com>
Cc: Steven Miao <realmz6@...il.com>
Cc: Martin Schwidefsky <schwidefsky@...ibm.com>
Cc: Matias Bjorling <mb@...htnvm.io>
Cc: Michael Holzheu <holzheu@...ux.vnet.ibm.com>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: linux-s390@...r.kernel.org

Paul Gortmaker (3):
  lightnvm: make core.c explicitly non-modular
  blackfin: make-bf561/coreb.c explicitly non-modular
  s390: char: make slp_ctl explicitly non-modular

 arch/blackfin/mach-bf561/coreb.c | 10 ++++------
 drivers/lightnvm/core.c          | 14 ++++++--------
 drivers/s390/char/sclp_ctl.c     |  4 ++--
 3 files changed, 12 insertions(+), 16 deletions(-)

-- 
2.10.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ