From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 25DD7C433DF for ; Thu, 15 Oct 2020 05:14:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C58F722249 for ; Thu, 15 Oct 2020 05:14:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602738894; bh=eXbiU/gOYfKzJXaZ9RIM/MKxffQp5ZR957Zg+v8e2lE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=IdFsimSamtUXE14DM/JX4I0VGK0bLlh4NYGf2PCORo3O7YuR0kCc0NnM4G1pnmge1 6g3RK+9yJy41P2Lwxz8t5tdqMNeNmt+O4I79SdVJLp8fUBZUSzUCd5fj+008Dn1Amf IZvR2i0E/rfdjIg87Id8xmzVuXaE8Y6eysU+QWyo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726303AbgJOFOy (ORCPT ); Thu, 15 Oct 2020 01:14:54 -0400 Received: from mail.kernel.org ([198.145.29.99]:60838 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725985AbgJOFOy (ORCPT ); Thu, 15 Oct 2020 01:14:54 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1462822247; Thu, 15 Oct 2020 05:14:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602738893; bh=eXbiU/gOYfKzJXaZ9RIM/MKxffQp5ZR957Zg+v8e2lE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=B/n5LNGDfqPS4DXftMJVZBWpfJsphcEMsDwltChAlHtxB0ajnr64Bn9hTilNbS5Gz VQbWfK84yBL+2Q2JcgryfMutEkqMcziEJlX52tSx5L3Vx1A1qlQz2glzgUMCazL7FE nEqoLXaPie/XXS2ltjUjbc3iRDvzqhLZOB62/uhk= Date: Thu, 15 Oct 2020 07:14:51 +0200 From: Greg KH To: Alex Deucher Cc: stable@vger.kernel.org, Alex Deucher Subject: Re: [PATCH] Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers" Message-ID: <20201015051451.GA405484@kroah.com> References: <20201014202836.240347-1-alexander.deucher@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201014202836.240347-1-alexander.deucher@amd.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Oct 14, 2020 at 04:28:36PM -0400, Alex Deucher wrote: > This regressed some working configurations so revert it. Will > fix this properly for 5.9 and backport then. What do you mean "backport then"? > > This reverts commit 38e0c89a19fd13f28d2b4721035160a3e66e270b. > > This needs to be applied to 5.9 as well. -next (5.10) has this > already, but 5.9 missed it. What is the real fix for this? Is it in Linus's tree and I can just backport that fix? thanks, greg k-h