On 07/09/14 18:26, Christoph Lameter wrote: > On Wed, 9 Jul 2014, Andrey Ryabinin wrote: > >> + >> +Markers of unaccessible bytes could be found in mm/kasan/kasan.h header: >> + >> +#define KASAN_FREE_PAGE 0xFF /* page was freed */ >> +#define KASAN_PAGE_REDZONE 0xFE /* redzone for kmalloc_large >> allocations */ >> +#define KASAN_SLAB_REDZONE 0xFD /* Slab page redzone, does not belong >> to any slub object */ > > We call these zones "PADDING". Redzones are associated with an object. > Padding is there because bytes are left over, unusable or necessary for > alignment. > Goop point. I will change the name to make it less confusing. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- [RFC/PATCH RESEND -next 07/21] x86: Kconfig: enable kern... Andrey Ryabinin
- [RFC/PATCH RESEND -next 11/21] mm: slub: share slab_err ... Andrey Ryabinin
- Re: [RFC/PATCH RESEND -next 11/21] mm: slub: share ... Christoph Lameter
- Re: [RFC/PATCH RESEND -next 11/21] mm: slub: sh... Andrey Ryabinin
- Re: [RFC/PATCH RESEND -next 11/21] mm: slub... Christoph Lameter
- [RFC/PATCH RESEND -next 05/21] x86: cpu: don't sanitize ... Andrey Ryabinin
- Re: [RFC/PATCH RESEND -next 05/21] x86: cpu: don't ... Andi Kleen
- Re: [RFC/PATCH RESEND -next 05/21] x86: cpu: do... Andrey Ryabinin
- [RFC/PATCH RESEND -next 01/21] Add kernel address saniti... Andrey Ryabinin
- Re: [RFC/PATCH RESEND -next 01/21] Add kernel addre... Christoph Lameter
- Re: [RFC/PATCH RESEND -next 01/21] Add kernel a... Andrey Ryabinin
- Re: [RFC/PATCH RESEND -next 01/21] Add kernel addre... Andi Kleen
- Re: [RFC/PATCH RESEND -next 01/21] Add kernel a... Yuri Gribov
- Re: [RFC/PATCH RESEND -next 01/21] Add kernel a... Andrey Ryabinin
- Re: [RFC/PATCH RESEND -next 01/21] Add kernel addre... Dave Hansen
- Re: [RFC/PATCH RESEND -next 01/21] Add kernel a... Andrey Ryabinin
- Re: [RFC/PATCH RESEND -next 01/21] Add kern... Dave Hansen
- Re: [RFC/PATCH RESEND -next 01/21] Add ... Andrey Ryabinin
- Re: [RFC/PATCH RESEND -next 01/21]... Dave Hansen
- Re: [RFC/PATCH RESEND -next 01/21] Add kernel addre... Dave Hansen
- Re: [RFC/PATCH RESEND -next 01/21] Add kernel addre... Dave Hansen