From patchwork Tue Sep 5 15:46:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oleg Nesterov X-Patchwork-Id: 13374525 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D95732571 for ; Tue, 5 Sep 2023 15:47:10 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 702FDE6 for ; Tue, 5 Sep 2023 08:47:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1693928828; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=emLpCPyWQt7SqyFb2KRQ734TsFi6wBySVQ9X9BMeEFk=; b=I3KMfHeGYIxPdORzAx/PzThCQi4GgxrQYh+HKpsHn5EC1ltGhdTORSfOToZFUcth9pSHYL s6TxoAXA2ID+hJ9VzeeiK54zix904Yo379ifv0B8nJ4P/iyrOgji3Puq/+CVimP/WYDagd s8li9L+IPI4y4p4yQK/Ar/30QA+L8tI= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-417-WusPqAnQMmaL6KRdHxwO1A-1; Tue, 05 Sep 2023 11:47:04 -0400 X-MC-Unique: WusPqAnQMmaL6KRdHxwO1A-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 6E1EA28237C7; Tue, 5 Sep 2023 15:47:04 +0000 (UTC) Received: from dhcp-27-174.brq.redhat.com (unknown [10.45.226.87]) by smtp.corp.redhat.com (Postfix) with SMTP id 4C2AAC77D9; Tue, 5 Sep 2023 15:47:03 +0000 (UTC) Received: by dhcp-27-174.brq.redhat.com (nbSMTP-1.00) for uid 1000 oleg@redhat.com; Tue, 5 Sep 2023 17:46:14 +0200 (CEST) Date: Tue, 5 Sep 2023 17:46:12 +0200 From: Oleg Nesterov To: Yonghong Song Cc: "Eric W. Biederman" , Kui-Feng Lee , bpf@vger.kernel.org Subject: [PATCH bpf-next v2 0/5] bpf: task_group_seq_get_next: misc cleanups Message-ID: <20230905154612.GA24872@redhat.com> Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, RCVD_IN_DNSWL_BLOCKED,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net X-Patchwork-Delegate: bpf@iogearbox.net Yonghong, I am resending 1-5 of 6 as you suggested with your acks included. The next (final) patch will change this code to use __next_thread when https://lore.kernel.org/all/20230824143142.GA31222@redhat.com/ is merged. Oleg.