Linus Torvalds
ec9eeb89e6
Kbuild fixes for v6.10
...
- Fix a Kconfig bug regarding comparisons to 'm' or 'n'
- Replace missed $(srctree)/$(src)
- Fix unneeded kallsyms step 3
- Remove incorrect "compatible" properties from image nodes in image.fit
- Improve gen_kheaders.sh
- Fix 'make dt_binding_check'
- Clean up unnecessary code
-----BEGIN PGP SIGNATURE-----
iQJJBAABCgAzFiEEbmPs18K1szRHjPqEPYsBB53g2wYFAmZbSHwVHG1hc2FoaXJv
eUBrZXJuZWwub3JnAAoJED2LAQed4NsG/acP/1kxHTDYHmCrcZfxrHVKAg/LHYz+
73J0yoc+hA6vDgcpLYrpDfg/r4slWIlOAxlu4oBKo7Wn/917GRRW7EYcw+mja7Ps
zaLbO2QGDLDp6L+O1c9V3Y7JIbdZvco03iEtsuN7NAisQn3vbo6NTbQV+iGPRR2h
k4/2UmwSbcXN1bX5co3jEgsaAYzNhFNVQ3m+LN/UYozodIl/+9tc0vkafw4ejxkd
nsiwKW4V30IvxmDs0YkmzJEcAe/UNmBrTGMAqiDUThA1y0FnXHJGODzC5TFV4O0m
Pf40uaeWCrzAuaa2KwjzwK83v3PpeMUM7cXGUa4nrxoeQhfb7/ZN+GnSTF9yIEbZ
07T27bVMUqbCrRFCIHOMQLqZ9fLsDYqT/k70fQcXWHNCK74VcoB2XDYZSDW5Sc5B
h7NPiD+zkZKNR4lMWJ7WAyoLX/atSnP6465itp5quZRlQMtC6ns/6SCkQ715O+0B
akVta9yduLeqlbZQYIsQ9UMEfAc2MI1eGUTtTzEHYfBvkxErvOFgmcRWFV+S5Mxl
ZKYue2R9SM/UvSTcQD91eAWbUyu2Z5CjLt87mjuLqu56//HKGYlm/HsANkBEfpYz
i8B3hiKqdmTM0w2ajDauQMu3hDjT0UtMTg45N6IaryeMiBErEVsMltDsxsb3F27x
kKGIsQMf5RvFGiZ5
=wSXX
-----END PGP SIGNATURE-----
Merge tag 'kbuild-fixes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kbuild fixes from Masahiro Yamada:
- Fix a Kconfig bug regarding comparisons to 'm' or 'n'
- Replace missed $(srctree)/$(src)
- Fix unneeded kallsyms step 3
- Remove incorrect "compatible" properties from image nodes in
image.fit
- Improve gen_kheaders.sh
- Fix 'make dt_binding_check'
- Clean up unnecessary code
* tag 'kbuild-fixes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
dt-bindings: kbuild: Fix dt_binding_check on unconfigured build
kheaders: use `command -v` to test for existence of `cpio`
kheaders: explicitly define file modes for archived headers
scripts/make_fit: Drop fdt image entry compatible string
kbuild: remove a stale comment about cleaning in link-vmlinux.sh
kbuild: fix short log for AS in link-vmlinux.sh
kbuild: change scripts/mksysmap into sed script
kbuild: avoid unneeded kallsyms step 3
kbuild: scripts/gdb: Replace missed $(srctree)/$(src) w/ $(src)
kconfig: remove redundant check in expr_join_or()
kconfig: fix comparison to constant symbols, 'm', 'n'
kconfig: remove unused expr_is_no()
2024-06-01 09:33:55 -07:00
..
2024-05-27 16:26:30 -07:00
2024-05-19 11:38:15 -07:00
2024-05-13 14:14:05 -07:00
2024-04-26 17:13:31 +01:00
2024-05-23 15:06:48 +02:00
2024-03-12 13:23:32 +01:00
2024-05-19 09:21:03 -07:00
2024-05-06 17:39:09 +02:00
2023-10-18 14:43:22 -07:00
2024-05-24 12:49:35 +02:00
2024-05-07 11:39:50 -07:00
2024-05-09 15:48:01 +02:00
2024-05-22 10:49:54 -07:00
2024-05-22 12:13:40 -07:00
2024-05-27 08:09:12 -07:00
2024-05-22 11:53:02 -07:00
2024-05-01 13:04:02 +02:00
2024-05-21 15:29:01 -07:00
2024-05-17 17:31:24 -07:00
2024-05-30 08:33:04 -07:00
2024-04-24 09:43:53 +02:00
2024-02-09 11:13:59 -10:00
2024-04-04 16:24:16 +02:00
2024-04-04 16:24:16 +02:00
2024-01-25 10:12:22 -05:00
2023-07-21 12:17:25 -04:00
2024-01-25 09:59:27 -05:00
2023-10-13 18:34:46 +02:00
2024-02-05 13:22:34 -10:00
2024-04-29 08:29:29 -07:00
2023-08-08 16:48:47 -04:00
2024-03-22 11:18:18 +01:00
2024-05-15 17:06:08 -07:00
2024-05-19 14:02:03 -07:00
2024-05-08 08:41:26 -07:00
2024-02-23 17:33:31 -05:00
2024-04-24 09:43:54 +02:00
2024-02-23 17:48:22 -08:00
2024-05-23 12:04:36 -07:00
2023-09-21 12:03:50 -06:00
2024-04-25 20:56:20 -07:00
2023-12-23 15:52:13 +01:00
2024-05-30 01:13:20 +09:00
2023-09-29 11:28:39 -07:00
2024-04-24 09:43:53 +02:00
2023-08-21 13:37:28 -07:00
2024-03-22 11:18:16 +01:00
2024-05-02 19:48:26 +09:00
2024-04-25 20:55:57 -07:00
2024-05-02 19:48:26 +09:00
2023-10-19 11:02:48 +02:00
2024-02-23 17:48:22 -08:00
2024-04-25 21:07:04 -07:00
2024-04-24 09:43:53 +02:00
2024-04-23 14:59:01 +10:00
2024-02-23 17:48:22 -08:00
2024-04-23 14:59:01 +10:00
2024-05-17 19:17:55 -07:00
2023-06-08 12:27:20 -07:00
2024-05-02 19:48:26 +09:00
2024-05-06 14:22:02 -06:00
2024-04-24 09:43:53 +02:00
2024-02-23 17:48:22 -08:00
2024-03-01 12:23:37 +01:00
2023-12-20 19:26:30 -05:00
2024-04-12 15:07:51 +08:00
2024-04-24 09:43:53 +02:00
2023-12-01 09:51:44 -08:00
2024-04-24 09:43:53 +02:00
2024-04-24 09:43:53 +02:00
2024-03-13 12:53:53 -07:00
2024-04-27 11:17:48 -07:00
2024-02-22 15:38:52 -08:00
2024-04-24 09:43:53 +02:00
2024-04-25 21:07:03 -07:00
2023-12-29 12:22:27 -08:00
2024-01-09 11:46:20 -08:00
2023-07-14 15:02:57 -07:00
2024-05-17 17:31:24 -07:00
2024-05-23 12:04:36 -07:00
2023-10-30 17:56:53 -10:00
2023-10-04 10:41:57 -07:00
2024-04-29 05:03:51 +02:00
2024-05-17 17:31:24 -07:00
2023-12-29 12:22:29 -08:00
2024-05-23 19:40:26 -07:00
2024-05-22 09:56:00 -07:00
2024-04-24 09:43:53 +02:00
2023-09-19 13:21:32 -07:00
2023-10-04 10:41:57 -07:00
2023-09-24 17:24:01 +02:00
2024-05-17 17:31:24 -07:00
2024-04-24 09:43:53 +02:00
2023-09-13 14:59:24 +02:00
2024-02-22 15:38:52 -08:00
2024-05-06 17:39:09 +02:00
2024-04-24 09:43:53 +02:00
2024-05-22 08:31:15 -04:00
2024-04-25 20:56:00 -07:00
2023-12-21 13:17:54 +01:00
2023-06-19 16:25:28 -07:00
2024-05-08 08:41:29 -07:00
2024-05-19 14:02:03 -07:00
2023-08-07 15:57:22 -10:00
2024-05-15 11:40:33 -10:00