Linus Torvalds
2f0f6b0773
Merge tag 'modules-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux
...
Pull module updates from Petr Pavlu:
- Remove unnecessary module::args. Nowadays, no parameter-handling code
points into the module::args buffer. The last user of module::args in
xtensa/simdisk is updated and the data is then removed
- Add Rust support for boolean parameters. This will initially be used
by the Rust null block driver
- Fix clearing the current charp parameter value when setting a new one
fails due to an allocation failure
- Improve the debugging code for kmod (request_module()) duplicates.
Fix a potential use-after-free when waiting on a duplicate request
and make several general improvements to the code
- Fix the symbol size returned when looking up a data symbol through
kallsyms
- Smaller fixes and cleanups
* tag 'modules-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux:
params: fix charp corruption on allocation failure
module: validate string table section types
module/dups: Clean up includes
module/dups: Use strcmp() to compare module names
module/dups: Use scope-based cleanup helpers
module/dups: Avoid unnecessary kmod_dup_req allocations
module/dups: Fix use-after-free in kmod_dup_req lifetime handling
module/dups: Inform duplicate requests about the result directly
rust: module_param: support bool parameters
rust: module_param: return value by copy from `value`
module: Remove unnecessary module::args
xtensa/simdisk: Avoid referring to module::args
module: Remove unused DISCARD_EH_FRAME definition from module.lds.S
module: procfs: use matching type for accumulator in module_total_size()
module: use strscpy() to copy module names in stats and dup tracking
params: fix path of /sys/module/XYZ/parameters/ in comment
module/kallsyms: fix nextval for data symbol lookup
2026-08-21 12:47:25 -07:00
..
2026-07-03 07:38:16 +02:00
2026-07-17 12:46:24 +02:00
2026-07-23 10:24:12 -07:00
2026-08-07 14:18:13 -03:00
2026-07-16 09:12:24 +02:00
2026-07-03 07:38:16 +02:00
2026-07-03 07:38:14 +02:00
2026-08-21 11:23:20 -07:00
2026-07-02 21:20:10 +05:30
2026-08-18 19:40:29 -07:00
2026-08-17 19:04:16 -07:00
2026-08-20 08:16:04 -07:00
2026-07-30 11:05:07 +02:00
2026-07-03 07:38:16 +02:00
2026-08-09 14:48:47 -07:00
2026-06-23 15:51:14 -07:00
2026-08-10 09:54:35 -04:00
2026-08-21 12:05:10 -07:00
2026-08-21 11:48:54 -07:00
2026-07-27 16:03:40 -07:00
2026-06-21 17:05:45 +02:00
2026-08-12 13:56:51 -07:00
2026-08-06 11:53:47 -07:00
2026-08-05 17:59:29 -07:00
2026-07-21 21:40:35 +00:00
2026-07-27 18:50:37 +01:00
2026-07-27 20:32:38 +02:00
2026-07-03 07:38:16 +02:00
2026-08-20 18:17:08 -07:00
2026-08-21 11:58:08 -07:00
2026-07-03 07:38:16 +02:00
2026-08-10 18:00:47 +01:00
2026-07-17 12:46:24 +02:00
2026-08-21 11:48:54 -07:00
2026-07-03 07:38:16 +02:00
2026-07-03 07:38:16 +02:00
2026-08-13 11:00:14 -07:00
2026-07-09 15:30:19 +02:00
2026-07-21 23:04:13 +02:00
2026-08-18 08:47:09 -07:00
2026-07-30 19:40:44 -07:00
2026-08-14 14:43:46 +02:00
2026-07-15 12:13:30 +02:00
2026-08-02 09:21:06 +00:00
2026-06-17 11:21:40 -07:00
2026-08-19 12:31:50 -07:00
2026-07-29 17:54:58 -07:00
2026-07-03 07:38:16 +02:00
2026-08-04 19:18:48 -07:00
2026-08-03 23:36:18 +02:00
2026-08-03 19:15:44 +02:00
2026-08-04 07:22:27 -06:00
2026-08-15 17:09:32 -06:00
2026-07-22 15:38:38 -04:00
2026-07-22 15:38:36 -04:00
2026-08-04 06:57:05 -06:00
2026-08-20 13:55:16 -07:00
2026-08-15 17:15:08 -06:00
2026-07-20 10:39:26 -07:00
2026-08-20 13:55:16 -07:00
2026-08-15 23:36:18 +02:00
2026-06-30 16:31:56 +02:00
2026-08-17 10:06:42 +02:00
2026-08-15 11:11:16 -07:00
2026-08-20 07:36:20 -07:00
2026-07-27 16:25:34 +02:00
2026-08-06 06:47:33 -06:00
2026-08-06 23:38:03 +02:00
2026-07-26 03:11:00 -04:00
2026-06-24 11:09:22 -10:00
2026-08-21 08:41:00 -07:00
2026-06-15 13:51:27 +05:30
2026-06-21 11:31:28 -07:00
2026-08-06 18:57:24 -07:00
2026-06-15 14:21:14 +05:30
2026-06-15 14:21:14 +05:30
2026-06-15 05:01:15 +05:30
2026-07-15 07:15:26 +02:00
2026-06-22 12:20:21 -07:00
2026-07-15 17:44:59 +02:00
2026-07-15 15:06:34 +02:00
2026-07-22 15:38:37 -04:00
2026-08-20 18:17:08 -07:00
2026-06-30 18:49:06 +03:00
2026-06-30 18:49:06 +03:00
2026-07-07 15:10:48 -04:00
2026-08-06 18:57:22 -07:00
2026-07-15 15:04:55 +02:00
2026-06-29 00:59:24 +02:00
2026-07-03 07:38:16 +02:00
2026-08-05 17:41:38 -07:00
2026-07-27 23:09:28 +02:00
2026-07-02 09:27:51 +02:00
2026-07-01 16:52:48 +02:00
2026-08-10 10:04:07 +02:00
2026-07-03 07:38:16 +02:00
2026-06-13 13:24:34 -07:00
2026-07-03 07:38:16 +02:00
2026-07-20 20:38:40 +02:00
2026-07-27 18:23:07 -07:00
2026-06-22 19:52:36 +00:00
2026-06-09 16:00:11 +02:00
2026-06-15 03:59:45 +05:30
2026-08-13 04:36:30 +02:00
2026-07-03 07:38:16 +02:00
2026-08-02 19:25:47 -07:00
2026-08-21 09:49:54 -07:00
2026-06-18 16:39:31 -07:00
2026-06-29 10:44:05 +02:00
2026-08-20 13:17:11 -07:00
2026-07-20 10:39:26 -07:00
2026-06-15 02:50:44 +05:30
2026-07-30 16:16:01 +02:00
2026-07-30 19:40:44 -07:00
2026-08-06 18:57:11 -07:00
2026-07-07 10:42:28 -04:00
2026-07-24 20:12:40 +02:00
2026-08-06 16:58:54 +05:30
2026-08-10 10:50:19 +02:00
2026-07-20 12:17:57 -07:00
2026-06-29 23:24:46 +01:00
2026-08-19 09:27:26 +02:00
2026-08-04 19:18:54 -07:00
2026-08-11 18:11:20 +02:00
2026-07-07 23:43:45 +02:00
2026-07-07 23:43:45 +02:00
2026-08-06 18:57:16 -07:00
2026-07-28 21:11:48 -07:00
2026-08-04 19:19:06 -07:00
2026-08-10 08:59:43 -07:00
2026-07-31 16:32:38 +02:00
2026-07-03 07:38:16 +02:00
2026-07-29 20:51:16 +02:00
2026-06-17 00:15:09 +02:00
2026-07-03 07:38:16 +02:00
2026-07-27 16:03:40 -07:00
2026-07-21 19:18:52 +02:00
2026-07-07 10:16:31 +02:00
2026-08-07 17:29:15 -07:00
2026-07-08 14:41:01 +02:00
2026-06-29 10:44:05 +02:00
2026-08-05 23:01:44 -07:00
2026-06-15 02:13:01 +03:00
2026-07-03 07:38:16 +02:00
2026-08-10 10:50:18 +02:00
2026-08-20 13:55:16 -07:00
2026-08-20 13:55:16 -07:00
2026-07-26 13:16:21 -03:00
2026-06-23 12:08:51 -05:00
2026-07-03 07:38:16 +02:00
2026-07-12 12:38:01 +02:00
2026-07-07 21:36:18 +02:00
2026-07-03 07:38:16 +02:00
2026-07-22 23:47:23 -04:00
2026-07-31 10:32:24 +02:00
2026-06-15 16:33:40 +02:00
2026-08-10 10:50:19 +02:00
2026-07-01 13:02:31 +03:00
2026-07-11 20:38:01 +02:00
2026-06-16 00:39:57 +02:00
2026-08-17 10:17:13 +02:00
2026-08-04 19:18:36 -07:00
2026-06-17 11:28:52 +01:00
2026-08-19 12:31:50 -07:00
2026-08-19 06:38:45 -04:00
2026-06-08 18:21:24 -07:00
2026-07-28 10:36:47 -07:00
2026-07-25 15:26:30 +03:00
2026-07-31 10:09:12 +02:00
2026-08-04 12:35:02 -04:00
2026-07-03 07:38:16 +02:00
2026-07-17 15:43:32 +02:00
2026-07-03 07:38:16 +02:00
2026-07-27 14:36:26 -07:00
2026-08-06 18:57:01 -07:00
2026-08-06 18:56:59 -07:00
2026-08-06 18:56:58 -07:00
2026-07-03 07:38:16 +02:00
2026-07-28 21:11:50 -07:00
2026-07-28 21:11:50 -07:00
2026-08-06 18:57:20 -07:00
2026-07-28 21:11:53 -07:00
2026-08-06 18:57:12 -07:00
2026-08-20 18:17:08 -07:00
2026-07-30 19:40:31 -07:00
2026-07-16 22:40:17 -04:00
2026-08-06 13:29:03 +02:00
2026-06-11 15:17:30 -07:00
2026-07-23 15:42:48 +02:00
2026-07-30 15:42:58 -07:00
2026-08-20 08:16:04 -07:00
2026-06-12 16:43:10 -07:00
2026-08-17 10:27:48 -07:00
2026-07-02 12:17:14 +02:00
2026-08-12 16:24:26 +02:00
2026-07-30 12:14:39 +02:00
2026-08-10 09:54:35 -04:00
2026-06-23 18:36:41 -07:00
2026-08-10 09:00:05 -07:00
2026-07-22 15:38:37 -04:00
2026-06-26 22:18:34 -04:00
2026-07-06 11:13:43 -07:00
2026-07-31 11:00:13 +02:00
2026-07-21 10:53:24 +02:00
2026-08-07 18:27:18 +02:00
2026-08-07 18:27:18 +02:00
2026-07-03 07:38:16 +02:00
2026-08-11 16:54:37 -05:00
2026-07-03 07:38:16 +02:00
2026-07-28 21:12:04 -07:00
2026-07-01 19:02:54 -07:00
2026-07-28 21:11:50 -07:00
2026-07-09 15:48:56 -07:00
2026-07-28 21:11:47 -07:00
2026-08-04 19:19:00 -07:00
2026-08-20 08:16:04 -07:00
2026-07-03 07:38:16 +02:00
2026-08-21 08:41:00 -07:00
2026-07-31 16:32:06 +00:00
2026-08-04 19:18:29 -07:00
2026-07-28 21:11:55 -07:00
2026-06-11 13:41:25 +02:00
2026-06-16 08:44:43 +05:30
2026-07-28 21:11:46 -07:00
2026-08-04 19:18:36 -07:00
2026-06-09 10:13:04 -07:00
2026-07-31 18:22:48 -07:00
2026-08-13 18:21:31 -07:00
2026-06-10 11:08:23 +02:00
2026-08-12 11:36:41 +02:00
2026-08-10 01:20:05 +02:00
2026-07-03 07:38:16 +02:00
2026-07-20 16:05:42 +02:00
2026-08-11 18:11:19 +02:00
2026-08-07 02:43:11 +02:00
2026-08-10 10:50:19 +02:00
2026-07-23 23:08:04 +02:00
2026-07-15 05:00:53 -10:00
2026-07-05 13:25:36 +08:00
2026-08-07 17:29:16 -07:00
2026-07-12 12:38:02 +02:00
2026-07-28 21:12:01 -07:00
2026-07-12 12:38:00 +02:00
2026-07-23 19:21:13 +01:00
2026-07-23 13:10:52 -07:00
2026-07-28 15:59:03 +02:00
2026-06-15 03:05:50 +05:30
2026-07-05 13:19:51 +08:00
2026-07-03 07:38:16 +02:00
2026-07-28 15:42:31 +02:00
2026-07-03 07:38:16 +02:00
2026-08-10 09:37:54 +02:00
2026-06-23 00:13:21 +02:00
2026-07-11 12:57:49 +02:00
2026-07-13 13:15:02 +02:00
2026-08-20 10:37:42 -07:00
2026-07-12 12:38:02 +02:00
2026-07-31 10:09:14 +02:00
2026-06-29 12:06:07 +02:00
2026-07-03 07:38:16 +02:00
2026-06-23 12:03:44 -07:00
2026-08-20 18:17:08 -07:00
2026-07-15 11:10:14 +02:00
2026-07-21 11:28:21 +02:00
2026-07-03 07:38:16 +02:00
2026-07-16 09:24:55 +02:00
2026-08-15 23:36:18 +02:00
2026-08-10 10:50:18 +02:00
2026-08-10 10:50:18 +02:00
2026-08-10 10:50:18 +02:00
2026-08-10 10:50:18 +02:00
2026-08-03 10:09:08 +02:00
2026-08-12 11:36:39 +02:00
2026-07-31 10:32:24 +02:00
2026-07-31 12:35:26 +02:00
2026-06-18 16:39:31 -07:00
2026-08-04 19:18:35 -07:00
2026-08-04 19:18:36 -07:00
2026-07-27 22:02:57 +02:00
2026-07-08 10:22:00 +02:00
2026-07-08 10:22:00 +02:00
2026-07-27 17:18:00 +02:00
2026-08-05 15:28:23 +02:00
2026-06-12 14:03:41 +02:00
2026-08-12 18:24:31 -07:00
2026-07-03 07:38:16 +02:00
2026-07-03 07:38:16 +02:00
2026-08-10 16:38:33 +02:00
2026-08-11 18:11:20 +02:00
2026-08-11 18:11:20 +02:00
2026-07-15 15:04:55 +02:00
2026-07-28 07:18:48 -04:00
2026-07-07 10:42:29 -04:00
2026-06-29 10:31:51 +02:00
2026-06-21 13:20:19 -07:00
2026-07-22 13:47:02 +02:00
2026-07-31 08:10:49 -06:00
2026-08-03 10:09:08 +02:00
2026-07-03 07:38:16 +02:00
2026-08-03 23:36:18 +02:00
2026-08-06 18:57:25 -07:00
2026-08-05 15:28:23 +02:00
2026-07-15 10:49:03 +02:00
2026-06-29 13:46:50 -06:00
2026-07-14 12:05:01 -03:00
2026-08-19 06:38:45 -04:00
2026-08-19 06:38:44 -04:00
2026-07-28 21:11:46 -07:00
2026-07-30 19:40:28 -07:00
2026-06-15 16:33:40 +02:00
2026-06-08 11:53:18 -07:00
2026-07-03 07:38:16 +02:00
2026-07-28 21:11:55 -07:00
2026-07-03 07:38:16 +02:00