Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp377519pxj; Tue, 18 May 2021 05:33:41 -0700 (PDT) X-Google-Smtp-Source: ABdhPJytYkE+6IvWjXgxGoRLzsB9JlzS4Q5Iy7zj1EoSPcgLgKvS+nm94gjNNjz5ccnGCK9hJE19 X-Received: by 2002:a05:6402:520a:: with SMTP id s10mr6808183edd.245.1621341221144; Tue, 18 May 2021 05:33:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621341221; cv=none; d=google.com; s=arc-20160816; b=x8n40pnujbR22GXolvxn1COI+0BsY8jcswLlDJ82DxZpUlI6L44bxSirOw53fsJLFX Sxs2URcTeMQJI4gIJUIv+ZbqhSQPfg6+WnKadSpOnbVo03N9cQvXYQgnvsoN+hHJzQY0 QLzYwkT4LNCBOtD4+6X011O86tZRHG7FyWL/MvLOu/id+XNKjTqGLr8sigMGsjnm9G9i 620lmUSs8k5h+/egsy0IiYzeR/2B8rHK1zsn48N7vp9VB6auVXO3m0ZihX/G4gJv5I1H 6AAsURl8SjMHAlN+Lx0qH2gaoi+ufMTiY34aVC5rIJZl0tW/YSV+/mOl4AioFd5Zg0xd B2hw== 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=Gi2jHD3O3PsWihItOuIZsOdPwgc5ya0joOhgBFXg3t0=; b=S7oN/qmhMHlPnf0rjybKVLYTEt0PXCgFkQ3ybBdwQei5+bqpF7U7CDYquJUhK3hqHF QNSxjOeN/PTXOyJtKKHMSFNjniO8p7RYtDVhwYErILlGLV0sldT1QmLLjJ89CpbeWuTB gZibDd+oQ/qA+w6et5EzPN9lFLiYEiBhe6mRVl4jPH4bISD9La1SKdQo/ytV+url9d8A IQICBM4hpYwwedmLo9dYCUjHejSMotE1jy1r4dUBoFXhxBbMzQjmorVbZtybUZa8RLKq 7ga9r3GDLUkUu7EAbURMph313jUVhAFB3X03oFIGa7wcEO33T/UO/nO4/sDxwbFfnEtQ F0sw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=EJ+O9Q5b; 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 s15si16842369eji.457.2021.05.18.05.33.17; Tue, 18 May 2021 05:33:41 -0700 (PDT) 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=EJ+O9Q5b; 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 S245691AbhEQPac (ORCPT + 99 others); Mon, 17 May 2021 11:30:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:52812 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242426AbhEQPPj (ORCPT ); Mon, 17 May 2021 11:15:39 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4551A61166; Mon, 17 May 2021 14:32:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1621261953; bh=92FI9qX6GvN2UV4rq9RLx9wGNwoXzf1yu+G5cg2gVFs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=EJ+O9Q5bX4qIxn/TMYlnQWClzGy57H0SS5mGYKwZbGRQDzk0tvS0/Mtn0eRqwAcyH ArW3pmowEYE/hy5+CfzAS7Gaytg4fjcHxc656mQ+ZrHv4iirsWGT3pEDEpN6eBSyLh ESqPuN+zy0KivVqeRVK5/ZXyd1xbhUB2riJPR9lU= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, kernel test robot , "Gustavo A. R. Silva" , "David S. Miller" , Sasha Levin Subject: [PATCH 5.10 069/289] ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user() Date: Mon, 17 May 2021 15:59:54 +0200 Message-Id: <20210517140307.523006251@linuxfoundation.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210517140305.140529752@linuxfoundation.org> References: <20210517140305.140529752@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: Gustavo A. R. Silva [ Upstream commit c1d9e34e11281a8ba1a1c54e4db554232a461488 ] Fix the following out-of-bounds warning: net/ethtool/ioctl.c:492:2: warning: 'memcpy' offset [49, 84] from the object at 'link_usettings' is out of the bounds of referenced subobject 'base' with type 'struct ethtool_link_settings' at offset 0 [-Warray-bounds] The problem is that the original code is trying to copy data into a some struct members adjacent to each other in a single call to memcpy(). This causes a legitimate compiler warning because memcpy() overruns the length of &link_usettings.base. Fix this by directly using &link_usettings and _from_ as destination and source addresses, instead. This helps with the ongoing efforts to globally enable -Warray-bounds and get us closer to being able to tighten the FORTIFY_SOURCE routines on memcpy(). Link: https://github.com/KSPP/linux/issues/109 Reported-by: kernel test robot Signed-off-by: Gustavo A. R. Silva Signed-off-by: David S. Miller Signed-off-by: Sasha Levin --- net/ethtool/ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ethtool/ioctl.c b/net/ethtool/ioctl.c index ec2cd7aab5ad..2917af3f5ac1 100644 --- a/net/ethtool/ioctl.c +++ b/net/ethtool/ioctl.c @@ -489,7 +489,7 @@ store_link_ksettings_for_user(void __user *to, { struct ethtool_link_usettings link_usettings; - memcpy(&link_usettings.base, &from->base, sizeof(link_usettings)); + memcpy(&link_usettings, from, sizeof(link_usettings)); bitmap_to_arr32(link_usettings.link_modes.supported, from->link_modes.supported, __ETHTOOL_LINK_MODE_MASK_NBITS); -- 2.30.2