[PATCH] sha3sum: New applet, v2

2013-01-04 Thread Lauri Kasanen
Hi v2: - Sorted the enum by alpha (was sorted by algorithm age) - Use normal rotate here, xor not needed - Comment cleanup - Remove *empty* comments - Unify one be/le path - Remove #define round - Move to if(BB_ENDIAN) instead of #if - Lauri PS: There were existing #if blocks in the same file,

Re: [PATCH] powertop: fix error message

2013-01-04 Thread Mike Frysinger
On Friday 04 January 2013 03:51:57 Lauri Hintsala wrote: Application tries to use timer_stats module instead of cpufreq_stats. Error message is printed if opening of the file /proc/timer_stats fails. pushed, cheers! -mike signature.asc Description: This is a digitally signed message part.

Re: [PATCH] sha3sum: New applet, v2

2013-01-04 Thread Mike Frysinger
On Friday 04 January 2013 06:02:53 Lauri Kasanen wrote: v2: - Sorted the enum by alpha (was sorted by algorithm age) - Use normal rotate here, xor not needed - Comment cleanup - Remove *empty* comments - Unify one be/le path - Remove #define round - Move to if(BB_ENDIAN) instead of #if

Re: Kernel printk buffer handling updates

2013-01-04 Thread Peter Korsgaard
On Tue, Dec 18, 2012 at 8:49 PM, Peter Korsgaard jac...@sunsite.dk wrote: Hi, Linux 3.5 extended the /dev/kmsg interface for injecting log messages from user space into the kernel printk buffer to accept (and store) the full syslog facility/priority value. The following patch series updates