From: kernel test robot <lkp@intel.com>
To: Arun Muthusamy <arun.muthusamy@gaisler.com>,
robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
mkl@pengutronix.de, mailhol@kernel.org
Cc: oe-kbuild-all@lists.linux.dev, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-can@vger.kernel.org,
Arun Muthusamy <arun.muthusamy@gaisler.com>
Subject: Re: [PATCH v4 02/15] net: can: Convert gaisler,grcan to DT schema
Date: Thu, 29 Jan 2026 00:09:19 +0100 [thread overview]
Message-ID: <202601290045.AC0xSS8q-lkp@intel.com> (raw)
In-Reply-To: <20260128144921.5458-3-arun.muthusamy@gaisler.com>
Hi Arun,
kernel test robot noticed the following build warnings:
[auto build test WARNING on 4001bda0cc911fcdd3dde36963a17f4eac173d7d]
url: https://github.com/intel-lab-lkp/linux/commits/Arun-Muthusamy/dt-bindings-Add-vendor-prefix-for-Frontgrade-Gaisler-AB/20260128-230131
base: 4001bda0cc911fcdd3dde36963a17f4eac173d7d
patch link: https://lore.kernel.org/r/20260128144921.5458-3-arun.muthusamy%40gaisler.com
patch subject: [PATCH v4 02/15] net: can: Convert gaisler,grcan to DT schema
reproduce: (https://download.01.org/0day-ci/archive/20260129/202601290045.AC0xSS8q-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/202601290045.AC0xSS8q-lkp@intel.com/
All warnings (new ones prefixed by >>):
Warning: MAINTAINERS references a file that doesn't exist: Documentation/sphinx/parse-headers.pl
Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/display/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
Warning: arch/powerpc/sysdev/mpic.c references a file that doesn't exist: Documentation/devicetree/bindings/powerpc/fsl/mpic.txt
Warning: arch/riscv/kernel/kexec_image.c references a file that doesn't exist: Documentation/riscv/boot-image-header.rst
Warning: drivers/clocksource/timer-armada-370-xp.c references a file that doesn't exist: Documentation/devicetree/bindings/timer/marvell,armada-370-xp-timer.txt
>> Warning: drivers/net/can/grcan.c references a file that doesn't exist: Documentation/devicetree/bindings/net/can/grcan.txt
Warning: include/rv/da_monitor.h references a file that doesn't exist: Documentation/trace/rv/da_monitor_synthesis.rst
Warning: rust/kernel/sync/atomic/ordering.rs references a file that doesn't exist: srctree/tools/memory-model/Documentation/explanation.txt
Using alabaster theme
ERROR: Cannot find file ./include/linux/pci.h
WARNING: No kernel-doc for file ./include/linux/pci.h
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2026-01-28 23:09 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-28 14:49 [PATCH v4 00/15] can: grcan: Enhance driver with CANFD Support and Improvemens Arun Muthusamy
2026-01-28 14:49 ` [PATCH v4 01/15] dt-bindings: Add vendor prefix for Frontgrade Gaisler AB Arun Muthusamy
2026-01-28 14:49 ` [PATCH v4 02/15] net: can: Convert gaisler,grcan to DT schema Arun Muthusamy
2026-01-28 23:09 ` kernel test robot [this message]
2026-01-28 14:49 ` [PATCH v4 03/15] MAINTAINERS: Add maintainers for GRCAN CAN network driver Arun Muthusamy
2026-01-28 14:49 ` [PATCH v4 04/15] can: grcan: Add clock handling Arun Muthusamy
2026-01-28 14:49 ` [PATCH v4 05/15] can: grcan: Replace bit timing macros with literal values Arun Muthusamy
2026-01-28 14:49 ` [PATCH v4 06/15] can: grcan: Simplify timing configuration Arun Muthusamy
2026-01-28 14:49 ` [PATCH v4 07/15] can: grcan: add FD capability detection and nominal bit-timing Arun Muthusamy
2026-01-28 14:49 ` [PATCH v4 08/15] can: grcan: optimize DMA by 32-bit accesses Arun Muthusamy
2026-01-28 14:49 ` [PATCH v4 09/15] can: grcan: set DMA mask for GRCAN and GRCANFD to 32-bit Arun Muthusamy
2026-01-28 14:49 ` [PATCH v4 10/15] can: grcan: Add saving and restoring of CAN FD baud-rate registers Arun Muthusamy
2026-01-28 14:49 ` [PATCH v4 11/15] can: grcan: Reserve space between cap and next register to align with address layout Arun Muthusamy
2026-01-28 14:49 ` [PATCH v4 12/15] can: grcan: Add CANFD TX support alongside legacy CAN Arun Muthusamy
2026-02-01 16:43 ` Vincent Mailhol
2026-01-28 14:49 ` [PATCH v4 13/15] can: grcan: Add CANFD RX " Arun Muthusamy
2026-01-28 14:49 ` [PATCH v4 14/15] can: grcan: Update echo skb handling to match variable length CANFD frame Arun Muthusamy
2026-01-28 14:49 ` [PATCH v4 15/15] can: grcan: Advertise CANFD capability Arun Muthusamy
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=202601290045.AC0xSS8q-lkp@intel.com \
--to=lkp@intel.com \
--cc=arun.muthusamy@gaisler.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-can@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mailhol@kernel.org \
--cc=mkl@pengutronix.de \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=robh@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