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=-17.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, 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 6FB0BC433F5 for ; Mon, 20 Sep 2021 07:04:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4A9BC60FF2 for ; Mon, 20 Sep 2021 07:04:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234239AbhITHGH (ORCPT ); Mon, 20 Sep 2021 03:06:07 -0400 Received: from mail.kernel.org ([198.145.29.99]:47196 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233878AbhITHGG (ORCPT ); Mon, 20 Sep 2021 03:06:06 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id ABDB860FF2; Mon, 20 Sep 2021 07:04:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1632121480; bh=3HJwf9Vj204///SUVc6TgDLSOf+Svg/+F0Hg3VxKguU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=p5cOqgEnOK1qt6XhbH6hBm1pGifuAvWmtztDGhcG1bG0SlMURGh5jZ8ZA/BN4C8+f AjgIsSHdAEpEJottg2tPaNAe66xzY0rEXzOkefOXRC28vkEqnyEHSYa067IIb2brFS CgGMP4b0R61d1JEO0F8SYFOZqBg8n0qYl6hJiVe4= Date: Mon, 20 Sep 2021 09:04:38 +0200 From: Greg KH To: Oded Gabbay Cc: linux-kernel@vger.kernel.org Subject: Re: [git pull] habanalabs fixes for 5.15-rc3 Message-ID: References: <20210919094413.GA25155@ogabbay-vm2.habana-labs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210919094413.GA25155@ogabbay-vm2.habana-labs.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 19, 2021 at 12:44:13PM +0300, Oded Gabbay wrote: > Hi Greg, > > Some important fixes for the habanalabs driver for 5.15. > They fix a couple of bugs that can result in kernel BUG, > data race, kernel log spamming, etc. > > Full details are in the tag. > > Thanks, > Oded > > The following changes since commit 25a1433216489de4abc889910f744e952cb6dbae: > > mcb: fix error handling in mcb_alloc_bus() (2021-09-14 11:22:26 +0200) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/ogabbay/linux.git tags/misc-habanalabs-fixes-2021-09-19 Pulled and pushed out, thanks. greg k-h