On Wed, Jan 8, 2025 at 8:13 AM Mike Snitzer <snitzer@xxxxxxxxxx> wrote: > > On Tue, Jan 07, 2025 at 03:09:00PM -0800, Song Liu wrote: > > On Tue, Jan 7, 2025 at 12:34 PM RIc Wheeler <ricwheeler@xxxxxxxxx> wrote: [...] > > > > It appears to me that the path doesn't apply cleanly on the md-6.14 > > branch: > > > > Applying: md: reintroduce md-linear > > error: patch failed: drivers/md/Makefile:29 > > error: drivers/md/Makefile: patch does not apply > > Patch failed at 0001 md: reintroduce md-linear > > hint: Use 'git am --show-current-patch=diff' to see the failed patch > > When you have resolved this problem, run "git am --continue". > > If you prefer to skip this patch, run "git am --skip" instead. > > To restore the original branch and stop patching, run "git am --abort". > > > > Please rebase and resend the patch. > > > > Thanks, > > Song > > Um, sorry but waiting for a resubmission of a revert due to Makefile > difference is a needless stall. You'd do well to fixup the Makefile, > compile test and also review for any intervening MD (or other kernel) > API changes since the code was removed from the tree. OK. Fixed Makefile and applied to md-6.14. Thanks, Song