hhoffstaette / kernel-patches

Custom Linux kernel patches
39 stars 7 forks source link

patches fails to apply when using --fuzz=0 #11

Closed ghibo closed 7 years ago

ghibo commented 7 years ago

Great job Holger, however, would be possible to have the patches rediffed, so they work when they are applied with --fuzz=0 as patch command argument in apply.sh? I noticed that some patchset doesn't apply correctly when applied with --fuzz=0 (e.g. because some function around the code has even changed the number of arguments). This happens in especially the net rack loss detection patchset.

hhoffstaette commented 7 years ago

Thanks for the feedback! I usually try to massage a context when necessary so that the patch applies without fuzz (precisely because of the potential to mess things up otherwise), but may have missed some. I'll look into it but it will take a few days; it's mostly cosmetic after all.

hhoffstaette commented 7 years ago

This was easier than expected and is now in 4.9.35. :)

ghibo commented 7 years ago

Great. It works!