-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
sunxi: bump edge to 6.19
#9381
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
base: main
Are you sure you want to change the base?
sunxi: bump edge to 6.19
#9381
Conversation
``` [🔨] drivers/pci/pcie-sunxi/pcie-sunxi-rc.c: In function 'sunxi_allocate_msi_domains': [🔨] drivers/pci/pcie-sunxi/pcie-sunxi-rc.c:198:26: error: implicit declaration of function 'pci_msi_create_irq_domain'; did you mean 'msi_create_irq_domain'? [-Werror=implicit-function-declaration] [🔨] 198 | pp->msi_domain = pci_msi_create_irq_domain(fwnode, &sunxi_msi_info, pp->irq_domain); [🔨] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [🔨] | msi_create_irq_domain ```
``` [🔨] drivers/iommu/sun55i-iommu.c: In function 'sunxi_iommu_profilling_show': [🔨] drivers/iommu/sun55i-iommu.c:1110:1: warning: label 'err' defined but not used [-Wunused-label] [🔨] 1110 | err: [🔨] | ^~~ [🔨] drivers/iommu/sun55i-iommu.c: At top level: [🔨] drivers/iommu/sun55i-iommu.c:1379:43: error: initialization of 'int (*)(struct iommu_domain *, struct device *, struct iommu_domain *)' from incompatible pointer type 'int (*)(struct iommu_domain *, struct device *)' [-Werror=incompatible-pointer-types] [🔨] 1379 | .attach_dev = sun55i_iommu_attach_dev, [🔨] | ^~~~~~~~~~~~~~~~~~~~~~~ [🔨] drivers/iommu/sun55i-iommu.c:1379:43: note: (near initialization for '(anonymous).attach_dev') ```
|
Important Review skippedToo many files! This PR contains 300 files, which is 150 over the limit of 150. You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@rvdr I had to disable two of your patches since they fail to build in 6.19. Please check if they're still necessary or send a fix. |
|
@igorpecovnik could we produce some test images from via ci to make barrier for testing lower? |
We can generate all nightly / community images from branches that are at build repository. Second problem is that we don't have edge branches enabled at build lists. Its some work to prepare this, but its duable. |
Well we'll have the same issue in a few month again with 7.0 and further... :) |
|
I'll try to figure out something. |
Description
This shall be tested on as many boards as possible so we can shift current to legacy and edge to current.
Orangepi Zero 2: https://paste.armbian.com/udoforonih
How Has This Been Tested?
Checklist:
Please delete options that are not relevant.