[PATCH v2] dt-bindings: iommu: Convert msm,iommu-v0 to yaml

2021-12-25 Thread David Heidelberg
Convert Qualcomm IOMMU v0 implementation to yaml format. Signed-off-by: David Heidelberg --- v2: - fix wrong path in binding $id - comment qcom,mdp4 node example (we don't want to validate it yet) .../bindings/iommu/msm,iommu-v0.txt | 64 -

Re: [PATCH v2 00/33] Separate struct slab from struct page

2021-12-25 Thread Matthew Wilcox
On Sat, Dec 25, 2021 at 09:16:55AM +, Hyeonggon Yoo wrote: > # mm: Convert struct page to struct slab in functions used by other subsystems > I'm not familiar with kasan, but to ask: > Does kasan_slab_free detect invalid free if someone frees > an object that is not allocated from slab? >

Re: [PATCH] dt-bindings: iommu: Convert msm,iommu-v0 to yaml

2021-12-25 Thread Rob Herring
On Fri, 24 Dec 2021 17:50:14 +0100, David Heidelberg wrote: > Convert Qualcomm IOMMU v0 implementation to yaml format. > > Signed-off-by: David Heidelberg > --- > .../bindings/iommu/msm,iommu-v0.txt | 64 - > .../bindings/iommu/qcom,iommu-v0.yaml | 96

Re: [PATCH v2 00/33] Separate struct slab from struct page

2021-12-25 Thread Hyeonggon Yoo
On Wed, Dec 22, 2021 at 05:56:50PM +0100, Vlastimil Babka wrote: > On 12/14/21 13:57, Vlastimil Babka wrote: > > On 12/1/21 19:14, Vlastimil Babka wrote: > >> Folks from non-slab subsystems are Cc'd only to patches affecting them, and > >> this cover letter. > >> > >> Series also available in git,