public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ebpf: improves bpftool security
@ 2022-09-24 10:12 Xin Liu
  2022-09-24 10:12 ` [PATCH 1/2] libbpf: add fPIC option for static library Xin Liu
  2022-09-24 10:12 ` [PATCH 2/2] bpftool: add fPIE option for bpftool Xin Liu
  0 siblings, 2 replies; 7+ messages in thread
From: Xin Liu @ 2022-09-24 10:12 UTC (permalink / raw)
  To: ast, daniel, andrii, martin.lau, song, yhs, john.fastabend,
	kpsingh, sdf, haoluo, jolsa
  Cc: bpf, linux-kernel, yanan, wuchangye, xiesongyang, zhudi2,
	kongweibin2, liuxin350

This patchset is designed to enhance the security of libbpf and bpf
tool, adding fPIC and fPIE options.

  - patch #1 add the fPIC options for dynamic library and static
    library.

  - patch #2 add the fPIE options for bpftool.

Xin Liu (2):
  libbpf: add fPIC option for static library
  bpftool: add fPIE option for bpftool

 tools/bpf/bpftool/Makefile | 1 +
 tools/lib/bpf/Makefile     | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-09-30  2:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-24 10:12 [PATCH 0/2] ebpf: improves bpftool security Xin Liu
2022-09-24 10:12 ` [PATCH 1/2] libbpf: add fPIC option for static library Xin Liu
2022-09-27 10:21   ` Quentin Monnet
2022-09-28  8:32     ` Xin Liu
2022-09-28 22:59   ` Andrii Nakryiko
2022-09-30  2:16     ` John Fastabend
2022-09-24 10:12 ` [PATCH 2/2] bpftool: add fPIE option for bpftool Xin Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox