[linux-yocto] I'd like to add you to my professional network on LinkedIn

2014-07-17 Thread Mihai Miron
Hi , I#39;d like to add you to my professional network on LinkedIn. - Mihai Accept: https://www.linkedin.com/e/v2?e=-dg1n0o-hxpr5qz7-4ca=preRegInvitetracking=eml-guest-invite-ctaek=invite_guestinvitationID=5895437683534082048sharedKey=swmpaNIg You are receiving Invitation emails. Unsubscribe

[linux-yocto] [PATCH] x86_64: expand kernel stack to 16K

2014-07-17 Thread zhe.he
From: Minchan Kim minc...@kernel.org commit 6538b8ea886e472f4431db8ca1d60478f838d14b upstream While I play inhouse patches with much memory pressure on qemu-kvm, 3.14 kernel was randomly crashed. The reason was kernel stack overflow. When I investigated the problem, the callstack was a little

[linux-yocto] [PATCH 1/2] cpu: add generic support for CPU feature based module

2014-07-17 Thread jianchuan.wang
From: Jianchuan Wang jianchuan.w...@windriver.com commit 67bad2fdb754dbef14596c0b5d28b3a12c8dfe84 upstream cpu: add generic support for CPU feature based module autoloading This patch adds support for advertising optional CPU features over udev using the modalias, and for declaring

[linux-yocto] [PATCH 2/2] x86: align x86 arch with generic CPU modalias handling

2014-07-17 Thread jianchuan.wang
From: Jianchuan Wang jianchuan.w...@windriver.com commit 2b9c1f03278ab7cd421f14ce24dee39091ecb064 upstream x86: align x86 arch with generic CPU modalias handling The x86 CPU feature modalias handling existed before it was reimplemented generically. This patch aligns the x86

[linux-yocto] [PATCH 1/2] cpu: add generic support for CPU feature based module autoloading

2014-07-17 Thread jianchuan.wang
From: Jianchuan Wang jianchuan.w...@windriver.com commit 67bad2fdb754dbef14596c0b5d28b3a12c8dfe84 upstream cpu: add generic support for CPU feature based module autoloading This patch adds support for advertising optional CPU features over udev using the modalias, and for

[linux-yocto] [PATCH 2/2] x86: align x86 arch with generic CPU modalias handling

2014-07-17 Thread jianchuan.wang
From: Jianchuan Wang jianchuan.w...@windriver.com commit 2b9c1f03278ab7cd421f14ce24dee39091ecb064 upstream x86: align x86 arch with generic CPU modalias handling The x86 CPU feature modalias handling existed before it was reimplemented generically. This patch aligns the x86 handling so that it