From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f194.google.com ([209.85.223.194]:36136 "EHLO mail-io0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750764AbcHQPOy (ORCPT ); Wed, 17 Aug 2016 11:14:54 -0400 MIME-Version: 1.0 In-Reply-To: References: From: Geert Uytterhoeven Date: Wed, 17 Aug 2016 17:14:53 +0200 Message-ID: Subject: Re: usercopy: kernel memory exposure attempt detected To: Kees Cook Cc: Al Viro , Linux MM , "open list:NFS, SUNRPC, AND..." , "linux-kernel@vger.kernel.org" , Rik van Riel Content-Type: text/plain; charset=UTF-8 Sender: linux-nfs-owner@vger.kernel.org List-ID: Hi Kees, On Wed, Aug 17, 2016 at 4:52 PM, Kees Cook wrote: > On Wed, Aug 17, 2016 at 5:13 AM, Geert Uytterhoeven > wrote: >> Saw this when using NFS root on r8a7791/koelsch, using a tree based on >> renesas-drivers-2016-08-16-v4.8-rc2: >> >> usercopy: kernel memory exposure attempt detected from c01ff000 >> () (4096 bytes) > > Hmmm, the kernel text exposure on ARM usually means the hardened > usercopy patchset was applied to an ARM tree without the _etext patch: > http://git.kernel.org/linus/14c4a533e0996f95a0a64dfd0b6252d788cebc74 > > If you _do_ have this patch already (and based on the comment below, I > suspect you do: usually the missing _etext makes the system entirely > unbootable), then we need to dig further. Yes, I do have that patch. >> Despite the BUG(), the system continues working. > > I assume exim4 got killed, though? Possibly. I don't really use email on the development boards. Just a debootstrapped Debian NFS root. > If you can figure out what bytes are present at c01ff000, that may > give us a clue. I've added a print_hex_dump(), so we'll find out when it happens again... Thanks! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds