All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [RFC PATCH 1/2] media: entity: Add support for ancillary links
Date: Fri, 26 Nov 2021 10:50:29 +0800	[thread overview]
Message-ID: <202111261025.4FswT3HZ-lkp@intel.com> (raw)
In-Reply-To: <20211126001603.41148-2-djrscally@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2012 bytes --]

Hi Daniel,

[FYI, it's a private test report for your RFC patch.]
[auto build test WARNING on media-tree/master]
[also build test WARNING on v5.16-rc2 next-20211125]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Daniel-Scally/Introduce-ancillary-links/20211126-081931
base:   git://linuxtv.org/media_tree.git master
config: nds32-buildonly-randconfig-r002-20211125 (https://download.01.org/0day-ci/archive/20211126/202111261025.4FswT3HZ-lkp(a)intel.com/config)
compiler: nds32le-linux-gcc (GCC) 11.2.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/0day-ci/linux/commit/3770587c7546ff01080c99a552fa3fd486528b1d
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Daniel-Scally/Introduce-ancillary-links/20211126-081931
        git checkout 3770587c7546ff01080c99a552fa3fd486528b1d
        # save the config file to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=nds32 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> drivers/media/mc/mc-entity.c:1058:6: warning: no previous prototype for 'media_remove_ancillary_link' [-Wmissing-prototypes]
    1058 | void media_remove_ancillary_link(struct media_link *link)
         |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~


vim +/media_remove_ancillary_link +1058 drivers/media/mc/mc-entity.c

  1057	
> 1058	void media_remove_ancillary_link(struct media_link *link)

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

  reply	other threads:[~2021-11-26  2:50 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-26  0:16 [RFC PATCH 0/2] Introduce ancillary links Daniel Scally
2021-11-26  0:16 ` [RFC PATCH 1/2] media: entity: Add support for " Daniel Scally
2021-11-26  2:50   ` kernel test robot [this message]
2021-11-26  2:56   ` Laurent Pinchart
2021-11-26  7:58     ` Daniel Scally
2021-11-26  3:41   ` kernel test robot
2021-11-26  3:41     ` kernel test robot
2021-11-26  0:16 ` [RFC PATCH 2/2] media: v4l2-async: Create links during v4l2_async_match_notify() Daniel Scally
2021-11-26 13:10   ` kernel test robot
2021-11-26  2:59 ` [RFC PATCH 0/2] Introduce ancillary links Laurent Pinchart
2021-11-26  7:58   ` Daniel Scally
2021-11-26  9:41     ` Hans de Goede
2021-11-26  9:46       ` Daniel Scally
2021-11-26  9:53         ` Kate Hsuan

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=202111261025.4FswT3HZ-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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 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.