pageexec

Results 4 comments of pageexec

just my 2 cents: the core issue is that the whole build system is structured the 'wrong way' and results in objects with mixed provenance linked together. namely, some objects...

in more details: Makefile defines the modules target as: `58 modules: $(nv_kernel_o_binary) $(nv_modeset_kernel_o_binary)` `59 »·······$(MAKE) -C kernel-open modules` here kernel-open/Makefile will end up using the kernel's Kbuild system to build...

small bonus, at compile time, RAP caught a prototype mismatch on nv_encode_caching (between kernel-open/common/inc/nv-proto.h and kernel-open/nvidia/nv-mmap.c).

Hello Andy, first of all, thank you for your replies, you raise several good points that I'll reflect on below. To start with, I have >15y experience with trying to...