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=-11.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 09373C2B9F4 for ; Mon, 28 Jun 2021 15:09:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E232E61444 for ; Mon, 28 Jun 2021 15:09:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236801AbhF1PMF (ORCPT ); Mon, 28 Jun 2021 11:12:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:42502 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237621AbhF1PKA (ORCPT ); Mon, 28 Jun 2021 11:10:00 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4D05261206; Mon, 28 Jun 2021 15:07:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1624892853; bh=FwccOg7lWtm3GpmgF7Fn+80t3t2Y0enfuppOeDV+qe4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tpjs1s36JlyC1Vcouw20e/hfY0kJ36jszlb0hgTOHD4LurBqc2FVIAeidxhdWMKXD tfc5Ou1MTImgsHkPLfQaSTNDGV3mx4elWQpk/yZHwyXH+I/ibYLntUGlug7YndAxyJ UeJpIZcIl/fMRFXVbgC6eWpPhWQrR7c8kJL6gZ9s= Date: Mon, 28 Jun 2021 17:07:31 +0200 From: Greg Kroah-Hartman To: Emil Velikov Cc: Sasha Levin , "Linux-Kernel@Vger. Kernel. Org" , "# 3.13+" , Desmond Cheong Zhi Xi , Daniel Vetter Subject: Re: [PATCH 5.12 004/110] drm: add a locked version of drm_is_current_master Message-ID: References: <20210628141828.31757-1-sashal@kernel.org> <20210628141828.31757-5-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Jun 28, 2021 at 04:01:46PM +0100, Emil Velikov wrote: > Hi Sasha, Greg, > > On Mon, 28 Jun 2021 at 15:18, Sasha Levin wrote: > > > > From: Desmond Cheong Zhi Xi > > > > commit 1815d9c86e3090477fbde066ff314a7e9721ee0f upstream. > > > > Please drop this patch from all stable trees. See following drm-misc > revert for details: > https://cgit.freedesktop.org/drm/drm-misc/commit/?h=drm-misc-fixes&id=f54b3ca7ea1e5e02f481cf4ca54568e57bd66086 The revert is later in the series already :) thanks, greg k-h