lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20250428022716.99ee57590fe7878dccfaa6a0@linux-foundation.org>
Date: Mon, 28 Apr 2025 02:27:16 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Igor Belousov <igor.b@...dev.am>
Cc: linux-kernel@...r.kernel.org, linux-mm@...ck.org, hannes@...xchg.org,
 minchan@...nel.org, nphamcs@...il.com, senozhatsky@...omium.org,
 shakeel.butt@...ux.dev, yosry.ahmed@...ux.dev
Subject: Re: [PATCH mm-new] mm/zblock: avoid failing the build

On Mon, 28 Apr 2025 08:57:27 +0200 Igor Belousov <igor.b@...dev.am> wrote:

> Don't break the build for a PAGE_SIZE that is not fully supported,
> just print out a warning in that case.
> 

I queued these two patches and this fix:

--- a/mm/zblock.h~mm-zblock-avoid-failing-the-build-fix
+++ a/mm/zblock.h
@@ -21,7 +21,7 @@
 /* max 256 slots per block, max table size 64 */
 #define SLOT_BITS 8
 #else
-#warn This PAGE_SIZE is not quite supported yet
+#warning This PAGE_SIZE is not quite supported yet
 #define SLOT_BITS 8
 #endif
 

But please be aware that I consider the zblock zeries to be stuck until
there is clarity that zblock is something we should add to Linux. 
Let's continue to address this in the main thread(s), please.

Or perhaps to restart things, do a full resend after having reworked
the [0/N] changelog to fully address the issues which have thus far
been raised.  And Cc'ing the various individuals who have thus far
commented.

Thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ