Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1446611 > unrolled thread
| Started by | kbuild test robot <fengguang.wu@intel.com> |
|---|---|
| First post | 2016-07-19 19:40 +0200 |
| Last post | 2016-07-20 03:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
drivers/virtio/virtio_balloon.o: warning: objtool: release_pages_balloon()+0x98: function has unreachable instruction kbuild test robot <fengguang.wu@intel.com> - 2016-07-19 19:40 +0200
Re: [kbuild-all] drivers/virtio/virtio_balloon.o: warning: objtool: release_pages_balloon()+0x98: function has unreachable instruction Fengguang Wu <fengguang.wu@intel.com> - 2016-07-20 03:10 +0200
| From | kbuild test robot <fengguang.wu@intel.com> |
|---|---|
| Date | 2016-07-19 19:40 +0200 |
| Subject | drivers/virtio/virtio_balloon.o: warning: objtool: release_pages_balloon()+0x98: function has unreachable instruction |
| Message-ID | <rWH9T-6UI-15@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 47ef4ad2684d380dd6d596140fb79395115c3950
commit: 87c9403b0d1de4676b0bd273eea68fcf6de68e68 virtio_balloon: fix PFN format for virtio-1
date: 8 weeks ago
config: x86_64-randconfig-a0-07191719 (attached as .config)
compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7
reproduce:
git checkout 87c9403b0d1de4676b0bd273eea68fcf6de68e68
# save the attached .config to linux build tree
make ARCH=x86_64
All warnings (new ones prefixed by >>):
drivers/virtio/virtio_balloon.c: In function 'update_balloon_stats':
drivers/virtio/virtio_balloon.c:249: warning: 'events[2]' is used uninitialized in this function
drivers/virtio/virtio_balloon.c:251: warning: 'events[3]' is used uninitialized in this function
drivers/virtio/virtio_balloon.c:232: warning: 'events[12]' is used uninitialized in this function
drivers/virtio/virtio_balloon.c:239: note: 'events[12]' was declared here
drivers/virtio/virtio_balloon.c:232: warning: 'events[11]' is used uninitialized in this function
drivers/virtio/virtio_balloon.c:239: note: 'events[11]' was declared here
>> drivers/virtio/virtio_balloon.o: warning: objtool: release_pages_balloon()+0x98: function has unreachable instruction
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[toc] | [next] | [standalone]
| From | Fengguang Wu <fengguang.wu@intel.com> |
|---|---|
| Date | 2016-07-20 03:10 +0200 |
| Subject | Re: [kbuild-all] drivers/virtio/virtio_balloon.o: warning: objtool: release_pages_balloon()+0x98: function has unreachable instruction |
| Message-ID | <rWObn-32L-1@gated-at.bofh.it> |
| In reply to | #1446611 |
Hi Cornelia, Michael, Sorry please ignore this one -- it looks like false warning from old gcc 4.4 and 4.6 -- we just enabled old compiler tests triggered thousands of these warnings.. Thanks, Fengguang On Wed, Jul 20, 2016 at 01:33:15AM +0800, kbuild test robot wrote: >tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master >head: 47ef4ad2684d380dd6d596140fb79395115c3950 >commit: 87c9403b0d1de4676b0bd273eea68fcf6de68e68 virtio_balloon: fix PFN format for virtio-1 >date: 8 weeks ago >config: x86_64-randconfig-a0-07191719 (attached as .config) >compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7 >reproduce: > git checkout 87c9403b0d1de4676b0bd273eea68fcf6de68e68 > # save the attached .config to linux build tree > make ARCH=x86_64 > >All warnings (new ones prefixed by >>): > > drivers/virtio/virtio_balloon.c: In function 'update_balloon_stats': > drivers/virtio/virtio_balloon.c:249: warning: 'events[2]' is used uninitialized in this function > drivers/virtio/virtio_balloon.c:251: warning: 'events[3]' is used uninitialized in this function > drivers/virtio/virtio_balloon.c:232: warning: 'events[12]' is used uninitialized in this function > drivers/virtio/virtio_balloon.c:239: note: 'events[12]' was declared here > drivers/virtio/virtio_balloon.c:232: warning: 'events[11]' is used uninitialized in this function > drivers/virtio/virtio_balloon.c:239: note: 'events[11]' was declared here >>> drivers/virtio/virtio_balloon.o: warning: objtool: release_pages_balloon()+0x98: function has unreachable instruction > >--- >0-DAY kernel test infrastructure Open Source Technology Center >https://lists.01.org/pipermail/kbuild-all Intel Corporation >_______________________________________________ >kbuild-all mailing list >kbuild-all@lists.01.org >https://lists.01.org/mailman/listinfo/kbuild-all
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web