The patch titled Doc: add audit & acct to DocBook has been removed from the -mm tree. Its filename is doc-add-audit-acct-to-docbook.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Doc: add audit & acct to DocBook From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Fix one audit kernel-doc description (one parameter was missing). Add audit*.c interfaces to DocBook. Add BSD accounting interfaces to DocBook. Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- Documentation/DocBook/kernel-api.tmpl | 12 ++++++++++++ kernel/auditsc.c | 1 + 2 files changed, 13 insertions(+) diff -puN Documentation/DocBook/kernel-api.tmpl~doc-add-audit-acct-to-docbook Documentation/DocBook/kernel-api.tmpl --- a/Documentation/DocBook/kernel-api.tmpl~doc-add-audit-acct-to-docbook +++ a/Documentation/DocBook/kernel-api.tmpl @@ -332,6 +332,18 @@ X!Earch/i386/kernel/mca.c !Esecurity/security.c </chapter> + <chapter id="audit"> + <title>Audit Interfaces</title> +!Ekernel/audit.c +!Ikernel/auditsc.c +!Ikernel/auditfilter.c + </chapter> + + <chapter id="accounting"> + <title>Accounting Framework</title> +!Ikernel/acct.c + </chapter> + <chapter id="pmfuncs"> <title>Power Management</title> !Ekernel/power/pm.c diff -puN kernel/auditsc.c~doc-add-audit-acct-to-docbook kernel/auditsc.c --- a/kernel/auditsc.c~doc-add-audit-acct-to-docbook +++ a/kernel/auditsc.c @@ -1558,6 +1558,7 @@ int __audit_ipc_obj(struct kern_ipc_perm * @uid: msgq user id * @gid: msgq group id * @mode: msgq mode (permissions) + * @ipcp: in-kernel IPC permissions * * Returns 0 for success or NULL context or < 0 on error. */ _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxx are origin.patch git-dvb.patch git-kbuild.patch git-pcmcia.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 git-watchdog.patch add-poisonh-and-patch-primary-users.patch update-2-drivers-for-poisonh.patch poison-add-use-more-constants.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 wan-sdla-section-fixes.patch trident-fb-section-fixes.patch cdrom-mcdx-section-fixes.patch char-ip2-more-section-fixes-replacement.patch advansys-section-fixes.patch kernel-doc-warn-on-malformed-function-docs.patch ide-floppy-fix-debug-only-syntax-error.patch kernel-doc-for-lib-bitmapc.patch kernel-doc-for-lib-cmdlinec.patch kernel-doc-for-lib-crcc.patch kernel-doc-dont-use-xml-escapes-in-text-or-man-output.patch kernel-doc-use-members-for-struct-fields-consistently.patch reed-solomon-fix-kernel-doc-comments.patch ktime-hrtimer-fix-kernel-doc-comments.patch dmi-cleanup-kernel-doc-add-to-docbook.patch kthread-move-kernel-doc-and-put-it-into-docbook.patch corrections-to-memory-barrier-doc.patch parport-add-to-kernel-doc.patch pi-futex-rt-mutex-docs-update.patch acpi-identify-which-device-is-not-power-manageable.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