>Hi all, >I have a device driver that implements a mmap in a char device. I would like >to know if is possible to get notified(in that kernel module) every time a >process change its mapped memory. Does anyone know if so? >Regards, >Erlon You would come to know from the mmap file operation right?