Nicolas Schier ([email protected])

Number of posts: 213 (0.12 per day)
First post: 2019-06-18 07:53:10
Last post: 2024-05-07 13:04:13

Date List Subject
2022-09-28 20:28:20 linux-kernel Re: [PATCH v3 6/7] kbuild: use obj-y instead extra-y for objects placed at the head
2022-09-28 20:22:40 linux-kernel Re: [PATCH v3 1/7] kbuild: hard-code KBUILD_ALLDIRS in scripts/Makefile.package
2022-09-28 19:14:55 linux-kernel Re: [PATCH] kbuild: hide error checker logs for V=1 builds
2022-09-07 20:52:26 linux-kernel Re: [PATCH v2 0/8] kbuild: various cleanups
2022-09-07 20:41:59 linux-kernel Re: [PATCH v2 0/8] kbuild: various cleanups
2022-08-19 04:50:15 linux-kernel Re: [PATCH] kbuild: remove the target in signal traps when interrupted
2022-08-04 16:30:38 linux-kernel Re: [PATCH] kbuild: set EXIT trap before creating temporary directory
2022-07-24 13:49:16 linux-kernel Re: [PATCH v2] kbuild: add dtbs_prepare target
2022-07-23 19:31:47 linux-kernel Re: [PATCH] kbuild: add dtbs_prepare target
2022-07-22 11:07:50 linux-kernel Re: [PATCH] kbuild: add dtbs_prepare target
2022-07-19 04:24:01 linux-kernel Re: [PATCH] kconfig: shorten the temporary directory name for cc-option
2022-07-13 09:29:58 linux-kernel Re: [PATCH v2 4/4] Makefile: add headers to kselftest targets
2022-06-01 21:54:49 linux-kernel Re: [PATCH 2/4] kbuild: clean .tmp_* pattern by make clean
2022-05-14 02:59:13 linux-kernel Re: [PATCH v5 12/12] kbuild: rebuild multi-object modules when objtool is updated
2022-05-14 01:23:25 linux-kernel Re: [PATCH v5 11/12] kbuild: add cmd_and_savecmd macro
2022-05-12 21:42:24 linux-kernel Re: [PATCH v5 04/12] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
2022-05-09 08:00:52 linux-kernel Re: [PATCH v3 12/15] modpost: simplify the ->is_static initialization
2022-05-09 05:56:19 linux-kernel Re: [PATCH v3 03/15] modpost: merge add_{intree_flag,retpoline,staging_flag} to add_header
2022-05-09 03:59:44 linux-kernel Re: [PATCH v3 09/15] kbuild: stop merging *.symversions
2022-05-09 02:26:04 linux-kernel Re: [PATCH v3 04/15] modpost: move *.mod.c generation to write_mod_c_files()
2022-05-09 01:23:53 linux-kernel Re: [PATCH v3 10/15] genksyms: adjust the output format to modpost
2022-05-08 14:37:14 linux-kernel Re: [PATCH v3 15/15] kbuild: make *.mod rule robust against too long argument error
2022-05-08 13:05:24 linux-kernel Re: [PATCH v3 07/15] modpost: extract symbol versions from *.cmd files
2022-05-06 17:00:00 linux-kernel Re: [PATCH v3 02/15] modpost: change the license of EXPORT_SYMBOL to bool type
2022-05-06 13:41:15 linux-kernel Re: [PATCH v3 14/15] kbuild: make built-in.a rule robust against too long argument error
2022-05-06 10:22:18 linux-kernel Re: [PATCH v3 01/15] modpost: mitigate false-negatives for static EXPORT_SYMBOL checks
2022-05-04 22:55:17 linux-kernel Re: [PATCH v2 21/26] genksyms: adjust the output format for .cmd files
2022-05-04 18:48:38 linux-kernel Re: [PATCH] [RESEND] fscache: re-match MODULE_PARM_DESC() calls to module parameters
2022-04-28 18:47:06 linux-kernel Re: [PATCH 27/27] kbuild: do not create *.prelink.o for Clang LTO or IBT
2022-04-28 13:03:55 linux-kernel Re: [PATCH 25/27] kbuild: embed symbol versions at final link of vmlinux or modules
2022-04-28 12:36:07 linux-kernel Re: [PATCH 26/27] kbuild: stop generating *.symversions
2022-04-28 10:10:38 linux-kernel Re: [PATCH 22/27] kbuild: generate a list of objects in vmlinux
2022-04-28 07:56:29 linux-kernel Re: [PATCH 21/27] kbuild: record symbol versions in *.cmd files
2022-04-28 07:30:54 linux-kernel Re: [PATCH 27/27] kbuild: do not create *.prelink.o for Clang LTO or IBT
2022-04-27 09:58:13 linux-kernel Re: [PATCH 00/27] kbuild: yet another series of cleanups (modpost and LTO)
2022-04-16 02:17:22 linux-kernel Re: [PATCHv1] kbuild: support W=e to make build abort in case of warning
2022-04-16 02:07:44 linux-kernel Re: [PATCHv1] kbuild: support W=e to make build abort in case of warning
2022-04-16 01:55:56 linux-kernel Re: [PATCHv1] kbuild: support W=e to make build abort in case of warning
2022-04-15 12:38:54 linux-kernel Re: [RFC PATCH v6 02/12] kbuild: Support for symbols.klp creation
2022-04-06 12:04:26 linux-kernel Re: [PATCH v2 07/10] kbuild: get rid of duplication in the first line of *.mod files
2022-04-06 10:09:20 linux-kernel Re: [PATCH v2 02/10] kbuild: do not remove empty *.symtypes explicitly
2022-04-06 10:00:34 linux-kernel Re: [PATCH v2 01/10] kbuild: factor out genksyms command from cmd_gensymtypes_{c,S}
2022-04-06 08:58:49 linux-kernel Re: [PATCH v2 08/10] kbuild: split the second line of *.mod into *.usyms
2022-03-08 23:39:54 linux-kernel Re: [PATCH v3] config: Allow kernel installation packaging to override pkg-config
2022-03-06 03:28:14 linux-kernel Re: [PATCH v3] config: Allow kernel installation packaging to override pkg-config
2022-02-11 03:32:52 linux-kernel Re: [PATCH] kbuild: replace $(if A,A,B) with $(or A,B)
2021-11-26 07:50:17 linux-kernel Re: [PATCH] [RESEND] fscache: re-match MODULE_PARM_DESC() calls to module parameters
2021-11-11 21:05:34 linux-kernel Re: [PATCH v2] scripts/config: allow "O=config-dir" option
2021-11-02 19:25:18 linux-kernel Re: [PATCH] scripts/config: allow "O=config-dir" option
2021-10-12 20:18:40 linux-kernel Re: [PATCH] gen_init_cpio: add static const qualifiers
2021-10-12 20:14:01 linux-kernel [PATCH v3] initramfs: Check timestamp to prevent broken cpio archive