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=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 40634C432C3 for ; Thu, 14 Nov 2019 12:01:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1735C206CC for ; Thu, 14 Nov 2019 12:01:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726613AbfKNMBa (ORCPT ); Thu, 14 Nov 2019 07:01:30 -0500 Received: from n7.nabble.com ([162.253.133.57]:52477 "EHLO n7.nabble.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726057AbfKNMB3 (ORCPT ); Thu, 14 Nov 2019 07:01:29 -0500 X-Greylist: delayed 536 seconds by postgrey-1.27 at vger.kernel.org; Thu, 14 Nov 2019 07:01:29 EST Received: from n7.nabble.com (localhost [127.0.0.1]) by n7.nabble.com (Postfix) with ESMTP id 29692114A61F9 for ; Thu, 14 Nov 2019 05:00:20 -0700 (MST) Date: Thu, 14 Nov 2019 05:00:20 -0700 (MST) From: Bruno GNUser To: linux-kernel@vger.kernel.org Message-ID: <1573732820166-0.post@n7.nabble.com> Subject: how to disable the button kernel module? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I realize that /button/ is a kernel built-in and therefore cannot be disabled via the /blacklist=/ boot parameter. So I thought I'd try /initcall_blacklist=/ but I cannot find an obvious module initialization function in button.c Please, how would one disable the /button/ module? Either using the /initcall_blacklist=foo/ or some other method is fine, as long as it does not involve recompiling the kernel. Thanks, Bruno GNUser -- Sent from: http://linux-kernel.2935.n7.nabble.com/