Re: [PATCH 0/5] mm/hmm: HMM documentation updates and code fixes

2019-06-06 Thread Jason Gunthorpe
On Mon, May 06, 2019 at 04:29:37PM -0700, rcampb...@nvidia.com wrote: > From: Ralph Campbell > > I hit a use after free bug in hmm_free() with KASAN and then couldn't > stop myself from cleaning up a bunch of documentation and coding style > changes. So the first two patches are clean ups, the la

Re: [PATCH 0/5] mm/hmm: HMM documentation updates and code fixes

2019-05-13 Thread Jerome Glisse
On Mon, May 13, 2019 at 10:26:59AM -0700, Ralph Campbell wrote: > > > On 5/12/19 8:08 AM, Jerome Glisse wrote: > > On Mon, May 06, 2019 at 04:29:37PM -0700, rcampb...@nvidia.com wrote: > > > From: Ralph Campbell > > > > > > I hit a use after free bug in hmm_free() with KASAN and then couldn't >

Re: [PATCH 0/5] mm/hmm: HMM documentation updates and code fixes

2019-05-13 Thread Ralph Campbell
On 5/12/19 8:08 AM, Jerome Glisse wrote: On Mon, May 06, 2019 at 04:29:37PM -0700, rcampb...@nvidia.com wrote: From: Ralph Campbell I hit a use after free bug in hmm_free() with KASAN and then couldn't stop myself from cleaning up a bunch of documentation and coding style changes. So the fi

Re: [PATCH 0/5] mm/hmm: HMM documentation updates and code fixes

2019-05-12 Thread Jerome Glisse
On Mon, May 06, 2019 at 04:29:37PM -0700, rcampb...@nvidia.com wrote: > From: Ralph Campbell > > I hit a use after free bug in hmm_free() with KASAN and then couldn't > stop myself from cleaning up a bunch of documentation and coding style > changes. So the first two patches are clean ups, the la

[PATCH 0/5] mm/hmm: HMM documentation updates and code fixes

2019-05-06 Thread rcampbell
From: Ralph Campbell I hit a use after free bug in hmm_free() with KASAN and then couldn't stop myself from cleaning up a bunch of documentation and coding style changes. So the first two patches are clean ups, the last three are the fixes. Ralph Campbell (5): mm/hmm: Update HMM documentation