Matthias Maennich ([email protected])

Number of posts: 149 (0.1 per day)
First post: 2019-02-28 12:19:32
Last post: 2023-04-19 08:21:50

Date List Subject
2019-10-19 08:07:42 linux-kernel [PATCH v2 2/4] modpost: make updating the symbol namespace explicit
2019-10-19 08:07:38 linux-kernel [PATCH v2 0/4] export/modpost: avoid renaming __ksymtab entries for symbol namespaces
2019-10-19 08:07:20 linux-kernel [PATCH v2 4/4] export: avoid code duplication in include/linux/export.h
2019-10-19 08:07:09 linux-kernel [PATCH v2 1/4] modpost: delegate updating namespaces to separate function
2019-10-19 08:05:50 linux-kernel [PATCH v2 3/4] symbol namespaces: revert to previous __ksymtab name scheme
2019-10-16 16:06:50 linux-kernel Re: Module loading problem since 5.3
2019-10-14 14:45:53 linux-kernel Re: Module loading problem since 5.3
2019-10-11 15:44:10 linux-kernel Re: [PATCH 4/4] export: avoid code duplication in include/linux/export.h
2019-10-10 15:17:54 linux-kernel [PATCH 4/4] export: avoid code duplication in include/linux/export.h
2019-10-10 15:17:00 linux-kernel [PATCH 3/4] symbol namespaces: revert to previous __ksymtab name scheme
2019-10-10 15:16:53 linux-kernel [PATCH 2/4] modpost: make updating the symbol namespace explict
2019-10-10 15:16:45 linux-kernel [PATCH 1/4] modpost: delegate updating namespaces to separate function
2019-10-10 15:16:43 linux-kernel [PATCH 0/4] export/modpost: avoid renaming __ksymtab entries for symbol namespaces
2019-10-08 06:16:14 linux-kernel Re: [PATCH] doc: move namespaces.rst from kbuild/ to core-api/
2019-10-07 13:43:25 linux-kernel Re: [PATCH] doc: move namespaces.rst out of kbuild directory
2019-10-07 06:49:45 linux-kernel Re: [PATCH] depmod: create and use System.map.no_namespaces
2019-10-07 06:07:10 linux-kernel Re: [PATCH] doc: move namespaces.rst out of kbuild directory
2019-10-06 11:11:41 linux-kernel Re: [PATCH] scripts: add_namespace: Fix coccicheck failed
2019-10-04 10:52:07 linux-kernel Re: nsdeps not working on modules in 5.4-rc1
2019-10-04 10:32:49 linux-kernel [PATCH] depmod: create and use System.map.no_namespaces
2019-10-03 10:45:35 linux-kernel Re: nsdeps not working on modules in 5.4-rc1
2019-10-02 21:53:20 linux-kernel Re: [PATCH 0/7] module: various bug-fixes and clean-ups for module namespace
2019-10-02 12:13:59 linux-kernel [PATCH v3] usb-storage: SCSI glue: use dev_err instead of printk
2019-10-01 16:51:16 linux-kernel Re: [PATCH] modpost: Copy namespace string into 'struct symbol'
2019-10-01 12:59:05 linux-kernel Re: [RFC PATCH] scripts: Fix coccicheck failed
2019-10-01 11:49:17 linux-kernel Re: [PATCH 7/7] nsdeps: make generated patches independent of locale
2019-09-27 13:42:48 linux-kernel Re: [PATCH 0/7] module: various bug-fixes and clean-ups for module namespace
2019-09-27 13:30:21 linux-kernel Re: [PATCH 7/7] nsdeps: make generated patches independent of locale
2019-09-27 13:13:44 linux-kernel Re: [PATCH 6/7] nsdeps: fix hashbang of scripts/nsdeps
2019-09-27 12:45:41 linux-kernel Re: [PATCH 5/7] kbuild: fix build error of 'make nsdeps' in clean tree
2019-09-27 12:39:14 linux-kernel Re: [PATCH 4/7] module: avoid code duplication in include/linux/export.h
2019-09-27 12:18:21 linux-kernel Re: [PATCH 3/7] module: rename __kstrtab_ns_* to __kstrtabns_* to avoid symbol conflict
2019-09-27 12:08:13 linux-kernel Re: [PATCH 2/7] module: swap the order of symbol.namespace
2019-09-27 11:50:13 linux-kernel Re: [PATCH 1/7] modpost: fix broken sym->namespace for external module builds
2019-09-27 08:06:30 linux-kernel Re: [PATCH] modpost: Copy namespace string into 'struct symbol'
2019-09-18 17:56:26 linux-kernel [PATCH v2] usb-storage: SCSI glue: use pr_fmt and pr_err
2019-09-18 00:52:42 linux-kernel [PATCH] usb-storage: SCSI glue: use pr_fmt and pr_err
2019-09-11 16:56:52 linux-kernel Re: [PATCH] module: Fix link failure due to invalid relocation on namespace offset
2019-09-06 15:53:35 linux-kernel [PATCH v5 03/11] module: add support for symbol namespaces.
2019-09-06 15:48:16 linux-kernel [PATCH v5 00/11] Symbol Namespaces
2019-09-06 15:48:15 linux-kernel [PATCH v5 07/11] modpost: add support for generating namespace dependencies
2019-09-06 15:48:12 linux-kernel [PATCH v5 06/11] export: allow definition default namespaces in Makefiles or sources
2019-09-06 15:47:46 linux-kernel [PATCH v5 01/11] module: support reading multiple values per modinfo tag
2019-09-06 15:47:46 linux-kernel [PATCH v5 02/11] export: explicitly align struct kernel_symbol
2019-09-06 14:43:36 linux-kernel [PATCH v5 08/11] scripts: Coccinelle script for namespace dependencies.
2019-09-06 14:43:12 linux-kernel [PATCH v5 11/11] usb-storage: export symbols in USB_STORAGE namespace
2019-09-06 11:22:53 linux-kernel [PATCH v5 10/11] usb-storage: remove single-use define for debugging
2019-09-06 11:22:35 linux-kernel [PATCH v5 09/11] docs: Add documentation for Symbol Namespaces
2019-09-06 11:22:33 linux-kernel [PATCH v5 04/11] modpost: add support for symbol namespaces
2019-09-06 11:21:19 linux-kernel [PATCH v5 05/11] module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS
2019-09-05 16:27:20 linux-kernel Re: [PATCH v4 08/12] scripts: Coccinelle script for namespace dependencies.