From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 2E2783C08A for ; Tue, 27 Aug 2024 19:08:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724785714; cv=none; b=k/wE+NEW0XIeNqO27CSQ7FjnTsThf/I/KkyQdb3CkMSqSTIyMdo2aNSAA6X1x9D9Y6Gf1EbhmGfEDBhQL+QFJBGnlVaXLPyh6jUvUMiIIHKDhKuin3cJyRlfF+Wk3TpH7WBiaqa8bOoHfnK/iwdwR4ifHX2QysY30J3EU2b3wYY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724785714; c=relaxed/simple; bh=MCwajK1SWDCk8zkVuQoXayRcIq68/osW50uYMsTi0mA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=inx8OF2u7cDi7B++3ySlAI+F7Vd6b9KdiuugXpQeGlGlrwqSopYVLFEA5kk+WHR+OJxowCH6g7euS1aQErp7uJefbK2nthVTzeBPWJeb9a+Ast4sWdUOtELSh8qqWXSbDz1yF6SiPElf6HyVsqHktg2cBrOk3zwqh9MRWAJ0vuw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NWPhT5bm; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="NWPhT5bm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8E359C32786; Tue, 27 Aug 2024 19:08:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1724785713; bh=MCwajK1SWDCk8zkVuQoXayRcIq68/osW50uYMsTi0mA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NWPhT5bmFYLE8izys4zsECwJTWo1Z4A1QcWun1C6+Du4XbUMJ/ig7mKQtjo5p1QKP vCeeT0roet1lCJ2t03aajk1RiLzUQgJOod7z2sRZfxl28nwS/F6QTueAKHrwSOI2kz XuFGCOG0Ht05g9yw/aYJstj9HP8jQ2RNEfKRWSj2670xQmrO4rnm+wF7VmsBjOhCSv CIftwZe5/oU6hmz+B4cQVyAkd55PVRip/YWaa8Pf2Xnotnee4CbO0Z9V7zYEaMzhQc TBIXWaKoe2QwAv2FsAEwPtXPg61c6xdJj22UYXZ0PleZK8NXOq6du4yBVy5iRPpDnF w75SwOMIE6ZPw== Date: Tue, 27 Aug 2024 09:08:32 -1000 From: Tejun Heo To: Xingyu Li Cc: jiangshanlai@gmail.com, linux-kernel@vger.kernel.org Subject: Re: BUG: general protection fault in check_lifetime Message-ID: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Hello, On Sat, Aug 24, 2024 at 09:31:03PM -0700, Xingyu Li wrote: ... > RIP: 0010:check_lifetime+0x6ae/0x960 This is a work callback function in net/ipv4/devinet.c which triggered the GPF. The workqueue part of backtrace is not really relevant as it's just calling this function. Can you please report this to network folks instead? Also, it'd be helpful if the above address is mapped to the source line too. Thanks. -- tejun