linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <fengguang.wu@intel.com>
To: Al Viro <viro@zeniv.linux.org.uk>
Cc: kbuild-all@01.org, linux-fsdevel@vger.kernel.org
Subject: [vfs:work.pages 61/67] kernel/power/swap.c:1583:2: error: expected ';' before 'if'
Date: Sun, 20 Dec 2015 16:30:01 +0800	[thread overview]
Message-ID: <201512201657.dFXotwav%fengguang.wu@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.pages
head:   adcc9126391f7e43d3fdc18c820f13c52125cf1f
commit: b505390420619acbd320e8792af4c22b0d96d897 [61/67] switch obvious cases to get_free_page()
config: x86_64-lkp (attached as .config)
reproduce:
        git checkout b505390420619acbd320e8792af4c22b0d96d897
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   kernel/power/swap.c: In function 'swsusp_header_init':
>> kernel/power/swap.c:1583:2: error: expected ';' before 'if'
     if (!swsusp_header)
     ^

vim +1583 kernel/power/swap.c

62c552cc Bojan Smojver 2012-06-16  1577  }
62c552cc Bojan Smojver 2012-06-16  1578  #endif
62c552cc Bojan Smojver 2012-06-16  1579  
1b29c164 Vivek Goyal   2007-05-02  1580  static int swsusp_header_init(void)
1b29c164 Vivek Goyal   2007-05-02  1581  {
b5053904 Al Viro       2015-12-14  1582  	swsusp_header =  get_free_page(GFP_KERNEL)
1b29c164 Vivek Goyal   2007-05-02 @1583  	if (!swsusp_header)
1b29c164 Vivek Goyal   2007-05-02  1584  		panic("Could not allocate memory for swsusp_header\n");
1b29c164 Vivek Goyal   2007-05-02  1585  	return 0;
1b29c164 Vivek Goyal   2007-05-02  1586  }

:::::: The code at line 1583 was first introduced by commit
:::::: 1b29c1643c0d82512477ccd97dc290198fe23e22 [PATCH] x86-64: do not use virt_to_page on kernel data address

:::::: TO: Vivek Goyal <vgoyal@in.ibm.com>
:::::: CC: Andi Kleen <andi@basil.nowhere.org>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 22101 bytes --]

                 reply	other threads:[~2015-12-20  8:27 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=201512201657.dFXotwav%fengguang.wu@intel.com \
    --to=fengguang.wu@intel.com \
    --cc=kbuild-all@01.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=viro@zeniv.linux.org.uk \
    /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;
as well as URLs for NNTP newsgroup(s).