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:   Sun,  1 Apr 2018 10:56:20 +0200
From:   Richard Weinberger <richard@....at>
To:     linux-kernel@...r.kernel.org
Cc:     rostedt@...dmis.org, pantelis.antoniou@...sulko.com,
        mark.rutland@....com, pmladek@...e.com,
        andriy.shevchenko@...ux.intel.com, joe@...ches.com, corbet@....net,
        me@...in.cc, sergey.senozhatsky@...il.com,
        Richard Weinberger <richard@....at>
Subject: [PATCH 0/2] cowsay support

As the printk subsystem gains more and more popularity it is time to add
the final missing feature to make it perfect, namely cowsay output.
Currently only one type of cow is supported and the only user is kmsg,
but I can see more use cases for it and the need for different cow types.

Example of /dev/kmsg usage:
[    1.309561]   _________________________________________
[    1.309561] < systemd[1]: Detected architecture x86-64. >
[    1.309561]   -----------------------------------------
[    1.309561]                     \   ^__^
[    1.309561]                      \  (oo)\_______
[    1.309561]                         (__)\       )\/\
[    1.309561]                             ||----w |
[    1.309561]                             ||     ||

Richard Weinberger (2):
  lib: vsprintf: Implement %pCOW
  printk: Use %pCOW for kmsg

 kernel/printk/printk.c |  5 ++++-
 lib/vsprintf.c         | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+), 1 deletion(-)

-- 
2.13.6

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ