Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1464006 > unrolled thread
| Started by | kbuild test robot <lkp@intel.com> |
|---|---|
| First post | 2016-08-16 20:30 +0200 |
| Last post | 2016-08-16 22:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2 2/3] usb: gadget: f_uac2: split out audio core kbuild test robot <lkp@intel.com> - 2016-08-16 20:30 +0200
Re: [PATCH v2 2/3] usb: gadget: f_uac2: split out audio core Ruslan Bilovol <ruslan.bilovol@gmail.com> - 2016-08-16 22:50 +0200
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Date | 2016-08-16 20:30 +0200 |
| Subject | Re: [PATCH v2 2/3] usb: gadget: f_uac2: split out audio core |
| Message-ID | <s6RhD-6xt-7@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Hi Ruslan,
[auto build test ERROR on balbi-usb/next]
[also build test ERROR on v4.8-rc2 next-20160816]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Ruslan-Bilovol/USB-Audio-Gadget-refactoring/20160814-185318
base: https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git next
config: x86_64-randconfig-a0-08162223 (attached as .config)
compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
drivers/usb/gadget/function/usb_f_uac1.o: In function `gaudio_setup':
>> (.text+0x16ce): multiple definition of `gaudio_setup'
drivers/usb/gadget/function/u_audio.o:u_audio.c:(.text+0x937): first defined here
drivers/usb/gadget/function/usb_f_uac1.o: In function `gaudio_cleanup':
>> (.text+0x1147): multiple definition of `gaudio_cleanup'
drivers/usb/gadget/function/u_audio.o:u_audio.c:(.text+0x3f): first defined here
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[toc] | [next] | [standalone]
| From | Ruslan Bilovol <ruslan.bilovol@gmail.com> |
|---|---|
| Date | 2016-08-16 22:50 +0200 |
| Message-ID | <s6Tt7-7TM-17@gated-at.bofh.it> |
| In reply to | #1464006 |
On Tue, Aug 16, 2016 at 9:20 PM, kbuild test robot <lkp@intel.com> wrote: > Hi Ruslan, > > [auto build test ERROR on balbi-usb/next] > [also build test ERROR on v4.8-rc2 next-20160816] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Ruslan-Bilovol/USB-Audio-Gadget-refactoring/20160814-185318 > base: https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git next > config: x86_64-randconfig-a0-08162223 (attached as .config) > compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7 > reproduce: > # save the attached .config to linux build tree > make ARCH=x86_64 > > All errors (new ones prefixed by >>): > > drivers/usb/gadget/function/usb_f_uac1.o: In function `gaudio_setup': >>> (.text+0x16ce): multiple definition of `gaudio_setup' > drivers/usb/gadget/function/u_audio.o:u_audio.c:(.text+0x937): first defined here > drivers/usb/gadget/function/usb_f_uac1.o: In function `gaudio_cleanup': >>> (.text+0x1147): multiple definition of `gaudio_cleanup' > drivers/usb/gadget/function/u_audio.o:u_audio.c:(.text+0x3f): first defined here > Arrgh, it now conflicts in this patchset where we keep old f_uac1 functionality. Will fix it in next patchset. Best regards, Ruslan
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web