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=-6.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 29183C4338F for ; Fri, 20 Aug 2021 10:03:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1093260EBD for ; Fri, 20 Aug 2021 10:03:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237979AbhHTKDg (ORCPT ); Fri, 20 Aug 2021 06:03:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:43384 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236384AbhHTKDf (ORCPT ); Fri, 20 Aug 2021 06:03:35 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id E27C860EBD; Fri, 20 Aug 2021 10:02:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1629453777; bh=1lcJS69Kvr4vG8Ke2KPzouMNReGhqqojmBfH3Ucj2A8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1hM/jWYEMNnjnlLjL0PoWn1u5QnXj7XA/WUAghmdsVungubhw2G0f8gkJrMIaVBp1 0G/n4eyZx/rc8xGChiorbQpBfAaRMF77V9DlnntCjOzKtN15ypjCVKtNLidLX8/BLJ HRPHC0yt5uohQMlDYEy/Xtg5E6e7/jgtYVggtnCs= Date: Fri, 20 Aug 2021 12:02:54 +0200 From: Greg Kroah-Hartman To: Dave Airlie Cc: Jason Gunthorpe , Daniel Vetter , Linus Torvalds , Oded Gabbay , LKML Subject: Re: [git pull] habanalabs pull request for kernel 5.15 Message-ID: References: <20210819110209.GA115485@ogabbay-vm2.habana-labs.com> 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-kernel@vger.kernel.org On Fri, Aug 20, 2021 at 04:48:18AM +1000, Dave Airlie wrote: > On Fri, 20 Aug 2021 at 03:07, Greg KH wrote: > > > > On Thu, Aug 19, 2021 at 02:02:09PM +0300, Oded Gabbay wrote: > > > Hi Greg, > > > > > > This is habanalabs pull request for the merge window of kernel 5.15. > > > The commits divide roughly 50/50 between adding new features, such > > > as peer-to-peer support with DMA-BUF or signaling from within a graph, > > > and fixing various bugs, small improvements, etc. > > > > Pulled and pushed out, thanks! > > NAK for adding dma-buf or p2p support to this driver in the upstream > kernel. There needs to be a hard line between > "I-can't-believe-its-not-a-drm-driver" drivers which bypass our > userspace requirements, and I consider this the line. Damm, the first time I try to take a vacation in 1 1/2 years, and stuff like this happens :( I've now dropped this from my branch and will write more next week when I get a chance, sorry, don't have the chance to right now. thanks, greg k-h