public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-15 02:21:20 to 2020-06-03 14:33:02 UTC [more...]

[PATCH 0/2] Build ORC fast lookup table in scripts/sorttable tool
 2020-06-03 14:31 UTC  (9+ messages)
      ` [PATCH v2 0/3] "
        ` [PATCH 1/3] scripts/sorttable: Change section type of orc_lookup to SHT_PROGBITS
        ` [PATCH 2/3] scripts/sorttable: Build orc fast lookup table via sorttable tool
        ` [PATCH 3/3] x86/unwind/orc: Simplify unwind_init() for x86 boot

[PATCH] Makefile: allow modules_install if CONFIG_MODULES=n
 2020-06-03 13:34 UTC  (4+ messages)
  ` [PATCH v2] Makefile: install modules.builtin even "

ARCH=arm64 build breakage for Kbuild for-next branch
 2020-06-03 11:22 UTC  (3+ messages)

[RFC PATCH] kbuild: add variables for compression tools
 2020-06-03  9:20 UTC  (9+ messages)
` [RFC PATCH v2] "
` [RFC PATCH v3] "
` [RFC PATCH v4] "

[PATCH 01/37] kbuild: refactor subdir-ym calculation
 2020-06-03  4:21 UTC  (38+ 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] mksysmap: Fix the mismatch of '.L' symbols in System.map
 2020-06-02 14:42 UTC  (6+ messages)
` [PATCH v2] "

[GIT PULL][PATCH v5 0/8] Add support for ZSTD-compressed kernel and initramfs
 2020-06-02 13:20 UTC 

[GIT PULL][PATCH v5 0/8] Add support for ZSTD-compressed kernel and initramfs
 2020-06-01 22:01 UTC  (3+ messages)

[PATCH] kbuild: doc: rename LDFLAGS to KBUILD_LDFLAGS
 2020-06-01 17:03 UTC 

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

[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

Greetings
 2020-05-31 11:39 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 

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] Makefile: support compressed debug info
 2020-05-26 17:18 UTC  (17+ 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)


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