Re: [PATCH v1 04/10] vfio/type1: Prepare is_invalid_reserved_pfn() for PG_reserved changes

2019-11-07 Thread David Hildenbrand
On 08.11.19 06:09, Dan Williams wrote: On Thu, Nov 7, 2019 at 2:07 PM David Hildenbrand wrote: On 07.11.19 19:22, David Hildenbrand wrote: Am 07.11.2019 um 16:40 schrieb Dan Williams : On Thu, Oct 24, 2019 at 5:12 AM David Hildenbrand wrote: Right now, ZONE_DEVICE memory is always set

Re: [PATCH v3 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver

2019-11-07 Thread Pi-Hsun Shih
Hi, On Tue, Oct 15, 2019 at 5:52 PM Xin Ji wrote: > > The ANX7625 is an ultra-low power 4K Mobile HD Transmitter designed > for portable device. It converts MIPI DSI/DPI to DisplayPort 1.3 4K. > > The ANX7625 can support both USB Type-C PD feature and MIPI DSI/DPI > to DP feature. This driver o

Re: [PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-07 Thread Greg Ungerer
Hi Dan, On 7/11/19 9:15 pm, Dan Carpenter wrote: This driver seems like it could be fixed up and go directly into drivers/nand/ instead of staging. Other comments below. Thanks for the feedback, much appreciated. I'll work through it and send out a v2. Regards Greg On Thu, Nov 07, 2019 at

Re: [PATCH v1 04/10] vfio/type1: Prepare is_invalid_reserved_pfn() for PG_reserved changes

2019-11-07 Thread Dan Williams
On Thu, Nov 7, 2019 at 2:07 PM David Hildenbrand wrote: > > On 07.11.19 19:22, David Hildenbrand wrote: > > > > > >> Am 07.11.2019 um 16:40 schrieb Dan Williams : > >> > >> On Thu, Oct 24, 2019 at 5:12 AM David Hildenbrand > >> wrote: > >>> > >>> Right now, ZONE_DEVICE memory is always set PG_r

Re: [PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-07 Thread Greg Ungerer
On 7/11/19 7:20 pm, René van Dorst wrote: Quoting g...@kernel.org: From: Greg Ungerer Add a driver to support the NAND flash controller of the MediaTek MT7621 System-on-Chip device. (This one is the MIPS based parts from Mediatek). This code is a re-working of the earlier patches for this h

Re: [PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-07 Thread Greg Ungerer
On 7/11/19 6:40 pm, Greg KH wrote: On Thu, Nov 07, 2019 at 05:35:21PM +1000, g...@kernel.org wrote: From: Greg Ungerer Add a driver to support the NAND flash controller of the MediaTek MT7621 System-on-Chip device. (This one is the MIPS based parts from Mediatek). This code is a re-working

Investment opportunity

2019-11-07 Thread Peter Wong
Greetings, Find attached email very confidential. reply for more details Thanks. Peter Wong This email was sent by the shareware version of Postman Professional. ___ devel mailing list de...@linu

Re: [PATCH v1 04/10] vfio/type1: Prepare is_invalid_reserved_pfn() for PG_reserved changes

2019-11-07 Thread David Hildenbrand
On 07.11.19 19:22, David Hildenbrand wrote: Am 07.11.2019 um 16:40 schrieb Dan Williams : On Thu, Oct 24, 2019 at 5:12 AM David Hildenbrand wrote: Right now, ZONE_DEVICE memory is always set PG_reserved. We want to change that. KVM has this weird use case that you can map anything from /

Investment opportunity

2019-11-07 Thread Peter Wong
Greetings, Find attached email very confidential. reply for more details Thanks. Peter Wong This email was sent by the shareware version of Postman Professional. ___ devel mailing list de...@linu

Investment opportunity

2019-11-07 Thread Peter Wong
Greetings, Find attached email very confidential. reply for more details Thanks. Peter Wong This email was sent by the shareware version of Postman Professional. ___ devel mailing list de...@linu

Re: [PATCH v1 04/10] vfio/type1: Prepare is_invalid_reserved_pfn() for PG_reserved changes

2019-11-07 Thread David Hildenbrand
> Am 07.11.2019 um 16:40 schrieb Dan Williams : > > On Thu, Oct 24, 2019 at 5:12 AM David Hildenbrand wrote: >> >> Right now, ZONE_DEVICE memory is always set PG_reserved. We want to >> change that. >> >> KVM has this weird use case that you can map anything from /dev/mem >> into the guest.

Thu, Nov 7,

2019-11-07 Thread Portfolio Managements
Dear Sir, I am outsourcing individuals with proficient abilities to manage a vast wealth for an Arab Angel Investor with beleaguered political situation. These funds can be invested in tranches of 50M or a tranche that is suitable for the portfolio manager. If you have Investment and/or Port

Re: [PATCH] staging: octeon: fix missing a blank line after declaration

2019-11-07 Thread Dan Carpenter
On Thu, Nov 07, 2019 at 02:13:22PM +, Valery Ivanov wrote: > This patch fixes "WARNING: Missing a blank line after declarations" > Issue found by checkpatch.pl I think maybe you are cutting and pasting from git log output or something? Anyway, please don't indent your commit messa

[PATCH] staging: wilc1000: fix illegal memory access in wilc_parse_join_bss_param()

2019-11-07 Thread Ajay.Kathat
From: Ajay Singh Do not copy the extended supported rates in 'param->supp_rates' if the array is already full with basic rates values. The array size check helped to avoid possible illegal memory access [1] while copying to 'param->supp_rates' array. 1. https://marc.info/?l=linux-next&m=15730172

Re: [PATCH v1 04/10] vfio/type1: Prepare is_invalid_reserved_pfn() for PG_reserved changes

2019-11-07 Thread Dan Williams
On Thu, Oct 24, 2019 at 5:12 AM David Hildenbrand wrote: > > Right now, ZONE_DEVICE memory is always set PG_reserved. We want to > change that. > > KVM has this weird use case that you can map anything from /dev/mem > into the guest. pfn_valid() is not a reliable check whether the memmap > was ini

Re: [PATCH] staging: gasket: gasket_ioctl: Remove unnecessary line-breaks in funtion signature

2019-11-07 Thread Greg KH
On Wed, Nov 06, 2019 at 11:12:09AM -0800, Joe Perches wrote: > On Wed, 2019-11-06 at 18:08 +, Valery Ivanov wrote: > > This patch fix the function signature for > > trace_gasket_ioctl_page_table_data > > to avoid the checkpatch.pl warning: > > > > CHECK: Lines should not e

[PATCH v3 3/4] dt-binding: iio: Add documentation for AD7091R5

2019-11-07 Thread Beniamin Bia
Documentation for AD7091R5 ADC was added. Signed-off-by: Beniamin Bia --- Changes in v3: -spdx identifier updated -compatible property with lower case -additionalProperties added -hex value with lower case .../bindings/iio/adc/adi,ad7091r5.yaml| 54 +++ 1 file changed, 5

[PATCH v3 4/4] MAINTAINERS: add entry for AD7091R5 driver

2019-11-07 Thread Beniamin Bia
Add Beniamin Bia as a maintainer for AD7091R5 ADC. Signed-off-by: Beniamin Bia --- Changes in v3: -nothing changed MAINTAINERS | 8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2e01d0f0b0e5..7f1e4b88688f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -893

Re: [PATCH] staging: gasket: gasket_ioctl: Remove unnecessary line-breaks in funtion signature

2019-11-07 Thread Greg KH
On Wed, Nov 06, 2019 at 06:08:21PM +, Valery Ivanov wrote: > This patch fix the function signature for > trace_gasket_ioctl_page_table_data > to avoid the checkpatch.pl warning: > > CHECK: Lines should not end with a '(' Why the huge indentation? THat's not ok, ple

[PATCH v3 2/4] iio: adc: ad7091r5: Add scale and external VREF support

2019-11-07 Thread Beniamin Bia
From: Paul Cercueil The scale can now be obtained with the "in_voltage_scale" file. By default, the scale returned corresponds to the internal VREF of 2.5V. It is possible to use an external VREF (through the REFIN/REFOUT pin of the chip), by passing a regulator to the driver. The scale will the

[PATCH v3 1/4] iio: adc: Add support for AD7091R5 ADC

2019-11-07 Thread Beniamin Bia
From: Paul Cercueil AD7091 is 4-Channel, I2C, Ultra Low Power,12-Bit ADC. Datasheet: Link: https://www.analog.com/media/en/technical-documentation/data-sheets/ad7091r-5.pdf Signed-off-by: Paul Cercueil Co-developed-by: Beniamin Bia Signed-off-by: Beniamin Bia --- Changes in v3: -parameters

[PATCH] staging: most: remove string termination dependency from user space data

2019-11-07 Thread Christian Gromm
This patch removes the constraint that user space data has to be terminated with a new line character. It is needed to let the user choose how the data is formatted. Signed-off-by: Christian Gromm --- drivers/staging/most/configfs.c | 4 drivers/staging/most/core.c | 18 +--

[PATCH -next] staging: hp100: Use match_string() helper to simplify the code

2019-11-07 Thread YueHaibing
match_string() returns the array index of a matching string. Use it instead of the open-coded implementation. Signed-off-by: YueHaibing --- drivers/staging/hp/hp100.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/drivers/staging/hp/hp100.c b/drivers/staging/hp/h

Re: [PATCH] staging: octeon: fix missing a blank line after declaration

2019-11-07 Thread Greg Kroah-Hartman
On Thu, Nov 07, 2019 at 02:13:22PM +, Valery Ivanov wrote: > This patch fixes "WARNING: Missing a blank line after declarations" > Issue found by checkpatch.pl Why the huge indentation? Please fix that up and send a v2. thanks, greg k-h __

Re: [PATCH v5 3/8] arm64: hyperv: Add memory alloc/free functions for Hyper-V size pages

2019-11-07 Thread Marc Zyngier
On 2019-10-03 20:12, Michael Kelley wrote: Add ARM64-specific code to allocate memory with HV_HYP_PAGE_SIZE size and alignment. These are for use when pages need to be shared with Hyper-V. Separate functions are needed as the page size used by Hyper-V may not be the same as the guest page size.

[PATCH] staging: octeon: fix missing a blank line after declaration

2019-11-07 Thread Valery Ivanov
This patch fixes "WARNING: Missing a blank line after declarations" Issue found by checkpatch.pl Signed-off-by: Valery Ivanov --- drivers/staging/octeon/octeon-stubs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/octeon/octeon-stubs.h b/drivers/staging/oct

Re: [PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-07 Thread Dan Carpenter
This driver seems like it could be fixed up and go directly into drivers/nand/ instead of staging. Other comments below. On Thu, Nov 07, 2019 at 05:35:21PM +1000, g...@kernel.org wrote: > +static int check_bch_error(struct mtd_info *mtd, u8 *buf, u32 sector, u32 > page) > +{ > + struct nand_

Re: [PATCH v1] staging: intel-dpa: gswip: Introduce Gigabit Ethernet Switch (GSWIP) device driver

2019-11-07 Thread Chng, Jack Ping
On Mon, Nov 04, 2019 at 01:20:09PM +0100, Greg KH wrote: On Mon, Nov 04, 2019 at 07:22:20PM +0800, Jack Ping CHNG wrote: This driver enables the Intel's LGM SoC GSWIP block. GSWIP is a core module tailored for L2/L3/L4+ data plane and QoS functions. It allows CPUs and other accelerators connecte

Re: [PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-07 Thread René van Dorst
Quoting g...@kernel.org: From: Greg Ungerer Add a driver to support the NAND flash controller of the MediaTek MT7621 System-on-Chip device. (This one is the MIPS based parts from Mediatek). This code is a re-working of the earlier patches for this hardware that have been floating around the i

RE: [PATCH v5 2/8] arm64: hyperv: Add hypercall and register access functions

2019-11-07 Thread Marc Zyngier
On 2019-11-06 19:08, Michael Kelley wrote: From: Marc Zyngier Sent: Wednesday, November 6, 2019 2:20 AM On 2019-10-03 20:12, Michael Kelley wrote: > Add ARM64-specific code to make Hyper-V hypercalls and to > access virtual processor synthetic registers via hypercalls. > Hypercalls use a Hype

Re: [PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-07 Thread Greg KH
On Thu, Nov 07, 2019 at 05:35:21PM +1000, g...@kernel.org wrote: > From: Greg Ungerer > > Add a driver to support the NAND flash controller of the MediaTek MT7621 > System-on-Chip device. (This one is the MIPS based parts from Mediatek). > > This code is a re-working of the earlier patches for t