wireguard-apple: Unaligned pointer(s) for architecture arm64

2022-07-04 Thread Alexey Ponkin
Hi guys, I'm trying to use wireguard-apple in my app. Following this guide - https://git.zx2c4.com/wireguard-apple/about/#wireguardkit-integration with small changes. WireGuardBridgeiOS seems to be compiling but when I tried to run my app(on physical device) I have lots of warnings like this - " P

[PATCH] wireguard: Kconfig: select CRYPTO_CHACHA_S390

2022-07-04 Thread Vladis Dronov
Select the new implementation of CHACHA20 for S390 when available, it is faster than the generic software implementation. Reported-by: kernel test robot Link: https://lore.kernel.org/linux-kernel/202207030630.6szvkrwf-...@intel.com/ Signed-off-by: Vladis Dronov --- drivers/net/Kconfig | 1 + 1

Re: [PATCH] wireguard: Kconfig: select CRYPTO_CHACHA_S390

2022-07-04 Thread Jason A. Donenfeld
Hi Vladis, On Mon, Jul 04, 2022 at 09:15:35PM +0200, Vladis Dronov wrote: > Select the new implementation of CHACHA20 for S390 when available, > it is faster than the generic software implementation. > > Reported-by: kernel test robot > Link: > https://lore.kernel.org/linux-kernel/202207030630.

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

2022-07-04 Thread Christian König
Hi guys, Am 28.06.22 um 22:11 schrieb Uladzislau Rezki: 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

Re: [PATCH] wireguard: Kconfig: select CRYPTO_CHACHA_S390

2022-07-04 Thread Jason A. Donenfeld
On Tue, Jul 05, 2022 at 02:49:19AM +0200, Jason A. Donenfeld wrote: > Hi Vladis, > > On Mon, Jul 04, 2022 at 09:15:35PM +0200, Vladis Dronov wrote: > > Select the new implementation of CHACHA20 for S390 when available, > > it is faster than the generic software implementation. > > > > Reported-by