- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Dec 13 2020
Sep 18 2019
Sep 9 2019
In D20974#458277, @greg_unrelenting.technology wrote:In D20974#458088, @emaste wrote:In D20974#457245, @greg_unrelenting.technology wrote:Would be nice to test on ThunderX2 :)
Does not attach on ThunderX2 (no sbsawdt0 in dmesg).
oh.. https://www.mail-archive.com/kernel-packages@lists.launchpad.net/msg272248.html
I guess we don't have any more platforms to test..
Jun 24 2019
May 31 2019
address andrew's comment.
Fix the check for warning (i > 1 now), fix up error message, and add a comment.
May 30 2019
I took a second look at this, and ran some more testing. I need to fix up a bug and add more comments.
In D20416#441876, @andrew wrote:How frequently is srat_resolve_its_pxm called?
May 29 2019
fixes for addressing andrew's not on KABI.
May 26 2019
Apr 15 2019
Let me know if you need a new rev with bool.
Apr 8 2019
Mar 3 2019
Feb 7 2019
In D19097#408663, @andrew wrote:In D19097#408644, @jchandra wrote:Tested with overnight 'make -j 224 buildworld' without failures.
How long does that take?
This fixes the failure on ThunderX2 when INVARIANTS are turned off. The failure was:
Feb 6 2019
Will rebase and submit a new rev addressing the comment.
Feb 5 2019
Feb 4 2019
Dropping this for now. We need better EARLY_PRINTF support like andrew noted above before adding this.
On second thought, for now I think I will drop this until we have a better EARLY_PRINTF
Dec 8 2018
Dec 5 2018
markj: Regarding the question on pxm prefix. I used the convention starting with the filename. I kind of settled for acpi_pxm since I could not think of a better filename and prefix (which covers SRAT for resource affinity and SLIT for locality).
Dec 4 2018
markj: please see the inline comment, and let me know if think there is further changes needed. Thanks.
Nov 20 2018
Few fixes to earlier revision-
- IORT table walking fixed (not to use acpi_walk_subtables since the header is slightly different)
- proximity is changed to int, so that we can return -1 when SRAT does not have an entry.
- return o copy data is changed to void since it returned only 0 - this simplified the code a bit.
New version planned with correct way of walking IORT.
Nov 19 2018
Addressed markj's comments.
- use the UID instead of APIC id in prints for arm64
- the comment on 'max' is already handled in preceding commit
Addressed markj's comment - removed unnecessary includes.