damige / linux-nvme

NVME patches for (ARCH) linux
68 stars 6 forks source link

Could you please tell me how to use this patch to other kernel sources? #4

Closed AlynxZhou closed 7 years ago

AlynxZhou commented 7 years ago

I want to use this on my Gentoo, but the kernel sources gentoo used is patched by gentoo, how to apply this manually to my sources?

damige commented 7 years ago

You should be able to patch the kernel with: "patch -p1 -i " files are: nvmepatch1-V4.patch, nvmepatch2-V4.patch, nvmepatch3-V4.patch. And then compile it.

AlynxZhou commented 7 years ago

Thank you!

On Tue, Nov 29, 2016, 15:19 Paul notifications@github.com wrote:

You should be able to patch the kernel with: "patch -p1 -i " files are: nvmepatch1-V4.patch, nvmepatch2-V4.patch, nvmepatch3-V4.patch. And then compile it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/damige/linux-nvme/issues/4#issuecomment-263495158, or mute the thread https://github.com/notifications/unsubscribe-auth/AIDax6tJG0CJw6U2ZGP5ucm7-MalSGtXks5rC9HlgaJpZM4K9aZt .

--

请叫我喵 | S-X-ShaX A Dreamer, From Inbox by Gmail.

damige commented 7 years ago

Np!