From patchwork Fri Mar 14 07:14:50 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Su Hui X-Patchwork-Id: 14016349 Received: from mail.nfschina.com (unknown [42.101.60.213]) by smtp.subspace.kernel.org (Postfix) with SMTP id 571B8192B65; Fri, 14 Mar 2025 07:15:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=42.101.60.213 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741936514; cv=none; b=u0lo2koyAwNoK0/TgBqEBRNfFapEDJtlyB4sKfICuxMJGsyQ+qrDU+MP4yftfgwnrbEqwpzdAuAaTF5R6KSF3ckXijY2Kk/iyFiHmWUQn6EsP/a2K5KneT+w98Jp9xAJvqc1V7Llb5Dgd6QuONAp5nCUs19ikPRDiBe9tbwkSsM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741936514; c=relaxed/simple; bh=2/4BHfz5ze4ticFIca7ZvvexEMkbfV6F2Gd0lB90Jn4=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=WT1L26ER8ugdGxOLTb+UEcDa5lPAvXQZZAnZQdSL818l8YVGrsUU4FC0fpDEGwxYTxdltoza7hd4Qp9bQAD1CNGo/aorv7tTL+Mmpzw/gUywK2U9qAGH3NCNBnE+2VJEDajXPeKkGNMICPzY8VLWX5aBziQFp8jMwkEWR4gDJM0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nfschina.com; spf=pass smtp.mailfrom=nfschina.com; arc=none smtp.client-ip=42.101.60.213 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nfschina.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=nfschina.com Received: from longsh.shanghai.nfschina.local (unknown [180.167.10.98]) by mail.nfschina.com (MailData Gateway V2.8.8) with ESMTPSA id EEA2660680979; Fri, 14 Mar 2025 15:15:07 +0800 (CST) X-MD-Sfrom: suhui@nfschina.com X-MD-SrcIP: 180.167.10.98 From: Su Hui To: zfigura@codeweavers.com, corbet@lwn.net, shuah@kernel.org Cc: Su Hui , wine-devel@winehq.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: [PATCH 0/4] ntsync: some small fixes for doc and selftests Date: Fri, 14 Mar 2025 15:14:50 +0800 Message-Id: <20250314071454.201697-1-suhui@nfschina.com> X-Mailer: git-send-email 2.30.2 Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 There are four small fixes for ntsync test and doc. I divided these into four different patches due to different types of errors. If one patch is better, I can do it too. Su Hui (4): selftests: ntsync: fix the wrong condition in wake_all selftests: ntsync: avoid possible overflow in 32-bit machine selftests: ntsync: update config docs: ntsync: update NTSYNC_IOC_* Documentation/userspace-api/ntsync.rst | 18 +++++++++--------- tools/testing/selftests/drivers/ntsync/config | 2 +- .../testing/selftests/drivers/ntsync/ntsync.c | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-)