The patch titled clocksource: s390 initialize list value has been added to the -mm tree. Its filename is clocksource-s390-initialize-list-value.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: clocksource: s390 initialize list value From: Daniel Walker <dwalker@xxxxxxxxxx> Update arch/s390 with list initialization. Signed-off-by: Daniel Walker <dwalker@xxxxxxxxxx> Cc: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: john stultz <johnstul@xxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/s390/kernel/time.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/s390/kernel/time.c~clocksource-s390-initialize-list-value arch/s390/kernel/time.c --- a/arch/s390/kernel/time.c~clocksource-s390-initialize-list-value +++ a/arch/s390/kernel/time.c @@ -314,6 +314,7 @@ static struct clocksource clocksource_to .mult = 1000, .shift = 12, .flags = CLOCK_SOURCE_IS_CONTINUOUS, + .list = LIST_HEAD_INIT(clocksource_tod.list), }; _ Patches currently in -mm which might be from dwalker@xxxxxxxxxx are clocksource-arm-initialize-list-value.patch clocksource-parisc-initialize-list-value.patch clocksource-avr32-initialize-list-value.patch clocksource-mips-initialize-list-value.patch clocksource-i386-initialize-list-value.patch clocksource-x86_64-initialize-list-value.patch clocksource-s390-initialize-list-value.patch clocksource-driver-initialize-list-value.patch clocksource-refactor-duplicate-registration-checking.patch slim-make-and-config-stuff.patch profile-likely-unlikely-macros.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