lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <Y7A6sTOSudSxSWLB@zn.tnic> Date: Sat, 31 Dec 2022 14:35:45 +0100 From: Borislav Petkov <bp@...en8.de> To: "Jason A. Donenfeld" <Jason@...c4.com> Cc: "H. Peter Anvin" <hpa@...or.com>, pbonzini@...hat.com, ebiggers@...nel.org, x86@...nel.org, linux-kernel@...r.kernel.org, qemu-devel@...gnu.org, ardb@...nel.org, kraxel@...hat.com, philmd@...aro.org Subject: Re: [PATCH qemu] x86: don't let decompressed kernel image clobber setup_data On Sat, Dec 31, 2022 at 01:54:50PM +0100, Jason A. Donenfeld wrote: > Nothing special... `-kernel bzImage` should be enough to do it. Eric > reported it, and then I was able to repro trivially. Sure you got the > right version? Yeah, qemu executables confusion here - had wrongly something older of the version 7.1... Now made sure I'm actually booting with the latest qemu: QEMU emulator version 7.2.50 (v7.2.0-333-g222059a0fccf) With that the kernel with your config hangs early during boot and the stack trace is below. Seeing how it says trapnr 14, then that looks like something you are seeing. But lemme poke at it more. #0 0xffffffff84738576 in native_halt () at ./arch/x86/include/asm/irqflags.h:57 #1 halt () at ./arch/x86/include/asm/irqflags.h:98 #2 early_fixup_exception (regs=regs@...ry=0xffffffff84007dc8, trapnr=trapnr@...ry=14) at arch/x86/mm/extable.c:340 #3 0xffffffff846ff465 in do_early_exception (regs=0xffffffff84007dc8, trapnr=14) at arch/x86/kernel/head64.c:424 #4 0xffffffff846ff14f in early_idt_handler_common () at arch/x86/kernel/head_64.S:483 #5 0x2404c74100000cd0 in ?? () #6 0xffffffffff20073c in ?? () #7 0x0000000000000010 in fixed_percpu_data () #8 0xdffffc0000000000 in ?? () #9 0xffffffff84007ea8 in init_thread_union () #10 0xffffffffff200cd0 in ?? () #11 0x0000000000000000 in ?? () -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette
Powered by blists - more mailing lists