From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-170.mta1.migadu.com (out-170.mta1.migadu.com [95.215.58.170]) (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 A0AD426ED55 for ; Thu, 20 Nov 2025 21:02:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.170 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763672541; cv=none; b=nZVGUUvcBxau4caPntgKmsXOcKVlrG2dqEX/bOWCvdpuk0FbhShpjdbGo90aT6huAFk1RTpLVEtIfY1n+3YIMFVqeKDrQsaJyhWhEof+r7v69z/FL4PHy830ilCLGF2BodilCyvDugUPzdj3ljEm258b1Kw4gIVHz5BoG1+HcJw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763672541; c=relaxed/simple; bh=/0+yps8XPK9y7qXVhFTt8YRHYbrP0bw+XV/jpR32Xy0=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Cc: Message-Id:References:To; b=kNsZ/pHuczwH8PPiNFXqodNhpJe7+UjAtQnf2y8DYbO/CRZ6FU5/e9Q6zMxCSnJ3xqlOZ3Tn0d28KQm34ODgdQd1WjgPwgoTwLj+wmGdFmOJ+bwXY5NWKnR2BL24Q0ddZnIUSPl4kskGRr6ZDsmu7tv7z4GXZ89siikBht/Zi08= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=sXKix0bG; arc=none smtp.client-ip=95.215.58.170 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="sXKix0bG" Content-Type: text/plain; charset=us-ascii DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1763672525; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0fVqlf4PSMAtsIkR0CmK3Eg1WYRI0DRj+w+t48dW3t0=; b=sXKix0bGHf+o6v00WI3s/0oDpVBatFuWH1i7jUIkP5h8ctVGhRUYUAxg/BueehSTPUJJwe YBUO7E++B8ZA9zNhIP1VuSvG8uNGWqJfHbx5LZSQ0QpyRua+1G8PEx0eTRpWgevkao638M D6E37YpGq+lzGoUyXMR4PtgfSX90Lks= Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.700.81\)) Subject: Re: [RESEND PATCH] ecryptfs: Fix packet format comment in parse_tag_67_packet() X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Thorsten Blum In-Reply-To: Date: Thu, 20 Nov 2025 22:02:02 +0100 Cc: Brian Kubisiak , Christian Brauner , ecryptfs@vger.kernel.org, linux-kernel@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: <3B155F44-5937-4841-BC45-DE873F020DAC@linux.dev> References: <20241018214144.163036-2-thorsten.blum@linux.dev> To: Tyler Hicks X-Migadu-Flow: FLOW_OUT On 21. Oct 2024, at 08:37, Tyler Hicks wrote: > On 2024-10-18 23:41:42, Thorsten Blum wrote: >> s/TAG 65/TAG 67/ >> >> Signed-off-by: Thorsten Blum > > Acked-by: Tyler Hicks > > Thank you, Thorsten! I just noticed that this has been in linux-next for more than a year, but never made it to master. Does anybody know why? Thanks, Thorsten