Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp310368pxy; Thu, 22 Apr 2021 02:42:16 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyrHjBtxowV5CNsohgBuAr8gglwETQ62zTa72FQjV1vZ8rtPU8IwnbgZpT7UAg6KcO547/z X-Received: by 2002:a05:6402:48c:: with SMTP id k12mr2695374edv.237.1619084536495; Thu, 22 Apr 2021 02:42:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619084536; cv=none; d=google.com; s=arc-20160816; b=zQIDXzcGbZNdPyw/hF5LpPJhtAw1RseFwKed6+CZAR4ncBS7TmNYYzKATiBdzQo1CZ MMC+wscs8MGZA0vxTUZpEDgp0jwVRL3J/8Ri8YMEY+XCrrjwzMCUAXArbN1L+XRT4h6i Vi4HAbuwERU3sCzw9X/DViYeO5CNRSoIE64cgubWjFKkP7TZep3vFqikQ/DhJKpTj7V3 8/tWZdCnAt+Gb/v4kg+Gv+tUQOxxYI/a3XyGU2g90anc5XVAx47HOvsEkefQ6CSIsCgZ F0DdpidmFZ1RRyuxiszDUoVbOc0EUIPcQ2wQbiKmzjaOiubk3nLWjzmW85sH6+h3W8dY 1o8A== 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=ST1l4EKBY8tcWR0Ymmd+x3CpzBFVdsYg4fnN8CsDcqU=; b=0Lyj38HJu0/ayiL2dUDjeI5U+k7W6Z/0YPcFSYKUkpBOnfEtv9PNq97xQKC6KDBrY9 DolR+JaWOCdMJ8aO2eKQ+ZjXi4+/31ZUWqmiHziyv4msIdXgsihXtYdD/brzs8S+ROFh Ef8ioD3PefjB5IZXZnI4is0lWKg2OF1tnjSwmdtA1FN6F3lRs5GuCOOhTIzLTpjYH9rj Pg5IQotVoMK1Ak/RznF0gn31RjuWk4d/j08/tnXmnBCXkq4PalbhkK3H5fLUIXv/8bTQ Cg9akZSVPnH0YhEFBh00qIOo5/tlLE+z/S68sN/QHZB2iWxK/dOZCDmp0C70NABtRlDe Ymsg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=1N2LBNqI; 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 nb19si1786751ejc.581.2021.04.22.02.41.53; Thu, 22 Apr 2021 02:42:16 -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=1N2LBNqI; 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 S235723AbhDVJlE (ORCPT + 99 others); Thu, 22 Apr 2021 05:41:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:56944 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235637AbhDVJk6 (ORCPT ); Thu, 22 Apr 2021 05:40:58 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 503C761459; Thu, 22 Apr 2021 09:40:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1619084424; bh=hg2LKfc0Wyi7b7Ehdw1UWWlNhpK1vldYp00YBAMkjtk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1N2LBNqIxAGfxahHWPJ3ommqi5jNoIoCKtPmxXC98Wn8yhFSJs9uo3EToRi7iSIlG jMbsg8ch+/qXLBq2ghUvqSyxVU5RvJkHEscxAD8wnTv05mvIsZ+nHRV53hTT4KEHpX xE2i+Ts23ePsEhY/3AJjCRxU2BxXxGehbNvtURZY= Date: Thu, 22 Apr 2021 11:40:21 +0200 From: Greg Kroah-Hartman To: Lorenzo Pieralisi Cc: kishon@ti.com, linux-kernel@vger.kernel.org, Kangjie Lu Subject: Re: [PATCH 089/190] Revert "PCI: endpoint: Fix a potential NULL pointer dereference" Message-ID: References: <20210421130105.1226686-1-gregkh@linuxfoundation.org> <20210421130105.1226686-90-gregkh@linuxfoundation.org> <20210422093111.GA20094@lpieralisi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210422093111.GA20094@lpieralisi> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 22, 2021 at 10:31:11AM +0100, Lorenzo Pieralisi wrote: > On Wed, Apr 21, 2021 at 02:59:24PM +0200, Greg Kroah-Hartman wrote: > > This reverts commit 507b820009a457afa78202da337bcb56791fbb12. > > > > 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: commit log and code update] > > Hi Greg, > > first off, thank you for doing this. > > This Cc should be fixed up if we go ahead with the revert (I can > take the revert via the PCI tree and fix it up myself). > > I totally understand your concern (and the nuisance it is causing), the > commit we are reverting looked and looks legit - just let me know > how it is best to handle this please. I'll fix up all improper Cc: lines, that was my dumb script trying to catch who was on the reverted patch, when I apply these. I can take this through my tree, but as you said, if the original commit here really is fine, that's great, I'll drop this. Thanks for the review! greg k-h