[llvmlinux] how can i get a set of patches for the specific version linux kernel (e.g. 3.11.1)

Sedat Dilek sedat.dilek at gmail.com
Sat Nov 22 15:48:56 UTC 2014


On Fri, Nov 21, 2014 at 10:45 AM, remember?you <1041383200 at qq.com> wrote:
> my platform is x86_64.i use clang3.5 to compile linux kernel 3.11.1 applied
> with x86 patches provided in the llvmlinux main page.But it seems like the
> patches are just for the higher linux kernel version,there are a lot of
> dismatch  for the version 3.11.1.Is there a corresponding set of patches for
> the specific linux kernel version(e.g 3.11.1).if it is available,how can i
> get it ?
>
> Are there any suggestions about how to get the solution when i encounter
> compilation problem with clang?like some forums for question and answer,or
> blog ,or site. because i find the llvmlinux IRC  is very silent.
> where can i go for the patches to the specific linux kernel version?
>

Hi,

I suggested to support longterm-kernels (see [1]) in the LLVMLinux project.
The philosophy is more to support "mainline" (Git) for toolchain and
Linux-kernel.
Linux-3.11.y is definitely not a LTS kernel series.
Why do you need that special version?

AFAICS check the "checkpoint(s)" features and which Linux-kernel
release is supported, that can vary from arch to arch.
[2] shows you as an example "checkpoints" for x86_64 (whatever you
mean by "x86" :-))?
The patches from [3] might fit for 3.11.y, but test at your own.

I was away quite some time, things might have change.

Hope this helps.

- Sedat -

[1] https://www.kernel.org/category/releases.html -> "Longterm"
[2] http://git.linuxfoundation.org/?p=llvmlinux.git;a=tree;f=targets/x86_64/checkpoints
[3] http://git.linuxfoundation.org/?p=llvmlinux.git;a=tree;f=targets/x86_64/checkpoints/kernel-3.10-rc7

> thanks
> XiaoMeng Tong   ‍
>
> _______________________________________________
> LLVMLinux mailing list
> LLVMLinux at lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/llvmlinux


More information about the LLVMLinux mailing list