Re: [RFC PATCH v2 00/13] nommu UML

2024-11-22 Thread David Gow
On Mon, 11 Nov 2024 at 14:27, Hajime Tazaki wrote: > > This is a series of patches of nommu arch addition to UML. It would > be nice to ask comments/opinions on this. > > There are still several limitations/issues which we already found; > here is the list of those issues. > > - prompt configured

Re: [PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang

2024-11-22 Thread Nathan Chancellor
Hi Jinghao, On Thu, Nov 21, 2024 at 11:05:14PM -0600, Jinghao Jia wrote: > Wentao and I were looking into this issue in the past weeks. The high level > conclusion is that it seems to be some problem with lld and I will go over the > detail here. Thanks a lot for looking into this! > On 10/3/24

Re: [PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang

2024-11-22 Thread Nathan Chancellor
On Fri, Nov 22, 2024 at 01:27:03PM +0100, Peter Zijlstra wrote: > On Thu, Oct 03, 2024 at 04:29:38PM -0700, Nathan Chancellor wrote: > > > $ /usr/bin/time -v make -skj"$(nproc)" ARCH=x86_64 LLVM=1 mrproper > > {def,amd_mem_encrypt.,fortify_source.,llvm_cov.}config bzImage > > ... > > vmlinux.o: w

Re: [EXTERNAL] Re: [PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang

2024-11-22 Thread Wolber (US), Chuck
> > On Thu, Oct 03, 2024 at 04:29:38PM -0700, Nathan Chancellor wrote: > > > > $ /usr/bin/time -v make -skj"$(nproc)" ARCH=x86_64 LLVM=1 mrproper > > {def,amd_mem_encrypt.,fortify_source.,llvm_cov.}config bzImage > > ... > > vmlinux.o: warning: objtool: __sev_es_nmi_complete+0x6e: call to > > kas

Re: [RFC PATCH v2 00/13] nommu UML

2024-11-22 Thread Lorenzo Stoakes
On Fri, Nov 22, 2024 at 12:49:45PM +, Damien Le Moal wrote: > On 11/22/24 21:38, Christoph Hellwig wrote: > > On Fri, Nov 22, 2024 at 12:25:19PM +, Lorenzo Stoakes wrote: > >> It's an ongoing maintenance burden, discussions about seeing whether it's > >> feasible to remove it have been had

Re: [RFC PATCH v2 00/13] nommu UML

2024-11-22 Thread Damien Le Moal
On 11/22/24 21:38, Christoph Hellwig wrote: > On Fri, Nov 22, 2024 at 12:25:19PM +, Lorenzo Stoakes wrote: >> It's an ongoing maintenance burden, discussions about seeing whether it's >> feasible to remove it have been had in multiple places. >> >> I have personally run into issues having to ac

Re: [RFC PATCH v2 00/13] nommu UML

2024-11-22 Thread Christoph Hellwig
On Fri, Nov 22, 2024 at 12:25:19PM +, Lorenzo Stoakes wrote: > It's an ongoing maintenance burden, discussions about seeing whether it's > feasible to remove it have been had in multiple places. > > I have personally run into issues having to accommodate it on numerous > occasions, as have man

Re: [PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang

2024-11-22 Thread Peter Zijlstra
On Thu, Oct 03, 2024 at 04:29:38PM -0700, Nathan Chancellor wrote: > $ /usr/bin/time -v make -skj"$(nproc)" ARCH=x86_64 LLVM=1 mrproper > {def,amd_mem_encrypt.,fortify_source.,llvm_cov.}config bzImage > ... > vmlinux.o: warning: objtool: __sev_es_nmi_complete+0x6e: call to > kasan_check_write()

Re: [RFC PATCH v2 00/13] nommu UML

2024-11-22 Thread Lorenzo Stoakes
On Fri, Nov 22, 2024 at 01:18:26PM +0100, Christoph Hellwig wrote: > Maybe I'm missing something, but where does this discussion about > killing nommu even come from? Nommu is a long standing and reasonable > well maintained part of the kernel, why would anyone want to kill it > for no good reason

Re: [RFC PATCH v2 00/13] nommu UML

2024-11-22 Thread Christoph Hellwig
Maybe I'm missing something, but where does this discussion about killing nommu even come from? Nommu is a long standing and reasonable well maintained part of the kernel, why would anyone want to kill it for no good reason? I know quite a lot of products shipping it. Btw, nommu UML certainly so

Re: [RFC PATCH v2 00/13] nommu UML

2024-11-22 Thread Lorenzo Stoakes
On Fri, Nov 22, 2024 at 10:53:18AM +0100, Johannes Berg wrote: > On Fri, 2024-11-22 at 09:33 +, Lorenzo Stoakes wrote: > > > > In general, while I appreciate your work and don't mean to be negative, we > > in mm consistently have problems with nommu as it is a rarely-tested > > more-or-less hac

Re: [RFC PATCH v2 00/13] nommu UML

2024-11-22 Thread Johannes Berg
On Fri, 2024-11-22 at 09:33 +, Lorenzo Stoakes wrote: > > In general, while I appreciate your work and don't mean to be negative, we > in mm consistently have problems with nommu as it is a rarely-tested > more-or-less hack used for very few very old architectures and a constant > source of pr

Re: [RFC PATCH v2 00/13] nommu UML

2024-11-22 Thread Lorenzo Stoakes
+ VMA people, mm list On Mon, Nov 11, 2024 at 03:27:00PM +0900, Hajime Tazaki wrote: > This is a series of patches of nommu arch addition to UML. It would > be nice to ask comments/opinions on this. In general, while I appreciate your work and don't mean to be negative, we in mm consistently hav