GNU GRUB - Bugs: bug #23615, EFI memory map size
You are not allowed to post comments on this tracker with your current authentication level.
bug #23615: EFI memory map size
Submitter: | David Holloway <gwythaint> | ||
Submitted: | Tue 17 Jun 2008 08:57:54 AM UTC | ||
Category: | Booting | Severity: | Major |
Priority: | 5 - Normal | Item Group: | Software Error |
Status: | Fixed | Privacy: | Public |
Assigned to: | None | Originator Name: | |
Open/Closed: | Closed | Release: | Bazaar - trunk |
Release: | kern/efi/mm.c version 1.4 | Reproducibility: | Every Time |
Planned Release: | None |
Jump to the original submission
Sun 17 Oct 2010 05:57:28 PM UTC, comment #11: |
Frederik Kriewitz <freddy436> |
Sun 17 Oct 2010 05:54:35 PM UTC, comment #10: Yes, the latest bazaar version (your patch applied and MEMORY_MAP_SIZE to 0x3000) works out of the box on my Dell E6510.
|
Frederik Kriewitz <freddy436> |
Sat 16 Oct 2010 08:42:40 PM UTC, comment #9: This patch is applied now. It tested and it works on qemu artificially triggering this code branch. Can anybody test it? |
Vladimir Serbinenko <phcoder>![]() |
Tue 05 Oct 2010 09:03:33 AM UTC, comment #8: Please try the attached patch |
Vladimir Serbinenko <phcoder>![]() |
Wed 08 Sep 2010 07:31:48 AM UTC, comment #7: #define BYTES_TO_PAGES(bytes) ((bytes + 0xfff) >> 12)
|
Frederik Kriewitz <freddy436> |
Sun 05 Sep 2010 10:19:26 PM UTC, comment #6: Could you try this?
|
Vladimir Serbinenko <phcoder>![]() |
Sun 05 Sep 2010 09:39:45 PM UTC, comment #5: I hava the same problem on a Dell E6510 notebook.
|
Frederik Kriewitz <freddy436> |
Sun 05 Sep 2010 07:44:04 PM UTC, comment #4: According to the code it was fixed a long time ago. If it persists feel free to reopen. |
Vladimir Serbinenko <phcoder>![]() |
Fri 22 Aug 2008 09:51:43 PM UTC, comment #3:
|
David Holloway <gwythaint> |
Fri 22 Aug 2008 09:42:36 PM UTC, comment #2: Shouldn't this handled in a way to first query size of the needed memory from EFI and then allocate that memory and then make a new call to take everything and not not play with macros. |
Vesa Jääskeläinen <chaac>![]() |
Thu 21 Aug 2008 08:49:53 PM UTC, comment #1: In current SVN there's now even
|
Felix Zielcke <fzielcke>![]() |
Tue 17 Jun 2008 08:57:54 AM UTC, original submission:
grub_efi_get_memory_map() has two failure modes and one, GRUB_EFI_BUFFER_TOO_SMALL is not handled gracefully.
346a347
367c368,373
|
David Holloway <gwythaint> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 7 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2010-10-17 | phcoder | Open/Closed | Open | ![]() |
Closed |
2010-10-05 | phcoder | Attached File | - | ![]() |
Added bigefimmap.diff, #21619 |
Open/Closed | Closed | ![]() |
Open | ||
2010-09-05 | phcoder | Status | None | ![]() |
Fixed |
Open/Closed | Open | ![]() |
Closed | ||
Release | None | ![]() |
Bazaar - trunk | ||
2010-08-12 | freddy436 | Carbon-Copy | - | ![]() |
Added freddy436 |
Yes, the latest bazaar version (your patch applied and MEMORY_MAP_SIZE to 0x3000) works out of the box on my Dell E6510.
Thank you.