From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 4017F39020C for ; Mon, 13 Apr 2026 22:33:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776119612; cv=none; b=iLqrssrE+obhdIoozixYHJroqM46ugkx6MdOtGv6sR5qLn85PJROfDUcuZnSrYRFQaxF7Y4Hvg6KVVStJE+WCjIABY4rsJZfY86KgIaTeTVy4a2wwoVtrapw6f1PlEx3EiB3w5+Aw8SyQEIagzuUmon5h6cDsjwyKiU23f5X+pM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776119612; c=relaxed/simple; bh=lhD6FtXLIn5PaqVXSfroWTMGFDCiskoF20ApYKZawIM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=pfwSRq+Hy0+kz99+lAm5Kj+HS8rgXLnGicZdgWHspOOyOMON/AUmsplVIPMhDeVMTHorslJHcAIs48EMxGM1i1z6orU4ww7qUuBNqIm5RxOtunj4d9oMnMy+D20YU7ZCEyAxcYu7tUbZyc/rjdtN/3plstqxs6f2fTFTpfRlMBA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dJkzuIf3; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="dJkzuIf3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2641CC2BCAF; Mon, 13 Apr 2026 22:33:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776119611; bh=lhD6FtXLIn5PaqVXSfroWTMGFDCiskoF20ApYKZawIM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dJkzuIf3Pz401yM12L0/Vh/SCWltIOOFWmQVuEqh26WfapSbjQC5AGQDJYXBnYZKz qugLy8mSMxqJfJ1PIS1/a0aLwygQrr2Q5/79fLmdcWenw9jrXzfSf84GotVsWJDgui 2mpwfuFH2cMN0/rw/prjXV95usYxP2JAIle14AOWEIVEcfUZmuLsj4AAdiM0BEiDd5 Ja5mSIvdkQohxoUO4PzgOJTmUqplQXiGGeVusqcZ/J/T7F6uDS3mQGKtklLkuQe07X zjfOmAVUurelyGt9AVce8LeV41kjhlTrjW0QRRZbIMUkzHhVZAN7O0TORSEI8lEJO2 clBaoqXq7wXrg== From: Sasha Levin To: Ben Hutchings Cc: Sasha Levin , Greg Kroah-Hartman , stable@vger.kernel.org, "Rafael J . Wysocki" Subject: Re: [PATCH 5.10 290/491] ACPI: EC: Install address space handler at the namespace root Date: Mon, 13 Apr 2026 18:33:29 -0400 Message-ID: <20260413223330.3761071-1-sashal@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: References: <20260413155819.042779211@linuxfoundation.org> <20260413155829.901289649@linuxfoundation.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit On Mon, 2026-04-13 at 22:17 +0200, Ben Hutchings wrote: > It appears that this can cause regressions, which were fixed by commits > 71bf41b8e913 ("ACPI: EC: Evaluate _REG outside the EC scope more > carefully") and 0e6b6dedf168 ("ACPI: EC: Evaluate orphan _REG under EC > device") upstream. Dropped from the 5.15 and 5.10 queues along with the following dependencies: - "ACPI: EC: clean up handlers on probe failure in acpi_ec_setup()" (5.15, 5.10) - "ACPI: EC: Evaluate orphan _REG under EC device" (5.15) Thanks for catching this.