[linux-yocto] [PATCH] meta; edgerouter: fix kernel config check errors

2015-05-27 Thread Kevin Hao
Fix the following kernel config check errors: Value requested for CONFIG_HW_RANDOM_OCTEON not in final .config Requested value: CONFIG_HW_RANDOM_OCTEON=y Actual value set: CONFIG_HW_RANDOM_OCTEON=m Value requested for CONFIG_USB_OCTEON_EHCI not in final .config Requested value:

[linux-yocto] [PATCH 1/2] fs: aufs: fix a build error for archs which doesn't support MUTEX_SPIN_ON_OWNER

2015-05-27 Thread Kevin Hao
For struct mutex, the member owner only exist when either DEBUG_MUTEXES or MUTEX_SPIN_ON_OWNER is enabled. The SMP is a necessary condition, but not a sufficiency condition for MUTEX_SPIN_ON_OWNER. So we would get build error on arch such as mpis due to SMP is enabled and both DEBUG_MUTEXES and