From: Sean Christopherson <seanjc@google.com>
To: kernel test robot <lkp@intel.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [kvm-x86:exports 60/60] arch/x86/kvm/kvm_onhyperv.c:104:58: error: expected ')' before string constant
Date: Wed, 24 Sep 2025 07:15:18 -0700 [thread overview]
Message-ID: <aNP89rCj7W8yTyXj@google.com> (raw)
In-Reply-To: <202509242018.H6effaVS-lkp@intel.com>
On Wed, Sep 24, 2025, kernel test robot wrote:
> Hi Sean,
>
> FYI, the error/warning was bisected to this commit, please ignore it if it's irrelevant.
>
> tree: https://github.com/kvm-x86/linux exports
...
> head: ca1831d6ffa3a240830014a0c96633aed6d07367
> commit: ca1831d6ffa3a240830014a0c96633aed6d07367 [60/60] KVM: x86: Export KVM-internal symbols for sub-modules only
> All errors (new ones prefixed by >>):
>
> In file included from arch/x86/include/asm/bug.h:5,
> from include/linux/bug.h:5,
> from include/linux/alloc_tag.h:8,
> from include/linux/percpu.h:5,
> from include/linux/context_tracking_state.h:5,
> from include/linux/hardirq.h:5,
> from include/linux/kvm_host.h:7,
> from arch/x86/kvm/kvm_onhyperv.c:7:
> >> arch/x86/kvm/kvm_onhyperv.c:104:58: error: expected ')' before string constant
> 104 | EXPORT_SYMBOL_FOR_KVM_INTERNAL(hv_flush_remote_tlbs_range);
*sigh*
I based "exports" on "misc" to avoid a few annoying conflicts, but the patches
were posted against effectively kvm/next+kvm-x86/misc. Unfortunately, "misc" is
based on 6.17-rc2, which doesn't have commit 6d3c3ca4c77e ("module: Rename
EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES"), and so building
kvm-x86/exports in isolation fails because EXPORT_SYMBOL_FOR_MODULES doesn't
exist.
kvm-x86/next and linux-next build just fine, because they incorporate v6.17-rc3
and thus commit 6d3c3ca4c77e.
I inserted a backmerge of 6.17-rc3 into kvm-x86/exports, rebased the commits on
top, and force pushed. The late rebase is undesirable (understatement), but in
practice the code that's being tested by myself and pretty much everyone else
except the 0-day build bot isn't changing.
prev parent reply other threads:[~2025-09-24 14:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-24 12:15 [kvm-x86:exports 60/60] arch/x86/kvm/kvm_onhyperv.c:104:58: error: expected ')' before string constant kernel test robot
2025-09-24 14:15 ` Sean Christopherson [this message]
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=aNP89rCj7W8yTyXj@google.com \
--to=seanjc@google.com \
--cc=lkp@intel.com \
--cc=oe-kbuild-all@lists.linux.dev \
/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.