diff options
author | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2017-01-24 16:38:38 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-01-24 15:12:50 +0000 |
commit | 6963084e3bcfb8e8d6c59e2d18a8f584888fdb79 (patch) | |
tree | 09e15516c7e60c14cf7998cfd4169213b6f2f922 /meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend | |
parent | 0540b982fc5547951ac55427206c8b3a810ef3a5 (diff) |
rcar-gen2: linux-renesas: backport r820t tuner driver to fix SPEC-418
Fix the issue that radio app using r820t tuner driver some times crash.
Bug-AGL: SPEC-418
Change-Id: I1529ecba91c3988eea6b271d5f8ce6d2d8f1bb11
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Diffstat (limited to 'meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend')
-rwxr-xr-x | meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend index f585283b4..7da3e5c8a 100755 --- a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend +++ b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend @@ -8,6 +8,9 @@ SRC_URI += " file://disable_delay_printk.patch \ file://rtl_sdr.cfg \ file://usbaudio.cfg \ file://ra2x00.cfg \ + file://0001-media-r820t-do-not-double-free-fe-tuner_priv-in-r820.patch \ + file://0002-media-r820t-remove-redundant-initializations-in-r820.patch \ + file://0003-media-r820t-avoid-potential-memcpy-buffer-overflow-i.patch \ " KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/ath9k_htc.cfg ${WORKDIR}/rtl_sdr.cfg" |