Message ID | 20240424154846.2152750-1-rrichter@amd.com |
---|---|
Headers | show |
Series | SRAT/CEDT fixes and updates | expand |
Robert Richter wrote: > Some fixes and updates for SRAT/CEDT parsing code. Patches can be > applied individually and are independent. > > First patch fixes a page fault during boot. It should be marked > stable. > > 2nd patch reworks the code around numa_fill_memblks() (Dan's > suggestion). Just squash these 2 together. The -stable maintainers continue to assert that fixes should do the right thing by mainline mainline standards and let the -stable backport process decide if a different change needs to be made for older kernels. I see no benefit for tracking 2 changes for how numa_fill_memblks() is defined.
On 24.04.24 10:46:44, Dan Williams wrote: > Robert Richter wrote: > > Some fixes and updates for SRAT/CEDT parsing code. Patches can be > > applied individually and are independent. > > > > First patch fixes a page fault during boot. It should be marked > > stable. > > > > 2nd patch reworks the code around numa_fill_memblks() (Dan's > > suggestion). > > Just squash these 2 together. The -stable maintainers continue to assert > that fixes should do the right thing by mainline mainline standards and > let the -stable backport process decide if a different change needs to > be made for older kernels. I see no benefit for tracking 2 changes for > how numa_fill_memblks() is defined. Ok, will drop #1 in a v5. Thanks, -Robert