powerpc/spufs: simplify spufs core dumping
authorChristoph Hellwig <hch@lst.de>
Tue, 5 May 2020 10:12:52 +0000 (12:12 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 5 May 2020 20:46:09 +0000 (16:46 -0400)
commit5456ffdee666c66e27ccc1006f9afe83ad55559f
tree0c3d7f456c11ca8486cba4f0abdeee85b0d97853
parent6904d3d0cb7e151eba5b205ee788c5f39a90308b
powerpc/spufs: simplify spufs core dumping

Replace the coredump ->read method with a ->dump method that must call
dump_emit itself.  That way we avoid a buffer allocation an messing with
set_fs() to call into code that is intended to deal with user buffers.
For the ->get case we can now use a small on-stack buffer and avoid
memory allocations as well.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/powerpc/platforms/cell/spufs/coredump.c
arch/powerpc/platforms/cell/spufs/file.c
arch/powerpc/platforms/cell/spufs/spufs.h