public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: Gao Xiang <hsiangkao@redhat•com>
To: coverity-bot <keescook@chromium•org>
Cc: Chao Yu <yuchao0@huawei•com>,
	"Gustavo A. R. Silva" <gustavo@embeddedor•com>,
	linux-next@vger•kernel.org
Subject: Re: Coverity: erofs_get_pcpubuf(): Program hangs
Date: Fri, 9 Apr 2021 09:06:02 +0800	[thread overview]
Message-ID: <20210409010602.GB689534@xiangao.remote.csb> (raw)
In-Reply-To: <202104081709.48778B3@keescook>

Hi,

On Thu, Apr 08, 2021 at 05:09:53PM -0700, coverity-bot wrote:
> Hello!
> 
> This is an experimental semi-automated report about issues detected by
> Coverity from a scan of next-20210408 as part of the linux-next scan project:
> https://scan.coverity.com/projects/linux-next-weekly-scan
> 
> You're getting this email because you were associated with the identified
> lines of code (noted below) that were touched by commits:
> 
>   Wed Apr 7 12:41:22 2021 +0800
>     91a196935395 ("erofs: introduce multipage per-CPU buffers")
> 
> Coverity reported the following:
> 
> *** CID 1503700:  Program hangs  (LOCK)
> /fs/erofs/pcpubuf.c: 31 in erofs_get_pcpubuf()
> 25     	raw_spin_lock(&pcb->lock);
> 26     	if (requiredpages > pcb->nrpages) {
> 27     		raw_spin_unlock(&pcb->lock);
> 28     		put_cpu_var(erofs_pcb);
> 29     		return NULL;
> 30     	}
> vvv     CID 1503700:  Program hangs  (LOCK)
> vvv     Returning without unlocking "pcb->lock".
> 31     	return pcb->ptr;
> 32     }
> 33
> 34     void erofs_put_pcpubuf(void *ptr)
> 35     {
> 36     	struct erofs_pcpubuf *pcb = &per_cpu(erofs_pcb, smp_processor_id());
> 
> If this is a false positive, please let us know so we can mark it as
> such, or teach the Coverity rules to be smarter. If not, please make
> sure fixes get into linux-next. :) For patches fixing this, please
> include these lines (but double-check the "Fixes" first):

I think this is a false positive here, since erofs_get_pcpubuf() should match
with erofs_put_pcpubuf(), which is used to unlock pcb->lock.

Thanks,
Gao Xiang

> 
> Reported-by: coverity-bot <keescook+coverity-bot@chromium•org>
> Addresses-Coverity-ID: 1503700 ("Program hangs")
> Fixes: 91a196935395 ("erofs: introduce multipage per-CPU buffers")
> 
> Thanks for your attention!
> 
> -- 
> Coverity-bot
> 


      reply	other threads:[~2021-04-09  1:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-09  0:09 Coverity: erofs_get_pcpubuf(): Program hangs coverity-bot
2021-04-09  1:06 ` Gao Xiang [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=20210409010602.GB689534@xiangao.remote.csb \
    --to=hsiangkao@redhat$(echo .)com \
    --cc=gustavo@embeddedor$(echo .)com \
    --cc=keescook@chromium$(echo .)org \
    --cc=linux-next@vger$(echo .)kernel.org \
    --cc=yuchao0@huawei$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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