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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B0641C00140 for ; Wed, 10 Aug 2022 21:54:51 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 39E9B11AD9E; Wed, 10 Aug 2022 21:54:48 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 45F33112043 for ; Wed, 10 Aug 2022 21:54:34 +0000 (UTC) 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 2BD0F614BF; Wed, 10 Aug 2022 21:54:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 58739C433D6; Wed, 10 Aug 2022 21:54:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1660168472; bh=AcqHgSNkf3IX7o9edWdCysQ90+uzp4H5UomIiuXQ1N0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Y9/kE+sO1wUIhDBFMxUYua6SQbiIyXn2/rXvGAyuLqGIl+akwW83S93IbKS1Yolgt R9uahdGRzi6mnXeYehUV7q/mH6MDIfWjSggm2rHAyhX8eD7zFVWdFKj7f2SLK9Iy8M envc9Zmlf82P0FwynTmJE0cuKeH0RNF/m3i6gnLg= Date: Wed, 10 Aug 2022 14:54:31 -0700 From: Andrew Morton To: Matthew Wilcox Message-Id: <20220810145431.71d9bfda20decb357cc208ec@linux-foundation.org> In-Reply-To: References: <584ae788-05e3-5824-8c85-cbb833677850@redhat.com> <4a204620-7639-c844-455-10e55b372bcf@google.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Intel-gfx] i915: crash with 5.19-rc2 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx@lists.freedesktop.org, chris@chris-wilson.co.uk, Hugh Dickins , LKML , Zdenek Kabelac Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, 10 Aug 2022 17:09:37 +0100 Matthew Wilcox wrote: > On Wed, Aug 10, 2022 at 08:55:32AM -0700, Hugh Dickins wrote: > > This is not a bug in zram or i915, but what Matthew fixes in > > https://lore.kernel.org/lkml/20220730042518.1264767-1-willy@infradead.org/ > > Thanks for tracking that down, Hugh. Nice to know it's a crash rather > than a data corruption. The fix is in Andrew's tree, so I think it's > already destined for upstream soon. Yes, that's in the hotfixes queue for sending upstream Fridayish. > Andrew, I have two fixes that I don't see in your tree: Is it expected to be in my tree? It's a huge v1 patch series on which I wasn't cc'ed? > https://lore.kernel.org/linux-mm/20220808193430.3378317-2-willy@infradead.org/T/#u > https://lore.kernel.org/linux-mm/20220808193430.3378317-4-willy@infradead.org/T/#u > > The first is of minor importance, the second I believe Hugh has hit in > his testing. In that case the second patch should be pulled out of that series, have its changelog made to describe the runtime effects and have a Cc:stable added, please.