From patchwork Wed Nov 30 10:10:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Tissoires X-Patchwork-Id: 629739 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 D5478C352A1 for ; Wed, 30 Nov 2022 10:12:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232720AbiK3KMA (ORCPT ); Wed, 30 Nov 2022 05:12:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40894 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235701AbiK3KL7 (ORCPT ); Wed, 30 Nov 2022 05:11:59 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4BEDB3C6EF for ; Wed, 30 Nov 2022 02:10:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1669803054; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=eIucrPGcl8vfw93STiikStMqPK1unlX4NE3HghFj3sw=; b=iINdqvYcXE+xbGuEDhHOtCsjnL06++1pj+Tww97wCUfvN0og9szJYi0dJCCVOzeYCD8jpx HVhEo021/+fYsBBZXImClUwCUhSYhoXxNGXTOQNtahp/23bfPyX1uz2FuHhn0au57OpDhx GRDcknBILTj1QaXFiubjNRQbJa9AktU= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-240-7wZPFks_PHWQuX2Kpi8Pcw-1; Wed, 30 Nov 2022 05:10:51 -0500 X-MC-Unique: 7wZPFks_PHWQuX2Kpi8Pcw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 2D556805B72; Wed, 30 Nov 2022 10:10:45 +0000 (UTC) Received: from plouf.redhat.com (unknown [10.39.195.154]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0E28340E9785; Wed, 30 Nov 2022 10:10:25 +0000 (UTC) From: Benjamin Tissoires To: Jiri Kosina , Florent Revest , Jon Hunter Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Benjamin Tissoires Subject: [PATCH 0/2] HID-BPF: Kconfig fix Date: Wed, 30 Nov 2022 11:10:19 +0100 Message-Id: <20221130101021.1868764-1-benjamin.tissoires@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org Hi, As discussed in [1], we need to add some more dependencies to HID-BPF in the Kconfig. This way, when fmod_ret will be available on arm64, HID-BPF will get enabled automatically. Jon, would you mind giving a shot at that patch on your test system and confirm the error disappeard? Cheers, Benjamin [1] https://lore.kernel.org/r/CABRcYmKyRchQhabi1Vd9RcMQFCcb=EtWyEbFDFRTc-L-U8WhgA@mail.gmail.com Benjamin Tissoires (2): HID: bpf: enforce HID_BPF dependencies selftests: hid: ensures we have the proper requirements in config drivers/hid/bpf/Kconfig | 4 +++- tools/testing/selftests/hid/config | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) Reviewed-by: Florent Revest Tested-by: Jon Hunter