mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Jai Luthra <jai.luthra@ideasonboard.com>,
	Florian Fainelli <florian.fainelli@broadcom.com>,
	Raspberry Pi Kernel Maintenance <kernel-list@raspberrypi.com>,
	bcm-kernel-feedback-list@broadcom.com,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Dave Stevenson <dave.stevenson@raspberrypi.com>
Cc: "Paul Gazzillo" <paul@pgazz.com>,
	"Necip Fazil Yildiran" <fazilyildiran@gmail.com>,
	oe-kbuild-all@lists.linux.dev,
	"Phil Elwell" <phil@raspberrypi.com>,
	"Stefan Wahren" <wahrenst@gmx.net>,
	"Laurent Pinchart" <laurent.pinchart@ideasonboard.com>,
	"Kieran Bingham" <kieran.bingham@ideasonboard.com>,
	"Sumit Semwal" <sumit.semwal@linaro.org>,
	"Christian König" <christian.koenig@amd.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	linux-rpi-kernel@lists.infradead.org,
	"Jai Luthra" <jai.luthra@ideasonboard.com>,
	"Dom Cobley" <popcornmix@gmail.com>,
	"Alexander Winkowski" <dereference23@outlook.com>,
	"Juerg Haefliger" <juerg.haefliger@canonical.com>
Subject: Re: [PATCH v2 3/6] platform/raspberrypi: Add VideoCore shared memory support
Date: Mon, 5 Jan 2026 22:30:17 +0100	[thread overview]
Message-ID: <202601052222.PZT4wjmg-lkp@intel.com> (raw)
In-Reply-To: <20260105-b4-vc-sm-cma-v2-3-4daea749ced9@ideasonboard.com>

Hi Jai,

kernel test robot noticed the following build warnings:

[auto build test WARNING on 3e7f562e20ee87a25e104ef4fce557d39d62fa85]

url:    https://github.com/intel-lab-lkp/linux/commits/Jai-Luthra/platform-raspberrypi-vchiq-mmal-Reset-buffers_with_vpu-on-port_enable/20260105-170249
base:   3e7f562e20ee87a25e104ef4fce557d39d62fa85
patch link:    https://lore.kernel.org/r/20260105-b4-vc-sm-cma-v2-3-4daea749ced9%40ideasonboard.com
patch subject: [PATCH v2 3/6] platform/raspberrypi: Add VideoCore shared memory support
config: sh-kismet-CONFIG_BCM2835_VCHIQ-CONFIG_BCM_VC_SM_CMA-0-0 (https://download.01.org/0day-ci/archive/20260105/202601052222.PZT4wjmg-lkp@intel.com/config)
reproduce: (https://download.01.org/0day-ci/archive/20260105/202601052222.PZT4wjmg-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/202601052222.PZT4wjmg-lkp@intel.com/

kismet warnings: (new ones prefixed by >>)
>> kismet: WARNING: unmet direct dependencies detected for BCM2835_VCHIQ when selected by BCM_VC_SM_CMA
   WARNING: unmet direct dependencies detected for BCM2835_VCHIQ
     Depends on [n]: BCM_VIDEOCORE [=y] && HAS_DMA [=n]
     Selected by [y]:
     - BCM_VC_SM_CMA [=y] && BCM_VIDEOCORE [=y]

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

  reply	other threads:[~2026-01-05 21:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-05  8:56 [PATCH v2 0/6] platform/raspberrypi: Add Broadcom Videocore " Jai Luthra
2026-01-05  8:56 ` [PATCH v2 1/6] platform/raspberrypi: vchiq-mmal: Reset buffers_with_vpu on port_enable Jai Luthra
2026-01-05  8:56 ` [PATCH v2 2/6] platform/raspberrypi: vchiq: Store audio device in driver management struct Jai Luthra
2026-01-05  8:56 ` [PATCH v2 3/6] platform/raspberrypi: Add VideoCore shared memory support Jai Luthra
2026-01-05 21:30   ` kernel test robot [this message]
2026-01-05  8:56 ` [PATCH v2 4/6] platform/raspberrypi: vchiq-mmal: Use vc-sm-cma to support zero copy Jai Luthra
2026-01-05 20:55   ` kernel test robot
2026-01-05  8:56 ` [PATCH v2 5/6] platform/raspberrypi: vchiq-mmal: Support sending data to MMAL ports Jai Luthra
2026-01-05  8:56 ` [PATCH v2 6/6] platform/raspberrypi: vchiq: Register vc-sm-cma as a platform driver Jai Luthra

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=202601052222.PZT4wjmg-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=christian.koenig@amd.com \
    --cc=dave.stevenson@raspberrypi.com \
    --cc=dereference23@outlook.com \
    --cc=fazilyildiran@gmail.com \
    --cc=florian.fainelli@broadcom.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jai.luthra@ideasonboard.com \
    --cc=juerg.haefliger@canonical.com \
    --cc=kernel-list@raspberrypi.com \
    --cc=kieran.bingham@ideasonboard.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rpi-kernel@lists.infradead.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=paul@pgazz.com \
    --cc=phil@raspberrypi.com \
    --cc=popcornmix@gmail.com \
    --cc=sumit.semwal@linaro.org \
    --cc=wahrenst@gmx.net \
    /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

all inboxes | Powered by JetHome®