From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D6C52168 for ; Fri, 2 Jul 2021 13:29:34 +0000 (UTC) Received: from dggeme752-chm.china.huawei.com (unknown [172.30.72.57]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4GGbQB3yHBzXngB; Fri, 2 Jul 2021 21:24:02 +0800 (CST) Received: from [10.174.178.134] (10.174.178.134) by dggeme752-chm.china.huawei.com (10.3.19.98) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Fri, 2 Jul 2021 21:29:24 +0800 Subject: Re: [mainline] [arm64] Internal error: Oops - percpu_counter_add_batch To: Naresh Kamboju , Linux ARM , open list , , Greg Kroah-Hartman , linux-ext4 CC: Ritesh Harjani , Harshad Shirwadkar , Theodore Tso , , , Linus Torvalds , Al Viro , Andreas Dilger , Jens Axboe References: From: Zhang Yi Message-ID: <1e6fd4f1-dfab-6bf5-e5ea-e4a51f1006f0@huawei.com> Date: Fri, 2 Jul 2021 21:29:24 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit X-Originating-IP: [10.174.178.134] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To dggeme752-chm.china.huawei.com (10.3.19.98) X-CFilter-Loop: Reflected On 2021/7/2 20:38, Naresh Kamboju wrote: > On Fri, 2 Jul 2021 at 13:54, Naresh Kamboju wrote: >> >> Results from Linaro’s test farm. >> Regression found on arm64 on Linux mainline tree. > > Regression found on arm64, arm and i386 on Linux mainline tree. > But x86_64 tests PASS. > >> >> The following kernel crash was noticed while running LTP fs_fill test case on >> arm64 devices Linus ' mainline tree (this is not yet tagged / released). >> >> This regression / crash is easy to reproduce. >> >> fs_fill.c:53: TINFO: Unlinking mntpoint/thread6/file2 >> fs_fill.c:87: TPASS: Got 6 ENOSPC runtime 3847ms >> [ 1140.055715] Unable to handle kernel paging request at virtual >> address ffff76a8a6b59000 > > ref; > https://lore.kernel.org/regressions/CA+G9fYuBvh-H8Vqp58j-coXUD8p1A6h2it_aZdRiYcN2soGNdg@mail.gmail.com/T/#u > > - Naresh > . > Thanks for the report, I'm not test this patch on arm64 and powerpc, and sorry about not catching this problem, I will fix it soon. Yi.