Re: [PATCH v4] strace-tst-thp.sh: Allow unsupported THP tests
"H.J. Lu" <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <CAMe9rOqK8SQMhkU3JxXcjiwtxEC78+M6MsHW9AXndNVOHQCJJA@mail.gmail.com> |
On Thu, Jul 16, 2026 at 4:27 PM Andreas Schwab <[email protected]> wrote: > > On Jul 16 2026, H.J. Lu wrote: > > > What CPU are you using? What is in > > model name : Intel(R) Xeon(R) CPU E5-1620 0 @ 3.60GHz > > > /sys/kernel/mm/transparent_hugepage/enabled? > > ifneq ($(findstring [madvise],$(thp-kernel-status)),) I have [root@gnu-tgl-3 linux]# cat /sys/kernel/mm/transparent_hugepage/enabled always [madvise] never [root@gnu-tgl-3 linux]# How can I reproduce it? What is your /bin/sh? -- H.J.