Re: [PATCH v2 1/1] powerpc/8xx: Drop legacy-of-mm-gpiochip.h header

2024-12-14 Thread Andy Shevchenko
On Fri, Dec 13, 2024 at 07:01:42PM +0100, Christophe Leroy wrote: > Le 13/12/2024 à 18:07, Andy Shevchenko a écrit : > > On Fri, Dec 13, 2024 at 07:28:45AM +0100, Christophe Leroy wrote: > > > Le 12/12/2024 à 17:24, Andy Shevchenko a écrit : > > > > On Mon, Nov 18, 2024 at 03:10:09PM +0100, Christo

Re: [PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts

2024-12-14 Thread David Hildenbrand
On 14.12.24 02:39, Dan Williams wrote: [ add akpm and sfr for next steps ] Alistair Popple wrote: Main updates since v2: - Rename the DAX specific dax_insert_XXX functions to vmf_insert_XXX and have them pass the vmf struct. - Seperate out the device DAX changes. - Restore the page

Re: [PATCH v3 14/25] huge_memory: Allow mappings of PUD sized pages

2024-12-14 Thread David Hildenbrand
On 22.11.24 02:40, Alistair Popple wrote: Currently DAX folio/page reference counts are managed differently to normal pages. To allow these to be managed the same as normal pages introduce vmf_insert_folio_pud. This will map the entire PUD-sized folio and take references as it would for a normall

Re: [PATCH v3] powerpc/pseries/eeh: Fix get PE state translation

2024-12-14 Thread Ritesh Harjani (IBM)
Narayana Murty N writes: > The PE Reset State "0" obtained from RTAS calls > ibm_read_slot_reset_[state|state2] indicates that > the Reset is deactivated and the PE is not in the MMIO > Stopped or DMA Stopped state. > > With PE Reset State "0", the MMIO and DMA is allowed for > the PE. The functi

[PATCH] powerpc/vdso: Mark the vDSO code read-only after init

2024-12-14 Thread Christophe Leroy
VDSO text is fixed-up during init so it can't be const, but it can be read-only after init. Do the same as x86 in commit 018ef8dcf3de ("x86/vdso: Mark the vDSO code read-only after init") and arm in commit 11bf9b865898 ("ARM/vdso: Mark the vDSO code read-only after init"), move it into ro_after_in

Re: [PATCH v2 0/5] kallsyms: Emit symbol for holes in text and fix weak function issue

2024-12-14 Thread Zheng Yejian
On 2024/12/14 03:31, Martin Kelly wrote: On Thu, 2024-12-12 at 17:52 +0800, Zheng Yejian wrote: On 2024/12/11 04:49, Martin Kelly wrote: Zheng, do you plan to send a v3? I'd be happy to help out with this patch series if you'd like, as I'm hoping to get this issue resolved (though I am not an