Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile original module for create-diff-object #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 9, 2017

  1. compile original module for create-diff-object

    Normally, the symbols in the freshly built object file that
    create-diff-object used are the same with our original module.
    
    But the name of the symbols may change if use --skip-gcc-check
    or the influence of KCFLAGS. This patch compile original module
    for create-diff-object, like original vmlinux, to detect this
    problem earlier, before we need to insmod klp.ko.
    
    Signed-off-by: Zhou Chengming <zhouchengming1@_huawei.xyz_>
    Zhou Chengming authored and joe-lawrence committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    d2c72f2 View commit details
    Browse the repository at this point in the history