[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAAhV-H6GZCD6Cwf1DE5pV5PpTWUfSOhT8dR5sfzU+Nrtdmw_nA@mail.gmail.com>
Date: Tue, 22 Mar 2022 10:53:23 +0800
From: Huacai Chen <chenhuacai@...nel.org>
To: Arnd Bergmann <arnd@...db.de>
Cc: Andy Lutomirski <luto@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>,
Peter Zijlstra <peterz@...radead.org>,
Andrew Morton <akpm@...ux-foundation.org>,
David Airlie <airlied@...ux.ie>,
Jonathan Corbet <corbet@....net>,
Linus Torvalds <torvalds@...ux-foundation.org>,
linux-arch <linux-arch@...r.kernel.org>,
"open list:DOCUMENTATION" <linux-doc@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Xuefeng Li <lixuefeng@...ngson.cn>,
Yanteng Si <siyanteng@...ngson.cn>,
Jiaxun Yang <jiaxun.yang@...goat.com>,
Huacai Chen <chenhuacai@...ngson.cn>
Subject: Re: [PATCH V8 10/22] LoongArch: Add exception/interrupt handling
Hi, Arnd,
On Mon, Mar 21, 2022 at 6:48 PM Arnd Bergmann <arnd@...db.de> wrote:
>
> On Mon, Mar 21, 2022 at 9:46 AM Huacai Chen <chenhuacai@...nel.org> wrote:
> > On Mon, Mar 21, 2022 at 4:38 PM Arnd Bergmann <arnd@...db.de> wrote:
> > > On Sat, Mar 19, 2022 at 3:38 PM Huacai Chen <chenhuacai@...nel.org> wrote:
> > >
> > > > +unsigned long eentry;
> > > > +EXPORT_SYMBOL_GPL(eentry);
> > > > +unsigned long tlbrentry;
> > > > +EXPORT_SYMBOL_GPL(tlbrentry);
> > >
> > > Why are these exported to modules? Maybe add a comment here, or remove
> > > the export if it's not actually needed.
> >
> > They are used by the kvm module in our internal repo.
>
> Ok, that is fine then. For the moment, please add a comment about it here,
> or remove the exports in the initial merge and add them back when you
> submit the kvm code.
OK, I will remove them.
Huacai
>
> Arnd
Powered by blists - more mailing lists