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 DC737C433EF for ; Tue, 30 Nov 2021 14:23:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242189AbhK3O1C (ORCPT ); Tue, 30 Nov 2021 09:27:02 -0500 Received: from ams.source.kernel.org ([145.40.68.75]:33912 "EHLO ams.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236374AbhK3O07 (ORCPT ); Tue, 30 Nov 2021 09:26:59 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id D59DBB81A09; Tue, 30 Nov 2021 14:23:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 30127C53FC1; Tue, 30 Nov 2021 14:23:35 +0000 (UTC) Date: Tue, 30 Nov 2021 09:23:33 -0500 From: Steven Rostedt To: Yafang Shao Cc: Sven Schnelle , Andrew Morton , netdev , bpf , "linux-perf-use." , linux-fsdevel@vger.kernel.org, Linux MM , LKML , kernel test robot , kbuild test robot , Andrii Nakryiko , David Hildenbrand , Mathieu Desnoyers , Arnaldo Carvalho de Melo , Andrii Nakryiko , Michal Miroslaw , Peter Zijlstra , Matthew Wilcox , Al Viro , Kees Cook , Petr Mladek , Tom Zanussi Subject: Re: [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN Message-ID: <20211130092333.77408a81@gandalf.local.home> In-Reply-To: References: <20211120112738.45980-1-laoar.shao@gmail.com> <20211120112738.45980-8-laoar.shao@gmail.com> <20211129123043.5cfd687a@gandalf.local.home> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 30 Nov 2021 11:03:48 +0800 Yafang Shao wrote: > Many thanks for the quick fix! > It seems this fix should be ahead of patch #7. > I will send v3 which contains your fix. Don't bother. I'm actually going to send this to Linus as a bug fix. -- Steve