User Details
- User Since
- May 22 2018, 5:54 PM (337 w, 6 d)
Jul 25 2024
Thanks Andrew, could you (or anybody else) help merge that? My commit bit is taking a nap at the moment.
Jul 24 2024
Oct 12 2023
Looks good, my BTI capable machine continues booting with this applied.
Mar 30 2022
Mar 29 2022
Mar 25 2022
Mar 24 2022
Feb 17 2021
You can check the IPMI Specification, sec 12.5 for info on SSIF Multi-part Read Transactions
D28340's approach of letting all CPUs get targeted by an ITS removes the need for moving around SI_SUB_SMP.
D28340's approach of letting all CPUs get targeted by an ITS removes the need for changing this initialization.
Feb 16 2021
Jan 25 2021
Dec 14 2020
Dec 4 2020
Nov 13 2020
Oct 22 2020
Oct 15 2020
Oct 14 2020
Oct 13 2020
Thanks for fixing this. Grepping around, I believe vm_dumpset.h should also be included in:
This increases bss by ~1.5 MiB
This works for my case, but I'm not sure if this will be a problem for other platforms, or maybe for downstream codebases?
Another approach could be to just all interrupts to target the boot cpu, maybe before ap startup and maybe apply proximity restrictions after ap startup?
Oct 12 2020
Sep 30 2020
Sep 21 2020
Sep 10 2020
Sep 9 2020
Sep 8 2020
I've tracked this down to a particular use-after-free type bug in edk2: https://www.mail-archive.com/devel@edk2.groups.io/msg25730.html
Aug 31 2020
Aug 27 2020
Aug 26 2020
Aug 25 2020
Aug 24 2020
Adding bitset.h to vm_page.h breaks the vhci driver. D26177 fixes that.
I augmented vm_phys_seg with a void *md_first field that is used for the pointer to the starting entry in pv_table. Is void * alright, or should I be making some new md_something type for the field?