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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 17126C433DB for ; Thu, 21 Jan 2021 19:40:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BC65323A58 for ; Thu, 21 Jan 2021 19:40:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726573AbhAUTkb (ORCPT ); Thu, 21 Jan 2021 14:40:31 -0500 Received: from mail.kernel.org ([198.145.29.99]:46550 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725892AbhAUTkK (ORCPT ); Thu, 21 Jan 2021 14:40:10 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id AA36523A3A; Thu, 21 Jan 2021 19:39:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1611257968; bh=Z9FRsLteP/J/cHt9/h/jTIJq/qY7J3kx03wftfOeQ8s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=alVUVTNMq1gJfKNjkRD1C52klNQoL5BlzSBK8LeE1jSkWiyw6IyxAnN3Wd+QkikJU ObvyO23G26e2urv6VOqw173p4oGNoWn2NxcgwyPAv0gRnN6qrgZCxtQ1uqoJD6nNTQ DjtT9FEJhsP8zBlScIotY72vVnTdHTFyTP+v7T98= Date: Thu, 21 Jan 2021 20:39:21 +0100 From: Greg KH To: Oded Gabbay Cc: linux-kernel@vger.kernel.org Subject: Re: [git pull] habanalabs fixes for 5.11-rc5 Message-ID: References: <20210121192514.GA5598@CORE.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210121192514.GA5598@CORE.localdomain> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 21, 2021 at 09:25:14PM +0200, Oded Gabbay wrote: > Hi Greg, > > This pull request contains three important bug fixes for 5.11-rc5. > One of the fixes prevent a possible host machine crash, another > one prevents random card reset and the third adds a missing > backward compatibility to a uapi. More details are in the tag. > > Thanks, > Oded > > The following changes since commit cb5c681ab9037e25fcca20689c82cf034566d610: > > intel_th: pci: Add Alder Lake-P support (2021-01-21 18:54:43 +0100) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/ogabbay/linux.git tags/misc-habanalabs-fixes-2021-01-21 Pulled and pushed out, thanks. greg k-h