Re: [PATCH 9/9] um: Add initial SMP support

2025-07-29 Thread Tiwei Bie
On Tue, 29 Jul 2025 17:37:24 +0200, Johannes Berg wrote: > On Tue, 2025-07-29 at 23:06 +0800, Tiwei Bie wrote: > > On Mon, 28 Jul 2025 18:27:53 +0200, Johannes Berg wrote: > > > On Tue, 2025-07-29 at 00:04 +0800, Tiwei Bie wrote: > > > > > > +++ b/arch/um/include/asm/spinlock.h > > > > > > @@ -0,0

Re: [GIT PULL] uml 6.17-rc1

2025-07-29 Thread pr-tracker-bot
The pull request you sent on Tue, 29 Jul 2025 12:02:03 +0200: > https://git.kernel.org/pub/scm/linux/kernel/git/uml/linux.git > tags/uml-for-linux-6.17-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/beb6c8326eb4e7006c4aa16b0fee3e303d42e685 Thank you! -- Deet-do

Re: [PATCH 9/9] um: Add initial SMP support

2025-07-29 Thread Johannes Berg
On Tue, 2025-07-29 at 23:06 +0800, Tiwei Bie wrote: > On Mon, 28 Jul 2025 18:27:53 +0200, Johannes Berg wrote: > > On Tue, 2025-07-29 at 00:04 +0800, Tiwei Bie wrote: > > > > > +++ b/arch/um/include/asm/spinlock.h > > > > > @@ -0,0 +1,8 @@ > > > > > +/* SPDX-License-Identifier: GPL-2.0 */ > > > > >

Re: [PATCH 9/9] um: Add initial SMP support

2025-07-29 Thread Tiwei Bie
On Mon, 28 Jul 2025 18:27:53 +0200, Johannes Berg wrote: > On Tue, 2025-07-29 at 00:04 +0800, Tiwei Bie wrote: > > > > +++ b/arch/um/include/asm/spinlock.h > > > > @@ -0,0 +1,8 @@ > > > > +/* SPDX-License-Identifier: GPL-2.0 */ > > > > +#ifndef __ASM_UM_SPINLOCK_H > > > > +#define __ASM_UM_SPINLOCK

[GIT PULL] uml 6.17-rc1

2025-07-29 Thread Johannes Berg
Hi Linus, There's really not much for UML for 6.17-rc1, mostly cleanups and two small new features as noted in the tag message below. We're still discussing how best to do NOMMU and SMP (currently have a partial patchset, only kernel-space is really doing SMP) but neither is ready yet. Please pu