From nobody Sat Dec 28 03:41:36 2024 Received: from mail.codeweavers.com (mail.codeweavers.com [4.36.192.163]) (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 21B1A1A08C1; Mon, 9 Dec 2024 18:59:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=4.36.192.163 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733770784; cv=none; b=CP+IrOoWB8xfMx4SQVy5zjxt/+m5UvHEAqpNCxHK+/jk/CxDq6yRTlQoUUVryGGo38HB4HPqkNFn5g3Hi0AXAAgeNJPlrcK4HvxyKaHL16OCzle7PRwErmGGiNzQKSCapuUzbOMTF996FqKWRxJNgigOL+Mq0xKhaxZ01pMOPzQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733770784; c=relaxed/simple; bh=U2jvLVxDBW1wqTl+8HqpuZ+B2aEhALkVpMFRfXjOGKY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=o9VPy2NXa0RL1vQ6qZ91L4bsX4+zQJ9O7GUNuA3ZttTMMA7utNCnkiMPgpOKtssKockQCeXP1b+8EsheVOLEAvwaNCw4oM4QF60AlLGXncSQoHrOEVHkTv5FZSliPRcE8D2qDUoKAS/1YYIFSqUFfd8M/BL9RVY5P4zm1fBlocw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codeweavers.com; spf=pass smtp.mailfrom=codeweavers.com; dkim=pass (2048-bit key) header.d=codeweavers.com header.i=@codeweavers.com header.b=Gqqvsk/U; arc=none smtp.client-ip=4.36.192.163 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codeweavers.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=codeweavers.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=codeweavers.com header.i=@codeweavers.com header.b="Gqqvsk/U" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=codeweavers.com; s=s1; h=Content-Transfer-Encoding:MIME-Version:References: In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=H78XD7mVtyigbR9tP1mufDrwr59LEZXCMX3E9nnMZnc=; b=Gqqvsk/UhZ00lHsnAOtQAReH+/ cdELKg9lCSQ/xQLM+11OtLlPicrJ+kQPkYd1ixPbDuCFKAX47SvtY6VJp4LG+/aY13L2KJrmV57F5 UmrohjllNAhdnYOD+0b5jChqSydukbds5sKupWwhlkMp9sTl6paA7XjWZ5ZAQ4JNVqod6KcpJ5kWH Xq49jhpQ4pRamn/5lvoeX7O90VLVQmb+cCyzcxmKus+O0TlvAmb8cQeCdVR7mrZYkjU9jNfiFDTAz LyXOFu9qKxQ+bJHU1u3D9Z2w9yGc1+BX7G3cQtTOIWEOd8ZkPkcgR9mcsnEVLf+ic8yZEyXrht66K PNtfKKUA==; Received: from cw137ip160.mn.codeweavers.com ([10.69.137.160] helo=camazotz.mn.codeweavers.com) by mail.codeweavers.com with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tKiyp-001Gd5-2o; Mon, 09 Dec 2024 12:59:39 -0600 From: Elizabeth Figura To: Arnd Bergmann , Greg Kroah-Hartman , Jonathan Corbet , Shuah Khan Cc: linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, wine-devel@winehq.org, =?UTF-8?q?Andr=C3=A9=20Almeida?= , Wolfram Sang , Arkadiusz Hiler , Peter Zijlstra , Andy Lutomirski , linux-doc@vger.kernel.org, linux-kselftest@vger.kernel.org, Randy Dunlap , Ingo Molnar , Will Deacon , Waiman Long , Boqun Feng , Elizabeth Figura Subject: [PATCH v6 28/28] ntsync: No longer depend on BROKEN. Date: Mon, 9 Dec 2024 12:59:04 -0600 Message-ID: <20241209185904.507350-29-zfigura@codeweavers.com> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20241209185904.507350-1-zfigura@codeweavers.com> References: <20241209185904.507350-1-zfigura@codeweavers.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" f5b335dc025cfee90957efa90dc72fada0d5abb4 ("misc: ntsync: mark driver as "br= oken" to prevent from building") was committed to avoid the driver being used whi= le only part of its functionality was released. Since the rest of the function= ality has now been committed, revert this. Signed-off-by: Elizabeth Figura --- drivers/misc/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 09cbe3f0ab1e..fb772bfe27c3 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -517,7 +517,6 @@ config OPEN_DICE =20 config NTSYNC tristate "NT synchronization primitive emulation" - depends on BROKEN help This module provides kernel support for emulation of Windows NT synchronization primitives. It is not a hardware driver. --=20 2.45.2