Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754584AbbK3VPV (ORCPT ); Mon, 30 Nov 2015 16:15:21 -0500 Received: from terminus.zytor.com ([198.137.202.10]:59834 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751483AbbK3VPS (ORCPT ); Mon, 30 Nov 2015 16:15:18 -0500 Subject: Re: [kernel-hardening] [PATCH 0/2] introduce post-init read-only memory To: Ingo Molnar , Andy Lutomirski References: <1448401114-24650-1-git-send-email-keescook@chromium.org> <565595F5.32536.DB9FE75@pageexec.freemail.hu> <20151126085425.GA29848@gmail.com> <20151127075959.GA24991@gmail.com> <20151129080505.GA23721@gmail.com> Cc: Kees Cook , Linus Torvalds , PaX Team , "kernel-hardening@lists.openwall.com" , Mathias Krause , "linux-kernel@vger.kernel.org" , Ingo Molnar , Thomas Gleixner , x86-ml , Arnd Bergmann , Michael Ellerman , linux-arch , Emese Revfy From: "H. Peter Anvin" Message-ID: <565CBC37.9090106@zytor.com> Date: Mon, 30 Nov 2015 13:14:31 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151129080505.GA23721@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1448 Lines: 36 On 11/29/15 00:05, Ingo Molnar wrote: > > * Andy Lutomirski wrote: > >>>> - print a warning and a backtrace, and just mark the page read-write >>>> so that the machine survives, but we get notified and can fix whatever >>>> broken code >>> >>> This seems very easy to add. Should I basically reverse the effects of >>> mark_rodata_ro(), or should I only make the new ro-after-init section as RW? >>> (I think the former would be easier.) >> >> I'd suggest verifying that the page in question is .data..ro_after_init and, if >> so, marking that one page RW. > > Yes, this was PaX's suggestion as well, and I agree: doing that turns a quite > possibly unrecoverable boot/shutdown time or suspend/resume time (suspend is > really a special category of 'bootup') crasher oops into a more informative stack > dump. > > These ro related faults tend to trigger when init/deinit is running, and oopsing > in those sequences is typically a lot less survivable than say oopsing in a high > level system call while not holding locks. > I think what should do is have a debug option which can be set to "rw", "log" or "oops"; the latter should probably be the default. -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/