[linux-yocto] [yocto-kernel-cache][yocto-5.4][PATCH] NFS: fix general protection fault in nfs_mount

2021-06-28 Thread Ovidiu Panait
While fuzzing the kernel with syzkaller, the following issue was triggered: Call Trace: strlen usr/src/kernel/include/linux/string.h:306 [inline] nfs_mount+0x316/0x740 usr/src/kernel/fs/nfs/mount_clnt.c:174 ? __kernel_text_address+0x12/0x40 usr/src/kernel/kernel/extable.c:95 ?

[linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: update kernel config for raspberrypi 4B platform

2021-06-28 Thread Meng Li
From: Limeng Hi Bruce, Could you please help to merge this patch into yocto-kernel-cache, branch is only master? diffstat info ad below: bcm-2xxx-rpi.cfg |3 +++ 1 file changed, 3 insertions(+) thanks, Limeng -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

[linux-yocto] [PATCH] bcm-2xxx-rpi: update kernel config for raspberrypi 4B platform

2021-06-28 Thread Meng Li
From: Meng Li Signed-off-by: Meng Li --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg b/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg index 44e984fc..13ea41c5 100644 --- a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg +++

[linux-yocto][v5.10/standard/base][PATCH 1/1] iwlwifi: select MAC80211_LEDS conditionally

2021-06-28 Thread LiweiSong
MAC80211_LEDS depends on LEDS_CLASS=y or LEDS_CLASS=MAC80211, add condition to enable it in iwlwifi/Kconfig to avoid below compile warning when LEDS_CLASS was set to m: WARNING: unmet direct dependencies detected for MAC80211_LEDS Depends on [n]: NET [=y] && WIRELESS [=y] && MAC80211 [=y] &&

[linux-yocto][linux-yocto v5.10][PATCH] eventfd: Enlarge recursion limit to allow vhost to work

2021-06-28 Thread Zhang, Qiang
From: Zqiang 1/1 [ Author: He Zhe Email: zhe...@windriver.com Subject: eventfd: Enlarge recursion limit to allow vhost to work Date: Fri, 5 Jun 2020 16:32:18 +0800 commit 85f0a97f3aac6bb2c9549af607843644dd2ef5c7 upstream [linux-yocto] Upstream link: