linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-19 22:45:06 to 2019-12-19 08:34:36 UTC [more...]

[PATCH 0/3] kbuild: generate modules.builtin without Makefile.modbuiltin or tristate.conf
 2019-12-19  8:33 UTC  (4+ messages)
` [PATCH 1/3] kbuild: add stringify helper to quote a string passed to C files
` [PATCH 2/3] kbuild: pass KBUILD_MODFILE when compiling builtin objects
` [PATCH 3/3] kbuild: create modules.builtin without Makefile.modbuiltin or tristate.conf

kbuild obj-m directory descend (was: Re: [PATCH] serdev: fix builds with CONFIG_SERIAL_DEV_BUS=m)
 2019-12-19  8:18 UTC  (3+ messages)

[PATCH] kallsyms: new /proc/kallmodsyms with builtin modules and symbol sizes
 2019-12-19  4:28 UTC  (16+ messages)
        ` [PATCH v2] kallsyms: add names of built-in modules
          ` [PATCH v3] "
                ` [PATCH v4] "

[PATCH] kbuild: use pattern rule for building built-in.a in sub-directories
 2019-12-18 16:05 UTC 

[PATCH] kbuild: do not create orphan built-in.a or obj-y objects
 2019-12-18 16:04 UTC 

[PATCH 1/2] kbuild: detect missing include guard for exported headers
 2019-12-18 15:34 UTC  (2+ messages)
` [PATCH 2/2] kbuild: rename header-test- to no-header-test in usr/include/Makefile

I WANT TO YOU TO TREAT THIS EMAIL VERY URGENT
 2019-12-18 15:13 UTC 

[PATCH] kconfig: remove ---help--- from documentation
 2019-12-18 14:16 UTC  (2+ messages)

[PATCH] kconfig: Add yes2modconfig and mod2yesconfig targets
 2019-12-18 14:11 UTC  (8+ messages)
  ` [PATCH v2] "
          ` [PATCH v3] "

[PATCH v2] scripts: package: mkdebian: add missing rsync dependency
 2019-12-18 14:09 UTC  (2+ messages)

[PATCH v2 0/3] kconfig: rework symbol help text
 2019-12-18 14:09 UTC  (5+ messages)
` [PATCH v2 1/3] kconfig: list all definitions of a symbol in "
` [PATCH v2 2/3] kconfig: distinguish between dependencies and visibility "
` [PATCH v2 3/3] kconfig: fix nesting of symbol "

[PATCH] kbuild: Add DTC_CPP_FLAGS
 2019-12-18 13:54 UTC  (4+ messages)
  ` Aw: "

[PATCH] RFC: platform driver registering via initcall tables
 2019-12-17 14:50 UTC  (6+ messages)

[PATCH] tty: vt: move conmakehash to drivers/tty/vt/ from scripts/
 2019-12-17 13:42 UTC  (2+ messages)

[PATCH v3 14/16] kconfig: Add support for 'as-option'
 2019-12-17 11:43 UTC  (2+ messages)

[PATCH 0/4] kconfig: rework symbol help text
 2019-12-17 10:20 UTC  (9+ messages)
` [PATCH 1/4] kconfig: list all definitions of a symbol in "
` [PATCH 2/4] kconfig: don't crash on NULL expressions in expr_eq()
` [PATCH 3/4] kconfig: distinguish between dependencies and visibility in help text
` [PATCH 4/4] kconfig: fix nesting of symbol "

[PATCH 0/8] kconfig: misc cleanups
 2019-12-17  5:55 UTC  (10+ messages)
` [PATCH 1/8] kconfig: remove the rootmenu check in menu_add_prop()
` [PATCH 2/8] kconfig: use parent->dep as the parentdep of 'menu'
` [PATCH 3/8] kconfig: drop T_WORD from the RHS of 'prompt' symbol
` [PATCH 4/8] kconfig: remove "
` [PATCH 5/8] kconfig: move prompt handling to menu_add_prompt() from menu_add_prop()
` [PATCH 6/8] kconfig: remove 'prompt' argument "
` [PATCH 7/8] kconfig: remove sym from struct property
` [PATCH 8/8] kconfig: squash prop_alloc() into menu_add_prop()

[PATCH 1/2] kconfig: fix too deep indentation in Makefile
 2019-12-17  4:18 UTC  (2+ messages)
` [PATCH 2/2] kconfig: use $(PERL) "

[PATCH 1/2] kconfig: localmodconfig: remove unused $config
 2019-12-17  4:16 UTC  (2+ messages)
` [PATCH 2/2] kconfig: localmodconfig: fix indentation for closing brace

[PATCH] kconfig: warn nested choice
 2019-12-17  4:02 UTC 

[PATCH] scripts/kallsyms: fix offset overflow of kallsyms_relative_base
 2019-12-17  3:08 UTC  (2+ messages)

[PATCH 1/2] mkcompile_h: git rid of UTS_TRUNCATE from LINUX_COMPILE_{BY,HOST}
 2019-12-17  3:06 UTC  (3+ messages)
` [PATCH 2/2] mkcompile_h: use printf for LINUX_COMPILE_BY

[PATCH] x86/boot: kbuild: allow readelf executable to be specified
 2019-12-17  3:05 UTC  (5+ messages)

[PATCH] scripts: package: mkdebian: add missing rsync dependency
 2019-12-17  1:09 UTC  (2+ messages)

[RFC PATCH v6 0/7] Speed booting by sorting ORC unwind tables at build time
 2019-12-16  3:07 UTC  (18+ messages)
` [RFC PATCH v6 1/7] scripts/sortextable: Rewrite error/success handling
  ` [tip: core/objtool] "
` [RFC PATCH v6 2/7] scripts/sortextable: kernel coding style formating
  ` [tip: core/objtool] scripts/sortextable: Clean up the code to meet the kernel coding style better
` [RFC PATCH v6 3/7] scripts/sortextable: Remove dead code
  ` [tip: core/objtool] "
` [RFC PATCH v6 4/7] scripts/sortextable: refactor do_func() function
  ` [tip: core/objtool] scripts/sortextable: Refactor the "
` [RFC PATCH v6 5/7] scripts/sorttable: rename sortextable to sorttable
  ` [tip: core/objtool] scripts/sorttable: Rename 'sortextable' to 'sorttable'
` [RFC PATCH v6 6/7] scripts/sorttable: Add ORC unwind tables sort concurrently
  ` [tip: core/objtool] scripts/sorttable: Implement build-time ORC unwind table sorting
` [RFC PATCH v6 7/7] x86/unwind/orc: remove run-time ORC unwind tables sort
  ` [tip: core/objtool] x86/unwind/orc: Remove boot-time ORC unwind tables sorting

Bogus dependency for HW_RANDOM_VIRTIO with oldconfig
 2019-12-12  5:30 UTC  (2+ messages)

[PATCH 02/22] kbuild: Add support for 'as-instr' to be used in Kconfig files
 2019-12-12  5:03 UTC  (2+ messages)

Mein letzter Wunsch
 2019-12-11 15:15 UTC 

[PATCH] merge_config.sh: Add option for allmodconfig
 2019-12-10 12:09 UTC 

Some header files being ignored when calculating srcversion
 2019-12-09 13:53 UTC  (3+ messages)

[PATCH v2 00/16] scripts/kallsyms: various cleanups and optimizations
 2019-12-07 22:19 UTC  (18+ messages)
` [PATCH v2 01/16] scripts/kallsyms: remove unneeded #ifndef ARRAY_SIZE
` [PATCH v2 02/16] scripts/kallsyms: fix definitely-lost memory leak
` [PATCH v2 03/16] scripts/kallsyms: shrink table before sorting it
` [PATCH v2 04/16] scripts/kallsyms: set relative_base more effectively
` [PATCH v2 05/16] scripts/kallsyms: remove redundant is_arm_mapping_symbol()
` [PATCH v2 06/16] scripts/kallsyms: remove unneeded length check for prefix matching
` [PATCH v2 07/16] scripts/kallsyms: add sym_name() to mitigate cast ugliness
` [PATCH v2 08/16] scripts/kallsyms: replace prefix_underscores_count() with strspn()
` [PATCH v2 09/16] scripts/kallsyms: make find_token() return (unsigned char *)
` [PATCH v2 10/16] scripts/kallsyms: add const qualifiers where possible
` [PATCH v2 11/16] scripts/kallsyms: skip ignored symbols very early
` [PATCH v2 12/16] scripts/kallsyms: move more patterns to the ignored_prefixes array
` [PATCH v2 13/16] scripts/kallsyms: move ignored symbol types to is_ignored_symbol()
` [PATCH v2 14/16] scripts/kallsyms: make check_symbol_range() void function
` [PATCH v2 15/16] scripts/kallsyms: put check_symbol_range() calls close together
` [PATCH v2 16/16] scripts/kallsyms: remove redundant initializers

OK
 2019-12-07  0:29 UTC 

[PATCH 1/2] Enlist running kernel modules information
 2019-12-06 15:48 UTC  (9+ messages)

親愛なる友人への挨拶、
 2019-12-06 12:01 UTC 

[PATCH] kbuild: fix 'No such file or directory' warning when cleaning
 2019-12-05 17:17 UTC  (2+ messages)

[PATCH V2] :scripts:kernel_modules_info.sh Removed unnecessary headers information
 2019-12-05  5:15 UTC 

[PATCH 2/2] fix the SPDX syntax and bash interprester pointer
 2019-12-05  5:14 UTC  (3+ messages)

[PATCH]gen_initramfs_list.sh failure with CONFIG_SHELL
 2019-12-04 19:27 UTC 

[RFC scripts] Modules info in one liner script
 2019-12-04 13:38 UTC  (2+ messages)

God has remembered your prayers I have already sent you Money Gram payment of $5000.00 today, MG 1029-8096
 2019-12-04 12:42 UTC 

[GIT PULL] Kbuild updates for v5.5-rc1
 2019-12-03  1:50 UTC  (2+ messages)

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

Congratulations
 2019-12-01 16:04 UTC 

[PATCH 1/3] firmware/dmi_scan: Add dmi_save_release to save releases fields
 2019-11-27 15:07 UTC  (8+ messages)
` [PATCH 2/3] firmware/dmi: Report DMI Bios release
` [PATCH 1/2] "
  ` [PATCH 2/2] firmware/dmi: Report DMI Embedded Firmware release

INFO: task hung in do_ip_vs_set_ctl (2)
 2019-11-27  6:19 UTC  (2+ messages)

Venture Capital & Private Investors
 2019-11-24 13:28 UTC 

[PATCH 00/16] scripts/kallsyms: various cleanups and optimizations
 2019-11-23 13:27 UTC  (17+ messages)
` [PATCH 01/16] scripts/kallsyms: remove unneeded #ifndef ARRAY_SIZE
` [PATCH 02/16] scripts/kallsyms: fix definitely-lost memory leak
` [PATCH 03/16] scripts/kallsyms: set relative_base more effectively
` [PATCH 04/16] scripts/kallsyms: remove redundant is_arm_mapping_symbol()
` [PATCH 05/16] scripts/kallsyms: remove unneeded length check for prefix matching
` [PATCH 06/16] scripts/kallsyms: add sym_name() to mitigate cast ugliness
` [PATCH 07/16] scripts/kallsyms: replace prefix_underscores_count() with strspn()
` [PATCH 08/16] scripts/kallsyms: make find_token() return (unsigned char *)
` [PATCH 09/16] scripts/kallsyms: add const qualifiers where possible
` [PATCH 10/16] scripts/kallsyms: skip ignored symbols very early
` [PATCH 11/16] scripts/kallsyms: move more patterns to the ignored_prefixes array
` [PATCH 12/16] scripts/kallsyms: move ignored symbol types to is_ignored_symbol()
` [PATCH 13/16] scripts/kallsyms: make check_symbol_range() void function
` [PATCH 14/16] scripts/kallsyms: check no valid symbol earlier
` [PATCH 15/16] scripts/kallsyms: put check_symbol_range() calls close together
` [PATCH 16/16] scripts/kallsyms: remove redundant initializers

[PATCH 1/6] modpost: add a helper to get data pointed by a symbol
 2019-11-23  7:22 UTC  (4+ messages)
` [PATCH 4/6] modpost: stop symbol preloading for modversion CRC

[PATCH] kbuild: make single target builds even faster
 2019-11-23  6:40 UTC  (3+ messages)

[PATCH v2] kbuild: check MODULE_* macros in non-modular code
 2019-11-22 17:39 UTC  (2+ messages)

[PATCH] kbuild: check MODULE_* macros in non-modular code
 2019-11-22  7:59 UTC 

[PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-11-20 15:54 UTC  (4+ messages)


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).