tty: typo in comments in drivers/tty/vt/keyboard.c

2016-08-07 Thread Askar Safin
Signed-off-by: Askar Safin --- diff --git a/drivers/tty/vt/keyboard.c b/drivers/tty/vt/keyboard.c index 0f8caae..d5d81d4 100644 --- a/drivers/tty/vt/keyboard.c +++ b/drivers/tty/vt/keyboard.c @@ -1256,7 +1256,7 @@ static int emulate_raw(struct vc_data *vc, unsigned int keycode, case

Re: Avoid unprivileged splice(file->)/(->socket) pipe exclusion

2023-12-25 Thread Askar Safin
ility" So probably we should do this as Linus suggested? I. e. fully remove splice by replacing it with trivial read-write? -- Askar Safin

Re: [PATCH v5 1/1] fs: Allow no_new_privs tasks to call chroot(2)

2021-03-26 Thread Askar Safin
you need chroot for path resolving only, consider openat2 with RESOLVE_IN_ROOT ( https://lwn.net/Articles/796868/ ). == Askar Safin https://github.com/safinaskar

TCP connections come in wrong order

2015-02-01 Thread Askar Safin
inux ideal-os 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt2-1 (2014-12-08) x86_64 GNU/Linux Debian 8.0 Jessie GNU C Library (Debian GLIBC 2.19-13) stable release version 2.19, by Roland McGrath et al. == Askar Safin http://vk.com/safinaskar Kazan, Russia

tty: typo in comments in drivers/tty/vt/keyboard.c

2016-11-07 Thread Askar Safin
Fixed typo in comments in drivers/tty/vt/keyboard.c Signed-off-by: Askar Safin --- diff --git a/drivers/tty/vt/keyboard.c b/drivers/tty/vt/keyboard.c index 0f8caae..d5d81d4 100644 --- a/drivers/tty/vt/keyboard.c +++ b/drivers/tty/vt/keyboard.c @@ -1256,7 +1256,7 @@ static int emulate_raw(struct