From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="vZkqjdBB" Received: from out-179.mta1.migadu.com (out-179.mta1.migadu.com [IPv6:2001:41d0:203:375::b3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D428ABC for ; Tue, 12 Dec 2023 16:20:07 -0800 (PST) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1702426805; 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=dXei4R5WhISTa8V9Cx/vyEpxANH13se4SepHxIgRHBo=; b=vZkqjdBBylMFRKqHP6M9Y/K4LWrBgIlKzU8u/8C4po8SIBmHxmDMNYBa9vTS2uNFJegBNW Fw/RwHym0rlRRSn66mABk3urk11RGOhpWGYbT97dIhP4l94XhhQnRIyWgutaxrALoQOrgy uYsuKOTonysRzU/w2WWLauzbeXTbuMo= Date: Tue, 12 Dec 2023 16:19:58 -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] selftests/bpf: fix compiler warnings in RELEASE=1 mode Content-Language: en-GB To: Andrii Nakryiko , bpf@vger.kernel.org, ast@kernel.org, daniel@iogearbox.net, martin.lau@kernel.org Cc: kernel-team@meta.com References: <20231212225343.1723081-1-andrii@kernel.org> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Yonghong Song In-Reply-To: <20231212225343.1723081-1-andrii@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 12/12/23 2:53 PM, Andrii Nakryiko wrote: > When compiling BPF selftests with RELEASE=1, we get two new > warnings, which are treated as errors. Fix them. > > Signed-off-by: Andrii Nakryiko Acked-by: Yonghong Song