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 85D0EC7618E for ; Wed, 26 Apr 2023 21:35:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239706AbjDZVfT (ORCPT ); Wed, 26 Apr 2023 17:35:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57288 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239080AbjDZVfS (ORCPT ); Wed, 26 Apr 2023 17:35:18 -0400 Received: from out-29.mta0.migadu.com (out-29.mta0.migadu.com [IPv6:2001:41d0:1004:224b::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6DDDDE76 for ; Wed, 26 Apr 2023 14:35:14 -0700 (PDT) Message-ID: <18628833-370d-36da-95e1-09409b886e49@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1682544912; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CWwPV5lSC7TTDzG/YmW2lJItFOoey+csk875BswPCuQ=; b=F6BMaCjsPjvw9hRveA66p894g0yFe8qPlr+JfiY5MtAcHXd7vXQbqwblhFIn9Gca2YFkK6 WoCj5/XtnnyjgBhElhFXB+2NuMNg6//gXUWbpdTrdDcO5WRKvP5cEj3MnrgaX8YeIv5UuU FSLN5X8smqSYOsW16QZBB72tUPBw2ZE= Date: Wed, 26 Apr 2023 14:35:08 -0700 MIME-Version: 1.0 Subject: Re: [PATCH bpf-next v3 04/10] bpf: Add BTF_KFUNC_HOOK_SOCK_ADDR Content-Language: en-US To: Daan De Meyer Cc: kernel-team@meta.com, bpf@vger.kernel.org References: <20230421162718.440230-1-daan.j.demeyer@gmail.com> <20230421162718.440230-5-daan.j.demeyer@gmail.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Martin KaFai Lau In-Reply-To: <20230421162718.440230-5-daan.j.demeyer@gmail.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: bpf@vger.kernel.org On 4/21/23 9:27 AM, Daan De Meyer wrote: > In preparation for adding a sock addr specific kfunc, let's add the > necessary hook for it. Please combine this patch with patch 5.