Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
c116954 ("char: remove the SGI snsc driver")
be65f9e ("staging: lustre: delete the filesystem from the tree.")
92c8c16 ("powerpc/embedded6xx: Remove C2K board support")
bb9d812 ("arch: remove tile port")
4ba66a9 ("arch: remove blackfin port")
b8c9c8f ("arch: remove score port")
Fixes: 36d5e8d ("Make preemptible kernel default.")
Fixes: 688c8d0 ("Replace all schedule timeout(1) with schedule_min_hrtimeout()")
Signed-off-by: Juuso Alasuutari [email protected]