Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1212169

Re: [PATCH v2 5/5] arm64: add KASan support

From Russell King - ARM Linux <linux@arm.linux.org.uk>
Newsgroups linux.kernel
Subject Re: [PATCH v2 5/5] arm64: add KASan support
Date 2015-08-24 15:20 +0200
Message-ID <q0ZPl-kn-31@gated-at.bofh.it> (permalink)
References (4 earlier) <pAVxD-8vT-1@gated-at.bofh.it> <pCtdT-5cm-5@gated-at.bofh.it> <pOD7Q-5JB-15@gated-at.bofh.it> <pOGIq-2tt-15@gated-at.bofh.it> <pONgS-3qn-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, Jul 21, 2015 at 11:27:56PM +0200, Linus Walleij wrote:
> On Tue, Jul 21, 2015 at 4:27 PM, Andrey Ryabinin <a.ryabinin@samsung.com> wrote:
> 
> > I used vexpress. Anyway, it doesn't matter now, since I have an update
> > with a lot of stuff fixed, and it works on hardware.
> > I still need to do some work on it and tomorrow, probably, I will share.
> 
> Ah awesome. I have a stash of ARM boards so I can test it on a
> range of hardware once you feel it's ready.
> 
> Sorry for pulling stuff out of your hands, people are excited about
> KASan ARM32 as it turns out.

People may be excited about it because it's a new feature, but we really
need to consider whether gobbling up 512MB of userspace for it is a good
idea or not.  There are programs around which like to map large amounts
of memory into their process space, and the more we steal from them, the
more likely these programs are to fail.

The other thing which I'm not happy about is having a 16K allocation per
thread - the 16K allocation for the PGD is already prone to invoking the
OOM killer after memory fragmentation has set in, we don't need another
16K allocation.  We're going from one 16K allocation per process to that
_and_ one 16K allocation per thread.

-- 
FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up
according to speedtest.net.
--
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/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [PATCH v2 5/5] arm64: add KASan support Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-08-24 15:20 +0200
  Re: [PATCH v2 5/5] arm64: add KASan support Linus Walleij <linus.walleij@linaro.org> - 2015-08-24 15:50 +0200
    Re: [PATCH v2 5/5] arm64: add KASan support Andrey Ryabinin <ryabinin.a.a@gmail.com> - 2015-08-24 16:20 +0200
      Re: [PATCH v2 5/5] arm64: add KASan support Vladimir Murzin <vladimir.murzin@arm.com> - 2015-08-24 17:50 +0200
        Re: [PATCH v2 5/5] arm64: add KASan support Andrey Ryabinin <ryabinin.a.a@gmail.com> - 2015-08-24 18:10 +0200
          Re: [PATCH v2 5/5] arm64: add KASan support Vladimir Murzin <vladimir.murzin@arm.com> - 2015-08-24 18:20 +0200
            Re: [PATCH v2 5/5] arm64: add KASan support Andrey Ryabinin <ryabinin.a.a@gmail.com> - 2015-08-24 18:20 +0200
      Re: [PATCH v2 5/5] arm64: add KASan support Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-08-24 19:50 +0200
        Re: [PATCH v2 5/5] arm64: add KASan support Will Deacon <will.deacon@arm.com> - 2015-08-25 11:20 +0200

csiph-web