Re: [PATCH v6 0/6] KASAN for arm64

2015-10-09 Thread Andrey Ryabinin
2015-10-09 15:42 GMT+03:00 Mark Rutland : > On Fri, Oct 09, 2015 at 01:18:09PM +0300, Andrey Ryabinin wrote: >> 2015-10-09 12:48 GMT+03:00 Mark Rutland : >> > On Fri, Oct 09, 2015 at 12:32:18PM +0300, Andrey Ryabinin wrote: >> > [...] >> > >> >> I thought the EFI stub isolation patches create a

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-09 Thread Mark Rutland
On Fri, Oct 09, 2015 at 01:18:09PM +0300, Andrey Ryabinin wrote: > 2015-10-09 12:48 GMT+03:00 Mark Rutland : > > On Fri, Oct 09, 2015 at 12:32:18PM +0300, Andrey Ryabinin wrote: > > [...] > > > >> I thought the EFI stub isolation patches create a copy of mem*() functions > >> in the stub, > >>

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-09 Thread Andrey Ryabinin
2015-10-09 12:48 GMT+03:00 Mark Rutland : > On Fri, Oct 09, 2015 at 12:32:18PM +0300, Andrey Ryabinin wrote: > [...] > >> I thought the EFI stub isolation patches create a copy of mem*() functions >> in the stub, >> but they are just create aliases with __efistub_ prefix. >> >> We only need to

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-09 Thread Mark Rutland
On Fri, Oct 09, 2015 at 12:32:18PM +0300, Andrey Ryabinin wrote: [...] > I thought the EFI stub isolation patches create a copy of mem*() functions in > the stub, > but they are just create aliases with __efistub_ prefix. > > We only need to create some more aliases for KASAN. > The following

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-09 Thread Andrey Ryabinin
On 10/08/2015 07:07 PM, Andrey Ryabinin wrote: > 2015-10-08 18:11 GMT+03:00 Catalin Marinas : >> On Thu, Oct 08, 2015 at 02:09:26PM +0200, Ard Biesheuvel wrote: >>> On 8 October 2015 at 13:23, Andrey Ryabinin wrote: On 10/08/2015 02:11 PM, Mark Rutland wrote: > On Thu, Oct 08, 2015 at

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-09 Thread Andrey Ryabinin
On 10/08/2015 07:07 PM, Andrey Ryabinin wrote: > 2015-10-08 18:11 GMT+03:00 Catalin Marinas : >> On Thu, Oct 08, 2015 at 02:09:26PM +0200, Ard Biesheuvel wrote: >>> On 8 October 2015 at 13:23, Andrey Ryabinin wrote: On 10/08/2015 02:11 PM,

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-09 Thread Mark Rutland
On Fri, Oct 09, 2015 at 12:32:18PM +0300, Andrey Ryabinin wrote: [...] > I thought the EFI stub isolation patches create a copy of mem*() functions in > the stub, > but they are just create aliases with __efistub_ prefix. > > We only need to create some more aliases for KASAN. > The following

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-09 Thread Andrey Ryabinin
2015-10-09 12:48 GMT+03:00 Mark Rutland : > On Fri, Oct 09, 2015 at 12:32:18PM +0300, Andrey Ryabinin wrote: > [...] > >> I thought the EFI stub isolation patches create a copy of mem*() functions >> in the stub, >> but they are just create aliases with __efistub_ prefix. >>

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-09 Thread Mark Rutland
On Fri, Oct 09, 2015 at 01:18:09PM +0300, Andrey Ryabinin wrote: > 2015-10-09 12:48 GMT+03:00 Mark Rutland : > > On Fri, Oct 09, 2015 at 12:32:18PM +0300, Andrey Ryabinin wrote: > > [...] > > > >> I thought the EFI stub isolation patches create a copy of mem*() functions >

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-09 Thread Andrey Ryabinin
2015-10-09 15:42 GMT+03:00 Mark Rutland : > On Fri, Oct 09, 2015 at 01:18:09PM +0300, Andrey Ryabinin wrote: >> 2015-10-09 12:48 GMT+03:00 Mark Rutland : >> > On Fri, Oct 09, 2015 at 12:32:18PM +0300, Andrey Ryabinin wrote: >> > [...] >> > >> >> I

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-08 Thread Andrey Ryabinin
2015-10-08 18:11 GMT+03:00 Catalin Marinas : > On Thu, Oct 08, 2015 at 02:09:26PM +0200, Ard Biesheuvel wrote: >> On 8 October 2015 at 13:23, Andrey Ryabinin wrote: >> > On 10/08/2015 02:11 PM, Mark Rutland wrote: >> >> On Thu, Oct 08, 2015 at 01:36:09PM +0300, Andrey Ryabinin wrote: >> >>>

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-08 Thread Ard Biesheuvel
(+ Matt) On 8 October 2015 at 17:11, Catalin Marinas wrote: > On Thu, Oct 08, 2015 at 02:09:26PM +0200, Ard Biesheuvel wrote: >> On 8 October 2015 at 13:23, Andrey Ryabinin wrote: >> > On 10/08/2015 02:11 PM, Mark Rutland wrote: >> >> On Thu, Oct 08, 2015 at 01:36:09PM +0300, Andrey Ryabinin

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-08 Thread Catalin Marinas
On Thu, Oct 08, 2015 at 02:09:26PM +0200, Ard Biesheuvel wrote: > On 8 October 2015 at 13:23, Andrey Ryabinin wrote: > > On 10/08/2015 02:11 PM, Mark Rutland wrote: > >> On Thu, Oct 08, 2015 at 01:36:09PM +0300, Andrey Ryabinin wrote: > >>> 2015-10-07 13:04 GMT+03:00 Catalin Marinas : > On

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-08 Thread Ard Biesheuvel
On 8 October 2015 at 13:23, Andrey Ryabinin wrote: > On 10/08/2015 02:11 PM, Mark Rutland wrote: >> On Thu, Oct 08, 2015 at 01:36:09PM +0300, Andrey Ryabinin wrote: >>> 2015-10-07 13:04 GMT+03:00 Catalin Marinas : On Thu, Sep 17, 2015 at 12:38:06PM +0300, Andrey Ryabinin wrote: > As

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-08 Thread Andrey Ryabinin
On 10/08/2015 02:11 PM, Mark Rutland wrote: > On Thu, Oct 08, 2015 at 01:36:09PM +0300, Andrey Ryabinin wrote: >> 2015-10-07 13:04 GMT+03:00 Catalin Marinas : >>> On Thu, Sep 17, 2015 at 12:38:06PM +0300, Andrey Ryabinin wrote: As usual patches available in git

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-08 Thread Mark Rutland
On Thu, Oct 08, 2015 at 01:36:09PM +0300, Andrey Ryabinin wrote: > 2015-10-07 13:04 GMT+03:00 Catalin Marinas : > > On Thu, Sep 17, 2015 at 12:38:06PM +0300, Andrey Ryabinin wrote: > >> As usual patches available in git > >> git://github.com/aryabinin/linux.git kasan/arm64v6 > >> > >>

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-08 Thread Mark Rutland
On Thu, Oct 08, 2015 at 01:36:09PM +0300, Andrey Ryabinin wrote: > 2015-10-07 13:04 GMT+03:00 Catalin Marinas : > > On Thu, Sep 17, 2015 at 12:38:06PM +0300, Andrey Ryabinin wrote: > >> As usual patches available in git > >> git://github.com/aryabinin/linux.git kasan/arm64v6 > >> > >>

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-08 Thread Andrey Ryabinin
2015-10-07 13:04 GMT+03:00 Catalin Marinas : > On Thu, Sep 17, 2015 at 12:38:06PM +0300, Andrey Ryabinin wrote: >> As usual patches available in git >> git://github.com/aryabinin/linux.git kasan/arm64v6 >> >> Changes since v5: >> - Rebase on top of 4.3-rc1 >> - Fixed EFI boot. >> -

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-08 Thread Mark Rutland
On Thu, Oct 08, 2015 at 01:36:09PM +0300, Andrey Ryabinin wrote: > 2015-10-07 13:04 GMT+03:00 Catalin Marinas : > > On Thu, Sep 17, 2015 at 12:38:06PM +0300, Andrey Ryabinin wrote: > >> As usual patches available in git > >> git://github.com/aryabinin/linux.git

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-08 Thread Andrey Ryabinin
On 10/08/2015 02:11 PM, Mark Rutland wrote: > On Thu, Oct 08, 2015 at 01:36:09PM +0300, Andrey Ryabinin wrote: >> 2015-10-07 13:04 GMT+03:00 Catalin Marinas : >>> On Thu, Sep 17, 2015 at 12:38:06PM +0300, Andrey Ryabinin wrote: As usual patches available in git

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-08 Thread Ard Biesheuvel
On 8 October 2015 at 13:23, Andrey Ryabinin wrote: > On 10/08/2015 02:11 PM, Mark Rutland wrote: >> On Thu, Oct 08, 2015 at 01:36:09PM +0300, Andrey Ryabinin wrote: >>> 2015-10-07 13:04 GMT+03:00 Catalin Marinas : On Thu, Sep 17, 2015 at

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-08 Thread Andrey Ryabinin
2015-10-07 13:04 GMT+03:00 Catalin Marinas : > On Thu, Sep 17, 2015 at 12:38:06PM +0300, Andrey Ryabinin wrote: >> As usual patches available in git >> git://github.com/aryabinin/linux.git kasan/arm64v6 >> >> Changes since v5: >> - Rebase on top of 4.3-rc1 >> -

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-08 Thread Mark Rutland
On Thu, Oct 08, 2015 at 01:36:09PM +0300, Andrey Ryabinin wrote: > 2015-10-07 13:04 GMT+03:00 Catalin Marinas : > > On Thu, Sep 17, 2015 at 12:38:06PM +0300, Andrey Ryabinin wrote: > >> As usual patches available in git > >> git://github.com/aryabinin/linux.git

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-08 Thread Catalin Marinas
On Thu, Oct 08, 2015 at 02:09:26PM +0200, Ard Biesheuvel wrote: > On 8 October 2015 at 13:23, Andrey Ryabinin wrote: > > On 10/08/2015 02:11 PM, Mark Rutland wrote: > >> On Thu, Oct 08, 2015 at 01:36:09PM +0300, Andrey Ryabinin wrote: > >>> 2015-10-07 13:04 GMT+03:00

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-08 Thread Ard Biesheuvel
(+ Matt) On 8 October 2015 at 17:11, Catalin Marinas wrote: > On Thu, Oct 08, 2015 at 02:09:26PM +0200, Ard Biesheuvel wrote: >> On 8 October 2015 at 13:23, Andrey Ryabinin wrote: >> > On 10/08/2015 02:11 PM, Mark Rutland wrote: >> >> On Thu, Oct

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-08 Thread Andrey Ryabinin
2015-10-08 18:11 GMT+03:00 Catalin Marinas : > On Thu, Oct 08, 2015 at 02:09:26PM +0200, Ard Biesheuvel wrote: >> On 8 October 2015 at 13:23, Andrey Ryabinin wrote: >> > On 10/08/2015 02:11 PM, Mark Rutland wrote: >> >> On Thu, Oct 08, 2015 at

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-07 Thread Catalin Marinas
On Thu, Sep 17, 2015 at 12:38:06PM +0300, Andrey Ryabinin wrote: > As usual patches available in git > git://github.com/aryabinin/linux.git kasan/arm64v6 > > Changes since v5: > - Rebase on top of 4.3-rc1 > - Fixed EFI boot. > - Updated Doc/features/KASAN. I tried to merge these patches

Re: [PATCH v6 0/6] KASAN for arm64

2015-10-07 Thread Catalin Marinas
On Thu, Sep 17, 2015 at 12:38:06PM +0300, Andrey Ryabinin wrote: > As usual patches available in git > git://github.com/aryabinin/linux.git kasan/arm64v6 > > Changes since v5: > - Rebase on top of 4.3-rc1 > - Fixed EFI boot. > - Updated Doc/features/KASAN. I tried to merge these patches