The patch titled Documentation for lock_key in struct hrtimer_base has been added to the -mm tree. Its filename is documentation-for-lock_key-in-struct-hrtimer_base.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Documentation for lock_key in struct hrtimer_base From: Henrik Kretzschmar <henne@xxxxxxxxxxxxxxxx> Fixes an error message on make xmldocs. Signed-off-by: Henrik Kretzschmar <henne@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/hrtimer.h | 1 + 1 files changed, 1 insertion(+) diff -puN include/linux/hrtimer.h~documentation-for-lock_key-in-struct-hrtimer_base include/linux/hrtimer.h --- a/include/linux/hrtimer.h~documentation-for-lock_key-in-struct-hrtimer_base +++ a/include/linux/hrtimer.h @@ -80,6 +80,7 @@ struct hrtimer_sleeper { * @get_softirq_time: function to retrieve the current time from the softirq * @curr_timer: the timer which is executing a callback right now * @softirq_time: the time when running the hrtimer queue in the softirq + * @lock_key: the lock_class_key for use with lockdep */ struct hrtimer_base { clockid_t index; _ Patches currently in -mm which might be from henne@xxxxxxxxxxxxxxxx are kerneldoc-for-handle_bad_irq.patch documentation-for-lock_key-in-struct-hrtimer_base.patch git-libata-all.patch git-netdev-all.patch git-net.patch git-scsi-misc.patch pci_module_init-conversion-in-scsi-subsys-2nd-try.patch docbook-fix-segfault-in-docprocc.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