Received: by 10.223.176.46 with SMTP id f43csp2807360wra; Mon, 22 Jan 2018 03:50:42 -0800 (PST) X-Google-Smtp-Source: AH8x2261sTXnz/uf5kwXXG1SfMcUoDP5KCxeTTtEatSMrP1zTawCbTiCcTh0YAyHIBm3KdhkdBfs X-Received: by 2002:a17:902:578e:: with SMTP id l14-v6mr3292150pli.27.1516621842011; Mon, 22 Jan 2018 03:50:42 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516621841; cv=none; d=google.com; s=arc-20160816; b=IjwuGQ65Ndkk6Eo1caqW2YK4kkp9XEYi9VlydXMuuLTVxOJl3BbZpnyFjOYiqXcoe5 E0QSofnCaZYN04rUyc1z8QSAMAkfxH3zP9cZOGM53fpIIZxbLTbGBYNfgbjf36zH99w0 NtUh7xw6KIBOtBzZks5W80Gut8Z1OFh+ytggftcmuhe+xpjYrxh9aGs4Vs+LORFaV9Tt GN9enNigp/4Ogt/GkB1f1Cx0Sn7FlTjIbZTGXpDoxRqFQTqtXXOps+7AHRg1UOF5/8sN U2S+Bjrvh20NIdZLcFmmh8ex7m6jhItfVOnIfYEn2OcLjTMxT8RAhD+Io+gzL97akweg HB4A== 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=MbP6HH19YDwvoFcjmiGuDlhJLTRRWS/Dz+aYabVPKEg=; b=g9E2ScKezVx8IziqNAR4A0sBDfUup8d5xOyjNnUo9gaNTc2RIms89cIoBTFHnL1Dyu 7liZ/Ro83Eq6aYHzPuKkIkKxHC0bumoh/vZ3Bu8XVGrYokJVmudpxrfSzoKHuVFd4pPo lj89gTv+cnDEMPHPHfp8ql21RxXbjyx826GGCCKeq/ickS7LHe/HGBggSimOpgkgQo/Q XQRahk1rmqgvmQq9xvUzCM/aZQVnUAGlaVUc881ykYKeZkKqktzemRiMyDHEXTh1+oiD nJTBSpfBSzMQ48xcnqHaCo55pbMafxFXte6FqCG2xmIfR1QxXdbekKx4Bnl++R+JbsB0 JLMQ== 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 61-v6si1005615plr.132.2018.01.22.03.50.27; Mon, 22 Jan 2018 03:50:41 -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 S1751116AbeAVLtw (ORCPT + 99 others); Mon, 22 Jan 2018 06:49:52 -0500 Received: from www.zeus03.de ([194.117.254.33]:32816 "EHLO mail.zeus03.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751030AbeAVLtu (ORCPT ); Mon, 22 Jan 2018 06:49:50 -0500 Received: (qmail 18588 invoked from network); 22 Jan 2018 12:49:48 +0100 Received: from p200300cf5bc51f00021de0fffea0c865.dip0.t-ipconnect.de (HELO localhost) (l3s3148p1@2003:cf:5bc5:1f00:21d:e0ff:fea0:c865) by mail.zeus03.de with ESMTPSA (ECDHE-RSA-AES256-GCM-SHA384 encrypted, authenticated); 22 Jan 2018 12:49:48 +0100 Date: Mon, 22 Jan 2018 12:49:48 +0100 From: Wolfram Sang To: Frank Rowand Cc: Wolfram Sang , devicetree@vger.kernel.org, Tyrel Datwyler , Geert Uytterhoeven , linux-renesas-soc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Rob Herring , Steven Rostedt , linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH v2 0/1] of: easier debugging for node life cycle issues Message-ID: <20180122114948.mm5mg6zqw3hmjj4o@katana> References: <20180121143117.19805-1-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="fhh3nixhltcc3znp" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --fhh3nixhltcc3znp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Frank, > Please go back and read the thread for version 1. Simply resubmitting a > forward port is ignoring that whole conversation. >=20 > There is a lot of good info in that thread. I certainly learned stuff in= it. Yes, I did that and learned stuff, too. My summary of the discussion was: - you mentioned some drawbacks you saw (like the mixture of trace output and printk output) - most of them look like addressed to me? (e.g. Steven showed a way to redi= rect printk to trace) - you posted your version (which was, however, marked as "not user friendly" even by yourself) - The discussion stalled over having two approaches So, I thought reposting would be a good way of finding out if your concerns were addressed in the discussion or not. If I overlooked something, I am sorry for that. Still, my intention is to continue the discussion, not to ignore it. Because as it stands, we don't have such a debugging mechanism in place currently, and with people working with DT overlays, I'd think it would be nice to have. Kind regards, Wolfram --fhh3nixhltcc3znp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAlplz9wACgkQFA3kzBSg KbYz6RAAp/gtGEbQ/RA5Au6LYgMZS3Z7pyPfII8DOZrkfOTPfEH6hNPOqIGl+BGB jYRynJV1FIvgaamsJA1cHgm9VBGcb3i1a00ETZaRAxldAMMMG8r4HG4ZV0yvNMRJ pQJmq5FmNy8QI0Gid02x1m56cLspDCvzlBOsNjIfhvQKRRGw4foYaJR3axvDPR4h eIHA1H9BgpGuYVPHPxbe+KhUyofZVCjphXjH3gQ250gnNEQEueaBlAFKZMn4uMd7 rrI+j1XpGwqBFGt7/2to3KyKk8ajAj9CxT5kojJLWbnsVa759uOh1C3DlxLYy91d vgjAHI47Bfzj+ZqqjYczpxmTS9JwtqdnzCDwBJnmPCrpTfl2MQWu+N1V4waD+TRe SJZb1597Bt62MesJTWkjsfPR1y05T38x/DwEDagBddy80RR/zXby/SIMlouOMNQd 2dRo+HrhfXVa6ShDeVHB/KMgdpByQpYqGopshqGbmHOrPh0anwClTXbgNAvHAxEh 4bLh5ukHx99wkMDD1hob1na4CvnetvvKaovrmeHF773eGY6k4K+hcnWo7xYzcN3H /BTfwaBU3+W9XAcPW9LP0oBHaIF3UDoRfTU3go5gGLDJWIFgyNlNVIwr00TVOZBJ upw2ZAN+YLK69lr7T7XK5cSpdVc7VaZngCpmttjWn8tosVKe1Bc= =I+Fc -----END PGP SIGNATURE----- --fhh3nixhltcc3znp--