Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=010c9037dac1609bb6d95f901ccf9a8373449acd
commit 010c9037dac1609bb6d95f901ccf9a8373449acd Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Wed Apr 30 18:08:25 2008 +0200 kernel-2.6.25-2-i686 - add missing include to CVE-2008-1375.patch diff --git a/source/base/kernel/CVE-2008-1375.patch b/source/base/kernel/CVE-2008-1375.patch index 91783cb..fc9a7a0 100644 --- a/source/base/kernel/CVE-2008-1375.patch +++ b/source/base/kernel/CVE-2008-1375.patch @@ -1,8 +1,16 @@ diff --git a/fs/dnotify.c b/fs/dnotify.c -index 28d01ed..b65fa17 100644 +index 28d01ed..4509dae 100644 --- a/fs/dnotify.c +++ b/fs/dnotify.c -@@ -92,6 +92,10 @@ int fcntl_dirnotify(int fd, struct file *filp, unsigned long arg) +@@ -20,6 +20,7 @@ + #include <linux/init.h> + #include <linux/spinlock.h> + #include <linux/slab.h> ++#include <linux/file.h> + + int dir_notify_enable __read_mostly = 1; + +@@ -92,6 +93,10 @@ int fcntl_dirnotify(int fd, struct file *filp, unsigned long arg) prev = &odn->dn_next; } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
