Brahmajit Das
a1e83d4c03
selftests/bpf: Fix redefinition of 'off' as different kind of symbol
...
This fixes the following build error
CLNG-BPF [test_progs] verifier_global_ptr_args.bpf.o
progs/verifier_global_ptr_args.c:228:5: error: redefinition of 'off' as
different kind of symbol
228 | u32 off;
| ^
The symbol 'off' was previously defined in
tools/testing/selftests/bpf/tools/include/vmlinux.h, which includes an
enum i40e_ptp_gpio_pin_state from
drivers/net/ethernet/intel/i40e/i40e_ptp.c:
enum i40e_ptp_gpio_pin_state {
end = -2,
invalid = -1,
off = 0,
in_A = 1,
in_B = 2,
out_A = 3,
out_B = 4,
};
This enum is included when CONFIG_I40E is enabled. As of commit
032676ff82 ("LoongArch: Update Loongson-3 default config file"),
CONFIG_I40E is set in the defconfig, which leads to the conflict.
Renaming the local variable avoids the redefinition and allows the
build to succeed.
Suggested-by: Yonghong Song <yonghong.song@linux.dev >
Signed-off-by: Brahmajit Das <listout@listout.xyz >
Acked-by: Yonghong Song <yonghong.song@linux.dev >
Link: https://lore.kernel.org/r/20251017171551.53142-1-listout@listout.xyz
Signed-off-by: Alexei Starovoitov <ast@kernel.org >
2025-10-17 11:33:23 -07:00
..
2025-08-15 10:46:51 +02:00
2025-09-15 10:49:18 -07:00
2024-12-06 10:44:10 -08:00
2025-04-09 19:59:00 -07:00
2025-09-09 15:07:58 -07:00
2025-08-27 15:13:08 -07:00
2024-09-05 13:07:47 -07:00
2025-08-27 15:13:08 -07:00
2024-10-29 17:43:29 -07:00
2024-10-29 17:43:29 -07:00
2024-10-29 17:43:29 -07:00
2024-10-29 17:43:29 -07:00
2024-10-29 17:43:29 -07:00
2024-10-29 17:43:29 -07:00
2024-10-29 17:43:29 -07:00
2024-10-29 17:43:29 -07:00
2024-10-29 17:43:29 -07:00
2024-10-29 17:43:29 -07:00
2025-06-20 11:13:03 -07:00
2024-10-29 17:43:29 -07:00
2024-10-29 17:43:29 -07:00
2024-10-29 17:43:29 -07:00
2024-10-29 17:43:29 -07:00
2024-10-29 17:43:29 -07:00
2024-10-29 17:43:29 -07:00
2024-10-29 17:43:29 -07:00
2024-10-29 17:43:29 -07:00
2025-02-19 17:01:36 -08:00
2025-03-25 10:34:33 -07:00
2025-03-25 10:34:33 -07:00
2024-10-29 17:43:29 -07:00
2024-10-29 17:43:29 -07:00
2024-10-29 17:43:29 -07:00
2024-10-29 17:43:29 -07:00
2024-10-29 17:43:29 -07:00
2025-08-28 13:14:50 +02:00
2025-08-28 13:14:50 +02:00
2024-10-29 17:43:29 -07:00
2024-10-29 17:43:29 -07:00
2025-09-19 09:27:23 -07:00
2025-05-02 15:51:17 -07:00
2025-05-02 15:42:48 -07:00
2025-05-02 15:42:48 -07:00
2025-05-02 15:42:48 -07:00
2024-09-04 17:06:09 -07:00
2025-08-18 15:08:30 +02:00
2025-05-02 12:07:53 -07:00
2025-02-14 19:58:14 -08:00
2025-06-01 13:07:47 -07:00
2024-12-06 10:44:10 -08:00
2024-07-29 15:05:08 -07:00
2024-08-14 18:49:57 -07:00
2025-04-04 10:06:25 -10:00
2024-10-29 17:43:29 -07:00
2025-06-09 16:28:31 -07:00
2025-03-15 11:48:25 -07:00
2025-09-18 15:36:17 -07:00
2024-12-02 08:41:17 -08:00
2024-08-14 18:10:47 -07:00
2025-09-15 10:53:15 -07:00
2024-10-29 17:43:29 -07:00
2025-06-13 11:51:19 -07:00
2025-03-15 11:48:24 -07:00
2025-02-14 19:58:14 -08:00
2025-03-15 11:48:57 -07:00
2025-03-15 11:48:57 -07:00
2025-03-15 11:48:58 -07:00
2025-09-09 15:07:57 -07:00
2024-10-30 15:29:59 +01:00
2024-07-31 10:00:20 -07:00
2025-05-27 09:51:26 -07:00
2025-08-18 10:29:42 -07:00
2025-08-18 10:29:42 -07:00
2024-12-06 10:44:10 -08:00
2024-12-06 10:44:10 -08:00
2024-07-29 13:09:37 -07:00
2025-09-19 09:27:23 -07:00
2024-12-04 08:38:29 -08:00
2025-04-09 20:12:54 -07:00
2025-01-17 17:46:05 -05:00
2025-04-25 08:36:59 -07:00
2025-01-20 09:09:02 -08:00
2025-08-27 15:13:08 -07:00
2024-08-14 18:10:46 -07:00
2025-03-19 08:03:06 -07:00
2025-09-19 09:27:23 -07:00
2025-09-18 15:36:17 -07:00
2025-09-19 09:27:23 -07:00
2025-09-18 15:36:17 -07:00
2025-06-12 16:52:43 -07:00
2024-12-06 10:44:10 -08:00
2024-12-06 10:44:10 -08:00
2024-12-06 10:44:10 -08:00
2024-12-06 10:44:10 -08:00
2024-12-06 10:44:10 -08:00
2024-12-06 10:44:10 -08:00
2024-10-10 10:44:03 -07:00
2024-11-01 11:08:32 -07:00
2024-11-11 08:18:16 -08:00
2025-09-24 02:25:06 -07:00
2024-10-07 20:28:53 -07:00
2024-10-07 20:28:53 -07:00
2025-09-09 15:07:58 -07:00
2025-05-06 10:21:06 -07:00
2024-12-06 10:44:10 -08:00
2025-08-21 11:32:25 -07:00
2025-08-21 11:32:25 -07:00
2025-08-21 11:32:25 -07:00
2025-08-21 11:32:25 -07:00
2025-08-27 17:28:14 -07:00
2025-08-27 17:28:14 -07:00
2025-08-27 17:28:14 -07:00
2024-07-29 13:09:41 -07:00
2025-09-18 19:11:42 -07:00
2025-01-16 17:51:10 -08:00
2024-12-06 10:44:10 -08:00
2025-09-19 09:27:23 -07:00
2025-01-08 09:39:58 -08:00
2024-12-06 10:44:10 -08:00
2024-07-29 15:05:04 -07:00
2024-09-30 17:20:41 -07:00
2025-09-26 17:44:04 -07:00
2024-12-06 10:44:10 -08:00
2025-02-20 14:30:07 -08:00
2025-02-26 07:35:51 -08:00
2025-03-15 11:48:25 -07:00
2025-04-09 16:16:12 -07:00
2025-03-17 13:45:12 -07:00
2025-03-17 13:45:12 -07:00
2024-12-06 10:44:10 -08:00
2025-02-25 19:04:43 -08:00
2024-12-06 10:44:10 -08:00
2025-02-15 17:46:32 +01:00
2025-05-14 11:19:32 -04:00
2025-05-14 11:19:32 -04:00
2025-05-06 10:21:05 -07:00
2025-08-27 15:13:08 -07:00
2025-06-05 13:55:26 -07:00
2025-06-17 18:15:27 -07:00
2024-11-26 08:55:01 -08:00
2025-07-02 14:18:20 +02:00
2025-02-19 17:01:36 -08:00
2024-08-21 11:03:00 -07:00
2025-03-19 08:03:06 -07:00
2025-04-10 12:45:37 -07:00
2025-06-20 11:13:03 -07:00
2025-06-26 10:28:51 -07:00
2025-05-23 10:24:18 +01:00
2024-12-06 10:44:10 -08:00
2025-07-14 15:12:54 -07:00
2025-09-25 16:17:30 -07:00
2025-07-03 19:30:07 -07:00
2025-09-11 13:00:44 -07:00
2025-09-04 09:00:57 -07:00
2025-09-04 09:00:57 -07:00
2025-09-11 09:34:37 -07:00
2025-03-15 11:49:24 -07:00
2024-09-05 13:07:47 -07:00
2024-12-06 10:44:10 -08:00
2024-12-06 10:44:10 -08:00
2025-08-06 16:01:58 -07:00
2025-08-06 16:01:58 -07:00
2025-02-17 18:47:27 -08:00
2025-02-17 18:47:27 -08:00
2025-02-17 18:47:27 -08:00
2025-02-17 18:47:27 -08:00
2025-08-27 15:13:08 -07:00
2024-12-06 10:44:10 -08:00
2024-12-06 10:44:10 -08:00
2024-12-06 10:44:10 -08:00
2024-12-06 10:44:10 -08:00
2024-12-06 10:44:10 -08:00
2025-07-26 21:27:15 +02:00
2025-07-26 21:27:15 +02:00
2025-07-26 21:27:15 +02:00
2025-02-17 18:47:27 -08:00
2025-02-17 18:47:27 -08:00
2025-02-20 18:44:35 -08:00
2025-08-27 15:13:08 -07:00
2025-03-15 11:48:25 -07:00
2025-03-15 11:48:25 -07:00
2024-12-13 14:48:39 -08:00
2025-08-18 15:08:30 +02:00
2025-08-18 15:08:30 +02:00
2025-08-18 15:08:30 +02:00
2025-08-18 15:08:30 +02:00
2024-11-03 16:52:06 -08:00
2024-08-22 13:28:19 -07:00
2024-10-16 09:21:18 -07:00
2024-10-16 09:21:18 -07:00
2024-10-16 09:21:18 -07:00
2025-08-01 18:00:46 -07:00
2024-10-24 10:25:59 -07:00
2024-11-26 08:55:01 -08:00
2025-09-23 07:34:39 -07:00
2025-09-23 07:34:39 -07:00
2025-09-23 07:34:39 -07:00
2024-12-10 10:24:57 -08:00
2024-08-23 15:40:11 -07:00
2025-04-09 16:16:56 -07:00
2024-10-21 13:18:51 -07:00
2024-09-11 09:58:31 -07:00
2025-03-15 11:48:58 -07:00
2025-08-27 15:13:08 -07:00
2025-09-17 16:15:37 +02:00
2024-12-02 08:41:17 -08:00
2024-09-05 13:07:47 -07:00
2025-02-14 19:58:14 -08:00
2024-12-09 13:55:29 -08:00
2025-02-13 19:35:31 -08:00
2025-01-16 17:51:10 -08:00
2024-09-05 13:07:47 -07:00
2025-06-25 12:28:58 -07:00
2025-03-15 11:48:58 -07:00
2025-03-15 11:48:58 -07:00
2024-12-06 10:44:10 -08:00
2024-07-29 15:04:55 -07:00
2025-06-17 18:15:27 -07:00
2025-05-14 11:19:32 -04:00
2025-08-21 11:32:25 -07:00
2025-08-15 16:52:52 -07:00
2025-10-10 10:10:08 -07:00
2025-03-15 11:48:58 -07:00
2024-09-04 12:58:46 -07:00
2025-06-06 19:21:43 -07:00
2025-03-15 11:48:25 -07:00
2024-10-21 15:02:49 -07:00
2025-02-13 19:35:32 -08:00
2025-06-17 18:15:27 -07:00
2025-06-12 19:07:51 -07:00
2025-06-11 16:59:45 +02:00
2025-05-22 14:26:58 -07:00
2025-01-29 13:32:48 -08:00
2025-03-15 11:48:25 -07:00
2025-04-02 21:55:43 -07:00
2025-08-01 18:00:46 -07:00
2025-03-15 11:48:58 -07:00
2025-06-12 19:07:51 -07:00
2025-01-06 09:48:58 +01:00
2025-05-14 15:13:24 -07:00
2024-10-02 17:23:23 -04:00
2025-09-17 16:15:37 +02:00
2025-08-15 13:05:29 -07:00
2025-05-14 11:19:32 -04:00
2024-07-29 15:05:04 -07:00
2025-09-24 02:25:06 -07:00
2025-08-27 15:48:05 -07:00
2025-06-17 18:15:27 -07:00
2025-06-12 19:07:51 -07:00
2025-09-27 06:24:27 -07:00
2025-01-10 17:29:05 -08:00
2025-08-18 10:29:43 -07:00
2025-09-23 13:35:12 -07:00
2025-03-19 15:59:27 -07:00
2024-10-10 18:01:52 -07:00
2024-10-02 13:51:43 -07:00
2025-09-04 09:05:58 -07:00
2024-07-29 13:09:34 -07:00
2025-07-28 19:39:30 -07:00
2025-09-23 12:07:47 -07:00
2025-09-04 09:00:25 -07:00
2025-01-16 17:51:10 -08:00
2024-12-06 10:44:10 -08:00
2024-11-11 08:18:39 -08:00
2024-11-11 08:18:20 -08:00
2024-09-05 12:43:22 -07:00
2024-11-11 08:18:10 -08:00
2024-11-11 08:18:12 -08:00
2024-11-11 08:18:18 -08:00
2024-11-11 08:18:08 -08:00
2024-11-11 08:18:14 -08:00
2025-08-21 20:09:24 +02:00
2025-08-21 20:09:25 +02:00
2024-10-24 10:26:00 -07:00
2024-10-24 10:26:00 -07:00
2024-10-24 10:25:59 -07:00
2025-08-27 15:13:08 -07:00
2025-06-09 20:11:10 -07:00
2025-09-20 15:49:35 -07:00
2025-07-11 10:43:54 -07:00
2025-02-07 15:45:44 -08:00
2025-01-16 17:51:10 -08:00
2024-12-02 18:47:41 -08:00
2025-06-25 15:12:17 -07:00
2025-09-19 09:27:23 -07:00
2025-08-27 17:16:22 -07:00
2025-05-27 10:30:07 -07:00
2025-04-23 11:26:22 -07:00
2025-01-16 17:51:10 -08:00
2024-10-22 15:42:56 -07:00
2025-09-17 16:15:57 +02:00
2024-12-12 11:40:18 -08:00
2025-06-26 09:44:46 -07:00
2025-10-17 11:33:23 -07:00
2024-07-29 13:09:37 -07:00
2025-03-15 11:48:30 -07:00
2025-01-16 17:51:10 -08:00
2025-01-16 17:51:10 -08:00
2025-03-15 11:48:30 -07:00
2024-09-04 16:46:22 -07:00
2024-09-05 17:02:03 -07:00
2025-09-23 12:00:23 -07:00
2024-10-17 11:06:34 -07:00
2025-09-19 09:27:24 -07:00
2025-05-09 10:05:27 -07:00
2025-09-17 11:19:58 -07:00
2024-07-29 13:09:45 -07:00
2025-06-09 16:42:04 -07:00
2025-09-18 19:11:42 -07:00
2025-08-27 17:16:22 -07:00
2025-01-20 09:47:14 -08:00
2025-06-09 20:11:10 -07:00
2025-01-16 17:51:10 -08:00
2025-08-27 15:00:31 -07:00
2025-09-19 09:27:23 -07:00
2025-07-26 21:27:15 +02:00
2025-01-16 17:51:10 -08:00
2025-06-17 18:15:27 -07:00
2025-09-19 09:27:23 -07:00
2024-09-13 13:08:06 -07:00
2024-10-29 11:42:23 -07:00
2025-09-26 10:44:51 -07:00
2025-09-19 09:27:23 -07:00
2025-01-06 10:59:49 -08:00
2025-02-14 19:55:15 -08:00
2025-05-09 10:05:27 -07:00
2025-09-19 09:27:23 -07:00
2024-08-23 07:29:02 -07:00
2025-07-07 08:46:13 -07:00
2025-07-07 08:32:34 -07:00
2025-10-02 13:34:08 -07:00
2025-06-25 15:12:17 -07:00
2025-08-27 15:13:08 -07:00
2025-10-04 09:05:23 -07:00
2025-06-17 08:40:59 -07:00
2024-12-06 10:44:10 -08:00
2024-12-06 10:44:10 -08:00
2025-05-01 12:54:06 -07:00
2025-02-18 13:56:34 -08:00
2025-02-18 13:56:34 -08:00
2024-10-29 11:52:55 -07:00
2025-04-10 10:08:55 -07:00