All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: "Thomas Weißschuh " <thomas.weissschuh@linutronix.de>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [thomas-weissschuh:b4/vdso-arch-clockmodes 7/8] drivers/clocksource/timer-riscv.c:101:52: error: expected '}' before ';' token
Date: Thu, 16 Jul 2026 16:38:54 +0800	[thread overview]
Message-ID: <202607161618.vrbUCScQ-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/thomas.weissschuh/linux.git b4/vdso-arch-clockmodes
head:   3dbee6bdfde299e16016f35170fcb77aa411415e
commit: 2d8fecdc0e0a3d2bccc9cdff478fa0d7b84c6266 [7/8] clocksource/drivers/timer-riscv: Remove CONFIG_GENERIC_GETTIMEOFDAY ifdeffery
config: riscv-allnoconfig (https://download.01.org/0day-ci/archive/20260716/202607161618.vrbUCScQ-lkp@intel.com/config)
compiler: riscv64-linux-gcc (GCC) 16.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260716/202607161618.vrbUCScQ-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202607161618.vrbUCScQ-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/clocksource/timer-riscv.c:101:52: error: expected '}' before ';' token
     101 |         .vdso_clock_mode = VDSO_CLOCKMODE_ARCHTIMER;
         |                                                    ^
   drivers/clocksource/timer-riscv.c:95:47: note: to match this '{'
      95 | static struct clocksource riscv_clocksource = {
         |                                               ^


vim +101 drivers/clocksource/timer-riscv.c

    94	
    95	static struct clocksource riscv_clocksource = {
    96		.name		= "riscv_clocksource",
    97		.rating		= 400,
    98		.mask		= CLOCKSOURCE_MASK(64),
    99		.flags		= CLOCK_SOURCE_IS_CONTINUOUS,
   100		.read		= riscv_clocksource_rdtime,
 > 101		.vdso_clock_mode = VDSO_CLOCKMODE_ARCHTIMER;
   102	};
   103	

--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

                 reply	other threads:[~2026-07-16  8:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202607161618.vrbUCScQ-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=thomas.weissschuh@linutronix.de \
    /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.