pull-request: uml 6.15-rc1

2025-04-04 Thread Johannes Berg
Hi Linus, So I'm filling in for Richard (CC'ed) since he's been busy and I've been mostly working on getting things reviewed and merged this cycle. Nothing super exciting, see the summary in the tag below. Please pull and let us know if there's any problem. Thanks, johannes The following chan

Re: [PATCH] docs: Remove literal markup from Documentation/ paths

2025-04-04 Thread Akira Yokosawa
Hi, Nícolas F. R. A. Prado wrote: > Given that the automarkup Sphinx plugin cross-references > "Documentation/*.rst" strings in the text to the corresponding > documents, surrounding those strings with the literal markup (``) not > only adds unnecessary markup in the source files, but actually pre

Re: [PATCH] um: fix _nofault accesses

2025-04-04 Thread Nathan Chancellor
On Fri, Apr 04, 2025 at 05:05:19PM +0200, Johannes Berg wrote: > From: Johannes Berg > > Nathan reported [1] that when built with clang, the um kernel > crashes pretty much immediately. This turned out to be an issue > with the inline assembly I had added, when clang used %rax/%eax > for both ope

Re: [PATCH 3/3] um: Add VFIO-based virtual PCI driver

2025-04-04 Thread Tiwei Bie
On 2025/3/20 16:50, Johannes Berg wrote: > On Sun, 2025-03-16 at 00:19 +0800, Tiwei Bie wrote: >> Implement a new virtual PCI driver based on the VFIO framework. >> This driver allows users to pass through PCI devices to UML via >> VFIO. Currently, only MSI-X capable devices are supported, and >> i

Re: [PATCH v2 1/4] um: Add pthread-based helper support

2025-04-04 Thread Johannes Berg
On Thu, 2025-03-06 at 23:07 +0800, Tiwei Bie wrote: > Introduce a new set of utility functions that can be used to create > pthread-based helpers. Helper threads created in this way will ensure > thread safety for errno while sharing the same memory space. I'm not sure at the moment exactly what t

Re: [PATCH] docs: Remove literal markup from Documentation/ paths

2025-04-04 Thread Jonathan Cameron
On Fri, 04 Apr 2025 11:37:28 -0400 Nícolas F. R. A. Prado wrote: > Given that the automarkup Sphinx plugin cross-references > "Documentation/*.rst" strings in the text to the corresponding > documents, surrounding those strings with the literal markup (``) not > only adds unnecessary markup in th

[PATCH] um: fix _nofault accesses

2025-04-04 Thread Johannes Berg
From: Johannes Berg Nathan reported [1] that when built with clang, the um kernel crashes pretty much immediately. This turned out to be an issue with the inline assembly I had added, when clang used %rax/%eax for both operands. Reorder it so current->thread.segv_continue is written first, and th

Re: [PATCH] docs: Remove literal markup from Documentation/ paths

2025-04-04 Thread SeongJae Park
On Fri, 04 Apr 2025 11:37:28 -0400 Nícolas F. R. A. Prado wrote: > Given that the automarkup Sphinx plugin cross-references > "Documentation/*.rst" strings in the text to the corresponding > documents, surrounding those strings with the literal markup (``) not > only adds unnecessary markup in t

Re: [PATCH] docs: Remove literal markup from Documentation/ paths

2025-04-04 Thread Jonathan Corbet
Jonathan Cameron writes: > On Fri, 04 Apr 2025 11:37:28 -0400 > Nícolas F. R. A. Prado wrote: > >> Given that the automarkup Sphinx plugin cross-references >> "Documentation/*.rst" strings in the text to the corresponding >> documents, surrounding those strings with the literal markup (``) not >

[PATCH] docs: Remove literal markup from Documentation/ paths

2025-04-04 Thread Nícolas F . R . A . Prado
standard Linux patch guidelines such as cc-ing relevant maintainers and run ``./scripts/checkpatch.pl`` on your patch. -For more details see ``Documentation/process/submitting-patches.rst`` +For more details see Documentation/process/submitting-patches.rst Note - the list does not accept HTM