[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241206232145.37548-1-kuniyu@amazon.com>
Date: Sat, 7 Dec 2024 08:21:45 +0900
From: Kuniyuki Iwashima <kuniyu@...zon.com>
To: <lkp@...el.com>
CC: <davem@...emloft.net>, <edumazet@...gle.com>, <kuba@...nel.org>,
<kuniyu@...zon.com>, <llvm@...ts.linux.dev>, <netdev@...r.kernel.org>,
<oe-kbuild-all@...ts.linux.dev>, <pabeni@...hat.com>
Subject: Re: [PATCH v1 net-next 08/15] socket: Pass hold_net to sk_alloc().
From: kernel test robot <lkp@...el.com>
Date: Sat, 7 Dec 2024 05:43:05 +0800
> >> net/iucv/af_iucv.c:455:59: error: too few arguments to function call, expected 6, have 5
> 455 | sk = sk_alloc(&init_net, PF_IUCV, prio, &iucv_proto, kern);
> | ~~~~~~~~
Oh, PF_IUCV depends on CONFIG_S390, that's why I couldn't catch it
with allmodconfig and allyesconfig :/
---8<---
config AFIUCV
depends on S390
---8<---
Powered by blists - more mailing lists