From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from stravinsky.debian.org (stravinsky.debian.org [82.195.75.108]) (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 897F73C456F for ; Thu, 30 Jul 2026 08:30:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=82.195.75.108 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785400219; cv=none; b=Fx8KwNJAC4pvbeONcvwv48PwTW96VLb90QCtuDhFemuLVgt6uNWTdx1mzQ/4oEsHQux34hOqwhKict30ea7OPprdP97tloyj/ZgSrntTFvGa7E3Fg7NE1zQz6L9KMDARgoBhScyGsQYJdLkfrrwyCM84oiehiOjSfYl3rjuKnaA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785400219; c=relaxed/simple; bh=hKZMhKORj9ZhOdiajaQlLWpx/bnFzTMmYZQm4PvPwXU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=uQxI1kyZ4rupQt2AHO76OMlNnb+aV5xrw7Gq7qM/PfIwdk5tNj1TO1AOBl3ZP+WDmGpS7b9zc4r1moAcRJMBxGoNyBVEiOGkIAP1iwqJlNKeZY9Pisy1a3fONX2y6i4SXfnfbYi/3lAMOxzodq37xVnNGowkx6GwEN7Ope82Bzg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=debian.org; spf=pass smtp.mailfrom=debian.org; dkim=pass (2048-bit key) header.d=debian.org header.i=@debian.org header.b=gY8vCNO0; arc=none smtp.client-ip=82.195.75.108 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=debian.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=debian.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=debian.org header.i=@debian.org header.b="gY8vCNO0" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=hKZMhKORj9ZhOdiajaQlLWpx/bnFzTMmYZQm4PvPwXU=; b=gY8vCNO0PmJWtEi0LAXpOtQTdE m9+7we/OlZTgR4+hdsXMFNouqz7cf7Nns4IOT/xX79art4JAtBYqOUftvjor/HhFGOO+Wort1yzgA 7BDN2Bg9GuAYVth1jlHTKZe0Y4DlKsz8ML32Ins7mua021FrGTVYFD+BCt3DBWOpiDlKaUmaea3At xhVedktEE2L/m3waBXOsLDUvkEKhNatbXEcFy3Essl7xSkM5ysO5paLyb5Rb1wO6V2q6/IOoHqxOe pPkSF21XcPooZvsDzERegr1OAaNcqXnDgH8WzH63fS37ekxNgPfqSzCkd96aMtovOLh95qgycxos/ FFUc3o1w==; Received: from authenticated-user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from ) id 1wpM9Y-0096LD-28; Thu, 30 Jul 2026 08:30:08 +0000 Date: Thu, 30 Jul 2026 01:30:03 -0700 From: Breno Leitao To: Jeffin Philip Cc: a.hindborg@kernel.org, viro@zeniv.linux.org.uk, sage@newdream.net, linux-kernel@vger.kernel.org, syzbot , syzbot+8358d1f3d9c15bdf1c9a@syzkaller.appspotmail.com Subject: Re: [PATCH] configfs: fix race between symlink and rmdir Message-ID: References: <20260730032040.95378-1-jeffinphilip14@gmail.com> 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: <20260730032040.95378-1-jeffinphilip14@gmail.com> X-Debian-User: leitao On Thu, Jul 30, 2026 at 08:50:40AM +0530, Jeffin Philip wrote: > From: syzbot I have never seen a syzbot fix before. Have the policy change and now we have fixes from bots?