Messages in this thread Patch in this message |  | | From | (Andreas Koppenhoefer) | Subject | 2.0.1: cannot use ext2 as module with patch (one line!) | Date | 05 Jul 1996 21:59:59 +0200 |
| |
-----BEGIN PGP SIGNED MESSAGE-----
Hello Linus,
you said you prefer 2.0.x-patches as small as possible? Then please add this to 2.0.2...
ext2 fs compiled as module cannot be loaded because insmod cannot dereference variable securelevel. Therefore I've just added securelevel somewhere in ksyms.c. This is long outstanding bug since securelevel was introduced.
- Andreas
--- linux-2.0.1/kernel/ksyms.c Wed May 29 15:42:27 1996 +++ 2.0.1/kernel/ksyms.c Thu Jul 4 17:23:57 1996 @@ -333,6 +333,7 @@ X(insert_inode_hash), X(event), X(__down), + X(securelevel), /* all busmice */ X(add_mouse_randomness), X(fasync_helper), -----BEGIN PGP SIGNATURE----- Version: 2.6.2i Comment: Processed by Mailcrypt 3.3, an Emacs/PGP interface iQBVAwUBMd10IEVdjNvyndGpAQFL8gIAiTjN4YZsErwGurN1gkpeETPXLU2KLmPr CbtFVtYDPXp9XddB/VFJgsrvHnHRaFWICUApXArTvvCFTWBmlA+2YQ== =ZK8F -----END PGP SIGNATURE----- -- Andreas Koppenhoefer, Student der Universitaet Stuttgart, BR Deutschland Franz-Schubert-Str. 2, 97616 Bad Neustadt, +49 9771 7943; PGP-Key available at URL<http://www.informatik.uni-stuttgart.de/menschen/ako/impressum.html>; Mail: <koppenas@informatik.uni-stuttgart.de>, <akoppenhoefer@schweinfurt.netsurf.de>
|  |