Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'timers-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull timer fix from Thomas Gleixner:
"Add the missing seq_file forward declaration in the timer namespace
header"

* tag 'timers-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
timens: Add struct seq_file forward declaration

+1
+1
include/linux/time_namespace.h
··· 12 12 struct user_namespace; 13 13 extern struct user_namespace init_user_ns; 14 14 15 + struct seq_file; 15 16 struct vm_area_struct; 16 17 17 18 struct timens_offsets {