/linux-6.14.4/tools/testing/crypto/chacha20-s390/ |
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-6.14.4/Documentation/admin-guide/ |
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-6.14.4/Documentation/process/ |
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 …]
|
/linux-6.14.4/drivers/usb/dwc3/ |
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-6.14.4/drivers/of/ |
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
|
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-6.14.4/drivers/of/unittest-data/ |
D | overlay_5.dtso | 5 /* overlay_5 - test overlay apply revert */
|
/linux-6.14.4/drivers/parport/ |
D | BUGS-parport | 6 o parport_pc_ecp_read_block_pio() is broken. parport will revert to the
|
/linux-6.14.4/Documentation/mm/ |
D | hwpoison.rst | 84 Set early/late kill mode/revert to system default 87 Revert to system default
|
/linux-6.14.4/arch/riscv/lib/ |
D | uaccess.S | 108 addi t0, t0, 8*SZREG /* revert to original value */ 161 /* Revert src to original unaligned value */
|
/linux-6.14.4/drivers/gpu/drm/amd/display/ |
D | Kconfig | 24 would cause an immediate kernel panic on most architectures. We'll revert
|
/linux-6.14.4/tools/testing/selftests/kvm/lib/x86/ |
D | ucall.c | 14 * FIXME: Revert this hack (the entire commit that added it) once nVMX in ucall_arch_do_ucall()
|
/linux-6.14.4/Documentation/driver-api/ |
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-6.14.4/tools/testing/selftests/net/packetdrill/ |
D | tcp_sack_sack-route-refresh-ip-tos.pkt | 30 // Then revert to avoid routing/mangling/etc implications of that setting.
|
D | tcp_limited_transmit_limited-transmit-no-sack.pkt | 34 // So we revert state back to Open. Slow start cwnd from 10 to 11
|
/linux-6.14.4/tools/crypto/ccp/ |
D | test_dbc.py | 237 # revert back to current 255 # revert back to current
|
/linux-6.14.4/Documentation/ABI/testing/ |
D | sysfs-class-power-ltc4162l | 75 voltage above 1V. It will then automatically revert to "0".
|
/linux-6.14.4/drivers/perf/ |
D | fsl_imx8_ddr_perf.c | 569 /* revert axi id masking(axi_mask) value */ in ddr_perf_event_add() 583 /* revert axi id masking(axi_mask) value */ in ddr_perf_event_add() 588 /* revert axi read channel(axi_channel) value */ in ddr_perf_event_add() 592 /* revert axi write channel(axi_channel) value */ in ddr_perf_event_add()
|
/linux-6.14.4/Documentation/userspace-api/gpio/ |
D | gpio-get-lineevent-ioctl.rst | 46 the line becomes uncontrolled from the userspace perspective, and may revert
|
/linux-6.14.4/drivers/edac/ |
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-6.14.4/Documentation/translations/zh_CN/mm/ |
D | hwpoison.rst | 79 设置early/late kill mode/revert 到系统默认值。
|
/linux-6.14.4/include/uapi/linux/ |
D | igmp.h | 118 /* revert to IGMP v2 router. */
|
/linux-6.14.4/Documentation/livepatch/ |
D | cumulative-patches.rst | 52 - Atomically revert some functions in a previous patch while
|
/linux-6.14.4/fs/ext4/ |
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-6.14.4/drivers/hid/ |
D | hid-lg4ff.c | 230 {0xf8, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, /* Revert mode upon USB reset */ 236 {0xf8, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, /* Revert mode upon USB reset */ 242 {0xf8, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, /* Revert mode upon USB reset */ 248 {0xf8, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, /* Revert mode upon USB reset */ 254 {0xf8, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, /* Revert mode upon USB reset */ 260 {0xf8, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, /* Revert mode upon USB reset */
|