[PATCH 1/1] queueing: skb_reset_redirect change has been backported to 5.[45]

2020-04-01 Thread Christian Hesse
From: Christian Hesse This is a follow up to 2d4fa2a6e7903ec3340f1b075456cbd84ba6a744. Upstream commit 2c64605b590edadb3fb46d1ec6badb49e940b479 has been backported to 5.4.29 and 5.5.14. Signed-off-by: Christian Hesse --- src/compat/compat.h | 3 ++- 1 file changed, 2 insertions(+), 1

Re: DKMS failure on Ubuntu with linux-5.4.6 (generic)

2019-12-26 Thread Christian Hesse
Lee Yates on Mon, 2019/12/23 00:26: > Does anyone have any ideas? The error log was somewhat vague (to my > uneducated eyes). Already fixed, just use the latest code: https://git.zx2c4.com/wireguard-linux-compat/commit/?id=e206c2b9e94ae13a9ccbec51173213265c01367c -- main(a){char*c=/*

Re: binary module for arch?

2019-01-01 Thread Christian Hesse
"Jason A. Donenfeld" on Wed, 2019/01/02 01:22: > Hi Christian, > > On Tue, Jan 1, 2019 at 9:50 PM Christian Hesse wrote: > > > > "Jason A. Donenfeld" on Mon, 2018/12/31 01:58: > > > Hey Christian, > > > > > > I noticed

Re: binary module for arch?

2019-01-01 Thread Christian Hesse
Jordan Glover on Tue, 2019/01/01 12:44: > On Monday, December 31, 2018 5:11 PM, John wrote: > > > My recommendation is to change the wording under the command on your > > install page to something like: "Users of the distro provided kernels > > (linux and linux-lts) may download the requisite

Re: binary module for arch?

2019-01-01 Thread Christian Hesse
"Jason A. Donenfeld" on Mon, 2018/12/31 01:58: > Hey Christian, > > I noticed there are now two distro-built packages for wireguard for > arch -- wireguard-lts and wireguard-arch. These seem probably more > convenient for most people than the dkms one. What would you recommend > in terms of

[PATCH 1/1] fix install target for dkms sources

2018-10-07 Thread Christian Hesse
From: Christian Hesse Commit ad5e4210 (global: rename include'd C files to be .c) breaks install target for dkms sources. Fix installing selftest/*.c. Signed-off-by: Christian Hesse --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src

Re: FAQ and quickstart

2017-01-16 Thread Christian Hesse
"Jason A. Donenfeld" on Mon, 2017/01/16 14:26: > Hi Christian, > > Should the wireguard Arch package depend on linux-headers? Or the dkms > package on linux-headers? Or is it just the Arch-way that dkms merely > prints a warning but doesn't actually have real package deps? We

Re: [PATCH 1/1] make the systemd unit example more general

2016-12-08 Thread Christian Hesse
"Jason A. Donenfeld" on Thu, 2016/12/08 12:18: > I like this, but two questions. > > 1. Why did you get rid of the ExecStop config saving line? I do not like units altering configuration. If you want to save configuration on stop create a second unit with correct dependencies

[PATCH 1/1] make the systemd unit example more general

2016-12-08 Thread Christian Hesse
From: Christian Hesse <m...@eworm.de> Signed-off-by: Christian Hesse <m...@eworm.de> --- contrib/examples/systemd/README| 5 +++-- contrib/examples/systemd/example.address | 1 + contrib/examples/systemd/example.conf | 8 contrib/examples/systemd/wgse

Re: [PATCH v2 1/1] add dkms configuration file dkms.conf

2016-12-06 Thread Christian Hesse
"Jason A. Donenfeld" <ja...@zx2c4.com> on Tue, 2016/12/06 19:14: > On Tue, Dec 6, 2016 at 10:35 AM, Christian Hesse <l...@eworm.de> wrote: > > "Jason A. Donenfeld" <ja...@zx2c4.com> on Sat, 2016/12/03 23:21: > > > I like the general idea

Re: [PATCH v2 1/1] add dkms configuration file dkms.conf

2016-12-06 Thread Christian Hesse
"Jason A. Donenfeld" on Sat, 2016/12/03 23:21: > I like the general idea here of including dkim in WireGuard now, 'dkim' is mail security... We have dkms. ;) > since > basically all distros use it and ship the exact same logic. By putting > it in WireGuard itself, I can

[PATCH v2 1/1] add dkms configuration file dkms.conf

2016-12-03 Thread Christian Hesse
From: Christian Hesse <m...@eworm.de> This add dkms configuration file dkms.conf and target in Makefile to update the version. Signed-off-by: Christian Hesse <m...@eworm.de> --- src/Makefile | 14 ++ src/dkms.conf | 11 +++ 2 files changed, 21 insertions(+),

[PATCH 1/1] add dkms configuration file dkms.conf

2016-12-03 Thread Christian Hesse
From: Christian Hesse <m...@eworm.de> This add dkms configuration file dkms.conf and target in Makefile to update the version. Signed-off-by: Christian Hesse <m...@eworm.de> --- src/Makefile | 14 ++ src/dkms.conf | 11 +++ 2 files changed, 21 insertions(+),

[PATCH 1/1] include tests/debug.mk only if exists

2016-12-03 Thread Christian Hesse
From: Christian Hesse <m...@eworm.de> DKMS packages do not contain tests/debug.mk, so do not include if it does not exist. Signed-off-by: Christian Hesse <m...@eworm.de> --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile b/src/Makefile index 2094