From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-183.mta1.migadu.com (out-183.mta1.migadu.com [95.215.58.183]) (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 DF2C134EF13 for ; Fri, 16 Jan 2026 06:58:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768546689; cv=none; b=DC16QaeTMdydiWRqnBwtYq2wkikK7CueAk4r+iIYzKsmhsEnh3OuWrUCpsIjwZ6BEnKC05A9lSjg8zO+G0k+nkqYMp2pJOg/xsUUIKKMvKgJ7zJZ0WrDAnVlmNPjKs5sRl5FPJnKqdZmo8cJzDWXvftnYV8w/dfXT64WFsnR5VU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768546689; c=relaxed/simple; bh=XxMfkQzXZBloiEzhfmMyGg5BLiik01g/ayw2P3Ef+uE=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=WTQXCnxm+xFqsjEd3NJVEFRKauDiIYFO+K24eLNJeCMSWKYInaDtGizAxRWd4zD8cdaxEMJ/4xkFVeHbWtAacQufQfD82WgiIcTsjOP00G+RazGPA+IQH5G0ENVTWbVRafJqAZpuPNy/Dapc+GSeozofr9Bhtp6+snAolTxb7mM= 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=uJ5raEU6; arc=none smtp.client-ip=95.215.58.183 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="uJ5raEU6" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1768546685; 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=TpZHEIhDVZUYNbouuf4WeuCvv5XReGcdIsU3/YXDkLg=; b=uJ5raEU6EQAsUqtzDFgi5GqH6avFKF9NWG9r+Nvffn++zeg6LmW/HLc5tfvKU7olmhQTfd Pebke8/HtYdSX0lDUeBsslumm6YuGaJwegdHcfhjASQUzkRhakP75KARxVB+/pKB5ieUrx hjFsh7VcPq6IcZbAbDeBXegJavNpFZg= Date: Fri, 16 Jan 2026 14:57:10 +0800 Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH 00/37] cifs: Scripted header file cleanup and SMB1 split To: Steve French , David Howells Cc: Enzo Matsumiya , Paulo Alcantara , CIFS , linux-fsdevel , LKML , Henrique Carvalho References: <20251222223006.1075635-1-dhowells@redhat.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: ChenXiaoSong In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT Conflicts have been resolved. Please see the last five patches in the GitHub repository tag `smb2maperror`: https://github.com/chenxiaosonggithub/linux/commits/smb2maperror/ smb/client: introduce KUnit test to check search result of smb2_error_map_table smb/client: use bsearch() to find target in smb2_error_map_table smb/client: check whether smb2_error_map_table is sorted in ascending order cifs: Autogenerate SMB2 error mapping table cifs: Label SMB2 statuses with errors Thanks, ChenXiaoSong On 1/16/26 12:32, Steve French wrote: > Kernel branch would be good