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 55CB5EB64DC for ; Thu, 29 Jun 2023 06:57:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231691AbjF2G5I (ORCPT ); Thu, 29 Jun 2023 02:57:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46790 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230447AbjF2G5E (ORCPT ); Thu, 29 Jun 2023 02:57:04 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 76E341FC0 for ; Wed, 28 Jun 2023 23:57:01 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 73C5F614C4 for ; Thu, 29 Jun 2023 06:57:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 75660C433C0; Thu, 29 Jun 2023 06:56:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1688021819; bh=80x9r4LA4LA8BeaDnMdX/U9titGstiwY3o42Eq8vAJ4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sAkj89fiv0JOyNbijWqEAiU7v1mL0pOvHud315hdN241vw4P9f6eupO0S66jWQXa7 l698FZJlYwlLqG3KheHBQZp46gaAUmCQtAX+H3/iFM98oIJQbGLp6a2ORMtuNXvfOy AnF2JXdy60njlCN5CZ8QIaClf9LXSNzIoKHEJgPg= Date: Thu, 29 Jun 2023 08:56:57 +0200 From: Greg KH To: liujf628995 Cc: catalin.marinas@arm.com, akpm@linux-foundation.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, syzkaller@googlegroups.com, security@kernel.org, secalert@redhat.com Subject: Re: use-after-free in =?utf-8?Q?kmemleak?= =?utf-8?B?X3NjYW7vvJ8=?= Message-ID: <2023062958-twistable-rut-e684@gregkh> References: <59a9e693.270f.1890529db99.Coremail.liujf628995@126.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <59a9e693.270f.1890529db99.Coremail.liujf628995@126.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 29, 2023 at 11:19:36AM +0800, liujf628995 wrote: > hello,here is a crash from syzkaller,it looks like happened in kmemleak scan.It could not be reproduced by syzkaller because this should not have been caused by syscall fuzz.I don't know what rhe reason for this,please check it.My fuzzed linux kernel is linux-6.2(commit/c9c3395d5e3dcc6daee66c6908354d47bf98cb0c) If you have a reproducer or a patch, we will be glad to review it, otherwise just sending syzbot reports like this (especially in html format which is rejected by the mailing lists), will not go very far as we have loads of them already. thanks, greg k-h