Re: [PATCH 1/4] i2c: pasemi: Add registers bits and switch to BIT()

2025-03-22 Thread Andy Shevchenko
Thu, Mar 20, 2025 at 01:23:25AM +0100, Andi Shyti kirjoitti: > Hi Sven, > > On Sat, Feb 22, 2025 at 01:38:33PM +, Sven Peter via B4 Relay wrote: > > From: Sven Peter > > > > Add the missing register bits to the defines and also switch > > those to use the BIT macro which is much more readabl

Re: [PATCH 2/4] i2c: pasemi: Improve error recovery

2025-03-22 Thread Sven Peter
Hi Andi, Thanks for the review! Will send a v2 after -rc1 is out. On Thu, Mar 20, 2025, at 01:17, Andi Shyti wrote: > Hi Sven, > > On Sat, Feb 22, 2025 at 01:38:34PM +, Sven Peter via B4 Relay wrote: >> The hardware (supposedly) has a 25ms timeout for clock stretching >> and the driver uses 1

Re: [PATCH] tools/perf/arch/powerpc/util: Fix is_compat_mode build break in ppc64

2025-03-22 Thread Athira Rajeev
> On 21 Mar 2025, at 3:37 PM, Likhitha Korrapati wrote: > > Commit 54f9aa1092457 ("tools/perf/powerpc/util: Add support to > handle compatible mode PVR for perf json events") introduced > to select proper JSON events in case of compat mode using > auxiliary vector. But this caused a compilatio

Re: [linux-next-20250320][btrfs] Kernel OOPs while running btrfs/108

2025-03-22 Thread Venkat Rao Bagalkote
On 22/03/25 2:48 am, Qu Wenruo wrote: 在 2025/3/22 02:26, Ritesh Harjani (IBM) 写道: +linux-btrfs Venkat Rao Bagalkote writes: Greetings!!! I am observing Kernel oops while running brtfs/108 TC on IBM Power System. Repo: Linux-Next (next-20250320) Looks like this next tag had many b

Re: [PATCH v2 08/12] lib/crc_kunit.c: add KUnit test suite for CRC library functions

2025-03-22 Thread Guenter Roeck
Hi, On Sun, Dec 01, 2024 at 05:20:52PM -0800, Eric Biggers wrote: > From: Eric Biggers > > Add a KUnit test suite for the crc16, crc_t10dif, crc32_le, crc32_be, > crc32c, and crc64_be library functions. It avoids code duplication by > sharing most logic among all CRC variants. The test suite i