Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1446611
| From | kbuild test robot <fengguang.wu@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | drivers/virtio/virtio_balloon.o: warning: objtool: release_pages_balloon()+0x98: function has unreachable instruction |
| Date | 2016-07-19 19:40 +0200 |
| Message-ID | <rWH9T-6UI-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
[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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
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
csiph-web