Hello Arne, Thank you for submitting this patch, but what am I supposed to do with it? Are there any urgent fixes in it, so that we have to ship another kernel in the next Core Update again? I would like to avoid this at all costs, because we are simply not able to test any kernels at the moment because of the pace they are showing up in the build system - and I would rather spend my time on testing 5.10. Best, -Michael > On 16 Dec 2020, at 07:33, Arne Fitzenreiter wrote: > > Signed-off-by: Arne Fitzenreiter > --- > lfs/linux | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/lfs/linux b/lfs/linux > index e4467c477..5abc6f93a 100644 > --- a/lfs/linux > +++ b/lfs/linux > @@ -24,8 +24,8 @@ > > include Config > > -VER = 4.14.211 > -ARM_PATCHES = 4.14.211-ipfire0 > +VER = 4.14.212 > +ARM_PATCHES = 4.14.212-ipfire0 > > THISAPP = linux-$(VER) > DL_FILE = linux-$(VER).tar.xz > @@ -79,7 +79,7 @@ objects =$(DL_FILE) \ > $(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE) > arm-multi-patches-$(ARM_PATCHES).patch.xz = $(URL_IPFIRE)/arm-multi-patches-$(ARM_PATCHES).patch.xz > > -$(DL_FILE)_MD5 = 41241e9508acc9183540db785f78ec78 > +$(DL_FILE)_MD5 = 645d5256adf72569e14edcf80c3757dc > arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = 2b0e8e3ebe9827b2bfed7397b043dbc5 > > install : $(TARGET) > -- > 2.17.1 >