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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 392F8C282CE for ; Tue, 4 Jun 2019 07:58:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1563724D40 for ; Tue, 4 Jun 2019 07:58:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727112AbfFDH62 (ORCPT ); Tue, 4 Jun 2019 03:58:28 -0400 Received: from mail-lj1-f195.google.com ([209.85.208.195]:45816 "EHLO mail-lj1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727056AbfFDH61 (ORCPT ); Tue, 4 Jun 2019 03:58:27 -0400 Received: by mail-lj1-f195.google.com with SMTP id m23so454448lje.12; Tue, 04 Jun 2019 00:58:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=PvzPUYqH9nK8SbQWAc82SWJDMQ3U5uh7URsnw55J3C4=; b=aWI7AlCPir+za7CBtWmMeQE0I0wuygvcS4J3A5rwVFZx4t5IkFXTb3Gp+FRift75DN 9IrTm79LHXAy6VrxBknhclzv6GvodBl/wbK35lAcN3isnIF6yqkhjKSGHwjDcuqiG6BJ huDXxF4qmWU6K8lF2TmB1uZVf4QZvhAFdFmj0T4Fh5dSyvQiY6A1Sfo0Ln8FiG9wLXVe ZB0wdiTBTH7JLm2CYQ2VENV4oUvLDbnALYkPY1zh5QH53EPLkYs0cNJ2f3uQeFp24WDO W2jWWhItL2y08Zk4c/+roBq8GmSzNMBmBezaYMQxEFPXexX6wboI7ev8GO577uGCFW8P Hp8g== X-Gm-Message-State: APjAAAWqMJUfO8h13O+e24yRo/icKooR6wsHvdxJV6ISBSLabV8v/YJr UrH/SVczshTj3nsjb5MxXIc9Qg4HADiRIrf6Rz4= X-Google-Smtp-Source: APXvYqzyNjeGH9IY0uqaWO3UGMfVzFElxcuWP4iy7hCnJsRP9LUNXru6GUTEAJ+AO84Enqz2+uHzAe5xYgWCrN99H0U= X-Received: by 2002:a2e:91c5:: with SMTP id u5mr4689510ljg.65.1559635105692; Tue, 04 Jun 2019 00:58:25 -0700 (PDT) MIME-Version: 1.0 References: <1559634891-20075-1-git-send-email-krzk@kernel.org> In-Reply-To: <1559634891-20075-1-git-send-email-krzk@kernel.org> From: Geert Uytterhoeven Date: Tue, 4 Jun 2019 09:58:13 +0200 Message-ID: Subject: Re: [PATCH] MIPS: configs: Remove useless UEVENT_HELPER_PATH To: Krzysztof Kozlowski Cc: Ralf Baechle , Paul Burton , James Hogan , Florian Fainelli , bcm-kernel-feedback-list@broadcom.com, linux-mips@vger.kernel.org, Linux Kernel Mailing List , Linux ARM , Geert Uytterhoeven Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 4, 2019 at 9:55 AM Krzysztof Kozlowski wrote: > Remove the CONFIG_UEVENT_HELPER_PATH because: > 1. It is disabled since commit 1be01d4a5714 ("driver: base: Disable > CONFIG_UEVENT_HELPER by default") as its dependency (UEVENT_HELPER) was > made default to 'n', > 2. It is not recommended (help message: "This should not be used today > [...] creates a high system load") and was kept only for ancient > userland, > 3. Certain userland specifically requests it to be disabled (systemd > README: "Legacy hotplug slows down the system and confuses udev"). > > Signed-off-by: Krzysztof Kozlowski Acked-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds