| /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() 282 ret = test_skcipher("chacha20-generic", revert, cipher_generic, plain); 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/rust/kernel/ |
| H A D | iov.rs | 119 pub unsafe fn revert(&mut self, bytes: usize) { in revert() method 270 pub unsafe fn revert(&mut self, bytes: usize) { in revert() method
|
| /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/of/unittest-data/ |
| H A D | overlay_5.dtso | 5 /* overlay_5 - test overlay apply revert */
|
| /linux/drivers/parport/ |
| H A D | BUGS-parport | 6 o parport_pc_ecp_read_block_pio() is broken. parport will revert to the
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_sack_sack-route-refresh-ip-tos.pkt | 30 // Then revert to avoid routing/mangling/etc implications of that setting.
|
| H A 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/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/Documentation/translations/zh_CN/mm/ |
| H A D | hwpoison.rst | 79 设置early/late kill mode/revert 到系统默认值。
|
| /linux/drivers/gpu/drm/amd/display/ |
| H A D | Kconfig | 24 would cause an immediate kernel panic on most architectures. We'll revert
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-power-ltc4162l | 75 voltage above 1V. It will then automatically revert to "0".
|
| H A D | sysfs-block-bcache | 75 writes transparently revert to writethrough mode. Intended only
|
| /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
|
| H A D | gpio-get-linehandle-ioctl.rst | 49 the userspace perspective, and may revert to its default state.
|
| H A D | gpio-v2-get-line-ioctl.rst | 47 the userspace perspective, and may revert to its default state.
|
| /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()
|
| /linux/Documentation/livepatch/ |
| H A D | cumulative-patches.rst | 52 - Atomically revert some functions in a previous patch while
|
| /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/Documentation/filesystems/ |
| H A D | ocfs2.rst | 89 large, the fs will silently revert it to the default.
|
| /linux/sound/soc/sof/intel/ |
| H A D | hda-dsp.c | 617 goto revert; in hda_dsp_set_D0_state() 622 revert: in hda_dsp_set_D0_state()
|
| /linux/Documentation/translations/zh_TW/process/ |
| H A D | submitting-patches.rst | 328 將會自動完成。撤銷也應當包含“Signed-off-by”, ``git revert -s`` 會幫你搞定。
|
| /linux/Documentation/translations/zh_CN/process/ |
| H A D | submitting-patches.rst | 324 将会自动完成。撤销也应当包含“Signed-off-by”, ``git revert -s`` 会帮你搞定。
|