linux-next: build warning after merge of the powerpc tree

2024-11-19 Thread Stephen Rothwell
Hi all, After merging the powerpc tree, today's linux-next build (htmldocs) produced this warning: Documentation/ABI/testing/sysfs-bus-event_source-devices-vpa-pmu:2: ERROR: Unexpected indentation. Introduced by commit 4ae0b32ecee7 ("docs: ABI: sysfs-bus-event_source-devices-vpa-pmu: Documen

Re: [RFC PATCH 09/10] i2c: Remove I2C_HYDRA

2024-11-19 Thread Michael Ellerman
Geert Uytterhoeven writes: > Hi Michael, > > On Thu, Nov 14, 2024 at 2:11 PM Michael Ellerman wrote: >> The i2c-hydra driver depends on PPC_CHRP which has now been removed, >> remove the driver also. >> >> Signed-off-by: Michael Ellerman > > Thanks for your patch! > >> --- a/drivers/i2c/busses/i

Re: [PATCH v2 2/2] powerpc: Large user copy aware of full:rt:lazy preemption

2024-11-19 Thread Ankur Arora
Shrikanth Hegde writes: > Large user copy_to/from (more than 16 bytes) uses vmx instructions to > speed things up. Once the copy is done, it makes sense to try schedule > as soon as possible for preemptible kernels. So do this for > preempt=full/lazy and rt kernel. Note that this check will al

Re: [PATCH 00/11] Wire up CRC-T10DIF library functions to arch-optimized code

2024-11-19 Thread Eric Biggers
On Tue, Nov 19, 2024 at 09:59:53AM +0100, Ard Biesheuvel wrote: > > Eric Biggers (11): > > lib/crc-t10dif: stop wrapping the crypto API > > lib/crc-t10dif: add support for arch overrides > > crypto: crct10dif - expose arch-optimized lib function > > x86/crc-t10dif: expose CRC-T10DIF functio

Re: [PATCH 00/11] Wire up CRC-T10DIF library functions to arch-optimized code

2024-11-19 Thread Eric Biggers
Hi Zhihang, On Tue, Nov 19, 2024 at 06:05:58PM +0800, Zhihang Shao wrote: > > I still want to submit an optimization patchabout CRC-T10DIFfor RISC-V. > > I don't know if it would be more appropriate for me to rewrite a patch after > your patch is officially applied. > > What do you think? Plea

Re: [PATCH v9 1/4] cpu/SMT: Provide a default topology_is_primary_thread()

2024-11-19 Thread Yicong Yang
On 2024/11/18 23:04, Dietmar Eggemann wrote: > On 18/11/2024 11:50, Yicong Yang wrote: >> On 2024/11/15 17:42, Pierre Gondois wrote: >>> Hello Yicong, >>> >>> >>> On 11/14/24 15:11, Yicong Yang wrote: From: Yicong Yang > > [...] >   diff --git a/include/linux/topology.h b/include/linux

Re: [PATCH v2 19/21] livepatch: Convert timeouts to secs_to_jiffies()

2024-11-19 Thread Petr Mladek
On Mon 2024-11-18 10:18:49, Easwar Hariharan wrote: > On 11/18/2024 3:06 AM, Petr Mladek wrote: > > On Sat 2024-11-16 11:10:52, Christophe Leroy wrote: > >> > >> > >> Le 15/11/2024 à 22:26, Easwar Hariharan a écrit : > >>> [Vous ne recevez pas souvent de courriers de > >>> eahar...@linux.microsoft

Re: [PATCH 00/11] Wire up CRC-T10DIF library functions to arch-optimized code

2024-11-19 Thread Zhihang Shao
On 2024/11/17 8:22, Eric Biggers wrote: This patchset is also available in git via: git fetch https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git crc-t10dif-lib-v1 This patchset updates the kernel's CRC-T10DIF library functions to be directly optimized for x86, arm, arm64,

Re: [PATCH 00/11] Wire up CRC-T10DIF library functions to arch-optimized code

2024-11-19 Thread Zhihang Shao
On 2024/11/17 8:22, Eric Biggers wrote: This patchset is also available in git via: git fetchhttps://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git crc-t10dif-lib-v1 This patchset updates the kernel's CRC-T10DIF library functions to be directly optimized for x86, arm, arm64,

Re: [PATCH v2 19/21] livepatch: Convert timeouts to secs_to_jiffies()

2024-11-19 Thread Miroslav Benes
On Tue, 19 Nov 2024, Petr Mladek wrote: > On Mon 2024-11-18 10:18:49, Easwar Hariharan wrote: > > On 11/18/2024 3:06 AM, Petr Mladek wrote: > > > On Sat 2024-11-16 11:10:52, Christophe Leroy wrote: > > >> > > >> > > >> Le 15/11/2024 à 22:26, Easwar Hariharan a écrit : > > >>> [Vous ne recevez pas

Re: [PATCH 00/11] Wire up CRC-T10DIF library functions to arch-optimized code

2024-11-19 Thread Ard Biesheuvel
On Sun, 17 Nov 2024 at 01:23, Eric Biggers wrote: > > This patchset is also available in git via: > > git fetch > https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git > crc-t10dif-lib-v1 > > This patchset updates the kernel's CRC-T10DIF library functions to be > directly optimi

Re: [PATCH] powerpc/vdso: Remove unused clockmode asm offsets

2024-11-19 Thread Thomas Weißschuh
On Tue, Nov 19, 2024 at 02:26:22PM +1100, Michael Ellerman wrote: > Thomas Weißschuh writes: > > Hi Michael, > > > > On Sun, Nov 17, 2024 at 11:09:57PM +1100, Michael Ellerman wrote: > >> On Wed, 13 Nov 2024 09:06:58 +0100, Thomas Weißschuh wrote: > >> > These offsets are not used anymore, delete