All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Ming Lei <ming.lei@redhat.com>, Jens Axboe <axboe@kernel.dk>,
	linux-block@vger.kernel.org
Cc: oe-kbuild-all@lists.linux.dev, Ming Lei <ming.lei@redhat.com>
Subject: Re: [PATCH 3/3] loop: disable writeback throttling and fix nowait support
Date: Wed, 19 Nov 2025 20:45:16 +0800	[thread overview]
Message-ID: <202511192025.ApZLv3Ly-lkp@intel.com> (raw)
In-Reply-To: <20251119093855.3405421-4-ming.lei@redhat.com>

Hi Ming,

kernel test robot noticed the following build errors:

[auto build test ERROR on axboe/for-next]
[also build test ERROR on next-20251119]
[cannot apply to linus/master v6.18-rc6]
[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#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Ming-Lei/loop-move-kiocb_start_write-to-aio-prep-phase/20251119-174659
base:   https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git for-next
patch link:    https://lore.kernel.org/r/20251119093855.3405421-4-ming.lei%40redhat.com
patch subject: [PATCH 3/3] loop: disable writeback throttling and fix nowait support
config: nios2-allnoconfig (https://download.01.org/0day-ci/archive/20251119/202511192025.ApZLv3Ly-lkp@intel.com/config)
compiler: nios2-linux-gcc (GCC) 11.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251119/202511192025.ApZLv3Ly-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/202511192025.ApZLv3Ly-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from block/elevator.c:45:
>> block/blk-wbt.h:19:20: error: static declaration of 'wbt_disable_default' follows non-static declaration
      19 | static inline void wbt_disable_default(struct gendisk *disk)
         |                    ^~~~~~~~~~~~~~~~~~~
   In file included from block/elevator.c:28:
   include/linux/blkdev.h:452:6: note: previous declaration of 'wbt_disable_default' with type 'void(struct gendisk *)'
     452 | void wbt_disable_default(struct gendisk *disk);
         |      ^~~~~~~~~~~~~~~~~~~


vim +/wbt_disable_default +19 block/blk-wbt.h

e34cbd307477ae Jens Axboe        2016-11-09  18  
04aad37be1a88d Christoph Hellwig 2023-02-03 @19  static inline void wbt_disable_default(struct gendisk *disk)
e34cbd307477ae Jens Axboe        2016-11-09  20  {
e34cbd307477ae Jens Axboe        2016-11-09  21  }
04aad37be1a88d Christoph Hellwig 2023-02-03  22  static inline void wbt_enable_default(struct gendisk *disk)
e34cbd307477ae Jens Axboe        2016-11-09  23  {
e34cbd307477ae Jens Axboe        2016-11-09  24  }
e34cbd307477ae Jens Axboe        2016-11-09  25  

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

      reply	other threads:[~2025-11-19 12:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-19  9:38 [PATCH 0/3] loop: nowait aio bug fixes Ming Lei
2025-11-19  9:38 ` [PATCH 1/3] loop: move kiocb_start_write to aio prep phase Ming Lei
2025-11-19  9:38 ` [PATCH 2/3] loop: fix error handling in aio functions Ming Lei
2025-11-19  9:38 ` [PATCH 3/3] loop: disable writeback throttling and fix nowait support Ming Lei
2025-11-19 12:45   ` kernel test robot [this message]

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=202511192025.ApZLv3Ly-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=axboe@kernel.dk \
    --cc=linux-block@vger.kernel.org \
    --cc=ming.lei@redhat.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    /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.