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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0CA91C2BA12 for ; Wed, 3 Mar 2021 00:48:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B68A364FB4 for ; Wed, 3 Mar 2021 00:48:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237389AbhCCAkN (ORCPT ); Tue, 2 Mar 2021 19:40:13 -0500 Received: from mail.kernel.org ([198.145.29.99]:48400 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1445517AbhCBPxG (ORCPT ); Tue, 2 Mar 2021 10:53:06 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id C419064F23; Tue, 2 Mar 2021 14:35:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1614695713; bh=oGvuvybsltwMRQCLRiwCtaJm/FQqciSkGyu/hxWExlw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wLIHqKAyarWV2Rtd6VvLR06vOr59tQJDbEJTfAtvN/jozciQjO+Ar+ne2TWM0DBzm 6YwrmfPGKheMOuqTGZYmDKZVtmSygCGscGCua3rRRu9RQMVUjT1PDfxYPw//OvvoyL D4uqB/2ZR6FN4iBkYrnC9oTWz9LLM8SbcXchSetU= Date: Tue, 2 Mar 2021 15:35:10 +0100 From: "gregkh@linuxfoundation.org" To: "Coelho, Luciano" Cc: "ihab.zhaika@intel.com" , "stable@vger.kernel.org" Subject: Re: FAILED: patch "[PATCH] iwlwifi: add new cards for So and Qu family" failed to apply to 5.11-stable tree Message-ID: References: <16145936091141@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Mar 02, 2021 at 02:17:25PM +0000, Coelho, Luciano wrote: > Hi Greg, > > I tried to apply this path on the latest linux-5.11.y branch > (27e543cca13fab05689b2d0d61d200a83cfb00b6) and it applied cleanly. > > Maybe there are other queued patches that are conflicting with this? Is > there a branch somewhere that I should use? It applies cleanly, but you failed to build the kernel with that patch applied to see the error that it causes :( greg k-h