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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 18 Sep 2017 13:50:57 -0400 From: Prarit Bhargava <prarit@...hat.com> To: linux-kernel@...r.kernel.org Cc: Prarit Bhargava <prarit@...hat.com>, Mark Salyzyn <salyzyn@...roid.com>, Jonathan Corbet <corbet@....net>, Petr Mladek <pmladek@...e.com>, Sergey Senozhatsky <sergey.senozhatsky@...il.com>, Steven Rostedt <rostedt@...dmis.org>, John Stultz <john.stultz@...aro.org>, Thomas Gleixner <tglx@...utronix.de>, Stephen Boyd <sboyd@...eaurora.org>, Andrew Morton <akpm@...ux-foundation.org>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>, Christoffer Dall <cdall@...aro.org>, Deepa Dinamani <deepa.kernel@...il.com>, Ingo Molnar <mingo@...nel.org>, Joel Fernandes <joelaf@...gle.com>, Kees Cook <keescook@...omium.org>, Peter Zijlstra <peterz@...radead.org>, Geert Uytterhoeven <geert+renesas@...der.be>, "Luis R. Rodriguez" <mcgrof@...nel.org>, Nicholas Piggin <npiggin@...il.com>, "Jason A. Donenfeld" <Jason@...c4.com>, Olof Johansson <olof@...om.net>, Josh Poimboeuf <jpoimboe@...hat.com>, linux-doc@...r.kernel.org Subject: [PATCH 0/3 v12] printk: Add new timestamps printk.time=1/CONFIG_PRINTK_TIME=1 adds a unmodified local hardware clock timestamp to printk messages. The local hardware clock loses time each day making it difficult to determine exactly when an issue has occurred in the kernel log, and making it difficult to determine how kernel and hardware issues relate to each other in real time. Add monotonic, boottime, and real clock timestamps in addition to the existing local hardware clock timestamp. Changes from v12: In 1/3 remove typecast. In 3/3, Reword Kconfig names, simplify timestamp logic and remove recursive code. Signed-off-by: Prarit Bhargava <prarit@...hat.com> Cc: Mark Salyzyn <salyzyn@...roid.com> Cc: Jonathan Corbet <corbet@....net> Cc: Petr Mladek <pmladek@...e.com> Cc: Sergey Senozhatsky <sergey.senozhatsky@...il.com> Cc: Steven Rostedt <rostedt@...dmis.org> Cc: John Stultz <john.stultz@...aro.org> Cc: Thomas Gleixner <tglx@...utronix.de> Cc: Stephen Boyd <sboyd@...eaurora.org> Cc: Andrew Morton <akpm@...ux-foundation.org> Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org> Cc: "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com> Cc: Christoffer Dall <cdall@...aro.org> Cc: Deepa Dinamani <deepa.kernel@...il.com> Cc: Ingo Molnar <mingo@...nel.org> Cc: Joel Fernandes <joelaf@...gle.com> Cc: Prarit Bhargava <prarit@...hat.com> Cc: Kees Cook <keescook@...omium.org> Cc: Peter Zijlstra <peterz@...radead.org> Cc: Geert Uytterhoeven <geert+renesas@...der.be> Cc: "Luis R. Rodriguez" <mcgrof@...nel.org> Cc: Nicholas Piggin <npiggin@...il.com> Cc: "Jason A. Donenfeld" <Jason@...c4.com> Cc: Olof Johansson <olof@...om.net> Cc: Josh Poimboeuf <jpoimboe@...hat.com> Cc: linux-doc@...r.kernel.org [jstultz: reworked Kconfig settings to avoid defconfig noise] Signed-off-by: John Stultz <john.stultz@...aro.org> Prarit Bhargava (2): time: Make fast functions return 0 before timekeeping is initialized printk: Add monotonic, boottime, and realtime timestamps Thomas Gleixner (1): timekeeping: Provide NMI safe access to clock realtime Documentation/admin-guide/kernel-parameters.txt | 6 +- include/linux/timekeeper_internal.h | 6 +- include/linux/timekeeping.h | 1 + kernel/printk/printk.c | 130 +++++++++++++++++++++++- kernel/time/timekeeping.c | 60 +++++++++-- lib/Kconfig.debug | 48 ++++++++- 6 files changed, 233 insertions(+), 18 deletions(-) -- 1.8.5.5
Powered by blists - more mailing lists