Received: by 2002:a05:6a10:2785:0:0:0:0 with SMTP id ia5csp2279607pxb; Mon, 11 Jan 2021 05:56:51 -0800 (PST) X-Google-Smtp-Source: ABdhPJy7KouPApSP8vfu/M8kbXbECY2RR+jgieW/rsWV+jbRpcMaKx2lKnrriS3H1Vi9fO3CbQlL X-Received: by 2002:a05:6402:17c6:: with SMTP id s6mr13971969edy.142.1610373411623; Mon, 11 Jan 2021 05:56:51 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610373411; cv=none; d=google.com; s=arc-20160816; b=Dx1q6cfZPKyIYCMmE5JG4pB3vMPJmzeZ/POi9DN9JcXZwlqCh4q1FAjeIK9XWOdQFf 0T+cdWIZ7+xjMOVlSDdenWDuWnxPC/487Orc8Rr/m+Xsrdn/ywLKmNJzzuDR1RRoqUdd NRgyoiV0MHkw4HAHk4MYIpDS/z2WUQENyNdeZNBJd6hlSPyApHswOG5kstEBom+RycSi ZGLV9U0dMpY8j+//Avt+Wdf5b9oYjnIVTAdyyhQ0Y9XLhwowwWu8yUrRVprda2+OJXZU OAbYhK3QEaLZ2SsAEqhVaJvfAlg40u6cFeSP8PL7w3Gtepq9lnI0Ibms3AzSK3eoh3R0 aUng== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=6LGUBVWjfWx/S8U1MLgsI64KZs5pGGsSlXFpOieiqPU=; b=ShF71vI1BWaNqIf5Au1t3QYwt6KrioKtk0WyB+FjV4+g7SBoxCco1fCPY7hlcM3G93 0S7FjVZZO4g85k+zRv6yg0flezA5+FLjukOEeVgNlNYCnxF24hQNniUwkd+1x6n2d0SA +WXf5Jd88ZXCBgxzuSdLtjsDP4C/CHVdGcVQQ608LZN7JTT02uC52C0vdb0LZfPSEScH y5jfzFRpUUBqn69JVBm4SxD+aRA8uCevAPQJSkICMIFKKUm+u8K2i2YJDpGSujlJ0a7F LMSWe8Zw0aoD9g75g3RTdV1AiyZeuvyWNJkVaWwxDh3ez7Z57OWed2nDXTc4AwTL40ue qSCA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=NGTS2dkl; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id lx7si6479728ejb.280.2021.01.11.05.56.27; Mon, 11 Jan 2021 05:56:51 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=NGTS2dkl; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388140AbhAKNxf (ORCPT + 99 others); Mon, 11 Jan 2021 08:53:35 -0500 Received: from mail.kernel.org ([198.145.29.99]:55952 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728884AbhAKNI3 (ORCPT ); Mon, 11 Jan 2021 08:08:29 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7B07F22A83; Mon, 11 Jan 2021 13:07:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1610370469; bh=sroNqvImfDgLyp5hFcNMrpkG0/t6rZHx+8Tl2+pxcpg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=NGTS2dkl5QtAQVQ01CrDFfVbj22cif3g+ojjWdpQPO9o128yy9IgtkIhuhG0gRkpv I8ODMj+UTh30JlCXwjdgQcr5EY1gyFScNcSuMN8GDSNp38+R40AsP59gHUw4Tpnrhw 54NfgkdCvp0A8lEXPUuROC93kOUVZFmeMFvPtohM= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Antoine Tenart , Alexander Duyck , Jakub Kicinski Subject: [PATCH 4.19 36/77] net-sysfs: take the rtnl lock when storing xps_rxqs Date: Mon, 11 Jan 2021 14:01:45 +0100 Message-Id: <20210111130038.141673721@linuxfoundation.org> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20210111130036.414620026@linuxfoundation.org> References: <20210111130036.414620026@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Antoine Tenart [ Upstream commit 2d57b4f142e0b03e854612b8e28978935414bced ] Two race conditions can be triggered when storing xps rxqs, resulting in various oops and invalid memory accesses: 1. Calling netdev_set_num_tc while netif_set_xps_queue: - netif_set_xps_queue uses dev->tc_num as one of the parameters to compute the size of new_dev_maps when allocating it. dev->tc_num is also used to access the map, and the compiler may generate code to retrieve this field multiple times in the function. - netdev_set_num_tc sets dev->tc_num. If new_dev_maps is allocated using dev->tc_num and then dev->tc_num is set to a higher value through netdev_set_num_tc, later accesses to new_dev_maps in netif_set_xps_queue could lead to accessing memory outside of new_dev_maps; triggering an oops. 2. Calling netif_set_xps_queue while netdev_set_num_tc is running: 2.1. netdev_set_num_tc starts by resetting the xps queues, dev->tc_num isn't updated yet. 2.2. netif_set_xps_queue is called, setting up the map with the *old* dev->num_tc. 2.3. netdev_set_num_tc updates dev->tc_num. 2.4. Later accesses to the map lead to out of bound accesses and oops. A similar issue can be found with netdev_reset_tc. One way of triggering this is to set an iface up (for which the driver uses netdev_set_num_tc in the open path, such as bnx2x) and writing to xps_rxqs in a concurrent thread. With the right timing an oops is triggered. Both issues have the same fix: netif_set_xps_queue, netdev_set_num_tc and netdev_reset_tc should be mutually exclusive. We do that by taking the rtnl lock in xps_rxqs_store. Fixes: 8af2c06ff4b1 ("net-sysfs: Add interface for Rx queue(s) map per Tx queue") Signed-off-by: Antoine Tenart Reviewed-by: Alexander Duyck Signed-off-by: Jakub Kicinski Signed-off-by: Greg Kroah-Hartman --- net/core/net-sysfs.c | 7 +++++++ 1 file changed, 7 insertions(+) --- a/net/core/net-sysfs.c +++ b/net/core/net-sysfs.c @@ -1428,10 +1428,17 @@ static ssize_t xps_rxqs_store(struct net return err; } + if (!rtnl_trylock()) { + bitmap_free(mask); + return restart_syscall(); + } + cpus_read_lock(); err = __netif_set_xps_queue(dev, mask, index, true); cpus_read_unlock(); + rtnl_unlock(); + kfree(mask); return err ? : len; }