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 7BB43C43334 for ; Tue, 12 Jul 2022 13:37:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229843AbiGLNg6 (ORCPT ); Tue, 12 Jul 2022 09:36:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52024 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229691AbiGLNg5 (ORCPT ); Tue, 12 Jul 2022 09:36:57 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5A1B2B6548; Tue, 12 Jul 2022 06:36:56 -0700 (PDT) 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 01682B818CF; Tue, 12 Jul 2022 13:36:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C604AC3411C; Tue, 12 Jul 2022 13:36:51 +0000 (UTC) Date: Tue, 12 Jul 2022 09:36:50 -0400 From: Steven Rostedt To: Song Liu Cc: Song Liu , Networking , bpf , lkml , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Kernel Team , Jiri Olsa , Masami Hiramatsu , Josh Poimboeuf , Jiri Kosina , Miroslav Benes , Petr Mladek , Joe Lawrence , "live-patching@vger.kernel.org" Subject: Re: [PATCH v2 bpf-next 0/5] ftrace: host klp and bpf trampoline together Message-ID: <20220712093650.5520d4a2@gandalf.local.home> In-Reply-To: <8B0FCB44-6241-4220-A1AE-CF91AAA25777@fb.com> References: <20220602193706.2607681-1-song@kernel.org> <20220711195552.22c3a4be@gandalf.local.home> <8B0FCB44-6241-4220-A1AE-CF91AAA25777@fb.com> 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: live-patching@vger.kernel.org On Tue, 12 Jul 2022 05:15:26 +0000 Song Liu wrote: > > On Jul 11, 2022, at 4:55 PM, Steven Rostedt wrote: > > > > I just realized that none of the live kernel patching folks are Cc'd on > > this thread. I think they will care much more about this than I do. > > vger.kernel.org often drops my email when the CC list is too long. So I Oh, they fixed that. I've had over 20 Cc's and it still works. ;-) > try to keep the list short. In this case, since we are not changing live > patch code, and there isn't any negative impact for live patch side, I > didn't CC live patch folks. It affects them indirectly, and they should be aware of what is happening underneath. > > I will at least CC live-patching@ in the next version. Thanks. -- Steve