Re: [PATCH] arm: Add support for ZSTD compressed kernel

2020-08-06 Thread Norbert Lange
Am Do., 6. Aug. 2020 um 02:30 Uhr schrieb Russell King - ARM Linux admin : > > On Thu, Aug 06, 2020 at 01:05:55AM +0200, Norbert Lange wrote: > > diff --git a/arch/arm/boot/compressed/head.S > > b/arch/arm/boot/compressed/head.S > > index 434a16982e34..1af01bfe6638 100644

[PATCH] arm: Add support for ZSTD compressed kernel

2020-08-05 Thread Norbert Lange
for other compressors. The patch is so far only tested with Qemu, and some 64MB size limit exists (might be Qemu specific), but this seems not caused by this patch (upstream 5.8 and GZIP exhibits similar problems). Signed-off-by: Norbert Lange --- arch/arm/Kconfig | 1 + arch/arm

Re: [PATCH v6 4/8] init: add support for zstd compressed kernel

2020-07-07 Thread Norbert Lange
Am Di., 7. Juli 2020 um 17:32 Uhr schrieb Nick Terrell : > > > > > On Jul 7, 2020, at 3:19 AM, Norbert Lange wrote: > > > > Thanks for the respin. > > > > Am Di., 7. Juli 2020 um 05:51 Uhr schrieb Nick Terrell > > : > >> > >&g

Re: [PATCH v6 4/8] init: add support for zstd compressed kernel

2020-07-07 Thread Norbert Lange
Thanks for the respin. Am Di., 7. Juli 2020 um 05:51 Uhr schrieb Nick Terrell : > > From: Nick Terrell > > * Adds the zstd cmd to scripts/Makefile.lib > * Adds the HAVE_KERNEL_ZSTD and KERNEL_ZSTD options > > Architecture specific support is still needed for decompression. > > Reviewed-by: Kees

Re: Kernel compression benchmarks

2020-07-03 Thread Norbert Lange
Am Fr., 3. Juli 2020 um 18:06 Uhr schrieb Kees Cook : > > On Fri, Jul 03, 2020 at 10:15:20AM +0200, Sedat Dilek wrote: > > On Thu, Jul 2, 2020 at 5:18 PM Kees Cook wrote: > > > > > > On Wed, Jul 01, 2020 at 10:35:48AM -0400, Alex Xu (Hello71) wrote: > > > > ZSTD compression patches have been sent

Re: [GIT PULL][PATCH v5 0/8] Add support for ZSTD-compressed kernel and initramfs

2020-06-01 Thread Norbert Lange
The series seems to be stuck in limbo, and I got the hint to bring this to Andrew's attention [1]. Hope this will finally end in upstream, been using these patches for ~2 years. Regards, Norbert [1] - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955469

Re: [RFC] Provide in-kernel headers for making it easy to extend the kernel

2019-01-26 Thread Norbert Lange
I have a similar problem, which is caused by an attempt to separate the kernel installation from the rootfs. updates of the kernel should not affect the (read-only) rootfs or initramfs. For technical reasons I am unable to built all modules static. - have multiple kernels #K and rootfs

Re: RK3288 USB Issues

2016-09-25 Thread Norbert Lange
>; clocks = < SCLK_OTGPHY1>; clock-names = "phyclk"; #clock-cells = <0>; resets = < SRST_USBHOST1_PHY>; reset-names = "phy-reset"; }; 2016-09-25 6:02 GMT+02:00 ayaka <ay...@soulik.info>: > > > On 09/25/2016 04:10 AM, Norbert Lange wrote: >&

Re: RK3288 USB Issues

2016-09-25 Thread Norbert Lange
>; clocks = < SCLK_OTGPHY1>; clock-names = "phyclk"; #clock-cells = <0>; resets = < SRST_USBHOST1_PHY>; reset-names = "phy-reset"; }; 2016-09-25 6:02 GMT+02:00 ayaka : > > > On 09/25/2016 04:10 AM, Norbert Lange wrote: >> >> Hello, >>

Re: RK3288 USB Issues

2016-09-24 Thread Norbert Lange
n 09/23/2016 03:10 PM, Norbert Lange wrote: >> >> Hi, >> >> I wanted to reply to the Linux mailing List (your patch thread), I >> dont know exactly where since the addresses are blanked out. >> Just tell me where I should move this discussion. >> >>

Re: RK3288 USB Issues

2016-09-24 Thread Norbert Lange
ied -> gonna try a clean kernel with just your patches (hopefully will find time on sunday) *) Maybe some different kernel config options -> mine are multi_v7_defconfig with a few modules added Kind regards, Norbert 2016-09-24 20:53 GMT+02:00 ayaka : > > On 09/23/2016 03:10 PM, Norb