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 24F2D2FA0C3; Tue, 12 Aug 2025 16:40:58 +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=1755016858; cv=none; b=BkxcXODpmuRdfyfzn27YJkcYvC5p+KesFFPiDQMWwOIsXwbswibjx80tfdb7aqG4+YiV0I/ahYzSjDCcPhAnmzjXAGoxt/8x7031RVpvS2bQgAfYhk6JT4jdsvc+eSymkS9emeoD2heWEIF27/f0qKyhfydbkDn/ix43igDYACU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755016858; c=relaxed/simple; bh=5PySVuPXNrKkXoK8Bf3VnkR26p+3LBRsdWzp7VQVvQI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=dvJyk5TYd6kfyDFixTqurz03WDzhfO1gX8KgcijbpmII8veCugjKSSxia7wL/DEH5r8R+JroRmJgG87/4Kr/rtThyeowFqPND/Dsapd/ephrw/nMGa7ePmm605LWgADe/JdbujmJ3kY7d/QLPfcf6gFJdkjfT+TSvBZRKtx9d8E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=gA4Kwv1J; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="gA4Kwv1J" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 97A7EC4CEF0; Tue, 12 Aug 2025 16:40:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1755016858; bh=5PySVuPXNrKkXoK8Bf3VnkR26p+3LBRsdWzp7VQVvQI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gA4Kwv1JrWcZ4sGMyol4SApnxD+rQCg5iCUiPOaFl6rqYyhT/O938Z2qkDlm145v1 xqJl3gK52vOTy/RDeZcEvYtrqUGzujyx1u5t/QnWkKQr8M3nj4qCQE6mwPsmqWgWgr VUr1M0kc1jGdBFiLHY9otIk9/geKk980QTtEl4n8= Date: Tue, 12 Aug 2025 18:40:54 +0200 From: Greg KH To: Ilya K Cc: "Rafael J. Wysocki" , Armin Wolf , lenb@kernel.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] ACPI: EC: Relax sanity check of the ECDT ID string Message-ID: <2025081246-raft-tattle-642c@gregkh> References: <20250729062038.303734-1-W_Armin@gmx.de> Precedence: bulk X-Mailing-List: linux-acpi@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 Tue, Aug 12, 2025 at 06:51:10PM +0300, Ilya K wrote: > On 2025-08-12 16:32, Rafael J. Wysocki wrote: > > > > Applied as 6.17-rc material and sorry for the delay (I was offline). > > > > Thanks! > > Thanks! > > Tagging stable@ so we're hopefully in time for 6.16.1. This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.