From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.223.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 33ABA38C41B for ; Tue, 12 May 2026 08:28:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.135.223.131 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778574490; cv=none; b=pWu1a6vl3EFxCehRXea7BCy2lIXW1zgW8NYUyhi8LUFS43NGo+Pku8S82wT/W5jOu4XGVWQG3tSsVFI1qEp95hwz4Yu6lKYKNPjteqeAP9Jh53kJH+aDCxRfEkRdunvqJQBv/0hLP1+HrqPDOkNitOwOD10bruHiBCmPsSphvbI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778574490; c=relaxed/simple; bh=lhH5bmNuT8IdQcgW5uaKxGoNPJWX08NZO/5EO7pcznU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=R95d3rfuLV4lyqu9ccPDBdIoHMEypKinYAT4bTkrua0TpGrgEZxt3O5TdYEB77h+b9VArHWAUUWTO65kV2kvEOBGtKR5UUa8lZJ/6YV7PvUIGWrAbvfBUG3lqRHI7TPY4+tZofYSxdko0y0VF+9N4h0ou0H25YBENNgqtoNaGEA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=suse.de; spf=pass smtp.mailfrom=suse.de; arc=none smtp.client-ip=195.135.223.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=suse.de Received: from imap1.dmz-prg2.suse.org (imap1.dmz-prg2.suse.org [IPv6:2a07:de40:b281:104:10:150:64:97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id A9F1567AD1; Tue, 12 May 2026 08:28:07 +0000 (UTC) Authentication-Results: smtp-out2.suse.de; none Received: from imap1.dmz-prg2.suse.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by imap1.dmz-prg2.suse.org (Postfix) with ESMTPS id 75CE8593A9; Tue, 12 May 2026 08:28:06 +0000 (UTC) Received: from dovecot-director2.suse.de ([2a07:de40:b281:106:10:150:64:167]) by imap1.dmz-prg2.suse.org with ESMTPSA id Uc6mGZbkAmqOegAAD6G6ig (envelope-from ); Tue, 12 May 2026 08:28:06 +0000 Date: Tue, 12 May 2026 10:28:04 +0200 From: Oscar Salvador To: "David Hildenbrand (Arm)" Cc: "David S. Miller" , Andreas Larsson , Mike Rapoport , Andrew Morton , Alexander Gordeev , Gerald Schaefer , Heiko Carstens , Vasily Gorbik , Christian Borntraeger , Sven Schnelle , Madhavan Srinivasan , Michael Ellerman , Nicholas Piggin , "Christophe Leroy (CS GROUP)" , Lorenzo Stoakes , "Liam R. Howlett" , Vlastimil Babka , Suren Baghdasaryan , Michal Hocko , sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-s390@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH 1/8] sparc/mm: remove register_page_bootmem_info() Message-ID: References: <20260511-bootmem_info_prep-v1-0-3fb0be6fc688@kernel.org> <20260511-bootmem_info_prep-v1-1-3fb0be6fc688@kernel.org> Precedence: bulk X-Mailing-List: linux-s390@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260511-bootmem_info_prep-v1-1-3fb0be6fc688@kernel.org> X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 50.00]; REPLY(-4.00)[] X-Rspamd-Queue-Id: A9F1567AD1 X-Spam-Score: -4.00 X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Server: rspamd2.dmz-prg2.suse.org X-Rspamd-Action: no action X-Spam-Flag: NO X-Spam-Level: On Mon, May 11, 2026 at 04:05:29PM +0200, David Hildenbrand (Arm) wrote: > sparc does not select CONFIG_HAVE_BOOTMEM_INFO_NODE, therefore, > register_page_bootmem_info_node() is a nop. > > Let's just get rid of register_page_bootmem_info(). > > Signed-off-by: David Hildenbrand (Arm) Acked-by: Oscar Salvador -- Oscar Salvador SUSE Labs