Re: [PATCH] Implemented almost-in-place kernel decompression

2018-09-05 Thread Nadav Har'El
On Thu, Aug 23, 2018 at 2:24 PM, Waldemar Kozaczuk wrote: > This patch implements almost-in-decompression of kernel as > described by #985 with caveat that the segments are decompressed > starting with last one. More detailed explanation of how > this new decompression strategy works can be

Re: [PATCH V2] Revive multiboot mode

2018-09-05 Thread Waldek Kozaczuk
On Tue, Sep 4, 2018 at 2:36 AM Nadav Har'El wrote: > Hi, thanks, I committed this, but also have some questions below. > > > On Fri, Aug 31, 2018 at 8:34 PM, Waldemar Kozaczuk > wrote: > >> This patch revives old boot32/loader.bin mode which >> apparently was used to boot OSv in multiboot mode

Re: [PATCH V2] Revive multiboot mode

2018-09-05 Thread Nadav Har'El
On Wed, Sep 5, 2018 at 6:43 PM, Waldek Kozaczuk wrote: > > > On Tue, Sep 4, 2018 at 2:36 AM Nadav Har'El wrote: > > -all: $(out)/loader.img links >>> +all: $(out)/loader.img links $(out)/loader.bin >>> >> >> This is not a huge issue, but now every "make" will make yet another copy >> (or even

Re: [PATCH] Implemented almost-in-place kernel decompression

2018-09-05 Thread Waldek Kozaczuk
On Wed, Sep 5, 2018 at 9:38 AM Nadav Har'El wrote: > > On Thu, Aug 23, 2018 at 2:24 PM, Waldemar Kozaczuk > wrote: > >> This patch implements almost-in-decompression of kernel as >> described by #985 with caveat that the segments are decompressed >> starting with last one. More detailed

Re: [PATCH 2/2] tomcat: reorganise patches

2018-09-05 Thread Nadav Har'El
On Wed, Sep 5, 2018 at 6:15 AM, geraldo netto wrote: > reorganise patches to make it easier to change in the future > I didn't understand the purpose of this patch. It seems you moved some of the patches out of the "perf" subdirectories (I don't know why they were there, but at least all the

[PATCH] Changed syscall stack implementation to use mmap

2018-09-05 Thread Waldemar Kozaczuk
This patch changes syscall stack implementation to use mmap/munmap/mprotect combination instead of malloc/free for large syscall stack. This makes it possible to add guard page to detect stack overflow scenarios. Lastly new implementation also detects if tiny stack is not overflows when executing

[COMMIT osv-apps master] improve url parsing for openjdk8-zulu-full

2018-09-05 Thread Commit Bot
From: geraldo netto Committer: Nadav Har'El Branch: master improve url parsing for openjdk8-zulu-full for some reason the parsing of openjdk8 (zulu full) was broken so, based on [1] we first extract all elements and then we extract the latest version available [1]