[folded-merged] mm-vmallocc-clean-up-map_vm_area-third-argument-v2.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Subject: mm-vmallocc-clean-up-map_vm_area-third-argument-v2
has been removed from the -mm tree.  Its filename was
     mm-vmallocc-clean-up-map_vm_area-third-argument-v2.patch

This patch was dropped because it was folded into mm-vmallocc-clean-up-map_vm_area-third-argument.patch

------------------------------------------------------
From: WANG Chao <chaowang@xxxxxxxxxx>
Subject: mm-vmallocc-clean-up-map_vm_area-third-argument-v2

v2: Fix arch/tile/kernel/module.c::module_alloc().

Signed-off-by: WANG Chao <chaowang@xxxxxxxxxx>
Reported-by: Wu Fengguang <fengguang.wu@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 arch/tile/kernel/module.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/tile/kernel/module.c~mm-vmallocc-clean-up-map_vm_area-third-argument-v2 arch/tile/kernel/module.c
--- a/arch/tile/kernel/module.c~mm-vmallocc-clean-up-map_vm_area-third-argument-v2
+++ a/arch/tile/kernel/module.c
@@ -58,7 +58,7 @@ void *module_alloc(unsigned long size)
 	area->nr_pages = npages;
 	area->pages = pages;
 
-	if (map_vm_area(area, prot_rwx, &pages)) {
+	if (map_vm_area(area, prot_rwx, pages)) {
 		vunmap(area->addr);
 		goto error;
 	}
_

Patches currently in -mm which might be from chaowang@xxxxxxxxxx are

mm-vmallocc-clean-up-map_vm_area-third-argument.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux