Re: [staging] aad378845d: WARNING:held_lock_freed

2020-04-21 Thread Rong Chen
On 4/16/20 3:13 AM, Stefan Wahren wrote: Hi, Am 06.04.20 um 04:04 schrieb kernel test robot: FYI, we noticed the following commit (built with gcc-7): commit: aad378845d9334d223d0d56db8332ce071d90202 ("[PATCH 9/9] staging: bcm2835-camera: reduce indentation in ctrl_set_image_effect") url:

exfat upcase table for code points above U+FFFF (Was: Re: [PATCH] staging: exfat: add exfat filesystem code to staging)

2020-04-21 Thread Pali Rohár
On Thursday 13 February 2020 16:18:47 Sasha Levin wrote: > On Thu, Feb 13, 2020 at 01:06:56AM +0100, Pali Rohár wrote: > > In released exFAT specification is not written how are Unicode code > > points above U+ represented in exFAT upcase table. Normally in > > UTF-16 are Unicode code points

[PATCH v2] Staging: rtl8723bs: rtw_wlan_util: Add size check of SSID IE

2020-04-21 Thread Denis Straghkov
Add size check of SSID information element in incoming 802.11 frames, to prevent memcpy() of IE in array bssid->Ssid.Ssid, with size more than 32 bytes. Signed-off-by: Denis Straghkov --- Changes in v2: - Replace spaces on tabs. .../staging/rtl8723bs/core/rtw_wlan_util.c| 22

Re: [PATCH] staging: vt6656: Fix pairwise key entry save.

2020-04-21 Thread Sasha Levin
Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: f9ef05ce13e4 ("staging: vt6656: Fix pairwise key for non station modes"). The bot has tested the following trees: v5.6.5, v5.5.18, v5.4.33, v4.19.116, v4.14.176, v4.9.219,

Re: [PATCH] staging: vt6656: Power save stop wake_up_count wrap around.

2020-04-21 Thread Sasha Levin
Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: 43c93d9bf5e2 ("staging: vt6656: implement power saving code."). The bot has tested the following trees: v5.6.5, v5.5.18, v5.4.33, v4.19.116, v4.14.176, v4.9.219, v4.4.219. v5.6.5:

Re: [PATCH] Staging: rtl8723bs: rtw_wlan_util: Add size check of SSID IE

2020-04-21 Thread Dan Carpenter
On Tue, Apr 21, 2020 at 08:08:06PM +0300, Denis Straghkov wrote: > /* checking SSID */ > + ssid_len = 0; > p = rtw_get_ie(bssid->IEs + _FIXED_IE_LENGTH_, _SSID_IE_, , > bssid->IELength - _FIXED_IE_LENGTH_); > - if (!p) { > - DBG_871X("%s marc: cannot find SSID for

[PATCH] Staging: rtl8723bs: rtw_wlan_util: Add size check of SSID IE

2020-04-21 Thread Denis Straghkov
Add size check of SSID information element in incoming 802.11 frames, to prevent memcpy() of IE in array bssid->Ssid.Ssid, with size more than 32 bytes. Signed-off-by: Denis Straghkov --- .../staging/rtl8723bs/core/rtw_wlan_util.c| 24 +++ 1 file changed, 9 insertions(+), 15

Re: [PATCH] staging: android: ion: Skip sync if not mapped

2020-04-21 Thread Greg Kroah-Hartman
On Mon, Apr 20, 2020 at 01:03:39PM -0700, John Stultz wrote: > On Mon, Apr 20, 2020 at 1:22 AM Christian Brauner > wrote: > > On Thu, Apr 16, 2020 at 12:25:08PM +0200, Greg Kroah-Hartman wrote: > > > On Tue, Apr 14, 2020 at 09:41:31PM -0700, John Stultz wrote: > > > > But I do think we can mark

Re: [PATCH] media: staging: rkisp1 Kconfig: depends on OF

2020-04-21 Thread Mauro Carvalho Chehab
Em Tue, 21 Apr 2020 00:17:08 -0300 Ezequiel Garcia escreveu: > Hi Mauro, Randy, > > On Mon, 20 Apr 2020 at 13:45, Mauro Carvalho Chehab > wrote: > > > > building it with a random config causes a warning: > > > > WARNING: unmet direct dependencies detected for PHY_ROCKCHIP_DPHY_RX0 > >