Commit Graph

13 Commits

Author SHA1 Message Date
Jason A. Donenfeld
bbc67c8886 kernel-tree: jury rig is the more common spelling
According to the Google Ngram viewer, jury is significantly more common
than jerry.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-11-30 20:45:08 +01:00
Jason A. Donenfeld
f6369780a8 contrib: filter compat lines
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-10-11 15:50:29 +02:00
Jason A. Donenfeld
51b27073af kernel-tree: remember UAPI in patch creation
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-10-02 18:00:54 +02:00
Jason A. Donenfeld
dde5170b9e jerry-rig: symlinks are better for tree patching
Use a symlink instead of lots of ../../..

Suggested-by: Benedikt Morbach <benedikt.morbach@googlemail.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-05-17 18:07:42 +02:00
Jason A. Donenfeld
cba7e5200f create-patch: add context below to work with busybox patch
It turns out that GNU patch is happy to only have one line of context
above the inserted area and zero lines below, because of its fuzzy match
feature. However, busybox patch is crippled and terrible, and thus must
have context above and below the insertion point. So, we grudgingly add
it to our manually crafted minimal patch.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-02-27 21:27:11 -08:00
Jason A. Donenfeld
a7805a4412 create-patch: be sure it's actually after NETFILTER
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-02-13 21:55:18 +01:00
Jason A. Donenfeld
9ab07fd76e compat: backport siphash & dst_cache from mainline
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-02-13 21:55:17 +01:00
Jason A. Donenfeld
fa449736cd ratelimiter: load hashlimit at modinsert time
This fixes a potential race with net_lock and rtnl_lock.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2016-11-29 13:18:33 +01:00
Jason A. Donenfeld
a77d553a3a selftest: move to subfolder
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2016-08-02 18:19:20 +02:00
Jason A. Donenfeld
13e89d4860 contrib: move patchers to contrib/kernel-tree
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2016-08-02 02:55:43 +02:00
Jason A. Donenfeld
f650e11c1e build system: revamp building and configuration
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2016-07-18 03:41:57 +02:00
Jason A. Donenfeld
1a9406e232 Kconfig patching: do not match on NETFILTER
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2016-06-29 22:27:41 +02:00
Jason A. Donenfeld
b448d6f35b Initial commit
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2016-06-25 16:48:39 +02:00