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 B3E95C4321E for ; Thu, 1 Dec 2022 21:12:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230447AbiLAVMw (ORCPT ); Thu, 1 Dec 2022 16:12:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34588 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230427AbiLAVMq (ORCPT ); Thu, 1 Dec 2022 16:12:46 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 88F7EDE98 for ; Thu, 1 Dec 2022 13:12:39 -0800 (PST) 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 77301B82027 for ; Thu, 1 Dec 2022 21:12:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A0BA3C433D7; Thu, 1 Dec 2022 21:12:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1669929157; bh=ESBUZqzGtDNUEoKoNhyM+rRWNZFT5fSTe1bIeGft5mY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=T7mbNDNbr172q4ma/Sih0o5jrItD9Yn3CVYnvaTzID/eAQctFnUyb6dnP2mNOtrmW jqJO7U+qc0FJDRB5tNtbZM2R555R8HX2FQqsuxfxD/CZkwKfpNfIpJb6AKW9DgHKNy hu2wbhOXp4DA1ZNJpc2FZUkjWfzpzp+wfmY0EqBo= Date: Thu, 1 Dec 2022 13:12:35 -0800 From: Andrew Morton To: Alexei Starovoitov Cc: Chris Mason , Steven Rostedt , Borislav Petkov , LKML , Linus Torvalds , Masami Hiramatsu , Peter Zijlstra , Kees Cook , Josh Poimboeuf , KP Singh , Mark Rutland , Florent Revest , Greg Kroah-Hartman , Christoph Hellwig , Benjamin Tissoires Subject: Re: [PATCH] error-injection: Add prompt for function error injection Message-Id: <20221201131235.06ba19ee600b2424e97d9c55@linux-foundation.org> In-Reply-To: References: <20221121104403.1545f9b5@gandalf.local.home> <3fa8ec60-dd96-c41f-ea46-8856bf855949@meta.com> <20221122132905.12a8d5ad@gandalf.local.home> <20221130143719.07e36277d1471b83e9a1b627@linux-foundation.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-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 Thu, 1 Dec 2022 08:58:55 -0800 Alexei Starovoitov wrote: > but the better option for now would be to drop this patch. > For the next next merge window we can come up with alternative way > (instead of ALLOW_ERROR_INJECTION) to mark kernel functions > purely on the bpf side. > I don't think we have time to add this marking infrastructure > for the upcoming merge window. OK, thanks, dropped. Let's revisit this next cycle.