Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp4529522pxy; Tue, 27 Apr 2021 07:10:29 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyydYKzMWgj44Or/Yxmxu1jJtghQy2fDQOwcLnuYB3ujij6t1saiwgUP4rhWSoQwkbomB6h X-Received: by 2002:a62:7d07:0:b029:21b:d1bc:f6c8 with SMTP id y7-20020a627d070000b029021bd1bcf6c8mr23244223pfc.45.1619532629794; Tue, 27 Apr 2021 07:10:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619532629; cv=none; d=google.com; s=arc-20160816; b=PN1mM6W07XAS4GHbEGhb39HUU5XmVhwMbNSGCgmmM7C3Pko1NHfyXQkHHbkr2zEYO0 SE6PDDtQNsPOU5Ol+xte/ssptsHeh7UTlkZ1v+iN7LvvAcTcin4PlwNFlt22+6T7oVim zQ2xUHFewwLe4kIp5ezc3QKCxP1L102raMaEhiIxCHrrGHeTkPqhADT2R8iFS9BF3cHF G05G4moQxu5FlYYCvyLKQtX9QPjp3vPMLvWzfFasmLhcQfrIOlbqdMjMNrmn1MIV1v5U w70YpoqqLzNQd9bd07jeEPV+Xd1Ty/NvEq1F8O8+iVDZ9zTIktSMeCxptEvGnKiDFYZ1 gmNQ== 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=xtmEYTGhr+jWRrc62NtbbKq5ZVIFlu0wRey7aRI4LX8=; b=NjWxw2krkU00bmLnkszO5iypn2ZAI1mHn/viYj4es/GrdIiOGVCU5Z0j0/LNGT3XSj a4MZEhUz1MnN6XhOIrrOeZPQNYrhgmTpv8DpmPV+5nOilvdiTiKqzA3LHVJW3wITzTf3 ek1Gqv91wNMBGOjuW5bUngmyHyBZglkNxRCSfGPq4bbUyhPM5xl7aM+u8dkDk/u1kB+k kh8txXsQtMQOsj9+a8g7B06mFz+LUTJ52ypkXzLu1uFb+50lVK6niq37MkHtYM+Vz0tg ROpsaN4KBDFCPNq8uaFsftQ2F1ZHh02TK/ejfgp7+/dtuTQwXHx+CYcTANeIw8WFVOaR oPIw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=RaOfjFce; 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 p22si13081pgm.190.2021.04.27.07.10.16; Tue, 27 Apr 2021 07:10:29 -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=RaOfjFce; 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 S236558AbhD0OK1 (ORCPT + 99 others); Tue, 27 Apr 2021 10:10:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:56996 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236342AbhD0OK1 (ORCPT ); Tue, 27 Apr 2021 10:10:27 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 23E90613CA; Tue, 27 Apr 2021 14:09:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1619532582; bh=Qy/ZBF+X1qwMDiaor+gbFTzPhrTCrkcHfVRI/xKGCDY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RaOfjFcexAjl/Ijv+Cgq5SPcAtWNj51d4JOzbAr0dMZG8y5bZLP4YmNaiwEhOPDvS 6fHhZ92js0LtIMnjMJvoU1fYVJkWDxfdXGlJlcMqAyWncsmJkFOjCN0e9GYs6W2tov rJcHIzPj4UCOhw3btn/spxQCGDN7xrSHn0Wk2cUg= Date: Tue, 27 Apr 2021 16:09:39 +0200 From: Greg Kroah-Hartman To: Jan Kara Cc: linux-kernel@vger.kernel.org, Wenwen Wang Subject: Re: [PATCH 087/190] Revert "udf: fix an uninitialized read bug and remove dead code" Message-ID: References: <20210421130105.1226686-1-gregkh@linuxfoundation.org> <20210421130105.1226686-88-gregkh@linuxfoundation.org> <20210421135533.GV8706@quack2.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210421135533.GV8706@quack2.suse.cz> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 21, 2021 at 03:55:33PM +0200, Jan Kara wrote: > On Wed 21-04-21 14:59:22, Greg Kroah-Hartman wrote: > > This reverts commit 39416c5872db69859e867fa250b9cbb3f1e0d185. > > > > 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: Wenwen Wang > > Cc: Jan Kara > > Signed-off-by: Greg Kroah-Hartman > > Hi Greg! > > I'm pretty confident this particular report & fix was valid (in fact it was > me who suggested the particular change). So I don't see point in reverting > it... Thanks for letting me know, now dropped. greg k-h