Re: [PATCH 00/11] Fix pca954x i2c-mux node names

2022-12-03 Thread Philippe Mathieu-Daudé
On 2/12/22 17:49, Geert Uytterhoeven wrote: Hi all, According to the I2C bus multiplexer/switch DT bindings, i2c-mux nodes should be named "i2c-mux" (or something similar). This patch series renames nodes for pca954x i2c-muxes that are flagged by make dtbs_checK DT_SCHEMA_FILES=Do

[PATCH v1 6/7] powerpc: mm: add VM_IOREMAP flag to the vmalloc area

2022-12-03 Thread Baoquan He
Currently, for vmalloc areas with flag VM_IOREMAP set, except of the specific alignment clamping in __get_vm_area_node(), they will be 1) Shown as ioremap in /proc/vmallocinfo; 2) Ignored by /proc/kcore reading via vread() So for the io mapping in ioremap_phb() of ppc, we should set VM_IOREMAP i

[RESEND PATCH] soc: fsl: qe: request pins non-exclusively

2022-12-03 Thread Dmitry Torokhov
Commit 84582f9ed090 ("soc: fsl: qe: Avoid using gpio_to_desc()") changed qe_pin_request() to request and hold GPIO corresponding to a given pin. Unfortunately this does not work, as fhci-hcd requests these GPIOs first, before calling qe_pin_request() (see drivers/usb/host/fhci-hcd.c::of_fhci_probe(

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

2022-12-03 Thread Fangrui Song
On Mon, Nov 14, 2022 at 4:46 PM Fangrui Song wrote: > > On 2022-11-14, Christophe Leroy wrote: > > > > > >Le 28/09/2022 à 07:25, Fangrui Song a écrit : > >> On Sat, Sep 10, 2022 at 12:53 AM Fangrui Song wrote: > >>> > >>> On 2022-08-30, Fangrui Song wrote: > The actual intention is that no d