Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752962AbdFMKGb (ORCPT ); Tue, 13 Jun 2017 06:06:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52424 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752855AbdFMKG0 (ORCPT ); Tue, 13 Jun 2017 06:06:26 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com D03D63DBED Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=benjamin.tissoires@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com D03D63DBED Date: Tue, 13 Jun 2017 12:06:17 +0200 From: Benjamin Tissoires To: Lennart Poettering Cc: Lv Zheng , "Rafael J . Wysocki" , "Rafael J . Wysocki" , Len Brown , Lv Zheng , Peter Hutterer , linux-acpi@vger.kernel.org, systemd-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: Re: [systemd-devel] [WIP PATCH 0/4] Rework the unreliable LID switch exported by ACPI Message-ID: <20170613100617.GD29589@mail.corp.redhat.com> References: <20170601184632.2980-1-benjamin.tissoires@redhat.com> <20170607074848.GE27006@gardel-login> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170607074848.GE27006@gardel-login> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Tue, 13 Jun 2017 10:06:26 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1451 Lines: 44 Hi, [Sorry for the delay, I have been sidetracked from this] On Jun 07 2017 or thereabouts, Lennart Poettering wrote: > On Thu, 01.06.17 20:46, Benjamin Tissoires (benjamin.tissoires@redhat.com) wrote: > > > Hi, > > > > Sending this as a WIP as it still need a few changes, but it mostly works as > > expected (still not fully compliant yet). > > > > So this is based on Lennart's comment in [1]: if the LID state is not reliable, > > the kernel should not export the LID switch device as long as we are not sure > > about its state. > > Ah nice! I (obviously) like this approach. Heh. Now I just need to convince Lv that it's the right approach. > > > Note that systemd currently doesn't sync the state when the input node just > > appears. This is a systemd bug, and it should not be handled by the kernel > > community. > > Uh if this is borked, we should indeed fix this in systemd. Is there > already a systemd github bug about this? If not, please create one, > and we'll look into it! I don't think there is. I haven't raised it yet because I am not so sure this will not break again those worthless unreliable LID, and if we play whack a mole between the kernel and user space, things are going to be nasty. So I'd rather have this fixed in systemd along with the unreliable LID switch knowledge, so we are sure that the kernel behaves the way we expect it to be. > > Thanks for working on this, > No worries. Cheers, Benjamin