linux icon indicating copy to clipboard operation
linux copied to clipboard

Delete a bunch of undead files.

Open imaami opened this issue 5 years ago • 2 comments

Repeatedly rebasing the -ck patches on top of new kernel releases has lead to an accumulation of files that were deleted upstream. A brief glance revealed resurrected files left over from deletions in v4.17, v4.18, and v5.4.

This fixes the accidental partial reversion of the following commits:

c116954b2c97 ("char: remove the SGI snsc driver") be65f9ed267f ("staging: lustre: delete the filesystem from the tree.") 92c8c16f3457 ("powerpc/embedded6xx: Remove C2K board support") bb9d812643d8 ("arch: remove tile port") 4ba66a976072 ("arch: remove blackfin port") b8c9c8f0190f ("arch: remove score port")

Fixes: 36d5e8df1fea ("Make preemptible kernel default.") Fixes: 688c8d0716e6 ("Replace all schedule timeout(1) with schedule_min_hrtimeout()") Signed-off-by: Juuso Alasuutari [email protected]

imaami avatar Feb 01 '20 11:02 imaami

OK, here's my new attempt. Ended up only fixing the commit message (and rewriting my fix branch).

imaami avatar Feb 01 '20 11:02 imaami

This messes with the way the split out patches are created. Since it fixes two different patches it should be two different patches itself and then I would roll them into those patches.

ckolivas avatar Feb 03 '20 08:02 ckolivas