Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B45C4C7619A for ; Mon, 20 Mar 2023 20:36:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230175AbjCTUgO (ORCPT ); Mon, 20 Mar 2023 16:36:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33920 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230051AbjCTUgK (ORCPT ); Mon, 20 Mar 2023 16:36:10 -0400 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8DF3628E98; Mon, 20 Mar 2023 13:36:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679344566; x=1710880566; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=UsoZniJEJWP45lJ5ecD6XZcUsmbUa2BKs5hpD4ZsmmI=; b=S4bv9s5vtp72P/pp+XFZdqWgGeiydVVHXGC3/vEIysCMZVltQPxMiIq4 3jngxuo/Tx9b7V+kqVofE5yj2Nly2vMVZv0MHBLNewnoE4GrN24l4IDBA H5YTW8crKdnGjHLsgSxTH1AjCbARaY70MjQUJa3M+aQ7iCc839g1X0VMq ZQjfYPbtkf7PAovSzbvul+tb+bmwJ8ncbiAPnnm0zf4AUsgJcH0lBtLj7 5iCh4tcL+ruhHVF7t+p2eGH+/+WAyswiL4YZHwdU2iJUysIgehN/zkq4b nGITdGE/p72b+e/qmSH7rnKP5LGi2RM+FAaIGpxe04CmsDvVF4qvdiQyk w==; X-IronPort-AV: E=McAfee;i="6600,9927,10655"; a="318424175" X-IronPort-AV: E=Sophos;i="5.98,276,1673942400"; d="scan'208";a="318424175" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Mar 2023 13:36:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10655"; a="681223530" X-IronPort-AV: E=Sophos;i="5.98,276,1673942400"; d="scan'208";a="681223530" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by orsmga002.jf.intel.com with ESMTP; 20 Mar 2023 13:36:01 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1peMEW-000BIY-0e; Mon, 20 Mar 2023 20:35:56 +0000 Date: Tue, 21 Mar 2023 04:34:56 +0800 From: kernel test robot To: Nuno =?iso-8859-1?Q?Gon=E7alves?= , =?iso-8859-1?Q?Bj=F6rn_T=F6pel?= , Magnus Karlsson , Maciej Fijalkowski , Jonathan Lemon , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Christian Brauner , Alexei Starovoitov , Daniel Borkmann , Jesper Dangaard Brouer , John Fastabend Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, netdev@vger.kernel.org, Nuno =?iso-8859-1?Q?Gon=E7alves?= , bpf@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH bpf-next] xsk: allow remap of fill and/or completion rings Message-ID: <202303210446.mO2yxOwo-lkp@intel.com> References: <20230320105323.187307-1-nunog@fr24.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230320105323.187307-1-nunog@fr24.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Nuno, Thank you for the patch! Yet something to improve: [auto build test ERROR on bpf-next/master] url: https://github.com/intel-lab-lkp/linux/commits/Nuno-Gon-alves/xsk-allow-remap-of-fill-and-or-completion-rings/20230320-190022 base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git master patch link: https://lore.kernel.org/r/20230320105323.187307-1-nunog%40fr24.com patch subject: [PATCH bpf-next] xsk: allow remap of fill and/or completion rings config: i386-randconfig-a013 (https://download.01.org/0day-ci/archive/20230321/202303210446.mO2yxOwo-lkp@intel.com/config) compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/intel-lab-lkp/linux/commit/56f6a0c68dd5f4419fd7685cc83ceee2c70f3f2e git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Nuno-Gon-alves/xsk-allow-remap-of-fill-and-or-completion-rings/20230320-190022 git checkout 56f6a0c68dd5f4419fd7685cc83ceee2c70f3f2e # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash net/xdp/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202303210446.mO2yxOwo-lkp@intel.com/ All errors (new ones prefixed by >>): >> net/xdp/xsk.c:1303:24: error: use of undeclared identifier 'xs' int state = READ_ONCE(xs->state); ^ >> net/xdp/xsk.c:1303:24: error: use of undeclared identifier 'xs' >> net/xdp/xsk.c:1303:24: error: use of undeclared identifier 'xs' >> net/xdp/xsk.c:1303:24: error: use of undeclared identifier 'xs' >> net/xdp/xsk.c:1303:24: error: use of undeclared identifier 'xs' >> net/xdp/xsk.c:1303:24: error: use of undeclared identifier 'xs' >> net/xdp/xsk.c:1303:24: error: use of undeclared identifier 'xs' >> net/xdp/xsk.c:1303:6: error: initializing 'int' with an expression of incompatible type 'void' int state = READ_ONCE(xs->state); ^ ~~~~~~~~~~~~~~~~~~~~ >> net/xdp/xsk.c:1318:8: error: cannot take the address of an rvalue of type 'struct xsk_queue *' q = READ_ONCE(state == XSK_READY ? xs->fq_tmp : ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ include/asm-generic/rwonce.h:50:2: note: expanded from macro 'READ_ONCE' __READ_ONCE(x); \ ^ ~ include/asm-generic/rwonce.h:44:70: note: expanded from macro '__READ_ONCE' #define __READ_ONCE(x) (*(const volatile __unqual_scalar_typeof(x) *)&(x)) ^ ~ net/xdp/xsk.c:1321:8: error: cannot take the address of an rvalue of type 'struct xsk_queue *' q = READ_ONCE(state == XSK_READY ? xs->cq_tmp : ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ include/asm-generic/rwonce.h:50:2: note: expanded from macro 'READ_ONCE' __READ_ONCE(x); \ ^ ~ include/asm-generic/rwonce.h:44:70: note: expanded from macro '__READ_ONCE' #define __READ_ONCE(x) (*(const volatile __unqual_scalar_typeof(x) *)&(x)) ^ ~ 10 errors generated. vim +/xs +1303 net/xdp/xsk.c 1297 1298 static int xsk_mmap(struct file *file, struct socket *sock, 1299 struct vm_area_struct *vma) 1300 { 1301 loff_t offset = (loff_t)vma->vm_pgoff << PAGE_SHIFT; 1302 unsigned long size = vma->vm_end - vma->vm_start; > 1303 int state = READ_ONCE(xs->state); 1304 struct xdp_sock *xs = xdp_sk(sock->sk); 1305 struct xsk_queue *q = NULL; 1306 1307 if (!(state == XSK_READY || state == XSK_BOUND)) 1308 return -EBUSY; 1309 1310 if (offset == XDP_PGOFF_RX_RING) { 1311 q = READ_ONCE(xs->rx); 1312 } else if (offset == XDP_PGOFF_TX_RING) { 1313 q = READ_ONCE(xs->tx); 1314 } else { 1315 /* Matches the smp_wmb() in XDP_UMEM_REG */ 1316 smp_rmb(); 1317 if (offset == XDP_UMEM_PGOFF_FILL_RING) > 1318 q = READ_ONCE(state == XSK_READY ? xs->fq_tmp : 1319 xs->pool->fq); 1320 else if (offset == XDP_UMEM_PGOFF_COMPLETION_RING) 1321 q = READ_ONCE(state == XSK_READY ? xs->cq_tmp : 1322 xs->pool->cq); 1323 } 1324 1325 if (!q) 1326 return -EINVAL; 1327 1328 /* Matches the smp_wmb() in xsk_init_queue */ 1329 smp_rmb(); 1330 if (size > q->ring_vmalloc_size) 1331 return -EINVAL; 1332 1333 return remap_vmalloc_range(vma, q->ring, 0); 1334 } 1335 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests