Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp1380929ybl; Sun, 18 Aug 2019 02:17:57 -0700 (PDT) X-Google-Smtp-Source: APXvYqz0VSYe3v42XQT4MhIdaFDlFVQhwpGi6AtnjRyUiEM3koBNbhBvmooKklEEH+iVfkcfRJAg X-Received: by 2002:a62:7503:: with SMTP id q3mr19596760pfc.151.1566119877585; Sun, 18 Aug 2019 02:17:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566119877; cv=none; d=google.com; s=arc-20160816; b=PIOpqkAE/EgM9nvPdwSA7rvvBxEpDK6ZCx7GSdzMqtZCi9zx2Ps5AP0PrqJvRrudae CkQHmSRzjWj687uy1uK/911AeCaSxWaPvSEJB2S/Tj0GULuW7TYnaOSwQ8JGGfEw5Bic SvH2NR9J8r/uHWbUST3SP9pGq02wBa0pNq+HQvA/aXTfs8tStgNzFckIv+USPUn8d8O+ P1nUXafwilBbOkFnZdliT8Kea42W0Ts4rD8OCW/vCC4jWAh9r6TdrlCpApTB8IX6iKQ4 NLuB1u3V8jaBZ1wOayoChXoEsbW9XcFuJjhXu20FnZDfmGY3fHWtRl5OANiQ5Ai+f7Oq C4aA== 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; bh=7FIx5NQeddf5fDgh6rT2dGTwtOITk9sICrGBL2x3P9Y=; b=yNTAJlYJry/EnImJcOsIi+tRh5V+MIVW28IGB3+/99YU+8j5TV5V11R8U75jMYqwmQ 2Q1gxrSqyAzufFIce1ESvzbTp273rocTiberfCNy6tezvZVDi+hsKGSDxaHYcYOWt4fr 8zoQOER5Z/rbpynick+SAAeDjcEzBwJj7iygcPI6Z1EklXaXUIK/e//Lqdi7oL5o1lSG BKZ2/zsqy+exMyU2vOCJkp2nHC6zs2IF99UeaaobL0ORhH1EBpjFqSponwq2U6V6Ggdt iYdbUx+YXi0oTr41eV8Jy8yvx1V/zXM0CcLY1MmLY/uyyHy5a5UxYEGjxMUlodJmliiO Q05A== 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 i133si7422565pgc.109.2019.08.18.02.17.42; Sun, 18 Aug 2019 02:17:57 -0700 (PDT) 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 S1726261AbfHRJPk (ORCPT + 99 others); Sun, 18 Aug 2019 05:15:40 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:60565 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725786AbfHRJPj (ORCPT ); Sun, 18 Aug 2019 05:15:39 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 1164281267; Sun, 18 Aug 2019 11:15:25 +0200 (CEST) Date: Sun, 18 Aug 2019 11:15:37 +0200 From: Pavel Machek To: Steven Rostedt , Greg KH , stable@kernel.org Cc: Joel Fernandes , Alan Stern , Mathieu Desnoyers , Valentin Schneider , linux-kernel , Peter Zijlstra , Thomas Gleixner , paulmck , Boqun Feng , Will Deacon , David Howells , Linus Torvalds Subject: stable markup was Re: [PATCH 1/1] Fix: trace sched switch start/stop racy updates Message-ID: <20190818091537.GA24553@amd> References: <241506096.21688.1565977319832.JavaMail.zimbra@efficios.com> <20190816164912.078b6e01@oasis.local.home> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GvXjxJ+pjyke8COw" Content-Disposition: inline In-Reply-To: <20190816164912.078b6e01@oasis.local.home> 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 --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > The most I'll take is two separate patches. One is going to be marked > for stable as it fixes a real bug. The other is more for cosmetic or > theoretical issues, that I will state clearly "NOT FOR STABLE", such > that the autosel doesn't take them. Do we have standartized way to mark "this is not for stable"? Because I often think "I'd really hate to see this in stable"... On a related note, it would be nice to have standartized way to marking corresponding upstream commit. (Currently three methods are in use). Upstream: XXXX in the signoff area would be nice, clearly marking who touched the patch before mainline and who after. Best regards, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --GvXjxJ+pjyke8COw Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl1ZFzkACgkQMOfwapXb+vItfwCgt1zUgVSj+X6XOY0Y9fq7MikY qTQAnRM6J0LL/fWCrL1lMCbS6lpdO+6e =nF0b -----END PGP SIGNATURE----- --GvXjxJ+pjyke8COw--