Home
last modified time | relevance | path

Searched refs:rc1 (Results 1 – 25 of 54) sorted by relevance

123

/Linux-v5.15/Documentation/translations/zh_CN/maintainer/
Dpull-requests.rst37 Greg提供了以下内容。对于一个含有drivers/char中混杂事项、将应用于4.15-rc1内核的
38 拉取请求,可以命名为 ``char-misc-4.15-rc1`` 。如果要在 ``char-misc-next`` 分支
41 git tag -s char-misc-4.15-rc1 char-misc-next
43 这将在 ``char-misc-next`` 分支的最后一个提交上创建一个名为 ``char-misc-4.15-rc1``
79 Char/Misc patches for 4.15-rc1
81 Here is the big char/misc patch set for the 4.15-rc1 merge window.
111 git push origin char-misc-4.15-rc1
121 …-pull master git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ char-misc-4.15-rc1
125 此命令要求git比较从“char-misc-4.15-rc1”标记位置到“master”分支头(上述
130 如果char-misc-4.15-rc1标记没有出现在我要求拉取的仓库中,git会提醒
[all …]
Drebasing-and-merging.rst159 git merge v5.2-rc1^0
Dmaintainer-entry-profile.rst51 提交者常常会误以为补丁可以在合并窗口关闭之前的任何时间发送,且下一个-rc1时仍
/Linux-v5.15/Documentation/scsi/
DChangeLog.megaraid_sas7 Current Version : 06.803.02.00-rc1
8 Old Version : 06.803.01.00-rc1
20 Current Version : 06.803.01.00-rc1
21 Old Version : 06.700.06.00-rc1
33 Current Version : 06.700.06.00-rc1
34 Old Version : 06.600.18.00-rc1
43 Current Version : 06.600.18.00-rc1
44 Old Version : 06.506.00.00-rc1
63 Current Version : 06.506.00.00-rc1
64 Old Version : 06.504.01.00-rc1
[all …]
Dlpfc.rst20 The driver now requires a 2.6.12 (if pre-release, 2.6.12-rc1) or later
71 At this time, the driver requires the 2.6.12 (if pre-release, 2.6.12-rc1)
/Linux-v5.15/Documentation/maintainer/
Dpull-requests.rst36 drivers/char, to be applied at the Kernel version 4.15-rc1 could be named
37 as ``char-misc-4.15-rc1``. If such tag would be produced from a branch
40 git tag -s char-misc-4.15-rc1 char-misc-next
42 that will create a signed tag called ``char-misc-4.15-rc1`` based on the
95 Char/Misc patches for 4.15-rc1
97 Here is the big char/misc patch set for the 4.15-rc1 merge window.
129 git push origin char-misc-4.15-rc1
141 …-pull master git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ char-misc-4.15-rc1
146 'char-misc-4.15-rc1' tag location, to the head of the 'master'
153 If the char-misc-4.15-rc1 tag is not present in the repo that I am
[all …]
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-iio-light-tsl27722 KernelVersion: 3.3-rc1
9 KernelVersion: 3.3-rc1
/Linux-v5.15/Documentation/translations/zh_TW/process/
D2.Process.rst55 將被稱爲5.6-rc1。-rc1 版本是一個信號,表示合併新特性的時間已經過去,穩定下一
72 九月 30 5.4-rc1 合併窗口關閉
Dhowto.rst220 - 兩個星期以後-rc1版本內核發布。之後只有不包含可能影響整個內核穩定性的
222 可能在-rc1後被接受是因爲這樣的修改完全獨立,不會影響其他的代碼,所以
223 沒有造成內核退步的風險。在-rc1以後也可以用git向Linus提交補丁,不過所
/Linux-v5.15/Documentation/translations/zh_CN/process/
D2.Process.rst52 将被称为5.6-rc1。-rc1 版本是一个信号,表示合并新特性的时间已经过去,稳定下一
69 九月 30 5.4-rc1 合并窗口关闭
Dhowto.rst217 - 两个星期以后-rc1版本内核发布。之后只有不包含可能影响整个内核稳定性的
219 可能在-rc1后被接受是因为这样的修改完全独立,不会影响其他的代码,所以
220 没有造成内核退步的风险。在-rc1以后也可以用git向Linus提交补丁,不过所
/Linux-v5.15/arch/arm64/crypto/
Dsha512-ce-core.S83 .macro dround, i0, i1, i2, i3, i4, rc0, rc1, in0, in1, in2, in3, in4
84 .ifnb \rc1
85 ld1 {v\rc1\().2d}, [x4], #16
/Linux-v5.15/drivers/net/wireless/ath/wil6210/
Dfw_inc.c649 int rc, rc1; in wil_request_firmware() local
666 for (sz = fw->size, d = fw->data; sz; sz -= rc1, d += rc1) { in wil_request_firmware()
667 rc1 = wil_fw_verify(wil, d, sz); in wil_request_firmware()
668 if (rc1 < 0) { in wil_request_firmware()
669 rc = rc1; in wil_request_firmware()
672 rc = wil_fw_process(wil, d, rc1, load); in wil_request_firmware()
/Linux-v5.15/drivers/net/ethernet/ibm/
Dibmveth.c776 int rc1 = 0, rc2 = 0; in ibmveth_set_csum_offload() local
841 rc1 = -EIO; in ibmveth_set_csum_offload()
843 rc1 = -EIO; in ibmveth_set_csum_offload()
852 return rc1 ? rc1 : rc2; in ibmveth_set_csum_offload()
860 int rc1 = 0, rc2 = 0; in ibmveth_set_tso() local
894 rc1 = -EIO; in ibmveth_set_tso()
914 return rc1 ? rc1 : rc2; in ibmveth_set_tso()
923 int rc1 = 0, rc2 = 0; in ibmveth_set_features() local
926 rc1 = ibmveth_set_csum_offload(dev, rx_csum); in ibmveth_set_features()
927 if (rc1 && !adapter->rx_csum) in ibmveth_set_features()
[all …]
/Linux-v5.15/Documentation/translations/ko_KR/
Dhowto.rst268 - 2주 후에 -rc1 커널이 릴리즈되며 여기서부터의 주안점은 새로운 커널을
273 드라이버(혹은 파일시스템)는 -rc1 이후에만 받아들여진다는 것을 기억해라.
276 있지 않기 때문이다. -rc1이 배포된 이후에 git를 사용하여 패치들을 Linus에게
/Linux-v5.15/drivers/char/tpm/
Dtpm_ibmvtpm.c605 int rc = -ENOMEM, rc1; in tpm_ibmvtpm_probe() local
705 rc1 = plpar_hcall_norets(H_FREE_CRQ, vio_dev->unit_address); in tpm_ibmvtpm_probe()
706 } while (rc1 == H_BUSY || H_IS_LONG_BUSY(rc1)); in tpm_ibmvtpm_probe()
/Linux-v5.15/Documentation/translations/ja_JP/
Dhowto.rst283 - 2週間後、-rc1 カーネルがリリースされ、この後にはカーネル全体の安定
286 -rc1 の後で受け付けられることもあることを覚えておいてください。な
288 ない限り、退行のリスクは無いからです。-rc1 がリリースされた後、
/Linux-v5.15/tools/testing/kunit/test_data/
Dtest_kernel_panic_interrupt.log22 [ 0.060000] CPU: 0 PID: 1 Comm: swapper Not tainted 5.4.0-rc1-gea2dd7c0875e-dirty #2
Dtest_config_printk_time.log28 [ 0.060000] CPU: 0 PID: 1 Comm: swapper Not tainted 5.4.0-rc1-gea2dd7c0875e-dirty #2
Dtest_output_with_prefix_isolated_correctly.log29 [ 0.060000] CPU: 0 PID: 1 Comm: swapper Not tainted 5.4.0-rc1-gea2dd7c0875e-dirty #2
Dtest_pound_no_prefix.log30 CPU: 0 PID: 1 Comm: swapper Not tainted 5.4.0-rc1-gea2dd7c0875e-dirty #2
Dtest_pound_sign.log30 [ 0.060000] CPU: 0 PID: 1 Comm: swapper Not tainted 5.4.0-rc1-gea2dd7c0875e-dirty #2
Dtest_multiple_prefixes.log28 [ 0.060000][ T1] CPU: 0 PID: 1 Comm: swapper Not tainted 5.4.0-rc1-gea2dd7c0875e-dirty #2
Dtest_interrupted_tap_output.log34 [ 0.060000] CPU: 0 PID: 1 Comm: swapper Not tainted 5.4.0-rc1-gea2dd7c0875e-dirty #2
/Linux-v5.15/Documentation/ABI/removed/
Dsysfs-kernel-uids2 Date: December 2007, finally removed in kernel v2.6.34-rc1

123