From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] bpfilter: include bpfilter_umh in assembly instead of using objcopy Date: Thu, 28 Jun 2018 21:43:31 +0900 (KST) Message-ID: <20180628.214331.985317904839564702.davem@davemloft.net> References: <20180627031348.285964-1-ast@kernel.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: daniel@iogearbox.net, torvalds@linux-foundation.org, mcroce@redhat.com, yamada.masahiro@socionext.com, linux@roeck-us.net, netdev@vger.kernel.org, kernel-team@fb.com To: ast@kernel.org Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:51938 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965269AbeF1Mne (ORCPT ); Thu, 28 Jun 2018 08:43:34 -0400 In-Reply-To: <20180627031348.285964-1-ast@kernel.org> Sender: netdev-owner@vger.kernel.org List-ID: From: Alexei Starovoitov Date: Tue, 26 Jun 2018 20:13:48 -0700 > From: Masahiro Yamada > > What we want here is to embed a user-space program into the kernel. > Instead of the complex ELF magic, let's simply wrap it in the assembly > with the '.incbin' directive. > > Signed-off-by: Masahiro Yamada > Signed-off-by: Alexei Starovoitov Applied.