Home
last modified time | relevance | path

Searched full:revert (Results 1 – 25 of 497) sorted by relevance

12345678910>>...20

/kernel/linux/linux-6.6/tools/testing/crypto/chacha20-s390/
Dtest-cipher.c51 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 …]
/kernel/linux/linux-6.6/Documentation/process/
Dapplying-patches.rst19 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 …]
/kernel/linux/linux-5.10/Documentation/process/
Dapplying-patches.rst19 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.
276 first revert the 5.x.y patch).
290 $ patch -p1 -R < ../patch-5.6.1 # revert the 5.6.1 patch
329 $ patch -p1 -R < ../patch-5.7.2 # revert the 5.7.2 patch
371 $ patch -p1 -R < ../patch-5.8-rc3 # revert the 5.8-rc3 patch
[all …]
/kernel/linux/linux-6.6/drivers/usb/dwc3/
Dio.h32 * 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()
/kernel/linux/linux-5.10/drivers/usb/dwc3/
Dio.h32 * 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()
/kernel/linux/linux-5.10/drivers/of/
Ddynamic.c533 bool revert) in __of_changeset_entry_notify() argument
539 if (revert) { in __of_changeset_entry_notify()
685 * If apply fails, an attempt is made to revert the entries that were
688 * If multiple revert errors occur then only the final revert error is reported.
691 * If a revert error occurs, it is returned in *ret_revert.
745 * If a changeset entry apply fails, an attempt is made to revert any
787 * Revert the changeset entries in @ocs.
788 * If revert fails, an attempt is made to re-apply the entries that were
Doverlay.c84 * If a changeset apply or revert encounters an error, an attempt will
904 * attempt is made to revert any changes that were made to the
905 * device tree. If there were any errors during the revert attempt
971 pr_debug("overlay changeset revert error %d\n", in of_overlay_apply()
1152 * of_overlay_remove() - Revert and free an overlay changeset
1158 * If an error occurred while attempting to revert the overlay changeset,
1164 * A non-zero return value will not revert the changeset if error is from:
1167 * - overlay changeset entry revert
1175 * A non-zero return value will revert the changeset if error is from:
/kernel/linux/linux-6.6/drivers/of/
Ddynamic.c568 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
Doverlay.c88 * 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:
/kernel/linux/linux-5.10/drivers/of/unittest-data/
Doverlay_5.dts5 /* overlay_5 - test overlay apply revert */
/kernel/linux/linux-6.6/drivers/of/unittest-data/
Doverlay_5.dtso5 /* overlay_5 - test overlay apply revert */
/kernel/linux/linux-6.6/drivers/parport/
DBUGS-parport6 o parport_pc_ecp_read_block_pio() is broken. parport will revert to the
/kernel/linux/linux-5.10/drivers/parport/
DBUGS-parport6 o parport_pc_ecp_read_block_pio() is broken. parport will revert to the
/kernel/linux/linux-6.6/Documentation/mm/
Dhwpoison.rst84 Set early/late kill mode/revert to system default
87 Revert to system default
/kernel/linux/linux-5.10/Documentation/vm/
Dhwpoison.rst88 Set early/late kill mode/revert to system default
91 Revert to system default
/kernel/linux/linux-6.6/arch/riscv/lib/
Duaccess.S100 addi t0, t0, 8*SZREG /* revert to original value */
153 /* Revert src to original unaligned value */
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/
DKconfig19 panic on most architectures. We'll revert this when the following bug report
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/
DKconfig20 panic on most architectures. We'll revert this when the following bug report
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/
Ducall.c14 * FIXME: Revert this hack (the entire commit that added it) once nVMX in ucall_arch_do_ucall()
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-class-power-ltc4162l75 voltage above 1V. It will then automatically revert to "0".
/kernel/linux/linux-5.10/Documentation/driver-api/
Ddevice_link.rst289 * 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``.
/kernel/linux/linux-6.6/Documentation/driver-api/
Ddevice_link.rst289 * 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``.
/kernel/linux/linux-6.6/tools/crypto/ccp/
Dtest_dbc.py235 # revert back to current
253 # revert back to current
/kernel/linux/linux-5.10/fs/ext4/
Dioctl.c53 * and also to revert this primary swap in case of errors.
56 * will revert all changes.
216 /* Revert all changes: */ in swap_inode_boot_loader()
232 goto revert; in swap_inode_boot_loader()
242 revert: in swap_inode_boot_loader()
243 /* Revert all changes: */ in swap_inode_boot_loader()
/kernel/linux/linux-6.6/kernel/cgroup/
Dpids.c172 goto revert; in pids_try_charge()
183 revert: in pids_try_charge()

12345678910>>...20