How is the Linux kernel tested ?

前端 未结 13 1805
轻奢々
轻奢々 2020-11-30 15:50

How do the Linux kernel developers test their code locally and after they have it committed? Do they use some kind of unit testing, build automation? test plans?

13条回答
  •  没有蜡笔的小新
    2020-11-30 16:46

    I had done linux kernel compilation and done some Modifications for android(Marshmallow and Nougat) in which I use linux version 3. I cross-compiled it in linux system, debug the errors manually and then run its boot image file in Android and check if it was going in loop-hole or not. If it runs perfect then it means it is compiled perfectly according to system requirements.
    For MotoG kernel Compilation

    NOTE:- Linux Kernel will change according to requirements which depend on System Hardware

提交回复
热议问题