From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 0CAA9383C67 for ; Tue, 14 Jul 2026 03:00:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783998037; cv=none; b=gxooifcC50N3K0asBtTp3k3fsCjECYrzgEXmDk64EEtVhaqxbFgplpmth9n4XBv0waoS/uLseE7C7kG1BAK/roMeh483UN3ea9TMzS01pxgTbgoEW2T/dL5qgJvxwKiWJfN7BKNpoBh+tMsLDS9zW0GfyRG3oQ2pMs2HXrXrZ88= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783998037; c=relaxed/simple; bh=/1+0Kh+y4YwlPIXVC3/Eb/gRCvO4d9lq+1jOgfFOMbI=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=rUi4GyckNAf0ImsbgGSPXs7GfpBQ/fCPrdejIyajzaklO9thxLKM9WncCH+PLbsanyLIMSMZKiVv+FSstodGBrOVUM7z0/FbOHoCcoSmvTHuGldpmCB0vU/IxaOjZCRSvX/zLrMrkCDRrIpEJnTZayeqNybo9OnxFxqtzm5XXww= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KWGCKTWT; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="KWGCKTWT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9BC031F000E9; Tue, 14 Jul 2026 03:00:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783998035; bh=6XrlarryAV3hoytyni/VR2qLMtepQivN9954O6QWRr4=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=KWGCKTWTYgFsScRuBSY63iS5bNuI8oPxNiYDFBcVlH3Xp+TfRfTW3/az05U3HW1qu TII0w6QrpB5EXCXdAXvYAtoMAX/n+uwhFnGsExNMyvY4hiSZCYYsFeklfWMnuxUXKQ Ge/PEyP1Cbt60Q2meekY0u6IC518IVi7MTrgWku/9/KAOfiiXrSnB4cLY+ZnE8agqI Kf2AH/2YsPf+B816H6AwlD4Xci9JGxT1cE/bUxLqc6GWj2PvoSZnqWBURV6gVD7o3i GQkDWraJ8JbqntNB1h90gHZMK0PdNvdtK8ZICi5jzzGkZ5mFmXH5Is7OpVg7wwfHJg Y1rXlOaVsLztw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id D09F83924FB7; Tue, 14 Jul 2026 03:00:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH v2] f2fs: embed f2fs_gc_kthread in f2fs_sb_info From: patchwork-bot+f2fs@kernel.org Message-Id: <178399801038.2939750.8235712118479697157.git-patchwork-notify@kernel.org> Date: Tue, 14 Jul 2026 03:00:10 +0000 References: <20260706123321.4015678-1-chao@kernel.org> In-Reply-To: <20260706123321.4015678-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@kernel.org, stable@kernel.org, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 6 Jul 2026 12:33:21 +0000 you wrote: > Instead of allocating f2fs_gc_kthread dynamically, embed it in > f2fs_sb_info. This simplifies lifetime management and prepares for > fixing race conditions during teardown. > > - __sbi_store - remount|shutdown > - f2fs_stop_gc_thread > - access sbi->gc_thread > - sbi->gc_thread = NULL > - access sbi->gc_thread->f2fs_gc_task > > [...] Here is the summary with links: - [f2fs-dev,v2] f2fs: embed f2fs_gc_kthread in f2fs_sb_info https://git.kernel.org/jaegeuk/f2fs/c/1ab1345217aa You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html