Introduce LINUXKPI_GENSRCS.Centralize the list of generated files required by linuxkpi consumers,into the common variable. This way, consumers that use the variableare insulated from possible ch
Introduce LINUXKPI_GENSRCS.Centralize the list of generated files required by linuxkpi consumers,into the common variable. This way, consumers that use the variableare insulated from possible changes in the list.Reviewed by: hselasky, impSponsored by: Mellanox TechnologiesMFC after: 1 weekDifferential revision: https://reviews.freebsd.org/D24137
show more ...
LinuxKPI: Finalize move of lindebugfs from ports to base.The source file was moved to base earlier and also improved upon,but never compiled in. This patch will:- Make a module in sys/modules- M
LinuxKPI: Finalize move of lindebugfs from ports to base.The source file was moved to base earlier and also improved upon,but never compiled in. This patch will:- Make a module in sys/modules- Make lindebugfs depend on linuxkpi (for seq_file)- Check if read/write functions are set before calling, DRM drivers don't always set both of them.Reviewed by: hpsApproved by: imp (mentor), hpsMFC after: 1 week