linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] net: bpfilter: clean-up build rules
@ 2018-06-14 14:39 Masahiro Yamada
  2018-06-14 14:39 ` [PATCH v2 1/3] bpfilter: add bpfilter_umh to .gitignore Masahiro Yamada
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Masahiro Yamada @ 2018-06-14 14:39 UTC (permalink / raw)
  To: netdev, Alexei Starovoitov, David S . Miller
  Cc: Arnd Bergmann, Geert Uytterhoeven, linux-kernel, Masahiro Yamada,
	linux-kbuild, Michal Marek, Alexei Starovoitov, Daniel Borkmann,
	YueHaibing


Clean-up from Kbuild/Kconfig point of view.

I confirmed this series can apply and compile
based on today's Linus tree.
(commit 2837461dbe6f)



Masahiro Yamada (3):
  bpfilter: add bpfilter_umh to .gitignore
  bpfilter: include bpfilter_umh in assembly instead of using objcopy
  bpfilter: check compiler capability in Kconfig

 Makefile                         |  5 -----
 net/Makefile                     |  4 ----
 net/bpfilter/.gitignore          |  1 +
 net/bpfilter/Kconfig             |  2 +-
 net/bpfilter/Makefile            | 15 ++-------------
 net/bpfilter/bpfilter_kern.c     | 11 +++++------
 net/bpfilter/bpfilter_umh_blob.S |  7 +++++++
 scripts/cc-can-link.sh           |  2 +-
 8 files changed, 17 insertions(+), 30 deletions(-)
 create mode 100644 net/bpfilter/.gitignore
 create mode 100644 net/bpfilter/bpfilter_umh_blob.S

-- 
2.7.4


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

end of thread, other threads:[~2019-01-31 12:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-14 14:39 [PATCH v2 0/3] net: bpfilter: clean-up build rules Masahiro Yamada
2018-06-14 14:39 ` [PATCH v2 1/3] bpfilter: add bpfilter_umh to .gitignore Masahiro Yamada
2018-06-14 14:39 ` [PATCH v2 2/3] bpfilter: include bpfilter_umh in assembly instead of using objcopy Masahiro Yamada
2018-06-15  0:47   ` Alexei Starovoitov
2018-06-26  3:44     ` Masahiro Yamada
2019-01-31 10:48     ` Janne Karhunen
2019-01-31 11:09       ` Janne Karhunen
2019-01-31 12:40         ` Janne Karhunen
2018-06-14 14:39 ` [PATCH v2 3/3] bpfilter: check compiler capability in Kconfig Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).