public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-31 11:54:09 to 2019-11-15 16:47:12 UTC [more...]

[PATCH] kallsyms: new /proc/kallmodsyms with builtin modules and symbol sizes
 2019-11-15 16:47 UTC  (2+ messages)

[RFC PATCH v4 0/7] Speed booting by sorting ORC unwind tables at build time
 2019-11-15 16:45 UTC  (8+ messages)
` [RFC PATCH v4 1/7] scripts/sortextable: Rewrite error/success handling
` [RFC PATCH v4 2/7] scripts/sortextable: kernel coding style formating
` [RFC PATCH v4 3/7] scripts/sortextable: Remove dead code
` [RFC PATCH v4 4/7] scripts/sortextable: refactor do_func() function
` [RFC PATCH v4 5/7] scripts/sorttable: rename sortextable to sorttable
` [RFC PATCH v4 6/7] scripts/sorttable: Add ORC unwind tables sort concurrently
` [RFC PATCH v4 7/7] x86/unwind/orc: remove run-time ORC unwind tables sort

[PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-11-15 16:41 UTC  (17+ messages)
` [PATCH v4 01/10] kcsan: Add Kernel Concurrency Sanitizer infrastructure
` [PATCH v4 02/10] include/linux/compiler.h: Introduce data_race(expr) macro
` [PATCH v4 03/10] kcsan: Add Documentation entry in dev-tools
` [PATCH v4 04/10] objtool, kcsan: Add KCSAN runtime functions to whitelist
` [PATCH v4 05/10] build, kcsan: Add KCSAN build exceptions
` [PATCH v4 06/10] seqlock, kcsan: Add annotations for KCSAN
` [PATCH v4 07/10] seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier
` [PATCH v4 08/10] asm-generic, kcsan: Add KCSAN instrumentation for bitops
` [PATCH v4 09/10] locking/atomics, kcsan: Add KCSAN instrumentation
` [PATCH v4 10/10] x86, kcsan: Enable KCSAN for x86

Goodnews, I have deposited your transfer total amount US$4.8million Dollars with Money Gram this morning. we agreed you will be receiving it $5000.00 daily
 2019-11-15 15:49 UTC 

[PATCH] scripts:prune-kernel:remove old kernels and modules dir from system
 2019-11-15 15:21 UTC  (19+ messages)

Wohltätigkeitsspende von 2.000.000.000 Euro
 2019-11-14 21:57 UTC 

[RFC PATCH v3 0/7] Speed booting by sorting ORC unwind tables at build time
 2019-11-15 10:33 UTC  (15+ messages)
` [RFC PATCH v3 1/7] scripts/sortextable: Rewrite error/success handling
` [RFC PATCH v3 2/7] scripts/sortextable: kernel coding style formating
` [RFC PATCH v3 3/7] scripts/sortextable: Remove dead code
` [RFC PATCH v3 4/7] scripts/sortextable: refactor do_func() function
` [RFC PATCH v3 5/7] scripts/sorttable: rename sortextable to sorttable
` [RFC PATCH v3 6/7] scripts/sorttable: Add ORC unwind tables sort concurrently
` [RFC PATCH v3 7/7] x86/unwind/orc: remove run-time ORC unwind tables sort

[PATCH] mm/vmalloc: Fix regression caused by needless vmalloc_sync_all()
 2019-11-15  8:38 UTC  (7+ messages)

KBUILD_IMAGE-reg
 2019-11-15  2:24 UTC  (2+ messages)

[PATCH v3 0/9] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-11-14 19:48 UTC  (28+ messages)
` [PATCH v3 1/9] kcsan: Add Kernel Concurrency Sanitizer infrastructure
` [PATCH v3 2/9] kcsan: Add Documentation entry in dev-tools
` [PATCH v3 3/9] objtool, kcsan: Add KCSAN runtime functions to whitelist
` [PATCH v3 4/9] build, kcsan: Add KCSAN build exceptions
` [PATCH v3 5/9] seqlock, kcsan: Add annotations for KCSAN
` [PATCH v3 6/9] seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier
` [PATCH v3 7/9] asm-generic, kcsan: Add KCSAN instrumentation for bitops
` [PATCH v3 8/9] locking/atomics, kcsan: Add KCSAN instrumentation
` [PATCH v3 9/9] x86, kcsan: Enable KCSAN for x86

[PATCH 1/6] modpost: add a helper to get data pointed by a symbol
 2019-11-14 17:46 UTC  (8+ messages)
` [PATCH 2/6] modpost: refactor namespace_from_kstrtabns() to not hard-code section name
` [PATCH 3/6] modpost: rename handle_modversions() to handle_symbol()
` [PATCH 4/6] modpost: stop symbol preloading for modversion CRC
` [PATCH 5/6] modpost: do not set ->preloaded for symbols from Module.symvers
` [PATCH 6/6] modpost: respect the previous export when 'exported twice' is warned

[GIT PULL] Kbuild fixes for v5.4(-rc8)
 2019-11-14 16:55 UTC  (2+ messages)

Investment opportunity
 2019-11-13  1:34 UTC 

[PATCH] sparc: vdso: Fix build failure seen due to kbuild changes
 2019-11-12 12:06 UTC  (5+ messages)

[net-next PATCH] samples/bpf: adjust Makefile and README.rst
 2019-11-12  5:42 UTC  (5+ messages)

[PATCH v2] kbuild: support byacc as alternative YACC to bison
 2019-11-11 18:37 UTC 

[RFC PATCH v2 0/3] Speed booting by sorting ORC unwind tables at build time
 2019-11-11  2:46 UTC  (6+ messages)
` [RFC PATCH v2 1/3] scripts: Add sortorctable to sort ORC unwind tables
` [RFC PATCH v2 2/3] kbuild: Sort ORC unwind tables in vmlinux link phase
` [RFC PATCH v2 3/3] x86/unwind/orc: remove run-time ORC unwind tables sort

[RFC PATCH 0/4] Speed booting by sorting ORC unwind tables at build time
 2019-11-11  2:44 UTC  (12+ messages)
` [RFC PATCH 1/4] scripts: Add sortorctable to sort ORC unwind tables
` [RFC PATCH 2/4] kbuild: Sort ORC unwind tables in vmlinux link process
` [RFC PATCH 3/4] x86/unwind/orc: Skip sorting if BUILDTIME_ORCTABLE_SORT is configured
` [RFC PATCH 4/4] x86/Kconfig: Add a Kconfig option to sort ORC tables at build time

[PATCH] kbuild: tell sparse about the $ARCH
 2019-11-09 14:23 UTC  (2+ messages)

Investment opportunity
 2019-11-07 15:08 UTC 

[PATCH 1/2] kbuild: drop $(wildcard $^) check in if_changed* for faster rebuild
 2019-11-07 15:09 UTC  (2+ messages)
` [PATCH 2/2] kbuild: rename any-prereq to newer-prereqs

[PATCH] kbuild: update compile-test header list for v5.5-rc1
 2019-11-07 15:04 UTC 

[PATCH 1/2] kbuild: remove header compile test
 2019-11-07  7:14 UTC  (2+ messages)
` [PATCH 2/2] kbuild: move headers_check rule to usr/include/Makefile

[PATCH 0/4] More nsdeps improvements
 2019-11-06 16:12 UTC  (12+ messages)
` [PATCH 1/4] modpost: do not invoke extra modpost for nsdeps
` [PATCH 2/4] modpost: dump missing namespaces into a single modules.nsdeps file
` [PATCH 3/4] scripts/nsdeps: support nsdeps for external module builds
` [PATCH 4/4] mospost: remove unneeded local variable in contains_namespace()

[PATCH]scripts:ver_linux:Added Bison and Flex to the checklist
 2019-11-06 15:11 UTC  (3+ messages)

[PATCH] modpost: add an option to suppress 'exported twice' warnings
 2019-11-06 14:34 UTC  (2+ messages)

[PATCH] scripts:patch-kernel:bash syntax replace,correct one
 2019-11-06  7:01 UTC  (5+ messages)

[PATCH]scripts:ver_linux:Removed yacc from the checklist
 2019-11-06  3:25 UTC 

[PATCH] scripts: ver_linux:add flex, bison and yacc to the checklist
 2019-11-06  3:11 UTC  (3+ messages)

[PATCH] kconfig: be more helpful if pkg-config is missing
 2019-11-06  2:17 UTC  (5+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "

[PATCHv2] kconfig: Add option to get the full help text with listnewconfig
 2019-11-06  2:14 UTC  (3+ messages)

[PATCH v2] kbuild: Add make dir-pkg build option
 2019-11-06  2:13 UTC  (3+ messages)

Investment opportunity
 2019-11-05  8:24 UTC 

[RFC PATCH] kconfig: Add option to get the full help text with listnewconfig
 2019-11-04 21:31 UTC  (3+ messages)

[PATCH 1/4] kbuild: two minor updates for Documentation/kbuild/modules.rst
 2019-11-04 18:47 UTC  (8+ messages)
` [PATCH 4/4] modpost: do not set ->preloaded for symbols from Module.symvers

'make help' br0ken for @echo ' valid values for SPHINXDIRS are: $(_SPHINXDIRS)'
 2019-11-04  5:06 UTC  (4+ messages)

[PATCH] kbuild: Add make dir-pkg build option
 2019-11-04  1:51 UTC  (3+ messages)

[PATCH] kbuild: support byacc as alternative YACC to bison
 2019-11-03 20:30 UTC  (4+ messages)
` [PATCH v2] "

Your opportunity
 2019-11-02 13:38 UTC 

[PATCH] scripts:prune-kernel:Removed old kernels and modules dir from system
 2019-11-02  3:42 UTC  (3+ messages)

Contact Money Gram international service-Benin to receive your payment funds US$2.500,000 Million
 2019-11-01 15:55 UTC 

[PATCH] scripts: prune-kernel:remove old kernels and modules dir from system
 2019-11-01  5:45 UTC  (11+ messages)


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