Skip to content

Support for Kernel <4.18 for pipeline builds #8902

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

Merged
merged 1 commit into from
Apr 24, 2025

Conversation

karthdmg-xilinx
Copy link
Collaborator

Problem solved by the commit

Support for Kernel <4.18 for pipeline builds

Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered

Support for Kernel <4.18 for pipeline builds

How problem was solved, alternative solutions (if any) and why they were rejected

Added checks for kernel versions for corresponding supported functions.

Risks (if any) associated the changes in the commit

None

What has been tested and how, request additional testing if necessary

build on 4.18 kernel

Documentation impact (if any)

NA

@chvamshi-xilinx chvamshi-xilinx merged commit dbfb21f into Xilinx:2024.2 Apr 24, 2025
17 of 20 checks passed
karthdmg-xilinx added a commit to karthdmg-xilinx/XRT that referenced this pull request Jun 12, 2025
chvamshi-xilinx pushed a commit that referenced this pull request Jun 12, 2025
* Porting AWS F2 Changes to 2024.2 (#8768)

* XRT changes w.r.to changes made in AWS library (#8646)

* Fix errors in PR 8361

* porting AWS F2 work around changes to 2024.1

Signed-off-by: karthik dmg <[email protected]>

* changes related to latest AWS libirary update

Signed-off-by: karthik dmg <[email protected]>

---------

Signed-off-by: karthik dmg <[email protected]>
Co-authored-by: rave <karthik>

* resetting aws clocking module using AWS API (#8719)

Signed-off-by: karthik dmg <[email protected]>

* Run clock reset functionality asynchronously (#8725)

Signed-off-by: karthik dmg <[email protected]>

* Update ROM VBNV name by reading shell version from AWS interface (#8728)

Signed-off-by: karthik dmg <[email protected]>

* AWS: Clean up DRM FDs before PCI rescan post axlf load (#8753)

* AWS: Clean up DRM FDs before PCI rescan post axlf load

Signed-off-by: karthik dmg <[email protected]>

* removed debug print

Signed-off-by: karthik dmg <[email protected]>

---------

Signed-off-by: karthik dmg <[email protected]>

* Porting AWS PCI ID changes to 2024.2

Signed-off-by: karthik dmg <[email protected]>

---------

Signed-off-by: karthik dmg <[email protected]>

* Support for Kernel <4.18 for pipeline builds (#8902)

Signed-off-by: karthik dmg <[email protected]>

* remove data retention flag for AWS F2 as this is not supported (#9008)

Signed-off-by: karthik dmg <[email protected]>

---------

Signed-off-by: karthik dmg <[email protected]>
karthdmg-xilinx added a commit to karthdmg-xilinx/XRT that referenced this pull request Jun 12, 2025
chvamshi-xilinx pushed a commit that referenced this pull request Jun 13, 2025
* Porting AWS F2 Changes to 2024.2 (#8768)

* XRT changes w.r.to changes made in AWS library (#8646)

* Fix errors in PR 8361

* porting AWS F2 work around changes to 2024.1

Signed-off-by: karthik dmg <[email protected]>

* changes related to latest AWS libirary update

Signed-off-by: karthik dmg <[email protected]>

---------

Signed-off-by: karthik dmg <[email protected]>
Co-authored-by: rave <karthik>

* resetting aws clocking module using AWS API (#8719)

Signed-off-by: karthik dmg <[email protected]>

* Run clock reset functionality asynchronously (#8725)

Signed-off-by: karthik dmg <[email protected]>

* Update ROM VBNV name by reading shell version from AWS interface (#8728)

Signed-off-by: karthik dmg <[email protected]>

* AWS: Clean up DRM FDs before PCI rescan post axlf load (#8753)

* AWS: Clean up DRM FDs before PCI rescan post axlf load

Signed-off-by: karthik dmg <[email protected]>

* removed debug print

Signed-off-by: karthik dmg <[email protected]>

---------

Signed-off-by: karthik dmg <[email protected]>

* Porting AWS PCI ID changes to 2024.2

Signed-off-by: karthik dmg <[email protected]>

---------

Signed-off-by: karthik dmg <[email protected]>

* Support for Kernel <4.18 for pipeline builds (#8902)

Signed-off-by: karthik dmg <[email protected]>

* file reference change

Signed-off-by: karthik dmg <[email protected]>

---------

Signed-off-by: karthik dmg <[email protected]>
karthdmg-xilinx added a commit to karthdmg-xilinx/XRT that referenced this pull request Jun 17, 2025
* Porting AWS F2 Changes to 2024.2 (Xilinx#8768)

* XRT changes w.r.to changes made in AWS library (Xilinx#8646)

* Fix errors in PR 8361

* porting AWS F2 work around changes to 2024.1

Signed-off-by: karthik dmg <[email protected]>

* changes related to latest AWS libirary update

Signed-off-by: karthik dmg <[email protected]>

---------

Signed-off-by: karthik dmg <[email protected]>
Co-authored-by: rave <karthik>

* resetting aws clocking module using AWS API (Xilinx#8719)

Signed-off-by: karthik dmg <[email protected]>

* Run clock reset functionality asynchronously (Xilinx#8725)

Signed-off-by: karthik dmg <[email protected]>

* Update ROM VBNV name by reading shell version from AWS interface (Xilinx#8728)

Signed-off-by: karthik dmg <[email protected]>

* AWS: Clean up DRM FDs before PCI rescan post axlf load (Xilinx#8753)

* AWS: Clean up DRM FDs before PCI rescan post axlf load

Signed-off-by: karthik dmg <[email protected]>

* removed debug print

Signed-off-by: karthik dmg <[email protected]>

---------

Signed-off-by: karthik dmg <[email protected]>

* Porting AWS PCI ID changes to 2024.2

Signed-off-by: karthik dmg <[email protected]>

---------

Signed-off-by: karthik dmg <[email protected]>

* Support for Kernel <4.18 for pipeline builds (Xilinx#8902)

Signed-off-by: karthik dmg <[email protected]>

* file reference change

Signed-off-by: karthik dmg <[email protected]>

---------

Signed-off-by: karthik dmg <[email protected]>
chvamshi-xilinx pushed a commit that referenced this pull request Jun 30, 2025
* Porting AWS F2 Changes to 2024.2 (#8768)

* XRT changes w.r.to changes made in AWS library (#8646)

* Fix errors in PR 8361

* porting AWS F2 work around changes to 2024.1



* changes related to latest AWS libirary update



---------




* resetting aws clocking module using AWS API (#8719)



* Run clock reset functionality asynchronously (#8725)



* Update ROM VBNV name by reading shell version from AWS interface (#8728)



* AWS: Clean up DRM FDs before PCI rescan post axlf load (#8753)

* AWS: Clean up DRM FDs before PCI rescan post axlf load



* removed debug print



---------



* Porting AWS PCI ID changes to 2024.2



---------



* Support for Kernel <4.18 for pipeline builds (#8902)



* file reference change



---------

Signed-off-by: karthik dmg <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants