From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-180.mta0.migadu.com (out-180.mta0.migadu.com [91.218.175.180]) (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 CDF1323C50A for ; Wed, 5 Nov 2025 17:45:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.180 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762364753; cv=none; b=jTt3E0aQtL9lsXpAI1XXO8j0dLLXFdqwPaaR6Ly85udf7vAOhsFdygcwof3//i5Vx6MdC5Z8Y8u3ou4PzUope0Rf1uKs9FgKvdZJ1TKKL96RC7wGHJv/OyLw66kknFB96+v90F0O4aBWKaTg4WSWoxUWIU8p9rqiuqFKoXksT4s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762364753; c=relaxed/simple; bh=vhWLcgBQrhOBM09s0g/TWSK6nP9AcMae/veeInsHPbg=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type; b=jFIgibqgPr4ptAwYSDoipEUVspnSS4RkAF4BOakc59GJb+o1cQpwLhx05aYhUmoxzCAFcHyv0sYt/f/za5YeUJNOtaPxtoszJ+l8tKDn67hPyeoDIzUzQ9xb52NnmkHBpl55Pus7O+RZ6aR44isE51YOU39gFs+POA+mWrOgPEg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=uzFk2wXq; arc=none smtp.client-ip=91.218.175.180 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="uzFk2wXq" Message-ID: <7fa1213c-68b6-450c-b69f-1e8c9eac5250@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1762364748; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=3vOaSwX8IN7f1G+Tv/VhoRH9QGpIJo807c5hXiTVwNI=; b=uzFk2wXqwDan6JX4cssooLI0tFuaZopZUeaFWFykPze7zAJj0tvxUfhLM1zipErk8phx0k 3JNPbo6e/807NVy7kPhjt5+sZbcHVlGnJ0PRaV/qjaLDFxKqahlkIbFa8j7SxtwkgBzfYJ kb+lqw9zzbdiaTx2rTywvgo+1ywWuy8= Date: Wed, 5 Nov 2025 09:45:41 -0800 Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v11 bpf-next 08/12] bpf, x86: add support for indirect jumps To: Anton Protopopov , bpf@vger.kernel.org, Alexei Starovoitov , Andrii Nakryiko , Anton Protopopov , Daniel Borkmann , Eduard Zingerman , Quentin Monnet , Yonghong Song References: <20251105090410.1250500-1-a.s.protopopov@gmail.com> <20251105090410.1250500-9-a.s.protopopov@gmail.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Ihor Solodrai In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 11/5/25 3:23 AM, Anton Protopopov wrote: > On 25/11/05 09:04AM, Anton Protopopov wrote: >> Add support for a new instruction >> [...] > > Interestingly, AI review is stuck with "Setting up Claude Code..." > on this and libbpf patches of this series. Robot got tired? :-) Robot got tired indeed. Could be network issues during setup. Happens on CI. Let me try restarting stuck jobs.