From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ot1-f43.google.com (mail-ot1-f43.google.com [209.85.210.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B32E1760B2 for ; Mon, 18 Dec 2023 23:59:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=google.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=google.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="YPK4AxGJ" Received: by mail-ot1-f43.google.com with SMTP id 46e09a7af769-6da4893142aso3127240a34.0 for ; Mon, 18 Dec 2023 15:59:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20230601; t=1702943997; x=1703548797; darn=vger.kernel.org; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=Va09233MhPCImUf6PaapwK9ZhikG8ID1vHBVkhtiYxY=; b=YPK4AxGJhq8l6EAMteAu83bNQsRQ33x0xipwYqKkOBT0DpGol8pjAJRFef5aG9nj2P YaX0Kr4gx+IePW5VRD99tWltmrWsAs8X708QqlDYiRX9pADPlfZif1On8bG2TsfSx7Bp 4lPI4zRQw2wuhAodfmaLZUjw0fgEs4LsEcQG3t0cIRhC5qnnPUbkRbc7ULdqNSDMmkol gKhAwS4iDvKQgpx1cHq6Arszm1mH+uuuLuF832PqINqclReE7BKJPiAu6vsZ8v/kBg13 55Zcz92ZXU52Kh+Ca0hxfr3LOTMNdymdXpnkHFilF2t9BJYdpZwwTWJG+7PbDEybog/h oDPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702943997; x=1703548797; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=Va09233MhPCImUf6PaapwK9ZhikG8ID1vHBVkhtiYxY=; b=h8wPIzy4ENlz7gAHVfjVRgRcBjxPmuRhHA7iV5ui7Cynrb9SLK2zUfDAw/rk1QEaih sLj5/+3lFc04q+8DCbTsohrb4dDyAStVbPqbw0kFi0DsUxFu+w+W4PgI135+t5E5QJQ4 petqUqzpWf19sZtZwJnrCYAiaw5KhJ0N8NhvMuy/02WV3AT5bB6qqff+EdkOznnOO4MU 4R/XNRe8s3BoKvxMrXekxPapFm/UYLVD1ffQ6te29wG8o3MQn67p1Ym7QGxjIHWCTNMa +FPR20F8rOz4hmARJZDIJYbzSRn129gbQy0X6fxnBe+1srFHLFdi3Gy7/nzrDqkJcNcv YT6A== X-Gm-Message-State: AOJu0Yzh/aKRPbx69z4sIp7LWkY24WZdnhZwY3uvVhCtXf1GUbI8x8IX gmIgI+RqQLyI37homV8xhBwwsA== X-Google-Smtp-Source: AGHT+IHdBgIRP8cQKSRWmaCtU3tLrgkyvvJSDLWRHw2XoXNkW6VR/M6+H8U9andenIHPT8NXsyHjiQ== X-Received: by 2002:a05:6808:320b:b0:3b9:fb3d:b14 with SMTP id cb11-20020a056808320b00b003b9fb3d0b14mr21557143oib.55.1702943996686; Mon, 18 Dec 2023 15:59:56 -0800 (PST) Received: from google.com (170.102.105.34.bc.googleusercontent.com. [34.105.102.170]) by smtp.gmail.com with ESMTPSA id x16-20020aa784d0000000b006ce5bb61a60sm2038058pfn.35.2023.12.18.15.59.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 18 Dec 2023 15:59:56 -0800 (PST) Date: Mon, 18 Dec 2023 23:59:52 +0000 From: Carlos Llamas To: Elliot Berman Cc: Nathan Chancellor , Nick Desaulniers , Tom Rix , linux-kernel@vger.kernel.org, kernel-team@android.com, Will Deacon , John Stultz , Masahiro Yamada Subject: Re: [PATCH] scripts/decode_stacktrace.sh: optionally use LLVM utilities Message-ID: References: <20230929034836.403735-1-cmllamas@google.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Mon, Dec 18, 2023 at 12:08:14PM -0800, Elliot Berman wrote: > > Reviewed-by: Elliot Berman > Oh, thanks Elliot for having a look. I had forgotten about this patch. I'll RESEND if this doesn't get picked up next week. -- Carlos Llamas