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 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 711DBC47093 for ; Tue, 1 Jun 2021 14:10:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 445F0613CB for ; Tue, 1 Jun 2021 14:10:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233797AbhFAOMT (ORCPT ); Tue, 1 Jun 2021 10:12:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50172 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233964AbhFAOMS (ORCPT ); Tue, 1 Jun 2021 10:12:18 -0400 Received: from mail-wm1-x333.google.com (mail-wm1-x333.google.com [IPv6:2a00:1450:4864:20::333]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8619BC061574 for ; Tue, 1 Jun 2021 07:10:36 -0700 (PDT) Received: by mail-wm1-x333.google.com with SMTP id p13-20020a05600c358db029019f44afc845so825169wmq.3 for ; Tue, 01 Jun 2021 07:10:36 -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=7iGbvcFYMb3tLwZvkHa1Xrgwf6I7yyg/yxMiEiySaC0=; b=ejnEUTO1DiWDFagv+Dl6hADRqW7H1logS/cF6NBmsns/CZtF8MMuELJR17uBvI2xCD ngbYDadN3KqmTc1Ga64JG9ipPURDyswvZSzXT8SgS+f7+2fznZZ5iWjaYZC/aQASeaFy V8hUWaNgJgUeTGGYdT4EErDL9mDPIsVnl+zdU= 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=7iGbvcFYMb3tLwZvkHa1Xrgwf6I7yyg/yxMiEiySaC0=; b=hS/xfeUm8lIHzu7p75TgAyOpVfFf0zPDR0DFaptT7ujloiuIwufot+r72kTfpYTtwi urhxYCkzTT6W/zVxGTfeeDIDI4gNyLOTggEIfXLKcLCyTriuXXAlwkWsy+U/U7Qgtzn9 KEYA8wTL3E03DEMHa7944ZO+FaO45FhY+CcgeweS//GHE/k6FszJHchVBQSjWJV7ztF1 6nKfG9DSlepVLWspKUZEmo0iOoMtKtiBxMmnPCWmtmSoYtbZSpwinUn96QyKNuzC3z8C cH5PXJFjhk+/iCsouoc9hQlxcLb8ovUgN13NWW+EPi1uBY+/uY/HVGQROHgCmyehlwLl UnKQ== X-Gm-Message-State: AOAM530V0nT5Isr8epnAPpEH7lpr7PCWJjglLONajSSUUXbD953DzxpZ T1kw3VsFqHnQjmVPbRPAKNRkUWr+B7nfGg== X-Google-Smtp-Source: ABdhPJxmv2iRwq3JXX8sQlPH3fi0l96M70KDiLaBl1d14VByekZy30x12OgkHti6Mr59TGXbgwmE1g== X-Received: by 2002:a05:600c:2109:: with SMTP id u9mr104645wml.7.1622556635096; Tue, 01 Jun 2021 07:10:35 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id f1sm4206218wrr.63.2021.06.01.07.10.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Jun 2021 07:10:34 -0700 (PDT) Date: Tue, 1 Jun 2021 16:10:32 +0200 From: Daniel Vetter To: Matthew Wilcox Cc: Nathan Chancellor , linux-fbdev@vger.kernel.org, linux-mm@kvack.org, Jani Nikula , Daniel Vetter , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, William Kucharski , Ian Campbell , linux-fsdevel@vger.kernel.org, Jaya Kumar , Christoph Hellwig Subject: Re: [PATCH v2] fb_defio: Remove custom address_space_operations Message-ID: Mail-Followup-To: Matthew Wilcox , Nathan Chancellor , linux-fbdev@vger.kernel.org, linux-mm@kvack.org, Jani Nikula , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, William Kucharski , Ian Campbell , linux-fsdevel@vger.kernel.org, Jaya Kumar , Christoph Hellwig References: <20210310185530.1053320-1-willy@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: Linux phenom 5.10.32scarlett+ Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org On Sun, May 30, 2021 at 10:14:22PM +0100, Matthew Wilcox wrote: > On Sun, May 30, 2021 at 12:13:05PM -0700, Nathan Chancellor wrote: > > Hi Matthew, > > > > On Wed, Mar 10, 2021 at 06:55:30PM +0000, Matthew Wilcox (Oracle) wrote: > > > There's no need to give the page an address_space. Leaving the > > > page->mapping as NULL will cause the VM to handle set_page_dirty() > > > the same way that it's handled now, and that was the only reason to > > > set the address_space in the first place. > > > > > > Signed-off-by: Matthew Wilcox (Oracle) > > > Reviewed-by: Christoph Hellwig > > > Reviewed-by: William Kucharski > > > > This patch in mainline as commit ccf953d8f3d6 ("fb_defio: Remove custom > > address_space_operations") causes my Hyper-V based VM to no longer make > > it to a graphical environment. > > Hi Nathan, > > Thanks for the report. I sent Daniel a revert patch with a full > explanation last week, which I assume he'll queue up for a pull soon. > You can just git revert ccf953d8f3d6 for yourself until that shows up. > Sorry for the inconvenience. Uh that patch didn't get cc'ed to any list so I've ignored it. I've found it now, but lack of lore link is awkward. Can you pls resubmit with dri-devel on cc? fbdev list is dead, I don't look there. Thanks, Daniel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch