The patch titled ignore smp_locks section warnings from init/exit code has been added to the -mm tree. Its filename is ignore-smp_locks-section-warnings-from-init-exit-code.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: ignore smp_locks section warnings from init/exit code From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Add ".smp_locks" section to whitelist as being safe from init and exit sections. Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- scripts/mod/modpost.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN scripts/mod/modpost.c~ignore-smp_locks-section-warnings-from-init-exit-code scripts/mod/modpost.c --- devel/scripts/mod/modpost.c~ignore-smp_locks-section-warnings-from-init-exit-code 2006-06-08 00:20:11.000000000 -0700 +++ devel-akpm/scripts/mod/modpost.c 2006-06-08 00:20:11.000000000 -0700 @@ -852,6 +852,7 @@ static int init_section_ref_ok(const cha ".pci_fixup_final", ".pdr", "__param", + ".smp_locks", NULL }; /* Start of section names */ @@ -923,6 +924,7 @@ static int exit_section_ref_ok(const cha ".exitcall.exit", ".eh_frame", ".stab", + ".smp_locks", NULL }; /* Start of section names */ _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxx are git-infiniband.patch config-exit-if-no-beginning-filename.patch git-mtd.patch git-pcmcia.patch pcmcia-fix-kernel-doc-function-name.patch lpfc-sparse-null-warnings.patch aic7-cleanup-module_parm_desc-strings.patch qla1280-fix-section-mismatch-warnings.patch areca-raid-linux-scsi-driver.patch gregkh-usb-usb-sisusbvga-possible-cleanups-fix.patch git-watchdog.patch alpha-generic-hweight-build-fix.patch add-poisonh-and-patch-primary-users.patch update-2-drivers-for-poisonh.patch poison-add-use-more-constants.patch add-doc-submitchecklist.patch doc-add-audit-acct-to-docbook.patch ip2-fix-sections.patch codingstyle-add-typedefs-chapter.patch fix-listh-kernel-doc.patch listh-doc-change-counter-to-control.patch kernel-doc-drop-leading-space-in-sections.patch kernel-doc-script-cleanups.patch wd7000-fix-section-mismatch-warnings.patch megaraid_mbox-fix-section-mismatch-warnings.patch kernel-doc-mm-readhead-fixup.patch checkstack-pirnt-module-names.patch ignore-smp_locks-section-warnings-from-init-exit-code.patch pi-futex-rt-mutex-docs-update.patch acpi-identify-which-device-is-not-power-manageable.patch acpi-identify-which-device-is-not-power-manageable-fix.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