diff options
author | Jann Horn <jannh@google.com> | 2020-10-15 20:12:43 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-10-16 11:11:21 -0700 |
commit | df0c09c0117300cd03f6e8532527bf591d4eee65 (patch) | |
tree | b77a1adcf9afeedfdf8932e79a7e03d796a2f879 /fs/squashfs/Makefile | |
parent | 8f942eea12ae8c5a7cde85c145234b25e38de959 (diff) | |
download | linux-df0c09c0117300cd03f6e8532527bf591d4eee65.tar.gz linux-df0c09c0117300cd03f6e8532527bf591d4eee65.tar.bz2 linux-df0c09c0117300cd03f6e8532527bf591d4eee65.zip |
coredump: let dump_emit() bail out on short writes
dump_emit() has a retry loop, but there seems to be no way for that retry
logic to actually be used; and it was also buggy, writing the same data
repeatedly after a short write.
Let's just bail out on a short write.
Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Jann Horn <jannh@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: "Eric W . Biederman" <ebiederm@xmission.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Hugh Dickins <hughd@google.com>
Link: http://lkml.kernel.org/r/20200827114932.3572699-3-jannh@google.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/squashfs/Makefile')
0 files changed, 0 insertions, 0 deletions