Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp4667566pxy; Tue, 27 Apr 2021 09:56:16 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw9cByeJHLlSDkG3dJvFPNYu/4tR+9oweI5TSV+aBK41xxDaawQVwbKAse1U7UKWkoxKZPm X-Received: by 2002:a05:6402:270c:: with SMTP id y12mr5678423edd.284.1619542576512; Tue, 27 Apr 2021 09:56:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619542576; cv=none; d=google.com; s=arc-20160816; b=B88I5j9rP8yFEzQi2V9qnrFdlmFDLJdb6IkxtAwdd4WLQa13+q1XgI4j5mvy+WpUh7 pFYJqmh49MpjZLiBGtFy35vId7fYtB89aeIXrkt8sNCaJTeROQJN1e4eGwrwVRXXBHIk rDgIvsp9dNhsNF8KDS9BavafIu35q3Csa+zZPnDbZzmwW1o3duHkgR0RctHQZUIdo+J+ Rz5XXr1whyTJZWu0SY3y8p+qhH6oDdra14/BhgP0K9OhRKVIOu/17Hk7G7y81fuL6VW4 vkUP845pyo8HXfJKxU9mezcp3uOaWZDsa53X5m5Fx63IZonHr0C/0T09vbA5N8/KmfUI zLVQ== 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=abCc3XRXeMSuJ4G5fAzhJX/fI//8ToRkjLyj5o6FiJ8=; b=iJ65j7Qp/cmsWDNEYMJShGErU/RpWhkA1870xVcVOuEjvglc0SIvcNopSpiXSCPe6B L5TMsHOLXzQYVcL8byvCocyrRNKXJrpEfcPppcfnFcLAqsvNe+y1lIJFLYeXP58/23bD Fvb9FJ/d10zdWbKgmtMhLtlQJ7WILQRP9IrIRj4qiJ1dkXH4mEfIUPyM/hR4U4DBUDzc j8m3pPH4rhZ2BhSWn9e95uB/aWqpC6dOE/zRjJY5bsSPpFyT3HRUOpMFdsb6f7LI1ZNv lQZ0l4LcYvRFVapgsjXlkPmwVGt6TxOLlXoRe+dnfr3fwx0eMiAZ8eeFv5F0RqYx5koA WyiA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=zGUnrnk5; 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 p13si3013100edq.588.2021.04.27.09.55.52; Tue, 27 Apr 2021 09:56: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=zGUnrnk5; 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 S237548AbhD0Qxe (ORCPT + 99 others); Tue, 27 Apr 2021 12:53:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:40918 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236611AbhD0Qxe (ORCPT ); Tue, 27 Apr 2021 12:53:34 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3568B613D8; Tue, 27 Apr 2021 16:52:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1619542370; bh=4YWY5GGpHQGx70Au7ckT2mXjimWpsegykY0XngdQwEU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zGUnrnk5uTK9PR3edPWAinVbq910acHrKWTvM5AllFU3trtglLuL+PUEniV0oZdGI BQTtsYR5eY9asoKl91iSRmiEp0gKuL28AaCR9okNkOvfBieTvBBPRuEgkkJ1zs/K6H liLi0bJUvBPeKXPASjubm4jPlJfoGydxWH+iuCrg= Date: Tue, 27 Apr 2021 18:52:48 +0200 From: Greg Kroah-Hartman To: James Morris Cc: linux-kernel@vger.kernel.org, Kangjie Lu , Mika Westerberg Subject: Re: [PATCH 116/190] Revert "thunderbolt: property: Fix a NULL pointer dereference" Message-ID: References: <20210421130105.1226686-1-gregkh@linuxfoundation.org> <20210421130105.1226686-117-gregkh@linuxfoundation.org> <3821882d-22c4-5dc5-2df9-ae2d5e8fc2a@namei.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3821882d-22c4-5dc5-2df9-ae2d5e8fc2a@namei.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 22, 2021 at 06:26:23AM +1000, James Morris wrote: > On Wed, 21 Apr 2021, Greg Kroah-Hartman wrote: > > > This reverts commit 106204b56f60abf1bead7dceb88f2be3e34433da. > > > > 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: Mika Westerberg > > Signed-off-by: Greg Kroah-Hartman > > --- > > drivers/thunderbolt/property.c | 5 ----- > > 1 file changed, 5 deletions(-) > > The original patch looks correct. > > > Reviewed-by: James Morris Thanks for the review, now dropping this revert. greg k-h