From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (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 337CB2D2491; Thu, 16 Oct 2025 06:23:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760595813; cv=none; b=VA/3rnGpYgmX7aPb11B/xg+hH/kMJT7bE9m2Z9C0vwAPQ/xPwRUAob6l9OBn0NusvDUGoUIArRWnL3FthaqJx66RzdSFZmFR7JmEj5W5zUFm3HSSBdKX0RqTiMWC2v/jtoc3Pr5QCkPgDaVRpkBWwBDTqa+Ufy5c4T6oihJPHm0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760595813; c=relaxed/simple; bh=0CPpd3r2+JiXAV7iWaIoZm/0pockh1lbSeU1ktXZCmM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fGSDc9wfyl6JqnT7SihMFeFV62qYh7fNjpAOeF4MIu+ddn1u6kykY9uemuVBOeKsnZLabVZeRJLvk5VYu8D/hhC7vb9iMMED7lhIId9dqTicQBLsUa/fdrANEmVYmXV73659Tie6GoJY/1+BaCQlGiVSmPvMkvVpsElcohvkSUs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=hL2P5MG+; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=+yOrGEpx; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="hL2P5MG+"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="+yOrGEpx" Date: Thu, 16 Oct 2025 08:23:28 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1760595810; 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: in-reply-to:in-reply-to:references:references; bh=0CPpd3r2+JiXAV7iWaIoZm/0pockh1lbSeU1ktXZCmM=; b=hL2P5MG+L/u5KnvpAk6L7Jc9fJ54PdIbXrUfglH83MbdFqPo+NqkZXxaOsc9tUd/Lu1zEv 3Vd1bnycw9UIK16ZIF7h7WWHS5bxiBmKX0qyD84rx4Wxcj1k0ispdWDcJayxZHQWdJkWi/ eKHN1O60N5SeREnRFN2EwC60MbEwF/5I29MShFs2zWulsGCv+sxrTVB1WMMp3Yvdb1o0JB NS+LsQCleHAl4MqsKeevL0/PMDguNqjpPjrQFepGT880/JpgIqhgNiSBjsrf66EoxiMjiz LhDAGPaWg+6LEen2+ww1JrzkSXqF6Ut9MIw296F6y63ABS7fFhjFEVMT2yD7dQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1760595810; 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: in-reply-to:in-reply-to:references:references; bh=0CPpd3r2+JiXAV7iWaIoZm/0pockh1lbSeU1ktXZCmM=; b=+yOrGEpx0SuF7nwBqB68SfpOyTuaiNoP9XFDZ//B2blRsef3WtqCaxvj4afpa8XA50wxpK 4VyppyS4UTLR0rCA== From: Sebastian Andrzej Siewior To: Alejandro Colomar Cc: linux-kernel@vger.kernel.org, linux-man@vger.kernel.org, =?utf-8?B?QW5kcsOp?= Almeida , Darren Hart , Davidlohr Bueso , Ingo Molnar , Juri Lelli , Peter Zijlstra , Thomas Gleixner , Valentin Schneider , Waiman Long Subject: Re: [PATCH v2 1/5] man/man2/prctl.2, PR_FUTEX_HASH_SET_SLOTS.2const: Document PR_FUTEX_HASH_SET_SLOTS Message-ID: <20251016062328.opEmh86n@linutronix.de> References: <20250915141305.906440-1-bigeasy@linutronix.de> <20250915141305.906440-2-bigeasy@linutronix.de> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: On 2025-10-15 23:29:39 [+0200], Alejandro Colomar wrote: > Hi Sebastian, Hi Alejandro, > Sorry for taking a month to reply. No worries, thank you. Sebastian