linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: "Manuel Schölling" <manuel.schoelling@gmx.de>
Cc: kbuild-all@01.org, plagnioj@jcrosoft.com, tomi.valkeinen@ti.com,
	manuel.schoelling@gmx.de, jslaby@suse.cz,
	gregkh@linuxfoundation.org, linux-fbdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, andrey_utkin@fastmail.com
Subject: Re: [PATCH v4.1 2/2] console: Add persistent scrollback buffers for all VGA consoles
Date: Thu, 17 Nov 2016 05:40:49 +0800	[thread overview]
Message-ID: <201611170549.Q3WTfoMB%fengguang.wu@intel.com> (raw)
In-Reply-To: <1479328260-16286-3-git-send-email-manuel.schoelling@gmx.de>

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

Hi Manuel,

[auto build test ERROR on linus/master]
[also build test ERROR on v4.9-rc5 next-20161116]
[cannot apply to v4.1]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Manuel-Sch-lling/console-Add-persistent-scrollback-buffers-for-all-VGA-console/20161117-051658
config: x86_64-randconfig-x015-201646 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/video/console/vgacon.c: In function 'vgacon_scrolldelta':
>> drivers/video/console/vgacon.c:332:14: error: 'vgacon_scrollback' undeclared (first use in this function)
     if (start > vgacon_scrollback.cnt)
                 ^~~~~~~~~~~~~~~~~
   drivers/video/console/vgacon.c:332:14: note: each undeclared identifier is reported only once for each function it appears in

vim +/vgacon_scrollback +332 drivers/video/console/vgacon.c

25056ccd Manuel Schölling   2016-11-16  326  	start = vgacon_scrollback_cur->cur + lines;
15bdab95 Antonino A. Daplas 2006-03-27  327  	end = start + abs(lines);
15bdab95 Antonino A. Daplas 2006-03-27  328  
15bdab95 Antonino A. Daplas 2006-03-27  329  	if (start < 0)
15bdab95 Antonino A. Daplas 2006-03-27  330  		start = 0;
15bdab95 Antonino A. Daplas 2006-03-27  331  
18add6b3 Manuel Schölling   2016-11-16 @332  	if (start > vgacon_scrollback.cnt)
18add6b3 Manuel Schölling   2016-11-16  333  		start = vgacon_scrollback.cnt;
15bdab95 Antonino A. Daplas 2006-03-27  334  
15bdab95 Antonino A. Daplas 2006-03-27  335  	if (end < 0)

:::::: The code at line 332 was first introduced by commit
:::::: 18add6b31208f391323fcaa95f80c4f61d7bdd06 console: Move scrollback data into its own struct

:::::: TO: Manuel Schölling <manuel.schoelling@gmx.de>
:::::: CC: 0day robot <fengguang.wu@intel.com>

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

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 27061 bytes --]

  reply	other threads:[~2016-11-16 21:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-18 22:06 [PATCH v3] console: Add persistent scrollback buffers for all VGA consoles Manuel Schölling
2016-09-19 18:16 ` Manuel Schölling
2016-09-27 10:58 ` Greg KH
2016-11-10 21:47 ` Andrey Utkin
2016-11-16 17:38   ` [PATCH v4] console: Add persistent scrollback buffers for all VGA console Manuel Schölling
2016-11-16 20:30     ` [PATCH v4.1 0/2] " Manuel Schölling
2016-11-16 20:30       ` [PATCH v4.1 1/2] console: Move scrollback data into its own struct Manuel Schölling
2016-11-16 20:31       ` [PATCH v4.1 2/2] console: Add persistent scrollback buffers for all VGA consoles Manuel Schölling
2016-11-16 21:40         ` kbuild test robot [this message]
2016-11-16 17:40   ` [PATCH v3] " Manuel Schölling

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=201611170549.Q3WTfoMB%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=andrey_utkin@fastmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jslaby@suse.cz \
    --cc=kbuild-all@01.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manuel.schoelling@gmx.de \
    --cc=plagnioj@jcrosoft.com \
    --cc=tomi.valkeinen@ti.com \
    /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).