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 666D0C4167B for ; Thu, 7 Dec 2023 14:52:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1443420AbjLGOwa (ORCPT ); Thu, 7 Dec 2023 09:52:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60210 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1443429AbjLGOw1 (ORCPT ); Thu, 7 Dec 2023 09:52:27 -0500 X-Greylist: delayed 577 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Thu, 07 Dec 2023 06:52:32 PST Received: from out-179.mta0.migadu.com (out-179.mta0.migadu.com [IPv6:2001:41d0:1004:224b::b3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 44795AC for ; Thu, 7 Dec 2023 06:52:32 -0800 (PST) Message-ID: <714b22c7-b8dd-008d-a1ea-a184dc8ec1cf@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1701960173; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=s/2/v98zCH6WS665133CT6K6dAqH+DX1nLJ4ZplpHfw=; b=lh5r4BEVv7vlSDvG6ZEJDFQSBwbg6AxLY7e9++STN6YAua4iOZiFZtMhiaY11QjrrjqXZ5 AdRmWBRnTd5he/Qq4jPG+XckKWU37F1VMqTJfhmtiLSziTxvDv+Qnyi4DxuHXSkiV5a3ZB vg5GmLS3QsP1o4GKTr3jDadFyRJqQRY= Date: Thu, 7 Dec 2023 22:42:44 +0800 MIME-Version: 1.0 Subject: Re: md raid6 oops in 6.6.4 stable To: Genes Lists , Bagas Sanjaya , snitzer@kernel.org, song@kernel.org, yukuai3@huawei.com, axboe@kernel.dk, mpatocka@redhat.com, heinzm@redhat.com, Linux Kernel Mailing List , Linux RAID , Linux Regressions Cc: Bhanu Victor DiCara <00bvd0+linux@gmail.com>, Xiao Ni , Greg Kroah-Hartman References: <6e6816dd-2ec5-4bca-9558-60cfde46ef8c@sapience.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Guoqing Jiang In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 12/7/23 21:55, Genes Lists wrote: > On 12/7/23 08:30, Bagas Sanjaya wrote: >> On Thu, Dec 07, 2023 at 08:10:04AM -0500, Genes Lists wrote: >>> I have not had chance to git bisect this but since it happened in >>> stable I >>> thought it was important to share sooner than later. >>> >>> One possibly relevant commit between 6.6.3 and 6.6.4 could be: >>> >>>    commit 2c975b0b8b11f1ffb1ed538609e2c89d8abf800e >>>    Author: Song Liu >>>    Date:   Fri Nov 17 15:56:30 2023 -0800 >>> >>>      md: fix bi_status reporting in md_end_clone_io >>> >>> log attached shows page_fault_oops. >>> Machine was up for 3 days before crash happened. Could you decode the oops (I can't find it in lore for some reason) ([1])? And can it be reproduced reliably? If so, pls share the reproduce step. [1]. https://lwn.net/Articles/592724/ Thanks, Guoqing