From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C4981C04E69 for ; Mon, 14 Aug 2023 15:11:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229670AbjHNPLF (ORCPT ); Mon, 14 Aug 2023 11:11:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36502 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232641AbjHNPKg (ORCPT ); Mon, 14 Aug 2023 11:10:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B437F199C for ; Mon, 14 Aug 2023 08:10:11 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8429663CC7 for ; Mon, 14 Aug 2023 15:09:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 92D16C433C8; Mon, 14 Aug 2023 15:09:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1692025792; bh=lB+NX6rQL/MstH4LG/ZC38jCNFEb1O73poFvlc48Nuk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XWyFPrvdyQ72RkeWtNBrOcIKw6lRFUUl5muIRNS8d/UUukGzHr4o0jdZwQn+c+QLZ 2TOg6G4kdxE2+PrS4wPimJrcWFtaiYiaEBCCx+zJ8BTjEmByEjjSatJ3PLleVik7V9 1HY1EHb8h/aWwnymjaEqhCfipWDbv5RipolZSRjM= Date: Mon, 14 Aug 2023 17:09:49 +0200 From: Greg KH To: =?utf-8?B?0JDQu9C10LrRgdCw0L3QtNGAINCe0YTQuNGG0LXRgNC+0LI=?= Cc: stable@vger.kernel.org Subject: Re: Fwd: [PATCH 2/3] mfd: intel-lpss: Add Alder Lake's PCI devices IDs Message-ID: <2023081444-sank-strung-e482@gregkh> References: <20230810115938.3741058-4-oficerovas@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Aug 14, 2023 at 05:35:19PM +0300, Александр Офицеров wrote: > > > > -------- Перенаправленное сообщение -------- > Тема: [PATCH 2/3] mfd: intel-lpss: Add Alder Lake's PCI devices IDs > Дата: Thu, 10 Aug 2023 14:59:37 +0300 > От: Alexander Ofitserov > Кому: oficerovas@altlinux.org, Lee Jones > Копия: linux-kernel@vger.kernel.org > > > > Intel Alder Lake PCH has the same LPSS as Intel Broxton. > Add the new IDs to the list of supported devices. > > Signed-off-by: Alexander Ofitserov 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.