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 CC220C25B6B for ; Thu, 26 Oct 2023 09:27:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344572AbjJZJ1R (ORCPT ); Thu, 26 Oct 2023 05:27:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59730 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229639AbjJZJ1P (ORCPT ); Thu, 26 Oct 2023 05:27:15 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6A5FC184 for ; Thu, 26 Oct 2023 02:27:13 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1698312430; 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=IRhYRtBirUPXDp/2RewNMGJIV5PnhG7EQeVGJmNmtuY=; b=y8aNq0w4IgHdsQOLBrgI++aznBQayz2Ao5PgCcuI+uOPrtfJjNEXaS7+lnOeVOq33+WSDh nwGL72MOXJ0xgpOHddvdznTOPA45kSdRZijozg1+44v4G5tPj52A/A6Cr0RKmcX4kDDiyQ HV8HSpY4noacGCbN0ixRce388NEkzyZfyY+Jl+oJd52aJ00knRVPlehKoX3p0AUH81e0Jf YjDOTw0rozdK4B5OoxswpWMnOW0nrNaD78mtu47XS9UZyc5kIbOgpbMh1E3WW6plwsmFzK tplGndJKmTnf46xUPvRj8NEDh1UqW/VaUcxXVLWiF4CiC9WjLejj4WBa2os0mA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1698312430; 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=IRhYRtBirUPXDp/2RewNMGJIV5PnhG7EQeVGJmNmtuY=; b=mVCVx/S0ECmQ+yBQY50eCICD/Fu5vUhJPwB2i+xv8A8a2ZjIRc1w7qyHIGrC09kRuA2qT+ mHvs4xG9wAv3ozAA== To: Mario Limonciello , David Lazar Cc: Hans de Goede , kys@microsoft.com, hpa@linux.intel.com, x86@kernel.org, LKML , Borislav Petkov , "Rafael J. Wysocki" , Linux kernel regressions list Subject: Re: In-Reply-To: References: <878r7z4kb4.ffs@tglx> <87ttqhcotn.ffs@tglx> <87v8avawe0.ffs@tglx> <32bcaa8a-0413-4aa4-97a0-189830da8654@amd.com> <87jzra6235.ffs@tglx> <875y2u5s8g.ffs@tglx> Date: Thu, 26 Oct 2023 11:27:09 +0200 Message-ID: <87ttqd4tua.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 25 2023 at 17:11, Mario Limonciello wrote: > On 10/25/2023 16:04, Thomas Gleixner wrote: >> Cc: stable@vger.kernel.org >> Link: https://bugzilla.kernel.org/show_bug.cgi?id=218003 > > s/Link/Closes/ Sure. > Presumably you will add a proper subject when this is committed? Bah, yes. I stopped replacing the subject line right after clearing it :( > With adding title and fixing that tag: > > Reviewed-by: Mario Limonciello