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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 E623BC352A1 for ; Wed, 7 Dec 2022 05:38:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:References:Cc:To:From: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=uYY2dEE7VVvWaI2G7kJ54x7kGTXyBqK1Ve1VJJsB8n8=; b=YcQ3iR2jg5YwVU u4srWUesPL1vRuc4XqIoCzEzUDIEjqO5Mis/clAZ42pHJ7a4kzL5luEKBB0BeIVqVnE0AXitlswpy YeE7Gt9dttpsJ1HzWG1Cqp5iJko1tfO45pc3D9FhAnhKUUdvQCwmpNJW1tetTGLFIqRXvo6tbHsDh XylFV5wBvRfNrLpi5mkg4VUEzLs3Vwy8kdljVIRXB1ntsyeGQGt7IauaXBqaqhBSbwjmuDQ11SLWG 07SSau/PRT6209pexJlgxichg8LVNOkUvw8l3DZBPPwMsdqUrZe28qpXJLtK8QUFNGAF9NlAPRs3f 1kWn6mcmwH6DIWx5h98w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1p2n6p-00BoYu-8v; Wed, 07 Dec 2022 05:36:43 +0000 Received: from wp530.webpack.hosteurope.de ([80.237.130.52]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1p2n6k-00BoQn-TC for linux-arm-kernel@lists.infradead.org; Wed, 07 Dec 2022 05:36:40 +0000 Received: from [2a02:8108:963f:de38:eca4:7d19:f9a2:22c5]; authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1p2n6b-0005OG-Sz; Wed, 07 Dec 2022 06:36:30 +0100 Message-ID: <45f96562-e6d9-f586-0fcb-4e4f560f98ea@leemhuis.info> Date: Wed, 7 Dec 2022 06:36:28 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 Subject: Re: [GIT PULL] arm64 updates for 6.1-rc1 #forregzbot From: Thorsten Leemhuis To: "regressions@lists.linux.dev" Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20221005144116.2256580-1-catalin.marinas@arm.com> <49ab0931-0d45-7884-e7b6-5c7d4de82ee2@leemhuis.info> Content-Language: en-US, de-DE In-Reply-To: <49ab0931-0d45-7884-e7b6-5c7d4de82ee2@leemhuis.info> X-bounce-key: webpack.hosteurope.de;regressions@leemhuis.info;1670391398;1212bc23; X-HE-SMSGID: 1p2n6b-0005OG-Sz X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221206_213639_131347_1D5890A4 X-CRM114-Status: GOOD ( 14.40 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 14.11.22 19:59, Thorsten Leemhuis wrote: > [Note: this mail is primarily send for documentation purposes and/or for > regzbot, my Linux kernel regression tracking bot. That's why I removed > most or all folks from the list of recipients, but left any that looked > like a mailing lists. These mails usually contain '#forregzbot' in the > subject, to make them easy to spot and filter out.] > > On 08.11.22 18:28, Amit Pundir wrote: >> On Tue, 25 Oct 2022 at 18:08, Amit Pundir wrote: >>> On Wed, 12 Oct 2022 at 17:24, Catalin Marinas wrote: >>>> On Sat, Oct 08, 2022 at 08:28:26PM +0530, Amit Pundir wrote: >>>>> On Wed, 5 Oct 2022 at 20:11, Catalin Marinas wrote: >>>>>> Will Deacon (2): >>>>>> arm64: dma: Drop cache invalidation from arch_dma_prep_coherent() >>>>> >>>>> Hi Will, >>>>> >>>>> This patch broke AOSP on Dragonboard 845c (SDM845). I don't see any >>>>> relevant crash in the attached log and device silently reboots into >>>>> USB crash dump mode. The crash is fairly reproducible on db845c. I >>>>> could trigger it twice in 5 reboots and it always crash at the same >>>>> point during the boot process. Reverting this patch fixes the crash. > [...] > #regzbot ^introduced c44094eee32f > #regzbot title arm64: crash on the Qualcomm SM8250 > #regzbot monitor > https://lore.kernel.org/all/20221114110329.68413-1-manivannan.sadhasivam@linaro.org/ #regzbot fixed-by: b7d9aae404841d9999b7476170867ae441e948d2 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel