linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-21 22:18:39 to 2020-06-08 23:16:21 UTC [more...]

[PATCH AUTOSEL 5.6 010/606] Stop the ad-hoc games with -Wno-maybe-initialized
 2020-06-08 23:05 UTC  (10+ messages)
` [PATCH AUTOSEL 5.6 011/606] gcc-10: disable 'zero-length-bounds' warning for now
` [PATCH AUTOSEL 5.6 012/606] gcc-10: disable 'array-bounds' "
` [PATCH AUTOSEL 5.6 013/606] gcc-10: disable 'stringop-overflow' "
` [PATCH AUTOSEL 5.6 014/606] gcc-10: disable 'restrict' "
` [PATCH AUTOSEL 5.6 078/606] Makefile: disallow data races on gcc-10 as well
` [PATCH AUTOSEL 5.6 079/606] Linux 5.6.14
` [PATCH AUTOSEL 5.6 101/606] kbuild: avoid concurrency issue in parallel building dtbs and dtbs_check
` [PATCH AUTOSEL 5.6 168/606] kbuild: Remove debug info from kallsyms linking
` [PATCH AUTOSEL 5.6 206/606] Linux 5.6.15

[PATCH] kbuild: fix broken builds because of GZIP,BZIP2,LZOP variables
 2020-06-08 18:03 UTC 

[RFC PATCH] kbuild: add variables for compression tools
 2020-06-08 16:23 UTC  (16+ messages)
` [RFC PATCH v2] "
` [RFC PATCH v3] "
` [RFC PATCH v4] "
` [PATCH v5] "
      ` [PATCH] kbuild: fix broken builds because of GZIP,BZIP2,LZOP variables

[PATCH 00/16] kbuild: support 'userprogs' syntax
 2020-06-08 13:32 UTC  (4+ messages)
` [PATCH 04/16] net: bpfilter: use 'userprogs' syntax to build bpfilter_umh

[PATCH] kbuild: make module name conflict fatal error
 2020-06-08  2:02 UTC  (2+ messages)

[PATCH] samples: binderfs: really compile this sample and fix build issues
 2020-06-07  3:20 UTC 

[GIT PULL 2/2] Kconfig updates for v5.8-rc1
 2020-06-06 19:15 UTC  (2+ messages)

[GIT PULL 1/2] Kbuild updates for v5.8-rc1
 2020-06-06 19:15 UTC  (2+ messages)

[PATCH] kbuild: force to build vmlinux if CONFIG_MODVERSION=y
 2020-06-06  0:26 UTC  (3+ messages)

[PATCH 0/5] Improvements of the stackleak gcc plugin
 2020-06-04 21:39 UTC  (15+ messages)
` [PATCH 1/5] gcc-plugins/stackleak: Exclude alloca() from the instrumentation logic
` [PATCH 2/5] gcc-plugins/stackleak: Use asm instrumentation to avoid useless register saving
` [PATCH 3/5] gcc-plugins/stackleak: Add 'verbose' plugin parameter
` [PATCH 4/5] gcc-plugins/stackleak: Don't instrument itself
` [PATCH 5/5] gcc-plugins/stackleak: Don't instrument vgettimeofday.c in arm64 VDSO

[PATCH] kbuild: add variables for compression tools
 2020-06-04 17:18 UTC  (6+ messages)

[PATCH] Makefile: allow modules_install if CONFIG_MODULES=n
 2020-06-04  0:33 UTC  (5+ messages)
  ` [PATCH v2] Makefile: install modules.builtin even "

[PATCH 0/2] Build ORC fast lookup table in scripts/sorttable tool
 2020-06-03 14:39 UTC  (13+ 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 v3 0/3] Build ORC fast lookup table in scripts/sorttable tool

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

[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 

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  (15+ 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  (6+ messages)
` [PATCH 03/29] modpost: add read_text_file() and get_line() helpers


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).