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 V3 1/6] blk: prepare to make blk-rq-qos pluggable and modular
Date: Wed, 16 Feb 2022 21:06:29 +0800	[thread overview]
Message-ID: <202202162159.aWo1ROMf-lkp@intel.com> (raw)
In-Reply-To: <20220216114809.84551-2-jianchao.wan9@gmail.com>

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

Hi "Wang,

[FYI, it's a private test report for your RFC patch.]
[auto build test WARNING on v5.17-rc4]
[also build test WARNING on next-20220216]
[cannot apply to axboe-block/for-next]
[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/Wang-Jianchao-Kuaishou/blk-make-blk-rq-qos-policies-pluggable-and-modular/20220216-195026
base:    754e0b0e35608ed5206d6a67a791563c631cec07
config: um-i386_defconfig (https://download.01.org/0day-ci/archive/20220216/202202162159.aWo1ROMf-lkp(a)intel.com/config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        # https://github.com/0day-ci/linux/commit/e486fdca8e0e257a237ae001ff5759e4a06ae114
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Wang-Jianchao-Kuaishou/blk-make-blk-rq-qos-policies-pluggable-and-modular/20220216-195026
        git checkout e486fdca8e0e257a237ae001ff5759e4a06ae114
        # save the config file to linux build tree
        mkdir build_dir
        make W=1 O=build_dir ARCH=um SUBARCH=i386 SHELL=/bin/bash

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 >>):

>> block/blk-rq-qos.c:516:5: warning: no previous prototype for 'rq_qos_switch' [-Wmissing-prototypes]
     516 | int rq_qos_switch(struct request_queue *q,
         |     ^~~~~~~~~~~~~


vim +/rq_qos_switch +516 block/blk-rq-qos.c

   515	
 > 516	int rq_qos_switch(struct request_queue *q,
   517			const struct rq_qos_ops *ops,
   518			struct rq_qos *rqos)
   519	{
   520		int ret;
   521	
   522		blk_mq_freeze_queue(q);
   523		if (!rqos) {
   524			ret = ops->init(q);
   525		} else {
   526			ops->exit(rqos);
   527			ret = 0;
   528		}
   529		blk_mq_unfreeze_queue(q);
   530	
   531		return ret;
   532	}
   533	

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

  reply	other threads:[~2022-02-16 13:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-16 11:48 [RFC V3 0/6] blk: make blk-rq-qos policies pluggable and modular Wang Jianchao (Kuaishou)
2022-02-16 11:48 ` [RFC V3 1/6] blk: prepare to make blk-rq-qos " Wang Jianchao (Kuaishou)
2022-02-16 13:06   ` kernel test robot [this message]
2022-02-16 11:48 ` [RFC V3 2/6] blk-wbt: make wbt pluggable Wang Jianchao (Kuaishou)
2022-02-16 11:48 ` [RFC V3 3/6] blk-iolatency: make iolatency pluggable Wang Jianchao (Kuaishou)
2022-02-16 11:48 ` [RFC V3 4/6] blk-iocost: make iocost pluggable Wang Jianchao (Kuaishou)
2022-02-16 16:10   ` kernel test robot
2022-02-16 11:48 ` [RFC V3 5/6] blk-ioprio: make ioprio pluggable and modular Wang Jianchao (Kuaishou)
2022-02-16 11:48 ` [RFC V3 6/6] blk: export the sysfs for switching qos Wang Jianchao (Kuaishou)

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=202202162159.aWo1ROMf-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.