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
| ||
|
Message-Id: <1406032090-16151-1-git-send-email-pmladek@suse.cz> Date: Tue, 22 Jul 2014 14:28:08 +0200 From: Petr Mladek <pmladek@...e.cz> To: Rusty Russell <rusty@...tcorp.com.au> Cc: Jiri Slaby <jslaby@...e.cz>, Steven Rostedt <rostedt@...dmis.org>, Jiri Kosina <jkosina@...e.cz>, linux-kernel@...r.kernel.org, Petr Mladek <pmladek@...e.cz> Subject: [PATCH 0/2] module: add within_module() and change return type The condition (within_module_init() || within_module_core()) is used on several locations. We would like to use it also in kGraft when patching modules. This small patch set introduces within_module() to do the check in one call. It also modifies the return type from int to bool for all three functions. It seems to be more appropriate. The patch set is against linux-next, top commit 594a8bbcd415c ("Add linux-next specific files for 20140721"). Petr Mladek (2): module: add within_module() function module: return bool from within_module*() include/linux/module.h | 11 +++++++++-- kernel/module.c | 12 ++++-------- 2 files changed, 13 insertions(+), 10 deletions(-) -- 1.8.4 -- 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