Linus Torvalds
8479bb8c44
Merge tag 'modules-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux
...
Pull modules updates from Sami Tolvanen:
- Add a missing return value check for module_extend_max_pages() to
prevent a kernel oops on memory allocation failure.
- Force sh_addr to 0 for architecture-specific module sections on arm,
arm64, m68k, and riscv. This prevents non-zero section addresses when
linking modules with ld.bfd -r, which may cause tools to misbehave
and result in worse compressibility.
- Replace pr_warn! with pr_warn_once! for set_param null pointer
warnings in Rust abstractions, now that the _once variant is
available.
* tag 'modules-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux:
rust: module_param: add missing newline to pr_warn_once
module: decompress: check return value of module_extend_max_pages()
rust: module_param: use `pr_warn_once!` for null pointer warning
module, riscv: force sh_addr=0 for arch-specific sections
module, m68k: force sh_addr=0 for arch-specific sections
module, arm64: force sh_addr=0 for arch-specific sections
module, arm: force sh_addr=0 for arch-specific sections
2026-06-17 11:35:58 +01:00
..
2026-06-17 09:18:14 +01:00
2026-06-03 08:59:24 -07:00
2026-05-14 10:44:09 +02:00
2026-04-21 16:41:54 +01:00
2026-06-15 12:41:17 +05:30
2026-06-03 11:38:52 +02:00
2026-06-17 09:18:14 +01:00
2026-06-15 14:21:14 +05:30
2026-02-21 20:03:00 -08:00
2026-06-15 14:21:14 +05:30
2026-02-26 09:54:08 -08:00
2026-02-21 17:09:51 -08:00
2026-05-26 11:01:49 +03:00
2026-06-15 14:50:18 +05:30
2026-06-04 16:37:32 +00:00
2026-06-11 21:42:36 +02:00
2026-04-20 13:42:01 +02:00
2026-06-15 13:48:52 +05:30
2026-06-15 14:50:18 +05:30
2026-06-15 13:57:13 +05:30
2026-06-17 09:18:14 +01:00
2026-02-21 20:03:00 -08:00
2025-06-24 20:30:37 +09:00
2026-05-11 23:13:01 +02:00
2026-02-21 17:09:51 -08:00
2026-03-06 14:31:26 +01:00
2026-02-21 17:09:51 -08:00
2026-03-06 14:31:26 +01:00
2026-05-12 16:10:38 -04:00
2026-03-06 14:31:26 +01:00
2026-03-05 22:16:08 -05:00
2026-05-12 16:05:57 -04:00
2025-12-03 16:53:19 +01:00
2025-03-07 22:03:09 -06:00
2025-07-31 18:23:53 -07:00
2026-01-01 16:39:46 +08:00
2025-11-14 10:01:52 +01:00
2026-04-26 23:51:02 +02:00
2025-09-13 17:32:55 -07:00
2026-03-27 21:19:46 -07:00
2026-04-02 23:36:24 -07:00
2026-03-27 21:19:46 -07:00
2026-05-26 11:02:01 +02:00
2026-02-08 00:13:32 -08:00
2026-05-26 11:02:01 +02:00
2026-06-15 14:50:18 +05:30
2026-02-21 17:09:51 -08:00
2026-06-15 14:50:18 +05:30
2025-10-30 20:10:27 +01:00
2025-08-06 10:23:36 +09:00
2026-02-21 01:02:28 -08:00
2026-03-27 21:19:40 -07:00
2025-02-21 15:05:38 +01:00
2026-05-11 16:28:04 +02:00
2026-03-16 13:16:48 +01:00
2026-01-22 15:58:22 -07:00
2026-02-21 17:09:51 -08:00
2026-02-12 12:13:01 -08:00
2025-02-21 10:25:33 +01:00
2025-02-21 09:20:30 +01:00
2025-11-27 14:24:33 -08:00
2026-01-08 12:43:57 +01:00
2026-02-21 17:09:51 -08:00
2026-03-27 21:19:46 -07:00
2025-03-16 22:30:47 -07:00
2026-01-31 16:16:07 -08:00
2025-08-02 12:01:38 -07:00
2026-02-21 17:09:51 -08:00
2026-03-13 23:15:26 +09:00
2025-11-27 15:44:53 +01:00
2026-04-03 19:39:52 +02:00
2026-05-26 11:02:01 +02:00
2025-01-28 13:48:37 +01:00
2026-05-26 11:02:01 +02:00
2026-03-24 21:42:37 +00:00
2026-02-27 22:00:08 +01:00
2026-04-14 19:59:25 -07:00
2026-02-27 22:00:11 +01:00
2026-03-22 11:17:59 +09:00
2026-05-14 10:50:00 -06:00
2026-06-08 23:27:56 +02:00
2026-03-20 14:44:26 +01:00
2025-01-28 13:48:37 +01:00
2026-05-19 08:57:47 +02:00
2026-05-26 11:02:01 +02:00
2026-02-21 01:02:28 -08:00
2026-02-21 17:09:51 -08:00
2026-02-21 17:09:51 -08:00
2026-03-27 10:19:08 -05:00
2026-05-06 17:40:27 +02:00
2026-02-21 17:09:51 -08:00
2025-11-12 10:00:13 -08:00
2026-02-21 17:09:51 -08:00
2026-05-22 15:19:31 +02:00
2026-04-17 09:43:12 -07:00
2025-06-13 08:47:20 +02:00
2026-02-27 16:40:13 +01:00
2026-02-21 17:09:51 -08:00
2026-05-19 12:17:37 +02:00
2026-01-22 11:11:17 +01:00
2026-05-26 11:02:01 +02:00
2025-04-14 14:13:41 +02:00
2026-03-26 09:32:19 +01:00
2025-10-29 10:29:54 +01:00
2026-04-15 02:15:02 -07:00
2026-05-24 09:38:47 +02:00
2026-04-14 05:17:02 -04:00
2026-01-26 19:07:13 -08:00
2026-02-21 17:09:51 -08:00
2026-02-21 01:02:28 -08:00
2026-02-22 08:26:33 -08:00
2025-11-11 10:01:32 +01:00
2025-01-28 13:48:37 +01:00
2025-09-29 11:20:29 -07:00
2026-02-21 17:09:51 -08:00
2026-04-16 20:11:56 -07:00
2026-02-21 17:09:51 -08:00
2026-03-27 21:19:47 -07:00
2026-02-08 00:13:35 -08:00
2026-03-27 21:19:47 -07:00
2026-03-05 07:27:48 -10:00
2026-06-15 14:50:18 +05:30