From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-183.mta1.migadu.com (out-183.mta1.migadu.com [95.215.58.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0B0AB86337 for ; Mon, 21 Apr 2025 13:57:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745243830; cv=none; b=IA53tDFQLQSUUs4BqHODcItB55lPjPv5udZaeQelVgvP7z12lJ/vFXgH6sAN2MzpjBwkHX0D9/ZqEwkz1Vj5sZ7X+XVwe0uKtqImoEqeWC+IiwRDVViCHGFc5IWBxJtQPvb0zGXRbqRsIVIoDFInbbKE/N3U8Es3bmuRCMnHEB0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745243830; c=relaxed/simple; bh=pJd8WsxtAYkHwS8ClpQ3xqwdhETlXCk5deE+sz8qGtA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=X8dWF8ZanZbwmt12MAS0q1pZ2yvTT5ESe1lGCLbjHjcJTfnhZqdM8AyFnYWTVuWBvQERHuWakW8c0Y5ppWfv5E6FCvD132uIBr168yvIQmnEbUiWzCK45e4mb1Wo8sh1d3Pt+SouA0scOSj9Nb7T6IMITNPlUzHS2TIbEV3ELX8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=rosenzweig.io; spf=pass smtp.mailfrom=rosenzweig.io; dkim=pass (2048-bit key) header.d=rosenzweig.io header.i=@rosenzweig.io header.b=IKnYMhIo; arc=none smtp.client-ip=95.215.58.183 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=rosenzweig.io Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=rosenzweig.io Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=rosenzweig.io header.i=@rosenzweig.io header.b="IKnYMhIo" Date: Mon, 21 Apr 2025 09:56:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rosenzweig.io; s=key1; t=1745243826; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=pJd8WsxtAYkHwS8ClpQ3xqwdhETlXCk5deE+sz8qGtA=; b=IKnYMhIo3I397WCqX+KqiNcubIvRK/YQxQCvQRIp7b2/5IU8k4Fc8nZBsAONLPIRZdezi6 Zjl+bUVpO1RbP1hEJvwg/kruiB3I342cu0emyGn+XeC9I8/wMrPR5Obrevpj2XoZQy42+X GAaUWnyBOIPc7HbcGAovNUhbs+nZFCvMzSqp8t/CreBHxRLolMlT1KzMT8gjzJywUt9/OT HQG8P7/RstCG5cHFe5MXFBTgU0knd2JYY3ksGYBhsyLZsRGdw+AUej+HcStXnPPBwY59Y0 9Iu4QFTerpHxwKY3my+gSB4x9zgPtCKEI5Husu7WnavpT+/iELXPkycMIqvHiw== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Alyssa Rosenzweig To: Aditya Garg Cc: Petr Mladek , Andy Shevchenko , Sven Peter , Thomas Zimmermann , Aun-Ali Zaidi , Maxime Ripard , airlied@redhat.com, Simona Vetter , Steven Rostedt , Rasmus Villemoes , Sergey Senozhatsky , Jonathan Corbet , Andrew Morton , apw@canonical.com, joe@perches.com, dwaipayanray1@gmail.com, lukas.bulwahn@gmail.com, Kees Cook , tamird@gmail.com, Linux Kernel Mailing List , dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org, Hector Martin , Asahi Linux Mailing List Subject: Re: [PATCH v4 0/3] Use proper printk format in appletbdrm Message-ID: References: Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Migadu-Flow: FLOW_OUT > Any change needed or just because some other maintainer manages this? Although Tbh, I really don't care about backporting since T2 Mac users are still using patched kernels provided by us. I'd rather free my mind in getting this done. I'm just too new to kernel to do nontrivial merges. Either I can queue this series to drm-misc-next today (no backport no changes) or we can wait for someone more experienced. Let me know which one.