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 5E8E3C001B0 for ; Mon, 3 Jul 2023 18:12:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230200AbjGCSMO convert rfc822-to-8bit (ORCPT ); Mon, 3 Jul 2023 14:12:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38252 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230426AbjGCSMN (ORCPT ); Mon, 3 Jul 2023 14:12:13 -0400 Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::228]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0B983E5F; Mon, 3 Jul 2023 11:12:05 -0700 (PDT) X-GND-Sasl: hadess@hadess.net X-GND-Sasl: hadess@hadess.net X-GND-Sasl: hadess@hadess.net X-GND-Sasl: hadess@hadess.net X-GND-Sasl: hadess@hadess.net X-GND-Sasl: hadess@hadess.net X-GND-Sasl: hadess@hadess.net Received: by mail.gandi.net (Postfix) with ESMTPSA id 8C6B01BF205; Mon, 3 Jul 2023 18:12:03 +0000 (UTC) Message-ID: <0895ee64688ee3c839e6737dada9f17a7b92a39c.camel@hadess.net> Subject: Re: [PATCH v5] HID: steelseries: Add support for Arctis 1 XBox From: Bastien Nocera To: Benjamin Tissoires , kernel test robot Cc: linux-input@vger.kernel.org, oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org, Jiri Kosina , Benjamin Tissoires Date: Mon, 03 Jul 2023 20:12:03 +0200 In-Reply-To: References: <20230703102918.9941-1-hadess@hadess.net> <202307032208.b5brKeCt-lkp@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT User-Agent: Evolution 3.48.3 (3.48.3-1.fc38) MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Mon, 2023-07-03 at 17:33 +0200, Benjamin Tissoires wrote: > > On Jul 03 2023, kernel test robot wrote: > > > > Hi Bastien, > > > > kernel test robot noticed the following build errors: > > > > [auto build test ERROR on hid/for-next] > > [also build test ERROR on linus/master v6.4 next-20230703] > > [If your patch is applied to the wrong git tree, kindly drop us a > > note. > > And when submitting patch, we suggest to use '--base' as documented > > in > > https://git-scm.com/docs/git-format-patch#_base_tree_information] > > > > url:    > > https://github.com/intel-lab-lkp/linux/commits/Bastien-Nocera/HID-steelseries-Add-support-for-Arctis-1-XBox/20230703-183124 > > base:   > > https://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git for- > > next > > patch link:    > > https://lore.kernel.org/r/20230703102918.9941-1-hadess%40hadess.net > > patch subject: [PATCH v5] HID: steelseries: Add support for Arctis > > 1 XBox > > config: parisc-randconfig-r032-20230703 > > (https://download.01.org/0day-ci/archive/20230703/202307032208.b5br > > KeCt-lkp@intel.com/config) > > compiler: hppa-linux-gcc (GCC) 12.3.0 > > reproduce: > > (https://download.01.org/0day-ci/archive/20230703/202307032208.b5br > > KeCt-lkp@intel.com/reproduce) > > > > If you fix the issue in a separate patch/commit (i.e. not just a > > new version of > > the same patch/commit), kindly add following tags > > > Reported-by: kernel test robot > > > Closes: > > > https://lore.kernel.org/oe-kbuild-all/202307032208.b5brKeCt-lkp@intel.com/ > > > > All errors (new ones prefixed by >>): > > > >    hppa-linux-ld: drivers/hid/hid-steelseries.o: in function > > `.LC10': > > > > hid-steelseries.c:(.rodata.cst4+0x8): undefined reference to > > > > `hid_is_usb' > > Bastien, you need a depends on USB_HID IIRC in your Kconfig (at > least CONFIG_USB_HID is not set in that kernel test bot run). Yeah, I just get to undo the changes from v3 ;)