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 BD8E24CA287; Wed, 13 May 2026 16:38:34 +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=1778690316; cv=none; b=OTeMsItOgMHb074sGaWQvvwWifT/wx9aYhZmrUgzpQ23w39m/kV8jIB9rAs46QcAghMyO/4GlxwGemqV3+ru+PqLy+F8+OQXBQqbu4HSUYtbGS73ubnOh4Uq3oRJF2WqJT8iJkrt1Xe3eaa7xwQpoeACd3GKAsknF3sC1+ILxW8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778690316; c=relaxed/simple; bh=FZnYbELrO+whDqRsKO4dpvj55EDndA+ZbV/QxM15QtY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WiMsx81P6UCY92f/31XqYn2AP2u3wGQih9lx9r1gX/B1NHxDKUe/pnWKty/df9LKXAaikM7OAbqEffGPUNJKjkCvqX6JAjt1vKsJEqmdToP8h6GewLJaNkf5j1DVHBEJP6Zuol9LAs4Da87eGoW+vjIT8MVg0fZ7QVOIgh/kxH4= 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=TBHDIFbJ; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=M5+Bu82H; 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="TBHDIFbJ"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="M5+Bu82H" Date: Wed, 13 May 2026 18:38:31 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1778690313; 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=W/tchyEi2Sb8V01h60sa+kCLko1EtE8uKdKABA+S1sY=; b=TBHDIFbJHsg4wDtgrDAKheP6R9AwvhhAnYsl6beT8TmZm9vse/Td0hqtaiMmfTF+7wUoTf sTqbuC6E7nYw7nKyiQYbL5Fl7mDkyU0bXOtfySg22M7IUuo6YB7ehfeUZlr9Bb0UMAyAuI LBtqKQXm9YamNLkMuQcs2hcRj3ZUjGAYMHursjuVR2qLuYqvEzaBopkqk2S+JL5lg28aVT K+F9HF8DBkWXxXcrdy6Lw5E9WLwl2rU3MnZ7O9GkJMeFw3IXxWI7hbx6KL2x0AXebKtVMn LGz5mTGIxCMFumxpUOEFO4QIZ+RaZw53UJvwRGsbTIhE2fSIeVWPFr4xHJfcXA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1778690313; 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=W/tchyEi2Sb8V01h60sa+kCLko1EtE8uKdKABA+S1sY=; b=M5+Bu82HFPIjz5OSvDqpayCcXck/uyJ+VdzJY16FnWAajZsd4w1FcyNGShdATWTWLmk5Lf 7cXsuDBXBMNSajAg== From: "Ahmed S. Darwish" To: linux-kernel@vger.kernel.org Cc: linux-tip-commits@vger.kernel.org, Thomas Gleixner , Andrew Cooper , Borislav Petkov , Ingo Molnar , Sean Christopherson , x86@kernel.org Subject: Re: [tip: x86/cpu] x86/cpu: Introduce a centralized CPUID data model Message-ID: References: <177868946446.188840.9523007426604501330.tip-bot2@tip-bot2> 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=us-ascii Content-Disposition: inline In-Reply-To: <177868946446.188840.9523007426604501330.tip-bot2@tip-bot2> On Wed, 13 May 2026, tip-bot2 for Ahmed S. Darwish wrote: > > The following commit has been merged into the x86/cpu branch of tip: > > Commit-ID: 3aa8f9fce8602d722948df641c7ca2828ee0a2f5 > Gitweb: https://git.kernel.org/tip/3aa8f9fce8602d722948df641c7ca2828ee0a2f5 > Author: Ahmed S. Darwish > AuthorDate: Fri, 27 Mar 2026 03:15:22 +01:00 > Committer: Borislav Petkov (AMD) > CommitterDate: Mon, 11 May 2026 13:09:30 +02:00 > Thanks! Fyi, recent tip-bot emails are missing "In-Reply-To:" headers, so they no longer appear in the original patch thread. It used to be nice to see which patches were merged directly from lore; e.g. the AVS patch here: https://lkml.kernel.org/20260327021645.555257-1-darwi@linutronix.de All the other bot emails are thread out of bound.