On 03/18/2020 03:54 PM, Greg Kroah-Hartman wrote: > On Mon, Feb 17, 2020 at 10:33:52AM +0530, Anshuman Khandual wrote: >> This replaces all remaining open encodings with vma_set_anonymous(). >> >> Cc: Sudeep Dutt <sudeep.dutt@xxxxxxxxx> >> Cc: Ashutosh Dixit <ashutosh.dixit@xxxxxxxxx> >> Cc: Arnd Bergmann <arnd@xxxxxxxx> >> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> >> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> >> Cc: Kate Stewart <kstewart@xxxxxxxxxxxxxxxxxxx> >> Cc: Allison Randal <allison@xxxxxxxxxxx> >> Cc: Richard Fontana <rfontana@xxxxxxxxxx> >> Cc: linux-kernel@xxxxxxxxxxxxxxx >> Signed-off-by: Anshuman Khandual <anshuman.khandual@xxxxxxx> >> --- >> drivers/misc/mic/scif/scif_mmap.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > The subject line does not match up with the file being modified here :( Idea here was to primarily focus on the VMA modifying helpers instead, hence the subject line. But I get your point and agree that it was bit off the mark. Anyways, had already dropped this patch.