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=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 37102C433E0 for ; Fri, 17 Jul 2020 09:58:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 10FA42070E for ; Fri, 17 Jul 2020 09:58:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594979884; bh=Zz2+ApO956fhXzUJmK96gy8OpESoWOBT3sYWqJtTRHY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=yGlVxsKsqP6V/eHqQzeUCQ0n1+jWmAmNr+unf6dbkYd88Fxr+GNAESymK1ihtc5Rx E2fup1m1xY+3HgpJoQWvhd99aRYic5Bf8KdIVAC0YHDjRMzGyDvsfNNcSEZq1STPJZ pixF2oPioo6Sg+BMcNEnvhRiuUEt1wOOSj7oJ1Eo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726233AbgGQJ6C (ORCPT ); Fri, 17 Jul 2020 05:58:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:59878 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725912AbgGQJ6C (ORCPT ); Fri, 17 Jul 2020 05:58:02 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 9841520684; Fri, 17 Jul 2020 09:58:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594979882; bh=Zz2+ApO956fhXzUJmK96gy8OpESoWOBT3sYWqJtTRHY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ddLhCSVC58MMF4b1pgQZ0TOXAk5WBoBERnUXi9UeK4RAW6RZ5lswYhnJZbvupW21B /NUDLo3Zhfyw4+mACae/+svfvqlLyOAQwasY4vFWBUaE8Jla6d+eyI9x7B4uAlWXSe 4t2e6jjv34ueMpGIuZHmV0p4FohouwzsvEcCM7Po= Date: Fri, 17 Jul 2020 11:57:54 +0200 From: Greg KH To: Oded Gabbay Cc: linux-kernel@vger.kernel.org Subject: Re: [git pull] habanalabs fixes pull request for kernel 5.8-rc4/5 Message-ID: <20200717095754.GA2461800@kroah.com> References: <20200710170322.GA29124@ogabbay-VM> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200710170322.GA29124@ogabbay-VM> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 10, 2020 at 08:03:22PM +0300, Oded Gabbay wrote: > Hello Greg, > > This pull request is for the next rc (rc4 or 5) and it contains: > > 1. Important bug fix for the GAUDI command parsing code. > > 2. Change in debugfs interface that is relevant only for GAUDI and > therefore can still be changed in this release. > > 3. Workaround for a timeout problem in GOYA and GAUDI. > > Details are in the tag message below. > > Thanks, > Oded > > The following changes since commit 897c44f0bae574c5fb318c759b060bebf9dd6013: > > virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serial (2020-07-10 15:12:48 +0200) > > are available in the Git repository at: > > git://people.freedesktop.org/~gabbayo/linux tags/misc-habanalabs-fixes-2020-07-10 Sorry for the delay, now pulled and pushed out. greg k-h