| /OK3568_Linux_fs/kernel/kernel/livepatch/ |
| H A D | patch.c | 139 if (WARN_ON(!func->patched)) in klp_unpatch_func() 166 func->patched = false; in klp_unpatch_func() 177 if (WARN_ON(func->patched)) in klp_patch_func() 227 func->patched = true; in klp_patch_func() 246 if (func->patched) in __klp_unpatch_object() 251 obj->patched = false; in __klp_unpatch_object() 265 if (WARN_ON(obj->patched)) in klp_patch_object() 275 obj->patched = true; in klp_patch_object() 285 if (obj->patched) in __klp_unpatch_objects()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/ |
| H A D | fix-osspuuid-cross-compile.patch | 1 diff -urN -x .git orig/thirdparty/ossp-uuid/ossp-uuid-cross-compile-fix.patch patched/thirdparty/os… 3 +++ patched/thirdparty/ossp-uuid/ossp-uuid-cross-compile-fix.patch 2020-08-07 22:28:04.396770190 +0… 5 +diff -urN orig/config.sub patched/config.sub 7 ++++ patched/config.sub 2020-08-07 22:23:48.412770731 +0900 26 +diff -urN orig/shtool patched/shtool 28 ++++ patched/shtool 2020-08-07 22:21:23.192771037 +0900
|
| H A D | fix-osspuuid-musl-compile.patch | 1 diff -urN -x .git orig/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch patched/thirdparty/oss… 3 +++ patched/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch 2020-08-07 11:22:49.344854508 +09… 5 +diff -urN orig/config.sub patched/config.sub 7 ++++ patched/config.sub 2020-08-07 11:19:25.948854937 +0900
|
| H A D | fix-libressl-avoid-BSWAP-assembly-for-ARM-v6.patch | 1 diff -urN -x .git orig/thirdparty/libressl/avoid-BSWAP-assembly-for-ARM-v6.patch patched/thirdparty… 3 +++ patched/thirdparty/libressl/avoid-BSWAP-assembly-for-ARM-v6.patch 2020-08-07 23:14:46.196764271… 13 +diff -urN orig/crypto/modes/modes_lcl.h patched/crypto/modes/modes_lcl.h 15 ++++ patched/crypto/modes/modes_lcl.h 2020-08-07 23:11:01.960764745 +0900
|
| H A D | fix-minifi-compile.patch | 1 diff -urN -x .git orig/CMakeLists.txt patched/CMakeLists.txt 3 +++ patched/CMakeLists.txt 2020-08-10 15:08:31.800278357 +0900 50 diff -urN -x .git orig/libminifi/CMakeLists.txt patched/libminifi/CMakeLists.txt 52 +++ patched/libminifi/CMakeLists.txt 2020-08-10 15:06:17.124278642 +0900
|
| H A D | fix-rocksdb-cross-compile.patch | 1 diff -urN orig/thirdparty/rocksdb/CMakeLists.txt patched/thirdparty/rocksdb/CMakeLists.txt 3 +++ patched/thirdparty/rocksdb/CMakeLists.txt 2020-07-28 11:51:11.898676054 +0900
|
| H A D | fix-libressl-compile.patch | 1 diff -urN -x .git orig/cmake/LibreSSL.cmake patched/cmake/LibreSSL.cmake 3 +++ patched/cmake/LibreSSL.cmake 2020-08-07 22:51:18.620767245 +0900
|
| H A D | fix-osspuuid-compile.patch | 1 diff -urN -x .git orig/cmake/BundledOSSPUUID.cmake patched/cmake/BundledOSSPUUID.cmake 3 +++ patched/cmake/BundledOSSPUUID.cmake 2020-08-07 22:05:57.404772993 +0900
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-livepatch | 17 object (vmlinux or a module) in which it patched functions. 24 A writable attribute that indicates whether the patched 44 the patched or unpatched state. Administrator should not 56 that is patched within the object. 64 properties and state of the patched function. 66 The directory name contains the patched function name and a 68 name in kallsyms for the patched object.
|
| /OK3568_Linux_fs/kernel/Documentation/livepatch/ |
| H A D | livepatch.rst | 98 transition state where tasks are converging to the patched state. 101 the patched state to the unpatched state. 103 An interrupt handler inherits the patched state of the task it 105 patched state of the parent. 112 the task is patched. In most cases this will patch most or all of 123 force it to exit the kernel and be patched. 125 then it will get patched the next time it gets interrupted by an 130 allows them to be patched before the CPU enters the idle state. 158 unpatched and 1 to indicate it's patched. Otherwise, if no patch is in 161 patched state. This may be harmful to the system though. Sending a fake signal [all …]
|
| H A D | callbacks.rst | 6 to execute callback functions when a kernel object is (un)patched. They 28 - A module notifier can't stop a to-be-patched module from loading. 32 be patched, irrespective of the target klp_object's current state. 40 - before a klp_object is patched 43 - after a klp_object has been patched and is active 47 - before a klp_object is unpatched (ie, patched code is 52 - after a klp_object has been patched, all code has 53 been restored and no tasks are running patched code,
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | etrap_32.S | 113 sll %t_wim, 0x7, %t_wim ! patched on 7 window Sparcs 116 and %g2, 0xff, %g2 ! patched on 7 window Sparcs 189 and %g2, 0xff, %g2 ! patched on 7win Sparcs 203 and %g1, 0xff, %g1 ! patched on 7win Sparcs, mask 206 sll %t_wim, 0x7, %t_wim ! patched on 7win Sparcs 209 and %g2, 0xff, %g2 ! patched on 7win Sparcs
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl-cross/files/ |
| H A D | 0001-Makefile-check-the-file-if-patched-or-not.patch | 4 Subject: [PATCH] Makefile: check the file if patched or not 6 Check the file if patched or not to avoid patched more than
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | cve-check.bbclass | 68 # then it is considered patched. The value is a string containing 138 Check recipe for patched and unpatched CVEs 148 ignored, patched, unpatched, status = check_cves(d, patched_cves) 149 if patched or unpatched or (d.getVar("CVE_CHECK_COVERAGE") == "1" and status): 150 cve_data = get_cve_info(d, patched + unpatched + ignored) 151 cve_write_data(d, patched, unpatched, ignored, cve_data, status) 303 bb.note("%s has been patched" % (cve)) 404 def cve_write_data_text(d, patched, unpatched, ignored, cve_data): 426 if not patched+unpatched+ignored: 435 is_patched = cve in patched [all …]
|
| H A D | archiver.bbclass | 6 # 2) patched source: ARCHIVER_MODE[src] = "patched" (default) 48 ARCHIVER_MODE[src] ?= "patched" 117 # 'patched' and 'configured' invoke do_unpack_and_patch because 122 elif ar_src == "patched": 165 elif ar_src == "patched": 254 if d.getVarFlag('ARCHIVER_MODE', 'src') != 'patched': 262 bb.note('Archiving the patched source...') 263 create_tarball(d, d.getVar('S'), 'patched', ar_outdir) 439 # the patched source, and remove the files that we'd like to 441 src_patched = src + '.patched' [all …]
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | hci_ag6xx.c | 159 bool patched = false; in ag6xx_setup() local 224 patched = true; in ag6xx_setup() 260 patched = true; in ag6xx_setup() 288 err = btintel_exit_mfg(hdev, true, patched); in ag6xx_setup()
|
| H A D | btintel.h | 139 int btintel_exit_mfg(struct hci_dev *hdev, bool reset, bool patched); 183 static inline int btintel_exit_mfg(struct hci_dev *hdev, bool reset, bool patched) in btintel_exit_mfg() argument
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | livepatch.h | 77 bool patched; member 130 bool patched; member
|
| /OK3568_Linux_fs/buildroot/package/ipset/ |
| H A D | Config.in | 6 Requires a patched kernel or version >=2.6.39.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
| H A D | README | 1 The files are pulled verbatim from glibc 2.5 and then patched to allow
|
| /OK3568_Linux_fs/kernel/drivers/nfc/fdp/ |
| H A D | fdp.c | 478 u8 patched = 0; in fdp_nci_setup() local 499 patched = 1; in fdp_nci_setup() 507 patched = 1; in fdp_nci_setup() 514 if (patched) { in fdp_nci_setup()
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/ |
| H A D | README | 8 Glibc's libc.a is patched with upstream fix:
|
| /OK3568_Linux_fs/buildroot/package/patch/ |
| H A D | Config.in | 8 them to original files, producing patched versions.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/ |
| H A D | patch.inc | 4 original files, producing patched versions."
|
| /OK3568_Linux_fs/kernel/Documentation/features/debug/uprobes/ |
| H A D | arch-support.txt | 4 # description: arch supports live patched user probes
|