8000 Comparing dynup:master...robinYin996:master · dynup/kpatch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dynup/kpatch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: robinYin996/kpatch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 10, 2022

  1. kpatch:use vmlinux from first build

    We can use the first compiled vmlinux file from origin source code,
    and  get the gcc version from the config file ,so we don't have to
    download kernel debuginfo(it's too big),and use kpatch-build command
    without '-v'
    
    Signed-off-by: yinbinbin <yinbinbin001@linux.alibaba.com>
    yinbinbin authored and yinbinbin committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    ae3f6eb View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. kpatch: get gcc/arch version from config file

    kernel_version < 4.18 get version from vmlinux(debuginfo)
    kernel_version >= 4.18 get version from config file
    
    Signed-off-by: yinbinbin <yinbinbin001@linux.alibaba.com>
    yinbinbin committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    56a076b View commit details
    Browse the repository at this point in the history
Loading
0