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,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 356A6C83013 for ; Tue, 1 Dec 2020 17:46:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B457B2168B for ; Tue, 1 Dec 2020 17:46:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="ou5kfMPO" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404160AbgLARqJ (ORCPT ); Tue, 1 Dec 2020 12:46:09 -0500 Received: from mail.kernel.org ([198.145.29.99]:52320 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404118AbgLARqJ (ORCPT ); Tue, 1 Dec 2020 12:46:09 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DCFD420870; Tue, 1 Dec 2020 17:45:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1606844728; bh=TFtctF/fo2wdRq/+/fdueizT3G1nHZfmWdIrJ55o9fM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ou5kfMPOBSpLgv7VECrYWyeLJFGRos0k10qjhsra8yQlhPowmPcnkpQIBLRuqNU19 af3ulmn25T1zfJ0mpNONyrBtIGVCz+/pL2dFJAdcthWTJvNuD2Sfd0lEUr05wCDE+d h3Gwwjl/S49ahx/9NTzEkiwWoC8EP4RHYwgiE8oA= Date: Tue, 1 Dec 2020 18:46:40 +0100 From: Greg KH To: Moritz Fischer Cc: linux-fpga@vger.kernel.org, trix@redhat.com, hao.wu@intel.com, yilun.xu@intel.com, russell.h.weight@intel.com Subject: Re: [PATCH 0/1] FPGA Manager Fix for 5.10 Message-ID: References: <20201122001549.107023-1-mdf@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201122001549.107023-1-mdf@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-fpga@vger.kernel.org On Sat, Nov 21, 2020 at 04:15:48PM -0800, Moritz Fischer wrote: > Hi Greg, > > This time as patchset, as requested last time. > > Please take this fix addressing a missing dependency FPGA_DFL. Sorry for the long delay, trying to catch up now. Now queued up. greg k-h