Here is a trivial patch to add a newline at the end of a printk in
tcp_input.c.
patch is against 2.6.7.
Without this patch, the output of the printk in question looks like this:
tcp_parse_options: Illegal window scaling value 255 >14
received.tcp_parse_options: Illegal window scaling value 255 >14
received.tcp_parse_options: Illegal window scaling value 255 >14
received.tcp_parse_options: Illegal window scaling value 255 >14 received.
It might be nice if this printk told us where the packet came from, but
I'll save that for another patch.
--
Burton Windle bwindle@xxxxxxxx
tcp_input_printk_fix.diff
Description: fix newline in printk
|