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: <1406037717-9670-1-git-send-email-elder@linaro.org> Date: Tue, 22 Jul 2014 09:01:55 -0500 From: Alex Elder <elder@...aro.org> To: akpm@...ux-foundation.org Cc: kay@...y.org, pmladek@...e.cz, bp@...e.de, john.stultz@...aro.org, jack@...e.cz, linux-kernel@...r.kernel.org Subject: [PATCH v2 0/2] printk: more log flag simplification This series eliminates the LOG_CONT entirely from the printk/log code. It builds on another series, posted earlier today: http://www.spinics.net/lists/kernel/msg1791665.html This series was originally longer, but in review I was reminded that some of the simplifications I had done were not valid. The first patch exploits the fact that LOG_CONT and LOG_NEWLINE are inverses, and uses LOG_NEWLINE (or its negation) anywhere LOG_CONT is used. As a result, LOG_CONT is no longer needed, so it's eliminated. The second patch improves some comments and makes a few small code cleanups, now that it's gone through this transformation. -Alex This series is available here: http://git.linaro.org/landing-teams/working/broadcom/kernel.git Branch review/more-printk-flags-v2 It is based on branch review/printk-flags-v6 in that same repository. Alex Elder (2): printk: kill LOG_CONT printk: improve some commentary; tidy up kernel/printk/printk.c | 99 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 59 insertions(+), 40 deletions(-) -- 1.9.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