lkml.org 
[lkml]   [2018]   [Apr]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/2] cowsay support
Date
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

\
 
 \ /
  Last update: 2018-04-01 10:56    [W:0.047 / U:0.176 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site