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 9FFB428F958 for ; Wed, 4 Jun 2025 13:22:26 +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=1749043346; cv=none; b=n+l2m7wbzbnZZC9ChyxY7sUTjXoDF3HPJLUZiUl5x7+qq+m5JqWZ+nRlD/e0Faxx94ruKIdAd4FCd1Hb5b5Kc9Mgqzd9TbJzJ892ULR1oFn0LCR3loH2XFvn3b7iALENazy5y3vI+KEsoCC6lD/OGMO2r5kJl3XauQh7mfA67Tg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749043346; c=relaxed/simple; bh=kQiu2pv19nQyJEwf8rI9ujLcz+sZjo2vxmIsFKttTnE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rBrhsC6RNNDOv4126yFszdlDbhHcMZbQ66raqU8tTSqOyK/ec6XFrVAJx2m/yMhbAQYymaNtxpViBzyfcU7NIJZrtvJU1mXcTGbCPxLZdnyPjmBSg7z3YTzcP617kaNH9YfAWgzEIV6+4KvN5fi6SenESRefi5iLVWzJhUywYYo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=2f7uoZHK; 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="2f7uoZHK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B890FC4CEE7; Wed, 4 Jun 2025 13:22:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1749043346; bh=kQiu2pv19nQyJEwf8rI9ujLcz+sZjo2vxmIsFKttTnE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2f7uoZHKJ270ZQUI4WAvIYKmx1iRFuKmNb62xDD/gqklIlrDCi8WqtfvoGl0KjHdq YknJV5NOgGL0xG6xA+xPXXPkqpRhh9PYw+aT8+VqzwQy5TQQCtL6mUZqqgIfd6vaxS xHOuvYjTUyd05ZyFsTv7K7DV3YqRA+RfUGSsQNeE= Date: Wed, 4 Jun 2025 15:22:23 +0200 From: Greg KH To: Jiri Slaby Cc: stable , Sasha Levin , "Wysocki, Rafael J" , Kees Cook , x0rw3ll@gmail.com Subject: Re: [6.15-stable backport request] ACPICA commits Message-ID: <2025060414-reselect-banana-b683@gregkh> References: Precedence: bulk X-Mailing-List: stable@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, Jun 03, 2025 at 10:41:18AM +0200, Jiri Slaby wrote: > Hi, > > can we have: > 6da5e6f3028d ACPICA: Introduce ACPI_NONSTRING > 2b82118845e0 ACPICA: Apply ACPI_NONSTRING > 70662db73d54 ACPICA: Apply ACPI_NONSTRING in more places > > in 6.15? They fix the build of acpica against the kernel -- __nonstring is > undefined otherwise. All now queued up, thanks. greg k-h