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=-11.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, 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 F14ECC04FF3 for ; Mon, 24 May 2021 10:49:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D76A061151 for ; Mon, 24 May 2021 10:49:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232584AbhEXKvD (ORCPT ); Mon, 24 May 2021 06:51:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:54674 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232548AbhEXKvD (ORCPT ); Mon, 24 May 2021 06:51:03 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 00EE0610A5; Mon, 24 May 2021 10:49:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1621853375; bh=SxZEDFTIX0YIUWSQcBkOqEjxgEc5DTzysHtPAA5UPfg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fc3TFv8IAhCLbPp7+oY6ls6cnQn7UwE+Sb5wcuzampxAcD6Y0PHMaQe1yQ1Q9Q/L9 7YJc6HLm7NZk4X5smPTNLd5VdNrsh2zFSAT7s0qjBNdBQ/mAWL7D7wlPLBALvQ/H5p J6LsEJtbdHrUXTJj/gByr+7zMUg9PEW9Y9NBj/Zs= Date: Mon, 24 May 2021 12:49:20 +0200 From: Greg Kroah-Hartman To: Maciej Kwapulinski Cc: Arnd Bergmann , Jonathan Corbet , Derek Kiernan , Dragan Cvetic , Andy Shevchenko , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Tomasz Jankowski , Savo Novakovic , Jianxun Zhang Subject: Re: [PATCH v3 11/14] intel_gna: add ioctl handler Message-ID: References: <20210513110040.2268-1-maciej.kwapulinski@linux.intel.com> <20210513110040.2268-12-maciej.kwapulinski@linux.intel.com> <85o8ddiv51.fsf@linux.intel.com> <85h7isif8y.fsf@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <85h7isif8y.fsf@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Mon, May 24, 2021 at 12:43:25PM +0200, Maciej Kwapulinski wrote: > > Greg Kroah-Hartman writes: > > > On Fri, May 14, 2021 at 10:20:42AM +0200, Maciej Kwapulinski wrote: > >> > >> Greg Kroah-Hartman writes: > >> > >> > On Thu, May 13, 2021 at 01:00:37PM +0200, Maciej Kwapulinski wrote: > >> >> From: Tomasz Jankowski > >> >> > >> >> Add ioctl handler into GNA driver. > >> >> The ioctl interface provides the ability to do the following: > >> >> - Map and unmap memory buffers for GNA computation requests. > >> >> - Retrieve capabilities of the underlying GNA IP. > >> >> - Submit GNA computation requests. > >> >> - Request notification of scoring completion. > >> > > >> > Do you have a pointer to the userspace code that uses this ioctl? > >> > That's kind of required here, otherwise we have no idea how this all > >> > works. > >> > > >> > >> yes, it's present under following link: > >> > >> https://github.com/intel/gna > > > > Then that needs to go here in this changelog text, right? > > link to library is already present in 00/14, I didn't want to have it in > two places, that's why not present here. Commit 00/XX never shows up in the changelog :(