Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp670267ybz; Fri, 1 May 2020 06:32:33 -0700 (PDT) X-Google-Smtp-Source: APiQypLpaUEM+O462WxZxuq+GBdXp3qSI9poyXiSxntpjNSemWbSqzAD33Ri7zz+aDjWyJqtgSNA X-Received: by 2002:a17:906:4e02:: with SMTP id z2mr3133361eju.212.1588339953086; Fri, 01 May 2020 06:32:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588339953; cv=none; d=google.com; s=arc-20160816; b=YVaCUGW1VcXaBEskwYQLBJf1D0MXCAuAzZc7SYf9BYOOIGXcI1d4Jx5q1uqPJbM2zO bZIMgYijFXxYZJs8M8ZB73Pz+09xVakqZhL5ydWeu2NXMC/r35zjWDFFLBqbL0Hj5Qf4 XkB4/grN/u9wSqfM7BaeP4WmzMqVBOphEbXE8w3MaRRytdj0XFKO1abDJULzwyPwRg42 1sOF0zNyKKlsBTESfqYzd21Ndb97gkCowSICjQ4BM5j3HE7jXJiathGRmUv1mvhkQKWd ERiKvSaPyHugyUnsfnkESMw6Y8gqFcMoCnizMIdit5mSH3EpITVnpTVA0uGjUhnJoa6U NU4A== 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=h/DSQ2ByoBDg17SlpTruGqCgo9PKXeLLbu6tuB5Ya2k=; b=HKlgI7WTrd47xJKafHY1MqIXpDo0q0J6kebrwEXa9HHNMnKV62Y914QCvl5r0B6qvg 6h9DhWbwvovtKx7Rs9OKUzAM8olmGZJwRv8EQSwvrBedr62v6MsN85Q+jPWifBGAbLce fudPQMLGlXiPiP7IlYgnJ8ONLEk16To1fwwlyWGz1IqzFpZVhucywSweB2ME/mpNj8Cd 68YX6xcd9YBxRP/gJYeBefRF91ohTUZBat7EOE8OUNjsvxkLmnNr93yMPqwir4pfRmho 2+JcQ1gkR/IddxRw6Cow4ypCNZYspHcyBFKZ586dEguIMjyc13qnf/MurvJYK6a8C9Mh cmfg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=HTKMm8Xv; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b24si1659257edr.338.2020.05.01.06.32.09; Fri, 01 May 2020 06:32:33 -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=@kernel.org header.s=default header.b=HTKMm8Xv; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729530AbgEAN1t (ORCPT + 99 others); Fri, 1 May 2020 09:27:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:50244 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729515AbgEAN1p (ORCPT ); Fri, 1 May 2020 09:27:45 -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 A7F74208D6; Fri, 1 May 2020 13:27:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588339665; bh=IVJOfNLtvCEdzuAhnciHXzmS17s/bggOu4fpNhDnLXc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HTKMm8XvOZsfOaIU7Vq4tSGAfPbjepLyd5YDQ7uWwqFjG0ZCsOZLmYSMh52qlP9/l Vg83wfYv+H/DNlc3CXUsSrrzRhaIkhTpovKIW7jzPXe3A4xWpyJZAlesZUH0m3uEFO 9omhOaEK1BMAZmVL3WXhP3x0mLw/oLh6O/MOJEFs= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Nicolai Stange , Stefano Brivio , "David S. Miller" , Guenter Roeck Subject: [PATCH 4.9 02/80] net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg() Date: Fri, 1 May 2020 15:20:56 +0200 Message-Id: <20200501131514.361349343@linuxfoundation.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200501131513.810761598@linuxfoundation.org> References: <20200501131513.810761598@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: Nicolai Stange commit 20b50d79974ea3192e8c3ab7faf4e536e5f14d8f upstream. Commit 8f659a03a0ba ("net: ipv4: fix for a race condition in raw_sendmsg") fixed the issue of possibly inconsistent ->hdrincl handling due to concurrent updates by reading this bit-field member into a local variable and using the thus stabilized value in subsequent tests. However, aforementioned commit also adds the (correct) comment that /* hdrincl should be READ_ONCE(inet->hdrincl) * but READ_ONCE() doesn't work with bit fields */ because as it stands, the compiler is free to shortcut or even eliminate the local variable at its will. Note that I have not seen anything like this happening in reality and thus, the concern is a theoretical one. However, in order to be on the safe side, emulate a READ_ONCE() on the bit-field by doing it on the local 'hdrincl' variable itself: int hdrincl = inet->hdrincl; hdrincl = READ_ONCE(hdrincl); This breaks the chain in the sense that the compiler is not allowed to replace subsequent reads from hdrincl with reloads from inet->hdrincl. Fixes: 8f659a03a0ba ("net: ipv4: fix for a race condition in raw_sendmsg") Signed-off-by: Nicolai Stange Reviewed-by: Stefano Brivio Signed-off-by: David S. Miller Cc: Guenter Roeck Signed-off-by: Greg Kroah-Hartman --- net/ipv4/raw.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/net/ipv4/raw.c +++ b/net/ipv4/raw.c @@ -509,9 +509,11 @@ static int raw_sendmsg(struct sock *sk, goto out; /* hdrincl should be READ_ONCE(inet->hdrincl) - * but READ_ONCE() doesn't work with bit fields + * but READ_ONCE() doesn't work with bit fields. + * Doing this indirectly yields the same result. */ hdrincl = inet->hdrincl; + hdrincl = READ_ONCE(hdrincl); /* * Check the flags. */