[PATCH -next] staging: media: usbvision: Add missing MEDIA_USB_SUPPORT dependency

2020-03-03 Thread YueHaibing
VIDEO_USBVISION driver depends on MEDIA_USB_SUPPORT Reported-by: Hulk Robot Fixes: 8fb12ce2ec9d ("media: usbvision: deprecate driver") Signed-off-by: YueHaibing --- drivers/staging/media/usbvision/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/

Re: [PATCH v2 2/3] binder: do not initialize locals passed to copy_from_user()

2020-03-03 Thread Dan Carpenter
On Tue, Mar 03, 2020 at 10:14:18AM +0100, Alexander Potapenko wrote: > On Mon, Mar 2, 2020 at 7:51 PM Joe Perches wrote: > > > > On Mon, 2020-03-02 at 19:17 +0100, Alexander Potapenko wrote: > > > On Mon, Mar 2, 2020 at 3:00 PM Joe Perches wrote: > > > > On Mon, 2020-03-02 at 14:25 +0100, Alexand

Re: [PATCH v4 16/18] dt: bindings: net: add microchip,wilc1000,sdio.yaml

2020-03-03 Thread Ajay.Kathat
Hi Rob, Thanks for reviewing. On 03/03/20 7:25 am, Rob Herring wrote: > > On Mon, Mar 02, 2020 at 04:34:40PM +, ajay.kat...@microchip.com wrote: >> From: Ajay Singh >> >> Moved '/drivers/staging/wilc1000/microchip,wilc1000,sdio.yaml' to >> 'Documentation/devicetree/bindings/net/wireless/mic

Re: [PATCH v4 17/18] dt: bindings: net: add microchip,wilc1000,spi.yaml

2020-03-03 Thread Ajay.Kathat
On 03/03/20 7:32 am, Rob Herring wrote: > > On Mon, Mar 02, 2020 at 04:34:40PM +, ajay.kat...@microchip.com wrote: >> From: Ajay Singh >> >> Moved '/drivers/staging/wilc1000//microchip,wilc1000,spi.yaml' to >> 'Documentation/devicetree/bindings/net/wireless/microchip,wilc1000,spi.yaml'. >

Re: [PATCH v2 2/3] binder: do not initialize locals passed to copy_from_user()

2020-03-03 Thread Joe Perches
On Tue, 2020-03-03 at 12:38 +0300, Dan Carpenter wrote: > On Tue, Mar 03, 2020 at 10:14:18AM +0100, Alexander Potapenko wrote: > > On Mon, Mar 2, 2020 at 7:51 PM Joe Perches wrote: > > > On Mon, 2020-03-02 at 19:17 +0100, Alexander Potapenko wrote: > > > > On Mon, Mar 2, 2020 at 3:00 PM Joe Perche

Re: [PATCH v2 2/3] binder: do not initialize locals passed to copy_from_user()

2020-03-03 Thread Dan Carpenter
On Tue, Mar 03, 2020 at 05:56:51AM -0800, Joe Perches wrote: > > The real fix is to initialize everything manually, the automated > > initialization is a hardenning feature which many people will disable. > > So I don't think the hardenning needs to be perfect, it needs to simple > > and fast. > >

Re: [PATCH v2] media: staging: tegra-vde: Use devm_platform_ioremap_resource_byname()

2020-03-03 Thread Dmitry Osipenko
03.03.2020 10:31, Dan Carpenter пишет: > Thanks! > > Reviewed-by: Dan Carpenter Awesome, thank you :) ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [RFC 2/3] mm/vma: Introduce VM_ACCESS_FLAGS

2020-03-03 Thread Vlastimil Babka
On 3/2/20 7:47 AM, Anshuman Khandual wrote: > There are many places where all basic VMA access flags (read, write, exec) > are initialized or checked against as a group. One such example is during > page fault. Existing vma_is_accessible() wrapper already creates the notion > of VMA accessibility a

Hello Dear

2020-03-03 Thread DR CHALLY NOAH
Hello Dear, What Have Kept You Waiting To Claim Your $600,000.00 USD Compensation Award? This said fund was issued out by the UNITED NATIONS To compensate you.Please If You Have Not Claim Your Fund (Award),Kindly contact me at dr.challyn...@gmail.com for further details on how to proceed your f

Hello Dear

2020-03-03 Thread DR CHALLY NOAH
Hello Dear, What Have Kept You Waiting To Claim Your $600,000.00 USD Compensation Award? This said fund was issued out by the UNITED NATIONS To compensate you.Please If You Have Not Claim Your Fund (Award),Kindly contact me at dr.challyn...@gmail.com for further details on how to proceed your f

[PATCH] staging: iio: adc: ad7192: Align with parenthesis

2020-03-03 Thread Nishant Malpani
This patch fixes the checkpatch.pl warning: CHECK: Alignment should match open parenthesis +static void ad7192_get_available_filter_freq(struct ad7192_state *st, + int *freq) Signed-off-by: Nishant Malpani --- drivers/staging/iio/adc/ad7192.c |

[PATCH] staging: vt6656: Move vnt_rx_data to usbpipe.c

2020-03-03 Thread Malcolm Priestley
vnt_rx_data is a USB function and vnt_submit_rx_urb_complete is the only caller therefore removing dpc.c/h files and becoming static. Signed-off-by: Malcolm Priestley --- drivers/staging/vt6656/Makefile | 1 - drivers/staging/vt6656/dpc.c | 124 -- drivers/st

Re: [PATCH 0/6] Re-instate octeon staging drivers

2020-03-03 Thread YunQiang Su
Greg KH 于2020年2月13日周四 上午5:52写道: > > On Wed, Feb 05, 2020 at 01:11:10PM +1300, Chris Packham wrote: > > This series re-instates the octeon drivers that were recently removed and > > addresses the build issues that lead to that decision. > > > > I've approached Cavium/Marvell about taking a more act

Re: [RFC 2/3] mm/vma: Introduce VM_ACCESS_FLAGS

2020-03-03 Thread Anshuman Khandual
On 03/03/2020 11:18 PM, Vlastimil Babka wrote: > On 3/2/20 7:47 AM, Anshuman Khandual wrote: >> There are many places where all basic VMA access flags (read, write, exec) >> are initialized or checked against as a group. One such example is during >> page fault. Existing vma_is_accessible() wrap

Re: [PATCH] staging: iio: adc: ad7192: Align with parenthesis

2020-03-03 Thread Ardelean, Alexandru
On Wed, 2020-03-04 at 00:09 +0530, Nishant Malpani wrote: > [External] > > This patch fixes the checkpatch.pl warning: > > CHECK: Alignment should match open parenthesis > +static void ad7192_get_available_filter_freq(struct ad7192_state *st, > +

Re: [PATCH 0/6] Re-instate octeon staging drivers

2020-03-03 Thread Greg KH
On Wed, Mar 04, 2020 at 09:48:46AM +0800, YunQiang Su wrote: > Greg KH 于2020年2月13日周四 上午5:52写道: > > > > On Wed, Feb 05, 2020 at 01:11:10PM +1300, Chris Packham wrote: > > > This series re-instates the octeon drivers that were recently removed and > > > addresses the build issues that lead to that d

Re: [PATCH v2] staging: wfx: data_tx.c: match parentheses alignment

2020-03-03 Thread Greg Kroah-Hartman
On Mon, Feb 24, 2020 at 09:56:21PM +0530, Kaaira Gupta wrote: > On Mon, Feb 24, 2020 at 06:13:32AM -0800, Joe Perches wrote: > > On Mon, 2020-02-24 at 01:02 +0530, Kaaira Gupta wrote: > > > Match next line with open parentheses by giving appropriate tabs. > > Changed the first word to caps. Will k

Re: [PATCH v4] staging: qlge: emit debug and dump at same level

2020-03-03 Thread Greg Kroah-Hartman
On Mon, Feb 24, 2020 at 01:54:48PM +0530, Kaaira Gupta wrote: > Simplify code in ql_mpi_core_to_log() by calling print_hex_dump() > instead of existing functions so that the debug and dump are > emitted at the same KERN_ > > Signed-off-by: Kaaira Gupta > --- > > changes since v1: make code of ql

Re: [PATCH] staging: wilc1000: spi: Use new structure for SPI transfer delays

2020-03-03 Thread Greg KH
On Thu, Feb 27, 2020 at 04:50:54PM +0200, Sergiu Cuciurean wrote: > In a recent change to the SPI subsystem [1], a new `delay` struct was added > to replace the `delay_usecs`. This change replaces the current > `delay_usecs` with `delay` for this driver. Please also fix this one up based on the co

[PATCH v2] staging: kpc2000: kpc2000_spi: Use new structure for SPI transfer delays

2020-03-03 Thread Sergiu Cuciurean
In a recent change to the SPI subsystem in commit ("spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()"), a new `delay` struct was added to replace the `delay_usecs`. This change replaces the current `delay_usecs` with `delay` for this driver. The `spi_transfer_delay_exec

[PATCH v2] staging: wilc1000: spi: Use new structure for SPI transfer delays

2020-03-03 Thread Sergiu Cuciurean
In a recent change to the SPI subsystem in commit ("spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()"), a new `delay` struct was added to replace the `delay_usecs`. This change replaces the current `delay_usecs` with `delay` for this driver. The `spi_transfer_delay_exec