The patch titled parisc: fix module_param iommu permission has been removed from the -mm tree. Its filename was parisc-fix-module_param-iommu-permission.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: parisc: fix module_param iommu permission From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Fix/change module_param permissions parameter from an init value to a permission value. Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Cc: Kyle McMartin <kyle@xxxxxxxxxxx> Cc: Matthew Wilcox <willy@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/parisc/sba_iommu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/parisc/sba_iommu.c~parisc-fix-module_param-iommu-permission drivers/parisc/sba_iommu.c --- a/drivers/parisc/sba_iommu.c~parisc-fix-module_param-iommu-permission +++ a/drivers/parisc/sba_iommu.c @@ -109,7 +109,7 @@ static unsigned long piranha_bad_128k = #ifdef SBA_AGP_SUPPORT static int sba_reserve_agpgart = 1; -module_param(sba_reserve_agpgart, int, 1); +module_param(sba_reserve_agpgart, int, 0444); MODULE_PARM_DESC(sba_reserve_agpgart, "Reserve half of IO pdir as AGPGART"); #endif _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are origin.patch git-acpi.patch build-errors-uevent-with-config_sysfs=n.patch git-drm.patch sata-use-null-for-ptrs.patch git-mtd.patch git-netdev-all.patch phy-layer-add-kernel-doc-docbook.patch ueagle-atmc-needs-schedh.patch kernel-doc-include-struct-short-description-in-title.patch tty-use-null-for-ptrs.patch cdrom-use-unsigned-bitfields.patch update-doc-oops-tracingtxt-for-taint_user.patch update-doc-oops-tracingtxt-for-taint_user-fix.patch extend-notifier_call_chain-to-count-nr_calls-made-fixes.patch reiser4-use-null-for-pointers.patch profile_likely-export-do_check_likely.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