public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-13 22:43:33 to 2020-06-01 06:54:37 UTC [more...]

Wohltätigkeitsspende von 2.000.000 Millionen Euro
 2020-06-01  1:18 UTC 

[PATCH 01/37] kbuild: refactor subdir-ym calculation
 2020-06-01  5:57 UTC  (37+ messages)
` [PATCH 02/37] kbuild: refactor tagets caluculation for KBUILD_{BUILTIN,KBUILD_MODULES}
` [PATCH 03/37] kbuild: merge init-y into core-y
` [PATCH 04/37] kbuild: merge net-y and virt-y into drivers-y
` [PATCH 05/37] kbuild: refactor KBUILD_VMLINUX_{OBJS,LIBS} calculation
` [PATCH 06/37] kbuild: update modules.order only when contained modules are updated
` [PATCH 07/37] modpost: fix -i (--ignore-errors) MAKEFLAGS detection
` [PATCH 08/37] modpost: move -T option close to the modpost command
` [PATCH 09/37] modpost: pass -N option only for modules modpost
` [PATCH 10/37] modpost: load KBUILD_EXTRA_SYMBOLS files in order
` [PATCH 11/37] modpost: track if the symbol origin is a dump file or ELF object
` [PATCH 12/37] modpost: allow to pass -i option multiple times to remove -e option
` [PATCH 13/37] modpost: rename ext_sym_list to dump_list
` [PATCH 14/37] modpost: re-add -e to set external_module flag
` [PATCH 15/37] modpost: print symbol dump file as the build target in short log
` [PATCH 16/37] modpost: refactor -i option calculation
` [PATCH 17/37] modpost: generate vmlinux.symvers and reuse it for the second modpost
` [PATCH 18/37] modpost: invoke modpost only when input files are updated
` [PATCH 19/37] modpost: show warning if vmlinux is not found when processing modules
` [PATCH 20/37] modpost: show warning if any of symbol dump files is missing
` [PATCH 21/37] modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()
` [PATCH 22/37] modpost: do not call get_modinfo() for vmlinux(.o)
` [PATCH 23/37] modpost: add read_text_file() and get_line() helpers
` [PATCH 24/37] modpost: fix potential mmap'ed file overrun in get_src_version()
` [PATCH 25/37] modpost: avoid false-positive file open error
` [PATCH 26/37] modpost: use read_text_file() and get_line() for reading text files
` [PATCH 27/37] modpost: remove get_next_text() and make {grab,release_}file static
` [PATCH 28/37] modpost: remove -s option
` [PATCH 29/37] modpost: move -d option in scripts/Makefile.modpost
` [PATCH 30/37] modpost: remove mod->is_dot_o struct member
` [PATCH 31/37] modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()
` [PATCH 32/37] modpost: add mod->is_vmlinux struct member
` [PATCH 33/37] modpost: remove mod->skip "
` [PATCH 34/37] modpost: set have_vmlinux in new_module()
` [PATCH 35/37] modpost: strip .o from modname before calling new_module()
` [PATCH 36/37] modpost: remove is_vmlinux() helper
` [PATCH 37/37] modpost: change elf_info->size to size_t

[PATCH v2 00/29] modpost: various fixes, cleanups, optimizations
 2020-05-31 18:31 UTC  (31+ messages)
` [PATCH v2 01/29] modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()
` [PATCH v2 02/29] modpost: do not call get_modinfo() for vmlinux
` [PATCH v2 03/29] modpost: add read_text_file() and get_line() helpers
` [PATCH v2 04/29] modpost: fix potential mmap'ed file overrun in get_src_version()
` [PATCH v2 05/29] modpost: re-add warning about missing *.mod file
` [PATCH v2 06/29] modpost: avoid false-positive file open error
` [PATCH v2 07/29] modpost: use read_text_file() and get_line() for reading text files
` [PATCH v2 08/29] modpost: remove get_next_text() and make {grab,release_}file static
` [PATCH v2 09/29] kbuild: disallow multi-word in M= or KBUILD_EXTMOD
` [PATCH v2 10/29] modpost: move -T option close to the modpost command
` [PATCH v2 11/29] modpost: pass -N option only for modules modpost
` [PATCH v2 12/29] modpost: move external module options
` [PATCH v2 13/29] modpost: load KBUILD_EXTRA_SYMBOLS files in order
` [PATCH v2 14/29] modpost: track if the symbol origin is a dump file or ELF object
` [PATCH v2 15/29] modpost: allow to pass -i option multiple times remove -e option
` [PATCH v2 16/29] modpost: rename ext_sym_list to dump_list
` [PATCH v2 17/29] modpost: re-add -e to set external_module flag
` [PATCH v2 18/29] modpost: show warning if vmlinux is not found when processing modules
` [PATCH v2 19/29] modpost: show warning if it fails to read symbol dump file
` [PATCH v2 20/29] modpost: generate vmlinux.symvers and reuse it for the second modpost
` [PATCH v2 21/29] modpost: remove -s option
` [PATCH v2 22/29] modpost: remove mod->is_dot_o struct member
` [PATCH v2 23/29] modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()
` [PATCH v2 24/29] modpost: add mod->is_vmlinux struct member
` [PATCH v2 25/29] modpost: remove mod->skip "
` [PATCH v2 26/29] modpost: set have_vmlinux in new_module()
` [PATCH v2 27/29] modpost: strip .o from modname before calling new_module()
` [PATCH v2 28/29] modpost: remove is_vmlinux() helper
` [PATCH v2 29/29] modpost: change elf_info->size to size_t

[PATCH] Makefile: allow modules_install if CONFIG_MODULES=n
 2020-05-31 18:16 UTC  (2+ messages)

Greetings
 2020-05-31 11:39 UTC 

[PATCH] mksysmap: Fix the mismatch of '.L' symbols in System.map
 2020-05-31 10:28 UTC 

[PATCH] kbuild: merge two 'ifdef CONFIG_TRIM_UNUSED_KSYMS' blocks
 2020-05-31 10:11 UTC 

subscribe linux-kbuild
 2020-05-31 10:08 UTC 

[PATCH] kbuild: force to build vmlinux if CONFIG_MODVERSION=y
 2020-05-31  8:47 UTC 

[RFC PATCH] kbuild: add variables for compression tools
 2020-05-30 13:44 UTC  (7+ messages)
` [RFC PATCH v2] "
` [RFC PATCH v3] "

Spende von 2.000.000,00 Euro
 2020-05-28 16:29 UTC 

[PATCH -next] kbuild: modpost: fix a message typo
 2020-05-28 17:34 UTC 

[PATCH][next] modpost: close file when fstat fails
 2020-05-28 15:54 UTC 

Spende
 2020-05-27 13:58 UTC 

Spende
 2020-05-27 13:09 UTC 

[PATCH 0/2] Build ORC fast lookup table in scripts/sorttable tool
 2020-05-25  3:33 UTC  (3+ messages)

[PATCH] Makefile: support compressed debug info
 2020-05-26 17:18 UTC  (24+ messages)
              ` [PATCH v2] "
                    ` [PATCH v3] "
                            ` [PATCH v4] "
                            ` [PATCH v5] "

[PATCH 1/5] kbuild: remove ifdef builtin-target / lib-target
 2020-05-26 10:29 UTC  (6+ messages)
` [PATCH 2/5] kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=n
` [PATCH 3/5] kbuild: move subdir-obj-y to scripts/Makefile.build
` [PATCH 4/5] kbuild: rename subdir-obj-y to subdir-builtin
` [PATCH 5/5] kbuild: make modules.order rule consistent with built-in.a

[PATCH] kbuild: doc: remove documentation about copying Module.symvers around
 2020-05-26 10:28 UTC  (2+ messages)

[PATCH] kbuild: reuse vmlinux.o in vmlinux_link
 2020-05-25  6:13 UTC  (10+ messages)

[PATCH 1/2] modpost: fix potential segmentation fault for addend_i386_rel()
 2020-05-25  5:47 UTC  (2+ messages)
` [PATCH 2/2] modpost: refactor sech_name()

[PATCH] make builddeb invoke calls to linux-update-symlink
 2020-05-24  0:40 UTC  (6+ messages)
    ` [PATCH] make builddeb invoke calls to linux-update-symlinks

jjCompliment
 2020-05-23 18:00 UTC 

[PATCH 00/29] modpost: various fixes, cleanups, optimizations
 2020-05-23  4:18 UTC  (36+ messages)
` [PATCH 01/29] modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()
` [PATCH 02/29] modpost: do not call get_modinfo() for vmlinux
` [PATCH 03/29] modpost: add read_text_file() and get_line() helpers
` [PATCH 04/29] modpost: fix potential mmap'ed file overrun in get_src_version()
` [PATCH 05/29] modpost: re-add warning about missing *.mod file
` [PATCH 06/29] modpost: avoid false-positive file open error
` [PATCH 07/29] modpost: use read_text_file() and get_line() for reading text files
` [PATCH 08/29] modpost: remove get_next_text() and make {grab,release_}file static
` [PATCH 09/29] kbuild: disallow multi-word in M= or KBUILD_EXTMOD
` [PATCH 10/29] modpost: move -T option close to the modpost command
` [PATCH 11/29] modpost: pass -N option only for modules modpost
` [PATCH 12/29] modpost: move external module options
` [PATCH 13/29] modpost: load KBUILD_EXTRA_SYMBOLS files in order
` [PATCH 14/29] modpost: track if the symbol origin is a dump file or ELF object
` [PATCH 15/29] modpost: allow to pass -i option multiple times remove -e option
` [PATCH 16/29] modpost: rename ext_sym_list to dump_list
` [PATCH 17/29] modpost: re-add -e to set external_module flag
` [PATCH 18/29] modpost: show warning if vmlinux is not found when processing modules
` [PATCH 19/29] modpost: show warning if it fails to read symbol dump file
` [PATCH 20/29] modpost: generate vmlinux.symvers and reuse it for the second modpost
` [PATCH 21/29] modpost: remove -s option
` [PATCH 22/29] modpost: remove mod->is_dot_o struct member
` [PATCH 23/29] modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()
` [PATCH 24/29] modpost: add mod->is_vmlinux struct member
` [PATCH 25/29] modpost: remove mod->skip "
` [PATCH 26/29] modpost: set have_vmlinux in new_module()
` [PATCH 27/29] modpost: strip .o from modname before calling new_module()
` [PATCH 28/29] modpost: remove is_vmlinux() helper
` [PATCH 29/29] modpost: change elf_info->size to size_t

[PATCH v2 4/9] x86: Makefile: Add build and config option for CONFIG_FG_KASLR
 2020-05-21 20:00 UTC  (2+ messages)

How should we handle a bool depending on a tristate?
 2020-05-18 16:49 UTC  (2+ messages)

[PATCH] scripts/sorttable: Correctly handle mmap() returning MAP_FAILED
 2020-05-18 15:35 UTC 

(DONATION) $2 Million Has Been Donated
 2020-05-18 11:03 UTC 

kconfig: dependency handling
 2020-05-17 23:29 UTC 

KASAN: use-after-free Write in hci_sock_release
 2020-05-16 21:27 UTC 

[PATCH kbuild RFC] kbuild: fix modpost throwing away module symvers when linking vmlinux.o
 2020-05-16  2:44 UTC  (3+ messages)

[PATCH] kbuild: compile_h: fix compiler version detection with clang
 2020-05-15  0:42 UTC  (3+ messages)

[PATCH AUTOSEL 4.4 01/14] Makefile: disallow data races on gcc-10 as well
 2020-05-14 18:56 UTC 

[PATCH AUTOSEL 4.9 01/27] Makefile: disallow data races on gcc-10 as well
 2020-05-14 18:55 UTC 

[PATCH AUTOSEL 4.14 01/39] Makefile: disallow data races on gcc-10 as well
 2020-05-14 18:54 UTC 

[PATCH AUTOSEL 4.19 01/31] Makefile: disallow data races on gcc-10 as well
 2020-05-14 18:53 UTC 

[PATCH AUTOSEL 5.4 01/49] kbuild: avoid concurrency issue in parallel building dtbs and dtbs_check
 2020-05-14 18:53 UTC  (7+ messages)
` [PATCH AUTOSEL 5.4 03/49] Makefile: disallow data races on gcc-10 as well
` [PATCH AUTOSEL 5.4 41/49] Stop the ad-hoc games with -Wno-maybe-initialized
` [PATCH AUTOSEL 5.4 42/49] gcc-10: disable 'zero-length-bounds' warning for now
` [PATCH AUTOSEL 5.4 43/49] gcc-10: disable 'array-bounds' "
` [PATCH AUTOSEL 5.4 44/49] gcc-10: disable 'stringop-overflow' "
` [PATCH AUTOSEL 5.4 45/49] gcc-10: disable 'restrict' "

[PATCH AUTOSEL 5.6 01/62] kbuild: avoid concurrency issue in parallel building dtbs and dtbs_check
 2020-05-14 18:51 UTC  (7+ messages)
` [PATCH AUTOSEL 5.6 03/62] Makefile: disallow data races on gcc-10 as well
` [PATCH AUTOSEL 5.6 54/62] Stop the ad-hoc games with -Wno-maybe-initialized
` [PATCH AUTOSEL 5.6 55/62] gcc-10: disable 'zero-length-bounds' warning for now
` [PATCH AUTOSEL 5.6 56/62] gcc-10: disable 'array-bounds' "
` [PATCH AUTOSEL 5.6 57/62] gcc-10: disable 'stringop-overflow' "
` [PATCH AUTOSEL 5.6 58/62] gcc-10: disable 'restrict' "

[PATCH v3 1/4] kbuild: add CONFIG_LD_IS_LLD
 2020-05-02 13:50 UTC  (4+ messages)
` [PATCH v5 0/5] Allow ld.lld to link the MIPS VDSO
  ` [PATCH v4 4/5] MIPS: VDSO: Use $(LD) instead of $(CC) to link VDSO


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox