[PATCH] net: remove sb1000 cable modem driver

2025-03-12 Thread Arnd Bergmann
From: Arnd Bergmann This one is hilariously outdated, it provided a faster downlink over TV cable for users of analog modems in the 1990s, through an ISA card. The web page for the userspace tools has been broken for 25 years, and the driver has only ever seen mechanical updates. Link: http://

Re: [linux-next-20250307] Build Failure

2025-03-12 Thread Christophe Leroy
Le 12/03/2025 à 11:11, Venkat Rao Bagalkote a écrit : On 12/03/25 4:20 am, Christophe Leroy wrote: Le 09/03/2025 à 13:38, Venkat Rao Bagalkote a écrit : Greetings!!, I see linux-next-20250307 fails to build on IBM Power9 and Power10 servers. Errors: In file included from ^[[01m^[[K^

[PATCH v2] Documentation: ocxl.rst: Update consortium site

2025-03-12 Thread Fritz Koenig
Point to post-merger site. Signed-off-by: Fritz Koenig --- Changes in v2: - Update link per feedback - Update commit message to reflect sureness in corectness - Link to v1: https://lore.kernel.org/r/20250311-dead_site-v1-1-7ab3cea37...@chromium.org --- Documentation/userspace-api/accelerators/o

Re: [PATCH 10/13] arch, mm: set high_memory in free_area_init()

2025-03-12 Thread Mark Brown
On Tue, Mar 11, 2025 at 10:41:28PM +0100, Geert Uytterhoeven wrote: > On Tue, 11 Mar 2025 at 22:33, Mark Brown wrote: > > [0.00] efi: UEFI not found. > > [0.00] cma: Reserved 64 MiB at 0x > > - I'd only been sampling the logs for the physical platforms, none of > > which

Re: [linux-next-20250307] Build Failure

2025-03-12 Thread Christophe Leroy
Le 12/03/2025 à 11:11, Venkat Rao Bagalkote a écrit : On 12/03/25 4:20 am, Christophe Leroy wrote: Le 09/03/2025 à 13:38, Venkat Rao Bagalkote a écrit : Greetings!!, I see linux-next-20250307 fails to build on IBM Power9 and Power10 servers. Errors: In file included from ^[[01m^[[K^

Re: [PATCH 07/13] s390: make setup_zero_pages() use memblock

2025-03-12 Thread Ard Biesheuvel
On Tue, 11 Mar 2025 at 06:56, Mike Rapoport wrote: > > On Fri, Mar 07, 2025 at 04:28:15PM +0100, Heiko Carstens wrote: > > On Thu, Mar 06, 2025 at 08:51:17PM +0200, Mike Rapoport wrote: > > > From: "Mike Rapoport (Microsoft)" > > > > > > Allocating the zero pages from memblock is simpler because

Re: [PATCH] Documentation: ocxl.rst: Update consortium site

2025-03-12 Thread Fritz Koenig
On Tue, Mar 11, 2025 at 9:20 PM Andrew Donnellan wrote: > > On Tue, 2025-03-11 at 11:24 -0700, Fritz Koenig wrote: > > Old site no longer associated with consortium. > > Thanks for catching this! > > > > > Signed-off-by: Fritz Koenig > > --- > > After mergers the OpenCAPI Consortium does not seem

Re: [PATCH 07/13] s390: make setup_zero_pages() use memblock

2025-03-12 Thread Mike Rapoport
On Wed, Mar 12, 2025 at 04:56:59PM +0100, Ard Biesheuvel wrote: > On Tue, 11 Mar 2025 at 06:56, Mike Rapoport wrote: > > > > On Fri, Mar 07, 2025 at 04:28:15PM +0100, Heiko Carstens wrote: > > > On Thu, Mar 06, 2025 at 08:51:17PM +0200, Mike Rapoport wrote: > > > > From: "Mike Rapoport (Microsoft)

Re: [PATCH v13 00/11] Support page table check on PowerPC

2025-03-12 Thread Andrew Donnellan
On Wed, 2025-02-12 at 03:13 +1100, Andrew Donnellan wrote: > Support page table check on all PowerPC platforms. This works by > serialising assignments, reassignments and clears of page table > entries at each level in order to ensure that anonymous mappings > have at most one writable consumer, an

Re: [PATCH v2] kbuild: Add missing $(objtree) prefix to powerpc crtsavres.o artifact

2025-03-12 Thread Mathieu Desnoyers
On 18-Feb-2025 03:26:39 PM, Kienan Stewart wrote: > In the upstream commit 214c0eea43b2ea66bcd6467ea57e47ce8874191b > ("kbuild: add $(objtree)/ prefix to some in-kernel build artifacts") > artifacts required for building out-of-tree kernel modules had > $(objtree) prepended to them to prepare for b

[PATCH 1/4] spufs: fix a leak on spufs_new_file() failure

2025-03-12 Thread Al Viro
It's called from spufs_fill_dir(), and caller of that will do spufs_rmdir() in case of failure. That does remove everything we'd managed to create, but... the problem dentry is still negative. IOW, it needs to be explicitly dropped. Fixes: 3f51dd91c807 "[PATCH] spufs: fix spufs_fill_dir error pa

[PATCH 3/4] spufs: fix a leak in spufs_create_context()

2025-03-12 Thread Al Viro
Leak fixes back in 2008 missed one case - if we are trying to set affinity and spufs_mkdir() fails, we need to drop the reference to neighbor. Fixes: 58119068cb27 "[POWERPC] spufs: Fix memory leak on SPU affinity" Signed-off-by: Al Viro --- arch/powerpc/platforms/cell/spufs/inode.c | 5 - 1

[PATCHES] several fixes from tree-in-dcache stuff

2025-03-12 Thread Al Viro
Several fixes for fairly old crap - qibfs leak, a couple of spufs ones and a spufs double-dput() memory corruptor. This stuff sits in viro/vfs.git#fixes; individual patches in followups. Review would be very welcome.

Re: [PATCH v2] Documentation: ocxl.rst: Update consortium site

2025-03-12 Thread Jonathan Corbet
Fritz Koenig writes: > Point to post-merger site. > > Signed-off-by: Fritz Koenig > --- > Changes in v2: > - Update link per feedback > - Update commit message to reflect sureness in corectness > - Link to v1: > https://lore.kernel.org/r/20250311-dead_site-v1-1-7ab3cea37...@chromium.org > --- >