summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel.inc
Commit message (Collapse)AuthorAgeFilesLines
* Rename machine name denverton -> atom-c3000Sona Sarmadi2018-05-031-2/+2
| | | | | | | | | 1) Renamed conf/machine/denverton.conf -> atom-c3000.conf 2) Renamed KERNEL_FEATURES_append-denverton to: KERNEL_FEATURES_append-atom-c3000 in linux-intel.inc Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* linux-intel: Upgrade kernel to version 4.14Martin Borg2018-03-261-11/+4
| | | | | Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* linux-intel: Use kernel version 4.9.27Martin Borg2018-02-271-0/+4
| | | | | | Stay on the same kernel version as NFV Access 1.1 for now. Signed-off-by: Martin Borg <martin.borg@enea.com>
* add denverton BSPpyro-nfvaccessAdrian Calianu2018-02-121-1/+3
| | | | | Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* linu-intel: CVE-2017-1000364pyroSona Sarmadi2017-11-161-0/+1
| | | | | | | | | | | | | | | | | | Fixes an issue in the size of the stack guard page on Linux, specifically a 4k stack guard page is not sufficiently large and can be "jumped" over (the stack guard page is bypassed), this affects Linux Kernel versions 4.11.5 and earlier. References: https://nvd.nist.gov/vuln/detail/CVE-2017-1000364 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-1000364 https://blogs.oracle.com/wim/cve-2017-1000364 Upstream patch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?h=v4.9.50&id=cfc0eb403816c5c4f9667d959de5e22789b5421e Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* linux-intel: CVE-2017-11176Sona Sarmadi2017-11-161-1/+4
| | | | | | | | | | fix a use-after-free in sys_mq_notify() Reference: https://nvd.nist.gov/vuln/detail/CVE-2017-11176 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* qemux86-64: change ARCH to corei7 and move on intel kernel source treeAdrian Calianu2017-09-281-1/+2
| | | | | | | | | In order to use the same SDK for host and guest it was decided to change the build architecture of qemux86-64 to corei7 and use the same kernel provided by Intel. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* support to copy kernel config in deploy folder movedAdrian Calianu2017-08-101-1/+1
| | | | | | | Since it is not specific to an architecture it was moved into meta-enea-bsp-common repo. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
* kernel: Add kernel config file to deploy directoryDragos Motrea2017-06-201-0/+2
| | | | | Signed-off-by: Dragos Motrea <Dragos.Motrea@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* kernel: Use enea-kernel-cache from .com instead of .seAdrian Dudau2017-05-221-1/+1
| | | | | Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* Added debug tools support to intel-sdk kernelDragos Motrea2017-05-181-1/+1
| | | | | | | | Support for the following debug tools was added to intel-sdk kernel: kgdb/gdb, perf, latencytop, systemtap, oprofile, lttng. Signed-off-by: Dragos Motrea <Dragos.Motrea@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* linux-intel: Update enea-kernel-cache SRCREV to include udev.sccAdrian Dudau2017-03-311-1/+1
| | | | | Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* linux: enable udev specific kernel configsAdrian Calianu2017-03-231-0/+2
| | | | | Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* ipv4: fix for waiting 2 minutes for carrier onDragos Motrea2017-03-231-1/+4
| | | | Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Add new recipe for linux-intel-sdkAdrian Dudau2017-03-221-0/+13
This will be used to build an sdk (debug) flavour of the linux-intel kernel. Restructure the common appends into an inc file. The fix.cfg file is needed here because it is located in the linux-intel subdirectory in meta-intel and cannot be found when building this recipe. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>