Linus Torvalds
fadc3ed9ce
Merge tag 'execve-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
...
Pull execve updates from Kees Cook:
- fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case (Tycho
Andersen, Kees Cook)
- binfmt_misc: Fix comment typos (Christophe JAILLET)
- move empty argv[0] warning closer to actual logic (Nir Lichtman)
- remove legacy custom binfmt modules autoloading (Nir Lichtman)
- Make sure set_task_comm() always NUL-terminates
- binfmt_flat: Fix integer overflow bug on 32 bit systems (Dan
Carpenter)
- coredump: Do not lock when copying "comm"
- MAINTAINERS: add auxvec.h and set myself as maintainer
* tag 'execve-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
binfmt_flat: Fix integer overflow bug on 32 bit systems
selftests/exec: add a test for execveat()'s comm
exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
exec: Make sure task->comm is always NUL-terminated
exec: remove legacy custom binfmt modules autoloading
exec: move warning of null argv to be next to the relevant code
fs: binfmt: Fix a typo
MAINTAINERS: exec: Mark Kees as maintainer
MAINTAINERS: exec: Add auxvec.h UAPI
coredump: Do not lock during 'comm' reporting
2025-01-20 13:27:58 -08:00
..
2024-12-20 22:34:08 +01:00
2024-10-08 14:41:53 +02:00
2024-10-08 14:41:53 +02:00
2025-01-20 11:40:48 -08:00
2024-10-28 13:16:56 +01:00
2024-11-25 16:09:48 -08:00
2024-09-18 11:44:43 +02:00
2024-08-07 11:33:21 +02:00
2025-01-20 13:09:30 -08:00
2024-12-20 22:34:05 +01:00
2025-01-20 09:29:11 -08:00
2024-08-19 13:45:03 +02:00
2024-11-14 07:45:20 +01:00
2024-07-15 11:14:59 -07:00
2024-11-19 10:43:44 -08:00
2025-01-10 09:41:53 +01:00
2024-11-18 10:05:57 -06:00
2024-11-26 13:39:02 -08:00
2024-12-15 15:33:41 -08:00
2024-10-15 15:58:36 +02:00
2025-01-20 09:40:49 -08:00
2024-12-31 17:51:21 +09:00
2024-11-15 11:34:57 +01:00
2024-09-16 09:14:02 +02:00
2024-12-22 11:29:50 +01:00
2024-11-26 12:50:58 -08:00
2024-10-17 00:28:06 -07:00
2024-11-06 10:42:06 +01:00
2025-01-07 15:43:07 +01:00
2025-01-20 13:06:28 -08:00
2024-12-02 15:32:19 +01:00
2024-11-18 09:35:30 -08:00
2024-11-15 20:55:32 +01:00
2024-10-08 14:41:53 +02:00
2024-12-18 19:04:42 -08:00
2025-01-09 16:09:20 +01:00
2024-11-06 20:24:41 +01:00
2024-12-04 12:00:05 +01:00
2024-12-05 12:31:40 +01:00
2024-11-21 09:59:59 -08:00
2024-11-26 12:59:30 -08:00
2024-08-07 11:33:36 +02:00
2025-01-20 09:29:11 -08:00
2025-01-20 09:29:11 -08:00
2024-11-18 20:23:12 -05:00
2025-01-20 10:13:06 -08:00
2024-12-18 19:04:45 -08:00
2024-10-02 17:23:23 -04:00
2024-12-19 15:18:27 +01:00
2024-11-01 11:19:53 +03:00
2025-01-15 21:15:44 -08:00
2024-08-07 11:33:21 +02:00
2024-06-20 09:46:01 +02:00
2024-10-02 17:23:23 -04:00
2025-01-20 10:13:06 -08:00
2025-01-20 09:40:49 -08:00
2024-12-01 15:12:43 -08:00
2024-05-28 11:52:53 +02:00
2024-12-03 10:40:36 +01:00
2024-11-26 22:54:00 +01:00
2024-08-21 22:32:58 +02:00
2025-01-20 10:13:06 -08:00
2024-10-30 20:14:12 -07:00
2024-11-05 14:00:28 +01:00
2024-08-07 11:33:36 +02:00
2024-07-22 18:25:47 -07:00
2024-11-01 08:38:14 -04:00
2024-11-30 10:32:47 -08:00
2024-11-26 22:54:24 +01:00
2024-11-12 19:02:12 -05:00
2024-12-11 14:11:23 -08:00
2025-01-07 15:57:23 +01:00
2024-08-20 14:03:18 -04:00
2025-01-20 11:16:50 -08:00
2024-10-02 12:02:15 -07:00
2024-12-02 11:25:10 +01:00
2024-10-10 10:20:51 +02:00
2024-12-02 11:25:09 +01:00
2024-11-27 12:51:30 +01:00
2024-11-27 12:51:30 +01:00
2025-01-10 08:49:05 -08:00
2025-01-20 13:27:58 -08:00
2024-05-28 12:06:51 +02:00
2024-08-07 11:26:54 -07:00
2024-11-23 09:58:07 -08:00
2024-10-22 11:16:57 +02:00
2024-10-17 18:38:49 +01:00
2024-12-02 11:25:11 +01:00
2024-10-07 13:51:47 +02:00
2025-01-16 11:48:11 +01:00
2024-08-19 13:45:02 +02:00
2024-07-24 20:59:29 +02:00
2024-11-03 01:28:06 -05:00
2024-11-21 08:28:08 -08:00
2025-01-20 13:27:58 -08:00
2024-11-25 15:16:49 +01:00
2024-12-17 09:16:11 +01:00
2024-12-22 11:29:52 +01:00
2025-01-20 09:40:49 -08:00
2024-12-22 11:29:52 +01:00
2024-11-18 10:45:06 -08:00
2024-11-13 14:08:34 +01:00
2024-11-03 01:28:06 -05:00
2024-11-23 09:58:07 -08:00
2024-11-18 14:54:10 -08:00
2024-11-03 01:28:06 -05:00
2024-10-21 16:29:38 +02:00
2024-06-19 13:13:55 -07:00
2024-11-03 01:28:06 -05:00
2025-01-20 11:00:53 -08:00
2024-11-03 01:28:06 -05:00
2024-10-21 16:29:38 +02:00
2024-09-24 15:29:42 -07:00
2025-01-09 16:58:54 +01:00
2024-10-28 13:26:54 +01:00
2024-12-22 11:29:50 +01:00
2025-01-20 10:44:51 -08:00
2025-01-09 16:58:52 +01:00
2024-12-02 11:25:12 +01:00
2024-12-22 11:03:10 +01:00
2025-01-04 10:12:19 +01:00
2024-12-22 11:29:52 +01:00
2024-10-22 11:16:59 +02:00
2024-06-28 14:36:43 +02:00
2024-11-18 12:24:06 -08:00
2024-11-03 01:28:06 -05:00
2024-11-03 01:28:07 -05:00
2025-01-13 16:24:16 +01:00
2024-10-22 11:16:57 +02:00
2024-11-03 01:28:06 -05:00
2024-11-03 01:28:06 -05:00
2025-01-09 16:23:17 +01:00
2024-11-03 01:28:06 -05:00
2024-10-21 14:30:26 +02:00
2024-11-03 01:28:06 -05:00
2024-11-19 16:35:06 -08:00
2024-10-28 21:40:38 -07:00
2024-11-03 01:28:06 -05:00
2024-11-06 13:00:01 -05:00