Re: [PATCH v2] eal/linux: improve ASLR check

2025-05-15 Thread David Marchand
On Thu, Mar 13, 2025 at 4:37 PM Stephen Hemminger wrote: > > On Thu, 13 Mar 2025 14:19:03 +0800 > Yang Ming wrote: > > > This change ensures that the current process is checked for > > being run with 'setarch' before verifying the value of > > '/proc/sys/kernel/randomize_va_space'. The '-R' or >

Re: [External] Re: [PATCH v2] eal/linux: improve ASLR check

2025-03-30 Thread Yang Ming
On 2025/3/27 16:14, David Marchand wrote: Caution: This is an external email. Please be very careful when clicking links or opening attachments. See http://nok.it/nsb for additional information. Hello, On Thu, Mar 27, 2025 at 9:02 AM Yang Ming wrote: On 2025/3/13 23:37, Stephen Hemminger w

Re: [External] Re: [PATCH v2] eal/linux: improve ASLR check

2025-03-27 Thread Yang Ming
On 2025/3/13 23:37, Stephen Hemminger wrote: Caution: This is an external email. Please be very careful when clicking links or opening attachments. See http://nok.it/nsb for additional information. On Thu, 13 Mar 2025 14:19:03 +0800 Yang Ming wrote: This change ensures that the current pro

Re: [External] Re: [PATCH v2] eal/linux: improve ASLR check

2025-03-27 Thread David Marchand
Hello, On Thu, Mar 27, 2025 at 9:02 AM Yang Ming wrote: > On 2025/3/13 23:37, Stephen Hemminger wrote: > > On Thu, 13 Mar 2025 14:19:03 +0800 > > Yang Ming wrote: > > > >> This change ensures that the current process is checked for > >> being run with 'setarch' before verifying the value of > >>

[PATCH v2] eal/linux: improve ASLR check

2025-03-12 Thread Yang Ming
This change ensures that the current process is checked for being run with 'setarch' before verifying the value of '/proc/sys/kernel/randomize_va_space'. The '-R' or '--addr-no-randomize' parameter of the 'setarch' command is used to disable the randomization of the virtual address space. Fixes: a