From 900d5849ba787f9767800f463be58516b43a2f6c Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Tue, 12 Jan 2016 15:14:31 +0000 Subject: r-car m2: fix notification of groups with inode (SPEC-89) 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 --- meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb') diff --git a/meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb b/meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb index db606e3..6971adc 100644 --- a/meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb +++ b/meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb @@ -46,6 +46,7 @@ SRC_URI_append_porter = " \ file://0006-ARM-shmobile-porter-Sound-DMA-support-via-DVC-on-DTS.patch \ file://0007-ARM-shmobile-porter-Fix-audio-clk-master-to-SSI-and-.patch \ file://0008-drm-rcar-du-r8a7791-disable-interlace-mode.patch \ + file://0022-fanotify-fix-notification-of-groups-with-inode-mount.patch \ " SRC_URI_append_silk = " \ -- cgit 1.2.3-korg