netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ionic build issues?
@ 2019-09-20  0:27 Jakub Kicinski
  2019-09-20  0:29 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Jakub Kicinski @ 2019-09-20  0:27 UTC (permalink / raw)
  To: Shannon Nelson; +Cc: netdev

[-- Attachment #1: Type: text/plain, Size: 937 bytes --]

Hi Shannon!

I've enabled ionic to do some build testing before pushing patches
today, and with my tree which I build with W=1 C=1 I run into this:

../drivers/net/ethernet/pensando/ionic/ionic_main.c: In function ‘ionic_adminq_cb’:
../drivers/net/ethernet/pensando/ionic/ionic_main.c:229:2: error: implicit declaration of function ‘dynamic_hex_dump’ [-Werror=implicit-function-declaration]
  229 |  dynamic_hex_dump("comp ", DUMP_PREFIX_OFFSET, 16, 1,
      |  ^~~~~~~~~~~~~~~~
../drivers/net/ethernet/pensando/ionic/ionic_lif.c: In function ‘ionic_notifyq_service’:
../drivers/net/ethernet/pensando/ionic/ionic_lif.c:673:2: error: implicit declaration of function ‘dynamic_hex_dump’ [-Werror=implicit-function-declaration]
  673 |  dynamic_hex_dump("event ", DUMP_PREFIX_OFFSET, 16, 1,
      |  ^~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors

Config attached, could you please take a look?

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 27441 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ionic build issues?
  2019-09-20  0:27 ionic build issues? Jakub Kicinski
@ 2019-09-20  0:29 ` Randy Dunlap
  2019-09-20  0:50   ` Jakub Kicinski
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2019-09-20  0:29 UTC (permalink / raw)
  To: Jakub Kicinski, Shannon Nelson; +Cc: netdev

On 9/19/19 5:27 PM, Jakub Kicinski wrote:
> Hi Shannon!
> 
> I've enabled ionic to do some build testing before pushing patches
> today, and with my tree which I build with W=1 C=1 I run into this:
> 
> ../drivers/net/ethernet/pensando/ionic/ionic_main.c: In function ‘ionic_adminq_cb’:
> ../drivers/net/ethernet/pensando/ionic/ionic_main.c:229:2: error: implicit declaration of function ‘dynamic_hex_dump’ [-Werror=implicit-function-declaration]
>   229 |  dynamic_hex_dump("comp ", DUMP_PREFIX_OFFSET, 16, 1,
>       |  ^~~~~~~~~~~~~~~~
> ../drivers/net/ethernet/pensando/ionic/ionic_lif.c: In function ‘ionic_notifyq_service’:
> ../drivers/net/ethernet/pensando/ionic/ionic_lif.c:673:2: error: implicit declaration of function ‘dynamic_hex_dump’ [-Werror=implicit-function-declaration]
>   673 |  dynamic_hex_dump("event ", DUMP_PREFIX_OFFSET, 16, 1,
>       |  ^~~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> 
> Config attached, could you please take a look?
> 

Patch is already posted.
See https://lore.kernel.org/netdev/20190918195607.2080036-1-arnd@arndb.de/

-- 
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ionic build issues?
  2019-09-20  0:29 ` Randy Dunlap
@ 2019-09-20  0:50   ` Jakub Kicinski
  0 siblings, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2019-09-20  0:50 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Shannon Nelson, netdev

On Thu, 19 Sep 2019 17:29:28 -0700, Randy Dunlap wrote:
> On 9/19/19 5:27 PM, Jakub Kicinski wrote:
> > Hi Shannon!
> > 
> > I've enabled ionic to do some build testing before pushing patches
> > today, and with my tree which I build with W=1 C=1 I run into this:
> > 
> > ../drivers/net/ethernet/pensando/ionic/ionic_main.c: In function ‘ionic_adminq_cb’:
> > ../drivers/net/ethernet/pensando/ionic/ionic_main.c:229:2: error: implicit declaration of function ‘dynamic_hex_dump’ [-Werror=implicit-function-declaration]
> >   229 |  dynamic_hex_dump("comp ", DUMP_PREFIX_OFFSET, 16, 1,
> >       |  ^~~~~~~~~~~~~~~~
> > ../drivers/net/ethernet/pensando/ionic/ionic_lif.c: In function ‘ionic_notifyq_service’:
> > ../drivers/net/ethernet/pensando/ionic/ionic_lif.c:673:2: error: implicit declaration of function ‘dynamic_hex_dump’ [-Werror=implicit-function-declaration]
> >   673 |  dynamic_hex_dump("event ", DUMP_PREFIX_OFFSET, 16, 1,
> >       |  ^~~~~~~~~~~~~~~~
> > cc1: some warnings being treated as errors
> > 
> > Config attached, could you please take a look?
> >   
> 
> Patch is already posted.
> See https://lore.kernel.org/netdev/20190918195607.2080036-1-arnd@arndb.de/

Ah, thanks for pointing that out.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-20  0:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-20  0:27 ionic build issues? Jakub Kicinski
2019-09-20  0:29 ` Randy Dunlap
2019-09-20  0:50   ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).