Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1244361
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: Re: [PATCH] panic: release stale console lock to always get the logbuf printed out |
| Date | 2015-10-12 05:10 +0200 |
| Message-ID | <qiBER-35s-5@gated-at.bofh.it> (permalink) |
| References | <qhfn3-7oy-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Hi Jan,
[auto build test ERROR on v4.3-rc4 -- if it's inappropriate base, please ignore]
config: arm64-allnoconfig (attached as .config)
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=arm64
All errors (new ones prefixed by >>):
kernel/printk/printk.c: In function 'printk_log_buf_drain':
>> kernel/printk/printk.c:2410:3: error: implicit declaration of function 'zap_locks' [-Werror=implicit-function-declaration]
zap_locks();
^
cc1: some warnings being treated as errors
vim +/zap_locks +2410 kernel/printk/printk.c
2404 void printk_log_buf_drain(bool panic)
2405 {
2406 bool retry;
2407 unsigned long flags;
2408
2409 if (panic)
> 2410 zap_locks();
2411
2412 while (1) {
2413 raw_spin_lock_irqsave(&logbuf_lock, flags);
---
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] panic: release stale console lock to always get the logbuf printed out Vitaly Kuznetsov <vkuznets@redhat.com> - 2015-10-07 19:10 +0200
Re: [PATCH] panic: release stale console lock to always get the logbuf printed out Andrew Morton <akpm@linux-foundation.org> - 2015-10-08 00:40 +0200
Re: [PATCH] panic: release stale console lock to always get the logbuf printed out Jan Kara <jack@suse.cz> - 2015-10-08 11:10 +0200
Re: [PATCH] panic: release stale console lock to always get the logbuf printed out Vitaly Kuznetsov <vkuznets@redhat.com> - 2015-10-08 12:10 +0200
Re: [PATCH] panic: release stale console lock to always get the logbuf printed out Andrew Morton <akpm@linux-foundation.org> - 2015-10-08 23:00 +0200
Re: [PATCH] panic: release stale console lock to always get the logbuf printed out Vitaly Kuznetsov <vkuznets@redhat.com> - 2015-10-09 12:20 +0200
Re: [PATCH] panic: release stale console lock to always get the logbuf printed out Vitaly Kuznetsov <vkuznets@redhat.com> - 2015-10-09 14:50 +0200
Re: Re: [PATCH] panic: release stale console lock to always get the logbuf printed out kbuild test robot <lkp@intel.com> - 2015-10-12 05:10 +0200
Re: [PATCH] panic: release stale console lock to always get the logbuf printed out Vitaly Kuznetsov <vkuznets@redhat.com> - 2015-10-08 12:00 +0200
Re: [PATCH] panic: release stale console lock to always get the logbuf printed out Andrew Morton <akpm@linux-foundation.org> - 2015-10-08 23:00 +0200
Re: [PATCH] panic: release stale console lock to always get the logbuf printed out Vitaly Kuznetsov <vkuznets@redhat.com> - 2015-10-09 12:20 +0200
csiph-web