Hi guys, Is this possible? I modified quite a few files in the kernel and I want to create a single patch file that can be used to patch other kernels. Is the following the correct way to create a patch file? 1. diff -u a.txt b.txt > patch.txt 2. patch -p1 a.txt < patch.txt Thanks! Jon. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ IRC Channel: irc.openprojects.net / #kernelnewbies Web Page: http://www.kernelnewbies.org/