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 2C40CC433F5 for ; Thu, 24 Mar 2022 20:03:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353181AbiCXUE5 (ORCPT ); Thu, 24 Mar 2022 16:04:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50838 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232830AbiCXUEx (ORCPT ); Thu, 24 Mar 2022 16:04:53 -0400 X-Greylist: delayed 1499 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Thu, 24 Mar 2022 13:03:21 PDT Received: from gateway30.websitewelcome.com (gateway30.websitewelcome.com [192.185.179.30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2FA3D21835 for ; Thu, 24 Mar 2022 13:03:20 -0700 (PDT) Received: from cm11.websitewelcome.com (cm11.websitewelcome.com [100.42.49.5]) by gateway30.websitewelcome.com (Postfix) with ESMTP id 5ED962058D for ; Thu, 24 Mar 2022 14:16:08 -0500 (CDT) Received: from 162-215-252-75.unifiedlayer.com ([208.91.199.152]) by cmsmtp with SMTP id XSwKn5PSydx86XSwKnn1z0; Thu, 24 Mar 2022 14:16:08 -0500 X-Authority-Reason: nr=8 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=roeck-us.net; s=default; h=In-Reply-To:Content-Type:MIME-Version:References :Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding :Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ZPPzdWk6s/RXLNCY9qFj72xcElUOICSe4hFZHn0LYwo=; b=2gVqLkwGPJTOdqr0cgSfmsFHIm //I+by3GiPA5f+uaLvOy0jFg06sVnwvMfeXloN8Ub9PPust43mRQWozKx+/n+cMCV6FbTtZfsWH89 Sy3yLBwdttt6lvfsW/xAA2tK+RO2aLzmMwTJm1mWky1UFp/M7n2hCpLe0J7Pm1ZiId+kD3Mo7DAHS Xo763c3pCsT09/1z+D3nZrDJRGujjs3zH7+RT+83ww7dVYOIs7RyPMH4NU+/NCLYFjFnG+uGQhFJb u+kUWA6fCe0HMsvx8tgAb0dX99IsQ7GAtZLkEwyczOHZLCC5iyJlFxzONinNs3FxL+AF4xFvnMNAN 9Pail+Dg==; Received: from 108-223-40-66.lightspeed.sntcca.sbcglobal.net ([108.223.40.66]:57650 helo=localhost) by bh-25.webhostbox.net with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nXSwJ-002YBS-OP; Thu, 24 Mar 2022 19:16:07 +0000 Date: Thu, 24 Mar 2022 12:16:06 -0700 From: Guenter Roeck To: Dave Airlie Cc: Linus Torvalds , Daniel Vetter , dri-devel , LKML Subject: Re: [git pull] drm for 5.18-rc1 Message-ID: <20220324191606.GA1120460@roeck-us.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-BWhitelist: no X-Source-IP: 108.223.40.66 X-Source-L: No X-Exim-ID: 1nXSwJ-002YBS-OP X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: 108-223-40-66.lightspeed.sntcca.sbcglobal.net (localhost) [108.223.40.66]:57650 X-Source-Auth: guenter@roeck-us.net X-Email-Count: 11 X-Source-Cap: cm9lY2s7YWN0aXZzdG07YmgtMjUud2ViaG9zdGJveC5uZXQ= X-Local-Domain: yes Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Thu, Mar 24, 2022 at 12:30:02PM +1000, Dave Airlie wrote: > Hi Linus, > > This is the main drm pull request for 5.18. > > The summary changelog is below, lots of work all over, > Intel improving DG2 support, amdkfd CRIU support, msm > new hw support, and faster fbdev support. > > Conflicts: > I did a merge into your tree this morning, couple of Kconfig > clashes, drm_cache.c needs an ioport.h include to avoid a build > fail due to other header refactoring. I think you should be able > to handle it. > > External interactions: > - dma-buf-map gets renamed to iosys-map > - this adds a yes/no helper to the strings helpers, and it's used > in some other code. > - platform driver for chromeos privacy screen > > Let me know if there are any issues. > [ ... ] > fbdev: Improve performance of cfb_imageblit() As reported as reponse to the patch submission, this patch causes crashes with qemu's mainstone, z2, and collie emulations. Reverting it fixes the problem. Unable to handle kernel paging request at virtual address e090d000 [e090d000] *pgd=c0c0b811c0c0b811, *pte=c0c0b000, *ppte=00000000 Internal error: Oops: 807 [#1] ARM CPU: 0 PID: 1 Comm: swapper Not tainted 5.17.0-next-20220324 #1 Hardware name: Sharp-Collie PC is at cfb_imageblit+0x58c/0x6e0 Guenter