Re: [PATCH v3 0/5] Improve kernel section protections

2020-11-25 Thread Palmer Dabbelt
On Mon, 23 Nov 2020 23:21:08 PST (-0800), greentime...@sifive.com wrote: Atish Patra 於 2020年11月5日 週四 上午8:05寫道: This series aims at improving kernel permissions by doing following things. 1. Protect kernel sections early instead of after /init. 2. Protect .init.text & .init.data sections with

Re: [PATCH v3 0/5] Improve kernel section protections

2020-11-23 Thread Greentime Hu
Atish Patra 於 2020年11月5日 週四 上午8:05寫道: > > This series aims at improving kernel permissions by doing following things. > > 1. Protect kernel sections early instead of after /init. > 2. Protect .init.text & .init.data sections with appropriate permissions. > 3. Move dynamic relocation section to _in

[PATCH v3 0/5] Improve kernel section protections

2020-11-04 Thread Atish Patra
This series aims at improving kernel permissions by doing following things. 1. Protect kernel sections early instead of after /init. 2. Protect .init.text & .init.data sections with appropriate permissions. 3. Move dynamic relocation section to _init. 4. Moved .init sections after .text. This is w