search for: self_exec_id

Displaying 2 results from an estimated 2 matches for "self_exec_id".

2001 Nov 11
1
problems when patching 2.4.14
...d (I get an error inthe same place if I patch the grsecurity patch second) Hunk #1 FAILED at 399. Hunk #2 succeeded at 519 (offset 30 lines). 1 out of 2 hunks FAILED -- saving rejects to file include/linux/sched.h.rej this is the output from that file *************** *** 399,404 **** u32 self_exec_id; /* Protection of (de-)allocation: mm, files, fs, tty */ spinlock_t alloc_lock; }; /* --- 399,407 ---- u32 self_exec_id; /* Protection of (de-)allocation: mm, files, fs, tty */ spinlock_t alloc_lock; + + /* journalling filesystem info */ + void *journal_info; }; /*
2001 Nov 07
1
patching 2.4.13
...ter I'd applied the win4lin and mki patches and it fails. The .rej file is included after this message. If you need any further info I'll try and supply it. Thanks Robyn This file is sched.h.rej from /usr/src/linux/include/linux/sched.h.rej *************** *** 399,404 **** u32 self_exec_id; /* Protection of (de-)allocation: mm, files, fs, tty */ spinlock_t alloc_lock; }; /* --- 399,407 ---- u32 self_exec_id; /* Protection of (de-)allocation: mm, files, fs, tty */ spinlock_t alloc_lock; + + /* journalling filesystem info */ + void *journal_info;...