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 BA991C636CC for ; Mon, 13 Feb 2023 05:30:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229679AbjBMFa5 (ORCPT ); Mon, 13 Feb 2023 00:30:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41908 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229520AbjBMFay (ORCPT ); Mon, 13 Feb 2023 00:30:54 -0500 Received: from mail-wm1-x32d.google.com (mail-wm1-x32d.google.com [IPv6:2a00:1450:4864:20::32d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A8FC11BC for ; Sun, 12 Feb 2023 21:30:53 -0800 (PST) Received: by mail-wm1-x32d.google.com with SMTP id z13so7907191wmp.2 for ; Sun, 12 Feb 2023 21:30:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=DvhpxDQXKeZtNY2kOg1NjTqJclEOHbxHiUQqZ6I9dxw=; b=qp3/C5926MROi1qC+NQSMfLtjLFurExr91eBEKuIFCbeA1Sh7bszDSOzGdNN5dImuT iRXHCbiU/mnl65PHX24obB0PX9XCg9nfWwBgp+D6g6wU1fnm7dhDsK3azsYI+x+ilTIB C7C6z0rwRSX59Ecrcvg0xz+uZGdKeso1ZK4pMuIAK6yWwegigk/0gVXA9BUPRMFUHkoN ieGc672uy1/w/QyI7/zqLDIQdPdt4MvFP2GH+D/2OSrgXzPcsg6uDS2nLCg3TA1Qc1Lj uoS/fZObKSirgMmXjOScgJBCZ/mZVnXX8OuZzhWCU8GTUo7htsn4mxYZr4JETzlFwsti Vy4A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=DvhpxDQXKeZtNY2kOg1NjTqJclEOHbxHiUQqZ6I9dxw=; b=H7ll3GFZu9hvNOIiQe9sxdO9BDU8R+1ss0qE54m/hCbGcZApCLbKWuPb1n9LzDhso3 RJl7kExBCw/7H1E9lieHGwKqyWPTCSpS7A6n6ZSHDWPje81cTtsEH4wldSHOjniGV/zp 62W/jHDVp+vqTqEWy7rKdYyF3TOjK+NdlbQ0AjPnFFDvyW4utmBd5oU5JCtHrjQt5fGx kxDKrwnNrVXu+VLJsm4lM/fAWj86KxqbqoCGKW9GpMuxHRa+MAZEJI9m6PuUGIDYMKkf 16vYyvkUvdyegamCAFna/8Lv2dxogMEIkL4X2AhimiIKecH0DcD1apMgR14WduaQDkIt 6I+w== X-Gm-Message-State: AO0yUKWsKcsPViiAlrCPPJA+WHFuYHlURoM7bFYf0TGxtLIVsCA/i3fB 0g7oYNCVw3rX+lyTcQ50e/M= X-Google-Smtp-Source: AK7set8HlPyAMF4kK4KhmJs93HrfWCXInIDCyJoBhy9pE9ypwqk+Czc0+lWO2LUiInYHPnHOgul1Hg== X-Received: by 2002:a05:600c:16c5:b0:3db:1434:c51a with SMTP id l5-20020a05600c16c500b003db1434c51amr17985268wmn.40.1676266252197; Sun, 12 Feb 2023 21:30:52 -0800 (PST) Received: from localhost ([102.36.222.112]) by smtp.gmail.com with ESMTPSA id e19-20020a05600c439300b003dd7edcc960sm12271594wmn.45.2023.02.12.21.30.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 12 Feb 2023 21:30:51 -0800 (PST) Date: Mon, 13 Feb 2023 08:30:44 +0300 From: Dan Carpenter To: Guillaume Nault Cc: oe-kbuild@lists.linux.dev, Cong Wang , lkp@intel.com, oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: net/l2tp/l2tp_core.c:1481 l2tp_tunnel_register() warn: missing error code 'ret' Message-ID: References: <202302031144.yY6UaRcD-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 03, 2023 at 01:21:48PM +0100, Guillaume Nault wrote: > On Fri, Feb 03, 2023 at 11:56:01AM +0300, Dan Carpenter wrote: > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > > head: 66a87fff1a87c260452f5a57123891ca5258c449 > > commit: c4d48a58f32c5972174a1d01c33b296fe378cce0 l2tp: convert l2tp_tunnel_list to idr > > config: powerpc-randconfig-m031-20230202 (https://download.01.org/0day-ci/archive/20230203/202302031144.yY6UaRcD-lkp@intel.com/config) > > compiler: powerpc-linux-gcc (GCC) 12.1.0 > > > > If you fix the issue, kindly add following tag where applicable > > | Reported-by: kernel test robot > > | Reported-by: Dan Carpenter > > > > smatch warnings: > > net/l2tp/l2tp_core.c:1481 l2tp_tunnel_register() warn: missing error code 'ret' > > > > vim +/ret +1481 net/l2tp/l2tp_core.c > > > > 6b9f34239b00e6 Guillaume Nault 2018-04-10 1456 int l2tp_tunnel_register(struct l2tp_tunnel *tunnel, struct net *net, > > 6b9f34239b00e6 Guillaume Nault 2018-04-10 1457 struct l2tp_tunnel_cfg *cfg) > > 6b9f34239b00e6 Guillaume Nault 2018-04-10 1458 { > > c4d48a58f32c59 Cong Wang 2023-01-13 1459 struct l2tp_net *pn = l2tp_pernet(net); > > c4d48a58f32c59 Cong Wang 2023-01-13 1460 u32 tunnel_id = tunnel->tunnel_id; > > 6b9f34239b00e6 Guillaume Nault 2018-04-10 1461 struct socket *sock; > > 6b9f34239b00e6 Guillaume Nault 2018-04-10 1462 struct sock *sk; > > 6b9f34239b00e6 Guillaume Nault 2018-04-10 1463 int ret; > > 6b9f34239b00e6 Guillaume Nault 2018-04-10 1464 > > c4d48a58f32c59 Cong Wang 2023-01-13 1465 spin_lock_bh(&pn->l2tp_tunnel_idr_lock); > > c4d48a58f32c59 Cong Wang 2023-01-13 1466 ret = idr_alloc_u32(&pn->l2tp_tunnel_idr, NULL, &tunnel_id, tunnel_id, > > c4d48a58f32c59 Cong Wang 2023-01-13 1467 GFP_ATOMIC); > > c4d48a58f32c59 Cong Wang 2023-01-13 1468 spin_unlock_bh(&pn->l2tp_tunnel_idr_lock); > > c4d48a58f32c59 Cong Wang 2023-01-13 1469 if (ret) > > c4d48a58f32c59 Cong Wang 2023-01-13 1470 return ret == -ENOSPC ? -EEXIST : ret; > > c4d48a58f32c59 Cong Wang 2023-01-13 1471 > > 6b9f34239b00e6 Guillaume Nault 2018-04-10 1472 if (tunnel->fd < 0) { > > 6b9f34239b00e6 Guillaume Nault 2018-04-10 1473 ret = l2tp_tunnel_sock_create(net, tunnel->tunnel_id, > > 6b9f34239b00e6 Guillaume Nault 2018-04-10 1474 tunnel->peer_tunnel_id, cfg, > > 6b9f34239b00e6 Guillaume Nault 2018-04-10 1475 &sock); > > 6b9f34239b00e6 Guillaume Nault 2018-04-10 1476 if (ret < 0) > > 6b9f34239b00e6 Guillaume Nault 2018-04-10 1477 goto err; > > 6b9f34239b00e6 Guillaume Nault 2018-04-10 1478 } else { > > 6b9f34239b00e6 Guillaume Nault 2018-04-10 1479 sock = sockfd_lookup(tunnel->fd, &ret); > > 6b9f34239b00e6 Guillaume Nault 2018-04-10 1480 if (!sock) > > 6b9f34239b00e6 Guillaume Nault 2018-04-10 @1481 goto err; > > ^^^^^^^^^ > > I don't know why this is showing up as a 3 week old warning when it > > looks like the code is from 2018... Anyway, should this be an error > > path or a success path? > > This is an error path. > But I don't understand this warning. Does it complain that 'ret' isn't > initialised before the 'goto err;' jump? (this is done by > sockfd_lookup() in case of error). Or sorry, I didn't see the &ret. Yes, Smatch thinks "ret" is zero here. The kbuild-bot can't use the cross function database (building the DB is too slow to scale). So that's why the warning is printed. regards, dan carpenter