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 120EDC83F05 for ; Fri, 25 Aug 2023 22:56:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229639AbjHYWzk (ORCPT ); Fri, 25 Aug 2023 18:55:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36790 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229887AbjHYWzO (ORCPT ); Fri, 25 Aug 2023 18:55:14 -0400 Received: from out-250.mta1.migadu.com (out-250.mta1.migadu.com [IPv6:2001:41d0:203:375::fa]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CEE261BCC for ; Fri, 25 Aug 2023 15:55:11 -0700 (PDT) Message-ID: <66320dd7-5da2-992b-ff96-cfee867615bc@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1693004110; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Eqgz55yC3Ox9rsNGpTo7gGmAnoAnUiVAR5Dr9SWA6SI=; b=I5vJzYTgEeV/uWZGT8qhSTKIp2CqkUMYQotoqWSMVOJBMoC9DhguaTfso2vmcDOFgjAXkg akL9cM8ZMdsp39cWZK9vQdqyEWV41VzEaBR6SCcmDiaCtFK54W3y2aJNt5tHY3EcOHo1o3 7NxMrQijtT/Sg9lYrpzqSy7jIr914to= Date: Fri, 25 Aug 2023 15:55:05 -0700 MIME-Version: 1.0 Reply-To: yonghong.song@linux.dev Subject: Re: [PATCH 4/6] bpf: task_group_seq_get_next: kill next_task Content-Language: en-US To: Oleg Nesterov , Andrew Morton , Yonghong Song Cc: "Eric W. Biederman" , Linus Torvalds , Daniel Borkmann , Kui-Feng Lee , Andrii Nakryiko , Martin KaFai Lau , bpf@vger.kernel.org, linux-kernel@vger.kernel.org References: <20230825161951.GA16878@redhat.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Yonghong Song In-Reply-To: <20230825161951.GA16878@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8/25/23 9:19 AM, Oleg Nesterov wrote: > It only adds the unnecessary confusion and compicates the "retry" code. > > Signed-off-by: Oleg Nesterov Acked-by: Yonghong Song