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: <20250609140354.467908-1-donettom@linux.ibm.com>
Date: Mon,  9 Jun 2025 09:03:54 -0500
From: Donet Tom <donettom@...ux.ibm.com>
To: donettom@...ux.ibm.com
Cc: Jonathan.Cameron@...wei.com, akpm@...ux-foundation.org,
        alison.schofield@...el.com, dakr@...nel.org, dave.jiang@...el.com,
        david@...hat.com, gregkh@...uxfoundation.org,
        linux-kernel@...r.kernel.org, linux-mm@...ck.org,
        linuxppc-dev@...ts.ozlabs.org, maddy@...ux.ibm.com,
        nilay@...ux.ibm.com, osalvador@...e.de, rafael@...nel.org,
        ritesh.list@...il.com, rppt@...nel.org, yury.norov@...il.com,
        ziy@...dia.com
Subject: [Fixup PATCH] drivers/base/node: Restored the removed extra line

Re-added the extra blank line at the end of the memory.h that was
removed by the commit
'commit d61861e3bb35 ("drivers/base/node: optimize memory block
registration to reduce boot time")'

Signed-off-by: Donet Tom <donettom@...ux.ibm.com>
---
 include/linux/memory.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/memory.h b/include/linux/memory.h
index c39ad931713d..bd4440bc4a57 100644
--- a/include/linux/memory.h
+++ b/include/linux/memory.h
@@ -216,4 +216,5 @@ unsigned long memory_block_advised_max_size(void);
  * can sleep.
  */
 extern struct mutex text_mutex;
+
 #endif /* _LINUX_MEMORY_H_ */
-- 
2.43.5


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ