diff options
author | 2020-06-07 17:44:28 +0200 | |
---|---|---|
committer | 2020-07-31 08:16:00 +0200 | |
commit | 8f740636d9049a3f9665a0ec87a00822ec1120b4 (patch) | |
tree | b882c3795401b79acc3adf7bb7a329bb5dbe3b34 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | initramfs: switch initramfs unpacking to struct file based APIs (diff) | |
download | wireguard-linux-8f740636d9049a3f9665a0ec87a00822ec1120b4.tar.xz wireguard-linux-8f740636d9049a3f9665a0ec87a00822ec1120b4.zip |
init: open code setting up stdin/stdout/stderr
Don't rely on the implicit set_fs(KERNEL_DS) for ksys_open to work, but
instead open a struct file for /dev/console and then install it as FD
0/1/2 manually.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions