Seunghun Han

Results 8 issues of Seunghun Han

To support Linux kernel v4.19, structures and code for kernel protection should be changed.

It is needed to remove redundant code in mmu.c file and iommu.c file. The page table architectures are very similar except for the flags.

enhancement

To protect the SMAP feature of CPU, the SMAP bit CR4 register should be set. The current version of Shadow-box does not protect the SMAP bit, therefore, CR4 protection feature...

enhancement

For checking the S3 sleep feature of the system, it's needed to find "[deep]" string from /sys/power/mem_sleep like below. ```bash $> cat /sys/power/mem_sleep s2idle [deep] ``` Thank you for @roboknight.

enhancement

When Secure Boot is enabled, Boot fails or Napper driver cannot be loaded. Thanks to [Gwan-gyeong Mun](https://www.facebook.com/gwangyeong.mun.0) and [Junyoung Jung](https://www.facebook.com/sauber92).

Added new function that can send mail via google SMTP service. This pull-request is sent for solving issue #66 .

This module is very useful for me, but this version of module does not support to send mail. Another module is needed to send mail via google SMTP, so sending...

If the host uses gcc 6 compiler, the compiler shows error as follows. >/home/user/suterusu/common.h:44:23: error: conflicting types for ‘sys_call_table’ > extern unsigned long *sys_call_table; > ^~~~~~~~~~~~~~ >In file included from...