]> git.pld-linux.org Git - packages/kernel.git/blame - linux-2.6-suspend2-avoid-redef.patch
- rel 2; fix for local root hole CVE-2007-4573
[packages/kernel.git] / linux-2.6-suspend2-avoid-redef.patch
CommitLineData
c6410bf7 1--- linux-2.6.16.14/include/linux/sched.h~ 2006-05-05 16:35:38.000000000 +0200
2+++ linux-2.6.16.14/include/linux/sched.h 2006-05-05 17:33:02.000000000 +0200
3@@ -1486,8 +1486,10 @@
4 static inline void frozen_process(struct task_struct *p) { BUG(); }
5
6 static inline void refrigerator(void) {}
7+#if 0
8 static inline int freeze_processes(void) { BUG(); return 0; }
9 static inline void thaw_processes(int which_threads) {}
10+#endif
11
12 static inline int try_to_freeze(void) { return 0; }
13
This page took 0.037712 seconds and 4 git commands to generate.