Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp1515343ybb; Sat, 11 Apr 2020 05:24:40 -0700 (PDT) X-Google-Smtp-Source: APiQypJN3zOgf+Sh4Q1ORzUvoOobCFj5lFLDBXrCn1ejsLeNxHDqdPkqa4eVS7xe9fZB1CaJVA40 X-Received: by 2002:a37:bf06:: with SMTP id p6mr8317840qkf.477.1586607879985; Sat, 11 Apr 2020 05:24:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1586607879; cv=none; d=google.com; s=arc-20160816; b=0IIIhA2Iz9EZQsLG6aNQa4l0nbNnm/x7vi28JA84FHmTtBDZvH+Io/By8pQkZmNKLh 0lK+r4OV302aCKp9ShULyx6zxis5Yazh3UgDw9YdFwHPJPWXK9ckmLU3zbcP5fv00y9E Zi+VdKuvdLtYodrBxen9BsvPfs4lU4BXg6mHvAHU47trK7ILY9LljiRlnd6/7Be3AtPf U4fxL41/bNEEhioAmEgFPw3L4cJ+vRBZ0STFPQo/MkSwl4w9INs78atSMl7VjM8stksz k2P6RCFCw45vFZ1cAk2o7KeIrefVwUOX8qhP1KMjLKnRYNBgtp2YNnD41uJHzVcqDxHS obKw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=1rXdPenukQbLWK8MN8NFYXbTpsIW0psrXJppu5aLF+4=; b=ePJtK/QTKY0pekuzSRzqVFtzhNsuNwTlO9CkBZqm36fuKsTOZMDGZwnGz/e1r8GFiU cGvRK64w5WBU1UryxE3FJNS5KkchQ85FCeVB7CoRToaMaph+73m4vBoNypP3gz7U01+w ZZ7T274nI9wKC0eWaP23l4S4rNa2sqemMJYBeirAdZ4TLrYuasBkXzXJWKiSbvau8+k0 RR/4wdk3BulzNQaqcsy2PaMXxtBa23aq01aUKbK9+vcZ63wlX3QcdrlYoTZOPImKWJks Kevfr5PcUnn7Lvu6hVaLw/le8U+aW+7C34/Og04i27vz0Eif4G85kzi0ZW5drgADnsLA WIXQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=M31vO071; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 18si3102354qkp.339.2020.04.11.05.24.26; Sat, 11 Apr 2020 05:24:39 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=M31vO071; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728801AbgDKMWS (ORCPT + 99 others); Sat, 11 Apr 2020 08:22:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:57758 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728953AbgDKMV2 (ORCPT ); Sat, 11 Apr 2020 08:21:28 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7243820644; Sat, 11 Apr 2020 12:21:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586607687; bh=datS3IKUZA9bgjNevrozUDfBcVDSvmpXzGjOJIW+x4A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=M31vO071URnDQyCs4bae2rQbCVSGfZQvqO1Ko+8v+s825Ejv9euU2nahwQ6pNbgSY gL+CNeFIk6nss+C0ff/unzHtqd4JpBDskykvXLM3be2+Sh8e+4kDUhYpbdwx8Gd5uF OwVZJvv4AKns9dOQprrbIIryhPdZMzDCp3cMhaI0= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, syzbot+8325e509a1bf83ec741d@syzkaller.appspotmail.com, Jamal Hadi Salim , Jiri Pirko , "Paul E. McKenney" , Cong Wang , "David S. Miller" Subject: [PATCH 5.6 08/38] net_sched: fix a missing refcnt in tcindex_init() Date: Sat, 11 Apr 2020 14:09:45 +0200 Message-Id: <20200411115500.208523742@linuxfoundation.org> X-Mailer: git-send-email 2.26.0 In-Reply-To: <20200411115459.324496182@linuxfoundation.org> References: <20200411115459.324496182@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Cong Wang [ Upstream commit a8eab6d35e22f4f21471f16147be79529cd6aaf7 ] The initial refcnt of struct tcindex_data should be 1, it is clear that I forgot to set it to 1 in tcindex_init(). This leads to a dec-after-zero warning. Reported-by: syzbot+8325e509a1bf83ec741d@syzkaller.appspotmail.com Fixes: 304e024216a8 ("net_sched: add a temporary refcnt for struct tcindex_data") Cc: Jamal Hadi Salim Cc: Jiri Pirko Cc: Paul E. McKenney Signed-off-by: Cong Wang Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- net/sched/cls_tcindex.c | 1 + 1 file changed, 1 insertion(+) --- a/net/sched/cls_tcindex.c +++ b/net/sched/cls_tcindex.c @@ -151,6 +151,7 @@ static int tcindex_init(struct tcf_proto p->mask = 0xffff; p->hash = DEFAULT_HASH_SIZE; p->fall_through = 1; + refcount_set(&p->refcnt, 1); /* Paired with tcindex_destroy_work() */ rcu_assign_pointer(tp->root, p); return 0;