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 4B636C4332F for ; Fri, 9 Dec 2022 14:20:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229811AbiLIOUS (ORCPT ); Fri, 9 Dec 2022 09:20:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46878 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230078AbiLIOTr (ORCPT ); Fri, 9 Dec 2022 09:19:47 -0500 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 18D8531B; Fri, 9 Dec 2022 06:19:39 -0800 (PST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A0C1C23A; Fri, 9 Dec 2022 06:19:45 -0800 (PST) Received: from FVFF77S0Q05N (unknown [10.57.41.252]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 869A83F73D; Fri, 9 Dec 2022 06:19:37 -0800 (PST) Date: Fri, 9 Dec 2022 14:19:34 +0000 From: Mark Rutland To: Hillf Danton Cc: syzbot , john.fastabend@gmail.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, syzkaller-bugs@googlegroups.com, Robin Murphy Subject: Re: [syzbot] kernel stack overflow in sock_close Message-ID: References: <000000000000b2d33705ef4e2d70@google.com> <20221209133214.1934-1-hdanton@sina.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221209133214.1934-1-hdanton@sina.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, Dec 09, 2022 at 09:32:14PM +0800, Hillf Danton wrote: > On 9 Dec 2022 13:15:39 +0000 Mark Rutland > > On Thu, Dec 08, 2022 at 02:05:36AM -0800, syzbot wrote: > > > Hello, > > > > > > syzbot found the following issue on: > > > > > > HEAD commit: e3cb714fb489 Merge branch 'for-next/core' into for-kernelci > > > > This commit has a known-broken parent where some uaccess copies appeared to > > result in stack corruption: > > > > https://lore.kernel.org/linux-arm-kernel/Y44gVm7IEMXqilef@FVFF77S0Q05N.cambridge.arm.com/ > > > > ... which has now been dropped from the arm64 for-next/core branch, but > > anything found on commit e3cb714fb489 will be suspect due to that. > > > > This *might* a manifestation of the same issue; I'll have a go at reproducing > > it locally. > > Take a look at the reproducer [1] before kicking off your Harley. > > [1] https://lore.kernel.org/lkml/00000000000073b14905ef2e7401@google.com/ Ah, yes; this is clearly not arm64-specific, and therefore has nothing to do with the uaccess issue. Sorry for the noise, and thanks for the pointer! Mark.