/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 …]
|
/linux/Documentation/admin-guide/ |
H A D | bug-bisect.rst | 92 revert. 95 to revert the change by specifying its commit-id:: 97 git revert --no-edit cafec0cacaca0 100 commit. In that case, abandon the attempt. Do the same, if Git fails to revert 103 check out its latest codebase and try a revert there. 105 If a revert succeeds, build and test another kernel to check if reverting
|
/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 …]
|
H A D | handling-regressions.rst | 242 above). That's because the stable team normally does neither revert nor fix 486 three weeks means that I will revert, and I will stop pulling apparmor 739 One _particularly_ last-minute revert is the top-most commit (ignoring 750 revert out as instructive, though. It's more that it's an instructive 757 The point here being that we revert based on user-reported _behavior_,
|
/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()
|
/linux/drivers/of/ |
H A D | dynamic.c | 570 bool revert) in __of_changeset_entry_notify() argument 576 if (revert) { in __of_changeset_entry_notify() 691 * If apply fails, an attempt is made to revert the entries that were 694 * If multiple revert errors occur then only the final revert error is reported. 697 * If a revert error occurs, it is returned in *ret_revert. 751 * If a changeset entry apply fails, an attempt is made to revert any 793 * Revert the changeset entries in @ocs. 794 * 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 903 * attempt is made to revert any changes that were made to the 904 * device tree. If there were any errors during the revert attempt 938 pr_debug("overlay changeset revert error %d\n", in of_overlay_apply() 1151 * of_overlay_remove() - Revert and free an overlay changeset 1157 * If an error occurred while attempting to revert the overlay changeset, 1163 * A non-zero return value will not revert the changeset if error is from: 1166 * - overlay changeset entry revert 1174 * A non-zero return value will revert the changeset if error is from:
|
/linux/drivers/of/unittest-data/ |
H A D | overlay_5.dtso | 5 /* overlay_5 - test overlay apply revert */
|
/linux/Documentation/mm/ |
H A D | hwpoison.rst | 84 Set early/late kill mode/revert to system default 87 Revert to system default
|
/linux/drivers/parport/ |
H A D | BUGS-parport | 6 o parport_pc_ecp_read_block_pio() is broken. parport will revert to the
|
/linux/arch/riscv/lib/ |
H A D | uaccess.S | 108 addi t0, t0, 8*SZREG /* revert to original value */ 161 /* Revert src to original unaligned value */
|
/linux/Documentation/driver-api/ |
H A D | device_link.rst | 289 * If the probe fails, links to suppliers revert back to ``DL_STATE_AVAILABLE``. 295 * When the consumer's driver is later on removed, links to suppliers revert 313 the supplier driver is released and the links revert to ``DL_STATE_DORMANT``.
|
/linux/drivers/gpu/drm/amd/display/ |
H A D | Kconfig | 24 would cause an immediate kernel panic on most architectures. We'll revert
|
/linux/tools/crypto/ccp/ |
H A D | test_dbc.py | 237 # revert back to current 255 # revert back to current
|
/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | ucall.c |
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-power-ltc4162l | 75 voltage above 1V. It will then automatically revert to "0".
|
/linux/drivers/edac/ |
H A D | cpc925_edac.c | 419 * Revert DDR column/row/bank addresses into page frame number and 459 /* Revert csrow number */ in cpc925_mc_get_pfn() 462 /* Revert column address */ in cpc925_mc_get_pfn() 470 /* Revert bank address */ in cpc925_mc_get_pfn() 473 /* Revert row address, in 4 steps */ in cpc925_mc_get_pfn() 538 /* Revert column/row addresses into page frame number, etc */ in cpc925_mc_check()
|
/linux/Documentation/userspace-api/gpio/ |
H A D | gpio-get-lineevent-ioctl.rst | 46 the line becomes uncontrolled from the userspace perspective, and may revert
|
/linux/include/uapi/linux/ |
H A D | igmp.h | 118 /* revert to IGMP v2 router. */
|
/linux/Documentation/translations/zh_CN/mm/ |
H A D | hwpoison.rst | 79 设置early/late kill mode/revert 到系统默认值。
|
/linux/fs/ext4/ |
H A D | ioctl.c | 301 * and also to revert this primary swap in case of errors. 304 * will revert all changes. 478 /* Revert all changes: */ in swap_inode_boot_loader() 494 goto revert; in swap_inode_boot_loader() 504 revert: in swap_inode_boot_loader() 505 /* Revert all changes: */ in swap_inode_boot_loader()
|
/linux/Documentation/livepatch/ |
H A D | cumulative-patches.rst | 52 - Atomically revert some functions in a previous patch while
|
/linux/kernel/cgroup/ |
H A D | pids.c | 181 goto revert; in pids_try_charge() 192 revert: in pids_try_charge()
|
/linux/arch/arm/kernel/ |
H A D | entry-v7m.S | 47 @ be using the IRQ stack, so revert to the original value in that case.
|
/linux/arch/x86/boot/ |
H A D | video-bios.c | 52 started. That's bad. Try to revert to the original in set_bios_mode()
|