Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 25 of 2656) sorted by relevance

12345678910>>...107

/OK3568_Linux_fs/external/security/rk_tee_user/v1/
H A DMakefile56 .PHONY: patch
57 patch: target
80 define patch-file
90 patch -N -b ${1} < ${2}; \
98 .PHONY: patch-openssl
99 patch-openssl:
112 define patch-xalan
118 define patch-cp-ta
125 .PHONY: patch-generate-host
126 patch-generate-host: patch-package
[all …]
/OK3568_Linux_fs/buildroot/package/ncurses/
H A Dncurses.hash3 …cf9038be62c49a6b5fe93f33b32f983649b2f4c4c31cc99bd18e1e5871c31443 ncurses-6.1-20190609-patch.sh.bz2
4 …56 4b0a4c6abce4543ac4fd4c3389b14825e73b7cddcbb01a687c5dd837f21a3b04 ncurses-6.1-20190615.patch.gz
5 …56 b2302625ec2fa6dce79622670452e56ff6130dc02e655b52177264cfeff84c51 ncurses-6.1-20190623.patch.gz
6 …56 48b004a3e5409a02a5e751f996fe487f5ce45be1fff38572f7cc8167b22179bf ncurses-6.1-20190630.patch.gz
7 …56 faf849eed92161ac09782badf84a19ad6beae472e87d460905865e08a6ed46e4 ncurses-6.1-20190706.patch.gz
8 …56 62d4954bf818659105aa1c21cc27cb2c133e02bdc7d3f6aa548caae2d1db7440 ncurses-6.1-20190713.patch.gz
9 …56 0c1a54bd5de9c890d1fabcfa92bf5bf46f7eccc54a48051367e82bdb29636450 ncurses-6.1-20190720.patch.gz
10 …56 0bbd08d3bd12686d4427c242d6a8fde2e299698039cd597303af713c5f538f17 ncurses-6.1-20190727.patch.gz
11 …56 40e5f350a921dbd03e3d9ff93bc477ec4f1f65878f307c534882fba3b0b40507 ncurses-6.1-20190728.patch.gz
12 …56 9648104311e209d17db9556d6efc898d5c80ed5fc80e8aa3cd08769544c839b8 ncurses-6.1-20190803.patch.gz
[all …]
H A Dncurses.mk23 ncurses-6.1-20190609-patch.sh.bz2 \
24 ncurses-6.1-20190615.patch.gz \
25 ncurses-6.1-20190623.patch.gz \
26 ncurses-6.1-20190630.patch.gz \
27 ncurses-6.1-20190706.patch.gz \
28 ncurses-6.1-20190713.patch.gz \
29 ncurses-6.1-20190720.patch.gz \
30 ncurses-6.1-20190727.patch.gz \
31 ncurses-6.1-20190728.patch.gz \
32 ncurses-6.1-20190803.patch.gz \
[all …]
/OK3568_Linux_fs/kernel/kernel/livepatch/
H A Dcore.c100 static struct klp_object *klp_find_object(struct klp_patch *patch, in klp_find_object() argument
105 klp_for_each_object(patch, obj) { in klp_find_object()
331 static int __klp_disable_patch(struct klp_patch *patch);
336 struct klp_patch *patch; in enabled_store() local
344 patch = container_of(kobj, struct klp_patch, kobj); in enabled_store()
348 if (patch->enabled == enabled) { in enabled_store()
361 if (patch == klp_transition_patch) in enabled_store()
364 ret = __klp_disable_patch(patch); in enabled_store()
379 struct klp_patch *patch; in enabled_show() local
381 patch = container_of(kobj, struct klp_patch, kobj); in enabled_show()
[all …]
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/
H A Dcommon.inc13 file://0001-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch \
14 file://0002-compiler-rt-support-a-new-embedded-linux-target.patch \
15 file://0003-compiler-rt-Simplify-cross-compilation.-Don-t-use-na.patch \
16 file://0004-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \
17 file://0005-llvm-allow-env-override-of-exe-and-libdir-path.patch \
18 file://0006-clang-driver-Check-sysroot-for-ldso-path.patch \
19 file://0007-clang-Driver-tools.cpp-Add-lssp_nonshared-on-musl.patch \
20 file://0008-clang-Prepend-trailing-to-sysroot.patch \
21 file://0009-clang-Look-inside-the-target-sysroot-for-compiler-ru.patch \
22 file://0010-clang-Define-releative-gcc-installation-dir.patch \
[all …]
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dapplying-patches.rst11 This document is obsolete. In most cases, rather than using ``patch``
15 a patch to the kernel or, more specifically, what base kernel a patch for
24 What is a patch?
27 A patch is a small text document containing a delta of changes between two
31 To correctly apply a patch you need to know what base it was generated from
32 and what new version the patch will change the source tree into. These
33 should both be present in the patch file metadata or be possible to deduce
37 How do I apply or revert a patch?
40 You apply a patch with the ``patch`` program. The patch program reads a diff
41 (or patch) file and makes the changes to the source tree described in it.
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/
H A Dbinutils-2.38.inc25 file://0004-Point-scripts-location-to-libdir.patch \
26 file://0005-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch \
27 file://0006-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch \
28 file://0007-warn-for-uses-of-system-directories-when-cross-linki.patch \
29 file://0008-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch \
30 file://0009-Use-libtool-2.4.patch \
31 file://0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch \
32 file://0011-sync-with-OE-libtool-changes.patch \
33 file://0012-Check-for-clang-before-checking-gcc-version.patch \
34 file://0013-Avoid-as-info-race-condition.patch \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/
H A Dqemu.inc19 file://0001-qemu-Add-missing-wacom-HID-descriptor.patch \
20 file://0003-qemu-Add-addition-environment-space-to-boot-loader-q.patch \
21 file://0006-chardev-connect-socket-to-a-spawned-command.patch \
22 file://0007-apic-fixup-fallthrough-to-PIC.patch \
23 file://0010-configure-Add-pkg-config-handling-for-libgcrypt.patch \
24 file://0001-qemu-Do-not-include-file-if-not-exists.patch \
25 file://mmap2.patch \
26 file://determinism.patch \
27 file://0001-tests-meson.build-use-relative-path-to-refer-to-file.patch \
28 file://0001-riscv-Set-5.4-as-minimum-kernel-version-for-riscv32.patch \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/
H A Dgcc-11.3.inc33 file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
34 file://0002-gcc-poison-system-directories.patch \
35 file://0003-64-bit-multilib-hack.patch \
36 file://0004-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch \
37 file://0005-cpp-honor-sysroot.patch \
38 file://0006-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch \
39 file://0007-gcc-Fix-argument-list-too-long-error.patch \
40 file://0008-libtool.patch \
41 file://0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch \
42 file://0010-Use-the-multilib-config-files-from-B-instead-of-usin.patch \
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/
H A Dkexec-tools-klibc_git.bb18 BUILD_PATCHES = "file://0001-force-static-build.patch \
19 file://0002-Adjust-the-order-of-headers-to-fix-build-for-musl.patch"
22 file://0003-kexec-elf-rel-use-our-elf.h.patch \
23 file://0004-kexec-elf-exec.c-replace-with-our-err.h.patch \
24 file://0005-crashdump-elf.c-work-around-for-sysconf-_SC_NPROCESS.patch \
25 file://0006-kexec-syscall.h-work-around-missing-syscall-wrapper.patch \
26 file://0007-kexec.c-add-guard-around-ENOTSUP.patch \
27 file://0008-kexec.c-replace-mising-BLKGETSIZE64.patch \
28 file://0009-vmcore-dmesg.c-work-around-missing-imaxdiv.patch \
29 file://0010-fs2dt.c-work-around-missing-getline.patch \
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A Dpatch-kernel62 PNAME=patch-kernel
73 patch directory defaults to the current directory,
92 echo "cannot find patch file: ${patch}"
149 if $uncomp ${patchdir}/$1${ext} | patch -p1 -s -N -E -d $sourcedir
171 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir
242 patch="patch-${CURRENTFULLVERSION}"
243 findFile $patchdir/${patch} || noFile ${patch}
244 reversePatch ${patch} || exit 1
272 patch=patch-$FULLVERSION
274 findFile $patchdir/${patch} || noFile ${patch}
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A Dpatch-kernel62 PNAME=patch-kernel
73 patch directory defaults to the current directory,
92 echo "cannot find patch file: ${patch}"
149 if $uncomp ${patchdir}/$1${ext} | patch -p1 -s -N -E -d $sourcedir
171 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir
242 patch="patch-${CURRENTFULLVERSION}"
243 findFile $patchdir/${patch} || noFile ${patch}
244 reversePatch ${patch} || exit 1
272 patch=patch-$FULLVERSION
274 findFile $patchdir/${patch} || noFile ${patch}
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A Dpatch-kernel61 PNAME=patch-kernel
72 patch directory defaults to the current directory,
91 echo "cannot find patch file: ${patch}"
148 if $uncomp ${patchdir}/$1${ext} | patch -p1 -s -N -E -d $sourcedir
170 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir
241 patch="patch-${CURRENTFULLVERSION}"
242 findFile $patchdir/${patch} || noFile ${patch}
243 reversePatch ${patch} || exit 1
271 patch=patch-$FULLVERSION
273 findFile $patchdir/${patch} || noFile ${patch}
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A Dpatch-kernel61 PNAME=patch-kernel
72 patch directory defaults to the current directory,
91 echo "cannot find patch file: ${patch}"
148 if $uncomp ${patchdir}/$1${ext} | patch -p1 -s -N -E -d $sourcedir
170 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir
241 patch="patch-${CURRENTFULLVERSION}"
242 findFile $patchdir/${patch} || noFile ${patch}
243 reversePatch ${patch} || exit 1
271 patch=patch-$FULLVERSION
273 findFile $patchdir/${patch} || noFile ${patch}
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Dpatch-kernel62 PNAME=patch-kernel
73 patch directory defaults to the current directory,
92 echo "cannot find patch file: ${patch}"
149 if $uncomp ${patchdir}/$1${ext} | patch -p1 -s -N -E -d $sourcedir
171 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir
242 patch="patch-${CURRENTFULLVERSION}"
243 findFile $patchdir/${patch} || noFile ${patch}
244 reversePatch ${patch} || exit 1
272 patch=patch-$FULLVERSION
274 findFile $patchdir/${patch} || noFile ${patch}
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A Dpatch-kernel62 PNAME=patch-kernel
73 patch directory defaults to the current directory,
92 echo "cannot find patch file: ${patch}"
149 if $uncomp ${patchdir}/$1${ext} | patch -p1 -s -N -E -d $sourcedir
171 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir
242 patch="patch-${CURRENTFULLVERSION}"
243 findFile $patchdir/${patch} || noFile ${patch}
244 reversePatch ${patch} || exit 1
272 patch=patch-$FULLVERSION
274 findFile $patchdir/${patch} || noFile ${patch}
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A Dpatch-kernel62 PNAME=patch-kernel
73 patch directory defaults to the current directory,
92 echo "cannot find patch file: ${patch}"
149 if $uncomp ${patchdir}/$1${ext} | patch -p1 -s -N -E -d $sourcedir
171 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir
242 patch="patch-${CURRENTFULLVERSION}"
243 findFile $patchdir/${patch} || noFile ${patch}
244 reversePatch ${patch} || exit 1
272 patch=patch-$FULLVERSION
274 findFile $patchdir/${patch} || noFile ${patch}
[all …]
/OK3568_Linux_fs/kernel/sound/drivers/opl3/
H A Dopl3_synth.c247 struct fm_patch *patch; in snd_opl3_load_patch() local
250 patch = snd_opl3_find_patch(opl3, prog, bank, 1); in snd_opl3_load_patch()
251 if (!patch) in snd_opl3_load_patch()
254 patch->type = type; in snd_opl3_load_patch()
257 patch->inst.op[i].am_vib = data[AM_VIB + i]; in snd_opl3_load_patch()
258 patch->inst.op[i].ksl_level = data[KSL_LEVEL + i]; in snd_opl3_load_patch()
259 patch->inst.op[i].attack_decay = data[ATTACK_DECAY + i]; in snd_opl3_load_patch()
260 patch->inst.op[i].sustain_release = data[SUSTAIN_RELEASE + i]; in snd_opl3_load_patch()
261 patch->inst.op[i].wave_select = data[WAVE_SELECT + i]; in snd_opl3_load_patch()
263 patch->inst.feedback_connection[0] = data[CONNECTION]; in snd_opl3_load_patch()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/
H A Dsdbus-c++-libsystemd_250.3.bb16 file://static-libsystemd-pkgconfig.patch \
23 file://0002-don-t-use-glibc-specific-qsort_r.patch \
24 file://0003-missing_type.h-add-__compare_fn_t-and-comparison_fn_.patch \
25 file://0004-add-fallback-parse_printf_format-implementation.patch \
26 file://0005-src-basic-missing.h-check-for-missing-strndupa.patch \
27 file://0007-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch \
28 file://0008-add-missing-FTW_-macros-for-musl.patch \
29 file://0009-fix-missing-of-__register_atfork-for-non-glibc-build.patch \
30 file://0010-Use-uintmax_t-for-handling-rlim_t.patch \
31 file://0011-test-sizeof.c-Disable-tests-for-missing-typedefs-in-.patch \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/
H A Dunzip_6.0.bb11 file://avoid-strip.patch \
12 file://define-ldflags.patch \
13 file://06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch \
14 file://cve-2014-9636.patch \
15 file://09-cve-2014-8139-crc-overflow.patch \
16 file://10-cve-2014-8140-test-compr-eb.patch \
17 file://11-cve-2014-8141-getzip64data.patch \
18 file://CVE-2015-7696.patch \
19 file://CVE-2015-7697.patch \
20 file://fix-security-format.patch \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/
H A Dtcp-wrappers_7.6.bb23 file://01_man_portability.patch \
24 file://05_wildcard_matching.patch \
25 file://06_fix_gethostbyname.patch \
26 file://10_usagi-ipv6.patch \
27 file://11_tcpd_blacklist.patch \
28 file://11_usagi_fix.patch \
29 file://12_makefile_config.patch \
30 file://13_shlib_weaksym.patch \
31 file://14_cidr_support.patch \
32 file://15_match_clarify.patch \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/
H A Dgo-1.17.13.inc8 file://0001-allow-CC-and-CXX-to-have-multiple-words.patch \
9 file://0002-cmd-go-make-content-based-hash-generation-less-pedan.patch \
10 file://0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch \
11 file://0004-ld-add-soname-to-shareable-objects.patch \
12 file://0005-make.bash-override-CC-when-building-dist-and-go_boot.patch \
13 file://0006-cmd-dist-separate-host-and-target-builds.patch \
14 file://0007-cmd-go-make-GOROOT-precious-by-default.patch \
15 file://0008-use-GOBUILDMODE-to-set-buildmode.patch \
16 file://0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch \
17 file://0001-exec.go-do-not-write-linker-flags-into-buildids.patch \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpatch.py88 def Import(self, patch, force): argument
89 if not patch.get("file"):
90 if not patch.get("remote"):
93 patch["file"] = bb.fetch2.localpath(patch["remote"], self.d)
96 if not patch.get(param):
97 patch[param] = PatchSet.defaults[param]
99 if patch.get("remote"):
100 patch["file"] = self.d.expand(bb.fetch2.localpath(patch["remote"], self.d))
102 patch["filemd5"] = bb.utils.md5_file(patch["file"])
191 def _appendPatchFile(self, patch, strippath): argument
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/
H A Drdist_6.1.5.bb15 SRC_URI += "file://rdist-6.1.5-linux.patch \
16 file://rdist-6.1.5-links.patch \
17 file://rdist-6.1.5-oldpath.patch \
18 file://rdist-6.1.5-hardlink.patch \
19 file://rdist-6.1.5-bison.patch \
20 file://rdist-6.1.5-varargs.patch \
21 file://rdist-6.1.5-maxargs.patch \
22 file://rdist-6.1.5-lfs.patch \
23 file://rdist-6.1.5-cleanup.patch \
24 file://rdist-6.1.5-svr4.patch \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/
H A Dcurl_7.82.0.bb13 file://CVE-2022-22576.patch \
14 file://CVE-2022-27775.patch \
15 file://CVE-2022-27776.patch \
16 file://CVE-2022-27774-1.patch \
17 file://CVE-2022-27774-2.patch \
18 file://CVE-2022-27774-3.patch \
19 file://CVE-2022-27774-4.patch \
20 file://CVE-2022-30115.patch \
21 file://CVE-2022-27780.patch \
22 file://CVE-2022-27781.patch \
[all …]

12345678910>>...107