how to validate code changes in /linux/kernel directory ?
Hello, I made some changes in file module.c inside /linux/kernel/ directory . How do i validate if the code compiles fine before i submit a patch? For changes under linux/drivers/ i normally use something like - make M=drivers/staging/dgnc. Is there any similar way validate changes under /linux/kernel/ directory or do i need to compile the kernel ? Thanks, Avinash
On Thu, Jan 30, 2014 at 8:24 PM, Avinash Kumar <avi.kp.137@gmail.com> wrote:
Hello, I made some changes in file module.c inside /linux/kernel/ directory . How do i validate if the code compiles fine before i submit a patch? For changes under linux/drivers/ i normally use something like - make M=drivers/staging/dgnc. Is there any similar way validate changes under /linux/kernel/ directory or do i need to compile the kernel ?
Go ahead and Compile the kernel !
Thanks, Avinash
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- Regards, Sandeep. "To learn is to change. Education is a process that changes the learner."
On Fri, 21 Feb 2014 16:09:02 +0530, SandeepKsinha said:
I made some changes in file module.c inside /linux/kernel/ directory . How do i validate if the code compiles fine before i submit a patch? For
Go ahead and Compile the kernel !
And then actually *boot* it and make sure it works.
participants (3)
-
Avinash Kumar -
SandeepKsinha -
Valdis.Kletnieks@vt.edu