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

2018-09-29 Thread Waldek Kozaczuk
On Wednesday, September 26, 2018 at 8:21:44 AM UTC-4, Nadav Har'El wrote: > > Thanks. Looks good to me - I only have a few minor comment and whitespace > comments below. > You have my blessing to commit the next version yourself :-) > > > On Sun, Sep 9, 2018 at 8:06 AM Waldemar Kozaczuk >

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

2018-09-26 Thread Nadav Har'El
Thanks. Looks good to me - I only have a few minor comment and whitespace comments below. You have my blessing to commit the next version yourself :-) On Sun, Sep 9, 2018 at 8:06 AM Waldemar Kozaczuk wrote: > This patch implements almost-in-decompression of kernel as > described by #985 with

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

2018-09-20 Thread Waldek Kozaczuk
Ping -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to osv-dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.

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

2018-09-16 Thread Waldek Kozaczuk
Bump. On Sunday, September 9, 2018 at 1:06:46 AM UTC-4, Waldek Kozaczuk wrote: > > This patch implements almost-in-decompression of kernel as > described by #985 with caveat that the segments are decompressed > starting with the last one. More detailed explanation of how > this new

[PATCH V2] Implemented almost-in-place kernel decompression

2018-09-08 Thread Waldemar Kozaczuk
This patch implements almost-in-decompression of kernel as described by #985 with caveat that the segments are decompressed starting with the last one. More detailed explanation of how this new decompression strategy works can be found in extensive comments added to fastlz source code. This new