summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel
Commit message (Collapse)AuthorAgeFilesLines
* linux-intel: Fix for CVE-2018-14617Sona Sarmadi2018-09-261-0/+64
| | | | | | | | | | | Fix for both linux-intel and linux-intel-rt. References: https://github.com/nluedtke/linux_kernel_cves/blob/master/4.14/4.14_security.txt https://nvd.nist.gov/vuln/detail/CVE-2018-14617 Change-Id: Ideb3fe257a127d10b4468c210516edf69a4603ca Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
* linux-intel: Fix for CVE-2018-14609Sona Sarmadi2018-09-261-0/+71
| | | | | | | | | | | Fix for both linux-intel and linux-intel-rt. References: https://github.com/nluedtke/linux_kernel_cves/blob/master/4.14/4.14_security.txt https://nvd.nist.gov/vuln/detail/CVE-2018-14609 Change-Id: I566e0350984df12e6a77ed68cbcd2b485b9a2713 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
* linux-intel: Fix for CVE-2018-16658Sona Sarmadi2018-09-261-0/+42
| | | | | | | | | | | Fix for both linux-intel and linux-intel-rt. References: https://github.com/nluedtke/linux_kernel_cves/blob/master/4.14/4.14_security.txt https://nvd.nist.gov/vuln/detail/CVE-2018-16658 Change-Id: Icaa55f0e2167ee5a72b253bae4cb00d5708d66d1 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
* linux-intel-rt: Fix for CVE-2018-9363Sona Sarmadi2018-09-211-0/+56
| | | | | | | | | References: https://github.com/nluedtke/linux_kernel_cves/blob/master/4.14/4.14_security.txt https://nvd.nist.gov/vuln/detail/CVE-2018-9363 Change-Id: I6c93f124c5ddfac6de11f62b943fea255513c8a3 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
* linux-intel-rt: Fix for CVE-2018-15572Sona Sarmadi2018-09-211-0/+99
| | | | | | | | | References: https://github.com/nluedtke/linux_kernel_cves/blob/master/4.14/4.14_security.txt https://nvd.nist.gov/vuln/detail/CVE-2018-15572 Change-Id: Ice34aee00bfc9b05326422dbc2ebd68326e34e55 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
* linux-intel-rt: Fix for CVE-2018-13094Sona Sarmadi2018-09-211-0/+51
| | | | | | | | | References: https://github.com/nluedtke/linux_kernel_cves/blob/master/4.14/4.14_security.txt https://nvd.nist.gov/vuln/detail/CVE-2018-13094 Change-Id: I781b5d3fad200e20d791e08f48737945ee2d4838 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
* linux-intel-rt: Fix for CVE-2018-13093Sona Sarmadi2018-09-211-0/+148
| | | | | | | | | References: https://github.com/nluedtke/linux_kernel_cves/blob/master/4.14/4.14_security.txt https://nvd.nist.gov/vuln/detail/CVE-2018-13093 Change-Id: Ib4fb2a6efdbd4e47527618aaeb9151aeb2ec9738 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
* linux-intel-rt: Fix for CVE-2018-12233Sona Sarmadi2018-09-211-0/+52
| | | | | | | | | References: https://github.com/nluedtke/linux_kernel_cves/blob/master/4.14/4.14_security.txt https://nvd.nist.gov/vuln/detail/CVE-2018-12233 Change-Id: If1a42846078f3a88bebe75176cb0423d625821cd Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
* linux-intel-rt: Fix for CVE-2018-14734Sona Sarmadi2018-09-211-0/+62
| | | | | | | | | References: https://github.com/nluedtke/linux_kernel_cves/blob/master/4.14/4.14_security.txt https://nvd.nist.gov/vuln/detail/CVE-2018-14734 Change-Id: I023781aa314f2713e6e3c134df8f87f23913c3f6 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
* linux-intel: Upgrade kernel to version 4.14Martin Borg2018-03-262-991/+0
| | | | | Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* linu-intel: CVE-2017-1000364pyroSona Sarmadi2017-11-161-0/+939
| | | | | | | | | | | | | | | | | | 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-0/+52
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>