public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
From: Guoqing Jiang <guoqing.jiang@linux.dev>
To: kernel test robot <lkp@intel.com>, song@kernel.org
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
	buczek@molgen.mpg.de, linux-raid@vger.kernel.org
Subject: Re: [PATCH V3 1/2] md: don't unregister sync_thread with reconfig_mutex held
Date: Fri, 6 May 2022 10:34:10 +0800	[thread overview]
Message-ID: <47083765-b65c-17a3-5c73-4fcbe40e9a52@linux.dev> (raw)
In-Reply-To: <202205060116.J42KgtCW-lkp@intel.com>



On 5/6/22 2:04 AM, kernel test robot wrote:
> Hi Guoqing,
>
> Thank you for the patch! Perhaps something to improve:
>
> [auto build test WARNING on song-md/md-next]
> [also build test WARNING on v5.18-rc5 next-20220505]
> [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/intel-lab-lkp/linux/commits/Guoqing-Jiang/two-fixes-for-md/20220505-162202
> base:   git://git.kernel.org/pub/scm/linux/kernel/git/song/md.git md-next
> config: hexagon-randconfig-r045-20220505 (https://download.01.org/0day-ci/archive/20220506/202205060116.J42KgtCW-lkp@intel.com/config)
> compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 5e004fb787698440a387750db7f8028e7cb14cfc)
> 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/intel-lab-lkp/linux/commit/e8e9c97eb79c337a89a98a92106cfa6139a7c9e0
>          git remote add linux-review https://github.com/intel-lab-lkp/linux
>          git fetch --no-tags linux-review Guoqing-Jiang/two-fixes-for-md/20220505-162202
>          git checkout e8e9c97eb79c337a89a98a92106cfa6139a7c9e0
>          # save the config file
>          mkdir build_dir && cp config build_dir/.config
>          COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=hexagon SHELL=/bin/bash drivers/md/
>
> 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/md/md.c:9448:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
>                     mddev_lock(mddev);
>                     ^~~~~~~~~~ ~~~~~
>     1 warning generated.

Thanks! I should call mddev_lock_nointr here.

Guoqing

      reply	other threads:[~2022-05-06  2:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220505081641.21500-2-guoqing.jiang@linux.dev>
2022-05-05 18:04 ` [PATCH V3 1/2] md: don't unregister sync_thread with reconfig_mutex held kernel test robot
2022-05-06  2:34   ` Guoqing Jiang [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=47083765-b65c-17a3-5c73-4fcbe40e9a52@linux.dev \
    --to=guoqing.jiang@linux.dev \
    --cc=buczek@molgen.mpg.de \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=llvm@lists.linux.dev \
    --cc=song@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