Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1367394
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 5/5] printk/nmi: flush NMI messages on the system panic |
| Date | 2016-03-30 18:40 +0200 |
| Message-ID | <rirjZ-87s-33@gated-at.bofh.it> (permalink) |
| References | <riqHh-7AW-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Hi Petr,
[auto build test ERROR on v4.6-rc1]
[cannot apply to tip/x86/core next-20160330]
[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/Petr-Mladek/Cleaning-printk-stuff-in-NMI-context/20160330-235818
config: i386-randconfig-s1-201613 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
kernel/printk/nmi.c: In function 'printk_nmi_flush_on_panic':
>> kernel/printk/nmi.c:218:4: error: implicit declaration of function 'debug_locks_off' [-Werror=implicit-function-declaration]
debug_locks_off();
^
cc1: some warnings being treated as errors
vim +/debug_locks_off +218 kernel/printk/nmi.c
212 * Do not risk a double release when more CPUs are up.
213 */
214 if (raw_spin_is_locked(&logbuf_lock)) {
215 if (num_online_cpus() > 1)
216 return;
217
> 218 debug_locks_off();
219 raw_spin_lock_init(&logbuf_lock);
220 }
221
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v4 0/5] Cleaning printk stuff in NMI context Petr Mladek <pmladek@suse.com> - 2016-03-30 18:00 +0200
[PATCH v4 3/5] printk/nmi: warn when some message has been lost in NMI context Petr Mladek <pmladek@suse.com> - 2016-03-30 18:00 +0200
[PATCH v4 5/5] printk/nmi: flush NMI messages on the system panic Petr Mladek <pmladek@suse.com> - 2016-03-30 18:00 +0200
Re: [PATCH v4 5/5] printk/nmi: flush NMI messages on the system panic kbuild test robot <lkp@intel.com> - 2016-03-30 18:40 +0200
Re: [PATCH v4 5/5] printk/nmi: flush NMI messages on the system panic Petr Mladek <pmladek@suse.com> - 2016-03-31 14:40 +0200
[PATCH v4 4/5] printk/nmi: increase the size of NMI buffer and make it configurable Petr Mladek <pmladek@suse.com> - 2016-03-30 18:00 +0200
csiph-web