summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authormpvader <mvader@victronenergy.com>2019-02-03 10:22:49 +0100
committerTobias Klauser <tobias.klauser@gmail.com>2019-02-03 17:32:30 +0100
commitfdf702ec67f8eefbd3ad5bb63f193dce01ef6201 (patch)
tree31576ead6ad88d2bd359dbd64ebaf2311b75407a /.gitattributes
parente1b6baa4f71f46b6bd2f9a1e4ffbc2e593d14a48 (diff)
llmnrd: set stdout to line buffering
The log output of llmnrd works well when operated from a terminal; but not when its stdout is piped to a log-file or -tool; due to buffering: By default, stdout is buffered (line buffered if connected to a terminal), and stderr is unbuffered. [1] Changing stdout to line buffering fixes this. [1] https://www.gnu.org/software/libc/manual/html_node/Buffering-Concepts.html
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions
div class='commit-msg'>This fixes the following smatch and coccinelle warnings: drivers/net/ethernet/cavium/thunder/thunder_xcv.c:119 xcv_setup_link() error: we previously assumed 'xcv' could be null (see line 118) [smatch] drivers/net/ethernet/cavium/thunder/thunder_xcv.c:119:16-20: ERROR: xcv is NULL but dereferenced. [coccinelle] Fixes: 6465859aba1e66a5 ("net: thunderx: Add RGMII interface type support") Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Cc: Sunil Goutham <sgoutham@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/xfrm6_state.c')