diff --git a/lisa/_assets/binaries/arm64/README.pahole b/lisa/_assets/binaries/arm64/README.pahole index c8495b9e49d473d4cd097cfffa0e79b22740dd48..9b152456576c8082b76fec9256b127c55d751b2e 100644 --- a/lisa/_assets/binaries/arm64/README.pahole +++ b/lisa/_assets/binaries/arm64/README.pahole @@ -1,5 +1,5 @@ Sources of pahole available at: -Git commit: d7e83320c320048a948e1230598cc3ae80f24960 +Git commit: cce48c2c9e634c624327856ce99e80c8c8cbad06 Git repository: https://github.com/douglas-raillard-arm/pahole.git diff --git a/lisa/_assets/binaries/arm64/pahole b/lisa/_assets/binaries/arm64/pahole index e4cfac49a23b06e08955ba5e52e37bd5dd0d7c7c..2840f483c028682d0afb625949aa10676d035136 100755 Binary files a/lisa/_assets/binaries/arm64/pahole and b/lisa/_assets/binaries/arm64/pahole differ diff --git a/lisa/_assets/binaries/armeabi/README.pahole b/lisa/_assets/binaries/armeabi/README.pahole index d9322dda2e72d46cf75adec67bab25ee077ae0a8..ced00ad0dfc3127f8ab050a78ff2d64e782f3460 100644 --- a/lisa/_assets/binaries/armeabi/README.pahole +++ b/lisa/_assets/binaries/armeabi/README.pahole @@ -1,5 +1,5 @@ Sources of pahole available at: -Git commit: d7e83320c320048a948e1230598cc3ae80f24960 +Git commit: cce48c2c9e634c624327856ce99e80c8c8cbad06 Git repository: https://github.com/douglas-raillard-arm/pahole.git diff --git a/lisa/_assets/binaries/armeabi/pahole b/lisa/_assets/binaries/armeabi/pahole index 6aa2f76773c4c2732a767a71a7d6430cf6cf2203..9a007b68c7ebe93fe6d341fa9d5cd4849d8b543b 100755 Binary files a/lisa/_assets/binaries/armeabi/pahole and b/lisa/_assets/binaries/armeabi/pahole differ diff --git a/lisa/_assets/binaries/x86_64/README.pahole b/lisa/_assets/binaries/x86_64/README.pahole index 1a5781160334eb80de4548b55604abe95264a130..58a65d6e2b61afeaf5590c94aa53d1ee92c89e37 100644 --- a/lisa/_assets/binaries/x86_64/README.pahole +++ b/lisa/_assets/binaries/x86_64/README.pahole @@ -1,5 +1,5 @@ Sources of pahole available at: -Git commit: d7e83320c320048a948e1230598cc3ae80f24960 +Git commit: cce48c2c9e634c624327856ce99e80c8c8cbad06 Git repository: https://github.com/douglas-raillard-arm/pahole.git @@ -53,7 +53,6 @@ install() { cp -v pahole/build/pahole "$LISA_ARCH_ASSETS/pahole" source "$LISA_HOME/tools/recipes/utils.sh" - set -e install_readme pahole pahole COPYING } diff --git a/lisa/_assets/binaries/x86_64/pahole b/lisa/_assets/binaries/x86_64/pahole index f2c963cd83232611085f7f4d2b1b606a13c56d12..571bfdb67a0983b31a01f367193e5274603466af 100755 Binary files a/lisa/_assets/binaries/x86_64/pahole and b/lisa/_assets/binaries/x86_64/pahole differ diff --git a/lisa/_assets/kmodules/lisa/Makefile b/lisa/_assets/kmodules/lisa/Makefile index f1c1011160829a8896d117e3ff2562f65051bc68..a6ec1737321d54536577348aeb9f44ed60071cea 100644 --- a/lisa/_assets/kmodules/lisa/Makefile +++ b/lisa/_assets/kmodules/lisa/Makefile @@ -71,7 +71,7 @@ obj-m := $(LISA_KMOD_NAME).o $(LISA_KMOD_NAME)-y := main.o tp.o wq.o features.o pixel6.o introspection_data.o # -fno-stack-protector is needed to possibly undefined __stack_chk_guard symbol -ccflags-y := "-I$(MODULE_SRC)" -std=gnu11 -fno-stack-protector -Wno-declaration-after-statement +ccflags-y := "-I$(MODULE_SRC)" -std=gnu11 -fno-stack-protector -Wno-declaration-after-statement -Wno-error # Ensure we get appropriate debug info so that pahole can work on the object # file regardless of the kernel config. diff --git a/tools/recipes/pahole.manifest.yaml b/tools/recipes/pahole.manifest.yaml index a8cb37b740c08cc0045e893c9eabccde9683e5ae..7f93e7202fee137f6a2def4c2c28ae49c91a051e 100644 --- a/tools/recipes/pahole.manifest.yaml +++ b/tools/recipes/pahole.manifest.yaml @@ -34,6 +34,12 @@ rebase-conf: base: master tip: fix_volatile_func_ptr + - + name: fix_float + remote: github + base: master + tip: fix_float + remotes: github: url: https://github.com/douglas-raillard-arm/pahole.git