From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 8E07213DDB9; Wed, 25 Sep 2024 09:50:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727257827; cv=none; b=WthpQgufiHu1s3BOWFtS2KrADvB1YtvxoXY3MIUCO3dA93Vc7inIefPNY/2wXcm4jIFPhxL8Z8+yR8KilgLop56ODLnHVn7tbYOFsK+UB2FcGZJjR94jBqSJjr1KYFtV9svm32LhfPv9ojESuGiBB8F2kSeZMgXL8SRC09X1kMM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727257827; c=relaxed/simple; bh=jl4d46okrvrro63ScrKwf8P5GchqCKS3n/SXcH/iM/E=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=WwdypW6yXTAKt/jiddRCuBWevAU+oo/wY3DYCwv9t7O8vD9STrCa/OYVN/GfVWwiTs34iyfOcUR1e7zT5za9rtnHHKFfMbhxfm4QczsF9lzUBnSAjEvyRSumXBThzjlZ/xCaUOyUhPUUQ9qemtlUjphtk8EebsZrzCu9pW2Pnpc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=uC7UaI4p; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="uC7UaI4p" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 16A32C4CEC3; Wed, 25 Sep 2024 09:50:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1727257826; bh=jl4d46okrvrro63ScrKwf8P5GchqCKS3n/SXcH/iM/E=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=uC7UaI4pKWkq2DVqyGHjhuhG/+JQrKnSkA+EnboqnRYWSdqnOQkLHLsmbXh2cE1UQ N0KNMY9u2S8DFm+ZopyhTcsv5xuMM54/RHFZLBqQ6QBGuC2L7aC/EXIepIjFotnRh3 uHZRHCEx7PhQAz8rA84NC18NXD2gqfLeMeyjCq3CqCQqBtWwB2t71gXEHEct6BW1Xl Bdt5fg8ixp1irB4Ozz0qJqFR57M2FbhFe/St7RGpiEZnqxMeTMVzXbj9FTrOp78pnO TJcz0FyF/sz0vzlwANmv1i/taF6ssI7A+9aPSST/BSc7okqo6pm8gy8LXArEmUHuae u/nUz36EFBxwQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id AE7DF3809A8F; Wed, 25 Sep 2024 09:50:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next] bpftool: Remove llvm-strip from Makefile From: patchwork-bot+netdevbpf@kernel.org Message-Id: <172725782851.519668.2924142510144708471.git-patchwork-notify@kernel.org> Date: Wed, 25 Sep 2024 09:50:28 +0000 References: <20240924165202.1379930-1-chen.dylane@gmail.com> In-Reply-To: <20240924165202.1379930-1-chen.dylane@gmail.com> To: Tao Chen Cc: qmo@kernel.org, ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, martin.lau@linux.dev, eddyz87@gmail.com, song@kernel.org, yonghong.song@linux.dev, jolsa@kernel.org, bpf@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Wed, 25 Sep 2024 00:52:02 +0800 you wrote: > As Quentin and Andrri said [0], bpftool gen object strips > out DWARF already, so remove the repeat operation. > > [0] https://github.com/libbpf/bpftool/issues/161 > > Suggested-by: Andrii Nakryiko > Suggested-by: Quentin Monnet > Signed-off-by: Tao Chen > > [...] Here is the summary with links: - [bpf-next] bpftool: Remove llvm-strip from Makefile https://git.kernel.org/bpf/bpf-next/c/25bfc6333e32 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html