Advertisement
Guest User

FirstBadCommit

a guest
Nov 2nd, 2009
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. 45fbe3ee01b8e463b28c2751b5dcc0cbdc142d90 is the first bad commit
  2. commit 45fbe3ee01b8e463b28c2751b5dcc0cbdc142d90
  3. Author: Linus Torvalds <torvalds@linux-foundation.org>
  4. Date: Wed May 6 08:06:44 2009 -0700
  5.  
  6. x86, e820, pci: reserve extra free space near end of RAM
  7.  
  8. The point is to take all RAM resources we have, and
  9. _after_ we've added all the resources we've seen in
  10. the E820 tree, we then _also_ try to add fake reserved
  11. entries for any "round up to X" at the end of the RAM
  12. resources.
  13.  
  14. [ Impact: improve PCI mem-resource allocation robustness, protect "stolen RAM" ]
  15.  
  16. Reported-by: Yannick Roehlly <yannick.roehlly@free.fr>
  17. Acked-by: Jesse Barnes <jesse.barnes@intel.com>
  18. Signed-off-by: Yinghai Lu <yinghai@kernel.org>
  19. Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
  20. Cc: Andrew Morton <akpm@linux-foundation.org>
  21. Cc: yannick.roehlly@free.fr
  22. LKML-Reference: <4A01A784.2050407@kernel.org>
  23. Signed-off-by: Ingo Molnar <mingo@elte.hu>
  24.  
  25. :040000 040000 dc28e189afafb16ff284e7ce59ea67e077b3aa07 a325a3c2118068c8e274479d271f97a938f50f5e M arch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement