[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201603030144.DWpJAyTB%fengguang.wu@intel.com>
Date: Thu, 3 Mar 2016 01:06:30 +0800
From: kbuild test robot <lkp@...el.com>
To: Jan Kara <jack@...e.cz>
Cc: kbuild-all@...org,
Sergey Senozhatsky <sergey.senozhatsky@...il.com>,
pmladek@...e.com, LKML <linux-kernel@...r.kernel.org>,
Jan Kara <jack@...e.cz>
Subject: Re: [PATCH 2/3] printk: Skip messages on oops
Hi Jan,
[auto build test ERROR on v4.5-rc6]
[cannot apply to next-20160302]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/Jan-Kara/printk-Make-printk-completely-async/20160303-000904
config: i386-tinyconfig (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
kernel/printk/printk.c: In function 'console_unlock':
>> kernel/printk/printk.c:2370:7: error: 'oops_start_seq' undeclared (first use in this function)
if (oops_start_seq &&
^
kernel/printk/printk.c:2370:7: note: each undeclared identifier is reported only once for each function it appears in
vim +/oops_start_seq +2370 kernel/printk/printk.c
2364
2365 /*
2366 * If oops happened and there are more than
2367 * PRINT_MSGS_BEFORE_OOPS messages pending before oops message,
2368 * skip them to make oops appear faster.
2369 */
> 2370 if (oops_start_seq &&
2371 console_seq + PRINT_MSGS_BEFORE_OOPS < oops_start_seq) {
2372 len = sprintf(text,
2373 "** %u printk messages dropped due to oops ** ",
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/octet-stream" (6204 bytes)
Powered by blists - more mailing lists