From mboxrd@z Thu Jan 1 00:00:00 1970 From: mindentropy@gmail.com (mindentropy) Date: Tue, 19 Jul 2011 00:18:25 +0530 Subject: Memory change notifications In-Reply-To: References: Message-ID: <201107190018.25998.mindentropy@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org >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?