From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-179.mta1.migadu.com (out-179.mta1.migadu.com [95.215.58.179]) (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 0872C4C6F for ; Mon, 22 Jan 2024 05:20:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.179 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705900817; cv=none; b=ZIg9fun9lroA9zm1r0pOKxXV1od5zxBHzooMiQWt6oSMeHSR8B+28yCak/aNolqlsWIACH0WwNdQJJ/efCTxEZGQIThOZviB+fidpt5o11WyOJu0bH2OU98TVIPnDZt1Mf8hhdrDKr4F7ut22+5Nml4v+m/RmmPOr1fYcxz8Rr4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705900817; c=relaxed/simple; bh=q6Yi23jyk67ozFsHkWC5iODKTs9CS156P/Y9YutQdUA=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type; b=V+3iumhFV5eh33lSqUprSoxmDaajjXNEDRY9Ls5j81jW7uVuGLUPQJEysT84onFGVqVniNZjPdPMkI9ZB97am2dUD71aaXwU/DFyaabcgbcPV/32ROhJT1dQMxpiZUQAHRDLsNmbc/G++8wQ6Q9NXftfssC5AmOrR1x6ea8L2WY= 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=Q8zxH4Eb; arc=none smtp.client-ip=95.215.58.179 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="Q8zxH4Eb" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1705900813; 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=q6Yi23jyk67ozFsHkWC5iODKTs9CS156P/Y9YutQdUA=; b=Q8zxH4EbTQdYOsYOcbsWA+Al+QnyZRYWgbLE0MGxLmNlUavqgHjuhZUINKHaIFTjoBTViB 1KrGzWf7Rex3v2E2XWw72tepVSwXL+k/tWIRPKbDe5mtxOpA7IoM54oDfvfBP0t4cQZcP2 OBoUw7+KOqrN0ysVlTC9FGHBxh2VcAs= Date: Sun, 21 Jan 2024 21:20:10 -0800 Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH bpf-next] Correct bpf_core_read.h comment wrt bpf_core_relo struct Content-Language: en-GB To: Dima Tisnek , bpf@vger.kernel.org References: <20240121060126.15650-1-dimaqq@gmail.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Yonghong Song In-Reply-To: <20240121060126.15650-1-dimaqq@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 1/20/24 10:01 PM, Dima Tisnek wrote: > Past commits, like 28b93c64499ae09d9dc8c04123b15f8654a93c4c, have removed the last > vestiges of struct bpf_field_reloc, it's called struct bpf_core_relo now. > > Signed-off-by: Dima Tisnek Acked-by: Yonghong Song