mirror of
https://github.com/torvalds/linux.git
synced 2026-07-16 10:35:46 +02:00
Mark arguments to certain system calls as being const where they should be but
aren't. The list includes:
(*) The filename arguments of various stat syscalls, execve(), various utimes
syscalls and some mount syscalls.
(*) The filename arguments of some syscall helpers relating to the above.
(*) The buffer argument of various write syscalls.
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
||
|---|---|---|
| .. | ||
| align.S | ||
| asm-offsets.c | ||
| coprocessor.S | ||
| entry.S | ||
| head.S | ||
| init_task.c | ||
| io.c | ||
| irq.c | ||
| Makefile | ||
| module.c | ||
| pci-dma.c | ||
| pci.c | ||
| platform.c | ||
| process.c | ||
| ptrace.c | ||
| setup.c | ||
| signal.c | ||
| syscall.c | ||
| time.c | ||
| traps.c | ||
| vectors.S | ||
| vmlinux.lds.S | ||
| xtensa_ksyms.c | ||