[staging:staging-linus] BUILD SUCCESS 926234f1b8434c4409aa4c53637aa3362ca07cea

2020-07-20 Thread kernel test robot
-20200719 i386 randconfig-a006-20200719 i386 randconfig-a002-20200719 i386 randconfig-a005-20200719 i386 randconfig-a003-20200719 i386 randconfig-a004-20200719 x86_64 randconfig-a014-20200720 x86_64

Re: [PATCH v8 00/12] PCI: brcmstb: enable PCIe for STB chips

2020-07-20 Thread Florian Fainelli
On 7/15/20 7:35 AM, Jim Quinlan wrote: > Patchset Summary: > Enhance a PCIe host controller driver. Because of its unusual design > we are foced to change dev->dma_pfn_offset into a more general role > allowing multiple offsets. See the 'v1' notes below for more info. Christoph, Robin, are

[PATCH][next] media: allegro: fix potential null dereference on header

2020-07-20 Thread Colin King
From: Colin Ian King The pointer header is an alias to msg and msg is being null checked. However, if msg is null then header is also null and this can lead to a null pointer dereference on the assignment type = header->type. Fix this by only dereferencing header after the null check on msg. Add

Reply<><>

2020-07-20 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

[PATCH] staging: wlan-ng: Fix alignment to match open parenthesis

2020-07-20 Thread Sumera Priyadarsini
This patch fixes the file cfg80211.c to avoid the checkpatch.pl warning: CHECK: Alignment should match open parenthesis Signed-off-by: Sumera Priyadarsini --- drivers/staging/wlan-ng/cfg80211.c | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/drive

Re:okok

2020-07-20 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

Happy Sunday

2020-07-20 Thread Tony Ray
I sent you a mesaage,did you receive that?Please let me know. Tony ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH 1/2] staging: rtl8192e: add space before open parenthesis

2020-07-20 Thread Darshan D V
Fix the coding style error by adding a space before open parenthesis '(' in a conditional statement. Signed-off-by: Darshan D V --- drivers/staging/rtl8192e/rtllib_crypt_ccmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c b/dri

[PATCH 2/2] staging: rtl8192e: add proper code indent

2020-07-20 Thread Darshan D V
As the code indent for a conditional statement is not according to the preferred coding style for the linux kernel, add code indent as necessary after a conditional statement. Signed-off-by: Darshan D V --- drivers/staging/rtl8192e/rtllib_crypt_ccmp.c | 2 +- 1 file changed, 1 insertion(+), 1 de

Re: [PATCH v2] staging: media: atomisp: Replace depracated MSI APIs

2020-07-20 Thread Dan Carpenter
On Sun, Jul 19, 2020 at 07:56:23PM +0530, Suraj Upadhyay wrote: > Replace depracated MSI IRQ enabler and disabler > with pci_alloc_irq_vectors and pci_free_irq_vectors respectively. > And as a result handle the returned error as appropriate. > Compile tested. > > Signed-off-by: Suraj Upadhyay > -

Re: [PATCH v3] staging: kpc2000: Replace depracated MSI APIs

2020-07-20 Thread Dan Carpenter
On Sun, Jul 19, 2020 at 07:42:22PM +0530, Suraj Upadhyay wrote: > Replace depracated MSI IRQ enabler and disabler > with pci_alloc_irq_vectors and pci_free_irq_vectors respectively. > Compile tested. > > Signed-off-by: Suraj Upadhyay > --- > Changes: > v3: Replaced the disabler for MSI IRQ

Re: [PATCH v2] staging: media: atomisp: Replace depracated MSI APIs

2020-07-20 Thread Dan Carpenter
Sorry, this is still not correct. See comments on other thread. There are other msi related code which needs to be updated. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/list

Re: [PATCH 1/2] staging: rtl8192e: add space before open parenthesis

2020-07-20 Thread Greg KH
On Sun, Jul 19, 2020 at 05:39:17PM +0530, Darshan D V wrote: > rtllib_crypt_ccmp.c: Why is this listed here, with a trailing space? There's no real need for it, do you see other patches for this file/driver doing that? Try looking at those for examples of how to properly format changelog texts.

Re: [PATCH 0/4] staging: comedi: INSN_CONFIG_DIGITAL_TRIG fixes

2020-07-20 Thread Greg Kroah-Hartman
On Fri, Jul 17, 2020 at 03:52:53PM +0100, Ian Abbott wrote: > These patches correct problems with INSN_CONFIG_DIGITAL_TRIG comedi > configuration instructions in various comedi drivers, in particular the > use of unconstrained bit shift amounts from userspace leading to > undefined behaviour (altho