/openbmc/linux/kernel/livepatch/ |
H A D | core.c | 102 static struct klp_object *klp_find_object(struct klp_patch *patch, in klp_find_object() argument 107 klp_for_each_object(patch, obj) { in klp_find_object() 353 static int __klp_disable_patch(struct klp_patch *patch); 358 struct klp_patch *patch; in enabled_store() local 366 patch = container_of(kobj, struct klp_patch, kobj); in enabled_store() 370 if (patch->enabled == enabled) { in enabled_store() 383 if (patch == klp_transition_patch) in enabled_store() 386 ret = __klp_disable_patch(patch); in enabled_store() 401 struct klp_patch *patch; in enabled_show() local 403 patch = container_of(kobj, struct klp_patch, kobj); in enabled_show() [all …]
|
H A D | state.c | 15 #define klp_for_each_state(patch, state) \ argument 16 for (state = patch->states; state && state->id; state++) 31 struct klp_state *klp_get_state(struct klp_patch *patch, unsigned long id) in klp_get_state() argument 35 klp_for_each_state(patch, state) { in klp_get_state() 66 struct klp_patch *patch; in klp_get_prev_state() local 72 klp_for_each_patch(patch) { in klp_get_prev_state() 73 if (patch == klp_transition_patch) in klp_get_prev_state() 76 state = klp_get_state(patch, id); in klp_get_prev_state() 87 static bool klp_is_state_compatible(struct klp_patch *patch, in klp_is_state_compatible() argument 92 state = klp_get_state(patch, old_state->id); in klp_is_state_compatible() [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/ |
H A D | u-boot-corstone1000.inc | 19 file://0001-FF-A-v15-arm64-smccc-add-support-for-SMCCCv1.2-x0-x1.patch \ 20 file://0002-FF-A-v15-lib-uuid-introduce-uuid_str_to_le_bin-funct.patch \ 21 file://0003-FF-A-v15-lib-uuid-introduce-testcase-for-uuid_str_to.patch \ 22 file://0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch \ 23 file://0005-FF-A-v15-arm_ffa-introduce-armffa-command.patch \ 24 file://0006-FF-A-v15-arm_ffa-introduce-sandbox-FF-A-support.patch \ 25 file://0007-FF-A-v15-arm_ffa-introduce-sandbox-test-cases-for-UC.patch \ 26 file://0008-FF-A-v15-arm_ffa-introduce-armffa-command-Sandbox-te.patch \ 27 file://0009-FF-A-v15-arm_ffa-efi-introduce-FF-A-MM-communication.patch \ 28 file://0010-FF-A-v15-arm_ffa-efi-corstone1000-enable-MM-communic.patch \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/ |
H A D | kexec-tools-klibc_git.bb | 17 BUILD_PATCHES = "file://0001-force-static-build.patch \ 18 file://0002-Adjust-the-order-of-headers-to-fix-build-for-musl.patch \ 19 file://Fix-building-on-x86_64-with-binutils-2.41.patch \ 23 file://0003-kexec-elf-rel-use-our-elf.h.patch \ 24 file://0004-kexec-elf-exec.c-replace-with-our-err.h.patch \ 25 file://0005-crashdump-elf.c-work-around-for-sysconf-_SC_NPROCESS.patch \ 26 file://0006-kexec-syscall.h-work-around-missing-syscall-wrapper.patch \ 27 file://0007-kexec.c-add-guard-around-ENOTSUP.patch \ 28 file://0008-kexec.c-replace-mising-BLKGETSIZE64.patch \ 29 file://0009-vmcore-dmesg.c-work-around-missing-imaxdiv.patch \ [all …]
|
/openbmc/linux/Documentation/process/ |
H A D | applying-patches.rst | 11 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 …]
|
/openbmc/linux/scripts/ |
H A D | patch-kernel | 62 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 …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/ |
H A D | trusted-firmware-m-corstone1000.inc | 18 file://0001-arm-trusted-firmware-m-disable-address-warnings-into.patch \ 23 file://0001-Platform-Corstone1000-Align-capsule-UEFI-structs.patch \ 24 file://0002-Platform-Corstone1000-Fix-NV-counter-writing.patch \ 25 file://0003-Platform-Corstone1000-Enable-firewall-in-FVP.patch \ 26 file://0004-Platform-CS1000-Increase-ITS-max-asset-size.patch \ 27 file://0005-Platform-CS1000-Increase-RSE_COMMS-buffer-size.patch \ 28 file://0006-Platform-CS1000-Increase-buffers-for-EFI-vars.patch \ 29 file://0007-Plaform-Corstone1000-Switch-to-metadata-v2.patch \ 30 file://0008-Platform-CS1000-Increase-flash-PS-area-size.patch \ 31 file://0009-corstone1000-Remove-reset-after-capsule-update.patch \ [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ |
H A D | ts-arm-platforms.inc | 5 file://0001-Add-stub-capsule-update-service-components.patch \ 6 file://0002-Fix-in-AEAD-for-psa-arch-test-254.patch \ 7 file://0003-FMP-Support-in-Corstone1000.patch \ 8 file://0004-smm_gateway-GetNextVariableName-Fix.patch \ 9 file://0005-Fix-psa-api-crypto-test-no-243.patch \ 10 file://0006-plat-corstone1000-Use-the-stateless-platform-service.patch \ 11 file://0007-plat-corstone1000-Initialize-capsule-update-provider.patch \ 12 file://0008-plat-corstone1000-add-client_id-for-FMP-service.patch \ 13 file://0009-Remove-Werror-flag.patch \ 14 file://0010-Remove-PLATFORM_HAS_ATTEST_PK-define-from-IAT-test.patch \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/unzip/ |
H A D | unzip_6.0.bb | 10 file://avoid-strip.patch \ 11 file://define-ldflags.patch \ 12 file://06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch \ 13 file://cve-2014-9636.patch \ 14 file://09-cve-2014-8139-crc-overflow.patch \ 15 file://10-cve-2014-8140-test-compr-eb.patch \ 16 file://11-cve-2014-8141-getzip64data.patch \ 17 file://CVE-2015-7696.patch \ 18 file://CVE-2015-7697.patch \ 19 file://fix-security-format.patch \ [all …]
|
/openbmc/linux/sound/drivers/opl3/ |
H A D | opl3_synth.c | 247 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 …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/ |
H A D | sdbus-c++-libsystemd_255.6.bb | 16 file://static-libsystemd-pkgconfig.patch \ 23 file://0001-missing_type.h-add-comparison_fn_t.patch \ 24 file://0002-add-fallback-parse_printf_format-implementation.patch \ 25 file://0002-binfmt-Don-t-install-dependency-links-at-install-tim.patch \ 26 file://0003-src-basic-missing.h-check-for-missing-strndupa.patch \ 27 file://0004-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch \ 28 file://0005-add-missing-FTW_-macros-for-musl.patch \ 29 file://0006-Use-uintmax_t-for-handling-rlim_t.patch \ 30 file://0007-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch \ 31 file://0008-Define-glibc-compatible-basename-for-non-glibc-syste.patch \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/ |
H A D | rdist_6.1.5.bb | 15 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 …]
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/ |
H A D | tcp-wrappers_7.6.bb | 20 file://01_man_portability.patch \ 21 file://05_wildcard_matching.patch \ 22 file://06_fix_gethostbyname.patch \ 23 file://10_usagi-ipv6.patch \ 24 file://11_tcpd_blacklist.patch \ 25 file://11_usagi_fix.patch \ 26 file://12_makefile_config.patch \ 27 file://13_shlib_weaksym.patch \ 28 file://14_cidr_support.patch \ 29 file://15_match_clarify.patch \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-14.2.inc | 46 file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ 47 file://0002-gcc-poison-system-directories.patch \ 48 file://0003-64-bit-multilib-hack.patch \ 49 file://0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch \ 50 file://0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch \ 51 file://0006-cpp-honor-sysroot.patch \ 52 file://0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch \ 53 file://0008-libtool.patch \ 54 file://0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch \ 55 file://0010-Use-the-multilib-config-files-from-B-instead-of-usin.patch \ [all …]
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | jump_label.c | 26 struct patch { struct 41 struct patch *patch = data; in patch_text_stop_machine() argument 43 if (atomic_inc_return(&patch->cpu_count) == num_online_cpus()) { in patch_text_stop_machine() 44 local_patch_text(patch->addr, patch->data, patch->sz); in patch_text_stop_machine() 45 atomic_inc(&patch->cpu_count); in patch_text_stop_machine() 47 while (atomic_read(&patch->cpu_count) <= num_online_cpus()) in patch_text_stop_machine() 49 __invalidate_icache_range(patch->addr, patch->sz); in patch_text_stop_machine() 57 struct patch patch = { in patch_text() local 64 &patch, cpu_online_mask); in patch_text()
|
/openbmc/openbmc/poky/meta/recipes-devtools/patch/ |
H A D | patch_2.7.6.bb | 1 require patch.inc 4 SRC_URI += "file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ 5 file://0002-Fix-segfault-with-mangled-rename-patch.patch \ 6 file://0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch \ 7 file://0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch \ 8 file://0001-Fix-swapping-fake-lines-in-pch_swap.patch \ 9 file://CVE-2019-13636.patch \ 10 file://0001-Invoke-ed-directly-instead-of-using-the-shell.patch \ 11 file://0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch \ 12 file://0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch \ [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | patch.py | 90 def Import(self, patch, force): argument 91 if not patch.get("file"): 92 if not patch.get("remote"): 95 patch["file"] = bb.fetch2.localpath(patch["remote"], self.d) 98 if not patch.get(param): 99 patch[param] = PatchSet.defaults[param] 101 if patch.get("remote"): 102 patch["file"] = self.d.expand(bb.fetch2.localpath(patch["remote"], self.d)) 104 patch["filemd5"] = bb.utils.md5_file(patch["file"]) 193 def _appendPatchFile(self, patch, strippath): argument [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/ |
H A D | libtar_1.2.20.bb | 9 file://fix_libtool_sysroot.patch \ 10 file://0002-Do-not-strip-libtar.patch \ 11 file://0003-Fix-missing-prototype-compiler-warnings.patch \ 12 file://0004-Fix-invalid-memory-de-reference-issue.patch \ 13 file://0005-fix-file-descriptor-leaks-reported-by-cppcheck.patch \ 14 file://0006-fix-memleak-on-tar_open-failure.patch \ 15 file://0007-fix-memleaks-in-libtar-sample-program.patch \ 16 file://0008-decode-avoid-using-a-static-buffer-in-th_get_pathnam.patch \ 17 file://0009-Check-for-NULL-before-freeing-th_pathname.patch \ 18 file://0010-Added-stdlib.h-for-malloc-in-lib-decode.c.patch \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ |
H A D | ldconfig-native_2.12.1.bb | 8 file://ldconfig.patch \ 9 file://ldconfig_aux-cache_path_fix.patch \ 10 file://32and64bit.patch \ 11 file://endian-ness_handling.patch \ 12 file://flag_fix.patch \ 13 file://endianess-header.patch \ 14 file://ldconfig-default-to-all-multilib-dirs.patch \ 15 file://endian-ness_handling_fix.patch \ 16 file://add-64-bit-flag-for-ELF64-entries.patch \ 17 file://no-aux-cache.patch \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/ |
H A D | dpkg_1.22.11.bb | 5 file://noman.patch \ 6 file://remove-tar-no-timestamp.patch \ 7 file://arch_pm.patch \ 8 file://add_armeb_triplet_entry.patch \ 9 file://0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch \ 10 file://0001-script.c-avoid-use-of-chroot.patch \ 11 file://0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch \ 12 file://0006-add-musleabi-to-known-target-tripets.patch \ 13 file://0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch \ 14 file://0001-dpkg-Support-muslx32-build.patch \ [all …]
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | 5.Posting.rst | 15 e di procedure per la pubblicazione delle patch; seguirle renderà la vita 26 C'è sempre una certa resistenza nel pubblicare patch finché non sono 27 veramente "pronte". Per semplici patch questo non è un problema. 37 Poche persone guarderanno delle patch che si sa essere fatte a metà, 42 Prima di creare patch 46 l'invio delle patch alla comunità di sviluppo. Queste cose includono: 56 - La vostra patch ha delle conseguenze in termini di prestazioni? 59 incluso nella patch. 70 Preparazione di una patch 73 La preparazione delle patch per la pubblicazione può richiedere una quantità [all …]
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/ |
H A D | userland_git.bb | 24 file://0001-mmal-Do-not-use-Werror.patch \ 25 file://0001-Allow-applications-to-set-next-resource-handle.patch \ 26 file://0002-wayland-Add-support-for-the-Wayland-winsys.patch \ 27 file://0003-wayland-Add-Wayland-example.patch \ 28 file://0004-wayland-egl-Add-bcm_host-to-dependencies.patch \ 29 file://0005-interface-remove-faulty-assert-to-make-weston-happy-.patch \ 30 file://0006-zero-out-wl-buffers-in-egl_surface_free.patch \ 31 file://0007-initialize-front-back-wayland-buffers.patch \ 32 file://0008-Remove-RPC_FLUSH.patch \ 33 file://0009-fix-cmake-dependency-race.patch \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/ |
H A D | busybox_1.37.0.bb | 4 file://0001-depmod-Ignore-.debug-directories.patch \ 22 file://fail_on_no_media.patch \ 27 file://recognize_connmand.patch \ 28 file://busybox-cross-menuconfig.patch \ 44 file://makefile-libbb-race.patch \ 45 file://0001-testsuite-check-uudecode-before-using-it.patch \ 46 file://0001-testsuite-use-www.example.org-for-wget-test-cases.patch \ 47 file://0001-du-l-works-fix-to-use-145-instead-of-144.patch \ 48 file://0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch \ 49 file://0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/ |
H A D | mongodb_git.bb | 18 file://0001-Tell-scons-to-use-build-settings-from-environment-va.patch \ 19 file://0001-Use-long-long-instead-of-int64_t.patch \ 20 file://0001-Use-__GLIBC__-to-control-use-of-gnu_get_libc_version.patch \ 21 file://0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch \ 22 file://arm64-support.patch \ 23 file://0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch \ 24 file://0001-Support-deprecated-resolver-functions.patch \ 25 file://0003-Fix-unknown-prefix-env.patch \ 26 file://1296.patch \ 27 file://0001-Fix-compilation-with-fno-common.patch \ [all …]
|
/openbmc/linux/sound/synth/emux/ |
H A D | emux_hwdep.c | 23 struct soundfont_patch_info patch; in snd_emux_hwdep_load_patch() local 25 if (copy_from_user(&patch, arg, sizeof(patch))) in snd_emux_hwdep_load_patch() 28 if (patch.key == GUS_PATCH) in snd_emux_hwdep_load_patch() 30 patch.len + sizeof(patch), in snd_emux_hwdep_load_patch() 33 if (patch.type >= SNDRV_SFNT_LOAD_INFO && in snd_emux_hwdep_load_patch() 34 patch.type <= SNDRV_SFNT_PROBE_DATA) { in snd_emux_hwdep_load_patch() 35 err = snd_soundfont_load(emu->sflist, arg, patch.len + sizeof(patch), TMP_CLIENT_ID); in snd_emux_hwdep_load_patch() 40 return emu->ops.load_fx(emu, patch.type, patch.optarg, arg, patch.len + sizeof(patch)); in snd_emux_hwdep_load_patch()
|