From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EC869C77B75 for ; Tue, 9 May 2023 09:59:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233827AbjEIJ7B (ORCPT ); Tue, 9 May 2023 05:59:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40402 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234764AbjEIJ6y (ORCPT ); Tue, 9 May 2023 05:58:54 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 873A1AD09 for ; Tue, 9 May 2023 02:58:29 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 39424632C7 for ; Tue, 9 May 2023 09:58:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 17710C433EF; Tue, 9 May 2023 09:58:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683626293; bh=jrVIqCQ5nGPEsUKslm+7VogNdpTlmSDKlRLxCzOSFl4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bQBaxbIaX/P3Vm1qlhkv9EAe2CYwWMRsLwnAoGzGeN9k5QJAPO3Vq0yUDqS2aYO58 lIJc0wDlSxzJhYd/9e5X1i9iCH1gazR/fYOTjBXG9miFyWjD7Y+i8jF1LDN7Z4ib6q xCnXrJD8vtvuDdowkZw+dAwBV7QYuRgRFkM2pmp1jM4SiFbI9eBn7Wtpg5MT4Jbv79 9Z17YvjYrBGC5xQdhHM+BbGbkcEwvuE70fivHtUghVIfbhZ3IL1BA99YRq/ReKPEFg SM7LEHDKiUla3Tzy5a4s3R9UheMcJa2xhFcLgt2pvnkTuipdsdyTvu6GDtO6DnVRMi pstblTZeF3r3g== Date: Tue, 9 May 2023 11:58:10 +0200 From: Frederic Weisbecker To: Thomas Gleixner Cc: LKML , Anna-Maria Behnsen , Peter Zijlstra , Sebastian Siewior , syzbot+5c54bd3eb218bb595aa9@syzkaller.appspotmail.com, Dmitry Vyukov , Michael Kerrisk Subject: Re: [patch 04/20] posix-timers: Cleanup comments about timer ID tracking Message-ID: References: <20230425181827.219128101@linutronix.de> <20230425183313.038444551@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230425183313.038444551@linutronix.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 25, 2023 at 08:49:01PM +0200, Thomas Gleixner wrote: > Describe the hash table properly and remove the IDR leftover comments. > > Signed-off-by: Thomas Gleixner Reviewed-by: Frederic Weisbecker