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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5289BC07E9B for ; Wed, 21 Jul 2021 07:30:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2A2B960FEA for ; Wed, 21 Jul 2021 07:30:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234600AbhGUGt4 (ORCPT ); Wed, 21 Jul 2021 02:49:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44570 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235067AbhGUGrK (ORCPT ); Wed, 21 Jul 2021 02:47:10 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8F672C0613E9 for ; Wed, 21 Jul 2021 00:25:35 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1626852333; 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=Iu8+bQKCo8fNCNG9lQPM1PkkNDG5So9x/kh82HBSRlM=; b=Bkpm9S2PbfJJh74tkCirVKMg+Sh+JsPXbVc/xBHOGltswQxUpTNB0bTYv3zmZkN2YOhowB nbYVottReMSEiT5KI17lWv8btg12+cEZhAOwM4SYwqO0hI+F0fCHMFPE0fjOiKJzDEg3JX iL1EQXoQU0rk5Tn8B+57eVDG9teriWiS4mBYsBI1rTSa1VdX3kkVDMQcFBdbmCcglodg1B qt72GUaLquMN6RiFFraO1t6Q0ot1wihdAFbVS2vH4hQwJMxU3H6J0Ynbtzq+nv9ij/dbEn n4aK6i5C8AZb9bbVCG+VkoeadMVokPOhGJxRc3kWykJmywDL2aN5dFdiRWVtvQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1626852333; 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=Iu8+bQKCo8fNCNG9lQPM1PkkNDG5So9x/kh82HBSRlM=; b=nnQ2D9TRJGpZEPuOd1RjNTWxPdMR2VDZ0XaJKCPV+5C+OL/nRo/TQUWWcZHIR/+IVUg7LE RoP//CRDPGyHIwBw== To: Hillf Danton , Paolo Bonzini Cc: Sebastian Andrzej Siewior , "Michael S. Tsirkin" , linux-mm@kvack.org, LKML , Al Viro Subject: Re: 5.13-rt1 + KVM = WARNING: at fs/eventfd.c:74 eventfd_signal() In-Reply-To: <20210721070452.1008-1-hdanton@sina.com> References: <8dfc0ee9-b97a-8ca8-d057-31c8cad3f5b6@redhat.com> <475f84e2-78ee-1a24-ef57-b16c1f2651ed@redhat.com> <20210715102249.2205-1-hdanton@sina.com> <20210716020611.2288-1-hdanton@sina.com> <20210716075539.2376-1-hdanton@sina.com> <20210716093725.2438-1-hdanton@sina.com> <20210718124219.1521-1-hdanton@sina.com> <20210721070452.1008-1-hdanton@sina.com> Date: Wed, 21 Jul 2021 09:25:32 +0200 Message-ID: <87im14cemr.ffs@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 21 2021 at 15:04, Hillf Danton wrote: > > But the preempting waker can not make sense without the waiter who is bloody > special. Why is it so in the first place? Or it is not at all but the race > existing from Monday to Friday. See the large comment in eventfd_poll().