From: Alexandru Elisei <alexandru.elisei@arm.com>
To: Dao Lu <daolu@rivosinc.com>
Cc: will@kernel.org, kvm@vger.kernel.org
Subject: Re: [PATCH kvmtool] Fixes: 0febaae00bb6 ("Add asm/kernel.h for riscv")
Date: Mon, 23 May 2022 17:28:01 +0100 [thread overview]
Message-ID: <You2EZ0xBWD29suJ@monolith.localdoman> (raw)
In-Reply-To: <CAKh7v-Rm3Mtid7KymrbSwwVRoC=S1J0f4CSCbpHXmi1SA45omA@mail.gmail.com>
Hi,
On Mon, May 23, 2022 at 09:04:04AM -0700, Dao Lu wrote:
> Hi Alex,
>
> Thanks for pointing that out - I wasn't sure where the number came
> from so I basically copied from the arm one just so the compilation
> can pass.
I see, I was worried that I was looking in the wrong place.
>
> I am happy to fix up the number to 32 and add the compile error
> message to the commit message like you said - would something like
> this work?
> -------
> Fixes the following compilation issue:
>
> include/linux/kernel.h:5:10: fatal error: asm/kernel.h: No such file
> or directory
> 5 | #include "asm/kernel.h"
> -------
Sounds good, thanks:
Tested-by: Alexandru Elisei <alexandru.elisei@arm.com>
With the error message added:
Reviewed-by: Alexandru Elisei <alexandru.elisei@arm.com>
Thanks,
Alex
> Thanks,
> Dao
>
> On Mon, May 23, 2022 at 2:33 AM Alexandru Elisei
> <alexandru.elisei@arm.com> wrote:
> >
> > Adding the kvmtool maintainers, I just noticed that they were missing.
> >
> > On Mon, May 23, 2022 at 10:31:34AM +0100, Alexandru Elisei wrote:
> > > Hi,
> > >
> > > When I started working on the heterogeneous PMU series, support for the
> > > riscv architecture wasn't merged in kvmtool, and after riscv was merged I
> > > missed adding the header file.
> > >
> > > This indeed fixes this compilation error:
> > >
> > > In file included from include/linux/rbtree.h:32,
> > > from include/kvm/devices.h:4,
> > > from include/kvm/pci.h:10,
> > > from include/kvm/vfio.h:6,
> > > from include/kvm/kvm-config.h:5,
> > > from include/kvm/kvm.h:6:
> > > include/linux/kernel.h:5:10: fatal error: asm/kernel.h: No such file or directory
> > > 5 | #include "asm/kernel.h"
> > > | ^~~~~~~~~~~~~~
> > > cc1: all warnings being treated as errors
> > > compilation terminated.
> > > make: *** [Makefile:484: builtin-balloon.o] Error 1
> > >
> > > Would be nice to include it in the commit message, so people googling for
> > > that exact error message can come across this commit.
> > >
> > > On Fri, May 20, 2022 at 11:09:46AM -0700, Dao Lu wrote:
> > > > Signed-off-by: Dao Lu <daolu@rivosinc.com>
> > > > ---
> > > > riscv/include/asm/kernel.h | 8 ++++++++
> > > > 1 file changed, 8 insertions(+)
> > > > create mode 100644 riscv/include/asm/kernel.h
> > > >
> > > > diff --git a/riscv/include/asm/kernel.h b/riscv/include/asm/kernel.h
> > > > new file mode 100644
> > > > index 0000000..a2a8d9e
> > > > --- /dev/null
> > > > +++ b/riscv/include/asm/kernel.h
> > > > @@ -0,0 +1,8 @@
> > > > +/* SPDX-License-Identifier: GPL-2.0 */
> > > > +
> > > > +#ifndef __ASM_KERNEL_H
> > > > +#define __ASM_KERNEL_H
> > > > +
> > > > +#define NR_CPUS 4096
> > >
> > > In arch/riscv/Kconfig I see this:
> > >
> > > config NR_CPUS
> > > int "Maximum number of CPUs (2-32)"
> > > range 2 32
> > > depends on SMP
> > > default "8"
> > >
> > > Would you mind explaining where the 4096 number of CPUs comes from?
> > >
> > > Thanks,
> > > Alex
> > >
> > > > +
> > > > +#endif /* __ASM_KERNEL_H */
> > > > --
> > > > 2.36.0
> > > >
next prev parent reply other threads:[~2022-05-23 16:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-20 18:09 [PATCH kvmtool] Fixes: 0febaae00bb6 ("Add asm/kernel.h for riscv") Dao Lu
2022-05-23 9:31 ` Alexandru Elisei
2022-05-23 9:34 ` Alexandru Elisei
2022-05-23 16:04 ` Dao Lu
2022-05-23 16:28 ` Alexandru Elisei [this message]
2022-05-23 19:15 ` Dao Lu
2022-05-24 8:11 ` Alexandru Elisei
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=You2EZ0xBWD29suJ@monolith.localdoman \
--to=alexandru.elisei@arm.com \
--cc=daolu@rivosinc.com \
--cc=kvm@vger.kernel.org \
--cc=will@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox