From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Wed, 6 Sep 2017 13:08:05 -0700 Subject: [PATCH v2 00/29] implement KASLR for ARM In-Reply-To: References: <20170906162222.GI5024@atomide.com> <20170906163100.GJ5024@atomide.com> <20170906171253.GK5024@atomide.com> <20170906175308.GL5024@atomide.com> <20170906182247.GM5024@atomide.com> Message-ID: <20170906200805.GN5024@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Ard Biesheuvel [170906 11:25]: > Did you capture the image_size and pa_start/pa_end as well? Sorry I guess that was an incomplete copy & paste, but here's another one: regions.image_size:00e08000 regions.pa_start:80000000 regions.pa_end:871f8000 regions.zimage_start:81000000 regions.zimage_size:004379e8 regions.dtb_start:86feb000 regions.dtb_size:00012000 regions.initrd_start:00000000 regions.initrd_size:00000000 count:00000028 num:00000025 *kaslr_offset:05e00000 Uncompressing Linux... done, booting the kernel. Warning: Neither atags nor dtb found > In any case, this is the exact same offset that failed before, so the > rounding of pa_start wasn't the problem. OK Regards, Tony