Re: [PATCH v13 2/5] arm64: add support for ARCH_HAS_COPY_MC

2025-04-02 Thread Tong Tiangen
在 2025/3/25 0:54, Luck, Tony 写道: On Fri, Feb 14, 2025 at 09:44:02AM +0800, Tong Tiangen wrote: 在 2025/2/13 0:21, Catalin Marinas 写道: (catching up with old threads) On Mon, Dec 09, 2024 at 10:42:54AM +0800, Tong Tiangen wrote: For the arm64 kernel, when it processes hardware memory errors

Re: Please add powerpc topic/cxl branch to linux-next

2025-04-02 Thread Michael Ellerman
Stephen Rothwell writes: > On Mon, 17 Mar 2025 22:09:43 +1100 Michael Ellerman > wrote: >> >> Could you please add the topic/cxl branch of the powerpc tree to >> linux-next for the next few weeks, it's targeted for the next merge >> window. >> >> >> https://web.git.kernel.org/pub/scm/linux/k

Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.15-2 tag

2025-04-02 Thread pr-tracker-bot
The pull request you sent on Wed, 02 Apr 2025 23:41:50 +1100: > https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git > tags/powerpc-6.15-2 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/0a87d6bb6fd274cde3bf217a821153714374198f Thank you! -- Deet-doot-d

[PATCH net v2] net: ibmveth: make veth_pool_store stop hanging

2025-04-02 Thread Dave Marquardt
v2: - Created a single error handling unlock and exit in veth_pool_store - Greatly expanded commit message with previous explanatory-only text Summary: Use rtnl_mutex to synchronize veth_pool_store with itself, ibmveth_close and ibmveth_open, preventing multiple calls in a row to napi_disable. Ba

[GIT PULL] Please pull powerpc/linux.git powerpc-6.15-2 tag

2025-04-02 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi Linus, Please pull the removal of the powerpc CAPI driver. This was a two patch series, the first patch went via the SCSI tree and the second patch had a conflict with the powerpc fixes branch. To avoid a messy conflict I put it in a topic bran

Re: [PATCH] powerpc/defconfigs: Set HZ=1000 on ppc64 and powernv defconfigs

2025-04-02 Thread Srikar Dronamraju
* Madadi Vineeth Reddy [2025-03-30 13:17:34]: > Commit 030bdc3fd080 ("powerpc/defconfigs: Set HZ=100 on pseries and ppc64 > defconfigs") lowered CONFIG_HZ from 250 to 100, citing reduced need for a > higher tick rate due to high-resolution timers and concerns about timer > interrupt overhead and

Re: [PATCH v4 06/14] x86: Add support for suppressing warning backtraces

2025-04-02 Thread Peter Zijlstra
On Tue, Apr 01, 2025 at 10:53:46AM -0700, Guenter Roeck wrote: > > > @@ -92,7 +102,8 @@ do { > > > \ > > > do {\ > > > __auto_type __flags = BUGFLAG_WARNING|(flags);