All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vaibhav Jain <vaibhav@linux.ibm.com>
To: Borislav Petkov <bp@alien8.de>
Cc: linuxppc-dev@lists.ozlabs.org, linux-nvdimm@lists.01.org,
	linux-kernel@vger.kernel.org,
	"Aneesh Kumar K . V" <aneesh.kumar@linux.ibm.com>,
	Michael Ellerman <mpe@ellerman.id.au>,
	Steven Rostedt <rostedt@goodmis.org>,
	Piotr Maziarz <piotrx.maziarz@linux.intel.com>,
	Cezary Rojewski <cezary.rojewski@intel.com>
Subject: Re: [PATCH v7 2/5] seq_buf: Export seq_buf_printf() to external modules
Date: Sun, 10 May 2020 18:33:02 +0530	[thread overview]
Message-ID: <87v9l46iyh.fsf@linux.ibm.com> (raw)
In-Reply-To: <20200508160935.GB19436@zn.tnic>

Hi Boris,

Borislav Petkov <bp@alien8.de> writes:

> On Fri, May 08, 2020 at 05:30:31PM +0530, Vaibhav Jain wrote:
>> I am referring to Kernel Loadable Modules with MODULE_LICENSE("GPL")
>> here.
>
> And what does "external" refer to? Because if it is out-of-tree, we
> don't export symbols for out-of-tree modules.
>
> Looks like you're exporting it for that papr_scm.c thing, which is fine.
> But that is not "external".
>
> So?

I should have used the term 'non-builtin' or 'kernel loadable' modules rather than
external modules in this patch description. Apologies for the confusion it caused.

~ Vaibhav
>
> -- 
> Regards/Gruss,
>     Boris.
>
> https://people.kernel.org/tglx/notes-about-netiquette
> _______________________________________________
> Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org
> To unsubscribe send an email to linux-nvdimm-leave@lists.01.org
_______________________________________________
Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org
To unsubscribe send an email to linux-nvdimm-leave@lists.01.org

WARNING: multiple messages have this Message-ID (diff)
From: Vaibhav Jain <vaibhav@linux.ibm.com>
To: Borislav Petkov <bp@alien8.de>
Cc: Cezary Rojewski <cezary.rojewski@intel.com>,
	linux-nvdimm@lists.01.org, linux-kernel@vger.kernel.org,
	Steven Rostedt <rostedt@goodmis.org>,
	Piotr Maziarz <piotrx.maziarz@linux.intel.com>,
	"Aneesh Kumar K . V" <aneesh.kumar@linux.ibm.com>,
	linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH v7 2/5] seq_buf: Export seq_buf_printf() to external modules
Date: Sun, 10 May 2020 18:33:02 +0530	[thread overview]
Message-ID: <87v9l46iyh.fsf@linux.ibm.com> (raw)
In-Reply-To: <20200508160935.GB19436@zn.tnic>

Hi Boris,

Borislav Petkov <bp@alien8.de> writes:

> On Fri, May 08, 2020 at 05:30:31PM +0530, Vaibhav Jain wrote:
>> I am referring to Kernel Loadable Modules with MODULE_LICENSE("GPL")
>> here.
>
> And what does "external" refer to? Because if it is out-of-tree, we
> don't export symbols for out-of-tree modules.
>
> Looks like you're exporting it for that papr_scm.c thing, which is fine.
> But that is not "external".
>
> So?

I should have used the term 'non-builtin' or 'kernel loadable' modules rather than
external modules in this patch description. Apologies for the confusion it caused.

~ Vaibhav
>
> -- 
> Regards/Gruss,
>     Boris.
>
> https://people.kernel.org/tglx/notes-about-netiquette
> _______________________________________________
> Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org
> To unsubscribe send an email to linux-nvdimm-leave@lists.01.org

WARNING: multiple messages have this Message-ID (diff)
From: Vaibhav Jain <vaibhav@linux.ibm.com>
To: Borislav Petkov <bp@alien8.de>
Cc: linuxppc-dev@lists.ozlabs.org, linux-nvdimm@lists.01.org,
	linux-kernel@vger.kernel.org,
	"Aneesh Kumar K . V" <aneesh.kumar@linux.ibm.com>,
	Michael Ellerman <mpe@ellerman.id.au>,
	Steven Rostedt <rostedt@goodmis.org>,
	Piotr Maziarz <piotrx.maziarz@linux.intel.com>,
	Cezary Rojewski <cezary.rojewski@intel.com>
Subject: Re: [PATCH v7 2/5] seq_buf: Export seq_buf_printf() to external modules
Date: Sun, 10 May 2020 18:33:02 +0530	[thread overview]
Message-ID: <87v9l46iyh.fsf@linux.ibm.com> (raw)
In-Reply-To: <20200508160935.GB19436@zn.tnic>

Hi Boris,

Borislav Petkov <bp@alien8.de> writes:

> On Fri, May 08, 2020 at 05:30:31PM +0530, Vaibhav Jain wrote:
>> I am referring to Kernel Loadable Modules with MODULE_LICENSE("GPL")
>> here.
>
> And what does "external" refer to? Because if it is out-of-tree, we
> don't export symbols for out-of-tree modules.
>
> Looks like you're exporting it for that papr_scm.c thing, which is fine.
> But that is not "external".
>
> So?

I should have used the term 'non-builtin' or 'kernel loadable' modules rather than
external modules in this patch description. Apologies for the confusion it caused.

~ Vaibhav
>
> -- 
> Regards/Gruss,
>     Boris.
>
> https://people.kernel.org/tglx/notes-about-netiquette
> _______________________________________________
> Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org
> To unsubscribe send an email to linux-nvdimm-leave@lists.01.org

  parent reply	other threads:[~2020-05-10 13:04 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-08 10:49 [PATCH v7 0/5] powerpc/papr_scm: Add support for reporting nvdimm health Vaibhav Jain
2020-05-08 10:49 ` Vaibhav Jain
2020-05-08 10:49 ` Vaibhav Jain
2020-05-08 10:49 ` [PATCH v7 1/5] powerpc: Document details on H_SCM_HEALTH hcall Vaibhav Jain
2020-05-08 10:49   ` Vaibhav Jain
2020-05-08 10:49   ` Vaibhav Jain
2020-05-08 10:49 ` [PATCH v7 2/5] seq_buf: Export seq_buf_printf() to external modules Vaibhav Jain
2020-05-08 10:49   ` Vaibhav Jain
2020-05-08 10:49   ` Vaibhav Jain
2020-05-08 11:31   ` Borislav Petkov
2020-05-08 11:31     ` Borislav Petkov
2020-05-08 11:31     ` Borislav Petkov
2020-05-08 12:00     ` Vaibhav Jain
2020-05-08 12:00       ` Vaibhav Jain
2020-05-08 12:00       ` Vaibhav Jain
2020-05-08 14:52       ` Joe Perches
2020-05-08 14:52         ` Joe Perches
2020-05-08 14:52         ` Joe Perches
2020-05-10 12:57         ` Vaibhav Jain
2020-05-10 12:57           ` Vaibhav Jain
2020-05-10 12:57           ` Vaibhav Jain
2020-05-08 16:09       ` Borislav Petkov
2020-05-08 16:09         ` Borislav Petkov
2020-05-08 16:09         ` Borislav Petkov
2020-05-08 16:27         ` Steven Rostedt
2020-05-08 16:27           ` Steven Rostedt
2020-05-08 16:27           ` Steven Rostedt
2020-05-10 13:03         ` Vaibhav Jain [this message]
2020-05-10 13:03           ` Vaibhav Jain
2020-05-10 13:03           ` Vaibhav Jain
2020-05-08 13:44     ` Michael Ellerman
2020-05-08 13:44       ` Michael Ellerman
2020-05-08 13:44       ` Michael Ellerman
2020-05-10 13:08       ` Vaibhav Jain
2020-05-10 13:08         ` Vaibhav Jain
2020-05-10 13:08         ` Vaibhav Jain
2020-05-08 10:49 ` [PATCH v7 3/5] powerpc/papr_scm: Fetch nvdimm health information from PHYP Vaibhav Jain
2020-05-08 10:49   ` Vaibhav Jain
2020-05-08 10:49   ` Vaibhav Jain
2020-05-08 10:49 ` [PATCH v7 4/5] ndctl/papr_scm,uapi: Add support for PAPR nvdimm specific methods Vaibhav Jain
2020-05-08 10:49   ` Vaibhav Jain
2020-05-08 10:49   ` [PATCH v7 4/5] ndctl/papr_scm, uapi: " Vaibhav Jain
2020-05-08 10:49 ` [PATCH v7 5/5] powerpc/papr_scm: Implement support for PAPR_SCM_PDSM_HEALTH Vaibhav Jain
2020-05-08 10:49   ` Vaibhav Jain
2020-05-08 10:49   ` Vaibhav Jain

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=87v9l46iyh.fsf@linux.ibm.com \
    --to=vaibhav@linux.ibm.com \
    --cc=aneesh.kumar@linux.ibm.com \
    --cc=bp@alien8.de \
    --cc=cezary.rojewski@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-nvdimm@lists.01.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mpe@ellerman.id.au \
    --cc=piotrx.maziarz@linux.intel.com \
    --cc=rostedt@goodmis.org \
    /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.