From: Guenter Roeck <linux@roeck-us.net>
To: Matthias Maennich <maennich@google.com>
Cc: Tomer Maimon <tmaimon77@gmail.com>,
lucas.de.marchi@gmail.com,
linux-stm32@st-md-mailman.stormreply.com,
linux-arch@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
Kevin Hilman <khilman@baylibre.com>,
Michal Simek <michal.simek@xilinx.com>,
Ludovic Desroches <ludovic.desroches@microchip.com>,
mingo@redhat.com, geert@linux-m68k.org,
NXP Linux Team <linux-imx@nxp.com>,
Tomas Winkler <tomas.winkler@intel.com>,
Jean Delvare <jdelvare@suse.com>,
Sascha Hauer <s.hauer@pengutronix.de>,
tglx@linutronix.de, michal.lkml@markovi.net,
Scott Branden <sbranden@broadcom.com>,
Andrew Jeffery <andrew@aj.id.au>,
gregkh@linuxfoundation.org, linux-usb@vger.kernel.org,
linux-kernel@vger.kernel.org,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
linux-aspeed@lists.ozlabs.org, yamada.masahiro@socionext.com,
Thierry Reding <thierry.reding@gmail.com>,
Alexandre Torgue <alexandre.torgue@st.com>,
Chunyan Zhang <zhang.lyra@gmail.com>,
Jonathan Hunter <jonathanh@nvidia.com>,
Kukjin Kim <kgene@kernel.org>,
kernel-team@android.com, sspatil@google.com,
linux-watchdog@vger.kernel.org, linux-kbuild@vger.kernel.org,
linux-arm-msm@vger.kernel.org, pombredanne@nexb.com,
linux-m68k@lists.linux-m68k.org,
linux-rpi-kernel@lists.infradead.org,
linux-amlogic@lists.infradead.org, maco@android.com,
linux-arm-kernel@lists.infradead.org,
Barry Song <baohua@kernel.org>,
Johannes Thumshirn <morbidrsa@gmail.com>,
oneukum@suse.com, Patrice Chotard <patrice.chotard@st.com>,
Stefan Wahren <wahrenst@gmx.net>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
kstewart@linuxfoundation.org,
usb-storage@lists.one-eyed-alien.net,
linux-tegra@vger.kernel.org, patches@opensource.cirrus.com,
joel@joelfernandes.org, sam@ravnborg.org,
linux-rtc@vger.kernel.org,
Florian Fainelli <f.fainelli@gmail.com>,
Benjamin Fair <benjaminfair@google.com>,
Eric Anholt <eric@anholt.net>,
Krzysztof Kozlowski <krzk@kernel.org>,
Nancy Yuen <yuenn@google.com>, Chen-Yu Tsai <wens@csie.org>,
bcm-kernel-feedback-list@broadcom.com,
Joel Stanley <joel@jms.id.au>,
stern@rowland.harvard.edu, arnd@arndb.de,
Ray Jui <rjui@broadcom.com>, Vladimir Zapolskiy <vz@mleia.com>,
Orson Zhai <orsonzhai@gmail.com>,
linux-hwmon@vger.kernel.org,
Support Opensource <support.opensource@diasemi.com>,
Andreas Werner <andreas.werner@men.de>,
Avi Fishman <avifishman70@gmail.com>,
maco@google.com, jeyu@kernel.org, Shawn Guo <shawnguo@kernel.org>,
Baruch Siach <baruch@tkos.co.il>, Mans Rullgard <mans@mansr.com>,
Maxime Ripard <maxime.ripard@bootlin.com>,
Jerry Hoemann <jerry.hoemann@hpe.com>,
Tali Perry <tali.perry1@gmail.com>,
hpa@zytor.com, linux-scsi@vger.kernel.org,
openbmc@lists.ozlabs.org, x86@kernel.org,
Andy Gross <agross@kernel.org>,
Marc Gonzalez <marc.w.gonzalez@free.fr>,
William Breathitt Gray <vilhelm.gray@gmail.com>,
linux-mediatek@lists.infradead.org,
Fabio Estevam <festevam@gmail.com>,
Matthias Brugger <matthias.bgg@gmail.com>,
Wim Van Sebroeck <wim@linux-watchdog.org>,
Alessandro Zummo <a.zummo@towertech.it>,
Baolin Wang <baolin.wang@linaro.org>,
Patrick Venture <venture@google.com>,
Nicolas Ferre <nicolas.ferre@microchip.com>,
linux-modules@vger.kernel.org
Subject: Re: [PATCH v3 11/11] RFC: watchdog: export core symbols in WATCHDOG_CORE namespace
Date: Wed, 21 Aug 2019 07:59:11 -0700 [thread overview]
Message-ID: <20190821145911.GA6521@roeck-us.net> (raw)
In-Reply-To: <20190821114955.12788-12-maennich@google.com>
On Wed, Aug 21, 2019 at 12:49:26PM +0100, Matthias Maennich wrote:
> Modules using these symbols are required to explicitly import the
> namespace. This patch was generated with the following steps and serves
> as a reference to use the symbol namespace feature:
>
> 1) Use EXPORT_SYMBOL_NS* macros instead of EXPORT_SYMBOL* for symbols
> in watchdog_core.c
> 2) make (see warnings during modpost about missing imports)
> 3) make nsdeps
>
> I used 'allmodconfig' for the above steps to ensure all occurrences are
> patched.
>
> Defining DEFAULT_SYMBOL_NAMESPACE in the Makefile is not trivial in this
> case as not only watchdog_core is defined in drivers/watchdog/Makefile.
> Hence this patch uses the variant of using the EXPORT_SYMBOL_NS* macros
> to export into a different namespace.
>
I don't have the context, and thus I am missing the point of this patch
set. Whatever it is supposed to accomplish, it seems extreme to me
to require extra code in each driver for it.
Anyway, WATCHDOG_CORE would be the default namespace (if it is what
I think it is) for watchdog drivers, even though not all watchdog drivers
use it. As such, I am missing an explanation why defining it in Makefile
is not trivial. "... as not only watchdog_core is defined in
drivers/watchdog/Makefile" does not mean anything to me and is not a real
explanation. Also, it is not immediately obvious to me why "select
WATCHDOG_CORE" in Kconfig would not automatically imply that WATCHDOG_CORE
is used by a given driver, and why it is impossible to use that
information to avoid the per-driver changes.
I am also missing an explanation why WATCHDOG_CORE is going to be a
separate namespace to start with. Maybe that discussion has happened,
but I don't recall being advised or asked or told about it. Are we also
going to have a new HWMON_CORE namespace ? And the same for each other
subsystem in the kernel ?
Since this is being added to the watchdog API, it will have to be
documented accordingly. Watchdog driver writers, both inside and outside
the watchdog subsystem, will need to know that they now have to add an
additional boilerplate declaration into their drivers.
Last but not least, combining patches affecting multiple subsystems in a
single patch will make it difficult to apply and will likely result in
conflicts. Personally I would prefer a split into one patch per affected
subsystem. Also, please keep in mind that new pending watchdog drivers
won't have the new boilerplate.
Thanks,
Guenter
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
WARNING: multiple messages have this Message-ID (diff)
From: Guenter Roeck <linux@roeck-us.net>
To: linux-aspeed@lists.ozlabs.org
Subject: [PATCH v3 11/11] RFC: watchdog: export core symbols in WATCHDOG_CORE namespace
Date: Wed, 21 Aug 2019 07:59:11 -0700 [thread overview]
Message-ID: <20190821145911.GA6521@roeck-us.net> (raw)
In-Reply-To: <20190821114955.12788-12-maennich@google.com>
On Wed, Aug 21, 2019 at 12:49:26PM +0100, Matthias Maennich wrote:
> Modules using these symbols are required to explicitly import the
> namespace. This patch was generated with the following steps and serves
> as a reference to use the symbol namespace feature:
>
> 1) Use EXPORT_SYMBOL_NS* macros instead of EXPORT_SYMBOL* for symbols
> in watchdog_core.c
> 2) make (see warnings during modpost about missing imports)
> 3) make nsdeps
>
> I used 'allmodconfig' for the above steps to ensure all occurrences are
> patched.
>
> Defining DEFAULT_SYMBOL_NAMESPACE in the Makefile is not trivial in this
> case as not only watchdog_core is defined in drivers/watchdog/Makefile.
> Hence this patch uses the variant of using the EXPORT_SYMBOL_NS* macros
> to export into a different namespace.
>
I don't have the context, and thus I am missing the point of this patch
set. Whatever it is supposed to accomplish, it seems extreme to me
to require extra code in each driver for it.
Anyway, WATCHDOG_CORE would be the default namespace (if it is what
I think it is) for watchdog drivers, even though not all watchdog drivers
use it. As such, I am missing an explanation why defining it in Makefile
is not trivial. "... as not only watchdog_core is defined in
drivers/watchdog/Makefile" does not mean anything to me and is not a real
explanation. Also, it is not immediately obvious to me why "select
WATCHDOG_CORE" in Kconfig would not automatically imply that WATCHDOG_CORE
is used by a given driver, and why it is impossible to use that
information to avoid the per-driver changes.
I am also missing an explanation why WATCHDOG_CORE is going to be a
separate namespace to start with. Maybe that discussion has happened,
but I don't recall being advised or asked or told about it. Are we also
going to have a new HWMON_CORE namespace ? And the same for each other
subsystem in the kernel ?
Since this is being added to the watchdog API, it will have to be
documented accordingly. Watchdog driver writers, both inside and outside
the watchdog subsystem, will need to know that they now have to add an
additional boilerplate declaration into their drivers.
Last but not least, combining patches affecting multiple subsystems in a
single patch will make it difficult to apply and will likely result in
conflicts. Personally I would prefer a split into one patch per affected
subsystem. Also, please keep in mind that new pending watchdog drivers
won't have the new boilerplate.
Thanks,
Guenter
WARNING: multiple messages have this Message-ID (diff)
From: Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
To: Matthias Maennich <maennich-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
Cc: Tomer Maimon <tmaimon77-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
lucas.de.marchi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
linux-stm32-XDFAJ8BFU24N7RejjzZ/Li2xQDfSxrLKVpNB7YpNyf8@public.gmane.org,
linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Kevin Hilman <khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>,
Michal Simek
<michal.simek-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>,
Ludovic Desroches
<ludovic.desroches-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org>,
mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org,
geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org,
NXP Linux Team <linux-imx-3arQi8VN3Tc@public.gmane.org>,
Tomas Winkler
<tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
Jean Delvare <jdelvare-IBi9RG/b67k@public.gmane.org>,
Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>,
tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org,
michal.lkml-yyZNWGI4GtDR7s880joybQ@public.gmane.org,
Scott Branden <sbranden-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>,
Andrew Jeffery <andrew-zrmu5oMJ5Fs@public.gmane.org>,
gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org,
linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Pengutronix Kernel Team
<kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>,
Alexandre Belloni
<alexandre.belloni-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>,
linux-aspeed-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org,
Thierry Reding <thierry.redin>
Subject: Re: [PATCH v3 11/11] RFC: watchdog: export core symbols in WATCHDOG_CORE namespace
Date: Wed, 21 Aug 2019 07:59:11 -0700 [thread overview]
Message-ID: <20190821145911.GA6521@roeck-us.net> (raw)
In-Reply-To: <20190821114955.12788-12-maennich-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
On Wed, Aug 21, 2019 at 12:49:26PM +0100, Matthias Maennich wrote:
> Modules using these symbols are required to explicitly import the
> namespace. This patch was generated with the following steps and serves
> as a reference to use the symbol namespace feature:
>
> 1) Use EXPORT_SYMBOL_NS* macros instead of EXPORT_SYMBOL* for symbols
> in watchdog_core.c
> 2) make (see warnings during modpost about missing imports)
> 3) make nsdeps
>
> I used 'allmodconfig' for the above steps to ensure all occurrences are
> patched.
>
> Defining DEFAULT_SYMBOL_NAMESPACE in the Makefile is not trivial in this
> case as not only watchdog_core is defined in drivers/watchdog/Makefile.
> Hence this patch uses the variant of using the EXPORT_SYMBOL_NS* macros
> to export into a different namespace.
>
I don't have the context, and thus I am missing the point of this patch
set. Whatever it is supposed to accomplish, it seems extreme to me
to require extra code in each driver for it.
Anyway, WATCHDOG_CORE would be the default namespace (if it is what
I think it is) for watchdog drivers, even though not all watchdog drivers
use it. As such, I am missing an explanation why defining it in Makefile
is not trivial. "... as not only watchdog_core is defined in
drivers/watchdog/Makefile" does not mean anything to me and is not a real
explanation. Also, it is not immediately obvious to me why "select
WATCHDOG_CORE" in Kconfig would not automatically imply that WATCHDOG_CORE
is used by a given driver, and why it is impossible to use that
information to avoid the per-driver changes.
I am also missing an explanation why WATCHDOG_CORE is going to be a
separate namespace to start with. Maybe that discussion has happened,
but I don't recall being advised or asked or told about it. Are we also
going to have a new HWMON_CORE namespace ? And the same for each other
subsystem in the kernel ?
Since this is being added to the watchdog API, it will have to be
documented accordingly. Watchdog driver writers, both inside and outside
the watchdog subsystem, will need to know that they now have to add an
additional boilerplate declaration into their drivers.
Last but not least, combining patches affecting multiple subsystems in a
single patch will make it difficult to apply and will likely result in
conflicts. Personally I would prefer a split into one patch per affected
subsystem. Also, please keep in mind that new pending watchdog drivers
won't have the new boilerplate.
Thanks,
Guenter
WARNING: multiple messages have this Message-ID (diff)
From: Guenter Roeck <linux@roeck-us.net>
To: Matthias Maennich <maennich@google.com>
Cc: linux-kernel@vger.kernel.org, kernel-team@android.com,
arnd@arndb.de, geert@linux-m68k.org, gregkh@linuxfoundation.org,
hpa@zytor.com, jeyu@kernel.org, joel@joelfernandes.org,
kstewart@linuxfoundation.org, linux-arch@vger.kernel.org,
linux-kbuild@vger.kernel.org, linux-m68k@lists.linux-m68k.org,
linux-modules@vger.kernel.org, linux-scsi@vger.kernel.org,
linux-usb@vger.kernel.org, lucas.de.marchi@gmail.com,
maco@android.com, maco@google.com, michal.lkml@markovi.net,
mingo@redhat.com, oneukum@suse.com, pombredanne@nexb.com,
sam@ravnborg.org, sspatil@google.com, stern@rowland.harvard.edu,
tglx@linutronix.de, usb-storage@lists.one-eyed-alien.net,
x86@kernel.org, yamada.masahiro@socionext.com,
Jean Delvare <jdelvare@suse.com>,
Alessandro Zummo <a.zummo@towertech.it>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Wim Van Sebroeck <wim@linux-watchdog.org>,
Joel Stanley <joel@jms.id.au>, Andrew Jeffery <andrew@aj.id.au>,
Nicolas Ferre <nicolas.ferre@microchip.com>,
Ludovic Desroches <ludovic.desroches@microchip.com>,
Eric Anholt <eric@anholt.net>, Stefan Wahren <wahrenst@gmx.net>,
Florian Fainelli <f.fainelli@gmail.com>,
Ray Jui <rjui@broadcom.com>,
Scott Branden <sbranden@broadcom.com>,
bcm-kernel-feedback-list@broadcom.com,
Support Opensource <support.opensource@diasemi.com>,
Baruch Siach <baruch@tkos.co.il>,
William Breathitt Gray <vilhelm.gray@gmail.com>,
Jerry Hoemann <jerry.hoemann@hpe.com>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
NXP Linux Team <linux-imx@nxp.com>,
Vladimir Zapolskiy <vz@mleia.com>,
Tomas Winkler <tomas.winkler@intel.com>,
Johannes Thumshirn <morbidrsa@gmail.com>,
Andreas Werner <andreas.werner@men.de>,
Kevin Hilman <khilman@baylibre.com>,
Matthias Brugger <matthias.bgg@gmail.com>,
Avi Fishman <avifishman70@gmail.com>,
Tomer Maimon <tmaimon77@gmail.com>,
Tali Perry <tali.perry1@gmail.com>,
Patrick Venture <venture@google.com>,
Nancy Yuen <yuenn@google.com>,
Benjamin Fair <benjaminfair@google.com>,
Michal Simek <michal.simek@xilinx.com>,
Andy Gross <agross@kernel.org>, Kukjin Kim <kgene@kernel.org>,
Krzysztof Kozlowski <krzk@kernel.org>,
Barry Song <baohua@kernel.org>, Orson Zhai <orsonzhai@gmail.com>,
Baolin Wang <baolin.wang@linaro.org>,
Chunyan Zhang <zhang.lyra@gmail.com>,
Patrice Chotard <patrice.chotard@st.com>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Alexandre Torgue <alexandre.torgue@st.com>,
Maxime Ripard <maxime.ripard@bootlin.com>,
Chen-Yu Tsai <wens@csie.org>,
Marc Gonzalez <marc.w.gonzalez@free.fr>,
Mans Rullgard <mans@mansr.com>,
Thierry Reding <thierry.reding@gmail.com>,
Jonathan Hunter <jonathanh@nvidia.com>,
linux-hwmon@vger.kernel.org, linux-rtc@vger.kernel.org,
linux-watchdog@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-aspeed@lists.ozlabs.org,
linux-rpi-kernel@lists.infradead.org,
linux-amlogic@lists.infradead.org,
linux-mediatek@lists.infradead.org, openbmc@lists.ozlabs.org,
linux-arm-msm@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com,
linux-tegra@vger.kernel.org, patches@opensource.cirrus.com
Subject: Re: [PATCH v3 11/11] RFC: watchdog: export core symbols in WATCHDOG_CORE namespace
Date: Wed, 21 Aug 2019 07:59:11 -0700 [thread overview]
Message-ID: <20190821145911.GA6521@roeck-us.net> (raw)
In-Reply-To: <20190821114955.12788-12-maennich@google.com>
On Wed, Aug 21, 2019 at 12:49:26PM +0100, Matthias Maennich wrote:
> Modules using these symbols are required to explicitly import the
> namespace. This patch was generated with the following steps and serves
> as a reference to use the symbol namespace feature:
>
> 1) Use EXPORT_SYMBOL_NS* macros instead of EXPORT_SYMBOL* for symbols
> in watchdog_core.c
> 2) make (see warnings during modpost about missing imports)
> 3) make nsdeps
>
> I used 'allmodconfig' for the above steps to ensure all occurrences are
> patched.
>
> Defining DEFAULT_SYMBOL_NAMESPACE in the Makefile is not trivial in this
> case as not only watchdog_core is defined in drivers/watchdog/Makefile.
> Hence this patch uses the variant of using the EXPORT_SYMBOL_NS* macros
> to export into a different namespace.
>
I don't have the context, and thus I am missing the point of this patch
set. Whatever it is supposed to accomplish, it seems extreme to me
to require extra code in each driver for it.
Anyway, WATCHDOG_CORE would be the default namespace (if it is what
I think it is) for watchdog drivers, even though not all watchdog drivers
use it. As such, I am missing an explanation why defining it in Makefile
is not trivial. "... as not only watchdog_core is defined in
drivers/watchdog/Makefile" does not mean anything to me and is not a real
explanation. Also, it is not immediately obvious to me why "select
WATCHDOG_CORE" in Kconfig would not automatically imply that WATCHDOG_CORE
is used by a given driver, and why it is impossible to use that
information to avoid the per-driver changes.
I am also missing an explanation why WATCHDOG_CORE is going to be a
separate namespace to start with. Maybe that discussion has happened,
but I don't recall being advised or asked or told about it. Are we also
going to have a new HWMON_CORE namespace ? And the same for each other
subsystem in the kernel ?
Since this is being added to the watchdog API, it will have to be
documented accordingly. Watchdog driver writers, both inside and outside
the watchdog subsystem, will need to know that they now have to add an
additional boilerplate declaration into their drivers.
Last but not least, combining patches affecting multiple subsystems in a
single patch will make it difficult to apply and will likely result in
conflicts. Personally I would prefer a split into one patch per affected
subsystem. Also, please keep in mind that new pending watchdog drivers
won't have the new boilerplate.
Thanks,
Guenter
next prev parent reply other threads:[~2019-08-21 14:59 UTC|newest]
Thread overview: 265+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-16 12:21 [PATCH 0/6] Symbol namespaces Martijn Coenen
2018-07-16 12:21 ` Martijn Coenen
2018-07-16 12:21 ` [PATCH 1/6] export: explicitly align struct kernel_symbol Martijn Coenen
2018-07-16 12:21 ` [1/6] " Martijn Coenen
2018-07-16 12:21 ` [PATCH 1/6] " Martijn Coenen
2018-07-16 12:21 ` [PATCH 2/6] module: add support for symbol namespaces Martijn Coenen
2018-07-16 12:21 ` [2/6] " Martijn Coenen
2018-07-16 12:21 ` [PATCH 2/6] " Martijn Coenen
2018-07-19 16:32 ` Jessica Yu
2018-07-19 16:32 ` [2/6] " Jessica Yu
2018-07-19 16:32 ` [PATCH 2/6] " Jessica Yu
2018-07-20 7:54 ` Martijn Coenen
2018-07-20 7:54 ` [2/6] " Martijn Coenen
2018-07-20 7:54 ` [PATCH 2/6] " Martijn Coenen
2018-07-20 14:49 ` Jessica Yu
2018-07-20 14:49 ` [2/6] " Jessica Yu
2018-07-20 14:49 ` [PATCH 2/6] " Jessica Yu
2018-07-20 15:42 ` Martijn Coenen
2018-07-20 15:42 ` [2/6] " Martijn Coenen
2018-07-20 15:42 ` [PATCH 2/6] " Martijn Coenen
2018-07-23 11:12 ` Jessica Yu
2018-07-23 11:12 ` [2/6] " Jessica Yu
2018-07-23 11:12 ` [PATCH 2/6] " Jessica Yu
2018-07-24 7:44 ` Martijn Coenen
2018-07-24 7:44 ` [2/6] " Martijn Coenen
2018-07-24 7:44 ` [PATCH 2/6] " Martijn Coenen
2018-07-24 7:56 ` Martijn Coenen
2018-07-24 7:56 ` [2/6] " Martijn Coenen
2018-07-24 7:56 ` [PATCH 2/6] " Martijn Coenen
2018-07-25 15:55 ` Jessica Yu
2018-07-25 15:55 ` [2/6] " Jessica Yu
2018-07-25 15:55 ` [PATCH 2/6] " Jessica Yu
2018-07-25 16:48 ` Lucas De Marchi
2018-07-25 16:48 ` [2/6] " Lucas De Marchi
2018-07-26 7:44 ` [PATCH 2/6] " Martijn Coenen
2018-07-26 7:44 ` [2/6] " Martijn Coenen
2018-07-26 7:44 ` [PATCH 2/6] " Martijn Coenen
2018-07-16 12:21 ` [PATCH 3/6] modpost: add support for checking " Martijn Coenen
2018-07-16 12:21 ` [3/6] " Martijn Coenen
2018-07-16 12:21 ` [PATCH 3/6] " Martijn Coenen
2018-07-16 12:21 ` [PATCH 4/6] modpost: add support for generating namespace dependencies Martijn Coenen
2018-07-16 12:21 ` [4/6] " Martijn Coenen
2018-07-16 12:21 ` [PATCH 4/6] " Martijn Coenen
2018-07-23 6:49 ` Jessica Yu
2018-07-23 6:49 ` [4/6] " Jessica Yu
2018-07-23 6:49 ` [PATCH 4/6] " Jessica Yu
2018-07-16 12:21 ` [PATCH 5/6] scripts: Coccinelle script for " Martijn Coenen
2018-07-16 12:21 ` [5/6] " Martijn Coenen
2018-07-16 12:21 ` [PATCH 5/6] " Martijn Coenen
2018-07-16 12:21 ` [PATCH 6/6] RFC: USB: storage: move symbols into USB_STORAGE namespace Martijn Coenen
2018-07-16 12:21 ` [6/6] " Martijn Coenen
2018-07-16 12:21 ` [PATCH 6/6] " Martijn Coenen
2018-07-16 15:33 ` [PATCH 0/6] Symbol namespaces Greg Kroah-Hartman
2018-07-16 15:33 ` Greg Kroah-Hartman
2018-07-23 14:28 ` Arnd Bergmann
2018-07-23 14:28 ` Arnd Bergmann
2018-07-24 8:09 ` Martijn Coenen
2018-07-24 8:09 ` Martijn Coenen
2018-07-24 9:08 ` Arnd Bergmann
2018-07-24 9:08 ` Arnd Bergmann
2019-08-13 12:16 ` [Cocci] [PATCH v2 0/10] Symbol namespaces - RFC Matthias Maennich
2019-08-13 12:16 ` Matthias Maennich
2019-08-13 12:16 ` Matthias Maennich
2019-08-13 12:16 ` [PATCH v2 01/10] module: support reading multiple values per modinfo tag Matthias Maennich
2019-08-13 12:40 ` Greg KH
2019-08-13 12:16 ` [PATCH v2 02/10] export: explicitly align struct kernel_symbol Matthias Maennich
2019-08-13 12:16 ` Matthias Maennich
2019-08-13 12:41 ` Greg KH
2019-08-13 12:41 ` Greg KH
2019-08-13 12:17 ` [PATCH v2 03/10] module: add support for symbol namespaces Matthias Maennich
2019-08-13 12:17 ` Matthias Maennich
2019-08-13 15:26 ` Greg KH
2019-08-13 15:26 ` Greg KH
2019-08-13 12:17 ` [PATCH v2 04/10] modpost: " Matthias Maennich
2019-08-13 15:27 ` Greg KH
2019-08-13 12:17 ` [PATCH v2 05/10] module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS Matthias Maennich
2019-08-13 12:17 ` Matthias Maennich
2019-08-13 18:17 ` Greg KH
2019-08-13 18:17 ` Greg KH
2019-08-13 20:15 ` Saravana Kannan
2019-08-13 20:15 ` Saravana Kannan
2019-08-14 12:54 ` Matthias Maennich
2019-08-14 12:54 ` Matthias Maennich
2019-08-14 17:34 ` Saravana Kannan
2019-08-14 17:34 ` Saravana Kannan
2019-08-13 12:17 ` [PATCH v2 06/10] export: allow definition default namespaces in Makefiles or sources Matthias Maennich
2019-08-13 18:16 ` Greg KH
2019-08-13 18:16 ` Greg KH
2019-08-13 12:17 ` [PATCH v2 07/10] modpost: add support for generating namespace dependencies Matthias Maennich
2019-08-13 18:21 ` Greg KH
2019-08-13 12:17 ` [Cocci] [PATCH v2 08/10] scripts: Coccinelle script for " Matthias Maennich
2019-08-13 12:17 ` Matthias Maennich
2019-08-13 12:17 ` Matthias Maennich
2019-08-13 12:31 ` [Cocci] " Julia Lawall
2019-08-13 12:31 ` Julia Lawall
2019-08-13 12:31 ` Julia Lawall
2019-08-13 12:44 ` [Cocci] " Greg KH
2019-08-13 12:44 ` Greg KH
2019-08-13 12:44 ` Greg KH
2019-08-14 6:36 ` [Cocci] " Himanshu Jha
2019-08-14 6:36 ` Himanshu Jha
2019-08-14 6:36 ` Himanshu Jha
2019-08-14 8:03 ` Matthias Maennich
2019-08-14 8:03 ` Matthias Maennich
2019-08-14 8:03 ` Matthias Maennich
2019-08-14 12:00 ` [Cocci] [v2 " Markus Elfring
2019-08-14 12:00 ` Markus Elfring
2019-08-14 12:00 ` Markus Elfring
2019-08-14 12:00 ` Markus Elfring
2019-08-14 12:20 ` [Cocci] " Matthias Maennich
2019-08-14 12:20 ` Matthias Maennich
2019-08-15 13:50 ` Markus Elfring
2019-08-15 13:50 ` Markus Elfring
2019-08-15 13:50 ` Markus Elfring
2019-08-22 9:18 ` Matthias Maennich
2019-08-22 9:18 ` Matthias Maennich
2019-08-22 9:18 ` Matthias Maennich
2019-08-22 11:00 ` Markus Elfring
2019-08-22 11:00 ` Markus Elfring
2019-08-22 11:00 ` Markus Elfring
2019-08-13 12:17 ` [PATCH v2 09/10] usb-storage: remove single-use define for debugging Matthias Maennich
2019-08-13 12:42 ` Greg KH
2019-08-13 13:12 ` Greg KH
2019-08-13 12:17 ` [PATCH v2 10/10] RFC: usb-storage: export symbols in USB_STORAGE namespace Matthias Maennich
2019-08-13 12:45 ` Greg KH
2019-08-13 12:47 ` Greg KH
2019-08-13 15:02 ` Matthias Maennich
2019-08-21 11:49 ` [PATCH v3 00/11] Symbol Namespaces Matthias Maennich
2019-08-21 11:49 ` Matthias Maennich
2019-08-21 11:49 ` Matthias Maennich
2019-08-21 11:49 ` Matthias Maennich
2019-08-21 11:49 ` [PATCH v3 01/11] module: support reading multiple values per modinfo tag Matthias Maennich
2019-08-21 11:49 ` [PATCH v3 02/11] export: explicitly align struct kernel_symbol Matthias Maennich
2019-08-21 11:49 ` Matthias Maennich
2019-08-21 11:49 ` [PATCH v3 03/11] module: add support for symbol namespaces Matthias Maennich
2019-08-21 11:49 ` Matthias Maennich
2019-08-27 15:37 ` Jessica Yu
2019-08-27 15:37 ` Jessica Yu
2019-08-27 16:04 ` Matthias Maennich
2019-08-27 16:04 ` Matthias Maennich
2019-08-21 11:49 ` [PATCH v3 04/11] modpost: " Matthias Maennich
2019-08-26 16:21 ` Jessica Yu
2019-08-27 14:41 ` Matthias Maennich
2019-08-28 9:43 ` Jessica Yu
2019-08-28 9:55 ` Matthias Maennich
2019-08-28 10:16 ` Jessica Yu
2019-08-21 11:49 ` [PATCH v3 05/11] module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS Matthias Maennich
2019-08-21 11:49 ` Matthias Maennich
2019-08-21 11:49 ` [PATCH v3 06/11] export: allow definition default namespaces in Makefiles or sources Matthias Maennich
2019-08-21 11:49 ` Matthias Maennich
2019-08-28 10:49 ` Jessica Yu
2019-08-28 10:49 ` Jessica Yu
2019-08-28 10:56 ` Matthias Maennich
2019-08-28 10:56 ` Matthias Maennich
2019-08-21 11:49 ` [PATCH v3 07/11] modpost: add support for generating namespace dependencies Matthias Maennich
2019-08-21 11:49 ` Matthias Maennich
2019-08-21 11:49 ` [PATCH v3 08/11] scripts: Coccinelle script for " Matthias Maennich
2019-08-21 11:49 ` Matthias Maennich
2019-08-22 6:09 ` [v3 " Markus Elfring
2019-08-22 6:09 ` Markus Elfring
2019-08-22 6:09 ` Markus Elfring
2019-08-29 12:13 ` [Cocci] [PATCH v3 " Jessica Yu
2019-08-29 12:13 ` Jessica Yu
2019-08-29 12:13 ` Jessica Yu
2019-08-21 11:49 ` [PATCH v3 09/11] usb-storage: remove single-use define for debugging Matthias Maennich
2019-08-21 12:37 ` Greg KH
2019-08-21 13:21 ` Thomas Gleixner
2019-08-21 13:32 ` Greg KH
2019-08-21 11:49 ` [PATCH v3 10/11] RFC: usb-storage: export symbols in USB_STORAGE namespace Matthias Maennich
2019-08-21 12:38 ` Greg KH
2019-08-21 14:36 ` Jessica Yu
2019-08-21 23:13 ` Christoph Hellwig
2019-08-22 8:32 ` Matthias Maennich
2019-08-21 11:49 ` [PATCH v3 11/11] RFC: watchdog: export core symbols in WATCHDOG_CORE namespace Matthias Maennich
2019-08-21 11:49 ` Matthias Maennich
2019-08-21 11:49 ` Matthias Maennich
2019-08-21 11:49 ` Matthias Maennich
2019-08-21 12:39 ` Greg KH
2019-08-21 12:39 ` Greg KH
2019-08-21 12:39 ` Greg KH
2019-08-21 12:39 ` Greg KH
2019-08-21 14:59 ` Guenter Roeck [this message]
2019-08-21 14:59 ` Guenter Roeck
2019-08-21 14:59 ` Guenter Roeck
2019-08-21 14:59 ` Guenter Roeck
2019-08-21 16:28 ` Matthias Maennich
2019-08-21 16:28 ` Matthias Maennich
2019-08-21 16:28 ` Matthias Maennich
2019-08-21 16:28 ` Matthias Maennich
2019-08-21 12:46 ` [PATCH v3 00/11] Symbol Namespaces Nicolas Pitre
2019-08-21 12:46 ` Nicolas Pitre
2019-08-21 12:46 ` Nicolas Pitre
2019-08-21 12:46 ` Nicolas Pitre
2019-08-21 13:37 ` Greg KH
2019-08-21 13:37 ` Greg KH
2019-08-21 13:37 ` Greg KH
2019-08-21 13:37 ` Greg KH
2019-08-21 20:48 ` Nicolas Pitre
2019-08-21 20:48 ` Nicolas Pitre
2019-08-21 20:48 ` Nicolas Pitre
2019-08-21 20:48 ` Nicolas Pitre
2019-08-21 13:11 ` Peter Zijlstra
2019-08-21 13:11 ` Peter Zijlstra
2019-08-21 13:11 ` Peter Zijlstra
2019-08-21 13:11 ` Peter Zijlstra
2019-08-21 13:38 ` Greg KH
2019-08-21 13:38 ` Greg KH
2019-08-21 13:38 ` Greg KH
2019-08-21 13:38 ` Greg KH
2019-08-21 14:03 ` Matthias Maennich
2019-08-21 14:03 ` Matthias Maennich
2019-08-21 14:03 ` Matthias Maennich
2019-08-21 14:03 ` Matthias Maennich
2019-09-03 15:06 ` [PATCH v4 00/12] " Matthias Maennich
2019-09-03 15:06 ` [PATCH v4 01/12] module: support reading multiple values per modinfo tag Matthias Maennich
2019-09-03 15:06 ` [PATCH v4 02/12] export: explicitly align struct kernel_symbol Matthias Maennich
2019-09-03 15:06 ` [PATCH v4 03/12] module: add support for symbol namespaces Matthias Maennich
2019-09-03 15:06 ` [PATCH v4 04/12] modpost: " Matthias Maennich
2019-09-03 15:06 ` [PATCH v4 05/12] module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS Matthias Maennich
2019-09-03 15:06 ` [PATCH v4 06/12] export: allow definition default namespaces in Makefiles or sources Matthias Maennich
2019-09-03 15:06 ` [PATCH v4 07/12] modpost: add support for generating namespace dependencies Matthias Maennich
2019-09-03 15:06 ` [PATCH v4 08/12] scripts: Coccinelle script for " Matthias Maennich
2019-09-04 9:53 ` Masahiro Yamada
2019-09-05 14:46 ` Matthias Maennich
2019-09-03 15:06 ` [PATCH v4 09/12] docs: Add documentation for Symbol Namespaces Matthias Maennich
2019-09-04 7:16 ` Greg KH
2019-09-03 15:06 ` [PATCH v4 10/12] usb-storage: remove single-use define for debugging Matthias Maennich
2019-09-03 15:06 ` [PATCH v4 11/12] RFC: usb-storage: export symbols in USB_STORAGE namespace Matthias Maennich
2019-09-03 15:06 ` [PATCH v4 12/12] RFC: watchdog: export core symbols in WATCHDOG_CORE namespace Matthias Maennich
2019-09-03 16:10 ` Guenter Roeck
2019-09-04 8:45 ` Masahiro Yamada
2019-09-04 12:12 ` Guenter Roeck
2019-09-04 16:16 ` [usb-storage] " Matthew Dharm
2019-09-05 10:41 ` Jessica Yu
2019-09-05 10:52 ` Arnd Bergmann
2019-09-05 11:16 ` Jessica Yu
2019-09-05 11:25 ` Masahiro Yamada
2019-09-05 12:00 ` Greg Kroah-Hartman
2019-09-05 11:25 ` Matthias Maennich
2019-09-04 9:37 ` [PATCH v4 00/12] Symbol Namespaces Masahiro Yamada
2019-09-06 10:32 ` [PATCH v5 00/11] " Matthias Maennich
2019-09-06 10:32 ` [PATCH v5 01/11] module: support reading multiple values per modinfo tag Matthias Maennich
2019-09-06 10:32 ` [PATCH v5 02/11] export: explicitly align struct kernel_symbol Matthias Maennich
2019-09-06 10:32 ` [PATCH v5 03/11] module: add support for symbol namespaces Matthias Maennich
2019-09-06 10:32 ` [PATCH v5 04/11] modpost: " Matthias Maennich
2019-09-26 22:24 ` [PATCH] modpost: Copy namespace string into 'struct symbol' Shaun Ruffell
2019-09-27 5:31 ` Greg Kroah-Hartman
2019-09-27 8:03 ` Matthias Maennich
2019-09-30 21:20 ` Shaun Ruffell
2019-10-01 16:19 ` Matthias Maennich
2019-10-01 19:37 ` Shaun Ruffell
2019-09-06 10:32 ` [PATCH v5 05/11] module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS Matthias Maennich
2019-09-06 10:32 ` [PATCH v5 06/11] export: allow definition default namespaces in Makefiles or sources Matthias Maennich
2019-09-06 10:32 ` [PATCH v5 07/11] modpost: add support for generating namespace dependencies Matthias Maennich
2019-09-06 10:32 ` [PATCH v5 08/11] scripts: Coccinelle script for " Matthias Maennich
2019-09-06 10:32 ` [PATCH v5 09/11] docs: Add documentation for Symbol Namespaces Matthias Maennich
2019-09-06 10:32 ` [PATCH v5 10/11] usb-storage: remove single-use define for debugging Matthias Maennich
2019-09-06 12:59 ` Jessica Yu
2019-09-06 13:22 ` Greg KH
2019-09-06 10:32 ` [PATCH v5 11/11] usb-storage: export symbols in USB_STORAGE namespace Matthias Maennich
2019-09-09 8:35 ` [PATCH v5 00/11] Symbol Namespaces Jessica Yu
-- strict thread matches above, loose matches on Subject: below --
2018-07-17 15:04 [6/6] RFC: USB: storage: move symbols into USB_STORAGE namespace Alan Stern
2018-07-17 15:04 ` [PATCH 6/6] " Alan Stern
2018-07-18 13:28 [6/6] " Martijn Coenen
2018-07-18 13:28 ` [PATCH 6/6] " Martijn Coenen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190821145911.GA6521@roeck-us.net \
--to=linux@roeck-us.net \
--cc=a.zummo@towertech.it \
--cc=agross@kernel.org \
--cc=alexandre.belloni@bootlin.com \
--cc=alexandre.torgue@st.com \
--cc=andreas.werner@men.de \
--cc=andrew@aj.id.au \
--cc=arnd@arndb.de \
--cc=avifishman70@gmail.com \
--cc=baohua@kernel.org \
--cc=baolin.wang@linaro.org \
--cc=baruch@tkos.co.il \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=benjaminfair@google.com \
--cc=eric@anholt.net \
--cc=f.fainelli@gmail.com \
--cc=festevam@gmail.com \
--cc=geert@linux-m68k.org \
--cc=gregkh@linuxfoundation.org \
--cc=hpa@zytor.com \
--cc=jdelvare@suse.com \
--cc=jerry.hoemann@hpe.com \
--cc=jeyu@kernel.org \
--cc=joel@jms.id.au \
--cc=joel@joelfernandes.org \
--cc=jonathanh@nvidia.com \
--cc=kernel-team@android.com \
--cc=kernel@pengutronix.de \
--cc=kgene@kernel.org \
--cc=khilman@baylibre.com \
--cc=krzk@kernel.org \
--cc=kstewart@linuxfoundation.org \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arch@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-aspeed@lists.ozlabs.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-imx@nxp.com \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-m68k@lists.linux-m68k.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-modules@vger.kernel.org \
--cc=linux-rpi-kernel@lists.infradead.org \
--cc=linux-rtc@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=linux-tegra@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=lucas.de.marchi@gmail.com \
--cc=ludovic.desroches@microchip.com \
--cc=maco@android.com \
--cc=maco@google.com \
--cc=maennich@google.com \
--cc=mans@mansr.com \
--cc=marc.w.gonzalez@free.fr \
--cc=matthias.bgg@gmail.com \
--cc=maxime.ripard@bootlin.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=michal.lkml@markovi.net \
--cc=michal.simek@xilinx.com \
--cc=mingo@redhat.com \
--cc=morbidrsa@gmail.com \
--cc=nicolas.ferre@microchip.com \
--cc=oneukum@suse.com \
--cc=openbmc@lists.ozlabs.org \
--cc=orsonzhai@gmail.com \
--cc=patches@opensource.cirrus.com \
--cc=patrice.chotard@st.com \
--cc=pombredanne@nexb.com \
--cc=rjui@broadcom.com \
--cc=s.hauer@pengutronix.de \
--cc=sam@ravnborg.org \
--cc=sbranden@broadcom.com \
--cc=shawnguo@kernel.org \
--cc=sspatil@google.com \
--cc=stern@rowland.harvard.edu \
--cc=support.opensource@diasemi.com \
--cc=tali.perry1@gmail.com \
--cc=tglx@linutronix.de \
--cc=thierry.reding@gmail.com \
--cc=tmaimon77@gmail.com \
--cc=tomas.winkler@intel.com \
--cc=usb-storage@lists.one-eyed-alien.net \
--cc=venture@google.com \
--cc=vilhelm.gray@gmail.com \
--cc=vz@mleia.com \
--cc=wahrenst@gmx.net \
--cc=wens@csie.org \
--cc=wim@linux-watchdog.org \
--cc=x86@kernel.org \
--cc=yamada.masahiro@socionext.com \
--cc=yuenn@google.com \
--cc=zhang.lyra@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.