/openbmc/linux/tools/testing/crypto/chacha20-s390/ |
H A D | test-cipher.c | 51 static int test_lib_chacha(u8 *revert, u8 *cipher, u8 *plain) in test_lib_chacha() argument 87 chacha_crypt_arch(chacha_state, revert, cipher, data_size, 20); in test_lib_chacha() 92 16, 1, revert, in test_lib_chacha() 126 static int test_skcipher(char *name, u8 *revert, u8 *cipher, u8 *plain) in test_skcipher() argument 198 sg_init_one(&sk.sgout, revert, data_size); in test_skcipher() 215 16, 1, revert, in test_skcipher() 238 u8 *plain = NULL, *revert = NULL; in chacha_s390_test_init() local 269 revert = vzalloc(data_size); in chacha_s390_test_init() 270 if (!revert) { in chacha_s390_test_init() 271 pr_info("could not allocate revert buffer\n"); in chacha_s390_test_init() [all …]
|
/openbmc/linux/Documentation/process/ |
H A D | applying-patches.rst | 19 In addition to explaining how to apply and revert patches, a brief 37 How do I apply or revert a patch? 57 To revert a previously applied patch, use the -R argument to patch. 62 You can revert (undo) it like this:: 185 previously and actually intended to revert it, but forgot to specify -R, 186 then you can say [**y**]es here to make patch revert it for you. 280 first revert the 5.x.y patch). 294 $ patch -p1 -R < ../patch-5.6.1 # revert the 5.6.1 patch 332 $ patch -p1 -R < ../patch-5.7.2 # revert the 5.7.2 patch 389 $ patch -p1 -R < ../patch-5.8-rc3 # revert the 5.8-rc3 patch [all …]
|
/openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
H A D | test_mbox.py | 47 # skip those patches that revert older commits, these do not required the tag presence 62 # no reason to re-check on revert shortlogs 63 if shortlog.startswith('Revert "'): 73 # no reason to re-check on revert shortlogs 75 if shortlog.startswith('Revert "'):
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | io.h | 32 * documentation, so we revert it back to the proper addresses, the in dwc3_readl() 51 * documentation, so we revert it back to the proper addresses, the in dwc3_writel()
|
/openbmc/openbmc-test-automation/extended/ |
H A D | factory_reset.robot | 31 Revert to Initial Setup And Verify 32 [Documentation] Revert to old setup.
|
/openbmc/linux/drivers/of/ |
H A D | dynamic.c | 568 bool revert) in __of_changeset_entry_notify() argument 574 if (revert) { in __of_changeset_entry_notify() 689 * If apply fails, an attempt is made to revert the entries that were 692 * If multiple revert errors occur then only the final revert error is reported. 695 * If a revert error occurs, it is returned in *ret_revert. 749 * If a changeset entry apply fails, an attempt is made to revert any 791 * Revert the changeset entries in @ocs. 792 * If revert fails, an attempt is made to re-apply the entries that were
|
H A D | overlay.c | 88 * If a changeset apply or revert encounters an error, an attempt will 909 * attempt is made to revert any changes that were made to the 910 * device tree. If there were any errors during the revert attempt 944 pr_debug("overlay changeset revert error %d\n", in of_overlay_apply() 1161 * of_overlay_remove() - Revert and free an overlay changeset 1167 * If an error occurred while attempting to revert the overlay changeset, 1173 * A non-zero return value will not revert the changeset if error is from: 1176 * - overlay changeset entry revert 1184 * A non-zero return value will revert the changeset if error is from:
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | ServiceAdmin.pm | 44 # our need to add revert functionality and our need to harden distros that 176 # If we removed the link, add a link command to the revert file 214 # our need to add revert functionality and our need to harden distros that 217 # chkconfig allows for a REVERT of its work by writing to an executable 368 … # If we removed the link, add a link command to the revert file 369 … # Write out the revert information for recreating the S__ 431 # Also provide &B_System revert command 483 # Also provide &B_System revert command
|
H A D | API.pm | 73 # &B_symlink - create a symlink to a file, recording the revert rm 77 # &B_createdir - make a directory, if it doesn't exist, record revert rmdir 78 # &B_cp - copy a file, respecting LOGONLY and revert func. 79 # &B_mknod - wrap mknod with revert and logonly and prefix functionality 216 "$spc -r : revert all Bastille changes to-date\n". 241 # /var/log/Bastille/revert -- directory holding all Bastille-created revert scripts 242 # /var/log/Bastille/revert/backup -- directory holding the original files that 258 # /var/opt/sec_mgmt/bastille/revert -- directory holding all Bastille-created 259 # revert scripts and save files 1483 # &B_create_file, to support Bastille's revert functionality, writes an [all …]
|
/openbmc/linux/drivers/of/unittest-data/ |
H A D | overlay_5.dtso | 5 /* overlay_5 - test overlay apply revert */
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-core/musl/ |
H A D | musl_%.bbappend | 2 SRC_URI += "${@bb.utils.contains('MACHINE_FEATURES', 'ts-crypto', 'file://0001-Revert-ldso-fix-non-…
|
/openbmc/linux/drivers/parport/ |
H A D | BUGS-parport | 6 o parport_pc_ecp_read_block_pio() is broken. parport will revert to the
|
/openbmc/openbmc/poky/meta/recipes-devtools/apt/ |
H A D | apt_2.6.1.bb | 21 file://0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch \ 26 file://0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch \
|
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/ |
H A D | 0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch | 4 Subject: [PATCH] Revert "build: Make gpgme.m4 use gpgrt-config with *.pc." 8 The oe-core does not support gpgrt-config, so revert it
|
/openbmc/intel-ipmi-oem/src/ |
H A D | manufacturingcommands.cpp | 190 // Don't revert the behaviour for validation unsecure mode. in revertTimerHandler() 211 // Don't revert the behaviour for manufacturing mode in revertTimerHandler() 465 if (action == SmActionGet::revert || action == SmActionGet::ignore) in appMTMGetSignal() 468 // unnecessary. Hence if requested for revert / ignore, override in appMTMGetSignal() 499 case SmActionGet::revert: in appMTMGetSignal() 501 lg2::info("case SmActionGet::revert"); in appMTMGetSignal() 609 case SmActionSet::revert: in appMTMSetSignal() 611 lg2::info("case SmActionSet::revert"); in appMTMSetSignal() 636 case SmActionSet::revert: in appMTMSetSignal() 727 case SmActionSet::revert: in appMTMSetSignal() [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/ |
H A D | mdadm_4.3.bb | 125 echo "disabled, no strace" > ${D}${PTEST_PATH}/tests/07revert-grow.broken 126 echo "disabled, no strace" > ${D}${PTEST_PATH}/tests/07revert-inplace.broken
|
/openbmc/linux/Documentation/mm/ |
H A D | hwpoison.rst | 84 Set early/late kill mode/revert to system default 87 Revert to system default
|
/openbmc/openbmc-build-scripts/config/ |
H A D | .gitlint | 16 # By default gitlint will ignore merge, revert, fixup and squash commits. 18 # ignore-revert-commits=true
|
/openbmc/webui-vue/ |
H A D | format-code.sh | 22 # Therefore, revert it back to what it was previously.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
H A D | 0001-Do-not-use-glob-in-deps.patch | 1 // Revert the patch found here https://github.com/nodejs/node/commit/fe1dd26398e1887b96b2dc51ab5937…
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0002-Revert-configure-Require-libmodplug-0.8.9.patch | 3 Subject: Revert "configure: Require libmodplug >= 0.8.9"
|
/openbmc/linux/arch/riscv/lib/ |
H A D | uaccess.S | 100 addi t0, t0, 8*SZREG /* revert to original value */ 153 /* Revert src to original unaligned value */
|
/openbmc/intel-ipmi-oem/include/ |
H A D | manufacturingcommands.hpp | 96 revert = 2 enumerator 103 revert = 2 enumerator
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libxklavier/libxklavier/ |
H A D | 0001-xklavier_config_xkb.c-Fix-keyboard-layout-settings-f.patch | 13 [2] https://launchpadlibrarian.net/399410035/revert-default-group-change.patch
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-core/musl/files/ |
H A D | 0001-Revert-ldso-fix-non-functional-fix-to-early-dynamic-.patch | 4 Subject: [PATCH] Revert "ldso: fix non-functional fix to early dynamic
|