From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-183.mta0.migadu.com (out-183.mta0.migadu.com [91.218.175.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 C457248424D for ; Thu, 6 Aug 2026 20:35:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786048542; cv=none; b=BPU6A7En3FfpxlHo6ccR4MbnCm+9A8b5S0pEH/W9OEzGw2Km15y43MD8eWg9soRQ9IZcv2Uqu0WxiHUA4ZQFk5zg9GCSk6KiQBgkfLnIDGBtFhtC0k4WxfBGHeyVP9maTeccG7ayT8ZHXi/4iGHwJMxcpRj0Y2xvPdSjfiR1jN8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786048542; c=relaxed/simple; bh=jepbOpqdyblXAPqRlQtWkvMhtNA1YXEtX0Kxd9NX5tg=; h=Message-ID:Date:MIME-Version:From:Subject:To:Cc:References: In-Reply-To:Content-Type; b=QMvBhittPxgoyixS6O6Ai23J0UjOZrIQAmyYv6bmkMBAfcGT8QVWYP0pFheA9rxCwoD/td3cufUT67RrrraQR+Y3G92xkfo3IbcFiPuMxsCXNCXXLY7F3KoXZGFkbsrqs3gcN7e8mNHbo969wslJPG0/XO2yJprS8IQ7hFHQl1M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=chenxiaosong.com; spf=pass smtp.mailfrom=chenxiaosong.com; dkim=pass (2048-bit key) header.d=chenxiaosong.com header.i=@chenxiaosong.com header.b=EKMjEhBf; arc=none smtp.client-ip=91.218.175.183 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=chenxiaosong.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=chenxiaosong.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=chenxiaosong.com header.i=@chenxiaosong.com header.b="EKMjEhBf" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chenxiaosong.com; s=key1; t=1786048537; 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=KYeS2bqv4TLDnAQfd1CuXH1ZrUS7nChO81BnU8HyNb8=; b=EKMjEhBfWXcuu3uP/3pwBQy+Did4oVSfBkrSV/fIXHihYRWAbJiWAVa5UI2+MRAEcWf6J0 MSsLj0dbwxBso+oM2DT1P+83DQuPcbZ4tKNWunk4g25kYquro3SGD4wgTavY9faWvVORLv vylTIUx3OV09hhJJAdBuWbMmZnEodEOIAuXpnLXpwst+NqsDi5KvZy+OgDSOy5l24mr2XL ZJuaECVogJeCX+bxPN7zq5jbEqZGDTSdrhaRgRBBjyBDKaAUuX/6zWNPnEslHabQoNInEB 7Df+w0NDNtI1sF0Xe0VNVrdUeEnIzpdvipfcvw7VcGi+iAha4Gmyag1OyAAuUA== Date: Fri, 7 Aug 2026 04:35:43 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: ChenXiaoSong Subject: Re: [PATCH] ksmbd: bound smb_check_perm_dacl() ACE walks by DACL size To: Hang Nan <2122295973@qq.com>, Namjae Jeon , Steve French Cc: linux-cifs@vger.kernel.org, linux-kernel@vger.kernel.org References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Hi Hang, Thanks for your patch. Please rebase it on ksmbd-for-next-next branch. : https://github.com/smfrench/smb3-kernel/commits/ksmbd-for-next-next/ Could you share the semantic KUnit test harness? 在 2026/8/7 0:04, Hang Nan 写道: > Validation: > - semantic KUnit harness shows the post-boundary ACE is selected > before the fix and rejected (EACCES) after it > - linux master (7.2-rc6), x86_64 -- ChenXiaoSong Chinese Homepage: https://chenxiaosong.com English Homepage: https://chenxiaosong.com/en