Skip to content
  • Daniel Thompson's avatar
    staging: android: logger: Fix log corruption regression · 5fecf3a1
    Daniel Thompson authored
    Since commit cd678fce
    
     ("switch logger to ->write_iter()"), any
    attempt to write to the log results in the log data being written over
    its own metadata, thus rendering the log unreadable.
    
    The problem was first detected when I ran an Android userspace on the
    v3.18-rc1 kernel. However the issue can also be observed with a
    non-Android userspace by using echo/cat to write to/from /dev/log_main .
    
    This patch resolves the problem by using a temporary to track the status
    of not-yet-committed writes to the log buffer.
    
    Signed-off-by: default avatarDaniel Thompson <daniel.thompson@linaro.org>
    Cc: Al Viro <viro@zeniv.linux.org.uk>
    Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
    5fecf3a1