From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 5E42B42057 for ; Wed, 20 Mar 2024 17:30:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=13.77.154.182 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710955837; cv=none; b=NJp6PecpAE94x43BP1R8WGt0V/yMK7N1Wsr4yNqcNFgYHyxNcDwNHaYXhjFAR1kY2kZ49lar44Ruj2HfjbOqg7b568DpebUvooesZWnVt/whhJDbuTI7sUF4aQaYxU6EqWtYwLCxkyQTSuP0nlrnVyE/Rnzvw9l8q6YeldsTsXM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710955837; c=relaxed/simple; bh=kKtBTClajNiE+hQVth4TVFu1pqCTIAOQ5/7sxtplWCY=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=rVFniYryuhuGhqrrUlN+BEIGIOusVLAwKdS+0pMy1QtDtXIekY2xVSSO7Rgxux3toVtcfyuLrTivBtBnwn3YluHVCSLiABKOKJMvzqjLaTfgM8PSJE0O6f8+Sd3pbKaS+uhWQ8hlV5MUSuz/3GuMIfp9cOXOeZPF+Q4mykj3rEU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com; spf=pass smtp.mailfrom=linux.microsoft.com; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b=gveCcuVZ; arc=none smtp.client-ip=13.77.154.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="gveCcuVZ" Received: from [100.64.129.161] (unknown [20.29.225.195]) by linux.microsoft.com (Postfix) with ESMTPSA id 130AD20B74C0; Wed, 20 Mar 2024 10:30:29 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 130AD20B74C0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1710955830; bh=fSlVtU2BQGlipYL2cCxd/6wRkwACBD+WgpCM1Ei+Di4=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=gveCcuVZRk7Xfgue55ZkRnoCh1JtUWFNL7u5fq1PqRqMsPc6VpjYxPTC1wzt/za2e oL6oIQKumCbCoymdeAYWWPkJWCrtEcVyQDAhQ4Y3X+mNhEMB+g2J5DRlmGj4CGinTP oA1s4QTPIXHQidebqe5+FtJUx9SQL+ZrNgSB6T1Q= Message-ID: Date: Wed, 20 Mar 2024 10:30:27 -0700 Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 5.15.y] ACPI: CPPC: Use access_width over bit_width for system memory accesses To: Sasha Levin Cc: gregkh@linuxfoundation.org, stable@vger.kernel.org, "Rafael J. Wysocki" , Jarred White References: <6df99ad6-0402-4dcf-9a1c-7259436768dd@linux.microsoft.com> Content-Language: en-CA From: Easwar Hariharan In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 3/20/2024 8:40 AM, Sasha Levin wrote: > On Tue, Mar 19, 2024 at 09:38:03AM -0700, Easwar Hariharan wrote: >> Hi Greg, Sasha, >> >> commit 2f4a4d63a193be6fd530d180bb13c3592052904c upstream is marked for 5.15+ with CC: stable@vger.kernel.org, but the >> application will fail with a merge conflict due to missing intermediate feature patches. When you apply the patch to 5.15, >> could you take the backport below instead? > > Hey Easwar, > > Thanks for the early heads-up, but we can only take it after it's been > in a released version (which should happen next week). > Thanks for the guidance on merge window policy, I just wasn't sure if I would get a "FAILED" email this week and thought I could be a bit proactive with the fix. - Easwar