Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp823963pxy; Thu, 22 Apr 2021 14:27:38 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyXSSRPD+Ya3DyEmLlXkEQcNp5lsjF3APxE4EeZawp+DxKkUJA42Fqa2xfi6SLPqBeQjdCl X-Received: by 2002:aa7:de8b:: with SMTP id j11mr534021edv.363.1619126858199; Thu, 22 Apr 2021 14:27:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619126858; cv=none; d=google.com; s=arc-20160816; b=T9BLwCbKhGPdZx91NS9/E8p4u4YYAHqtaHzsgbi9UhRZ8tAEaaCL28ccsUh/bP1Rtp mwmhyI2jufFg//LwIopDweGGT0fBgDHY0nG0wHKM28JAIyN+3ppXtGtp6xdHykowQ/Rr q6SL7lOJpoQ0Mi3EzPrvtS0DH3puKTafgJLLSYdlbU83OiQpzA+XE1cqJxbSLPUERIg4 Ai9MMK0s30336MRF0KTgqE4/x9O2rxuLR6BIHnrS93O6gDf5Dc9pfkAnmlTeJOeXaCnp xNGXCEdoSKYdpjcZ+MPMmxBWiY5m82kyL6CMhpH8adQnfdNrmS6f7AiXGE6xGQZ9Enli b0xQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=tOBSlsNlYSnCJa+fSBet7hPjeAFyNAe3JgErz9u9OSc=; b=WNXrirVBTfqKjHWBDvWRMsrFLw0KAX0pH97+JaLWoCGXYeaQazrnI+AYrjFMxmS2AI rtsjqtAbsIlYjsM3W5IM9Jq22qGWUwsmoDucidnU+I3BhN39bIMGi7gZnceAB6cGRdBN HEC2c8C+2Pn6TszYYilaNhDGHSM5+T21PL0Ly0+FEoCexSFbHWjL/8CliB1Dzq5orAIS 7dq6MlvBGqUUafp53/FDe8vQF4pJzHyYiZYHpSPyMyoso4t6ist6X+NSC9HNpUXhwDSA 3164KVDUv1cTl4638Y46UAYRBFLe/uKcqjga3WFF5mk/geRfP5ltwaB+4CXCsE7GAb0L Tj5g== ARC-Authentication-Results: i=1; mx.google.com; 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 v12si3063663edc.495.2021.04.22.14.27.14; Thu, 22 Apr 2021 14:27:38 -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; 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 S237121AbhDVV0z (ORCPT + 99 others); Thu, 22 Apr 2021 17:26:55 -0400 Received: from mail.netfilter.org ([217.70.188.207]:45210 "EHLO mail.netfilter.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237012AbhDVV0y (ORCPT ); Thu, 22 Apr 2021 17:26:54 -0400 Received: from us.es (unknown [90.77.255.23]) by mail.netfilter.org (Postfix) with ESMTPSA id 65273630C2; Thu, 22 Apr 2021 23:25:45 +0200 (CEST) Date: Thu, 22 Apr 2021 23:26:15 +0200 From: Pablo Neira Ayuso To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, Kangjie Lu Subject: Re: [PATCH 123/190] Revert "netfilter: ip6t_srh: fix NULL pointer dereferences" Message-ID: <20210422212615.GA13017@salvia> References: <20210421130105.1226686-1-gregkh@linuxfoundation.org> <20210421130105.1226686-124-gregkh@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210421130105.1226686-124-gregkh@linuxfoundation.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, On Wed, Apr 21, 2021 at 02:59:58PM +0200, Greg Kroah-Hartman wrote: > This reverts commit 6d65561f3d5ec933151939c543d006b79044e7a6. > > 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. This patch looks correct, no need to revert. If you still prefer to revert it, no problem, I'll recover this fix via the netfilter tree later on. Thanks.