| /linux/drivers/gpu/drm/ci/xfails/ |
| H A D | rockchip-rk3288-flakes.txt | 12 # Linux Version: 6.11.0-rc2 19 # Linux Version: 6.11.0-rc2 26 # Linux Version: 6.11.0-rc2 33 # Linux Version: 6.11.0-rc2
|
| H A D | i915-apl-flakes.txt | 12 # Linux Version: 6.11.0-rc2
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | ef10_sriov.c | 559 int rc = 0, rc2 = 0; in efx_ef10_sriov_set_vf_vlan() local 623 rc2 = efx_ef10_vport_add_mac(efx, vf->vport_id, vf->mac); in efx_ef10_sriov_set_vf_vlan() 624 if (rc2) { in efx_ef10_sriov_set_vf_vlan() 631 rc2 = efx_ef10_evb_port_assign(efx, vf->vport_id, vf_i); in efx_ef10_sriov_set_vf_vlan() 632 if (rc2) in efx_ef10_sriov_set_vf_vlan() 639 rc2 = efx_ef10_vadaptor_alloc(vf->efx, EVB_PORT_ID_ASSIGNED); in efx_ef10_sriov_set_vf_vlan() 640 if (rc2) in efx_ef10_sriov_set_vf_vlan() 646 rc2 = vf->efx->type->filter_table_probe(vf->efx); in efx_ef10_sriov_set_vf_vlan() 647 if (rc2) in efx_ef10_sriov_set_vf_vlan() 652 rc2 = efx_net_open(vf->efx->net_dev); in efx_ef10_sriov_set_vf_vlan() [all …]
|
| H A D | tc_counters.c | 136 int rc, rc2; in efx_tc_flower_allocate_counter() local 162 rc2 = efx_mae_free_counter(efx, cnt); in efx_tc_flower_allocate_counter() 163 if (rc2) in efx_tc_flower_allocate_counter() 166 cnt->fw_id, rc2); in efx_tc_flower_allocate_counter()
|
| H A D | efx_common.c | 794 int rc, rc2 = 0; in efx_reset() local 834 rc2 = efx_reset_up(efx, method, !disabled); in efx_reset() 835 if (rc2) { in efx_reset() 838 rc = rc2; in efx_reset()
|
| H A D | ef10.c | 3245 int rc, rc2; in efx_ef10_vport_set_mac_address() local 3270 rc2 = efx_ef10_vport_add_mac(efx, efx->vport_id, mac_old); in efx_ef10_vport_set_mac_address() 3271 if (rc2) { in efx_ef10_vport_set_mac_address() 3279 rc2 = efx_ef10_vadaptor_alloc(efx, efx->vport_id); in efx_ef10_vport_set_mac_address() 3280 if (rc2) in efx_ef10_vport_set_mac_address() 3283 rc2 = efx_ef10_filter_table_probe(efx); in efx_ef10_vport_set_mac_address() 3284 if (rc2) in efx_ef10_vport_set_mac_address() 3287 rc2 = efx_net_open(efx->net_dev); in efx_ef10_vport_set_mac_address() 3288 if (rc2) in efx_ef10_vport_set_mac_address() 3300 return rc ? rc : rc2; in efx_ef10_vport_set_mac_address() [all …]
|
| H A D | mcdi.c | 2271 int rc, rc2; in efx_mcdi_nvram_update_finish() local 2297 rc2 = MCDI_DWORD(outbuf, NVRAM_UPDATE_FINISH_V2_OUT_RESULT_CODE); in efx_mcdi_nvram_update_finish() 2298 if (rc2 != MC_CMD_NVRAM_VERIFY_RC_SUCCESS && in efx_mcdi_nvram_update_finish() 2299 rc2 != MC_CMD_NVRAM_VERIFY_RC_PENDING) in efx_mcdi_nvram_update_finish() 2302 rc2); in efx_mcdi_nvram_update_finish() 2303 switch (rc2) { in efx_mcdi_nvram_update_finish()
|
| /linux/Documentation/maintainer/ |
| H A D | messy-diffstat.rst | 23 ... vM --- vN-rc1 --- vN-rc2 --- vN-rc3 --- ... --- vN-rc7 --- vN 28 $ git diff --stat --summary vN-rc2..vN-rc3 38 ... vM --- vN-rc1 --- vN-rc2 --- vN-rc3 --- ... --- vN-rc7 --- vN 48 ... vM --- vN-rc1 --- vN-rc2 --- vN-rc3 --- ... --- vN-rc7 --- vN 54 Our maintainer has created one branch at vN-rc1 and another at vN-rc2; the 64 and the second origin end point (vN-rc2), which is certainly not what our 80 ... vM --- vN-rc1 --- vN-rc2 --- vN-rc3 --- ... --- vN-rc7 --- vN
|
| /linux/security/selinux/ |
| H A D | avc.c | 1033 int rc = 0, rc2; in avc_has_extended_perms() local 1090 rc2 = avc_xperms_audit(ssid, tsid, tclass, requested, in avc_has_extended_perms() 1092 if (rc2) in avc_has_extended_perms() 1093 return rc2; in avc_has_extended_perms() 1193 int rc, rc2; in avc_has_perm() local 1198 rc2 = avc_audit(ssid, tsid, tclass, requested, &avd, rc, in avc_has_perm() 1200 if (rc2) in avc_has_perm() 1201 return rc2; in avc_has_perm()
|
| /linux/drivers/crypto/ccp/ |
| H A D | sev-dev-tio.c | 546 int rc1, rc2; in sev_tio_do_cmd() local 552 rc2 = sla_expand(&dev_data->scratch, &dev_data->scratch_len); in sev_tio_do_cmd() 553 if (rc2 < 0) in sev_tio_do_cmd() 554 return rc2; in sev_tio_do_cmd() 556 if (!rc1 && !rc2) in sev_tio_do_cmd()
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kcsan.rst | 50 CPU: 6 PID: 488 Comm: access_thread Not tainted 5.12.0-rc2+ #1 72 CPU: 2 PID: 515 Comm: access_thread Not tainted 5.12.0-rc2+ #1
|
| /linux/drivers/net/ethernet/ibm/ |
| H A D | ibmveth.c | 913 int rc1 = 0, rc2 = 0; in ibmveth_set_csum_offload() local 985 rc2 = ibmveth_open(dev); in ibmveth_set_csum_offload() 987 return rc1 ? rc1 : rc2; in ibmveth_set_csum_offload() 995 int rc1 = 0, rc2 = 0; in ibmveth_set_tso() local 1045 rc2 = ibmveth_open(dev); in ibmveth_set_tso() 1047 return rc1 ? rc1 : rc2; in ibmveth_set_tso() 1056 int rc1 = 0, rc2 = 0; in ibmveth_set_features() local 1067 rc2 = ibmveth_set_tso(dev, large_send); in ibmveth_set_features() 1068 if (rc2 && !adapter->large_send) in ibmveth_set_features() 1073 return rc1 ? rc1 : rc2; in ibmveth_set_features()
|
| /linux/Documentation/ABI/stable/ |
| H A D | procfs-audit_loginuid | 3 KernelVersion: 2.6.11-rc2 1e2d1492e178 ("[PATCH] audit: handle loginuid through proc")
|
| /linux/net/llc/ |
| H A D | llc_conn.c | 443 int rc2 = (*next_action)(sk, skb); in llc_exec_conn_trans_actions() local 445 if (rc2 == 2) { in llc_exec_conn_trans_actions() 446 rc = rc2; in llc_exec_conn_trans_actions() 448 } else if (rc2) in llc_exec_conn_trans_actions()
|
| /linux/Documentation/ABI/removed/ |
| H A D | sysfs-selinux-checkreqprot | 3 KernelVersion: 2.6.12-rc2 (predates git)
|
| H A D | sysfs-selinux-disable | 3 KernelVersion: 2.6.12-rc2 (predates git)
|
| /linux/Documentation/translations/zh_TW/process/ |
| H A D | 2.Process.rst | 73 十月 6 5.4-rc2
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | efx_common.c | 818 int rc, rc2 = 0; in efx_siena_reset() local 858 rc2 = efx_siena_reset_up(efx, method, !disabled); in efx_siena_reset() 859 if (rc2) { in efx_siena_reset() 862 rc = rc2; in efx_siena_reset()
|
| H A D | mcdi.c | 2106 int rc, rc2; in efx_mcdi_nvram_update_finish() local 2117 rc2 = MCDI_DWORD(outbuf, NVRAM_UPDATE_FINISH_V2_OUT_RESULT_CODE); in efx_mcdi_nvram_update_finish() 2118 if (rc2 != MC_CMD_NVRAM_VERIFY_RC_SUCCESS) in efx_mcdi_nvram_update_finish() 2121 rc2); in efx_mcdi_nvram_update_finish() 2122 switch (rc2) { in efx_mcdi_nvram_update_finish()
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | efx.c | 763 int rc, rc2; in ef4_realloc_channels() local 841 rc2 = ef4_soft_enable_interrupts(efx); in ef4_realloc_channels() 842 if (rc2) { in ef4_realloc_channels() 843 rc = rc ? rc : rc2; in ef4_realloc_channels() 2411 int rc, rc2; in ef4_reset() local 2445 rc2 = ef4_reset_up(efx, method, !disabled); in ef4_reset() 2446 if (rc2) { in ef4_reset() 2449 rc = rc2; in ef4_reset()
|
| /linux/Documentation/scsi/ |
| H A D | lpfc.rst | 57 is contained in the 2.6.10-rc2 (and later) patch kits. As such, this
|
| /linux/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hns_ethtool.c | 794 int rc1, rc2; in hns_set_coalesce() local 811 rc2 = ops->set_coalesce_frames(priv->ae_handle, in hns_set_coalesce() 815 if (rc1 || rc2) in hns_set_coalesce()
|
| /linux/fs/smb/client/ |
| H A D | smb2inode.c | 958 int rc, rc2; in smb2_query_path_info() local 1103 rc2 = cifs_inval_name_dfs_link_error(xid, tcon, cifs_sb, in smb2_query_path_info() 1105 if (rc2) { in smb2_query_path_info() 1106 rc = rc2; in smb2_query_path_info()
|
| /linux/Documentation/fault-injection/ |
| H A D | nvme-fault-injection.rst | 142 CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.2.0-rc2+ #2
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | hash_utils.c | 1254 int rc2 = htab_remove_mapping(start, end, mmu_linear_psize, in hash__create_section_mapping() local 1256 BUG_ON(rc2 && (rc2 != -ENOENT)); in hash__create_section_mapping()
|