|
Message-Id: <20170522013233.21780-1-dja@axtens.net> Date: Mon, 22 May 2017 11:32:31 +1000 From: Daniel Axtens <dja@...ens.net> To: kernel-hardening@...ts.openwall.com, linuxppc-dev@...ts.ozlabs.org Cc: Daniel Axtens <dja@...ens.net> Subject: [PATCH 0/2] powerpc: fortify support This series provides arch-specific support for Daniel Micay's fortified string functions on powerpc. Fortified string functions provied some compile and run time bounds checking on commonly used string functions. It's cool - currently it picks up a lot of random things so it will require some more work across the tree, but hopefully it will eventually hit mainline. These patches make powerpc ready for when it does. They've been tested on pseries. I think patch 1 should probably go through Kees to line up with the fortify patch itself, but patch 2 can apply to powerpc as is. But up to you, mpe. Regards, Daniel Daniel Axtens (2): powerpc: Don't fortify prom_init powerpc: Make feature-fixup tests fortify-safe arch/powerpc/kernel/prom_init.c | 3 + arch/powerpc/lib/feature-fixups.c | 180 +++++++++++++++++++------------------- 2 files changed, 93 insertions(+), 90 deletions(-) -- 2.11.0
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.