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 5BF16227EAA for ; Mon, 7 Jul 2025 16:51:49 +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=1751907110; cv=none; b=Gm6aLkvkN4yTKciiU+8QYPHSKtoj77A5CdcQJLwuMl0DgVOxczyTCncnFwg+n/2BL/RfTPNuKYZ1rB3oxdlCKYGsyp5ofucKzqsxO6awIU4R46hESpeLSojUhHNNCNeiPw2n6hGwVlmMyhVwkaCWG7h5fSz/93ec6NH1vXBi/SA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751907110; c=relaxed/simple; bh=06MGt39LsqGSUhPV94+hP4L8EkX+7nMB0woh5SXVhY8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=UmdsSylb8NoR540KSizm6Im21qtu0F1DdsbbLALeEJ9cBKkdiU53uCi8PKmsnWw7yB35rfVQKaunhECaYpcbqqOMOkHd9WsK/fiRLjeAf5EcVQ2SUn2baSCl0hYDNY5YhzAR7qk+JvkFiBBdWd8nOqdmQNsqkCEhhm3+cDxvg8g= 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=eEIItSYk; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=WX6Rwkjs; 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="eEIItSYk"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="WX6Rwkjs" Date: Mon, 7 Jul 2025 18:51:45 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1751907107; 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=X/LOiAvJ72lpg6zVQ7UqekT6IMCqQe42xPEKSqzYEjo=; b=eEIItSYkf3kuxJc5fKC/8LY6qpD/XV6mtOt1ghF+XupNyBzX9UC1BEWvf/h5ZvTLyCfLtq +VGZlMYMyMuHKMZXAKWNTUsl1vzxUjiFAYjDY+SORbX4TXCOShk0yrpjWOBaBHHsLCuP+c uVHSwI7YG4ifX9+sRp6DxASKqzRQgGLeo7jRoc63PSx6/nxKjnpdjzyPo1vG+lCIyNXAfo O/aV7PIYydGgTFT5ipsJy438WS0hC7amyWdlDQTD8l7Ef+TOtwZSd+V3r4rd7nyWy0S+Gl bF5qAup0su4tSgtZCRLmSs8f7bbGxvkCeg9bKukVWVzpMwT+RAy+nVYndKk91A== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1751907107; 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=X/LOiAvJ72lpg6zVQ7UqekT6IMCqQe42xPEKSqzYEjo=; b=WX6RwkjsxuvXp5xu/qIIboGbGxIhwRiIThApdDPjKUCU8k54UCHuNVT+wQLH85PvZcE7Lk kxySsqZAs0Abg8Bg== From: "Ahmed S. Darwish" To: Cezary Rojewski Cc: Ingo Molnar , Borislav Petkov , Dave Hansen , Thomas Gleixner , Andrew Cooper , "H. Peter Anvin" , Peter Zijlstra , Sean Christopherson , Sohil Mehta , Ard Biesheuvel , John Ogness , x86@kernel.org, x86-cpuid@lists.linux.dev, LKML Subject: Re: [PATCH v3 02/44] ASoC: Intel: avs: Include CPUID header at file scope Message-ID: References: <20250612234010.572636-1-darwi@linutronix.de> <20250612234010.572636-3-darwi@linutronix.de> 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: On Mon, 16 Jun 2025, Cezary Rojewski wrote: > > The existing location of #include isn't my best work, clearly. Thank > you for addressing that, Ahmed. For the avs-driver bits: > > Acked-by: Cezary Rojewski > Sure, no problem. Thanks for the Acked-by :-)