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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D0DC5E748E9 for ; Sun, 1 Oct 2023 12:11:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234914AbjJAMJF (ORCPT ); Sun, 1 Oct 2023 08:09:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46450 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232837AbjJAMJE (ORCPT ); Sun, 1 Oct 2023 08:09:04 -0400 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E964692 for ; Sun, 1 Oct 2023 05:09:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1696162128; bh=HaGGZ/T1x2QqtiunV/yuLIU/Bf4cwKcDBuVOuiJdBO4=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=cSPgCQWkWl+vq4DTmWJc6it0Ms0qTx5xVyBHCROP8flRCcYQBo46bvVYp4E2EA7ul EZZdeUl5yuLBpit32J1h8YCa9LI3abw66iRev20FBj7p6nCPFZeBdyrJ5a3zVq2nMs Z022TiT0wJVeK7+5ni815zlvs7W2fdA1VYRuVWTHD2B+fLmqI1l9394pdu5PiVnDn8 3EQdrKicR+O5R2dFZmGxcOopnOzgTrqHUq90N+O7It+rNww+VTnRLL/qyRtHo/vc19 aX4D0eqRDiEC56nX2xLcmgg6seky89L3h9miRYiHlmdmTHDBFRO1ArW2Dk4Tdqt8WM GSwYkmNqK0HFA== Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4Rz2tN0S4Tz4x2Y; Sun, 1 Oct 2023 23:08:43 +1100 (AEDT) From: Michael Ellerman To: "Dr. David Alan Gilbert" , npiggin@gmail.com, christophe.leroy@csgroup.eu, sam@ravnborg.org, benh@kernel.crashing.org Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, rdunlap@infradead.org Subject: Re: [PATCH v4] powerpc: Use shared font data In-Reply-To: References: <20230825142754.1487900-1-linux@treblig.org> Date: Sun, 01 Oct 2023 23:08:42 +1100 Message-ID: <87a5t2sfxx.fsf@mail.lhotse> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org "Dr. David Alan Gilbert" writes: > * linux@treblig.org (linux@treblig.org) wrote: >> From: "Dr. David Alan Gilbert" >> >> PowerPC has a 'btext' font used for the console which is almost identical >> to the shared font_sun8x16, so use it rather than duplicating the data. > > Hi Michael, > Are you going to pick this up for 6.7? Yes I will. cheers