[PATCH] %i is not a valid format specifier

2019-01-21 Thread Alex Xu (Hello71)
--- app/src/main/res/values/strings.xml | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 72b8153..3751cb0 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strin

[RFC PATCH] wg-quick/linux: switch to ip rule rp filter

2020-03-06 Thread Alex Xu (Hello71)
--- src/wg-quick/linux.bash | 113 1 file changed, 56 insertions(+), 57 deletions(-) diff --git a/src/wg-quick/linux.bash b/src/wg-quick/linux.bash index 7c2c002..7bd2f85 100755 --- a/src/wg-quick/linux.bash +++ b/src/wg-quick/linux.bash @@ -22,10 +22,15 @

[RFC PATCH v2] wg-quick/linux: switch to ip rule rp filter

2020-03-23 Thread Alex Xu (Hello71)
--- src/wg-quick/linux.bash | 170 ++-- 1 file changed, 95 insertions(+), 75 deletions(-) diff --git a/src/wg-quick/linux.bash b/src/wg-quick/linux.bash index 7c2c002..a157006 100755 --- a/src/wg-quick/linux.bash +++ b/src/wg-quick/linux.bash @@ -26,6 +26,10 @@

Re: Newbie - WireGuard per systemd on Debian Buster

2020-05-04 Thread Alex Xu (Hello71)
Excerpts from Hans Kraus's message of April 16, 2020 12:23 pm: > I'm a newbie to wireguard and trying to install a working environment, > starting with one server and one client. First I used the example in > > a

Re: soft lockup - may be related to wireguard (backported)

2020-05-04 Thread Alex Xu (Hello71)
Excerpts from Jason A. Donenfeld's message of May 4, 2020 1:26 am: > Are you routing wireguard over wireguard, or something interesting like that? > > Is ipsec being used? > This "DN2800MT" looks like an Atom board from 2012; are you trying to run a very large bandwidth through it? I think it's

CONFIG_ANDROID (was: rcu_sched detected expedited stalls in amdgpu after suspend)

2022-06-28 Thread Alex Xu (Hello71)
Excerpts from Paul E. McKenney's message of June 28, 2022 12:12 am: > On Mon, Jun 27, 2022 at 09:50:53PM -0400, Alex Xu (Hello71) wrote: >> Ah, I see. I have selected the default value for >> CONFIG_RCU_EXP_CPU_STALL_TIMEOUT, but that is 20 if ANDROID. I am not >> u

Re: CONFIG_ANDROID (was: rcu_sched detected expedited stalls in amdgpu after suspend)

2022-06-28 Thread Alex Xu (Hello71)
Excerpts from Paul E. McKenney's message of June 28, 2022 2:54 pm: > All you need to do to get the previous behavior is to add something like > this to your defconfig file: > > CONFIG_RCU_EXP_CPU_STALL_TIMEOUT=21000 > > Any reason why this will not work for you? As far as I know, I do not requir