From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-179.mta1.migadu.com (out-179.mta1.migadu.com [95.215.58.179]) (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 35337342CBD for ; Fri, 16 Jan 2026 06:58:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.179 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768546688; cv=none; b=NJPBDlEI0lm/PoCSF1iaDGD+jamgJhZ8VNkcNmPwE0rRi75rz9Qhjuxp8RbT6ZdB3sWjU7pY2ToDlF0iV1v8EWWNe3FyHGES39+y2uD8+7Mu2ElJtsZ4IIRB6Aa37+mcxH8FOpMDcR7Ev6BDGu7Ok/hpQjp+mtF6t2fN2ECEvmQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768546688; c=relaxed/simple; bh=XxMfkQzXZBloiEzhfmMyGg5BLiik01g/ayw2P3Ef+uE=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=hJV4fjnkwajSV6FZ/HvLXTImKOd0m0Z3aioqqyUSX6VKUssp1vw4MtADiMH7gVMfedNOBOkqYctKhiY95lB6Trrd0X3gpMQblf0GXn7Sp7UY4H/OHIGoNsGK/yfL2m9Yr/jyRlER6WI1jNNm5FSuXGFPy6KNfsTTlHbfTkhzMxQ= 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.179 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-cifs@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