kpatch_process: fix possible double free. ptrace: fix NULL pointer access problem fix patched process crashing when acccess the global var fix probably restore cc symbol link fail when kill patch building uncourteous optimize: Remove unnecessary comparison code Signed-off-by: yezengruan <yezengruan@huawei.com> (cherry picked from commit f3d59711105eb667fa2f920958fcbdbb7068afd2)
27 lines
606 B
Diff
27 lines
606 B
Diff
From 04c295b9ca272dbd3525a6fa4be4869fe65d59aa Mon Sep 17 00:00:00 2001
|
|
From: jiang-dawei15 <jiangdawei15@huawei.com>
|
|
Date: Mon, 28 Feb 2022 15:56:54 +0800
|
|
Subject: [PATCH 2/3] gitignore: ignore some tests and binary
|
|
|
|
Signed-off-by: Bihong Yu <yubihong@huawei.com>
|
|
---
|
|
.gitignore | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/.gitignore b/.gitignore
|
|
index 065f093..696dfee 100644
|
|
--- a/.gitignore
|
|
+++ b/.gitignore
|
|
@@ -7,4 +7,8 @@ src/libcare-cc
|
|
src/libcare-client
|
|
src/libcare-ctl
|
|
src/libcare-stresstest
|
|
+src/libcare-server
|
|
+src/libcare-dump
|
|
+src/arch.desc
|
|
tags
|
|
+tests/*
|
|
--
|
|
2.23.0.windows.1
|
|
|