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=-12.5 required=3.0 tests=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,URIBL_BLOCKED, USER_AGENT_SANE_1 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 022D3C0650E for ; Thu, 4 Jul 2019 06:40:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CAAD821882 for ; Thu, 4 Jul 2019 06:40:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562222414; bh=Ygjllhhz70c/y1Sp7VkNxefjkSkF0TREGn4/hYbfeps=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=TyeklO9U7HLHqPjmh3Ul3siix5Nc0EikZSEhljsPMzZKjRCTDw3s59Jp2OU5Quf/8 3xX7rAnKRFfq6400QjhoT2CXSgpvEich9M0ItMoYRml7Fk8nNHuX62lW0K4vD8DFjt nE6u7X4nJJGZU9S8ZiGHlRm3XOpVSgLyn+vhlcl4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727447AbfGDGkN (ORCPT ); Thu, 4 Jul 2019 02:40:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:49036 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725945AbfGDGkN (ORCPT ); Thu, 4 Jul 2019 02:40:13 -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 E337E21882; Thu, 4 Jul 2019 06:40:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562222412; bh=Ygjllhhz70c/y1Sp7VkNxefjkSkF0TREGn4/hYbfeps=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jrG7WqjgqxWsTdGIAGwj0pNE1AihwSysowskrm9NXwk3DoQhz9GXux2+eO/c3iZSG ZzZpY3eAxXuHPvPSLeIv5KPRis8Rbhs+tXFBLZasDlEJB6XWzD/uVPFKulo3pxI4KQ xNfqITBtoWgUpuF/9wwUnMSrb4wHFJ3Dmbw7OERk= Date: Thu, 4 Jul 2019 08:40:10 +0200 From: Greg KH To: Oded Gabbay Cc: linux-kernel@vger.kernel.org Subject: Re: [git pull] habanalabs pull request for kernel 5.3 Message-ID: <20190704064010.GA11575@kroah.com> References: <20190704062259.GA1094@ogabbay-VM> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190704062259.GA1094@ogabbay-VM> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 04, 2019 at 09:22:59AM +0300, Oded Gabbay wrote: > Hello Greg, > > This is the pull request for habanalabs driver for kernel 5.3. > > It mostly contains improvements to the existing code base. Nothing too > exciting this time. > > Please see the tag message for details on what this pull request contains. > > Thanks, > Oded > > The following changes since commit 60e8523e2ea18dc0c0cea69d6c1d69a065019062: > > ocxl: Allow contexts to be attached with a NULL mm (2019-07-03 21:29:47 +0200) > > are available in the Git repository at: > > git://people.freedesktop.org/~gabbayo/linux tags/misc-habanalabs-next-2019-07-04 Pulled and pushed out, thanks. greg k-h