lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <46A95CFC.9050509@c3sl.ufpr.br> Date: Thu, 26 Jul 2007 23:48:28 -0300 From: Tiago Vignatti <vignatti@...l.ufpr.br> To: linux-kernel@...r.kernel.org Subject: [PATCH] exporting address to the page fault notifier I made a module using the notifier scheme which already exists inside the kernel. The problem is that the page fault notifier doesn't show the address which happened the fault. This little patch increments this functionality. I chose to break the ABI putting a new field in 'die_args' instead build a new struct only for it. The patch and the module notifier comes attached. my regards -- Tiago Vignatti C3SL - Centro de Computação Científica e Software Livre www.c3sl.ufpr.br View attachment "export-address-to-page-fault-notifier.diff" of type "text/x-patch" (1773 bytes) View attachment "page_fault_notifier.c" of type "text/x-csrc" (2120 bytes)