]> git.proxmox.com Git - grub2.git/blobdiff - ChangeLog
Decrease stack usage in mdraid 0.9x.
[grub2.git] / ChangeLog
index 9e48e39322609aced23bdf539aa459dd33f6f477..0bbc2ebc36d1624d0e08b5ecb1f19f4318eacf34 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-11-16  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Decrease stack usage in mdraid 0.9x.
+
+       We have only 92K of stack and using over 4K per frame is wasteful
+
+       * grub-core/disk/mdraid_linux.c (grub_mdraid_detect): Allocate on heap
+       rather than stack.
+
 2013-11-16  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Decrease stack usage in BtrFS.