public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Dan Carpenter <dan.carpenter@oracle.com>
To: linux-ia64@vger.kernel.org
Subject: re: [IA64] Failure to grow RBS
Date: Wed, 06 Nov 2013 19:26:25 +0000	[thread overview]
Message-ID: <20131106192625.GA22627@elgon.mountain> (raw)

Hello Andrew Burgess,

This is a semi-automatic email about new static checker warnings.

The patch e8c59c0cf9c9: "[IA64] Failure to grow RBS" from Aug 16, 
2007, leads to the following Smatch complaint:

arch/ia64/mm/fault.c:138 ia64_do_page_fault()
	 error: we previously assumed 'vma' could be null (see line 138)

arch/ia64/mm/fault.c
   137	         */
   138	        if (( !vma && prev_vma ) || (address < vma->vm_start) )
                      ^^^^                             ^^^^^^^^^^^^^
If !vma and !prev_vma then Oops.

   139			goto check_expansion;
   140	

regards,
dan carpenter

                 reply	other threads:[~2013-11-06 19:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20131106192625.GA22627@elgon.mountain \
    --to=dan.carpenter@oracle.com \
    --cc=linux-ia64@vger.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