The patch titled parisc: fix module_param iommu permission has been added to the -mm tree. Its filename is parisc-fix-module_param-iommu-permission.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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@xxxxxxxx> --- drivers/parisc/sba_iommu.c | 2 +- 1 files 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 ext4-fix-printk-format-warnings.patch md-fix-printk-format-warnings-seen-on-powerpc64.patch acpi-make-ec_transaction-not-extern.patch git-ieee1394.patch mtd-fix-kernel-doc-warnings.patch com20020-build-fix.patch parisc-fix-module_param-iommu-permission.patch pci-i386-style-cleanups.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