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 DECCDC04A68 for ; Thu, 28 Jul 2022 15:13:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229913AbiG1PNk (ORCPT ); Thu, 28 Jul 2022 11:13:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55256 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229508AbiG1PNi (ORCPT ); Thu, 28 Jul 2022 11:13:38 -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 A70C650076; Thu, 28 Jul 2022 08:13:37 -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 4645261AF8; Thu, 28 Jul 2022 15:13:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 215B6C433D7; Thu, 28 Jul 2022 15:13:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1659021216; bh=i9oduQQVXavAe/KC8oBpGCp7ggtnA6YfRbWCof8rmJQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1zR4d+Tz3sQ0TFPmqhLihvShhdUmwPfQmEkNSCQ7UcYTY79R8OOTT7T8FbV+BOjke ul8MmQkClrrThCKzLyYr9C/5w2do2dnnQ+IQ+L3NsgGjvqiATeilsHDf49vUVtdVq+ gUovVbsIiKixWut4+TJgZYDXYVFsCvodj4/nvXSo= Date: Thu, 28 Jul 2022 17:13:33 +0200 From: Greg KH To: Benjamin Tissoires Cc: Jiri Kosina , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Song Liu , Yonghong Song , Kumar Kartikeya Dwivedi , John Fastabend , KP Singh , Shuah Khan , Dave Marchevsky , Joe Stringer , Jonathan Corbet , Tero Kristo , linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, netdev@vger.kernel.org, bpf@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH bpf-next v7 22/24] samples/bpf: add new hid_mouse example Message-ID: References: <20220721153625.1282007-1-benjamin.tissoires@redhat.com> <20220721153625.1282007-23-benjamin.tissoires@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220721153625.1282007-23-benjamin.tissoires@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 21, 2022 at 05:36:23PM +0200, Benjamin Tissoires wrote: > Everything should be available in the selftest part of the tree, but > providing an example without uhid and hidraw will be more easy to > follow for users. A hint as to what the program is supposed to be doing would also be nice in the usage section. thanks, greg k-h