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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 8C3CEC07E9B for ; Tue, 20 Jul 2021 14:11:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 631586113B for ; Tue, 20 Jul 2021 14:11:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234333AbhGTNbA (ORCPT ); Tue, 20 Jul 2021 09:31:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35932 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239552AbhGTNT0 (ORCPT ); Tue, 20 Jul 2021 09:19:26 -0400 Received: from mail-wr1-x431.google.com (mail-wr1-x431.google.com [IPv6:2a00:1450:4864:20::431]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2C27FC0613DE for ; Tue, 20 Jul 2021 06:59:13 -0700 (PDT) Received: by mail-wr1-x431.google.com with SMTP id c15so2531690wrs.5 for ; Tue, 20 Jul 2021 06:59:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=4PzjYhUEKqwf9rpMim3c4GSraf9DBD8+oBQWlOrJstY=; b=AI35rGqFmoDtZhMThgKNFgUNoYDIf/Mv9ZklyKOQZalq+AMl7YLVcjrZWirr9cA4yo sKbC4G1SWhrZuNvvWd/s+tASUCHW2urdvLdU/fGsg7m7gz4UJqkLwhSo75ZdBcWM5aan ACfNWR23Qn0SiA+6OIT5YQxeAfXWZ5CXMJ0s8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to; bh=4PzjYhUEKqwf9rpMim3c4GSraf9DBD8+oBQWlOrJstY=; b=BncrXl6p74r7tV2TnIgo8PLTDY+x7CWAIqtnCXxZY1wO3cjRlHFYljpVeQAZHOAkcD LV5ReS3uLfXbEXbArs23awHA+iaLD6ZTv6XeCHRuzYBX7j7tcgSUDIdamyaafILYyn9f 0aPBM1J8XaVQKsFba7ZgOYOtDDqR5sRs7asvEoa6qYxAvLQy03gl41f/trZYcU70ioU8 d+vR4EubsDlRZOWR4ezGDC6EYetNKG6NUV5ZJRcnQeZob5h6Do3uj9QCqhx/AdanMCIh YLLNWUs8Q+owB5tT5aGR+5WhMj/n1AMgzdlMWm66wbMB8IOIYdm0O/mh2F3+YGMvOwDO Gpkw== X-Gm-Message-State: AOAM532rqKvzECwIIaDKmDG0m/f8INYS4QCbxv53UuNnEh3Mg9PJQF3X QWr9nFKaP/NGTWe+cxfQzeSLBw== X-Google-Smtp-Source: ABdhPJwsdFs8q+1yTXrNA7AHfumD9vqplXTE6zNI6BrnjDfVy+jzMEAdzrUlq1Fu/ILnx4cnr5axUA== X-Received: by 2002:adf:f405:: with SMTP id g5mr17004193wro.277.1626789551781; Tue, 20 Jul 2021 06:59:11 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id u2sm2632333wmm.37.2021.07.20.06.59.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Jul 2021 06:59:11 -0700 (PDT) Date: Tue, 20 Jul 2021 15:59:09 +0200 From: Daniel Vetter To: Javier Martinez Canillas Cc: Ard Biesheuvel , Dave Airlie , linux-efi , David Airlie , Catalin Marinas , dri-devel , Russell King , Atish Patra , linux-riscv , Will Deacon , the arch/x86 maintainers , Ingo Molnar , Peter Robinson , Borislav Petkov , Albert Ou , Hans de Goede , Paul Walmsley , Thomas Gleixner , linux-arm-kernel , Greg Kroah-Hartman , LKML , Palmer Dabbelt , Thomas Zimmermann Subject: Re: [PATCH v3 0/2] allow simple{fb, drm} drivers to be used on non-x86 EFI platforms Message-ID: Mail-Followup-To: Javier Martinez Canillas , Ard Biesheuvel , Dave Airlie , linux-efi , David Airlie , Catalin Marinas , dri-devel , Russell King , Atish Patra , linux-riscv , Will Deacon , the arch/x86 maintainers , Ingo Molnar , Peter Robinson , Borislav Petkov , Albert Ou , Hans de Goede , Paul Walmsley , Thomas Gleixner , linux-arm-kernel , Greg Kroah-Hartman , LKML , Palmer Dabbelt , Thomas Zimmermann References: <20210625130947.1803678-1-javierm@redhat.com> <8dd26141-a09c-39e2-5174-4cad8d21c49c@suse.de> <03f0edef-e54e-8a2a-4b50-683d3d42e249@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <03f0edef-e54e-8a2a-4b50-683d3d42e249@redhat.com> X-Operating-System: Linux phenom 5.10.0-7-amd64 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 20, 2021 at 03:42:45PM +0200, Javier Martinez Canillas wrote: > On 7/20/21 3:01 PM, Daniel Vetter wrote: > > On Mon, Jul 19, 2021 at 09:10:52AM +0200, Ard Biesheuvel wrote: > >> On Mon, 19 Jul 2021 at 04:59, Dave Airlie wrote: > > [snip] > > >>> > >>> Can we just merge via drm-misc and make sure the acks are present and > >>> I'll deal with the fallout if any. > >>> > >> > >> Fine with me. Could you stick it on a separate branch so I can double > >> check whether there are any issues wrt the EFI tree? > > > > It'll pop up in linux-next for integration testing or you can pick up the > > patch here for test-merge if you want. > > > > Thanks a lot Dave and Daniel! Oh I haven't merged them, I'm assuming Thomas will do that. Just figured I'll throw my ack on top: Acked-by: Daniel Vetter > > And since Dave has given a blanket cheque for handling fallout he'll deal > > with the need for fixups too if there's any. > > I also plan to look at any regression that might had been introduced by these. > > Best regards, > -- > Javier Martinez Canillas > Linux Engineering > Red Hat > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch