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 536CCC433F5 for ; Thu, 25 Nov 2021 19:55:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243883AbhKYT6j (ORCPT ); Thu, 25 Nov 2021 14:58:39 -0500 Received: from Galois.linutronix.de ([193.142.43.55]:54262 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242716AbhKYT4h (ORCPT ); Thu, 25 Nov 2021 14:56:37 -0500 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1637870004; 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=1KcQAZJce/LHMHu6cosK/KD7lmKTUsERithFQBNKGrE=; b=Rek4xZvEFJ02e/jBz+tU7rAld9QyqscU5indgVh3csuY3U7rtNcOg/KqxWCIQ7X+mxiLIN EvEMqoyQBJGmMua6jgQMB2k33MZfiJhLzAs0u+wQYc2UjWbB04vxdnomjx78ZuNlIM7dKb t6M8HAXirvbMA31XAbpAvJ4hFEyFeF1uZMBSvMiGDvvlUYqQNVGK1EVIi/qcP8+zTXT38S Xcqdzq+HNHmEhT4ShTxxeLJlOIm8UtLGeK5DhT9n7u9eFEFauOaFvsjlquSVeEUfqp50Rx /9JEg1wYbUhLy/RtLkp3YOZr2X9hqEbrpWCMAgPzySytX5UVfRBC7XfT+oa8oA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1637870004; 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=1KcQAZJce/LHMHu6cosK/KD7lmKTUsERithFQBNKGrE=; b=9RG12KNm+RgzZ/s957aYusz3doQ5WENq2vxARP73UrKNGMz0yzmC7ruC0kVju5UpxRecKd M2phdOb1TMenbfCA== To: isaku.yamahata@intel.com, Ingo Molnar , Borislav Petkov , "H . Peter Anvin" , Paolo Bonzini , Vitaly Kuznetsov , Wanpeng Li , Jim Mattson , Joerg Roedel , erdemaktas@google.com, Connor Kuehl , Sean Christopherson , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Cc: isaku.yamahata@intel.com, isaku.yamahata@gmail.com, Sean Christopherson Subject: Re: [RFC PATCH v3 29/59] KVM: x86: Add option to force LAPIC expiration wait In-Reply-To: <9cc794352494e0ef4a2a1d4291b937653b39e780.1637799475.git.isaku.yamahata@intel.com> References: <9cc794352494e0ef4a2a1d4291b937653b39e780.1637799475.git.isaku.yamahata@intel.com> Date: Thu, 25 Nov 2021 20:53:24 +0100 Message-ID: <877dcwj9l7.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 24 2021 at 16:20, isaku yamahata wrote: > Add an option to skip the IRR check in kvm_wait_lapic_expire(). Yay for consistency. $Subject says 'Add option to force wait'. Changelog says 'Add option to skip ... check'. Can you make your mind up? Also the change at hand is not adding an option. It's adding a function argument. You surely can spot the difference between option and function argument, right? Changelogs are meant to be readable by mere mortals. Thanks, tglx