Received: by 10.223.176.5 with SMTP id f5csp1672608wra; Sun, 4 Feb 2018 09:20:47 -0800 (PST) X-Google-Smtp-Source: AH8x225RlZgtyCrR0KhTqdWpddkiUmndrbmT+958A+9n01TtpI6mBUigG39V8DsICJ0/zD1VZoky X-Received: by 10.98.106.10 with SMTP id f10mr33123659pfc.42.1517764847832; Sun, 04 Feb 2018 09:20:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517764847; cv=none; d=google.com; s=arc-20160816; b=gxO65e9N87ugoVNiNyc12mtoL5GmutBWG4lJ2saR3UzBXqAy8Y+Ti2Vxo3+QhMGtcL on1YFaZMX9JnDmhn7eDnVgtFz3NX110utg2vi1AIbuZqo404ZELpRAsUnt+ElGQax+fs Lo68kYCpwRBGxNhFF0HVg59p1kNQXGuonntIXzsCgWSxJRMrtV7qvt2wqMdBEvRYX0aI +w3ynD6kLFGwwhs8+CkR5uYedErEfLb1UUU36+F6H4BaSgQQO878hWGHMnpVaxR//txs My7YygzfVFlNKClFIMOfsQX5GTDvyYFJggREj/X1unuM9sS5kwhqPEHuiKXdu3upgkXz c68A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=9Af8kj9OwJ9dgIRpDnS29XLY38oR2AdTg/wcd8AyZJ8=; b=z6vEiHWQmE5136hh7/4D4D/NLPPS2Jku2Bboo/gGpcgtV/sOCnDLZiCCMQm+2u9/+M hiGhzD3AEWPKJgVGAVkLFag3yBjBLc5ssxYWnr0G5YDWwZ5g6exeLVughYNu5nlfZLhR dZUEL4+0SnIgk284fmmKh1lOLUfRThC+w2v5aQxapjCPzma9XdiPVlj5prcqGpjPmkK9 4IjgRSWYbNWnEO28LKPoikae9CuslowDNJy+XvoI82bRM6b99KWKgQ+F/rmP/PydXCvU ElLxlAVXBIq/3NU0UYdO2MNYAJu13HvD+DSAI0rr09NP5QlExlWAUo8hTOXkv5C31EWl AE+w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f9-v6si5589699pln.211.2018.02.04.09.20.22; Sun, 04 Feb 2018 09:20:47 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752042AbeBDRRp (ORCPT + 99 others); Sun, 4 Feb 2018 12:17:45 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:60629 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750725AbeBDRRi (ORCPT ); Sun, 4 Feb 2018 12:17:38 -0500 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id F162E80193; Sun, 4 Feb 2018 18:17:36 +0100 (CET) Date: Sun, 4 Feb 2018 18:17:36 +0100 From: Pavel Machek To: Greg KH Cc: Sasha Levin , "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" , Matthieu CASTET , "linux-leds@vger.kernel.org" , Jacek Anaszewski Subject: Re: [PATCH AUTOSEL for 4.14 065/110] led: core: Fix brightness setting when setting delay_off=0 Message-ID: <20180204171736.GA1388@amd> References: <20180203180015.29073-1-alexander.levin@microsoft.com> <20180203180015.29073-65-alexander.levin@microsoft.com> <20180203203525.GA5860@amd> <20180204003029.2lkcmh6wvzpnlrls@sasha-lappy> <20180204090531.GA29468@amd> <20180204111500.GB14797@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TB36FDmn/VVEgNH/" Content-Disposition: inline In-Reply-To: <20180204111500.GB14797@kroah.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > > > >> *** if brightness=3D0, led off > > > >> *** else apply brightness if next timer <--- timer is stop, and wi= ll never apply new setting > > > >> ** otherwise set led_set_brightness_nosleep > > > >> > > > >> To fix that, when we delete the timer, we should clear LED_BLINK_S= W. > > > > > > > >Can you run the tests on the affected stable kernels? I have feeling > > > >that the problem described might not be present there. > > >=20 > > > Hm, I don't seem to have HW to test that out. Maybe someone else does? > >=20 > > Why are you submitting patches you have no way to test? >=20 > What? This is stable tree backporting, why are you trying to make a > requirement for something that we have never had before? I don't think random patches should be sent to stable just because they appeared in mainline. Plus, I don't think I'm making new rules: submit-checklist.rst: 13) Has been build- and runtime tested with and without ``CONFIG_SMP`` and ``CONFIG_PREEMPT.`` stable-kernel-rules.rst: Rules on what kind of patches are accepted, and which ones are not, into the "-stable" tree: - It must be obviously correct and tested. - It must fix a real bug that bothers people (not a, "This could be a problem..." type thing). =20 > This is a backport of a patch that is already upstream. If it doesn't > belong in a stable tree, great, let us know that, saying why it is so. See jacek.anaszewski@gmail.com 's explanation. Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --TB36FDmn/VVEgNH/ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlp3QDAACgkQMOfwapXb+vI/YACffveTs3Hsz10azlO9o1ZZOYLJ GU8AoJ1cPi0/+F5IdeTNnCrf+fnwIwFq =R7Be -----END PGP SIGNATURE----- --TB36FDmn/VVEgNH/--