moreover, this seems to only concern the modules, i.e. the parts external parts of the kernel, which is not the case with blk-core.c... Le mar. 3 mars 2020 à 23:56, Filipe Laíns via arch-general < arch-general@xxxxxxxxxxxxx> a écrit : > On Tue, 2020-03-03 at 16:50 +0200, Alexander Kapshuk via arch-general > wrote: > > You could just do: > > make M=block ;to rebuild the part of the kernel modified > > make ;to rebuild all other object files affected and to relink the > kernel image > > > > from the root of your kernel source tree, followed by: > > make modules_install > > make install > > etc > > > > See http://files.kroah.com/lkn/lkn_pdf/ch04.pdf, Building Only a > > Portion of the Kernel. > > Please don't. This is completely unsupported. > > Filipe Laíns >