Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LoongArch: fix some known issue and update defconfig #241

Merged
merged 6 commits into from
Jun 7, 2024

Conversation

sterling-teng
Copy link
Contributor

No description provided.

@deepin-ci-robot
Copy link

Hi @sterling-teng. Thanks for your PR.

I'm waiting for a deepin-community member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@deepin-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign hudeng-go for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Yanteng Si added 6 commits May 31, 2024 18:19
1) Referring to other architectures to enable a large number of
   configurations.
2) change CONFIG_NR_CPUS to 256
3) change ipmi driver related configs to y
4) change CONFIG_FRAME_WARN to 4096

Signed-off-by: Yingkun Meng <[email protected]>
Signed-off-by: Juxin Gao <[email protected]>
Signed-off-by: yangyinglu <[email protected]>
Signed-off-by: Hongchen Zhang <[email protected]>
Signed-off-by: Yanteng Si <[email protected]>
Old interface:
a0 = argc, a1 = argv, a2 = bootparam

New interface:
a0 = efi flag, a1 = cmdline, a2 = systemtab

The following interfaces are not supported:
a0 = efi flag, a1 = fdt pointer, a2 = 0

Signed-off-by: Youling Tang <[email protected]>
Signed-off-by: Yanteng Si <[email protected]>
Radeon driver can not handle the interrupt is faster than DMA data, so
irq handler must update an old ih.rptr value in IH_RB_RPTR register to
enable interrupt again when interrupt is faster than DMA data.

Signed-off-by: Huacai Chen <[email protected]>
Signed-off-by: Zhijie Zhang <[email protected]>
Signed-off-by: Yanteng Si <[email protected]>
reset the dma descriptor related resource's pointer to NULL,otherwise
a potential double free problem may be triggered:
stmmac_open
  alloc_dma_desc_resources
  init_dma_desc_rings
  stmmac_hw_setup  (Failed)
    goto init_error;
  free_dma_desc_resources(priv);
  (DMA related resource pointer not reset to NULL)
...
stmmac_open
  alloc_dma_desc_resources
    alloc_dma_tx_desc_resources (Failed)
      free_dma_tx_desc_resources
      (Double free of tx_q->tx_skbuff_dma tx_q->tx_skbuff)

Signed-off-by: Hongchen Zhang <[email protected]>
Signed-off-by: Yanteng Si <[email protected]>
CONFIG_DEBUG_INFO_BTF is required by bpftool,so enable it.

Signed-off-by: Hongchen Zhang <[email protected]>
Signed-off-by: Tiezhu Yang <[email protected]>
Signed-off-by: Yanteng Si <[email protected]>
@opsiff
Copy link
Member

opsiff commented Jun 7, 2024

/ok-to-test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants