Re: [PATCH v10 03/13] dt-bindings: Convert gpio-mmio to yaml

2023-03-08 Thread Krzysztof Kozlowski
On 07/03/2023 16:35, Sean Anderson wrote: > Hi Krzysztof, > > On 3/7/23 03:42, Krzysztof Kozlowski wrote: >> On 06/03/2023 20:15, Sean Anderson wrote: >>> This is a generic binding for simple MMIO GPIO controllers. Although we >>> have a single driver for these controllers, they were previously sp

[PATCH v4 3/4] arch/*/io.h: remove ioremap_uc in some architectures

2023-03-08 Thread Baoquan He
ioremap_uc() is only meaningful on old x86-32 systems with the PAT extension, and on ia64 with its slightly unconventional ioremap() behavior. So remove the ioremap_uc() definition in architecutures other than x86 and ia64. These architectures all have asm-generic/io.h included and will have the de

Re: [PATCH v4 1/2] powerpc/mm: Support execute-only memory on the Radix MMU

2023-03-08 Thread Michal Suchánek
Hello, On Wed, Aug 31, 2022 at 11:13:59PM +1000, Michael Ellerman wrote: > On Wed, 17 Aug 2022 15:06:39 +1000, Russell Currey wrote: > > Add support for execute-only memory (XOM) for the Radix MMU by using an > > execute-only mapping, as opposed to the RX mapping used by powerpc's > > other MMUs.

Re: [PATCH] mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()

2023-03-08 Thread David Hildenbrand
On 06.03.23 17:15, Gerald Schaefer wrote: s390 can do more fine-grained handling of spurious TLB protection faults, when there also is the PTE pointer available. Therefore, pass on the PTE pointer to flush_tlb_fix_spurious_fault() as an additional parameter. This will add no functional change t

Re: [PATCH] PCI/AER: correctable error message as KERN_INFO

2023-03-08 Thread Grant Grundler
Ping? Did I miss an email or other work that this patch collides with? cheers, grant On Tue, Feb 28, 2023 at 10:05 PM Grant Grundler wrote: > > Since correctable errors have been corrected (and counted), the dmesg output > should not be reported as a warning, but rather as "informational". > > O

Re: [PATCH] PCI/AER: correctable error message as KERN_INFO

2023-03-08 Thread Bjorn Helgaas
On Wed, Mar 08, 2023 at 12:00:48PM -0800, Grant Grundler wrote: > Ping? Did I miss an email or other work that this patch collides with? Nope, we typically make topic branches based on -rc1, so not much happens during the merge window. -rc1 was tagged Sunday, so things will start appearing in -ne

Re: [PATCH] PCI/AER: correctable error message as KERN_INFO

2023-03-08 Thread Grant Grundler
On Wed, Mar 8, 2023 at 12:18 PM Bjorn Helgaas wrote: > > On Wed, Mar 08, 2023 at 12:00:48PM -0800, Grant Grundler wrote: > > Ping? Did I miss an email or other work that this patch collides with? > > Nope, we typically make topic branches based on -rc1, so not much > happens during the merge windo

Re: [PATCH v10 03/13] dt-bindings: Convert gpio-mmio to yaml

2023-03-08 Thread Rob Herring
On Mon, Mar 06, 2023 at 02:15:25PM -0500, Sean Anderson wrote: > This is a generic binding for simple MMIO GPIO controllers. Although we > have a single driver for these controllers, they were previously spread > over several files. Consolidate them. The register descriptions are > adapted from the

Re: [PATCH v10 04/13] dt-bindings: gpio-mmio: Add compatible for QIXIS

2023-03-08 Thread Rob Herring
On Mon, 06 Mar 2023 14:15:26 -0500, Sean Anderson wrote: > NXP has a "QIXIS" FPGA on several of their reference design boards. On > the LS1088ARDB there are several registers which control GPIOs. These > can be modeled with the MMIO GPIO driver. > > Signed-off-by: Sean Anderson > --- > > Chang

[PATCH] KVM: PPC: Mark three local functions "static"

2023-03-08 Thread Sean Christopherson
Tag a few functions that are local and don't have a previous prototype as "static". No functional change intended. Reported-by: kernel test robot Link: https://lore.kernel.org/oe-kbuild-all/202303031630.ntviuyqo-...@intel.com Signed-off-by: Sean Christopherson --- This was prompted by a new W=

[PATCH] powerpc: Remove TM XER[SO] bug workaround on POWER9 v2.3

2023-03-08 Thread Reza Arbab via B4 Relay
/* DD2.1 and up have DD2_1 */ --- base-commit: fe15c26ee26efa11741a7b632e9f23b01aca4cc6 change-id: 20230308-cpu_ftr_p9_tm_xer_so_bug-ec58b00a9716 Best regards, -- Reza Arbab

Re: [PATCH v2] vdso: Improve cmd_vdso_check to check all dynamic relocations

2023-03-08 Thread Fangrui Song
On Fri, Jan 27, 2023 at 3:19 PM Fangrui Song wrote: > On Thu, Dec 29, 2022 at 11:22 AM Palmer Dabbelt > wrote: > > > > On Wed, 21 Dec 2022 15:51:47 PST (-0800), mask...@google.com wrote: > > > The actual intention is that no dynamic relocation exists. However, > some > > > GNU ld ports produce u

Re: [PATCH v4 1/2] powerpc/mm: Support execute-only memory on the Radix MMU

2023-03-08 Thread Russell Currey
On Wed, 2023-03-08 at 16:27 +0100, Michal Suchánek wrote: > Hello, > > On Wed, Aug 31, 2022 at 11:13:59PM +1000, Michael Ellerman wrote: > > On Wed, 17 Aug 2022 15:06:39 +1000, Russell Currey wrote: > > > Add support for execute-only memory (XOM) for the Radix MMU by > > > using an > > > execute-o

Re: [PATCH net] eth: fealnx: bring back this old driver

2023-03-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 7 Mar 2023 09:19:30 -0800 you wrote: > This reverts commit d5e2d038dbece821f1af57acbeded3aa9a1832c1. > > We have a report of this chip being used on a > > SURECOM EP-320X-S 100/10M Ethernet PCI Adapter > > wh