…Noticed that when sgl_alloc_order() failed with order > 0 that
free memory on my machine shrank. That function shouldn't call
sgl_free() on its error path since that is only correct when
order==0 .
* Would an imperative wording become helpful for the change description?
… and the term "imperative wording" rings no
bells in my grammatical education. …
I suggest to take another look at the published Linux development documentation.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?id=bdcf11de8f776152c82d2197b255c2d04603f976#n151
* How do you think about to add the tag “Fixes” to the commit message?r
In the workflow I'm used to, others (closer to LT) make that decision.
Why waste my time?
I find another bit of guidance relevant.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?id=bdcf11de8f776152c82d2197b255c2d04603f976#n183
…* Will an other patch subject be more appropriate?
Twas testing a 6 GB allocation with said function on my 8 GB laptop.
It failed and free told me 5 GB had disappeared …
Have we got any different expectations for the canonical patch subject line?
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?id=bdcf11de8f776152c82d2197b255c2d04603f976#n684
I am curious how the software will evolve further also according to your
system test experiences.