Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp4665769pxy; Tue, 27 Apr 2021 09:53:49 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxztTNmFYEaIs3gzFKoEhiM8zWl4fSdnKha5+c9mBYjmH+tDwJHkqlHogZ3q/Soa9fYlymR X-Received: by 2002:a05:6402:51c6:: with SMTP id r6mr5720643edd.258.1619542429103; Tue, 27 Apr 2021 09:53:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619542429; cv=none; d=google.com; s=arc-20160816; b=Nql4vVHBk0CuB58T7plqasahFxi1fpoVEhxUHPQ8UWTKU/RJyjA/dxKIyyEFzqI/KH CFNXpROQjCEt1vpddU2hntLijqnf11vb7/2NxOE5DJ7qYch7OtrXztHwrcOry9UHIDru b6w2gX8Jj2EF0gcr0iw5iBVaPn9qZMfJbvDgg5G4r6e191QtzVkXPH4PhYpt6J2hTOQD VvA+nLXcptoSQ421wFfR30UO2XwvCK68MW8Vim+QX3fGcCpzzClUC/zGP3UN6FbBmant UrATlQhB2Lk7N2o3lVg9vEQ8qbU5MHqhlH1c+ypI79oJ+9C7bRoTwX2zz8izgdg2b5Ba qfEg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dkim-signature; bh=RMhC93iMH/WAZYi+OWsfle1PnrPOrJdAuktHCdE9Nno=; b=HFzJu/HP6yyYqObvi3BinL11CELHI008KZphcdPrgAPLTqG9EMVTRhqkm3K6KngBFL UTgQ8CxwmDGRBj8aqQfG3RpI1t+BX2YQ1Gf2R+lfYVmtgWHJ2v8rr76kM4aqcxtJ6nHw mxtIA7KyGD2K80zH21eBxZK5VbOB0JWUAqNbOeqSzwWQ1gBXKr37PZLYPTodc0H72qy2 4GBguZu0TdrY9RuQPSD00jWuk3lyvko/HsfKmk/KvGLyqSS3KYX/ZFPnO5RhLu1TdoW1 wYIdiwvSM6YZw3/kKDpuOsv7gwkycFBbOhClhrIWbHftcTyanBzbqyxiMJHsa70ErSOM il9Q== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=eE6sE5zV; 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 p5si374761ejl.31.2021.04.27.09.53.25; Tue, 27 Apr 2021 09:53:49 -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=eE6sE5zV; 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 S237510AbhD0QvO (ORCPT + 99 others); Tue, 27 Apr 2021 12:51:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:39340 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236405AbhD0QvN (ORCPT ); Tue, 27 Apr 2021 12:51:13 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2D9DA613D9; Tue, 27 Apr 2021 16:50:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1619542229; bh=Rp3gOPPwFf3EOQNq77Ku+vQ5D/s8YJR3r46OhoSn6TE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eE6sE5zVPxxXw7tz0MyS0diFqLULPzrPskTO4stOvboH0PgUfqhlm/FmFxdt6BbWZ e5pqsGV8UNqCsaNMd0rq0OtQ3N7OZXfspguoS5RvMKm2K40tF+EIN0aLxba1I83ySn zAZpE3DnfCjI7D/Fi9suo7EtJweMnKvHjqrIsrwI= Date: Tue, 27 Apr 2021 18:50:27 +0200 From: Greg Kroah-Hartman To: Florian Fainelli Cc: linux-kernel@vger.kernel.org, Kangjie Lu , "David S . Miller" Subject: Re: [PATCH 170/190] Revert "net: dsa: bcm_sf2: Propagate error value from mdio_write" Message-ID: References: <20210421130105.1226686-1-gregkh@linuxfoundation.org> <20210421130105.1226686-171-gregkh@linuxfoundation.org> <30b2efa4-f873-a391-00c7-f1eb278a3db1@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <30b2efa4-f873-a391-00c7-f1eb278a3db1@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 21, 2021 at 04:20:24PM -0700, Florian Fainelli wrote: > > > On 4/21/2021 6:00 AM, Greg Kroah-Hartman wrote: > > This reverts commit e49505f7255be8ced695919c08a29bf2c3d79616. > > > > Commits from @umn.edu addresses have been found to be submitted in "bad > > faith" to try to test the kernel community's ability to review "known > > malicious" changes. The result of these submissions can be found in a > > paper published at the 42nd IEEE Symposium on Security and Privacy > > entitled, "Open Source Insecurity: Stealthily Introducing > > Vulnerabilities via Hypocrite Commits" written by Qiushi Wu (University > > of Minnesota) and Kangjie Lu (University of Minnesota). > > > > Because of this, all submissions from this group must be reverted from > > the kernel tree and will need to be re-reviewed again to determine if > > they actually are a valid fix. Until that work is complete, remove this > > change to ensure that no problems are being introduced into the > > codebase. > > > > Cc: Kangjie Lu > > Cc: David S. Miller > > Signed-off-by: Greg Kroah-Hartman > > While this commit does not fix a known problem, the driver should have > arguably propagated the return values and it did not, so I would be > inclined to keep it. Looks good, I'll drop my revert, thanks for the review. greg k-h