From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0C31FC00319 for ; Tue, 19 Feb 2019 01:30:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C49C621848 for ; Tue, 19 Feb 2019 01:30:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550539834; bh=lgv3+x2MbGZcxdRKIPML3Om1ZSMA4jJ9YhFdOYG21VU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=qGG09uuVBkxbFpi7FgmTB+B26A8/FYw0mwpbh886K93xZtvENlno7zsu/gpeSagal 1agveC8Zfpr6wwUzAkS+24OxV3epF4jdW5BaQXvwyyODUD4Co8PSJv+s0neQAeTcUW BjOSaa31lUStaP6lPukHF7JOmcxq8aYID/9FNv0g= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732716AbfBSBad (ORCPT ); Mon, 18 Feb 2019 20:30:33 -0500 Received: from mail.kernel.org ([198.145.29.99]:49982 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726175AbfBSBad (ORCPT ); Mon, 18 Feb 2019 20:30:33 -0500 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 A8A632173C; Tue, 19 Feb 2019 01:30:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550539833; bh=lgv3+x2MbGZcxdRKIPML3Om1ZSMA4jJ9YhFdOYG21VU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=a+ThleAHs7oALw7aN72L87Ua53eL9a7+pKUYyBl36HkkV6qoNfWVGyzK9BHn1fK70 Qw39NFakDSsNqy4sZ6pnsu1Rr1nB+6Va61gykxFbSdgiR+hTJ40CC6F8ybqRUbaPPS 9wDP48wngTXKdVJmi5s/xp9830VEOZs7lr6CVJSE= Date: Mon, 18 Feb 2019 20:30:31 -0500 From: Sasha Levin To: Al Viro Cc: netdev@vger.kernel.org, David Miller , stable@kernel.org, stable@vger.kernel.org Subject: Re: [PATCH][unix] missing barriers in some of unix_sock ->addr and ->path accesses Message-ID: <20190219013031.GW10616@sasha-vm> References: <20190215200934.GM2217@ZenIV.linux.org.uk> <20190218211434.05DF121773@mail.kernel.org> <20190218213246.GV2217@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20190218213246.GV2217@ZenIV.linux.org.uk> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Feb 18, 2019 at 09:32:46PM +0000, Al Viro wrote: >On Mon, Feb 18, 2019 at 09:14:33PM +0000, Sasha Levin wrote: >> Hi, >> >> [This is an automated email] >> >> This commit has been processed because it contains a -stable tag. > >Ugh... Should've removed Cc; stable from netdev posting; my apologies. > >> How should we proceed with this patch? > >Wait for it to get into davem's tree, for starters? It won't go in stable until it's upstream, the only reason for this early mail is that it's easier to get responses from people while the patch is still fresh in their brains (as you might have noticed ;) ) rather than in a few weeks. -- Thanks, Sasha