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 04B24CD80BD for ; Tue, 10 Oct 2023 12:21:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231796AbjJJMVB (ORCPT ); Tue, 10 Oct 2023 08:21:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46384 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231775AbjJJMU7 (ORCPT ); Tue, 10 Oct 2023 08:20:59 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E877A99; Tue, 10 Oct 2023 05:20:57 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6DE79C433C9; Tue, 10 Oct 2023 12:20:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1696940457; bh=UxKiOjwRVBO8hPyVUUWzczAVTUMRjFlQkrN/ltCYT8k=; h=Date:From:To:Subject:References:In-Reply-To:From; b=z6owfJjLMQIFX2uC9sV/8w0Sqo46Pwrls0o6HMuGNTLpJ6j2UenvrZZUZyQPOk4e4 J3ULbbvJmYW9SamstV3gX+7XoWSBjLaIAkObsItWXbwj4B3BwNurPGM/XAYXjZVith +in/PsQQCypXf3oYXYGwsK8NbTcgAuJuaCoH/RRg= Date: Tue, 10 Oct 2023 14:20:54 +0200 From: Greg Kroah-Hartman To: Arnd Bergmann , Thomas Zimmermann , linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org, Arnd Bergmann , "David S. Miller" , "K. Y. Srinivasan" , Ard Biesheuvel , Borislav Petkov , Brian Cain , Catalin Marinas , Christophe Leroy , Dave Hansen , David Airlie , Deepak Rawat , Dexuan Cui , Dinh Nguyen , Guo Ren , Haiyang Zhang , Helge Deller , Huacai Chen , Ingo Molnar , Javier Martinez Canillas , John Paul Adrian Glaubitz , Khalid Aziz , Linus Walleij , Matt Turner , Max Filippov , Michael Ellerman , Nicholas Piggin , Palmer Dabbelt , Russell King , Thomas Bogendoerfer , Thomas Gleixner , WANG Xuerui , Wei Liu , Will Deacon , x86@kernel.org, linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-efi@vger.kernel.org, linux-csky@vger.kernel.org, linux-hexagon@vger.kernel.org, linux-ia64@vger.kernel.org, loongarch@lists.linux.dev, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-riscv@lists.infradead.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org, linux-hyperv@vger.kernel.org Subject: Re: [PATCH v3 0/9] video: screen_info cleanups Message-ID: <2023101007-retread-spyglass-4b8c@gregkh> References: <20231009211845.3136536-1-arnd@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: linux-ia64@vger.kernel.org On Tue, Oct 10, 2023 at 01:48:07PM +0200, Daniel Vetter wrote: > On Mon, Oct 09, 2023 at 11:18:36PM +0200, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > v3 changelog > > > > No real changes, just rebased for context changes, and picked up the Acks. > > > > This now conflicts with the ia64 removal and introduces one new dependency > > on IA64, but that is harmless and trivial to deal with later. > > > > Link: https://lore.kernel.org/lkml/20230719123944.3438363-1-arnd@kernel.org/ > > --- > > v2 changelog > > > > I refreshed the first four patches that I sent before with very minor > > updates, and then added some more to further disaggregate the use > > of screen_info: > > > > - I found that powerpc wasn't using vga16fb any more > > > > - vgacon can be almost entirely separated from the global > > screen_info, except on x86 > > > > - similarly, the EFI framebuffer initialization can be > > kept separate, except on x86. > > > > I did extensive build testing on arm/arm64/x86 and the normal built bot > > testing for the other architectures. > > > > Which tree should this get merged through? > > I guess if no one else volunteers (Greg maybe?) I can stuff this into > drm-misc ... Oh, hey, console code is for me, I keep forgetting. I can take it, looks like we have enough acks now, thanks for reminding me! greg k-h