aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb
AgeCommit message (Collapse)AuthorFilesLines
2017-06-27Fix CVE-2017-1000364 by backporting the patches from 3.10.107Jan-Simon Möller1-0/+6
Backport of patches from upstream: - https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/patch/?id=1ad9a25dd06fda9bdc27875e1cedb8277accb212 - https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/patch/?id=28ebf89579a055259280252f68f6c26d986e3ce3 - https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/patch/?id=0fcba8f954460c56217897bdffbf62060815329a Bug-AGL: SPEC-705 Change-Id: I9e88c0203e8e3971daa789408dda3c2a6f6ff893 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-19Add driver loading for cluster demoYusuke Nakamura1-0/+18
v2.0: (Tadao Tanikawa) Done in the linux-renesas_3.10.bb v1.0: (Yusuke Nakamura) Weston in renesas requires some drivers are loaded in advance for cluster demo. Otherwise weston fails to start. This adds necessary drivers to /etc/modules-load.d Change-Id: I0668f663be66b07ce99bb063520b97d2e949b6b6 Signed-off-by: Yusuke Nakamura <ynakamura@jp.adit-jv.com>
2017-01-11fix kernel build with gcc6Ronan Le Martret1-0/+3
Change-Id: I36d90ba2dc0991bb19be1eb00f50aa4bb2dfe210 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2016-12-21rcar-gen2: linux-renesas: Add audio patch to fix SPEC-365Harunobu Kurokawa1-0/+1
Fix the issue that pulseaudio sometimes doesn't work correctly. Bug-AGL: SPEC-365 Change-Id: I30420d80691212a072d7604be6a3833c680bce1e Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2016-11-04Backport fix for CVE-2016-5195Jan-Simon Möller1-0/+3
Change-Id: I8da95aa22cf2ba90419a897a6f5880a9451b987e Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-11-03Smack: fixup of bluetooth socket labellingJosé Bollo1-0/+8
The sockets created by kernel thread will now be tagged @ instead of _. Change-Id: I92dcc885e9e8f7b45076f7df7a0e1ef4e66453a3 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-11-02recipes-kernel: bump to rcar-gen2-1.9.7Yannick Gicquel1-2/+6
Change-Id: Iba9317f7f0a4549b2e86db3283be6c307cc3fb36 Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-11-02recipes-kernel: fragment configuration for CANYannick Gicquel1-0/+2
Change-Id: I3ca6501c5333f65babbaf79c34dc8c472fc9e941 Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-04-14kernel: uses linux-dtb.inc from pokyYannick Gicquel1-1/+1
This patch removes the local copy of linux-dtb.inc file which was still aligned with yocto 1.6. Change-Id: I7f2a3c267b767951b0314a5ed246e45bb97088bd Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-01-13kernel: add support for gcc 5Yannick Gicquel1-0/+1
backport compiler-gcc5.h header from kernel upstream. Change-Id: I89b5e1e3b2f72e5a8eb84d2062a6957744dfe049 Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-01-13r-car m2: fix notification of groups with inode (SPEC-89)Manuel Bachmann1-0/+1
This is a backport of the following kernel patch : https://git.kernel.org/cgit/linux/kernel/git/torvalds/ linux.git/commit/?id=8edc6e1 and fixes the following issue : https://jira.automotivelinux.org/browse/SPEC-89 (it fixes the reliability of using the "fa_notify" kernel API for filesystem notifications) Commit-Id: I968a52e72dc816a9f93640392b19ba2463216fe1 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-11-06kernel: smack security backport from kernel 4Yannick GICQUEL1-0/+69
Here is the backport of all patches relating to smack support on kernel side. For more details, see file: meta-rcar-gen2/recipes-kernel/linux/linux-renesas/smack/README Please note that patches are applied only if "smack" is in the ditro features. Here are the 2 lines to add in the local.conf OVERRIDES .= ":smack" DISTRO_FEATURES_append = " smack" Change-Id: I147a3532aec531f977d6ec34c576261835711f1e Signed-off-by: Yannick GICQUEL <yannick.gicquel@iot.bzh> Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2015-09-29silk: kernel: disable interlace modeYannick GICQUEL1-0/+1
This change default configuration of rcar-du driver to avoid flickering on HDMI plug. This may be related to misalignment between ADV7511 and the SoC (tbc). This issue was observed on two different screen models. Change-Id: I1509e046fd7d46f6b74ea0bd96d5d41116d2f89a Signed-off-by: Yannick GICQUEL <yannick.gicquel@iot.bzh>
2015-09-29porter: kernel: disable interlace modeYannick GICQUEL1-0/+1
This change default configuration of rcar-du driver to avoid flickering on HDMI plug. This may be related to misalignment between ADV7511 and the SoC (tbc). This issue was observed on two different screen models. Change-Id: I161b9d659c14de7fa5b0ce4b55fb5cf968c11e3f Signed-off-by: Yannick GICQUEL <yannick.gicquel@iot.bzh>
2015-04-08porter: kernel: migrate porter board audio from platform data to DTSStephen Lawrence1-0/+7
Kernel BSP v1.9.0 contained a backported ASoC and dma descriptor mode driver for AUDIO-DMAC from the upstream kernel. This patch series migrates the R-Car M2 Porter board audio from platform data to DTS to make use of this driver and restore audio on the board.
2015-03-25commit BSP v1.8.0Nobuhiro Iwamatsu1-0/+71
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>