2025-08-27 14:53 UTC-0700 ~ Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx> > On Sun, Aug 24, 2025 at 7:20 PM <chenyuan_fl@xxxxxxx> wrote: >> >> From: Yuan CHen <chenyuan@xxxxxxxxxx> >> >> 1. **Refactor kernel config parsing** >> - Moves duplicate config file handling from feature.c to common.c >> - Keeps all existing functionality while enabling code reuse >> >> 2. **Add CET-aware symbol matching** >> - Adjusts kprobe hook detection for x86_64 CET (endbr32/64 prefixes) >> - Matches symbols at both original and CET-adjusted addresses >> > > Quentin, can you please take a quick look at this patch set, when you > get a chance? Thanks! Yes! Both patches look good to me. For the series: Acked-by: Quentin Monnet <qmo@xxxxxxxxxx> Thanks for this work