Re: [usb-storage] Re: [PATCH v4 12/12] RFC: watchdog: export core symbols in WATCHDOG_CORE namespace

2019-09-05 Thread Greg Kroah-Hartman
On Thu, Sep 05, 2019 at 08:25:32PM +0900, Masahiro Yamada wrote: > On Thu, Sep 5, 2019 at 8:16 PM Jessica Yu wrote: > > > > +++ Arnd Bergmann [05/09/19 12:52 +0200]: > > >On Thu, Sep 5, 2019 at 12:41 PM Jessica Yu wrote: > > >> +++ Matthew Dharm [04/09/19 09:16 -0700]: > > >> >On Wed, Sep 4, 2019

Re: [usb-storage] Re: [PATCH v4 12/12] RFC: watchdog: export core symbols in WATCHDOG_CORE namespace

2019-09-05 Thread Masahiro Yamada
On Thu, Sep 5, 2019 at 8:16 PM Jessica Yu wrote: > > +++ Arnd Bergmann [05/09/19 12:52 +0200]: > >On Thu, Sep 5, 2019 at 12:41 PM Jessica Yu wrote: > >> +++ Matthew Dharm [04/09/19 09:16 -0700]: > >> >On Wed, Sep 4, 2019 at 5:12 AM Guenter Roeck wrote: > > > >> >HOWEVER, I have one question: If

Re: [usb-storage] Re: [PATCH v4 12/12] RFC: watchdog: export core symbols in WATCHDOG_CORE namespace

2019-09-05 Thread Matthias Maennich
On Thu, Sep 05, 2019 at 12:41:47PM +0200, Jessica Yu wrote: +++ Matthew Dharm [04/09/19 09:16 -0700]: On Wed, Sep 4, 2019 at 5:12 AM Guenter Roeck wrote: Note that I don't object to the patch set in general. There may be symbols which only need be exported in the context of a single subsystem

Re: [usb-storage] Re: [PATCH v4 12/12] RFC: watchdog: export core symbols in WATCHDOG_CORE namespace

2019-09-05 Thread Jessica Yu
+++ Arnd Bergmann [05/09/19 12:52 +0200]: On Thu, Sep 5, 2019 at 12:41 PM Jessica Yu wrote: +++ Matthew Dharm [04/09/19 09:16 -0700]: >On Wed, Sep 4, 2019 at 5:12 AM Guenter Roeck wrote: >HOWEVER, I have one question: If these patches are included, and >someone wants to introduce a bit of

Re: [usb-storage] Re: [PATCH v4 12/12] RFC: watchdog: export core symbols in WATCHDOG_CORE namespace

2019-09-05 Thread Arnd Bergmann
On Thu, Sep 5, 2019 at 12:41 PM Jessica Yu wrote: > +++ Matthew Dharm [04/09/19 09:16 -0700]: > >On Wed, Sep 4, 2019 at 5:12 AM Guenter Roeck wrote: > >HOWEVER, I have one question: If these patches are included, and > >someone wants to introduce a bit of code which needs to use two > >symbols

Re: [usb-storage] Re: [PATCH v4 12/12] RFC: watchdog: export core symbols in WATCHDOG_CORE namespace

2019-09-05 Thread Jessica Yu
+++ Matthew Dharm [04/09/19 09:16 -0700]: On Wed, Sep 4, 2019 at 5:12 AM Guenter Roeck wrote: Note that I don't object to the patch set in general. There may be symbols which only need be exported in the context of a single subsystem or even driver (if a driver consists of more than one module

Re: [usb-storage] Re: [PATCH v4 12/12] RFC: watchdog: export core symbols in WATCHDOG_CORE namespace

2019-09-04 Thread Matthew Dharm
On Wed, Sep 4, 2019 at 5:12 AM Guenter Roeck wrote: > > Note that I don't object to the patch set in general. There may be symbols > which only need be exported in the context of a single subsystem or even > driver (if a driver consists of more than one module). For example, a mfd > driver may exp