From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 18A60C4332F for ; Thu, 24 Nov 2022 07:39:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229598AbiKXHjt (ORCPT ); Thu, 24 Nov 2022 02:39:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34496 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229493AbiKXHjs (ORCPT ); Thu, 24 Nov 2022 02:39:48 -0500 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BF39893CD7 for ; Wed, 23 Nov 2022 23:39:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1669275586; x=1700811586; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=5jayOGNCRzmZOnZq94GPZtulttwW/dTDlrUvW+mI14k=; b=VrFz4Hf7Qs55hsvIaqZfcQzgpDL4nnyeTFk2+Dc+gNg/j69/qupd8jm9 TDcbavlX/l03GCUeOF8UgViBulVLzInaSQ1RXpUdWnkNUEqzvBnKBCLO8 R7a2qkgReElM1tmjSCr5FqUYguVHyw0JHx2eabpMYMNG/FqfZCZ4LMLiV ckulBzkv4iTUyRQfEKdNgSWErYzjt03ahro4zcdQY344Hq1NQ8jPRFDWh 0THz5wqplUndq7hCMzVL289rgO7W/Mc4ce+qcBgruvPxDg16q+Z5FIPgu XVXjjL+ZeTKuObK/CLwGnEJQVZWIxFKEfV/JgpUpfeAs2JVVgET0sUQRm g==; X-IronPort-AV: E=Sophos;i="5.96,189,1665471600"; d="scan'208";a="190390175" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa3.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 24 Nov 2022 00:39:45 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.12; Thu, 24 Nov 2022 00:39:45 -0700 Received: from wendy (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.12 via Frontend Transport; Thu, 24 Nov 2022 00:39:43 -0700 Date: Thu, 24 Nov 2022 07:39:25 +0000 From: Conor Dooley To: Deepak Gupta CC: Conor Dooley , , , , , Guo Ren , Jisheng Zhang Subject: Re: [PATCH] riscv: VMAP_STACK overflow detection thread-safe Message-ID: References: <20221124005006.1788315-1-debug@rivosinc.com> <20221124072346.GB1149630@debug.ba.rivosinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20221124072346.GB1149630@debug.ba.rivosinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 23, 2022 at 11:23:46PM -0800, Deepak Gupta wrote: > On Thu, Nov 24, 2022 at 06:30:35AM +0000, Conor Dooley wrote: > > On 24 November 2022 00:50:06 GMT, Deepak Gupta wrote: > > For stack traces, especially long ones, please cut out the timestamps. > I followed formatting of stack traces in commit 31da94c25ae. Assumed since > that's merged, that's how test and stack traces should be included in commit > msg. > > I'll follow your suggestion and remove timestamps. It's just nice for the reader, since the timestamps are pretty much noise. But it's not a "you must do this", unlike having correct Fixes: formatting etc. HTH, Conor.