The patch titled timerfd: un-break CONFIG_TIMERFD has been removed from the -mm tree. Its filename was timerfd-v3-un-break-config_timerfd.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: timerfd: un-break CONFIG_TIMERFD From: Davide Libenzi <davidel@xxxxxxxxxxxxxxx> Remove the broken status to CONFIG_TIMERFD. Signed-off-by: Davide Libenzi <davidel@xxxxxxxxxxxxxxx> Cc: Michael Kerrisk <mtk-manpages@xxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- init/Kconfig | 1 - 1 file changed, 1 deletion(-) diff -puN init/Kconfig~timerfd-v3-un-break-config_timerfd init/Kconfig --- a/init/Kconfig~timerfd-v3-un-break-config_timerfd +++ a/init/Kconfig @@ -582,7 +582,6 @@ config SIGNALFD config TIMERFD bool "Enable timerfd() system call" if EMBEDDED select ANON_INODES - depends on BROKEN default y help Enable the timerfd() system call that allows to receive timer _ Patches currently in -mm which might be from davidel@xxxxxxxxxxxxxxx are origin.patch timerfd-fix-remaining-architectures.patch git-kvm.patch fs-signalfdc-should-include-linux-syscallsh.patch fs-eventfdc-should-include-linux-syscallsh.patch fs-remove-dead-config-config_has_compat_epoll_event-symbol.patch fix-group-stop-with-exit-race.patch move-the-related-code-from-exit_notify-to-exit_signals.patch uglify-kill_pid_info-to-fix-kill-vs-exec-race.patch uglify-while_each_pid_task-to-make-sure-we-dont-count-the-execing-pricess-twice.patch itimer_real-convert-to-use-struct-pid.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