On Wed Aug 13, 2025 at 11:56 AM MDT, Markus Elfring wrote: >> Replace usages of kfree() with kvfree() for pointers which were >> allocated using kvmalloc(), as required by the kernel memory management >> API. > > How do you think about to add any tags (like “Fixes” and “Cc”) accordingly? > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v6.17-rc1#n145
All issues addressed by this patch were introduced by the following commit: Fixes: 0810d5ad88a1 ("accel/rocket: Add job submission IOCTL") >> Use sizeof() on the type that a pointer references instead of … > > Would it be helpful to offer desirable changes by separate update steps? > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v6.17-rc1#n81 Tomeu? Oded? Would either of you prefer that I split this patch into two patches (one to fix kfree()->kvfree() and another to fix sizeof())? I had considered splitting it into two patches, but the changes were so minor that I figured it wasn't worth it. Please let me know if you prefer separate patches and I'll gladly prep another revision. Thanks, Brigham