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 24A4418028 for ; Thu, 25 Jul 2024 15:55:08 +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=1721922909; cv=none; b=pyr6vinvI7pkmrGw7DNxpNhJ7mxYYZhjD9DRsIE2aeJoOscPNQa0SLDCndvr2sxGDK8u8KTffb/M3H5hwjuh/Bnt/zzIkkV/dofgsPRM+OGQxlIlURQXVI88a47loCTc4IFRne4EZ4vqga7le+dzMD7mv3JOcqavmwGXtHRsysE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721922909; c=relaxed/simple; bh=LsPqL4zy5kIMEfBnKmaPvJEYRR+Qa9FcTb6inJQF+/8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=AVGGM+2QovVmTvfR0RRnfKWxCE+a6ocAngCdgj9/OElGqWJHajBzG384Mm04Ln75OXWlaKHYiPHoT0lIWBoFKUvs/mXaLWnyEh/kVw91iukQfoqwPJXlxx1kjboZr53JW3Z4hJTBHTBWb24E0Of2aSADZtEgeWVw5MVXVcdMN9Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Aw1yVEd/; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Aw1yVEd/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2EFD4C116B1; Thu, 25 Jul 2024 15:55:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1721922908; bh=LsPqL4zy5kIMEfBnKmaPvJEYRR+Qa9FcTb6inJQF+/8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Aw1yVEd/GccN/vJ8oxuJCuYC2U/QjlmZATy0jmgOY24L+tEgDVGDTSjSuA82hmi38 94KTxHT7mC8/DE+3IUcQr93AI/L9jiPOQBwZPp1UdVoq2ZZtrx+86x+hSs9Tpj+hvc OAzOPh/bKMc4eBzv+YBq5zdb9oKKO1+z/WWXGVAQ= Date: Thu, 25 Jul 2024 17:55:05 +0200 From: Greg KH To: Sergio =?iso-8859-1?Q?Gonz=E1lez?= Collado Cc: stable@vger.kernel.org, linux-kernel-mentees@lists.linuxfoundation.org, Jan Kara , syzbot+600a32676df180ebc4af@syzkaller.appspotmail.com Subject: Re: [PATCH 6.1.y] udf: Convert udf_mkdir() to new directory iteration code Message-ID: <2024072549-difficult-predator-b7cb@gregkh> References: <20240725135313.155137-1-sergio.collado@gmail.com> <2024072521-ducky-record-3b13@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Thu, Jul 25, 2024 at 05:45:38PM +0200, Sergio González Collado wrote: > Hello, > > Thanks for your feedback. Honestly it was a clean cherry-pick. I'm > not aware I have changed anything ... but I can be mistaken. > I checked with the original commit, and the changes seem the same to > me, although the changes are not in the same line numbers. > Is that change in the line numbers what you mean? Do a clean cherry-pick and try to build the result, your patch was different... thanks, greg k-h