Reply...

2020-08-04 Thread Ms. Reem
Hello, My name is Ms. Reem Ebrahim Al-Hashimi, I am the "Minister of state and Petroleum" also "Minister of State for International Cooperation" in UAE. I write to solicit for your partnership in claiming of {us$90=Million} from a Financial Home in Cambodia. The Fund {us$90=Million} is my share

Re: [PATCH v2] staging: wfx: fixed misspelled word in comment

2020-08-04 Thread Aditya Bansal
From: Aditya Bansal Subject: [PATCH v2] fixed typo in driver/staging/wfx/hif_tx.c file Correct the spelling of word function and careful Signed-off-by: Aditya Bansal --- diff --git a/drivers/staging/wfx/hif_tx.c b/drivers/staging/wfx/hif_tx.c index 5110f9b93762..fc12f9dcefce 100644 ---

Re: [PATCH] staging: greybus: audio: Uninitialized variable in gbaudio_remove_controls()

2020-08-04 Thread Vaibhav Agarwal
On Tue, Aug 4, 2020 at 3:46 PM Dan Carpenter wrote: > > The "err" variable is not meaningful so there is no need to print it. > It's uninitialized on the first iteration through the loop. > > Fixes: 510e340efe0c ("staging: greybus: audio: Add helper APIs for dynamic > audio modules") >

Re: [PATCH] staging: wfx: fixed misspelled word in comment

2020-08-04 Thread Joe Perches
On Tue, 2020-08-04 at 16:07 +0530, Aditya Bansal wrote: > Should I correct all the instances of the "careful" and submit the > patch including both "carefull" and "function" word correct? or only > for the "carefull"? I have already submitted one for the "funcion" > word. I suggest submitting a

Re: [PATCH] staging: wfx: fixed misspelled word in comment

2020-08-04 Thread Aditya Bansal
Should I correct all the instances of the "careful" and submit the patch including both "carefull" and "function" word correct? or only for the "carefull"? I have already submitted one for the "funcion" word. On Tue, Aug 4, 2020 at 9:13 PM Joe Perches wrote: > > On Tue, 2020-08-04 at 08:24

Re: [PATCH] staging: wfx: fixed misspelled word in comment

2020-08-04 Thread Joe Perches
On Tue, 2020-08-04 at 08:24 -0700, Randy Dunlap wrote: > On 8/4/20 7:58 AM, Aditya Bansal wrote: > > From: Aditya Bansal > > > > Subject: [PATCH] fixed typo in driver/staging/wfx/hif_tx.c file > > > > Correct the spelling of function > > > > Signed-off-by: Aditya Bansal > > --- > > > > diff

Re: [PATCH v4] sched: Provide USF for the portable equipment.

2020-08-04 Thread Randy Dunlap
On 8/4/20 12:50 AM, Dongdong Yang wrote: > From: Dongdong Yang > > --- > > diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu > b/Documentation/ABI/testing/sysfs-devices-system-cpu > index b555df8..e299418 100644 > --- a/Documentation/ABI/testing/sysfs-devices-system-cpu > +++

Re: [PATCH] staging: wfx: fixed misspelled word in comment

2020-08-04 Thread Randy Dunlap
On 8/4/20 7:58 AM, Aditya Bansal wrote: > From: Aditya Bansal > > Subject: [PATCH] fixed typo in driver/staging/wfx/hif_tx.c file > > Correct the spelling of function > > Signed-off-by: Aditya Bansal > --- > > diff --git a/drivers/staging/wfx/hif_tx.c b/drivers/staging/wfx/hif_tx.c > index

[PATCH] staging: wfx: fixed misspelled word in comment

2020-08-04 Thread Aditya Bansal
From: Aditya Bansal Subject: [PATCH] fixed typo in driver/staging/wfx/hif_tx.c file Correct the spelling of function Signed-off-by: Aditya Bansal --- diff --git a/drivers/staging/wfx/hif_tx.c b/drivers/staging/wfx/hif_tx.c index 5110f9b93762..6a485fa5b72b 100644 ---

[PATCH] staging: wlan-ng: fix out of bounds read in prism2sta_probe_usb()

2020-08-04 Thread Rustam Kovhaev
let's use usb_find_common_endpoints() to discover endpoints, it does all necessary checks for type and xfer direction remove memset() in hfa384x_create(), because we now assign endpoints in prism2sta_probe_usb() and because create_wlan() uses kzalloc() to allocate hfa384x struct before calling

Re: [RFC PATCH 4/7] crypto: remove ARC4 support from the skcipher API

2020-08-04 Thread Ard Biesheuvel
On Sat, 25 Jul 2020 at 10:06, Ard Biesheuvel wrote: > > On Sat, 18 Jul 2020 at 11:18, Ard Biesheuvel wrote: > > > > On Fri, 3 Jul 2020 at 02:04, Ard Biesheuvel wrote: > > > > > > On Thu, 2 Jul 2020 at 20:21, Ard Biesheuvel wrote: > > > > > > > > On Thu, 2 Jul 2020 at 19:50, Eric Biggers

Re: [PATCH v4] sched: Provide USF for the portable equipment.

2020-08-04 Thread Qais Yousef
Hi Dongdong On 08/04/20 15:50, Dongdong Yang wrote: > +What:/sys/devices/system/cpu/sched_usf > + /sys/devices/system/cpu/sched_usf/sched_usf_non_ux_r > + /sys/devices/system/cpu/sched_usf/sched_usf_up_l0_r > +

Re: [PATCH] staging: Add Mediatek High Frequency Manager Framework

2020-08-04 Thread kernel test robot
Hi "hongxu.zhao", Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] url: https://github.com/0day-ci/linux/commits/hongxu-zhao/staging-Add-Mediatek-High-Frequency-Manager-Framework/20200804-155814 base: https://git.kernel.o

[PATCH] staging: greybus: audio: Uninitialized variable in gbaudio_remove_controls()

2020-08-04 Thread Dan Carpenter
The "err" variable is not meaningful so there is no need to print it. It's uninitialized on the first iteration through the loop. Fixes: 510e340efe0c ("staging: greybus: audio: Add helper APIs for dynamic audio modules") Signed-off-by: Dan Carpenter --- drivers/staging/greybus/audio_helper.c |

Re: [PATCH v4] sched: Provide USF for the portable equipment.

2020-08-04 Thread peterz
On Tue, Aug 04, 2020 at 03:50:35PM +0800, Dongdong Yang wrote: > +What:/sys/devices/system/cpu/sched_usf > + /sys/devices/system/cpu/sched_usf/sched_usf_non_ux_r > + /sys/devices/system/cpu/sched_usf/sched_usf_up_l0_r > +

SPENDE

2020-08-04 Thread Jorge Meroni
Ich habe eine Spende von 5,5 Millionen Euro für Sie. Bitte antworten Sie. ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH] staging: Add Mediatek High Frequency Manager Framework

2020-08-04 Thread Greg Kroah-Hartman
On Tue, Aug 04, 2020 at 03:52:49PM +0800, hongxu.zhao wrote: > Add a new sensor framework into linux kernel which can support multi client > request sensor data. > There are the following features: > 1.Ringbuffer between manager and client; > 2.Kernel space user interface; > 3.User

Re: [PATCH v4] sched: Provide USF for the portable equipment.

2020-08-04 Thread Greg KH
On Tue, Aug 04, 2020 at 03:50:35PM +0800, Dongdong Yang wrote: Comments on code stuff only, not if this is actually a valid thing to be doing at all: > --- /dev/null > +++ b/kernel/sched/usf.c > @@ -0,0 +1,294 @@ > +// SPDX-License-Identifier: GPL-2.0 > +/* > + * Copyright (C) 2020 XiaoMi Inc. >

[PATCH] staging: Add Mediatek High Frequency Manager Framework

2020-08-04 Thread hongxu . zhao
Add a new sensor framework into linux kernel which can support multi client request sensor data. There are the following features: 1.Ringbuffer between manager and client; 2.Kernel space user interface; 3.User space user interface with syscall; 4.Each client hang detect mechanism;

[PATCH v4] sched: Provide USF for the portable equipment.

2020-08-04 Thread Dongdong Yang
From: Dongdong Yang The power consumption and UI response are more cared for by the portable equipment users. USF(User Sensitive Feedback factor) auxiliary cpufreq governor is providing more utils adjustment settings to the high level by scenario identification. From the view of portable

[PATCH v4] Provide USF for the portable equipment.

2020-08-04 Thread Dongdong Yang
From: Dongdong Yang This patch provides USF(User Sensitive Feedback factor) auxiliary cpufreq governor to support high level layer sysfs inodes setting for utils adjustment purpose from the identified scenario on portable equipment. Because the power consumption and UI response are more cared

Re: [PATCH v3] Provide USF for the portable equipment.

2020-08-04 Thread Greg KH
A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I