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 4B031ECAAD8 for ; Wed, 21 Sep 2022 13:29:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229494AbiIUN2B (ORCPT ); Wed, 21 Sep 2022 09:28:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49514 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229890AbiIUN16 (ORCPT ); Wed, 21 Sep 2022 09:27:58 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 55FF382D03 for ; Wed, 21 Sep 2022 06:27:58 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E6D7962B55 for ; Wed, 21 Sep 2022 13:27:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D9D72C433D6; Wed, 21 Sep 2022 13:27:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1663766877; bh=8s1oprZYiwgUURKu/8/yntuCTl+TK3yISMC4bPTP9T0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GuHIRX92gTViRSLCUZY/wfqR5RtxiG2iGZa/N26jWYcjHluuL2nC08LqRzLjr2VCC JIa5pUSlLpTa77tYnfaYhza7tUVkWoaEIuj8+Kw9u18Y4Iu+pV8If756QlfPXz+8n8 dfNxqg6KVPRD5+pD2l3z82ddtNBLWa2TPVgF6APY= Date: Wed, 21 Sep 2022 15:27:54 +0200 From: Greg KH To: Xu Yilun Cc: linux-fpga@vger.kernel.org, hao.wu@intel.com, mdf@kernel.org Subject: Re: [GIT PULL] FPGA Manager changes for 6.0-final Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-fpga@vger.kernel.org On Tue, Sep 20, 2022 at 01:58:08PM +0800, Xu Yilun wrote: > The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868: > > Linux 6.0-rc1 (2022-08-14 15:50:18 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga tags/fpga-for-6.0-final Pulled and pushed out, thanks. greg k-h