[PATCH] um,ethertap: refactor deprecated strncpy

2023-09-11 Thread Justin Stitt
_buf, gate, 15); + strscpy(gate_buf, gate, sizeof(gate_buf)); args = setup_args; } else args = nosetup_args; --- base-commit: 2dde18cd1d8fac735875f2e4987f11817cc0bc2c change-id: 20230911-strncpy-arch-um-os-linux-drivers-ethertap_user-c-859

[PATCH 6.1 512/600] um: Fix hostaudio build errors

2023-09-11 Thread Greg Kroah-Hartman
6.1-stable review patch. If anyone has any objections, please let me know. -- From: Randy Dunlap [ Upstream commit db4bfcba7bb8d10f00bba2a3da6b9a9c2a1d7b71 ] Use "select" to ensure that the required kconfig symbols are set as expected. Drop HOSTAUDIO since it is now equivalent

[PATCH 6.4 623/737] um: Fix hostaudio build errors

2023-09-11 Thread Greg Kroah-Hartman
6.4-stable review patch. If anyone has any objections, please let me know. -- From: Randy Dunlap [ Upstream commit db4bfcba7bb8d10f00bba2a3da6b9a9c2a1d7b71 ] Use "select" to ensure that the required kconfig symbols are set as expected. Drop HOSTAUDIO since it is now equivalent

[PATCH 6.5 618/739] um: Fix hostaudio build errors

2023-09-11 Thread Greg Kroah-Hartman
6.5-stable review patch. If anyone has any objections, please let me know. -- From: Randy Dunlap [ Upstream commit db4bfcba7bb8d10f00bba2a3da6b9a9c2a1d7b71 ] Use "select" to ensure that the required kconfig symbols are set as expected. Drop HOSTAUDIO since it is now equivalent

Re: [PATCH] x86: Fix build of UML with KASAN

2023-09-11 Thread Peter Zijlstra
On Fri, Jun 09, 2023 at 01:18:54PM +0200, Vincent Whitchurch wrote: > Building UML with KASAN fails since commit 69d4c0d32186 ("entry, kasan, > x86: Disallow overriding mem*() functions") with the following errors: > > $ tools/testing/kunit/kunit.py run --kconfig_add CONFIG_KASAN=y > ... > ld:

Re: [PATCH] x86: Fix build of UML with KASAN

2023-09-11 Thread Richard Weinberger
- Ursprüngliche Mail - > Von: "Vincent Whitchurch" >> Thanks: I stumbled into this the other day and ran out of time to debug it. >> >> I've tested that it works here. >> >> Tested-by: David Gow > > Thanks. Perhaps someone could pick this up? It's been a few months, > and the build p

Re: [PATCH] x86: Fix build of UML with KASAN

2023-09-11 Thread Vincent Whitchurch
On Sat, 2023-06-10 at 16:34 +0800, David Gow wrote: > On Fri, 9 Jun 2023 at 19:19, Vincent Whitchurch > wrote: > > > > Building UML with KASAN fails since commit 69d4c0d32186 ("entry, kasan, > > x86: Disallow overriding mem*() functions") with the following errors: > > > >  $ tools/testing/kunit