|
Message-ID: <CA+55aFx5Naq0rt99KZRWMf2GtyDaW1N2dapvdks_LMwaCYR13g@mail.gmail.com> Date: Wed, 6 Apr 2016 11:43:11 -0700 From: Linus Torvalds <torvalds@...ux-foundation.org> To: Kees Cook <keescook@...omium.org> Cc: Emrah Demir <ed@...sec.com>, Dan Rosenberg <dan.j.rosenberg@...il.com>, Dave Jones <davej@...hat.com>, Kernel Hardening <kernel-hardening@...ts.openwall.com>, Linux Kernel Mailing List <linux-kernel@...r.kernel.org> Subject: Re: [PATCH] KERNEL: resource: Fix bug on leakage in /proc/iomem file On Wed, Apr 6, 2016 at 11:37 AM, Kees Cook <keescook@...omium.org> wrote: > > At some point I'd like to see if distros would be interested in > inverting the default logic (maybe with a CONFIG to avoid changing the > current behavior) where instead of needing to put "kaslr" on the > command line to prefer kaslr over hibernation, end users would need to > add "nokaslr" to perfer hibernation for that boot. (Bike shed config > name: CONFIG_RANDOMIZE_BASE_ENABLED.) I suspect there really aren't all that many hibernation users out there at all, and that yes, that would be the right default. Hibernation is really quite nasty when you have to have a fairly big special partition for it, and shrink your memory down. Writing things to disk was a whole lot more reasonable back in the days when laptops had 16MB of memory. I really wonder how many people use it with a modern laptop and distro. I doubt it's much faster than just rebooting the whole system anyway, and there are lots of downsides. Maybe we could even just do the default switch in the kernel independently of any distro people, and see if anybody even _notices_. Linus
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.