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 22D2CC004D4 for ; Thu, 19 Jan 2023 15:23:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230024AbjASPXs (ORCPT ); Thu, 19 Jan 2023 10:23:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60638 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229575AbjASPXq (ORCPT ); Thu, 19 Jan 2023 10:23:46 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 81A7548A0E for ; Thu, 19 Jan 2023 07:23:45 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 15F85614AE for ; Thu, 19 Jan 2023 15:23:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2CA31C433D2; Thu, 19 Jan 2023 15:23:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1674141824; bh=qaEs0nDtvp0ZtjyoQ1vwECp/cH7c+pc0ALExhEWHdZs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=q3Av7k5MmHphBcPY58HZifb1vq6Lwd2J5C59+D5Ugpl/lkpvOo4jw7F5tk53k9Yh6 z7xeu7Wtj/IyWtXb3p5RrB0yaH/7UgTkppQXsPwe7ZL+EccSlaxJAy9TT2H8jmp95/ OwXoQYQXrrjLzQ6cHiidN110f5GhnL8Plk57h/P4= Date: Thu, 19 Jan 2023 16:23:42 +0100 From: Greg Kroah-Hartman To: Samuel Thibault Cc: Jiri Slaby , kbd@lists.altlinux.org, linux-kernel@vger.kernel.org Subject: Re: [PATCHv3 0/3] VT: Support >32x32 fonts for hidpi displays Message-ID: References: <20230119151914.931619963@ens-lyon.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230119151914.931619963@ens-lyon.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 19, 2023 at 04:19:14PM +0100, Samuel Thibault wrote: > Hello, > > This patch series adds to Linux and kbd the support for fonts larger than 32x32 > by dropping the oldish VGA constraints that don't apply to fb-based consoles. > > The change from v2 is only to completely drop the sisusb part, so that it > applies cleanly e.g. on latest Linus' tree. That was fast, thanks!!! I'll go queue this up now.