Linus Torvalds
bf4afc53b7
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
...
This was done entirely with mindless brute force, using
git grep -l '\<k[vmz]*alloc_objs*(.*, GFP_KERNEL)' |
xargs sed -i 's/\(alloc_objs*(.*\), GFP_KERNEL)/\1)/'
to convert the new alloc_obj() users that had a simple GFP_KERNEL
argument to just drop that argument.
Note that due to the extreme simplicity of the scripting, any slightly
more complex cases spread over multiple lines would not be triggered:
they definitely exist, but this covers the vast bulk of the cases, and
the resulting diff is also then easier to check automatically.
For the same reason the 'flex' versions will be done as a separate
conversion.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2026-02-21 17:09:51 -08:00
..
2024-08-30 09:40:11 +01:00
2024-08-30 09:40:11 +01:00
2025-06-19 11:05:30 +01:00
2025-10-01 10:29:00 +01:00
2025-05-22 15:49:58 +01:00
2025-07-24 11:27:02 +01:00
2024-11-01 15:56:58 +00:00
2024-02-23 14:58:03 +00:00
2024-07-04 17:08:02 +01:00
2025-10-01 10:28:03 +01:00
2025-11-06 14:03:32 +00:00
2026-01-22 14:22:26 +00:00
2025-10-01 10:28:24 +01:00
2024-07-04 17:38:40 +01:00
2024-02-23 14:58:03 +00:00
2025-05-23 08:49:07 +01:00
2024-09-23 16:20:55 +01:00
2024-10-16 09:04:09 +01:00
2026-01-22 14:22:51 +00:00
2025-07-24 11:27:15 +01:00
2024-10-31 15:51:29 +00:00
2024-03-28 09:50:59 +00:00
2026-01-22 14:23:10 +00:00
2025-05-22 10:57:00 +01:00
2025-11-06 17:01:05 +00:00
2024-08-30 09:40:11 +01:00
2025-09-11 15:54:43 +01:00
2026-02-04 11:07:20 +00:00
2026-02-21 17:09:51 -08:00
2025-07-30 08:16:43 +01:00
2024-06-28 15:36:05 +01:00
2024-06-28 15:36:05 +01:00
2025-01-22 09:16:02 -08:00
2025-01-22 09:16:02 -08:00
2025-10-01 10:28:56 +01:00
2024-12-17 13:17:25 +00:00
2024-12-17 13:17:25 +00:00
2026-01-22 14:22:11 +00:00
2025-11-06 14:05:02 +00:00
2024-07-04 17:08:02 +01:00
2024-08-30 09:40:11 +01:00
2025-11-06 14:03:46 +00:00
2024-02-23 14:58:04 +00:00
2025-05-16 21:06:10 +02:00
2026-02-21 17:09:51 -08:00
2025-03-14 08:59:07 +00:00
2025-10-01 10:28:26 +01:00
2026-02-21 17:09:51 -08:00
2025-10-01 10:28:26 +01:00
2024-10-02 17:23:23 -04:00
2024-11-01 15:56:58 +00:00
2023-11-01 10:02:17 +00:00
2024-09-11 14:26:03 +02:00
2024-11-12 12:15:42 +00:00
2025-10-01 10:28:17 +01:00
2024-11-12 12:15:42 +00:00
2025-03-14 08:59:05 +00:00
2024-09-11 14:26:03 +02:00
2024-12-02 11:34:44 -08:00
2026-01-22 14:23:56 +00:00
2025-02-19 13:22:12 +01:00
2024-02-23 14:58:00 +00:00
2024-12-02 11:34:44 -08:00
2024-12-02 11:34:44 -08:00
2024-12-02 11:34:44 -08:00
2025-07-28 09:57:24 +02:00
2025-03-14 08:59:05 +00:00
2024-10-02 17:23:23 -04:00
2026-01-22 14:23:23 +00:00
2025-10-01 10:28:22 +01:00
2024-02-23 14:58:04 +00:00
2024-07-04 17:38:40 +01:00
2024-02-23 14:58:04 +00:00
2025-09-02 12:29:57 +01:00
2024-07-04 17:08:02 +01:00
2024-07-04 17:08:02 +01:00
2025-07-24 11:27:02 +01:00
2024-07-04 17:08:02 +01:00
2024-07-04 17:08:02 +01:00
2024-12-17 13:17:25 +00:00
2026-01-22 14:23:53 +00:00
2026-01-22 14:23:20 +00:00
2025-10-01 10:28:20 +01:00
2024-07-04 17:38:40 +01:00
2025-11-06 14:03:37 +00:00
2025-09-16 15:24:48 +01:00
2024-07-04 17:08:02 +01:00
2025-06-19 11:05:30 +01:00
2025-05-23 08:49:11 +01:00
2025-05-16 21:06:10 +02:00
2025-10-01 10:28:23 +01:00
2025-05-16 21:06:10 +02:00
2025-10-01 10:28:23 +01:00
2025-05-23 08:49:08 +01:00
2025-05-23 08:49:09 +01:00
2025-11-06 14:04:02 +00:00
2023-11-01 10:02:15 +00:00
2025-10-01 13:02:59 -07:00
2026-01-22 14:22:38 +00:00
2024-02-23 15:53:29 +00:00
2024-08-30 09:40:13 +01:00
2024-07-03 15:16:54 +02:00
2024-11-01 15:56:58 +00:00
2024-07-04 17:08:02 +01:00
2026-01-22 14:23:07 +00:00
2023-11-01 10:02:16 +00:00
2025-11-20 14:24:03 +00:00
2024-08-30 09:40:13 +01:00
2025-07-24 11:27:18 +01:00
2025-07-24 11:27:18 +01:00
2025-07-24 11:27:20 +01:00
2025-11-20 14:22:36 +00:00
2024-11-01 15:56:58 +00:00
2025-09-16 14:41:57 +01:00
2024-10-02 17:23:23 -04:00
2024-12-02 11:34:44 -08:00
2024-12-02 11:34:44 -08:00
2026-01-22 14:23:40 +00:00
2024-11-01 15:56:58 +00:00
2025-10-21 16:43:32 +01:00
2023-11-01 10:02:17 +00:00
2026-01-22 14:23:38 +00:00
2024-07-04 17:38:40 +01:00
2024-09-23 16:20:54 +01:00
2026-01-22 14:23:32 +00:00
2024-10-02 17:23:23 -04:00
2024-02-23 14:58:05 +00:00
2024-08-30 09:40:12 +01:00
2026-01-20 14:57:41 +00:00
2026-01-20 14:57:41 +00:00
2024-02-23 14:58:04 +00:00
2024-02-23 14:58:04 +00:00
2025-11-06 16:02:11 +00:00
2024-08-30 09:40:11 +01:00
2026-01-13 12:47:28 +00:00
2025-04-24 14:53:13 +01:00
2024-07-04 17:08:02 +01:00
2024-05-10 15:39:18 +01:00
2024-05-10 15:39:18 +01:00
2024-07-04 17:38:40 +01:00
2025-05-23 08:49:12 +01:00
2025-10-01 10:28:58 +01:00
2026-02-04 10:37:29 +00:00
2026-02-04 10:37:29 +00:00
2026-01-20 15:37:48 +00:00
2025-05-23 08:48:50 +01:00
2026-02-16 11:05:44 -08:00
2024-10-02 17:23:23 -04:00
2024-02-23 14:58:05 +00:00
2026-01-22 14:23:23 +00:00
2026-02-21 17:09:51 -08:00
2025-05-23 08:49:13 +01:00
2024-07-04 17:38:40 +01:00
2025-10-01 10:28:26 +01:00
2025-07-24 11:27:01 +01:00
2025-07-24 11:27:02 +01:00
2025-10-01 11:34:12 -07:00
2025-10-01 11:34:12 -07:00
2025-10-01 12:04:12 -07:00
2024-12-17 13:17:25 +00:00
2024-07-04 17:08:02 +01:00
2025-10-01 10:28:26 +01:00
2026-02-21 17:09:51 -08:00
2025-05-16 21:06:10 +02:00
2024-11-01 15:56:58 +00:00
2026-02-21 17:09:51 -08:00
2024-08-30 09:40:11 +01:00
2024-07-04 17:08:02 +01:00
2025-07-24 11:27:02 +01:00
2025-09-11 16:06:02 +01:00
2025-07-10 09:58:01 +01:00
2025-07-10 09:58:01 +01:00
2025-08-07 10:07:06 +02:00
2024-08-30 09:40:12 +01:00
2024-08-30 09:40:12 +01:00
2025-07-24 11:27:02 +01:00
2024-08-30 09:40:12 +01:00
2026-01-22 14:22:54 +00:00
2024-08-30 09:40:12 +01:00
2024-11-01 15:56:58 +00:00
2024-08-30 09:40:12 +01:00
2024-07-04 17:38:40 +01:00
2024-07-04 17:38:40 +01:00
2025-11-06 14:03:43 +00:00
2024-11-01 15:56:58 +00:00
2026-02-21 17:09:51 -08:00
2024-02-23 16:12:03 +00:00
2025-07-24 11:27:02 +01:00
2025-07-24 11:26:55 +01:00
2024-10-25 09:48:58 +01:00
2026-02-21 17:09:51 -08:00
2026-02-21 17:09:51 -08:00
2025-03-14 08:59:06 +00:00
2025-10-01 10:28:59 +01:00
2026-02-21 17:09:51 -08:00
2024-10-16 09:04:10 +01:00
2024-02-23 14:58:04 +00:00
2026-02-21 17:09:51 -08:00
2023-11-01 10:02:17 +00:00
2025-07-24 11:27:02 +01:00
2023-11-01 10:02:16 +00:00
2024-02-23 14:58:04 +00:00
2024-02-23 14:58:04 +00:00
2024-07-04 17:08:02 +01:00
2024-02-23 14:58:04 +00:00
2024-07-04 17:08:02 +01:00
2024-07-04 17:38:40 +01:00
2025-05-16 21:06:10 +02:00