March 25, 2021
7:03 p.m.
I have a patchset which touches vmlinux.lds.h 2x 1st inserts a few lines, 2nd moves them and related to a separate macro. this is sub-optimal, if new macro is warranted, it should just do that in 1st change. or maybe 3rd option. move existing to macro- no functional change then do 2 changes, separately. Whats best approach, considering history and blamelog ?