RE: [RFC PATCH 2/2] drm: xlnx: driver for Xilinx DSI TX Subsystem

2020-06-22 Thread Venkateshwar Rao Gannavarapu
Hi Laurent, Thanks for the comment. >-Original Message- >From: Laurent Pinchart >Sent: Wednesday, June 17, 2020 3:18 AM >To: Venkateshwar Rao Gannavarapu >Cc: Hyun Kwon ; dri-de...@lists.freedesktop.org; >airl...@linux.ie; dan...@ffwll.ch; linux-kernel@vger.kernel.org; Sandip Kothari

Re: [PATCH] drm/mediatek: check plane visibility in atomic_update

2020-06-22 Thread Chun-Kuang Hu
Hi, Hsin-Yi: Hsin-Yi Wang 於 2020年6月22日 週一 下午1:32寫道: > > Disable the plane if it's not visible. Otherwise mtk_ovl_layer_config() > would proceed with invalid plane and we may see vblank timeout. Except the Fixes tag, Reviewed-by: Chun-Kuang Hu > > Signed-off-by: Hsin-Yi Wang > --- >

Re: [PATCH 1/1] net: wireless: intersil: orinoco: fix spelling mistake

2020-06-22 Thread Kalle Valo
Flavio Suligoi writes: > Fix typo: "EZUSB_REQUEST_TRIGER" --> "EZUSB_REQUEST_TRIGGER" > > Signed-off-by: Flavio Suligoi > --- > drivers/net/wireless/intersil/orinoco/orinoco_usb.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) The prefix should be "orinoco_usb: ", but I can fix

Re: [PATCH -v2] x86/msr: Move the F15h MSRs where they belong

2020-06-22 Thread Arnaldo Carvalho de Melo
Em Mon, Jun 22, 2020 at 03:04:07PM +0200, Borislav Petkov escreveu: > On Mon, Jun 22, 2020 at 11:38:24AM +1000, Stephen Rothwell wrote: > > I applied that patch to the tip tree merge today. > > > > Tested-by: Stephen Rothwell # build tested > > Here's v2 instead, addressing acme's request. I

Attention

2020-06-22 Thread Peter Flavel
Good day Is this email private for discussion and personal to you?

Re: [PATCH v2 1/3] mm/shuffle: don't move pages between zones and don't read garbage memmaps

2020-06-22 Thread David Hildenbrand
On 22.06.20 11:22, Wei Yang wrote: > On Mon, Jun 22, 2020 at 10:43:11AM +0200, David Hildenbrand wrote: >> On 22.06.20 10:26, Wei Yang wrote: >>> On Fri, Jun 19, 2020 at 02:59:20PM +0200, David Hildenbrand wrote: Especially with memory hotplug, we can have offline sections (with a

[PATCH] media: uvc: Fix list_for_each() checking

2020-06-22 Thread Dan Carpenter
If the UVC_QUIRK_IGNORE_SELECTOR_UNIT flag is set, then there is a problem that the code uses "iterm" after the end of the list_for_each_entry() loop. It should only be used when the UVC_ENTITY_IS_ITERM() condition is true and we break from the loop. Fixes: d5e90b7a6cd1 ("[media] uvcvideo: Move

Hello

2020-06-22 Thread Mr.David Keller
Hello, I have sent you this message earlier, but your failure to respond, Please get back to me.Best Regard,Mr.David Keller.

Re: drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c:1710:40: sparse: sparse: incorrect type in initializer (different base types)

2020-06-22 Thread Kalle Valo
+ linux-wireless kernel test robot writes: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > master > head: 5e857ce6eae7ca21b2055cca4885545e29228fe2 > commit: 9c29da3f4e7ef9810bdfaf3d8aa5e6d2e33136f8 brcmfmac: Fix P2P > Group Formation failure via Go-neg method >

Re: [PATCH v3 3/4] counter: Add character device interface

2020-06-22 Thread David Lechner
On 6/21/20 2:53 PM, William Breathitt Gray wrote: Synapses simply indicate a change in a Count value Ah, ok. I understand now that synapse is the wrong term for things like the change in direction event or error events. For example, in the dual-axes positioning table scenario, a user

Re: [PATCH v2 1/3] mm/shuffle: don't move pages between zones and don't read garbage memmaps

2020-06-22 Thread David Hildenbrand
On 22.06.20 15:10, Wei Yang wrote: > On Mon, Jun 22, 2020 at 11:51:34AM +0200, David Hildenbrand wrote: >> On 22.06.20 11:22, Wei Yang wrote: >>> On Mon, Jun 22, 2020 at 10:43:11AM +0200, David Hildenbrand wrote: On 22.06.20 10:26, Wei Yang wrote: > On Fri, Jun 19, 2020 at 02:59:20PM

Re: [PATCH v7 01/13] tools/libperf: introduce notion of static polled file descriptors

2020-06-22 Thread Alexey Budankov
On 22.06.2020 15:11, Jiri Olsa wrote: > On Mon, Jun 22, 2020 at 01:50:03PM +0300, Alexey Budankov wrote: >> >> On 22.06.2020 13:21, Jiri Olsa wrote: >>> On Mon, Jun 22, 2020 at 12:47:19PM +0300, Alexey Budankov wrote: >>> >>> SNIP >>> >> fdarray__del(array, fdkey); > > I

Re: [PATCH v8 00/16] s390/vfio-ap: dynamic configuration support

2020-06-22 Thread Tony Krowiak
Ping On 6/5/20 5:39 PM, Tony Krowiak wrote: Note: Patch 1 - s390/ap: introduce new ap function ap_get_qdev() - is not a part of this series. It is a forthcoming patch that is a prerequisite to this series and is being provided so this series will compile. The current

[RFT][PATCH v2 1/4] ACPICA: Defer unmapping of opregion memory if supported by OS

2020-06-22 Thread Rafael J. Wysocki
From: "Rafael J. Wysocki" The ACPI OS layer in Linux uses RCU to protect the walkers of the list of ACPI memory mappings from seeing an inconsistent state while it is being updated. Among other situations, that list can be walked in (NMI and non-NMI) interrupt context, so using a sleeping lock

[RFT][PATCH v2 0/4] ACPI: ACPICA / OSL: Avoid unmapping ACPI memory inside of the AML interpreter

2020-06-22 Thread Rafael J. Wysocki
Hi All, This series is to address the problem with RCU synchronization occurring, possibly relatively often, inside of acpi_ex_system_memory_space_handler(), when the namespace and interpreter mutexes are held. Like I said before, I had decided to change the approach used in the previous

[RFT][PATCH v2 4/4] ACPI: OSL: Implement acpi_os_map_memory_fast_path()

2020-06-22 Thread Rafael J. Wysocki
From: "Rafael J. Wysocki" Add acpi_os_map_memory_fast_path() and set ACPI_USE_FAST_PATH_MAPPING to allow acpi_ex_system_memory_space_handler() to avoid unnecessary memory mapping and unmapping overhead by retaining all memory mappings created by it until the memory opregions associated with them

Re: DMA Engine: Transfer From Userspace

2020-06-22 Thread Thomas Ruf
> On 22 June 2020 at 14:30 Federico Vaga wrote: > > > On Mon, Jun 22, 2020 at 02:01:12PM +0200, Thomas Ruf wrote: > >> On 22 June 2020 at 06:47 Vinod Koul wrote: > >> > >> On 21-06-20, 22:36, Federico Vaga wrote: > >> > On Sun, Jun 21, 2020 at 12:54:57PM +0530, Vinod Koul wrote: > >> > > On

[RFT][PATCH v2 3/4] ACPICA: Preserve memory opregion mappings if supported by OS

2020-06-22 Thread Rafael J. Wysocki
From: "Rafael J. Wysocki" The ACPICA's strategy with respect to the handling of memory mappings associated with memory operation regions is to avoid mapping the entire region at once which may be problematic at least in principle (for example, it may lead to conflicts with overlapping mappings

[RFT][PATCH v2 2/4] ACPI: OSL: Add support for deferred unmapping of ACPI memory

2020-06-22 Thread Rafael J. Wysocki
From: "Rafael J. Wysocki" Implement acpi_os_unmap_deferred() and acpi_os_release_unused_mappings() and set ACPI_USE_DEFERRED_UNMAPPING to allow ACPICA to use deferred unmapping of memory in acpi_ex_system_memory_space_handler() so as to avoid RCU-related performance issues with memory opregions.

Re: RFC: KTAP documentation - expected messages

2020-06-22 Thread Frank Rowand
On 2020-06-21 17:49, Frank Rowand wrote: > On 2020-06-21 17:45, Frank Rowand wrote: >> Tim Bird started a thread [1] proposing that he document the selftest result >> format used by Linux kernel tests. >> >> [1] >>

Re: DMA Engine: Transfer From Userspace

2020-06-22 Thread Thomas Ruf
> On 22 June 2020 at 14:27 Richard Weinberger > wrote: > > > On Mon, Jun 22, 2020 at 2:02 PM Thomas Ruf wrote: > > > more the reason not do do so, why cant a kernel driver be added for your > > > usage? > > > > by chance i have written a driver allowing dma from user space using a > > memcpy

Re: [PATCH v2 06/11] KVM: VMX: introduce vmx_need_pf_intercept

2020-06-22 Thread Paolo Bonzini
On 20/06/20 00:45, Jim Mattson wrote: >> + /* >> +* TODO: if both L0 and L1 need the same MASK and MATCH, >> +* go ahead and use it? >> +*/ > I'm not sure there's much "TODO", since L0's MASK and MATCH are both > 0. So, if L1's MASK and

Re: [PATCH] PM / devfreq: rk3399_dmc: Fix kernel oops when rockchip,pmu is absent

2020-06-22 Thread Heiko Stübner
Hi Marc, Am Montag, 22. Juni 2020, 15:31:55 CEST schrieb Marc Zyngier: > On Sat, 13 Jun 2020 11:24:35 +0100 > Marc Zyngier wrote: > > > Booting a recent kernel on a rk3399-based system (nanopc-t4), > > equipped with a recent u-boot and ATF results in the following: > > > > [5.607431]

Re: [PATCH 09/15] net: phy: delay PHY driver probe until PHY registration

2020-06-22 Thread Mark Brown
On Mon, Jun 22, 2020 at 03:39:40PM +0200, Andrew Lunn wrote: > The PHY subsystem cannot be the first to run into this problem, that > you need a device structure to make use of the regulator API, but you > need the regulator API to probe the device. How do other subsystems > work around this? If

Recall: [PATCH net-next v2 0/9] net: ethernet backplane support on DPAA1

2020-06-22 Thread Florinel Iordache
Florinel Iordache would like to recall the message, "[PATCH net-next v2 0/9] net: ethernet backplane support on DPAA1".

drivers/net/wireless/mediatek/mt76/mt76x02.h:249:2: note: in expansion of macro 'if'

2020-06-22 Thread kernel test robot
: 6 weeks ago config: x86_64-randconfig-a003-20200622 (attached as .config) compiler: gcc-9 (Debian 9.3.0-13) 9.3.0 reproduce (this is a W=1 build): git checkout 49e649c3e0a6ec8a12976e331a2c1f29dc7dd3a9 # save the attached .config to linux build tree make W=1 ARCH=x86_64

Re: [PATCH 2/3] ALSA: compress: document the compress gapless audio state machine

2020-06-22 Thread Pierre-Louis Bossart
On 6/22/20 12:34 AM, Vinod Koul wrote: On 19-06-20, 09:27, Pierre-Louis Bossart wrote: +For Gapless, we move from running state to partial drain and back, along +with setting of meta_data and signalling for next track :: + + ++--+ +

Re: [PATCH 1/2] tracefs: Remove unnecessary debug_fs checks.

2020-06-22 Thread Steven Rostedt
On Mon, 22 Jun 2020 10:30:18 +0200 Peter Enderborg wrote: > This is a preparation for debugfs restricted mode. > We don't need debugfs to trace, the removed check stop tracefs to work > if debugfs is not initialised. We instead tries to automount within > debugfs and relay on it's handling. The

Re: [PATCH v2 1/3] ALSA: compress: document the compress audio state machine

2020-06-22 Thread Pierre-Louis Bossart
On 6/22/20 1:58 AM, Vinod Koul wrote: So we had some discussions of the stream states, so I thought it is a good idea to document the state transitions, so add it documentation Signed-off-by: Vinod Koul --- .../sound/designs/compress-offload.rst| 52 +++ 1 file

Re: [PATCH 0/6] Add Microchip MCP25XXFD CAN driver

2020-06-22 Thread Marc Kleine-Budde
On 6/22/20 3:26 PM, Kurt Van Dijck wrote: > On ma, 22 jun 2020 14:54:15 +0200, Marc Kleine-Budde wrote: >> On 6/22/20 2:43 PM, Kurt Van Dijck wrote: >>> I get RX-0: FIFO overflows in listen-only mode (back-to-back burst of >>> the single other node). >> >> Single other node? Who's ACKing the CAN

Re: [PATCH v2] KVM: arm64: kvm_reset_vcpu() return code incorrect with SVE

2020-06-22 Thread Marc Zyngier
On Wed, 17 Jun 2020 11:54:56 +0100, Steven Price wrote: > If SVE is enabled then 'ret' can be assigned the return value of > kvm_vcpu_enable_sve() which may be 0 causing future "goto out" sites to > erroneously return 0 on failure rather than -EINVAL as expected. > > Remove the initialisation of

Re: [PATCH v1 1/2] drm/panel-simple: Correct EDT ET057090DHU connector type

2020-06-22 Thread Dmitry Osipenko
22.06.2020 01:29, Laurent Pinchart пишет: > Hi Dmitry, > > Thank you for the patch. > > On Mon, Jun 22, 2020 at 01:27:41AM +0300, Dmitry Osipenko wrote: >> The EDT ET057090DHU panel has a DPI connector and not LVDS. This patch >> corrects the panel's description. >> >> Reported-by: Laurent

Re: [PATCH 09/15] net: phy: delay PHY driver probe until PHY registration

2020-06-22 Thread Andrew Lunn
On Mon, Jun 22, 2020 at 11:37:38AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Currently the PHY ID is read without taking the PHY out of reset. This > can only work if no resets are defined. This change delays the ID read > until we're actually registering the PHY device -

[PATCH] docs: f2fs: fix a broken table

2020-06-22 Thread Jonathan Corbet
Commit ed318a6cc0b6 ("fscrypt: support test_dummy_encryption=v2") added an entry to the massive option table in Documentation/filesystems/f2fs.txt. The option was too wide for the formatting of the table, though, leading to a verbose and ugly docs-build warning starting with:

[PATCH net-next v3 0/7] net: ethernet backplane support on DPAA1

2020-06-22 Thread Florinel Iordache
Add support for Ethernet Backplane KR driver only on DPAA1 devices. Ethernet Backplane KR generic driver is using link training (ieee802.3ap/ba standards), equalization algorithms (bee, fixed) and enable qoriq family of devices. This driver is dependent on uboot Backplane KR support:

Re: [PATCH] Revert "kernel/printk: add kmsg SEEK_CUR handling"

2020-06-22 Thread Bruno Meneguele
On Sun, Jun 21, 2020 at 08:50:09PM -0700, Linus Torvalds wrote: > On Sun, Jun 21, 2020 at 8:02 PM Jason A. Donenfeld wrote: > > > > This reverts commit 8ece3b3eb576a78d2e67ad4c3a80a39fa6708809. > > > > This commit broke userspace. Bash uses ESPIPE to determine whether or > > not the file should

[PATCH v2 1/2] dt-bindings: fpga: xilinx-slave-serial: add optional INIT_B GPIO

2020-06-22 Thread Luca Ceresoli
The INIT_B is used by the 6 and 7 series to report the programming status, providing more control and information about programming errors. Signed-off-by: Luca Ceresoli --- Changes in v2: - rename init_b-gpios to init-b-gpios (Rob Herring suggested to not use '_' in property names) ---

[PATCH v2 2/2] fpga manager: xilinx-spi: check INIT_B pin during write_init

2020-06-22 Thread Luca Ceresoli
The INIT_B pin reports the status during startup and after the end of the programming process. However the current driver completely ignores it. Check the pin status during startup to make sure programming is never started too early and also to detect any hardware issues in the FPGA connection.

[PATCH net-next v3 4/7] net: phy: add backplane kr driver support

2020-06-22 Thread Florinel Iordache
Add support for backplane kr generic driver including link training (ieee802.3ap/ba) and fixed equalization algorithm Signed-off-by: Florinel Iordache --- drivers/net/phy/Kconfig |2 + drivers/net/phy/Makefile |1 + drivers/net/phy/backplane/Kconfig

[PATCH net-next v3 5/7] net: phy: enable qoriq backplane support

2020-06-22 Thread Florinel Iordache
Enable backplane support for qoriq family of devices Signed-off-by: Florinel Iordache --- drivers/net/phy/backplane/Kconfig| 11 +- drivers/net/phy/backplane/Makefile | 2 + drivers/net/phy/backplane/qoriq_backplane.c | 473 ++

[PATCH net-next v3 3/7] net: fman: add kr support for dpaa1 mac

2020-06-22 Thread Florinel Iordache
Add kr support in mac driver for dpaa1 Signed-off-by: Florinel Iordache --- drivers/net/ethernet/freescale/fman/mac.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/freescale/fman/mac.c b/drivers/net/ethernet/freescale/fman/mac.c index

[PATCH net-next v3 7/7] arm64: dts: add serdes and mdio description

2020-06-22 Thread Florinel Iordache
Add dt nodes with serdes, lanes, mdio generic description for supported platform: ls1046. This is a prerequisite to enable backplane on device tree for these platforms. Signed-off-by: Florinel Iordache --- arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 33 +-

[PATCH net-next v3 2/7] dt-bindings: net: add backplane dt bindings

2020-06-22 Thread Florinel Iordache
Add ethernet backplane device tree bindings Signed-off-by: Florinel Iordache --- .../bindings/net/ethernet-controller.yaml | 7 ++- .../devicetree/bindings/net/ethernet-phy.yaml | 50 ++ .../devicetree/bindings/net/serdes-lane.yaml | 49

[PATCH net-next v3 6/7] net: phy: add bee algorithm for kr training

2020-06-22 Thread Florinel Iordache
Add support for bee equalization algorithm used by kr training: 3-Taps Bit Edge Equalization (BEE) algorithm Signed-off-by: Florinel Iordache --- drivers/net/phy/backplane/Kconfig | 11 + drivers/net/phy/backplane/Makefile |1 + drivers/net/phy/backplane/eq_bee.c | 1076

[PATCH net-next v3 1/7] doc: net: add backplane documentation

2020-06-22 Thread Florinel Iordache
Add ethernet backplane documentation Signed-off-by: Florinel Iordache --- Documentation/networking/backplane.rst | 159 + Documentation/networking/phy.rst | 9 +- 2 files changed, 165 insertions(+), 3 deletions(-) create mode 100644

[PATCH net-next v2 0/9] net: ethernet backplane support on DPAA1

2020-06-22 Thread Florinel Iordache
Add support for Ethernet Backplane KR driver only on DPAA1 devices. Ethernet Backplane KR generic driver is using link training (ieee802.3ap/ba standards), equalization algorithms (bee, fixed) and enable qoriq family of devices. This driver is dependent on uboot Backplane KR support:

Re: [PATCH] PM / devfreq: rk3399_dmc: Fix kernel oops when rockchip,pmu is absent

2020-06-22 Thread Marc Zyngier
Hi Heiko, On Sat, 13 Jun 2020 11:24:35 +0100 Marc Zyngier wrote: > Booting a recent kernel on a rk3399-based system (nanopc-t4), > equipped with a recent u-boot and ATF results in the following: > > [5.607431] Unable to handle kernel NULL pointer dereference at virtual > address

Re: [RESEND v2 3/4] regulator: mt6359: Add support for MT6359 regulator

2020-06-22 Thread Mark Brown
On Mon, Jun 22, 2020 at 02:40:49PM +0800, Wen Su wrote: > From: "Wen Su" > > The MT6359 is a regulator found on boards based on MediaTek MT6779 and > probably other SoCs. It is a so called pmic and connects as a slave to > SoC using SPI, wrapped inside the pmic-wrapper. Acked-by: Mark Brown

Re: [RFC PATCH 0/3 v2] futex: introduce FUTEX_SWAP operation

2020-06-22 Thread Aaron Lu
On Tue, Jun 16, 2020 at 10:22:11AM -0700, Peter Oskolkov wrote: > From 7b091e46de4f9227b5a943e6d78283564e8c1c72 Mon Sep 17 00:00:00 2001 > From: Peter Oskolkov > Date: Tue, 16 Jun 2020 10:13:58 -0700 > Subject: [RFC PATCH 0/3 v2] futex: introduce FUTEX_SWAP operation > > This is an RFC! > > As

Re: [PATCH net-next v3 6/8] net: phy: mscc: timestamping and PHC support

2020-06-22 Thread Antoine Tenart
Hi Andrew, Quoting Andrew Lunn (2020-06-20 17:21:42) > > + /* Retrieve the shared load/save GPIO. Request it as non exclusive as > > + * the same GPIO can be requested by all the PHYs of the same package. > > + * Ths GPIO must be used with the phc_lock taken (the lock is shared > >

Re: [PATCH 14/15] net: phy: add PHY regulator support

2020-06-22 Thread Russell King - ARM Linux admin
On Mon, Jun 22, 2020 at 11:37:43AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The MDIO sub-system now supports PHY regulators. Let's reuse the code > to extend this support over to the PHY device. > > Signed-off-by: Bartosz Golaszewski > --- >

Re: [PATCH AUTOSEL 5.7 004/388] ASoC: tegra: tegra_wm8903: Support nvidia, headset property

2020-06-22 Thread Mark Brown
On Mon, Jun 22, 2020 at 08:31:18AM -0400, Sasha Levin wrote: > On Mon, Jun 22, 2020 at 12:23:21PM +0100, Mark Brown wrote: > > That's concerning - please don't do this. It's not what stable is > > expected to be and there's no guarantee that you're getting all the > > changes required to

Re: [PATCH v7 04/36] drm: amdgpu: fix common struct sg_table related issues

2020-06-22 Thread Christian König
Am 19.06.20 um 12:36 schrieb Marek Szyprowski: The Documentation/DMA-API-HOWTO.txt states that the dma_map_sg() function returns the number of the created entries in the DMA address space. However the subsequent calls to the dma_sync_sg_for_{device,cpu}() and dma_unmap_sg must be called with the

Re: [PATCH 0/6] Add Microchip MCP25XXFD CAN driver

2020-06-22 Thread Kurt Van Dijck
On ma, 22 jun 2020 14:54:15 +0200, Marc Kleine-Budde wrote: > On 6/22/20 2:43 PM, Kurt Van Dijck wrote: > > I get RX-0: FIFO overflows in listen-only mode (back-to-back burst of > > the single other node). > > Single other node? Who's ACKing the CAN frames? hence the back-to-back burst. > > >

Re: [PATCH net-next v3 6/8] net: phy: mscc: timestamping and PHC support

2020-06-22 Thread Antoine Tenart
Hi Andrew, Quoting Andrew Lunn (2020-06-20 17:40:08) > On Fri, Jun 19, 2020 at 02:22:58PM +0200, Antoine Tenart wrote: > > To get and set the PHC time, a GPIO has to be used and changes are only > > retrieved or committed when on a rising edge. The same GPIO is shared by > > all PHYs, so the

Re: [PATCH 13/15] net: phy: mdio: add support for PHY supply regulator

2020-06-22 Thread Russell King - ARM Linux admin
On Mon, Jun 22, 2020 at 11:37:42AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Currently many MAC drivers control the regulator supplying the PHY but > this is conceptually wrong. The regulator should be defined as a property > of the PHY node on the MDIO bus and controlled

Re: [PATCH] arm64: dts: Introduce r8a774a1-beacon-rzg2m-kit

2020-06-22 Thread Geert Uytterhoeven
Hi Adam, Thanks for your patch! On Wed, Jun 17, 2020 at 2:05 PM Adam Ford wrote: > Beacon EmebddedWorks, formerly Logic PD is introducing a new EmbeddedWorks > SOM and development kit based on the RZ/G2M SoC from Renesas. > > The SOM supports eMMC, WiFi and Bluetooth, along with a Cat-M1 >

Re: [PATCH 06/15] net: phy: mdio: reset MDIO devices even if probe() is not implemented

2020-06-22 Thread Andrew Lunn
On Mon, Jun 22, 2020 at 11:37:35AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Similarily to PHY drivers - there's no reason to require probe() to be > implemented in order to call mdio_device_reset(). MDIO devices can have > resets defined without needing to do anything in

Re: [PATCH] PCI/IOV: Plug VF bus creation race

2020-06-22 Thread Marc Zyngier
On Sun, 7 Jun 2020 10:43:48 +0100 Marc Zyngier wrote: Hi Bjorn, > On a system that creates VFs for multiple PFs in parallel (in > this case, network bringup at boot time), and when these VFs > end-up on the same bus, bad things sometimes happen: > > [ 12.755534] sysfs: cannot create

Re: [PATCH 05/15] net: phy: reset the PHY even if probe() is not implemented

2020-06-22 Thread Andrew Lunn
On Mon, Jun 22, 2020 at 11:37:34AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Currently we only call phy_device_reset() if the PHY driver implements > the probe() callback. This is not mandatory and many drivers (e.g. > realtek) don't need probe() for most devices but

Re: [PATCH] Replace HTTP links with HTTPS ones: Documentation/admin-guide

2020-06-22 Thread Jonathan Corbet
On Mon, 22 Jun 2020 00:04:32 +0200 Pavel Machek wrote: > > Rationale: > > Reduces attack surface on kernel devs opening the links for MITM > > as HTTPS traffic is much harder to manipulate. > > > +++ b/Documentation/admin-guide/README.rst > > @@ -1,6 +1,6 @@ > > .. _readme: > > > > -Linux

Re: [PATCH 04/15] net: mdio: add a forward declaration for reset_control to mdio.h

2020-06-22 Thread Andrew Lunn
On Mon, Jun 22, 2020 at 11:37:33AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > This header refers to struct reset_control but doesn't include any reset > header. The structure definition is probably somehow indirectly pulled in > since no warnings are reported but for the

Re: linux-next build error (9)

2020-06-22 Thread Marco Elver
> > > HEAD commit:27f11fea Add linux-next specific files for 20200622 > > > git tree: linux-next > > > console output: https://syzkaller.appspot.com/x/log.txt?x=138dc74310 > > > kernel config: https://syzkaller.appspot.com/x/.config?x=41c659db5cada6f4

Re: [PATCH 01/15] net: phy: arrange headers in mdio_bus.c alphabetically

2020-06-22 Thread Andrew Lunn
On Mon, Jun 22, 2020 at 11:37:30AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Keeping the headers in alphabetical order is better for readability and > allows to easily see if given header is already included. > > Signed-off-by: Bartosz Golaszewski Reviewed-by: Andrew

Re: [PATCH 03/15] net: phy: arrange headers in phy_device.c alphabetically

2020-06-22 Thread Andrew Lunn
On Mon, Jun 22, 2020 at 11:37:32AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Keeping the headers in alphabetical order is better for readability and > allows to easily see if given header is already included. > > Signed-off-by: Bartosz Golaszewski Reviewed-by: Andrew

Re: [PATCH 02/15] net: phy: arrange headers in mdio_device.c alphabetically

2020-06-22 Thread Andrew Lunn
On Mon, Jun 22, 2020 at 11:37:31AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Keeping the headers in alphabetical order is better for readability and > allows to easily see if given header is already included. > > Signed-off-by: Bartosz Golaszewski Reviewed-by: Andrew

[PATCH RESEND] net/cisco: Fix a sleep-in-atomic-context bug in enic_init_affinity_hint()

2020-06-22 Thread Kaige Li
The kernel module may sleep with holding a spinlock. The function call paths (from bottom to top) are: [FUNC] zalloc_cpumask_var(GFP_KERNEL) drivers/net/ethernet/cisco/enic/enic_main.c, 125: zalloc_cpumask_var in enic_init_affinity_hint drivers/net/ethernet/cisco/enic/enic_main.c, 1918:

Re: [PATCH 07/10] media: mtk-vcodec: venc: remove redundant code

2020-06-22 Thread Alexandre Courbot
On Fri, Jun 19, 2020 at 3:59 PM Tiffany Lin wrote: > > On Wed, 2020-05-20 at 17:27 +0900, Alexandre Courbot wrote: > > vidioc_try_fmt() does clamp height and width when called on the OUTPUT > > queue, so clamping them prior to calling this function is redundant. Set > > the queue's parameters

Re: [PATCH v2 1/3] mm/shuffle: don't move pages between zones and don't read garbage memmaps

2020-06-22 Thread Wei Yang
On Mon, Jun 22, 2020 at 11:51:34AM +0200, David Hildenbrand wrote: >On 22.06.20 11:22, Wei Yang wrote: >> On Mon, Jun 22, 2020 at 10:43:11AM +0200, David Hildenbrand wrote: >>> On 22.06.20 10:26, Wei Yang wrote: On Fri, Jun 19, 2020 at 02:59:20PM +0200, David Hildenbrand wrote: >

lists.infradead.org restored from backup, git.infradead.org down.

2020-06-22 Thread David Woodhouse
The machine hosting lists.infradead.org and git.infradead.org suffered a complete disk failure over the weekend; sadly the last backup of the mailman config was fairly old (May 2018) so the subscriber lists and archives have been reset to that date, but the lists should be running again. I've

Re: [PATCH net-next v3 6/8] net: phy: mscc: timestamping and PHC support

2020-06-22 Thread Antoine Tenart
Hello Richard, Quoting Richard Cochran (2020-06-20 17:00:45) > On Fri, Jun 19, 2020 at 02:22:58PM +0200, Antoine Tenart wrote: > > > +static void vsc85xx_dequeue_skb(struct vsc85xx_ptp *ptp) > > +{ > > + struct skb_shared_hwtstamps shhwtstamps; > > + struct vsc85xx_ts_fifo fifo; > > +

Re: [PATCH v4] docs: block: Create blk-mq documentation

2020-06-22 Thread Jonathan Corbet
On Sat, 20 Jun 2020 15:21:05 -0600 Jens Axboe wrote: > On 6/19/20 6:20 PM, André Almeida wrote: > > Create a documentation providing a background and explanation around the > > operation of the Multi-Queue Block IO Queueing Mechanism (blk-mq). > > > > The reference for writing this

Re: [PATCH net-next v3 5/8] net: phy: mscc: 1588 block initialization

2020-06-22 Thread Antoine Tenart
Hi Andrew, Quoting Andrew Lunn (2020-06-20 17:10:01) > On Fri, Jun 19, 2020 at 02:22:57PM +0200, Antoine Tenart wrote: > > From: Quentin Schulz > > > > This patch adds the first parts of the 1588 support in the MSCC PHY, > > with registers definition and the 1588 block initialization. > > > >

Re: [PATCH] Replace HTTP links with HTTPS ones: Documentation/process

2020-06-22 Thread Jonathan Corbet
On Mon, 22 Jun 2020 01:43:12 +0200 Miguel Ojeda wrote: > > * The script should not be neccessary once all of my changes[1] arrive > > in torvalds/master. Instead reviewers should say like C'mon dude, what's > > this new plain-HTTP link doing in your patch? We have 2020! Look at e.g. > >

drivers/video/fbdev/sstfb.c:337:23: sparse: expected void certs drivers fs samples scripts tools

2020-06-22 Thread kernel test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 625d3449788f85569096780592549d0340e9c0c7 commit: 80591e61a0f7e88deaada69844e4a31280c4a38f kbuild: tell sparse about the $ARCH date: 7 months ago config: s390-randconfig-s032-20200622 (attached as .config

Re: [RESEND PATCH v27 11/15] leds: lp55xx: Add multicolor framework support to lp55xx

2020-06-22 Thread Dan Murphy
Jacek On 6/21/20 3:24 PM, Jacek Anaszewski wrote: Dan, On 6/21/20 4:12 PM, Dan Murphy wrote: Jacek On 6/19/20 5:10 PM, Jacek Anaszewski wrote: Dan, On 6/19/20 6:35 PM, Dan Murphy wrote: Jacek On 6/18/20 6:26 PM, Jacek Anaszewski wrote: On 6/19/20 12:09 AM, Jacek Anaszewski wrote: Dan,

[PATCH -v2] x86/msr: Move the F15h MSRs where they belong

2020-06-22 Thread Borislav Petkov
On Mon, Jun 22, 2020 at 11:38:24AM +1000, Stephen Rothwell wrote: > I applied that patch to the tip tree merge today. > > Tested-by: Stephen Rothwell # build tested Here's v2 instead, addressing acme's request. I didn't rebase the x86/cleanups branch because I'd like to have this case

Re: [PATCH] kernel/signal.c: Export symbol __lock_task_sighand

2020-06-22 Thread Christian Brauner
On Mon, Jun 22, 2020 at 03:01:55PM +0200, Oleg Nesterov wrote: > On 06/22, Christian Brauner wrote: > > > > It is a supported case however unlikely. I just tried to answer > > Dominique's specific question pointing out that even in that unlikely > > case sighand_struct is stable. > > I too tried

Re: [PATCH] kernel/signal.c: Export symbol __lock_task_sighand

2020-06-22 Thread Oleg Nesterov
On 06/22, Christian Brauner wrote: > > It is a supported case however unlikely. I just tried to answer > Dominique's specific question pointing out that even in that unlikely > case sighand_struct is stable. I too tried to say this, but apparently just added more confusion ;) > Just as an fyi,

Re: kprobe: __blkdev_put probe is missed

2020-06-22 Thread Steven Rostedt
On Mon, 22 Jun 2020 08:27:53 +0800 Ming Lei wrote: > Can you kprobe guys improve the implementation for covering this case? > For example, put probe on 3) in case the above situation is recognized. To do so would require solving the halting problem.

include/asm-generic/qspinlock.h:94:9: sparse: sparse: context imbalance in 'tcp_get_cookie_sock' - unexpected unlock

2020-06-22 Thread kernel test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 625d3449788f85569096780592549d0340e9c0c7 commit: f566e1fbadb686e28f1c307e356114b2865ef588 kbuild: make multiple directory targets work date: 5 months ago config: openrisc-randconfig-s031-20200622

Re: [PATCH -v2 1/5] sched: Fix ttwu() race

2020-06-22 Thread Peter Zijlstra
*sigh*, this one should actually build and I got a smatch report that there's an uninitizlied usage of @cpu, so I shuffled that around a bit. --- Subject: sched: Fix ttwu() race From: Peter Zijlstra Date: Mon, 22 Jun 2020 12:01:23 +0200 Paul reported rcutorture occasionally hitting a NULL

Re: [PATCH 11/11] arm64: dts: renesas: Add HiHope RZ/G2N Rev2.0/3.0/4.0 board with idk-1110wr display

2020-06-22 Thread Geert Uytterhoeven
Hi Prabhakar, On Sun, Jun 7, 2020 at 8:42 PM Lad Prabhakar wrote: > The HiHope RZ/G2N variants are advertised as compatible with panel > idk-1110wr from Advantech, however the panel isn't sold alongside the > board. New dts's, enabling the lvds node to get the panel to work with > all the HiHope

Re: [PATCH 1/2] net: phy: export phy_disable_interrupts()

2020-06-22 Thread kernel test robot
Hi Jisheng, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.8-rc2 next-20200622] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use as documented in https://git

Re: [PATCH 0/6] Add Microchip MCP25XXFD CAN driver

2020-06-22 Thread Marc Kleine-Budde
On 6/22/20 2:43 PM, Kurt Van Dijck wrote: > I get RX-0: FIFO overflows in listen-only mode (back-to-back burst of > the single other node). Single other node? Who's ACKing the CAN frames? > The SPI peripheral does not use DMA :-(. The SPI messages are quite small, so DMA wont help either.

Re: [PATCH 10/11] arm64: dts: renesas: Add HiHope RZ/G2N Rev.3.0/4.0 sub board support

2020-06-22 Thread Geert Uytterhoeven
Hi Prabhakar, On Sun, Jun 7, 2020 at 8:42 PM Lad Prabhakar wrote: > The HiHope RZ/G2N sub board sits below the HiHope RZ/G2N Rev.3.0/4.0 main > board. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Marian-Cristian Rotariu > One minor comment below. Apart from that: Reviewed-by: Geert

Re: [PATCH v2 14/15] vfio: Document dual stage control

2020-06-22 Thread Stefan Hajnoczi
On Wed, Jun 17, 2020 at 06:27:27AM +, Liu, Yi L wrote: > > From: Stefan Hajnoczi > > Sent: Monday, June 15, 2020 5:41 PM > > On Thu, Jun 11, 2020 at 05:15:33AM -0700, Liu Yi L wrote: > > > > > From: Eric Auger > > > > > > The VFIO API was enhanced to support nested stage control: a bunch of

Re: [PATCH 09/11] arm64: dts: renesas: Add HiHope RZ/G2N Rev.3.0/4.0 main board support

2020-06-22 Thread Geert Uytterhoeven
On Sun, Jun 7, 2020 at 8:42 PM Lad Prabhakar wrote: > Add support for HiHope RZ/G2N Rev.3.0/4.0 main board support based on > r8a774b1 SoC. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Marian-Cristian Rotariu > Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s,

Re: [PATCH v2 00/15] vfio: expose virtual Shared Virtual Addressing to VMs

2020-06-22 Thread Stefan Hajnoczi
On Tue, Jun 16, 2020 at 12:09:16PM -0400, Peter Xu wrote: > On Tue, Jun 16, 2020 at 04:49:28PM +0100, Stefan Hajnoczi wrote: > > Isolation between applications is preserved but there is no isolation > > between the device and the application itself. The application needs to > > trust the device. >

Re: [PATCH net-next v3 3/8] net: phy: mscc: remove the TR CLK disable magic value

2020-06-22 Thread Antoine Tenart
Hello Andrew, Quoting Andrew Lunn (2020-06-20 16:52:52) > On Fri, Jun 19, 2020 at 02:22:55PM +0200, Antoine Tenart wrote: > > From: Quentin Schulz > > > > This patch adds a define for the 0x8000 magic value used to perform > > enable/disable actions on the "token ring clock". The patch is only

Re: [PATCH v11 0/2] ACPI / APEI: Add support to notify the vendor specific HW errors

2020-06-22 Thread Dan Carpenter
On Mon, Jun 22, 2020 at 01:05:25PM +0100, Shiju Jose wrote: > CPER records describing a firmware-first error are identified by GUID. > The ghes driver currently logs, but ignores any unknown CPER records. > This prevents describing errors that can't be represented by a standard > entry, that would

Re: [PATCH v2 00/15] vfio: expose virtual Shared Virtual Addressing to VMs

2020-06-22 Thread Stefan Hajnoczi
On Tue, Jun 16, 2020 at 10:00:16AM -0700, Raj, Ashok wrote: > On Tue, Jun 16, 2020 at 04:49:28PM +0100, Stefan Hajnoczi wrote: > > On Tue, Jun 16, 2020 at 02:26:38AM +, Tian, Kevin wrote: > > > > From: Stefan Hajnoczi > > > > Sent: Monday, June 15, 2020 6:02 PM > > > > > > > > On Thu, Jun

Re: [PATCH 08/11] arm64: dts: renesas: Add HiHope RZ/G2M Rev.3.0/4.0 board with idk-1110wr display

2020-06-22 Thread Geert Uytterhoeven
On Sun, Jun 7, 2020 at 8:42 PM Lad Prabhakar wrote: > Add support for idk-1110wr display as similarly done for Rev.2.0 > > Signed-off-by: Lad Prabhakar > Reviewed-by: Marian-Cristian Rotariu > Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert

Re: [PATCH 07/11] arm64: dts: renesas: hihope-rzg2-ex: Separate out lvds specific nodes into common file

2020-06-22 Thread Geert Uytterhoeven
On Sun, Jun 7, 2020 at 8:42 PM Lad Prabhakar wrote: > Separate out LVDS specific nodes into common file > hihope-rzg2-ex-lvds.dtsi so that this can be re-used by RZ/G2M[N] > variants. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Marian-Cristian Rotariu > Reviewed-by: Geert Uytterhoeven

Re: [RFC] power: supply: bq27xxx_battery: Fix polling interval after re-bind

2020-06-22 Thread Sebastian Reichel
Hi, On Mon, Jun 22, 2020 at 10:22:48AM +0200, Krzysztof Kozlowski wrote: > On Fri, Jun 19, 2020 at 07:55:21PM +0200, Sebastian Reichel wrote: > > On Wed, May 27, 2020 at 09:42:54AM +0200, Pali Rohár wrote: > > > On Tuesday 26 May 2020 21:16:28 Andrew F. Davis wrote: > > > > On 5/25/20 7:32 AM,

Re: [PATCH 1/3] ARM: dts: meson: add the SDHC MMC controller

2020-06-22 Thread Anand Moon
Hi Martin, On Sat, 20 Jun 2020 at 22:07, Martin Blumenstingl wrote: > > Meson6, Meson8, Meson8b and Meson8m2 are using a similar SDHC controller > IP which typically connects to an eMMC chip (because unlike the SDIO > controller the SDHC controller has an 8-bit bus interface). > > On Meson8,

Re: [PATCH 3/3] ARM: dts: meson8b: odroidc1: enable the SDHC controller

2020-06-22 Thread Anand Moon
Hi Martin, On Sat, 20 Jun 2020 at 22:08, Martin Blumenstingl wrote: > > Odroid-C1 has an eMMC connector where users can optionally install an > eMMC module. The eMMC modules run off a 1.8V VQMMC supply which means > that HS-200 mode can be used (this is the highest mode that the SDHC >

Re: kernel BUG at mm/huge_memory.c:2613!

2020-06-22 Thread Joerg Roedel
+ Robin Robin, any idea on this? On Thu, Jun 18, 2020 at 10:40:26PM -0400, Andrea Arcangeli wrote: > Hello, > > On Thu, Jun 18, 2020 at 06:14:49PM -0700, Roman Gushchin wrote: > > I agree. The whole > > > > page = alloc_pages_node(nid, alloc_flags, order); > > if (!page) > >

Re: [RESEND PATCH v27 11/15] leds: lp55xx: Add multicolor framework support to lp55xx

2020-06-22 Thread Dan Murphy
Jacek On 6/22/20 7:42 AM, Jacek Anaszewski wrote: Dan, On 6/21/20 10:24 PM, Jacek Anaszewski wrote: Dan, On 6/21/20 4:12 PM, Dan Murphy wrote: Jacek On 6/19/20 5:10 PM, Jacek Anaszewski wrote: Dan, On 6/19/20 6:35 PM, Dan Murphy wrote: Jacek On 6/18/20 6:26 PM, Jacek Anaszewski wrote:

Re: [PATCH 06/10] media: mtk-vcodec: venc: specify supported formats per-chip

2020-06-22 Thread Alexandre Courbot
On Fri, Jun 19, 2020 at 4:26 PM Tiffany Lin wrote: > > On Wed, 2020-05-20 at 17:27 +0900, Alexandre Courbot wrote: > > Different chips have different supported bitrate ranges. Move the list > > of supported formats to the platform data, and split the output and > > capture formats into two lists

<    8   9   10   11   12   13   14   15   16   17   >