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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9EE6FC433F5 for ; Sun, 22 May 2022 19:09:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350035AbiEVTJm (ORCPT ); Sun, 22 May 2022 15:09:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51948 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229542AbiEVTJk (ORCPT ); Sun, 22 May 2022 15:09:40 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9D4DD366B0 for ; Sun, 22 May 2022 12:09:39 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E747861113 for ; Sun, 22 May 2022 19:09:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E3ED3C385AA; Sun, 22 May 2022 19:09:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1653246578; bh=r/YX1RZgV6OcefyMLDsp+Xp0Ahn3M6HHxHpt6mJJv38=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vBiHUVVy9gXkFmBXIvNCRmDYORm8eNqUca+DlBaEJ/EvyS9y8+KyJrWxDkfZ0qEdt 0ev7LqoUuRuZPbRt0mDjCLwseuchQMygMcGSxSkZx37u/M3vpWJgz9FJYfbjwE2cSJ KIKTmhc6AJq0nrECP+jws/wKTh0GnZ5TqQSVHHCE= Date: Sun, 22 May 2022 21:09:34 +0200 From: Greg KH To: Oded Gabbay Cc: "Linux-Kernel@Vger. Kernel. Org" Subject: Re: [git pull] habanalabs pull request for kernel 5.19 Message-ID: References: <20220521115325.GA1965670@ogabbay-vm-u20.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 Sun, May 22, 2022 at 12:07:03AM +0300, Oded Gabbay wrote: > On Sat, May 21, 2022 at 9:21 PM Greg KH wrote: > > > > On Sat, May 21, 2022 at 05:53:52PM +0300, Oded Gabbay wrote: > > > On Sat, May 21, 2022 at 4:22 PM Greg KH wrote: > > > > > > > > On Sat, May 21, 2022 at 02:53:25PM +0300, Oded Gabbay wrote: > > > > > Hi Greg, > > > > > > > > > > This is habanalabs pull request for the merge window of kernel 5.19. > > > > > We added a few minor features, such as support eventfd registration > > > > > for device events, and the ability to scrub the device memory > > > > > through debugfs. > > > > > > > > > > We did some refactoring such as adding a centralized memory > > > > > manager inside the driver for allocating mmapable memory and tracking > > > > > it, so we can remove different code paths that basically duplicated > > > > > that functionality. > > > > > > > > > > And, as usual, there are multiple bug fixes. > > > > > > > > > > Full details are in the tag. > > > > > > > > > > Thanks, > > > > > Oded > > > > > > > > > > The following changes since commit cafada1fe932ce761d6c0bc1d56967e27abe4cff: > > > > > > > > > > Revert "speakup: Generate speakupmap.h automatically" (2022-05-20 21:07:05 +0200) > > > > > > > > > > are available in the Git repository at: > > > > > > > > > > https://git.kernel.org/pub/scm/linux/kernel/git/ogabbay/linux.git tags/misc-habanalabs-next-2022-05-21 > > > > > > > > > > for you to fetch changes up to 93f742b13260b070a695f44d6b6ff696cb5cbcd8: > > > > > > > > > > habanalabs: use separate structure info for each error collect data (2022-05-21 14:42:17 +0300) > > > > > > > > Has this been in linux-next already? It's _really_ late to be adding > > > > new commits to my trees as 5.17 is about to come out in a few hours :( > > > > > > > > greg k-h > > > > > > Yeah, sorry about that, I got to a computer only yesterday as my wife > > > and I had a new baby boy last week :) > > > > Congratulations! > > > > And totally understandable about the delay. > > > > > To your question, no, my branch isn't taken to linux-next. Our driver > > > commits are added to linux-next only through your -next. > > > > Ok, as these are only touching your driver, I'll take them. > > > > Oops, odd, I get this warning with my scripts: > > Commit: ad05bb784ca2 ("habanalabs: hl_ts_behavior can be static") > > Fixes tag: Fixes: 079c2434d6e8 ("habanalabs: convert ts to use unified memory manager") > > Has these problem(s): > > - Target SHA1 does not exist > > > > Where did you get that SHA1 from? > > > > Sorry, I can't take this as is, invalid sha1 shouldn't be in the tree. > > > > I can export these as patches and fix up the sha1 by hand, want me to do > > that? I'll have some time on Monday. > > > > thanks, > > > > greg k-h > > Yes, that will be a great help. I'm pretty occupied right now as you > probably imagine ;) Now done, go get some rest!