Re: kernel 4.4 (from rsbac git) MPROTECT one
Amon Ott <[email protected]> Fri, 9 Sep 2016 11:04:02 +0200
| Newsgroups | gmane.linux.rsbac |
|---|---|
| Message-ID | <[email protected]> |
Am 08.09.2016 um 20:01 schrieb Javier Juan Martínez Cabezón: > Does not compile on arm (probably happens too in other archs) if > CONFIG_RSBAC_DAZ_PERSIST is activated > > The following error that I translate now is that tid_p is not declared > here (first use in this function) > > > rsbac/data_structures/aci_data_structures.c: En la función > 'rsbac_ta_remove_target': > rsbac/data_structures/aci_data_structures.c:13231:11: error: 'tid_p' no > se declaró aquí (primer uso en esta función) > &tid_p->file.inode); > ^ > rsbac/data_structures/aci_data_structures.c:13231:11: nota: cada > identificador sin declarar se reporta sólo una vez para cada función en > el que aparece > scripts/Makefile.build:258: recipe for target > 'rsbac/data_structures/aci_data_structures.o' failed > make[2]: *** [rsbac/data_structures/aci_data_structures.o] Error 1 tid_p is wrong, fix pushed to 4.1 and 4.4 repos. - &tid_p->file.inode); + &tid.file.inode); Amon. -- http://www.rsbac.org - GnuPG: 2048g/5DEAAA30 2002-10-22 _______________________________________________ rsbac mailing list [email protected] http://www.rsbac.org/mailman/listinfo/rsbac