Message ID | cover.1544099024.git.andreyknvl@google.com (mailing list archive) |
---|---|
Headers | show |
Series | kasan: add software tag-based mode for arm64 | expand |
Hi Andrey, On Thu, Dec 06, 2018 at 01:24:18PM +0100, Andrey Konovalov wrote: > This patchset adds a new software tag-based mode to KASAN [1]. > (Initially this mode was called KHWASAN, but it got renamed, > see the naming rationale at the end of this section). > > The plan is to implement HWASan [2] for the kernel with the incentive, > that it's going to have comparable to KASAN performance, but in the same > time consume much less memory, trading that off for somewhat imprecise > bug detection and being supported only for arm64. For the arm64 parts: Acked-by: Will Deacon <will.deacon@arm.com> I assume that you plan to replace the current patches in -mm with this series? Cheers, Will
On Tue, Dec 11, 2018 at 4:18 PM Will Deacon <will.deacon@arm.com> wrote: > > Hi Andrey, > > On Thu, Dec 06, 2018 at 01:24:18PM +0100, Andrey Konovalov wrote: > > This patchset adds a new software tag-based mode to KASAN [1]. > > (Initially this mode was called KHWASAN, but it got renamed, > > see the naming rationale at the end of this section). > > > > The plan is to implement HWASan [2] for the kernel with the incentive, > > that it's going to have comparable to KASAN performance, but in the same > > time consume much less memory, trading that off for somewhat imprecise > > bug detection and being supported only for arm64. > > For the arm64 parts: > > Acked-by: Will Deacon <will.deacon@arm.com> > > I assume that you plan to replace the current patches in -mm with this > series? > > Cheers, > > Will Hi Will, Yes, that was the intention of sending v13. Should have I sent a separate patch with v12->v13 fixes instead? I don't know what's the usual way to make changes to the patchset once it's in the mm tree. Thanks!
[moving akpm to To:] On Tue, Dec 11, 2018 at 04:57:27PM +0100, Andrey Konovalov wrote: > On Tue, Dec 11, 2018 at 4:18 PM Will Deacon <will.deacon@arm.com> wrote: > > On Thu, Dec 06, 2018 at 01:24:18PM +0100, Andrey Konovalov wrote: > > > This patchset adds a new software tag-based mode to KASAN [1]. > > > (Initially this mode was called KHWASAN, but it got renamed, > > > see the naming rationale at the end of this section). > > > > > > The plan is to implement HWASan [2] for the kernel with the incentive, > > > that it's going to have comparable to KASAN performance, but in the same > > > time consume much less memory, trading that off for somewhat imprecise > > > bug detection and being supported only for arm64. > > > > For the arm64 parts: > > > > Acked-by: Will Deacon <will.deacon@arm.com> > > > > I assume that you plan to replace the current patches in -mm with this > > series? > > > > Cheers, > > > > Will > > Hi Will, > > Yes, that was the intention of sending v13. Should have I sent a > separate patch with v12->v13 fixes instead? I don't know what's the > usual way to make changes to the patchset once it's in the mm tree. No, I was just checking that the intention was for akpm to pick this up in preference to the old stuff! That works for me, and the minor conflict with arm64 in next was already resolved by Stephen. Will
On Tue, 11 Dec 2018 16:00:19 +0000 Will Deacon <will.deacon@arm.com> wrote: > > Yes, that was the intention of sending v13. Should have I sent a > > separate patch with v12->v13 fixes instead? I don't know what's the > > usual way to make changes to the patchset once it's in the mm tree. I usually convert replacement patches into deltas so people can see what changed. In this case it got messy so I dropped v12 and remerged v13 wholesale.