Re: [cooker] Kernel modules are now compressed with Zstandard

2020-03-25 Thread Gabriel C
Am Mi., 25. März 2020 um 20:24 Uhr schrieb Angry Penguin : > Question: is this possible to adapt in kernel-release (gcc flavor)? It is always possible, but that was not even meant to go to -clang kernel right now. After some testing in -clang one, we can have it in normal gcc one too. Btw can

Re: [cooker] Kernel modules are now compressed with Zstandard

2020-03-25 Thread Angry Penguin
Question: is this possible to adapt in kernel-release (gcc flavor)? śr., 25 mar 2020 o 11:50 Tomasz Gajc napisał(a): > > > śr., 25 mar 2020 o 10:54 Gabriel C napisał(a): > >> >> >> Don't forget to make that kernel pull in kmod-27-3 , otherwise, people >> may get a broken boot. >> >> > Things

Re: [cooker] Kernel modules are now compressed with Zstandard

2020-03-25 Thread Tomasz Gajc
śr., 25 mar 2020 o 10:54 Gabriel C napisał(a): > > > Don't forget to make that kernel pull in kmod-27-3 , otherwise, people > may get a broken boot. > > Things are secured, and versioned requires are set on kmod and dracut

Re: [cooker] Kernel modules are now compressed with Zstandard

2020-03-25 Thread Gabriel C
Am Mi., 25. März 2020 um 08:49 Uhr schrieb Tomasz Gajc : > > Hi, > > Thanks to "crazy" our kmod now supports Zstd compressed kernel modules. > This means kernel-release-clang modules are no more compressed with xz in > favour of zstd. Switching to that compression gives benefits of faster boot. >