Linus Torvalds
d6efd3f187
Merge branch 'absolute-pointer' (patches from Guenter)
...
Merge absolute_pointer macro series from Guenter Roeck:
"Kernel test builds currently fail for several architectures with error
messages such as the following.
drivers/net/ethernet/i825xx/82596.c: In function 'i82596_probe':
arch/m68k/include/asm/string.h:72:25: error:
'__builtin_memcpy' reading 6 bytes from a region of size 0
[-Werror=stringop-overread]
Such warnings may be reported by gcc 11.x for string and memory
operations on fixed addresses if gcc's builtin functions are used for
those operations.
This series introduces absolute_pointer() to fix the problem.
absolute_pointer() disassociates a pointer from its originating symbol
type and context, and thus prevents gcc from making assumptions about
pointers passed to memory operations"
* emailed patches from Guenter Roeck <linux@roeck-us.net >:
alpha: Use absolute_pointer to define COMMAND_LINE
alpha: Move setup.h out of uapi
net: i825xx: Use absolute_pointer for memcpy from fixed memory location
compiler.h: Introduce absolute_pointer macro
2021-09-15 12:11:48 -07:00
..
2021-09-02 22:49:16 +02:00
2021-09-07 12:38:59 -07:00
2021-08-30 09:49:59 -03:00
2021-08-31 16:43:06 -07:00
2021-09-03 16:20:37 -07:00
2021-09-09 11:07:47 -07:00
2021-09-01 15:25:28 -07:00
2021-09-08 12:55:35 -07:00
2021-09-07 14:02:58 -07:00
2021-09-01 10:29:29 -07:00
2021-09-07 12:27:27 -07:00
2021-08-29 14:47:42 +03:00
2021-09-04 10:25:26 -07:00
2021-08-30 19:30:37 +02:00
2021-09-03 09:58:10 -07:00
2021-09-03 10:08:28 -07:00
2021-08-31 09:41:22 -07:00
2021-08-31 09:41:22 -07:00
2021-09-02 15:09:46 -07:00
2021-09-09 19:14:33 -04:00
2021-08-25 19:41:39 -07:00
2021-09-03 09:58:10 -07:00
2021-09-01 10:29:10 +02:00
2021-09-01 15:26:45 -07:00
2021-09-03 09:58:17 -07:00
2021-09-08 15:32:35 -07:00
2021-09-13 10:43:04 -07:00
2021-09-12 16:09:26 -07:00
2021-09-13 10:18:28 -07:00
2021-09-13 10:43:04 -07:00
2021-09-15 12:04:28 -07:00
2021-09-11 00:41:21 +02:00
2021-09-07 15:42:10 +02:00
2021-09-11 00:41:21 +02:00
2021-09-08 11:50:24 -07:00
2021-08-26 16:52:03 -07:00
2021-08-31 14:55:09 -07:00
2021-09-03 10:34:44 -07:00
2021-08-29 19:14:19 +05:30
2021-09-07 21:17:28 +02:00
2021-08-26 15:32:28 -04:00
2021-09-05 20:58:50 +01:00
2021-08-28 01:33:02 +02:00
2021-08-26 15:32:10 -04:00
2021-09-06 07:20:56 -04:00
2021-09-03 15:33:47 -07:00
2021-09-09 12:45:26 -07:00
2021-08-27 13:34:02 +01:00
2021-08-27 13:34:03 +01:00
2021-09-08 11:50:24 -07:00
2021-09-03 09:58:13 -07:00
2021-09-03 09:58:16 -07:00
2021-09-08 18:45:53 -07:00
2021-08-26 10:18:56 +02:00
2021-09-03 10:44:35 -07:00
2021-09-06 06:34:48 -04:00
2021-09-06 06:30:45 -04:00
2021-09-03 08:06:02 -06:00
2021-09-14 13:23:22 -07:00
2021-09-03 10:08:28 -07:00
2021-09-08 11:50:23 -07:00
2021-09-08 12:55:35 -07:00
2021-09-03 09:58:17 -07:00
2021-09-01 08:35:06 -07:00
2021-09-03 09:58:16 -07:00
2021-09-07 11:03:45 -07:00
2021-09-03 18:42:01 +02:00
2021-09-08 18:45:53 -07:00
2021-09-08 12:55:35 -07:00
2021-08-26 10:36:51 -06:00
2021-09-05 20:58:50 +01:00
2021-08-25 15:20:25 +01:00
2021-08-27 16:37:17 -04:00
2021-08-27 16:37:17 -04:00
2021-09-07 12:27:27 -07:00
2021-08-25 15:43:26 -05:00
2021-09-08 11:50:25 -07:00
2021-09-13 10:18:28 -07:00
2021-09-08 11:50:24 -07:00
2021-09-08 11:50:24 -07:00
2021-09-08 12:55:35 -07:00
2021-09-08 12:55:35 -07:00
2021-09-07 19:13:42 -07:00
2021-09-02 17:59:58 +02:00
2021-09-07 19:13:42 -07:00
2021-09-07 19:13:42 -07:00
2021-09-07 14:04:59 +01:00
2021-08-26 11:28:07 -07:00
2021-08-26 11:27:51 -07:00
2021-09-03 15:33:47 -07:00
2021-09-02 21:38:56 +02:00
2021-08-26 13:40:35 +01:00
2021-09-02 22:07:17 +02:00
2021-08-31 16:43:06 -07:00
2021-09-03 09:58:12 -07:00
2021-09-04 10:22:01 +02:00
2021-08-31 16:43:06 -07:00
2021-09-03 09:58:17 -07:00
2021-09-09 13:25:49 -07:00
2021-09-08 11:50:28 -07:00
2021-09-08 17:44:26 +02:00
2021-09-05 11:50:41 -07:00
2021-09-08 15:32:35 -07:00
2021-09-03 19:31:33 -04:00
2021-09-08 12:55:35 -07:00
2021-09-03 09:58:16 -07:00
2021-09-06 07:20:57 -04:00
2021-08-26 10:36:51 -06:00
2021-09-06 07:20:57 -04:00
2021-09-03 09:58:16 -07:00
2021-09-08 11:50:24 -07:00
2021-09-03 09:58:17 -07:00
2021-08-30 13:42:10 -07:00
2021-09-03 10:08:28 -07:00