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 X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CCE3DC433E0 for ; Mon, 15 Mar 2021 12:10:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8EC3364E83 for ; Mon, 15 Mar 2021 12:10:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229830AbhCOMKJ (ORCPT ); Mon, 15 Mar 2021 08:10:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:57198 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229704AbhCOMJs (ORCPT ); Mon, 15 Mar 2021 08:09:48 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id AD3DB64EB3; Mon, 15 Mar 2021 12:09:46 +0000 (UTC) Date: Mon, 15 Mar 2021 12:09:44 +0000 From: Catalin Marinas To: Dmitry Vyukov Cc: syzbot , Len Brown , LKML , linux-pm@vger.kernel.org, "Rafael J. Wysocki" , syzkaller-bugs , kasan-dev , Vincenzo Frascino , Andrey Konovalov , Pavel Machek Subject: Re: kernel BUG in memory_bm_free Message-ID: <20210315120943.GB22897@arm.com> References: <0000000000009c21de05ba6849e7@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Mon, Mar 15, 2021 at 08:08:06AM +0100, Dmitry Vyukov wrote: > On Wed, Feb 3, 2021 at 6:59 AM syzbot > wrote: > > syzbot found the following issue on: > > > > HEAD commit: 3aaf0a27 Merge tag 'clang-format-for-linux-v5.11-rc7' of g.. > > git tree: upstream > > console output: https://syzkaller.appspot.com/x/log.txt?x=17ef6108d00000 > > kernel config: https://syzkaller.appspot.com/x/.config?x=10152c2ea16351e7 > > dashboard link: https://syzkaller.appspot.com/bug?extid=5ecbe63baca437585bd4 > > userspace arch: arm64 > > > > Unfortunately, I don't have any reproducer for this issue yet. > > > > IMPORTANT: if you fix the issue, please add the following tag to the commit: > > Reported-by: syzbot+5ecbe63baca437585bd4@syzkaller.appspotmail.com > > The BUG is: > BUG_ON(!virt_addr_valid(addr)); > > #syz fix: arm64: Do not pass tagged addresses to __is_lm_address() Does this mean that commit 91cb2c8b072e ("arm64: Do not pass tagged addresses to __is_lm_address()") fixes the regression? The patch was merged in -5.11-rc7 I think. -- Catalin